@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('../fonts/figtree-variable.woff2') format('woff2-variations');
}

:root {
  --bg: #F5F3F4;
  --surface: #FFFFFF;
  --surface-2: #FBF9F7;
  --navy-band: #081120;
  --navy-band-2: #0E1A30;
  --text: #0C1420;
  --text-muted: #5B5D63;
  --on-navy: #F5F3F4;
  --on-navy-muted: #A9B1BE;
  --border: rgba(8, 17, 32, 0.1);
  --accent: #FF7A01;
  --accent-dark: #E06B00;
  --on-accent: #FFFFFF;
  --peach: #FFD0A6;
  --peach-strong: #FFBE85;
  --peach-muted: rgba(255, 122, 1, 0.14);
  --shadow-card: 0 20px 44px -18px rgba(8, 17, 32, 0.28), 0 2px 8px -2px rgba(8, 17, 32, 0.08);
  --shadow-float: 0 24px 48px -16px rgba(8, 17, 32, 0.32);
  --radius-sm: 7px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --container: 1220px;
  --dur: 0.2s;
}

@media (prefers-color-scheme: dark) {
  :root {
    --bg: #0A0E17;
    --surface: #121A2B;
    --surface-2: #16203450;
    --navy-band: #0D1526;
    --navy-band-2: #101A2E;
    --text: #F1EEE9;
    --text-muted: #A6ABB5;
    --on-navy: #F1EEE9;
    --on-navy-muted: #8D96A5;
    --border: rgba(241, 238, 233, 0.12);
    --accent: #FF8A2E;
    --accent-dark: #FFA054;
    --on-accent: #0A0E17;
    --peach: #3A2C22;
    --peach-strong: #4A3626;
    --peach-muted: rgba(255, 138, 46, 0.16);
    --shadow-card: 0 20px 44px -18px rgba(0, 0, 0, 0.55), 0 2px 8px -2px rgba(0, 0, 0, 0.35);
    --shadow-float: 0 24px 48px -16px rgba(0, 0, 0, 0.6);
  }
}

:root[data-theme="dark"] {
  --bg: #0A0E17;
  --surface: #121A2B;
  --surface-2: #16203450;
  --navy-band: #0D1526;
  --navy-band-2: #101A2E;
  --text: #F1EEE9;
  --text-muted: #A6ABB5;
  --on-navy: #F1EEE9;
  --on-navy-muted: #8D96A5;
  --border: rgba(241, 238, 233, 0.12);
  --accent: #FF8A2E;
  --accent-dark: #FFA054;
  --on-accent: #0A0E17;
  --peach: #3A2C22;
  --peach-strong: #4A3626;
  --peach-muted: rgba(255, 138, 46, 0.16);
  --shadow-card: 0 20px 44px -18px rgba(0, 0, 0, 0.55), 0 2px 8px -2px rgba(0, 0, 0, 0.35);
  --shadow-float: 0 24px 48px -16px rgba(0, 0, 0, 0.6);
}

:root[data-theme="light"] {
  --bg: #F5F3F4;
  --surface: #FFFFFF;
  --surface-2: #FBF9F7;
  --navy-band: #081120;
  --navy-band-2: #0E1A30;
  --text: #0C1420;
  --text-muted: #5B5D63;
  --on-navy: #F5F3F4;
  --on-navy-muted: #A9B1BE;
  --border: rgba(8, 17, 32, 0.1);
  --accent: #FF7A01;
  --accent-dark: #E06B00;
  --on-accent: #FFFFFF;
  --peach: #FFD0A6;
  --peach-strong: #FFBE85;
  --peach-muted: rgba(255, 122, 1, 0.14);
  --shadow-card: 0 20px 44px -18px rgba(8, 17, 32, 0.28), 0 2px 8px -2px rgba(8, 17, 32, 0.08);
  --shadow-float: 0 24px 48px -16px rgba(8, 17, 32, 0.32);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

h1, h2, h3, h4 {
  margin: 0;
  font-weight: 700;
  color: var(--text);
  text-wrap: balance;
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(2.3rem, 1.35rem + 3.6vw, 4rem); line-height: 1.08; }
h2 { font-size: clamp(1.7rem, 1.25rem + 2vw, 2.75rem); line-height: 1.15; }
h3 { font-size: 1.375rem; line-height: 1.3; }

p { margin: 0; }

.body-lg { font-size: 1.125rem; font-weight: 500; line-height: 1.65; color: var(--text-muted); }
.body-md { font-size: 1rem; font-weight: 500; line-height: 1.6; color: var(--text-muted); }
.body-sm { font-size: 0.875rem; font-weight: 500; line-height: 1.5; color: var(--text-muted); }

a { color: inherit; text-decoration: none; }

.icon { width: 1em; height: 1em; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 2vw + 0.5rem, 3rem);
}

.section { padding: clamp(3.5rem, 4vw + 2rem, 6.5rem) 0; }
.section--tight { padding: clamp(2.5rem, 3vw + 1.5rem, 4.5rem) 0; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  background: var(--peach-muted);
  color: var(--accent);
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding: 0.5em 0.9em;
  border-radius: var(--radius-sm);
  margin-bottom: 1.25rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55em;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.95em 1.7em;
  border-radius: var(--radius-sm);
  border: none;
  cursor: pointer;
  transition: transform var(--dur) ease, background var(--dur) ease, box-shadow var(--dur) ease, border-color var(--dur) ease;
  white-space: nowrap;
  font-family: inherit;
}
.btn .icon { width: 1.05em; height: 1.05em; }
.btn-primary { background: var(--accent); color: var(--on-accent); box-shadow: 0 10px 24px -10px color-mix(in srgb, var(--accent) 60%, transparent); }
.btn-primary:hover { background: var(--accent-dark); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--text); border: 1.5px solid var(--border); }
.btn-outline:hover { border-color: var(--text); transform: translateY(-2px); }
.btn-ghost-invert { background: transparent; color: var(--on-navy); border: 1.5px solid rgba(245,243,244,0.3); }
.btn-ghost-invert:hover { border-color: var(--on-navy); transform: translateY(-2px); }
.btn:focus-visible, a:focus-visible, button:focus-visible, select:focus-visible, textarea:focus-visible, input:focus-visible {
  outline: 2.5px solid var(--accent); outline-offset: 2px;
}
.btn-block { width: 100%; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: color-mix(in srgb, var(--surface) 88%, transparent);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; height: 84px; gap: 1.5rem; }
.logo { display: flex; align-items: center; gap: 0.65rem; font-size: 1.25rem; font-weight: 800; letter-spacing: -0.015em; }
.logo-mark { width: 40px; height: 40px; flex: none; }
.logo-text b { color: var(--text); }
.logo-text span { color: var(--accent); }

.primary-nav { display: flex; align-items: center; gap: 2.1rem; }
.primary-nav a {
  font-size: 0.95rem; font-weight: 600; color: var(--text-muted);
  padding: 0.4rem 0.1rem; position: relative; transition: color var(--dur) ease;
}
.primary-nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -4px; height: 2px;
  background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform var(--dur) ease;
}
.primary-nav a:hover { color: var(--text); }
.primary-nav a[aria-current="page"] { color: var(--text); }
.primary-nav a[aria-current="page"]::after { transform: scaleX(1); }

.header-actions { display: flex; align-items: center; gap: 1rem; }
.nav-toggle {
  display: none; background: none; border: none; color: var(--text); cursor: pointer; padding: 0.4rem;
}
.nav-toggle .icon { width: 26px; height: 26px; }

@media (max-width: 900px) {
  .primary-nav {
    position: fixed; inset: 84px 0 0 0; background: var(--bg);
    flex-direction: column; align-items: flex-start; gap: 0; padding: 1.5rem clamp(1.25rem,4vw,3rem);
    transform: translateY(-8px); opacity: 0; pointer-events: none; transition: opacity var(--dur) ease, transform var(--dur) ease;
    border-top: 1px solid var(--border); overflow-y: auto;
  }
  .primary-nav a { width: 100%; padding: 0.9rem 0; border-bottom: 1px solid var(--border); font-size: 1.05rem; }
  body.nav-open .primary-nav { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .nav-toggle { display: inline-flex; }
  .header-cta { display: none; }
}
@media (max-width: 420px) {
  .logo-text { font-size: 0.92rem; }
}

/* ---------- Draft badge ---------- */
.draft-badge {
  position: fixed; left: 1rem; bottom: 1rem; z-index: 50;
  display: flex; align-items: center; gap: 0.6rem;
  background: var(--navy-band); color: var(--on-navy);
  border-radius: 999px; padding: 0.6rem 0.6rem 0.6rem 1rem;
  box-shadow: var(--shadow-float); font-size: 0.8125rem; font-weight: 600;
  max-width: min(88vw, 360px);
}
.draft-badge b { color: var(--accent); }
.draft-badge button {
  background: rgba(245,243,244,0.14); border: none; color: var(--on-navy); width: 24px; height: 24px;
  border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; flex: none;
}
.draft-badge .icon { width: 14px; height: 14px; }
.draft-badge.is-hidden { display: none; }

/* ---------- Back to top ---------- */
.back-to-top {
  position: fixed; right: 1rem; bottom: 1rem; z-index: 50;
  width: 46px; height: 46px; border-radius: 50%; border: none; cursor: pointer;
  background: var(--accent); color: var(--on-accent); box-shadow: var(--shadow-float);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transform: translateY(8px); pointer-events: none;
  transition: opacity var(--dur) ease, transform var(--dur) ease, background var(--dur) ease;
}
.back-to-top.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.back-to-top:hover { background: var(--accent-dark); }
.back-to-top .icon { width: 20px; height: 20px; }

/* ---------- Hero ---------- */
.hero .container {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 4vw, 4rem); align-items: center;
  padding-top: clamp(2.5rem, 4vw, 4.5rem); padding-bottom: clamp(3rem, 5vw, 5rem);
}
.hero-copy p.body-lg { margin: 1.4rem 0 2rem; max-width: 46ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; }

.hero-visual { position: relative; }
.hero-visual-frame { position: relative; padding-top: 8%; }
.hero-circle {
  position: absolute; top: 0; right: 8%; width: 78%; aspect-ratio: 1; border-radius: 50%;
  background: var(--peach); z-index: 0;
}
.photo-placeholder {
  position: relative; z-index: 1; border-radius: var(--radius-lg); overflow: hidden;
  aspect-ratio: 4 / 4.6; margin-left: 6%;
  background:
    repeating-linear-gradient(135deg, color-mix(in srgb, var(--navy-band) 92%, transparent) 0 2px, transparent 2px 22px),
    linear-gradient(155deg, var(--navy-band) 0%, var(--navy-band-2) 55%, color-mix(in srgb, var(--accent) 35%, var(--navy-band)) 130%);
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-card);
}
.photo-placeholder .icon { width: 30%; height: 30%; color: rgba(245,243,244,0.22); stroke-width: 1.1; }
.photo-placeholder img, .story-photo img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0;
}
.photo-tag {
  position: absolute; left: 0.9rem; top: 0.9rem; background: rgba(8,17,32,0.55); color: var(--on-navy);
  font-size: 0.75rem; font-weight: 600; padding: 0.45em 0.75em; border-radius: var(--radius-sm);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.hero-strokes { position: absolute; top: -6%; left: -2%; width: 30%; color: var(--accent); z-index: 2; opacity: 0.8; }

.float-card {
  position: absolute; z-index: 3; left: -4%; bottom: 6%; width: min(280px, 78%);
  background: var(--surface); border-radius: var(--radius-md); box-shadow: var(--shadow-float);
  padding: 1.15rem 1.25rem; border: 1px solid var(--border);
}
.float-card .avatars { display: flex; margin-bottom: 0.8rem; }
.float-card .avatars span {
  width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 0.7rem; font-weight: 700; color: var(--on-navy); border: 2.5px solid var(--surface);
  margin-right: -10px; background: var(--navy-band);
}
.float-card .avatars span:nth-child(2) { background: var(--accent); color: var(--on-accent); }
.float-card .avatars span:nth-child(3) { background: var(--peach-strong); color: var(--navy-band); }
.float-card p.title { font-size: 0.95rem; font-weight: 700; margin-bottom: 0.65rem; }
.float-card .chips { display: flex; flex-direction: column; gap: 0.4rem; }
.float-card .chip { display: flex; align-items: center; gap: 0.5rem; font-size: 0.8125rem; font-weight: 600; color: var(--text-muted); }
.float-card .chip .icon { width: 15px; height: 15px; color: var(--accent); flex: none; }

@media (max-width: 900px) {
  .hero .container { grid-template-columns: 1fr; }
  .hero-visual { margin-top: 3rem; max-width: 420px; }
  .float-card { position: static; width: 100%; margin-top: 1.25rem; }
  .hero-circle { right: 4%; }
}

/* ---------- Stats ---------- */
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.stat-card {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md);
  padding: 1.75rem 1.5rem; display: flex; flex-direction: column; gap: 0.9rem;
}
.stat-card .icon-wrap {
  width: 44px; height: 44px; border-radius: var(--radius-sm); background: var(--peach-muted);
  color: var(--accent); display: flex; align-items: center; justify-content: center;
}
.stat-card .icon-wrap .icon { width: 22px; height: 22px; }
.stat-card .value { font-size: 1.9rem; font-weight: 800; color: var(--text); letter-spacing: -0.02em; }
.stat-card .label { font-size: 0.875rem; font-weight: 600; color: var(--text-muted); line-height: 1.4; }

@media (max-width: 900px) { .stats-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .stats-grid { grid-template-columns: 1fr; } }

/* ---------- Section headers ---------- */
.section-head { max-width: 62ch; margin-bottom: clamp(2rem, 3vw, 3rem); }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head p.body-lg { margin-top: 1rem; }

/* ---------- Services ---------- */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.service-card {
  position: relative; border-radius: var(--radius-lg); overflow: hidden; min-height: 420px;
  background: linear-gradient(175deg, var(--navy-band) 0%, var(--navy-band-2) 100%);
  display: flex; flex-direction: column; justify-content: flex-end; cursor: pointer;
  border: 1px solid var(--border); transition: box-shadow var(--dur) ease;
}
.service-card .service-visual {
  position: absolute; inset: 0;
  background: repeating-linear-gradient(120deg, rgba(245,243,244,0.05) 0 2px, transparent 2px 26px);
}
.service-card .service-visual .icon {
  position: absolute; right: 8%; top: 12%; width: 34%; height: 34%; color: rgba(245,243,244,0.14); stroke-width: 1;
}
.service-card .service-num {
  position: relative; z-index: 1; margin: 1.5rem 1.5rem 0; font-size: 0.8rem; font-weight: 700;
  color: var(--on-navy-muted); letter-spacing: 0.08em;
}
.service-panel {
  position: relative; z-index: 1; margin: 1rem 0 0; padding: 1.5rem; border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  background: color-mix(in srgb, var(--navy-band) 55%, transparent); transition: background var(--dur) ease;
}
.service-card .icon-wrap {
  width: 46px; height: 46px; border-radius: var(--radius-sm); background: rgba(245,243,244,0.12);
  color: var(--on-navy); display: flex; align-items: center; justify-content: center; margin-bottom: 1rem;
  transition: background var(--dur) ease, color var(--dur) ease;
}
.service-card .icon-wrap .icon { width: 24px; height: 24px; }
.service-card h3 { color: var(--on-navy); margin-bottom: 0.6rem; }
.service-card p.desc { color: var(--on-navy-muted); font-size: 0.9375rem; line-height: 1.55; }
.service-card .tag {
  display: inline-block; margin-top: 1rem; font-size: 0.8125rem; font-weight: 700; color: var(--accent);
}
.service-card:hover .service-panel,
.service-card.is-active .service-panel { background: var(--accent); }
.service-card:hover .icon-wrap,
.service-card.is-active .icon-wrap { background: rgba(255,255,255,0.22); color: #fff; }
.service-card:hover p.desc,
.service-card.is-active p.desc { color: rgba(255,255,255,0.92); }
.service-card:hover .tag,
.service-card.is-active .tag { color: #fff; }
.service-card:hover h3,
.service-card.is-active h3 { color: #fff; }
.service-card:hover, .service-card.is-active { box-shadow: var(--shadow-card); }

@media (max-width: 980px) { .services-grid { grid-template-columns: 1fr; } .service-card { min-height: 340px; } }

/* ---------- Process ---------- */
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; counter-reset: step; }
.process-step { position: relative; padding-top: 0.5rem; }
.process-step .num {
  font-size: 2.5rem; font-weight: 800; line-height: 1; margin-bottom: 1rem; color: var(--accent);
}
@supports (-webkit-text-stroke: 1px black) {
  .process-step .num { color: transparent; -webkit-text-stroke: 1.5px var(--accent); }
}
.process-step h3 { margin-bottom: 0.5rem; font-size: 1.15rem; }
.process-step::after {
  content: ""; position: absolute; top: 2.2rem; left: 100%; width: 1.5rem; height: 2px; background: var(--border);
  margin-left: -0.25rem;
}
.process-step:last-child::after { display: none; }
@media (max-width: 980px) {
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-step::after { display: none; }
}
@media (max-width: 560px) { .process-grid { grid-template-columns: 1fr; } }

/* ---------- Value props ---------- */
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.value-card {
  background: var(--surface-2); border: 1px solid var(--border); border-radius: var(--radius-md);
  padding: 1.6rem; display: flex; flex-direction: column; gap: 0.9rem;
}
.value-card .icon-wrap {
  width: 46px; height: 46px; border-radius: 50%; background: var(--peach-muted); color: var(--accent);
  display: flex; align-items: center; justify-content: center;
}
.value-card .icon-wrap .icon { width: 22px; height: 22px; }
.value-card h3 { font-size: 1.05rem; }
@media (max-width: 980px) { .values-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .values-grid { grid-template-columns: 1fr; } }

/* ---------- CTA band ---------- */
.cta-band { background: var(--navy-band); color: var(--on-navy); position: relative; overflow: hidden; }
.cta-band .container {
  display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap;
  padding-top: clamp(3rem, 4vw, 4.5rem); padding-bottom: clamp(3rem, 4vw, 4.5rem);
}
.cta-band .eyebrow { background: rgba(255,122,1,0.2); }
.cta-band h2 { color: var(--on-navy); max-width: 26ch; }
.cta-band p.body-lg { color: var(--on-navy-muted); margin-top: 0.9rem; max-width: 44ch; }
.cta-band-circle {
  position: absolute; width: 380px; height: 380px; border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--accent) 30%, transparent) 0%, transparent 70%);
  right: -120px; top: -160px; pointer-events: none;
}

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-band); color: var(--on-navy); border-top: 1px solid rgba(245,243,244,0.08); }
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 0.8fr 1fr 1fr; gap: 2.5rem;
  padding: clamp(3rem, 4vw, 4.5rem) 0 2.5rem;
}
.footer-brand p.body-md { color: var(--on-navy-muted); margin-top: 0.9rem; max-width: 32ch; }
.footer-col h4 { color: var(--on-navy); font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 1.1rem; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.75rem; }
.footer-col a, .footer-col li { color: var(--on-navy-muted); font-size: 0.9375rem; font-weight: 500; }
.footer-col a:hover { color: var(--on-navy); }
.footer-social { display: flex; gap: 0.6rem; margin-top: 1.25rem; }
.footer-social a {
  width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(245,243,244,0.18);
  display: flex; align-items: center; justify-content: center; transition: background var(--dur) ease, border-color var(--dur) ease;
}
.footer-social a:hover { background: var(--accent); border-color: var(--accent); }
.footer-social .icon { width: 17px; height: 17px; }
.footer-bottom {
  border-top: 1px solid rgba(245,243,244,0.08); padding: 1.5rem 0; display: flex; justify-content: space-between;
  flex-wrap: wrap; gap: 0.75rem; font-size: 0.8125rem; color: var(--on-navy-muted);
}
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }

/* ---------- Page header (About / Contact banners) ---------- */
.page-banner { padding: clamp(3rem, 5vw, 5rem) 0 clamp(2rem, 3vw, 3rem); }
.page-banner .eyebrow { margin-bottom: 1rem; }
.page-banner h1 { font-size: clamp(2rem, 1.3rem + 2.6vw, 3.25rem); max-width: 20ch; }
.page-banner p.body-lg { margin-top: 1.1rem; max-width: 52ch; }

/* ---------- About: story / mission ---------- */
.story-grid { display: grid; grid-template-columns: 1fr 0.85fr; gap: clamp(2rem, 4vw, 4rem); align-items: center; }
.story-copy p.body-lg { margin-top: 1.1rem; }
.story-photo {
  position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 1/1;
  background: linear-gradient(160deg, var(--peach) 0%, var(--peach-strong) 45%, var(--navy-band) 130%);
  display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-card);
}
.story-photo .icon { width: 26%; height: 26%; color: rgba(8,17,32,0.28); stroke-width: 1.1; }
.story-photo .photo-tag { background: rgba(8,17,32,0.6); }
@media (max-width: 900px) { .story-grid { grid-template-columns: 1fr; } .story-photo { order: -1; max-width: 420px; margin: 0 auto; } }

.mv-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.mv-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 1.9rem; }
.mv-card .icon-wrap {
  width: 46px; height: 46px; border-radius: var(--radius-sm); background: var(--navy-band); color: var(--on-navy);
  display: flex; align-items: center; justify-content: center; margin-bottom: 1.1rem;
}
.mv-card .icon-wrap .icon { width: 23px; height: 23px; }
.mv-card h3 { margin-bottom: 0.7rem; }
@media (max-width: 700px) { .mv-grid { grid-template-columns: 1fr; } }

.reasons-list { display: flex; flex-direction: column; gap: 1.1rem; max-width: 68ch; }
.reasons-list li { list-style: none; display: flex; gap: 0.9rem; align-items: flex-start; }
.reasons-list .icon-wrap {
  width: 30px; height: 30px; border-radius: 50%; background: var(--peach-muted); color: var(--accent);
  display: flex; align-items: center; justify-content: center; flex: none; margin-top: 0.1rem;
}
.reasons-list .icon-wrap .icon { width: 16px; height: 16px; }
.reasons-list ul { margin: 0; padding: 0; display: flex; flex-direction: column; gap: 1.1rem; }

/* ---------- Contact page ---------- */
.contact-grid { display: grid; grid-template-columns: 1.2fr 0.9fr; gap: clamp(2rem, 3vw, 3rem); align-items: flex-start; }
.contact-note {
  display: flex; gap: 0.7rem; align-items: flex-start; background: var(--peach-muted); color: var(--accent-dark);
  border-radius: var(--radius-md); padding: 1rem 1.15rem; font-size: 0.875rem; font-weight: 600; margin-bottom: 2rem;
  max-width: 68ch;
}
.contact-note .icon { width: 18px; height: 18px; flex: none; margin-top: 0.15rem; color: var(--accent); }

.contact-form { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: clamp(1.5rem, 2.5vw, 2.5rem); box-shadow: var(--shadow-card); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-field { display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 1.15rem; }
.form-field label { font-size: 0.875rem; font-weight: 700; color: var(--text); }
.form-field input, .form-field select, .form-field textarea {
  font-family: inherit; font-size: 0.9375rem; font-weight: 500; color: var(--text);
  background: var(--bg); border: 1.5px solid var(--border); border-radius: var(--radius-sm);
  padding: 0.75em 0.9em; transition: border-color var(--dur) ease;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--accent); outline: none; }
.form-field textarea { resize: vertical; min-height: 110px; }
.form-success {
  display: none; align-items: flex-start; gap: 0.7rem; background: var(--peach-muted); color: var(--accent-dark);
  border-radius: var(--radius-sm); padding: 0.9rem 1rem; font-size: 0.875rem; font-weight: 600; margin-top: 1rem;
}
.form-success.is-visible { display: flex; }
.form-success .icon { width: 18px; height: 18px; flex: none; margin-top: 0.1rem; }
@media (max-width: 560px) { .form-row { grid-template-columns: 1fr; } }

.info-card {
  background: var(--navy-band); color: var(--on-navy); border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 2.5vw, 2.25rem); display: flex; flex-direction: column; gap: 1.35rem;
  box-shadow: var(--shadow-card); margin-bottom: 1.5rem;
}
.info-row { display: flex; gap: 0.9rem; align-items: flex-start; }
.info-row .icon-wrap {
  width: 38px; height: 38px; border-radius: var(--radius-sm); background: rgba(255,122,1,0.18); color: var(--accent);
  display: flex; align-items: center; justify-content: center; flex: none;
}
.info-row .icon-wrap .icon { width: 19px; height: 19px; }
.info-row .label { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--on-navy-muted); margin-bottom: 0.25rem; }
.info-row .value { font-size: 0.9375rem; font-weight: 600; color: var(--on-navy); }
.info-row .value.placeholder { font-style: italic; color: var(--on-navy-muted); font-weight: 500; }

.map-placeholder {
  border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 16/11; position: relative;
  background:
    radial-gradient(circle at 32% 38%, color-mix(in srgb, var(--accent) 25%, transparent) 0%, transparent 45%),
    repeating-linear-gradient(0deg, var(--border) 0 1px, transparent 1px 44px),
    repeating-linear-gradient(90deg, var(--border) 0 1px, transparent 1px 44px),
    var(--surface-2);
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 0.5rem;
}
.map-placeholder .icon { width: 30px; height: 30px; color: var(--accent); }
.map-placeholder span { font-size: 0.8125rem; font-weight: 600; color: var(--text-muted); }

@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
