.story-page {
  background: #040506;
}

.story-page main {
  overflow: hidden;
}

.story-shell {
  width: min(100%, 1160px);
  margin-inline: auto;
}

.story-region {
  scroll-margin-top: 88px;
  padding: 64px clamp(22px, 5.5vw, 78px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.story-kicker {
  margin: 0;
  color: var(--orange);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.story-page h1,
.story-page h2,
.story-page h3,
.story-page blockquote {
  text-wrap: balance;
}

.story-page h1,
.story-page h2,
.story-page h3 {
  margin: 0;
  font-family: var(--condensed);
  font-weight: 900;
  text-transform: uppercase;
}

.story-page h1 {
  max-width: 700px;
  margin-top: 12px;
  font-size: 3.5rem;
  line-height: .94;
}

.story-page h2 {
  margin-top: 9px;
  font-size: 2.25rem;
  line-height: .98;
}

.story-page p,
.story-page li {
  color: #d6dde7;
  font-size: 1.05rem;
  line-height: 1.62;
}

.story-page p {
  margin: 14px 0 0;
}

.story-opening {
  padding-top: 126px;
  background: linear-gradient(145deg, rgba(19,37,61,.78), rgba(5,8,12,.96) 44%, #040506 82%);
}

.opening-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .48fr);
  gap: 56px;
  align-items: end;
}

.story-deck {
  max-width: 660px;
  font-size: 1.2rem !important;
  line-height: 1.55 !important;
}

.origin-ledger {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 20px;
  padding: 0 0 8px 24px;
  border-left: 2px solid var(--orange);
}

.origin-ledger span {
  color: #cdd5e0;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.origin-ledger b {
  display: block;
  color: var(--yellow);
  font-family: var(--condensed);
  font-size: 2.6rem;
  line-height: .9;
}

.origin-ledger strong {
  grid-column: 1 / -1;
  max-width: 260px;
  color: white;
  font-family: var(--condensed);
  font-size: 1.45rem;
  line-height: 1;
  text-transform: uppercase;
}

.laptop-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 64px;
  margin-top: 52px;
  padding-top: 42px;
  border-top: 1px solid rgba(255,255,255,.14);
}

.narrative-column {
  max-width: 520px;
}

.narrative-column p:first-child {
  margin-top: 0;
}

.small-voices {
  margin: 18px 0;
  padding: 4px 0 4px 20px;
  border-left: 2px solid rgba(45,134,255,.72);
}

.small-voices p {
  margin: 0;
  color: white;
  font-weight: 750;
}

.small-voices p + p {
  margin-top: 8px;
}

.origin-pullquote {
  grid-column: 1 / -1;
  margin: 12px 0 0;
  padding: 26px 30px;
  border-left: 5px solid var(--orange);
  background: linear-gradient(90deg, rgba(15,99,246,.1), rgba(17,34,56,.5), transparent);
  font-family: var(--condensed);
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1.02;
  text-transform: uppercase;
}

.origin-pullquote span,
.origin-pullquote strong {
  display: block;
}

.origin-pullquote strong {
  color: var(--orange);
}

.origin-question {
  grid-column: 1 / -1;
  margin-top: 0 !important;
  color: white !important;
  font-family: var(--condensed);
  font-size: 1.75rem !important;
  font-weight: 900;
  line-height: 1.1 !important;
  text-transform: uppercase;
}

.origin-question strong {
  color: var(--yellow);
}

.origin-follow {
  grid-column: 1 / -1;
  max-width: 720px;
  margin-top: -10px !important;
}

.hustle-region {
  background: linear-gradient(180deg, #05080d, #08101b 54%, #040506);
}

.move-grid,
.family-grid,
.experiment-grid,
.connection-intro,
.sports-parent-grid,
.philosophy-grid,
.hope-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(360px, .68fr);
  gap: 56px;
  align-items: center;
}

.move-command {
  margin-top: 6px !important;
  color: white;
  font-size: 3.25rem !important;
}

.feet-list {
  display: grid;
  gap: 7px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.feet-list li {
  position: relative;
  padding-left: 20px;
}

.feet-list li::before {
  content: "";
  position: absolute;
  top: .73em;
  left: 0;
  width: 8px;
  height: 2px;
  background: var(--orange);
}

.opportunity-note {
  padding: 28px 0 28px 30px;
  border-left: 2px solid rgba(45,134,255,.55);
}

.opportunity-note strong {
  display: block;
  color: var(--yellow);
  font-family: var(--condensed);
  font-size: 2.35rem;
  font-weight: 900;
  line-height: .98;
  text-transform: uppercase;
}

.family-grid {
  margin-top: 44px;
  padding-top: 46px;
  border-top: 1px solid rgba(255,255,255,.12);
}

.photo-placeholder {
  margin: 0;
}

.photo-placeholder > div {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 285px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(114,148,190,.34);
  border-radius: 12px;
  background:
    linear-gradient(135deg, transparent 48%, rgba(255,255,255,.06) 49%, rgba(255,255,255,.06) 51%, transparent 52%),
    linear-gradient(145deg, #12233a, #080e17 72%);
}

.photo-placeholder > div::before,
.photo-placeholder > div::after {
  content: "";
  position: absolute;
  width: 54px;
  height: 54px;
  border-color: rgba(15,99,246,.72);
}

.photo-placeholder > div::before {
  top: 16px;
  left: 16px;
  border-top: 2px solid;
  border-left: 2px solid;
}

.photo-placeholder > div::after {
  right: 16px;
  bottom: 16px;
  border-right: 2px solid;
  border-bottom: 2px solid;
}

.photo-placeholder span,
.photo-placeholder strong {
  position: relative;
  z-index: 1;
  display: block;
  text-transform: uppercase;
}

.photo-placeholder span {
  color: var(--yellow);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .14em;
}

.photo-placeholder strong {
  max-width: 290px;
  margin-top: 8px;
  color: white;
  font-family: var(--condensed);
  font-size: 1.65rem;
  line-height: 1;
}

.photo-placeholder figcaption {
  margin-top: 9px;
  color: #8f99a7;
  font-size: .75rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.lightbulb-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 44px;
  padding-top: 18px;
  border-top: 3px solid var(--orange);
  font-family: var(--condensed);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.lightbulb-line strong {
  color: var(--orange);
}

.reflection-region {
  background: linear-gradient(150deg, #040506, #0b1523 48%, #050607);
}

.experiment-grid {
  align-items: start;
}

.experiment-grid > div {
  max-width: 520px;
}

.reflection-moment {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 42px;
}

.reflection-moment blockquote {
  margin: 0;
  padding: 24px;
  border-top: 2px solid var(--orange);
  color: white;
  background: rgba(16,32,53,.72);
  font-family: var(--condensed);
  font-size: 1.85rem;
  font-weight: 900;
  line-height: 1.04;
}

.reflection-moment blockquote:last-child {
  border-top-color: var(--yellow);
}

.reflection-moment span {
  display: block;
  margin-bottom: 12px;
  color: #aeb8c5;
  font-family: var(--body);
  font-size: .7rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.idea-progression {
  margin-top: 20px;
  padding: 24px;
  border: 1px solid rgba(45,134,255,.25);
  border-radius: 12px;
  background: rgba(6,13,22,.82);
}

.idea-progression ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.idea-progression li {
  position: relative;
  min-width: 0;
}

.idea-progression li:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 12px;
  right: -24px;
  color: var(--orange);
  font-size: 1.25rem;
}

.idea-progression li span,
.idea-progression li strong {
  display: block;
}

.idea-progression li span {
  color: var(--yellow);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.idea-progression li strong {
  margin-top: 5px;
  color: white;
  font-family: var(--condensed);
  font-size: 1.65rem;
  line-height: 1;
  text-transform: uppercase;
}

.idea-progression p {
  margin-bottom: 0;
  color: #aeb8c5;
  font-size: .95rem;
}

.connection-region {
  background: #05080d;
}

.connection-intro {
  align-items: start;
}

.connection-intro blockquote {
  margin: 20px 0;
  padding-left: 18px;
  border-left: 3px solid var(--orange);
  color: white;
  font-family: var(--condensed);
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
}

.control-boundary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 38px;
  border-block: 1px solid rgba(255,255,255,.12);
}

.control-boundary section {
  padding: 28px 32px 28px 0;
}

.control-boundary section + section {
  padding-right: 0;
  padding-left: 32px;
  border-left: 1px solid rgba(255,255,255,.12);
}

.control-boundary h3 {
  color: var(--yellow);
  font-size: 1.35rem;
}

.control-boundary p {
  margin-top: 10px;
  font-size: .95rem;
}

.sports-parent-grid {
  margin-top: 54px;
  padding-top: 46px;
  border-top: 1px solid rgba(255,255,255,.12);
}

.philosophy-region {
  background: linear-gradient(180deg, #060708, #0a1320 60%, #040506);
}

.philosophy-grid {
  align-items: start;
}

.scoreboard-quote {
  margin: 0;
  padding: 28px 0 28px 30px;
  border-left: 4px solid var(--orange);
  font-family: var(--condensed);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.04;
  text-transform: uppercase;
}

.scoreboard-quote span,
.scoreboard-quote strong {
  display: block;
}

.scoreboard-quote strong {
  margin-top: 10px;
  color: var(--orange);
}

.sooner-section {
  max-width: 760px;
  margin-top: 54px;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,.14);
}

.sooner-section h2 {
  color: var(--yellow);
}

.hope-region {
  padding-block: 54px;
  background: linear-gradient(145deg, #050607, #0b1624 56%, #040506);
}

.hope-grid {
  align-items: start;
}

.hope-grid blockquote {
  margin: 18px 0 0;
  color: white;
  font-family: var(--condensed);
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 1.05;
}

.bigger-questions {
  display: grid;
  gap: 12px;
  padding-left: 28px;
  border-left: 2px solid var(--orange);
}

.bigger-questions p {
  margin: 0;
  color: white;
  font-family: var(--condensed);
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 1.06;
  text-transform: uppercase;
}

.personal-close {
  max-width: 780px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.14);
}

.personal-close > strong {
  display: block;
  margin-top: 24px;
  color: var(--yellow);
  font-family: var(--condensed);
  font-size: 2.15rem;
  line-height: 1;
  text-transform: uppercase;
}

.brand-close {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 3px solid var(--orange);
  font-family: var(--condensed);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.brand-close span,
.brand-close b {
  display: block;
}

.brand-close b {
  margin-top: 7px;
  color: var(--orange);
}

@media (max-width: 980px) {
  .story-region {
    padding-block: 52px;
  }

  .story-opening {
    padding-top: 112px;
  }

  .opening-grid,
  .move-grid,
  .family-grid,
  .experiment-grid,
  .connection-intro,
  .sports-parent-grid,
  .philosophy-grid,
  .hope-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .origin-ledger {
    max-width: 420px;
  }

  .idea-progression ol {
    gap: 24px;
  }

  .idea-progression li:not(:last-child)::after {
    right: -18px;
  }
}

@media (max-width: 680px) {
  .story-region {
    padding: 38px 18px;
  }

  .story-opening {
    padding-top: 96px;
  }

  .story-page h1 {
    font-size: 2.65rem;
  }

  .story-page h2 {
    font-size: 2rem;
  }

  .story-page p,
  .story-page li {
    font-size: 1rem;
    line-height: 1.58;
  }

  .story-deck {
    font-size: 1.08rem !important;
  }

  .origin-ledger {
    padding-left: 18px;
  }

  .laptop-story {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 38px;
    padding-top: 30px;
  }

  .origin-pullquote {
    grid-column: auto;
    padding: 22px 18px;
    font-size: 1.7rem;
  }

  .origin-question {
    grid-column: auto;
    font-size: 1.45rem !important;
  }

  .origin-follow {
    grid-column: auto;
    margin-top: -6px !important;
  }

  .move-command {
    font-size: 2.7rem !important;
  }

  .opportunity-note,
  .scoreboard-quote {
    padding: 18px 0 18px 20px;
  }

  .opportunity-note strong {
    font-size: 2rem;
  }

  .family-grid,
  .sports-parent-grid,
  .sooner-section,
  .personal-close {
    margin-top: 38px;
    padding-top: 30px;
  }

  .photo-placeholder > div {
    min-height: 235px;
    padding: 22px;
  }

  .reflection-moment,
  .control-boundary {
    grid-template-columns: 1fr;
  }

  .reflection-moment blockquote {
    padding: 20px;
    font-size: 1.55rem;
  }

  .idea-progression ol {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .idea-progression li {
    padding-left: 24px;
  }

  .idea-progression li:not(:last-child)::after {
    content: "↓";
    top: auto;
    right: auto;
    bottom: -18px;
    left: 0;
  }

  .control-boundary section,
  .control-boundary section + section {
    padding: 24px 0;
    border-left: 0;
  }

  .control-boundary section + section {
    border-top: 1px solid rgba(255,255,255,.12);
  }

  .scoreboard-quote,
  .bigger-questions p,
  .hope-grid blockquote {
    font-size: 1.65rem;
  }

  .bigger-questions {
    padding-left: 20px;
  }

  .brand-close {
    font-size: 1.7rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .story-page .section-reveal {
    transition: none;
  }
}
