/* Self-hosted variable fonts (Google Fonts: Space Grotesk v22, Hanken Grotesk v12) */
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(fonts/hanken-grotesk-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(fonts/hanken-grotesk-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(fonts/space-grotesk-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(fonts/space-grotesk-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Manrope v20: one of the editor's fonts, used by the conference screen samples */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url(fonts/manrope-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url(fonts/manrope-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ============================================================
   SCREENTIX — unified landing page
   Design system: petrol-teal + electric yellow + warm paper
   Type: Space Grotesk (display) · Hanken Grotesk (body)
   ============================================================ */

:root {
  /* brand */
  --ink:        #0c272e;   /* deepest petrol — text + darkest bg */
  --petrol:     #0e3641;   /* hero base */
  --petrol-2:   #114250;   /* hero gradient stop */
  --petrol-glow:#16566a;   /* radial highlight */
  --accent:     #e9de00;   /* signature electric yellow */
  --accent-2:   #f4ec57;   /* lighter yellow */
  --accent-ink: #1a1a05;   /* text on yellow */

  /* surfaces */
  --paper:   #f4f1e8;      /* warm off-white (matches app) */
  --paper-2: #ece7d8;
  --white:   #ffffff;

  /* text */
  --text:        #112930;
  --muted:       #5b6f76;
  --muted-light: rgba(255,255,255,.72);
  --muted-dim:   rgba(255,255,255,.55);

  /* lines */
  --line:      #e4dfd0;
  --line-soft: #eee9dc;
  --line-dark: rgba(255,255,255,.12);

  --focus-ring: 0 0 0 4px rgba(14, 54, 65, .18);

  --radius:   18px;
  --radius-sm:12px;
  --radius-lg:26px;
  --shadow:    0 24px 60px -20px rgba(8, 30, 36, .35);
  --shadow-sm: 0 10px 30px -12px rgba(8, 30, 36, .22);
  --maxw: 1180px;

  --font-display: "Space Grotesk", system-ui, sans-serif;
  --font-body: "Hanken Grotesk", system-ui, sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }

h1,h2,h3,h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.02em;
  margin: 0;
  text-wrap: balance;
}

p { text-wrap: pretty; }

a { color: inherit; }

.container {
  width: min(var(--maxw), calc(100% - 3rem));
  margin-inline: auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-family: var(--font-display);
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
}
.eyebrow::before {
  content: "";
  width: 22px; height: 2px;
  background: var(--accent);
  border-radius: 2px;
}
.on-dark .eyebrow, .eyebrow.on-dark { color: var(--accent); }

.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section-head { max-width: 46rem; margin: 0 auto clamp(2.5rem,5vw,4rem); text-align: center; }
.section-head h2 { font-size: clamp(2rem, 4.2vw, 3.2rem); margin: 1rem 0 .9rem; }
.section-head .lead { font-size: 1.15rem; color: var(--muted); margin: 0; }
.lead { color: var(--muted); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
  border: 0;
  border-radius: 999px;
  padding: .85rem 1.5rem;
  cursor: pointer;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--accent);
  color: var(--accent-ink);
  box-shadow: 0 10px 24px -10px rgba(233,222,0,.7);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -12px rgba(233,222,0,.85); }
.btn-ghost {
  background: transparent;
  color: var(--text);
  border: 1.5px solid var(--line);
}
.on-dark .btn-ghost { color: #fff; border-color: rgba(255,255,255,.28); }
.on-dark .btn-ghost:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.5); }
.btn-ghost:hover { border-color: var(--ink); transform: translateY(-2px); }
.btn-lg { padding: 1rem 1.8rem; font-size: 1.05rem; }
.btn:focus-visible { outline: none; box-shadow: var(--focus-ring); }
.btn-primary:focus-visible { box-shadow: var(--focus-ring), inset 0 0 0 2px var(--ink); }
.on-dark .btn-ghost:focus-visible, .btn-ghost.on-dark:focus-visible { outline: none; box-shadow: 0 0 0 3px var(--accent); }
.btn .arrow { transition: transform .2s ease; }
.btn:hover .arrow { transform: translateX(3px); }

/* ============================================================
   HEADER / NAV
   ============================================================ */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background .25s ease, box-shadow .25s ease, border-color .25s ease;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(10,32,38,.82);
  backdrop-filter: blur(14px) saturate(140%);
  border-bottom-color: var(--line-dark);
}
.nav {
  display: flex; align-items: center; gap: 1.2rem;
  min-height: 76px;
}
.brand {
  display: inline-flex; align-items: center; gap: .12rem;
  font-family: var(--font-display); font-weight: 700;
  font-size: 1.35rem; letter-spacing: .02em;
  color: #fff; text-decoration: none;
}
.brand .glyph {
  width: 30px; height: 30px; margin: 0 .12em -.32em;
  color: var(--accent);
}
.brand-logo { display: block; width: auto; height: 26px; }
.nav-links {
  display: flex; gap: .35rem; margin: 0 auto; padding: 0; list-style: none;
}
.nav-links a {
  display: inline-block;
  color: var(--muted-light); text-decoration: none;
  font-weight: 500; font-size: .98rem;
  padding: .5rem .85rem; border-radius: 999px;
  transition: color .18s ease, background .18s ease;
}
.nav-links a:hover { color: #fff; background: rgba(255,255,255,.07); }
.nav-links a { white-space: nowrap; }
.nav-links a:focus-visible { outline:none; box-shadow: var(--focus-ring); }
.nav-links a[aria-current="page"] { color: var(--accent); }
.nav-actions { display: flex; align-items: center; gap: .9rem; }
.lang {
  display: inline-flex; align-items: center;
  border: 1px solid rgba(255,255,255,.2); border-radius: 999px; overflow: hidden;
}
.lang button {
  border: 0; background: transparent; color: var(--muted-dim);
  font-family: var(--font-display); font-weight: 600; font-size: .82rem;
  padding: .35rem .7rem; cursor: pointer; transition: .18s ease;
}
.lang button.active { background: var(--accent); color: var(--accent-ink); }
/* keep a stable width across languages so the lang switcher doesn't shift */
.nav-actions .js-open-demo { min-width: 12rem; justify-content: center; }
.nav-login {
  display: inline-block;
  color: var(--muted-light); text-decoration: none;
  font-weight: 500; font-size: .98rem;
  padding: .5rem .85rem; border-radius: 999px;
  transition: color .18s ease, background .18s ease;
}
.nav-login:hover { color: #fff; background: rgba(255,255,255,.07); }
.menu-toggle { display: none; }
.nav-links .mobile-only { display: none; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative; overflow: hidden;
  color: #fff;
  padding: 11rem 0 6rem;
  background:
    radial-gradient(120% 90% at 88% 0%, var(--petrol-glow) 0%, transparent 55%),
    radial-gradient(90% 80% at 0% 100%, #0c333d 0%, transparent 60%),
    linear-gradient(160deg, var(--petrol) 0%, var(--ink) 100%);
}
.hero::after {  /* subtle grid texture */
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 54px 54px;
  -webkit-mask-image: radial-gradient(120% 100% at 70% 0%, #000 25%, transparent 75%);
          mask-image: radial-gradient(120% 100% at 70% 0%, #000 25%, transparent 75%);
}
.hero-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.02fr 1fr;
  gap: clamp(2rem, 5vw, 4.5rem); align-items: center;
}
.hero h1 {
  font-size: clamp(2.6rem, 5.4vw, 4.6rem);
  margin: 1.3rem 0 1.4rem;
}
.hero h1 .hl { color: var(--accent); }
.hero .sub {
  font-size: clamp(1.08rem, 1.6vw, 1.3rem);
  color: var(--muted-light); max-width: 38ch; margin: 0 0 2rem;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: .9rem; align-items: center; }
.hero-trust {
  margin-top: 2.4rem; display: flex; align-items: center; gap: .7rem;
  color: var(--muted-dim); font-size: .92rem;
}
.hero-trust .dot { width: 8px; height: 8px; border-radius: 50%; background: #46d39a; box-shadow: 0 0 0 4px rgba(70,211,154,.18); }

/* ---- live screen showcase ---- */
.stage { position: relative; isolation: isolate; }
.device {
  position: relative;
  border-radius: 16px;
  background: #07191d;
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: var(--shadow), inset 0 0 0 6px #0b1f24;
  padding: 8px;
}
.device-bar {
  display: flex; align-items: center; gap: .4rem; padding: .35rem .55rem .55rem;
}
.device-bar i { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.18); display: inline-block; }
.device-bar .live {
  margin-left: auto; display: inline-flex; align-items: center; gap: .4rem;
  font-family: var(--font-display); font-size: .68rem; font-weight: 600; letter-spacing: .08em;
  color: #ff5a6e; text-transform: uppercase;
}
.device-bar .live::before { content:""; width: 7px; height: 7px; border-radius: 50%; background: #ff5a6e; animation: pulse 1.6s infinite; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(.75)} }

.canvas {
  position: relative; aspect-ratio: 16/9; border-radius: 9px; overflow: hidden;
  background: #0a2a33;
}
.slide {
  position: absolute; inset: 0; opacity: 0; transform: scale(1.04);
  transition: opacity .7s ease, transform .7s ease;
  display: flex; flex-direction: column; justify-content: center;
  padding: clamp(1rem, 3vw, 2rem);
}
.slide.active { opacity: 1; transform: scale(1); }
.slide .ksmall { font-family: var(--font-display); font-weight:600; letter-spacing:.18em; text-transform:uppercase; font-size:.62rem; opacity:.8; }
.slide .kbig { font-family: var(--font-display); font-weight: 700; line-height: .98; letter-spacing: -.02em; }

.slide-1 { background: linear-gradient(150deg,#123b46,#0a2730); color:#fff; }
.slide-1 .kbig { font-size: clamp(1.6rem,5vw,2.8rem); margin:.4rem 0; }
.slide-1 .kbig b { color: var(--accent); }
.slide-2 { background: var(--paper); color: var(--text); align-items:center; text-align:center; }
.slide-2 .ksmall { color: var(--muted); }
.slide-2 .kbig { font-size: clamp(1.8rem,6vw,3.4rem); }
.slide-2 .slide-partner-logo { width: clamp(5.5rem, 28vw, 9rem); height: auto; margin: .2rem 0; }
.slide-3 { background: linear-gradient(150deg,#1a1430,#2a1f4d); color:#fff; }
.slide-4 { background: linear-gradient(150deg,#3a1224,#5e1b35); color:#fff; align-items:center; text-align:center; justify-content:center; gap:.5rem; }
.slide-4 .arrowbig { font-size: clamp(2rem,7vw,3.6rem); line-height:.85; color: var(--accent); }

.agenda-row { display:flex; align-items:center; gap:.6rem; padding:.45rem 0; border-top:1px solid rgba(255,255,255,.12); font-size:.78rem; }
.agenda-row:first-of-type { border-top:0; }
.agenda-row time { font-family:var(--font-display); font-weight:600; color:var(--accent); min-width:3.2em; }
.agenda-row.now { color:#fff; } .agenda-row.next { opacity:.55; }

@keyframes floaty { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-9px)} }

/* ---- retail signage scene (hero) ---- */
.retail-scene {
  width: 100%; height: auto; display: block;
  border-radius: var(--radius);
  filter: drop-shadow(0 30px 60px rgba(4,18,22,.5));
}
.retail-scene text { font-family: var(--font-display); }
.retail-scene .rs-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: .16em; }
.retail-scene .rs-title { font-size: 19px; font-weight: 700; letter-spacing: .04em; }
.retail-scene .rs-body { font-size: 13px; font-weight: 500; }
.retail-scene .rs-price { font-size: 26px; font-weight: 700; letter-spacing: -.01em; }
.retail-scene .rs-huge { font-size: 80px; font-weight: 700; letter-spacing: -.03em; }
.retail-scene .rs-mid { text-anchor: middle; }

/* screen content rotation */
.retail-scene .rs-slide { opacity: 0; }
.retail-scene .rs-big1  { animation: rsFade3 10.5s infinite both; }
.retail-scene .rs-big2  { animation: rsFade3 10.5s infinite both; animation-delay: -3.5s; }
.retail-scene .rs-big3  { animation: rsFade3 10.5s infinite both; animation-delay: -7s; }
.retail-scene .rs-tot1  { animation: rsFade2 10.5s infinite both; }
.retail-scene .rs-tot2  { animation: rsFade2 10.5s infinite both; animation-delay: -5.25s; }
.retail-scene .rs-shelf1 { animation: rsFade2 10.5s infinite both; animation-delay: -2.6s; }
.retail-scene .rs-shelf2 { animation: rsFade2 10.5s infinite both; animation-delay: -7.85s; }

@keyframes rsFade3 {
  0% { opacity: 0; } 2% { opacity: 1; } 30% { opacity: 1; } 34% { opacity: 0; } 100% { opacity: 0; }
}
@keyframes rsFade2 {
  0% { opacity: 0; } 3% { opacity: 1; } 46% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 0; }
}

/* central-control data flow */
.retail-scene .rs-flow path { opacity: .55; animation: rsFlow 1.4s linear infinite; }
.retail-scene .rs-flow path:nth-child(2) { animation-delay: -.45s; }
.retail-scene .rs-flow path:nth-child(3) { animation-delay: -.9s; }
@keyframes rsFlow { to { stroke-dashoffset: -18; } }
.retail-scene .rs-pulse { animation: pulse 1.8s ease-in-out infinite; transform-origin: center; }

/* ============================================================
   MARQUEE / SOCIAL PROOF
   ============================================================ */
.proof { background: var(--paper); padding: 2.8rem 0; border-bottom: 1px solid var(--line); }
.proof-inner { display:flex; align-items:center; gap:2.5rem; flex-wrap:wrap; justify-content:center; }
.proof p { margin:0; color: var(--muted); font-size:.92rem; font-family:var(--font-display); font-weight:500; letter-spacing:.04em; }
.proof-logos { display:flex; align-items:center; gap:3rem; flex-wrap:wrap; }
.proof-logos img { height: 30px; width:auto; opacity:.72; filter: grayscale(1) contrast(.9); transition:.2s ease; }
.proof-logos img:hover { opacity:1; filter:none; }

/* ============================================================
   STAT BAND
   ============================================================ */
.stat-band { display:grid; grid-template-columns: repeat(4,1fr); gap:1.5rem; }
.stat { text-align:center; }
.stat .num { font-family:var(--font-display); font-weight:700; font-size: clamp(2.2rem,4vw,3.2rem); letter-spacing:-.03em; color: var(--ink); }
.stat .num b { color: var(--accent); -webkit-text-stroke: .5px var(--ink); }
.stat .lbl { color: var(--muted); font-size:.95rem; margin-top:.2rem; }

/* ============================================================
   HOW IT WORKS
   ============================================================ */
/* steps light up in turn; the stage beside them acts each one out */
.how {
  display:grid; grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); gap: clamp(1.4rem,3vw,2.6rem); align-items:center;
  --how-accent: var(--v500, var(--accent)); --how-deep: var(--vbar, var(--ink));
}
.how-steps { list-style:none; margin:0; padding:0; display:grid; gap:.75rem; }
.how-step {
  position:relative; padding:1.15rem 1.4rem 1.45rem 4.3rem; border-radius: var(--radius);
  background: rgba(255,255,255,.55); border:1px solid var(--line);
  transition: background .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.how-step:hover, .how-step.is-on { background: var(--white); }
.how-step.is-on { border-color: var(--how-accent); box-shadow: var(--shadow-sm); }
.how-step:has(button:focus-visible) { outline:2px solid var(--how-deep); outline-offset:3px; }
.how-step .idx {
  position:absolute; left:1.15rem; top:1.05rem; display:grid; place-items:center; width:36px; height:36px; border-radius:11px;
  background: var(--ink); color: var(--accent); font:700 .85rem/1 var(--font-display); transition: background .3s ease, color .3s ease;
}
.how-step.is-on .idx { background: var(--how-accent); color: var(--how-deep); }
.how-step h3 { margin:.35rem 0 0; font-size:1.15rem; line-height:1.3; }
.how-step h3 button { all:unset; cursor:pointer; }
.how-step h3 button::after { content:""; position:absolute; inset:0; border-radius:inherit; }
.how-txt { display:grid; grid-template-rows:0fr; transition: grid-template-rows .4s ease; }
.how-txt > p { min-height:0; overflow:hidden; margin:0; color: var(--muted); font-size:.95rem; }
.how-step.is-on .how-txt, .how:not(.is-ready) .how-txt { grid-template-rows:1fr; }
.how-step.is-on .how-txt > p { margin-top:.4rem; }
.how-bar { position:absolute; left:4.3rem; right:1.4rem; bottom:.65rem; height:3px; border-radius:3px; background: var(--line); overflow:hidden; opacity:0; transition: opacity .3s ease; }
.how-bar::before { content:""; display:block; width:0; height:100%; background: var(--how-accent); }
.how.is-counting .how-step.is-on .how-bar { opacity:1; }
.how.is-counting .how-step.is-on .how-bar::before { animation: how-fill var(--how-idle, 5s) linear forwards; }

.how-stage {
  position:relative; display:grid; overflow:hidden; border-radius:22px; container: how / inline-size;
  background: radial-gradient(120% 90% at 85% 0%, color-mix(in srgb, var(--how-accent) 55%, transparent) 0%, transparent 60%), var(--how-deep);
  box-shadow: 0 30px 60px -30px rgba(0,0,0,.45);
}
.how-scene { position:relative; grid-area:1 / 1; aspect-ratio: 5 / 4; display:none; font-family: var(--font-display); color:#fff; }
.how-scene.is-on { display:block; animation: hs-fade .5s ease both; }

/* step 1: the real viewer pairing screen next to the real "Add device" dialog */
.hs-tv { position:absolute; z-index:1; left:5cqw; top:6cqw; width:62cqw; aspect-ratio:16 / 9; overflow:hidden; border:1.2cqw solid #0d0f14; border-radius:2cqw; background:#0C2A33; box-shadow: 0 3cqw 6cqw -3cqw rgba(0,0,0,.6); container-type:inline-size; }
.hs-stand { position:absolute; left:28cqw; top:40.4cqw; width:16cqw; height:6cqw; }
.hs-stand::before { content:""; position:absolute; left:50%; top:0; width:2.6cqw; height:4.6cqw; translate:-50% 0; background:#0d0f14; }
.hs-stand::after { content:""; position:absolute; left:0; right:0; bottom:0; height:1.4cqw; border-radius:99px; background:#0d0f14; }
.hs-viewer { position:absolute; inset:0; background: radial-gradient(110% 80% at 15% 25%, rgba(32,117,146,.45) 0%, rgba(12,42,51,0) 58%), #0C2A33; color:#fff; font-family:"Manrope", var(--font-display); }
.hs-viewer p { margin:0; }
.hs-logo { position:absolute; left:50%; top:4.6cqw; height:3.2cqw; width:auto; translate:-50% 0; }
.hs-qr { position:absolute; left:4cqw; top:15cqw; width:25cqw; padding:1.25cqw; border-radius:.8cqw; background:#fff; line-height:0; box-sizing:border-box; }
.hs-qr svg { display:block; width:100%; height:auto; }
.hs-copy { position:absolute; left:34cqw; right:4cqw; top:21.4cqw; }
.hs-v-h { font-weight:600; font-size:2.35cqw; line-height:1.2; }
.hs-v-assign { display:none; }
.hs-v-p { margin-top:1.2cqw !important; font-size:1.25cqw; line-height:1.55; color: rgba(255,255,255,.6); }
.hs-v-p span { font-weight:500; }
.hs-code { margin-top:2.2cqw !important; font-weight:600; font-size:2.5cqw; line-height:1; color:#E9DE00; }
.hs-scanned { margin-top:1.4cqw !important; font-weight:500; font-size:1.15cqw; color:#34C759; opacity:0; }
.hs-scanned::before { content:"\2713\00a0 "; }
.hs-v-info { position:absolute; left:4cqw; bottom:2.2cqw; font-size:.85cqw; line-height:1.6; color: rgba(255,255,255,.55); }
.hs-v-by { position:absolute; right:4cqw; bottom:2cqw; display:flex; align-items:flex-end; gap:.6cqw; font-size:.9cqw; color: rgba(255,255,255,.55); }
.hs-v-by img { height:2.6cqw; width:auto; }
.hs-pair[data-state="paired"] .hs-v-pair { display:none; }
.hs-pair[data-state="paired"] .hs-v-assign { display:inline; }
.hs-pair[data-state="paired"] .hs-scanned { opacity:1; animation: hs-pop .5s ease both; }

.hs-modal { position:absolute; z-index:2; right:4cqw; bottom:4.5cqw; width:47cqw; box-sizing:border-box; padding:2.8cqw; border-radius:2.4cqw; background:#F6F4F1; color:#194757; font-family:"Manrope", var(--font-display); box-shadow: 0 3cqw 7cqw -2cqw rgba(0,0,0,.55); }
.hs-modal-h { margin:0 0 1.4cqw; font:700 2.7cqw/1.1 "Manrope", var(--font-display); color:#1b1b1b; }
.hs-field { display:block; margin-top:1.6cqw; }
.hs-label { display:block; margin-bottom:.8cqw; font:600 1.65cqw/1 "Manrope", var(--font-display); color:#242424; }
.hs-label i { font-style:normal; color:#e5484d; }
.hs-fake, .hs-input { display:block; width:100%; box-sizing:border-box; padding:1.3cqw 1.8cqw; border-radius:99px; border:.2cqw solid #d9dcdc; background:#fff; color:#242424; font:500 1.95cqw/1.2 "Manrope", var(--font-display); }
.hs-input { display:flex; align-items:center; min-height:calc(1.2em + 2.6cqw); border-color:#194757; letter-spacing:.03em; }
.hs-typed:empty { order:2; }
.hs-typed:empty::before { content: attr(data-placeholder); color:#9aa3a5; letter-spacing:0; }
.hs-caret { display:none; width:.15cqw; height:1.1em; margin:0 .2cqw; background:#194757; animation: hs-caret 1s steps(1) infinite; }
.hs-pair:is([data-state="idle"], [data-state="typing"]) .hs-caret { display:inline-block; }
.is-pressed { transform: scale(.93); }
.hs-cursor { position:absolute; left:0; top:0; z-index:6; width:3.4cqw; height:auto; pointer-events:none; opacity:0; translate: var(--x, 90%) var(--y, 105%); transition: translate .65s cubic-bezier(.35,.7,.3,1), opacity .2s ease, scale .12s ease; filter: drop-shadow(0 .4cqw .6cqw rgba(0,0,0,.35)); }
.hs-cursor.is-on { opacity:1; }
.hs-cursor.is-down { scale:.82; }
.hs-actions { display:flex; justify-content:flex-end; align-items:center; gap:1.2cqw; margin-top:2cqw; }
.hs-ghost, .hs-primary { padding:1.2cqw 1.9cqw; border-radius:99px; font:600 1.55cqw/1 "Manrope", var(--font-display); white-space:nowrap; }
.hs-ghost { border:.2cqw solid #194757; color:#194757; }
.hs-primary { display:inline-flex; align-items:center; gap:.8cqw; background:#194757; color:#fff; transition: transform .15s ease; }
.hs-spin { display:none; width:1.2em; height:1.2em; animation: hs-rot .8s linear infinite; }
.hs-p-busy { display:none; }
.hs-pair[data-state="searching"] .hs-primary .hs-spin, .hs-pair[data-state="searching"] .hs-p-busy { display:inline-block; }
.hs-pair[data-state="searching"] .hs-p-idle { display:none; }
.hs-toast { position:absolute; z-index:3; right:4cqw; top:4cqw; display:flex; align-items:center; gap:1cqw; margin:0; padding:1.4cqw 2cqw; border-radius:1.4cqw; background:#fff; color:#194757; font:600 1.7cqw/1.2 "Manrope", var(--font-display); box-shadow: 0 2cqw 5cqw -2cqw rgba(0,0,0,.5); opacity:0; transform: translateY(-1.5cqw); transition: opacity .3s ease, transform .3s ease; pointer-events:none; }
.hs-pair:is([data-state="paired"], [data-state="device"]) .hs-toast { opacity:1; transform:none; }
.hs-toast::before { content:"\2713"; display:grid; place-items:center; width:2.6cqw; height:2.6cqw; border-radius:50%; background:#27AE60; color:#fff; font-size:1.5cqw; }

/* step 2: the playlist editor with its playback preview, waiting for Save and close */
.hs-ed { position:absolute; inset:5cqw 4cqw; display:grid; grid-template-rows:auto 1fr; overflow:hidden; border-radius:2cqw; background:#F6F4F1; box-shadow: 0 3cqw 6cqw -3cqw rgba(0,0,0,.6); }
.hs-bar { display:flex; align-items:center; gap:1.4cqw; padding:1.4cqw 1.8cqw; background:#194757; color:#fff; font:600 1.6cqw/1 "Manrope", var(--font-display); }
.hs-circ { display:grid; place-items:center; width:3.4cqw; height:3.4cqw; flex:none; border-radius:50%; border:.2cqw solid #E9DE00; color:#E9DE00; font-size:1.8cqw; }
.hs-title { font:600 2cqw/1 "Manrope", var(--font-display); color:#E9DE00; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.hs-state { display:inline-grid; margin-left:auto; }
.hs-state > span { grid-area:1 / 1; display:inline-flex; align-items:center; justify-content:center; gap:.7cqw; padding:.8cqw 1.4cqw; border-radius:99px; font:500 1.4cqw/1 "Manrope", var(--font-display); white-space:nowrap; opacity:0; transition: opacity .25s ease; }
.hs-dirty { background: rgba(233,222,0,.15); color:#E9DE00; }
.hs-dirty::before { content:""; width:.8cqw; height:.8cqw; border-radius:50%; background:#E9DE00; }
.hs-saving, .hs-saved { color: rgba(255,255,255,.7); }
[data-state="dirty"] .hs-dirty, [data-state="saving"] .hs-saving, [data-state="saved"] .hs-saved { opacity:1; }
.hs-save { position:relative; display:inline-flex; align-items:center; gap:.7cqw; padding:1.1cqw 2cqw; border-radius:99px; background:#E9DE00; color:#194757; font:700 1.5cqw/1 "Manrope", var(--font-display); white-space:nowrap; transition: transform .15s ease; }
.hs-send { width:1.1em; height:1.1em; }
.hs-build[data-state="saving"] .hs-save .hs-spin { display:inline-block; }
.hs-build[data-state="saving"] .hs-save .hs-send { display:none; }
.how.is-counting .hs-build[data-state="dirty"] .hs-save { animation: hs-pulse 1.6s ease 2.4s infinite; }
.hs-body { display:grid; grid-template-rows:auto 1fr; gap:1.2cqw; min-height:0; padding:1.4cqw; font-family:"Manrope", var(--font-display); }
.hs-chips { display:flex; flex-wrap:wrap; align-items:center; gap:.8cqw; }
.hs-chips-h { flex-basis:100%; font:600 1.1cqw/1 "Manrope", var(--font-display); letter-spacing:.08em; text-transform:uppercase; color:#9aa3a5; }
.hs-chip { display:inline-flex; align-items:center; gap:.7cqw; padding:.9cqw 1.3cqw; border-radius:99px; background:#fff; box-shadow: 0 0 0 .15cqw #e7e3da; color:#194757; font:600 1.35cqw/1 "Manrope", var(--font-display); white-space:nowrap; transition: background-color .2s ease, box-shadow .2s ease; }
.hs-chip i { width:1cqw; height:1cqw; border-radius:50%; background: var(--c, #9aa3a5); }
.hs-chip.is-picked { background: color-mix(in srgb, var(--c) 30%, #fff); box-shadow: 0 0 0 .25cqw var(--c); }
.hs-work { display:grid; grid-template-columns:minmax(0,1fr) 34cqw; gap:1.2cqw; min-height:0; }
.hs-week { display:grid; grid-template-rows:auto 1fr; min-height:0; padding:1cqw; border-radius:1.4cqw; background:#fff; }
.hs-daysrow { display:grid; grid-template-columns:repeat(7, 1fr); gap:.4cqw; margin-bottom:.8cqw; }
.hs-daysrow span { padding:.6cqw 0; border-radius:.8cqw; text-align:center; font:600 1.2cqw/1 "Manrope", var(--font-display); color:#616161; }
.hs-daysrow .is-today { background:#194757; color:#fff; }
.hs-grid { position:relative; display:grid; grid-template-columns:repeat(7, 1fr); grid-template-rows:repeat(16, 1fr); gap:.25cqw .4cqw; background: repeating-linear-gradient(135deg, rgba(0,0,0,.05) 0 .35cqw, transparent .35cqw .9cqw) 0 0 / 42.86% 100% no-repeat; }
.hs-grid i { border-radius:.6cqw; background: color-mix(in srgb, var(--c) 20%, #fff); box-shadow: inset .45cqw 0 0 var(--c), inset 0 0 0 1px color-mix(in srgb, var(--c) 45%, #fff); }
.hs-now { position:absolute; left:0; right:0; top: var(--now-top, 50%); height:.25cqw; background:#194757; transition: top .35s ease; }
.hs-now::before { content:""; position:absolute; left:calc((var(--now-day, 3) + .5) / 7 * 100%); top:50%; width:1.3cqw; height:1.3cqw; border-radius:50%; background:#194757; box-shadow: 0 0 0 .35cqw #fff; translate:-50% -50%; transition: left .35s ease; }
.hs-preview { align-self:start; display:grid; gap:1cqw; padding:1.3cqw; border-radius:1.6cqw; background:#fff; box-shadow: 0 0 0 .15cqw #e7e3da; }
.hs-pv-h { display:flex; align-items:center; gap:.7cqw; margin:0; font:600 1.05cqw/1 "Manrope", var(--font-display); color:#9aa3a5; }
.hs-pv-ico { width:1.6cqw; height:1.6cqw; flex:none; }
.hs-pv-t { flex:1; min-width:0; letter-spacing:.08em; text-transform:uppercase; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.hs-pv-when { font-weight:500; color:#616161; font-variant-numeric:tabular-nums; white-space:nowrap; }
.hs-pv-screen { position:relative; aspect-ratio:16 / 9; overflow:hidden; border-radius:1.1cqw; background:#f1f3f3; container-type:inline-size; }
.hs-pv-foot { display:flex; align-items:center; gap:.7cqw; margin:0; font:600 1.25cqw/1.2 "Manrope", var(--font-display); color:#444; }
.hs-pv-foot i { width:1cqw; height:1cqw; border-radius:50%; background: var(--pv-c, #9aa3a5); flex:none; }
.hs-build.is-on :is(.hs-chip, .hs-grid i) { animation: hs-in .45s ease both; }
.hs-build.is-on :is(.hs-chip[data-slot="0"], .hs-grid .b1) { animation-delay:.3s; }
.hs-build.is-on :is(.hs-chip[data-slot="1"], .hs-grid .b2) { animation-delay:.7s; }
.hs-build.is-on :is(.hs-chip[data-slot="2"], .hs-grid .b3) { animation-delay:1.1s; }
.hs-build.is-on :is(.hs-chip[data-slot="3"], .hs-grid .b4) { animation-delay:1.5s; }

/* a sample layout, one per slot; the stage shows the selected one everywhere */
.hs-lay { position:absolute; inset:0; display:flex; flex-direction:column; justify-content:center; gap:2.4cqw; padding:0 9cqw; color:#14111f; background: linear-gradient(135deg, var(--c), color-mix(in srgb, var(--c) 40%, #fff)); opacity:0; transition: opacity .45s ease; }
.hs-lay > b { font:700 4.2cqw/1 "Manrope", var(--font-display); letter-spacing:.16em; }
.hs-lay > em { font:italic 700 10.5cqw/1 Georgia, serif; overflow-wrap:anywhere; }
.hs-lay > small { font:600 4cqw/1 "Manrope", var(--font-display); opacity:.75; font-variant-numeric:tabular-nums; }
.how-stage[data-slot="0"] .hs-lay[data-slot="0"], .how-stage[data-slot="1"] .hs-lay[data-slot="1"],
.how-stage[data-slot="2"] .hs-lay[data-slot="2"], .how-stage[data-slot="3"] .hs-lay[data-slot="3"], .hs-lay.is-fixed { opacity:1; }
.hs-lay.is-tpl { padding:0; gap:0; background:#0d0f14; }

/* after pairing: the device card, "+ Assign content" and the playlist picker */
.hs-tv-live { position:absolute; inset:0; z-index:1; opacity:0; }
.hs-pair[data-state="assigned"] .hs-tv-live { opacity:1; animation: hs-reveal .8s ease both; }
.hs-modal { transition: opacity .35s ease, transform .35s ease; }
.hs-pair:is([data-state="device"], [data-state="picking"], [data-state="assigned"]) .hs-modal { opacity:0; transform: translateY(2cqw) scale(.97); }
.hs-assign { position:absolute; z-index:2; right:4cqw; bottom:4.5cqw; width:47cqw; box-sizing:border-box; display:grid; gap:1.5cqw; padding:2.4cqw; border-radius:2.4cqw; background:#F6F4F1; color:#194757; font-family:"Manrope", var(--font-display); box-shadow: 0 3cqw 7cqw -2cqw rgba(0,0,0,.55); opacity:0; transform: translateY(2cqw); transition: opacity .35s ease .15s, transform .35s ease .15s; }
.hs-pair:is([data-state="device"], [data-state="picking"], [data-state="assigned"]) .hs-assign { opacity:1; transform:none; }
.hs-dev { display:flex; align-items:center; gap:1.4cqw; padding:1.2cqw; border-radius:1.6cqw; background:#fff; box-shadow: 0 0 0 .15cqw #e7e3da; }
.hs-dev-thumb { position:relative; flex:none; width:12cqw; aspect-ratio:16 / 9; overflow:hidden; border-radius:.8cqw; background:#e9ecec; container-type:inline-size; }
.hs-dev-live { position:absolute; inset:0; opacity:0; transition: opacity .5s ease .3s; }
.hs-pair[data-state="assigned"] .hs-dev-live { opacity:1; }
.hs-dev-info { display:grid; gap:.5cqw; flex:1; min-width:0; }
.hs-dev-info b { font:700 1.8cqw/1.1 "Manrope", var(--font-display); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.hs-dev-info small { font:600 1.2cqw/1 "Manrope", var(--font-display); letter-spacing:.04em; color:#9aa3a5; }
.hs-assign-btn { justify-self:start; padding:1.1cqw 1.8cqw; border-radius:99px; border:.2cqw dashed #194757; font:600 1.55cqw/1 "Manrope", var(--font-display); color:#194757; transition: transform .15s ease, background-color .2s ease; }
.hs-pair[data-state="picking"] .hs-assign-btn { background:#e3ecee; }
.hs-pair[data-state="assigned"] .hs-assign-btn { display:none; }
.hs-assign-pl { display:none; margin:0; font:500 1.5cqw/1.2 "Manrope", var(--font-display); color:#616161; }
.hs-assign-pl b { color:#194757; }
.hs-pair[data-state="assigned"] .hs-assign-pl { display:block; animation: hs-in .4s ease both; }
.hs-pick { display:none; gap:1.2cqw; padding:1.4cqw; border-radius:1.6cqw; background:#fff; box-shadow: 0 1.5cqw 3cqw -1.5cqw rgba(0,0,0,.35), 0 0 0 .15cqw #e7e3da; }
.hs-pair[data-state="picking"] .hs-pick { display:grid; animation: hs-in .3s ease both; }
.hs-pick-h { margin:0; font:700 1.8cqw/1 "Manrope", var(--font-display); color:#1b1b1b; }
.hs-tabs { display:inline-flex; justify-self:start; gap:.4cqw; padding:.4cqw; border-radius:99px; background:#eef0f0; }
.hs-tabs span { padding:.7cqw 1.4cqw; border-radius:99px; font:600 1.3cqw/1 "Manrope", var(--font-display); color:#616161; }
.hs-tabs .is-on { background:#194757; color:#fff; }
.hs-pick-row { display:flex; align-items:center; gap:1.2cqw; padding:1cqw; border-radius:1.2cqw; box-shadow: 0 0 0 .15cqw #e7e3da; transition: transform .15s ease, box-shadow .2s ease; }
.hs-pick-row.is-pressed { box-shadow: 0 0 0 .3cqw #194757; }
.hs-pick-row b { flex:1; min-width:0; font:700 1.5cqw/1.1 "Manrope", var(--font-display); color:#194757; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.hs-pick-thumb { position:relative; flex:none; width:8cqw; aspect-ratio:16 / 9; overflow:hidden; border-radius:.6cqw; background:#e9ecec; container-type:inline-size; }
.hs-pick-dots { display:flex; gap:.4cqw; }
.hs-pick-dots i { width:.9cqw; height:.9cqw; border-radius:50%; background: var(--c); }

/* step 3: the paired screen and its neighbours play what was just saved */
.hs-badge { position:absolute; left:50%; top:5cqw; translate:-50% 0; display:inline-flex; align-items:center; gap:1.2cqw; padding:1.4cqw 2.4cqw; border-radius:99px; background: rgba(255,255,255,.14); white-space:nowrap; font:600 2.3cqw/1 var(--font-display); }
.hs-badge i { width:1.5cqw; height:1.5cqw; border-radius:50%; background:#1fb877; box-shadow: 0 0 1.6cqw #1fb877; }
.hs-scr { position:absolute; overflow:hidden; border:1cqw solid #0d0f14; border-radius:1.6cqw; background:#0C2A33; container-type:inline-size; box-shadow: 0 3cqw 5cqw -3cqw rgba(0,0,0,.6); }
.hs-scr-main { z-index:1; left:20cqw; top:15cqw; width:60cqw; aspect-ratio:16 / 9; border-width:1.2cqw; border-radius:2cqw; }
.hs-stand-main { left:42cqw; top:48.4cqw; }
.hs-scr-totem { left:5cqw; top:27cqw; width:12cqw; aspect-ratio:9 / 16; }
.hs-scr-side { right:4cqw; top:36cqw; width:15cqw; aspect-ratio:16 / 9; }
.hs-scr-totem .hs-lay, .hs-scr-side .hs-lay { padding:0 10cqw; gap:4cqw; }
.hs-scr-totem .hs-lay > b { font-size:9cqw; letter-spacing:.06em; }
.hs-scr-totem .hs-lay > em { font-size:13cqw; }
.hs-scr-totem .hs-lay > small, .hs-scr-side .hs-lay > small { font-size:8cqw; }
.hs-scr-side .hs-lay > b { font-size:7cqw; letter-spacing:.06em; }
.hs-scr-side .hs-lay > em { font-size:11cqw; }
.hs-card { position:absolute; left:50%; bottom:5cqw; translate:-50% 0; display:flex; align-items:center; gap:1.6cqw; padding:1.3cqw 2cqw 1.3cqw 1.3cqw; border-radius:1.8cqw; background:#fff; color:#194757; font-family:"Manrope", var(--font-display); white-space:nowrap; box-shadow: 0 3cqw 6cqw -3cqw rgba(0,0,0,.6); }
.hs-card-thumb { position:relative; width:11cqw; aspect-ratio:16 / 9; overflow:hidden; border-radius:.8cqw; container-type:inline-size; }
.hs-card-info { display:grid; gap:.5cqw; }
.hs-card-info b { font:700 1.75cqw/1 "Manrope", var(--font-display); }
.hs-card-info small { font:600 1.2cqw/1 "Manrope", var(--font-display); letter-spacing:.04em; color:#9aa3a5; }
.hs-online { display:inline-flex; align-items:center; gap:.6cqw; padding:.7cqw 1.2cqw; border-radius:99px; background:#e6f6ec; color:#1d7a43; font:600 1.3cqw/1 "Manrope", var(--font-display); }
.hs-online i { width:.9cqw; height:.9cqw; border-radius:50%; background:#27AE60; }
.hs-card-pl { font:500 1.3cqw/1 "Manrope", var(--font-display); color:#616161; }
.hs-live.is-on .hs-scr .hs-lay { animation: hs-reveal .6s ease .25s both; }
.hs-live.is-on .hs-scr-totem .hs-lay { animation-delay:.5s; }
.hs-live.is-on .hs-scr-side .hs-lay { animation-delay:.7s; }
.hs-live.is-on .hs-badge { animation: hs-pop .5s ease 1s both; }
.hs-live.is-on .hs-card { animation: hs-in .5s ease 1.3s both; }
.hs-live.is-on .hs-online i { animation: hs-blink 1.6s ease 1.8s infinite; }

@keyframes how-fill { to { width:100%; } }
@keyframes hs-fade { from { opacity:0; transform: scale(.98); } }
@keyframes hs-in { from { opacity:0; transform: translateY(3cqw); } }
@keyframes hs-pop { from { opacity:0; transform: scale(.4); } 70% { transform: scale(1.08); } }
@keyframes hs-reveal { from { clip-path: inset(0 100% 0 0); } }
@keyframes hs-rot { to { transform: rotate(360deg); } }
@keyframes hs-blink { 50% { opacity:.35; } }
@keyframes hs-caret { 50% { opacity:0; } }
@keyframes hs-pulse { 0% { box-shadow: 0 0 0 0 rgba(233,222,0,.75); } 70%, 100% { box-shadow: 0 0 0 1.6cqw rgba(233,222,0,0); } }

@container how (max-width: 540px) {
  .hs-pair.is-on { aspect-ratio:auto; display:flex; flex-direction:column; gap:1rem; padding:1rem; }
  .hs-pair .hs-tv { position:relative; left:auto; top:auto; width:100%; }
  .hs-pair .hs-stand { display:none; }
  .hs-pair .hs-modal { position:relative; right:auto; bottom:auto; width:auto; padding:1rem; border-radius:16px; }
  .hs-pair .hs-assign { position:relative; right:auto; bottom:auto; width:auto; display:none; gap:.7rem; padding:1rem; border-radius:16px; }
  .hs-pair:is([data-state="device"], [data-state="picking"], [data-state="assigned"]) .hs-modal { display:none; }
  .hs-pair:is([data-state="device"], [data-state="picking"], [data-state="assigned"]) .hs-assign { display:grid; }
  .hs-dev { gap:.7rem; padding:.6rem; border-radius:12px; }
  .hs-dev-thumb { width:4.6rem; border-radius:6px; }
  .hs-dev-info b { font-size:.95rem; }
  .hs-dev-info small { font-size:.7rem; }
  .hs-assign-btn { font-size:.85rem; padding:.55rem .9rem; border-width:1.5px; }
  .hs-assign-pl { font-size:.8rem; }
  .hs-pick { gap:.6rem; padding:.7rem; border-radius:12px; }
  .hs-pick-h { font-size:.95rem; }
  .hs-tabs span { font-size:.75rem; padding:.35rem .7rem; }
  .hs-pick-row { gap:.6rem; padding:.5rem; border-radius:10px; }
  .hs-pick-row b { font-size:.85rem; }
  .hs-pick-thumb { width:3.6rem; border-radius:5px; }
  .hs-pick-dots i { width:.45rem; height:.45rem; }
  .hs-modal-h { font-size:1.1rem; margin-bottom:.6rem; }
  .hs-field { margin-top:.7rem; }
  .hs-label { font-size:.8rem; margin-bottom:.35rem; }
  .hs-fake, .hs-input { font-size:16px; padding:.6rem .9rem; }
  .hs-actions { gap:.5rem; margin-top:.8rem; }
  .hs-ghost { display:none; }
  .hs-primary { font-size:.9rem; padding:.7rem 1.1rem; }
  .hs-toast { top:1.4rem; right:1.4rem; font-size:.8rem; padding:.5rem .8rem; gap:.5rem; }
  .hs-toast::before { width:1.2rem; height:1.2rem; font-size:.7rem; }
  .hs-build.is-on { aspect-ratio:auto; padding:4cqw 3cqw; }
  .hs-build .hs-ed { position:relative; inset:auto; border-radius:3cqw; }
  .hs-bar { gap:2cqw; padding:2.4cqw 2.6cqw; }
  .hs-circ { width:6cqw; height:6cqw; font-size:3.2cqw; }
  .hs-title { font-size:3.6cqw; }
  .hs-state > span { font-size:2.8cqw; padding:1.2cqw 2cqw; }
  .hs-dirty::before { width:1.4cqw; height:1.4cqw; }
  .hs-save { font-size:3cqw; padding:1.8cqw 3cqw; gap:1.2cqw; }
  .hs-body { gap:2.4cqw; padding:2.6cqw; }
  .hs-chips { gap:1.4cqw; }
  .hs-chips-h { font-size:2.4cqw; }
  .hs-chip { font-size:3cqw; padding:1.6cqw 2.2cqw; gap:1.2cqw; }
  .hs-chip i { width:1.8cqw; height:1.8cqw; }
  .hs-work { grid-template-columns:1fr; }
  .hs-week { display:none; }
  .hs-preview { gap:2cqw; padding:2.6cqw; border-radius:3cqw; }
  .hs-pv-h { font-size:2.4cqw; gap:1.4cqw; }
  .hs-pv-ico { width:3.4cqw; height:3.4cqw; }
  .hs-pv-screen { border-radius:2.2cqw; }
  .hs-pv-foot { font-size:3cqw; gap:1.4cqw; }
  .hs-pv-foot i { width:2cqw; height:2cqw; }
  .hs-badge { font-size:3.4cqw; padding:2cqw 3.4cqw; gap:1.8cqw; }
  .hs-badge i { width:2.2cqw; height:2.2cqw; }
  .hs-card { gap:2.4cqw; padding:2.2cqw 3cqw 2.2cqw 2.2cqw; border-radius:3cqw; bottom:4cqw; }
  .hs-card-thumb { width:18cqw; border-radius:1.4cqw; }
  .hs-card-info b { font-size:3.2cqw; }
  .hs-card-info small { font-size:2.3cqw; }
  .hs-online { font-size:2.6cqw; padding:1.2cqw 2cqw; gap:1cqw; }
  .hs-online i { width:1.6cqw; height:1.6cqw; }
  .hs-card-pl { display:none; }
}
@media (prefers-reduced-motion: reduce) {
  .how-scene, .how-scene * { animation: none !important; }
}
@media (max-width: 860px) {
  .how { grid-template-columns:1fr; }
  .how-stage { order:-1; }
}

/* ============================================================
   FEATURES
   ============================================================ */
.feature-grid { display:grid; grid-template-columns: repeat(3,1fr); gap: 1.2rem; }
.feature {
  background: var(--white); border:1px solid var(--line);
  border-radius: var(--radius); padding: 1.7rem;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); border-color: var(--accent); }
.feature .ico {
  width:48px; height:48px; border-radius:14px; display:grid; place-items:center;
  background: var(--paper-2); color: var(--ink); margin-bottom: 1.1rem;
}
.feature .ico svg { width:24px; height:24px; }
.feature h3 { font-size:1.2rem; margin-bottom:.45rem; }
.feature p { margin:0; color: var(--muted); font-size:.97rem; }

/* why cards: a live illustration on top of each claim */
.why-vis {
  --wa: var(--v500, var(--accent)); --wd: var(--vbar, var(--ink));
  position:relative; display:flex; align-items:center; justify-content:center; gap:1.1rem; height:9.5rem; margin-bottom:1.3rem; overflow:hidden;
  border-radius:14px; background: var(--v50, var(--paper-2)); color: var(--wd); font-family: var(--font-display);
}
.why-vis:not(.is-live) * { animation-play-state: paused !important; }
.wv-sw { display:inline-grid; }
.wv-sw > * { grid-area:1 / 1; }
.wv-sw .a { animation: wv-a 4.5s infinite var(--d, 0s); }
.wv-sw .b { opacity:0; animation: wv-b 4.5s infinite var(--d, 0s); }
.wv-edit { display:inline-flex; align-items:center; gap:.2rem; padding:.55rem .9rem; border:2px solid var(--wa); border-radius:99px; background:#fff; font-weight:700; font-size:1rem; box-shadow: 0 8px 18px -10px rgba(0,0,0,.35); }
.wv-caret { width:2px; height:1em; background: var(--wd); animation: tpl-blink 1s infinite; }
.wv-wire { width:3.2rem; height:2px; background: repeating-linear-gradient(90deg, var(--wa) 0 6px, transparent 6px 12px) 0 0 / 12px 2px; animation: wv-flow .8s linear infinite; }
.wv-stack { display:grid; gap:.35rem; }
.wv-scr { display:grid; place-items:center; width:3.9rem; height:2.2rem; border:3px solid #0d0f14; border-radius:7px; background: var(--wd); color:#fff; font-weight:700; font-size:.75rem; }

.wv-tv { position:relative; width:9.5rem; height:5.6rem; overflow:hidden; border:4px solid #0d0f14; border-radius:9px; background: var(--wd); }
.wv-slides i { position:absolute; inset:0; display:flex; flex-direction:column; justify-content:center; gap:.4rem; padding:0 .9rem; opacity:0; animation: wv-slide 6s infinite calc(var(--i) * 2s); }
.wv-slides i:nth-child(1) { background: var(--wa); }
.wv-slides i:nth-child(2) { background:#2F80ED; }
.wv-slides i:nth-child(3) { background:#F2994A; }
.wv-slides b { width:60%; height:.55rem; border-radius:99px; background: rgba(255,255,255,.9); }
.wv-slides em { width:38%; height:.4rem; border-radius:99px; background: rgba(255,255,255,.55); }
.wv-rot-logos .wv-slides i { align-items:center; }
.wv-rot-logos .wv-slides b { width:2rem; height:2rem; border-radius:50%; }
.wv-rot-logos .wv-slides i:nth-child(2) b { border-radius:.4rem; }
.wv-rot-logos .wv-slides i:nth-child(3) b { width:1.6rem; height:1.6rem; border-radius:.3rem; transform: rotate(45deg); }
.wv-rot-logos .wv-slides em { display:none; }
.wv-dots { position:absolute; bottom:.8rem; left:50%; translate:-50% 0; display:flex; gap:.35rem; }
.wv-dots i { width:.45rem; height:.45rem; border-radius:50%; background: color-mix(in srgb, var(--wd) 25%, transparent); animation: wv-dot 6s infinite calc(var(--i) * 2s); }

.wv-totem { display:grid; align-content:center; gap:.3rem; width:5.8rem; height:8rem; padding:.55rem; border:4px solid #0d0f14; border-radius:9px; background: var(--wd); }
.wv-row { display:flex; align-items:center; gap:.35rem; padding:.3rem; border-radius:.4rem; animation: wv-row 4.5s infinite calc(var(--i) * 1.5s); }
.wv-row b { display:grid; place-items:center; width:1.2rem; height:1.2rem; border-radius:.3rem; background:#fff; color: var(--wd); font-size:.75rem; }
.wv-row i { flex:1; height:.35rem; border-radius:99px; background: rgba(255,255,255,.6); }

.wv-tvsm { display:grid; place-items:center; width:7rem; height:4.2rem; border:4px solid #0d0f14; border-radius:8px; background:#0C2A33; }
.wv-code { color:#E9DE00; font-weight:700; font-size:.95rem; letter-spacing:.08em; animation: wv-type 4s steps(7) infinite; }
.wv-ok { display:grid; place-items:center; width:2.4rem; height:2.4rem; border-radius:50%; background:#1fb877; color:#fff; font-weight:700; animation: wv-pop 4s infinite; }

.wv-menu { display:grid; gap:.4rem; width:9rem; padding:.7rem .8rem; border-radius:10px; background:#fff; box-shadow: 0 8px 18px -12px rgba(0,0,0,.35); }
.wv-item { position:relative; display:flex; align-items:center; gap:.5rem; font-weight:700; font-size:.8rem; }
.wv-item i { flex:1; height:.4rem; border-radius:99px; background: color-mix(in srgb, var(--wd) 22%, transparent); }
.wv-item.is-out { animation: wv-fade 4.5s infinite; }
.wv-item.is-out::after { content:""; position:absolute; left:0; top:50%; width:100%; height:2px; background:#EB5757; transform-origin:left; animation: wv-strike 4.5s infinite; }
.wv-toggle { position:relative; width:2.6rem; height:1.5rem; border-radius:99px; background: var(--wa); animation: wv-tog-bg 4.5s infinite; }
.wv-toggle i { position:absolute; top:.2rem; left:.2rem; width:1.1rem; height:1.1rem; border-radius:50%; background:#fff; animation: wv-tog 4.5s infinite; }

.wv-sky { position:relative; width:10rem; height:6rem; overflow:hidden; border:4px solid #0d0f14; border-radius:9px; background:#ffe9a8; animation: wv-sky 6s infinite; }
.wv-sun { position:absolute; left:1rem; top:1rem; width:1.5rem; height:1.5rem; border-radius:50%; background:#F2994A; animation: wv-sun 6s infinite; }
.wv-clock { position:absolute; left:.8rem; bottom:.6rem; display:grid; font-weight:700; font-size:1rem; color:#0d0f14; animation: wv-ink 6s infinite; }
.wv-clock span { grid-area:1 / 1; opacity:0; animation: wv-clock 6s infinite calc(var(--i) * 2s); }

.wv-store { position:relative; width:12rem; height:7rem; }
.wv-screen { position:absolute; left:50%; top:.4rem; translate:-50% 0; display:grid; place-items:center; width:5.4rem; height:3.2rem; border:4px solid #0d0f14; border-radius:8px; background: var(--wa); color: var(--wd); font-weight:700; font-size:1.05rem; animation: wv-glow 5s infinite; }
.wv-floor { position:absolute; left:0; right:0; bottom:.6rem; height:2px; background: color-mix(in srgb, var(--wd) 30%, transparent); }
.wv-person { position:absolute; left:0; bottom:.6rem; width:.9rem; height:2.1rem; border-radius:.45rem .45rem .2rem .2rem; background: var(--wd); animation: wv-walk 5s linear infinite; }
.wv-person::before { content:""; position:absolute; left:50%; top:-.95rem; width:.8rem; height:.8rem; border-radius:50%; background: var(--wd); translate:-50% 0; }

.wv-plan { display:grid; grid-template-columns:1.3fr 1fr; grid-template-rows:1fr 1fr; gap:.35rem; width:11rem; height:6.8rem; padding:.35rem; border-radius:10px; background:#fff; box-shadow: 0 8px 18px -12px rgba(0,0,0,.35); }
.wv-zone { position:relative; border-radius:.4rem; background: color-mix(in srgb, var(--z) 18%, #fff); animation: wv-zone 4.5s infinite calc(var(--i) * 1.5s); }
.wv-zone:first-child { grid-row: 1 / 3; }
.wv-zone i { position:absolute; right:.35rem; top:.35rem; width:1.5rem; height:1rem; border:2px solid #0d0f14; border-radius:.2rem; background: var(--z); }

.wv-hub { position:relative; display:grid; place-items:center; width:3.6rem; height:2.5rem; border-radius:.45rem; background: var(--wd); }
.wv-hub::after { content:""; position:absolute; left:-.4rem; right:-.4rem; bottom:-.35rem; height:.35rem; border-radius:0 0 .4rem .4rem; background:#0d0f14; }
.wv-hub i { width:1.6rem; height:.3rem; border-radius:99px; background: var(--wa); }
.wv-nodes { display:grid; gap:.45rem; }
.wv-nodes.is-grid { grid-template-columns: repeat(2, auto); column-gap:.8rem; }
.wv-node { display:flex; align-items:center; gap:.4rem; font:600 .72rem/1 var(--font-display); }
.wv-node::before { content:""; width:2.8rem; height:2px; background: repeating-linear-gradient(90deg, var(--wa) 0 6px, transparent 6px 12px) 0 0 / 12px 2px; animation: wv-flow .8s linear infinite; }
.wv-nodes.is-grid .wv-node::before { width:1.4rem; }
.wv-node i { width:2.3rem; height:1.45rem; border:2px solid #0d0f14; border-radius:.3rem; background: var(--wd); animation: wv-ping 3s infinite calc(var(--i) * .25s); }

.wv-door { position:relative; width:3.6rem; height:7rem; border:3px solid var(--wd); border-bottom:0; border-radius:.3rem .3rem 0 0; background: color-mix(in srgb, var(--wd) 8%, #fff); }
.wv-door i { position:absolute; right:.45rem; top:50%; width:.35rem; height:.9rem; border-radius:99px; background: var(--wd); }
.wv-panel { display:grid; gap:.3rem; width:6.6rem; padding:.55rem; border:3px solid #0d0f14; border-radius:.6rem; background:#fff; font-weight:700; font-size:.85rem; }
.wv-slot { display:flex; align-items:center; gap:.35rem; padding:.2rem .3rem; border-radius:.3rem; font-size:.66rem; animation: wv-now 4.5s infinite calc(var(--i) * 1.5s); }
.wv-slot i { flex:1; height:.3rem; border-radius:99px; background: color-mix(in srgb, var(--wd) 25%, transparent); }

.wv-dash { display:grid; grid-template-columns:auto 1fr; align-items:end; gap:.8rem; width:12rem; height:6.4rem; padding:.7rem .8rem; border:4px solid #0d0f14; border-radius:9px; background: var(--wd); color:#fff; }
.wv-kpi { align-self:start; font-size:1.4rem; }
.wv-kpi::after { content:" ↑"; font-size:.8rem; color: var(--wa); }
.wv-bars { display:flex; align-items:flex-end; gap:.25rem; height:100%; }
.wv-bars i { flex:1; height: var(--h); border-radius:.2rem .2rem 0 0; background: var(--wa); transform-origin:bottom; animation: wv-bar 3.6s ease-in-out infinite calc(var(--i) * .12s); }

.wv-prompt { max-width:9.5rem; padding:.6rem .8rem; border-radius:.9rem .9rem .9rem .2rem; background:#fff; font:600 .75rem/1.35 var(--font-body); box-shadow: 0 8px 18px -12px rgba(0,0,0,.35); }
.wv-typed { display:block; animation: wv-reveal 5s steps(30) infinite; }
.wv-arrow { font-weight:700; font-size:1.2rem; color: var(--wa); }
.wv-mini { display:grid; place-items:center; width:5.4rem; height:3.4rem; border:4px solid #0d0f14; border-radius:8px; background: var(--wa); color: var(--wd); font-weight:700; animation: wv-pop 5s infinite; }

@keyframes wv-a { 0%, 40% { opacity:1; } 45%, 92% { opacity:0; } 97%, 100% { opacity:1; } }
@keyframes wv-b { 0%, 40% { opacity:0; } 45%, 92% { opacity:1; } 97%, 100% { opacity:0; } }
@keyframes wv-flow { to { background-position: 12px 0; } }
@keyframes wv-slide { 0% { opacity:0; transform: translateX(14px); } 5%, 30% { opacity:1; transform:none; } 35%, 100% { opacity:0; transform: translateX(-14px); } }
@keyframes wv-dot { 0%, 33% { background: var(--wa); } }
@keyframes wv-row { 0%, 30% { background: color-mix(in srgb, var(--wa) 55%, transparent); } 34%, 100% { background: transparent; } }
@keyframes wv-type { 0% { clip-path: inset(0 100% 0 0); } 35%, 100% { clip-path: inset(0); } }
@keyframes wv-reveal { 0% { clip-path: inset(0 100% 0 0); } 40%, 100% { clip-path: inset(0); } }
@keyframes wv-pop { 0%, 45% { opacity:0; transform: scale(.4); } 55%, 92% { opacity:1; transform:none; } 100% { opacity:0; } }
@keyframes wv-strike { 0%, 35% { transform: scaleX(0); } 45%, 92% { transform: scaleX(1); } 100% { transform: scaleX(0); } }
@keyframes wv-fade { 0%, 45% { opacity:1; } 55%, 90% { opacity:.35; } 100% { opacity:1; } }
@keyframes wv-tog { 0%, 30% { transform:none; } 38%, 92% { transform: translateX(1.1rem); } 100% { transform:none; } }
@keyframes wv-tog-bg { 0%, 30% { background: var(--wa); } 38%, 92% { background: color-mix(in srgb, var(--wd) 25%, #fff); } 100% { background: var(--wa); } }
@keyframes wv-sky { 0%, 28% { background:#ffe9a8; } 36%, 61% { background:#bfe3ff; } 69%, 94% { background:#2b1d4f; } 100% { background:#ffe9a8; } }
@keyframes wv-sun { 0%, 28% { transform:none; background:#F2994A; } 36%, 61% { transform: translate(3.4rem, -.3rem); background:#F2C94C; } 69%, 94% { transform: translate(6.6rem, .6rem); background:#f4f1ff; box-shadow: inset -.45rem -.1rem 0 #2b1d4f; } 100% { transform:none; } }
@keyframes wv-ink { 0%, 64% { color:#0d0f14; } 69%, 94% { color:#fff; } 100% { color:#0d0f14; } }
@keyframes wv-clock { 0%, 30% { opacity:1; } 34%, 100% { opacity:0; } }
@keyframes wv-glow { 0%, 35% { box-shadow: 0 0 0 0 transparent; } 45%, 70% { box-shadow: 0 0 0 .45rem color-mix(in srgb, var(--wa) 35%, transparent); } 80%, 100% { box-shadow: 0 0 0 0 transparent; } }
@keyframes wv-walk { 0% { transform: translateX(0); } 35%, 70% { transform: translateX(5.5rem); } 100% { transform: translateX(11rem); } }
@keyframes wv-zone { 0%, 30% { box-shadow: inset 0 0 0 2px var(--z); } 34%, 100% { box-shadow:none; } }
@keyframes wv-ping { 0%, 40% { background: var(--wd); } 50%, 90% { background: var(--wa); } 100% { background: var(--wd); } }
@keyframes wv-now { 0%, 30% { background: color-mix(in srgb, var(--wa) 30%, transparent); } 34%, 100% { background: transparent; } }
@keyframes wv-bar { 0%, 100% { transform: scaleY(.55); } 50% { transform:none; } }
@media (prefers-reduced-motion: reduce) {
  .why-vis * { animation: none !important; }
  .wv-slides i:first-child, .wv-clock span:first-child { opacity:1; }
}

/* ============================================================
   PRODUCT SHOWCASE (recreated app UI)
   ============================================================ */
.product { background: var(--ink); color:#fff; position:relative; overflow:hidden; }
.product::before {
  content:""; position:absolute; inset:0;
  background: radial-gradient(80% 60% at 80% 10%, rgba(22,86,106,.55), transparent 60%);
}
.product .container { position:relative; z-index:1; }
.product .section-head h2 { color:#fff; }
.product .section-head .lead { color: var(--muted-light); }
.product .eyebrow { color: var(--accent); }

/* two-column stage: plan browser + live screen */
.product-stage {
  display: grid;
  grid-template-columns: minmax(0,1.55fr) auto minmax(0,1fr);
  align-items: center;
  gap: clamp(.6rem, 2vw, 1.6rem);
}

.appwin {
  border-radius: var(--radius-lg); overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  background:#0a2026; box-shadow: var(--shadow);
}
.appwin-bar { display:flex; align-items:center; gap:.5rem; padding:.8rem 1rem; background:#0c2730; border-bottom:1px solid rgba(255,255,255,.08); }
.appwin-bar i { width:11px;height:11px;border-radius:50%; background:rgba(255,255,255,.18); }
.appwin-bar .url {
  margin-left: .8rem; font-family:var(--font-display); font-size:.78rem; color: var(--muted-dim);
  background: rgba(255,255,255,.06); border-radius:999px; padding:.25rem .9rem;
}
.appwin-body { display:grid; grid-template-columns: 140px 1fr; min-height: 420px; }
.app-clock { margin-left:auto; display:inline-flex; align-items:center; gap:.4rem; font-family:var(--font-display); font-size:.82rem; font-weight:600; color:#fff; background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.1); border-radius:999px; padding:.32rem .7rem; }
.app-clock b { font-variant-numeric: tabular-nums; font-feature-settings: "tnum" 1; letter-spacing:.02em; }
.app-clock-dot { width:7px; height:7px; border-radius:50%; background:var(--accent); box-shadow:0 0 8px var(--accent); }
.appmain-head .app-pill { margin-left:.7rem; }
.appside { background:#0e3641; padding:1.3rem 1rem; border-right:1px solid rgba(255,255,255,.07); }
.appside .brand-sm { display:flex; align-items:center; gap:.3rem; font-family:var(--font-display); font-weight:700; color:#fff; font-size:1rem; margin-bottom:1.6rem; }
.appside .brand-sm .glyph { width:22px;height:22px;color:var(--accent); margin-bottom:-4px;}
.appside .brand-sm .brand-logo { height:18px; }
.appnav { display:flex; flex-direction:column; gap:.3rem; list-style:none; padding:0; margin:0; }
.appnav li { display:flex; align-items:center; gap:.7rem; padding:.6rem .8rem; border-radius:10px; color:var(--muted-light); font-size:.9rem; font-weight:500; }
.appnav li svg { width:18px;height:18px; opacity:.8; }
.appnav li.active { background: var(--accent); color: var(--accent-ink); font-weight:600; }
.appmain { padding: 1.4rem; background:#0a2026; }
.appmain-head { display:flex; align-items:center; justify-content:space-between; margin-bottom:1.1rem; }
.appmain-head .appmain-title { font-family:var(--font-display); font-weight:600; line-height:1.04; letter-spacing:-.02em; font-size:1.1rem; }
.app-pill { font-family:var(--font-display); font-size:.78rem; font-weight:600; background:var(--accent); color:var(--accent-ink); padding:.4rem .85rem; border-radius:999px; }

/* scheduling timeline */
.tl { background:#0c2730; border:1px solid rgba(255,255,255,.08); border-radius:14px; padding:1.1rem 1.2rem 1.3rem; }
.tl-rows { position:relative; }
.tl-row { position:relative; display:grid; grid-template-columns: 92px 1fr; align-items:center; gap:.8rem; padding:.5rem 0; transition: opacity .3s ease; }
.tl-row .name { font-size:.82rem; color:var(--muted-light); font-weight:500; display:flex; align-items:center; gap:.45rem; transition:.25s ease; }
.tl-row .name::before { content:""; width:6px; height:6px; border-radius:50%; background:rgba(255,255,255,.2); flex:none; transition:.25s ease; }
.tl-track { position:relative; height:26px; border-radius:7px; background: rgba(255,255,255,.05); overflow:hidden; }
.tl-seg { position:absolute; top:0; bottom:0; border-radius:6px; display:flex; align-items:center; padding-left:.5rem; font-size:.66rem; font-family:var(--font-display); font-weight:600; color:#fff; white-space:nowrap; overflow:hidden; opacity:.62; filter:saturate(.7); transition: opacity .3s ease, filter .3s ease, box-shadow .3s ease; }
/* active slot highlight */
.tl-row.active .name { color:#fff; }
.tl-row.active .name::before { background:var(--accent); box-shadow:0 0 8px var(--accent); }
.tl-row.active .tl-seg { opacity:1; filter:none; box-shadow:0 0 0 1px rgba(255,255,255,.25), 0 6px 18px -6px rgba(0,0,0,.6); }
.tl-axis { display:grid; grid-template-columns: 92px 1fr; gap:.8rem; margin-top:.6rem; }
.tl-ticks { display:flex; justify-content:space-between; font-size:.6rem; color:var(--muted-dim); font-family:var(--font-display); }
/* playhead overlay aligned to the track column */
.tl-cursor { position:absolute; inset:0; display:grid; grid-template-columns:92px 1fr; gap:.8rem; pointer-events:none; }
.tl-cursor-track { position:relative; }
.tl-playhead { position:absolute; top:-2px; bottom:-2px; width:2px; left:0; background:var(--accent); box-shadow:0 0 12px var(--accent); }
.tl-playhead::before { content:""; position:absolute; top:-5px; left:50%; transform:translateX(-50%); width:9px; height:9px; border-radius:50%; background:var(--accent); box-shadow:0 0 10px var(--accent); }

/* connecting data flow between plan and screen */
.product-flow { position:relative; display:grid; place-items:center; width:clamp(34px,4vw,58px); color:var(--accent); }
.product-flow .flow-line { width:100%; height:auto; max-width:58px; opacity:.65; }

/* live preview screen reacting to the plan */
.product-screen { display:flex; flex-direction:column; gap:.7rem; }
.screen-cap { display:flex; align-items:center; gap:.5rem; font-family:var(--font-display); font-weight:600; font-size:.74rem; letter-spacing:.12em; text-transform:uppercase; color:var(--muted-light); }
.screen-cap-dot { width:7px; height:7px; border-radius:50%; background:#ff5a6e; box-shadow:0 0 8px #ff5a6e; animation: pulse 1.6s infinite; }
.product-screen .device { box-shadow: var(--shadow), inset 0 0 0 6px #0b1f24, 0 0 0 1px rgba(233,222,0,.18); }
.product-screen .canvas { aspect-ratio:16/9; }
.screen-sync { display:flex; align-items:center; gap:.5rem; font-size:.8rem; color:var(--muted-light); }
.screen-sync .check { width:18px; height:18px; border-radius:50%; background:#1fb877; color:#fff; display:grid; place-items:center; font-size:.6rem; flex:none; }
.screen-sync b { color:#fff; font-family:var(--font-display); }

.product-feats { display:flex; flex-wrap:wrap; gap:1.4rem 2.5rem; margin-top:2.2rem; }
.product-feat { display:flex; align-items:center; gap:.6rem; color:var(--muted-light); font-size:.96rem; }
.product-feat svg { width:20px;height:20px; color: var(--accent); flex:none; }

/* ============================================================
   AI ASSISTANT
   ============================================================ */
.ai-grid { display:grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,4.5rem); align-items:center; }
.ai-head { display:flex; align-items:center; flex-wrap:wrap; gap:.65rem; }
.ai-copy h2 { font-size: clamp(1.9rem,3.7vw,2.9rem); margin:1.1rem 0 1rem; }
.ai-copy .lead { font-size:1.1rem; }
.ai-points { list-style:none; padding:0; margin:1.8rem 0 0; display:flex; flex-direction:column; gap:1.05rem; }
.ai-points li { display:flex; gap:.85rem; align-items:flex-start; }
.ai-points .tick { width:28px; height:28px; border-radius:9px; background:var(--ink); color:var(--accent); display:grid; place-items:center; flex:none; margin-top:.1rem; }
.ai-points .tick svg { width:16px; height:16px; }
.ai-points b { display:block; font-family:var(--font-display); font-size:1.02rem; margin-bottom:.12rem; }
.ai-points .d { color:var(--muted); font-size:.95rem; }
.ai-note { margin-top:1.9rem; font-size:.92rem; color:var(--muted); border-left:2px solid var(--accent); padding:.1rem 0 .1rem .95rem; }
.ai-note .js-open-contact { background:none; border:0; padding:0; font:inherit; color:var(--text); font-weight:600; text-decoration:underline; text-underline-offset:2px; cursor:pointer; }

/* conversation mock */
.ai-chat { border-radius: var(--radius-lg); overflow:hidden; border:1px solid rgba(255,255,255,.12); background:#0a2026; box-shadow: var(--shadow); }
.ai-chat-bar { display:flex; align-items:center; gap:.5rem; padding:.8rem 1rem; background:#0c2730; border-bottom:1px solid rgba(255,255,255,.08); }
.ai-chat-bar i { width:11px;height:11px;border-radius:50%; background:rgba(255,255,255,.18); }
.ai-chat-title { margin-left:.7rem; display:inline-flex; align-items:center; gap:.5rem; color:#fff; font-family:var(--font-display); font-weight:600; font-size:.85rem; }
.ai-chat-title .spark { width:16px; height:16px; color:var(--accent); }
.ai-chat-badge { font-family:var(--font-display); font-size:.6rem; font-weight:700; letter-spacing:.1em; text-transform:uppercase; background:var(--accent); color:var(--accent-ink); border-radius:999px; padding:.18rem .5rem; }
.ai-chat-body { padding:1.2rem; display:flex; flex-direction:column; gap:.85rem; }
.bubble { max-width:88%; padding:.78rem 1rem; border-radius:15px; font-size:.93rem; line-height:1.5; }
.bubble.me { align-self:flex-end; background:var(--accent); color:var(--accent-ink); font-weight:500; border-bottom-right-radius:5px; }
.bubble.ai { align-self:flex-start; width:100%; max-width:100%; background:rgba(255,255,255,.06); color:#fff; border:1px solid rgba(255,255,255,.08); border-bottom-left-radius:5px; }
.ai-actions { list-style:none; margin:.75rem 0 0; padding:0; display:flex; flex-direction:column; gap:.5rem; }
.ai-actions li { display:flex; align-items:center; gap:.6rem; font-size:.88rem; color:var(--muted-light); }
.ai-actions .ok { width:18px; height:18px; border-radius:50%; background:#1fb877; color:#fff; display:grid; place-items:center; font-size:.62rem; flex:none; }
.ai-ask { margin:.95rem 0 0; color:#fff; font-weight:500; }
.ai-chat-cta { display:flex; gap:.6rem; margin-top:.85rem; flex-wrap:wrap; }
.ai-chat-cta button { font-family:var(--font-display); font-weight:600; font-size:.82rem; padding:.5rem 1.05rem; border-radius:999px; cursor:default; }
.ai-chat-cta .b1 { background:var(--accent); color:var(--accent-ink); border:0; }
.ai-chat-cta .b2 { background:transparent; color:#fff; border:1px solid rgba(255,255,255,.22); }

/* ============================================================
   USE CASES
   ============================================================ */
.uc-grid { display:grid; grid-template-columns: repeat(auto-fit, minmax(205px,1fr)); gap:1.1rem; }
.uc {
  position:relative; display:block; text-decoration:none; color:inherit;
  background: var(--white); border:1px solid var(--line); border-radius: var(--radius);
  padding:1.6rem; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.uc:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); border-color: var(--accent); }
.uc:focus-visible { outline:none; box-shadow: var(--focus-ring); }
.uc-go {
  position:absolute; right:1.3rem; bottom:1.3rem;
  font-family: var(--font-display); font-weight:600; color: var(--muted);
  opacity:0; transform: translateX(-4px);
  transition: opacity .2s ease, transform .2s ease, color .2s ease;
}
.uc:hover .uc-go, .uc:focus-visible .uc-go { opacity:1; transform:none; color: var(--ink); }
@media (hover: none) { .uc-go { opacity:1; transform:none; } }

.uc-more { text-align:center; margin: 2.2rem 0 0; }
.uc-more a {
  display:inline-flex; align-items:center; gap:.5rem;
  font-family: var(--font-display); font-weight:600; font-size:1rem;
  color: var(--ink); text-decoration: underline;
  text-underline-offset: 5px; text-decoration-color: var(--accent); text-decoration-thickness: 2px;
  border-radius: 6px; padding:.2rem .3rem;
}
.uc-more a:hover { color: var(--petrol); }
.uc-more a:focus-visible { outline:none; box-shadow: var(--focus-ring); }
.uc-more .arrow { transition: transform .2s ease; }
.uc-more a:hover .arrow { transform: translateX(3px); }
.uc .ico { width:44px;height:44px; border-radius:12px; background: var(--ink); color: var(--accent); display:grid; place-items:center; margin-bottom:1rem; }
.uc .ico svg { width:22px;height:22px; }
.uc h3 { font-size:1.12rem; margin-bottom:.4rem; }
.uc p { margin:0; color: var(--muted); font-size:.93rem; }

/* ---------- subpage shell ---------- */
.feature-grid-2 { grid-template-columns: repeat(2,1fr); }
.sib-grid { display:grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); gap:.9rem; }
.sib {
  display:flex; align-items:center; gap:.8rem;
  background: var(--white); border:1px solid var(--line); border-radius: var(--radius-sm);
  padding:1.1rem 1.3rem; text-decoration:none; color: var(--text);
  font-family: var(--font-display); font-weight:600;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.sib:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); border-color: var(--accent); }
.sib:focus-visible { outline:none; box-shadow: var(--focus-ring); }
.sib .arrow { margin-left:auto; color: var(--muted); transition: transform .2s ease, color .2s ease; }
.sib-ico { width:34px; height:34px; border-radius:10px; display:grid; place-items:center; flex:none; background: var(--paper-2); color: var(--ink); }
.sib-ico svg { width:18px; height:18px; }
.sib:hover .arrow { transform: translateX(3px); color: var(--ink); }
.page-hero {
  padding: clamp(8rem, 12vw, 10rem) 0 clamp(3rem, 6vw, 4.5rem);
  color:#fff; position:relative; overflow:hidden;
  background:
    radial-gradient(90% 120% at 85% 0%, var(--petrol-glow) 0%, transparent 55%),
    linear-gradient(160deg, var(--petrol) 0%, var(--ink) 100%);
}
.page-hero .container { position:relative; z-index:1; max-width: 48rem; text-align:center; }
.page-hero h1 { font-size: clamp(2.2rem, 4.6vw, 3.4rem); margin: 1rem 0 .9rem; }
/* the keyword stays in the H1 for search, the venue carries the visual weight */
.h1-kicker {
  display:flex; justify-content:center; align-items:center; gap:.55rem; margin-bottom:1rem;
  font: 600 .8rem/1 var(--font-display); letter-spacing:.16em; text-transform:uppercase; color: var(--muted);
}
.h1-kicker::before { content:""; width:22px; height:2px; border-radius:2px; background: var(--accent); }
.h1-main { display:block; }
.h1-main::first-letter { text-transform: uppercase; }
.page-hero .lead { font-size:1.15rem; color: var(--muted-light); margin:0; }
.cta-narrow { max-width: 42rem; text-align:center; }
.cta-narrow .lead { margin-inline:auto; }
.cta-actions { display:flex; flex-wrap:wrap; gap:.8rem; justify-content:center; margin-top:1.8rem; }
.sr-only {
  position:absolute; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; border:0;
}

/* ---------- use-case hub ---------- */
.hub-list { display:grid; grid-template-columns: repeat(2,1fr); gap: 1.4rem; }
.hub-go {
  display:inline-flex; align-items:center; gap:.5rem; margin-top:1.2rem;
  font-family: var(--font-display); font-weight:600; font-size:.95rem;
  color: var(--accent); text-decoration:none; border-radius:6px; padding:.25rem .35rem;
}
.uc-card:hover .hub-go { color:#fff; }
.hub-go .arrow { transition: transform .2s ease; }
.uc-card:hover .hub-go .arrow { transform: translateX(3px); }
@media (max-width: 860px) { .hub-list { grid-template-columns: 1fr; } }

/* ---------- interactive use-case scenes ---------- */
.uc-card {
  display:block; text-decoration:none;
  background: var(--ink); color:#fff; overflow:hidden;
  border:1px solid rgba(255,255,255,.1); border-radius: var(--radius-lg);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
a.uc-card:focus-visible { outline:none; box-shadow: 0 0 0 3px var(--accent); }
.uc-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(233,222,0,.45); }
.uc-stage {
  position:relative; aspect-ratio: 22 / 15;
  background:
    radial-gradient(90% 90% at 72% 8%, rgba(22,86,106,.55), transparent 60%),
    linear-gradient(160deg, #0e3641 0%, #08222a 100%);
  border-bottom:1px solid rgba(255,255,255,.07);
}
.uc-split-stage .uc-card { background: transparent; border:0; }
.uc-split-stage .uc-card:hover { transform:none; box-shadow:none; border-color:transparent; }
.uc-split-stage .uc-stage { border-radius: var(--radius-lg); border:1px solid rgba(255,255,255,.1); border-bottom:1px solid rgba(255,255,255,.07); }
.uc-scene { width:100%; height:100%; display:block; object-fit:cover; }
/* hub cards: screens sit dark until the card is hovered or focused, then light up */
.uc-stage .uc-off, .uc-stage .uc-glow { position:absolute; inset:0; pointer-events:none; transition: opacity .45s ease; }
.uc-stage .uc-glow { opacity:0; }
.uc-card:hover .uc-off, a.uc-card:focus-visible .uc-off { opacity:0; }
.uc-card:hover .uc-glow, a.uc-card:focus-visible .uc-glow { opacity:1; }
.uc-body { padding: 1.4rem 1.5rem 1.6rem; }
.uc-body h2, .uc-body h3 { font-size:1.25rem; margin-bottom:.45rem; }
.uc-body p { margin:0 0 1.1rem; color: var(--muted-light); font-size:.96rem; }
.uc-screens { display:flex; flex-wrap:wrap; gap:.5rem; list-style:none; padding:0; margin:0; }
.uc-screens li {
  display:inline-flex; align-items:center; gap:.45rem;
  font-family: var(--font-display); font-weight:600; font-size:.74rem;
  padding:.32rem .72rem; border-radius:999px;
  color: var(--muted-light); background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
  transition: color .22s ease, border-color .22s ease, background .22s ease;
}
.uc-screens li::before { content:""; width:7px; height:7px; border-radius:50%; background: rgba(255,255,255,.3); transition: background .22s ease, box-shadow .22s ease; }
.uc-card:hover .uc-screens li { color:#fff; border-color: rgba(233,222,0,.4); background: rgba(233,222,0,.08); }
.uc-card:hover .uc-screens li::before { background: var(--accent); box-shadow: 0 0 8px var(--accent); }

/* no-hover (touch): keep the screens and the screen list lit so the point still lands */
@media (hover: none) {
  .uc-stage .uc-off { opacity:0; }
  .uc-screens li { color:#fff; border-color: rgba(233,222,0,.4); }
  .uc-screens li::before { background: var(--accent); }
}

/* ---- use-case page: split copy + live device ---- */
.uc-split { display:grid; grid-template-columns: 1fr 1.05fr; gap: clamp(2rem,5vw,3.5rem); align-items:center; }
.uc-split-copy h2 { font-size: clamp(1.8rem,3.4vw,2.6rem); margin:1rem 0 .9rem; }
.uc-split-stage { display:grid; gap:.8rem; }
.uc-split-stage .screen-cap { color: var(--muted); }
.uc-list { list-style:none; margin:1.6rem 0 0; padding:0; display:grid; gap:.7rem; }
.uc-list li { position:relative; padding-left:1.9rem; color: var(--muted); }
.uc-list li::before {
  content:""; position:absolute; left:0; top:.55em;
  width:10px; height:10px; border-radius:3px; background: var(--accent);
}

.uc-more { text-align:center; margin: 2.2rem 0 0; }
.uc-more a {
  display:inline-flex; align-items:center; gap:.5rem;
  font-family: var(--font-display); font-weight:600; font-size:1rem;
  color: var(--ink); text-decoration: underline;
  text-underline-offset: 5px; text-decoration-color: var(--accent); text-decoration-thickness: 2px;
  border-radius: 6px; padding:.2rem .3rem;
}
.uc-more a:hover { color: var(--petrol); }
.uc-more a:focus-visible { outline:none; box-shadow: var(--focus-ring); }
.uc-more .arrow { transition: transform .2s ease; }
.uc-more a:hover .arrow { transform: translateX(3px); }

.stat-note { text-align:center; color: var(--muted); font-size:.9rem; margin:2.2rem 0 0; }

.proof-band { background: var(--ink); color:#fff; }
.proof-band .lead { color: var(--muted-light); }

/* ============================================================
   CASE STUDIES
   ============================================================ */
.cases { background: var(--paper); }
.case-tabs { display:inline-flex; gap:.3rem; background: var(--white); border:1px solid var(--line); border-radius:999px; padding:.3rem; margin: 0 auto 2.5rem; }
.case-tab { border:0; background:transparent; font-family:var(--font-display); font-weight:600; font-size:.95rem; padding:.6rem 1.3rem; border-radius:999px; cursor:pointer; color:var(--muted); transition:.18s ease; }
.case-tab.active { background: var(--ink); color:#fff; }
.case-panel { display:grid; grid-template-columns: 1.1fr .9fr; gap:2rem; align-items:stretch; }
.case-media { position:relative; border-radius: var(--radius-lg); overflow:hidden; box-shadow: var(--shadow); min-height: 360px; }
.case-media img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:0; transition: opacity .9s ease; }
.case-media img.active { opacity:1; }
.case-media .overlay { position:absolute; inset:0; background: linear-gradient(180deg, transparent 40%, rgba(8,30,36,.9)); }
.case-media .badge { position:absolute; top:1.1rem; left:1.1rem; font-family:var(--font-display); font-weight:600; font-size:.74rem; letter-spacing:.1em; text-transform:uppercase; background: var(--accent); color: var(--accent-ink); padding:.4rem .8rem; border-radius:999px; }
.case-media .cap { position:absolute; left:1.3rem; right:1.3rem; bottom:1.2rem; color:#fff; z-index:1; }
.case-media .cap h3 { font-size:1.6rem; }
.case-media .cap p { margin:.3rem 0 0; color: rgba(255,255,255,.8); font-size:.95rem; }
.case-stats { display:grid; grid-template-columns: repeat(3,1fr); gap:.7rem; position:absolute; left:1.3rem; right:1.3rem; bottom:1.2rem; z-index:1; }

.case-detail { display:flex; flex-direction:column; gap:1rem; }
.case-block { background: var(--white); border:1px solid var(--line); border-radius: var(--radius); padding:1.4rem; }
.case-block h3 { font-family:var(--font-display); font-size:.78rem; letter-spacing:.12em; text-transform:uppercase; color: var(--muted); margin-bottom:.7rem; }
.case-block p { margin:0; color: var(--text); font-size:.96rem; }
.case-block ul { margin:0; padding-left:0; list-style:none; display:flex; flex-direction:column; gap:.5rem; }
.case-block li { position:relative; padding-left:1.6rem; color:var(--text); font-size:.95rem; }
.case-block li::before { content:""; position:absolute; left:0; top:.55em; width:8px; height:8px; border-radius:2px; background: var(--accent); }
.case-quote { background: var(--ink); color:#fff; border:0; }
.case-quote p { color:#fff; font-style:italic; font-size:1.05rem; }
.case-quote .who { margin-top:.7rem; font-style:normal; font-size:.85rem; color: var(--accent); font-family:var(--font-display); font-weight:600; }

/* ============================================================
   FAQ
   ============================================================ */
.faq-wrap { max-width: 50rem; margin: 0 auto; }
.faq { background: var(--white); border:1px solid var(--line); border-radius: var(--radius-sm); margin-bottom:.7rem; padding: .2rem 1.3rem; transition: border-color .2s ease; }
.faq.open { border-color: var(--accent); }
.faq-q { width:100%; border:0; background:transparent; color:inherit; text-align:left; cursor:pointer; display:flex; align-items:center; justify-content:space-between; gap:1rem; padding:1.1rem 0; font-family:var(--font-display); font-weight:600; font-size:1.05rem; }
.faq-q .pm { flex:none; width:26px; height:26px; border-radius:50%; background:var(--paper-2); display:grid; place-items:center; transition: transform .25s ease, background .2s ease; }
.faq.open .faq-q .pm { transform: rotate(45deg); background: var(--accent); }
.faq-a { display:grid; grid-template-rows:0fr; transition: grid-template-rows .34s cubic-bezier(.4,0,.2,1); }
.faq.open .faq-a { grid-template-rows:1fr; }
.faq-a-inner { overflow:hidden; min-height:0; }
.faq p { margin: 0 0 1.1rem; color: var(--muted); opacity:0; transition: opacity .22s ease; }
.faq.open p { opacity:1; transition-delay:.12s; }
@media (prefers-reduced-motion: reduce) {
  .faq-a, .faq p, .faq-q .pm { transition:none; }
}

/* ============================================================
   FINAL CTA + CONTACT
   ============================================================ */
.cta {
  color:#fff; position:relative; overflow:hidden;
  background:
    radial-gradient(90% 120% at 90% 0%, var(--petrol-glow) 0%, transparent 55%),
    linear-gradient(160deg, var(--petrol) 0%, var(--ink) 100%);
}
.cta-grid { display:grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,4rem); align-items:center; }
.cta h2 { font-size: clamp(2rem,3.6vw,3rem); margin-bottom:1rem; }
.cta .lead { color: var(--muted-light); font-size:1.12rem; margin-bottom:1.6rem; }
.cta-points { list-style:none; padding:0; margin:1.6rem 0 0; display:flex; flex-direction:column; gap:.7rem; }
.cta-points li { display:flex; align-items:center; gap:.7rem; color: var(--muted-light); }
.cta-points svg { width:20px; height:20px; color: var(--accent); flex:none; }

.form-card { background: var(--white); border-radius: var(--radius-lg); padding: clamp(1.5rem,3vw,2.2rem); box-shadow: var(--shadow); color: var(--text); }
.form-card h3 { font-size:1.4rem; margin-bottom:.4rem; }
.form-card .fc-sub { color: var(--muted); margin:0 0 1.4rem; font-size:.95rem; }
.field { margin-bottom: 1rem; }
.field label { display:block; font-family:var(--font-display); font-weight:600; font-size:.82rem; margin-bottom:.4rem; color: var(--text); }
.field label .req { color:#e0473e; }
.field input, .field textarea {
  width:100%; border:1.5px solid var(--line); border-radius:12px; padding:.8rem .9rem;
  font-family: var(--font-body); font-size:1rem; color: var(--text); background: var(--paper);
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.field input:focus, .field textarea:focus { outline:0; border-color: var(--ink); background:#fff; box-shadow: 0 0 0 4px rgba(14,54,65,.08); }
.field textarea { resize: vertical; min-height: 96px; }
.form-card .btn { width:100%; justify-content:center; }
.form-note { margin:.9rem 0 0; font-size:.82rem; color: var(--muted); text-align:center; }
.form-ok { display:none; text-align:center; padding:1rem; }
.form-ok.show { display:block; }
.form-error { margin:0 0 1rem; padding:.7rem .85rem; font-size:.85rem; line-height:1.45; color:#8b2942; background:rgba(224,71,62,.08); border:1px solid rgba(224,71,62,.25); border-radius:10px; }
.form-error[hidden] { display:none; }

/* ============================================================
   DEMO MODAL
   ============================================================ */
.modal {
  position: fixed; inset: 0; z-index: 200;
  display: grid; place-items: center; padding: 1.2rem;
  visibility: hidden; opacity: 0;
  transition: opacity .22s ease, visibility .22s ease;
}
.modal.open { visibility: visible; opacity: 1; }
.modal-backdrop {
  position: absolute; inset: 0;
  background: rgba(8,28,34,.62);
  backdrop-filter: blur(8px);
}
.modal-card {
  position: relative; width: min(27rem, 100%);
  transform: translateY(12px) scale(.98);
  transition: transform .22s ease;
}
.modal.open .modal-card { transform: none; }
.modal-close {
  position: absolute; top: .9rem; right: .9rem;
  width: 34px; height: 34px; border: 0; border-radius: 50%;
  background: var(--paper-2); color: var(--text);
  font-size: 1.15rem; line-height: 1; cursor: pointer;
  display: grid; place-items: center;
  transition: background .18s ease;
}
.modal-close:hover { background: var(--line); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--ink); color: rgba(255,255,255,.7); padding: 4rem 0 2rem; }
.footer-top { display:grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2rem; padding-bottom:2.5rem; border-bottom:1px solid rgba(255,255,255,.1); }
.footer .brand { margin-bottom:1rem; }
.footer-col h3 { font-family:var(--font-display); font-weight:700; font-size:.78rem; letter-spacing:.12em; text-transform:uppercase; color: var(--muted-dim); margin-bottom:1rem; }
.footer-col a { display:block; color: rgba(255,255,255,.7); text-decoration:none; padding:.3rem 0; font-size:.95rem; transition:.18s ease; }
.footer-col a:hover { color: var(--accent); }
.footer-about { color: rgba(255,255,255,.6); font-size:.95rem; max-width: 30ch; }
.footer-bottom { display:flex; align-items:center; justify-content:space-between; gap:1rem; flex-wrap:wrap; padding-top:1.6rem; font-size:.86rem; color: var(--muted-dim); }
.footer-bottom > a:not(.powered) { color: var(--muted-dim); text-decoration:none; transition:.18s ease; }
.footer-bottom > a:not(.powered):hover { color: var(--accent); }
.footer-bottom .powered {
  display:flex; align-items:center; gap:.55rem;
  text-decoration:none; color: var(--muted-dim);
  transition: opacity .18s ease;
}
.footer-bottom .powered:hover { opacity: .85; }
.footer-bottom .powered .itixo-logo { height:1.35rem; width:auto; display:block; }

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.reveal { opacity:0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity:1; transform:none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity:1; transform:none; transition:none; }
  .slide, .device-bar .live::before { animation:none !important; }
  .retail-scene .rs-slide, .retail-scene .rs-flow path, .retail-scene .rs-pulse { animation:none !important; }
  .retail-scene .rs-slide.is-first { opacity:1; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .hero { padding: 9rem 0 4rem; }
  .hero-grid { grid-template-columns: 1fr; }
  .stage { max-width: 520px; margin-top: 1rem; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .uc-grid { grid-template-columns: 1fr 1fr; }
  .uc-split { grid-template-columns: 1fr; }
  .uc-split-stage { max-width: 520px; width:100%; margin-inline:auto; }
  .hub-list { grid-template-columns: 1fr; }
  .feature-grid-2 { grid-template-columns: 1fr; }
  .stat-band { grid-template-columns: 1fr 1fr; gap: 2rem 1rem; }
  .case-panel { grid-template-columns: 1fr; }
  .case-media { min-height: 300px; }
  .cta-grid { grid-template-columns: 1fr; }
  .appwin-body { grid-template-columns: 1fr; }
  .appside { display:none; }
  .product-stage { grid-template-columns: 1fr; }
  .product-flow { width:clamp(34px,8vw,48px); height:auto; justify-self:center; transform:rotate(90deg); }
  .product-screen { max-width:520px; width:100%; margin-inline:auto; }
  .ai-grid { grid-template-columns: 1fr; }
  .ai-chat { max-width:520px; width:100%; margin-inline:auto; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .nav { gap:.7rem; }
  .nav-links { display:none; position:absolute; top:76px; left:1rem; right:1rem; flex-direction:column;
    background: rgba(10,32,38,.97); backdrop-filter: blur(14px); border:1px solid var(--line-dark);
    border-radius:16px; padding:1rem; gap:.2rem; }
  .nav-links.open { display:flex; }
  .nav-links a { color:#fff; }
  .nav-links .mobile-only { display:block; border-top:1px solid var(--line-dark); margin-top:.4rem; padding-top:.4rem; }
  .nav-links .mobile-only + .mobile-only { border-top:0; margin-top:0; padding-top:0; }
  .nav-links .lang { margin:.3rem .85rem .4rem; }
  .menu-toggle { display:inline-grid; place-items:center; order:3; width:42px;height:42px;
    border:1px solid rgba(255,255,255,.2); border-radius:10px; background:transparent; color:#fff; cursor:pointer; }
  .nav-actions { order:2; margin-left:auto; gap:.6rem; }
  .nav-actions .lang { display:none; }
  .nav-actions .nav-login { display:none; }
  .nav-actions .js-open-demo { min-width:0; padding:.6rem 1.05rem; font-size:.92rem; }
}
@media (max-width: 600px) {
  .feature-grid, .uc-grid, .feature-grid-2 { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap:1.5rem; }
  .case-stats { position:static; margin-top:1rem; }
}

/* ============================================================
   COOKIE CONSENT BANNER
   ============================================================ */
.consent {
  position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 150;
  max-width: 560px; margin-inline: auto;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.4rem 1.5rem;
  display: none;
}
.consent.show { display: block; animation: consentIn .35s ease both; }
@keyframes consentIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.consent h4 {
  font-family: var(--font-display); font-size: 1.05rem;
  margin: 0 0 .45rem; color: var(--text);
}
.consent p { margin: 0 0 1.1rem; color: var(--muted); font-size: .92rem; line-height: 1.55; }
.consent p a { color: var(--text); text-decoration: underline; text-underline-offset: 2px; }
.consent-actions { display: flex; gap: .6rem; }
.consent-actions .btn { flex: 1 1 0; justify-content: center; padding: .75rem 1.2rem; font-size: .95rem; }
@media (max-width: 520px) {
  .consent { padding: 1.2rem 1.2rem; }
  .consent-actions { flex-wrap: wrap; }
  .consent-actions .btn { flex-basis: 100%; }
}
@media (prefers-reduced-motion: reduce) { .consent.show { animation: none; } }

/* ---------- vertical colour themes (generated from OKLCH, equal lightness per role) ---------- */
[data-v="conf"] {
  --v50: #f5f1fe;
  --v200: #dfcefc;
  --v300: #d0b5fa;
  --v500: #a96ff1;
  --v800: #4f257b;
  --v800rgb: 79, 37, 123;
  --s-wall-r: #f1ebfe;
  --s-wall-l: #e7dafd;
  --s-floor: #dac6fb;
  --s-a-top: #c8b0ef;
  --s-a-right: #b399dc;
  --s-a-left: #9f81ca;
  --s-b-top: #b392e3;
  --s-b-right: #9d7ccc;
  --s-b-left: #8867b5;
}
[data-v="mall"] {
  --v50: #e1fce6;
  --v200: #99efab;
  --v300: #78de91;
  --v500: #28ad57;
  --v800: #0c4d23;
  --v800rgb: 12, 77, 35;
  --s-wall-r: #dff6e2;
  --s-wall-l: #c8ecce;
  --s-floor: #aedfb7;
  --s-a-top: #94cf9f;
  --s-a-right: #78ba86;
  --s-a-left: #5da56e;
  --s-b-top: #69ba7c;
  --s-b-right: #53a367;
  --s-b-left: #3d8e53;
}
[data-v="rest"] {
  --v50: #fef0ef;
  --v200: #fcc9c8;
  --v300: #fbacab;
  --v500: #f05560;
  --v800: #780f1f;
  --v800rgb: 120, 15, 31;
  --s-wall-r: #fee9e8;
  --s-wall-l: #fdd7d6;
  --s-floor: #fcbfbe;
  --s-a-top: #f2a7a6;
  --s-a-right: #e08e8e;
  --s-a-left: #cd7576;
  --s-b-top: #e68485;
  --s-b-right: #ce6f70;
  --s-b-left: #b65a5c;
}
[data-v="office"] {
  --v50: #edf4fe;
  --v200: #c2d9fc;
  --v300: #a3c6fa;
  --v500: #4b91f7;
  --v800: #093c80;
  --v800rgb: 9, 60, 128;
  --s-wall-r: #e6effe;
  --s-wall-l: #d1e3fd;
  --s-floor: #b8d3fb;
  --s-a-top: #9ac0f8;
  --s-a-right: #80a9e6;
  --s-a-left: #6793d5;
  --s-b-top: #74a6ef;
  --s-b-right: #6090d8;
  --s-b-left: #4b7bc0;
}
[data-v="fit"] {
  --v50: #fef1e4;
  --v200: #fcce9d;
  --v300: #fbb463;
  --v500: #c78023;
  --v800: #59370a;
  --v800rgb: 89, 55, 10;
  --s-wall-r: #feebd8;
  --s-wall-l: #fadbbb;
  --s-floor: #f2c89c;
  --s-a-top: #e5b37e;
  --s-a-right: #d19c60;
  --s-a-left: #be8441;
  --s-b-top: #d6954a;
  --s-b-right: #bf8032;
  --s-b-left: #a76b1b;
}

[data-v] { --paper-2: var(--v50); --vbar: var(--v800); }
[data-v="fit"] { --vbar: #864311; }

/* detail pages carry their vertical on <html>: tinted header, pastel hero, tinted dark bands */
html[data-v] .site-header,
html[data-v] .site-header.scrolled { background: var(--vbar); border-bottom-color: rgba(255,255,255,.08); }
html[data-v] .page-hero {
  color: var(--v800);
  background:
    radial-gradient(90% 120% at 85% 0%, var(--v50) 0%, transparent 55%),
    var(--v200);
}
html[data-v] .page-hero .eyebrow, html[data-v] .page-hero .h1-kicker { color: var(--v800); }
html[data-v] .h1-kicker::before { background: var(--v500); }
html[data-v] .page-hero .lead { color: rgba(var(--v800rgb), .8); }
/* brand yellow has ~1:1 contrast on the pastels, so buttons on the hero use the vertical's deep tone */
html[data-v] .page-hero .btn-primary { background: var(--vbar); color: #fff; box-shadow: 0 12px 26px -14px rgba(var(--v800rgb), .7); }
html[data-v] .page-hero .btn-primary:hover { box-shadow: 0 16px 30px -14px rgba(var(--v800rgb), .8); }
html[data-v] .page-hero .btn-ghost { color: var(--v800); border-color: rgba(var(--v800rgb), .32); }
html[data-v] .page-hero .btn-ghost:hover { background: rgba(var(--v800rgb), .06); border-color: var(--v800); }
html[data-v] .page-hero .btn:focus-visible { box-shadow: 0 0 0 3px var(--v800); }
html[data-v] .eyebrow::before { background: var(--v500); }
html[data-v] .proof-band,
html[data-v] .cta {
  background:
    radial-gradient(90% 120% at 90% 0%, rgba(255,255,255,.08) 0%, transparent 55%),
    var(--vbar);
}
html[data-v] .uc-list li::before { background: var(--v500); }
html[data-v] .feature:hover,
html[data-v] .sib:hover,
html[data-v] .faq.open { border-color: var(--v500); }
html[data-v] .faq.open .faq-q .pm { background: var(--v200); color: var(--v800); }
html[data-v] .sib:hover .arrow { color: var(--v800); }

/* scenes take the vertical from the page (detail) or from the card (hub) */
[data-v] .uc-stage { background: linear-gradient(160deg, var(--v50) 0%, var(--v200) 100%); border-bottom-color: rgba(var(--v800rgb), .08); }
html[data-v] .uc-split-stage .uc-stage { border-color: rgba(var(--v800rgb), .1); }

/* hub cards */
.uc-card[data-v] { background: var(--v200); color: var(--v800); border-color: transparent; }
.uc-card[data-v]:hover { border-color: var(--v500); box-shadow: 0 24px 60px -24px rgba(var(--v800rgb), .45); }
a.uc-card[data-v]:focus-visible { box-shadow: 0 0 0 3px var(--v800); }
.uc-card[data-v] .uc-body p { color: rgba(var(--v800rgb), .78); }
.uc-card[data-v] .uc-screens li,
.uc-card[data-v]:hover .uc-screens li { color: var(--v800); background: rgba(255,255,255,.6); border-color: rgba(var(--v800rgb), .12); }
.uc-card[data-v] .uc-screens li::before,
.uc-card[data-v]:hover .uc-screens li::before { background: var(--v500); box-shadow: none; }
.uc-card[data-v] .hub-go,
.uc-card[data-v]:hover .hub-go { color: var(--v800); }

/* landing cards and cross-links: the whole card wears its industry */
.uc[data-v], .sib[data-v] { background: var(--v200); border-color: transparent; color: var(--v800); }
.uc[data-v]:hover, .sib[data-v]:hover { background: var(--v300); border-color: var(--v500); }
.uc[data-v] h3 { color: var(--v800); }
.uc[data-v] p { color: rgba(var(--v800rgb), .78); }
.uc[data-v] .ico, .sib[data-v] .sib-ico { background: var(--v50); color: var(--v800); }
.uc[data-v] .uc-go, .sib[data-v] .arrow { color: var(--v800); }

@media (max-width: 980px) {
  html[data-v] .nav-links { background: var(--vbar); }
}

/* ---------- template gallery: layouts built from the same blocks as editor widgets ---------- */
.tpl-section { background: var(--v200); }
.tpl-section .section-head .eyebrow, .tpl-section h2 { color: var(--v800); }
.tpl-section .section-head .lead { color: rgba(var(--v800rgb), .8); }
.tpl-rows { display:grid; gap:1.6rem; }
.tpl-row-a { display:grid; grid-template-columns: 1.778fr .5625fr; gap:1.4rem; align-items:start; }
.tpl-row-b { display:grid; grid-template-columns: 1fr 1fr; gap:1.4rem; align-items:start; }
.tpl { margin:0; }
.tpl-screen {
  position:relative; container-type:inline-size; overflow:hidden;
  border:7px solid #0d0f14; border-radius:16px; background:#0d0f14;
  box-shadow: 0 26px 50px -26px rgba(var(--v800rgb), .55);
}
.tpl-16x9 { aspect-ratio: 16 / 9; }
.tpl-9x16 { aspect-ratio: 9 / 16; }
.tpl figcaption { display:flex; flex-wrap:wrap; align-items:baseline; gap:.2rem .7rem; margin-top:.8rem; color: var(--v800); }
.tpl figcaption strong { font-family: var(--font-display); font-weight:600; }
.tpl figcaption span { font-size:.86rem; color: rgba(var(--v800rgb), .72); }
.tpl-note { text-align:center; font-size:.85rem; color: rgba(var(--v800rgb), .7); margin:1.8rem 0 0; }
.tpl-section .btn-primary { background: var(--vbar); color:#fff; box-shadow: 0 12px 26px -14px rgba(var(--v800rgb), .7); }
.tpl-section .btn-primary:focus-visible { box-shadow: 0 0 0 3px var(--v800); }

.tpl-c { position:absolute; inset:0; color:#fff; font-family: var(--f-manrope); }
.tpl-c p, .tpl-c ul, .tpl-c ol { margin:0; }
.tpl-c ul, .tpl-c ol { list-style:none; padding:0; }
.tpl-c em { font-style:normal; }
.tpl-c .qr { display:block; background:#fff; }
.mono { display:grid; place-items:center; flex:none; width:4.2cqw; height:4.2cqw; border-radius:50%; background:#ffd23f; color:#1a1233; font:700 1.5cqw/1 var(--f-manrope); }

/* live agenda */
/* registered so the gradient blends when data-theme changes */
@property --scr-glow { syntax:"<color>"; inherits:false; initial-value:#4b2c9c; }
@property --scr-from { syntax:"<color>"; inherits:false; initial-value:#150d2e; }
@property --scr-to { syntax:"<color>"; inherits:false; initial-value:#2e1a6b; }
.tpl-themed {
  background: radial-gradient(80% 90% at 85% 0%, var(--scr-glow) 0%, transparent 60%), linear-gradient(135deg, var(--scr-from) 0%, var(--scr-to) 100%);
  transition: --scr-glow 1s ease, --scr-from 1s ease, --scr-to 1s ease;
}
.tpl-themed[data-theme="violet"] { --scr-glow:#4b2c9c; --scr-from:#150d2e; --scr-to:#2e1a6b; }
.tpl-themed[data-theme="teal"] { --scr-glow:#1b8a9c; --scr-from:#051c26; --scr-to:#0c4254; }
.tpl-themed[data-theme="magenta"] { --scr-glow:#b52a86; --scr-from:#26071f; --scr-to:#5a1150; }
.tpl-themed[data-theme="rust"] { --scr-glow:#d4561c; --scr-from:#2a0d05; --scr-to:#632611; }
.t1 { display:grid; grid-template-rows:auto 1fr auto; }
.t1-track { display:inline-block; margin-left:1cqw; font:700 1.2cqw/1 var(--f-manrope); letter-spacing:.14em; text-transform:uppercase; padding:.6cqw 1.2cqw; border-radius:99px; border:1px solid rgba(255,255,255,.4); }
.t1-top { display:flex; justify-content:space-between; align-items:center; padding:3cqw 4cqw 0; }
.t1-brand { font:700 1.6cqw/1 var(--f-manrope); letter-spacing:.2em; color:#ffd23f; }
.t1-room { font-size:1.5cqw; opacity:.75; margin-top:.7cqw; }
.t1-clock { text-align:right; }
.t1-clock b { font:700 4.2cqw/1 var(--f-manrope); letter-spacing:-.02em; }
.t1-clock > span { display:block; font-size:1.3cqw; opacity:.7; margin-top:.5cqw; }
.t1-main { display:grid; grid-template-columns:1.45fr 1fr; gap:3cqw; align-items:center; padding:2.4cqw 4cqw; }
.t1 .pill { display:inline-block; background:#ff5fa2; font:700 1.2cqw/1 var(--f-manrope); letter-spacing:.14em; padding:.7cqw 1.3cqw; border-radius:99px; }
.t1-title { font:700 3.7cqw/1.05 var(--f-manrope); letter-spacing:-.02em; margin:1.6cqw 0 1.9cqw !important; }
.t1-spk { display:flex; align-items:center; gap:1.2cqw; font-size:1.5cqw; }
.t1-spk small { display:block; font-size:1.2cqw; opacity:.65; margin-top:.2cqw; }
.t1-bar { margin-top:2.2cqw; }
.t1-bar i { display:block; height:.7cqw; border-radius:99px; background:rgba(255,255,255,.18); overflow:hidden; }
.t1-bar i::before { content:""; display:block; height:100%; border-radius:inherit; background:linear-gradient(90deg, #ffd23f, #ff5fa2); }
.t1-bar span { display:flex; justify-content:space-between; font-size:1.15cqw; opacity:.7; margin-top:.7cqw; }
.t1-next { background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.12); border-radius:1.6cqw; padding:2cqw 2.2cqw; }
.t1-next-h { font:700 1.2cqw/1 var(--f-manrope); letter-spacing:.16em; color:#ffd23f; margin-bottom:1cqw !important; }
.t1-next li { display:grid; grid-template-columns:5.4cqw 1fr; gap:1cqw; padding:1.1cqw 0; border-top:1px solid rgba(255,255,255,.1); font-size:1.35cqw; line-height:1.25; }
.t1-next li:first-child { border-top:0; }
.t1-next time { font:700 1.5cqw/1.2 var(--f-manrope); }
.t1-next small { display:block; font-size:1.1cqw; opacity:.6; margin-top:.2cqw; }
.t1-tick { display:flex; gap:3cqw; white-space:nowrap; overflow:hidden; background:#ffd23f; color:#1a1233; font:600 1.35cqw/1 var(--f-manrope); padding:1.3cqw 4cqw; }
.t1-tick span + span::before { content:"·"; margin-right:3cqw; opacity:.5; }
.t1-clock b { justify-items:end; }
.t1-clock i { font-style:normal; animation: tpl-blink 1s infinite; }
.t1-bar i::before { width: calc((.5 + .25 * var(--cycle-p, 0)) * 100%); }

/* wayfinding totem */
.t2 { display:flex; flex-direction:column; padding:9cqw 8cqw; background: linear-gradient(170deg, #ff9a3c 0%, #ff5e7e 55%, #b93cf0 100%); }
.t2-brand { font:700 4.6cqw/1 var(--f-manrope); letter-spacing:.2em; opacity:.9; }
.t2-h { font:700 13cqw/.95 var(--f-manrope); letter-spacing:-.03em; margin:7cqw 0 8cqw !important; }
.t2-dir { display:flex; align-items:center; gap:4.5cqw; padding:4cqw 0; border-top:.5cqw solid rgba(255,255,255,.35); font:700 7cqw/1.05 var(--f-manrope); }
.t2-dir svg { width:12cqw; height:12cqw; flex:none; padding:2cqw; border-radius:3cqw; background:#fff; color:#ff5e7e; }
.t2-dir small { display:block; font:500 4.2cqw/1.2 var(--f-manrope); opacity:.85; margin-top:1cqw; }
.t2-dir svg { transition: background .4s ease, color .4s ease; }
.t2-dir.is-on svg { background:#ffd23f; color:#1a1233; }
.t2-dir.is-on path { animation: tpl-nudge 1.2s ease-in-out infinite; }
.t2-foot { margin-top:auto; display:flex; align-items:center; gap:5cqw; font:600 4.6cqw/1.2 var(--f-manrope); }
.t2-foot .qr { width:22cqw; height:22cqw; flex:none; padding:2cqw; border-radius:2.5cqw; }

/* coffee break */
.t3 { display:grid; grid-template-columns:1.15fr 1fr; background:#fff5ea; color:#3a1d0e; }
.t3-img { overflow:hidden; }
.t3 img { width:100%; height:100%; object-fit:cover; display:block; transform-origin: 62% 45%; animation: tpl-zoom 18s ease-in-out infinite alternate; }
.t3-p { display:flex; flex-direction:column; padding:4.5cqw; }
.t3-tag { font:700 1.8cqw/1 var(--f-manrope); letter-spacing:.18em; color:#d2632b; }
.t3-h { font:700 6.4cqw/.95 var(--f-manrope); letter-spacing:-.03em; margin:2.4cqw 0 1.8cqw !important; }
.t3-time { align-self:flex-start; font:700 2.6cqw/1 var(--f-manrope); background:#3a1d0e; color:#fff5ea; padding:1.1cqw 1.8cqw; border-radius:99px; }
.t3-menu { margin-top:3cqw !important; font-size:2cqw; line-height:1.55; }
.t3-menu li::before { content:"• "; color:#d2632b; }
.t3-next { margin-top:auto; font-size:1.7cqw; opacity:.7; }

/* welcome & partners */
.t4 { display:grid; grid-template-rows:1fr auto;
  background: radial-gradient(70% 90% at 100% 0%, #ff5fa2 0%, transparent 55%), radial-gradient(60% 80% at 0% 100%, #5b3bd6 0%, transparent 60%), #1a1036; }
.t4-top { display:grid; grid-template-columns:1.5fr 1fr; gap:3cqw; align-items:end; padding:4.5cqw 4.5cqw 2.6cqw; }
.t4-small { font-size:2cqw; opacity:.8; }
.t4-h { font:700 8.4cqw/.92 var(--f-manrope); letter-spacing:-.035em; margin:1.2cqw 0 2cqw !important; }
.t4-h b { display:block; color:#ffd23f; }
.t4-meta { font:600 1.9cqw/1.3 var(--f-manrope); opacity:.85; }
.t4-wifi { display:flex; align-items:center; gap:2cqw; padding:2.2cqw; border-radius:2cqw; background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.18); font-size:1.6cqw; line-height:1.4; }
.t4-wifi .qr { width:9cqw; height:9cqw; flex:none; padding:.8cqw; border-radius:1cqw; }
.t4-wifi b { display:block; font:700 1.9cqw/1.2 var(--f-manrope); }
.t4-partners { display:flex; align-items:center; gap:3.5cqw; background:#fff; color:#1a1036; padding:2.2cqw 4.5cqw; }
.t4-partners small { max-width:13cqw; font:700 1.3cqw/1.2 var(--f-manrope); letter-spacing:.14em; text-transform:uppercase; opacity:.55; }
.t4-logo { display:flex; align-items:center; gap:.9cqw; font:700 2.1cqw/1 var(--f-manrope); letter-spacing:-.01em; }
.t4-logo i { display:block; width:2.6cqw; height:2.6cqw; border-radius:.7cqw; }

[data-cycle]:not([data-cycle-mark]) { display:grid; }
[data-cycle]:not([data-cycle-mark]) > * { grid-area:1 / 1; transition: opacity .3s ease, transform .3s ease, visibility 0s .3s; }
[data-cycle]:not([data-cycle-mark]) > :not(.is-on) { opacity:0; visibility:hidden; transform: translateY(1.2cqw); }
[data-cycle]:not([data-cycle-mark]) > .is-on { transition: opacity .45s ease .25s, transform .45s ease .25s, visibility 0s; }
.tpl-section:not(.is-live) .tpl-c * { animation-play-state: paused !important; }
.tpl-c .clk i { font-style:normal; animation: tpl-blink 1s infinite; }
.tpl-c .clk b { display:grid; justify-items:end; font-weight:inherit; }
@keyframes tpl-blink { 50% { opacity:.25; } }
@keyframes tpl-nudge { 50% { transform: translateY(-2.5px); } }
@keyframes tpl-zoom { to { transform: scale(1.12); } }
@keyframes tpl-bob { 50% { transform: translateY(6%); } }
@keyframes tpl-play { from { width:8%; } to { width:92%; } }
@keyframes tpl-spin { to { transform: rotate(1turn); } }
@keyframes tpl-slide { to { background-position: 2.263cqw 0; } }

/* fonts the editor offers, so every sample can be rebuilt there; the quick start stage reuses the samples */
.tpl-section, .how-stage {
  --f-manrope: "Manrope", Arial, sans-serif;
  --f-helv: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --f-serif: Georgia, "Times New Roman", serif;
  --f-impact: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", sans-serif;
  --f-trebuchet: "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  --f-mono: "Courier New", Courier, monospace;
}

/* registered so colours blend when data-theme changes */
@property --tone-bg { syntax:"<color>"; inherits:true; initial-value:#f6ecd9; }
@property --tone-ink { syntax:"<color>"; inherits:true; initial-value:#3b2415; }
@property --tone-accent { syntax:"<color>"; inherits:true; initial-value:#c9701f; }
.tpl-toned { background: var(--tone-bg); color: var(--tone-ink); transition: --tone-bg 1s ease, --tone-ink 1s ease, --tone-accent 1s ease; }

/* ---- restaurant: printed bistro menu, Georgia ---- */
.r-menu[data-theme="breakfast"] { --tone-bg:#f6ecd9; --tone-ink:#3b2415; --tone-accent:#c9701f; }
.r-menu[data-theme="lunch"] { --tone-bg:#edf0d8; --tone-ink:#27331a; --tone-accent:#5f7f1f; }
.r-menu[data-theme="dinner"] { --tone-bg:#1c1310; --tone-ink:#f2e4cc; --tone-accent:#d8a23e; }
.r-menu { font-family: var(--f-serif); }
.r-frame { position:absolute; inset:2.2cqw; border:.22cqw solid var(--tone-accent); outline:.22cqw solid var(--tone-accent); outline-offset:-.9cqw; }
.r-head { position:absolute; top:4.6cqw; left:0; right:0; text-align:center; }
.r-name { font:italic 400 3.4cqw/1 var(--f-serif); }
.r-sub { font:400 1.1cqw/1 var(--f-serif); letter-spacing:.4em; text-transform:uppercase; color: var(--tone-accent); margin-top:1.1cqw !important; }
.r-clock { position:absolute; top:4.8cqw; right:6.4cqw; font:400 2.2cqw/1 var(--f-serif); }
.r-pages { position:absolute; inset:14cqw 7.4cqw 5.6cqw; }
.r-page { display:grid; grid-template-columns:.8fr 1.2fr; gap:5cqw; align-items:center; }
.r-part svg { width:6cqw; height:6cqw; color: var(--tone-accent); }
.r-part-h { font:italic 400 7.4cqw/.95 var(--f-serif); letter-spacing:-.02em; margin:1.2cqw 0 1.4cqw !important; }
.r-part-t { font:400 1.3cqw/1 var(--f-serif); letter-spacing:.3em; text-transform:uppercase; color: var(--tone-accent); }
.r-items li { padding:1cqw 0; }
.r-items .row { display:flex; align-items:baseline; gap:1cqw; font:400 2.2cqw/1.2 var(--f-serif); }
.r-items .row i { flex:1; border-bottom:.2cqw dotted currentColor; opacity:.45; }
.r-items small { display:block; font:italic 400 1.35cqw/1.3 var(--f-serif); opacity:.7; margin-top:.3cqw; }

.r-special { display:flex; flex-direction:column; padding:7cqw; background:#f6ecd9; color:#3b2415; font-family: var(--f-serif); }
.r-arch { flex:1; min-height:0; overflow:hidden; border-radius:40cqw 40cqw 3cqw 3cqw; }
.r-arch img { width:100%; height:100%; object-fit:cover; display:block; animation: tpl-zoom 18s ease-in-out infinite alternate; }
.r-kicker { font:italic 400 6cqw/1 var(--f-serif); color:#c9701f; margin-top:6cqw !important; }
.r-dish { font:400 12cqw/.95 var(--f-serif); letter-spacing:-.02em; margin:2cqw 0 3cqw !important; }
.r-desc { font:italic 400 5cqw/1.35 var(--f-serif); opacity:.8; }
.r-stamp { position:absolute; right:5cqw; top:56%; display:grid; place-items:center; width:25cqw; aspect-ratio:1; border-radius:50%; background:#c9701f; color:#f6ecd9; text-align:center; font:400 8cqw/1 var(--f-serif); transform: rotate(-10deg); box-shadow: 0 0 0 1.4cqw #f6ecd9; }
.r-stamp small { display:block; font:400 2.6cqw/1 var(--f-serif); letter-spacing:.24em; margin-top:1cqw; }

.r-happy[data-theme="aperitivo"] { --tone-bg:#c8553d; --tone-ink:#fbeedd; --tone-accent:#f4b942; }
.r-happy[data-theme="brunch"] { --tone-bg:#e3a52a; --tone-ink:#3b2415; --tone-accent:#fbeedd; }
.r-happy { overflow:hidden; font-family: var(--f-serif); }
.r-rays { position:absolute; left:74%; top:50%; width:110cqw; aspect-ratio:1; translate:-50% -50%; border-radius:50%; background: repeating-conic-gradient(color-mix(in srgb, var(--tone-accent) 40%, transparent) 0 6deg, transparent 6deg 15deg); animation: tpl-spin 80s linear infinite; }
.r-happy-slides { position:absolute; inset:0; }
.r-hp { display:grid; grid-template-columns:1.1fr .9fr; align-items:center; padding:0 6cqw; }
.r-hp-k { font:400 1.4cqw/1 var(--f-serif); letter-spacing:.35em; text-transform:uppercase; }
.r-hp-h { font:italic 400 8cqw/.92 var(--f-serif); letter-spacing:-.02em; margin:1.6cqw 0 2cqw !important; }
.r-hp-p { font:400 2.1cqw/1.4 var(--f-serif); max-width:38cqw; }
.r-hp-time { display:inline-block; margin-top:2.4cqw; padding:1cqw 0; border-block:.2cqw solid; font:400 1.7cqw/1 var(--f-serif); letter-spacing:.22em; }
.r-hp-big { justify-self:center; display:grid; place-items:center; width:25cqw; aspect-ratio:1; border-radius:50%; background: var(--tone-ink); color: var(--tone-bg); text-align:center; font:italic 400 8.4cqw/1 var(--f-serif); }
.r-hp-big small { display:block; margin-top:1cqw; font:normal 400 1.3cqw/1 var(--f-serif); letter-spacing:.28em; text-transform:uppercase; }

.r-review { display:grid; grid-template-columns:1.15fr .85fr; align-items:center; gap:4cqw; padding:0 6cqw; background:#f6ecd9; color:#3b2415; font-family: var(--f-serif); }
.r-rv-h { font:italic 400 9cqw/.9 var(--f-serif); color:#c8553d; }
.r-rv-p { font:400 2.2cqw/1.4 var(--f-serif); max-width:40cqw; margin-top:2cqw !important; }
.r-rv-stars { display:block; margin-top:2.4cqw; font-size:3.2cqw; letter-spacing:.3em; color:#e3a52a; }
.r-ticket { justify-self:center; width:26cqw; padding:2.4cqw; background:#fffaf1; border:.25cqw dashed #3b2415; text-align:center; font:700 1.3cqw/1.4 var(--f-mono); letter-spacing:.08em; transform: rotate(3deg); box-shadow: 0 2cqw 4cqw -2cqw rgba(59,36,21,.45); }
.r-ticket .qr { width:100%; height:auto; margin:1.4cqw 0; }

/* ---- mall: each tenant keeps its own brand, wayfinding is a sign system ---- */
.m-promo { display:grid; grid-template-rows:1fr auto; font-family: var(--f-helv); }
.m-slides > * { position:relative; overflow:hidden; display:grid; grid-template-columns:1.2fr .8fr; align-items:center; padding:0 5cqw; }
.m-slides > * > :not(i) { position:relative; z-index:1; }
.m-strip { display:flex; align-items:center; gap:2.4cqw; padding:1.6cqw 3.4cqw; background:#fff; color:#111; font:700 1.4cqw/1 var(--f-helv); }
.m-strip b { letter-spacing:.2em; }
.m-strip span { font-weight:400; }
.m-strip .clk { margin-left:auto; font-size:1.8cqw; }
.m-nordic { background:#efe8dc; color:#2a2622; }
.m-lvl { font:400 1.3cqw/1 var(--f-helv); letter-spacing:.3em; text-transform:uppercase; }
.m-n-h { font:400 6.4cqw/1 var(--f-serif); margin:1.6cqw 0 1.2cqw !important; }
.m-n-p { font:italic 400 2cqw/1.4 var(--f-serif); }
.m-n-off { font:400 11cqw/1 var(--f-serif); letter-spacing:-.04em; color:#b5653a; margin-top:1.2cqw !important; }
.m-n-art { height:70%; }
.m-n-art i { position:absolute; display:block; }
.m-n-art i:nth-child(1) { left:4%; top:4%; width:26cqw; aspect-ratio:1; border-radius:50%; background:#dcc9ad; }
.m-n-art i:nth-child(2) { left:34%; top:40%; width:20cqw; height:15cqw; border-radius:1cqw; background:#b5653a; }
.m-n-art i:nth-child(3) { left:12%; top:66%; width:15cqw; height:9cqw; border-radius:5cqw; background:#8e9b82; }
.m-sneaker { background:#e8322b; color:#fff; }
.m-sneaker::before { content:""; position:absolute; right:-6cqw; top:-20%; width:40cqw; height:140%; background: repeating-linear-gradient(-60deg, rgba(255,255,255,.22) 0 .5cqw, transparent .5cqw 3cqw); transform: skewX(-12deg); }
.m-s-tag { display:inline-block; padding:.8cqw 1.4cqw; background:#111; color:#fff; font:700 1.5cqw/1 var(--f-helv); letter-spacing:.14em; }
.m-s-h { font:italic 700 10cqw/.9 var(--f-helv); letter-spacing:-.04em; text-transform:uppercase; margin:2cqw 0 1.6cqw !important; }
.m-s-h em { font-style:inherit; color:#111; }
.m-s-p { font:700 1.9cqw/1.35 var(--f-helv); max-width:40cqw; }
.m-s-date { justify-self:end; padding:2cqw 2.4cqw; background:#111; color:#fff; text-align:center; font:italic 700 4cqw/1 var(--f-helv); transform: rotate(-6deg); }
.m-s-date small { display:block; margin-top:.8cqw; font:700 1.3cqw/1 var(--f-helv); letter-spacing:.2em; }
.m-kids { background:#ffd43b; color:#1c3a8c; font-family: var(--f-trebuchet); }
.m-kids i { position:absolute; display:block; border-radius:50%; }
.m-k-tag { display:inline-block; padding:1cqw 1.8cqw; border-radius:99px; background:#1c3a8c; color:#fff; font:700 1.6cqw/1 var(--f-trebuchet); }
.m-k-h { font:700 7.4cqw/.95 var(--f-trebuchet); letter-spacing:-.02em; margin:2cqw 0 1.4cqw !important; }
.m-k-p { font:400 2.1cqw/1.4 var(--f-trebuchet); max-width:40cqw; }
.m-k-blob { justify-self:center; display:grid; place-items:center; width:24cqw; aspect-ratio:1; border-radius:42% 58% 55% 45% / 50% 40% 60% 50%; background:#ff5c5c; color:#fff; text-align:center; font:700 6cqw/1 var(--f-trebuchet); transform: rotate(-8deg); }
.m-k-blob small { display:block; margin-top:.8cqw; font:700 1.6cqw/1 var(--f-trebuchet); }

.m-way { display:flex; flex-direction:column; background:#fff; color:#111; font-family: var(--f-helv); }
.m-way-top { padding:7cqw; background:#111; color:#fff; font:700 4.4cqw/1.2 var(--f-helv); letter-spacing:.1em; }
.m-way-top small { display:block; margin-top:1.6cqw; font:400 3.6cqw/1.3 var(--f-helv); letter-spacing:0; }
.m-way-top b { color:#ffd200; }
.m-way > [data-cycle] { flex:1; display:flex; flex-direction:column; }
.m-row { flex:1; display:grid; grid-template-columns:14cqw 1fr 11cqw; align-items:center; gap:4cqw; padding:4.4cqw 7cqw; border-bottom:.4cqw solid #111; font:700 7cqw/1 var(--f-helv); letter-spacing:-.02em; transition: background .4s ease; }
.m-row small { display:block; margin-top:1.2cqw; font:400 3.6cqw/1.2 var(--f-helv); letter-spacing:0; }
.m-row svg { width:14cqw; height:14cqw; padding:2.4cqw; border-radius:1.6cqw; background:#111; color:#fff; }
.m-row.is-on { background:#ffd200; }
.m-row.is-on path { animation: tpl-nudge 1.2s ease-in-out infinite; }
.m-floor { display:grid; place-items:center; width:11cqw; aspect-ratio:1; border-radius:50%; color:#fff; font:700 5.4cqw/1 var(--f-helv); }
.m-way-foot { margin-top:auto; display:flex; align-items:center; gap:5cqw; padding:6cqw 7cqw; border-top:.4cqw solid #111; font:700 4.4cqw/1.2 var(--f-helv); }
.m-way-foot .qr { width:20cqw; height:20cqw; padding:1.2cqw; border:.4cqw solid #111; }

.m-market { display:grid; grid-template-columns:1.25fr .75fr; color:#2d2114; }
.m-mk-img { overflow:hidden; }
.m-mk-img img { width:100%; height:100%; object-fit:cover; display:block; animation: tpl-zoom 18s ease-in-out infinite alternate; }
.m-mk-panel { position:relative; display:flex; flex-direction:column; padding:4cqw 3.6cqw; background: repeating-linear-gradient(90deg, rgba(45,33,20,.04) 0 .3cqw, transparent .3cqw .9cqw), #e2c79a; }
.m-mk-k { font:700 1.4cqw/1.3 var(--f-mono); letter-spacing:.14em; text-transform:uppercase; }
.m-mk-h { font:700 5cqw/.95 var(--f-serif); margin:2cqw 0 !important; }
.m-mk-list { font:400 1.9cqw/1.6 var(--f-mono); }
.m-mk-where { margin-top:auto !important; max-width:17cqw; }
.m-mk-stamp { position:absolute; right:2.6cqw; bottom:2.6cqw; display:grid; place-items:center; width:13cqw; aspect-ratio:1; border:.35cqw solid #b23a26; border-radius:50%; color:#b23a26; text-align:center; font:700 2cqw/1.1 var(--f-mono); transform: rotate(-14deg); }

.m-welcome { display:grid; grid-template-rows:1fr auto; background:#0f7a4f; font-family: var(--f-helv); }
.m-wl-top { display:grid; grid-template-columns:1.4fr .6fr; align-items:end; gap:3cqw; padding:4.5cqw; }
.m-wl-greet { font:400 2.2cqw/1 var(--f-helv); color:#b8f0d3; }
.m-wl-h { font:700 8.4cqw/.92 var(--f-helv); letter-spacing:-.045em; margin:1.4cqw 0 1.8cqw !important; }
.m-wl-meta { font:400 1.9cqw/1.3 var(--f-helv); }
.m-wl-card { padding:2cqw; border-radius:1.2cqw; background:#fff; color:#111; text-align:center; font:400 1.5cqw/1.35 var(--f-helv); }
.m-wl-card .qr { width:100%; height:auto; margin-bottom:1.2cqw; }
.m-wl-card b { display:block; }
.m-wl-logos { display:flex; align-items:center; gap:4cqw; padding:2cqw 4.5cqw; background:#095a39; font:700 2cqw/1 var(--f-helv); }
.m-wl-logos small { font:700 1.2cqw/1 var(--f-helv); letter-spacing:.2em; text-transform:uppercase; color:#b8f0d3; }
.m-wl-logos span:nth-of-type(1) { font:400 2.2cqw/1 var(--f-serif); }
.m-wl-logos span:nth-of-type(2) { font:italic 700 2.1cqw/1 var(--f-helv); letter-spacing:-.02em; text-transform:uppercase; }
.m-wl-logos span:nth-of-type(3) { font:700 2cqw/1 var(--f-trebuchet); color:#ffd43b; }
.m-wl-logos span:nth-of-type(4) { font:700 2cqw/1 var(--f-mono); }

/* ---- office: Swiss grid, Helvetica ---- */
.o-news[data-theme="it"] { --tone-bg:#f5f3ee; --tone-ink:#111; --tone-accent:#2743d6; }
.o-news[data-theme="people"] { --tone-bg:#f5f3ee; --tone-ink:#111; --tone-accent:#ff5a1f; }
.o-news[data-theme="facilities"] { --tone-bg:#f5f3ee; --tone-ink:#111; --tone-accent:#0f9d6b; }
.o-news { display:grid; grid-template-columns:24cqw 1fr; font-family: var(--f-helv); }
.o-side { display:flex; flex-direction:column; padding:4cqw 3.4cqw; background: var(--tone-accent); color:#fff; }
.o-co { font:700 1.6cqw/1.1 var(--f-helv); letter-spacing:.06em; }
.o-day { margin-top:auto !important; font:700 11cqw/.85 var(--f-helv); letter-spacing:-.06em; }
.o-mon { margin-top:1.2cqw !important; font:700 1.7cqw/1.2 var(--f-helv); letter-spacing:.1em; text-transform:uppercase; }
.o-clock { margin-top:2.4cqw !important; padding-top:1.6cqw; border-top:.2cqw solid rgba(255,255,255,.55); font:400 2.6cqw/1 var(--f-helv); }
.o-main { padding:4cqw 5cqw; }
.o-main-top { display:flex; justify-content:space-between; padding-bottom:1.4cqw; border-bottom:.2cqw solid currentColor; font:700 1.4cqw/1 var(--f-helv); letter-spacing:.14em; text-transform:uppercase; }
.o-slides { margin-top:4cqw; }
.o-cat { font:700 1.5cqw/1 var(--f-helv); letter-spacing:.14em; text-transform:uppercase; color: var(--tone-accent); }
.o-h { font:700 6.2cqw/.95 var(--f-helv); letter-spacing:-.045em; margin:1.8cqw 0 2cqw !important; }
.o-p { font:400 2.1cqw/1.4 var(--f-helv); max-width:52cqw; }
.o-meta { display:flex; gap:3cqw; margin-top:3cqw !important; font:700 1.7cqw/1 var(--f-helv); }
.o-meta span { padding-top:1.2cqw; border-top:.5cqw solid var(--tone-accent); }

.o-rec { display:flex; flex-direction:column; padding:9cqw 8cqw; background:#111; font-family: var(--f-helv); }
.o-rec-co { font:700 5cqw/1 var(--f-helv); letter-spacing:.04em; }
.o-rec-co span { color:#6f86ff; }
.o-rec-w { margin-top:auto !important; font:400 5.4cqw/1 var(--f-helv); }
.o-visits { margin:3cqw 0 auto; }
.o-v-h { font:700 13cqw/.92 var(--f-helv); letter-spacing:-.05em; }
.o-v-room { margin-top:6cqw !important; padding-top:4cqw; border-top:.5cqw solid #6f86ff; font:400 5.2cqw/1.35 var(--f-helv); }
.o-v-room b { display:block; margin-bottom:1.6cqw; font:700 8cqw/1 var(--f-helv); letter-spacing:-.03em; }
.o-rec-foot { display:flex; align-items:center; gap:5cqw; font:700 4.4cqw/1.2 var(--f-helv); }
.o-rec-foot .qr { width:20cqw; height:20cqw; padding:1.6cqw; }

.o-room { display:grid; grid-template-columns:1fr 1fr; background:#f5f3ee; color:#111; font-family: var(--f-helv); }
.o-room-txt { display:flex; flex-direction:column; padding:4.4cqw; }
.o-room-k { font:700 1.4cqw/1 var(--f-helv); letter-spacing:.14em; text-transform:uppercase; color:#2743d6; }
.o-room-h { font:700 6.6cqw/.9 var(--f-helv); letter-spacing:-.05em; margin:2cqw 0 auto !important; }
.o-specs { display:grid; grid-template-columns:repeat(3, 1fr); gap:1.6cqw; padding-top:1.6cqw; border-top:.2cqw solid #111; }
.o-specs b { display:block; font:700 3.6cqw/1 var(--f-helv); letter-spacing:-.04em; }
.o-specs span { font:400 1.3cqw/1.3 var(--f-helv); }
.o-room-img { overflow:hidden; }
.o-room-img img { width:100%; height:100%; object-fit:cover; display:block; animation: tpl-zoom 18s ease-in-out infinite alternate; }

.o-team { display:grid; grid-template-rows:auto 1fr; padding:4cqw 4.5cqw; background:#f5f3ee; color:#111; font-family: var(--f-helv); }
.o-team-h { display:flex; justify-content:space-between; align-items:baseline; padding-bottom:1.6cqw; border-bottom:.2cqw solid #111; }
.o-team-h b { font:700 4.4cqw/1 var(--f-helv); letter-spacing:-.04em; }
.o-team-h span { font:400 1.6cqw/1 var(--f-helv); }
.o-cards { display:grid; grid-template-columns:repeat(3, 1fr); gap:2cqw; align-self:center; }
.o-card { transition: transform .5s ease; }
.o-card.is-on { transform: translateY(-1.4cqw); }
.o-card-art { display:grid; align-items:end; aspect-ratio:4 / 3; padding:1.6cqw; background: var(--c); color:#fff; font:700 6cqw/1 var(--f-helv); letter-spacing:-.04em; transition: box-shadow .5s ease; }
.o-card.is-on .o-card-art { box-shadow: 0 0 0 .4cqw #111; }
.o-card b { display:block; margin-top:1.3cqw; font:700 2cqw/1.1 var(--f-helv); }
.o-card span { display:block; margin-top:.4cqw; font:400 1.4cqw/1.3 var(--f-helv); }

/* ---- fitness: scoreboard black, volt accents, Impact ---- */
.f-sched[data-theme="spin"] { --tone-accent:#d4ff3a; }
.f-sched[data-theme="yoga"] { --tone-accent:#3df5c8; }
.f-sched[data-theme="hiit"] { --tone-accent:#ff2e88; }
.f-sched[data-theme="pilates"] { --tone-accent:#b69cff; }
.f-sched { display:grid; grid-template-rows:auto 1fr auto; background:#0b0b0b; font-family: var(--f-helv); transition: --tone-accent 1s ease; }
.f-top { display:flex; justify-content:space-between; align-items:center; padding:3cqw 4cqw 0; }
.f-logo { font:italic 400 3.2cqw/1 var(--f-impact); letter-spacing:.04em; color: var(--tone-accent); }
.f-logo small { margin-left:1.6cqw; font:normal 700 1.3cqw/1 var(--f-helv); letter-spacing:.24em; color:#fff; }
.f-sched .clk { font:400 5cqw/1 var(--f-impact); letter-spacing:.02em; }
.f-slides { padding:0 4cqw; }
.f-main { display:grid; grid-template-columns:1.5fr 1fr; gap:4cqw; align-items:center; }
.f-now { display:inline-block; padding:.8cqw 1.8cqw; background: var(--tone-accent); color:#0b0b0b; font:400 1.9cqw/1 var(--f-impact); letter-spacing:.08em; transform: skewX(-12deg); }
.f-class { font:italic 400 8.4cqw/.86 var(--f-impact); text-transform:uppercase; margin:1.8cqw 0 1.4cqw !important; }
.f-coach { font:700 1.8cqw/1.2 var(--f-helv); text-transform:uppercase; letter-spacing:.06em; }
.f-coach span { color: var(--tone-accent); }
.f-bar { height:1.4cqw; margin-top:2.4cqw; overflow:hidden; background: rgba(255,255,255,.14); transform: skewX(-12deg); }
.f-bar i { display:block; height:100%; width: calc((.5 + .25 * var(--cycle-p, 0)) * 100%); background: repeating-linear-gradient(-45deg, var(--tone-accent) 0 .8cqw, color-mix(in srgb, var(--tone-accent) 55%, #0b0b0b) .8cqw 1.6cqw); animation: tpl-slide 1s linear infinite; }
.f-times { display:flex; justify-content:space-between; margin-top:1cqw !important; font:400 2cqw/1 var(--f-impact); }
.f-next { padding-left:2.6cqw; border-left:.4cqw solid var(--tone-accent); }
.f-next-h { margin-bottom:1.4cqw !important; font:400 1.8cqw/1 var(--f-impact); letter-spacing:.1em; color: var(--tone-accent); }
.f-next li { display:grid; grid-template-columns:7cqw 1fr; gap:1.4cqw; padding:1.1cqw 0; font:700 1.6cqw/1.2 var(--f-helv); text-transform:uppercase; }
.f-next time { font:400 2.4cqw/1 var(--f-impact); }
.f-next small { display:block; margin-top:.3cqw; font:400 1.2cqw/1.2 var(--f-helv); text-transform:none; }
.f-tick { display:flex; gap:3cqw; padding:1.2cqw 4cqw; white-space:nowrap; background: var(--tone-accent); color:#0b0b0b; font:400 1.7cqw/1 var(--f-impact); letter-spacing:.06em; text-transform:uppercase; }
.f-tick span + span::before { content:"/"; margin-right:3cqw; }

.f-offer { background:#0b0b0b; font-family: var(--f-helv); }
.f-offer-img { position:absolute; inset:0; overflow:hidden; }
.f-offer-img img { width:100%; height:100%; object-fit:cover; display:block; filter: grayscale(1) contrast(1.25) brightness(.95); animation: tpl-zoom 18s ease-in-out infinite alternate; }
.f-offer-img::after { content:""; position:absolute; inset:0; background:#d4ff3a; mix-blend-mode:multiply; }
.f-offer::after { content:""; position:absolute; inset:0; background: linear-gradient(180deg, transparent 38%, rgba(11,11,11,.94) 74%); }
.f-sticker { position:absolute; z-index:1; top:8cqw; right:7cqw; display:grid; place-items:center; width:30cqw; aspect-ratio:1; border-radius:50%; background:#ff2e88; color:#fff; text-align:center; font:400 7.4cqw/.9 var(--f-impact); transform: rotate(12deg); }
.f-sticker small { display:block; margin-top:1cqw; font:700 3.4cqw/1 var(--f-helv); text-transform:uppercase; }
.f-offer-body { position:absolute; z-index:1; left:0; right:0; bottom:0; padding:8cqw; }
.f-offer-h { font:italic 400 19cqw/.84 var(--f-impact); text-transform:uppercase; }
.f-offer-h span { color:#d4ff3a; }
.f-offer-p { margin-top:4cqw !important; font:700 5cqw/1.3 var(--f-helv); }
.f-offer-foot { display:flex; align-items:center; gap:5cqw; margin-top:6cqw; font:700 4.4cqw/1.2 var(--f-helv); text-transform:uppercase; }
.f-offer-foot .qr { width:20cqw; height:20cqw; padding:1.6cqw; }

.f-ex { display:grid; grid-template-columns:1fr 1fr; background:#0b0b0b; font-family: var(--f-helv); }
.f-ex-video { position:relative; display:grid; place-items:center; overflow:hidden; background: repeating-linear-gradient(-45deg, rgba(212,255,58,.08) 0 1.4cqw, transparent 1.4cqw 3cqw), #161616; }
.f-ex-timer { position:absolute; top:2.6cqw; left:3cqw; font:400 4.4cqw/1 var(--f-impact); color:#d4ff3a; }
.f-kb { width:36%; animation: tpl-bob 1.6s ease-in-out infinite; }
.f-ex-bar { position:absolute; left:3cqw; right:3cqw; bottom:3cqw; height:.8cqw; background: rgba(255,255,255,.16); }
.f-ex-bar i { display:block; height:100%; background:#d4ff3a; animation: tpl-play 14s linear infinite; }
.f-ex-panel { display:flex; flex-direction:column; padding:4cqw; }
.f-ex-k { font:400 1.8cqw/1 var(--f-impact); letter-spacing:.1em; color:#d4ff3a; }
.f-ex-h { font:italic 400 5.6cqw/.9 var(--f-impact); text-transform:uppercase; margin:1.4cqw 0 2.2cqw !important; }
.f-steps li { display:grid; grid-template-columns:5cqw 1fr; gap:1.4cqw; align-items:center; padding:1.1cqw 0; font:700 1.7cqw/1.3 var(--f-helv); opacity:.45; transition: opacity .4s ease; }
.f-steps li span { font:italic 400 4cqw/1 var(--f-impact); color:#d4ff3a; }
.f-steps li.is-on { opacity:1; }
.f-ex-foot { margin-top:auto !important; font:400 2.2cqw/1 var(--f-impact); letter-spacing:.06em; }

.f-app { display:grid; grid-template-columns:1.3fr .7fr; align-items:center; gap:4cqw; padding:0 5.5cqw; overflow:hidden; background:#d4ff3a; color:#0b0b0b; font-family: var(--f-helv); }
.f-app::before { content:""; position:absolute; left:-6cqw; bottom:-5cqw; width:44cqw; height:15cqw; background: repeating-linear-gradient(-45deg, #0b0b0b 0 1cqw, transparent 1cqw 2.4cqw); transform: rotate(-8deg); }
.f-app > * { position:relative; }
.f-app-h { font:italic 400 9.4cqw/.86 var(--f-impact); text-transform:uppercase; }
.f-app-p { max-width:40cqw; margin-top:2.4cqw !important; font:700 2cqw/1.35 var(--f-helv); }
.f-app-qr { padding:2cqw; background:#0b0b0b; color:#d4ff3a; text-align:center; font:400 2cqw/1 var(--f-impact); letter-spacing:.06em; transform: rotate(-4deg); }
.f-app-qr .qr { width:100%; height:auto; margin-bottom:1.4cqw; padding:1cqw; }

@media (max-width: 860px) {
  .tpl-row-a, .tpl-row-b { grid-template-columns:1fr; }
  .tpl-totem { max-width:320px; width:100%; justify-self:center; }
}
