:root {
  --espresso-950: #080504;
  --espresso-900: #0d0907;
  --espresso-850: #130d0a;
  --espresso-800: #1b120d;
  --espresso-700: #2a1a12;
  --ivory: #f5eee7;
  --ivory-soft: #ddd1c6;
  --muted: #aa9c91;
  --gold: #c8a16a;
  --gold-bright: #dfbe86;
  --line: rgba(224, 192, 143, 0.19);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--espresso-950); }
body {
  margin: 0;
  color: var(--ivory);
  background:
    radial-gradient(circle at 75% 18%, rgba(102, 59, 30, .12), transparent 34%),
    var(--espresso-950);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
button, input { font: inherit; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--ivory);
  color: var(--espresso-950);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.shell { width: var(--shell); margin-inline: auto; }
.shell--narrow { max-width: 980px; }

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-bright);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .24em;
  text-transform: uppercase;
}

h1, h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  line-height: .95;
  letter-spacing: -.025em;
}

h1 { font-size: clamp(70px, 8.5vw, 132px); }
h2 { font-size: clamp(50px, 6vw, 84px); }

.section { position: relative; padding: 120px 0; }
.section-lead {
  margin: 20px 0 44px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 34px);
  font-style: italic;
}

.signature {
  margin-top: 24px;
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: 22px;
  font-style: italic;
}

/* HERO */
.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #0a0705;
}
.hero__media,
.hero__media img,
.hero__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero__media img { object-fit: cover; object-position: center center; }
.hero__veil {
  background:
    linear-gradient(90deg, rgba(7, 5, 4, .88) 0%, rgba(7, 5, 4, .72) 27%, rgba(7, 5, 4, .18) 55%, rgba(7, 5, 4, .08) 100%),
    linear-gradient(0deg, rgba(7, 5, 4, .68) 0%, transparent 42%);
}
.hero__content {
  position: relative;
  z-index: 2;
  padding-bottom: clamp(72px, 9vh, 120px);
  max-width: 760px;
  margin-left: max(24px, calc((100vw - min(1180px, calc(100vw - 48px))) / 2));
  width: min(760px, calc(100vw - 48px));
}
.hero__content h1 { text-shadow: 0 8px 40px rgba(0,0,0,.25); }
.hero__tagline {
  max-width: 660px;
  margin: 20px 0 34px;
  color: #f0e7df;
  font-family: var(--serif);
  font-size: clamp(26px, 3vw, 42px);
  font-style: italic;
  line-height: 1.18;
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 11px;
  font-weight: 600;
  transition: .25s ease;
}
.button--solid { background: var(--ivory); color: var(--espresso-950); }
.button--solid:hover { background: var(--gold-bright); transform: translateY(-2px); }
.button--ghost { border-color: rgba(245, 238, 231, .55); background: rgba(0,0,0,.13); backdrop-filter: blur(8px); }
.button--ghost:hover { border-color: var(--gold-bright); color: var(--gold-bright); transform: translateY(-2px); }
.button--large { min-height: 58px; padding-inline: 30px; }

.hero__scroll {
  position: absolute;
  right: 34px;
  bottom: 30px;
  z-index: 3;
  width: 24px;
  height: 48px;
  display: flex;
  justify-content: center;
  border: 1px solid rgba(245,238,231,.28);
  border-radius: 999px;
}
.hero__scroll span {
  width: 3px;
  height: 3px;
  margin-top: 10px;
  border-radius: 50%;
  background: var(--ivory);
  animation: scrollDot 1.8s infinite ease-in-out;
}
@keyframes scrollDot { 0%,100%{transform:translateY(0);opacity:.4} 50%{transform:translateY(20px);opacity:1} }

/* MUSIC */
.section--music {
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, #100b08 0%, #0b0806 100%);
  text-align: center;
}
.music-note {
  margin: 24px 0 0;
  color: #8f8177;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* EARLY OWNERSHIP */
.section--ownership {
  padding: 92px 0;
  border-block: 1px solid var(--line);
  background:
    radial-gradient(circle at 82% 50%, rgba(148, 91, 48, .13), transparent 30%),
    #0a0705;
}
.ownership-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: clamp(52px, 8vw, 120px);
  align-items: center;
}
.ownership-copy h2 { font-size: clamp(48px, 5vw, 72px); }
.ownership-copy > p:not(.eyebrow) {
  max-width: 720px;
  margin: 20px 0 0;
  color: var(--ivory-soft);
}
.ownership-copy .ownership-lead {
  margin-top: 28px;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(24px, 2.7vw, 34px);
  line-height: 1.3;
}
.ownership-personal {
  padding-top: 10px;
  border-top: 1px solid var(--line);
}
.ownership-copy .signature { margin-top: 18px; }
.ownership-card {
  padding: 34px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.025);
}
.ownership-card__label {
  margin: 0;
  color: var(--gold-bright);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.ownership-includes { margin-top: 22px; border-top: 1px solid var(--line); }
.ownership-includes__item {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}
.ownership-includes__item--featured { background: linear-gradient(90deg, rgba(223,190,134,.045), transparent); }
.ownership-includes__index { padding-top: 3px; color: var(--gold); font-size: 9px; letter-spacing: .12em; }
.ownership-includes__item strong {
  display: block;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
}
.ownership-includes__item small { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; line-height: 1.55; }
.ownership-card__purchase { margin-top: 26px; }
.ownership-card__price {
  margin: 0 0 6px;
  font-family: var(--serif);
  font-size: clamp(58px, 6vw, 82px);
  line-height: 1;
}
.ownership-card__price span { color: var(--gold); font-size: .48em; vertical-align: top; }
.ownership-card__note { margin: 0 0 20px; color: var(--muted); font-size: 11px; line-height: 1.65; }
.ownership-card .button { width: 100%; }

/* ALBUM */
.section--album { padding: 150px 0; }
.album-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: clamp(56px, 8vw, 120px);
  align-items: center;
}
.album-art { margin: 0; position: relative; }
.album-art::before {
  content: "";
  position: absolute;
  inset: -18px 18px 18px -18px;
  border: 1px solid rgba(200,161,106,.16);
  z-index: -1;
}
.album-art img { width: 100%; box-shadow: 0 42px 100px rgba(0,0,0,.42); }
.album-grid--welcome { align-items: start; }
.welcome-note { padding-top: 10px; }
.welcome-note h2 { max-width: 760px; font-size: clamp(48px, 5.4vw, 76px); line-height: 1; }
.welcome-note__body { max-width: 760px; margin: 32px 0 34px; color: var(--ivory-soft); }
.welcome-note__body > p { margin: 0 0 20px; }
.welcome-note__lead {
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(27px, 2.8vw, 38px);
  line-height: 1.25;
}
.welcome-note__aside,
.welcome-note__reveal,
.welcome-note__soul {
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(22px, 2.1vw, 29px);
  line-height: 1.35;
}
.welcome-note__lines { margin: 4px 0 24px; padding-left: 20px; border-left: 1px solid var(--line); }
.welcome-note__lines p { margin: 0 0 7px; color: var(--ivory-soft); }
.welcome-note__lines--light p { color: var(--muted); }
.welcome-note .signature { margin: 28px 0 0; }
.statement {
  max-width: 660px;
  margin: 30px 0 34px;
  color: var(--ivory-soft);
  font-family: var(--serif);
  font-size: clamp(25px, 2.6vw, 35px);
  line-height: 1.35;
}
.text-link {
  display: inline-flex;
  gap: 9px;
  color: var(--gold-bright);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 10px;
  border-bottom: 1px solid rgba(223,190,134,.35);
  padding-bottom: 6px;
}

/* TRACKLIST */
.section--tracklist {
  padding-top: 90px;
  background:
    linear-gradient(180deg, transparent, rgba(90, 48, 25, .07)),
    #0a0705;
  border-block: 1px solid var(--line);
}
.section-heading { margin-bottom: 54px; }
.tracklist { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.tracklist li {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 0 26px;
  align-items: start;
  padding: 27px 0 28px;
  border-bottom: 1px solid var(--line);
}
.track-number { padding-top: 9px; color: var(--gold); font-size: 10px; letter-spacing: .14em; }
.track-copy { min-width: 0; }
.track-title {
  display: block;
  font-family: var(--serif);
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.08;
}
.track-copy p {
  max-width: 790px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}
.track-title small {
  margin-left: 12px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
  vertical-align: middle;
}

/* RESET */
.section--reset {
  overflow: hidden;
  padding: 155px 0;
  border-block: 1px solid var(--line);
  background: #070606;
}
.reset-atmosphere {
  position: absolute;
  inset: -10% -5%;
  pointer-events: none;
  background:
    radial-gradient(circle at 72% 18%, rgba(135, 113, 97, .10), transparent 28%),
    radial-gradient(circle at 20% 72%, rgba(110, 65, 34, .15), transparent 27%),
    linear-gradient(125deg, transparent 20%, rgba(255,255,255,.018) 48%, transparent 72%);
  filter: blur(8px);
}
.reset-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: clamp(58px, 8vw, 120px);
  align-items: center;
}
.reset-copy h2 { max-width: 760px; font-size: clamp(54px, 6.4vw, 94px); line-height: .92; }
.reset-subtitle {
  max-width: 650px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .10em;
  text-transform: uppercase;
}
.reset-copy blockquote {
  max-width: 710px;
  margin: 46px 0 42px;
  padding: 0 0 0 24px;
  border-left: 1px solid rgba(223,190,134,.5);
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(31px, 3.4vw, 48px);
  font-style: italic;
  line-height: 1.14;
}
.reset-letter { max-width: 720px; color: var(--ivory-soft); font-size: 14px; line-height: 1.8; }
.reset-letter p { margin: 0 0 18px; }
.reset-letter strong { color: var(--ivory); font-weight: 500; }
.reset-letter .reset-closing { margin-top: 28px; color: var(--ivory); font-family: var(--serif); font-size: 24px; line-height: 1.55; }
.reset-letter .signature { margin-top: 28px; }

.reset-player-wrap { min-width: 0; }
.reset-player {
  position: relative;
  padding: 32px;
  border: 1px solid rgba(223,190,134,.22);
  background:
    radial-gradient(circle at 15% 0%, rgba(191, 145, 93, .11), transparent 34%),
    linear-gradient(160deg, rgba(255,255,255,.04), rgba(255,255,255,.015));
  box-shadow: 0 38px 110px rgba(0,0,0,.34);
}
.reset-player::after {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(255,255,255,.025);
  pointer-events: none;
}
.reset-player__header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 24px;
  align-items: center;
}
.reset-player__mark {
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(223,190,134,.34);
  background: rgba(8,5,4,.48);
}
.reset-player__mark span {
  color: var(--ivory);
  font-family: var(--serif);
  font-size: 23px;
  letter-spacing: .06em;
}
.reset-player__mark small {
  margin-top: 2px;
  color: var(--gold);
  font-size: 8px;
  letter-spacing: .18em;
}
.reset-player__kicker {
  margin: 0 0 6px !important;
  color: var(--gold-bright) !important;
  font-size: 9px !important;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.reset-player__meta h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(27px, 3vw, 36px);
  font-weight: 500;
  line-height: 1.05;
}
.reset-player__meta > p:last-child { margin: 7px 0 0; color: var(--muted); font-size: 11px; }
.reset-player__controls {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 34px;
}
.reset-player__play {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(223,190,134,.48);
  border-radius: 50%;
  background: transparent;
  color: var(--gold-bright);
  cursor: pointer;
  transition: .25s ease;
}
.reset-player__play:hover { background: rgba(223,190,134,.08); transform: scale(1.03); }
.reset-player__play:focus-visible, .reset-player__range:focus-visible { outline: 2px solid var(--ivory); outline-offset: 4px; }
.reset-player__play svg { width: 21px; height: 21px; fill: currentColor; }
.reset-player__play .icon-pause { display: none; }
.reset-player.is-playing .reset-player__play .icon-play { display: none; }
.reset-player.is-playing .reset-player__play .icon-pause { display: block; }
.reset-player__timeline { min-width: 0; }
.reset-player__range {
  --progress: 0%;
  width: 100%;
  height: 20px;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  cursor: pointer;
}
.reset-player__range::-webkit-slider-runnable-track {
  height: 2px;
  background: linear-gradient(to right, var(--gold-bright) var(--progress), rgba(255,255,255,.15) var(--progress));
}
.reset-player__range::-moz-range-track { height: 2px; background: rgba(255,255,255,.15); }
.reset-player__range::-moz-range-progress { height: 2px; background: var(--gold-bright); }
.reset-player__range::-webkit-slider-thumb {
  width: 12px;
  height: 12px;
  margin-top: -5px;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid var(--gold-bright);
  border-radius: 50%;
  background: var(--espresso-950);
}
.reset-player__range::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border: 1px solid var(--gold-bright);
  border-radius: 50%;
  background: var(--espresso-950);
}
.reset-player__time {
  display: flex;
  justify-content: space-between;
  margin-top: 2px;
  color: #8f8177;
  font-size: 9px;
  letter-spacing: .08em;
}
.reset-player__included {
  position: relative;
  z-index: 1;
  margin: 29px 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--ivory-soft);
  font-family: var(--serif);
  font-size: 20px;
  font-style: italic;
}
.reset-player-note { max-width: 460px; margin: 13px 0 0; color: #796d65; font-size: 10px; line-height: 1.6; }

/* ARTIST */
.section--artist { padding: 150px 0 170px; }
.artist-grid {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 7vw, 100px);
  align-items: start;
}
.artist-copy { position: sticky; top: 60px; padding-top: 34px; }
.statement--artist { font-size: clamp(23px, 2.35vw, 32px); }
.artist-signoff { margin-top: 24px; color: var(--gold-bright); font-family: var(--serif); font-size: 23px; }
.artist-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "a b"
    "a c";
  gap: 18px;
  align-items: start;
}
.artist-gallery__item { margin: 0; overflow: hidden; background: #160e0a; }
.artist-gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.artist-gallery__item:hover img { transform: scale(1.025); }
.artist-gallery__item--a { grid-area: a; height: 760px; }
.artist-gallery__item--b { grid-area: b; height: 370px; }
.artist-gallery__item--c { grid-area: c; height: 370px; }

/* BUY */
.section--buy {
  overflow: hidden;
  padding: 130px 0;
  border-top: 1px solid var(--line);
  background: #130c08;
}
.buy-backdrop {
  position: absolute;
  inset: -15%;
  background:
    radial-gradient(circle at 20% 50%, rgba(197,144,86,.22), transparent 28%),
    radial-gradient(circle at 85% 15%, rgba(92,49,24,.34), transparent 34%);
  filter: blur(30px);
  opacity: .7;
}
.buy-grid {
  position: relative;
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: clamp(50px, 7vw, 100px);
  align-items: center;
}
.buy-cover { width: 100%; box-shadow: 0 35px 80px rgba(0,0,0,.45); }
.buy-copy h2 { margin-bottom: 22px; }
.buy-copy .buy-intro { max-width: 520px; margin: 0; color: var(--ivory-soft); font-size: 17px; }
.buy-copy .button { margin-top: 28px; }
.buy-note { max-width: 590px; margin: 15px 0 0; color: #8d7f74; font-size: 11px; }

/* FOOTER */
.footer { border-top: 1px solid var(--line); padding: 34px 0; background: #070504; }
.footer__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
  color: #8f8177;
  font-size: 11px;
}
.footer__brand { color: var(--ivory); font-family: var(--serif); font-size: 24px; text-decoration: none; }
.footer__email { color: var(--gold); text-decoration: none; }
.footer__inner p { justify-self: end; margin: 0; }

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 80;
  padding: 12px 16px;
  background: var(--ivory);
  color: var(--espresso-950);
  font-size: 12px;
  box-shadow: 0 20px 60px rgba(0,0,0,.4);
  opacity: 0;
  transform: translate(-50%, 20px);
  pointer-events: none;
  transition: .25s ease;
}
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

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

@media (max-width: 980px) {
  .section { padding: 96px 0; }
  .ownership-grid, .album-grid, .reset-grid, .artist-grid { grid-template-columns: 1fr; }
  .ownership-card { max-width: 580px; }
  .album-art { width: min(620px, 90%); }
  .edition-intro { max-width: 760px; }
  .edition-list { max-width: 800px; }
  .reset-copy { max-width: 830px; }
  .reset-player-wrap { width: min(680px, 100%); }
  .artist-copy { position: static; padding-top: 0; max-width: 700px; }
  .artist-gallery__item--a { height: 650px; }
  .buy-grid { grid-template-columns: 260px 1fr; }
  .footer__inner { grid-template-columns: 1fr 1fr; }
  .footer__inner p { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 720px) {
  :root { --shell: min(100% - 32px, 640px); }
  h1 { font-size: clamp(62px, 20vw, 92px); }
  h2 { font-size: clamp(48px, 15vw, 68px); }
  .section { padding: 76px 0; }

  .hero { min-height: 100svh; }
  .hero__media img { object-position: center center; }
  .hero__veil {
    background:
      linear-gradient(0deg, rgba(6,4,3,.88) 0%, rgba(6,4,3,.66) 24%, rgba(6,4,3,.04) 58%),
      linear-gradient(90deg, rgba(6,4,3,.18), transparent 55%);
  }
  .hero__content { margin-left: 16px; width: calc(100vw - 32px); padding-bottom: 48px; }
  .hero__tagline { max-width: 420px; margin-top: 14px; font-size: clamp(27px, 8.2vw, 36px); }
  .hero__actions { gap: 10px; }
  .button { min-height: 48px; padding-inline: 17px; }
  .hero__scroll { display: none; }

  .section--ownership { padding-block: 68px; }
  .ownership-grid { gap: 40px; }
  .ownership-card { padding: 26px; }
  .ownership-card__price { font-size: 72px; }

  .album-grid { gap: 48px; }
  .album-art { width: 100%; }
  .album-art::before { inset: -10px 10px 10px -10px; }
  .statement { font-size: 25px; }

  .section--tracklist { padding-top: 72px; }
  .tracklist li { grid-template-columns: 42px 1fr; gap: 0 10px; padding-block: 22px; }
  .track-number { padding-top: 7px; }
  .track-title { font-size: 30px; }
  .track-title small { display: block; margin: 5px 0 0; }
  .track-copy p { font-size: 12px; }

  .edition-intro > p:not(.eyebrow):not(.signature) { font-size: 22px; }

  .section--reset { padding-block: 94px; }
  .reset-grid { gap: 56px; }
  .reset-copy h2 { font-size: clamp(54px, 16vw, 74px); }
  .reset-copy blockquote { margin: 36px 0 34px; padding-left: 18px; font-size: 34px; }
  .reset-letter { font-size: 13px; }
  .reset-letter .reset-closing { font-size: 22px; }
  .reset-player { padding: 24px; }
  .reset-player__header { grid-template-columns: 82px 1fr; gap: 17px; }
  .reset-player__mark span { font-size: 19px; }
  .reset-player__meta h3 { font-size: 26px; }
  .reset-player__controls { grid-template-columns: 50px 1fr; gap: 14px; }
  .reset-player__play { width: 50px; height: 50px; }

  .section--artist { padding-bottom: 90px; }
  .artist-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "a a"
      "b c";
    gap: 10px;
  }
  .artist-gallery__item--a { height: 620px; }
  .artist-gallery__item--b,
  .artist-gallery__item--c { height: 300px; }

  .buy-grid { grid-template-columns: 1fr; }
  .buy-cover { width: min(72vw, 340px); }
  .buy-copy { max-width: 560px; }

  .footer__inner { grid-template-columns: 1fr; gap: 10px; }
  .footer__inner p { grid-column: auto; }
}

@media (max-width: 440px) {
  .hero__actions { flex-direction: column; align-items: stretch; max-width: 250px; }
  .hero__content { padding-bottom: 34px; }
  .ownership-card .button, .buy-copy .button { width: 100%; }
  .reset-player__header { grid-template-columns: 1fr; }
  .reset-player__mark { width: 86px; }
  .reset-player__controls { grid-template-columns: 46px 1fr; }
  .reset-player__play { width: 46px; height: 46px; }
  .artist-gallery__item--a { height: 540px; }
  .artist-gallery__item--b,
  .artist-gallery__item--c { height: 230px; }
}

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