:root {
  --ink: #211820;
  --muted: #766171;
  --paper: #fbf6f5;
  --mist: #efe0e2;
  --teal: #5b8c92;
  --coral: #9b3f5f;
  --plum: #4b2148;
  --gold: #b49764;
  --hot-pink: #9b3f5f;
  --wine: #6f263f;
  --rose: #9b3f5f;
  --blush: #e8c5c8;
  --ice: #c8dce0;
  --pearl: #fffdfb;
  --line: rgba(75, 33, 72, 0.16);
  --shadow: 0 22px 55px rgba(48, 25, 43, 0.14);
  --glow: 0 16px 34px rgba(75, 33, 72, 0.12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Homepage masthead preview: latest brand candidate and readable compact header wordmark. */
.site-header .brand-wordmark {
  align-items: baseline;
  min-width: max-content;
  filter: none;
}

.site-header .brand-script {
  font-family: Didot, "Bodoni 72", Georgia, serif;
  font-size: clamp(1.7rem, 2.9vw, 2.7rem);
  font-weight: 500;
  line-height: 0.85;
  color: var(--plum);
}

.site-header .brand-initial {
  margin-right: -0.02em;
  transform: translateY(0.01em);
}

.site-header .brand-wordmark .brand-ai {
  color: var(--rose);
  font-family: Didot, "Bodoni 72", Georgia, serif;
  font-size: clamp(1.75rem, 3vw, 2.85rem);
  font-weight: 650;
  line-height: 0.85;
  letter-spacing: -0.035em;
  margin-right: -0.018em;
}

.hero .hero-masthead-candidate {
  width: min(100%, 1120px) !important;
  max-width: 1120px !important;
  aspect-ratio: 1800 / 900;
  height: auto !important;
  margin: 0 auto clamp(24px, 4vw, 42px);
  display: block;
  border: 1px solid rgba(75, 33, 72, 0.14);
  border-radius: 16px;
  box-shadow: 0 28px 80px rgba(53, 16, 32, 0.12);
  object-fit: cover;
  filter: none !important;
}

.hero .hero-masthead-layered {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: min(100%, 1120px) !important;
  max-width: 1120px !important;
  aspect-ratio: 1672 / 800;
  height: auto !important;
  margin: 0 auto clamp(24px, 4vw, 42px);
  border: 1px solid rgba(75, 33, 72, 0.12);
  border-radius: 16px;
  background:
    radial-gradient(circle at 16% 72%, rgba(232, 197, 200, 0.3), transparent 25rem),
    radial-gradient(circle at 88% 34%, rgba(200, 220, 224, 0.36), transparent 22rem),
    linear-gradient(180deg, #fffdfb 0%, #fbf6f5 58%, #fffdfb 100%);
  box-shadow: 0 28px 80px rgba(53, 16, 32, 0.12);
  filter: none !important;
}

.hero-masthead-scene {
  display: block;
  position: absolute;
  z-index: 1;
  inset: auto 0 0;
  width: 100%;
  height: 50%;
  object-fit: cover;
  object-position: center bottom;
}

.hero-masthead-type {
  position: absolute;
  z-index: 2;
  top: clamp(18px, 2.8vw, 36px);
  left: 50%;
  width: min(43%, 500px);
  transform: translateX(-50%);
  display: grid;
  justify-items: center;
  pointer-events: none;
}

.hero-masthead-logo-mark {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  filter: drop-shadow(0 1px 0 rgba(255, 253, 251, 0.56));
}

.anthem-charm-reveal[hidden] {
  display: none !important;
}

.anthem-charm-reveal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(33, 24, 32, 0.42);
  backdrop-filter: blur(10px);
}

.anthem-charm-card {
  width: min(100%, 390px);
  padding: 28px;
  border: 1px solid rgba(75, 33, 72, 0.18);
  border-radius: 18px;
  background:
    radial-gradient(circle at 76% 18%, rgba(91, 140, 146, 0.22), transparent 9rem),
    linear-gradient(145deg, rgba(255, 253, 251, 0.98), rgba(247, 238, 238, 0.96));
  box-shadow: 0 28px 70px rgba(33, 24, 32, 0.28);
  color: var(--plum);
  text-align: center;
}

.anthem-charm-kicker {
  display: block;
  margin-bottom: 12px;
  color: var(--wine);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.anthem-charm-card img {
  display: block;
  width: 112px;
  height: 112px;
  margin: 0 auto 14px;
  filter: drop-shadow(0 12px 20px rgba(75, 33, 72, 0.16));
}

.anthem-charm-card h2 {
  margin: 0 0 10px;
  color: var(--plum);
  font-family: Didot, "Bodoni 72", Georgia, serif;
  font-size: clamp(1.45rem, 5vw, 2rem);
  font-weight: 600;
  line-height: 1.02;
}

.anthem-charm-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

.anthem-charm-link,
.anthem-charm-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 18px;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}

.anthem-charm-link {
  border: 1px solid rgba(91, 140, 146, 0.34);
  background: rgba(200, 220, 224, 0.34);
  color: var(--plum);
}

.anthem-charm-close {
  margin-left: 8px;
  border: 1px solid rgba(75, 33, 72, 0.16);
  background: var(--plum);
  color: var(--pearl);
  cursor: pointer;
}

.editorial-wordmark {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.082em;
  color: var(--plum);
  font-family: "Bodoni 72 Smallcaps", "Bodoni 72", Didot, "Didot LT STD", "Baskerville", Georgia, serif;
  font-size: clamp(4.55rem, 13.7vw, 10.7rem);
  font-weight: 400;
  line-height: 0.62;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 253, 251, 0.65);
  transform: scaleX(0.9) scaleY(1.12);
  transform-origin: center top;
}

.wordmark-letter {
  display: inline-block;
  text-align: left;
}

.wordmark-rose {
  color: var(--rose);
}

.wordmark-ai-i {
  position: relative;
  display: inline-block;
}

.wordmark-chip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.095em);
  width: 0.155em;
  aspect-ratio: 1;
  transform: translateX(-50%);
  border: 0.012em solid var(--plum);
  border-radius: 0.018em;
  background: var(--plum);
  box-shadow: inset 0 0 0 0.026em rgba(255, 253, 251, 0.12);
}

.wordmark-chip::before,
.wordmark-chip::after {
  content: "";
  position: absolute;
  background: var(--plum);
  opacity: 0.95;
}

.wordmark-chip::before {
  left: -0.045em;
  right: -0.045em;
  top: 0.035em;
  height: 0.012em;
  box-shadow: 0 0.045em 0 var(--plum), 0 0.09em 0 var(--plum);
}

.wordmark-chip::after {
  top: -0.045em;
  bottom: -0.045em;
  left: 0.035em;
  width: 0.012em;
  box-shadow: 0.045em 0 0 var(--plum), 0.09em 0 0 var(--plum);
}

.wordmark-chip-heart {
  position: absolute;
  left: 50%;
  top: 52%;
  width: 0.065em;
  height: 0.065em;
  background: #e4a2b8;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
}

.wordmark-chip-heart::before,
.wordmark-chip-heart::after {
  content: "";
  position: absolute;
  width: 0.065em;
  height: 0.065em;
  border-radius: 50%;
  background: #e4a2b8;
}

.wordmark-chip-heart::before {
  left: -0.032em;
  top: 0;
}

.wordmark-chip-heart::after {
  left: 0;
  top: -0.032em;
}

.hero-masthead-motto {
  margin: clamp(8px, 1.1vw, 14px) 0 0;
  color: var(--plum);
  font-family: Didot, "Bodoni 72", Georgia, serif;
  font-size: clamp(0.82rem, 1.45vw, 1.34rem);
  font-weight: 500;
  letter-spacing: 0.11em;
  line-height: 1.05;
  text-align: center;
  text-transform: lowercase;
  white-space: nowrap;
}

.hero-masthead-motto em {
  color: var(--rose);
  font-style: italic;
  letter-spacing: 0.1em;
}

@media (max-width: 820px) {
  .site-header .brand img {
    display: none !important;
  }

  .site-header .brand-script {
    font-size: clamp(1.55rem, 9vw, 2.15rem);
  }

  .site-header .brand-wordmark .brand-ai {
    font-size: clamp(1.6rem, 9vw, 2.25rem);
  }

  .site-header .nav {
    background: rgba(255, 253, 251, 0.98) !important;
    border-bottom: 1px solid rgba(75, 33, 72, 0.16) !important;
    box-shadow: 0 18px 40px rgba(75, 33, 72, 0.12) !important;
  }

  .site-header .nav a {
    color: var(--plum) !important;
    border-bottom: 1px solid rgba(75, 33, 72, 0.1) !important;
  }

  .hero .hero-masthead-candidate {
    width: min(100%, 680px) !important;
    border-radius: 12px;
  }

  .hero .hero-masthead-layered {
    width: min(100%, 680px) !important;
    aspect-ratio: 390 / 280;
    border-radius: 12px;
  }

  .hero-masthead-scene {
    height: 60%;
    object-position: center bottom;
  }

  .hero-masthead-type {
    top: clamp(10px, 3.4vw, 16px);
    width: min(66%, 260px);
  }

  .editorial-wordmark {
    font-size: clamp(2.1rem, 13vw, 4.35rem);
    letter-spacing: -0.015em;
  }

  .hero-masthead-motto {
    margin-top: clamp(4px, 1.2vw, 7px);
    font-size: clamp(0.5rem, 2.15vw, 0.72rem);
    letter-spacing: 0.075em;
  }

  .hero-masthead-motto em {
    letter-spacing: 0.07em;
  }
}

.brand-ai { color: var(--rose); font-weight: 700; }


* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-padding-top: 168px;
  scroll-behavior: smooth;
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M4 3 24 17 15 19 20 29 15 31 10 21 4 27Z' fill='%23ff2aa3' stroke='%23171018' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M22 3 23.4 6.6 27 8 23.4 9.4 22 13 20.6 9.4 17 8 20.6 6.6Z' fill='%23fff25c' stroke='%23171018' stroke-width='1.4' stroke-linejoin='round'/%3E%3Cpath d='M27 14 27.8 16.2 30 17 27.8 17.8 27 20 26.2 17.8 24 17 26.2 16.2Z' fill='%2335f4a5' stroke='%23171018' stroke-width='1'/%3E%3C/svg%3E") 4 3, auto;
}

a,
button,
[role="button"],
summary {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M5 4 24 16 16 19 21 28 16 30 11 21 5 26Z' fill='%23fff25c' stroke='%23171018' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M21 4 22.4 7.6 26 9 22.4 10.4 21 14 19.6 10.4 16 9 19.6 7.6Z' fill='%23ff2aa3' stroke='%23171018' stroke-width='1.4'/%3E%3C/svg%3E") 5 4, pointer;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
}

a {
  color: inherit;
}

.anchor-alias {
  display: block;
  position: relative;
  top: -72px;
  height: 0;
  overflow: hidden;
}

[id] {
  scroll-margin-top: 168px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 90px;
  padding: 14px clamp(18px, 5vw, 64px);
  border-bottom: 1px solid var(--line);
  background: rgba(16, 8, 5, 0.95);
  backdrop-filter: blur(14px);
  overflow: hidden;
}

.site-header::after {
  content: "♡  ☆  ✧  ☎  ♡  ☆  ✧  ✦";
  position: absolute;
  inset: 8px 24px auto auto;
  z-index: 0;
  color: rgba(155, 63, 95, 0.38);
  font-size: clamp(1rem, 2.2vw, 1.9rem);
  letter-spacing: clamp(0.8rem, 3vw, 2.4rem);
  line-height: 1;
  pointer-events: none;
  white-space: nowrap;
}

.site-header::before,
.site-header::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='360' height='124' viewBox='0 0 360 124' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23ff2d9b' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' opacity='.72'%3E%3Cpath d='M31 34c-10-13-28 2-12 18l12 11 12-11c16-16-2-31-12-18Z'/%3E%3Cpath d='M113 20l7 15 16 2-12 11 3 16-14-8-14 8 3-16-12-11 16-2 7-15Z'/%3E%3Crect x='188' y='18' width='34' height='58' rx='8'/%3E%3Cpath d='M199 28h12M200 66h10'/%3E%3Cpath d='M292 22l-18 34h18l-12 34 34-47h-18l13-21Z'/%3E%3Cpath d='M54 98c7-12 20-12 27 0M54 98c9 10 18 10 27 0'/%3E%3Cpath d='M145 88l5 10 11 2-8 8 2 11-10-5-10 5 2-11-8-8 11-2 5-10Z'/%3E%3Cpath d='M245 96h28M259 82v28M249 88l20 17M269 88l-20 17'/%3E%3Cpath d='M329 82c-7-9-20 1-9 12l9 8 9-8c11-11-2-21-9-12Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 360px 124px;
  opacity: 0.56;
  pointer-events: none;
}

.site-header::after {
  transform: translate(180px, -24px);
  opacity: 0.28;
}

.brand {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  color: var(--plum);
  font-weight: 800;
  text-decoration: none;
}

.brand-wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  white-space: nowrap;
  color: var(--plum);
  filter: drop-shadow(0 8px 18px rgba(75, 33, 72, 0.08));
}

.brand-script {
  font-family: "Snell Roundhand", "Apple Chancery", "Brush Script MT", cursive;
  font-size: clamp(2.2rem, 4.4vw, 3.9rem);
  font-weight: 500;
  line-height: 0.76;
  letter-spacing: 0;
  color: var(--plum);
}

.brand-initial {
  margin-right: -0.06em;
  transform: translateY(0.08em);
}

.brand-wordmark .brand-ai {
  color: var(--rose);
  font-family: Didot, "Bodoni 72", Georgia, serif;
  font-size: clamp(1.95rem, 3.8vw, 3.35rem);
  font-weight: 650;
  line-height: 0.8;
  letter-spacing: -0.035em;
  margin-right: -0.035em;
}

.brand img {
  display: block;
  width: clamp(116px, 13vw, 166px);
  height: auto;
  filter: drop-shadow(0 0 10px rgba(155, 63, 95, 0.72));
}

.wordmark {
  --wordmark-script: var(--hot-pink);
  --wordmark-ai: var(--hot-pink);
  display: inline;
  color: var(--wordmark-script);
  font-family: "Brush Script MT", "Segoe Script", "Lucida Handwriting", cursive;
  font-size: 1.18em;
  font-style: normal;
  font-weight: 800;
  line-height: 0.9;
  margin: 0 0.12em;
  text-shadow:
    0 0 0.02em rgba(255, 255, 255, 0.9),
    0 0 0.2em rgba(155, 63, 95, 0.36);
  text-transform: none;
  white-space: nowrap;
}

.wordmark > span {
  color: var(--wordmark-script);
  display: inline;
  font-family: inherit;
  font-style: inherit;
  font-weight: 800;
  text-transform: lowercase;
}

.wordmark strong,
.wordmark b {
  color: var(--wordmark-ai);
  display: inline-block;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.9em;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
  text-shadow:
    0 0 0.02em rgba(255, 255, 255, 0.86),
    0 0 0.2em rgba(155, 63, 95, 0.55);
  text-transform: uppercase;
  vertical-align: baseline;
}

.button.secondary .wordmark {
  --wordmark-script: var(--hot-pink);
  --wordmark-ai: var(--hot-pink);
}

.button.primary .wordmark {
  --wordmark-script: #fff;
  --wordmark-ai: var(--ink);
}

.site-footer .wordmark {
  --wordmark-script: var(--hot-pink);
  --wordmark-ai: #fff;
  margin: 0;
}

.interactive-band .wordmark,
.quote-panel .wordmark,
.submission-panel .wordmark {
  --wordmark-script: #fff;
  --wordmark-ai: var(--hot-pink);
}

.nav {
  position: relative;
  z-index: 1;
  display: flex;
  gap: clamp(12px, 3vw, 28px);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  font-weight: 800;
}

.nav a,
.site-jump-nav a,
.site-footer a,
.issue-card a,
.link-list a {
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.site-jump-nav {
  position: sticky;
  top: 90px;
  z-index: 19;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border: 2px solid var(--ink);
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background: rgba(255, 248, 252, 0.94);
  box-shadow: 0 4px 0 rgba(16, 8, 5, 0.18), var(--glow);
  padding: 8px clamp(18px, 5vw, 64px);
  transform: none;
  backdrop-filter: blur(12px);
  scrollbar-width: thin;
  scrollbar-color: var(--hot-pink) rgba(255, 255, 255, 0.74);
}

.site-jump-nav span {
  flex: 0 0 auto;
  color: var(--teal);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.site-jump-nav a {
  flex: 0 0 auto;
  display: grid;
  min-height: 32px;
  place-items: center;
  border: 1px solid rgba(16, 8, 5, 0.18);
  border-radius: 999px;
  background: #fff;
  color: var(--plum);
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 2px 2px 0 rgba(16, 8, 5, 0.18);
  padding: 8px 12px;
}

.site-jump-nav a:hover,
.site-jump-nav a:focus-visible,
.site-jump-nav a.is-active {
  border-color: var(--ink);
  background: var(--hot-pink);
  color: #fff;
  outline: none;
  box-shadow: 3px 3px 0 var(--ink), 0 0 14px rgba(155, 63, 95, 0.34);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  min-height: auto;
  padding: clamp(30px, 5vw, 58px) clamp(18px, 5vw, 64px) clamp(40px, 6vw, 76px);
  row-gap: clamp(20px, 3vw, 34px);
  background:
    linear-gradient(115deg, rgba(252, 228, 242, 0.9), rgba(255, 248, 252, 0.22) 55%),
    radial-gradient(circle at 18% 12%, rgba(155, 63, 95, 0.2), transparent 30%),
    var(--paper);
}

.hero-copy {
  order: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  gap: 16px;
  width: min(100%, 1180px);
  max-width: none;
  margin: 0 auto;
  text-align: center;
}

.hero-logo {
  order: 1;
  display: block;
  grid-column: 1 / -1;
  width: min(100%, 1180px);
  height: auto;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: var(--glow);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 1050px;
  margin-bottom: 22px;
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.3rem, 6.4vw, 6.2rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 1180px;
  margin-bottom: 10px;
  font-size: clamp(2.55rem, 5.1vw, 4.9rem);
  line-height: 1.02;
}

h2 {
  margin-bottom: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  color: var(--plum);
  font-size: 1.18rem;
  line-height: 1.2;
}

.hero-text,
.section-heading p,
.community-band p,
.subscribe p,
.module p,
.issue-card p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.hero-text {
  max-width: 780px;
  font-size: 1.22rem;
}

.hero-quote {
  display: inline-block;
  max-width: min(100%, 720px);
  margin: 0;
  transform: rotate(-1deg);
  border: 2px solid var(--hot-pink);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--hot-pink);
  font-family: "Brush Script MT", "Segoe Script", "Lucida Handwriting", cursive;
  font-size: clamp(2rem, 5vw, 3.8rem);
  font-weight: 800;
  line-height: 0.9;
  padding: 12px 18px 14px;
  text-shadow: 0 0 12px rgba(155, 63, 95, 0.26);
  box-shadow: 7px 7px 0 var(--ink);
}

.hero-quote-ai {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.82em;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
  transform: translateY(-0.03em);
}

.anthem-play-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  max-width: calc(100% - 32px);
  margin: -2px auto 0;
  border: 1px solid rgba(155, 63, 95, 0.42);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--plum);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.2;
  padding: 9px 14px;
  box-shadow: 3px 3px 0 rgba(16, 8, 5, 0.12), 0 0 18px rgba(155, 63, 95, 0.12);
}

.anthem-play-button:hover,
.anthem-play-button:focus-visible {
  border-color: var(--hot-pink);
  color: var(--hot-pink);
  outline: none;
  box-shadow: 4px 4px 0 rgba(16, 8, 5, 0.18), 0 0 20px rgba(155, 63, 95, 0.22);
}

.anthem-play-button .anthem-play-hint {
  color: var(--hot-pink);
  transition: opacity 0.3s;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 8px;
}

.community-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.qr-card {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 0;
  border: 1px solid rgba(16, 8, 5, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
  padding: 14px;
}

.qr-card img {
  width: clamp(118px, 16vw, 168px);
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 8px;
  background: #000;
}

.qr-card.compact img {
  width: clamp(82px, 9vw, 118px);
}

.social-strip .qr-card.compact {
  justify-self: end;
  width: fit-content;
  max-width: 100%;
  gap: 14px;
}

.qr-card > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.qr-handle {
  margin: 0;
  color: var(--plum);
  font-weight: 900;
  letter-spacing: 0.03em;
}

.social-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 360px);
  align-items: center;
  gap: clamp(24px, 5vw, 54px);
  padding: clamp(34px, 6vw, 62px) clamp(18px, 5vw, 64px);
  border-top: 1px solid var(--line);
  background: #fff8fc;
}

.home-screen-card--social {
  grid-column: 1 / -1;
  grid-template-columns: minmax(220px, 0.56fr) minmax(0, 1.44fr);
  margin-top: 4px;
}

.social-strip h2 {
  max-width: 760px;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
}

.social-strip p:not(.eyebrow):not(.qr-handle) {
  max-width: 720px;
  color: var(--muted);
  line-height: 1.65;
}

.button,
.subscribe-form button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  padding: 0 18px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}

.button.primary,
.subscribe-form button {
  background: var(--hot-pink);
  color: white;
  border-color: var(--hot-pink);
  box-shadow: var(--glow);
}

.button.secondary {
  background: transparent;
  color: var(--ink);
}

.interactive-band .button.secondary,
.hot-goss .button.secondary,
.site-footer .button.secondary {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.interactive-band .button.secondary:hover,
.hot-goss .button.secondary:hover,
.site-footer .button.secondary:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.hero-art,
.hero-image {
  position: relative;
  min-height: min(58vw, 560px);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(circle at 28% 24%, rgba(229, 185, 95, 0.9) 0 13%, transparent 14%),
    radial-gradient(circle at 73% 36%, rgba(223, 111, 93, 0.9) 0 10%, transparent 11%),
    linear-gradient(145deg, #dfeeea, #f9e9d6 48%, #f7cfc4);
  box-shadow: var(--shadow);
}

.hero-image {
  order: 3;
  min-height: 0;
  width: min(100%, 1180px);
  margin: 0;
  justify-self: center;
  aspect-ratio: 724 / 543;
  background: var(--plum);
}

.hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1320px) {
  .hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-image {
    aspect-ratio: 724 / 543;
  }
}

@media (min-width: 861px) and (max-width: 1100px) {
  .hero-logo {
    width: min(100%, 900px);
  }

  .hero h1 {
    max-width: 960px;
    font-size: clamp(2.35rem, 3.8vw, 3.05rem);
    line-height: 1.04;
  }

  .hero-text {
    font-size: 1.04rem;
  }
}

.screen {
  position: absolute;
  right: 11%;
  bottom: 16%;
  width: 58%;
  min-height: 46%;
  border: 1px solid rgba(31, 35, 40, 0.22);
  background: rgba(255, 253, 248, 0.86);
  padding: 28px;
}

.screen span {
  display: block;
  height: 14px;
  margin-bottom: 16px;
  background: var(--plum);
}

.screen span:nth-child(2) {
  width: 74%;
  background: var(--teal);
}

.screen span:nth-child(3) {
  width: 86%;
  background: var(--coral);
}

.screen span:nth-child(4) {
  width: 52%;
  background: var(--gold);
}

.note {
  position: absolute;
  display: grid;
  width: 132px;
  height: 92px;
  place-items: center;
  border: 1px solid rgba(31, 35, 40, 0.2);
  background: #fff7c7;
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  transform: rotate(-2deg);
}

.note-one {
  left: 10%;
  top: 18%;
}

.note-two {
  left: 24%;
  bottom: 14%;
  background: #d8ece8;
  transform: rotate(7deg);
}

.glass {
  position: absolute;
  right: 19%;
  top: 13%;
  width: 74px;
  height: 104px;
  border: 3px solid rgba(31, 35, 40, 0.72);
  border-radius: 0 0 36px 36px;
}

.sparkline {
  position: absolute;
  left: 8%;
  bottom: 36%;
  width: 210px;
  height: 62px;
  border-bottom: 5px solid var(--teal);
  border-left: 5px solid var(--teal);
  transform: skewX(-18deg);
}

.intro-band,
.start-here,
.community-band,
.community-board,
.reference-closet,
.interactive-band,
.brand-playbook,
.laidy-band,
.subscribe {
  padding: clamp(34px, 6vw, 72px) clamp(18px, 5vw, 64px);
}

.intro-band {
  background:
    linear-gradient(110deg, rgba(155, 63, 95, 0.16), transparent 48%),
    var(--plum);
  color: white;
}

.intro-band p {
  max-width: 1050px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3.5vw, 3rem);
  line-height: 1.12;
}

.start-here {
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: start;
  background:
    radial-gradient(circle at 86% 10%, rgba(155, 63, 95, 0.18), transparent 28%),
    linear-gradient(135deg, #fff 0%, #fff5fb 68%, #eafaff 100%);
  border-bottom: 1px solid rgba(16, 8, 5, 0.1);
}

.start-here h2 {
  max-width: 620px;
}

.start-here-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.start-here-grid a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 14px;
  min-height: 132px;
  align-content: start;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(155, 63, 95, 0.1), transparent 52%),
    white;
  box-shadow: 4px 4px 0 rgba(16, 8, 5, 0.88);
  color: var(--ink);
  padding: 16px;
  text-decoration: none;
  transition:
    transform 150ms ease,
    box-shadow 150ms ease,
    border-color 150ms ease;
}

.start-here-grid a:hover,
.start-here-grid a:focus-visible {
  border-color: var(--hot-pink);
  box-shadow:
    5px 5px 0 rgba(16, 8, 5, 0.9),
    0 0 22px rgba(155, 63, 95, 0.18);
  transform: translateY(-2px);
}

.start-here-grid span {
  grid-row: span 2;
  color: var(--hot-pink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.9rem;
  font-style: italic;
  font-weight: 950;
  line-height: 1;
}

.start-here-grid strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  line-height: 1;
}

.start-here-grid em {
  color: var(--muted);
  font-style: normal;
  line-height: 1.5;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 64px);
  padding: clamp(46px, 7vw, 90px) clamp(18px, 5vw, 64px);
}

.progress-tracker {
  display: grid;
  gap: 8px;
  margin-top: 22px;
  color: var(--muted);
  font-weight: 900;
}

.progress-tracker div {
  height: 10px;
  border: 1px solid var(--ink);
  background: white;
}

.progress-tracker i {
  display: block;
  height: 100%;
  background: var(--hot-pink);
  box-shadow: var(--glow);
}

.section-heading {
  position: sticky;
  top: 154px;
  z-index: 8;
  align-self: start;
  max-height: calc(100vh - 178px);
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--hot-pink) rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background: #fff8fc;
  box-shadow: 0 0 0 10px #fff8fc;
}

.issue-list {
  display: grid;
  gap: 16px;
}

.act-label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-top: 12px;
  border-bottom: 2px solid var(--ink);
  padding-bottom: 8px;
}

.act-label span {
  color: var(--hot-pink);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.act-label strong {
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.issue-card,
.module {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  padding: 24px;
}

.issue-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.issue-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 6px;
}

.issue-card.featured {
  border-color: var(--hot-pink);
  background: var(--mist);
}

.issue-card.locked {
  grid-template-columns: 86px minmax(0, 1fr);
  background: #fff;
}

.issue-card-preview {
  grid-template-columns: 160px minmax(0, 1fr);
  border-color: rgba(155, 63, 95, 0.26);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 237, 248, 0.9));
}

.issue-card-preview img {
  opacity: 0.82;
  filter: saturate(0.88);
}

.issue-card-preview .issue-meta {
  color: var(--hot-pink);
}

.issue-coming-soon {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  margin-top: 8px;
  border: 1px solid rgba(155, 63, 95, 0.38);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 237, 248, 0.86);
  color: var(--plum);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.episode-number {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  border: 1px solid var(--ink);
  background: var(--plum);
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  font-weight: 900;
}

.episode-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.episode-mini-grid article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  padding: 14px;
}

.episode-mini-grid span {
  grid-row: span 2;
  color: var(--hot-pink);
  font-weight: 900;
}

.episode-mini-grid strong {
  color: var(--ink);
}

.episode-mini-grid em {
  color: var(--muted);
  font-style: normal;
}

.episode-roadmap-details {
  border: 2px solid var(--ink);
  border-radius: 8px;
  background:
    radial-gradient(circle at 90% 0%, rgba(84, 205, 211, 0.16), transparent 24%),
    #fff;
  box-shadow: 5px 5px 0 rgba(16, 8, 5, 0.86);
  margin-top: 18px;
  padding: 0 18px 18px;
}

.episode-roadmap-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  list-style: none;
  margin: 0 -18px;
  padding: 18px;
}

.episode-roadmap-details summary::-webkit-details-marker {
  display: none;
}

.episode-roadmap-details summary::after {
  content: "+";
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--ink);
  background: var(--hot-pink);
  color: white;
  font-size: 1.4rem;
  font-weight: 950;
  line-height: 1;
}

.episode-roadmap-details[open] summary::after {
  content: "-";
}

.episode-roadmap-details summary span {
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 950;
}

.episode-roadmap-details summary em {
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.issue-meta {
  margin-bottom: 10px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.community-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  background: #f7d3e5;
}

.glossary-section,
.who-section,
.about-band {
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(24px, 5vw, 64px);
  padding: clamp(46px, 7vw, 90px) clamp(18px, 5vw, 64px);
}

.glossary-grid,
.profile-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.glossary-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.glossary-cabinet,
.glossary-workbench,
.reference-workbench {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.glossary-rolodex-hero,
.reference-closet-visual {
  position: relative;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--ink);
  box-shadow: 6px 6px 0 var(--ink);
}

.glossary-rolodex-hero img,
.reference-closet-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.reference-drawer-hotspots {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.drawer-hotspot {
  position: absolute;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  line-height: 1;
  padding: 0;
  pointer-events: auto;
}

.drawer-hotspot strong {
  position: absolute;
  left: 50%;
  display: flex;
  width: 92px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 0;
  background:
    rgba(255, 250, 253, 0.92)
    url("assets/reference-drawer-plaque.png")
    center / 100% 100%
    no-repeat;
  filter: drop-shadow(2px 2px 0 rgba(16, 8, 5, 0.62));
  color: var(--ink);
  font-family: var(--font-body);
  font-size: clamp(0.46rem, 0.92vw, 0.66rem);
  font-weight: 950;
  letter-spacing: 0.02em;
  line-height: 1.05;
  padding: 0 12px;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.drawer-hotspot.is-selected {
  background: transparent;
}

.drawer-hotspot.is-selected strong {
  color: var(--hot-pink);
  filter: drop-shadow(2px 2px 0 rgba(16, 8, 5, 0.72)) drop-shadow(0 0 9px rgba(155, 63, 95, 0.95));
}

.drawer-hotspot:hover,
.drawer-hotspot:focus-visible {
  outline: none;
}

.drawer-hotspot:hover strong,
.drawer-hotspot:focus-visible strong {
  color: var(--hot-pink);
  filter: drop-shadow(2px 2px 0 rgba(16, 8, 5, 0.72)) drop-shadow(0 0 9px rgba(155, 63, 95, 0.95));
}

.drawer-hotspot-screen {
  left: 7.8%;
  top: 40.6%;
  width: 28%;
  height: 29%;
}

.drawer-hotspot-screen strong,
.drawer-hotspot-music strong,
.drawer-hotspot-people strong {
  bottom: 10%;
}

.drawer-hotspot-music {
  left: 35.8%;
  top: 40.6%;
  width: 27.4%;
  height: 29%;
}

.drawer-hotspot-people {
  left: 63.2%;
  top: 40.6%;
  width: 32.2%;
  height: 29%;
}

.drawer-hotspot-people strong {
  width: 132px;
  height: 38px;
  padding: 0 16px;
}

.drawer-hotspot-objects {
  left: 5.2%;
  top: 69%;
  width: 39.3%;
  height: 30.6%;
}

.drawer-hotspot-work {
  left: 44.6%;
  top: 69%;
  width: 51.8%;
  height: 30.6%;
}

.drawer-hotspot-objects strong,
.drawer-hotspot-work strong {
  bottom: 5%;
}

.drawer-hotspot-work strong {
  left: 56%;
}

.reference-closet-map .drawer-hotspot {
  border-radius: 6px;
}

.reference-closet-map .drawer-hotspot strong {
  position: absolute;
  left: 50%;
  display: flex;
  width: clamp(84px, 9.4vw, 132px);
  min-height: clamp(26px, 3vw, 42px);
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 2px solid rgba(102, 76, 39, 0.78);
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 252, 0.94)),
    #fff;
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.72),
    inset 0 -3px 0 rgba(102, 76, 39, 0.16),
    0 2px 0 rgba(16, 8, 5, 0.74);
  clip: auto;
  clip-path: none;
  color: var(--ink);
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.86));
  font-size: clamp(0.5rem, 0.82vw, 0.74rem);
  line-height: 0.92;
  padding: 3px 10px;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
  white-space: normal;
}

.reference-closet-map .drawer-hotspot strong::before,
.reference-closet-map .drawer-hotspot strong::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgba(102, 76, 39, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68);
  transform: translateY(-50%);
}

.reference-closet-map .drawer-hotspot strong::before {
  left: 6px;
}

.reference-closet-map .drawer-hotspot strong::after {
  right: 6px;
}

.reference-closet-map .drawer-hotspot.is-selected,
.reference-closet-map .drawer-hotspot:hover,
.reference-closet-map .drawer-hotspot:focus-visible {
  background: rgba(155, 63, 95, 0.11);
  box-shadow: inset 0 0 0 2px rgba(155, 63, 95, 0.86);
  outline: none;
}

.reference-closet-map .drawer-hotspot.is-selected strong,
.reference-closet-map .drawer-hotspot:hover strong,
.reference-closet-map .drawer-hotspot:focus-visible strong {
  border-color: var(--hot-pink);
  color: var(--hot-pink);
  filter:
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.86))
    drop-shadow(0 0 10px rgba(155, 63, 95, 0.56));
}

.glossary-controls {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(16, 8, 5, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 94% 12%, rgba(155, 63, 95, 0.16), transparent 28%),
    white;
  padding: 16px;
}

.glossary-controls label {
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.glossary-controls select {
  min-height: 48px;
  border: 1px solid var(--ink);
  background: #fff;
  color: var(--ink);
  font: inherit;
  padding: 0 12px;
}

.glossary-controls > div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.glossary-controls p,
.reference-closet-status {
  margin: 0;
  color: var(--muted);
  font-weight: 750;
  line-height: 1.45;
}

.glossary-grid.is-rolodex:not(.show-all) {
  display: block;
}

.glossary-grid.is-rolodex:not(.show-all) article {
  display: none;
}

.glossary-grid.is-rolodex:not(.show-all) article.is-active {
  display: flex;
  min-height: 270px;
  border: 2px solid var(--ink);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 235, 247, 0.96)),
    white;
  box-shadow: 6px 6px 0 var(--ink);
}

.glossary-grid.is-rolodex:not(.show-all) article.is-active::before {
  content: "Glossary Card";
  align-self: start;
  width: fit-content;
  border: 1px solid var(--ink);
  background: var(--hot-pink);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  padding: 6px 8px;
  text-transform: uppercase;
  box-shadow: 2px 2px 0 var(--ink);
}

.glossary-grid.is-rolodex.show-all {
  max-height: 620px;
  overflow: auto;
  padding: 4px 8px 8px 4px;
}

.learn-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.learn-actions a {
  border: 1px solid var(--ink);
  background: white;
  box-shadow: 3px 3px 0 rgba(16, 8, 5, 0.84);
  color: var(--ink);
  font-weight: 950;
  line-height: 1.15;
  padding: 10px 12px;
  text-decoration: none;
}

.learn-actions a:hover,
.learn-actions a:focus-visible {
  border-color: var(--hot-pink);
  color: var(--hot-pink);
}

.glossary-grid article,
.profile-grid article {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  padding: 18px;
  cursor: pointer;
}

.glossary-grid article {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.glossary-grid article::after,
.profile-grid article::after,
.reference-card::after {
  content: "Open";
  margin-top: auto;
  color: var(--hot-pink);
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.glossary-grid article.is-expanded::after,
.profile-grid article.is-expanded::after,
.reference-card.is-expanded::after {
  content: "Close";
}

.glossary-grid article:not(.is-expanded) p:nth-of-type(n+2),
.profile-grid article:not(.is-expanded) p,
.reference-card:not(.is-expanded) p:not(.eyebrow) {
  display: none;
}

.glossary-grid strong,
.profile-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--hot-pink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.18rem, 2vw, 1.45rem);
  font-weight: 900;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.profile-grid strong a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.glossary-section {
  background: #fff8fc;
}

.who-section {
  background: #f7f1e8;
}

.profile-grid span {
  display: block;
  margin-bottom: 8px;
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.profile-grid article {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 155px;
}

.glossary-grid p,
.profile-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.glossary-grid p {
  font-size: 0.95rem;
}

.glossary-grid p b {
  color: var(--plum);
  font-weight: 900;
}

.about-band {
  align-items: start;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.22), rgba(155, 63, 95, 0.08)),
    #f7d3e5;
}

.about-band p {
  color: var(--muted);
  line-height: 1.65;
}

.about-band .story-note {
  border-left: 4px solid var(--hot-pink);
  background: rgba(255, 255, 255, 0.58);
  color: var(--plum);
  font-weight: 750;
  padding: 14px 16px;
}

.origin-proof-card {
  display: grid;
  gap: 10px;
  margin: 22px 0;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 14%, rgba(255, 242, 92, 0.7), transparent 24%),
    linear-gradient(135deg, rgba(255, 248, 252, 0.96), rgba(255, 224, 243, 0.9));
  box-shadow: 6px 6px 0 var(--ink);
  padding: clamp(16px, 3vw, 22px);
}

.origin-proof-card span {
  width: fit-content;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--hot-pink);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 10px;
}

.origin-proof-card h3 {
  margin: 0;
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  line-height: 0.98;
}

.origin-proof-card p {
  margin: 0;
  color: var(--ink);
  font-weight: 650;
  line-height: 1.55;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.about-proof {
  border: 1px solid rgba(16, 8, 5, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  padding: clamp(22px, 4vw, 34px);
  box-shadow: var(--shadow);
}

.about-proof h3 {
  max-width: 620px;
  margin-bottom: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  line-height: 1;
}

.origin-credits {
  display: grid;
  gap: 10px;
  margin: 24px 0;
}

.origin-credits article {
  border: 1px solid rgba(16, 8, 5, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  padding: 14px 16px;
}

.origin-credits span {
  display: block;
  margin-bottom: 6px;
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.origin-credits h4 {
  margin: 0 0 6px;
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  line-height: 1;
}

.origin-credits p {
  margin: 0;
  font-size: 0.95rem;
}

.hot-goss {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(24px, 5vw, 54px);
  align-items: start;
  padding: clamp(42px, 6vw, 76px) clamp(18px, 5vw, 64px);
  border-top: 1px solid rgba(16, 8, 5, 0.12);
  border-bottom: 1px solid rgba(16, 8, 5, 0.12);
  background:
    linear-gradient(180deg, #fff8fc 0%, #f7f1e8 58%, #fff8fc 100%);
  color: var(--ink);
  overflow: hidden;
}

.hot-goss::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(155, 63, 95, 0.16), transparent 30%),
    radial-gradient(circle at 92% 78%, rgba(81, 214, 223, 0.18), transparent 28%),
    repeating-linear-gradient(90deg, rgba(16, 8, 5, 0.028) 0 1px, transparent 1px 28px);
  pointer-events: none;
}

.hot-goss > * {
  position: relative;
  z-index: 1;
}

.laidy-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
  gap: clamp(24px, 5vw, 64px);
  background:
    linear-gradient(125deg, rgba(155, 63, 95, 0.12), rgba(36, 123, 131, 0.12)),
    #fff8fc;
}

.laidy-band > div:first-child {
  max-width: 780px;
}

.laidy-wand-art {
  display: grid;
  max-width: 520px;
  margin-top: clamp(18px, 4vw, 34px);
  place-items: center;
}

.laidy-wand-art img {
  display: block;
  width: min(100%, 460px);
  max-height: 300px;
  object-fit: contain;
  filter: drop-shadow(12px 16px 0 rgba(155, 63, 95, 0.16));
  transform: rotate(-6deg);
}

.laidy-console {
  display: grid;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  padding: clamp(22px, 4vw, 34px);
  box-shadow: var(--shadow);
}

.laidy-console label {
  color: var(--muted);
  font-weight: 900;
}

.laidy-console select,
.laidy-console textarea {
  min-height: 48px;
  border: 1px solid var(--ink);
  background: white;
  color: var(--ink);
  font: inherit;
  padding: 0 12px;
}

.laidy-console textarea {
  min-height: 118px;
  resize: vertical;
  padding: 12px;
  line-height: 1.55;
}

#laidyAdvice {
  min-height: 120px;
  margin: 0;
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.18rem, 2.1vw, 1.7rem);
  line-height: 1.32;
  white-space: pre-line;
}

.laidy-prompt-feedback {
  display: grid;
  gap: 8px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 242, 92, 0.28), rgba(239, 252, 255, 0.86)),
    #fff;
  box-shadow: 4px 4px 0 var(--ink);
  padding: 14px;
}

.laidy-prompt-feedback strong {
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.laidy-prompt-feedback p {
  margin: 0;
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1.45;
}

.laidy-prompt-feedback a {
  width: fit-content;
  color: var(--hot-pink);
  font-size: 0.86rem;
  font-weight: 950;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.hot-goss-copy {
  display: grid;
  align-content: start;
  gap: 14px;
}

.hot-goss h2 {
  max-width: 680px;
  color: var(--plum);
  font-size: clamp(2.6rem, 5.6vw, 5.2rem);
  line-height: 0.95;
}

.hot-goss-note {
  max-width: 640px;
  color: var(--muted);
  line-height: 1.6;
}

.hot-goss-stamp {
  display: grid;
  grid-template-columns: auto auto;
  gap: 8px 12px;
  align-items: center;
  width: min(100%, 520px);
  border: 2px solid var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(155, 63, 95, 0.12), rgba(81, 214, 223, 0.12)),
    #fff;
  box-shadow: 5px 5px 0 var(--ink);
  padding: 14px;
}

.hot-goss-stamp span,
.hot-goss-stamp strong {
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hot-goss-stamp span {
  color: var(--teal);
  font-size: 0.74rem;
}

.hot-goss-stamp strong {
  justify-self: end;
  color: var(--hot-pink);
  font-size: 0.86rem;
}

.hot-goss-stamp em {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 0.88rem;
  font-style: normal;
  line-height: 1.45;
}

.hot-goss-visual {
  overflow: hidden;
  width: min(100%, 620px);
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  box-shadow: 7px 7px 0 var(--ink);
  transform: rotate(-1deg);
  align-self: end;
}

.hot-goss-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.goss-board {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: clamp(16px, 3vw, 28px);
}

.goss-lane {
  display: grid;
  gap: 14px;
  align-content: start;
}

.goss-lane-heading {
  border: 2px solid var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(239, 252, 255, 0.9));
  box-shadow: 4px 4px 0 var(--ink);
  padding: 14px;
}

.goss-lane-heading h3 {
  margin: 0;
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1;
}

.goss-list {
  display: grid;
  align-content: center;
  gap: 16px;
}

.goss-list article {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px 16px;
  margin: 0;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(155, 63, 95, 0.08), transparent 36%),
    rgba(255, 255, 255, 0.9);
  box-shadow: 5px 5px 0 rgba(16, 8, 5, 0.88);
  padding: clamp(16px, 2.4vw, 22px);
  transition:
    transform 150ms ease,
    box-shadow 150ms ease;
}

.goss-list article:nth-child(2) {
  transform: translateX(clamp(0px, 2vw, 24px));
}

.goss-list article:nth-child(3) {
  transform: translateX(clamp(0px, 4vw, 44px));
}

.goss-list article:hover,
.goss-list article:focus-within {
  box-shadow:
    6px 6px 0 rgba(16, 8, 5, 0.9),
    0 0 28px rgba(155, 63, 95, 0.18);
  transform: translateY(-2px);
}

.goss-list article:nth-child(2):hover,
.goss-list article:nth-child(2):focus-within {
  transform: translateX(clamp(0px, 2vw, 24px)) translateY(-2px);
}

.goss-list article:nth-child(3):hover,
.goss-list article:nth-child(3):focus-within {
  transform: translateX(clamp(0px, 4vw, 44px)) translateY(-2px);
}

.goss-number {
  grid-row: span 2;
  color: var(--hot-pink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-style: italic;
  font-weight: 950;
  line-height: 0.9;
}

.goss-list p {
  grid-column: 2;
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.62;
}

.goss-list strong {
  color: var(--plum);
}

.goss-list a {
  grid-column: 2;
  width: fit-content;
  color: var(--ink);
  font-weight: 900;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.goss-list a::after {
  content: " ->";
  color: var(--hot-pink);
}

.goss-lane-today article {
  display: grid;
  gap: 12px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background:
    radial-gradient(circle at 86% 14%, rgba(255, 242, 92, 0.5), transparent 24%),
    linear-gradient(145deg, rgba(255, 230, 247, 0.98), rgba(255, 255, 255, 0.94));
  box-shadow: 5px 5px 0 var(--ink);
  padding: clamp(16px, 2.4vw, 22px);
}

.goss-lane-today span,
.goss-lane-today em {
  color: var(--teal);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.goss-lane-today p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.fun-games {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(22px, 4vw, 42px);
  background:
    radial-gradient(circle at 85% 12%, rgba(155, 63, 95, 0.2), transparent 30%),
    linear-gradient(125deg, rgba(201, 168, 76, 0.14), rgba(36, 123, 131, 0.1)),
    #fff8fc;
}

.fun-games .section-heading h2 {
  max-width: 980px;
  font-size: clamp(2.1rem, 3.6vw, 3.7rem);
}

.fun-games .section-heading {
  padding-left: clamp(8px, 1.4vw, 18px);
  background: #fff8fc;
  border-bottom: 1px solid rgba(16, 8, 5, 0.12);
  padding-bottom: 16px;
  box-shadow: 0 0 0 12px #fff8fc, 0 8px 24px rgba(16, 8, 5, 0.08);
}

.home-screen-band {
  background:
    linear-gradient(135deg, rgba(255, 248, 252, 0.96), rgba(239, 252, 255, 0.9)),
    #fff8fc;
  padding: clamp(26px, 5vw, 54px) clamp(18px, 5vw, 64px);
}

.home-screen-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  gap: 14px;
  align-self: start;
  width: min(100%, 1180px);
  margin: 0 auto;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 236, 247, 0.9)),
    #fff;
  box-shadow: 6px 6px 0 var(--ink);
  padding: clamp(16px, 2.6vw, 22px);
}

.home-screen-copy h2,
.home-screen-copy h3 {
  margin: 0 0 8px;
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.8vw, 2.35rem);
  line-height: 1.02;
}

.home-screen-copy p:not(.eyebrow),
.home-screen-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

.home-screen-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.home-screen-steps article {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(16, 8, 5, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  padding: 12px;
}

.home-screen-steps span {
  color: var(--teal);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-screen-steps ol {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 20px;
}

.home-screen-steps li {
  color: var(--ink);
  font-size: 0.9rem;
  line-height: 1.35;
}

.home-screen-note {
  border-left: 5px solid var(--hot-pink);
  background: rgba(255, 242, 92, 0.34);
  padding: 10px 12px;
}

.games-grid {
  display: grid;
  grid-column: auto;
  grid-row: auto;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: clamp(12px, 2vw, 18px);
  align-items: start;
}

.games-group-heading {
  display: grid;
  grid-column: 1 / -1;
  gap: 4px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 236, 247, 0.92)),
    #fff;
  box-shadow: 5px 5px 0 rgba(16, 8, 5, 0.86);
  padding: clamp(14px, 2vw, 18px);
}

.games-group-heading--permanent {
  order: 10;
}

.games-group-heading--issue {
  order: 0;
}

.games-group-heading--dj {
  order: 30;
  margin-top: clamp(10px, 2vw, 18px);
}

.fun-pack-shelf {
  display: grid;
  grid-column: 1 / -1;
  order: 1;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 12px;
}

.fun-pack-card {
  display: grid;
  gap: 8px;
  min-height: 150px;
  align-content: center;
  border: 2px solid var(--ink);
  border-radius: 8px 8px 20px 20px;
  background:
    radial-gradient(circle at 86% 18%, rgba(255, 242, 92, 0.58), transparent 22%),
    linear-gradient(145deg, rgba(255, 229, 246, 0.98), rgba(230, 252, 255, 0.94));
  color: var(--plum);
  cursor: pointer;
  font: inherit;
  padding: 16px;
  text-align: left;
  box-shadow: 5px 7px 0 var(--ink);
}

.fun-pack-card[aria-disabled="true"],
.fun-pack-card[data-fun-pack-locked] {
  cursor: not-allowed;
  opacity: 0.72;
}

.fun-pack-card span,
.fun-pack-card em {
  color: var(--teal);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fun-pack-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  line-height: 1;
}

.fun-pack-card.is-selected,
.fun-pack-card:hover,
.fun-pack-card:focus-visible {
  border-color: var(--hot-pink);
  background:
    radial-gradient(circle at 86% 18%, rgba(255, 242, 92, 0.78), transparent 22%),
    linear-gradient(145deg, #fff, #ffd8ef);
  outline: none;
  box-shadow:
    6px 8px 0 var(--ink),
    0 0 22px rgba(155, 63, 95, 0.2);
}

.games-grid:not(.is-issue-pack-open) .trading-pack-game,
.games-grid:not(.is-issue-pack-open) .quiz-game,
.games-grid:not(.is-issue-pack-open) .issue-try-on-game,
.games-grid:not(.is-issue-pack-open) .printable-pack-game {
  display: none;
}

.games-group-heading h3 {
  margin: 0;
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.8vw, 2.25rem);
  line-height: 1;
}

.games-group-heading p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.game-panel-dock {
  display: grid;
  grid-column: 1 / -1;
  gap: 18px;
  margin-top: 18px;
}

.game-panel-dock:empty {
  display: none;
}

.game-tool-panel:not(.is-open) {
  display: none;
}

.game-panel-dock > .game-tool-panel {
  position: relative;
  margin: 0;
  border: 2px solid var(--ink);
  border-radius: 8px;
  box-shadow: 7px 7px 0 var(--ink);
  padding: clamp(22px, 4vw, 34px);
}

.game-panel-close {
  position: static;
  top: 120px;
  z-index: 5;
  grid-column: 1 / -1;
  justify-self: end;
  border: 1px solid var(--ink);
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  line-height: 1;
  margin: 0 0 14px auto;
  padding: 10px 12px;
  text-transform: uppercase;
  box-shadow: 3px 3px 0 var(--ink);
}

.game-panel-close:hover,
.game-panel-close:focus-visible {
  background: var(--hot-pink);
  color: #fff;
}

.quiz-section .game-panel-close {
  position: static;
}

.game-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto minmax(160px, 1fr) auto;
  align-content: stretch;
  gap: 10px;
  min-height: 340px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(252, 228, 242, 0.94)),
    repeating-linear-gradient(135deg, rgba(155, 63, 95, 0.12) 0 8px, rgba(36, 123, 131, 0.1) 8px 16px);
  padding: 18px;
  box-shadow: 6px 6px 0 var(--ink);
  overflow: hidden;
}

.fairy-game {
  order: 11;
}

.psychic-game {
  order: 12;
}

.dream-phone-game {
  order: 13;
}

.cocktail-wheel-game {
  order: 14;
}

.house-dj-game {
  order: 31;
}

.girl-talk-game {
  order: 17;
}

.trading-pack-game {
  order: 2;
}

.quiz-game {
  order: 3;
}

.issue-try-on-game {
  order: 4;
}

.try-on-game {
  order: 16;
}

.signoff-game {
  order: 15;
}

.printable-pack-game {
  order: 5;
}

.game-card::after {
  content: "";
  position: absolute;
  inset: auto -28px -36px auto;
  width: 96px;
  height: 96px;
  border: 2px solid rgba(155, 63, 95, 0.4);
  border-radius: 999px;
  background: rgba(155, 63, 95, 0.08);
  pointer-events: none;
}

.game-card span {
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.game-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  line-height: 1;
}

.game-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.game-card .button {
  position: relative;
  z-index: 1;
  justify-self: start;
  align-self: end;
  margin-top: 0;
}

.game-card.is-live > .button,
.game-card.is-live > button.button,
.cocktail-wheel-game .cocktail-spin.button.secondary,
.dream-dialer .button {
  animation: aliveCtaPulse 3.4s ease-in-out infinite;
}

.game-card > .button,
.game-card > button.button {
  grid-row: -1;
}

.game-card.is-live > .button:hover,
.game-card.is-live > .button:focus-visible,
.game-card.is-live > button.button:hover,
.game-card.is-live > button.button:focus-visible,
.dream-dialer .button:hover,
.dream-dialer .button:focus-visible {
  animation: none;
}

.game-card > [class$="-visual"],
.game-card > .fairy-wand,
.game-card > .girl-talk-stage {
  align-self: stretch;
}

.board-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.board-card-actions a {
  margin: 0;
}

.game-card.signoff-game {
  min-height: 360px;
  border-color: var(--hot-pink);
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 242, 92, 0.58), transparent 13%),
    radial-gradient(circle at 88% 12%, rgba(81, 214, 223, 0.32), transparent 17%),
    linear-gradient(145deg, rgba(255, 234, 247, 0.98), rgba(255, 196, 231, 0.98));
  box-shadow: 7px 7px 0 var(--ink), 0 0 0 4px rgba(155, 63, 95, 0.08);
}

.game-card.signoff-game::after {
  inset: auto -36px -42px auto;
  width: 132px;
  height: 132px;
  border-color: rgba(81, 214, 223, 0.54);
  background:
    radial-gradient(circle, rgba(255, 242, 92, 0.34), transparent 58%),
    rgba(155, 63, 95, 0.12);
}

.game-card.signoff-game h3 {
  color: var(--plum);
  text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.85);
}

.signoff-visual {
  position: relative;
  z-index: 1;
  margin: 2px -6px 0;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  overflow: hidden;
}

.signoff-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.signoff-slip {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: grid;
  gap: 2px;
  border: 2px solid var(--ink);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 221, 242, 0.94)),
    #fff8fc;
  color: var(--plum);
  padding: 8px 10px;
  box-shadow: 3px 3px 0 var(--ink);
  transform: rotate(-1.5deg);
}

.signoff-slip strong {
  color: var(--hot-pink);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.02em;
}

.signoff-slip em {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.05;
}

.game-card.signoff-game .button {
  border-color: var(--ink);
  background: var(--hot-pink);
  color: #fff;
  box-shadow: 4px 4px 0 var(--ink);
}

.game-card.cocktail-wheel-game {
  grid-column: span 2;
  overflow: visible;
  border-color: #51d6df;
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 242, 92, 0.38), transparent 24%),
    radial-gradient(circle at 84% 10%, rgba(81, 214, 223, 0.28), transparent 22%),
    linear-gradient(145deg, rgba(255, 248, 252, 0.98), rgba(230, 252, 255, 0.96));
}

.game-card.cocktail-wheel-game::after {
  border-color: rgba(81, 214, 223, 0.62);
  background: rgba(81, 214, 223, 0.16);
}

.game-card.house-dj-game {
  grid-column: span 2;
  grid-template-columns: minmax(220px, 0.82fr) minmax(240px, 1fr);
  align-items: start;
  border-color: #9b3f5f;
  background:
    radial-gradient(circle at 18% 16%, rgba(81, 214, 223, 0.28), transparent 22%),
    radial-gradient(circle at 84% 18%, rgba(255, 242, 92, 0.5), transparent 20%),
    linear-gradient(145deg, rgba(255, 236, 248, 0.96), rgba(255, 248, 252, 0.96));
}

.game-card.house-dj-game > span,
.game-card.house-dj-game > h3,
.game-card.house-dj-game > p,
.game-card.house-dj-game > .button {
  grid-column: 1;
}

.house-dj-game-visual {
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 1 / span 5;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
}

.house-dj-game-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  animation: djBoothGlow 4.6s ease-in-out infinite;
}

.house-dj-game .button.secondary {
  background: #fff25c;
  box-shadow: 3px 3px 0 var(--ink);
}

.game-card.issue-try-on-game {
  border-color: var(--teal);
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 242, 92, 0.45), transparent 24%),
    linear-gradient(145deg, rgba(230, 252, 255, 0.96), rgba(255, 232, 247, 0.96));
}

@media (min-width: 900px) {
  .game-card.issue-try-on-game {
    grid-column: span 2;
  }
}

.issue-try-on-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: rgba(255, 248, 252, 0.94);
  box-shadow: 4px 4px 0 var(--ink);
  padding: 14px;
}

.issue-try-on-list strong {
  color: var(--hot-pink);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.issue-try-on-list ol {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 18px;
}

.issue-try-on-list li {
  color: var(--plum);
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1.25;
}

.issue-try-on-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-self: end;
}

.issue-try-on-actions .button.secondary {
  background: #fff;
  box-shadow: 3px 3px 0 var(--ink);
}

.butterfly-rating {
  display: grid;
  gap: 8px;
  margin-top: 2px;
}

.butterfly-rating-display {
  display: grid;
  gap: 6px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 242, 92, 0.38), rgba(255, 255, 255, 0.86));
  box-shadow: 3px 3px 0 var(--ink);
  padding: 9px;
}

.butterfly-rating-clips {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  min-height: 18px;
}

.butterfly-clip-token {
  position: relative;
  width: 18px;
  height: 10px;
  border: 2px solid var(--ink);
  border-radius: 999px 999px 5px 5px;
  background: var(--hot-pink);
  box-shadow: 1px 1px 0 var(--ink);
  transform: rotate(-8deg);
}

.butterfly-clip-token::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #fff25c;
  box-shadow: 5px 0 0 #fff25c;
}

.butterfly-rating-output {
  color: var(--plum);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.butterfly-rating-description {
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 850;
  line-height: 1.25;
  margin: 0;
}

.butterfly-rating-slider-label,
.butterfly-rating-help {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 850;
  line-height: 1.25;
}

.butterfly-rating-help {
  margin: 0;
}

.butterfly-rating input[type="range"] {
  width: 100%;
  accent-color: var(--hot-pink);
}

.butterfly-rating-buttons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
  gap: 5px;
}

.butterfly-rating-buttons button {
  min-height: 40px;
  border: 2px solid var(--ink);
  border-radius: 7px;
  background: #fff;
  color: var(--plum);
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1;
  box-shadow: 2px 2px 0 var(--ink);
}

.butterfly-rating-buttons button.is-selected,
.butterfly-rating-buttons button:hover,
.butterfly-rating-buttons button:focus-visible {
  background: var(--hot-pink);
  color: #fff;
  outline: none;
}

.game-card.printable-pack-game {
  border-color: var(--teal);
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 242, 92, 0.48), transparent 18%),
    linear-gradient(145deg, rgba(239, 252, 255, 0.98), rgba(255, 248, 252, 0.98));
}

.printable-pack-visual {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  box-shadow: 4px 4px 0 var(--ink);
}

.printable-pack-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.printable-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-self: end;
}

.printable-actions .button.secondary {
  background: #fff;
  box-shadow: 3px 3px 0 var(--ink);
}

.cocktail-stage {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(210px, 0.72fr) minmax(320px, 1.28fr);
  gap: clamp(14px, 2.4vw, 28px);
  align-items: center;
  min-height: clamp(360px, 33vw, 480px);
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(255, 248, 252, 0.88), rgba(155, 63, 95, 0.1) 38%, rgba(18, 182, 196, 0.22)),
    url("assets/businesswomen-special-fortune-teller-v1.png") center / cover no-repeat,
    #9b3f5f;
  box-shadow: 6px 6px 0 var(--ink);
  padding: clamp(14px, 2.2vw, 24px);
  margin-bottom: 14px;
}

.cocktail-fortune-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 242, 92, 0.32), transparent 24%),
    radial-gradient(circle at 16% 78%, rgba(18, 182, 196, 0.28), transparent 26%);
  pointer-events: none;
}

.cocktail-fortune-controls {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 16px;
  align-content: center;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 248, 252, 0.97), rgba(230, 252, 255, 0.92));
  box-shadow:
    5px 5px 0 var(--ink),
    inset 0 0 0 4px rgba(255, 255, 255, 0.5);
  padding: clamp(16px, 2vw, 22px);
}

.cocktail-fortune-controls::before,
.cocktail-fortune-controls::after {
  content: none;
}

.cocktail-lane-label {
  position: relative;
  z-index: 6;
  margin: 0;
  justify-self: center;
  max-width: min(100%, 360px);
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: rgba(255, 248, 252, 0.94);
  color: var(--plum);
  font-size: clamp(0.66rem, 1vw, 0.82rem);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  box-shadow:
    3px 3px 0 var(--ink),
    0 0 20px rgba(255, 255, 255, 0.56);
  padding: 10px 14px;
}

.cocktail-lane-label span {
  display: block;
  margin-top: 4px;
  color: var(--teal);
  font-size: 0.54rem;
  line-height: 1;
}

.cocktail-control-group {
  display: grid;
  gap: 8px;
}

.cocktail-control-label {
  margin: 0;
  color: var(--plum);
  font-size: clamp(0.68rem, 0.95vw, 0.78rem);
  font-weight: 950;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.cocktail-lane-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
}

.cocktail-wheel-game .cocktail-spin.button.secondary {
  position: relative;
  z-index: 20;
  display: grid;
  place-items: center;
  gap: 3px;
  width: 100%;
  min-height: 62px;
  border-color: var(--ink);
  background: #fff;
  color: var(--ink);
  white-space: normal;
  font-size: clamp(0.78rem, 1.1vw, 0.95rem);
  line-height: 1.05;
  box-shadow:
    3px 3px 0 var(--ink),
    0 0 18px rgba(155, 63, 95, 0.18);
}

.cocktail-wheel-game .cocktail-spin.button.secondary strong,
.cocktail-wheel-game .cocktail-spin.button.secondary span {
  display: block;
  line-height: 1;
}

.cocktail-wheel-game .cocktail-spin.button.secondary strong {
  font-size: clamp(0.76rem, 1vw, 0.92rem);
}

.cocktail-wheel-game .cocktail-spin.button.secondary span {
  font-size: 0.58rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.78;
}

.cocktail-wheel-game .cocktail-spin.button.secondary.is-selected,
.cocktail-wheel-game .cocktail-spin.button.secondary:hover,
.cocktail-wheel-game .cocktail-spin.button.secondary:focus-visible {
  border-color: var(--ink);
  background:
    linear-gradient(135deg, #9b3f5f, #d65cff);
  color: #fff;
}

.cocktail-wheel-game .cocktail-spin.button.secondary::after {
  content: none;
}

.cocktail-fortune-table {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  min-height: clamp(290px, 30vw, 430px);
  border: 3px solid var(--ink);
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 248, 252, 0.2), transparent 46%),
    #9b3f5f;
  box-shadow:
    5px 5px 0 var(--ink),
    inset 0 0 0 4px rgba(255, 248, 252, 0.18);
  perspective: 900px;
}

.cocktail-fortune-table > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.02);
  transform: scale(1.02);
}

.cocktail-fortune-table::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 248, 252, 0.12), rgba(58, 11, 49, 0.16)),
    radial-gradient(circle at 50% 52%, transparent 0 35%, rgba(155, 63, 95, 0.2) 66%);
  pointer-events: none;
}

.cocktail-mood-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
}

.cocktail-mood-button {
  position: relative;
  display: grid;
  gap: 4px;
  align-content: center;
  align-items: center;
  min-height: 58px;
  border: 3px solid var(--ink);
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  box-shadow:
    3px 3px 0 var(--ink),
    inset 0 0 0 2px rgba(255, 248, 252, 0.36);
  padding: 10px 14px;
  text-align: left;
  transition:
    transform 220ms ease,
    filter 260ms ease,
    background 260ms ease,
    box-shadow 260ms ease;
}

.cocktail-mood-button::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 8px;
  width: 6px;
  border-radius: 999px;
  background: rgba(255, 248, 252, 0.78);
  border: 1px solid rgba(16, 8, 5, 0.26);
}

.cocktail-mood-button::after {
  content: none;
}

.cocktail-mood-button strong {
  display: block;
  color: var(--ink);
  font-size: clamp(0.78rem, 1vw, 0.94rem);
  font-weight: 950;
  line-height: 1.05;
  text-transform: uppercase;
  padding-left: 12px;
}

.cocktail-mood-button span {
  display: block;
  color: rgba(16, 8, 5, 0.78);
  font-size: clamp(0.6rem, 0.82vw, 0.72rem);
  font-weight: 850;
  line-height: 1.1;
  padding-left: 12px;
}

.cocktail-mood-button:hover,
.cocktail-mood-button:focus-visible,
.cocktail-mood-button.is-selected {
  filter: brightness(1.05) saturate(1.12);
  box-shadow:
    inset 0 0 0 3px rgba(255, 248, 252, 0.42),
    0 0 0 3px #fff25c;
  transform: translateY(-1px);
}

.cocktail-mood-button--bubble {
  background: linear-gradient(145deg, #9b3f5f, #ff8fc8);
}

.cocktail-mood-button--citrus {
  background: linear-gradient(145deg, #12b6c4, #a6f5ff);
}

.cocktail-mood-button--classic {
  background: linear-gradient(145deg, #fff25c, #ffb84d);
}

.cocktail-mood-button--after-dark {
  background: linear-gradient(145deg, #b756d8, #ff8fc8);
}

.cocktail-mood-button--after-dark strong {
  font-size: clamp(0.76rem, 0.98vw, 0.92rem);
}

.cocktail-fortune-table.is-counting > img {
  animation: fortuneCount 520ms steps(4, end);
}

.cocktail-fortune-table.has-reveal > img {
  filter: saturate(1.12) contrast(1.04);
}

.fortune-reveal-card {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 6;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  width: min(76%, 360px);
  border: 3px solid var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 248, 252, 0.98), rgba(230, 252, 255, 0.94));
  color: var(--plum);
  box-shadow: 4px 4px 0 var(--ink);
  opacity: 0;
  padding: 12px;
  pointer-events: none;
  transform: translate(-50%, -42%) scale(0.96);
  transition: opacity 260ms ease, transform 360ms ease;
}

.cocktail-fortune-table.has-reveal .fortune-reveal-card {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.fortune-reveal-card span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: #fff25c;
  color: var(--ink);
  font-weight: 950;
}

.fortune-reveal-card strong {
  overflow-wrap: anywhere;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  line-height: 1;
}

.cocktail-menu-card {
  display: grid;
  align-content: start;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 248, 252, 0.94), rgba(230, 252, 255, 0.9));
  box-shadow: 5px 5px 0 var(--ink);
  padding: 16px;
}

.cocktail-menu-card ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 14px;
  margin: 0;
  padding-left: 20px;
}

.cocktail-menu-card li {
  color: var(--plum);
  font-size: 0.8rem;
  font-weight: 850;
  line-height: 1.12;
}

.cocktail-menu-card li::marker {
  color: var(--hot-pink);
  font-weight: 950;
}

.cocktail-output {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
  min-height: 96px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(155, 63, 95, 0.15), transparent 34%),
    rgba(255, 248, 252, 0.92);
  box-shadow: 4px 4px 0 var(--ink);
  padding: 12px;
}

.cocktail-output strong {
  color: var(--hot-pink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.05;
}

.cocktail-output span,
.cocktail-output em {
  display: block;
  color: var(--plum);
  font-style: normal;
  line-height: 1.35;
}

.cocktail-output em {
  font-weight: 900;
}

@media (max-width: 760px) {
  .goss-board,
  .home-screen-card--social {
    grid-template-columns: 1fr;
  }

  .cocktail-stage {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    margin-bottom: 0;
    background:
      linear-gradient(rgba(255, 248, 252, 0.78), rgba(255, 248, 252, 0.12)),
      url("assets/businesswomen-special-fortune-teller-v1.png") center / cover no-repeat,
      #9b3f5f;
  }

  .cocktail-fortune-table {
    min-height: 330px;
  }

  .cocktail-menu-card ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.game-select {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--ink);
  border-radius: 0;
  background: white;
  color: var(--ink);
  font: inherit;
  font-weight: 800;
  padding: 0 10px;
}

.game-output {
  position: relative;
  z-index: 1;
  min-height: 70px;
  border: 1px solid rgba(16, 8, 5, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--plum);
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.45;
  padding: 10px;
  white-space: pre-line;
}

.game-card.fairy-game {
  min-height: 390px;
  border-color: var(--hot-pink);
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 242, 92, 0.62), transparent 17%),
    radial-gradient(circle at 86% 22%, rgba(81, 214, 223, 0.26), transparent 18%),
    linear-gradient(145deg, rgba(255, 239, 249, 0.98), rgba(255, 203, 233, 0.96));
}

.game-card.fairy-game::after {
  width: 118px;
  height: 118px;
  border-color: rgba(155, 63, 95, 0.52);
  background:
    radial-gradient(circle, rgba(255, 242, 92, 0.36), transparent 58%),
    rgba(155, 63, 95, 0.08);
}

.fairy-wand {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 142px;
  place-items: center;
  margin: 2px 0 0;
  border: 2px solid rgba(16, 8, 5, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.9), transparent 34%),
    radial-gradient(circle at 28% 22%, rgba(255, 242, 92, 0.42), transparent 24%),
    linear-gradient(145deg, rgba(255, 248, 252, 0.46), rgba(155, 63, 95, 0.08));
  box-shadow: inset 0 0 24px rgba(155, 63, 95, 0.12);
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  touch-action: manipulation;
  --wand-x: 0px;
  --wand-y: 0px;
  --wand-tilt: -3deg;
}

.fairy-wand::before,
.fairy-wand::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transition: opacity 160ms ease, transform 180ms ease;
}

.fairy-wand::before {
  top: 14px;
  right: 18%;
  width: 18px;
  height: 18px;
  background: var(--hot-pink);
  clip-path: polygon(50% 0, 61% 36%, 100% 50%, 61% 64%, 50% 100%, 39% 64%, 0 50%, 39% 36%);
  transform: scale(0.7) rotate(12deg);
}

.fairy-wand::after {
  right: 11%;
  bottom: 22px;
  width: 12px;
  height: 12px;
  border: 2px solid var(--teal);
  border-radius: 999px;
  transform: scale(0.65);
}

.fairy-wand img {
  display: block;
  width: min(62%, 170px);
  max-height: 132px;
  object-fit: contain;
  filter: drop-shadow(3px 4px 0 rgba(16, 8, 5, 0.16));
  transform: translate(var(--wand-x), var(--wand-y)) rotate(var(--wand-tilt));
  transition: transform 180ms ease, filter 180ms ease;
  will-change: transform;
}

.fairy-wand:hover img,
.fairy-wand:focus-visible img,
.fairy-wand.is-waving img {
  filter:
    drop-shadow(3px 4px 0 rgba(16, 8, 5, 0.16))
    drop-shadow(0 0 18px rgba(155, 63, 95, 0.48));
}

.fairy-wand:hover::before,
.fairy-wand:hover::after,
.fairy-wand:focus-visible::before,
.fairy-wand:focus-visible::after,
.fairy-wand.is-waving::before,
.fairy-wand.is-waving::after {
  opacity: 1;
}

.fairy-wand:hover::before,
.fairy-wand:focus-visible::before,
.fairy-wand.is-waving::before {
  transform: scale(1) rotate(28deg);
}

.fairy-wand:hover::after,
.fairy-wand:focus-visible::after,
.fairy-wand.is-waving::after {
  transform: scale(1);
}

.fairy-wand:focus-visible {
  outline: 3px solid var(--hot-pink);
  outline-offset: 4px;
}

.game-card.psychic-game {
  grid-column: span 2;
  min-height: 390px;
  border-color: var(--hot-pink);
  background:
    radial-gradient(circle at 18% 8%, rgba(155, 63, 95, 0.5), transparent 26%),
    radial-gradient(circle at 82% 72%, rgba(81, 214, 223, 0.28), transparent 28%),
    linear-gradient(145deg, #170018, #5f0b4d 52%, #100805);
  color: #fff;
  box-shadow:
    0 0 18px rgba(155, 63, 95, 0.35),
    6px 6px 0 var(--ink);
}

.game-card.psychic-game::after {
  border-color: rgba(246, 196, 255, 0.5);
  background: rgba(155, 63, 95, 0.12);
  box-shadow: 0 0 26px rgba(155, 63, 95, 0.34);
}

.game-card.psychic-game span {
  color: #51d6df;
}

.psychic-topline {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(16, 8, 5, 0.38);
  box-shadow: inset 0 0 18px rgba(155, 63, 95, 0.18);
  padding: 7px 10px;
}

.psychic-topline span {
  color: #fff;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.psychic-topline span:first-child {
  color: #51d6df;
}

.psychic-topline span:last-child {
  color: #fff25c;
  text-shadow: 0 0 10px rgba(155, 63, 95, 0.7);
}

.game-card.psychic-game h3 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3rem);
  text-shadow:
    0 0 12px rgba(155, 63, 95, 0.72),
    3px 3px 0 rgba(16, 8, 5, 0.62);
}

.game-card.psychic-game p:not(.game-output) {
  color: rgba(255, 255, 255, 0.84);
  max-width: none;
}

.game-card.psychic-game .button.secondary {
  border-color: #fff;
  background: var(--hot-pink);
  color: #fff;
  box-shadow:
    0 0 18px rgba(155, 63, 95, 0.44),
    4px 4px 0 var(--ink);
}

.game-card.psychic-game .button.secondary:hover {
  background: #fff25c;
  color: var(--ink);
}

.game-card.psychic-game .game-output {
  border: 1px solid rgba(255, 255, 255, 0.42);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(155, 63, 95, 0.12)),
    rgba(16, 8, 5, 0.28);
  color: #fff;
  box-shadow: inset 0 0 18px rgba(155, 63, 95, 0.16);
}

.fortune-line {
  display: block;
}

.fortune-line + .fortune-line {
  margin-top: 7px;
}

.fortune-line--heading {
  margin: 0 0 12px;
  text-align: center;
}

.fortune-label {
  color: #9b3f5f;
  font-weight: 950;
  text-shadow: 0 0 12px rgba(155, 63, 95, 0.6);
}

.fortune-line--heading .fortune-label {
  display: block;
  color: #fff25c;
  font-family: "Brush Script MT", "Segoe Script", "Lucida Handwriting", cursive;
  font-size: clamp(1.9rem, 4vw, 2.85rem);
  font-weight: 400;
  line-height: 0.95;
  text-shadow:
    0 0 14px rgba(155, 63, 95, 0.76),
    2px 2px 0 rgba(16, 8, 5, 0.62);
}


.psychic-visual,
.girl-talk-stage {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 2px solid rgba(16, 8, 5, 0.84);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 4px 4px 0 rgba(16, 8, 5, 0.9);
}

.psychic-visual {
  min-height: 220px;
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.08);
  box-shadow:
    0 0 22px rgba(155, 63, 95, 0.24),
    4px 4px 0 rgba(16, 8, 5, 0.9);
}

.psychic-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, transparent 0 35%, rgba(255, 255, 255, 0.2) 38% 43%, transparent 46%),
    radial-gradient(circle at 50% 42%, rgba(155, 63, 95, 0.08), transparent 44%);
  pointer-events: none;
}

.psychic-visual img,
.girl-talk-stage img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.psychic-visual-label {
  position: absolute;
  z-index: 2;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  background: rgba(16, 8, 5, 0.74);
  color: #fff;
  cursor: pointer;
  font-size: clamp(0.78rem, 1.6vw, 0.92rem);
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1.15;
  min-height: 44px;
  text-align: center;
  text-transform: uppercase;
  padding: 9px 10px;
  width: auto;
  appearance: none;
  -webkit-appearance: none;
  animation: hotlinePulse 2.8s ease-in-out infinite;
  box-shadow:
    0 0 14px rgba(155, 63, 95, 0.28),
    inset 0 0 14px rgba(255, 255, 255, 0.1);
  text-shadow: 0 0 10px rgba(155, 63, 95, 0.72);
}

.psychic-visual-label:hover,
.psychic-visual-label:focus-visible {
  border-color: white;
  background: rgba(155, 63, 95, 0.9);
  outline: 2px solid rgba(255, 255, 255, 0.82);
  outline-offset: 3px;
}

@keyframes hotlinePulse {
  0%,
  100% {
    background: rgba(16, 8, 5, 0.74);
    border-color: rgba(255, 255, 255, 0.48);
    box-shadow:
      0 0 12px rgba(155, 63, 95, 0.28),
      inset 0 0 12px rgba(255, 255, 255, 0.08);
    transform: translateY(0);
  }

  50% {
    background: rgba(155, 63, 95, 0.88);
    border-color: rgba(255, 255, 255, 0.92);
    box-shadow:
      0 0 28px rgba(155, 63, 95, 0.76),
      0 0 52px rgba(155, 63, 95, 0.35),
      inset 0 0 18px rgba(255, 255, 255, 0.18);
    transform: translateY(-1px);
  }
}

.trading-pack-game {
  border-color: #c9a84c;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 242, 92, 0.44), transparent 20%),
    linear-gradient(145deg, rgba(255, 249, 234, 0.96), rgba(255, 219, 243, 0.96));
}

.trading-pack-visual {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 8px;
  box-shadow: 4px 4px 0 var(--ink);
}

.trading-pack-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  animation: packWrapperShine 4.8s ease-in-out infinite;
}

.playlist-game {
  grid-column: 1 / -1;
  border-color: #1aa7b8;
  background:
    radial-gradient(circle at 18% 18%, rgba(81, 214, 223, 0.38), transparent 20%),
    radial-gradient(circle at 84% 18%, rgba(155, 63, 95, 0.32), transparent 18%),
    linear-gradient(145deg, rgba(243, 255, 255, 0.96), rgba(255, 220, 242, 0.96));
}

.playlist-game::after {
  border-color: rgba(81, 214, 223, 0.62);
  background: rgba(81, 214, 223, 0.14);
}

.playlist-visual {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  box-shadow: 4px 4px 0 var(--ink);
}

.playlist-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  animation: mixCdTilt 5.2s ease-in-out infinite;
}

.try-on-game {
  border-color: #c9a84c;
  background:
    radial-gradient(circle at 16% 16%, rgba(255, 242, 92, 0.58), transparent 18%),
    radial-gradient(circle at 86% 22%, rgba(81, 214, 223, 0.3), transparent 18%),
    linear-gradient(145deg, rgba(255, 247, 232, 0.96), rgba(255, 217, 242, 0.96));
}

.try-on-game::after {
  border-color: rgba(201, 168, 76, 0.6);
  background: rgba(255, 242, 92, 0.16);
}

.try-on-visual {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  box-shadow: 4px 4px 0 var(--ink);
}

.try-on-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  animation: tryOnNudge 4.4s ease-in-out infinite;
}

.try-on-game .button.secondary {
  background: #fff25c;
  box-shadow: 3px 3px 0 var(--ink);
}

.quiz-game {
  border-color: #51d6df;
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 242, 92, 0.72), transparent 18%),
    radial-gradient(circle at 88% 18%, rgba(155, 63, 95, 0.45), transparent 20%),
    linear-gradient(145deg, rgba(239, 252, 255, 0.98), rgba(255, 214, 243, 0.98));
  box-shadow: 6px 6px 0 var(--ink), 0 0 0 4px rgba(81, 214, 223, 0.12);
}

.quiz-game h3 {
  color: var(--plum);
  text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.82);
}

.quiz-game-visual {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 190px;
  align-items: end;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #fff8fc;
  box-shadow: 4px 4px 0 var(--ink);
  overflow: hidden;
}

.quiz-game-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quiz-game-visual::before {
  content: "Concepts that stick";
  position: absolute;
  top: 20px;
  right: 18px;
  z-index: 1;
  display: grid;
  max-width: 158px;
  min-height: 54px;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background:
    radial-gradient(circle at 22% 20%, rgba(255, 255, 255, 0.9), transparent 28%),
    #fff25c;
  color: var(--plum);
  font-size: clamp(0.68rem, 1.15vw, 0.82rem);
  font-weight: 950;
  line-height: 1.02;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 3px 3px 0 var(--ink);
  padding: 8px 12px;
  transform: rotate(4deg);
  animation: stickerWiggle 3.6s ease-in-out infinite;
}

.quiz-game-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 0 42%, rgba(16, 8, 5, 0.1) 62%, rgba(16, 8, 5, 0.58) 100%),
    radial-gradient(circle at 18% 16%, rgba(255, 242, 92, 0.24), transparent 26%);
  pointer-events: none;
}

.quiz-mag-badge {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 4px;
  margin: 12px;
  border: 2px solid var(--ink);
  background:
    radial-gradient(circle at 88% 16%, rgba(255, 242, 92, 0.7), transparent 26%),
    linear-gradient(135deg, rgba(155, 63, 95, 0.96), rgba(255, 220, 242, 0.98));
  color: var(--plum);
  box-shadow: 3px 3px 0 var(--ink);
  padding: 10px 12px;
  transform: rotate(-1.5deg);
  animation: badgeGlow 3.8s ease-in-out infinite;
}

.quiz-mag-badge strong {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  line-height: 0.98;
  text-shadow: 2px 2px 0 var(--ink);
}

.quiz-mag-badge em {
  color: var(--ink);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 950;
  line-height: 1.15;
  text-transform: uppercase;
}

.game-card.girl-talk-game {
  grid-column: auto;
  border-color: #1aa7b8;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 242, 92, 0.68), transparent 18%),
    radial-gradient(circle at 88% 20%, rgba(155, 63, 95, 0.32), transparent 18%),
    linear-gradient(145deg, rgba(183, 238, 244, 0.96), rgba(255, 216, 239, 0.96));
}

.game-card.girl-talk-game::after {
  width: 116px;
  height: 116px;
  border-color: rgba(255, 242, 92, 0.78);
  background: rgba(255, 242, 92, 0.2);
}

.girl-talk-stage img {
  animation: cardDeckLift 4.2s ease-in-out infinite;
}

.game-card.dream-phone-game {
  grid-column: auto;
  border-color: #9b3f5f;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 221, 244, 0.94)),
    repeating-linear-gradient(90deg, rgba(81, 214, 223, 0.2) 0 12px, rgba(255, 242, 92, 0.22) 12px 24px);
}

.game-card.dream-phone-game::before {
  content: "";
  position: relative;
  z-index: 1;
  display: block;
  align-self: stretch;
  min-height: 180px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background:
    radial-gradient(circle at 70% 18%, rgba(255, 242, 92, 0.44), transparent 22%),
    url("assets/dream-phone-cordless-crop.png") center / contain no-repeat,
    linear-gradient(135deg, rgba(255, 236, 248, 0.98), rgba(230, 252, 255, 0.96));
  box-shadow: 4px 4px 0 var(--ink);
}

.dream-phone-game:not(.is-expanded) .dream-phone-stage,
.dream-phone-game:not(.is-expanded) .dream-dialer,
.dream-phone-game:not(.is-expanded) #dreamPhoneOutput {
  display: none;
}

.game-card.dream-phone-game.is-expanded {
  grid-column: 1 / -1;
}

.game-card.dream-phone-game.is-expanded::before {
  display: none;
}

.dream-phone-toggle {
  position: relative;
  z-index: 1;
}

.dream-phone-stage {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(360px, 0.62fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 30px);
  align-items: start;
}

.dream-handset {
  position: relative;
  display: grid;
  place-items: center;
  align-self: center;
  justify-self: center;
  width: min(100%, 560px);
  transform: rotate(0deg);
}

.dream-handset img {
  display: block;
  width: min(100%, 560px);
  height: auto;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(8px 10px 0 rgba(16, 8, 5, 0.14));
}

.dream-phone-keypad {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  pointer-events: none;
}

.dream-phone-keypad button,
.dream-phone-keypad span {
  position: absolute;
  display: block;
  width: 12.2%;
  height: 6.9%;
  min-width: 44px;
  min-height: 44px;
  border: 0;
  border-radius: 18%;
  background: transparent;
  color: transparent;
  font-family: var(--font-sans);
  font-size: clamp(0.7rem, 1.4vw, 0.98rem);
  font-weight: 900;
  line-height: 1;
  box-shadow: none;
  text-shadow: none;
}

.dream-phone-keypad button {
  cursor: pointer;
  pointer-events: auto;
  animation: keypadGlow 5.6s ease-in-out infinite;
}

.dream-phone-keypad button:nth-child(2n) {
  background: transparent;
  color: transparent;
  animation-delay: 0.7s;
}

.dream-phone-keypad [data-dream-key="1"] {
  left: 31.2%;
  top: 47.6%;
}

.dream-phone-keypad [data-dream-key="2"] {
  left: 43.9%;
  top: 47.6%;
}

.dream-phone-keypad [data-dream-key="3"] {
  left: 56.7%;
  top: 47.6%;
}

.dream-phone-keypad [data-dream-key="4"] {
  left: 31.2%;
  top: 55.5%;
}

.dream-phone-keypad [data-dream-key="5"] {
  left: 43.9%;
  top: 55.5%;
}

.dream-phone-keypad [data-dream-key="6"] {
  left: 56.7%;
  top: 55.5%;
}

.dream-phone-keypad [data-dream-key="7"] {
  left: 31.2%;
  top: 63.3%;
}

.dream-phone-keypad [data-dream-key="8"] {
  left: 43.9%;
  top: 63.3%;
}

.dream-phone-keypad [data-dream-key="9"] {
  left: 56.7%;
  top: 63.3%;
}

.dream-phone-keypad [data-dream-key="0"] {
  left: 43.9%;
  top: 71%;
}

.dream-phone-keypad button:hover,
.dream-phone-keypad button:focus-visible {
  animation: none;
  outline: 2px solid #fff25c;
  outline-offset: 2px;
  background: rgba(255, 242, 92, 0.24);
  transform: translateY(-1px);
  box-shadow:
    0 0 14px rgba(255, 242, 92, 0.54),
    inset 0 0 10px rgba(255, 255, 255, 0.3);
}

.dream-handset::before {
  content: none;
}

.dream-handset::after {
  content: none;
}

.dream-receiver {
  position: absolute;
  top: 2px;
  left: 50%;
  z-index: 2;
  width: 204px;
  height: 54px;
  border: 2px solid var(--ink);
  border-radius: 32px;
  background:
    radial-gradient(ellipse at 22% 34%, rgba(255, 255, 255, 0.48), transparent 36%),
    linear-gradient(180deg, #ff91ce, #ff4faf);
  box-shadow: 4px 4px 0 var(--ink);
  transform: translateX(-50%);
}

.dream-phone-body {
  position: relative;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 30px;
  grid-template-rows: 58px 1fr;
  gap: 12px 8px;
  align-items: center;
  width: 208px;
  min-height: 184px;
  border: 2px solid var(--ink);
  border-radius: 30px 30px 18px 18px;
  background:
    radial-gradient(circle at 20% 14%, rgba(255, 255, 255, 0.46), transparent 18%),
    linear-gradient(160deg, #ff9bd2 0 18%, #ff4faf 54%, #9b3f5f 100%);
  box-shadow: 5px 5px 0 var(--ink);
  padding: 48px 18px 18px;
}

.dream-screen {
  height: 42px;
  border: 2px solid var(--ink);
  border-radius: 7px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), transparent 42%),
    #ffd7ef;
}

.dream-speaker {
  display: grid;
  gap: 5px;
}

.dream-speaker::before {
  content: "";
  display: block;
  width: 24px;
  height: 4px;
  border-radius: 999px;
  background: var(--ink);
  box-shadow: 0 8px 0 var(--ink), 0 16px 0 var(--ink);
}

.dream-keypad {
  grid-column: 1 / -1;
  justify-self: center;
  display: grid;
  grid-template-columns: repeat(3, 18px);
  gap: 10px 18px;
  padding-top: 4px;
}

.dream-keypad span {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--ink);
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
}

.dream-contact-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(92px, 108px);
  grid-template-rows: repeat(2, minmax(0, auto));
  gap: 8px;
  max-width: 100%;
  overflow-x: auto;
  padding: 2px 6px 8px 2px;
  scroll-snap-type: x proximity;
  scrollbar-color: var(--hot-pink) rgba(255, 255, 255, 0.75);
}

.dream-contact {
  --dream-card-color: #9b3f5f;
  --dream-card-glow: rgba(155, 63, 95, 0.28);
  position: relative;
  display: grid;
  gap: 4px;
  align-items: start;
  min-width: 0;
  border: 2px solid var(--ink);
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.5), transparent 36%),
    radial-gradient(circle at 82% 16%, rgba(255, 255, 255, 0.42), transparent 22%),
    var(--dream-card-color);
  color: var(--ink);
  font: inherit;
  padding: 6px;
  text-align: center;
  box-shadow: 3px 3px 0 var(--ink), inset 0 0 18px var(--dream-card-glow);
  cursor: pointer;
  scroll-snap-align: start;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.dream-contact:nth-child(1) {
  --dream-card-color: #9b3f5f;
  --dream-card-glow: rgba(81, 214, 223, 0.36);
}

.dream-contact:nth-child(2) {
  --dream-card-color: #fff25c;
  --dream-card-glow: rgba(155, 63, 95, 0.28);
}

.dream-contact:nth-child(3) {
  --dream-card-color: #51d6df;
  --dream-card-glow: rgba(255, 242, 92, 0.36);
}

.dream-contact:nth-child(4) {
  --dream-card-color: #bfff3f;
  --dream-card-glow: rgba(143, 123, 255, 0.32);
}

.dream-contact:nth-child(5) {
  --dream-card-color: #ff7aca;
  --dream-card-glow: rgba(255, 242, 92, 0.32);
}

.dream-contact:nth-child(6) {
  --dream-card-color: #ff8f3d;
  --dream-card-glow: rgba(81, 214, 223, 0.34);
}

.dream-contact:nth-child(7) {
  --dream-card-color: #8f7bff;
  --dream-card-glow: rgba(255, 242, 92, 0.34);
}

.dream-contact:nth-child(8) {
  --dream-card-color: #35f4a5;
  --dream-card-glow: rgba(155, 63, 95, 0.32);
}

.dream-contact:nth-child(9) {
  --dream-card-color: #ff5c7a;
  --dream-card-glow: rgba(81, 214, 223, 0.34);
}

.dream-contact:nth-child(10) {
  --dream-card-color: #a8f7ff;
  --dream-card-glow: rgba(155, 63, 95, 0.3);
}

.dream-contact:nth-child(11) {
  --dream-card-color: #ffd36a;
  --dream-card-glow: rgba(143, 123, 255, 0.3);
}

.dream-contact:nth-child(12) {
  --dream-card-color: #d65cff;
  --dream-card-glow: rgba(81, 214, 223, 0.34);
}

.dream-contact:nth-child(13) {
  --dream-card-color: #9b3f5f;
  --dream-card-glow: rgba(81, 214, 223, 0.36);
}

.dream-contact:nth-child(14) {
  --dream-card-color: #51d6df;
  --dream-card-glow: rgba(155, 63, 95, 0.3);
}

.dream-contact:nth-child(15) {
  --dream-card-color: #8f7bff;
  --dream-card-glow: rgba(255, 242, 92, 0.34);
}

.dream-contact:nth-child(16) {
  --dream-card-color: #ff7aca;
  --dream-card-glow: rgba(81, 214, 223, 0.32);
}

.dream-contact:nth-child(17) {
  --dream-card-color: #fff25c;
  --dream-card-glow: rgba(155, 63, 95, 0.28);
}

.dream-contact:nth-child(18) {
  --dream-card-color: #ff8f3d;
  --dream-card-glow: rgba(81, 214, 223, 0.34);
}

.dream-contact:nth-child(19) {
  --dream-card-color: #35f4a5;
  --dream-card-glow: rgba(155, 63, 95, 0.32);
}

.dream-contact:nth-child(20) {
  --dream-card-color: #a8f7ff;
  --dream-card-glow: rgba(155, 63, 95, 0.3);
}

.dream-contact:nth-child(21) {
  --dream-card-color: #ffd36a;
  --dream-card-glow: rgba(143, 123, 255, 0.3);
}

.dream-contact:nth-child(22) {
  --dream-card-color: #bfff3f;
  --dream-card-glow: rgba(155, 63, 95, 0.3);
}

.dream-contact:nth-child(23) {
  --dream-card-color: #d65cff;
  --dream-card-glow: rgba(81, 214, 223, 0.34);
}

.dream-contact:nth-child(24) {
  --dream-card-color: #ff5c7a;
  --dream-card-glow: rgba(255, 242, 92, 0.32);
}

.dream-avatar {
  position: relative;
  display: block;
  width: 100%;
  height: 78px;
  border: 2px solid var(--ink);
  object-fit: cover;
  object-position: center 32%;
}

.dream-contact span {
  position: absolute;
  top: 4px;
  right: 4px;
  display: inline-grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 0.58rem;
  line-height: 1;
}

.dream-contact strong {
  display: block;
  min-width: 0;
  border: 2px solid var(--ink);
  background: var(--ink);
  overflow-wrap: normal;
  white-space: nowrap;
  color: #fff;
  font-size: 0.6rem;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 3px 2px;
}

.dream-contact em {
  min-width: 0;
  color: var(--ink);
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 900;
}

.dream-contact.is-selected,
.dream-contact:hover {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.58), transparent 36%),
    radial-gradient(circle at 82% 16%, rgba(255, 255, 255, 0.5), transparent 22%),
    var(--dream-card-color);
  color: var(--ink);
  transform: translateY(-2px) rotate(-0.5deg);
  box-shadow: 4px 5px 0 var(--ink), 0 0 0 3px #fff25c, inset 0 0 20px var(--dream-card-glow);
}

.dream-contact.is-selected strong,
.dream-contact:hover strong {
  color: #fff;
}

.dream-special-cards {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.dream-special-cards::before {
  content: "Optional remix cards after you call";
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.dream-special-cards button {
  display: grid;
  min-height: 44px;
  place-items: center;
  border: 2px solid var(--ink);
  background: #fff25c;
  color: var(--ink);
  font: inherit;
  font-size: 0.5rem;
  font-weight: 950;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 2px 2px 0 var(--ink);
  padding: 6px;
  cursor: pointer;
}

.dream-special-cards button[data-dream-special="speaker"] {
  background: #51d6df;
}

.dream-special-cards button[data-dream-special="hangup"] {
  background: #9b3f5f;
  color: #fff;
}

.dream-special-cards button.is-selected {
  outline: 3px solid var(--hot-pink);
  outline-offset: 2px;
  box-shadow: 3px 3px 0 var(--ink), 0 0 16px rgba(155, 63, 95, 0.32);
}

.dream-dialer {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.dream-dialer input {
  min-width: 0;
  min-height: 44px;
  border: 1px solid var(--ink);
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 900;
  padding: 0 10px;
}

.dream-dialer input::placeholder {
  color: rgba(16, 8, 5, 0.38);
}

#dreamPhoneOutput {
  white-space: pre-line;
}

.dream-secret-badge {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  border: 2px solid var(--ink);
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 242, 92, 0.5), transparent 26%),
    linear-gradient(135deg, #fff25c, #ff7aca 58%, #51d6df);
  color: var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  padding: 10px;
}

.dream-secret-badge[hidden] {
  display: none;
}

.dream-secret-badge span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: #fff;
  color: var(--hot-pink);
  font-size: 0.9rem;
  font-weight: 950;
  transform: rotate(-7deg);
}

.dream-secret-badge strong,
.dream-secret-badge em {
  display: block;
}

.dream-secret-badge strong {
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.dream-secret-badge em {
  color: rgba(16, 8, 5, 0.72);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 800;
}

.playlist-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(24px, 5vw, 58px);
  background:
    radial-gradient(circle at 14% 16%, rgba(155, 63, 95, 0.18), transparent 28%),
    linear-gradient(135deg, #fff8fc, #effcff 58%, #fff9e7);
}

.playlist-intro {
  display: grid;
  align-content: start;
  gap: 14px;
}

.playlist-intro h2 {
  margin-bottom: 0;
}

.playlist-intro p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.65;
}

.playlist-venue-note {
  display: grid;
  gap: 7px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 18%, rgba(255, 242, 92, 0.42), transparent 28%),
    linear-gradient(135deg, rgba(155, 63, 95, 0.12), rgba(255, 255, 255, 0.94) 55%, rgba(81, 214, 223, 0.18));
  box-shadow: 5px 5px 0 var(--ink);
  padding: 14px 16px;
}

.playlist-venue-note span {
  color: var(--teal);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.playlist-venue-note p {
  margin: 0;
  color: var(--plum);
  font-weight: 850;
  line-height: 1.45;
}

.playlist-intro img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  border: 2px solid var(--ink);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 8px 8px 0 var(--ink);
}

.playlist-stack {
  display: grid;
  gap: 14px;
}

.house-dj-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 1.05fr);
  gap: clamp(16px, 3vw, 26px);
  align-items: stretch;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 14%, rgba(255, 242, 92, 0.36), transparent 22%),
    linear-gradient(135deg, rgba(155, 63, 95, 0.96), rgba(94, 21, 74, 0.98) 58%, rgba(16, 8, 5, 0.98));
  color: #fff;
  padding: clamp(14px, 2.4vw, 22px);
  box-shadow: 7px 7px 0 var(--ink);
  overflow: hidden;
}

.house-dj-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  border: 2px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 0 24px rgba(155, 63, 95, 0.34);
}

.house-dj-copy {
  display: grid;
  align-content: center;
  gap: 12px;
}

.house-dj-card .eyebrow {
  color: var(--yellow);
}

.house-dj-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.98;
}

.house-dj-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.55;
}

.house-dj-tracklist {
  display: grid;
  gap: 8px;
}

.house-dj-tracklist div {
  display: grid;
  grid-template-columns: minmax(76px, 0.5fr) minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.11);
  padding: 10px 12px;
}

.house-dj-tracklist .house-dj-drop {
  grid-template-columns: minmax(86px, 0.48fr) minmax(0, 1fr);
  background:
    radial-gradient(circle at 96% 12%, rgba(255, 244, 94, 0.36), transparent 26%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(155, 63, 95, 0.18));
  border-color: rgba(255, 244, 94, 0.72);
}

.house-dj-tracklist strong small {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 750;
  line-height: 1.35;
  margin-top: 4px;
}

.house-dj-tracklist audio {
  grid-column: 1 / -1;
  width: 100%;
  height: 34px;
  accent-color: var(--pink);
}

.house-dj-tracklist span {
  color: var(--yellow);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.house-dj-tracklist strong {
  color: #fff;
  line-height: 1.2;
}

.house-dj-tracklist em {
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 850;
  padding: 5px 8px;
  white-space: nowrap;
}

.house-dj-note {
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  padding-top: 12px;
  font-size: 0.95rem;
}

.playlist-card {
  border: 2px solid var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 236, 247, 0.95)),
    repeating-linear-gradient(0deg, rgba(155, 63, 95, 0.07) 0 2px, transparent 2px 32px);
  padding: clamp(18px, 3vw, 26px);
  box-shadow: 5px 5px 0 var(--ink);
}

.playlist-submit-card {
  background:
    radial-gradient(circle at 92% 14%, rgba(81, 214, 223, 0.32), transparent 24%),
    linear-gradient(135deg, rgba(155, 63, 95, 0.15), rgba(255, 255, 255, 0.95) 58%, rgba(255, 244, 94, 0.22));
}

.playlist-card h3 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.6vw, 2.1rem);
  line-height: 1.05;
}

.playlist-note {
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.55;
}

.playlist-card ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 20px;
  margin: 0;
  padding-left: 1.25rem;
  color: var(--ink);
  line-height: 1.35;
}

.playlist-card li::marker {
  color: var(--hot-pink);
  font-weight: 950;
}

.playlist-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.button.ghost {
  background: #fff;
  color: var(--ink);
}

.playlist-status {
  margin: 2px 0 0;
  border: 1px solid rgba(16, 8, 5, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 750;
  line-height: 1.5;
  padding: 12px 14px;
}

.quiz-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(18px, 3vw, 28px);
  background:
    linear-gradient(135deg, rgba(255, 242, 92, 0.18), transparent 28%),
    radial-gradient(circle at 10% 16%, rgba(155, 63, 95, 0.18), transparent 30%),
    radial-gradient(circle at 92% 12%, rgba(81, 214, 223, 0.2), transparent 30%),
    linear-gradient(180deg, #fff8fc 0%, #effcff 100%);
  overflow: hidden;
}

.quiz-hub-top {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(190px, 0.62fr) minmax(240px, 0.72fr) minmax(150px, 0.36fr);
  gap: clamp(12px, 2vw, 18px);
  align-items: stretch;
}

.quiz-copy {
  display: grid;
  align-content: center;
  min-height: 100%;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 230, 245, 0.9)),
    repeating-linear-gradient(90deg, rgba(81, 214, 223, 0.08) 0 12px, transparent 12px 24px);
  box-shadow: 6px 6px 0 var(--ink);
  padding: clamp(20px, 3vw, 34px);
}

.quiz-copy p:not(.eyebrow) {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.quiz-format-card {
  display: grid;
  align-content: center;
  gap: 8px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 16%, rgba(155, 63, 95, 0.18), transparent 28%),
    linear-gradient(145deg, #fff25c, #fff8c9);
  box-shadow: 6px 6px 0 var(--ink);
  color: var(--ink);
  padding: clamp(16px, 2.2vw, 22px);
}

.quiz-format-card span,
.quiz-format-card em {
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.quiz-format-card span {
  color: var(--teal);
}

.quiz-format-card strong {
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.8vw, 2.15rem);
  line-height: 0.98;
}

.quiz-format-card em {
  color: rgba(16, 8, 5, 0.72);
}

.quiz-sticker-board {
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #ffdff2;
  box-shadow: 6px 6px 0 var(--ink);
}

.quiz-sticker-board img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 188px;
  object-fit: cover;
}

.quiz-score-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 231, 246, 0.95)),
    repeating-linear-gradient(90deg, rgba(81, 214, 223, 0.12) 0 10px, rgba(155, 63, 95, 0.08) 10px 20px);
  box-shadow: 6px 6px 0 var(--ink);
  padding: clamp(16px, 2.2vw, 22px);
}

.quiz-score-card strong {
  display: block;
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.1rem, 1.7vw, 1.45rem);
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.quiz-score-card span {
  color: var(--muted);
  font-weight: 850;
  line-height: 1.3;
}

.quiz-console {
  display: grid;
  gap: clamp(14px, 2vw, 18px);
  border: 2px solid var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(229, 248, 250, 0.92)),
    repeating-linear-gradient(0deg, rgba(155, 63, 95, 0.08) 0 2px, transparent 2px 32px);
  box-shadow: 8px 8px 0 var(--ink);
  padding: clamp(18px, 3.4vw, 34px);
}

.quiz-console-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.quiz-console-header h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.8vw, 2.35rem);
  line-height: 1.05;
  text-wrap: balance;
}

.quiz-start-panel {
  display: grid;
  grid-template-columns: minmax(190px, 0.25fr) minmax(0, 1fr);
  gap: clamp(14px, 2vw, 20px);
  align-items: start;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 14%, rgba(155, 63, 95, 0.22), transparent 26%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 234, 247, 0.92));
  box-shadow: 5px 5px 0 var(--ink);
  padding: clamp(14px, 2.6vw, 20px);
}

.quiz-start-heading {
  position: static;
  top: 102px;
  display: grid;
  gap: 6px;
  align-self: start;
}

.quiz-start-panel h4 {
  margin: 0;
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.28rem, 2.2vw, 1.85rem);
  line-height: 1.04;
  text-wrap: balance;
}

.quiz-start-panel.is-open {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(239, 252, 255, 0.82));
}

.quiz-issue-shelf {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: 12px;
  max-height: min(58vh, 620px);
  overflow: auto;
  padding: 2px 4px 8px 2px;
  scrollbar-color: var(--hot-pink) rgba(255, 255, 255, 0.72);
}

.quiz-issue-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px 12px;
  min-height: 118px;
  align-content: center;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 18%, rgba(255, 242, 92, 0.48), transparent 26%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 231, 246, 0.94));
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  min-width: 0;
  overflow: hidden;
  padding: 14px;
  text-align: left;
  box-shadow: 4px 4px 0 var(--ink);
  transition:
    transform 150ms ease,
    box-shadow 150ms ease,
    border-color 150ms ease;
}

.quiz-issue-card span,
.quiz-issue-card em {
  color: var(--teal);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quiz-issue-card span {
  display: inline-grid;
  grid-row: 1 / span 2;
  width: fit-content;
  min-height: 34px;
  place-items: center;
  border: 2px solid rgba(16, 8, 5, 0.82);
  border-radius: 8px;
  background: #fff25c;
  box-shadow: 2px 2px 0 var(--ink);
  color: var(--ink);
  padding: 0 10px;
  text-align: center;
}

.quiz-issue-card strong {
  align-self: end;
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 1.8vw, 1.42rem);
  line-height: 1.04;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.quiz-issue-card em {
  grid-column: 2;
  justify-self: start;
  width: fit-content;
  max-width: 100%;
  border: 1px solid rgba(155, 63, 95, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--hot-pink);
  line-height: 1.2;
  padding: 6px 8px;
  text-align: left;
}

.quiz-issue-card.is-selected,
.quiz-issue-card:hover,
.quiz-issue-card:focus-visible {
  border-color: var(--hot-pink);
  background:
    radial-gradient(circle at 92% 18%, rgba(255, 242, 92, 0.68), transparent 26%),
    linear-gradient(145deg, #fff, #ffd5ee);
  box-shadow:
    5px 5px 0 var(--ink),
    0 0 18px rgba(155, 63, 95, 0.16);
  outline: none;
  transform: translateY(-1px);
}

.quiz-picker {
  display: grid;
  grid-template-columns: auto minmax(220px, 1fr);
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(16, 8, 5, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  padding: 10px 12px;
}

.quiz-picker label {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.quiz-picker select {
  min-height: 46px;
  width: 100%;
  border: 2px solid var(--ink);
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 850;
  padding: 0 12px;
}

.quiz-sticker {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  width: 94px;
  height: 94px;
  place-items: center;
  border: 5px solid white;
  border-radius: 28% 34% 30% 38%;
  background:
    radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.9), transparent 26%),
    linear-gradient(145deg, #fff25c, #9b3f5f);
  color: #fff;
  font-family: var(--font-body);
  font-size: 0.76rem;
  font-weight: 950;
  line-height: 0.95;
  padding: 8px;
  text-align: center;
  text-shadow: 2px 2px 0 var(--ink);
  text-transform: uppercase;
  transform: rotate(-7deg);
  box-shadow:
    4px 4px 0 rgba(16, 8, 5, 0.84),
    0 0 0 1px rgba(16, 8, 5, 0.24),
    inset 0 0 18px rgba(255, 255, 255, 0.42);
}

.quiz-sticker::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px dashed rgba(255, 255, 255, 0.76);
  border-radius: inherit;
  pointer-events: none;
}

.quiz-sticker[data-sticker-tier="receipts"] {
  background:
    radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.9), transparent 26%),
    linear-gradient(145deg, #c9a84c, #9b3f5f);
}

.quiz-sticker[data-sticker-tier="double"] {
  width: 108px;
  height: 108px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.95), transparent 24%),
    conic-gradient(from 18deg, #fff25c, #9b3f5f, #51d6df, #c9a84c, #fff25c);
  transform: rotate(-7deg) scale(1.02);
}

.quiz-sticker[data-sticker-tier="caboodle"] {
  background:
    radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.9), transparent 26%),
    linear-gradient(145deg, #51d6df, #9b3f5f);
}

.quiz-sticker[data-sticker-tier="montage"] {
  background:
    radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.9), transparent 26%),
    linear-gradient(145deg, #fff25c, #51d6df);
}

.quiz-sticker[data-sticker-tier="reread"] {
  background:
    radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.9), transparent 26%),
    linear-gradient(145deg, #f7f1e8, #ff9ed0);
  color: var(--plum);
  text-shadow: none;
}

.quiz-sticker[data-sticker-tier="participation"] {
  background:
    radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.9), transparent 26%),
    linear-gradient(145deg, #ff9ed0, #fff25c);
  color: var(--plum);
  text-shadow: none;
}

.quiz-sticker[data-sticker-tier="butterfly"] {
  background:
    radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.9), transparent 26%),
    linear-gradient(145deg, #efe4ff, #51d6df 45%, #9b3f5f);
}

.quiz-progress-panel {
  display: grid;
  gap: 12px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 242, 92, 0.6), transparent 24%),
    rgba(255, 255, 255, 0.82);
  box-shadow: 4px 4px 0 var(--ink);
  padding: 14px;
}

.quiz-progress-heading h4 {
  margin: 0 0 6px;
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.24rem, 2vw, 1.62rem);
  line-height: 1;
}

.quiz-progress-heading p:not(.pack-release) {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.quiz-progress-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.quiz-progress-item {
  display: grid;
  gap: 6px;
  border: 1px solid rgba(16, 8, 5, 0.16);
  border-left: 7px solid rgba(101, 81, 93, 0.36);
  border-radius: 8px;
  background: #fff;
  padding: 12px;
}

.quiz-progress-item.is-complete {
  border-left-color: var(--hot-pink);
}

.quiz-progress-item span {
  color: var(--teal);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quiz-progress-item strong {
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  line-height: 1;
}

.quiz-progress-item em {
  width: fit-content;
  border-radius: 999px;
  background: #fff25c;
  color: var(--ink);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 950;
  padding: 5px 8px;
}

.quiz-progress-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.35;
}

.quiz-form {
  display: grid;
  gap: 16px;
}

.quiz-questions {
  display: grid;
  gap: 12px;
}

.quiz-question {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(16, 8, 5, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  padding: 14px;
}

.quiz-question h4 {
  margin: 0;
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  line-height: 1.15;
}

.quiz-question.is-bonus {
  border-color: rgba(201, 168, 76, 0.62);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(255, 248, 221, 0.88));
}

.quiz-options {
  display: grid;
  gap: 7px;
}

.quiz-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  border: 1px solid rgba(16, 8, 5, 0.14);
  border-radius: 8px;
  background: #fff;
  color: var(--muted);
  line-height: 1.35;
  padding: 9px 10px;
}

.quiz-option input {
  margin-top: 3px;
  accent-color: var(--hot-pink);
}

.quiz-option.is-correct {
  border-color: rgba(36, 123, 131, 0.55);
  background: rgba(229, 248, 250, 0.92);
  color: var(--ink);
  font-weight: 850;
}

.quiz-option.is-wrong {
  border-color: rgba(155, 63, 95, 0.4);
  background: rgba(255, 229, 244, 0.8);
}

.quiz-explain {
  display: grid;
  gap: 6px;
  margin: 0;
  border-left: 5px solid var(--teal);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--plum);
  font-size: 0.9rem;
  line-height: 1.4;
  padding: 10px 12px;
}

.quiz-question.is-answered-wrong .quiz-explain {
  border-left-color: var(--hot-pink);
  background: rgba(255, 239, 248, 0.94);
}

.quiz-explain strong {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quiz-correct-answer {
  color: var(--plum);
  font-weight: 950;
}

.quiz-explain p {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.quiz-review-link {
  width: fit-content;
  color: var(--hot-pink);
  font-weight: 950;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.quiz-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.quiz-result {
  margin: 0;
  border: 1px solid rgba(16, 8, 5, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--plum);
  font-weight: 850;
  line-height: 1.45;
  padding: 12px;
}

.interactive-band {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 16px;
  background:
    radial-gradient(circle at 16% 12%, rgba(155, 63, 95, 0.24), transparent 34%),
    linear-gradient(135deg, #260117, #3a0928 48%, #100805);
  color: white;
}

.interactive-band .eyebrow {
  color: #51d6df;
}

.quote-panel,
.submission-panel,
.play-card {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  padding: clamp(22px, 4vw, 34px);
}

.quote-panel h2,
.submission-panel h3 {
  color: white;
}

.quote-output {
  min-height: 150px;
  margin-bottom: 24px;
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 4vw, 3.1rem);
  line-height: 1.08;
}

.quote-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.quote-actions button,
.icon-button {
  font: inherit;
}

.microcopy,
.submission-panel p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.submission-panel img,
.play-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 18px;
}

.submission-panel img {
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.microcopy {
  margin: 14px 0 0;
  font-size: 0.92rem;
}

.brand-playbook {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 64px);
  background: #fff8fc;
}

.playbook-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 16px;
}

.play-card {
  display: flex;
  min-height: 285px;
  flex-direction: column;
  justify-content: space-between;
  border-color: var(--line);
  background: white;
  color: var(--ink);
}

.play-card:first-child {
  grid-column: auto;
}

.playbook-grid .play-card:only-child {
  grid-column: 1 / -1;
}

.play-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
}

.play-card .microcopy {
  color: var(--muted);
}

.icon-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
}

.icon-button {
  align-self: flex-start;
  padding: 0 14px;
}

.community-band > div:first-child {
  max-width: 780px;
}

.community-board {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 64px);
  background:
    linear-gradient(120deg, rgba(155, 63, 95, 0.08), rgba(201, 168, 76, 0.12)),
    #fff8fc;
}

.reference-closet {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(18px, 4vw, 34px);
  background: #f7f1e8;
}

.reference-closet > .section-heading {
  position: static;
  max-width: 820px;
}

.reference-closet > .reference-workbench {
  width: min(100%, 1180px);
  justify-self: center;
}

.reference-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.reference-search-label {
  display: block;
  margin-bottom: 8px;
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reference-search {
  width: 100%;
  margin-bottom: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  color: var(--ink);
  font: inherit;
  padding: 12px 14px;
}

.reference-toolbar .is-selected {
  border-color: var(--hot-pink);
  background: var(--hot-pink);
  color: white;
  box-shadow: var(--glow);
}

.reference-toolbar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.reference-open-all {
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  margin-bottom: 12px;
}

.drawer-button {
  display: grid;
  gap: 4px;
  min-height: 64px;
  align-content: start;
  border: 1px solid var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 235, 247, 0.96)),
    white;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  line-height: 1.15;
  padding: 12px;
  text-align: left;
  box-shadow: 3px 3px 0 rgba(16, 8, 5, 0.86);
}

.drawer-button strong {
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1;
}

.drawer-button span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 850;
}

.drawer-button.is-selected span {
  color: rgba(255, 255, 255, 0.84);
}

.drawer-button-close {
  background:
    radial-gradient(circle at 88% 14%, rgba(155, 63, 95, 0.14), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(247, 241, 232, 0.96)),
    white;
}

.drawer-button-close strong {
  color: var(--plum);
}

.drawer-button:hover,
.drawer-button:focus-visible {
  border-color: var(--hot-pink);
  transform: translateY(-1px);
}

.reference-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: min-content;
  gap: 12px;
}

.closet-card-drawer:not(.is-open) {
  display: none;
}

.closet-card-drawer.is-open {
  max-height: none;
  overflow: auto;
  padding: 4px 8px 8px 4px;
}

.reference-card {
  display: flex;
  min-height: 148px;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  padding: 20px;
  cursor: pointer;
  overflow: hidden;
}

.reference-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
}

.reference-card p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.58;
}

.reference-card.is-hidden {
  display: none;
}

.board-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.board-tools {
  display: grid;
  gap: 20px;
}

.board-card {
  display: flex;
  min-height: 225px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  padding: 24px;
}

.board-card.is-selected {
  border-color: var(--hot-pink);
  box-shadow: var(--glow);
}

.board-card-feature {
  border-color: rgba(155, 63, 95, 0.45);
  background:
    linear-gradient(140deg, rgba(155, 63, 95, 0.1), rgba(201, 168, 76, 0.12)),
    white;
}

.board-card p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.6;
}

.board-card a,
.board-card button,
.board-feed-heading button {
  width: fit-content;
  border: 0;
  background: transparent;
  color: var(--hot-pink);
  font-weight: 900;
  font-size: 1rem;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  text-decoration-line: underline;
  cursor: pointer;
  padding: 0;
}

.community-thread {
  background:
    linear-gradient(120deg, rgba(155, 63, 95, 0.08), rgba(201, 168, 76, 0.12)),
    #fff8fc;
  min-height: calc(100vh - 72px);
  padding: clamp(34px, 6vw, 72px) clamp(18px, 5vw, 64px);
}

.thread-hero,
.thread-prompt,
.thread-comments {
  width: min(100%, 980px);
  margin: 0 auto;
}

.thread-hero {
  margin-bottom: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  padding: clamp(24px, 5vw, 46px);
  box-shadow: var(--shadow);
}

.thread-hero h1 {
  font-size: clamp(3rem, 8vw, 5.8rem);
}

.thread-hero p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.thread-hero .thread-subhead {
  margin: -10px 0 18px;
  color: var(--hot-pink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-style: italic;
  line-height: 1.1;
}

.thread-comments {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  padding: clamp(18px, 4vw, 32px);
}

.thread-prompt {
  margin-bottom: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7f1e8;
  padding: clamp(22px, 4vw, 34px);
}

.thread-prompt h2 {
  max-width: 680px;
  font-size: clamp(2rem, 5vw, 3.4rem);
}

.thread-prompt ul {
  display: grid;
  gap: 10px;
  margin: 18px 0;
  padding-left: 22px;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.55;
}

.thread-prompt p:not(.eyebrow) {
  max-width: 740px;
  color: var(--muted);
  line-height: 1.65;
}

.member-directory-concept,
.member-directory-demo {
  width: min(100%, 1100px);
  margin: 0 auto 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  padding: clamp(22px, 4vw, 34px);
  box-shadow: var(--shadow);
}

.member-directory-concept {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 22px;
}

.member-directory-concept h2,
.member-directory-demo h2 {
  font-size: clamp(2rem, 4.8vw, 3.3rem);
}

.member-directory-concept p:not(.eyebrow),
.member-directory-demo .section-heading p:not(.eyebrow),
.directory-steps p {
  color: var(--muted);
  line-height: 1.65;
}

.directory-steps {
  display: grid;
  gap: 12px;
}

.directory-steps article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 12px;
  border: 1px solid rgba(16, 8, 5, 0.12);
  border-radius: 8px;
  background: #fff8fc;
  padding: 14px;
}

.directory-steps span {
  grid-row: span 2;
  color: var(--hot-pink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
}

.directory-steps strong {
  color: var(--plum);
  font-size: 1.02rem;
}

.directory-steps p {
  margin: 0;
}

.digest-board {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(24px, 5vw, 56px);
  width: min(100%, 1100px);
  margin: 0 auto 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  padding: clamp(22px, 4vw, 34px);
  box-shadow: var(--shadow);
}

.digest-flow {
  display: grid;
  gap: 12px;
}

.digest-flow article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 14px;
  border: 1px solid rgba(16, 8, 5, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(155, 63, 95, 0.08), transparent 54%),
    #fff8fc;
  padding: 16px;
}

.digest-flow span {
  grid-row: span 2;
  color: var(--hot-pink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: 950;
  line-height: 1;
}

.digest-flow strong {
  color: var(--plum);
  font-size: 1.04rem;
}

.digest-flow p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.digest-preview-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.digest-status {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.digest-room-status {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  grid-column: 1 / -1;
  margin: 0 0 16px;
}

.digest-room-chip {
  border: 1px solid rgba(16, 8, 5, 0.14);
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  padding: 7px 10px;
  text-transform: uppercase;
}

.digest-room-chip.is-ok {
  border-color: rgba(36, 123, 131, 0.3);
  color: var(--teal);
}

.digest-room-chip.is-skipped {
  border-color: rgba(240, 95, 155, 0.3);
  color: var(--coral);
}

.digest-live-board {
  display: grid;
  grid-column: 1 / -1;
  gap: 18px;
  margin-bottom: 24px;
}

.digest-live-section {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(16, 8, 5, 0.12);
  border-radius: 8px;
  background: #fff8fc;
  padding: 16px;
}

.digest-live-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.digest-live-heading span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.digest-item-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.digest-item {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(16, 8, 5, 0.12);
  border-radius: 8px;
  background: white;
  padding: 16px;
}

.digest-item h3 {
  margin: 0;
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.22rem;
  line-height: 1.12;
}

.digest-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.digest-item .digest-item-meta,
.digest-item .digest-review-note {
  color: var(--teal);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.digest-item a {
  width: fit-content;
  color: var(--hot-pink);
  font-weight: 900;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.compact-heading {
  position: static;
  max-width: 760px;
}

.directory-filter-demo {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 22px 0;
}

.directory-filter-demo button {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff8fc;
  color: var(--plum);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 900;
  padding: 9px 12px;
}

.directory-filter-demo button.is-active {
  border-color: var(--ink);
  background: var(--hot-pink);
  color: #fff;
  box-shadow: 2px 2px 0 var(--ink);
}

.directory-filter-status {
  color: var(--plum);
  font-size: 0.84rem;
  font-weight: 850;
  margin: -8px 0 18px;
}

.trading-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.member-trading-card {
  position: relative;
  display: grid;
  gap: 10px;
  min-height: 100%;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 247, 252, 0.94), rgba(238, 252, 255, 0.9) 48%, rgba(255, 230, 247, 0.95)),
    var(--paper);
  padding: 8px;
  overflow: hidden;
  box-shadow: 7px 7px 0 var(--ink), 0 0 28px rgba(155, 63, 95, 0.14);
}

.member-trading-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.62;
  pointer-events: none;
}

.member-trading-card::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 6px;
  pointer-events: none;
  z-index: 1;
}

.member-trading-card > * {
  position: relative;
  z-index: 2;
}

.member-card-ribbon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 2px solid var(--ink);
  border-radius: 6px;
  background:
    linear-gradient(90deg, var(--plum), #7d0f55 45%, var(--hot-pink));
  color: #fff;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 7px 9px;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(16, 8, 5, 0.55);
  box-shadow: 3px 3px 0 var(--ink);
}

.card-laser::before {
  background:
    conic-gradient(from 45deg at 30% 18%, rgba(255, 255, 255, 0.95), rgba(155, 63, 95, 0.7), rgba(36, 123, 131, 0.7), rgba(201, 168, 76, 0.75), rgba(255, 255, 255, 0.95)),
    repeating-linear-gradient(120deg, rgba(255, 255, 255, 0.35) 0 3px, transparent 3px 12px);
}

.card-sparkle::before {
  background:
    linear-gradient(135deg, rgba(155, 63, 95, 0.78), rgba(255, 248, 252, 0.92) 42%, rgba(36, 123, 131, 0.68)),
    repeating-linear-gradient(45deg, transparent 0 12px, rgba(255, 255, 255, 0.35) 12px 15px);
}

.card-holo::before {
  background:
    linear-gradient(115deg, rgba(201, 168, 76, 0.72), rgba(255, 255, 255, 0.95), rgba(155, 63, 95, 0.64), rgba(36, 123, 131, 0.72)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.28) 0 2px, transparent 2px 8px);
}

.card-desk::before {
  background:
    radial-gradient(circle at 16% 20%, rgba(255, 255, 255, 0.9), transparent 12%),
    linear-gradient(135deg, rgba(155, 63, 95, 0.72), rgba(255, 248, 252, 0.92) 44%, rgba(201, 168, 76, 0.72)),
    repeating-linear-gradient(0deg, rgba(16, 8, 5, 0.08) 0 2px, transparent 2px 18px);
}

.card-closet::before {
  background:
    radial-gradient(circle at 78% 18%, rgba(81, 214, 223, 0.88), transparent 16%),
    linear-gradient(135deg, rgba(255, 248, 252, 0.96), rgba(155, 63, 95, 0.68), rgba(36, 123, 131, 0.7)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.38) 0 6px, transparent 6px 18px);
}

.card-press::before {
  background:
    linear-gradient(130deg, rgba(16, 8, 5, 0.9), rgba(58, 9, 40, 0.84), rgba(155, 63, 95, 0.68)),
    radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.9), transparent 11%),
    repeating-linear-gradient(120deg, rgba(255, 255, 255, 0.22) 0 4px, transparent 4px 16px);
}

.card-founder {
  grid-column: span 2;
  grid-template-columns: 1fr;
  align-items: start;
}

.card-founder .member-card-ribbon {
  grid-column: 1 / -1;
}

.card-founder::before {
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.9), transparent 14%),
    conic-gradient(from 15deg at 42% 24%, rgba(155, 63, 95, 0.84), rgba(81, 214, 223, 0.72), rgba(246, 196, 255, 0.86), rgba(201, 168, 76, 0.72), rgba(155, 63, 95, 0.84)),
    repeating-linear-gradient(120deg, rgba(255, 255, 255, 0.32) 0 3px, transparent 3px 13px);
}

.member-card-photo,
.spotlight-photo-preview {
  display: grid;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 1 / 1;
  place-items: center;
  border: 2px solid rgba(16, 8, 5, 0.82);
  border-radius: 8px;
  background:
    radial-gradient(circle at 22% 24%, rgba(255, 255, 255, 0.88) 0 10%, transparent 11%),
    repeating-linear-gradient(140deg, rgba(155, 63, 95, 0.35) 0 9px, rgba(36, 123, 131, 0.3) 9px 18px, rgba(201, 168, 76, 0.34) 18px 27px);
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 3vw, 1.8rem);
  font-style: italic;
  font-weight: 900;
  line-height: 1.02;
  overflow: hidden;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.85);
}

.member-card-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.member-card-photo--object img {
  object-fit: contain;
  padding: 18px;
}

.member-trading-card.is-hidden {
  display: none;
}

.card-founder .member-card-photo {
  aspect-ratio: 1 / 1;
  max-height: 440px;
  min-height: 0;
}

.card-founder .member-card-photo img {
  height: 100%;
  min-height: 0;
  object-position: center top;
}

.member-card-body {
  min-width: 0;
  border: 2px solid rgba(16, 8, 5, 0.72);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 252, 0.9)),
    #fff;
  padding: 14px;
  box-shadow: inset 0 0 0 3px rgba(155, 63, 95, 0.08);
}

.member-card-kicker {
  margin: 0 0 6px;
  color: var(--teal);
  font-size: 0.73rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.member-card-body h3 {
  margin: 0;
  color: var(--plum);
  font-size: clamp(1.75rem, 4vw, 2.45rem);
  line-height: 0.95;
}

.member-card-body p:not(.member-card-kicker) {
  color: var(--ink);
  line-height: 1.45;
  overflow-wrap: break-word;
}

.member-card-meta {
  margin-top: 8px;
  border: 1px solid rgba(16, 8, 5, 0.12);
  border-left: 4px solid var(--hot-pink);
  background: rgba(255, 255, 255, 0.72);
  padding: 9px 10px;
  box-shadow: 3px 3px 0 rgba(58, 9, 40, 0.08);
}

.member-card-reward-case {
  margin: 10px 0;
  border: 2px solid rgba(16, 8, 5, 0.78);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(155, 63, 95, 0.16), rgba(255, 255, 255, 0.92) 44%, rgba(81, 214, 223, 0.18)),
    repeating-linear-gradient(90deg, rgba(155, 63, 95, 0.12) 0 6px, transparent 6px 16px);
  padding: 10px;
  box-shadow: 4px 4px 0 rgba(16, 8, 5, 0.14);
}

.member-card-reward-case > strong {
  display: block;
  color: var(--plum);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
}

.member-card-reward-case p {
  margin: 6px 0 8px;
  font-size: 0.84rem;
}

.member-card-reward-tags span {
  border-color: rgba(155, 63, 95, 0.65);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 2px 2px 0 rgba(155, 63, 95, 0.2);
}

.secret-badge-shelf {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
  margin-top: 14px;
  border: 2px dotted rgba(58, 9, 40, 0.42);
  border-radius: 8px;
  background:
    radial-gradient(circle at 96% 12%, rgba(255, 244, 94, 0.24), transparent 24%),
    rgba(255, 255, 255, 0.72);
  padding: 20px;
  grid-column: 1 / -1;
}
@media (max-width: 600px) {
  .secret-badge-shelf {
    grid-template-columns: 1fr;
  }
}

.secret-badge-shelf > div:first-child strong {
  display: block;
  color: var(--plum);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.secret-badge-shelf > div:first-child p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.35;
}

.secret-badge-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.secret-badge-grid--card {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.secret-badge-tile {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-height: 68px;
  border: 2px dashed rgba(58, 9, 40, 0.38);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.56);
  color: var(--ink);
  padding: 8px;
}

.secret-badge-tile span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 2px dotted currentColor;
  border-radius: 999px;
  color: rgba(58, 9, 40, 0.48);
  font-size: 0.72rem;
  font-weight: 950;
  transform: rotate(-5deg);
}

.secret-badge-tile strong,
.secret-badge-tile em {
  display: block;
}

.secret-badge-tile strong {
  color: var(--plum);
  font-size: 0.76rem;
  font-weight: 950;
  line-height: 1.1;
  text-transform: uppercase;
}

.secret-badge-tile em {
  color: rgba(16, 8, 5, 0.62);
  font-size: 0.69rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
}

.secret-badge-tile.is-earned {
  border-style: solid;
  border-color: var(--ink);
  background:
    radial-gradient(circle at 90% 12%, rgba(255, 244, 94, 0.42), transparent 26%),
    linear-gradient(135deg, rgba(155, 63, 95, 0.24), rgba(255, 255, 255, 0.92) 58%, rgba(81, 214, 223, 0.2));
  box-shadow: 3px 3px 0 rgba(16, 8, 5, 0.18);
}

.secret-badge-tile.is-earned span {
  border-style: solid;
  background: #fff;
  color: var(--hot-pink);
}

.secret-badge-tile.is-locked {
  opacity: 0.82;
}

.member-card-secret-badges {
  margin-bottom: 0;
}

.member-card-secret-badges .secret-badge-tile {
  min-height: 58px;
  padding: 6px;
}

.member-card-secret-badges .secret-badge-tile span {
  width: 34px;
  height: 34px;
  font-size: 0.62rem;
}

.member-card-secret-badges .secret-badge-tile strong {
  font-size: 0.64rem;
}

.member-card-secret-badges .secret-badge-tile em {
  font-size: 0.61rem;
}

.member-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.member-card-tags span {
  border: 1px solid rgba(16, 8, 5, 0.28);
  border-radius: 999px;
  background: #fff;
  color: var(--plum);
  font-size: 0.73rem;
  font-weight: 900;
  padding: 6px 8px;
  box-shadow: 2px 2px 0 rgba(16, 8, 5, 0.1);
}

.member-card-tags span:nth-child(3n + 1) {
  border-color: rgba(155, 63, 95, 0.55);
}

.member-card-tags span:nth-child(3n + 2) {
  border-color: rgba(36, 123, 131, 0.5);
}

.member-card-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.member-card-links a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  background: var(--hot-pink);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 950;
  padding: 0 14px;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 3px 3px 0 var(--ink);
}

.member-card-link-note {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  border: 1px dashed rgba(53, 9, 36, 0.42);
  background: rgba(255, 255, 255, 0.68);
  color: var(--plum);
  font-size: 0.78rem;
  font-weight: 900;
  padding: 0 12px;
}

.stock-card .member-card-ribbon {
  background:
    linear-gradient(90deg, var(--teal), var(--plum) 52%, var(--hot-pink));
}

.card-approval-steps,
.member-pass-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.card-approval-steps span,
.member-pass-steps span {
  border: 1px solid rgba(53, 9, 36, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--plum);
  font-size: 0.68rem;
  font-weight: 950;
  line-height: 1;
  padding: 8px 6px;
  text-align: center;
  text-transform: uppercase;
}

.card-approval-steps span.is-active,
.member-pass-steps span.is-active {
  border-color: var(--ink);
  background: var(--hot-pink);
  color: #fff;
  box-shadow: 2px 2px 0 var(--ink);
}

.card-approval-steps span.is-done,
.member-pass-steps span.is-done {
  border-color: rgba(36, 123, 131, 0.58);
  background: rgba(183, 238, 244, 0.64);
  color: var(--ink);
}

.spotlight-intake {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
  gap: 20px;
  width: min(100%, 1100px);
  margin: 0 auto;
}

.spotlight-form-card,
.spotlight-preview {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  padding: clamp(22px, 4vw, 34px);
  box-shadow: var(--shadow);
}

.spotlight-form-card h2,
.spotlight-preview h2 {
  font-size: clamp(2rem, 5vw, 3.4rem);
}

.spotlight-form-card > p,
.spotlight-preview .form-status {
  color: var(--muted);
  line-height: 1.65;
}

.spotlight-form {
  display: grid;
  gap: 15px;
  margin-top: 22px;
}

.spotlight-form fieldset {
  display: grid;
  gap: 14px;
  margin: 0;
  border: 1px solid rgba(16, 8, 5, 0.12);
  border-radius: 8px;
  background: #fff8fc;
  padding: 16px;
}

.spotlight-form legend {
  padding: 0 8px;
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.spotlight-form label {
  display: grid;
  gap: 7px;
  color: var(--plum);
  font-weight: 900;
}

.spotlight-form input,
.spotlight-form select,
.spotlight-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  color: var(--ink);
  font: inherit;
  font-weight: 500;
  padding: 12px;
}

.spotlight-form textarea {
  resize: vertical;
}

.field-note {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.checkbox-label {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.45;
}

.checkbox-label input {
  width: auto;
  margin-top: 4px;
}

.feature-fields {
  display: none;
  gap: 14px;
  border-left: 4px solid var(--hot-pink);
  padding-left: 14px;
}

.feature-fields.is-visible {
  display: grid;
}

.spotlight-preview {
  align-self: start;
  position: sticky;
  top: 112px;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.spotlight-photo-preview {
  margin: 18px 0;
  overflow: hidden;
}

.spotlight-photo-preview img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  border-radius: 8px;
}

.profile-card-preview {
  margin: 16px 0;
}

.selected-card-style {
  margin: 0 0 12px;
  border: 1px solid rgba(16, 8, 5, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(155, 63, 95, 0.14), rgba(81, 214, 223, 0.1)),
    #fff8fc;
  color: var(--plum);
  font-size: 0.9rem;
  font-weight: 850;
  line-height: 1.4;
  padding: 10px 12px;
}

.profile-card-preview.is-yearbook .spotlight-photo-preview {
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.92) 0 8%, transparent 9%),
    repeating-linear-gradient(128deg, rgba(155, 63, 95, 0.5) 0 7px, rgba(36, 123, 131, 0.45) 7px 14px, rgba(201, 168, 76, 0.48) 14px 21px);
}

.profile-card-preview.is-yearbook .spotlight-photo-preview img {
  filter: none;
}

.profile-card-preview.is-yearbook .member-card-kicker::after {
  content: " / BG";
  color: var(--hot-pink);
}

.y2k-button {
  width: 100%;
  margin: 2px 0 14px;
}

.spotlight-copy {
  white-space: pre-wrap;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7f1e8;
  color: var(--ink);
  line-height: 1.6;
  padding: 18px;
}

.board-workbench {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(260px, 1.02fr);
  gap: 16px;
}

.board-form,
.board-feed {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  padding: clamp(20px, 4vw, 28px);
}

.board-form {
  display: grid;
  gap: 14px;
}

.board-form h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.board-form label {
  display: grid;
  gap: 7px;
  color: var(--plum);
  font-weight: 900;
}

.board-form input,
.board-form select,
.board-form textarea {
  width: 100%;
  border: 1px solid rgba(16, 8, 5, 0.2);
  border-radius: 8px;
  background: #fff8fc;
  color: var(--ink);
  font: inherit;
  padding: 12px;
}

.board-form textarea {
  resize: vertical;
}

.feedback-workbench {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr);
  gap: 18px;
  padding: clamp(30px, 5vw, 54px) clamp(18px, 5vw, 64px) clamp(46px, 7vw, 90px);
}

.feedback-form {
  box-shadow: 6px 6px 0 var(--ink);
}

.feedback-fieldset {
  display: grid;
  gap: 9px;
  border: 1px solid rgba(16, 8, 5, 0.16);
  border-radius: 8px;
  background: #fff8fc;
  padding: 14px;
}

.feedback-fieldset legend {
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feedback-fieldset label {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--ink);
  font-weight: 750;
  line-height: 1.35;
}

.feedback-fieldset input {
  width: auto;
  margin-top: 0.18em;
  accent-color: var(--hot-pink);
}

.feedback-sidecar {
  align-self: start;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background:
    radial-gradient(circle at 86% 12%, rgba(155, 63, 95, 0.24), transparent 28%),
    linear-gradient(135deg, #fff, #ffe7f4 62%, #effcff);
  box-shadow: 6px 6px 0 var(--ink);
  padding: clamp(20px, 4vw, 30px);
}

.feedback-sidecar h2 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3vw, 2.3rem);
  line-height: 1.03;
}

.feedback-sidecar p,
.feedback-sidecar li {
  color: var(--muted);
  line-height: 1.55;
}

.feedback-sidecar ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding-left: 1.1rem;
}

.feedback-sidecar strong {
  color: var(--plum);
}

.board-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.board-feed-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.board-posts {
  display: grid;
  gap: 12px;
}

.board-post {
  border: 1px solid rgba(16, 8, 5, 0.12);
  border-radius: 8px;
  background: #fff8fc;
  padding: 16px;
}

.board-post h4 {
  margin: 0 0 8px;
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  line-height: 1.1;
}

.board-post p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.board-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--teal);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.board-empty {
  border: 1px dashed rgba(16, 8, 5, 0.22);
  border-radius: 8px;
  color: var(--muted);
  padding: 18px;
}

.thread-prompt-card {
  display: grid;
  gap: 8px;
  max-width: 720px;
  margin: 20px 0;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 236, 247, 0.88)),
    repeating-linear-gradient(0deg, transparent 0 30px, rgba(155, 63, 95, 0.12) 30px 32px);
  box-shadow: 5px 5px 0 var(--ink);
  padding: clamp(16px, 3vw, 22px);
}

.thread-prompt-card p {
  margin: 0;
}

.thread-prompt-card strong {
  color: var(--plum);
}

.modules {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(46px, 7vw, 90px) clamp(18px, 5vw, 64px);
  background: #f7f1e8;
}

.module h2 {
  font-size: clamp(1.75rem, 2.6vw, 2.45rem);
}

.cocktail-module {
  grid-column: span 2;
}

.cocktail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.82fr);
  gap: 18px;
  margin-top: 18px;
}

.cocktail-grid h3 {
  font-size: 1rem;
  text-transform: uppercase;
}

.recipe-card {
  border: 1px solid rgba(16, 8, 5, 0.16);
  border-radius: 8px;
  background: #fff8fc;
  padding: 16px;
}

.recipe-name {
  margin-bottom: 10px;
  color: var(--hot-pink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.32rem;
  font-weight: 900;
}

.recipe-card ul {
  margin: 0 0 12px;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.55;
}

.card-pack-section {
  display: grid;
  grid-template-columns: minmax(220px, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(20px, 4vw, 42px);
  padding: clamp(34px, 6vw, 70px) clamp(18px, 5vw, 64px);
  background:
    radial-gradient(circle at 18% 18%, rgba(155, 63, 95, 0.12), transparent 32%),
    #f7f1e8;
  overflow: hidden;
}

.card-pack-copy {
  align-self: center;
}

.card-pack-copy p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.65;
}

.card-pack-opener {
  display: grid;
  gap: 16px;
  margin-top: 22px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 220, 242, 0.94)),
    repeating-linear-gradient(90deg, rgba(155, 63, 95, 0.14) 0 9px, rgba(201, 168, 76, 0.16) 9px 18px);
  box-shadow: 7px 7px 0 var(--ink);
  overflow: hidden;
}

.card-pack-opener img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-bottom: 2px solid var(--ink);
}

.card-pack-controls {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.card-pack-picker {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(16, 8, 5, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  padding: 12px;
}

.card-pack-picker label {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.card-pack-picker select {
  min-height: 44px;
  width: 100%;
  border: 2px solid var(--ink);
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 850;
  padding: 0 12px;
}

.pack-release {
  margin: 0;
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.card-pack-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pack-status {
  margin: 0;
  border: 1px solid rgba(16, 8, 5, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--plum);
  font-weight: 800;
  line-height: 1.45;
  padding: 10px;
}

.pack-storage-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.45;
}

.pack-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.pack-stats span {
  border: 1px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 850;
  padding: 10px;
  text-transform: uppercase;
}

.pack-stats strong {
  display: block;
  color: var(--hot-pink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  line-height: 1;
}

.pack-reveal {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.card-pack-pulls {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.pack-empty {
  grid-column: 1 / -1;
  margin: 0;
  border: 1px dashed rgba(16, 8, 5, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--muted);
  line-height: 1.45;
  padding: 12px;
}

.pack-pull-card {
  position: relative;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #fff8fc;
  box-shadow: 4px 4px 0 var(--ink);
}

.pack-pull-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.06;
  background:
    radial-gradient(circle at 20% 18%, rgba(155, 63, 95, 0.22), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(81, 214, 223, 0.2), transparent 24%),
    linear-gradient(145deg, #140912, #ffe4f5);
  object-fit: contain;
  border-bottom: 2px solid var(--ink);
}

.pack-pull-copy {
  display: grid;
  gap: 3px;
  padding: 8px;
}

.pack-pull-kicker {
  color: var(--teal);
  font-size: 0.58rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.pack-pull-card strong {
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.92rem;
  line-height: 1;
}

.pack-pull-card em {
  color: var(--hot-pink);
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 850;
  text-transform: uppercase;
}

.card-binder {
  display: grid;
  align-content: start;
  gap: 14px;
  min-width: 0;
}

.binder-heading {
  border: 2px solid var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(229, 248, 250, 0.9)),
    repeating-linear-gradient(90deg, rgba(155, 63, 95, 0.08) 0 10px, rgba(81, 214, 223, 0.1) 10px 20px);
  box-shadow: 5px 5px 0 var(--ink);
  padding: 18px;
}

.binder-heading h3 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  line-height: 1.05;
}

.binder-heading p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.card-pack-rail {
  display: grid;
  grid-auto-columns: minmax(210px, 240px);
  grid-auto-flow: column;
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 8px 10px 20px;
  perspective: 1100px;
  scroll-snap-type: inline mandatory;
}

.episode-trading-card {
  position: relative;
  aspect-ratio: 2.5 / 3.5;
  min-height: auto;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  outline: 0;
  scroll-snap-align: start;
}

.card-flip-toggle {
  position: absolute;
  z-index: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.episode-card-inner {
  position: absolute;
  inset: 0;
  display: block;
  border-radius: 8px;
  cursor: pointer;
}

.episode-card-face {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(252, 228, 242, 0.96)),
    conic-gradient(from 40deg, rgba(155, 63, 95, 0.22), rgba(36, 123, 131, 0.22), rgba(201, 168, 76, 0.24), rgba(155, 63, 95, 0.22));
  box-shadow: 5px 5px 0 var(--ink);
  transition: opacity 180ms ease, visibility 180ms ease;
}

.episode-card-front {
  opacity: 1;
  visibility: visible;
}

.episode-card-back {
  opacity: 0;
  visibility: hidden;
}

.episode-trading-card.is-flipped .episode-card-front,
.card-flip-toggle:checked + .episode-card-inner .episode-card-front {
  opacity: 0;
  visibility: hidden;
}

.episode-trading-card.is-flipped .episode-card-back,
.card-flip-toggle:checked + .episode-card-inner .episode-card-back {
  opacity: 1;
  visibility: visible;
}

.episode-card-front::before,
.episode-card-back::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(115deg, transparent 0 44%, rgba(255, 255, 255, 0.32) 46% 50%, transparent 52%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 10px);
  opacity: 0.62;
  pointer-events: none;
}

.episode-card-front::after {
  content: "Flip";
  position: absolute;
  z-index: 4;
  right: 8px;
  bottom: 70px;
  display: grid;
  min-width: 38px;
  min-height: 24px;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--hot-pink);
  color: #fff;
  font-size: 0.58rem;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 2px 2px 0 var(--ink);
  pointer-events: none;
}

.episode-card-back {
  grid-template-rows: auto auto 1fr auto auto;
  align-content: start;
  gap: 6px;
  padding: 14px;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 242, 92, 0.42), transparent 22%),
    radial-gradient(circle at 84% 18%, rgba(81, 214, 223, 0.28), transparent 24%),
    linear-gradient(145deg, #fff8fc, #ffd9ef);
}

.episode-trading-card:hover .episode-card-inner,
.card-flip-toggle:focus-visible + .episode-card-inner {
  filter: drop-shadow(0 0 18px rgba(155, 63, 95, 0.26));
}

.card-flip-toggle:focus-visible + .episode-card-inner .episode-card-face {
  outline: 3px solid var(--hot-pink);
  outline-offset: 4px;
}

.episode-trading-card.is-owned {
  filter: none;
}

.episode-trading-card.is-missing {
  filter: none;
}

.episode-trading-card.is-missing .episode-card-inner {
  opacity: 0.7;
}

.episode-trading-card.is-missing .episode-card-inner::after {
  content: "Empty sleeve";
  position: absolute;
  inset: 8px;
  z-index: 7;
  display: grid;
  place-items: center;
  border: 2px dashed rgba(16, 8, 5, 0.34);
  border-radius: 7px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(229, 248, 250, 0.74)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.26) 0 8px, rgba(81, 214, 223, 0.16) 8px 16px);
  color: var(--plum);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  pointer-events: none;
}

.episode-trading-card.is-owned .episode-card-inner {
  opacity: 1;
}

.card-count-badge {
  position: absolute;
  z-index: 6;
  top: 10px;
  right: 10px;
  display: grid;
  min-width: 40px;
  min-height: 34px;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--hot-pink);
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 950;
  box-shadow: 3px 3px 0 var(--ink);
  pointer-events: none;
}

.episode-card-front img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  border-bottom: 2px solid var(--ink);
}

.episode-trading-card.has-portrait-art .episode-card-front img {
  background:
    radial-gradient(circle at 20% 18%, rgba(155, 63, 95, 0.22), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(81, 214, 223, 0.2), transparent 24%),
    linear-gradient(145deg, #140912, #ffe4f5);
  object-fit: contain;
}

.episode-card-front > div {
  position: relative;
  z-index: 3;
  display: grid;
  align-content: start;
  gap: 5px;
  min-height: 82px;
  padding: 10px 12px 12px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 232, 246, 0.96));
}

.episode-trading-card span {
  color: var(--teal);
  font-size: 0.64rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.episode-trading-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.08rem, 2.4vw, 1.36rem);
  line-height: 1;
}

.episode-trading-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.28;
}

.episode-trading-card em {
  position: absolute;
  right: 10px;
  bottom: 9px;
  z-index: 4;
  color: var(--hot-pink);
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.episode-card-back h3 {
  position: relative;
  z-index: 3;
  font-size: clamp(1.06rem, 2.6vw, 1.34rem);
}

.episode-card-back span,
.episode-card-back p,
.episode-card-back em {
  position: relative;
  z-index: 3;
}

.episode-card-back .card-reward {
  border: 1px solid rgba(16, 8, 5, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--plum);
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.22;
  padding: 8px;
}

.link-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.subscribe {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 460px);
  align-items: end;
  gap: 28px;
}

.subscribe-form {
  display: grid;
  gap: 10px;
}

.subscribe-form label {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.form-status {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.form-status.is-success {
  color: var(--plum);
  font-weight: 800;
}

/* Subscribe form states (sending / created / already / error). On
   success/already the input row swaps out for a visually distinct result
   block — checkmark badge, plum border, deep shadow — so the form itself
   becomes the confirmation. On error the input row stays (retry inline)
   and the error block appears beneath it. */
.subscribe-form__result {
  display: none;
}

.subscribe-form--success .subscribe-form__fields,
.subscribe-form--already .subscribe-form__fields {
  display: none;
}

.subscribe-form--success .subscribe-form__result,
.subscribe-form--already .subscribe-form__result,
.subscribe-form--error .subscribe-form__result {
  display: block;
}

.subscribe-form--error .subscribe-form__result {
  margin-top: 12px;
}

.subscribe-form--sending button[type="submit"] {
  opacity: 0.7;
  cursor: progress;
}

.subscribe-result {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 16px;
  row-gap: 6px;
  align-items: center;
  padding: 22px 24px;
  border-radius: 16px;
  border-width: 2px;
  border-style: solid;
}

.subscribe-result.is-created,
.subscribe-result.is-already {
  background:
    radial-gradient(circle at 96% 4%, rgba(252, 228, 242, 0.55), transparent 18rem),
    linear-gradient(145deg, rgba(255, 253, 251, 0.98), rgba(247, 226, 232, 0.85));
  border-color: var(--plum);
  box-shadow: 0 22px 52px rgba(75, 33, 72, 0.22);
}

.subscribe-result.is-invalid,
.subscribe-result.is-rate_limited {
  background:
    radial-gradient(circle at 96% 4%, rgba(255, 226, 232, 0.55), transparent 18rem),
    linear-gradient(145deg, rgba(255, 253, 251, 0.98), rgba(250, 224, 230, 0.90));
  border-color: var(--rose);
  box-shadow: 0 18px 44px rgba(155, 63, 95, 0.18);
}

.subscribe-result__mark {
  grid-row: 1 / span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
}

.subscribe-result.is-created .subscribe-result__mark,
.subscribe-result.is-already .subscribe-result__mark {
  background: var(--plum);
}

.subscribe-result.is-invalid .subscribe-result__mark,
.subscribe-result.is-rate_limited .subscribe-result__mark {
  background: var(--rose);
}

.subscribe-result__title {
  color: var(--plum);
  font-weight: 800;
  font-size: 1.22rem;
  line-height: 1.2;
  letter-spacing: 0.005em;
}

.subscribe-result.is-invalid .subscribe-result__title,
.subscribe-result.is-rate_limited .subscribe-result__title {
  color: var(--rose);
}

.subscribe-result__body {
  margin: 0;
  color: var(--plum) !important;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.5;
}

.subscribe-frame {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr auto;
  border: 1px solid var(--ink);
  background: white;
}

.field-row input {
  min-width: 0;
  border: 0;
  padding: 0 14px;
  font: inherit;
}

.field-row button {
  border: 0;
  border-left: 1px solid var(--ink);
}

.site-footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px clamp(18px, 5vw, 64px);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  background-color: var(--ink);
  background-image: url("data:image/svg+xml,%3Csvg width='360' height='124' viewBox='0 0 360 124' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23ff2d9b' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' opacity='.48'%3E%3Cpath d='M31 34c-10-13-28 2-12 18l12 11 12-11c16-16-2-31-12-18Z'/%3E%3Cpath d='M113 20l7 15 16 2-12 11 3 16-14-8-14 8 3-16-12-11 16-2 7-15Z'/%3E%3Crect x='188' y='18' width='34' height='58' rx='8'/%3E%3Cpath d='M199 28h12M200 66h10'/%3E%3Cpath d='M292 22l-18 34h18l-12 34 34-47h-18l13-21Z'/%3E%3Cpath d='M54 98c7-12 20-12 27 0M54 98c9 10 18 10 27 0'/%3E%3Cpath d='M145 88l5 10 11 2-8 8 2 11-10-5-10 5 2-11-8-8 11-2 5-10Z'/%3E%3Cpath d='M245 96h28M259 82v28M249 88l20 17M269 88l-20 17'/%3E%3Cpath d='M329 82c-7-9-20 1-9 12l9 8 9-8c11-11-2-21-9-12Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 360px 124px;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer p {
  margin: 0;
  color: var(--hot-pink);
  font-weight: 800;
}

.site-footer .footer-brand {
  display: inline-flex;
  align-items: flex-start;
  gap: 2px;
}

.site-footer .legal-mark {
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  transform: translateY(0.08em);
}

.site-footer .footer-legal {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.45;
}

.site-footer div {
  display: flex;
  gap: 18px;
}

.issue-page {
  max-width: 880px;
  margin: 0 auto;
  padding: clamp(42px, 8vw, 86px) 18px;
}

.issue-page article {
  border-top: 6px solid var(--gold);
  padding-top: 28px;
}

.issue-page h1 {
  font-size: clamp(2.8rem, 8vw, 5.4rem);
}

.issue-page p,
.issue-page li {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.issue-page h2,
.issue-page h3 {
  margin-top: 34px;
}

.issue-page pre {
  overflow-x: auto;
  border: 1px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  padding: 18px;
}

.issue-page code {
  font-family: var(--mono);
  font-size: 0.92em;
}

.issue-page blockquote {
  margin: 28px 0;
  border-left: 5px solid var(--hot-pink);
  padding: 8px 0 8px 18px;
  color: var(--ink);
  font-weight: 850;
}

.issue-site-links {
  margin-top: 40px;
  border-top: 4px solid var(--gold);
  padding-top: 22px;
}

.issue-site-links ul {
  display: grid;
  gap: 10px;
  padding-left: 20px;
}

.issue-site-links a {
  color: var(--teal);
  font-weight: 850;
}

.back-link {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--teal);
  font-weight: 800;
}

@keyframes aliveCtaPulse {
  0%,
  100% {
    box-shadow:
      3px 3px 0 var(--ink),
      0 0 0 rgba(155, 63, 95, 0);
  }

  50% {
    box-shadow:
      4px 4px 0 var(--ink),
      0 0 20px rgba(155, 63, 95, 0.34);
  }
}

@keyframes wheelIdle {
  0%,
  100% {
    box-shadow:
      5px 5px 0 var(--ink),
      0 10px 24px rgba(58, 11, 49, 0.28),
      inset 0 0 0 5px rgba(255, 248, 252, 0.2);
  }

  50% {
    box-shadow:
      5px 5px 0 var(--ink),
      0 10px 24px rgba(58, 11, 49, 0.28),
      0 0 24px rgba(155, 63, 95, 0.28),
      inset 0 0 0 5px rgba(255, 248, 252, 0.2);
  }
}

@keyframes fortuneCount {
  0% {
    transform: rotate(-5deg) translateY(4px) scale(1);
  }

  25% {
    transform: rotate(4deg) translateY(-3px) scale(1.02);
  }

  50% {
    transform: rotate(-2deg) translateY(3px) scale(0.99);
  }

  75% {
    transform: rotate(3deg) translateY(-2px) scale(1.02);
  }

  100% {
    transform: rotate(-5deg) translateY(4px) scale(1);
  }
}

@keyframes djBoothGlow {
  0%,
  100% {
    filter: saturate(1) brightness(1);
    transform: scale(1);
  }

  50% {
    filter: saturate(1.16) brightness(1.07);
    transform: scale(1.015);
  }
}

@keyframes packWrapperShine {
  0%,
  100% {
    filter: saturate(1) brightness(1);
    transform: rotate(0deg) scale(1);
  }

  50% {
    filter: saturate(1.14) brightness(1.06);
    transform: rotate(-0.7deg) scale(1.012);
  }
}

@keyframes mixCdTilt {
  0%,
  100% {
    filter: saturate(1) brightness(1);
    transform: rotate(0deg) scale(1);
  }

  50% {
    filter: saturate(1.12) brightness(1.05);
    transform: rotate(0.8deg) scale(1.012);
  }
}

@keyframes tryOnNudge {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-2px) scale(1.01);
  }
}

@keyframes stickerWiggle {
  0%,
  100% {
    transform: rotate(4deg) scale(1);
  }

  50% {
    transform: rotate(1deg) scale(1.03);
  }
}

@keyframes badgeGlow {
  0%,
  100% {
    box-shadow: 3px 3px 0 var(--ink);
  }

  50% {
    box-shadow:
      3px 3px 0 var(--ink),
      0 0 18px rgba(255, 242, 92, 0.46);
  }
}

@keyframes cardDeckLift {
  0%,
  100% {
    transform: translateY(0) rotate(0deg) scale(1);
  }

  50% {
    transform: translateY(-2px) rotate(-0.5deg) scale(1.012);
  }
}

@keyframes keypadGlow {
  0%,
  100% {
    box-shadow: none;
    background: transparent;
  }

  52% {
    box-shadow:
      0 0 12px rgba(255, 242, 92, 0.34),
      inset 0 0 8px rgba(255, 255, 255, 0.22);
    background: rgba(255, 242, 92, 0.1);
  }
}

@keyframes softPinkPulse {
  0%,
  100% {
    box-shadow:
      0 0 0 3px rgba(155, 63, 95, 0.08),
      0 0 18px rgba(155, 63, 95, 0.2),
      inset 0 0 14px rgba(255, 255, 255, 0.26);
  }

  50% {
    box-shadow:
      0 0 0 8px rgba(155, 63, 95, 0.14),
      0 0 32px rgba(155, 63, 95, 0.34),
      inset 0 0 20px rgba(255, 255, 255, 0.4);
  }
}

@keyframes activeSoftPinkPulse {
  0%,
  100% {
    box-shadow:
      0 0 0 5px rgba(155, 63, 95, 0.14),
      0 0 26px rgba(155, 63, 95, 0.56),
      inset 0 0 22px rgba(255, 255, 255, 0.48);
  }

  50% {
    box-shadow:
      0 0 0 8px rgba(155, 63, 95, 0.2),
      0 0 38px rgba(155, 63, 95, 0.68),
      inset 0 0 28px rgba(255, 255, 255, 0.62);
  }
}

@media (prefers-reduced-motion: reduce) {
  .psychic-visual-label,
  .game-card.is-live > .button,
  .game-card.is-live > button.button,
  .cocktail-wheel-game .cocktail-spin.button.secondary,
  .dream-dialer .button,
  .house-dj-game-visual img,
  .cocktail-fortune-table > img,
  .trading-pack-visual img,
  .playlist-visual img,
  .try-on-visual img,
  .quiz-game-visual::before,
  .quiz-mag-badge,
  .girl-talk-stage img,
  .dream-phone-keypad button {
    animation: none;
  }

  .fortune-reveal-card,
  .cocktail-mood-button,
  .cocktail-fortune-table > img {
    transition: none;
  }

  .start-here-grid a {
    transition: none;
  }
}

@media (max-width: 860px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    min-height: 112px;
  }

  .brand img {
    width: 120px;
    height: auto;
  }

  .nav {
    width: 100%;
    justify-content: space-between;
  }

  .hero,
  .start-here,
  .section-grid,
  .community-band,
  .community-board,
  .member-directory-concept,
  .digest-board,
  .reference-closet,
  .glossary-section,
  .who-section,
  .interactive-band,
  .fun-games,
  .quiz-section,
  .playlist-band,
  .brand-playbook,
  .laidy-band,
  .card-pack-section,
  .hot-goss,
  .about-band,
  .social-strip,
  .subscribe,
  .spotlight-intake {
    grid-template-columns: 1fr;
  }

  .spotlight-preview {
    position: static;
  }

  .modules,
  .start-here-grid,
  .episode-mini-grid,
  .glossary-grid,
  .profile-grid,
  .playbook-grid,
  .games-grid,
  .board-grid,
  .digest-preview-grid,
  .trading-card-grid,
  .board-workbench,
  .feedback-workbench,
  .reference-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reference-toolbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .drawer-hotspot {
    padding: 0;
  }

  .drawer-hotspot strong {
    width: 78px;
    height: 29px;
    padding: 0 9px;
    font-size: clamp(0.48rem, 1.45vw, 0.62rem);
  }

  .drawer-hotspot-people strong {
    width: 112px;
    height: 32px;
    padding: 0 12px;
  }

  .play-card:first-child {
    grid-column: span 2;
  }

  .hero {
    min-height: auto;
  }

  .hero-art {
    min-height: 420px;
  }

  .issue-card {
    grid-template-columns: 1fr;
  }

  .section-heading {
    position: static;
  }

  .community-actions {
    margin-top: 0;
  }

  .qr-card {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .social-strip .qr-card.compact {
    justify-self: start;
  }

  .playlist-card ol {
    grid-template-columns: 1fr;
  }

  .game-panel-dock {
    grid-column: 1;
  }

  .quiz-hub-top {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.72fr);
  }

  .quiz-copy {
    grid-column: 1 / -1;
  }

  .quiz-start-panel {
    grid-template-columns: 1fr;
  }

  .quiz-start-heading {
    position: static;
  }

  .goss-list article,
  .goss-list article:nth-child(2),
  .goss-list article:nth-child(3),
  .goss-list article:hover,
  .goss-list article:focus-within,
  .goss-list article:nth-child(2):hover,
  .goss-list article:nth-child(2):focus-within,
  .goss-list article:nth-child(3):hover,
  .goss-list article:nth-child(3):focus-within {
    transform: none;
  }
}

/* ═══════════════════════════════════════════
   LAIDIES Brand Polish: Pearl Plum Editorial
   ═══════════════════════════════════════════ */

body {
  background:
    radial-gradient(circle at 12% 6%, rgba(200, 220, 224, 0.34), transparent 28rem),
    linear-gradient(180deg, #f7eeee 0%, var(--paper) 38%, var(--pearl) 100%);
}

body::selection {
  background: rgba(155, 63, 95, 0.24);
  color: var(--plum);
}

.site-header {
  min-height: 78px;
  border-bottom: 1px solid rgba(75, 33, 72, 0.18);
  background: rgba(255, 253, 251, 0.94);
  box-shadow: 0 12px 30px rgba(75, 33, 72, 0.08);
}

.site-header::before,
.site-header::after {
  opacity: 0.08;
  filter: sepia(0.35) hue-rotate(285deg) saturate(0.45);
}

.brand {
  color: var(--plum);
}

.brand img {
  width: clamp(112px, 12vw, 154px);
  filter: saturate(0.68) hue-rotate(8deg) brightness(0.96) drop-shadow(0 12px 24px rgba(75, 33, 72, 0.14));
}

.nav {
  color: var(--plum);
}

.nav a {
  color: rgba(75, 33, 72, 0.82);
  text-decoration-color: rgba(111, 38, 63, 0.22);
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--wine);
  text-decoration-color: var(--wine);
}

.site-jump-nav {
  top: 78px;
  border: 1px solid rgba(75, 33, 72, 0.18);
  border-left: 0;
  border-right: 0;
  background: rgba(255, 253, 251, 0.9);
  box-shadow: 0 10px 24px rgba(75, 33, 72, 0.08);
  scrollbar-color: var(--rose) rgba(255, 255, 255, 0.78);
}

.site-jump-nav span {
  color: var(--wine);
}

.site-jump-nav a {
  border: 1px solid rgba(75, 33, 72, 0.16);
  background: rgba(255, 253, 251, 0.86);
  color: var(--plum);
  box-shadow: none;
}

.site-jump-nav a:hover,
.site-jump-nav a:focus-visible,
.site-jump-nav a.is-active {
  border-color: rgba(111, 38, 63, 0.36);
  background: var(--plum);
  color: var(--pearl);
  box-shadow: 0 12px 24px rgba(75, 33, 72, 0.12);
}

.hero {
  background:
    radial-gradient(circle at 86% 10%, rgba(200, 220, 224, 0.42), transparent 24rem),
    linear-gradient(135deg, rgba(255, 253, 251, 0.94) 0%, rgba(247, 238, 238, 0.96) 55%, rgba(232, 197, 200, 0.28) 100%);
}

.hero-logo {
  box-shadow: 0 22px 50px rgba(75, 33, 72, 0.12);
  filter: saturate(0.74) hue-rotate(8deg) brightness(0.98);
}

.eyebrow {
  color: var(--wine);
  letter-spacing: 0.14em;
}

h1,
h2,
h3 {
  color: var(--plum);
}

.hero-quote {
  transform: none;
  border: 1px solid rgba(111, 38, 63, 0.28);
  background: rgba(255, 253, 251, 0.78);
  color: var(--wine);
  box-shadow: 0 18px 36px rgba(75, 33, 72, 0.12);
  text-shadow: none;
}

.button,
.subscribe-form button {
  border-color: rgba(75, 33, 72, 0.34);
  border-radius: 999px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease, border-color 150ms ease;
}

.button.primary,
.subscribe-form button {
  background: var(--plum);
  border-color: var(--plum);
  color: var(--pearl);
  box-shadow: 0 16px 34px rgba(75, 33, 72, 0.16);
}

.button.secondary {
  background: rgba(255, 253, 251, 0.58);
  border-color: rgba(75, 33, 72, 0.24);
  color: var(--wine);
}

.button:hover,
.button:focus-visible,
.subscribe-form button:hover,
.subscribe-form button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(75, 33, 72, 0.18);
}

.intro-band {
  background:
    radial-gradient(circle at 18% 20%, rgba(200, 220, 224, 0.2), transparent 26rem),
    linear-gradient(125deg, var(--plum), var(--wine));
}

.start-here {
  background:
    radial-gradient(circle at 84% 12%, rgba(200, 220, 224, 0.3), transparent 24rem),
    linear-gradient(135deg, var(--pearl), #f8eeee 64%, rgba(232, 197, 200, 0.38));
}

.start-here-grid a,
.episode-roadmap-details,
.fun-shelf-card,
.community-teaser-image img,
.reference-closet-teaser-image img {
  border-color: rgba(75, 33, 72, 0.24);
  box-shadow: 0 18px 38px rgba(75, 33, 72, 0.11);
}

.start-here-grid a,
.issue-card,
.module,
.episode-mini-grid article {
  background: rgba(255, 253, 251, 0.84);
}

.start-here-grid a:hover,
.start-here-grid a:focus-visible {
  border-color: rgba(111, 38, 63, 0.42);
  box-shadow: 0 22px 42px rgba(75, 33, 72, 0.14);
}

.start-here-grid span,
.episode-mini-grid span,
.act-label span,
.issue-coming-soon,
.current-episode .microcopy a {
  color: var(--wine);
}

.progress-tracker div {
  border-color: rgba(75, 33, 72, 0.28);
}

.progress-tracker i {
  background: linear-gradient(90deg, var(--wine), var(--rose));
  box-shadow: none;
}

.section-heading {
  background: rgba(255, 253, 251, 0.82);
  box-shadow: 0 0 0 10px rgba(255, 253, 251, 0.82);
  scrollbar-color: var(--rose) rgba(255, 255, 255, 0.72);
}

.act-label,
.episode-roadmap-details,
.episode-roadmap-details summary::after {
  border-color: rgba(75, 33, 72, 0.32);
}

.episode-number,
.episode-roadmap-details summary::after {
  background: var(--plum);
  color: var(--pearl);
}

.issue-card.featured,
.issue-card-preview {
  border-color: rgba(111, 38, 63, 0.28);
  background: linear-gradient(135deg, rgba(255, 253, 251, 0.96), rgba(232, 197, 200, 0.32));
}

.issue-card img,
.hero-image,
.hero-art {
  box-shadow: 0 20px 48px rgba(75, 33, 72, 0.12);
}

.learn-collapse,
.board-rooms-more {
  border-color: rgba(75, 33, 72, 0.18);
  background: rgba(255, 253, 251, 0.5);
}

.learn-collapse > summary:hover,
.board-rooms-more > summary:hover {
  background: rgba(232, 197, 200, 0.24);
}

.board-rooms-more > summary {
  color: var(--wine);
}

.hamburger-btn {
  color: var(--plum);
  text-shadow: none;
}

@media (max-width: 860px) {
  .site-header {
    background: rgba(255, 253, 251, 0.97) !important;
    border-bottom: 1px solid rgba(75, 33, 72, 0.18) !important;
    box-shadow: 0 12px 28px rgba(75, 33, 72, 0.1) !important;
  }

  .site-header .nav {
    background: rgba(255, 253, 251, 0.98) !important;
    border-bottom: 1px solid rgba(75, 33, 72, 0.18) !important;
    box-shadow: 0 18px 34px rgba(75, 33, 72, 0.12) !important;
  }

  .site-header .nav a {
    color: var(--plum) !important;
    border-bottom-color: rgba(75, 33, 72, 0.1) !important;
  }
}

@media (min-width: 761px) and (max-width: 860px) {
  .hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-copy {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-logo {
    width: min(100%, 760px);
  }

  .hero h1 {
    max-width: 760px;
    font-size: clamp(2.25rem, 5.4vw, 3.25rem);
    line-height: 1.04;
  }

  .hero-text {
    font-size: 1.05rem;
  }

  .hero-quote {
    font-size: clamp(1.9rem, 5.5vw, 3rem);
  }
}

@media (min-width: 561px) and (max-width: 760px) {
  .social-strip {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 18px;
    padding-top: 28px;
    padding-bottom: 30px;
  }

  .social-strip h2 {
    font-size: clamp(1.65rem, 5vw, 2.25rem);
  }

  .social-strip p:not(.eyebrow):not(.qr-handle) {
    font-size: 0.98rem;
    line-height: 1.5;
  }

  .social-strip .qr-card.compact {
    justify-self: stretch;
    width: 100%;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
  }

  .social-strip .qr-card.compact img {
    width: 76px;
  }

  .social-strip .qr-card.compact > div {
    display: contents;
  }

  .social-strip .button {
    width: auto;
    padding: 0 12px;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr);
    padding-top: 28px;
    padding-bottom: 34px;
  }

  .hero-copy {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-logo {
    width: min(100%, 650px);
  }

  .hero h1 {
    max-width: 650px;
    font-size: clamp(1.55rem, 4vw, 2.05rem);
    line-height: 1.08;
    margin-bottom: 14px;
  }

  .hero-text {
    font-size: 0.93rem;
    line-height: 1.45;
  }

  .hero-quote {
    font-size: clamp(1.8rem, 6vw, 2.6rem);
    padding: 10px 14px 12px;
  }

  .hero-actions {
    margin-top: 6px;
  }

  .dream-phone-stage {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .house-dj-card {
    grid-template-columns: 1fr;
  }

  .dream-handset {
    width: min(100%, 340px);
  }

  .dream-handset img {
    width: min(100%, 340px);
    max-height: none;
  }

  .dream-contact-grid {
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
    max-height: 390px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 4px;
  }

  .dream-contact {
    padding: 5px;
  }

  .dream-avatar {
    height: 62px;
  }

  .hero-image {
    aspect-ratio: 724 / 543;
  }
}

@media (max-width: 560px) {
  .nav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .modules,
  .start-here-grid,
  .episode-mini-grid,
  .cocktail-grid,
  .glossary-grid,
  .profile-grid,
  .playbook-grid,
  .games-grid,
  .board-grid,
  .digest-preview-grid,
  .trading-card-grid,
  .board-workbench,
  .feedback-workbench,
  .reference-grid {
    grid-template-columns: 1fr;
  }

  .reference-toolbar {
    grid-template-columns: 1fr;
  }

  .drawer-hotspot {
    padding: 0;
  }

  .drawer-hotspot strong {
    width: 62px;
    height: 24px;
    padding: 0 7px;
    font-size: clamp(0.38rem, 1.8vw, 0.52rem);
  }

  .drawer-hotspot-people strong {
    width: 92px;
    height: 27px;
    padding: 0 10px;
  }

  .play-card:first-child,
  .cocktail-module,
  .card-founder,
  .game-card.cocktail-wheel-game,
  .game-card.house-dj-game,
  .game-card.psychic-game,
  .game-card.girl-talk-game,
  .game-card.dream-phone-game {
    grid-column: auto;
  }

  .card-founder {
    grid-template-columns: 1fr;
  }

  .game-card.house-dj-game {
    grid-template-columns: 1fr;
  }

  .game-card.house-dj-game > span,
  .game-card.house-dj-game > h3,
  .game-card.house-dj-game > p,
  .game-card.house-dj-game > .button,
  .house-dj-game-visual {
    grid-column: 1;
  }

  .house-dj-game-visual {
    grid-row: auto;
  }

  .cocktail-stage {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px;
    margin-bottom: 0;
  }

  .cocktail-lane-label {
    justify-self: stretch;
    max-width: none;
    padding: 8px 10px;
  }

  .cocktail-fortune-controls {
    gap: 10px;
    padding: 10px;
  }

  .cocktail-fortune-table {
    min-height: 320px;
  }

  .cocktail-mood-grid {
    grid-template-columns: 1fr;
  }

  .cocktail-lane-buttons {
    grid-template-columns: 1fr;
  }

  .cocktail-mood-button {
    min-height: 58px;
    padding: 9px 12px;
  }

  .cocktail-mood-button::before {
    top: 8px;
    bottom: 8px;
    left: 8px;
    width: 6px;
    height: auto;
  }

  .cocktail-wheel-game .cocktail-spin.button.secondary {
    grid-column: 1;
    place-self: stretch;
    min-width: 0;
    transform: none;
  }

  .dream-phone-stage {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .house-dj-card {
    grid-template-columns: 1fr;
  }

  .dream-handset {
    width: min(100%, 340px);
  }

  .dream-handset img {
    width: min(100%, 340px);
    max-height: none;
  }

  .dream-contact-grid {
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
    max-height: 390px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 4px;
  }

  .dream-contact {
    padding: 5px;
  }

  .dream-avatar {
    height: 62px;
  }

  .house-dj-card img {
    min-height: 220px;
  }

  .house-dj-tracklist div {
    grid-template-columns: 1fr;
  }

  .house-dj-tracklist em {
    justify-self: start;
  }

  .hero-art {
    min-height: 340px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(1.45rem, 6.2vw, 1.9rem);
    line-height: 1.1;
    margin-bottom: 12px;
  }

  .hero-quote {
    font-size: clamp(1.5rem, 8vw, 2.2rem);
    padding: 9px 12px 11px;
    box-shadow: 5px 5px 0 var(--ink);
  }

  .screen {
    right: 8%;
    width: 68%;
  }

  .note {
    width: 112px;
    height: 78px;
  }

  .field-row {
    grid-template-columns: 1fr;
  }

  .field-row input {
    min-height: 48px;
  }

  .field-row button {
    border-left: 0;
    border-top: 1px solid var(--ink);
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-jump-nav {
    top: 112px;
    align-items: center;
    width: 100%;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 0;
    padding: 8px 14px;
    transform: none;
    scrollbar-width: none;
  }

  .site-jump-nav::-webkit-scrollbar {
    display: none;
  }

  .site-jump-nav span {
    position: static;
    left: auto;
    z-index: 1;
    display: grid;
    min-height: 34px;
    place-items: center;
    border-radius: 999px;
    background: rgba(255, 248, 252, 0.96);
    padding: 0 8px;
  }

  .site-jump-nav a {
    min-width: max-content;
  }

  [id] {
    scroll-margin-top: 184px;
  }

  html {
    scroll-padding-top: 184px;
  }

  .qr-card {
    flex-wrap: wrap;
  }

  .social-strip .qr-card.compact {
    width: min(100%, 280px);
  }

  .playlist-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .playlist-actions .button {
    width: 100%;
  }

  .quiz-hub-top,
  .quiz-picker {
    grid-template-columns: 1fr;
  }

  .quiz-sticker-board img {
    max-height: 220px;
  }

  .quiz-console-header {
    align-items: flex-start;
  }

  .quiz-issue-shelf {
    grid-template-columns: 1fr;
  }

  .quiz-progress-list {
    grid-template-columns: 1fr;
  }

  .home-screen-card,
  .games-grid {
    grid-column: auto;
    grid-row: auto;
  }

  .home-screen-card {
    grid-template-columns: 1fr;
  }

  .home-screen-steps {
    grid-template-columns: 1fr;
  }

  .quiz-score-card {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .quiz-sticker {
    width: 84px;
    height: 84px;
  }

  .quiz-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .quiz-actions .button {
    width: 100%;
  }

  .hot-goss-stamp {
    grid-template-columns: 1fr;
  }

  .hot-goss-stamp strong {
    justify-self: start;
  }

  .goss-list article {
    grid-template-columns: 1fr;
  }

  .goss-number,
  .goss-list p,
  .goss-list a {
    grid-column: 1;
  }
}

/* Fun & Games CEO QA pass: turn the mixed card pile into intentional lanes. */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  min-height: 82px;
  overflow: clip;
}

body {
  padding-top: 0; /* sticky header reserves its own space; no top offset needed */
}

.site-jump-nav {
  display: none;
}

.nav {
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  min-width: 0;
}

[id] {
  scroll-margin-top: 112px;
}

html {
  scroll-padding-top: 112px;
}

.section-heading,
.fun-games .section-heading {
  position: sticky;
  top: 98px;
  z-index: 9;
  align-self: start;
  max-height: calc(100vh - 118px);
  overflow: auto;
}

#fun-games .section-heading p:not(.eyebrow) {
  max-width: 940px;
}

.games-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(14px, 1.9vw, 22px);
  align-items: start;
}

.games-group-heading {
  grid-column: 1 / -1;
  align-items: start;
  min-height: 0;
}

.games-group-heading--permanent {
  order: 2;
  position: sticky;
  top: 112px;
  z-index: 8;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 236, 247, 0.95) 58%, rgba(239, 252, 255, 0.9)),
    #fff;
  box-shadow:
    8px 8px 0 var(--ink),
    0 12px 24px rgba(58, 9, 40, 0.1);
}

.games-group-heading--issue {
  order: 0;
}

.fun-pack-shelf,
.fun-pack-status,
.game-card[data-fun-pack-activity] {
  order: 1;
}

.member-pass-game {
  order: 3;
  margin-top: calc(-1 * clamp(14px, 1.9vw, 22px));
}

/* Community page: Clubhouse Pass section - single column, no sidebar */
.clubhouse-pass-section {
  display: block;
  padding: clamp(34px, 6vw, 72px) clamp(18px, 5vw, 64px);
  max-width: 1000px;
  margin: 0 auto;
}
.clubhouse-pass-section .game-card {
  max-width: none;
  width: 100%;
}
.clubhouse-pass-section .section-heading {
  position: static;
  max-height: none;
  overflow: visible;
  background: none;
  box-shadow: none;
  margin-bottom: 24px;
}


.clubhouse-compact-live {
  order: 4;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(230px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(14px, 2vw, 22px);
  align-items: start;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background:
    radial-gradient(circle at 13% 14%, rgba(255, 242, 92, 0.34), transparent 18%),
    radial-gradient(circle at 88% 18%, rgba(81, 214, 223, 0.26), transparent 22%),
    linear-gradient(135deg, rgba(255, 248, 252, 0.98), rgba(255, 225, 244, 0.94) 62%, rgba(239, 252, 255, 0.92));
  box-shadow: 8px 8px 0 var(--ink);
  padding: clamp(12px, 2vw, 18px);
}

.games-group-heading--dj {
  order: 5;
}

.game-card.clubhouse-revealable[data-clubhouse-layer~="bottom"] {
  order: 6;
}

.clubhouse-compact-copy {
  display: grid;
  gap: 12px;
}

.clubhouse-compact-copy h3 {
  margin: 0;
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 0.9;
}

.clubhouse-compact-copy p {
  margin: 0;
}

.clubhouse-compact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.clubhouse-layer-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.clubhouse-compact-actions .button {
  min-height: 44px;
}

.clubhouse-layer-actions .button {
  min-height: 40px;
  font-size: 0.78rem;
}

.clubhouse-compact-actions .button.is-active {
  background: var(--hot-pink);
  color: #fff;
}

.clubhouse-compact-status {
  border: 2px dashed rgba(16, 8, 5, 0.34);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.38;
  padding: 10px 12px;
}

.clubhouse-compact-status strong {
  color: var(--plum);
}

.clubhouse-compact-stage {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.clubhouse-compact-image-wrap,
.clubhouse-sticker-sheet {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.clubhouse-compact-image-wrap {
  border: 2px solid var(--ink);
  background: #fff8fc;
}

.clubhouse-compact-image-wrap img,
.clubhouse-sticker-sheet img {
  display: block;
  width: 100%;
  height: auto;
}

.clubhouse-compact-image-wrap img[hidden] {
  display: none;
}

.clubhouse-hotspot-layer {
  position: absolute;
  inset: 0;
  display: none;
  pointer-events: none;
}

.clubhouse-compact-live[data-state="open"] .clubhouse-hotspot-layer {
  display: block;
}

.clubhouse-hotspot {
  position: absolute;
  border: 2px solid rgba(155, 63, 95, 0.42);
  border-radius: 999px;
  background: rgba(255, 216, 237, 0.14);
  box-shadow:
    0 0 0 3px rgba(155, 63, 95, 0.08),
    0 0 18px rgba(155, 63, 95, 0.2),
    inset 0 0 14px rgba(255, 255, 255, 0.26);
  cursor: pointer;
  pointer-events: auto;
  animation: softPinkPulse 5.4s ease-in-out infinite;
}

.clubhouse-hotspot:hover,
.clubhouse-hotspot:focus-visible,
.clubhouse-hotspot.is-active,
.clubhouse-sticker-button:hover,
.clubhouse-sticker-button:focus-visible,
.clubhouse-sticker-button.is-active {
  outline: none;
}

.clubhouse-hotspot:hover,
.clubhouse-hotspot:focus-visible,
.clubhouse-hotspot.is-active {
  background: rgba(255, 216, 237, 0.42);
  border-color: rgba(155, 63, 95, 0.9);
  box-shadow:
    0 0 0 5px rgba(155, 63, 95, 0.14),
    0 0 26px rgba(155, 63, 95, 0.56),
    inset 0 0 22px rgba(255, 255, 255, 0.48);
  animation: activeSoftPinkPulse 2.8s ease-in-out infinite;
}

.clubhouse-hotspot[data-clubhouse-zone="weekly-fun-pack"] {
  left: 20%;
  top: 8%;
  width: 48%;
  height: 27%;
}

.clubhouse-hotspot[data-clubhouse-zone="weekly-jams"] {
  left: 69%;
  top: 10.8%;
  width: 20%;
  height: 22.5%;
}

.clubhouse-hotspot[data-clubhouse-zone="fun-pack-1-6"],
.clubhouse-hotspot[data-clubhouse-zone="fun-pack-7-12"],
.clubhouse-hotspot[data-clubhouse-zone="fun-pack-13-18"],
.clubhouse-hotspot[data-clubhouse-zone="fun-pack-19-24"] {
  top: 34.4%;
  height: 5.4%;
  border-radius: 12px;
}

.clubhouse-hotspot[data-clubhouse-zone="fun-pack-1-6"] {
  left: 22.9%;
  width: 10.8%;
}

.clubhouse-hotspot[data-clubhouse-zone="fun-pack-7-12"] {
  left: 35.8%;
  width: 9.8%;
}

.clubhouse-hotspot[data-clubhouse-zone="fun-pack-13-18"] {
  left: 46.3%;
  top: 35.4%;
  width: 10.8%;
}

.clubhouse-hotspot[data-clubhouse-zone="fun-pack-19-24"] {
  left: 57.6%;
  top: 36%;
  width: 10.6%;
}

.clubhouse-hotspot[data-clubhouse-zone="mix-cds"] {
  left: 37%;
  top: 42%;
  width: 32%;
  height: 18.5%;
}

.clubhouse-hotspot[data-clubhouse-zone="psychic"] {
  left: 35.7%;
  top: 75.4%;
  width: 20.6%;
  height: 16%;
}

.clubhouse-hotspot[data-clubhouse-zone="dream-phone"] {
  left: 5.5%;
  top: 51.5%;
  width: 20%;
  height: 23%;
}

.clubhouse-hotspot[data-clubhouse-zone="girl-talk"] {
  left: 29%;
  top: 63%;
  width: 28%;
  height: 16.5%;
}

.clubhouse-hotspot[data-clubhouse-zone="try-on"] {
  left: 68.2%;
  top: 49%;
  width: 18.5%;
  height: 22%;
}

.clubhouse-hotspot[data-clubhouse-zone="business"] {
  left: 69.5%;
  top: 72.2%;
  width: 17.8%;
  height: 13.5%;
}

.clubhouse-hotspot[data-clubhouse-zone="fairy"] {
  left: 18%;
  top: 41%;
  width: 17%;
  height: 17%;
}

.clubhouse-sticker-drawer {
  display: none;
}

.clubhouse-compact-live[data-state="open"] .clubhouse-sticker-drawer {
  display: block;
}

.clubhouse-sticker-drawer summary {
  width: fit-content;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: #fff;
  color: var(--plum);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  padding: 8px 12px;
  text-transform: uppercase;
  box-shadow: 3px 3px 0 var(--ink);
}

.clubhouse-sticker-sheet {
  width: min(100%, 560px);
  margin: 12px auto 0;
}

.clubhouse-sticker-button {
  position: absolute;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--plum);
  cursor: pointer;
  font-weight: 950;
  line-height: 0.98;
  padding: 0 8px;
  text-align: center;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95),
    1px 1px 0 rgba(255, 255, 255, 0.8);
}

.clubhouse-sticker-button:hover,
.clubhouse-sticker-button:focus-visible,
.clubhouse-sticker-button.is-active {
  color: #fff;
  text-shadow:
    1px 1px 0 var(--plum),
    0 0 8px rgba(155, 63, 95, 0.9);
}

.clubhouse-sticker-button::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 999px;
  opacity: 0.3;
  pointer-events: none;
  box-shadow:
    0 0 0 3px rgba(155, 63, 95, 0.08),
    0 0 18px rgba(155, 63, 95, 0.2);
  animation: softPinkPulse 5.4s ease-in-out infinite;
}

.clubhouse-sticker-button:hover::after,
.clubhouse-sticker-button:focus-visible::after,
.clubhouse-sticker-button.is-active::after {
  opacity: 1;
  animation: activeSoftPinkPulse 2.8s ease-in-out infinite;
}

.clubhouse-sticker-button[data-clubhouse-sticker="weekly-fun-pack"] {
  left: 4.8%;
  top: 13.2%;
  width: 27.4%;
  height: 13.8%;
}

.clubhouse-sticker-button[data-clubhouse-sticker="weekly-jams"] {
  left: 38.4%;
  top: 12.8%;
  width: 23.2%;
  height: 14.2%;
}

.clubhouse-sticker-button[data-clubhouse-sticker="mix-cds"] {
  left: 70%;
  top: 13.4%;
  width: 22.8%;
  height: 13.8%;
}

.clubhouse-sticker-button[data-clubhouse-sticker="girl-talk"] {
  left: 4.5%;
  top: 42.5%;
  width: 27.6%;
  height: 14.4%;
}

.clubhouse-sticker-button[data-clubhouse-sticker="try-on"] {
  left: 39.7%;
  top: 42.8%;
  width: 21.8%;
  height: 13.6%;
}

.clubhouse-sticker-button[data-clubhouse-sticker="business"] {
  left: 69%;
  top: 42.2%;
  width: 23.2%;
  height: 14.8%;
  font-size: 0.86rem;
}

.clubhouse-sticker-button[data-clubhouse-sticker="dream-phone"] {
  left: 6.8%;
  top: 69.8%;
  width: 20.8%;
  height: 14.2%;
  font-size: 0.92rem;
}

.clubhouse-sticker-button[data-clubhouse-sticker="psychic"] {
  left: 39.8%;
  top: 69.2%;
  width: 21.4%;
  height: 14.8%;
  font-size: 0.94rem;
}

.clubhouse-sticker-button[data-clubhouse-sticker="fairy"] {
  left: 70.2%;
  top: 74.8%;
  width: 23.4%;
  height: 12.2%;
  font-size: 0.92rem;
}

.games-grid.is-clubhouse-gated .clubhouse-revealable:not(.is-clubhouse-revealed) {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .clubhouse-hotspot,
  .clubhouse-hotspot:hover,
  .clubhouse-hotspot:focus-visible,
  .clubhouse-hotspot.is-active,
  .clubhouse-sticker-button::after,
  .clubhouse-sticker-button:hover::after,
  .clubhouse-sticker-button:focus-visible::after,
  .clubhouse-sticker-button.is-active::after {
    animation: none;
  }
}

@media (max-width: 960px) {
  .clubhouse-compact-live {
    grid-template-columns: 1fr;
  }

  .clubhouse-compact-actions .button {
    flex: 1 1 190px;
  }
}

@media (max-width: 560px) {
  .clubhouse-compact-live {
    box-shadow: 5px 5px 0 var(--ink);
    padding: 10px;
  }

  .clubhouse-compact-copy h3 {
    font-size: clamp(1.85rem, 13vw, 3rem);
  }

  .clubhouse-compact-actions .button {
    width: 100%;
  }

  .clubhouse-layer-actions {
    grid-template-columns: 1fr;
  }

  .clubhouse-sticker-sheet {
    width: min(100%, 460px);
  }

  .clubhouse-sticker-button {
    font-size: clamp(0.58rem, 2.6vw, 0.82rem);
    padding: 0 4px;
  }

  .clubhouse-sticker-button[data-clubhouse-sticker="business"],
  .clubhouse-sticker-button[data-clubhouse-sticker="dream-phone"],
  .clubhouse-sticker-button[data-clubhouse-sticker="psychic"],
  .clubhouse-sticker-button[data-clubhouse-sticker="fairy"] {
    font-size: clamp(0.54rem, 2.35vw, 0.78rem);
  }
}

.fairy-game {
  order: 2;
}

.psychic-game {
  order: 3;
}

.dream-phone-game {
  order: 4;
}

.cocktail-wheel-game {
  order: 5;
}

.signoff-game {
  order: 6;
}

.try-on-game {
  order: 7;
}

.girl-talk-game {
  order: 8;
}

.games-group-heading--issue {
  order: 20;
  margin-top: clamp(10px, 2vw, 18px);
}

.fun-pack-shelf {
  order: 21;
}

.fun-pack-status {
  order: 22;
  grid-column: 1 / -1;
  margin: -2px 0 0;
  border: 2px dashed rgba(16, 8, 5, 0.44);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--plum);
  font-size: 0.9rem;
  font-weight: 850;
  line-height: 1.35;
  padding: 10px 12px;
}

.trading-pack-game,
.quiz-game,
.issue-try-on-game,
.printable-pack-game {
  order: 23;
}

.games-group-heading--dj {
  order: 30;
}

.house-dj-game {
  order: 31;
}

.game-card {
  grid-column: span 4;
  grid-template-rows: auto auto auto minmax(0, 1fr) auto;
  min-height: clamp(300px, 31vw, 430px);
}

.game-card.psychic-game {
  grid-column: span 5;
  min-height: clamp(360px, 34vw, 470px);
}

.game-card.member-pass-game {
  grid-column: 1 / -1;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  min-height: 0;
  border-color: var(--ink);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background:
    radial-gradient(circle at 9% 18%, rgba(255, 242, 92, 0.42), transparent 18%),
    radial-gradient(circle at 88% 20%, rgba(81, 214, 223, 0.28), transparent 22%),
    linear-gradient(145deg, rgba(255, 248, 252, 0.98), rgba(255, 225, 244, 0.96));
  box-shadow:
    8px 8px 0 var(--ink),
    inset 0 8px 0 rgba(155, 63, 95, 0.14);
}

.game-card.member-pass-game > span,
.game-card.member-pass-game > h3,
.game-card.member-pass-game > p {
  grid-column: 1;
}

.member-pass-explainer {
  grid-column: 1;
  display: grid;
  gap: 12px;
  position: relative;
  z-index: 1;
}

.member-pass-explainer > strong {
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1;
}

.member-pass-wordmark {
  --wordmark-script: var(--hot-pink);
  --wordmark-ai: var(--hot-pink);
  display: inline-flex;
  font-size: 1.22em;
  line-height: 0.78;
  vertical-align: -0.08em;
}

.laidies-inline-wordmark {
  --wordmark-script: var(--hot-pink);
  --wordmark-ai: var(--hot-pink);
  display: inline-flex;
  font-size: 1.08em;
  line-height: 0.78;
  vertical-align: -0.06em;
}

.member-pass-explainer ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.member-pass-explainer li {
  border-left: 4px solid var(--hot-pink);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font-size: 0.86rem;
  line-height: 1.35;
  padding: 8px 10px;
}

.member-card-sample {
  display: grid;
  gap: 8px;
  margin: 0;
}

.member-card-sample img {
  width: min(100%, 360px);
  border: 2px solid var(--ink);
  border-radius: 8px;
  box-shadow: 5px 5px 0 var(--ink), 0 0 24px rgba(155, 63, 95, 0.22);
}

.member-card-sample figcaption {
  color: var(--plum);
  font-size: 0.86rem;
  font-weight: 850;
  line-height: 1.3;
}

.member-pass-panel,
.member-pass-actions {
  position: relative;
  z-index: 1;
}

.member-pass-panel {
  grid-column: 2;
  grid-row: 1 / span 4;
  display: grid;
  gap: 10px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 4px 4px 0 var(--ink);
  padding: clamp(14px, 2vw, 18px);
}

.member-pass-panel.is-link-sent {
  background:
    linear-gradient(135deg, rgba(255, 242, 92, 0.42), rgba(255, 255, 255, 0.94) 42%, rgba(183, 238, 244, 0.5)),
    #fff;
  border-color: var(--hot-pink);
  box-shadow: 5px 5px 0 var(--ink), 0 0 0 5px rgba(155, 63, 95, 0.16);
}

.member-pass-panel strong {
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  line-height: 1.05;
}

.member-pass-panel p,
.member-pass-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.member-pass-panel label {
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.member-pass-newsletter {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
}

.member-pass-panel .member-pass-newsletter {
  color: var(--ink);
  font-size: 0.84rem;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
}

.member-pass-newsletter input {
  width: 18px;
  height: 18px;
  accent-color: var(--hot-pink);
}

.member-pass-confirmation {
  display: grid;
  gap: 4px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--hot-pink);
  color: #fff;
  box-shadow: 3px 3px 0 var(--ink);
  padding: 12px;
}

.member-pass-confirmation strong,
.member-pass-panel .member-pass-confirmation strong {
  color: #fff;
  font-family: var(--font-body, inherit);
  font-size: 1rem;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.member-pass-confirmation p,
.member-pass-panel .member-pass-confirmation p {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.35;
}

.member-pass-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
}

.member-pass-form input {
  min-height: 46px;
  min-width: 0;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  padding: 0 12px;
}

.member-pass-profile {
  display: grid;
  gap: 10px;
  border-top: 1px dashed rgba(53, 9, 36, 0.28);
  padding-top: 10px;
}

.member-profile-group {
  display: block;
}

.member-profile-group[open] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.member-profile-group:not([open]) button {
  display: none;
}

.member-profile-group summary {
  flex-basis: 100%;
  cursor: pointer;
  color: var(--plum);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1.1;
  margin: 0;
  list-style: none;
  text-transform: uppercase;
}

.member-profile-group summary::-webkit-details-marker {
  display: none;
}

.member-profile-group summary::after {
  content: "+";
  float: right;
  color: var(--hot-pink);
  font-size: 0.9rem;
  line-height: 0.8;
}

.member-profile-group[open] summary::after {
  content: "-";
}

.member-profile-group .member-profile-question {
  color: var(--plum);
  text-transform: none;
}

.member-profile-question .wordmark {
  --wordmark-script: var(--hot-pink);
  --wordmark-ai: var(--hot-pink);
  font-size: 1.28em;
  line-height: 0.8;
  margin-inline: 0.08em;
}

.member-profile-group button {
  min-height: 34px;
  border: 2px solid rgba(53, 9, 36, 0.42);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1;
  padding: 0 10px;
}

.member-profile-group button:hover,
.member-profile-group button:focus-visible {
  border-color: var(--hot-pink);
  box-shadow: 0 0 0 3px rgba(155, 63, 95, 0.16);
  outline: none;
}

.member-profile-group button.is-selected {
  border-color: var(--ink);
  background: var(--hot-pink);
  color: #fff;
  box-shadow: 2px 2px 0 var(--ink);
}

.member-pass-submit-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  border-top: 1px dashed rgba(53, 9, 36, 0.28);
  padding-top: 12px;
}

.member-pass-submit-row p {
  flex: 1 1 220px;
  align-self: center;
  color: var(--plum);
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.25;
}

.member-pass-submit-row .button {
  min-width: min(100%, 190px);
}

.member-pass-actions {
  grid-column: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-self: end;
}

.game-card.fairy-game,
.game-card.dream-phone-game {
  grid-column: span 3;
  min-height: clamp(340px, 32vw, 430px);
}

.game-card.cocktail-wheel-game,
.game-card.house-dj-game {
  grid-column: 1 / -1;
}

.game-card.signoff-game,
.game-card.try-on-game,
.game-card.girl-talk-game {
  grid-column: span 4;
  min-height: clamp(320px, 29vw, 390px);
}

.game-card[data-fun-pack-activity] {
  grid-column: span 4;
  min-height: 0;
}

.game-card.issue-try-on-game[data-fun-pack-activity] {
  grid-column: 1 / -1;
  order: 23;
}

.game-card.trading-pack-game[data-fun-pack-activity],
.game-card.quiz-game[data-fun-pack-activity],
.game-card.printable-pack-game[data-fun-pack-activity] {
  order: 24;
}

.game-card[data-fun-pack-activity] .trading-pack-visual,
.game-card[data-fun-pack-activity] .quiz-game-visual,
.game-card[data-fun-pack-activity] .printable-pack-visual {
  display: none;
}

.game-card[data-fun-pack-activity] .button,
.game-card[data-fun-pack-activity] .issue-try-on-actions,
.game-card[data-fun-pack-activity] .printable-actions {
  align-self: end;
}

.issue-try-on-list {
  padding: 12px;
}

.issue-try-on-list li {
  font-size: 0.82rem;
}

.butterfly-rating-buttons {
  grid-template-columns: repeat(auto-fit, minmax(34px, 1fr));
}

.butterfly-rating-buttons button {
  min-height: 40px;
}

.tool-rating-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.tool-rating-grid > .butterfly-rating {
  border: 1px solid rgba(16, 8, 5, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
  padding: 10px;
}

.tool-rating-grid > .butterfly-rating > strong {
  color: var(--plum);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.8rem;
}

.tool-rating-grid .butterfly-rating-help {
  grid-column: 1 / -1;
}

.butterfly-clip-token {
  width: 30px;
  height: 22px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  object-fit: contain;
  transform: none;
}

.butterfly-clip-token::after {
  display: none;
}

.psychic-visual {
  min-height: clamp(190px, 22vw, 250px);
}

.fairy-wand {
  min-height: clamp(122px, 14vw, 160px);
}

.game-card.dream-phone-game::before {
  min-height: clamp(150px, 17vw, 205px);
}

.cocktail-stage {
  min-height: clamp(290px, 24vw, 380px);
  margin-bottom: clamp(34px, 3vw, 54px);
}

.cocktail-fortune-table {
  min-height: clamp(280px, 24vw, 380px);
}

.girl-talk-stage img,
.try-on-visual img,
.signoff-visual img {
  aspect-ratio: 16 / 9;
}

@media (max-width: 960px) {
  .games-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .game-card,
  .game-card.member-pass-game,
  .game-card.fairy-game,
  .game-card.psychic-game,
  .game-card.dream-phone-game,
  .game-card.signoff-game,
  .game-card.try-on-game,
  .game-card.girl-talk-game,
  .game-card[data-fun-pack-activity] {
    grid-column: span 3;
  }

  .game-card.cocktail-wheel-game,
  .game-card.house-dj-game,
  .game-card.member-pass-game,
  .game-card.issue-try-on-game[data-fun-pack-activity] {
    grid-column: 1 / -1;
  }

  .game-card.member-pass-game {
    grid-template-columns: 1fr;
  }

  .game-card.member-pass-game > span,
  .game-card.member-pass-game > h3,
  .game-card.member-pass-game > p,
  .member-pass-explainer,
  .member-pass-panel,
  .member-pass-actions {
    grid-column: 1;
    grid-row: auto;
  }
}

@media (max-width: 560px) {
  .site-header {
    align-items: center;
    flex-direction: column;
    gap: 8px;
    min-height: 126px;
    padding: 10px 12px 12px;
    overflow: hidden;
  }

  .brand img {
    width: 106px;
  }

  .nav {
    flex: 0 1 auto;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px 12px;
    min-width: 0;
    max-width: min(100%, 360px);
    overflow: visible;
    padding-bottom: 0;
  }

  .nav a {
    flex: 0 0 auto;
    font-size: 0.72rem;
    line-height: 1.05;
  }

  .member-trading-card {
    gap: 8px;
    padding: 6px;
  }

  .member-card-ribbon {
    font-size: 0.66rem;
    padding: 6px 8px;
  }

  .member-card-body {
    padding: 10px;
  }

  .member-card-body h3 {
    font-size: 1.85rem;
  }

  .member-card-body p:not(.member-card-kicker) {
    font-size: 0.88rem;
    line-height: 1.32;
    margin: 0.45em 0;
  }

  .member-card-kicker {
    font-size: 0.66rem;
  }

  .member-card-meta {
    margin-top: 6px;
    padding: 7px 8px;
  }

  .member-card-tags {
    gap: 5px;
  }

  .member-card-tags span {
    font-size: 0.68rem;
    padding: 5px 7px;
  }

  .member-card-links a {
    min-height: 34px;
    width: 100%;
    font-size: 0.74rem;
  }

  .member-pass-panel {
    gap: 8px;
    min-width: 0;
    padding: 12px;
  }

  .member-pass-panel p,
  .member-pass-privacy {
    font-size: 0.8rem;
  }

  .member-pass-profile {
    gap: 8px;
  }

  .member-profile-group {
    gap: 5px;
  }

  .member-profile-group summary {
    font-size: 0.68rem;
  }

  .member-profile-group button {
    min-height: 30px;
    font-size: 0.7rem;
    padding: 0 8px;
  }

  [id] {
    scroll-margin-top: 146px;
  }

  html {
    scroll-padding-top: 146px;
  }

  .section-heading,
  .fun-games .section-heading {
    position: sticky;
    top: 128px;
    max-height: calc(100vh - 138px);
  }

  .games-grid {
    grid-template-columns: 1fr;
  }

  .fun-games,
  .games-grid,
  .game-card.member-pass-game {
    max-width: 100%;
    overflow-x: hidden;
  }

  .member-pass-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .member-pass-steps span {
    min-width: 0;
    overflow-wrap: anywhere;
    padding-inline: 5px;
  }

  .games-group-heading--permanent {
    top: 132px;
    box-shadow: 4px 4px 0 var(--ink);
  }

  .game-card.member-pass-game {
    box-shadow:
      0 4px 0 var(--ink),
      inset 0 6px 0 rgba(155, 63, 95, 0.14);
  }

  .games-group-heading,
  .fun-pack-shelf,
  .fun-pack-status,
  .game-card,
  .game-card.member-pass-game,
  .game-card.fairy-game,
  .game-card.psychic-game,
  .game-card.dream-phone-game,
  .game-card.cocktail-wheel-game,
  .game-card.house-dj-game,
  .game-card.signoff-game,
  .game-card.try-on-game,
  .game-card.girl-talk-game,
  .game-card[data-fun-pack-activity],
  .game-card.issue-try-on-game[data-fun-pack-activity] {
    grid-column: 1;
  }

  .game-card,
  .game-card.fairy-game,
  .game-card.psychic-game,
  .game-card.dream-phone-game,
  .game-card.signoff-game,
  .game-card.try-on-game,
  .game-card.girl-talk-game,
  .game-card[data-fun-pack-activity] {
    min-height: 0;
  }

  .member-card-sample img {
    width: min(100%, 300px);
  }

  .member-pass-actions .button {
    white-space: normal;
    line-height: 1.12;
    text-align: center;
  }

  .member-pass-actions .button .wordmark {
    font-size: 0.78em;
    line-height: 1;
    vertical-align: 0;
  }

  .fun-pack-card {
    min-height: 124px;
  }

  .psychic-visual,
  .fairy-wand,
  .game-card.dream-phone-game::before,
  .quiz-game-visual {
    min-height: 150px;
  }

  .cocktail-stage {
    grid-template-columns: 1fr;
    min-height: 0;
    margin-bottom: 0;
  }

  .cocktail-lane-label {
    justify-self: stretch;
    max-width: none;
    padding: 8px 10px;
  }

  .cocktail-fortune-controls {
    gap: 10px;
    padding: 10px;
  }

  .cocktail-fortune-table {
    min-height: 320px;
  }

  .cocktail-mood-grid {
    grid-template-columns: 1fr;
  }

  .butterfly-rating-buttons {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .tool-rating-grid {
    grid-template-columns: 1fr;
  }

  .member-pass-form {
    grid-template-columns: 1fr;
  }

  .member-pass-form .button,
  .member-pass-submit-row .button,
  .member-pass-actions .button {
    width: 100%;
  }

  .member-pass-submit-row {
    justify-content: stretch;
  }

  .member-pass-submit-row p {
    flex-basis: 100%;
  }

  .butterfly-clip-token {
    width: 26px;
    height: 20px;
  }
}

.wordmark,
.wordmark > span,
.member-pass-wordmark,
.member-pass-wordmark > span,
.laidies-inline-wordmark,
.laidies-inline-wordmark > span,
.member-profile-question .wordmark,
.member-profile-question .wordmark > span {
  color: var(--wordmark-script);
}

.wordmark {
  text-transform: none !important;
}

.wordmark > span {
  color: var(--wordmark-script) !important;
  font-family: "Brush Script MT", "Segoe Script", "Lucida Handwriting", cursive !important;
  font-weight: 800 !important;
  text-transform: lowercase !important;
}

.wordmark b,
.wordmark strong {
  color: var(--wordmark-ai) !important;
  text-transform: uppercase !important;
}


/* === Mini Subscribe CTA (between Episodes and Community) === */
.mini-subscribe {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 24px;
  max-width: 680px;
  margin: 0 auto;
  padding: 28px clamp(18px, 5vw, 64px);
  text-align: center;
}

.mini-subscribe p {
  width: 100%;
  margin: 0;
  font-size: 0.95rem;
  color: var(--muted);
  font-weight: 500;
}

.mini-subscribe-form {
  width: 100%;
  max-width: 420px;
}

.mini-subscribe-form .field-row {
  display: flex;
  gap: 8px;
}

.mini-subscribe-form input {
  flex: 1;
  min-width: 0;
  padding: 10px 14px;
  border: 2px solid var(--line);
  border-radius: 8px;
  font-size: 0.9rem;
  background: #fff;
  transition: border-color 0.2s;
}

.mini-subscribe-form input:focus {
  outline: none;
  border-color: var(--hot-pink);
}

.mini-subscribe-form button {
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  background: var(--hot-pink);
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: inherit;
  white-space: nowrap;
  transition: background 0.2s;
}

.mini-subscribe-form button:hover {
  background: #e0208a;
}

.new-here-link {
  margin: 12px 0 0;
  color: rgba(16, 8, 5, 0.58);
  font-size: 0.86rem;
  line-height: 1.45;
}

.new-here-link a {
  color: var(--plum);
  font-weight: 900;
  text-decoration-color: var(--hot-pink);
  text-underline-offset: 4px;
}

.start-here-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
  padding: clamp(42px, 7vw, 84px) clamp(18px, 5vw, 64px);
  background:
    linear-gradient(115deg, rgba(252, 228, 242, 0.92), rgba(255, 248, 252, 0.4) 58%),
    radial-gradient(circle at 10% 12%, rgba(155, 63, 95, 0.18), transparent 32%),
    var(--paper);
}

.start-here-hero h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(2.55rem, 5.1vw, 4.8rem);
  line-height: 1.02;
}

.start-here-hero p:not(.eyebrow) {
  max-width: 690px;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.65;
}

.start-here-hero img {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  object-position: center 25%;
  border: 2px solid rgba(155, 63, 95, 0.24);
  border-radius: 12px;
  box-shadow: var(--glow);
}

.start-here-actions,
.start-here-final {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.start-here-section {
  padding: clamp(34px, 6vw, 72px) clamp(18px, 5vw, 64px);
}

.start-here-section .section-heading {
  max-width: 860px;
  margin: 0 auto 26px;
  text-align: center;
}

.start-here-steps,
.path-grid,
.site-map-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.start-here-steps article,
.path-grid a,
.site-map-list article {
  border: 2px solid rgba(155, 63, 95, 0.24);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 5px 5px 0 rgba(16, 8, 5, 0.08);
  padding: 20px;
}

.start-here-steps span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--hot-pink);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  font-weight: 900;
}

.start-here-steps h3,
.site-map-list h3 {
  margin-bottom: 8px;
}

.start-here-steps p,
.site-map-list p {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.start-here-steps a,
.path-grid a {
  color: var(--plum);
  font-weight: 900;
  text-decoration-color: var(--hot-pink);
  text-underline-offset: 4px;
}

.path-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.path-grid a {
  display: grid;
  gap: 8px;
  text-decoration: none;
}

.path-grid strong {
  color: var(--plum);
  font-size: 1.02rem;
}

.path-grid span {
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-map-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.start-here-band {
  margin: clamp(16px, 4vw, 34px) clamp(18px, 5vw, 64px);
  border-radius: 24px;
  background: linear-gradient(160deg, #1a0a12 0%, #2d0f1f 100%);
  color: #fff;
  padding: clamp(32px, 6vw, 64px);
}

.start-here-band > div {
  max-width: 820px;
}

.start-here-band h2 {
  color: #fff;
}

.start-here-band p:not(.eyebrow) {
  color: rgba(255, 248, 252, 0.78);
  line-height: 1.65;
}

.start-here-app-card {
  margin: clamp(28px, 5vw, 56px) clamp(18px, 5vw, 64px);
}

.start-here-final {
  justify-content: center;
  padding: 0 clamp(18px, 5vw, 64px) clamp(42px, 7vw, 84px);
}

@media (max-width: 900px) {
  .start-here-hero {
    grid-template-columns: 1fr;
  }

  .start-here-steps,
  .path-grid,
  .site-map-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .anthem-play-button {
    max-width: calc(100% - 24px);
    font-size: 0.76rem;
    padding: 8px 12px;
  }

  .start-here-hero {
    padding-top: 34px;
  }

  .start-here-hero h1 {
    font-size: clamp(2.05rem, 12vw, 3rem);
  }

  .start-here-steps,
  .path-grid,
  .site-map-list {
    grid-template-columns: 1fr;
  }

  .start-here-actions,
  .start-here-final {
    align-items: stretch;
    flex-direction: column;
  }

  .start-here-actions .button,
  .start-here-final .button {
    width: 100%;
  }
}

/* === Minimum readable font fix (accessibility) === */
.drawer-hotspot strong {
  font-size: clamp(0.65rem, 1.8vw, 0.82rem) !important;
}

.clubhouse-sticker-button {
  font-size: clamp(0.7rem, 2.6vw, 0.85rem) !important;
}

.clubhouse-sticker-button[data-clubhouse-sticker="business"],
.clubhouse-sticker-button[data-clubhouse-sticker="dream-phone"],
.clubhouse-sticker-button[data-clubhouse-sticker="psychic"],
.clubhouse-sticker-button[data-clubhouse-sticker="fairy"] {
  font-size: clamp(0.65rem, 2.35vw, 0.82rem) !important;
}

.cocktail-lane-label span {
  font-size: 0.7rem !important;
}

.dream-special-cards button {
  font-size: 0.7rem !important;
}

/* === Collapsible Learn Sections === */
.learn-collapse { border: 2px dashed rgba(31,35,40,0.14); border-radius: 12px; margin: 16px 0; overflow: hidden; }
.learn-collapse > summary { padding: 14px 20px; font-weight: 700; font-size: 1rem; cursor: inherit; list-style: none; display: flex; align-items: center; gap: 8px; transition: background 0.2s; }
.learn-collapse > summary::-webkit-details-marker { display: none; }
.learn-collapse > summary::before { content: "▸"; font-size: 0.85em; transition: transform 0.2s; }
.learn-collapse[open] > summary::before { transform: rotate(90deg); }
.learn-collapse > summary:hover { background: #fce4f2; }

/* === Community Rooms Collapse === */
.board-rooms-more { border: 2px dashed rgba(31,35,40,0.14); border-radius: 12px; margin-top: 12px; }
.board-rooms-more > summary { padding: 12px 18px; font-weight: 700; font-size: 0.95rem; cursor: inherit; list-style: none; text-align: center; color: #9b3f5f; }
.board-rooms-more > summary::-webkit-details-marker { display: none; }
.board-rooms-more > summary:hover { background: #fce4f2; border-radius: 12px; }


/* === New Subpage Styles === */
.page-intro {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px clamp(18px, 5vw, 64px) 24px;
  text-align: center;
}
.page-intro .eyebrow { margin-bottom: 8px; }
.page-intro h1 { font-size: clamp(1.6rem, 4vw, 2.4rem); line-height: 1.2; margin: 0 0 12px; }
.page-intro p { font-size: 1.05rem; color: var(--muted); max-width: 560px; margin: 0 auto; }

/* === Slim Homepage: Current Episode === */
.current-episode {
  max-width: 780px;
  margin: 0 auto;
  padding: 24px clamp(18px, 5vw, 64px) 32px;
  text-align: center;
}
.current-episode .eyebrow { margin-bottom: 12px; }
.current-episode .issue-card {
  text-align: left;
  margin: 0 auto;
}
.current-episode .microcopy {
  margin-top: 16px;
  font-size: 0.9rem;
  color: var(--muted);
}
.current-episode .microcopy a { color: var(--hot-pink); }

/* === Slim Homepage: This Week Teaser === */
.this-week-teaser {
  max-width: 720px;
  margin: 0 auto;
  padding: 40px clamp(18px, 5vw, 64px);
  text-align: center;
}
.this-week-teaser .eyebrow { margin-bottom: 8px; }
.this-week-teaser h2 { margin-bottom: 20px; }
.goss-teaser-list {
  text-align: left;
  max-width: 560px;
  margin: 0 auto 24px;
}
.goss-teaser-list p {
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.95rem;
  line-height: 1.5;
}
.goss-teaser-list p:last-child { border-bottom: none; }

/* === Slim Homepage: Origin Snippet === */
.origin-snippet {
  max-width: 680px;
  margin: 0 auto;
  padding: 40px clamp(18px, 5vw, 64px);
  text-align: center;
}
.origin-snippet .eyebrow { margin-bottom: 8px; }
.origin-snippet h2 { margin-bottom: 16px; font-size: clamp(1.3rem, 3vw, 1.8rem); }
.origin-snippet p { color: var(--muted); margin-bottom: 20px; max-width: 560px; margin-left: auto; margin-right: auto; }

/* force-sync: badge-grid-fix */

/* ═══ MOBILE HAMBURGER MENU ═══ */
.hamburger-btn {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  padding: 8px 14px;
  line-height: 1;
  z-index: 52;
  position: relative;
  min-width: 48px;
  min-height: 48px;
  text-shadow: 0 0 8px rgba(155, 63, 95, 0.8);
}

@media (max-width: 860px) {
  .hamburger-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .site-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000 !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 60px !important;
    max-height: 70px !important;
    padding: 8px clamp(12px, 3vw, 24px) !important;
    overflow: visible !important;
    gap: 8px !important;
  }
  .site-header .brand img {
    width: clamp(80px, 12vw, 120px) !important;
    height: auto !important;
  }
  .site-header::before,
  .site-header::after {
    display: none !important;
  }
  .site-header .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(16, 8, 5, 0.97);
    backdrop-filter: blur(12px);
    padding: 16px 20px 20px;
    flex-direction: column;
    gap: 0;
    border-bottom: 2px solid var(--hot-pink);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
    z-index: 51;
  }
  .site-header .nav.is-open {
    display: flex !important;
  }
  .site-header .nav a {
    display: block;
    padding: 14px 0;
    font-size: 1.05rem !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .site-header .nav a:last-child {
    border-bottom: none;
  }
}

/* === LAiDIES Brand Swap: approved masthead/logo visual layer === */
.laidies-inline-wordmark {
  display: inline;
  white-space: nowrap;
  font: inherit;
  letter-spacing: inherit;
}

.laidies-inline-wordmark [data-laidies-part="plum"] {
  color: var(--plum);
}

.laidies-inline-wordmark [data-laidies-part="rose"] {
  color: var(--rose);
}

.brand:has(> img[src*="laidies-logo-wordmark"]) {
  min-width: 0;
}

.brand:has(> img[src*="laidies-logo-wordmark"])::before,
.header-content::before {
  content: none !important;
  display: none !important;
}

.brand:has(> img[src*="laidies-logo-wordmark"]) > img,
.brand img[src*="laidies-logo-wordmark"],
.brand img[src*="laidies-logo.png"],
.site-header .brand img,
.back-bar .brand img,
.preview-header img[src*="laidies-logo-wordmark"] {
  content: url("assets/brand/laidies-logo-header-approved-v6.png") !important;
  display: block !important;
  width: clamp(118px, 13vw, 172px) !important;
  max-width: 42vw;
  height: auto !important;
  filter: drop-shadow(0 10px 20px rgba(75, 33, 72, 0.1)) !important;
}

.site-header .brand img,
.back-bar .brand img {
  max-height: none;
  object-fit: contain;
}

.logo-img[src*="laidies-logo-wordmark"],
.header-content img[src*="laidies-logo-wordmark"] {
  content: url("assets/brand/laidies-logo-masthead-approved-v3.png") !important;
  display: block !important;
  width: min(420px, 82vw) !important;
  max-width: 100% !important;
  height: auto !important;
  margin-inline: auto;
  filter: drop-shadow(0 14px 26px rgba(75, 33, 72, 0.1)) !important;
}

.brand-wordmark {
  font-family: Didot, "Bodoni 72", Georgia, serif;
}

.wordmark,
.brand-wordmark {
  color: var(--plum);
}

.wordmark.laidies-inline-wordmark {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

.wordmark strong,
.brand-wordmark .brand-ai {
  color: var(--rose);
}

@media (max-width: 860px) {
  .site-header .brand img,
  .back-bar .brand img {
    width: clamp(96px, 27vw, 132px) !important;
    max-height: none;
  }
}

/* === LAiDIES correction pass: consistent pearl header + logo lock === */
:root {
  --pearl-page: #fbf6f5;
  --pearl-card: #fffdfb;
  --pearl-line: rgba(75, 33, 72, 0.16);
}

html {
  overflow-x: clip;
}

body {
  color: var(--plum);
  background:
    radial-gradient(circle at 12% 0%, rgba(200, 220, 224, 0.24), transparent 24rem),
    linear-gradient(180deg, #fffdfb 0%, var(--pearl-page) 42%, #fffdfb 100%) !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1,
h2,
h3,
.page-title,
.section-heading h2,
.hero-copy h1 {
  font-family: "Playfair Display", Didot, "Bodoni 72", Georgia, serif;
  color: var(--plum);
  letter-spacing: 0;
}

.site-header,
.back-bar {
  min-height: 72px !important;
  background: rgba(255, 253, 251, 0.96) !important;
  border-bottom: 1px solid var(--pearl-line) !important;
  box-shadow: 0 12px 28px rgba(75, 33, 72, 0.08) !important;
  color: var(--plum) !important;
}

.site-header .brand,
.back-bar .brand {
  display: inline-flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  max-width: min(34vw, 172px) !important;
  min-width: 0 !important;
  overflow: visible !important;
}

.site-header .brand img,
.back-bar .brand img,
.preview-header img[src*="laidies-logo-wordmark"] {
  content: url("assets/brand/laidies-logo-header-approved-v6.png") !important;
  width: clamp(118px, 11vw, 158px) !important;
  max-width: 100% !important;
  max-height: none !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: left center !important;
  filter: drop-shadow(0 10px 20px rgba(75, 33, 72, 0.1)) !important;
}

.site-header .nav,
.site-header nav {
  align-items: center;
}

.site-header .nav a,
.site-header nav a,
.back-bar a {
  color: var(--plum) !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-weight: 800;
  text-decoration-color: rgba(111, 38, 63, 0.22);
  text-underline-offset: 4px;
}

.site-header .nav a:hover,
.site-header .nav a:focus-visible,
.site-header nav a:hover,
.site-header nav a:focus-visible,
.back-bar a:hover,
.back-bar a:focus-visible {
  color: var(--wine) !important;
  text-decoration-color: var(--wine) !important;
}

.hamburger-btn {
  color: var(--plum) !important;
  text-shadow: none !important;
}

.hero-masthead-logo-mark {
  filter: drop-shadow(0 14px 24px rgba(75, 33, 72, 0.12));
}

.wordmark,
.footer-brand,
.footer-legal {
  color: var(--plum);
}

.site-footer {
  background:
    radial-gradient(circle at 86% 0%, rgba(200, 220, 224, 0.18), transparent 22rem),
    linear-gradient(180deg, rgba(255, 253, 251, 0.98), rgba(247, 238, 238, 0.72)) !important;
  border-top: 1px solid var(--pearl-line) !important;
  color: rgba(75, 33, 72, 0.72) !important;
}

.site-footer a {
  color: var(--wine) !important;
}

.start-here-band {
  background:
    radial-gradient(circle at 88% 18%, rgba(200, 220, 224, 0.24), transparent 22rem),
    linear-gradient(135deg, rgba(255, 253, 251, 0.94), rgba(247, 238, 238, 0.9)) !important;
  color: var(--plum) !important;
  border: 1px solid var(--pearl-line);
  box-shadow: 0 22px 48px rgba(75, 33, 72, 0.1);
}

.start-here-band h2,
.start-here-band p:not(.eyebrow) {
  color: var(--plum) !important;
}

@media (max-width: 860px) {
  .site-header,
  .back-bar {
    min-height: 64px !important;
    max-height: none !important;
    padding: 9px clamp(14px, 4vw, 22px) !important;
  }

  .site-header .brand,
  .back-bar .brand {
    max-width: 142px !important;
  }

  .site-header .brand img,
  .back-bar .brand img,
  .preview-header img[src*="laidies-logo-wordmark"] {
    width: clamp(104px, 31vw, 134px) !important;
    max-height: none !important;
  }

  .site-header .nav,
  .site-header nav {
    background: rgba(255, 253, 251, 0.98) !important;
    border-bottom: 1px solid var(--pearl-line) !important;
    box-shadow: 0 18px 34px rgba(75, 33, 72, 0.12) !important;
  }

  .site-header .nav a,
  .site-header nav a {
    color: var(--plum) !important;
    border-bottom-color: rgba(75, 33, 72, 0.1) !important;
  }

  .hero-masthead-type {
    top: clamp(8px, 3.2vw, 18px);
    width: min(48%, 260px);
  }
}

/* === LAiDIES correction pass: legibility, logo breathing room, type cohesion === */
:root {
  --plum: #3f1737;
  --muted: #5f4558;
  --font-display: "Playfair Display", Didot, "Bodoni 72", Georgia, serif;
  --font-body: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body,
p,
li,
label,
input,
textarea,
select,
button {
  font-family: var(--font-body) !important;
}

h1,
h2,
h3,
.page-title,
.section-heading h2,
.home-screen-copy h2,
.home-screen-copy h3,
.hub-card-body strong,
.room-preview strong,
.community-ritual-entry h1,
.community-section h2,
.dj-title-section h1,
.dj-track-card-title,
.now-playing-title,
.activity-card-body h3 {
  font-family: var(--font-display) !important;
  color: var(--plum) !important;
}

p,
li,
.subtitle,
.lede,
.home-screen-copy p:not(.eyebrow),
.hub-card-body span,
.site-map-list p,
.start-here-steps p,
.path-grid span,
.dj-title-section p,
.dj-track-card-desc,
.activity-card-body p {
  color: var(--muted) !important;
}

.site-header,
.back-bar {
  min-height: 88px !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  overflow: visible !important;
}

.site-header .brand,
.back-bar .brand {
  line-height: 0 !important;
  overflow: visible !important;
}

.site-header .brand img,
.back-bar .brand img,
.preview-header img[src*="laidies-logo-wordmark"] {
  width: clamp(120px, 11.5vw, 164px) !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: left center !important;
  overflow: visible !important;
}

.site-footer {
  flex-wrap: wrap !important;
}

.site-footer div {
  flex-wrap: wrap !important;
  min-width: 0 !important;
}

.start-here-app-card {
  width: min(1180px, calc(100% - 28px)) !important;
  max-width: calc(100vw - 28px) !important;
}

@media (max-width: 860px) {
  .site-header,
  .back-bar {
    min-height: 82px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .site-header .brand img,
  .back-bar .brand img,
  .preview-header img[src*="laidies-logo-wordmark"] {
    width: clamp(106px, 30vw, 134px) !important;
    max-height: none !important;
  }

  .site-footer {
    align-items: flex-start !important;
  }

  .site-footer div {
    width: 100% !important;
  }

  .home-screen-card {
    box-shadow: 4px 4px 0 var(--ink) !important;
  }
}


/* Canonical LAiDIES wordmark (Ai accent) — promoted from homepage inline */
.brand-word-inline{display:inline!important;margin:0!important;white-space:nowrap;font-family:inherit!important;font-size:inherit!important;font-weight:inherit!important;letter-spacing:inherit!important;line-height:inherit!important;color:inherit!important;text-transform:none!important}
.brand-word-inline>span{display:inline!important;margin:0!important;color:inherit!important;font-family:inherit!important;font-size:inherit!important;font-weight:inherit!important;letter-spacing:inherit!important;line-height:inherit!important;text-transform:inherit!important}
.brand-word-inline [data-brand-ai]{display:inline!important;margin:0!important;color:var(--rose,#9b3f5f)!important;font-family:inherit!important;font-size:inherit!important;font-weight:inherit!important;letter-spacing:inherit!important;line-height:inherit!important;text-transform:inherit!important}



/* Dark-surface rule: on dark backgrounds the "Ai" matches the
   surrounding text color (reads as one solid word). Light-bg default
   is the rose contrast pop set on .brand-word-inline above. */
.brand-word-inline--on-dark [data-brand-ai],
.room-card .brand-word-inline [data-brand-ai],
.anthem-charm-reveal .brand-word-inline [data-brand-ai]{color:inherit!important}

