@font-face {
  font-family: "Allura";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/allura-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA,
    U+02BD-02C5,
    U+02C7-02CC,
    U+02CE-02D7,
    U+02DD-02FF,
    U+0304,
    U+0308,
    U+0329,
    U+1D00-1DBF,
    U+1E00-1E9F,
    U+1EF2-1EFF,
    U+2020,
    U+20A0-20AB,
    U+20AD-20C0,
    U+2113,
    U+2C60-2C7F,
    U+A720-A7FF;
}

@font-face {
  font-family: "Allura";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/allura-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+0304,
    U+0308,
    U+0329,
    U+2000-206F,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}

@font-face {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/libre-baskerville-700-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA,
    U+02BD-02C5,
    U+02C7-02CC,
    U+02CE-02D7,
    U+02DD-02FF,
    U+0304,
    U+0308,
    U+0329,
    U+1D00-1DBF,
    U+1E00-1E9F,
    U+1EF2-1EFF,
    U+2020,
    U+20A0-20AB,
    U+20AD-20C0,
    U+2113,
    U+2C60-2C7F,
    U+A720-A7FF;
}

@font-face {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/libre-baskerville-700-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+0304,
    U+0308,
    U+0329,
    U+2000-206F,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --paper: #1b2a4a;
  --paper-warm: #233656;
  --paper-deep: #1d2e4d;
  --ink: #ffffff;
  --muted: rgba(255, 255, 255, 0.72);
  --soft: rgba(255, 255, 255, 0.56);
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.22);
  --green: #c85a2a;
  --green-deep: #ffffff;
  --brick: #c85a2a;
  --gold: #d5b16d;
  --blue: #7ca0d6;
  --white: #ffffff;
  --max: 1160px;
  --radius: 8px;
  --shadow: 0 18px 45px rgba(8, 12, 20, 0.26);
  --shadow-soft: 0 12px 28px rgba(8, 12, 20, 0.2);
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Avenir Next", "Gill Sans", "Trebuchet MS", sans-serif;
  font-size: 17px;
  line-height: 1.62;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 0%, rgba(200, 90, 42, 0.15), transparent 38%),
    radial-gradient(circle at 100% 16%, rgba(255, 255, 255, 0.04), transparent 36%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    var(--paper);
  background-size: auto, auto, 48px 48px, 48px 48px;
  overflow-x: hidden;
}

a {
  color: var(--green);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

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

.container {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
}

.page {
  padding-top: 78px;
  padding-bottom: 72px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  background: transparent;
  border-bottom: 0;
  padding-top: 14px;
  padding-bottom: 8px;
}

.site-header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 0 18px;
  background: rgba(18, 27, 48, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  box-shadow: 0 18px 38px rgba(8, 12, 20, 0.26);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  text-decoration: none;
}

.brand:hover {
  text-decoration: none;
}

.brand-logo {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.brand-word,
.footer-name {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.brand-whisper {
  margin-left: -2px;
  color: var(--brick);
  font-family: "Allura", "Brush Script MT", cursive;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
  transform: translateY(1px);
}

.footer-mark {
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
}

.footer-whisper {
  color: var(--brick);
  font-family: "Allura", "Brush Script MT", cursive;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
}

.main-nav {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
}

.main-nav a {
  border-radius: 999px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 8px 11px;
  text-decoration: none;
  text-transform: uppercase;
}

.main-nav a:hover,
.main-nav a.active {
  background: rgba(200, 90, 42, 0.18);
  box-shadow: inset 0 0 0 1px rgba(200, 90, 42, 0.24);
  color: var(--white);
  text-decoration: none;
}

.page-hero {
  padding: 56px 0 36px;
}

.page-story > section {
  padding: 32px 0;
}

.page-story > .page-hero {
  padding-top: 48px;
  padding-bottom: 32px;
}

.hero-grid,
.story-hero-grid,
.story-opening-grid {
  display: grid;
  gap: 34px;
  align-items: start;
}

.hero-grid {
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.82fr);
  gap: 54px;
}

.story-hero-grid {
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1fr);
}

.story-opening-grid {
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 0.96fr);
  gap: 30px;
  align-items: stretch;
}

.story-hero-copy {
  max-width: 620px;
}

.page-hero .story-belief-kicker {
  max-width: none;
  margin: 0 0 14px;
  color: var(--brick);
  font-family: "Avenir Next", "Gill Sans", "Trebuchet MS", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  overflow-wrap: normal;
  text-transform: uppercase;
}

.story-belief-highlight {
  margin-top: 0;
  max-width: 620px;
}

.story-hero-subtitle {
  max-width: 620px;
}

.hero-eyebrow,
.section-label,
.card-kicker,
.status-badge,
.hero-note,
.visual-caption {
  color: var(--brick);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-eyebrow,
.section-label {
  display: inline-block;
  margin-bottom: 12px;
}

.card-kicker {
  display: inline-block;
  margin-bottom: 10px;
}

.page-hero h1,
.section-title {
  font-family: "Libre Baskerville", Georgia, serif;
  color: var(--ink);
  letter-spacing: 0;
}

.page-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(34px, 4.1vw, 52px);
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.page-hero p {
  max-width: 650px;
  margin: 20px 0 0;
}

.story-section-title {
  max-width: 820px;
  margin: 0 0 18px;
}

.story-copy-stack {
  max-width: 820px;
  display: grid;
  gap: 16px;
}

.story-copy-stack p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 1.75vw, 21px);
  line-height: 1.62;
}

.story-pair-emphasis {
  align-items: center;
}

.story-quiet-panel {
  max-width: 360px;
}

.story-quiet-panel p {
  color: var(--ink);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 22px;
  line-height: 1.5;
}

.supporting-copy,
.section-intro {
  color: var(--muted);
  font-family: "Avenir Next", "Gill Sans", "Trebuchet MS", sans-serif;
  font-size: clamp(18px, 1.8vw, 21px);
  font-weight: 450;
  line-height: 1.56;
}

.hero-note {
  margin-top: 18px;
  color: var(--green-deep);
}

.hero-note-detail {
  display: inline-block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

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

.button,
.button-secondary,
.whatsapp-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
  padding: 0 19px;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.button {
  background: var(--green);
  box-shadow: 0 12px 26px rgba(200, 90, 42, 0.28);
  color: var(--white);
}

.button:hover,
.button-secondary:hover,
.whatsapp-button:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.button-secondary {
  background: rgba(35, 54, 86, 0.75);
  border-color: var(--line-strong);
  color: var(--white);
}

.button-secondary:hover {
  background: rgba(45, 67, 104, 0.92);
}

.whatsapp-button {
  background: #1f8f4d;
  color: var(--white);
}

section {
  padding: 32px 0;
}

.section-compact {
  padding-top: 20px;
}

.section-title {
  margin: 0 0 12px;
  font-size: clamp(25px, 3.4vw, 40px);
  line-height: 1.24;
}

.section-intro {
  max-width: 780px;
  margin: 0;
}

.short-copy {
  max-width: 820px;
  margin: 0;
  color: var(--ink);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(20px, 2.1vw, 26px);
  line-height: 1.45;
}

.short-copy-stack {
  display: grid;
  gap: 18px;
  max-width: 760px;
}

.short-copy-secondary {
  max-width: 620px;
  margin-top: 2px;
}

.grid-2,
.grid-3,
.track-grid,
.mentor-grid,
.week-grid,
.belief-grid {
  display: grid;
  gap: 20px;
  margin-top: 24px;
}

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

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

.track-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

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

.card,
.track-card,
.mentor-card,
.timeline-step,
.community-bar,
.form-wrap,
.quiet-panel,
.visual-card {
  background: rgba(35, 54, 86, 0.9);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.card,
.quiet-panel,
.timeline-step {
  padding: 24px;
}

.card h3,
.track-card h3,
.mentor-card h3,
.timeline-step h3,
.community-bar h2 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.24;
}

.card p,
.track-card p,
.mentor-card p,
.timeline-step p,
.community-bar p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.58;
}

.card-link {
  display: block;
  color: inherit;
  height: 100%;
  text-decoration: none;
}

.card-link:hover {
  text-decoration: none;
}

.card-link:hover h3 {
  color: var(--gold);
}

.image-frame {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  overflow: hidden;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(200, 90, 42, 0.08), rgba(255, 255, 255, 0.03)),
    var(--paper-deep);
}

.image-frame-paper {
  background: #f7f4ea;
}

.image-frame::after {
  content: attr(data-fallback);
  position: absolute;
  inset: 0;
  display: none;
  place-items: center;
  padding: 18px;
  color: var(--soft);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

.image-frame.is-missing::after {
  display: grid;
}

.image-frame.is-missing img {
  display: none;
}

.image-cover,
.image-contain {
  width: 100%;
  height: 100%;
}

.image-cover {
  object-fit: cover;
}

.image-contain {
  position: absolute;
  inset: 14px;
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

.ratio-landscape {
  aspect-ratio: 4 / 3;
}

.ratio-wide {
  aspect-ratio: 16 / 9;
}

.ratio-book {
  aspect-ratio: 2 / 3;
}

.ratio-square {
  aspect-ratio: 1 / 1;
}

.hero-collage {
  max-width: 480px;
  margin-top: 46px;
  justify-self: end;
  display: grid;
  grid-template-columns: 1.08fr 0.82fr;
  grid-template-rows: auto auto;
  gap: 16px;
  align-items: stretch;
}

.hero-collage .visual-card {
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: hidden;
  padding: 0;
}

.hero-collage .visual-card .image-frame {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.story-visual {
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: hidden;
  padding: 0;
}

.story-visual .image-frame {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.story-visual .image-frame img {
  transition: transform 0.22s ease, filter 0.22s ease;
}

.story-visual:hover .image-frame,
.story-visual:focus-within .image-frame {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(8, 12, 20, 0.22);
}

.story-visual:hover .image-frame img,
.story-visual:focus-within .image-frame img {
  transform: scale(1.03);
}

.hero-collage .visual-card:first-child {
  grid-row: 1 / span 2;
  align-self: center;
}

.hero-collage .image-frame {
  height: auto;
}

.hero-collage .visual-card:first-child .image-frame {
  aspect-ratio: 1 / 1;
}

.hero-collage .visual-card:nth-child(n + 2) .image-frame {
  aspect-ratio: 4 / 3;
}

.image-cover-diagram {
  object-fit: contain;
  object-position: center;
}

.image-cover-physics {
  --figure-scale: 0.9;
  --figure-scale-hover: 0.96;
  object-fit: cover;
  object-position: center;
}

.image-cover-math {
  --figure-scale: 1.22;
  --figure-scale-hover: 1.27;
  object-fit: cover;
  object-position: center;
}

.why-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.76fr);
  gap: 34px;
  align-items: center;
}

.story-section-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
  gap: 32px;
  align-items: start;
}

.story-why-grid {
  align-items: start;
}

.scientist-collage {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 12px;
  align-items: stretch;
}

.scientist-card {
  margin: 0;
  min-width: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(35, 54, 86, 0.92);
  box-shadow: var(--shadow-soft);
  aspect-ratio: 1 / 1;
}

.scientist-card-large {
  grid-row: 1 / span 2;
  aspect-ratio: auto;
  min-height: 100%;
}

.scientist-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(100%) contrast(1.04) brightness(0.92);
  transition: transform 0.22s ease, filter 0.22s ease;
}

.scientist-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  background: linear-gradient(180deg, transparent, rgba(12, 18, 30, 0.88));
  opacity: 0;
  transition: opacity 0.22s ease;
}

.visual-card .image-frame::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  background: linear-gradient(180deg, transparent, rgba(12, 18, 30, 0.88));
  opacity: 0;
  transition: opacity 0.22s ease;
  z-index: 1;
}

.visual-card .image-frame img {
  transform: scale(var(--figure-scale, 1));
  transition: transform 0.22s ease, filter 0.22s ease;
}

.visual-hover-name,
.scientist-name {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  color: var(--white);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.25;
  opacity: 0;
  text-transform: uppercase;
  transform: translateY(6px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.visual-card:hover .image-frame::before,
.visual-card:focus-within .image-frame::before,
.visual-card:hover .visual-hover-name,
.visual-card:focus-within .visual-hover-name {
  opacity: 1;
}

.visual-card:hover .image-frame,
.visual-card:focus-within .image-frame {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(8, 12, 20, 0.22);
}

.visual-card:hover .image-frame img,
.visual-card:focus-within .image-frame img {
  transform: scale(var(--figure-scale-hover, 1.03));
}

.visual-card:hover .visual-hover-name,
.visual-card:focus-within .visual-hover-name {
  transform: translateY(0);
}

.scientist-card:hover img,
.scientist-card:focus-within img {
  transform: scale(1.03);
  filter: grayscale(18%) contrast(1.02) brightness(0.96);
}

.scientist-card:hover::after,
.scientist-card:focus-within::after,
.scientist-card:hover .scientist-name,
.scientist-card:focus-within .scientist-name {
  opacity: 1;
}

.scientist-card:hover .scientist-name,
.scientist-card:focus-within .scientist-name {
  transform: translateY(0);
}

.scientist-card-raman {
  background: rgba(35, 54, 86, 0.92);
}

.scientist-card-raman img {
  object-fit: cover;
  object-position: center 12%;
  transform: scale(1.12);
  padding: 0;
}

.scientist-card-raman:hover img,
.scientist-card-raman:focus-within img {
  transform: scale(1.16);
}

.story-hero-image {
  min-height: 278px;
  box-shadow: var(--shadow);
}

.story-hero-visual {
  max-width: 560px;
  justify-self: end;
  margin-top: 12px;
}

.story-opening-stack {
  display: grid;
  align-content: stretch;
  gap: 10px;
  max-width: 560px;
}

.story-opening-block + .story-opening-block {
  padding-top: 26px;
}

.story-opening-block {
  display: grid;
  align-content: start;
  gap: 6px;
}

.story-opening-title {
  max-width: 520px;
  margin-bottom: 0;
}

.story-opening-visual {
  width: 100%;
  max-width: 560px;
  justify-self: end;
  align-self: stretch;
  margin-top: 10px;
}

.story-opening-image {
  height: 100%;
  max-height: 520px;
  aspect-ratio: auto;
}

.story-opening-photo {
  object-position: center 44%;
}

.story-origin-visual {
  align-self: center;
  margin-top: 24px;
}

.portrait-cluster {
  margin-top: 6px;
}

.portrait-cluster-wide {
  margin-top: 24px;
  max-width: 1060px;
}

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

.portrait-card {
  margin: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(35, 54, 86, 0.9);
  box-shadow: var(--shadow-soft);
  aspect-ratio: 4 / 5;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.portrait-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(100%) contrast(1.02) brightness(0.9);
  transition: transform 0.22s ease, filter 0.22s ease;
}

.portrait-card-raman img {
  object-position: center 14%;
}

.portrait-card:hover,
.portrait-card:focus-within {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(8, 12, 20, 0.22);
}

.portrait-card:hover img,
.portrait-card:focus-within img {
  transform: scale(1.03);
  filter: grayscale(82%) contrast(1.02) brightness(0.92);
}

.portrait-strip-caption {
  max-width: 620px;
  margin: 14px 0 0;
  color: var(--soft);
  font-size: 14px;
  line-height: 1.55;
}

.story-pair {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.6fr);
  gap: 22px;
  align-items: start;
}

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

.principle-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.principle-number {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(200, 90, 42, 0.16);
  border: 1px solid rgba(200, 90, 42, 0.28);
  color: var(--brick);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 16px;
  line-height: 1;
}

.principle-item h3 {
  margin: 0 0 6px;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.26;
}

.principle-item p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.58;
}

.story-cta-container .hero-actions {
  margin-top: 0;
}

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

.story-topic-grid {
  align-items: stretch;
}

.story-topic-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.story-topic-card p {
  margin: 0;
}

.story-card-lead {
  color: var(--ink);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 24px;
  line-height: 1.45;
}

.story-books-collage {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding-top: 8px;
}

.story-books-collage .visual-card {
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: hidden;
  padding: 0;
}

.story-books-collage .visual-card .image-frame {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.story-mentor-panel {
  margin-top: auto;
}

.story-mentor-panel p {
  color: var(--ink);
}

.story-cta-bar {
  align-items: start;
}

.story-cta-actions {
  margin-top: 0;
}

.quiet-panel-center {
  align-self: center;
}

.timeline {
  position: relative;
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.timeline-step {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: start;
}

.step-number {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 18px;
}

.track-card {
  display: flex;
  min-height: 100%;
  overflow: hidden;
  flex-direction: column;
}

.track-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
}

.status-badge {
  align-self: flex-start;
  border-radius: 999px;
  background: rgba(200, 90, 42, 0.18);
  border: 1px solid rgba(200, 90, 42, 0.36);
  padding: 5px 9px;
}

.track-meta {
  display: grid;
  gap: 8px;
  margin: 2px 0;
}

.track-meta p {
  margin: 0;
  color: var(--ink);
}

.track-meta strong {
  color: var(--muted);
  display: block;
  font-size: 12px;
  letter-spacing: 0.06em;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.track-card .inline-links {
  margin-top: auto;
}

.track-card-featured {
  grid-column: auto;
}

.track-card-featured .track-card-media {
  position: relative;
  display: block;
  padding: 10px;
}

.track-card-featured .track-card-media .image-frame:first-child {
  aspect-ratio: 4 / 3;
}

.track-card-featured .track-card-media .image-frame:nth-child(2) {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 35%;
  max-width: 118px;
  border: 4px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 24px rgba(8, 12, 20, 0.34);
}

.mini-media {
  position: relative;
  display: grid;
  padding: 10px;
}

.mini-media .ratio-book,
.track-card > .ratio-book {
  aspect-ratio: 4 / 3;
}

.mini-media .ratio-square {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 34%;
  max-width: 112px;
  border: 4px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 24px rgba(8, 12, 20, 0.34);
}

.mini-media-diagram {
  position: relative;
  display: grid;
  padding: 10px;
}

.mini-media-diagram .ratio-landscape {
  aspect-ratio: 4 / 3;
}

.mini-media-diagram .inset-book {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 35%;
  max-width: 118px;
  border: 4px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 24px rgba(8, 12, 20, 0.34);
}

.future-track {
  border-style: dashed;
  box-shadow: none;
}

.mentor-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
  padding: 26px;
}

.mentor-head {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 18px;
  align-items: center;
}

.mentor-head > div:last-child {
  min-height: 104px;
  display: grid;
  align-content: center;
  gap: 6px;
}

.mentor-photo,
.mentor-placeholder {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--paper-deep);
  border: 1px solid var(--line-strong);
}

.mentor-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.mentor-placeholder {
  display: grid;
  place-items: center;
  color: var(--white);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.profile-role,
.mentor-areas {
  margin: 0;
  color: var(--brick);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mentor-bio {
  margin: 0;
  min-height: 72px;
}

.mentor-degree-list {
  margin: -2px 0 0;
  padding-top: 12px;
  border-top: 1px solid rgba(200, 90, 42, 0.22);
  color: var(--soft);
  font-size: 14px;
  line-height: 1.58;
  min-height: 46px;
}

.mentor-principles {
  margin-top: 24px;
}

.mentor-principles .principle-item {
  padding: 20px 0;
}

.mentor-card .inline-links {
  margin-top: auto;
}

.community-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 24px;
  background: linear-gradient(135deg, rgba(25, 52, 46, 0.96), rgba(21, 40, 36, 0.92));
}

.community-bar-cta {
  background: linear-gradient(135deg, rgba(31, 46, 78, 0.98), rgba(26, 40, 67, 0.96));
  border-color: rgba(200, 90, 42, 0.24);
}

.community-bar h2,
.community-bar p {
  color: var(--white);
}

.community-bar p {
  opacity: 0.84;
}

.community-bar .hero-actions {
  margin-top: 0;
}

.home-activity-grid {
  margin-top: 10px;
}

.form-wrap {
  margin-top: 22px;
  padding: 24px;
}

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

.form-group {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 15px;
}

.form-help {
  margin: -2px 0 0;
  color: var(--soft);
  font-size: 13px;
  line-height: 1.45;
}

.checkbox-group {
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start;
}

.checkbox-option {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  padding: 8px 13px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(35, 54, 86, 0.56);
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: none;
  cursor: pointer;
  transition: border-color 0.16s ease, background 0.16s ease, transform 0.16s ease;
}

.checkbox-option input[type="checkbox"] {
  appearance: none;
  width: 14px;
  height: 14px;
  margin: 0;
  border: 1.5px solid rgba(255, 255, 255, 0.52);
  border-radius: 50%;
  background: transparent;
  flex: 0 0 auto;
  transition: background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.checkbox-option span {
  min-width: 0;
}

.checkbox-group[data-invalid="true"] .checkbox-option {
  border-color: rgba(255, 138, 101, 0.82);
}

label,
.form-section-title {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  background: rgba(35, 54, 86, 0.86);
  color: var(--ink);
  font: inherit;
  line-height: 1.35;
  padding: 11px 12px;
}

select[multiple] {
  min-height: 168px;
  padding: 8px;
}

textarea {
  min-height: 118px;
  resize: vertical;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(200, 90, 42, 0.18);
}

[data-invalid="true"] {
  border-color: rgba(255, 138, 101, 0.82);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid var(--brick);
  outline-offset: 3px;
}

.checkbox-option:has(input:focus-visible) {
  outline: 2px solid var(--brick);
  outline-offset: 3px;
}

.checkbox-option:has(input:checked) {
  border-color: rgba(200, 90, 42, 0.5);
  background: rgba(200, 90, 42, 0.14);
}

.checkbox-option:has(input:checked) input {
  border-color: var(--green);
  background: var(--green);
  box-shadow: inset 0 0 0 2px rgba(27, 42, 74, 0.9);
}

.file-input {
  cursor: pointer;
}

.file-input::file-selector-button {
  margin-right: 12px;
  border: 0;
  border-radius: 999px;
  background: var(--green);
  color: var(--white);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  padding: 9px 12px;
  text-transform: uppercase;
}

.label-hint,
.notice {
  color: var(--soft);
  font-size: 14px;
  line-height: 1.5;
}

.form-divider {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 24px 0;
}

.label-hint {
  margin: -2px 0 0;
}

.list {
  margin: 12px 0 0;
  padding-left: 20px;
}

.list li {
  margin-bottom: 8px;
  color: var(--muted);
}

.ongoing-list {
  margin: 12px 0 0;
  padding-left: 18px;
}

.ongoing-list li {
  margin-bottom: 8px;
  color: var(--ink);
  line-height: 1.55;
}

.inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.inline-links a,
.inline-badge {
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 5px 11px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.inline-badge {
  background: rgba(200, 90, 42, 0.16);
}

.inline-links a:hover {
  background: rgba(200, 90, 42, 0.12);
  text-decoration: none;
}

.page-footer {
  border-top: 1px solid var(--line);
  padding: 28px 0 36px;
}

.page-footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

.footer-name {
  color: var(--ink);
  font-size: 14px;
}

.footer-link {
  color: var(--muted);
  font-size: 14px;
}

@media (max-width: 980px) {
  .hero-grid,
  .story-hero-grid,
  .story-opening-grid,
  .story-section-grid,
  .story-pair,
  .why-grid,
  .community-bar,
  .grid-3,
  .track-grid,
  .mentor-grid,
  .week-grid,
  .belief-grid {
    grid-template-columns: 1fr;
  }

  .track-card-featured {
    grid-column: span 1;
  }

  .hero-collage {
    margin-top: 24px;
    min-height: auto;
  }

  .scientist-collage {
    margin-top: 14px;
    max-width: 520px;
  }

  .story-hero-image {
    min-height: 260px;
  }

  .story-hero-visual {
    max-width: none;
    margin-top: 8px;
  }

  .story-opening-visual {
    max-width: none;
  }

  .story-opening-image {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .story-opening-photo {
    object-position: center 62%;
  }

  .story-origin-visual {
    margin-top: 0;
  }

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

  .story-quiet-panel {
    max-width: none;
  }

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

@media (max-width: 760px) {
  body {
    font-size: 16px;
  }

  .page {
    padding-top: 110px;
  }

  .container {
    width: min(var(--max), calc(100% - 28px));
  }

  .site-header {
    padding-top: 8px;
    padding-bottom: 4px;
  }

  .site-header-inner {
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
    padding: 10px 11px 9px;
    gap: 7px;
  }

  .brand {
    gap: 8px;
  }

  .brand-logo {
    width: 23px;
    height: 23px;
  }

  .brand-word {
    font-size: 14px;
  }

  .brand-whisper {
    font-size: 16px;
    transform: translateY(1px);
  }

  .footer-mark {
    align-items: center;
  }

  .footer-whisper {
    font-size: 14px;
    transform: translateY(1px);
  }

  .main-nav {
    margin-left: 0;
    gap: 4px;
    justify-content: flex-start;
    width: 100%;
  }

  .main-nav a {
    font-size: 10px;
    padding: 4px 6px;
  }

  .page-hero {
    padding-top: 34px;
  }

  .page-hero h1 {
    font-size: 33px;
  }

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

  .hero-collage {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .hero-collage .visual-card:first-child {
    grid-column: span 2;
    grid-row: auto;
  }

  .scientist-collage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .portrait-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .story-opening-stack {
    gap: 18px;
  }

  .story-opening-image {
    aspect-ratio: 3 / 4;
    min-height: 210px;
  }

  .story-opening-photo {
    object-position: center 30%;
  }

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

  .scientist-name {
    left: 8px;
    right: 8px;
    bottom: 8px;
    font-size: 10px;
    line-height: 1.18;
  }

  .scientist-card-large {
    aspect-ratio: 1 / 1;
    grid-row: auto;
    min-height: 0;
  }

  .scientist-card::after,
  .visual-card .image-frame::before,
  .visual-hover-name,
  .scientist-name {
    opacity: 1;
    transform: none;
  }

  .mini-media-diagram .inset-book {
    right: 14px;
    bottom: 14px;
    width: 36%;
  }

  .grid-2,
  .form-row,
  .track-card-featured .track-card-media,
  .mini-media {
    grid-template-columns: 1fr;
  }

  .timeline-step {
    grid-template-columns: 44px 1fr;
  }

  .step-number {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .mentor-head {
    grid-template-columns: 86px 1fr;
  }

  .mentor-head > div:last-child,
  .mentor-bio,
  .mentor-degree-list {
    min-height: 0;
  }

  .mentor-photo,
  .mentor-placeholder {
    width: 86px;
    height: 86px;
  }

  .button,
  .button-secondary,
  .whatsapp-button {
    width: 100%;
  }

}

@media (max-width: 520px) {
  .page {
    padding-top: 114px;
  }

  .container {
    width: min(362px, calc(100% - 28px));
    margin-left: 14px;
    margin-right: 14px;
  }

  .page-hero h1 {
    font-size: 29px;
  }

  .page-hero p {
    font-size: 17px;
  }

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

  .story-books-collage {
    gap: 10px;
  }
}
