/* ============================================================
   ABOUT.CSS — Award Submission
   Five-act narrative. Every section a different visual format.
   ============================================================ */

/* ── Global: Scroll-driven bg ── */
body.about-body { transition: background-color 0.9s ease; }
body.about-body[data-act="1"] { background-color: var(--cream); }
body.about-body[data-act="2"] { background-color: #151210; }
body.about-body[data-act="3"] { background-color: var(--cream); }
body.about-body[data-act="4"] { background-color: var(--white); }
body.about-body[data-act="5"] { background-color: var(--cream); }

/* Nav transitions with the page */
body.about-body[data-act="2"] #main-nav {
  background: rgba(21,18,16,0.92) !important;
  border-bottom-color: rgba(255,255,255,0.05) !important;
}
body.about-body[data-act="2"] .nav-logo { color: var(--clay-light) !important; }
body.about-body[data-act="2"] .nav-links a { color: rgba(255,255,255,0.7) !important; opacity: 1 !important; }
body.about-body[data-act="2"] .nav-links a:hover { color: white !important; }
body.about-body[data-act="2"] .nav-login {
  border-color: rgba(232,136,90,0.5) !important;
  color: var(--clay-light) !important;
}

/* ── Shared section typography ── */
.act-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--clay);
  margin-bottom: 14px;
}
.act-title {
  font-family: var(--serif);
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: var(--ink);
  margin-bottom: 18px;
}
.act-title em { font-style: italic; color: var(--clay); }
.act-sub {
  font-size: clamp(15px, 2vw, 18px);
  color: var(--warm-grey);
  line-height: 1.7;
  max-width: 540px;
}


/* ================================================================
   ACT 1 — HERO
   Full viewport. Word reveal. Floating dots. Grain.
   ================================================================ */
.act-hero {
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 120px 24px 80px;
}
.hero-grain {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  opacity: 0.3;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
}
.hero-dots {
  position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: 0;
}
.hdot {
  position: absolute; border-radius: 50%; background: var(--clay); opacity: 0.06;
  animation: floatDot linear infinite; will-change: transform;
}
.hdot:nth-child(even) { opacity: 0.04; filter: blur(2px); }
.hdot:nth-child(3n) { opacity: 0.03; filter: blur(3px); }

.hero-content {
  position: relative; z-index: 1; max-width: 780px;
}
.hero-eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--clay); margin-bottom: 20px;
  opacity: 0; animation: fadeUp 0.5s var(--ease-out) 0.05s forwards;
}
.act-hero h1 {
  font-family: var(--serif);
  font-size: clamp(2.8rem, 7vw, 4.5rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
  margin-bottom: 28px;
  color: var(--ink);
}
.act-hero h1 em { font-style: italic; color: var(--clay); }
.word {
  display: inline-block; opacity: 0;
  animation: wordReveal 0.7s var(--ease-out) forwards;
}
.word-cta {
  display: inline-block; opacity: 0;
}
.hero-sub {
  font-size: clamp(15px, 1.8vw, 18px);
  color: var(--warm-grey); line-height: 1.75;
  max-width: 580px; margin: 0 auto;
  opacity: 0; animation: fadeUp 0.7s var(--ease-out) 0.9s forwards;
}


/* ================================================================
   STATS COUNTER
   Horizontal strip with animated numbers.
   ================================================================ */
.act-stats {
  padding: 56px 24px;
  border-top: 1px solid var(--sand);
  border-bottom: 1px solid var(--sand);
}
.stats-inner {
  max-width: 960px; margin: 0 auto;
  display: flex; align-items: center; justify-content: center;
  gap: 0;
}
.stat-block { flex: 1; text-align: center; padding: 8px 0; }
.stat-number {
  font-family: var(--serif); font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 700; color: var(--clay); line-height: 1;
  letter-spacing: -0.03em; margin-bottom: 6px;
}
.stat-label-text {
  font-size: 12px; font-weight: 600; color: var(--warm-grey);
  text-transform: uppercase; letter-spacing: 0.08em;
}
.stat-divider {
  width: 1px; height: 48px; background: var(--sand); flex-shrink: 0;
}


/* ================================================================
   ACT 2 — THE PROBLEM
   Dark. Editorial stacked cards. Alternating icon/text sides.
   ================================================================ */
.act-problem {
  padding: clamp(80px, 12vw, 160px) 24px;
  position: relative; overflow: hidden;
}
.act-problem-grain {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  background-size: 256px;
}
.problem-content { max-width: 900px; margin: 0 auto; position: relative; z-index: 1; }
.problem-header { text-align: center; margin-bottom: 64px; }
.act-problem .act-label { color: var(--clay-light); }
.act-problem .act-title { color: white; }
.act-problem .act-title em { color: var(--clay-light); }
.act-problem .act-sub { color: rgba(255,255,255,0.4); margin: 0 auto; }

/* Editorial stacked rows */
.problem-stack { display: flex; flex-direction: column; gap: 24px; }
.problem-row {
  display: flex; align-items: center; gap: 40px;
  padding: 36px 40px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 24px;
  /* Reveal from left */
  opacity: 0; transform: translateX(-50px);
  transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out),
              background 0.3s ease, border-color 0.3s ease;
}
.problem-row.row-reverse {
  flex-direction: row-reverse;
  transform: translateX(50px); /* Reveal from right */
}
.problem-row.revealed { opacity: 1; transform: translateX(0); }
/* Stagger */
.problem-row:nth-child(1) { transition-delay: 0s; }
.problem-row:nth-child(2) { transition-delay: 0.15s; }
.problem-row:nth-child(3) { transition-delay: 0.3s; }
.problem-row:nth-child(4) { transition-delay: 0.45s; }

.problem-row:hover {
  background: rgba(255,255,255,0.05);
  border-color: rgba(196,98,45,0.2);
}

.problem-row-icon {
  width: 88px; height: 88px; flex-shrink: 0;
  background: rgba(196,98,45,0.1);
  border-radius: 20px;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transform: scale(0.6);
  transition: opacity 0.5s ease 0.3s, transform 0.5s var(--ease-spring) 0.3s;
}
.problem-row.revealed .problem-row-icon { opacity: 1; transform: scale(1); }
.problem-row-icon svg { width: 40px; height: 40px; color: var(--clay-light); }
/* SVG draw animation */
.problem-row-icon svg path,
.problem-row-icon svg circle,
.problem-row-icon svg rect {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  transition: stroke-dashoffset 1s var(--ease-out) 0.4s;
}
.problem-row.revealed .problem-row-icon svg path,
.problem-row.revealed .problem-row-icon svg circle,
.problem-row.revealed .problem-row-icon svg rect {
  stroke-dashoffset: 0;
}

.problem-row-text { flex: 1; }
.problem-row-text h3 {
  color: white; font-size: 20px; font-weight: 700;
  margin-bottom: 8px; letter-spacing: -0.02em;
}
.problem-row-text p {
  color: rgba(255,255,255,0.42); font-size: 15px; line-height: 1.7;
}

/* Pull-quote — rhythm breaker between problem rows */
.problem-pullquote {
  padding: 48px 40px;
  text-align: center;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
}
.problem-pullquote.revealed { opacity: 1; transform: translateY(0); }
.pullquote-mark {
  font-family: var(--serif);
  font-size: 80px;
  color: var(--clay);
  opacity: 0.3;
  line-height: 0.5;
  display: block;
  margin-bottom: 16px;
}
.problem-pullquote p {
  font-family: var(--serif);
  font-size: clamp(20px, 3vw, 28px);
  font-style: italic;
  color: rgba(255,255,255,0.7);
  line-height: 1.5;
  max-width: 600px;
  margin: 0 auto 16px;
  letter-spacing: -0.02em;
}
.pullquote-author {
  font-family: var(--sans);
  font-size: 13px;
  font-style: normal;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.04em;
}


/* ================================================================
   BIG STAT — The "wow" moment
   ================================================================ */
.act-bigstat {
  padding: clamp(80px, 14vw, 180px) 24px;
  text-align: center;
}
.bigstat-inner {
  max-width: 700px; margin: 0 auto;
  opacity: 0; transform: scale(0.9);
  transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out);
}
.bigstat-inner.visible { opacity: 1; transform: scale(1); }
.bigstat-number {
  font-family: var(--serif);
  font-size: clamp(6rem, 18vw, 14rem);
  font-weight: 700; color: var(--clay-light);
  line-height: 0.9; letter-spacing: -0.04em;
  margin-bottom: 20px;
}
.bigstat-suffix {
  font-size: 0.45em; vertical-align: super; opacity: 0.7;
  letter-spacing: 0;
}
.bigstat-label {
  font-size: clamp(15px, 2vw, 19px);
  color: rgba(255,255,255,0.35); line-height: 1.6;
}


/* ================================================================
   ACT 3 — THE SOLUTION
   Bento grid. Watermark parallax.
   ================================================================ */
.act-solution {
  padding: clamp(80px, 12vw, 140px) 24px;
  position: relative; overflow: hidden;
}
.solution-watermark {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--serif);
  font-size: clamp(120px, 16vw, 240px);
  font-weight: 700; color: var(--clay); opacity: 0.028;
  white-space: nowrap; pointer-events: none; user-select: none;
  letter-spacing: -0.04em; z-index: 0;
}
.solution-content {
  max-width: 1060px; margin: 0 auto; position: relative; z-index: 1;
}
.solution-header { text-align: center; margin-bottom: 56px; }

/* Product mockup — browser frame with fake listing page */
.product-frame {
  max-width: 900px;
  margin: 0 auto 64px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow:
    0 4px 24px rgba(26,22,18,0.08),
    0 24px 64px rgba(26,22,18,0.12);
  border: 1px solid var(--sand);
  opacity: 0;
  transform: translateY(24px) scale(0.97);
  transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out);
}
.product-frame.revealed {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.browser-chrome {
  background: #f5f5f5;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #e5e5e5;
}
.browser-dots {
  display: flex;
  gap: 6px;
}
.browser-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.browser-dots span:nth-child(1) { background: #ff5f57; }
.browser-dots span:nth-child(2) { background: #febc2e; }
.browser-dots span:nth-child(3) { background: #28c840; }
.browser-url {
  flex: 1;
  background: white;
  border-radius: 8px;
  padding: 7px 14px;
  font-size: 12px;
  color: #666;
  font-family: var(--sans);
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #e5e5e5;
}
.browser-url svg { color: #28c840; flex-shrink: 0; }

.browser-body {
  background: var(--cream);
  padding: 0;
}
.mock-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 28px;
  background: rgba(247,242,234,0.95);
  border-bottom: 1px solid var(--sand);
}
.mock-logo {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
  color: var(--clay);
}
.mock-nav-links {
  display: flex;
  gap: 20px;
  font-size: 11px;
  color: var(--warm-grey);
}
.mock-listing {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 24px;
  padding: 24px 28px 32px;
}
.mock-gallery {}
.mock-photo {
  width: 100%;
  height: 180px;
  border-radius: 12px;
  background-color: var(--sand);
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
/* Bottom gradient for text readability over real photos */
.mock-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(26,22,18,0.35) 100%);
}
.mock-photo-label {
  position: absolute;
  bottom: 10px; left: 12px;
  font-size: 11px; font-weight: 600; color: white;
  z-index: 1;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.mock-photo-counter {
  position: absolute;
  bottom: 10px; right: 12px;
  font-size: 10px; font-weight: 600; color: white;
  background: rgba(0,0,0,0.45);
  padding: 3px 8px; border-radius: 6px;
  z-index: 1;
}
.mock-thumbs {
  display: flex;
  gap: 8px;
}
.mock-thumbs span {
  width: 56px;
  height: 40px;
  border-radius: 8px;
  background-color: var(--sand);
  border: 1.5px solid transparent;
  position: relative;
}
.mock-thumbs .thumb-active {
  border-color: var(--clay);
}
.mock-thumbs .thumb-more {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  color: white;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.mock-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mock-verified-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #dcfce7;
  color: #166534;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 100px;
  width: fit-content;
}
.mock-title {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.mock-address {
  font-size: 12px;
  color: var(--warm-grey);
}
.mock-price {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 700;
  color: var(--clay);
  margin: 4px 0;
}
.mock-price span {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 400;
  color: var(--warm-grey);
}
.mock-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.mock-tags span {
  padding: 4px 10px;
  border-radius: 100px;
  font-size: 10px;
  font-weight: 600;
  background: var(--white);
  border: 1px solid var(--sand);
  color: var(--warm-grey);
}
.mock-cta-row {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
.mock-btn-primary {
  padding: 10px 20px;
  background: var(--clay);
  color: white;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  font-family: var(--sans);
}
.mock-btn-secondary {
  padding: 10px 20px;
  background: transparent;
  color: var(--clay);
  border: 1.5px solid var(--clay);
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  font-family: var(--sans);
}
.mock-deposit {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: var(--warm-grey);
  margin-top: 4px;
}
.mock-deposit svg { color: #28c840; }

/* Bento grid: 3 columns, mixed sizes */
.bento-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 18px;
}
.bento-tall { grid-row: span 2; }
.bento-wide { grid-column: span 2; }

.bento-card {
  background: var(--white);
  border: 1px solid var(--sand);
  border-radius: 24px;
  padding: 36px 30px;
  display: flex; flex-direction: column;
  transition: transform 0.3s var(--ease-spring), box-shadow 0.3s ease, border-color 0.3s ease;
  /* Scale reveal */
  opacity: 0; transform: scale(0.92) translateY(12px);
  transition: opacity 0.6s var(--ease-out), transform 0.6s var(--ease-spring),
              box-shadow 0.3s ease, border-color 0.3s ease;
}
.bento-card.revealed { opacity: 1; transform: scale(1) translateY(0); }
.bento-card:hover {
  transform: translateY(-6px) scale(1); box-shadow: var(--shadow-lg);
  border-color: rgba(196,98,45,0.15);
}
/* Stagger */
#bento-1 { transition-delay: 0s; }
#bento-2 { transition-delay: 0.1s; }
#bento-3 { transition-delay: 0.2s; }
#bento-4 { transition-delay: 0.3s; }

.bento-icon {
  width: 56px; height: 56px;
  background: var(--clay-pale);
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  transition: transform 0.3s var(--ease-spring);
}
.bento-card:hover .bento-icon { transform: scale(1.12); }
.bento-icon svg { width: 28px; height: 28px; color: var(--clay); }
/* SVG draw animation on reveal */
.bento-icon svg path,
.bento-icon svg circle,
.bento-icon svg rect {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  transition: stroke-dashoffset 1.2s var(--ease-out);
}
.bento-card.revealed .bento-icon svg path,
.bento-card.revealed .bento-icon svg circle,
.bento-card.revealed .bento-icon svg rect {
  stroke-dashoffset: 0;
}

.bento-card h3 {
  font-size: 18px; font-weight: 700; margin-bottom: 10px;
  letter-spacing: -0.02em;
}
.bento-card p {
  font-size: 14px; color: var(--warm-grey); line-height: 1.7; flex: 1;
}
.bento-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--clay-pale); color: var(--clay);
  font-size: 11px; font-weight: 700; letter-spacing: 0.04em;
  padding: 6px 12px; border-radius: 8px; margin-top: 20px;
  text-transform: uppercase;
}

/* Wide card: side-by-side content */
.bento-wide { flex-direction: row; align-items: center; gap: 28px; }
.bento-wide .bento-icon { margin-bottom: 0; flex-shrink: 0; }
.bento-wide-content { flex: 1; display: flex; flex-direction: column; gap: 14px; }
.bento-wide-content > div:first-child h3 { margin-bottom: 4px; }
.bento-tags {
  display: flex; flex-wrap: wrap; gap: 6px;
}
.bento-tags span {
  padding: 5px 12px; border-radius: 100px; font-size: 11px; font-weight: 600;
  background: var(--cream); color: var(--warm-grey); border: 1px solid var(--sand);
}


/* ================================================================
   ACT 4 — VALUES + TIMELINE
   ================================================================ */

/* ── Values: horizontal strip ── */
.act-values {
  padding: clamp(64px, 10vw, 120px) 24px;
}
.values-content { max-width: 1060px; margin: 0 auto; }
.values-header { text-align: center; margin-bottom: 56px; }

.values-strip {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.value-item {
  text-align: center;
  padding: 32px 16px;
  border-radius: 20px;
  border: 1px solid transparent;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.value-item:hover {
  border-color: var(--sand); background: var(--cream);
}
.value-ring {
  width: 72px; height: 72px; border-radius: 50%;
  background: linear-gradient(135deg, rgba(196,98,45,0.08), rgba(196,98,45,0.02));
  border: 1.5px solid rgba(196,98,45,0.12);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  transition: transform 0.4s var(--ease-spring), border-color 0.3s ease;
}
.value-item:hover .value-ring {
  transform: scale(1.08); border-color: var(--clay-light);
}
.value-ring svg { width: 28px; height: 28px; color: var(--clay); }
/* SVG draw */
.value-ring svg path,
.value-ring svg circle {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  transition: stroke-dashoffset 1s var(--ease-out) 0.2s;
}
.value-item.revealed .value-ring svg path,
.value-item.revealed .value-ring svg circle {
  stroke-dashoffset: 0;
}
.value-item h3 {
  font-family: var(--serif); font-size: var(--text-lg);
  margin-bottom: 8px; letter-spacing: -0.02em;
}
.value-item p {
  font-size: 13px; color: var(--warm-grey); line-height: 1.65;
  max-width: 220px; margin: 0 auto;
}

/* ── Timeline ── */
.act-timeline { padding: clamp(64px, 10vw, 120px) 24px; }
.timeline-content { max-width: 800px; margin: 0 auto; }
.timeline-header { text-align: center; margin-bottom: 56px; }

.timeline-track {
  position: relative; display: flex; justify-content: space-between;
  padding: 0 20px;
}
.timeline-line-bg {
  position: absolute; top: 21px; left: 20px; right: 20px;
  height: 2px; background: var(--sand);
}
.timeline-line-fill {
  position: absolute; top: 21px; left: 20px;
  height: 2px; width: 0%; background: var(--clay); z-index: 1;
  transition: width 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.timeline-track.animate .timeline-line-fill { width: 75%; }

.timeline-node { position: relative; text-align: center; flex: 1; z-index: 2; }
.tl-dot {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--cream); border: 2px solid var(--sand);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
  transition: border-color 0.5s ease, background 0.5s ease, box-shadow 0.5s ease;
}
.tl-dot svg { width: 18px; height: 18px; color: var(--warm-grey); transition: color 0.5s ease; }
.timeline-node.past .tl-dot { border-color: var(--clay-light); background: rgba(196,98,45,0.08); }
.timeline-node.past .tl-dot svg { color: var(--clay); }
.timeline-node.active .tl-dot {
  border-color: var(--clay); background: var(--clay);
  animation: glowPulse 2s ease-in-out infinite;
}
.timeline-node.active .tl-dot svg { color: white; }
.timeline-node.future .tl-dot { opacity: 0.5; }

.tl-year {
  font-family: var(--serif); font-weight: 700; font-size: var(--text-lg);
  color: var(--ink); margin-bottom: 4px;
  opacity: 0; transform: translateY(8px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.timeline-track.animate .tl-year { opacity: 1; transform: translateY(0); }
.timeline-track.animate .timeline-node:nth-child(2) .tl-year { transition-delay: 0.3s; }
.timeline-track.animate .timeline-node:nth-child(3) .tl-year { transition-delay: 0.6s; }
.timeline-track.animate .timeline-node:nth-child(4) .tl-year { transition-delay: 0.9s; }
.timeline-track.animate .timeline-node:nth-child(5) .tl-year { transition-delay: 1.2s; }

.tl-label {
  font-size: var(--text-sm); color: var(--warm-grey);
  opacity: 0; transition: opacity 0.4s ease;
}
.timeline-track.animate .tl-label { opacity: 1; }
.timeline-track.animate .timeline-node:nth-child(2) .tl-label { transition-delay: 0.4s; }
.timeline-track.animate .timeline-node:nth-child(3) .tl-label { transition-delay: 0.7s; }
.timeline-track.animate .timeline-node:nth-child(4) .tl-label { transition-delay: 1.0s; }
.timeline-track.animate .timeline-node:nth-child(5) .tl-label { transition-delay: 1.3s; }


/* ================================================================
   ACT 5 — CTA
   ================================================================ */
.act-cta {
  padding: clamp(80px, 14vw, 140px) 24px;
  text-align: center;
}
.cta-content { max-width: 640px; margin: 0 auto; }
.act-cta .act-title {
  font-size: clamp(2rem, 5vw, 3.2rem);
  margin-bottom: 16px;
}
.cta-buttons {
  display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;
}
.cta-outline-btn {
  padding: 16px 40px; background: transparent;
  border: 1.5px solid var(--clay); color: var(--clay);
  border-radius: 100px; font-size: 16px; font-weight: 600;
  font-family: var(--sans); cursor: pointer; text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.cta-outline-btn:hover {
  background: var(--clay); color: white; transform: translateY(-2px);
}


/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1024px) {
  .bento-grid { grid-template-columns: 1fr 1fr; }
  .bento-tall { grid-row: span 1; }
}

@media (max-width: 768px) {
  /* Nav */
  body.about-body[data-act="2"] #main-nav .nav-links a:not(.nav-login) { display: none !important; }

  .act-hero { min-height: 80vh; padding: 100px 20px 60px; }
  .act-hero h1 { font-size: clamp(2rem, 8vw, 2.8rem); }
  .hero-sub { font-size: 15px; }

  .stats-inner { flex-wrap: wrap; gap: 0; }
  .stat-block { min-width: 50%; padding: 16px 0; }
  .stat-divider { display: none; }
  .stat-number { font-size: clamp(1.8rem, 8vw, 2.5rem); }

  .act-problem, .act-solution { padding: 64px 20px; }

  /* Product mockup responsive */
  .product-frame { margin: 0 auto 48px; border-radius: 12px; }
  .mock-listing { grid-template-columns: 1fr; gap: 16px; padding: 16px 16px 24px; }
  .mock-photo { height: 140px; }
  .mock-nav-links { display: none; }
  .mock-cta-row { flex-direction: column; }
  .mock-price { font-size: 20px; }

  .problem-row, .problem-row.row-reverse {
    flex-direction: column; gap: 20px; padding: 28px 24px;
    transform: translateY(24px); /* All slide up on mobile */
  }
  .problem-row.revealed { transform: translateY(0); }
  .problem-row-icon { width: 72px; height: 72px; }
  .problem-row-icon svg { width: 32px; height: 32px; }

  .bento-grid { grid-template-columns: 1fr; }
  .bento-wide { flex-direction: column; }
  .bento-wide .bento-icon { margin-bottom: 16px; }

  .values-strip { grid-template-columns: repeat(2, 1fr); gap: 16px; }

  .solution-watermark { display: none; }
  .bigstat-number { font-size: clamp(4rem, 16vw, 8rem); }

  .timeline-track { flex-direction: column; align-items: center; gap: 40px; padding: 0; }
  .timeline-line-bg {
    top: 0; bottom: 0; left: 50%; right: auto;
    width: 2px; height: 100%; transform: translateX(-50%);
  }
  .timeline-line-fill {
    top: 0; left: 50%; width: 2px !important; height: 0%;
    transform: translateX(-50%);
    transition: height 2s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .timeline-track.animate .timeline-line-fill { width: 2px !important; height: 75%; }
}

@media (max-width: 480px) {
  .act-hero h1 { font-size: 1.8rem; }
  .problem-row { padding: 22px 18px; }
  .bento-card { padding: 28px 22px; }
  .values-strip { grid-template-columns: 1fr; }
  .cta-buttons { flex-direction: column; align-items: center; }
  .act-cta { padding: 64px 20px; }
  #main-nav { padding: 14px 20px !important; }
  #main-nav .nav-toggle { display: flex; }
  #main-nav .nav-links {
    display: none; position: absolute; top: 56px; left: 0; right: 0;
    background: rgba(247,242,234,0.98); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--sand); flex-direction: column; padding: 16px; gap: 12px;
    box-shadow: 0 8px 32px rgba(26,22,18,0.08);
  }
  nav.nav-open .nav-links { display: flex !important; }
}

/* ── Reduced motion ── */
@media (prefers-reduced-motion: reduce) {
  body.about-body { transition: none; }
  .word, .word-cta { opacity: 1; animation: none !important; }
  .hero-sub, .hero-eyebrow { opacity: 1; animation: none !important; }
  .problem-row, .bento-card, .problem-pullquote, .product-frame { opacity: 1; transform: none !important; }
  .problem-row-icon { opacity: 1; transform: none !important; }
  .bigstat-inner { opacity: 1; transform: none !important; }
  .timeline-line-fill { transition: none; }
  .tl-year, .tl-label { opacity: 1; transform: none; transition: none; }
  .hdot { animation: none; }
  /* SVG draw — show immediately */
  .bento-icon svg path, .bento-icon svg circle, .bento-icon svg rect,
  .problem-row-icon svg path, .problem-row-icon svg circle, .problem-row-icon svg rect,
  .value-ring svg path, .value-ring svg circle {
    stroke-dashoffset: 0 !important;
    stroke-dasharray: none !important;
    transition: none !important;
  }
}
