:root {
  --paper: #f2eee7;
  --paper-deep: #e8e0d5;
  --ink: #20231f;
  --muted: #67665f;
  --wine: #6f2e43;
  --wine-deep: #4d1e2e;
  --moss: #4d5d53;
  --line: rgba(32, 35, 31, .18);
  --white: #fffdf8;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --shadow: 0 30px 80px rgba(42, 31, 25, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.modal-open, body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 2px solid var(--wine); outline-offset: 4px; }
::selection { background: var(--wine); color: var(--white); }

.shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.narrow { width: min(760px, calc(100% - 48px)); }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 9999; transform: translateY(-160%); padding: 10px 14px; background: var(--ink); color: var(--white); text-decoration: none; }
.skip-link:focus { transform: none; }
.eyebrow { margin: 0 0 18px; font-size: 11px; line-height: 1.2; letter-spacing: .18em; text-transform: uppercase; font-weight: 700; }

.site-header { position: relative; z-index: 100; border-bottom: 1px solid var(--line); background: rgba(242,238,231,.92); backdrop-filter: blur(14px); }
.header-inner { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { height: 44px; width: auto; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 13px; }
.site-nav a { text-decoration: none; position: relative; }
.site-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: var(--ink); transition: right .22s ease; }
.site-nav a:hover::after { right: 0; }
.nav-cta { border: 1px solid var(--ink); background: transparent; padding: 11px 16px; cursor: pointer; transition: background .2s ease, color .2s ease; }
.nav-cta:hover { background: var(--ink); color: var(--paper); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; position: relative; cursor: pointer; }
.menu-toggle span { position: absolute; left: 9px; right: 9px; height: 1px; background: var(--ink); transition: transform .2s ease, top .2s ease; }
.menu-toggle span:first-child { top: 18px; }
.menu-toggle span:last-child { top: 26px; }

.hero { min-height: 720px; padding: 72px 0 56px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(520px, 1.05fr); align-items: center; gap: 64px; }
.hero-copy h1 { margin: 0; max-width: 760px; font-family: var(--serif); font-size: clamp(54px, 6vw, 90px); line-height: .95; font-weight: 400; letter-spacing: -.055em; }
.hero-copy h1 em { font-weight: 400; color: var(--wine); }
.hero-deck { max-width: 590px; margin: 28px 0 0; font-size: 18px; line-height: 1.7; color: var(--muted); }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.button { min-height: 50px; border: 0; padding: 14px 22px; border-radius: 0; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover:not(:disabled) { transform: translateY(-2px); }
.button-primary { background: var(--wine); color: var(--white); }
.button-primary:hover:not(:disabled) { background: var(--wine-deep); }
.text-link { font-size: 13px; font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 32px; color: var(--muted); font-size: 12px; }
.hero-notes span { display: inline-flex; align-items: center; gap: 8px; }
.hero-notes span::before { content: ''; width: 14px; height: 1px; background: var(--wine); }
.hero-art { position: relative; }
.hero-art > img { width: 100%; filter: drop-shadow(0 24px 50px rgba(42,31,25,.12)); }
.hero-stamp { position: absolute; right: -12px; bottom: 34px; width: 116px; height: 116px; border-radius: 50%; background: var(--wine); color: var(--white); display: grid; place-content: center; text-align: center; transform: rotate(7deg); box-shadow: 0 18px 50px rgba(79,30,46,.24); }
.hero-stamp span { display: block; font-family: var(--serif); font-size: 15px; line-height: 1.2; }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid p { margin: 0; padding: 22px 24px; border-right: 1px solid var(--line); display: flex; align-items: baseline; gap: 10px; }
.trust-grid p:first-child { padding-left: 0; }
.trust-grid p:last-child { border-right: 0; }
.trust-grid strong { font-family: var(--serif); font-size: 26px; font-weight: 400; }
.trust-grid span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }

.section { padding: 118px 0; }
.section-heading { margin-bottom: 52px; }
.split-heading { display: grid; grid-template-columns: 1.2fr .65fr; gap: 64px; align-items: end; }
.section-heading h2, .editorial-copy h2, .faq-intro h2, .final-card h2 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 5vw, 68px); line-height: 1.04; font-weight: 400; letter-spacing: -.04em; }
.split-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 16px; line-height: 1.7; }

.category-grid { display: grid; grid-template-columns: 1.12fr .88fr; grid-template-rows: auto auto; gap: 22px; }
.category-card { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 300px; border-top: 1px solid var(--line); padding-top: 18px; gap: 24px; }
.category-card.tall { grid-row: span 2; grid-template-columns: 1fr; grid-template-rows: 1fr auto; min-height: 650px; }
.category-card.wide { grid-template-columns: .95fr 1.05fr; }
.category-media { min-height: 240px; overflow: hidden; background: #ddd2c5; }
.category-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.category-card:hover .category-media img { transform: scale(1.025); }
.category-copy { align-self: end; }
.category-copy span { font-size: 10px; letter-spacing: .16em; color: var(--wine); }
.category-copy h3 { margin: 8px 0 8px; font-family: var(--serif); font-size: 30px; font-weight: 400; }
.category-copy p { margin: 0; color: var(--muted); font-size: 14px; }

.editorial { background: #26322d; color: #f5f0e8; }
.editorial-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 84px; align-items: center; }
.editorial-art img { width: 100%; box-shadow: 0 36px 90px rgba(0,0,0,.2); }
.editorial-copy h2 em { color: #c99786; font-weight: 400; }
.editorial-copy > p:not(.eyebrow) { color: rgba(245,240,232,.72); font-size: 17px; max-width: 570px; }
.editorial-list { margin-top: 42px; border-top: 1px solid rgba(255,255,255,.2); }
.editorial-list > div { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.editorial-list span { font-family: var(--serif); color: #c99786; }
.editorial-list p { margin: 0; }

.centered { max-width: 760px; margin-inline: auto; text-align: center; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.step { padding: 34px 34px 24px 0; min-height: 250px; border-right: 1px solid var(--line); }
.step + .step { padding-left: 34px; }
.step:last-child { border-right: 0; }
.step-num { color: var(--wine); font-family: var(--serif); font-style: italic; }
.step h3 { margin: 54px 0 10px; font-family: var(--serif); font-size: 30px; font-weight: 400; }
.step p { margin: 0; color: var(--muted); }

.quote-section { padding: 42px 0 118px; }
.quote-wrap { border-left: 1px solid var(--wine); padding: 20px 0 20px 56px; }
.quote-wrap blockquote { max-width: 1020px; margin: 0; font-family: var(--serif); font-size: clamp(46px, 5.8vw, 76px); line-height: 1.05; letter-spacing: -.04em; font-weight: 400; }
.quote-caption { color: var(--muted); margin: 22px 0 0; }

.faq { background: var(--paper-deep); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq-intro > p:last-child { color: var(--muted); max-width: 420px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; list-style: none; padding: 22px 46px 22px 0; font-family: var(--serif); font-size: 24px; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 4px; top: 17px; font-family: var(--sans); font-weight: 300; }
.faq-list details[open] summary::after { content: '–'; }
.faq-list details p { margin: -4px 48px 24px 0; color: var(--muted); }

.final-cta { padding: 84px 0; }
.final-card { background: var(--wine); color: var(--white); padding: 58px 64px; display: flex; align-items: flex-end; justify-content: space-between; gap: 44px; }
.final-card h2 { max-width: 760px; }
.button-light { background: var(--white); color: var(--wine); flex: 0 0 auto; }

.site-footer { border-top: 1px solid var(--line); padding: 44px 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr .8fr; gap: 54px; align-items: end; }
.footer-brand img { width: 150px; }
.footer-brand p { max-width: 420px; color: var(--muted); font-size: 13px; margin: 16px 0 0; }
.footer-links { display: grid; gap: 7px; }
.footer-links a, .footer-meta a { text-decoration: none; font-size: 13px; }
.footer-meta { display: grid; justify-items: end; gap: 8px; font-size: 12px; color: var(--muted); }

.legal-hero { padding: 104px 0 68px; border-bottom: 1px solid var(--line); }
.legal-hero h1, .contact-copy h1, .not-found h1 { margin: 0; font-family: var(--serif); font-size: clamp(56px, 7vw, 96px); line-height: .98; font-weight: 400; letter-spacing: -.05em; }
.lede { max-width: 620px; color: var(--muted); font-size: 18px; }
.legal-body { padding: 76px 0 110px; }
.prose h2 { margin: 46px 0 10px; font-family: var(--serif); font-size: 30px; font-weight: 400; }
.prose h2:first-child { margin-top: 0; }
.prose p { color: var(--muted); }
.prose a { text-underline-offset: 3px; }
.prose code { font-size: .9em; background: rgba(32,35,31,.06); padding: 2px 5px; }

.contact-page { padding: 100px 0 120px; min-height: 680px; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); max-width: 560px; }
.contact-email { display: inline-block; margin: 20px 0 10px; font-family: var(--serif); font-size: clamp(28px, 3vw, 44px); text-decoration-thickness: 1px; text-underline-offset: 7px; }
.small-note { font-size: 12px; }
.contact-art img { width: 100%; }
.not-found { min-height: 640px; display: grid; place-items: center; text-align: center; }
.not-found p { color: var(--muted); }
.not-found .button { display: inline-flex; text-decoration: none; margin-top: 20px; align-items: center; }

.modal-shell { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 24px; opacity: 0; transition: opacity .18s ease; }
.modal-shell[hidden] { display: none; }
.modal-shell.is-visible { opacity: 1; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(24, 24, 21, .56); backdrop-filter: blur(10px); }
.modal { position: relative; z-index: 1; width: min(560px, 100%); max-height: min(760px, calc(100vh - 48px)); overflow: auto; background: var(--white); box-shadow: var(--shadow); padding: 54px; transform: translateY(10px); transition: transform .22s cubic-bezier(.2,.7,.2,1); }
.modal-shell.is-visible .modal { transform: translateY(0); }
.modal-close { position: absolute; right: 18px; top: 18px; width: 42px; height: 42px; border: 0; background: transparent; cursor: pointer; }
.modal-close span { position: absolute; left: 11px; right: 11px; top: 20px; height: 1px; background: var(--ink); }
.modal-close span:first-child { transform: rotate(45deg); }
.modal-close span:last-child { transform: rotate(-45deg); }
.modal-icon { width: 62px; height: 62px; margin-bottom: 28px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--wine); }
.modal-icon svg { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.modal-label { margin: 0 0 10px; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; color: var(--wine); }
.modal h2 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: clamp(38px, 5vw, 54px); line-height: 1; letter-spacing: -.04em; }
.modal h2 + p { color: var(--muted); margin: 18px 0 0; }
.progress { height: 3px; background: #e9e4dc; margin-top: 34px; overflow: hidden; }
.progress span { display: block; width: 0; height: 100%; background: var(--wine); transition: width .18s ease; }
.progress-meta { display: flex; justify-content: space-between; gap: 16px; margin-top: 10px; color: var(--muted); font-size: 11px; }
.progress-meta strong { color: var(--ink); }
.modal-action { width: 100%; margin-top: 34px; }
.modal-action:disabled { background: #d7d2ca; color: #85827b; cursor: not-allowed; transform: none; }
.modal-loading.is-ready .modal-icon { background: #eef1ec; color: var(--moss); }
.modal-summary { width: min(620px, 100%); }
.summary-list { list-style: none; padding: 0; margin: 30px 0; border-top: 1px solid var(--line); }
.summary-list li { display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: start; padding: 20px 0; border-bottom: 1px solid var(--line); }
.summary-num { font-family: var(--serif); color: var(--wine); font-style: italic; }
.summary-list p { margin: 0; }
.windows-inline { display: inline-block; width: 24px; height: 24px; vertical-align: -.35em; margin: 0 5px; }
.button-disabled { width: 100%; background: #dedad3; color: #96928b; cursor: not-allowed; }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
.reveal.in-view { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero { padding-top: 56px; }
  .hero-art { max-width: 760px; }
  .split-heading, .editorial-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card.tall { grid-row: auto; grid-template-columns: 1.1fr .9fr; grid-template-rows: auto; min-height: 340px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-meta { justify-items: start; }
}

@media (max-width: 800px) {
  .shell { width: min(100% - 32px, 1240px); }
  .header-inner { height: 72px; }
  .menu-toggle { display: block; z-index: 3; }
  .site-nav { position: fixed; inset: 72px 0 auto 0; padding: 28px 24px 34px; background: var(--paper); border-bottom: 1px solid var(--line); display: grid; gap: 18px; transform: translateY(-120%); opacity: 0; pointer-events: none; transition: transform .24s ease, opacity .2s ease; }
  .site-nav.is-open { transform: none; opacity: 1; pointer-events: auto; }
  .site-nav a { font-family: var(--serif); font-size: 24px; }
  .nav-cta { justify-self: start; margin-top: 8px; }
  .hero { padding: 42px 0; min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero-copy h1 { font-size: clamp(48px, 14vw, 68px); }
  .hero-deck { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-notes { display: grid; }
  .hero-stamp { width: 94px; height: 94px; right: 0; bottom: 12px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid p { border-bottom: 1px solid var(--line); }
  .trust-grid p:nth-child(2) { border-right: 0; }
  .trust-grid p:nth-child(3), .trust-grid p:nth-child(4) { border-bottom: 0; }
  .trust-grid p:nth-child(3) { padding-left: 0; }
  .section { padding: 82px 0; }
  .split-heading { gap: 20px; }
  .category-card, .category-card.tall, .category-card.wide { grid-template-columns: 1fr; min-height: 0; }
  .category-media { min-height: 300px; }
  .steps-grid { grid-template-columns: 1fr; border-top: 0; }
  .step, .step + .step { padding: 24px 0; border-right: 0; border-top: 1px solid var(--line); min-height: 0; }
  .step h3 { margin-top: 24px; }
  .quote-wrap { padding-left: 28px; }
  .final-card { padding: 42px 30px; align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .modal { padding: 48px 28px 30px; }
  .modal-shell { padding: 14px; }
  .summary-list li { grid-template-columns: 38px 1fr; }
}

@media (max-width: 390px) {
  .shell { width: calc(100% - 28px); }
  .hero-copy h1 { font-size: 46px; }
  .hero-stamp { width: 84px; height: 84px; }
  .trust-grid p { padding: 18px 14px; }
  .trust-grid strong { font-size: 22px; }
  .trust-grid span { font-size: 9px; }
  .category-media { min-height: 240px; }
  .modal h2 { font-size: 38px; }
  .modal { max-height: calc(100vh - 24px); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
