body.cls-page { margin: 0; overflow-x: hidden; background: #151513; }

.cls-shell {
  --coal: var(--cls-coal, #151513);
  --ink: var(--cls-ink, #24211d);
  --ivory: var(--cls-ivory, #eee9dc);
  --paper: var(--cls-paper, #f5f1e7);
  --red: var(--cls-red, #881f21);
  --red-dark: var(--cls-red-dark, #681719);
  --gold: var(--cls-gold, #b8a881);
  --serif: var(--cls-serif, Georgia, "Times New Roman", serif);
  --sans: var(--cls-sans, Arial, Helvetica, sans-serif);
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.5;
}
.cls-shell,
.cls-shell * { box-sizing: border-box; }
.cls-shell img { display: block; max-width: none; }
.cls-shell a { color: inherit; text-decoration: none; }
.cls-shell p { margin-top: 0; }
.cls-shell ::selection { color: var(--paper); background: var(--red); }

.cls-eyebrow { margin: 0 0 28px; color: #c4ab79; font: 700 10px/1.3 var(--sans); letter-spacing: .2em; text-transform: uppercase; }
.cls-author { margin: 26px 0 34px; font-size: clamp(19px, 1.7vw, 27px); }
.cls-prose p { margin: 0 0 25px; font-size: 17px; line-height: 1.82; }
.cls-prose p:last-child { margin-bottom: 0; }

.cls-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: 54% 46%;
  align-items: center;
  overflow: hidden;
  padding: 95px 7vw 90px;
  color: var(--paper);
  background: linear-gradient(115deg, #11110f 0 55%, #1b1916 55% 100%);
}
.cls-hero-copy { position: relative; z-index: 2; max-width: 780px; padding-left: 3vw; }
.cls-hero h1 { margin: 0; max-width: 850px; color: inherit; font: 400 clamp(57px, 6.6vw, 104px)/.85 var(--serif); letter-spacing: -.052em; }
.cls-hero-lede { max-width: 590px; margin: 0 0 31px 4vw; padding-left: 22px; color: #d0c9bc; border-left: 1px solid var(--red); font-size: 17px; line-height: 1.72; }
.cls-hero-lede p:last-child { margin-bottom: 0; }
.cls-hero-extra { max-width: 620px; margin-left: 4vw; color: #d0c9bc; }
.cls-hero-visual { position: relative; z-index: 2; height: 68vh; display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 0; }
.cls-hero-visual img { width: min(37vw, 560px); height: min(72vh, 720px); object-fit: contain; filter: drop-shadow(28px 35px 32px rgba(0,0,0,.5)); }
.cls-hero-visual.has-caption img { height: min(64vh, 670px); }
.cls-hero-visual figcaption { width: min(37vw, 560px); margin: 14px auto 0; color: #958e83; font: 9px/1.45 var(--sans); letter-spacing: .06em; text-align: center; }

.cls-offer-summary { margin: 26px 0 0 4vw; color: #d7d0c3; }
.cls-offer-summary p { margin: 5px 0; font-size: 14px; }
.cls-offer-summary strong { color: var(--paper); font-size: 25px; font-weight: 400; }
.cls-offer-summary .cls-deadline { margin-top: 15px; color: #a9a195; font: 700 10px/1.5 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.cls-hero .cls-purchase-gate,
.cls-hero .cls-scheduled { margin-left: 4vw; }
.cls-scheduled { margin-top: 30px; color: #d8cdb9; }

.cls-cta { min-width: 286px; }
.cls-purchase-gate { max-width: 620px; margin-top: 32px; }
.cls-purchase-limit { margin: 0 0 15px; color: #c8bda9; font: 700 9px/1.5 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.cls-stock-message { margin: 0 0 16px; font: 700 11px/1.45 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.cls-stock-message-low { color: #e1c9a0; }
.cls-stock-message-critical { color: #fff1dc; font-size: 13px; }
.cls-stock-sold_out { max-width: 540px; padding: 22px 24px; border: 1px solid rgba(255,255,255,.35); }
.cls-stock-message-sold-out { margin: 0; color: #fff3e9; font-size: 18px; letter-spacing: .11em; }
.cls-purchase-warning { max-width: 540px; margin: 0 0 18px; color: #c8c0b4; font-size: 12px; line-height: 1.58; }
.cls-purchase-warning p { margin-bottom: 0; }
.cls-purchase-warning strong { color: #eee5d8; font-weight: 700; }
.cls-purchase-consent { display: flex; width: fit-content; align-items: center; gap: 10px; margin: 0 0 18px; color: #ddd5c8; font: 700 10px/1.4 var(--sans); cursor: pointer; }
.cls-purchase-consent input { width: 17px; height: 17px; margin: 0; accent-color: var(--red); }
.cls-purchase-info { max-width: 540px; margin-top: 18px; padding-top: 16px; color: #aaa296; border-top: 1px solid rgba(255,255,255,.18); }
.cls-purchase-info p { margin: 0 0 5px; font: 11px/1.5 var(--sans); }
.cls-purchase-info strong { color: #d5cdc0; font-weight: 700; }
.cls-purchase-info a { color: #d6c7a6; text-decoration: underline; text-underline-offset: 3px; }

.cls-section { position: relative; }
.cls-block-media { margin: 0; }
.cls-block-media img { width: 100%; height: 100%; object-fit: cover; }
.cls-block-media figcaption { color: #8e877c; font: 9px/1.45 var(--sans); letter-spacing: .06em; }
.cls-block-copy h2 { margin: 0; color: inherit; font: 400 clamp(46px, 5.6vw, 88px)/.96 var(--serif); letter-spacing: -.045em; }

.cls-variant-ivory,
.cls-variant-portrait-offset {
  display: grid;
  grid-template-columns: 54% 30%;
  justify-content: space-between;
  align-items: start;
  padding: 130px 9vw 105px 11vw;
  background: var(--paper);
}
.cls-variant-ivory .cls-block-copy,
.cls-variant-portrait-offset .cls-block-copy { max-width: 720px; }
.cls-variant-ivory .cls-block-copy h2,
.cls-variant-portrait-offset .cls-block-copy h2 { margin-bottom: 54px; }
.cls-variant-portrait-offset .cls-block-media { order: 2; aspect-ratio: 3 / 4; margin-top: 105px; background: #e6dfd1; }
.cls-variant-portrait-offset .cls-block-media figcaption { margin-top: 14px; }

.cls-variant-coal,
.cls-variant-document-dark {
  display: grid;
  grid-template-columns: 43% 41%;
  gap: 11%;
  align-items: center;
  padding: 95px 8vw;
  color: var(--ivory);
  background: var(--coal);
}
.cls-variant-document-dark .cls-block-media { aspect-ratio: 3 / 4; background: #25231f; }
.cls-variant-document-dark .cls-block-media figcaption { margin-top: 14px; color: #afa79a; }
.cls-variant-document-dark .cls-block-copy h2 { margin-bottom: 45px; font-size: clamp(31px, 3.5vw, 53px); line-height: 1.15; }
.cls-variant-document-dark .cls-prose { color: #c6bfb3; }

.cls-variant-full-bleed {
  min-height: 850px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--ivory);
  background: #111;
}
.cls-variant-full-bleed .cls-block-media { position: absolute; inset: 0; height: 100%; }
.cls-variant-full-bleed::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(12,12,11,.94) 0, rgba(12,12,11,.83) 50%, rgba(12,12,11,.28) 100%); }
.cls-variant-full-bleed .cls-block-copy { position: relative; z-index: 2; width: 78%; padding: 105px 7vw 95px 11vw; }
.cls-variant-full-bleed .cls-block-copy h2 { max-width: 1050px; margin-bottom: 85px; font-size: clamp(52px, 6.7vw, 103px); }
.cls-variant-full-bleed .cls-prose { width: 58%; margin-left: 30%; color: #d4cdc1; }
.cls-variant-full-bleed .cls-prose p { font-size: 16px; }

.cls-variant-object,
.cls-specs-block {
  padding: 105px 10vw 90px;
  background: var(--ivory);
}
.cls-variant-object { display: flex; flex-direction: column; }
.cls-variant-object .cls-block-copy { order: 1; }
.cls-variant-object .cls-block-media { order: 2; }
.cls-variant-object .cls-block-copy { display: grid; grid-template-columns: 58% 32%; gap: 8%; align-items: end; }
.cls-variant-object .cls-block-copy h2 { grid-column: 1; }
.cls-variant-object .cls-block-copy .cls-prose { grid-column: 2; }
.cls-variant-object .cls-block-media { width: 62%; height: 620px; margin-top: 70px; }
.cls-variant-object .cls-block-media img { object-fit: contain; }
.cls-spec-list { width: 30%; margin: 75px 0 0 auto; border-top: 1px solid #aaa190; }
.cls-spec-list div { padding: 18px 0; border-bottom: 1px solid #aaa190; }
.cls-spec-list dt { margin-bottom: 6px; color: #8a8175; font: 700 8px/1 var(--sans); letter-spacing: .15em; text-transform: uppercase; }
.cls-spec-list dd { margin: 0; font-size: 18px; }
.cls-variant-object { padding-bottom: 42px; }
.cls-variant-object + .cls-specs-block { padding-top: 20px; }
.cls-variant-object + .cls-specs-block .cls-spec-list { margin-top: 0; }

.cls-variant-collection-dark {
  padding: 145px 7vw 160px;
  color: var(--ivory);
  background: #201f1b;
}
.cls-variant-collection-dark .cls-collection-heading { width: 74%; margin-left: 18%; }
.cls-variant-collection-dark .cls-collection-heading h2 { margin: 0; color: inherit; font: 400 clamp(48px, 6.2vw, 95px)/.94 var(--serif); letter-spacing: -.052em; }
.cls-variant-collection-dark .cls-block-copy { width: 64%; margin-left: 29%; }
.cls-variant-collection-dark .cls-block-media { height: min(36vw, 520px); margin: 90px -7vw 85px; }
.cls-variant-collection-dark .cls-prose { width: 82%; margin-left: auto; color: #c6bfb3; }

.cls-testimonial {
  padding: 110px 12vw 120px;
  color: var(--ivory);
  background: #201f1b;
}
.cls-testimonial blockquote { width: 68%; margin: 0 7% 0 auto; }
.cls-testimonial blockquote p { margin: 0 0 28px; font-size: clamp(24px, 2.6vw, 40px); line-height: 1.48; }
.cls-attribution { width: 68%; margin: 42px 7% 0 auto; color: #9b9488; font-size: 15px; }
.cls-testimonial-bridge { width: 48%; margin: 75px 0 0 42%; color: #c6bfb3; font-size: 18px; line-height: 1.68; }
.cls-testimonial .cls-attribution { margin-top: 42px; }
.cls-testimonial .cls-testimonial-bridge { margin: 88px 0 0 42%; padding-top: 30px; border-top: 1px solid #4c473f; }

.cls-variant-red,
.cls-block-guarantee {
  padding: 105px 10vw 115px;
  color: var(--ivory);
  background: var(--red);
}
.cls-variant-red .cls-block-copy,
.cls-block-guarantee .cls-block-copy { width: 60%; margin-left: 34%; }
.cls-variant-red .cls-block-copy h2,
.cls-block-guarantee .cls-block-copy h2 { margin-bottom: 44px; color: #fff4e9; font-size: clamp(38px, 4.7vw, 72px); line-height: 1.04; }
.cls-variant-red .cls-prose,
.cls-block-guarantee .cls-prose { color: #ead7cc; }

.cls-purchase { display: grid; grid-template-columns: 43% 47%; gap: 10%; align-items: center; padding: 110px 10vw; color: var(--ivory); background: var(--red-dark); }
.cls-purchase-title,
.cls-purchase-action,
.cls-purchase-gate,
.cls-offer-summary,
.cls-purchase-warning,
.cls-purchase-info { min-width: 0; }
.cls-purchase h2 { margin: 0; color: inherit; font: 400 clamp(45px, 5.4vw, 82px)/.93 var(--serif); letter-spacing: -.045em; }
.cls-purchase-title > p { color: #d3bfae; font-size: 22px; }
.cls-purchase-action { padding-left: 5vw; border-left: 1px solid rgba(255,255,255,.25); }
.cls-purchase-action .cls-offer-summary { margin-left: 0; }
.cls-purchase .cls-purchase-limit { color: #f0d7d2; }
.cls-purchase .cls-purchase-warning,
.cls-purchase .cls-purchase-consent { color: #fff3e9; }
.cls-purchase .cls-purchase-info { color: #dcc4c1; }
.cls-purchase .cls-purchase-info strong,
.cls-purchase .cls-purchase-info a { color: #fff3e9; }
.cls-purchase-closing { background: #121210; }
.cls-purchase-closing .cls-purchase-visual { height: 660px; }
.cls-purchase-closing .cls-purchase-visual img { width: 100%; height: 100%; object-fit: contain; }
.cls-purchase-closing .cls-purchase-action { border-left-color: #4c473f; }
.cls-purchase-closing .cls-purchase-action h2 { font-size: clamp(51px, 5.6vw, 86px); }
.cls-closing-author { margin: 22px 0 38px; color: var(--gold); font-size: 23px; }

.cls-book-cta { display: grid; grid-template-columns: 54% 40%; gap: 6%; align-items: center; padding: 120px 7vw; color: var(--paper); background: #121210; }
.cls-book-cta-visual { height: 650px; }
.cls-book-cta-visual img { width: 100%; height: 100%; object-fit: contain; }
.cls-book-cta-copy { padding-left: 5vw; border-left: 1px solid #4c473f; }
.cls-book-cta h2 { margin: 0; color: inherit; font: 400 clamp(48px, 5.6vw, 86px)/.93 var(--serif); letter-spacing: -.05em; }
.cls-book-cta p { margin-top: 20px; color: var(--gold); font-size: 22px; }

.cls-post-offer-shell {
  min-height: 100svh;
  display: grid;
  grid-template-rows: minmax(410px, 43svh) minmax(650px, 57svh);
  color: var(--paper);
  background: var(--coal);
}
.cls-post-offer-late,
.cls-post-offer-offer { position: relative; display: grid; place-items: center; overflow: hidden; }
.cls-post-offer-late { background: radial-gradient(circle at 82% 0%, rgba(255,255,255,.035), transparent 34%), linear-gradient(112deg, #11110f 0%, var(--coal) 62%, #201f1b 100%); }
.cls-post-offer-late::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, var(--gold) 28%, var(--gold) 72%, transparent); opacity: .72; }
.cls-post-offer-offer { background: radial-gradient(circle at 14% 100%, rgba(0,0,0,.16), transparent 36%), linear-gradient(118deg, var(--red-dark), var(--red) 56%, #952426); }
.cls-post-offer-inner { width: min(1120px, calc(100% - 96px)); margin: 0 auto; text-align: center; }
.cls-post-offer-late .cls-post-offer-inner { padding: 38px 0 32px; }
.cls-post-offer-offer .cls-post-offer-inner { padding: 34px 0 30px; }
.cls-post-offer-shell p { margin: 0; }
.cls-post-offer-late-title { margin: 0; color: var(--paper); font: italic 400 clamp(31px, 3.05vw, 44px)/1 var(--serif); letter-spacing: -.025em; }
.cls-post-offer-launch-prefix { margin-top: 38px !important; color: #b9b1a3; font: 700 11px/1.4 var(--sans); letter-spacing: .16em; text-transform: uppercase; }
.cls-post-offer-book-title { margin-top: 17px !important; color: var(--gold); font: italic 400 clamp(48px, 4.4vw, 64px)/1.04 var(--serif); letter-spacing: -.025em; white-space: nowrap; }
.cls-post-offer-closed-text { margin-top: 27px !important; color: #d7d0c4; font: 400 clamp(20px, 1.67vw, 24px)/1.45 var(--serif); }
.cls-post-offer-alternative { color: #eadbd0; font: 400 clamp(17px, 1.45vw, 22px)/1.38 var(--serif); }
.cls-post-offer-product { margin-top: 11px !important; color: #fff4e9; font: italic 400 clamp(25px, 2.7vw, 40px)/1.15 var(--serif); }
.cls-post-offer-discount-intro,
.cls-post-offer-connector { color: #f2dcd8; font: 700 11px/1.5 var(--sans); letter-spacing: .115em; text-transform: uppercase; }
.cls-post-offer-discount-intro { margin-top: 31px !important; white-space: nowrap; }
.cls-post-offer-keyword,
.cls-post-offer-limit { color: #fff4e9; font: 400 clamp(34px, 3.1vw, 46px)/1 var(--serif); letter-spacing: -.025em; text-transform: uppercase; }
.cls-post-offer-keyword { margin-top: 9px !important; }
.cls-post-offer-connector { margin-top: 10px !important; font-size: 12px; }
.cls-post-offer-limit { margin-top: 10px !important; }
.cls-post-offer-deadline-intro { margin-top: 31px !important; color: #ead4d0; font: 400 16px/1.4 var(--serif); }
.cls-post-offer-deadline { margin-top: 4px !important; color: #fff4e9; font: 400 clamp(29px, 3.05vw, 46px)/1.04 var(--serif); }
.cls-post-offer-cta { min-width: 320px; margin-top: 27px; }
.cls-post-offer-postscript { margin-top: 18px !important; color: #e4c9c5; font: italic 400 14px/1.4 var(--serif); }

@media (max-width: 900px) {
  .cls-hero { min-height: auto; grid-template-columns: 1fr; padding: 75px 24px 85px; }
  .cls-hero-copy { width: 100%; min-width: 0; padding-left: 0; }
  .cls-hero h1 { font-size: clamp(53px, 13vw, 82px); }
  .cls-hero-lede,
  .cls-hero-extra,
  .cls-offer-summary,
  .cls-hero .cls-purchase-gate,
  .cls-hero .cls-scheduled { margin-left: 0; }
  .cls-hero-visual { height: 570px; margin-top: 45px; }
  .cls-hero-visual img { width: min(78vw, 560px); height: 100%; }
  .cls-hero-visual.has-caption img { height: calc(100% - 38px); }
  .cls-hero-visual figcaption { width: min(78vw, 560px); }

  .cls-variant-ivory,
  .cls-variant-portrait-offset { grid-template-columns: 1fr; padding: 90px 24px 85px; }
  .cls-variant-portrait-offset .cls-block-media { width: 75%; margin: 85px 0 30px auto; }

  .cls-variant-coal,
  .cls-variant-document-dark { grid-template-columns: 1fr; gap: 95px; padding: 85px 24px; }
  .cls-variant-document-dark .cls-block-media { width: 82%; }
  .cls-variant-document-dark .cls-block-copy { width: 88%; margin-left: auto; }

  .cls-variant-full-bleed { min-height: 950px; }
  .cls-variant-full-bleed .cls-block-copy { width: 100%; padding: 90px 24px; }
  .cls-variant-full-bleed .cls-block-copy h2 { font-size: clamp(48px, 11.5vw, 76px); }
  .cls-variant-full-bleed .cls-prose { width: 83%; margin-left: auto; }

  .cls-variant-object { padding: 85px 24px; }
  .cls-variant-object .cls-block-copy { grid-template-columns: 1fr; gap: 55px; }
  .cls-variant-object .cls-block-copy h2,
  .cls-variant-object .cls-block-copy .cls-prose { grid-column: 1; }
  .cls-variant-object .cls-block-copy .cls-prose { width: 82%; margin-left: auto; }
  .cls-variant-object .cls-block-media { width: 100%; height: 520px; margin-top: 65px; }
  .cls-spec-list { width: 82%; }
  .cls-variant-object { padding-bottom: 32px; }
  .cls-variant-object + .cls-specs-block { padding: 14px 24px 75px; }

  .cls-variant-collection-dark { padding: 100px 24px 115px; }
  .cls-variant-collection-dark .cls-collection-heading,
  .cls-variant-collection-dark .cls-block-copy { width: 100%; margin: 0; }
  .cls-variant-collection-dark .cls-block-media { height: 48vw; margin: 80px -24px; }
  .cls-variant-collection-dark .cls-prose { width: 83%; }

  .cls-testimonial { padding: 100px 24px 115px; }
  .cls-testimonial blockquote,
  .cls-attribution { width: 92%; margin-right: auto; margin-left: 0; }
  .cls-testimonial .cls-testimonial-bridge { width: 72%; margin: 72px 0 0 auto; }

  .cls-variant-red .cls-block-copy,
  .cls-block-guarantee .cls-block-copy { width: 84%; margin-left: auto; }
  .cls-variant-red,
  .cls-block-guarantee { padding: 95px 24px 105px; }

  .cls-purchase { grid-template-columns: 1fr; gap: 55px; padding: 90px 24px; }
  .cls-purchase-title,
  .cls-purchase-action { width: 100%; min-width: 0; }
  .cls-purchase-action { padding: 45px 0 0; border-top: 1px solid rgba(255,255,255,.25); border-left: 0; }
  .cls-purchase-action > *,
  .cls-purchase .cls-offer-summary,
  .cls-purchase .cls-purchase-gate { width: 100%; max-width: 100%; }
  .cls-purchase .cls-cta { white-space: normal; overflow-wrap: anywhere; }
  .cls-purchase-consent { width: 100%; align-items: flex-start; }
  .cls-purchase-consent input { flex: 0 0 17px; }
  .cls-purchase-closing .cls-purchase-visual { height: 560px; }
  .cls-book-cta { grid-template-columns: 1fr; gap: 50px; padding: 95px 24px 105px; }
  .cls-book-cta-visual { height: 560px; }
  .cls-book-cta-copy { padding: 60px 0 0; border-top: 1px solid #4c473f; border-left: 0; }

  .cls-post-offer-shell { grid-template-rows: minmax(445px, 43svh) minmax(675px, 57svh); }
  .cls-post-offer-inner { width: min(calc(100% - 40px), 540px); }
  .cls-post-offer-late .cls-post-offer-inner { padding: 42px 0 36px; }
  .cls-post-offer-offer .cls-post-offer-inner { padding: 38px 0 34px; }
  .cls-post-offer-late-title { font-size: clamp(29px, 9vw, 39px); }
  .cls-post-offer-launch-prefix { margin-top: 34px !important; }
  .cls-post-offer-book-title { max-width: 360px; margin: 18px auto 0 !important; font-size: clamp(38px, 11vw, 50px); white-space: normal; }
  .cls-post-offer-closed-text { max-width: 340px; margin: 27px auto 0 !important; font-size: clamp(18px, 5.1vw, 22px); }
  .cls-post-offer-alternative { max-width: 355px; margin: 0 auto !important; }
  .cls-post-offer-product { max-width: 350px; margin: 13px auto 0 !important; font-size: clamp(25px, 7.5vw, 34px); }
  .cls-post-offer-discount-intro { margin-top: 31px !important; font-size: 9px; letter-spacing: .09em; }
  .cls-post-offer-keyword,
  .cls-post-offer-limit { margin-top: 9px !important; font-size: clamp(36px, 10.5vw, 44px); }
  .cls-post-offer-connector { margin-top: 10px !important; font-size: 10px; }
  .cls-post-offer-deadline-intro { margin-top: 32px !important; }
  .cls-post-offer-deadline { margin-top: 6px !important; font-size: clamp(30px, 9vw, 40px); }
  .cls-post-offer-cta { width: 100%; min-width: 0; max-width: 360px; }
}

@media (max-width: 520px) {
  .cls-hero,
  .cls-purchase { padding-right: 20px; padding-left: 20px; }
  .cls-hero h1 { max-width: 100%; font-size: clamp(42px, 12vw, 54px); line-height: .93; overflow-wrap: break-word; }
  .cls-hero-lede { font-size: 15px; }
  .cls-hero-lede,
  .cls-hero-extra,
  .cls-offer-summary,
  .cls-purchase-gate,
  .cls-purchase-warning,
  .cls-purchase-info { width: 100%; max-width: 100%; min-width: 0; }
  .cls-deadline,
  .cls-purchase-warning,
  .cls-purchase-info p,
  .cls-purchase-consent span { overflow-wrap: anywhere; }
  .cls-cta { width: 100%; min-width: 0; white-space: normal; overflow-wrap: anywhere; }
  .cls-prose p { font-size: 16px; }
  .cls-block-copy h2 { font-size: 12.5vw; }
  .cls-variant-full-bleed .cls-block-copy h2 { font-size: 13vw; }
  .cls-variant-full-bleed .cls-prose,
  .cls-variant-object .cls-block-copy .cls-prose,
  .cls-variant-collection-dark .cls-prose { width: 92%; }
  .cls-variant-object .cls-block-media { height: 440px; }
  .cls-spec-list { width: 92%; }
  .cls-testimonial blockquote,
  .cls-attribution { width: 100%; }
  .cls-testimonial blockquote p { font-size: 21px; }
  .cls-testimonial .cls-testimonial-bridge { width: 88%; font-size: 16px; }
  .cls-variant-red .cls-block-copy,
  .cls-block-guarantee .cls-block-copy { width: 92%; }
  .cls-purchase h2 { max-width: 100%; font-size: clamp(40px, 11.5vw, 52px); line-height: .96; overflow-wrap: break-word; }
  .cls-book-cta h2 { font-size: 13vw; }
}

@media (prefers-reduced-motion: reduce) {
  .cls-cta,
  .cls-post-offer-cta { transition: none; }
}
