:root {
  --black: #070604;
  --black-2: #0e0b08;
  --ink: #17110b;
  --ivory: #f8f0df;
  --muted: rgba(248, 240, 223, 0.72);
  --soft: rgba(248, 240, 223, 0.12);
  --line: rgba(221, 178, 92, 0.28);
  --gold: #ddb25c;
  --gold-2: #f1d18b;
  --wine: #823232;
  --green: #12382f;
  --max: 1180px;
  --radius: 8px;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background: var(--black);
  color: var(--ivory);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  margin: 0;
  padding-bottom: 82px;
  overflow-x: hidden;
}

body::selection {
  background: var(--gold);
  color: var(--ink);
}

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

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

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

[hidden] {
  display: none !important;
}

.topbar {
  align-items: center;
  background: rgba(7, 6, 4, 0.78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(248, 240, 223, 0.12);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 76px;
  inset: 0 0 auto;
  padding: 0 clamp(18px, 4vw, 54px);
  position: fixed;
  z-index: 50;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  min-width: 0;
}

.brand-symbol {
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  border: 1px solid rgba(248, 240, 223, 0.42);
  height: 16px;
  transform: rotate(45deg);
  width: 16px;
}

.brand span:last-child,
.nav-links a,
.nav-cta,
.eyebrow,
.panel-kicker,
.checkout-label {
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brand span:last-child {
  color: var(--ivory);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: clamp(20px, 3vw, 42px);
  justify-content: center;
}

.nav-links a {
  color: rgba(248, 240, 223, 0.68);
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--gold-2);
}

.nav-cta {
  border: 1px solid rgba(221, 178, 92, 0.58);
  border-radius: 4px;
  color: var(--gold-2);
  justify-self: end;
  padding: 13px 18px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  background: var(--gold);
  color: var(--ink);
  transform: translateY(-1px);
}

.hero {
  isolation: isolate;
  min-height: 92svh;
  overflow: hidden;
  padding: 104px clamp(20px, 5vw, 68px) 34px;
  position: relative;
}

.hero-image {
  background-image: url("assets/ebook-cover-bg.webp");
  background-position: center;
  background-size: cover;
  filter: saturate(0.9);
  inset: 0;
  opacity: 0.56;
  position: absolute;
  transform: scale(1.04);
  z-index: -3;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(7, 6, 4, 0.98) 0%, rgba(7, 6, 4, 0.82) 42%, rgba(7, 6, 4, 0.54) 100%),
    linear-gradient(180deg, rgba(7, 6, 4, 0.28) 0%, rgba(7, 6, 4, 0.98) 100%);
  inset: 0;
  position: absolute;
  z-index: -2;
}

.hero::before {
  border: 1px solid rgba(221, 178, 92, 0.18);
  content: "";
  inset: 96px clamp(16px, 2vw, 28px) 24px;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.hero-shell {
  align-items: center;
  display: grid;
  gap: clamp(34px, 6vw, 86px);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 440px);
  margin: 0 auto;
  max-width: var(--max);
  min-height: calc(92svh - 138px);
}

.hero-copy {
  min-width: 0;
  padding-top: 16px;
}

.eyebrow,
.panel-kicker {
  color: var(--gold);
  margin: 0 0 18px;
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 800;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(3.2rem, 6vw, 5.85rem);
  line-height: 0.92;
  margin-bottom: 24px;
  max-width: 850px;
  text-wrap: balance;
}

h2 {
  font-size: clamp(2.45rem, 5.1vw, 5.1rem);
  line-height: 0.96;
  margin-bottom: 22px;
  text-wrap: balance;
}

h3 {
  color: var(--ivory);
  font-size: clamp(1.18rem, 2vw, 1.42rem);
  line-height: 1.18;
  margin-bottom: 10px;
}

p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.hero-lede {
  color: rgba(248, 240, 223, 0.86);
  font-size: clamp(1.06rem, 1.6vw, 1.25rem);
  line-height: 1.64;
  margin-bottom: 22px;
  max-width: 760px;
}

.hero-price {
  border-block: 1px solid var(--line);
  align-items: center;
  display: grid;
  gap: 12px 20px;
  grid-template-columns: auto minmax(220px, 1fr);
  margin: 0 0 22px;
  max-width: 680px;
  padding: 16px 0;
}

.price-label {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-price strong {
  color: var(--ivory);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.75rem, 4vw, 4.15rem);
  line-height: 0.9;
  grid-row: span 2;
}

.hero-price span:last-child {
  color: rgba(248, 240, 223, 0.72);
  font-size: 0.98rem;
  line-height: 1.5;
  max-width: 560px;
}

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

.button {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.04em;
  min-height: 54px;
  padding: 0 26px;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
  white-space: nowrap;
}

.button.primary {
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  border: 1px solid var(--gold);
  color: var(--ink);
  box-shadow: 0 18px 40px rgba(221, 178, 92, 0.22);
}

.button.ghost {
  background: rgba(248, 240, 223, 0.04);
  border: 1px solid rgba(248, 240, 223, 0.32);
  color: var(--ivory);
}

.button.full {
  width: 100%;
}

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

.button.primary:hover,
.button.primary:focus-visible {
  background: var(--gold-2);
}

.button.ghost:hover,
.button.ghost:focus-visible {
  border-color: var(--gold);
  color: var(--gold-2);
}

.assurance-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.assurance-list li {
  color: rgba(248, 240, 223, 0.78);
  font-size: 0.88rem;
  font-weight: 800;
  padding-left: 16px;
  position: relative;
}

.assurance-list li::before {
  background: var(--gold);
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 8px;
  transform: rotate(45deg);
  width: 6px;
}

.product-stage {
  align-self: center;
  display: grid;
  gap: 18px;
  justify-items: center;
  min-width: 0;
}

.cover-frame {
  margin: 0;
  position: relative;
}

.cover-frame::before {
  border: 1px solid rgba(221, 178, 92, 0.62);
  content: "";
  inset: -12px;
  position: absolute;
  transform: rotate(-1deg);
  z-index: -1;
}

.cover-frame img {
  aspect-ratio: 1055 / 1491;
  border: 1px solid rgba(221, 178, 92, 0.46);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.62);
  height: auto;
  max-height: min(66svh, 650px);
  object-fit: cover;
  width: min(100%, 420px);
}

.cover-caption {
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: grid;
  gap: 5px;
  max-width: 420px;
  padding-top: 14px;
  text-align: center;
}

.cover-caption span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cover-caption strong {
  color: rgba(248, 240, 223, 0.88);
  font-size: 0.98rem;
  line-height: 1.35;
}

.metrics {
  background: var(--ivory);
  color: var(--ink);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.metric {
  border-right: 1px solid rgba(23, 17, 11, 0.14);
  min-height: 126px;
  padding: 26px clamp(18px, 4vw, 42px);
}

.metric:last-child {
  border-right: 0;
}

.metric strong {
  color: var(--wine);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 3.5vw, 3.4rem);
  line-height: 0.94;
  white-space: nowrap;
}

.metric span {
  color: rgba(23, 17, 11, 0.72);
  display: block;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-top: 12px;
  text-transform: uppercase;
}

.section {
  margin: 0 auto;
  max-width: var(--max);
  padding: clamp(80px, 10vw, 132px) clamp(20px, 5vw, 34px);
}

.manifesto {
  align-items: start;
  display: grid;
  gap: clamp(34px, 7vw, 82px);
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.9fr);
}

.manifesto-copy p:last-child,
.section-heading p:last-child,
.checkout-copy p:last-child {
  margin-bottom: 0;
}

.reason-grid {
  display: grid;
  gap: 14px;
}

.reason-card {
  background: rgba(248, 240, 223, 0.055);
  border: 1px solid rgba(248, 240, 223, 0.12);
  border-radius: var(--radius);
  display: grid;
  gap: 10px;
  min-height: 142px;
  padding: 22px;
}

.reason-card span {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.reason-card p,
.audience-grid p {
  margin-bottom: 0;
}

.content-section {
  max-width: 1240px;
  padding-top: 0;
}

.section-heading {
  max-width: 900px;
  margin-bottom: clamp(34px, 6vw, 62px);
}

.toc {
  background: linear-gradient(180deg, rgba(248, 240, 223, 0.075), rgba(248, 240, 223, 0.035));
  border: 1px solid rgba(221, 178, 92, 0.28);
  border-radius: var(--radius);
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  overflow: hidden;
}

.toc-tabs {
  background: rgba(0, 0, 0, 0.24);
  border-right: 1px solid rgba(221, 178, 92, 0.22);
  display: grid;
}

.toc-tab {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(248, 240, 223, 0.1);
  color: rgba(248, 240, 223, 0.72);
  cursor: pointer;
  display: grid;
  font: inherit;
  gap: 5px;
  min-height: 96px;
  padding: 22px 26px;
  text-align: left;
}

.toc-tab:last-child {
  border-bottom: 0;
}

.toc-number {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1;
}

.toc-label {
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.toc-tab.is-active,
.toc-tab:hover,
.toc-tab:focus-visible {
  background: var(--gold);
  color: var(--ink);
  outline: 0;
}

.toc-tab.is-active .toc-number,
.toc-tab:hover .toc-number,
.toc-tab:focus-visible .toc-number {
  color: var(--ink);
}

.toc-panel-wrap {
  min-width: 0;
}

.toc-panel {
  align-items: start;
  display: grid;
  gap: clamp(28px, 5vw, 62px);
  grid-template-columns: minmax(230px, 0.62fr) minmax(300px, 1fr);
  min-height: 480px;
  padding: clamp(28px, 5vw, 58px);
}

.panel-copy h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.15rem, 3.8vw, 3.8rem);
  line-height: 0.98;
  margin-bottom: 18px;
  text-wrap: balance;
}

.panel-kicker {
  font-size: 0.76rem;
}

.story-list {
  counter-reset: story var(--story-start, 0);
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.story-list li {
  background: rgba(7, 6, 4, 0.34);
  border: 1px solid rgba(248, 240, 223, 0.12);
  border-radius: var(--radius);
  color: rgba(248, 240, 223, 0.9);
  counter-increment: story;
  font-size: clamp(0.96rem, 1.4vw, 1.06rem);
  font-weight: 750;
  line-height: 1.42;
  min-height: 64px;
  padding: 16px 18px 16px 58px;
  position: relative;
}

.story-list li::before {
  color: var(--gold);
  content: counter(story, decimal-leading-zero);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  font-weight: 800;
  left: 18px;
  position: absolute;
  top: 17px;
}

.quote-band {
  background: var(--green);
  border-block: 1px solid rgba(221, 178, 92, 0.22);
  padding: clamp(70px, 10vw, 118px) clamp(20px, 5vw, 34px);
}

.quote-inner {
  margin: 0 auto;
  max-width: 1080px;
}

.quote-inner p {
  color: var(--ivory);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 5.4vw, 5.4rem);
  font-weight: 800;
  line-height: 1.04;
  margin: 0;
  text-align: center;
  text-wrap: balance;
}

.audience-section {
  max-width: 1240px;
}

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

.audience-grid article {
  background: rgba(248, 240, 223, 0.055);
  border: 1px solid rgba(248, 240, 223, 0.12);
  border-radius: var(--radius);
  min-height: 210px;
  padding: 24px;
}

.checkout-section {
  background:
    linear-gradient(90deg, rgba(7, 6, 4, 0.96), rgba(7, 6, 4, 0.68)),
    url("assets/ebook-cover-bg.webp") center / cover;
  border-block: 1px solid rgba(221, 178, 92, 0.22);
  padding: clamp(76px, 10vw, 126px) clamp(20px, 5vw, 34px);
}

.checkout-inner {
  align-items: center;
  display: grid;
  gap: clamp(32px, 7vw, 86px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  margin: 0 auto;
  max-width: var(--max);
}

.checkout-copy {
  max-width: 720px;
}

.checkout-box {
  background: rgba(248, 240, 223, 0.96);
  border: 1px solid rgba(221, 178, 92, 0.5);
  border-radius: var(--radius);
  color: var(--ink);
  padding: 28px;
}

.checkout-label {
  color: var(--wine);
}

.checkout-box strong {
  color: var(--ink);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.4rem;
  line-height: 0.9;
  margin: 14px 0 22px;
}

.checkout-box ul {
  border-block: 1px solid rgba(23, 17, 11, 0.16);
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0 0 24px;
  padding: 20px 0;
}

.checkout-box li {
  color: rgba(23, 17, 11, 0.76);
  font-size: 0.98rem;
  font-weight: 800;
  padding-left: 18px;
  position: relative;
}

.checkout-box li::before {
  background: var(--wine);
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 8px;
  transform: rotate(45deg);
  width: 6px;
}

.faq-section {
  background: #080706;
  color: var(--ivory);
  margin: 0;
  max-width: none;
  padding-block: clamp(72px, 9vw, 110px);
}

.faq-section .section-heading,
.faq-list {
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}

.faq-section .eyebrow {
  color: var(--gold);
}

.faq-section h2 {
  color: var(--ivory);
}

.faq-section .section-heading p:not(.eyebrow) {
  color: rgba(248, 240, 223, 0.72);
}

.faq-list {
  border-top: 0;
  display: grid;
  gap: 14px;
}

details {
  background: rgba(248, 240, 223, 0.045);
  border: 1px solid rgba(248, 240, 223, 0.16);
  border-radius: var(--radius);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

summary {
  color: var(--ivory);
  cursor: pointer;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 950;
  list-style: none;
  padding: 26px 58px 26px 28px;
  position: relative;
}

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

summary::after {
  color: var(--gold);
  content: "+";
  font-size: 1.7rem;
  line-height: 1;
  position: absolute;
  right: 28px;
  top: 25px;
}

details[open] summary::after {
  content: "-";
}

details p {
  color: rgba(248, 240, 223, 0.72);
  margin-bottom: 0;
  max-width: 760px;
  padding: 0 28px 26px;
}

details a {
  color: var(--gold);
  font-weight: 950;
}

.site-footer {
  align-items: center;
  background: #080706;
  border-top: 1px solid rgba(221, 178, 92, 0.18);
  color: rgba(248, 240, 223, 0.72);
  display: grid;
  justify-items: center;
  min-height: 210px;
  padding: 50px clamp(20px, 5vw, 54px);
  text-align: center;
}

.footer-inner {
  display: grid;
  gap: 10px;
  max-width: 760px;
}

.site-footer p {
  color: rgba(248, 240, 223, 0.72);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
}

.site-footer a {
  color: var(--gold);
  font-weight: 950;
}

.floating-cta {
  align-items: center;
  background:
    linear-gradient(180deg, rgba(32, 25, 15, 0.96), rgba(7, 6, 4, 0.96)),
    linear-gradient(90deg, rgba(221, 178, 92, 0.16), rgba(221, 178, 92, 0));
  border: 1px solid rgba(221, 178, 92, 0.58);
  border-radius: 999px;
  bottom: 18px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.42);
  color: var(--ivory);
  display: inline-flex;
  gap: 12px;
  left: 50%;
  max-width: calc(100vw - 32px);
  min-height: 58px;
  padding: 0 24px;
  position: fixed;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
  transition: opacity 180ms ease, transform 180ms ease, background 180ms ease, color 180ms ease;
  z-index: 60;
}

.floating-cta.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(18px);
}

.floating-cta::before {
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  content: "";
  flex: 0 0 auto;
  height: 10px;
  transform: rotate(45deg);
  width: 10px;
}

.floating-cta span {
  font-size: 0.88rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.floating-cta:hover,
.floating-cta:focus-visible {
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  color: var(--ink);
}

:focus-visible {
  outline: 3px solid rgba(221, 178, 92, 0.86);
  outline-offset: 3px;
}

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

  .nav-links {
    display: none;
  }

  .hero-shell,
  .manifesto,
  .checkout-inner {
    grid-template-columns: 1fr;
  }

  .hero-shell {
    min-height: 0;
  }

  .product-stage {
    max-width: 420px;
    justify-self: center;
  }

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

  .metric {
    border-bottom: 1px solid rgba(23, 17, 11, 0.12);
  }

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

  .toc-tabs {
    border-right: 0;
    grid-template-columns: repeat(5, minmax(145px, 1fr));
    overflow-x: auto;
  }

  .toc-tab {
    min-height: 88px;
    padding: 18px;
  }

  .toc-panel {
    grid-template-columns: 1fr;
    min-height: 0;
  }

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

@media (max-width: 680px) {
  .topbar {
    height: 64px;
    padding-inline: 16px;
  }

  .brand span:last-child {
    font-size: 0.72rem;
    letter-spacing: 0.1em;
  }

  .brand-symbol {
    height: 13px;
    width: 13px;
  }

  .nav-cta {
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    padding: 10px 12px;
  }

  .hero {
    min-height: auto;
    padding: 84px 20px 42px;
  }

  .hero::before {
    inset: 76px 10px 14px;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(7, 6, 4, 0.86), rgba(7, 6, 4, 0.96)),
      linear-gradient(90deg, rgba(7, 6, 4, 0.96), rgba(7, 6, 4, 0.62));
  }

  .hero-shell {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  h1 {
    font-size: clamp(2.32rem, 10.4vw, 3.15rem);
    line-height: 0.95;
    text-wrap: balance;
  }

  h2 {
    font-size: clamp(2.15rem, 10.4vw, 3.35rem);
  }

  .hero-lede {
    font-size: 0.98rem;
    line-height: 1.52;
  }

  .hero-price {
    display: grid;
    grid-template-columns: 1fr;
    padding: 14px 0;
  }

  .hero-price strong {
    grid-row: auto;
  }

  .hero-price span:last-child {
    display: none;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    min-height: 52px;
    width: 100%;
  }

  .assurance-list {
    display: grid;
  }

  .product-stage {
    max-width: 260px;
    order: -1;
    place-self: center;
  }

  .cover-frame img {
    max-height: none;
    width: min(68vw, 260px);
  }

  .cover-frame::before {
    inset: -7px;
  }

  .cover-caption {
    display: none;
  }

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

  .metric {
    min-height: 100px;
  }

  .section,
  .checkout-section,
  .quote-band {
    padding-left: 20px;
    padding-right: 20px;
  }

  .toc-tabs {
    grid-template-columns: repeat(5, minmax(132px, 1fr));
  }

  .toc-number {
    font-size: 1.75rem;
  }

  .toc-label {
    font-size: 0.72rem;
  }

  .toc-panel {
    padding: 24px 18px;
  }

  .story-list li {
    min-height: 0;
  }

  .quote-inner p {
    font-size: clamp(2rem, 10vw, 3.25rem);
  }

  .checkout-box {
    padding: 24px;
  }

  .checkout-box strong {
    font-size: 3.35rem;
  }

  .site-footer {
    min-height: 176px;
    padding-bottom: 38px;
  }

  .floating-cta {
    bottom: 12px;
    left: 50%;
    right: auto;
    min-height: 56px;
    padding: 0 18px;
    transform: translateX(-50%) translateY(0);
    width: calc(100vw - 24px);
  }

  .floating-cta.is-hidden {
    transform: translateX(-50%) translateY(18px);
  }

  .floating-cta span {
    font-size: 0.76rem;
    white-space: normal;
  }
}

@media (max-width: 380px) {
  .brand span:last-child {
    display: none;
  }

  .nav-cta {
    font-size: 0.68rem;
    padding-inline: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
