/* ═══════════════════════════════════════════════════════════
   RAIN — post-hero. Every section is its own set piece:
   01 STORMS   — sticky full-bleed animated canvas cards
   02 STORMLINE— vertical timeline, spine fills as you scroll
   03 GALE     — horizontal drag gallery of case plates
   04 BASIN    — founder quote, then a three-beat strip over a short pool
   05 ADVISORY — asymmetric closer: type left, form right
   ═══════════════════════════════════════════════════════════ */

.storms,
.stormline,
.gale,
.basin,
.advisory,
.site-ft {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

.storms *, .storms *::before, .storms *::after,
.stormline *, .stormline *::before, .stormline *::after,
.gale *, .gale *::before, .gale *::after,
.basin *, .basin *::before, .basin *::after,
.advisory *, .advisory *::before, .advisory *::after,
.site-ft *, .site-ft *::before, .site-ft *::after {
  box-sizing: border-box;
}

/* ═══════════════════════════════════════
   01 · STORMS — services (sticky canvas cards)
   ═══════════════════════════════════════ */

.storms {
  background: linear-gradient(180deg, #02060c 0%, #040a14 40%, #050c18 100%);
  padding: clamp(80px, 11vw, 128px) 0 clamp(48px, 6vw, 72px);
  border-top: 1px solid rgba(120, 170, 255, 0.06);
}

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

.storms__intro {
  margin-bottom: clamp(36px, 5vw, 56px);
}

.storms__eyebrow {
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--accent);
}

.storms__eyebrow::before {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: var(--accent);
}

.storms__title {
  margin: 0;
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: clamp(2.6rem, 5.5vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: #eef5ff;
  text-wrap: balance;
}

.storms__title em {
  font-style: italic;
  color: var(--accent);
}

.storms__lede {
  margin: 16px 0 0;
  max-width: 42ch;
  font-weight: 300;
  font-size: clamp(15.5px, 1.5vw, 17px);
  line-height: 1.7;
  color: #8fa9c9;
}

.storms__lede em,
.storms__lede span {
  font-style: normal;
  color: #dcebff;
}

.storms__stack {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.storms__pin {
  position: sticky;
}

.storms__pin:nth-child(1) { top: 84px; }
.storms__pin:nth-child(2) { top: 96px; }
.storms__pin:nth-child(3) { top: 108px; }
.storms__pin:nth-child(4) { top: 120px; }
.storms__pin:nth-child(5) { top: 132px; }

.storms .svc-card {
  position: relative;
  height: clamp(440px, 72vh, 640px);
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(140, 190, 255, 0.14);
  box-shadow: 0 48px 100px rgba(0, 0, 0, 0.55);
  background: #050b16;
}

.storms .svc-card canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.storms__sheen {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 34%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(160, 200, 255, 0.05) 45%, transparent);
  mix-blend-mode: screen;
  animation: svcSheen 9s ease-in-out infinite;
}

.storms__veil {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(78deg, rgba(2, 6, 12, 0.93) 0%, rgba(3, 8, 16, 0.68) 42%, rgba(4, 10, 20, 0.1) 78%),
    linear-gradient(0deg, rgba(2, 5, 10, 0.88), transparent 48%);
}

.storms [data-svc-num] {
  position: absolute;
  top: -4%;
  right: 26px;
  pointer-events: none;
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(8rem, 18vw, 15rem);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(150, 195, 255, 0.16);
}

.storms [data-svc-content] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  padding: clamp(28px, 4vw, 52px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.storms__kicker {
  font-family: 'Geist Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--accent);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.8);
}

.storms__name {
  margin: 0;
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: clamp(2.6rem, 6vw, 4.8rem);
  line-height: 1;
  letter-spacing: -0.015em;
  color: #f4f9ff;
  text-shadow: 0 8px 44px rgba(0, 0, 0, 0.65);
  text-wrap: balance;
}

.storms__name em {
  font-style: italic;
  color: #a8d2ff;
}

.storms__desc {
  margin: 0;
  max-width: 54ch;
  font-weight: 300;
  font-size: clamp(14.5px, 1.5vw, 17px);
  line-height: 1.7;
  color: #c9dcf4;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.8);
  text-wrap: pretty;
}

.storms__tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.storms__tag {
  background: rgba(4, 10, 20, 0.55);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(150, 195, 255, 0.22);
  padding: 7px 14px;
  border-radius: 999px;
  font-family: 'Geist Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #cfe2fa;
}

@media (max-width: 740px) {
  .storms .svc-card {
    height: clamp(360px, 54vh, 480px) !important;
  }

  .storms__pin:nth-child(n) {
    top: 72px;
  }
}

/* ═══════════════════════════════════════
   02 · STORMLINE — engagement timeline
   ═══════════════════════════════════════ */

.stormline {
  background: rgba(2, 5, 10, 0.85);
  border-top: 1px solid rgba(120, 170, 255, 0.07);
  padding: clamp(72px, 10vw, 128px) 0 clamp(80px, 11vw, 136px);
  overflow: hidden;
}

.stormline__rail {
  width: min(880px, calc(100% - 48px));
  margin: 0 auto clamp(56px, 8vw, 96px);
  text-align: center;
}

.stormline__eyebrow {
  margin: 0 0 18px;
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--accent);
}

.stormline__title {
  margin: 0;
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: clamp(2.2rem, 4.6vw, 3.6rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #eef5ff;
  text-wrap: balance;
}

.stormline__title em {
  font-style: italic;
  color: var(--accent);
}

.stormline__track {
  position: relative;
  width: min(880px, calc(100% - 48px));
  margin: 0 auto;
}

.stormline__spine {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  transform: translateX(-0.5px);
  background: rgba(140, 190, 255, 0.13);
}

.stormline__fill {
  position: absolute;
  left: -0.5px;
  top: 0;
  width: 2px;
  height: 0;
  background: linear-gradient(180deg, var(--accent), rgba(125, 140, 255, 0.85));
  box-shadow: 0 0 16px var(--accent-glow), 0 0 4px var(--accent);
  will-change: height;
}

.stormline__drop {
  position: absolute;
  left: 0.5px;
  top: -3px;
  width: 7px;
  height: 7px;
  opacity: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 35%, #ffffff, var(--accent) 70%);
  box-shadow: 0 0 10px var(--accent), 0 0 20px var(--accent-glow);
  will-change: transform, opacity;
  pointer-events: none;
}

.stormline__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 7vw, 88px);
}

.stormline__step {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 clamp(36px, 6vw, 72px);
}

.stormline__node {
  position: absolute;
  left: 50%;
  top: 6px;
  width: 11px;
  height: 11px;
  transform: translateX(-50%);
  border-radius: 50% 50% 50% 0;
  rotate: -45deg;
  border: 1px solid rgba(140, 190, 255, 0.35);
  background: #04080f;
  transition: background 0.5s ease, box-shadow 0.5s ease, border-color 0.5s ease;
}

.stormline__node::before,
.stormline__node::after {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 50%;
  border: 1px solid var(--accent);
  opacity: 0;
  pointer-events: none;
}

.stormline__step.is-lit .stormline__node {
  background: var(--accent);
  border-color: var(--accent);
  animation: slNodeBreathe 2.6s ease-in-out 0.9s infinite;
  box-shadow: 0 0 18px var(--accent-glow), 0 0 6px var(--accent);
}

.stormline__step.is-lit .stormline__node::before {
  animation: slSplash 0.9s cubic-bezier(0.2, 0.7, 0.3, 1) both;
}

.stormline__step.is-lit .stormline__node::after {
  animation: slSplash 0.9s cubic-bezier(0.2, 0.7, 0.3, 1) 0.22s both;
}

@keyframes slSplash {
  0% { opacity: 0.9; transform: scale(1); }
  100% { opacity: 0; transform: scale(4.2); }
}

@keyframes slNodeBreathe {
  0%, 100% { box-shadow: 0 0 18px var(--accent-glow), 0 0 6px var(--accent); }
  50% { box-shadow: 0 0 30px var(--accent), 0 0 10px var(--accent); }
}

.stormline__card {
  opacity: 0.3;
  filter: blur(2px);
  transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.2, 0.8, 0.25, 1), filter 0.65s ease;
}

.stormline__step:nth-child(odd) .stormline__card {
  transform: translateX(26px);
}

.stormline__step:nth-child(even) .stormline__card {
  transform: translateX(-26px);
}

.stormline__step.is-lit .stormline__card {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
}

.stormline__step:nth-child(odd) .stormline__card {
  grid-column: 1;
  text-align: right;
  justify-self: end;
}

.stormline__step:nth-child(even) .stormline__card {
  grid-column: 2;
  text-align: left;
  justify-self: start;
}

.stormline__wk {
  margin: 0 0 10px;
  font-family: 'Geist Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent);
}

.stormline__nm {
  margin: 0;
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.02;
  color: #f2f8ff;
}

.stormline__body {
  margin: 14px 0 0;
  max-width: 34ch;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.7;
  color: #97aecb;
  text-wrap: pretty;
}

.stormline__step:nth-child(odd) .stormline__body {
  margin-left: auto;
}

@media (max-width: 720px) {
  .stormline__spine {
    left: 13px;
    transform: none;
  }

  .stormline__step {
    grid-template-columns: 1fr;
  }

  .stormline__node {
    left: 13px;
  }

  .stormline__step:nth-child(odd) .stormline__card,
  .stormline__step:nth-child(even) .stormline__card {
    grid-column: 1;
    text-align: left;
    justify-self: start;
    padding-left: 44px;
    transform: translateY(22px);
  }

  .stormline__step.is-lit .stormline__card {
    transform: translateY(0);
  }

  .stormline__step:nth-child(odd) .stormline__body {
    margin-left: 0;
  }

  .stormline__rail {
    text-align: left;
  }
}

/* ═══════════════════════════════════════
   03 · GALE — work (horizontal gallery)
   ═══════════════════════════════════════ */

.gale {
  background: rgba(4, 9, 16, 0.82);
  border-top: 1px solid rgba(120, 170, 255, 0.07);
  padding: clamp(72px, 10vw, 120px) 0 clamp(56px, 7vw, 88px);
  overflow: hidden;
}

.gale__head {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto clamp(36px, 5vw, 56px);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.gale__eyebrow {
  margin: 0 0 18px;
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--accent);
}

.gale__title {
  margin: 0;
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: clamp(2.6rem, 6vw, 4.8rem);
  line-height: 0.96;
  letter-spacing: -0.03em;
  color: #f2f8ff;
}

.gale__title em {
  font-style: italic;
  color: var(--accent);
}

.gale__hint {
  margin: 0 0 8px;
  font-family: 'Geist Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #5d7ca6;
  white-space: nowrap;
}

.gale__hint-arrow {
  display: inline-block;
  color: var(--accent);
  animation: galeNudge 2.2s ease-in-out infinite;
}

@keyframes galeNudge {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(7px); }
}

.gale__strip {
  display: flex;
  gap: clamp(16px, 2vw, 26px);
  overflow-x: auto;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  padding: 4px max(24px, calc((100vw - 1240px) / 2)) 12px;
  user-select: none;
}

.gale__strip::-webkit-scrollbar {
  display: none;
}

.gale__strip.is-grabbing {
  cursor: grabbing;
  scroll-snap-type: none;
}

.gale__panel {
  position: relative;
  flex: 0 0 min(480px, 84vw);
  min-height: clamp(400px, 54vh, 500px);
  scroll-snap-align: center;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 3vw, 36px);
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(var(--hue), 0.22);
  background:
    radial-gradient(120% 90% at 85% -10%, rgba(var(--hue), 0.16), transparent 55%),
    linear-gradient(200deg, rgba(var(--hue), 0.06), rgba(3, 7, 13, 0.9) 60%),
    #04080f;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.25, 1), border-color 0.4s ease;
}

.gale__panel:hover {
  transform: translateY(-6px);
  border-color: rgba(var(--hue), 0.45);
}

.gale__ghost {
  position: absolute;
  top: -14px;
  right: 6px;
  pointer-events: none;
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: clamp(6rem, 9vw, 8.5rem);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(var(--hue), 0.3);
}

.gale__ind {
  margin: 0 0 14px;
  font-family: 'Geist Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgb(var(--hue));
}

.gale__name {
  margin: 0;
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: clamp(1.9rem, 3.2vw, 2.6rem);
  line-height: 1;
  letter-spacing: -0.015em;
  color: #f2f8ff;
  max-width: 12ch;
  text-wrap: balance;
}

.gale__desc {
  margin: 16px 0 0;
  max-width: 40ch;
  font-weight: 300;
  font-size: 14.5px;
  line-height: 1.65;
  color: #9db3cf;
  text-wrap: pretty;
}

.gale__foot {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid rgba(var(--hue), 0.18);
}

.gale__val {
  margin: 0;
  font-family: 'Unbounded', sans-serif;
  font-weight: 500;
  font-size: clamp(1.9rem, 3.4vw, 2.7rem);
  line-height: 1;
  letter-spacing: -0.02em;
  color: rgb(var(--hue));
  text-shadow: 0 0 30px rgba(var(--hue), 0.35);
}

.gale__lab {
  margin: 10px 0 0;
  font-family: 'Geist Mono', monospace;
  font-size: 9.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7d97ba;
}

.gale__panel--live {
  flex-basis: min(620px, 88vw);
}

.gale__shot {
  position: relative;
  display: block;
  flex: 1;
  min-height: 250px;
  margin: 20px 0 22px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(var(--hue), 0.32);
  background: #0a0508;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.45);
}

.gale__shot-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 9px 12px;
  background: rgba(12, 7, 9, 0.94);
  border-bottom: 1px solid rgba(var(--hue), 0.22);
}

.gale__shot-bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(var(--hue), 0.4);
}

.gale__shot-bar em {
  margin-left: 8px;
  font-style: normal;
  font-family: 'Geist Mono', monospace;
  font-size: 9.5px;
  letter-spacing: 0.14em;
  color: #8fa9c9;
}

.gale__shot-view {
  position: absolute;
  inset: 31px 0 0;
  overflow: hidden;
}

.gale__shot-view img {
  display: block;
  width: 100%;
  height: auto;
  transform: translateY(0);
  transition: transform 10s cubic-bezier(0.3, 0.4, 0.35, 0.95);
  will-change: transform;
}

.gale__panel--live:hover .gale__shot-view img,
.gale__panel--live:focus-within .gale__shot-view img {
  transform: translateY(calc(-100% + 300px));
}

@media (hover: none) {
  .gale__shot-view img {
    animation: shotPan 30s ease-in-out 1.5s infinite alternate;
  }
}

@keyframes shotPan {
  from { transform: translateY(0); }
  to { transform: translateY(calc(-100% + 300px)); }
}

.gale__visit {
  display: inline-block;
  font-family: 'Unbounded', sans-serif;
  font-weight: 500;
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  letter-spacing: -0.01em;
  color: rgb(var(--hue));
  text-decoration: none;
  text-shadow: 0 0 26px rgba(var(--hue), 0.4);
  transition: text-shadow 0.3s ease;
}

.gale__visit:hover {
  text-shadow: 0 0 38px rgba(var(--hue), 0.8);
}

.gale__meter {
  width: min(1240px, calc(100% - 48px));
  margin: clamp(24px, 3vw, 36px) auto 0;
  height: 2px;
  background: rgba(140, 190, 255, 0.1);
  border-radius: 2px;
  overflow: hidden;
}

.gale__meter span {
  display: block;
  height: 100%;
  width: 8%;
  background: linear-gradient(90deg, var(--accent), #7d8cff);
  border-radius: 2px;
  transition: width 0.15s linear;
}

.gale__note {
  width: min(1240px, calc(100% - 48px));
  margin: 16px auto 0;
  font-family: 'Geist Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #4a6488;
}

/* ═══════════════════════════════════════
   04 · BASIN — quote, then a short founder story
   ═══════════════════════════════════════ */

.basin {
  background: #02050a;
  border-top: 1px solid rgba(120, 170, 255, 0.07);
}

.basin__stage {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: clamp(72px, 9vw, 104px) clamp(20px, 4vw, 48px) 0;
}

.basin__eyebrow,
.basin__copy {
  position: relative;
  z-index: 2;
}

.basin__copy {
  display: flex;
  flex-direction: column;
  width: max-content;
  max-width: 100%;
}

.basin__eyebrow {
  margin: 0 0 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--accent);
}

.basin__eyebrow::before,
.basin__eyebrow::after {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: var(--accent);
  opacity: 0.7;
}

.basin__quote {
  margin: 0;
  width: max-content;
  max-width: 100%;
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  line-height: 1.16;
  letter-spacing: -0.02em;
  color: #f3f8ff;
}

.basin__quote em {
  font-style: inherit;
  color: var(--accent);
}

.basin__keep {
  white-space: nowrap;
}

.basin__w {
  color: rgba(168, 198, 233, 0.16);
  transition: color 0.4s ease, text-shadow 0.4s ease;
}

.basin__w.is-lit {
  color: #f3f8ff;
  text-shadow: 0 0 28px rgba(140, 190, 255, 0.24);
}

.basin__quote em .basin__w {
  color: rgba(86, 150, 255, 0.18);
}

.basin__quote em .basin__w.is-lit {
  color: var(--accent);
  text-shadow: 0 0 16px var(--accent-glow), 0 0 40px var(--accent-glow);
}

.basin__role {
  margin: 22px 0 0;
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #7d97ba;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.basin.is-signed .basin__role {
  opacity: 1;
  transform: none;
}

.basin__story {
  width: 0;
  min-width: 100%;
  margin: 32px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(140, 190, 255, 0.14);
  text-align: left;
}

.basin__story p {
  margin: 0 0 14px;
  font-weight: 300;
  font-size: 15.5px;
  line-height: 1.7;
  color: #b6cae2;
}

.basin__story p:last-child {
  margin-bottom: 0;
}

.basin__pool {
  position: relative;
  width: 100%;
  height: 120px;
  margin-top: 28px;
  z-index: 1;
}

.basin__pool canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.basin__pool-fade {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 38%;
  pointer-events: none;
  background: linear-gradient(180deg, #02050a, transparent);
}

.basin--static .basin__role {
  opacity: 1;
  transform: none;
}

@media (max-width: 720px) {
  .basin__quote {
    font-size: clamp(1.85rem, 7.4vw, 2.5rem);
  }
}

/* ═══════════════════════════════════════
   05 · ADVISORY — asymmetric closer
   Type left. Form right. No center stack.
   ═══════════════════════════════════════ */

.advisory {
  position: relative;
  isolation: isolate;
  scroll-margin-top: 72px;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #000105;
  padding: clamp(72px, 8vw, 104px) 0 clamp(28px, 3.5vw, 44px);
  overflow: hidden;
}

.advisory__sky {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.advisory__sheet {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 60% at 12% 35%, rgba(70, 130, 210, 0.2), transparent 65%),
    radial-gradient(ellipse 50% 45% at 88% 70%, rgba(40, 90, 160, 0.16), transparent 68%),
    radial-gradient(ellipse 70% 40% at 50% -5%, rgba(30, 60, 110, 0.12), transparent 60%);
}

.advisory__sheet::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    105deg,
    transparent 0,
    transparent 28px,
    rgba(190, 220, 255, 0.035) 29px,
    transparent 31px
  );
  animation: advisoryFall 1s linear infinite;
  mask-image: linear-gradient(100deg, #000 0%, #000 35%, transparent 75%);
  opacity: 0.85;
}

.advisory__pool {
  position: absolute;
  left: 35%;
  right: -15%;
  bottom: -35%;
  height: 70%;
  background:
    radial-gradient(ellipse 50% 45% at 60% 50%, rgba(86, 185, 255, 0.26), transparent 62%),
    radial-gradient(ellipse 70% 50% at 70% 100%, rgba(8, 35, 80, 0.65), transparent 70%);
}

.advisory__ghost {
  position: absolute;
  left: -4%;
  top: 8%;
  margin: 0;
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(10rem, 22vw, 18rem);
  line-height: 0.72;
  letter-spacing: -0.07em;
  color: var(--accent);
  opacity: 0.06;
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
  text-shadow: 0 0 140px rgba(86, 185, 255, 0.4);
  z-index: 0;
}

@keyframes advisoryFall {
  to { transform: translateY(28px); }
}

.advisory__frame {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 clamp(24px, 4.5vw, 72px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 44%);
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
}

.advisory__copy {
  position: relative;
  min-width: 0;
  max-width: 34rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding-bottom: 0;
}

.advisory__eyebrow {
  margin: 0 0 8px;
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--accent);
}

.advisory__title {
  margin: 0;
  text-align: left;
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: clamp(4.2rem, 9.5vw, 8.4rem);
  line-height: 0.86;
  letter-spacing: -0.045em;
  color: #f6faff;
  max-width: none;
  white-space: nowrap;
}

.advisory__title em {
  font-style: italic;
  color: var(--accent);
  text-shadow: 0 0 90px rgba(86, 185, 255, 0.4);
}

.advisory__art {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 100%;
  margin: 28px 0 0;
  padding: 8px 0;
}

.advisory__art-line {
  display: block;
  flex: 1 1 40px;
  max-width: 72px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(160, 205, 255, 0.55), transparent);
}

.advisory__art-text {
  flex: none;
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: clamp(1.85rem, 3.8vw, 2.85rem);
  line-height: 1;
  letter-spacing: 0.02em;
  color: #e8f1ff;
  text-align: center;
  white-space: nowrap;
  text-shadow:
    0 0 40px rgba(86, 185, 255, 0.22),
    0 12px 40px rgba(0, 0, 0, 0.35);
}

.advisory__art-text i {
  font-style: italic;
  color: var(--accent);
  letter-spacing: -0.01em;
  text-shadow: 0 0 50px rgba(86, 185, 255, 0.45);
}

.advisory__invite {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 14px;
  row-gap: 4px;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin: 26px auto 0;
  padding: 20px 22px;
  border: 1px solid rgba(160, 205, 255, 0.26);
  border-radius: 10px;
  background: rgba(4, 10, 20, 0.72);
  box-shadow: inset 0 1px 0 rgba(200, 225, 255, 0.08);
}

.advisory__invite-row {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 6px;
}

.advisory__invite-live {
  font-family: 'Geist Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
}

.advisory__invite-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 14px var(--accent);
  animation: glowPulse 1.8s ease-in-out infinite;
  flex: none;
}

.advisory__invite-title {
  grid-column: 1 / -1;
  margin: 0;
  font-family: 'Instrument Serif', serif;
  font-size: clamp(1.45rem, 2.2vw, 1.75rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #f2f7ff;
}

.advisory__invite-sub {
  grid-column: 1 / -1;
  margin: 6px 0 0;
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.65;
  color: #a8bdd4;
  text-wrap: pretty;
}

.landfall-form {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(160, 205, 255, 0.22);
  border-radius: 10px;
  background: rgba(2, 6, 14, 0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  padding: clamp(20px, 2.6vw, 28px);
  box-shadow:
    0 40px 100px rgba(0, 0, 0, 0.65),
    0 0 100px rgba(86, 185, 255, 0.1),
    inset 0 1px 0 rgba(210, 230, 255, 0.08);
}

.landfall-form__tide {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--tide, 0%);
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(86, 185, 255, 0.05), rgba(20, 60, 120, 0.2));
  transition: height 0.55s cubic-bezier(0.3, 0.8, 0.3, 1);
}

.landfall-form__tide::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10%;
  width: 120%;
  height: 20px;
  border-radius: 50%;
  background: rgba(180, 220, 255, 0.14);
  animation: waveSpin 7s linear infinite;
}

.landfall-form__head {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(140, 190, 255, 0.14);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: #8fb0d8;
}

.landfall-form__body {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 12px 0 0;
}

.landfall-form .flow-form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 560px) {
  .landfall-form .flow-form-row--2 {
    grid-template-columns: 1fr 1fr;
  }
}

.flow-label {
  display: block;
  margin-bottom: 8px;
  font-family: 'Geist Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.26em;
  color: #5d7ca6;
}

.landfall-form input,
.landfall-form textarea,
.flow-input {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(140, 190, 255, 0.22);
  border-radius: 0;
  outline: none;
  color: #e8f1ff;
  font-family: 'Geist', sans-serif;
  font-size: 17px;
  padding: 12px 0;
  transition: border-color 0.25s ease;
}

.landfall-form input:focus,
.landfall-form textarea:focus {
  border-bottom-color: var(--accent);
}

.landfall-form textarea.flow-input--situation {
  min-height: 0;
  height: 2.4em;
  max-height: 2.4em;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: none;
  overflow: hidden;
  line-height: 1.35;
}

.flow-chips-select {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.flow-chips-select button {
  cursor: pointer;
  background: transparent;
  border: 1px solid rgba(140, 190, 255, 0.22);
  border-radius: 999px;
  padding: 10px 16px;
  font-family: 'Geist Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8fb0d8;
  transition: border-color 0.25s ease, color 0.25s ease, background 0.25s ease;
}

.flow-chips-select button:hover,
.flow-chips-select button.is-selected {
  border-color: var(--accent);
  color: #e6f2ff;
  background: rgba(86, 185, 255, 0.1);
}

.flow-send {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
  padding: 18px 28px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(120deg, var(--accent), #7d8cff);
  color: #04101c;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 10px 34px var(--accent-glow);
}

.flow-send__water {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(170, 228, 255, 0.5), rgba(38, 96, 200, 0.72));
  transition: height 0.7s cubic-bezier(0.3, 0.8, 0.3, 1);
}

.flow-send__wave {
  position: absolute;
  top: -12px;
  left: -55%;
  width: 110%;
  height: 24px;
  border-radius: 44%;
  background: rgba(228, 245, 255, 0.38);
  animation: waveSpin 6.5s linear infinite;
}

.flow-send__label {
  position: relative;
  z-index: 1;
}

.flow-send__cond {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-family: 'Geist Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.22em;
  color: rgba(4, 16, 28, 0.62);
}

@media (max-width: 760px) {
  .advisory__frame {
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: stretch;
  }

  .advisory__ghost {
    left: -8%;
    top: 6%;
    font-size: 48vw;
    opacity: 0.05;
  }

  .advisory__pool {
    left: -10%;
    right: -10%;
  }

  .advisory__title {
    font-size: clamp(2.8rem, 11vw, 4.4rem);
    white-space: nowrap;
  }
}

@media (max-width: 520px) {
  .flow-send__cond {
    display: none;
  }

  .advisory__title {
    font-size: clamp(2.4rem, 10.5vw, 3.4rem);
    white-space: nowrap;
  }
}

.flow-form-foot {
  margin: 4px 0 0;
  text-align: center;
  font-family: 'Geist Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #5d7ca6;
}

.inquiry-title,
.inquiry-priority {
  font-family: 'Geist Mono', monospace;
}

.inquiry-priority {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #ff8a92;
}

.inquiry-priority__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff4d58;
  box-shadow: 0 0 12px rgba(255, 77, 88, 0.8);
  animation: glowPulse 1.5s ease-in-out infinite;
}

.advisory__end {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: clamp(32px, 4.5vw, 52px) 0 0;
  padding: 20px clamp(24px, 4.5vw, 72px) 0;
  border-top: 1px solid rgba(140, 190, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.advisory__mark {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1;
  color: #eef5ff;
  display: inline-flex;
  align-items: baseline;
}

.advisory__mark-i {
  position: relative;
  display: inline-block;
}

.advisory__drop {
  position: absolute;
  top: 0.04em;
  left: 57%;
  transform: translateX(-50%);
  width: 0.16em;
  height: 0.22em;
  overflow: visible;
  filter: drop-shadow(0 0 8px var(--accent-glow));
}

.advisory__meta {
  font-family: 'Geist Mono', monospace;
  font-size: 9.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #46618a;
}

@media (max-width: 900px) {
  .gale__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .gale__hint {
    margin: 0;
  }
}

/* Footer lives inside advisory now */
.site-ft {
  display: none !important;
}

.flow-ft-stats {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .storms__sheen,
  .landfall-form__tide::before,
  .flow-send__wave,
  .inquiry-priority__dot,
  .advisory__sheet::after,
  .gale__hint-arrow {
    animation: none;
  }

  .stormline__card {
    opacity: 1;
    transform: none !important;
    filter: none;
    transition: none;
  }

  .stormline__step.is-lit .stormline__node,
  .stormline__step.is-lit .stormline__node::before,
  .stormline__step.is-lit .stormline__node::after {
    animation: none;
  }

  .stormline__fill,
  .stormline__drop {
    transition: none;
  }

  .gale__shot-view img {
    animation: none;
    transition: none;
  }

  .basin__w {
    color: #f3f8ff;
    transition: none;
  }

  .basin__quote em .basin__w {
    color: var(--accent);
  }

  .basin__role {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
