/* Dance Studio Manager — redesign v1 ("Studio Week").
   Self-contained stylesheet for redesigned pages; legacy pages keep /assets/site.css.
   CSP-safe: no inline styles are required by the markup. */

:root {
  --ink: #0c2530;
  --ink-2: #133a47;
  --ink-3: #1d4d5c;
  --teal: #0e7c7b;
  --teal-soft: #d7efec;
  --cyan: #5fe0d2;
  --coral: #ff8663;
  --coral-press: #f06a45;
  --coral-soft: #ffe6dc;
  --coral-text: #a3401f;
  --paper: #f3f7f7;
  --surface: #ffffff;
  --line: #d6e3e4;
  --line-dark: rgba(255,255,255,.14);
  --text: #10252d;
  --muted: #4f6b75;
  --on-ink: #eaf6f5;
  --on-ink-muted: #a9c4c8;
  --good: #1f8a5b;
  --good-soft: #dcf3e7;
  --warn-soft: #fbefd6;
  --warn-text: #8a5a0f;
  --bad: #c2412d;
  --c-ballet: #f7bfd0;
  --c-tap: #ffd37e;
  --c-jazz: #bfb4ff;
  --c-hiphop: #c3ec85;
  --c-ballroom: #97eadf;
  --c-contemp: #ffb9a3;
  --display: "Bricolage Grotesque", "Figtree", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --body: "Figtree", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --r-md: 14px;
  --r-lg: 22px;
  --shadow: 0 1px 2px rgba(12,37,48,.06), 0 12px 32px -12px rgba(12,37,48,.22);
  --wrap: 1180px;
  --gutter: clamp(16px, 4vw, 40px);
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: var(--body); font-size: 17px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--teal); }
a:hover { color: var(--ink); }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 2px; border-radius: 4px; }
[hidden] { display: none !important; }
h1, h2, h3, h4 { font-family: var(--display); margin: 0; letter-spacing: -.02em; text-wrap: balance; color: inherit; }
h1 { font-size: clamp(2.4rem, 5.4vw, 4.3rem); line-height: 1.02; font-weight: 800; }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); line-height: 1.06; font-weight: 750; }
h3 { font-size: clamp(1.2rem, 2vw, 1.45rem); line-height: 1.2; font-weight: 700; letter-spacing: -.01em; }
h4 { font-size: 1.05rem; font-weight: 700; letter-spacing: 0; }
p { margin: 0; }
ul, ol { margin: 0; }
.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.skip-link { position: absolute; left: 16px; top: -60px; background: var(--coral); color: var(--ink); padding: .6rem 1rem; border-radius: 8px; font-weight: 700; z-index: 100; }
.skip-link:focus { top: 12px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.eyebrow { font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; color: var(--teal); }
.on-ink .eyebrow, .eyebrow-light { color: var(--cyan); }
.lede { font-size: clamp(1.08rem, 1.6vw, 1.25rem); color: var(--muted); max-width: 60ch; }
.on-ink .lede { color: var(--on-ink-muted); }
.muted { color: var(--muted); }
.small { font-size: .88rem; }
.tnum { font-variant-numeric: tabular-nums; }
.stack { display: grid; gap: 1rem; align-content: start; }
.stack-sm { display: grid; gap: .6rem; align-content: start; }
.stack-lg { display: grid; gap: 1.3rem; align-content: start; }
.hl { background: linear-gradient(transparent 62%, rgba(95,224,210,.5) 62%); padding-inline: .06em; }

/* ---------- Buttons ---------- */
.btn { --bg: var(--coral); --fg: var(--ink); --bd: transparent; display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 48px; padding: .7rem 1.25rem; border-radius: 999px; background: var(--bg); color: var(--fg); border: 2px solid var(--bd); font: 700 1rem/1.1 var(--body); text-decoration: none; cursor: pointer; transition: transform .15s ease, background-color .15s ease, box-shadow .15s ease; white-space: nowrap; }
.btn:hover { background: var(--coral-press); color: var(--ink); transform: translateY(-1px); box-shadow: 0 8px 20px -10px rgba(240,106,69,.8); }
.btn:active { transform: none; }
.btn-ghost { --bg: transparent; --fg: var(--ink); --bd: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: #fff; box-shadow: none; }
.on-ink .btn-ghost, .btn-ghost.light { --fg: #fff; --bd: rgba(255,255,255,.55); }
.on-ink .btn-ghost:hover, .btn-ghost.light:hover { background: #fff; color: var(--ink); }
.btn-dark { --bg: var(--ink); --fg: #fff; }
.btn-dark:hover { background: var(--ink-3); color: #fff; box-shadow: none; }
.btn-sm { min-height: 40px; padding: .5rem 1rem; font-size: .93rem; }
.btn-lg { min-height: 56px; padding: .9rem 1.6rem; font-size: 1.08rem; }
.btn .arr { transition: transform .15s ease; }
.btn:hover .arr { transform: translateX(3px); }
.cta-row { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; }
.reassure { display: flex; flex-wrap: wrap; gap: .4rem 1.1rem; font-size: .9rem; color: var(--muted); padding: 0; list-style: none; }
.reassure li::before { content: "✓"; color: var(--teal); font-weight: 800; margin-right: .4rem; }
.on-ink .reassure { color: var(--on-ink-muted); }
.on-ink .reassure li::before { color: var(--cyan); }
.textlink { font-weight: 700; text-decoration: none; color: var(--teal); }
.textlink:hover { text-decoration: underline; color: var(--ink); }
.on-ink .textlink { color: var(--cyan); }
.on-ink .textlink:hover { color: #fff; }

/* ---------- Header ---------- */
.v2-header { background: var(--ink); color: #fff; position: sticky; top: 0; z-index: 40; }
.v2-header .bar { display: flex; align-items: center; gap: 1.25rem; min-height: 72px; }
.brand { display: inline-flex; align-items: center; gap: .6rem; color: #fff; text-decoration: none; font-family: var(--display); font-weight: 800; font-size: 1.08rem; letter-spacing: -.01em; white-space: nowrap; flex-shrink: 0; }
.brand:hover { color: #fff; }
.brand-mark { width: 38px; height: 38px; border-radius: 10px; background: #fff; color: var(--ink); display: grid; place-items: center; font: 900 .78rem var(--body); letter-spacing: .02em; }
.v2-nav { display: flex; align-items: center; margin-left: .25rem; }
.v2-nav > .item > button, .v2-nav > .item > a { background: none; border: 0; color: #dcecee; font: 600 .98rem var(--body); padding: .6rem .7rem; border-radius: 8px; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: .3rem; }
.v2-nav > .item > button:hover, .v2-nav > .item > a:hover, .v2-nav > .item.open > button { background: rgba(255,255,255,.08); color: #fff; }
.chev { width: 10px; height: 10px; transition: transform .2s; }
.item.open .chev { transform: rotate(180deg); }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: .6rem; }
.header-actions .quiet { color: #dcecee; text-decoration: none; font-weight: 600; font-size: .95rem; padding: .5rem .6rem; white-space: nowrap; }
.header-actions .quiet:hover { color: #fff; }
.nav-open-btn { display: none; background: none; border: 1px solid rgba(255,255,255,.3); color: #fff; border-radius: 10px; width: 44px; height: 44px; cursor: pointer; place-items: center; }
@media (max-width: 1180px) { .header-actions .quiet { display: none; } }
@media (max-width: 1040px) { .v2-nav { display: none; } .nav-open-btn { display: grid; } }
@media (max-width: 400px) { .header-actions .btn { display: none; } }

.mega { position: absolute; left: 0; right: 0; top: 100%; background: var(--surface); color: var(--text); border-top: 1px solid var(--line); box-shadow: 0 30px 60px -30px rgba(12,37,48,.45); display: none; }
.item.open .mega { display: block; }
.mega .wrap { display: grid; grid-template-columns: repeat(4, 1fr) 1.25fr; gap: 1.5rem; padding-block: 1.75rem 2rem; align-items: start; }
.mega.cols-3 .wrap { grid-template-columns: repeat(3, 1fr) 1.25fr; }
.mega h2 { margin: 0 0 .6rem; font: 800 .74rem var(--body); letter-spacing: .12em; text-transform: uppercase; color: var(--teal); }
.mega ul { list-style: none; padding: 0; display: grid; gap: .15rem; }
.mega li a { display: block; text-decoration: none; color: var(--text); padding: .45rem .55rem; margin-inline: -.55rem; border-radius: 8px; }
.mega li a:hover { background: var(--paper); color: var(--text); }
.mega li a b { display: block; font-size: .96rem; }
.mega li a span { display: block; font-size: .82rem; color: var(--muted); line-height: 1.35; }
.mega-card { background: var(--ink); color: #fff; border-radius: var(--r-md); padding: 1.1rem; display: grid; gap: .7rem; }
.mega-card p { color: var(--on-ink-muted); font-size: .9rem; }
.mega-card img { border-radius: 8px; aspect-ratio: 16 / 9; object-fit: cover; object-position: center 35%; width: 100%; }
.mega-card .textlink { color: var(--cyan); }
.mega-foot { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 1rem; display: flex; gap: 1.5rem; flex-wrap: wrap; font-size: .92rem; }

.drawer { position: fixed; inset: 0; z-index: 80; }
.drawer .scrim { position: absolute; inset: 0; background: rgba(7,26,33,.55); }
.drawer .panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(420px, 100%); background: var(--surface); display: flex; flex-direction: column; }
.drawer .panel-head { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.25rem; border-bottom: 1px solid var(--line); }
.drawer .panel-head .brand { color: var(--ink); }
.drawer .panel-head .brand-mark { background: var(--ink); color: #fff; }
.drawer .panel-body { overflow: auto; flex: 1; padding: .5rem 1.25rem 1rem; }
.drawer details { border-bottom: 1px solid var(--line); }
.drawer summary { list-style: none; cursor: pointer; padding: 1rem 0; font-weight: 700; font-size: 1.08rem; display: flex; justify-content: space-between; }
.drawer summary::-webkit-details-marker { display: none; }
.drawer summary::after { content: "+"; font-weight: 400; font-size: 1.4rem; line-height: 1; color: var(--teal); }
.drawer details[open] summary::after { content: "–"; }
.drawer details ul { list-style: none; padding: 0 0 1rem; display: grid; gap: .1rem; }
.drawer details a, .drawer .plain { display: block; color: var(--text); text-decoration: none; }
.drawer details a { padding: .5rem 0; }
.drawer .plain { padding: 1rem 0; border-bottom: 1px solid var(--line); font-weight: 700; font-size: 1.08rem; }
.drawer .panel-foot { border-top: 1px solid var(--line); padding: 1rem 1.25rem calc(1rem + env(safe-area-inset-bottom, 0px)); display: grid; gap: .6rem; background: var(--paper); }
.drawer .panel-foot .btn { width: 100%; }
.drawer-close { background: var(--paper); border: 0; width: 40px; height: 40px; border-radius: 10px; font-size: 1.4rem; cursor: pointer; color: var(--ink); }
body.drawer-open { overflow: hidden; }

.mobile-cta { display: none; }
@media (max-width: 720px) {
  .mobile-cta { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; gap: .5rem; padding: .6rem 16px calc(.6rem + env(safe-area-inset-bottom, 0px)); background: rgba(255,255,255,.97); border-top: 1px solid var(--line); }
  .mobile-cta .btn { flex: 1; min-height: 46px; font-size: .95rem; padding-inline: .5rem; }
  body.has-mobile-cta { padding-bottom: 72px; }
}

/* ---------- Sections ---------- */
.sec { padding-block: clamp(3.5rem, 8vw, 6.5rem); }
.sec-tight { padding-block: clamp(2.5rem, 5vw, 4rem); }
.sec-flush-top { padding-top: 0; }
.on-ink { background: var(--ink); color: var(--on-ink); }
.on-ink h1, .on-ink h2, .on-ink h3 { color: #fff; }
.on-white { background: var(--surface); }
.sec-head { display: grid; gap: .9rem; max-width: 760px; margin-bottom: clamp(2rem, 4vw, 3rem); }
.sec-head.center { margin-inline: auto; text-align: center; justify-items: center; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 4vw, 4rem); align-items: center; }
@media (max-width: 900px) { .grid-2 { grid-template-columns: 1fr; } }

/* ---------- Home hero ---------- */
.hero { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 70% at 85% 20%, rgba(14,124,123,.55), transparent 70%), radial-gradient(40% 50% at 10% 110%, rgba(255,134,99,.18), transparent 70%); pointer-events: none; }
.hero .wrap { position: relative; display: grid; grid-template-columns: 1.02fr 1fr; gap: clamp(2rem, 4vw, 3.5rem); align-items: center; padding-block: clamp(3rem, 7vw, 5.5rem) clamp(3.5rem, 6vw, 5rem); }
.hero .copy { display: grid; gap: 1.4rem; }
.hero .jobs { color: var(--on-ink-muted); font-size: 1.15rem; max-width: 34em; }
.hero .jobs b { color: #fff; font-weight: 600; }
.hero .reassure { color: var(--on-ink-muted); }
.hero .reassure li::before { color: var(--cyan); }
.hero .contact-line { color: var(--on-ink-muted); font-size: .92rem; }
.hero .contact-line a { color: #fff; }
@media (max-width: 960px) { .hero .wrap { grid-template-columns: 1fr; } }
.hero-visual { position: relative; display: grid; min-width: 0; }
.hero-photo { width: 84%; justify-self: end; aspect-ratio: 1 / 1; border-radius: var(--r-lg); overflow: hidden; box-shadow: 0 30px 60px -30px rgba(0,0,0,.7); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; }
.hero-visual .board { width: 80%; margin-top: -21%; position: relative; z-index: 2; }
@media (max-width: 960px) { .hero-photo { width: 100%; aspect-ratio: 4 / 3.3; } .hero-visual .board { width: 94%; margin-top: -9%; justify-self: center; } }

.board { background: #fff; color: var(--text); border-radius: var(--r-lg); box-shadow: 0 40px 80px -30px rgba(0,0,0,.6); padding: 14px; font-size: 12px; min-width: 0; }
.board-top { display: flex; align-items: center; gap: .6rem; padding: 2px 4px 10px; border-bottom: 1px solid var(--line); }
.board-top b { font-size: 14px; font-family: var(--display); }
.board-top .mini-mark { width: 26px; height: 26px; border-radius: 7px; background: var(--ink); color: #fff; display: grid; place-items: center; font: 900 9px var(--body); }
.pill { display: inline-flex; align-items: center; gap: .3rem; font-size: 11px; font-weight: 700; padding: 3px 8px; border-radius: 999px; background: var(--paper); color: var(--muted); white-space: nowrap; }
.board-top .pill { margin-left: auto; }
.pill.live::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #20b27a; animation: ping 2s infinite; }
.pill.warn { background: var(--warn-soft); color: var(--warn-text); }
@keyframes ping { 0% { box-shadow: 0 0 0 0 rgba(32,178,122,.55); } 80%, 100% { box-shadow: 0 0 0 7px rgba(32,178,122,0); } }
.week { display: grid; grid-template-columns: 34px repeat(6, minmax(0, 1fr)); gap: 4px; margin-top: 10px; }
.week .dh { text-align: center; font-weight: 700; color: var(--muted); font-size: 11px; }
.week .dh.today { color: var(--teal); }
.week .t { color: var(--muted); font-size: 10px; text-align: right; padding: 3px 4px 0 0; font-variant-numeric: tabular-nums; }
.chip { border-radius: 6px; padding: 5px 6px; font-weight: 700; font-size: 10.5px; line-height: 1.2; min-height: 34px; color: #1b2a30; overflow: hidden; }
.chip small { display: block; font-weight: 500; opacity: .75; font-size: 9.5px; }
.chip.ballet { background: var(--c-ballet); } .chip.tap { background: var(--c-tap); } .chip.jazz { background: var(--c-jazz); }
.chip.hiphop { background: var(--c-hiphop); } .chip.ballroom { background: var(--c-ballroom); } .chip.contemp { background: var(--c-contemp); }
.chip.empty { background: repeating-linear-gradient(135deg, #f4f7f7 0 6px, #eef3f3 6px 12px); }
@media (max-width: 560px) { .week { grid-template-columns: 28px repeat(4, minmax(0, 1fr)); } .week .d5, .week .d6 { display: none; } }
.float-card { position: absolute; z-index: 3; background: #fff; color: var(--text); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); padding: 10px 12px; font-size: 12px; display: grid; gap: 3px; animation: bob 6s ease-in-out infinite; }
.float-card .k { color: var(--muted); font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.float-card .v { font-family: var(--display); font-size: 17px; font-weight: 750; letter-spacing: -.01em; }
.float-card .s { color: var(--muted); font-size: 11px; }
.float-card.a { right: -16px; top: 5%; }
.float-card.b { left: -26px; bottom: 16%; animation-delay: -2s; }
.float-card.c { right: 18px; bottom: -26px; animation-delay: -4s; }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
@media (max-width: 1180px) { .float-card.a { right: 8px; } .float-card.b { left: 8px; } }
@media (max-width: 560px) { .float-card { display: none; } }
.board-caption { color: var(--on-ink-muted); font-size: .8rem; margin-top: 2.2rem; text-align: right; }

/* ---------- Proof strip ---------- */
.proof { background: var(--ink-2); color: var(--on-ink-muted); }
.proof .wrap { display: flex; flex-wrap: wrap; gap: .75rem 2rem; align-items: center; justify-content: space-between; padding-block: 1.1rem; font-size: .92rem; }
.proof b { color: #fff; }
.proof .logos { display: flex; gap: .4rem 1.6rem; flex-wrap: wrap; align-items: center; list-style: none; padding: 0; }
.proof .logos li { color: #fff; font-weight: 700; opacity: .85; }

/* ---------- People ---------- */
.people { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.people article { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; display: grid; grid-template-rows: auto 1fr; }
.people .pimg { aspect-ratio: 4 / 3; overflow: hidden; }
.people .pimg img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.people .pimg.pos-right img { object-position: 65% 50%; }
.people article:hover .pimg img { transform: scale(1.04); }
.people .pbody { padding: 1.25rem 1.35rem 1.5rem; display: grid; gap: .5rem; align-content: start; }
.people .kind { font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--coral-press); }
.people p { color: var(--muted); font-size: .96rem; }
@media (max-width: 900px) { .people { grid-template-columns: 1fr; } .people article { grid-template-columns: 40% 1fr; grid-template-rows: none; } .people .pimg { aspect-ratio: auto; height: 100%; } }
@media (max-width: 520px) { .people article { grid-template-columns: 1fr; } .people .pimg { aspect-ratio: 16 / 10; } }

/* ---------- Studio week tabs ---------- */
.tabs { display: grid; grid-template-columns: 330px 1fr; gap: 2rem; align-items: start; }
.tablist { display: grid; gap: .5rem; }
.tab { text-align: left; border: 1px solid var(--line); background: var(--surface); border-radius: var(--r-md); padding: 1rem 1.1rem; cursor: pointer; font: inherit; color: var(--text); display: grid; gap: .25rem; transition: border-color .15s, box-shadow .15s; }
.tab .day { font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.tab b { font-family: var(--display); font-size: 1.15rem; letter-spacing: -.01em; }
.tab .desc { font-size: .92rem; color: var(--muted); display: none; }
.tab[aria-selected="true"] { border-color: var(--ink); box-shadow: inset 4px 0 0 var(--coral), var(--shadow); }
.tab[aria-selected="true"] .day { color: var(--coral-press); }
.tab[aria-selected="true"] .desc { display: block; }
.tabpanel { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow); }
.tabpanel .shot { background: #eef3f4; aspect-ratio: 16 / 9.4; overflow: hidden; }
.tabpanel .shot img { width: 100%; height: 100%; object-fit: cover; object-position: left top; }
.tabpanel .shot.stage-shot { background: radial-gradient(90% 90% at 50% 0, #1b4b59, #0c2530); display: grid; align-items: center; padding: clamp(1rem, 3vw, 2rem); }
.tabpanel .cap { padding: 1rem 1.25rem; display: flex; gap: 1rem; justify-content: space-between; align-items: center; flex-wrap: wrap; border-top: 1px solid var(--line); font-size: .95rem; }
@media (max-width: 900px) { .tabs { grid-template-columns: 1fr; } .tablist { grid-auto-flow: column; grid-auto-columns: minmax(200px, 1fr); overflow-x: auto; padding-bottom: .4rem; } .tab .desc { display: none !important; } }
.badge { display: inline-flex; align-items: center; gap: .3rem; font-size: .76rem; font-weight: 800; padding: 3px 9px; border-radius: 999px; background: var(--teal-soft); color: var(--teal); letter-spacing: .02em; white-space: nowrap; }
.badge.coral { background: var(--coral-soft); color: var(--coral-text); }

.routine { background: #fff; color: var(--text); border-radius: var(--r-lg); padding: 1.1rem; box-shadow: 0 30px 70px -30px rgba(0,0,0,.7); display: grid; gap: .8rem; font-size: .9rem; width: 100%; max-width: 520px; margin-inline: auto; }
.routine .rh { display: flex; justify-content: space-between; align-items: center; gap: .5rem; border-bottom: 1px solid var(--line); padding-bottom: .7rem; flex-wrap: wrap; }
.routine .rh b { font-family: var(--display); font-size: 1.1rem; }
.rt { display: grid; grid-template-columns: 26px 1fr auto; gap: .6rem; align-items: center; padding: .55rem .6rem; border-radius: 10px; background: var(--paper); }
.rt .o { font-weight: 800; color: var(--muted); font-variant-numeric: tabular-nums; text-align: center; }
.rt b { display: block; }
.rt span { font-size: .8rem; color: var(--muted); }

/* ---------- Built for dance ---------- */
.dance-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.dance-grid article { background: var(--surface); padding: 1.6rem; display: grid; gap: .6rem; align-content: start; }
.dance-grid .ico { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; font: 800 1.05rem var(--display); color: var(--ink); }
.ico.ballet { background: var(--c-ballet); } .ico.tap { background: var(--c-tap); } .ico.jazz { background: var(--c-jazz); }
.ico.hiphop { background: var(--c-hiphop); } .ico.ballroom { background: var(--c-ballroom); } .ico.contemp { background: var(--c-contemp); }
.dance-grid p { color: var(--muted); font-size: .96rem; }
@media (max-width: 900px) { .dance-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .dance-grid { grid-template-columns: 1fr; } }

.mosaic { display: grid; grid-template-columns: 1fr 1.35fr; gap: 1.25rem; }
.mosaic figure { margin: 0; position: relative; border-radius: var(--r-lg); overflow: hidden; height: clamp(220px, 27vw, 360px); }
.mosaic img { width: 100%; height: 100%; object-fit: cover; }
.mosaic figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 2.5rem 1.3rem 1.1rem; color: #fff; font: 700 clamp(1.15rem, 2vw, 1.5rem) var(--display); letter-spacing: -.01em; background: linear-gradient(transparent, rgba(7,26,33,.78)); }
@media (max-width: 700px) { .mosaic { grid-template-columns: 1fr; } }

/* ---------- Price band ---------- */
.price-band { background: var(--coral-soft); }
.price-band .wrap { display: grid; grid-template-columns: auto 1fr auto; gap: 2.5rem; align-items: center; }
.price-band h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); }
.big-price { font-family: var(--display); font-weight: 800; font-size: clamp(4rem, 10vw, 7.5rem); line-height: .85; letter-spacing: -.05em; color: var(--ink); font-variant-numeric: tabular-nums; }
.big-price sup { font-size: .38em; vertical-align: top; position: relative; top: .25em; margin-right: .04em; }
.big-price sub { font-size: .2em; letter-spacing: 0; font-weight: 700; vertical-align: baseline; color: var(--muted); margin-left: .2em; }
@media (max-width: 900px) { .price-band .wrap { grid-template-columns: 1fr; gap: 1.25rem; } }

/* ---------- Switch band ---------- */
.from-list { display: flex; flex-wrap: wrap; gap: .5rem; list-style: none; padding: 0; }
.from-list li { border: 1px solid var(--line-dark); border-radius: 999px; padding: .35rem .85rem; font-size: .9rem; color: #fff; }
.pdf-demo { display: grid; grid-template-columns: 1fr auto 1fr; gap: 1rem; align-items: center; }
.pdf-demo .paper { white-space: nowrap; overflow: hidden; background: #fff; color: #333; border-radius: 6px; padding: 1rem; font: 11.5px/1.6 "Courier New", monospace; box-shadow: 0 20px 40px -20px rgba(0,0,0,.6); transform: rotate(-2deg); }
.pdf-demo .paper hr { border: 0; border-top: 1px dashed #bbb; margin: .4rem 0; }
.pdf-demo .arrow { font-size: 2rem; color: var(--cyan); font-weight: 800; }
.pdf-demo .reg { background: #fff; color: var(--text); border-radius: 12px; padding: .8rem; display: grid; gap: .45rem; box-shadow: 0 20px 40px -20px rgba(0,0,0,.6); font-size: .82rem; }
.pdf-demo .r { display: grid; grid-template-columns: 1fr auto; gap: .5rem; align-items: center; padding: .45rem .55rem; border-radius: 8px; background: var(--paper); }
.pdf-demo .r b { display: block; font-size: .85rem; }
.pdf-demo .r span { color: var(--muted); font-size: .75rem; }
.pdf-demo .r em { font-style: normal; background: var(--coral); color: var(--ink); font-weight: 800; border-radius: 99px; padding: 2px 8px; font-size: .72rem; }
@media (max-width: 760px) { .pdf-demo { grid-template-columns: 1fr; } .pdf-demo .arrow { transform: rotate(90deg); justify-self: center; } }

/* ---------- Reviews ---------- */
.stars { color: var(--coral-press); letter-spacing: .12em; font-size: 1rem; }
.stars span { color: var(--muted); letter-spacing: 0; font-size: .85rem; font-weight: 600; margin-left: .4rem; }
.feature-review { margin: 0 0 1.25rem; background: var(--ink); color: #fff; border-radius: var(--r-lg); padding: clamp(1.5rem, 4vw, 2.6rem); display: grid; gap: .9rem; }
.feature-review .stars span { color: var(--on-ink-muted); }
.feature-review blockquote { margin: 0; font: 650 clamp(1.4rem, 2.8vw, 2.1rem)/1.2 var(--display); letter-spacing: -.015em; max-width: 34ch; text-wrap: balance; }
.feature-review .more { color: var(--on-ink-muted); max-width: 62ch; }
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.review { margin: 0; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.4rem; display: grid; gap: .8rem; align-content: space-between; }
.review blockquote { margin: 0; font-size: 1.05rem; line-height: 1.45; }
.reviewer { display: flex; align-items: center; gap: .7rem; font-size: .88rem; color: var(--muted); }
.reviewer b { display: block; color: var(--text); font-size: .95rem; }
.feature-review .reviewer { color: var(--on-ink-muted); }
.feature-review .reviewer b { color: #fff; }
.ini { width: 40px; height: 40px; border-radius: 50%; background: var(--teal-soft); color: var(--teal); display: grid; place-items: center; font-weight: 800; font-size: .85rem; flex-shrink: 0; }
.feature-review .ini { background: var(--coral); color: var(--ink); }
.review-source { margin-top: 1rem; }
@media (max-width: 860px) { .reviews { grid-template-columns: 1fr; } }

/* ---------- Photo split / support ---------- */
.photo-split { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(1.5rem, 5vw, 4.5rem); align-items: center; }
.photo-split .ph { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4 / 4.2; }
.photo-split .ph img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 900px) { .photo-split { grid-template-columns: 1fr; } .photo-split .ph { aspect-ratio: 4 / 3; } }
.support-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: .4rem; }
.support-facts div { border-top: 2px solid var(--ink); padding-top: .7rem; font-size: .93rem; color: var(--muted); }
.support-facts b { display: block; color: var(--text); font-size: 1rem; }
@media (max-width: 600px) { .support-facts { grid-template-columns: 1fr; } }

/* ---------- Resources ---------- */
.res-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.res { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md); padding: 1.3rem; display: grid; gap: .6rem; text-decoration: none; color: var(--text); align-content: start; transition: border-color .15s, transform .15s; }
.res:hover { border-color: var(--ink); transform: translateY(-2px); color: var(--text); }
.res .kind { font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--teal); }
.res h3 { font-size: 1.15rem; }
.res p { font-size: .92rem; color: var(--muted); }
@media (max-width: 900px) { .res-grid { grid-template-columns: 1fr; } }

/* ---------- Final CTA ---------- */
.final .wrap { display: grid; grid-template-columns: 1.3fr 1fr; gap: 1.25rem; }
.path { border-radius: var(--r-lg); padding: clamp(1.5rem, 3vw, 2.2rem); display: grid; gap: .9rem; align-content: start; }
.path h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); }
.path.primary { background: var(--coral); color: var(--ink); }
.path.primary .eyebrow { color: #7a2d14; }
.path.primary p { color: #3b1d12; }
.path.primary .btn { --bg: var(--ink); --fg: #fff; }
.path.primary .btn:hover { background: var(--ink-3); color: #fff; box-shadow: none; }
.path.secondary { background: var(--ink-2); border: 1px solid var(--line-dark); }
.path.secondary p { color: var(--on-ink-muted); }
.path.secondary a:not(.btn) { color: #fff; }
@media (max-width: 800px) { .final .wrap { grid-template-columns: 1fr; } }

/* ---------- Footer ---------- */
.v2-footer { background: #071a21; color: var(--on-ink-muted); font-size: .93rem; }
.v2-footer .cols { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: 2rem; padding-block: 3.5rem 2.5rem; }
.v2-footer h2 { color: #fff; margin: 0 0 .8rem; font: 800 .76rem var(--body); letter-spacing: .12em; text-transform: uppercase; }
.v2-footer ul { list-style: none; padding: 0; display: grid; gap: .45rem; }
.v2-footer a { color: var(--on-ink-muted); text-decoration: none; }
.v2-footer a:hover { color: #fff; }
.v2-footer .about { display: grid; gap: .8rem; align-content: start; }
.v2-footer .about p { max-width: 32ch; }
.v2-footer .base { border-top: 1px solid var(--line-dark); padding-block: 1.2rem; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; font-size: .85rem; }
@media (max-width: 900px) { .v2-footer .cols { grid-template-columns: 1fr 1fr; } .v2-footer .about { grid-column: 1 / -1; } }

/* ---------- Pricing ---------- */
.p-hero { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.p-hero > .bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .2; filter: saturate(.6); }
.p-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12,37,48,.55), var(--ink) 92%); pointer-events: none; }
.p-hero .wrap { position: relative; z-index: 1; padding-block: clamp(3rem, 6vw, 5rem) clamp(6rem, 10vw, 8rem); display: grid; gap: 1.1rem; justify-items: center; text-align: center; }
.p-hero h1 { max-width: 14ch; }
.p-hero .lede { color: var(--on-ink-muted); }
.crumbs { font-size: .88rem; color: var(--on-ink-muted); }
.crumbs a { color: var(--on-ink-muted); }
.p-cards { margin-top: clamp(-6rem, -8vw, -4.5rem); position: relative; z-index: 2; display: grid; grid-template-columns: 1.35fr 1fr; gap: 1.25rem; align-items: stretch; }
.p-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.5rem, 3vw, 2.2rem); box-shadow: var(--shadow); display: grid; gap: 1.1rem; align-content: start; }
.p-card.main { border: 2px solid var(--ink); }
.p-card .row { display: flex; align-items: baseline; gap: .6rem; flex-wrap: wrap; }
.p-card .amt { font-family: var(--display); font-size: clamp(3.4rem, 7vw, 4.6rem); font-weight: 800; letter-spacing: -.05em; line-height: .9; font-variant-numeric: tabular-nums; }
.p-card .amt.addon { font-size: clamp(2.6rem, 5vw, 3.4rem); }
.p-card .per { color: var(--muted); font-weight: 600; }
.checks { list-style: none; padding: 0; display: grid; gap: .55rem; }
.checks li { padding-left: 1.7rem; position: relative; }
.checks li::before { content: ""; position: absolute; left: 0; top: .28em; width: 1.05rem; height: 1.05rem; border-radius: 50%; background: var(--teal-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 8.5l2.5 2.5L12 5.5' fill='none' stroke='%230e7c7b' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 80% no-repeat; }
.checks.two { grid-template-columns: 1fr 1fr; column-gap: 1.5rem; }
@media (max-width: 860px) { .p-cards { grid-template-columns: 1fr; } .checks.two { grid-template-columns: 1fr; } }

.calc { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.5rem, 3vw, 2.4rem); display: grid; grid-template-columns: 1.1fr 1fr; gap: 2rem; align-items: center; }
.calc output { font-family: var(--display); font-weight: 800; font-size: clamp(2.6rem, 6vw, 4rem); letter-spacing: -.04em; line-height: 1; color: var(--ink); font-variant-numeric: tabular-nums; }
.calc input[type=range] { width: 100%; accent-color: var(--coral-press); height: 28px; }
.calc .scale { display: flex; justify-content: space-between; font-size: .8rem; color: var(--muted); font-variant-numeric: tabular-nums; }
.calc .cost-field { max-width: 280px; }
.bars { display: grid; gap: .7rem; }
.bar { display: grid; grid-template-columns: 9.5rem 1fr 5.5rem; gap: .75rem; align-items: center; font-size: .9rem; }
.bar .track { height: 14px; background: var(--paper); border-radius: 99px; overflow: hidden; }
.bar .fill { height: 100%; width: 0; border-radius: 99px; background: var(--muted); transition: width .3s ease; }
.bar.dsm .fill { background: var(--coral-press); }
.bar .val { text-align: right; font-weight: 700; font-variant-numeric: tabular-nums; }
@media (max-width: 860px) { .calc { grid-template-columns: 1fr; } .bar { grid-template-columns: 7rem 1fr 4.6rem; } }

.extras { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.extras > div { background: var(--surface); padding: 1.3rem 1.4rem; display: grid; grid-template-columns: 1fr auto; gap: .3rem 1rem; align-items: baseline; }
.extras b { font-size: 1.02rem; }
.extras .who { font-weight: 800; font-size: .95rem; text-align: right; font-variant-numeric: tabular-nums; }
.extras p { grid-column: 1 / -1; color: var(--muted); font-size: .92rem; }
@media (max-width: 760px) { .extras { grid-template-columns: 1fr; } }

.faq { display: grid; gap: .6rem; max-width: 820px; }
.faq details { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md); padding: 0 1.25rem; }
.faq summary { cursor: pointer; list-style: none; padding: 1.05rem 0; font-weight: 700; font-size: 1.05rem; display: flex; justify-content: space-between; gap: 1rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--teal); font-size: 1.4rem; line-height: 1; font-weight: 400; }
.faq details[open] summary::after { content: "–"; }
.faq details p { padding-bottom: 1.1rem; color: var(--muted); }

/* ---------- Trial page ---------- */
.trial { background: linear-gradient(180deg, var(--ink) 0 420px, var(--paper) 420px); }
.trial .wrap { padding-block: clamp(2.5rem, 5vw, 4rem) clamp(3rem, 6vw, 5rem); }
.trial-head { color: #fff; display: grid; gap: .8rem; max-width: 760px; margin-bottom: 2rem; }
.trial-head h1 { font-size: clamp(2.2rem, 4.6vw, 3.4rem); }
.trial-head .lede { color: var(--on-ink-muted); }
.trial-head .reassure { color: var(--on-ink-muted); }
.trial-head .reassure li::before { color: var(--cyan); }
.form-shell { display: grid; grid-template-columns: 1.35fr .9fr; gap: 1.25rem; align-items: start; }
@media (max-width: 900px) { .form-shell { grid-template-columns: 1fr; } }
.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.25rem, 3vw, 2rem); }
.card.elev { box-shadow: var(--shadow); }
.card.dark { background: var(--ink); color: var(--on-ink); border: 0; }
.card.dark .who { color: var(--on-ink-muted); }
.form-title { margin-bottom: 1.2rem; display: grid; gap: .3rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-grid .full { grid-column: 1 / -1; }
@media (max-width: 560px) { .form-grid { grid-template-columns: 1fr; } }
.form-field { display: grid; gap: .35rem; align-content: start; }
.form-field label { font-weight: 700; font-size: .93rem; }
.form-field .req { color: var(--coral-press); }
.form-field .optional { font-weight: 500; color: var(--muted); }
.form-field input { width: 100%; min-height: 50px; border: 1.5px solid #bfd0d3; border-radius: 12px; background: #fff; padding: .7rem .9rem; font: 500 1rem var(--body); color: var(--text); transition: border-color .15s, box-shadow .15s; }
.form-field input:hover { border-color: #93afb4; }
.form-field input:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 4px rgba(14,124,123,.16); }
.form-field input[aria-invalid="true"] { border-color: var(--bad); box-shadow: 0 0 0 4px rgba(194,65,45,.12); }
.field-error { color: var(--bad); font-size: .85rem; font-weight: 600; min-height: 0; }
.field-error:empty { display: none; }
.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.demo-form { position: relative; }
.form-actions { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin-top: 1.25rem; }
.demo-submit { --bg: var(--coral); }
.demo-submit:disabled { opacity: .55; cursor: not-allowed; transform: none; box-shadow: none; }
.form-status { font-size: .9rem; color: var(--muted); }
.form-status.error { color: var(--bad); font-weight: 600; }
.form-status.success { color: var(--good); font-weight: 700; background: var(--good-soft); padding: .7rem .9rem; border-radius: 10px; flex-basis: 100%; }
.form-privacy, .form-fallback { font-size: .8rem; color: var(--muted); margin-top: 1rem; }
.form-privacy a, .form-fallback a { color: var(--muted); }
.aside-photo { margin: 0; border-radius: var(--r-lg); overflow: hidden; position: relative; aspect-ratio: 16 / 10; }
.aside-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 50%; }
.aside-photo figcaption { position: absolute; inset: auto 0 0 0; padding: 2rem 1rem .8rem; color: #fff; font-weight: 700; font-size: .92rem; background: linear-gradient(transparent, rgba(7,26,33,.8)); }
.next-steps { list-style: none; padding: 0; display: grid; gap: 1rem; counter-reset: step; }
.next-steps li { display: grid; grid-template-columns: 34px 1fr; gap: .8rem; align-items: start; counter-increment: step; }
.next-steps li::before { content: counter(step); width: 34px; height: 34px; border-radius: 50%; background: var(--teal-soft); color: var(--teal); display: grid; place-items: center; font-weight: 800; }
.next-steps b { display: block; }
.next-steps span { color: var(--muted); font-size: .92rem; }
.aside-quote { display: grid; gap: .5rem; }
.aside-quote .stars { font-size: .9rem; }

@media (prefers-reduced-motion: reduce) {
  .float-card, .pill.live::before { animation: none; }
  .btn, .btn .arr, .people .pimg img, .res, .tab { transition: none; }
}

/* Headings inside cards */
.p-card h2, .form-title h2 { font-size: clamp(1.3rem, 2.2vw, 1.6rem); }
.h4, .card h2.h4 { font-size: 1.05rem; font-weight: 700; letter-spacing: 0; margin-bottom: 1rem; }

/* ---------- Hero v1.1: full-bleed photo, "Tonight" card, styles band ---------- */
.hero-photo-bg { isolation: isolate; }
.hero-photo-bg .hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 70% 40%; z-index: -2; }
.hero-photo-bg::before { z-index: -1; background:
  linear-gradient(90deg, rgba(12,37,48,.95) 0%, rgba(12,37,48,.86) 38%, rgba(12,37,48,.55) 68%, rgba(12,37,48,.42) 100%),
  linear-gradient(0deg, rgba(12,37,48,.7) 0%, transparent 35%); }
.hero-photo-bg .wrap { padding-block: clamp(3.5rem, 8vw, 6.5rem) clamp(4rem, 8vw, 6.5rem); }
.hero-photo-bg .copy { text-shadow: 0 1px 18px rgba(7,26,33,.45); }
@media (max-width: 960px) {
  .hero-photo-bg::before { background: linear-gradient(180deg, rgba(12,37,48,.88) 0%, rgba(12,37,48,.8) 55%, rgba(12,37,48,.92) 100%); }
  .hero-photo-bg .hero-bg { object-position: 60% 30%; }
}

.tonight { position: relative; background: #fff; color: var(--text); border-radius: 18px; box-shadow: 0 40px 80px -30px rgba(0,0,0,.65); overflow: hidden; transform: rotate(-1.2deg); max-width: 540px; width: 100%; justify-self: end; }
.tonight-top { display: flex; align-items: center; gap: .7rem; padding: .85rem 1.1rem; background: #f6f9f9; border-bottom: 1px solid var(--line); font-size: .78rem; color: var(--muted); }
.tonight-top b { color: var(--text); font-size: .95rem; font-family: var(--display); }
.tonight-top > span:last-child { margin-left: auto; }
.tonight-top .dots { display: flex; gap: 5px; }
.tonight-top .dots i { width: 9px; height: 9px; border-radius: 50%; background: #cfd9db; }
.tonight ul { list-style: none; padding: .75rem; display: grid; gap: .55rem; }
.tonight li { display: grid; grid-template-columns: 3.4rem 1fr auto; gap: .8rem; align-items: center; padding: .75rem .85rem; border: 1px solid var(--line); border-radius: 12px; }
.tonight .when { font-size: .72rem; color: var(--muted); line-height: 1.2; }
.tonight .when b { display: block; font-size: 1rem; color: var(--text); font-variant-numeric: tabular-nums; }
.tonight .what b { display: block; font-size: .95rem; margin-bottom: .3rem; }
.tonight .tags { display: flex; flex-wrap: wrap; gap: .3rem; }
.tag { font-size: .7rem; font-weight: 700; padding: 2px 8px; border-radius: 999px; background: var(--paper); color: var(--muted); white-space: nowrap; }
.tag.lock { background: var(--coral-soft); color: var(--coral-text); }
.tag.lock::before { content: "● "; font-size: .6rem; vertical-align: 1px; }
.tag.ok { background: var(--good-soft); color: var(--good); }
.tag.stage { background: #ece8ff; color: #5b3fb5; }
.tonight .cap { display: grid; justify-items: end; gap: .35rem; font-size: .72rem; color: var(--muted); text-align: right; }
.seg { display: flex; gap: 2px; }
.seg i { width: 6px; height: 14px; border-radius: 2px; background: #e2eaeb; }
.seg i.on { background: var(--coral-press); }
.seg.full i.on { background: #f0a73a; }
.tonight-foot { text-align: right; font-size: .72rem; color: var(--muted); padding: 0 1.1rem .8rem; }
.note-card { position: absolute; z-index: 3; display: flex; gap: .7rem; align-items: center; background: #fff; color: var(--text); border-radius: 14px; box-shadow: var(--shadow); padding: .7rem 1rem; font-size: .78rem; color: var(--muted); animation: bob 6s ease-in-out infinite; }
.note-card b { display: block; color: var(--text); font-size: .9rem; }
.note-card.top { right: -14px; top: -34px; }
.note-card.bottom { left: -8px; bottom: -30px; animation-delay: -3s; }
.nc-icon { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; font-weight: 800; font-size: 1rem; }
.nc-icon.pay { background: var(--coral-soft); color: var(--coral-press); }
.nc-icon.ok { background: var(--good-soft); color: var(--good); }
@media (max-width: 1180px) { .note-card.top { right: 8px; } .note-card.bottom { left: 8px; } }
@media (max-width: 960px) { .tonight { justify-self: center; } }
@media (max-width: 560px) { .note-card { display: none; } .tonight { transform: none; } .tonight li { grid-template-columns: 3rem 1fr; } .tonight .cap { grid-column: 2; justify-items: start; text-align: left; } }

.styles-band { background: var(--coral); color: var(--ink); overflow: hidden; }
.styles-track { display: flex; width: max-content; animation: marquee 48s linear infinite; }
.styles-track ul { display: flex; list-style: none; padding: 0; margin: 0; }
.styles-track li { font: 800 clamp(1.05rem, 1.8vw, 1.35rem)/1 var(--display); text-transform: uppercase; letter-spacing: .02em; padding: 1.15rem 0; white-space: nowrap; }
.styles-track li::after { content: "✦"; margin-inline: 1.4rem; font-size: .8em; opacity: .7; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .styles-track, .note-card { animation: none; } }
@media (max-width: 560px) { .tonight li:nth-child(4) { display: none; } }

/* v1.2: commissioned tap-class photo — keep the class visible above a lower, slimmer card */
.hero-photo-bg .hero-bg { object-position: 62% 35%; }
.hero-photo-bg::before { background:
  linear-gradient(90deg, rgba(12,37,48,.95) 0%, rgba(12,37,48,.88) 38%, rgba(12,37,48,.4) 60%, rgba(12,37,48,.12) 100%),
  linear-gradient(0deg, rgba(12,37,48,.75) 0%, transparent 32%); }
.hero-photo-bg .wrap { align-items: end; }
.hero-photo-bg .hero-visual { align-self: end; padding-top: clamp(9rem, 17vw, 15rem); }
.hero-photo-bg .tonight { max-width: 470px; transform: rotate(-1deg); }
.hero-photo-bg .tonight li:nth-child(4) { display: none; }
.hero-photo-bg .tonight ul { padding: .6rem; gap: .45rem; }
.hero-photo-bg .tonight li { padding: .6rem .8rem; }
.hero-photo-bg .note-card.top { top: calc(clamp(9rem, 17vw, 15rem) - 34px); }
@media (max-width: 960px) {
  .hero-photo-bg .hero-visual { padding-top: 0; }
  .hero-photo-bg .note-card.top { top: -34px; }
  .hero-photo-bg::before { background: linear-gradient(180deg, rgba(12,37,48,.9) 0%, rgba(12,37,48,.78) 50%, rgba(12,37,48,.9) 100%); }
}
@media (max-width: 960px) {
  .hero-photo-bg::before { display: none; }
  .hero-photo-bg .hero-bg { position: relative; inset: auto; display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-position: 68% 35%; z-index: 0; -webkit-mask-image: linear-gradient(#000 72%, transparent); mask-image: linear-gradient(#000 72%, transparent); }
  .hero-photo-bg .wrap { padding-top: .5rem; }
  .hero-photo-bg .copy { text-shadow: none; }
}
