/* =====================================================================
   NorVia Ticket — "Cartaz" design system
   Gig-poster / festival neon. Dark plum canvas. Anton + Space Grotesk.
   Mobile-first · cross-browser.
   ===================================================================== */

:root {
  /* canvas */
  --bg: #0b0712;
  --bg-2: #110a1c;
  --surface: #190f2a;
  --surface-2: #221636;
  --surface-3: #2d1e45;
  --line: rgba(255, 255, 255, 0.10);
  --line-2: rgba(255, 255, 255, 0.20);

  /* ink */
  --text: #f6f1ff;
  --muted: #ab9fc6;
  --muted-2: #6f6488;

  /* neon */
  --magenta: #ff2d78;
  --violet: #9b6bff;
  --cyan: #22e0d6;
  --yellow: #f5d531;
  --orange: #ff5a3c;

  --magenta-soft: rgba(255, 45, 120, 0.14);

  /* gradients */
  --g-primary: linear-gradient(120deg, #ff2d78, #9b6bff);
  --g-cta: linear-gradient(120deg, #22e0d6, #3a8dff);
  --g-mesh: radial-gradient(1100px 620px at 84% -10%, rgba(255, 45, 120, 0.30), transparent 56%),
            radial-gradient(900px 560px at 2% 4%, rgba(155, 107, 255, 0.30), transparent 56%),
            radial-gradient(740px 500px at 60% 112%, rgba(34, 224, 214, 0.18), transparent 55%);

  /* genre gradients */
  --gen-eletronica: linear-gradient(140deg, #ff2d78, #9b6bff);
  --gen-rock: linear-gradient(140deg, #ff5a3c, #ff2d78);
  --gen-indie: linear-gradient(140deg, #22e0d6, #3a8dff);
  --gen-pop: linear-gradient(140deg, #f5d531, #ff5a3c);

  --r-sm: 8px; --r: 14px; --r-lg: 20px; --r-xl: 28px; --r-pill: 999px;
  --shadow: 0 30px 70px -26px rgba(0, 0, 0, 0.85);
  --shadow-soft: 0 16px 40px -22px rgba(0, 0, 0, 0.7);
  --glow-magenta: 0 12px 44px -12px rgba(255, 45, 120, 0.7);
  --glow-cyan: 0 12px 44px -12px rgba(34, 224, 214, 0.6);
  --ring: 0 0 0 3px rgba(255, 45, 120, 0.5);

  --maxw: 1280px;
  --gutter: clamp(18px, 4.5vw, 48px);
  --header-h: 70px;
  --ease: cubic-bezier(0.4, 0, 0.1, 1);

  --display: "Anton", "Arial Narrow", Impact, sans-serif;
  --sans: "Space Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

/* ------------------------------ reset ------------------------------ */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; } }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden; }
body::after { content: ""; position: fixed; inset: 0; z-index: 9000; pointer-events: none; opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='150'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
img, svg, video { max-width: 100%; display: block; } img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; color: inherit; background: none; border: 0; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { margin: 0; line-height: 1; font-family: var(--display); font-weight: 400; letter-spacing: .01em; overflow-wrap: break-word; }
p { margin: 0; }
::selection { background: var(--magenta); color: #fff; }
:focus-visible { outline: none; box-shadow: var(--ring); border-radius: 6px; }

/* ------------------------------ layout ----------------------------- */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(54px, 8vw, 110px); position: relative; }
.section--tight { padding-block: clamp(40px, 5.5vw, 76px); }
.kicker { display: inline-flex; align-items: center; gap: 9px; font-family: var(--sans); font-size: .74rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--cyan); }
.kicker::before { content: ""; width: 24px; height: 2px; border-radius: 2px; background: var(--g-cta); }
.kicker.center { justify-content: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-family: var(--sans); font-size: .74rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--cyan); }
.eyebrow::before { content: ""; width: 24px; height: 2px; border-radius: 2px; background: var(--g-cta); }
.eyebrow.center { justify-content: center; }
.section-head { max-width: 760px; margin-bottom: clamp(28px, 4vw, 52px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-title { font-size: clamp(2.4rem, 7vw, 4.4rem); margin-top: 16px; text-transform: uppercase; letter-spacing: .01em; }
.section-sub { color: var(--muted); margin-top: 16px; font-size: 1.04rem; max-width: 58ch; }
.section-head.center .section-sub { margin-inline: auto; }
.grad-text { background: var(--g-primary); -webkit-background-clip: text; background-clip: text; color: transparent; }
.cyan-text { color: var(--cyan); } .yellow-text { color: var(--yellow); }

/* ------------------------------ buttons ---------------------------- */
.btn { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 14px 24px; border-radius: var(--r-pill); border: 1px solid transparent; font-family: var(--sans); font-weight: 700; font-size: .95rem; line-height: 1; white-space: nowrap; letter-spacing: .01em; transition: transform .18s var(--ease), box-shadow .25s, background .2s, color .2s, border-color .2s; }
.btn svg { width: 18px; height: 18px; }
.btn:active { transform: translateY(1px) scale(.99); }
.btn--primary { background: var(--g-primary); color: #fff; box-shadow: var(--glow-magenta); }
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 20px 54px -14px rgba(255, 45, 120, 0.85); }
.btn--cta, .btn--accent, .btn--gold { background: var(--cyan); color: #06201e; box-shadow: var(--glow-cyan); }
.btn--cta:hover, .btn--accent:hover, .btn--gold:hover { transform: translateY(-2px); box-shadow: 0 20px 54px -14px rgba(34, 224, 214, 0.8); background: #46e9e0; }
.btn--ghost { border-color: var(--line-2); color: var(--text); }
.btn--ghost:hover { background: rgba(255,255,255,.08); transform: translateY(-2px); }
.btn--block { width: 100%; }
.btn--lg { padding: 17px 30px; font-size: 1rem; }
.btn--sm { padding: 10px 16px; font-size: .85rem; }

/* ------------------------------ topbar ----------------------------- */
.scroll-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; z-index: 80; background: var(--g-cta); box-shadow: 0 0 12px var(--cyan); transition: width .1s linear; }
.topbar { background: var(--g-primary); color: #fff; }
.topbar__inner { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 38px; font-size: .8rem; font-weight: 600; text-align: center; padding: 6px var(--gutter); }
.topbar__inner svg { width: 15px; height: 15px; flex: none; }
.topbar b { font-weight: 800; }

/* ------------------------------ header ----------------------------- */
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(11, 7, 18, 0.66); backdrop-filter: saturate(160%) blur(16px); -webkit-backdrop-filter: saturate(160%) blur(16px); border-bottom: 1px solid transparent; transition: border-color .3s, background .3s; }
.site-header.scrolled { border-bottom-color: var(--line); background: rgba(11, 7, 18, 0.92); }
.nav { display: flex; align-items: center; gap: 18px; height: var(--header-h); }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand__logo { width: 38px; height: 38px; flex: none; }
.brand__name { font-family: var(--display); font-size: 1.5rem; letter-spacing: .02em; text-transform: uppercase; }
.brand__name b { color: #fff; font-weight: 400; } .brand__name span { color: var(--magenta); }
@media (max-width: 560px) { .brand__name { font-size: 1.24rem; } .brand__logo { width: 32px; height: 32px; } }
.nav__links { display: none; gap: 4px; margin-inline: auto; }
.nav__links a { position: relative; padding: 9px 14px; font-weight: 600; font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); transition: color .15s; }
.nav__links a::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 4px; height: 2px; background: var(--g-cta); transform: scaleX(0); transform-origin: left; transition: transform .25s var(--ease); }
.nav__links a:hover { color: #fff; } .nav__links a:hover::after { transform: scaleX(1); }
.nav__right { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.nav__cta { display: none; }
.burger { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; background: rgba(255,255,255,.05); border: 1px solid var(--line); }
.burger span { width: 20px; height: 2px; background: #fff; position: relative; transition: .25s; }
.burger span::before, .burger span::after { content: ""; position: absolute; left: 0; width: 20px; height: 2px; background: #fff; transition: .25s; }
.burger span::before { top: -6px; } .burger span::after { top: 6px; }
.burger[aria-expanded="true"] span { background: transparent; }
.burger[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.burger[aria-expanded="true"] span::after { top: 0; transform: rotate(-45deg); }
.mobile-menu { position: fixed; inset: var(--header-h) 0 auto 0; z-index: 55; background: var(--bg-2); border-bottom: 1px solid var(--line); padding: 14px var(--gutter) 24px; display: grid; gap: 2px; transform: translateY(-12px); opacity: 0; pointer-events: none; transition: .24s var(--ease); }
.mobile-menu.open { transform: none; opacity: 1; pointer-events: auto; }
.mobile-menu a { padding: 14px 6px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; font-size: .9rem; color: var(--muted); border-bottom: 1px solid var(--line); }
.mobile-menu a:last-child { border: 0; } .mobile-menu .btn { margin-top: 12px; }

/* ------------------------------ hero (poster) ---------------------- */
.hero { position: relative; overflow: hidden; padding-block: clamp(36px, 5vw, 64px) clamp(40px, 6vw, 72px); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: var(--g-mesh); }
.hero__inner { position: relative; display: grid; gap: clamp(30px, 5vw, 48px); align-items: center; }
.hero__badges { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 20px; }
.chip { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: var(--r-pill); background: rgba(255,255,255,.05); border: 1px solid var(--line); font-size: .78rem; font-weight: 600; color: #d7cdec; }
.chip svg { width: 15px; height: 15px; color: var(--cyan); }
.hero__display { font-family: var(--display); font-size: clamp(3rem, 13vw, 8.5rem); line-height: .86; text-transform: uppercase; letter-spacing: .005em; }
.hero__display .l2 { color: transparent; -webkit-text-stroke: 2px var(--violet); }
.hero__display .l3 { background: var(--g-primary); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero__sub { color: var(--muted); font-size: clamp(1.02rem, 2.4vw, 1.22rem); margin-top: 22px; max-width: 46ch; }
.hero__sub b { color: var(--cyan); }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hero__stats { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--line); }
.hero__stats div b { display: block; font-family: var(--display); font-size: 1.9rem; }
.hero__stats div span { font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }

/* hero poster card (tilted) */
.hero__poster { position: relative; }
.poster-card { position: relative; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line-2); box-shadow: var(--shadow); transform: rotate(2deg); transition: transform .5s var(--ease); aspect-ratio: 3 / 4; }
.hero__poster:hover .poster-card { transform: rotate(0deg); }
.poster-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.poster-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,7,18,.1) 30%, rgba(11,7,18,.92)); mix-blend-mode: normal; }
.poster-card__tag { position: absolute; top: 14px; left: 14px; z-index: 2; padding: 6px 12px; border-radius: var(--r-pill); background: var(--g-primary); color: #fff; font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.poster-card__body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 20px; }
.poster-card__body .feat { font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: var(--cyan); font-weight: 700; }
.poster-card__body h3 { font-family: var(--display); font-size: clamp(1.8rem, 4vw, 2.6rem); text-transform: uppercase; margin-top: 6px; }
.poster-card__body p { color: var(--muted); font-size: .82rem; margin-top: 6px; }
.hero__sticker { position: absolute; top: -16px; right: -10px; z-index: 3; width: 92px; height: 92px; border-radius: 50%; background: var(--cyan); color: #06201e; display: grid; place-items: center; text-align: center; font-weight: 800; font-size: .68rem; line-height: 1.25; text-transform: uppercase; transform: rotate(10deg); padding: 10px; box-shadow: var(--glow-cyan); }

.hero__notice { display: flex; gap: 10px; align-items: flex-start; margin-top: 18px; font-size: .85rem; color: #e7c6d6; }
.hero__notice svg { width: 17px; height: 17px; color: var(--magenta); flex: none; margin-top: 2px; }

/* ------------------------------ marquee ---------------------------- */
.marquee { border-block: 1px solid var(--line); background: var(--bg-2); overflow: hidden; }
.marquee__track { display: flex; gap: 30px; width: max-content; padding-block: 14px; animation: marq 30s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__item { display: inline-flex; align-items: center; gap: 12px; font-family: var(--display); font-size: 1.1rem; text-transform: uppercase; letter-spacing: .03em; color: #5a4f76; }
.marquee__item span { color: var(--magenta); }
@keyframes marq { to { transform: translateX(-50%); } }

/* ------------------------------ genres ----------------------------- */
.genres { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; }
.genre { position: relative; overflow: hidden; border-radius: var(--r-lg); border: 1px solid var(--line); padding: 20px; min-height: 130px; display: flex; flex-direction: column; justify-content: flex-end; cursor: pointer; text-align: left; isolation: isolate; transition: transform .25s var(--ease); }
.genre::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--gen, var(--g-primary)); opacity: .9; }
.genre::after { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(120% 80% at 80% 0, rgba(255,255,255,.18), transparent 60%); }
.genre:hover { transform: translateY(-4px); }
.genre h3 { font-family: var(--display); font-size: 1.5rem; text-transform: uppercase; color: #fff; }
.genre span { font-size: .76rem; font-weight: 700; color: rgba(255,255,255,.85); margin-top: 4px; }
.genre .ic { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; background: rgba(0,0,0,.28); border: 1px solid rgba(255,255,255,.25); margin-bottom: auto; }
.genre .ic svg { width: 20px; height: 20px; color: #fff; }

/* ------------------------------ poster wall ------------------------ */
.wall-tools { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; justify-content: space-between; margin-bottom: 26px; }
.wall-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.fchip { padding: 9px 16px; border-radius: var(--r-pill); border: 1px solid var(--line-2); font-weight: 700; font-size: .8rem; letter-spacing: .03em; text-transform: uppercase; color: var(--muted); transition: .15s; }
.fchip:hover { color: #fff; border-color: var(--line-2); }
.fchip.active { background: var(--g-primary); color: #fff; border-color: transparent; box-shadow: var(--glow-magenta); }
.wall-count { font-size: .8rem; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); }
.wall-count b { color: #fff; }

.wall { display: grid; gap: 18px; grid-template-columns: 1fr 1fr; }
.poster { position: relative; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); cursor: pointer; isolation: isolate; aspect-ratio: 3 / 4; box-shadow: var(--shadow-soft); transition: transform .28s var(--ease), box-shadow .28s, border-color .28s; }
.poster:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--line-2); }
.poster img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .6s var(--ease); }
.poster:hover img { transform: scale(1.06); }
.poster::before { content: ""; position: absolute; inset: 0; z-index: -2; background: var(--gen, var(--g-primary)); opacity: .55; }
.poster::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(11,7,18,.12) 26%, rgba(11,7,18,.94)); }
.poster__top { position: absolute; top: 12px; left: 12px; right: 12px; z-index: 2; display: flex; justify-content: space-between; gap: 8px; }
.poster__genre { padding: 5px 11px; border-radius: var(--r-pill); font-size: .64rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; background: rgba(0,0,0,.4); border: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(6px); }
.poster__date { padding: 5px 11px; border-radius: var(--r-pill); font-size: .64rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; background: rgba(0,0,0,.4); border: 1px solid rgba(255,255,255,.22); color: var(--cyan); backdrop-filter: blur(6px); }
.poster__body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 16px; }
.poster__city { display: inline-flex; align-items: center; gap: 6px; font-size: .74rem; color: #e3d8f6; font-weight: 600; }
.poster__city svg { width: 13px; height: 13px; color: var(--cyan); }
.poster__name { font-family: var(--display); font-size: clamp(1.5rem, 4.5vw, 2rem); text-transform: uppercase; line-height: .94; margin-top: 6px; }
.poster__foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 12px; }
.poster__price { font-family: var(--display); font-size: 1.4rem; } .poster__price small { display: block; font-family: var(--sans); font-size: .6rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.poster__btn { padding: 8px 14px; border-radius: var(--r-pill); background: var(--cyan); color: #06201e; font-weight: 800; font-size: .72rem; letter-spacing: .04em; text-transform: uppercase; }
.poster__hot { position: absolute; top: 44px; left: 12px; z-index: 2; padding: 4px 10px; border-radius: var(--r-pill); font-size: .6rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; background: var(--magenta); color: #fff; }
.empty { grid-column: 1 / -1; text-align: center; padding: 60px 20px; color: var(--muted); border: 1px dashed var(--line-2); border-radius: var(--r-lg); }

/* ------------------------------ headliner -------------------------- */
.headliner { position: relative; overflow: hidden; border-radius: var(--r-xl); border: 1px solid var(--line-2); min-height: 440px; display: flex; align-items: flex-end; isolation: isolate; }
.headliner img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.headliner::before { content: ""; position: absolute; inset: 0; z-index: -2; background: var(--gen, var(--g-primary)); opacity: .5; }
.headliner::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(11,7,18,.2), rgba(11,7,18,.55) 45%, rgba(11,7,18,.96)), linear-gradient(90deg, rgba(11,7,18,.7), transparent 70%); }
.headliner__body { padding: clamp(24px, 5vw, 48px); max-width: 640px; }
.headliner__kick { display: inline-flex; align-items: center; gap: 8px; padding: 7px 13px; border-radius: var(--r-pill); background: var(--cyan); color: #06201e; font-weight: 800; font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }
.headliner h2 { font-family: var(--display); font-size: clamp(2.4rem, 8vw, 4.5rem); text-transform: uppercase; margin-top: 16px; line-height: .9; }
.headliner__meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.headliner p { color: #d9cfee; margin-top: 16px; font-size: 1rem; max-width: 52ch; }
.headliner__foot { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 22px; }
.headliner__price { font-family: var(--display); font-size: 1.8rem; } .headliner__price small { display: block; font-family: var(--sans); font-size: .64rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }

/* ------------------------------ stubs (steps) ---------------------- */
.stubs { display: grid; gap: 18px; grid-template-columns: 1fr; }
.stub { position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px 24px; overflow: hidden; }
.stub::before, .stub::after { content: ""; position: absolute; width: 22px; height: 22px; border-radius: 50%; background: var(--bg); border: 1px solid var(--line); top: 50%; transform: translateY(-50%); }
.stub::before { left: -12px; } .stub::after { right: -12px; }
.stub__n { font-family: var(--display); font-size: 2.4rem; color: transparent; -webkit-text-stroke: 1.5px var(--magenta); }
.stub h3 { font-family: var(--sans); font-weight: 700; font-size: 1.2rem; margin-top: 12px; }
.stub p { color: var(--muted); margin-top: 9px; font-size: .94rem; }

/* ------------------------------ stats ------------------------------ */
.stats-band { display: grid; gap: 1px; grid-template-columns: repeat(2, 1fr); background: var(--line); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.stat-cell { background: var(--surface); padding: clamp(20px, 4vw, 34px) clamp(16px, 3vw, 28px); }
.stat-cell b { display: block; font-family: var(--display); font-size: clamp(2.2rem, 6vw, 3.2rem); background: var(--g-cta); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat-cell span { color: var(--muted); font-size: .8rem; letter-spacing: .04em; text-transform: uppercase; margin-top: 6px; display: block; }

/* ------------------------------ features --------------------------- */
.features { display: grid; gap: 16px; grid-template-columns: 1fr; }
.feature { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px 24px; transition: transform .25s var(--ease), border-color .25s; }
.feature:hover { transform: translateY(-4px); border-color: var(--line-2); }
.feature__icon { width: 52px; height: 52px; border-radius: 13px; display: grid; place-items: center; background: var(--magenta-soft); border: 1px solid rgba(255,45,120,.32); }
.feature__icon svg { width: 24px; height: 24px; color: var(--magenta); }
.feature h3 { font-family: var(--sans); font-weight: 700; font-size: 1.15rem; margin-top: 16px; }
.feature p { color: var(--muted); margin-top: 9px; font-size: .92rem; }

/* ------------------------------ voices ----------------------------- */
.voices { display: grid; gap: 18px; grid-template-columns: 1fr; }
.voice { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px 24px; display: flex; flex-direction: column; gap: 14px; transition: transform .25s var(--ease), border-color .25s; }
.voice:hover { transform: translateY(-4px); border-color: var(--line-2); }
.voice__stars { display: inline-flex; gap: 2px; color: var(--yellow); } .voice__stars svg { width: 16px; height: 16px; }
.voice p { font-size: 1rem; line-height: 1.55; color: #e6def5; }
.voice__by { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.voice__av { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; color: #fff; flex: none; }
.voice__by b { display: block; font-size: .92rem; } .voice__by span { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .03em; }

/* ------------------------------ newsletter ------------------------- */
.newsletter { position: relative; overflow: hidden; border-radius: var(--r-xl); border: 1px solid var(--line-2); padding: clamp(26px, 5vw, 52px); display: grid; gap: 26px; background: var(--surface); }
.newsletter::before { content: ""; position: absolute; inset: 0; z-index: 0; background: var(--g-mesh); opacity: .6; pointer-events: none; }
.newsletter > * { position: relative; z-index: 1; }
.newsletter h2 { font-family: var(--display); font-size: clamp(2rem, 5vw, 3rem); text-transform: uppercase; }
.newsletter p { color: var(--muted); margin-top: 12px; }
.newsletter__perks { display: grid; gap: 10px; margin-top: 18px; }
.newsletter__perks li { display: flex; gap: 11px; align-items: center; color: #d7cdec; font-size: .92rem; }
.newsletter__perks svg { width: 17px; height: 17px; color: var(--cyan); flex: none; }

/* form */
.form-wrap { width: 100%; } .form-row { display: grid; gap: 14px; }
.form-group { margin-bottom: 14px; }
.form-group label { display: block; font-size: .72rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--muted); margin-bottom: 7px; }
.form-group input[type=text], .form-group input[type=tel], .form-group input[type=email], .form-control {
  width: 100%; box-sizing: border-box; padding: 14px 15px; border-radius: var(--r); border: 1px solid var(--line-2); background: var(--bg-2); color: var(--text); font-family: var(--sans); font-size: .95rem; transition: border-color .15s, box-shadow .15s; }
.form-group input:focus, .form-control:focus { border-color: var(--magenta); box-shadow: var(--ring); outline: none; }
textarea.form-control { resize: vertical; min-height: 120px; }
.form-consent { font-size: .82rem; color: var(--muted); }
.form-consent label { display: flex; gap: 10px; align-items: flex-start; cursor: pointer; }
.form-consent input { margin-top: 3px; width: 16px; height: 16px; accent-color: var(--magenta); flex: none; }
.form-consent a { color: var(--cyan); text-decoration: underline; }
.btn-block { width: 100%; padding: 15px; border-radius: var(--r-pill); background: var(--g-primary); color: #fff; font-weight: 800; font-size: .96rem; cursor: pointer; border: 0; box-shadow: var(--glow-magenta); transition: transform .18s var(--ease), box-shadow .25s; font-family: var(--sans); letter-spacing: .02em; }
.btn-block:hover { transform: translateY(-2px); box-shadow: 0 20px 54px -14px rgba(255,45,120,.85); }
.success-msg { display: none; margin-top: 12px; padding: 13px 15px; border-radius: var(--r); background: rgba(34,224,214,.12); border: 1px solid rgba(34,224,214,.4); color: var(--cyan); font-size: .88rem; font-weight: 600; }
.success-msg.show { display: block; }

/* ------------------------------ FAQ -------------------------------- */
.faq { display: grid; gap: 12px; max-width: 840px; margin-inline: auto; }
.acc { border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; background: var(--surface); transition: border-color .2s; }
.acc.open { border-color: var(--line-2); }
.acc__q { width: 100%; text-align: left; padding: 19px 22px; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-family: var(--sans); font-weight: 700; font-size: 1.02rem; }
.acc__q svg { width: 22px; height: 22px; color: var(--magenta); flex: none; transition: transform .25s var(--ease); }
.acc.open .acc__q svg { transform: rotate(45deg); color: var(--cyan); }
.acc__a { max-height: 0; overflow: hidden; transition: max-height .3s var(--ease); }
.acc__a p { padding: 0 22px 22px; color: var(--muted); font-size: .94rem; }

/* ------------------------------ contact (secondary) ---------------- */
.contact-grid { display: grid; gap: 24px; }
.contact-cards { display: grid; gap: 12px; }
.contact-card { display: flex; gap: 14px; align-items: flex-start; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 19px; transition: border-color .2s; }
.contact-card:hover { border-color: var(--line-2); }
.contact-card__icon { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: var(--magenta-soft); border: 1px solid rgba(255,45,120,.3); flex: none; }
.contact-card__icon svg { width: 21px; height: 21px; color: var(--magenta); }
.contact-card b { display: block; font-size: .96rem; font-weight: 700; } .contact-card span, .contact-card a { color: var(--muted); font-size: .9rem; } .contact-card a:hover { color: #fff; }
.subscribe { border: 1px solid var(--line); border-radius: var(--r-xl); padding: clamp(24px,5vw,44px); background: var(--surface); }
.band { position: relative; overflow: hidden; border-radius: var(--r-xl); border: 1px solid var(--line-2); padding: clamp(30px,6vw,60px); background: var(--surface-2); }
.band img { display: none; }
.band::before { content: ""; position: absolute; inset: 0; background: var(--g-mesh); opacity: .7; }
.band__inner { position: relative; max-width: 620px; }
.band h2 { font-family: var(--display); font-size: clamp(1.9rem,5vw,2.8rem); text-transform: uppercase; } .band p { color: var(--muted); margin-top: 14px; } .band .btn { margin-top: 24px; }
.features .feature { } /* used by sobre */

/* ------------------------------ footer ----------------------------- */
.site-footer { position: relative; background: var(--bg-2); border-top: 1px solid var(--line); padding-block: clamp(46px, 6vw, 72px) 26px; margin-top: 22px; overflow: hidden; }
.footer-masthead { display: flex; flex-wrap: wrap; gap: 22px; align-items: flex-end; justify-content: space-between; padding-bottom: clamp(26px, 4vw, 42px); border-bottom: 1px solid var(--line); }
.footer-kick { font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--muted-2); }
.footer-word { display: block; margin-top: 12px; font-family: var(--display); font-size: clamp(2.8rem, 11vw, 6rem); text-transform: uppercase; line-height: .88; color: #fff; }
.footer-word span { color: var(--magenta); }
.footer-cta { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: .78rem; letter-spacing: .05em; text-transform: uppercase; color: #06201e; background: var(--cyan); padding: 14px 22px; border-radius: var(--r-pill); transition: transform .2s, box-shadow .25s; box-shadow: var(--glow-cyan); }
.footer-cta:hover { transform: translateY(-2px); } .footer-cta svg { width: 16px; height: 16px; }
.footer-cols { display: grid; gap: 30px; grid-template-columns: 1fr; padding-block: clamp(28px, 4vw, 42px); }
.footer-col h4 { font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; color: var(--muted-2); margin-bottom: 14px; }
.footer-col a { display: block; color: var(--muted); padding: 6px 0; font-size: .92rem; transition: color .15s, padding .15s; }
.footer-col a:hover { color: #fff; padding-left: 5px; }
.footer-contact p { color: var(--muted); font-size: .9rem; line-height: 1.75; }
.footer-contact a { color: #cdc2e6; } .footer-contact a:hover { color: #fff; }
.footer-note { display: flex; gap: 12px; align-items: flex-start; font-size: .82rem; color: #e7c6d6; padding-top: 4px; }
.footer-note svg { width: 17px; height: 17px; color: var(--magenta); flex: none; margin-top: 2px; }
.footer-bottom { display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; align-items: center; margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted-2); font-size: .8rem; letter-spacing: .03em; }
.footer-bottom a { color: var(--muted); } .footer-bottom a:hover { color: #fff; }

/* ------------------------------ modal ------------------------------ */
.modal { position: fixed; inset: 0; z-index: 100; display: none; }
.modal.open { display: block; }
.modal__overlay { position: absolute; inset: 0; background: rgba(6, 4, 12, 0.74); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.modal__dialog { position: absolute; inset: auto 0 0 0; max-height: 94vh; background: var(--bg-2); border-top: 1px solid var(--line-2); border-radius: 24px 24px 0 0; overflow-y: auto; -webkit-overflow-scrolling: touch; animation: sheet .32s var(--ease); }
@keyframes sheet { from { transform: translateY(50px); opacity: .3; } }
.modal__bar { position: sticky; top: 0; z-index: 5; display: flex; justify-content: flex-end; padding: 12px; background: linear-gradient(180deg, var(--bg-2), transparent); }
.modal__x { width: 44px; height: 44px; border-radius: 12px; background: var(--surface); border: 1px solid var(--line-2); display: grid; place-items: center; color: #fff; transition: .15s; }
.modal__x:hover { background: var(--surface-3); } .modal__x svg { width: 20px; height: 20px; }
.modal__hero { position: relative; aspect-ratio: 16 / 9; margin-top: -68px; isolation: isolate; }
.modal__hero img { width: 100%; height: 100%; object-fit: cover; }
.modal__hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: var(--gen, var(--g-primary)); opacity: .4; }
.modal__hero::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, transparent 26%, var(--bg-2)); }
.modal__htext { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: clamp(18px, 4vw, 30px) var(--gutter) 16px; }
.modal__htext .gtag { font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--cyan); }
.modal__htext h2 { font-family: var(--display); font-size: clamp(2rem, 7vw, 3.2rem); text-transform: uppercase; margin-top: 8px; line-height: .92; }
.modal__meta { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 10px; font-size: .78rem; font-weight: 600; letter-spacing: .02em; text-transform: uppercase; color: #e3d8f6; }
.modal__meta span { display: inline-flex; align-items: center; gap: 6px; } .modal__meta svg { width: 14px; height: 14px; color: var(--cyan); }
.modal__body { padding: 22px var(--gutter) 24px; }
.modal__sec { margin-top: 26px; } .modal__sec:first-child { margin-top: 8px; }
.modal__sec h3 { font-family: var(--sans); font-weight: 700; font-size: 1.1rem; display: flex; align-items: center; gap: 10px; }
.modal__sec h3 svg { width: 18px; height: 18px; color: var(--magenta); }
.modal__sec p { color: var(--muted); margin-top: 10px; font-size: .95rem; }
.lineup { display: grid; gap: 10px; margin-top: 14px; }
.lineup li { display: flex; gap: 10px; align-items: flex-start; color: #e6def5; font-size: .94rem; }
.lineup svg { width: 17px; height: 17px; color: var(--cyan); flex: none; margin-top: 2px; }
.logistics { display: grid; gap: 12px; margin-top: 14px; }
.logistics li { display: flex; gap: 13px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 15px 16px; }
.logistics .lico { width: 38px; height: 38px; flex: none; border-radius: 10px; display: grid; place-items: center; background: var(--magenta-soft); border: 1px solid rgba(255,45,120,.3); }
.logistics .lico svg { width: 18px; height: 18px; color: var(--magenta); }
.logistics b { font-size: .92rem; } .logistics p { margin-top: 3px; font-size: .88rem; color: var(--muted); }
.tickets { display: grid; gap: 10px; margin-top: 14px; }
.ticket { display: flex; align-items: center; gap: 14px; padding: 15px 16px; border-radius: var(--r); background: var(--surface); border: 1px solid var(--line); cursor: pointer; transition: .15s; }
.ticket:hover { border-color: var(--line-2); }
.ticket.selected { border-color: var(--cyan); background: rgba(34,224,214,.07); }
.ticket__radio { width: 22px; height: 22px; border-radius: 50%; border: 2px solid var(--line-2); flex: none; display: grid; place-items: center; }
.ticket.selected .ticket__radio { border-color: var(--cyan); } .ticket.selected .ticket__radio::after { content: ""; width: 11px; height: 11px; border-radius: 50%; background: var(--cyan); }
.ticket__info { flex: 1; } .ticket__info b { font-size: .96rem; } .ticket__info span { display: block; color: var(--muted); font-size: .82rem; margin-top: 2px; }
.ticket__price { font-family: var(--display); font-size: 1.3rem; }
.disclaimer { margin-top: 22px; padding: 16px; border-radius: var(--r); background: var(--magenta-soft); border: 1px solid rgba(255,45,120,.3); }
.disclaimer__h { display: flex; gap: 10px; align-items: center; font-weight: 800; color: #fff; }
.disclaimer__h svg { width: 20px; height: 20px; color: var(--magenta); }
.disclaimer p { color: #f0cede; font-size: .88rem; margin-top: 10px; }
.checkout { margin-top: 16px; }
.consent-line { display: flex; gap: 11px; align-items: flex-start; margin-top: 14px; font-size: .88rem; color: var(--text); cursor: pointer; }
.consent-line input { margin-top: 3px; width: 18px; height: 18px; accent-color: var(--magenta); flex: none; }
.modal__buy { position: sticky; bottom: 0; z-index: 4; margin-top: 22px; padding: 16px var(--gutter); background: linear-gradient(0deg, var(--bg-2) 72%, transparent); display: flex; align-items: center; gap: 14px; border-top: 1px solid var(--line); }
.modal__total { margin-right: auto; } .modal__total small { display: block; font-size: .66rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); } .modal__total b { font-family: var(--display); font-size: 1.5rem; }

/* ------------------------------ legal ------------------------------ */
.legal { padding-top: clamp(38px, 6vw, 60px); }
.legal h1 { font-family: var(--display); font-size: clamp(2.4rem, 7vw, 3.6rem); text-transform: uppercase; }
.legal__updated { font-size: .76rem; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); margin-top: 12px; }
.legal__body { max-width: 800px; margin-top: 32px; }
.legal__body h2 { font-family: var(--sans); font-weight: 700; font-size: 1.32rem; margin-top: 38px; }
.legal__body h3 { font-family: var(--sans); font-weight: 700; font-size: 1.05rem; margin-top: 24px; }
.legal__body p, .legal__body li { color: var(--muted); margin-top: 12px; }
.legal__body ul { list-style: none; padding-left: 0; margin-top: 10px; }
.legal__body ul li { position: relative; padding-left: 22px; }
.legal__body ul li::before { content: "▸"; position: absolute; left: 0; color: var(--magenta); }
.legal__body a { color: var(--cyan); text-decoration: underline; } .legal__body strong { color: var(--text); }

/* ------------------------------ misc ------------------------------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .07s; } .reveal[data-d="2"] { transition-delay: .14s; } .reveal[data-d="3"] { transition-delay: .21s; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 200; background: var(--magenta); color: #fff; padding: 10px 16px; }
.skip-link:focus { left: 0; }
body.no-scroll { overflow: hidden; }
.toast { position: fixed; left: 50%; bottom: 24px; transform: translate(-50%, 30px); z-index: 200; background: var(--surface-2); border: 1px solid var(--line-2); color: #fff; padding: 14px 22px; border-radius: var(--r-pill); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transition: .3s var(--ease); font-weight: 600; font-size: .9rem; display: flex; align-items: center; gap: 10px; max-width: 90vw; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.toast svg { width: 18px; height: 18px; color: var(--cyan); flex: none; }

/* ====================================================================
   RESPONSIVE
   ==================================================================== */
@media (min-width: 560px) {
  .wall { grid-template-columns: repeat(2, 1fr); }
  .stats-band { grid-template-columns: repeat(4, 1fr); }
  .form-row { grid-template-columns: 1fr 1fr; }
  .hero__cta .btn { width: auto; }
  .genres { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 720px) {
  .stubs { grid-template-columns: repeat(3, 1fr); }
  .features { grid-template-columns: repeat(2, 1fr); }
  .voices { grid-template-columns: repeat(3, 1fr); }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .footer-cols { grid-template-columns: 1fr 1fr 1.4fr; }
  .newsletter { grid-template-columns: 1.05fr .95fr; align-items: center; }
  .genres { grid-template-columns: repeat(4, 1fr); }
}
@media (min-width: 960px) {
  .nav__links { display: flex; }
  .burger { display: none; } .mobile-menu { display: none !important; }
  .nav__cta { display: inline-flex; }
  .hero__inner { grid-template-columns: 1.15fr .85fr; }
  .hero__poster { max-width: 380px; margin-inline: auto; }
  .wall { grid-template-columns: repeat(4, 1fr); }
  .poster--tall { grid-row: span 1; }
  .features { grid-template-columns: repeat(4, 1fr); }
  .modal__dialog { inset: 50% auto auto 50%; transform: translate(-50%, -50%); width: min(860px, 94vw); max-height: 90vh; border-radius: 24px; border: 1px solid var(--line-2); animation: pop .26s var(--ease); }
  @keyframes pop { from { transform: translate(-50%, -46%); opacity: .3; } }
  .modal__hero { margin-top: 0; border-radius: 24px 24px 0 0; }
}
@media (min-width: 1100px) {
  .wall { grid-template-columns: repeat(4, 1fr); }
}

/* ====================================================================
   v2 ADDITIONS — agenda strip · guarantees · checkout drawer
   ==================================================================== */

/* genres: fit 5 tiles on wide screens */
@media (min-width: 720px) { .genres { grid-template-columns: repeat(auto-fit, minmax(168px, 1fr)); } }

/* agenda strip (replaces the marquee) */
.agenda-band { border-block: 1px solid var(--line); background: var(--bg-2); padding-top: 16px; padding-bottom: 6px; }
.agenda-kick { display: inline-flex; align-items: center; gap: 8px; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.agenda-kick::before { content: ""; width: 18px; height: 2px; border-radius: 2px; background: var(--g-cta); }
.agenda { display: flex; gap: 12px; overflow-x: auto; padding: 14px var(--gutter) 6px; scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch; }
.agenda::-webkit-scrollbar { height: 6px; } .agenda::-webkit-scrollbar-thumb { background: var(--line-2); border-radius: 3px; }
.agenda__item { flex: none; scroll-snap-align: start; display: flex; align-items: center; gap: 12px; padding: 9px 16px 9px 9px; border-radius: var(--r-pill); border: 1px solid var(--line); background: var(--surface); transition: border-color .15s, transform .15s; }
.agenda__item:hover { border-color: var(--line-2); transform: translateY(-2px); }
.agenda__mon { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; font-family: var(--display); font-size: 1.05rem; text-transform: uppercase; color: #fff; flex: none; }
.agenda__info b { display: block; font-weight: 700; font-size: .92rem; white-space: nowrap; }
.agenda__info span { font-size: .73rem; color: var(--muted); white-space: nowrap; }
.agenda__go { width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; color: var(--muted); transition: .15s; }
.agenda__go svg { width: 15px; height: 15px; }
.agenda__item:hover .agenda__go { color: var(--cyan); border-color: var(--cyan); }

/* guarantees panel (replaces testimonials) */
.guarantees { display: grid; gap: 0; border: 1px solid var(--line-2); border-radius: var(--r-xl); overflow: hidden; background: var(--surface); position: relative; }
.guarantees::before { content: ""; position: absolute; inset: 0; background: var(--g-mesh); opacity: .32; pointer-events: none; }
.guarantee { position: relative; padding: clamp(24px, 4vw, 40px); border-top: 1px solid var(--line); }
.guarantee:first-child { border-top: 0; }
.guarantee__ic { width: 50px; height: 50px; border-radius: 13px; display: grid; place-items: center; background: rgba(34,224,214,.12); border: 1px solid rgba(34,224,214,.32); }
.guarantee__ic svg { width: 24px; height: 24px; color: var(--cyan); }
.guarantee h3 { font-family: var(--sans); font-weight: 700; font-size: 1.18rem; margin-top: 16px; }
.guarantee p { color: var(--muted); margin-top: 9px; font-size: .94rem; }
@media (min-width: 720px) {
  .guarantees { grid-template-columns: repeat(3, 1fr); }
  .guarantee { border-top: 0; border-left: 1px solid var(--line); }
  .guarantee:first-child { border-left: 0; }
}

/* checkout drawer (off-canvas, 2-step) */
.drawer { position: fixed; inset: 0; z-index: 120; display: none; }
.drawer.open { display: block; }
.drawer__overlay { position: absolute; inset: 0; background: rgba(6, 4, 12, 0.72); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); }
.drawer__panel { position: absolute; top: 0; right: 0; height: 100%; width: min(480px, 100%); background: var(--bg-2); border-left: 1px solid var(--line-2); display: flex; flex-direction: column; transform: translateX(100%); animation: slidein .32s var(--ease) forwards; box-shadow: -30px 0 70px -30px rgba(0,0,0,.85); }
@keyframes slidein { to { transform: none; } }
@media (prefers-reduced-motion: reduce) { .drawer__panel { animation: none; transform: none; } }
.drawer__head { display: flex; align-items: center; gap: 14px; padding: 14px 18px; border-bottom: 1px solid var(--line); flex: none; }
.drawer__steps { display: flex; align-items: center; gap: 10px; }
.drawer__steps span { display: inline-flex; align-items: center; gap: 7px; font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; color: var(--muted-2); }
.drawer__steps span.on { color: #fff; }
.drawer__steps i { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; font-style: normal; font-size: .72rem; background: var(--surface-2); border: 1px solid var(--line-2); }
.drawer__steps span.on i { background: var(--g-primary); border-color: transparent; color: #fff; }
.drawer__steps .bar { width: 20px; height: 2px; background: var(--line-2); border-radius: 2px; }
.drawer__x { margin-left: auto; width: 40px; height: 40px; border-radius: 11px; background: var(--surface); border: 1px solid var(--line-2); display: grid; place-items: center; color: #fff; transition: .15s; }
.drawer__x:hover { background: var(--surface-3); } .drawer__x svg { width: 18px; height: 18px; }
.drawer__scroll { flex: 1; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.drawer__foot { display: flex; align-items: center; gap: 12px; padding: 14px 18px; border-top: 1px solid var(--line); background: var(--bg-2); flex: none; }
.drawer__foot #toStep2, .drawer__foot #confirmBuy { flex: 1; }
.drawer__foot #backStep1 { flex: none; }
.dsum { margin-right: auto; } .dsum small { display: block; font-size: .62rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); } .dsum b { font-family: var(--display); font-size: 1.2rem; }

.dhero { position: relative; aspect-ratio: 16 / 10; isolation: isolate; }
.dhero img { width: 100%; height: 100%; object-fit: cover; }
.dhero::before { content: ""; position: absolute; inset: 0; background: var(--gen, var(--g-primary)); opacity: .4; }
.dhero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 28%, var(--bg-2)); }
.dhero__t { position: absolute; left: 0; right: 0; bottom: 0; padding: 18px; }
.dhero__t .gtag { font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--cyan); }
.dhero__t h2 { font-family: var(--display); font-size: clamp(1.7rem, 6vw, 2.4rem); text-transform: uppercase; margin-top: 6px; line-height: .94; }
.dmeta { display: flex; flex-wrap: wrap; gap: 6px 14px; margin-top: 8px; font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .02em; color: #e3d8f6; }
.dmeta span { display: inline-flex; align-items: center; gap: 6px; } .dmeta svg { width: 13px; height: 13px; color: var(--cyan); }
.dsec { padding: 18px; border-top: 1px solid var(--line); }
.dsec:first-child { border-top: 0; }
.dsec h3 { font-family: var(--sans); font-weight: 700; font-size: 1.04rem; display: flex; align-items: center; gap: 9px; }
.dsec h3 svg { width: 17px; height: 17px; color: var(--magenta); }
.dlead { color: var(--muted); font-size: .94rem; }
.trows { display: grid; gap: 10px; margin-top: 6px; }
.trow { display: flex; align-items: center; gap: 12px; padding: 13px 14px; border-radius: var(--r); border: 1px solid var(--line); background: var(--surface); transition: border-color .15s, background .15s; }
.trow.has { border-color: var(--cyan); background: rgba(34, 224, 214, 0.06); }
.trow__info { flex: 1; min-width: 0; } .trow__info b { font-size: .94rem; } .trow__info span { display: block; color: var(--muted); font-size: .8rem; margin-top: 2px; }
.trow__right { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; flex: none; }
.trow__price { font-family: var(--display); font-size: 1.08rem; }
.qty { display: flex; align-items: center; gap: 6px; }
.qbtn { width: 30px; height: 30px; border-radius: 9px; border: 1px solid var(--line-2); background: var(--bg-2); color: #fff; font-size: 1.1rem; line-height: 1; display: grid; place-items: center; transition: .15s; }
.qbtn:hover { border-color: var(--cyan); color: var(--cyan); }
.qty b { min-width: 22px; text-align: center; font-family: var(--display); font-size: 1.05rem; }
.qty--toggle { display: inline-flex; align-items: center; gap: 8px; font-size: .8rem; font-weight: 700; cursor: pointer; color: var(--muted); }
.qty--toggle input { width: 18px; height: 18px; accent-color: var(--cyan); }
.order { margin-top: 12px; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.order__row { display: flex; justify-content: space-between; gap: 12px; padding: 13px 15px; border-top: 1px solid var(--line); font-size: .92rem; }
.order__row:first-child { border-top: 0; }
.order__total { background: var(--surface); }
.order__total span { font-weight: 700; } .order__total b { font-family: var(--display); font-size: 1.2rem; }
