:root {
    --ink: #27251f;
    --muted: #6c685f;
    --forest: #364638;
    --forest-deep: #26332a;
    --sage: #78856f;
    --cream: #f4efe6;
    --cream-light: #fbf8f2;
    --sand: #ddcfb8;
    --terracotta: #a86243;
    --white: #ffffff;
    --line: rgba(39, 37, 31, 0.14);
    --shadow: 0 24px 70px rgba(35, 33, 28, 0.13);
    --radius: 3px;
    --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream-light); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.7; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--forest); text-underline-offset: 0.2em; }
a:hover { color: var(--terracotta); }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3 { margin: 0 0 0.55em; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.1; letter-spacing: -0.02em; }
h1 { font-size: clamp(2.8rem, 6vw, 5.7rem); }
h2 { font-size: clamp(2rem, 3.7vw, 3.35rem); }
h3 { font-size: 1.5rem; }
p { margin: 0 0 1.2em; }
address { font-style: normal; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: clamp(72px, 9vw, 132px) 0; }
.soft-section { background: var(--cream); }
.centred { text-align: center; }
.narrow { max-width: 730px; margin-inline: auto; }
.narrow-left { max-width: 820px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; transform: translateY(-150%); padding: 10px 16px; background: var(--ink); color: var(--white); }
.skip-link:focus { transform: none; }
.eyebrow { margin-bottom: 0.8rem; color: var(--terracotta); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.16em; line-height: 1.4; text-transform: uppercase; }
.lead { font-size: clamp(1.12rem, 2vw, 1.35rem); line-height: 1.6; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 13px 25px; border: 1px solid var(--terracotta); border-radius: 999px; background: var(--terracotta); color: var(--white); font-size: 0.86rem; font-weight: 800; letter-spacing: 0.04em; line-height: 1.2; text-decoration: none; transition: transform .2s ease, background-color .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); background: #8e5036; color: var(--white); }
.button-small { min-height: 43px; padding: 10px 20px; }
.button-outline { border-color: rgba(255,255,255,.72); background: transparent; }
.button-outline:hover { background: var(--white); color: var(--ink); }
.button-light { border-color: var(--white); background: var(--white); color: var(--forest-deep); }
.button-light:hover { background: var(--cream); color: var(--forest-deep); }
.button-dark { border-color: var(--forest-deep); background: var(--forest-deep); }
.button-row, .rates-actions, .cta-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.text-link, .text-link-light { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; text-decoration: none; }
.text-link::after, .text-link-light::after { content: "→"; transition: transform .2s ease; }
.text-link:hover::after, .text-link-light:hover::after { transform: translateX(4px); }
.text-link-light { color: var(--white); }
.text-link-light:hover { color: var(--cream); }

.utility-bar { background: var(--forest-deep); color: rgba(255,255,255,.88); font-size: .78rem; letter-spacing: .04em; }
.utility-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.utility-inner p { margin: 0; }
.utility-inner a { color: var(--white); font-weight: 800; text-decoration: none; }
.site-header { position: relative; z-index: 30; border-bottom: 1px solid var(--line); background: var(--cream); }
.brand-row { min-height: 126px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: block; width: min(480px, 65vw); }
.brand img { width: 100%; }
.main-navigation { border-top: 1px solid var(--line); background: var(--cream-light); }
.nav-inner { display: flex; align-items: stretch; justify-content: center; }
.nav-inner a { display: flex; min-height: 52px; align-items: center; padding: 0 12px; border-bottom: 3px solid transparent; color: var(--ink); font-size: .78rem; font-weight: 750; text-align: center; text-decoration: none; }
.nav-inner a:hover, .nav-inner a[aria-current="page"] { border-color: var(--terracotta); color: var(--terracotta); }
.nav-inner .nav-contact { display: none; }
.nav-toggle { display: none; width: 48px; height: 44px; padding: 10px; border: 0; background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 6px 0; background: var(--ink); }

.hero { position: relative; min-height: min(760px, 76vh); display: grid; align-items: end; overflow: hidden; isolation: isolate; background: var(--forest-deep); color: var(--white); }
.hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(25,32,26,.86) 0%, rgba(25,32,26,.62) 45%, rgba(25,32,26,.12) 75%); pointer-events: none; }
.hero::after { content: ""; position: absolute; z-index: 1; inset: auto 0 0; height: 24%; background: linear-gradient(transparent, rgba(17,24,19,.35)); pointer-events: none; }
.hero-slides, .hero-slide { position: absolute; inset: 0; margin: 0; }
.hero-slides { z-index: 0; }
.hero-slide { opacity: 0; transition: opacity 1s ease; }
.hero-slide.is-active { opacity: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-slide-cat img { object-position: 72% 42%; }
.hero-content { position: relative; z-index: 2; max-width: var(--container); padding-top: 100px; padding-bottom: clamp(105px, 13vw, 165px); }
.hero-content > * { max-width: 720px; }
.hero h1 { color: var(--white); }
.hero-lead { max-width: 630px !important; font-size: clamp(1.05rem, 2vw, 1.32rem); }
.hero .eyebrow { color: #efd0bb; }
.hero-note { position: absolute; z-index: 3; right: clamp(20px, 5vw, 72px); bottom: 28px; padding-left: 45px; color: rgba(255,255,255,.9); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-note::before { content: ""; position: absolute; top: 50%; left: 0; width: 32px; height: 1px; background: currentColor; }
.hero-slider-controls { position: absolute; z-index: 3; bottom: 22px; left: max(20px, calc((100% - var(--container)) / 2)); display: flex; align-items: center; gap: 11px; }
.hero-slider-arrow { width: 39px; height: 39px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.58); border-radius: 50%; background: rgba(25,32,26,.36); color: var(--white); line-height: 1; transition: background-color .2s ease, transform .2s ease; }
.hero-slider-arrow:hover, .hero-slider-arrow:focus-visible { transform: translateY(-1px); background: rgba(25,32,26,.75); }
.hero-slider-dots { display: flex; align-items: center; gap: 7px; }
.hero-slider-dots button { width: 9px; height: 9px; padding: 0; border: 1px solid rgba(255,255,255,.85); border-radius: 50%; background: transparent; }
.hero-slider-dots button.is-active { background: var(--white); }
.hero-slider-dots button:focus-visible, .hero-slider-arrow:focus-visible { outline: 3px solid var(--white); outline-offset: 3px; }

.page-hero { position: relative; overflow: hidden; padding: clamp(82px, 10vw, 140px) 0; background: var(--forest); color: var(--white); }
.page-hero::after { content: ""; position: absolute; right: -5%; bottom: -50%; width: 480px; height: 480px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 900px; color: var(--white); font-size: clamp(2.7rem, 5vw, 5rem); }
.page-hero p:not(.eyebrow) { max-width: 720px; margin-bottom: 0; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.page-hero .eyebrow { color: #efd0bb; }
.page-hero-image { min-height: 530px; display: grid; align-items: end; background: linear-gradient(90deg, rgba(25,32,26,.9), rgba(25,32,26,.47)), var(--page-image) center/cover no-repeat; }

.split-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(340px, .8fr); align-items: center; gap: clamp(55px, 9vw, 120px); }
.align-start { align-items: start; }
.content-block p:last-of-type { margin-bottom: 2rem; }
.feature-image { position: relative; margin: 0; }
.feature-image img { width: 100%; max-height: 650px; object-fit: cover; box-shadow: var(--shadow); }
.offset-frame::before { content: ""; position: absolute; z-index: -1; inset: -24px 24px 24px -24px; border: 1px solid var(--sand); }
.section-heading { margin-bottom: 48px; }
.heading-row { display: grid; grid-template-columns: 1.1fr .8fr; align-items: end; gap: 45px; }
.heading-row > p { max-width: 470px; margin-left: auto; color: var(--muted); }

.feature-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card { min-height: 310px; padding: 38px 32px; border-top: 3px solid var(--terracotta); background: var(--cream-light); box-shadow: 0 12px 40px rgba(41,36,29,.07); }
.feature-number { display: block; margin-bottom: 54px; color: var(--sage); font-family: Georgia, serif; font-size: 1.1rem; }
.feature-card p { margin: 0; color: var(--muted); }

.rates-wrap { overflow-x: auto; border: 1px solid var(--line); box-shadow: 0 15px 50px rgba(39,37,31,.06); }
.rates-table { width: 100%; min-width: 680px; border-collapse: collapse; background: var(--white); }
.rates-table caption { padding: 18px 24px; background: var(--forest-deep); color: var(--white); font-size: .84rem; font-weight: 800; letter-spacing: .1em; text-align: left; text-transform: uppercase; }
.rates-table th, .rates-table td { padding: 21px 24px; border-bottom: 1px solid var(--line); text-align: left; }
.rates-table thead th { background: var(--cream); color: var(--muted); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; }
.rates-table tbody th { font-family: Georgia, serif; font-size: 1.28rem; font-weight: 500; }
.rates-table td:last-child { color: var(--terracotta); font-size: 1.2rem; }
.rates-actions { justify-content: center; margin-top: 36px; }
.two-column-notes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(40px, 8vw, 100px); margin-top: 72px; }
.two-column-notes h2 { font-size: 2rem; }
.tick-list { margin: 0; padding: 0; list-style: none; }
.tick-list li, .offer-list li { position: relative; padding: 12px 0 12px 30px; border-bottom: 1px solid var(--line); }
.tick-list li::before, .offer-list li::before { content: "✓"; position: absolute; left: 0; color: var(--terracotta); font-weight: 900; }
.document-link { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 70px; padding: 34px 38px; background: var(--cream); }
.document-link h2, .document-link p { margin-bottom: 0; }

.image-story { padding-top: 40px; background: var(--forest-deep); color: var(--white); }
.image-story-grid { display: grid; grid-template-columns: 1.4fr .72fr; grid-template-rows: 330px auto; gap: 24px; }
.image-story img { width: 100%; height: 100%; object-fit: cover; }
.story-wide { grid-row: 1 / span 2; min-height: 660px; }
.story-copy { padding: 36px 10px 12px; }
.story-copy h2 { color: var(--white); }
.image-band { display: grid; grid-template-columns: 1.1fr .8fr 1fr; gap: 18px; }
.image-band img { width: 100%; height: 390px; object-fit: cover; }

.offer-list { margin: 0; padding: 0; list-style: none; columns: 1; }
.time-panel { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 35px 0; }
.time-panel p { display: grid; gap: 12px; margin: 0; padding: 28px; background: var(--cream); }
.time-panel strong { color: var(--terracotta); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.time-panel span { font-family: Georgia, serif; font-size: 1.55rem; }
.notice { padding: 20px 24px; border-left: 4px solid var(--terracotta); background: var(--cream); }

.article-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .65fr); align-items: start; gap: clamp(45px, 8vw, 100px); }
.prose h2 { margin-top: 1.5em; font-size: 2rem; }
.prose h2:first-child { margin-top: 0; }
.prose a { font-weight: 700; }
.important-panel { position: sticky; top: 28px; padding: 42px 36px; background: var(--forest); color: var(--white); box-shadow: var(--shadow); }
.important-panel h2 { color: var(--white); }
.important-panel .eyebrow { color: #efd0bb; }
.important-panel ul { padding-left: 21px; }
.important-panel li { margin-bottom: 14px; }

.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gallery-item { aspect-ratio: 1 / .82; overflow: hidden; padding: 0; border: 0; background: #ddd; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.055); }
.gallery-item:focus-visible { outline: 4px solid var(--terracotta); outline-offset: 2px; }
.gallery-dialog { width: min(1100px, calc(100% - 32px)); max-height: 92vh; padding: 0; border: 0; background: transparent; }
.gallery-dialog::backdrop { background: rgba(15,17,15,.91); }
.gallery-dialog img { max-width: 100%; max-height: 90vh; margin: auto; object-fit: contain; }
.gallery-close { position: fixed; z-index: 2; top: 20px; right: 24px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: rgba(0,0,0,.45); color: var(--white); font-size: 2rem; line-height: 1; }

.testimonials-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.testimonials-grid blockquote { margin: 0; padding: 42px; border: 1px solid var(--line); background: var(--white); font-family: Georgia, serif; font-size: 1.25rem; line-height: 1.65; }
.testimonials-grid blockquote::before { content: "“"; display: block; height: 42px; color: var(--terracotta); font-size: 4.5rem; line-height: 1; }
.testimonials-grid blockquote footer { color: var(--terracotta); font-family: Inter, sans-serif; font-size: .8rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.testimonial-wide { grid-column: 1 / -1; }
.photo-break { height: min(70vw, 620px); overflow: hidden; }
.photo-break img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }

.directions-grid { display: grid; grid-template-columns: minmax(300px, .7fr) minmax(0, 1.2fr); align-items: start; gap: clamp(45px, 8vw, 100px); }
.directions-card { padding: 42px; background: var(--cream); }
.directions-card address { margin-bottom: 22px; font-size: 1.15rem; }
.directions-card p a { font-weight: 800; }
.route-steps ol { padding-left: 30px; counter-reset: step; list-style: none; }
.route-steps li { position: relative; padding: 0 0 26px 42px; border-left: 1px solid var(--sand); }
.route-steps li::before { content: counter(step); counter-increment: step; position: absolute; top: -2px; left: -18px; width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: var(--forest); color: var(--white); font-size: .8rem; font-weight: 800; }
.location-map { grid-column: 1 / -1; min-height: 480px; overflow: hidden; border: 1px solid var(--line); background: var(--cream); box-shadow: var(--shadow); }
.location-map iframe { width: 100%; height: 480px; display: block; border: 0; }

.contact-grid { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.15fr); align-items: start; gap: clamp(50px, 9vw, 120px); }
.contact-details dl { margin: 36px 0; }
.contact-details dt { margin-top: 22px; color: var(--terracotta); font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-details dd { margin: 5px 0 0; }
.form-card { padding: clamp(28px, 5vw, 52px); border-top: 4px solid var(--terracotta); background: var(--white); box-shadow: var(--shadow); }
.form-card h2 { font-size: 2.2rem; }
.form-row { margin-bottom: 20px; }
.form-row label { display: block; margin-bottom: 7px; font-size: .84rem; font-weight: 800; }
.form-row input, .form-row textarea { width: 100%; border: 1px solid #b8b3aa; border-radius: 2px; padding: 13px 14px; background: #fff; color: var(--ink); }
.form-row input:focus, .form-row textarea:focus { outline: 3px solid rgba(168,98,67,.24); border-color: var(--terracotta); }
.form-privacy { color: var(--muted); font-size: .82rem; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.error-message, .success-message { margin-bottom: 28px; padding: 20px 24px; border-left: 4px solid #a63d38; background: #fff1ef; }
.success-message { border-color: var(--forest); background: #edf4ed; }
.error-message p, .error-message ul, .success-message p { margin-bottom: 0; }
.success-message h2 { margin-bottom: 8px; }

.contact-cta { padding: clamp(65px, 8vw, 100px) 0; background: var(--terracotta); color: var(--white); }
.contact-cta-inner { display: grid; grid-template-columns: 1.25fr .65fr; align-items: center; gap: 50px; }
.contact-cta h2 { max-width: 760px; color: var(--white); }
.contact-cta p:not(.eyebrow) { max-width: 690px; margin-bottom: 0; }
.contact-cta .eyebrow { color: #f8dfd0; }
.cta-actions { justify-content: flex-end; }
.reviews-section { min-height: 320px; padding: clamp(70px, 9vw, 118px) 0; background: var(--cream-light); }
.reviews-section [class^="elfsight-app-"] { min-height: 180px; }

.site-footer { background: var(--forest-deep); color: rgba(255,255,255,.78); }
.footer-grid { display: grid; grid-template-columns: 1.25fr repeat(3, .72fr); gap: 50px; padding-top: 75px; padding-bottom: 50px; }
.footer-grid h2 { color: var(--white); font-family: Inter, sans-serif; font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid p, .footer-grid address { font-size: .88rem; }
.footer-grid a { color: var(--white); }
.footer-brand { width: min(330px, 100%); margin-bottom: 24px; filter: invert(1); opacity: .9; }
.gingerweb-credit { display: flex; justify-content: center; padding: 25px 0 34px; border-top: 1px solid rgba(255,255,255,.1); }
.gingerweb-credit a { display: inline-flex; }
.gingerweb-credit img { width: 120px; height: 26px; object-fit: contain; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom-inner { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 25px; font-size: .76rem; }
.footer-bottom p { margin: 0; }
.footer-bottom-inner div { display: flex; flex-wrap: wrap; gap: 22px; }
.footer-bottom a { color: rgba(255,255,255,.82); }
.mobile-call { display: none; }

@media (max-width: 1040px) {
    .nav-inner a { padding-inline: 8px; font-size: .7rem; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .gallery-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 820px) {
    body { padding-bottom: 54px; }
    .utility-inner p { display: none; }
    .utility-inner { justify-content: center; }
    .brand-row { min-height: 102px; }
    .brand { width: min(430px, calc(100% - 70px)); }
    .desktop-contact { display: none; }
    .nav-toggle { display: block; flex: 0 0 auto; }
    .main-navigation { display: none; }
    .main-navigation.is-open { display: block; }
    .nav-inner { display: grid; padding: 10px 20px 20px; }
    .nav-inner a { min-height: 46px; justify-content: flex-start; padding-inline: 0; border-bottom: 1px solid var(--line); font-size: .84rem; }
    .nav-inner .nav-contact { display: flex; margin-top: 10px; justify-content: center; border: 0; border-radius: 999px; background: var(--terracotta); color: var(--white); }
    .split-grid, .heading-row, .article-layout, .directions-grid, .contact-grid, .contact-cta-inner { grid-template-columns: 1fr; }
    .split-grid { gap: 60px; }
    .heading-row > p { margin-left: 0; }
    .feature-cards { grid-template-columns: 1fr; }
    .feature-card { min-height: 0; }
    .feature-number { margin-bottom: 28px; }
    .two-column-notes { grid-template-columns: 1fr; }
    .image-story-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 380px auto; }
    .story-wide { min-height: 0; grid-row: auto; }
    .story-copy { grid-column: 1 / -1; }
    .image-band { grid-template-columns: 1fr 1fr; }
    .image-band img:last-child { grid-column: 1 / -1; }
    .important-panel { position: static; }
    .contact-cta-inner { gap: 30px; }
    .cta-actions { justify-content: flex-start; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .mobile-call { position: fixed; z-index: 50; display: flex; right: 0; bottom: 0; left: 0; height: 54px; align-items: center; justify-content: center; background: var(--terracotta); color: var(--white); font-size: .88rem; font-weight: 800; text-decoration: none; box-shadow: 0 -8px 25px rgba(0,0,0,.18); }
}

@media (max-width: 560px) {
    body { font-size: 16px; }
    .container { width: min(calc(100% - 28px), var(--container)); }
    .brand-row { min-height: 88px; }
    .hero { min-height: 680px; align-items: center; }
    .hero-content { padding-top: 70px; padding-bottom: 100px; }
    .hero-note { right: 18px; bottom: 20px; }
    .hero-slider-controls { left: 14px; bottom: 72px; }
    .page-hero { padding: 70px 0; }
    .page-hero-image { min-height: 520px; }
    .button-row { align-items: stretch; flex-direction: column; }
    .button-row .button { width: 100%; }
    .offset-frame::before { inset: -14px 14px 14px -14px; }
    .time-panel { grid-template-columns: 1fr; }
    .rates-table th, .rates-table td { padding: 17px 18px; }
    .document-link { align-items: flex-start; flex-direction: column; padding: 28px; }
    .image-story-grid { display: block; }
    .image-story img { height: 360px; margin-bottom: 18px; }
    .image-band { grid-template-columns: 1fr; }
    .image-band img, .image-band img:last-child { grid-column: auto; height: 320px; }
    .gallery-grid { gap: 8px; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .testimonial-wide { grid-column: auto; }
    .testimonials-grid blockquote { padding: 30px 26px; font-size: 1.08rem; }
    .directions-card, .important-panel { padding: 32px 26px; }
    .location-map, .location-map iframe { min-height: 380px; height: 380px; }
    .route-steps ol { padding-left: 17px; }
    .footer-grid { grid-template-columns: 1fr; padding-top: 55px; gap: 30px; }
    .footer-bottom-inner { align-items: flex-start; flex-direction: column; padding-block: 20px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
