:root {
  color-scheme: dark;
  --ink: #e8edf4;
  --muted: rgba(232, 237, 244, 0.72);
  --soft: rgba(232, 237, 244, 0.12);
  --line: rgba(232, 237, 244, 0.18);
  --night: #0a1220;
  --deep: #122036;
  --forest: #18322e;
  --bronze: #b98152;
  --gold: #e9c87e;
  --clay: #b34a4a;
  --sage: #91a58e;
  --shadow: rgba(0, 0, 0, 0.45);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}


/* Simple Lens v3.6 — Alpha-led simplification */

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

.v3-site {
  background: var(--night);
  color: var(--ink);
}

.v3-site .site-header {
  background: linear-gradient(180deg, rgba(10, 18, 32, 0.94), rgba(10, 18, 32, 0.58), transparent);
}

.v3-site .hero {
  min-height: 112svh;
}

.v3-site .hero-content {
  max-width: 800px;
}

.v3-site .hero-content h1 {
  max-width: 800px;
  font-size: clamp(3.05rem, 7vw, 7rem);
}

.v3-site .hero-content .hero-title-long {
  max-width: 960px;
  font-size: clamp(2.8rem, 5.5vw, 5.85rem);
  line-height: 0.94;
  text-wrap: balance;
}

.v3-site .hero-copy {
  max-width: 700px;
}

.hero-email-form {
  display: grid;
  grid-template-columns: minmax(220px, 360px) auto;
  gap: 10px;
  max-width: 660px;
  margin-bottom: 22px;
}

.hero-email-form input {
  min-height: 48px;
  border-color: rgba(232, 237, 244, 0.28);
  background: rgba(10, 18, 32, 0.62);
  color: var(--ink);
  backdrop-filter: blur(14px);
}

.hero-email-form input::placeholder {
  color: rgba(232, 237, 244, 0.54);
}

.trust-strip {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(28px, 5vw, 78px);
  align-items: center;
  padding: 28px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0a1220;
}

.trust-strip .small-label {
  margin: 0;
}

.trust-names {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(24px, 5vw, 74px);
  align-items: center;
  color: rgba(232, 237, 244, 0.72);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.1rem, 2vw, 1.55rem);
}

.v3-section {
  position: relative;
  padding: clamp(78px, 10vw, 150px) clamp(18px, 5vw, 72px);
  overflow: hidden;
  border-bottom: 1px solid rgba(232, 237, 244, 0.1);
  background:
    linear-gradient(180deg, rgba(10, 18, 32, 0.94), rgba(10, 18, 32, 0.86)),
    url("assets/02-moon-high-lowcontrast-169.png") center / cover no-repeat;
}

.v3-section > * {
  position: relative;
  z-index: 1;
  width: min(100%, 1320px);
  margin-left: auto;
  margin-right: auto;
}

.section-intro {
  max-width: 1040px;
  margin-bottom: clamp(44px, 7vw, 90px);
}

.section-intro h2 {
  max-width: 1000px;
  margin-bottom: 24px;
  color: var(--ink);
  font-size: clamp(2.45rem, 5.7vw, 6.2rem);
  line-height: 0.96;
}

.section-lede {
  max-width: 800px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.7;
}

.section-lede-follow {
  margin-top: 16px;
  font-size: clamp(1rem, 1.3vw, 1.18rem);
}

.triangle-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.55fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: center;
  margin-bottom: clamp(50px, 7vw, 92px);
}

.diagram-panel,
.loop-figure,
.arc-visual {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(232, 237, 244, 0.15);
  border-radius: 10px;
  background: #0a1220;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.25);
}

.diagram-panel img,
.loop-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

.diagram-label,
.loop-label {
  position: absolute;
  z-index: 2;
  padding: 7px 10px;
  border: 1px solid rgba(232, 237, 244, 0.16);
  border-radius: 999px;
  background: rgba(10, 18, 32, 0.78);
  color: var(--ink);
  font-size: clamp(0.68rem, 1vw, 0.82rem);
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.triangle-buyers {
  top: 7%;
  left: 50%;
  transform: translateX(-50%);
}

.triangle-functions {
  left: 3%;
  bottom: 18%;
}

.triangle-ai {
  right: 3%;
  bottom: 18%;
}

.triangle-center-label {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  gap: 3px;
  width: min(180px, 25%);
  padding: 9px 11px;
  text-align: center;
  border: 1px solid rgba(233, 200, 126, 0.24);
  border-radius: 5px;
  background: rgba(10, 18, 32, 0.76);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(10px);
}

.triangle-center-label strong {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(0.85rem, 1.2vw, 1.08rem);
}

.triangle-center-label span {
  color: var(--muted);
  font-size: clamp(0.55rem, 0.8vw, 0.68rem);
  line-height: 1.3;
}

.state-switch {
  position: absolute;
  z-index: 3;
  right: 16px;
  bottom: 16px;
  display: flex;
  padding: 3px;
  border: 1px solid rgba(232, 237, 244, 0.17);
  border-radius: 999px;
  background: rgba(10, 18, 32, 0.8);
}

.state-button {
  min-width: 68px;
  min-height: 34px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.state-button.active {
  background: var(--gold);
  color: var(--night);
}

.triangle-copy > p:not(.small-label) {
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.3vw, 2.25rem);
  line-height: 1.15;
}

.feed-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.feed-list span {
  padding: 8px 10px;
  border: 1px solid rgba(232, 237, 244, 0.15);
  border-radius: 4px;
  color: rgba(232, 237, 244, 0.72);
  font-size: 0.78rem;
}

.deal-field {
  position: relative;
  isolation: isolate;
  min-height: clamp(620px, 52vw, 720px);
  margin-bottom: clamp(50px, 7vw, 92px);
  overflow: hidden;
  border: 1px solid rgba(232, 237, 244, 0.16);
  border-radius: 10px;
  background: #0a1220;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.24);
  color: var(--ink);
}

.deal-field-image,
.deal-field-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.deal-field-image {
  z-index: -2;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) contrast(1.05) brightness(0.74);
  transform: scale(1.015);
}

.deal-field-shade {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(5, 8, 14, 0.64) 0%, rgba(5, 8, 14, 0.22) 34%, rgba(5, 8, 14, 0.75) 100%),
    radial-gradient(circle at 52% 54%, rgba(233, 200, 126, 0.06) 0%, transparent 42%),
    linear-gradient(90deg, rgba(5, 8, 14, 0.38), transparent 46%, rgba(5, 8, 14, 0.28));
}

.deal-field-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: clamp(32px, 4vw, 54px);
  min-height: inherit;
  padding: clamp(22px, 4vw, 54px);
}

.deal-decision-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-bottom: 1px solid rgba(232, 237, 244, 0.2);
}

.deal-decision-tab {
  position: relative;
  min-height: 50px;
  padding: 0 10px 14px;
  border: 0;
  background: transparent;
  color: rgba(232, 237, 244, 0.58);
  cursor: pointer;
  font: inherit;
  font-size: clamp(0.7rem, 1vw, 0.82rem);
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.deal-decision-tab::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: transparent;
  content: "";
  transition: background-color 180ms ease, box-shadow 180ms ease;
}

.deal-decision-tab:hover,
.deal-decision-tab:focus-visible,
.deal-decision-tab.active,
.deal-decision-tab[aria-selected="true"] {
  color: var(--gold);
}

.deal-decision-tab.active::after,
.deal-decision-tab[aria-selected="true"]::after {
  background: var(--gold);
  box-shadow: 0 0 22px rgba(233, 200, 126, 0.6);
}

.deal-decision-tab:focus-visible {
  outline: 1px solid rgba(233, 200, 126, 0.8);
  outline-offset: 4px;
}

.deal-story {
  display: grid;
  gap: 14px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 110ms ease, transform 110ms ease;
}

.deal-story.is-changing {
  opacity: 0.18;
  transform: translateY(4px);
}

.deal-story-path {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) auto minmax(0, 1.2fr) auto minmax(0, 1.08fr);
  gap: 12px;
  align-items: stretch;
}

.deal-story-step,
.deal-tools,
.deal-alpha-grid > div,
.deal-proof {
  border: 1px solid rgba(232, 237, 244, 0.16);
  border-radius: 6px;
  background: rgba(10, 18, 32, 0.72);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
}

.deal-story-step {
  min-height: 190px;
  padding: clamp(18px, 2.5vw, 28px);
}

.deal-story-label {
  margin: 0 0 13px;
  color: rgba(233, 200, 126, 0.9);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.deal-story-step blockquote,
.deal-story-step > p:last-child,
.deal-alpha-grid > div > p:last-child {
  margin: 0;
  color: rgba(232, 237, 244, 0.9);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.02rem, 1.55vw, 1.35rem);
  line-height: 1.35;
}

.deal-story-surface blockquote,
.deal-story-move > p:last-child {
  color: #fff;
}

.deal-story-arrow {
  align-self: center;
  color: var(--gold);
  font-size: clamp(1rem, 1.8vw, 1.45rem);
  text-shadow: 0 0 18px rgba(233, 200, 126, 0.65);
}

.deal-output-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 14px;
}

.deal-tools {
  padding: clamp(18px, 2.6vw, 30px);
}

.deal-tools ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.deal-tools li {
  position: relative;
  padding-left: 24px;
  color: rgba(232, 237, 244, 0.83);
  font-size: clamp(0.88rem, 1.15vw, 1rem);
  line-height: 1.45;
}

.deal-tools li::before {
  position: absolute;
  top: 0.67em;
  left: 0;
  width: 13px;
  height: 1px;
  background: var(--gold);
  box-shadow: 0 0 10px rgba(233, 200, 126, 0.7);
  content: "";
}

.deal-alpha-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.deal-alpha-grid > div {
  padding: clamp(18px, 2.2vw, 26px);
}

.deal-alpha-grid > div > p:last-child {
  font-size: clamp(0.95rem, 1.25vw, 1.1rem);
}

.deal-proof {
  margin: 0;
  padding: 24px;
}

.deal-proof[hidden] {
  display: none;
}

.evidence-quote {
  max-width: 940px;
  margin-bottom: clamp(52px, 8vw, 100px);
  padding: clamp(24px, 4vw, 46px);
  border-left: 2px solid var(--gold);
  background: rgba(18, 32, 54, 0.54);
}

.evidence-quote p {
  margin-bottom: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3.3vw, 3.4rem);
  line-height: 1.12;
}

.evidence-quote cite,
.founder-copy cite,
.proof-band cite {
  color: var(--gold);
  font-style: normal;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.edge-list ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.edge-list li {
  min-height: 150px;
  padding: 18px;
  border: 1px solid rgba(232, 237, 244, 0.14);
  border-radius: 6px;
  background: rgba(18, 32, 54, 0.48);
  color: rgba(232, 237, 244, 0.84);
  line-height: 1.45;
}

.edge-list li span {
  display: block;
  margin-bottom: 28px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
}

.arc-section {
  background:
    linear-gradient(180deg, rgba(10, 18, 32, 0.96), rgba(10, 18, 32, 0.9)),
    url("assets/07-chart-stars-minimal-169.png") center / cover no-repeat;
}

.loop-card {
  min-height: 260px;
  margin-bottom: 42px;
  padding: clamp(28px, 4vw, 42px) clamp(24px, 5vw, 64px) clamp(74px, 8vw, 96px);
  border: 1px solid rgba(232, 237, 244, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 46%, rgba(233, 200, 126, 0.08), transparent 52%),
    radial-gradient(circle at 50% 60%, rgba(179, 74, 74, 0.08), transparent 42%),
    rgba(18, 32, 54, 0.35);
}

.loop-goal {
  margin: 0 0 clamp(42px, 6vw, 70px);
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

.loop-flow {
  display: grid;
  grid-template-columns: auto auto minmax(82px, 124px) auto auto auto auto;
  grid-template-rows: auto 92px;
  column-gap: clamp(6px, 1vw, 12px);
  align-items: center;
  justify-content: center;
  width: min(100%, 720px);
  min-width: 0;
  margin-inline: auto;
}

.loop-step {
  color: var(--ink);
  font-size: clamp(0.78rem, 1.25vw, 1.05rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.loop-arrow {
  flex: 0 0 auto;
  color: rgba(233, 200, 126, 0.7);
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  line-height: 1;
}

.loop-observe,
.loop-arrow-observe,
.loop-orient,
.loop-arrow-orient,
.loop-decide,
.loop-arrow-decide,
.loop-act {
  grid-row: 1;
}

.loop-observe {
  grid-column: 1;
}

.loop-arrow-observe {
  grid-column: 2;
}

.loop-orient {
  grid-column: 3;
}

.loop-arrow-orient {
  grid-column: 4;
}

.loop-decide {
  grid-column: 5;
}

.loop-arrow-decide {
  grid-column: 6;
}

.loop-act {
  grid-column: 7;
}

.loop-return {
  position: relative;
  grid-row: 2;
  grid-column: 1 / -1;
  align-self: stretch;
  margin: 18px clamp(12px, 3vw, 30px) 0;
  border-right: 1px solid rgba(233, 200, 126, 0.62);
  border-bottom: 1px solid rgba(233, 200, 126, 0.62);
  border-left: 1px solid rgba(233, 200, 126, 0.62);
  border-radius: 0 0 36px 36px;
}

.loop-return::before {
  position: absolute;
  top: -9px;
  left: -7px;
  color: var(--gold);
  content: "↑";
  font-size: 1rem;
  line-height: 1;
}

.loop-return-label {
  z-index: 1;
  grid-row: 2;
  grid-column: 1 / -1;
  align-self: end;
  justify-self: center;
  margin-bottom: -4px;
  padding-inline: 10px;
  background: #101b2d;
  color: var(--gold);
  font-size: 0.56rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.loop-hijack {
  position: relative;
  display: grid;
  grid-template-rows: auto 1px auto;
  gap: 5px;
  min-width: clamp(82px, 10vw, 124px);
  color: var(--ink);
}

.loop-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(204, 107, 98, 0.95) 20%, var(--gold) 50%, rgba(204, 107, 98, 0.95) 80%, transparent);
  box-shadow: 0 0 10px rgba(179, 74, 74, 0.28);
}

.loop-hijack small {
  color: rgba(204, 107, 98, 0.92);
  font-size: clamp(0.56rem, 0.78vw, 0.68rem);
  font-weight: 850;
  letter-spacing: 0.12em;
}

.alpha-leak {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  color: rgba(204, 107, 98, 0.92);
  font-size: 1.35rem;
  transform: translateX(-50%);
}

.alpha-leak-label {
  position: absolute;
  top: calc(100% + 38px);
  left: 50%;
  color: rgba(204, 107, 98, 0.82);
  font-size: 0.56rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  transform: translateX(-50%);
  white-space: nowrap;
}

.arc-warning {
  max-width: 920px;
  color: var(--muted);
  font-size: clamp(1.15rem, 2vw, 1.65rem);
}

.arc-warning strong {
  color: var(--ink);
}

.arc-command {
  max-width: 1000px;
  margin-bottom: clamp(52px, 7vw, 92px);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.8vw, 5.2rem);
  line-height: 1;
}

.lead-definition {
  display: grid;
  grid-template-columns: minmax(220px, 0.6fr) minmax(0, 1.4fr);
  gap: clamp(26px, 5vw, 76px);
  margin-bottom: clamp(50px, 7vw, 90px);
  padding: clamp(26px, 4vw, 52px);
  border: 1px solid rgba(233, 200, 126, 0.2);
  background: linear-gradient(135deg, rgba(233, 200, 126, 0.08), rgba(18, 32, 54, 0.36));
}

.lead-definition .small-label {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3vw, 3rem);
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: none;
}

.lead-definition > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.55vw, 1.3rem);
  line-height: 1.75;
}

.system-section {
  background: linear-gradient(145deg, #e8edf4 0%, #dce4ed 100%);
  color: #0a1220;
}

.system-section .eyebrow,
.system-section .small-label,
.why-section .eyebrow,
.why-section .small-label {
  color: #815f25;
}

.system-section .section-intro h2,
.why-section .section-intro h2 {
  color: #0a1220;
}

.system-section .section-lede,
.why-section .section-lede,
.why-section .triangle-copy > p:not(.small-label) {
  color: rgba(10, 18, 32, 0.7);
}

.why-section {
  --why-light-opacity: 0.58;
  --why-mask-opacity: 0;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(145deg, #f0f3f6 0%, #e2e8ef 100%);
  color: #0a1220;
}

.why-section::before,
.why-section::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
}

.why-section::before {
  z-index: 3;
  background:
    radial-gradient(circle at 70% -6%, rgba(232, 237, 244, 0.12) 0%, rgba(5, 8, 14, 0.82) 34%, #05080e 74%),
    #05080e;
  opacity: var(--why-mask-opacity);
  will-change: opacity;
}

.why-section::after {
  z-index: 0;
  background: radial-gradient(circle at 70% -4%, rgba(255, 255, 255, 0.9) 0%, rgba(233, 200, 126, 0.22) 25%, transparent 58%);
  opacity: var(--why-light-opacity);
  will-change: opacity;
}

.why-section > * {
  position: relative;
  z-index: 1;
}

.why-section .feed-list span {
  border-color: rgba(10, 18, 32, 0.14);
  color: rgba(10, 18, 32, 0.7);
  background: rgba(255, 255, 255, 0.46);
}

.why-section .evidence-quote {
  background: rgba(255, 255, 255, 0.58);
  color: #0a1220;
}

.why-section .evidence-quote a {
  color: inherit;
  text-decoration-color: rgba(129, 95, 37, 0.42);
  text-underline-offset: 0.22em;
}

.why-section .evidence-meaning {
  max-width: 780px;
  margin-top: 22px;
  color: rgba(10, 18, 32, 0.68);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.65;
}

.why-section .evidence-meaning strong {
  color: #0a1220;
}

.why-section .edge-list li {
  border-color: rgba(10, 18, 32, 0.12);
  background: rgba(255, 255, 255, 0.54);
  color: rgba(10, 18, 32, 0.78);
}

.loop-figure {
  max-width: 1080px;
  margin-bottom: clamp(54px, 8vw, 110px);
}

.loop-detect {
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
}

.loop-debug {
  top: 21%;
  left: 8%;
  border-color: rgba(233, 200, 126, 0.42);
  color: var(--gold);
}

.loop-prioritize {
  top: 23%;
  right: 7%;
}

.loop-act {
  right: 7%;
  bottom: 23%;
}

.loop-encode {
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
}

.loop-heal {
  bottom: 23%;
  left: 8%;
}

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

.station-card {
  display: flex;
  flex-direction: column;
  min-height: 370px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(10, 18, 32, 0.12);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.62);
}

.station-card h3 {
  color: #0a1220;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 2.8vw, 2.7rem);
}

.station-card > p {
  color: rgba(10, 18, 32, 0.68);
  line-height: 1.65;
}

.station-number {
  display: block;
  margin-bottom: 24px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.system-section .station-number,
.why-section .edge-list li span {
  color: #815f25;
}

.debug-card {
  border-color: rgba(129, 95, 37, 0.28);
  background: linear-gradient(145deg, rgba(233, 200, 126, 0.34), rgba(255, 255, 255, 0.68));
}

.mock-card {
  margin-top: auto;
  padding: 14px;
  border: 1px solid rgba(232, 237, 244, 0.12);
  border-radius: 4px;
  background: rgba(10, 18, 32, 0.62);
  color: rgba(232, 237, 244, 0.56);
  font-size: 0.78rem;
  line-height: 1.55;
}

.mock-card strong {
  color: rgba(232, 237, 244, 0.86);
  font-weight: 650;
}

.founder-section {
  background: linear-gradient(145deg, #e9e3da 0%, #d8cbbb 100%);
  color: #0a1220;
}

.founder-section .eyebrow {
  color: #815f25;
}

.founder-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(40px, 8vw, 120px);
}

.founder-section .section-intro {
  margin-bottom: 0;
}

.founder-section .section-intro h2 {
  color: #0a1220;
}

.founder-copy {
  display: grid;
  gap: 22px;
}

.founder-copy p,
.founder-copy blockquote {
  margin: 0;
  color: rgba(10, 18, 32, 0.76);
  font-size: clamp(1.05rem, 1.65vw, 1.35rem);
  line-height: 1.7;
}

.founder-copy blockquote {
  padding: 22px 0 22px 24px;
  border-left: 2px solid #815f25;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.5vw, 2.45rem);
  line-height: 1.2;
}

.founder-copy cite {
  display: block;
  margin-top: 14px;
  color: #815f25;
}

.offer-section {
  background:
    linear-gradient(180deg, rgba(10, 18, 32, 0.88), rgba(10, 18, 32, 0.96)),
    url("assets/07-chart-stars-169.png") center / cover no-repeat;
}

.offer-positioning {
  max-width: 880px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.6vw, 2.8rem);
  line-height: 1.15;
}

.offer-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(310px, 0.85fr);
  gap: clamp(26px, 5vw, 72px);
  margin-bottom: 56px;
}

.begin-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.begin-list li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  padding: 20px 0;
  border-top: 1px solid rgba(232, 237, 244, 0.14);
}

.begin-list li > span {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
}

.begin-list strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 1.08rem;
}

.begin-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.deliverables-card {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(233, 200, 126, 0.22);
  background: rgba(18, 32, 54, 0.64);
}

.deliverables-card ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding-left: 20px;
  color: rgba(232, 237, 244, 0.82);
  line-height: 1.5;
}

.proof-band {
  margin-bottom: 56px;
  padding: clamp(26px, 5vw, 56px);
  border: 1px solid rgba(232, 237, 244, 0.15);
  background: linear-gradient(135deg, rgba(233, 200, 126, 0.12), rgba(18, 32, 54, 0.45));
}

.proof-band blockquote {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3vw, 3.2rem);
  line-height: 1.1;
}

.proof-band cite {
  display: block;
  margin-top: 18px;
}

.offer-close {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(320px, 1.3fr);
  gap: clamp(32px, 7vw, 100px);
  align-items: start;
}

.offer-close > div > p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 4vw, 4.4rem);
  line-height: 1.03;
}

.v3-site .inquiry-form {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(232, 237, 244, 0.16);
  background: rgba(10, 18, 32, 0.7);
}

.v3-site .inquiry-form label {
  color: rgba(232, 237, 244, 0.7);
}

.v3-site .inquiry-form input,
.v3-site .inquiry-form textarea {
  border-color: rgba(232, 237, 244, 0.18);
  background: rgba(18, 32, 54, 0.72);
  color: var(--ink);
}

.v3-site .inquiry-form input::placeholder,
.v3-site .inquiry-form textarea::placeholder {
  color: rgba(232, 237, 244, 0.42);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.dawn-section {
  --dawn-progress: 0;
  --dawn-moon-opacity: 1;
  --dawn-moon-y: 0px;
  --dawn-moon-scale: 1;
  position: relative;
  min-height: 125svh;
  display: flex;
  align-items: center;
  padding: clamp(120px, 15vw, 220px) clamp(18px, 5vw, 72px) clamp(110px, 12vw, 180px);
  overflow: hidden;
  isolation: isolate;
}

.dawn-night-picture,
.dawn-night-picture img,
.dawn-picture,
.dawn-picture img,
.dawn-sun,
.dawn-shade {
  position: absolute;
  inset: 0;
}

.dawn-night-picture,
.dawn-picture {
  z-index: -4;
}

.dawn-night-picture {
  opacity: calc(1 - var(--dawn-progress));
}

.dawn-picture {
  opacity: calc(0.06 + (var(--dawn-progress) * 0.94));
}

.dawn-night-picture img,
.dawn-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dawn-night-picture img {
  object-position: 50% 50%;
  transform: scale(calc(1.035 - (var(--dawn-progress) * 0.02)));
}

.dawn-picture img {
  object-position: 50% 50%;
  filter:
    brightness(calc(0.7 + (var(--dawn-progress) * 0.38)))
    saturate(calc(0.72 + (var(--dawn-progress) * 0.42)));
  transform: scale(calc(1.055 - (var(--dawn-progress) * 0.035)));
}

.dawn-sun {
  z-index: -3;
  opacity: calc(var(--dawn-progress) * 0.92);
  background:
    radial-gradient(ellipse at 68% 58%, rgba(255, 222, 163, 0.7) 0%, rgba(244, 159, 84, 0.27) 13%, transparent 37%),
    linear-gradient(180deg, transparent 30%, rgba(255, 177, 105, 0.11) 52%, rgba(255, 215, 158, 0.24) 59%, transparent 76%);
  mix-blend-mode: screen;
}

.dawn-sun-window {
  position: absolute;
  z-index: -2;
  inset: 0 0 42% 0;
  overflow: hidden;
  pointer-events: none;
}

.dawn-sun-disc {
  position: absolute;
  left: 68%;
  bottom: var(--dawn-sun-bottom, -520px);
  width: clamp(300px, 26vw, 490px);
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: var(--dawn-sun-opacity, 0);
  background: #ffdc8e;
  overflow: hidden;
  transform: translateX(-50%);
  will-change: bottom, opacity;
}

/* Atmospheric sunlight rather than a close-up view of the solar surface. */
.dawn-sun-disc img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  inset: 0;
  object-fit: contain;
  filter: none;
}

.alpha-site .compact-dawn .dawn-sun-disc {
  background: transparent;
  overflow: visible;
}

.dawn-moon {
  position: absolute;
  z-index: -2;
  top: clamp(72px, 10vw, 142px);
  left: clamp(24px, 7vw, 112px);
  width: clamp(58px, 6.8vw, 112px);
  aspect-ratio: 1;
  object-fit: contain;
  opacity: var(--dawn-moon-opacity);
  filter: grayscale(1) saturate(0.08) brightness(0.86) contrast(0.88);
  transform: translate3d(0, var(--dawn-moon-y), 0) scale(var(--dawn-moon-scale));
  transform-origin: center;
  will-change: transform, opacity;
}

.dawn-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(8, 16, 29, calc(0.92 - (var(--dawn-progress) * 0.28))) 0%, rgba(8, 16, 29, calc(0.65 - (var(--dawn-progress) * 0.28))) 42%, rgba(8, 16, 29, 0.04) 82%),
    linear-gradient(180deg, rgba(8, 16, 29, calc(0.26 - (var(--dawn-progress) * 0.12))) 0%, rgba(8, 16, 29, 0.01) 58%, rgba(8, 16, 29, calc(0.5 - (var(--dawn-progress) * 0.16))) 100%);
}

.dawn-content {
  position: relative;
  z-index: 1;
  width: min(100%, 940px);
}

.dawn-content h2 {
  max-width: 900px;
  font-size: clamp(3.2rem, 7.5vw, 8rem);
  line-height: 0.92;
}

.dawn-lede {
  max-width: 680px;
  color: rgba(232, 237, 244, 0.82);
  font-size: clamp(1.05rem, 1.7vw, 1.42rem);
  line-height: 1.6;
}

.dawn-outcomes {
  display: grid;
  gap: 4px;
  margin: clamp(34px, 5vw, 68px) 0 34px;
}

.dawn-outcomes p {
  margin: 0;
  color: rgba(232, 237, 244, 0.58);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3vw, 3.15rem);
  line-height: 1.2;
}

.dawn-outcomes strong {
  color: rgba(255, 241, 218, 0.96);
  font-weight: 500;
}

.close-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.text-link {
  padding: 13px 10px;
  color: var(--ink);
  font-weight: 750;
  border-bottom: 1px solid rgba(232, 237, 244, 0.4);
}

.quiet-truth {
  max-width: 680px;
  margin-top: 48px;
  color: rgba(232, 237, 244, 0.58);
  font-style: italic;
  line-height: 1.6;
}

.v3-site .site-footer {
  background: #0a1220;
  border-top: 1px solid rgba(232, 237, 244, 0.12);
}

@media (max-width: 1050px) {
  .deal-story-path {
    grid-template-columns: minmax(0, 0.8fr) auto minmax(0, 1.15fr) auto minmax(0, 1fr);
  }

  .edge-list ol {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .station-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 820px) {
  .v3-site .site-header {
    grid-template-columns: auto auto;
  }

  .v3-site .nav-links {
    display: none;
  }

  .v3-site .login-actions {
    justify-self: end;
  }

  .deal-field {
    min-height: 0;
  }

  .deal-field-content {
    min-height: 0;
    gap: 48px;
  }

  .deal-decision-tabs {
    display: flex;
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .deal-decision-tab {
    flex: 0 0 auto;
    min-width: 124px;
  }

  .deal-story-path {
    grid-template-columns: 1fr;
  }

  .deal-story-arrow {
    justify-self: center;
    line-height: 0.7;
    transform: rotate(90deg);
  }

  .deal-story-step {
    min-height: 0;
  }

  .deal-output-grid {
    grid-template-columns: 1fr;
  }

  .triangle-layout,
  .lead-definition,
  .founder-grid,
  .offer-columns,
  .offer-close {
    grid-template-columns: 1fr;
  }

  .edge-list ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-strip {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .founder-section .section-intro {
    margin-bottom: 24px;
  }
}

@media (max-width: 620px) {
  .v3-site .site-header {
    padding: 14px 16px;
  }

  .v3-site .login-actions .solid-button {
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.74rem;
  }

  .v3-site .brand {
    min-width: 0;
  }

  .v3-site .brand-name {
    display: none;
  }

  .v3-site .hero {
    min-height: 118svh;
    padding-top: 112px;
  }

  .v3-site .hero-content h1 {
    font-size: clamp(2.8rem, 13vw, 4.7rem);
  }

  .hero-email-form {
    grid-template-columns: 1fr;
  }

  .deal-field {
    margin-inline: -2px;
  }

  .deal-field-image {
    object-position: 55% center;
    filter: saturate(0.72) contrast(1.04) brightness(0.58);
  }

  .deal-field-content {
    gap: 34px;
    padding: 18px;
  }

  .deal-decision-tab {
    min-width: 112px;
    min-height: 46px;
    padding-inline: 8px;
  }

  .deal-story {
    gap: 10px;
  }

  .deal-story-path,
  .deal-output-grid,
  .deal-alpha-grid {
    gap: 10px;
  }

  .deal-alpha-grid {
    grid-template-columns: 1fr;
  }

  .deal-story-step,
  .deal-tools,
  .deal-alpha-grid > div {
    padding: 17px;
  }

  .triangle-center-label {
    width: 34%;
  }

  .triangle-functions {
    left: 2%;
    bottom: 13%;
  }

  .triangle-ai {
    right: 1%;
    bottom: 13%;
  }

  .state-switch {
    right: 8px;
    bottom: 8px;
  }

  .state-button {
    min-width: 54px;
  }

  .edge-list ol,
  .station-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .edge-list li,
  .station-card {
    min-height: 0;
  }

  .loop-card {
    min-height: 250px;
    padding-inline: 20px;
  }

  .loop-flow {
    grid-template-columns: auto auto minmax(72px, 92px) auto auto auto auto;
    grid-template-rows: auto 88px;
    column-gap: 5px;
  }

  .loop-step {
    font-size: clamp(0.62rem, 2.8vw, 0.78rem);
    letter-spacing: 0.055em;
  }

  .loop-arrow {
    font-size: 0.9rem;
  }

  .loop-hijack small {
    font-size: 0.5rem;
    letter-spacing: 0.08em;
  }

  .loop-return {
    margin-inline: 7px;
  }

  .dawn-section {
    min-height: 130svh;
    align-items: flex-start;
    padding-top: 132px;
  }

  .dawn-shade {
    background:
      radial-gradient(circle at 50% 20%, rgba(8, 17, 30, calc(0.84 - (var(--dawn-progress) * 0.7))) 0 1.6%, transparent 4.6%),
      linear-gradient(180deg, rgba(8, 16, 29, 0.9) 0%, rgba(8, 16, 29, 0.52) 49%, rgba(8, 16, 29, 0.14) 72%, rgba(8, 16, 29, 0.5) 100%);
  }

  .dawn-moon {
    top: 68px;
    left: 26px;
    width: 62px;
  }

  .dawn-sun-window {
    inset: 0 0 46% 0;
  }

  .dawn-sun-disc {
    left: 52%;
    width: min(82vw, 340px);
  }

  .dawn-picture img {
    object-position: 50% 50%;
  }

  .dawn-content h2 {
    max-width: 620px;
  }

  .dawn-lede {
    max-width: 560px;
  }

  .dawn-outcomes {
    margin-top: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .deal-decision-tab,
  .deal-decision-tab::after,
  .deal-story {
    transition: none;
  }

  .signal-card p {
    transition: none;
  }

  .why-section {
    --why-light-opacity: 0.58;
    --why-mask-opacity: 0;
  }

  .dawn-section {
    --dawn-progress: 1;
    --dawn-moon-opacity: 0;
    --dawn-sun-bottom: calc(clamp(30px, 2.6vw, 49px) - clamp(300px, 26vw, 490px));
    --dawn-sun-opacity: 1;
  }

  .dawn-sun-disc {
    bottom: var(--dawn-sun-bottom);
  }
}

@media (max-width: 720px) and (prefers-reduced-motion: reduce) {
  .dawn-section {
    --dawn-sun-bottom: calc(min(8.2vw, 34px) - min(82vw, 340px));
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--night);
  color: var(--ink);
}

body::selection {
  background: var(--gold);
  color: var(--night);
}

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

button,
input,
textarea {
  font: inherit;
}

button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 18px clamp(18px, 4vw, 56px);
  background: linear-gradient(180deg, rgba(8, 11, 13, 0.92), rgba(8, 11, 13, 0.48), rgba(8, 11, 13, 0));
  backdrop-filter: blur(14px);
}

.brand,
.nav-links,
.login-actions,
.hero-actions,
.role-toggle,
.portal-tabs {
  display: flex;
  align-items: center;
}

.brand {
  gap: 11px;
  justify-self: start;
  width: fit-content;
  min-width: 204px;
  color: var(--ink);
}

.brand-mark-image {
  display: block;
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(234, 208, 162, 0.18));
}

.brand-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.34rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap;
}

.footer-mark-image {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap;
}

.footer-logo {
  display: block;
  height: auto;
}

.nav-links {
  justify-content: center;
  gap: clamp(14px, 3vw, 34px);
  color: var(--muted);
  font-size: 0.88rem;
}

.nav-links a:hover,
.book-layout a:hover {
  color: var(--gold);
}

.login-actions {
  gap: 10px;
}

.ghost-button,
.solid-button,
.role-button,
.tab,
.part-card,
.icon-button {
  border: 1px solid var(--line);
  color: var(--ink);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.ghost-button,
.solid-button {
  min-height: 42px;
  padding: 0 18px;
  border-radius: 4px;
}

.ghost-button {
  background: rgba(8, 11, 13, 0.18);
}

.solid-button {
  background: var(--ink);
  border-color: var(--ink);
  color: #11120f;
  font-weight: 700;
}

.large {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
}

.ghost-button:hover,
.solid-button:hover,
.role-button:hover,
.tab:hover,
.part-card:hover {
  transform: translateY(-1px);
  border-color: rgba(234, 208, 162, 0.72);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  padding: 132px clamp(18px, 5vw, 72px) 7vh;
  overflow: hidden;
  --hero-star-opacity-a: 0.18;
  --hero-star-opacity-b: 0;
  --hero-star-y-a: 0px;
  --hero-star-y-b: 0px;
  --hero-moon-x: -24px;
  --hero-moon-y: 69%;
  --hero-moon-scale: 1.02;
  --hero-moon-rotate: -2deg;
  --hero-moon-opacity: 0.98;
  --hero-moon-glow: 0.5;
  --hero-reflection-x: -24px;
  --hero-reflection-y: 0px;
  --hero-reflection-scale: 0.9;
  --hero-reflection-opacity: 0.22;
  --hero-shimmer-y: 6px;
  --hero-shimmer-skew: -1deg;
  --hero-scene-light: 0;
  --hero-horizon-y: 57.4%;
}

.hero-picture,
.hero-image,
.hero-shade,
.hero-timelapse {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
  /* Pin the plate’s 540/941 waterline to the same point at every aspect ratio. */
  object-position: 50% var(--hero-horizon-y);
  filter:
    brightness(calc(0.8 + var(--hero-scene-light) * 0.32))
    saturate(calc(0.9 + var(--hero-scene-light) * 0.2))
    contrast(calc(1.02 - var(--hero-scene-light) * 0.03));
  transition: filter 300ms ease;
  z-index: 0;
}

.hero-timelapse {
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  transition: opacity 700ms ease;
}

.hero.is-ready .hero-timelapse {
  opacity: 1;
}

.scene-night-veil {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    radial-gradient(circle at calc(64% + var(--hero-moon-x)) var(--hero-moon-y), rgba(248, 239, 224, calc(0.04 + var(--hero-scene-light) * 0.18)) 0 6%, transparent 30%),
    linear-gradient(90deg, rgba(8, 11, 13, 0.32) 0%, rgba(8, 11, 13, 0.18) 50%, rgba(8, 11, 13, 0.3) 100%),
    linear-gradient(180deg, rgba(8, 11, 13, 0.2) 0%, rgba(8, 11, 13, calc(0.68 - var(--hero-scene-light) * 0.44)) 100%);
  opacity: calc(0.86 - var(--hero-scene-light) * 0.62);
}

.star-field {
  position: absolute;
  inset: 0;
  opacity: var(--hero-star-opacity-a);
  transform: translate3d(0, var(--hero-star-y-a), 0);
  will-change: opacity, transform;
  mix-blend-mode: screen;
}

.star-field-a {
  background-image:
    radial-gradient(circle at 14% 18%, rgba(248, 239, 224, 0.85) 0 1px, transparent 1.7px),
    radial-gradient(circle at 26% 9%, rgba(234, 208, 162, 0.72) 0 1px, transparent 1.8px),
    radial-gradient(circle at 41% 17%, rgba(248, 239, 224, 0.62) 0 1px, transparent 1.7px),
    radial-gradient(circle at 58% 11%, rgba(248, 239, 224, 0.78) 0 1.1px, transparent 1.9px),
    radial-gradient(circle at 72% 18%, rgba(234, 208, 162, 0.66) 0 1px, transparent 1.8px),
    radial-gradient(circle at 88% 8%, rgba(248, 239, 224, 0.78) 0 1px, transparent 1.7px);
  animation: starBreath 8s ease-in-out infinite alternate;
  animation-play-state: paused;
}

.star-field-b {
  opacity: var(--hero-star-opacity-b);
  transform: translate3d(0, var(--hero-star-y-b), 0);
  background-image:
    radial-gradient(circle at 9% 31%, rgba(248, 239, 224, 0.58) 0 1px, transparent 1.7px),
    radial-gradient(circle at 32% 28%, rgba(234, 208, 162, 0.68) 0 1px, transparent 1.8px),
    radial-gradient(circle at 49% 34%, rgba(248, 239, 224, 0.74) 0 1.1px, transparent 1.9px),
    radial-gradient(circle at 67% 27%, rgba(248, 239, 224, 0.58) 0 1px, transparent 1.8px),
    radial-gradient(circle at 83% 35%, rgba(234, 208, 162, 0.64) 0 1px, transparent 1.8px),
    radial-gradient(circle at 94% 25%, rgba(248, 239, 224, 0.56) 0 1px, transparent 1.7px);
  animation: starBreath 11s ease-in-out infinite alternate-reverse;
  animation-play-state: paused;
}

.hero.is-ready .star-field-a,
.hero.is-ready .star-field-b,
.hero.is-ready .water-shimmer {
  animation-play-state: running;
}

.moon-rise-window {
  position: absolute;
  inset: 0;
  z-index: 4;
  /* One waterline, with a one-pixel atmospheric edge. */
  mask-image: linear-gradient(#000 calc(var(--hero-horizon-y) - 1px), transparent var(--hero-horizon-y));
  -webkit-mask-image: linear-gradient(#000 calc(var(--hero-horizon-y) - 1px), transparent var(--hero-horizon-y));
  pointer-events: none;
}

.moon-aura {
  position: absolute;
  left: calc(64% + var(--hero-moon-x));
  top: var(--hero-moon-y);
  z-index: 1;
  width: clamp(350px, 32vw, 590px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(248, 239, 224, 0.36) 0 16%, rgba(234, 208, 162, 0.18) 31%, rgba(185, 129, 82, 0.09) 51%, transparent 74%);
  filter: blur(11px);
  mix-blend-mode: screen;
  opacity: var(--hero-moon-glow);
  transform: translate(-50%, -50%) scale(var(--hero-moon-scale));
  will-change: left, top, opacity, transform;
}

.moon-disc {
  position: absolute;
  left: calc(64% + var(--hero-moon-x));
  top: var(--hero-moon-y);
  z-index: 2;
  display: block;
  width: clamp(300px, 26vw, 490px);
  height: auto;
  opacity: var(--hero-moon-opacity);
  /* The original cutout has faint pixels beyond the lunar limb. Keep them
     out of the composition; the separate aura supplies the soft spill. */
  mask-image: radial-gradient(circle closest-side at 49.6% 49.9%, #000 98%, transparent 99%);
  -webkit-mask-image: radial-gradient(circle closest-side at 49.6% 49.9%, #000 98%, transparent 99%);
  filter: brightness(1.08) saturate(1.1) contrast(1.08);
  transform: translate(-50%, -50%) scale(var(--hero-moon-scale)) rotate(var(--hero-moon-rotate));
  will-change: left, top, opacity, transform;
}

.water-glow,
.water-shimmer {
  position: absolute;
  left: calc(64% + var(--hero-reflection-x));
  bottom: 0;
  z-index: 8;
  transform: translate3d(-50%, var(--hero-reflection-y), 0) scaleY(var(--hero-reflection-scale)) skewX(var(--hero-shimmer-skew));
  transform-origin: center bottom;
  will-change: transform, opacity;
  mix-blend-mode: screen;
}

.water-glow {
  width: clamp(390px, 43vw, 760px);
  height: 47vh;
  background:
    radial-gradient(ellipse at center top, rgba(248, 239, 224, 0.42) 0 7%, rgba(234, 208, 162, 0.22) 24%, rgba(185, 129, 82, 0.09) 52%, transparent 78%);
  filter: blur(14px);
  opacity: var(--hero-reflection-opacity);
}

.water-shimmer {
  width: clamp(430px, 46vw, 820px);
  height: 48vh;
  opacity: calc(var(--hero-reflection-opacity) + 0.08);
  background:
    radial-gradient(ellipse at center top, rgba(248, 239, 224, 0.34) 0 8%, rgba(234, 208, 162, 0.12) 28%, transparent 64%),
    repeating-linear-gradient(
      180deg,
      rgba(248, 239, 224, 0.18) 0 1px,
      transparent 1px 8px,
      rgba(234, 208, 162, 0.11) 8px 10px,
      transparent 10px 22px
    );
  background-position: center var(--hero-shimmer-y), center var(--hero-shimmer-y);
  filter: blur(0.45px);
  mask-image: radial-gradient(ellipse at center top, #000 0 12%, rgba(0, 0, 0, 0.74) 33%, rgba(0, 0, 0, 0.3) 62%, transparent 86%);
  animation: waterPulse 3.6s ease-in-out infinite alternate;
  animation-play-state: paused;
}

/* The sky shading used to sit behind the duplicate foreground. Limit it
   to the sky so the single ocean plate keeps its original wave detail. */
.hero-shade,
.scene-night-veil {
  mask-image: linear-gradient(#000 calc(var(--hero-horizon-y) - 2%), transparent calc(var(--hero-horizon-y) + 2%));
  -webkit-mask-image: linear-gradient(#000 calc(var(--hero-horizon-y) - 2%), transparent calc(var(--hero-horizon-y) + 2%));
}

/* Reflections may move within the water, never over the moon or sky. */
.water-reflection {
  position: absolute;
  inset: 0;
  z-index: 8;
  pointer-events: none;
  mask-image: linear-gradient(transparent var(--hero-horizon-y), #000 calc(var(--hero-horizon-y) + 2%));
  -webkit-mask-image: linear-gradient(transparent var(--hero-horizon-y), #000 calc(var(--hero-horizon-y) + 2%));
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 11, 13, 0.94) 0%, rgba(8, 11, 13, 0.78) 35%, rgba(8, 11, 13, 0.12) 74%),
    linear-gradient(0deg, var(--night) 0%, rgba(8, 11, 13, 0) 30%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 3;
}

@keyframes starBreath {
  from {
    filter: brightness(0.78);
  }

  to {
    filter: brightness(1.18);
  }
}

@keyframes waterPulse {
  from {
    filter: blur(0.2px) brightness(0.86);
  }

  to {
    filter: blur(0.8px) brightness(1.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-image,
  .star-field,
  .moon-disc,
  .moon-aura,
  .water-glow,
  .water-shimmer {
    animation: none;
    will-change: auto;
  }
}

.hero-content {
  max-width: 820px;
}

.hero-content .eyebrow,
.hero-content h1,
.hero-copy {
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.58);
}

.eyebrow,
.small-label {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.15rem, 7.8vw, 7.8rem);
  line-height: 0.92;
  font-weight: 500;
  letter-spacing: 0;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.2vw, 4.65rem);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.4vw, 1.24rem);
  line-height: 1.7;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.panel-heading span,
.method-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.method-card p,
.library-grid p,
.portal-copy p,
.book-layout p,
.site-footer,
.form-note {
  color: var(--muted);
  line-height: 1.65;
}

.intro-band,
.section,
.portal-section,
.apply-section {
  padding: clamp(64px, 9vw, 124px) clamp(18px, 5vw, 72px);
}

.intro-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: clamp(32px, 5vw, 72px);
  background:
    radial-gradient(circle at 78% 0%, rgba(248, 239, 224, 0.34), transparent 34%),
    linear-gradient(145deg, #f4ead8 0%, #dfe8df 52%, #c3baaa 100%);
  color: #151615;
  border-top: 1px solid rgba(248, 239, 224, 0.24);
  border-bottom: 1px solid rgba(8, 11, 13, 0.12);
}

.intro-band p {
  max-width: 880px;
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3vw, 3.25rem);
  line-height: 1.08;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  align-self: end;
  margin: 0;
}

.metrics div,
.method-card,
.library-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(248, 239, 224, 0.055);
}

.intro-band .small-label,
.intro-band .metrics dt {
  color: #7a552f;
}

.intro-band .metrics div {
  border-color: rgba(21, 22, 21, 0.16);
  background: rgba(255, 252, 244, 0.46);
}

.intro-band .metrics dd {
  color: rgba(21, 22, 21, 0.7);
}

.metrics div {
  min-height: 130px;
  padding: 18px;
}

.metrics dt {
  margin-bottom: 12px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.6rem;
}

.metrics dd {
  margin: 0;
  color: var(--muted);
}

.section {
  background:
    linear-gradient(180deg, #f4ead8 0%, #e7eadf 100%);
  color: #151615;
}

.section .eyebrow,
.section .small-label,
.section .method-card span,
.section .library-grid span {
  color: #7a552f;
}

.section h2,
.section h3,
.section p {
  color: #151615;
}

.section .method-card,
.section .library-grid article {
  border-color: rgba(21, 22, 21, 0.14);
  background: rgba(255, 252, 244, 0.54);
}

.section-heading {
  max-width: 860px;
  margin-bottom: clamp(34px, 5vw, 70px);
}

.section-heading > p:not(.eyebrow) {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(21, 22, 21, 0.72);
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.65;
}

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

.loop-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.method-card,
.library-grid article {
  min-height: 260px;
  padding: clamp(22px, 3vw, 34px);
}

.loop-grid .method-card {
  min-height: 300px;
  padding: clamp(20px, 2vw, 28px);
}

.method-card:nth-child(2) {
  background: rgba(255, 252, 244, 0.62);
}

.method-card:nth-child(3) {
  background: rgba(234, 208, 162, 0.3);
}

.method-card:nth-child(4) {
  background: rgba(255, 252, 244, 0.58);
}

.method-card:nth-child(5) {
  background: rgba(145, 165, 142, 0.16);
}

.portal-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(320px, 1.18fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: center;
  background:
    radial-gradient(circle at 84% 26%, rgba(248, 239, 224, 0.32), transparent 30%),
    linear-gradient(135deg, #e7eadf, #f4ead8 52%, #d2c6b4);
  color: #151615;
  border-top: 1px solid rgba(21, 22, 21, 0.12);
  border-bottom: 1px solid rgba(21, 22, 21, 0.12);
}

.portal-copy h2 {
  margin-bottom: 24px;
}

.portal-copy p {
  color: rgba(21, 22, 21, 0.72);
}

.portal-section .eyebrow {
  color: #7a552f;
}

.portal-section.locked .role-toggle,
.portal-section.locked .portal-shell {
  display: none;
}

.portal-section:not(.locked) .portal-gate {
  display: none;
}

.role-toggle {
  width: fit-content;
  margin-top: 28px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(8, 11, 13, 0.42);
}

.role-button {
  min-width: 106px;
  min-height: 40px;
  border: 0;
  border-radius: 4px;
  background: transparent;
}

.role-button.active,
.tab.active {
  background: var(--ink);
  color: var(--night);
  font-weight: 800;
}

.portal-gate {
  min-height: 390px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(248, 239, 224, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(140deg, rgba(248, 239, 224, 0.08), rgba(8, 11, 13, 0.46)),
    rgba(12, 16, 17, 0.82);
  color: var(--ink);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.48);
}

.portal-gate h3 {
  max-width: 520px;
  margin-bottom: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3.4vw, 3.4rem);
  font-weight: 500;
  line-height: 1;
}

.portal-gate p {
  max-width: 560px;
  margin-bottom: 28px;
  color: var(--muted);
  line-height: 1.65;
}

.portal-shell {
  border: 1px solid rgba(248, 239, 224, 0.24);
  border-radius: 8px;
  background: rgba(12, 16, 17, 0.82);
  color: var(--ink);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.48);
  overflow: hidden;
}

.portal-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 18px;
  border-bottom: 1px solid var(--line);
}

.portal-topbar > div {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--muted);
  font-size: 0.88rem;
}

.status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--sage);
  box-shadow: 0 0 0 5px rgba(145, 165, 142, 0.13);
}

.icon-button {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: transparent;
}

.icon-button span,
.icon-button::before,
.icon-button::after {
  position: absolute;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--ink);
  content: "";
  transform: translateX(-50%);
}

.icon-button span {
  top: 10px;
}

.icon-button::before {
  top: 16px;
}

.icon-button::after {
  top: 22px;
}

.portal-tabs {
  gap: 8px;
  padding: 14px;
  border-bottom: 1px solid var(--line);
  overflow-x: auto;
}

.tab {
  min-width: 104px;
  min-height: 38px;
  border-radius: 4px;
  background: rgba(248, 239, 224, 0.06);
}

.portal-content {
  min-height: 430px;
  padding: clamp(18px, 3vw, 30px);
}

.portal-panel {
  display: none;
}

.portal-panel.active {
  display: block;
}

.panel-heading {
  margin-bottom: 24px;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 20px;
}

.review-grid > div,
.transcript,
.book-layout {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(248, 239, 224, 0.055);
}

.review-grid > div {
  min-height: 150px;
  padding: 18px;
}

.review-grid p,
.session-list,
.transcript p,
.part-note {
  color: rgba(248, 239, 224, 0.84);
  line-height: 1.6;
}

.session-list {
  display: grid;
  gap: 10px;
  padding-left: 22px;
}

.transcript {
  display: grid;
  gap: 16px;
  padding: 22px;
}

.transcript p {
  margin-bottom: 0;
}

.parts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.part-card {
  min-height: 136px;
  padding: 16px;
  text-align: left;
  border-radius: 8px;
  background: rgba(248, 239, 224, 0.055);
}

.part-card.active {
  background: rgba(185, 129, 82, 0.2);
  border-color: rgba(234, 208, 162, 0.72);
}

.part-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.part-card strong {
  line-height: 1.35;
}

.part-note {
  min-height: 74px;
  margin-bottom: 0;
}

.book-layout {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 24px;
  align-items: center;
  padding: 22px;
}

.book-cover {
  display: flex;
  align-items: end;
  justify-content: center;
  aspect-ratio: 3 / 4;
  padding: 18px;
  border: 1px solid rgba(234, 208, 162, 0.42);
  border-radius: 6px;
  background:
    radial-gradient(circle at 50% 28%, #f7edd8 0 18%, transparent 19%),
    linear-gradient(160deg, #11191a, #28413a 52%, #9a6845);
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  line-height: 1.1;
  text-align: center;
}

.book-layout a {
  color: var(--gold);
  font-weight: 800;
}

.library-section {
  background:
    linear-gradient(180deg, #e7eadf 0%, #d8ded1 100%);
}

.apply-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(30px, 6vw, 90px);
  align-items: start;
  background:
    radial-gradient(circle at 18% 18%, rgba(248, 239, 224, 0.28), transparent 28%),
    linear-gradient(145deg, #d8ded1, #f1e6d3 54%, #c8bdac);
  color: #151615;
}

.apply-section .eyebrow,
.apply-section label {
  color: rgba(21, 22, 21, 0.72);
}

.apply-section h2,
.apply-section .form-note {
  color: #151615;
}

.inquiry-form {
  display: grid;
  gap: 16px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.9rem;
}

.hidden-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(21, 22, 21, 0.18);
  border-radius: 6px;
  background: rgba(255, 252, 244, 0.58);
  color: #151615;
  padding: 14px 15px;
  outline: none;
}

input:focus,
textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(234, 208, 162, 0.12);
}

textarea {
  resize: vertical;
}

.form-note {
  min-height: 24px;
  margin: 0;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 30px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: #080b0d;
}

@media (max-width: 1240px) {
  .hero-content {
    max-width: 700px;
  }

  h1 {
    max-width: 680px;
    font-size: clamp(3rem, 7.4vw, 6.2rem);
  }

  .hero-copy {
    max-width: 590px;
  }

  .moon-aura,
  .moon-disc {
    left: calc(76% + var(--hero-moon-x));
  }

  .water-glow,
  .water-shimmer {
    left: calc(76% + var(--hero-reflection-x));
  }

  .scene-night-veil {
    background:
      radial-gradient(circle at calc(76% + var(--hero-moon-x)) var(--hero-moon-y), rgba(248, 239, 224, calc(0.04 + var(--hero-scene-light) * 0.16)) 0 6%, transparent 30%),
      linear-gradient(90deg, rgba(8, 11, 13, 0.38) 0%, rgba(8, 11, 13, 0.24) 52%, rgba(8, 11, 13, 0.34) 100%),
      linear-gradient(180deg, rgba(8, 11, 13, 0.2) 0%, rgba(8, 11, 13, calc(0.7 - var(--hero-scene-light) * 0.42)) 100%);
  }

  .loop-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

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

  .nav-links {
    display: none;
  }

  .hero,
  .intro-band,
  .portal-section,
  .apply-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 118px;
  }

  .method-grid,
  .loop-grid,
  .library-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .site-header {
    position: fixed;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .login-actions {
    width: 100%;
  }

  .brand {
    min-width: 190px;
  }

  .brand-mark-image {
    width: 34px;
    height: 34px;
  }

  .brand-name {
    font-size: 1.22rem;
  }

  .login-actions .ghost-button,
  .login-actions .solid-button {
    flex: 1;
    padding: 0 12px;
  }

  .hero {
    padding-top: 140px;
    padding-bottom: 28px;
  }

  .moon-aura,
  .moon-disc {
    left: calc(100% + var(--hero-moon-x));
    top: calc(var(--hero-moon-y) + 4%);
  }

  .water-glow,
  .water-shimmer {
    left: calc(100% + var(--hero-reflection-x));
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(8, 11, 13, 0.96) 0%, rgba(8, 11, 13, 0.84) 56%, rgba(8, 11, 13, 0.22) 100%),
      linear-gradient(0deg, var(--night) 0%, rgba(8, 11, 13, 0) 38%);
  }

  h1 {
    font-size: clamp(2.75rem, 14vw, 3.75rem);
  }

  .metrics,
  .review-grid,
  .parts-grid,
  .book-layout {
    grid-template-columns: 1fr;
  }

  .portal-content {
    min-height: 520px;
  }

  .part-card {
    min-height: 104px;
  }

  .book-cover {
    width: min(180px, 100%);
  }

  .site-footer {
    flex-direction: column;
  }
}

/* Stable diagram legends and responsive layouts */

@media (max-width: 1050px) {
  .triangle-layout {
    grid-template-columns: 1fr;
  }

  .triangle-copy {
    max-width: 720px;
  }
}

@media (max-width: 820px) {
  .diagram-panel,
  .loop-figure {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding-bottom: 12px;
  }

  .diagram-panel img,
  .loop-figure img {
    grid-column: 1 / -1;
    margin-bottom: 4px;
  }

  .diagram-panel .diagram-label,
  .loop-figure .loop-label {
    position: static;
    display: block;
    width: auto;
    min-width: 0;
    margin: 0 8px;
    text-align: center;
    white-space: normal;
    transform: none;
  }

  .diagram-panel .triangle-center-label {
    position: static;
    grid-column: 1 / -1;
    width: auto;
    margin: 4px 12px 0;
    transform: none;
  }

  .diagram-panel .triangle-center-label strong {
    font-size: 1rem;
  }

  .diagram-panel .triangle-center-label span {
    font-size: 0.72rem;
  }

  .diagram-panel .state-switch {
    position: static;
    grid-column: 1 / -1;
    justify-self: center;
    margin-top: 4px;
  }
}

@media (max-width: 520px) {
  .loop-figure {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .diagram-panel {
    grid-template-columns: 1fr;
  }

  .diagram-panel img,
  .loop-figure img,
  .diagram-panel .triangle-center-label,
  .diagram-panel .state-switch {
    grid-column: 1 / -1;
  }

  .diagram-panel .diagram-label,
  .loop-figure .loop-label {
    margin: 0 10px;
  }
}

/* Alpha Audit lighthouse */

.solid-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  line-height: 1.15;
}

.book-deal-cta,
.form-submit-button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: rgba(255, 229, 166, 0.72);
  border-radius: 999px;
  background-color: #dcae58;
  background-image:
    linear-gradient(115deg, rgba(255, 255, 255, 0.38) 0%, rgba(255, 255, 255, 0.08) 48%, rgba(102, 52, 20, 0.22) 100%);
  box-shadow:
    0 12px 30px rgba(3, 8, 17, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  color: #0a1220;
  font-weight: 800;
  letter-spacing: -0.015em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.22);
  transition:
    background-color 520ms ease,
    color 420ms ease,
    text-shadow 420ms ease,
    transform 180ms ease,
    border-color 420ms ease,
    box-shadow 520ms ease,
    filter 180ms ease;
}

.book-deal-cta {
  border-color: rgba(233, 200, 126, 0.46);
  background-color: #142942;
  box-shadow:
    0 12px 32px rgba(2, 7, 15, 0.34),
    0 0 0 1px rgba(135, 170, 194, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  color: #f4e8c8;
  text-shadow: 0 1px 12px rgba(233, 200, 126, 0.16);
}

body.cta-is-gold .book-deal-cta {
  border-color: rgba(255, 229, 166, 0.76);
  background-color: #dcae58;
  box-shadow:
    0 14px 36px rgba(3, 8, 17, 0.34),
    0 0 30px rgba(233, 200, 126, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  color: #0a1220;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.22);
}

.book-deal-cta::before,
.form-submit-button::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(110deg, transparent 18%, rgba(255, 255, 255, 0.38) 48%, transparent 72%);
  content: "";
  opacity: 0;
  transform: translateX(-80%);
  transition: opacity 180ms ease, transform 460ms ease;
}

.book-deal-cta::after,
.form-submit-button::after {
  content: "→";
  font-size: 1.05em;
  line-height: 1;
  transition: transform 180ms ease;
}

.book-deal-cta:hover,
.form-submit-button:hover {
  border-color: #fff0c6;
  box-shadow:
    0 16px 38px rgba(3, 8, 17, 0.38),
    0 0 0 1px rgba(255, 229, 166, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
  filter: saturate(1.05) brightness(1.04);
  transform: translateY(-2px);
}

body:not(.cta-is-gold) .book-deal-cta:hover {
  border-color: rgba(255, 230, 170, 0.78);
  background-color: #1b3758;
  box-shadow:
    0 16px 40px rgba(2, 7, 15, 0.42),
    0 0 0 1px rgba(233, 200, 126, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.book-deal-cta:hover::before,
.form-submit-button:hover::before {
  opacity: 1;
  transform: translateX(80%);
}

.book-deal-cta:hover::after,
.form-submit-button:hover::after {
  transform: translateX(3px);
}

.book-deal-cta:focus-visible,
.form-submit-button:focus-visible {
  outline: 3px solid #fff2c8;
  outline-offset: 4px;
}

#deal-dissection-title:focus-visible {
  outline: 0;
  text-decoration: underline;
  text-decoration-color: rgba(233, 200, 126, 0.72);
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
}

.login-actions .book-deal-cta {
  min-height: 46px;
  padding-inline: 22px;
  white-space: nowrap;
}

.hero-email-form .book-deal-cta {
  min-height: 50px;
  padding-inline: 24px;
}

.alpha-value-map {
  position: relative;
  min-height: 560px;
  margin-bottom: 56px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(232, 237, 244, 0.16);
  border-radius: 24px;
  background: #08111d;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.alpha-value-map > img,
.alpha-value-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.alpha-value-map > img {
  z-index: -2;
  object-fit: cover;
  object-position: center 48%;
  filter: saturate(0.72) contrast(1.08) brightness(0.66);
}

.alpha-value-shade {
  z-index: -1;
  background:
    radial-gradient(circle at 72% 18%, rgba(233, 200, 126, 0.12), transparent 26%),
    linear-gradient(90deg, rgba(7, 15, 27, 0.96) 0%, rgba(7, 15, 27, 0.76) 56%, rgba(7, 15, 27, 0.52) 100%),
    linear-gradient(180deg, rgba(7, 15, 27, 0.24), rgba(7, 15, 27, 0.82));
}

.alpha-value-content {
  display: grid;
  align-content: space-between;
  min-height: 560px;
  padding: clamp(32px, 5vw, 64px);
}

.alpha-value-heading {
  max-width: 920px;
}

.alpha-value-heading .eyebrow {
  margin-bottom: 13px;
}

.alpha-value-heading h3 {
  max-width: 820px;
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.15rem, 4.4vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.alpha-value-heading > p:last-child {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(232, 237, 244, 0.72);
  font-size: clamp(1rem, 1.28vw, 1.18rem);
  line-height: 1.65;
}

.alpha-value-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  margin-top: clamp(42px, 7vw, 88px);
}

.alpha-value-flow article {
  min-height: 190px;
  padding: clamp(20px, 2.6vw, 30px);
  border: 1px solid rgba(232, 237, 244, 0.22);
  border-radius: 16px;
  background: rgba(9, 20, 35, 0.7);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 44px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
}

.alpha-value-flow article > span {
  display: block;
  margin-bottom: 30px;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.alpha-value-flow h4 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.25vw, 2.35rem);
  line-height: 1.05;
}

.alpha-value-flow article p {
  margin: 14px 0 0;
  color: rgba(232, 237, 244, 0.7);
  line-height: 1.55;
}

.alpha-value-arrow {
  align-self: center;
  color: rgba(233, 200, 126, 0.74);
  font-size: clamp(1.3rem, 2vw, 2rem);
}

.alpha-value-outcome {
  margin: 24px 0 0;
  color: rgba(232, 237, 244, 0.76);
  line-height: 1.6;
}

.alpha-value-outcome strong {
  color: var(--gold);
}

.deal-lighthouse-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(76px, 8vw, 112px) clamp(18px, 5vw, 72px) clamp(88px, 10vw, 140px);
  scroll-margin-top: 76px;
  border-top: 1px solid rgba(233, 200, 126, 0.18);
  border-bottom: 1px solid rgba(232, 237, 244, 0.12);
  background:
    radial-gradient(circle at 24% 22%, rgba(52, 92, 122, 0.2), transparent 32%),
    radial-gradient(circle at 76% 16%, rgba(233, 200, 126, 0.1), transparent 24%),
    linear-gradient(145deg, #08111f 0%, #0d1c30 48%, #132940 100%);
}

.deal-lighthouse-section::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    radial-gradient(circle at 12% 18%, rgba(255, 242, 207, 0.72) 0 1px, transparent 1.5px),
    radial-gradient(circle at 34% 9%, rgba(255, 242, 207, 0.48) 0 1px, transparent 1.5px),
    radial-gradient(circle at 58% 21%, rgba(255, 242, 207, 0.55) 0 1px, transparent 1.5px),
    radial-gradient(circle at 88% 13%, rgba(255, 242, 207, 0.64) 0 1px, transparent 1.5px);
  background-size: 290px 230px, 360px 280px, 420px 310px, 330px 260px;
  content: "";
  opacity: 0.42;
}

.deal-lighthouse-section::after {
  position: absolute;
  z-index: -1;
  right: -8%;
  bottom: -220px;
  width: min(760px, 70vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(233, 200, 126, 0.09), transparent 66%);
  content: "";
}

.lighthouse-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  width: min(1320px, 100%);
  margin: 0 auto;
}

.lighthouse-story {
  overflow: hidden;
  border: 1px solid rgba(232, 237, 244, 0.15);
  border-radius: 28px;
  background: rgba(10, 18, 32, 0.54);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.lighthouse-scene {
  position: relative;
  height: clamp(290px, 31vw, 430px);
  overflow: hidden;
  border-bottom: 1px solid rgba(232, 237, 244, 0.12);
  background:
    radial-gradient(circle at 69% 29%, rgba(250, 225, 163, 0.2), transparent 12%),
    linear-gradient(180deg, #07101e 0%, #122944 62%, #18384c 100%);
}

.lighthouse-halo {
  position: absolute;
  top: 17%;
  left: 69%;
  width: clamp(120px, 15vw, 220px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 231, 170, 0.36) 0%, rgba(233, 200, 126, 0.08) 42%, transparent 72%);
  opacity: 0.7;
  transform: translate(-50%, -50%);
}

.lighthouse-beam {
  position: absolute;
  z-index: 1;
  top: 28%;
  left: 69%;
  width: 92%;
  height: 29%;
  clip-path: polygon(0 46%, 100% 0, 100% 100%, 0 54%);
  background: linear-gradient(90deg, rgba(255, 239, 193, 0.42), rgba(255, 232, 166, 0.02));
  filter: blur(2px);
  mix-blend-mode: screen;
  opacity: 0.22;
  transform-origin: 0 50%;
}

.lighthouse-beam-left {
  transform: rotate(194deg);
}

.lighthouse-beam-right {
  transform: rotate(-14deg);
}

.lighthouse-beacon {
  position: absolute;
  z-index: 3;
  bottom: 53px;
  left: 69%;
  width: 126px;
  height: 260px;
  transform: translateX(-50%);
}

.lighthouse-roof {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 17px;
  width: 92px;
  height: 40px;
  clip-path: polygon(50% 0, 100% 78%, 89% 100%, 11% 100%, 0 78%);
  background: linear-gradient(160deg, #b77b47, #6f3f29);
  filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.28));
}

.lighthouse-lantern {
  position: absolute;
  z-index: 3;
  top: 34px;
  left: 21px;
  display: grid;
  place-items: center;
  width: 84px;
  height: 56px;
  border: 4px solid #d9caa6;
  border-top-width: 5px;
  background:
    repeating-linear-gradient(90deg, transparent 0 20px, rgba(8, 17, 31, 0.68) 20px 24px),
    rgba(255, 229, 166, 0.84);
  box-shadow:
    0 0 24px rgba(233, 200, 126, 0.28),
    inset 0 0 18px rgba(255, 246, 215, 0.5);
}

.lighthouse-lantern img {
  position: relative;
  z-index: 2;
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: sepia(0.3) saturate(0.8) brightness(0.55);
}

.lighthouse-light {
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff9e8 0 12%, rgba(255, 225, 150, 0.7) 22%, transparent 68%);
}

.lighthouse-gallery {
  position: absolute;
  z-index: 3;
  top: 88px;
  left: 7px;
  width: 112px;
  height: 12px;
  border-radius: 3px;
  background: linear-gradient(180deg, #eadbb8, #aa8a5f);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.22);
}

.lighthouse-gallery::before {
  position: absolute;
  right: 4px;
  bottom: 7px;
  left: 4px;
  height: 16px;
  border: 2px solid rgba(232, 219, 184, 0.8);
  border-bottom: 0;
  content: "";
}

.lighthouse-tower {
  position: absolute;
  z-index: 2;
  top: 98px;
  left: 22px;
  width: 82px;
  height: 162px;
  clip-path: polygon(18% 0, 82% 0, 100% 100%, 0 100%);
  background:
    linear-gradient(90deg, rgba(101, 54, 40, 0.22), transparent 28% 68%, rgba(101, 54, 40, 0.18)),
    repeating-linear-gradient(180deg, #efe5cc 0 34px, #b26850 34px 63px);
  filter: drop-shadow(10px 14px 18px rgba(0, 0, 0, 0.28));
}

.lighthouse-window {
  position: absolute;
  top: 49px;
  left: 32px;
  width: 18px;
  height: 26px;
  border: 3px solid #d9caa6;
  border-radius: 9px 9px 2px 2px;
  background: #142b3f;
  box-shadow: inset 0 0 8px rgba(233, 200, 126, 0.25);
}

.lighthouse-door {
  position: absolute;
  bottom: 0;
  left: 29px;
  width: 24px;
  height: 38px;
  border-radius: 12px 12px 0 0;
  background: #142b3f;
}

.lighthouse-rock {
  position: absolute;
  z-index: 2;
  right: 9%;
  bottom: 28px;
  width: 47%;
  height: 74px;
  clip-path: polygon(7% 72%, 18% 38%, 36% 27%, 49% 4%, 66% 34%, 82% 43%, 100% 78%, 100% 100%, 0 100%);
  background: linear-gradient(180deg, #354b4a, #142a31 74%);
  filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.34));
}

.lighthouse-water {
  position: absolute;
  z-index: 4;
  right: -6%;
  bottom: 22px;
  width: 72%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(205, 226, 226, 0.4), transparent);
  box-shadow:
    0 13px 0 rgba(205, 226, 226, 0.15),
    0 27px 0 rgba(205, 226, 226, 0.09);
}

.lighthouse-water-two {
  right: auto;
  bottom: 31px;
  left: -8%;
  width: 46%;
  opacity: 0.54;
}

.lighthouse-copy {
  padding: clamp(28px, 4vw, 48px);
}

.lighthouse-copy .eyebrow {
  margin-bottom: 14px;
}

.lighthouse-copy h2 {
  max-width: 720px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 4.6vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.lighthouse-copy > p:not(.eyebrow, .lighthouse-ownership) {
  max-width: 670px;
  margin: 24px 0 0;
  color: rgba(232, 237, 244, 0.74);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.68;
}

.lighthouse-outcomes {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.lighthouse-outcomes span {
  padding: 9px 13px;
  border: 1px solid rgba(233, 200, 126, 0.26);
  border-radius: 999px;
  background: rgba(233, 200, 126, 0.07);
  color: rgba(255, 239, 200, 0.86);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.lighthouse-ownership {
  margin: 24px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(232, 237, 244, 0.12);
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.12rem, 1.6vw, 1.45rem);
  line-height: 1.35;
}

.v3-site .lighthouse-form {
  gap: 18px;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(255, 240, 205, 0.54);
  border-radius: 26px;
  background:
    radial-gradient(circle at 88% 0%, rgba(233, 200, 126, 0.2), transparent 32%),
    rgba(248, 242, 229, 0.97);
  box-shadow:
    0 36px 100px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
  color: #101722;
}

.form-heading {
  margin-bottom: 4px;
}

.form-heading .small-label {
  margin: 0 0 10px;
  color: #815f25;
}

.form-heading h3 {
  margin: 0;
  color: #101722;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.form-heading > p:last-child {
  margin: 13px 0 0;
  color: rgba(16, 23, 34, 0.66);
  line-height: 1.55;
}

.v3-site .lighthouse-form label {
  color: rgba(16, 23, 34, 0.76);
  font-size: 0.82rem;
  font-weight: 750;
}

.v3-site .lighthouse-form input,
.v3-site .lighthouse-form textarea {
  border-color: rgba(16, 23, 34, 0.2);
  border-radius: 10px;
  background: rgba(255, 253, 247, 0.92);
  color: #101722;
  box-shadow: inset 0 1px 2px rgba(16, 23, 34, 0.04);
}

.v3-site .lighthouse-form input::placeholder,
.v3-site .lighthouse-form textarea::placeholder {
  color: rgba(16, 23, 34, 0.42);
}

.v3-site .lighthouse-form input:focus,
.v3-site .lighthouse-form textarea:focus {
  border-color: #a8752f;
  box-shadow: 0 0 0 4px rgba(201, 145, 75, 0.16);
}

.form-submit-button {
  width: 100%;
  min-height: 56px;
  margin-top: 3px;
  padding-inline: 28px;
  font-size: 1rem;
}

.v3-site .lighthouse-form .form-note {
  min-height: 0;
  color: #6e4d1e;
  font-weight: 700;
}

.form-note:empty {
  display: none;
}

.form-fallback {
  padding: 16px;
  border: 1px solid rgba(129, 95, 37, 0.24);
  border-radius: 12px;
  background: rgba(233, 200, 126, 0.12);
}

.form-fallback[hidden] {
  display: none;
}

.email-direct summary, .email-preview summary {
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.email-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
.alpha-site .email-options a, .alpha-site .email-options button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin: 0;
  padding: 10px 16px;
  border: 1px solid #9b885f;
  border-radius: 6px;
  background: transparent;
  color: #273747;
  font: inherit;
  font-size: .9375rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}
.alpha-site .email-options a:hover, .alpha-site .email-options button:hover {
  background: #efe3c9;
}
.alpha-site .email-options a:focus-visible, .alpha-site .email-options button:focus-visible {
  outline: 2px solid #273747;
  outline-offset: 3px;
}
.alpha-site .email-options a:first-child {
  background: #273747;
  color: #fff6e6;
  border-color: #273747;
}
.alpha-site .email-address { overflow-wrap: anywhere; margin-top: 12px; }
.alpha-site .email-copy-status { margin-top: 10px; font-size: .9375rem; }
.email-copy-status:empty { display: none; }
.email-preview { margin-top: 16px; }
.email-preview label { display: block; margin-top: 12px; }
.alpha-site .email-preview textarea { margin-top: 8px; font-size: 1rem; }

.form-fallback p {
  margin: 0;
  color: rgba(16, 23, 34, 0.7);
  font-size: 0.82rem;
  line-height: 1.5;
}

.form-fallback a {
  display: inline-flex;
  margin-top: 10px;
  color: #6e4d1e;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.form-privacy {
  margin: -4px 0 0;
  color: rgba(16, 23, 34, 0.52);
  font-size: 0.76rem;
  line-height: 1.5;
  text-align: center;
}

.deal-lighthouse-section.is-arriving .lighthouse-story,
.deal-lighthouse-section.is-arriving .lighthouse-form {
  animation: alpha-audit-arrival 700ms ease-out both;
}

@keyframes alpha-audit-arrival {
  0% {
    border-color: rgba(233, 200, 126, 0.08);
    transform: translateY(8px);
  }
  100% {
    border-color: rgba(255, 240, 205, 0.34);
    transform: translateY(0);
  }
}

.deal-lighthouse-section:target .lighthouse-halo {
  opacity: 1;
}

.deal-lighthouse-section.is-signalling .lighthouse-halo {
  opacity: 1;
  animation: lighthouse-pulse 1.4s ease-out both;
}

.deal-lighthouse-section.is-signalling .lighthouse-beam-left {
  animation: lighthouse-sweep-left 1.15s ease-out both;
}

.deal-lighthouse-section.is-signalling .lighthouse-beam-right {
  animation: lighthouse-sweep-right 1.15s ease-out both;
}

@keyframes lighthouse-pulse {
  0% {
    opacity: 0.45;
    transform: translate(-50%, -50%) scale(0.72);
  }
  55% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.24);
  }
  100% {
    opacity: 0.82;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes lighthouse-sweep-left {
  0% {
    opacity: 0;
    transform: rotate(164deg) scaleX(0.4);
  }
  58% {
    opacity: 0.62;
  }
  100% {
    opacity: 0.27;
    transform: rotate(194deg) scaleX(1);
  }
}

@keyframes lighthouse-sweep-right {
  0% {
    opacity: 0;
    transform: rotate(16deg) scaleX(0.4);
  }
  58% {
    opacity: 0.58;
  }
  100% {
    opacity: 0.25;
    transform: rotate(-14deg) scaleX(1);
  }
}

@media (max-width: 980px) {
  .alpha-value-flow {
    grid-template-columns: 1fr;
  }

  .alpha-value-arrow {
    justify-self: center;
    line-height: 0.7;
    transform: rotate(90deg);
  }

  .lighthouse-shell {
    grid-template-columns: 1fr;
  }

  .lighthouse-story {
    display: block;
  }

  .lighthouse-scene {
    height: auto;
    min-height: 420px;
    border-right: 1px solid rgba(232, 237, 244, 0.12);
    border-bottom: 0;
  }

  .lighthouse-copy {
    align-self: center;
  }

  .lighthouse-copy h2 {
    font-size: clamp(2.5rem, 7vw, 4.6rem);
  }
}

@media (max-width: 680px) {
  .login-actions .book-deal-cta {
    width: 100%;
    min-height: 42px;
    padding-inline: 14px;
    font-size: 0.76rem;
  }

  .hero-email-form .book-deal-cta {
    width: 100%;
    min-height: 52px;
  }

  .deal-lighthouse-section {
    padding: 56px 16px 72px;
    scroll-margin-top: 0;
  }

  .alpha-value-map,
  .alpha-value-content {
    min-height: 0;
  }

  .alpha-value-map {
    border-radius: 18px;
  }

  .alpha-value-content {
    padding: 28px 20px;
  }

  .alpha-value-heading h3 {
    font-size: clamp(2.05rem, 10vw, 3.15rem);
  }

  .alpha-value-flow {
    margin-top: 38px;
  }

  .alpha-value-flow article {
    min-height: 0;
  }

  .alpha-value-flow article > span {
    margin-bottom: 20px;
  }

  .lighthouse-shell {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .lighthouse-story {
    display: block;
    order: 1;
    width: 100%;
  }

  .lighthouse-copy,
  .v3-site .lighthouse-form {
    width: 100%;
  }

  .lighthouse-scene {
    order: 1;
    height: 220px;
    min-height: 0;
    border: 1px solid rgba(232, 237, 244, 0.15);
    border-radius: 22px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.25);
  }

  .v3-site .lighthouse-form {
    order: 2;
  }

  .lighthouse-beacon {
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%) scale(0.66);
    transform-origin: bottom center;
  }

  .lighthouse-beam,
  .lighthouse-halo {
    left: 50%;
  }

  .lighthouse-rock {
    right: 20%;
    bottom: 12px;
    width: 60%;
  }

  .lighthouse-water {
    bottom: 8px;
  }

  .lighthouse-copy {
    padding: 28px 22px 30px;
  }

  .lighthouse-copy h2 {
    font-size: clamp(2.35rem, 12vw, 3.55rem);
  }

  .v3-site .lighthouse-form {
    padding: 28px 20px;
    border-radius: 22px;
  }

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

@media (prefers-reduced-motion: reduce) {
  .book-deal-cta,
  .form-submit-button,
  .book-deal-cta::before,
  .form-submit-button::before,
  .book-deal-cta::after,
  .form-submit-button::after,
  .lighthouse-halo,
  .lighthouse-beam {
    animation: none !important;
    transition: none !important;
  }

  .deal-lighthouse-section.is-arriving .lighthouse-story,
  .deal-lighthouse-section.is-arriving .lighthouse-form {
    animation: none !important;
  }
}

/* See First — concise editorial fork, September 2026. */
.alpha-site { overflow-x: clip; }
.alpha-site [id] { scroll-margin-top: 100px; }
.alpha-site .skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 12px 18px; background: var(--ink); color: var(--night); transform: translateY(-150%); }
.alpha-site .skip-link:focus { transform: none; }
.alpha-site .site-header { gap: 20px; }
.alpha-site .brand { min-width: 0; }
.alpha-site .nav-links { font-size: .9rem; }
.alpha-site .eyebrow { font-size: .875rem; line-height: 1.65; letter-spacing: .085em; }
.alpha-site .hero { min-height: 100svh; padding: clamp(130px, 13vh, 170px) clamp(24px, 6vw, 96px) 90px; }
.alpha-site .hero-content { max-width: 760px; }
.alpha-site .hero-content h1 { max-width: 760px; margin-bottom: 28px; font-size: clamp(3.5rem, 7.1vw, 7.1rem); line-height: 1.02; letter-spacing: -.035em; }
.alpha-site .hero-content h1 span { color: #eedbb5; }
.alpha-site .hero-copy { max-width: 530px; margin-bottom: 16px; font-size: clamp(1rem, 1.3vw, 1.15rem); line-height: 1.65; color: rgba(232,237,244,.85); }
.alpha-site .hero-copy-second { margin-bottom: 30px; }
.alpha-site .hero-content .eyebrow { max-width: 590px; margin-bottom: 24px; }
.alpha-site .mobile-break { display: none; }
.alpha-site .book-deal-cta, .alpha-site .form-submit-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 4px; font-size: .9375rem; line-height: 1.4; font-weight: 650; letter-spacing: 0; min-height: 48px; }
.alpha-site .book-deal-cta::after, .alpha-site .form-submit-button::after { content: none; }
.alpha-site a:focus-visible, .alpha-site button:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }
.alpha-site .alpha-section { position: relative; padding: clamp(64px, 7vw, 108px) clamp(24px, 6vw, 96px); }
.alpha-inner { max-width: 1248px; margin: 0 auto; }
.alpha-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(44px, 8vw, 130px); }
.alpha-site .alpha-section h2 { font-size: clamp(2.4rem, 4.1vw, 4.25rem); line-height: 1.08; letter-spacing: -.025em; margin: 0 0 28px; text-wrap: balance; }
.alpha-site .alpha-body { font-size: 1.0625rem; line-height: 1.75; color: var(--muted); }
.alpha-site .alpha-body p { margin-bottom: 22px; }
.alpha-site .alpha-body p:last-child { margin-bottom: 0; }
.conversation-section { border-top: 1px solid var(--line); background: #0d192a; }
.alpha-site .people-line { color: var(--ink); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.4rem, 2.2vw, 1.85rem); line-height: 1.4; }
.alpha-site .alpha-definition { margin-top: 28px; padding-top: 25px; border-top: 1px solid rgba(233,200,126,.25); color: var(--gold); }
.moment-section { color-scheme: light; background: #e8edf4; color: #101d30; }
.alpha-site .moment-section .eyebrow { color: #73521d; }
.alpha-site .moment-section .alpha-body { color: #36475e; }
.alpha-site .moment-lines { font-family: Georgia, 'Times New Roman', serif; color: #14263c; font-size: clamp(1.28rem, 1.8vw, 1.65rem); line-height: 1.5; padding-left: 22px; border-left: 2px solid #a78240; }
.moment-lines span { display: block; margin-bottom: 5px; }
.alpha-site .moment-bridge { color: #14263c; }
.lenses-section { background: var(--night); }
.alpha-site .lenses-section h2 span { color: var(--gold); }
.alpha-lenses { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 46px; }
.alpha-lenses article { padding: 0 32px; border-left: 1px solid var(--line); }
.alpha-lenses article:first-child { padding-left: 0; border: 0; }
.alpha-lenses article:last-child { padding-right: 0; }
.lens-number { color: var(--gold); font-size: .875rem; letter-spacing: .1em; display: block; margin-bottom: 20px; }
.alpha-lenses h3 { font: 400 clamp(1.6rem, 2.2vw, 2rem)/1.15 Georgia, 'Times New Roman', serif; margin-bottom: 18px; }
.alpha-lenses p { font-size: 1.0625rem; line-height: 1.7; color: var(--muted); margin: 0; max-width: 32ch; }
.lenses-together { margin: 36px 0 0; color: var(--gold); font-size: 1rem; line-height: 1.6; }
.alpha-proof { margin: 58px 0 0; padding-top: 42px; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 40px; justify-content: space-between; }
.alpha-proof blockquote { margin: 0; font: 400 clamp(1.7rem, 3vw, 2.8rem)/1.22 Georgia, 'Times New Roman', serif; letter-spacing: -.015em; }
.alpha-proof figcaption { font-size: .9375rem; line-height: 1.7; flex-shrink: 0; }
.alpha-proof figcaption span { display: block; color: var(--muted); }
.alpha-offer { overflow: hidden; isolation: isolate; background: #111e2e; }
.alpha-dawn-picture { position: absolute; inset: 0; z-index: -2; }
.alpha-dawn-picture img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.5); }
.alpha-offer::before { position: absolute; inset: 0; z-index: -1; content: ''; background: linear-gradient(90deg,rgba(10,18,32,.94),rgba(10,18,32,.78)),linear-gradient(0deg,rgba(10,18,32,.5),rgba(10,18,32,.2)); }
.alpha-offer-grid { display: grid; grid-template-columns: 1.1fr 1fr; align-items: start; gap: clamp(40px, 6vw, 88px); }
.alpha-site .alpha-offer h2 { font-size: clamp(2.3rem, 3.7vw, 3.6rem); }
.alpha-site .alpha-offer h2 span { color: var(--gold); }
.alpha-site .alpha-offer .alpha-body { color: rgba(232,237,244,.83); }
.alpha-site .alpha-form { display: grid; gap: 18px; margin: 0; padding: clamp(24px, 3vw, 38px); border: 1px solid rgba(232,237,244,.25); border-radius: 8px; background: #edf1f6; color: #132338; color-scheme: light; box-shadow: 0 20px 70px rgba(0,0,0,.18); }
.alpha-site .alpha-form .form-heading h3 { font: 400 clamp(1.7rem, 2.3vw, 2.2rem)/1.15 Georgia, 'Times New Roman', serif; letter-spacing: -.02em; text-align: left; }
.alpha-site .alpha-form .form-heading p { font-size: .9375rem; line-height: 1.6; }
.alpha-site .alpha-form .small-label { font-size: .875rem; }
.alpha-site .alpha-form label { color: #24364d; font-size: .875rem; line-height: 1.5; font-weight: 600; }
.alpha-site .alpha-form input, .alpha-site .alpha-form textarea { width: 100%; min-width: 0; margin-top: 7px; color: #142238; background: #fff; border: 1px solid #aebccc; border-radius: 4px; padding: 12px 14px; font: 400 1rem/1.4 Inter, ui-sans-serif, system-ui, sans-serif; }
.alpha-site .alpha-form input::placeholder, .alpha-site .alpha-form textarea::placeholder { color: #5c6c80; }
.alpha-site .alpha-form textarea { min-height: 110px; resize: vertical; }
.alpha-site .alpha-form input:focus, .alpha-site .alpha-form textarea:focus { outline: 2px solid #977434; outline-offset: 2px; }
.alpha-site .alpha-form .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.alpha-site .alpha-form .form-submit-button { margin: 0; min-height: 50px; box-shadow: none; background: #14273e; border-color: #14273e; color: #fff1cb; }
.alpha-site .alpha-form .form-note { margin: 0; font-size: .9375rem; line-height: 1.6; color: #344b62; }
.alpha-site .alpha-form .form-privacy { margin: 0; color: #506078; font-size: .875rem; line-height: 1.5; text-align: left; }
.alpha-site .form-fallback p, .alpha-site .form-fallback a { font-size: .9375rem; }
.alpha-site .site-footer { padding: 24px clamp(24px,6vw,96px); font-size: .9375rem; color: var(--gold); border-top: 1px solid var(--line); }
.alpha-site #coaching-title:focus { outline: none; }
.alpha-site #coaching-title:focus-visible { outline: 2px solid var(--gold); outline-offset: 8px; }
@media (min-width: 1440px) { .alpha-site .hero { padding-left: max(6vw, calc((100vw - 1248px) / 2)); } }
@media (max-width: 1000px) {
  .alpha-site .nav-links { display: none; }
  .alpha-site .site-header { grid-template-columns: 1fr auto; }
  .alpha-split { gap: 40px; }
  .alpha-site .hero-content h1 { font-size: clamp(3.5rem, 8vw, 5.2rem); }
  .alpha-offer-grid { grid-template-columns: 1fr; }
  .alpha-offer-copy { max-width: 660px; }
  .alpha-site .alpha-form { max-width: 660px; }
}
@media (max-width: 720px) {
  .alpha-site .hero { min-height: 0; padding-top: 135px; padding-bottom: 70px; }
  .alpha-site .hero-content { max-width: 540px; }
  .alpha-site .hero-content h1 { font-size: clamp(2.4rem, 10.7vw, 4.7rem); line-height: 1.05; max-width: 100%; }
  .alpha-site .desktop-break { display: none; }
  .alpha-site .mobile-break { display: inline; }
  .alpha-site .hero-copy { max-width: 38ch; font-size: 1rem; }
  .alpha-site .hero-shade { background: linear-gradient(90deg,rgba(8,11,13,.9),rgba(8,11,13,.48)),linear-gradient(0deg,var(--night),transparent 65%); }
  .alpha-split, .alpha-lenses { grid-template-columns: 1fr; }
  .alpha-split { gap: 15px; }
  .alpha-site .alpha-section h2 { font-size: clamp(2.25rem, 7.5vw, 3rem); }
  .alpha-lenses { margin-top: 32px; gap: 28px; }
  .alpha-lenses article, .alpha-lenses article:first-child, .alpha-lenses article:last-child { padding: 0 0 26px; border: 0; border-bottom: 1px solid var(--line); }
  .alpha-lenses article:last-child { padding-bottom: 0; border: 0; }
  .lens-number { margin-bottom: 12px; }
  .alpha-lenses p { max-width: none; }
  .alpha-proof { display: block; margin-top: 40px; padding-top: 32px; }
  .alpha-proof figcaption { margin-top: 20px; }
  .alpha-site .alpha-form .form-grid { grid-template-columns: 1fr; }
  .alpha-site .site-footer { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; justify-content: space-between; }
}
@media (max-width: 620px) {
  .alpha-site .site-header { padding: 14px 20px; gap: 12px; }
  .alpha-site .brand-name { display: none; }
  .alpha-site .brand-mark-image { width: 34px; height: 34px; }
  .alpha-site .login-actions .book-deal-cta { min-height: 44px; padding: 10px 14px; font-size: .875rem; white-space: normal; text-align: center; }
  .alpha-site .eyebrow { font-size: .875rem; letter-spacing: .045em; }
}
@media (prefers-reduced-motion: reduce) {
  .alpha-site *, .alpha-site *::before, .alpha-site *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .alpha-site .hero { --hero-moon-y: 37%; --hero-scene-light: .65; --hero-moon-opacity: 1; }
  .alpha-site .hero-timelapse { opacity: 1; }
}

/* Questions and client evidence stay in the existing editorial flow. */
.alpha-site .coaching-outcomes { margin-top: clamp(48px,6vw,80px); scroll-margin-top: 110px; }
.alpha-site .outcomes-intro { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(24px,6vw,88px); margin-bottom: 32px; }
.alpha-site .outcomes-intro h3, .alpha-site .client-story h3 { margin: 0; font: 400 clamp(1.8rem,2.7vw,2.6rem)/1.18 Georgia,'Times New Roman',serif; letter-spacing: -.02em; text-wrap: balance; }
.alpha-site .outcomes-intro p, .alpha-site .client-story > div > p:last-child { margin: 0; color: #36475e; font-size: 1rem; line-height: 1.75; }
.alpha-site .outcome-list details { border-top: 1px solid rgba(16,29,48,.22); scroll-margin-top: 110px; }
.alpha-site .outcome-list details:last-child { border-bottom: 1px solid rgba(16,29,48,.22); }
.alpha-site .outcome-list summary { display: grid; grid-template-columns: 170px minmax(0,1fr) 24px; gap: 28px; align-items: start; padding: 27px 4px; cursor: pointer; list-style: none; }
.alpha-site .outcome-list summary::-webkit-details-marker { display: none; }
.alpha-site .outcome-list summary:focus-visible { outline: 2px solid #74521c; outline-offset: 4px; }
.alpha-site .outcome-area { padding-top: 4px; font-size: 1rem; line-height: 1.5; font-weight: 600; color: #485b70; }
.alpha-site .outcome-copy { min-width: 0; }
.alpha-site .outcome-copy strong { display: block; color: #101d30; font: 400 clamp(1.3rem,1.8vw,1.6rem)/1.35 Georgia,'Times New Roman',serif; }
.alpha-site .outcome-copy > span { display: block; margin-top: 8px; max-width: 72ch; color: #36475e; font-size: 1rem; line-height: 1.65; }
.alpha-site .disclosure-mark { color: #74521c; font-size: 1.7rem; line-height: 1.2; text-align: center; transition: transform .15s ease; }
.alpha-site details[open] > summary .disclosure-mark { transform: rotate(45deg); }
.alpha-site .outcome-detail { margin: -4px 56px 30px 202px; max-width: 76ch; color: #36475e; font-size: 1rem; line-height: 1.75; }
.alpha-site .outcome-detail p { margin: 0 0 16px; }
.alpha-site .outcome-detail ul { margin: 0; padding-left: 22px; }
.alpha-site .outcome-detail li + li { margin-top: 7px; }
.alpha-site .client-quote { margin: 0; padding-left: 24px; border-left: 2px solid var(--gold); }
.alpha-site .client-quote blockquote { margin: 0; font: 400 clamp(1.45rem,2.1vw,2rem)/1.4 Georgia,'Times New Roman',serif; color: var(--ink); }
.alpha-site .client-quote blockquote + blockquote { margin-top: 22px; }
.alpha-site .client-quote figcaption { margin-top: 18px; color: var(--ink); font-size: .9375rem; line-height: 1.65; }
.alpha-site .client-quote figcaption span { display: block; color: var(--muted); }
.alpha-site .quote-compact { margin-top: 30px; padding-left: 20px; }
.alpha-site .quote-compact blockquote { font-size: clamp(1.25rem,1.55vw,1.5rem); }
.alpha-site .client-result { max-width: 44ch; margin: 24px 0 0; color: var(--gold); font-size: 1rem; line-height: 1.7; }
.alpha-site .moment-section .client-quote { border-color: #947037; }
.alpha-site .moment-section .client-quote blockquote, .alpha-site .moment-section .client-quote figcaption { color: #14263c; }
.alpha-site .moment-section .client-quote figcaption span { color: #485b70; }
.alpha-site .client-story { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.2fr); gap: clamp(36px,6vw,88px); margin-top: clamp(44px,6vw,72px); }
.alpha-site .client-story h3 { margin-bottom: 22px; }
.alpha-site .luma-case { margin-top: 54px; padding-top: 40px; border-top: 1px solid var(--line); }
.alpha-site .luma-case .case-timeframe { margin: 0 0 32px; color: var(--ink); font: 400 clamp(1.8rem,2.7vw,2.6rem)/1.2 Georgia,'Times New Roman',serif; letter-spacing: -.02em; }
.alpha-site .case-metrics { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px; align-items: start; }
.alpha-site .case-metrics p { margin: 0; font-size: 1rem; line-height: 1.6; }
.alpha-site .case-metrics p > strong { display: block; color: var(--gold); font: 400 clamp(3rem,5.5vw,5rem)/1.1 Georgia,'Times New Roman',serif; }
.alpha-site .case-metrics p > span { display: block; margin-top: 10px; color: var(--muted); }
.alpha-site .luma-case .alpha-proof { margin-top: 32px; padding-top: 0; border: 0; }
.alpha-site .luma-case .alpha-proof blockquote { font-size: clamp(1.5rem,2.2vw,2rem); }
.alpha-site .proof-source { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; margin-top: 18px; color: var(--gold); font-size: .9375rem; text-decoration: underline; text-underline-offset: 4px; }
.alpha-site .faq-intro { max-width: 34ch; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.alpha-site .faq-list details { scroll-margin-top: 110px; }
.alpha-site .faq-list details a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width:760px) {
  .alpha-site .outcomes-intro, .alpha-site .client-story { grid-template-columns: 1fr; gap: 24px; }
  .alpha-site .outcome-list summary { grid-template-columns: minmax(0,1fr) 24px; gap: 8px 16px; padding-block: 24px; }
  .alpha-site .outcome-area { grid-column: 1; padding-top: 0; }
  .alpha-site .outcome-copy { grid-column: 1; grid-row: 2; }
  .alpha-site .disclosure-mark { grid-column: 2; grid-row: 1 / 3; }
  .alpha-site .outcome-detail { margin: 0 4px 26px; }
  .alpha-site .case-metrics { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
}

/* The outcome: a compact sunrise between the work and the invitation. */
.alpha-site .work-section { background: #111e2e; padding-block: clamp(56px,6vw,84px); }
.alpha-site .work-section h2 { font-size: clamp(2.2rem,3.5vw,3.5rem); }
.alpha-site .work-section h2 span { color: var(--gold); }
.alpha-site .about-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; margin: -6px 0 12px; color: var(--gold); font-size: .9375rem; border-bottom: 1px solid rgba(233,200,126,.4); }
.alpha-site .about-link:hover { color: var(--ink); border-color: var(--ink); }
.alpha-site .faq-section { padding-block: clamp(48px,5vw,72px); background: var(--night); border-top: 1px solid var(--line); }
.faq-layout { display: grid; grid-template-columns: minmax(0,.7fr) minmax(0,1.3fr); gap: clamp(32px,6vw,88px); }
.alpha-site .faq-section h2 { font-size: clamp(2.2rem,3.5vw,3.5rem); }
.faq-list { min-width: 0; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { padding: 20px 4px; cursor: pointer; font-size: 1rem; font-weight: 600; line-height: 1.5; color: var(--ink); }
.faq-list summary::marker { color: var(--gold); }
.faq-list summary:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.faq-list details[open] summary { color: var(--gold); padding-bottom: 10px; }
.faq-list details p { margin: 0; padding: 0 4px 24px; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.faq-list details strong { color: var(--ink); font-weight: 600; }
.alpha-site .faq-list > .about-link { margin-top: 20px; margin-bottom: 0; }
.alpha-site .booking-email a { text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 760px) { .faq-layout { grid-template-columns: 1fr; gap: 12px; } }
.alpha-site .footer-links { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.alpha-site .footer-links a { display: inline-flex; align-items: center; min-height: 44px; color: var(--muted); }
.alpha-site .footer-links a:hover, .alpha-site .nav-links [aria-current="page"] { color: var(--gold); }
.about-site { min-height: 100svh; display: flex; flex-direction: column; }
.about-site .about-main { flex: 1; padding: clamp(144px,15vw,190px) clamp(24px,6vw,96px) clamp(64px,8vw,112px); }
.about-layout { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(48px,8vw,120px); align-items: start; }
.about-site .about-intro .eyebrow { margin: 0 0 22px; }
.about-site .about-intro h1 { margin: 0 0 28px; font: 400 clamp(3.2rem,5.7vw,5.7rem)/1.05 Georgia,'Times New Roman',serif; letter-spacing: -.035em; text-wrap: balance; }
.about-site .about-lede { max-width: 28ch; margin: 0; color: var(--gold); font: 400 clamp(1.4rem,2vw,1.8rem)/1.5 Georgia,'Times New Roman',serif; }
.about-site .about-copy { max-width: 58ch; padding-top: 4px; }
.about-site .about-copy p { margin-top: 0; }
.about-site .about-copy .book-deal-cta { margin-top: 12px; }
@media (max-width: 760px) {
  .about-site .about-main { padding-top: 130px; }
  .about-layout { grid-template-columns: 1fr; gap: 36px; }
  .about-site .about-lede { max-width: 36ch; }
  .about-site .about-copy { max-width: none; }
}
.alpha-site .compact-dawn {
  --dawn-progress: 1;
  --sunrise-emergence: 1;
  --daylight: 1;
  min-height: clamp(560px, 44vw, 760px);
  padding: 64px clamp(24px,6vw,96px);
  background: #0a1220;
}
.alpha-site .compact-dawn .dawn-content { width: 100%; max-width: 1248px; }
.alpha-site .compact-dawn .dawn-content h2 { max-width: 690px; margin: 0 0 24px; font-size: clamp(2.65rem,4.8vw,4.7rem); line-height: 1.06; letter-spacing: -.025em; text-wrap: balance; }
.alpha-site .compact-dawn .dawn-lede { max-width: 550px; margin-bottom: 24px; color: rgba(232,237,244,.91); font-size: 1.0625rem; line-height: 1.7; }
.alpha-site .compact-dawn .sunrise-outcomes { max-width: 640px; margin: 0 0 28px; font: 400 clamp(1.12rem,1.75vw,1.55rem)/1.55 Georgia,'Times New Roman',serif; }
.sunrise-outcomes span, .sunrise-outcomes strong { display: block; }
.sunrise-outcomes strong { color: #ffe3aa; font-weight: 500; }
.alpha-site .compact-dawn .dawn-picture img { object-position: 50% 57.3%; transform-origin: 50% 57.3%; }
.alpha-site .compact-dawn .dawn-sun-window { inset: 0 0 50.2% 0; z-index: 0; }
.alpha-site .compact-dawn .dawn-sun-disc {
  left: 70%;
  width: clamp(150px,15vw,240px);
  bottom: 0;
  opacity: 1;
  transform: translate3d(-50%,calc(100% - var(--sunrise-emergence) * 50%),0);
  will-change: transform;
}
.alpha-site .compact-dawn .dawn-shade {
  background: linear-gradient(90deg,rgba(8,16,29,.91) 0%,rgba(8,16,29,.75) 37%,rgba(8,16,29,.12) 76%),linear-gradient(0deg,rgba(8,16,29,.4),transparent 45%);
}
.alpha-site .booking-section { padding-block: clamp(48px,5vw,72px); background: #101d2e; }
.alpha-site .booking-inner { max-width: 700px; }
.alpha-site .booking-section .alpha-form { max-width: none; }
.alpha-site .alpha-form .form-heading h2 { margin: 0; font: 400 clamp(1.7rem,2.3vw,2.2rem)/1.15 Georgia,'Times New Roman',serif; letter-spacing: -.02em; color: #101722; text-wrap: balance; }
@media (max-width:720px) {
  .alpha-site .compact-dawn { min-height: max(620px, 160vw); padding-block: 56px; align-items: flex-start; }
  .alpha-site .compact-dawn .dawn-content h2 { font-size: clamp(2.35rem,8.5vw,3.3rem); line-height: 1.08; }
  .alpha-site .compact-dawn .dawn-lede { max-width: 33ch; font-size: 1rem; }
  .alpha-site .compact-dawn .sunrise-outcomes { max-width: 46%; }
  .alpha-site .compact-dawn .dawn-picture img { object-position: 50% 54.2%; transform-origin: 50% 54.2%; }
  .alpha-site .compact-dawn .dawn-sun-window { inset: 0 0 49.3% 0; }
  .alpha-site .compact-dawn .dawn-shade { background: linear-gradient(90deg,rgba(8,16,29,.86),rgba(8,16,29,.43)),linear-gradient(0deg,rgba(8,16,29,.5),transparent 55%); }
  .alpha-site .compact-dawn .dawn-sun-disc { left: 62%; width: 170px; }
  .alpha-site .booking-section { padding-inline: 20px; }
  .alpha-site .booking-section .alpha-form .form-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width:440px) {
  .alpha-site .booking-section .alpha-form .form-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion:reduce) {
  .alpha-site .compact-dawn { --dawn-progress:1 !important; --sunrise-emergence:1 !important; }
  .alpha-site .compact-dawn .dawn-sun-disc { will-change:auto; }
}

/* Readability revision: one narrative path, with evidence beside or below it. */
.alpha-site {
  --muted: #bcc7d5;
  --reading-width: 42rem;
}
.alpha-site .site-header {
  background: rgba(10,18,32,.98);
  backdrop-filter: none;
  border-bottom: 1px solid rgba(232,237,244,.12);
}
.alpha-site .alpha-section { padding-block: clamp(64px,7vw,96px); }
.alpha-site .alpha-inner { max-width: 1120px; }
.alpha-site .alpha-section h2 {
  max-width: 22ch;
  font-size: clamp(2.25rem,3.6vw,3.5rem);
  line-height: 1.14;
  margin-bottom: 26px;
  text-wrap: pretty;
}
.alpha-site .alpha-body { font-size: 1.0625rem; line-height: 1.8; }
.alpha-site .alpha-body p { margin: 0 0 24px; }
.alpha-site .narrative-layout {
  display: grid;
  grid-template-columns: minmax(0,1.65fr) minmax(0,1fr);
  gap: clamp(36px,6vw,80px);
  align-items: center;
}
.alpha-site .narrative-layout .alpha-body { max-width: var(--reading-width); }
.alpha-site .narrative-evidence { min-width: 0; }
.alpha-site .narrative-evidence .client-quote { margin-top: 0; }
.alpha-site .conversation-section h2 { color: #eedbb5; }
.alpha-site .conversation-section .alpha-body { color: #bcc7d5; }
.alpha-site .conversation-signals { list-style: none; margin: 0 0 24px; padding: 0; }
.alpha-site .conversation-signals li { margin: 0; padding: 10px 0; border-bottom: 1px solid rgba(188,199,213,.16); }
.alpha-site .conversation-signals li:first-child { padding-top: 0; }
.alpha-site .conversation-section .conversation-action { max-width: 42ch; }
.alpha-site .testimonial-context { margin: 0 0 20px 22px; color: #bcc7d5; font-size: 1rem; line-height: 1.6; }
.alpha-site .conversation-section .client-quote blockquote { color: #d2dbe6; }
.alpha-site .conversation-section .client-quote figcaption { color: #eedbb5; }
.alpha-site .people-line { font-size: 1.375rem; line-height: 1.5; }
.alpha-site .moment-section > .moment-intro {
  display: block;
  max-width: 1120px;
}
.alpha-site .moment-intro > div { max-width: 760px; }
.alpha-site .moment-section > .moment-intro h2 { max-width: 24ch; }
.alpha-site .moment-lines { font-size: 1.375rem; margin-block: 28px; }
.alpha-site .coaching-outcomes { max-width: 1120px; margin-top: 64px; padding-top: 56px; border-top: 1px solid rgba(16,29,48,.3); }
.alpha-site .moment-section .outcome-list, .alpha-site .moment-section .client-story { max-width: 760px; }
.alpha-site .moment-section .outcome-list summary { grid-template-columns: minmax(0,1fr) 24px; gap: 6px 20px; padding: 20px 0; }
.alpha-site .moment-section .outcome-area { grid-column: 1; grid-row: 1; padding-top: 0; }
.alpha-site .moment-section .outcome-copy { grid-column: 1; grid-row: 2; }
.alpha-site .moment-section .disclosure-mark { grid-column: 2; grid-row: 1 / 3; }
.alpha-site .moment-section .outcome-detail { margin: 0 44px 24px 0; padding: 0; }
.alpha-site .moment-section .outcome-benefit { color: #14263c; }
.alpha-site .moment-section .client-story { grid-template-columns: minmax(0,1fr); gap: 28px; }
.alpha-site .outcomes-intro { display: block; max-width: 760px; margin-bottom: 28px; }
.alpha-site .outcomes-intro h3 { margin-bottom: 16px; max-width: none; }
.alpha-site .outcome-copy > span, .alpha-site .outcome-detail { max-width: 64ch; }
.alpha-site .outcome-detail { margin-top: 0; padding-top: 4px; }
.alpha-site .outcome-detail p { margin-bottom: 20px; }
.alpha-site .outcome-detail li + li { margin-top: 10px; }
.alpha-site .client-story {
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: clamp(32px,5vw,64px);
  padding-top: 48px;
  margin-top: 56px;
}
.alpha-site .client-story h3 { font-size: clamp(1.75rem,2.6vw,2.2rem); line-height: 1.25; }
.alpha-site .client-quote, .alpha-site .luma-case .alpha-proof {
  padding: 0 0 0 22px;
  border-left: 2px solid var(--gold);
}
.alpha-site .client-quote blockquote,
.alpha-site .quote-compact blockquote,
.alpha-site .luma-case .alpha-proof blockquote {
  font: 400 1.375rem/1.55 Georgia,'Times New Roman',serif;
  letter-spacing: -.01em;
}
.alpha-site .client-quote figcaption,
.alpha-site .alpha-proof figcaption { margin-top: 20px; font-size: .9375rem; line-height: 1.6; }
.alpha-site .luma-case .alpha-proof { display: block; max-width: 720px; margin-top: 36px; }
.alpha-site .alpha-lenses { margin-top: 36px; }
.outcome-story-links { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 24px; }
.alpha-site .outcome-story-links .proof-source { color: #715021; margin: 0; }
.alpha-site .alpha-lenses h3 { font-size: 1.75rem; }
.alpha-site .case-metrics { max-width: 640px; }
.alpha-site .work-reading { display: block; max-width: 760px; }
.alpha-site .work-reading h2 { max-width: 26ch; }
.alpha-site .work-reading .alpha-body { max-width: var(--reading-width); }
.alpha-site .work-evidence {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: clamp(32px,6vw,80px);
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid var(--line);
}
.alpha-site .work-evidence .client-quote { margin-top: 0; }
.alpha-site .evidence-secondary .client-quote + .client-quote { margin-top: 36px; }
.alpha-site .work-evidence .client-result,
.alpha-site .work-evidence .proof-source { margin-left: 24px; }
.alpha-site .work-evidence .client-result { max-width: 44ch; }
.alpha-site .client-growth { margin: 26px 0 0 24px; padding-top: 22px; border-top: 1px solid var(--line); }
.alpha-site .growth-context { margin: 0; color: var(--muted); font-size: .875rem; line-height: 1.6; }
.alpha-site .growth-sequence { margin: 10px 0 20px; color: var(--gold); font-size: 1.125rem; line-height: 1.5; }
.alpha-site .growth-milestones { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; margin-bottom: 14px; }
.alpha-site .growth-milestones p { margin: 0; }
.alpha-site .growth-milestones strong { display: block; color: var(--gold); font: 400 clamp(1.4rem,2.5vw,2rem)/1.25 Georgia,'Times New Roman',serif; }
.alpha-site .growth-milestones span { display: block; margin-top: 6px; color: var(--muted); font-size: .875rem; line-height: 1.5; }
.alpha-site .work-evidence > div > .proof-source { display: flex; width: fit-content; margin-top: 10px; }
.alpha-site .faq-layout { display: block; max-width: 760px; }
.alpha-site .faq-intro { max-width: 62ch; margin-bottom: 32px; }
.alpha-site .faq-list summary { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; padding: 22px 0; list-style: none; }
.alpha-site .faq-list summary::-webkit-details-marker { display: none; }
.alpha-site .faq-list summary::after { content: "+"; flex: 0 0 24px; color: var(--gold); font-size: 1.7rem; line-height: 1.2; text-align: center; transition: transform .15s ease; }
.alpha-site .faq-list details[open] > summary::after { transform: rotate(45deg); }
.alpha-site .faq-list details p { padding: 0 40px 24px 0; }
.alpha-site .alpha-form .form-heading h2 { margin-bottom: 12px; }
.alpha-site .alpha-form .form-heading .booking-email { margin-top: 14px; }
.alpha-site .about-layout { display: block; max-width: 760px; }
.alpha-site .about-lede { max-width: 42ch; font-size: 1.625rem; }
.alpha-site .about-copy { max-width: 65ch; margin-top: 36px; padding-top: 32px; border-top: 1px solid var(--line); }
.alpha-site .about-copy h2 { margin: 36px 0 16px; color: var(--gold); font: 400 clamp(1.5rem,2.2vw,1.9rem)/1.25 Georgia,'Times New Roman',serif; }
.alpha-site .about-copy h2:first-child { margin-top: 0; }
.alpha-site .about-main { padding-top: 150px; }
@media (max-width: 1040px) {
  .alpha-site .site-header { grid-template-columns: 1fr auto; row-gap: 8px; padding: 12px 24px 8px; }
  .alpha-site .nav-links { display: flex; grid-column: 1 / -1; grid-row: 2; justify-content: center; gap: clamp(16px,4vw,32px); flex-wrap: wrap; }
  .alpha-site .nav-links a { display: inline-flex; align-items: center; min-height: 40px; }
  .alpha-site .login-actions { grid-column: 2; grid-row: 1; }
  .alpha-site [id], .alpha-site .coaching-outcomes, .alpha-site .outcome-list details, .alpha-site .faq-list details { scroll-margin-top: 150px; }
  .alpha-site .hero { padding-top: 168px; }
  .alpha-site .about-main { padding-top: 168px; }
}
@media (max-width: 760px) {
  .alpha-site .narrative-layout, .alpha-site .work-evidence, .alpha-site .client-story { grid-template-columns: minmax(0,1fr); gap: 36px; }
  .alpha-site .alpha-section { padding-block: 56px; }
  .alpha-site .alpha-section h2 { font-size: clamp(2rem,7.6vw,2.75rem); line-height: 1.16; max-width: 25ch; }
  .alpha-site .hero-shade { background: linear-gradient(90deg,rgba(8,11,13,.95),rgba(8,11,13,.68)),linear-gradient(0deg,rgba(8,11,13,.75),transparent 85%); }
  .alpha-site .hero-copy { color: #e8edf4; line-height: 1.75; }
  .alpha-site .narrative-evidence { padding-top: 28px; border-top: 1px solid var(--line); }
  .alpha-site .client-quote blockquote, .alpha-site .quote-compact blockquote, .alpha-site .luma-case .alpha-proof blockquote { font-size: 1.25rem; }
  .alpha-site .coaching-outcomes { margin-top: 40px; padding-top: 40px; }
  .alpha-site .outcome-detail { margin-left: 4px; margin-right: 4px; }
  .alpha-site .work-evidence { margin-top: 36px; padding-top: 32px; }
  .alpha-site .client-story { padding-top: 12px; margin-top: 36px; }
  .alpha-site .faq-list details p { padding-right: 0; }
  .alpha-site .about-copy { margin-top: 28px; padding-top: 28px; }
}
@media (max-width: 440px) {
  .alpha-site .site-header { padding-inline: 20px; }
  .alpha-site .nav-links { font-size: .875rem; gap: 16px; }
  .alpha-site .login-actions .book-deal-cta { font-size: .875rem; }
}

/* Customer evidence has its own surface and a consistent reading order. */
.alpha-site .story-card {
  --story-text: #e1e7ee;
  --story-muted: #b7c4d3;
  --story-accent: #eed6a1;
  --story-line: rgba(222,199,148,.25);
  min-width: 0;
  padding: clamp(24px,3vw,36px);
  border: 1px solid var(--story-line);
  border-top: 3px solid #b39456;
  border-radius: 10px;
  background: #101c2a;
  color: var(--story-text);
}
.alpha-site .story-header { margin-bottom: 24px; }
.alpha-site .story-label { margin: 0 0 12px; color: var(--story-accent); font-size: .75rem; font-weight: 600; letter-spacing: .1em; line-height: 1.6; text-transform: uppercase; }
.alpha-site .story-header h3 { margin: 0; color: var(--story-text); font: 600 clamp(1.35rem,2vw,1.65rem)/1.3 Inter,ui-sans-serif,system-ui,sans-serif; letter-spacing: -.02em; }
.alpha-site .story-header .story-context { margin-top: 10px; }
.alpha-site .story-card .client-quote { margin: 0; padding: 0; border: 0; }
.alpha-site .story-card .client-quote figcaption { margin: 0 0 18px; color: var(--story-text); font-size: .9375rem; line-height: 1.6; }
.alpha-site .story-card .client-quote figcaption span { color: var(--story-muted); }
.alpha-site .story-card .client-quote blockquote { color: var(--story-text); font: 400 clamp(1.3rem,1.9vw,1.65rem)/1.45 Georgia,'Times New Roman',serif; }
.alpha-site .story-card .story-context { max-width: 72ch; color: var(--story-muted); font-size: .9375rem; line-height: 1.75; }
.alpha-site .story-card .story-result { max-width: 68ch; margin: 24px 0 0; color: var(--story-accent); font-size: 1rem; line-height: 1.65; }
.alpha-site .story-result + .story-context { margin-top: 16px; }
.alpha-site .story-feature { max-width: 880px; margin-top: 56px; }
.alpha-site .story-impact { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--story-line); }
.alpha-site .story-impact h4 { margin: 0 0 20px; color: var(--story-accent); font-size: 1rem; font-weight: 500; }
.alpha-site .story-impact .case-metrics { margin: 0; gap: 28px; }
.alpha-site .story-impact .case-metrics strong { color: var(--story-accent); font-size: clamp(2.4rem,5vw,3.5rem); }
.alpha-site .story-impact .case-metrics span { color: var(--story-muted); }
.alpha-site .story-detail { margin-top: 24px; border-top: 1px solid var(--story-line); }
.alpha-site .story-detail summary { display: flex; justify-content: space-between; gap: 16px; padding: 18px 0 0; color: var(--story-accent); font-size: .9375rem; cursor: pointer; list-style: none; }
.alpha-site .story-detail summary::-webkit-details-marker { display: none; }
.alpha-site .story-detail summary::after { content: '+'; font-size: 1.3rem; line-height: 1; }
.alpha-site .story-detail[open] summary::after { content: '−'; }
.alpha-site .story-detail .story-context { margin: 18px 0 0; }
.alpha-site .story-moves { list-style: none; padding: 0; margin: 20px 0 0; }
.alpha-site .story-moves li { margin: 0 0 18px; color: var(--story-muted); font-size: .9375rem; line-height: 1.75; }
.alpha-site .story-moves strong { display: block; color: var(--story-text); font-weight: 600; }
.alpha-site .moment-section .story-card {
  --story-text: #14263c;
  --story-muted: #42556a;
  --story-accent: #73551d;
  --story-line: rgba(115,85,29,.25);
  background: #fffdf8;
}
.alpha-site .story-mini { margin-top: 28px; padding: 24px; }
.alpha-site .story-mini .story-result { font-size: .9375rem; margin-bottom: 0; }
.alpha-site .customer-stories-section { background: #0b1420; border-top: 1px solid var(--line); }
.alpha-site .stories-intro h2 { margin-bottom: 18px; }
.alpha-site .stories-intro > p:last-child { color: var(--muted); font-size: 1.0625rem; line-height: 1.6; }
.alpha-site .work-evidence { margin-top: 32px; padding-top: 0; border-top: 0; gap: 24px; align-items: start; }
.alpha-site .work-evidence .story-card .client-result,
.alpha-site .work-evidence .story-card .proof-source,
.alpha-site .work-evidence .story-card .client-growth { margin-left: 0; }
.alpha-site .work-evidence .story-card .client-result { color: var(--story-accent); }
.alpha-site .work-evidence .story-card .growth-context,
.alpha-site .work-evidence .story-card .growth-milestones span { color: var(--story-muted); }
.alpha-site .work-evidence .story-card > .proof-source { display: flex; width: fit-content; margin-top: 12px; color: var(--story-accent); }
.alpha-site .story-card-wide { grid-column: 1 / -1; }
.alpha-site .story-perspective { margin-top: 32px; padding-top: 28px; border-top: 1px solid var(--story-line); }
.alpha-site .story-stages { list-style: none; margin: 0 0 32px; padding: 0 0 24px; border-bottom: 1px solid var(--story-line); }
.alpha-site .story-stages li + li { margin-top: 20px; }
.alpha-site .story-stages strong { color: var(--story-accent); font-size: 1rem; font-weight: 600; }
.alpha-site .story-stages p { margin: 8px 0 0; color: var(--story-muted); font-size: .9375rem; line-height: 1.75; }
.alpha-site .story-perspective > .story-context { margin-top: 24px; }
.alpha-site .story-spread { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--story-line); }
.alpha-site .story-spread h4 { margin: 0 0 16px; color: var(--story-accent); font-size: 1.1rem; font-weight: 600; }
.alpha-site .story-spread p + p { margin-top: 16px; }
.alpha-site .story-spread .story-moves { margin: 0; }
.alpha-site .story-spread .story-moves li:last-child { margin-bottom: 0; }
.alpha-site .story-perspective .proof-source { color: var(--story-accent); margin-top: 16px; }
.alpha-site .story-card-wide .client-quote { max-width: 720px; }

/* Motion uses transform/opacity; the invitation opens into quiet daylight. */
.hero.is-offscreen .star-field-a,
.hero.is-offscreen .star-field-b,
.hero.is-offscreen .water-shimmer { animation-play-state: paused; }
/* Relight the actual sky and water together, with an opaque night base. */
.alpha-site .compact-dawn .dawn-picture img { transform: none; filter: none; object-fit: fill; }
.alpha-site .compact-dawn .dawn-night-picture { opacity: 1; }
.alpha-site .compact-dawn .dawn-night-picture img { transform: none; object-fit: fill; object-position: 50% 50.3%; filter: brightness(.12) saturate(.25); }
@media (max-width:720px) { .alpha-site .compact-dawn .dawn-night-picture img { object-position: 50% 54.2%; } }
.alpha-site .compact-dawn .dawn-picture { opacity: var(--daylight); }
.alpha-site .compact-dawn .dawn-shade {
  background: linear-gradient(90deg,
    rgba(8, 24, 40, calc(.86 - var(--daylight) * .10)) 0%,
    rgba(8, 24, 40, calc(.74 - var(--daylight) * .10)) 50%,
    rgba(8, 24, 40, calc(.14 - var(--daylight) * .14)) 82%, transparent 100%);
}
/* Preserve the shorebreak; only the foreground sand joins the invitation. */
.alpha-site .compact-dawn::after { content: none; }
.alpha-site .compact-dawn .dawn-shade { mask-image: linear-gradient(#000 0 46%, transparent 78%); }
.alpha-site .booking-section {
  --daylight: 1;
  --dawn-edge: rgb(calc(27 + var(--daylight) * 216), calc(26 + var(--daylight) * 193), calc(26 + var(--daylight) * 170));
  --morning-paper: rgb(calc(7 + var(--daylight) * 238), calc(14 + var(--daylight) * 227), calc(24 + var(--daylight) * 208));
  isolation: isolate;
  background: linear-gradient(180deg, var(--dawn-edge) 0%, var(--morning-paper) 92%);
}
@media (max-width:720px) {
  .alpha-site .booking-section { --dawn-edge: rgb(calc(28 + var(--daylight) * 213), calc(27 + var(--daylight) * 194), calc(26 + var(--daylight) * 175)); }
  .alpha-site .compact-dawn .dawn-shade {
    background: linear-gradient(90deg,
      rgba(8, 24, 40, calc(.86 - var(--daylight) * .18)),
      rgba(8, 24, 40, calc(.72 - var(--daylight) * .15)));
  }
}
.alpha-site .booking-section .alpha-form { background: #fffdf8; border-color: #d9d3c7; box-shadow: 0 12px 42px rgba(20,35,56,.08); }
.alpha-site .faq-section { --ink: #142338; --muted: #48566a; --gold: #765a21; --line: rgba(20,35,56,.18); color-scheme: light; color: var(--ink); background: #f5f1e8; }
@media (prefers-reduced-motion:reduce) {
  .alpha-site .compact-dawn, .alpha-site .booking-section { --daylight: 1 !important; }
}
@media (max-width: 720px) {
  .alpha-site .story-feature { margin-top: 36px; }
  .alpha-site .story-card { padding: 24px; }
  .alpha-site .story-mini { padding: 20px; }
  .alpha-site .story-card .client-quote blockquote { font-size: 1.3rem; }
  .alpha-site .work-evidence { gap: 24px; }
}

/* One shared view through the three lenses, with connected labels. */
.lens-view { position: relative; max-width: 1040px; margin: 22px auto 0; }
.lens-view-diagram { display: block; width: 100%; }
.lens-view-diagram[hidden] { display: none; }
.lens-definitions { display: grid; gap: 24px; }
.lens-definition h3 { margin: 0 0 10px; font: 400 23px/1.15 Georgia, 'Times New Roman', serif; letter-spacing: -.02em; }
.lens-definition p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.55; }
.lens-view.is-ready:not(.is-mobile) .lens-definitions { position: absolute; inset: 0; }
.lens-view.is-ready:not(.is-mobile) .lens-definition { position: absolute; left: 70%; width: 30%; }
.lens-view.is-mobile .lens-definitions { gap: 22px; }
.lens-view.is-mobile .lens-definition h3 { font-size: 22px; margin-bottom: 7px; }
.lens-view + .lenses-together { margin-top: 22px; }

.lens-view.is-mobile .lens-view-diagram { max-width: 390px; margin: 0 auto 12px; }

/* Approved story hierarchy: customer voice, attribution, impact, useful depth. */
.alpha-site .story-card .client-quote figcaption { margin: 14px 0 0; }
.alpha-site .story-card .client-quote + .story-stages { margin: 28px 0 0; padding: 24px 0 0; border-top: 1px solid var(--story-line); border-bottom: 0; }
.alpha-site .story-detail .client-quote { margin-top: 24px; }
.alpha-site .story-card .story-attribution { margin: 10px 0 0; max-width: 72ch; color: var(--story-muted); font-size: .875rem; line-height: 1.65; }
.alpha-site #conductive-story .story-attribution { margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--story-line); }
.alpha-site .story-later-growth .growth-sequence { font-size: clamp(1.25rem, 2vw, 1.65rem); }
.alpha-site .story-later-growth .story-context { margin: 12px 0 0; }
.alpha-site .story-detail summary { align-items: baseline; }
.alpha-site .story-detail summary::after { flex: none; }

/* The earlier approach continues the opening dark section without a second hero. */
.alpha-site .conversation-section + .lenses-section {
  padding-top: clamp(24px, 4vw, 48px);
  background: linear-gradient(180deg, #0d192a 0, var(--night) 180px);
}

/* NAV r1: visible desktop links and a compact mobile disclosure. */
.alpha-site .header-navigation { display: contents; }
.alpha-site .header-navigation[hidden] { display: none; }
.alpha-site .mobile-menu-toggle { display: none; }
.alpha-site .site-header a:focus-visible,
.alpha-site .mobile-menu-toggle:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
@media (max-width: 1040px) {
  .alpha-site.nav-ready .site-header { grid-template-columns: 1fr auto; padding: 10px 20px; gap: 12px; }
  .alpha-site.nav-ready .brand-name { display: inline; }
  .alpha-site.nav-ready .mobile-menu-toggle {
    display: inline-flex; align-items: center; justify-content: center; gap: 9px;
    min-height: 44px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 4px;
    color: var(--ink); background: transparent; font-size: .9375rem; cursor: pointer;
  }
  .alpha-site.nav-ready .mobile-menu-toggle[aria-expanded="true"] { border-color: var(--gold); color: var(--gold); }
  .alpha-site.nav-ready .header-navigation:not([hidden]) {
    display: block; position: absolute; top: 100%; left: 0; right: 0;
    max-height: calc(100dvh - 68px); overflow-y: auto; overscroll-behavior: contain;
    padding: 12px 20px 24px; background: #0a1220;
    border-bottom: 1px solid var(--line); box-shadow: 0 16px 24px rgba(0,0,0,.2);
  }
  .alpha-site.nav-ready .nav-links { display: flex; flex-direction: column; align-items: stretch; gap: 0; font-size: 1rem; }
  .alpha-site.nav-ready .nav-links a { min-height: 48px; padding: 10px 4px; border-bottom: 1px solid var(--line); }
  .alpha-site.nav-ready .login-actions { display: flex; margin-top: 20px; }
  .alpha-site.nav-ready .login-actions .book-deal-cta { width: 100%; min-height: 48px; font-size: 1rem; justify-content: center; }
  .alpha-site.nav-ready [id], .alpha-site.nav-ready .coaching-outcomes,
  .alpha-site.nav-ready .outcome-list details, .alpha-site.nav-ready .faq-list details { scroll-margin-top: 88px; }
  .alpha-site.nav-ready .hero { padding-top: 112px; }
  .alpha-site.nav-ready .about-main { padding-top: 112px; }
}

/* Navigation destinations receive focus for continuity, without framing the content. */
.alpha-site :is(#what-we-work-on, #client-stories, #coaching)[tabindex="-1"]:focus {
  outline: none;
}

/* The founder's starting perspective leads into the three complementary lenses. */
.alpha-site .founder-section-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 28px clamp(32px, 4vw, 64px);
  align-items: center;
}
.alpha-site .founder-section-layout > h2 { grid-column: 1 / -1; margin-bottom: 4px; }
.alpha-site .founder-lens-figure { min-width: 0; margin: 0; }
.founder-lens-diagram { display: block; width: 100%; height: auto; overflow: visible; }
.founder-lens-label { fill: #edf0f5; font: 23px Georgia, 'Times New Roman', serif; }
.founder-lens-drive { fill: #e9c87e; }
.alpha-site .founder-lens-figure figcaption {
  margin-top: 10px;
  color: var(--gold);
  font: 400 clamp(1.1rem, 1.7vw, 1.45rem)/1.4 Georgia, 'Times New Roman', serif;
  text-align: center;
  text-wrap: balance;
}
.alpha-site .founder-section-layout > .alpha-body p:last-child { margin-bottom: 0; }
.alpha-site .founder-proof {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  column-gap: clamp(28px, 4vw, 56px);
  margin-top: 18px;
  padding: 26px 30px;
}
.alpha-site .founder-proof .story-header { grid-column: 1; grid-row: 1 / 4; }
.alpha-site .founder-proof > :not(.story-header) { grid-column: 2; }
.alpha-site .founder-proof .client-quote { margin: 0; }
.alpha-site .founder-proof .story-result { margin-top: 18px; }
@media (max-width: 850px) {
  .alpha-site .founder-section-layout { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .alpha-site .founder-lens-figure { width: 100%; max-width: 640px; margin-inline: auto; }
  .alpha-site .founder-section-layout > .alpha-body { max-width: 42rem; }
}
@media (max-width: 600px) {
  .founder-lens-label { font-size: 30px; }
  .founder-lens-origin { transform: translateY(-24px); }
  .alpha-site .founder-proof { display: block; padding: 24px; margin-top: 4px; }
  .alpha-site .founder-proof .story-header { margin-bottom: 24px; }
  .alpha-site .founder-lens-figure figcaption { margin-top: 14px; font-size: 1.2rem; }
}

/* Focused homepage proof and the complete client-story collection. */
.alpha-site .homepage-quotes { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-top: 48px; }
.alpha-site .homepage-quotes .client-quote { margin: 0; padding-top: 28px; border-top: 1px solid rgba(218,192,143,.28); }
.alpha-site .stories-main { padding: 150px clamp(24px,6vw,80px) 80px; background: #0b1420; }
.alpha-site .stories-page-intro { max-width: 760px; margin-bottom: 48px; }
.alpha-site .stories-page-intro h1 { font-family: Georgia, serif; font-weight: 400; font-size: clamp(44px,6vw,76px); line-height: 1.08; margin: 16px 0 24px; }
.alpha-site .stories-page-intro > p:last-child { color: #aab5c5; font-size: 19px; line-height: 1.6; }
.alpha-site .stories-collection { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
.alpha-site .stories-collection .story-header h2 { font-family: Georgia,serif; font-size: 30px; line-height: 1.2; font-weight: 400; margin: 10px 0 18px; }
.alpha-site .stories-collection .story-impact h3,
.alpha-site .stories-collection .story-spread h3,
.alpha-site .stories-collection .story-detail h3 { font-size: 18px; margin: 24px 0 14px; }
.alpha-site .stories-booking { text-align: center; padding-top: 72px; }
.alpha-site .stories-booking h2 { font-family: Georgia,serif; font-weight: 400; font-size: clamp(28px,4vw,42px); margin: 0 0 28px; }
@media (max-width: 760px) {
  .alpha-site .homepage-quotes, .alpha-site .stories-collection { grid-template-columns: 1fr; gap: 28px; }
  .alpha-site .stories-main { padding-top: 112px; }
}

/* Shared page frame and reading rhythm. */
.alpha-site .alpha-section { padding-block: clamp(64px, 6vw, 80px); }
.alpha-site .hero { padding-inline: clamp(24px, 6vw, 96px); }
.alpha-site .hero-content { margin-left: max(0px, calc((100% - 1120px) / 2)); }
.alpha-site .compact-dawn .dawn-content { max-width: 1120px; margin-inline: auto; }
.alpha-site .work-reading,
.alpha-site .faq-layout { max-width: 1120px; }
.alpha-site .work-reading > *,
.alpha-site .faq-layout > * { max-width: 760px; }
.alpha-site .work-reading .alpha-body,
.alpha-site .moment-intro .alpha-body,
.alpha-site .about-copy { max-width: 42rem; }
.alpha-site .coaching-outcomes { margin-top: 32px; padding-top: 32px; }
.alpha-site .story-feature { max-width: none; }
.alpha-site .story-card { padding: 32px; }
.alpha-site .booking-section .alpha-form { width: 100%; max-width: 800px; padding: 32px; }

/* Long stories have a compact introduction beside their evidence. */
.alpha-site .story-row { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.7fr); gap: 40px; grid-column: 1 / -1; }
.alpha-site .story-row > .story-header { margin: 0; }
.alpha-site .story-body { min-width: 0; }
.alpha-site .story-body > :first-child { margin-top: 0; }
.alpha-site .story-body > :last-child { margin-bottom: 0; }
.alpha-site .story-row .story-stages { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.alpha-site .stories-collection { gap: 28px; }

@media (max-width: 900px) {
  .alpha-site .story-row { display: block; }
  .alpha-site .story-row > .story-header { margin-bottom: 24px; }
}
@media (max-width: 760px) {
  .alpha-site .alpha-section { padding-block: 56px; }
  .alpha-site .coaching-outcomes { margin-top: 24px; padding-top: 24px; }
  .alpha-site .story-card,
  .alpha-site .booking-section .alpha-form { padding: 24px; }
  .alpha-site .booking-section { padding-inline: 24px; }
  .alpha-site .about-lede { font-size: 1.4375rem; }
}
@media (max-width: 360px) {
  .alpha-site .story-card,
  .alpha-site .booking-section .alpha-form { padding: 20px; }
}

/* A personal introduction with a portrait and a readable biography. */
.alpha-site .about-layout { max-width: 1120px; }
.alpha-site .about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
  grid-template-areas: "heading portrait" "lede portrait";
  column-gap: 64px;
  row-gap: 24px;
  align-items: center;
}
.alpha-site .about-heading { grid-area: heading; align-self: end; }
.alpha-site .about-heading h1 { margin-bottom: 0; }
.alpha-site .about-hero .about-lede { grid-area: lede; align-self: start; }
.alpha-site .about-portrait {
  grid-area: portrait;
  width: 100%;
  max-width: 360px;
  margin: 0;
  justify-self: end;
  overflow: hidden;
  border: 1px solid rgba(208, 185, 125, .28);
  border-radius: 8px;
  background: #1c2b3d;
}
.alpha-site .about-portrait img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; }
.alpha-site .about-copy { margin-top: 48px; }
@media (max-width: 1000px) {
  .alpha-site .about-hero { column-gap: 32px; }
}
@media (max-width: 760px) {
  .alpha-site .about-hero { grid-template-columns: minmax(0, 1fr); grid-template-areas: "heading" "portrait" "lede"; gap: 28px; }
  .alpha-site .about-portrait { max-width: 280px; justify-self: start; }
  .alpha-site .about-copy { margin-top: 32px; }
}
