/* ============================================================
   Berlin Music Video Awards 2027 — Design System v3
   Modelled on music-video-awards.com:
   pure black · Inter · white centered headings · soft glows
   ============================================================ */

/* ---------- Tokens ---------- */
:root {
  --bg:            #000000;
  --bg-2:          #050505;
  --bg-3:          #0a0a0c;
  --surface:       rgba(255,255,255,0.04);
  --surface-2:     rgba(255,255,255,0.07);
  --line:          rgba(255,255,255,0.10);
  --line-2:        rgba(255,255,255,0.18);

  --text:          #ffffff;
  --text-2:        rgba(255,255,255,0.70);
  --text-3:        rgba(255,255,255,0.45);

  --magenta:       #ff2d9b;
  --pink:          #ff4d7d;
  --violet:        #8b5cf6;
  --accent:        var(--magenta);

  --grad:          linear-gradient(95deg, var(--magenta), var(--pink));
  --glow:          0 10px 40px -10px rgba(255,45,155,.6);
  --shadow:        0 30px 70px -35px rgba(0,0,0,.9);

  --maxw:          1180px;
  --maxw-narrow:   820px;
  --gutter:        clamp(1.15rem, 4vw, 2.4rem);
  --nav-h:         74px;
  --r-sm:          12px;
  --r:             18px;
  --r-lg:          24px;
  --r-xl:          32px;

  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --ease: cubic-bezier(.22,.61,.36,1);
}

/* ---------- Reset ---------- */
*,*::before,*::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 12px); background: #000; }
@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 {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text-2);
  line-height: 1.65;
  font-size: 1rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; }
button { font: inherit; cursor: pointer; color: inherit; }

/* ---------- A11y ---------- */
:focus-visible { outline: 2px solid var(--pink); outline-offset: 3px; border-radius: 6px; }
.skip-link { position: absolute; left:1rem; top:-4rem; z-index:300; background: var(--magenta); color:#fff; padding:.7rem 1.1rem; border-radius:10px; font-weight:600; transition: top .2s var(--ease); }
.skip-link:focus { top: 1rem; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }

/* ---------- Layout ---------- */
.container { width:100%; max-width: var(--maxw); margin-inline:auto; padding-inline: var(--gutter); }
.section { position: relative; padding-block: clamp(4rem, 9vw, 8.5rem); }
.section--tight { padding-block: clamp(2.8rem, 5vw, 5rem); }
main { position: relative; }

/* ---------- Typography (Inter, white, normal tracking) ---------- */
h1,h2,h3,h4 { color: var(--text); font-weight: 700; line-height: 1.1; letter-spacing: -0.01em; }
.display { font-weight: 800; line-height: 1.05; letter-spacing: -0.02em; }
.h-xl { font-size: clamp(2.6rem, 6.2vw, 5.6rem); font-weight: 800; letter-spacing: -0.02em; line-height: 1.05; }
.h-lg { font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 700; letter-spacing: -0.015em; }
.h-md { font-size: clamp(1.5rem, 2.6vw, 2.1rem); font-weight: 700; letter-spacing: -0.01em; }
p { color: var(--text-2); }
.lead { font-size: clamp(1.05rem, .98rem + .4vw, 1.25rem); color: var(--text-2); line-height: 1.6; max-width: 52ch; font-weight: 400; }
.muted { color: var(--text-3); }
.mono { font-variant-numeric: tabular-nums; }

.text-gradient { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

.kicker {
  display:inline-flex; align-items:center; gap:.55em;
  font-weight:600; text-transform:uppercase; letter-spacing:.16em; font-size:.74rem;
  color: var(--pink);
}
.kicker::before { content:""; width:1.5em; height:1px; background: var(--magenta); }

/* ---------- Buttons (pill) ---------- */
.btn {
  display:inline-flex; align-items:center; gap:.5em;
  padding:.85em 1.5em; border-radius:500px; font-weight:600; font-size:.95rem;
  border:1px solid transparent; white-space:nowrap;
  transition: transform .25s var(--ease), background .25s var(--ease), box-shadow .3s var(--ease), border-color .25s var(--ease), color .2s var(--ease);
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn .arrow { transition: transform .25s var(--ease); }
.btn:hover .arrow { transform: translateX(3px); }
.btn--primary { background: var(--grad); color:#fff; box-shadow: var(--glow); }
.btn--primary:hover { box-shadow: 0 14px 50px -10px rgba(255,45,155,.75); }
.btn--ghost { background: rgba(255,255,255,.06); color: var(--text); border-color: var(--line-2); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.btn--ghost:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.32); }
.btn--lg { padding:1.02em 1.8em; font-size:1.02rem; }
.btn--sm { padding:.6em 1.1em; font-size:.875rem; }

/* ---------- Header (fixed, transparent → frosted) ---------- */
.site-header { position: fixed; inset:0 0 auto; z-index:100; transition: background .35s var(--ease), border-color .35s var(--ease); border-bottom:1px solid transparent; }
.site-header.is-stuck { background: rgba(0,0,0,.72); -webkit-backdrop-filter: blur(20px) saturate(160%); backdrop-filter: blur(20px) saturate(160%); border-bottom-color: var(--line); }
.nav { display:flex; align-items:center; gap:1.1rem; height: var(--nav-h); }
.brand { display:inline-flex; align-items:center; flex:none; }
.brand img { height:21px; width:auto; }
.nav-links { display:flex; align-items:center; gap:.1rem; margin-inline:auto; }
.nav-links a { padding:.5rem .9rem; border-radius:500px; font-size:.92rem; font-weight:500; color: var(--text-2); transition: color .2s var(--ease), background .2s var(--ease); }
.nav-links a:hover, .nav-links a[aria-current="page"] { color:#fff; }
.nav-links a:hover { background: rgba(255,255,255,.06); }
.nav-cta { flex:none; }
.nav-toggle { display:none; margin-left:auto; width:44px; height:44px; border-radius:12px; border:1px solid var(--line-2); background: rgba(255,255,255,.05); position:relative; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after { content:""; position:absolute; left:50%; top:50%; width:18px; height:1.6px; border-radius:2px; background:#fff; transition: transform .25s var(--ease), opacity .2s var(--ease); }
.nav-toggle span { transform: translate(-50%,-50%); }
.nav-toggle span::before { transform: translate(-50%,-6px); }
.nav-toggle span::after { transform: translate(-50%,5px); }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { transform: translate(-50%,-50%) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after { transform: translate(-50%,-50%) rotate(-45deg); }

.mobile-menu { position: fixed; inset: var(--nav-h) 0 0; z-index:99; background: rgba(0,0,0,.9); -webkit-backdrop-filter: blur(24px); backdrop-filter: blur(24px); padding:1.5rem var(--gutter) 3rem; display:flex; flex-direction:column; gap:.1rem; transform: translateY(-6px); opacity:0; visibility:hidden; transition: opacity .3s var(--ease), transform .3s var(--ease), visibility .3s; overflow-y:auto; }
.mobile-menu.is-open { opacity:1; transform:none; visibility:visible; }
.mobile-menu a { font-size:1.4rem; font-weight:600; padding:.7rem 0; border-bottom:1px solid var(--line); color:#fff; }
.mobile-menu a[aria-current="page"] { color: var(--pink); }
.mobile-menu .btn { margin-top:1.6rem; justify-content:center; }
@media (max-width: 960px){ .nav-links, .nav-cta { display:none; } .nav-toggle { display:block; } .brand { margin-right:auto; } }

/* ---------- Hero (full-bleed background video, centered) ---------- */
.hero { position: relative; min-height: 100svh; display:grid; place-items:center; text-align:center; overflow:hidden; padding-top: var(--nav-h);
  background: #000 url("/assets/img/photos/hero-poster.jpg") center/cover no-repeat; }
.hero__video { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:-3; }
.hero__overlay { position:absolute; inset:0; z-index:-2; background:
   linear-gradient(180deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,.25) 35%, rgba(0,0,0,.55) 72%, #000 100%); }
.hero__glow { position:absolute; inset:0; z-index:-1; pointer-events:none; background:
   radial-gradient(45% 45% at 30% 88%, rgba(255,45,155,.30), transparent 70%),
   radial-gradient(40% 45% at 78% 75%, rgba(139,92,246,.22), transparent 70%); }
.hero__inner { padding-block: clamp(3rem, 9vh, 6rem); max-width: 880px; margin-inline:auto; }
.hero h1 { font-size: clamp(2.9rem, 8vw, 6.2rem); max-width: 15ch; margin-inline:auto; }
.hero .lead { max-width: 46ch; margin-inline:auto; color: rgba(255,255,255,.82); }
.hero .cluster { justify-content:center; }
.hero__cue { position:absolute; bottom:1.6rem; left:50%; transform:translateX(-50%); z-index:1; color: var(--text-3); font-size:.72rem; letter-spacing:.22em; text-transform:uppercase; display:flex; flex-direction:column; align-items:center; gap:.5rem; }
.hero__cue::after { content:""; width:1px; height:32px; background: linear-gradient(var(--text-3), transparent); animation: cue 2s var(--ease) infinite; }
@keyframes cue { 0%{ transform: scaleY(.3); transform-origin:top; opacity:.3 } 50%{ transform: scaleY(1); opacity:1 } 100%{ transform: scaleY(.3); transform-origin:bottom; opacity:.3 } }

/* ---------- Marquee ---------- */
.marquee { overflow:hidden; border-block:1px solid var(--line); background: var(--bg-2); }
.marquee__track { display:inline-flex; white-space:nowrap; padding-block:.9rem; animation: marquee 40s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__track span { display:inline-flex; align-items:center; gap:2.4rem; font-size:.8rem; font-weight:500; text-transform:uppercase; letter-spacing:.16em; color: var(--text-3); padding-right:2.4rem; }
.marquee__track span::after { content:"✦"; color: var(--magenta); font-size:.65rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Oversized stats (centered) ---------- */
.stats { display:grid; grid-template-columns: repeat(auto-fit, minmax(160px,1fr)); gap: clamp(1.4rem,3vw,2.5rem); text-align:center; }
.stat__num { font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 800; letter-spacing:-0.02em; line-height:1.05; color:#fff; }
.stat__label { color: var(--text-3); font-size:.85rem; margin-top:.5rem; }

/* ---------- Section heading (centered) ---------- */
.sec-head { display:flex; flex-direction:column; align-items:center; text-align:center; gap:.9rem; margin-bottom: clamp(2rem,4vw,3.2rem); }
.sec-head .titles { max-width: 56ch; display:flex; flex-direction:column; align-items:center; gap:.9rem; }
.sec-head .lead { margin-inline:auto; }

/* ---------- Grids / cards ---------- */
.grid { display:grid; gap: clamp(.9rem, 1.6vw, 1.3rem); }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(min(100%,380px),1fr)); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(min(100%,300px),1fr)); }
.grid--4 { grid-template-columns: repeat(auto-fit, minmax(min(100%,230px),1fr)); }

.card { position:relative; background: var(--surface); border:1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.4rem,2.4vw,1.9rem); transition: transform .35s var(--ease), border-color .35s var(--ease), background .35s var(--ease); height:100%; }
.card:hover { transform: translateY(-4px); border-color: var(--line-2); background: var(--surface-2); }
.card .idx { color: var(--text-3); font-size:.85rem; font-weight:600; font-variant-numeric: tabular-nums; }
.card h3 { font-size:1.25rem; margin:.5rem 0 .5rem; font-weight:700; letter-spacing:-0.01em; }
.card p { font-size:.95rem; line-height:1.6; }
.card .tag { display:inline-block; margin-top:1rem; font-size:.7rem; font-weight:600; letter-spacing:.08em; text-transform:uppercase; color: var(--pink); border:1px solid var(--line-2); padding:.35em .8em; border-radius:500px; }
.card--special { background: linear-gradient(165deg, rgba(255,45,155,.1), rgba(139,92,246,.05)), var(--surface); border-color: var(--line-2); }
.card--cat:hover { box-shadow: var(--shadow); }

/* ---------- Deadlines ---------- */
.deadline { display:flex; gap:1.1rem; align-items:flex-start; padding:1.3rem 1.4rem; border:1px solid var(--line); border-radius: var(--r); background: var(--surface); transition: border-color .3s var(--ease), transform .3s var(--ease); text-align:left; }
.deadline:hover { border-color: var(--line-2); transform: translateX(3px); }
.deadline__date { font-weight:700; font-size:1rem; color: var(--pink); white-space:nowrap; min-width:7em; font-variant-numeric: tabular-nums; }
.deadline__body h3 { font-size:1.1rem; font-weight:600; }
.deadline__body p { font-size:.93rem; }
.deadline.is-final { background: linear-gradient(120deg, rgba(255,45,155,.1), transparent 60%), var(--surface); border-color: rgba(255,45,155,.32); }

/* ---------- Horizontal rail ---------- */
.rail { display:grid; grid-auto-flow:column; grid-auto-columns: min(80%, 350px); gap:1rem; overflow-x:auto; scroll-snap-type:x mandatory; padding-bottom:1rem; margin-inline: calc(var(--gutter)*-1); padding-inline: var(--gutter); scrollbar-width:thin; }
.rail > * { scroll-snap-align:start; }
.rail::-webkit-scrollbar { height:6px; }
.rail::-webkit-scrollbar-thumb { background: var(--line-2); border-radius:500px; }

/* ---------- Gallery tiles ---------- */
.gallery-tile { position:relative; aspect-ratio: 4/5; border-radius: var(--r-lg); overflow:hidden; background: var(--bg-3); border:1px solid var(--line); display:flex; align-items:flex-end; isolation:isolate; text-align:left; }
.gallery-tile img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:-1; transition: transform .6s var(--ease); }
.gallery-tile:hover img { transform: scale(1.05); }
.gallery-tile__ph { position:absolute; inset:0; z-index:-1; background: linear-gradient(160deg, var(--bg-3), #14141c); }
.gallery-tile::before { content:""; position:absolute; inset:0; background: linear-gradient(to top, rgba(0,0,0,.85) 0%, rgba(0,0,0,.1) 55%, transparent); }
.gallery-tile figcaption { position:relative; padding:1.2rem 1.25rem; width:100%; }
.gallery-tile figcaption b { font-size:1.2rem; font-weight:700; }
.gallery-tile figcaption span { display:block; font-size:.83rem; color: rgba(255,255,255,.7); margin-top:.15rem; }
.rail .gallery-tile { aspect-ratio: 3/4; }
.frame { position:relative; border-radius: var(--r-lg); overflow:hidden; border:1px solid var(--line); }

/* ---------- News ---------- */
.news-card { display:flex; flex-direction:column; gap:.5rem; text-align:left; }
.news-card time { font-size:.76rem; letter-spacing:.04em; text-transform:uppercase; color: var(--pink); font-weight:600; }
.news-card h3 { font-size:1.2rem; font-weight:700; }
.news-card .more { color:#fff; font-weight:600; margin-top:auto; display:inline-flex; gap:.4em; align-items:center; }

/* ---------- Partners ---------- */
.partner-grid { display:grid; grid-template-columns: repeat(auto-fill, minmax(150px,1fr)); gap:1px; background: var(--line); border:1px solid var(--line); border-radius: var(--r-lg); overflow:hidden; }
.partner-grid a, .partner-grid span { display:grid; place-items:center; min-height:108px; background: var(--bg-2); padding:1.2rem; text-align:center; transition: background .3s var(--ease), color .2s var(--ease); color: var(--text-2); font-weight:500; font-size:.95rem; }
.partner-grid a:hover { background: var(--surface-2); color:#fff; }

/* ---------- Feature ---------- */
.feature { padding: clamp(1.6rem,3vw,2.2rem); border:1px solid var(--line); border-radius: var(--r-lg); background: var(--surface); transition: transform .35s var(--ease), border-color .35s var(--ease); text-align:left; }
.feature:hover { transform: translateY(-4px); border-color: var(--line-2); }
.feature .ico { width:48px; height:48px; border-radius:14px; display:grid; place-items:center; background: rgba(255,45,155,.14); color: var(--pink); margin-bottom:1.1rem; font-size:1.4rem; }
.feature h3 { font-size:1.25rem; margin-bottom:.5rem; font-weight:700; }

/* ---------- Newsletter ---------- */
.newsletter { position:relative; overflow:hidden; text-align:center; background: linear-gradient(150deg, rgba(255,45,155,.12), rgba(139,92,246,.06) 60%), var(--bg-2); border:1px solid var(--line); border-radius: var(--r-xl); padding: clamp(2rem,4vw,3.6rem); }
.newsletter form { display:flex; gap:.7rem; flex-wrap:wrap; max-width:520px; margin:1.5rem auto 0; justify-content:center; }
.newsletter input { flex:1 1 240px; padding:.95em 1.2em; border-radius:500px; border:1px solid var(--line-2); background: rgba(0,0,0,.5); color:#fff; font: inherit; }
.newsletter input::placeholder { color: var(--text-3); }
.newsletter input:focus-visible { border-color: var(--pink); outline:none; }

/* ---------- CTA band ---------- */
.cta-band { position:relative; overflow:hidden; text-align:center; border-radius: var(--r-xl); padding: clamp(2.8rem,6vw,5.5rem); border:1px solid var(--line); background: var(--bg-2); }
.cta-band::before { content:""; position:absolute; inset:0; z-index:0; background: radial-gradient(60% 90% at 50% 0%, rgba(255,45,155,.24), transparent 70%); }
.cta-band > * { position:relative; z-index:1; }

/* ---------- Spotlight ---------- */
.spotlight::before { content:""; position:absolute; inset:0; z-index:-1; background: radial-gradient(40% 60% at 85% 10%, rgba(139,92,246,.1), transparent 60%); pointer-events:none; }

/* ---------- Footer ---------- */
.site-footer { position:relative; border-top:1px solid var(--line); background: var(--bg-2); padding-block: clamp(3rem,5vw,4.5rem) 2rem; }
.footer-grid { display:grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap:2rem; }
.site-footer h4 { font-size:.74rem; text-transform:uppercase; letter-spacing:.14em; color: var(--text-3); margin-bottom:1rem; font-weight:600; }
.site-footer a { color: var(--text-2); transition: color .2s var(--ease); display:inline-block; padding:.2rem 0; font-size:.94rem; }
.site-footer a:hover { color:#fff; }
.footer-brand img { height:24px; width:auto; }
.footer-brand p { margin:1.1rem 0 1.4rem; max-width:34ch; font-size:.93rem; }
.socials { display:flex; gap:.55rem; flex-wrap:wrap; }
.socials a { width:42px; height:42px; border-radius:12px; border:1px solid var(--line); display:grid; place-items:center; color: var(--text-2); transition: border-color .2s var(--ease), color .2s var(--ease), background .2s var(--ease); }
.socials a:hover { border-color: var(--line-2); color:#fff; background: var(--surface); }
.footer-bottom { display:flex; flex-wrap:wrap; gap:.8rem 1.5rem; justify-content:space-between; align-items:center; margin-top:2.8rem; padding-top:1.6rem; border-top:1px solid var(--line); font-size:.85rem; color: var(--text-3); }
@media (max-width:820px){ .footer-grid { grid-template-columns:1fr 1fr; } .footer-brand { grid-column:1/-1; } }
@media (max-width:520px){ .footer-grid { grid-template-columns:1fr; } }

/* ---------- Prose (legal) ---------- */
.prose { max-width: 74ch; }
.prose h2 { font-size:1.5rem; margin:2.2rem 0 .8rem; }
.prose h3 { font-size:1.15rem; font-weight:600; margin:1.7rem 0 .5rem; }
.prose p, .prose li { color: var(--text-2); margin-bottom:.9rem; line-height:1.7; }
.prose ul { padding-left:1.2rem; list-style:disc; }
.prose a { color: var(--pink); text-decoration:underline; text-underline-offset:3px; }
.prose strong { color:#fff; font-weight:600; }

/* ---------- FAQ ---------- */
.faq-item { border:1px solid var(--line); border-radius: var(--r); background: var(--surface); margin-bottom:.7rem; overflow:hidden; transition: border-color .25s var(--ease); }
.faq-item[open] { border-color: var(--line-2); }
.faq-item summary { list-style:none; cursor:pointer; padding:1.2rem 1.4rem; font-weight:600; display:flex; justify-content:space-between; gap:1rem; align-items:center; color:#fff; }
.faq-item summary::-webkit-details-marker { display:none; }
.faq-item summary .plus { color: var(--pink); font-size:1.3rem; font-weight:400; transition: transform .25s var(--ease); flex:none; line-height:1; }
.faq-item[open] summary .plus { transform: rotate(45deg); }
.faq-item .answer { padding:0 1.4rem 1.3rem; color: var(--text-2); line-height:1.7; }

/* ---------- Page hero (interior, centered) ---------- */
.page-hero { position:relative; overflow:hidden; text-align:center; padding-top: calc(var(--nav-h) + clamp(3rem,7vw,5.5rem)); padding-bottom: clamp(2.2rem,4vw,3.4rem); border-bottom:1px solid var(--line); }
.page-hero .container { display:flex; flex-direction:column; align-items:center; }
.page-hero__bg { position:absolute; inset:0; z-index:-1; background: radial-gradient(50% 75% at 50% 0%, rgba(255,45,155,.18), transparent 62%), radial-gradient(40% 70% at 80% 30%, rgba(139,92,246,.12), transparent 60%); }
.page-hero .lead { margin-inline:auto; }
.breadcrumb { font-size:.82rem; color: var(--text-3); margin-bottom:1.1rem; }
.breadcrumb a:hover { color:#fff; }

/* ---------- Notice ---------- */
.notice { border:1px solid var(--line-2); border-left:2px solid var(--magenta); border-radius: var(--r-sm); padding:1.1rem 1.3rem; background: var(--surface); color: var(--text-2); line-height:1.6; text-align:left; }
.notice strong { color:#fff; font-weight:600; }

/* ---------- Reveal ---------- */
.reveal { opacity:0; transform: translateY(20px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity:1; transform:none; }
@media (prefers-reduced-motion: reduce){ .reveal { opacity:1; transform:none; } }

/* ---------- Utilities ---------- */
.flow > * + * { margin-top:1.1rem; }
.center { text-align:center; }
.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.6rem}.mt-4{margin-top:2.4rem}
.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.6rem}
.cluster { display:flex; flex-wrap:wrap; gap:.7rem; align-items:center; }
.divider { height:1px; background: var(--line); border:0; margin-block: clamp(2rem,5vw,4rem); }
.pill { display:inline-flex; align-items:center; gap:.5em; padding:.45em .95em; border-radius:500px; border:1px solid var(--line-2); font-size:.83rem; color: var(--text-2); }
.pill .dot { width:.5em; height:.5em; border-radius:50%; background: var(--magenta); box-shadow: 0 0 .7em var(--magenta); }
