:root {
  --paper: #fcfaf6;
  --paper-deep: #f4eee4;
  --sage-soft: #e5eee1;
  --sage: #87a77e;
  --forest: #315b46;
  --plum: #56334f;
  --rose: #b9645e;
  --gold: #c99d43;
  --ink: #2f3130;
  --muted: #686d68;
  --white: #fff;
  --line: rgba(47, 49, 48, 0.14);
  --shadow: 0 24px 60px rgba(63, 50, 45, 0.12);
  --header-height: 82px;
  --content: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 18px); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.36;
  background-image: radial-gradient(rgba(86, 51, 79, 0.09) 0.55px, transparent 0.55px);
  background-size: 8px 8px;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: var(--header-height);
  padding: 0.65rem clamp(1rem, 4vw, 3.5rem);
  background: #fcfaf6;
  border-bottom: 1px solid rgba(49, 91, 70, 0.14);
  backdrop-filter: blur(18px);
}
.brand { display: grid; flex: 0 0 auto; color: var(--plum); line-height: 1.1; text-decoration: none; }
.brand strong { font: 600 1.55rem/1.05 Georgia, serif; }
.brand span { margin-top: 0.24rem; color: #254b39; font-size: 0.72rem; font-weight: 820; }
.main-nav { display: flex; align-items: center; gap: clamp(0.65rem, 1.35vw, 1.25rem); }
.main-nav a, .site-footer a { text-decoration: none; }
.main-nav a {
  position: relative;
  color: #4f5651;
  font-size: 0.84rem;
  font-weight: 680;
  white-space: nowrap;
}
.main-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.48rem;
  left: 0;
  height: 2px;
  background: var(--rose);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.nav-toggle { display: none; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
  align-items: center;
  min-height: 100svh;
  padding: calc(var(--header-height) + 3.5rem) max(1.2rem, calc((100vw - var(--content)) / 2)) 5rem;
  overflow: hidden;
  background:
    linear-gradient(105deg, rgba(252,250,246,0.99) 0%, rgba(252,250,246,0.94) 52%, rgba(229,238,225,0.72) 100%),
    linear-gradient(180deg, var(--paper), var(--sage-soft));
}
.hero::before {
  content: "";
  position: absolute;
  right: -12vw;
  bottom: -32vw;
  width: min(76vw, 900px);
  aspect-ratio: 1;
  border: 1px solid rgba(49, 91, 70, 0.16);
  border-radius: 50%;
}
.hero::after {
  content: "♡";
  position: absolute;
  right: 4.5vw;
  top: 18%;
  color: rgba(201, 157, 67, 0.33);
  font: 400 5.5rem/1 Georgia, serif;
  transform: rotate(12deg);
}
.hero__content { position: relative; z-index: 2; max-width: 720px; animation: rise 720ms ease both; }
.hero__media {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 520px;
  animation: fade 900ms ease 120ms both;
}
.hero__media::before, .hero__media::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.hero__media::before {
  inset: 5% -18% 8% 4%;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(49, 91, 70, 0.12);
}
.hero__media::after {
  width: 44%;
  aspect-ratio: 1;
  right: 0;
  bottom: 0;
  background: rgba(185, 100, 94, 0.1);
}
.hero__media img {
  position: relative;
  z-index: 1;
  width: min(570px, 112%);
  mix-blend-mode: multiply;
}
.hero__ornament {
  position: absolute;
  z-index: 2;
  right: 4%;
  bottom: 8%;
  color: var(--plum);
  font: italic 1.05rem/1.3 Georgia, serif;
}
.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--forest);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { margin: 0; color: var(--plum); font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: 0; }
h1 { max-width: 760px; font-size: 5.6rem; line-height: 0.98; }
h2 { font-size: 2.7rem; line-height: 1.08; }
h3 { font-size: 1.45rem; line-height: 1.18; }
.hero__lead { max-width: 650px; margin: 1.35rem 0 0; color: #555b56; font-size: 1.2rem; }
.hero__actions, .button-row { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.8rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.8rem 1.18rem;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 780;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--white); background: var(--forest); box-shadow: 0 12px 28px rgba(49, 91, 70, 0.22); }
.button--primary:hover { background: #254b39; }
.button--secondary { color: var(--forest); background: rgba(255,255,255,0.72); border-color: rgba(49,91,70,0.32); }
.hero__note {
  position: absolute;
  z-index: 3;
  right: max(1.2rem, calc((100vw - var(--content)) / 2));
  bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--muted);
  font-size: 0.86rem;
}
.hero__note span::after { content: ""; display: inline-block; width: 42px; height: 1px; margin-left: 0.8rem; vertical-align: middle; background: var(--gold); }
.hero__note strong { color: var(--forest); font-size: 0.94rem; }

.section { padding: clamp(5rem, 8vw, 8rem) max(1.2rem, calc((100vw - var(--content)) / 2)); }
.intro, .offer, .preparation, .faq {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: start;
}
.section__text { position: sticky; top: calc(var(--header-height) + 2rem); }
.intro__copy, .about__text, .forms__intro, .book__text, .final-cta { color: var(--muted); font-size: 1.08rem; }
.intro__copy p, .about__text p, .book__text p { margin: 0 0 1.15rem; }
.intro__copy p:first-child { color: var(--ink); font-size: 1.28rem; }

.trust-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: var(--content);
  margin: 0 auto;
  border-block: 1px solid rgba(49, 91, 70, 0.18);
}
.trust-band div { padding: 1.6rem clamp(1.1rem, 2.5vw, 2rem); border-right: 1px solid var(--line); }
.trust-band div:last-child { border-right: 0; }
.trust-band strong { display: block; color: var(--plum); font-family: Georgia, serif; font-size: 1.2rem; font-weight: 500; }
.trust-band span { display: block; margin-top: 0.16rem; color: var(--muted); font-size: 0.92rem; }

.offer { background: linear-gradient(180deg, rgba(229,238,225,0.33), transparent); }
.offer__grid { border-top: 1px solid var(--line); }
.offer-item {
  display: grid;
  grid-template-columns: 58px minmax(150px, 0.42fr) minmax(0, 1fr);
  gap: 1.1rem;
  align-items: start;
  padding: 1.7rem 0;
  border-bottom: 1px solid var(--line);
  transition: padding 180ms ease, border-color 180ms ease;
}
.offer-item:hover { padding-left: 0.45rem; border-color: var(--sage); }
.offer-item .icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--forest);
  border: 1px solid rgba(49,91,70,0.28);
  border-radius: 50%;
  font-size: 0.76rem;
  font-weight: 800;
}
.offer-item p { margin: 0; color: var(--muted); }

.path { position: relative; padding: clamp(5rem, 8vw, 7.5rem) max(1.2rem, calc((100vw - var(--content)) / 2)); color: #f8f5f0; background: var(--plum); overflow: hidden; }
.path::after { content: "♡"; position: absolute; right: 6%; top: -0.2em; color: rgba(255,255,255,0.07); font: 16rem/1 Georgia, serif; }
.path .eyebrow { color: #d9c4ad; }
.path h2, .path h3 { color: var(--white); }
.path__inner { position: relative; z-index: 1; max-width: var(--content); margin: 0 auto; }
.path h2 { max-width: 780px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 3.5rem; border-top: 1px solid rgba(255,255,255,0.22); }
.steps article { position: relative; padding: 2.2rem 2rem 0 0; }
.steps article:not(:last-child) { border-right: 1px solid rgba(255,255,255,0.17); margin-right: 2rem; }
.steps span { display: inline-grid; place-items: center; width: 36px; height: 36px; margin-bottom: 1.4rem; color: var(--plum); background: #e9d8b8; border-radius: 50%; font-weight: 850; }
.steps p { margin: 0.75rem 0 0; color: rgba(255,255,255,0.72); }

.prep-list { border-top: 1px solid var(--line); }
.prep-list article { display: grid; grid-template-columns: 160px minmax(190px, 0.7fr) minmax(0, 1fr); gap: 1.5rem; padding: 1.7rem 0; border-bottom: 1px solid var(--line); }
.prep-list strong, .category-label { color: var(--forest); font-size: 0.76rem; font-weight: 820; letter-spacing: 0.04em; text-transform: uppercase; }
.prep-list p { margin: 0; color: var(--muted); }

.forms { position: relative; padding: clamp(5rem, 8vw, 8rem) max(1.2rem, calc((100vw - var(--content)) / 2)); background: var(--sage-soft); overflow: hidden; }
.forms::before { content: ""; position: absolute; left: -80px; bottom: -110px; width: 300px; height: 300px; border: 1px solid rgba(49,91,70,0.14); border-radius: 50%; }
.forms__intro { position: relative; max-width: 760px; }
.forms__intro > p:last-child { max-width: 700px; }
.form-list { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 2.6rem; }
.form-category {
  display: flex;
  flex-direction: column;
  min-height: 310px;
  padding: clamp(1.5rem, 3vw, 2.2rem);
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(49,91,70,0.12);
  border-radius: 6px;
}
.form-category--wide { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; min-height: auto; }
.form-category p { color: var(--muted); }
.form-category > a, .required-docs a {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
  color: var(--forest);
  border-top: 1px solid rgba(49,91,70,0.15);
  font-weight: 750;
  text-decoration: none;
}
.form-category > a::after, .required-docs a::after { content: "PDF ↓"; color: var(--rose); font-size: 0.74rem; }
.required-docs { align-self: center; }
.email-note { position: relative; margin-top: 1rem; padding: clamp(1.5rem, 3vw, 2.2rem); background: var(--white); border-left: 4px solid var(--gold); }
.email-note p { max-width: 900px; color: var(--muted); }

.shop { padding: clamp(5rem, 8vw, 8rem) max(1.2rem, calc((100vw - var(--content)) / 2)); }
.shop__intro { display: grid; grid-template-columns: 0.82fr 1.18fr; column-gap: clamp(2.5rem, 7vw, 7rem); align-items: end; }
.shop__intro .eyebrow, .shop__intro h2 { grid-column: 1; }
.shop__intro > p:last-child { grid-column: 2; grid-row: 1 / span 2; margin: 0; color: var(--muted); font-size: 1.08rem; }
.shop__support-note { margin-top: 2.6rem; padding: 1.25rem 1.5rem; background: #f7eee9; border-left: 4px solid var(--rose); }
.shop__support-note p { margin: 0.35rem 0 0; color: var(--muted); }
.shop__legal-consent { margin: 1rem 0 2.5rem; padding: clamp(1.3rem, 3vw, 2rem); border: 1px solid rgba(49,91,70,0.18); background: #fff; }
.shop__legal-consent h3 { margin-bottom: 1.1rem; }
.shop__legal-consent label { display: grid; grid-template-columns: 22px 1fr; gap: 0.7rem; align-items: start; margin: 0.75rem 0; color: #555b56; }
.shop__legal-consent input { width: 18px; height: 18px; margin-top: 0.25rem; accent-color: var(--forest); }
.shop__consent-status { margin: 1rem 0 0; color: var(--forest); font-weight: 760; }
.shop__products { border-top: 1px solid var(--line); }
.product {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) 220px;
  gap: clamp(1.2rem, 3vw, 2.5rem);
  align-items: center;
  padding: 1.6rem 0;
  border-bottom: 1px solid var(--line);
}
.product__preview { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--paper-deep); text-decoration: none; }
.product__preview img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform 300ms ease; }
.product__preview:hover img { transform: scale(1.035); }
.product__preview--book { aspect-ratio: 3 / 4; background: #eee5da; }
.product__preview--book img { object-fit: contain; }
.product__preview span { position: absolute; right: 0.5rem; bottom: 0.5rem; padding: 0.38rem 0.55rem; color: var(--white); background: rgba(49,91,70,0.92); border-radius: 3px; font-size: 0.72rem; font-weight: 760; }
.product__content p { margin: 0.35rem 0; color: var(--muted); }
.product__scope { font-size: 0.91rem; font-weight: 700; }
.product__delivery { font-size: 0.86rem; }
.product__buy { display: grid; gap: 0.85rem; align-content: center; }
.product__price { color: var(--plum); font: 500 1.7rem/1 Georgia, serif; }
.button--paypal { color: #18244f; background: #ffc439; box-shadow: 0 10px 22px rgba(165,121,20,0.16); }
.button--paypal[aria-disabled="true"] { color: #737773; background: #e5e5e2; box-shadow: none; cursor: not-allowed; }
.product__mark { display: grid; place-items: center; min-height: 140px; color: var(--plum); background: var(--paper-deep); border: 1px solid rgba(86,51,79,0.13); font: 500 1.3rem Georgia, serif; }
.product--book { background: linear-gradient(90deg, rgba(201,157,67,0.08), transparent 70%); }
.shop__notice { max-width: 900px; margin-top: 2rem; color: var(--muted); font-size: 0.94rem; }
.shop__notice strong { color: var(--ink); }
.shop__notice small { display: block; margin-top: 1rem; }

.book { display: grid; grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; padding: clamp(5rem, 8vw, 8rem) max(1.2rem, calc((100vw - var(--content)) / 2)); background: #f3ece3; }
.book__cover { position: relative; max-width: 390px; margin: auto; }
.book__cover::before { content: ""; position: absolute; inset: 9% -11% -9% 12%; background: rgba(49,91,70,0.14); }
.book__cover img { position: relative; box-shadow: var(--shadow); }
.book__lead { color: var(--ink); font-size: 1.25rem; }
.availability { display: inline-block; margin-top: 0.8rem; padding-bottom: 0.3rem; color: var(--forest); border-bottom: 2px solid var(--gold); font-weight: 780; }

.book-preview { padding: clamp(5rem, 8vw, 8rem) max(1.2rem, calc((100vw - var(--content)) / 2)); background: var(--paper); }
.book-preview__intro { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: end; }
.book-preview__intro > div:last-child { color: var(--muted); font-size: 1.08rem; }
.book-preview__intro > div:last-child p { margin-top: 0; }
.book-preview__pages { display: grid; gap: 3rem; max-width: 860px; margin: 3rem auto 0; }
.book-preview__pages figure { margin: 0; }
.book-preview__pages a { display: block; background: var(--white); box-shadow: var(--shadow); }
.book-preview__pages img { width: 100%; height: auto; border: 1px solid rgba(49,91,70,0.12); }
.book-preview__pages figcaption { margin-top: 0.7rem; color: var(--muted); font-size: 0.82rem; text-align: center; }

.about { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.about__mark { position: relative; display: grid; place-items: center; min-height: 360px; color: var(--plum); }
.about__mark::before, .about__mark::after { content: ""; position: absolute; border-radius: 50% 48% 52% 46%; }
.about__mark::before { width: 300px; height: 300px; border: 1px solid rgba(49,91,70,0.25); transform: rotate(18deg); }
.about__mark::after { width: 225px; height: 225px; background: var(--sage-soft); transform: rotate(-10deg); }
.about__mark span { position: relative; z-index: 1; font: italic 2.5rem/1.1 Georgia, serif; text-align: center; }

.faq { background: linear-gradient(180deg, transparent, rgba(229,238,225,0.34)); }
.faq__items { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 1.45rem 2.4rem 1.45rem 0; color: var(--plum); cursor: pointer; font-family: Georgia, serif; font-size: 1.18rem; }
.faq details p { margin: -0.25rem 0 1.5rem; color: var(--muted); }

.final-cta { position: relative; padding: clamp(5rem, 8vw, 8rem) max(1.2rem, calc((100vw - var(--content)) / 2)); color: rgba(255,255,255,0.75); background: var(--forest); overflow: hidden; }
.final-cta::after { content: "♡"; position: absolute; right: 5%; bottom: -0.28em; color: rgba(255,255,255,0.08); font: 17rem/1 Georgia, serif; }
.final-cta > * { position: relative; z-index: 1; max-width: 760px; }
.final-cta .eyebrow { color: #d9c4ad; }
.final-cta h2 { color: var(--white); }
.final-cta .button--primary { color: var(--forest); background: var(--white); }
.contact-lines { display: flex; flex-wrap: wrap; gap: 0.6rem 1.4rem; margin: 1.25rem 0; }
.contact-lines a { color: var(--white); font-weight: 750; }
.site-footer { display: flex; justify-content: space-between; gap: 2rem; padding: 1.5rem max(1.2rem, calc((100vw - var(--content)) / 2)); color: #e7eee9; background: #254b39; font-size: 0.86rem; }
.site-footer p { margin: 0; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 1rem; }
.site-footer a:hover { color: var(--white); text-decoration: underline; }

.legal-page { background: var(--paper); }
.legal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 76px;
  padding: 1rem max(1.2rem, calc((100vw - 920px) / 2));
  color: var(--white);
  background: var(--forest);
}
.legal-header strong { font: 500 1.35rem Georgia, serif; }
.legal-header a { color: var(--white); font-weight: 750; }
.legal-main { width: min(920px, calc(100% - 2.4rem)); min-height: 70svh; margin: 0 auto; padding: clamp(3.5rem, 7vw, 6rem) 0; }
.legal-main h1 { margin-bottom: 2rem; font-size: 4rem; }
.legal-main h2 { margin: 2.5rem 0 0.7rem; font-size: 1.8rem; }
.legal-main p, .legal-main li { color: #555b56; }
.legal-placeholder, .legal-note { padding: 1.1rem 1.25rem; background: #f7eee9; border-left: 4px solid var(--rose); }
.newsletter-invite { margin: 2.5rem 0; padding: clamp(1.5rem, 4vw, 2.5rem); background: var(--sage-soft); border: 1px solid rgba(49,91,70,0.14); }
.newsletter-invite h2 { margin-top: 0; }
.newsletter-invite small { display: block; margin-top: 1rem; }

@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fade { from { opacity: 0; transform: scale(0.97); } to { opacity: 1; transform: scale(1); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; } }

@media (max-width: 1080px) {
  :root { --header-height: 74px; }
  .nav-toggle { display: grid; gap: 4px; width: 44px; height: 44px; place-content: center; color: var(--forest); background: transparent; border: 1px solid rgba(49,91,70,0.22); border-radius: 4px; }
  .nav-toggle span:not(.sr-only) { display: block; width: 20px; height: 2px; background: currentColor; transition: transform 180ms ease, opacity 180ms ease; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav { position: absolute; inset: 100% 0 auto; display: none; grid-template-columns: repeat(2, 1fr); gap: 0; padding: 0.5rem 1.2rem 1.2rem; background: rgba(252,250,246,0.98); border-bottom: 1px solid var(--line); box-shadow: 0 18px 36px rgba(47,49,48,0.1); }
  .main-nav.is-open { display: grid; }
  .main-nav a { padding: 0.8rem; border-bottom: 1px solid var(--line); }
  .main-nav a::after { display: none; }
  .hero { grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr); }
  .hero__note { display: none; }
  .product { grid-template-columns: 155px minmax(0, 1fr) 190px; }
}

@media (max-width: 760px) {
  body { font-size: 0.97rem; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: calc(var(--header-height) + 3.5rem); padding-bottom: 3.5rem; }
  .hero__media { grid-row: 1; min-height: 230px; margin-bottom: 1.5rem; }
  .hero__media::before { inset: -10% -18% -12% 12%; }
  .hero__media img { width: min(440px, 94%); }
  .hero__ornament { right: 4%; bottom: -4%; font-size: 0.86rem; }
  .hero::after { top: 14%; }
  h1 { font-size: 3.65rem; }
  h2 { font-size: 2.2rem; }
  .hero__actions .button { width: 100%; }
  .intro, .offer, .preparation, .faq, .about, .book, .shop__intro, .book-preview__intro { grid-template-columns: 1fr; gap: 2rem; }
  .section__text { position: static; }
  .trust-band { grid-template-columns: 1fr; margin-inline: 1.2rem; }
  .trust-band div { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-band div:last-child { border-bottom: 0; }
  .offer-item { grid-template-columns: 48px 1fr; }
  .offer-item p { grid-column: 2; }
  .steps { grid-template-columns: 1fr; }
  .steps article:not(:last-child) { margin: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.17); padding-bottom: 2rem; }
  .prep-list article { grid-template-columns: 1fr; gap: 0.5rem; }
  .form-list { grid-template-columns: 1fr; }
  .form-category--wide { grid-column: auto; grid-template-columns: 1fr; }
  .shop__intro .eyebrow, .shop__intro h2, .shop__intro > p:last-child { grid-column: 1; grid-row: auto; }
  .product { grid-template-columns: 110px minmax(0, 1fr); gap: 1rem; align-items: start; }
  .product__buy { grid-column: 1 / -1; grid-template-columns: auto 1fr; align-items: center; }
  .product__mark { min-height: 110px; }
  .book__cover { max-width: 310px; }
  .book-preview__pages { gap: 2rem; margin-top: 2rem; }
  .about__mark { min-height: 280px; }
  .site-footer { flex-direction: column; }
  .legal-header { min-height: 68px; }
}

@media (max-width: 480px) {
  .brand strong { font-size: 1.24rem; }
  .brand span { display: none; }
  .main-nav { grid-template-columns: 1fr; max-height: calc(100svh - var(--header-height)); overflow-y: auto; }
  .hero__media { min-height: 190px; }
  h1 { font-size: 3rem; }
  h2 { font-size: 2rem; }
  .legal-main h1 { font-size: 2.8rem; }
  .product { grid-template-columns: 1fr; }
  .product__preview { aspect-ratio: 16 / 10; }
  .product__preview--book { width: min(260px, 100%); aspect-ratio: 3 / 4; }
  .product__buy { grid-column: 1; grid-template-columns: 1fr; }
  .product__buy .button { width: 100%; }
  .contact-lines { display: grid; }
}
