:root{--ink:#1a2e28;--ink-soft:#3d534b;--mist:#e8f0ec;--sage:#6b8f7a;--sage-deep:#3f6b55;--dawn:#c5d9ce;--paper:#f4f7f5;--accent:#b85c38;--accent-hover:#9a4a2c;--font-display:"Fraunces","Georgia",serif;--font-body:"Karla","Helvetica Neue",sans-serif}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;color:var(--ink);font-family:var(--font-body);font-size:1.0625rem;line-height:1.55;background:var(--paper);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration-thickness:1px;text-underline-offset:.18em}a:hover{color:var(--sage-deep)}img{max-width:100%;display:block}.site-header{position:absolute;top:0;left:0;right:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;color:var(--mist)}.site-header--solid{position:-webkit-sticky;position:sticky;color:var(--ink);background:rgba(244,247,245,.92);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(26,46,40,.08)}.site-header--solid .site-header__nav a:not(.btn):hover{color:var(--sage-deep)}.site-header--solid .btn{background:var(--accent);color:#fff;border:none}.site-header a{text-decoration:none}.site-header__brand{display:inline-flex;align-items:center;gap:.55rem;font-family:var(--font-display);font-size:1.15rem;font-weight:500;letter-spacing:.02em}.site-header__mark{width:2.05rem;height:2.05rem;flex-shrink:0}.site-header__nav{display:flex;gap:1.5rem;align-items:center;font-size:.95rem}.site-header__nav a:not(.btn){opacity:.9}.site-header__nav a:not(.btn):hover{opacity:1;color:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.35rem;border:none;border-radius:2px;background:var(--accent);color:#fff;font-family:var(--font-body);font-size:1rem;font-weight:600;letter-spacing:.01em;text-decoration:none;cursor:pointer;transition:background .16s ease,transform .16s ease}.btn:hover{background:var(--accent-hover);color:#fff;transform:translateY(-1px)}.btn--ghost{background:transparent;color:var(--mist);border:1px solid rgba(232,240,236,.45)}.btn--ghost:hover{background:rgba(232,240,236,.12);color:#fff}.btn--ink{background:var(--ink)}.btn--ink:hover{background:#0f1c18;color:#fff}.hero{position:relative;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;color:var(--mist)}.hero__media{position:absolute;inset:0;z-index:0}.hero__media img{width:100%;height:100%;object-fit:cover;object-position:center 35%;animation:hero-ken 28s ease-in-out infinite alternate}.hero__veil{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(15,28,24,.28),rgba(15,28,24,.15) 32%,rgba(15,28,24,.55) 58%,rgba(15,28,24,.82) 78%,rgba(15,28,24,.92)),linear-gradient(90deg,rgba(15,28,24,.45),rgba(15,28,24,.12) 55%,transparent)}.hero__body{position:relative;z-index:2;display:flex;flex-direction:column;gap:2rem;width:100%;padding-top:5.5rem}.hero__content{max-width:40rem;padding:0 1.5rem;animation:rise-in .9s cubic-bezier(.22,1,.36,1) both}.hero__mark{width:clamp(3.5rem,8vw,5.5rem);height:auto;margin-bottom:.85rem;filter:drop-shadow(0 8px 24px rgba(0,0,0,.35))}.hero__brand{margin:0 0 .75rem;font-family:var(--font-display);font-size:clamp(3rem,9vw,5.25rem);font-weight:500;line-height:.95;letter-spacing:-.02em}.hero__lede{margin:0 0 1.75rem;max-width:28rem;font-size:clamp(1.05rem,2.4vw,1.25rem);line-height:1.45;color:rgba(232,240,236,.92);animation:rise-in .9s cubic-bezier(.22,1,.36,1) .12s both}.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;animation:rise-in .9s cubic-bezier(.22,1,.36,1) .22s both}.hero__usps{list-style:none;margin:0;padding:1.25rem 1.5rem 1.75rem;display:grid;grid-template-columns:1fr;grid-gap:1.15rem 1.5rem;gap:1.15rem 1.5rem;border-top:1px solid rgba(232,240,236,.18);background:linear-gradient(180deg,rgba(15,28,24,.15),rgba(15,28,24,.35));animation:rise-in .9s cubic-bezier(.22,1,.36,1) .32s both}.hero__usp{display:flex;align-items:flex-start;gap:.75rem}.hero__usp-icon{flex-shrink:0;display:grid;place-items:center;width:1.75rem;height:1.75rem;margin-top:.1rem;color:rgba(232,240,236,.95)}.hero__usp-copy{display:flex;flex-direction:column;gap:.2rem;min-width:0}.hero__usp-copy strong{font-family:var(--font-body);font-size:.98rem;font-weight:700;letter-spacing:.01em}.hero__usp-copy span{font-size:.88rem;line-height:1.4;color:rgba(232,240,236,.82)}@media (min-width:720px){.hero__usps{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.35rem 2rem;padding-left:3rem;padding-right:3rem}}@media (min-width:1100px){.hero__usps{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}}.section{padding:4.5rem 1.5rem;max-width:42rem;margin:0 auto}.section--wide{max-width:56rem}.section h1,.section h2{font-family:var(--font-display);font-weight:500;letter-spacing:-.02em;line-height:1.15;margin:0 0 1rem}.section h1{font-size:clamp(2.25rem,5vw,3.25rem)}.section h2{font-size:clamp(1.75rem,3.5vw,2.25rem)}.section p{margin:0 0 1rem;color:var(--ink-soft)}.section p:last-child{margin-bottom:0}.about__intro{padding-top:7rem}.about .section+.section{padding-top:0}.band-section{max-width:none;margin:0;padding-left:0;padding-right:0;background:linear-gradient(135deg,var(--dawn) 0,var(--mist) 55%,#dce8e2 100%);border-block:1px solid rgba(63,107,85,.12)}.band-section .cta-row,.band-section h2,.band-section p{max-width:42rem;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.band-section h2,.band-section p{margin-bottom:1rem}.band-section p:last-of-type{margin-bottom:0}.band-section .cta-row{margin-top:1.75rem;margin-bottom:0}.cta-row{margin-top:1.75rem}.band{background:linear-gradient(135deg,var(--dawn) 0,var(--mist) 55%,#dce8e2 100%);border-block:1px solid rgba(63,107,85,.12)}.band .section{padding-block:3.5rem}.site-footer{padding:2rem 1.5rem 2.5rem;border-top:1px solid rgba(26,46,40,.1);display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:center;color:var(--ink-soft);font-size:.9rem}.site-footer a{text-decoration:none}.site-footer__brand{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-display);color:var(--ink)}.site-footer__brand img{width:1.75rem;height:1.75rem}@keyframes rise-in{0%{opacity:0;transform:translateY(1.25rem)}to{opacity:1;transform:translateY(0)}}@keyframes hero-ken{0%{transform:scale(1)}to{transform:scale(1.06)}}@media (prefers-reduced-motion:reduce){.hero__actions,.hero__content,.hero__lede,.hero__media img,.hero__usps{animation:none}.btn:hover{transform:none}}@media (min-width:720px){.band-section .cta-row,.band-section h2,.band-section p,.hero__content,.section,.site-footer,.site-header{padding-left:3rem;padding-right:3rem}}@font-face{font-family:Fraunces;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces Fallback;src:local("Times New Roman");ascent-override:84.71%;descent-override:22.09%;line-gap-override:0.00%;size-adjust:115.45%}.__className_eb41fe{font-family:Fraunces,Fraunces Fallback;font-style:normal}.__variable_eb41fe{--font-fraunces:"Fraunces","Fraunces Fallback"}@font-face{font-family:Karla;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/ea05c3aa551e0ebc-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Karla;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/b7ae23d8a9c319da-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Karla Fallback;src:local("Arial");ascent-override:89.55%;descent-override:24.61%;line-gap-override:0.00%;size-adjust:102.40%}.__className_4e868f{font-family:Karla,Karla Fallback;font-style:normal}.__variable_4e868f{--font-karla:"Karla","Karla Fallback"}