:root { --forest:#1f332c; --forest-deep:#14251f; --olive:#77806a; --sage:#b6bea7; --cream:#f5f1e7; --paper:#fbf9f4; --ink:#24312c; --muted:#66716b; --line:rgba(31,51,44,.16); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:Arial,Helvetica,sans-serif; -webkit-font-smoothing:antialiased; }
a { color:inherit; text-decoration:none; }
svg { display:block; }
section[id] { scroll-margin-top:88px; }

.site-header { position:sticky; top:0; z-index:50; height:76px; background:rgba(20,37,31,.96); color:#fff; backdrop-filter:blur(14px); border-bottom:1px solid rgba(255,255,255,.1); }
.header-inner { width:min(1180px,calc(100% - 40px)); height:100%; margin:auto; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand { display:inline-flex; align-items:center; gap:12px; flex-shrink:0; }
.brand-mark { width:40px; height:40px; border:1px solid rgba(238,224,183,.65); border-radius:20px 20px 4px 4px; display:grid; place-items:center; color:#e9ddb8; font:600 12px/1 Georgia,serif; letter-spacing:.06em; }
.brand-name { font:500 20px/1 Georgia,serif; letter-spacing:.02em; }
nav { display:flex; align-items:center; gap:26px; }
nav a { font-size:12px; color:rgba(255,255,255,.76); transition:color .2s; }
nav a:hover,nav a:focus-visible { color:#fff; }
.header-cta { display:inline-flex; align-items:center; gap:8px; padding:11px 16px; border-radius:999px; background:var(--cream); color:var(--forest-deep); font-size:12px; font-weight:700; }
.header-cta svg,.button svg { width:17px; height:17px; fill:currentColor; }

.hero { min-height:calc(100svh - 76px); position:relative; overflow:hidden; background:radial-gradient(circle at 84% 52%,rgba(183,162,110,.13) 0 1px,transparent 2px) 0 0/18px 18px,linear-gradient(125deg,var(--forest-deep),#284137 70%,#30483d); color:#fff; }
.hero::before { content:""; position:absolute; inset:0; opacity:.13; background:repeating-linear-gradient(110deg,transparent 0 38px,rgba(255,255,255,.08) 39px,transparent 40px); }
.hero-inner { width:min(1180px,calc(100% - 40px)); min-height:calc(100svh - 76px); margin:auto; position:relative; z-index:2; display:grid; grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr); align-items:center; gap:64px; padding:58px 0 88px; }
.hero-copy { max-width:690px; }
.eyebrow { margin:0 0 25px; display:flex; align-items:center; gap:10px; color:#d5c79f; font-size:11px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; }
.eyebrow>span { width:28px; height:1px; background:currentColor; }
.eyebrow-dark { color:#707b68; }
.hero h1 { margin:0; font:400 clamp(52px,5.8vw,82px)/.95 Georgia,"Times New Roman",serif; letter-spacing:-.055em; }
.hero-lead { max-width:680px; margin:32px 0 22px; font:400 clamp(17px,1.7vw,21px)/1.6 Arial,sans-serif; color:rgba(255,255,255,.75); }
.credential { display:flex; align-items:center; gap:11px; margin:0; font-size:12px; color:rgba(255,255,255,.58); letter-spacing:.06em; }
.credential i { width:3px; height:3px; border-radius:50%; background:#d5c79f; }
.hero-actions { display:flex; gap:14px; flex-wrap:wrap; margin-top:38px; }
.button { min-height:52px; padding:0 22px; border-radius:999px; display:inline-flex; align-items:center; justify-content:center; gap:10px; font-size:13px; font-weight:700; transition:transform .2s,background .2s; }
.button:hover { transform:translateY(-2px); }
.button-primary { background:var(--cream); color:var(--forest-deep); }
.button-quiet { border:1px solid rgba(255,255,255,.25); color:#fff; }
.button-quiet svg,.service-cards a svg { width:18px; fill:none; stroke:currentColor; stroke-width:1.5; }
.hero-portrait { position:relative; align-self:end; width:min(100%,400px); margin:0 auto -48px; }
.hero-portrait img { position:relative; z-index:2; display:block; width:100%; height:auto; aspect-ratio:1200/1597; object-fit:cover; object-position:50% 50%; border-radius:18px; filter:saturate(.92) contrast(1.02); }
.hero-note { position:absolute; z-index:3; left:-52px; bottom:46px; width:245px; margin:0; padding:21px 22px; border:1px solid rgba(213,199,159,.36); background:rgba(20,37,31,.9); backdrop-filter:blur(10px); }
.hero-note-number { color:#d5c79f; font-size:10px; letter-spacing:.15em; }
.hero-note p { margin:17px 0 0; color:rgba(255,255,255,.58); font:400 17px/1.6 Georgia,serif; }
.hero-note strong { color:#fff; font-weight:400; }
.hero-orbit { position:absolute; z-index:1; right:-180px; top:50%; transform:translateY(-50%); border:1px solid rgba(213,199,159,.18); border-radius:50%; }
.hero-orbit-one { width:660px; height:660px; }
.hero-orbit-two { width:490px; height:490px; right:-95px; }
.scroll-cue { position:absolute; z-index:3; bottom:34px; left:50%; display:flex; flex-direction:column; align-items:center; gap:9px; color:rgba(255,255,255,.55); font-size:9px; letter-spacing:.18em; text-transform:uppercase; }
.scroll-cue i { width:1px; height:24px; background:rgba(255,255,255,.38); }

.section { padding:118px max(20px,calc((100% - 1180px)/2)); }
.section-heading { display:grid; grid-template-columns:1fr .75fr; align-items:end; gap:70px; margin-bottom:64px; }
.section h2,.final-cta h2 { margin:0; font:400 clamp(42px,5.2vw,70px)/1.02 Georgia,"Times New Roman",serif; letter-spacing:-.045em; }
.section-heading>p { margin:0 0 6px; max-width:510px; color:var(--muted); font-size:15px; line-height:1.8; }
.focus { background:var(--paper); }
.focus-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.focus-card { min-height:385px; padding:28px 26px 32px; display:flex; flex-direction:column; border-radius:18px; }
.focus-card:nth-child(1) { background:#f5f1e7; }
.focus-card:nth-child(2) { background:#e5e4d7; }
.focus-card:nth-child(3) { background:#d5d7c7; }
.focus-card:nth-child(4) { background:#b6bea7; }
.card-number { color:#77806a; font-size:10px; letter-spacing:.15em; }
.focus-symbol { width:52px; height:52px; margin:48px 0 34px; border:1px solid #77806a; background:rgba(119,128,106,.14); border-radius:50% 50% 8px 8px; display:grid; place-items:center; }
.focus-symbol span { width:12px; height:12px; background:#77806a; transform:rotate(45deg); }
.focus-card:nth-child(2) .focus-symbol { border-radius:50%; }
.focus-card:nth-child(3) .focus-symbol { border-radius:8px 8px 50% 50%; }
.focus-card:nth-child(4) .focus-symbol span { border-radius:50%; transform:none; }
.focus-card h3 { margin:auto 0 14px; font:400 22px/1.2 Georgia,serif; color:var(--ink); }
.focus-card p { margin:0; color:var(--muted); font-size:13px; line-height:1.7; }

.about { display:grid; grid-template-columns:minmax(320px,.9fr) 1.1fr; gap:100px; align-items:center; background:var(--cream); }
.about-image-wrap { position:relative; max-width:460px; padding:0; }
.about-image-wrap img { position:relative; z-index:2; width:100%; height:auto; aspect-ratio:1200/1597; object-fit:cover; object-position:50% 50%; display:block; border-radius:18px; filter:saturate(.88) contrast(.98); }
.since-badge { position:absolute; z-index:3; right:-22px; bottom:28px; width:96px; height:96px; border-radius:50%; display:grid; place-content:center; text-align:center; background:var(--forest); color:#fff; box-shadow:0 18px 35px rgba(20,37,31,.2); }
.since-badge strong { text-transform:uppercase; letter-spacing:.18em; font-size:8px; color:#d5c79f; }
.since-badge span { font:400 21px/1.5 Georgia,serif; }
.about-copy { max-width:610px; }
.about-copy h2 { margin-bottom:32px; }
.about-copy>p:not(.eyebrow) { margin:0 0 17px; color:var(--muted); font-size:14px; line-height:1.82; }
.about-copy .about-intro { color:var(--ink); font:400 18px/1.65 Georgia,serif; }
.about-copy strong { color:var(--ink); font-weight:700; }
.about-credential { margin-top:31px; padding-top:21px; border-top:1px solid var(--line); display:flex; justify-content:space-between; gap:20px; font-size:11px; text-transform:uppercase; letter-spacing:.11em; }
.about-credential span { color:var(--muted); }

.service { background:var(--paper); display:grid; grid-template-columns:.72fr 1.28fr; gap:90px; align-items:start; }
.service-heading { position:sticky; top:120px; }
.service-cards { border-top:1px solid var(--line); }
.service-cards article { min-height:330px; display:grid; grid-template-columns:78px 1fr; grid-template-rows:auto auto 1fr auto; column-gap:28px; padding:34px 0; border-bottom:1px solid var(--line); }
.service-index { grid-row:1/5; color:var(--olive); font:400 27px/1 Georgia,serif; }
.service-type { margin:0 0 19px; color:var(--olive); font-size:9px; font-weight:700; text-transform:uppercase; letter-spacing:.17em; }
.service-cards h3 { margin:0 0 22px; font:400 31px/1.2 Georgia,serif; }
.service-cards address,.service-cards article>p:not(.service-type) { margin:0; color:var(--muted); font:normal 14px/1.75 Arial,sans-serif; }
.service-cards a { margin-top:24px; display:inline-flex; align-items:center; gap:10px; width:fit-content; font-size:12px; font-weight:700; }
.service-cards a:hover { color:var(--olive); }

.faq { background:var(--cream); display:grid; grid-template-columns:.7fr 1.3fr; gap:100px; }
.faq-list { border-top:1px solid var(--line); }
.faq-list details { border-bottom:1px solid var(--line); }
.faq-list summary { min-height:90px; list-style:none; cursor:pointer; display:grid; grid-template-columns:45px 1fr 24px; align-items:center; gap:16px; font:400 17px/1.4 Georgia,serif; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary span { color:var(--olive); font:700 9px/1 Arial,sans-serif; letter-spacing:.1em; }
.faq-list summary i { width:24px; height:24px; display:grid; place-items:center; border:1px solid var(--sage); border-radius:50%; font:normal 17px/1 Arial,sans-serif; transition:transform .2s; }
.faq-list details[open] summary i { transform:rotate(45deg); }
.faq-list details p { margin:-8px 35px 26px 61px; color:var(--muted); font-size:13px; line-height:1.75; }

.final-cta { position:relative; overflow:hidden; padding:115px 20px; text-align:center; background:var(--olive); color:#fff; }
.final-cta>* { position:relative; z-index:2; }
.final-cta .eyebrow { justify-content:center; color:#eee1b9; }
.final-cta h2 { font-size:clamp(46px,6vw,78px); }
.final-cta>p:not(.eyebrow) { margin:27px auto 34px; color:rgba(255,255,255,.74); font-size:14px; }
.button-light { background:#fff; color:var(--forest-deep); }
.final-cta-ring { position:absolute; z-index:1; width:560px; height:560px; border:1px solid rgba(255,255,255,.12); border-radius:50%; left:50%; top:50%; transform:translate(-50%,-50%); }

footer { padding:70px max(20px,calc((100% - 1180px)/2)) 28px; background:var(--forest-deep); color:#fff; }
.footer-main { display:grid; grid-template-columns:1fr 1.1fr .7fr; gap:55px; align-items:start; padding-bottom:55px; }
.brand-footer .brand-mark { width:46px; height:46px; }
.brand-footer .brand-name { font-size:25px; }
.footer-cred { margin:14px 0 0; color:rgba(255,255,255,.54); font-size:12px; line-height:1.8; }
.footer-nap { margin:0; font-style:normal; color:rgba(255,255,255,.54); font-size:12px; line-height:1.8; }
.footer-links { display:flex; flex-direction:column; gap:13px; font-size:12px; }
.footer-links a:hover { color:#d5c79f; }
.footer-bottom { padding-top:24px; border-top:1px solid rgba(255,255,255,.12); display:flex; justify-content:space-between; gap:16px; color:rgba(255,255,255,.35); font-size:9px; text-transform:uppercase; letter-spacing:.08em; }
.footer-bottom .credit { text-transform:none; letter-spacing:0; font-size:11px; }
.footer-bottom .credit a { color:#d5c79f; }

.legal { max-width:720px; margin:0 auto; padding:48px 24px 80px; color:var(--ink); }
.legal h1 { font:400 clamp(36px,5vw,56px)/1.05 Georgia,serif; letter-spacing:-.04em; margin:0 0 12px; }
.legal .meta { color:var(--muted); font-size:13px; margin:0 0 40px; }
.legal h2 { font:400 22px/1.3 Georgia,serif; margin:36px 0 12px; }
.legal p, .legal li { color:var(--muted); font-size:15px; line-height:1.75; }
.legal ul { padding-left:20px; }
.legal a { text-decoration:underline; text-underline-offset:3px; }

@media (max-width:960px) {
  nav{display:none}
  .hero-inner{grid-template-columns:minmax(0,1fr) minmax(300px,.75fr);gap:34px}
  .hero-note{left:-30px}
  .focus-grid{grid-template-columns:repeat(2,1fr)}
  .about{gap:55px}
  .service,.faq{grid-template-columns:1fr;gap:55px}
  .service-heading{position:static}
}
@media (max-width:680px) {
  .site-header{height:68px}.header-inner{width:calc(100% - 28px)}.brand-name{font-size:17px}.brand-mark{width:36px;height:36px}.header-cta{padding:10px}.header-cta span{display:none}
  .hero{min-height:auto}.hero-inner{width:calc(100% - 36px);min-height:auto;grid-template-columns:1fr;padding:62px 0 0;gap:50px}.hero h1{font-size:clamp(48px,15vw,68px)}.hero-lead{font-size:16px;margin-top:27px}.credential{flex-wrap:wrap}.hero-actions{flex-direction:column;align-items:stretch}.hero-portrait{width:min(92%,360px);margin:0 auto}.hero-note{left:-10px;bottom:24px;width:220px}.hero-orbit-one{width:460px;height:460px;right:-310px}.hero-orbit-two{display:none}.scroll-cue{display:none}
  .section{padding:84px 20px}.section-heading{grid-template-columns:1fr;gap:30px;margin-bottom:45px}.section h2{font-size:43px}.focus-grid{grid-template-columns:1fr}.focus-card{min-height:310px}
  .about{grid-template-columns:1fr;gap:58px}.since-badge{right:-4px;width:86px;height:86px}.about-credential{flex-direction:column;gap:7px}
  .service-cards article{grid-template-columns:52px 1fr;column-gap:14px}.faq-list summary{grid-template-columns:30px 1fr 24px;min-height:86px}.faq-list details p{margin-left:46px}.final-cta{padding:90px 20px}.final-cta h2{font-size:45px}.footer-main{grid-template-columns:1fr;gap:35px}.footer-bottom{flex-direction:column;gap:14px;line-height:1.6}
}
@media (prefers-reduced-motion:reduce) { html{scroll-behavior:auto}*,*::before,*::after{transition:none!important} }
:focus-visible { outline:2px solid #d5c79f; outline-offset:4px; }
