@font-face {
  font-family: Oswald;
  src: url("/assets/fonts/oswald.woff2") format("woff2");
  font-weight: 400 700;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("/assets/fonts/dm-sans.woff2") format("woff2");
  font-weight: 400 700;
  font-display: swap;
}
:root {
  --ink: #171816;
  --deep: #111210;
  --paper: #eee9dc;
  --muted: #b9b9ad;
  --gold: #d5ad6c;
  --red: #b83228;
  --line: #42433a;
  --display: Oswald, "Arial Narrow", Impact, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
  --gutter: clamp(22px, 4.9vw, 80px);
  color-scheme: dark;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font: 1rem/1.65 var(--body);
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
main {
  flex: 1;
}
body.has-player {
  padding-bottom: 100px;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
button,
input {
  font: inherit;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
  opacity: 0.6;
}
button svg,
a svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
svg {
  display: block;
}
::selection {
  background: var(--gold);
  color: var(--ink);
}
:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 6px;
}
[hidden] {
  display: none !important;
}
.wrap {
  width: 100%;
  max-width: 1440px;
  padding-inline: var(--gutter);
  margin-inline: auto;
}
.micro {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  font-weight: 600;
  line-height: 1.5;
}
.sr-only {
  position: absolute;
  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;
  z-index: 100;
  left: 16px;
  top: 12px;
  padding: 12px 18px;
  background: var(--paper);
  color: var(--ink);
  transform: translateY(-180%);
}
.skip-link:focus {
  transform: translateY(0);
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--gold);
  font-size: 0.75rem;
  letter-spacing: 0.17em;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 24px;
}
.eyebrow > span {
  height: 2px;
  width: 25px;
  background: currentColor;
}
h1,
h2 {
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.05;
}
h1 em,
h2 em {
  font-style: normal;
  color: var(--gold);
}
h2 {
  font-size: clamp(3rem, 4.5vw, 4.75rem);
}
.lede {
  font-size: 1.125rem;
  color: var(--muted);
}
/* Navigation */
.site-header {
  height: 90px;
  position: sticky;
  top: 0;
  z-index: 30;
  background: #171816f7;
  border-bottom: 1px solid #ffffff16;
  backdrop-filter: blur(14px);
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
}
.brand > img {
  width: 47px;
  height: 47px;
}
.brand > span {
  font: 500 1.35rem/1.2 var(--display);
  letter-spacing: 0.045em;
}
.brand small {
  font-family: var(--body);
  display: block;
  font-size: 0.625rem;
  letter-spacing: 0.18em;
  color: var(--muted);
  margin-top: 6px;
  font-weight: 500;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 36px;
}
.site-nav > a {
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
}
.site-nav > a:hover {
  color: var(--gold);
}
.site-nav .nav-cta {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 13px 18px;
  border: 1px solid #8a8575;
}
.nav-cta:hover {
  border-color: var(--gold);
}
.menu-toggle {
  display: none;
}
/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 720px;
}
.hero-photo {
  position: absolute;
  right: 0;
  top: 0;
  width: 65%;
  height: 100%;
  z-index: -2;
}
.hero-photo picture,
.hero-photo img {
  width: 100%;
  height: 100%;
  display: block;
}
.hero-photo img {
  object-fit: cover;
  object-position: 62% 50%;
  filter: saturate(0.73) brightness(0.86);
}
.hero-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, var(--ink), #17181673 25%, transparent 62%),
    linear-gradient(0deg, #171816d4, transparent 32%);
}
.hero-inner {
  padding-top: 64px;
  padding-bottom: 82px;
}
.hero-copy {
  max-width: 770px;
}
.hero h1 {
  font-size: clamp(3.7rem, 6.65vw, 6.15rem);
  line-height: 1.025;
  letter-spacing: -0.027em;
  font-weight: 600;
}
.hero .eyebrow {
  margin-bottom: 26px;
}
.hero-description {
  color: #d1cfc4;
  margin-top: 28px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 30px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 56px;
  padding: 15px 23px;
  font-size: 0.9375rem;
  font-weight: 600;
  border: 1px solid transparent;
  border-radius: 0;
  text-decoration: none;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.button-red {
  background: var(--red);
  color: #fff5e9;
}
.button-red:hover {
  background: #d13d32;
}
.button .icon-play {
  width: 17px;
  height: 17px;
  fill: currentColor;
}
.button .icon-pause {
  display: none;
}
.button-block {
  width: 100%;
  justify-content: space-between;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.875rem;
  text-decoration: none;
  padding: 8px 0;
  border-bottom: 1px solid #a29c8766;
  font-weight: 500;
}
.text-link:hover {
  color: var(--gold);
}
.hero-caption {
  position: absolute;
  bottom: 36px;
  right: var(--gutter);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 4px;
  text-align: right;
}
.hero-caption .micro {
  color: var(--gold);
}
.hero-caption > span:last-child {
  font-size: 0.8125rem;
  color: #d6d3c7;
}
.genre-strip {
  border-block: 1px solid var(--line);
  padding: 21px 0;
  background: #20211d;
}
.genre-strip .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.genre-strip span {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  white-space: nowrap;
  color: #ccc9ba;
}
.genre-strip b {
  color: var(--gold);
  font-weight: 400;
  font-size: 16px;
}
/* Music */
.music-section {
  padding: 96px 0 100px;
  background: var(--paper);
  color: var(--ink);
  color-scheme: light;
}
.music-section .eyebrow {
  color: #845d2c;
}
.music-section h2 em {
  color: #766744;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  margin-bottom: 45px;
}
.section-heading > p {
  color: #5a5c53;
  max-width: 290px;
  padding-bottom: 7px;
}
.music-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.35fr;
  gap: 80px;
  align-items: stretch;
}
.release-art {
  min-width: 0;
  max-width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #77251f;
  color: var(--paper);
  padding: 24px 28px;
  aspect-ratio: 1.08;
  border: 1px solid #8e4437;
  box-shadow:
    inset 0 0 0 8px #77251f,
    inset 0 0 0 9px #d5ad6c77;
  overflow: hidden;
}
.release-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #e5d0ae;
}
.release-art > img {
  width: 100%;
  margin: 20px 0;
  box-shadow: 0 16px 28px #220b0b55;
}
.release-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
}
.release-bottom > span:first-child {
  font: 700 2.1rem/1.13 var(--body);
  letter-spacing: 0.09em;
}
.release-star {
  font-size: 2.8rem;
  color: var(--gold);
}
.music-list {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.tracklist-heading {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 0 0 18px;
  border-bottom: 1px solid #bcbcaf;
  color: #686b60;
}
.tracklist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.track {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) auto 38px 45px;
  gap: 18px;
  align-items: center;
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #bcbcaf;
}
.track-number {
  font-size: 0.8125rem;
  color: #75766b;
  font-variant-numeric: tabular-nums;
}
.track-meta {
  min-width: 0;
}
.track-meta h3 {
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 3px;
}
.track-meta > span {
  font-size: 0.75rem;
  color: #65675f;
}
.track-full-link {
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 10px;
  padding: 7px 14px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff5e9;
  background: var(--red);
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 2px 6px #0002;
  transition:
    background 0.2s,
    transform 0.2s;
}
.track-full-link:after {
  content: "\2192";
  font-size: 1em;
  line-height: 1;
}
.track-full-link:hover,
.track-full-link:focus-visible {
  background: #d13d32;
  color: #fff5e9;
  transform: translateY(-1px);
}
.track-kind {
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.625rem;
  border: 1px solid #b6b7aa;
  padding: 3px 6px;
  line-height: 1.3;
  color: #65675f;
}
.track-duration {
  font-variant-numeric: tabular-nums;
  font-size: 0.8125rem;
  color: #65675f;
}
.play {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border: 1px solid #929786;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  padding: 0;
  background: transparent;
  color: var(--ink);
  transition:
    background 0.15s,
    color 0.15s;
}
.play svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}
.play .icon-play {
  margin-left: 2px;
}
.play .icon-pause {
  display: none;
}
.play:hover,
.track.is-playing .play {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
}
.is-playing .icon-play {
  display: none;
}
.is-playing .icon-pause {
  display: block;
}
.track.is-playing .track-number {
  color: var(--red);
  font-weight: 700;
}
.track.is-playing .track-meta h3 {
  color: #9c2921;
}
.track-error {
  grid-column: 2/-1;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #9e251d;
}
.track-error:empty {
  display: none;
}
.track audio {
  grid-column: 1/-1;
  width: 100%;
  height: 40px;
}
.track-play {
  display: none;
}
.js .track audio {
  display: none;
}
.js .track-play {
  display: grid;
}
.music-note {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-top: auto;
  padding-top: 25px;
}
.music-note p {
  color: #64675b;
  font-size: 0.8125rem;
}
.music-note .text-link {
  font-size: 0.8125rem;
  border-color: #929482;
}
.music-section .text-link:hover {
  color: #972a22;
}
.music-section :focus-visible {
  outline-color: #9a2c25;
}
/* Story and signup */
.story-section {
  padding: 108px 0;
  background: #1d1f1b;
}
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.story-title h2 {
  font-size: clamp(3.5rem, 5.5vw, 5.5rem);
}
.story-copy {
  position: relative;
  padding-top: 52px;
  max-width: 520px;
}
.story-index {
  position: absolute;
  right: 0;
  top: -8px;
  font: 600 6rem/1 var(--display);
  color: #ffffff0c;
}
.story-copy .story-lede {
  font-size: 1.5rem;
  line-height: 1.5;
  color: var(--paper);
  margin-bottom: 24px;
  position: relative;
}
.story-copy > p {
  color: var(--muted);
  margin-bottom: 18px;
}
.story-copy .text-link {
  margin-top: 9px;
}
.signup-section {
  padding: 110px 0;
  background: #282923;
  border-top: 1px solid var(--line);
}
.signup-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: start;
}
.signup-copy h2,
.signup-copy h1 {
  font-size: clamp(3rem, 4.6vw, 4.8rem);
}
.signup-copy > p:not(.eyebrow) {
  max-width: 410px;
  color: var(--muted);
  margin-top: 24px;
}
.signup-benefit {
  display: flex;
  align-items: start;
  gap: 20px;
  margin-top: 28px;
}
.benefit-number {
  color: var(--gold);
  font: 1.25rem/1.2 var(--display);
  padding-top: 4px;
}
.signup-benefit strong {
  font-weight: 500;
  font-size: 0.9375rem;
}
.signup-benefit p {
  font-size: 0.875rem;
  color: var(--muted);
  margin-top: 4px;
}
.signup-silhouette {
  width: 135px;
  margin-top: 35px;
  opacity: 0.75;
}
.form-card {
  background: var(--paper);
  color: var(--ink);
  padding: 36px;
  position: relative;
  color-scheme: light;
  border-top: 4px solid var(--gold);
}
.form-heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
  color: #686655;
}
.form-heading .micro {
  font-size: 0.625rem;
  letter-spacing: 0.1em;
}
.form-card h3 {
  font: 500 2.3rem/1.15 var(--display);
  letter-spacing: -0.02em;
}
.form-intro {
  font-size: 0.875rem;
  color: #65675c;
  margin: 12px 0 27px;
}
.field {
  margin-bottom: 18px;
}
.field label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  margin-bottom: 7px;
}
.field input {
  display: block;
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid #bcbdb1;
  background: #f7f4eb;
  border-radius: 0;
  color: var(--ink);
  font-size: 1rem;
}
.field input::placeholder {
  color: #777a6c;
}
.field input:focus {
  outline: 2px solid #8a6938;
  outline-offset: 1px;
  border-color: #8a6938;
}
.field input[aria-invalid="true"] {
  border: 2px solid #aa2f25;
}
.field-error {
  display: block;
  color: #972a22;
  font-size: 0.8125rem;
  margin-top: 4px;
}
.field-error:empty {
  display: none;
}
.consent {
  display: flex;
  align-items: start;
  gap: 11px;
  font-size: 0.8125rem;
  color: #51554a;
  line-height: 1.6;
  margin: 24px 0;
}
.consent input {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  margin: 2px 0 0;
  accent-color: var(--red);
}
.optional {
  color: #626555;
}
.form-error {
  color: #9c2921;
  font-size: 0.875rem;
  margin-top: 14px;
  line-height: 1.5;
}
.form-error:empty {
  display: none;
}
.fine-print {
  text-align: center;
  font-size: 0.75rem;
  color: #686b60;
  margin-top: 17px;
}
.fine-print a {
  color: inherit;
  text-underline-offset: 2px;
}
.fine-print a:hover {
  color: #9c2921;
}
.privacy-note {
  border-top: 1px solid #c7c7b9;
  margin-top: 22px;
  padding-top: 16px;
  color: #5c5f52;
  font-size: 0.75rem;
  line-height: 1.7;
}
.privacy-note summary {
  cursor: pointer;
  width: fit-content;
  padding: 4px 0;
}
.privacy-note p {
  padding-top: 8px;
}
.form-card :focus-visible {
  outline-color: #9a2c25;
}
.standalone-signup {
  padding-top: 80px;
  min-height: calc(100vh - 280px);
}
/* Footer */
.site-footer {
  background: var(--deep);
  padding: 48px 0 24px;
}
.footer-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 32px;
}
.footer-brand {
  font: 500 1.65rem var(--display);
  text-decoration: none;
  letter-spacing: 0.015em;
  white-space: nowrap;
}
.footer-brand > span {
  color: var(--gold);
  display: block;
  font: 500 0.6875rem/1.6 var(--body);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-top: 4px;
}
.footer-top > p {
  font-size: 0.875rem;
  color: var(--muted);
  line-height: 1.75;
}
.contact-link {
  font-size: 0.9375rem;
  text-decoration: none;
  text-align: right;
}
.contact-link span {
  display: block;
  color: var(--muted);
  font-size: 1.125rem;
  margin-top: 4px;
}
.contact-link:hover {
  color: var(--gold);
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 35px;
  padding-top: 22px;
  position: relative;
  font-size: 0.75rem;
  color: #909689;
}
.footer-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: var(--gutter);
  right: var(--gutter);
  height: 1px;
  background: #ffffff1a;
}
.footer-bottom > a {
  text-decoration: none;
}
.footer-disclaimer {
  display: inline-block;
  margin-top: 6px;
  font-size: 0.75rem;
  color: #85897d;
}
.footer-legal {
  display: flex;
  gap: 18px;
}
.footer-legal a {
  text-decoration: none;
  color: inherit;
}
.footer-legal a:hover {
  color: var(--gold);
}
.footer-credit a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-credit a:hover {
  color: var(--gold);
}
/* Persistent audio player */
.player-dock {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #121310f7;
  backdrop-filter: blur(16px);
  border-top: 1px solid #706346;
  z-index: 40;
  box-shadow: 0 -10px 30px #0002;
}
.dock-inner {
  display: flex;
  gap: 18px;
  align-items: center;
  min-height: 92px;
}
.dock-art {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}
.dock-meta {
  width: 170px;
  min-width: 100px;
}
.dock-meta .micro {
  font-size: 0.625rem;
  color: var(--gold);
  letter-spacing: 0.12em;
  display: block;
  margin-bottom: 3px;
}
.dock-meta strong {
  font-size: 0.875rem;
  font-weight: 500;
  display: block;
  line-height: 1.3;
}
.dock-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}
.icon-button {
  display: grid;
  place-items: center;
  width: 36px;
  height: 44px;
  background: none;
  border: 0;
  color: var(--paper);
  padding: 8px;
}
.icon-button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.mute-button svg {
  fill: none;
}
.icon-button:hover {
  color: var(--gold);
}
.dock-play {
  color: var(--paper);
  border-color: #786e55;
}
.dock-play:hover,
.dock-play.is-playing {
  background: var(--gold);
  color: var(--ink);
  border-color: var(--gold);
}
.dock-progress {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 70px;
}
.dock-progress > span {
  font-size: 0.75rem;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
}
.seek {
  width: 100%;
  min-width: 30px;
  margin: 0;
  accent-color: var(--gold);
  cursor: pointer;
  height: 30px;
}
.dock-cta {
  margin-left: 8px;
  text-decoration: none;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--gold);
  white-space: nowrap;
}
.dock-cta svg {
  width: 18px;
}
.mute-button[aria-pressed="true"] {
  color: var(--gold);
  position: relative;
}
.mute-button[aria-pressed="true"]:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  transform: rotate(-45deg);
  background: var(--gold);
  box-shadow: 0 1px 0 var(--ink);
}
/* Other pages */
.member-section {
  padding: 86px 0 100px;
}
.member-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
  align-items: center;
}
.member-copy h1 {
  font-size: clamp(3rem, 4.8vw, 5rem);
}
.member-copy .lede {
  margin-top: 24px;
}
.member-track {
  margin-top: 38px;
}
.member-track .track {
  grid-template-columns: 24px minmax(0, 1fr) auto 38px 45px;
  border-color: var(--line);
  gap: 12px;
}
.member-track .track-meta > span,
.member-track .track-duration {
  color: var(--muted);
}
.member-track .track-kind {
  color: var(--gold);
  border-color: #75674b;
}
.member-track .play {
  color: var(--paper);
  border-color: #75674b;
}
.member-track .play:hover,
.member-track .is-playing .play {
  background: var(--gold);
  color: var(--ink);
}
.member-track .is-playing .track-meta h3 {
  color: var(--gold);
}
.member-track .track-error {
  color: #ffb2a8;
}
.member-caption {
  font-size: 0.8125rem;
  color: var(--muted);
  margin: 16px 0 36px;
}
.gate-notice {
  margin: 24px 0;
  color: var(--gold);
}
.simple-page {
  padding: 66px 0 94px;
  text-align: center;
}
.simple-page .wrap {
  max-width: 880px;
}
.simple-badge {
  width: 88px;
  height: 88px;
  margin: 0 auto 25px;
}
.simple-page .eyebrow {
  justify-content: center;
}
.simple-page h1 {
  font-size: clamp(3.5rem, 7.5vw, 6.5rem);
}
.simple-page .lede {
  max-width: 480px;
  margin: 25px auto 32px;
}
.simple-page .button {
  margin-top: 6px;
}
/* Legal pages */
.legal-page {
  padding: 66px 0 94px;
}
.legal-page .wrap {
  max-width: 760px;
}
.legal-page h1 {
  font-size: clamp(2.8rem, 6vw, 4.6rem);
  margin-top: 22px;
}
.legal-page .lede {
  margin-top: 20px;
}
.legal-body {
  margin: 44px 0 40px;
  padding-top: 36px;
  border-top: 1px solid var(--line);
  font-size: 1rem;
  line-height: 1.75;
  color: #d1cfc4;
}
.legal-updated {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}
.legal-body h2 {
  font: 500 1.5rem/1.2 var(--display);
  letter-spacing: 0.02em;
  color: var(--paper);
  margin: 34px 0 10px;
}
.legal-body p + p {
  margin-top: 14px;
}
.legal-body ul {
  margin: 12px 0 0;
  padding-left: 22px;
}
.legal-body li + li {
  margin-top: 8px;
}
.legal-body a {
  color: var(--paper);
  text-underline-offset: 3px;
}
.legal-body a:hover {
  color: var(--gold);
}
/* Responsive layouts */
@media (min-width: 1440px) {
  .hero-photo {
    width: 63%;
  }
  .hero {
    min-height: 750px;
  }
  .hero-inner {
    padding-top: 72px;
  }
}
@media (max-width: 1100px) {
  .site-nav {
    gap: 24px;
  }
  .music-grid {
    gap: 48px;
  }
  .track-kind {
    display: none;
  }
  .track {
    gap: 12px;
    grid-template-columns: 20px minmax(0, 1fr) 35px 44px;
  }
  .story-grid,
  .signup-grid {
    gap: 60px;
  }
  .form-card {
    padding: 28px;
  }
  .hero-caption {
    bottom: 24px;
  }
  .genre-strip span {
    font-size: 0.625rem;
    letter-spacing: 0.12em;
  }
  .dock-cta {
    display: none;
  }
  .member-grid {
    gap: 45px;
  }
  .member-track .track {
    grid-template-columns: 24px minmax(0, 1fr) 38px 45px;
  }
  .release-art {
    aspect-ratio: auto;
    min-height: 330px;
  }
}
@media (max-width: 850px) {
  .brand > span {
    font-size: 1.15rem;
  }
  .site-nav {
    gap: 20px;
  }
  .site-nav .nav-cta {
    padding: 11px 12px;
    gap: 12px;
  }
  .hero {
    min-height: 660px;
  }
  .hero h1 {
    font-size: clamp(3.6rem, 7.6vw, 4.5rem);
  }
  .hero-photo {
    width: 70%;
  }
  .hero-photo:after {
    background:
      linear-gradient(90deg, var(--ink), #17181644 50%, #17181611),
      linear-gradient(0deg, #171816c9, transparent 50%);
  }
  .hero-caption {
    display: none;
  }
  .hero-inner {
    padding-top: 60px;
  }
  .hero-actions {
    gap: 20px;
  }
  .genre-strip span:last-child,
  .genre-strip b:last-of-type {
    display: none;
  }
  .music-grid {
    grid-template-columns: 1fr 1.35fr;
    gap: 40px;
  }
  .release-art {
    padding: 22px 18px;
    min-height: 300px;
  }
  .release-top .micro {
    font-size: 0.625rem;
  }
  .release-bottom > span:first-child {
    font-size: 1.7rem;
  }
  .section-heading > p {
    font-size: 0.875rem;
    max-width: 220px;
  }
  .music-note {
    align-items: start;
    flex-direction: column;
    gap: 3px;
    padding-top: 18px;
  }
  .track {
    padding: 19px 0;
  }
  .track-meta h3 {
    font-size: 1rem;
  }
  .story-grid,
  .signup-grid {
    gap: 35px;
  }
  .story-copy {
    padding-top: 44px;
  }
  .story-copy .story-lede {
    font-size: 1.25rem;
  }
  .signup-copy h2,
  .signup-copy h1 {
    font-size: 3rem;
  }
  .form-card {
    padding: 25px;
  }
  .form-heading > span:last-child {
    display: none;
  }
  .signup-silhouette {
    width: 115px;
  }
  .dock-meta {
    width: 160px;
  }
  .dock-inner {
    gap: 12px;
  }
  .dock-art {
    display: none;
  }
}
@media (max-width: 700px) {
  :root {
    --gutter: 24px;
  }
  html {
    scroll-padding-top: 90px;
  }
  .site-header {
    height: 76px;
  }
  .brand > img {
    width: 40px;
    height: 40px;
  }
  .brand > span {
    font-size: 1.15rem;
  }
  .brand small {
    font-size: 0.5rem;
    letter-spacing: 0.14em;
  }
  .header-inner {
    gap: 10px;
  }
  .menu-toggle {
    display: none;
    align-items: center;
    gap: 10px;
    background: none;
    border: 0;
    color: var(--paper);
    padding: 12px 0 12px 12px;
    font-size: 0.8125rem;
  }
  .js .menu-toggle {
    display: flex;
  }
  .menu-toggle svg {
    width: 23px;
  }
  .site-nav {
    position: absolute;
    left: 0;
    top: 75px;
    width: 100%;
    background: var(--ink);
    padding: 18px 24px 26px;
    box-shadow: 0 18px 20px #0003;
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .js .site-nav {
    display: none;
  }
  .js .site-nav.is-open {
    display: flex;
  }
  .site-nav > a {
    padding: 14px 0;
    font-size: 1rem;
  }
  .site-nav .nav-cta {
    justify-content: space-between;
    margin-top: 12px;
    padding: 14px;
  }
  .hero {
    min-height: 840px;
  }
  .hero-photo {
    width: 100%;
    height: 57%;
    top: auto;
    bottom: 0;
  }
  .hero-photo img {
    object-position: center 53%;
    filter: saturate(0.8) brightness(0.86);
  }
  .hero-photo:after {
    background: linear-gradient(
      180deg,
      var(--ink),
      #171816b3 15%,
      transparent 48%,
      #17181644
    );
  }
  .hero-inner {
    padding-top: 44px;
    padding-bottom: 350px;
  }
  .hero-copy {
    max-width: 100%;
  }
  .hero .eyebrow {
    font-size: 0.625rem;
    letter-spacing: 0.12em;
    margin-bottom: 20px;
  }
  .hero h1 {
    font-size: clamp(2.7rem, 10.15vw, 4.35rem);
    line-height: 1.03;
    letter-spacing: -0.015em;
  }
  .hero h1 em br {
    display: none;
  }
  .hero h1 em {
    display: block;
  }
  .hero-description {
    font-size: 0.875rem;
    margin-top: 23px;
  }
  .hero-actions {
    margin-top: 24px;
    flex-wrap: wrap;
    gap: 12px 22px;
  }
  .hero .button {
    min-height: 52px;
    padding: 13px 18px;
    font-size: 0.875rem;
  }
  .hero .text-link {
    font-size: 0.8125rem;
  }
  .hero-caption {
    display: flex;
    bottom: 20px;
    right: 24px;
  }
  .hero-caption .micro {
    font-size: 0.625rem;
  }
  .hero-caption > span:last-child {
    display: none;
  }
  .genre-strip {
    padding: 17px 0;
  }
  .genre-strip .wrap {
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  .genre-strip span {
    font-size: 0.625rem;
    letter-spacing: 0.08em;
  }
  .genre-strip span:nth-of-type(3),
  .genre-strip b:nth-of-type(2) {
    display: none;
  }
  .music-section {
    padding: 64px 0;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading h2 {
    font-size: 3rem;
  }
  .section-heading > p {
    max-width: none;
    margin-top: 22px;
    font-size: 0.9375rem;
  }
  .section-heading > p br {
    display: none;
  }
  .eyebrow {
    font-size: 0.6875rem;
    margin-bottom: 18px;
  }
  .music-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .release-art {
    aspect-ratio: 1.45;
    min-height: 0;
    padding: 25px;
  }
  .release-art > img {
    width: 90%;
    margin: 18px auto;
  }
  .release-top .micro {
    font-size: 0.625rem;
  }
  .release-bottom > span:first-child {
    font-size: 1.9rem;
  }
  .release-star {
    font-size: 2rem;
  }
  .tracklist-heading .micro {
    font-size: 0.625rem;
    letter-spacing: 0.1em;
  }
  .track {
    padding: 22px 0;
    grid-template-columns: 23px minmax(0, 1fr) 35px 44px;
    gap: 12px;
  }
  .track-meta h3 {
    font-size: 1rem;
  }
  .track-duration {
    font-size: 0.75rem;
  }
  .music-note {
    margin-top: 2px;
  }
  .music-note .text-link {
    font-size: 0.875rem;
  }
  .story-section {
    padding: 65px 0;
  }
  .story-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .story-title h2 {
    font-size: 3.5rem;
  }
  .story-copy {
    padding: 8px 0 0;
  }
  .story-copy .story-lede {
    font-size: 1.375rem;
  }
  .story-copy > p {
    font-size: 0.9375rem;
  }
  .story-index {
    right: 0;
    top: 0;
  }
  .signup-section {
    padding: 65px 0;
  }
  .signup-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .signup-copy h2,
  .signup-copy h1 {
    font-size: 3.5rem;
  }
  .signup-copy > p:not(.eyebrow) {
    font-size: 0.9375rem;
  }
  .signup-benefit {
    margin-top: 23px;
  }
  .signup-silhouette {
    display: none;
  }
  .form-card {
    padding: 28px 24px;
  }
  .form-heading > span:last-child {
    display: block;
  }
  .field label {
    font-size: 0.875rem;
  }
  .consent {
    font-size: 0.875rem;
  }
  .footer-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .footer-brand {
    font-size: 1.3rem;
  }
  .footer-top > p {
    font-size: 0.75rem;
  }
  .contact-link {
    text-align: left;
    grid-column: 1/-1;
    font-size: 0.875rem;
  }
  .contact-link span {
    font-size: 1.0625rem;
  }
  .footer-bottom {
    margin-top: 30px;
    align-items: start;
    font-size: 0.6875rem;
  }
  .site-footer {
    padding: 35px 0 25px;
  }
  .dock-inner {
    min-height: 115px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto 32px;
    gap: 3px 10px;
    padding-top: 12px;
    padding-bottom: 9px;
  }
  .dock-meta {
    width: auto;
    min-width: 0;
  }
  .dock-meta strong {
    font-size: 0.8125rem;
  }
  .dock-controls {
    gap: 3px;
  }
  .dock-controls .icon-button {
    width: 30px;
  }
  .dock-play {
    width: 38px;
    height: 38px;
  }
  .dock-progress {
    grid-column: 1/-1;
    grid-row: 2;
    gap: 9px;
  }
  .dock-progress .seek {
    height: 26px;
  }
  .dock-progress > span {
    font-size: 0.6875rem;
  }
  .mute-button {
    display: none;
  }
  .dock-inner > [data-close-player] {
    grid-column: 3;
    grid-row: 1;
    width: 32px;
  }
  body.has-player {
    padding-bottom: 125px;
  }
  .member-section {
    padding: 45px 0 60px;
  }
  .member-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .member-art {
    aspect-ratio: 1.45;
    min-height: 0;
    padding: 25px;
  }
  .member-art > img {
    width: 90%;
  }
  .member-copy h1 {
    font-size: 3.4rem;
  }
  .member-copy .lede {
    font-size: 1rem;
  }
  .member-track .track {
    grid-template-columns: 18px minmax(0, 1fr) 34px 44px;
    gap: 10px;
  }
  .simple-page,
  .legal-page {
    padding: 50px 0 70px;
  }
  .simple-page h1 {
    font-size: 3.8rem;
  }
  .simple-page .lede {
    font-size: 1rem;
  }
  .simple-badge {
    width: 76px;
    height: 76px;
  }
  .standalone-signup {
    padding-top: 45px;
  }
}
@media (max-width: 370px) {
  :root {
    --gutter: 18px;
  }
  .brand {
    gap: 8px;
  }
  .brand > span {
    font-size: 1rem;
  }
  .brand small {
    font-size: 0.5rem;
  }
  .menu-toggle {
    font-size: 0.75rem;
    gap: 7px;
  }
  .hero-actions {
    gap: 14px;
  }
  .hero {
    min-height: 820px;
  }
  .hero h1 {
    font-size: 2.6rem;
  }
  .form-card {
    padding: 25px 20px;
  }
  .form-heading > span:last-child {
    display: none;
  }
  .signup-copy h2,
  .signup-copy h1 {
    font-size: 3rem;
  }
  .footer-top {
    grid-template-columns: 1fr;
  }
  .footer-top > p {
    font-size: 0.75rem;
  }
  .track {
    gap: 8px;
  }
  .track-meta h3 {
    font-size: 0.9375rem;
  }
  .hero .eyebrow {
    font-size: 0.625rem;
  }
  .release-art {
    aspect-ratio: 1.2;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
@media print {
  .site-header,
  .player-dock,
  .hero-actions,
  .site-nav,
  .track-play,
  .form-card,
  .site-footer {
    display: none !important;
  }
  body {
    background: white;
    color: black;
  }
  section {
    break-inside: avoid;
  }
  .hero-photo {
    opacity: 0.2;
  }
  .hero {
    min-height: 0;
  }
  .hero-inner {
    padding: 24px;
  }
  .music-section,
  .signup-section,
  .story-section {
    padding: 24px 0;
  }
  .music-grid,
  .story-grid,
  .signup-grid {
    display: block;
  }
  h1,
  h2,
  h1 em,
  h2 em {
    color: black !important;
  }
}
.returning-link {
  display: block;
  margin-top: 18px;
  font-size: 0.8125rem;
  color: #843c25;
}
.js [data-call-list-gate]:not(.access-granted) [data-member-content] {
  visibility: hidden;
}
/* Preserve the intentional line break in the headline at narrow widths. */
@media (max-width: 700px) {
  .hero h1 em br {
    display: initial;
  }
}
.form-card .form-title {
  font: 500 2.3rem/1.15 var(--display);
  letter-spacing: -0.02em;
}
@media (max-width: 700px) {
  html:not(.js) .site-header {
    height: auto;
    position: relative;
  }
  html:not(.js) .header-inner {
    flex-wrap: wrap;
    padding-block: 16px;
  }
  html:not(.js) .site-nav {
    position: static;
    padding: 0;
    border: 0;
    box-shadow: none;
  }
}
/* Accessibility refinements */
.tracklist-heading,
.fine-print,
.music-section .track-number {
  color: #626558;
}
.member-track .track-number {
  color: #b9b9ad;
}
.story-index {
  display: none;
}
h1,
h2 {
  overflow-wrap: anywhere;
}
.story-grid > *,
.signup-grid > *,
.music-grid > *,
.member-grid > * {
  min-width: 0;
}
.brand {
  flex-shrink: 1;
  min-width: 0;
}
.brand > span {
  min-width: 0;
  white-space: nowrap;
}
.brand > img,
.menu-toggle {
  flex-shrink: 0;
}
.site-header {
  height: auto;
  min-height: 90px;
}
.header-inner {
  min-height: 90px;
  padding-block: 16px;
}
@media (max-width: 700px) {
  .site-header {
    min-height: 76px;
  }
  .header-inner {
    min-height: 76px;
    padding-block: 14px;
  }
  .site-nav {
    top: 100%;
  }
}
