/* ============================================================
   The Cherry, thecherrymusic.com
   Warm cream + burgundy, tiny animations
   ============================================================ */

/* ---------- Fonts (self-hosted, see assets/fonts/) ---------- */
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  font-optical-sizing: auto;
  src: url('assets/fonts/fraunces-italic-400-700-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  font-optical-sizing: auto;
  src: url('assets/fonts/fraunces-italic-400-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  font-optical-sizing: auto;
  src: url('assets/fonts/fraunces-normal-400-700-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  font-optical-sizing: auto;
  src: url('assets/fonts/fraunces-normal-400-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  src: url('assets/fonts/work-sans-italic-400-600-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  src: url('assets/fonts/work-sans-italic-400-600-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('assets/fonts/work-sans-normal-400-600-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('assets/fonts/work-sans-normal-400-600-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- Tokens ---------- */
:root {
  --paper: #F7F1E5;
  --paper-2: #EFE7D6;
  --paper-3: #E7DCC6;
  --ink: #400016; /* exact fill of the original logomark */
  --ink-soft: #66293A;
  --cherry: #A32438;
  --cherry-bright: #C13049;
  --line: rgba(69, 16, 30, .18);

  --font-display: 'Fraunces', 'Iowan Old Style', Georgia, serif;
  --font-body: 'Work Sans', -apple-system, 'Segoe UI', sans-serif;

  --wrap: 68rem;
  --pad: clamp(1.25rem, 4vw, 2.5rem);
  --radius: 1.25rem;

  --ease-out: cubic-bezier(.22, .8, .3, 1);
  --ease-spring: cubic-bezier(.34, 1.56, .5, 1);
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  overflow-x: clip; /* clips stray overflow without breaking position:sticky (body would not) */
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img, svg, iframe { max-width: 100%; }
img { height: auto; display: block; }
[hidden] { display: none !important; }

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.12;
  margin: 0 0 .6em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.6rem, 8.5vw, 5.25rem); letter-spacing: -.015em; }
h2 { font-size: clamp(1.9rem, 4.5vw, 2.9rem); }
h3 { font-size: clamp(1.25rem, 2.6vw, 1.55rem); }

p { margin: 0 0 1.1em; max-width: 62ch; }
p:last-child { margin-bottom: 0; }

a { color: var(--cherry); text-decoration-thickness: 1.5px; text-underline-offset: .2em; }
a:hover { color: var(--ink); }

::selection { background: var(--cherry); color: var(--paper); }

:focus-visible {
  outline: 3px solid var(--cherry);
  outline-offset: 3px;
  border-radius: 4px;
}
/* cherry on burgundy is < 3:1, use paper on dark surfaces (WCAG 1.4.11) */
.ribbon:focus-visible,
.ribbon-pause:focus-visible,
.skip-link:focus-visible,
.site-footer :focus-visible {
  outline-color: var(--paper);
}

.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: var(--pad); }

.cherry-glyph { width: 1.15em; height: 1.15em; flex: none; overflow: visible; }

.skip-link {
  position: absolute;
  left: -999px; top: .75rem;
  z-index: 200;
  background: var(--ink); color: var(--paper);
  padding: .6rem 1.1rem; border-radius: 999px;
  text-decoration: none; font-weight: 600;
}
.skip-link:focus { left: .75rem; color: var(--paper); }

/* ---------- Squiggle link underline (tiny animation) ---------- */
.squiggle {
  position: relative;
  text-decoration: none;
  color: inherit;
  font-weight: 500;
  padding-bottom: .18em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='5' viewBox='0 0 28 5'%3E%3Cpath d='M0 3.5 Q 3.5 0.5 7 3.5 T 14 3.5 T 21 3.5 T 28 3.5' fill='none' stroke='%23A32438' stroke-width='1.6'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: 0 100%;
  background-size: 28px 5px;
  animation: squiggle-slide .6s linear infinite;
  animation-play-state: paused;
}
.squiggle:hover, .squiggle:focus-visible { animation-play-state: running; color: var(--cherry); }
@keyframes squiggle-slide { to { background-position: 28px 100%; } }

/* ---------- Ticker ribbon (the Weeztix referral, first thing on screen) ---------- */
.ribbon-wrap { position: relative; background: var(--ink); }
.ribbon {
  display: block;
  background: var(--ink);
  color: var(--paper);
  text-decoration: none;
  overflow: hidden;
  padding-block: .55rem;
  padding-right: 3rem; /* room for the pause button */
  border-bottom: 1px solid rgba(247, 241, 229, .15);
}
.ribbon:hover, .ribbon:focus-visible { color: var(--paper); background: #571526; }
.ribbon-pause {
  position: absolute;
  right: .5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(247, 241, 229, .4);
  border-radius: 999px;
  background: var(--ink);
  box-shadow: 0 0 0 6px var(--ink);
  color: var(--paper);
  cursor: pointer;
  padding: 0;
}
.ribbon-pause:hover { border-color: var(--paper); }
.ribbon-pause svg { width: .7rem; height: .7rem; }
.ribbon-pause .icon-play { display: none; }
.ribbon-pause[aria-pressed="true"] .icon-play { display: block; }
.ribbon-pause[aria-pressed="true"] .icon-pause { display: none; }
.ribbon-track {
  display: flex;
  gap: 3rem;
  width: max-content;
  animation: ribbon-scroll 26s linear infinite;
}
.ribbon:hover .ribbon-track,
.ribbon:focus-visible .ribbon-track,
.ribbon.is-paused .ribbon-track { animation-play-state: paused; }
.ribbon-item {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  white-space: nowrap;
  font-size: .95rem;
  letter-spacing: .04em;
  font-weight: 500;
}
.ribbon-item .cherry-glyph { width: 1.05em; height: 1.05em; flex: none; }
.ribbon-item strong { font-weight: 600; }
.ribbon-item .arrow { transition: transform .3s var(--ease-spring); }
.ribbon:hover .arrow { transform: translateX(.3em); }
@keyframes ribbon-scroll { to { transform: translateX(calc(-50% - 1.5rem)); } }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header .bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.25rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  text-decoration: none;
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: .01em;
  white-space: nowrap;
}
.brand:hover { color: var(--ink); }
.brand .logo-mark { width: 2rem; height: 2rem; overflow: visible; }
/* brand cherries wiggle on hover */
.brand:hover .logo-swing, .brand:focus-visible .logo-swing {
  animation: cherry-swing 1s var(--ease-spring) both;
}
@keyframes cherry-swing {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(6deg); }
  55% { transform: rotate(-4.5deg); }
  80% { transform: rotate(2deg); }
  100% { transform: rotate(0deg); }
}
.logo-swing { transform-origin: 58% 12%; }

.main-nav { display: flex; align-items: center; gap: clamp(.9rem, 2.4vw, 1.7rem); }
.main-nav a { font-size: .98rem; }
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  background: var(--cherry);
  color: var(--paper) !important;
  text-decoration: none;
  font-weight: 600;
  font-size: .92rem;
  padding: .5rem 1rem;
  border-radius: 999px;
  transition: background .25s, transform .25s var(--ease-spring);
}
.nav-cta:hover, .nav-cta:focus-visible { background: var(--ink); transform: translateY(-1px); }

.lang-switch {
  display: flex;
  gap: .15rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: .18rem;
  background: var(--paper);
}
.lang-switch button {
  font: inherit;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .05em;
  border: 0;
  background: transparent;
  color: var(--ink-soft);
  border-radius: 999px;
  padding: .28rem .6rem;
  cursor: pointer;
  transition: background .25s, color .25s;
}
.lang-switch button:hover { color: var(--ink); background: var(--paper-2); }
.lang-switch button[aria-pressed="true"] { background: var(--ink); color: var(--paper); }

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
  border-radius: 999px;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.menu-toggle svg { width: 1.35rem; height: 1.35rem; }
.menu-toggle .icon-close { display: none; }
.menu-toggle[aria-expanded="true"] .icon-close { display: block; }
.menu-toggle[aria-expanded="true"] .icon-open { display: none; }

/* Mobile nav panel: direct child of <body> (never nest in a backdrop-filter header) */
.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 90;
  background: var(--paper);
  padding: 6.5rem var(--pad) 2rem;
  flex-direction: column;
  gap: .25rem;
  overflow-y: auto;
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  font-family: var(--font-display);
  font-size: 1.9rem;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
  padding: .55rem 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-nav a:hover { color: var(--cherry); }
.mobile-nav .mobile-cta {
  margin-top: 1.4rem;
  border: 0;
  background: var(--cherry);
  color: var(--paper);
  border-radius: var(--radius);
  padding: 1rem 1.2rem;
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 600;
  justify-content: center;
  gap: .6rem;
}
.mobile-nav .mobile-lang { margin-top: 1.2rem; align-self: flex-start; }
.mobile-nav .mobile-lang button { padding: .6rem .9rem; font-size: .9rem; }
/* scroll lock on the root: body overflow no longer propagates to the viewport
   because html has overflow-x:clip */
html.nav-open { overflow: hidden; }
.mobile-nav { overscroll-behavior: contain; }
@media (min-width: 861px) {
  .mobile-nav { display: none !important; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding-block: clamp(3rem, 8vh, 5.5rem) clamp(3.5rem, 9vh, 6rem);
  text-align: center;
}
/* original logomark: settles in, then sways gently from the stem */
.hero-logo {
  width: clamp(88px, 14vw, 132px);
  margin-inline: auto;
  margin-bottom: 1.2rem;
  overflow: visible;
  animation: logo-in .9s var(--ease-spring) both, gentle-sway 6.5s ease-in-out 1.4s infinite;
  transform-origin: 52% 6%;
}
@keyframes logo-in {
  from { opacity: 0; transform: translateY(10px) scale(.94); }
  to { opacity: 1; transform: none; }
}
@keyframes gentle-sway {
  0%, 100% { transform: rotate(0deg); }
  30% { transform: rotate(1.6deg); }
  70% { transform: rotate(-1.4deg); }
}

.hero h1 { margin-bottom: .25em; }
.hero h1 .word { display: inline-block; }
.hero h1 .ltr {
  display: inline-block;
  opacity: 0;
  transform: translateY(.55em) rotate(3deg);
  animation: ltr-rise .7s var(--ease-spring) forwards;
}
@keyframes ltr-rise { to { opacity: 1; transform: translateY(0) rotate(0deg); } }

.hero .tagline {
  font-size: clamp(1.05rem, 2.4vw, 1.3rem);
  color: var(--ink-soft);
  margin-inline: auto;
  margin-bottom: 2rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
  justify-content: center;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font: inherit;
  font-weight: 600;
  font-size: 1.02rem;
  text-decoration: none;
  border-radius: 999px;
  padding: .85rem 1.6rem;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: transform .3s var(--ease-spring), background .25s, color .25s, border-color .25s, box-shadow .3s;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(.98); }
.btn .cherry-glyph { width: 1.15em; height: 1.15em; flex: none; overflow: visible; }
.btn:hover .cherry-glyph, .btn:focus-visible .cherry-glyph {
  animation: cherry-bounce .55s var(--ease-spring);
  transform-origin: 55% 8%;
}
@keyframes cherry-bounce {
  0% { transform: rotate(0); }
  35% { transform: rotate(-12deg); }
  70% { transform: rotate(8deg); }
  100% { transform: rotate(0); }
}
.btn-primary {
  background: var(--cherry);
  color: var(--paper);
  box-shadow: 0 6px 18px -8px rgba(163, 36, 56, .55);
}
.btn-primary:hover, .btn-primary:focus-visible {
  background: var(--ink);
  color: var(--paper);
  box-shadow: 0 10px 22px -8px rgba(69, 16, 30, .5);
}
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line);
}
.btn-ghost:hover, .btn-ghost:focus-visible { border-color: var(--ink); color: var(--ink); }

/* ---------- Scroll cue: a cherry on a string ---------- */
.scroll-cue {
  margin: 2.8rem auto 0;
  display: flex;
  justify-content: center;
}
.scroll-cue a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: .2rem;
  color: var(--ink-soft);
  text-decoration: none;
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.scroll-cue .cue-cherry {
  width: 18px;
  overflow: visible;
  animation: cue-bob 2.4s ease-in-out infinite;
}
@keyframes cue-bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(7px); }
}

/* ---------- Sections ---------- */
.section { padding-block: clamp(3.5rem, 9vw, 6.5rem); }
.section-alt { background: var(--paper-2); }

/* scroll reveals, hidden state only when JS is running (html.js set inline in <head>),
   so no-JS visitors still see all content */
html.js .reveal { opacity: 0; transform: translateY(1.4rem); }
html.js .reveal.in {
  opacity: 1;
  transform: none;
  transition: opacity .8s ease, transform .8s var(--ease-out);
}

/* ---------- Shop (Weeztix) ---------- */
.shop-grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
}
/* the one-line sections read as intentional, not sparse */
.shop-grid p, .about-grid p { font-size: clamp(1.05rem, 1.5vw, 1.2rem); }
.embed-shell {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 560px;
  display: grid;
}
.section-alt .embed-shell { background: var(--paper); }
.embed-cover {
  display: grid;
  place-content: center;
  justify-items: center;
  text-align: center;
  gap: 1.1rem;
  padding: 2.5rem 1.5rem;
  background:
    radial-gradient(circle at 15% 20%, rgba(163, 36, 56, .07), transparent 40%),
    radial-gradient(circle at 85% 80%, rgba(163, 36, 56, .07), transparent 40%);
}
.embed-cover .cover-logo {
  width: 64px;
  overflow: visible;
  animation: gentle-sway 6.5s ease-in-out infinite;
  transform-origin: 52% 6%;
}
.embed-cover h3 { margin-bottom: 0; }
.embed-cover p { font-size: .92rem; color: var(--ink-soft); max-width: 40ch; }
.embed-cover .privacy-hint { font-size: .8rem; }
.embed-cover .privacy-hint a { display: inline-block; padding-block: .55rem; }
.embed-shell .embed-target { display: none; }
.embed-shell.loaded .embed-cover { display: none; }
.embed-shell.loaded .embed-target { display: block; padding: .5rem; }
.embed-shell.loaded { min-height: 700px; }
.embed-target:focus { outline: none; } /* programmatic focus target after click-to-load */
/* flat variant for the Bandsintown slot inside a card (compact while empty,
   .loaded's min-height still wins once an embed is active) */
.embed-shell--flat { border: 0; min-height: 0; }

/* ---------- About ---------- */
.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 6fr);
  gap: clamp(1.75rem, 5vw, 4rem);
  align-items: center;
}
.about-photo {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--ink);
  transform: rotate(-1.2deg);
  transition: transform .5s var(--ease-spring);
  box-shadow: 0 18px 40px -22px rgba(69, 16, 30, .55);
}
.about-photo:hover { transform: rotate(0deg) scale(1.012); }
.about-photo img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.about-photo .photo-fallback {
  aspect-ratio: 1 / 1;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 1rem;
  color: var(--paper);
  background:
    radial-gradient(circle at 30% 25%, rgba(247, 241, 229, .14), transparent 45%),
    radial-gradient(circle at 75% 80%, rgba(163, 36, 56, .35), transparent 55%),
    var(--ink);
  padding: 2rem;
  text-align: center;
  font-family: var(--font-display);
  font-size: 1.1rem;
}
.about-photo .photo-fallback svg { width: 84px; opacity: .85; overflow: visible; }

/* ---------- Cards (live page / teasers) ---------- */
.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.4rem, 3.5vw, 2.2rem);
}
.card + .card { margin-top: 1.2rem; }
.section-alt .card { background: var(--paper); }

/* ---------- Contact ---------- */
.contact-box { text-align: center; }
.contact-email {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 4vw, 2rem);
  font-weight: 600;
  word-break: break-word;
}
.socials {
  margin-top: 1.8rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .8rem;
  padding: 0;
  list-style: none;
}
.socials a {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: .6rem 1.15rem;
  text-decoration: none;
  color: var(--ink);
  font-weight: 500;
  font-size: .95rem;
  transition: transform .3s var(--ease-spring), border-color .25s, background .25s;
}
.socials a:hover, .socials a:focus-visible {
  transform: translateY(-2px) rotate(-.5deg);
  border-color: var(--cherry);
  background: var(--paper);
  color: var(--cherry);
}
.socials svg { width: 1.15rem; height: 1.15rem; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--ink);
  color: var(--paper);
  padding-block: 2.6rem;
  font-size: .92rem;
}
.site-footer .foot-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 2.5rem;
  align-items: center;
  justify-content: space-between;
}
.site-footer a { color: var(--paper); text-decoration-color: rgba(247, 241, 229, .4); }
.site-footer a:hover { color: #E8C9CE; }
.foot-brand {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
}
.foot-brand .logo-mark { width: 1.6rem; height: 1.6rem; overflow: visible; }
.foot-brand:hover .logo-swing { animation: cherry-swing 1s var(--ease-spring) both; }
.foot-legal { display: flex; flex-wrap: wrap; gap: 1.2rem; list-style: none; padding: 0; margin: 0; }
.foot-legal a { display: inline-block; padding-block: .45rem; }
.foot-note { width: 100%; color: rgba(247, 241, 229, .65); font-size: .82rem; }

/* ---------- Page hero (subpages) ---------- */
.page-hero { padding-block: clamp(2.8rem, 7vw, 4.5rem) clamp(1.5rem, 4vw, 2.5rem); }
.page-hero p { color: var(--ink-soft); }

/* ---------- Live page ---------- */
.gig-teaser {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}
.gig-teaser .gig-what { max-width: 42ch; }
.gig-teaser h2:last-child { margin-bottom: 0; }
.bandsintown-slot .placeholder-inner {
  text-align: center;
  padding-block: 2.2rem;
  color: var(--ink-soft);
}
.bandsintown-slot .placeholder-inner svg {
  width: 54px;
  overflow: visible;
  margin-inline: auto;
  margin-bottom: 1rem;
  animation: gentle-sway 6.5s ease-in-out infinite;
  transform-origin: 52% 6%;
}

/* ---------- Legal pages ---------- */
.legal-content { padding-bottom: clamp(3rem, 8vw, 5rem); }
.legal-content h2 { font-size: 1.45rem; margin-top: 2.2em; }
.legal-content .todo {
  background: var(--paper-2);
  border: 1px dashed var(--cherry);
  border-radius: .6rem;
  padding: .8rem 1.1rem;
  font-size: .92rem;
}

/* ---------- 404 ---------- */
.error-hero { text-align: center; padding-block: clamp(4rem, 12vw, 8rem); }
.error-hero .hero-logo { margin-bottom: 1.5rem; }

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .main-nav { display: none; }
  .menu-toggle { display: inline-flex; }
  .shop-grid, .about-grid { grid-template-columns: 1fr; }
  .about-photo { max-width: 30rem; }
  .hero { text-align: left; }
  .hero .wrap > * { margin-inline: 0; }
  .hero-logo { margin-inline: 0; }
  .hero-actions { justify-content: flex-start; }
  .scroll-cue { justify-content: flex-start; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .ribbon-track { animation: none; flex-wrap: wrap; width: auto; }
  .ribbon-track .ribbon-item:nth-child(n+2) { display: none; }
  .ribbon-track .ribbon-item:first-child {
    white-space: normal;
    flex-wrap: wrap;
    padding-inline: 1rem;
  }
  .ribbon-pause { display: none; }
  .hero h1 .ltr { opacity: 1; transform: none; }
  .reveal { opacity: 1; transform: none; }
}
