:root {
  --black: #020304;
  --ink: #07090c;
  --blue-black: #0a1019;
  --blue: #355b8c;
  --copper: #ad6839;
  --copper-bright: #c77c42;
  --cream: #ded8c6;
  --muted: #aaa99f;
  --border: rgb(173 104 57 / 0.5);
  --display: 'Cormorant Garamond', Georgia, serif;
  --condensed: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  --gutter: clamp(1rem, 4vw, 3rem);
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: var(--cream);
  font-family: var(--condensed);
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: 0.07;
  background-image:
    repeating-radial-gradient(circle at 20% 40%, transparent 0 2px, rgb(255 255 255 / 0.12) 3px, transparent 4px),
    repeating-linear-gradient(93deg, transparent 0 4px, rgb(255 255 255 / 0.03) 5px, transparent 6px);
  background-size: 97px 83px, 53px 61px;
  mix-blend-mode: soft-light;
}
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
button, input, select { font: inherit; }
button { color: inherit; }

:focus-visible {
  outline: 2px solid #f0a75c;
  outline-offset: 4px;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 300;
  padding: 0.75rem 1rem;
  background: var(--cream);
  color: var(--black);
  transform: translateY(-180%);
  transition: transform 160ms ease;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  background: linear-gradient(180deg, rgb(0 0 0 / 0.98), rgb(0 0 0 / 0.72) 72%, transparent);
}
.site-header__inner {
  width: min(100% - (var(--gutter) * 2), 90rem);
  min-height: 72px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.wordmark {
  min-height: 44px;
  margin-right: auto;
  display: inline-flex;
  align-items: center;
  color: var(--copper-bright);
  font-family: var(--display);
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1;
  text-decoration: none;
}
.site-nav { display: flex; align-items: center; gap: clamp(1.2rem, 3vw, 2.75rem); }
.site-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--cream);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-decoration: none;
  text-transform: uppercase;
}
.site-nav a:hover { color: var(--copper-bright); }
.site-header__actions { display: flex; align-items: center; gap: 0.4rem; }
.cart-link {
  position: relative;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  text-decoration: none;
}
.cart-count {
  position: absolute;
  top: 4px;
  right: 0;
  min-width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  color: var(--cream);
  font-size: 0.68rem;
}
.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  place-items: center;
  background: transparent;
  color: var(--cream);
  border: 1px solid var(--border);
  cursor: pointer;
}
.nav-toggle__close { display: none; }
.nav-toggle[aria-expanded='true'] .nav-toggle__open { display: none; }
.nav-toggle[aria-expanded='true'] .nav-toggle__close { display: block; }

.dt-lander { isolation: isolate; }
.dt-lander section[id] { scroll-margin-top: 1rem; }
.dt-hero {
  position: relative;
  min-height: clamp(42rem, 94svh, 58rem);
  display: grid;
  place-items: end center;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid var(--copper);
}
.dt-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: var(--blue-black);
}
.dt-hero__media picture {
  display: block;
  height: 100%;
}
.dt-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 50%;
}
.dt-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgb(0 0 0 / 0.06) 36%, rgb(0 0 0 / 0.72) 80%, var(--black) 100%),
    radial-gradient(76% 74% at 50% 48%, transparent 42%, rgb(0 0 0 / 0.68) 100%);
}
.dt-hero__lockup {
  position: relative;
  z-index: 2;
  width: min(100% - (var(--gutter) * 2), 50rem);
  padding-block: 8rem clamp(2.5rem, 7vh, 4.75rem);
  text-align: center;
}
.dt-hero__artist {
  margin: 0;
  color: var(--copper-bright);
  font-family: var(--display);
  font-size: clamp(3.4rem, 9vw, 7.5rem);
  font-weight: 600;
  letter-spacing: -0.07em;
  line-height: 0.72;
  text-shadow: 0 8px 30px rgb(0 0 0 / 0.82);
}
.dt-hero h1 {
  margin: 1.2rem 0 0;
  color: var(--cream);
  font-family: var(--display);
  font-size: clamp(3.1rem, 7.8vw, 6.25rem);
  font-weight: 400;
  letter-spacing: 0.11em;
  line-height: 0.88;
  text-transform: uppercase;
  text-shadow: 0 8px 30px rgb(0 0 0 / 0.85);
}
.dt-hero__tagline {
  margin: 1rem 0 0;
  color: var(--copper-bright);
  font-size: clamp(0.72rem, 1.5vw, 0.95rem);
  font-weight: 600;
  letter-spacing: 0.42em;
  text-transform: uppercase;
}
.dt-hero__actions {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.dt-hero__social {
  margin-top: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.dt-hero__social-label {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  line-height: 1;
  text-transform: uppercase;
}
.dt-hero__social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
}
.dt-hero__social-links a {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--border);
  background: rgb(0 0 0 / 0.46);
  color: var(--copper-bright);
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}
.dt-hero__social-links a:hover {
  border-color: var(--copper-bright);
  background: rgb(173 104 57 / 0.16);
  color: var(--cream);
  transform: translateY(-2px);
}
.button {
  min-height: 46px;
  padding: 0.78rem 1.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  background: var(--copper);
  color: var(--black);
  border: 1px solid var(--copper-bright);
  border-radius: 0;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}
.button--ghost { background: rgb(0 0 0 / 0.45); color: var(--cream); }
.button:hover { background: var(--copper-bright); box-shadow: 0 0 28px rgb(173 104 57 / 0.3); }
.button:disabled,
.button.is-loading { opacity: 0.62; cursor: wait; }
.campaign-rail {
  min-height: 54px;
  padding: 0.75rem var(--gutter);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.55rem 1.1rem;
  border-bottom: 1px solid var(--copper);
  color: var(--copper-bright);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.34em;
  text-align: center;
  text-transform: uppercase;
}

.dt-frame {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: clamp(10.25rem, 18vw, 15rem) minmax(0, 1fr);
  gap: clamp(1rem, 2.2vw, 2.25rem);
  padding: clamp(1.25rem, 3vw, 2.5rem) var(--gutter);
  border-bottom: 1px solid var(--copper);
  background:
    radial-gradient(circle at 73% 20%, rgb(53 91 140 / 0.09), transparent 35%),
    linear-gradient(110deg, #020304, #050709 57%, #020304);
}
.dt-frame__label { align-self: start; padding-top: 0.1rem; }
.frame-index,
.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--copper-bright);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.frame-title {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.15rem, 4.2vw, 3.6rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.88;
  text-transform: uppercase;
}

.merch-stack {
  min-width: 0;
  display: grid;
  gap: 1rem;
}
.merch-feature {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(22rem, 0.92fr);
  border: 1px solid var(--border);
  background: #040608;
}
.merch-feature__gallery {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
.merch-shot {
  min-width: 0;
  margin: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  background: #05070a;
}
.merch-shot__media {
  min-height: 0;
  padding: 0;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 48% 38%, rgb(53 91 140 / 0.12), transparent 52%),
    #05070a;
  text-decoration: none;
  transition: background 160ms ease;
}
.merch-shot img {
  width: 100%;
  height: auto;
  display: block;
}
.merch-shot figcaption {
  min-height: 44px;
  padding: 0.6rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgb(173 104 57 / 0.25);
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.merch-shot figcaption span:last-child { color: var(--copper-bright); }
.merch-feature__buy {
  padding: clamp(1.25rem, 2.5vw, 2.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid var(--border);
}
.merch-feature__buy h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.product-story__kicker {
  margin: 0 0 1.2rem;
  color: var(--copper-bright);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.product-story__tagline {
  margin: 0.7rem 0 0;
  color: var(--cream);
  font-family: var(--condensed);
  font-size: clamp(1rem, 1.4vw, 1.3rem);
  letter-spacing: 0.05em;
}
.product-story__finish {
  margin: -0.5rem 0 1.5rem;
  color: var(--muted);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  line-height: 1.55;
  text-transform: uppercase;
}
.product-specs {
  margin: 0 0 1.5rem;
  padding: 0;
  border-block: 1px solid rgb(173 104 57 / 0.25);
}
.product-specs > div {
  padding: 0.62rem 0;
  display: grid;
  grid-template-columns: 3.4rem minmax(0, 1fr);
  gap: 0.75rem;
}
.product-specs > div + div { border-top: 1px solid rgb(173 104 57 / 0.18); }
.product-specs dt {
  color: var(--copper-bright);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.product-specs dd {
  margin: 0;
  color: var(--cream);
  font-size: 0.82rem;
  line-height: 1.35;
}
.product-deck {
  max-width: 28rem;
  margin: 1rem 0 1.6rem;
  color: var(--muted);
  font-family: var(--display);
  font-size: 1.08rem;
  line-height: 1.45;
}
.quick-buy { display: grid; gap: 1.35rem; }
.size-picker,
.format-picker {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.size-picker legend {
  margin-bottom: 0.65rem;
  color: var(--copper-bright);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.size-picker__options,
.format-picker { display: flex; flex-wrap: wrap; gap: 0.45rem; }
.size-choice,
.format-picker label { position: relative; }
.size-choice input,
.format-picker input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.size-choice span,
.format-picker span {
  min-width: 44px;
  min-height: 44px;
  padding: 0.45rem 0.55rem;
  display: grid;
  place-items: center;
  border: 1px solid rgb(222 216 198 / 0.35);
  color: var(--cream);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.size-choice input:checked + span,
.format-picker input:checked + span {
  border-color: var(--copper-bright);
  color: var(--copper-bright);
  box-shadow: inset 0 0 0 1px var(--copper-bright);
}
.size-choice input:focus-visible + span,
.format-picker input:focus-visible + span {
  outline: 2px solid #f0a75c;
  outline-offset: 3px;
}
.size-choice.is-sold-out span { opacity: 0.35; text-decoration: line-through; }
.size-choice.is-sold-out input { cursor: not-allowed; }
.quick-buy__submit { width: 100%; }

.signed-feature {
  display: grid;
  border: 1px solid var(--border);
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.36fr);
}
.signed-gallery {
  min-width: 0;
  display: grid;
}
.format-art {
  min-width: 0;
  margin: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  background: radial-gradient(circle at 65% 42%, rgb(53 91 140 / 0.15), transparent 46%), #05070a;
}
.format-art__media {
  min-height: clamp(20rem, 36vw, 35rem);
  padding: 0;
  display: grid;
  place-items: center;
  background: rgb(0 0 0 / 0.12);
  text-decoration: none;
  transition: background 160ms ease;
}
.format-art img {
  width: 100%;
  height: 100%;
  max-height: 35rem;
  object-fit: contain;
}
.format-art figcaption {
  min-height: 44px;
  padding: 0.6rem 1rem;
  display: flex;
  align-items: center;
  border-top: 1px solid rgb(173 104 57 / 0.25);
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.signed-feature__buy {
  padding: clamp(1rem, 2.6vw, 2.2rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid var(--border);
}
.format-buy { display: grid; gap: 1.35rem; }
.format-picker span { min-width: 72px; }

.listen-feature {
  display: grid;
  grid-template-columns: minmax(15rem, 0.78fr) minmax(18rem, 1fr) minmax(12rem, 0.55fr);
  align-items: stretch;
  border: 1px solid var(--border);
}
.album-panel {
  padding: clamp(0.7rem, 2vw, 1.5rem);
  display: grid;
  place-items: center;
  background: #05070a;
}
.album-panel img { width: min(100%, 30rem); box-shadow: 0 1.2rem 3rem #000; }
.platforms {
  display: grid;
  align-content: center;
  border-left: 1px solid var(--border);
}
.platform-row {
  min-height: 58px;
  padding: 0.7rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgb(173 104 57 / 0.33);
  color: var(--cream);
  font-size: 0.75rem;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
}
.platform-row:last-child { border-bottom: 0; }
.platform-row > span:last-child { display: inline-flex; align-items: center; gap: 0.35rem; }
a.platform-row:hover { color: var(--copper-bright); background: rgb(173 104 57 / 0.08); }
.listen-feature__cta { align-self: center; margin: clamp(1rem, 2.5vw, 2rem); }

.dt-frame--chicago { padding-right: 0; }
.chicago-strip {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-block: 1px solid var(--border);
  border-left: 1px solid var(--border);
  background: #05070a;
}
.chicago-strip img {
  width: 100%;
  min-height: clamp(13rem, 25vw, 23rem);
  object-fit: cover;
}
.chicago-strip figcaption {
  padding: 0.6rem 1rem;
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.join-panel {
  min-height: 11rem;
  padding: clamp(1.3rem, 3vw, 2.5rem);
  display: grid;
  grid-template-columns: minmax(14rem, 0.8fr) minmax(20rem, 1.3fr);
  align-items: center;
  gap: 2rem;
  border: 1px solid var(--border);
  background:
    linear-gradient(90deg, rgb(0 0 0 / 0.78), rgb(5 8 12 / 0.84)),
    repeating-linear-gradient(90deg, transparent 0 72px, rgb(173 104 57 / 0.2) 73px 75px);
}
.join-panel__copy > p:first-child {
  max-width: 28rem;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.2rem, 2.2vw, 1.7rem);
  letter-spacing: 0.02em;
}
.form-status {
  margin: 0.75rem 0 0;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.form-status--success { color: #c5bd9d; }
.form-status--error { color: #ffb49f; }
.join-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.7rem;
}
.join-form input[type='email'] {
  min-width: 0;
  min-height: 48px;
  padding: 0.75rem 1rem;
  background: rgb(2 3 4 / 0.72);
  color: var(--cream);
  border: 1px solid var(--border);
  border-radius: 0;
  letter-spacing: 0.08em;
}
.join-form input[type='email']::placeholder {
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.honey {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.social-wall {
  position: relative;
  min-height: 12.5rem;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--copper);
  background:
    radial-gradient(circle at 84% 42%, rgb(53 91 140 / 0.26), transparent 34%),
    linear-gradient(90deg, #030507, #07101b 62%, #020304);
}
.social-wall::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.3;
  background: repeating-linear-gradient(100deg, transparent 0 80px, rgb(173 104 57 / 0.12) 81px 82px);
}
.social-wall__copy { position: relative; z-index: 2; text-align: center; }
.social-wall__copy .eyebrow { margin-bottom: 1rem; letter-spacing: 0.32em; }
.social-links { display: flex; justify-content: center; gap: clamp(0.55rem, 2vw, 1.35rem); }
.social-links a {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--copper-bright);
  text-decoration: none;
  transition: color 160ms ease, transform 160ms ease;
}
.social-links a:hover { color: var(--cream); transform: translateY(-2px); }
.social-wall__portrait {
  position: absolute;
  inset: 0 0 0 auto;
  width: min(38%, 34rem);
  background: var(--portrait, none) 72% 43% / 165% auto no-repeat;
  opacity: 0.48;
  mask-image: linear-gradient(90deg, transparent, #000 38%);
}
.site-footer {
  min-height: 82px;
  display: grid;
  place-items: center;
  border-top: 0;
}
.site-footer__mark {
  margin: 0;
  color: rgb(222 216 198 / 0.55);
  font-family: var(--display);
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: -0.04em;
}
.mobile-action-bar { display: none; }

.woocommerce-notices-wrapper {
  position: fixed;
  inset: 5rem var(--gutter) auto auto;
  z-index: 80;
  width: min(26rem, calc(100% - (var(--gutter) * 2)));
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  margin: 0.5rem 0;
  padding: 1rem;
  list-style: none;
  background: #0a0d11;
  border: 1px solid var(--copper);
  color: var(--cream);
}
.basic-page { width: min(100% - (var(--gutter) * 2), 70rem); margin: 8rem auto 4rem; }

.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 520ms ease, transform 520ms ease;
}
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 64rem) {
  .dt-frame { grid-template-columns: 9rem minmax(0, 1fr); }
  .frame-title { font-size: 2.4rem; }
  .merch-feature { grid-template-columns: 1fr; }
  .merch-feature__buy {
    border-top: 1px solid var(--border);
    border-left: 0;
  }
  .listen-feature { grid-template-columns: minmax(13rem, 0.72fr) minmax(17rem, 1fr); }
  .listen-feature__cta { grid-column: 1 / -1; justify-self: end; margin-top: 0; }
}

@media (max-width: 48rem) {
  .site-header__inner { min-height: 64px; }
  .nav-toggle { display: grid; }
  .site-nav {
    position: fixed;
    inset: 64px 0 auto;
    z-index: 60;
    display: grid;
    gap: 0;
    padding: 1rem var(--gutter) 2rem;
    background: rgb(2 3 4 / 0.98);
    border-bottom: 1px solid var(--copper);
    transform: translateY(-120%);
    visibility: hidden;
    transition: transform 220ms ease, visibility 0s linear 220ms;
  }
  .site-nav.is-open {
    transform: translateY(0);
    visibility: visible;
    transition: transform 220ms ease, visibility 0s;
  }
  .site-nav a { justify-content: center; border-bottom: 1px solid var(--border); }
  body.nav-open { overflow: hidden; }

  .dt-hero { min-height: 46rem; }
  .dt-hero__media {
    bottom: auto;
    height: 62%;
  }
  .dt-hero__media img { object-position: 58% 50%; }
  .dt-hero::after {
    background:
      linear-gradient(180deg, transparent 26%, rgb(0 0 0 / 0.42) 51%, var(--black) 70%),
      radial-gradient(100% 62% at 50% 24%, transparent 42%, rgb(0 0 0 / 0.55) 100%);
  }
  .dt-hero__lockup { padding-block: 23rem 3rem; }

  .dt-frame {
    grid-template-columns: 1fr;
    gap: 1.35rem;
    padding-block: 1.5rem 2rem;
  }
  .dt-frame__label { display: flex; align-items: end; justify-content: space-between; gap: 1rem; }
  .frame-index { margin-bottom: 0.25rem; }
  .frame-title { font-size: 2.15rem; text-align: right; }
  .merch-feature__gallery { grid-template-columns: 1fr; }
  .signed-feature,
  .listen-feature {
    grid-template-columns: 1fr;
  }
  .signed-feature__buy,
  .platforms { border-left: 0; border-top: 1px solid var(--border); }
  .merch-feature__buy,
  .signed-feature__buy { padding: 1.4rem; }
  .format-art__media { min-height: clamp(16rem, 63vw, 28rem); }
  .album-panel { padding: 1rem; }
  .listen-feature__cta { grid-column: auto; justify-self: stretch; margin: 0 1rem 1rem; }
  .dt-frame--chicago { padding-right: var(--gutter); }
  .chicago-strip { border-right: 1px solid var(--border); }
  .chicago-strip img { width: 168%; max-width: none; object-position: center; }
  .join-panel { grid-template-columns: 1fr; gap: 1.2rem; }
  .social-wall__portrait { width: 54%; opacity: 0.28; }
  .mobile-action-bar {
    position: fixed;
    inset: auto 0 0;
    z-index: 70;
    min-height: 58px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: rgb(2 3 4 / 0.96);
    border-top: 1px solid var(--copper);
  }
  .mobile-action-bar a {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-decoration: none;
    text-transform: uppercase;
  }
  .mobile-action-bar a + a { border-left: 1px solid var(--border); }
  .mobile-cart-count {
    min-width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    border: 1px solid var(--border);
    border-radius: 50%;
  }
  .site-footer { margin-bottom: 58px; }
}

@media (max-width: 34rem) {
  .wordmark { font-size: 1.35rem; }
  .dt-hero { min-height: 46rem; }
  .dt-hero__media { height: 54%; }
  .dt-hero__lockup { padding-block: 20rem 2.4rem; }
  .dt-hero__artist { font-size: clamp(3.1rem, 18vw, 5rem); }
  .dt-hero h1 { font-size: clamp(2.45rem, 12vw, 4rem); letter-spacing: 0.07em; }
  .dt-hero__tagline { letter-spacing: 0.24em; }
  .dt-hero__actions { display: grid; }
  .dt-hero__actions .button { width: 100%; }
  .dt-hero__social { flex-direction: column; gap: 0.65rem; }
  .campaign-rail { letter-spacing: 0.2em; }
  .join-form { grid-template-columns: 1fr; }
  .join-form .button { width: 100%; }
  .social-wall__portrait { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
