@import url("https://api.fontshare.com/v2/css?f[]=sentient@300,400,500,700&f[]=satoshi@400,500,700&display=swap");

:root {
  --font-display: "Sentient", "Times New Roman", serif;
  --font-body: "Satoshi", "Apple SD Gothic Neo", "Noto Sans KR", Arial, sans-serif;
  --warm-white: #f4f0e8;
  --paper-white: #fffdf8;
  --stage-black: #171716;
  --soft-black: #262523;
  --pool-teal: #2f7775;
  --tangerine: #c95e34;
  --wine: #753b4a;
  --skin-rose: #c99385;
  --line: rgba(23, 23, 22, 0.28);
  --light-line: rgba(255, 253, 248, 0.28);
  --header-height: 64px;
  --page-pad: 48px;
  --max-width: 1440px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--stage-black);
  background: var(--warm-white);
  font-family: var(--font-body);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body,
button,
input {
  letter-spacing: 0;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
}

figure,
h1,
h2,
h3,
p,
dl,
dd,
ol {
  margin: 0;
}

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

button,
input {
  font: inherit;
}

button {
  color: inherit;
}

button,
a,
summary,
input {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 2px solid var(--tangerine);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: var(--paper-white);
  background: var(--stage-black);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.eyebrow,
.chapter-no {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  display: grid;
  grid-template-columns: minmax(160px, 1fr) auto minmax(160px, 1fr);
  align-items: center;
  min-height: var(--header-height);
  padding: 0 var(--page-pad);
  border-bottom: 1px solid var(--line);
  background: var(--warm-white);
}

.site-header-dark {
  color: var(--paper-white);
  border-color: var(--light-line);
  background: var(--stage-black);
}

.wordmark {
  justify-self: start;
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 12px;
}

.desktop-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

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

.header-actions {
  display: flex;
  justify-self: end;
  align-items: center;
  gap: 12px;
}

.bag-trigger,
.menu-trigger {
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.bag-trigger {
  font-size: 11px;
  font-weight: 700;
}

.bag-trigger span {
  display: inline-grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  margin-left: 4px;
  color: var(--paper-white);
  background: var(--tangerine);
}

.menu-trigger {
  display: none;
  place-items: center;
}

.menu-trigger span {
  display: block;
  width: 19px;
  height: 1px;
  margin: 3px auto;
  background: currentColor;
}

.mobile-nav {
  display: none;
}

.home-hero,
.ritual-hero,
.pdp-hero {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  color: var(--stage-black);
  background: var(--soft-black);
}

.home-hero {
  height: calc(100svh - 108px);
  max-height: 860px;
}

.hero-media,
.hero-media img,
.ritual-hero > img,
.pdp-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media img {
  object-position: center;
}

.hero-copy {
  position: absolute;
  z-index: 2;
  top: 22%;
  left: max(var(--page-pad), calc((100vw - var(--max-width)) / 2 + 48px));
  max-width: 520px;
}

.hero-copy h1 {
  margin: 18px 0 12px;
  font-family: var(--font-display);
  font-size: 92px;
  font-weight: 400;
  line-height: 0.95;
}

.hero-line {
  font-family: var(--font-display);
  font-size: 30px;
  line-height: 1.25;
}

.text-link,
.light-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 44px;
  padding: 0 0 4px;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  font-weight: 700;
}

.hero-link {
  margin-top: 38px;
}

.hero-index,
.ritual-hero-index {
  position: absolute;
  z-index: 2;
  right: var(--page-pad);
  bottom: 22px;
  font-size: 10px;
  font-weight: 700;
}

.composer {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(620px, 1.6fr);
  gap: 64px;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 96px var(--page-pad) 108px;
}

.section-intro h2,
.sequence-heading h2,
.movement-note h2,
.journal h2,
.score-switcher h2,
.ritual-comparison h2,
.application-score h2,
.application-scene h2,
.texture-study h2,
.formula-bands h2,
.product-information h2,
.product-faq h2 {
  margin-top: 16px;
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 400;
  line-height: 1.12;
}

.section-intro > p:last-child {
  max-width: 390px;
  margin-top: 28px;
  color: rgba(23, 23, 22, 0.7);
  font-size: 14px;
}

.tempo-console {
  align-self: end;
  border-top: 1px solid var(--stage-black);
  border-bottom: 1px solid var(--stage-black);
}

.tempo-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.tempo-tabs button {
  min-height: 64px;
  padding: 0 18px;
  border: 0;
  border-right: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
}

.tempo-tabs button:last-child {
  border-right: 0;
}

.tempo-tabs button[aria-selected="true"] {
  color: var(--paper-white);
  background: var(--wine);
}

.tempo-score {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 34px 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 10px;
  font-weight: 700;
}

.tempo-score i {
  height: 1px;
  background: var(--stage-black);
}

.tempo-result {
  display: grid;
  grid-template-columns: 0.7fr 1.6fr auto;
  align-items: start;
  gap: 32px;
  min-height: 134px;
  padding: 26px 24px;
}

.tempo-kicker {
  color: var(--wine);
  font-family: var(--font-display);
  font-size: 20px;
}

.tempo-description {
  color: rgba(23, 23, 22, 0.72);
  font-size: 13px;
}

.product-sequence {
  border-top: 1px solid var(--stage-black);
}

.sequence-heading {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 48px;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 88px var(--page-pad);
}

.ribbon-feature {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(340px, 5fr);
  min-height: 720px;
  border-top: 1px solid var(--stage-black);
  border-bottom: 1px solid var(--stage-black);
}

.ribbon-feature figure,
.tempo-feature figure,
.fold-feature figure,
.reset-feature figure {
  min-height: 0;
  overflow: hidden;
}

.ribbon-feature img,
.tempo-feature img,
.fold-feature img,
.reset-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px;
}

.feature-copy h3,
.tempo-feature h3,
.fold-feature h3,
.reset-feature h3 {
  font-family: var(--font-display);
  font-size: 58px;
  font-weight: 400;
  line-height: 1;
}

.feature-copy h3 {
  margin: 18px 0 44px;
}

.feature-line {
  margin-bottom: 22px;
  color: var(--wine);
  font-family: var(--font-display);
  font-size: 26px;
  line-height: 1.25;
}

.feature-copy > p:not(.chapter-no):not(.feature-line) {
  max-width: 420px;
  color: rgba(23, 23, 22, 0.7);
  font-size: 14px;
}

.feature-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 56px;
}

.icon-action {
  display: inline-grid;
  place-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  font-size: 22px;
}

.tempo-feature {
  display: grid;
  grid-template-columns: minmax(360px, 0.7fr) minmax(0, 1.3fr);
  min-height: 650px;
  color: var(--paper-white);
  background: var(--stage-black);
}

.tempo-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px var(--page-pad);
}

.tempo-feature h3 {
  margin: 18px 0 36px;
}

.tempo-feature-copy > p:not(.chapter-no) {
  max-width: 380px;
  color: rgba(255, 253, 248, 0.72);
  font-size: 14px;
}

.stage-button,
.purchase-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  margin-top: 44px;
  padding: 0 18px;
  border: 1px solid currentColor;
  border-radius: 2px;
  color: var(--paper-white);
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

.tempo-feature .stage-button {
  max-width: 250px;
}

.fold-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(340px, 0.75fr);
  border-bottom: 1px solid var(--stage-black);
}

.fold-feature figure {
  min-height: 620px;
}

.fold-caption {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  align-content: end;
  min-width: 0;
  padding: 52px;
  border-left: 1px solid var(--stage-black);
  background: var(--paper-white);
}

.fold-caption h3 {
  margin: 16px 0 24px;
  color: var(--wine);
  font-size: 42px;
}

.fold-caption p {
  align-self: start;
  color: rgba(23, 23, 22, 0.7);
  font-size: 14px;
}

.fold-caption .icon-action {
  justify-self: end;
}

.reset-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(340px, 0.7fr);
  min-height: 620px;
  color: var(--paper-white);
  background: var(--soft-black);
}

.reset-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px var(--page-pad);
  border-left: 1px solid var(--light-line);
}

.reset-copy h3 {
  margin: 18px 0 32px;
}

.reset-copy > p:not(.chapter-no) {
  color: rgba(255, 253, 248, 0.72);
  font-size: 14px;
}

.stage-button-light {
  width: 100%;
}

.movement-note {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
  gap: 80px;
  padding: 112px var(--page-pad);
  color: var(--paper-white);
  background: var(--pool-teal);
}

.movement-note-lead {
  max-width: 520px;
  margin-left: max(0px, calc((100vw - var(--max-width)) / 2));
}

.movement-note ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 760px;
  list-style: none;
}

.movement-note li {
  min-height: 220px;
  padding: 28px;
  border-top: 1px solid var(--light-line);
  border-left: 1px solid var(--light-line);
}

.movement-note li:nth-child(even) {
  border-right: 1px solid var(--light-line);
}

.movement-note li:nth-last-child(-n + 2) {
  border-bottom: 1px solid var(--light-line);
}

.movement-note li span {
  display: block;
  margin-bottom: 38px;
  font-size: 10px;
}

.movement-note li strong {
  display: block;
  margin-bottom: 12px;
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 400;
}

.movement-note li p {
  color: rgba(255, 253, 248, 0.72);
  font-size: 13px;
}

.journal {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
  gap: 80px;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 104px var(--page-pad);
}

.journal-lines {
  border-top: 1px solid var(--stage-black);
}

.journal-lines a {
  display: grid;
  grid-template-columns: 90px 1fr 44px;
  align-items: center;
  gap: 20px;
  min-height: 92px;
  border-bottom: 1px solid var(--line);
}

.journal-lines span {
  color: var(--wine);
  font-size: 10px;
}

.journal-lines strong {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 400;
}

.journal-lines i {
  font-style: normal;
  text-align: right;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.1fr 0.7fr 1.2fr;
  gap: 48px;
  padding: 64px var(--page-pad) 34px;
  color: var(--paper-white);
  background: var(--stage-black);
}

.footer-brand p {
  margin-top: 12px;
  color: rgba(255, 253, 248, 0.56);
  font-size: 10px;
}

.footer-wordmark {
  font-size: 34px;
}

.site-footer nav {
  display: grid;
  align-content: start;
  gap: 10px;
  font-size: 12px;
}

.newsletter label {
  display: block;
  margin-bottom: 18px;
  font-family: var(--font-display);
  font-size: 20px;
}

.newsletter > div {
  display: grid;
  grid-template-columns: 1fr 44px;
  border-bottom: 1px solid var(--light-line);
}

.newsletter input {
  min-width: 0;
  min-height: 48px;
  padding: 0;
  border: 0;
  color: var(--paper-white);
  background: transparent;
}

.newsletter input::placeholder {
  color: rgba(255, 253, 248, 0.45);
}

.newsletter button {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  color: var(--paper-white);
  background: transparent;
  cursor: pointer;
}

.newsletter [data-newsletter-status] {
  min-height: 24px;
  margin-top: 10px;
  color: var(--skin-rose);
  font-size: 11px;
}

.copyright {
  grid-column: 1 / -1;
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px solid var(--light-line);
  color: rgba(255, 253, 248, 0.5);
  font-size: 10px;
}

.sequence-dialog {
  width: min(520px, calc(100% - 28px));
  max-height: min(680px, calc(100svh - 28px));
  margin: auto;
  padding: 0;
  border: 1px solid var(--stage-black);
  border-radius: 2px;
  color: var(--stage-black);
  background: var(--warm-white);
}

.sequence-dialog::backdrop {
  background: rgba(23, 23, 22, 0.68);
}

.dialog-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 28px;
  border-bottom: 1px solid var(--stage-black);
}

.dialog-head h2 {
  margin-top: 8px;
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 400;
}

.dialog-close {
  width: 44px;
  min-width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 26px;
}

.sequence-items {
  max-height: 360px;
  overflow: auto;
}

.sequence-item {
  display: grid;
  grid-template-columns: 36px 1fr 44px;
  align-items: center;
  min-height: 72px;
  padding: 0 18px 0 28px;
  border-bottom: 1px solid var(--line);
}

.sequence-item span {
  color: var(--wine);
  font-size: 10px;
}

.sequence-item strong {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 400;
}

.sequence-item button {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 20px;
}

.sequence-empty {
  padding: 36px 28px;
  color: rgba(23, 23, 22, 0.62);
  font-size: 13px;
}

.dialog-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  padding: 0 28px;
  color: var(--paper-white);
  background: var(--wine);
  font-size: 12px;
  font-weight: 700;
}

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Ritual Score */
.ritual-hero {
  height: calc(100svh - 108px);
  max-height: 840px;
  color: var(--paper-white);
}

.ritual-hero > img {
  object-position: center;
}

.ritual-hero-copy {
  position: absolute;
  z-index: 2;
  top: 17%;
  left: max(var(--page-pad), calc((100vw - var(--max-width)) / 2 + 48px));
}

.ritual-hero-copy h1,
.pdp-hero-copy h1 {
  margin: 18px 0 26px;
  font-size: 84px;
  line-height: 0.88;
}

.ritual-hero-copy > p:last-child,
.pdp-hero-copy > p:last-child {
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1.35;
}

.score-switcher {
  display: grid;
  grid-template-columns: minmax(320px, 0.7fr) minmax(0, 1.3fr);
  gap: 72px;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 104px var(--page-pad);
}

.score-switcher-controls {
  border-top: 1px solid var(--stage-black);
}

.ritual-tabs button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 0;
  min-height: 74px;
}

.ritual-tabs button span {
  font-size: 10px;
}

.ritual-tabs button[aria-selected="true"] {
  background: var(--tangerine);
}

.ritual-live {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr;
  gap: 36px;
  padding: 36px 0 0;
  border-top: 1px solid var(--line);
}

.ritual-live > div > p:last-child {
  margin-top: 18px;
  color: rgba(23, 23, 22, 0.66);
  font-size: 13px;
}

.ritual-live ol {
  list-style: none;
  border-top: 1px solid var(--line);
}

.ritual-live li {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  min-height: 46px;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}

.ritual-live li span {
  color: var(--wine);
  font-size: 10px;
}

.ritual-live .stage-button {
  grid-column: 1 / -1;
  justify-self: end;
  width: 240px;
  margin: 0;
  color: var(--stage-black);
}

.tempo-chapter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 720px;
  border-top: 1px solid var(--stage-black);
}

.tempo-chapter figure {
  min-height: 720px;
  overflow: hidden;
}

.tempo-chapter figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tempo-chapter-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px;
}

.tempo-chapter-copy h2 {
  margin: 18px 0 34px;
  font-family: var(--font-display);
  font-size: 58px;
  font-weight: 400;
  line-height: 1.08;
}

.tempo-lead {
  max-width: 470px;
  margin-bottom: 42px;
  color: rgba(23, 23, 22, 0.68);
}

.tempo-chapter-copy dl {
  border-top: 1px solid var(--stage-black);
}

.tempo-chapter-copy dl > div {
  display: grid;
  grid-template-columns: 120px 1fr;
  min-height: 48px;
  border-bottom: 1px solid var(--line);
}

.tempo-chapter-copy dt,
.tempo-chapter-copy dd {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.tempo-chapter-copy dt {
  color: var(--wine);
  font-weight: 700;
}

.plain-add {
  align-self: flex-start;
  min-height: 44px;
  margin-top: 38px;
  padding: 0 0 4px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

.tempo-recover {
  color: var(--paper-white);
  background: var(--wine);
}

.tempo-recover .tempo-lead,
.tempo-recover dd {
  color: rgba(255, 253, 248, 0.72);
}

.tempo-recover .tempo-chapter-copy dl,
.tempo-recover .tempo-chapter-copy dl > div {
  border-color: var(--light-line);
}

.tempo-recover .tempo-chapter-copy dt {
  color: var(--skin-rose);
}

.tempo-slow {
  background: var(--paper-white);
}

.ritual-comparison {
  display: grid;
  grid-template-columns: minmax(320px, 0.7fr) minmax(0, 1.3fr);
  gap: 72px;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 104px var(--page-pad);
}

.table-reader {
  align-self: end;
  max-width: 100%;
  overflow-x: auto;
}

table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  font-size: 12px;
}

th,
td {
  min-height: 56px;
  padding: 16px 14px;
  border: 1px solid var(--line);
  text-align: left;
}

thead th {
  color: var(--paper-white);
  background: var(--stage-black);
}

tbody th {
  color: var(--wine);
}

.ritual-next {
  min-height: 440px;
  padding: 90px var(--page-pad);
  color: var(--paper-white);
  background: var(--stage-black);
}

.ritual-next > * {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.ritual-next h2 {
  margin-top: 24px;
  font-family: var(--font-display);
  font-size: 68px;
  font-weight: 400;
  line-height: 1.05;
}

.ritual-next .light-link {
  margin-top: 40px;
}

/* Product */
.pdp-hero {
  height: calc(100svh - 108px);
  max-height: 820px;
  color: var(--paper-white);
}

.pdp-hero > img {
  object-position: center;
}

.pdp-hero-copy {
  position: absolute;
  z-index: 2;
  top: 17%;
  left: max(var(--page-pad), calc((100vw - var(--max-width)) / 2 + 48px));
}

.pdp-hero-copy h1 {
  font-family: var(--font-display);
}

.purchase-score {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(440px, 0.92fr);
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 104px var(--page-pad);
}

.purchase-packshot {
  min-height: 720px;
  overflow: hidden;
}

.purchase-packshot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.purchase-copy {
  align-self: start;
  padding: 48px 0 48px 64px;
}

.purchase-copy h2 {
  margin: 16px 0 30px;
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 400;
  line-height: 1.12;
}

.purchase-summary {
  max-width: 520px;
  margin-bottom: 38px;
  color: rgba(23, 23, 22, 0.68);
  font-size: 14px;
}

.product-at-a-glance {
  border-top: 1px solid var(--stage-black);
}

.product-at-a-glance > div {
  display: grid;
  grid-template-columns: 110px 1fr;
  min-height: 50px;
  border-bottom: 1px solid var(--line);
}

.product-at-a-glance dt,
.product-at-a-glance dd {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.product-at-a-glance dt {
  color: var(--wine);
  font-weight: 700;
}

.purchase-button {
  width: 100%;
  margin-top: 38px;
  color: var(--paper-white);
  background: var(--tangerine);
  border-color: var(--tangerine);
}

.purchase-note {
  margin-top: 12px;
  color: rgba(23, 23, 22, 0.55);
  font-size: 10px;
}

.application-score {
  display: grid;
  grid-template-columns: minmax(320px, 0.7fr) minmax(0, 1.3fr);
  gap: 72px;
  padding: 96px var(--page-pad);
  border-top: 1px solid var(--stage-black);
}

.application-score header {
  margin-left: max(0px, calc((100vw - var(--max-width)) / 2));
}

.application-score ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 900px;
  list-style: none;
}

.application-score li {
  min-height: 260px;
  padding: 28px 24px;
  border-top: 1px solid var(--stage-black);
  border-bottom: 1px solid var(--stage-black);
  border-left: 1px solid var(--line);
}

.application-score li:last-child {
  border-right: 1px solid var(--line);
}

.application-score li span {
  display: block;
  color: var(--tangerine);
  font-size: 10px;
}

.application-score li strong {
  display: block;
  margin: 48px 0 16px;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 400;
}

.application-score li p {
  color: rgba(23, 23, 22, 0.68);
  font-size: 12px;
}

.application-scene {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(360px, 0.55fr);
  min-height: 650px;
  color: var(--paper-white);
  background: var(--stage-black);
}

.application-scene figure {
  overflow: hidden;
}

.application-scene img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.application-scene > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px var(--page-pad);
}

.application-scene h2 {
  margin-bottom: 30px;
}

.application-scene > div > p:last-child {
  color: rgba(255, 253, 248, 0.68);
  font-size: 14px;
}

.texture-study {
  padding-top: 104px;
}

.texture-study > header {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: 72px;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--page-pad) 72px;
}

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

.texture-pair figure {
  min-width: 0;
  border-top: 1px solid var(--stage-black);
}

.texture-pair figure:first-child {
  border-right: 1px solid var(--stage-black);
}

.texture-pair figcaption {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px;
  min-height: 76px;
  padding: 22px var(--page-pad);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--stage-black);
  font-size: 12px;
}

.texture-pair figcaption span {
  color: var(--wine);
  font-size: 10px;
  font-weight: 700;
}

.formula-bands {
  display: grid;
  grid-template-columns: minmax(320px, 0.7fr) minmax(0, 1.3fr);
  gap: 72px;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 112px var(--page-pad);
}

.formula-bands dl {
  border-top: 1px solid var(--stage-black);
}

.formula-bands dl > div {
  display: grid;
  grid-template-columns: minmax(160px, 0.7fr) 1.3fr;
  min-height: 72px;
  border-bottom: 1px solid var(--line);
}

.formula-bands dt,
.formula-bands dd {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.formula-bands dt {
  color: var(--wine);
  font-weight: 700;
}

.formula-note {
  grid-column: 2;
  color: rgba(23, 23, 22, 0.52);
  font-size: 10px;
}

.product-information {
  display: grid;
  grid-template-columns: minmax(320px, 0.7fr) minmax(0, 1.3fr);
  gap: 72px;
  padding: 92px var(--page-pad);
  color: var(--paper-white);
  background: var(--pool-teal);
}

.product-information > div {
  margin-left: max(0px, calc((100vw - var(--max-width)) / 2));
}

.product-information dl {
  max-width: 900px;
  border-top: 1px solid var(--paper-white);
}

.product-information dl > div {
  display: grid;
  grid-template-columns: 150px 1fr;
  min-height: 56px;
  border-bottom: 1px solid var(--light-line);
}

.product-information dt,
.product-information dd {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.product-information dt {
  color: rgba(255, 253, 248, 0.66);
}

.product-faq {
  display: grid;
  grid-template-columns: minmax(320px, 0.7fr) minmax(0, 1.3fr);
  gap: 72px;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 104px var(--page-pad);
}

.product-faq > div {
  border-top: 1px solid var(--stage-black);
}

.product-faq details {
  border-bottom: 1px solid var(--line);
}

.product-faq summary {
  position: relative;
  min-height: 64px;
  padding: 22px 52px 18px 0;
  cursor: pointer;
  font-size: 13px;
  list-style: none;
}

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

.product-faq summary::after {
  position: absolute;
  top: 18px;
  right: 8px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  content: "+";
  font-size: 18px;
}

.product-faq details[open] summary::after {
  content: "−";
}

.product-faq details p {
  max-width: 680px;
  padding: 0 52px 22px 0;
  color: rgba(23, 23, 22, 0.66);
  font-size: 13px;
}

.next-stage {
  min-height: 500px;
  padding: 92px var(--page-pad);
  color: var(--paper-white);
  background: var(--wine);
}

.next-stage > * {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.next-stage h2 {
  margin-top: 24px;
  font-family: var(--font-display);
  font-size: 72px;
  font-weight: 400;
  line-height: 0.98;
}

.next-stage > p:not(.eyebrow) {
  margin-top: 26px;
  color: rgba(255, 253, 248, 0.7);
}

.next-stage .light-link {
  margin-top: 38px;
}

@media (max-width: 1180px) {
  :root {
    --page-pad: 34px;
  }

  .site-header {
    grid-template-columns: minmax(150px, 1fr) auto minmax(150px, 1fr);
  }

  .desktop-nav {
    gap: 20px;
  }

  .hero-copy h1 {
    font-size: 76px;
  }

  .composer,
  .score-switcher,
  .ritual-comparison,
  .formula-bands,
  .product-faq {
    grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
    gap: 44px;
  }

  .tempo-result {
    grid-template-columns: 0.7fr 1.4fr;
  }

  .tempo-result .text-link {
    grid-column: 2;
    justify-self: start;
  }

  .feature-copy,
  .tempo-chapter-copy {
    padding: 52px;
  }

  .feature-copy h3,
  .tempo-feature h3,
  .tempo-chapter-copy h2 {
    font-size: 48px;
  }

  .movement-note,
  .journal,
  .application-score,
  .product-information {
    gap: 48px;
  }

  .purchase-score {
    grid-template-columns: minmax(0, 1fr) minmax(400px, 0.9fr);
  }

  .purchase-copy {
    padding-left: 44px;
  }
}

@media (max-width: 900px) {
  :root {
    --header-height: 58px;
    --page-pad: 24px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    min-height: var(--header-height);
  }

  .desktop-nav {
    display: none;
  }

  .header-actions {
    grid-column: 2;
  }

  .menu-trigger {
    display: block;
  }

  .mobile-nav {
    position: fixed;
    z-index: 99;
    top: var(--header-height);
    right: 0;
    left: 0;
    display: grid;
    visibility: hidden;
    padding: 24px;
    border-bottom: 1px solid var(--stage-black);
    color: var(--stage-black);
    background: var(--warm-white);
    opacity: 0;
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms;
  }

  .mobile-nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: none;
  }

  .mobile-nav a {
    display: flex;
    align-items: center;
    min-height: 52px;
    border-bottom: 1px solid var(--line);
  font-family: var(--font-display);
    font-size: 20px;
  }

  .home-hero,
  .ritual-hero,
  .pdp-hero {
    min-height: 640px;
  }

  .hero-copy {
    top: 18%;
  }

  .hero-copy h1 {
    font-size: 64px;
  }

  .hero-line {
    font-size: 25px;
  }

  .composer,
  .score-switcher,
  .ritual-comparison,
  .formula-bands,
  .product-faq,
  .application-score {
    grid-template-columns: 1fr;
    gap: 54px;
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .section-intro h2,
  .sequence-heading h2,
  .movement-note h2,
  .journal h2,
  .score-switcher h2,
  .ritual-comparison h2,
  .application-score h2,
  .application-scene h2,
  .texture-study h2,
  .formula-bands h2,
  .product-information h2,
  .product-faq h2 {
    font-size: 40px;
  }

  .tempo-result {
    grid-template-columns: 1fr;
  }

  .tempo-result .text-link {
    grid-column: auto;
  }

  .sequence-heading {
    grid-template-columns: 1fr;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .ribbon-feature,
  .tempo-feature,
  .fold-feature,
  .reset-feature {
    grid-template-columns: 1fr;
  }

  .ribbon-feature figure,
  .tempo-feature figure,
  .fold-feature figure,
  .reset-feature figure {
    min-height: 560px;
  }

  .tempo-feature figure {
    grid-row: 1;
  }

  .fold-caption,
  .reset-copy {
    min-height: 360px;
    border-left: 0;
    border-top: 1px solid currentColor;
  }

  .reset-copy {
    border-color: var(--light-line);
  }

  .movement-note,
  .journal {
    grid-template-columns: 1fr;
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .movement-note-lead {
    margin-left: 0;
  }

  .journal-lines a {
    grid-template-columns: 74px 1fr 36px;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .newsletter {
    grid-column: 1 / -1;
  }

  .ritual-hero-copy h1,
  .pdp-hero-copy h1 {
    font-size: 68px;
  }

  .ritual-live {
    grid-template-columns: 1fr 1fr;
  }

  .tempo-chapter {
    grid-template-columns: 1fr;
  }

  .tempo-chapter figure {
    min-height: 680px;
  }

  .tempo-recover .tempo-chapter-copy {
    grid-row: 2;
  }

  .ritual-comparison .table-reader {
    width: 100%;
  }

  .purchase-score {
    grid-template-columns: 1fr 1fr;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .purchase-packshot {
    min-height: 600px;
  }

  .purchase-copy {
    padding: 24px 0 24px 32px;
  }

  .purchase-copy h2 {
    font-size: 38px;
  }

  .application-score header {
    margin-left: 0;
  }

  .application-score ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .application-score li:nth-child(2) {
    border-right: 1px solid var(--line);
  }

  .application-score li:nth-child(-n + 2) {
    border-bottom: 0;
  }

  .application-scene {
    grid-template-columns: 1fr;
  }

  .application-scene figure {
    min-height: 560px;
  }

  .application-scene > div {
    min-height: 380px;
  }

  .texture-study > header {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .formula-note {
    grid-column: 1;
  }

  .product-information {
    grid-template-columns: 1fr;
  }

  .product-information > div {
    margin-left: 0;
  }
}

@media (max-width: 640px) {
  :root {
    --page-pad: 18px;
  }

  .wordmark {
    font-size: 21px;
  }

  .home-hero {
    height: calc(100svh - 98px);
    min-height: 650px;
    max-height: 760px;
  }

  .hero-media img {
    object-position: center;
  }

  .hero-copy {
    top: 10%;
    right: 18px;
    left: 18px;
    max-width: none;
  }

  .hero-copy h1 {
    margin-top: 12px;
    font-size: 52px;
  }

  .hero-line {
    font-size: 22px;
  }

  .hero-link {
    margin-top: 24px;
  }

  .hero-index {
    right: 18px;
    bottom: 18px;
  }

  .composer {
    gap: 42px;
    padding-top: 64px;
    padding-bottom: 70px;
  }

  .section-intro h2,
  .sequence-heading h2,
  .movement-note h2,
  .journal h2,
  .score-switcher h2,
  .ritual-comparison h2,
  .application-score h2,
  .application-scene h2,
  .texture-study h2,
  .formula-bands h2,
  .product-information h2,
  .product-faq h2 {
    font-size: 34px;
  }

  .tempo-tabs button {
    min-width: 0;
    min-height: 56px;
    padding: 0 8px;
    font-size: 11px;
  }

  .tempo-score {
    grid-template-columns: 56px 1fr;
    gap: 0;
    padding: 0 16px;
  }

  .tempo-score span,
  .tempo-score i {
    min-height: 44px;
  }

  .tempo-score span {
    display: flex;
    align-items: center;
  }

  .tempo-score i {
    position: relative;
    width: 1px;
    height: 44px;
    justify-self: start;
    background: var(--line);
  }

  .tempo-result {
    min-height: 0;
    padding: 22px 16px;
  }

  .sequence-heading {
    gap: 20px;
  }

  .ribbon-feature figure,
  .tempo-feature figure,
  .fold-feature figure,
  .reset-feature figure {
    min-height: 430px;
  }

  .feature-copy,
  .tempo-feature-copy,
  .fold-caption,
  .reset-copy,
  .tempo-chapter-copy {
    padding: 44px 24px;
  }

  .feature-copy h3,
  .tempo-feature h3,
  .tempo-chapter-copy h2 {
    font-size: 40px;
  }

  .fold-caption h3 {
    font-size: 34px;
  }

  .feature-actions {
    margin-top: 38px;
  }

  .movement-note ol {
    grid-template-columns: 1fr;
  }

  .movement-note li {
    min-height: 170px;
    border-right: 1px solid var(--light-line);
    border-bottom: 0;
  }

  .movement-note li:last-child {
    border-bottom: 1px solid var(--light-line);
  }

  .movement-note li span {
    margin-bottom: 24px;
  }

  .journal {
    gap: 42px;
  }

  .journal-lines a {
    grid-template-columns: 1fr 32px;
    gap: 12px;
    min-height: 104px;
    padding: 16px 0;
  }

  .journal-lines span {
    grid-column: 1;
  }

  .journal-lines strong {
    grid-column: 1;
    font-size: 17px;
  }

  .journal-lines i {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding-top: 50px;
  }

  .newsletter {
    grid-column: auto;
  }

  .ritual-hero,
  .pdp-hero {
    height: calc(100svh - 98px);
    min-height: 630px;
    max-height: 740px;
  }

  .ritual-hero > img {
    object-position: 54% center;
  }

  .pdp-hero > img {
    object-position: 56% center;
  }

  .ritual-hero-copy,
  .pdp-hero-copy {
    top: 10%;
    right: 18px;
    left: 18px;
  }

  .ritual-hero-copy h1,
  .pdp-hero-copy h1 {
    font-size: 52px;
  }

  .ritual-hero-copy > p:last-child,
  .pdp-hero-copy > p:last-child {
    font-size: 19px;
  }

  .ritual-hero-index {
    right: 18px;
    bottom: 18px;
  }

  .score-switcher,
  .ritual-comparison,
  .formula-bands,
  .product-faq,
  .application-score {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .ritual-tabs button {
    flex-direction: column;
    gap: 2px;
    min-height: 62px;
  }

  .ritual-live {
    grid-template-columns: 1fr;
  }

  .ritual-live .stage-button {
    grid-column: auto;
    justify-self: stretch;
    width: 100%;
  }

  .tempo-chapter figure {
    min-height: 540px;
  }

  .tempo-chapter-copy dl > div {
    grid-template-columns: 92px 1fr;
  }

  .ritual-next {
    min-height: 390px;
    padding-top: 72px;
  }

  .ritual-next h2 {
    font-size: 48px;
  }

  .purchase-score {
    grid-template-columns: 1fr;
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .purchase-packshot {
    min-height: 520px;
  }

  .purchase-copy {
    padding: 42px 0 0;
  }

  .purchase-copy h2 {
    font-size: 34px;
  }

  .product-at-a-glance > div {
    grid-template-columns: 92px 1fr;
  }

  .application-score ol {
    grid-template-columns: 1fr;
  }

  .application-score li,
  .application-score li:nth-child(-n + 2) {
    min-height: 180px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .application-score li:last-child {
    border-bottom: 1px solid var(--stage-black);
  }

  .application-score li strong {
    margin-top: 28px;
  }

  .application-scene figure {
    min-height: 420px;
  }

  .application-scene > div {
    min-height: 350px;
    padding: 48px 24px;
  }

  .texture-study {
    padding-top: 72px;
  }

  .texture-pair {
    grid-template-columns: 1fr;
  }

  .texture-pair figure:first-child {
    border-right: 0;
  }

  .texture-pair figcaption {
    grid-template-columns: 80px 1fr;
    padding-right: 18px;
    padding-left: 18px;
  }

  .formula-bands dl > div {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 16px 0;
  }

  .formula-bands dt,
  .formula-bands dd {
    align-items: flex-start;
  }

  .product-information {
    gap: 40px;
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .product-information dl > div {
    grid-template-columns: 100px 1fr;
  }

  .product-faq {
    gap: 40px;
  }

  .next-stage {
    min-height: 420px;
    padding-top: 72px;
  }

  .next-stage h2 {
    font-size: 52px;
  }
}

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

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

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}
