/* ── Brand tokens (whater.ai system) ── */
:root {
  --bg: #f5eee3;
  --surface: #fff8ef;
  --surface-2: #fdf3e7;
  --ink: #121318;
  --muted: #4f535f;
  --line: #dccfbf;
  --accent: #ff5f2e;
  --accent-2: #008c8c;
  --accent-young: #6c3bdb;
  --max-width: 1120px;
  --radius: 16px;
  --shadow: 0 20px 45px rgba(18, 19, 24, 0.09);
}

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

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Space Grotesk", sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at 10% 5%, #ffe9d4 0%, transparent 45%),
    radial-gradient(circle at 90% 30%, #e4dffb 0%, transparent 42%), var(--bg);
  line-height: 1.55;
}

.bg-shapes {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: linear-gradient(
      120deg,
      rgba(255, 95, 46, 0.06) 0%,
      rgba(255, 95, 46, 0) 52%
    ),
    linear-gradient(
      300deg,
      rgba(108, 59, 219, 0.07) 0%,
      rgba(108, 59, 219, 0) 48%
    ),
    repeating-linear-gradient(
      0deg,
      rgba(18, 19, 24, 0.025),
      rgba(18, 19, 24, 0.025) 1px,
      transparent 1px,
      transparent 23px
    );
}

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

img {
  max-width: 100%;
  height: auto;
}

/* ── Header ── */
.site-header {
  width: min(var(--max-width), calc(100% - 2.4rem));
  margin: 1rem auto 0;
  padding: 0.9rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 249, 240, 0.82);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0.9rem;
  z-index: 20;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.brand-logo {
  display: block;
  width: auto;
  height: 42px;
}

.brand-tag {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.nav-links {
  display: flex;
  gap: 1.2rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.nav-links a:hover {
  color: var(--ink);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid #d3c2ae;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.7);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}

.nav-toggle-bar {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--ink);
}

.nav-mobile-cta {
  display: none;
}

/* ── Buttons ── */
.btn {
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #fff;
  font-weight: 600;
  font-family: inherit;
  font-size: inherit;
  border-radius: 999px;
  padding: 0.7rem 1.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
  box-shadow: 0 10px 18px rgba(255, 95, 46, 0.26);
}

.btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.02);
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: #cdb9a2;
  box-shadow: none;
}

.btn-small {
  font-size: 0.86rem;
  padding: 0.5rem 0.92rem;
}

/* ── Layout ── */
main {
  width: min(var(--max-width), calc(100% - 2.4rem));
  margin: 2rem auto 4rem;
}

/* ── Hero ── */
.hero {
  padding: 4rem 2rem 3rem;
  background: linear-gradient(145deg, #fff9f0 0%, #ffeedb 100%);
  border: 1px solid #e7d9c7;
  border-radius: calc(var(--radius) + 8px);
  box-shadow: var(--shadow);
  text-align: center;
}

.eyebrow {
  margin: 0 0 0.6rem;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6a3f2f;
}

h1,
h2,
h3 {
  line-height: 1.12;
  margin: 0;
}

h1 {
  font-size: clamp(2.1rem, 5vw, 3.6rem);
  max-width: 20ch;
  margin: 0 auto;
}

.lead {
  max-width: 60ch;
  margin: 1rem auto 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.15rem);
}

.hero-tags {
  margin-top: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
}

.hero-tags span {
  border: 1px solid #d8c4ab;
  background: rgba(255, 255, 255, 0.7);
  color: #513525;
  border-radius: 999px;
  padding: 0.4rem 0.8rem;
  font-size: 0.85rem;
}

.hero-cta {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.hero-orbit {
  margin-top: 1.8rem;
}

.hero-orbit-frame {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 1rem;
  border: 1px solid rgba(138, 104, 78, 0.2);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 246, 235, 0.92)),
    radial-gradient(circle at top left, rgba(255, 95, 46, 0.14), transparent 48%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    0 24px 50px rgba(18, 19, 24, 0.12);
}

.hero-orbit-meta {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.9rem;
  text-align: left;
}

.hero-orbit-kicker,
.hero-orbit-title {
  margin: 0;
}

.hero-orbit-kicker {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #87513b;
}

.hero-orbit-title {
  font-size: 0.98rem;
  font-weight: 500;
  color: var(--muted);
}

.hero-orbit-stage {
  position: relative;
  min-height: clamp(320px, 48vw, 500px);
  overflow: hidden;
  border: 1px solid rgba(126, 107, 87, 0.22);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 52%, rgba(255, 176, 108, 0.26), transparent 22%),
    radial-gradient(circle at 18% 22%, rgba(255, 95, 46, 0.12), transparent 28%),
    radial-gradient(circle at 82% 24%, rgba(108, 59, 219, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.82), rgba(248, 241, 230, 0.94));
}

.hero-orbit-glow,
.hero-orbit-grid,
.hero-orbit-canvas,
.hero-orbit-labels,
.hero-orbit-fallback {
  position: absolute;
  inset: 0;
}

.hero-orbit-glow {
  filter: blur(18px);
  opacity: 0.75;
}

.hero-orbit-glow-primary {
  background: radial-gradient(circle at 50% 52%, rgba(255, 95, 46, 0.22), transparent 25%);
}

.hero-orbit-glow-secondary {
  background:
    radial-gradient(circle at 26% 32%, rgba(0, 140, 140, 0.15), transparent 18%),
    radial-gradient(circle at 74% 40%, rgba(108, 59, 219, 0.16), transparent 20%);
}

.hero-orbit-grid {
  background-image:
    linear-gradient(rgba(61, 57, 52, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(61, 57, 52, 0.06) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at center, black 30%, transparent 86%);
}

.hero-orbit-canvas {
  z-index: 1;
}

.hero-orbit-canvas canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-orbit-labels {
  z-index: 2;
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}

.hero-orbit-label {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(135, 106, 83, 0.26);
  border-radius: 999px;
  background: rgba(255, 252, 247, 0.82);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 22px rgba(18, 19, 24, 0.08);
  color: #44352b;
  font-size: 0.79rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}

.hero-orbit-fallback {
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  gap: 0.2rem;
  padding: 2rem;
  pointer-events: none;
}

.hero-orbit-fallback span {
  display: inline-flex;
  margin: 0.28rem;
  border: 1px solid rgba(135, 106, 83, 0.2);
  border-radius: 999px;
  padding: 0.45rem 0.72rem;
  background: rgba(255, 255, 255, 0.62);
  color: #5a4c42;
  font-size: 0.8rem;
  box-shadow: 0 6px 16px rgba(18, 19, 24, 0.05);
}

.hero-orbit-stage.is-enhanced .hero-orbit-labels {
  opacity: 1;
}

.hero-orbit-stage.is-enhanced .hero-orbit-fallback {
  opacity: 0;
}

.stat-grid {
  margin-top: 1.7rem;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stat-card {
  border: 1px solid #e2d0ba;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 16px;
  padding: 1rem;
  text-align: left;
}

.stat-number {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent);
}

.stat-label {
  margin: 0.2rem 0 0;
  color: var(--muted);
}

/* ── Section ── */
.section {
  margin-top: 2.1rem;
  padding: 2.1rem 1.6rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.section.alt {
  background: var(--surface-2);
}

.section h2 {
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  margin-bottom: 0.55rem;
}

.section-intro {
  color: var(--muted);
  max-width: 68ch;
  margin-top: 0;
}

/* ── Cards ── */
.card-grid {
  display: grid;
  gap: 0.9rem;
  margin-top: 1rem;
}

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

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

.card {
  background: #fffcf7;
  border: 1px solid #e4d6c5;
  border-radius: 14px;
  padding: 1rem 1rem 1.1rem;
}

.card h3 {
  font-size: 1.1rem;
}

.card p {
  margin-top: 0.6rem;
  color: var(--muted);
}

.card ul {
  margin: 0.65rem 0 0;
  padding-left: 1rem;
  color: var(--muted);
}

/* ── Timeline ── */
.timeline {
  margin-top: 0.8rem;
  display: grid;
  gap: 0.85rem;
}

.timeline-item {
  border-left: 5px solid var(--accent-2);
  background: #f7fffd;
  border-top: 1px solid #cae8e5;
  border-right: 1px solid #cae8e5;
  border-bottom: 1px solid #cae8e5;
  border-radius: 12px;
  padding: 0.95rem 1rem;
}

.timeline-item.accent {
  border-left-color: var(--accent);
  background: #fffaf5;
  border-top-color: #e8d4c0;
  border-right-color: #e8d4c0;
  border-bottom-color: #e8d4c0;
}

.timeline-item.launch {
  border-left-color: var(--accent-young);
  background: #f8f5ff;
  border-top-color: #d4cce8;
  border-right-color: #d4cce8;
  border-bottom-color: #d4cce8;
}

.week {
  display: inline-block;
  margin-bottom: 0.35rem;
  font-family: "IBM Plex Mono", monospace;
  color: #0b5e5e;
  font-size: 0.82rem;
}

.timeline-item.accent .week {
  color: #7d4f2f;
}

.timeline-item.launch .week {
  color: #4a2d8a;
}

.timeline-item h3 {
  font-size: 1.15rem;
}

.timeline-item p {
  margin: 0.5rem 0 0;
  color: var(--muted);
}

/* ── Pitch labels ── */
.pitch-label {
  margin: 0 0 0.55rem;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7d4f2f;
}

/* ── Feature strip ── */
.feature-strip {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.feature-strip span {
  border: 1px solid #d7c7b6;
  background: #fffdf9;
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  font-size: 0.92rem;
}

/* ── Steps ── */
.steps-grid {
  margin-top: 1rem;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.step-card {
  border: 1px solid #dfcfbc;
  background: #fffef9;
  border-radius: 14px;
  padding: 1rem;
}

.step-number {
  margin: 0 0 0.4rem;
  font-family: "IBM Plex Mono", monospace;
  font-size: 1rem;
  color: var(--accent-2);
}

.step-card h3 {
  font-size: 1.1rem;
}

.step-card p {
  margin-top: 0.5rem;
  color: var(--muted);
}

/* ── Playbook ── */
.playbook-grid {
  margin-top: 1rem;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.playbook-step {
  border: 1px solid #dfcfbc;
  background: #fffef9;
  border-radius: 14px;
  padding: 1rem;
  text-align: center;
  position: relative;
}

.playbook-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}

.playbook-step h3 {
  font-size: 1rem;
}

.playbook-step p {
  margin-top: 0.4rem;
  color: var(--muted);
  font-size: 0.88rem;
}

/* ── Instructor ── */
.instructor-card {
  margin-top: 1rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1.35fr 1fr;
  border: 1px solid #decfbe;
  background: linear-gradient(145deg, #fffaf2 0%, #fff4e8 100%);
  border-radius: 16px;
  padding: 1.2rem;
}

.instructor-label {
  margin: 0 0 0.4rem;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7d4f2f;
}

.instructor-role {
  margin: 0.4rem 0 0.8rem;
  color: var(--muted);
  font-weight: 500;
}

.instructor-copy p:last-child {
  color: var(--muted);
}

.instructor-points {
  display: grid;
  gap: 0.75rem;
}

.instructor-points p {
  margin: 0;
  border: 1px solid #e5d6c6;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 12px;
  padding: 0.9rem;
  color: var(--muted);
}

/* ── FAQ ── */
.faq-list {
  margin-top: 1rem;
  display: grid;
  gap: 0.85rem;
}

.faq-item {
  border: 1px solid #e4d6c5;
  background: #fffcf7;
  border-radius: 14px;
  padding: 1rem;
}

.faq-item h3 {
  font-size: 1.05rem;
}

.faq-item p {
  margin: 0.55rem 0 0;
  color: var(--muted);
}

/* ── Pricing / Enroll ── */
.pricing-layout {
  margin-top: 1rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

.anchor-card {
  border: 1px solid #d8d7d0;
  background: #f9faf7;
  border-radius: 14px;
  padding: 1.1rem;
}

.anchor-label {
  margin: 0 0 0.75rem;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.82rem;
  color: #566252;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.anchor-card ul {
  margin: 0;
  padding-left: 1rem;
  color: var(--muted);
}

.anchor-card li {
  margin-bottom: 0.3rem;
}

.pricing-card {
  border: 1px solid #e2c8b0;
  background: linear-gradient(160deg, #fffaf3 0%, #fff2e4 100%);
  border-radius: 14px;
  padding: 1.1rem;
}

.price-tag {
  margin: 0 0 0.2rem;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.82rem;
  color: #7d4a2a;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.price {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0.2rem 0 0;
}

.price-note {
  margin: 0.25rem 0 1rem;
  color: var(--muted);
}

.fineprint {
  margin-top: 0.75rem;
  color: var(--muted);
  font-size: 0.88rem;
}

/* ── Footer ── */
.site-footer {
  width: min(var(--max-width), calc(100% - 2.4rem));
  margin: 0 auto 2rem;
  text-align: center;
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-brand {
  margin: 0 0 0.55rem;
  font-size: 1rem;
}

.footer-logo {
  display: block;
  width: auto;
  height: 46px;
  margin: 0 auto;
}

/* ── Reveal animation ── */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Responsive: Tablet ── */
@media (max-width: 980px) {
  .card-grid.three,
  .steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-orbit-stage {
    min-height: 380px;
  }

  .pricing-layout,
  .stat-grid,
  .instructor-card {
    grid-template-columns: 1fr;
  }

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

/* ── Responsive: Mobile ── */
@media (max-width: 760px) {
  .site-header {
    border-radius: 18px;
    padding: 0.8rem;
  }

  .brand {
    gap: 0.55rem;
  }

  .brand-logo {
    height: 36px;
  }

  .brand-tag {
    font-size: 0.62rem;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: calc(100% + 0.55rem);
    left: 0;
    right: 0;
    z-index: 30;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.7rem;
    border: 1px solid #dcccb9;
    border-radius: 16px;
    background: rgba(255, 249, 240, 0.98);
    box-shadow: 0 18px 28px rgba(18, 19, 24, 0.12);
    font-size: 0.96rem;
  }

  .site-header.menu-open .nav-links {
    display: flex;
  }

  .nav-links a {
    padding: 0.58rem 0.55rem;
    border-radius: 10px;
  }

  .nav-links a:hover {
    background: #fff6ea;
  }

  .nav-mobile-cta {
    display: block;
    margin-top: 0.35rem;
    border-top: 1px solid #e4d4c3;
    padding-top: 0.75rem;
    font-weight: 600;
    color: #8b3417;
  }

  .header-cta {
    display: none;
  }

  main {
    width: min(var(--max-width), calc(100% - 1.2rem));
  }

  .hero {
    padding: 2rem 1rem 1.5rem;
  }

  .hero,
  .section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-orbit-frame {
    padding: 0.8rem;
    border-radius: 22px;
  }

  .hero-orbit-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }

  .hero-orbit-stage {
    min-height: 300px;
    border-radius: 18px;
  }

  .hero-orbit-grid {
    background-size: 28px 28px;
  }

  .hero-orbit-label {
    min-width: 76px;
    padding: 0.38rem 0.58rem;
    font-size: 0.72rem;
  }

  .card-grid.three,
  .card-grid.two,
  .steps-grid {
    grid-template-columns: 1fr;
  }

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

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

  .pricing-layout {
    grid-template-columns: 1fr;
  }

  .instructor-card {
    grid-template-columns: 1fr;
  }
}
