:root {
  --blue-950: #10275f;
  --blue-900: #173b8f;
  --blue-700: #2852ad;
  --blue-100: #e9effc;
  --ink: #19243d;
  --muted: #657088;
  --coral: #e76f76;
  --coral-dark: #ca5861;
  --coral-soft: #fae8e7;
  --cream: #f7f4ec;
  --sand: #ebe2d2;
  --white: #fff;
  --line: #dfe3eb;
  --shadow: 0 24px 70px rgba(18, 40, 87, .13);
  --radius: 22px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.is-locked { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; left: 1rem; top: -5rem; padding: .75rem 1rem; background: var(--blue-950); color: #fff; }
.skip-link:focus { top: 1rem; }

.topbar { color: var(--blue-950); background: #f6f8fd; border-top: 4px solid var(--coral); font-size: .78rem; letter-spacing: .03em; }
.topbar__inner { min-height: 36px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.topbar p { margin: 0; }
.topbar__links { display: flex; gap: 22px; }
.topbar a { text-decoration: none; }
.topbar a:hover { color: var(--coral-dark); }

.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(23, 59, 143, .1); background: rgba(255, 255, 255, .95); backdrop-filter: blur(16px); }
.site-header__inner { min-height: 88px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 44px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand__logo { width: 260px; height: auto; }
.main-nav { justify-self: end; display: flex; align-items: center; gap: 30px; }
.main-nav a { color: #3b445a; font-size: .9rem; font-weight: 600; text-decoration: none; }
.main-nav a:hover { color: var(--blue-900); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.cart-button { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; padding: 7px 10px; border: 0; color: var(--blue-900); background: transparent; cursor: pointer; font-weight: 700; }
.cart-button svg { width: 23px; }
.cart-button b { min-width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--coral); font-size: .72rem; }
.icon-button { display: none; }

.hero { position: relative; min-height: 680px; overflow: hidden; background: linear-gradient(110deg, #f8f5ed 0%, #f8f5ed 58%, #edf2fb 58%, #edf2fb 100%); }
.hero__wash { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 10% 10%, rgba(231,111,118,.08), transparent 22%), radial-gradient(circle at 84% 30%, rgba(23,59,143,.09), transparent 29%); }
.hero__grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 60px; min-height: 680px; padding-block: 78px; }
.eyebrow { margin-bottom: 18px; color: var(--coral-dark); font-size: .75rem; font-weight: 800; letter-spacing: .17em; }
.hero h1 { max-width: 690px; margin-bottom: 24px; color: var(--blue-950); font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.2rem, 5.4vw, 5.4rem); font-weight: 400; letter-spacing: -.05em; }
.hero h1 em { color: var(--coral-dark); font-weight: 400; }
.hero__lead { max-width: 630px; margin-bottom: 34px; color: #536078; font-size: 1.15rem; line-height: 1.75; }
.hero__actions { display: flex; align-items: center; gap: 28px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 24px; border: 1px solid transparent; border-radius: 4px; text-decoration: none; font-size: .89rem; font-weight: 800; letter-spacing: .02em; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: #fff; background: var(--blue-900); box-shadow: 0 12px 26px rgba(23,59,143,.18); }
.button--primary:hover { background: var(--blue-950); box-shadow: 0 15px 32px rgba(23,59,143,.25); }
.button--coral { color: #fff; background: var(--coral); }
.button--coral:hover { background: var(--coral-dark); }
.button--outline { color: var(--blue-900); border-color: var(--blue-900); background: transparent; }
.button--outline:hover { color: #fff; background: var(--blue-900); }
.button--full { width: 100%; }
.text-link { display: inline-flex; gap: 8px; align-items: center; border: 0; padding: 0; color: var(--blue-900); background: transparent; font-weight: 800; text-decoration: none; cursor: pointer; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.hero__proof { display: flex; gap: 24px; margin: 36px 0 0; padding: 0; list-style: none; color: #5d687c; font-size: .82rem; }
.hero__proof span { color: var(--coral-dark); font-weight: 900; }

.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; perspective: 1200px; }
.soft-orbit { position: absolute; border: 1px solid rgba(23,59,143,.13); border-radius: 50%; }
.soft-orbit--one { width: 455px; height: 455px; }
.soft-orbit--two { width: 345px; height: 345px; border-color: rgba(231,111,118,.19); }
.book { position: absolute; overflow: hidden; border-radius: 2px 8px 8px 2px; box-shadow: 24px 30px 60px rgba(16,39,95,.24); }
.book--main { z-index: 2; width: 285px; height: 405px; left: 26%; top: 10%; padding: 44px 34px 30px 43px; color: var(--blue-950); background: linear-gradient(150deg, #fffdf8 0%, #f3eee2 100%); transform: rotate(-5deg) rotateY(-8deg); }
.book__spine { position: absolute; left: 0; inset-block: 0; width: 11px; background: var(--coral); box-shadow: inset -3px 0 rgba(0,0,0,.08); }
.book__series { margin-bottom: 22px; color: var(--coral-dark); font-size: .63rem; font-weight: 900; letter-spacing: .18em; }
.book__line { display: block; width: 45px; height: 3px; margin-bottom: 22px; background: var(--blue-900); }
.book h2 { margin-bottom: 20px; font-family: Georgia, serif; font-size: 2.18rem; font-weight: 400; letter-spacing: -.045em; }
.book > p:not(.book__series) { color: #677082; font-size: .76rem; line-height: 1.55; }
.book__author { position: absolute; left: 43px; bottom: 31px; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.book__symbol { position: absolute; right: -6px; bottom: 4px; color: rgba(231,111,118,.17); font-family: Georgia, serif; font-size: 8rem; }
.book--back { z-index: 1; width: 235px; height: 330px; right: 1%; top: 27%; padding: 45px 26px; color: #fff; background: var(--blue-900); transform: rotate(9deg) translateZ(-40px); }
.book--back .book__series { color: #ffc0c3; }
.book--back h2 { margin-top: 65px; font-size: 2.7rem; color: #fff; }
.book--back h2 span { color: #f4a0a5; font-style: italic; }
.book--back > p:not(.book__series) { color: #d8e2fb; }
.format-chip { z-index: 3; position: absolute; display: flex; align-items: center; gap: 10px; padding: 11px 16px; border: 1px solid rgba(23,59,143,.08); border-radius: 10px; background: rgba(255,255,255,.94); box-shadow: 0 14px 35px rgba(16,39,95,.12); font-size: .72rem; }
.format-chip b { color: var(--coral-dark); font-size: .78rem; }
.format-chip--pdf { left: 4%; bottom: 15%; }
.format-chip--care { right: 2%; top: 10%; }

.strip { border-block: 1px solid #e5e8ef; }
.intro__grid { min-height: 180px; display: grid; grid-template-columns: .65fr 2fr 1fr; gap: 54px; align-items: center; }
.intro .eyebrow { margin: 0; }
.intro blockquote { margin: 0; color: var(--blue-950); font-family: Georgia, serif; font-size: 1.55rem; line-height: 1.5; }
.intro__grid > p:last-child { margin: 0; color: var(--muted); font-size: .9rem; }

.catalog-section { padding: 110px 0 125px; background: #fff; }
.section-heading { margin-bottom: 55px; }
.section-heading h2 { margin: 0; color: var(--blue-950); font-family: Georgia, serif; font-size: clamp(2.5rem, 4.2vw, 4.15rem); font-weight: 400; letter-spacing: -.045em; }
.section-heading--split { display: grid; grid-template-columns: 1.5fr .7fr; gap: 70px; align-items: end; }
.section-heading--split > p { margin: 0 0 8px; color: var(--muted); }
.section-heading--center { max-width: 760px; margin-inline: auto; text-align: center; }
.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 36px; padding-block: 15px; border-block: 1px solid var(--line); }
.filters { display: flex; gap: 5px; flex-wrap: wrap; }
.filter { padding: 9px 14px; border: 0; border-radius: 30px; color: #5f687a; background: transparent; cursor: pointer; font-size: .83rem; font-weight: 700; }
.filter:hover, .filter.is-active { color: #fff; background: var(--blue-900); }
.search-field { width: 245px; display: flex; align-items: center; gap: 9px; border-bottom: 1px solid #aeb5c3; color: var(--muted); }
.search-field svg { width: 18px; flex: 0 0 auto; }
.search-field input { width: 100%; border: 0; outline: 0; padding: 8px 0; color: var(--ink); background: transparent; font-size: .84rem; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.product-card { position: relative; min-width: 0; display: flex; flex-direction: column; border: 1px solid var(--line); background: #fff; transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-6px); box-shadow: 0 23px 55px rgba(16,39,95,.12); }
.product-card__visual { position: relative; min-height: 330px; display: grid; place-items: center; overflow: hidden; background: var(--card-bg); cursor: pointer; }
.product-card__visual::before, .product-card__visual::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.42); }
.product-card__visual::before { width: 260px; height: 260px; left: -80px; top: -110px; }
.product-card__visual::after { width: 170px; height: 170px; right: -50px; bottom: -65px; }
.mini-book { position: relative; z-index: 1; width: 174px; min-height: 238px; padding: 31px 23px 26px 28px; color: var(--cover-ink); background: var(--cover-bg); border-radius: 1px 5px 5px 1px; box-shadow: 15px 19px 35px rgba(17,28,58,.24); transform: rotate(var(--cover-rotate)); transition: transform .28s; }
.product-card:hover .mini-book { transform: rotate(0) scale(1.025); }
.mini-book::before { content: ""; position: absolute; inset-block: 0; left: 0; width: 7px; background: var(--cover-accent); }
.mini-book__type { display: block; margin-bottom: 35px; color: var(--cover-accent); font-size: .49rem; font-weight: 900; letter-spacing: .16em; }
.mini-book h3 { margin: 0 0 14px; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 400; letter-spacing: -.035em; }
.mini-book p { margin: 0; opacity: .7; font-size: .58rem; line-height: 1.5; }
.mini-book__author { position: absolute; left: 28px; bottom: 22px; font-size: .5rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.product-badge { position: absolute; z-index: 3; left: 18px; top: 18px; padding: 7px 10px; border-radius: 2px; color: var(--blue-950); background: rgba(255,255,255,.94); font-size: .63rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.product-card__body { flex: 1; display: flex; flex-direction: column; padding: 24px 24px 22px; }
.product-card__meta { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 10px; color: var(--coral-dark); font-size: .69rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-card__body > h3 { margin-bottom: 11px; color: var(--blue-950); font-family: Georgia, serif; font-size: 1.55rem; font-weight: 400; }
.product-card__title-link { color: inherit; text-decoration: none; }
.product-card__title-link:hover { color: var(--coral-dark); }
.product-card__description { margin-bottom: 19px; color: var(--muted); font-size: .88rem; }
.product-card__footer { display: flex; align-items: stretch; flex-direction: column; gap: 13px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.product-card__price { align-self: flex-start; color: var(--blue-950); font-family: Georgia, serif; font-size: 1.35rem; white-space: nowrap; }
.product-card__actions { width: 100%; display: flex; gap: 6px; flex-wrap: wrap; justify-content: flex-start; }
.product-card__actions .card-action { flex: 0 0 auto; }
.card-action { min-width: 40px; height: 40px; display: inline-grid; place-items: center; border: 1px solid #cfd5e1; color: var(--blue-900); background: #fff; cursor: pointer; text-decoration: none; }
.card-action:hover { color: #fff; border-color: var(--blue-900); background: var(--blue-900); }
.card-action--cart { width: auto; padding-inline: 13px; font-weight: 800; font-size: .78rem; }
.card-action--pdf { color: var(--coral-dark); border-color: rgba(231,111,118,.55); font-weight: 800; font-size: .78rem; }
.card-action--pdf:hover { border-color: var(--coral-dark); background: var(--coral-dark); }
.card-action--amazon { width: auto; padding-inline: 11px; font-weight: 800; font-size: .78rem; }
.card-action--sheet { width: auto; padding-inline: 11px; font-weight: 800; font-size: .78rem; }
.card-action[disabled] { cursor: default; opacity: .45; }
.empty-state { padding: 70px 0; color: var(--muted); text-align: center; }

.audiences { padding: 110px 0; background: var(--cream); }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.audience-card { position: relative; min-height: 410px; padding: 50px; overflow: hidden; }
.audience-card--warm { background: #fff; }
.audience-card--blue { color: #fff; background: var(--blue-900); }
.audience-card__number { position: absolute; right: 25px; top: 5px; color: rgba(23,59,143,.055); font-family: Georgia, serif; font-size: 7.5rem; line-height: 1; }
.audience-card--blue .audience-card__number { color: rgba(255,255,255,.06); }
.audience-card__icon { width: 57px; height: 57px; display: grid; place-items: center; margin-bottom: 39px; border-radius: 50%; color: var(--coral-dark); background: var(--coral-soft); font-size: 1.35rem; }
.audience-card--blue .audience-card__icon { color: #fff; background: rgba(255,255,255,.12); }
.audience-card .eyebrow { margin-bottom: 14px; }
.audience-card--blue .eyebrow { color: #ffb7ba; }
.audience-card h3 { margin-bottom: 18px; color: var(--blue-950); font-family: Georgia, serif; font-size: 2rem; font-weight: 400; }
.audience-card--blue h3 { color: #fff; }
.audience-card > p:not(.eyebrow) { max-width: 520px; margin-bottom: 25px; color: var(--muted); }
.audience-card--blue > p:not(.eyebrow) { color: #d4def6; }
.audience-card--blue .text-link { color: #fff; }

.how { padding: 115px 0; background: var(--blue-950); color: #fff; }
.how__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: center; }
.how .eyebrow { color: #ffabb0; }
.how h2 { margin-bottom: 25px; font-family: Georgia, serif; font-size: clamp(2.5rem, 4vw, 4rem); font-weight: 400; }
.how__copy > p:not(.eyebrow) { margin-bottom: 27px; color: #c7d2ed; }
.how .text-link { color: #fff; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 63px 1fr; gap: 25px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.steps li:first-child { border-top: 1px solid rgba(255,255,255,.14); }
.steps li > span { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: #ffb4b7; font-family: Georgia, serif; font-size: 1.2rem; }
.steps h3 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 1.35rem; font-weight: 400; }
.steps p { margin: 0; color: #becbe9; font-size: .9rem; }

.author { padding: 120px 0; }
.author__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.author__portrait { min-height: 480px; overflow: hidden; background: linear-gradient(145deg, #ebf0fb, #f9e8e6); }
.author__photo { width: 100%; height: 100%; min-height: inherit; display: block; object-fit: cover; object-position: center 28%; }
.author h2 { margin-bottom: 8px; color: var(--blue-950); font-family: Georgia, serif; font-size: clamp(2.7rem, 4.3vw, 4.3rem); font-weight: 400; }
.author__role { margin-bottom: 25px; color: var(--coral-dark); font-weight: 700; }
.author__copy > p:not(.eyebrow):not(.author__role) { max-width: 650px; color: var(--muted); font-size: 1.03rem; }
.author__links { display: flex; align-items: center; gap: 25px; margin-top: 33px; }

.legal-notice-strip { padding: 70px 0; background: #fff; }
.legal-notice-strip__inner { display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; padding: 30px 34px; border: 1px solid var(--line); background: var(--cream); }
.legal-notice-strip__inner strong { color: var(--blue-950); font-family: Georgia, serif; font-size: 1.35rem; font-weight: 400; }
.legal-notice-strip__inner p { margin: 0; color: var(--muted); font-size: .88rem; }
.legal-notice-strip__inner .text-link { white-space: nowrap; }
.newsletter { padding-bottom: 100px; }
.newsletter__box { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; padding: 55px 65px; color: #fff; background: var(--blue-900); }
.newsletter .eyebrow { margin-bottom: 12px; color: #ffb4b7; }
.newsletter h2 { margin-bottom: 9px; font-family: Georgia, serif; font-size: 2.25rem; font-weight: 400; }
.newsletter p { margin-bottom: 0; color: #d4dff6; }
.newsletter__form { display: grid; grid-template-columns: 1fr auto; }
.newsletter__form input { min-width: 0; border: 0; padding: 15px 17px; outline: 0; }
.newsletter__form small { grid-column: 1 / -1; margin-top: 10px; color: #bfcbea; font-size: .67rem; }

.site-footer { padding: 70px 0 25px; color: #c4cce0; background: #0d1c42; }
.footer__grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 55px; padding-bottom: 55px; }
.brand--footer { width: fit-content; padding: 10px 13px; border-radius: 3px; background: #fff; }
.brand--footer .brand__logo { width: 245px; }
.footer__grid > div:first-child > p { max-width: 300px; margin: 20px 0 0; color: #9fabca; font-size: .84rem; }
.footer__grid h3 { margin-bottom: 18px; color: #fff; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.footer__grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.footer__grid a:not(.brand) { margin-bottom: 9px; color: #aeb9d3; font-size: .83rem; text-decoration: none; }
.footer__grid a:hover { color: #fff; }
.footer__bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .73rem; }
.footer__bottom p { margin: 0; }

.page-overlay { position: fixed; z-index: 80; inset: 0; background: rgba(9,20,48,.48); backdrop-filter: blur(3px); }
.cart-drawer { position: fixed; z-index: 90; top: 0; right: 0; width: min(440px, 100%); height: 100dvh; display: grid; grid-template-rows: auto 1fr auto; color: var(--ink); background: #fff; box-shadow: -20px 0 70px rgba(0,0,0,.18); transform: translateX(105%); transition: transform .32s ease; }
.cart-drawer.is-open { transform: translateX(0); }
.drawer__header { display: flex; justify-content: space-between; align-items: flex-start; padding: 30px; border-bottom: 1px solid var(--line); }
.drawer__header .eyebrow { margin-bottom: 5px; }
.drawer__header h2 { margin: 0; color: var(--blue-950); font-family: Georgia, serif; font-size: 2rem; font-weight: 400; }
.close-button { width: 42px; height: 42px; border: 0; border-radius: 50%; color: var(--blue-950); background: var(--blue-100); cursor: pointer; font-size: 1.7rem; line-height: 1; }
.drawer__body { overflow: auto; padding: 10px 30px; }
.cart-empty { padding: 65px 10px; text-align: center; color: var(--muted); }
.cart-empty__icon { width: 60px; height: 60px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 50%; background: var(--blue-100); font-size: 1.5rem; }
.cart-item { display: grid; grid-template-columns: 60px 1fr auto; gap: 14px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cart-item__cover { width: 54px; height: 72px; border-left: 4px solid var(--coral); background: var(--item-color); box-shadow: 4px 5px 10px rgba(0,0,0,.12); }
.cart-item h3 { margin: 0 0 5px; color: var(--blue-950); font-size: .91rem; }
.cart-item p { margin: 0; color: var(--muted); font-size: .75rem; }
.cart-item button { border: 0; color: var(--coral-dark); background: transparent; cursor: pointer; font-size: .75rem; }
.drawer__footer { padding: 25px 30px 30px; border-top: 1px solid var(--line); background: #fbfcff; }
.cart-total { display: flex; justify-content: space-between; align-items: center; margin-bottom: 17px; }
.cart-total strong { color: var(--blue-950); font-family: Georgia, serif; font-size: 1.45rem; }
.drawer__footer small { display: block; margin-top: 10px; color: var(--muted); text-align: center; font-size: .7rem; }

.product-modal { width: min(860px, calc(100% - 32px)); max-height: calc(100dvh - 32px); padding: 0; border: 0; color: var(--ink); background: #fff; box-shadow: var(--shadow); }
.product-modal::backdrop { background: rgba(9,20,48,.56); backdrop-filter: blur(4px); }
.product-modal__close { position: absolute; z-index: 2; right: 18px; top: 18px; }
.modal-product { display: grid; grid-template-columns: .8fr 1.2fr; }
.modal-product__visual { min-height: 520px; display: grid; place-items: center; background: var(--modal-bg); }
.modal-product__visual .mini-book { transform: scale(1.25) rotate(-3deg); }
.modal-product__copy { padding: 62px 50px 45px; }
.modal-product__copy h2 { margin-bottom: 15px; color: var(--blue-950); font-family: Georgia, serif; font-size: 2.5rem; font-weight: 400; }
.modal-product__copy > p { color: var(--muted); }
.modal-list { margin: 25px 0; padding: 21px 0; border-block: 1px solid var(--line); list-style: none; }
.modal-list li { display: flex; gap: 10px; margin: 7px 0; color: #4c5870; font-size: .9rem; }
.modal-list li::before { content: "✓"; color: var(--coral-dark); font-weight: 900; }
.modal-product__buy { display: flex; align-items: center; gap: 20px; }
.modal-product__options { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.modal-product__price { color: var(--blue-950); font-family: Georgia, serif; font-size: 1.6rem; }

.toast { position: fixed; z-index: 100; left: 50%; bottom: 28px; max-width: calc(100% - 32px); padding: 13px 20px; border-radius: 4px; color: #fff; background: var(--blue-950); box-shadow: 0 12px 30px rgba(0,0,0,.2); opacity: 0; pointer-events: none; transform: translate(-50%, 18px); transition: opacity .2s, transform .2s; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

.checkout-consent { width: min(620px, calc(100% - 32px)); padding: 0; border: 0; color: var(--ink); background: #fff; box-shadow: var(--shadow); }
.checkout-consent::backdrop { background: rgba(9,20,48,.58); backdrop-filter: blur(4px); }
.checkout-consent__inner { padding: 38px; }
.checkout-consent__inner h2 { margin: 0 0 12px; color: var(--blue-950); font-family: Georgia, serif; font-size: 2rem; font-weight: 400; }
.checkout-consent__inner > p { color: var(--muted); }
.checkout-consent__price-note { padding: 13px 15px; color: var(--blue-950) !important; background: var(--cream); font-size: .86rem; }
.checkout-consent__check { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: start; margin: 22px 0; color: #3f4c65; font-size: .9rem; line-height: 1.55; }
.checkout-consent__check input { width: 19px; height: 19px; margin-top: 2px; accent-color: var(--blue-900); }
.checkout-consent__check a { color: var(--blue-900); }
.checkout-consent__actions { display: flex; justify-content: flex-end; gap: 12px; }

@media (max-width: 1020px) {
  .site-header__inner { gap: 20px; }
  .main-nav { gap: 17px; }
  .main-nav a { font-size: .82rem; }
  .hero__grid { grid-template-columns: 1fr .85fr; gap: 20px; }
  .book--main { left: 12%; }
  .book--back { right: -14%; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .how__grid, .author__grid { gap: 60px; }
}

@media (max-width: 800px) {
  .shell { width: min(calc(100% - 36px), var(--shell)); }
  .topbar__inner > p { display: none; }
  .topbar__inner { justify-content: center; }
  .topbar__links a:last-child { display: none; }
  .site-header__inner { min-height: 74px; grid-template-columns: 1fr auto; }
  .brand__logo { width: 220px; }
  .main-nav { position: absolute; top: 100%; inset-inline: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 24px 22px; border-bottom: 1px solid var(--line); background: #fff; }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .header-actions { grid-column: 2; grid-row: 1; }
  .icon-button { width: 40px; height: 40px; display: grid; place-content: center; gap: 4px; border: 0; background: transparent; cursor: pointer; }
  .icon-button span { width: 21px; height: 2px; background: var(--blue-900); }
  .cart-button > span { display: none; }
  .hero { background: linear-gradient(180deg, #f8f5ed 0%, #f8f5ed 61%, #edf2fb 61%); }
  .hero__grid { grid-template-columns: 1fr; padding-top: 65px; }
  .hero__copy { text-align: center; }
  .hero__lead { margin-inline: auto; }
  .hero__actions, .hero__proof { justify-content: center; }
  .hero-visual { min-height: 500px; }
  .book--main { left: 25%; }
  .book--back { right: 8%; }
  .intro__grid { grid-template-columns: 1fr; gap: 15px; padding-block: 45px; text-align: center; }
  .section-heading--split { grid-template-columns: 1fr; gap: 25px; }
  .catalog-toolbar { align-items: stretch; flex-direction: column; }
  .search-field { width: 100%; }
  .audience-grid { grid-template-columns: 1fr; }
  .how__grid, .author__grid { grid-template-columns: 1fr; }
  .how__grid { gap: 55px; }
  .author__portrait { min-height: 430px; }
  .newsletter__box { grid-template-columns: 1fr; gap: 32px; padding: 45px 35px; }
  .legal-notice-strip__inner { grid-template-columns: 1fr; gap: 16px; }
  .footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer__grid > div:last-child { display: none; }
}

@media (max-width: 560px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .brand__logo { width: 205px; }
  .cart-button { padding-inline: 3px; }
  .hero { min-height: 0; }
  .hero__grid { padding-block: 52px 0; }
  .hero h1 { font-size: clamp(2.8rem, 14vw, 4rem); }
  .hero__lead { font-size: 1rem; }
  .hero__actions { align-items: stretch; flex-direction: column; gap: 17px; }
  .hero__proof { gap: 8px 18px; flex-wrap: wrap; font-size: .72rem; }
  .hero-visual { min-height: 445px; transform: scale(.9); transform-origin: top center; margin-bottom: -40px; }
  .book--main { left: 9%; }
  .book--back { right: -7%; }
  .format-chip--care { right: -2%; }
  .catalog-section, .audiences, .how, .author { padding-block: 78px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2 { font-size: 2.7rem; }
  .filters { display: grid; grid-template-columns: 1fr 1fr; }
  .filter { padding-inline: 8px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card__visual { min-height: 315px; }
  .audience-card { min-height: 0; padding: 35px 28px; }
  .audience-card__icon { margin-bottom: 28px; }
  .how__grid { gap: 40px; }
  .steps li { grid-template-columns: 50px 1fr; gap: 15px; }
  .author__grid { gap: 50px; }
  .author__portrait { min-height: 365px; }
  .author__links { align-items: stretch; flex-direction: column; }
  .newsletter { padding-bottom: 65px; }
  .newsletter__box { width: 100%; padding-inline: 24px; }
  .newsletter__form { grid-template-columns: 1fr; gap: 10px; }
  .newsletter__form small { margin-top: 2px; }
  .checkout-consent__inner { padding: 30px 23px; }
  .checkout-consent__actions { align-items: stretch; flex-direction: column-reverse; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__grid > div:first-child { grid-column: 1 / -1; }
  .footer__grid > div:nth-child(3) { display: none; }
  .footer__bottom { flex-direction: column; gap: 6px; }
  .modal-product { grid-template-columns: 1fr; }
  .modal-product__visual { min-height: 340px; }
  .modal-product__visual .mini-book { transform: scale(1.05) rotate(-3deg); }
  .modal-product__copy { padding: 38px 25px 32px; }
  .modal-product__copy h2 { font-size: 2rem; }
  .modal-product__buy { align-items: stretch; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
