/* SMP.ca — living marketing home
   Brand: #31649f blue · #e8782a accent (from beta smp-theme) */

:root {
  --brand: #31649f;
  --brand-deep: #1e3f66;
  --brand-soft: rgba(49, 100, 159, 0.12);
  --accent: #e8782a;
  --accent-deep: #c45f18;
  --accent-soft: rgba(232, 120, 42, 0.14);
  --ink: #1a2332;
  --ink-muted: #5a6a7e;
  --paper: #f4f7fb;
  --paper-2: #e8eef6;
  --line: rgba(26, 35, 50, 0.12);
  --line-strong: rgba(26, 35, 50, 0.2);
  --surface: #ffffff;
  --font-display: "Syne", system-ui, sans-serif;
  --font-body: "Figtree", system-ui, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --max: 1180px;
  --nav-h: 72px;
}

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

html { scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1 !important; transform: none !important; }
}

body {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: var(--brand); text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 3px;
}

.skip {
  position: absolute;
  left: -9999px;
  top: 0.5rem;
  z-index: 200;
  padding: 0.5rem 1rem;
  background: var(--surface);
  border: 1px solid var(--line);
}
.skip:focus { left: 0.5rem; }

/* ——— Living field (canvas) ——— */
#field {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.55;
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' 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)'/%3E%3C/svg%3E");
}

.shell { position: relative; z-index: 2; }

/* ——— Nav ——— */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
  gap: 1.5rem;
  transition: background 0.35s var(--ease), border-color 0.35s, backdrop-filter 0.35s;
  border-bottom: 1px solid transparent;
}
.nav.is-scrolled {
  background: rgba(244, 247, 251, 0.82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom-color: var(--line);
}
.brand {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
  text-decoration: none;
  color: var(--ink);
}
.brand:hover { text-decoration: none; }
.brand-name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  line-height: 1;
}
.brand-name em {
  font-style: normal;
  color: var(--brand);
}
.brand-tag {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-muted);
}
.nav-links {
  display: flex;
  gap: 1.5rem;
  margin-left: auto;
  list-style: none;
}
.nav-links a {
  color: var(--ink-muted);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--ink); text-decoration: none; }
.nav-cta { margin-left: 0.5rem; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.7rem 1.35rem;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: 10px;
  border: 1.5px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s var(--ease), background 0.2s, border-color 0.2s, color 0.2s;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn--primary {
  background: var(--brand);
  color: #fff;
  border-color: var(--brand-deep);
}
.btn--primary:hover { background: var(--brand-deep); color: #fff; }
.btn--accent {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent-deep);
}
.btn--accent:hover { background: var(--accent-deep); color: #fff; }
.btn--ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line-strong);
}
.btn--ghost:hover { background: var(--surface); border-color: var(--brand); color: var(--brand); }
.btn--lg { padding: 0.95rem 1.75rem; font-size: 1.05rem; }

/* ——— Hero ——— */
.hero {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: calc(var(--nav-h) + 2rem) clamp(1.25rem, 4vw, 2.5rem) 3.5rem;
  position: relative;
}
.hero-inner {
  max-width: var(--max);
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: end;
}
.hero-copy { max-width: 34rem; }
.live-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.5rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-deep);
}
.live-pill .pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  animation: livePulse 2.2s ease-in-out infinite;
}
@keyframes livePulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(0.75); opacity: 0.55; }
}
.hero h1 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.6rem, 6.5vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  color: var(--ink);
  margin-bottom: 1.25rem;
}
.hero h1 .brand-line {
  display: block;
  color: var(--brand);
  font-size: 0.42em;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.55rem;
}
.hero-lead {
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  color: var(--ink-muted);
  max-width: 28rem;
  margin-bottom: 2rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* Hero stage — living workspace mock */
.hero-stage {
  position: relative;
  aspect-ratio: 5 / 4;
  border-radius: 18px;
  background: linear-gradient(160deg, #1e3f66 0%, #31649f 48%, #2a557f 100%);
  overflow: hidden;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.2) inset,
    0 28px 64px -20px rgba(30, 63, 102, 0.55);
}
.stage-chrome {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: rgba(0, 0, 0, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.stage-dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
}
.stage-title {
  margin-left: 0.5rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.stage-body {
  display: grid;
  grid-template-columns: 48px 1fr;
  height: calc(100% - 40px);
}
.stage-rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  padding: 1rem 0;
  background: rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.rail-icon {
  width: 28px; height: 28px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.35s, transform 0.35s var(--ease);
}
.rail-icon.is-on {
  background: var(--accent);
  border-color: transparent;
  transform: scale(1.08);
}
.stage-main {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  color: #f4f7fb;
}
.stage-panel {
  flex: 1;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1rem;
  display: none;
  flex-direction: column;
  gap: 0.65rem;
  animation: stageIn 0.45s var(--ease);
}
.stage-panel.is-active { display: flex; }
@keyframes stageIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}
.stage-panel h3 {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.stage-panel p {
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(244, 247, 251, 0.72);
}
.stage-kpi {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
}
.stage-kpi span {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(244, 247, 251, 0.55);
  display: block;
  margin-top: 0.15rem;
}
.stage-rows { display: flex; flex-direction: column; gap: 0.4rem; }
.stage-row {
  height: 10px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
  position: relative;
}
.stage-row::after {
  content: "";
  position: absolute;
  inset: 0;
  width: var(--w, 60%);
  background: linear-gradient(90deg, rgba(232, 120, 42, 0.85), rgba(255, 255, 255, 0.35));
  border-radius: 4px;
  animation: rowFill 2.8s var(--ease) infinite alternate;
}
@keyframes rowFill {
  from { opacity: 0.7; }
  to { opacity: 1; }
}
.stage-chat {
  margin-top: auto;
  padding: 0.75rem;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.72rem;
  line-height: 1.45;
  color: rgba(244, 247, 251, 0.85);
  min-height: 3.2rem;
}
.stage-chat strong {
  color: var(--accent);
  font-weight: 700;
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.65rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.cursor-blink::after {
  content: "▋";
  animation: blink 1s step-end infinite;
  color: var(--accent);
  margin-left: 2px;
}
@keyframes blink {
  50% { opacity: 0; }
}

/* ——— Sections ——— */
.section {
  padding: clamp(4rem, 10vw, 7rem) clamp(1.25rem, 4vw, 2.5rem);
}
.section-inner {
  max-width: var(--max);
  margin: 0 auto;
}
.section-head {
  max-width: 38rem;
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}
.section-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 0.75rem;
}
.section-head h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.85rem, 3.8vw, 2.75rem);
  letter-spacing: -0.035em;
  line-height: 1.08;
  color: var(--ink);
  margin-bottom: 0.85rem;
}
.section-head p {
  color: var(--ink-muted);
  font-size: 1.05rem;
}

/* Reveal */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.reveal.is-in {
  opacity: 1;
  transform: none;
}

/* ——— Pillars ——— */
.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.pillar {
  padding: 1.75rem 1.5rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  transition: border-color 0.3s, transform 0.3s var(--ease);
}
.pillar:hover {
  border-color: var(--brand);
  transform: translateY(-4px);
}
.pillar-mark {
  width: 44px; height: 44px;
  border-radius: 12px;
  margin-bottom: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--brand-soft);
  color: var(--brand);
}
.pillar-mark svg { width: 22px; height: 22px; }
.pillar h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}
.pillar p {
  font-size: 0.95rem;
  color: var(--ink-muted);
}

/* ——— Module constellation ——— */
.constellation {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}
.module-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.module-btn {
  width: 100%;
  text-align: left;
  padding: 1rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 12px;
  background: transparent;
  cursor: pointer;
  font-family: var(--font-body);
  transition: background 0.25s, border-color 0.25s;
}
.module-btn:hover,
.module-btn.is-active {
  background: var(--surface);
  border-color: var(--line);
}
.module-btn.is-active {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px var(--brand-soft);
}
.module-btn .name {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 0.2rem;
}
.module-btn .blurb {
  display: block;
  font-size: 0.88rem;
  color: var(--ink-muted);
  line-height: 1.4;
}
.module-canvas {
  position: relative;
  min-height: 380px;
  border-radius: 18px;
  background: linear-gradient(145deg, var(--paper-2), var(--surface));
  border: 1px solid var(--line);
  overflow: hidden;
  padding: 1.75rem;
}
.module-detail {
  display: none;
  height: 100%;
  flex-direction: column;
  gap: 1rem;
  animation: stageIn 0.4s var(--ease);
}
.module-detail.is-active { display: flex; }
.module-detail h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.module-detail p { color: var(--ink-muted); font-size: 0.98rem; }
.module-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: auto;
}
.tag {
  padding: 0.35rem 0.7rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 6px;
  background: var(--brand-soft);
  color: var(--brand-deep);
}
.tag--accent {
  background: var(--accent-soft);
  color: var(--accent-deep);
}
.flow-viz {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.flow-node {
  padding: 0.55rem 0.85rem;
  border-radius: 8px;
  background: var(--surface);
  border: 1px solid var(--line);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--ink);
}
.flow-node.is-hot {
  background: var(--brand);
  color: #fff;
  border-color: var(--brand-deep);
  animation: hotPulse 1.8s ease-in-out infinite;
}
@keyframes hotPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.04); }
}
.flow-arrow {
  color: var(--accent);
  font-weight: 800;
  font-size: 1.1rem;
}

/* ——— Ops strip ——— */
.ops-band {
  background: var(--brand-deep);
  color: #f4f7fb;
  padding: 1.25rem 0;
  overflow: hidden;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
}
.ops-track {
  display: flex;
  gap: 3rem;
  width: max-content;
  animation: marquee 42s linear infinite;
}
.ops-track span {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  white-space: nowrap;
  opacity: 0.85;
}
.ops-track span::before {
  content: "";
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
  margin-right: 0.75rem;
  vertical-align: middle;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ——— Ovie ——— */
.ovie-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.ovie-card {
  padding: 1.75rem;
  border-radius: 16px;
  background: var(--surface);
  border: 1px solid var(--line);
}
.ovie-card h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.ovie-card p { color: var(--ink-muted); font-size: 0.95rem; }
.ovie-live {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 1.5rem;
  padding: 1.75rem;
  border-radius: 18px;
  background: linear-gradient(135deg, #1e3f66, #31649f);
  color: #f4f7fb;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.ovie-live h3 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 0.65rem;
}
.ovie-live p { color: rgba(244, 247, 251, 0.72); font-size: 0.95rem; margin-bottom: 1.25rem; }
.chat-sim {
  background: rgba(0, 0, 0, 0.22);
  border-radius: 14px;
  padding: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-height: 200px;
}
.bubble {
  max-width: 92%;
  padding: 0.7rem 0.9rem;
  border-radius: 12px;
  font-size: 0.88rem;
  line-height: 1.45;
}
.bubble--user {
  align-self: flex-end;
  background: rgba(255, 255, 255, 0.14);
}
.bubble--ovie {
  align-self: flex-start;
  background: rgba(232, 120, 42, 0.22);
  border: 1px solid rgba(232, 120, 42, 0.35);
}

/* ——— Outcomes / day / feel / who ——— */
.section--soft {
  background: linear-gradient(180deg, rgba(232, 238, 246, 0.65), transparent 70%);
}
.outcome-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.15rem;
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
}
.outcome {
  padding: 1.5rem 1.35rem;
  border-radius: 14px;
  background: var(--surface);
  border: 1px solid var(--line);
}
.outcome h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.45rem;
}
.outcome p { font-size: 0.95rem; color: var(--ink-muted); }

.day-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.day-card {
  padding: 1.5rem 1.25rem;
  border-radius: 16px;
  background: var(--surface);
  border: 1px solid var(--line);
  min-height: 100%;
}
.day-when {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 0.65rem;
}
.day-card h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}
.day-card p { font-size: 0.92rem; color: var(--ink-muted); }

.detail-extra {
  font-size: 0.92rem !important;
  color: var(--ink-muted);
  margin-top: -0.25rem;
}

.feel-grid,
.who-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.15rem;
}
.feel-card,
.who-card {
  padding: 1.5rem 1.35rem;
  border-radius: 14px;
  background: var(--surface);
  border: 1px solid var(--line);
}
.feel-card h3,
.who-card h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.45rem;
}
.feel-card p,
.who-card p { font-size: 0.95rem; color: var(--ink-muted); }

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

/* ——— Horizon (alpha) ——— */
.horizon {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: stretch;
}
.horizon-copy {
  padding: 2rem;
  border-radius: 18px;
  background: var(--surface);
  border: 1px solid var(--line);
}
.horizon-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 0.75rem;
}
.horizon-copy p { color: var(--ink-muted); margin-bottom: 1.25rem; }
.horizon-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-bottom: 1.5rem;
}
.horizon-list li {
  display: flex;
  gap: 0.65rem;
  font-size: 0.95rem;
  color: var(--ink-muted);
}
.horizon-list li::before {
  content: "";
  width: 8px; height: 8px;
  margin-top: 0.45rem;
  flex-shrink: 0;
  border-radius: 2px;
  background: var(--accent);
}
.horizon-visual {
  border-radius: 18px;
  background: #0c1220;
  position: relative;
  overflow: hidden;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.horizon-visual canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.horizon-label {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #eef2ff;
  padding: 1.5rem;
}
.horizon-label strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 0.35rem;
}
.horizon-label span {
  font-size: 0.9rem;
  opacity: 0.7;
}

/* ——— CTA ——— */
.cta {
  text-align: center;
  padding: clamp(3.5rem, 8vw, 5.5rem) clamp(1.25rem, 4vw, 2.5rem);
}
.cta-inner {
  max-width: 640px;
  margin: 0 auto;
  padding: 3rem 2rem;
  border-radius: 20px;
  background: linear-gradient(145deg, var(--brand-soft), var(--accent-soft));
  border: 1px solid var(--line);
}
.cta h2 {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3.5vw, 2.3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 0.75rem;
}
.cta p {
  color: var(--ink-muted);
  margin-bottom: 1.5rem;
}
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

/* ——— Footer ——— */
.footer {
  padding: 2.5rem clamp(1.25rem, 4vw, 2.5rem) 2rem;
  border-top: 1px solid var(--line);
  text-align: center;
  font-size: 0.88rem;
  color: var(--ink-muted);
}
.footer strong { color: var(--ink); }
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin: 0.85rem 0 1.25rem;
}
.footer-links a {
  color: var(--ink-muted);
  font-weight: 600;
  text-decoration: none;
}
.footer-links a:hover { color: var(--brand); }

/* ——— Responsive ——— */
@media (max-width: 960px) {
  .hero-inner,
  .constellation,
  .horizon,
  .ovie-live { grid-template-columns: 1fr; }
  .pillars,
  .outcome-grid,
  .feel-grid,
  .who-grid,
  .day-grid { grid-template-columns: 1fr; }
  .ovie-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: calc(var(--nav-h) + 3rem); padding-bottom: 3rem; }
  .hero-stage { max-width: 520px; margin: 0 auto; width: 100%; }
  .nav-links { display: none; }
}

@media (min-width: 700px) and (max-width: 960px) {
  .day-grid,
  .outcome-grid,
  .feel-grid,
  .who-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .brand-tag { display: none; }
  .hero-actions .btn { width: 100%; }
}
