:root {
  --ink: #142520;
  --ink-soft: #29433b;
  --forest: #17352f;
  --forest-light: #21483f;
  --cream: #f5f1e9;
  --paper: #fbfaf6;
  --sand: #e9e2d6;
  --sand-dark: #d8cdbc;
  --coral: #e96b54;
  --coral-dark: #c85642;
  --yellow: #f3c654;
  --lilac: #c7bbe8;
  --mint: #c8dfd1;
  --white: #fffefa;
  --muted: #6d7870;
  --line: rgba(20, 37, 32, 0.14);
  --light-line: rgba(255, 254, 250, 0.17);
  --display: "Space Grotesk", Arial, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
  --radius: 22px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}

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

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

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

button {
  font: inherit;
}

p,
h1,
h2,
h3,
blockquote {
  margin: 0;
}

h1,
h2,
h3 {
  font-family: var(--display);
  letter-spacing: -0.045em;
  line-height: 1.03;
}

h1 em,
h2 em {
  color: var(--coral);
  font-style: normal;
}

.container {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding-right: 28px;
  padding-left: 28px;
}

.section-padding {
  padding-top: 112px;
  padding-bottom: 112px;
}

.dark-section {
  background: var(--forest);
  color: var(--paper);
}

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

.announcement-bar {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 42px;
  background: var(--coral);
  color: var(--white);
}

.announcement-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  gap: 24px;
}

.announcement-copy {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.055em;
  line-height: 1.3;
  text-transform: uppercase;
}

.announcement-copy strong {
  font-weight: 700;
  letter-spacing: 0.08em;
}

.announcement-time {
  font-family: var(--display);
  font-size: 12px;
  font-weight: 700;
}

.announcement-remaining {
  padding-left: 8px;
  border-left: 1px solid rgba(255, 254, 250, 0.45);
  color: #fff4d9;
  font-weight: 700;
}

.live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 4px rgba(243, 198, 84, 0.2);
}

.countdown {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 11px;
  padding: 5px 9px 5px 12px;
  border: 1px solid rgba(255, 254, 250, 0.35);
  border-radius: 7px;
  background: rgba(20, 37, 32, 0.14);
}

.countdown-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.countdown-value {
  min-width: 44px;
  font-family: var(--display);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.site-header {
  position: relative;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(245, 241, 233, 0.94);
  backdrop-filter: blur(12px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  gap: 24px;
}

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

.brand-mark {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  width: 31px;
  height: 31px;
  padding-bottom: 5px;
  overflow: hidden;
  border-radius: 10px 10px 13px 13px;
  background: var(--ink);
  transform: rotate(-8deg);
}

.brand-mark::before,
.brand-mark::after,
.brand-mark span {
  position: absolute;
  display: block;
  border-radius: 50%;
  background: var(--yellow);
  content: "";
}

.brand-mark::before,
.brand-mark::after {
  top: 7px;
  width: 5px;
  height: 7px;
}

.brand-mark::before {
  left: 5px;
  transform: rotate(-32deg);
}

.brand-mark::after {
  right: 5px;
  transform: rotate(32deg);
}

.brand-mark span:first-child {
  bottom: 5px;
  left: 9px;
  width: 6px;
  height: 8px;
  transform: rotate(-20deg);
}

.brand-mark span:last-child {
  right: 9px;
  bottom: 5px;
  width: 6px;
  height: 8px;
  transform: rotate(20deg);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  font-family: var(--display);
  line-height: 0.9;
}

.brand-copy strong {
  font-size: 13px;
  letter-spacing: 0.08em;
}

.brand-copy small {
  margin-top: 4px;
  color: var(--coral);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.3em;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.5vw, 36px);
  margin-left: auto;
  font-size: 12px;
  font-weight: 600;
}

.main-nav a {
  position: relative;
  padding: 8px 0;
  color: var(--ink-soft);
  transition: color 180ms ease;
}

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

.main-nav a:hover {
  color: var(--coral-dark);
}

.main-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid transparent;
  border-radius: 100px;
  cursor: pointer;
  font-family: var(--display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
  text-align: center;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.button span {
  font-size: 18px;
  font-weight: 400;
  line-height: 0;
}

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

.button-small {
  min-height: 43px;
  padding: 0 17px 0 20px;
  font-size: 11px;
  letter-spacing: 0.02em;
}

.header-button {
  background: var(--ink);
  color: var(--white);
}

.header-button:hover {
  background: var(--coral);
}

.button-primary {
  min-height: 57px;
  padding: 0 22px 0 26px;
  background: var(--coral);
  box-shadow: 0 9px 24px rgba(233, 107, 84, 0.2);
  color: var(--white);
}

.button-primary:hover {
  background: var(--coral-dark);
  box-shadow: 0 13px 28px rgba(233, 107, 84, 0.28);
}

.button-dark {
  width: 100%;
  min-height: 57px;
  padding: 0 22px 0 26px;
  background: var(--ink);
  color: var(--white);
}

.button-dark:hover {
  background: var(--forest-light);
}

.button-large {
  min-width: min(100%, 400px);
  min-height: 64px;
  padding: 0 28px 0 32px;
  font-size: 14px;
  text-transform: uppercase;
}

.menu-toggle,
.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  padding-top: 82px;
  background: var(--cream);
}

.hero::after {
  position: absolute;
  right: -90px;
  bottom: 9%;
  width: 200px;
  height: 200px;
  border: 1px solid rgba(20, 37, 32, 0.1);
  border-radius: 50%;
  content: "";
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.83fr);
  align-items: center;
  gap: clamp(35px, 7vw, 100px);
  min-height: 580px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-bottom: 10px;
}

.eyebrow,
.section-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--coral-dark);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow-line {
  width: 30px;
  height: 1px;
  background: currentColor;
}

.eyebrow-dot {
  color: var(--ink);
  font-size: 16px;
  line-height: 0;
}

.hero h1 {
  max-width: 720px;
  margin-top: 23px;
  font-size: clamp(42px, 5.1vw, 70px);
  font-weight: 600;
}

.hero-parenthetical {
  max-width: 650px;
  margin-top: 22px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
}

.hero-subtitle {
  max-width: 590px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.hero-subtitle strong {
  color: var(--ink);
  font-weight: 700;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 31px;
}

.hero-action-note {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
}

.tiny-lock {
  display: inline-grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border: 1px solid var(--muted);
  border-radius: 50%;
  font-size: 12px;
}

.hero-proof {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 32px;
}

.avatar-stack {
  display: flex;
  padding-left: 4px;
}

.avatar {
  display: grid;
  width: 29px;
  height: 29px;
  margin-left: -4px;
  place-items: center;
  border: 2px solid var(--cream);
  border-radius: 50%;
  color: var(--ink);
  font-family: var(--display);
  font-size: 8px;
  font-weight: 700;
}

.avatar-one,
.person-pink {
  background: #e8afac;
}

.avatar-two,
.person-lilac {
  background: var(--lilac);
}

.avatar-three,
.person-yellow {
  background: var(--yellow);
}

.avatar-four {
  background: var(--ink);
  color: var(--white);
}

.hero-proof p {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
}

.hero-proof strong {
  color: var(--ink);
}

.hero-visual {
  position: relative;
  min-height: 570px;
}

.hero-blob {
  position: absolute;
  top: 30px;
  right: -45px;
  width: 450px;
  height: 500px;
  border-radius: 49% 51% 38% 62% / 43% 40% 60% 57%;
  background: var(--mint);
  transform: rotate(13deg);
}

.hero-image-wrap {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: min(100%, 438px);
  height: 540px;
  padding: 11px;
  border: 1px solid rgba(20, 37, 32, 0.2);
  border-radius: 220px 220px 28px 28px;
  background: var(--paper);
  transform: rotate(3deg);
}

.hero-image-wrap::before {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(20, 37, 32, 0.08);
  border-radius: 220px 220px 28px 28px;
  content: "";
  transform: translate(8px, 8px);
}

.hero-image-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 210px 210px 20px 20px;
  object-fit: cover;
  object-position: 62% center;
}

.image-caption {
  position: absolute;
  right: -8px;
  bottom: 25px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 10px 13px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--display);
  font-size: 10px;
  font-weight: 700;
  transform: rotate(-3deg);
}

.caption-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--coral);
}

.hero-metric {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  border-radius: 8px;
  box-shadow: 0 14px 25px rgba(20, 37, 32, 0.14);
  font-family: var(--display);
}

.metric-top {
  top: 82px;
  left: -35px;
  gap: 9px;
  min-width: 143px;
  padding: 12px 16px 12px 13px;
  background: var(--yellow);
  transform: rotate(-7deg);
}

.metric-number {
  font-size: 39px;
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.metric-label {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

.metric-bottom {
  right: -29px;
  bottom: 108px;
  gap: 10px;
  min-width: 126px;
  padding: 11px 15px;
  background: var(--coral);
  color: var(--white);
  transform: rotate(6deg);
}

.metric-equals {
  font-size: 22px;
  font-weight: 400;
}

.metric-bottom strong {
  display: block;
  font-size: 25px;
  line-height: 0.9;
}

.metric-bottom small {
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-sticker {
  position: absolute;
  right: 1px;
  bottom: 26px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: var(--lilac);
  color: var(--ink);
  font-family: var(--display);
  font-size: 9px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(13deg);
}

.hero-sticker strong {
  margin: 2px 0;
  font-size: 15px;
  letter-spacing: 0.05em;
}

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

.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 82px;
  padding: 14px 25px;
  border-right: 1px solid var(--line);
}

.trust-item:first-child {
  padding-left: 0;
}

.trust-item:last-child {
  border-right: 0;
}

.trust-icon {
  display: grid;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--ink);
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
}

.trust-item:nth-child(2) .trust-icon {
  background: var(--coral);
  color: var(--white);
}

.trust-item:nth-child(3) .trust-icon {
  background: var(--lilac);
}

.trust-item:nth-child(4) .trust-icon {
  background: var(--mint);
}

.trust-item strong,
.trust-item small {
  display: block;
}

.trust-item strong {
  font-family: var(--display);
  font-size: 10px;
  letter-spacing: 0.04em;
}

.trust-item small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.3;
}

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

.hook-grid {
  display: grid;
  grid-template-columns: minmax(350px, 0.91fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(55px, 10vw, 140px);
}

.hook-art {
  position: relative;
  min-height: 500px;
}

.art-frame {
  position: absolute;
  border-radius: 11px;
}

.art-frame-back {
  top: 45px;
  left: 35px;
  width: 79%;
  height: 410px;
  border: 1px solid var(--ink);
  background: var(--yellow);
  transform: rotate(-8deg);
}

.art-frame-front {
  top: 24px;
  left: 0;
  z-index: 1;
  width: 81%;
  height: 420px;
  padding: 10px;
  background: var(--ink);
  transform: rotate(3deg);
}

.art-frame-front img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
  object-position: 60% center;
  filter: saturate(0.9);
}

.art-label {
  position: absolute;
  right: -38px;
  bottom: -24px;
  display: flex;
  flex-direction: column;
  width: 140px;
  padding: 15px;
  border: 1px solid var(--ink);
  border-radius: 7px;
  background: var(--coral);
  color: var(--white);
  transform: rotate(5deg);
}

.art-label span,
.art-label small {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.art-label strong {
  margin: 4px 0 7px;
  font-family: var(--display);
  font-size: 18px;
  letter-spacing: -0.04em;
}

.art-label small {
  color: #ffdfd5;
  font-size: 9px;
  letter-spacing: 0;
  line-height: 1.2;
}

.hook-copy {
  max-width: 520px;
}

.section-kicker {
  gap: 8px;
}

.section-kicker span {
  display: inline-block;
  width: 27px;
  height: 1px;
  margin-right: 1px;
  background: currentColor;
}

.hook h2,
.reveal h2,
.proof h2,
.faq h2,
.closing h2 {
  margin-top: 19px;
  font-size: clamp(36px, 4.3vw, 58px);
  font-weight: 600;
}

.hook-copy > p {
  margin-top: 23px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.72;
}

.hook-copy > p + p {
  margin-top: 13px;
}

.highlight-quote {
  position: relative;
  margin-top: 28px;
  padding: 16px 22px;
  border-left: 3px solid var(--coral);
  background: var(--sand);
  color: var(--coral-dark);
  font-family: var(--display);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.highlight-quote strong {
  color: var(--ink);
  font-size: 22px;
}

.city-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 28px;
}

.city-tags span {
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 100px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
}

.pain {
  position: relative;
  overflow: hidden;
}

.pain::before {
  position: absolute;
  top: -180px;
  right: -100px;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(255, 254, 250, 0.1);
  border-radius: 50%;
  content: "";
}

.section-kicker-light {
  color: var(--yellow);
}

.pain-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.56fr);
  align-items: end;
  gap: 80px;
  margin-top: 22px;
}

.pain-heading-row h2 {
  max-width: 700px;
  font-size: clamp(39px, 4.9vw, 67px);
  font-weight: 500;
}

.pain-heading-row h2 em {
  color: var(--yellow);
}

.pain-heading-row p {
  max-width: 370px;
  margin-bottom: 5px;
  color: rgba(255, 254, 250, 0.7);
  font-size: 14px;
  line-height: 1.7;
}

.pain-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 67px;
}

.pain-card {
  position: relative;
  min-height: 310px;
  padding: 26px 25px 25px;
  border: 1px solid var(--light-line);
  border-radius: 12px;
  background: rgba(255, 254, 250, 0.03);
}

.pain-card-accent {
  background: var(--coral);
  color: var(--white);
  transform: translateY(-18px);
}

.pain-card-accent p {
  color: rgba(255, 254, 250, 0.86) !important;
}

.card-number {
  color: var(--yellow);
  font-family: var(--display);
  font-size: 12px;
  font-weight: 700;
}

.pain-card-accent .card-number {
  color: var(--ink);
}

.line-icon {
  position: relative;
  width: 48px;
  height: 48px;
  margin-top: 38px;
  border: 1px solid var(--yellow);
  border-radius: 50%;
}

.pain-card-accent .line-icon {
  border-color: var(--ink);
}

.line-icon-key::before {
  position: absolute;
  top: 15px;
  left: 12px;
  width: 17px;
  height: 10px;
  border: 2px solid var(--yellow);
  border-radius: 8px;
  content: "";
  transform: rotate(-45deg);
}

.line-icon-key span {
  position: absolute;
  top: 26px;
  left: 25px;
  width: 10px;
  height: 2px;
  background: var(--yellow);
  transform: rotate(-45deg);
}

.line-icon-key i {
  position: absolute;
  top: 29px;
  left: 29px;
  width: 7px;
  height: 2px;
  background: var(--yellow);
  transform: rotate(45deg);
}

.line-icon-sound::before,
.line-icon-sound::after {
  position: absolute;
  border: 1px solid var(--ink);
  border-width: 1px 1px 1px 0;
  border-radius: 0 20px 20px 0;
  content: "";
}

.line-icon-sound::before {
  top: 13px;
  left: 23px;
  width: 10px;
  height: 20px;
}

.line-icon-sound::after {
  top: 9px;
  left: 26px;
  width: 15px;
  height: 28px;
}

.line-icon-sound span {
  position: absolute;
  top: 20px;
  left: 14px;
  width: 12px;
  height: 9px;
  background: var(--ink);
  clip-path: polygon(0 25%, 50% 25%, 100% 0, 100% 100%, 50% 75%, 0 75%);
}

.line-icon-toy::before {
  position: absolute;
  top: 14px;
  left: 15px;
  width: 17px;
  height: 17px;
  border: 2px solid var(--yellow);
  border-radius: 50%;
  content: "";
}

.line-icon-toy::after {
  position: absolute;
  top: 12px;
  left: 30px;
  width: 5px;
  height: 9px;
  border: 1px solid var(--yellow);
  border-radius: 4px;
  content: "";
  transform: rotate(32deg);
}

.pain-card h3 {
  margin-top: 22px;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.035em;
}

.pain-card p {
  margin-top: 12px;
  color: rgba(255, 254, 250, 0.65);
  font-size: 13px;
  line-height: 1.58;
}

.pain-full-copy {
  max-width: 830px;
  margin: 45px auto 0;
  padding-top: 25px;
  border-top: 1px solid var(--light-line);
  color: rgba(255, 254, 250, 0.7);
  font-size: 13px;
  line-height: 1.72;
  text-align: center;
}

.pain-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 62px;
  color: rgba(255, 254, 250, 0.66);
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.footer-arrow {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid var(--yellow);
  border-radius: 50%;
  color: var(--yellow);
}

.reveal {
  position: relative;
  overflow: hidden;
  background: var(--sand);
}

.reveal-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.85fr);
  align-items: center;
  gap: clamp(60px, 9vw, 125px);
}

.reveal-copy > p {
  max-width: 590px;
  margin-top: 24px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.7;
}

.reveal-copy > p strong {
  color: var(--coral-dark);
}

.big-statement {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr;
  align-items: center;
  gap: 13px;
  max-width: 620px;
  margin-top: 29px;
  padding: 20px 22px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  color: var(--ink);
}

.big-statement strong {
  font-family: var(--display);
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -0.09em;
  line-height: 0.85;
}

.big-statement span {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
}

.big-statement b {
  max-width: 68px;
  color: var(--coral-dark);
  font-size: 9px;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.method-signature {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 27px;
  color: var(--muted);
  font-family: var(--display);
  font-size: 12px;
  line-height: 1.2;
}

.method-signature strong {
  color: var(--ink);
  font-size: 16px;
}

.signature-mark {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 38px;
  height: 38px;
  gap: 2px;
  padding-bottom: 8px;
  border-radius: 50%;
  background: var(--coral);
}

.signature-mark i {
  display: block;
  width: 3px;
  height: 16px;
  border-radius: 4px;
  background: var(--white);
  transform: rotate(40deg);
}

.signature-mark i:last-child {
  height: 21px;
  transform: rotate(-40deg);
}

.reveal-visual {
  position: relative;
  min-height: 475px;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(20, 37, 32, 0.15);
  border-radius: 50%;
}

.orbit-one {
  top: 3%;
  left: 3%;
  width: 94%;
  height: 95%;
  transform: rotate(-24deg);
}

.orbit-two {
  top: 15%;
  left: -3%;
  width: 103%;
  height: 70%;
  transform: rotate(28deg);
}

.brain-card {
  position: absolute;
  top: 48px;
  left: 50%;
  z-index: 1;
  width: min(320px, 70%);
  min-height: 365px;
  padding: 28px 25px 20px;
  border-radius: 15px;
  background: var(--forest);
  box-shadow: 15px 18px 0 rgba(233, 107, 84, 0.18);
  color: var(--paper);
  transform: translateX(-50%) rotate(-4deg);
}

.brain-card-label {
  color: var(--yellow);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.brain-illustration {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 25px auto 15px;
  border: 1px solid rgba(255, 254, 250, 0.3);
  border-radius: 50%;
}

.brain-illustration::before,
.brain-illustration::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 73px;
  height: 73px;
  border: 2px solid var(--yellow);
  border-radius: 50% 42% 55% 45%;
  content: "";
  transform: translate(-90%, -50%) rotate(22deg);
}

.brain-illustration::after {
  border-color: var(--coral);
  transform: translate(-10%, -50%) rotate(-22deg);
}

.brain-dot {
  position: absolute;
  z-index: 2;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mint);
}

.dot-a {
  top: 27px;
  left: 26px;
}

.dot-b {
  right: 23px;
  bottom: 31px;
  background: var(--yellow);
}

.dot-c {
  top: 50%;
  left: 50%;
  background: var(--coral);
  transform: translate(-50%, -50%);
}

.brain-path {
  position: absolute;
  z-index: 3;
  width: 33px;
  height: 1px;
  background: var(--mint);
  transform-origin: left center;
}

.path-a {
  top: 40px;
  left: 30px;
  transform: rotate(42deg);
}

.path-b {
  top: 79px;
  right: 27px;
  background: var(--yellow);
  transform: rotate(157deg);
}

.path-c {
  bottom: 37px;
  left: 56px;
  background: var(--coral);
  transform: rotate(-61deg);
}

.brain-card > strong {
  display: block;
  font-family: var(--display);
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.brain-card > p {
  margin-top: 5px;
  color: rgba(255, 254, 250, 0.7);
  font-size: 12px;
  line-height: 1.35;
}

.brain-card-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 23px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 254, 250, 0.18);
  color: var(--yellow);
  font-family: var(--display);
  font-size: 9px;
}

.floating-note {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  color: var(--ink);
  font-family: var(--display);
  line-height: 1.1;
  text-align: center;
}

.floating-note span {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.floating-note strong {
  margin-top: 4px;
  font-size: 16px;
}

.note-yellow {
  top: 11px;
  right: 7px;
  background: var(--yellow);
  transform: rotate(9deg);
}

.note-coral {
  bottom: 15px;
  left: 4px;
  background: var(--coral);
  color: var(--white);
  transform: rotate(-10deg);
}

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

.proof-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
}

.proof-header > p {
  max-width: 320px;
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  gap: 14px;
  margin-top: 56px;
}

.testimonial {
  display: flex;
  flex-direction: column;
  min-height: 310px;
  padding: 24px 24px 21px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--cream);
}

.testimonial-large {
  background: var(--lilac);
  border-color: transparent;
}

.testimonial-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.quote-mark {
  color: var(--coral);
  font-family: Georgia, serif;
  font-size: 53px;
  line-height: 0.65;
}

.stars {
  color: var(--coral);
  font-size: 13px;
  letter-spacing: 0.08em;
}

.testimonial blockquote {
  margin-top: 20px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.62;
}

.testimonial-person {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.person-avatar {
  display: grid;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  font-family: var(--display);
  font-size: 9px;
  font-weight: 700;
}

.testimonial-person span:nth-child(2) {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.testimonial-person strong {
  font-family: var(--display);
  font-size: 11px;
}

.testimonial-person small {
  color: var(--muted);
  font-size: 10px;
}

.testimonial-person > b {
  margin-left: auto;
  color: var(--coral-dark);
  font-family: var(--display);
  font-size: 10px;
  line-height: 1.15;
  text-align: right;
  text-transform: uppercase;
}

.offer {
  position: relative;
  overflow: hidden;
}

.offer::after {
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 490px;
  height: 490px;
  border: 1px solid rgba(255, 254, 250, 0.1);
  border-radius: 50%;
  content: "";
}

.offer-intro {
  position: relative;
  z-index: 1;
}

.offer-intro-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: 80px;
  margin-top: 21px;
}

.offer-intro h2 {
  max-width: 570px;
  font-size: clamp(39px, 5vw, 68px);
  font-weight: 500;
}

.offer-intro h2 em {
  color: var(--yellow);
}

.offer-intro-copy p {
  max-width: 410px;
  color: rgba(255, 254, 250, 0.7);
  font-size: 14px;
  line-height: 1.7;
}

.offer-intro-copy strong {
  color: var(--white);
}

.offer-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(270px, 0.7fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(50px, 8vw, 120px);
  margin-top: 75px;
}

.product-stage {
  position: relative;
  min-height: 510px;
}

.book-shadow {
  position: absolute;
  top: 80px;
  left: 8%;
  width: 84%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.32);
  filter: blur(22px);
  transform: rotate(-5deg) translateY(35px);
}

.book-image-wrap {
  position: absolute;
  top: 12px;
  left: 50%;
  z-index: 1;
  width: min(100%, 390px);
  aspect-ratio: 1;
  padding: 8px;
  border: 1px solid var(--ink);
  border-radius: 12px;
  background: var(--paper);
  box-shadow: 13px 17px 0 var(--yellow);
  transform: translateX(-50%) rotate(-4deg);
}

.book-image-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}

.product-badge {
  position: absolute;
  bottom: 69px;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 101px;
  height: 101px;
  border-radius: 50%;
  background: var(--lilac);
  color: var(--ink);
  transform: rotate(-12deg);
}

.product-badge strong {
  font-family: var(--display);
  font-size: 31px;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.product-badge span {
  margin-left: 5px;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

.stack-list {
  border-top: 1px solid var(--light-line);
}

.stack-item {
  display: grid;
  grid-template-columns: 35px 1fr auto;
  align-items: center;
  gap: 14px;
  min-height: 63px;
  border-bottom: 1px solid var(--light-line);
}

.stack-index {
  color: var(--yellow);
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
}

.stack-item strong {
  display: block;
  color: var(--white);
  font-family: var(--display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.stack-item strong span {
  color: var(--coral);
}

.stack-item p {
  margin-top: 2px;
  color: rgba(255, 254, 250, 0.59);
  font-size: 11px;
}

.stack-item > b {
  color: rgba(255, 254, 250, 0.65);
  font-family: var(--display);
  font-size: 12px;
  font-weight: 500;
}

.stack-main {
  min-height: 77px;
}

.stack-main .stack-index {
  color: var(--coral);
}

.stack-main > b {
  color: var(--yellow);
}

.stack-extra .stack-index {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 1px solid var(--coral);
  border-radius: 50%;
}

.stack-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 23px;
  padding: 16px 19px;
  border: 1px solid var(--yellow);
  border-radius: 8px;
  background: rgba(243, 198, 84, 0.08);
}

.stack-total span {
  color: var(--yellow);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.stack-total strong {
  color: var(--white);
  font-family: var(--display);
  font-size: 22px;
}

.stack-total small {
  color: var(--yellow);
  font-size: 9px;
}

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

.price-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(310px, 0.63fr);
  align-items: center;
  gap: clamp(45px, 8vw, 105px);
}

.price-copy .section-kicker {
  color: var(--ink);
}

.price-copy h2 {
  margin-top: 20px;
  color: var(--white);
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 500;
}

.price-copy h2 em {
  color: var(--yellow);
}

.price-copy > p {
  max-width: 505px;
  margin-top: 25px;
  color: rgba(255, 254, 250, 0.85);
  font-size: 14px;
  line-height: 1.7;
}

.price-compare {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.price-compare s {
  font-family: var(--display);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.discount-pill {
  padding: 6px 9px;
  border-radius: 100px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 9px;
}

.price-card {
  padding: 31px 29px 24px;
  border: 2px solid var(--yellow);
  border-radius: 16px;
  background: var(--paper);
  box-shadow: 14px 16px 0 rgba(20, 37, 32, 0.17);
}

.price-card-label {
  display: block;
  color: var(--coral-dark);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.price-value {
  display: flex;
  align-items: baseline;
  margin-top: 11px;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(52px, 6vw, 76px);
  font-weight: 700;
  letter-spacing: -0.09em;
  line-height: 0.95;
}

.price-value small {
  margin-right: 2px;
  font-size: 31px;
  font-weight: 500;
  letter-spacing: -0.06em;
}

.price-value b {
  margin-left: 7px;
  color: var(--coral-dark);
  font-size: 11px;
  letter-spacing: 0.01em;
}

.price-card p {
  margin: 14px 0 23px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.price-card-foot {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 17px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 600;
}

.price-urgency {
  position: absolute;
  right: 28px;
  bottom: -57px;
  left: calc(46% + 31px);
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
}

.urgency-flash {
  display: grid;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  place-items: center;
  border: 1px solid var(--yellow);
  border-radius: 50%;
  color: var(--yellow);
  font-family: var(--display);
  font-weight: 700;
}

.price-urgency p {
  color: rgba(255, 254, 250, 0.85);
  font-size: 10px;
  line-height: 1.35;
}

.price-urgency strong {
  color: var(--yellow);
  letter-spacing: 0.05em;
}

.mini-timer {
  display: block;
  flex-shrink: 0;
  min-width: 40px;
  font-family: var(--display);
  font-size: 15px;
  font-weight: 700;
}

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

.faq-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(55px, 10vw, 145px);
}

.faq-intro > p {
  max-width: 285px;
  margin-top: 25px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.faq-doodle {
  position: relative;
  width: 120px;
  height: 83px;
  margin-top: 46px;
  border-bottom: 1px solid var(--coral);
}

.faq-doodle::before {
  position: absolute;
  top: 22px;
  left: 25px;
  width: 54px;
  height: 36px;
  border: 2px solid var(--coral);
  border-radius: 50% 50% 45% 45%;
  content: "";
  transform: rotate(-5deg);
}

.faq-doodle::after {
  position: absolute;
  top: 15px;
  left: 22px;
  width: 22px;
  height: 30px;
  border: 2px solid var(--coral);
  border-radius: 70% 10% 60% 30%;
  content: "";
  transform: rotate(-34deg);
}

.faq-doodle span {
  position: absolute;
  top: 17px;
  right: 14px;
  width: 13px;
  height: 19px;
  border: 2px solid var(--coral);
  border-radius: 10% 70% 30% 60%;
  transform: rotate(40deg);
}

.faq-doodle span:nth-child(2) {
  top: 30px;
  right: 28px;
  width: 5px;
  height: 5px;
  border: 0;
  border-radius: 50%;
  background: var(--coral);
  transform: none;
}

.faq-doodle span:nth-child(3) {
  top: 28px;
  right: 42px;
  width: 5px;
  height: 5px;
  border: 0;
  border-radius: 50%;
  background: var(--coral);
  transform: none;
}

.faq-list {
  border-top: 1px solid var(--line);
}

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

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  cursor: pointer;
  list-style: none;
  font-family: var(--display);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

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

.faq-list summary b {
  display: grid;
  width: 27px;
  height: 27px;
  flex-shrink: 0;
  place-items: center;
  border: 1px solid var(--coral);
  border-radius: 50%;
  color: var(--coral);
  font-family: var(--body);
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.faq-list details[open] summary b {
  background: var(--coral);
  color: var(--white);
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 680px;
  padding: 0 55px 22px 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.guarantee {
  position: relative;
  overflow: hidden;
}

.guarantee::before {
  position: absolute;
  top: 50%;
  left: -70px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(255, 254, 250, 0.13);
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}

.guarantee-inner {
  display: grid;
  grid-template-columns: 0.5fr 1.2fr;
  align-items: center;
  gap: 75px;
  max-width: 890px;
}

.guarantee-seal {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 250px;
  border: 1px solid var(--yellow);
  border-radius: 50%;
  outline: 1px solid rgba(243, 198, 84, 0.5);
  outline-offset: -9px;
  background: rgba(243, 198, 84, 0.09);
  color: var(--yellow);
  transform: rotate(-8deg);
}

.guarantee-seal::before,
.guarantee-seal::after {
  position: absolute;
  width: 280px;
  height: 1px;
  background: var(--yellow);
  content: "";
  transform: rotate(45deg);
}

.guarantee-seal::after {
  transform: rotate(-45deg);
}

.guarantee-seal span,
.guarantee-seal small {
  position: relative;
  z-index: 1;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.guarantee-seal strong {
  position: relative;
  z-index: 1;
  margin: 5px 0 1px;
  font-family: var(--display);
  font-size: 53px;
  letter-spacing: -0.1em;
  line-height: 0.9;
}

.guarantee-copy h2 {
  margin-top: 20px;
  color: var(--white);
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 500;
}

.guarantee-copy h2 em {
  color: var(--yellow);
}

.guarantee-copy p {
  max-width: 615px;
  margin-top: 23px;
  color: rgba(255, 254, 250, 0.72);
  font-size: 15px;
  line-height: 1.7;
}

.guarantee-final {
  display: block;
  margin-top: 22px;
  color: var(--coral);
  font-family: var(--display);
  font-size: 14px;
}

.closing {
  background: var(--cream);
  text-align: center;
}

.closing-inner > .section-kicker {
  justify-content: center;
}

.closing h2 {
  font-size: clamp(45px, 5.5vw, 73px);
}

.path-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  max-width: 800px;
  margin: 52px auto 39px;
  text-align: left;
}

.path {
  position: relative;
  min-height: 220px;
  padding: 24px 25px;
  border-radius: 11px;
}

.path-muted {
  border: 1px solid var(--line);
  background: var(--sand);
}

.path-highlight {
  background: var(--yellow);
  transform: translateY(-12px) rotate(1deg);
}

.path-label {
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.path-highlight .path-label {
  color: var(--ink);
}

.path-icon {
  position: absolute;
  top: 20px;
  right: 23px;
  font-family: var(--display);
  font-size: 29px;
}

.path h3 {
  margin-top: 39px;
  font-size: 25px;
  font-weight: 600;
}

.path p {
  max-width: 305px;
  margin-top: 13px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.path-highlight p {
  color: var(--ink-soft);
}

.closing-note {
  margin-top: 18px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.closing-note strong {
  color: var(--coral-dark);
}

.closing-note span {
  padding: 0 7px;
  color: var(--coral);
}

.site-footer {
  background: var(--ink);
  color: var(--paper);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  min-height: 140px;
  gap: 20px;
}

.footer-brand .brand-mark {
  background: var(--paper);
}

.footer-brand .brand-mark::before,
.footer-brand .brand-mark::after,
.footer-brand .brand-mark span {
  background: var(--coral);
}

.footer-brand .brand-copy strong {
  color: var(--paper);
}

.footer-inner > p {
  color: rgba(255, 254, 250, 0.6);
  font-family: var(--display);
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
}

.footer-inner > p strong {
  color: var(--yellow);
  font-size: 16px;
}

.footer-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
  color: rgba(255, 254, 250, 0.5);
  font-size: 10px;
}

.footer-meta a {
  color: var(--yellow);
  font-weight: 700;
}

@media (max-width: 1040px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.74fr);
    gap: 40px;
  }

  .hero h1 {
    font-size: clamp(39px, 5vw, 58px);
  }

  .hero-visual {
    min-height: 520px;
  }

  .hero-image-wrap {
    width: min(100%, 375px);
    height: 495px;
  }

  .hero-blob {
    width: 390px;
    height: 455px;
  }

  .metric-top {
    left: -13px;
  }

  .metric-bottom {
    right: -10px;
  }

  .hero-sticker {
    right: 12px;
  }

  .trust-item {
    padding-right: 13px;
    padding-left: 13px;
  }

  .trust-item:first-child {
    padding-left: 0;
  }

  .hook-grid {
    gap: 60px;
  }

  .offer-layout {
    gap: 60px;
  }

  .price-panel {
    gap: 55px;
  }
}

@media (max-width: 820px) {
  .announcement-copy span:not(.live-dot):not(.announcement-time):not(.announcement-remaining),
  .announcement-time {
    display: none;
  }

  .announcement-copy {
    font-size: 10px;
  }

  .main-nav,
  .header-button {
    display: none;
  }

  .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: transparent;
    color: var(--ink);
    cursor: pointer;
  }

  .menu-icon {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .menu-icon i {
    display: block;
    width: 15px;
    height: 1px;
    background: currentColor;
  }

  .mobile-menu {
    position: absolute;
    top: 100%;
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    gap: 3px;
    padding: 13px;
    border: 1px solid var(--line);
    border-top: 0;
    border-radius: 0 0 14px 14px;
    background: var(--paper);
    box-shadow: 0 16px 27px rgba(20, 37, 32, 0.1);
  }

  .mobile-menu.is-open {
    display: flex;
  }

  .mobile-menu > a:not(.button) {
    padding: 11px 12px;
    border-radius: 7px;
    font-family: var(--display);
    font-size: 13px;
    font-weight: 600;
  }

  .mobile-menu > a:not(.button):hover {
    background: var(--sand);
  }

  .mobile-menu .button {
    margin-top: 8px;
  }

  .hero-grid,
  .hook-grid,
  .reveal-grid,
  .offer-layout,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 25px;
  }

  .hero-copy {
    max-width: 680px;
  }

  .hero-visual {
    width: min(100%, 540px);
    min-height: 550px;
    margin: 13px auto 0;
  }

  .hero-image-wrap {
    right: 10%;
    width: min(75%, 398px);
  }

  .hero-blob {
    right: 8%;
    width: 78%;
  }

  .metric-top {
    left: 2%;
  }

  .metric-bottom {
    right: 2%;
  }

  .hero-sticker {
    right: 8%;
  }

  .trust-row {
    margin-top: 65px;
  }

  .hook-grid {
    gap: 70px;
  }

  .hook-copy {
    max-width: 620px;
  }

  .pain-heading-row,
  .offer-intro-copy {
    grid-template-columns: 1fr;
    gap: 23px;
  }

  .pain-heading-row p,
  .offer-intro-copy p {
    max-width: 580px;
  }

  .reveal-grid {
    gap: 55px;
  }

  .reveal-copy {
    max-width: 650px;
  }

  .reveal-visual {
    width: min(100%, 500px);
    margin: 0 auto;
  }

  .offer-layout {
    gap: 45px;
  }

  .product-stage {
    width: min(100%, 390px);
    margin: 0 auto;
  }

  .stack-area {
    width: min(100%, 650px);
  }

  .price-panel {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .price-card {
    width: min(100%, 480px);
  }

  .price-urgency {
    position: static;
    margin-top: -19px;
  }

  .faq-grid {
    gap: 55px;
  }

  .faq-intro > p {
    max-width: 500px;
  }

  .faq-doodle {
    display: none;
  }

  .guarantee-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .guarantee-seal {
    width: 190px;
    height: 190px;
  }

  .guarantee-seal::before,
  .guarantee-seal::after {
    width: 220px;
  }

  .guarantee-copy {
    max-width: 650px;
  }
}

@media (max-width: 600px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-padding {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .announcement-inner {
    gap: 8px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .announcement-copy {
    max-width: calc(100% - 90px);
    font-size: 8px;
    letter-spacing: 0.035em;
  }

  .announcement-remaining {
    display: none;
  }

  .countdown {
    gap: 5px;
    padding: 5px 7px;
  }

  .countdown-label {
    display: none;
  }

  .countdown-value {
    min-width: 41px;
    font-size: 14px;
  }

  .header-inner {
    min-height: 70px;
  }

  .hero {
    padding-top: 52px;
  }

  .hero h1 {
    margin-top: 18px;
    font-size: clamp(36px, 10.3vw, 52px);
  }

  .hero-parenthetical {
    margin-top: 17px;
    font-size: 12px;
  }

  .hero-subtitle {
    margin-top: 13px;
    font-size: 13px;
    line-height: 1.55;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
    margin-top: 25px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-proof {
    margin-top: 25px;
  }

  .hero-visual {
    min-height: 430px;
    margin-top: 3px;
  }

  .hero-image-wrap {
    right: 4%;
    width: 75%;
    height: 407px;
  }

  .hero-blob {
    top: 25px;
    right: 3%;
    width: 82%;
    height: 380px;
  }

  .metric-top {
    top: 74px;
    left: -5px;
    min-width: 115px;
    padding: 10px 11px;
  }

  .metric-number {
    font-size: 31px;
  }

  .metric-label {
    font-size: 8px;
  }

  .metric-bottom {
    right: -3px;
    bottom: 75px;
    min-width: 101px;
    padding: 9px 11px;
  }

  .metric-bottom strong {
    font-size: 20px;
  }

  .metric-bottom small {
    font-size: 7px;
  }

  .hero-sticker {
    right: 1%;
    bottom: 4px;
    width: 77px;
    height: 77px;
    font-size: 7px;
  }

  .hero-sticker strong {
    font-size: 12px;
  }

  .image-caption {
    right: -7px;
    bottom: 18px;
    padding: 8px 9px;
    font-size: 8px;
  }

  .trust-row {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 48px;
  }

  .trust-item,
  .trust-item:first-child {
    min-height: 72px;
    padding: 10px 5px;
  }

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

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

  .trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .trust-icon {
    width: 28px;
    height: 28px;
    font-size: 9px;
  }

  .trust-item strong {
    font-size: 8px;
  }

  .trust-item small {
    font-size: 8px;
  }

  .hook-grid {
    gap: 49px;
  }

  .hook-art {
    min-height: 370px;
  }

  .art-frame-back {
    top: 30px;
    left: 25px;
    height: 305px;
  }

  .art-frame-front {
    height: 315px;
  }

  .art-label {
    right: -10px;
    bottom: -20px;
    width: 116px;
    padding: 11px;
  }

  .art-label strong {
    font-size: 15px;
  }

  .hook h2,
  .reveal h2,
  .proof h2,
  .faq h2,
  .closing h2 {
    font-size: clamp(35px, 10.4vw, 49px);
  }

  .hook-copy > p {
    margin-top: 18px;
    font-size: 14px;
  }

  .highlight-quote {
    margin-top: 21px;
    padding: 13px 17px;
    font-size: 17px;
  }

  .highlight-quote strong {
    font-size: 19px;
  }

  .pain-heading-row {
    gap: 20px;
  }

  .pain-heading-row h2 {
    font-size: clamp(37px, 10.8vw, 52px);
  }

  .pain-heading-row p {
    font-size: 13px;
  }

  .pain-cards {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 43px;
  }

  .pain-card,
  .pain-card-accent {
    min-height: auto;
    padding: 21px;
    transform: none;
  }

  .line-icon {
    margin-top: 25px;
  }

  .pain-card h3 {
    margin-top: 17px;
  }

  .pain-footer {
    margin-top: 39px;
    font-size: 11px;
  }

  .reveal-grid {
    gap: 45px;
  }

  .big-statement {
    grid-template-columns: auto 1fr;
    gap: 10px;
    padding: 16px 14px;
  }

  .big-statement strong {
    font-size: 35px;
  }

  .big-statement b {
    display: none;
  }

  .big-statement span:nth-of-type(2) {
    grid-column: 2;
    grid-row: 2;
  }

  .reveal-visual {
    min-height: 390px;
  }

  .brain-card {
    top: 28px;
    min-height: 325px;
    padding: 21px 19px 16px;
  }

  .brain-illustration {
    width: 125px;
    height: 125px;
    margin-top: 19px;
  }

  .brain-illustration::before,
  .brain-illustration::after {
    width: 62px;
    height: 62px;
  }

  .floating-note {
    width: 73px;
    height: 73px;
  }

  .floating-note strong {
    font-size: 13px;
  }

  .proof-header {
    display: block;
  }

  .proof-header > p {
    margin-top: 20px;
    font-size: 13px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  .testimonial,
  .testimonial-large {
    min-height: 0;
  }

  .testimonial-person {
    margin-top: 30px;
  }

  .offer-intro h2 {
    font-size: clamp(37px, 10.8vw, 52px);
  }

  .offer-intro-copy p {
    font-size: 13px;
  }

  .offer-layout {
    margin-top: 50px;
  }

  .product-stage {
    min-height: 425px;
    transform: scale(0.88);
    transform-origin: center top;
  }

  .product-badge {
    left: calc(50% - 180px);
  }

  .stack-item {
    grid-template-columns: 29px 1fr auto;
    gap: 9px;
    min-height: 70px;
  }

  .stack-item strong {
    font-size: 11px;
  }

  .stack-item p {
    font-size: 10px;
  }

  .stack-item > b {
    font-size: 10px;
  }

  .stack-total {
    gap: 10px;
    padding: 13px;
  }

  .stack-total span {
    font-size: 8px;
  }

  .stack-total strong {
    font-size: 18px;
  }

  .price-copy h2,
  .guarantee-copy h2 {
    font-size: clamp(40px, 11vw, 54px);
  }

  .price-card {
    padding: 25px 20px 20px;
  }

  .price-value {
    font-size: 59px;
  }

  .price-urgency {
    margin-top: -19px;
    gap: 7px;
  }

  .price-urgency p {
    font-size: 9px;
  }

  .mini-timer {
    min-width: 34px;
    font-size: 13px;
  }

  .faq-grid {
    gap: 40px;
  }

  .faq-list summary {
    min-height: 66px;
    font-size: 15px;
  }

  .faq-list details p {
    padding-right: 22px;
    font-size: 13px;
  }

  .guarantee-inner {
    gap: 38px;
  }

  .guarantee-seal {
    width: 170px;
    height: 170px;
  }

  .guarantee-seal strong {
    font-size: 43px;
  }

  .guarantee-seal::before,
  .guarantee-seal::after {
    width: 195px;
  }

  .guarantee-copy p {
    font-size: 13px;
  }

  .path-grid {
    grid-template-columns: 1fr;
    margin-top: 39px;
  }

  .path-highlight {
    transform: none;
  }

  .path {
    min-height: 185px;
  }

  .closing-note {
    line-height: 1.8;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .footer-meta {
    align-items: center;
  }
}

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

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

/* Readability pass for supporting copy and purchase details. */
.announcement-copy {
  font-size: 12px;
}

.countdown-value {
  min-width: 76px;
  font-size: 15px;
}

.eyebrow,
.section-kicker {
  font-size: 11px;
}

.hero-parenthetical {
  font-size: 15px;
}

.hero-subtitle {
  font-size: 16px;
}

.hero-action-note,
.hero-proof p {
  font-size: 12px;
}

.metric-label,
.image-caption,
.city-tags span {
  font-size: 11px;
}

.trust-item strong,
.trust-item small {
  font-size: 11px;
}

.pain-heading-row p,
.pain-card p,
.pain-full-copy,
.proof-header > p {
  font-size: 14px;
}

.reveal-copy > p {
  font-size: 16px;
}

.testimonial blockquote {
  font-size: 15px;
}

.testimonial-person strong {
  font-size: 12px;
}

.testimonial-person small,
.testimonial-person > b {
  font-size: 11px;
}

.stack-item strong {
  font-size: 14px;
}

.stack-item p {
  font-size: 12px;
}

.stack-item > b {
  font-size: 13px;
}

.stack-total span,
.price-card-label {
  font-size: 11px;
}

.price-copy > p {
  font-size: 15px;
}

.price-card p,
.faq-list details p {
  font-size: 15px;
}

.price-card-foot,
.price-urgency p {
  font-size: 10px;
}

.faq-intro > p,
.path p {
  font-size: 15px;
}

.guarantee-copy p {
  font-size: 16px;
}

.guarantee-final {
  font-size: 15px;
}

.closing-note,
.footer-meta {
  font-size: 11px;
}

.footer-inner > p {
  font-size: 13px;
}

.purchase-notifications {
  position: fixed;
  right: auto;
  bottom: 24px;
  left: 24px;
  z-index: 90;
  width: min(340px, calc(100vw - 48px));
  pointer-events: none;
}

.purchase-notification {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 13px 13px 13px 12px;
  border: 1px solid rgba(20, 37, 32, 0.14);
  border-radius: 12px;
  background: rgba(251, 250, 246, 0.96);
  box-shadow: 0 14px 35px rgba(20, 37, 32, 0.17);
  color: var(--ink);
  opacity: 0;
  pointer-events: auto;
  transform: translateX(-24px);
  animation: purchase-notification-in 420ms ease-out forwards;
  backdrop-filter: blur(12px);
}

.purchase-notification.is-closing {
  animation: purchase-notification-out 350ms ease-in forwards;
}

.notification-mark {
  display: grid;
  width: 27px;
  height: 27px;
  flex-shrink: 0;
  place-items: center;
  border-radius: 50%;
  background: var(--mint);
  color: var(--forest);
  font-size: 14px;
  font-weight: 700;
}

.purchase-notification p {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 2px;
  margin: 0;
  font-size: 13px;
  line-height: 1.3;
}

.purchase-notification p strong {
  font-family: var(--display);
  font-size: 13px;
  font-weight: 600;
}

.purchase-notification p span {
  color: var(--muted);
  font-size: 11px;
}

.notification-close {
  display: grid;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 17px;
  line-height: 1;
}

@keyframes purchase-notification-in {
  from {
    opacity: 0;
    transform: translateX(-24px);
  }

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

@keyframes purchase-notification-out {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(-24px);
  }
}

@media (max-width: 600px) {
  .announcement-copy {
    font-size: 9px;
  }

  .countdown-value {
    min-width: 66px;
    font-size: 12px;
  }

  .hero-parenthetical,
  .hook-copy > p {
    font-size: 15px;
  }

  .hero-subtitle {
    font-size: 15px;
  }

  .image-caption {
    font-size: 9px;
  }

  .trust-item strong,
  .trust-item small {
    font-size: 9px;
  }

  .offer-intro-copy p,
  .proof-header > p,
  .price-urgency p {
    font-size: 14px;
  }

  .stack-item strong {
    font-size: 12px;
  }

  .stack-item p,
  .stack-item > b {
    font-size: 11px;
  }

  .faq-list details p {
    font-size: 14px;
  }

  .purchase-notifications {
    right: 12px;
    bottom: 14px;
    left: 12px;
    width: auto;
  }

  .purchase-notification p strong {
    font-size: 12px;
  }
}

/* Stronger sticky header treatment. */
.site-header {
  position: sticky;
  top: 42px;
  overflow: visible;
  border-bottom: 1px solid rgba(255, 254, 250, 0.14);
  background: var(--forest);
  box-shadow: 0 10px 26px rgba(20, 37, 32, 0.13);
  color: var(--white);
}

.site-header::before {
  position: absolute;
  top: -95px;
  right: 12%;
  width: 250px;
  height: 190px;
  border: 1px solid rgba(243, 198, 84, 0.24);
  border-radius: 50%;
  content: "";
  transform: rotate(-12deg);
}

.site-header::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--coral) 0 32%, var(--yellow) 32% 69%, var(--mint) 69% 100%);
  content: "";
}

.header-inner {
  position: relative;
  z-index: 1;
  min-height: 88px;
}

.brand-mark {
  width: 38px;
  height: 38px;
  border: 2px solid var(--yellow);
  background: var(--yellow);
  box-shadow: 4px 4px 0 rgba(233, 107, 84, 0.9);
}

.brand-mark::before,
.brand-mark::after,
.brand-mark span {
  background: var(--forest);
}

.brand-copy strong {
  color: var(--white);
  font-size: 14px;
}

.brand-copy small {
  color: var(--yellow);
  font-size: 10px;
}

.header-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 35px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 254, 250, 0.2);
}

.header-note-number {
  color: var(--yellow);
  font-family: var(--display);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.header-note-number span {
  display: block;
  margin-top: 4px;
  color: var(--coral);
  font-size: 8px;
  letter-spacing: 0.09em;
  line-height: 1;
  text-align: right;
}

.header-note-copy {
  color: rgba(255, 254, 250, 0.65);
  font-size: 10px;
  line-height: 1.22;
}

.header-note-copy strong {
  color: var(--white);
  font-family: var(--display);
  font-size: 12px;
}

.main-nav {
  position: relative;
  z-index: 1;
  gap: clamp(20px, 2.7vw, 38px);
  font-size: 13px;
}

.main-nav a {
  color: rgba(255, 254, 250, 0.76);
}

.main-nav a::after {
  background: var(--yellow);
}

.main-nav a:hover {
  color: var(--yellow);
}

.header-button {
  position: relative;
  z-index: 1;
  min-height: 47px;
  padding-right: 19px;
  padding-left: 22px;
  background: var(--coral);
  box-shadow: 0 8px 18px rgba(233, 107, 84, 0.24);
  color: var(--white);
}

.header-button:hover {
  background: var(--yellow);
  color: var(--ink);
}

.countdown-value,
.announcement-time,
.mini-timer {
  white-space: nowrap;
}

.countdown-value {
  min-width: 105px;
  font-size: 14px;
}

.announcement-time {
  font-size: 13px;
}

.mini-timer {
  min-width: 88px;
  font-size: 13px;
}

@media (max-width: 1040px) {
  .header-note {
    margin-left: 15px;
    padding-left: 13px;
  }

  .header-note-copy {
    display: none;
  }
}

@media (max-width: 820px) {
  .site-header {
    top: 42px;
  }

  .header-inner {
    width: 100%;
    min-width: 0;
  }

  .main-nav,
  .header-button {
    display: none;
  }

  .header-note {
    display: none;
  }

  .menu-toggle {
    display: flex;
    margin-left: auto;
    position: relative;
    z-index: 1;
    border-color: rgba(255, 254, 250, 0.35);
    background: rgba(255, 254, 250, 0.08);
    color: var(--white);
  }

  .mobile-menu {
    top: 100%;
    border-color: rgba(255, 254, 250, 0.16);
    background: var(--forest);
    color: var(--white);
  }

  .mobile-menu > a:not(.button) {
    color: rgba(255, 254, 250, 0.82);
  }

  .mobile-menu > a:not(.button):hover {
    background: rgba(255, 254, 250, 0.08);
    color: var(--yellow);
  }

  .mobile-menu .button {
    background: var(--coral);
    color: var(--white);
  }
}

@media (max-width: 600px) {
  .announcement-inner {
    gap: 8px;
  }

  .announcement-copy {
    min-width: 0;
    max-width: none;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    overflow: hidden;
    white-space: nowrap;
  }

  .announcement-copy strong {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .countdown {
    display: none;
  }

  .countdown-value {
    min-width: 93px;
    font-size: 11px;
  }

  .announcement-time {
    font-size: 11px;
  }

  .mini-timer {
    min-width: 70px;
    font-size: 11px;
  }
}

@media (max-width: 600px) {
  .header-inner {
    position: relative;
    width: 100%;
    max-width: 100%;
  }

  .header-inner .brand {
    max-width: calc(100% - 60px);
  }

  .menu-toggle {
    position: fixed;
    top: 77px;
    right: 20px;
    margin-left: 0;
    transform: translateY(-50%);
  }

  .hero-grid,
  .hero-copy {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .hero h1 {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    font-size: 38px;
    overflow-wrap: break-word;
  }
}

/* Clearer launch banner hierarchy. */
:root {
  --announcement-height: 58px;
}

.announcement-bar {
  min-height: var(--announcement-height);
  border-bottom: 1px solid rgba(243, 198, 84, 0.34);
  background: var(--forest);
  box-shadow: 0 6px 18px rgba(20, 37, 32, 0.15);
}

.announcement-inner {
  min-height: var(--announcement-height);
  gap: 16px;
  flex-wrap: nowrap;
}

.announcement-lead {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
  min-width: 0;
}

.announcement-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 28px;
  padding: 0 10px 0 8px;
  border-radius: 5px;
  background: var(--yellow);
  color: var(--ink);
  font-family: var(--display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}

.announcement-badge .live-dot {
  width: 6px;
  height: 6px;
  background: var(--coral);
  box-shadow: 0 0 0 3px rgba(233, 107, 84, 0.18);
}

.announcement-lead > strong {
  color: var(--white);
  font-family: var(--display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  white-space: nowrap;
}

.announcement-copy {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  gap: 7px;
  min-width: 0;
  margin: 0;
  color: rgba(255, 254, 250, 0.66);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: none;
  white-space: nowrap;
}

.announcement-copy-text {
  overflow: hidden;
  text-overflow: ellipsis;
}

.announcement-time {
  flex-shrink: 0;
  color: var(--yellow);
  font-family: var(--display);
  font-size: 13px;
  font-weight: 700;
}

.countdown {
  min-height: 38px;
  padding: 5px 12px 5px 14px;
  border-color: rgba(255, 254, 250, 0.28);
  border-radius: 8px;
  background: rgba(255, 254, 250, 0.08);
}

.countdown-label {
  color: rgba(255, 254, 250, 0.66);
  font-size: 9px;
}

.countdown-value {
  min-width: 105px;
  color: var(--white);
  font-size: 14px;
}

.announcement-remaining {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  column-gap: 7px;
  min-width: 168px;
  padding: 0 15px;
  border-right: 1px solid rgba(255, 254, 250, 0.16);
  border-left: 1px solid rgba(255, 254, 250, 0.16);
  color: var(--white);
  line-height: 1;
  white-space: nowrap;
}

.announcement-remaining-label {
  grid-row: span 2;
  color: rgba(255, 254, 250, 0.55);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.11em;
}

.announcement-remaining strong {
  color: var(--coral);
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.03em;
}

.announcement-remaining small {
  color: rgba(255, 254, 250, 0.66);
  font-size: 9px;
}

.announcement-action {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 7px;
  min-height: 35px;
  padding: 0 12px 0 14px;
  border: 1px solid var(--coral);
  border-radius: 6px;
  color: var(--white);
  font-family: var(--display);
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.announcement-action span {
  font-size: 16px;
  line-height: 0;
}

.announcement-action:hover {
  background: var(--coral);
  color: var(--white);
  transform: translateY(-1px);
}

.site-header {
  top: var(--announcement-height);
}

@media (max-width: 1040px) {
  :root {
    --announcement-height: 50px;
  }

  .announcement-bar,
  .announcement-inner {
    min-height: var(--announcement-height);
  }

  .announcement-copy {
    font-size: 10px;
  }

  .announcement-remaining,
  .announcement-action {
    display: none;
  }

  .announcement-copy span.announcement-copy-text {
    display: inline;
  }
}

@media (max-width: 600px) {
  :root {
    --announcement-height: 44px;
  }

  .announcement-bar,
  .announcement-inner {
    min-height: var(--announcement-height);
  }

  .announcement-inner {
    padding-right: 12px;
    padding-left: 12px;
    gap: 8px;
  }

  .announcement-lead {
    flex: 1 1 auto;
    gap: 6px;
    min-width: 0;
  }

  .announcement-badge {
    min-height: 25px;
    padding: 0 7px 0 6px;
    font-size: 9px;
  }

  .announcement-lead > strong {
    overflow: hidden;
    font-size: 9px;
    letter-spacing: 0.04em;
    text-overflow: ellipsis;
  }

  .announcement-copy {
    display: none;
  }

  .countdown {
    display: flex;
    min-height: 32px;
    gap: 0;
    padding: 4px 7px;
  }

  .countdown-label {
    display: none;
  }

  .countdown-value {
    min-width: 93px;
    font-size: 11px;
  }

  .site-header {
    top: var(--announcement-height);
  }
}

/* Separate the navigation from the green content sections. */
:root {
  --header-ink: #2a2442;
}

.site-header {
  background: linear-gradient(115deg, var(--header-ink) 0%, #352d53 100%);
}

.site-header::before {
  border-color: rgba(199, 187, 232, 0.28);
}

.site-header::after {
  background: linear-gradient(90deg, var(--coral) 0 34%, var(--yellow) 34% 68%, var(--lilac) 68% 100%);
}

.brand-mark::before,
.brand-mark::after,
.brand-mark span {
  background: var(--header-ink);
}

.announcement-remaining {
  min-width: 214px;
  padding-right: 18px;
  padding-left: 18px;
  column-gap: 10px;
}

.announcement-remaining-label {
  font-size: 10px;
}

.announcement-remaining strong {
  font-size: 16px;
}

.announcement-remaining small {
  font-size: 10px;
}

.stack-total {
  align-items: center;
  padding: 15px 18px;
}

.stack-total-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stack-total-copy > span {
  color: var(--yellow);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.stack-total-copy > small {
  color: rgba(255, 254, 250, 0.66);
  font-size: 11px;
}

.stack-total-value {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}

.stack-total-value .stack-discount {
  padding: 4px 7px;
  border-radius: 4px;
  background: var(--coral);
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.stack-total-value > strong {
  color: var(--white);
  font-family: var(--display);
  font-size: 22px;
}

.stack-total-value > strong small {
  color: var(--yellow);
  font-size: 9px;
}

.mobile-menu {
  background: var(--header-ink);
}

@media (max-width: 600px) {
  .stack-total {
    align-items: flex-start;
    gap: 12px;
    padding: 13px;
  }

  .stack-total-copy > span {
    font-size: 9px;
  }

  .stack-total-copy > small {
    font-size: 10px;
  }

  .stack-total-value > strong {
    font-size: 18px;
  }
}
