:root {
  --ink: #14212d;
  --navy: #0f2433;
  --navy-2: #17394b;
  --cream: #f7f2ea;
  --paper: #fffdf9;
  --rose: #bd4268;
  --rose-dark: #90314f;
  --copper: #b8794f;
  --sage: #687d72;
  --muted: #5f6971;
  --line: #dfd8cf;
  --shadow: 0 22px 64px rgba(15, 36, 51, .12);
  --radius: 24px;
  --radius-sm: 14px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }

.skip-link {
  position: fixed; left: 18px; top: -80px; z-index: 1000;
  padding: 12px 18px; color: #fff; background: var(--navy); border-radius: 8px;
}
.skip-link:focus { top: 14px; }
:focus-visible { outline: 3px solid #e5a5b9; outline-offset: 3px; }

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 780px); margin-inline: auto; }
.section { padding: 96px 0; }
.section-sm { padding: 64px 0; }
.section-cream { background: var(--cream); }
.section-navy { background: var(--navy); color: #fff; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px; margin: 0 0 22px;
  color: var(--rose-dark); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.section-navy .eyebrow, .home-hero .eyebrow { color: #f3b4c8; }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
h1 { font-size: clamp(2.8rem, 6vw, 5.6rem); line-height: 1.04; letter-spacing: -.045em; }
h2 { font-size: clamp(2.2rem, 4vw, 3.8rem); line-height: 1.08; letter-spacing: -.035em; }
h3 { font-size: clamp(1.35rem, 2vw, 1.75rem); line-height: 1.18; }
.lede { max-width: 720px; margin: 28px 0 0; font-size: clamp(1.05rem, 1.8vw, 1.25rem); line-height: 1.68; color: var(--muted); }
.section-navy .lede { color: #c9d5dc; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 54px; }
.section-head .lede { max-width: 540px; }
.text-link { color: var(--rose-dark); font-weight: 750; text-underline-offset: 5px; }

.site-header {
  position: sticky; top: 0; z-index: 90; background: rgba(255, 253, 249, .94);
  backdrop-filter: blur(18px); border-bottom: 1px solid rgba(223, 216, 207, .8);
}
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; min-width: max-content; }
.brand::before { content: ""; flex: 0 0 44px; width: 44px; height: 44px; background: url(sf-logo-mark.svg) center / contain no-repeat; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong {
  color: #142b3a;
  font-family: "Bodoni MT", Baskerville, "Palatino Linotype", Georgia, serif;
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: .012em;
  text-rendering: optimizeLegibility;
}
.brand-copy small {
  margin-top: 7px;
  color: #9a6f62;
  font-size: .62rem;
  font-weight: 650;
  line-height: 1.1;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.primary-nav { display: flex; align-items: center; gap: 25px; }
.primary-nav > a:not(.btn) { font-size: .92rem; font-weight: 700; text-decoration: none; }
.primary-nav > a[aria-current="page"] { color: var(--rose-dark); }
.nav-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--line); background: #fff; border-radius: 12px; }
.nav-toggle span, .nav-toggle::before, .nav-toggle::after {
  content: ""; display: block; width: 21px; height: 2px; margin: 5px auto; background: var(--navy); transition: .2s ease;
}

.btn {
  min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 13px 23px; border: 1px solid transparent; border-radius: 999px; text-decoration: none;
  font-size: .94rem; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--rose); box-shadow: 0 12px 28px rgba(189, 66, 104, .24); }
.btn-primary:hover { background: var(--rose-dark); }
.btn-secondary { color: var(--navy); background: #fff; border-color: var(--line); }
.btn-light { color: var(--navy); background: #fff; }
.btn-block { width: 100%; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

.home-hero {
  position: relative; min-height: 760px; display: grid; align-items: center; color: #fff;
  background-image: linear-gradient(90deg, rgba(7, 22, 32, .92) 0%, rgba(8, 24, 36, .72) 44%, rgba(8, 24, 36, .14) 73%), url(../images/hero-romance-v2.webp);
  background-size: cover; background-position: center;
}
.home-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 120px; background: linear-gradient(transparent, rgba(7,22,32,.45)); }
.hero-content { position: relative; z-index: 2; max-width: 720px; padding: 110px 0 135px; }
.hero-content h1 span { display: block; }
.hero-content .hero-prefix { color: #fff; }
.hero-content .hero-keyword { color: #f1b1c5; }
.hero-content .lede { margin-top: 30px; color: #d9e1e6; max-width: 650px; }
.hero-content .button-row { margin-top: 36px; }
.hero-note { margin-top: 30px; color: #d2dce2; font-size: .87rem; line-height: 1.65; }
.trust-strip { position: relative; z-index: 3; margin-top: -54px; }
.trust-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); background: #fff; border-radius: var(--radius);
  border: 1px solid var(--line); box-shadow: var(--shadow); overflow: hidden;
}
.trust-item { padding: 30px; }
.trust-item + .trust-item { border-left: 1px solid var(--line); }
.trust-item strong { display: block; margin-bottom: 5px; font-family: Georgia, serif; font-size: 1.25rem; }
.trust-item span { color: var(--muted); font-size: .92rem; }

.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step-card, .feature-card, .value-card, .safety-card {
  position: relative; padding: 34px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 14px 40px rgba(15,36,51,.06);
}
.step-no {
  width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 34px;
  color: #fff; background: var(--navy); border-radius: 50%; font-weight: 850;
}
.step-card p, .feature-card p, .value-card p, .safety-card p { margin: 14px 0 0; color: var(--muted); }

.profiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.profile-card { position: relative; overflow: hidden; background: #fff; border: 1px solid rgba(171, 139, 115, .26); border-radius: 28px; box-shadow: 0 20px 56px rgba(15,36,51,.11); transition: transform .35s ease, box-shadow .35s ease; }
.profile-card:hover { transform: translateY(-6px); box-shadow: 0 28px 70px rgba(15,36,51,.16); }
.profile-photo { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: #e9e2d9; }
.profile-photo::after { content: ""; position: absolute; inset: 48% 0 0; background: linear-gradient(180deg, transparent, rgba(8,28,40,.5)); pointer-events: none; }
.profile-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.profile-card:hover .profile-photo img { transform: scale(1.025); }
.profile-badge { position: absolute; z-index: 1; top: 16px; left: 16px; padding: 7px 11px; color: #fff; background: rgba(13,37,51,.78); border: 1px solid rgba(255,255,255,.32); border-radius: 999px; backdrop-filter: blur(8px); font-size: .62rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.profile-content { padding: 25px 25px 28px; }
.profile-meta { display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; }
.profile-meta > div { display: grid; gap: 5px; }
.profile-meta strong { font-family: Georgia, serif; font-size: 1.52rem; line-height: 1; }
.profile-role { color: var(--rose-dark); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.profile-location { flex: 0 0 auto; padding: 7px 10px; color: #57636b; background: #f6f1ea; border: 1px solid #e8ddd0; border-radius: 999px; font-size: .68rem; font-weight: 800; }
.pill { display: inline-flex; align-items: center; padding: 6px 10px; color: var(--rose-dark); background: #f9e8ee; border-radius: 999px; font-size: .72rem; font-weight: 800; }
.profile-content p { margin: 18px 0 0; color: var(--muted); line-height: 1.68; }
.profile-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; padding-top: 18px; border-top: 1px solid #ece4db; }
.profile-tags span { color: #344a56; font-size: .7rem; font-weight: 800; letter-spacing: .02em; }
.profile-tags span + span::before { content: "·"; margin-right: 8px; color: var(--copper); }
.disclosure { margin: 20px 0 0; color: var(--muted); font-size: .84rem; }

.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.local-panel {
  min-height: 520px; display: flex; flex-direction: column; justify-content: end; padding: 46px;
  color: #fff; background: linear-gradient(145deg, var(--navy), #284b58); border-radius: 34px; box-shadow: var(--shadow); overflow: hidden;
}
.district-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 28px; }
.district-list span { padding: 13px 15px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; }
.check-list { display: grid; gap: 16px; padding: 0; margin: 28px 0 0; list-style: none; }
.check-list li { position: relative; padding-left: 32px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--rose); font-weight: 900; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.feature-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 24px; color: #fff; background: var(--rose); border-radius: 14px; font-weight: 900; }

.quote-band { padding: 78px 0; color: #fff; background: linear-gradient(120deg, var(--rose-dark), #52233a); }
.quote-band blockquote { max-width: 900px; margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.2; }

.faq-list { display: grid; gap: 12px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.faq-item button { width: 100%; min-height: 64px; display: flex; justify-content: space-between; gap: 20px; padding: 18px 22px; color: var(--ink); background: transparent; border: 0; text-align: left; font-weight: 800; }
.faq-item button::after { content: "+"; color: var(--rose); font-size: 1.4rem; }
.faq-item button[aria-expanded="true"]::after { content: "−"; }
.faq-answer { display: none; padding: 0 22px 22px; color: var(--muted); }
.faq-answer.open { display: block; }
.faq-answer p { margin: 0; }

.cta-panel { padding: 64px; color: #fff; background: var(--navy); border-radius: 34px; box-shadow: var(--shadow); }
.cta-panel p { max-width: 680px; margin: 24px 0 0; color: #cbd7dd; }
.cta-panel .eyebrow { margin-bottom: 22px; }
.cta-panel .button-row { margin-top: 30px; }

.page-hero { padding: 104px 0 78px; background: linear-gradient(160deg, #f7f2ea, #fffdf9); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 900px; font-size: clamp(2.8rem, 6vw, 5rem); }
.breadcrumbs { margin-bottom: 20px; color: var(--muted); font-size: .86rem; }
.breadcrumbs a { text-underline-offset: 4px; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.stat { padding: 25px; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.stat strong { display: block; color: var(--rose-dark); font-family: Georgia, serif; font-size: 1.45rem; }
.stat span { color: var(--muted); font-size: .9rem; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; }
.prose h2 { margin-top: 52px; font-size: clamp(2rem, 3.5vw, 3rem); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 40px; }
.prose h2 + p, .prose h3 + p { margin-top: 20px; }
.prose p, .prose li { color: #46545e; }
.prose a { color: var(--rose-dark); }
.prose ul, .prose ol { padding-left: 22px; }
.info-note { padding: 22px; margin: 26px 0; background: #f5ebe6; border-left: 4px solid var(--copper); border-radius: 0 14px 14px 0; }
.question-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.question-card { padding: 32px; background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 16px 44px rgba(15,36,51,.07); }
.question-card h3 { margin-top: 10px; font-size: clamp(1.45rem, 2.4vw, 2rem); line-height: 1.14; }
.question-card p:last-child { margin-bottom: 0; }
.answer-label { margin: 0; color: var(--rose-dark); font-size: .7rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.answer-lead { color: var(--navy); font-weight: 800; }
.editorial-note { margin-top: 30px; padding: 18px 22px; color: #52606a; background: #f7f1ea; border-left: 3px solid var(--copper); border-radius: 0 14px 14px 0; font-size: .9rem; line-height: 1.65; }
.editorial-note a { color: var(--rose-dark); font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.source-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.source-links a { padding: 9px 12px; color: #fff; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; text-decoration: none; font-size: .78rem; font-weight: 750; }
.source-links a:hover { border-color: var(--rose-soft); color: var(--rose-soft); }
.editorial-date { margin-top: 20px; color: #b8c6ce; font-size: .82rem; }
.illustrated-split, .faq-intro { display: grid; grid-template-columns: minmax(0, .94fr) minmax(420px, 1.06fr); gap: clamp(48px, 6vw, 88px); align-items: center; }
.illustrated-copy h2 { max-width: 650px; }
.illustrated-copy .lede { margin-top: 24px; }
.illustrated-copy > p:not(.eyebrow):not(.lede) { color: var(--muted); }
.compact-check-list { gap: 12px; margin-top: 24px; color: #46545e; }
.editorial-visual { margin: 0; overflow: hidden; background: #f8f2e9; border: 1px solid rgba(26, 45, 58, .12); border-radius: 26px; box-shadow: 0 22px 56px rgba(17, 35, 46, .09); }
.editorial-visual picture, .editorial-visual img { display: block; width: 100%; }
.editorial-visual img { height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.about-mission .editorial-visual { transform: rotate(.35deg); }
.process-overview { margin-bottom: 88px; padding: clamp(28px, 4vw, 52px); background: linear-gradient(135deg, #faf5ee, #f4ede5); border: 1px solid rgba(184, 121, 79, .18); border-radius: 34px; }
.process-cues { display: grid; gap: 0; margin-top: 30px; border-top: 1px solid var(--line); }
.process-cues div { display: grid; grid-template-columns: 84px 1fr; gap: 14px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.process-cues strong { color: var(--navy); }
.process-cues span { color: var(--muted); font-size: .9rem; line-height: 1.5; }
.faq-intro { grid-template-columns: minmax(0, 1fr) minmax(380px, .82fr); margin-bottom: 52px; }
.faq-list-contained { width: min(900px, 100%); margin: 0 auto; }
.faq-shell .editorial-note { width: min(900px, 100%); margin-right: auto; margin-left: auto; }
#editorial-method, #process-illustration, #faq { scroll-margin-top: 112px; }

.timeline { display: grid; gap: 0; }
.timeline-item { display: grid; grid-template-columns: 68px 1fr; gap: 24px; padding-bottom: 40px; }
.timeline-marker { width: 52px; height: 52px; display: grid; place-items: center; color: #fff; background: var(--rose); border-radius: 50%; font-weight: 900; }
.timeline-copy { padding: 8px 0 40px; border-bottom: 1px solid var(--line); }
.timeline-copy p { color: var(--muted); }
.timeline-item:last-child .timeline-copy { border-bottom: 0; }

.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 44px; align-items: start; }
.contact-details { display: grid; gap: 16px; }
.contact-card { padding: 25px; background: var(--cream); border-radius: 16px; }
.contact-card strong { display: block; margin-bottom: 4px; }
.contact-card p { margin: 0; color: var(--muted); }
.form-card { padding: 38px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { display: grid; gap: 8px; }
.field-full { grid-column: 1 / -1; }
.field label { font-weight: 750; }
.field input, .field textarea, .field select {
  width: 100%; min-height: 50px; padding: 12px 14px; color: var(--ink); background: #fff;
  border: 1px solid #cfc6bd; border-radius: 11px;
}
.field textarea { min-height: 138px; resize: vertical; }
.field small { color: var(--muted); }
.check-field { display: flex; align-items: flex-start; gap: 10px; }
.check-field input { width: 19px; height: 19px; margin-top: 3px; accent-color: var(--rose); }
.form-status { min-height: 24px; margin-top: 12px; color: var(--rose-dark); font-weight: 700; }

.signup-shell { width: min(calc(100% - 28px), 680px); margin: 40px auto 72px; }
.signup-card { padding: clamp(28px, 5vw, 48px); background: #fff; border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.signup-card h1 { font-size: clamp(2.5rem, 8vw, 4.15rem); }
.signup-intro { margin: 22px 0 0; color: var(--muted); font-size: 1.05rem; line-height: 1.62; }
.signup-card .btn { margin-top: 26px; }
.signup-confirmation { margin: 22px 0 0; padding: 16px 18px; color: #42515b; background: var(--cream); border-radius: 14px; font-size: .92rem; line-height: 1.55; }
.microcopy { margin: 18px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.55; }

.signup-page { min-height: 100vh; display: flex; flex-direction: column; background: radial-gradient(circle at 50% 0%, #fffdf9 0%, #f7f2ea 66%, #f1e9df 100%); }
.signup-page .signup-header { position: relative; background: rgba(255,253,249,.88); }
.signup-page .nav-wrap { min-height: 78px; }
.signup-page .brand::before { flex-basis: 40px; width: 40px; height: 40px; }
.signup-back { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; padding: 8px 13px; color: var(--navy); background: rgba(255,255,255,.75); border: 1px solid var(--line); border-radius: 999px; text-decoration: none; font-size: .86rem; font-weight: 800; }
.signup-back-icon { font-size: 1.15rem; line-height: 1; }
.signup-bridge { width: min(calc(100% - 32px), 560px); flex: 1; margin: 56px auto 40px; }
.signup-page .signup-card { position: relative; padding: 42px; overflow: hidden; border-color: rgba(184,121,79,.22); border-radius: 26px; box-shadow: 0 30px 80px rgba(15,36,51,.13); }
.signup-page .signup-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg, var(--copper), var(--rose), var(--navy-2)); }
.signup-progress { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.signup-progress-track { height: 3px; margin: 13px 0 38px; overflow: hidden; background: #ebe4dc; border-radius: 999px; }
.signup-progress-track span { display: block; width: 50%; height: 100%; background: var(--copper); border-radius: inherit; }
.signup-kicker { margin: 0 0 16px; color: var(--rose-dark); font-size: .72rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.signup-page .signup-card h1 { max-width: 460px; font-size: clamp(2.7rem, 5vw, 3.75rem); line-height: 1.02; }
.signup-page .signup-intro { max-width: 420px; margin-top: 22px; color: #52616a; font-size: 1.08rem; line-height: 1.6; }
.signup-qualifiers { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.signup-qualifiers span { padding: 7px 11px; color: #46545e; background: var(--cream); border: 1px solid #e7ddd2; border-radius: 999px; font-size: .76rem; font-weight: 750; }
.signup-page .signup-card .btn { min-height: 56px; margin-top: 30px; font-size: 1rem; box-shadow: 0 16px 34px rgba(189,66,104,.22); }
.signup-page .microcopy { max-width: 450px; margin: 20px auto 0; text-align: center; font-size: .76rem; line-height: 1.55; }
.signup-page .microcopy a { color: var(--ink); text-underline-offset: 3px; }
.signup-help { margin: 20px 0 0; color: var(--muted); text-align: center; font-size: .84rem; }
.signup-help a { color: var(--rose-dark); font-weight: 800; text-underline-offset: 4px; }
.signup-footer { color: #76828a; border-top: 1px solid rgba(184,121,79,.16); font-size: .76rem; }
.signup-footer .container { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.signup-footer .container > span:last-child { display: flex; gap: 18px; }
.signup-footer a { text-decoration: none; }

.legal-meta { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 24px; color: var(--muted); font-size: .87rem; }
.legal-nav { position: sticky; top: 98px; align-self: start; padding: 24px; background: var(--cream); border-radius: 16px; }
.legal-nav a { display: block; padding: 8px 0; color: var(--muted); }
.legal-layout { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 60px; align-items: start; }

.site-footer { color: #d7e1e6; background: #0a1a24; }
.footer-main { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 50px; padding: 72px 0 52px; }
.footer-brand .brand { color: #fff; }
.footer-brand .brand-copy strong { color: #fff; }
.footer-brand .brand-copy small { color: #d9b5aa; }
.footer-brand .brand::before { box-shadow: 0 0 0 1px rgba(255,255,255,.18); border-radius: 16px; }
.footer-brand p { max-width: 430px; color: #aebdc6; }
.footer-links strong { display: block; margin-bottom: 13px; color: #fff; }
.footer-links a { display: block; width: max-content; margin: 8px 0; color: #b8c6ce; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding: 22px 0 30px; border-top: 1px solid #29404e; color: #94a8b4; font-size: .82rem; }

.error-page { min-height: 72vh; display: grid; place-items: center; text-align: center; background: var(--cream); }
.error-page .code { color: var(--rose); font-family: Georgia, serif; font-size: clamp(5rem, 18vw, 11rem); line-height: .8; }

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .primary-nav {
    position: fixed; inset: 88px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0;
    padding: 20px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
  }
  .primary-nav.open { display: flex; }
  .primary-nav > a { padding: 14px 10px; }
  .primary-nav .btn { margin-top: 8px; }
  .home-hero { min-height: 700px; background-position: 61% center; }
  .home-hero::before { content: ""; position: absolute; inset: 0; background: rgba(7,22,32,.12); }
  .steps-grid, .profiles { grid-template-columns: repeat(2, 1fr); }
  .profiles .profile-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 11px); }
  .split, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .illustrated-split, .faq-intro { grid-template-columns: 1fr; gap: 36px; }
  .editorial-visual { width: min(720px, 100%); margin: 0 auto; }
  .process-overview { margin-bottom: 72px; }
  .story-grid { gap: 26px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .legal-layout { grid-template-columns: 1fr; gap: 28px; }
  .legal-nav { position: static; }
}

@media (max-width: 680px) {
  .container, .narrow { width: min(calc(100% - 28px), var(--max)); }
  .brand-copy strong { font-size: .94rem; letter-spacing: .006em; }
  .brand-copy small { margin-top: 6px; font-size: .54rem; letter-spacing: .18em; }
  .brand { gap: 10px; }
  .brand::before { flex-basis: 38px; width: 38px; height: 38px; border-radius: 12px; }
  .section { padding: 64px 0; }
  .section-sm { padding: 48px 0; }
  .section-head { display: block; margin-bottom: 30px; }
  .section-head .lede { margin-top: 18px; }
  h2 { font-size: clamp(2rem, 9.5vw, 2.55rem); }
  .home-hero { min-height: 600px; background-image: linear-gradient(90deg, rgba(7,22,32,.95), rgba(7,22,32,.62)), url(../images/hero-romance-v2-960.webp); background-position: 78% center; }
  .hero-content { padding: 72px 0 92px; }
  .hero-content h1 { max-width: 345px; font-size: clamp(2.55rem, 11.6vw, 2.85rem); line-height: .99; }
  .hero-content .hero-prefix { display: none; }
  .hero-content .lede { max-width: 330px; margin-top: 24px; font-size: 1.05rem; line-height: 1.55; }
  .hero-content .button-row { margin-top: 28px; }
  .hero-note { max-width: 330px; margin-top: 22px; font-size: .8rem; }
  .button-row { display: grid; }
  .button-row .btn { width: 100%; }
  .trust-strip { margin-top: -42px; }
  .trust-grid { display: flex; gap: 12px; overflow-x: auto; padding: 4px 14px 18px; background: transparent; border: 0; border-radius: 0; box-shadow: none; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .trust-grid::-webkit-scrollbar { display: none; }
  .trust-item { flex: 0 0 calc(100vw - 52px); min-height: 154px; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 14px 34px rgba(15,36,51,.09); scroll-snap-align: start; }
  .trust-item + .trust-item { border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .steps-grid, .profiles, .feature-grid, .stat-row, .story-grid { grid-template-columns: 1fr; }
  .steps-grid { gap: 14px; }
  .step-card { padding: 23px 22px; }
  .step-card p { margin-top: 10px; line-height: 1.55; }
  .step-no { margin-bottom: 16px; }
  .question-grid { grid-template-columns: 1fr; }
  .illustrated-split, .faq-intro { gap: 30px; }
  .editorial-visual { border-radius: 18px; box-shadow: 0 16px 38px rgba(17,35,46,.08); }
  .process-overview { margin-bottom: 56px; padding: 24px 20px; border-radius: 24px; }
  .process-cues { margin-top: 24px; }
  .process-cues div { grid-template-columns: 76px 1fr; }
  .faq-intro { margin-bottom: 30px; }
  #faq.section { padding-top: 56px; padding-bottom: 56px; }
  .question-card { padding: 26px 22px; }
  .trust-item + .trust-item { border-left: 0; border-top: 1px solid var(--line); }
  .profiles .profile-card:last-child { grid-column: auto; max-width: none; }
  .profile-card { min-width: 82vw; }
  .profiles { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; scrollbar-width: none; }
  .profiles::-webkit-scrollbar { display: none; }
  .profile-card { scroll-snap-align: start; }
  .profile-photo { aspect-ratio: 4 / 4.55; }
  .profile-content { padding: 22px 20px 24px; }
  .profile-content p { margin-top: 15px; line-height: 1.58; }
  .profile-tags { margin-top: 16px; padding-top: 15px; }
  .local-panel { min-height: 0; padding: 30px 24px; }
  .local-panel h2 { font-size: 2.05rem; }
  .district-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 22px; }
  .district-list span { padding: 10px 9px; font-size: .78rem; }
  .split { gap: 36px; }
  .check-list { gap: 12px; margin-top: 22px; }
  .check-list li { padding-left: 27px; font-size: .92rem; line-height: 1.55; }
  .quote-band { padding: 56px 0; }
  .quote-band blockquote { font-size: 1.85rem; }
  .feature-grid { gap: 14px; }
  .feature-card { display: grid; grid-template-columns: 42px minmax(0, 1fr); column-gap: 14px; padding: 20px 18px; }
  .feature-card .feature-icon { grid-row: 1 / span 2; margin: 0; }
  .feature-card h3, .feature-card p { grid-column: 2; }
  .feature-card h3 { font-size: 1.2rem; }
  .feature-card p { margin-top: 7px; font-size: .86rem; line-height: 1.55; }
  .safety-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .safety-card { padding: 20px 18px; }
  .safety-card h3 { font-size: 1.2rem; }
  .safety-card p { font-size: .83rem; line-height: 1.55; }
  .faq-item button { min-height: 58px; padding: 15px 17px; font-size: .9rem; }
  .faq-answer { padding: 0 17px 18px; }
  .editorial-note { margin-top: 22px; padding: 16px 18px; font-size: .82rem; }
  .cta-panel { padding: 30px 22px; border-radius: 24px; }
  .cta-panel h2 { font-size: 1.9rem; }
  .cta-panel p { margin-top: 16px; line-height: 1.55; }
  main > .section:last-child { padding-top: 52px; padding-bottom: 52px; }
  .page-hero { padding: 72px 0 56px; }
  .form-card { padding: 26px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .signup-shell { margin: 18px auto 48px; }
  .signup-card { padding: 26px 20px; border-radius: 22px; }
  .signup-card .eyebrow { margin-bottom: 18px; }
  .signup-card h1 { font-size: 2.55rem; line-height: 1.02; }
  .signup-intro { margin-top: 18px; font-size: 1rem; }
  .signup-card .btn { width: 100%; min-height: 54px; margin-top: 24px; }
  .signup-confirmation { margin-top: 18px; padding: 14px 15px; }
  .microcopy { margin-top: 16px; }
  .signup-page .nav-wrap { min-height: 70px; }
  .signup-page .brand::before { flex-basis: 38px; width: 38px; height: 38px; }
  .signup-page .brand-copy strong { font-size: clamp(1rem, 3.5vw, 1.18rem); }
  .signup-page .brand-copy small { display: block; font-size: .52rem; letter-spacing: .17em; }
  .signup-back { width: 42px; height: 42px; justify-content: center; padding: 0; }
  .signup-back-icon { font-size: 1.25rem; }
  .signup-back-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .signup-bridge { width: min(calc(100% - 24px), 430px); margin: 24px auto 32px; }
  .signup-page .signup-card { padding: 28px 22px 26px; border-radius: 22px; }
  .signup-progress { font-size: .65rem; }
  .signup-progress-track { margin: 11px 0 30px; }
  .signup-kicker { margin-bottom: 18px; font-size: .66rem; }
  .signup-page .signup-card h1 { font-size: 2.4rem; line-height: 1.04; }
  .signup-page .signup-intro { margin-top: 22px; font-size: 1rem; line-height: 1.55; }
  .signup-qualifiers { gap: 6px; margin-top: 22px; }
  .signup-qualifiers span { padding: 6px 9px; font-size: .7rem; }
  .signup-page .signup-card .btn { min-height: 54px; margin-top: 24px; }
  .signup-page .microcopy { margin-top: 17px; font-size: .72rem; }
  .signup-help { margin-top: 16px; }
  .signup-footer .container { min-height: 58px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 28px 20px; padding: 48px 0 36px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
