@font-face { font-family:"Barlow Condensed"; font-style:normal; font-weight:500; font-display:swap; src:url("../fonts/barlow-condensed-500.woff2") format("woff2"); }
@font-face { font-family:"Barlow Condensed"; font-style:normal; font-weight:600; font-display:swap; src:url("../fonts/barlow-condensed-600.woff2") format("woff2"); }
@font-face { font-family:"Barlow Condensed"; font-style:normal; font-weight:700; font-display:swap; src:url("../fonts/barlow-condensed-700.woff2") format("woff2"); }
@font-face { font-family:"Barlow Condensed"; font-style:italic; font-weight:500; font-display:swap; src:url("../fonts/barlow-condensed-500-italic.woff2") format("woff2"); }
@font-face { font-family:"Barlow Condensed"; font-style:italic; font-weight:600; font-display:swap; src:url("../fonts/barlow-condensed-600-italic.woff2") format("woff2"); }
@font-face { font-family:"Barlow Condensed"; font-style:italic; font-weight:700; font-display:swap; src:url("../fonts/barlow-condensed-700-italic.woff2") format("woff2"); }
@font-face { font-family:"Manrope"; font-style:normal; font-weight:400 800; font-display:swap; src:url("../fonts/manrope-latin.woff2") format("woff2"); }

:root {
  --ink: #161412;
  --cream: #f4ebdc;
  --paper: #fff8ed;
  --coral: #f05a3e;
  --orange: #ff9b42;
  --blush: #f8b7a8;
  --line: rgba(22, 20, 18, 0.22);
  --pad: clamp(22px, 4.2vw, 68px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body), Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body,
a,
summary {
  cursor: default;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

::selection {
  color: var(--paper);
  background: var(--coral);
}

a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}

.siteNav {
  height: 92px;
  padding: 0 var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--line);
  background: rgba(244, 235, 220, 0.94);
  position: relative;
  z-index: 20;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.brandLogo {
  width: 104px;
  height: auto;
  display: block;
}

.siteNav .brandLogo {
  filter: brightness(0);
}

.visuallyHidden {
  width: 1px;
  height: 1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.desktopNav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.6vw, 44px);
  margin-left: auto;
}

.desktopNav a {
  position: relative;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.desktopNav a::after {
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  background: var(--coral);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.desktopNav a:hover::after,
.desktopNav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.pillButton {
  min-height: 46px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition:
    color 220ms ease,
    background 220ms ease,
    border-color 220ms ease,
    transform 220ms ease;
}

.pillButton:hover,
.pillButton:focus-visible {
  color: var(--cream);
  background: var(--ink);
  transform: translateY(-2px);
}

.mobileMenu {
  display: none;
  position: relative;
}

.mobileMenu summary {
  list-style: none;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

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

.mobileMenuPanel {
  width: min(320px, calc(100vw - 40px));
  padding: 18px;
  display: grid;
  position: absolute;
  top: 34px;
  right: 0;
  border: 1px solid var(--ink);
  background: var(--paper);
  box-shadow: 12px 12px 0 var(--coral);
}

.mobileMenuPanel a {
  padding: 14px 6px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  font-weight: 700;
}

.mobileMenuPanel a:last-child {
  border-bottom: 0;
  color: var(--coral);
}

.hero {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 24% 0%, rgba(255, 155, 66, 0.13), transparent 28%),
    var(--cream);
}

.heroCopy {
  padding: clamp(66px, 7.4vw, 118px) var(--pad) 62px;
}

.eyebrow,
.sectionTag {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 8px;
  border-radius: 999px;
  background: var(--coral);
}

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

h1,
h2 {
  font-family: var(--font-display), Impact, sans-serif;
  text-transform: uppercase;
}

h1 {
  max-width: 820px;
  margin: 34px 0 0;
  font-size: clamp(76px, 8.15vw, 140px);
  font-weight: 600;
  line-height: 0.79;
  letter-spacing: -0.055em;
}

h1 em,
.companyStatement em,
.contactSection em {
  color: var(--coral);
  font-style: italic;
  font-weight: 600;
}

.heroActions {
  margin-top: 52px;
  display: flex;
  align-items: center;
  gap: 34px;
}

.primaryButton {
  min-height: 60px;
  padding: 0 30px;
  color: var(--paper);
  border-color: var(--ink);
  background: var(--ink);
}

.primaryButton:hover,
.primaryButton:focus-visible {
  border-color: var(--coral);
  background: var(--coral);
  transform: translateY(-3px);
}

.heroActions p {
  max-width: 310px;
  margin-bottom: 0;
  color: rgba(22, 20, 18, 0.65);
  font-size: 13px;
  line-height: 1.7;
}

.heroArt {
  min-height: 650px;
  position: relative;
  overflow: hidden;
  border-left: 1px solid var(--line);
  background: var(--coral);
}

.sun {
  width: 64%;
  aspect-ratio: 1;
  position: absolute;
  top: -25%;
  right: -8%;
  border-radius: 50%;
  background: var(--orange);
}

.arch {
  width: 76%;
  height: 87%;
  position: absolute;
  bottom: -16%;
  left: 13%;
  border-radius: 49% 49% 0 0;
  background: var(--ink);
  transform: rotate(-7deg);
}

.arch::before {
  content: "";
  width: 52%;
  height: 69%;
  position: absolute;
  bottom: 0;
  left: 24%;
  border-radius: 50% 50% 0 0;
  background: var(--blush);
}

.orbit {
  width: 58%;
  aspect-ratio: 1;
  position: absolute;
  bottom: 7%;
  left: -14%;
  border: 2px solid rgba(255, 248, 237, 0.58);
  border-radius: 50%;
}

.record {
  width: 42%;
  aspect-ratio: 1;
  position: absolute;
  bottom: 13%;
  left: 30%;
  border-radius: 50%;
  background: repeating-radial-gradient(
    circle,
    var(--ink) 0 6px,
    #25211e 7px 10px
  );
  box-shadow: 0 32px 70px rgba(22, 20, 18, 0.38);
  animation: drift 8s ease-in-out infinite;
}

.record::before {
  content: "";
  width: 34%;
  aspect-ratio: 1;
  position: absolute;
  inset: 33%;
  border-radius: 50%;
  background: var(--orange);
}

.record::after {
  content: "";
  width: 7%;
  aspect-ratio: 1;
  position: absolute;
  inset: 46.5%;
  border-radius: 50%;
  background: var(--cream);
}

.artCaption {
  position: absolute;
  top: 34px;
  left: 34px;
  z-index: 2;
  color: var(--paper);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.artNumber {
  position: absolute;
  right: 32px;
  bottom: 20px;
  z-index: 2;
  color: var(--paper);
  font-family: var(--font-display), Impact, sans-serif;
  font-size: clamp(54px, 5vw, 78px);
  font-weight: 600;
  letter-spacing: -0.04em;
}

.releaseSlider {
  min-height: 690px;
  padding: clamp(38px, 5vw, 72px) var(--pad);
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(620px, 1.28fr);
  gap: clamp(48px, 6vw, 96px);
  color: var(--paper);
  background: var(--ink);
}

.releaseInfo {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.releaseKicker,
.storeTopline {
  color: rgba(244, 235, 220, 0.56);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.releaseInfo h1 {
  margin: auto 0 28px;
  font-size: clamp(86px, 8.6vw, 138px);
  line-height: 0.73;
  letter-spacing: -0.055em;
}

.releaseInfo h1 em {
  color: var(--slide-accent);
  font-style: italic;
}

.releaseIntro {
  max-width: 410px;
  margin-bottom: 30px;
  color: rgba(244, 235, 220, 0.62);
  font-size: 13px;
  line-height: 1.65;
}

.activeRelease {
  min-height: 64px;
  margin-bottom: 24px;
  padding: 12px 0;
  display: flex;
  align-items: center;
  gap: 16px;
  border-top: 1px solid rgba(244, 235, 220, 0.18);
  border-bottom: 1px solid rgba(244, 235, 220, 0.18);
}

.activeRelease > span {
  color: var(--slide-accent);
  font-size: 9px;
  font-weight: 800;
}

.activeRelease div {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.activeRelease b {
  font-family: var(--font-display), Impact, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.activeRelease small {
  overflow: hidden;
  color: rgba(244, 235, 220, 0.52);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.releaseActions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.releaseActions button,
.releaseActions a {
  min-height: 54px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border: 1px solid rgba(244, 235, 220, 0.44);
  border-radius: 999px;
  color: var(--paper);
  background: transparent;
  font: inherit;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    color 220ms ease,
    background 220ms ease,
    border-color 220ms ease,
    transform 220ms ease;
}

.releaseActions a {
  color: var(--ink);
  border-color: var(--orange);
  background: var(--orange);
}

.releaseActions button:hover,
.releaseActions button:focus-visible,
.releaseActions a:hover,
.releaseActions a:focus-visible {
  color: var(--ink);
  border-color: var(--paper);
  background: var(--paper);
  transform: translateY(-2px);
}

.playIcon {
  font-size: 10px;
}

.releaseStore {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.storeTopline {
  margin-bottom: 22px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.releaseGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px 18px;
}

.storeCard {
  min-width: 0;
  padding: 0 0 12px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px 8px;
  border: 0;
  border-bottom: 1px solid rgba(244, 235, 220, 0.16);
  color: var(--paper);
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: border-color 180ms ease, transform 180ms ease;
}

.storeCard:hover,
.storeCard:focus-visible,
.storeCard[aria-pressed="true"] {
  border-bottom-color: var(--slide-accent);
}

.storeCard:hover {
  transform: translateY(-3px);
}

.coverWrap {
  width: 100%;
  max-width: 220px;
  aspect-ratio: 1;
  display: block;
  grid-column: 1 / -1;
  position: relative;
  overflow: hidden;
  background: #272421;
}

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

.coverWrap i {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  color: var(--ink);
  background: var(--paper);
  font-size: 10px;
  font-style: normal;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.storeCard:hover .coverWrap i,
.storeCard:focus-visible .coverWrap i,
.storeCard[aria-pressed="true"] .coverWrap i {
  opacity: 1;
  transform: none;
}

.cardMeta {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.cardMeta b,
.cardMeta small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cardMeta b {
  font-family: var(--font-display), Impact, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.cardMeta small,
.cardIndex {
  color: rgba(244, 235, 220, 0.48);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cardIndex {
  padding-top: 3px;
}

.storeVideo {
  min-height: 530px;
  display: grid;
  grid-template-rows: 1fr auto;
  background: #080706;
}

.storeVideo iframe {
  width: 100%;
  height: 100%;
  min-height: 480px;
  border: 0;
}

.storeVideo button {
  min-height: 50px;
  border: 0;
  color: var(--ink);
  background: var(--slide-accent);
  font: inherit;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

/* Featured release + catalogue shelf */
.releaseSlider {
  min-height: 650px;
  grid-template-columns: minmax(300px, 0.88fr) minmax(420px, 1.12fr);
  align-items: stretch;
  gap: clamp(44px, 7vw, 112px);
  background: #11100f;
}

.releaseInfo {
  min-height: 510px;
}

.releaseTopline {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: rgba(244, 235, 220, 0.54);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.featuredArtist {
  margin: auto 0 14px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.releaseInfo h1 {
  margin: 0 0 24px;
  font-size: clamp(106px, 11vw, 178px);
  line-height: 0.7;
}

.featureVisual {
  min-width: 0;
  min-height: 510px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  background: var(--coral);
}

.featureVisual::before {
  content: "";
  width: min(44vw, 590px);
  aspect-ratio: 1;
  position: absolute;
  border: 1px solid rgba(255, 248, 237, 0.46);
  border-radius: 50%;
}

.featureArtwork {
  width: min(78%, 440px);
  min-height: 390px;
  display: grid;
  place-items: center;
  position: relative;
}

.featureArtwork img {
  width: min(260px, 68vw);
  height: auto;
  aspect-ratio: 1;
  position: relative;
  z-index: 2;
  object-fit: cover;
  box-shadow: 24px 28px 0 rgba(22, 20, 18, 0.2);
}

.featureDisc {
  width: 260px;
  aspect-ratio: 1;
  position: absolute;
  right: -8px;
  z-index: 1;
  border-radius: 50%;
  background: repeating-radial-gradient(circle, #171513 0 3px, #2a2724 4px 6px);
  box-shadow: 0 16px 40px rgba(22, 20, 18, 0.28);
}

.featureDisc::after {
  content: "";
  width: 28%;
  aspect-ratio: 1;
  position: absolute;
  top: 36%;
  left: 36%;
  border-radius: 50%;
  background: var(--orange);
}

.featureStamp {
  position: absolute;
  right: 0;
  bottom: 0;
  color: rgba(255, 248, 237, 0.8);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  transform: rotate(-90deg) translateX(100%);
  transform-origin: right bottom;
}

.featureVideo {
  width: 100%;
  height: 100%;
  min-height: 510px;
  display: grid;
  grid-template-rows: 1fr auto;
  position: relative;
  z-index: 2;
  background: #000;
}

.featureVideo iframe {
  width: 100%;
  height: 100%;
  min-height: 450px;
  border: 0;
}

.featureVideoControls {
  min-height: 52px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.featureVideoControls a,
.featureVideoControls button {
	min-height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	color: var(--ink);
	background: var(--orange);
  font: inherit;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.09em;
	text-transform: uppercase;
	cursor: pointer;
}

.featureVideoControls a {
  border-right: 1px solid rgba(22, 20, 18, 0.24);
}

.featureVideoControls a:hover,
.featureVideoControls a:focus-visible,
.featureVideoControls button:hover,
.featureVideoControls button:focus-visible {
  color: var(--paper);
  background: var(--coral);
}

.releaseShelf {
  padding: 52px var(--pad) 64px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
}

.shelfHeader {
  margin-bottom: 30px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.shelfHeader p {
  margin-bottom: 8px;
  color: var(--coral);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.shelfHeader h2 {
  margin: 0;
  font-size: clamp(48px, 5vw, 76px);
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: -0.045em;
}

.shelfArrows {
  display: flex;
  gap: 8px;
}

.shelfArrows button {
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: transparent;
  font-size: 18px;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease;
}

.shelfArrows button:hover,
.shelfArrows button:focus-visible {
  color: var(--paper);
  background: var(--ink);
}

.releaseCarousel {
  display: grid;
  grid-auto-columns: clamp(160px, 18vw, 260px);
  grid-auto-flow: column;
  gap: clamp(16px, 2vw, 28px);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.releaseCarousel::-webkit-scrollbar {
  display: none;
}

.releaseCarousel .storeCard {
  width: 100%;
  color: var(--ink);
  border-bottom-color: rgba(22, 20, 18, 0.16);
  scroll-snap-align: start;
  cursor: default;
}

.releaseCarousel .storeCard:hover {
  border-bottom-color: var(--coral);
}

.releaseCarousel .coverWrap {
  width: 100%;
  max-width: none;
}

.releaseCarousel .coverWrap i {
  color: var(--paper);
  background: var(--ink);
}

.releaseCarousel .cardMeta small,
.releaseCarousel .cardIndex {
  color: rgba(22, 20, 18, 0.5);
}

.homeManifesto {
  min-height: 540px;
  padding: clamp(76px, 8vw, 126px) var(--pad);
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(280px, 0.78fr);
  align-items: end;
  gap: clamp(50px, 9vw, 150px);
  border-bottom: 1px solid var(--line);
  background: var(--cream);
}

.homeManifesto > .sectionTag {
  grid-column: 1 / -1;
  color: var(--coral);
}

.homeManifesto h2 {
  margin: 0;
  font-family: var(--font-display), Impact, sans-serif;
  font-size: clamp(72px, 8.3vw, 134px);
  font-weight: 600;
  line-height: 0.79;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.homeManifesto h2 em {
  color: var(--coral);
  font-style: italic;
  font-weight: 600;
}

.homeManifesto > div p {
  max-width: 440px;
  margin: 0 0 34px;
  color: rgba(22, 20, 18, 0.64);
  font-size: 15px;
  line-height: 1.7;
}

.homeManifesto .textLink {
  margin-top: 0;
}

.platformBar {
  min-height: 112px;
  padding: 0 var(--pad);
  display: flex;
  align-items: center;
  gap: 42px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.platformBar > p {
  width: 128px;
  flex: 0 0 auto;
  margin-bottom: 0;
  color: rgba(22, 20, 18, 0.56);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.platformTrack {
  min-width: 870px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  font-size: clamp(15px, 1.4vw, 22px);
  font-weight: 800;
  letter-spacing: -0.05em;
}

.platformTrack span:nth-child(even) {
  font-weight: 500;
}

.servicesSection {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1.26fr);
  color: var(--cream);
  background: var(--ink);
}

.sectionIntro {
  padding: clamp(70px, 8vw, 124px) var(--pad);
}

.darkIntro {
  border-right: 1px solid rgba(244, 235, 220, 0.18);
}

.darkIntro .sectionTag {
  color: var(--orange);
}

.sectionIntro h2,
.publishingCopy h2,
.companyStatement h2,
.contactSection h2 {
  margin: 30px 0 0;
  font-size: clamp(56px, 6.3vw, 104px);
  font-weight: 600;
  line-height: 0.84;
  letter-spacing: -0.045em;
}

.sectionCopy {
  max-width: 390px;
  margin: 46px 0 0;
  color: rgba(244, 235, 220, 0.59);
  font-size: 13px;
  line-height: 1.75;
}

.serviceGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.serviceCard {
  min-height: 330px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(244, 235, 220, 0.18);
  border-bottom: 1px solid rgba(244, 235, 220, 0.18);
  transition:
    color 260ms ease,
    background 260ms ease;
}

.serviceCard:hover {
  color: var(--ink);
  background: var(--coral);
}

.cardNumber {
  color: var(--orange);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.serviceCard:hover .cardNumber {
  color: var(--ink);
}

.serviceCard h3,
.step h3 {
  max-width: 260px;
  margin-bottom: 17px;
  font-family: var(--font-display), Impact, sans-serif;
  font-size: clamp(30px, 2.6vw, 42px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.serviceCard p {
  max-width: 320px;
  margin-bottom: 0;
  color: rgba(244, 235, 220, 0.58);
  font-size: 11px;
  line-height: 1.7;
}

.serviceCard:hover p {
  color: rgba(22, 20, 18, 0.71);
}

.cardDetail {
  padding-top: 18px;
  border-top: 1px solid rgba(244, 235, 220, 0.18);
  color: rgba(244, 235, 220, 0.48);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.serviceCard:hover .cardDetail {
  border-color: rgba(22, 20, 18, 0.24);
  color: rgba(22, 20, 18, 0.65);
}

.ticker {
  height: 58px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--ink);
  background: var(--orange);
  font-family: var(--font-display), Impact, sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.tickerTrack {
  min-width: max-content;
  display: flex;
  gap: 30px;
  animation: marquee 25s linear infinite;
}

.tickerTrack b {
  font-size: 8px;
}

.publishingSection {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.publishingArtwork {
  min-height: 720px;
  position: relative;
  overflow: hidden;
  border-right: 1px solid var(--line);
  background: var(--blush);
}

.publishingArtwork::before {
  content: "";
  width: 68%;
  height: 78%;
  position: absolute;
  bottom: -14%;
  left: 16%;
  border-radius: 50% 50% 0 0;
  background: var(--coral);
  transform: rotate(8deg);
}

.rightsOrbit {
  width: 84%;
  aspect-ratio: 1;
  position: absolute;
  top: 8%;
  left: -25%;
  border: 2px solid var(--ink);
  border-radius: 50%;
}

.rightsDisc {
  width: 42%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  position: absolute;
  top: 28%;
  left: 32%;
  border-radius: 50%;
  color: var(--cream);
  background:
    repeating-radial-gradient(circle, var(--ink) 0 8px, #28231f 9px 13px);
  font-family: var(--font-display), Impact, sans-serif;
  font-size: clamp(58px, 7vw, 106px);
  font-weight: 600;
  letter-spacing: -0.05em;
  box-shadow: 0 30px 60px rgba(22, 20, 18, 0.25);
}

.rightsLabel {
  position: absolute;
  right: 30px;
  bottom: 28px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.publishingCopy {
  padding: clamp(76px, 8vw, 124px) var(--pad);
}

.publishingCopy .sectionTag {
  color: var(--coral);
}

.publishingCopy h2 {
  max-width: 810px;
  font-size: clamp(58px, 6.8vw, 108px);
}

.largeCopy {
  max-width: 650px;
  margin: 42px 0 0;
  font-size: clamp(17px, 1.55vw, 24px);
  line-height: 1.55;
  letter-spacing: -0.025em;
}

.rightsList {
  max-width: 670px;
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
}

.rightsList span {
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rightsList span:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.rightsList span:nth-child(even) {
  padding-left: 24px;
}

.textLink {
  width: max-content;
  margin-top: 40px;
  padding-bottom: 6px;
  display: inline-flex;
  gap: 18px;
  border-bottom: 1px solid var(--coral);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.processSection {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  background: var(--cream);
}

.processIntro {
  border-right: 1px solid var(--line);
}

.processIntro .sectionTag {
  color: var(--coral);
}

.processIntro .sectionCopy {
  color: rgba(22, 20, 18, 0.62);
}

.steps {
  display: grid;
}

.step {
  min-height: 255px;
  padding: 40px var(--pad);
  display: grid;
  grid-template-columns: 50px minmax(190px, 0.7fr) 1fr;
  align-items: center;
  gap: 26px;
  border-bottom: 1px solid var(--line);
  transition:
    color 250ms ease,
    background 250ms ease;
}

.step:last-child {
  border-bottom: 0;
}

.step:hover {
  color: var(--paper);
  background: var(--coral);
}

.step > span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.step h3 {
  margin: 0;
}

.step p {
  max-width: 360px;
  margin: 0;
  color: rgba(22, 20, 18, 0.6);
  font-size: 12px;
  line-height: 1.7;
}

.step:hover p {
  color: rgba(255, 248, 237, 0.72);
}

.companySection {
  padding: clamp(84px, 9vw, 148px) var(--pad);
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(60px, 8vw, 140px);
  color: var(--cream);
  background: var(--ink);
}

.companyStatement .sectionTag {
  color: var(--orange);
}

.companyStatement h2 {
  max-width: 900px;
}

.companyDetail > p {
  margin: 48px 0 62px;
  color: rgba(244, 235, 220, 0.69);
  font-size: clamp(17px, 1.55vw, 23px);
  line-height: 1.58;
  letter-spacing: -0.02em;
}

.proofList {
  display: grid;
}

.proofList span {
  padding: 16px 0;
  border-top: 1px solid rgba(244, 235, 220, 0.2);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.proofList span::before {
  content: "●";
  margin-right: 14px;
  color: var(--coral);
  font-size: 7px;
}

.contactSection {
  min-height: 690px;
  padding: clamp(82px, 8vw, 130px) var(--pad);
  position: relative;
  overflow: hidden;
  color: var(--ink);
  background: var(--orange);
}

.contactSection h2 {
  max-width: 1100px;
  margin-top: 40px;
  position: relative;
  z-index: 2;
  font-size: clamp(78px, 10.6vw, 172px);
}

.contactSection em {
  color: var(--paper);
}

.contactButton {
  min-height: 66px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  gap: 28px;
  position: relative;
  z-index: 2;
  border-radius: 999px;
  color: var(--paper);
  background: var(--ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    transform 220ms ease,
    color 220ms ease,
    background 220ms ease;
}

.contactButton:hover,
.contactButton:focus-visible {
  color: var(--ink);
  background: var(--paper);
  transform: translateY(-3px);
}

.contactArt span {
  display: block;
  position: absolute;
  border-radius: 50%;
}

.contactArt span:first-child {
  width: 380px;
  aspect-ratio: 1;
  right: -80px;
  bottom: -130px;
  background: var(--coral);
}

.contactArt span:nth-child(2) {
  width: 250px;
  aspect-ratio: 1;
  right: 55px;
  bottom: -90px;
  background: var(--blush);
}

.contactArt span:last-child {
  width: 120px;
  aspect-ratio: 1;
  right: 120px;
  bottom: -30px;
  background: var(--ink);
}

footer {
  min-height: 128px;
  padding: 32px var(--pad);
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr auto;
  align-items: center;
  gap: 26px;
  color: var(--cream);
  background: var(--ink);
}

.footerLegal {
  display: grid;
  justify-items: end;
  gap: 7px;
}

.footerLegal a {
  padding: 0;
  border: 0;
  color: rgba(244, 235, 220, 0.64);
  background: transparent;
  font: inherit;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  cursor: pointer;
}

.footerLegal a:hover {
  color: var(--coral);
}

.privacyPage {
  padding: clamp(64px, 8vw, 120px) var(--pad);
  display: grid;
  grid-template-columns: minmax(190px, 0.35fr) minmax(0, 1fr);
  gap: clamp(48px, 8vw, 130px);
  background: var(--paper);
}

.privacyPageNav {
  position: sticky;
  top: 110px;
  align-self: start;
  display: grid;
  gap: 13px;
}

.privacyPageNav a {
  color: rgba(22, 20, 18, 0.56);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.privacyPageNav a:hover { color: var(--coral); }
.privacyContent { max-width: 850px; }
.privacyContent section { padding: 0 0 50px; margin: 0 0 50px; border-bottom: 1px solid var(--line); scroll-margin-top: 110px; }
.privacyContent section:last-child { margin-bottom: 0; border-bottom: 0; }
.privacyContent h2 { margin: 0 0 24px; font-size: clamp(38px, 5vw, 66px); line-height: .92; }
.privacyContent h3 { margin: 30px 0 10px; font-size: 18px; }
.privacyContent p,.privacyContent li { color: rgba(22,20,18,.7); font-size: 13px; line-height: 1.8; }
.privacyContent ul { padding-left: 20px; }
.privacyContent a { text-decoration: underline; text-underline-offset: 4px; }
.privacyTable { width: 100%; border-collapse: collapse; font-size: 11px; line-height: 1.55; }
.privacyTable th,.privacyTable td { padding: 14px 10px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.privacyTable th { font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }

.footerBrand .brandLogo {
  width: 92px;
}

footer > p,
.copyright {
  margin: 0;
  color: rgba(244, 235, 220, 0.48);
  font-size: 9px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.socialLinks {
  display: flex;
  gap: 22px;
}

.socialLinks a {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.socialLinks a:hover {
  color: var(--coral);
}

.desktopNav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.navButton[aria-current="page"] {
  color: var(--cream);
  background: var(--ink);
}

.mobileMenuPanel a[aria-current="page"] {
  color: var(--coral);
}

.innerHero {
  min-height: 570px;
  padding: clamp(70px, 8vw, 124px) var(--pad);
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  align-items: end;
  gap: clamp(50px, 8vw, 140px);
  border-bottom: 1px solid var(--line);
}

.innerHero h1 {
  margin-top: 34px;
}

.innerHeroLead {
  max-width: 480px;
  margin: 0 0 18px;
  font-size: clamp(18px, 1.7vw, 26px);
  line-height: 1.55;
  letter-spacing: -0.03em;
}

.innerHeroCoral {
  background: var(--coral);
}

.innerHeroCoral h1 em {
  color: var(--paper);
}

.innerHeroInk {
  color: var(--cream);
  background: var(--ink);
}

.innerHeroInk .eyebrow::before {
  background: var(--orange);
}

.innerHeroOrange {
  background: var(--orange);
}

.innerHeroOrange h1 em,
.innerHeroPaper h1 em {
  color: var(--paper);
}

.innerHeroPaper {
  background:
    radial-gradient(circle at 86% 15%, rgba(240, 90, 62, 0.18), transparent 25%),
    var(--blush);
}

.detailGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.detailCard {
  min-height: 560px;
  padding: clamp(40px, 5vw, 76px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition:
    color 250ms ease,
    background 250ms ease;
}

.detailCard:nth-child(even) {
  border-right: 0;
}

.detailCard:hover {
  color: var(--paper);
  background: var(--ink);
}

.detailNumber,
.workflowNumber {
  color: var(--coral);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.detailKicker {
  margin-bottom: 22px;
  color: var(--coral);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.detailCard h2,
.platformPageBand h2,
.publishingStatement h2,
.adminFlow h2,
.releaseChecklist h2,
.storyCopy h2,
.companyContactBand h2,
.contactDetails h2,
.pageCta h2 {
  margin: 0;
  font-family: var(--font-display), Impact, sans-serif;
  font-size: clamp(48px, 5.3vw, 88px);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.detailBody {
  max-width: 540px;
  margin: 28px 0 0;
  color: rgba(22, 20, 18, 0.65);
  font-size: 14px;
  line-height: 1.75;
}

.detailCard:hover .detailBody {
  color: rgba(255, 248, 237, 0.66);
}

.detailCard ul {
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
}

.detailCard li {
  padding: 13px 0;
  border-top: 1px solid currentColor;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.platformPageBand {
  padding: clamp(76px, 9vw, 140px) var(--pad);
  color: var(--cream);
  background: var(--ink);
}

.platformPageBand .sectionTag {
  color: var(--orange);
}

.platformPageBand h2 {
  margin-top: 32px;
}

.platformCloud {
  margin-top: 72px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.platformCloud span {
  padding: 13px 20px;
  border: 1px solid rgba(244, 235, 220, 0.25);
  border-radius: 999px;
  font-size: clamp(13px, 1.2vw, 18px);
  font-weight: 700;
}

.pageCta {
  min-height: 520px;
  padding: clamp(76px, 9vw, 140px) var(--pad);
  background: var(--orange);
}

.pageCta .sectionTag {
  margin-bottom: 34px;
}

.pageCta h2 {
  max-width: 1050px;
  font-size: clamp(70px, 9.5vw, 154px);
}

.pageCta .contactButton {
  margin-top: 52px;
}

.pageCtaCoral {
  background: var(--coral);
}

.publishingStatement {
  min-height: 660px;
  display: grid;
  grid-template-columns: minmax(350px, 0.82fr) minmax(0, 1.18fr);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.publishingStat {
  padding: var(--pad);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--line);
  background: var(--blush);
}

.publishingStat strong {
  font-family: var(--font-display), Impact, sans-serif;
  font-size: clamp(130px, 18vw, 290px);
  font-weight: 600;
  line-height: 0.75;
  letter-spacing: -0.07em;
}

.publishingStat span {
  max-width: 230px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.publishingStatement > div:last-child {
  padding: clamp(70px, 8vw, 124px) var(--pad);
}

.publishingStatement .sectionTag {
  margin-bottom: 34px;
  color: var(--coral);
}

.publishingStatement p:last-child {
  max-width: 650px;
  margin: 42px 0 0;
  color: rgba(22, 20, 18, 0.65);
  font-size: 17px;
  line-height: 1.7;
}

.royaltyGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: var(--cream);
  background: var(--ink);
}

.royaltyGrid article {
  min-height: 390px;
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(244, 235, 220, 0.18);
}

.royaltyGrid article:last-child {
  border-right: 0;
}

.royaltyGrid article > span {
  color: var(--orange);
  font-size: 10px;
  font-weight: 800;
}

.royaltyGrid h2 {
  margin: auto 0 24px;
  font-family: var(--font-display), Impact, sans-serif;
  font-size: clamp(38px, 4vw, 64px);
  font-weight: 600;
  line-height: 0.9;
  text-transform: uppercase;
}

.royaltyGrid p {
  margin-bottom: 0;
  color: rgba(244, 235, 220, 0.57);
  font-size: 11px;
  line-height: 1.7;
}

.adminFlow {
  padding: clamp(76px, 9vw, 140px) var(--pad);
  background: var(--cream);
}

.adminFlow .sectionTag {
  color: var(--coral);
}

.adminSteps {
  margin-top: 62px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.adminSteps > div {
  min-height: 280px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
}

.adminSteps > div:last-child {
  border-right: 0;
}

.adminSteps span {
  color: var(--coral);
  font-size: 9px;
  font-weight: 800;
}

.adminSteps h3 {
  margin: auto 0 12px;
  font-family: var(--font-display), Impact, sans-serif;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
}

.adminSteps p {
  margin: 0;
  color: rgba(22, 20, 18, 0.62);
  font-size: 11px;
  line-height: 1.65;
}

.workflowList {
  background: var(--paper);
}

.workflowList article {
  min-height: 260px;
  padding: 42px var(--pad);
  display: grid;
  grid-template-columns: 70px minmax(260px, 0.85fr) minmax(280px, 1fr) 210px;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid var(--line);
  transition:
    color 250ms ease,
    background 250ms ease;
}

.workflowList article:hover {
  color: var(--paper);
  background: var(--coral);
}

.workflowList article:hover .workflowNumber {
  color: var(--ink);
}

.workflowList h2 {
  margin: 0;
  font-family: var(--font-display), Impact, sans-serif;
  font-size: clamp(38px, 4vw, 62px);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.workflowList p {
  max-width: 520px;
  margin: 0;
  color: rgba(22, 20, 18, 0.62);
  font-size: 12px;
  line-height: 1.7;
}

.workflowList article:hover p {
  color: rgba(255, 248, 237, 0.72);
}

.workflowNote {
  font-size: 8px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.releaseChecklist {
  padding: clamp(76px, 9vw, 140px) var(--pad);
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: clamp(60px, 10vw, 170px);
  color: var(--cream);
  background: var(--ink);
}

.releaseChecklist .sectionTag {
  margin-bottom: 34px;
  color: var(--orange);
}

.releaseChecklist ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.releaseChecklist li {
  padding: 19px 0;
  border-top: 1px solid rgba(244, 235, 220, 0.2);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.releaseChecklist li::before {
  content: "●";
  margin-right: 14px;
  color: var(--coral);
  font-size: 7px;
}

.companyStory {
  min-height: 720px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.storyArt {
  min-height: 720px;
  position: relative;
  overflow: hidden;
  border-right: 1px solid var(--line);
  background: var(--coral);
}

.storySun {
  width: 62%;
  aspect-ratio: 1;
  position: absolute;
  top: -12%;
  right: -8%;
  border-radius: 50%;
  background: var(--orange);
}

.storyRecord {
  width: 48%;
  aspect-ratio: 1;
  position: absolute;
  right: 16%;
  bottom: 12%;
  border-radius: 50%;
  background: repeating-radial-gradient(
    circle,
    var(--ink) 0 7px,
    #29231f 8px 12px
  );
  box-shadow: 0 28px 60px rgba(22, 20, 18, 0.3);
}

.storyArt strong {
  position: absolute;
  bottom: 24px;
  left: 28px;
  color: var(--paper);
  font-family: var(--font-display), Impact, sans-serif;
  font-size: clamp(72px, 10vw, 150px);
  line-height: 0.8;
}

.storyCopy {
  padding: clamp(76px, 9vw, 140px) var(--pad);
}

.storyCopy .sectionTag {
  margin-bottom: 34px;
  color: var(--coral);
}

.storyCopy > p:not(.sectionTag) {
  max-width: 690px;
  margin: 38px 0 0;
  color: rgba(22, 20, 18, 0.65);
  font-size: 15px;
  line-height: 1.75;
}

.principleGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: var(--cream);
  background: var(--ink);
}

.principleGrid article {
  min-height: 420px;
  padding: 38px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(244, 235, 220, 0.18);
}

.principleGrid article:last-child {
  border-right: 0;
}

.principleGrid span {
  color: var(--orange);
  font-size: 9px;
  font-weight: 800;
}

.principleGrid h2 {
  margin: auto 0 22px;
  font-family: var(--font-display), Impact, sans-serif;
  font-size: clamp(40px, 4.7vw, 72px);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.principleGrid p {
  max-width: 390px;
  margin: 0;
  color: rgba(244, 235, 220, 0.57);
  font-size: 11px;
  line-height: 1.7;
}

.companyContactBand {
  padding: clamp(74px, 8vw, 120px) var(--pad);
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 70px;
  align-items: end;
  background: var(--cream);
}

.companyContactBand .sectionTag {
  margin-bottom: 32px;
  color: var(--coral);
}

.companyContactBand > div:last-child {
  display: grid;
  gap: 14px;
}

.companyContactBand > div:last-child p,
.companyContactBand > div:last-child a {
  margin: 0;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  line-height: 1.6;
}

.contactHero {
  color: var(--paper);
  background: var(--coral);
}

.contactHero h1 em {
  color: var(--orange);
}

.contactPageGrid {
  min-height: 800px;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  background: var(--paper);
}

.contactDetails,
.contactFormWrap {
  padding: clamp(66px, 8vw, 118px) var(--pad);
}

.contactDetails {
  border-right: 1px solid var(--line);
  background: var(--blush);
}

.contactDetails .sectionTag,
.contactFormWrap .sectionTag {
  margin-bottom: 32px;
  color: var(--coral);
}

.contactDetailList {
	margin-top: 42px;
}

.contactPrivacy {
  max-width: 470px;
  margin: 46px 0 0;
  color: rgba(22, 20, 18, 0.62);
  font-size: 14px;
  line-height: 1.75;
}

.contactDetailList > div {
  padding: 20px 0;
  display: grid;
  gap: 10px;
  border-top: 1px solid var(--line);
}

.contactDetailList span,
.contactForm label > span {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.contactDetailList a {
  width: max-content;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 600;
  letter-spacing: -0.04em;
}

.contactDetailList p {
  max-width: 370px;
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

.contactSocial {
  margin-top: 44px;
  display: flex;
  gap: 24px;
}

.contactSocial a {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contactForm {
  display: grid;
  gap: 24px;
}

.formRow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.contactForm label {
  display: grid;
  gap: 10px;
}

.contactForm input,
.contactForm select,
.contactForm textarea {
  width: 100%;
  padding: 16px 0;
  border: 0;
  border-bottom: 1px solid var(--ink);
  border-radius: 0;
  outline: none;
  color: var(--ink);
  background: transparent;
  font: inherit;
  font-size: 14px;
}

.contactForm textarea {
  resize: vertical;
}

.contactTrap {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.contactForm input:focus,
.contactForm select:focus,
.contactForm textarea:focus {
  border-bottom-color: var(--coral);
  box-shadow: 0 2px 0 var(--coral);
}

.contactSubmit {
  min-height: 62px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  justify-self: start;
  border: 0;
  border-radius: 999px;
  color: var(--paper);
  background: var(--ink);
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    color 220ms ease,
    background 220ms ease,
    transform 220ms ease;
}

.contactSubmit:hover,
.contactSubmit:focus-visible {
  color: var(--ink);
  background: var(--orange);
  transform: translateY(-2px);
}

.contactSubmit:disabled {
  opacity: 0.65;
  cursor: wait;
  transform: none;
}

.formNote {
  margin: -10px 0 0;
  color: rgba(22, 20, 18, 0.55);
  font-size: 10px;
}

.formNoteSuccess {
  color: #27633d;
  font-weight: 700;
}

.formNoteError {
  color: #a22e24;
  font-weight: 700;
}

.formPrivacy {
  margin: -12px 0 0;
  color: rgba(22, 20, 18, 0.55);
  font-size: 9px;
  line-height: 1.6;
}

.formPrivacy a {
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@keyframes drift {
  0%,
  100% {
    transform: translateY(0) rotate(-4deg);
  }
  50% {
    transform: translateY(-16px) rotate(2deg);
  }
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1080px) {
  .desktopNav {
    display: none;
  }

  .siteNav {
    gap: 18px;
  }

  .navButton {
    margin-left: auto;
  }

  .mobileMenu {
    display: block;
  }

  .releaseSlider {
    grid-template-columns: minmax(260px, 0.78fr) minmax(380px, 1.22fr);
    gap: 36px;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .heroArt {
    min-height: 560px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .servicesSection,
  .processSection {
    grid-template-columns: 1fr;
  }

  .darkIntro,
  .processIntro {
    border-right: 0;
    border-bottom: 1px solid rgba(244, 235, 220, 0.18);
  }

  .processIntro {
    border-color: var(--line);
  }

  .publishingSection {
    grid-template-columns: 0.8fr 1.2fr;
  }

  .companySection {
    grid-template-columns: 1fr;
  }

  .companyDetail > p {
    margin-top: 0;
  }

  .innerHero {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .innerHeroLead {
    margin-bottom: 0;
  }

  .publishingStatement,
  .companyStory,
  .contactPageGrid {
    grid-template-columns: 1fr;
  }

  .publishingStat,
  .storyArt,
  .contactDetails {
    min-height: 520px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .royaltyGrid,
  .adminSteps {
    grid-template-columns: repeat(2, 1fr);
  }

  .royaltyGrid article:nth-child(2),
  .adminSteps > div:nth-child(2) {
    border-right: 0;
  }

  .workflowList article {
    grid-template-columns: 60px 1fr;
  }

  .workflowList p,
  .workflowNote {
    grid-column: 2;
  }

  .releaseChecklist,
  .companyContactBand {
    grid-template-columns: 1fr;
  }

  footer {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .siteNav {
    height: 76px;
  }

  .navButton {
    display: none;
  }

  .mobileMenu {
    margin-left: auto;
  }

  .heroCopy {
    padding-top: 56px;
  }

  h1 {
    font-size: clamp(70px, 22vw, 104px);
  }

  .heroActions {
    align-items: flex-start;
    flex-direction: column;
  }

  .heroArt {
    min-height: 430px;
  }

  .releaseSlider {
    min-height: auto;
    padding: 42px var(--pad);
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .releaseInfo {
    min-height: auto;
  }

  .releaseTopline span:last-child {
    display: inline;
  }

  .featuredArtist {
    margin-top: 62px;
  }

  .releaseInfo h1 {
    margin-bottom: 22px;
    font-size: clamp(96px, 27vw, 150px);
  }

  .releaseActions {
    align-items: center;
    flex-direction: row;
  }

  .releaseActions button,
  .releaseActions a {
    min-height: 50px;
    padding: 0 17px;
  }

  .featureVisual,
  .featureVideo {
    min-height: 460px;
  }

  .featureVideo iframe {
    min-height: 408px;
  }

  .featureArtwork {
    min-height: 380px;
  }

  .releaseShelf {
    padding-top: 44px;
    padding-bottom: 52px;
  }

  .releaseCarousel {
    grid-auto-columns: 174px;
  }

  .shelfArrows {
    display: none;
  }

  .homeManifesto {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .homeManifesto > .sectionTag {
    grid-column: auto;
  }

  .homeManifesto h2 {
    font-size: clamp(72px, 21vw, 110px);
  }

  .record {
    width: 46%;
  }

  .platformBar {
    min-height: 94px;
    overflow-x: auto;
  }

  .platformBar > p {
    display: none;
  }

  .platformTrack {
    min-width: 820px;
  }

  .serviceGrid {
    grid-template-columns: 1fr;
  }

  .serviceCard {
    min-height: 280px;
  }

  .publishingSection {
    grid-template-columns: 1fr;
  }

  .publishingArtwork {
    min-height: 500px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .step {
    min-height: 260px;
    grid-template-columns: 42px 1fr;
    align-items: start;
  }

  .step p {
    grid-column: 2;
  }

  .companySection {
    gap: 54px;
  }

  .contactSection {
    min-height: 580px;
  }

  .contactSection h2 {
    font-size: clamp(72px, 22vw, 114px);
  }

  .innerHero {
    min-height: 520px;
    padding-top: 64px;
  }

  .innerHero h1 {
    font-size: clamp(70px, 22vw, 104px);
  }

  .detailGrid,
  .royaltyGrid,
  .adminSteps,
  .principleGrid {
    grid-template-columns: 1fr;
  }

  .detailCard {
    min-height: 480px;
    border-right: 0;
  }

  .royaltyGrid article,
  .royaltyGrid article:nth-child(2),
  .adminSteps > div,
  .adminSteps > div:nth-child(2),
  .principleGrid article {
    border-right: 0;
    border-bottom: 1px solid rgba(244, 235, 220, 0.18);
  }

  .adminSteps > div {
    min-height: 230px;
  }

  .workflowList article {
    min-height: 360px;
    padding-top: 38px;
    padding-bottom: 38px;
    grid-template-columns: 42px 1fr;
    align-content: center;
  }

  .releaseChecklist {
    gap: 56px;
  }

  .storyArt {
    min-height: 480px;
  }

  .formRow {
    grid-template-columns: 1fr;
  }

  .contactDetails,
  .contactFormWrap {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  footer {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 460px) {
  .brand {
    min-width: 0;
  }

  .brandLogo {
    width: 86px;
  }

  .heroArt {
    min-height: 360px;
  }

  .releaseInfo {
    min-height: auto;
    padding-bottom: 0;
  }

  .releaseSlider {
    min-height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .releaseTopline {
    font-size: 8px;
  }

  .featuredArtist {
    margin-top: 48px;
    font-size: 9px;
  }

  .releaseInfo h1 {
    font-size: clamp(90px, 29vw, 118px);
  }

  .releaseActions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .releaseActions button,
  .releaseActions a {
    width: 100%;
    padding: 0 10px;
    font-size: 8px;
  }

  .featureVisual,
  .featureVideo {
    min-height: 390px;
  }

  .featureArtwork {
    width: 88%;
    min-height: 330px;
  }

  .featureArtwork img {
    width: 230px;
    box-shadow: 16px 18px 0 rgba(22, 20, 18, 0.2);
  }

  .featureDisc {
    width: 230px;
  }

  .featureVideo iframe {
    min-height: 338px;
  }

  .releaseShelf {
    padding-top: 38px;
    padding-bottom: 44px;
  }

  .shelfHeader h2 {
    font-size: 48px;
  }

  .releaseCarousel {
    grid-auto-columns: 152px;
    gap: 14px;
  }

  .rightsList {
    grid-template-columns: 1fr;
  }

  .rightsList span:nth-child(odd) {
    border-right: 0;
  }

  .rightsList span:nth-child(even) {
    padding-left: 0;
  }

  .publishingArtwork {
    min-height: 420px;
  }

  .contactArt span:first-child {
    right: -210px;
  }

  .contactArt span:nth-child(2) {
    right: -80px;
  }
}

/* Release manager */
.releaseManagerPage {
  min-height: 100svh;
  background: #eee4d4;
  color: var(--ink);
}

.managerHeader {
  min-height: 82px;
  padding: 0 var(--pad);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.managerHeader > a:first-child {
  font-family: var(--font-body), Arial, sans-serif;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.managerHeader > div {
  display: grid;
  gap: 3px;
  text-align: center;
}

.managerHeader span,
.managerHeader small {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.managerHeader small {
  color: rgba(22, 20, 18, 0.48);
  font-size: 8px;
}

.managerViewSite,
.managerNav {
  justify-self: end;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.managerNav {
  display: flex;
  gap: 18px;
}

.inquiryWorkspace {
  margin: 42px var(--pad) 80px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.inquiryList {
  display: grid;
}

.inquiryCard {
  padding: 28px 22px;
  border-bottom: 1px solid var(--line);
}

.inquiryCard:last-child {
  border-bottom: 0;
}

.inquiryCardHeader {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
}

.inquiryCardHeader span,
.inquiryCardHeader time {
  color: var(--coral);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.inquiryCardHeader h2 {
  margin: 6px 0 0;
  font-family: var(--font-body), Arial, sans-serif;
  font-size: 24px;
  text-transform: none;
}

.inquiryCard > p {
  max-width: 850px;
  margin: 22px 0;
  white-space: pre-wrap;
  font-size: 14px;
  line-height: 1.7;
}

.inquiryContacts {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.inquiryContacts a {
  font-size: 10px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.managerIntro {
  padding: 58px var(--pad) 52px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.42fr);
  align-items: end;
  gap: 32px;
  color: var(--paper);
  background: var(--ink);
}

.managerIntro > p {
  grid-column: 1 / -1;
  margin-bottom: -14px;
  color: var(--orange);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.managerIntro h1 {
  margin: 0;
  font-size: clamp(74px, 9vw, 132px);
  line-height: 0.74;
}

.managerIntro > span {
  max-width: 430px;
  color: rgba(244, 235, 220, 0.62);
  font-size: 13px;
  line-height: 1.65;
}

.managerNotice {
  margin: 24px var(--pad) 0;
  padding: 14px 18px;
  border-left: 4px solid var(--coral);
  background: var(--paper);
  font-size: 12px;
  font-weight: 700;
}

.managerWorkspace {
  padding: 42px var(--pad) 80px;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.7fr);
  align-items: start;
  gap: 32px;
}

.managerCatalogue,
.managerAddPanel {
  border: 1px solid var(--line);
  background: var(--paper);
}

.managerAddPanel {
  position: sticky;
  top: 22px;
}

.managerSectionTitle {
  min-height: 92px;
  padding: 20px 22px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}

.managerSectionTitle p {
  margin-bottom: 5px;
  color: var(--coral);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.managerSectionTitle h2 {
  margin: 0;
  font-family: var(--font-body), Arial, sans-serif;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.035em;
  text-transform: none;
}

.managerSectionTitle > span {
  color: rgba(22, 20, 18, 0.48);
  font-size: 9px;
}

.managerLoading {
  padding: 34px 22px;
}

.managerReleaseRow {
  min-height: 116px;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: 88px minmax(130px, 1fr) minmax(185px, 0.65fr) auto;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid var(--line);
}

.managerReleaseRow:last-child {
  border-bottom: 0;
}

.managerReleaseRow > img {
  width: 88px;
  height: 88px;
  object-fit: cover;
}

.managerReleaseMeta {
  min-width: 0;
}

.managerReleaseMeta > span {
  color: var(--coral);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.managerReleaseMeta h3 {
  margin: 5px 0 2px;
  overflow: hidden;
  font-family: var(--font-display), Impact, sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.managerReleaseMeta p {
  margin: 0;
  overflow: hidden;
  color: rgba(22, 20, 18, 0.52);
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.managerSchedule,
.managerAddPanel label {
  display: grid;
  gap: 7px;
}

.managerSchedule > span,
.managerAddPanel label > span {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.managerSchedule input,
.managerAddPanel input {
  width: 100%;
  min-height: 42px;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: 0;
  color: var(--ink);
  background: #fffaf2;
  font: inherit;
  font-size: 11px;
}

.managerRowActions {
  display: flex;
  gap: 6px;
}

.managerRowActions button {
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  border: 1px solid var(--line);
  color: var(--ink);
  background: transparent;
  font: inherit;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

.managerRowActions button:hover,
.managerRowActions button:focus-visible {
  color: var(--paper);
  background: var(--ink);
}

.managerRowActions button:disabled {
  opacity: 0.28;
  cursor: default;
}

.managerAddPanel form {
  padding: 22px;
  display: grid;
  gap: 17px;
}

.managerFile small {
  color: rgba(22, 20, 18, 0.48);
  font-size: 8px;
}

.managerCheck {
  grid-template-columns: auto 1fr;
  align-items: center;
}

.managerCheck input {
  width: 18px;
  min-height: 18px;
  accent-color: var(--coral);
}

.managerSubmit {
  min-height: 52px;
  border: 0;
  color: var(--paper);
  background: var(--ink);
  font: inherit;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  cursor: pointer;
}

.managerSubmit:hover,
.managerSubmit:focus-visible {
  background: var(--coral);
}

.managerDenied {
  min-height: 100svh;
  padding: var(--pad);
  display: grid;
  place-items: center;
  color: var(--paper);
  background: var(--ink);
}

.managerDenied > div {
  max-width: 820px;
}

.managerDenied h1 {
  margin: 24px 0;
}

.managerDenied a {
  display: inline-block;
  margin-top: 20px;
  color: var(--orange);
}

@media (max-width: 1040px) {
  .managerWorkspace {
    grid-template-columns: 1fr;
  }

  .managerAddPanel {
    position: static;
  }
}

@media (max-width: 720px) {
  .managerHeader {
    grid-template-columns: 1fr auto;
  }

  .managerHeader > div {
    display: none;
  }

  .managerIntro {
    grid-template-columns: 1fr;
  }

  .managerIntro > p {
    grid-column: auto;
  }

  .managerReleaseRow {
    grid-template-columns: 70px 1fr;
  }

  .managerReleaseRow > img {
    width: 70px;
    height: 70px;
  }

  .managerSchedule,
  .managerRowActions {
    grid-column: 2;
  }

  .managerSectionTitle > span {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 760px) {
  .privacyPage { grid-template-columns: 1fr; }
  .privacyPageNav { position: static; grid-template-columns: repeat(2, 1fr); }
  .privacyTable { display: block; overflow-x: auto; }
  .footerLegal { justify-items: start; }
}
