@font-face {
  font-family: "Ms Madi";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/ms-madi-latin.woff2?v=20260828-7") format("woff2");
}

:root {
  --cd-red: #ff1717;
  --cd-red-dark: #cf0000;
  --cd-ink: #0c0c0d;
  --cd-muted: #63636b;
  --cd-line: #dfdfe3;
  --cd-soft: #f5f5f6;
  --cd-white: #fff;
  --cd-radius: 24px;
  --cd-shadow: 0 24px 70px rgba(10, 10, 12, .12);
  --cd-wrap: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--cd-ink);
  background: var(--cd-white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
body::selection { color: #fff; background: var(--cd-red); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .2em; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3 { text-wrap: balance; }
p, li { text-wrap: pretty; }
:focus-visible { outline: 3px solid rgba(255, 23, 23, .45); outline-offset: 4px; }
[hidden] { display: none !important; }
.wrap { width: var(--cd-wrap); margin-inline: auto; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; z-index: 1000; top: -100px; left: 10px; padding: 10px 15px; border-radius: 10px; opacity: 0; color: #fff; background: #000; pointer-events: none; }
.skip-link:focus-visible { top: 10px; opacity: 1; pointer-events: auto; }

.service-bar { color: #c9c9cf; background: #0c0c0d; }
.service-bar-inner { display: flex; align-items: center; justify-content: space-between; min-height: 30px; gap: 24px; font-size: 10px; font-weight: 720; letter-spacing: .065em; text-transform: uppercase; }
.service-bar a { color: #eeeef1; text-decoration: none; }
.service-bar a strong { font-weight: 900; }
.service-certified { display: inline-flex; align-items: center; gap: 6px; min-height: 20px; padding: 0; border: 0; border-radius: 0; background: transparent; }
.service-certified:hover { color: #fff; background: transparent; }
.service-certified strong { font-size: 8.5px; letter-spacing: .085em; }
.service-certified-icon { display: inline-grid; place-items: center; width: 13px; height: 13px; flex: 0 0 13px; color: #332400; border-radius: 50%; background: #facc15; box-shadow: 0 0 0 2px rgba(250,204,21,.1); }
.service-certified-icon svg { display: block; width: 8px; height: 8px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.7; }
.site-header {
  position: sticky;
  z-index: 80;
  top: 0;
  border-bottom: 1px solid rgba(12, 12, 13, .08);
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 24px; }
.site-logo { flex: 0 0 auto; text-decoration: none; }
.site-logo img { width: 205px; height: auto; }
.site-nav { display: flex; align-items: stretch; align-self: stretch; gap: 1px; margin-left: auto; }
.site-nav a { position: relative; display: inline-flex; align-items: center; padding: 4px 9px 2px; color: #4b4b52; font-size: 12.5px; font-weight: 780; letter-spacing: -.01em; text-decoration: none; white-space: nowrap; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; right: 9px; bottom: 0; left: 9px; height: 3px; border-radius: 99px 99px 0 0; background: var(--cd-red); transform: scaleX(0); transform-origin: center; transition: transform .2s ease; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: #09090a; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.site-nav .nav-support { color: #73737a; }
.site-nav .nav-cta { align-self: center; min-height: 42px; margin: 0 0 0 8px; padding: 10px 16px; border-radius: 999px; color: #fff; background: var(--cd-red); }
.site-nav .nav-cta:hover, .site-nav .nav-cta[aria-current="page"] { color: #fff; background: var(--cd-red-dark); }
.site-nav .nav-cta.button-arrow::after, .site-nav .nav-cta.button-arrow:hover::after, .site-nav .nav-cta.button-arrow[aria-current="page"]::after { position: static; width: auto; height: auto; margin-left: 9px; border-radius: 0; background: transparent; transform: none; }
.nav-toggle { display: none; margin-left: auto; width: 46px; height: 46px; padding: 0; border: 1px solid var(--cd-line); border-radius: 50%; background: #fff; }
.nav-toggle span { display: block; width: 19px; height: 2px; margin: 4px auto; background: #111; transition: transform .2s, opacity .2s; }
.nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-6px) rotate(-45deg); }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 16px; color: var(--cd-red-dark); font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 26px; height: 3px; border-radius: 20px; background: var(--cd-red); }
.hero { position: relative; overflow: hidden; padding: clamp(58px, 7vw, 104px) 0 86px; background: radial-gradient(circle at 84% 0, rgba(255, 23, 23, .13), transparent 31%), #fff; }
.hero::after { content: ""; position: absolute; right: -100px; bottom: -260px; width: 540px; height: 540px; border: 2px solid rgba(255, 23, 23, .15); border-radius: 50%; box-shadow: 0 0 0 56px rgba(255, 23, 23, .035), 0 0 0 112px rgba(255, 23, 23, .025); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(500px, .9fr); align-items: center; gap: clamp(44px, 5vw, 70px); }
.hero h1, .page-hero h1, .section-title { margin: 0; font-weight: 900; letter-spacing: -.055em; line-height: .96; }
.hero h1 { max-width: 730px; font-size: clamp(48px, 5vw, 66px); }
.hero h1 em { display: block; color: var(--cd-red); font-style: normal; }
.hero-lead { max-width: 650px; margin: 27px 0 0; color: #46464e; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.hero-actions, .section-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 21px; border: 1px solid transparent; border-radius: 999px; color: #fff; background: var(--cd-red); font-size: 14px; font-weight: 820; line-height: 1.15; text-align: center; text-decoration: none; white-space: nowrap; cursor: pointer; transition: transform .18s, background .18s, border-color .18s; }
.button:hover { transform: translateY(-2px); background: var(--cd-red-dark); }
.button-dark { background: var(--cd-ink); }
.button-dark:hover { background: #29292d; }
.button-light { color: var(--cd-ink); border-color: var(--cd-line); background: #fff; }
.button-light:hover { border-color: #aaaab0; background: var(--cd-soft); }
.button-small { min-height: 42px; padding: 10px 16px; font-size: 13px; }
.button-arrow::after { content: "↗"; margin-left: 10px; font-size: 18px; line-height: 0; }
.hero-note { display: flex; align-items: center; gap: 10px; margin-top: 24px; color: #66666e; font-size: 13px; font-weight: 650; }
.hero-note::before { content: "✓"; display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; color: #fff; background: #151517; font-size: 11px; }

.report-shell { position: relative; }
.report-shell::before { content: ""; position: absolute; inset: -18px 15px 25px -18px; z-index: -1; border-radius: 34px; background: var(--cd-red); transform: rotate(-3deg); }
.report-card { overflow: hidden; border: 1px solid #d9d9dd; border-radius: 27px; background: #fff; box-shadow: var(--cd-shadow); }
.report-top { display: flex; align-items: center; gap: 11px; padding: 17px 20px; border-bottom: 1px solid #ececef; background: #fafafa; }
.report-dots { display: flex; gap: 6px; }
.report-dots i { width: 8px; height: 8px; border-radius: 50%; background: #cfcfd4; }
.report-dots i:first-child { background: var(--cd-red); }
.report-address { overflow: hidden; flex: 1; padding: 6px 12px; border: 1px solid #e1e1e4; border-radius: 8px; color: #85858c; background: #fff; font-size: 10px; white-space: nowrap; text-overflow: ellipsis; }
.report-body { padding: 24px; }
.report-release { display: grid; grid-template-columns: 72px minmax(0, 1fr) auto; align-items: center; gap: 16px; }
.report-cover { position: relative; display: grid; place-items: center; aspect-ratio: 1; overflow: hidden; border-radius: 13px; color: #fff; background: linear-gradient(145deg, #09090a 0 54%, var(--cd-red) 54%); }
.report-cover::after { content: "♪"; font-size: 29px; font-weight: 900; }
.report-release small { display: block; color: #88888f; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.report-release strong { display: block; margin-top: 3px; font-size: 18px; line-height: 1.25; }
.report-release span { color: #6e6e76; font-size: 12px; }
.report-live { align-self: start; padding: 6px 9px; border-radius: 999px; color: #ad0000; background: #ffe7e7; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.report-tabs { display: flex; gap: 7px; overflow-x: auto; margin: 23px -2px 0; padding: 2px 2px 11px; scrollbar-width: none; }
.report-tabs::-webkit-scrollbar { display: none; }
.report-tabs button { flex: 0 0 auto; padding: 8px 11px; border: 0; border-radius: 9px; color: #707078; background: #f0f0f2; font-size: 10px; font-weight: 800; cursor: pointer; }
.report-tabs button[aria-selected="true"] { color: #fff; background: #101012; }
.report-panel { padding-top: 8px; }
.report-panel > p { margin: 0 0 13px; color: #67676e; font-size: 11px; }
.report-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.metric { min-height: 78px; padding: 12px; border: 1px solid #ededf0; border-radius: 13px; background: #fafafb; }
.metric strong { display: block; font-size: 23px; letter-spacing: -.04em; line-height: 1; }
.metric span { display: block; margin-top: 7px; color: #77777f; font-size: 9px; font-weight: 780; text-transform: uppercase; }
.report-timeline { display: grid; gap: 8px; }
.timeline-row { display: grid; grid-template-columns: 66px 1fr 38px; align-items: center; gap: 10px; font-size: 10px; }
.timeline-bar { height: 8px; overflow: hidden; border-radius: 99px; background: #ececef; }
.timeline-bar i { display: block; width: var(--bar, 80%); height: 100%; border-radius: inherit; background: var(--cd-red); }
.report-downloads { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.report-downloads span { padding: 12px 8px; border: 1px solid #e5e5e9; border-radius: 11px; font-size: 10px; font-weight: 800; text-align: center; }
.report-airplays { overflow: hidden; margin-bottom: 10px; border: 1px solid #e5e5e9; border-radius: 12px; background: #fff; }
.report-airplay-head, .report-airplay-row { display: grid; grid-template-columns: minmax(0, 1fr) 72px 42px; align-items: center; gap: 9px; min-width: 0; }
.report-airplay-head { padding: 7px 10px; color: #797980; background: #f0f0f2; font-size: 7.5px; font-weight: 850; letter-spacing: .08em; line-height: 1; text-transform: uppercase; }
.report-airplay-row { padding: 8px 10px; border-top: 1px solid #ececef; font-size: 9.5px; line-height: 1.1; }
.report-airplay-row strong, .report-airplay-row span, .report-airplay-row time { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.report-airplay-row strong { display: flex; align-items: center; gap: 7px; color: #171719; }
.report-airplay-row strong::before { content: ""; width: 6px; height: 6px; flex: 0 0 6px; border-radius: 50%; background: var(--cd-red); box-shadow: 0 0 0 3px rgba(255,23,23,.1); }
.report-airplay-row span { color: #707078; }
.report-airplay-row time { color: var(--cd-red-dark); font-weight: 850; text-align: right; }

.proof-strip { color: #fff; background: var(--cd-ink); }
.proof-grid { display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); align-items: stretch; }
.proof-intro, .proof-item { padding: 30px 25px; }
.proof-intro { padding-left: 0; color: #aaaab1; font-size: 13px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.proof-item { border-left: 1px solid #303034; }
.proof-item strong { display: block; color: #fff; font-size: 25px; font-weight: 900; letter-spacing: -.03em; }
.proof-item span { color: #a3a3aa; font-size: 12px; }

.airplay-section { position: relative; padding: clamp(82px, 8vw, 116px) 0; overflow: hidden; color: #fff; background: radial-gradient(circle at 88% 18%, rgba(255,23,23,.24), transparent 28%), linear-gradient(135deg, #101012 0%, #171316 60%, #25090d 100%); }
.airplay-section::before { content: none; }
.airplay-section::after { content: ""; position: absolute; right: 5%; bottom: -170px; width: 380px; height: 380px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; box-shadow: 0 0 0 54px rgba(255,23,23,.035), 0 0 0 108px rgba(255,255,255,.025); pointer-events: none; }
.airplay-backdrop { position: absolute; z-index: 0; right: clamp(22px, 4vw, 68px); top: 24px; display: flex; align-items: baseline; gap: .12em; color: rgba(255,255,255,.075); font-family: Arial, Helvetica, sans-serif; font-size: clamp(108px, 14.5vw, 208px); font-weight: 900; line-height: .82; letter-spacing: -.07em; white-space: nowrap; pointer-events: none; }
.airplay-backdrop em { color: rgba(255,23,23,.14); font-style: normal; }
.airplay-section .wrap { position: relative; z-index: 1; }
.airplay-head { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .72fr); align-items: end; gap: 35px 70px; margin-bottom: 42px; }
.airplay-head .eyebrow { color: #ff4a4a; }
.airplay-head h2 { max-width: 800px; margin: 15px 0 0; font-size: clamp(40px, 4.8vw, 66px); line-height: .96; letter-spacing: -.055em; }
.airplay-head h2 em { color: var(--cd-red); font-style: normal; }
.airplay-head-copy { display: grid; gap: 18px; padding-bottom: 4px; }
.airplay-head-copy p { max-width: 470px; margin: 0; color: #b8b8c0; font-size: 15px; line-height: 1.6; }
.airplay-updated { display: inline-flex; align-items: center; gap: 9px; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
.airplay-updated i, .airplay-station i { position: relative; flex: 0 0 auto; width: 8px; height: 8px; border-radius: 50%; background: var(--cd-red); box-shadow: 0 0 0 5px rgba(255,23,23,.13); }
.airplay-updated i::after { content: ""; position: absolute; inset: -5px; border: 1px solid rgba(255,23,23,.65); border-radius: 50%; animation: cd-airplay-pulse 1.8s ease-out infinite; }
.airplay-marquee { position: relative; width: 100vw; margin-inline: calc(50% - 50vw); overflow: hidden; padding: 7px 0 13px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.airplay-marquee-track { display: flex; width: max-content; will-change: transform; animation: cd-airplay-marquee 58s linear infinite; }
.airplay-marquee:focus-within .airplay-marquee-track { animation-play-state: paused; }
.airplay-marquee-group { display: flex; gap: 15px; padding-right: 15px; }
.airplay-card { position: relative; display: grid; grid-template-columns: 84px minmax(0, 1fr) 18px; align-items: center; gap: 15px; width: clamp(310px, 27vw, 370px); min-width: 0; min-height: 118px; padding: 16px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; color: #fff; background: rgba(255,255,255,.075); box-shadow: 0 16px 38px rgba(0,0,0,.18); backdrop-filter: blur(13px); text-decoration: none; transition: border-color .2s, background .2s, transform .2s; }
.airplay-card:hover, .airplay-card:focus-visible { border-color: rgba(255,58,58,.8); background: rgba(255,255,255,.12); transform: translateY(-4px); }
.airplay-card.is-latest { border-color: rgba(255,43,43,.58); background: linear-gradient(135deg, rgba(255,23,23,.2), rgba(255,255,255,.075)); }
.airplay-cover { display: grid; place-items: center; width: 84px; height: 84px; overflow: hidden; border-radius: 14px; color: #fff; background: linear-gradient(145deg, #29292d 0 56%, var(--cd-red) 56%); }
.airplay-cover img { width: 100%; height: 100%; object-fit: cover; }
.airplay-cover:empty { background: linear-gradient(145deg, #111 0 56%, var(--cd-red) 56%); }
.airplay-cover:empty::after { content: "♪"; color: #fff; font-size: 28px; font-weight: 900; }
.airplay-card-copy { display: grid; min-width: 0; }
.airplay-station { display: grid; grid-template-columns: 8px minmax(0, 1fr) auto; align-items: center; gap: 8px; min-width: 0; color: #d2d2d8; }
.airplay-station i { width: 6px; height: 6px; background: #22c55e; box-shadow: 0 0 0 4px rgba(34,197,94,.12); }
.airplay-station strong { overflow: hidden; font-size: 9px; font-weight: 820; letter-spacing: .04em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.airplay-station time { padding-left: 5px; color: #92929b; font-size: 9px; font-weight: 750; }
.airplay-card-copy > b { overflow: hidden; margin-top: 10px; font-size: 17px; line-height: 1.1; letter-spacing: -.025em; text-overflow: ellipsis; white-space: nowrap; }
.airplay-card-copy > small { overflow: hidden; margin-top: 5px; color: #adadb5; font-size: 11px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.airplay-arrow { display: inline-block; flex: 0 0 auto; font-size: 18px; font-weight: 850; line-height: 1; }
.airplay-foot { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 25px; color: #909099; font-size: 11px; }
.airplay-foot > span { max-width: 520px; }
.airplay-foot a { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-weight: 820; text-decoration: none; }
.airplay-foot a:hover { color: #ff6a6a; }

@keyframes cd-airplay-marquee { to { transform: translateX(-50%); } }
@keyframes cd-airplay-pulse { 0% { opacity: .85; transform: scale(.7); } 70%, 100% { opacity: 0; transform: scale(1.45); } }

.section { padding: clamp(80px, 9vw, 128px) 0; }
.section-soft { background: var(--cd-soft); }
.section-dark { color: #fff; background: var(--cd-ink); }
.section-head { display: grid; grid-template-columns: minmax(0, 1fr); align-items: start; row-gap: 22px; margin-bottom: 45px; }
.section-head > div:first-child { min-width: 0; }
.section-head > :not(:first-child) { justify-self: start; width: 100%; max-width: 1050px; }
.section-title { max-width: 1050px; font-size: clamp(38px, 3.55vw, 52px); text-wrap: pretty; }
.section-title-line { display: inline; }
.section-title-line + .section-title-line::before { content: " "; }
.section-title em { color: var(--cd-red); font-style: normal; }
.section-copy { max-width: 1050px; margin: 0; color: var(--cd-muted); font-size: 16px; line-height: 1.55; }
.section-head-action-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: clamp(28px, 5vw, 72px); }
.section-head-action-row .section-title { margin: 0; }
.section-head-action-row .section-actions { align-self: end; justify-self: end; margin-top: 0; }
.section-head-action-row .button { white-space: nowrap; }
.section-dark .section-copy { color: #b3b3ba; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 1fr; gap: 16px; }
.feature-card { position: relative; display: grid; grid-template-rows: auto auto 1fr; min-height: 238px; padding: 30px; overflow: hidden; border: 1px solid var(--cd-line); border-radius: var(--cd-radius); background: #fff; }
.feature-card .num { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 50%; color: #fff; background: var(--cd-red); font-size: 12px; font-weight: 900; }
.feature-card h3 { margin: 32px 0 12px; font-size: 25px; line-height: 1.08; letter-spacing: -.035em; }
.feature-card p { margin: 0; color: var(--cd-muted); font-size: 14px; }
.feature-card::after { content: ""; position: absolute; right: -45px; top: -45px; width: 120px; height: 120px; border: 25px solid rgba(255, 23, 23, .06); border-radius: 50%; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); counter-reset: step; }
.step { position: relative; padding: 30px 28px 35px 0; border-top: 1px solid #3a3a3e; counter-increment: step; }
.step:not(:last-child) { margin-right: 28px; }
.step::before { content: "0" counter(step); display: block; margin-bottom: 34px; color: var(--cd-red); font-size: 13px; font-weight: 900; }
.step::after { content: ""; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--cd-red); }
.step h3 { margin: 0 0 12px; font-size: 22px; line-height: 1.15; }
.step p { margin: 0; color: #aaaab1; font-size: 14px; }

.service-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; }
.service-card { display: flex; flex-direction: column; min-height: 420px; padding: 38px; border-radius: 30px; color: #fff; background: var(--cd-red); }
.service-card.alt { color: var(--cd-ink); background: #e9e9ec; }
.service-card .eyebrow { color: currentColor; opacity: .75; }
.service-card .eyebrow::before { background: currentColor; }
.service-card h3 { max-width: 620px; margin: auto 0 18px; font-size: clamp(32px, 3.4vw, 48px); line-height: 1; letter-spacing: -.045em; }
.service-card p { max-width: 590px; margin: 0; opacity: .85; }
.service-card .button { align-self: flex-start; margin-top: 27px; }

.home-markets { background: #fff; }
.market-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 18px; }
.market-service-card { display: flex; flex-direction: column; min-width: 0; height: 100%; overflow: hidden; border: 1px solid var(--cd-line); border-radius: 28px; background: #fff; box-shadow: 0 18px 55px rgba(10, 10, 12, .07); }
.market-service-visual { position: relative; aspect-ratio: 1.28; overflow: hidden; background: #f4f4f5; }
.market-service-visual::after { content: ""; position: absolute; inset: auto 0 0; height: 38%; background: linear-gradient(transparent, rgba(0,0,0,.46)); pointer-events: none; }
.market-service-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 21%; transition: transform .45s ease; }
.market-service-card:hover .market-service-visual img { transform: scale(1.025); }
.market-service-visual > span { position: absolute; z-index: 1; right: 18px; bottom: 17px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; color: #fff; background: rgba(10,10,12,.55); backdrop-filter: blur(8px); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.market-service-body { display: flex; flex: 1; flex-direction: column; min-width: 0; padding: 27px 27px 30px; }
.market-service-kicker { margin: 0 0 9px !important; color: var(--cd-red-dark) !important; font-size: 10px !important; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.market-service-body h3 { margin: 0; font-size: clamp(21px, 1.75vw, 28px); line-height: 1.05; letter-spacing: -.035em; }
.market-service-metric { display: flex; align-items: baseline; gap: 9px; margin: 20px 0 14px; padding-top: 17px; border-top: 1px solid #ececef; }
.market-service-metric strong { color: var(--cd-red); font-size: 32px; font-weight: 920; line-height: 1; letter-spacing: -.045em; }
.market-service-metric span { color: #686870; font-size: 11px; font-weight: 780; }
.market-service-body > p:not(.market-service-kicker) { min-height: 4.74em; margin: 0 0 20px; color: var(--cd-muted); font-size: 13px; line-height: 1.58; }
.market-service-body .button { align-self: flex-start; margin-top: 0; padding-top: 13px; }
.market-service-card.is-estero .market-service-visual { background: #ffd600; }
.market-service-card.is-global .market-service-visual { background: #edf0c0; }

.send-now-hero { padding-bottom: 70px; background: radial-gradient(circle at 82% 12%, rgba(255,23,23,.2), transparent 29%), linear-gradient(180deg, #f5f5f7 0%, #fff 100%); }
.send-now-hero h1 { max-width: 1040px; }
.send-now-options { padding-top: 58px; }
.send-now-guides { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 34px; }
.send-now-guide { position: relative; display: grid; grid-template-columns: minmax(0, 1fr); grid-template-rows: minmax(0, 1fr) auto; align-items: start; gap: 28px; min-height: 320px; overflow: hidden; padding: 34px; border-radius: 28px; color: #fff; background: #111113; box-shadow: 0 18px 55px rgba(10,10,12,.08); }
.send-now-guide::after { content: ""; position: absolute; right: -85px; bottom: -120px; width: 290px; height: 290px; border: 42px solid rgba(255,255,255,.055); border-radius: 50%; pointer-events: none; }
.send-now-guide.is-how { color: #171719; background: var(--cd-red); }
.send-now-guide.is-how::after { border-color: rgba(255,255,255,.16); }
.send-now-guide > * { position: relative; z-index: 1; }
.send-now-guide > div { display: grid; align-content: start; }
.send-now-guide .eyebrow { color: #ff7474; }
.send-now-guide.is-how .eyebrow { color: #171719; }
.send-now-guide .eyebrow::before { background: currentColor; }
.send-now-guide h2 { max-width: none; margin: 15px 0 14px; font-size: clamp(30px, 3vw, 44px); line-height: 1; letter-spacing: -.045em; }
.send-now-guide h2 em { color: var(--cd-red); font-style: normal; }
.send-now-guide.is-how h2 em { color: #fff; }
.send-now-title-line { display: block; white-space: nowrap; }
.send-now-guide p:last-child { max-width: 640px; margin: 0; color: #aaaab2; font-size: 14px; line-height: 1.55; }
.send-now-guide.is-how p:last-child { color: rgba(17,17,19,.76); }
.send-now-guide .button { justify-self: start; min-width: 235px; white-space: nowrap; }
.send-now-guide.is-destinations .button { color: #171719; background: #fff; }

.markets-hero { background: radial-gradient(circle at 84% 0, rgba(255,23,23,.17), transparent 32%), #f5f5f6; }
.coverage-intro { display: grid; grid-template-columns: minmax(0, 1fr); align-items: start; gap: 22px; margin-bottom: 48px; }
.coverage-intro > p { justify-self: start; max-width: 760px; margin: 0; color: #b2b2b9; font-size: 16px; line-height: 1.55; }
.section-dark .country-grid { --country-bg: #1a1a1d; --country-border: #343438; --country-text: #fff; --country-muted: #a0a0a7; }
.country-grid { --country-bg: #fff; --country-border: #e1e1e5; --country-text: #18181a; --country-muted: #717179; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 10px; }
.country-pill { display: flex; align-items: center; gap: 12px; min-width: 0; min-height: 72px; height: 100%; padding: 13px 15px; border: 1px solid var(--country-border); border-radius: 15px; color: var(--country-text); background: var(--country-bg); }
.country-flag { flex: 0 0 auto; display: grid; place-items: center; width: 40px; height: 30px; overflow: hidden; border: 1px solid rgba(127,127,136,.28); border-radius: 5px; background: #fff; box-shadow: 0 2px 7px rgba(0,0,0,.12); }
.country-flag img { display: block; width: 100%; height: 100%; object-fit: cover; }
.country-pill strong { display: block; font-size: 12.5px; line-height: 1.2; }
.country-pill small { display: block; margin-top: 3px; color: var(--country-muted); font-size: 10px; font-weight: 650; }
.coverage-action { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 38px; padding-top: 30px; border-top: 1px solid #36363a; }
.coverage-action p { max-width: 650px; margin: 0; color: #aaaab1; font-size: 13px; }
.global-atlas { background: #f7f7f8; }
.country-region + .country-region { margin-top: 72px; padding-top: 72px; border-top: 1px solid #d9d9de; }
.country-region-head { display: flex; align-items: center; gap: 18px; margin-bottom: 27px; }
.country-region-head > span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; color: #fff; background: var(--cd-red); font-size: 11px; font-weight: 900; }
.country-region-head h3 { margin: 0; font-size: 34px; line-height: 1; letter-spacing: -.045em; }
.country-region-head p { margin: 6px 0 0; color: var(--cd-muted); font-size: 12px; }
.global-summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) auto; align-items: center; gap: 20px; margin-top: 72px; padding: 30px; border-radius: 24px; color: #fff; background: #111113; }
.global-summary > div { padding-right: 20px; border-right: 1px solid #37373b; }
.global-summary strong { display: block; font-size: 30px; line-height: 1; letter-spacing: -.04em; }
.global-summary span { display: block; margin-top: 6px; color: #9f9fa7; font-size: 10px; font-weight: 750; text-transform: uppercase; }
.global-summary .button { white-space: nowrap; }

.map-gallery-head { display: grid; grid-template-columns: minmax(0, 1fr); align-items: start; gap: 22px; margin: 82px 0 28px; padding-top: 70px; border-top: 1px solid var(--cd-line); }
.map-gallery-head h2 { margin: 0; font-size: clamp(32px, 3vw, 46px); line-height: 1.02; letter-spacing: -.045em; }
.map-gallery-head > p { justify-self: start; max-width: 760px; margin: 0; color: var(--cd-muted); font-size: 15px; }
.destination-map-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 11px; }
.destination-map-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid #e1e1e5; border-radius: 18px; color: #171719; background: #fafafb; text-decoration: none; transition: transform .2s, border-color .2s, box-shadow .2s; }
.destination-map-card:hover { z-index: 1; border-color: #bcbcc2; box-shadow: 0 16px 38px rgba(0,0,0,.09); transform: translateY(-3px); }
.destination-map-visual { display: grid; place-items: center; height: 142px; padding: 13px; overflow: hidden; background: #fff; }
.destination-map-visual img { width: 100%; height: 100%; object-fit: contain; }
.destination-map-name { display: block; min-height: 63px; padding: 14px 38px 15px 15px; border-top: 1px solid #e6e6e9; }
.destination-map-name strong { display: block; font-size: 13px; line-height: 1.15; }
.destination-map-name small { display: block; margin-top: 4px; color: #77777f; font-size: 8.5px; font-weight: 700; }
.destination-map-arrow { position: absolute; right: 13px; bottom: 16px; color: var(--cd-red); font-size: 15px; font-weight: 900; }
.destination-map-grid.is-compact { grid-template-columns: repeat(7, minmax(0, 1fr)); }
.destination-map-grid.is-compact .destination-map-visual { height: 108px; padding: 11px; }
.destination-map-grid.is-compact .destination-map-name { padding: 11px 24px 12px 11px; }
.destination-map-grid.is-compact .destination-map-name strong { font-size: 10.5px; }
.destination-map-grid.is-compact .destination-map-name small { display: none; }
.destination-map-grid.is-compact .destination-map-arrow { right: 10px; bottom: 9px; font-size: 12px; }
.home-map-strip { margin-top: 34px; padding: 28px; border: 1px solid var(--cd-line); border-radius: 25px; background: #f4f4f5; }
.home-map-strip > div:first-child { display: flex; align-items: baseline; justify-content: space-between; gap: 25px; margin-bottom: 19px; }
.home-map-strip > div:first-child strong { font-size: 21px; letter-spacing: -.035em; }
.home-map-strip > div:first-child span { color: var(--cd-muted); font-size: 11px; }
.home-map-all { display: inline-flex; gap: 8px; align-items: center; margin-top: 17px; color: #171719; font-size: 11px; font-weight: 850; text-decoration: none; }
.home-map-all span { color: var(--cd-red); }

.service-explain-head { display: grid; grid-template-columns: minmax(0, 1fr); align-items: start; gap: 15px; margin: 105px 0 34px; padding-top: 82px; border-top: 1px solid var(--cd-line); }
.service-explain-head .eyebrow { grid-column: auto; }
.service-explain-head .section-title { max-width: 1050px; }
.service-explain-head > p:last-child { justify-self: start; max-width: 760px; margin: 0; color: var(--cd-muted); font-size: 15px; }
.service-detail-stack { display: grid; grid-auto-rows: 1fr; gap: 28px; }
.service-detail { --detail-bg: #f2f2f4; --detail-copy: #171719; --detail-muted: #66666e; --detail-line: #d8d8dd; display: grid; grid-template-columns: minmax(310px, .78fr) minmax(0, 1.22fr); min-height: 590px; overflow: hidden; border: 1px solid var(--detail-line); border-radius: 30px; color: var(--detail-copy); background: var(--detail-bg); box-shadow: 0 22px 58px rgba(0,0,0,.075); }
.service-detail.is-estero { --detail-bg: #fff6bc; --detail-line: #ebd23c; grid-template-columns: minmax(0, 1.22fr) minmax(310px, .78fr); }
.service-detail.is-global { --detail-bg: #151517; --detail-copy: #fff; --detail-muted: #aaaab2; --detail-line: #303034; }
.service-detail-map { position: relative; display: grid; grid-template-rows: minmax(0, 1fr) auto; align-items: center; gap: 20px; min-height: 100%; padding: clamp(32px, 3.5vw, 50px); overflow: hidden; background: #fff; }
.service-detail-map::after { content: ""; position: absolute; inset: 20px; border: 1px solid rgba(0,0,0,.055); border-radius: 23px; pointer-events: none; }
.service-detail-map img { position: relative; z-index: 1; align-self: center; justify-self: center; width: 100%; max-height: 325px; object-fit: contain; filter: drop-shadow(0 18px 20px rgba(0,0,0,.09)); }
.service-detail.is-estero .service-detail-map { order: 2; background: #ffd900; }
.service-detail.is-global .service-detail-map { background: radial-gradient(circle at 50% 45%, #fff 0 48%, #f0f0f2 100%); }
.service-map-fact { position: relative; z-index: 2; display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: end; gap: 2px 12px; width: min(100%, 270px); padding: 14px 16px 15px; border: 1px solid rgba(255,255,255,.22); border-radius: 17px; color: #fff; background: rgba(17,17,19,.91); box-shadow: 0 12px 30px rgba(0,0,0,.15); backdrop-filter: blur(8px); }
.service-map-fact span { grid-column: 1 / -1; color: #bdbdc4; font-size: 8.5px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.service-map-fact strong { color: #ff1e1e; font-size: 29px; line-height: .95; letter-spacing: -.045em; }
.service-map-fact small { padding-bottom: 1px; color: #f1f1f3; font-size: 10px; font-weight: 750; line-height: 1.25; }
.service-detail-copy { display: flex; flex-direction: column; min-width: 0; padding: clamp(34px, 4vw, 56px); }
.service-detail-copy .eyebrow { color: var(--cd-red-dark); }
.service-detail.is-global .service-detail-copy .eyebrow { color: #ff7777; }
.service-detail-copy h2 { max-width: 760px; margin: 6px 0 17px; font-size: clamp(30px, 3vw, 42px); line-height: 1.03; letter-spacing: -.045em; }
.service-detail-lead { max-width: 770px; margin: 0; color: var(--detail-muted); font-size: 15px; line-height: 1.55; }
.service-feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; margin: 24px 0 0; padding: 0; list-style: none; }
.service-feature-list li { padding: 13px 0; border-top: 1px solid var(--detail-line); }
.service-feature-list strong, .service-feature-list span { display: block; }
.service-feature-list strong { margin-bottom: 4px; font-size: 12.5px; }
.service-feature-list span { color: var(--detail-muted); font-size: 11.5px; line-height: 1.45; }
.service-detail-action { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: auto; padding-top: 24px; }
.service-detail-action > span { max-width: 245px; color: var(--detail-muted); font-size: 10.5px; font-weight: 750; line-height: 1.4; }
.service-detail-action > span strong { display: block; margin-bottom: 2px; color: var(--detail-copy); font-size: 30px; line-height: 1; letter-spacing: -.045em; }
.service-detail.is-global .service-detail-action .button { background: var(--cd-red); }

.date-preview { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: 1fr; gap: 18px; }
.date-card { display: grid; grid-template-columns: 112px minmax(0, 1fr); align-items: center; gap: 20px; min-height: 166px; height: 100%; padding: 18px; border: 1px solid var(--cd-line); border-radius: 22px; color: inherit; background: #fff; text-decoration: none; transition: transform .2s, box-shadow .2s; }
.date-card:hover { transform: translateY(-4px); box-shadow: 0 17px 40px rgba(0, 0, 0, .08); }
.date-cover { position: relative; display: grid; place-items: center; align-self: center; width: 112px; height: 112px; overflow: hidden; border-radius: 15px; color: #fff; background: linear-gradient(145deg, #171719 0 56%, var(--cd-red) 56%); }
.date-cover img { width: 100%; height: 100%; object-fit: cover; }
.date-cover:empty::after { content: "♪"; font-size: 28px; font-weight: 900; }
.date-card-content { display: flex; flex-direction: column; justify-content: center; min-width: 0; min-height: 112px; padding: 1px 0; }
.date-card time, .date-kicker { overflow: hidden; color: var(--cd-red-dark); font-size: 10px; font-weight: 850; letter-spacing: .085em; line-height: 1.2; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.date-card h3 { display: block; margin: 7px 0 4px; overflow: hidden; font-size: 20px; line-height: 1.08; letter-spacing: -.025em; text-overflow: ellipsis; white-space: nowrap; }
.date-card-title { display: block; overflow: hidden; color: #303036; font-size: 13.5px; font-weight: 760; line-height: 1.32; text-overflow: ellipsis; white-space: nowrap; }
.date-card-label { display: block; min-width: 0; margin-top: 8px; color: #777780; }
.date-card-label strong { display: block; overflow: hidden; font-size: 11.5px; font-weight: 680; line-height: 1.28; text-overflow: ellipsis; white-space: nowrap; }
.date-card.is-grouped h3 { margin-top: 0; }

.chart-groups { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 18px; }
.home-chart-section .section-title em { display: inline-block; }
.chart-group-card { position: relative; display: grid; grid-template-rows: 18px 66px 80px; align-content: start; gap: 14px; min-width: 0; min-height: 294px; padding: 31px; overflow: hidden; border-radius: 27px; color: #fff; background: #111; }
.chart-group-card:nth-child(2) { color: #111; background: var(--cd-red); }
.chart-group-card:nth-child(3) { color: #111; background: #ededf0; }
.chart-group-card::after { content: ""; position: absolute; right: -60px; top: -60px; width: 210px; height: 210px; border: 40px solid currentColor; border-radius: 50%; opacity: .06; }
.chart-group-card small { position: relative; z-index: 1; overflow: hidden; font-weight: 850; letter-spacing: .11em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.chart-group-copy { position: relative; z-index: 1; display: grid; align-content: start; gap: 8px; min-width: 0; }
.chart-group-card h3 { display: block; min-width: 0; margin: 0; overflow: hidden; font-size: clamp(26px, 2vw, 30px); line-height: 1.04; letter-spacing: -.035em; text-overflow: ellipsis; white-space: nowrap; }
.chart-group-card p { min-width: 0; margin: 0; overflow: hidden; opacity: .72; font-size: 14px; line-height: 1.46; text-overflow: ellipsis; white-space: nowrap; }
.chart-links { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-content: start; gap: 8px; min-height: 80px; }
.chart-group-card:first-child .chart-links, .chart-group-card:last-child .chart-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.chart-links a { display: flex; align-items: center; justify-content: center; min-width: 0; min-height: 36px; padding: 7px 9px; border: 1px solid currentColor; border-radius: 999px; font-size: 10.5px; font-weight: 820; line-height: 1.15; text-align: center; text-decoration: none; text-wrap: balance; opacity: .88; }
.chart-links a:hover { opacity: 1; background: rgba(255,255,255,.12); }

.faq-list { width: 100%; max-width: none; margin: 0; border-top: 1px solid var(--cd-line); }
.faq-list details { border-bottom: 1px solid var(--cd-line); }
.faq-list summary { position: relative; padding: 26px 48px 26px 0; font-size: 19px; font-weight: 820; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 22px; font-size: 27px; font-weight: 450; transition: transform .2s; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { max-width: 1050px; margin: -4px 0 27px; color: var(--cd-muted); }

.cta-panel { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px; padding: clamp(40px, 6vw, 75px); border-radius: 32px; color: #fff; background: var(--cd-red); }
.cta-panel h2 { max-width: 790px; margin: 0; font-size: clamp(36px, 4.1vw, 58px); font-weight: 900; line-height: 1; letter-spacing: -.045em; }
.cta-panel p { max-width: 660px; margin: 22px 0 0; color: rgba(255,255,255,.85); }

.page-hero { padding: clamp(48px, 5.8vw, 82px) 0 62px; background: radial-gradient(circle at 85% 12%, rgba(255,23,23,.14), transparent 28%), var(--cd-soft); }
.page-hero h1 { max-width: none; overflow-wrap: normal; word-break: normal; font-size: clamp(44px, 5.2vw, 72px); }
.page-hero h1 em { color: var(--cd-red); font-style: normal; }
.rd-page-hero h1 { max-width: 1120px; font-size: clamp(40px, 4.6vw, 62px); line-height: .98; }
.page-hero p { max-width: 1120px; margin: 24px 0 0; color: #54545c; font-size: 18px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 27px; color: #707078; font-size: 12px; font-weight: 750; }
.breadcrumb a { color: var(--cd-red-dark); }

.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 70px; align-items: start; }
.prose { font-size: 17px; }
.prose h2 { margin: 1.8em 0 .5em; font-size: 34px; line-height: 1.08; letter-spacing: -.035em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 1.7em 0 .45em; font-size: 25px; line-height: 1.12; }
.prose p, .prose li { color: #4e4e56; }
.prose strong { color: #161618; }
.prose a { color: var(--cd-red-dark); font-weight: 720; }
.side-card { position: sticky; top: 110px; padding: 27px; border-radius: 22px; color: #fff; background: var(--cd-ink); }
.side-card h2, .side-card h3 { margin: 0 0 12px; font-size: 26px; line-height: 1.05; }
.side-card p { color: #b9b9bf; font-size: 14px; }

.radio-date-controls { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 46px; padding: 24px 26px; border: 1px solid var(--cd-line); border-radius: 22px; background: #fff; box-shadow: 0 14px 38px rgba(10,10,12,.045); }
.radio-date-range { display: grid; min-width: 0; }
.radio-date-range > span { color: var(--cd-red-dark); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.radio-date-range strong { margin-top: 4px; font-size: clamp(22px, 2.2vw, 30px); line-height: 1; letter-spacing: -.035em; }
.radio-date-range small { margin-top: 7px; color: var(--cd-muted); font-size: 11px; font-weight: 750; }
.radio-date-toolbar { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; margin: 0; }
.radio-date-toolbar a { padding: 10px 15px; border: 1px solid var(--cd-line); border-radius: 999px; font-size: 13px; font-weight: 800; text-decoration: none; }
.radio-date-toolbar a.is-active { color: #fff; border-color: var(--cd-red); background: var(--cd-red); }
.radio-date-label-mobile { display: none; }
.radio-date-week { display: grid; gap: 48px; }
.radio-date-day { min-width: 0; }
.radio-date-day-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 2px solid #171719; }
.radio-date-day-head h2 { min-width: 0; margin: 0; font-size: clamp(25px, 2.7vw, 36px); line-height: 1; letter-spacing: -.04em; }
.radio-date-day-count { flex: 0 0 auto; padding: 7px 11px; border-radius: 999px; color: #fff; background: var(--cd-red); font-size: 10px; font-weight: 850; letter-spacing: .055em; text-transform: uppercase; }
.radio-date-week-nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--cd-line); }
.radio-date-week-nav a { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 10px 16px; border: 1px solid var(--cd-line); border-radius: 999px; font-size: 12px; font-weight: 800; text-decoration: none; }
.radio-date-week-nav a:hover { color: var(--cd-red-dark); border-color: var(--cd-red); }
.empty-state { padding: 55px; border: 1px dashed #c9c9cf; border-radius: 22px; color: #66666e; background: #fafafa; text-align: center; }
.detail-grid { display: grid; grid-template-columns: minmax(260px, 410px) minmax(0, 1fr); gap: clamp(40px, 7vw, 90px); align-items: start; }
.detail-cover { aspect-ratio: 1; overflow: hidden; border-radius: 25px; background: linear-gradient(145deg, #111 0 56%, var(--cd-red) 56%); box-shadow: var(--cd-shadow); }
.detail-cover img { width: 100%; height: 100%; object-fit: cover; }
.detail-meta { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 30px 0; }
.detail-meta div { padding: 17px; border-radius: 14px; background: var(--cd-soft); }
.detail-meta dt { color: #787880; font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.detail-meta dd { margin: 4px 0 0; font-weight: 800; }

.rd-detail-section { padding-top: clamp(54px, 6vw, 82px); }
.rd-record-card { display: grid; grid-template-columns: minmax(300px, 410px) minmax(0, 1fr); align-items: center; gap: clamp(38px, 6vw, 78px); overflow: hidden; border: 1px solid var(--cd-line); border-radius: 30px; background: #f5f5f6; box-shadow: 0 20px 58px rgba(10,10,12,.075); }
.rd-record-cover { aspect-ratio: 1; min-width: 0; overflow: hidden; background: linear-gradient(145deg, #111 0 56%, var(--cd-red) 56%); }
.rd-record-cover img { width: 100%; height: 100%; object-fit: cover; }
.rd-record-info { min-width: 0; padding: 42px 48px 42px 0; }
.rd-record-kicker { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0 0 18px; color: var(--cd-red-dark); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.rd-record-kicker time { color: #686870; }
.rd-record-info h2 { margin: 0; overflow-wrap: anywhere; font-size: clamp(38px, 4vw, 55px); line-height: .98; letter-spacing: -.05em; }
.rd-record-artist { margin: 14px 0 0; color: #252529; font-size: 22px; font-weight: 780; line-height: 1.2; }
.rd-record-label { margin: 8px 0 0; color: var(--cd-muted); font-size: 14px; font-weight: 650; }
.rd-social-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.rd-social-link { display: inline-flex; align-items: center; gap: 8px; min-height: 38px; padding: 8px 17px 8px 11px; border: 1px solid #d7d7dc; border-radius: 999px; color: #303036; background: #fff; font-size: 10.5px; line-height: 1; text-decoration: none; transition: transform .18s, border-color .18s, box-shadow .18s; }
.rd-social-link:hover { border-color: #aaaab1; box-shadow: 0 8px 20px rgba(0,0,0,.07); transform: translateY(-2px); }
.rd-social-icon { display: block; width: 16px; height: 16px; flex: 0 0 16px; fill: currentColor; color: #777780; }
.rd-social-link.is-spotify .rd-social-icon { color: #1ed760; }
.rd-social-link.is-apple .rd-social-icon { color: #fa243c; }
.rd-social-link.is-amazon .rd-social-icon { color: #00a8e1; }
.rd-social-link.is-instagram .rd-social-icon { color: #d62976; }
.rd-social-link.is-tiktok .rd-social-icon { color: #111; }
.rd-social-link.is-facebook .rd-social-icon { color: #1877f2; }
.rd-social-link.is-x .rd-social-icon { color: #111; }
.rd-social-link.is-soundcloud .rd-social-icon { color: #ff5500; }
.rd-social-link.is-youtube .rd-social-icon { color: #ff0000; }
.rd-social-link.is-web .rd-social-icon { color: var(--cd-red); }
.rd-story-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; align-items: start; gap: clamp(42px, 6vw, 74px); margin-top: clamp(64px, 8vw, 100px); }
.rd-press-article { min-width: 0; }
.rd-section-kicker, .rd-side-kicker { margin: 0 0 13px; color: var(--cd-red-dark); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.rd-press-article > .rd-section-kicker { margin-bottom: 22px; }
.rd-press-copy { max-width: 850px; }
.rd-press-copy p { margin: 0 0 20px; color: #46464e; font-size: 16px; line-height: 1.72; }
.rd-press-copy p:last-child { margin-bottom: 0; }
.rd-sidebar { position: sticky; top: 105px; display: grid; gap: 15px; }
.rd-side-card { min-width: 0; padding: 25px; border: 1px solid var(--cd-line); border-radius: 21px; background: #f6f6f7; }
.rd-side-card h3 { margin: 0; overflow-wrap: anywhere; font-size: 25px; line-height: 1.08; letter-spacing: -.035em; }
.rd-facts { margin: 0; }
.rd-facts > div { padding: 13px 0; border-top: 1px solid #dddde1; }
.rd-facts > div:first-child { padding-top: 0; border-top: 0; }
.rd-facts > div:last-child { padding-bottom: 0; }
.rd-facts dt { color: #84848c; font-size: 8px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.rd-facts dd { margin: 3px 0 0; overflow-wrap: anywhere; color: #252529; font-size: 12px; font-weight: 760; line-height: 1.35; }
.rd-office-contact { display: grid; gap: 3px; margin: 17px 0 0; color: #36363c; font-size: 12px; }
.rd-office-contact span { color: #8a8a92; font-size: 8px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.rd-press-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.rd-press-actions a { display: inline-flex; align-items: center; gap: 7px; min-height: 38px; padding: 8px 11px; border: 1px solid #d2d2d7; border-radius: 999px; color: #28282d; background: #fff; font-size: 10px; text-decoration: none; }
.rd-contact-icon { display: block; width: 15px; height: 15px; flex: 0 0 15px; color: var(--cd-red-dark); }
.rd-video-section { margin-top: clamp(64px, 8vw, 100px); }
.rd-video-section h2 { margin: 0 0 24px; font-size: clamp(32px, 3.4vw, 48px); line-height: 1; letter-spacing: -.04em; }
.rd-video { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 25px; background: #111; box-shadow: var(--cd-shadow); }
.rd-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.rd-client-note { display: grid; grid-template-columns: 38px minmax(0, 1fr); align-items: center; gap: 16px; margin-top: clamp(46px, 6vw, 72px); padding: 22px 24px; border: 1px solid #f0caca; border-radius: 18px; color: #562121; background: #fff4f4; }
.rd-client-note > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: #fff; background: var(--cd-red); font-size: 18px; font-weight: 900; }
.rd-client-note p { margin: 0; font-size: 12.5px; line-height: 1.55; }
.rd-bottom-nav { display: flex; justify-content: flex-start; margin-top: 34px; padding-top: 28px; border-top: 1px solid var(--cd-line); }

.chart-page-hero .wrap { max-width: none; }
.chart-page-hero .wrap > p:last-child { max-width: 100%; }
.chart-index-section, .chart-detail-section { background: #f6f6f8; }
.chart-page-hero { padding-top: 54px; padding-bottom: 42px; }
.chart-detail-section { padding-top: 36px; }
.chart-index-groups { display: grid; gap: clamp(34px, 5vw, 64px); }
.chart-index-group { padding: clamp(26px, 4vw, 48px); overflow: hidden; border-radius: 34px; background: #ededf0; }
.chart-index-group.is-indie { color: #fff; background: #111113; }
.chart-index-group.is-italiana { color: #111113; background: var(--cd-red); }
.chart-index-group-head { display: grid; grid-template-columns: minmax(0, 1fr); align-items: start; gap: 13px; margin-bottom: 28px; }
.chart-index-group-head .eyebrow { margin-bottom: 13px; color: inherit; }
.chart-index-group-head .eyebrow::before { background: currentColor; }
.chart-index-group.is-indie .chart-index-group-head .eyebrow { color: #ff7777; }
.chart-index-group-head h2 { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: .98; letter-spacing: -.045em; }
.chart-index-group-head > p { width: 100%; max-width: none; margin: 0; overflow: hidden; color: inherit; font-size: 15px; line-height: 1.5; opacity: .7; text-overflow: ellipsis; white-space: nowrap; }
.chart-preview-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.chart-preview-card { display: grid; grid-template-rows: auto auto 1fr auto; min-width: 0; min-height: 380px; padding: 23px; overflow: hidden; border: 1px solid rgba(17,17,19,.09); border-radius: 24px; color: #171719; background: #fff; box-shadow: 0 14px 38px rgba(0,0,0,.08); }
.chart-preview-card.is-indie { color: #fff; border-color: rgba(255,255,255,.13); background: #1d1d20; box-shadow: none; }
.chart-preview-card header { display: flex; align-items: start; justify-content: space-between; gap: 14px; min-width: 0; }
.chart-preview-card header > div { min-width: 0; }
.chart-preview-card header small { display: block; overflow: hidden; color: var(--cd-red-dark); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.chart-preview-card.is-indie header small { color: #ff7474; }
.chart-preview-card header h3 { margin: 7px 0 0; overflow: hidden; font-size: 24px; line-height: 1.05; letter-spacing: -.035em; text-overflow: ellipsis; white-space: nowrap; }
.chart-preview-card header > span { flex: 0 0 auto; max-width: 115px; overflow: hidden; color: #85858d; font-size: 8px; font-weight: 760; line-height: 1.25; text-align: right; text-overflow: ellipsis; white-space: nowrap; }
.chart-preview-card > p { min-height: 42px; margin: 16px 0 17px; color: currentColor; font-size: 12.5px; line-height: 1.5; opacity: .64; }
.chart-preview-card ol { display: grid; align-content: start; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(120,120,128,.2); }
.chart-preview-card li { display: grid; grid-template-columns: 23px 38px minmax(0, 1fr) 20px; align-items: center; gap: 9px; min-width: 0; padding: 10px 0; border-bottom: 1px solid rgba(120,120,128,.17); }
.chart-preview-rank { font-size: 15px; font-weight: 920; text-align: center; }
.chart-preview-cover { width: 38px; height: 38px; overflow: hidden; border-radius: 8px; background: linear-gradient(145deg, #111 0 56%, var(--cd-red) 56%); }
.chart-preview-cover img, .chart-preview-cover i { display: block; width: 100%; height: 100%; object-fit: cover; }
.chart-preview-track { min-width: 0; }
.chart-preview-track strong, .chart-preview-track small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.chart-preview-track strong { font-size: 12px; line-height: 1.1; }
.chart-preview-track small { margin-top: 1px; color: currentColor; font-size: 9.5px; line-height: 1.1; opacity: .58; }
.chart-preview-trend { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: #66666e; background: #eeeef0; font-size: 10px; font-weight: 900; }
.chart-preview-trend > span, .chart-movement-icon { display: grid; place-items: center; width: 12px; height: 12px; line-height: 1; }
.chart-preview-trend > span::before, .chart-movement-icon::before { display: block; line-height: 1; text-align: center; }
.chart-preview-trend.is-stable > span::before, .chart-movement.is-stable .chart-movement-icon::before { content: ""; width: 7px; height: 2px; border-radius: 99px; background: currentColor; }
.chart-preview-trend.is-up > span::before, .chart-movement.is-up .chart-movement-icon::before { content: "\2191"; font-size: 13px; font-weight: 950; transform: translateY(-.5px); }
.chart-preview-trend.is-down > span::before, .chart-movement.is-down .chart-movement-icon::before { content: "\2193"; font-size: 13px; font-weight: 950; transform: translateY(-.5px); }
.chart-preview-trend.is-new > span::before, .chart-movement.is-new .chart-movement-icon::before { content: "N"; font-size: 8px; font-weight: 950; letter-spacing: -.02em; }
.chart-preview-trend.is-back > span::before, .chart-movement.is-back .chart-movement-icon::before { content: "\21A9"; font-size: 11px; font-weight: 950; transform: translateY(-.5px); }
.chart-preview-trend.is-up { color: #06753b; background: #e4f7ec; }
.chart-preview-trend.is-down { color: #aa2020; background: #fdeaea; }
.chart-preview-trend.is-new { color: #155acb; background: #e7f0ff; }
.chart-preview-trend.is-back { color: #8a5a00; background: #fff2cf; }
.chart-preview-link { align-self: end; display: inline-flex; align-items: center; width: max-content; max-width: 100%; margin-top: 18px; overflow: hidden; color: currentColor; font-size: 11px; font-weight: 850; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; }
.chart-preview-link::after { margin-left: 8px; }
.chart-detail-section .wrap { max-width: none; }
.chart-toolbar { position: relative; display: grid; grid-template-columns: minmax(250px, .8fr) minmax(420px, 1.2fr); align-items: center; gap: 28px; margin-bottom: 24px; padding: 20px 22px; overflow: hidden; border: 1px solid #dfdfe3; border-radius: 22px; background: linear-gradient(115deg, #fff 0 43%, #f6f6f8 43% 100%); box-shadow: 0 14px 34px rgba(12,12,13,.055); }
.chart-toolbar::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--cd-red); }
.chart-toolbar > div { display: grid; gap: 6px; min-width: 0; }
.chart-toolbar > div:first-child { padding-left: 10px; }
.chart-toolbar > div small, .chart-week-picker label > span { color: #85858d; font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.chart-toolbar > div strong { overflow: hidden; font-size: 18px; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.chart-week-picker { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 10px; min-width: 0; }
.chart-week-picker label { position: relative; display: grid; gap: 6px; min-width: 0; }
.chart-week-picker label::after { content: ""; position: absolute; right: 17px; bottom: 18px; width: 7px; height: 7px; border-right: 2px solid #5e5e65; border-bottom: 2px solid #5e5e65; transform: rotate(45deg); pointer-events: none; }
.chart-week-picker select { width: 100%; min-height: 46px; padding: 9px 44px 9px 14px; border: 1px solid #d7d7dc; border-radius: 13px; outline: 0; color: #202024; background: #fff; box-shadow: 0 3px 12px rgba(12,12,13,.045); font: inherit; font-size: 12px; font-weight: 740; appearance: none; cursor: pointer; transition: border-color .18s, box-shadow .18s; }
.chart-week-picker select:hover { border-color: #b7b7be; }
.chart-week-picker select:focus-visible { border-color: var(--cd-red); box-shadow: 0 0 0 4px rgba(255,23,23,.13), 0 3px 12px rgba(12,12,13,.045); }
.chart-week-picker .button { min-height: 46px; padding: 10px 20px; background: var(--cd-red); }
.chart-week-picker .button:hover { background: var(--cd-red-dark); }
.chart-list { overflow: hidden; border: 1px solid var(--cd-line); border-radius: 22px; background: #fff; box-shadow: 0 20px 55px rgba(12,12,13,.06); }
.chart-list-head, .chart-row { display: grid; grid-template-columns: 70px 112px 58px minmax(250px, 1fr) 68px 78px 62px; align-items: center; column-gap: 22px; }
.chart-list-head { min-height: 48px; padding: 8px 18px; color: #85858d; background: #f0f0f2; border-bottom: 1px solid #dedee2; font-size: 8.5px; font-weight: 900; letter-spacing: .085em; text-transform: uppercase; }
.chart-list-head span:nth-child(1), .chart-list-head span:nth-child(2), .chart-list-head span:nth-child(3), .chart-list-head span:nth-child(n+5) { text-align: center; }
.chart-row { min-height: 78px; padding: 8px 18px; border-bottom: 1px solid #e7e7ea; transition: background .2s ease; }
.chart-row:hover { background: #fafafb; }
.chart-row:last-child { border-bottom: 0; }
.chart-position { display: grid; place-items: center; min-width: 0; }
.chart-position small { display: none; }
.chart-position strong { font-size: 29px; font-weight: 920; line-height: 1; letter-spacing: -.05em; }
.chart-cover { width: 58px; height: 58px; overflow: hidden; border-radius: 11px; background: linear-gradient(145deg, #111 0 56%, var(--cd-red) 56%); box-shadow: 0 7px 18px rgba(0,0,0,.1); }
.chart-cover img, .chart-cover-placeholder { display: block; width: 100%; height: 100%; object-fit: cover; }
.chart-track { display: grid; align-content: center; gap: 1px; min-width: 0; }
.chart-track strong, .chart-track span { display: block; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.chart-track strong { font-size: 15.5px; line-height: 1.08; }
.chart-track .chart-artist { color: #55555c; font-size: 11.5px; font-weight: 720; line-height: 1.12; }
.chart-track .chart-label { margin-top: 1px; color: #96969e; font-size: 8.5px; font-weight: 820; line-height: 1.08; letter-spacing: .055em; text-transform: uppercase; }
.chart-movement { display: grid; grid-template-columns: 20px minmax(0, 1fr); align-items: center; gap: 5px; min-width: 0; min-height: 30px; padding: 5px 7px; color: #66666e; border-radius: 999px; background: #eeeef0; font-size: 9px; font-weight: 900; line-height: 1; }
.chart-movement-icon { width: 20px; height: 20px; border-radius: 50%; background: rgba(255,255,255,.66); }
.chart-movement b { overflow: hidden; font: inherit; text-align: center; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.chart-movement.is-up { color: #06753b; background: #e4f7ec; }
.chart-movement.is-down { color: #aa2020; background: #fdeaea; }
.chart-movement.is-new { color: #155acb; background: #e7f0ff; }
.chart-movement.is-back { color: #8a5a00; background: #fff2cf; }
.chart-stat { display: grid; place-items: center; min-width: 0; min-height: 34px; border-left: 1px solid #ededf0; }
.chart-stat small { display: none; }
.chart-stat strong { font-size: 14px; font-weight: 860; }
.chart-stat:nth-child(5) strong { color: #87878f; font-weight: 580; }
.chart-week-navigation { display: grid; grid-template-columns: repeat(2, minmax(0, 330px)); justify-content: center; gap: 12px; max-width: 680px; margin: 20px auto 0; }
.chart-week-navigation > a, .chart-week-navigation > span { display: flex; align-items: center; justify-content: flex-start; gap: 12px; min-width: 0; min-height: 58px; padding: 11px 14px; border: 1px solid var(--cd-line); border-radius: 15px; background: #fff; text-decoration: none; }
.chart-week-navigation > a:last-child, .chart-week-navigation > span:last-child { justify-content: flex-end; text-align: right; }
.chart-week-navigation > a > [aria-hidden], .chart-week-navigation > span > [aria-hidden] { flex: 0 0 auto; font-size: 17px; line-height: 1; }
.chart-week-navigation > a:hover { border-color: var(--cd-red); background: #fffafa; }
.chart-week-navigation > .is-disabled { color: #9a9aa1; background: #f1f1f3; }
.chart-week-navigation > a > span:not([aria-hidden]), .chart-week-navigation > span > span:not([aria-hidden]) { display: grid; gap: 4px; min-width: 0; }
.chart-week-navigation small, .chart-week-navigation strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.chart-week-navigation small { color: #909098; font-size: 7.5px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.chart-week-navigation strong { font-size: 10.5px; }
.chart-source-cta { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 34px; margin-top: clamp(44px, 6vw, 72px); padding: clamp(28px, 4vw, 48px); overflow: hidden; border-radius: 30px; color: #fff; background: #111113; }
.chart-source-cta::after { content: ""; position: absolute; right: -70px; top: -90px; width: 260px; height: 260px; border: 46px solid currentColor; border-radius: 50%; opacity: .055; }
.chart-source-cta.is-italiana { color: #111113; background: var(--cd-red); }
.chart-source-cta.is-radio { color: #111113; background: #e7e7ea; }
.chart-source-cta > div, .chart-source-cta .button { position: relative; z-index: 1; }
.chart-source-cta .eyebrow { margin-bottom: 13px; color: inherit; }
.chart-source-cta .eyebrow::before { background: currentColor; }
.chart-source-cta h2 { margin: 0; font-size: clamp(31px, 4vw, 48px); line-height: .98; letter-spacing: -.045em; }
.chart-source-cta p:not(.eyebrow) { max-width: 660px; margin: 15px 0 0; color: inherit; font-size: 14px; line-height: 1.55; opacity: .7; }
.chart-source-cta .button { color: #111; background: #fff; white-space: nowrap; }
.chart-source-cta.is-italiana .button { color: #fff; background: #111; }

.support-page-hero { padding-top: clamp(42px, 4.7vw, 66px); padding-bottom: clamp(45px, 5vw, 62px); }
.support-page-hero p:last-child { max-width: 1040px; }
.support-section { position: relative; overflow: hidden; padding-top: clamp(58px, 6vw, 82px); background: linear-gradient(180deg, #f5f5f6 0%, #fff 72%); }
.support-section::after { content: ""; position: absolute; z-index: 0; right: -170px; top: 90px; width: 390px; height: 390px; border: 1px solid rgba(255,23,23,.12); border-radius: 50%; box-shadow: 0 0 0 62px rgba(255,23,23,.025), 0 0 0 124px rgba(255,23,23,.018); pointer-events: none; }
.support-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: clamp(28px, 4vw, 52px); align-items: start; }
.support-form { position: relative; min-width: 0; padding: clamp(28px, 3.5vw, 42px); overflow: hidden; border: 1px solid #dedee2; border-radius: 29px; background: #fff; box-shadow: 0 24px 70px rgba(12,12,13,.08); }
.support-form::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 5px; background: var(--cd-red); }
.support-form-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: start; gap: 24px; margin-bottom: 32px; padding-bottom: 28px; border-bottom: 1px solid #e8e8eb; }
.support-form-head .eyebrow { margin-bottom: 11px; font-size: 9px; }
.support-form-head h2 { margin: 0; font-size: clamp(29px, 3.1vw, 40px); line-height: 1; letter-spacing: -.045em; }
.support-form-head p:not(.eyebrow) { max-width: 610px; margin: 13px 0 0; color: var(--cd-muted); font-size: 13px; line-height: 1.55; }
.support-response-badge { display: inline-flex; align-items: center; gap: 8px; min-height: 31px; padding: 7px 11px; color: #08713d; border-radius: 999px; background: #e7f7ee; font-size: 9px; font-weight: 880; letter-spacing: .05em; line-height: 1; text-transform: uppercase; white-space: nowrap; }
.support-response-badge::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #12a35b; box-shadow: 0 0 0 4px rgba(18,163,91,.12); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 18px; }
.form-field { display: grid; min-width: 0; gap: 7px; }
.form-field.full { grid-column: 1 / -1; }
.form-field > label { font-size: 12px; font-weight: 830; letter-spacing: -.01em; }
.form-field > input:not([type="checkbox"]), .form-field > select, .form-field > textarea { display: block; width: 100%; min-width: 0; min-height: 54px; padding: 13px 15px; border: 1px solid #d5d5da; border-radius: 13px; color: #111; background-color: #fafafb; box-shadow: inset 0 1px 0 rgba(255,255,255,.8); transition: border-color .2s, box-shadow .2s, background-color .2s; }
.form-field > input:not([type="checkbox"]), .form-field > select { height: 54px; max-height: 54px; }
.form-field > select { padding-top: 0; padding-right: 43px; padding-bottom: 0; line-height: normal; appearance: none; background-image: linear-gradient(45deg, transparent 50%, #65656d 50%), linear-gradient(135deg, #65656d 50%, transparent 50%); background-position: calc(100% - 20px) 23px, calc(100% - 15px) 23px; background-repeat: no-repeat; background-size: 5px 5px, 5px 5px; }
.form-field > textarea { min-height: 164px; line-height: 1.55; resize: vertical; }
.form-field > input:not([type="checkbox"]):focus, .form-field > select:focus, .form-field > textarea:focus { border-color: var(--cd-red); outline: 0; background-color: #fff; box-shadow: 0 0 0 4px rgba(255,23,23,.09); }
.field-hint, .field-status { min-height: 17px; margin: 0; color: #77777f; font-size: 10px; line-height: 1.45; }
.field-status.is-valid { color: #087b40; }
.field-status.is-error { color: #b00000; }
.support-consent { margin-top: 2px; }
.form-check { display: grid; grid-template-columns: 20px minmax(0, 1fr); align-items: start; gap: 11px; width: 100%; padding: 15px 16px; border: 1px solid #e0e0e4; border-radius: 14px; background: #f7f7f8; font-size: 11.5px; font-weight: 620; line-height: 1.5; cursor: pointer; }
.form-check input[type="checkbox"] { width: 20px; height: 20px; min-width: 20px; min-height: 20px; margin: 0; padding: 0; accent-color: var(--cd-red); }
.form-check span { min-width: 0; overflow-wrap: normal; }
.form-check a { color: var(--cd-red-dark); font-weight: 800; }
.support-security { margin-top: 2px; padding-top: 20px; border-top: 1px solid #ededf0; }
.support-security-head { display: flex; align-items: center; gap: 11px; margin-bottom: 13px; }
.support-security-head > span { display: grid; place-items: center; width: 32px; height: 32px; flex: 0 0 32px; color: #fff; border-radius: 10px; background: #111113; }
.support-security-head svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.support-security-head div { display: grid; min-width: 0; }
.support-security-head strong { font-size: 12px; line-height: 1.2; }
.support-security-head small { margin-top: 3px; color: #7b7b83; font-size: 9px; line-height: 1.25; }
.support-turnstile-frame { min-height: 65px; overflow: visible; }
.support-turnstile { min-height: 65px; }
.support-turnstile[data-load-error]::after { content: "Impossibile caricare la verifica. Ricarica la pagina e riprova."; display: block; padding: 12px 14px; color: #8e0000; border: 1px solid #ffc2c2; border-radius: 11px; background: #fff0f0; font-size: 11px; }
.support-submit-row { grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 20px; padding-top: 5px; }
.support-submit-row p { margin: 0; color: #77777f; font-size: 10.5px; line-height: 1.45; }
.support-submit-row .button { min-width: 190px; }
.form-alert { margin-bottom: 24px; padding: 16px 18px; border-radius: 13px; font-size: 14px; }
.form-alert.is-error { color: #8e0000; border: 1px solid #ffc2c2; background: #fff0f0; }
.form-alert.is-success { color: #075f33; border: 1px solid #a8e6c5; background: #effbf4; }
.form-alert ul { margin: 8px 0 0; padding-left: 20px; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.support-aside { position: sticky; top: 128px; display: grid; gap: 15px; min-width: 0; }
.support-aside-card { position: relative; overflow: hidden; padding: 29px 27px; border: 1px solid var(--cd-line); border-radius: 25px; background: #fff; }
.support-aside-card.is-dark { color: #fff; border-color: #18181b; background: radial-gradient(circle at 108% -5%, rgba(255,23,23,.42), transparent 35%), #111113; }
.support-aside-card.is-dark::after { content: ""; position: absolute; right: -76px; bottom: -95px; width: 180px; height: 180px; border: 28px solid rgba(255,255,255,.045); border-radius: 50%; }
.support-aside-card .eyebrow { position: relative; z-index: 1; margin-bottom: 17px; font-size: 9px; }
.support-aside-card.is-dark .eyebrow { color: #ff6767; }
.support-aside-card h2 { position: relative; z-index: 1; margin: 0; font-size: 33px; line-height: .98; letter-spacing: -.045em; }
.support-checklist { position: relative; z-index: 1; display: grid; gap: 0; margin: 28px 0 0; padding: 0; list-style: none; counter-reset: support-step; }
.support-checklist li { position: relative; display: grid; min-height: 74px; padding: 0 0 18px 43px; counter-increment: support-step; }
.support-checklist li:not(:last-child) { margin-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.12); }
.support-checklist li::before { content: counter(support-step, decimal-leading-zero); position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 29px; height: 29px; color: #fff; border-radius: 50%; background: var(--cd-red); font-size: 8px; font-weight: 900; letter-spacing: .06em; }
.support-checklist strong { font-size: 12.5px; line-height: 1.25; }
.support-checklist span { margin-top: 5px; color: #b4b4bc; font-size: 10.5px; line-height: 1.5; }
.support-aside-card.is-light { border-left: 5px solid var(--cd-red); }
.support-aside-card.is-light h3 { margin: 0; font-size: 23px; line-height: 1.05; letter-spacing: -.035em; }
.support-aside-card.is-light p:not(.eyebrow) { margin: 12px 0 15px; color: var(--cd-muted); font-size: 11.5px; line-height: 1.55; }
.support-aside-card.is-light a { color: var(--cd-red-dark); font-size: 11px; font-weight: 820; text-decoration: none; }
.support-aside-card.is-light a:hover { text-decoration: underline; }
.support-hours { display: grid; gap: 2px; padding: 12px 13px; border-radius: 13px; background: #f5f5f7; }
.support-hours strong { color: #161618; font-size: 10.5px; }
.support-hours span { color: #6d6d75; font-size: 10px; }
.support-channel-links { display: grid; gap: 9px; margin-top: 14px; }
.support-aside-card.is-light .support-channel { display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; align-items: center; gap: 11px; min-height: 58px; padding: 9px 11px; color: #161618; border: 1px solid #e1e1e5; border-radius: 15px; background: #fff; box-shadow: 0 7px 20px rgba(10,10,12,.045); text-decoration: none; transition: border-color .18s, transform .18s, box-shadow .18s; }
.support-aside-card.is-light .support-channel:hover { border-color: #bdbdc3; box-shadow: 0 11px 25px rgba(10,10,12,.075); text-decoration: none; transform: translateY(-1px); }
.support-channel-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; color: #fff; }
.support-channel.is-telegram .support-channel-icon { background: #229ed9; }
.support-channel.is-whatsapp .support-channel-icon { background: #25d366; }
.support-channel-icon svg { display: block; width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.9; }
.support-channel-copy { display: grid; min-width: 0; gap: 1px; }
.support-channel-copy strong { overflow: hidden; font-size: 12px; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.support-channel-copy small { overflow: hidden; color: #77777f; font-size: 9.5px; font-weight: 650; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.support-channel-arrow { color: #8a8a92; font-size: 17px; line-height: 1; }

.identity-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.identity-mark { position: relative; display: grid; place-items: center; min-height: 470px; border-radius: 30px; color: #fff; background: var(--cd-red); }
.identity-mark::before { content: "♪"; display: grid; place-items: center; width: 190px; height: 190px; border: 20px solid #fff; border-radius: 30px 30px 20px 20px; font-size: 78px; font-weight: 900; }
.identity-mark::after { content: ""; position: absolute; bottom: 81px; width: 250px; height: 140px; clip-path: polygon(0 0, 50% 45%, 100% 0, 100% 100%, 0 100%); background: #fff; opacity: .18; }

.promoter-hero { background: radial-gradient(circle at 83% 5%, rgba(255,23,23,.18), transparent 30%), #f4f4f5; }
.promoter-brand-panel { display: grid; align-content: center; justify-items: center; min-height: 460px; padding: 45px; overflow: hidden; border-radius: 30px; color: #fff; background: radial-gradient(circle at 90% 0, rgba(255,23,23,.35), transparent 34%), #101012; }
.promoter-brand-panel > span { margin-bottom: 10px; color: #92929a; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.promoter-brand-panel img { width: min(310px, 90%); height: auto; }
.promoter-brand-panel p { margin: 34px 0 0; color: #aaaab1; font-size: 11px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; text-align: center; }
.brand-timeline { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 1fr; }
.brand-timeline article { min-width: 0; padding: 30px 28px 15px 0; border-top: 1px solid #3b3b3f; }
.brand-timeline article:not(:last-child) { margin-right: 28px; }
.brand-timeline span { color: var(--cd-red); font-size: 13px; font-weight: 900; }
.brand-timeline h3 { margin: 28px 0 10px; font-size: 22px; line-height: 1.1; }
.brand-timeline p { margin: 0; color: #aaaab1; font-size: 13px; }
.founder-teaser { display: grid; grid-template-columns: minmax(260px, 390px) minmax(0, 1fr); align-items: center; gap: clamp(45px, 8vw, 100px); }
.founder-teaser > img { width: 100%; height: auto; aspect-ratio: 1; border-radius: 50%; object-fit: cover; box-shadow: 0 25px 65px rgba(0,0,0,.16); filter: grayscale(.2); }
.founder-teaser h2 { max-width: 700px; margin: 0; font-size: clamp(38px, 4vw, 56px); line-height: 1; letter-spacing: -.045em; }
.founder-teaser p:not(.eyebrow) { max-width: 670px; color: var(--cd-muted); font-size: 17px; }

.founder-hero { padding: clamp(54px, 6.5vw, 92px) 0 82px; overflow: hidden; background: radial-gradient(circle at 87% 3%, rgba(255,23,23,.2), transparent 31%), #f6f6f7; }
.founder-hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .62fr); align-items: center; gap: clamp(55px, 8vw, 115px); }
.founder-hero h1 { max-width: 820px; margin: 0; font-size: clamp(52px, 6vw, 80px); font-weight: 900; letter-spacing: -.055em; line-height: .92; }
.founder-hero h1 em { display: block; color: var(--cd-red); font-style: normal; }
.founder-lead { max-width: 720px; margin: 28px 0 0; color: #56565e; font-size: clamp(18px, 1.65vw, 22px); line-height: 1.58; }
.founder-portrait { position: relative; width: min(100%, 410px); margin: 0; justify-self: end; }
.founder-portrait > span { position: absolute; inset: -22px; border-radius: 50%; background: linear-gradient(135deg, var(--cd-red), #ff8b8b 54%, #111); filter: blur(22px); opacity: .3; }
.founder-portrait img { position: relative; width: 100%; height: auto; aspect-ratio: 1; border: 8px solid rgba(255,255,255,.9); border-radius: 50%; object-fit: cover; box-shadow: 0 30px 72px rgba(20,20,23,.22); }
.founder-portrait figcaption { position: absolute; right: 4%; bottom: -6px; padding: 11px 24px 13px; color: #fff; background: #171719; border-radius: 999px; box-shadow: 0 14px 30px rgba(0,0,0,.22); font-family: "Ms Madi", "Segoe Script", cursive; font-size: clamp(24px, 2.4vw, 34px); font-weight: 400; line-height: .8; transform: rotate(-2deg); white-space: nowrap; }
.founder-story { display: grid; grid-template-columns: minmax(260px, 340px) minmax(0, 780px); gap: clamp(42px, 5vw, 60px); justify-content: center; }
.founder-story aside { position: sticky; top: 120px; align-self: start; }
.founder-story aside h2 { margin: 0; font-size: clamp(30px, 2.5vw, 34px); line-height: 1.07; letter-spacing: -.035em; }
.prose .prose-lead { color: #171719; font-size: 22px; line-height: 1.6; }
.founder-principles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 18px; }
.founder-principles article { min-width: 0; height: 100%; padding: clamp(28px, 3vw, 42px); border: 1px solid #dedee2; border-radius: 26px; background: #fff; box-shadow: 0 18px 46px rgba(0,0,0,.055); }
.founder-principles span { display: block; margin-bottom: 22px; color: var(--cd-red); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.founder-principles h3 { margin: 0 0 12px; font-size: 29px; line-height: 1.05; letter-spacing: -.04em; }
.founder-principles p { margin: 0; color: var(--cd-muted); font-size: 14px; }
.founder-quote { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 480px; padding: clamp(55px, 8vw, 105px); overflow: hidden; border-radius: 32px; color: #fff; background: radial-gradient(circle at 12% 112%, rgba(255,23,23,.5), transparent 40%), linear-gradient(130deg, #161618, #2c0505 72%, #620000); text-align: center; }
.founder-quote p { max-width: 1000px; margin: 0; font-size: clamp(32px, 4vw, 56px); font-weight: 850; letter-spacing: -.045em; line-height: 1.07; }
.founder-quote > strong { margin: 24px 0 32px; color: #ffb2b2; font-family: "Ms Madi", "Segoe Script", cursive; font-size: clamp(26px, 3.2vw, 42px); font-weight: 400; }

.site-footer.mr-monitor-footer { position: relative; width: 100%; margin: 0; padding: 0; overflow: hidden; color: #d7d7dc; background: radial-gradient(circle at 96% -45%, rgba(255,23,23,.28), transparent 36%), radial-gradient(circle at 4% 145%, rgba(120,0,0,.25), transparent 38%), linear-gradient(118deg, #101012 0%, #18181b 58%, #390000 100%); }
.site-footer.mr-monitor-footer::before { content: ""; position: absolute; right: -120px; bottom: -210px; width: 520px; height: 380px; border: 1px solid rgba(255,160,160,.11); border-radius: 50%; pointer-events: none; transform: rotate(-14deg); }
.mr-footer-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(480px, 1.04fr) minmax(450px, .96fr); column-gap: clamp(48px, 5vw, 78px); row-gap: 18px; align-items: center; width: min(1540px, calc(100% - 72px)); margin: 0 auto; padding: 34px 0 32px; }
.mr-footer-about, .mr-footer-system { min-width: 0; }
.mr-footer-lead { max-width: 740px; margin: 0 0 16px; color: #f2f2f4; font-size: 14px; font-weight: 500; line-height: 1.48; }
.mr-footer-lead strong { color: #ff6a6a; font-weight: 850; }
.mr-footer-links { display: flex; flex-wrap: wrap; gap: 7px 12px; color: #898990; font-size: 11px; font-weight: 700; line-height: 1.45; }
.mr-footer-links a { display: inline-flex; align-items: center; gap: 10px; color: #cacacf; text-decoration: none; transition: color .18s, transform .18s; white-space: nowrap; }
.mr-footer-links a + a::before { content: "·"; color: #67676f; font-weight: 800; }
.mr-footer-links a:hover { color: #ff7171; transform: translateY(-1px); }
.mr-footer-system { display: grid; gap: 24px; justify-items: end; text-align: right; }
.mr-footer-stats { display: grid; grid-template-columns: repeat(3, minmax(100px, auto)); gap: 6px 22px; justify-content: end; }
.mr-footer-stats > span { grid-column: 1 / -1; margin: 0 0 2px; color: #96969e; font-size: 10px; font-weight: 800; letter-spacing: .075em; line-height: 1.2; text-align: right; text-transform: uppercase; }
.mr-footer-stats strong { display: grid; gap: 3px; min-width: 0; color: #fff; font-size: clamp(18px, 1.5vw, 24px); font-weight: 850; line-height: 1; text-align: right; }
.mr-footer-approx { display: inline-block; margin-right: 5px; color: #7c7c84; font-size: .74em; font-style: normal; font-weight: 780; transform: translateY(-.06em); }
.mr-footer-stats em { color: #aaaab1; font-size: 10px; font-style: normal; font-weight: 600; line-height: 1.3; text-transform: lowercase; }
.mr-footer-brand-divider { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); grid-column: 1 / -1; gap: clamp(18px, 2.2vw, 34px); align-items: center; width: 100%; }
.mr-footer-brand-line { display: block; width: 100%; height: 1px; background: rgba(220,220,225,.16); }
.mr-footer-brand-stack { display: grid; gap: 7px; justify-items: center; }
.mr-footer-brand-stack .mr-footer-mantovani-mark { width: 88px; }
.mr-footer-mantovani-mark { position: relative; display: block; width: 92px; aspect-ratio: 1530 / 500; color: #ff1717; animation: cd-mantovani-wing-color 6s linear infinite; }
.mr-footer-mantovani-mark > img { display: block; width: 100%; height: auto; opacity: .9; filter: brightness(0) invert(1); }
.mr-footer-mantovani-mark::before, .mr-footer-mantovani-mark::after { position: absolute; z-index: 2; inset: 0; background: currentColor; content: ""; opacity: .98; filter: drop-shadow(0 0 3px rgba(255,255,255,.24)); -webkit-mask: url("/assets/images/brand/mantovani-group-logo.png?v=20260828-12") center / contain no-repeat; mask: url("/assets/images/brand/mantovani-group-logo.png?v=20260828-12") center / contain no-repeat; transform-origin: center 82%; will-change: transform; }
.mr-footer-mantovani-mark::before { clip-path: inset(69.5% 62.6% 5.4% 16.9%); animation: cd-mantovani-wing-left 3s ease-in-out infinite alternate; }
.mr-footer-mantovani-mark::after { clip-path: inset(69.5% 15.9% 5.4% 63.4%); animation: cd-mantovani-wing-right 3s ease-in-out infinite alternate; }
.mr-footer-brand-copy { margin: 0; color: #9b9ba3; font-size: 10px; font-weight: 600; line-height: 1.35; text-align: center; white-space: nowrap; }
.mr-footer-identities { display: grid; grid-template-columns: minmax(145px, 1fr) 1px minmax(245px, 1fr); grid-column: 1 / -1; gap: clamp(20px, 2.6vw, 42px); align-items: center; width: 100%; }
.mr-footer-creator, .mr-footer-powered { color: #c5c5ca; text-decoration: none; }
.mr-footer-creator { display: inline-flex; gap: 8px; align-items: center; min-width: max-content; justify-self: start; }
.mr-footer-creator-label, .mr-footer-powered > span { color: #9b9ba3; font-size: 9px; font-weight: 850; letter-spacing: .075em; text-transform: uppercase; white-space: nowrap; }
.mr-footer-creator-avatar { display: block; width: 40px; height: 40px; object-fit: cover; background: linear-gradient(#171719,#171719) padding-box, linear-gradient(135deg,#777780,#ececef) border-box; border: 2px solid transparent; border-radius: 50%; box-shadow: 0 9px 22px rgba(0,0,0,.34); filter: grayscale(1) saturate(.1) opacity(.84); transition: filter .22s, transform .22s, background .22s; }
.mr-footer-creator-name { color: #e0e0e4; font-family: "Ms Madi", "Segoe Script", cursive; font-size: 24px; font-weight: 400; line-height: .9; white-space: nowrap; transition: color .2s; }
.mr-footer-creator:hover .mr-footer-creator-avatar { background: linear-gradient(#171719,#171719) padding-box, linear-gradient(135deg,#ff1717,#ff8080,#fff) border-box; filter: grayscale(0) saturate(1) opacity(1); transform: translateY(-2px); }
.mr-footer-creator:hover .mr-footer-creator-name { color: #ff7777; }
.mr-footer-identity-divider { width: 1px; height: 42px; background: rgba(220,220,225,.2); }
.mr-footer-powered { display: inline-flex; gap: 9px; align-items: center; min-width: max-content; font-size: 10px; font-weight: 600; justify-self: end; }
.mr-footer-powered img { display: block; width: 112px; height: 46px; object-fit: contain; transition: transform .2s; }
.mr-footer-powered:hover img { transform: translateY(-2px); }

@keyframes cd-mantovani-wing-color {
  0%, 100% { color: #ff1717; }
  25%, 75% { color: #ff74a5; }
  50% { color: #fff; }
}

@keyframes cd-mantovani-wing-left {
  0%, 100% { transform: translateX(0) rotate(0); }
  50% { transform: translateX(-1.25px) rotate(-1.25deg); }
}

@keyframes cd-mantovani-wing-right {
  0%, 100% { transform: translateX(0) rotate(0); }
  50% { transform: translateX(1.25px) rotate(1.25deg); }
}

.cookie-banner { position: fixed; z-index: 200; right: 20px; bottom: 20px; width: min(480px, calc(100% - 40px)); padding: 25px; border: 1px solid #2b2b2f; border-radius: 20px; color: #fff; background: #111113; box-shadow: 0 25px 80px rgba(0,0,0,.35); }
.cookie-banner h2 { margin: 0 0 8px; font-size: 20px; }
.cookie-banner p { margin: 0; color: #b3b3b9; font-size: 13px; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.cookie-actions .button { min-height: 41px; padding: 10px 15px; font-size: 12px; }
.cookie-actions .button-light { color: #fff; border-color: #48484e; background: transparent; }
.cookie-modal { position: fixed; z-index: 220; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(0,0,0,.68); }
.cookie-dialog { width: min(620px, 100%); max-height: min(760px, calc(100vh - 40px)); overflow-y: auto; padding: 29px; border-radius: 23px; background: #fff; box-shadow: var(--cd-shadow); }
.cookie-dialog h2 { margin: 0; font-size: 31px; line-height: 1; letter-spacing: -.04em; }
.cookie-dialog > p { color: var(--cd-muted); }
.cookie-option { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 18px 0; border-top: 1px solid var(--cd-line); }
.cookie-option strong { display: block; }
.cookie-option p { margin: 4px 0 0; color: var(--cd-muted); font-size: 13px; }
.switch { position: relative; width: 48px; height: 27px; margin-top: 3px; }
.switch input { position: absolute; opacity: 0; }
.switch i { position: absolute; inset: 0; border-radius: 99px; background: #c8c8ce; transition: background .2s; }
.switch i::after { content: ""; position: absolute; top: 4px; left: 4px; width: 19px; height: 19px; border-radius: 50%; background: #fff; transition: transform .2s; box-shadow: 0 2px 6px rgba(0,0,0,.25); }
.switch input:checked + i { background: var(--cd-red); }
.switch input:checked + i::after { transform: translateX(21px); }
.switch input:disabled + i { opacity: .7; }
.modal-open { overflow: hidden; }

[data-reveal] { opacity: 1; transform: none; transition: transform .35s ease, box-shadow .35s ease; }
.error-page { min-height: 65vh; display: grid; place-items: center; padding: 90px 0; text-align: center; }
.error-page strong { display: block; color: var(--cd-red); font-size: 80px; line-height: 1; }
.error-page h1 { margin: 12px 0; font-size: 45px; }

@media (max-width: 1120px) {
  .service-bar { display: none; }
  .header-inner { min-height: 72px; }
  .site-logo img { width: 200px; }
  .nav-toggle { display: block; }
  .site-nav { position: fixed; z-index: 78; top: 72px; left: 0; right: 0; display: none; max-height: calc(100vh - 72px); overflow: auto; padding: 14px max(18px, calc((100vw - 760px) / 2)); border-bottom: 1px solid var(--cd-line); background: #fff; box-shadow: 0 18px 35px rgba(0,0,0,.1); }
  .site-nav.is-open { display: grid; }
  .site-nav a { min-height: 48px; padding: 12px 15px; border-bottom: 1px solid #eeeeF1; border-radius: 0; font-size: 14px; }
  .site-nav a:not(.nav-cta)::after { right: auto; bottom: 12px; left: 0; width: 3px; height: 24px; transform: scaleY(0); }
  .site-nav a:hover::after, .site-nav a[aria-current="page"]::after { transform: scaleY(1); }
  .site-nav .nav-cta { justify-content: center; min-height: 48px; margin: 12px 0 4px; border: 0; }
  .nav-open { overflow: hidden; }
  .mr-footer-inner { grid-template-columns: 1fr; gap: 26px; width: min(960px, calc(100% - 72px)); padding: 38px 0 36px; }
  .mr-footer-about { display: grid; justify-items: center; text-align: center; }
  .mr-footer-lead { max-width: 760px; }
  .mr-footer-links { justify-content: center; }
  .mr-footer-system { gap: 26px; justify-items: stretch; text-align: center; }
  .mr-footer-stats { justify-content: center; }
  .mr-footer-stats > span, .mr-footer-stats strong { text-align: center; }
  .mr-footer-identities, .mr-footer-brand-divider { grid-column: 1; }
}

@media (min-width: 1081px) {
  .chart-page-hero .wrap > p:last-child { white-space: nowrap; }
}

@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 800px; }
  .report-shell { max-width: 680px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid { grid-template-columns: repeat(3, 1fr); }
  .proof-intro { grid-column: 1 / -1; padding: 23px 0 10px; }
  .proof-item:nth-child(2) { border-left: 0; padding-left: 0; }
  .chart-groups { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .chart-group-card, .chart-group-card:last-child { grid-template-rows: auto auto auto; grid-column: auto; min-height: 0; }
  .chart-group-card h3, .chart-group-card p { white-space: nowrap; }
  .chart-links { grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)); min-height: 0; }
  .chart-preview-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .chart-list-head, .chart-row { grid-template-columns: 54px 90px 58px minmax(170px, 1fr) 54px 62px 48px; column-gap: 14px; }
  .market-service-grid { grid-template-columns: 1fr; }
  .market-service-card, .market-service-card:last-child { display: grid; grid-template-columns: minmax(270px, .78fr) minmax(0, 1.22fr); grid-column: auto; }
  .market-service-visual, .market-service-card:last-child .market-service-visual { aspect-ratio: auto; min-height: 340px; }
  .market-service-body h3 { font-size: 26px; }
  .market-service-body > p:not(.market-service-kicker) { min-height: 0; }
  .country-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .global-summary { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .global-summary .button { grid-column: 1 / -1; }
  .destination-map-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .destination-map-grid.is-compact { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .brand-timeline { grid-template-columns: 1fr 1fr; gap: 30px 0; }
  .brand-timeline article:nth-child(2) { margin-right: 0; }
}

@media (max-width: 980px) {
  .section-head, .coverage-intro, .map-gallery-head, .service-explain-head { grid-template-columns: 1fr; align-items: start; gap: 20px; }
  .section-head > :not(:first-child), .coverage-intro > p, .map-gallery-head > p, .service-explain-head > p:last-child { justify-self: start; max-width: 650px; }
  .section-title { max-width: 800px; font-size: clamp(40px, 5.4vw, 50px); }
  .section-copy { max-width: 650px; }
  .service-explain-head .eyebrow { grid-column: auto; margin-bottom: 0; }
}

@media (max-width: 860px) {
  :root { --cd-wrap: min(100% - 32px, 720px); }
  .airplay-head { grid-template-columns: 1fr; gap: 22px; }
  .airplay-head-copy { max-width: 610px; }
  .header-inner { min-height: 72px; }
  .site-logo img { width: 195px; }
  .section-head { gap: 20px; margin-bottom: 38px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step:nth-child(2) { margin-right: 0; }
  .service-grid, .content-grid, .support-grid, .identity-grid { grid-template-columns: 1fr; }
  .support-aside { position: static; grid-template-columns: minmax(0, 1.08fr) minmax(260px, .92fr); align-items: stretch; }
  .support-aside-card { height: 100%; }
  .service-card { min-height: 360px; }
  .date-preview { grid-template-columns: 1fr; }
  .radio-date-controls { display: grid; grid-template-columns: minmax(0, 1fr); align-items: start; justify-content: stretch; width: 100%; }
  .radio-date-toolbar { justify-content: flex-start; }
  .side-card { position: static; }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-cover { max-width: 480px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top > div:first-child { grid-column: 1 / -1; }
  .cta-panel { grid-template-columns: 1fr; align-items: start; }
  .coverage-intro { margin-bottom: 40px; }
  .country-grid { grid-template-columns: 1fr 1fr; }
  .map-gallery-head, .service-explain-head { gap: 18px; }
  .map-gallery-head > p, .service-explain-head > p:last-child { max-width: 650px; }
  .destination-map-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .service-detail, .service-detail.is-estero { grid-template-columns: 1fr; min-height: 0; }
  .service-detail-map, .service-detail.is-estero .service-detail-map { min-height: 350px; order: 0; }
  .service-detail-map img { max-height: 250px; }
  .service-detail-copy { padding: 42px 36px; }
  .founder-teaser, .founder-hero-grid, .founder-story { grid-template-columns: 1fr; }
  .founder-portrait { width: min(68vw, 360px); justify-self: center; }
  .founder-story aside { position: static; }
  .founder-principles { grid-template-columns: 1fr; }
  .rd-record-card, .rd-story-grid { grid-template-columns: 1fr; }
  .rd-record-cover { width: min(100%, 480px); justify-self: center; }
  .rd-record-info { padding: 38px; }
  .rd-sidebar { position: static; grid-template-columns: 1fr 1fr; }
  .send-now-guides { grid-template-columns: 1fr; }
  .chart-index-group-head { grid-template-columns: 1fr; align-items: start; gap: 13px; }
  .chart-index-group-head > p { overflow: visible; text-overflow: clip; white-space: normal; }
  .chart-toolbar { grid-template-columns: 1fr; align-items: start; gap: 17px; }
  .chart-list-head { display: none; }
  .chart-row { grid-template-columns: 48px 58px repeat(3, minmax(0, 1fr)); grid-template-rows: auto auto; gap: 12px 9px; min-height: 118px; padding: 14px; }
  .chart-position { grid-column: 1; grid-row: 1; align-self: center; }
  .chart-position small { display: block; color: #898991; font-size: 7.5px; font-weight: 900; letter-spacing: .035em; text-transform: uppercase; }
  .chart-position strong { margin-top: 4px; font-size: 25px; }
  .chart-cover { grid-column: 2; grid-row: 1; align-self: center; width: 58px; height: 58px; }
  .chart-track { grid-column: 3 / 6; grid-row: 1; align-self: center; }
  .chart-movement { grid-column: 1 / 3; grid-row: 2; }
  .chart-stat { grid-row: 2; min-height: 35px; padding: 5px 4px; border-left: 1px solid #e4e4e8; }
  .chart-stat:nth-child(5) { grid-column: 3; }
  .chart-stat:nth-child(6) { grid-column: 4; }
  .chart-stat:nth-child(7) { grid-column: 5; }
  .chart-stat small { display: block; color: #898991; font-size: 7.5px; font-weight: 900; letter-spacing: .025em; text-transform: uppercase; }
  .chart-stat strong { margin-top: 4px; }
  .chart-source-cta { grid-template-columns: 1fr; align-items: start; gap: 23px; }
}

@media (max-width: 620px) {
  :root { --cd-wrap: calc(100% - 28px); --cd-radius: 20px; }
  .site-logo img { width: 180px; }
  .hero { padding: 50px 0 62px; }
  .hero h1 { font-size: clamp(42px, 12vw, 48px); }
  .hero-lead { font-size: 17px; }
  .section-head { gap: 17px; margin-bottom: 32px; }
  .section-head-action-row { grid-template-columns: minmax(0, 1fr); align-items: start; gap: 18px; }
  .section-head-action-row .section-actions { justify-self: start; margin-top: 0; }
  .section-title { font-size: clamp(32px, 9.2vw, 38px); line-height: .98; letter-spacing: -.047em; }
  .section-copy, .coverage-intro > p { font-size: 15px; line-height: 1.55; }
  .section-actions { margin-top: 20px; }
  .report-shell::before { inset: -10px 10px 20px -9px; border-radius: 27px; }
  .report-card { border-radius: 21px; }
  .report-body { padding: 17px; }
  .report-release { grid-template-columns: 58px minmax(0, 1fr); }
  .report-live { display: none; }
  .report-metrics { grid-template-columns: 1fr 1fr; }
  .proof-grid { grid-template-columns: 1fr; padding-bottom: 18px; }
  .proof-item { padding: 17px 0; border-top: 1px solid #303034; border-left: 0; }
  .airplay-section { padding: 72px 0; }
  .airplay-backdrop { right: -2px; top: 20px; gap: .1em; font-size: 86px; }
  .airplay-head { margin-bottom: 28px; }
  .airplay-head h2 { margin-top: 12px; font-size: clamp(36px, 10.4vw, 43px); }
  .airplay-head-copy { gap: 14px; }
  .airplay-head-copy p { font-size: 14px; }
  .airplay-marquee { margin-inline: calc((100vw - 100%) / -2); width: 100vw; -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }
  .airplay-card { grid-template-columns: 68px minmax(0, 1fr) 14px; gap: 12px; width: min(284px, 78vw); min-height: 102px; padding: 12px; border-radius: 19px; }
  .airplay-cover { width: 68px; height: 68px; border-radius: 12px; }
  .airplay-card-copy > b { margin-top: 8px; font-size: 15px; }
  .airplay-card-copy > small { margin-top: 4px; font-size: 10px; }
  .airplay-station { gap: 6px; }
  .airplay-station strong, .airplay-station time { font-size: 8px; }
  .airplay-foot { display: grid; gap: 14px; margin-top: 20px; line-height: 1.5; }
  .section { padding: 72px 0; }
  .section-title { font-size: clamp(34px, 9.4vw, 38px); }
  .feature-grid, .steps { grid-template-columns: 1fr; }
  .step, .step:not(:last-child) { margin-right: 0; }
  .feature-card { min-height: 238px; padding: 26px; }
  .feature-card h3 { margin-top: 28px; }
  .date-card { grid-template-columns: 92px minmax(0, 1fr); gap: 15px; min-height: 142px; padding: 14px; }
  .date-cover { width: 92px; height: 92px; }
  .date-card-content { min-height: 92px; }
  .date-card h3 { font-size: 18px; }
  .date-card-title { font-size: 12.5px; }
  .date-card-label { margin-top: 7px; }
  .radio-date-listing { padding-top: 48px; }
  .radio-date-controls { gap: 21px; margin-bottom: 36px; padding: 20px; }
  .radio-date-range strong { font-size: 23px; }
  .radio-date-toolbar { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; width: 100%; }
  .radio-date-toolbar a { display: grid; place-items: center; box-sizing: border-box; width: 100%; min-width: 0; height: 42px; padding: 0 6px; overflow: hidden; border-radius: 999px; font-size: 11.5px; line-height: 1; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
  .radio-date-label-full { display: none; }
  .radio-date-label-mobile { display: inline; }
  .radio-date-week { gap: 38px; }
  .radio-date-day-head { gap: 12px; margin-bottom: 14px; padding-bottom: 12px; }
  .radio-date-day-head h2 { overflow: hidden; font-size: clamp(21px, 6.2vw, 25px); text-overflow: ellipsis; white-space: nowrap; }
  .radio-date-day-count { padding: 6px 9px; font-size: 9px; }
  .radio-date-week-nav { align-items: stretch; gap: 8px; margin-top: 38px; }
  .radio-date-week-nav a { justify-content: center; min-width: 0; padding: 9px 10px; overflow: hidden; font-size: 10px; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
  .rd-detail-section { padding-top: 44px; }
  .rd-record-card { gap: 0; border-radius: 23px; }
  .rd-record-cover { width: 100%; }
  .rd-record-info { padding: 27px 21px 29px; }
  .rd-record-info h2 { font-size: 35px; }
  .rd-record-artist { font-size: 19px; }
  .rd-social-links { gap: 7px; margin-top: 20px; }
  .rd-social-link { min-height: 36px; padding: 7px 15px 7px 10px; }
  .rd-story-grid { gap: 34px; margin-top: 54px; }
  .rd-press-copy p { margin-bottom: 18px; font-size: 15px; line-height: 1.67; }
  .rd-sidebar { grid-template-columns: 1fr; }
  .rd-side-card { padding: 22px; }
  .rd-client-note { grid-template-columns: 32px minmax(0, 1fr); gap: 12px; padding: 18px; }
  .rd-client-note > span { width: 32px; height: 32px; }
  .rd-video-section { margin-top: 56px; }
  .page-hero { padding: 46px 0 48px; }
  .page-hero h1 { font-size: clamp(38px, 10.5vw, 43px); }
  .chart-page-hero { padding: 34px 0; }
  .chart-detail-section { padding-top: 28px; }
  .rd-page-hero h1 { font-size: clamp(34px, 9vw, 39px); }
  .page-hero p { margin-top: 20px; font-size: 16px; }
  .founder-hero { padding: 48px 0 58px; }
  .chart-index-group { padding: 25px; border-radius: 27px; }
  .chart-preview-grid { grid-template-columns: 1fr; }
  .chart-index-group-head { grid-template-columns: 1fr; align-items: start; gap: 13px; }
  .chart-index-group-head h2 { font-size: clamp(32px, 9vw, 42px); }
  .chart-preview-card { min-height: 365px; }
  .chart-toolbar { grid-template-columns: 1fr; align-items: start; gap: 17px; padding: 19px; }
  .chart-toolbar > div strong { font-size: 16px; }
  .chart-list-head { display: none; }
  .chart-row { grid-template-columns: 48px 58px repeat(3, minmax(0, 1fr)); grid-template-rows: auto auto; gap: 12px 9px; min-height: 118px; padding: 14px; }
  .chart-position { grid-column: 1; grid-row: 1; align-self: center; }
  .chart-position small { display: block; color: #898991; font-size: 7.5px; font-weight: 900; letter-spacing: .035em; text-transform: uppercase; }
  .chart-position strong { margin-top: 4px; font-size: 25px; }
  .chart-cover { grid-column: 2; grid-row: 1; align-self: center; width: 58px; height: 58px; }
  .chart-track { grid-column: 3 / 6; grid-row: 1; align-self: center; }
  .chart-track strong { font-size: 14px; }
  .chart-track .chart-artist { font-size: 10.5px; }
  .chart-track .chart-label { font-size: 8px; }
  .chart-movement { grid-column: 1 / 3; grid-row: 2; min-height: 28px; padding: 4px 7px; font-size: 8px; }
  .chart-movement > span { width: 19px; height: 19px; }
  .chart-stat { grid-row: 2; min-height: 35px; padding: 5px 4px; border-left: 1px solid #e4e4e8; }
  .chart-stat:nth-child(5) { grid-column: 3; }
  .chart-stat:nth-child(6) { grid-column: 4; }
  .chart-stat:nth-child(7) { grid-column: 5; }
  .chart-stat small { display: block; color: #898991; font-size: 7.5px; font-weight: 900; letter-spacing: .025em; text-transform: uppercase; }
  .chart-stat strong { margin-top: 4px; font-size: 12px; }
  .chart-week-navigation { gap: 8px; }
  .chart-week-navigation > a, .chart-week-navigation > span { min-height: 56px; padding: 10px 12px; }
  .chart-source-cta { grid-template-columns: 1fr; align-items: start; gap: 23px; border-radius: 25px; }
  .chart-source-cta .button { width: max-content; max-width: 100%; }
  .chart-week-navigation { grid-template-columns: 1fr; }
  .chart-week-picker { grid-template-columns: minmax(0, 1fr) auto; }
  .form-grid, .detail-meta { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
  .support-page-hero { padding-top: 38px; padding-bottom: 43px; }
  .support-section { padding-top: 43px; }
  .support-grid { gap: 22px; }
  .support-form { padding: 27px 20px; border-radius: 23px; }
  .support-form-head { grid-template-columns: 1fr; gap: 15px; margin-bottom: 25px; padding-bottom: 23px; }
  .support-form-head h2 { font-size: 31px; }
  .support-response-badge { justify-self: start; }
  .form-grid { gap: 17px; }
  .form-field > input:not([type="checkbox"]), .form-field > select { height: 52px; min-height: 52px; max-height: 52px; }
  .form-field > select { background-position-y: 22px, 22px; }
  .form-field > textarea { min-height: 150px; }
  .support-submit-row { grid-template-columns: 1fr; gap: 12px; }
  .support-submit-row .button { width: 100%; min-width: 0; }
  .support-aside { grid-template-columns: 1fr; }
  .support-aside-card { padding: 26px 22px; border-radius: 22px; }
  .footer-top { grid-template-columns: 1fr; gap: 35px; }
  .footer-top > div:first-child { grid-column: auto; }
  .footer-logo { width: 240px; }
  .footer-identity { justify-content: flex-start; }
  .identity-item + .identity-item { width: 100%; padding: 25px 0 0; border-top: 1px solid #343438; border-left: 0; }
  .footer-bottom { display: grid; }
  .market-service-grid { grid-template-columns: 1fr; }
  .market-service-card, .market-service-card:last-child { display: flex; grid-column: auto; }
  .market-service-visual, .market-service-card:last-child .market-service-visual { aspect-ratio: 1.28; min-height: 0; }
  .market-service-body h3 { font-size: 21px; }
  .market-service-body > p:not(.market-service-kicker) { min-height: 0; }
  .send-now-hero { padding-bottom: 50px; }
  .send-now-options { padding-top: 42px; }
  .send-now-guide { grid-template-columns: 1fr; align-items: start; gap: 24px; min-height: 0; padding: 25px 22px; border-radius: 23px; }
  .send-now-guide h2 { margin-top: 13px; font-size: 31px; }
  .send-now-guide .button { justify-self: start; width: min(100%, 235px); min-width: 0; white-space: normal; }
  .country-grid { grid-template-columns: 1fr; }
  .country-pill { min-height: 64px; }
  .map-gallery-head { margin-top: 68px; padding-top: 58px; }
  .service-explain-head { margin-top: 82px; padding-top: 64px; }
  .destination-map-grid, .destination-map-grid.is-compact { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(178px, 66vw); gap: 10px; overflow-x: auto; padding: 2px 2px 10px; scroll-padding-inline: 2px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
  .destination-map-card { scroll-snap-align: start; }
  .destination-map-grid.is-compact .destination-map-visual { height: 124px; }
  .home-map-strip { margin-inline: -2px; padding: 20px 17px; }
  .home-map-strip > div:first-child { display: grid; gap: 5px; }
  .service-detail { border-radius: 23px; }
  .service-detail-map, .service-detail.is-estero .service-detail-map { min-height: 300px; gap: 14px; padding: 24px; }
  .service-detail-map::after { inset: 13px; border-radius: 17px; }
  .service-detail-map img { max-height: 170px; }
  .service-map-fact { width: min(100%, 245px); padding: 11px 13px 12px; border-radius: 14px; }
  .service-map-fact strong { font-size: 24px; }
  .service-map-fact small { font-size: 9.5px; }
  .service-detail-copy { padding: 31px 22px 27px; }
  .service-detail-copy h2 { font-size: 29px; }
  .service-detail.is-global .service-detail-copy h2 { font-size: 26px; }
  .service-detail-lead { font-size: 14px; }
  .service-feature-list { grid-template-columns: 1fr; margin-top: 23px; }
  .service-feature-list li { padding: 13px 0; }
  .service-detail-action { display: grid; gap: 18px; padding-top: 22px; }
  .service-detail-action .button { width: 100%; }
  .coverage-action { display: grid; }
  .global-summary { grid-template-columns: 1fr; }
  .global-summary > div { padding: 0 0 16px; border-right: 0; border-bottom: 1px solid #37373b; }
  .global-summary .button { grid-column: auto; }
  .brand-timeline { grid-template-columns: 1fr; }
  .brand-timeline article, .brand-timeline article:not(:last-child) { margin-right: 0; }
  .founder-hero h1 { font-size: clamp(47px, 13vw, 54px); }
  .prose h2 { font-size: 30px; }
  .prose h3 { font-size: 22px; }
  .founder-quote { min-height: 390px; padding-inline: 24px; }
  .mr-footer-inner { gap: 20px; width: calc(100% - 36px); padding: 28px 0 30px; }
  .mr-footer-system { gap: 20px; width: 100%; padding-top: 20px; border-top: 1px solid rgba(220,220,225,.16); }
  .mr-footer-lead { max-width: 330px; margin-bottom: 16px; font-size: 12px; line-height: 1.5; text-align: center; }
  .mr-footer-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5px 8px; width: 100%; }
  .mr-footer-stats strong { font-size: clamp(17px, 4.7vw, 19px); }
  .mr-footer-links { flex-direction: column; gap: 8px; align-items: center; width: 100%; font-size: clamp(9.4px, 2.7vw, 10.5px); line-height: 1.3; text-align: center; }
  .mr-footer-links a { display: block; letter-spacing: -.012em; }
  .mr-footer-links a + a::before { content: none; }
  .mr-footer-identities { display: grid; grid-template-columns: 1fr; gap: 14px; align-items: center; justify-items: center; padding-top: 18px; border-top: 1px solid rgba(220,220,225,.16); }
  .mr-footer-about { order: 1; }
  .mr-footer-system { order: 2; }
  .mr-footer-identities { order: 3; }
  .mr-footer-brand-divider { grid-template-columns: 1fr; gap: 18px; order: 4; justify-items: center; }
  .mr-footer-brand-line { display: none; }
  .mr-footer-brand-line:first-child { display: block; width: 100%; }
  .mr-footer-creator { order: 1; width: max-content; max-width: 100%; justify-self: center; }
  .mr-footer-identity-divider { order: 2; width: 100%; height: 1px; }
  .mr-footer-powered { order: 3; justify-self: center; }
  .mr-footer-brand-stack .mr-footer-mantovani-mark { width: 72px; }
  .mr-footer-creator-avatar { width: 38px; height: 38px; }
  .mr-footer-creator-name { font-size: 22px; }
  .cookie-banner { right: 12px; bottom: 12px; width: calc(100% - 24px); padding: 20px; }
  .cookie-actions .button { flex: 1 1 120px; }
}

@media (max-width: 360px) {
  .support-turnstile-frame { width: 252px; height: 55px; min-height: 55px; overflow: hidden; }
  .support-turnstile { width: 300px; min-height: 65px; transform: scale(.84); transform-origin: left top; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .mr-footer-mantovani-mark, .mr-footer-mantovani-mark::before, .mr-footer-mantovani-mark::after { animation: none !important; }
  .airplay-updated i::after { animation: none !important; }
  .airplay-marquee { overflow: hidden; padding-inline: 0; -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); scroll-snap-type: none; scrollbar-width: none; }
  .airplay-marquee-track { animation: cd-airplay-marquee 76s linear infinite !important; }
  .airplay-marquee-group[aria-hidden="true"] { display: flex; }
  .airplay-card { scroll-snap-align: none; }
  [data-reveal] { opacity: 1; transform: none; }
}

@media print {
  .site-header, .site-footer, .cookie-banner, .cookie-modal, .button { display: none !important; }
  body { color: #000; background: #fff; }
  .section, .page-hero { padding: 30px 0; }
}
