/* ============================================================
   Ocean Edge Handyman — Coastal Home-Service Design System
   Palette: Ocean navy + coastal blue + sand + seafoam
   ============================================================ */

:root {
  /* Type scale (fluid) */
  --text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.8125rem);
  --text-sm: clamp(0.875rem, 0.82rem + 0.25vw, 0.9375rem);
  --text-base: clamp(1rem, 0.96rem + 0.2vw, 1.0625rem);
  --text-lg: clamp(1.125rem, 1rem + 0.6vw, 1.375rem);
  --text-xl: clamp(1.5rem, 1.2rem + 1.2vw, 2.125rem);
  --text-2xl: clamp(2rem, 1.3rem + 2.6vw, 3.25rem);
  --text-3xl: clamp(2.5rem, 1.4rem + 4vw, 4.25rem);

  /* Spacing (4px system) */
  --space-1: 0.25rem;  --space-2: 0.5rem;  --space-3: 0.75rem;
  --space-4: 1rem;     --space-5: 1.25rem; --space-6: 1.5rem;
  --space-8: 2rem;     --space-10: 2.5rem; --space-12: 3rem;
  --space-16: 4rem;    --space-20: 5rem;   --space-24: 6rem; --space-32: 8rem;

  /* Coastal palette (light) */
  --color-bg: #ffffff;
  --color-surface: #f7fafc;
  --color-surface-2: #eef4f8;
  --color-sand: #f5efe4;
  --color-sand-2: #efe6d6;
  --color-divider: #e2e8ec;
  --color-border: #d3dee5;

  --color-text: #12212e;        /* deep navy ink */
  --color-text-muted: #4a5b6a;
  --color-text-faint: #8395a3;
  --color-text-inverse: #f4f9fb;

  --color-navy: #0e2a43;        /* primary navy */
  --color-navy-2: #143a5c;
  --color-primary: #0f5f8f;     /* ocean blue accent (CTAs) */
  --color-primary-hover: #0c4c73;
  --color-primary-active: #093a58;
  --color-seafoam: #7fb8ad;
  --color-seafoam-soft: #dcefe9;

  --radius-sm: 0.375rem; --radius-md: 0.625rem; --radius-lg: 1rem;
  --radius-xl: 1.5rem;   --radius-full: 9999px;

  --transition-interactive: 200ms cubic-bezier(0.16, 1, 0.3, 1);

  --shadow-sm: 0 1px 3px rgba(14, 42, 67, 0.08);
  --shadow-md: 0 8px 24px rgba(14, 42, 67, 0.10);
  --shadow-lg: 0 20px 48px rgba(14, 42, 67, 0.16);

  --content-narrow: 680px;
  --content-default: 1000px;
  --content-wide: 1200px;

  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Plus Jakarta Sans', 'Helvetica Neue', system-ui, sans-serif;

  --header-h: 74px;
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  -webkit-text-size-adjust: none; text-size-adjust: none;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + var(--space-4));
}
body {
  min-height: 100dvh; line-height: 1.65;
  font-family: var(--font-body);
  font-size: var(--text-base);
  color: var(--color-text);
  background: var(--color-bg);
}
img, picture, video, svg { display: block; max-width: 100%; height: auto; }
ul[role='list'] { list-style: none; }
input, button, textarea, select { font: inherit; color: inherit; }

h1,h2,h3,h4 { font-family: var(--font-display); text-wrap: balance; line-height: 1.12; font-weight: 600; letter-spacing: -0.01em; color: var(--color-navy); font-feature-settings: "liga" 1, "dlig" 0, "swsh" 0, "salt" 0; -webkit-font-feature-settings: "liga" 1, "dlig" 0, "swsh" 0, "salt" 0; font-variation-settings: "SOFT" 0, "WONK" 0; }
p, li { text-wrap: pretty; }
p { max-width: 68ch; }

a { color: var(--color-primary); text-decoration: none; }
::selection { background: rgba(15, 95, 143, 0.18); }

:focus-visible { outline: 2px solid var(--color-primary); outline-offset: 3px; border-radius: var(--radius-sm); }

button { cursor: pointer; background: none; border: none; }

a, button, [role='button'], input, textarea, select {
  transition: color var(--transition-interactive), background var(--transition-interactive),
    border-color var(--transition-interactive), box-shadow var(--transition-interactive),
    transform var(--transition-interactive);
}

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

.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; }

/* ---------- Layout helpers ---------- */
.wrap { width: 100%; max-width: var(--content-wide); margin-inline: auto; padding-inline: var(--space-5); }
.wrap-narrow { max-width: var(--content-narrow); }
.wrap-default { max-width: var(--content-default); }
.section { padding-block: clamp(var(--space-16), 8vw, var(--space-32)); }
.section-sm { padding-block: clamp(var(--space-12), 6vw, var(--space-20)); }
.center { text-align: center; }

.eyebrow {
  display: inline-flex; align-items: center; gap: var(--space-2);
  font-family: var(--font-body); font-size: var(--text-xs); font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--color-primary);
  margin-bottom: var(--space-4);
}
.eyebrow::before { content: ''; width: 22px; height: 2px; background: var(--color-seafoam); border-radius: 2px; }
.eyebrow.center-eb { justify-content: center; }

.section-title { font-size: var(--text-2xl); }
.section-lead { font-size: var(--text-lg); color: var(--color-text-muted); max-width: 62ch; margin-top: var(--space-4); }
.center .section-lead { margin-inline: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: var(--space-2);
  font-weight: 600; font-size: var(--text-sm); line-height: 1;
  padding: 0.95rem 1.5rem; border-radius: var(--radius-full);
  text-align: center; white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; flex-shrink: 0; }
.btn-primary { background: var(--color-primary); color: #fff; box-shadow: 0 6px 18px rgba(15,95,143,0.28); }
.btn-primary:hover { background: var(--color-primary-hover); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(15,95,143,0.34); }
.btn-secondary { background: #fff; color: var(--color-navy); border: 1.5px solid var(--color-border); }
.btn-secondary:hover { border-color: var(--color-primary); color: var(--color-primary); transform: translateY(-2px); }
.btn-ghost { background: rgba(255,255,255,0.12); color: #fff; border: 1.5px solid rgba(255,255,255,0.4); backdrop-filter: blur(4px); }
.btn-ghost:hover { background: rgba(255,255,255,0.22); transform: translateY(-2px); }
.btn-lg { padding: 1.1rem 1.9rem; font-size: var(--text-base); }
.btn-block { width: 100%; }

/* ---------- Header ---------- */
.header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,0.92); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--color-divider);
  transition: box-shadow 0.3s ease;
}
.header--scrolled { box-shadow: var(--shadow-sm); }
.header__inner { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); }
.brand { display: inline-flex; align-items: center; gap: var(--space-3); }
.brand__mark { width: 40px; height: 40px; flex-shrink: 0; color: var(--color-navy); }
.brand__text { display: flex; flex-direction: column; line-height: 1.05; }
.brand__name { font-family: var(--font-display); font-weight: 600; font-size: 1.15rem; color: var(--color-navy); letter-spacing: -0.01em; }
.brand__tag { font-size: 0.62rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--color-seafoam); }

.nav { display: flex; align-items: center; gap: var(--space-6); }
.nav__links { display: flex; align-items: center; gap: var(--space-5); list-style: none; }
.nav__links a { color: var(--color-text-muted); font-size: var(--text-sm); font-weight: 500; }
.nav__links a:hover, .nav__links a[aria-current='page'] { color: var(--color-navy); }
.nav__cta { display: flex; align-items: center; gap: var(--space-3); }

.nav-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; color: var(--color-navy); }
.nav-toggle svg { width: 26px; height: 26px; }

/* Mobile nav panel */
.mnav { display: none; }

@media (max-width: 940px) {
  .nav__links, .nav__cta .btn-secondary { display: none; }
  .nav-toggle { display: inline-flex; }
  .mnav {
    display: block; position: fixed; inset: var(--header-h) 0 0 0; z-index: 55;
    background: #fff; padding: var(--space-6) var(--space-5) var(--space-8);
    transform: translateX(100%); transition: transform 0.32s cubic-bezier(0.16,1,0.3,1);
    overflow-y: auto;
  }
  .mnav.open { transform: translateX(0); }
  .mnav__links { list-style: none; display: flex; flex-direction: column; }
  .mnav__links a { display: block; padding: var(--space-4) 0; font-size: var(--text-lg); font-weight: 500; color: var(--color-navy); border-bottom: 1px solid var(--color-divider); }
  .mnav__cta { display: flex; flex-direction: column; gap: var(--space-3); margin-top: var(--space-6); }
}

/* ---------- Sticky mobile action bar ---------- */
.mobile-bar { display: none; }
@media (max-width: 940px) {
  .mobile-bar {
    display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 58;
    background: #fff; border-top: 1px solid var(--color-divider);
    padding: var(--space-3) var(--space-4) calc(var(--space-3) + env(safe-area-inset-bottom));
    gap: var(--space-3); box-shadow: 0 -6px 20px rgba(14,42,67,0.08);
  }
  .mobile-bar .btn { flex: 1; padding-inline: 0.5rem; }
  body { padding-bottom: 76px; }
}

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: var(--color-navy); color: #fff; }
.hero__media { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(105deg, rgba(9,26,42,0.94) 0%, rgba(9,26,42,0.82) 40%, rgba(9,26,42,0.35) 100%); }
.hero__inner { position: relative; z-index: 2; padding-block: clamp(var(--space-20), 12vw, var(--space-32)); max-width: 640px; }
.hero h1 { color: #fff; font-size: var(--text-3xl); line-height: 1.05; font-feature-settings: "liga" 1, "dlig" 0, "swsh" 0, "salt" 0; -webkit-font-feature-settings: "liga" 1, "dlig" 0, "swsh" 0, "salt" 0; }
.hero h1 .accent { color: var(--color-seafoam); font-style: italic; font-feature-settings: "liga" 0, "dlig" 0, "swsh" 0, "salt" 0, "calt" 0; -webkit-font-feature-settings: "liga" 0, "dlig" 0, "swsh" 0, "salt" 0, "calt" 0; font-variation-settings: "SOFT" 0, "WONK" 0; }
.hero__sub { font-size: var(--text-lg); color: rgba(244,249,251,0.9); margin-top: var(--space-5); max-width: 52ch; }
.hero__cta { display: flex; flex-wrap: wrap; gap: var(--space-4); margin-top: var(--space-8); }
.hero__trust { display: flex; flex-wrap: wrap; gap: var(--space-5); margin-top: var(--space-10); }
.hero__trust li { display: flex; align-items: center; gap: var(--space-2); font-size: var(--text-sm); font-weight: 500; color: rgba(244,249,251,0.95); list-style: none; }
.hero__trust svg { width: 18px; height: 18px; color: var(--color-seafoam); flex-shrink: 0; }
.hero__area { margin-top: var(--space-6); font-size: var(--text-sm); color: rgba(244,249,251,0.75); }

/* ---------- Cards / grids ---------- */
.grid { display: grid; gap: var(--space-5); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }

.card {
  background: #fff; border: 1px solid var(--color-border); border-radius: var(--radius-lg);
  padding: var(--space-6); box-shadow: var(--shadow-sm);
}
.card--hover { transition: transform var(--transition-interactive), box-shadow var(--transition-interactive), border-color var(--transition-interactive); }
.card--hover:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--color-seafoam); }
.card__icon {
  width: 52px; height: 52px; border-radius: var(--radius-md);
  background: var(--color-seafoam-soft); color: var(--color-primary);
  display: flex; align-items: center; justify-content: center; margin-bottom: var(--space-4);
}
.card__icon svg { width: 26px; height: 26px; }
.card h3 { font-size: var(--text-lg); margin-bottom: var(--space-2); }
.card p { font-size: var(--text-sm); color: var(--color-text-muted); }

/* ---------- Alternating feature rows ---------- */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(var(--space-8), 5vw, var(--space-16)); align-items: center; }
.feature + .feature { margin-top: clamp(var(--space-16), 8vw, var(--space-24)); }
.feature__media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); width: 100%; }
.feature--reverse .feature__media { order: 2; }
.feature h3 { font-size: var(--text-xl); }
.feature ul { list-style: none; margin-top: var(--space-5); display: grid; gap: var(--space-3); }
.feature ul li { display: flex; gap: var(--space-3); font-size: var(--text-base); color: var(--color-text-muted); }
.feature ul li svg { width: 20px; height: 20px; color: var(--color-seafoam); flex-shrink: 0; margin-top: 3px; }
.card ul[role="list"] li { display: flex; gap: var(--space-3); font-size: var(--text-sm); color: var(--color-text-muted); align-items: flex-start; }
.card ul[role="list"] li svg { width: 16px; height: 16px; min-width: 16px; max-width: 16px; max-height: 16px; color: var(--color-seafoam); flex-shrink: 0; margin-top: 3px; }
@media (max-width: 820px) {
  .feature { grid-template-columns: 1fr; }
  .feature--reverse .feature__media { order: 0; }
}

/* ---------- Surfaces ---------- */
.bg-surface { background: var(--color-surface); }
.bg-sand { background: var(--color-sand); }
.bg-navy { background: var(--color-navy); color: var(--color-text-inverse); }
.bg-navy h2, .bg-navy h3 { color: #fff; }
.bg-navy .section-lead { color: rgba(244,249,251,0.82); }

/* ---------- Why list ---------- */
.why-item { display: flex; gap: var(--space-4); }
.why-item__num { font-family: var(--font-display); font-size: var(--text-xl); color: var(--color-seafoam); font-weight: 600; line-height: 1; flex-shrink: 0; width: 2.2ch; }
.why-item h3 { font-size: var(--text-lg); margin-bottom: var(--space-1); }
.why-item p { font-size: var(--text-sm); color: var(--color-text-muted); }

/* ---------- Before / After ---------- */
.ba-card { background: #fff; border: 1px solid var(--color-border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.ba-card__imgs { display: grid; grid-template-columns: 1fr 1fr; }
.ba-card__imgs figure { position: relative; }
.ba-card__imgs img { aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.ba-tag { position: absolute; top: var(--space-3); left: var(--space-3); background: rgba(14,42,67,0.85); color: #fff; font-size: var(--text-xs); font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.3rem 0.7rem; border-radius: var(--radius-full); }
.ba-card__body { padding: var(--space-5); }
.ba-card__body h3 { font-size: var(--text-lg); }
.ba-card__body p { font-size: var(--text-sm); color: var(--color-text-muted); margin-top: var(--space-2); }
.ph {
  aspect-ratio: 4/3; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: var(--space-2);
  background: linear-gradient(135deg, var(--color-surface-2), var(--color-sand));
  color: var(--color-text-faint); font-size: var(--text-xs); font-weight: 500; text-align: center; padding: var(--space-4);
}
.ph svg { width: 34px; height: 34px; opacity: 0.6; }

/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; background: var(--color-navy); color: #fff; text-align: center; border-radius: var(--radius-xl); padding: clamp(var(--space-12), 8vw, var(--space-24)) var(--space-6); }
.cta-band::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 80% 20%, rgba(127,184,173,0.22), transparent 55%); }
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { color: #fff; font-size: var(--text-2xl); }
.cta-band p { color: rgba(244,249,251,0.85); margin: var(--space-4) auto 0; }
.cta-band__btns { display: flex; flex-wrap: wrap; gap: var(--space-4); justify-content: center; margin-top: var(--space-8); }

/* ---------- Note / disclaimer boxes ---------- */
.note {
  background: var(--color-seafoam-soft); border-left: 4px solid var(--color-seafoam);
  border-radius: var(--radius-md); padding: var(--space-4) var(--space-5);
  font-size: var(--text-sm); color: var(--color-navy-2);
}
.note strong { color: var(--color-navy); }
.confirm-badge { display: inline-block; background: #fff4e0; color: #8a5b00; border: 1px solid #f0d9a8; font-size: 0.7rem; font-weight: 600; padding: 0.15rem 0.55rem; border-radius: var(--radius-full); letter-spacing: 0.02em; }

/* ---------- Scope (do / don't) ---------- */
.scope { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-5); }
@media (max-width: 720px) { .scope { grid-template-columns: 1fr; } }
.scope__col { border-radius: var(--radius-lg); padding: var(--space-6); }
.scope__col--do { background: var(--color-seafoam-soft); border: 1px solid #bfe0d7; }
.scope__col--dont { background: var(--color-surface); border: 1px solid var(--color-border); }
.scope__col h3 { font-size: var(--text-lg); margin-bottom: var(--space-4); display: flex; align-items: center; gap: var(--space-2); }
.scope__col ul { list-style: none; display: grid; gap: var(--space-3); }
.scope__col li { display: flex; gap: var(--space-3); font-size: var(--text-sm); }
.scope__col li svg { width: 18px; height: 18px; flex-shrink: 0; margin-top: 3px; }
.scope__col--do svg { color: #2e7d5b; }
.scope__col--dont svg { color: var(--color-text-faint); }

/* ---------- FAQ (accordion) ---------- */
.faq { display: grid; gap: var(--space-3); }
.faq__item { border: 1px solid var(--color-border); border-radius: var(--radius-md); background: #fff; overflow: hidden; }
.faq__q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: var(--space-4); text-align: left; padding: var(--space-5); font-weight: 600; font-size: var(--text-base); color: var(--color-navy); }
.faq__q svg { width: 22px; height: 22px; flex-shrink: 0; color: var(--color-primary); transition: transform 0.3s ease; }
.faq__item[open] .faq__q svg { transform: rotate(45deg); }
.faq__a { padding: 0 var(--space-5) var(--space-5); font-size: var(--text-sm); color: var(--color-text-muted); }
.faq__a p + p { margin-top: var(--space-3); }
.faq__item summary { list-style: none; cursor: pointer; }
.faq__item summary::-webkit-details-marker { display: none; }

/* ---------- Reviews ---------- */
.review-card { background: #fff; border: 1px solid var(--color-border); border-radius: var(--radius-lg); padding: var(--space-6); box-shadow: var(--shadow-sm); }
.review-card__stars { display: flex; gap: 2px; color: #e8b53a; margin-bottom: var(--space-3); }
.review-card__stars svg { width: 18px; height: 18px; }
.review-card blockquote { font-family: var(--font-display); font-size: var(--text-lg); color: var(--color-navy); line-height: 1.4; }
.review-card cite { display: block; margin-top: var(--space-4); font-style: normal; font-size: var(--text-sm); color: var(--color-text-muted); font-weight: 600; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: var(--space-5); counter-reset: step; }
@media (max-width: 820px){ .steps { grid-template-columns: repeat(2,1fr);} }
@media (max-width: 480px){ .steps { grid-template-columns: 1fr;} }
.step { position: relative; padding-top: calc(42px + var(--space-4)); }
.step__n { position: absolute; top: 0; left: 0; width: 42px; height: 42px; border-radius: var(--radius-full); background: var(--color-navy); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 600; }
.step h3 { font-size: var(--text-base); margin-bottom: var(--space-1); }
.step p { font-size: var(--text-sm); color: var(--color-text-muted); }

/* ---------- Form ---------- */
.form { display: grid; gap: var(--space-5); }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-4); }
@media (max-width: 620px){ .form__row { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: var(--space-2); }
.field label { font-size: var(--text-sm); font-weight: 600; color: var(--color-navy); }
.field .req { color: var(--color-primary); }
.field input, .field select, .field textarea {
  border: 1.5px solid var(--color-border); border-radius: var(--radius-md);
  padding: 0.8rem 0.95rem; font-size: var(--text-base); background: #fff; color: var(--color-text);
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--color-primary); box-shadow: 0 0 0 3px rgba(15,95,143,0.12); }
.field textarea { resize: vertical; min-height: 120px; }
.field__hint { font-size: var(--text-xs); color: var(--color-text-faint); }
.filedrop { border: 2px dashed var(--color-border); border-radius: var(--radius-md); padding: var(--space-6); text-align: center; color: var(--color-text-muted); background: var(--color-surface); }
.filedrop svg { width: 34px; height: 34px; color: var(--color-primary); margin: 0 auto var(--space-2); }
.filedrop input { border: none; padding: var(--space-2) 0 0; font-size: var(--text-sm); }
.form-success { display: none; text-align: center; padding: var(--space-10) var(--space-6); background: var(--color-seafoam-soft); border-radius: var(--radius-lg); border: 1px solid #bfe0d7; }
.form-success.show { display: block; }
.form-success svg { width: 56px; height: 56px; color: #2e7d5b; margin: 0 auto var(--space-4); }
.form-success h3 { font-size: var(--text-xl); }
.form-success p { margin: var(--space-3) auto 0; color: var(--color-text-muted); }

/* ---------- Contact panel ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: clamp(var(--space-8), 5vw, var(--space-16)); align-items: start; }
@media (max-width: 900px){ .contact-grid { grid-template-columns: 1fr; } }
.jobber-embed-card { overflow: hidden; }
.jobber-embed-card iframe { width: 100% !important; max-width: 100% !important; border: 0; }
.jobber-embed-card > div { max-width: 100%; }
.contact-info { display: grid; gap: var(--space-5); }
.contact-info__item { display: flex; gap: var(--space-4); }
.contact-info__item svg { width: 24px; height: 24px; color: var(--color-primary); flex-shrink: 0; }
.contact-info__item h4 { font-family: var(--font-body); font-size: var(--text-sm); font-weight: 700; color: var(--color-navy); margin-bottom: 2px; }
.contact-info__item a, .contact-info__item p { font-size: var(--text-base); color: var(--color-text-muted); }

/* ---------- Chips / pills ---------- */
.chips { display: flex; flex-wrap: wrap; gap: var(--space-2); margin-top: var(--space-5); }
.chip { background: #fff; border: 1px solid var(--color-border); border-radius: var(--radius-full); padding: 0.45rem 1rem; font-size: var(--text-sm); font-weight: 500; color: var(--color-navy-2); }
.chip--primary { background: var(--color-navy); color: #fff; border-color: var(--color-navy); }

/* ---------- Area list ---------- */
.area-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--space-4); }
@media (max-width:820px){ .area-grid { grid-template-columns: repeat(2,1fr);} }
@media (max-width:480px){ .area-grid { grid-template-columns: 1fr;} }
.area-item { display: flex; align-items: center; gap: var(--space-3); padding: var(--space-4) var(--space-5); background: #fff; border: 1px solid var(--color-border); border-radius: var(--radius-md); font-weight: 600; color: var(--color-navy); }
.area-item svg { width: 18px; height: 18px; color: var(--color-seafoam); flex-shrink: 0; }

/* ---------- Prose (legal / long text) ---------- */
.prose { max-width: var(--content-narrow); }
.prose h2 { font-size: var(--text-xl); margin-top: var(--space-10); margin-bottom: var(--space-3); }
.prose h3 { font-size: var(--text-lg); margin-top: var(--space-6); margin-bottom: var(--space-2); }
.prose p, .prose li { color: var(--color-text-muted); font-size: var(--text-base); }
.prose p { margin-bottom: var(--space-4); }
.prose ul { margin: 0 0 var(--space-4) var(--space-5); display: grid; gap: var(--space-2); }
.prose a { text-decoration: underline; }

/* ---------- Page hero (interior) ---------- */
.page-hero { background: var(--color-navy); color: #fff; padding-block: clamp(var(--space-16), 10vw, var(--space-24)); position: relative; overflow: hidden; }
.page-hero::before { content:''; position:absolute; inset:0; background: radial-gradient(circle at 85% 15%, rgba(127,184,173,0.18), transparent 50%); }
.page-hero > * { position: relative; z-index: 1; }
.page-hero h1 { color: #fff; font-size: var(--text-2xl); }
.page-hero p { color: rgba(244,249,251,0.85); font-size: var(--text-lg); margin-top: var(--space-4); max-width: 60ch; }
.breadcrumb { font-size: var(--text-xs); color: rgba(244,249,251,0.6); margin-bottom: var(--space-4); }
.breadcrumb a { color: rgba(244,249,251,0.75); }

/* ---------- Footer ---------- */
.footer { background: #0a1f33; color: rgba(244,249,251,0.7); padding-block: var(--space-16) var(--space-8); }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: var(--space-8); }
@media (max-width: 820px){ .footer__grid { grid-template-columns: 1fr 1fr; gap: var(--space-8);} }
@media (max-width: 480px){ .footer__grid { grid-template-columns: 1fr;} }
.footer h4 { color: #fff; font-family: var(--font-body); font-size: var(--text-sm); font-weight: 700; letter-spacing: 0.04em; margin-bottom: var(--space-4); }
.footer ul { list-style: none; display: grid; gap: var(--space-2); }
.footer a { color: rgba(244,249,251,0.7); font-size: var(--text-sm); }
.footer a:hover { color: var(--color-seafoam); }
.footer__brand .brand__name { color: #fff; }
.footer__brand p { font-size: var(--text-sm); margin-top: var(--space-4); max-width: 34ch; }
.footer__brand .brand__mark { color: #fff; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,0.1); margin-top: var(--space-12); padding-top: var(--space-6); display: flex; flex-wrap: wrap; justify-content: space-between; gap: var(--space-3); font-size: var(--text-xs); }
.footer__bottom a { font-size: var(--text-xs); }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16,1,0.3,1); }
.reveal.in { opacity: 1; transform: none; }
