/* ============================================================
   SCA — ABOUT PAGE REDESIGN STYLESHEET
   10-Scene Storytelling & Interactive Journey (Careers Aligned)
   ============================================================ */

:root {
  /* Aligned to Careers Dark Theme Palette */
  --bg-light: #0E0E11;               /* --paper */
  --bg-dark: #08080A;                /* --bg-soft / --console */
  --accent-orange: #FC7233;          /* Locked brand orange for numbers */
  --accent-blue: #2E54E8;            /* Locked brand blue */
  --text-dark: #F7F8FA;              /* --ink */
  --text-light: #F7F8FA;
  --text-muted-dark: #CDCFD6;        /* --ink-80 */
  --text-muted-light: #CDCFD6;
  --border-light: #2A2A30;           /* --line */
  --border-dark: #2A2A30;

  /* Fonts */
  --font-serif: var(--font-body);
  --font-sans: var(--font-display);
  --font-mono: 'JetBrains Mono', monospace;

  --ease-editorial: cubic-bezier(0.25, 1, 0.5, 1);
  --ease-origami: cubic-bezier(0.64, 0, 0.78, 0);
}

/* Base Settings for Redesign Scopes */
.about-body-scoped {
  background-color: var(--bg-light);
  color: var(--text-dark);
  font-family: var(--font-serif);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

/* Fixed Careers Space Gradient Background */
.about-body-scoped {
  background:
    radial-gradient(1200px 620px at 50% -220px, rgba(46,84,234,.24), transparent 60%),
    radial-gradient(900px 520px at 88% 6%, rgba(120,150,255,.10), transparent 55%),
    linear-gradient(180deg,#04050a 0%,#070b16 36%,#0b1226 56%,#070a14 78%,#04050a 100%);
  background-attachment: fixed;
}

/* Careers Subtle Light Reflect Overlay */
.about-body-scoped::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), transparent 16%),
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.07), transparent 42%);
  mask-image: linear-gradient(to bottom, black, transparent 55%);
}

/* Utility Theme Classes */
.scene-dark {
  background-color: transparent; /* Shows raw space gradient */
  color: var(--text-light);
  --border-color: var(--border-dark);
  --text-main: var(--text-light);
  --text-muted: var(--text-muted-light);
}

.scene-light {
  /* Translucent Dark Glass section for contrast */
  background-color: rgba(21, 21, 25, 0.4);
  backdrop-filter: blur(12px);
  color: var(--text-light);
  --border-color: var(--border-light);
  --text-main: var(--text-light);
  --text-muted: var(--text-muted-light);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* Core Layout Scaffold */
.scene-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  position: relative;
  z-index: 2; /* Sit over body reflect layer */
}

.scene-section {
  padding: clamp(80px, 12vh, 160px) 0;
  border-bottom: 1px solid var(--border-color);
  position: relative;
  overflow: hidden;
}

.scene-eyebrow {
  font-family: var(--font-mono);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--accent-blue);
  margin-bottom: 0;
  display: block;
  text-align: right;
  position: absolute;
  top: clamp(16px, 3.2vw, 32px);
  right: clamp(20px, 4vw, 48px);
}

#intro .scene-eyebrow,
#team .scene-eyebrow,
#credibility .scene-eyebrow {
  color: var(--accent-blue);
}

.scene-title-large {
  font-family: var(--font-sans);
  font-size: clamp(38px, 6vw, 76px);
  font-weight: 800;
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin-bottom: 40px;
}

/* ============================================================
   SCENE 1: FIRST IMPRESSION (CINEMATIC HERO)
   ============================================================ */
.scene-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 120px; /* Space for Nav */
  position: relative;
}

.hero-glow-layer {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle 450px at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(46, 84, 234, 0.05), transparent 80%);
  pointer-events: none;
  z-index: 1;
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
}

.hero-desc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 48px);
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--border-color);
}

.hero-col h4 {
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent-blue);
  margin-bottom: 12px;
  font-weight: 500;
}

.hero-col p {
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-muted-light);
}

/* Floating Parallax Layers */
.hero-visual-container {
  position: relative;
  height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating-layer {
  position: absolute;
  background: rgba(14, 14, 17, 0.85);
  border: 1px solid rgba(34, 87, 255, 0.25);
  border-radius: 12px;
  padding: 24px;
  box-shadow: 
    0 20px 50px rgba(0, 0, 0, 0.5),
    0 0 30px rgba(34, 87, 255, 0.15);
  width: 240px;
  backdrop-filter: blur(12px);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
              border-color 0.4s ease, 
              box-shadow 0.4s ease;
}

.floating-layer:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: rgba(34, 87, 255, 0.6);
  box-shadow: 
    0 30px 60px rgba(0, 0, 0, 0.6),
    0 0 40px rgba(34, 87, 255, 0.4),
    0 0 15px rgba(34, 87, 255, 0.2);
}

.floating-layer-1 { top: 10%; left: 0%; z-index: 3; }
.floating-layer-2 { bottom: 15%; right: -5%; z-index: 2; }
.floating-layer-3 { top: 40%; right: 25%; z-index: 1; }

.floating-layer .num {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--accent-orange);
  display: block;
  margin-bottom: 8px;
}
.floating-layer .txt {
  font-family: var(--font-serif);
  font-size: 16px;
  font-style: italic;
  color: var(--text-light);
}

/* ============================================================
   SCENE 2: INTRODUCTION (MINDSET)
   ============================================================ */
.scene-intro-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}

.pull-quote {
  font-family: 'EB Garamond', Garamond, 'Times New Roman', serif;
  font-size: clamp(32px, 4vw, 56px);
  font-style: italic;
  line-height: 1.2;
  color: var(--text-light);
  font-weight: 400;
  border-left: 2px solid var(--accent-blue);
  padding-left: 32px;
  margin: 40px 0;
}

.intro-image-strip {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}

.strip-item {
  width: 140px;
  height: 400px;
  overflow: hidden;
  border-radius: 99px;
  transition: width 0.8s var(--ease-editorial);
  clip-path: inset(100% 0% 0% 0%); /* GSAP animates this */
}

.strip-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) brightness(0.9);
  transition: filter 0.5s, transform 0.5s;
}

.strip-item:hover {
  width: 220px;
}
.strip-item:hover img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

/* The middle image is an intrinsically monochrome wireframe render, so
   removing grayscale reveals no color. Tint it brand-blue on hover instead
   so it "comes alive" like the full-color images on either side. */
.intro-image-strip .strip-item:nth-child(2):hover img {
  filter: brightness(1.15) sepia(1) saturate(4) hue-rotate(178deg);
}

/* ============================================================
   PURPOSE SCENE (React island #purpose) — clipping fix
   Each reveal line wraps its text in a per-line overflow:hidden
   mask; with the tight display line-height this cut glyph
   descenders (g/y/p) and edge letters ("ignored.", "infrastructure").
   Let the reveal lines show their glyphs and give the type room.
   Scoped to <span> so the stage's own overflow:hidden is untouched.
   ============================================================ */
#purpose p span.overflow-hidden,
#purpose p span.block { overflow: visible !important; }
#purpose p { line-height: 1.16 !important; padding-bottom: 0.12em; }

/* SCENE 3: PURPOSE (MISSION -> VISION) is now a React island.
   See components/PurposeSection.tsx + assets/about-purpose-renderer.tsx */

/* ============================================================
   SCENE 4: THE JOURNEY (VERTICAL TIMELINE)
   ============================================================ */
.timeline-container {
  position: relative;
  max-width: 900px;
  margin: 60px auto 0;
}

.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: var(--border-light);
  transform: translateX(-50%);
}

.timeline-progress {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 0%; /* Filled via ScrollTrigger */
  background: linear-gradient(to bottom, var(--accent-blue), var(--accent-orange));
  transform: translateX(-50%);
  z-index: 2;
}

.timeline-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-bottom: clamp(60px, 8vh, 120px);
  position: relative;
  z-index: 3;
}

.timeline-item:nth-child(even) {
  direction: rtl;
}

.timeline-item:nth-child(even) .timeline-card {
  direction: ltr;
}

.timeline-dot {
  position: absolute;
  left: 50%;
  top: 40px;
  width: 9px;
  height: 9px;
  background-color: #0E0E11;
  border: 1px solid var(--border-light);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.4s, border-color 0.4s;
  z-index: 4;
}

.timeline-item:nth-child(odd).active .timeline-dot {
  background-color: var(--accent-blue);
  border-color: var(--accent-blue);
  box-shadow: 0 0 10px rgba(46, 84, 234, 0.5);
}

.timeline-item:nth-child(even).active .timeline-dot {
  background-color: var(--accent-blue);
  border-color: var(--accent-blue);
  box-shadow: 0 0 10px rgba(46, 84, 234, 0.5);
}

.timeline-card {
  background: rgba(21, 21, 25, 0.8);
  border: 1px solid var(--border-light);
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: transform 0.4s var(--ease-editorial), border-color 0.4s var(--ease-editorial), box-shadow 0.4s var(--ease-editorial);
}


.timeline-item:nth-child(odd) .timeline-card:hover {
  border-color: rgba(46, 84, 234, 0.4);
  box-shadow: 0 0 35px rgba(46, 84, 234, 0.25);
  transform: translateY(-4px);
}

.timeline-item:nth-child(even) .timeline-card:hover {
  border-color: rgba(46, 84, 234, 0.4);
  box-shadow: 0 0 35px rgba(46, 84, 234, 0.25);
  transform: translateY(-4px);
}

.timeline-item:nth-child(odd) .timeline-year {
  font-family: var(--font-sans);
  font-size: 32px;
  font-weight: 700;
  color: var(--accent-orange);
  display: block;
  margin-bottom: 12px;
}

.timeline-item:nth-child(even) .timeline-year {
  font-family: var(--font-sans);
  font-size: 32px;
  font-weight: 700;
  color: var(--accent-orange);
  display: block;
  margin-bottom: 12px;
}

.timeline-desc {
  font-family: var(--font-serif);
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-muted-light);
}

/* ============================================================
   SCENE 5: VALUES (EDITORIAL ACCORDION ROWS)
   ============================================================ */
.values-list-container {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  border-top: 1px solid var(--border-light);
}

.value-row {
  border-bottom: 1px solid var(--border-light);
  padding: 40px 0;
  cursor: pointer;
  position: relative;
  transition: background-color 0.4s var(--ease-editorial), padding-left 0.4s var(--ease-editorial);
}

.value-row-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 2;
}

.value-row-header {
  display: grid;
  grid-template-columns: 80px 1fr 40px;
  align-items: center;
  transition: transform 0.4s var(--ease-editorial);
}

.value-row:hover .value-row-header,
.value-row.expanded .value-row-header {
  transform: translateX(16px);
}

.value-row-num {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--accent-orange);
}

.value-row-title {
  font-family: var(--font-serif);
  font-size: clamp(26px, 3.5vw, 44px);
  font-weight: 400;
  line-height: 1.1;
  color: var(--text-light);
  margin: 0;
  font-style: italic; /* EB Garamond italic styling */
}

.value-row-icon {
  font-family: var(--font-mono);
  font-size: 16px;
  color: var(--text-muted-light);
  text-align: right;
  transition: transform 0.4s var(--ease-editorial);
}

.value-row:hover .value-row-icon,
.value-row.expanded .value-row-icon {
  transform: rotate(45deg);
  color: var(--accent-orange);
}

/* Smooth Accordion slide using grid-template-rows */
.value-row-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s var(--ease-editorial), opacity 0.4s var(--ease-editorial);
  opacity: 0;
  padding-left: 80px; /* Aligns description with the title text */
}

.value-row:hover .value-row-content,
.value-row.expanded .value-row-content {
  grid-template-rows: 1fr;
  opacity: 1;
}

.value-row-desc-wrapper {
  overflow: hidden;
}

.value-row-desc {
  font-family: var(--font-serif);
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.6;
  color: var(--text-muted-light);
  padding-top: 16px;
  max-width: 72ch;
}

/* Background highlight glow on hover */
.value-row::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 10% 50%, rgba(46, 84, 234, 0.05), transparent 60%);
  opacity: 0;
  transition: opacity 0.4s var(--ease-editorial);
  z-index: 1;
  pointer-events: none;
}

.value-row:hover::after {
  opacity: 1;
}

/* ============================================================
   SCENE 6: THE FOUNDER (ORIGAMI FOLD CARDS)
   ============================================================ */
.founders-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 60px;
}

.origami-wrapper {
  perspective: 1500px;
}

.origami-card {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4.2;
  transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
  cursor: pointer;
}

.origami-card.unfolded {
  transform: rotateY(-180deg);
}

.origami-face {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  border: 1px solid var(--border-light);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.origami-front {
  background: var(--bg-dark);
}

.origami-front img {
  width: 100%;
  flex: 1;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.1);
  transition: filter 0.4s;
}

.origami-card:hover .origami-front img {
  filter: grayscale(0%) contrast(1);
}

.origami-front-info {
  padding: 24px;
  background: rgba(21, 21, 25, 0.9);
  border-top: 1px solid var(--border-light);
}

.origami-front-info h3 {
  font-family: var(--font-sans);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--text-light);
}

.origami-front-info p {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent-blue);
}

.origami-back {
  background: #151519;
  transform: rotateY(180deg);
  padding: 32px;
  justify-content: space-between;
}

.origami-back-top h3 {
  font-family: var(--font-sans);
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--text-light);
}

.origami-back-top .role {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent-blue);
  margin-bottom: 24px;
  display: block;
}

.origami-back-top .philosophy {
  font-family: var(--font-serif);
  font-size: 17px;
  line-height: 1.6;
  color: var(--text-muted-light);
}

.origami-socials {
  display: flex;
  gap: 16px;
  border-top: 1px solid var(--border-light);
  padding-top: 20px;
}

.origami-socials a {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--text-muted-light);
  transition: color 0.3s;
}

.origami-socials a:hover {
  color: var(--accent-blue);
}

.origami-hint {
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
  color: var(--text-muted-light);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  justify-content: center;
}

/* ============================================================
   SCENE 7: CULTURE (INSTAGRAM GALLERY GRID)
   ============================================================ */
.ig-profile {
  margin-top: 48px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--border-light);
}
.ig-avatar {
  width: 66px; height: 66px; flex: none;
  border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--font-sans); font-weight: 800; font-size: 26px;
  color: #fff;
  background: linear-gradient(140deg, var(--accent-blue), var(--accent-orange) 80%);
  border: 2px solid var(--border-light);
}
.ig-id { display: flex; flex-direction: column; gap: 6px; }
.ig-handle {
  font-family: var(--font-sans); font-weight: 700; font-size: 20px;
  color: var(--text-light); letter-spacing: -0.01em;
}
.ig-stats {
  font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.04em;
  color: var(--text-muted-dark); text-transform: uppercase;
  display: flex; gap: 20px; flex-wrap: wrap;
}
.ig-stats b { color: var(--text-light); font-weight: 700; }

.ig-tabs {
  display: flex; justify-content: center; gap: 54px;
  border-bottom: 1px solid var(--border-light);
  margin-bottom: 4px;
}
.ig-tab {
  padding: 15px 4px;
  color: var(--text-muted-dark);
  display: flex; align-items: center; gap: 8px;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  border-top: 1px solid transparent;
  margin-top: -1px;
}
.ig-tab svg { width: 15px; height: 15px; }
.ig-tab.is-active { color: var(--text-light); border-top-color: var(--text-light); }

.ig-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}
.ig-tile {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background-color: #151519;
  cursor: pointer;
}
.ig-tile img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(100%) brightness(0.92);
  transition: filter 0.5s ease, transform 0.6s cubic-bezier(0.2,0.8,0.2,1);
}
.ig-tile:hover img { filter: grayscale(0%) brightness(1); transform: scale(1.05); }

.ig-multi { position: absolute; top: 10px; right: 10px; color: #fff; opacity: 0.92; filter: drop-shadow(0 1px 2px rgba(0,0,0,0.6)); }
.ig-multi svg { width: 20px; height: 20px; display: block; }

.ig-overlay {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: flex-end;
  gap: 8px; padding: 16px;
  background: linear-gradient(to top, rgba(8,8,10,0.85) 0%, rgba(8,8,10,0.2) 46%, transparent 72%);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.ig-tile:hover .ig-overlay { opacity: 1; }
.ig-like { display: flex; align-items: center; gap: 6px; color: #fff; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.03em; }
.ig-like svg { width: 15px; height: 15px; }
.ig-cap {
  font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.04em;
  color: #fff; display: flex; align-items: center; gap: 8px;
}
.ig-cap b { color: var(--accent-blue); }

/* Text "posts" that sit in the grid as square tiles */
.ig-tile.ig-text {
  display: flex; flex-direction: column; justify-content: center;
  padding: 24px; cursor: default;
}
.ig-tile.ig-note { background: #151519; border: 1px solid var(--border-light); }
.ig-note .k { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent-blue); }
.ig-note h3 { font-family: var(--font-sans); font-size: clamp(15px, 1.5vw, 20px); font-weight: 800; margin: 14px 0 8px; color: var(--text-light); }
.ig-note p { font-size: 14px; line-height: 1.5; color: var(--text-muted-dark); }
.ig-tile.ig-quote { background: linear-gradient(135deg, var(--accent-blue), #1e3bb3); color: #fff; }
.ig-quote p { font-family: var(--font-serif); font-size: clamp(15px, 1.6vw, 21px); font-style: italic; line-height: 1.4; }
.ig-quote span { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-orange); opacity: 0.85; margin-top: 16px; display: block; }

/* ============================================================
   SCENE 8: CREDIBILITY (SLOW METRICS COUNT)
   ============================================================ */
.credibility-flex {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 60px;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  padding: 60px 0;
}

.metric-item {
  flex: 1;
  text-align: left;
}

.metric-num {
  font-family: var(--font-sans);
  font-size: clamp(28.5px, 4.5vw, 54px);
  font-weight: 800;
  line-height: 0.8;
  color: var(--accent-orange);
  margin-bottom: 16px;
  display: block;
}

.metric-item:nth-child(2) .metric-num {
  color: var(--accent-orange);
}

.metric-label {
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-muted-light);
}

/* ============================================================
   SCENE 9: PROCESS (STEPPING TRACK)
   ============================================================ */
.process-track-wrapper {
  position: relative;
  margin-top: 80px;
  padding: 40px 0;
}

.process-line {
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--border-light);
  z-index: 1;
}

.process-line-progress {
  position: absolute;
  top: 65px;
  left: 0;
  height: 1px;
  width: 0%; /* Animates on scroll */
  background: linear-gradient(to right, var(--accent-blue), var(--accent-orange));
  z-index: 2;
}

.process-steps-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  position: relative;
  z-index: 3;
}

.process-step-node {
  background: rgba(21, 21, 25, 0.8);
  border: 1px solid var(--border-light);
  padding: 32px 24px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: border-color 0.4s var(--ease-editorial), box-shadow 0.4s var(--ease-editorial), transform 0.4s var(--ease-editorial);
}

.process-step-node:nth-child(odd):hover {
  border-color: rgba(46, 84, 234, 0.4);
  box-shadow: 0 0 35px rgba(46, 84, 234, 0.25);
  transform: translateY(-8px);
}

.process-step-node:nth-child(even):hover {
  border-color: rgba(46, 84, 234, 0.4);
  box-shadow: 0 0 35px rgba(46, 84, 234, 0.25);
  transform: translateY(-8px);
}

.process-node-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.process-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--bg-light);
  border: 1px solid var(--border-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--text-muted-light);
  transition: background-color 0.4s, border-color 0.4s, color 0.4s;
}

.process-step-node:nth-child(odd).active {
  border-color: var(--accent-blue);
}

.process-step-node:nth-child(odd).active .process-circle {
  background-color: var(--accent-blue);
  border-color: var(--accent-blue);
  color: #fff;
}

.process-step-node:nth-child(even).active {
  border-color: var(--accent-blue);
}

.process-step-node:nth-child(even).active .process-circle {
  background-color: var(--accent-blue);
  border-color: var(--accent-blue);
  color: #fff;
}

.process-step-node h3 {
  font-family: var(--font-sans);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.process-step-node p {
  font-family: var(--font-serif);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-muted-light);
}

/* ============================================================
   SCENE 10: INVITATION (CINEMATIC EXIT)
   ============================================================ */
.scene-invitation-box {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: clamp(60px, 8vh, 120px) 0;
}

.invitation-desc {
  font-family: var(--font-serif);
  font-size: clamp(20px, 3vw, 28px);
  line-height: 1.5;
  color: var(--text-muted-light);
  margin-bottom: 48px;
}

/* Magnetic Button Wrapper */
.magnetic-btn-wrap {
  display: inline-block;
  position: relative;
  padding: 20px;
}

.magnetic-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: var(--accent-blue);
  color: #fff;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 18px 36px;
  border-radius: 99px;
  transition: transform 0.2s var(--ease-editorial), background-color 0.3s var(--ease-editorial), box-shadow 0.3s;
}

.magnetic-btn:hover {
  background-color: #1e3bb3;
  box-shadow: 0 10px 30px rgba(46, 84, 234, 0.35);
}

.magnetic-btn span {
  transition: transform 0.3s;
}

.magnetic-btn:hover span {
  transform: translateX(6px);
}

/* ============================================================
   RESPONSIVE OVERRIDES
   ============================================================ */
@media (max-width: 1024px) {
  .hero-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hero-visual-container {
    height: 360px;
    order: -1;
  }
  .scene-intro-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .intro-image-strip {
    justify-content: center;
  }
  .values-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .founders-row {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .founders-row > div:last-child {
    grid-column: span 2;
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
  }
  .process-steps-row {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .process-line {
    display: none;
  }
}

@media (max-width: 767px) {
  .scene-section {
    padding: 64px 0;
  }
  .timeline-line, .timeline-progress {
    left: 20px;
  }
  .timeline-dot {
    left: 20px;
  }
  .timeline-item {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-left: 40px;
  }
  .timeline-item:nth-child(even) {
    direction: ltr;
  }
  .timeline-item:nth-child(even) .timeline-card {
    direction: ltr;
  }
  .value-cover-card {
    padding: 40px 24px;
    min-height: auto;
  }
  .value-desc {
    opacity: 1;
    transform: none;
    margin-top: 16px;
  }
  .founders-row {
    grid-template-columns: 1fr;
  }
  .founders-row > div:last-child {
    grid-column: auto;
  }
  .origami-card {
    aspect-ratio: 3/4;
  }
  .ig-grid { gap: 2px; }
  .ig-profile { gap: 14px; padding-bottom: 20px; }
  .ig-avatar { width: 54px; height: 54px; font-size: 21px; }
  .ig-handle { font-size: 17px; }
  .ig-stats { font-size: 11px; gap: 14px; }
  .ig-tabs { gap: 30px; }
  .ig-tab span { display: none; }
  .ig-tile.ig-text { padding: 14px; }
  .ig-note h3 { font-size: 13px; margin: 8px 0 6px; }
  .ig-note p, .ig-quote p { font-size: 11px; }
  .ig-quote span { font-size: 9px; margin-top: 8px; }
  .ig-overlay { padding: 12px; }
  .ig-cap { font-size: 10px; }
  .ig-like { font-size: 9px; }
  .credibility-flex {
    flex-direction: column;
    gap: 32px;
    padding: 40px 0;
  }
  .metric-item {
    text-align: center;
  }
  .process-steps-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .process-step-node {
    padding: 24px;
  }
  .floating-layer {
    width: 180px;
  }
}
