@import url("colors_and_type.css");

/* ============================================================
   XTAG Studio Landing Page
   ============================================================ */

html, body { margin: 0; padding: 0; overflow-x: clip; }
body {
  font-family: var(--body);
  color: var(--fg-1);
  background: var(--paper-2);
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
::selection { background: var(--ember-500); color: #fff; }

a { color: inherit; }
button { font-family: var(--body); }

.page { max-width: 1440px; margin: 0 auto; padding: 0 40px 80px; }
.page > * + * { margin-top: 24px; }

/* ——— Buttons ——— */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--body); font-weight: 500; font-size: 14px;
  padding: 12px 22px;
  border-radius: var(--r-pill);
  border: 1px solid transparent;
  cursor: pointer;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease;
  line-height: 1; white-space: nowrap;
}
.btn:disabled { opacity: .55; cursor: not-allowed; }
.btn-primary { background: var(--ember-500); color: #fff; }
.btn-primary:hover { background: var(--ember-600); }
.btn-ghost-orange { background: transparent; color: var(--ember-500); border-color: var(--ember-500); }
.btn-ghost-orange:hover { background: var(--ember-50); }
.btn-ghost-orange-dark { background: transparent; color: var(--ember-400); border-color: var(--ember-500); }
.btn-ghost-orange-dark:hover { background: rgba(238,90,36,.10); }
.btn-text-light { background: none; border: 0; color: #fff; padding: 8px 0; font-weight: 600; }
.btn-text-light .arrow { transition: transform .2s; display: inline-block; margin-left: 4px; }
.btn-text-light:hover .arrow { transform: translateX(4px); }
.btn-text-dark { background: none; border: 0; color: var(--ink-900); padding: 8px 0; font-weight: 600; cursor: pointer; }
.btn-text-dark .arrow { transition: transform .2s; display: inline-block; margin-left: 4px; }
.btn-text-dark:hover .arrow { transform: translateX(4px); }
.btn-on-orange { background: #fff; color: var(--ember-500); font-weight: 600; letter-spacing: .04em; padding: 16px 30px; }
.btn-on-orange:hover { background: var(--ember-50); }
.btn-lg { padding: 16px 30px; font-size: 15px; }

/* ——— Nav ——— */
.xtag-nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 14px 12px 24px;
  background: rgba(10,22,40,.78);
  -webkit-backdrop-filter: blur(0); backdrop-filter: none;
  border-radius: var(--r-pill);
  box-shadow: 0 4px 20px rgba(10,22,40,.18);
  border: 1px solid rgba(255,255,255,.08);
  position: sticky; top: 16px; z-index: 50;
  color: var(--fg-on-dark);
}
.xtag-nav .brand {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--display); font-weight: 600; font-size: 17px; letter-spacing: -.01em;
  color: #fff;
}
.xtag-nav .links {
  display: flex; align-items: center; gap: 2px;
  background: rgba(255,255,255,.05);
  border-radius: var(--r-pill);
  padding: 4px;
}
.xtag-nav .links a {
  text-decoration: none; color: var(--fg-on-dark);
  padding: 8px 14px; border-radius: var(--r-pill);
  font-size: 13px; font-weight: 500;
  transition: background-color .18s ease, color .18s ease;
}
.xtag-nav .links a:hover { color: #fff; background: rgba(255,255,255,.06); }
.xtag-nav .links a.active { background: rgba(255,255,255,.12); color: #fff; }

/* ——— Hero ——— */
.hero {
  background: var(--ink-900);
  border-radius: var(--r-lg);
  padding: 80px 64px 96px;
  color: var(--fg-on-dark);
  position: relative; overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; left: -180px; bottom: -260px;
  width: 540px; height: 540px;
  background: var(--ember-500);
  border-radius: 120px 32px 32px 32px;
  transform: rotate(28deg);
  z-index: 0;
}
.hero::after {
  content: ""; position: absolute; left: 80px; bottom: -240px;
  width: 380px; height: 380px; background: #3A0F03; opacity: .55;
  border-radius: 80px 24px 24px 24px; transform: rotate(28deg);
  z-index: 0;
}
.hero-grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.15fr 1fr; gap: 56px; align-items: center;
}
.hero .eyebrow {
  color: var(--ember-400);
  display: inline-block;
}
.hero h1 {
  font-family: var(--display); font-weight: 700;
  font-size: 60px; letter-spacing: -.025em; line-height: 1.02;
  margin: 18px 0 22px;
}
.hero h1 .hl { color: var(--ember-400); position: relative; white-space: nowrap; }
.hero h1 .hl .squiggle { position: absolute; left: 0; right: 0; bottom: -8px; width: 100%; height: 10px; }
.hero .lede {
  color: var(--fg-on-dark-soft);
  max-width: 520px; font-size: 18px; line-height: 1.55;
  margin: 0 0 32px;
}
.hero .cta-cluster { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.hero .trust-strip {
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.10);
  display: flex; flex-wrap: wrap; gap: 24px 32px;
  font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--fg-on-dark-soft);
  position: relative; z-index: 2;
}
.hero .trust-strip .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--ember-400); display: inline-block; margin-right: 10px; vertical-align: middle; }

/* Hero visual: phone + kiosk + dashboard */
.hero-visual { position: relative; min-height: 520px; }
.phone {
  position: absolute; left: 0; top: 20px;
  width: 240px; height: 488px;
  background: #0A0A0A;
  border-radius: 44px;
  padding: 8px;
  box-shadow: 0 30px 60px rgba(0,0,0,.45), 0 0 0 1px rgba(255,255,255,.08) inset;
  z-index: 3;
  transform: rotate(-4deg);
}
.phone-screen {
  width: 100%; height: 100%;
  background: linear-gradient(160deg, #1a2540 0%, #0a1628 100%);
  border-radius: 36px;
  position: relative; overflow: hidden;
  display: flex; flex-direction: column;
}
.phone-notch {
  position: absolute; top: 8px; left: 50%; transform: translateX(-50%);
  width: 90px; height: 26px; background: #000; border-radius: 14px; z-index: 2;
}
.phone-time {
  font-family: var(--display); font-weight: 600; font-size: 13px; color: #fff;
  position: absolute; top: 14px; left: 22px; z-index: 2;
}
.phone-icons {
  position: absolute; top: 14px; right: 22px; z-index: 2;
  display: flex; gap: 4px; align-items: center; color: #fff;
}
.wallet-pass {
  margin: 56px 14px 0;
  background: linear-gradient(135deg, var(--ember-500) 0%, #B6391A 100%);
  border-radius: 18px;
  padding: 18px 18px 16px;
  position: relative;
  box-shadow: 0 12px 24px rgba(0,0,0,.35);
}
.wallet-pass .wp-top { display: flex; justify-content: space-between; align-items: flex-start; }
.wallet-pass .wp-brand {
  font-family: var(--mono); font-size: 9px; letter-spacing: .18em; text-transform: uppercase;
  color: rgba(255,255,255,.85);
}
.wallet-pass .wp-name {
  font-family: var(--display); font-weight: 700; font-size: 18px; line-height: 1.05; color: #fff;
  margin: 6px 0 0;
}
.wallet-pass .wp-logo { width: 26px; height: 26px; border-radius: 7px; background: rgba(255,255,255,.18); display: grid; place-items: center; color: #fff; font-family: var(--display); font-weight: 700; font-size: 13px; }
.wallet-pass .wp-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 16px; }
.wallet-pass .wp-meta .lbl { font-family: var(--mono); font-size: 8px; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.7); }
.wallet-pass .wp-meta .val { font-family: var(--display); font-weight: 600; font-size: 13px; color: #fff; margin-top: 2px; }
.wallet-pass .wp-bar { display: flex; justify-content: space-between; align-items: center; margin-top: 18px; padding-top: 14px; border-top: 1px dashed rgba(255,255,255,.30); }
.wallet-pass .wp-attendee { color: #fff; font-size: 12px; font-weight: 500; }
.wallet-pass .wp-qr { width: 38px; height: 38px; background: #fff; border-radius: 6px; padding: 4px; }

.phone-update {
  margin: 14px 14px 0;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  padding: 10px 12px;
  display: flex; gap: 10px; align-items: flex-start;
}
.phone-update .pu-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--ember-400); margin-top: 6px; flex: none; box-shadow: 0 0 0 4px rgba(238,90,36,.15); }
.phone-update .pu-title { font-size: 11px; color: #fff; font-weight: 600; }
.phone-update .pu-body { font-size: 10px; color: rgba(255,255,255,.65); line-height: 1.4; margin-top: 2px; }

.kiosk {
  position: absolute; right: 0; top: 0;
  width: 320px;
  background: var(--paper);
  border-radius: 20px;
  box-shadow: 0 30px 60px rgba(0,0,0,.35);
  overflow: hidden;
  z-index: 2;
  transform: rotate(3deg);
}
.kiosk-bar {
  background: var(--ink-900); padding: 10px 14px;
  display: flex; align-items: center; justify-content: space-between;
  color: #fff;
}
.kiosk-bar .k-brand { display: flex; align-items: center; gap: 8px; font-family: var(--display); font-weight: 600; font-size: 13px; }
.kiosk-bar .k-status { font-family: var(--mono); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; color: var(--ember-300); display: flex; align-items: center; gap: 6px; }
.kiosk-bar .k-status::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #4ADE80; box-shadow: 0 0 8px #4ADE80; }
.kiosk-body { padding: 22px 20px 24px; text-align: center; }
.kiosk-body .k-eyebrow { font-family: var(--mono); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--fg-3); }
.kiosk-body .k-h { font-family: var(--display); font-weight: 700; font-size: 22px; color: var(--ink-900); margin: 6px 0 14px; letter-spacing: -.01em; line-height: 1.1; }
.kiosk-body .k-tap {
  width: 88px; height: 88px; margin: 0 auto;
  border-radius: 50%; background: var(--ember-50);
  display: grid; place-items: center;
  position: relative;
}
.kiosk-body .k-tap::before, .kiosk-body .k-tap::after {
  content: ""; position: absolute; inset: 0;
  border-radius: 50%; border: 2px solid var(--ember-400);
  animation: ripple 2.2s ease-out infinite;
}
.kiosk-body .k-tap::after { animation-delay: 1.1s; }
@keyframes ripple {
  0%   { transform: scale(.6); opacity: 1; }
  100% { transform: scale(1.7); opacity: 0; }
}
.kiosk-body .k-tap-icon {
  width: 48px; height: 48px; border-radius: 50%; background: var(--ember-500); color: #fff;
  display: grid; place-items: center;
}
.kiosk-body .k-name { font-family: var(--display); font-weight: 600; font-size: 15px; color: var(--ink-900); margin-top: 14px; }
.kiosk-body .k-sub { font-size: 12px; color: var(--fg-2); margin-top: 4px; }
.kiosk-body .k-counter {
  margin-top: 18px; padding: 12px; background: var(--paper-2); border-radius: 12px;
  display: flex; justify-content: space-between; align-items: center;
}
.kiosk-body .k-counter .num { font-family: var(--display); font-weight: 700; font-size: 18px; color: var(--ink-900); }
.kiosk-body .k-counter .lbl { font-family: var(--mono); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; color: var(--fg-3); }

.dash-strip {
  position: absolute; bottom: 0; left: 24px; right: 0;
  background: var(--paper);
  border-radius: 16px;
  padding: 14px 18px;
  box-shadow: 0 20px 40px rgba(0,0,0,.30);
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  z-index: 4;
}
.dash-strip .ds-cell .lbl {
  font-family: var(--mono); font-size: 9px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--fg-3);
}
.dash-strip .ds-cell .val {
  font-family: var(--display); font-weight: 700; font-size: 22px; color: var(--ink-900);
  letter-spacing: -.02em; margin-top: 4px;
  font-variant-numeric: tabular-nums;
}
.dash-strip .ds-cell .delta {
  font-family: var(--mono); font-size: 9px; letter-spacing: .14em;
  color: #18a957; margin-top: 2px;
}

/* ——— Section blocks ——— */
.block {
  background: var(--paper);
  border-radius: var(--r-lg);
  padding: 56px 48px;
  box-shadow: var(--shadow-1);
}
.block.dark { background: var(--ink-900); color: var(--fg-on-dark); }
.block.peach {
  background: linear-gradient(180deg, var(--ember-100), var(--ember-50));
}

.sec-head { margin-bottom: 40px; }
.sec-head .row { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.sec-num { font-family: var(--mono); font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: var(--ember-500); }
.sec-num.on-dark { color: var(--ember-400); }
.sec-title {
  font-family: var(--display); font-weight: 700;
  font-size: 44px; letter-spacing: -.022em; line-height: 1.05;
  margin: 10px 0 0;
  max-width: 760px;
  text-wrap: balance;
}
.sec-title.lg { font-size: 52px; }
.sec-title .em { color: var(--ember-500); font-style: italic; }
.sec-title .em.on-dark { color: var(--ember-400); }
.sec-sub { color: var(--fg-2); max-width: 520px; margin: 16px 0 0; font-size: 16px; line-height: 1.55; }
.sec-sub.on-dark { color: var(--fg-on-dark-soft); }

/* ——— Problem 3-up ——— */
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 8px; }
.problem-card {
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 32px 28px;
  display: flex; flex-direction: column; gap: 14px;
  transition: border-color .2s ease, background-color .2s ease;
}
.problem-card:hover { border-color: var(--fg-3); background: var(--paper); }
.problem-card .pc-tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--mono); font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--fg-3);
}
.problem-card .pc-tag .num {
  width: 22px; height: 22px; border-radius: 6px; background: var(--ink-900); color: #fff;
  display: inline-grid; place-items: center;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0;
}
.problem-card h4 {
  font-family: var(--display); font-weight: 700; font-size: 22px; line-height: 1.15;
  margin: 0; color: var(--ink-900); letter-spacing: -.01em;
}
.problem-card p { margin: 0; color: var(--fg-2); font-size: 14.5px; line-height: 1.55; }
.problem-card .pc-stat {
  margin-top: auto; padding-top: 14px; border-top: 1px dashed var(--line);
  font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ember-500);
}
.problem-closing {
  margin-top: 36px; text-align: center;
  font-family: var(--display); font-size: 24px; font-style: italic; font-weight: 500;
  color: var(--ink-900); letter-spacing: -.01em;
}
.problem-closing .em { color: var(--ember-500); font-weight: 700; }

/* ——— Products (3 columns, expanded) ——— */
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-card {
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 32px 28px 28px;
  display: flex; flex-direction: column; gap: 18px;
  position: relative;
  transition: border-color .18s ease, transform .18s ease;
}
.product-card.featured {
  background: var(--ink-900); color: var(--fg-on-dark); border-color: var(--ink-700);
}
.product-card .pc-head { display: flex; align-items: center; gap: 12px; }
.product-card .ico {
  width: 44px; height: 44px; border-radius: 12px;
  display: grid; place-items: center; color: #fff; flex: none;
  box-shadow: var(--shadow-icon);
}
.product-card .pc-eyebrow {
  font-family: var(--mono); font-size: 11px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--ember-500);
}
.product-card.featured .pc-eyebrow { color: var(--ember-400); }
.product-card h3 {
  font-family: var(--display); font-weight: 700; font-size: 24px; letter-spacing: -.01em;
  line-height: 1.18; margin: 0; color: var(--ink-900);
}
.product-card.featured h3 { color: #fff; }
.product-card .pc-tag-line {
  font-family: var(--display); font-weight: 600; font-size: 16px;
  color: var(--ember-500); line-height: 1.35; letter-spacing: -.005em;
}
.product-card.featured .pc-tag-line { color: var(--ember-400); }
.product-card .pc-body { font-size: 14.5px; color: var(--fg-2); line-height: 1.55; margin: 0; }
.product-card.featured .pc-body { color: var(--fg-on-dark-soft); }
.product-card ul.pc-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.product-card ul.pc-list li {
  font-size: 13.5px; color: var(--fg-2); padding-left: 22px; position: relative; line-height: 1.5;
}
.product-card.featured ul.pc-list li { color: var(--fg-on-dark-soft); }
.product-card ul.pc-list li::before {
  content: ""; position: absolute; left: 0; top: 8px;
  width: 12px; height: 2px; background: var(--ember-500); border-radius: 2px;
}
.product-card .pc-price {
  margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line);
  display: flex; align-items: baseline; justify-content: space-between; gap: 12px; flex-wrap: wrap;
}
.product-card.featured .pc-price { border-top-color: rgba(255,255,255,.10); }
.product-card .pc-price .from { font-family: var(--mono); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--fg-3); }
.product-card.featured .pc-price .from { color: var(--fg-on-dark-soft); }
.product-card .pc-price .amt { font-family: var(--display); font-weight: 700; font-size: 18px; color: var(--ink-900); letter-spacing: -.01em; }
.product-card.featured .pc-price .amt { color: #fff; }
.product-card .pc-cta { margin-top: 14px; }
.product-card .pc-flag {
  position: absolute; top: -10px; right: 22px;
  background: var(--ember-500); color: #fff;
  font-family: var(--mono); font-size: 10px; letter-spacing: .18em; text-transform: uppercase;
  padding: 5px 10px; border-radius: var(--r-pill);
}

/* ——— Combined gap-and-answer grid ——— */
.gap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 8px;
  align-items: stretch;
}
.gap-grid .problem-card,
.gap-grid .product-card { height: 100%; }
.gap-grid .gap-divider {
  grid-column: 1 / -1;
  display: flex; align-items: center; gap: 14px;
  margin: 12px 0 4px;
  font-family: var(--mono); font-size: 11px; letter-spacing: .2em;
  text-transform: uppercase; color: var(--ember-500);
}
.gap-grid .gap-divider::before,
.gap-grid .gap-divider::after {
  content: ""; flex: 1; height: 1px; background: var(--line);
}

/* ——— Dollar-cost rating (replaces .pc-stat on problem cards) ——— */
.problem-card .pc-cost {
  margin-top: auto; padding-top: 14px;
  border-top: 1px dashed var(--line);
  display: flex; align-items: baseline; justify-content: space-between; gap: 12px;
}
.problem-card .pc-cost-label {
  font-family: var(--mono); font-size: 11px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--fg-3);
}
.problem-card .pc-cost-dots {
  font-family: var(--display); font-weight: 700; font-size: 18px;
  letter-spacing: .04em; line-height: 1;
}
.problem-card .pc-cost-dots .dollar.on  { color: var(--ember-500); }
.problem-card .pc-cost-dots .dollar.off { color: var(--paper-3); }

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

/* ——— Fan journey poster + peeking carousel ——— */
.fan-journey {
  background: #fffbf4;
  border: 2px solid var(--ink-900);
  box-shadow: 10px 10px 0 var(--ink-900);
  overflow: clip;
}
.fj-stage {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
}
.fj-poster-frame {
  margin: 0;
  max-width: 360px;
  justify-self: start;
  padding: 10px;
  border: 2px solid var(--ink-900);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 8px 8px 0 var(--ember-500);
  transform: rotate(-1.2deg);
}
.fj-poster-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  object-position: center top;
  border: 2px solid var(--ink-900);
  border-radius: 6px;
}
.fj-poster-frame figcaption {
  margin-top: 10px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .16em;
  line-height: 1.35;
  text-transform: uppercase;
  color: var(--fg-2);
}
.fj-carousel-area {
  min-width: 0;
}
.fj-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}
.fj-controls-label,
.fj-controls-count {
  display: block;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.fj-controls-label { color: var(--fg-3); }
.fj-controls-count {
  margin-top: 4px;
  color: var(--ink-900);
}
.fj-control-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}
.fj-nav-btn {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border: 2px solid var(--ink-900);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink-900);
  box-shadow: 4px 4px 0 var(--ink-900);
  font-family: var(--display);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease;
}
.fj-nav-btn:hover,
.fj-nav-btn:focus-visible {
  background: var(--ember-100);
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 var(--ink-900);
}
.fj-viewport {
  margin: 0 -28px;
  padding: 8px 28px 24px;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 28px;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
}
.fj-viewport::-webkit-scrollbar { display: none; }
.fj-track {
  min-width: max-content;
  display: flex;
  align-items: stretch;
  gap: 18px;
}
.fj-card {
  flex: 0 0 390px;
  display: flex;
  flex-direction: column;
  scroll-snap-align: center;
  border: 2px solid var(--ink-900);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 6px 6px 0 var(--ink-900);
  overflow: hidden;
  outline: none;
  transition: transform .18s ease, box-shadow .18s ease;
}
.fj-card.is-active,
.fj-card:focus-visible {
  transform: translateY(-6px);
  box-shadow: 8px 8px 0 var(--ember-500), 11px 11px 0 var(--ink-900);
}
.fj-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-bottom: 2px solid var(--ink-900);
  background: var(--ink-900);
}
.fj-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fj-card-body {
  flex: 1;
  min-height: 244px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.fj-card-top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.fj-step {
  width: 44px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border: 2px solid var(--ink-900);
  border-radius: 6px;
  background: var(--ember-500);
  color: #fff;
  font-family: var(--display);
  font-weight: 800;
  font-size: 19px;
  line-height: 1;
  box-shadow: 3px 3px 0 var(--ink-900);
}
.fj-card:nth-child(2) .fj-step,
.fj-card:nth-child(6) .fj-step {
  background: var(--acc-cyan);
  color: var(--ink-900);
}
.fj-card:nth-child(3) .fj-step {
  background: #FFD23F;
  color: var(--ink-900);
}
.fj-card:nth-child(5) .fj-step {
  background: var(--acc-pink);
  color: #fff;
}
.fj-eyebrow {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .18em;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--fg-3);
}
.fj-card h3 {
  margin: 0;
  font-family: var(--display);
  font-weight: 800;
  font-size: 23px;
  line-height: 1.14;
  letter-spacing: 0;
  color: var(--ink-900);
}
.fj-card p {
  margin: 0;
  color: var(--fg-2);
  font-size: 14.5px;
  line-height: 1.55;
}
.fj-metric {
  margin-top: auto;
  padding-top: 13px;
  border-top: 2px dashed var(--line);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ember-500);
}
.fj-progress {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}
.fj-progress button {
  min-width: 42px;
  height: 34px;
  border: 2px solid var(--ink-900);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink-900);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .08em;
  cursor: pointer;
  box-shadow: 3px 3px 0 var(--ink-900);
  transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease;
}
.fj-progress button.is-active,
.fj-progress button:hover,
.fj-progress button:focus-visible {
  background: var(--ember-500);
  color: #fff;
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0 var(--ink-900);
}

@media (max-width: 1120px) {
  .fj-stage {
    grid-template-columns: 1fr;
  }
  .fj-poster-frame {
    max-width: 340px;
  }
}

@media (max-width: 640px) {
  .fan-journey {
    box-shadow: 5px 5px 0 var(--ink-900);
  }
  .fj-stage {
    gap: 24px;
  }
  .fj-poster-frame {
    max-width: 280px;
    justify-self: center;
    transform: none;
    box-shadow: 5px 5px 0 var(--ember-500);
  }
  .fj-controls {
    align-items: flex-start;
    flex-direction: column;
  }
  .fj-viewport {
    margin: 0 -20px;
    padding: 6px 20px 20px;
    scroll-padding-inline: 20px;
  }
  .fj-track {
    gap: 14px;
  }
  .fj-card {
    flex-basis: 82vw;
  }
  .fj-card-body {
    min-height: 254px;
    padding: 18px;
  }
  .fj-card h3 {
    font-size: 20px;
  }
  .fj-card p {
    font-size: 14px;
  }
}

/* ——— Compare table ——— */
.compare-wrap { margin-top: 8px; }
.compare {
  display: grid; grid-template-columns: 220px repeat(3, 1fr);
  border-radius: var(--r-lg); overflow: hidden;
  border: 1px solid var(--line); background: var(--paper);
}
.compare > div { padding: 18px 22px; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); display: flex; align-items: center; }
.compare > div:nth-child(4n) { border-right: 0; }
.compare > div.row-last { border-bottom: 0; }
.compare .col-head {
  background: var(--paper-2);
  flex-direction: column; align-items: flex-start; gap: 4px;
  padding: 22px;
}
.compare .col-head .ch-label {
  font-family: var(--mono); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--fg-3);
}
.compare .col-head .ch-name {
  font-family: var(--display); font-weight: 700; font-size: 18px; color: var(--ink-900); letter-spacing: -.01em;
}
.compare .col-head.ours { background: var(--ink-900); }
.compare .col-head.ours .ch-label { color: var(--ember-400); }
.compare .col-head.ours .ch-name { color: #fff; }
.compare .col-head.ours .ch-tag {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--mono); font-size: 10px; letter-spacing: .18em; text-transform: uppercase;
  background: var(--ember-500); color: #fff; padding: 4px 8px; border-radius: var(--r-pill); margin-top: 4px;
}
.compare .row-label {
  background: var(--paper-2);
  font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--fg-3);
}
.compare .cell { font-size: 14px; color: var(--fg-2); line-height: 1.4; }
.compare .cell.ours { background: rgba(238,90,36,.045); color: var(--ink-900); font-weight: 500; }
.compare .cell.ours strong { color: var(--ember-500); font-weight: 700; }
.compare-closing {
  margin-top: 28px; text-align: center;
  font-family: var(--display); font-size: 20px; font-style: italic; color: var(--fg-2);
  letter-spacing: -.01em; max-width: 720px; margin-left: auto; margin-right: auto;
  text-wrap: balance;
}

/* ——— Wallet pass demo widget ——— */
.demo-wp-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; margin-top: 32px; }
.demo-wp-controls { display: flex; flex-direction: column; gap: 22px; }
.demo-wp-controls .ctrl-row { display: grid; grid-template-columns: 130px 1fr; gap: 16px; align-items: center; }
.demo-wp-controls .ctrl-row .lbl {
  font-family: var(--mono); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--fg-3);
}
.demo-wp-controls input[type="text"] {
  width: 100%; padding: 12px 14px; border-radius: var(--r-pill);
  border: 1px solid var(--line); background: var(--paper);
  font-family: var(--body); font-size: 14px; color: var(--ink-900);
  transition: border-color .18s ease;
}
.demo-wp-controls input[type="text"]:focus { outline: none; border-color: var(--ember-500); }
.demo-wp-controls .swatches { display: flex; gap: 10px; }
.demo-wp-controls .swatch {
  width: 30px; height: 30px; border-radius: 50%; cursor: pointer; border: 2px solid transparent;
  transition: border-color .18s ease, transform .18s ease;
  position: relative;
}
.demo-wp-controls .swatch.active { border-color: var(--ink-900); transform: scale(1.05); }
.demo-wp-controls .seg {
  display: inline-flex; padding: 4px; border-radius: var(--r-pill);
  background: var(--paper-2); border: 1px solid var(--line); gap: 2px;
}
.demo-wp-controls .seg button {
  border: 0; background: transparent; padding: 8px 14px; border-radius: var(--r-pill);
  font-family: var(--body); font-size: 13px; font-weight: 500; color: var(--fg-2); cursor: pointer;
  transition: background-color .18s ease, color .18s ease;
}
.demo-wp-controls .seg button.active { background: var(--paper); color: var(--ink-900); box-shadow: var(--shadow-1); }
.demo-wp-update {
  background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 16px 18px; margin-top: 4px;
}
.demo-wp-update .du-label { font-family: var(--mono); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--fg-3); margin-bottom: 8px; }
.demo-wp-update textarea {
  width: 100%; min-height: 64px; resize: none;
  border: 0; background: transparent; outline: none;
  font-family: var(--body); font-size: 14px; color: var(--ink-900); line-height: 1.5;
}
.demo-wp-update .du-row { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 8px; }
.demo-wp-update .du-tip { font-size: 12px; color: var(--fg-3); }

.demo-wp-stage {
  position: relative;
  display: flex; justify-content: center; align-items: center;
  min-height: 540px;
}
.demo-phone {
  width: 280px; height: 568px;
  background: #0A0A0A;
  border-radius: 48px;
  padding: 9px;
  box-shadow: 0 30px 60px rgba(10,22,40,.30), 0 0 0 1px rgba(0,0,0,.12);
}
.demo-phone-screen {
  width: 100%; height: 100%; background: var(--ink-900);
  border-radius: 40px; position: relative; overflow: hidden;
  display: flex; flex-direction: column; padding: 0 0 14px;
}
.demo-phone-screen .dp-notch {
  position: absolute; top: 10px; left: 50%; transform: translateX(-50%);
  width: 100px; height: 28px; background: #000; border-radius: 16px; z-index: 4;
}
.demo-phone-screen .dp-bar {
  position: absolute; top: 16px; left: 26px; right: 26px;
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--display); font-weight: 600; font-size: 13px; color: #fff; z-index: 3;
}
.demo-phone-screen .dp-app-head {
  margin-top: 60px; padding: 0 22px;
  display: flex; align-items: center; justify-content: space-between;
}
.demo-phone-screen .dp-app-head .h-l { font-family: var(--display); font-weight: 700; font-size: 22px; color: #fff; letter-spacing: -.01em; }
.demo-phone-screen .dp-app-head .h-r { color: rgba(255,255,255,.5); }

.demo-pass {
  margin: 18px 16px 0;
  padding: 18px 18px 14px;
  border-radius: 22px;
  position: relative;
  box-shadow: 0 16px 32px rgba(0,0,0,.35);
  transition: background 0.4s ease, transform 0.4s ease;
  transform-origin: center;
}
.demo-pass.shake { animation: shake .55s ease; }
@keyframes shake {
  0%, 100% { transform: translateX(0); }
  18% { transform: translateX(-5px) rotate(-.6deg); }
  35% { transform: translateX(4px) rotate(.6deg); }
  55% { transform: translateX(-3px); }
  75% { transform: translateX(2px); }
}
.demo-pass .dp-top { display: flex; justify-content: space-between; align-items: flex-start; }
.demo-pass .dp-brand-block .dp-eb {
  font-family: var(--mono); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.85);
}
.demo-pass .dp-brand-block .dp-name {
  font-family: var(--display); font-weight: 700; font-size: 19px; color: #fff; line-height: 1.05; margin-top: 6px;
  letter-spacing: -.005em;
}
.demo-pass .dp-logo {
  width: 30px; height: 30px; border-radius: 8px; background: rgba(255,255,255,.18);
  display: grid; place-items: center; color: #fff; font-family: var(--display); font-weight: 700; font-size: 14px;
}
.demo-pass .dp-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 18px; }
.demo-pass .dp-meta .lbl { font-family: var(--mono); font-size: 8.5px; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.7); }
.demo-pass .dp-meta .val { font-family: var(--display); font-weight: 600; font-size: 14px; color: #fff; margin-top: 3px; letter-spacing: -.005em; }
.demo-pass .dp-bottom {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 18px; padding-top: 14px; border-top: 1px dashed rgba(255,255,255,.30);
}
.demo-pass .dp-attendee { color: #fff; font-size: 13px; font-weight: 500; }
.demo-pass .dp-qr { width: 42px; height: 42px; background: #fff; border-radius: 6px; padding: 4px; }

.demo-update-banner {
  margin: 14px 14px 0;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  padding: 12px 14px;
  display: flex; gap: 12px; align-items: flex-start;
  opacity: 0; transform: translateY(8px);
  transition: opacity .35s ease, transform .35s ease;
}
.demo-update-banner.show { opacity: 1; transform: translateY(0); }
.demo-update-banner .bnr-dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--ember-400); margin-top: 5px; flex: none;
  box-shadow: 0 0 0 4px rgba(238,90,36,.20);
}
.demo-update-banner .bnr-title { font-size: 11px; font-weight: 600; color: #fff; }
.demo-update-banner .bnr-body { font-size: 11px; color: rgba(255,255,255,.7); margin-top: 3px; line-height: 1.45; }

.demo-fab {
  position: absolute; right: 12px; bottom: 86px;
  background: var(--paper); color: var(--ink-900);
  border-radius: var(--r-pill); padding: 8px 14px;
  font-family: var(--mono); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; font-weight: 500;
  box-shadow: var(--shadow-2);
  display: flex; align-items: center; gap: 8px;
  cursor: pointer; border: 0;
  transition: transform .15s ease;
}
.demo-fab:hover { transform: translateY(-2px); }
.demo-fab .fab-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--ember-500); }

/* ——— Sponsor ROI calculator ——— */
.roi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: stretch; margin-top: 32px; }
.roi-controls { display: flex; flex-direction: column; gap: 22px; }
.roi-row { display: flex; flex-direction: column; gap: 10px; }
.roi-row .row-head { display: flex; justify-content: space-between; align-items: baseline; }
.roi-row .lbl {
  font-family: var(--mono); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--fg-3);
}
.roi-row .val {
  font-family: var(--display); font-weight: 700; font-size: 26px; color: var(--ink-900); letter-spacing: -.015em;
  font-variant-numeric: tabular-nums;
}
.roi-slider {
  -webkit-appearance: none; appearance: none;
  width: 100%; height: 4px;
  background: var(--paper-3); border-radius: 999px;
  outline: none; cursor: pointer;
}
.roi-slider::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--ember-500);
  border: 3px solid #fff;
  box-shadow: 0 2px 6px rgba(10,22,40,.25);
  cursor: pointer;
}
.roi-slider::-moz-range-thumb {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--ember-500); border: 3px solid #fff;
  box-shadow: 0 2px 6px rgba(10,22,40,.25); cursor: pointer;
}

.roi-result {
  background: var(--ink-900); color: var(--fg-on-dark);
  border-radius: var(--r-lg);
  padding: 32px;
  display: flex; flex-direction: column; gap: 24px;
  position: relative; overflow: hidden;
}
.roi-result .roi-tag {
  font-family: var(--mono); font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--ember-400);
}
.roi-result h4 {
  font-family: var(--display); font-weight: 700; font-size: 24px; line-height: 1.2;
  letter-spacing: -.01em; margin: 0; color: #fff;
}
.roi-bigstat {
  display: flex; align-items: baseline; gap: 12px;
  padding: 18px 0; border-top: 1px solid rgba(255,255,255,.10); border-bottom: 1px solid rgba(255,255,255,.10);
}
.roi-bigstat .num {
  font-family: var(--display); font-weight: 800; font-size: 56px; line-height: 1; color: var(--ember-400);
  letter-spacing: -.025em; font-variant-numeric: tabular-nums;
}
.roi-bigstat .unit { font-family: var(--mono); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--fg-on-dark-soft); }
.roi-breakdown { display: flex; flex-direction: column; gap: 10px; }
.roi-breakdown .br-row {
  display: flex; justify-content: space-between; align-items: baseline; gap: 12px;
  font-size: 13.5px;
}
.roi-breakdown .br-row .br-l { color: var(--fg-on-dark-soft); }
.roi-breakdown .br-row .br-r { font-family: var(--display); font-weight: 600; color: #fff; font-variant-numeric: tabular-nums; }
.roi-breakdown .br-row.total { padding-top: 12px; border-top: 1px dashed rgba(255,255,255,.15); }
.roi-breakdown .br-row.total .br-l { color: #fff; font-weight: 600; }
.roi-breakdown .br-row.total .br-r { color: var(--ember-400); font-size: 18px; }
.roi-foot { font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--fg-on-dark-soft); }

/* --- Real case studies --- */
.case-studies {
  padding: 56px 48px;
  overflow: hidden;
  background: var(--ink-900);
  scroll-margin-top: 96px;
}
.proof-head .proof-row {
  display: grid;
  grid-template-columns: minmax(280px, .95fr) minmax(360px, .9fr);
  align-items: center;
  gap: 48px;
}
.proof-head .sec-title {
  max-width: 580px;
  margin: 0;
}
.proof-kicker .sec-sub {
  margin-top: 26px;
  max-width: 500px;
}
.case-grid {
  display: grid; grid-template-columns: minmax(0, 1.45fr) repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}
.case-card {
  min-width: 0;
  overflow: hidden;
  border-radius: var(--r-lg);
  border: 1px solid rgba(255,255,255,.09);
  background: rgba(255,255,255,.045);
  display: flex; flex-direction: column;
}
.case-visual {
  height: 310px;
  position: relative;
  overflow: hidden;
  background: #071120;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.case-browser-bar {
  position: absolute; z-index: 3; left: 18px; right: 18px; top: 18px;
  height: 28px; border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
  display: flex; align-items: center; gap: 6px; padding: 0 12px;
}
.case-browser-bar span {
  width: 7px; height: 7px; border-radius: 50%;
  background: rgba(255,255,255,.42);
}
.case-ticket-stage {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 24% 12%, rgba(238,90,36,.22), transparent 30%),
    linear-gradient(180deg, #050505, #151515);
}
.case-ticket-desktop {
  position: absolute; left: 24px; top: 58px;
  width: 74%; height: 230px;
  object-fit: cover; object-position: top center;
  border-radius: 12px;
  box-shadow: 0 18px 38px rgba(0,0,0,.42);
  border: 1px solid rgba(255,255,255,.10);
}
.case-ticket-mobile {
  position: absolute; right: 20px; bottom: 16px;
  width: 26%; height: 214px;
  object-fit: cover; object-position: top center;
  border-radius: 18px;
  box-shadow: 0 20px 42px rgba(0,0,0,.50);
  border: 6px solid #111;
}
.case-visual-passport {
  background:
    linear-gradient(180deg, rgba(7,17,32,.08), rgba(7,17,32,.72)),
    url("assets/case-studies/switchplay-wave-bg.png") center/cover;
  display: grid; place-items: center;
  padding: 18px;
}
.case-passport-mock {
  position: relative;
  width: min(250px, 86%);
  min-height: 272px;
  border-radius: 30px;
  padding: 28px 22px 22px;
  background: rgba(0,0,0,.28);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 24px 60px rgba(0,0,0,.45);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.case-passport-logo {
  display: block;
  width: 78%;
  max-height: 58px;
  object-fit: contain;
  margin: 0 auto 18px;
}
.case-passport-count {
  position: absolute; top: 16px; right: 16px;
  font-family: var(--mono); font-size: 8px; letter-spacing: .14em;
  text-transform: uppercase; color: rgba(255,255,255,.62);
}
.case-stamp-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.case-stamp {
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid; place-items: center;
  padding: 10px;
  box-shadow: inset 0 0 18px rgba(255,255,255,.22), 0 0 18px rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.40);
}
.case-stamp img { max-width: 90%; max-height: 48%; object-fit: contain; }
.case-stamp span {
  color: #111; font-family: var(--display); font-weight: 800;
  font-size: 10px; letter-spacing: .02em; text-align: center;
}
.case-stamp.fitbar { background: linear-gradient(135deg, #fff4b8, #f4d35e 52%, #6ee7b7); }
.case-stamp.sunsilk { background: linear-gradient(135deg, #ffe0f7, #f7b5ff 52%, #d5c0ff); }
.case-stamp.vaseline { background: linear-gradient(135deg, #dff5ff, #9bd9ff 52%, #5ba7ff); }
.case-stamp.awr { background: linear-gradient(135deg, #ffd8e8, #ffba6f 52%, #d6c3ff); }
.case-stamp.ponds { background: linear-gradient(135deg, #ffe1ef, #ffb1d4 52%, #fff5fb); }
.case-stamp.goodday { background: linear-gradient(135deg, #d8f4ff, #8bdcff 45%, #ffe979); }
.case-passport-prize {
  margin-top: 16px;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255,255,255,.12);
  color: rgba(255,255,255,.86);
  border: 1px solid rgba(255,255,255,.16);
  font-family: var(--mono); font-size: 9px; letter-spacing: .14em;
  text-transform: uppercase; text-align: center;
}
.case-visual-gcash {
  background:
    radial-gradient(circle at 82% 18%, rgba(81,143,251,.30), transparent 26%),
    linear-gradient(135deg, #1972F9 0%, #0B2757 100%);
}
.case-gcash-admin {
  position: absolute; left: 18px; top: 24px;
  width: 78%; height: 178px;
  object-fit: cover; object-position: top left;
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(4,20,47,.35);
  border: 1px solid rgba(255,255,255,.22);
}
.case-gcash-phone {
  position: absolute;
  width: 28%; height: 214px;
  object-fit: cover; object-position: top center;
  border-radius: 20px;
  border: 7px solid #04142F;
  box-shadow: 0 22px 52px rgba(4,20,47,.45);
}
.case-gcash-phone.phone-one { right: 46px; bottom: 14px; }
.case-gcash-phone.phone-two { right: 14px; bottom: 42px; opacity: .92; transform: rotate(4deg); }
.case-card-body {
  padding: 24px;
  display: flex; flex-direction: column; gap: 14px;
  flex: 1;
}
.case-eyebrow {
  font-family: var(--mono); font-size: 10px; letter-spacing: .20em;
  text-transform: uppercase; color: var(--ember-400);
}
.case-card h3,
.case-ops-band h3 {
  margin: 0;
  font-family: var(--display); font-weight: 700;
  letter-spacing: -.015em; line-height: 1.15;
  color: #fff;
}
.case-card h3 { font-size: 23px; }
.case-card p {
  margin: 0;
  color: var(--fg-on-dark-soft);
  line-height: 1.55;
}
.case-chip-row {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-top: auto;
}
.case-chip-row span,
.case-layer-grid span {
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.76);
  font-family: var(--mono); font-size: 9px; letter-spacing: .14em;
  text-transform: uppercase;
  padding: 7px 9px;
}
.case-result {
  border-top: 1px dashed rgba(255,255,255,.12);
  padding-top: 13px;
  color: #fff;
  font-family: var(--display);
  font-size: 15px;
  font-style: italic;
  line-height: 1.45;
}
.case-link {
  align-self: flex-start;
  color: #fff;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .16em;
  text-decoration: none;
  text-transform: uppercase;
}
.case-link:hover,
.case-link:focus-visible {
  color: var(--ember-400);
  outline: none;
}
.case-ops-band {
  margin-top: 28px;
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 28px;
  display: grid; grid-template-columns: minmax(260px, .78fr) 1.22fr;
  gap: 28px; align-items: center;
}
.case-ops-band h3 { font-size: 24px; margin-top: 8px; }
.case-layer-grid {
  display: flex; flex-wrap: wrap; gap: 10px;
  justify-content: flex-end;
}

@media (max-width: 1120px) {
  .case-grid { grid-template-columns: 1fr; }
  .case-visual { height: 360px; }
  .case-gcash-admin { height: 220px; }
  .case-gcash-phone { width: 150px; }
}

@media (max-width: 720px) {
  .case-studies { padding: 40px 24px; }
  .case-visual { height: 320px; }
  .case-card-body { padding: 20px; }
  .case-ticket-desktop { width: 80%; left: 16px; }
  .case-ticket-mobile { width: 30%; right: 14px; }
  .case-gcash-admin { width: calc(100% - 32px); height: 172px; left: 16px; }
  .case-gcash-phone { width: 104px; height: 180px; }
  .case-gcash-phone.phone-one { right: 52px; }
  .case-gcash-phone.phone-two { right: 16px; }
  .case-ops-band { grid-template-columns: 1fr; }
  .case-layer-grid { justify-content: flex-start; }
}

/* Asset-rich case study previews */
.case-grid { margin-top: 30px; }
.case-visual-caption {
  position: absolute; left: 18px; bottom: 18px; z-index: 5;
  max-width: 220px;
  border-radius: 999px;
  background: rgba(10,14,22,.72);
  border: 1px solid rgba(255,255,255,.16);
  color: #fff;
  font-family: var(--mono); font-size: 9px; letter-spacing: .16em;
  text-transform: uppercase;
  padding: 9px 11px;
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.case-visual-tickets { background: #050505; }
.case-ticket-hero {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  opacity: .82;
}
.case-ticket-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.16) 48%, rgba(0,0,0,.72)),
    linear-gradient(180deg, rgba(0,0,0,.24), rgba(0,0,0,.82));
}
.case-ticket-logo {
  position: absolute; left: 18px; top: 18px; z-index: 2;
  width: 164px; height: 58px;
  object-fit: contain; object-position: left center;
  filter: invert(1);
}
.case-ticket-desktop {
  left: 24px; top: 88px; z-index: 3;
  width: 66%; height: 178px;
  box-shadow: 0 20px 44px rgba(0,0,0,.54);
  border-color: rgba(255,255,255,.18);
}
.case-ticket-mobile {
  right: 22px; bottom: 18px; z-index: 4;
  width: 26%; height: 218px;
  border-color: #080808;
}
.case-visual-passport {
  display: block; padding: 0;
  background:
    radial-gradient(circle at 78% 14%, rgba(255,255,255,.18), transparent 30%),
    linear-gradient(135deg, rgba(0,0,0,.25), rgba(0,0,0,.86)),
    url("assets/case-studies/switchplay-wave-bg.png") center/cover;
}
.case-passport-map {
  position: absolute; left: 22px; bottom: -76px;
  width: 154px; height: 336px;
  object-fit: cover; object-position: top center;
  border-radius: 26px;
  border: 7px solid #050505;
  box-shadow: 0 24px 62px rgba(0,0,0,.58);
}
.case-passport-panel {
  position: absolute; right: 20px; top: 26px;
  width: min(220px, 52%);
  border-radius: 24px;
  padding: 18px;
  background: rgba(0,0,0,.46);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 20px 52px rgba(0,0,0,.38);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.case-passport-panel .case-passport-logo {
  width: 100%;
  max-height: 58px;
  margin: 0;
  object-fit: contain; object-position: left center;
}
.case-passport-panel p {
  margin: 14px 0 0;
  color: rgba(255,255,255,.76);
  font-size: 12.5px; line-height: 1.45;
}
.case-sponsor-stack {
  display: flex; flex-wrap: wrap; gap: 7px;
  margin-top: 15px;
}
.case-sponsor-pill {
  width: 46px; height: 28px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  display: grid; place-items: center;
  padding: 6px;
}
.case-sponsor-pill img { max-width: 100%; max-height: 100%; object-fit: contain; }
.case-sponsor-pill.sunsilk { background: rgba(255,255,255,.92); }
.case-visual-gcash {
  background:
    radial-gradient(circle at 88% 14%, rgba(255,216,82,.42), transparent 28%),
    linear-gradient(135deg, #1972F9 0%, #0B2757 72%, #04142F 100%);
}
.case-gcash-banner {
  position: absolute; left: 18px; top: 18px;
  width: 58%; height: 94px;
  object-fit: cover; object-position: center;
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(4,20,47,.30);
  border: 1px solid rgba(255,255,255,.24);
}
.case-gcash-admin {
  left: 24px; top: auto; bottom: 26px;
  width: 68%; height: 172px;
}
.case-gcash-challenge-card {
  position: absolute; left: 58px; top: 104px;
  width: 56%; height: 94px;
  object-fit: cover; object-position: center;
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(4,20,47,.34);
  border: 1px solid rgba(255,255,255,.18);
}
.case-gcash-phone {
  right: 22px; bottom: 18px;
  width: 28%; height: 232px;
  border-radius: 22px;
}
.case-visual-electric-run {
  background: #05060c;
  isolation: isolate;
}
.case-visual-electric-run .case-visual-caption {
  left: 44%;
  bottom: 20px;
}
.case-electric-bg,
.case-electric-page,
.case-electric-kit,
.case-electric-logo,
.case-electric-sponsors,
.case-electric-scrim {
  position: absolute;
}
.case-electric-bg {
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .72;
  filter: saturate(1.1) contrast(1.05);
}
.case-electric-scrim {
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5,6,12,.78), rgba(5,6,12,.26) 48%, rgba(5,6,12,.86)),
    linear-gradient(180deg, rgba(5,6,12,.12), rgba(5,6,12,.76));
}
.case-electric-logo {
  z-index: 3;
  left: 44%;
  top: 30px;
  width: min(210px, 34%);
  height: auto;
  filter: drop-shadow(0 14px 30px rgba(0,0,0,.6));
}
.case-electric-page {
  z-index: 4;
  left: 24px;
  top: 26px;
  width: 36%;
  height: 328px;
  object-fit: cover;
  object-position: top center;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.20);
  box-shadow: 0 28px 70px rgba(0,0,0,.58);
}
.case-electric-kit {
  z-index: 4;
  right: 28px;
  bottom: -34px;
  width: min(248px, 25%);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 28px 70px rgba(0,0,0,.52);
}
.case-electric-sponsors {
  z-index: 3;
  left: 44%;
  right: 28px;
  bottom: 54px;
  width: auto;
  height: 18px;
  object-fit: contain;
  object-position: left center;
  opacity: .94;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.5));
}

@media (max-width: 1120px) {
  .case-ticket-logo { width: 190px; height: 66px; }
  .case-ticket-desktop { height: 220px; width: 68%; }
  .case-ticket-mobile { width: 150px; }
  .case-passport-map { width: 170px; height: 370px; }
  .case-passport-panel { width: 280px; }
  .case-gcash-admin { height: 218px; }
  .case-gcash-phone { width: 150px; height: 260px; }
  .case-gcash-challenge-card { height: 112px; }
  .case-card-electric-run .case-visual { height: 380px; }
  .case-electric-page { width: 42%; height: 334px; }
  .case-electric-logo { left: 50%; width: min(260px, 30%); }
  .case-electric-kit { width: min(232px, 28%); }
  .case-electric-sponsors { left: 50%; right: 28px; height: 22px; }
  .case-visual-electric-run .case-visual-caption { left: 50%; }
}

@media (max-width: 720px) {
  .case-ticket-logo { width: 144px; height: 52px; }
  .case-ticket-desktop { width: 78%; height: 168px; left: 16px; top: 92px; }
  .case-ticket-mobile { width: 82px; height: 180px; right: 12px; }
  .case-visual-caption { left: 14px; bottom: 14px; max-width: calc(100% - 28px); white-space: normal; }
  .case-passport-map { left: 12px; width: 132px; height: 286px; bottom: -34px; border-radius: 24px; }
  .case-passport-panel { right: 12px; top: 22px; width: calc(100% - 156px); padding: 14px; }
  .case-passport-panel p { display: none; }
  .case-sponsor-stack { margin-top: 13px; }
  .case-sponsor-pill { width: 38px; height: 24px; padding: 5px; }
  .case-gcash-banner { left: 14px; top: 14px; width: 62%; height: 82px; }
  .case-gcash-admin { width: 72%; height: 166px; left: 14px; bottom: 22px; }
  .case-gcash-challenge-card { left: 26px; top: 92px; width: 60%; height: 84px; }
  .case-gcash-phone { width: 90px; height: 198px; right: 12px; bottom: 18px; border-width: 6px; }
  .case-card-electric-run .case-visual { height: 340px; }
  .case-electric-page { left: 14px; top: 18px; width: 54%; height: 288px; border-radius: 14px; }
  .case-electric-logo { left: auto; right: 14px; top: 22px; width: 38%; }
  .case-electric-kit { right: 12px; bottom: 18px; width: 39%; border-radius: 16px; }
  .case-electric-sponsors { display: none; }
  .case-visual-electric-run .case-visual-caption { left: 14px; bottom: 14px; }
}

/* Case study screenshot set */
.case-visual-ticket-screens,
.case-visual-switchplay-ops {
  background:
    radial-gradient(circle at 74% 12%, rgba(255,255,255,.13), transparent 24%),
    linear-gradient(135deg, #000, #090909 58%, #111);
}
.case-visual-ticket-screens::after,
.case-visual-switchplay-ops::after {
  content: "";
  position: absolute; inset: auto -12% -28% -12%;
  height: 48%;
  background: url("assets/case-studies/switchplay-wave-bg.png") center bottom/cover no-repeat;
  opacity: .34;
}
.case-ticket-ref {
  position: absolute;
  object-fit: cover; object-position: top center;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 26px 60px rgba(0,0,0,.56);
  z-index: 2;
}
.case-ticket-landing-ref {
  left: 18px; top: 18px;
  width: 72%; height: 236px;
}
.case-ticket-register-ref {
  right: 18px; bottom: -18px;
  width: 46%; height: 266px;
}
.case-sp-phone {
  position: absolute;
  width: 126px; height: 274px;
  object-fit: cover; object-position: top center;
  border-radius: 24px;
  border: 6px solid #050505;
  box-shadow: 0 26px 60px rgba(0,0,0,.58);
  z-index: 2;
}
.case-sp-login { left: 34px; top: 22px; }
.case-sp-passport { right: 42px; bottom: -18px; }
.case-sp-admin {
  position: absolute; left: 38%; top: 58px; z-index: 2;
  width: 36%; height: 150px;
  object-fit: cover; object-position: top center;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 24px 60px rgba(0,0,0,.5);
}
.case-sp-passport-small {
  position: absolute; right: 18px; bottom: 18px; z-index: 3;
  width: 96px; height: 210px;
  object-fit: cover; object-position: top center;
  border-radius: 24px;
  border: 6px solid #050505;
  box-shadow: 0 26px 60px rgba(0,0,0,.58);
}
.case-sp-video {
  position: absolute;
  left: 18px;
  top: 28px;
  z-index: 4;
  width: 36%;
  height: 218px;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.62);
  box-shadow: 0 24px 54px rgba(0,0,0,.50);
  cursor: zoom-in;
  outline: none;
  transition: width .24s ease, height .24s ease, transform .24s ease, box-shadow .24s ease, border-color .24s ease;
  -webkit-tap-highlight-color: transparent;
}
.case-sp-video::before {
  content: "Event reel";
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: 3;
  border-radius: 999px;
  background: rgba(0,0,0,.62);
  border: 1px solid rgba(255,255,255,.16);
  color: #fff;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 5px 7px;
  pointer-events: none;
}
.case-sp-video:not(.is-expanded)::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  background: transparent;
}
.case-sp-video-hint {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 5;
  appearance: none;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.68);
  color: #fff;
  cursor: pointer;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .12em;
  line-height: 1;
  padding: 6px 8px;
  text-transform: uppercase;
  transition: background .18s ease, border-color .18s ease;
}
.case-sp-video-hint:hover,
.case-sp-video-hint:focus-visible {
  background: rgba(255,255,255,.16);
  border-color: rgba(255,255,255,.34);
  outline: none;
}
.case-sp-video .instagram-media {
  max-width: 540px !important;
  width: 540px !important;
  min-width: 0 !important;
  transform: scale(.31);
  transform-origin: top left;
}
.case-sp-video iframe {
  width: 540px !important;
  min-width: 0 !important;
  transform: scale(.31);
  transform-origin: top left;
}
.case-sp-video:hover,
.case-sp-video:focus-visible,
.case-sp-video.is-expanded {
  z-index: 8;
  width: min(260px, calc(100% - 36px));
  height: 272px;
  transform: translateY(-8px);
  border-color: rgba(255,255,255,.34);
  box-shadow: 0 34px 84px rgba(0,0,0,.68);
  cursor: zoom-out;
}
.case-sp-video:hover .instagram-media,
.case-sp-video:hover iframe,
.case-sp-video:focus-visible .instagram-media,
.case-sp-video:focus-visible iframe,
.case-sp-video.is-expanded .instagram-media,
.case-sp-video.is-expanded iframe {
  transform: scale(.48);
}
.case-visual-gcash-screens {
  background:
    radial-gradient(circle at 85% 15%, rgba(255,219,82,.42), transparent 26%),
    linear-gradient(135deg, #3475F5, #0B2757);
}
.case-gcash-ref {
  position: absolute;
  object-fit: cover; object-position: top center;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.24);
  box-shadow: 0 24px 60px rgba(4,20,47,.35);
}
.case-gcash-feed-ref {
  left: 18px; top: 18px;
  width: 38%; height: 256px;
}
.case-gcash-map-ref {
  left: 35%; top: 44px;
  width: 34%; height: 240px;
}
.case-gcash-challenge-ref {
  right: 18px; bottom: -18px;
  width: 32%; height: 258px;
}

@media (max-width: 1120px) {
  .case-ticket-landing-ref { left: 34px; width: 70%; height: 284px; }
  .case-ticket-register-ref { right: 46px; bottom: -22px; width: 42%; height: 314px; }
  .case-sp-phone { width: 150px; height: 324px; }
  .case-sp-login { left: 56px; top: 22px; }
  .case-sp-passport { right: 74px; bottom: -20px; }
  .case-sp-admin { left: 36%; top: 58px; width: 34%; height: 190px; }
  .case-sp-passport-small { width: 122px; height: 266px; right: 46px; bottom: 26px; }
  .case-sp-video { width: 30%; height: 282px; left: 34px; top: 28px; }
  .case-sp-video:hover,
  .case-sp-video:focus-visible,
  .case-sp-video.is-expanded { width: min(300px, calc(100% - 68px)); height: 330px; }
  .case-sp-video .instagram-media,
  .case-sp-video iframe { transform: scale(.36); }
  .case-sp-video:hover .instagram-media,
  .case-sp-video:hover iframe,
  .case-sp-video:focus-visible .instagram-media,
  .case-sp-video:focus-visible iframe,
  .case-sp-video.is-expanded .instagram-media,
  .case-sp-video.is-expanded iframe { transform: scale(.56); }
  .case-gcash-feed-ref { width: 34%; height: 302px; left: 34px; }
  .case-gcash-map-ref { width: 32%; height: 286px; left: 35%; }
  .case-gcash-challenge-ref { width: 29%; height: 306px; right: 34px; }
}

@media (max-width: 720px) {
  .case-ticket-landing-ref { left: 14px; top: 18px; width: 74%; height: 244px; border-radius: 14px; }
  .case-ticket-register-ref { right: 14px; bottom: 18px; width: 46%; height: 226px; border-radius: 14px; }
  .case-sp-phone { width: 106px; height: 230px; border-radius: 20px; border-width: 5px; }
  .case-sp-login { left: 20px; top: 28px; }
  .case-sp-passport { right: 22px; bottom: 18px; }
  .case-sp-admin { left: 14px; top: 18px; width: 58%; height: 118px; border-radius: 14px; }
  .case-sp-passport-small { width: 82px; height: 178px; right: 14px; bottom: 18px; border-radius: 20px; border-width: 5px; }
  .case-sp-video { left: 14px; top: 150px; width: 132px; height: 118px; border-radius: 14px; }
  .case-sp-video::before { font-size: 7px; padding: 4px 6px; }
  .case-sp-video-hint { font-size: 7px; padding: 5px 6px; }
  .case-sp-video:hover,
  .case-sp-video:focus-visible,
  .case-sp-video.is-expanded {
    left: 14px;
    top: 54px;
    width: calc(100% - 28px);
    height: 238px;
    transform: none;
  }
  .case-sp-video .instagram-media,
  .case-sp-video iframe { transform: scale(.25); }
  .case-sp-video:hover .instagram-media,
  .case-sp-video:hover iframe,
  .case-sp-video:focus-visible .instagram-media,
  .case-sp-video:focus-visible iframe,
  .case-sp-video.is-expanded .instagram-media,
  .case-sp-video.is-expanded iframe { transform: scale(.44); }
  .case-gcash-feed-ref { left: 14px; top: 18px; width: 38%; height: 254px; border-radius: 16px; }
  .case-gcash-map-ref { left: 35%; top: 48px; width: 33%; height: 228px; border-radius: 16px; }
  .case-gcash-challenge-ref { right: 14px; bottom: 18px; width: 31%; height: 246px; border-radius: 16px; }
}

/* ——— Pricing ——— */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.price-card {
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 32px 28px 28px;
  display: flex; flex-direction: column; gap: 16px;
  position: relative;
}
.price-card.popular { background: var(--paper); border-color: var(--ember-500); box-shadow: var(--shadow-2); }
.price-card .price-flag {
  position: absolute; top: -10px; left: 28px;
  background: var(--ember-500); color: #fff;
  font-family: var(--mono); font-size: 10px; letter-spacing: .2em; text-transform: uppercase;
  padding: 5px 10px; border-radius: var(--r-pill);
}
.price-card .pc-name { font-family: var(--mono); font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: var(--fg-3); }
.price-card .pc-for { color: var(--fg-2); font-size: 13.5px; font-style: italic; }
.price-card .pc-amount { font-family: var(--display); font-weight: 800; font-size: 38px; letter-spacing: -.025em; color: var(--ink-900); line-height: 1.05; }
.price-card .pc-amount .small { font-family: var(--body); font-weight: 500; font-size: 14px; color: var(--fg-2); display: block; margin-top: 6px; }
.price-card ul.pc-incl { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.price-card ul.pc-incl li { font-size: 13.5px; color: var(--fg-2); padding-left: 22px; position: relative; line-height: 1.5; }
.price-card ul.pc-incl li::before {
  content: ""; position: absolute; left: 0; top: 7px;
  width: 12px; height: 7px; border-left: 2px solid var(--ember-500); border-bottom: 2px solid var(--ember-500);
  transform: rotate(-45deg);
}
.price-card .pc-cta { margin-top: auto; padding-top: 14px; }
.price-foot {
  text-align: center; margin-top: 28px;
  font-family: var(--display); font-size: 16px; font-style: italic; color: var(--fg-2);
}

/* ——— Final CTA ——— */
.final-cta {
  background: var(--ember-500); color: #fff;
  border-radius: var(--r-lg);
  padding: 80px 56px 72px;
  position: relative; overflow: hidden;
  text-align: center;
}
.final-cta::before {
  content: ""; position: absolute; right: -120px; top: -120px;
  width: 320px; height: 320px;
  background: rgba(255,255,255,.07);
  border-radius: 80px 18px 18px 18px;
  transform: rotate(28deg);
}
.final-cta::after {
  content: ""; position: absolute; left: -100px; bottom: -160px;
  width: 320px; height: 320px;
  background: #B6391A; opacity: .55;
  border-radius: 80px 18px 18px 18px; transform: rotate(28deg);
}
.final-cta .fc-eyebrow { font-family: var(--mono); font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.85); position: relative; z-index: 2; }
.final-cta h2 {
  font-family: var(--display); font-weight: 800;
  font-size: 72px; letter-spacing: -.025em; line-height: 1.0;
  margin: 16px auto 16px; max-width: 880px; color: #fff;
  position: relative; z-index: 2;
  text-wrap: balance;
}
.final-cta .fc-sub {
  font-size: 18px; color: rgba(255,255,255,.85);
  max-width: 520px; margin: 0 auto 36px;
  position: relative; z-index: 2;
}
.final-cta .fc-cluster { display: flex; flex-direction: column; align-items: center; gap: 14px; position: relative; z-index: 2; }
.final-cta .fc-cluster .secondary { color: rgba(255,255,255,.85); font-size: 14px; }
.final-cta .fc-cluster .secondary a { color: #fff; text-decoration: underline; text-underline-offset: 3px; font-weight: 500; }
.final-cta .fc-checks {
  display: flex; gap: 28px; justify-content: center; margin-top: 36px; flex-wrap: wrap;
  font-family: var(--mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase;
  color: rgba(255,255,255,.85);
  position: relative; z-index: 2;
}
.final-cta .fc-checks .ck { display: flex; align-items: center; gap: 8px; }
.final-cta .fc-checks .ck::before {
  content: ""; width: 14px; height: 8px; border-left: 2px solid #fff; border-bottom: 2px solid #fff;
  transform: rotate(-45deg); display: inline-block;
}

/* ——— Footer ——— */
.footer {
  background: var(--ink-900); color: var(--fg-on-dark);
  border-radius: var(--r-lg);
  padding: 56px 56px 36px;
  display: flex; flex-direction: column; gap: 40px;
}
.footer .foot-top { display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: end; }
.footer .brand-blk { display: flex; flex-direction: column; gap: 14px; }
.footer .brand { display: flex; align-items: center; gap: 12px; font-family: var(--display); font-weight: 600; font-size: 22px; color: #fff; letter-spacing: -.01em; }
.footer .tagline { color: var(--fg-on-dark-soft); margin: 0; max-width: 480px; font-size: 14px; line-height: 1.6; }
.footer .foot-cta { display: flex; gap: 12px; align-items: center; justify-content: flex-end; flex-wrap: wrap; }
.footer .foot-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; padding-top: 36px; border-top: 1px solid rgba(255,255,255,.08); }
.footer .col-h { font-family: var(--mono); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--ember-300); margin-bottom: 14px; }
.footer .foot-cols a { display: block; color: var(--fg-on-dark); text-decoration: none; padding: 5px 0; font-size: 13.5px; transition: color .15s ease; }
.footer .foot-cols a:hover { color: var(--ember-300); }
.footer .foot-bottom {
  display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08);
  font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--fg-on-dark-soft);
  flex-wrap: wrap; gap: 14px;
}
.footer .foot-bottom .links { display: flex; gap: 22px; }
.footer .foot-bottom .links a { color: var(--fg-on-dark-soft); text-decoration: none; }
.footer .foot-bottom .links a:hover { color: var(--ember-300); }

/* ——— Photo bands ——— */
.photo-band {
  border-radius: var(--r-lg);
  overflow: hidden;
  position: relative;
  min-height: 360px;
  background: var(--ink-900);
  display: flex; align-items: flex-end;
  box-shadow: var(--shadow-1);
}
.photo-band.has-responsive-photo {
  min-height: clamp(500px, 48vw, 680px);
}
.photo-band .ph-img {
  position: absolute; inset: 0;
  background: repeating-linear-gradient(135deg, rgba(255,255,255,.03) 0 12px, transparent 12px 24px), linear-gradient(180deg, #1F3454 0%, #0A1628 100%);
  display: grid; place-items: center;
  color: var(--fg-on-dark-soft);
  font-family: var(--mono); font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
  text-align: center;
  padding: 24px;
}
.photo-band .ph-picture {
  position: absolute;
  inset: 0;
  display: block;
}
.photo-band .ph-picture .ph-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  padding: 0;
  background: none;
}
.photo-band .ph-img-tag {
  background: rgba(238,90,36,.14);
  border: 1px solid rgba(238,90,36,.4);
  color: var(--ember-300);
  padding: 8px 14px; border-radius: var(--r-pill);
}
.photo-band .ph-overlay {
  position: relative; z-index: 2;
  padding: 36px 40px 32px;
  width: 100%;
  background: linear-gradient(180deg, transparent 0%, rgba(10,22,40,.85) 70%, rgba(10,22,40,.95) 100%);
  display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; flex-wrap: wrap;
}
.photo-band .ph-eyebrow {
  font-family: var(--mono); font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--ember-400);
}
.photo-band .ph-caption {
  font-family: var(--display); font-weight: 600; font-size: 24px; color: #fff;
  letter-spacing: -.015em; line-height: 1.25; margin: 8px 0 0; max-width: 720px;
  text-wrap: balance;
}
.photo-band .ph-prompt-btn {
  flex: none;
  background: rgba(255,255,255,.08); color: #fff; border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--r-pill); padding: 10px 16px;
  font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  cursor: pointer; transition: background-color .18s ease;
}
.photo-band .ph-prompt-btn:hover { background: rgba(255,255,255,.14); }
.photo-band .ph-prompt {
  display: none;
  position: absolute; left: 24px; right: 24px; bottom: 24px; z-index: 3;
  background: var(--paper); color: var(--ink-900);
  padding: 18px 20px; border-radius: var(--r-md);
  box-shadow: var(--shadow-3);
  font-size: 13px; line-height: 1.55;
  max-height: 80%; overflow-y: auto;
}
.photo-band.open .ph-prompt { display: block; }
.photo-band .ph-prompt .ph-prompt-head {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 10px;
  font-family: var(--mono); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--fg-3);
}
.photo-band .ph-prompt .ph-prompt-head button { border: 0; background: none; cursor: pointer; font-size: 16px; color: var(--fg-2); }

@media (max-width: 720px) {
  .photo-band.has-responsive-photo {
    display: block;
    min-height: 0;
    overflow: visible;
    background: transparent;
    box-shadow: none;
  }
  .photo-band.has-responsive-photo .ph-picture {
    position: relative;
    inset: auto;
    overflow: hidden;
    border-radius: 22px;
    background: var(--ink-900);
    box-shadow: var(--shadow-1);
  }
  .photo-band.has-responsive-photo .ph-picture .ph-photo {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .photo-band .ph-overlay {
    padding: 28px 24px 24px;
  }
  .photo-band.has-responsive-photo .ph-overlay {
    position: static;
    z-index: auto;
    display: block;
    margin-top: 14px;
    padding: 0 2px;
    background: none;
  }
  .photo-band .ph-caption {
    font-size: 20px;
  }
  .photo-band.has-responsive-photo .ph-caption {
    max-width: none;
    margin: 0;
    color: var(--ink-900);
    text-wrap: pretty;
  }
}

@media (max-width: 980px) {
  .page {
    padding: 0 24px 56px;
  }
  .page > * + * {
    margin-top: 18px;
  }
  .block {
    padding: 44px 32px;
    border-radius: 24px;
  }
  .sec-head {
    margin-bottom: 30px;
  }
  .sec-head .row {
    align-items: flex-start;
    gap: 16px;
  }
  .proof-head .proof-row {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .sec-title,
  .sec-title.lg {
    font-size: clamp(34px, 5vw, 46px);
  }
  .gap-grid,
  .problem-grid,
  .product-grid,
  .price-grid {
    grid-template-columns: 1fr;
  }
  .final-cta {
    padding: 60px 32px 54px;
  }
  .final-cta h2 {
    font-size: clamp(44px, 8vw, 72px);
  }
  .footer {
    padding: 46px 36px 32px;
  }
  .footer .foot-top {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .footer .foot-cta {
    justify-content: flex-start;
  }
  .footer .foot-cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .page {
    padding: 0 14px 44px;
  }
  .page > * + * {
    margin-top: 14px;
  }
  .xtag-nav {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: stretch;
    gap: 10px;
    top: 10px;
    padding: 12px;
    border-radius: 28px;
  }
  .xtag-nav .brand {
    justify-content: center;
    font-size: 16px;
    white-space: nowrap;
  }
  .xtag-nav .brand svg {
    width: 20px;
    height: 20px;
    flex: none;
  }
  .xtag-nav .links {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3px;
  }
  .xtag-nav .links a {
    min-width: 0;
    padding: 8px 6px;
    text-align: center;
    font-size: 12px;
    line-height: 1.15;
  }
  .xtag-nav > .btn {
    display: none;
  }
  .btn {
    white-space: normal;
    text-align: center;
  }
  .block,
  .case-studies {
    padding: 34px 20px;
    border-radius: 20px;
  }
  .sec-head {
    margin-bottom: 24px;
  }
  .sec-title,
  .sec-title.lg {
    font-size: clamp(30px, 9vw, 38px);
  }
  .sec-sub {
    max-width: none;
    font-size: 15px;
  }
  .problem-card,
  .product-card,
  .price-card {
    padding: 24px 20px;
    border-radius: 18px;
  }
  .gap-grid {
    gap: 14px;
  }
  .gap-grid .gap-divider {
    margin: 8px 0 2px;
    font-size: 10px;
  }
  .photo-band.has-responsive-photo {
    min-height: 0;
  }
  .photo-band {
    border-radius: 20px;
  }
  .photo-band.has-responsive-photo .ph-picture {
    border-radius: 18px;
  }
  .photo-band .ph-overlay {
    padding: 24px 20px 22px;
  }
  .photo-band.has-responsive-photo .ph-overlay {
    padding: 0 2px;
  }
  .photo-band .ph-caption {
    font-size: 18px;
  }
  .photo-band.has-responsive-photo .ph-caption {
    font-size: clamp(18px, 5.2vw, 21px);
    line-height: 1.18;
  }
  .case-grid {
    gap: 14px;
  }
  .case-visual {
    height: 300px;
  }
  .case-card {
    border-radius: 18px;
  }
  .case-card-body {
    padding: 18px;
  }
  .case-ops-band {
    padding-top: 22px;
    gap: 18px;
  }
  .case-layer-grid {
    gap: 8px;
  }
  .final-cta {
    padding: 52px 20px 44px;
    border-radius: 20px;
  }
  .final-cta .fc-eyebrow {
    font-size: 10px;
  }
  .final-cta h2 {
    font-size: clamp(38px, 11vw, 52px);
  }
  .final-cta .fc-sub {
    font-size: 16px;
    margin-bottom: 28px;
  }
  .final-cta .fc-cluster .btn {
    width: 100%;
    max-width: 320px;
  }
  .final-cta .fc-checks {
    justify-content: flex-start;
    gap: 12px;
    text-align: left;
  }
  .footer {
    padding: 36px 20px 28px;
    border-radius: 20px;
  }
  .footer .foot-top {
    gap: 24px;
  }
  .footer .foot-cta {
    width: 100%;
  }
  .footer .foot-cta .btn {
    flex: 1 1 140px;
  }
  .footer .foot-cols {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-top: 28px;
  }
  .footer .foot-bottom {
    flex-direction: column;
  }
  .footer .foot-bottom .links {
    flex-wrap: wrap;
    gap: 12px 18px;
  }
}

/* ——— Reveal-on-scroll ——— */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }
