/* Kink Notary — clean static site */
:root {
  --ink: #11110f;
  --ink-2: #1b1a17;
  --paper: #f5f1e8;
  --paper-2: #ebe3d3;
  --white: #fffdf8;
  --gold: #b68a32;
  --gold-light: #d9bb75;
  --burgundy: #4b1721;
  --muted: #6d685f;
  --line: rgba(17,17,15,.14);
  --line-dark: rgba(255,253,248,.16);
  --shadow: 0 26px 70px rgba(17,17,15,.12);
  --radius: 22px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; -webkit-font-smoothing: antialiased; }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; opacity: .14; z-index: 99; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.7' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.11'/%3E%3C/svg%3E"); mix-blend-mode: multiply; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { color: var(--white); background: var(--burgundy); }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: var(--white); color: var(--ink); padding: 10px 14px; border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }
.eyebrow { margin: 0 0 16px; color: var(--gold); font-size: .74rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.display { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -.045em; line-height: .98; }
.lede { max-width: 720px; margin: 22px 0 0; font-size: clamp(1.05rem, 1.7vw, 1.28rem); color: var(--muted); }
.section { padding: 108px 0; }
.section--tight { padding: 76px 0; }
.section--dark { color: var(--white); background: var(--ink); }
.section--burgundy { color: var(--white); background: var(--burgundy); }
.section-head { display: grid; grid-template-columns: minmax(0, .8fr) minmax(320px, .42fr); gap: 70px; align-items: end; margin-bottom: 54px; }
.section-head h2 { font-size: clamp(2.6rem, 5vw, 5rem); }
.section-head p { margin: 0; color: var(--muted); }
.section--dark .section-head p, .section--burgundy .section-head p { color: rgba(255,253,248,.7); }
.rule { border: 0; border-top: 1px solid var(--line); margin: 0; }
.kicker { display: inline-flex; align-items: center; gap: 10px; font-size: .78rem; letter-spacing: .11em; font-weight: 800; text-transform: uppercase; }
.kicker::before { content: ''; width: 28px; height: 1px; background: currentColor; opacity: .55; }
.muted { color: var(--muted); }
.small { font-size: .88rem; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 60; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, box-shadow .25s; }
.site-header.is-scrolled { background: rgba(245,241,232,.88); border-color: var(--line); box-shadow: 0 10px 34px rgba(17,17,15,.06); backdrop-filter: blur(18px); }
.nav-shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 46px; height: 46px; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: var(--serif); font-size: 1.17rem; letter-spacing: .02em; }
.brand-copy span { margin-top: 6px; color: var(--muted); font-size: .6rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { position: relative; font-size: .84rem; font-weight: 700; text-decoration: none; }
.site-nav a:not(.button)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold); transition: right .2s; }
.site-nav a:hover::after, .site-nav a[aria-current='page']::after { right: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; border-radius: 50%; padding: 0; place-items: center; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ''; display: block; width: 18px; height: 1px; background: var(--ink); transition: transform .2s, opacity .2s; }
.menu-toggle span { margin: 5px 0; }
.menu-toggle[aria-expanded='true'] span { opacity: 0; }
.menu-toggle[aria-expanded='true']::before { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded='true']::after { transform: translateY(-6px) rotate(-45deg); }

/* Buttons */
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 12px; border: 1px solid var(--ink); border-radius: 999px; padding: 0 22px; color: var(--white); background: var(--ink); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: transform .2s, box-shadow .2s, color .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(17,17,15,.16); }
.button--gold { color: var(--ink); background: var(--gold-light); border-color: var(--gold-light); }
.button--ghost { color: var(--ink); background: transparent; border-color: var(--line); }
.button--ghost:hover { border-color: var(--ink); }
.button--light { color: var(--ink); background: var(--white); border-color: var(--white); }
.button--small { min-height: 42px; padding-inline: 18px; font-size: .7rem; }
.button svg { width: 16px; height: 16px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }

/* Hero */
.hero { position: relative; overflow: hidden; min-height: calc(100vh - 82px); padding: 96px 0 70px; display: grid; align-items: center; }
.hero::after { content: ''; position: absolute; width: min(60vw, 840px); aspect-ratio: 1; right: -15vw; top: -25%; border: 1px solid rgba(182,138,50,.22); border-radius: 50%; box-shadow: 0 0 0 90px rgba(182,138,50,.035), 0 0 0 180px rgba(182,138,50,.025); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 430px; gap: 90px; align-items: center; }
.hero h1 { max-width: 820px; font-size: clamp(4rem, 8.3vw, 8.9rem); }
.hero h1 em { display: block; color: var(--burgundy); font-style: italic; }
.hero-copy { max-width: 720px; }
.hero-copy .lede { max-width: 680px; }
.hero-card { position: relative; padding: 34px; border: 1px solid rgba(17,17,15,.13); border-radius: 32px; background: rgba(255,253,248,.55); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.hero-card::before { content: ''; position: absolute; inset: 10px; border: 1px solid rgba(182,138,50,.23); border-radius: 24px; pointer-events: none; }
.seal-wrap { display: grid; place-items: center; padding: 12px 0 26px; }
.seal-wrap img { width: 168px; filter: drop-shadow(0 18px 30px rgba(17,17,15,.18)); }
.trust-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.trust-list li { display: flex; gap: 12px; align-items: flex-start; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: .9rem; }
.trust-list svg { flex: 0 0 auto; width: 18px; height: 18px; color: var(--gold); margin-top: 3px; }
.hero-note { margin: 18px 0 0; font-size: .78rem; color: var(--muted); }
.hero-foot { position: absolute; z-index: 2; left: 0; right: 0; bottom: 20px; }
.hero-foot .container { display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.scroll-cue { display: flex; align-items: center; gap: 12px; }
.scroll-cue::after { content: ''; width: 50px; height: 1px; background: currentColor; }

/* Stats / assurance */
.assurance-bar { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,253,248,.45); }
.assurance-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.assurance-item { padding: 28px 24px; border-right: 1px solid var(--line); }
.assurance-item:first-child { padding-left: 0; }
.assurance-item:last-child { border-right: 0; }
.assurance-item strong { display: block; font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.assurance-item span { color: var(--muted); font-size: .78rem; }

/* Cards */
.card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.card { position: relative; min-height: 360px; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,253,248,.5); transition: transform .25s, background .25s, box-shadow .25s; }
.card:hover { transform: translateY(-6px); background: var(--white); box-shadow: var(--shadow); }
.card-number { color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .15em; }
.card h3 { margin: auto 0 12px; font-family: var(--serif); font-size: 2rem; font-weight: 500; line-height: 1.06; }
.card p { margin: 0; color: var(--muted); }
.card-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 24px; font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.card-link::after { content: '→'; transition: transform .2s; }
.card-link:hover::after { transform: translateX(4px); }
.card--feature { color: var(--white); background: var(--burgundy); border-color: var(--burgundy); }
.card--feature p { color: rgba(255,253,248,.72); }
.card--feature:hover { background: #571824; }
.service-price { margin: 18px 0 0; color: var(--gold-light); font-family: var(--serif); font-size: 1.45rem; }

/* Process */
.process-grid { counter-reset: steps; display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }
.process-step { position: relative; min-height: 290px; padding: 32px 28px 28px; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); border-right: 1px solid var(--line-dark); }
.process-step:first-child { border-left: 1px solid var(--line-dark); border-radius: 22px 0 0 22px; }
.process-step:last-child { border-radius: 0 22px 22px 0; }
.process-step::before { counter-increment: steps; content: '0' counter(steps); display: block; color: var(--gold-light); font-size: .72rem; font-weight: 800; letter-spacing: .16em; }
.process-step h3 { margin: 100px 0 10px; font-family: var(--serif); font-size: 1.62rem; font-weight: 500; }
.process-step p { margin: 0; color: rgba(255,253,248,.67); font-size: .9rem; }

/* Split */
.split { display: grid; grid-template-columns: minmax(0, .82fr) minmax(360px, .5fr); gap: 90px; align-items: start; }
.split h2 { font-size: clamp(3rem,6vw,6rem); }
.split-panel { padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,253,248,.5); }
.check-list { list-style: none; margin: 0; padding: 0; }
.check-list li { display: grid; grid-template-columns: 30px 1fr; gap: 12px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.check-list li:last-child { border-bottom: 0; }
.check-list .check { width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: .76rem; }
.check-list strong { display: block; margin-bottom: 3px; font-size: .92rem; }
.check-list span { color: var(--muted); font-size: .84rem; }

/* Quote */
.manifesto { position: relative; overflow: hidden; padding: 130px 0; text-align: center; }
.manifesto::before { content: 'CONSENT'; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); color: rgba(255,253,248,.025); font-family: var(--serif); font-size: 23vw; letter-spacing: -.06em; white-space: nowrap; }
.manifesto blockquote { position: relative; max-width: 930px; margin: 0 auto; font-family: var(--serif); font-size: clamp(2.7rem,6vw,6.6rem); font-weight: 500; letter-spacing: -.045em; line-height: 1.04; }
.manifesto cite { position: relative; display: block; margin-top: 26px; color: var(--gold-light); font-family: var(--sans); font-size: .75rem; font-style: normal; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }

/* FAQ */
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; display: grid; grid-template-columns: 1fr 42px; gap: 20px; align-items: center; padding: 25px 0; border: 0; color: var(--ink); background: transparent; text-align: left; }
.faq-question span:first-child { font-family: var(--serif); font-size: 1.45rem; }
.faq-icon { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; transition: transform .2s; }
.faq-question[aria-expanded='true'] .faq-icon { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s; }
.faq-answer > div { overflow: hidden; }
.faq-answer p { max-width: 790px; margin: 0; padding: 0 0 28px; color: var(--muted); }
.faq-question[aria-expanded='true'] + .faq-answer { grid-template-rows: 1fr; }

/* Footer */
.site-footer { color: var(--white); background: var(--ink); }
.footer-main { padding: 76px 0 48px; display: grid; grid-template-columns: 1.25fr repeat(3,.55fr); gap: 55px; }
.footer-brand .brand-copy span { color: rgba(255,253,248,.55); }
.footer-brand p { max-width: 430px; margin: 22px 0 0; color: rgba(255,253,248,.63); }
.footer-col h2 { margin: 0 0 18px; font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; color: var(--gold-light); }
.footer-col a { display: block; width: fit-content; margin: 9px 0; color: rgba(255,253,248,.76); font-size: .88rem; text-decoration: none; }
.footer-col a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding: 24px 0; border-top: 1px solid var(--line-dark); color: rgba(255,253,248,.5); font-size: .74rem; }
.footer-bottom p { margin: 0; }

/* Inner page */
.page-hero { position: relative; overflow: hidden; padding: 105px 0 85px; border-bottom: 1px solid var(--line); }
.page-hero::after { content: ''; position: absolute; right: -80px; bottom: -280px; width: 600px; height: 600px; border: 1px solid rgba(182,138,50,.22); border-radius: 50%; box-shadow: 0 0 0 80px rgba(182,138,50,.025), 0 0 0 160px rgba(182,138,50,.02); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 980px; font-size: clamp(4rem,9vw,8.5rem); }
.page-hero .lede { max-width: 800px; }
.breadcrumbs { display: flex; gap: 9px; align-items: center; margin-bottom: 34px; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs span::before { content: '/'; margin-right: 9px; opacity: .4; }

/* Service list */
.service-list { display: grid; gap: 18px; }
.service-row { display: grid; grid-template-columns: 70px minmax(0,1fr) 220px; gap: 28px; align-items: start; padding: 34px 0; border-top: 1px solid var(--line); }
.service-row:last-child { border-bottom: 1px solid var(--line); }
.service-row .index { color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.service-row h2 { margin: 0 0 12px; font-family: var(--serif); font-size: clamp(1.85rem,3vw,3.2rem); font-weight: 500; line-height: 1.05; }
.service-row p { max-width: 710px; margin: 0; color: var(--muted); }
.service-row .price { justify-self: end; text-align: right; }
.service-row .price strong { display: block; color: var(--burgundy); font-family: var(--serif); font-size: 1.75rem; font-weight: 500; }
.service-row .price span { color: var(--muted); font-size: .72rem; }
.callout { padding: 32px; border-left: 3px solid var(--gold); background: rgba(255,253,248,.55); }
.callout h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 1.65rem; font-weight: 500; }
.callout p { margin: 0; color: var(--muted); }
.addon-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.addon { padding: 28px; border: 1px solid var(--line); border-radius: 18px; }
.addon h3 { margin: 0 0 9px; font-family: var(--serif); font-size: 1.4rem; font-weight: 500; }
.addon p { margin: 0; color: var(--muted); font-size: .9rem; }

/* Forms */
.form-shell { display: grid; grid-template-columns: minmax(0,1fr) 370px; gap: 34px; align-items: start; }
.form-card { padding: 40px; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,253,248,.65); box-shadow: var(--shadow); }
.form-card h2 { margin: 0 0 8px; font-family: var(--serif); font-size: 2.25rem; font-weight: 500; }
.form-intro { margin: 0 0 30px; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.field { display: grid; gap: 8px; }
.field--full { grid-column: 1 / -1; }
.field label, .field legend { font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 13px 14px; color: var(--ink); background: var(--white); outline: none; transition: border-color .2s, box-shadow .2s; }
.field textarea { min-height: 116px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(182,138,50,.12); }
.field small { color: var(--muted); }
.check-field { display: grid; grid-template-columns: 20px 1fr; gap: 11px; align-items: start; }
.check-field input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--burgundy); }
.check-field label { color: var(--muted); font-size: .86rem; }
.form-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 28px; }
.form-status { min-height: 24px; color: var(--burgundy); font-size: .84rem; }
.aside-card { position: sticky; top: 110px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; }
.aside-card h2 { margin: 0 0 12px; font-family: var(--serif); font-size: 1.7rem; font-weight: 500; }
.aside-card p { color: var(--muted); }
.aside-list { list-style: none; margin: 22px 0 0; padding: 0; }
.aside-list li { padding: 13px 0; border-top: 1px solid var(--line); font-size: .87rem; }
.notice { display: flex; gap: 12px; margin-top: 22px; padding: 16px; border-radius: 12px; color: #543e10; background: #efe2be; font-size: .83rem; }
.notice svg { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 3px; }

/* Resources */
.resource-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.resource-card { display: grid; grid-template-columns: 58px 1fr; gap: 20px; min-height: 210px; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,253,248,.45); }
.resource-icon { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(182,138,50,.4); border-radius: 50%; color: var(--gold); }
.resource-icon svg { width: 23px; height: 23px; }
.resource-card h2, .resource-card h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 1.55rem; font-weight: 500; }
.resource-card p { margin: 0; color: var(--muted); }
.resource-card .card-link { margin-top: 18px; }
.content-prose { max-width: 820px; }
.content-prose h2 { margin: 60px 0 16px; font-family: var(--serif); font-size: 2.6rem; font-weight: 500; line-height: 1.08; }
.content-prose h3 { margin: 34px 0 10px; font-family: var(--serif); font-size: 1.55rem; font-weight: 500; }
.content-prose p, .content-prose li { color: var(--muted); }
.content-prose ul { padding-left: 1.2rem; }
.policy-index { display: grid; grid-template-columns: 260px minmax(0,1fr); gap: 70px; align-items: start; }
.policy-nav { position: sticky; top: 110px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; }
.policy-nav a { display: block; padding: 8px 0; color: var(--muted); font-size: .84rem; text-decoration: none; }
.policy-nav a:hover { color: var(--ink); }

/* CTA */
.cta { position: relative; overflow: hidden; padding: 82px; border-radius: 32px; color: var(--white); background: var(--burgundy); }
.cta::after { content: ''; position: absolute; right: -140px; top: -240px; width: 520px; height: 520px; border: 1px solid rgba(255,253,248,.2); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,253,248,.025),0 0 0 140px rgba(255,253,248,.018); }
.cta > * { position: relative; z-index: 1; }
.cta h2 { max-width: 780px; margin: 0; font-family: var(--serif); font-size: clamp(3rem,6vw,6rem); font-weight: 500; letter-spacing: -.045em; line-height: 1; }
.cta p { max-width: 610px; color: rgba(255,253,248,.72); }

/* Reveal */
[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

/* Modal */
.modal { position: fixed; inset: 0; z-index: 100; display: none; place-items: center; padding: 20px; background: rgba(17,17,15,.72); backdrop-filter: blur(8px); }
.modal.is-open { display: grid; }
.modal-card { width: min(680px,100%); max-height: 90vh; overflow: auto; padding: 34px; border-radius: 24px; background: var(--paper); box-shadow: 0 35px 100px rgba(0,0,0,.35); }
.modal-head { display: flex; justify-content: space-between; gap: 20px; align-items: start; }
.modal-head h2 { margin: 0; font-family: var(--serif); font-size: 2rem; font-weight: 500; }
.modal-close { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 1.4rem; }
.request-preview { margin: 22px 0; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); white-space: pre-wrap; font: .83rem/1.55 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }

/* Responsive */
@media (max-width: 1000px) {
  .hero-grid, .split, .form-shell { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 70px; }
  .hero-card { max-width: 600px; }
  .hero-foot { display: none; }
  .section-head { grid-template-columns: 1fr; gap: 18px; }
  .card-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid { grid-template-columns: repeat(2,1fr); gap: 12px; }
  .process-step, .process-step:first-child, .process-step:last-child { border: 1px solid var(--line-dark); border-radius: 18px; }
  .process-step h3 { margin-top: 65px; }
  .assurance-grid { grid-template-columns: repeat(2,1fr); }
  .assurance-item:nth-child(2) { border-right: 0; }
  .assurance-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .service-row { grid-template-columns: 50px 1fr; }
  .service-row .price { grid-column: 2; justify-self: start; text-align: left; }
  .addon-grid { grid-template-columns: 1fr 1fr; }
  .policy-index { grid-template-columns: 1fr; }
  .policy-nav { position: static; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 800px) {
  .menu-toggle { display: grid; }
  .site-nav { position: fixed; left: 20px; right: 20px; top: 92px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 10px; }
  .site-nav a:not(.button)::after { display: none; }
  .site-nav .button { margin-top: 8px; }
  .hero-grid { gap: 48px; }
  .hero h1 { font-size: clamp(3.8rem,16vw,7rem); }
  .section { padding: 82px 0; }
  .card-grid { grid-template-columns: 1fr; }
  .card { min-height: 300px; }
  .resource-grid { grid-template-columns: 1fr; }
  .cta { padding: 50px 34px; }
  .form-card { padding: 28px; }
  .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .aside-card { position: static; }
}
@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px),var(--container)); }
  .brand-copy span { display: none; }
  .site-header .button--small { display: none; }
  .hero { padding: 54px 0 62px; }
  .hero h1 { font-size: clamp(3.45rem,17vw,5.4rem); }
  .hero-card { padding: 24px; border-radius: 24px; }
  .seal-wrap img { width: 130px; }
  .assurance-grid { grid-template-columns: 1fr; }
  .assurance-item, .assurance-item:first-child { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .assurance-item:last-child { border-bottom: 0; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { min-height: 220px; }
  .process-step h3 { margin-top: 46px; }
  .addon-grid { grid-template-columns: 1fr; }
  .service-row { grid-template-columns: 1fr; gap: 12px; }
  .service-row .price { grid-column: 1; }
  .page-hero { padding: 75px 0 62px; }
  .page-hero h1 { font-size: clamp(3.5rem,16vw,5.8rem); }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .resource-card { grid-template-columns: 1fr; }
  .cta { padding: 40px 26px; border-radius: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
