/* ============================================================
   Fertility Dreams — Modern Trust design system
   Navy carries weight · Cobalt is the single action color ·
   Lavender is the soft human accent.
   ============================================================ */

:root {
  /* Brand */
  --navy:      #0E2A47;
  --navy-700:  #15375c;
  --navy-600:  #1d456f;
  --cobalt:    #1C6CA0;
  --cobalt-700:#155981;
  --cobalt-50: #e9f1f7;
  --lavender:  #A8A1CB;
  --lavender-200:#d9d5ea;
  --lavender-50:#f1eff7;
  --white:     #ffffff;
  --gray:      #F4F6F8;
  --gray-200:  #e6eaef;
  --gray-300:  #d3dae1;
  --text:      #15222e;
  --muted:     #4b5a69;
  --faint:     #7e8d9b;

  /* Type */
  --display: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  /* Layout */
  --maxw: 1180px;
  --gutter: clamp(20px, 5vw, 64px);
  --radius: 18px;
  --radius-sm: 12px;
  --radius-lg: 28px;

  --shadow-sm: 0 1px 2px rgba(14,42,71,.05), 0 2px 8px rgba(14,42,71,.04);
  --shadow-md: 0 8px 24px rgba(14,42,71,.08), 0 2px 6px rgba(14,42,71,.05);
  --shadow-lg: 0 24px 60px rgba(14,42,71,.14), 0 6px 18px rgba(14,42,71,.08);
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--body);
  color: var(--text);
  background: var(--white);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

img { max-width: 100%; display: block; }

/* ---------- Type scale ---------- */
h1, h2, h3, h4 { font-family: var(--display); font-weight: 600; color: var(--navy); margin: 0; line-height: 1.12; letter-spacing: -0.02em; }
h1 { font-size: clamp(2.3rem, 5.2vw, 3.7rem); font-weight: 700; line-height: 1.08; }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.85rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.6rem); line-height: 1.15; }
h4 { font-size: 1.12rem; line-height: 1.25; }
p { margin: 0 0 1.1em; text-wrap: pretty; }
a { color: var(--cobalt); text-decoration: none; }
a:hover { text-decoration: underline; }

.eyebrow {
  font-family: var(--body);
  font-weight: 600;
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--cobalt);
  margin: 0 0 .9rem;
  display: inline-flex; align-items: center; gap: .55rem;
}
.eyebrow::before {
  content: ""; width: 26px; height: 2px; background: var(--lavender); border-radius: 2px;
}
.eyebrow.center { justify-content: center; }
.lead { font-size: clamp(1.08rem, 1.6vw, 1.32rem); color: var(--muted); line-height: 1.6; }

/* ---------- Layout ---------- */
.container { max-width: var(--maxw); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.section { padding: clamp(64px, 9vw, 120px) 0; }
.section.tight { padding: clamp(48px, 6vw, 80px) 0; }
.center { text-align: center; }
.measure { max-width: 640px; }
.measure.center { margin-left: auto; margin-right: auto; }

/* ---------- Skip link ---------- */
.skip-link {
  position: absolute; left: 16px; top: -60px; z-index: 200;
  background: var(--navy); color: #fff; padding: 12px 20px; border-radius: 10px;
  transition: top .2s ease; font-weight: 600; font-size: .95rem;
}
.skip-link:focus { top: 16px; text-decoration: none; }

:focus-visible { outline: 3px solid var(--cobalt); outline-offset: 2px; border-radius: 4px; }

/* ============================================================
   Buttons
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font-family: var(--body); font-weight: 600; font-size: 1rem; line-height: 1;
  padding: 16px 26px; border-radius: 999px; border: 1.5px solid transparent;
  cursor: pointer; transition: transform .15s ease, background .2s ease, box-shadow .2s ease, color .2s ease;
  text-decoration: none; white-space: nowrap;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-primary { background: var(--cobalt); color: #fff; box-shadow: 0 6px 16px rgba(28,108,160,.28); }
.btn-primary:hover { background: var(--cobalt-700); box-shadow: 0 10px 24px rgba(28,108,160,.34); }
.btn-ghost { background: transparent; color: var(--navy); border-color: var(--gray-300); }
.btn-ghost:hover { border-color: var(--cobalt); color: var(--cobalt); }
.btn-on-navy { background: var(--cobalt); color: #fff; box-shadow: 0 8px 22px rgba(0,0,0,.25); }
.btn-on-navy:hover { background: #2a82bd; }
.btn-lg { padding: 18px 32px; font-size: 1.06rem; }
.btn-block { width: 100%; }

.textlink {
  display: inline-flex; align-items: center; gap: .4rem; font-weight: 600; color: var(--cobalt);
}
.textlink .arr { transition: transform .2s ease; }
.textlink:hover { text-decoration: none; }
.textlink:hover .arr { transform: translateX(4px); }

/* ============================================================
   Header / Nav
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--navy);
  border-bottom: 1px solid rgba(255,255,255,.10);
  transition: box-shadow .25s ease, background .25s ease;
}
.site-header.scrolled { box-shadow: 0 6px 22px rgba(14,42,71,.28); background: var(--navy-700); }
.nav {
  display: flex; align-items: center; gap: 28px;
  height: 84px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand:hover { text-decoration: none; }
.brand .wordmark { font-family: var(--display); font-weight: 600; font-size: 1.36rem; color: var(--navy); letter-spacing: -0.01em; line-height: 1; }
.brand svg { display: block; }
.brand .logo-img { height: 54px; width: auto; display: block; }
.site-footer .brand .logo-img { height: 44px; }
@media (max-width: 520px) { .brand .logo-img { height: 42px; } }

.nav-links { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav-links a {
  color: rgba(255,255,255,.86); font-weight: 500; font-size: .98rem; padding: 9px 14px; border-radius: 9px;
  transition: background .18s ease, color .18s ease;
}
.nav-links a:hover { background: rgba(255,255,255,.10); color: #fff; text-decoration: none; }
.nav-links a[aria-current="page"] { color: var(--lavender-200); font-weight: 600; }
.nav-cta { margin-left: 10px; }

.nav-toggle {
  display: none; margin-left: auto; background: none; border: 0; cursor: pointer;
  width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 10px;
}
.nav-toggle:hover { background: rgba(255,255,255,.10); }
.nav-toggle svg { width: 26px; height: 26px; stroke: #fff; }

@media (max-width: 940px) {
  .nav-links { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav.open + .mobile-menu { display: block; }
  .mobile-menu {
    display: none; border-bottom: 1px solid rgba(255,255,255,.10); background: var(--navy);
    padding: 8px var(--gutter) 24px;
  }
  .mobile-menu a { display: block; padding: 14px 8px; font-weight: 500; color: rgba(255,255,255,.88); border-bottom: 1px solid rgba(255,255,255,.10); }
  .mobile-menu a[aria-current="page"] { color: var(--lavender-200); }
  .mobile-menu .btn { margin-top: 18px; }
}
@media (min-width: 941px) { .mobile-menu { display: none !important; } }

/* ============================================================
   Hero
   ============================================================ */
.hero {
  position: relative; overflow: hidden;
  min-height: clamp(560px, 78vh, 760px);
  display: flex; align-items: center;
  background: var(--navy);
}
.hero-bg { position: absolute; inset: 0; }
.hero-bg .ph { width: 100%; height: 100%; border-radius: 0; }
.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(105deg, rgba(14,42,71,.92) 0%, rgba(14,42,71,.74) 42%, rgba(14,42,71,.30) 100%);
}
.hero .container { position: relative; z-index: 2; width: 100%; padding-top: 60px; padding-bottom: 60px; }
.hero-content { max-width: 640px; color: #fff; }
.hero-content h1 { color: #fff; }
.hero-content .eyebrow { color: var(--lavender-200); }
.hero-content .eyebrow::before { background: var(--lavender); }
.hero-sub { font-size: clamp(1.1rem, 1.7vw, 1.4rem); color: #dce6f0; margin: 1.3rem 0 2.2rem; line-height: 1.55; max-width: 540px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px; }
.hero-actions .textlink { color: #fff; }
.hero-actions .textlink:hover { color: var(--lavender-200); }

/* Type-driven hero (no photo) */
.hero-type { background: var(--gray); min-height: 0; padding: clamp(72px, 11vw, 150px) 0 clamp(56px,8vw,96px); display: block; }
.hero-type .hero-content { color: var(--text); max-width: 720px; }
.hero-type .hero-content h1 { color: var(--navy); }
.hero-type .hero-sub { color: var(--muted); }
.hero-type .hero-actions .textlink { color: var(--cobalt); }
.hero-type .hero-actions .textlink:hover { color: var(--cobalt-700); }

/* ============================================================
   Image placeholders (drop-in for real photography)
   ============================================================ */
.ph {
  position: relative; overflow: hidden;
  background-color: #e4e7ec;
  background-image:
    repeating-linear-gradient(135deg, rgba(14,42,71,.045) 0 2px, transparent 2px 11px);
  border-radius: var(--radius);
  display: flex; align-items: flex-end;
  min-height: 200px;
}
.ph::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(120% 90% at 70% 15%, rgba(168,161,203,.30), transparent 60%);
}
.ph .ph-tag {
  position: relative; z-index: 1; margin: 14px;
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: .72rem; letter-spacing: .02em; color: var(--navy);
  background: rgba(255,255,255,.82); border: 1px solid rgba(14,42,71,.12);
  padding: 6px 10px; border-radius: 8px; line-height: 1.35; max-width: 80%;
  backdrop-filter: blur(2px);
}
.ph.on-navy { background-color: #16314f; background-image: repeating-linear-gradient(135deg, rgba(255,255,255,.05) 0 2px, transparent 2px 11px); }
.ph.on-navy::before { background: radial-gradient(120% 90% at 70% 15%, rgba(168,161,203,.35), transparent 60%); }

/* Photo-filled placeholder (real imagery dropped in via inline background-image) */
.ph.ph-photo { background-size: cover; background-position: center; background-repeat: no-repeat; background-color: #cdd5dc; }
.ph.ph-photo::before { display: none; }
.ph.ph-photo .ph-tag { display: none; }
.ph.ph-photo.pos-top { background-position: center top; }
.ph.ph-photo.pos-high { background-position: center 30%; }
.ph.on-navy .ph-tag { color: #dce6f0; background: rgba(14,42,71,.55); border-color: rgba(255,255,255,.18); }

.ratio-16-9 { aspect-ratio: 16 / 9; }
.ratio-4-5  { aspect-ratio: 4 / 5; }
.ratio-1-1  { aspect-ratio: 1 / 1; }
.ratio-4-3  { aspect-ratio: 4 / 3; }
.ratio-3-2  { aspect-ratio: 3 / 2; }

/* ============================================================
   Trust strip
   ============================================================ */
.trust-strip { background: linear-gradient(180deg,#fff, #fbfcfd); border-bottom: 1px solid var(--gray-200); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding: 26px 0; }
.trust-item { display: flex; align-items: center; gap: 14px; padding: 10px 18px; border-radius: 14px; transition: background .2s ease; }
.trust-item:hover { background: var(--cobalt-50); }
.trust-item + .trust-item { border-left: 1px solid var(--gray-200); }
.trust-item .ic-chip { flex-shrink: 0; width: 44px; height: 44px; border-radius: 12px; background: var(--lavender-50); display: flex; align-items: center; justify-content: center; transition: transform .25s ease, background .2s ease; }
.trust-item:hover .ic-chip { transform: translateY(-2px) scale(1.05); background: #fff; }
.trust-item .ic { flex-shrink: 0; width: 24px; height: 24px; color: var(--cobalt); }
.trust-item span { font-weight: 500; font-size: .98rem; color: var(--navy); line-height: 1.3; }
@media (max-width: 860px) {
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(odd) { border-left: 0; }
  .trust-item:nth-child(3), .trust-item:nth-child(4) { border-top: 1px solid var(--gray-200); padding-top: 18px; }
}
@media (max-width: 520px) { .trust-grid { grid-template-columns: 1fr; } .trust-item { border-left: 0 !important; border-top: 1px solid var(--gray-200); } .trust-item:first-child { border-top: 0; } }

/* ============================================================
   Section heading block
   ============================================================ */
.sec-head { max-width: 680px; margin-bottom: clamp(34px, 4vw, 56px); }
.sec-head.center { margin-left: auto; margin-right: auto; }
.sec-head p { color: var(--muted); font-size: 1.12rem; margin-top: .7rem; margin-bottom: 0; }

/* ============================================================
   Cards
   ============================================================ */
.grid { display: grid; gap: 26px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 980px) { .grid-3, .grid-4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }

.card {
  background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.card.lift:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.card .ph { border-radius: 0; transition: transform .6s cubic-bezier(.22,.61,.36,1); }
.card.lift:hover .ph-photo { transform: scale(1.06); }
.card-body { padding: 26px 26px 28px; display: flex; flex-direction: column; flex: 1; position: relative; }
.card-body h3 { margin-bottom: .5rem; transition: color .2s ease; }
.card.lift:hover .card-body h3 { color: var(--cobalt); }
.card-body p { color: var(--muted); margin-bottom: 1.2rem; }
.card-body .textlink { margin-top: auto; }
.card-kicker { font-size: .8rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--lavender); margin-bottom: .6rem; }

/* Feature (icon) cards */
.feature { padding: 30px 28px; background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius); position: relative; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.feature::before { content: ""; position: absolute; left: 0; top: 0; height: 3px; width: 100%; background: linear-gradient(90deg, var(--lavender), var(--cobalt)); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.feature:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: transparent; }
.feature:hover::before { transform: scaleX(1); }
.feature .ic-wrap {
  width: 54px; height: 54px; border-radius: 14px; background: var(--lavender-50);
  display: flex; align-items: center; justify-content: center; color: var(--cobalt); margin-bottom: 18px;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}
.feature:hover .ic-wrap { background: var(--cobalt); color: #fff; transform: translateY(-2px) rotate(-4deg); }
.feature .ic-wrap svg { width: 28px; height: 28px; }
.feature h3 { font-size: 1.28rem; margin-bottom: .45rem; }
.feature p { color: var(--muted); margin: 0; font-size: 1rem; }

/* ============================================================
   Image-text split
   ============================================================ */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 5vw, 72px); align-items: center; }
.split + .split { margin-top: clamp(56px, 7vw, 104px); }
.split.reverse .split-media { order: 2; }
.split-copy .num { font-family: var(--display); font-size: 1.1rem; color: var(--lavender); font-weight: 600; }
.split-copy h3 { font-size: clamp(1.5rem, 2.6vw, 2.1rem); margin: .3rem 0 .7rem; }
.split-copy p { color: var(--muted); font-size: 1.08rem; }
@media (max-width: 820px) {
  .split { grid-template-columns: 1fr; gap: 28px; }
  .split.reverse .split-media { order: 0; }
}

/* ============================================================
   Bands
   ============================================================ */
.band-navy { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.band-navy h2, .band-navy h3 { color: #fff; }
.band-navy p { color: #c6d3e0; }
.band-navy::after {
  content: ""; position: absolute; right: -120px; bottom: -160px; width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(168,161,203,.22), transparent 65%); pointer-events: none;
}
.band-lav { background: var(--lavender-50); }
.band-gray { background: var(--gray); }

.cta-band { text-align: center; }
.cta-band h2 { max-width: 720px; margin: 0 auto 1.6rem; }
.cta-band .lead { color: #c6d3e0; max-width: 560px; margin: 0 auto 2rem; }

/* ============================================================
   Testimonial
   ============================================================ */
.quote-wrap { display: grid; grid-template-columns: 200px 1fr; gap: 40px; align-items: center; max-width: 880px; margin: 0 auto; }
.quote-wrap .ph { border-radius: 50%; aspect-ratio: 1/1; min-height: 0; }
.quote-mark { font-family: var(--display); font-size: 4rem; line-height: .6; color: var(--lavender); }
blockquote { margin: 0; }
blockquote p { font-family: var(--display); font-size: clamp(1.4rem, 2.4vw, 1.95rem); line-height: 1.3; color: var(--navy); font-weight: 500; margin-bottom: 1rem; }
blockquote cite { font-style: normal; font-weight: 600; color: var(--cobalt); font-family: var(--body); font-size: .98rem; }blockquote cite span { display: block; font-weight: 400; color: var(--muted); }
@media (max-width: 640px) { .quote-wrap { grid-template-columns: 1fr; gap: 22px; text-align: left; } .quote-wrap .ph { width: 120px; } }

/* ============================================================
   Step timeline
   ============================================================ */
.steps { position: relative; max-width: 760px; margin: 0 auto; }
.steps::before {
  content: ""; position: absolute; left: 31px; top: 40px; bottom: 40px; width: 2px;
  background: linear-gradient(var(--lavender), var(--cobalt)); border-radius: 2px;
}
.step { position: relative; display: grid; grid-template-columns: 64px 1fr; gap: 26px; padding: 22px 0; }
.step-node {
  width: 64px; height: 64px; border-radius: 50%; background: var(--navy); color: #fff;
  display: flex; align-items: center; justify-content: center; font-family: var(--display);
  font-size: 1.5rem; font-weight: 500; position: relative; z-index: 1; box-shadow: 0 0 0 8px var(--white);
}
.step-card { background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 22px 26px; box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.step-card:hover { transform: translateX(6px); box-shadow: var(--shadow-md); border-color: var(--cobalt-50); }
.step-node { transition: transform .3s cubic-bezier(.34,1.56,.64,1), box-shadow .25s ease; }
.step:hover .step-node { transform: scale(1.1); box-shadow: 0 0 0 8px var(--white), 0 8px 18px rgba(28,108,160,.28); }
.step-card .step-ic { color: var(--cobalt); width: 26px; height: 26px; margin-bottom: 8px; }
.step-card h3 { font-size: 1.32rem; margin-bottom: .4rem; }
.step-card p { color: var(--muted); margin: 0; }
@media (max-width: 540px) {
  .steps::before { left: 23px; }
  .step { grid-template-columns: 48px 1fr; gap: 16px; }
  .step-node { width: 48px; height: 48px; font-size: 1.2rem; box-shadow: 0 0 0 6px var(--white); }
}

/* ============================================================
   Accordion
   ============================================================ */
.acc-group + .acc-group { margin-top: 40px; }
.acc-cat { font-size: .82rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--cobalt); margin-bottom: 14px; }
.acc-item { border-bottom: 1px solid var(--gray-200); }
.acc-item:first-of-type { border-top: 1px solid var(--gray-200); }
.acc-trigger {
  width: 100%; background: none; border: 0; cursor: pointer; text-align: left;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 24px 4px; font-family: var(--display); font-size: clamp(1.05rem,1.6vw,1.24rem); color: var(--navy); font-weight: 600;
  transition: color .2s ease, padding-left .2s ease;
}
.acc-trigger:hover { color: var(--cobalt); padding-left: 12px; }
.acc-trigger[aria-expanded="true"] { color: var(--cobalt); }
.acc-icon { flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; border: 1.5px solid var(--gray-300); position: relative; transition: border-color .2s, background .2s; }
.acc-icon::before, .acc-icon::after { content: ""; position: absolute; background: var(--cobalt); border-radius: 2px; top: 50%; left: 50%; transition: transform .25s ease; }
.acc-icon::before { width: 11px; height: 2px; transform: translate(-50%,-50%); }
.acc-icon::after  { width: 2px; height: 11px; transform: translate(-50%,-50%); }
.acc-trigger[aria-expanded="true"] .acc-icon { background: var(--cobalt-50); border-color: var(--cobalt); }
.acc-trigger[aria-expanded="true"] .acc-icon::after { transform: translate(-50%,-50%) scaleY(0); }
.acc-panel { overflow: hidden; max-height: 0; transition: max-height .3s ease; }
.acc-panel-inner { padding: 0 4px 26px; color: var(--muted); max-width: 760px; }
.acc-panel-inner p { margin: 0; }
.acc-panel-inner a { font-weight: 600; }

/* ============================================================
   Forms
   ============================================================ */
.form-card { background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: clamp(26px, 4vw, 44px); box-shadow: var(--shadow-md); }
.field { margin-bottom: 20px; }
.field label { display: block; font-weight: 600; font-size: .94rem; color: var(--navy); margin-bottom: 7px; }
.field .opt { font-weight: 400; color: var(--faint); }
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--body); font-size: 1rem; color: var(--text);
  padding: 14px 16px; border: 1.5px solid var(--gray-300); border-radius: var(--radius-sm); background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.field textarea { resize: vertical; min-height: 120px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--cobalt); box-shadow: 0 0 0 3px var(--cobalt-50); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: #c0392b; }
.field .err { color: #c0392b; font-size: .85rem; margin-top: 6px; display: none; }
.field .err.show { display: block; }
.row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 560px) { .row-2 { grid-template-columns: 1fr; gap: 0; } }
.consent { display: flex; gap: 12px; align-items: flex-start; margin: 6px 0 24px; }
.consent input { width: 20px; height: 20px; flex-shrink: 0; margin-top: 3px; accent-color: var(--cobalt); }
.consent label { font-weight: 400; font-size: .92rem; color: var(--muted); margin: 0; }

/* contact methods */
.contact-methods { display: grid; gap: 18px; }
.contact-method { display: flex; gap: 16px; align-items: flex-start; }
.contact-method .ic { width: 44px; height: 44px; flex-shrink: 0; border-radius: 12px; background: var(--lavender-50); color: var(--cobalt); display: flex; align-items: center; justify-content: center; }
.contact-method .ic svg { width: 22px; height: 22px; }
.contact-method h4 { font-family: var(--body); font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--faint); margin-bottom: 3px; }
.contact-method p { margin: 0; color: var(--text); font-weight: 500; }
.contact-method address { font-style: normal; color: var(--muted); font-size: .96rem; line-height: 1.5; }

/* ============================================================
   Footer
   ============================================================ */
.site-footer { background: var(--navy); color: #c6d3e0; padding-top: 70px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 54px; }
.site-footer .brand .wordmark { color: #fff; }
.footer-about p { color: #9fb2c6; max-width: 320px; margin: 18px 0 0; font-size: .96rem; }
.footer-col h4 { font-family: var(--body); color: #fff; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 16px; font-weight: 700; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.footer-col a { color: #c6d3e0; font-size: .96rem; }
.footer-col a:hover { color: #fff; }
.footer-col address { font-style: normal; color: #9fb2c6; font-size: .94rem; line-height: 1.6; margin-bottom: 14px; }
.social-row { display: flex; gap: 12px; margin-top: 6px; }
.social-row a { width: 40px; height: 40px; border-radius: 10px; border: 1px solid rgba(255,255,255,.16); display: flex; align-items: center; justify-content: center; color: #c6d3e0; }
.social-row a:hover { background: rgba(255,255,255,.08); color: #fff; }
.social-row svg { width: 19px; height: 19px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 26px 0 30px; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 8px 22px; align-items: center; justify-content: space-between; }
.footer-legal .legal-links { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.footer-legal .legal-links a { color: #9fb2c6; font-size: .88rem; }
.footer-legal .copy { color: #7f93a8; font-size: .88rem; }
.footer-disclaimer { margin-top: 18px; color: #61788f; font-size: .76rem; line-height: 1.6; max-width: 920px; }
@media (max-width: 860px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .footer-about { grid-column: 1 / -1; }
}
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }

/* ============================================================
   Misc utilities & motion
   ============================================================ */
.values-band { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
@media (max-width: 760px){ .values-band { grid-template-columns: 1fr; gap: 22px; } }
.value-item { padding: 4px; }
.value-item .ic { width: 56px; height: 56px; padding: 14px; box-sizing: border-box; color: var(--cobalt); margin-bottom: 16px; background: var(--lavender-50); border-radius: 16px; transition: transform .3s ease, background .25s ease, color .25s ease; }
.value-item:hover .ic { transform: translateY(-4px) rotate(-4deg); background: var(--cobalt); color: #fff; }
.value-item h3 { font-size: 1.3rem; margin-bottom: .4rem; }
.value-item p { color: var(--muted); margin: 0; }
.band-navy .value-item h3 { color: #fff; }
.band-navy .value-item p { color: #c6d3e0; }
.band-navy .value-item .ic { color: var(--lavender); background: rgba(255,255,255,.08); }
.band-navy .value-item:hover .ic { background: var(--lavender); color: var(--navy); }
.band-lav .value-item .ic { background: #fff; }
.value-item.center .ic, .value-item[style*="center"] .ic { margin-left: auto; margin-right: auto; }

.dropcap::first-letter { font-family: var(--display); float: left; font-size: 4.6rem; line-height: .82; padding: 6px 12px 0 0; color: var(--cobalt); font-weight: 500; }
.pullquote { font-family: var(--display); font-size: clamp(1.5rem,2.6vw,2.1rem); line-height: 1.28; color: var(--navy); border-left: 3px solid var(--lavender); padding-left: 28px; margin: 40px 0; font-weight: 500; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
.grid > .reveal:nth-child(2), .values-band > .reveal:nth-child(2) { transition-delay: .08s; }
.grid > .reveal:nth-child(3), .values-band > .reveal:nth-child(3) { transition-delay: .16s; }
.grid > .reveal:nth-child(4) { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }

/* ============================================================
   Legal / document pages
   ============================================================ */
.legal-hero { background: var(--gray); border-bottom: 1px solid var(--gray-200); padding: clamp(52px,7vw,96px) 0 clamp(34px,4vw,52px); }
.legal-hero h1 { font-size: clamp(2rem,4vw,3rem); }
.legal-hero .dates { display: flex; flex-wrap: wrap; gap: 4px 24px; color: var(--faint); font-size: .92rem; margin-top: 1.1rem; }
.legal-hero .dates strong { color: var(--muted); font-weight: 600; }

.legal-body { padding: clamp(44px,6vw,80px) 0; }
.legal-grid { display: grid; grid-template-columns: 232px 1fr; gap: clamp(34px,5vw,68px); align-items: start; }
.toc { position: sticky; top: 100px; }
.toc h2 { font-family: var(--body); font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; color: var(--faint); font-weight: 700; margin-bottom: 14px; }
.toc ol { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; counter-reset: toc; }
.toc li { counter-increment: toc; }
.toc a { color: var(--muted); font-size: .92rem; display: flex; gap: 8px; line-height: 1.4; }
.toc a::before { content: counter(toc) "."; color: var(--lavender); font-weight: 600; }
.toc a:hover { color: var(--cobalt); text-decoration: none; }

.prose { max-width: 720px; }
.prose > section { scroll-margin-top: 100px; }
.prose > section + section { margin-top: 2.4em; }
.prose h2 { font-size: clamp(1.22rem,1.9vw,1.5rem); margin: 0 0 .55em; }
.prose h3 { font-size: 1.06rem; color: var(--navy); margin: 1.4em 0 .35em; }
.prose p, .prose li { color: var(--muted); font-size: 1rem; line-height: 1.72; }
.prose p { margin: 0 0 1em; }
.prose ul, .prose ol.list { padding-left: 1.3em; margin: 0 0 1.1em; }
.prose li { margin-bottom: .45em; }
.prose strong { color: var(--navy); }
.prose a { font-weight: 500; }

.notice-box { background: var(--lavender-50); border: 1px solid var(--lavender-200); border-radius: var(--radius); padding: 20px 24px; margin-bottom: 36px; }
.notice-box p { margin: 0; color: var(--navy); font-size: .96rem; line-height: 1.6; }

.legal-table { width: 100%; border-collapse: collapse; margin: 6px 0 18px; font-size: .9rem; }
.legal-table th, .legal-table td { text-align: left; padding: 11px 14px; border: 1px solid var(--gray-200); vertical-align: top; }
.legal-table th { background: var(--gray); color: var(--navy); font-weight: 600; }
.legal-table td { color: var(--muted); line-height: 1.55; }

.entity-card { display: grid; gap: 8px; background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 22px 24px; margin: 4px 0 4px; }
.entity-card div { display: grid; grid-template-columns: 180px 1fr; gap: 6px 18px; font-size: .96rem; }
.entity-card dt { color: var(--faint); }
.entity-card dd { margin: 0; color: var(--navy); font-weight: 500; }
@media (max-width: 520px) { .entity-card div { grid-template-columns: 1fr; gap: 0 0; } .entity-card dd { margin-bottom: 8px; } }

@media (max-width: 860px) {
  .legal-grid { grid-template-columns: 1fr; gap: 0; }
  .toc { display: none; }
}
