@font-face {
  font-family: "Manrope";
  src: url("/static/Manrope-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  color-scheme: light;
  --paper: #dedede;
  --paper-light: #f1f1ef;
  --white: #fbfbfb;
  --black: #151515;
  --black-soft: #242424;
  --red: #e21b1f;
  --red-dark: #bd1015;
  --gold: #f5d27a;
  --muted: #676767;
  --line: rgba(21, 21, 21, .15);
  --line-light: rgba(255, 255, 255, .17);
  --shadow: 0 26px 70px rgba(21, 21, 21, .1);
  --content: 1604px;
  font-family: "Manrope", Arial, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }

html {
  min-width: 320px;
  background: var(--black);
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  color: var(--black);
  background-color: var(--paper);
  background-image: url("/static/figma-paper.png");
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 1920px auto;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, input, select, textarea { font: inherit; }

.site-header {
  position: relative;
  z-index: 20;
  flex: 0 0 auto;
  min-height: 94px;
  color: var(--white);
  background: var(--black);
}

.site-header__inner {
  width: min(var(--content), calc(100% - 80px));
  min-height: 94px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  width: 282px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand-logo {
  position: relative;
  display: block;
  flex: 0 0 auto;
  aspect-ratio: 282 / 49.6479;
}

.brand-logo__piece {
  position: absolute;
  display: block;
  max-width: none;
  width: auto;
  height: auto;
}

.brand-logo__piece--01 { inset: 26.68% 92.35% 34.23% 1.48%; }
.brand-logo__piece--02 { inset: 25.91% 83.95% 33.45% 8.64%; }
.brand-logo__piece--03 { inset: 26.68% 76.14% 26.44% 16.53%; }
.brand-logo__piece--04 { inset: 26.38% 68.21% 34.26% 24.07%; }
.brand-logo__piece--05 { inset: 26.68% 61.73% 34.23% 32.45%; }
.brand-logo__piece--06 { inset: 26.68% 54.58% 34.23% 39.08%; }
.brand-logo__piece--07 { inset: 19.43% 36.98% .53% 50.65%; }
.brand-logo__piece--08 { inset: 22.46% 32.63% 35.3% 62.8%; }
.brand-logo__piece--09 { inset: 9.9% 34.76% 75.16% 62.59%; }
.brand-logo__piece--10 { inset: 43.36% 46.99% 20.78% 49.38%; }
.brand-logo__piece--11 { inset: 0 37.48% 69.83% 50.84%; }
.brand-logo__piece--12 { inset: 23.82% 39.19% 58.66% 57.73%; }
.brand-logo__piece--13 { inset: 35.99% 41.53% 48.61% 55.76%; }
.brand-logo__piece--14 { inset: 30.19% 22.13% 30.73% 71.82%; }
.brand-logo__piece--15 { inset: 30.19% 15.48% 30.73% 78.7%; }
.brand-logo__piece--16 { inset: 30.19% 9.09% 30.73% 85.32%; }
.brand-logo__piece--17 { inset: 30.19% 1.48% 30.73% 91.89%; }

.brand__logo {
  width: 282px;
  height: 50px;
  display: block;
}

.header-badge {
  min-height: 48px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  color: rgba(255, 255, 255, .9);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .01em;
}

.header-badge__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 5px rgba(226, 27, 31, .16);
}

.page-shell {
  width: min(var(--content), calc(100% - 80px));
  margin: 0 auto;
  padding: 82px 0 130px;
  flex: 1 0 auto;
}

.eyebrow {
  margin-bottom: 15px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .19em;
  text-transform: uppercase;
}

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

/* Main account landing */

.home-page .page-shell {
  width: 100%;
  padding: 0;
}

.home-hero {
  position: relative;
  isolation: isolate;
  min-height: 760px;
  height: clamp(760px, calc(100svh - 94px), 930px);
  overflow: hidden;
  color: var(--white);
  background-color: #48433f;
  background-image: url("/static/figma-hero.jpeg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 16, 16, .8) 0%, rgba(16, 16, 16, .52) 33%, rgba(16, 16, 16, .06) 67%),
    linear-gradient(0deg, rgba(21, 21, 21, .48) 0%, transparent 38%);
}

.home-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 42%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(21, 21, 21, .15));
}

.home-hero__content {
  width: min(var(--content), calc(100% - 80px));
  height: 100%;
  margin: 0 auto;
  padding: 95px 0 72px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.hero-label {
  min-height: 38px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 999px;
  background: rgba(21, 21, 21, .18);
  backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-label span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
}

.home-hero h1 {
  max-width: 930px;
  margin: 30px 0 0;
  font-size: clamp(72px, 6.45vw, 124px);
  font-weight: 550;
  line-height: .91;
  letter-spacing: -.067em;
}

.home-hero h1 em {
  color: var(--red);
  font-style: normal;
  font-weight: 750;
}

.home-hero__lead {
  max-width: 630px;
  margin: 32px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.62;
}

.home-hero__note {
  width: min(520px, 100%);
  margin-top: 38px;
  padding-top: 21px;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, .34);
  color: rgba(255, 255, 255, .74);
  font-size: 13px;
  line-height: 1.5;
}

.home-hero__note-number {
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
}

.home-hero__note strong {
  margin-bottom: 4px;
  display: block;
  color: var(--white);
  font-size: 14px;
}

.home-hero__caption {
  position: absolute;
  right: max(40px, calc((100vw - var(--content)) / 2));
  bottom: 50px;
  padding-left: 65px;
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .19em;
  text-transform: uppercase;
  transform: rotate(-90deg) translateX(100%);
  transform-origin: right bottom;
}

.home-hero__caption::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 48px;
  height: 1px;
  background: rgba(255, 255, 255, .55);
}

.home-intro {
  width: min(var(--content), calc(100% - 80px));
  margin: 0 auto;
  padding: 120px 0 135px;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 80px;
  align-items: end;
}

.home-intro__heading h2 {
  margin: 0;
  font-size: clamp(52px, 4.5vw, 86px);
  font-weight: 580;
  line-height: .99;
  letter-spacing: -.062em;
}

.home-intro__heading h2 span { color: var(--red); }

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

.feature-card {
  min-height: 286px;
  padding: 27px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 27px;
  background: rgba(251, 251, 251, .87);
  box-shadow: var(--shadow);
}

.feature-card--dark {
  color: var(--white);
  border-color: transparent;
  background: var(--black);
}

.feature-card--accent {
  color: var(--white);
  border-color: transparent;
  background: var(--red);
}

.feature-card__number {
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
}

.feature-card--dark .feature-card__number { color: var(--gold); }
.feature-card--accent .feature-card__number { color: var(--white); }

.feature-card h3 {
  margin: auto 0 12px;
  font-size: 21px;
  font-weight: 750;
  line-height: 1.12;
  letter-spacing: -.03em;
}

.feature-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.feature-card--dark p,
.feature-card--accent p { color: rgba(255, 255, 255, .72); }

/* Customer orders */

.portal-heading {
  min-height: 280px;
  padding-bottom: 55px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
  border-bottom: 1px solid var(--line);
}

.portal-heading__copy { max-width: 980px; }

.portal-heading h1,
.order-page-heading h1 {
  margin: 0;
  font-size: clamp(66px, 6.15vw, 118px);
  font-weight: 560;
  line-height: .92;
  letter-spacing: -.068em;
}

.portal-heading h1 span,
.order-page-heading h1 span { color: var(--red); }

.portal-heading p {
  max-width: 700px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.orders-count {
  width: 132px;
  height: 132px;
  padding: 24px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--red);
  box-shadow: 0 20px 45px rgba(226, 27, 31, .22);
}

.orders-count span {
  font-size: 44px;
  font-weight: 650;
  line-height: .95;
  letter-spacing: -.05em;
}

.orders-count small {
  margin-top: 6px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.orders-section { padding-top: 62px; }

.orders-section__topline {
  margin-bottom: 27px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 25px;
}

.orders-section__topline h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 760;
  letter-spacing: -.04em;
}

.orders-section__topline > span {
  color: var(--muted);
  font-size: 12px;
}

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

.order-card {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(250px, .83fr) minmax(300px, 1.17fr);
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 27px;
  background: rgba(251, 251, 251, .93);
  box-shadow: var(--shadow);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.order-card:hover,
.order-card:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(226, 27, 31, .42);
  box-shadow: 0 34px 80px rgba(21, 21, 21, .16);
  outline: none;
}

.order-card:focus-visible {
  box-shadow: 0 0 0 4px rgba(226, 27, 31, .2), 0 34px 80px rgba(21, 21, 21, .16);
}

.order-card__top {
  grid-column: 1 / -1;
  min-height: 67px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
}

.order-index {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.status {
  min-height: 33px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(21, 21, 21, .15);
  border-radius: 999px;
  color: var(--black);
  background: rgba(21, 21, 21, .045);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  white-space: nowrap;
}

.status--completed {
  color: #176039;
  border-color: rgba(23, 96, 57, .2);
  background: rgba(55, 157, 98, .12);
}

.status--in_progress {
  color: #6e4e00;
  border-color: rgba(133, 91, 0, .2);
  background: rgba(245, 210, 122, .4);
}

.status--unpaid {
  color: #a41318;
  border-color: rgba(226, 27, 31, .2);
  background: rgba(226, 27, 31, .09);
}

.order-cover {
  position: relative;
  min-height: 324px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 110% 110%, rgba(226, 27, 31, .85), transparent 41%),
    var(--black);
}

.order-cover::before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  right: -65px;
  top: -65px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(255, 255, 255, .035), 0 0 0 76px rgba(255, 255, 255, .025);
}

.order-cover__disc {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  background: rgba(255, 255, 255, .06);
}

.order-cover__disc span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--black);
  background: var(--gold);
  font-size: 14px;
  font-weight: 800;
}

.order-cover__word {
  margin-top: auto;
  font-size: 25px;
  font-weight: 650;
  line-height: 1.03;
  letter-spacing: -.045em;
}

.order-cover__date {
  margin-top: 15px;
  color: rgba(255, 255, 255, .58);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}

.order-card__body {
  min-width: 0;
  min-height: 324px;
  padding: 27px;
  display: flex;
  flex-direction: column;
}

.order-number {
  font-size: 22px;
  font-weight: 760;
  line-height: 1.1;
  letter-spacing: -.035em;
}

.order-id {
  margin-top: 8px;
  overflow-wrap: anywhere;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.order-package {
  width: fit-content;
  margin-top: 17px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--red-dark);
  background: rgba(226, 27, 31, .08);
  font-size: 10px;
  font-weight: 800;
}

.order-details {
  margin: 22px 0 25px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.order-details div {
  min-width: 0;
  padding: 11px;
  border-top: 1px solid var(--line);
}

.order-details dt {
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.order-details dd {
  margin: 6px 0 0;
  overflow: hidden;
  color: var(--black);
  font-size: 11px;
  font-weight: 720;
  line-height: 1.3;
  text-overflow: ellipsis;
}

.order-card__link {
  min-height: 46px;
  margin-top: auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 999px;
  color: var(--white);
  background: var(--red);
  font-size: 12px;
  font-weight: 800;
}

.order-card__link b {
  font-size: 20px;
  font-weight: 500;
  transition: transform .22s ease;
}

.order-card:hover .order-card__link b,
.order-card:focus-visible .order-card__link b { transform: translateX(4px); }

/* Order detail */

.order-page-heading {
  min-height: 270px;
  padding-bottom: 52px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  border-bottom: 1px solid var(--line);
}

.order-page-heading__copy { min-width: 0; }
.order-page-heading h1 { max-width: 1200px; }
.order-page-heading h1 span { display: block; }

.order-page-number {
  max-width: 900px;
  margin: 25px 0 0;
  overflow-wrap: anywhere;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.order-page-heading > .status { margin-bottom: 7px; }

.track-card {
  margin-top: 62px;
  display: grid;
  grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr);
  overflow: hidden;
  border-radius: 27px;
  color: var(--white);
  background: var(--black);
  box-shadow: 0 34px 82px rgba(21, 21, 21, .2);
}

.track-card__art {
  position: relative;
  isolation: isolate;
  min-height: 535px;
  padding: 44px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background: var(--red);
}

.track-card__art::before,
.track-card__art::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, .23);
  border-radius: 50%;
}

.track-card__art::before {
  width: 420px;
  height: 420px;
  left: -230px;
  bottom: -170px;
  box-shadow: 0 0 0 54px rgba(255, 255, 255, .045), 0 0 0 108px rgba(255, 255, 255, .028);
}

.track-card__art::after {
  width: 260px;
  height: 260px;
  top: -120px;
  right: -100px;
}

.track-card__art-copy {
  font-size: clamp(42px, 4vw, 72px);
  font-weight: 720;
  line-height: .86;
  letter-spacing: -.07em;
  text-transform: uppercase;
}

.track-card__art-copy span { color: var(--black); }

.track-card__art-disc {
  width: 154px;
  height: 154px;
  margin-left: auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  background: rgba(21, 21, 21, .92);
  box-shadow: 0 0 0 19px rgba(21, 21, 21, .12);
}

.track-card__art-disc span {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--black);
  background: var(--gold);
  font-size: 24px;
}

.track-card__content {
  min-width: 0;
  min-height: 535px;
  padding: clamp(36px, 5vw, 75px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.track-card__topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 25px;
}

.track-card .eyebrow { color: var(--gold); }

.track-card h2,
.lyrics-card h2 {
  margin: 0;
  font-size: clamp(39px, 4vw, 68px);
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.06em;
}

.track-card__duration-label {
  padding-top: 6px;
  color: rgba(255, 255, 255, .5);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.song-player {
  width: 100%;
  min-height: 54px;
  margin-top: 45px;
  display: block;
  color-scheme: dark;
}

.audio-fallback {
  width: fit-content;
  margin-top: 16px;
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  font-weight: 700;
}

.audio-fallback span {
  margin-left: 5px;
  color: var(--gold);
}

.audio-fallback:hover,
.audio-fallback:focus-visible {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 4px;
  outline: none;
}

.track-meta {
  margin: 40px 0 0;
  padding-top: 25px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  border-top: 1px solid var(--line-light);
}

.track-meta div { min-width: 0; }

.track-meta dt {
  color: rgba(255, 255, 255, .48);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.track-meta dd {
  margin: 7px 0 0;
  overflow-wrap: anywhere;
  font-size: 12px;
  font-weight: 680;
  line-height: 1.4;
}

.lyrics-card {
  margin-top: 24px;
  padding: clamp(40px, 6vw, 92px);
  border: 1px solid var(--line);
  border-radius: 27px;
  background: rgba(251, 251, 251, .93);
  box-shadow: var(--shadow);
}

.lyrics-card__heading {
  padding-bottom: 42px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
  border-bottom: 1px solid var(--line);
}

.lyrics-card__mark {
  height: 72px;
  color: var(--red);
  font-family: Georgia, serif;
  font-size: 112px;
  line-height: .9;
}

.lyrics-text {
  max-width: 1050px;
  margin-top: 56px;
  color: #272727;
  font-size: 17px;
  font-weight: 480;
  line-height: 1.95;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.content-empty {
  margin-top: 35px;
  padding: 25px;
  display: grid;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(21, 21, 21, .035);
}

.content-empty--dark {
  border-color: var(--line-light);
  background: rgba(255, 255, 255, .045);
}

.content-empty strong { font-size: 15px; }

.content-empty span,
.content-note {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.content-empty--dark span { color: rgba(255, 255, 255, .57); }
.content-note { margin: 25px 0 0; }

/* Error states */

.card {
  border: 1px solid var(--line);
  border-radius: 27px;
  background: rgba(251, 251, 251, .93);
  box-shadow: var(--shadow);
}

.message-card {
  max-width: 840px;
  min-height: 480px;
  padding: clamp(38px, 7vw, 88px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.message-card__icon {
  width: 62px;
  height: 62px;
  margin-bottom: 35px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--red);
  font-size: 24px;
}

.message-card h1 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(48px, 6vw, 86px);
  font-weight: 580;
  line-height: .95;
  letter-spacing: -.065em;
}

.message-card p {
  max-width: 610px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.site-footer {
  flex: 0 0 auto;
  color: var(--white);
  background: var(--black);
}

.site-footer__inner {
  width: min(var(--content), calc(100% - 80px));
  min-height: 126px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.site-footer__brand,
.site-footer__logo {
  width: 197px;
  height: 35px;
  display: block;
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, .48);
  font-size: 12px;
}

@media (max-width: 1440px) {
  .order-card { grid-template-columns: minmax(205px, .78fr) minmax(270px, 1.22fr); }
  .order-card__body { padding: 23px; }
  .home-intro { grid-template-columns: .7fr 1.3fr; gap: 50px; }
}

@media (max-width: 1180px) {
  .home-intro { grid-template-columns: 1fr; align-items: start; }
  .home-intro__heading { max-width: 720px; }
  .order-card { grid-template-columns: 1fr; }
  .order-card__top, .order-cover, .order-card__body { grid-column: 1; }
  .order-cover { min-height: 275px; }
  .order-card__body { min-height: 300px; }
  .track-card { grid-template-columns: minmax(290px, .72fr) minmax(0, 1.28fr); }
  .track-card__art, .track-card__content { min-height: 490px; }
}

@media (max-width: 800px) {
  .site-header__inner,
  .page-shell,
  .home-hero__content,
  .home-intro,
  .site-footer__inner { width: min(100% - 40px, var(--content)); }

  .home-hero {
    min-height: 680px;
    height: calc(100svh - 82px);
    background-position: 60% center;
  }

  .home-hero::before { background: linear-gradient(90deg, rgba(16, 16, 16, .82) 0%, rgba(16, 16, 16, .42) 100%); }
  .home-hero__content { padding: 70px 0 55px; }
  .home-hero__caption { display: none; }
  .home-features, .orders-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 225px; }

  .portal-heading,
  .order-page-heading {
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .orders-count {
    width: auto;
    height: auto;
    padding: 12px 17px;
    flex-direction: row;
    gap: 8px;
    border-radius: 999px;
  }

  .orders-count span { font-size: 20px; }
  .orders-count small { margin-top: 0; }
  .orders-section__topline { align-items: flex-start; flex-direction: column; }
  .track-card { grid-template-columns: 1fr; }
  .track-card__art { min-height: 370px; }
  .track-card__content { min-height: 430px; }
}

@media (max-width: 560px) {
  .site-header, .site-header__inner { min-height: 76px; }

  .site-header__inner,
  .page-shell,
  .home-hero__content,
  .home-intro,
  .site-footer__inner { width: min(100% - 24px, var(--content)); }

  .brand, .brand__logo { width: 190px; height: 34px; }

  .header-badge {
    width: 40px;
    min-height: 40px;
    padding: 0;
    justify-content: center;
  }

  .header-badge > span:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .home-hero {
    min-height: 650px;
    height: calc(100svh - 76px);
    background-position: 64% center;
  }

  .home-hero__content {
    padding: 54px 0 44px;
    justify-content: flex-end;
  }

  .hero-label { min-height: 34px; padding: 0 13px; font-size: 9px; }
  .home-hero h1 { margin-top: 24px; font-size: clamp(52px, 17vw, 72px); }
  .home-hero__lead { margin-top: 24px; font-size: 15px; }

  .home-hero__note {
    margin-top: 28px;
    grid-template-columns: 35px 1fr;
    gap: 10px;
  }

  .home-intro { padding: 78px 0 88px; }
  .home-intro__heading h2 { font-size: 47px; }

  .feature-card {
    min-height: 205px;
    padding: 23px;
    border-radius: 22px;
  }

  .page-shell { padding: 55px 0 80px; }
  .portal-heading { padding-bottom: 38px; gap: 28px; }
  .portal-heading h1, .order-page-heading h1 { font-size: 54px; }
  .portal-heading p { margin-top: 21px; font-size: 15px; }
  .orders-section { padding-top: 42px; }
  .order-card, .track-card, .lyrics-card, .card { border-radius: 22px; }
  .order-card__top { align-items: flex-start; flex-direction: column; }
  .order-cover { min-height: 255px; padding: 22px; }
  .order-card__body { min-height: 0; padding: 22px; }
  .order-details { grid-template-columns: 1fr; }
  .order-details div { padding: 9px 0; }
  .order-page-heading { padding-bottom: 38px; gap: 28px; }
  .track-card { margin-top: 42px; }
  .track-card__art { min-height: 310px; padding: 27px; }
  .track-card__art-disc { width: 110px; height: 110px; }
  .track-card__content { min-height: 0; padding: 32px 24px; }
  .track-card__topline { flex-direction: column; }
  .song-player { margin-top: 32px; }
  .track-meta { grid-template-columns: 1fr; }
  .lyrics-card { padding: 32px 24px; }
  .lyrics-card__heading { align-items: flex-start; padding-bottom: 29px; }
  .lyrics-card__mark { height: 50px; font-size: 80px; }
  .lyrics-text { margin-top: 37px; font-size: 15px; line-height: 1.82; }
  .message-card { min-height: 430px; padding: 32px 24px; }

  .site-footer__inner {
    min-height: 145px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
  }
}

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