@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap";:root{--bg: #ffffff;--surface: #f3f7f0;--surface-2: #e8f0e3;--line: #dde7d6;--ink: #17251b;--ink-2: #445046;--muted: #6a766d;--accent: #6b8e23;--accent-2: #55701c;--stone: #33361f;--stone-2: #262813;--font-head: "Space Grotesk", system-ui, -apple-system, "Segoe UI", sans-serif;--font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--wrap: 74rem;--gutter: clamp(1.25rem, 5vw, 3.25rem);--section-y: clamp(3.75rem, 9vw, 7.5rem);--radius: 12px;--radius-pill: 999px;--shadow: 0 1px 2px rgba(20, 40, 25, .05), 0 12px 32px rgba(20, 40, 25, .08);--header-h: 60px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important}}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-body);font-size:1.0625rem;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4{font-family:var(--font-head);color:var(--ink);line-height:1.08;letter-spacing:-.02em;margin:0 0 .4em;font-weight:700}p{margin:0 0 1rem}a{color:var(--accent-2);text-underline-offset:2px}a:hover{color:var(--accent)}:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:3px solid var(--accent);outline-offset:2px;border-radius:4px}.skip-link{position:absolute;left:.5rem;top:-3rem;z-index:200;background:var(--ink);color:#fff;padding:.6rem 1rem;border-radius:var(--radius);transition:top .15s ease}.skip-link:focus{top:.5rem;color:#fff}.wrap{width:100%;max-width:var(--wrap);margin-inline:auto;padding-inline:var(--gutter)}.section{padding-block:var(--section-y)}.section-head{max-width:48rem;margin-bottom:clamp(2rem,5vw,3.25rem)}.eyebrow{font-family:var(--font-body);font-size:.78rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--accent-2);margin:0 0 .75rem}.section-head h2{font-size:clamp(2rem,5vw,3.1rem);font-weight:700}.section-head p{color:var(--ink-2);font-size:1.1rem;margin-bottom:0}[id]{scroll-margin-top:calc(var(--header-h) + 1rem)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;font-family:var(--font-body);font-size:1rem;font-weight:600;line-height:1;padding:.95rem 1.6rem;border-radius:var(--radius-pill);border:2px solid transparent;text-decoration:none;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease,transform .05s ease,box-shadow .15s ease}.btn:active{transform:translateY(1px)}.btn--accent{background:var(--accent);color:#fff;border-color:var(--accent);box-shadow:0 6px 18px color-mix(in srgb,var(--accent) 35%,transparent)}.btn--accent:hover{background:var(--accent-2);border-color:var(--accent-2);color:#fff}.btn--ghost{background:transparent;color:var(--ink);border-color:var(--line)}.btn--ghost:hover{background:var(--ink);color:#fff;border-color:var(--ink)}.btn--ondark{background:#ffffff24;color:#fff;border-color:#fff9;backdrop-filter:blur(2px)}.btn--ondark:hover{background:#fff;color:var(--ink);border-color:#fff}.btn svg{width:1.15em;height:1.15em;flex:none}.u-visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.site-header{position:sticky;top:0;z-index:100;background:#ffffffe0;backdrop-filter:saturate(1.2) blur(10px);border-bottom:1px solid var(--line)}.site-header__inner{display:flex;align-items:center;gap:.5rem;min-height:var(--header-h)}@media(max-width:479px){.site-header .wrap{padding-inline:1rem}}.brand{display:flex;align-items:center;gap:.65rem;line-height:1;text-decoration:none;margin-right:auto;min-width:0}.brand__logo{flex:none;width:40px;height:40px;border-radius:10px;box-shadow:0 0 0 1px var(--line)}@media(min-width:768px){.brand__logo{width:44px;height:44px}}.brand__words{display:flex;flex-direction:column;min-width:0}.brand__name{font-family:var(--font-head);font-weight:700;font-size:1.08rem;color:var(--ink);letter-spacing:-.02em}@media(min-width:400px){.brand__name{font-size:1.18rem}}.brand__sub{font-size:.64rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);margin-top:.25rem;white-space:nowrap}@media(max-width:479px){.brand__words{display:none}}.site-nav{display:flex;align-items:center}.nav-toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:transparent;border:1px solid var(--line);border-radius:10px;cursor:pointer;color:var(--ink)}.nav-toggle__bars,.nav-toggle__bars:before,.nav-toggle__bars:after{content:"";display:block;width:20px;height:2px;background:currentColor;position:relative;transition:transform .18s ease,opacity .18s ease}.nav-toggle__bars:before{position:absolute;top:-6px}.nav-toggle__bars:after{position:absolute;top:6px}.site-header.is-open .nav-toggle__bars{background:transparent}.site-header.is-open .nav-toggle__bars:before{top:0;transform:rotate(45deg)}.site-header.is-open .nav-toggle__bars:after{top:0;transform:rotate(-45deg)}.nav-list{list-style:none;margin:0;padding:0}@media(max-width:767px){.nav-list{position:absolute;left:0;right:0;top:100%;display:none;flex-direction:column;background:#fff;border-bottom:1px solid var(--line);box-shadow:var(--shadow);padding:.5rem var(--gutter) 1rem}.site-header.is-open .nav-list{display:flex}.nav-list a{display:block;padding:.85rem 0;font-weight:600;color:var(--ink);text-decoration:none;border-bottom:1px solid var(--line)}.nav-list li:last-child a{border-bottom:0}}.header-call{display:inline-flex;align-items:center;gap:.4rem;font-weight:700;font-size:.85rem;color:#fff;background:var(--accent);padding:.55rem .9rem;border-radius:var(--radius-pill);text-decoration:none;white-space:nowrap;box-shadow:0 4px 14px color-mix(in srgb,var(--accent) 32%,transparent)}.header-call:hover{background:var(--accent-2);color:#fff}.header-call svg{width:1.05em;height:1.05em}@media(min-width:400px){.header-call{font-size:.92rem;padding:.6rem 1.05rem}}@media(min-width:768px){:root{--header-h: 74px}.nav-toggle{display:none}.nav-list{display:flex;align-items:center;gap:2rem;margin-right:1.75rem}.nav-list a{font-family:var(--font-body);font-weight:600;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-2);text-decoration:none;padding:.4rem 0;position:relative}.nav-list a:after{content:"";position:absolute;left:0;right:100%;bottom:-2px;height:2px;background:var(--accent);transition:right .2s ease}.nav-list a:hover{color:var(--ink)}.nav-list a:hover:after{right:0}}.hero{position:relative;isolation:isolate;min-height:clamp(30rem,84svh,50rem);display:flex;overflow:hidden;background:var(--stone)}.hero__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 55%;z-index:-2}.hero__scrim{position:absolute;inset:0;z-index:-1;background:linear-gradient(to top,#0c1a10c7,#0c1a1059 40%,#0c1a100d 72%)}.hero__inner{width:100%;padding-block:clamp(3rem,8vw,5.5rem)}.hero__content{max-width:42rem}.hero__kicker{color:#dff3e2;font-weight:700;font-size:.8rem;letter-spacing:.16em;text-transform:uppercase;margin-bottom:1rem;text-shadow:0 1px 8px rgba(0,0,0,.5)}.hero__title{color:#fff;font-weight:700;font-size:clamp(2.3rem,7vw,4.4rem);line-height:1.02;letter-spacing:-.025em;margin-bottom:1.1rem;text-shadow:0 2px 22px rgba(0,0,0,.4)}.hero__lede{color:#eaf5ec;font-size:clamp(1.08rem,2.4vw,1.35rem);max-width:36rem;margin-bottom:1.9rem;text-shadow:0 1px 10px rgba(0,0,0,.5)}.hero__actions{display:flex;flex-wrap:wrap;gap:.85rem}.hero__call{font-size:1.075rem;padding:1.05rem 1.8rem}.hero--center{align-items:flex-end;text-align:center}.hero--center .hero__scrim{background:linear-gradient(to top,#0c1a10b8,#0c1a1066 45%,#0c1a102e)}.hero--center .hero__content{max-width:46rem;margin-inline:auto}.hero--center .hero__lede{margin-inline:auto}.hero--center .hero__actions{justify-content:center}.hero--card{align-items:flex-end}.hero--card .hero__scrim{background:linear-gradient(to right,#0c1a1080,#0c1a1026 55%,#0c1a1000)}.hero--card .hero__content{background:#1220166b;backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.14);border-radius:var(--radius);padding:clamp(1.5rem,4vw,2.5rem);max-width:38rem}.gallery{background:var(--surface)}.gallery-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem}@media(min-width:640px){.gallery-grid{grid-template-columns:repeat(3,1fr);gap:.9rem}}@media(min-width:1024px){.gallery-grid{grid-template-columns:repeat(4,1fr);gap:1.1rem}}.gallery-thumb{display:block;width:100%;padding:0;border:0;background:var(--surface-2);border-radius:var(--radius);overflow:hidden;cursor:pointer;aspect-ratio:4 / 3;box-shadow:var(--shadow)}.gallery-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gallery-thumb:hover img,.gallery-thumb:focus-visible img{transform:scale(1.05)}.lightbox{border:0;padding:0;margin:0;max-width:100vw;max-height:100dvh;width:100%;height:100%;background:transparent;overflow:hidden}.lightbox[open]{display:flex;align-items:center;justify-content:center}.lightbox::backdrop{background:#0a140eeb}.lightbox__figure{margin:0;padding:1rem;display:flex;align-items:center;justify-content:center}.lightbox__img{width:auto;height:auto;max-width:92vw;max-height:86dvh;border-radius:var(--radius);box-shadow:0 12px 48px #0000008c}.lightbox__close,.lightbox__nav{position:fixed;display:inline-flex;align-items:center;justify-content:center;background:#ffffff24;color:#fff;border:1px solid rgba(255,255,255,.35);border-radius:50%;cursor:pointer;backdrop-filter:blur(4px)}.lightbox__close{top:1rem;right:1rem;width:44px;height:44px}.lightbox__nav{top:50%;transform:translateY(-50%);width:48px;height:48px}.lightbox__nav--prev{left:.75rem}.lightbox__nav--next{right:.75rem}.lightbox__close:hover,.lightbox__nav:hover{background:#ffffff4d}.lightbox__close svg{width:22px;height:22px}.lightbox__nav svg{width:24px;height:24px}.reviews{background:var(--bg)}.review-grid{list-style:none;margin:0;padding:0;display:grid;gap:1.4rem}@media(min-width:768px){.review-grid{grid-template-columns:repeat(3,1fr)}}.review-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(1.6rem,3.5vw,2.1rem);display:flex;flex-direction:column;gap:1rem;box-shadow:var(--shadow)}.review-card__stars{color:var(--accent);display:inline-flex;gap:2px}.review-card__quote{margin:0}.review-card__quote p{margin:0;font-family:var(--font-body);font-weight:500;font-size:1.1rem;line-height:1.55;color:var(--ink)}.review-card__by{margin-top:auto;display:flex;flex-direction:column;gap:.1rem;padding-top:.6rem;border-top:1px solid var(--line)}.review-card__name{font-weight:700;color:var(--ink)}.contact{background:var(--stone);color:#e9f2ea}.contact__inner{max-width:48rem;margin-inline:auto;text-align:center}.contact .eyebrow{color:#a7d9b2}.contact h2{color:#fff;font-size:clamp(2.1rem,5.5vw,3.2rem)}.contact__lede{color:#cfe0d3;font-size:1.15rem;max-width:38rem;margin-inline:auto;margin-bottom:2rem}.contact__call{font-size:clamp(1.15rem,3.5vw,1.5rem);padding:1.15rem 2.2rem;gap:.7rem}.contact__call svg{width:1.2em;height:1.2em}.contact__facts{margin:2.75rem 0 0;display:grid;gap:1.5rem;text-align:center}@media(min-width:620px){.contact__facts{grid-template-columns:1fr 1fr;text-align:left}}.contact__facts dt{font-size:.76rem;letter-spacing:.14em;text-transform:uppercase;color:#9fc4a8;font-weight:700;margin-bottom:.35rem}.contact__facts dd{margin:0;color:#e9f2ea;font-size:1.05rem;line-height:1.5}.site-footer{background:var(--stone-2);color:#cfe0d3;padding-block:clamp(2.5rem,6vw,3.5rem) 1.5rem}.site-footer__inner{display:flex;flex-direction:column;gap:1.25rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}@media(min-width:640px){.site-footer__inner{flex-direction:row;justify-content:space-between;align-items:center}}.site-footer__name{font-family:var(--font-head);font-weight:700;font-size:1.25rem;color:#fff;margin:0 0 .25rem}.site-footer__meta{margin:0;font-size:.92rem;color:#9fc4a8}.site-footer__contact{display:flex;flex-direction:column;gap:.3rem}@media(min-width:640px){.site-footer__contact{text-align:right}}.site-footer__contact a{color:#fff;font-weight:700;font-size:1.1rem;text-decoration:none}.site-footer__contact a:hover{color:var(--accent)}.site-footer__contact span{font-size:.9rem;color:#9fc4a8}.site-footer__legal{display:flex;flex-direction:column;gap:.5rem;padding-top:1.25rem;font-size:.85rem;color:#8bad94}.site-footer__legal p{margin:0}.site-footer__legal a{color:#b7d3bd}@media(min-width:640px){.site-footer__legal{flex-direction:row;justify-content:space-between}}.rating-badge{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.4rem 1rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(1.25rem,3vw,1.75rem) clamp(1.5rem,4vw,2.25rem);box-shadow:var(--shadow)}.rating-badge__star{color:#fbbc04;display:inline-flex;line-height:0}.rating-badge__star svg{width:1.75rem;height:1.75rem}.rating-badge__score{margin:0;font-family:var(--font-head);font-size:clamp(1.3rem,3vw,1.7rem);font-weight:600;color:var(--ink)}.rating-badge__score strong{font-weight:800}.rating-badge__dot{color:var(--muted);margin:0 .15rem}.rating-badge__link{flex-basis:100%;margin:0;color:var(--ink-2);font-size:1rem}a.rating-badge{text-decoration:none;color:inherit;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .06s ease}a.rating-badge:hover{border-color:var(--accent);box-shadow:0 12px 30px color-mix(in srgb,var(--accent) 22%,transparent)}a.rating-badge:hover .rating-badge__link{color:var(--accent-2);text-decoration:underline}a.rating-badge:active{transform:translateY(1px)}.rating-badge__arrow{white-space:nowrap}
