:root {
  --black: #050505;
  --black-soft: #11100e;
  --gold: #d8b35f;
  --gold-bright: #f3d98e;
  --metal: #b89454;
  --warm: #f6f0e6;
  --white: #fffaf0;
  --muted: #bfb6a4;
  --ink: #181512;
  --line: rgba(216, 179, 95, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: clip;
}

body {
  margin: 0;
  max-width: 100%;
  overflow-x: clip;
  color: var(--white);
  background: var(--black);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.6;
}

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

.cta-primary,
.cta-secondary {
  display: inline-flex;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.75rem;
  border: 1px solid #d2b574;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease;
}

.cta-primary {
  background: #d2b574;
  color: #101315;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.cta-secondary {
  border-color: rgba(210, 181, 116, 0.65);
  background: transparent;
  color: #f3eddf;
}

.cta-primary:hover,
.cta-primary:focus-visible {
  background: #ead8a4;
  color: #101315;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(234, 216, 164, 0.18);
  transform: translateY(-2px);
}

.cta-secondary:hover,
.cta-secondary:focus-visible {
  border-color: #d2b574;
  background: rgba(210, 181, 116, 0.1);
  color: #f3eddf;
  transform: translateY(-2px);
}

.section-cta-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(18px, 4vw, 54px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 5, 5, 0.58);
  backdrop-filter: blur(18px);
}

.brand-mark {
  display: block;
  flex: 0 0 auto;
  line-height: 0;
}

.brand-logo {
  display: block;
  object-fit: cover;
  object-position: center 46%;
}

.brand-logo-header {
  width: clamp(132px, 13vw, 178px);
  height: clamp(53px, 5.2vw, 71px);
}

.brand-logo-hero {
  width: clamp(250px, 28vw, 390px);
  height: clamp(100px, 11.2vw, 156px);
}

.brand-logo-creed {
  width: min(100%, 300px);
  height: 120px;
  margin: 0 auto 20px;
  opacity: 0.82;
}

.brand-logo-watermark {
  width: min(72vw, 760px);
  height: min(29vw, 304px);
  opacity: 0.07;
}

.nav-links {
  display: flex;
  min-width: 0;
  gap: clamp(10px, 2.2vw, 28px);
  align-items: center;
  color: rgba(255, 250, 240, 0.78);
  font-size: clamp(0.68rem, 0.92vw, 0.76rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nav-links a {
  flex: 0 0 auto;
}

.nav-links a:hover {
  color: var(--gold-bright);
}

.cart-link {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--gold-bright);
  transition: color 180ms ease, transform 180ms ease, filter 180ms ease;
}

.cart-count {
  position: absolute;
  top: -5px;
  right: -7px;
  display: grid;
  min-width: 19px;
  height: 19px;
  place-items: center;
  padding: 0 5px;
  border: 1px solid #0a0a0a;
  border-radius: 999px;
  background: var(--gold-bright);
  color: #0a0a0a;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.cart-link:hover,
.cart-link:focus-visible {
  color: #f3cf71;
  transform: translateY(-1px);
  filter: drop-shadow(0 0 7px rgba(216, 179, 95, 0.5));
}

.cart-link svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

section {
  position: relative;
  overflow: hidden;
  padding: clamp(78px, 10vw, 140px) clamp(18px, 5vw, 72px);
}

img {
  max-width: 100%;
}

.section-dark {
  background:
    radial-gradient(circle at 50% 28%, rgba(216, 179, 95, 0.16), transparent 34%),
    linear-gradient(135deg, #050505 0%, #11100e 48%, #050505 100%);
}

.section-black {
  background:
    linear-gradient(180deg, rgba(184, 148, 84, 0.08), transparent 30%),
    var(--black);
}

.section-light {
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(216, 179, 95, 0.16), transparent 34%),
    var(--warm);
}

.section-warm {
  color: var(--ink);
  background:
    radial-gradient(circle at top right, rgba(216, 179, 95, 0.36), transparent 32%),
    #eee0cc;
}

.hero {
  min-height: 100vh;
  display: grid;
  place-items: center;
  text-align: left;
  isolation: isolate;
}

.hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at center, black, transparent 70%);
  pointer-events: none;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image {
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.92), rgba(5, 5, 5, 0.62) 42%, rgba(5, 5, 5, 0.18)),
    linear-gradient(180deg, rgba(5, 5, 5, 0.36), rgba(5, 5, 5, 0.72));
}

.hero-frame {
  position: relative;
  z-index: 2;
  max-width: 980px;
  padding: 38px 0;
}

.hero-frame-left {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.brand-lockup {
  display: inline-block;
  margin-bottom: 28px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: clamp(0.78rem, 2vw, 0.92rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1,
h2,
h3 {
  font-family: "Cinzel", Georgia, serif;
  font-weight: 700;
  line-height: 1.05;
}

.hero h1 {
  margin: 22px 0 10px;
  color: var(--gold-bright);
  font-size: clamp(3rem, 9vw, 7.4rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  max-width: 900px;
}

.subhead {
  margin: 0;
  color: rgba(255, 250, 240, 0.82);
  font-size: clamp(1rem, 2.2vw, 1.45rem);
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.tagline {
  margin: 28px 0 34px;
  color: var(--white);
  font-size: clamp(1.1rem, 2.2vw, 1.7rem);
  font-weight: 800;
  letter-spacing: 0.28em;
}

.hero-support {
  max-width: 650px;
  margin: 26px 0 0;
  color: rgba(255, 250, 240, 0.82);
  font-size: clamp(1.08rem, 2vw, 1.5rem);
  font-weight: 600;
}

.brand-tagline {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--gold-bright);
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(0.95rem, 1.7vw, 1.2rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 1px solid var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: transform 220ms ease, background 220ms ease, color 220ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #100d08;
  background: linear-gradient(135deg, var(--gold-bright), var(--metal));
}

.button-secondary {
  color: var(--gold-bright);
  background: transparent;
}

.metal-glow {
  position: absolute;
  width: 34vw;
  height: 34vw;
  border: 1px solid rgba(216, 179, 95, 0.15);
  border-radius: 50%;
  filter: blur(3px);
  opacity: 0.54;
}

.metal-glow-one {
  top: 11%;
  left: -12%;
}

.metal-glow-two {
  right: -13%;
  bottom: 8%;
}

.scroll-cue {
  position: absolute;
  bottom: 26px;
  left: 50%;
  width: 1px;
  height: 48px;
  background: linear-gradient(var(--gold), transparent);
  transform: translateX(-50%);
}

.section-heading,
.founder-letter,
.closing-copy {
  width: min(100%, 880px);
  margin: 0 auto;
  text-align: center;
}

.lifestyle-section {
  padding-top: clamp(42px, 7vw, 90px);
}

.lifestyle-grid {
  display: grid;
  width: min(100%, 1280px);
  margin: 0 auto;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.lifestyle-panel {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  border: 1px solid rgba(216, 179, 95, 0.24);
  background: var(--black);
}

.lifestyle-panel img,
.story-banner::before,
.apparel-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lifestyle-panel::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 34%, rgba(5, 5, 5, 0.88));
}

.lifestyle-panel div {
  position: absolute;
  right: 26px;
  bottom: 28px;
  left: 26px;
  z-index: 1;
}

.lifestyle-panel h2 {
  margin: 0;
  color: var(--gold-bright);
  font-size: clamp(1.8rem, 4vw, 3rem);
  text-transform: uppercase;
}

.lifestyle-panel p {
  margin: 8px 0 0;
  color: var(--white);
  font-size: 1.08rem;
  font-weight: 700;
}

.story-banner {
  min-height: clamp(280px, 42vw, 520px);
  display: grid;
  place-items: center;
  padding: clamp(52px, 9vw, 120px) clamp(18px, 5vw, 72px);
  background: #050505;
  isolation: isolate;
}

.story-banner::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  opacity: 0.48;
}

.story-banner::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.88), rgba(5, 5, 5, 0.34), rgba(5, 5, 5, 0.88)),
    radial-gradient(circle at center, rgba(216, 179, 95, 0.16), transparent 36%);
}

.story-banner p {
  max-width: 980px;
  margin: 0;
  color: var(--gold-bright);
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(2rem, 6vw, 5rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
}

.cinematic-copy {
  position: relative;
  z-index: 2;
  width: min(92%, 1100px);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5vw, 5rem);
  text-align: center;
}

.awakening-copy {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  padding: clamp(2rem, 6vw, 5rem) clamp(1.25rem, 5vw, 4rem);
  text-align: center;
  pointer-events: none;
}

.strongest-headline {
  display: grid;
  width: min(100%, 1280px);
  margin: 0 auto;
  color: #f3eddf;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(3rem, 7.4vw, 8rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 0.9;
  overflow-wrap: normal;
  text-transform: uppercase;
  text-wrap: balance;
}

.mobile-line {
  display: none;
}

.story-banner-mountain::before {
  background-image: url("assets/hero-mountain-sunrise.png");
}

.story-banner-gym::before {
  background-image: url("assets/lifestyle-strong-body.png");
}

.story-banner-ritual::before {
  background-image: url("assets/med-of-steel-shot-glass.png");
}

.story-banner-decision::before {
  background-image: url("assets/lifestyle-clear-mind.png");
}

.welcome-section {
  min-height: 100vh;
  display: grid;
  place-items: center;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.68), rgba(5, 5, 5, 0.4) 42%, rgba(5, 5, 5, 0.82)),
    radial-gradient(circle at 50% 40%, rgba(243, 217, 142, 0.16), transparent 32%),
    linear-gradient(135deg, #050505 0%, #17120c 38%, #6c5630 58%, #0b0a08 100%);
  isolation: isolate;
}

.welcome-section::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.05), transparent 34%),
    radial-gradient(ellipse at 48% 70%, rgba(255, 250, 240, 0.13), transparent 26%);
  opacity: 0.78;
}

.welcome-section::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(circle at center, black, transparent 72%);
}

.welcome-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.8), transparent 36%, rgba(5, 5, 5, 0.66)),
    linear-gradient(0deg, rgba(5, 5, 5, 0.9), transparent 42%, rgba(5, 5, 5, 0.72));
  pointer-events: none;
}

.welcome-cinematic-copy {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 960px);
  justify-items: center;
  gap: clamp(28px, 5vw, 54px);
  padding: 12vh 0;
  text-align: center;
}

.welcome-kicker,
.welcome-support {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 250, 240, 0.78);
  font-size: clamp(0.86rem, 1.7vw, 1.02rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.welcome-headline {
  max-width: 900px;
  margin: 0;
  color: var(--gold-bright);
  font-size: clamp(2.55rem, 8vw, 6.7rem);
  letter-spacing: 0.02em;
  line-height: 1.02;
  text-wrap: balance;
}

.welcome-headline span {
  display: block;
  color: var(--white);
}

.cinematic-line {
  opacity: 0;
  transform: translateY(28px);
  animation: cinematicFade 1400ms ease forwards;
}

.cinematic-line:nth-child(1) {
  animation-delay: 240ms;
}

.cinematic-line:nth-child(2) {
  animation-delay: 1180ms;
}

.cinematic-line:nth-child(3) {
  animation-delay: 2200ms;
}

.cinematic-line:nth-child(4) {
  animation-delay: 2980ms;
}

@keyframes cinematicFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.section-heading {
  margin-bottom: clamp(34px, 5vw, 62px);
}

.section-heading h2,
.ritual-copy h2,
.founder-letter h2,
.closing-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 6vw, 4.6rem);
}

.section-support {
  max-width: 720px;
  margin: 20px auto 0;
  color: #d6d8d8;
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  font-weight: 600;
}

.day-system {
  position: relative;
  z-index: 4;
  overflow: hidden;
  padding: clamp(5rem, 9vw, 8.5rem) clamp(1.25rem, 5vw, 5rem);
  isolation: isolate;
}

.day-system::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 50% 8%, rgba(210, 181, 116, 0.13), transparent 34%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px),
    linear-gradient(180deg, #060606, #0b0b0a 55%, #050505);
  background-size: auto, 72px 72px, auto;
}

.day-system__inner {
  width: min(100%, 1180px);
  margin-inline: auto;
}

.day-system__header {
  max-width: 800px;
  margin-inline: auto;
  text-align: center;
}

.day-system__header h2 {
  margin: 0;
  color: #f3eddf;
  font-size: clamp(2.7rem, 6vw, 5.8rem);
  line-height: 0.96;
  letter-spacing: 0;
  text-wrap: balance;
  text-transform: uppercase;
}

.day-system__header > p:last-child {
  margin: 1.25rem 0 0;
  color: #d6d8d8;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
}

.day-system__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: clamp(3rem, 6vw, 5rem);
  border-top: 1px solid rgba(210, 181, 116, 0.3);
  border-bottom: 1px solid rgba(210, 181, 116, 0.3);
}

.day-ritual {
  display: grid;
  grid-template-columns: clamp(94px, 11vw, 145px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  min-height: clamp(210px, 24vw, 280px);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-bottom: 1px solid rgba(210, 181, 116, 0.2);
}

.day-ritual:nth-child(odd) {
  border-right: 1px solid rgba(210, 181, 116, 0.2);
}

.day-ritual:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.day-ritual__media {
  display: grid;
  min-width: 0;
  place-items: center;
}

.day-ritual__image {
  display: block;
  width: min(100%, 140px);
  height: auto;
  aspect-ratio: 2 / 3;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.48));
}

.day-ritual__copy h3 {
  margin: 0;
  color: #d2b574;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  letter-spacing: 0;
  text-transform: uppercase;
}

.day-ritual__copy h3 span {
  color: #f3eddf;
  font-size: 0.68em;
  white-space: nowrap;
}

.day-ritual__copy p {
  margin: 0.8rem 0 0;
  color: #d6d8d8;
  font-size: clamp(0.94rem, 1.4vw, 1.08rem);
  line-height: 1.6;
}

.day-ritual__copy b {
  margin-inline: 0.3em;
  color: #d2b574;
  font-weight: 400;
}

.day-system__action {
  justify-content: center;
  margin-top: clamp(2.5rem, 5vw, 4rem);
}

@media (max-width: 760px) {
  .day-system__grid {
    grid-template-columns: 1fr;
  }

  .day-ritual,
  .day-ritual:nth-child(odd),
  .day-ritual:nth-last-child(-n + 2) {
    min-height: 190px;
    border-right: 0;
    border-bottom: 1px solid rgba(210, 181, 116, 0.2);
  }

  .day-ritual:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 430px) {
  .day-ritual {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 1rem;
    padding-inline: 0.75rem;
  }

  .day-ritual__copy h3 span {
    display: block;
    margin-top: 0.3rem;
  }
}

.building-section .section-heading {
  width: min(100%, 1120px);
  margin-inline: auto;
  text-align: center;
}

.building-section .section-heading h2 {
  max-width: 100%;
  color: #f3eddf;
  font-size: clamp(2.75rem, 6.6vw, 6.7rem);
  line-height: 0.96;
  letter-spacing: 0;
  text-wrap: balance;
}

.intent-grid,
.product-grid,
.apparel-grid {
  display: grid;
  width: min(100%, 1180px);
  margin: 0 auto;
  gap: 18px;
}

.intent-grid {
  width: min(92%, 1240px);
  gap: clamp(1rem, 2vw, 1.75rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.intent-card {
  min-height: 240px;
  display: grid;
  align-content: start;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid var(--line);
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.01)),
    rgba(255, 255, 255, 0.02);
  text-align: left;
  cursor: pointer;
  transition: border-color 220ms ease, transform 220ms ease, background 220ms ease;
}

.intent-card:hover,
.intent-card.active {
  border-color: var(--gold-bright);
  background:
    linear-gradient(145deg, rgba(216, 179, 95, 0.2), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 0 28px rgba(216, 179, 95, 0.08), 0 18px 42px rgba(0, 0, 0, 0.22);
  transform: translateY(-4px);
}

.intent-card span {
  display: block;
  margin-bottom: 46px;
  color: var(--gold);
  font-family: "Cinzel", Georgia, serif;
}

.intent-card strong {
  display: block;
  margin-bottom: 10px;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  letter-spacing: 0.05em;
  line-height: 1.1;
  text-transform: uppercase;
}

.intent-card small {
  color: #d6d8d8;
  font-size: 0.95rem;
}

.intent-response {
  width: min(100%, 760px);
  margin: 30px auto 0;
  color: var(--gold-bright);
  text-align: center;
}

.intent-response p {
  margin: 0 0 4px;
  font-size: clamp(1.05rem, 2.2vw, 1.45rem);
  font-weight: 700;
}

.intent-response span {
  display: block;
  color: rgba(255, 250, 240, 0.72);
  font-size: clamp(0.92rem, 1.7vw, 1.08rem);
}

.product-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
}

.product-card,
.apparel-card {
  display: grid;
  gap: 22px;
  padding: 16px;
  border: 1px solid rgba(24, 21, 18, 0.12);
  background: rgba(255, 255, 255, 0.45);
}

.product-visual,
.apparel-visual,
.hoodie-visual,
.image-placeholder,
.ritual-symbol {
  min-height: 290px;
  border: 1px solid rgba(216, 179, 95, 0.34);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), transparent),
    linear-gradient(135deg, #16120c, #d8b35f 48%, #fff4cb);
}

.visual-ignite {
  background: linear-gradient(135deg, #100b06, #d89d35, #fff0b2);
}

.visual-restore {
  background: linear-gradient(135deg, #08080a, #7d6a9f, #d8b35f);
}

.visual-thrive {
  background: linear-gradient(135deg, #10140f, #6f8c61, #e8c773);
}

.visual-hair {
  background: linear-gradient(135deg, #18100c, #9a6746, #efcf86);
}

.product-card h3,
.apparel-card h3 {
  margin: 0 0 8px;
  color: var(--gold-bright);
  font-size: 1.5rem;
}

.product-card p {
  margin: 0 0 18px;
  color: rgba(255, 250, 240, 0.74);
}

.product-card a {
  color: var(--gold-bright);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ritual-plaque-grid {
  width: min(92%, 1120px);
  gap: clamp(22px, 3vw, 34px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ritual-plaque {
  border-color: rgba(216, 179, 95, 0.28);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.012)),
    rgba(5, 5, 5, 0.82);
}

.plaque-label {
  position: relative;
  display: grid;
  min-height: 360px;
  place-items: center;
  padding: 32px;
  border: 2px solid var(--gold);
  background:
    linear-gradient(100deg, rgba(255, 255, 255, 0.06), transparent 22%, rgba(255, 255, 255, 0.05) 48%, transparent 72%),
    linear-gradient(145deg, #070707, #171513 58%, #050505);
  box-shadow: inset 0 0 0 1px rgba(255, 250, 240, 0.08);
  overflow: hidden;
  text-align: center;
}

.plaque-label-image {
  display: block;
  min-height: 0;
  padding: 0;
  aspect-ratio: 900 / 1274;
  overflow: hidden;
  background: #050505;
}

.plaque-label-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.plaque-label::before,
.plaque-label::after {
  position: absolute;
  width: 11px;
  height: 11px;
  content: "";
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 14px rgba(216, 179, 95, 0.44);
}

.plaque-label::before {
  top: 16px;
  left: 16px;
}

.plaque-label::after {
  right: 16px;
  bottom: 16px;
}

.plaque-brand,
.plaque-label small {
  color: rgba(255, 250, 240, 0.78);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.plaque-label strong {
  display: block;
  max-width: 100%;
  color: var(--gold-bright);
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(2.45rem, 5vw, 4.6rem);
  letter-spacing: 0.08em;
  line-height: 1;
  overflow-wrap: anywhere;
}

.accent-restore .plaque-label {
  border-color: #c8cdd2;
}

.accent-restore .plaque-label strong,
.accent-restore .product-actions a {
  color: #e5e8eb;
}

.accent-thrive .plaque-label {
  border-color: #8fa377;
}

.accent-thrive .plaque-label strong,
.accent-thrive .product-actions a {
  color: #c6d3a6;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.product-actions a,
.product-actions button {
  flex: 1 1 150px;
  text-align: center;
  white-space: nowrap;
}

.product-actions .cta-primary,
.product-actions .cta-secondary,
.apparel-card-actions .cta-primary,
.apparel-card-actions .cta-secondary {
  min-height: 48px;
  padding: 0.75rem 0.9rem;
  font-size: 0.68rem;
  white-space: normal;
}

.ritual-plaque.is-selected {
  border-color: #d2b574;
  box-shadow: 0 0 0 1px rgba(210, 181, 116, 0.38), 0 22px 60px rgba(0, 0, 0, 0.38);
}

.split-layout {
  display: grid;
  width: min(100%, 1120px);
  margin: 0 auto;
  align-items: center;
  gap: clamp(34px, 6vw, 84px);
  grid-template-columns: 0.9fr 1.1fr;
}

.ritual-copy p:not(.eyebrow) {
  margin: 0 0 clamp(14px, 2.2vw, 24px);
  color: rgba(255, 250, 240, 0.78);
  font-size: clamp(1.2rem, 2.4vw, 2rem);
  font-weight: 600;
}

.ritual-copy blockquote {
  max-width: 520px;
  margin: 34px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(216, 179, 95, 0.42);
  color: var(--gold-bright);
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(1.35rem, 3vw, 2.55rem);
  line-height: 1.15;
}

.image-placeholder {
  min-height: 520px;
  display: grid;
  place-items: center;
  color: rgba(255, 250, 240, 0.7);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ritual-symbol {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: clamp(440px, 42vw, 620px);
  min-height: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #050505;
}

.ritual-symbol img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.creed-section {
  position: relative;
  padding-top: clamp(88px, 11vw, 150px);
  padding-bottom: clamp(88px, 11vw, 150px);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 18%, rgba(216, 179, 95, 0.14), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px),
    #050505;
  background-size: auto, 72px 72px, auto;
}

.creed-plaque {
  position: relative;
  width: min(100%, 920px);
  margin: 0 auto;
  padding: clamp(34px, 6vw, 74px);
  border: 2px solid var(--gold);
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.055), transparent 18%, rgba(255, 255, 255, 0.04) 54%, transparent 78%),
    linear-gradient(145deg, #050505, #151310 58%, #050505);
  box-shadow: inset 0 0 0 1px rgba(255, 250, 240, 0.08), 0 28px 80px rgba(0, 0, 0, 0.42);
  text-align: center;
}

.fastener {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff0bc, var(--gold) 45%, #6f511c 100%);
}

.top-left {
  top: 18px;
  left: 18px;
}

.top-right {
  top: 18px;
  right: 18px;
}

.bottom-left {
  bottom: 18px;
  left: 18px;
}

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

.creed-plaque h2 {
  margin: 0 0 34px;
  color: var(--gold-bright);
  font-size: clamp(2rem, 5vw, 4.2rem);
  text-transform: uppercase;
}

.creed-lines {
  display: grid;
  gap: 12px;
}

.creed-lines p {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.1rem, 2.2vw, 1.7rem);
  font-weight: 700;
}

.creed-footer {
  margin: 36px 0 0;
  color: var(--gold-bright);
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.creed-actions {
  margin-top: 34px;
}

.full-creed-experience {
  position: relative;
  width: min(100%, 920px);
  margin: clamp(32px, 5vw, 56px) auto 0;
  padding: clamp(30px, 5vw, 64px);
  border: 1px solid rgba(216, 179, 95, 0.34);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(7, 8, 8, 0.92);
  text-align: center;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.full-creed-experience h3 {
  margin: 0;
  color: var(--gold-bright);
  font-size: clamp(1.8rem, 4vw, 3.8rem);
  text-transform: uppercase;
}

.full-creed-lines {
  display: grid;
  gap: clamp(12px, 2vw, 20px);
  margin: clamp(22px, 4vw, 38px) auto;
}

.full-creed-lines p {
  margin: 0;
  color: #f3eddf;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  font-weight: 700;
}

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

.apparel-section .section-heading h2,
.apparel-support {
  color: var(--white);
}

.apparel-support {
  max-width: 700px;
  margin: 16px auto 0;
  color: rgba(255, 250, 240, 0.72);
  font-size: clamp(1rem, 1.7vw, 1.18rem);
}

.apparel-actions {
  margin-top: 28px;
}

.apparel-feature {
  width: min(100%, 1180px);
  height: clamp(280px, 42vw, 520px);
  margin: 0 auto 24px;
  overflow: hidden;
  border: 1px solid rgba(216, 179, 95, 0.28);
}

.apparel-statement {
  max-width: min(92%, 980px);
  margin: 0 auto 28px;
  color: var(--gold-bright);
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(1.8rem, 4vw, 3.8rem);
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.apparel-card p {
  margin: 0;
  color: rgba(255, 250, 240, 0.72);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.apparel-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.order-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(216, 179, 95, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px),
    linear-gradient(180deg, #050505, #11100e 56%, #050505);
  background-size: auto, 72px 72px, auto;
}

.order-heading {
  width: min(100%, 980px);
}

.order-subtitle {
  margin: 18px 0 0;
  color: var(--gold-bright);
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.order-intro {
  max-width: 860px;
  margin: 24px auto 0;
  color: rgba(255, 250, 240, 0.74);
  font-size: clamp(1rem, 1.7vw, 1.18rem);
}

.rank-grid {
  display: grid;
  width: min(100%, 1280px);
  margin: 0 auto;
  gap: 16px;
  grid-template-columns: repeat(5, 1fr);
}

.purchase-paths {
  display: grid;
  width: min(100%, 980px);
  margin: 0 auto 28px;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}

.purchase-paths article {
  padding: 24px;
  border: 1px solid rgba(216, 179, 95, 0.28);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.012)),
    rgba(5, 5, 5, 0.72);
}

.purchase-paths span {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.purchase-paths strong {
  display: block;
  margin-top: 12px;
  color: var(--white);
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(1.25rem, 2.4vw, 1.8rem);
  text-transform: uppercase;
}

.purchase-paths p {
  margin: 12px 0 0;
  color: rgba(255, 250, 240, 0.72);
}

.rank-card {
  position: relative;
  min-height: 430px;
  padding: 26px 22px;
  border: 1px solid rgba(216, 179, 95, 0.32);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.01)),
    radial-gradient(circle at 50% 0%, rgba(216, 179, 95, 0.12), transparent 36%),
    rgba(5, 5, 5, 0.84);
  box-shadow: inset 0 1px 0 rgba(255, 250, 240, 0.1), 0 18px 40px rgba(0, 0, 0, 0.24);
  transition: border-color 260ms ease, transform 260ms ease, box-shadow 260ms ease;
}

.rank-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(110deg, transparent, rgba(255, 250, 240, 0.055), transparent);
  opacity: 0.5;
  pointer-events: none;
}

.rank-card:hover {
  border-color: var(--gold-bright);
  box-shadow: inset 0 1px 0 rgba(255, 250, 240, 0.16), 0 26px 60px rgba(0, 0, 0, 0.38);
  transform: translateY(-6px);
}

.rank-badge {
  position: relative;
  width: 72px;
  height: 72px;
  margin-bottom: 28px;
  border: 1px solid rgba(216, 179, 95, 0.42);
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 250, 240, 0.42), transparent 12%),
    linear-gradient(135deg, #2b2925, #d8b35f 54%, #59544b);
  box-shadow: 0 0 26px rgba(216, 179, 95, 0.18);
}

.badge-stones span {
  position: absolute;
  border-radius: 45% 55% 50% 42%;
  background: linear-gradient(135deg, #6d6a62, #1c1b19);
}

.badge-stones span:nth-child(1) {
  left: 15px;
  bottom: 18px;
  width: 24px;
  height: 20px;
}

.badge-stones span:nth-child(2) {
  right: 14px;
  bottom: 16px;
  width: 28px;
  height: 22px;
}

.badge-stones span:nth-child(3) {
  left: 28px;
  top: 22px;
  width: 20px;
  height: 18px;
}

.badge-anvil span {
  position: absolute;
  left: 15px;
  right: 12px;
  bottom: 22px;
  height: 18px;
  background: linear-gradient(135deg, #f3d98e, #6c5630);
  clip-path: polygon(0 34%, 58% 34%, 76% 0, 100% 0, 82% 100%, 8% 100%);
}

.badge-shield span,
.badge-crest span {
  position: absolute;
  inset: 16px 20px 14px;
  background: linear-gradient(135deg, #f3d98e, #6b562f 58%, #fff3c6);
  clip-path: polygon(50% 0, 88% 16%, 78% 76%, 50% 100%, 22% 76%, 12% 16%);
}

.badge-star span {
  position: absolute;
  inset: 17px;
  background: linear-gradient(135deg, #f5f2e9, #b8b2a4 48%, #6d6960);
  clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 56%, 79% 92%, 50% 70%, 21% 92%, 32% 56%, 2% 35%, 39% 35%);
}

.badge-crest {
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 250, 240, 0.5), transparent 16%),
    linear-gradient(135deg, #4f3d17, #f3d98e 54%, #8b6a2d);
}

.rank-level,
.rank-milestone,
.plan-kicker {
  margin: 0;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.rank-card h3 {
  margin: 10px 0 12px;
  color: var(--white);
  font-size: clamp(1.55rem, 2.6vw, 2.1rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rank-milestone {
  color: rgba(255, 250, 240, 0.74);
}

.rank-card ul,
.prepaid-benefits ul {
  display: grid;
  gap: 11px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.rank-card li,
.prepaid-benefits li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 250, 240, 0.76);
  font-size: 0.95rem;
}

.rank-card li::before,
.prepaid-benefits li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 6px;
  height: 1px;
  content: "";
  background: var(--gold);
}

.order-closing {
  display: grid;
  justify-items: center;
  gap: 28px;
  width: min(100%, 880px);
  margin: 48px auto 0;
  text-align: center;
}

.order-closing blockquote {
  margin: 0;
  color: var(--gold-bright);
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(1.35rem, 3vw, 2.4rem);
  line-height: 1.18;
}

.hoodie-visual {
  display: grid;
  min-height: 350px;
  place-items: center;
  padding: 28px;
  color: var(--gold-bright);
  background:
    radial-gradient(circle at 50% 28%, rgba(216, 179, 95, 0.16), transparent 34%),
    linear-gradient(135deg, #050505, #1e1a13);
  text-align: center;
}

.hoodie-visual p {
  margin: 0 0 16px;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(1.6rem, 4vw, 2.5rem);
}

.hoodie-visual span {
  color: var(--white);
}

.apparel-visual {
  min-height: 350px;
}

.scrubs {
  background: linear-gradient(135deg, #090909, #5e5a50, #d8b35f);
}

.founder-letter {
  padding: clamp(28px, 5vw, 60px) 0;
}

.founder-copy {
  display: grid;
  gap: 18px;
  margin: 30px auto 0;
  max-width: 820px;
}

.founder-copy p {
  margin: 0;
  color: rgba(24, 21, 18, 0.76);
  font-size: clamp(1.08rem, 2vw, 1.55rem);
  line-height: 1.55;
}

.founder-copy p:nth-last-child(2) {
  color: #8b6a2d;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(1.35rem, 3vw, 2.45rem);
  line-height: 1.18;
}

.closing-section {
  min-height: 74vh;
  display: grid;
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 28%, rgba(216, 179, 95, 0.18), transparent 34%),
    linear-gradient(145deg, #050505, #11100e 52%, #050505);
}

.closing-copy p {
  color: #d6d8d8;
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 600;
}

.closing-copy h2 {
  margin: 0 0 24px;
  color: var(--gold-bright);
  line-height: 0.94;
  text-transform: uppercase;
}

.closing-actions {
  margin: 28px 0 18px;
}

.closing-member-link {
  display: inline-flex;
  margin-top: 8px;
  color: #d2b574;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.faq-grid {
  display: grid;
  width: min(100%, 980px);
  margin: 0 auto;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}

.comparison-section {
  padding: clamp(72px, 9vw, 132px) clamp(20px, 5vw, 72px);
  background:
    radial-gradient(circle at 50% 16%, rgba(216, 179, 95, 0.1), transparent 34%),
    #050505;
}

.comparison-figure {
  width: min(100%, 1024px);
  margin: 0 auto;
}

.comparison-figure a {
  display: block;
  border: 1px solid rgba(216, 179, 95, 0.56);
  background: #050505;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.46);
}

.comparison-figure a:hover,
.comparison-figure a:focus-visible {
  border-color: var(--gold-bright);
  outline: none;
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.46),
    0 0 0 2px rgba(216, 179, 95, 0.18);
}

.comparison-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 3;
  object-fit: contain;
}

.comparison-figure figcaption {
  width: min(100%, 820px);
  margin: 20px auto 0;
  color: #adb2b5;
  font-size: 0.88rem;
  line-height: 1.7;
  text-align: center;
}

.comparison-copy {
  width: min(100%, 1080px);
  margin: clamp(58px, 8vw, 100px) auto 0;
}

.comparison-copy > h3 {
  max-width: 900px;
  margin: 0 auto clamp(32px, 5vw, 54px);
  color: #f3eddf;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(1.65rem, 3.7vw, 3.6rem);
  line-height: 1.08;
  letter-spacing: 0;
  text-align: center;
  text-wrap: balance;
}

.comparison-copy__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(210, 181, 116, 0.4);
  background: rgba(255, 255, 255, 0.018);
}

.comparison-copy__column {
  min-width: 0;
  padding: clamp(28px, 5vw, 54px);
}

.comparison-copy__column + .comparison-copy__column {
  border-left: 1px solid rgba(210, 181, 116, 0.4);
}

.comparison-copy__column h4 {
  margin: 0 0 1.6rem;
  color: #f3eddf;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  letter-spacing: 0;
}

.comparison-copy__column--steel h4 {
  color: #d2b574;
}

.comparison-copy__column ul {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.comparison-copy__column li {
  position: relative;
  padding-left: 1.4rem;
  color: #d6d8d8;
  line-height: 1.6;
}

.comparison-copy__column li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 0.42rem;
  height: 1px;
  background: #d2b574;
}

.comparison-copy__closing {
  margin: clamp(36px, 6vw, 62px) auto 0;
  color: #d2b574;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(1.25rem, 2.8vw, 2.3rem);
  line-height: 1.35;
  text-align: center;
}

@media (max-width: 700px) {
  .comparison-copy__grid {
    grid-template-columns: 1fr;
  }

  .comparison-copy__column + .comparison-copy__column {
    border-top: 1px solid rgba(210, 181, 116, 0.4);
    border-left: 0;
  }
}

.faq-grid article,
.cart-placeholder {
  padding: 26px;
  border: 1px solid rgba(216, 179, 95, 0.26);
  background: rgba(255, 255, 255, 0.035);
}

.faq-grid h3 {
  margin: 0 0 12px;
  color: var(--gold-bright);
  font-size: 1.3rem;
}

.faq-grid p,
.contact-copy,
.cart-placeholder p {
  margin: 0;
  color: rgba(255, 250, 240, 0.72);
}

.contact-copy {
  max-width: 720px;
  margin: 22px auto 0;
  font-size: clamp(1rem, 1.8vw, 1.22rem);
}

.contact-email {
  display: inline-block;
  margin-top: 1rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(210, 181, 116, 0.55);
  color: #d2b574;
  font-size: clamp(0.9rem, 1.5vw, 1.05rem);
  font-weight: 700;
  overflow-wrap: anywhere;
  transition: color 180ms ease, border-color 180ms ease;
}

.contact-email:hover,
.contact-email:focus-visible {
  border-color: #f3d98e;
  color: #f3d98e;
}

.cart-placeholder {
  width: min(100%, 720px);
  margin: 0 auto;
  text-align: center;
}

.cart-placeholder span {
  display: block;
  margin-bottom: 12px;
  color: var(--gold-bright);
  font-family: "Cinzel", Georgia, serif;
  font-size: 1.8rem;
  text-transform: uppercase;
}

.button:focus-visible,
.nav-links a:focus-visible,
.product-actions a:focus-visible,
.product-actions button:focus-visible,
.cta-primary:focus-visible,
.cta-secondary:focus-visible,
.story-link:focus-visible,
.collection-teaser a:focus-visible,
.quiz-answer:focus-visible,
.quiz-start-button:focus-visible,
.quiz-actions button:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 4px;
}

.cinematic-media {
  position: relative;
  min-height: clamp(560px, 76vh, 860px);
  overflow: hidden;
  isolation: isolate;
}

.cinematic-media__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--focal-position, center center);
}

.cinematic-media::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(180deg, rgba(5, 8, 10, 0.18) 0%, rgba(5, 8, 10, 0.32) 48%, rgba(5, 8, 10, 0.78) 100%),
    radial-gradient(circle at center, rgba(216, 179, 95, 0.14), transparent 42%);
  pointer-events: none;
}

.cinematic-media__content {
  position: relative;
  z-index: 2;
}

.awakening-media {
  position: relative;
  min-height: clamp(560px, 78vh, 850px);
  overflow: hidden;
}

.awakening-media .cinematic-media__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
}

.awakening-media::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  background:
    linear-gradient(
      180deg,
      rgba(5, 7, 9, 0.08) 20%,
      rgba(5, 7, 9, 0.28) 55%,
      rgba(5, 7, 9, 0.82) 100%
    );
  pointer-events: none;
}

.story-banner::before {
  display: none;
}

.story-banner {
  min-height: clamp(560px, 76vh, 860px);
  padding-inline: clamp(16px, 5vw, 64px);
}

.future-message {
  color: var(--white);
  text-shadow: 0 0 32px rgba(216, 179, 95, 0.28);
}

.story-banner p,
.future-message {
  width: min(100%, 1120px);
  margin-inline: auto;
  font-size: clamp(2.35rem, 6.4vw, 6.4rem);
  line-height: 0.98;
  letter-spacing: 0;
  overflow-wrap: normal;
  text-wrap: balance;
}

.story-banner .cinematic-media__content {
  display: grid;
  width: min(100%, 1180px);
  place-items: center;
  padding-inline: clamp(0.5rem, 3vw, 2rem);
  text-align: center;
}

.discipline-banner,
.future-banner {
  min-height: clamp(620px, 82vh, 920px);
  background:
    radial-gradient(circle at 50% 45%, rgba(216, 179, 95, 0.12), transparent 44%),
    #050505;
}

.discipline-banner .cinematic-media__image,
.future-banner .cinematic-media__image {
  object-fit: contain;
  object-position: center center;
  background: #050505;
}

.discipline-banner::after,
.future-banner::after {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.72), rgba(5, 5, 5, 0.18) 48%, rgba(5, 5, 5, 0.72)),
    linear-gradient(180deg, rgba(5, 5, 5, 0.18), rgba(5, 5, 5, 0.5));
}

.recovery-banner .cinematic-media__image {
  object-fit: cover;
  object-position: center center;
}

.hero-image {
  object-position: 62% 42%;
}

.lifestyle-panel {
  min-height: clamp(560px, 70vh, 760px);
}

.lifestyle-panel:nth-child(1) img {
  object-position: 48% 34%;
}

.lifestyle-panel:nth-child(2) img {
  object-position: 50% 36%;
}

.lifestyle-panel:nth-child(3) img {
  object-position: 50% 38%;
}

.product-system-line {
  margin: 24px auto 0;
  max-width: 720px;
  color: rgba(255, 250, 240, 0.78);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-system-list {
  margin: 10px auto 0;
  color: var(--gold-bright);
  font-family: "Cinzel", Georgia, serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ritual-plaque-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ritual-plaque {
  align-content: start;
}

.ritual-type {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.support-list {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.support-list li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 250, 240, 0.72);
  font-size: 0.92rem;
}

.support-list li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 1px;
  content: "";
  background: var(--gold);
}

.ritual-icon {
  position: absolute;
  top: 28px;
  left: 50%;
  width: 46px;
  height: 46px;
  transform: translateX(-50%);
}

.icon-sun {
  border: 1px solid currentColor;
  border-radius: 50%;
  color: var(--gold-bright);
  box-shadow: 0 0 0 10px rgba(216, 179, 95, 0.08);
}

.icon-root {
  color: #c6d3a6;
}

.icon-root::before,
.icon-root::after {
  position: absolute;
  content: "";
  background: currentColor;
}

.icon-root::before {
  left: 22px;
  top: 7px;
  width: 2px;
  height: 34px;
}

.icon-root::after {
  left: 14px;
  top: 10px;
  width: 19px;
  height: 15px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 18px 0 0;
  background: transparent;
}

.icon-moon {
  border-radius: 50%;
  color: #e5e8eb;
  box-shadow: -12px 0 0 0 currentColor;
  transform: translateX(calc(-50% + 12px));
}

.icon-flame {
  color: var(--gold-bright);
}

.icon-flame::before {
  position: absolute;
  inset: 7px 12px;
  content: "";
  background: currentColor;
  clip-path: polygon(53% 0, 78% 32%, 67% 54%, 88% 76%, 50% 100%, 14% 76%, 32% 50%, 28% 28%);
}

.accent-revive .plaque-label {
  border-color: var(--metal);
}

.accent-revive .plaque-label strong,
.accent-revive .product-actions a {
  color: var(--gold-bright);
}

.collection-teaser {
  width: min(100%, 900px);
  margin: 42px auto 0;
  padding: 28px;
  border: 1px solid rgba(216, 179, 95, 0.26);
  background: rgba(255, 255, 255, 0.035);
  text-align: center;
}

.sample-offer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  width: min(100%, 1060px);
  margin: clamp(34px, 5vw, 64px) auto 0;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(210, 181, 116, 0.45);
  background:
    linear-gradient(135deg, rgba(210, 181, 116, 0.08), transparent 46%),
    #0b0d0e;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.035), 0 20px 46px rgba(0, 0, 0, 0.28);
}

.sample-offer__copy .eyebrow {
  margin-bottom: 7px;
}

.sample-offer__copy h3 {
  margin: 0;
  color: #f3eddf;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(1.45rem, 3vw, 2.4rem);
  line-height: 1.05;
  text-transform: uppercase;
}

.sample-offer__copy > p:last-child {
  max-width: 650px;
  margin: 10px 0 0;
  color: #adb2b5;
}

.sample-offer__purchase {
  display: grid;
  min-width: 220px;
  gap: 10px;
  justify-items: stretch;
}

.sample-offer__purchase > strong {
  color: #d2b574;
  font-family: "Cinzel", Georgia, serif;
  font-size: 1.65rem;
  text-align: center;
}

.sample-offer__purchase > strong span {
  color: #adb2b5;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sample-offer__purchase .cta-primary {
  width: 100%;
}

.sample-offer__status {
  min-height: 1.2rem;
  margin: 0;
  color: #adb2b5;
  font-size: 0.72rem;
  text-align: center;
}

@media (max-width: 700px) {
  .sample-offer {
    grid-template-columns: 1fr;
  }

  .sample-offer__purchase {
    width: 100%;
  }
}

.office-trial {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  width: min(100%, 1180px);
  margin: clamp(4rem, 8vw, 7.5rem) auto 0;
  padding: clamp(3rem, 6vw, 5.5rem) clamp(1.5rem, 5vw, 5rem);
  overflow: hidden;
  border-block: 1px solid rgba(210, 181, 116, 0.38);
  background:
    radial-gradient(circle at 12% 22%, rgba(210, 181, 116, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.025), transparent 48%),
    #080909;
}

.office-trial::after {
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(210, 181, 116, 0.11);
  content: "";
  pointer-events: none;
}

.office-trial__intro,
.office-trial__details {
  position: relative;
  z-index: 1;
}

.office-trial__intro h3 {
  margin: 0;
  color: #f3eddf;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(2.35rem, 5.2vw, 4.9rem);
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
}

.office-trial__lead {
  max-width: 500px;
  margin: 1.4rem 0 0;
  color: #d2b574;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.5;
}

.office-trial__details > p:first-child {
  margin: 0;
  color: #d6d8d8;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.75;
}

.office-trial__label,
.office-trial__offer {
  margin: 1.8rem 0 0.8rem;
  color: #d2b574;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.office-trial__industries {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0;
  margin: 0;
  padding: 0;
  color: #f3eddf;
  list-style: none;
}

.office-trial__industries li {
  font-weight: 700;
}

.office-trial__industries li:not(:last-child)::after {
  margin-inline: 0.65rem;
  color: #d2b574;
  content: "\2022";
}

.office-trial__offer {
  margin-top: 2.2rem;
}

.office-trial__button {
  display: inline-flex;
  justify-content: center;
  width: min(100%, 390px);
}

.office-trial__assurance {
  margin: 1rem 0 0;
  color: #adb2b5;
  font-size: 0.9rem;
  line-height: 1.6;
}

@media (max-width: 820px) {
  .office-trial {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .office-trial__intro h3 br {
    display: none;
  }
}

@media (max-width: 430px) {
  .office-trial {
    padding-inline: 1.25rem;
  }

  .office-trial::after {
    inset: 0.55rem;
  }

  .office-trial__button {
    width: 100%;
  }
}

.collection-teaser h3 {
  margin: 0 0 12px;
  color: var(--gold-bright);
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  text-transform: uppercase;
}

.collection-teaser p {
  margin: 0 0 18px;
  color: rgba(255, 250, 240, 0.74);
}

.collection-teaser a {
  color: var(--gold-bright);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-cta {
  margin-top: 30px;
  text-align: center;
}

.ritual-quiz {
  --quiz-bg: #0a0d0f;
  --quiz-panel: rgba(18, 22, 25, 0.94);
  --quiz-text: #f1ead7;
  --quiz-muted: #a9adb0;
  --quiz-gold: #c6a76b;
  --quiz-border: rgba(198, 167, 107, 0.34);
  position: relative;
  padding: clamp(5rem, 10vw, 9rem) 1.25rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 25%, rgba(198, 167, 107, 0.14), transparent 42%),
    linear-gradient(180deg, #050505, var(--quiz-bg));
}

.quiz-shell {
  display: grid;
  width: min(100%, 1120px);
  margin: 0 auto;
  gap: clamp(28px, 5vw, 62px);
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
}

.quiz-intro-panel {
  position: relative;
  z-index: 5;
  width: min(92%, 1000px);
  max-width: calc(100vw - 32px);
  margin-inline: auto;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(210, 181, 116, 0.45);
  background:
    linear-gradient(145deg, rgba(25, 30, 33, 0.97), rgba(9, 12, 14, 0.98));
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  pointer-events: auto;
}

.quiz-intro {
  position: relative;
  z-index: 5;
  display: grid;
  width: 100%;
  justify-items: center;
  gap: clamp(18px, 3vw, 28px);
  text-align: center;
  pointer-events: auto;
}

.quiz-intro__eyebrow {
  margin: 0;
  color: #d2b574;
  font-size: clamp(0.85rem, 1vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.quiz-intro h2,
.quiz-result h3 {
  max-width: 850px;
  margin: 0;
  color: #f3eddf;
  font-size: clamp(2.5rem, 5.5vw, 5.5rem);
  line-height: 0.96;
  text-transform: uppercase;
  text-wrap: balance;
}

.quiz-intro__lead {
  max-width: 760px;
  margin: 0;
  color: #d6d8d8;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.6;
}

.quiz-intro__secondary {
  margin: 0;
  color: #d2b574;
  font-size: clamp(0.9rem, 1.4vw, 1.05rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quiz-disclaimer,
.quiz-result p,
.quiz-result li {
  color: rgba(241, 234, 215, 0.82);
}

.quiz-time {
  color: var(--quiz-gold) !important;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.quiz-panel {
  position: relative;
  z-index: 5;
  width: min(100%, 900px);
  margin-inline: auto;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(198, 167, 107, 0.46);
  background:
    linear-gradient(145deg, rgba(27, 32, 35, 0.97), rgba(11, 14, 16, 0.97));
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  pointer-events: auto;
}

.quiz-start {
  display: grid;
  justify-items: center;
  gap: 24px;
  text-align: center;
}

.quiz-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 100%;
}

.quiz-benefits span {
  position: relative;
  padding: 10px 14px 10px 34px;
  border: 1px solid rgba(198, 167, 107, 0.26);
  color: #f3eddf;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.quiz-benefits span::before {
  position: absolute;
  left: 13px;
  content: "✓";
  color: var(--quiz-gold);
}

.quiz-preview {
  max-width: 650px;
  margin: 0;
  color: #d6d8d8;
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  overflow-wrap: break-word;
  text-wrap: pretty;
}

.quiz-benefits span::before {
  top: 50%;
  width: 8px;
  height: 14px;
  border-right: 2px solid var(--quiz-gold);
  border-bottom: 2px solid var(--quiz-gold);
  content: "";
  transform: translateY(-60%) rotate(40deg);
}

.rotating-ritual {
  color: var(--quiz-gold);
  font-family: "Cinzel", Georgia, serif;
  animation: ritualPulse 4.5s ease-in-out infinite;
}

.quiz-start-button {
  position: relative;
  z-index: 5;
  min-height: 60px;
  padding: 1rem 1.75rem;
  border: 1px solid #d2b574;
  background: #f3eddf;
  color: #111416;
  font-weight: 800;
  letter-spacing: 0.14em;
  cursor: pointer;
  pointer-events: auto;
}

.quiz-start-button:hover,
.quiz-start-button:focus-visible {
  background: #d2b574;
  transform: translateY(-2px);
}

.quiz-question-stage {
  animation: quizFade 260ms ease both;
}

.quiz-question-stage[hidden],
.quiz-start[hidden],
.quiz-intro[hidden] {
  display: none;
}

.quiz-progress {
  margin-bottom: 24px;
}

.quiz-progress-text {
  display: block;
  margin-bottom: 12px;
  color: var(--quiz-gold);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.quiz-progress-track {
  height: 6px;
  background: rgba(255, 255, 255, 0.08);
}

.quiz-progress-track span {
  display: block;
  width: var(--quiz-progress, 16.666%);
  height: 100%;
  background: linear-gradient(90deg, var(--metal), var(--quiz-gold));
  transition: width 220ms ease;
}

.quiz-question {
  margin: 0 0 22px;
  color: var(--quiz-text);
  font-size: clamp(1.35rem, 3vw, 2.2rem);
}

.quiz-answers {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.75rem;
}

.quiz-answer {
  display: grid;
  grid-template-columns: 2.6rem 1fr;
  align-items: center;
  gap: 1rem;
  width: 100%;
  border: 1px solid var(--quiz-border);
  background: rgba(255, 255, 255, 0.035);
  color: #f3eddf;
  min-height: 68px;
  padding: 1rem 1.15rem;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.quiz-answer__marker {
  display: grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  border: 1px solid rgba(198, 167, 107, 0.62);
  color: #d2b574;
  font-weight: 700;
}

.quiz-answer:hover,
.quiz-answer:focus-visible {
  border-color: #d2b574;
  background: rgba(198, 167, 107, 0.09);
  transform: translateY(-2px);
}

.quiz-answer[aria-pressed="true"] {
  border-color: #d2b574;
  background: rgba(198, 167, 107, 0.16);
  box-shadow:
    0 0 0 1px rgba(198, 167, 107, 0.2),
    0 12px 30px rgba(0, 0, 0, 0.25);
}

.quiz-actions,
.quiz-result-actions,
.story-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.quiz-actions button {
  cursor: pointer;
}

.quiz-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.quiz-back.is-hidden {
  visibility: hidden;
}

.quiz-disclaimer {
  max-width: 820px;
  margin: 24px auto 0;
  color: #adb2b5;
  font-size: 0.82rem;
  line-height: 1.55;
  overflow-wrap: break-word;
}

.quiz-intro-panel > .quiz-disclaimer {
  display: none;
}

.quiz-result {
  display: grid;
  gap: 20px;
}

.quiz-result-kicker,
.quiz-result-type {
  margin: 0;
  color: var(--quiz-gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.quiz-result h4 {
  margin: 0;
  color: var(--quiz-text);
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(1.6rem, 4vw, 3rem);
  text-transform: uppercase;
}

.quiz-result-tagline {
  margin: 0;
  color: #d6d8d8;
  font-weight: 800;
}

.quiz-text-link {
  border: 0;
  background: transparent;
  color: #d2b574;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-decoration: underline;
  text-transform: uppercase;
  text-underline-offset: 6px;
  cursor: pointer;
}

.quiz-text-link:hover,
.quiz-text-link:focus-visible {
  color: #ead8a4;
}

.quiz-result ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
}

.email-option {
  display: grid;
  gap: 10px;
  margin-top: 8px;
  padding-top: 18px;
  border-top: 1px solid rgba(198, 167, 107, 0.2);
}

.email-option label {
  color: var(--quiz-text);
  font-weight: 800;
}

.email-option input {
  width: 100%;
  border: 1px solid var(--quiz-border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--quiz-text);
  padding: 14px 16px;
}

.story-forge-section {
  background:
    radial-gradient(circle at 50% 18%, rgba(216, 179, 95, 0.15), transparent 34%),
    radial-gradient(circle at 50% 50%, transparent 34%, rgba(0, 0, 0, 0.58) 100%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px),
    linear-gradient(145deg, #050505, #111417 52%, #050505);
  background-size: auto, auto, 64px 64px, auto;
}

.story-forge-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(6, 8, 10, 0.72), rgba(6, 8, 10, 0.9));
  pointer-events: none;
}

.story-watermark {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 0.055;
  pointer-events: none;
}

.story-forge {
  position: relative;
  z-index: 1;
  max-width: 900px;
  color: #d6d8d8;
}

.story-forge h2 {
  color: #f3eddf;
  text-transform: uppercase;
}

.story-forge .founder-copy {
  max-width: 860px;
  gap: clamp(28px, 4vw, 44px);
}

.story-forge .founder-copy p {
  color: #d6d8d8;
  opacity: 1;
}

.story-group {
  display: grid;
  gap: clamp(10px, 1.7vw, 16px);
}

.story-group strong,
.build-yourself {
  color: #d2b574;
  font-family: "Cinzel", Georgia, serif;
  opacity: 1;
}

.story-group-major p {
  color: #d2b574 !important;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(1.5rem, 4vw, 3.2rem) !important;
  font-weight: 700;
  line-height: 1.08 !important;
  text-transform: uppercase;
}

.story-forge .reveal {
  opacity: 1;
  transform: none;
}

@keyframes quizFade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ritualPulse {
  0%,
  100% {
    opacity: 0.72;
  }

  50% {
    opacity: 1;
  }
}

.build-yourself {
  margin-top: 12px;
  font-size: clamp(2.2rem, 7vw, 5.4rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.apparel-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
}

.ritual-symbol img,
.cinematic-media__image,
.lifestyle-panel img,
.apparel-feature img {
  max-width: none;
}

.story-actions {
  justify-content: center;
}

.story-link {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  color: var(--gold-bright);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ritual-symbol img {
  height: 100%;
  max-height: none;
  min-height: 0;
  object-fit: cover;
  object-position: center center;
}

.apparel-feature img {
  object-position: center 42%;
}

.membership-page {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px),
    var(--black);
  background-size: 72px 72px;
}

.membership-hero {
  min-height: 92vh;
  display: grid;
  place-items: center;
  text-align: center;
}

.membership-hero-copy {
  width: min(100%, 980px);
}

.membership-hero h1 {
  margin: 0;
  color: var(--gold-bright);
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(3rem, 9vw, 7rem);
  line-height: 0.98;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.membership-hero p:last-child {
  max-width: 760px;
  margin: 28px auto 0;
  color: rgba(255, 250, 240, 0.78);
  font-size: clamp(1.08rem, 2vw, 1.45rem);
}

.membership-plan-grid {
  display: grid;
  width: min(100%, 1180px);
  margin: 0 auto;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
}

.membership-plan,
.prepaid-benefits,
.dashboard-preview {
  border: 1px solid rgba(216, 179, 95, 0.32);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.012)),
    rgba(5, 5, 5, 0.8);
  box-shadow: inset 0 1px 0 rgba(255, 250, 240, 0.1), 0 18px 46px rgba(0, 0, 0, 0.28);
}

.membership-plan {
  display: flex;
  flex-direction: column;
  min-height: 240px;
  padding: 28px;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.membership-plan:hover,
.membership-plan:focus-visible {
  border-color: #d2b574;
  background:
    radial-gradient(circle at 50% 15%, rgba(210, 181, 116, 0.16), transparent 58%),
    rgba(8, 9, 9, 0.94);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.38), inset 0 0 0 1px rgba(210, 181, 116, 0.18);
  outline: none;
  transform: translateY(-6px);
}

.membership-plan.is-selected {
  border-color: #f3d98e;
  background:
    linear-gradient(145deg, rgba(210, 181, 116, 0.18), rgba(8, 9, 9, 0.96)),
    #080909;
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.42), inset 0 0 0 1px rgba(243, 217, 142, 0.28);
  transform: translateY(-6px);
}

.membership-plan h3 {
  margin: 18px 0 26px;
  color: var(--white);
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  text-transform: uppercase;
}

.plan-price {
  margin: 0;
  color: var(--gold-bright);
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
}

.plan-price span {
  display: block;
  color: rgba(255, 250, 240, 0.68);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.9rem;
}

.membership-plan__button {
  width: 100%;
  min-height: 52px;
  margin-top: auto;
  padding-inline: 0.8rem;
}

.membership-plan.is-selected .membership-plan__button {
  background: #f3d98e;
}

.membership-selection-status {
  max-width: 760px;
  min-height: 1.5rem;
  margin: 24px auto 0;
  color: #adb2b5;
  font-size: 0.82rem;
  text-align: center;
}

.prepaid-layout {
  display: grid;
  width: min(100%, 1120px);
  margin: 0 auto;
  align-items: center;
  gap: clamp(34px, 6vw, 84px);
  grid-template-columns: 0.95fr 1.05fr;
}

.prepaid-copy h2 {
  margin: 0;
  color: var(--gold-bright);
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(2.2rem, 6vw, 4.6rem);
  line-height: 1.02;
  text-transform: uppercase;
}

.prepaid-copy p:last-child {
  max-width: 620px;
  color: rgba(255, 250, 240, 0.74);
  font-size: clamp(1rem, 1.8vw, 1.22rem);
}

.prepaid-benefits {
  padding: clamp(26px, 4vw, 44px);
}

.dashboard-preview {
  width: min(100%, 900px);
  margin: 0 auto;
  padding: clamp(24px, 4vw, 42px);
}

.dashboard-topline,
.progress-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.dashboard-topline span,
.progress-label span,
.dashboard-stat-grid span {
  display: block;
  color: rgba(255, 250, 240, 0.58);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.dashboard-topline strong {
  display: block;
  margin-top: 8px;
  color: var(--gold-bright);
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(2rem, 5vw, 4rem);
  text-transform: uppercase;
}

.progress-ring {
  display: grid;
  width: clamp(96px, 16vw, 138px);
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  color: var(--gold-bright);
  font-family: "Cinzel", Georgia, serif;
  font-size: 1.7rem;
  background:
    radial-gradient(circle at center, #050505 58%, transparent 59%),
    conic-gradient(var(--gold-bright) 0 68%, rgba(255, 250, 240, 0.12) 68% 100%);
}

.progress-panel {
  margin: 28px 0;
  padding: 22px 0;
  border-top: 1px solid rgba(216, 179, 95, 0.18);
  border-bottom: 1px solid rgba(216, 179, 95, 0.18);
}

.progress-label strong {
  color: var(--white);
}

.progress-track {
  height: 8px;
  margin-top: 16px;
  background: rgba(255, 250, 240, 0.12);
}

.progress-track span {
  display: block;
  width: 68%;
  height: 100%;
  background: linear-gradient(90deg, var(--metal), var(--gold-bright));
}

.dashboard-stat-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
}

.dashboard-stat-grid div {
  min-height: 110px;
  padding: 18px;
  border: 1px solid rgba(216, 179, 95, 0.2);
  background: rgba(255, 255, 255, 0.035);
}

.dashboard-stat-grid strong {
  display: block;
  margin-top: 12px;
  color: var(--white);
  font-size: clamp(1rem, 2vw, 1.3rem);
}

.reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 760ms ease, transform 760ms ease;
}

.js-enabled .reveal {
  opacity: 0;
  transform: translateY(24px);
}

.js-enabled .reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .nav-links {
    display: flex;
    width: 100%;
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
  }

  .intent-grid,
  .product-grid,
  .ritual-plaque-grid,
  .lifestyle-grid,
  .faq-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .membership-plan-grid,
  .purchase-paths,
  .dashboard-stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .split-layout,
  .apparel-grid,
  .prepaid-layout {
    grid-template-columns: 1fr;
  }

  .image-placeholder {
    min-height: 360px;
  }

  .ritual-symbol {
    min-height: 460px;
  }

  .cinematic-media,
  .story-banner {
    min-height: clamp(500px, 68vh, 720px);
  }

  .quiz-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1100px) {
  .split-layout {
    grid-template-columns: 1fr;
  }

  .ritual-symbol {
    width: min(100%, 860px);
    margin-inline: auto;
  }
}

@media (max-width: 700px) {
  .awakening-copy h2 {
    font-size: clamp(2.65rem, 12vw, 4.8rem);
    line-height: 0.94;
  }

  .awakening-media .cinematic-media__image {
    object-position: 58% center;
  }

  .building-section .section-heading h2 {
    font-size: clamp(2.45rem, 12vw, 4.85rem);
    line-height: 0.98;
  }

  .quiz-intro-panel {
    width: min(90vw, 1000px);
    padding: clamp(1.4rem, 6vw, 2rem);
  }

  .quiz-intro h2 {
    font-size: clamp(2.25rem, 10vw, 4rem);
  }

  .story-banner p,
  .future-message {
    width: min(100%, calc(100vw - 48px));
    font-size: clamp(2.25rem, 12vw, 4.65rem);
    line-height: 1;
  }
}

@media (max-width: 820px) {
  .product-grid,
  .ritual-plaque-grid {
    grid-template-columns: 1fr;
  }

  .ritual-symbol {
    min-height: clamp(380px, 68vw, 560px);
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand-logo-header {
    width: 124px;
    height: 50px;
  }

  .hero {
    min-height: 100svh;
  }

  .hero h1 {
    letter-spacing: 0.04em;
  }

  .subhead,
  .tagline {
    letter-spacing: 0.16em;
  }

  .welcome-cinematic-copy {
    gap: 28px;
  }

  .welcome-headline {
    font-size: clamp(2.35rem, 14vw, 4.2rem);
  }

  .intent-grid,
  .product-grid,
  .ritual-plaque-grid,
  .lifestyle-grid,
  .faq-grid,
  .purchase-paths {
    grid-template-columns: 1fr;
  }

  .rank-grid,
  .membership-plan-grid,
  .dashboard-stat-grid {
    grid-template-columns: 1fr;
  }

  .intent-card {
    min-height: 180px;
  }

  .rank-card {
    min-height: auto;
  }

  .dashboard-topline,
  .progress-label {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-frame-left {
    padding-top: 54px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-cta__actions,
  .section-cta-group {
    align-items: stretch;
    flex-direction: column;
    width: min(100%, 420px);
    margin-inline: auto;
  }

  .cta-primary,
  .cta-secondary {
    width: 100%;
    min-height: 54px;
  }

  .lifestyle-panel {
    min-height: clamp(460px, 72svh, 680px);
  }

  .cinematic-media,
  .story-banner {
    min-height: clamp(460px, 72svh, 680px);
  }

  .cinematic-media__image {
    object-position: var(--mobile-focal-position, var(--focal-position, center center));
  }

  .quiz-actions,
  .quiz-result-actions,
  .story-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .plaque-label {
    min-height: 300px;
  }

  .story-banner p {
    width: min(100%, calc(100vw - 72px));
    font-size: clamp(1.7rem, 11vw, 3.7rem);
  }

  .desktop-line {
    display: none;
  }

  .mobile-line {
    display: block;
  }

  .product-visual,
  .apparel-visual,
  .hoodie-visual {
    min-height: 240px;
  }

  .ritual-symbol img {
    max-height: 460px;
    min-height: 0;
  }
}

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

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

  .story-forge *,
  .why-story * {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}

/* Connected cart, checkout, and order-status pages. */
.commerce-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 70% 4%, rgba(210, 181, 116, 0.11), transparent 28rem),
    #07090a;
}

.commerce-main {
  min-height: 100vh;
  padding-top: clamp(92px, 9vw, 126px);
}

.commerce-hero {
  width: min(92%, 1240px);
  margin-inline: auto;
  padding: clamp(60px, 8vw, 100px) 0 clamp(42px, 6vw, 72px);
  overflow: visible;
  border-bottom: 1px solid rgba(210, 181, 116, 0.22);
  text-align: center;
}

.commerce-hero--compact {
  padding-bottom: clamp(34px, 5vw, 54px);
}

.commerce-hero h1,
.confirmation-panel h1 {
  margin: 0.3rem 0 0.8rem;
  color: #f3eddf;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(2.7rem, 6vw, 5.8rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.commerce-hero > p:last-child {
  max-width: 680px;
  margin: 0 auto;
  color: #adb2b5;
}

.cart-layout,
.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(310px, 0.7fr);
  gap: clamp(24px, 4vw, 56px);
  width: min(92%, 1240px);
  margin-inline: auto;
  padding: clamp(42px, 6vw, 78px) 0 clamp(72px, 9vw, 120px);
}

.cart-items-panel,
.checkout-panel,
.order-summary,
.confirmation-panel {
  border: 1px solid rgba(210, 181, 116, 0.3);
  background:
    linear-gradient(145deg, rgba(25, 29, 31, 0.96), rgba(10, 12, 13, 0.98));
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38), inset 0 1px rgba(255, 255, 255, 0.035);
}

.cart-items-panel,
.checkout-panel {
  padding: clamp(22px, 4vw, 42px);
}

.commerce-panel-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(210, 181, 116, 0.2);
}

.commerce-panel-heading h2,
.order-summary h2,
.checkout-panel h2 {
  margin: 0;
  color: #f3eddf;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(1.45rem, 2.7vw, 2.2rem);
  text-transform: uppercase;
}

.commerce-panel-heading span,
.summary-note,
.secure-note,
.confirmation-email-note {
  color: #adb2b5;
  font-size: 0.82rem;
}

.cart-item {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) auto;
  gap: clamp(18px, 3vw, 30px);
  align-items: center;
  padding: 26px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cart-product-mark {
  display: grid;
  width: 112px;
  aspect-ratio: 0.82;
  place-items: center;
  padding: 10px;
  border: 1px solid #d2b574;
  background: radial-gradient(circle at 50% 30%, rgba(210, 181, 116, 0.11), transparent 55%), #090a0a;
}

.cart-product-mark span {
  color: #e4ca84;
  font-family: "Cinzel", Georgia, serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
}

.cart-item--restore .cart-product-mark {
  border-color: #aebbc5;
}

.cart-item--thrive .cart-product-mark {
  border-color: #8a9877;
}

.cart-product-type {
  margin: 0 0 4px;
  color: #d2b574;
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.cart-product-copy h3 {
  margin: 0;
  color: #f3eddf;
  font-family: "Cinzel", Georgia, serif;
  font-size: 1.35rem;
}

.cart-product-copy > p:not(.cart-product-type) {
  max-width: 430px;
  margin: 8px 0;
  color: #adb2b5;
  font-size: 0.88rem;
}

.cart-remove {
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(210, 181, 116, 0.5);
  background: transparent;
  color: #d2b574;
  font: inherit;
  font-size: 0.72rem;
  cursor: pointer;
}

.cart-item-actions {
  display: grid;
  gap: 16px;
  justify-items: end;
}

.cart-item-actions strong {
  color: #f3eddf;
}

.quantity-control {
  display: grid;
  grid-template-columns: 38px 42px 38px;
  height: 40px;
  border: 1px solid rgba(210, 181, 116, 0.45);
}

.quantity-control button,
.quantity-control output {
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: #f3eddf;
  font: inherit;
}

.quantity-control button {
  cursor: pointer;
}

.quantity-control button:hover,
.quantity-control button:focus-visible {
  background: rgba(210, 181, 116, 0.15);
  color: #f3d98e;
}

.subscription-quantity {
  min-width: 118px;
  padding: 9px 12px;
  border: 1px solid rgba(210, 181, 116, 0.32);
  color: #d2b574;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

.order-summary {
  align-self: start;
  position: sticky;
  top: 120px;
  padding: clamp(24px, 3vw, 34px);
}

.summary-lines {
  margin: 24px 0 0;
}

.summary-lines > div,
.summary-total,
.checkout-item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.summary-lines > div {
  padding: 11px 0;
  color: #adb2b5;
  font-size: 0.88rem;
}

.summary-lines dd {
  margin: 0;
  color: #d6d8d8;
  text-align: right;
}

.summary-total {
  align-items: center;
  margin-top: 18px;
  padding-top: 20px;
  border-top: 1px solid rgba(210, 181, 116, 0.35);
  color: #f3eddf;
}

.summary-total strong {
  color: #d2b574;
  font-family: "Cinzel", Georgia, serif;
  font-size: 1.5rem;
}

.commerce-primary-action {
  width: 100%;
  margin-top: 20px;
}

.commerce-primary-action.is-disabled,
.commerce-primary-action:disabled {
  opacity: 0.42;
  cursor: not-allowed;
  transform: none;
}

.secure-note {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-top: 18px;
}

.secure-note span {
  color: #d2b574;
}

.secure-note p {
  margin: 0;
}

.commerce-back-link {
  display: inline-block;
  margin-top: 28px;
  color: #d2b574;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.empty-cart {
  padding: clamp(40px, 7vw, 80px) 20px;
  text-align: center;
}

.empty-cart h3 {
  margin: 0;
  color: #f3eddf;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  text-transform: uppercase;
}

.empty-cart p {
  max-width: 480px;
  margin: 12px auto 24px;
  color: #adb2b5;
}

.checkout-panel > p:not(.eyebrow) {
  max-width: 660px;
  color: #d6d8d8;
}

.checkout-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 30px 0;
}

.checkout-benefits > div {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 74px;
  padding: 14px;
  border: 1px solid rgba(210, 181, 116, 0.2);
  background: rgba(255, 255, 255, 0.025);
}

.checkout-benefits span {
  color: #d2b574;
  font-family: "Cinzel", Georgia, serif;
  font-weight: 700;
}

.checkout-benefits p {
  margin: 0;
  color: #d6d8d8;
  font-size: 0.85rem;
}

.checkout-status {
  margin: 20px 0 0;
  padding: 16px 18px;
  border: 1px solid rgba(210, 181, 116, 0.48);
  background: rgba(210, 181, 116, 0.08);
  color: #f3eddf;
  font-size: 0.88rem;
}

.checkout-status--error {
  border-color: rgba(204, 117, 93, 0.65);
}

.checkout-status--ready {
  border-color: rgba(210, 181, 116, 0.72);
  background: rgba(210, 181, 116, 0.12);
}

.square-checkout-card {
  width: min(100%, 360px);
  margin: 24px auto 0;
  overflow: hidden;
  border: 1px solid rgba(210, 181, 116, 0.52);
  border-radius: 8px;
  background: #fff;
  color: #111;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.34);
}

.square-checkout-card[hidden] {
  display: none;
}

.square-checkout-card > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}

.square-checkout-card__body {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.square-checkout-card__body p,
.square-checkout-card__body strong {
  margin: 0;
  color: #111;
  font-family: "Inter", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.45;
}

.square-checkout-card__body strong {
  font-size: 1.2rem;
}

.square-checkout-button {
  display: grid;
  min-height: 50px;
  place-items: center;
  padding: 0 20px;
  border-radius: 999px;
  background: #ffbf00;
  color: #000;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
  transition: transform 180ms ease, background-color 180ms ease;
}

.square-checkout-button:hover,
.square-checkout-button:focus-visible {
  transform: translateY(-2px);
  background: #f4cf62;
  outline: 2px solid #111;
  outline-offset: -5px;
}

.checkout-items {
  margin-top: 20px;
}

.checkout-item {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.checkout-item div {
  display: grid;
}

.checkout-item strong,
.checkout-item b {
  color: #f3eddf;
}

.checkout-item span {
  color: #adb2b5;
  font-size: 0.76rem;
}

.confirmation-main {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding-inline: 20px;
}

.confirmation-panel {
  width: min(100%, 760px);
  padding: clamp(36px, 7vw, 72px);
  text-align: center;
}

.confirmation-mark {
  display: grid;
  width: 72px;
  height: 72px;
  margin: 0 auto 24px;
  place-items: center;
  border: 1px solid #d2b574;
  border-radius: 50%;
  color: #d2b574;
  font-size: 1.8rem;
}

.confirmation-panel h1 {
  font-size: clamp(2rem, 5vw, 4rem);
}

.confirmation-panel > p:not(.eyebrow) {
  color: #d6d8d8;
}

.confirmation-details {
  display: grid;
  gap: 12px;
  margin: 28px 0;
  padding: 22px;
  border-block: 1px solid rgba(210, 181, 116, 0.28);
}

.confirmation-details > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #adb2b5;
}

.confirmation-details strong {
  color: #f3eddf;
}

@media (max-width: 900px) {
  .cart-layout,
  .checkout-layout {
    grid-template-columns: 1fr;
  }

  .order-summary {
    position: static;
  }
}

@media (max-width: 620px) {
  .commerce-page .site-header {
    padding: 10px 14px;
  }

  .commerce-page .brand-logo-header {
    width: 118px;
    height: 47px;
  }

  .commerce-page .nav-links > a:not(.cart-link):not(:first-child) {
    display: none;
  }

  .commerce-main {
    padding-top: 74px;
  }

  .cart-item {
    grid-template-columns: 82px minmax(0, 1fr);
    align-items: start;
  }

  .cart-product-mark {
    width: 82px;
  }

  .cart-item-actions {
    grid-column: 1 / -1;
    grid-template-columns: auto 1fr;
    align-items: center;
    justify-items: start;
  }

  .cart-item-actions strong {
    justify-self: end;
  }

  .checkout-benefits {
    grid-template-columns: 1fr;
  }

  .confirmation-details > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
    text-align: left;
  }
}

/* Individual ritual product pages. */
.product-detail-main {
  padding-top: clamp(88px, 8vw, 116px);
}

.product-detail-hero {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(36px, 7vw, 96px);
  width: min(92%, 1260px);
  margin-inline: auto;
  padding: clamp(48px, 7vw, 92px) 0 clamp(70px, 9vw, 120px);
  overflow: visible;
}

.product-detail-visual {
  display: grid;
  min-height: clamp(520px, 68vh, 720px);
  place-items: center;
  padding: clamp(26px, 5vw, 64px);
  border: 1px solid rgba(210, 181, 116, 0.28);
  background:
    radial-gradient(circle at 50% 42%, rgba(210, 181, 116, 0.16), transparent 46%),
    linear-gradient(150deg, #171717, #070808 74%);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.48);
}

.product-accent-restore .product-detail-visual {
  background:
    radial-gradient(circle at 50% 42%, rgba(174, 187, 197, 0.18), transparent 46%),
    linear-gradient(150deg, #17191a, #070808 74%);
}

.product-accent-thrive .product-detail-visual {
  background:
    radial-gradient(circle at 50% 42%, rgba(138, 152, 119, 0.16), transparent 46%),
    linear-gradient(150deg, #171917, #070808 74%);
}

.product-detail-plaque {
  display: grid;
  width: min(100%, 420px);
  aspect-ratio: 0.82;
  place-items: center;
  padding: 36px 24px;
  border: 1px solid #d2b574;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent 35%),
    #090a0a;
  box-shadow:
    inset 0 0 0 8px #090a0a,
    inset 0 0 0 9px rgba(210, 181, 116, 0.25),
    0 22px 54px rgba(0, 0, 0, 0.38);
  text-align: center;
  text-transform: uppercase;
}

.product-detail-label-image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: min(68vh, 680px);
  object-fit: contain;
  object-position: center;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.42);
}

.product-accent-restore .product-detail-plaque {
  border-color: #aebbc5;
  box-shadow: inset 0 0 0 8px #090a0a, inset 0 0 0 9px rgba(174, 187, 197, 0.28), 0 22px 54px rgba(0, 0, 0, 0.38);
}

.product-accent-thrive .product-detail-plaque {
  border-color: #8a9877;
  box-shadow: inset 0 0 0 8px #090a0a, inset 0 0 0 9px rgba(138, 152, 119, 0.3), 0 22px 54px rgba(0, 0, 0, 0.38);
}

.product-detail-plaque span,
.product-detail-plaque small {
  color: #d6d8d8;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.17em;
}

.product-detail-plaque strong {
  color: #e4ca84;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(2.5rem, 5vw, 4.4rem);
  font-weight: 600;
  letter-spacing: 0.04em;
}

.product-accent-restore .product-detail-plaque strong {
  color: #dce4e9;
}

.product-accent-thrive .product-detail-plaque strong {
  color: #c5cfb5;
}

.product-detail-purchase {
  align-self: center;
}

.product-breadcrumb {
  display: inline-block;
  margin-bottom: 30px;
  color: #adb2b5;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-detail-purchase h1 {
  margin: 0.2rem 0 0;
  color: #f3eddf;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(3.2rem, 7vw, 6.8rem);
  font-weight: 600;
  line-height: 0.95;
}

.product-detail-tagline {
  margin: 10px 0 24px;
  color: #d6d8d8;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
}

.product-price {
  margin: 0;
  color: #d2b574;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.product-net-weight {
  margin: 3px 0 22px;
  color: #adb2b5;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-lead {
  max-width: 650px;
  color: #d6d8d8;
  font-size: 1rem;
}

.purchase-options {
  display: grid;
  gap: 12px;
  margin: 28px 0 22px;
  padding: 0;
  border: 0;
}

.purchase-options legend {
  margin-bottom: 10px;
  color: #f3eddf;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.purchase-options label {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 70px;
  padding: 13px 16px;
  border: 1px solid rgba(210, 181, 116, 0.28);
  background: rgba(255, 255, 255, 0.025);
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease;
}

.purchase-options label:has(input:checked) {
  border-color: #d2b574;
  background: rgba(210, 181, 116, 0.1);
  box-shadow: inset 0 0 0 1px rgba(210, 181, 116, 0.12);
}

.purchase-options input {
  width: 18px;
  height: 18px;
  accent-color: #d2b574;
}

.purchase-options span {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.purchase-options strong {
  color: #f3eddf;
}

.purchase-options small {
  color: #d2b574;
  text-align: right;
}

.product-buy-row {
  display: grid;
  grid-template-columns: auto minmax(180px, 1fr);
  gap: 14px;
  align-items: center;
}

.product-buy-row .quantity-control {
  height: 60px;
  grid-template-columns: 44px 48px 44px;
}

.product-buy-row .cta-primary {
  width: 100%;
}

.is-subscription-selected .product-buy-row {
  grid-template-columns: 1fr;
}

.is-subscription-selected .product-buy-row .quantity-control {
  display: none !important;
}

.product-buy-row .quantity-control[hidden] {
  display: none !important;
}

.product-detail-page:has(input[name="purchase-option"][value="subscription"]:checked)
  .product-buy-row
  .quantity-control {
  display: none !important;
}

.product-cart-status {
  margin: 15px 0 0;
  padding: 12px 14px;
  border-left: 2px solid #d2b574;
  background: rgba(210, 181, 116, 0.08);
  color: #f3eddf;
  font-size: 0.85rem;
}

.product-shipping {
  margin: 18px 0 0;
  color: #adb2b5;
  font-size: 0.78rem;
}

.product-shipping strong {
  color: #d6d8d8;
}

.product-information {
  display: grid;
  gap: 1px;
  padding: 1px;
  background: rgba(210, 181, 116, 0.2);
}

.product-information > article,
.product-information > aside {
  padding: clamp(58px, 8vw, 110px) max(clamp(20px, 8vw, 120px), calc((100vw - 1100px) / 2));
  background: #0b0d0e;
}

.product-information h2 {
  max-width: 860px;
  margin: 0.4rem auto 2rem;
  color: #f3eddf;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(2rem, 4.7vw, 4.4rem);
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.product-information .eyebrow {
  text-align: center;
}

.product-support-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.product-support-grid li {
  display: grid;
  min-height: 92px;
  place-items: center;
  padding: 16px;
  border: 1px solid rgba(210, 181, 116, 0.24);
  color: #d6d8d8;
  text-align: center;
}

.ingredient-list {
  display: flex;
  max-width: 980px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  color: #f3eddf;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(1.1rem, 2.2vw, 1.7rem);
  line-height: 2;
  text-align: center;
}

.ingredient-list span::before,
.ingredient-list span::after {
  content: " / ";
  padding-inline: 0.35em;
  color: #d2b574;
}

.directions-list {
  display: grid;
  gap: 18px;
  max-width: 820px;
  margin: 0 auto 36px;
  padding-left: 1.5rem;
  color: #d6d8d8;
  font-size: clamp(1rem, 1.7vw, 1.18rem);
}

.directions-list li::marker {
  color: #d2b574;
  font-family: "Cinzel", Georgia, serif;
  font-weight: 700;
}

.product-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  max-width: 820px;
  margin: 0 auto;
  background: rgba(210, 181, 116, 0.28);
}

.product-facts > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  background: #101315;
}

.product-facts dt {
  color: #adb2b5;
}

.product-facts dd {
  margin: 0;
  color: #f3eddf;
  font-weight: 700;
}

.product-information .product-disclaimer {
  padding-block: clamp(34px, 5vw, 54px);
  background: #07090a;
  text-align: center;
}

.product-disclaimer strong {
  color: #d2b574;
  font-size: 0.72rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.product-disclaimer p {
  max-width: 920px;
  margin: 10px auto 0;
  color: #adb2b5;
  font-size: 0.78rem;
}

.product-pending-copy {
  max-width: 820px;
  margin: 0 auto;
  color: #d6d8d8;
  font-size: clamp(1rem, 1.7vw, 1.18rem);
  text-align: center;
}

@media (max-width: 900px) {
  .product-detail-hero {
    grid-template-columns: 1fr;
  }

  .product-detail-visual {
    min-height: 520px;
  }

  .product-support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .product-detail-main {
    padding-top: 74px;
  }

  .product-detail-hero {
    width: min(100% - 32px, 1260px);
    padding-top: 28px;
  }

  .product-detail-visual {
    min-height: 420px;
    padding: 22px;
  }

  .product-detail-label-image {
    max-height: 580px;
  }

  .product-detail-plaque {
    max-width: 320px;
  }

  .purchase-options span,
  .product-buy-row,
  .product-facts {
    grid-template-columns: 1fr;
  }

  .purchase-options span {
    display: grid;
    gap: 2px;
  }

  .purchase-options small {
    text-align: left;
  }

  .product-buy-row .quantity-control {
    width: 140px;
  }

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

  .product-support-grid li {
    min-height: 68px;
  }

  .product-facts > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }
}

/* Connected brand-story page and Our Story link. */
.story-definition-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.25rem;
  border-bottom: 1px solid rgba(210, 181, 116, 0.72);
  color: #f3eddf;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  transition: color 180ms ease, border-color 180ms ease;
}

.story-definition-link:hover,
.story-definition-link:focus-visible {
  border-color: #d2b574;
  color: #d2b574;
}

.brand-story-page {
  background: #07090a;
  color: #d6d8d8;
}

.brand-story-hero {
  position: relative;
  display: grid;
  min-height: clamp(600px, 78vh, 860px);
  place-items: center;
  overflow: hidden;
  padding: clamp(130px, 15vw, 190px) 24px clamp(80px, 10vw, 130px);
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 32%, rgba(198, 167, 107, 0.13), transparent 38%),
    linear-gradient(145deg, #111416, #07090a 65%);
}

.brand-story-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.12;
  background-image:
    linear-gradient(115deg, transparent 0 48%, rgba(255, 255, 255, 0.035) 50%, transparent 52%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 5px);
}

.brand-story-watermark {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: -1;
  width: min(72vw, 820px);
  transform: translate(-50%, -50%);
  opacity: 0.045;
}

.brand-story-watermark img {
  display: block;
  width: 100%;
  height: auto;
}

.brand-story-hero__content {
  width: min(100%, 900px);
  margin-inline: auto;
  text-align: center;
}

.brand-story-hero h1 {
  margin: 0.55rem 0 1.8rem;
  color: #f3eddf;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: 0.94;
  letter-spacing: 0;
  text-wrap: balance;
}

.brand-story-lead {
  margin: 0 0 1rem;
  color: #d2b574;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
}

.brand-story-hero__content > p:last-child {
  max-width: 760px;
  margin: 0 auto;
  color: #d6d8d8;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.8;
}

.brand-story-rituals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-block: 1px solid rgba(210, 181, 116, 0.28);
}

.brand-story-ritual {
  display: flex;
  min-height: 430px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: clamp(52px, 8vw, 110px) clamp(24px, 6vw, 86px);
  text-align: center;
}

.brand-story-ritual + .brand-story-ritual {
  border-left: 1px solid rgba(210, 181, 116, 0.28);
}

.brand-story-ritual--morning {
  background: radial-gradient(circle at 50% 35%, rgba(210, 181, 116, 0.14), transparent 48%), #0d0f10;
}

.brand-story-ritual--evening {
  background: radial-gradient(circle at 50% 35%, rgba(180, 190, 197, 0.1), transparent 48%), #090b0c;
}

.brand-story-time {
  margin: 0 0 1.1rem;
  color: #d2b574;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.brand-story-time span {
  margin-right: 0.35rem;
  font-size: 1.15rem;
}

.brand-story-ritual h2 {
  margin: 0 0 1.2rem;
  color: #f3eddf;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(2rem, 4.2vw, 4.6rem);
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
}

.brand-story-ritual > p:last-child {
  max-width: 620px;
  margin: 0;
  color: #d6d8d8;
  font-weight: 600;
  line-height: 1.8;
}

.brand-story-method {
  padding: clamp(82px, 12vw, 150px) 24px;
  background: #111315;
}

.brand-story-method > div {
  width: min(100%, 820px);
  margin-inline: auto;
  text-align: center;
}

.brand-story-method div > p:last-child {
  margin: 1rem 0 0;
  color: #f3eddf;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 2.75rem);
  line-height: 1.45;
}

.brand-story-closing {
  padding: clamp(90px, 13vw, 170px) 24px;
  text-align: center;
  background: #060708;
}

.brand-story-closing > p {
  margin: 0 0 1.25rem;
  color: #d2b574;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-story-closing h2 {
  margin: 0;
  color: #f3eddf;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(2.5rem, 6vw, 6rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.brand-story-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 2.4rem;
}

@media (max-width: 760px) {
  .brand-story-hero {
    min-height: clamp(520px, 74svh, 700px);
  }

  .brand-story-rituals {
    grid-template-columns: 1fr;
  }

  .brand-story-ritual {
    min-height: 350px;
  }

  .brand-story-ritual + .brand-story-ritual {
    border-top: 1px solid rgba(210, 181, 116, 0.28);
    border-left: 0;
  }
}

@media (max-width: 480px) {
  .brand-story-hero h1 {
    font-size: clamp(2.5rem, 13vw, 3.6rem);
  }

  .brand-story-actions,
  .story-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

/* Office trial modal: submissions are delivered through the Vercel API endpoint. */
.subscription-choice-dialog {
  width: min(calc(100% - 32px), 640px);
  max-width: none;
  max-height: calc(100svh - 32px);
  margin: auto;
  padding: 0;
  overflow-y: auto;
  border: 1px solid rgba(210, 181, 116, 0.72);
  border-radius: 6px;
  background: #0b0e10;
  color: #f3eddf;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.76), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.testimonials-section {
  position: relative;
  width: min(100%, 1180px);
  margin: clamp(5rem, 9vw, 8rem) auto 0;
  padding: clamp(3rem, 6vw, 5.5rem) 0;
  border-block: 1px solid rgba(210, 181, 116, 0.3);
}

.testimonials-section::before {
  position: absolute;
  inset: 0 50% auto;
  width: min(66vw, 720px);
  height: 260px;
  background: radial-gradient(circle, rgba(210, 181, 116, 0.12), transparent 68%);
  content: "";
  pointer-events: none;
  transform: translateX(-50%);
}

.testimonials-section__header {
  position: relative;
  max-width: 760px;
  margin: 0 auto clamp(2.5rem, 5vw, 4.5rem);
  padding-inline: 1.25rem;
  text-align: center;
}

.testimonials-section__header h3 {
  margin: 0;
  color: #f3eddf;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(2rem, 4.8vw, 4.25rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.testimonials-section__header > p:last-child {
  margin: 1rem auto 0;
  color: #adb2b5;
  font-size: clamp(0.95rem, 1.6vw, 1.08rem);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 2rem);
}

.testimonial-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(210, 181, 116, 0.34);
  border-radius: 2px;
  background:
    linear-gradient(145deg, rgba(210, 181, 116, 0.07), transparent 45%),
    #0b0d0e;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.32);
}

.testimonial-card--featured {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.6fr) minmax(260px, 0.72fr);
  align-items: stretch;
}

.testimonial-card__media {
  position: relative;
  display: grid;
  min-height: 0;
  place-items: center;
  overflow: hidden;
  background: #020303;
}

.testimonial-card__media video {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 680px;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  background: #020303;
}

.testimonial-card:not(.testimonial-card--featured) .testimonial-card__media {
  aspect-ratio: 16 / 10;
}

.testimonial-card:not(.testimonial-card--featured) .testimonial-card__media video {
  position: absolute;
  inset: 0;
}

.testimonial-card__content {
  position: relative;
  padding: clamp(1.5rem, 3vw, 2.5rem);
}

.testimonial-card--featured .testimonial-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid rgba(210, 181, 116, 0.22);
}

.testimonial-card__number {
  position: absolute;
  top: 1.25rem;
  right: 1.4rem;
  color: rgba(210, 181, 116, 0.42);
  font-family: "Cinzel", Georgia, serif;
  font-size: 0.78rem;
}

.testimonial-card__label {
  margin: 0 0 0.45rem;
  color: #d2b574;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.testimonial-card__content h4 {
  margin: 0;
  color: #f3eddf;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 2.7rem);
  line-height: 1;
  text-transform: uppercase;
}

.testimonial-card__content > p:not(.testimonial-card__label) {
  margin: 1rem 0 0;
  color: #adb2b5;
  line-height: 1.7;
}

.testimonial-switcher {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 1.75rem;
}

.testimonial-switcher button {
  min-height: 46px;
  border: 1px solid rgba(210, 181, 116, 0.34);
  background: rgba(255, 255, 255, 0.025);
  color: #d6d8d8;
  font: inherit;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.testimonial-switcher button:hover,
.testimonial-switcher button:focus-visible,
.testimonial-switcher button[aria-pressed="true"] {
  border-color: #d2b574;
  background: rgba(210, 181, 116, 0.13);
  color: #f3eddf;
}

.testimonial-disclaimer {
  margin: 1.4rem 0 0;
  color: #8f9699;
  font-size: 0.72rem;
  text-align: center;
}

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

  .testimonial-card--featured {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .testimonial-card--featured .testimonial-card__content {
    border-top: 1px solid rgba(210, 181, 116, 0.22);
    border-left: 0;
  }
}

@media (max-width: 520px) {
  .testimonials-section {
    padding-inline: 0;
  }

  .testimonial-card__media video,
  .testimonial-card:not(.testimonial-card--featured) .testimonial-card__media {
    aspect-ratio: 4 / 3;
  }

  .testimonial-switcher {
    grid-template-columns: 1fr;
  }
}

.subscription-choice-dialog::backdrop {
  background: rgba(2, 3, 4, 0.84);
  backdrop-filter: blur(6px);
}

.subscription-choice-dialog[open] {
  animation: subscription-choice-enter 220ms ease-out both;
}

.subscription-choice-dialog__panel {
  position: relative;
  padding: clamp(2rem, 6vw, 3.5rem);
  text-align: center;
}

.subscription-choice-dialog__close {
  position: absolute;
  top: 0.7rem;
  right: 0.75rem;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(210, 181, 116, 0.35);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.025);
  color: #f3eddf;
  font: 400 1.7rem/1 Arial, sans-serif;
  cursor: pointer;
}

.subscription-choice-dialog__close:hover,
.subscription-choice-dialog__close:focus-visible {
  border-color: #d2b574;
  color: #d2b574;
  outline: 2px solid rgba(210, 181, 116, 0.24);
  outline-offset: 2px;
}

.subscription-choice-dialog .eyebrow {
  margin: 0 0 0.75rem;
}

.subscription-choice-dialog h2 {
  max-width: 12ch;
  margin: 0 auto;
  color: #f3eddf;
  font-size: clamp(2rem, 8vw, 3.5rem);
  line-height: 1;
  text-wrap: balance;
}

.subscription-choice-dialog__type {
  margin: 0.9rem 0 0;
  color: #d2b574;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.subscription-choice-dialog__description {
  max-width: 48ch;
  margin: 1.25rem auto 0;
  color: #d6d8d8;
  font-size: 1rem;
  line-height: 1.6;
}

.subscription-choice-dialog__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 1.5rem 0 0;
  border-block: 1px solid rgba(210, 181, 116, 0.28);
}

.subscription-choice-dialog__facts div {
  padding: 1rem;
}

.subscription-choice-dialog__facts div + div {
  border-left: 1px solid rgba(210, 181, 116, 0.28);
}

.subscription-choice-dialog__facts dt {
  color: #adb2b5;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.subscription-choice-dialog__facts dd {
  margin: 0.35rem 0 0;
  color: #f3eddf;
  font-family: "Cinzel", Georgia, serif;
  font-size: 1.3rem;
}

.subscription-choice-dialog__notice {
  margin: 1.15rem auto 0;
  color: #adb2b5;
  font-size: 0.76rem;
  line-height: 1.55;
}

.subscription-choice-dialog__checkout {
  width: 100%;
  margin-top: 1.35rem;
}

.subscription-choice-dialog__unavailable {
  margin: 1.35rem 0 0;
  padding: 1rem;
  border: 1px solid rgba(210, 181, 116, 0.3);
  color: #d6d8d8;
  line-height: 1.55;
}

.subscription-choice-dialog__unavailable a {
  color: #d2b574;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.subscription-choice-dialog [hidden] {
  display: none;
}

@keyframes subscription-choice-enter {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 480px) {
  .subscription-choice-dialog__facts {
    grid-template-columns: 1fr;
  }

  .subscription-choice-dialog__facts div + div {
    border-top: 1px solid rgba(210, 181, 116, 0.28);
    border-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .subscription-choice-dialog[open] {
    animation: none;
  }
}

.mobile-nav-hint {
  width: min(calc(100% - 32px), 440px);
  max-width: none;
  max-height: calc(100svh - 32px);
  margin: auto;
  padding: 0;
  overflow-y: auto;
  border: 1px solid rgba(210, 181, 116, 0.72);
  border-radius: 6px;
  background: #0b0e10;
  color: #f3eddf;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.72), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.mobile-nav-hint::backdrop {
  background: rgba(2, 3, 4, 0.82);
  backdrop-filter: blur(5px);
}

.mobile-nav-hint[open] {
  animation: mobile-nav-hint-enter 220ms ease-out both;
}

.mobile-nav-hint__panel {
  position: relative;
  padding: 2rem 1.25rem 1.5rem;
  text-align: center;
}

.mobile-nav-hint__close {
  position: absolute;
  top: 0.65rem;
  right: 0.7rem;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(210, 181, 116, 0.35);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.025);
  color: #f3eddf;
  font: 400 1.7rem/1 Arial, sans-serif;
  cursor: pointer;
}

.mobile-nav-hint__close:hover,
.mobile-nav-hint__close:focus-visible {
  border-color: #d2b574;
  color: #d2b574;
  outline: 2px solid rgba(210, 181, 116, 0.25);
  outline-offset: 2px;
}

.mobile-nav-hint .eyebrow {
  margin: 0 0 0.7rem;
}

.mobile-nav-hint h2 {
  margin: 0;
  color: #f3eddf;
  font-size: clamp(2rem, 10vw, 2.85rem);
  line-height: 0.98;
}

.mobile-nav-hint h2 + p {
  max-width: 34ch;
  margin: 1rem auto 0;
  color: #d6d8d8;
  font-size: 0.98rem;
  line-height: 1.55;
}

.mobile-nav-hint__demo {
  position: relative;
  margin-top: 1.4rem;
  padding: 0.8rem 0.75rem 2.8rem;
  overflow: hidden;
  border-block: 1px solid rgba(210, 181, 116, 0.24);
  background: rgba(255, 255, 255, 0.025);
}

.mobile-nav-hint__viewport {
  overflow: hidden;
}

.mobile-nav-hint__tabs {
  display: flex;
  width: max-content;
  gap: 1.15rem;
  color: #f3eddf;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  animation: mobile-nav-tabs-swipe 3s cubic-bezier(0.55, 0.02, 0.25, 1) both;
}

.mobile-nav-hint__tabs span {
  flex: 0 0 auto;
}

.mobile-nav-hint__tabs span:last-child {
  color: #d2b574;
}

.mobile-nav-hint__gesture {
  position: absolute;
  right: 1rem;
  bottom: 0.7rem;
  width: calc(100% - 2rem);
  height: 1.3rem;
}

.mobile-nav-hint__trail {
  position: absolute;
  right: 0.2rem;
  top: 0.6rem;
  width: 56%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(210, 181, 116, 0.72));
}

.mobile-nav-hint__finger {
  position: absolute;
  top: 0.12rem;
  right: 0;
  width: 0.95rem;
  height: 0.95rem;
  border: 2px solid #d2b574;
  border-radius: 50%;
  background: #0b0e10;
  box-shadow: 0 0 12px rgba(210, 181, 116, 0.46);
  animation: mobile-nav-finger-swipe 3s cubic-bezier(0.55, 0.02, 0.25, 1) both;
}

.mobile-nav-hint__direction {
  margin: 0.9rem 0 0;
  color: #d2b574;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mobile-nav-hint__dismissal {
  margin: 0.65rem 0 0;
  color: #adb2b5;
  font-size: 0.72rem;
  line-height: 1.4;
}

@keyframes mobile-nav-hint-enter {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes mobile-nav-tabs-swipe {
  0%,
  18% {
    transform: translateX(0);
  }
  72%,
  100% {
    transform: translateX(-155px);
  }
}

@keyframes mobile-nav-finger-swipe {
  0%,
  18% {
    opacity: 0;
    transform: translateX(0);
  }
  25% {
    opacity: 1;
  }
  72% {
    opacity: 1;
    transform: translateX(-180px);
  }
  88%,
  100% {
    opacity: 0;
    transform: translateX(-180px);
  }
}

@media (min-width: 701px) {
  .mobile-nav-hint {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-nav-hint[open],
  .mobile-nav-hint__tabs,
  .mobile-nav-hint__finger {
    animation: none;
  }

  .mobile-nav-hint__tabs {
    transform: translateX(-92px);
  }

  .mobile-nav-hint__finger {
    opacity: 1;
    transform: translateX(-105px);
  }
}

.office-trial-dialog {
  width: min(calc(100% - 2rem), 920px);
  max-height: min(92vh, 920px);
  margin: auto;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid rgba(210, 181, 116, 0.55);
  border-radius: 4px;
  color: #d6d8d8;
  background:
    radial-gradient(circle at 50% 0%, rgba(210, 181, 116, 0.14), transparent 34%),
    linear-gradient(145deg, #141718, #080a0b 72%);
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.72);
}

.office-trial-dialog::backdrop {
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(6px);
}

.office-trial-dialog[open] {
  animation: office-trial-dialog-in 260ms ease-out both;
}

@keyframes office-trial-dialog-in {
  from {
    transform: translateY(18px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.office-trial-dialog__close {
  position: sticky;
  top: 0.75rem;
  z-index: 3;
  display: grid;
  width: 44px;
  height: 44px;
  margin: 0.75rem 0.75rem -3.5rem auto;
  place-items: center;
  border: 1px solid rgba(210, 181, 116, 0.42);
  border-radius: 50%;
  color: #f3eddf;
  background: rgba(8, 10, 11, 0.92);
  font: 400 1.8rem/1 Arial, sans-serif;
  cursor: pointer;
}

.office-trial-dialog__close:hover,
.office-trial-dialog__close:focus-visible {
  border-color: #d2b574;
  color: #d2b574;
  outline: none;
}

.office-trial-dialog__form-view {
  padding: clamp(3.5rem, 7vw, 5.5rem) clamp(1.25rem, 6vw, 5.5rem) clamp(2rem, 5vw, 4.5rem);
}

.office-trial-dialog__form-view[hidden],
.office-trial-confirmation[hidden] {
  display: none;
}

.office-trial-dialog__header {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.office-trial-dialog__header h2,
.office-trial-confirmation h2,
.office-trial-confirmation h3 {
  margin: 0;
  color: #f3eddf;
  font-family: "Cinzel", Georgia, serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

.office-trial-dialog__header h2 {
  font-size: clamp(2rem, 5vw, 4.1rem);
  line-height: 1;
  text-wrap: balance;
}

.office-trial-dialog__header > p:last-child {
  max-width: 700px;
  margin: 1.35rem auto 0;
  color: #d6d8d8;
  font-size: clamp(0.98rem, 1.5vw, 1.12rem);
  line-height: 1.7;
}

.office-trial-form {
  width: min(100%, 740px);
  margin: clamp(2rem, 5vw, 3.5rem) auto 0;
}

.office-trial-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
}

.office-trial-field {
  display: grid;
  gap: 0.55rem;
  min-width: 0;
}

.office-trial-field > span {
  color: #f3eddf;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.office-trial-field > span b {
  color: #d2b574;
}

.office-trial-field > span em {
  margin-left: 0.45rem;
  color: #adb2b5;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 600;
}

.office-trial-field input,
.office-trial-field select,
.office-trial-field textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(210, 181, 116, 0.34);
  border-radius: 2px;
  color: #f3eddf;
  background: rgba(255, 255, 255, 0.035);
  font: 500 1rem/1.4 "Inter", Arial, sans-serif;
}

.office-trial-field input,
.office-trial-field select {
  padding: 0.85rem 1rem;
}

.office-trial-field textarea {
  min-height: 118px;
  padding: 1rem;
  resize: vertical;
}

.office-trial-field select {
  color-scheme: dark;
}

.office-trial-field select option {
  color: #111;
  background: #fff;
}

.office-trial-field input:hover,
.office-trial-field select:hover,
.office-trial-field textarea:hover {
  border-color: rgba(210, 181, 116, 0.62);
}

.office-trial-field input:focus,
.office-trial-field select:focus,
.office-trial-field textarea:focus {
  border-color: #d2b574;
  outline: 2px solid rgba(210, 181, 116, 0.22);
  outline-offset: 2px;
}

.office-trial-field input[aria-invalid="true"],
.office-trial-field select[aria-invalid="true"] {
  border-color: #d69279;
}

.office-trial-field--wide {
  margin-top: 1.15rem;
}

.office-trial-field--other-city {
  grid-column: 1 / -1;
}

.office-trial-field--other-city[hidden] {
  display: none;
}

.office-trial-form__honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.office-trial-form__submit {
  display: flex;
  width: 100%;
  margin-top: 1.4rem;
  justify-content: center;
}

.office-trial-form__submit:disabled {
  cursor: wait;
  opacity: 0.62;
}

.office-trial-form__status {
  min-height: 1.5rem;
  margin: 0.85rem 0 0;
  color: #d6d8d8;
  font-size: 0.88rem;
  text-align: center;
}

.office-trial-form__status.is-error {
  color: #f0b49f;
}

.office-trial-form__note {
  max-width: 650px;
  margin: 0.5rem auto 0;
  color: #adb2b5;
  font-size: 0.8rem;
  line-height: 1.6;
  text-align: center;
}

.office-trial-confirmation {
  min-height: min(80vh, 720px);
  padding: clamp(5rem, 10vw, 8rem) clamp(1.25rem, 7vw, 6rem);
  place-content: center;
  text-align: center;
}

.office-trial-confirmation:not([hidden]) {
  display: grid;
}

.office-trial-confirmation h2 {
  font-size: clamp(3.2rem, 9vw, 7.5rem);
  line-height: 0.92;
}

.office-trial-confirmation h3 {
  max-width: 700px;
  margin: 1.15rem auto 1.8rem;
  color: #d2b574;
  font-size: clamp(1.45rem, 3.5vw, 2.8rem);
  line-height: 1.15;
}

.office-trial-confirmation > p:not(.eyebrow) {
  max-width: 650px;
  margin: 0.45rem auto;
  color: #d6d8d8;
  line-height: 1.7;
}

.office-trial-confirmation .office-trial-confirmation__next {
  margin-top: 2rem;
  color: #f3eddf;
  font-family: "Cinzel", Georgia, serif;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.office-trial-confirmation .cta-primary {
  display: inline-flex;
  justify-content: center;
  margin: 1rem auto 0;
}

@media (max-width: 640px) {
  .office-trial-dialog {
    width: min(calc(100% - 1rem), 920px);
    max-height: calc(100svh - 1rem);
  }

  .office-trial-form__grid {
    grid-template-columns: 1fr;
  }

  .office-trial-dialog__header h2 br {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .office-trial-dialog[open] {
    animation: none;
  }
}
