:root{--bg: #f4f4ef;--surface: #ffffff;--surface-2: #ebece5;--ink: #1b221f;--ink-2: #3c453f;--muted: #5c665f;--rule: #d4d8d0;--accent: #22604a;--accent-dark: #174334;--accent-soft: #e3ede7;--focus: #22604a;--maxw: 1160px;--pad: clamp(20px, 5vw, 120px);--r: 3px;--serif: "Newsreader", Georgia, "Times New Roman", serif;--sans: "Source Sans 3", "Segoe UI", system-ui, -apple-system, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--sans);font-size:18px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{max-width:100%;display:block}h1,h2,h3,h4,.serif{font-family:var(--serif);font-weight:400;margin:0;line-height:1.14;text-wrap:balance;color:var(--ink)}p{margin:0}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-dark)}:focus-visible{outline:2px solid var(--focus);outline-offset:3px;border-radius:2px}.skip{position:absolute;left:-9999px;top:0;background:var(--accent);color:#fff;padding:10px 16px;z-index:100}.skip:focus{left:8px;top:8px}.wrap{max-width:var(--maxw);margin:0 auto;padding-inline:var(--pad)}.section{padding-block:clamp(56px,8vw,104px)}.rule{height:1px;background:var(--rule);border:0;margin:0}.eyebrow{font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-weight:600;margin:0}.lead{font-size:clamp(19px,2.4vw,21px);color:var(--ink-2)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 26px;border-radius:var(--r);font-weight:600;font-size:17px;cursor:pointer;border:1px solid transparent;transition:background-color .15s ease,color .15s ease}.btn-primary{background:var(--accent);color:#f4f4ef}.btn-primary:hover{background:var(--accent-dark);color:#fff}.btn-ghost{border-color:var(--ink);color:var(--ink)}.btn-ghost:hover{background:var(--ink);color:var(--bg)}.site-header{position:sticky;top:0;z-index:40;background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:saturate(1.2) blur(8px);border-bottom:1px solid var(--rule)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;min-height:78px;gap:16px}.brand{display:flex;flex-direction:column;line-height:1.1}.brand__name{font-family:var(--serif);font-size:24px;color:var(--ink)}.brand__role{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-weight:600;margin-top:2px}.nav{display:flex;align-items:center;gap:30px}.nav a{color:var(--ink);font-weight:500;font-size:16px}.nav a:hover{color:var(--accent)}.nav__cta{display:inline-flex;align-items:center;gap:8px}.nav-toggle,.nav-toggle-label{display:none}@media(max-width:860px){.nav-toggle-label{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;cursor:pointer;color:var(--ink)}.nav{position:fixed;inset:78px 0 auto;flex-direction:column;gap:0;background:var(--surface);border-bottom:1px solid var(--rule);padding:8px var(--pad) 20px;align-items:stretch;transform:translateY(-120%);transition:transform .2s ease;box-shadow:0 20px 40px #00000014}.nav a{padding:14px 0;border-bottom:1px solid var(--rule);font-size:18px}.nav__cta{margin-top:14px;border-bottom:0!important}.nav-toggle:checked~.nav{transform:translateY(0)}}.hero{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(32px,5vw,64px);align-items:center}.hero__body{display:flex;flex-direction:column;gap:26px}.hero h1{font-size:clamp(38px,6vw,66px);letter-spacing:-.01em}.hero h1 em{font-style:italic;color:var(--accent)}.hero__tagline{font-family:var(--serif);font-size:clamp(21px,2.4vw,27px);line-height:1.35;color:var(--ink);margin-top:-10px}.hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:16px 20px;margin-top:6px}.hero__mail{font-weight:600;border-bottom:1px solid var(--accent)}.portrait{position:relative;justify-self:end;width:min(420px,100%)}.portrait__frame{position:absolute;inset:16px -16px -16px 16px;border:1px solid var(--accent);border-radius:var(--r)}.portrait img{position:relative;width:100%;height:auto;border-radius:var(--r);background:var(--surface-2);aspect-ratio:9 / 11;object-fit:cover}@media(max-width:860px){.hero{grid-template-columns:1fr}.portrait{order:-1;width:min(320px,78%);justify-self:start}.portrait__frame{inset:12px -12px -12px 12px}}.trust{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(20px,3vw,32px)}.trust p{font-size:16px;color:var(--ink-2)}.trust strong{color:var(--ink)}@media(max-width:720px){.trust{grid-template-columns:1fr;gap:14px}}.svc-head{display:grid;grid-template-columns:1fr 1fr;gap:clamp(24px,4vw,40px);align-items:end;margin-bottom:8px}.svc-row{display:grid;grid-template-columns:4fr 6fr auto;gap:clamp(16px,3vw,40px);padding:28px 0;align-items:baseline;border-top:1px solid var(--rule);transition:background-color .15s ease}.svc-row:last-of-type{border-bottom:1px solid var(--rule)}.svc-row:hover{background:color-mix(in srgb,var(--accent-soft) 55%,transparent)}.svc-row h3{font-size:clamp(22px,3vw,30px)}.svc-row p{color:var(--ink-2);font-size:16.5px}.svc-row .more{font-weight:600;white-space:nowrap;align-self:center}@media(max-width:760px){.svc-head{grid-template-columns:1fr}.svc-row{grid-template-columns:1fr;gap:8px}.svc-row .more{align-self:start}}.process{background:var(--surface-2)}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(24px,3vw,40px)}.step{display:flex;flex-direction:column;gap:12px;border-top:1px solid var(--ink);padding-top:18px}.step__n{font-family:var(--serif);font-style:italic;font-size:22px;color:var(--accent)}.step h3{font-size:22px}.step p{font-size:16px;color:var(--ink-2)}@media(max-width:860px){.steps{grid-template-columns:1fr 1fr}}@media(max-width:520px){.steps{grid-template-columns:1fr}}.split{display:grid;grid-template-columns:5fr 7fr;gap:clamp(28px,5vw,56px);align-items:start}@media(max-width:820px){.split{grid-template-columns:1fr}}.prose{display:flex;flex-direction:column;gap:18px;color:var(--ink-2);max-width:68ch}.prose p{font-size:18px}.prose h2{color:var(--ink);margin-top:12px}.pull{font-family:var(--serif);font-style:italic;font-size:clamp(24px,3.5vw,32px);line-height:1.3;color:var(--accent)}.datagrid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px 32px}.datagrid .k{display:block;margin-bottom:4px}.datagrid .v{font-weight:600;color:var(--ink)}@media(max-width:520px){.datagrid{grid-template-columns:1fr}}.bullets{list-style:none;padding:0;margin:0;display:grid;gap:12px}.bullets li{position:relative;padding-left:30px;color:var(--ink-2)}.bullets li:before{content:"";position:absolute;left:0;top:9px;width:16px;height:9px;border-left:2px solid var(--accent);border-bottom:2px solid var(--accent);transform:rotate(-45deg)}.faq{display:grid;gap:0}.faq details{border-top:1px solid var(--rule);padding:18px 0}.faq details:last-child{border-bottom:1px solid var(--rule)}.faq summary{font-family:var(--serif);font-size:21px;cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:16px;align-items:center}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";color:var(--accent);font-size:26px;line-height:1}.faq details[open] summary:after{content:"–"}.faq details p{margin-top:12px;color:var(--ink-2)}.contact-grid{display:grid;grid-template-columns:5fr 7fr;gap:clamp(28px,5vw,48px)}@media(max-width:820px){.contact-grid{grid-template-columns:1fr}}.contact-block{display:flex;flex-direction:column;gap:26px}.contact-phone{font-family:var(--serif);font-size:clamp(28px,4vw,34px);color:var(--ink)}.map-embed{width:100%;aspect-ratio:16 / 9;border:0;border-radius:var(--r);background:var(--surface-2)}form.contact{display:flex;flex-direction:column;gap:22px}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:14px;font-weight:600;color:var(--ink-2);letter-spacing:.02em}.field input,.field select,.field textarea{min-height:48px;border:0;border-bottom:1px solid #9aa39c;background:transparent;font-size:17px;color:var(--ink);padding:8px 2px;font-family:inherit}.field textarea{min-height:120px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-bottom-color:var(--accent)}.field.row{display:grid;grid-template-columns:1fr 1fr;gap:22px}@media(max-width:520px){.field.row{grid-template-columns:1fr}}.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.form-foot{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px}.form-note{font-size:14px;color:var(--muted);max-width:42ch}.form-status{font-size:15px;padding:12px 16px;border-radius:var(--r);display:none}.form-status.ok{display:block;background:var(--accent-soft);color:var(--accent-dark)}.form-status.err{display:block;background:#f5e3e1;color:#7a2b24}.site-footer{border-top:1px solid var(--rule);background:var(--surface)}.site-footer__inner{display:flex;flex-direction:column;gap:14px;padding-block:40px 48px;font-size:14px;color:var(--muted)}.site-footer__top{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px 32px}.site-footer a{color:var(--ink-2)}.site-footer a:hover{color:var(--accent)}.footer-links{display:flex;flex-wrap:wrap;gap:20px}.page-hero{display:flex;flex-direction:column;gap:16px;padding-top:clamp(40px,6vw,72px)}.page-hero h1{font-size:clamp(34px,5vw,52px)}.breadcrumb{font-size:14px;color:var(--muted)}.breadcrumb a{color:var(--muted)}.breadcrumb a:hover{color:var(--accent)}.cta-band{background:var(--accent);color:#f4f4ef;border-radius:var(--r);padding:clamp(28px,4vw,44px);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px}.cta-band h2{color:#fff;font-size:clamp(24px,3.4vw,34px)}.cta-band p{color:color-mix(in srgb,#fff 82%,transparent);margin-top:6px}.cta-band .btn-primary{background:#fff;color:var(--accent-dark)}.cta-band .btn-primary:hover{background:#f0efe8}
