:root {
  --cream: #fbf3e8;
  --cream-deep: #f3e4d2;
  --blush: #e49c9c;
  --rose: #c46b6b;
  --rose-deep: #9e4d52;
  --peach: #eac1b6;
  --ink: #1a1614;
  --navy: #24303c;
  --gold: #d4af5a;
  --gold-soft: #f4e0a8;
  --white: #fffaf6;
  --line: rgba(26, 22, 20, 0.12);
  --shadow: 0 18px 40px rgba(36, 24, 16, 0.12);
  --font-sans: "Outfit", system-ui, sans-serif;
  --font-serif: "Fraunces", Georgia, serif;
  --font-script: "Great Vibes", cursive;
  --radius: 22px;
  --header-h: 4.4rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--ink);
  background:
    radial-gradient(1200px 500px at 10% -10%, rgba(228, 156, 156, 0.28), transparent 55%),
    radial-gradient(900px 420px at 100% 8%, rgba(212, 175, 90, 0.16), transparent 50%),
    var(--cream);
  line-height: 1.55;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: var(--rose-deep);
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  background: var(--ink);
  color: var(--white);
  padding: 0.6rem 1rem;
  z-index: 20;
}

.skip-link:focus {
  top: 1rem;
}

.wrap {
  width: min(1120px, calc(100% - 1.6rem));
  margin-inline: auto;
}

.ticker {
  overflow: hidden;
  background: var(--ink);
  color: var(--gold-soft);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.55rem 0;
}

.ticker__track {
  display: flex;
  gap: 2rem;
  width: max-content;
  animation: ride 36s linear infinite;
}

.ticker__track span {
  white-space: nowrap;
}

.ticker__track span::before {
  content: "✦ ";
  color: var(--blush);
}

@keyframes ride {
  to {
    transform: translateX(-50%);
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: color-mix(in srgb, var(--cream) 94%, transparent);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  min-height: var(--header-h);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem 0.8rem;
  padding-block: 0.35rem;
}

.wordmark {
  text-decoration: none;
  color: inherit;
  display: grid;
  line-height: 0.85;
}

.wordmark__script,
.footer-brand .wordmark__script {
  font-family: var(--font-script);
  font-size: 1.7rem;
  color: var(--rose);
}

.wordmark__express,
.footer-brand .wordmark__express {
  font-family: var(--font-serif);
  font-size: 0.72rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  flex: 1 1 100%;
  gap: 0.85rem;
  align-items: center;
  justify-content: space-between;
  overflow-x: auto;
  padding-bottom: 0.35rem;
  -webkit-overflow-scrolling: touch;
}

.nav a,
.nav-link {
  text-decoration: none;
  color: var(--ink);
  font-size: 0.86rem;
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  cursor: pointer;
  white-space: nowrap;
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.premier-badge {
  display: block;
}

.premier-badge--sm {
  width: 40px;
  height: 40px;
}

.premier-badge--inline {
  width: 28px;
  height: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 999px;
  padding: 0.78rem 1.15rem;
  font-weight: 600;
  font-size: 0.92rem;
  transition: transform 0.18s ease, background 0.18s ease;
}

.btn:hover {
  transform: translateY(-2px) rotate(-0.4deg);
}

.btn--ink {
  background: var(--ink);
  color: var(--white);
}

.btn--rose {
  background: var(--rose);
  color: #fff8f6;
}

.btn--ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}

.hero {
  padding: 1.6rem 0 3.2rem;
}

.hero-grid,
.about-grid,
.connect-grid {
  display: grid;
  gap: 1.6rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.4rem;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-kicker {
  margin: 0;
  font-family: var(--font-script);
  font-size: 1.8rem;
  color: var(--rose);
}

.hero h1,
.about h2,
.shows h2,
.shop h2,
.connect h2 {
  font-family: var(--font-serif);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0.1rem 0 0.7rem;
}

.hero h1 {
  font-size: clamp(2.6rem, 10vw, 5.4rem);
}

.hero h1 em,
.about h2 em,
.shows h2 em,
.connect h2 em {
  font-style: italic;
  color: var(--rose-deep);
}

.hero-tag {
  margin: 0 0 0.8rem;
  font-size: 1.15rem;
  font-weight: 600;
}

.hero-tag span {
  background: linear-gradient(180deg, transparent 55%, var(--gold-soft) 55%);
}

.hero-lead,
.section-lead,
.about-copy p {
  margin: 0 0 1rem;
  max-width: 38rem;
  font-size: 1.02rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 1.3rem;
}

.trust {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
  margin: 0;
}

.trust div {
  border-top: 1px dashed var(--ink);
  padding-top: 0.55rem;
}

.trust dt {
  font-weight: 700;
}

.trust dd {
  margin: 0.15rem 0 0;
  color: var(--navy);
  opacity: 0.8;
}

.hero-frame {
  margin: 0;
  position: relative;
}

.hero-frame img,
.about-photo img,
.shop-photo img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  object-fit: cover;
}

.live-hero-link {
  display: block;
  text-decoration: none;
  transform: rotate(-1.4deg);
  transition: transform 0.2s ease-in-out;
}

.live-hero-link:hover {
  transform: rotate(-1.4deg) scale(1.02);
}

.live-image-container {
  position: relative;
  border: 4px solid #e53935;
  border-radius: 12px;
  padding: 4px;
  background: #fff;
  box-shadow: var(--shadow);
}

.live-image-container img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  border: 0;
  outline: none;
  box-shadow: none;
}

.live-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #e53935;
  color: #fff;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  padding: 6px 12px;
  border-radius: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.blinking-dot {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  animation: blink 1.2s infinite;
}

@keyframes blink {
  0%,
  100% { opacity: 1; }
  50% { opacity: 0.1; }
}

.hero-frame figcaption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
  background: var(--ink);
  color: var(--gold-soft);
  padding: 0.4rem 0.7rem;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  pointer-events: none;
}

.section-label {
  margin: 0 0 0.35rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.74rem;
  color: var(--rose-deep);
}

.about,
.shop,
.connect {
  padding: 3rem 0;
}

.shows {
  padding: 3rem 0;
  background:
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 18px,
      rgba(26, 22, 20, 0.05) 18px,
      rgba(26, 22, 20, 0.05) 19px
    ),
    var(--cream-deep);
}

.about-photo img {
  aspect-ratio: 4 / 5;
  object-position: top;
}

.about-points {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.about-points li {
  padding: 0.35rem 0 0.35rem 1.3rem;
  position: relative;
}

.about-points li::before {
  content: "♡";
  position: absolute;
  left: 0;
  color: var(--rose);
}

.about-note {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--navy);
}

.section-head {
  display: grid;
  gap: 1.2rem;
  margin-bottom: 1.4rem;
}

.qr-callout,
.show-card__qr {
  margin: 0;
  text-align: center;
  text-decoration: none;
  color: inherit;
}

.qr-callout a {
  text-decoration: none;
  color: inherit;
}

.qr-callout img,
.show-card__qr img {
  margin-inline: auto;
  background: var(--white);
  padding: 0.4rem;
  border-radius: 12px;
  border: 1px solid var(--line);
}

.qr-callout figcaption,
.show-card__qr span {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 0.35rem;
}

.next-stop {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.4rem 0.75rem;
  background: var(--gold-soft);
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.88rem;
}

.show-feed {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.shop-grid,
.platform-grid {
  display: grid;
  gap: 1rem;
}

.show-card,
.shop-card,
.platform-card {
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: 18px;
  padding: 1.1rem 1.15rem 1.2rem;
  box-shadow: 6px 6px 0 rgba(196, 107, 107, 0.22);
}

.show-card--featured {
  background:
    linear-gradient(180deg, rgba(244, 224, 168, 0.35), var(--white) 38%);
}

.show-card__top {
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
  align-items: baseline;
}

.show-card__when,
.show-card__flag,
.show-card__tags {
  margin: 0 0 0.45rem;
  font-size: 0.82rem;
}

.show-card__flag {
  color: var(--rose-deep);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.show-card h3,
.shop-card h3 {
  font-family: var(--font-serif);
  margin: 0 0 0.45rem;
  line-height: 1.2;
}

.show-card__body h3 {
  margin-bottom: 0.3rem;
}

.show-card__actions {
  display: grid;
  gap: 0.7rem;
  margin-top: 0.9rem;
}

.show-card--empty {
  text-align: left;
}

.shows-footnote {
  margin: 1.2rem 0 0;
}

.shop-photo {
  margin: 0;
}

.shop-photo img {
  aspect-ratio: 16 / 10;
}

.shop-card,
.platform-card {
  text-decoration: none;
  color: inherit;
}

.shop-card p,
.platform-card__handle,
.platform-card__cta {
  margin: 0;
}

.shop-card:hover,
.platform-card:hover {
  transform: translate(-2px, -2px);
  box-shadow: 8px 8px 0 rgba(36, 48, 60, 0.18);
}

.platform-card {
  display: grid;
  gap: 0.25rem;
  min-height: 8.5rem;
}

.platform-card--primary {
  background: var(--ink);
  color: var(--cream);
  box-shadow: 6px 6px 0 var(--gold);
}

.platform-card--primary .platform-card__cta {
  color: var(--gold-soft);
}

.platform-card--soon {
  opacity: 0.62;
  border-style: dashed;
  box-shadow: none;
}

.platform-card__name {
  font-family: var(--font-serif);
  font-size: 1.4rem;
}

.platform-card__cta {
  margin-top: auto;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

code {
  font-size: 0.88em;
  background: var(--gold-soft);
  padding: 0.1rem 0.35rem;
  border-radius: 6px;
}

.site-footer {
  background: var(--ink);
  color: var(--cream);
  padding: 2.4rem 0 6.5rem;
}

.footer-inner {
  display: grid;
  gap: 1rem;
  justify-items: start;
}

.footer-brand .wordmark__express {
  color: var(--gold-soft);
}

.footer-copy {
  margin: 0;
  opacity: 0.72;
  font-size: 0.88rem;
}

.footer-copy a {
  color: var(--gold-soft);
}

.dock {
  position: sticky;
  bottom: 0;
  padding: 0.7rem 0.8rem calc(0.7rem + env(safe-area-inset-bottom));
  background: linear-gradient(transparent, var(--cream) 30%);
}

.dock__btn {
  width: 100%;
}

@media (min-width: 760px) {
  .nav {
    flex: 0 1 auto;
    justify-content: center;
    padding-bottom: 0;
    overflow: visible;
  }

  .nav a,
  .nav-link {
    font-size: 0.92rem;
  }

  .trust {
    grid-template-columns: repeat(3, 1fr);
  }

  .hero-grid,
  .about-grid,
  .section-head,
  .connect-grid,
  .footer-inner {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
  }

  .shop-grid,
  .platform-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .show-card {
    display: grid;
    grid-template-columns: 8.5rem 1fr auto;
    gap: 1rem;
    align-items: center;
  }

  .show-card__when {
    margin: 0;
    font-weight: 700;
  }

  .show-card__actions {
    margin-top: 0;
    grid-template-columns: auto auto;
    align-items: center;
  }

  .show-card--empty {
    grid-template-columns: 1fr;
  }

  .dock {
    display: none;
  }

  .site-footer {
    padding-bottom: 2.4rem;
  }

  .hero-frame img {
    aspect-ratio: 4 / 5;
  }
}

@media (min-width: 1040px) {
  .hero h2,
  .about h2,
  .shows h2,
  .shop h2,
  .connect h2 {
    font-size: 3rem;
  }

  .shop-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .platform-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

body.modal-open {
  overflow: hidden;
}

.modal[hidden] {
  display: none;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: end center;
  padding: 1rem;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(26, 22, 20, 0.45);
}

.modal__panel {
  position: relative;
  z-index: 1;
  width: min(26rem, 100%);
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: 22px;
  box-shadow: 10px 10px 0 rgba(196, 107, 107, 0.28);
  padding: 1.3rem 1.2rem 1.15rem;
}

.modal__close {
  position: absolute;
  top: 0.45rem;
  right: 0.55rem;
  width: 2.4rem;
  height: 2.4rem;
  border: 0;
  background: var(--ink);
  color: var(--white);
  border-radius: 999px;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.modal__kicker {
  margin: 0;
  font-family: var(--font-script);
  font-size: 1.6rem;
  color: var(--rose);
}

.modal__panel h2 {
  font-family: var(--font-serif);
  font-size: 1.55rem;
  line-height: 1.15;
  margin: 0.15rem 0 0.55rem;
}

.modal__lead,
.ticket-form__fine,
.ticket-form__thanks {
  margin: 0 0 0.9rem;
  font-size: 0.95rem;
}

.ticket-form {
  position: relative;
  display: grid;
  gap: 0.7rem;
}

.ticket-form label {
  display: grid;
  gap: 0.28rem;
  font-size: 0.82rem;
  font-weight: 600;
}

.ticket-form__human {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-weight: 600;
  line-height: 1.35;
}

.ticket-form__human input {
  margin-top: 0.2rem;
  width: 1.1rem;
  height: 1.1rem;
  accent-color: var(--rose);
  flex-shrink: 0;
}

.bot-directive,
.ticket-form__trap {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.ticket-form input[type="text"],
.ticket-form input[type="email"] {
  border: 2px solid var(--ink);
  border-radius: 12px;
  padding: 0.7rem 0.75rem;
  font: inherit;
  background: var(--cream);
}

.ticket-form__honey {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.ticket-form__submit {
  width: 100%;
}

.ticket-form__thanks {
  font-family: var(--font-serif);
  font-style: italic;
}

@media (min-width: 760px) {
  .modal {
    place-items: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ticker__track,
  .btn,
  .shop-card,
  .platform-card,
  .blinking-dot,
  .live-hero-link {
    animation: none;
    transition: none;
  }
}
