/* ==========================================================
   osob.in — shared stylesheet
   ========================================================== */

:root {
  --bone: #F3EDE1;
  --bone-2: #EAE2D2;
  --cream: #FAF6EE;
  --ink: #141210;
  --ink-2: #2A2520;
  --muted: #7A6F60;
  --muted-2: #A8998A;
  --terra: #C64B1E;
  --terra-deep: #9B3512;
  --forest: #1F3A33;
  --line: rgba(20, 18, 16, 0.12);
  --line-soft: rgba(20, 18, 16, 0.06);
  --serif: 'Fraunces', 'Cormorant Garamond', Georgia, serif;
  --sans: 'Manrope', system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  background: var(--bone);
  color: var(--ink);
  font-weight: 400;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  position: relative;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.035 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  pointer-events: none;
  z-index: 9999;
  mix-blend-mode: multiply;
  opacity: 0.5;
}

::selection { background: var(--terra); color: var(--cream); }

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.container-narrow {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 32px;
}

@media (max-width: 640px) {
  .container, .container-narrow { padding: 0 20px; }
}

/* ===== NAV ===== */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 20px 0;
  backdrop-filter: blur(12px) saturate(1.1);
  -webkit-backdrop-filter: blur(12px) saturate(1.1);
  background: rgba(243, 237, 225, 0.78);
  border-bottom: 1px solid var(--line-soft);
  transition: padding 0.3s ease;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.02em;
  font-variation-settings: "SOFT" 40;
  color: var(--ink);
  text-decoration: none;
  display: flex;
  align-items: baseline;
  gap: 2px;
}

.logo-dot {
  width: 6px; height: 6px;
  background: var(--terra);
  border-radius: 50%;
  display: inline-block;
  margin: 0 1px 2px 1px;
  align-self: center;
}

.nav-links {
  display: flex;
  gap: 36px;
  list-style: none;
}

.nav-links a {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-2);
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: color 0.2s ease;
}

.nav-links a:hover, .nav-links a.active { color: var(--terra); }

.nav-cta {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  color: var(--cream);
  background: var(--ink);
  padding: 11px 20px;
  border-radius: 999px;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: all 0.25s ease;
  border: 1px solid var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.nav-cta:hover {
  background: var(--terra);
  border-color: var(--terra);
  transform: translateY(-1px);
}

.arrow { transition: transform 0.25s ease; display: inline-block; }
.nav-cta:hover .arrow, .btn-primary:hover .arrow, .btn-ghost:hover .arrow { transform: translateX(3px); }

@media (max-width: 840px) { .nav-links { display: none; } }

/* ===== BUTTONS ===== */
.btn-primary {
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 600;
  color: var(--cream);
  background: var(--ink);
  padding: 18px 30px;
  border-radius: 999px;
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: all 0.25s ease;
  border: 1px solid var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.btn-primary:hover {
  background: var(--terra);
  border-color: var(--terra);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(198, 75, 30, 0.25);
}

.btn-ghost {
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  background: transparent;
  padding: 17px 28px;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid var(--line);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.25s ease;
  cursor: pointer;
}

.btn-ghost:hover {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
}

.cta-row {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* ===== SECTION LABEL ===== */
.section-label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 48px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--muted);
}

.section-label::before {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--terra);
}

/* ===== HERO (home) ===== */
.hero {
  padding: 180px 0 100px;
  position: relative;
  overflow: hidden;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--muted);
  margin-bottom: 32px;
  padding: 8px 16px;
  background: var(--bone-2);
  border-radius: 999px;
  border: 1px solid var(--line-soft);
}

.hero-eyebrow::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--terra);
  animation: pulse 2.4s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.4); }
}

.hero h1 {
  font-family: var(--serif);
  font-size: clamp(44px, 7.5vw, 108px);
  font-weight: 350;
  line-height: 0.96;
  letter-spacing: -0.035em;
  font-variation-settings: "SOFT" 30, "opsz" 144;
  color: var(--ink);
  max-width: 13ch;
  margin-bottom: 40px;
}

.hero h1 em {
  font-style: italic;
  font-weight: 350;
  color: var(--terra);
  font-variation-settings: "SOFT" 80, "opsz" 144;
}

.hero-sub {
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 56ch;
  margin-bottom: 48px;
  font-weight: 400;
}

.hero-mark {
  position: absolute;
  right: -60px;
  top: 160px;
  width: 520px;
  height: 520px;
  opacity: 0.14;
  pointer-events: none;
  z-index: 0;
}

@media (max-width: 960px) { .hero-mark { display: none; } }

.hero > .container { position: relative; z-index: 1; }

/* ===== INNER PAGE HERO (smaller) ===== */
.page-hero {
  padding: 160px 0 80px;
  border-bottom: 1px solid var(--line);
}

.page-hero h1 {
  font-family: var(--serif);
  font-size: clamp(40px, 6.5vw, 88px);
  font-weight: 350;
  line-height: 0.98;
  letter-spacing: -0.032em;
  font-variation-settings: "SOFT" 30, "opsz" 144;
  color: var(--ink);
  max-width: 16ch;
  margin-bottom: 32px;
}

.page-hero h1 em {
  font-style: italic;
  color: var(--terra);
  font-variation-settings: "SOFT" 80, "opsz" 144;
}

.page-hero-sub {
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 62ch;
  margin-bottom: 36px;
}

.breadcrumb {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--muted);
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.breadcrumb a { color: var(--muted); text-decoration: none; transition: color 0.2s; }
.breadcrumb a:hover { color: var(--terra); }
.breadcrumb .sep { opacity: 0.4; }

/* ===== REUSED SECTION STYLES ===== */
.problem { padding: 120px 0; border-top: 1px solid var(--line); }
.problem-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: start; }
@media (max-width: 900px) { .problem-grid { grid-template-columns: 1fr; gap: 40px; } }

.problem h2, .journey h2, .audience h2, .deep-dives h2 {
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 350;
  line-height: 1.05;
  letter-spacing: -0.025em;
  font-variation-settings: "SOFT" 40;
}

.problem h2 em, .journey h2 em, .audience h2 em, .deep-dives h2 em {
  font-style: italic;
  color: var(--terra);
  font-variation-settings: "SOFT" 80;
}

.problem-body p {
  font-size: 18px;
  line-height: 1.65;
  color: var(--ink-2);
  margin-bottom: 24px;
}

.problem-body p:last-child {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 22px;
  font-style: italic;
  line-height: 1.45;
  font-variation-settings: "SOFT" 60;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  margin-top: 36px;
}

/* ===== FRAMEWORK (dark centerpiece) ===== */
.framework {
  padding: 140px 0 120px;
  background: var(--ink);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}

.framework::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(circle at 20% 30%, rgba(198, 75, 30, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(31, 58, 51, 0.15) 0%, transparent 50%);
  pointer-events: none;
}

.framework > .container { position: relative; }
.framework .section-label { color: var(--muted-2); }
.framework .section-label::before { background: var(--terra); }

.framework h2 {
  font-family: var(--serif);
  font-size: clamp(38px, 5vw, 72px);
  font-weight: 350;
  line-height: 1.02;
  letter-spacing: -0.03em;
  font-variation-settings: "SOFT" 40;
  max-width: 16ch;
  margin-bottom: 24px;
}

.framework h2 em { font-style: italic; color: var(--terra); font-variation-settings: "SOFT" 80; }

.framework-intro {
  font-size: 18px;
  line-height: 1.6;
  color: var(--muted-2);
  max-width: 62ch;
  margin-bottom: 80px;
}

.stages { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; }
@media (max-width: 900px) { .stages { grid-template-columns: 1fr; } }

.stage {
  padding: 40px 32px 40px 32px;
  border-left: 1px solid rgba(250, 246, 238, 0.12);
  position: relative;
  transition: all 0.4s ease;
}

@media (max-width: 900px) {
  .stage {
    border-left: none;
    border-top: 1px solid rgba(250, 246, 238, 0.12);
    padding: 32px 0;
  }
  .stage:first-child { border-top: none; }
}

.stage:hover { background: rgba(250, 246, 238, 0.02); }

.stage-num {
  font-family: var(--serif);
  font-size: 14px;
  color: var(--terra);
  letter-spacing: 0.1em;
  font-style: italic;
  margin-bottom: 20px;
  display: block;
  font-variation-settings: "SOFT" 80;
}

.stage-name {
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 350;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 8px;
  font-variation-settings: "SOFT" 40, "opsz" 144;
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.stage-name .accent { color: var(--terra); font-style: italic; font-size: 52px; font-variation-settings: "SOFT" 100, "opsz" 144; }

.stage-role {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--muted-2);
  margin-bottom: 24px;
}

.stage-desc { font-size: 15px; line-height: 1.6; color: rgba(250, 246, 238, 0.82); }

/* ===== DEEP DIVES ===== */
.deep-dives { padding: 140px 0; }

.deep-dives .section-head { margin-bottom: 80px; max-width: 64ch; }

.deep-dives h2 { margin-bottom: 24px; }

.deep-dives .section-sub {
  font-size: 18px;
  line-height: 1.6;
  color: var(--ink-2);
  max-width: 56ch;
}

.dive {
  display: grid;
  grid-template-columns: 180px 1fr 1fr;
  gap: 60px;
  padding: 60px 0;
  border-top: 1px solid var(--line);
  align-items: start;
}

.dive:last-child { border-bottom: 1px solid var(--line); }

@media (max-width: 900px) {
  .dive { grid-template-columns: 1fr; gap: 24px; padding: 40px 0; }
}

.dive-marker {
  font-family: var(--serif);
  font-size: 110px;
  font-weight: 350;
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: var(--terra);
  font-variation-settings: "SOFT" 80, "opsz" 144;
  font-style: italic;
}

.dive-title {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  font-variation-settings: "SOFT" 40;
}

.dive-sub {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--muted);
  margin-bottom: 20px;
}

.dive-desc { font-size: 16px; line-height: 1.65; color: var(--ink-2); }

.dive-pillars { list-style: none; display: flex; flex-direction: column; gap: 14px; }

.dive-pillars li {
  font-size: 15px;
  line-height: 1.45;
  color: var(--ink-2);
  padding-left: 22px;
  position: relative;
}

.dive-pillars li::before {
  content: '';
  position: absolute;
  left: 0; top: 10px;
  width: 12px;
  height: 1px;
  background: var(--terra);
}

/* ===== JOURNEY ===== */
.journey {
  padding: 120px 0;
  background: var(--bone-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.journey h2 { margin-bottom: 20px; max-width: 22ch; }

.journey-intro {
  font-size: 18px;
  color: var(--ink-2);
  max-width: 56ch;
  margin-bottom: 60px;
}

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
@media (max-width: 900px) { .steps { grid-template-columns: 1fr; } }

.step {
  background: var(--cream);
  padding: 36px;
  border-radius: 4px;
  border: 1px solid var(--line-soft);
  transition: all 0.3s ease;
}

.step:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(20, 18, 16, 0.06);
  border-color: var(--line);
}

.step-num {
  font-family: var(--serif);
  font-size: 13px;
  font-style: italic;
  color: var(--terra);
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  font-variation-settings: "SOFT" 80;
}

.step h3 {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
  font-variation-settings: "SOFT" 40;
}

.step p { font-size: 15px; line-height: 1.6; color: var(--ink-2); }

/* ===== AUDIENCE ===== */
.audience { padding: 140px 0; }

.audience-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 80px;
}

@media (max-width: 900px) { .audience-head { grid-template-columns: 1fr; gap: 32px; } }

.audience-desc { font-size: 17px; line-height: 1.6; color: var(--ink-2); }

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
}

@media (max-width: 900px) { .audience-grid { grid-template-columns: 1fr; } }

.persona {
  padding: 40px 28px 40px 0;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  position: relative;
}

.persona:last-child { border-right: none; }

@media (max-width: 900px) {
  .persona { border-right: none; padding: 32px 0; }
}

.persona-tag {
  font-family: var(--serif);
  font-size: 13px;
  font-style: italic;
  color: var(--terra);
  margin-bottom: 16px;
  font-variation-settings: "SOFT" 80;
}

.persona h3 {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
  font-variation-settings: "SOFT" 40;
}

.persona p { font-size: 15px; line-height: 1.6; color: var(--ink-2); }

/* ===== MANIFESTO ===== */
.manifesto {
  padding: 140px 0;
  background: var(--ink);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}

.manifesto::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 50%, rgba(198, 75, 30, 0.1) 0%, transparent 60%);
  pointer-events: none;
}

.manifesto-inner { max-width: 900px; margin: 0 auto; text-align: center; position: relative; }

.manifesto-quote {
  font-family: var(--serif);
  font-size: clamp(28px, 3.8vw, 48px);
  font-weight: 350;
  line-height: 1.25;
  letter-spacing: -0.02em;
  font-variation-settings: "SOFT" 40;
  margin-bottom: 40px;
}

.manifesto-quote em { font-style: italic; color: var(--terra); font-variation-settings: "SOFT" 80; }

.manifesto-attrib {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--muted-2);
  font-weight: 600;
}

/* ===== FINAL CTA ===== */
.final-cta {
  padding: 160px 0;
  background: var(--bone);
  position: relative;
  overflow: hidden;
}

.final-cta::before {
  content: '';
  position: absolute;
  bottom: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(198, 75, 30, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.final-cta-inner { position: relative; text-align: center; max-width: 800px; margin: 0 auto; }

.final-cta h2 {
  font-family: var(--serif);
  font-size: clamp(40px, 6vw, 88px);
  font-weight: 350;
  line-height: 0.98;
  letter-spacing: -0.035em;
  font-variation-settings: "SOFT" 30, "opsz" 144;
  margin-bottom: 28px;
}

.final-cta h2 em { font-style: italic; color: var(--terra); font-variation-settings: "SOFT" 80; }

.final-cta p {
  font-size: 19px;
  line-height: 1.55;
  color: var(--ink-2);
  margin-bottom: 48px;
  max-width: 52ch;
  margin-left: auto;
  margin-right: auto;
}

.final-cta .cta-row { justify-content: center; }

.cta-note { margin-top: 32px; font-size: 13px; color: var(--muted); letter-spacing: 0.02em; }
.cta-note strong { color: var(--ink); font-weight: 600; }
.section-label.center { justify-content: center; }

/* ===== FOOTER ===== */
footer {
  padding: 80px 0 40px;
  background: var(--ink);
  color: var(--muted-2);
}

.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(250, 246, 238, 0.1);
  margin-bottom: 32px;
}

@media (max-width: 900px) { .footer-top { grid-template-columns: 1fr 1fr; gap: 40px; } }
@media (max-width: 560px) { .footer-top { grid-template-columns: 1fr; } }

.footer-brand .logo { color: var(--cream); font-size: 28px; margin-bottom: 16px; }
.footer-brand p { font-size: 14px; line-height: 1.6; max-width: 32ch; color: var(--muted-2); }

.footer-col h4 {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--cream);
  margin-bottom: 20px;
}

.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 12px; }
.footer-col a { font-size: 14px; color: var(--muted-2); text-decoration: none; transition: color 0.2s ease; }
.footer-col a:hover { color: var(--terra); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: var(--muted);
  flex-wrap: wrap;
  gap: 16px;
}

.footer-bottom a { color: var(--muted); text-decoration: none; }
.footer-bottom a:hover { color: var(--terra); }

/* ===== SCROLL REVEAL & HERO ANIMATIONS ===== */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.9s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.reveal.visible { opacity: 1; transform: translateY(0); }

.hero-eyebrow, .hero h1, .hero-sub, .hero .cta-row,
.page-hero .breadcrumb, .page-hero h1, .page-hero-sub, .page-hero .cta-row {
  opacity: 0;
  animation: heroUp 1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.hero-eyebrow, .breadcrumb { animation-delay: 0.1s; }
.hero h1, .page-hero h1 { animation-delay: 0.25s; }
.hero-sub, .page-hero-sub { animation-delay: 0.45s; }
.hero .cta-row, .page-hero .cta-row { animation-delay: 0.6s; }

@keyframes heroUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-mark { opacity: 0; animation: markIn 1.4s cubic-bezier(0.2, 0.8, 0.2, 1) 0.3s forwards; }
@keyframes markIn {
  from { opacity: 0; transform: scale(0.92) rotate(-2deg); }
  to { opacity: 0.14; transform: scale(1) rotate(0); }
}

/* ==========================================================
   PAGE-SPECIFIC: START (diagnostic)
   ========================================================== */
.diagnostic { padding: 80px 0 140px; }

.diagnostic-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 56px 56px;
  box-shadow: 0 32px 80px rgba(20, 18, 16, 0.04);
}

@media (max-width: 640px) { .diagnostic-card { padding: 32px 24px; } }

.progress-bar {
  display: flex;
  gap: 8px;
  margin-bottom: 48px;
}

.progress-step {
  flex: 1;
  height: 3px;
  background: var(--line);
  border-radius: 2px;
  transition: background 0.4s ease;
}

.progress-step.done { background: var(--terra); }
.progress-step.current { background: var(--ink); }

.q-num {
  font-family: var(--serif);
  font-size: 13px;
  font-style: italic;
  color: var(--terra);
  letter-spacing: 0.12em;
  margin-bottom: 16px;
  display: block;
  font-variation-settings: "SOFT" 80;
}

.q-title {
  font-family: var(--serif);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  font-variation-settings: "SOFT" 40;
}

.q-title em { font-style: italic; color: var(--terra); font-variation-settings: "SOFT" 80; }

.q-help { font-size: 15px; color: var(--muted); margin-bottom: 36px; }

.q-options { display: grid; gap: 12px; margin-bottom: 40px; }

.q-option {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  background: var(--bone);
  border: 1px solid var(--line);
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 15px;
  color: var(--ink);
  font-weight: 500;
}

.q-option:hover { border-color: var(--ink); transform: translateX(4px); }
.q-option.selected { background: var(--ink); color: var(--cream); border-color: var(--ink); }

.q-option .dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  border: 1.5px solid var(--muted);
  flex-shrink: 0;
  transition: all 0.2s;
}

.q-option.selected .dot { background: var(--terra); border-color: var(--terra); }

.q-input, .q-textarea {
  width: 100%;
  padding: 18px 22px;
  background: var(--bone);
  border: 1px solid var(--line);
  border-radius: 6px;
  font-family: var(--sans);
  font-size: 16px;
  color: var(--ink);
  margin-bottom: 32px;
  transition: border 0.2s;
  resize: vertical;
}

.q-textarea { min-height: 120px; line-height: 1.5; }
.q-input:focus, .q-textarea:focus { outline: none; border-color: var(--ink); }

.q-actions { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.q-back {
  background: none;
  border: none;
  font-family: var(--sans);
  font-size: 14px;
  color: var(--muted);
  cursor: pointer;
  padding: 8px 0;
  transition: color 0.2s;
}
.q-back:hover { color: var(--ink); }

.q-step { display: none; }
.q-step.active { display: block; animation: qFade 0.5s cubic-bezier(0.2, 0.8, 0.2, 1); }
@keyframes qFade {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.complete-view {
  text-align: center;
  padding: 20px 0;
}

.complete-view .mark {
  width: 64px; height: 64px;
  margin: 0 auto 32px;
  border: 1.5px solid var(--terra);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--terra);
  font-size: 28px;
  font-family: var(--serif);
  font-style: italic;
  font-variation-settings: "SOFT" 80;
}

.complete-view h2 {
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 350;
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin-bottom: 20px;
  font-variation-settings: "SOFT" 40;
}

.complete-view h2 em { font-style: italic; color: var(--terra); font-variation-settings: "SOFT" 80; }

.complete-view p {
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink-2);
  max-width: 48ch;
  margin: 0 auto 40px;
}

/* ==========================================================
   PAGE-SPECIFIC: HOW IT WORKS
   ========================================================== */
.rhythm {
  padding: 120px 0;
  background: var(--bone-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.rhythm h2 {
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 350;
  line-height: 1.05;
  letter-spacing: -0.025em;
  font-variation-settings: "SOFT" 40;
  margin-bottom: 20px;
}

.rhythm h2 em { font-style: italic; color: var(--terra); font-variation-settings: "SOFT" 80; }

.rhythm-intro {
  font-size: 18px;
  color: var(--ink-2);
  max-width: 56ch;
  margin-bottom: 60px;
}

.rhythm-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--cream);
  overflow: hidden;
}

@media (max-width: 900px) { .rhythm-grid { grid-template-columns: 1fr; } }

.rhythm-col {
  padding: 40px 32px;
  border-right: 1px solid var(--line);
}
.rhythm-col:last-child { border-right: none; }

@media (max-width: 900px) {
  .rhythm-col { border-right: none; border-bottom: 1px solid var(--line); }
  .rhythm-col:last-child { border-bottom: none; }
}

.rhythm-label {
  font-family: var(--serif);
  font-size: 13px;
  font-style: italic;
  color: var(--terra);
  letter-spacing: 0.12em;
  margin-bottom: 16px;
  font-variation-settings: "SOFT" 80;
}

.rhythm-col h3 {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  font-variation-settings: "SOFT" 40;
}

.rhythm-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }

.rhythm-col li {
  font-size: 15px;
  line-height: 1.5;
  color: var(--ink-2);
  padding-left: 18px;
  position: relative;
}

.rhythm-col li::before {
  content: '';
  position: absolute;
  left: 0; top: 10px;
  width: 10px;
  height: 1px;
  background: var(--terra);
}

.sample {
  padding: 140px 0;
}

.sample h2 {
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 350;
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin-bottom: 20px;
  font-variation-settings: "SOFT" 40;
}

.sample h2 em { font-style: italic; color: var(--terra); font-variation-settings: "SOFT" 80; }

.sample-intro {
  font-size: 18px;
  color: var(--ink-2);
  max-width: 56ch;
  margin-bottom: 60px;
}

.timeline {
  border-left: 1px solid var(--line);
  padding-left: 40px;
  margin-left: 12px;
}

.timeline-item {
  padding: 0 0 44px 0;
  position: relative;
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: -46px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--terra);
  border: 3px solid var(--bone);
  box-shadow: 0 0 0 1px var(--line);
}

.timeline-day {
  font-family: var(--serif);
  font-size: 13px;
  font-style: italic;
  color: var(--terra);
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  font-variation-settings: "SOFT" 80;
}

.timeline-item h4 {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.015em;
  margin-bottom: 10px;
  font-variation-settings: "SOFT" 40;
}

.timeline-item p { font-size: 15px; line-height: 1.6; color: var(--ink-2); max-width: 60ch; }

/* ===== FAQ ===== */
.faq {
  padding: 120px 0;
  border-top: 1px solid var(--line);
}

.faq h2 {
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 350;
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin-bottom: 60px;
  font-variation-settings: "SOFT" 40;
}

.faq h2 em { font-style: italic; color: var(--terra); font-variation-settings: "SOFT" 80; }

.faq-item {
  border-top: 1px solid var(--line);
  padding: 28px 0;
  cursor: pointer;
}

.faq-item:last-child { border-bottom: 1px solid var(--line); }

.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.015em;
  font-variation-settings: "SOFT" 40;
  gap: 20px;
}

.faq-toggle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--muted);
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.faq-item.open .faq-toggle {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
  transform: rotate(45deg);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, margin-top 0.4s ease;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-2);
}

.faq-item.open .faq-a { max-height: 400px; margin-top: 20px; }
.faq-a p { max-width: 64ch; }

/* ==========================================================
   PAGE-SPECIFIC: THE PATH
   ========================================================== */
.path-hero-mark {
  display: flex;
  gap: 24px;
  margin-top: 24px;
  align-items: baseline;
  flex-wrap: wrap;
}

.path-hero-mark .g {
  font-family: var(--serif);
  font-size: clamp(48px, 8vw, 96px);
  font-weight: 350;
  font-style: italic;
  color: var(--terra);
  line-height: 1;
  font-variation-settings: "SOFT" 100, "opsz" 144;
  letter-spacing: -0.03em;
}

.path-hero-mark .dot { color: var(--muted-2); font-size: 32px; align-self: center; }

.g-detail {
  padding: 100px 0;
  border-top: 1px solid var(--line);
}

.g-detail:first-of-type { border-top: none; padding-top: 80px; }

.g-detail.dark {
  background: var(--ink);
  color: var(--cream);
  border-top: none;
  border-bottom: none;
  position: relative;
  overflow: hidden;
}

.g-detail.dark::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 50%, rgba(198, 75, 30, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.g-detail.dark > .container { position: relative; }

.g-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 60px;
}

@media (max-width: 720px) {
  .g-head { grid-template-columns: 1fr; gap: 16px; }
}

.g-big {
  font-family: var(--serif);
  font-size: clamp(120px, 16vw, 220px);
  font-weight: 350;
  line-height: 0.85;
  letter-spacing: -0.05em;
  color: var(--terra);
  font-style: italic;
  font-variation-settings: "SOFT" 100, "opsz" 144;
}

.g-label {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--muted);
  margin-bottom: 16px;
}

.g-detail.dark .g-label { color: var(--muted-2); }

.g-name {
  font-family: var(--serif);
  font-size: clamp(34px, 4.5vw, 56px);
  font-weight: 350;
  line-height: 1.05;
  letter-spacing: -0.025em;
  font-variation-settings: "SOFT" 40;
  margin-bottom: 16px;
}

.g-sanskrit {
  font-family: var(--serif);
  font-size: 18px;
  font-style: italic;
  color: var(--ink-2);
  font-variation-settings: "SOFT" 60;
}

.g-detail.dark .g-sanskrit { color: var(--muted-2); }

.g-body-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 60px;
}

@media (max-width: 900px) { .g-body-grid { grid-template-columns: 1fr; gap: 32px; } }

.g-narrative { font-size: 17px; line-height: 1.7; }
.g-detail:not(.dark) .g-narrative { color: var(--ink-2); }
.g-detail.dark .g-narrative { color: rgba(250, 246, 238, 0.85); }

.g-narrative p { margin-bottom: 18px; }

.g-meta-block h5 {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--terra);
  margin-bottom: 14px;
}

.g-meta-block ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.g-meta-block li { font-size: 14px; line-height: 1.5; }
.g-detail:not(.dark) .g-meta-block li { color: var(--ink-2); }
.g-detail.dark .g-meta-block li { color: rgba(250, 246, 238, 0.8); }

/* ==========================================================
   PAGE-SPECIFIC: JOIN
   ========================================================== */
.join-wrap {
  padding: 60px 0 140px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: start;
}

@media (max-width: 900px) { .join-wrap { grid-template-columns: 1fr; gap: 48px; padding: 40px 0 100px; } }

.join-benefits { padding-top: 20px; }

.join-benefit {
  padding: 24px 0;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 20px;
}

.join-benefit:last-child { border-bottom: 1px solid var(--line); }

.jb-num {
  font-family: var(--serif);
  font-size: 14px;
  font-style: italic;
  color: var(--terra);
  letter-spacing: 0.1em;
  font-variation-settings: "SOFT" 80;
  padding-top: 3px;
}

.jb-body h4 {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.015em;
  margin-bottom: 8px;
  font-variation-settings: "SOFT" 40;
}

.jb-body p { font-size: 14px; line-height: 1.6; color: var(--ink-2); }

.join-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 40px;
  position: sticky;
  top: 100px;
  box-shadow: 0 32px 80px rgba(20, 18, 16, 0.04);
}

@media (max-width: 900px) { .join-card { position: static; padding: 32px 24px; } }

.join-card h3 {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  font-variation-settings: "SOFT" 40;
}

.join-card h3 em { font-style: italic; color: var(--terra); font-variation-settings: "SOFT" 80; }

.join-card-sub { font-size: 14px; color: var(--muted); margin-bottom: 28px; }

.form-row { margin-bottom: 18px; }

.form-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted);
  margin-bottom: 8px;
}

.form-input {
  width: 100%;
  padding: 14px 18px;
  background: var(--bone);
  border: 1px solid var(--line);
  border-radius: 6px;
  font-family: var(--sans);
  font-size: 15px;
  color: var(--ink);
  transition: border 0.2s;
}

.form-input:focus { outline: none; border-color: var(--ink); }

.form-select {
  width: 100%;
  padding: 14px 18px;
  background: var(--bone);
  border: 1px solid var(--line);
  border-radius: 6px;
  font-family: var(--sans);
  font-size: 15px;
  color: var(--ink);
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' stroke='%237A6F60' stroke-width='1.5' fill='none' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 18px center;
  padding-right: 48px;
}

.form-select:focus { outline: none; border-color: var(--ink); }

.submit-btn {
  width: 100%;
  padding: 18px 24px;
  background: var(--ink);
  color: var(--cream);
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: all 0.25s ease;
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.submit-btn:hover {
  background: var(--terra);
  border-color: var(--terra);
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(198, 75, 30, 0.25);
}

.form-note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 16px;
  text-align: center;
  line-height: 1.5;
}

.join-success {
  text-align: center;
  padding: 20px 0;
  display: none;
}

.join-success.active { display: block; animation: qFade 0.5s cubic-bezier(0.2, 0.8, 0.2, 1); }

.join-success .mark {
  width: 56px; height: 56px;
  margin: 0 auto 24px;
  border: 1.5px solid var(--terra);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--terra);
  font-size: 24px;
  font-family: var(--serif);
  font-style: italic;
}

.join-success h3 { margin-bottom: 12px; }
.join-success p { font-size: 15px; line-height: 1.6; color: var(--ink-2); }
