/* ---------------------------------------------------------
   Launch Labs — Hero + Hub
   One continuous sky environment. Shared parallax system.
--------------------------------------------------------- */

:root {
  --ink: #0a1322;
  --ink-soft: #35435c;
  --ink-faint: #6b7a93;
  --red: #d92632;
  --red-deep: #b81f2a;
  --white: #ffffff;
  --paper: #fbfaf6;
  --paper-line: #e7e1d4;
  --paper-line-soft: #efe9dd;

  --z-sky: 0;
  --z-veil: 1;
  --z-connectors: 3;
  --z-laptop: 8;
  --z-content: 6;
  --z-nav: 20;

  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  min-height: 100vh;
  background: #1a5fc4;
  color: var(--white);
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

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

/* ---------------------------------------------------------
   Hero background layer
--------------------------------------------------------- */

.sky-layer,
.hub-sky-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  overflow: hidden;
  z-index: var(--z-sky);
  background: #0e3f8f;
}

.sky-layer { z-index: 1; }

.hub-sky-layer { z-index: var(--z-sky); }

.seam-cloud-layer {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  /* A root-level sibling of both sections: skies and all page content form
     lower stacking layers, so no section context can paint over the clouds. */
  z-index: 7;
  pointer-events: none;
}

.seam-cloud-img {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: none;
  transform: translateX(-50%);
  will-change: transform;
}

.sky-img,
.hub-sky-img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, 0);
  will-change: transform;
}

.grain {
  position: fixed;
  inset: -10%;
  z-index: 2;
  pointer-events: none;
  opacity: 0.05;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 140px 140px;
}

.top-veil {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 200px;
  z-index: var(--z-veil);
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(4, 12, 28, 0.32), rgba(4, 12, 28, 0));
}

/* ---------------------------------------------------------
   Navigation
--------------------------------------------------------- */

.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: var(--z-nav);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px clamp(24px, 5vw, 64px);
}

.logo-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 126px;
}

.logo-svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.logo-text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 2.4px;
  fill: rgba(255, 255, 255, 0.92);
}

.logo-center-dot {
  fill: var(--red);
  filter: drop-shadow(0 0 4px rgba(217, 38, 50, 0.75));
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 40px);
}

.nav-links a {
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.88);
  position: relative;
  padding-bottom: 4px;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%;
  bottom: 0;
  height: 1.5px;
  background: var(--red);
  transition: right 0.35s var(--ease-out-quart);
}

.nav-links a:hover::after { right: 0; }

/* ---------------------------------------------------------
   Layout shells
--------------------------------------------------------- */

.page {
  position: relative;
  z-index: var(--z-content);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-top: 96px;
}

.hero-grid {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 0.85fr);
  align-items: center;
  gap: 24px;
  padding: 0 clamp(24px, 6vw, 72px);
  max-width: 1520px;
  margin: 0 auto;
  width: 100%;
}

/* ---------------------------------------------------------
   Hero copy
--------------------------------------------------------- */

.hero-copy {
  will-change: transform, opacity;
}

.hero-headline {
  position: relative;
  top: -30px;
  margin: 0;
  font-size: clamp(34px, 4.2vw, 67px);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.02em;
  color: var(--white);
  white-space: nowrap;
  transform: scaleX(0.965);
  transform-origin: left top;
}

.hero-headline .line {
  display: block;
}

.underline-word {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.squiggle {
  position: absolute;
  left: 0;
  bottom: -0.14em;
  width: 100%;
  height: 0.3em;
  overflow: visible;
}

.squiggle-stroke {
  fill: none;
  stroke: var(--red);
  stroke-width: 3.5;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
  opacity: 0.92;
}

.hero-sub {
  margin: 32px 0 0;
  max-width: 30ch;
  font-size: clamp(20px, 1.5625vw, 23.75px);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.5;
}

.hero-cta-row {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--ink);
  color: var(--white);
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 13.5px 22px;
  border-radius: 10px;
  box-shadow: 0 12px 26px -13px rgba(4, 10, 24, 0.65);
  transition: transform 0.4s var(--ease-out-quart), box-shadow 0.4s var(--ease-out-quart), background 0.3s;
}

.btn-primary .arrow {
  transition: transform 0.35s var(--ease-out-quart);
}

.btn-primary:hover {
  transform: translateY(-2px);
  background: #101c33;
  box-shadow: 0 18px 36px -12px rgba(4, 10, 24, 0.8);
}

.btn-primary:hover .arrow { transform: translateX(4px); }

.cta-micro {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.02em;
}

/* ---------------------------------------------------------
   Hero proof row
--------------------------------------------------------- */

.hero-proof {
  position: relative;
  top: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  padding: 0 clamp(24px, 6vw, 72px) clamp(48px, 7vh, 88px);
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  will-change: transform, opacity;
}

.proof-seg {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  font-size: clamp(14px, 1.15vw, 16.5px);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
  letter-spacing: 0.01em;
  white-space: nowrap;
  padding: 14px 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 16px 34px -18px rgba(4, 10, 24, 0.5);
  transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.proof-seg::before {
  content: "";
  position: absolute;
  inset: -60% -35%;
  background: linear-gradient(110deg, transparent 34%, rgba(255, 255, 255, 0.17) 49%, transparent 64%);
  transform: translateX(-75%);
  transition: transform 0.65s ease;
  pointer-events: none;
}

.proof-seg:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.37);
  box-shadow: 0 17px 36px -18px rgba(4, 10, 24, 0.52), 0 0 10px rgba(255, 255, 255, 0.04);
}

.proof-seg:hover::before {
  transform: translateX(75%);
}

.proof-seg b {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.98);
}

.proof-stars {
  font-size: 0.8em;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.92);
  margin-right: 1px;
}

.proof-divider {
  display: none;
}

/* ---------------------------------------------------------
   Hero stage (laptop anchor + notifications)
--------------------------------------------------------- */

.hero-stage {
  position: relative;
  height: min(56vh, 520px);
  min-height: 340px;
}

.laptop-anchor {
  position: absolute;
  pointer-events: none;
}

.laptop-anchor--hero {
  top: 50%;
  right: 4%;
  width: min(380px, 92%);
  aspect-ratio: 1536 / 1024;
  transform: translateY(-46%);
}

.notification {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 16px 34px -16px rgba(4, 10, 24, 0.5);
  will-change: transform, opacity;
}

.notif-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  flex: none;
  color: var(--white);
}

.notif-icon svg { width: 16px; height: 16px; }

.notif-icon--meeting { background: rgba(52, 199, 89, 0.35); }
.notif-icon--enquiry { background: rgba(217, 38, 50, 0.35); }
.notif-icon--whatsapp { background: rgba(37, 211, 102, 0.35); }

.notif-text { display: flex; flex-direction: column; gap: 2px; }

.notif-text strong {
  font-size: 13px;
  font-weight: 700;
  color: var(--white);
  white-space: nowrap;
}

.notif-text em {
  font-style: normal;
  font-size: 11.5px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.72);
  white-space: nowrap;
}

.notif--meeting { top: calc(28% - 200px); right: calc(4% + 160px); z-index: 5; animation: float-a 6.5s ease-in-out infinite; }
.notif--enquiry { top: calc(28% - 130px); right: calc(4% + 100px); z-index: 6; animation: float-b 7.5s ease-in-out infinite; animation-delay: 0.4s; }
.notif--whatsapp { top: calc(28% - 50px); right: 4%; z-index: 7; animation: float-c 7s ease-in-out infinite; animation-delay: 0.9s; }

@keyframes float-a {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes float-b {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(9px); }
}
@keyframes float-c {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

/* ---------------------------------------------------------
   Hub section
--------------------------------------------------------- */

.hub {
  position: relative;
  padding: calc(clamp(56px, 7vh, 96px) + 360px) clamp(24px, 6vw, 72px) 0;
}

.hub-headline {
  position: relative;
  top: 250px;
  translate: 0 200px;
}

.sources {
  translate: 0 250px;
}

.laptop-anchor--hub {
  translate: 0 150px;
}

.hub-headline {
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
  font-size: clamp(34px, 4.8vw, 68px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: var(--white);
  will-change: transform, opacity;
}

.hub-headline .line { display: block; }

.hub-sub {
  margin: 26px auto 0;
  max-width: 660px;
  text-align: center;
  font-size: clamp(17px, 1.5vw, 21px);
  font-weight: 500;
  line-height: 1.65;
  color: var(--white);
}

/* ---------------------------------------------------------
   Source cards
--------------------------------------------------------- */

.sources {
  margin: clamp(58px, 7.5vh, 88px) auto 0;
  max-width: 1480px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(20px, 2vw, 32px);
  flex-wrap: nowrap;
}

.source-group {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
}

.source-group-head {
  display: flex;
  align-items: center;
  gap: 20px;
}

.source-label {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--white);
  white-space: nowrap;
}

.source-hr {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.2));
}

.source-row {
  display: flex;
  gap: clamp(12px, 1.2vw, 20px);
  flex-wrap: nowrap;
}

.source-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: clamp(96px, 7.8vw, 164px);
  min-height: 164px;
  padding: 28px 12px 22px;
  border-radius: 28px;
  background: #f3ede3;
  border: 1px solid var(--paper-line);
  box-shadow: 0 24px 46px -24px rgba(10, 19, 34, 0.32);
  opacity: 0;
  transform: translateY(22px);
  transition: transform 0.5s var(--ease-out-quart);
}

.source-card:hover {
  transform: translateY(-4px);
}

.source-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  background: #f3ede3;
}

.source-icon img { width: 100%; height: 100%; }

.source-icon--ink { color: var(--ink); }

.source-name {
  font-size: 16px;
  font-weight: 600;
  color: var(--ink-soft);
  text-align: center;
  letter-spacing: 0.01em;
}

/* ---------------------------------------------------------
   Connectors
--------------------------------------------------------- */

.connectors {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: var(--z-connectors);
  pointer-events: none;
}

.connectors path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.72);
  stroke-width: 1.5;
  stroke-linecap: round;
  transition: stroke 0.4s;
}

/* ---------------------------------------------------------
   Laptop anchors in hub / spacer
--------------------------------------------------------- */

.laptop-anchor--hub {
  position: relative;
  width: min(940px, 94vw);
  aspect-ratio: 1536 / 1024;
  margin: clamp(140px, calc(9vh + 70px), 180px) auto 0;
}

.hub-spacer {
  /* Must leave enough scrollable room below the laptop anchor for the
     synced scroll-trigger (anchorHub reaching 50% viewport) to actually be
     reachable — on tall viewports 12vh wasn't enough and the laptop/sky
     journey could stall short of its final resting state. */
  height: clamp(110px, calc(22vh - 100px), 260px);
}

/* ---------------------------------------------------------
   Laptop (shared element, position: fixed)
--------------------------------------------------------- */

.laptop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--z-laptop);
  width: min(940px, 94vw);
  aspect-ratio: 1536 / 1024;
  transform-origin: top left;
  pointer-events: none;
}

/* The photo has a transparent cutout where its screen is, so the shell sits
   in front and its own bezel masks the screen-inner content beneath it —
   no separate CSS bezel/base needed. */

.laptop-shell {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.screen-inner {
  position: absolute;
  left: 12.6%;
  top: 12.3%;
  width: 74.8%;
  height: 65.3%;
  border-radius: 2px;
  overflow: hidden;
  background: #060a12;
  z-index: 1;
}

.screen-face {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
}

/* -- hero screen: calendar mock -- */

.screen-face--hero {
  background: #eef1f6;
  padding: 8% 9%;
  gap: 8%;
}

.mock-topbar {
  display: flex;
  align-items: center;
  gap: 7px;
}

.mock-avatar {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--red);
  flex: none;
}

.mock-line {
  display: block;
  height: 5px;
  border-radius: 3px;
  background: #cfd6e2;
}

.mock-line--w1 { width: 28%; }
.mock-line--w2 { width: 16%; background: #dfe4ec; }
.mock-line--sm { width: 34%; }

.mock-cal {
  flex: 1;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e2e6ee;
  padding: 9% 8%;
  display: flex;
  flex-direction: column;
  gap: 9%;
}

.mock-cal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mock-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #34c759;
}

.mock-cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 7%;
  flex: 1;
}

.mock-cal-grid span {
  border-radius: 3px;
  background: #eceff5;
}

.mock-cal-grid span.on {
  background: var(--red);
}

.mock-cal-foot {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mock-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(52, 199, 89, 0.16);
  color: #219a44;
  font-size: 10px;
  font-weight: 700;
}

/* -- hub screen: word mark -- */

.screen-face--hub {
  background: #f3ede3;
  container-type: inline-size;
}

.hub-screen-message {
  width: 82%;
  margin: auto;
  color: #050505;
  text-align: center;
}

.hub-screen-message p { margin: 0; }

.hub-screen-lead {
  font-size: 7.1cqw;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.hub-screen-followup {
  width: 78%;
  margin: 6cqw auto 0 !important;
  font-size: 4.6cqw;
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: -0.025em;
}

.hub-screen-followup span {
  text-decoration-line: underline;
  text-decoration-color: var(--red);
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.16em;
}

/* ---------------------------------------------------------
   Reveal states (JS toggles is-in)
--------------------------------------------------------- */

.source-card.is-in {
  opacity: 1;
  transform: translateY(0);
}

/* ---------------------------------------------------------
   Section 3 — visual comparison
--------------------------------------------------------- */

.comparison {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  overflow: hidden;
  color: var(--white);
}

.comparison-bg,
.comparison-foreground,
.comparison-atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.comparison-bg { z-index: 0; }

.comparison-bg img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
}

.comparison-foreground { z-index: 1; }
.comparison-atmosphere { z-index: 3; }

.comparison-visual {
  position: absolute;
  pointer-events: none;
}

.comparison-visual--left {
  left: 0;
  bottom: clamp(50px, 8vh, 90px);
  width: 50%;
  display: flex;
  justify-content: center;
}

.comparison-visual--right {
  right: 0;
  bottom: clamp(50px, 8vh, 90px);
  width: 50%;
  display: flex;
  justify-content: center;
}

.comparison-visual--left img,
.comparison-visual--right img {
  width: min(560px, 42vw);
  height: auto;
}

.comparison-content {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: clamp(120px, 14vw, 240px);
  padding: clamp(120px, 17vh, 180px) clamp(34px, 6vw, 92px) 80px;
}

.comparison-side {
  width: 100%;
  max-width: 520px;
  justify-self: center;
  text-align: center;
}

.comparison-side--right {
  color: #0a1322;
}

.comparison-eyebrow {
  margin: 0 0 20px;
  font-size: clamp(12px, 0.9vw, 15px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.comparison-side--left .comparison-eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.comparison-side--right .comparison-eyebrow { color: var(--red); }

.comparison-title {
  margin: 0;
  font-size: clamp(42px, 4.25vw, 68px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.comparison-accent--blue { color: #79c9ff; }
.comparison-accent--red { color: #d92632; }

.comparison-copy {
  margin: clamp(28px, 4vh, 44px) 0 0;
  max-width: 480px;
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 500;
  line-height: 1.55;
}

.comparison-side--left .comparison-copy {
  color: rgba(255, 255, 255, 0.8);
}

.comparison-side--right .comparison-copy {
  color: rgba(10, 19, 34, 0.78);
}

.comparison-principle {
  position: absolute;
  left: 50%;
  bottom: clamp(24px, 4vh, 44px);
  z-index: 4;
  width: min(760px, 78vw);
  padding: 18px clamp(24px, 4vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 18px;
  translate: -50% 0;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 22px 50px -24px rgba(3, 10, 24, 0.48);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.comparison-principle p {
  margin: 0;
  color: var(--white);
  font-size: clamp(16px, 1.3vw, 20px);
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
  text-shadow: 0 2px 14px rgba(3, 10, 24, 0.35);
}

.comparison-principle strong { font-weight: 800; }

/* ---------------------------------------------------------
   Section 4 — founder story
--------------------------------------------------------- */

.founder-story {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  overflow: hidden;
  color: var(--ink);
}

.founder-story-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.founder-story-bg img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
}

.founder-story-inner {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  width: min(1100px, 88vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(290px, 390px) minmax(400px, 600px);
  align-items: center;
  gap: clamp(46px, 5vw, 78px);
  padding: 90px 0 70px;
  translate: 0 -80px;
}

.founder-profile { margin: 0; }

.founder-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center center;
  border-radius: 4px;
  box-shadow: 0 26px 60px -30px rgba(10, 19, 34, 0.42);
}

.founder-profile figcaption {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 18px;
  color: var(--ink);
}

.founder-profile figcaption strong {
  font-size: 21px;
  font-weight: 800;
}

.founder-profile figcaption span {
  font-size: 15px;
  font-weight: 600;
  color: rgba(10, 19, 34, 0.68);
}

.founder-story-copy {
  position: relative;
  max-width: 510px;
}

.founder-story-copy::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -90px -80px -100px -90px;
  pointer-events: none;
  background: radial-gradient(
    ellipse at center,
    rgba(235, 244, 249, 0.58) 0%,
    rgba(235, 244, 249, 0.35) 42%,
    rgba(235, 244, 249, 0.12) 68%,
    rgba(235, 244, 249, 0) 100%
  );
}

.founder-story-copy h2 {
  margin: 0 0 clamp(28px, 4vh, 42px);
  font-size: clamp(42px, 4.4vw, 68px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.founder-story-copy p {
  margin: 0 0 21px;
  max-width: 510px;
  font-size: clamp(16px, 1.15vw, 17px);
  font-weight: 500;
  line-height: 1.58;
  color: #0a1322;
}

.founder-story-copy p:last-child { margin-bottom: 0; }

/* ---------------------------------------------------------
   Section 5 — business outcomes
--------------------------------------------------------- */

.outcomes {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  color: var(--ink);
  background-image: url("../images/section5/section5-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.outcomes-inner {
  min-height: 100vh;
  width: min(680px, 45vw);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 0 70px;
  text-align: center;
}

.outcomes-title {
  margin: 0;
  font-size: clamp(50px, 5.1vw, 78px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.outcomes-list {
  width: 100%;
  margin-top: clamp(48px, 6.5vh, 68px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(14px, 2vh, 20px);
}

.outcome {
  margin: 0;
  font-size: clamp(28px, 2.15vw, 32px);
  font-weight: 650;
  line-height: 1.3;
  color: #0a1322;
  text-align: center;
}

.outcome--final {
  font-size: clamp(44px, 3.5vw, 52px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-top: clamp(10px, 1.5vh, 16px);
}

.outcome--final em {
  color: #d92632;
  font-style: normal;
}

/* ---------------------------------------------------------
   Responsive
--------------------------------------------------------- */

@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-top: 20px;
  }

  .hero-headline { line-height: 1.08; white-space: normal; }

  .hero-stage { height: min(50vh, 420px); }

  .laptop-anchor--hero {
    right: 50%;
    transform: translate(50%, -46%);
  }

  .laptop { width: min(660px, 93vw); }

  .sources { gap: 42px 20px; flex-wrap: wrap; }
  .laptop-anchor--hub { width: min(660px, 93vw); }

  .comparison-content {
    column-gap: 70px;
    padding-inline: 34px;
  }

  .comparison-title { font-size: clamp(34px, 5.2vw, 50px); }

  .founder-story-inner {
    width: calc(100% - 68px);
    margin: 0 auto;
    grid-template-columns: minmax(240px, 34vw) minmax(0, 1fr);
    gap: 38px;
  }

  .founder-story-copy h2 { font-size: clamp(36px, 5vw, 50px); }

  .outcomes-inner {
    width: min(650px, 70vw);
    margin: 0 auto;
  }

  .comparison-visual--left img,
  .comparison-visual--right img { width: min(480px, 46vw); }
}

@media (max-width: 640px) {
  .nav { padding: 20px 18px; }
  .nav-links { gap: 16px; }
  .nav-links a { font-size: 12px; }

  .hero { padding-top: 84px; }
  .hero-headline .line { display: block; }
  .hero-headline { font-size: clamp(30px, 9vw, 42px); }

  .hero-proof { gap: 10px 14px; padding-bottom: 32px; }

  .hero-stage { height: 300px; margin-top: 12px; }
  .laptop { width: min(390px, 93vw); }

  .notification { padding: 9px 12px; gap: 8px; }
  .notif-icon { width: 24px; height: 24px; }
  .notif-icon svg { width: 13px; height: 13px; }
  .notif-text strong { font-size: 11.5px; }
  .notif-text em { font-size: 10px; }

  .hub { padding-top: 430px; }
  .hub-headline { font-size: clamp(26px, 8vw, 36px); }
  .hub-sub { font-size: 14px; }

  .source-row { flex-wrap: wrap; justify-content: center; }
  .source-group { gap: 22px; }
  .source-card { width: 112px; min-height: 150px; padding: 26px 12px 20px; }
  .source-icon { width: 64px; height: 64px; }
  .source-name { font-size: 15px; }

  .laptop-anchor--hub { margin-top: 22px; width: min(390px, 93vw); }
  .hub-spacer { height: 0; }

  .comparison { min-height: 100svh; }

  .comparison-content {
    min-height: 100svh;
    column-gap: 24px;
    padding: 110px 18px 54px;
  }

  .comparison-eyebrow {
    margin-bottom: 14px;
    font-size: 9px;
    letter-spacing: 0.14em;
  }

  .comparison-title {
    font-size: clamp(24px, 7vw, 32px);
    line-height: 1.08;
  }

  .comparison-copy {
    margin-top: 24px;
    font-size: 12px;
  }

  .comparison-principle {
    bottom: 18px;
    width: calc(100% - 36px);
    padding: 13px 18px;
  }

  .comparison-principle p { font-size: 13px; }

  .comparison-visual--left img,
  .comparison-visual--right img { width: 52vw; }

  .founder-story { min-height: 100svh; }

  .founder-story-inner {
    min-height: 100svh;
    width: auto;
    margin: 0;
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 100px 24px 60px;
    translate: 0 -30px;
  }

  .founder-profile {
    width: min(100%, 380px);
    margin: 0 auto;
  }

  .founder-story-copy { max-width: 520px; }

  .founder-story-copy h2 {
    margin-bottom: 24px;
    font-size: clamp(34px, 10vw, 46px);
  }

  .outcomes { min-height: 100svh; }

  .outcomes-inner {
    min-height: 100svh;
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 90px 0 54px;
  }

  .outcomes-title { font-size: clamp(36px, 10.5vw, 48px); }

  .outcome {
    font-size: 22px;
  }

  .outcome--final {
    font-size: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .notification { animation: none !important; }
  .proof-seg,
  .proof-seg::before { transition: none; }
  html { scroll-behavior: auto; }

  .outcomes-list {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .outcome {
    position: static;
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
