/* Halcyon Consulting — complex motion design system */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Outfit:wght@300;400;500;600;700&display=swap');

:root {
  --ink: #07151a;
  --deep: #0c2a28;
  --sea: #145a54;
  --sea-bright: #1f7a71;
  --glass: #a8d0c7;
  --mist: #e6efed;
  --pearl: #f4f8f7;
  --lantern: #c9a45b;
  --lantern-soft: #e2c98a;
  --line: rgba(7, 21, 26, 0.1);
  --max: 1180px;
  --nav-h: 84px;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Outfit', system-ui, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--pearl);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button, input, textarea, select { font: inherit; }

.container { width: min(100% - 2.75rem, var(--max)); margin-inline: auto; }
.container-narrow { width: min(100% - 2.75rem, 760px); margin-inline: auto; }

.cursor-glow {
  position: fixed; width: 420px; height: 420px; border-radius: 50%;
  pointer-events: none; z-index: 5;
  background: radial-gradient(circle, rgba(31, 122, 113, 0.12), transparent 68%);
  transform: translate(-50%, -50%); opacity: 0; transition: opacity 0.4s ease;
  mix-blend-mode: multiply;
}
body.has-pointer .cursor-glow.is-on { opacity: 1; }

.display { font-family: var(--font-display); font-weight: 500; line-height: 1.08; letter-spacing: -0.02em; }
.display-xl { font-size: clamp(3rem, 7.5vw, 5.6rem); }
.display-lg { font-size: clamp(2.4rem, 5vw, 4rem); }
.display-md { font-size: clamp(1.9rem, 3.2vw, 2.8rem); }
.display-sm { font-size: clamp(1.45rem, 2.2vw, 1.9rem); }
.lede { font-size: clamp(1.05rem, 1.5vw, 1.22rem); color: rgba(7, 21, 26, 0.68); max-width: 38rem; font-weight: 300; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.65rem;
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--sea-bright); margin-bottom: 1rem;
}
.eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--lantern); }

.btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center;
  gap: 0.55rem; padding: 0.95rem 1.55rem; font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase; border: 1px solid transparent;
  cursor: pointer; overflow: hidden;
  transition: transform 0.45s var(--ease), background 0.3s, color 0.3s, border-color 0.3s;
}
.btn::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.2), transparent);
  transform: translateX(-120%); transition: transform 0.7s var(--ease);
}
.btn:hover::after { transform: translateX(120%); }
.btn:hover { transform: translateY(-3px); }
.btn-primary { background: var(--lantern); color: var(--ink); }
.btn-primary:hover { background: var(--lantern-soft); }
.btn-ghost { background: transparent; color: var(--pearl); border-color: rgba(244, 248, 247, 0.35); }
.btn-ghost:hover { border-color: var(--pearl); background: rgba(244,248,247,0.06); }
.btn-outline { background: transparent; color: var(--ink); border-color: rgba(7, 21, 26, 0.22); }
.btn-outline:hover { border-color: var(--ink); background: rgba(7,21,26,0.03); }
.btn-row { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-top: 1.85rem; }

.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100; height: var(--nav-h);
  display: flex; align-items: center;
  transition: background 0.4s ease, box-shadow 0.4s ease, backdrop-filter 0.4s;
}
.site-header.scrolled {
  background: rgba(244, 248, 247, 0.86); backdrop-filter: blur(18px);
  box-shadow: 0 10px 40px rgba(7, 21, 26, 0.06);
}
.site-header .container {
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
}
.logo { display: flex; align-items: center; gap: 0.75rem; z-index: 2; }
.logo-visual { position: relative; width: 46px; height: 46px; flex-shrink: 0; }
.logo-visual img {
  width: 100%; height: 100%; object-fit: cover; border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(201, 164, 91, 0.35);
}
.logo-ring {
  position: absolute; inset: -4px; border-radius: 50%;
  border: 1px solid rgba(201, 164, 91, 0.45); animation: spinSlow 18s linear infinite;
}
.logo-ring-2 {
  inset: -9px; border-color: rgba(31, 122, 113, 0.25); border-style: dashed;
  animation-duration: 28s; animation-direction: reverse;
}
@keyframes spinSlow { to { transform: rotate(360deg); } }
.logo-text { display: flex; flex-direction: column; line-height: 1.05; }
.logo-text strong {
  font-family: var(--font-display); font-size: 1.45rem; font-weight: 600; letter-spacing: 0.01em;
}
.logo-text span {
  font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--sea-bright); font-weight: 600;
}
.site-header:not(.scrolled) .logo-text strong,
.site-header:not(.scrolled) .nav a { color: var(--pearl); }
.site-header:not(.scrolled) .logo-text span { color: var(--lantern-soft); }
.site-header:not(.scrolled) .nav-toggle span { background: var(--pearl); }

.nav { display: flex; align-items: center; gap: 0.2rem; }
.nav a {
  padding: 0.5rem 0.7rem; font-size: 0.84rem; font-weight: 500; color: var(--ink); position: relative;
}
.nav a::after {
  content: ''; position: absolute; left: 0.7rem; right: 0.7rem; bottom: 0.2rem; height: 1px;
  background: var(--lantern); transform: scaleX(0); transform-origin: left;
  transition: transform 0.35s var(--ease);
}
.nav a:hover::after, .nav a.active::after { transform: scaleX(1); }
.nav-cta {
  margin-left: 0.5rem !important; padding: 0.55rem 1rem !important;
  background: var(--lantern); color: var(--ink) !important; font-size: 0.72rem !important;
  letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700 !important;
}
.nav-cta::after { display: none !important; }
.site-header:not(.scrolled) .nav-cta { color: var(--ink) !important; }

.nav-toggle {
  display: none; width: 44px; height: 44px; border: 1px solid rgba(244,248,247,0.3);
  background: transparent; flex-direction: column; align-items: center; justify-content: center;
  gap: 5px; cursor: pointer;
}
.nav-toggle span { display: block; width: 18px; height: 1.5px; background: var(--ink); transition: 0.35s var(--ease); }
.nav-toggle.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

@media (max-width: 980px) {
  .nav-toggle { display: flex; }
  .nav {
    position: fixed; inset: 0; background: rgba(7, 21, 26, 0.96); flex-direction: column;
    justify-content: center; gap: 0.5rem; opacity: 0; pointer-events: none; transition: opacity 0.4s ease;
  }
  .nav.open { opacity: 1; pointer-events: auto; }
  .nav a { color: var(--pearl) !important; font-size: 1.35rem; padding: 0.75rem 1rem; }
  .nav-cta { margin: 1rem 0 0 !important; }
}

.hero {
  position: relative; min-height: 100vh; min-height: 100dvh; display: grid; align-items: end;
  padding: calc(var(--nav-h) + 3rem) 0 4.5rem; color: var(--pearl); background: var(--ink); overflow: hidden;
}
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-media img {
  width: 100%; height: 100%; object-fit: cover; transform: scale(1.08);
  animation: heroZoom 22s var(--ease) infinite alternate;
}
@keyframes heroZoom {
  from { transform: scale(1.08); }
  to { transform: scale(1.16) translate(-1.5%, -1%); }
}
.hero-media::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(7,21,26,0.55) 0%, rgba(7,21,26,0.35) 40%, rgba(7,21,26,0.82) 100%),
    radial-gradient(ellipse 50% 40% at 70% 30%, rgba(31,122,113,0.25), transparent 60%);
}
.hero-orbit {
  position: absolute; width: min(520px, 55vw); height: min(520px, 55vw); right: -4%; top: 18%;
  border-radius: 50%; border: 1px solid rgba(244,248,247,0.12); z-index: 1;
  animation: spinSlow 40s linear infinite; pointer-events: none;
}
.hero-orbit::before, .hero-orbit::after {
  content: ''; position: absolute; border-radius: 50%; border: 1px dashed rgba(201,164,91,0.25);
}
.hero-orbit::before { inset: 12%; }
.hero-orbit::after { inset: 28%; border-style: solid; border-color: rgba(168,208,199,0.15); }
.hero .container {
  position: relative; z-index: 2; max-width: 720px;
  margin-left: max(1.375rem, calc((100% - var(--max)) / 2));
  width: min(100% - 2.75rem, 720px);
}
.hero .eyebrow { color: var(--lantern-soft); }
.hero .eyebrow::before { background: var(--lantern-soft); }
.hero .lede { color: rgba(244, 248, 247, 0.78); }
.hero-brand {
  font-family: var(--font-display); font-size: clamp(3.2rem, 9vw, 6.2rem);
  font-weight: 600; line-height: 0.95; margin-bottom: 0.85rem;
}
.hero-brand em { display: block; font-style: italic; font-weight: 400; color: var(--glass); font-size: 0.72em; }
.split-lines span { display: block; overflow: hidden; }
.split-lines span i {
  font-style: normal; display: block; transform: translateY(110%);
  animation: riseIn 0.9s var(--ease-out) forwards;
}
.split-lines span:nth-child(2) i { animation-delay: 0.12s; }
.split-lines span:nth-child(3) i { animation-delay: 0.22s; }
@keyframes riseIn { to { transform: translateY(0); } }
.hero-fade { animation: fadeUp 1s 0.35s var(--ease-out) both; }
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

.marquee { overflow: hidden; border-block: 1px solid var(--line); background: var(--mist); padding: 1rem 0; }
.marquee-track {
  display: flex; gap: 3rem; width: max-content; animation: marquee 32s linear infinite;
  font-family: var(--font-display); font-size: 1.25rem; font-style: italic; color: var(--sea); white-space: nowrap;
}
.marquee-track span::after { content: '·'; margin-left: 3rem; color: var(--lantern); }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: clamp(4.5rem, 9vw, 7.5rem) 0; position: relative; }
.section-head { max-width: 40rem; margin-bottom: clamp(2rem, 4vw, 3.25rem); }
.section-head.center { text-align: center; margin-inline: auto; }
.section-head.center .lede { margin-inline: auto; }
.section-head.center .eyebrow { justify-content: center; }
.bg-deep {
  background:
    radial-gradient(ellipse 60% 50% at 10% 0%, rgba(31,122,113,0.2), transparent 50%),
    linear-gradient(165deg, #07151a, #0c2a28 55%, #07151a);
  color: var(--pearl);
}
.bg-deep .lede { color: rgba(244,248,247,0.7); }
.bg-deep .eyebrow { color: var(--lantern-soft); }
.bg-mist { background: linear-gradient(180deg, var(--mist), var(--pearl)); }

.split {
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 5vw, 4.5rem); align-items: center;
}
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } }

.media-frame { position: relative; overflow: hidden; isolation: isolate; }
.media-frame img {
  width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3;
  transition: transform 1.2s var(--ease);
}
.media-frame:hover img { transform: scale(1.05); }
.media-frame::after {
  content: ''; position: absolute; inset: 0; border: 1px solid rgba(201,164,91,0.35);
  margin: 12px; pointer-events: none; transition: margin 0.5s var(--ease);
}
.media-frame:hover::after { margin: 8px; }
.media-caption {
  position: absolute; left: 1.25rem; bottom: 1.25rem; z-index: 2;
  padding: 0.65rem 0.85rem; background: rgba(7,21,26,0.72); color: var(--pearl);
  font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase; backdrop-filter: blur(8px);
}

.reveal { opacity: 1; transform: none; }
html.js .reveal {
  opacity: 0; transform: translateY(36px);
  transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);
}
html.js .reveal.visible { opacity: 1; transform: none; }
html.js .reveal-left { transform: translateX(-40px); }
html.js .reveal-left.visible { transform: none; }
html.js .reveal-scale { transform: scale(0.94); }
html.js .reveal-scale.visible { transform: none; }
html.js .d1 { transition-delay: 0.1s; }
html.js .d2 { transition-delay: 0.2s; }
html.js .d3 { transition-delay: 0.3s; }
html.js .d4 { transition-delay: 0.4s; }
html.js .mask-reveal { clip-path: inset(0 0 100% 0); transition: clip-path 1.1s var(--ease-out); }
html.js .mask-reveal.visible { clip-path: inset(0 0 0 0); }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
@media (max-width: 800px) { .stats { grid-template-columns: 1fr 1fr; } }
.stat-value {
  font-family: var(--font-display); font-size: clamp(2.4rem, 4vw, 3.4rem); line-height: 1; color: var(--lantern);
}
.stat-label { margin-top: 0.4rem; font-size: 0.9rem; color: rgba(244,248,247,0.65); }
.bg-mist .stat-label { color: rgba(7,21,26,0.55); }
.bg-mist .stat-value { color: var(--sea); }

.mosaic {
  display: grid; grid-template-columns: 1.2fr 1fr 1fr; grid-template-rows: auto auto; gap: 1rem;
}
.mosaic-card {
  position: relative; overflow: hidden; min-height: 260px; background: var(--deep); color: var(--pearl);
}
.mosaic-card img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.45;
  transition: transform 1s var(--ease), opacity 0.5s;
}
.mosaic-card:hover img { transform: scale(1.08); opacity: 0.55; }
.mosaic-card .body {
  position: relative; z-index: 1; padding: 1.75rem; height: 100%;
  display: flex; flex-direction: column; justify-content: flex-end;
  background: linear-gradient(180deg, transparent 20%, rgba(7,21,26,0.85));
}
.mosaic-card h3 { font-family: var(--font-display); font-size: 1.65rem; font-weight: 500; margin-bottom: 0.45rem; }
.mosaic-card p { font-size: 0.95rem; color: rgba(244,248,247,0.75); }
.mosaic-card.wide { grid-column: 1 / 2; grid-row: 1 / 3; min-height: 540px; }
@media (max-width: 900px) {
  .mosaic { grid-template-columns: 1fr; }
  .mosaic-card.wide { grid-column: auto; grid-row: auto; min-height: 320px; }
}

.feature-stack { display: flex; flex-direction: column; }
.feature-row {
  display: grid; grid-template-columns: 5rem 1fr; gap: 1.25rem; padding: 1.75rem 0;
  border-top: 1px solid var(--line); transition: padding-left 0.4s var(--ease), background 0.3s;
}
.feature-row:last-child { border-bottom: 1px solid var(--line); }
.feature-row:hover { padding-left: 0.75rem; background: rgba(31,122,113,0.04); }
.feature-num { font-family: var(--font-display); font-size: 1.75rem; color: var(--lantern); line-height: 1; }
.feature-row h3 { font-family: var(--font-display); font-size: 1.55rem; font-weight: 500; margin-bottom: 0.35rem; }
.feature-row p { color: rgba(7,21,26,0.65); max-width: 36rem; }

.timeline { position: relative; padding-left: 2rem; }
.timeline::before {
  content: ''; position: absolute; left: 0; top: 0.35rem; bottom: 0.35rem; width: 1px;
  background: linear-gradient(180deg, var(--lantern), var(--sea), transparent);
}
.timeline-item { position: relative; padding-bottom: 2.25rem; }
.timeline-item::before {
  content: ''; position: absolute; left: -2rem; top: 0.45rem; width: 9px; height: 9px;
  border-radius: 50%; background: var(--lantern); box-shadow: 0 0 0 4px rgba(201,164,91,0.2);
  transform: translateX(-4px);
}
.timeline-item .year {
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--sea-bright); margin-bottom: 0.35rem;
}
.timeline-item h3 { font-family: var(--font-display); font-size: 1.45rem; font-weight: 500; margin-bottom: 0.35rem; }
.timeline-item p { color: rgba(7,21,26,0.65); }

.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
@media (max-width: 860px) { .team-grid { grid-template-columns: 1fr; } }
.team-card { position: relative; overflow: hidden; background: var(--deep); color: var(--pearl); }
.team-card img {
  aspect-ratio: 4/5; width: 100%; object-fit: cover; filter: saturate(0.9);
  transition: transform 0.9s var(--ease), filter 0.5s;
}
.team-card:hover img { transform: scale(1.04); filter: saturate(1.05); }
.team-card .info { padding: 1.35rem 1.25rem 1.5rem; border-top: 1px solid rgba(201,164,91,0.3); }
.team-card h3 { font-family: var(--font-display); font-size: 1.55rem; font-weight: 500; }
.team-card .role {
  font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--lantern-soft); margin: 0.25rem 0 0.65rem; font-weight: 600;
}
.team-card p { font-size: 0.92rem; color: rgba(244,248,247,0.7); }

.review-rail { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
@media (max-width: 900px) { .review-rail { grid-template-columns: 1fr; } }
.review {
  padding: 1.75rem; border: 1px solid var(--line); background: rgba(255,255,255,0.55);
  position: relative; transition: transform 0.45s var(--ease), border-color 0.3s;
}
.review:hover { transform: translateY(-6px); border-color: rgba(31,122,113,0.35); }
.review::before {
  content: '\201C'; font-family: var(--font-display); font-size: 4rem; line-height: 0.7;
  color: var(--lantern); display: block; margin-bottom: 0.75rem;
}
.review blockquote {
  font-family: var(--font-display); font-size: 1.25rem; font-style: italic;
  line-height: 1.35; margin-bottom: 1.25rem;
}
.review cite { font-style: normal; font-size: 0.9rem; color: rgba(7,21,26,0.55); }
.review cite strong { display: block; color: var(--ink); font-weight: 600; margin-bottom: 0.15rem; }

.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%; text-align: left; background: none; border: none;
  padding: 1.25rem 2.5rem 1.25rem 0; font-size: 1.15rem; cursor: pointer;
  position: relative; color: var(--ink); font-family: var(--font-display);
}
.faq-q::after {
  content: '+'; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  font-size: 1.5rem; color: var(--sea-bright);
}
.faq-item.open .faq-q::after { content: '\2212'; }
.faq-a { display: none; padding: 0 0 1.35rem; color: rgba(7,21,26,0.65); max-width: 42rem; }
.faq-item.open .faq-a { display: block; animation: fadeUp 0.45s var(--ease); }

.form-grid { display: grid; gap: 1rem; }
.form-grid.two { grid-template-columns: 1fr 1fr; }
@media (max-width: 640px) { .form-grid.two { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: 0.4rem; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 0.82rem; font-weight: 600; letter-spacing: 0.04em; }
.field input, .field textarea, .field select {
  padding: 0.85rem 1rem; border: 1px solid var(--line); background: rgba(255,255,255,0.8);
  color: var(--ink); transition: border-color 0.25s, box-shadow 0.25s;
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--sea-bright); box-shadow: 0 0 0 3px rgba(31,122,113,0.15);
}
.field textarea { min-height: 150px; resize: vertical; }
.form-success {
  display: none; margin-top: 1rem; padding: 1rem 1.15rem;
  border-left: 3px solid var(--lantern); background: rgba(201,164,91,0.12);
}
.form-success.show { display: block; animation: fadeUp 0.45s var(--ease); }

.page-hero {
  position: relative; padding: calc(var(--nav-h) + 4rem) 0 3.5rem;
  color: var(--pearl); overflow: hidden; background: var(--ink);
}
.page-hero-media { position: absolute; inset: 0; }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; opacity: 0.45; }
.page-hero-media::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(7,21,26,0.9), rgba(12,42,40,0.7));
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero .lede { color: rgba(244,248,247,0.75); }
.page-hero .eyebrow { color: var(--lantern-soft); }

.principle-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border: 1px solid var(--line); }
.principle {
  padding: 2rem 1.75rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
  transition: background 0.35s;
}
.principle:nth-child(2n) { border-right: none; }
.principle:hover { background: rgba(31,122,113,0.05); }
.principle h3 { font-family: var(--font-display); font-size: 1.45rem; margin: 0.5rem 0; }
.principle p { color: rgba(7,21,26,0.65); font-size: 0.95rem; }
@media (max-width: 700px) {
  .principle-grid { grid-template-columns: 1fr; }
  .principle { border-right: none; }
}

.steps-h { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; counter-reset: step; }
@media (max-width: 900px) { .steps-h { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .steps-h { grid-template-columns: 1fr; } }
.step-h {
  padding: 1.5rem; border-top: 2px solid var(--lantern); background: rgba(255,255,255,0.5);
  counter-increment: step; transition: transform 0.4s var(--ease);
}
.step-h:hover { transform: translateY(-6px); }
.step-h::before {
  content: counter(step, decimal-leading-zero); font-family: var(--font-display);
  font-size: 1.75rem; color: var(--sea-bright); display: block; margin-bottom: 0.75rem;
}
.step-h h3 { font-family: var(--font-display); font-size: 1.35rem; margin-bottom: 0.45rem; }
.step-h p { font-size: 0.92rem; color: rgba(7,21,26,0.65); }

.prose { max-width: 44rem; }
.prose p + p { margin-top: 1.1rem; }
.prose h2 { font-family: var(--font-display); font-size: 1.65rem; font-weight: 500; margin: 2.25rem 0 0.75rem; }
.prose ul { margin: 0.85rem 0 0.85rem 1.2rem; list-style: disc; }
.prose li { margin: 0.35rem 0; }
.prose a { color: var(--sea-bright); text-decoration: underline; text-underline-offset: 3px; }

.cta-band {
  padding: clamp(4rem, 8vw, 6rem) 0; text-align: center; position: relative;
  overflow: hidden; color: var(--pearl); background: var(--ink);
}
.cta-band-media { position: absolute; inset: 0; }
.cta-band-media img {
  width: 100%; height: 100%; object-fit: cover; opacity: 0.35;
  animation: heroZoom 18s var(--ease) infinite alternate;
}
.cta-band-media::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(7,21,26,0.75), rgba(12,42,40,0.88));
}
.cta-band .container { position: relative; z-index: 1; }
.cta-band .lede { margin-inline: auto; color: rgba(244,248,247,0.75); }

.site-footer { background: #050f12; color: rgba(244,248,247,0.75); padding: 4.5rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 2rem; margin-bottom: 3rem; }
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-brand .logo-text strong { color: var(--pearl); }
.footer-brand p { margin-top: 1rem; max-width: 18rem; font-size: 0.95rem; color: rgba(244,248,247,0.55); }
.footer-col h4 {
  font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--lantern); margin-bottom: 1rem; font-weight: 700;
}
.footer-col a {
  display: block; padding: 0.3rem 0; font-size: 0.92rem; color: rgba(244,248,247,0.65);
  transition: color 0.25s, padding-left 0.25s;
}
.footer-col a:hover { color: var(--pearl); padding-left: 4px; }
.footer-bottom {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem;
  padding-top: 1.5rem; border-top: 1px solid rgba(244,248,247,0.1);
  font-size: 0.85rem; color: rgba(244,248,247,0.4);
}
.footer-bottom a { color: rgba(244,248,247,0.55); }
.footer-bottom a:hover { color: var(--pearl); }

.check-list { display: grid; gap: 0.65rem; margin-top: 1.25rem; }
.check-list li { padding-left: 1.5rem; position: relative; color: rgba(7,21,26,0.7); }
.check-list li::before {
  content: ''; position: absolute; left: 0; top: 0.55rem; width: 8px; height: 8px;
  border-radius: 50%; background: var(--lantern);
}
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; }
.text-center { text-align: center; }
