/* =====================================================
   Product pages — shared components
   /offers dropdown · swap headings · FAQ terminal ·
   steps · price table · seat stepper · chat demo ·
   skill cards · page heroes
   ===================================================== */

@font-face { font-family: 'Press Start 2P'; src: url('assets/fonts/PressStart2P-Regular.ttf') format('truetype'); font-display: swap; }

/* ---------- /offers nav dropdown ---------- */
.nav-offers { position: relative; }
.nav-offers__label { cursor: pointer; white-space: nowrap; }
.nav-offers__label i { font-style: normal; font-size: 0.55rem; margin-left: 3px; display: inline-block; transition: transform 0.3s var(--ease); }
.nav-offers:hover .nav-offers__label i, .nav-offers:focus-within .nav-offers__label i { transform: rotate(180deg); }
.nav-dd {
  position: absolute; top: calc(100% + 18px); left: 50%;
  transform: translateX(-50%) translateY(10px);
  width: 350px; padding: 8px;
  background: rgba(255, 255, 255, 0.94);
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
  border: 1px solid var(--line); border-radius: 14px;
  box-shadow: 0 22px 60px rgba(18, 18, 18, 0.13);
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s var(--ease), transform 0.3s var(--ease);
}
.nav-dd::before { content: ''; position: absolute; top: -20px; left: 0; right: 0; height: 20px; }
.nav-offers:hover .nav-dd, .nav-offers:focus-within .nav-dd {
  opacity: 1; transform: translateX(-50%) translateY(0); pointer-events: auto;
}
.pillnav__links a.nav-dd__row {
  display: block; padding: 12px 14px; border-radius: 9px; text-decoration: none;
  opacity: 0; transform: translateY(-5px);
  transition: opacity 0.3s var(--ease), transform 0.3s var(--ease), background 0.2s;
  white-space: normal; text-transform: none; letter-spacing: normal;
  font-family: var(--body); font-size: 0.85rem; color: var(--ink);
}
.nav-offers:hover .nav-dd__row, .nav-offers:focus-within .nav-dd__row { opacity: 1; transform: none; }
.nav-offers:hover .nav-dd__row:nth-child(1) { transition-delay: 0.04s; }
.nav-offers:hover .nav-dd__row:nth-child(2) { transition-delay: 0.1s; }
.nav-offers:hover .nav-dd__row:nth-child(3) { transition-delay: 0.16s; }
.nav-dd__row:hover { background: var(--blue-08); }
.nav-dd__top { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
.nav-dd__name { font-family: var(--mono); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink); }
.nav-dd__row:hover .nav-dd__name::before { content: '◆ '; color: var(--blue); font-size: 0.55rem; }
.nav-dd__hint { font-family: var(--mono); font-size: 0.62rem; color: var(--blue); white-space: nowrap; }
.nav-dd__desc { display: block; margin-top: 3px; font-family: var(--body); font-size: 0.78rem; color: var(--ink-2); line-height: 1.45; }

/* ---------- nav flicker-GIF brand logo ---------- */
.pillnav__brand img { height: 20px; width: auto; display: block; }

/* ---------- mobile /menu ---------- */
.mmenu-btn {
  display: none; font-family: var(--mono); font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; background: none; border: 0; color: var(--ink); cursor: pointer; padding: 8px;
}
.mmenu {
  position: absolute; top: calc(100% + 12px); left: 50%; transform: translateX(-50%) translateY(8px);
  width: min(340px, calc(100vw - 40px)); padding: 10px;
  background: rgba(255, 255, 255, 0.97); border: 1px solid var(--line); border-radius: 14px;
  box-shadow: 0 22px 60px rgba(18, 18, 18, 0.14);
  opacity: 0; pointer-events: none; transition: opacity 0.3s var(--ease), transform 0.3s var(--ease);
}
.mmenu.open { opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.mmenu__group { display: block; font-family: var(--mono); font-size: 0.58rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--ink-3); padding: 10px 12px 4px; }
.mmenu a { display: block; padding: 9px 12px; border-radius: 8px; text-decoration: none; font-family: var(--mono); font-size: 0.76rem; color: var(--ink); }
.mmenu a:hover { background: var(--blue-08); color: var(--blue); }
@media (max-width: 960px) {
  .mmenu-btn { display: block; margin-left: auto; }
  .pillnav > .btn { margin-left: 0; }
}

/* ---------- swap headings (letter flip on hover / reveal) ---------- */
.swaphead { cursor: default; }
.sww { display: inline-block; white-space: nowrap; }
.swl { display: inline-block; overflow: hidden; height: 1.02em; vertical-align: bottom; }
.swl b {
  display: block; font-weight: inherit;
  transition: transform 0.4s var(--ease);
  transition-delay: var(--d, 0ms);
}
.swl b::after { content: attr(data-c); display: block; }
.swaphead.go .swl b { transform: translateY(-50%); }

/* two-line display lockup (PP NeueBit, consistent with all headings) */
.pixlines { display: flex; flex-direction: column; gap: 6px; margin-top: 8px; }
.pixlines .swaphead {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(2.2rem, 4.8vw, 3.8rem);
  line-height: 0.95; color: var(--ink); letter-spacing: 0.01em;
}
.pixlines .swaphead:nth-child(2) { color: var(--blue); }

/* ---------- page hero (reuses .hero) ---------- */
.hero--page { padding: 170px 0 90px; }
#brainhero { width: min(520px, 100%); aspect-ratio: 1; cursor: crosshair; }
.hero--page .hero__headline { font-size: clamp(2.9rem, 6vw, 5.2rem); }
#sand { width: min(440px, 100%); aspect-ratio: 1; cursor: crosshair; }
#portrait { width: min(560px, 100%); aspect-ratio: 2 / 1; cursor: crosshair; }
#network { width: min(500px, 100%); aspect-ratio: 4 / 3; cursor: crosshair; }

/* ---------- diamond prose lists ---------- */
.dlist--roomy li { font-size: 0.95rem; padding: 11px 0 11px 24px; }
.dlist--roomy li::before { top: 13px; }
.dlist--mid { max-width: 640px; margin-left: auto; margin-right: auto; }

/* ---------- modules accordion (reuses .layer) ---------- */
.modlist { display: flex; flex-direction: column; gap: 10px; max-width: 760px; margin: 0 auto; }
.modlist .layer__name { font-size: 1.5rem; }
.mod__leave {
  font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--blue); margin: 12px 0 4px; display: block;
}
.mod__outcomes { list-style: none; }
.mod__outcomes li { position: relative; padding: 4px 0 4px 20px; font-size: 0.86rem; color: var(--ink-2); }
.mod__outcomes li::before { content: '◆'; position: absolute; left: 0; top: 6px; color: var(--blue); font-size: 0.52rem; }

/* modules — staggered entrance, glint sweep, spinner, outcome cascade */
.modlist .layer {
  position: relative; overflow: hidden;
  transition: transform 0.35s var(--ease), border-color 0.3s var(--ease), box-shadow 0.3s var(--ease), background-color 0.35s var(--ease);
}
/* active module tile: light periwinkle wash (#CFD6FF), ink type, blue accents */
.modlist .layer.is-on { background: #CFD6FF; border-color: var(--blue); }
.modlist .layer.is-on .layer__name { color: var(--ink); }
.modlist .layer.is-on .layer__body { color: var(--ink-2); }
.modlist .layer.is-on .layer__bar { background: rgba(255, 255, 255, 0.55); }
.modlist .layer.is-on::after { background: linear-gradient(100deg, transparent 8%, rgba(255, 255, 255, 0.5) 50%, transparent 92%); }
.modlist:not(.mods-in) .layer { opacity: 0; }
.modlist.mods-in .layer { animation: modin 0.6s var(--ease) backwards; animation-delay: calc(var(--i, 0) * 90ms); }
@keyframes modin { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
.modlist .layer:hover { transform: translateX(6px); box-shadow: -3px 0 0 0 var(--blue); }
.modlist .layer:hover .layer__num { color: var(--blue); }
.modlist .layer::after {
  content: ''; position: absolute; top: 0; bottom: 0; left: 0; width: 36%;
  background: linear-gradient(100deg, transparent 8%, rgba(23, 62, 245, 0.08) 50%, transparent 92%);
  transform: translateX(-130%); pointer-events: none;
}
.modlist .layer.is-on::after { animation: modsweep 0.85s var(--ease) 0.05s; }
@keyframes modsweep { from { transform: translateX(-130%); } to { transform: translateX(320%); } }
.mod__spin { display: none; color: var(--blue); margin-left: 10px; font-weight: 700; font-style: normal; }
.layer.is-on .mod__spin { display: inline; }
.modlist .mod__leave,
.modlist .mod__outcomes li { opacity: 0; transform: translateY(7px); transition: opacity 0.4s var(--ease), transform 0.4s var(--ease); }
.modlist .layer.is-on .mod__leave { opacity: 1; transform: none; transition-delay: 0.16s; }
.modlist .layer.is-on .mod__outcomes li { opacity: 1; transform: none; }
.modlist .layer.is-on .mod__outcomes li:nth-child(1) { transition-delay: 0.24s; }
.modlist .layer.is-on .mod__outcomes li:nth-child(2) { transition-delay: 0.33s; }
.modlist .layer.is-on .mod__outcomes li:nth-child(3) { transition-delay: 0.42s; }
@media (prefers-reduced-motion: reduce) {
  .modlist:not(.mods-in) .layer { opacity: 1; }
  .modlist.mods-in .layer { animation: none; }
  .modlist .mod__leave, .modlist .mod__outcomes li { opacity: 1; transform: none; }
  .modlist .layer:hover { transform: none; }
}

/* ---------- why-now scroll story ---------- */
.whynow { padding: 0; }
.whyscroll { height: 440vh; }
.whyscroll__sticky {
  position: sticky; top: 0; min-height: 100vh;
  display: flex; align-items: center; overflow: hidden;
  padding: 90px 0 40px;
}
.whyscroll__head { margin-bottom: 30px; }
.whyscroll__inner { width: 100%; }
/* centre split: copy on the left half, drake on the right half */
.whyscroll__grid {
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: 52px; align-items: center;
  max-width: 1080px; margin: 0 auto; padding: 0 24px;
}
.whyscroll__copy { transition: transform 0.55s var(--ease); }
/* fade out slow when the statement takes over; snap back fast so the drakes never look missing */
.whyscroll__viz { transition: opacity 0.18s var(--ease); }
/* slide three: the statement takes the centre of the screen, the scene bows out */
.why-centered .whyscroll__copy { transform: translateX(calc((min(1080px, 100vw) - 100px) * 0.2375 + 26px)); }
.why-centered .whyscroll__viz { opacity: 0; transition: opacity 0.4s var(--ease); }
.why-centered .whystep.on { text-align: center; }
.why-centered .whystep.on .whystep__sub { margin-left: auto; margin-right: auto; }
.why-centered .whyscroll__meter { justify-content: center; }
.whysteps { position: relative; min-height: 320px; }
.whystep {
  position: absolute; top: 50%; left: 0; right: 0;
  margin: 0; transform: translateY(calc(-50% + 30px));
  opacity: 0; pointer-events: none;
  font-family: var(--display); font-weight: 700;
  font-size: clamp(1.9rem, 3.3vw, 2.9rem); line-height: 1.02; color: var(--ink);
  transition: opacity 0.45s var(--ease), transform 0.55s var(--ease);
}
.whystep strong { color: var(--blue); font-weight: inherit; }
.whystep.on { opacity: 1; pointer-events: auto; transform: translateY(-50%); }
.whystep.past { transform: translateY(calc(-50% - 30px)); }
.whystep__sub {
  display: block; font-family: var(--body); font-weight: 400;
  font-size: 1rem; line-height: 1.55; color: var(--ink-2);
  margin-top: 16px; max-width: 460px;
}
.whystep__cta { display: block; margin-top: 22px; line-height: 1.5; }
.whyscroll__meter {
  display: flex; align-items: center; gap: 14px; margin-top: 30px;
  font-family: var(--mono); font-size: 0.64rem; letter-spacing: 0.12em; color: var(--ink-3);
}
.whyscroll__bar { flex: 0 0 150px; height: 2px; background: var(--line); border-radius: 2px; overflow: hidden; }
.whyscroll__bar i { display: block; height: 100%; width: 100%; background: var(--blue); transform-origin: 0 50%; transform: scaleX(0); }
.whyscroll__viz { position: relative; margin: 0; display: flex; flex-direction: column; align-items: center; }
#drakeAscii { width: min(430px, 100%); aspect-ratio: 1; }
/* flat fallback (reduced motion) */
.whyscroll.why-flat { height: auto; }
.why-flat .whyscroll__sticky { position: static; min-height: 0; padding: 100px 0; }
.why-flat .whysteps { min-height: 0; }
.why-flat .whystep { position: static; opacity: 1; transform: none; pointer-events: auto; margin-bottom: 24px; }
.why-flat .whyscroll__meter { display: none; }
@media (max-width: 860px) {
  .whyscroll { height: 430vh; }
  .whyscroll__sticky { align-items: flex-start; padding: 84px 0 28px; }
  .whyscroll__head { margin-bottom: 16px; }
  .whyscroll__grid { grid-template-columns: 1fr; gap: 22px; }
  .whyscroll__viz { order: -1; }
  .why-centered .whyscroll__copy { transform: none; }
  #drakeAscii { width: min(280px, 58vw); }
  .whysteps { min-height: 230px; }
  .whystep { font-size: 1.65rem; }
  .whystep__sub { font-size: 0.92rem; }
  .whyscroll__meter { margin-top: 14px; }
}

/* ---------- price table ---------- */
.ptable { max-width: 760px; margin: 44px auto 0; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #fff; }
.ptable__row { display: grid; grid-template-columns: 1.3fr 0.8fr 1fr 1.1fr; gap: 10px; padding: 15px 20px; border-top: 1px dashed var(--line); font-size: 0.92rem; align-items: center; }
.ptable__row--head {
  border-top: 0; background: var(--band);
  font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-3);
}
.ptable__row b { font-family: var(--display); font-size: 1.5rem; color: var(--ink); font-weight: 700; }
.ptable__row s { color: var(--ink-3); }
.plock {
  display: inline-block; font-family: var(--display); font-size: 1.5rem; font-weight: 700; color: var(--blue);
  opacity: 0; transform: scale(1.6) rotate(-5deg);
}
.in .plock, .plock.in { animation: stampin 0.55s var(--ease) forwards; }
.ptable__row:nth-child(3) .plock { animation-delay: 0.25s; }
@keyframes stampin {
  0% { opacity: 0; transform: scale(1.6) rotate(-5deg); }
  70% { opacity: 1; transform: scale(0.94) rotate(1deg); }
  100% { opacity: 1; transform: scale(1) rotate(0); }
}
.ptable__foot { padding: 16px 20px; border-top: 1px solid var(--line); background: var(--band); font-family: var(--mono); font-size: 0.7rem; line-height: 1.9; color: var(--ink-2); }

/* ---------- seat stepper + ledger ---------- */
.seatbuy { max-width: 480px; margin: 40px auto 0; text-align: center; }
.seatbuy__label { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-2); display: block; margin-bottom: 14px; }
.seatbuy__stepper { display: inline-flex; align-items: center; gap: 22px; margin-bottom: 12px; }
.seatbuy__btn {
  width: 44px; height: 44px; font-family: var(--mono); font-size: 1.1rem; cursor: pointer;
  background: #fff; border: 1px solid #CCCCCC; border-radius: 4px;
  box-shadow: inset -2px -2px 0 0 #E3E3E3; transition: transform 0.15s;
}
.seatbuy__btn:active { box-shadow: inset 2px 2px 0 0 #E3E3E3; transform: translateY(1px); }
.seatbuy__count { font-family: var(--display); font-size: 2.6rem; font-weight: 700; min-width: 56px; color: var(--blue); }
.seatbuy__total { font-family: var(--mono); font-size: 0.78rem; color: var(--ink); margin-bottom: 20px; }
.ledger { border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 6px 18px; margin-bottom: 24px; text-align: left; }
.ledger__row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 11px 0; border-top: 1px dashed var(--line); font-size: 0.85rem; color: var(--ink-2); }
.ledger__row:first-child { border-top: 0; }
.ledger__row s { color: var(--ink-3); }
.ledger__row b { color: var(--ink); }
.ledger__save { color: var(--blue); }
.ledger__save b { font-family: var(--display); font-size: 1.35rem; color: var(--blue); }
/* seat stepper embedded in the landing pricing tier */
.tier .seatbuy { max-width: none; margin: 20px 0 0; }
.tier .seatbuy__btn { width: 38px; height: 38px; }
.tier .seatbuy__count { font-size: 2rem; min-width: 44px; }
.tier .seatbuy__total { margin-bottom: 14px; }
.tier .ledger { padding: 2px 14px; margin-bottom: 18px; background: var(--band); }
.tier .ledger__row { font-size: 0.79rem; padding: 9px 0; }
.tier .ledger__save b { font-size: 1.15rem; }

/* who-it's-for block + full-program link on the VIP / Enterprise tiers */
.tier__for { background: var(--band); border: 1px solid var(--line); border-radius: 8px; padding: 12px 14px; margin: 2px 0 18px; }
.tier__forlabel { display: block; font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--blue); margin-bottom: 6px; }
.tier__for p { font-size: 0.83rem; color: var(--ink-2); line-height: 1.55; margin: 0; }
.tier__more { display: block; font-family: var(--mono); font-size: 0.68rem; color: var(--blue); text-decoration: none; margin: 0 0 14px; }
.tier__more:hover { text-decoration: underline; }

/* featured deposit tier: solid brand blue, the card we point everyone at */
.tier--main { background: var(--blue); color: #fff; }
.tier--main .tier__tag { background: rgba(255, 255, 255, 0.16); color: #fff; border: 0; }
.tier--main .tier__name { color: #fff; }
.tier__flash {
  display: inline-flex; align-items: baseline; gap: 10px; align-self: flex-start;
  background: #fff; color: var(--blue);
  border-radius: 8px; padding: 9px 14px; margin-bottom: 16px;
}
.tier__flash b { font-family: var(--display); font-size: 1.7rem; font-weight: 700; line-height: 1; }
.tier__flash span { font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.1em; text-transform: uppercase; }
.tier--main .tier__price b { color: #fff; font-size: 3.3rem; }
.tier--main .tier__price span { color: rgba(255, 255, 255, 0.72); }
.tier__lines { display: flex; flex-direction: column; gap: 5px; margin: 6px 0 18px; }
.tier__linerow {
  display: flex; justify-content: space-between; gap: 12px;
  font-size: 0.84rem; color: rgba(255, 255, 255, 0.88);
}
.tier__linerow s { color: rgba(255, 255, 255, 0.55); }
.tier__linerow b { color: #fff; }
.tier--main .dlist li { color: rgba(255, 255, 255, 0.9); }
.tier--main .dlist li::before { color: #fff; }
.tier--main .seatbuy__label { color: rgba(255, 255, 255, 0.72); }
.tier--main .seatbuy__count { color: #fff; }
.tier--main .seatbuy__total { color: rgba(255, 255, 255, 0.88); }
.tier--main .ledger { background: rgba(255, 255, 255, 0.12); border-color: rgba(255, 255, 255, 0.28); }
.tier--main .ledger__row { color: rgba(255, 255, 255, 0.82); border-top-color: rgba(255, 255, 255, 0.22); }
.tier--main .ledger__row s { color: rgba(255, 255, 255, 0.5); }
.tier--main .ledger__row b { color: #fff; }
.tier--main .ledger__save, .tier--main .ledger__save b { color: #fff; }
.tier--main .btn--blue { background: #fff; color: var(--blue); }
.tier--main .btn--blue:hover { background: #fff; }
.tier--main .tier__sub { color: rgba(255, 255, 255, 0.65); }

/* ---------- steps timeline (scroll-linked) ---------- */
.steps {
  position: relative; max-width: 680px; margin: 48px auto 0;
  display: flex; flex-direction: column; gap: 40px;
  isolation: isolate; /* keeps the negative-z lines above band backgrounds */
}
.steps::before {
  content: ''; position: absolute; left: 27px; top: 10px; bottom: 10px; width: 2px;
  background: var(--line); z-index: -2;
}
.steps::after {
  content: ''; position: absolute; left: 27px; top: 10px; bottom: 10px; width: 2px; z-index: -1;
  background: var(--blue); transform: scaleY(var(--line-p, 0)); transform-origin: top;
  transition: transform 0.3s linear;
}
.steps .step { opacity: 0.15; transform: translateX(30px); transition: opacity 0.55s var(--ease), transform 0.55s var(--ease); }
.steps .step.go { opacity: 1; transform: none; }
.steps .step .step__num { opacity: 0; }
.steps .step.go .step__num { animation: stampin 0.5s var(--ease) forwards; }
.step { position: relative; display: grid; grid-template-columns: 56px 1fr; gap: 22px; align-items: start; }
.step__num {
  font-family: var(--display); font-size: 2rem; font-weight: 700; color: var(--blue);
  background: #fff; border: 1px solid var(--blue-15); border-radius: 8px;
  width: 56px; height: 56px; display: flex; align-items: center; justify-content: center;
  position: relative; z-index: 1;
}
.step__t { font-family: var(--display); font-size: 1.45rem; font-weight: 700; margin-bottom: 6px; }
.step__d { font-size: 0.94rem; color: var(--ink-2); }

/* ---------- chat demo (direct line) ---------- */
.dline { max-width: 560px; margin: 44px auto 0; }
.dline .macwin__body { display: flex; flex-direction: column; gap: 12px; min-height: 320px; }
.dline__meta { text-align: center; font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-3); }
.msg {
  max-width: 78%; padding: 11px 15px; border-radius: 10px; font-size: 0.9rem; line-height: 1.5;
  opacity: 0; transform: translateY(10px); transition: opacity 0.45s var(--ease), transform 0.45s var(--ease);
}
.msg.on { opacity: 1; transform: none; }
.msg--me { align-self: flex-end; background: var(--band); border: 1px solid var(--line); color: var(--ink); border-bottom-right-radius: 3px; }
.msg--remy { align-self: flex-start; background: var(--blue-08); border: 1px solid var(--blue-15); color: var(--ink); border-bottom-left-radius: 3px; }
.msg--typing { display: inline-flex; gap: 5px; padding: 14px 16px; }
.msg--typing i { width: 6px; height: 6px; border-radius: 50%; background: var(--blue); opacity: 0.4; animation: typedot 1.1s ease-in-out infinite; }
.msg--typing i:nth-child(2) { animation-delay: 0.18s; }
.msg--typing i:nth-child(3) { animation-delay: 0.36s; }
@keyframes typedot { 45% { opacity: 1; transform: translateY(-3px); } }
.dline__replay {
  margin: 10px auto 0; display: block; font-family: var(--mono); font-size: 0.64rem;
  text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink-3);
  background: none; border: 0; cursor: pointer;
}
.dline__replay:hover { color: var(--blue); }

/* ---------- skill cards ---------- */
.skcards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 920px; margin: 40px auto 0; }
.skc {
  background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 24px;
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.4s; position: relative; overflow: hidden;
}
.skc:hover { transform: translateY(-4px); border-color: var(--blue-15); box-shadow: 0 16px 40px rgba(18, 18, 18, 0.08); }
.skc__cmd {
  display: block; font-family: var(--mono); font-size: 0.95rem; font-weight: 700; color: var(--blue);
  background: var(--band); border: 1px dashed var(--line); border-radius: 5px;
  padding: 10px 14px; margin-bottom: 16px; min-height: 2.4em;
}
.skc__cmd .caret { height: 0.95em; }
.skc__out { display: block; font-family: var(--mono); font-size: 0.62rem; color: var(--ink-3); letter-spacing: 0.06em; margin: -8px 0 12px; min-height: 1.2em; opacity: 0; transition: opacity 0.5s; }
.skc__out.on { opacity: 1; }
.skc h3 { font-family: var(--display); font-size: 1.45rem; font-weight: 700; margin-bottom: 8px; }
.skc p { font-size: 0.88rem; color: var(--ink-2); }

/* ---------- FAQ terminal (common questions) ---------- */
.cq { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 26px; max-width: 1000px; margin: 48px auto 0; align-items: start; }
.cq__side { display: flex; flex-direction: column; gap: 14px; }
.cq__viewport { height: 372px; overflow: hidden; position: relative; }
.cq__viewport::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(to bottom, rgba(255,255,255,0.9), transparent 18%, transparent 78%, rgba(255,255,255,0.9));
}
.cq__items { display: flex; flex-direction: column; transition: transform 0.55s var(--ease); }
.cq__item {
  display: grid; grid-template-columns: 34px 1fr; gap: 8px; align-items: center;
  height: 62px; padding: 0 10px; text-align: left; cursor: pointer;
  background: none; border: 0; border-top: 1px dashed var(--line);
  font-family: var(--body); font-size: 0.92rem; color: var(--ink);
  filter: blur(2.5px); opacity: 0.4; transition: filter 0.3s, opacity 0.3s, color 0.3s;
}
.cq__item:hover { filter: blur(0); opacity: 0.85; }
.cq__item.on { filter: blur(0); opacity: 1; color: var(--blue); font-weight: 600; }
.cq__idx { font-family: var(--mono); font-size: 0.62rem; color: var(--ink-3); }
.cq__item.on .cq__idx { color: var(--blue); }
.cq__item.on .cq__idx::after { content: ' ▶'; font-size: 0.5rem; }
.cq__q { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.cq__arrows { display: flex; gap: 10px; justify-content: center; }
.cq__arrow {
  width: 44px; height: 40px; cursor: pointer; font-size: 0.95rem;
  background: #fff; border: 1px solid #CCCCCC; border-radius: 4px;
  box-shadow: inset -2px -2px 0 0 #E3E3E3;
}
.cq__arrow:active { box-shadow: inset 2px 2px 0 0 #E3E3E3; }
.cq__term .macwin__body { min-height: 330px; font-family: var(--mono); }
.cq__row { display: grid; grid-template-columns: 44px 1fr; gap: 10px; margin-bottom: 18px; }
.cq__label { font-size: 0.66rem; font-weight: 700; color: var(--ink-3); letter-spacing: 0.1em; padding-top: 3px; }
.cq__tq { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: var(--ink); line-height: 1.6; min-height: 2.4em; }
.cq__ta { font-size: 0.82rem; color: var(--ink-2); line-height: 1.8; }

/* ---------- final CTA band ---------- */
.finalcta { text-align: center; }
.finalcta .lead { max-width: 620px; margin: 22px auto 0; }
.finalcta .hero__ctas { justify-content: center; margin-top: 32px; }
.finalcta .hero__micro { display: block; margin-top: 14px; }

/* ---------- wall of love ---------- */
.wol { overflow: hidden; }
.wol__rows { display: flex; flex-direction: column; gap: 16px; margin-top: 54px; }
.wol__row { overflow: hidden; }
.wol__row:hover .wol__track { animation-play-state: paused; }
.wol__track { display: flex; gap: 16px; width: max-content; animation: marq 55s linear infinite; }
.wol__row--rev .wol__track { animation-direction: reverse; animation-duration: 64s; }
.wol__card {
  flex-shrink: 0; background: #fff; border: 1px solid var(--line); border-radius: 8px;
  padding: 7px; transition: transform 0.3s var(--ease), border-color 0.3s, box-shadow 0.3s;
}
.wol__card:hover { transform: translateY(-3px); border-color: var(--blue-15); box-shadow: 0 12px 30px rgba(18, 18, 18, 0.08); }
.wol__card img { height: 96px; width: auto; display: block; border-radius: 4px; }

/* ---------- footer AI with Remy logo ---------- */
.foot__brand img { height: 18px; width: auto; display: block; }

/* ---------- 3D rotating hero badge (hard-cornered rectangle) ---------- */
.hero__badge--3d {
  display: inline-block; height: 33px; padding: 0;
  border: 0; border-radius: 0; background: transparent;
  perspective: 640px;
}
.b3d {
  position: relative; display: block; height: 100%;
  transform-style: preserve-3d;
  animation: b3dspin 12s cubic-bezier(0.68, -0.12, 0.32, 1.12) infinite;
}
.b3d__face {
  display: inline-flex; align-items: center; gap: 9px;
  height: 33px; padding: 0 15px; white-space: nowrap;
  font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.06em;
  color: var(--ink-2); background: #fff;
  border: 1px solid #CCCCCC; border-radius: 0;
  box-shadow: inset -2px -2px 0 0 #E3E3E3;
  backface-visibility: hidden;
}
.b3d__face:nth-child(even) { background: #FAFAFA; }
@media (max-width: 560px) {
  /* the badge face is nowrap and was the widest thing on a phone screen -
     shrink it to fit, and clip any sideways spill so the page never pans */
  .b3d__face { font-size: 0.56rem; letter-spacing: 0.02em; padding: 0 10px; gap: 6px; }
  html, body { overflow-x: clip; }
}
.b3d__face:not(:first-child) { position: absolute; inset: 0; }
.b3d__face:nth-child(1) { transform: rotateX(0deg) translateZ(16.5px); }
.b3d__face:nth-child(2) { transform: rotateX(90deg) translateZ(16.5px); }
.b3d__face:nth-child(3) { transform: rotateX(180deg) translateZ(16.5px); }
.b3d__face:nth-child(4) { transform: rotateX(270deg) translateZ(16.5px); }
@keyframes b3dspin {
  0%, 17% { transform: rotateX(0deg); }
  25%, 42% { transform: rotateX(-90deg); }
  50%, 67% { transform: rotateX(-180deg); }
  75%, 92% { transform: rotateX(-270deg); }
  100% { transform: rotateX(-360deg); }
}

/* ---------- BWM what-you-get viz ---------- */
#bwmViz { position: absolute; inset: 0; width: 100%; height: 100%; }

/* ---------- 3D spinning list cube (horizontal, hover to pause) ---------- */
.cube3d {
  --cw: min(480px, calc(100vw - 88px));
  position: relative; width: var(--cw); height: var(--ch, 200px);
  margin: 38px auto 0;
  perspective: 1500px;
}
.cube3d__box {
  position: relative; width: 100%; height: 100%;
  transform-style: preserve-3d;
}
/* the spin only starts once the user scrolls to it (.go via JS), so every
   cube is seen from face 01 */
.cube3d--4.go .cube3d__box { animation: cube4spin 12s cubic-bezier(0.66, -0.1, 0.34, 1.1) infinite; }
.cube3d--3.go .cube3d__box { animation: cube3spin 9.5s cubic-bezier(0.66, -0.1, 0.34, 1.1) infinite; }
.cube3d:hover .cube3d__box { animation-play-state: paused; }
.cube3d__face {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 10px; padding: 22px 30px; text-align: center;
  background: #fff; border: 1px solid #CCCCCC; border-radius: 0;
  box-shadow: inset -2px -2px 0 0 #E3E3E3;
  backface-visibility: hidden;
}
.cube3d__face i {
  font-style: normal; font-family: var(--mono); font-size: 0.6rem;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--blue);
}
.cube3d__face b {
  font-family: var(--display); font-weight: 700; font-size: 1.75rem;
  line-height: 0.98; color: var(--ink);
}
.cube3d__face span { font-size: 0.9rem; color: var(--ink-2); line-height: 1.55; }
.cube3d__hint {
  position: absolute; top: calc(100% + 12px); left: 0; right: 0; text-align: center;
  font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--ink-3);
}
/* 4 faces: quarter turns */
.cube3d--4 .cube3d__face:nth-child(1) { transform: rotateY(0deg) translateZ(calc(var(--cw) / 2)); }
.cube3d--4 .cube3d__face:nth-child(2) { transform: rotateY(-90deg) translateZ(calc(var(--cw) / 2)); }
.cube3d--4 .cube3d__face:nth-child(3) { transform: rotateY(-180deg) translateZ(calc(var(--cw) / 2)); }
.cube3d--4 .cube3d__face:nth-child(4) { transform: rotateY(-270deg) translateZ(calc(var(--cw) / 2)); }
@keyframes cube4spin {
  0%, 18% { transform: translateZ(calc(var(--cw) / -2)) rotateY(0deg); }
  25%, 43% { transform: translateZ(calc(var(--cw) / -2)) rotateY(90deg); }
  50%, 68% { transform: translateZ(calc(var(--cw) / -2)) rotateY(180deg); }
  75%, 93% { transform: translateZ(calc(var(--cw) / -2)) rotateY(270deg); }
  100% { transform: translateZ(calc(var(--cw) / -2)) rotateY(360deg); }
}
/* 3 faces: a triangular prism, third turns (apothem = w/2 · tan30 ≈ 0.2887w) */
.cube3d--3 .cube3d__face:nth-child(1) { transform: rotateY(0deg) translateZ(calc(var(--cw) * 0.2887)); }
.cube3d--3 .cube3d__face:nth-child(2) { transform: rotateY(-120deg) translateZ(calc(var(--cw) * 0.2887)); }
.cube3d--3 .cube3d__face:nth-child(3) { transform: rotateY(-240deg) translateZ(calc(var(--cw) * 0.2887)); }
@keyframes cube3spin {
  0%, 24% { transform: translateZ(calc(var(--cw) * -0.2887)) rotateY(0deg); }
  33%, 57% { transform: translateZ(calc(var(--cw) * -0.2887)) rotateY(120deg); }
  66%, 90% { transform: translateZ(calc(var(--cw) * -0.2887)) rotateY(240deg); }
  100% { transform: translateZ(calc(var(--cw) * -0.2887)) rotateY(360deg); }
}

/* ---------- enterprise scope rows (gamut-style animated list) ---------- */
.scoperows { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.srow {
  position: relative; display: grid; grid-template-columns: 44px 1fr 104px; gap: 16px;
  align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 8px;
  padding: 18px 20px; overflow: hidden; cursor: default;
  transition: border-color 0.3s, transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.srow:hover { transform: translateX(6px); }
.srow.is-on { border-color: var(--blue); box-shadow: 0 14px 34px rgba(23, 62, 245, 0.08); }
.srow__num { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.14em; color: var(--ink-3); transition: color 0.3s; }
.srow.is-on .srow__num { color: var(--blue); }
.srow__body b { display: block; font-family: var(--display); font-weight: 700; font-size: 1.45rem; line-height: 1; margin-bottom: 5px; }
.srow__body span { font-size: 0.88rem; color: var(--ink-2); }
.srow__viz {
  display: flex; align-items: center; justify-content: center; gap: 7px;
  font-family: var(--mono); color: var(--blue); opacity: 0.3; transition: opacity 0.3s;
}
.srow.is-on .srow__viz { opacity: 1; }
.srow__bar { position: absolute; left: 0; right: 0; bottom: 0; height: 2px; }
.srow__bar i { display: block; height: 100%; width: 0; background: var(--blue); }
.srow.is-on .srow__bar i { animation: layerbar 3.2s linear forwards; }
/* per-row micro-vizzes */
.srow__viz--diamonds i { font-style: normal; animation: floaty 3s ease-in-out infinite; font-size: 0.8rem; }
.srow__viz--diamonds i:nth-child(2) { animation-delay: 0.5s; font-size: 1.1rem; }
.srow__viz--diamonds i:nth-child(3) { animation-delay: 1s; }
.srow__viz--eq { gap: 4px; }
.srow__viz--eq i { width: 5px; background: var(--blue); border-radius: 2px; animation: eq 1.3s ease-in-out infinite; }
.srow__viz--eq i:nth-child(1) { height: 15px; }
.srow__viz--eq i:nth-child(2) { height: 26px; animation-delay: 0.15s; }
.srow__viz--eq i:nth-child(3) { height: 19px; animation-delay: 0.3s; }
.srow__viz--eq i:nth-child(4) { height: 29px; animation-delay: 0.45s; }
.srow__viz--cmd { font-size: 0.7rem; font-weight: 700; gap: 2px; }
.srow__viz--cmd .caret { height: 0.9em; width: 7px; }
.srow__viz--grid { display: grid; grid-template-columns: repeat(3, 8px); gap: 5px; }
.srow__viz--grid i { width: 8px; height: 8px; border-radius: 50%; background: var(--blue); opacity: 0.25; animation: popdot 2.4s ease-in-out infinite; }
.srow__viz--grid i:nth-child(odd) { animation-delay: 0.6s; }
.srow__viz--grid i:nth-child(3n) { animation-delay: 1.2s; }
.srow__viz--spin i { font-style: normal; display: inline-block; animation: srowspin 4.5s linear infinite; font-size: 1.15rem; }
@keyframes srowspin { to { transform: rotate(360deg); } }
@media (max-width: 700px) {
  .srow { grid-template-columns: 34px 1fr; }
  .srow__viz { display: none; }
}

/* ---------- podcast screenshots riding the divider marquee ---------- */
.marquee__pod {
  display: inline-block; padding: 5px; background: #fff;
  border: 1px solid var(--line); border-radius: 6px;
  box-shadow: 0 6px 18px rgba(18, 18, 18, 0.06);
  transition: transform 0.3s var(--ease), border-color 0.3s, box-shadow 0.3s;
}
.marquee__pod:hover { transform: translateY(-3px); border-color: var(--blue-15); box-shadow: 0 12px 28px rgba(18, 18, 18, 0.1); }
.marquee__pod img { height: 74px; width: auto; max-width: none; display: block; border-radius: 3px; }

/* ---------- wall of love: video testimonials (old-design vidwall) ---------- */
.wol__videos { overflow: hidden; padding: 8px 0; }
.vidwall-track {
  display: flex; align-items: center; gap: clamp(16px, 2vw, 26px);
  width: max-content; will-change: transform;
  animation: marq 48s linear infinite;
}
.vidwall-track:hover, .vidwall-track.is-paused { animation-play-state: paused; }
.vidwall-card {
  position: relative; flex: 0 0 auto; cursor: pointer; margin: 0;
  width: 200px; aspect-ratio: 9 / 16; overflow: hidden;
  background: #0e0e12; border: 1px solid var(--line);
  box-shadow: 0 6px 18px rgba(18, 18, 18, 0.1);
  transition: transform 0.4s var(--ease), box-shadow 0.4s ease;
}
.vidwall-card:hover { transform: scale(1.12); z-index: 20; box-shadow: 0 22px 52px rgba(18, 18, 18, 0.3); }
.vidwall-card::before, .vidwall-card::after {
  content: ""; position: absolute; width: 10px; height: 10px;
  border: 0 solid var(--blue); pointer-events: none; z-index: 5;
}
.vidwall-card::before { top: 4px; left: 4px; border-top-width: 2px; border-left-width: 2px; }
.vidwall-card::after { bottom: 4px; right: 4px; border-bottom-width: 2px; border-right-width: 2px; }
.vidwall-vid { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; background: #0e0e12; }
.vidwall-ph {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  background: radial-gradient(circle at 50% 50%, rgba(8, 8, 16, 0.46), rgba(8, 8, 16, 0.1) 64%); color: #fff;
  transition: opacity 0.3s ease; margin: 0;
}
.vidwall-card.is-playing .vidwall-ph { opacity: 0; pointer-events: none; }
.vidwall-play {
  width: 46px; height: 46px; display: grid; place-items: center;
  border: 2px solid #fff; border-radius: 50%; font-size: 15px; padding-left: 3px;
}
.vidwall-cred {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 6; box-sizing: border-box;
  display: flex; align-items: flex-end; min-height: 38%; padding: 30px 11px 11px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.3) 60%, transparent);
  color: #fff; text-decoration: none;
  font-family: var(--mono); font-weight: 700; font-size: 0.72rem; letter-spacing: 0.2px;
  pointer-events: none;
}
.vidwall-cred__in { display: inline-flex; align-items: center; gap: 7px; pointer-events: auto; }
.vidwall-cred__pic { width: 24px; height: 24px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 1.5px solid rgba(255, 255, 255, 0.9); background: #222; }
.vidwall-cred:hover { text-decoration: underline; }
@media (hover: none), (pointer: coarse) {
  .wol__videos { overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; scroll-snap-type: x proximity; }
  .vidwall-track { animation: none; padding: 0 16px; }
  .vidwall-card[aria-hidden="true"] { display: none; }
  .vidwall-card { scroll-snap-align: center; }
}

/* ---------- office hours: liquid-glass live frame ---------- */
.glasslive {
  margin: 4px 14px 14px; perspective: 1100px;
  opacity: 0; transform: translateY(52px) scale(0.97);
}
.glasslive.go {
  opacity: 1; transform: none;
  transition: opacity 0.45s linear, transform 0.62s cubic-bezier(0.66, -0.1, 0.34, 1.1);
}
.glasslive__tilt { transform-style: preserve-3d; will-change: transform; }
.glasslive__frame {
  position: relative; overflow: hidden; border-radius: 16px; padding: 10px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0.55));
  -webkit-backdrop-filter: blur(14px) saturate(1.4); backdrop-filter: blur(14px) saturate(1.4);
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow:
    0 34px 80px rgba(18, 18, 18, 0.2),
    0 0 0 1px rgba(18, 18, 18, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}
.glasslive__frame img { display: block; width: 100%; border-radius: 9px; }
/* the high-velocity specular sweep */
.glasslive__sheen { position: absolute; inset: 10px; border-radius: 9px; overflow: hidden; pointer-events: none; }
.glasslive__sheen::before {
  content: ''; position: absolute; top: -65%; bottom: -65%; width: 32%;
  transform: translateX(-340%) rotate(16deg);
  background: linear-gradient(90deg, transparent,
    rgba(255, 255, 255, 0.3) 42%, rgba(255, 255, 255, 0.55) 50%, rgba(255, 255, 255, 0.3) 58%, transparent);
}
.glasslive.go .glasslive__sheen::before {
  animation: glsweep 4.8s cubic-bezier(0.85, 0, 0.13, 1) 0.7s infinite;
}
@keyframes glsweep {
  0% { transform: translateX(-340%) rotate(16deg); }
  16% { transform: translateX(440%) rotate(16deg); }
  100% { transform: translateX(440%) rotate(16deg); }
}
/* floating glass chips */
.glasslive__chip {
  position: absolute; z-index: 2; display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: #fff; padding: 8px 13px; border-radius: 99px;
  background: rgba(255, 255, 255, 0.14);
  -webkit-backdrop-filter: blur(10px) saturate(1.3); backdrop-filter: blur(10px) saturate(1.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 8px 22px rgba(0, 0, 0, 0.3);
}
.glasslive__chip--live { top: 24px; left: 24px; }
.glasslive__chip--live i {
  width: 7px; height: 7px; border-radius: 50%; background: #FF4B4B;
  animation: glpulse 1.6s ease-out infinite;
}
@keyframes glpulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 75, 75, 0.55); }
  70% { box-shadow: 0 0 0 9px rgba(255, 75, 75, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 75, 75, 0); }
}
.glasslive__chip--bar { bottom: 24px; right: 24px; }
@media (max-width: 560px) {
  .glasslive__frame { padding: 6px; border-radius: 12px; }
  .glasslive__sheen { inset: 6px; }
  .glasslive__chip { font-size: 0.52rem; padding: 6px 10px; }
  .glasslive__chip--live { top: 14px; left: 14px; }
  .glasslive__chip--bar { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .glasslive { opacity: 1; transform: none; }
  .glasslive.go .glasslive__sheen::before, .glasslive__chip--live i { animation: none; }
}

/* ---------- book-a-call capture dialog ---------- */
.bookwin { position: fixed; inset: 0; z-index: 900; display: flex; align-items: center; justify-content: center; padding: 20px; }
.bookwin__back { position: absolute; inset: 0; background: rgba(18, 18, 18, 0.34); }
.bookwin__win {
  position: relative; width: 440px; max-width: 100%; max-height: calc(100vh - 40px);
  overflow-y: auto; background: #fff; box-shadow: 0 30px 80px rgba(18, 18, 18, 0.24);
  animation: bookin 0.32s var(--ease) both;
}
@keyframes bookin { from { opacity: 0; transform: translateY(14px) scale(0.98); } to { opacity: 1; transform: none; } }
.bookwin__x {
  margin-left: auto; border: 0; background: none; cursor: pointer;
  font-family: var(--mono); font-size: 0.72rem; color: var(--ink-3); padding: 2px 4px;
}
.bookwin__x:hover { color: var(--ink); }
.bookwin__body { padding: 22px 24px 24px; }
.bookwin__lead { font-size: 0.9rem; color: var(--ink-2); line-height: 1.55; margin-bottom: 18px; }
.bookwin__field { display: block; margin-bottom: 14px; }
.bookwin__field span {
  display: block; font-family: var(--mono); font-size: 0.62rem; text-transform: uppercase;
  letter-spacing: 0.1em; color: var(--ink-3); margin-bottom: 6px;
}
.bookwin__field input, .bookwin__field textarea {
  width: 100%; font-family: var(--mono); font-size: 0.82rem; color: var(--ink);
  padding: 11px 12px; border: 1px solid var(--line); border-radius: 4px; background: #fff;
  box-shadow: inset 2px 2px 0 0 #F1F1F1; resize: vertical;
}
.bookwin__field input:focus, .bookwin__field textarea:focus { outline: none; border-color: var(--blue); }
.bookwin__actions { margin-top: 18px; }
.bookwin__skip {
  display: block; width: 100%; margin-top: 10px; border: 0; background: none; cursor: pointer;
  font-family: var(--mono); font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--ink-3); padding: 8px;
}
.bookwin__skip:hover { color: var(--blue); }
@media (prefers-reduced-motion: reduce) { .bookwin__win { animation: none; } }

/* ---------- testimonial orbit carousel ---------- */
.qorbit { position: relative; height: 480px; max-width: 1080px; margin: 0 auto; }
.qorbit .quote {
  position: absolute; top: 50%; left: 50%; width: 320px; height: var(--hc, 300px);
  margin: 0; padding: 0; overflow: hidden;
  transition: opacity 0.3s linear, border-color 0.3s var(--ease), box-shadow 0.45s var(--ease);
  will-change: transform; cursor: default;
}
/* two pre-laid layers per card: the open morph only animates the card's box
   and crossfades the layers, so no text ever re-wraps mid-animation */
.qorbit .q-view { position: absolute; top: 24px; left: 24px; }
.qorbit .q-view--compact { width: 272px; opacity: 1; transition: opacity 0.2s linear 0.1s; }
.qorbit .q-view--compact blockquote {
  display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; overflow: hidden;
}
.qorbit .q-view--full {
  width: 512px; opacity: 0; transition: opacity 0.28s linear;
  display: grid; grid-template-columns: 112px 1fr; column-gap: 20px; align-items: start;
}
.qorbit .q-view--full img {
  width: 112px; height: 112px; border-radius: 50%; object-fit: cover;
  border: 1px solid var(--line); display: block;
}
.qorbit .q-who { margin-top: 10px; }
.qorbit .q-who b { display: block; font-size: 0.86rem; }
.qorbit .q-who em {
  display: block; font-style: normal; font-family: var(--mono); font-size: 0.64rem;
  color: var(--ink-3); text-transform: uppercase; letter-spacing: 0.06em; margin-top: 2px;
}
.qorbit .quote.is-open, .qorbit .quote.is-back {
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), width 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    height 0.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s linear,
    border-color 0.3s var(--ease), box-shadow 0.45s var(--ease);
}
.qorbit .quote.is-open {
  width: 560px; height: var(--hf, 320px);
  border-color: var(--blue); box-shadow: 0 26px 70px rgba(23, 62, 245, 0.16);
}
.qorbit .quote.is-open .q-view--compact { opacity: 0; transition-delay: 0s; }
.qorbit .quote.is-open .q-view--full { opacity: 1; transition-delay: 0.12s; }
.qorbit__hint {
  text-align: center; font-family: var(--mono); font-size: 0.64rem;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-3); margin-top: 20px;
}

/* ---------- checkout block (self-paced reserve) ---------- */
.checkout { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 52px; max-width: 1000px; margin: 56px auto 0; align-items: start; }
.checkout__name { font-family: var(--display); font-size: 1.7rem; font-weight: 700; color: var(--ink); }
.checkout__pitch { margin: 10px 0 8px; color: var(--ink-2); font-size: 0.98rem; line-height: 1.6; }
.checkout__group { display: block; font-family: var(--mono); font-size: 0.64rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--blue); margin: 26px 0 6px; }
.checkout__sell .dlist li b { color: var(--ink); font-weight: 600; }
.checkout__order { border: 1px solid var(--line); border-radius: 12px; padding: 28px 26px 24px; background: #fff; position: sticky; top: 90px; }
.checkout .seatbuy { margin: 0; max-width: none; }
.checkout__team { font-size: 0.84rem; color: var(--ink-2); text-align: left; margin: 18px 0 16px; line-height: 1.55; }
.checkout__error { font-family: var(--mono); font-size: 0.72rem; color: #c0392b; margin-top: 10px; }
.checkout__trust { display: flex; flex-direction: column; gap: 4px; margin-top: 16px; padding-top: 14px; border-top: 1px dashed var(--line); font-family: var(--mono); font-size: 0.62rem; color: var(--ink-3); text-align: left; }
.checkout__trust a { color: var(--ink-2); }
.btn.is-busy { opacity: 0.65; pointer-events: none; }
@media (max-width: 860px) {
  .checkout { grid-template-columns: 1fr; gap: 36px; }
  .checkout__order { position: static; }
}

/* ---------- thanks page ---------- */
.teamform { display: flex; flex-direction: column; gap: 10px; max-width: 420px; margin: 24px auto 0; }
.teamform input { font-family: var(--mono); font-size: 0.8rem; padding: 12px 14px; border: 1px solid var(--line); border-radius: 6px; background: #fff; color: var(--ink); outline: none; }
.teamform input:focus { border-color: var(--blue); }
.thanks-micro { font-family: var(--mono); font-size: 0.68rem; color: var(--ink-3); margin-top: 14px; }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .skcards { grid-template-columns: 1fr; max-width: 480px; }
  .cq { grid-template-columns: 1fr; }
  .cq__viewport { height: 310px; }
  .ptable__row { grid-template-columns: 1fr 0.7fr 0.9fr 0.9fr; padding: 13px 14px; font-size: 0.8rem; }
  .ptable__row b, .plock { font-size: 1.2rem; }
  .hero--page { padding-top: 140px; }
}

/* ---------- reserve section: full blue takeover ---------- */
#reserve { background: var(--blue); }
#reserve .cross { color: rgba(255, 255, 255, 0.45); }
#reserve .eyebrow { color: rgba(255, 255, 255, 0.7); }
#reserve h2 { color: #fff; }
#reserve .lead { color: rgba(255, 255, 255, 0.85); }
#reserve .ptable { background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.3); }
#reserve .ptable__row { border-top-color: rgba(255, 255, 255, 0.28); color: rgba(255, 255, 255, 0.9); }
#reserve .ptable__row--head { background: rgba(255, 255, 255, 0.12); color: rgba(255, 255, 255, 0.72); }
#reserve .ptable__row b { color: #fff; }
#reserve .ptable__row s { color: rgba(255, 255, 255, 0.55); }
#reserve .plock { color: #fff; }
#reserve .ptable__foot { background: rgba(255, 255, 255, 0.1); border-top-color: rgba(255, 255, 255, 0.28); color: rgba(255, 255, 255, 0.78); }
#reserve .checkout__name { color: #fff; }
#reserve .checkout__pitch { color: rgba(255, 255, 255, 0.85); }
#reserve .checkout__group { color: rgba(255, 255, 255, 0.7); }
#reserve .dlist li { color: rgba(255, 255, 255, 0.88); border-top-color: rgba(255, 255, 255, 0.22); }
#reserve .dlist li::before { color: #fff; }
#reserve .checkout__sell .dlist li b { color: #fff; }
#reserve .checkout__order { background: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.3); }
#reserve .seatbuy__label { color: rgba(255, 255, 255, 0.72); }
#reserve .seatbuy__count { color: #fff; }
#reserve .seatbuy__total { color: rgba(255, 255, 255, 0.88); }
#reserve .ledger { background: rgba(255, 255, 255, 0.12); border-color: rgba(255, 255, 255, 0.28); }
#reserve .ledger__row { color: rgba(255, 255, 255, 0.82); border-top-color: rgba(255, 255, 255, 0.22); }
#reserve .ledger__row s { color: rgba(255, 255, 255, 0.5); }
#reserve .ledger__row b { color: #fff; }
#reserve .ledger__save, #reserve .ledger__save b { color: #fff; }
#reserve .checkout__team { color: rgba(255, 255, 255, 0.8); }
#reserve .btn--blue { background: #fff; color: var(--blue); }
#reserve .btn--blue:hover { background: #fff; }
#reserve .tier__sub { color: rgba(255, 255, 255, 0.68); }
#reserve .checkout__error { color: #ffd9d0; }
#reserve .checkout__trust { color: rgba(255, 255, 255, 0.65); border-top-color: rgba(255, 255, 255, 0.25); }
#reserve .checkout__trust a { color: rgba(255, 255, 255, 0.85); }
