:root {
  --mauve: #9d6c82;
  --mauve-deep: #7e5066;
  --mauve-pale: #eadfe4;
  --charcoal: #3a3a3a;
  --ink: #282629;
  --ivory: #fbfaf8;
  --soft: #f2eeec;
  --white: #ffffff;
  --line: rgba(58, 58, 58, 0.16);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Lato", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--charcoal);
  background: var(--ivory);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 0;
  left: 1rem;
  z-index: 999;
  padding: 0.75rem 1rem;
  color: var(--white);
  background: var(--charcoal);
  transform: translateY(-120%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 2rem clamp(1.25rem, 5vw, 5rem);
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  width: 62px;
  color: var(--mauve-deep);
  text-decoration: none;
  flex-direction: column;
  align-items: center;
}

.brand > img {
  width: 60px;
  height: auto;
}

.brand-monogram {
  position: relative;
  display: block;
  width: 56px;
  height: 42px;
  font-family: var(--serif);
  font-size: 2.8rem;
  line-height: 1;
}

.brand-monogram span {
  position: absolute;
  top: 0;
}

.brand-monogram span:first-child {
  left: 5px;
}

.brand-monogram span:last-child {
  left: 22px;
  top: 8px;
}

.brand-name {
  margin-top: 0.2rem;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.42em;
  text-indent: 0.42em;
}

.header-cta {
  padding: 0.65rem 0;
  border-bottom: 1px solid currentColor;
  color: var(--charcoal);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-decoration: none;
  text-transform: uppercase;
}

.hero {
  position: relative;
  display: grid;
  min-height: 830px;
  padding: 9rem clamp(1.25rem, 6vw, 6rem) 6rem;
  overflow: hidden;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
}

.hero::before {
  position: absolute;
  top: -18rem;
  right: -7rem;
  width: 46rem;
  height: 46rem;
  border: 1px solid rgba(157, 108, 130, 0.18);
  border-radius: 50%;
  content: "";
}

.hero::after {
  position: absolute;
  bottom: 4rem;
  left: clamp(1.25rem, 6vw, 6rem);
  width: 4rem;
  height: 1px;
  background: var(--mauve);
  content: "";
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 1.15rem;
  color: var(--mauve-deep);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.08;
}

h1 {
  max-width: 770px;
  margin-bottom: 1.7rem;
  color: var(--ink);
  font-size: clamp(3rem, 5.2vw, 5.35rem);
  letter-spacing: -0.045em;
}

h1 em,
h2 em {
  color: var(--mauve);
  font-weight: 500;
}

.hero-lede {
  max-width: 635px;
  margin: 0 0 2.25rem;
  color: #5d595b;
  font-size: clamp(1.05rem, 1.35vw, 1.22rem);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.hero-actions p {
  margin: 0;
  color: #767174;
  font-size: 0.78rem;
  line-height: 1.55;
}

.button {
  display: inline-flex;
  min-height: 56px;
  padding: 0.9rem 1.35rem;
  border: 1px solid transparent;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

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

.button-primary {
  color: var(--white);
  background: var(--mauve-deep);
}

.button-primary:hover {
  background: var(--charcoal);
}

.button span {
  padding-left: 1.15rem;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.authority-line {
  display: flex;
  max-width: 500px;
  margin-top: 2.6rem;
  padding-top: 1.35rem;
  border-top: 1px solid var(--line);
  align-items: center;
  gap: 1rem;
  color: #696568;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.45;
  text-transform: uppercase;
}

.authority-number {
  color: var(--mauve);
  font-family: var(--serif);
  font-size: 2.35rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
}

.product-stage {
  position: relative;
  z-index: 2;
  width: min(100%, 540px);
  min-height: 640px;
  margin: 0 auto;
}

.guide-product-mockup {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(112%, 610px);
  height: auto;
  filter: drop-shadow(0 34px 42px rgba(42, 33, 37, 0.2));
  transform: translate(-50%, -52%);
}

.guide-cover,
.page-peek {
  position: absolute;
  border: 1px solid rgba(58, 58, 58, 0.14);
  box-shadow: 0 35px 80px rgba(42, 33, 37, 0.18);
}

.guide-cover {
  top: 0;
  left: 50%;
  width: 390px;
  height: 570px;
  background: #ede9e4;
  overflow: hidden;
  transform: translateX(-50%) rotate(1.5deg);
}

.guide-cover::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(251, 250, 248, 0.96) 0%, rgba(251, 250, 248, 0.74) 38%, rgba(251, 250, 248, 0.03) 68%);
  content: "";
}

.guide-cover::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 8px;
  background: linear-gradient(90deg, rgba(58, 58, 58, 0.18), transparent);
  content: "";
}

.guide-cover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.guide-cover-copy {
  position: absolute;
  inset: 24px 35px;
  z-index: 2;
  color: var(--charcoal);
  text-align: center;
}

.mini-brand {
  position: relative;
  width: 54px;
  height: 55px;
  margin: 0 auto 2.1rem;
  color: var(--mauve-deep);
  font-family: var(--serif);
  font-size: 2rem;
}

.mini-brand > span {
  position: absolute;
  top: 0;
}

.mini-brand > span:first-child {
  left: 9px;
}

.mini-brand > span:nth-child(2) {
  top: 7px;
  left: 22px;
}

.mini-brand small {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-family: var(--sans);
  font-size: 0.38rem;
  font-weight: 700;
  letter-spacing: 0.34em;
  text-indent: 0.34em;
}

.cover-rule {
  display: grid;
  margin-bottom: 0.35rem;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.8rem;
}

.cover-rule span {
  height: 1px;
  background: rgba(58, 58, 58, 0.35);
}

.cover-rule b {
  font-size: 0.56rem;
  letter-spacing: 0.3em;
}

.guide-cover-copy h2 {
  margin-bottom: 1rem;
  font-size: 3.55rem;
  letter-spacing: 0.03em;
  line-height: 0.98;
}

.guide-cover-copy > p {
  margin: 0;
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.page-peek {
  top: 40px;
  left: 50%;
  width: 375px;
  height: 545px;
  background: var(--white);
}

.page-peek-one {
  transform: translateX(-42%) rotate(8deg);
}

.page-peek-two {
  background: var(--mauve-pale);
  transform: translateX(-58%) rotate(-6deg);
}

.product-caption {
  position: absolute;
  right: 3%;
  bottom: 16px;
  left: 3%;
  z-index: 4;
  color: var(--mauve-deep);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.23em;
  text-align: center;
}

.cost-section {
  padding: clamp(5.5rem, 9vw, 8.5rem) clamp(1.25rem, 6vw, 6rem);
  color: var(--white);
  background: var(--charcoal);
}

.section-heading {
  max-width: 850px;
  margin: 0 auto 4rem;
  text-align: center;
}

.eyebrow-light {
  color: #d9b9c8;
}

.section-heading h2 {
  margin-bottom: 1.25rem;
  font-size: clamp(2.65rem, 5vw, 4.8rem);
  letter-spacing: -0.04em;
}

.section-heading > p:last-child {
  max-width: 580px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.05rem;
}

.cost-grid {
  display: grid;
  max-width: 1280px;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  grid-template-columns: repeat(4, 1fr);
}

.investment-callout {
  display: grid;
  max-width: 950px;
  margin: 3rem auto 0;
  padding: 2rem clamp(1.5rem, 4vw, 3rem);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.045);
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3.5rem);
}

.investment-callout > div:not(.investment-separator) {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1rem;
}

.investment-callout p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.9rem;
  line-height: 1.5;
}

.investment-price,
.investment-risk {
  color: #e2bfce;
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1;
}

.investment-separator {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cost-card {
  min-height: 260px;
  padding: 2rem 1.65rem 2.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.cost-card:last-child {
  border-right: 0;
}

.cost-card > span {
  display: block;
  margin-bottom: 3.25rem;
  color: #d9b9c8;
  font-family: var(--serif);
  font-size: 0.9rem;
}

.cost-card h3 {
  margin-bottom: 0.8rem;
  font-size: 1.62rem;
}

.cost-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.93rem;
  line-height: 1.65;
}

.pull-quote {
  display: flex;
  max-width: 1030px;
  margin: 5rem auto 0;
  align-items: flex-start;
  gap: 1rem;
}

.pull-quote span {
  color: var(--mauve);
  font-family: var(--serif);
  font-size: 5rem;
  line-height: 0.8;
}

.pull-quote p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.7vw, 3.5rem);
  font-style: italic;
  line-height: 1.25;
}

.shift-section {
  padding: clamp(5.5rem, 9vw, 8.5rem) clamp(1.25rem, 6vw, 6rem);
  background: var(--white);
}

.section-heading-dark {
  color: var(--charcoal);
}

.section-heading-dark h2 {
  margin-bottom: 0;
}

.comparison {
  display: grid;
  max-width: 1120px;
  margin: 0 auto;
  border: 1px solid var(--line);
  grid-template-columns: 1fr 76px 1fr;
}

.comparison-column {
  padding: clamp(2rem, 4vw, 4rem);
}

.comparison-before {
  background: #f2efee;
}

.comparison-after {
  background: #f7f1f4;
}

.comparison-label {
  margin: 0 0 2rem;
  color: var(--mauve-deep);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

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

.comparison li {
  position: relative;
  padding-left: 1.65rem;
  font-size: 1.02rem;
  line-height: 1.55;
}

.comparison-before li::before {
  position: absolute;
  left: 0;
  color: #a39da0;
  content: "×";
  font-size: 1.25rem;
}

.comparison-after li::before {
  position: absolute;
  left: 0;
  color: var(--mauve-deep);
  content: "✓";
  font-weight: 700;
}

.comparison-divider {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  color: var(--mauve);
  background: var(--white);
  font-family: var(--serif);
  font-size: 1.15rem;
}

.comparison-divider::before,
.comparison-divider::after {
  position: absolute;
  left: 50%;
  width: 1px;
  height: calc(50% - 32px);
  background: var(--line);
  content: "";
}

.comparison-divider::before {
  top: 0;
}

.comparison-divider::after {
  bottom: 0;
}

.proof-section {
  display: grid;
  padding: clamp(6rem, 10vw, 10rem) clamp(1.25rem, 7vw, 8rem);
  overflow: hidden;
  background: #efebe9;
  grid-template-columns: minmax(420px, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(4rem, 10vw, 9rem);
}

.page-stack {
  position: relative;
  width: min(100%, 590px);
  min-height: 690px;
  margin: 0 auto;
}

.inside-page {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 370px;
  margin: 0;
  border: 10px solid var(--white);
  background: var(--white);
  box-shadow: 0 28px 70px rgba(58, 43, 49, 0.2);
}

.inside-page img {
  width: 100%;
  height: auto;
}

.inside-page-back {
  transform: translate(-33%, -48%) rotate(7deg);
}

.inside-page-front {
  z-index: 2;
  transform: translate(-68%, -53%) rotate(-5deg);
}

.actual-pages {
  position: absolute;
  right: 1rem;
  bottom: 0;
  z-index: 4;
  padding: 0.75rem 1rem;
  color: var(--white);
  background: var(--charcoal);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.17em;
}

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

.proof-copy h2 {
  margin-bottom: 1.5rem;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  letter-spacing: -0.045em;
}

.proof-copy > p:not(.eyebrow) {
  max-width: 585px;
  margin-bottom: 2.4rem;
  color: #5f5a5d;
  font-size: 1.08rem;
}

.proof-points {
  border-top: 1px solid rgba(58, 58, 58, 0.22);
}

.proof-points p {
  display: grid;
  margin: 0;
  padding: 1.15rem 0;
  border-bottom: 1px solid rgba(58, 58, 58, 0.22);
  grid-template-columns: 42px 1fr;
  align-items: baseline;
  font-weight: 400;
}

.proof-points span {
  color: var(--mauve-deep);
  font-family: var(--serif);
  font-size: 0.82rem;
}

.testimonials-section {
  padding: clamp(5.5rem, 9vw, 8.5rem) clamp(1.25rem, 6vw, 6rem);
  background: var(--white);
}

.testimonials-section .section-heading > p:last-child {
  color: #696568;
}

.testimonial-grid {
  display: grid;
  max-width: 1220px;
  margin: 0 auto;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.testimonial-card {
  display: flex;
  min-height: 310px;
  margin: 0;
  padding: clamp(1.75rem, 3vw, 2.7rem);
  border: 1px solid var(--line);
  background: #f8f4f5;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-card blockquote {
  margin: 0 0 2rem;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-style: italic;
  line-height: 1.4;
}

.testimonial-card figcaption {
  display: flex;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  flex-direction: column;
}

.testimonial-card strong {
  color: var(--mauve-deep);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.testimonial-card figcaption span {
  color: #777174;
  font-size: 0.78rem;
}

.testimonial-context {
  max-width: 760px;
  margin: 2rem auto 0;
  color: #777174;
  font-size: 0.78rem;
  text-align: center;
}

.purchase-section {
  padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 6vw, 6rem);
  background: var(--ivory);
}

.purchase-panel {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 6rem);
  color: var(--white);
  background: var(--mauve-deep);
  text-align: center;
}

.purchase-panel h2 {
  max-width: 850px;
  margin-right: auto;
  margin-bottom: 1.4rem;
  margin-left: auto;
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  letter-spacing: -0.04em;
}

.purchase-panel > p:not(.eyebrow) {
  max-width: 650px;
  margin: 0 auto 2.2rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.04rem;
}

.button-light {
  color: var(--charcoal);
  background: var(--white);
}

.button-light:hover {
  color: var(--white);
  background: var(--charcoal);
}

.button-light span {
  border-left-color: rgba(58, 58, 58, 0.25);
}

.purchase-panel small {
  display: block;
  margin-top: 1.2rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.73rem;
  letter-spacing: 0.04em;
}

footer {
  display: flex;
  padding: 2.5rem clamp(1.25rem, 6vw, 6rem) 3.2rem;
  border-top: 1px solid var(--line);
  align-items: center;
  justify-content: space-between;
}

.brand-footer {
  transform: scale(0.82);
  transform-origin: left center;
}

footer p {
  margin: 0;
  color: #7e787b;
  font-size: 0.75rem;
}

footer p a {
  color: var(--mauve-deep);
}

.mobile-purchase-bar {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}

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

@media (max-width: 1050px) {
  .hero {
    grid-template-columns: 1fr 390px;
    gap: 3rem;
  }

  .guide-cover {
    width: 340px;
    height: 500px;
  }

  .page-peek {
    width: 330px;
    height: 480px;
  }

  .guide-cover-copy h2 {
    font-size: 3rem;
  }

  .product-stage {
    min-height: 575px;
  }

  .guide-product-mockup {
    width: 118%;
  }

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

  .cost-card:nth-child(2) {
    border-right: 0;
  }

  .cost-card:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .proof-section {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }

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

  .testimonial-card:last-child {
    grid-column: 1 / -1;
    min-height: 240px;
  }

  .inside-page {
    width: 310px;
  }

  .page-stack {
    min-height: 590px;
  }
}

@media (max-width: 800px) {
  body {
    padding-bottom: 72px;
  }

  .site-header {
    position: relative;
    padding-top: 1.25rem;
    padding-bottom: 0.75rem;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: 0;
    padding-top: 4rem;
    padding-bottom: 5rem;
    grid-template-columns: 1fr;
  }

  .hero::before {
    top: 25rem;
    right: -20rem;
  }

  h1 {
    font-size: clamp(3rem, 12vw, 4.7rem);
  }

  .product-stage {
    width: 100%;
    margin-top: 1rem;
  }

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

  .investment-callout {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .investment-callout > div:not(.investment-separator) {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

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

  .testimonial-card,
  .testimonial-card:last-child {
    grid-column: auto;
    min-height: 260px;
  }

  .comparison-divider {
    height: 70px;
  }

  .comparison-divider::before,
  .comparison-divider::after {
    top: 50%;
    width: calc(50% - 30px);
    height: 1px;
  }

  .comparison-divider::before {
    right: auto;
    left: 0;
  }

  .comparison-divider::after {
    right: 0;
    bottom: auto;
    left: auto;
  }

  .proof-section {
    grid-template-columns: 1fr;
  }

  .proof-copy {
    margin: 0 auto;
  }

  .mobile-purchase-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
    display: flex;
    min-height: 72px;
    padding: 0.7rem 1rem;
    align-items: center;
    justify-content: space-between;
    color: var(--white);
    background: rgba(58, 58, 58, 0.97);
    box-shadow: 0 -8px 26px rgba(0, 0, 0, 0.12);
  }

  .mobile-purchase-bar div {
    display: flex;
    flex-direction: column;
  }

  .mobile-purchase-bar strong {
    font-family: var(--serif);
    font-size: 0.95rem;
    font-weight: 500;
  }

  .mobile-purchase-bar span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.68rem;
  }

  .mobile-purchase-bar a {
    padding: 0.75rem 0.9rem;
    color: var(--white);
    background: var(--mauve);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .hero {
    padding-top: 3rem;
  }

  .hero-lede {
    font-size: 1rem;
  }

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

  .hero-actions p {
    text-align: center;
  }

  .button {
    width: 100%;
  }

  .product-stage {
    min-height: 515px;
  }

  .guide-product-mockup {
    width: min(126%, 520px);
  }

  .guide-cover {
    width: 292px;
    height: 430px;
  }

  .page-peek {
    width: 282px;
    height: 415px;
  }

  .guide-cover-copy {
    inset: 19px 29px;
  }

  .mini-brand {
    margin-bottom: 1.25rem;
  }

  .guide-cover-copy h2 {
    font-size: 2.55rem;
  }

  .product-caption {
    font-size: 0.56rem;
  }

  .cost-grid {
    border-bottom: 0;
    grid-template-columns: 1fr;
  }

  .cost-card,
  .cost-card:nth-child(2) {
    min-height: 0;
    padding: 1.6rem 0 2rem;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .cost-card > span {
    margin-bottom: 1.25rem;
  }

  .pull-quote {
    margin-top: 3.5rem;
  }

  .comparison-column {
    padding: 2rem 1.5rem;
  }

  .page-stack {
    min-height: 510px;
  }

  .inside-page {
    width: 250px;
    border-width: 7px;
  }

  .actual-pages {
    right: 0;
    font-size: 0.54rem;
  }

  .purchase-panel {
    padding: 3.2rem 1.25rem;
  }

  footer {
    padding-bottom: 2rem;
    flex-direction: column;
    gap: 1rem;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .button {
    transition: none;
  }
}
