:root {
  --page: #f7f8f4;
  --surface: #ffffff;
  --ink: #14261f;
  --muted: #4e6057;
  --line: #b5c0b8;
  --brand: #0a6c5d;
  --brand-strong: #06493f;
  --accent: #e0a434;
  --display: "Trebuchet MS", "Arial Narrow", sans-serif;
  --body: Georgia, "Times New Roman", serif;
  background: var(--page);
  color: var(--ink);
  font-family: var(--body);
  line-height: 1.5;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  min-width: 20rem;
  background-color: var(--page);
  background-image: linear-gradient(rgb(10 108 93 / 0.045) 1px, transparent 1px), linear-gradient(90deg, rgb(10 108 93 / 0.045) 1px, transparent 1px);
  background-size: 2.25rem 2.25rem;
}

body[data-visual-preset="executive"] {
  --page: #f2f5f3;
  --surface: #fbfcfa;
  --ink: #16231f;
  --muted: #52625c;
  --line: #b9c5bf;
  --brand: #1d5360;
  --brand-strong: #113842;
  --accent: #b6513b;
  --display: "Palatino Linotype", "Book Antiqua", Georgia, serif;
  background-image: repeating-linear-gradient(0deg, transparent 0 2rem, rgb(22 35 31 / 0.04) 2rem calc(2rem + 1px));
  background-size: auto;
}

body[data-visual-preset="editorial"] {
  --page: #f8f6f1;
  --surface: #fffdf9;
  --ink: #25231e;
  --muted: #656057;
  --line: #cbc1b3;
  --brand: #a54632;
  --brand-strong: #782e20;
  --accent: #1d6974;
  --display: "Bookman Old Style", Georgia, serif;
  background-image: linear-gradient(125deg, rgb(29 105 116 / 0.07) 1px, transparent 1px), linear-gradient(35deg, rgb(165 70 50 / 0.06) 1px, transparent 1px);
  background-size: 3.5rem 3.5rem;
}

button,
input,
textarea { font: inherit; }

button { cursor: pointer; }

main {
  margin: 0 auto;
  max-width: 76rem;
  padding: 0 5vw 4rem;
}

section { padding: 5rem 0; }

.hero {
  border-bottom: 1px solid var(--line);
  min-height: 27rem;
  padding-top: 7rem;
}

.eyebrow {
  color: var(--brand);
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

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

h1,
h2 { font-family: var(--display); }

h1 {
  font-size: clamp(3rem, 7vw, 6.5rem);
  letter-spacing: 0;
  line-height: 0.96;
  margin-bottom: 1.25rem;
  max-width: 12ch;
}

h2 {
  font-size: clamp(1.65rem, 3vw, 2.3rem);
  line-height: 1.08;
  margin-bottom: 1rem;
}

.lede {
  color: var(--muted);
  font-family: var(--display);
  font-size: 1.18rem;
  max-width: 44rem;
}

.button,
button {
  background: var(--brand);
  border: 1px solid var(--brand);
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-family: var(--display);
  font-weight: 700;
  padding: 0.78rem 1.05rem;
  text-decoration: none;
}

.button:hover,
.button:focus-visible,
button:hover,
button:focus-visible { background: var(--brand-strong); border-color: var(--brand-strong); }

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }

.hero-media {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.hero-media img { display: block; height: 100%; object-fit: cover; width: 100%; }

@supports selector(:has(*)) {
  .hero:has(.hero-media) {
    align-items: center;
    display: grid;
    gap: 2rem 5vw;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
  }

  .hero:has(.hero-media) > :not(.hero-media) { grid-column: 1; }
  .hero:has(.hero-media) .hero-media { grid-column: 2; grid-row: 1 / span 4; min-height: 25rem; }
}

.features ul {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.features > h2 { max-width: 32rem; }

.features li {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 6px;
  border-top: 4px solid var(--accent);
  min-height: 11rem;
  padding: 1.25rem;
}

.features h2 { font-size: 1.28rem; }

.offer-comparison { border-top: 1px solid var(--line); }
.offer-comparison > h2 { max-width: 32rem; }
.comparison-scroll { overflow-x: auto; }
.offer-comparison table { border-collapse: collapse; min-width: 40rem; width: 100%; }
.offer-comparison th,
.offer-comparison td { border-bottom: 1px solid var(--line); padding: 0.85rem 1rem; text-align: center; }
.offer-comparison thead th { background: var(--surface); color: var(--brand-strong); font-family: var(--display); font-size: 1rem; vertical-align: bottom; }
.offer-comparison thead th:first-child,
.offer-comparison tbody th { text-align: left; }
.offer-comparison thead th span { color: var(--muted); display: block; font-family: var(--body); font-size: 0.85rem; font-weight: 400; margin-top: 0.25rem; }
.offer-comparison tbody th { font-size: 0.95rem; font-weight: 400; }
.comparison-mark { color: var(--brand); font-family: var(--display); font-size: 1.25rem; font-weight: 700; }
.visually-hidden { height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.capture,
.book-call,
.pre-order,
.payment,
.countdown { border-top: 1px solid var(--line); max-width: 42rem; }

.pre-order,
.payment { padding-bottom: 0; }

.pre-order > div,
.payment > div {
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 5px solid var(--brand);
  border-radius: 6px;
  padding: 1.5rem;
}

.price { color: var(--brand); font-family: var(--display); font-size: 1.6rem; font-weight: 700; }
.offer-detail { color: var(--muted); max-width: 38rem; }

.countdown { border-top-color: var(--brand); }
.countdown-display { color: var(--brand-strong); font-family: var(--display); font-size: 1.25rem; font-weight: 700; }

form { display: grid; gap: 1rem; }

input[type="email"],
input[type="tel"],
textarea {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 3px;
  display: block;
  margin-top: 0.3rem;
  padding: 0.7rem;
  width: 100%;
}

.hidden { height: 0; overflow: hidden; position: absolute; width: 0; }

.privacy-copy { color: var(--muted); font-family: var(--display); font-size: 0.9rem; margin-bottom: 0; }
.privacy { max-width: 46rem; }
.privacy h2 { margin-top: 2.5rem; }
.site-footer { border-top: 1px solid var(--line); display: flex; justify-content: space-between; margin: 3rem auto 0; max-width: 74rem; padding: 1.5rem 0 2.5rem; }
.site-footer p { color: var(--muted); font-family: var(--display); font-size: 0.85rem; margin: 0; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 1rem; }
.site-footer a { color: var(--brand-strong); font-size: 0.8rem; }

.submission-progress { height: 1.5rem; margin-top: 0.85rem; width: 1.5rem; }
.submission-progress span { align-items: center; border: 3px solid color-mix(in srgb, var(--brand) 18%, transparent); border-radius: 50%; display: flex; height: 1.5rem; justify-content: center; width: 1.5rem; }
.submission-progress[data-state="pending"] span { animation: submission-wheel 1s cubic-bezier(0.7, 0, 0.3, 1) infinite; border-right-color: var(--accent); border-top-color: var(--brand); }
.submission-progress[data-state="complete"] span { background: var(--brand); border-color: var(--brand); }
.submission-progress[data-state="complete"] span::after { border: solid #ffffff; border-width: 0 2px 2px 0; content: ""; height: 0.48rem; transform: rotate(45deg) translate(-1px, -1px); width: 0.24rem; }

.confetti { inset: 0; overflow: hidden; pointer-events: none; position: fixed; z-index: 10; }
.confetti__particle { animation: confetti-fall 1.2s ease-in forwards; animation-delay: var(--confetti-delay); background: var(--confetti-color); height: 0.55rem; left: var(--confetti-left); position: absolute; top: -0.75rem; transform: rotate(var(--confetti-rotation)); width: 0.3rem; }

.discount-popup { align-items: center; background: rgb(20 38 31 / 0.56); display: flex; inset: 0; justify-content: center; padding: 1.25rem; position: fixed; z-index: 11; }
.discount-popup__dialog { background: var(--surface); border: 1px solid var(--line); border-top: 5px solid var(--accent); box-shadow: 0 1.5rem 4rem rgb(20 38 31 / 0.28); max-width: 29rem; padding: 2rem; text-align: center; width: 100%; }
.discount-popup__dialog .eyebrow { margin-bottom: 0.75rem; }
.discount-popup__dialog h2 { margin-bottom: 0.75rem; }
.discount-popup__dialog > p:not(.eyebrow) { color: var(--muted); }
.discount-popup__code { background: var(--page); border: 1px dashed var(--brand); color: var(--brand-strong) !important; font-family: var(--display); font-size: clamp(1.15rem, 5vw, 1.7rem); font-weight: 700; letter-spacing: 0; margin: 1.25rem 0 0 !important; overflow-wrap: anywhere; padding: 0.65rem 0.8rem; }
.discount-popup__code code { font: inherit; }
.discount-popup__close { display: block; margin: 0 0 1.5rem auto; }

@keyframes submission-wheel {
  0% { transform: rotate(0deg); }
  55% { transform: rotate(250deg); }
  100% { transform: rotate(360deg); }
}

@keyframes confetti-fall {
  to { opacity: 0; transform: translateY(110vh) rotate(calc(var(--confetti-rotation) + 540deg)); }
}

@media (prefers-reduced-motion: reduce) {
  .submission-progress[data-state="pending"] span { animation: none; }
}

body[data-motion-ready="true"] .reveal.is-visible { animation: section-reveal 480ms ease both; }

@keyframes section-reveal {
  from { opacity: 0; transform: translateY(1.25rem); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 44rem) {
  main { padding-inline: 1.25rem; }
  section { padding: 3.5rem 0; }
  .hero { min-height: 0; padding-top: 4.5rem; }
  .offer-comparison th,
  .offer-comparison td { padding: 0.75rem; }
  .offer-comparison table { min-width: 0; table-layout: fixed; }
  .offer-comparison thead th { font-size: 0.8rem; }
  .offer-comparison thead th:first-child,
  .offer-comparison tbody th { width: 52%; }
  .offer-comparison tbody th { font-size: 0.85rem; }
  .hero-media { margin-top: 2rem; }
}

@media (max-width: 36rem) {
  h1 { font-size: clamp(2.7rem, 14vw, 4.5rem); }
  .features ul { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
  body[data-motion-ready="true"] .reveal.is-visible { animation: none; }
}

:root {
  --page: #f7f8f5;
  --surface: #ffffff;
  --ink: #263b3c;
  --muted: #5e6b6d;
  --line: #dce3df;
  --brand: #ef3d47;
  --brand-strong: #ce2835;
  --accent: #dfaf4a;
  --positive: #0a6c5d;
  --display: "Fraunces", Georgia, serif;
  --body: "DM Sans", "Segoe UI", sans-serif;
}

html { scroll-behavior: smooth; }

body {
  background-color: var(--page);
  background-image: linear-gradient(rgb(38 59 60 / 0.025) 1px, transparent 1px), linear-gradient(90deg, rgb(38 59 60 / 0.025) 1px, transparent 1px);
  background-size: 2rem 2rem;
  font-family: var(--body);
  font-size: 0.95rem;
  line-height: 1.6;
  min-width: 0;
}

body[data-visual-preset="executive"] {
  --page: #f6f7f4;
  --surface: #ffffff;
  --ink: #20393c;
  --muted: #607071;
  --line: #d5dfdb;
  --brand: #d94149;
  --brand-strong: #bb2e37;
  --accent: #d9a743;
  background-image: repeating-linear-gradient(0deg, transparent 0 2rem, rgb(32 57 60 / 0.035) 2rem calc(2rem + 1px));
}

body[data-visual-preset="editorial"] {
  --page: #fcfaf6;
  --surface: #ffffff;
  --ink: #303d3d;
  --muted: #6a6d68;
  --line: #e2ddd4;
  --brand: #dc4d43;
  --brand-strong: #bd3830;
  --accent: #17777b;
  background-image: linear-gradient(125deg, rgb(23 119 123 / 0.035) 1px, transparent 1px), linear-gradient(35deg, rgb(220 77 67 / 0.03) 1px, transparent 1px);
  background-size: 3rem 3rem;
}

.site-header {
  align-items: center;
  background: rgb(255 255 255 / 0.94);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 4px 14px rgb(38 59 60 / 0.06);
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  margin: 1.35rem auto 0;
  max-width: 54rem;
  padding: 0.75rem 0.9rem 0.75rem 1rem;
  position: relative;
  z-index: 1;
}

.site-brand {
  color: var(--ink);
  display: block;
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.site-brand img { display: block; height: 1.15rem; width: auto; }

.site-header nav { align-items: center; display: flex; gap: 1.35rem; }
.site-header nav a { color: var(--muted); font-size: 0.71rem; font-weight: 700; text-decoration: none; }
.site-header nav a:hover { color: var(--brand); }

main { max-width: 70rem; padding: 0 5vw 5rem; }
section { padding: 4.75rem 0; }

.hero {
  border-bottom: 0;
  display: flex;
  flex-direction: column;
  min-height: 31rem;
  padding-top: 4.5rem;
  text-align: center;
}

.eyebrow {
  background: #e9eeee;
  border-radius: 1rem;
  color: var(--muted);
  font-family: var(--body);
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  margin: 0 auto 1rem;
  padding: 0.26rem 0.65rem;
  width: fit-content;
}

h1,
h2 { font-family: var(--display); letter-spacing: 0; }

h1 {
  font-size: clamp(2.75rem, 5.4vw, 4.7rem);
  line-height: 1.03;
  margin: 0 auto 1.25rem;
  max-width: 16ch;
}

h2 { font-size: clamp(1.85rem, 3vw, 2.65rem); line-height: 1.12; }

.lede {
  font-family: var(--body);
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0 auto 1.55rem;
  max-width: 39rem;
}

.button,
button {
  align-self: center;
  background: var(--brand);
  border-color: var(--brand);
  border-radius: 1.5rem;
  box-shadow: 0 0.5rem 1rem rgb(239 61 71 / 0.18);
  font-family: var(--body);
  font-size: 0.72rem;
  letter-spacing: 0;
  padding: 0.72rem 1.15rem;
}

.hero-media { align-self: center; margin-top: 2.5rem; max-width: 43rem; width: 100%; }

@supports selector(:has(*)) {
  .hero:has(.hero-media) { display: grid; padding-top: 5.5rem; text-align: left; }
  .hero:has(.hero-media) .eyebrow,
  .hero:has(.hero-media) h1,
  .hero:has(.hero-media) .lede,
  .hero:has(.hero-media) .button { margin-left: 0; margin-right: 0; }
  .hero:has(.hero-media) .button { justify-self: start; }
}

.features { border-top: 1px solid var(--line); }
.features > h2 { margin-bottom: 1.75rem; }
.features ul { gap: 0.85rem; }
.features li {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  border-top: 3px solid var(--accent);
  min-height: 10.5rem;
  padding: 1.35rem;
}
.features h2 { font-size: 1.3rem; margin-bottom: 0.55rem; }
.features li p { color: var(--muted); font-size: 0.88rem; margin-bottom: 0; }

#self-guided-playbooks.features { margin-inline: auto; max-width: 42rem; }
#self-guided-playbooks.features ul { display: block; }
#self-guided-playbooks.features li { background: none; border: 0; border-radius: 0; min-height: 0; padding: 0; }
#self-guided-playbooks.features li p { font-size: 0.95rem; }

.case-studies { border-top: 1px solid var(--line); }
.case-studies__intro { max-width: 43rem; }
.case-studies__intro .eyebrow { margin-left: 0; }
.case-studies__intro h1 { font-family: var(--display); font-size: clamp(1.85rem, 3vw, 2.65rem); line-height: 1.12; margin: 0 0 1rem; max-width: none; }
.case-studies__intro > p:last-child { color: var(--muted); font-size: 0.94rem; }
.case-studies__list { border-top: 1px solid var(--ink); margin-top: 2rem; }
.idea-example { display: grid; gap: 1.25rem 2rem; grid-template-columns: 3rem minmax(12rem, 0.75fr) minmax(0, 1.35fr); padding: 2rem 0; }
.idea-example + .idea-example { border-top: 1px solid var(--line); }
.idea-example__number { color: var(--brand); font-family: var(--display); font-size: 1.2rem; font-weight: 700; margin: 0; }
.idea-example__title > p { color: var(--muted); font-size: 0.7rem; font-weight: 700; margin-bottom: 0.4rem; text-transform: uppercase; }
.idea-example h3 { font-family: var(--display); font-size: clamp(1.35rem, 2.5vw, 1.85rem); line-height: 1.1; margin: 0; }
.idea-example__content > p { color: var(--ink); font-size: 0.95rem; margin-bottom: 1.2rem; }
.idea-example__content dl { display: grid; gap: 0.9rem 1.5rem; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; }
.idea-example__content dl div { border-left: 2px solid var(--accent); padding-left: 0.7rem; }
.idea-example__content dt { color: var(--brand-strong); font-size: 0.7rem; font-weight: 700; margin-bottom: 0.2rem; }
.idea-example__content dd { color: var(--muted); font-size: 0.82rem; line-height: 1.5; margin: 0; }

.savings-calculation { border-block: 1px solid var(--line); }
.savings-calculation__intro { max-width: 42rem; }
.savings-calculation__intro .eyebrow { margin-left: 0; }
.savings-calculation__intro > p:last-child { color: var(--muted); font-size: 0.94rem; }
.savings-calculation__equation { align-items: center; border-block: 1px solid var(--ink); display: flex; gap: 1rem; justify-content: space-between; margin-top: 2rem; padding: 1.25rem 0; }
.savings-calculation__equation span { color: var(--muted); display: grid; font-size: 0.78rem; gap: 0.2rem; }
.savings-calculation__equation strong { color: var(--ink); font-family: var(--display); font-size: clamp(1.4rem, 3vw, 2.25rem); line-height: 1; }
.savings-calculation__equation b { color: var(--brand); font-family: var(--display); font-size: 1.5rem; }
.savings-calculation__cost-heading { color: var(--muted); font-family: var(--display); font-size: 1.1rem; font-weight: 700; margin: 1.3rem 0 0; }
.savings-calculation__cash-costs { align-items: center; display: flex; gap: 1rem; justify-content: space-between; margin-top: 0.65rem; }
.savings-calculation__cash-costs span { color: var(--muted); display: grid; font-size: 0.78rem; gap: 0.2rem; }
.savings-calculation__cash-costs strong { color: var(--ink); font-family: var(--display); font-size: clamp(1.15rem, 2.3vw, 1.65rem); line-height: 1.1; }
.savings-calculation__cash-costs b { color: var(--brand); font-family: var(--display); font-size: 1.2rem; }
.savings-calculation__result-heading { color: var(--positive); font-family: var(--display); font-size: 1.1rem; font-weight: 700; margin: 1.3rem 0 0; }
.savings-calculation__summary { align-items: baseline; display: flex; flex-wrap: wrap; gap: 0.3rem 0.65rem; margin: 0.55rem 0 0; }
.savings-calculation__summary strong { color: var(--positive); font-family: var(--display); font-size: clamp(1.65rem, 3vw, 2.25rem); line-height: 1; }
.savings-calculation__summary span { color: var(--muted); font-size: 0.86rem; }
.savings-calculation__summary b { color: var(--muted); font-size: 0.8rem; font-style: italic; }
.savings-calculation__note { color: var(--muted); font-size: 0.72rem; margin: 1.5rem 0 0; }

.capture,
.book-call,
.pre-order,
.payment,
.countdown { border-top: 1px solid var(--line); margin-inline: auto; max-width: 42rem; }

.capture > h2 { margin-bottom: 1.35rem; }
form { gap: 0.85rem; }
form > label { color: var(--ink); font-size: 0.78rem; font-weight: 700; }
input[type="email"],
input[type="tel"],
textarea {
  border: 1px solid var(--line);
  border-radius: 5px;
  color: var(--ink);
  font-family: var(--body);
  font-size: 0.95rem;
  margin-top: 0.45rem;
  padding: 0.8rem 0.9rem;
}
input[type="email"]::placeholder { color: #8a9695; }
textarea { display: block; margin-top: 0.45rem; resize: vertical; width: 100%; }
input[type="checkbox"] { accent-color: var(--brand); }
form > button { align-self: start; margin-top: 0.2rem; }
.privacy-copy { font-family: var(--body); font-size: 0.74rem; line-height: 1.5; }
.privacy-copy a { color: var(--brand-strong); }

.pre-order > div,
.payment > div {
  border-left-color: var(--brand);
  border-radius: 8px;
  box-shadow: 0 0.5rem 1.5rem rgb(38 59 60 / 0.05);
}
.price { color: var(--brand); font-family: var(--body); font-size: 1.35rem; }
.offer-detail { font-family: var(--body); font-size: 0.9rem; }
.countdown-display { font-family: var(--body); }

.privacy { padding-top: 5.5rem; }
.privacy .eyebrow { margin-left: 0; }
.privacy h1,
.privacy .lede { margin-left: 0; }
.privacy > p:not(.eyebrow):not(.lede) { color: var(--muted); max-width: 42rem; }
.site-footer { margin-inline: 2rem; }

@media (max-width: 44rem) {
  .site-header { align-items: flex-start; border-radius: 0; border-inline: 0; flex-direction: column; gap: 0.65rem; margin-top: 0; padding: 0.9rem 1.25rem; }
  .site-header nav { flex-wrap: wrap; gap: 0.5rem 0.85rem; }
  .site-header nav a { font-size: 0.65rem; }
  main { padding-inline: 1.25rem; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 1rem; margin-inline: 1.25rem; }
  .hero { min-height: 0; padding-top: 4rem; }
  h1 { font-size: clamp(2.55rem, 12vw, 3.7rem); }
  .idea-example { grid-template-columns: 2.25rem 1fr; }
  .idea-example__content { grid-column: 1 / -1; }
  .savings-calculation__equation { align-items: flex-start; flex-direction: column; gap: 0.65rem; }
  .savings-calculation__equation b { align-self: center; line-height: 0.8; }
  .savings-calculation__cash-costs { align-items: flex-start; flex-direction: column; gap: 0.65rem; }
  .savings-calculation__cash-costs b { align-self: center; line-height: 0.8; }
}

@media (max-width: 36rem) {
  .idea-example__content dl { grid-template-columns: 1fr; }
}

.example-hero { min-height: 0; padding-bottom: 3.5rem; }

.page-examples { display: grid; gap: 2rem; padding-top: 1rem; }
.page-sample { align-items: center; display: grid; gap: 2.5rem 5vw; grid-template-columns: minmax(0, 1.2fr) minmax(15rem, 0.8fr); }
.page-sample:nth-child(even) .page-sample__preview { grid-column: 2; grid-row: 1; }
.page-sample:nth-child(even) .page-sample__detail { grid-column: 1; grid-row: 1; }

.page-sample__preview {
  aspect-ratio: 16 / 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: clamp(1.5rem, 4vw, 3rem);
}
.page-sample__preview h2 { font-size: clamp(1.7rem, 3vw, 2.6rem); margin-bottom: 0.85rem; max-width: 12ch; }
.page-sample__preview > p:not(.page-sample__mark):not(.page-sample__kicker):not(.page-sample__price) { font-size: 0.82rem; line-height: 1.55; margin-bottom: 1.4rem; max-width: 31rem; }
.page-sample__mark,
.page-sample__kicker { font-family: var(--body); font-size: 0.58rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.page-sample__mark { margin-bottom: 2rem; }
.page-sample__kicker { margin-bottom: 0.75rem; }

.page-sample--waitlist .page-sample__preview { background: #284c4d; color: #fffdf6; }
.page-sample--waitlist .page-sample__mark { color: #ef4e4d; }
.page-sample--waitlist .page-sample__kicker { color: #d6e2da; }
.page-sample__form { align-items: center; background: #fffdf6; border-radius: 5px; color: #405354; display: flex; font-family: var(--body); font-size: 0.68rem; justify-content: space-between; max-width: 25rem; padding: 0.35rem 0.35rem 0.35rem 0.75rem; }
.page-sample__form b,
.page-sample__button { background: #ef4e4d; border-radius: 1.5rem; color: #fff; font-family: var(--body); font-size: 0.66rem; padding: 0.55rem 0.8rem; }

.page-sample--advisory .page-sample__preview { background: #e7eeeb; color: #1d3c40; }
.page-sample--advisory .page-sample__mark { color: #c43d40; }
.page-sample--advisory .page-sample__kicker { color: #677d7d; }
.page-sample--advisory .page-sample__button { align-self: flex-start; background: #1d3c40; }

.page-sample--editorial .page-sample__preview { background: #f6efe5; color: #373935; }
.page-sample--editorial .page-sample__mark { color: #17777b; }
.page-sample--editorial .page-sample__kicker { color: #a24c42; }
.page-sample__price { color: #a24c42; font-family: var(--display); font-size: 1.3rem; margin: 0 0 1.1rem; }
.page-sample--editorial .page-sample__button { align-self: flex-start; background: #a24c42; }

.page-sample__detail .eyebrow { margin-left: 0; }
.page-sample__detail h2 { font-size: clamp(1.5rem, 2.6vw, 2.2rem); margin-bottom: 0.65rem; }
.page-sample__detail > p:last-child { color: var(--muted); font-size: 0.9rem; margin-bottom: 0; }

@media (max-width: 44rem) {
  .page-examples { gap: 3rem; }
  .page-sample,
  .page-sample:nth-child(even) { display: flex; flex-direction: column; gap: 1.25rem; }
  .page-sample__preview { aspect-ratio: 1.3 / 1; width: 100%; }
  .page-sample__form { align-items: stretch; flex-direction: column; gap: 0.6rem; }
  .page-sample__form b { align-self: flex-start; }
}