:root {
  --ink: #163038;
  --deep: #09232d;
  --deep-2: #0d3841;
  --teal: #167f83;
  --sea: #79c8c0;
  --sand: #f6efe3;
  --shell: #fffaf1;
  --coral: #c86d50;
  --gold: #c59a4a;
  --muted: #667278;
  --line: rgba(22, 48, 56, 0.16);
  --shadow: 0 22px 60px rgba(9, 35, 45, 0.2);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--shell);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--shell);
  letter-spacing: 0;
}

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

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

button,
input {
  font: inherit;
}

.wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 16px clamp(20px, 4vw, 56px);
  color: #fff;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-header.scrolled {
  background: rgba(255, 250, 241, 0.94);
  color: var(--ink);
  box-shadow: 0 10px 30px rgba(9, 35, 45, 0.08);
  backdrop-filter: blur(16px);
}

.brand {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 26px;
  font-weight: 700;
  white-space: nowrap;
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 2.2vw, 30px);
  font-size: 14px;
  font-weight: 700;
}

.nav a {
  opacity: 0.9;
}

.nav a:hover {
  opacity: 1;
  color: var(--sea);
}

.header-action,
.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 12px 18px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 800;
}

.header-action {
  color: #fff;
  background: var(--coral);
}

.site-header.scrolled .header-action {
  color: #fff;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
}

.hero picture,
.hero img,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero img {
  object-fit: cover;
}

.hero-shade {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(860px, calc(100% - 40px));
  margin-left: clamp(20px, 8vw, 120px);
  margin-top: 64px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(5, 25, 32, 0.74);
  box-shadow: 0 28px 80px rgba(5, 25, 32, 0.32);
  backdrop-filter: blur(6px);
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero .eyebrow {
  margin-bottom: 18px;
  font-size: clamp(16px, 1.6vw, 22px);
  letter-spacing: 0.14em;
}

.hero h1 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(54px, 7vw, 104px);
  line-height: 0.92;
  letter-spacing: 0;
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.36);
}

.hero-copy {
  width: min(650px, 100%);
  margin: 28px 0 0;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.5;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.46);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button.primary {
  background: var(--coral);
  color: #fff;
  box-shadow: 0 12px 28px rgba(200, 109, 80, 0.32);
}

.button.ghost {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(12px);
}

.hero-hint {
  margin-top: 26px;
  font-size: 13px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.92);
}

.hero-hint span {
  display: inline-flex;
  padding: 9px 12px;
  border-radius: 8px;
  background: rgba(5, 25, 32, 0.72);
  backdrop-filter: blur(6px);
}

.intro-band,
.journey-map,
.cost-section,
.logistics,
.checklist-section,
.group-section,
.next-steps {
  padding: clamp(72px, 9vw, 124px) 0;
}

.intro-band {
  background: var(--sand);
}

.split {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: start;
}

h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.95;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
  letter-spacing: 0;
}

.prose p,
.lead {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.event-signals {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 30px;
}

.event-signals img {
  width: auto;
  max-width: min(380px, 92%);
  max-height: 184px;
  object-fit: contain;
}

.event-actions {
  margin: 8px 0 6px;
}

.section-head {
  width: min(760px, 100%);
  margin-bottom: 42px;
}

.section-head p:not(.section-kicker) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.part-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.part-tile {
  min-height: 206px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.part-tile:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: rgba(22, 127, 131, 0.34);
}

.part-tile span {
  color: var(--coral);
  font-weight: 900;
}

.part-tile strong {
  display: block;
  margin-top: auto;
  font-size: 24px;
}

.part-tile small {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.dark-section {
  position: relative;
  padding: clamp(72px, 9vw, 124px) 0;
  background: var(--deep);
  color: #fff;
  overflow: hidden;
}

.intent-cosmos::before,
.intent-cosmos::after {
  content: "";
  position: absolute;
  inset: auto;
  width: clamp(280px, 42vw, 620px);
  height: clamp(280px, 42vw, 620px);
  border-radius: 50%;
  pointer-events: none;
  filter: blur(14px);
  opacity: 0.52;
  mix-blend-mode: screen;
}

.intent-cosmos::before {
  top: 8%;
  left: -12%;
  background:
    radial-gradient(circle, rgba(121, 200, 192, 0.42) 0%, rgba(121, 200, 192, 0.18) 34%, rgba(121, 200, 192, 0) 68%);
  animation: glowDriftOne 13s ease-in-out infinite alternate;
}

.intent-cosmos::after {
  right: -16%;
  bottom: 4%;
  background:
    radial-gradient(circle, rgba(197, 154, 74, 0.34) 0%, rgba(200, 109, 80, 0.2) 36%, rgba(200, 109, 80, 0) 72%);
  animation: glowDriftTwo 16s ease-in-out infinite alternate;
}

.intent-cosmos .wrap {
  position: relative;
  z-index: 2;
}

.star-field {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.star-field i {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 0 rgba(255, 255, 255, 0), 0 0 14px rgba(121, 200, 192, 0.7);
  opacity: 0.18;
  animation: starPulse 4.8s ease-in-out infinite;
}

.star-field i:nth-child(1) { top: 12%; left: 9%; animation-delay: 0.2s; }
.star-field i:nth-child(2) { top: 18%; left: 28%; width: 2px; height: 2px; animation-delay: 1.1s; }
.star-field i:nth-child(3) { top: 9%; left: 52%; animation-delay: 2.4s; }
.star-field i:nth-child(4) { top: 20%; left: 77%; width: 4px; height: 4px; animation-delay: 0.8s; }
.star-field i:nth-child(5) { top: 34%; left: 17%; animation-delay: 3s; }
.star-field i:nth-child(6) { top: 41%; left: 44%; width: 2px; height: 2px; animation-delay: 1.8s; }
.star-field i:nth-child(7) { top: 36%; left: 68%; animation-delay: 4.1s; }
.star-field i:nth-child(8) { top: 48%; left: 86%; width: 2px; height: 2px; animation-delay: 2.8s; }
.star-field i:nth-child(9) { top: 58%; left: 7%; animation-delay: 1.4s; }
.star-field i:nth-child(10) { top: 68%; left: 24%; width: 4px; height: 4px; animation-delay: 3.6s; }
.star-field i:nth-child(11) { top: 61%; left: 58%; animation-delay: 0.5s; }
.star-field i:nth-child(12) { top: 72%; left: 80%; width: 2px; height: 2px; animation-delay: 2s; }
.star-field i:nth-child(13) { top: 84%; left: 14%; animation-delay: 4.4s; }
.star-field i:nth-child(14) { top: 88%; left: 38%; width: 2px; height: 2px; animation-delay: 0.9s; }
.star-field i:nth-child(15) { top: 80%; left: 63%; animation-delay: 3.2s; }
.star-field i:nth-child(16) { top: 91%; left: 91%; width: 4px; height: 4px; animation-delay: 1.7s; }
.star-field i:nth-child(17) { top: 27%; left: 36%; animation-delay: 5s; }
.star-field i:nth-child(18) { top: 53%; left: 33%; width: 2px; height: 2px; animation-delay: 2.2s; }
.star-field i:nth-child(19) { top: 16%; left: 91%; animation-delay: 3.9s; }
.star-field i:nth-child(20) { top: 76%; left: 48%; animation-delay: 1.2s; }

@keyframes glowDriftOne {
  from {
    transform: translate3d(0, 0, 0) scale(0.92);
  }
  to {
    transform: translate3d(26vw, 10%, 0) scale(1.08);
  }
}

@keyframes glowDriftTwo {
  from {
    transform: translate3d(0, 0, 0) scale(0.95);
  }
  to {
    transform: translate3d(-22vw, -12%, 0) scale(1.12);
  }
}

@keyframes starPulse {
  0%,
  100% {
    opacity: 0.14;
    transform: scale(0.7);
    box-shadow: 0 0 0 rgba(255, 255, 255, 0), 0 0 8px rgba(121, 200, 192, 0.24);
  }
  42% {
    opacity: 1;
    transform: scale(1.45);
    box-shadow: 0 0 9px rgba(255, 255, 255, 0.95), 0 0 24px rgba(121, 200, 192, 0.86), 0 0 42px rgba(197, 154, 74, 0.42);
  }
}

@media (prefers-reduced-motion: reduce) {
  .intent-cosmos::before,
  .intent-cosmos::after,
  .star-field i {
    animation: none;
  }
}

.decision-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: start;
}

.sticky-note {
  position: sticky;
  top: 110px;
}

.sticky-note p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.7;
}

.intent-panel {
  min-height: 430px;
  padding: clamp(26px, 4vw, 46px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06));
}

.question {
  display: none;
}

.question.active {
  display: block;
}

.question-step {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--sea);
  font-weight: 900;
}

.question p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
  line-height: 1.7;
}

.panel-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 54px;
}

.icon-button {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.dots {
  display: flex;
  gap: 8px;
}

.dots i {
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.28);
}

.dots i.active {
  width: 28px;
  background: var(--sea);
}

.cost-section {
  background: var(--shell);
}

.cost-tool {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 18px;
  align-items: stretch;
}

.cost-inputs,
.cost-result,
.cost-cards article,
.steps-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(9, 35, 45, 0.06);
}

.cost-inputs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding: 26px;
}

.cost-inputs label {
  display: grid;
  gap: 10px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.cost-inputs output {
  color: var(--teal);
  font-weight: 900;
}

input[type="range"] {
  width: 100%;
  accent-color: var(--teal);
}

.cost-result {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  background: var(--deep-2);
  color: #fff;
}

.cost-result span {
  color: var(--sea);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.12em;
}

.cost-result strong {
  display: block;
  margin-top: 14px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(48px, 6vw, 74px);
  line-height: 0.95;
}

.cost-result p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.cost-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.cost-cards article {
  padding: 22px;
}

.cost-cards span,
.steps-grid span {
  color: var(--coral);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.cost-cards strong {
  display: block;
  margin-top: 10px;
  font-size: 28px;
}

.cost-cards p,
.steps-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.image-break {
  position: relative;
  min-height: 520px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
}

.image-break img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-break::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 35, 45, 0.06), rgba(9, 35, 45, 0.82));
}

.image-break div {
  position: relative;
  z-index: 1;
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 54px;
}

.image-break p {
  width: min(800px, 100%);
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(38px, 6vw, 74px);
  line-height: 0.98;
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.4);
}

.presenters-section {
  padding: clamp(72px, 9vw, 124px) 0;
  background: var(--shell);
}

.presenters-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 82px);
  align-items: center;
}

.presenters-photo {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
  background: var(--deep);
}

.presenters-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.whale-focus {
  padding: clamp(54px, 7vw, 92px) 0;
  background: var(--deep-2);
}

.whale-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
  padding: clamp(16px, 2vw, 22px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(121, 200, 192, 0.18), rgba(255, 255, 255, 0.06)),
    rgba(255, 255, 255, 0.06);
  color: #fff;
  box-shadow: var(--shadow);
}

.whale-card > img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  border-radius: 6px;
}

.whale-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(16px, 3vw, 28px);
}

.whale-card h2 {
  font-size: clamp(42px, 6vw, 72px);
}

.whale-card p:not(.section-kicker) {
  width: min(780px, 100%);
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 1.7;
}

.whale-card .button {
  width: fit-content;
  margin-top: 26px;
}

.valley-card {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(320px, 1fr);
  gap: 28px;
  align-items: stretch;
  margin-top: 22px;
  padding: clamp(16px, 2vw, 22px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(121, 200, 192, 0.16)),
    rgba(255, 255, 255, 0.05);
  color: #fff;
  box-shadow: var(--shadow);
}

.valley-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(16px, 3vw, 28px);
}

.valley-card h2 {
  font-size: clamp(42px, 6vw, 72px);
}

.valley-card p:not(.section-kicker) {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 1.7;
}

.valley-gallery {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 12px;
  min-height: 320px;
}

.valley-gallery img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  border-radius: 6px;
}

.button.ghost-dark {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.1);
}

.logistics {
  background: var(--sand);
}

.timeline {
  display: grid;
  gap: 12px;
}

.timeline-item,
.accordion-item {
  width: 100%;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.timeline-item span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.timeline-item strong,
.accordion-item strong {
  display: block;
  font-size: 22px;
}

.timeline-item p,
.accordion-item p {
  max-height: 0;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  line-height: 1.65;
  transition: max-height 180ms ease, margin 180ms ease;
}

.timeline-item.open,
.accordion-item.open {
  border-color: rgba(22, 127, 131, 0.38);
  box-shadow: var(--shadow);
}

.timeline-item.open p,
.accordion-item.open p {
  max-height: 180px;
  margin-top: 14px;
}

.checklist-section {
  background: var(--deep);
  color: #fff;
}

.checklist-section .section-head {
  margin-bottom: 28px;
}

.checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.checklist label {
  display: flex;
  min-height: 78px;
  align-items: flex-start;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.45;
}

.checklist input {
  margin-top: 3px;
  accent-color: var(--sea);
}

.progress-shell {
  margin-top: 24px;
}

.progress-shell span {
  display: block;
  margin-bottom: 10px;
  color: var(--sea);
  font-weight: 900;
}

.progress-bar {
  height: 11px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.progress-bar i {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: var(--sea);
  transition: width 180ms ease;
}

.group-section {
  background: var(--shell);
}

.group-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1fr);
  gap: clamp(36px, 7vw, 92px);
  align-items: start;
}

.group-grid p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.library-callout {
  margin-top: 28px;
  padding: 22px;
  border: 1px solid rgba(22, 127, 131, 0.28);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(9, 35, 45, 0.06);
}

.library-callout strong {
  display: block;
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.library-callout p {
  margin: 12px 0 18px;
  font-size: 16px;
}

.library-callout .button {
  width: fit-content;
}

.accordion {
  display: grid;
  gap: 12px;
}

.next-steps {
  background: var(--sand);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.steps-grid article {
  padding: 24px;
}

.steps-grid h3 {
  margin-top: 16px;
  font-size: 31px;
}

.final-action {
  margin-top: 32px;
}

.interest-section {
  padding: clamp(72px, 9vw, 124px) 0;
  background: var(--shell);
}

.interest-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: clamp(32px, 6vw, 78px);
  align-items: start;
}

.interest-copy > p:not(.section-kicker) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.interest-form {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.interest-form input[name="website"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  transform: translateY(-200vh);
  opacity: 0;
}

.interest-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.interest-form input,
.interest-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  padding: 13px 14px;
  outline: none;
}

.interest-form textarea {
  resize: vertical;
}

.interest-form input:focus,
.interest-form textarea:focus {
  border-color: rgba(22, 127, 131, 0.58);
  box-shadow: 0 0 0 3px rgba(121, 200, 192, 0.22);
}

.interest-form .button {
  width: fit-content;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--teal);
  font-weight: 800;
  line-height: 1.45;
}

.form-status.error {
  color: #ad3f2d;
}

.free-product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.free-product-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.free-product-body {
  padding: clamp(24px, 4vw, 34px);
}

.free-product-body h3 {
  font-size: clamp(36px, 5vw, 56px);
}

.free-product-body p:not(.section-kicker) {
  color: var(--muted);
  line-height: 1.68;
}

.free-product-body ul {
  display: grid;
  gap: 9px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.free-product-body li {
  position: relative;
  padding-left: 24px;
  color: var(--ink);
  font-weight: 800;
}

.free-product-body li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--sea);
  box-shadow: 0 0 14px rgba(121, 200, 192, 0.72);
}

.footer {
  padding: 28px 0;
  background: var(--deep);
  color: rgba(255, 255, 255, 0.72);
}

.footer p {
  margin: 0;
  font-size: 14px;
}

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

  .nav {
    display: none;
  }

  .split,
  .decision-layout,
  .group-grid,
  .cost-tool,
  .presenters-grid,
  .interest-grid,
  .whale-card,
  .valley-card {
    grid-template-columns: 1fr;
  }

  .part-grid,
  .cost-cards,
  .steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sticky-note {
    position: static;
  }
}

@media (max-width: 640px) {
  .wrap {
    width: min(100% - 28px, 1120px);
  }

  .site-header {
    padding: 12px 14px;
  }

  .brand {
    font-size: 22px;
  }

  .header-action {
    min-height: 40px;
    padding: 10px 12px;
    font-size: 12px;
  }

  .hero {
    min-height: 90vh;
  }

  .hero-content {
    width: min(100% - 28px, 760px);
    margin-left: 14px;
    padding: 22px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .whale-card > img {
    min-height: 220px;
  }

  .valley-gallery {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .valley-gallery img {
    min-height: 220px;
  }

  .whale-card .button {
    width: 100%;
  }

  .library-callout .button {
    width: 100%;
  }

  .interest-form .button {
    width: 100%;
  }

  .part-grid,
  .cost-inputs,
  .cost-cards,
  .checklist,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .part-tile {
    min-height: 168px;
  }

  .intent-panel {
    min-height: 450px;
  }

  .image-break {
    min-height: 430px;
  }
}
