:root {
  --ebook-ink: #182321;
  --ebook-muted: #67726f;
  --ebook-paper: #f7f3ea;
  --ebook-paper-deep: #eee8dc;
  --ebook-accent: #9b7743;
  --ebook-accent-bright: #d6b675;
  --ebook-night: #14211f;
  --ebook-night-soft: #1e302d;
  --ebook-line: rgba(35, 53, 49, 0.14);
  --ebook-shadow: 0 34px 90px rgba(21, 31, 29, 0.18);
  --ebook-serif: "Cormorant Garamond", Georgia, serif;
  --ebook-sans: "Raleway", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.page-ebook-access {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--ebook-paper);
  color: var(--ebook-ink);
  font-family: var(--ebook-sans);
  -webkit-font-smoothing: antialiased;
}

body.page-ebook-access.is-love {
  --ebook-ink: #372820;
  --ebook-muted: #7a685e;
  --ebook-paper: #f8f1e9;
  --ebook-paper-deep: #eaded2;
  --ebook-accent: #a76554;
  --ebook-accent-bright: #e3b89f;
  --ebook-night: #34241f;
  --ebook-night-soft: #4b3129;
  --ebook-line: rgba(84, 53, 43, 0.14);
  --ebook-shadow: 0 34px 90px rgba(63, 38, 30, 0.18);
}

.ebook-skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 12px 18px;
  transform: translateY(-150%);
  border-radius: 999px;
  background: #fff;
  color: #111;
  font: 700 0.78rem/1 var(--ebook-sans);
  transition: transform 160ms ease;
}

.ebook-skip-link:focus {
  transform: none;
}

.ebook-access-bar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  display: flex;
  width: min(1440px, calc(100% - 64px));
  height: 92px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  color: #f8f2e9;
}

.ebook-wordmark {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  color: inherit;
  text-decoration: none;
}

.ebook-wordmark strong {
  font-family: var(--ebook-serif);
  font-size: 1.42rem;
  font-weight: 500;
  letter-spacing: 0.015em;
  line-height: 1;
}

.ebook-wordmark small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.54rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.ebook-bar-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.61rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ebook-bar-meta::before {
  width: 28px;
  height: 1px;
  background: var(--ebook-accent-bright);
  content: "";
}

.ebook-hero {
  position: relative;
  min-height: min(960px, 100svh);
  overflow: hidden;
  background:
    radial-gradient(circle at 77% 28%, rgba(191, 205, 190, 0.12), transparent 26%),
    radial-gradient(circle at 11% 92%, rgba(205, 179, 121, 0.11), transparent 30%),
    linear-gradient(136deg, #101c1a 0%, var(--ebook-night) 48%, #243531 100%);
  color: #f7f1e7;
  isolation: isolate;
}

.is-love .ebook-hero {
  background:
    radial-gradient(circle at 78% 30%, rgba(221, 172, 146, 0.17), transparent 25%),
    radial-gradient(circle at 9% 94%, rgba(224, 190, 143, 0.1), transparent 29%),
    linear-gradient(136deg, #2c1d19 0%, var(--ebook-night) 47%, #5d3d31 100%);
}

.ebook-hero::before,
.ebook-hero::after {
  position: absolute;
  border: 1px solid rgba(228, 209, 170, 0.1);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.ebook-hero::before {
  top: -42vw;
  right: -25vw;
  width: min(84vw, 1120px);
  aspect-ratio: 1;
}

.ebook-hero::after {
  bottom: -32vw;
  left: -24vw;
  width: min(67vw, 960px);
  aspect-ratio: 1;
}

.ebook-hero-noise {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.22;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.ebook-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(1320px, calc(100% - 64px));
  min-height: min(960px, 100svh);
  margin: 0 auto;
  padding: 132px 0 76px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(52px, 8vw, 132px);
  align-items: center;
}

.ebook-hero-copy {
  max-width: 720px;
}

.ebook-eyebrow {
  display: flex;
  margin: 0 0 24px;
  align-items: center;
  gap: 14px;
  color: var(--ebook-accent-bright);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.ebook-eyebrow::before {
  width: 38px;
  height: 1px;
  background: currentColor;
  content: "";
}

.ebook-hero h1 {
  max-width: 10ch;
  margin: 0;
  font-family: var(--ebook-serif);
  font-size: clamp(4.6rem, 8.7vw, 8.7rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.78;
}

.is-love .ebook-hero h1 {
  max-width: 11ch;
  font-size: clamp(4.4rem, 7.7vw, 8rem);
}

.ebook-hero h1 em {
  display: block;
  margin-top: 0.16em;
  color: var(--ebook-accent-bright);
  font-weight: 400;
}

.ebook-hero-lead {
  max-width: 560px;
  margin: clamp(32px, 4vw, 48px) 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--ebook-serif);
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.4;
}

.ebook-hero-note {
  max-width: 570px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.84rem;
  line-height: 1.8;
}

.ebook-primary-actions {
  display: flex;
  margin-top: 38px;
  flex-wrap: wrap;
  gap: 13px;
}

.ebook-button {
  display: inline-flex;
  min-height: 58px;
  padding: 0 26px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

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

.ebook-button-primary {
  background: var(--ebook-accent-bright);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.2);
  color: var(--ebook-night);
}

.ebook-button-primary:hover,
.ebook-button-primary:focus-visible {
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

.ebook-button-ghost {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.045);
  color: #fff;
}

.ebook-button-ghost:hover,
.ebook-button-ghost:focus-visible {
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.09);
}

.ebook-cover-stage {
  position: relative;
  width: min(440px, 100%);
  margin: 0 auto;
  perspective: 1600px;
}

.ebook-cover-stage::before {
  position: absolute;
  right: -16%;
  bottom: -11%;
  left: -16%;
  height: 24%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  filter: blur(30px);
  content: "";
  transform: rotate(-2deg);
}

.ebook-cover-wrap {
  position: relative;
  transform: rotateY(-7deg) rotateX(1deg) rotateZ(1.2deg);
  transform-origin: center center;
  transition: transform 500ms cubic-bezier(.2,.75,.2,1);
}

.ebook-cover-stage:hover .ebook-cover-wrap {
  transform: rotateY(-2deg) rotateX(0) rotateZ(0) translateY(-7px);
}

.ebook-cover-wrap::before {
  position: absolute;
  top: 1.4%;
  bottom: 1.4%;
  left: -11px;
  width: 11px;
  background: linear-gradient(90deg, #5a4938, #d5c49f 30%, #796b53);
  content: "";
  transform: skewY(-10deg);
  transform-origin: right;
}

.ebook-cover {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 18px 36px 75px rgba(0, 0, 0, 0.42);
}

.ebook-cover-badge {
  position: absolute;
  right: -25px;
  bottom: 34px;
  z-index: 3;
  display: grid;
  width: 92px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  background: rgba(19, 31, 29, 0.88);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.25);
  color: var(--ebook-accent-bright);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.45;
  text-align: center;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.is-love .ebook-cover-badge {
  background: rgba(62, 39, 32, 0.9);
}

.ebook-gift-strip {
  border-bottom: 1px solid var(--ebook-line);
  background: #fffdf8;
}

.ebook-gift-strip-inner {
  display: grid;
  width: min(1220px, calc(100% - 64px));
  min-height: 118px;
  margin: 0 auto;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.ebook-gift-strip-inner div {
  padding: 17px 34px;
  border-right: 1px solid var(--ebook-line);
}

.ebook-gift-strip-inner div:first-child {
  padding-left: 0;
}

.ebook-gift-strip-inner div:last-child {
  padding-right: 0;
  border-right: 0;
}

.ebook-gift-strip strong,
.ebook-gift-strip span {
  display: block;
}

.ebook-gift-strip strong {
  margin-bottom: 7px;
  font-family: var(--ebook-serif);
  font-size: 1.28rem;
  font-weight: 600;
}

.ebook-gift-strip span {
  color: var(--ebook-muted);
  font-size: 0.72rem;
  line-height: 1.6;
}

.ebook-choice {
  padding: clamp(90px, 10vw, 150px) 32px;
  background:
    linear-gradient(rgba(50, 63, 58, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(50, 63, 58, 0.035) 1px, transparent 1px),
    var(--ebook-paper);
  background-size: 72px 72px;
}

.ebook-choice-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.ebook-section-heading {
  max-width: 710px;
  margin: 0 auto clamp(50px, 6vw, 76px);
  text-align: center;
}

.ebook-section-heading .ebook-eyebrow {
  justify-content: center;
  color: var(--ebook-accent);
}

.ebook-section-heading h2 {
  margin: 0;
  font-family: var(--ebook-serif);
  font-size: clamp(3rem, 6vw, 5.4rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.96;
}

.ebook-section-heading > p:last-child {
  max-width: 610px;
  margin: 24px auto 0;
  color: var(--ebook-muted);
  font-size: 0.9rem;
  line-height: 1.8;
}

.ebook-format-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.ebook-format-card {
  position: relative;
  display: flex;
  min-height: 330px;
  padding: 34px;
  flex-direction: column;
  border: 1px solid var(--ebook-line);
  background: rgba(255, 253, 248, 0.78);
  box-shadow: 0 12px 40px rgba(45, 56, 52, 0.05);
  color: var(--ebook-ink);
  text-decoration: none;
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.ebook-format-card::after {
  position: absolute;
  right: -55px;
  bottom: -70px;
  width: 165px;
  aspect-ratio: 1;
  border: 1px solid var(--ebook-line);
  border-radius: 50%;
  content: "";
}

.ebook-format-card:hover,
.ebook-format-card:focus-visible {
  border-color: color-mix(in srgb, var(--ebook-accent) 48%, transparent);
  box-shadow: var(--ebook-shadow);
  transform: translateY(-7px);
}

.ebook-format-card > span {
  color: var(--ebook-accent);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.ebook-format-card b {
  margin: 42px 0 10px;
  font-family: var(--ebook-serif);
  font-size: 4.4rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.8;
}

.ebook-format-card strong {
  font-family: var(--ebook-serif);
  font-size: 1.45rem;
  font-weight: 600;
}

.ebook-format-card small {
  max-width: 31ch;
  margin-top: 12px;
  color: var(--ebook-muted);
  font-size: 0.76rem;
  line-height: 1.65;
}

.ebook-format-card em {
  margin-top: auto;
  color: var(--ebook-ink);
  font-size: 0.63rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ebook-format-card em::after {
  margin-left: 8px;
  color: var(--ebook-accent);
  content: "→";
}

.ebook-format-card-featured {
  background: var(--ebook-night);
  color: #fff;
}

.ebook-format-card-featured strong,
.ebook-format-card-featured em {
  color: #fff;
}

.ebook-format-card-featured small {
  color: rgba(255, 255, 255, 0.62);
}

.ebook-offer {
  position: relative;
  padding: clamp(88px, 10vw, 150px) 32px;
  overflow: hidden;
  background: var(--ebook-night);
  color: #fff;
  isolation: isolate;
}

.ebook-offer::before {
  position: absolute;
  top: -430px;
  right: -340px;
  z-index: -1;
  width: 800px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.ebook-offer-inner {
  display: grid;
  width: min(1220px, 100%);
  margin: 0 auto;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(52px, 8vw, 120px);
  align-items: center;
}

.ebook-offer-visual {
  position: relative;
  min-height: 650px;
  overflow: hidden;
}

.ebook-offer-visual img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.04);
}

.ebook-offer-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(9, 18, 16, 0.88));
  content: "";
}

.ebook-offer-visual-copy {
  position: absolute;
  right: 34px;
  bottom: 34px;
  left: 34px;
  z-index: 2;
}

.ebook-offer-visual-copy span {
  color: var(--ebook-accent-bright);
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ebook-offer-visual-copy p {
  max-width: 19ch;
  margin: 13px 0 0;
  font-family: var(--ebook-serif);
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.06;
}

.ebook-offer-copy .ebook-eyebrow {
  color: var(--ebook-accent-bright);
}

.ebook-offer-copy h2 {
  max-width: 10ch;
  margin: 0;
  font-family: var(--ebook-serif);
  font-size: clamp(3.6rem, 6.2vw, 6.3rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.86;
}

.ebook-offer-lead {
  max-width: 560px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  line-height: 1.85;
}

.ebook-offer-quote {
  margin: 26px 0 0;
  padding-left: 22px;
  border-left: 1px solid var(--ebook-accent-bright);
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--ebook-serif);
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.45;
}

.ebook-offer-includes {
  display: grid;
  margin: 34px 0 0;
  padding: 0;
  grid-template-columns: 1fr 1fr;
  gap: 14px 26px;
  list-style: none;
}

.ebook-offer-includes li {
  position: relative;
  padding: 0 0 0 21px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.74rem;
  line-height: 1.55;
}

.ebook-offer-includes li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 7px;
  height: 7px;
  border: 1px solid var(--ebook-accent-bright);
  border-radius: 50%;
  content: "";
}

.ebook-offer-buy {
  display: flex;
  margin-top: 38px;
  padding-top: 30px;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ebook-price span,
.ebook-price strong,
.ebook-price del {
  display: block;
}

.ebook-price span {
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ebook-price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.ebook-price del {
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.78rem;
}

.ebook-price strong {
  color: var(--ebook-accent-bright);
  font-family: var(--ebook-serif);
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1;
}

.ebook-offer .ebook-button-primary {
  flex: 0 0 auto;
}

.ebook-payment-note {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.62rem;
  line-height: 1.6;
}

.ebook-access-footer {
  display: flex;
  min-height: 92px;
  padding: 26px 5%;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #0c1413;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.63rem;
  letter-spacing: 0.08em;
}

.is-love .ebook-access-footer {
  background: #211713;
}

.ebook-access-footer a {
  color: rgba(255, 255, 255, 0.54);
  text-decoration: none;
}

.ebook-reader-dialog {
  width: min(1180px, calc(100% - 40px));
  height: min(920px, calc(100dvh - 40px));
  max-width: none;
  max-height: none;
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  background: #202624;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.58);
  color: #fff;
}

.ebook-reader-dialog::backdrop {
  background: rgba(5, 10, 9, 0.82);
  backdrop-filter: blur(9px);
}

.ebook-reader-head {
  display: flex;
  height: 66px;
  padding: 0 18px 0 24px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: var(--ebook-night);
}

.ebook-reader-title {
  min-width: 0;
}

.ebook-reader-title strong,
.ebook-reader-title small {
  display: block;
}

.ebook-reader-title strong {
  overflow: hidden;
  font-family: var(--ebook-serif);
  font-size: 1.12rem;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ebook-reader-title small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.53rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ebook-reader-head-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ebook-reader-head a,
.ebook-reader-close {
  display: inline-flex;
  height: 38px;
  padding: 0 15px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font: 700 0.58rem/1 var(--ebook-sans);
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.ebook-reader-close {
  width: 38px;
  padding: 0;
  font-size: 1.2rem;
}

.ebook-reader-frame {
  display: block;
  width: 100%;
  height: calc(100% - 66px);
  border: 0;
  background: #d6d8d7;
}

.ebook-mobile-action {
  position: fixed;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 15;
  display: none;
  min-height: 54px;
  padding: 0 22px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(17, 29, 27, 0.93);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  backdrop-filter: blur(13px);
}

.is-love .ebook-mobile-action {
  background: rgba(55, 36, 30, 0.93);
}

.ebook-mobile-action span:last-child {
  color: var(--ebook-accent-bright);
}

@media (max-width: 980px) {
  .ebook-hero,
  .ebook-hero-inner {
    min-height: auto;
  }

  .ebook-hero-inner {
    padding-top: 140px;
    padding-bottom: 100px;
    grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.75fr);
    gap: 54px;
  }

  .ebook-hero h1,
  .is-love .ebook-hero h1 {
    font-size: clamp(4rem, 9vw, 6.8rem);
  }

  .ebook-offer-inner {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 44px;
  }

  .ebook-offer-visual,
  .ebook-offer-visual img {
    min-height: 560px;
  }
}

@media (max-width: 760px) {
  .ebook-access-bar {
    width: calc(100% - 36px);
    height: 76px;
  }

  .ebook-wordmark strong {
    font-size: 1.12rem;
  }

  .ebook-wordmark small {
    font-size: 0.46rem;
  }

  .ebook-bar-meta {
    display: none;
  }

  .ebook-bar-meta::before {
    display: none;
  }

  .ebook-hero-inner {
    width: calc(100% - 36px);
    padding: 112px 0 76px;
    grid-template-columns: 1fr;
    gap: 64px;
    text-align: center;
  }

  .ebook-hero-copy {
    order: 2;
  }

  .ebook-cover-stage {
    order: 1;
    width: min(282px, 72vw);
  }

  .ebook-cover-badge {
    right: -6px;
    bottom: 23px;
    width: 76px;
    font-size: 0.49rem;
  }

  .ebook-eyebrow {
    justify-content: center;
  }

  .ebook-hero h1,
  .is-love .ebook-hero h1 {
    max-width: none;
    font-size: clamp(4rem, 18vw, 6rem);
  }

  .is-love .ebook-hero h1 {
    font-size: clamp(3.65rem, 16vw, 5.6rem);
  }

  .ebook-hero-lead,
  .ebook-hero-note {
    margin-right: auto;
    margin-left: auto;
  }

  .ebook-primary-actions {
    justify-content: center;
  }

  .ebook-gift-strip-inner {
    width: calc(100% - 36px);
    padding: 24px 0;
    grid-template-columns: 1fr;
  }

  .ebook-gift-strip-inner div,
  .ebook-gift-strip-inner div:first-child,
  .ebook-gift-strip-inner div:last-child {
    padding: 17px 0;
    border-right: 0;
    border-bottom: 1px solid var(--ebook-line);
    text-align: center;
  }

  .ebook-gift-strip-inner div:last-child {
    border-bottom: 0;
  }

  .ebook-choice,
  .ebook-offer {
    padding-right: 18px;
    padding-left: 18px;
  }

  .ebook-format-grid {
    grid-template-columns: 1fr;
  }

  .ebook-format-card {
    min-height: 284px;
  }

  .ebook-offer-inner {
    grid-template-columns: 1fr;
  }

  .ebook-offer-visual,
  .ebook-offer-visual img {
    min-height: 470px;
  }

  .ebook-offer-copy h2 {
    max-width: none;
    font-size: clamp(3.4rem, 16vw, 5rem);
  }

  .ebook-offer-includes {
    grid-template-columns: 1fr;
  }

  .ebook-offer-buy {
    align-items: stretch;
    flex-direction: column;
  }

  .ebook-offer-buy .ebook-button {
    width: 100%;
  }

  .ebook-access-footer {
    padding-bottom: 92px;
    flex-direction: column;
    text-align: center;
  }

  .ebook-mobile-action {
    display: flex;
  }

  .ebook-reader-dialog {
    width: 100%;
    height: 100dvh;
    border-radius: 0;
  }

  .ebook-reader-head {
    height: 60px;
    padding-right: 12px;
    padding-left: 16px;
  }

  .ebook-reader-head a {
    display: none;
  }

  .ebook-reader-frame {
    height: calc(100% - 60px);
  }
}

@media (max-width: 430px) {
  .ebook-primary-actions {
    flex-direction: column;
  }

  .ebook-primary-actions .ebook-button {
    width: 100%;
  }

  .ebook-hero h1,
  .is-love .ebook-hero h1 {
    font-size: 2.9rem;
  }

  .is-love .ebook-hero h1 {
    font-size: 2.7rem;
  }

  .ebook-section-heading h2 {
    font-size: 3.15rem;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
