/* Sito di RACE. Tre "luci" come il menu dei locali: pranzo (chiaro), aperitivo (dorato), cena (scuro). */
:root, [data-mood="pranzo"] {
  --bg: #FBF6EE; --bg2: #F2EADD; --card: #FFFFFF; --ink: #1B1712; --muted: #6B6258; --line: rgba(27, 23, 18, .10);
  --accent: #E5452A; --accent-2: #F59E0B; --accent-ink: #FFFFFF; --glow-1: rgba(255, 138, 76, .38); --glow-2: rgba(255, 201, 102, .35);
  --scr: #F6F4F1; --scr-card: #FFFFFF; --scr-ink: #19161A; --scr-muted: #7B7480; --scr-line: rgba(0, 0, 0, .07);
  --free: #E8F6EE; --free-ink: #1E7A4A; --busy: #EEF0F6; --busy-ink: #3C4260; --order: #FFE7DC; --order-ink: #C23A1D; --bill: #FFF3D6; --bill-ink: #9A6400;
  --shadow: 0 30px 80px -20px rgba(60, 35, 10, .28), 0 10px 30px -10px rgba(60, 35, 10, .18);
  color-scheme: light;
}
[data-mood="aperitivo"] {
  --bg: #FFEBD8; --bg2: #FFD9B8; --card: #FFF8F1; --ink: #2B150B; --muted: #80563F; --line: rgba(80, 30, 5, .12);
  --accent: #DC3F22; --accent-2: #F07B1D; --glow-1: rgba(255, 110, 70, .45); --glow-2: rgba(255, 190, 70, .55);
  --scr: #FFF4EA; --scr-card: #FFFFFF; --scr-ink: #2B150B; --scr-muted: #8C6A56; --scr-line: rgba(80, 30, 5, .08);
  --shadow: 0 30px 80px -20px rgba(140, 50, 10, .35), 0 10px 30px -10px rgba(140, 50, 10, .2);
  color-scheme: light;
}
[data-mood="cena"] {
  --bg: #0F0D12; --bg2: #17141C; --card: #1C1822; --ink: #F6F1EA; --muted: #A89FB0; --line: rgba(255, 255, 255, .09);
  --accent: #FF6A3D; --accent-2: #FFB547; --accent-ink: #1A0E08; --glow-1: rgba(255, 106, 61, .30); --glow-2: rgba(120, 80, 255, .22);
  --scr: #141218; --scr-card: #201C26; --scr-ink: #F3EEF6; --scr-muted: #9C94A6; --scr-line: rgba(255, 255, 255, .07);
  --free: rgba(52, 199, 120, .14); --free-ink: #6BE3A3; --busy: rgba(255, 255, 255, .06); --busy-ink: #C9C3D4; --order: rgba(255, 106, 61, .18); --order-ink: #FF9B7A; --bill: rgba(255, 181, 71, .16); --bill-ink: #FFC56E;
  --shadow: 0 30px 90px -20px rgba(0, 0, 0, .7), 0 0 0 1px rgba(255, 255, 255, .06);
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 400 17px/1.55 Inter, system-ui, -apple-system, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; transition: background .6s ease, color .6s ease; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.02em; }
h1, h2 { font-family: Fraunces, Georgia, serif; font-weight: 700; }
h1 em, h2 em { font-style: italic; color: var(--accent); }
.s-wrap { width: min(1180px, 100% - 40px); margin: 0 auto; }
[hidden] { display: none !important; }

/* ---------- header ---------- */
.s-header { position: fixed; inset: 0 0 auto; z-index: 50; display: flex; align-items: center; gap: 20px; height: 68px; padding: 0 max(20px, calc((100% - 1180px) / 2)); transition: background .3s, box-shadow .3s, height .3s; }
.s-header.is-scrolled { background: color-mix(in srgb, var(--bg) 82%, transparent); -webkit-backdrop-filter: blur(16px) saturate(1.4); backdrop-filter: blur(16px) saturate(1.4); box-shadow: 0 1px 0 var(--line); height: 60px; }
.s-logo { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 20px; letter-spacing: .06em; text-decoration: none; }
.s-nav { display: flex; gap: 26px; margin-left: 18px; }
.s-nav a { text-decoration: none; font-size: 15px; font-weight: 500; color: var(--muted); transition: color .2s; }
.s-nav a:hover { color: var(--ink); }
.s-header-end { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.s-mood { display: inline-flex; padding: 3px; gap: 2px; border-radius: 999px; background: color-mix(in srgb, var(--card) 70%, transparent); border: 1px solid var(--line); }
.s-mood button { width: 34px; height: 30px; border: 0; border-radius: 999px; background: transparent; font-size: 15px; cursor: pointer; filter: grayscale(.6); opacity: .7; transition: all .2s; }
.s-mood button[aria-pressed="true"] { background: var(--ink); filter: none; opacity: 1; }
.s-burger { display: none; width: 42px; height: 42px; border: 0; background: transparent; cursor: pointer; padding: 10px; }
.s-burger span { display: block; height: 2px; margin: 6px 0; background: var(--ink); border-radius: 2px; transition: transform .25s; }

/* ---------- bottoni ---------- */
.s-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 52px; padding: 0 24px; border-radius: 999px; border: 1px solid transparent; font: 600 16px/1 Inter, sans-serif; text-decoration: none; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.s-btn:hover { transform: translateY(-2px); }
.s-btn-primary { background: linear-gradient(135deg, var(--accent), color-mix(in srgb, var(--accent) 70%, var(--accent-2))); color: #fff; box-shadow: 0 12px 30px -10px var(--accent); }
.s-btn-ghost { background: color-mix(in srgb, var(--card) 60%, transparent); border-color: var(--line); color: var(--ink); }
.s-btn-sm { min-height: 40px; padding: 0 16px; font-size: 14px; }
.s-btn-block { width: 100%; }

/* ---------- apertura ---------- */
.s-hero { position: relative; padding: 130px 0 0; overflow: hidden; }
.s-hero-glow { position: absolute; inset: -20% -10% auto; height: 900px; background: radial-gradient(40% 45% at 72% 38%, var(--glow-1), transparent 70%), radial-gradient(35% 40% at 20% 20%, var(--glow-2), transparent 70%); pointer-events: none; transition: opacity .6s; }
.s-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr); gap: 40px; align-items: center; min-height: calc(100vh - 220px); }
.s-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 22px; padding: 7px 14px; border-radius: 999px; background: color-mix(in srgb, var(--card) 70%, transparent); border: 1px solid var(--line); font-size: 14px; font-weight: 600; color: var(--muted); }
.s-live { width: 8px; height: 8px; border-radius: 50%; background: #2BC46E; box-shadow: 0 0 0 0 rgba(43, 196, 110, .6); animation: live 2s infinite; }
@keyframes live { 70% { box-shadow: 0 0 0 10px rgba(43, 196, 110, 0); } 100% { box-shadow: 0 0 0 0 rgba(43, 196, 110, 0); } }
.s-hero h1 { font-size: clamp(44px, 6.4vw, 86px); }
.s-lead { margin: 24px 0 32px; max-width: 540px; font-size: clamp(18px, 1.6vw, 21px); color: var(--muted); }
.s-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.s-trust { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 26px 0 0; padding: 0; list-style: none; font-size: 15px; color: var(--muted); font-weight: 500; }
.s-hero-visual { position: relative; height: 660px; min-width: 0; }
.s-hero-visual .d-hero { position: absolute; right: 0; top: 10px; transform-origin: right top; }
.s-hero-visual .d-hero-phone { position: absolute; z-index: 2; left: -40px; bottom: 0; width: 220px; height: 440px; animation: bob 6s ease-in-out infinite; }
.s-float { position: absolute; padding: 11px 16px; border-radius: 14px; background: var(--card); box-shadow: var(--shadow); font-size: 14px; font-weight: 600; white-space: nowrap; animation: floaty 7s ease-in-out infinite; }
.s-float-1 { right: 20px; top: -22px; z-index: 3; }
.s-float-2 { right: 40px; bottom: 70px; z-index: 3; animation-delay: -3s; }
@keyframes bob { 50% { transform: translateY(-12px) rotate(-1deg); } }
@keyframes floaty { 0%, 100% { transform: translateY(0); opacity: 1; } 50% { transform: translateY(-10px); } }

.s-marquee { position: relative; margin-top: 90px; border-block: 1px solid var(--line); overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.s-marquee-track { display: flex; width: max-content; animation: marquee 40s linear infinite; }
.s-marquee span { padding: 18px 28px; font-family: Fraunces, serif; font-size: 22px; font-weight: 500; white-space: nowrap; color: var(--muted); }
.s-marquee span::after { content: "✦"; margin-left: 56px; color: var(--accent); font-size: 14px; vertical-align: middle; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- dispositivi ---------- */
.d-tablet, .d-phone, .d-morph { position: relative; background: #0B0A0D; box-shadow: var(--shadow); }
.d-tablet { width: 640px; height: 460px; padding: 14px; border-radius: 34px; }
.d-phone { padding: 10px; border-radius: 40px; }
.d-phone::before { content: ""; position: absolute; top: 18px; left: 50%; width: 76px; height: 20px; margin-left: -38px; border-radius: 12px; background: #0B0A0D; z-index: 3; }
.d-screen { position: relative; width: 100%; height: 100%; overflow: hidden; border-radius: 22px; background: var(--scr); color: var(--scr-ink); font-size: 13px; line-height: 1.3; transition: background .6s; }
.d-phone .d-screen { border-radius: 31px; }

/* ---------- schermate (mockup del vero RACE) ---------- */
.m-bar { display: flex; align-items: center; gap: 8px; height: 40px; padding: 0 14px; border-bottom: 1px solid var(--scr-line); background: var(--scr-card); font-size: 13px; }
.m-dot { width: 22px; height: 22px; border-radius: 7px; background: linear-gradient(135deg, #FF6A3D, #E23B2E); }
.m-pill { padding: 3px 9px; border-radius: 99px; background: var(--order); color: var(--order-ink); font-size: 11px; font-weight: 700; }
.m-pill.p-soft { background: var(--busy); color: var(--busy-ink); }
.m-spacer { flex: 1; }
.m-stat { color: var(--scr-muted); font-size: 12px; }
.m-stat i { font-style: normal; font-weight: 700; color: var(--scr-ink); }
.m-bell { position: relative; font-size: 14px; }
.m-bell i { position: absolute; top: -6px; right: -9px; min-width: 16px; height: 16px; padding: 0 4px; border-radius: 9px; background: var(--accent); color: #fff; font: 700 10px/16px Inter, sans-serif; text-align: center; }
.m-sala { height: 100%; display: flex; flex-direction: column; }
.m-sala-body { flex: 1; display: grid; grid-template-columns: 1fr 170px; gap: 12px; padding: 12px; min-height: 0; }
.m-tables { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; align-content: start; }
.m-table { display: grid; align-content: center; gap: 2px; height: 80px; padding: 8px 10px; border-radius: 14px; background: var(--busy); color: var(--busy-ink); transition: background .5s, color .5s, transform .3s; }
.m-table b { font-size: 20px; }
.m-table small { font-size: 10.5px; opacity: .85; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.m-table.t-free { background: var(--free); color: var(--free-ink); }
.m-table.t-order { background: var(--order); color: var(--order-ink); box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--order-ink) 45%, transparent); }
.m-table.t-bill { background: var(--bill); color: var(--bill-ink); }
.m-table.is-pulse { animation: pulse .9s ease; }
@keyframes pulse { 40% { transform: scale(1.07); } }
.m-feed { display: grid; align-content: start; gap: 8px; }
.m-sala-foot { display: flex; gap: 8px; padding: 0 12px 12px; }
.m-sala-foot span { flex: 1; display: grid; gap: 1px; padding: 9px 11px; border-radius: 12px; background: var(--scr-card); font-size: 10.5px; color: var(--scr-muted); }
.m-sala-foot b { font-size: 16px; color: var(--scr-ink); font-variant-numeric: tabular-nums; }
.m-feed-title { margin: 0; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--scr-muted); }
.m-note { display: grid; gap: 1px; padding: 9px 10px; border-radius: 12px; background: var(--scr-card); border-left: 3px solid var(--accent); font-size: 11.5px; box-shadow: 0 4px 14px -8px rgba(0, 0, 0, .25); animation: notein .6s both; }
.m-note span { color: var(--scr-muted); }
.m-note.n-bill { border-color: var(--accent-2); }
.m-note.n-call { border-color: #6B7CFF; }
@keyframes notein { from { opacity: 0; transform: translateX(20px); } }

.m-menu { display: flex; flex-direction: column; gap: 8px; height: 100%; padding: 44px 12px 12px; }
.m-menu-head { position: relative; display: grid; gap: 1px; padding: 4px 4px 6px; }
.m-menu-head small { color: var(--scr-muted); font-size: 11px; }
.m-menu-head b { font-family: Fraunces, serif; font-size: 20px; }
.m-flag { position: absolute; right: 2px; top: 6px; padding: 4px 8px; border-radius: 99px; background: var(--scr-card); font-size: 11px; font-weight: 700; box-shadow: 0 2px 8px rgba(0, 0, 0, .08); }
.m-chips { display: flex; gap: 6px; }
.m-chips span { padding: 5px 11px; border-radius: 99px; background: var(--scr-card); font-size: 11.5px; font-weight: 600; color: var(--scr-muted); }
.m-chips span.on { background: var(--scr-ink); color: var(--scr); }
.m-dish { display: grid; grid-template-columns: 50px minmax(0, 1fr) auto; gap: 10px; align-items: center; padding: 8px; border-radius: 16px; background: var(--scr-card); }
.m-dish b { display: block; font-size: 13px; }
.m-dish small { display: block; font-size: 10.5px; color: var(--scr-muted); line-height: 1.25; }
.m-dish em { font-style: normal; font-weight: 700; font-size: 13px; }
.m-ph { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 13px; font-size: 25px; background: linear-gradient(140deg, #FFE0C2, #FFB38A); }
.ph-pizza { background: linear-gradient(140deg, #FFE3B0, #FF9C66); }
.ph-wine { background: linear-gradient(140deg, #F7D6E6, #C9587E); }
.ph-fish { background: linear-gradient(140deg, #D6ECFF, #7FB6E8); }
.ph-sweet { background: linear-gradient(140deg, #F3E3CF, #C79A6B); }
.ph-room { background: linear-gradient(140deg, #3B2B4A, #FFB547); }
.m-cartbar { margin-top: auto; padding: 12px; border-radius: 14px; background: var(--accent); color: #fff; font-weight: 700; text-align: center; font-size: 13px; }

.m-cam { position: relative; height: 100%; background: radial-gradient(circle at 50% 40%, #3A3340, #0E0C10 75%); display: grid; place-items: center; }
.m-cam-frame { position: relative; width: 170px; height: 170px; padding: 5px; border-radius: 18px; background: #fff; }
.m-cam-frame::before { content: ""; position: absolute; inset: -14px; border: 3px solid rgba(255, 255, 255, .9); border-radius: 26px; -webkit-mask: conic-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); mask: linear-gradient(90deg, #000 22%, transparent 22% 78%, #000 78%), linear-gradient(#000 22%, transparent 22% 78%, #000 78%); -webkit-mask-composite: source-over; mask-composite: add; }
.m-qr { width: 100%; height: 100%; }
.m-scan { position: absolute; left: 0; right: 0; top: 0; height: 3px; background: #FF6A3D; box-shadow: 0 0 16px 3px #FF6A3D; animation: scan 1.8s ease-in-out infinite alternate; }
@keyframes scan { to { top: calc(100% - 3px); } }
.m-cam-pop { position: absolute; left: 14px; right: 14px; bottom: 26px; display: flex; gap: 10px; align-items: center; padding: 12px; border-radius: 18px; background: rgba(255, 255, 255, .95); color: #111; opacity: 0; transform: translateY(20px); }
.m-cam-pop span { display: grid; }
.m-cam-pop small { color: #666; }
[data-stage="qr"] .m-cam-pop { animation: popup .5s 1.6s both; }
@keyframes popup { to { opacity: 1; transform: none; } }

.m-chat { display: flex; flex-direction: column; gap: 10px; height: 100%; padding: 46px 12px 14px; }
.m-chat-head { display: flex; gap: 10px; align-items: center; padding-bottom: 8px; border-bottom: 1px solid var(--scr-line); }
.m-chat-head span:last-child { display: grid; }
.m-chat-head small { color: var(--scr-muted); font-size: 10.5px; }
.m-av { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: linear-gradient(135deg, var(--accent), var(--accent-2)); }
.b-user, .b-ai { margin: 0; max-width: 88%; padding: 10px 12px; border-radius: 16px; font-size: 12.5px; }
.b-user { align-self: flex-end; background: var(--scr-ink); color: var(--scr); border-bottom-right-radius: 5px; }
.b-ai { align-self: flex-start; background: var(--scr-card); border-bottom-left-radius: 5px; }
.b-ai p { margin: 0 0 8px; }
.b-typing { display: flex; gap: 4px; }
.b-typing i { width: 7px; height: 7px; border-radius: 50%; background: var(--scr-muted); animation: dots 1s infinite; }
.b-typing i:nth-child(2) { animation-delay: .15s; } .b-typing i:nth-child(3) { animation-delay: .3s; }
@keyframes dots { 50% { transform: translateY(-4px); opacity: .4; } }
.b-answer { opacity: 0; transform: translateY(10px); }
[data-stage="consiglio"] .b-user { animation: popup .4s .2s both; opacity: 0; }
[data-stage="consiglio"] .b-typing { animation: typing 1.4s .6s both; opacity: 0; }
[data-stage="consiglio"] .b-answer { animation: popup .5s 2s both; }
@keyframes typing { 10%, 90% { opacity: 1; } 100% { opacity: 0; height: 0; padding: 0; margin: -10px 0 0; } }
.m-sugg { display: grid; grid-template-columns: 40px 1fr auto; gap: 8px; align-items: center; padding: 6px; border-radius: 12px; background: var(--scr); }
.m-sugg .m-ph { width: 40px; height: 40px; font-size: 20px; }
.m-sugg span:nth-child(2) { display: grid; }
.m-sugg small { color: var(--scr-muted); font-size: 10.5px; }
.m-add { font-style: normal; padding: 6px 9px; border-radius: 10px; background: var(--accent); color: #fff; font-weight: 700; font-size: 11px; }

.m-lang-flip { animation: flip .5s; }
@keyframes flip { 40% { opacity: .15; transform: translateY(-4px); } }

.m-kds { display: flex; flex-direction: column; height: 100%; }
.m-kds-cols { flex: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 12px; }
.m-col { display: flex; flex-direction: column; gap: 8px; padding: 8px; border-radius: 14px; background: color-mix(in srgb, var(--scr-card) 50%, transparent); }
.m-col > p { margin: 0 0 2px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--scr-muted); }
.m-ticket { display: grid; gap: 3px; padding: 10px; border-radius: 12px; background: var(--scr-card); border-top: 4px solid #6B7CFF; font-size: 12px; box-shadow: 0 6px 16px -10px rgba(0, 0, 0, .35); }
.m-ticket b { display: flex; justify-content: space-between; font-size: 13px; }
.m-ticket small { font-weight: 500; color: var(--scr-muted); }
.m-ticket em { font-style: normal; font-weight: 700; color: var(--accent); font-size: 11px; }
.tk-fly { border-top-color: var(--accent); }
.tk-bar { border-top-color: #B45CFF; }
.tk-bar em { color: #B45CFF; }
.tk-prep { border-top-color: var(--accent-2); }
.tk-ready { border-top-color: #2BC46E; }
[data-stage="cucina"] .tk-fly { animation: fly .9s cubic-bezier(.2, .9, .3, 1.2) .3s both; }
[data-stage="cucina"] .tk-bar { animation-delay: .8s; }
@keyframes fly { from { opacity: 0; transform: translate(-160px, 60px) rotate(-8deg) scale(.7); } }

.m-cassa { display: grid; grid-template-columns: 1fr 210px; gap: 14px; height: 100%; padding: 14px; }
.m-cassa-left { display: flex; flex-direction: column; gap: 9px; }
.m-cassa-title { display: grid; margin: 0; }
.m-cassa-title b { font-size: 17px; }
.m-cassa-title small { color: var(--scr-muted); }
.m-seg { display: flex; gap: 5px; }
.m-seg span { padding: 6px 11px; border-radius: 99px; background: var(--scr-card); font-size: 11.5px; font-weight: 600; border: 1px solid var(--scr-line); }
.m-seg span.on { background: var(--scr-ink); color: var(--scr); }
.m-quota { margin: 0; color: var(--scr-muted); }
.m-quota b { color: var(--scr-ink); }
.m-field { display: grid; padding: 8px 12px; border-radius: 12px; background: var(--scr-card); outline: 3px solid var(--accent); }
.m-field small { color: var(--scr-muted); font-size: 11px; }
.m-field b { font-size: 20px; }
.m-change { margin: 0; padding: 9px 12px; border-radius: 12px; background: var(--free); color: var(--free-ink); font-weight: 600; }
.m-pay { margin-top: auto; padding: 12px; border-radius: 99px; background: var(--scr-ink); color: var(--scr); font-weight: 700; text-align: center; }
.m-keypad { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; align-content: start; padding: 10px; border-radius: 16px; background: color-mix(in srgb, var(--scr-card) 55%, transparent); border: 1px solid var(--scr-line); }
.m-display { grid-column: 1 / -1; padding: 8px 10px; border-radius: 10px; background: var(--scr-card); font-size: 22px; font-weight: 800; text-align: right; }
.m-key { display: grid; place-items: center; height: 40px; border-radius: 10px; background: var(--scr-card); font-size: 17px; font-weight: 700; border: 1px solid var(--scr-line); transition: transform .1s, background .1s; }
.m-key.k-soft { font-size: 14px; color: var(--scr-muted); }
.m-key.k-go { background: var(--scr-ink); color: var(--scr); font-size: 11.5px; }
.m-key.is-hit { transform: scale(.9); background: var(--accent); color: #fff; }

.m-review { display: flex; flex-direction: column; gap: 12px; height: 100%; padding: 56px 16px 16px; text-align: center; }
.m-review-q { margin: 0; font-family: Fraunces, serif; font-size: 26px; font-weight: 700; }
.m-stars { display: flex; justify-content: center; gap: 6px; font-size: 30px; color: var(--scr-line); }
.m-stars i { font-style: normal; color: color-mix(in srgb, var(--scr-muted) 40%, transparent); }
[data-stage="recensione"] .m-stars i { animation: star .35s both; }
[data-stage="recensione"] .m-stars i:nth-child(2) { animation-delay: .15s; } [data-stage="recensione"] .m-stars i:nth-child(3) { animation-delay: .3s; }
[data-stage="recensione"] .m-stars i:nth-child(4) { animation-delay: .45s; } [data-stage="recensione"] .m-stars i:nth-child(5) { animation-delay: .6s; }
@keyframes star { 60% { transform: scale(1.35); } to { color: #FFB547; } }
.m-rchips { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; }
.m-rchips span { padding: 6px 10px; border-radius: 99px; background: var(--scr-card); font-size: 11px; font-weight: 600; border: 1px solid var(--scr-line); }
.m-rchips span.on { border-color: var(--accent); color: var(--accent); }
.m-rtext { margin: 0; padding: 10px 12px; border-radius: 14px; background: var(--scr-card); text-align: left; font-size: 12.5px; }
.m-photos { display: flex; justify-content: center; gap: 8px; }
.m-photos .m-ph { width: 54px; height: 54px; }
.m-ph-add { background: var(--scr-card); border: 2px dashed var(--scr-line); color: var(--scr-muted); font-size: 22px; }
.m-google { margin-top: auto; padding: 12px; border-radius: 99px; background: var(--scr-ink); color: var(--scr); font-weight: 700; font-size: 12.5px; }

.m-vetrina { display: flex; flex-direction: column; gap: 10px; height: 100%; padding: 46px 12px 14px; }
.m-v-hero { display: grid; gap: 2px; padding: 70px 14px 14px; border-radius: 20px; color: #fff; background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .55)), radial-gradient(circle at 70% 30%, #FFB547, #E5452A 55%, #5B1F2E); }
.m-v-hero small { opacity: .85; text-transform: uppercase; letter-spacing: .08em; font-size: 10px; font-weight: 700; }
.m-v-hero b { font-family: Fraunces, serif; font-size: 19px; }
.m-v-event { display: flex; gap: 10px; align-items: center; padding: 10px; border-radius: 14px; background: var(--scr-card); }
.m-v-event > span:first-child { font-size: 22px; }
.m-v-event span:last-child { display: grid; }
.m-v-event small { color: var(--scr-muted); }
.m-v-title { display: flex; justify-content: space-between; margin: 4px 2px 0; font-weight: 700; }
.m-v-title span { color: #FFB547; }
.m-v-reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.m-v-reviews div { display: grid; gap: 4px; padding: 6px; border-radius: 12px; background: var(--scr-card); }
.m-v-reviews .m-ph { width: 100%; height: 56px; }
.m-v-reviews small { font-size: 10px; color: var(--scr-muted); }

/* ---------- una serata ---------- */
.s-story { padding: 130px 0 60px; }
.s-section-head { max-width: 760px; margin-bottom: 56px; }
.s-kicker { margin: 0 0 14px; font-size: 14px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); }
.s-section-head h2 { font-size: clamp(34px, 4.4vw, 58px); }
.s-sub { margin: 18px 0 0; font-size: 19px; color: var(--muted); }
.s-story-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1fr); gap: 60px; }
.s-steps { padding: 10vh 0 30vh; }
.s-step { min-height: 72vh; display: flex; flex-direction: column; justify-content: center; opacity: .28; transition: opacity .5s; }
.s-step.is-on { opacity: 1; }
.s-time { align-self: flex-start; margin-bottom: 16px; padding: 5px 12px; border-radius: 999px; background: var(--card); border: 1px solid var(--line); font-weight: 700; font-size: 14px; font-variant-numeric: tabular-nums; }
.s-step h3 { font-family: Fraunces, serif; font-size: clamp(26px, 2.6vw, 36px); }
.s-step p { margin: 14px 0 0; color: var(--muted); font-size: 18px; max-width: 470px; }
.s-stage { position: sticky; top: 0; height: 100vh; display: grid; place-items: center; overflow: hidden; }
.s-stage-inner { position: absolute; left: 50%; top: 50%; display: grid; justify-items: center; gap: 18px; transform-origin: center; transform: translate(-50%, -50%) scale(var(--k, 1)); transition: transform .7s cubic-bezier(.65, 0, .35, 1); }
.d-morph { width: 640px; height: 460px; padding: 14px; border-radius: 34px; transition: width .7s cubic-bezier(.65, 0, .35, 1), height .7s cubic-bezier(.65, 0, .35, 1), border-radius .7s, padding .7s; }
.s-stage.is-phone .d-morph { width: 300px; height: 610px; padding: 10px; border-radius: 44px; }
.s-stage.is-phone .d-morph .d-screen { border-radius: 34px; }
.s-stage.is-phone .d-morph::before { content: ""; position: absolute; top: 18px; left: 50%; width: 80px; height: 22px; margin-left: -40px; border-radius: 12px; background: #0B0A0D; z-index: 3; }
.scr { position: absolute; inset: 0; opacity: 0; visibility: hidden; transform: scale(.97); transition: opacity .45s, transform .45s, visibility 0s .45s; }
.s-stage[data-stage="sala"] .scr-sala, .s-stage[data-stage="qr"] .scr-qr, .s-stage[data-stage="consiglio"] .scr-consiglio, .s-stage[data-stage="lingua"] .scr-lingua,
.s-stage[data-stage="cucina"] .scr-cucina, .s-stage[data-stage="cassa"] .scr-cassa, .s-stage[data-stage="recensione"] .scr-recensione, .s-stage[data-stage="vetrina"] .scr-vetrina { opacity: 1; visibility: visible; transform: none; transition-delay: .25s, .25s, 0s; }
.s-stage-caption { padding: 7px 14px; border-radius: 999px; background: var(--card); border: 1px solid var(--line); font-size: 13px; font-weight: 600; color: var(--muted); }

/* ---------- dietro le quinte ---------- */
.s-quinte { padding: 120px 0; background: var(--bg2); transition: background .6s; }
.s-bento { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.s-tile { display: flex; flex-direction: column; gap: 10px; padding: 28px; border-radius: 28px; background: var(--card); border: 1px solid var(--line); overflow: hidden; }
.s-tile.t-wide { grid-column: span 2; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 28px; align-items: center; }
.s-tile h3 { font-size: 22px; }
.s-tile p { margin: 0; color: var(--muted); font-size: 16px; }
.s-tile-copy { display: grid; gap: 10px; }
.s-ico { font-size: 28px; }
.v-stock { display: grid; gap: 10px; }
.v-row { display: grid; grid-template-columns: 150px 1fr 92px; gap: 12px; align-items: center; font-size: 14px; }
.v-row i { height: 10px; border-radius: 10px; background: var(--bg2); overflow: hidden; }
.v-row i b { display: block; height: 100%; width: 0; border-radius: 10px; background: #2BC46E; transition: width 1.2s cubic-bezier(.2, .8, .2, 1); }
.v-row.is-low i b { background: var(--accent); }
.v-row em { font-style: normal; font-size: 12px; font-weight: 700; color: var(--accent); }
.v-week { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; margin-top: auto; }
.v-week div { display: grid; gap: 5px; text-align: center; }
.v-week small { color: var(--muted); font-weight: 600; }
.v-week i { height: 22px; border-radius: 7px; }
.v-week i.a { background: #6B7CFF; } .v-week i.b { background: var(--accent-2); } .v-week i.c { background: var(--accent); } .v-week i.off { background: var(--bg2); }
.v-chart { display: flex; align-items: flex-end; gap: 8px; height: 110px; margin-top: auto; }
.v-chart i { flex: 1; height: 4%; border-radius: 8px 8px 3px 3px; background: linear-gradient(180deg, var(--accent-2), var(--accent)); transition: height 1s cubic-bezier(.2, .8, .2, 1); }
.v-chart i:nth-child(2) { transition-delay: .06s; } .v-chart i:nth-child(3) { transition-delay: .12s; } .v-chart i:nth-child(4) { transition-delay: .18s; }
.v-chart i:nth-child(5) { transition-delay: .24s; } .v-chart i:nth-child(6) { transition-delay: .3s; } .v-chart i:nth-child(7) { transition-delay: .36s; }
.v-list { display: grid; gap: 8px; margin: auto 0 0; padding: 0; list-style: none; font-size: 14px; }
.v-list li { display: flex; gap: 8px; align-items: baseline; padding: 9px 12px; border-radius: 12px; background: var(--bg2); }
.v-list em { margin-left: auto; font-style: normal; font-size: 12px; font-weight: 700; color: #2BA868; white-space: nowrap; }
.v-list em.new { color: var(--accent); }
.v-chat { display: flex; flex-direction: column; gap: 10px; padding: 16px; border-radius: 20px; background: var(--bg2); --scr-ink: var(--ink); --scr: var(--bg); --scr-card: var(--card); }
.v-actions { display: flex; gap: 8px; margin: 0; }
.v-actions span { padding: 8px 14px; border-radius: 99px; background: var(--card); font-weight: 700; font-size: 13px; border: 1px solid var(--line); }
.v-actions .yes { background: var(--accent); color: #fff; border-color: transparent; }

/* ---------- il menu cambia con l'ora ---------- */
.s-moods { padding: 120px 0; }
.s-mood-phones { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.s-mood-card { display: grid; justify-items: center; gap: 18px; padding: 30px 20px 0; border: 0; border-radius: 30px; cursor: pointer; overflow: hidden; font: inherit; color: #1B1712; transition: transform .3s; }
.s-mood-card:hover { transform: translateY(-6px); }
.mood-pranzo { background: linear-gradient(170deg, #FFF8EC, #FFE4BF); }
.mood-aperitivo { background: linear-gradient(170deg, #FFD3A8, #FF8A5B); }
.mood-cena { background: linear-gradient(170deg, #2A2140, #0F0D14); color: #F6F1EA; }
.s-mood-time { font-weight: 700; font-size: 15px; }
.d-mini .d-screen, .d-mini .m-menu-head b, .d-mini .m-menu-head small { display: block; }
.d-mini { display: block; width: 230px; height: 330px; margin-bottom: -60px; border-radius: 36px 36px 0 0; }
.d-mini .d-screen { border-radius: 28px 28px 0 0; }
.mood-pranzo .d-screen { --scr: #FFFBF4; --scr-card: #fff; --scr-ink: #1B1712; --scr-muted: #857969; }
.mood-aperitivo .d-screen { --scr: #FFF1E3; --scr-card: #fff; --scr-ink: #2B150B; --scr-muted: #8C6A56; }
.mood-cena .d-screen { --scr: #141218; --scr-card: #221D29; --scr-ink: #F3EEF6; --scr-muted: #9C94A6; }
.d-mini .m-menu, .d-mini .m-menu-head, .d-mini .m-dish { display: grid; }
.d-mini .m-menu { display: flex; text-align: left; }
.d-mini .m-dish { grid-template-columns: 44px 1fr auto; }
.d-mini .m-ph { width: 44px; height: 44px; font-size: 22px; background: color-mix(in srgb, var(--scr-card) 60%, #FFB38A); }

/* ---------- prezzi ---------- */
.s-prices { padding: 120px 0; background: var(--bg2); transition: background .6s; }
.s-price-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.4fr); gap: 20px; align-items: start; }
.s-plan, .s-config { padding: 32px; border-radius: 30px; background: var(--card); border: 1px solid var(--line); }
.s-plan { position: sticky; top: 90px; background: linear-gradient(160deg, color-mix(in srgb, var(--accent) 16%, var(--card)), var(--card) 60%); }
.s-plan-name { margin: 0; font-weight: 700; color: var(--accent); text-transform: uppercase; letter-spacing: .1em; font-size: 14px; }
.s-plan-price { margin: 10px 0 20px; }
.s-plan-price b, .s-total b { font-family: Fraunces, serif; font-size: 58px; line-height: 1; }
.s-plan-price span, .s-total p span { color: var(--muted); font-weight: 600; }
.s-includes { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.s-includes li { display: flex; gap: 10px; }
.s-includes li::before { content: "✓"; display: grid; place-items: center; flex: 0 0 22px; height: 22px; border-radius: 50%; background: var(--accent); color: #fff; font-size: 12px; font-weight: 800; }
.s-config-title { margin: 0 0 14px; font-weight: 700; font-size: 18px; }
.s-mods { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.s-mod { position: relative; display: grid; grid-template-columns: 26px minmax(0, 1fr) auto; gap: 12px; align-items: start; padding: 14px; border-radius: 18px; border: 1px solid var(--line); cursor: pointer; transition: border-color .2s, background .2s; }
.s-mod input { position: absolute; opacity: 0; pointer-events: none; }
.s-mod-check { width: 24px; height: 24px; margin-top: 1px; border-radius: 8px; border: 2px solid var(--line); transition: all .2s; }
.s-mod input:checked ~ .s-mod-check { background: var(--accent); border-color: var(--accent); box-shadow: inset 0 0 0 4px var(--card); }
.s-mod input:focus-visible ~ .s-mod-check { outline: 3px solid color-mix(in srgb, var(--accent) 40%, transparent); outline-offset: 2px; }
.s-mod:has(input:checked) { border-color: color-mix(in srgb, var(--accent) 55%, transparent); background: color-mix(in srgb, var(--accent) 6%, var(--card)); }
.s-mod-text { display: grid; gap: 2px; }
.s-mod-text small { color: var(--muted); font-size: 13px; line-height: 1.35; }
.s-mod em { font-style: normal; font-weight: 700; white-space: nowrap; font-size: 15px; }
.s-total { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 16px; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line); }
.s-total p { margin: 4px 0 0; }
.s-total small { color: var(--muted); font-weight: 600; }
.s-total-hint { display: block; margin-top: 6px; color: var(--accent) !important; }
.s-total-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.s-total b.is-bump { animation: bump .35s; }
@keyframes bump { 40% { transform: scale(1.08); color: var(--accent); } }

/* ---------- domande ---------- */
.s-faq { padding: 120px 0; }
.s-faq-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 50px; }
.s-faq-list { display: grid; gap: 10px; }
.s-q { border-radius: 20px; background: var(--card); border: 1px solid var(--line); }
.s-q summary { display: flex; justify-content: space-between; gap: 16px; padding: 20px 22px; font-weight: 700; font-size: 18px; cursor: pointer; list-style: none; }
.s-q summary::-webkit-details-marker { display: none; }
.s-q summary::after { content: "+"; font-size: 24px; line-height: 1; color: var(--accent); transition: transform .25s; }
.s-q[open] summary::after { transform: rotate(45deg); }
.s-q p { margin: 0; padding: 0 22px 20px; color: var(--muted); }

/* ---------- prova ---------- */
.s-trial { position: relative; padding: 120px 0 140px; background: radial-gradient(60% 60% at 80% 20%, var(--glow-1), transparent 70%), var(--bg2); transition: background .6s; }
.s-trial-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 50px; align-items: start; }
.s-trial-copy h2 { font-size: clamp(34px, 4vw, 54px); }
.s-how { display: grid; gap: 12px; margin: 30px 0 0; padding: 0; list-style: none; counter-reset: how; }
.s-how li { display: flex; gap: 14px; align-items: center; font-size: 17px; counter-increment: how; }
.s-how li::before { content: counter(how); display: grid; place-items: center; flex: 0 0 38px; height: 38px; border-radius: 50%; background: var(--card); border: 1px solid var(--line); font-weight: 800; color: var(--accent); }
.s-form { position: relative; padding: 30px; border-radius: 30px; background: var(--card); border: 1px solid var(--line); box-shadow: var(--shadow); }
.s-form-fields { display: grid; gap: 14px; }
.s-form label { display: grid; gap: 6px; font-size: 14px; font-weight: 600; }
.s-form label small { font-weight: 500; color: var(--muted); }
.s-form input:not([type="checkbox"]), .s-form select, .s-form textarea { width: 100%; min-height: 50px; padding: 12px 14px; border-radius: 14px; border: 1px solid var(--line); background: var(--bg); color: var(--ink); font: 400 16px/1.3 Inter, sans-serif; transition: border-color .2s, box-shadow .2s; }
.s-form textarea { resize: vertical; }
.s-form input:focus, .s-form select:focus, .s-form textarea:focus { outline: 0; border-color: var(--accent); box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 18%, transparent); }
.s-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.s-row-3 { grid-template-columns: 1.2fr 1.2fr .7fr; }
.s-form-mods { margin: 0; padding: 0; border: 0; }
.s-form-mods legend { margin-bottom: 8px; font-size: 14px; font-weight: 600; }
.s-chipset { display: flex; flex-wrap: wrap; gap: 8px; }
.s-chip { position: relative; display: inline-flex !important; cursor: pointer; }
.s-chip input { position: absolute; opacity: 0; }
.s-chip span { padding: 8px 13px; border-radius: 99px; border: 1px solid var(--line); background: var(--bg); font-size: 13.5px; font-weight: 600; transition: all .2s; }
.s-chip input:checked + span { background: var(--accent); border-color: var(--accent); color: #fff; }
.s-chip input:focus-visible + span { outline: 3px solid color-mix(in srgb, var(--accent) 40%, transparent); outline-offset: 2px; }
.s-consent { display: flex !important; grid-template-columns: none; gap: 10px !important; align-items: flex-start; font-weight: 500 !important; color: var(--muted); }
.s-consent input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--accent); flex: 0 0 20px; }
.s-form-note { margin: 0; text-align: center; font-size: 14px; color: var(--muted); }
.s-form-error { margin: 0; padding: 12px 14px; border-radius: 14px; background: color-mix(in srgb, var(--accent) 14%, transparent); color: var(--accent); font-weight: 600; }
.s-form-ok { display: grid; justify-items: center; gap: 8px; padding: 40px 10px; text-align: center; }
.s-form-ok h3 { font-family: Fraunces, serif; font-size: 32px; }
.s-form-ok p { margin: 0; color: var(--muted); max-width: 360px; }
.s-ok-ico { font-size: 54px; animation: bump .6s; }
.s-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ---------- piede ---------- */
.s-footer { padding: 50px 0; border-top: 1px solid var(--line); }
.s-footer-grid { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 30px; }
.s-footer p { margin: 0; color: var(--muted); }
.s-footer nav { display: flex; flex-wrap: wrap; gap: 20px; margin-left: auto; }
.s-footer nav a { text-decoration: none; color: var(--muted); font-weight: 500; }
.s-footer small { width: 100%; color: var(--muted); }

/* ---------- comparsa allo scorrimento ---------- */
[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .8s cubic-bezier(.2, .7, .2, 1), transform .8s cubic-bezier(.2, .7, .2, 1); }
[data-reveal].is-in { opacity: 1; transform: none; }
.no-js [data-reveal] { opacity: 1; transform: none; }

/* ---------- schermi piu' piccoli ---------- */
@media (max-width: 1060px) {
  .s-nav { gap: 18px; }
  .s-hero-grid { grid-template-columns: minmax(0, 1fr); min-height: 0; }
  .s-hero-visual { height: calc(460px * var(--hk, 1) + 150px); }
  .s-hero-visual .d-hero { left: 50%; right: auto; top: 0; transform: translateX(-50%) scale(var(--hk, 1)); transform-origin: center top; }
  .s-hero-visual .d-hero-phone { left: 4%; bottom: 0; }
  .s-bento { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .s-tile.t-wide { grid-template-columns: 1fr; }
  .s-price-grid, .s-faq-grid, .s-trial-grid { grid-template-columns: minmax(0, 1fr); }
  .s-plan { position: static; }
}
@media (max-width: 860px) {
  .s-nav { display: none; position: fixed; inset: 60px 0 auto; flex-direction: column; gap: 0; margin: 0; padding: 10px 20px 20px; background: var(--bg); border-bottom: 1px solid var(--line); box-shadow: 0 20px 40px -20px rgba(0, 0, 0, .3); }
  .s-nav.is-open { display: flex; }
  .s-nav a { padding: 14px 0; font-size: 18px; border-bottom: 1px solid var(--line); }
  .s-burger { display: block; }
  .s-header.menu-open .s-burger span:first-child { transform: translateY(4px) rotate(45deg); }
  .s-header.menu-open .s-burger span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .s-header > .s-header-end > .s-btn { display: none; }
  .s-story-grid { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .s-stage { order: -1; top: 60px; height: 56vh; z-index: 1; }
  .s-steps { position: relative; z-index: 2; padding: 0 0 20vh; }
  .s-step { min-height: 80vh; justify-content: flex-end; padding-bottom: 4vh; opacity: 1; }
  .s-step > * { position: relative; }
  .s-step::before { content: ""; position: absolute; }
  .s-step { background: none; }
  .s-step h3, .s-step p, .s-step .s-time { background: var(--card); }
  .s-step .s-time { margin-bottom: 0; border-radius: 16px 16px 0 0; border-bottom: 0; padding: 10px 18px 4px; }
  .s-step h3 { padding: 6px 18px 0; font-size: 24px; border-inline: 1px solid var(--line); }
  .s-step p { margin: 0; padding: 10px 18px 18px; border-radius: 0 0 18px 18px; font-size: 16px; border: 1px solid var(--line); border-top: 0; box-shadow: 0 20px 30px -20px rgba(0, 0, 0, .35); max-width: none; }
  .s-stage-caption { display: none; }
  .s-mood-phones { grid-template-columns: 1fr; max-width: 360px; margin: 0 auto; }
  .s-mods { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .s-wrap { width: calc(100% - 32px); }
  .s-header { padding: 0 16px; gap: 10px; }
  .s-mood button { width: 30px; }
  .s-hero { padding-top: 100px; }
  .s-hero-visual .d-hero-phone { width: 170px; height: 350px; bottom: 0; }
  .s-float { display: none; }
  .s-bento { grid-template-columns: 1fr; }
  .s-tile.t-wide { grid-column: auto; }
  .v-row { grid-template-columns: 110px 1fr; }
  .v-row em { grid-column: 2; margin-top: -6px; }
  .s-row, .s-row-3 { grid-template-columns: 1fr; }
  .s-form, .s-plan, .s-config { padding: 22px; border-radius: 24px; }
  .s-plan-price b, .s-total b { font-size: 46px; }
  .s-story, .s-quinte, .s-moods, .s-prices, .s-faq, .s-trial { padding-block: 80px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
.s-hero-visual .d-hero-phone .m-dish small { display: none; }
.s-hero-visual .d-hero-phone .m-menu { padding-top: 40px; }
.s-hero-visual .d-hero-phone .m-chips span { padding: 5px 9px; }
.s-hero-visual .d-hero-phone .m-dish { grid-template-columns: 38px minmax(0, 1fr) auto; gap: 8px; }
.s-hero-visual .d-hero-phone .m-ph { width: 38px; height: 38px; font-size: 19px; border-radius: 11px; }
.s-hero-visual .d-hero-phone .m-dish b { font-size: 12px; }
.s-hero-visual .d-hero-phone .m-dish em { font-size: 12px; }
@media (max-width: 620px) { .s-hero-visual .d-hero-phone { display: none; } .s-hero-visual { height: calc(460px * var(--hk, 1) + 30px); } }
