@font-face { font-family:"Cormorant Garamond"; font-style:normal; font-weight:500 600; font-display:swap; src:url("/assets/fonts/cormorant-garamond-latin.woff2") format("woff2"); }
@font-face { font-family:"DM Sans"; font-style:normal; font-weight:400 700; font-display:swap; src:url("/assets/fonts/dm-sans-latin.woff2") format("woff2"); }
:root {
  --cream: #ecece3;
  --warm: #f7f7f1;
  --paper: #fffef9;
  --olive: #363f31;
  --olive-2: #4d5847;
  --olive-3: #788271;
  --ink: #1c201a;
  --muted: #5f675b;
  --line: #d6d7cc;
  --sand: #b8a990;
  --sand-ink: #8f7f62;
  --danger: #8b4338;
  --radius: 8px;
  --shadow: 0 12px 38px rgba(28,32,26,.08);
  --max: 1180px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--warm); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
button, input, select, textarea { font: inherit; }
button, .button { cursor: pointer; }
:focus-visible { outline: 2px solid var(--olive); outline-offset: 3px; }
.section.olive :focus-visible, .cta-band :focus-visible, .site-footer :focus-visible, body.menu-open :focus-visible { outline-color: white; }
[id] { scroll-margin-top: 100px; }
.visually-hidden { position:absolute!important; width:1px; height:1px; margin:-1px; padding:0; overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; border:0; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--olive); color: white; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 790px); margin-inline: auto; }
.eyebrow { display: flex; align-items: center; gap: .75rem; margin: 0 0 1rem; color: var(--olive-2); font-size: .76rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--sand); }
h1,h2,h3 { margin: 0 0 1rem; color: var(--olive); line-height: 1.08; font-weight: 500; overflow-wrap:break-word; text-wrap:balance; }
h1,h2 { font-family: var(--serif); }
h1 { font-size: clamp(3rem, 6.8vw, 5.9rem); letter-spacing: -.035em; }
h2 { font-size: clamp(2.35rem, 4vw, 4rem); letter-spacing: -.025em; }
h3 { font-size: 1.2rem; line-height: 1.3; }
p { margin: 0 0 1.2rem; }
.lead { max-width: 720px; color: var(--muted); font-size: clamp(1.08rem, 1.5vw, 1.28rem); line-height: 1.65; }
.small { color: var(--muted); font-size: .9rem; }
.muted { color: var(--muted); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; border: 1px solid var(--olive); border-radius: 6px; padding: .75rem 1.2rem; background: var(--olive); color: white; font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: background .15s, transform .15s; }
.button:hover { background: var(--olive-2); }
.button:active { transform: translateY(1px); }
.button.secondary { background: transparent; color: var(--olive); }
.button.secondary:hover { background: rgba(54,63,49,.06); }
.button.text { min-height: 44px; align-items: center; border: 0; padding: .45rem 0; border-bottom: 1px solid currentColor; border-radius: 0; background: transparent; color: var(--olive); }
.button.text:hover { background: transparent; }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(54,63,49,.1); background: rgba(247,247,241,.96); backdrop-filter: blur(10px); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 82px; gap: 1.5rem; }
.logo img { width: 245px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 1.65rem; }
.nav-links a { white-space: nowrap; }
.nav-links a:not(.button) { font-size: .8rem; font-weight: 600; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.nav-links a:not(.button):hover, .nav-links a[aria-current="page"] { text-decoration: underline; }
.menu-toggle { display:none; width:56px; min-width:56px; height:56px; min-height:44px; border:0; padding:0; background:none; color:var(--olive); }
.menu-toggle svg { display:block; width:56px; height:56px; overflow:visible; }
/* SVG path animation adapted from Tamino Martinius: https://codepen.io/TaminoMartinius/pen/ejLNJL */
.menu-toggle path { fill:none; stroke:currentColor; stroke-width:3; stroke-linecap:round; stroke-linejoin:round; --length:24; --offset:-38; stroke-dasharray:var(--length) var(--total-length); stroke-dashoffset:var(--offset); transition:stroke-dasharray .8s cubic-bezier(.645,.045,.355,1),stroke-dashoffset .8s cubic-bezier(.645,.045,.355,1); }
.menu-toggle .line--1,.menu-toggle .line--3 { --total-length:126.64183044433594; }
.menu-toggle .line--2 { --total-length:70; }
.menu-toggle circle { fill:currentColor; opacity:0; transition:opacity .2s ease; }
.menu-toggle:hover circle,.menu-toggle:focus-visible circle { opacity:.08; }
.menu-toggle[aria-expanded="true"] .line--1,.menu-toggle[aria-expanded="true"] .line--3 { --length:22.627416998; --offset:-94.1149185097; }
.menu-toggle[aria-expanded="true"] .line--2 { --length:0; --offset:-50; }
.nav-overlay { display:none; position:fixed; z-index:60; left:var(--overlay-x,100vw); top:var(--overlay-y,0); width:var(--overlay-size,200vmax); height:var(--overlay-size,200vmax); border-radius:50%; background:var(--olive); pointer-events:none; transform:translate(-50%,-50%) scale(0); transform-origin:center; transition:transform .8s cubic-bezier(.77,0,.175,1); }
body.menu-open { overflow:hidden; }
body.menu-open .site-header { z-index:70; border-color:rgba(255,255,255,.14); background:transparent; backdrop-filter:none; }
body.menu-open .logo img { filter:brightness(0) invert(1); }
body.menu-open .menu-toggle { color:white; }
.hero { min-height: 710px; background: var(--cream); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 710px; }
.hero-copy { align-self: center; padding: 5.5rem 5rem 5.5rem max(20px, calc((100vw - var(--max))/2)); }
.hero-copy h1 { max-width: 760px; }
.hero-copy .lead { max-width: 610px; }
.hero-image { position: relative; min-height: 620px; overflow: hidden; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 53% 46%; }
.hero-image::after { content:""; position:absolute; inset:auto 0 0; height:30%; background:linear-gradient(transparent,rgba(28,32,26,.22)); }
.proof-strip { border-block: 1px solid var(--line); background: var(--paper); }
.proof-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.proof-item { padding: 1.5rem; border-right: 1px solid var(--line); }
.proof-item:first-child { padding-left: 0; }
.proof-item:last-child { border: 0; }
.proof-item strong { display: block; color: var(--olive); font-size: .9rem; }
.proof-item span { display: block; margin-top: .2rem; color: var(--muted); font-size: .83rem; }
.section { padding: clamp(5rem, 9vw, 8rem) 0; }
.section.compact { padding: 4.5rem 0; }
.section.cream { background: var(--cream); }
.section.olive { background: var(--olive); color: var(--cream); }
.section.olive h2,.section.olive h3 { color: white; }
.section.olive .eyebrow,.section.olive .lead,.section.olive .muted { color: #dfe2d9; }
.section-head { display: grid; grid-template-columns: .8fr 1.2fr; gap: 4rem; align-items: end; margin-bottom: 3rem; }
.section-head > :last-child { justify-self: end; }
.cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.card { position: relative; isolation: isolate; display: flex; flex-direction: column; min-height: 270px; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.7rem; overflow: hidden; background: var(--paper); text-decoration: none; transition: transform .65s ease, box-shadow .65s ease, border-color .65s ease, color .65s ease; }
.card[href]::before { content:""; position:absolute; z-index:-1; inset:0; background:linear-gradient(135deg,#64705c 0%,#465240 48%,#30392c 100%); opacity:0; transition:opacity .75s ease; }
.card[href]:hover { transform: translateY(-4px); border-color:transparent; box-shadow: var(--shadow); color:white; }
.card[href]:hover::before { opacity:1; }
.card[href]:hover h3,.card[href]:hover p,.card[href]:hover .arrow,.card[href]:hover .number { color:white; transition:color .65s ease; }
.card .number { margin-bottom: auto; color: var(--sand-ink); font: 500 1.8rem var(--serif); }
.cards.two { grid-template-columns: repeat(2,1fr); }
.card h3 { margin-top: 2rem; }
.card p { color: var(--muted); }
.card .arrow { margin-top: auto; color: var(--olive); font-size: .8rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.card.featured { background: var(--olive); color: white; }
.card.featured h3,.card.featured p,.card.featured .arrow { color: white; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.rounded { border-radius: var(--radius); }
.portrait { position: relative; }
.portrait img { width: 100%; aspect-ratio: 1 / 1.07; object-fit: cover; border-radius: var(--radius); }
.portrait-note { position: absolute; right: -1rem; bottom: 2rem; width: min(280px,80%); border: 1px solid var(--line); padding: 1.2rem; background: var(--paper); box-shadow: var(--shadow); }
.portrait-note strong { display:block; color:var(--olive); }
.check-list { list-style: none; margin: 2rem 0; padding: 0; }
.check-list li { position: relative; margin: 0; padding: .9rem 0 .9rem 2rem; border-top: 1px solid var(--line); }
.check-list li::before { content: "✓"; content: "✓" / ""; position: absolute; left: 0; color: var(--olive-2); font-weight: 700; }
.process { counter-reset: step; display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:rgba(255,255,255,.18); }
.process article { counter-increment:step; min-height:250px; padding:1.6rem; background:var(--olive); }
.process article::before { content:"0" counter(step); display:block; margin-bottom:3rem; color:var(--sand); font:500 1.6rem var(--serif); }
.urgent { display:flex; gap:1rem; align-items:flex-start; border-left:3px solid var(--danger); padding:1rem 1.25rem; background:#f5eae6; color:#4d2924; }
.urgent strong { display:block; }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding: 1.2rem 0; }
.faq summary { display:flex; min-height:44px; align-items:center; justify-content:space-between; gap:2rem; cursor:pointer; color:var(--olive); font-weight:700; list-style:none; }
.faq summary::after { content:"+"; content:"+" / ""; font-size:1.3rem; font-weight:400; }
.faq details[open] summary::after { content:"−"; content:"−" / ""; }
.faq details p { max-width: 760px; margin: 1rem 0 .4rem; color: var(--muted); }
.cta-band { display:grid; grid-template-columns:1.35fr .65fr; gap:3rem; align-items:center; padding:3rem; border-radius:var(--radius); background:var(--olive); color:white; }
.cta-band h2 { color:white; }
.cta-band .eyebrow { color:#e7eadf; }
.cta-band .actions { justify-content:flex-end; margin:0; }
.cta-band .button { border-color:white; background:white; color:var(--olive); }
.page-hero { padding: clamp(4.5rem, 9vw, 8rem) 0 4.5rem; background: var(--cream); }
.page-hero .lead { max-width: 780px; }
.breadcrumbs { margin-bottom: 2rem; color: var(--muted); font-size:.8rem; }
.breadcrumbs a { display: inline-flex; min-height: 44px; align-items: center; text-decoration:none; }
.breadcrumbs a:hover { text-decoration: underline; }
.service-content a:not(.button) { display: inline-flex; min-height: 44px; align-items: center; }
.service-layout { display:grid; grid-template-columns:minmax(0,1fr) 340px; gap:5rem; align-items:start; }
.service-content h2 { margin-top:3.5rem; font-size:clamp(2rem,3vw,3rem); }
.service-content h3 { margin-top:2rem; }
.aside-card { position:sticky; top:110px; border:1px solid var(--line); border-radius:var(--radius); padding:1.5rem; background:var(--paper); box-shadow:var(--shadow); }
.aside-card .button { width:100%; margin-top:.75rem; }
.aside-card ul { margin:1.2rem 0; padding-left:1.2rem; color:var(--muted); }
.form-shell { display:grid; grid-template-columns:.75fr 1.25fr; gap:4rem; align-items:start; }
.form-card { border:1px solid var(--line); border-radius:var(--radius); padding:clamp(1.4rem,4vw,3rem); background:var(--paper); box-shadow:var(--shadow); }
.step-indicator { display:flex; gap:.5rem; margin-bottom:2rem; }
.step-dot { flex:1; height:3px; background:var(--line); }
.step-dot.active { background:var(--olive); }
.form-step[hidden] { display:none; }
.choice-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:.75rem; }
.choice { position:relative; display:flex; min-height:90px; align-items:center; border:1px solid var(--olive-3); border-radius:6px; padding:1rem; background:var(--warm); cursor:pointer; }
.choice:hover { border-color:var(--olive-3); }
.choice input { position:absolute; opacity:0; }
.choice:has(input:focus-visible) { outline: 2px solid var(--olive); outline-offset: 3px; }
.choice:has(input:checked) { border-color:var(--olive); box-shadow:0 0 0 2px rgba(54,63,49,.11); }
.field-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:1rem; }
.field { margin-bottom:1rem; }
.field label { display:block; margin-bottom:.35rem; color:var(--olive); font-size:.85rem; font-weight:700; }
.field input,.field select,.field textarea { width:100%; border:1px solid var(--olive-3); border-radius:6px; padding:.78rem .9rem; background:white; color:var(--ink); }
.field textarea { min-height:130px; resize:vertical; }
.field input:focus,.field select:focus,.field textarea:focus { border-color:var(--olive); box-shadow:0 0 0 3px rgba(54,63,49,.1); outline:none; }
.consent { display:flex; gap:.65rem; align-items:flex-start; color:var(--muted); font-size:.82rem; }
.consent input { margin-top:.3rem; }
.form-actions { display:flex; justify-content:space-between; gap:1rem; margin-top:1.5rem; }
.form-note { margin:-1rem 0 1.5rem; color:var(--muted); font-size:.85rem; }
.form-error { margin-top:1rem; padding:.8rem; border-radius:6px; background:#f5eae6; color:#4d2924; }
.hp { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; }
.form-status { margin-top:1rem; padding:.8rem; border-radius:6px; background:#edf2e9; color:#31452a; }
.blog-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; }
.article-card { border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; background:var(--paper); }
.article-card .content { padding:1.4rem; }
.article-card .tag { color:var(--olive-2); font-size:.72rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.article-card h3 { margin-top:.7rem; }
.article-card a { text-decoration:none; }
.article-card p { color:var(--muted); }
.site-footer { padding:4rem 0 1.5rem; background:#252b22; color:#e7e9e1; }
.footer-grid { display:grid; grid-template-columns:1.2fr .8fr .8fr; gap:4rem; padding-bottom:3rem; }
.footer-logo { width:245px; max-width:100%; height:auto; filter:brightness(0) invert(1); opacity:.9; }
.site-footer h2 { margin:0 0 1rem; font-family:var(--sans); color:white; font-size:.85rem; letter-spacing:.08em; text-transform:uppercase; }
.site-footer a { display:flex; min-height:44px; align-items:center; margin:0; padding:.45rem 0; color:#d8ddd2; text-decoration:none; }
.site-footer a:hover { text-decoration:underline; }
.footer-bottom { display:flex; justify-content:space-between; gap:2rem; border-top:1px solid rgba(255,255,255,.15); padding-top:1.5rem; color:#bfc5ba; font-size:.8rem; }
@media (max-width: 900px) {
  .nav { min-height:70px; }
  .logo img,.footer-logo { width:205px; }
  .footer-logo { width:min(205px,calc(100vw - 120px)); }
  .menu-toggle { display:block; }
  .nav-overlay { display:block; }
  .nav-overlay.open { transform:translate(-50%,-50%) scale(1); }
  .nav-links { position:fixed; z-index:71; inset:70px 0 0; display:flex; visibility:hidden; align-items:center; justify-content:center; gap:.15rem; overflow-y:auto; overscroll-behavior:contain; border:0; padding:2rem 20px 3rem; background:transparent; flex-direction:column; opacity:0; pointer-events:none; transform:translateY(18px); transition:opacity .28s ease,transform .5s cubic-bezier(.22,1,.36,1),visibility 0s linear .5s; }
  .nav-links.open { visibility:visible; opacity:1; pointer-events:auto; transform:none; transition-delay:.22s,.22s,0s; }
  .nav-links > a { opacity:0; transform:translateY(16px); transition:opacity .35s ease,transform .55s cubic-bezier(.22,1,.36,1); }
  .nav-links.open > a { opacity:1; transform:none; }
  .nav-links.open > a:nth-child(1) { transition-delay:.28s; }
  .nav-links.open > a:nth-child(2) { transition-delay:.33s; }
  .nav-links.open > a:nth-child(3) { transition-delay:.38s; }
  .nav-links.open > a:nth-child(4) { transition-delay:.43s; }
  .nav-links.open > a:nth-child(5) { transition-delay:.48s; }
  .nav-links.open > a:nth-child(6) { transition-delay:.53s; }
  .nav-links a:not(.button) { display:flex; min-height:52px; align-items:center; color:white; font:500 clamp(2rem,9vw,3.6rem)/1 var(--serif); letter-spacing:-.025em; text-transform:none; }
  .nav-links a:not(.button):hover,.nav-links a[aria-current="page"] { text-decoration-color:var(--sand); }
  .nav-links .button { width:min(100%,340px); margin-top:1.25rem; border-color:white; background:white; color:var(--olive); }
  .hero-grid,.split,.section-head,.form-shell,.cta-band,.service-layout { grid-template-columns:1fr; }
  .hero-copy { padding:4.5rem 20px; }
  .hero-image { min-height:520px; }
  .proof-grid { grid-template-columns:repeat(2,1fr); }
  .proof-item:nth-child(2) { border-right:0; }
  .proof-item:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .cards,.blog-grid { grid-template-columns:repeat(2,1fr); }
  .process { grid-template-columns:repeat(2,1fr); }
  .aside-card { position:static; }
  .cta-band .actions { justify-content:flex-start; }
}
@media (min-width: 901px) and (max-width: 1100px) {
  .logo img { width: 190px; }
  .nav { gap: 1rem; }
  .nav-links { gap: 1.1rem; }
  .nav-links .button { padding-inline: .9rem; }
}
@media (max-width:900px) and (max-height:600px) {
  .nav-links { justify-content:flex-start; padding-top:1.5rem; }
}
@media (max-width: 620px) {
  h1 { font-size:clamp(2.8rem,15vw,4.2rem); }
  .page-hero h1 { font-size:clamp(2.35rem,12.5vw,3.6rem); overflow-wrap:anywhere; }
  .hero,.hero-grid { min-height:0; }
  .hero-image { min-height:440px; }
  .proof-grid,.cards,.cards.two,.blog-grid,.process,.choice-grid,.field-grid,.footer-grid { grid-template-columns:1fr; }
  .proof-item { border-right:0; border-bottom:1px solid var(--line); padding-left:0; }
  .proof-item:nth-child(3) { border-bottom:1px solid var(--line); }
  .section-head { gap:1rem; }
  .portrait-note { right:.75rem; bottom:.75rem; }
  .cta-band { padding:2rem 1.25rem; }
  .footer-grid { gap:2rem; }
  .footer-bottom { flex-direction:column; }
  .form-actions { flex-direction:column-reverse; }
  .form-actions .button { width:100%; }
}
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior:auto!important; transition:none!important; } }
