:root {
  --ink: #15332d;
  --ink-2: #285249;
  --forest: #173f36;
  --forest-dark: #0d2b25;
  --lime: #cde86b;
  --lime-bright: #dbf47b;
  --cream: #f8f5eb;
  --sand: #ece5d5;
  --white: #fff;
  --orange: #e8773c;
  --muted: #66766f;
  --line: rgba(21, 51, 45, .14);
  --shadow: 0 24px 70px rgba(13, 43, 37, .14);
  --radius: 24px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, summary { cursor: pointer; }
::selection { color: var(--forest-dark); background: var(--lime); }
.shell { width: var(--shell); margin-inline: auto; }
.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; padding: 10px 16px; color: var(--white); background: var(--forest-dark); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon-disc svg, .inline-icon-link svg, .check-list svg, .lightbox button svg { width: 1.25rem; height: 1.25rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.inline-icon-link { display: inline-flex; align-items: center; gap: .35em; }
.inline-icon-link svg { width: 1em; height: 1em; flex: 0 0 auto; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; color: var(--white); transition: .3s ease; }
.site-header.scrolled { color: var(--ink); background: rgba(248, 245, 235, .94); box-shadow: 0 8px 30px rgba(13,43,37,.08); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 62px; height: 62px; border: 3px solid rgba(255,255,255,.82); border-radius: 50%; object-fit: cover; }
.scrolled .brand img { border-color: var(--sand); }
.brand span { display: grid; line-height: 1.1; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.27rem; letter-spacing: .01em; }
.brand small { margin-top: 5px; font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; opacity: .76; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: .92rem; font-weight: 750; }
.site-nav > a:not(.nav-cta) { padding: 10px 0; border-bottom: 2px solid transparent; }
.site-nav > a:not(.nav-cta):hover, .site-nav > a:not(.nav-cta):focus-visible { border-color: var(--lime); }
.nav-cta { padding: 12px 19px; color: var(--forest-dark); background: var(--lime); border-radius: 999px; }
.nav-cta:hover { background: var(--lime-bright); transform: translateY(-1px); }
.menu-button { display: none; width: 48px; height: 48px; place-items: center; padding: 10px; color: var(--ink); background: transparent; border: 1px solid transparent; border-radius: 12px; appearance: none; -webkit-appearance: none; -webkit-tap-highlight-color: transparent; }
.menu-button:hover { background: rgba(21,51,45,.07); }
.menu-button:focus-visible { background: var(--white); }
.menu-icon { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.menu-line { transform-box: fill-box; transform-origin: center; transition: transform .2s ease, opacity .15s ease; }
.menu-button[aria-expanded="true"] .menu-line-top { transform: translateY(5px) rotate(45deg); }
.menu-button[aria-expanded="true"] .menu-line-middle { opacity: 0; }
.menu-button[aria-expanded="true"] .menu-line-bottom { transform: translateY(-5px) rotate(-45deg); }

.hero { position: relative; min-height: 820px; display: flex; align-items: center; isolation: isolate; overflow: hidden; color: var(--white); background: var(--forest-dark); }
.hero-photo { position: absolute; z-index: -3; inset: 0; background: url("images/hero.webp") center / cover no-repeat; transform: scale(1.035); }
.hero-shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(7,33,27,.95) 0%, rgba(7,33,27,.78) 43%, rgba(7,33,27,.22) 76%, rgba(7,33,27,.18) 100%), linear-gradient(0deg, rgba(7,33,27,.38), transparent 45%); }
.hero-content { padding-top: 100px; }
.hero h1 { max-width: 800px; margin: 10px 0 22px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(4.1rem, 8vw, 7.8rem); font-weight: 500; line-height: .88; letter-spacing: -.055em; }
.hero h1 em { color: var(--lime); font-weight: 500; }
.hero-copy { max-width: 620px; margin: 0 0 34px; color: rgba(255,255,255,.86); font-size: clamp(1.08rem, 2vw, 1.28rem); line-height: 1.65; }
.eyebrow { margin: 0 0 12px; color: var(--orange); font-size: .75rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: var(--lime); }
.button-row { display: flex; flex-wrap: wrap; gap: 13px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.button-primary { color: var(--forest-dark); background: var(--lime); }
.button-primary:hover { background: var(--lime-bright); box-shadow: 0 12px 26px rgba(205,232,107,.2); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.06); backdrop-filter: blur(8px); }
.button-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.12); }
.button-dark { color: var(--white); background: var(--forest); }
.hero-note { position: absolute; right: 0; bottom: 0; left: 0; display: flex; justify-content: center; gap: 28px; padding: 17px; color: var(--forest-dark); background: var(--lime); font-size: .76rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.hero-note span + span::before { content: "•"; margin-right: 28px; }

.trust-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { min-height: 120px; display: flex; align-items: center; justify-content: center; gap: 17px; padding: 22px; }
.trust-grid > div + div { border-left: 1px solid var(--line); }
.trust-grid .icon-disc { width: 44px; height: 44px; flex: 0 0 auto; display: grid; place-items: center; color: var(--forest); background: var(--lime); border-radius: 50%; }
.trust-grid p { display: grid; margin: 0; line-height: 1.35; }
.trust-grid strong { font-size: .94rem; }
.trust-grid small { margin-top: 4px; color: var(--muted); }

.section { padding: 120px 0; }
.section h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.6rem, 5vw, 4.7rem); font-weight: 500; line-height: 1.02; letter-spacing: -.04em; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 60px; margin-bottom: 54px; }
.section-heading > p { max-width: 460px; margin: 0; color: var(--muted); font-size: 1.08rem; }
.text-link { color: var(--forest); font-weight: 850; text-decoration: underline; text-decoration-color: var(--lime); text-decoration-thickness: 4px; text-underline-offset: 4px; }

.about-grid { display: grid; grid-template-columns: minmax(320px, .9fr) minmax(360px, 1.1fr); align-items: center; gap: clamp(50px, 8vw, 110px); }
.about-photo { position: relative; min-height: 690px; overflow: visible; }
.about-photo > img { width: 100%; height: 690px; object-fit: cover; object-position: center 28%; border-radius: 180px 180px 28px 28px; box-shadow: var(--shadow); }
.photo-badge { position: absolute; right: -28px; bottom: 30px; max-width: 260px; display: grid; padding: 22px 25px; color: var(--white); background: var(--forest); border-radius: 18px; box-shadow: var(--shadow); }
.photo-badge span { margin-top: 5px; color: rgba(255,255,255,.72); font-size: .85rem; }
.about-copy > p:not(.eyebrow) { color: #52665f; font-size: 1.05rem; }
.about-copy h2 { margin-bottom: 28px; }
.about-copy blockquote { margin: 28px 0; padding: 20px 0 20px 24px; border-left: 4px solid var(--lime); font-family: Georgia, serif; font-size: 1.28rem; font-style: italic; line-height: 1.55; }
.cert-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.cert-card { display: flex; align-items: center; gap: 12px; padding: 14px; color: var(--ink); text-align: left; background: var(--white); border: 1px solid var(--line); border-radius: 15px; }
.cert-card:hover { border-color: var(--lime); box-shadow: 0 12px 28px rgba(13,43,37,.08); }
.cert-card > span:first-child { width: 36px; height: 36px; flex: 0 0 auto; display: grid; place-items: center; background: var(--lime); border-radius: 50%; }
.cert-card .icon-disc svg { width: 19px; height: 19px; stroke-width: 2.5; }
.cert-card > span:last-child { display: grid; line-height: 1.25; }
.cert-card small { margin-top: 4px; color: var(--muted); font-size: .7rem; }

.services-section { background: var(--white); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { min-width: 0; overflow: hidden; background: var(--cream); border-radius: var(--radius); transition: .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card img { width: 100%; height: 240px; object-fit: cover; }
.service-card div { padding: 24px; }
.service-card div > span { color: var(--orange); font-size: .73rem; font-weight: 850; }
.service-card h3 { margin: 7px 0 9px; font-family: Georgia, serif; font-size: 1.5rem; line-height: 1.1; }
.service-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.service-details { display: grid; grid-template-columns: 1.3fr .8fr .75fr; gap: 44px; margin-top: 70px; padding: 50px; color: var(--white); background: var(--forest); border-radius: 30px; }
.service-details h3 { margin: 0 0 15px; font-family: Georgia, serif; font-size: 2.1rem; line-height: 1.1; }
.service-details p { color: rgba(255,255,255,.72); }
.service-details .fine-print { font-size: .75rem; }
.check-list { align-self: center; margin: 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.check-list svg { width: 18px; height: 18px; flex: 0 0 auto; color: var(--lime); stroke-width: 2.5; }
.price-note { padding: 26px; align-self: center; color: var(--forest-dark); background: var(--lime); border-radius: 20px; }
.price-note span { font-size: .7rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.price-note strong { display: block; margin: 8px 0; font-family: Georgia, serif; font-size: 1.5rem; }
.price-note p { color: var(--ink-2); font-size: .86rem; }
.price-note a { font-weight: 850; }

.testimonials-section { color: var(--white); background: var(--forest-dark); }
.testimonials-section h2 { max-width: 800px; }
.testimonial-track { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 18px; margin-top: 50px; }
.testimonial { min-height: 340px; display: flex; flex-direction: column; justify-content: space-between; margin: 0; padding: 32px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); }
.testimonial.featured { color: var(--forest-dark); background: var(--lime); }
.testimonial blockquote { margin: 0; font-family: Georgia, serif; font-size: 1.34rem; line-height: 1.55; }
.testimonial.featured blockquote { font-size: 1.65rem; }
.testimonial figcaption { display: grid; margin-top: 30px; }
.testimonial figcaption span { color: rgba(255,255,255,.55); font-size: .78rem; }
.testimonial.featured figcaption span { color: var(--ink-2); }

.gallery-section { background: var(--sand); }
.gallery-section .section-heading { align-items: center; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 260px; gap: 12px; }
.gallery-item { padding: 0; overflow: hidden; background: var(--forest); border: 0; border-radius: 18px; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, opacity .3s; }
.gallery-item:hover img { opacity: .82; transform: scale(1.045); }
.more-gallery { display: none; }
.gallery-grid.expanded .more-gallery { display: block; }
.gallery-toggle { margin: 28px auto 0; border: 0; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-intro { position: sticky; top: 130px; align-self: start; }
.faq-intro h2 { margin-bottom: 24px; }
.faq-intro > p:not(.eyebrow) { color: var(--muted); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 25px 48px 25px 0; list-style: none; font-family: Georgia, serif; font-size: 1.35rem; font-weight: 600; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; top: 19px; right: 0; width: 34px; height: 34px; display: grid; place-items: center; background: var(--lime); border-radius: 50%; font-family: system-ui, sans-serif; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { margin: -4px 50px 26px 0; color: var(--muted); }

.contact-section { color: var(--white); background: var(--forest); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 80px; }
.contact-copy h2 { margin-bottom: 24px; }
.contact-copy > p:not(.eyebrow):not(.hours) { color: rgba(255,255,255,.7); font-size: 1.05rem; }
.contact-links { display: grid; gap: 12px; margin: 34px 0; }
.contact-links > * { display: flex; align-items: center; gap: 15px; }
.contact-links > * > span:first-child { width: 44px; height: 44px; flex: 0 0 auto; display: grid; place-items: center; color: var(--forest-dark); background: var(--lime); border-radius: 50%; }
.contact-links .icon-disc svg { width: 21px; height: 21px; stroke-width: 1.9; }
.contact-links > * > span:last-child { display: grid; }
.contact-links small { color: rgba(255,255,255,.55); font-size: .72rem; }
.contact-links strong { font-size: .9rem; }
.hours { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.72); font-size: .85rem; }
.inquiry-form { display: grid; gap: 18px; padding: 38px; color: var(--ink); background: var(--cream); border-radius: 28px; box-shadow: 0 30px 80px rgba(0,0,0,.18); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.inquiry-form label { display: grid; gap: 7px; font-size: .76rem; font-weight: 850; letter-spacing: .04em; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 10px; resize: vertical; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--forest); }
.form-submit { justify-self: start; border: 0; }
.form-note { margin: -6px 0 0; color: var(--muted); font-size: .72rem; }

.site-footer { padding: 70px 0 24px; color: rgba(255,255,255,.7); background: #081e19; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 50px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid > div > strong { margin-bottom: 6px; color: var(--white); }
.footer-grid a:hover { color: var(--lime); }
.footer-brand { display: flex; gap: 16px; }
.footer-brand img { width: 70px; height: 70px; border-radius: 50%; }
.footer-brand strong { color: var(--white); font-family: Georgia, serif; font-size: 1.4rem; }
.footer-brand p { max-width: 270px; margin: 5px 0 0; font-size: .86rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: .75rem; }

.lightbox { max-width: min(1000px, calc(100% - 30px)); max-height: calc(100% - 30px); padding: 0; overflow: visible; background: transparent; border: 0; }
.lightbox::backdrop { background: rgba(4,18,15,.92); backdrop-filter: blur(8px); }
.lightbox img { max-width: 100%; max-height: calc(100vh - 50px); margin: auto; object-fit: contain; border-radius: 12px; }
.lightbox button { position: fixed; top: max(16px, env(safe-area-inset-top)); right: max(16px, env(safe-area-inset-right)); width: 48px; height: 48px; display: grid; place-items: center; color: var(--white); background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.lightbox button:hover { background: rgba(255,255,255,.22); }
.lightbox button svg { width: 25px; height: 25px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 32px, 760px); }
  .site-header { color: var(--ink); background: rgba(248,245,235,.96); }
  .nav-wrap { min-height: 78px; }
  .brand img { width: 52px; height: 52px; border-color: var(--sand); }
  .menu-button { display: grid; }
  .site-nav { position: absolute; top: 78px; right: 16px; left: 16px; display: none; max-height: calc(100dvh - 94px); overflow-y: auto; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 14px !important; border: 0 !important; border-radius: 10px; }
  .site-nav a:hover { background: var(--cream); }
  .nav-cta { margin-top: 5px; text-align: center; }
  .hero { min-height: 740px; }
  .hero-content { padding-top: 80px; }
  .hero h1 { font-size: clamp(3.7rem, 12vw, 6rem); }
  .trust-grid > div { padding: 18px 10px; }
  .section { padding: 90px 0; }
  .about-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-grid { gap: 60px; }
  .about-photo { width: min(520px, 92%); margin: auto; }
  .faq-grid, .contact-grid { gap: 55px; }
  .faq-intro { position: static; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-details { grid-template-columns: 1fr 1fr; }
  .price-note { grid-column: span 2; }
  .testimonial-track { grid-template-columns: 1fr 1fr; }
  .testimonial.featured { grid-column: span 2; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 680px) {
  :root { --shell: min(100% - 24px, 540px); --radius: 18px; }
  html { scroll-padding-top: 80px; }
  .brand small { display: none; }
  .hero { min-height: 700px; align-items: flex-end; padding-bottom: 105px; }
  .hero-photo { background-position: 62% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(7,33,27,.96) 4%, rgba(7,33,27,.75) 58%, rgba(7,33,27,.22) 100%); }
  .hero-content { padding-top: 120px; }
  .hero h1 { font-size: clamp(3rem, 16vw, 5rem); }
  .hero-copy { font-size: 1rem; }
  .button-row { display: grid; }
  .button-row .button { width: 100%; }
  .hero-note { gap: 8px; padding: 14px 8px; font-size: .58rem; letter-spacing: .08em; }
  .hero-note span + span::before { margin-right: 8px; }
  .trust-grid { grid-template-columns: 1fr; padding: 10px 0; }
  .trust-grid > div { min-height: 80px; justify-content: flex-start; padding: 12px 30px; }
  .trust-grid > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .section { padding: 72px 0; }
  .section h2 { font-size: clamp(2.45rem, 12vw, 3.6rem); }
  .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 34px; }
  .about-photo { min-height: 540px; }
  .about-photo > img { height: 540px; border-radius: 120px 120px 22px 22px; }
  .photo-badge { right: -8px; bottom: 20px; }
  .cert-row, .service-grid, .testimonial-track, .form-row { grid-template-columns: 1fr; }
  .service-card { display: grid; grid-template-columns: 125px 1fr; }
  .service-card img { height: 100%; min-height: 190px; }
  .service-card div { padding: 20px 17px; }
  .service-card h3 { font-size: 1.3rem; }
  .service-details { grid-template-columns: 1fr; gap: 26px; padding: 28px 22px; }
  .price-note, .testimonial.featured { grid-column: auto; }
  .testimonial { min-height: 280px; padding: 25px; }
  .testimonial.featured blockquote { font-size: 1.4rem; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 210px; }
  .gallery-item.wide { grid-column: span 2; }
  .gallery-item.tall { grid-row: span 1; }
  .accordion summary { font-size: 1.15rem; }
  .inquiry-form { padding: 24px 18px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-brand { grid-column: span 2; }
  .footer-grid > div:last-child { grid-column: span 2; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 380px) {
  :root { --shell: calc(100% - 20px); }
  .brand strong { font-size: 1.12rem; }
  .hero { min-height: 680px; }
  .hero h1 { font-size: 2.85rem; }
  .hero-note { font-size: .52rem; }
  .service-card { grid-template-columns: 105px 1fr; }
  .service-card div { padding: 17px 14px; }
  .photo-badge { right: 0; max-width: calc(100% - 16px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
