/* SPINOR LABS · ALOFT — pitch deck shared styles */

:root {
  --navy:        #003262;
  --navy-deep:   #001628;
  --navy-mid:    #002344;
  --navy-hi:     #0b4a86;
  --gold:        #FDB515;
  --gold-soft:   #FFD27A;
  --gold-dim:    #8a5e0b;
  --bone:        #F0EBDD;
  --rule:        rgba(253, 181, 21, 0.22);
  --rule-strong: rgba(253, 181, 21, 0.55);
  --rule-dim:    rgba(255, 255, 255, 0.08);

  --display:     'Space Grotesk', 'Inter Tight', system-ui, sans-serif;
  --body:        'Inter', system-ui, sans-serif;
  --mono:        'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
}

deck-stage {
  background: #000;
}

.slide {
  position: relative;
  width: 1920px;
  height: 1080px;
  background:
    radial-gradient(120% 80% at 50% 50%, rgba(0,50,98,0.5) 0%, var(--navy-deep) 60%, #000914 100%),
    var(--navy-deep);
  color: var(--bone);
  font-family: var(--body);
  overflow: hidden;
  box-sizing: border-box;
}

/* faint scan + dot textures shared across slides */
.slide::before {
  content: "";
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(0deg, rgba(253,181,21,0.035) 0 1px, transparent 1px 3px);
  mix-blend-mode: screen;
  opacity: 0.7;
  pointer-events: none;
}
.slide.dotgrid::after {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(253,181,21,0.16) 1.4px, transparent 2px);
  background-size: 48px 48px;
  opacity: 0.42;
  pointer-events: none;
}

/* corner crosshair marks */
.cmarks {
  position: absolute; inset: 56px;
  pointer-events: none; opacity: 0.55;
}
.cmarks span {
  position: absolute; background: var(--gold);
}
.cmarks .tl-h { left: 0;     top: 0;     width: 22px; height: 1px; }
.cmarks .tl-v { left: 0;     top: 0;     width: 1px;  height: 22px; }
.cmarks .tr-h { right: 0;    top: 0;     width: 22px; height: 1px; }
.cmarks .tr-v { right: 0;    top: 0;     width: 1px;  height: 22px; }
.cmarks .bl-h { left: 0;     bottom: 0;  width: 22px; height: 1px; }
.cmarks .bl-v { left: 0;     bottom: 0;  width: 1px;  height: 22px; }
.cmarks .br-h { right: 0;    bottom: 0;  width: 22px; height: 1px; }
.cmarks .br-v { right: 0;    bottom: 0;  width: 1px;  height: 22px; }

/* header chrome — chapter label top-left, SPINOR LABS top-right */
.chrome {
  position: absolute;
  left: 80px; right: 80px; top: 80px;
  display: flex; align-items: center; justify-content: space-between;
  z-index: 5;
}
.chapter {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--mono); font-size: 14px; letter-spacing: 0.32em;
  color: var(--gold); text-transform: uppercase;
}
.chapter .dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 10px var(--gold);
}
.chapter .div {
  width: 1px; height: 14px; background: rgba(253, 181, 21, 0.4);
}
.chapter .stamp { color: var(--bone); opacity: 0.55; }

.brand-mini {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--display); font-weight: 600;
  font-size: 13px; letter-spacing: 0.32em;
  color: var(--bone); opacity: 0.7;
  text-transform: uppercase;
  white-space: nowrap;
}
.brand-mini span { white-space: nowrap; }
.brand-mini .mark { width: 18px; height: 18px; }

/* footer — page count bottom-right, tagline bottom-left */
.foot {
  position: absolute;
  left: 80px; right: 80px; bottom: 60px;
  display: flex; align-items: center; justify-content: space-between;
  font-family: var(--mono); font-size: 12px;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: rgba(240, 235, 221, 0.45);
  z-index: 5;
}
.foot .pg { color: var(--gold); opacity: 0.85; }

/* status pills */
.pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 7px 16px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  background: rgba(253, 181, 21, 0.14);
  color: var(--gold);
  font-family: var(--mono);
  font-size: 13px; letter-spacing: 0.24em;
  font-weight: 500;
  text-transform: uppercase;
}
.pill.preview {
  border-color: rgba(253, 181, 21, 0.5);
  background: rgba(253, 181, 21, 0.06);
}
.pill.soon {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.03);
  color: var(--bone);
  opacity: 0.7;
}
.pill .ldot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 8px var(--gold);
}
.pill.preview .ldot { background: var(--gold); box-shadow: none; opacity: 0.6; }
.pill.soon .ldot   { background: var(--bone); box-shadow: none; opacity: 0.5; }

/* gold rule */
.rule {
  display: block; height: 3px;
  background: var(--gold);
  box-shadow: 0 0 8px var(--gold), 0 0 16px rgba(253,181,21,0.4);
}
.rule.thin { height: 1px; box-shadow: none; }

/* ───────── slide 1 — cover ───────── */
.cover {
  display: grid; place-items: center; text-align: center;
}
.cover .lockup {
  display: flex; flex-direction: column; align-items: center; gap: 36px;
}
.cover .wordmark {
  display: flex; align-items: center; gap: 32px;
  font-family: var(--display); font-weight: 600;
  font-size: 96px; letter-spacing: 0.22em;
  color: var(--bone); text-transform: uppercase; line-height: 1;
  white-space: nowrap;
}
.cover .wordmark span { white-space: nowrap; }
.cover .wordmark .mark { width: 100px; height: 100px; }
.cover .sub {
  font-family: var(--mono); font-size: 22px;
  letter-spacing: 0.42em; color: var(--gold);
  text-transform: uppercase;
}
.cover .sub .em { color: var(--bone); }
.cover .stardust {
  position: absolute; inset: 0; pointer-events: none;
  opacity: 0.72;
}

/* ───────── slide 2 — the problem ───────── */
.problem {
  display: flex; flex-direction: column; justify-content: center;
  padding: 0 140px;
}
.problem .kicker {
  font-family: var(--mono); font-size: 14px; letter-spacing: 0.42em;
  color: var(--gold); text-transform: uppercase; margin-bottom: 36px;
}
.problem .stack { display: flex; flex-direction: column; gap: 36px; }
.problem .row {
  display: grid; grid-template-columns: 80px 1fr; align-items: center;
  gap: 40px; padding-bottom: 36px; border-bottom: 1px solid var(--rule-dim);
}
.problem .row:last-child { border-bottom: none; padding-bottom: 0; }
.problem .num {
  font-family: var(--mono); font-size: 22px; letter-spacing: 0.22em;
  color: var(--gold); opacity: 0.55;
}
.problem .line {
  font-family: var(--display); font-weight: 500;
  font-size: 88px; letter-spacing: -0.02em; line-height: 1.05;
  color: var(--bone);
}
.problem .row.accent .line { color: var(--gold); }
.problem .row.accent .line .neg { color: var(--bone); }

/* ───────── slide 3 — ALOFT framework ───────── */
.framework {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  padding: 0 96px;
  gap: 48px;
}
.framework .copy { padding-left: 40px; }
.framework .copy .eyebrow {
  font-family: var(--mono); font-size: 14px; letter-spacing: 0.42em;
  color: var(--gold); text-transform: uppercase; margin-bottom: 22px;
}
.framework .copy h1 {
  font-family: var(--display); font-weight: 600;
  font-size: 76px; letter-spacing: -0.02em; line-height: 1.04;
  margin: 0 0 28px 0; color: var(--bone);
  text-wrap: pretty;
}
.framework .copy h1 .gold { color: var(--gold); }
.framework .copy .lede {
  font-family: var(--body); font-size: 24px; line-height: 1.5;
  color: rgba(240, 235, 221, 0.78); max-width: 580px;
  text-wrap: pretty;
}
.framework .diagram { display: grid; place-items: center; }
.framework .legend {
  position: absolute; left: 96px; bottom: 130px;
  display: flex; flex-wrap: wrap; gap: 14px 28px; max-width: 760px;
  font-family: var(--mono); font-size: 13px; letter-spacing: 0.22em;
  color: rgba(240, 235, 221, 0.65); text-transform: uppercase;
}
.framework .legend span { display: inline-flex; align-items: center; gap: 10px; }
.framework .legend i {
  width: 8px; height: 8px; background: var(--gold); border-radius: 50%;
  box-shadow: 0 0 6px var(--gold);
}
.framework .legend i.dim { background: rgba(253,181,21,0.35); box-shadow: none; }

/* ───────── slides 4–6 — class detail ───────── */
.class-detail {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  align-items: center;
  padding: 0 120px;
  gap: 80px;
}
.class-detail .glyph-wrap {
  display: grid; place-items: center;
  position: relative;
}
.class-detail .glyph-frame {
  width: 540px; height: 540px;
  border: 1px solid var(--rule);
  display: grid; place-items: center;
  position: relative;
  background:
    radial-gradient(60% 60% at 50% 50%, rgba(11,74,134,0.35) 0%, transparent 70%);
}
.class-detail .glyph-frame::before,
.class-detail .glyph-frame::after {
  content: ""; position: absolute;
  width: 14px; height: 14px;
  border-color: var(--gold); border-style: solid; border-width: 0;
}
.class-detail .glyph-frame::before { top: -1px; left: -1px; border-top-width: 1px; border-left-width: 1px; }
.class-detail .glyph-frame::after  { bottom: -1px; right: -1px; border-bottom-width: 1px; border-right-width: 1px; }
.class-detail .glyph-meta {
  position: absolute; left: 0; bottom: -40px;
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.32em;
  color: var(--gold); opacity: 0.75; text-transform: uppercase;
}
.class-detail .copy .pill { margin-bottom: 32px; }
.class-detail .copy .meta {
  font-family: var(--mono); font-size: 14px; letter-spacing: 0.32em;
  color: var(--gold); opacity: 0.8; text-transform: uppercase; margin-bottom: 18px;
}
.class-detail .copy h2 {
  font-family: var(--mono); font-weight: 700;
  font-size: 124px; letter-spacing: 0.04em; line-height: 0.95;
  margin: 0 0 18px 0; color: var(--bone);
}
.class-detail .copy .role {
  font-family: var(--mono); font-size: 22px; letter-spacing: 0.22em;
  color: var(--gold); text-transform: uppercase;
  margin: 0 0 28px 0;
}
.class-detail .copy .descriptor {
  font-family: var(--display); font-weight: 500;
  font-size: 32px; line-height: 1.25; color: var(--bone);
  margin: 0 0 24px 0; max-width: 640px;
  text-wrap: pretty;
}
.class-detail .copy .summary {
  font-family: var(--body); font-size: 20px; line-height: 1.55;
  color: rgba(240, 235, 221, 0.72); max-width: 600px;
  text-wrap: pretty;
}
.class-detail .index {
  position: absolute; right: 80px; bottom: 130px;
  display: flex; gap: 10px; align-items: center;
}
.class-detail .index .seg {
  width: 8px; height: 4px; background: rgba(255,255,255,0.18);
}
.class-detail .index .seg.done { background: rgba(253, 181, 21, 0.4); }
.class-detail .index .seg.curr { width: 28px; background: var(--gold); box-shadow: 0 0 8px var(--gold); }

/* ───────── slide 7 — coming-soon trio ───────── */
.trio { padding: 0 120px; display: flex; flex-direction: column; justify-content: center; }
.trio .header {
  display: flex; flex-direction: column; gap: 18px; margin-bottom: 52px;
}
.trio .header .eyebrow {
  font-family: var(--mono); font-size: 14px; letter-spacing: 0.42em;
  color: var(--gold); text-transform: uppercase;
}
.trio .header h1 {
  font-family: var(--display); font-weight: 600;
  font-size: 64px; letter-spacing: -0.01em; line-height: 1.06;
  margin: 0; color: var(--bone); max-width: 1200px;
  text-wrap: pretty;
}
.trio .header h1 .gold { color: var(--gold); }
.trio .cards {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
}
.trio .card {
  border: 1px solid var(--rule);
  background: linear-gradient(180deg, rgba(11,74,134,0.18) 0%, rgba(0,22,40,0.6) 100%);
  padding: 36px;
  display: flex; flex-direction: column;
  min-height: 460px;
  position: relative;
}
.trio .card .corner-tl, .trio .card .corner-br {
  position: absolute; width: 12px; height: 12px;
  border-color: var(--gold); border-style: solid; border-width: 0;
}
.trio .card .corner-tl { top: -1px; left: -1px; border-top: 1px solid var(--gold); border-left: 1px solid var(--gold); }
.trio .card .corner-br { bottom: -1px; right: -1px; border-bottom: 1px solid var(--gold); border-right: 1px solid var(--gold); }
.trio .card .glyph {
  margin: 16px 0 28px;
  width: 100%; height: 200px;
  display: grid; place-items: center;
}
.trio .card .meta {
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.32em;
  color: var(--gold); opacity: 0.75; text-transform: uppercase;
}
.trio .card h3 {
  font-family: var(--mono); font-weight: 700;
  font-size: 56px; letter-spacing: 0.06em; line-height: 1;
  margin: 14px 0 10px 0; color: var(--bone);
}
.trio .card .role {
  font-family: var(--mono); font-size: 14px; letter-spacing: 0.22em;
  color: var(--gold); text-transform: uppercase; margin-bottom: 20px;
}
.trio .card .blurb {
  font-family: var(--body); font-size: 18px; line-height: 1.5;
  color: rgba(240, 235, 221, 0.72);
  text-wrap: pretty;
}
.trio .card .pill { align-self: flex-start; margin-top: auto; }

/* ───────── slide 8 — the ALOFT difference ───────── */
.diff { padding: 0 120px; display: flex; flex-direction: column; justify-content: center; }
.diff .header { margin-bottom: 64px; }
.diff .header .eyebrow {
  font-family: var(--mono); font-size: 14px; letter-spacing: 0.42em;
  color: var(--gold); text-transform: uppercase; margin-bottom: 16px;
}
.diff .header h1 {
  font-family: var(--display); font-weight: 600;
  font-size: 76px; letter-spacing: -0.02em; line-height: 1.05;
  margin: 0; color: var(--bone); max-width: 1200px;
  text-wrap: pretty;
}
.diff .header h1 .gold { color: var(--gold); }
.diff .grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.diff .col {
  padding: 36px 36px 36px 36px;
  border-left: 1px solid var(--rule);
  display: flex; flex-direction: column; gap: 18px;
}
.diff .col:first-child { border-left: none; padding-left: 0; }
.diff .col .icon {
  width: 84px; height: 84px;
  display: grid; place-items: center;
  margin-bottom: 12px;
}
.diff .col .num {
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.42em;
  color: var(--gold); text-transform: uppercase;
}
.diff .col .title {
  font-family: var(--display); font-weight: 600;
  font-size: 36px; line-height: 1.15; letter-spacing: -0.01em;
  color: var(--bone);
  text-wrap: pretty;
}
.diff .col .desc {
  font-family: var(--body); font-size: 18px; line-height: 1.55;
  color: rgba(240, 235, 221, 0.72);
  text-wrap: pretty;
}

/* ───────── slide 9 — early access ───────── */
.access {
  display: flex; flex-direction: column;
  padding: 120px 120px 80px;
  position: relative;
}
.access .top {
  flex: 1; display: flex; flex-direction: column; justify-content: center;
  gap: 32px;
}
.access .eyebrow {
  font-family: var(--mono); font-size: 14px; letter-spacing: 0.42em;
  color: var(--gold); text-transform: uppercase;
}
.access h1 {
  font-family: var(--display); font-weight: 500;
  font-size: 132px; letter-spacing: -0.03em; line-height: 0.98;
  margin: 0; color: var(--bone); max-width: 1500px;
  text-wrap: pretty;
}
.access h1 .gold { color: var(--gold); }
.access .cta-row {
  display: flex; align-items: center; gap: 28px;
  margin-top: 28px;
}
.access .cta {
  display: inline-flex; align-items: center; gap: 16px;
  padding: 22px 36px;
  border: 1.5px solid var(--gold);
  background: rgba(253, 181, 21, 0.08);
  font-family: var(--mono); font-size: 16px; letter-spacing: 0.32em;
  color: var(--gold); text-transform: uppercase;
}
.access .cta .arr { font-size: 22px; line-height: 1; }
.access .url {
  font-family: var(--mono); font-size: 16px; letter-spacing: 0.32em;
  color: rgba(240, 235, 221, 0.55); text-transform: uppercase;
}
.access .bottom {
  display: flex; align-items: flex-end; justify-content: space-between;
  margin-top: 40px;
}
.access .bottom .left {
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.32em;
  color: rgba(240, 235, 221, 0.45); text-transform: uppercase;
  max-width: 420px; line-height: 1.6;
}
.access .bottom .wm {
  display: flex; align-items: center; gap: 22px;
  font-family: var(--display); font-weight: 600;
  font-size: 28px; letter-spacing: 0.32em;
  color: var(--bone); text-transform: uppercase;
}
.access .bottom .wm .mark { width: 36px; height: 36px; }

/* keep numerics aligned */
.mono-nums { font-variant-numeric: tabular-nums; }
