/* === Vinyle Express - design system === */
* { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg: #000000;
  --bg-2: #0A0A0A;
  --ink: #FFFFFF;
  --ink-soft: #E5E5E5;
  --ink-dim: #B8B8B8;
  --line: rgba(255, 255, 255, 0.14);
  --line-strong: rgba(255, 255, 255, 0.28);
  --line-dark: rgba(12, 12, 12, 0.14);
  /* accent — bright fuchsia, chosen for legibility on pure black */
  --red: #FF45C4;
  --red-bright: #FF7AD8;
  --red-deep: #C7228C;
  /* legacy aliases all point at the fuchsia so accents unify */
  --accent: #FF45C4;
  --accent-warm: #FF7AD8;
  --accent-deep: #C7228C;
  --fuchsia: #FF45C4;
  --fuchsia-light: #FF7AD8;
  --fuchsia-deep: #C7228C;
  --font-display: 'Saira Condensed', 'Kanit', system-ui, sans-serif;
  --font-body: 'Kanit', system-ui, sans-serif;
  --font-script: 'Caveat', 'Kanit', cursive;
}

/* display headings use the condensed industrial face */
.nav .brand,
.hero h1, .hero-heading,
.about h2, .services h2, .projects h2, .faq-side h2,
.pros h2, .demo-copy h2, .footer h3,
.service .name, .project-head .pname,
.ticker-track span {
  font-family: var(--font-display);
}

html, body, #root, .app {
  background: var(--bg);
  color: var(--ink);
  font-family: 'Kanit', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body { overflow-x: hidden; }
.app { overflow-x: clip; min-height: 100vh; position: relative; }

.hero, .ticker, .about, .services, .projects, .pillars, .demo, .faq, .footer, .urgency, .pros, .partner { position: relative; z-index: 1; }

/* ============= PARTNER · Hexis / Made in France ============= */
.partner { padding: clamp(48px, 9vh, 110px) clamp(20px, 4vw, 56px); border-top: 1px solid var(--line); }
.partner-inner {
  max-width: 1240px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 72px); align-items: center;
}
@media (max-width: 860px) { .partner-inner { grid-template-columns: 1fr; gap: 36px; } }
.partner-badge {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: 'JetBrains Mono', monospace; font-size: 0.66rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--fuchsia-light);
  border: 1px solid rgba(255,69,196,0.4); border-radius: 999px; padding: 8px 15px; margin-bottom: 22px;
}
.partner-badge .square { width: 9px; height: 9px; background: #FFFFFF; box-shadow: 0 0 14px rgba(255,255,255,0.6); }
.partner-lead h2 { font-size: clamp(2.2rem, 5.5vw, 4rem); line-height: 0.9; letter-spacing: -0.02em; text-transform: uppercase; margin-bottom: 18px; }
.partner-lead h2 em { font-style: normal; }
.partner-lead p { color: var(--ink-dim); font-weight: 300; line-height: 1.6; font-size: clamp(0.95rem, 1.3vw, 1.12rem); max-width: 48ch; }
.partner-lead p strong { color: var(--ink); font-weight: 600; }
.partner-points { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.partner-points .pp { background: var(--bg); padding: clamp(20px, 3vw, 32px) clamp(18px, 2vw, 26px); display: flex; flex-direction: column; gap: 6px; }
.partner-points .pp strong { font-family: var(--font-display); font-weight: 800; text-transform: uppercase; letter-spacing: 0.01em; font-size: clamp(1.1rem, 2vw, 1.5rem); color: var(--ink); }
.partner-points .pp span { font-family: 'JetBrains Mono', monospace; font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-dim); }

.footer .legal a { color: var(--ink-dim); transition: color .2s ease; }
.footer .legal a:hover { color: var(--fuchsia-light); }

img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }

/* gradient hero heading - clean white */
.hero-heading {
  background: linear-gradient(180deg, #6F6F6F 0%, #FFFFFF 45%, #FFFFFF 75%, #FF7AD8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* layout containers */
.section { position: relative; padding-left: clamp(20px, 4vw, 56px); padding-right: clamp(20px, 4vw, 56px); }

/* ============= NAV ============= */
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(20px, 3vw, 36px) clamp(20px, 4vw, 56px) 0;
  color: var(--ink);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: clamp(0.85rem, 1.1vw, 1.25rem);
  gap: 12px;
  position: relative;
  z-index: 30;
}
.nav .brand {
  font-weight: 800;
  letter-spacing: 0.12em;
  display: flex; align-items: center; gap: 12px;
  text-transform: uppercase;
}
.nav .brand-mark {
  width: 30px; height: 26px;
  border-radius: 0;
  background: none;
  box-shadow: none;
  flex-shrink: 0;
  /* fuchsia + white V chevron — VINILE EXPRESS mark */
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 36'><polygon points='2,2 15,2 25,34 14,34' fill='%23FF45C4'/><polygon points='19,2 38,2 26,34 16,34' fill='%23ffffff'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.nav ul { list-style: none; display: flex; gap: clamp(20px, 3vw, 48px); }
.nav a { transition: opacity .2s ease; }
.nav a:hover { opacity: .65; }
.nav .phone {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid var(--line);
  padding: 8px 16px;
  border-radius: 999px;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.nav ul li { white-space: nowrap; }

/* mobile menu trigger */
.nav .menu-btn {
  display: none;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  width: 44px; height: 44px;
  color: var(--ink);
  cursor: pointer;
  align-items: center; justify-content: center;
  flex-direction: column;
  gap: 4px;
  padding: 0;
}
.nav .menu-btn span {
  display: block; width: 18px; height: 1.5px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform .25s, opacity .25s;
}
.nav .menu-btn.open span:nth-child(1) { transform: translateY(2.75px) rotate(45deg); }
.nav .menu-btn.open span:nth-child(2) { opacity: 0; }
.nav .menu-btn.open span:nth-child(3) { transform: translateY(-2.75px) rotate(-45deg); }

/* mobile menu sheet */
.mobile-sheet {
  position: fixed;
  inset: 0;
  background: rgba(12,12,12,0.97);
  backdrop-filter: blur(20px);
  z-index: 50;
  display: flex; flex-direction: column;
  padding: clamp(72px, 12vh, 100px) clamp(20px, 5vw, 40px) 32px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease;
}
.mobile-sheet.open {
  opacity: 1;
  pointer-events: auto;
}
.mobile-sheet ul {
  list-style: none;
  display: flex; flex-direction: column;
  gap: 14px;
  margin-bottom: auto;
}
.mobile-sheet ul li {
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
}
.mobile-sheet ul a {
  display: block;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: clamp(1.6rem, 7vw, 2.4rem);
  line-height: 1;
}
.mobile-sheet .sheet-cta {
  display: flex; flex-direction: column; gap: 16px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.mobile-sheet .sheet-phone {
  font-weight: 900;
  font-size: clamp(1.6rem, 8vw, 2.4rem);
  color: var(--fuchsia-light);
  font-variant-numeric: tabular-nums;
  text-shadow: 0 0 30px rgba(255,122,216,0.4);
  white-space: nowrap;
}
.mobile-sheet .sheet-phone-label {
  display: block;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-dim);
  margin-bottom: 4px;
  font-weight: 500;
}
.nav .phone .pulse {
  width: 8px; height: 8px; border-radius: 50%; background: var(--fuchsia);
  box-shadow: 0 0 0 0 rgba(255,69,196,0.7);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255,69,196,.7); }
  70% { box-shadow: 0 0 0 10px rgba(255,69,196,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,69,196,0); }
}

/* ============= HERO ============= */
.hero {
  min-height: 100vh;
  display: flex; flex-direction: column;
  overflow-x: clip;
  position: relative;
}
.hero-inner { flex: 1; display: flex; flex-direction: column; justify-content: flex-end; position: relative; }
.hero-heading-wrap {
  overflow: hidden;
  padding: 4vh clamp(20px, 4vw, 56px) 0;
}
.hero h1 {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  line-height: 0.85;
  white-space: nowrap;
  font-size: clamp(48px, 11vw, 220px);
  margin-top: 1vh;
}

/* slogan directly under the giant title */
.hero-slogan {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.5vw, 22px);
  margin-top: clamp(6px, 1.2vw, 16px);
  font-family: var(--font-script);
  font-size: clamp(1.7rem, 3.6vw, 3.2rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.05;
  color: var(--ink);
  opacity: 0;
  transform: translateY(14px);
  animation: slogan-rise 0.9s cubic-bezier(.25,.1,.25,1) 0.5s forwards;
}
.hero-slogan .bar {
  display: block;
  width: clamp(36px, 5vw, 72px);
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--fuchsia) 30%, var(--fuchsia-light) 100%);
  flex-shrink: 0;
  transform: scaleX(0);
  transform-origin: left center;
  animation: slogan-bar 0.8s cubic-bezier(.25,.1,.25,1) 1.1s forwards;
  border-radius: 2px;
}
.hero-slogan .text { font-style: normal; }
.hero-slogan em {
  font-style: normal;
  position: relative;
  color: var(--red-bright);
  font-weight: 700;
  text-shadow: 0 0 30px rgba(255, 122, 216, 0.45);
}
.hero-slogan em .word-inner {
  display: inline-block;
  position: relative;
  animation: slogan-pulse 3.6s ease-in-out 1.8s infinite;
}
.hero-slogan em .word-inner::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  bottom: -4px;
  height: 2px;
  background: linear-gradient(90deg, var(--fuchsia), var(--fuchsia-light) 60%, var(--accent-warm));
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left center;
  animation: slogan-underline 0.9s cubic-bezier(.25,.1,.25,1) 1.4s forwards;
  box-shadow: 0 0 16px rgba(255, 69, 196, 0.6);
}
@keyframes slogan-rise {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes slogan-bar {
  to { transform: scaleX(1); }
}
@keyframes slogan-underline {
  to { transform: scaleX(1); }
}
@keyframes slogan-pulse {
  0%, 100% { transform: scale(1); text-shadow: 0 0 30px rgba(255, 122, 216, 0.4); }
  50% { transform: scale(1.04); text-shadow: 0 0 50px rgba(255, 122, 216, 0.7); }
}

@media (max-width: 720px) {
  .hero-slogan { font-size: clamp(1.4rem, 7vw, 2rem); }
}

.hero-meta {
  position: absolute;
  top: clamp(120px, 18vh, 220px);
  right: clamp(20px, 4vw, 56px);
  display: flex; flex-direction: column; gap: 18px;
  text-align: right;
  font-size: clamp(0.75rem, 0.9vw, 0.95rem);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ink-dim);
}
.hero-meta .stat strong {
  display: block; color: var(--ink); font-size: clamp(1.4rem, 2.6vw, 2.4rem); font-weight: 700;
  letter-spacing: -0.01em;
  white-space: nowrap;
  line-height: 1;
  margin-bottom: 4px;
}
.hero-meta .stat.price strong {
  color: var(--fuchsia-light);
  font-size: clamp(1.3rem, 2.4vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.01em;
  text-shadow: 0 0 30px rgba(255, 122, 216, 0.4);
  white-space: nowrap;
  line-height: 1;
  margin-bottom: 4px;
}
.hero-meta .stat.price {
  border-right: 2px solid var(--fuchsia);
  padding-right: 18px;
  margin-right: 4px;
}

.hero-bar {
  display: flex; justify-content: space-between; align-items: flex-end;
  padding: 0 clamp(20px, 4vw, 56px) clamp(28px, 5vh, 56px);
  gap: 32px;
  position: relative;
  z-index: 5;
}
.hero-tagline {
  color: var(--ink);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.25;
  max-width: 320px;
  font-size: clamp(0.78rem, 1.1vw, 1.05rem);
}
.hero-tagline em { font-style: normal; color: var(--fuchsia-light); font-weight: 500; }

/* large clickable phone block in hero — high visibility */
.hero-bar-actions {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 28px);
  flex-wrap: wrap;
  justify-content: flex-end;
}
.hero-phone {
  display: inline-flex; flex-direction: column;
  align-items: flex-start; gap: 6px;
  padding: 12px 22px;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,69,196,0.10), rgba(0,0,0,0.4));
  backdrop-filter: blur(8px);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.hero-phone:hover {
  transform: translateY(-2px);
  border-color: rgba(255,122,216,0.55);
  box-shadow: 0 12px 40px -10px rgba(255, 69, 196, 0.5);
}
.hero-phone-label {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 500;
}
.hero-phone-label .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--fuchsia);
  box-shadow: 0 0 0 0 rgba(255,69,196,0.7), 0 0 12px rgba(255,69,196,0.7);
  animation: pulse 1.8s infinite;
}
.hero-phone-number {
  font-weight: 900;
  font-size: clamp(1.4rem, 2.6vw, 2.2rem);
  color: #FFFFFF;
  letter-spacing: 0.01em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 0 28px rgba(255, 122, 216, 0.45);
  white-space: nowrap;
}
@media (max-width: 720px) {
  .hero-bar-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .hero-phone {
    width: 100%;
    align-items: center;
  }
  .hero-phone-number { font-size: 1.6rem; }
}

/* print-bg removed per client request — no more spinning element behind Vinyle Express */
.print-bg { display: none !important; }
.vinyl-bg { display: none !important; }

/* large "URGENT" stamp behind heading */
.stamp {
  position: absolute;
  top: clamp(120px, 16vh, 200px);
  left: clamp(20px, 4vw, 56px);
  z-index: 2;
  display: flex; align-items: center; gap: 12px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-dim);
}
.stamp .square {
  width: 10px; height: 10px;
  background: var(--fuchsia);
  display: inline-block;
  box-shadow: 0 0 16px rgba(255, 69, 196, 0.7);
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* ============= BUTTONS ============= */
.btn-contact {
  border: none;
  position: relative;
  border-radius: 999px;
  padding: 14px 36px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: clamp(0.75rem, 0.9vw, 1rem);
  background: linear-gradient(123deg, #1F0226 7%, #8A1E63 30%, #C7228C 58%, #FF45C4 85%, #FF7AD8 100%);
  box-shadow:
    inset 4px 4px 12px rgba(255,122,216,0.4),
    0 6px 24px rgba(255, 69, 196, 0.45),
    0 0 0 2px #fff,
    0 0 0 5px transparent;
  transition: transform .2s ease, box-shadow .2s ease;
  display: inline-flex; align-items: center; gap: 10px;
  white-space: nowrap;
}
.btn-contact:hover { transform: translateY(-2px); box-shadow: inset 4px 4px 12px rgba(255,122,216,0.4), 0 10px 32px rgba(255, 69, 196, 0.6), 0 0 0 2px #fff, 0 0 0 5px transparent; }
.btn-contact .arrow { display: inline-block; transition: transform .2s ease; }
.btn-contact:hover .arrow { transform: translate(3px, -3px); }

.btn-ghost {
  background: transparent;
  border: 2px solid var(--ink);
  color: var(--ink);
  border-radius: 999px;
  padding: 12px 28px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: clamp(0.75rem, 0.9vw, 0.95rem);
  transition: background .2s ease, color .2s ease;
  display: inline-flex; align-items: center; gap: 10px;
}
.btn-ghost:hover { background: rgba(232,220,200,.1); }
.btn-ghost.dark { color: #0C0C0C; border-color: #0C0C0C; }
.btn-ghost.dark:hover { background: rgba(12,12,12,.06); }

/* ============= TICKER ============= */
.ticker {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  gap: 48px;
}
.ticker-track {
  display: inline-flex; gap: 48px; align-items: center;
  animation: ticker 38s linear infinite;
  flex-shrink: 0;
  padding-right: 48px;
}
.ticker-track span {
  font-size: clamp(1.5rem, 3vw, 3rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  display: inline-flex; align-items: center; gap: 48px;
}
.ticker-track .dot {
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--fuchsia);
  display: inline-block;
  box-shadow: 0 0 24px rgba(255, 69, 196, 0.6);
}
.ticker-track .ghost { color: transparent; -webkit-text-stroke: 1.5px var(--ink-dim); }
@keyframes ticker {
  to { transform: translateX(-50%); }
}

/* ============= ABOUT ============= */
.about {
  min-height: 100vh;
  padding-top: clamp(80px, 12vh, 160px);
  padding-bottom: clamp(80px, 12vh, 160px);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: clamp(48px, 8vh, 96px);
  position: relative;
}
.about h2 {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  line-height: 0.9;
  font-size: clamp(3rem, 12vw, 200px);
  text-align: center;
}
.about-text {
  color: var(--ink);
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  max-width: 720px;
  font-size: clamp(1rem, 1.8vw, 1.5rem);
  position: relative;
  z-index: 5;
}
.about-text .word {
  display: inline-block;
  margin: 0 0.18em 0 0;
  transition: color .4s ease, opacity .4s ease;
}

/* corner decor placeholders — replace with your own assets */
.corner {
  position: absolute;
  width: clamp(110px, 14vw, 220px);
  aspect-ratio: 1;
  border: 1px dashed var(--line);
  border-radius: 22px;
  display: flex; align-items: center; justify-content: center;
  color: var(--ink-dim);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  text-align: center;
  padding: 12px;
  z-index: 2;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  background: linear-gradient(135deg, rgba(232,220,200,0.02), rgba(232,220,200,0.05));
}
.corner.tl { top: 6%; left: clamp(8px, 3vw, 56px); }
.corner.has-img {
  border-style: solid;
  border-color: var(--line);
  padding: 0;
  overflow: hidden;
  background: #0C0C0C;
  width: clamp(140px, 18vw, 260px);
}
.corner.has-img.landscape {
  aspect-ratio: 3 / 2;
  width: clamp(160px, 22vw, 320px);
}
.corner.has-img.portrait {
  aspect-ratio: 3 / 4;
  width: clamp(130px, 16vw, 240px);
}
.corner.has-img img,
.corner.has-img video {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(0.92) contrast(1.05) saturate(0.85);
  display: block;
}
.corner.has-img .caption {
  position: absolute;
  left: 10px; bottom: 10px;
  background: rgba(12,12,12,0.75);
  backdrop-filter: blur(4px);
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.6rem;
  color: var(--ink);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
}
.corner.tr { top: 6%; right: clamp(8px, 3vw, 56px); }
.corner.bl { bottom: 8%; left: clamp(8px, 4vw, 80px); }
.corner.br { bottom: 8%; right: clamp(8px, 4vw, 80px); }
@media (max-width: 720px) {
  .corner {
    width: 70px;
    aspect-ratio: 1;
    font-size: 0.55rem;
    padding: 6px;
  }
  .corner.tl, .corner.tr { top: 2%; }
  .corner.bl, .corner.br { bottom: 2%; }
  .corner.has-img.landscape,
  .corner.has-img.portrait,
  .corner.has-img { width: 80px; }
  .corner.has-img .caption {
    font-size: 0.55rem;
    padding: 4px 6px;
    letter-spacing: 0.1em;
  }
  .about-text { padding: 0 8px; }
  .about h2 { font-size: clamp(3rem, 16vw, 4rem); }
}

/* ============= PROS / URGENCY (replaces 3-pillars) ============= */
.pros {
  padding: clamp(100px, 16vh, 200px) clamp(20px, 4vw, 56px);
  border-top: 1px solid var(--line);
  text-align: center;
}
.pros-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.75rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ink-dim);
  margin-bottom: 32px;
  font-weight: 500;
}
.pros-eyebrow .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--fuchsia);
  box-shadow: 0 0 16px rgba(255, 69, 196, 0.7);
}
.pros h2 {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  line-height: 0.92;
  font-size: clamp(2.6rem, 8vw, 7rem);
  margin: 0 auto 56px;
  max-width: 16ch;
}
.pros h2 em {
  font-style: normal;
  color: var(--fuchsia-light);
}
.pros-urgency {
  max-width: 780px;
  margin: 0 auto;
  padding-top: 56px;
  border-top: 1px solid var(--line);
}
.pros-urgency .label {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--fuchsia-light);
  margin-bottom: 24px;
  font-weight: 600;
}
.pros-urgency .label .live {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--fuchsia);
  box-shadow: 0 0 0 0 rgba(255,69,196,.7), 0 0 16px rgba(255,69,196,.6);
  animation: pulse 1.8s infinite;
}
.pros-urgency p {
  font-weight: 400;
  font-size: clamp(1.15rem, 2.4vw, 2rem);
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.pros-urgency p strong {
  font-weight: 700;
  color: var(--ink);
  display: inline-block;
  position: relative;
}
.pros-urgency p strong::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -3px;
  height: 2px;
  background: var(--fuchsia);
  border-radius: 2px;
}
.pros-availability {
  display: inline-flex; align-items: center; gap: clamp(24px, 4vw, 48px);
  margin-top: 40px;
  padding: 14px 28px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 500;
  flex-wrap: wrap; justify-content: center;
}
.pros-availability strong {
  color: var(--fuchsia-light);
  font-weight: 700;
}

/* ============= PILLARS (Professionnels / Salons / Événements) ============= */
.pillars {
  padding: clamp(80px, 12vh, 140px) clamp(20px, 4vw, 56px);
  border-top: 1px solid var(--line);
}
.pillars-head {
  display: flex; justify-content: space-between; align-items: flex-end;
  gap: 32px; margin-bottom: clamp(48px, 6vw, 80px); flex-wrap: wrap;
}
.pillars-head h2 {
  font-weight: 900; text-transform: uppercase;
  font-size: clamp(2.2rem, 6vw, 5.5rem);
  line-height: 0.9; letter-spacing: -0.025em;
  max-width: 14ch;
}
.pillars-head .lead {
  color: var(--ink-dim); font-weight: 300;
  font-size: clamp(0.9rem, 1.2vw, 1.15rem);
  line-height: 1.55; max-width: 380px;
}
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 28px);
}
@media (max-width: 900px) { .pillars-grid { grid-template-columns: 1fr; } }
.pillar {
  background: linear-gradient(180deg, rgba(232,220,200,0.04), rgba(232,220,200,0.01));
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: clamp(24px, 2.5vw, 36px);
  display: flex; flex-direction: column;
  gap: 16px;
  position: relative;
  transition: border-color .25s ease, transform .25s ease;
  min-height: 360px;
}
.pillar:hover { border-color: rgba(255,122,216,0.5); transform: translateY(-2px); }
.pillar .index {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.72rem; letter-spacing: 0.22em; color: var(--ink-dim);
  text-transform: uppercase;
  display: flex; align-items: center; gap: 10px;
}
.pillar .index .bar { width: 24px; height: 1px; background: var(--fuchsia); }
.pillar h3 {
  font-weight: 800; text-transform: uppercase;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  line-height: 1; letter-spacing: -0.01em;
  margin-top: 4px;
}
.pillar p {
  color: var(--ink-dim); font-weight: 300;
  font-size: clamp(0.85rem, 1.05vw, 1rem);
  line-height: 1.6; flex: 1;
}
.pillar .more {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--ink); font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.18em;
  font-size: 0.78rem;
  border-top: 1px solid var(--line); padding-top: 18px;
  transition: color .2s;
}
.pillar .more:hover { color: var(--fuchsia-light); }
.pillar.featured {
  background: linear-gradient(180deg, rgba(255,69,196,0.12), rgba(255,69,196,0.02));
  border-color: rgba(255,122,216,0.45);
  box-shadow: 0 20px 60px -20px rgba(255, 69, 196, 0.4);
}
.pillar.featured .index .bar { background: var(--fuchsia-light); }

/* ============= FAQ ============= */
.faq {
  padding: clamp(80px, 12vh, 140px) clamp(20px, 4vw, 56px);
  border-top: 1px solid var(--line);
}
.faq-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) 2.2fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
}
@media (max-width: 900px) { .faq-grid { grid-template-columns: 1fr; gap: 32px; } }
.faq-side h2 {
  font-weight: 900; text-transform: uppercase;
  font-size: clamp(2.6rem, 6vw, 5.5rem);
  line-height: 0.9; letter-spacing: -0.025em;
  margin-bottom: 18px;
}
.faq-side p {
  color: var(--ink-dim); font-weight: 300;
  line-height: 1.55; max-width: 320px; margin-bottom: 24px;
  font-size: clamp(0.9rem, 1.1vw, 1.05rem);
}
.faq-item {
  border-top: 1px solid var(--line);
  padding: clamp(20px, 2vw, 28px) 0;
}
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-q {
  background: transparent; border: 0; padding: 0;
  color: var(--ink); width: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  text-align: left; font-family: inherit;
  font-weight: 500; text-transform: uppercase; letter-spacing: 0.02em;
  font-size: clamp(1rem, 1.4vw, 1.3rem);
  line-height: 1.3;
  cursor: pointer;
}
.faq-q .toggle {
  width: 36px; height: 36px; flex-shrink: 0;
  border: 1px solid var(--line); border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 300; font-size: 1.2rem;
  transition: background .25s, color .25s, border-color .25s, transform .25s;
}
.faq-item.open .faq-q .toggle {
  background: var(--fuchsia); color: #fff; border-color: var(--fuchsia); transform: rotate(45deg);
  box-shadow: 0 0 24px rgba(255, 69, 196, 0.5);
}
.faq-a {
  overflow: hidden; max-height: 0;
  transition: max-height .4s ease, padding .4s ease, opacity .3s ease;
  opacity: 0;
}
.faq-item.open .faq-a {
  max-height: 800px;
  padding-top: 18px;
  opacity: 1;
}
.faq-a p {
  color: var(--ink-dim); font-weight: 300;
  line-height: 1.65; max-width: 720px;
  font-size: clamp(0.85rem, 1.1vw, 1.05rem);
}
.faq-a p + p { margin-top: 12px; }

/* ============= DEMO VIDEO ============= */
.demo {
  padding: clamp(80px, 12vh, 140px) clamp(20px, 4vw, 56px);
  border-top: 1px solid var(--line);
}
.demo-grid {
  display: grid;
  grid-template-columns: minmax(280px, 440px) 1fr;
  gap: clamp(40px, 6vw, 88px);
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}
@media (max-width: 880px) {
  .demo-grid { grid-template-columns: 1fr; gap: 32px; }
}
.demo-video {
  position: relative;
  border-radius: clamp(28px, 4vw, 48px);
  overflow: hidden;
  background: #0C0C0C;
  border: 1px solid var(--line);
  aspect-ratio: 9 / 16;
  width: 100%;
  box-shadow: 0 30px 80px rgba(0,0,0,0.5);
}
.demo-video video, .demo-video img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.demo-video .badge {
  position: absolute; top: 16px; left: 16px;
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink);
  background: rgba(12,12,12,0.65);
  backdrop-filter: blur(6px);
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(232,220,200,0.15);
  z-index: 2;
}
.demo-video .badge .live {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--fuchsia);
  box-shadow: 0 0 0 0 rgba(255,69,196,0.7), 0 0 12px rgba(255, 69, 196, 0.6);
  animation: pulse 2s infinite;
}
.demo-video .control {
  position: absolute; bottom: 16px; right: 16px;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(12,12,12,0.75);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(232,220,200,0.18);
  color: var(--ink);
  cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.9rem;
  transition: background .2s, transform .2s;
  z-index: 2;
}
.demo-video .control:hover { background: var(--fuchsia); border-color: var(--fuchsia); transform: scale(1.05); box-shadow: 0 0 24px rgba(255, 69, 196, 0.5); }
.demo-copy .eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-dim);
  margin-bottom: 18px;
}
.demo-copy .eyebrow .bar { width: 28px; height: 1px; background: var(--fuchsia); }
.demo-copy h2 {
  font-weight: 900; text-transform: uppercase;
  font-size: clamp(2.2rem, 5.5vw, 4.6rem);
  line-height: 0.9; letter-spacing: -0.025em;
  margin-bottom: 20px;
}
.demo-copy p {
  color: var(--ink-dim); font-weight: 300;
  font-size: clamp(0.95rem, 1.2vw, 1.15rem);
  line-height: 1.6;
  max-width: 540px;
  margin-bottom: 28px;
}
.demo-stats {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: clamp(20px, 3vw, 48px);
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  max-width: 540px;
}
.demo-stats .item strong {
  display: block;
  font-weight: 700;
  font-size: clamp(1.3rem, 2.4vw, 1.9rem);
  color: var(--ink);
  letter-spacing: -0.01em;
  line-height: 1;
}
.demo-stats .item span {
  display: block; margin-top: 6px;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-dim);
  font-family: 'JetBrains Mono', ui-monospace, monospace;
}
@media (max-width: 880px) {
  .demo-stats { grid-template-columns: repeat(3, 1fr); }
}

/* ============= SERVICES ============= */
.services {
  background: #0A0A0A;
  color: var(--ink);
  border-top-left-radius: clamp(40px, 5vw, 60px);
  border-top-right-radius: clamp(40px, 5vw, 60px);
  border-top: 1px solid var(--line);
  padding-top: clamp(80px, 12vh, 160px);
  padding-bottom: clamp(80px, 12vh, 160px);
  position: relative;
  z-index: 2;
}
.services h2 {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  text-align: center;
  font-size: clamp(3rem, 12vw, 200px);
  color: var(--ink);
  margin-bottom: clamp(48px, 8vw, 112px);
  line-height: 0.9;
}
.service-list { max-width: 1080px; margin: 0 auto; }
.service {
  display: grid;
  grid-template-columns: minmax(120px, 220px) 1fr auto;
  gap: clamp(20px, 4vw, 56px);
  align-items: start;
  padding: clamp(28px, 5vw, 56px) 0;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.service:first-child { border-top: 1px solid var(--line); }
.service .num {
  font-weight: 900;
  font-size: clamp(3rem, 10vw, 140px);
  line-height: 0.85;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--red);
  letter-spacing: -0.04em;
  transition: color .35s ease, -webkit-text-stroke-color .35s ease;
}
.service.tag-active .num {
  color: var(--red);
  -webkit-text-stroke-color: var(--red);
}
.service .body { padding-top: clamp(8px, 2vw, 24px); }
.service .name {
  font-weight: 500;
  text-transform: uppercase;
  font-size: clamp(1.1rem, 2.4vw, 2.1rem);
  letter-spacing: -0.005em;
  margin-bottom: 12px;
  line-height: 1.05;
}
.service .desc {
  font-weight: 300;
  line-height: 1.55;
  max-width: 560px;
  font-size: clamp(0.85rem, 1.2vw, 1.1rem);
  color: var(--ink-dim);
}
/* services tag scroll-glow effect */
.service .tag {
  align-self: start;
  margin-top: clamp(16px, 2.5vw, 32px);
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  padding: 6px 12px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  white-space: nowrap;
  color: var(--ink);
  background: transparent;
  transition: background-color .35s ease, border-color .35s ease, color .35s ease, box-shadow .35s ease, transform .35s ease;
}
.service.tag-active .tag {
  background: var(--fuchsia);
  border-color: var(--fuchsia);
  color: #fff;
  box-shadow: 0 8px 28px rgba(255, 69, 196, 0.45), 0 0 0 4px rgba(255, 69, 196, 0.12);
  transform: scale(1.04);
}
@media (max-width: 720px) {
  .service { grid-template-columns: 1fr; gap: 12px; }
  .service .tag { justify-self: start; margin-top: 0; }
}

/* ============= PROJECTS (sticky stacking cards) ============= */
.projects {
  background: var(--bg);
  border-top-left-radius: clamp(40px, 5vw, 60px);
  border-top-right-radius: clamp(40px, 5vw, 60px);
  margin-top: clamp(-56px, -8vw, -40px);
  position: relative; z-index: 10;
  padding: clamp(80px, 12vh, 160px) 0 0;
}
.projects h2 {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  text-align: center;
  font-size: clamp(3rem, 12vw, 200px);
  line-height: 0.9;
  margin-bottom: clamp(48px, 6vh, 96px);
}
.project-track {
  padding: 0 clamp(16px, 3vw, 40px) 30vh;
  position: relative;
}
.project-card {
  position: sticky;
  width: 100%;
  border-radius: clamp(40px, 5vw, 60px);
  border: 2px solid var(--ink);
  background: var(--bg);
  padding: clamp(20px, 2.5vw, 36px);
  display: flex; flex-direction: column; gap: clamp(20px, 2vw, 32px);
  transform-origin: top center;
  will-change: transform;
}
.project-card + .project-card {
  margin-top: 28vh;
}
.project-head {
  display: grid;
  grid-template-columns: minmax(80px, 130px) 1fr auto;
  gap: clamp(16px, 2vw, 32px);
  align-items: start;
}
.project-head .num {
  font-weight: 900;
  font-size: clamp(3rem, 8vw, 110px);
  line-height: 0.8;
  color: var(--ink);
  letter-spacing: -0.04em;
}
.project-head .info { padding-top: clamp(6px, 1vw, 14px); }
.project-head .cat {
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--ink-dim);
  margin-bottom: 8px;
}
.project-head .pname {
  font-weight: 500;
  text-transform: uppercase;
  font-size: clamp(1.2rem, 2.4vw, 2.1rem);
  line-height: 1;
  letter-spacing: -0.005em;
}
.project-head .cta { align-self: center; padding-top: clamp(6px, 1vw, 14px); }

.project-grid {
  display: grid;
  grid-template-columns: 4fr 6fr;
  gap: clamp(12px, 1.5vw, 20px);
}
.project-grid .col { display: flex; flex-direction: column; gap: clamp(12px, 1.5vw, 20px); }
.project-img {
  border-radius: clamp(28px, 4vw, 48px);
  background: #1a1814;
  background-image:
    linear-gradient(135deg, rgba(232,220,200,0.04), rgba(232,220,200,0.07)),
    repeating-linear-gradient(45deg, rgba(232,220,200,0.04) 0 6px, transparent 6px 12px);
  display: flex; align-items: center; justify-content: center;
  color: var(--ink-dim);
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 1px solid var(--line);
  text-align: center;
  padding: 16px;
}
.project-grid .col-1 .a { height: clamp(130px, 16vw, 230px); }
.project-grid .col-1 .b { height: clamp(160px, 22vw, 340px); }
.project-grid .col-2 .c { height: clamp(300px, 39vw, 580px); }

@media (max-width: 720px) {
  .project-grid { grid-template-columns: 1fr; }
  .project-grid .col-2 .c { height: clamp(220px, 50vw, 320px); }
}

/* ============= FOOTER ============= */
.footer {
  padding: clamp(60px, 8vh, 120px) clamp(20px, 4vw, 56px) clamp(28px, 4vw, 48px);
  background: var(--bg);
  border-top: 1px solid var(--line);
  margin-top: clamp(56px, 10vh, 120px);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}
.footer h3 {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  font-size: clamp(2.2rem, 5vw, 5rem);
  line-height: 0.95;
  margin-bottom: 20px;
}
.footer .cta-row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 16px; }
.footer .col-title {
  font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.22em;
  color: var(--ink-dim); margin-bottom: 16px; font-weight: 600;
}
.footer ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer ul a { color: var(--ink); transition: color .2s; }
.footer ul a:hover { color: var(--fuchsia-light); }
.footer .phone-large {
  font-weight: 700;
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  white-space: nowrap;
  letter-spacing: 0.04em;
  color: var(--fuchsia-light);
  font-variant-numeric: tabular-nums;
  text-shadow: 0 0 30px rgba(255, 122, 216, 0.4);
}
.footer .legal {
  margin-top: clamp(56px, 8vw, 96px);
  display: flex; justify-content: space-between; gap: 24px;
  font-size: 0.75rem; color: var(--ink-dim);
  text-transform: uppercase; letter-spacing: 0.15em;
  flex-wrap: wrap;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
@media (max-width: 720px) {
  .footer-grid { grid-template-columns: 1fr; }
}

/* ============= reveal animations ============= */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .9s cubic-bezier(.25,.1,.25,1), transform .9s cubic-bezier(.25,.1,.25,1); }
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal.delay-1 { transition-delay: .1s; }
.reveal.delay-2 { transition-delay: .2s; }
.reveal.delay-3 { transition-delay: .35s; }
.reveal.delay-4 { transition-delay: .5s; }
.reveal.delay-5 { transition-delay: .65s; }

/* duplicate-remove placeholder: real mobile rules are above */

@media (max-width: 720px) {
  .nav ul { display: none; }
  .nav .phone { display: none; }
  .nav .menu-btn { display: inline-flex; }

  /* hero on mobile */
  .hero-inner { justify-content: space-between; padding-top: 8vh; }
  .hero-heading-wrap { padding: 0 16px; overflow: visible; }
  .hero h1 {
    font-size: clamp(34px, 13vw, 60px);
    white-space: normal;
    line-height: 0.95;
    letter-spacing: -0.02em;
  }
  .hero-slogan {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    font-size: clamp(1rem, 4.8vw, 1.4rem);
    margin-top: 14px;
  }
  .hero-slogan .bar { width: 36px; }

  .stamp {
    position: static;
    margin: 16px 16px 0;
    font-size: 0.62rem;
    letter-spacing: 0.15em;
    line-height: 1.5;
    flex-wrap: wrap;
  }

  /* show hero meta as a compact pill row */
  .hero-meta {
    display: flex !important;
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
    margin: 18px 16px 0;
    flex-wrap: wrap;
    text-align: left;
  }
  .hero-meta .stat {
    background: rgba(232,220,200,0.05);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 10px 14px;
    flex: 1 1 calc(33% - 8px);
    min-width: 0;
  }
  .hero-meta .stat strong {
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 4px;
  }
  .hero-meta .stat.price strong {
    font-size: 1rem;
    color: var(--fuchsia-light);
    text-shadow: none;
  }
  .hero-meta .stat.price {
    border-color: rgba(255,122,216,0.4);
    background: rgba(255,69,196,0.08);
    border-right-width: 1px;
    padding-right: 14px;
    margin-right: 0;
  }

  .vinyl-bg, .print-bg { display: none; }

  .hero-bar {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding-bottom: 32px;
  }
  .hero-tagline { max-width: 100%; }

  /* services: tag goes inline at top */
  .service { gap: 8px; padding: 24px 0; }
  .service .num { font-size: clamp(2.2rem, 14vw, 4rem); }
  .service .name { font-size: 1.15rem; }
  .service .desc { font-size: 0.88rem; }

  /* projects: less aggressive scaling, smaller padding */
  .project-card { padding: 16px; border-radius: 24px; }
  .project-head { grid-template-columns: 60px 1fr; gap: 12px; }
  .project-head .num { font-size: 2.4rem; }
  .project-head .pname { font-size: 1.05rem; }
  .project-head .cta { grid-column: 1 / -1; padding-top: 0; }
  .project-head .cta .btn-ghost { width: 100%; justify-content: center; }
  .project-grid { gap: 8px; }
  .project-img { border-radius: 16px; }

  /* about */
  .about { padding-left: 12px; padding-right: 12px; }
  .about-text { font-size: 0.95rem; }

  /* services section header */
  .services h2 { font-size: clamp(3.2rem, 18vw, 5rem); margin-bottom: 32px; }
  .projects h2 { font-size: clamp(3rem, 16vw, 5rem); margin-bottom: 32px; }
  .pillars-head h2 { font-size: clamp(2rem, 9vw, 3rem); }
  .faq-side h2 { font-size: clamp(2.2rem, 11vw, 4rem); }

  /* demo */
  .demo-video { aspect-ratio: 9 / 16; max-width: 320px; margin: 0 auto; }
  .demo-copy h2 { font-size: clamp(1.8rem, 8vw, 2.8rem); }
  .demo-stats { gap: 12px; }
  .demo-stats .item strong { font-size: 1.1rem; }
  .demo-stats .item span { font-size: 0.6rem; letter-spacing: 0.1em; }

  /* faq */
  .faq-q { font-size: 0.95rem; gap: 12px; }
  .faq-q .toggle { width: 30px; height: 30px; }

  /* footer */
  .footer { padding: 48px 20px 24px; }
  .footer h3 { font-size: clamp(1.8rem, 9vw, 2.6rem); }
  .footer .phone-large { font-size: 1.4rem; }
  .footer .cta-row { flex-direction: column; align-items: flex-start; gap: 12px; }
  .footer .legal { font-size: 0.65rem; letter-spacing: 0.1em; flex-direction: column; align-items: flex-start; gap: 8px; }

  /* ticker: smaller */
  .ticker-track span { font-size: 1.4rem; gap: 28px; }
  .ticker-track { gap: 28px; padding-right: 28px; }
}

/* desktop only: hide menu button */
@media (min-width: 721px) {
  .nav .menu-btn { display: none !important; }
  .mobile-sheet { display: none !important; }
}
