:root{--bg:#f8f7f4;--bg-muted:#efede8;--surface:#fff;--text:#1c1b19;--text-muted:#5c5854;--accent:#1e5f5f;--accent-hover:#164747;--accent-soft:#1e5f5f1f;--border:#1c1b191a;--shadow:0 20px 50px #1c1b1914;--radius:12px;--radius-lg:20px;--font-body:"DM Sans", system-ui, "Segoe UI", sans-serif;--font-display:"Fraunces", Georgia, "Times New Roman", serif;--header-h:4.25rem;font-family:var(--font-body);color:var(--text);background-color:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.55}*,:before,:after{box-sizing:border-box}body{min-height:100dvh;margin:0}#root{min-height:100dvh}.site{flex-direction:column;min-height:100dvh;display:flex}.skip-link{background:var(--accent);color:#fff;z-index:200;border-radius:8px;padding:.6rem 1rem;font-weight:600;transition:top .15s;position:absolute;top:-100px;left:1rem}.skip-link:focus{outline-offset:2px;outline:2px solid #fff;top:1rem}.header{z-index:100;-webkit-backdrop-filter:saturate(140%)blur(12px);backdrop-filter:saturate(140%)blur(12px);border-bottom:1px solid var(--border);background:#f8f7f4e6;position:sticky;top:0}.header__inner{justify-content:space-between;align-items:center;gap:1.5rem;max-width:72rem;margin:0 auto;padding:.875rem clamp(1.25rem,4vw,2rem);display:flex}.logo{color:inherit;align-items:center;gap:.65rem;text-decoration:none;display:flex}.logo__mark{letter-spacing:.06em;color:#fff;background:var(--accent);border-radius:10px;place-items:center;width:2.5rem;height:2.5rem;font-size:.75rem;font-weight:700;display:grid}.logo__text{flex-direction:column;line-height:1.2;display:flex}.logo__name{font-family:var(--font-display);font-size:1.05rem;font-weight:700}.logo__tag{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.7rem}.nav__list{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.25rem 1.25rem;margin:0;padding:0;list-style:none;display:flex}.nav a{color:var(--text);font-size:.9375rem;font-weight:500;text-decoration:none}.nav a:hover{color:var(--accent)}.nav__cta{background:var(--accent);border-radius:999px;padding:.4rem .95rem;display:inline-block;color:#fff!important;font-size:.875rem!important}.nav__cta:hover{background:var(--accent-hover);color:#fff!important}@media (width<=640px){.header__inner{flex-direction:column;align-items:stretch}.nav__list{justify-content:flex-start;gap:.5rem 1rem}}.container{width:min(100% - 2.5rem,72rem);margin-inline:auto}main{flex:1}.hero{padding:clamp(2.5rem,8vw,5rem) 0 clamp(3rem,10vw,6rem);position:relative;overflow:hidden}.hero__bg{pointer-events:none;background:radial-gradient(65% 80% at 85% 0,#1e5f5f24,#0000 55%),radial-gradient(50% 40% at 0 100%,#b48c5a1f,#0000 50%);position:absolute;inset:0}.hero__content{position:relative}.hero__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin:0 0 .75rem;font-size:.8125rem;font-weight:600}.hero__title{max-width:16ch;font-family:var(--font-display);letter-spacing:-.02em;margin:0 0 1.25rem;font-size:clamp(2.125rem,5.5vw,3.35rem);font-weight:700;line-height:1.12}.hero__lead{max-width:38rem;color:var(--text-muted);margin:0 0 1.75rem;font-size:1.0625rem}.hero__actions{flex-wrap:wrap;gap:.75rem;display:flex}.btn{cursor:pointer;border:2px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:.75rem 1.35rem;font-family:inherit;font-size:.9375rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.btn--primary{background:var(--accent);color:#fff}.btn--primary:hover{background:var(--accent-hover)}.btn--ghost{color:var(--text);border-color:var(--border);background:0 0}.btn--ghost:hover{border-color:var(--accent);color:var(--accent)}.btn--full{width:100%}.section{padding:clamp(3rem,8vw,5rem) 0}.section--muted{background:var(--bg-muted)}.section--contact{background:linear-gradient(180deg, var(--bg-muted) 0%, var(--bg) 100%)}.section__header{margin-bottom:clamp(2rem,5vw,2.75rem)}.section__header--center{text-align:center}.section__title{font-family:var(--font-display);letter-spacing:-.02em;margin:0 0 .85rem;font-size:clamp(1.65rem,3.5vw,2.25rem);font-weight:700;line-height:1.2}.section__title--left{text-align:left}.section__intro{max-width:42rem;color:var(--text-muted);margin:0;font-size:1.0625rem}.section__intro--narrow{margin-inline:auto}.section__intro--left{max-width:36rem}.grid{gap:1.25rem;margin:0;padding:0;list-style:none;display:grid}.cards-3{grid-template-columns:repeat(3,1fr)}@media (width<=900px){.cards-3{grid-template-columns:1fr}}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:clamp(1.35rem,3vw,1.65rem)}.card__title{margin:0 0 .5rem;font-size:1.0625rem;font-weight:600}.card__text{color:var(--text-muted);margin:0;font-size:.9375rem}.timeline{gap:1rem;margin:0;padding:0;list-style:none;display:grid}@media (width>=768px){.timeline{grid-template-columns:repeat(2,1fr)}}.timeline__item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);gap:1rem;padding:1.25rem 1.35rem;display:flex}.timeline__step{width:2rem;height:2rem;color:var(--accent);background:var(--accent-soft);border-radius:50%;flex-shrink:0;place-items:center;font-size:.8125rem;font-weight:700;display:grid}.timeline__title{margin:0 0 .35rem;font-size:1.05rem;font-weight:600}.timeline__text{color:var(--text-muted);margin:0;font-size:.9375rem}.split{align-items:start;gap:2rem;display:grid}@media (width>=860px){.split{grid-template-columns:1fr minmax(16rem,26rem);gap:3rem}}.checklist{margin:1.5rem 0 0;padding:0;list-style:none}.checklist li{color:var(--text-muted);margin-bottom:.65rem;padding-left:1.6rem;font-size:.9875rem;position:relative}.checklist li:before{content:"";background:var(--accent);border-radius:2px;width:.5rem;height:.5rem;position:absolute;top:.45rem;left:0}.highlight-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:1.5rem}.highlight-box__title{margin:0 0 1rem;font-size:1.0625rem;font-weight:600}.highlight-box__dl{gap:1rem;margin:0;display:grid}.highlight-box__dl dt{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.2rem;font-size:.75rem}.highlight-box__dl dd{margin:0;font-weight:600}.contact__grid{gap:2.5rem;display:grid}@media (width>=860px){.contact__grid{grid-template-columns:1fr 1fr;align-items:start;gap:3rem}}.contact__address{color:var(--text-muted);margin:1.5rem 0 0;font-size:.9875rem;font-style:normal;line-height:1.65}.contact__address strong{color:var(--text)}.contact__address a{color:var(--accent);font-weight:600;text-decoration:none}.contact__address a:hover{text-decoration:underline}.contact__note{color:var(--text-muted);opacity:.9;margin:1rem 0 0;font-size:.8125rem}.form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:clamp(1.35rem,3vw,1.75rem)}.form__row{margin-bottom:1rem}.form__row label{margin-bottom:.35rem;font-size:.8125rem;font-weight:600;display:block}.form input,.form textarea{width:100%;font:inherit;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:.65rem .85rem;transition:border-color .15s}.form input:focus,.form textarea:focus{border-color:var(--accent);outline:none}.form textarea{resize:vertical;min-height:6rem}.footer{border-top:1px solid var(--border);background:var(--surface);padding:1.5rem 0}.footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.footer__brand{margin:0;font-size:.875rem;font-weight:600}.footer__legal{color:var(--text-muted);margin:0;font-size:.8125rem}
