@charset "UTF-8";
:root {
  --paper: #f5f2ec;
  --ink: #262621;
  --muted: #686860;
  --line: #dcd9d1;
  --red: #b72238;
  --bright: #e54b5e;
  --dark: #232521;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 6px;
}
p {
  line-height: 1.65;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h2 {
  font-size: clamp(32px, 3.1vw, 48px);
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: -1.8px;
}
h3 {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.4px;
}
.wrap {
  width: min(1180px, calc(100% - 96px));
  margin-inline: auto;
}
.skip-link {
  position: absolute;
  top: 12px;
  left: 16px;
  padding: 12px;
  background: white;
  z-index: 20;
  transform: translateY(-180%);
}
.skip-link:focus {
  transform: none;
}
.site-header {
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 30px;
  font-weight: 650;
  letter-spacing: -1.5px;
}
.brand-dot {
  color: var(--red);
  margin-left: -9px;
}
.brand img {
  border-radius: 9px;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 14px;
}
.nav-status {
  border: 1px solid var(--line);
  padding: 12px 17px;
  border-radius: 30px;
}
.nav-status span {
  padding-left: 12px;
  color: var(--red);
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  padding-block: 86px 96px;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 1.8px;
  font-weight: 650;
  line-height: 1.7;
  margin-bottom: 29px;
}
.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--red);
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 8px;
}
.hero h1 {
  font-size: clamp(78px, 7.8vw, 112px);
  font-weight: 500;
  letter-spacing: -6px;
  line-height: 0.93;
  margin-bottom: 30px;
}
.hero h1 em {
  font-family: var(--serif);
  font-weight: 400;
  color: var(--red);
  letter-spacing: -5px;
}
.hero-description {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: -0.4px;
  margin-bottom: 17px;
}
.hero-body {
  font-size: 15px;
  color: var(--muted);
  max-width: 360px;
  margin-bottom: 29px;
}
.button {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  background: var(--red);
  color: white;
  padding: 15px 24px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
}
.button:hover {
  background: #97172b;
  text-decoration: none;
}
.availability {
  font-size: 11px;
  color: var(--muted);
  margin-top: 17px;
  margin-bottom: 0;
}
.listening-study {
  position: relative;
  aspect-ratio: 0.97;
  background: #e9e6df;
  border-radius: 3px;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 25px 50px -40px #221a17;
}
.study-label,
.study-caption {
  position: absolute;
  display: flex;
  justify-content: space-between;
  left: 24px;
  right: 24px;
  font-size: 8px;
  letter-spacing: 1.5px;
  color: #68675f;
  z-index: 3;
}
.study-label {
  top: 24px;
}
.study-caption {
  bottom: 23px;
}
.record {
  position: absolute;
  width: 80%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: repeating-radial-gradient(
    circle at center,
    #222421 0px,
    #222421 2px,
    #363832 3px,
    #222421 4px
  );
  top: 14%;
  right: -13%;
  box-shadow: 6px 8px 15px #26251e30;
  transform: rotate(15deg);
}
.record-label {
  position: absolute;
  inset: 35%;
  background: #e8e2d7;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10%;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 1.5px;
}
.record-label i {
  background: #363832;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.sleeve {
  position: absolute;
  overflow: hidden;
  width: 69%;
  height: 69%;
  top: 15.5%;
  left: 8%;
  transform: rotate(-7deg);
  background: #b6273c;
  color: #f4e9db;
  box-shadow: 0 18px 25px #28201638;
}
.sleeve-small {
  position: absolute;
  top: 7%;
  left: 7%;
  font-size: 7px;
  letter-spacing: 1.2px;
}
.sleeve p {
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: 7%;
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 59px);
  letter-spacing: -2px;
  line-height: 1.02;
}
.sleeve p span {
  font-family: var(--sans);
  font-size: 30px;
  position: absolute;
  right: 1%;
  bottom: 5%;
}
.sleeve-rings {
  position: absolute;
  width: 118%;
  aspect-ratio: 1;
  border-radius: 50%;
  left: 21%;
  top: -26%;
  border: 1px solid #e8849270;
  box-shadow:
    0 0 0 11px #b6273c,
    0 0 0 12px #e8849270,
    0 0 0 23px #b6273c,
    0 0 0 24px #e8849270,
    0 0 0 35px #b6273c,
    0 0 0 36px #e8849270,
    0 0 0 47px #b6273c,
    0 0 0 48px #e8849270,
    0 0 0 59px #b6273c,
    0 0 0 60px #e8849270;
}
.sleeve-footer {
  position: absolute;
  left: 7%;
  bottom: 6%;
  font-size: 6px;
  letter-spacing: 1.4px;
}
.format-strip {
  border-block: 1px solid var(--line);
}
.format-strip .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  padding-block: 27px;
}
.format-strip span {
  font-size: 9px;
  letter-spacing: 1.4px;
  color: var(--muted);
}
.format-strip p {
  margin: 0;
  font-size: 17px;
  font-weight: 550;
  letter-spacing: 1px;
}
.format-strip i {
  font-style: normal;
  color: #aaa79e;
  margin-inline: 14px;
}
.collection-section {
  padding-block: 98px 96px;
}
.section-heading {
  max-width: 590px;
}
.section-heading > p:last-child {
  color: var(--muted);
  font-size: 17px;
  max-width: 480px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 52px;
  margin-top: 60px;
}
.feature-symbol {
  display: block;
  font-size: 32px;
  color: var(--red);
  height: 57px;
}
.feature-grid p {
  font-size: 15px;
  color: var(--muted);
  margin: 0;
}
.sound-section {
  background: var(--dark);
  color: #f1eee6;
  padding-block: 95px;
}
.sound-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 110px;
}
.sound-grid .eyebrow {
  color: #b6b8ab;
}
.sound-grid > div > p:not(.eyebrow) {
  color: #c0c1b6;
  font-size: 16px;
}
.sound-grid .sound-note {
  font-size: 13px !important;
  margin: 28px 0 0;
  padding-top: 24px;
  border-top: 1px solid #44463e;
}
.signal-card {
  border: 1px solid #55574d;
  border-radius: 7px;
  background: #2b2e27;
  padding: 28px 30px;
}
.signal-header {
  display: flex;
  align-items: center;
  font-size: 9px;
  letter-spacing: 1.6px;
  color: #d3d5c9;
  padding-bottom: 16px;
  border-bottom: 1px solid #45483e;
}
.signal-header .status-dot {
  background: #c8bf9b;
}
.example-label {
  margin-left: auto;
  font-size: 8px;
  color: #acb09f;
}
.signal-step {
  display: flex;
  align-items: center;
  gap: 21px;
  padding: 22px 0;
  position: relative;
}
.signal-number {
  font-size: 9px;
  color: #b1b5a5;
  width: 23px;
  height: 23px;
  border: 1px solid #626651;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.signal-step:not(:nth-last-child(2)):after {
  content: "";
  width: 1px;
  background: #626651;
  position: absolute;
  top: calc(50% + 16px);
  height: calc(100% - 32px);
  left: 11px;
}
.signal-step div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.signal-step small {
  font-size: 8px;
  letter-spacing: 1.5px;
  color: #b0b3a4;
}
.signal-step strong {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.3px;
}
.signal-step div > span {
  font-size: 11px;
  color: #b6baa9;
}
.signal-icon {
  margin-left: auto;
  font-size: 24px;
  color: #c6c9b7;
}
.signal-card > p {
  font-size: 10px;
  color: #afb3a4;
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid #45483e;
  line-height: 1.6;
}
.formats-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding-block: 100px;
}
.formats-section > div > p:last-child {
  font-size: 15px;
  color: var(--muted);
  max-width: 340px;
}
.formats-list {
  margin: 0;
  align-self: center;
}
.formats-list > div {
  padding: 21px 0;
  border-bottom: 1px solid var(--line);
}
.formats-list > div:first-child {
  border-top: 1px solid var(--line);
}
dt {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}
dd {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.release-section {
  text-align: center;
  padding: 70px 24px 76px;
  border-top: 1px solid var(--line);
}
.release-section h2 {
  font-size: clamp(32px, 3.2vw, 46px);
}
.release-section > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 16px;
}
.release-badge {
  display: inline-block;
  border: 1px solid #d7c4c3;
  background: #eee3dd;
  border-radius: 25px;
  padding: 10px 17px;
  font-size: 12px;
  margin-top: 12px;
  color: #8f2532;
}
.site-footer {
  border-top: 1px solid var(--line);
  padding-block: 35px;
  display: flex;
  align-items: center;
  gap: 32px;
  color: var(--muted);
  font-size: 12px;
}
.site-footer .brand {
  font-size: 24px;
  color: var(--ink);
}
.site-footer > span {
  margin-right: auto;
}
.site-footer small {
  font-size: 11px;
}
.prose {
  max-width: 720px;
  padding-block: 70px 100px;
}
.prose h1 {
  font-size: 52px;
  letter-spacing: -2px;
  font-weight: 500;
}
.prose h2 {
  font-size: 25px;
  letter-spacing: -0.5px;
  margin-top: 35px;
}
.prose p {
  color: var(--muted);
}
.prose a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (min-width: 1500px) {
  .hero {
    padding-block: 100px 110px;
  }
  .hero h1 {
    font-size: 118px;
  }
  .sleeve p {
    font-size: 60px;
  }
}
@media (max-width: 960px) {
  .wrap {
    width: calc(100% - 56px);
  }
  .site-header {
    height: 92px;
  }
  .hero {
    gap: 24px;
    padding-block: 65px;
  }
  .hero h1 {
    font-size: 86px;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1.3px;
  }
  .hero-description {
    font-size: 19px;
  }
  .hero-body {
    font-size: 14px;
  }
  .listening-study {
    aspect-ratio: 0.85;
  }
  .record {
    top: 24%;
  }
  .sleeve {
    top: 22%;
    height: 58%;
  }
  .sleeve p {
    font-size: 38px;
  }
  .feature-grid {
    gap: 25px;
  }
  .sound-grid {
    gap: 45px;
  }
  .format-strip p {
    font-size: 14px;
  }
  .format-strip i {
    margin-inline: 7px;
  }
  .formats-section {
    gap: 35px;
  }
  .signal-card {
    padding: 23px;
  }
}
@media (max-width: 680px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 82px;
  }
  .site-header nav {
    gap: 16px;
    font-size: 12px;
  }
  .site-header nav > a:first-child {
    display: none;
  }
  .nav-status {
    padding: 10px 12px;
  }
  .nav-status span {
    display: none;
  }
  .brand {
    font-size: 27px;
  }
  .brand img {
    width: 29px;
    height: 29px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-block: 50px;
    gap: 43px;
  }
  .hero h1 {
    font-size: 91px;
  }
  .hero-description {
    font-size: 22px;
  }
  .hero-body {
    max-width: 390px;
  }
  .listening-study {
    aspect-ratio: 1.08;
    max-width: 460px;
    width: 100%;
    justify-self: center;
  }
  .record {
    top: 13%;
  }
  .sleeve {
    height: 71%;
    top: 14%;
  }
  .sleeve p {
    font-size: clamp(38px, 9vw, 50px);
  }
  .format-strip .wrap {
    display: block;
    padding-block: 23px;
  }
  .format-strip p {
    font-size: 13px;
    margin-top: 14px;
    letter-spacing: 0.4px;
  }
  .format-strip i {
    margin-inline: 5px;
  }
  .collection-section,
  .formats-section {
    padding-block: 64px;
  }
  .section-heading > p:last-child {
    font-size: 16px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 37px;
  }
  .feature-grid article {
    border-top: 1px solid var(--line);
    padding-top: 24px;
  }
  .feature-symbol {
    height: 45px;
  }
  .feature-grid h3 {
    font-size: 20px;
  }
  .feature-grid p {
    max-width: 430px;
  }
  .sound-section {
    padding-block: 63px;
  }
  .sound-grid,
  .formats-section {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .signal-card {
    padding: 25px;
  }
  .formats-list > div {
    padding-block: 19px;
  }
  .release-section {
    padding-block: 54px;
  }
  .release-section p br {
    display: none;
  }
  .site-footer {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    padding-block: 27px;
  }
  .site-footer > span {
    order: 3;
    width: 100%;
    margin: 0;
  }
  .prose {
    padding-block: 45px 65px;
  }
  .prose h1 {
    font-size: 42px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
