:root {
  --navy: #102a46;
  --navy-dark: #0a1c31;
  --navy-soft: #1e3c5b;
  --gold: #b9904f;
  --gold-light: #dcc59b;
  --cream: #f7f3ec;
  --paper: #ffffff;
  --ink: #162538;
  --muted: #657181;
  --line: #e6dfd3;
  --shadow: 0 16px 45px rgba(16,42,70,.12);
  --radius: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, Arial, Helvetica, sans-serif; line-height: 1.55; }
body.no-scroll { overflow: hidden; }
button, input { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.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; }
.skip-link { position: fixed; z-index: 200; top: 10px; left: 10px; transform: translateY(-160%); background: var(--navy); color: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 80; background: rgba(255,255,255,.96); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(16,42,70,.1); }
.header-inner { min-height: 82px; display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 26px; }
.brand img { width: 205px; height: 70px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; justify-content: center; gap: 30px; }
.main-nav a { position: relative; text-decoration: none; font-family: Georgia, "Times New Roman", serif; font-weight: 600; font-size: 1.1rem; padding: 27px 0 24px; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 15px; height: 2px; background: var(--gold); transform: scaleX(0); transition: .25s ease; }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.header-actions { display: flex; gap: 12px; }
.icon-button { position: relative; display: inline-flex; align-items: center; gap: 7px; border: 0; background: none; color: var(--navy); padding: 8px; }
.icon-button svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.cart-count { position: absolute; top: 0; left: 22px; min-width: 19px; height: 19px; padding: 0 5px; display: grid; place-items: center; border-radius: 999px; background: var(--gold); color: #fff; font-size: .72rem; }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }
.menu-toggle span { display: block; width: 26px; height: 2px; background: var(--navy); margin: 6px 0; }

.hero { position: relative; overflow: hidden; background: linear-gradient(90deg, #fff 0%, #fff 40%, #f5eee4 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: var(--line); }
.hero-grid { min-height: 520px; display: grid; grid-template-columns: 44% 56%; align-items: center; }
.hero-copy { position: relative; z-index: 4; padding: 68px 20px 68px 0; }
.eyebrow { display: inline-block; margin-bottom: 8px; color: var(--gold); font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; }
.eyebrow.light { color: var(--gold-light); }
h1,h2,h3 { font-family: Georgia, "Times New Roman", serif; color: var(--navy); line-height: 1.03; }
h1 { margin: 0; font-size: clamp(3.4rem, 5.2vw, 5.4rem); font-weight: 600; letter-spacing: -.035em; }
h2 { margin: 0; font-size: clamp(2.3rem, 4vw, 3.6rem); font-weight: 600; }
h3 { margin: 0; font-size: 1.35rem; }
.gold-line { width: 50px; height: 3px; margin: 24px 0 20px; background: var(--gold); }
.hero-text { max-width: 530px; margin: 0; color: #42546a; font-size: 1.08rem; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 8px; min-height: 46px; padding: 11px 20px; border-radius: 6px; text-decoration: none; border: 1px solid transparent; font-weight: 600; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(16,42,70,.15); }
.button-primary { background: var(--navy); color: #fff; }
.button-secondary { color: var(--gold); border-color: var(--gold); background: #fff; }
.button-gold { background: var(--gold); color: #fff; }
.full-width { width: 100%; }
.trust-row { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 24px; color: var(--muted); font-size: .85rem; }

.hero-visual { position: relative; align-self: stretch; min-height: 520px; overflow: hidden; }
.hero-visual::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.9) 0%, rgba(255,255,255,.12) 42%, rgba(16,42,70,.04) 100%), linear-gradient(180deg,#f7e7d6 0%,#efe6d8 45%,#e6ebef 100%); }
.sun { position: absolute; z-index: 1; width: 92px; height: 92px; border-radius: 50%; right: 20%; top: 75px; background: radial-gradient(circle, #fff8d6 0%, #f5c66f 34%, rgba(245,198,111,0) 73%); box-shadow: 0 0 60px #f2c36c; }
.solar-field { position: absolute; z-index: 2; right: -60px; bottom: 0; width: 77%; height: 65%; transform: skewY(-5deg); }
.solar-row { position: absolute; right: 0; width: 100%; height: 30%; background-color: #193953; background-image: linear-gradient(rgba(255,255,255,.24) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.23) 1px,transparent 1px), linear-gradient(135deg,#315776,#10283d); background-size: 48px 48px,48px 48px,100% 100%; border: 5px solid #d6dce0; box-shadow: 0 12px 25px rgba(4,21,37,.25); }
.row-one { top: 0; transform: perspective(600px) rotateX(56deg); }
.row-two { top: 27%; right: 8%; transform: perspective(600px) rotateX(56deg); }
.row-three { top: 54%; right: 16%; transform: perspective(600px) rotateX(56deg); }
.book-stack { position: absolute; z-index: 4; left: 9%; bottom: 58px; width: 245px; transform: rotate(-1deg); filter: drop-shadow(0 18px 15px rgba(12,31,48,.28)); }
.book { height: 34px; margin-top: -3px; padding: 7px 24px; color: #dcc59b; font-family: Georgia, "Times New Roman", serif; font-size: .9rem; letter-spacing: .08em; background: linear-gradient(90deg,#172d46,#09192b 60%,#233c56); border: 1px solid #060f1a; border-radius: 3px 10px 10px 3px; }
.ereader { position: absolute; z-index: 5; left: 44%; bottom: 42px; width: 185px; height: 315px; padding: 14px 11px 26px; border-radius: 18px; background: linear-gradient(145deg,#202326,#090b0c); border: 2px solid #3c4146; box-shadow: 0 25px 35px rgba(0,0,0,.35); transform: rotate(4deg); }
.ereader-screen { position: relative; height: 100%; overflow: hidden; background: linear-gradient(180deg,#f8f7f3 0%,#fff 54%,#f0d6a9 100%); padding: 16px 12px; text-align: center; }
.cover-brand { display: block; color: var(--navy); font-family: Georgia, "Times New Roman", serif; letter-spacing: .2em; font-size: .65rem; }
.cover-claim { display: block; color: var(--gold); font-size: .38rem; margin-bottom: 30px; }
.ereader-screen strong { display: block; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 1.02rem; line-height: 1.02; }
.ereader-screen small { display: block; margin-top: 10px; color: #35475a; font-size: .48rem; }
.cover-sun { position: absolute; width: 70px; height: 70px; left: 50%; bottom: 49px; transform: translateX(-50%); border-radius: 50%; background: radial-gradient(circle,#fff7cf 0%,#efa943 35%,rgba(239,169,67,0) 73%); }
.cover-panels { position: absolute; left: -10px; right: -10px; bottom: 0; height: 70px; background-color: #173651; background-image: linear-gradient(rgba(255,255,255,.28) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.28) 1px,transparent 1px); background-size: 24px 24px; transform: skewY(-9deg); }
.cover-mark { position: absolute; z-index: 2; bottom: 7px; left: 50%; transform: translateX(-50%); color: #fff; font-family: serif; font-weight: 700; }
.ereader-button { position: absolute; bottom: 9px; left: 50%; transform: translateX(-50%); width: 26px; height: 5px; background: #4d5358; border-radius: 9px; }
.hero-badge { position: absolute; z-index: 6; right: 0; top: 180px; width: 150px; padding: 24px 18px; background: var(--navy); color: #fff; border: 1px solid var(--gold-light); box-shadow: var(--shadow); }
.hero-badge svg { width: 30px; height: 30px; fill: none; stroke: #fff; stroke-width: 1.4; margin-bottom: 13px; }
.hero-badge span { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.28rem; line-height: 1.35; }
.hero-badge::after { content:""; display:block; width:34px; height:2px; margin-top:18px; background:var(--gold); }

.theme-strip { padding: 24px 0 14px; background: #fff; }
.theme-card { display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 24px; padding: 24px 32px; background: linear-gradient(90deg,#fff,#fbf8f3); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 7px 20px rgba(16,42,70,.05); }
.theme-icon svg { width: 64px; height: 64px; fill: none; stroke: var(--gold); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.theme-card h2 { font-size: 2.3rem; }
.theme-card p { margin: 5px 0 0; max-width: 620px; color: var(--muted); }

.products-section { padding: 60px 0 74px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 26px; }
.text-link, .inline-link { border: 0; padding: 0; background: none; color: var(--navy); text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 4px; font-weight: 600; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.product-card { display: flex; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid #e7e1d8; border-radius: 10px; box-shadow: 0 9px 26px rgba(16,42,70,.08); transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-cover { position: relative; aspect-ratio: 4 / 5.25; margin: 12px 12px 0; overflow: hidden; padding: 22px 18px; text-align: center; border: 1px solid #d6d9dc; background: linear-gradient(180deg,#f8f8f5 0%,#fff 61%,#e7cda1 100%); box-shadow: 0 7px 14px rgba(16,42,70,.12); }
.product-cover::before { content:""; position:absolute; left:-15%; right:-15%; bottom:-12px; height:34%; transform:skewY(-8deg); background-color:#1b4261; background-image: linear-gradient(rgba(255,255,255,.25) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.25) 1px,transparent 1px); background-size:28px 28px; }
.product-cover.cover-offer::before { background-color:#d9e2e9; background-image:linear-gradient(135deg,rgba(16,42,70,.14) 25%,transparent 25%,transparent 50%,rgba(16,42,70,.14) 50%,rgba(16,42,70,.14) 75%,transparent 75%); background-size:22px 22px; }
.product-cover.cover-profit::before { background: linear-gradient(135deg,#93a8b7 0%,#d9e1e7 45%,#7b9cac 46%,#39576d 100%); }
.product-cover.cover-business::before { background-color:#536c78; background-image:linear-gradient(90deg,rgba(255,255,255,.22) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.15) 1px,transparent 1px); background-size:34px 25px; }
.product-cover .mini-brand { display:block; color:var(--navy); font-family:"Cormorant Garamond",serif; letter-spacing:.22em; font-size:.72rem; }
.product-cover .mini-claim { display:block; color:var(--gold); font-size:.47rem; }
.product-cover h3 { position:relative; z-index:2; margin:35px 0 10px; font-size:1.45rem; }
.product-cover p { position:relative; z-index:2; margin:0; color:#475668; font-size:.68rem; }
.product-cover .cover-n { position:absolute; z-index:3; left:50%; bottom:8px; transform:translateX(-50%); color:#fff; font-family:serif; font-size:1rem; }
.product-info { flex:1; display:flex; flex-direction:column; padding:18px; }
.product-info h3 { font-size:1.55rem; margin-bottom:7px; }
.product-info p { margin:0; color:var(--muted); font-size:.92rem; }
.product-meta { display:flex; justify-content:space-between; gap:10px; margin-top:auto; padding-top:18px; align-items:center; }
.product-price { color:var(--navy); font-family:"Cormorant Garamond",serif; font-size:1.8rem; font-weight:700; }
.product-format { font-size:.73rem; color:var(--muted); }
.product-buttons { display:grid; grid-template-columns:1fr auto; gap:8px; margin-top:12px; }
.product-buttons .button { min-height:42px; padding:8px 10px; font-size:.85rem; }
.details-button { width:42px; padding:0; border:1px solid var(--line); border-radius:6px; background:#fff; color:var(--navy); }

.benefits-section { padding: 0 0 68px; }
.benefits-grid { display:grid; grid-template-columns:repeat(3,1fr); border:1px solid var(--line); border-radius:10px; background:var(--cream); }
.benefits-grid article { display:flex; gap:14px; padding:25px; }
.benefits-grid article + article { border-left:1px solid var(--line); }
.benefit-icon { flex:0 0 42px; width:42px; height:42px; display:grid; place-items:center; border:1px solid var(--gold); border-radius:50%; color:var(--gold); font-size:1.15rem; }
.benefits-grid h3 { font-size:1.18rem; }
.benefits-grid p { margin:4px 0 0; color:var(--muted); font-size:.85rem; }

.about-section { padding: 78px 0; background:var(--cream); }
.about-grid { display:grid; grid-template-columns:1.05fr .95fr; gap:34px; }
.about-panel, .quote-panel { padding:44px; background:#fff; border:1px solid var(--line); border-radius:var(--radius); }
.about-panel p { color:var(--muted); }
.quote-panel { position:relative; display:flex; flex-direction:column; justify-content:center; background:var(--navy); color:#fff; }
.quote-mark { position:absolute; top:15px; left:30px; color:var(--gold); font-family:Georgia,serif; font-size:7rem; line-height:1; opacity:.7; }
.quote-panel blockquote { position:relative; margin:30px 0 20px; font-family:"Cormorant Garamond",serif; font-size:2.25rem; line-height:1.16; }
.quote-panel cite { color:var(--gold-light); font-style:normal; }

.newsletter-section { padding:72px 0; }
.newsletter-card { display:grid; grid-template-columns:1fr 1.1fr; gap:50px; align-items:center; padding:46px 54px; background:var(--navy); color:#fff; border-radius:var(--radius); box-shadow:var(--shadow); }
.newsletter-card h2 { color:#fff; }
.newsletter-card p { color:#d5dde6; }
.newsletter-form { display:grid; grid-template-columns:1fr auto; gap:10px; }
.newsletter-form input[type=email] { min-height:50px; padding:0 16px; border:0; border-radius:6px; }
.checkbox-row { grid-column:1 / -1; display:flex; gap:9px; align-items:flex-start; color:inherit; font-size:.77rem; }
.checkbox-row input { margin-top:4px; }
.newsletter-form .inline-link { color:#fff; }

.site-footer { padding:30px 0 18px; background:var(--navy-dark); color:#d9e1e9; }
.footer-grid { display:grid; grid-template-columns:220px 1fr auto; gap:35px; align-items:center; }
.footer-brand img { width:190px; filter:brightness(0) invert(1); opacity:.95; }
.site-footer nav { display:flex; justify-content:center; gap:24px; }
.site-footer nav button { border:0; background:none; color:#fff; }
.site-footer address { text-align:right; font-style:normal; font-size:.83rem; }
.site-footer address a { color:var(--gold-light); }
.footer-bottom { margin-top:20px; padding-top:15px; border-top:1px solid rgba(255,255,255,.12); text-align:center; color:#8293a5; font-size:.77rem; }

.drawer-overlay { position:fixed; inset:0; z-index:99; background:rgba(3,14,25,.55); backdrop-filter:blur(2px); }
.cart-drawer { position:fixed; z-index:100; top:0; right:0; width:min(430px,100%); height:100vh; display:grid; grid-template-rows:auto 1fr auto; background:#fff; box-shadow:-20px 0 50px rgba(3,14,25,.25); transform:translateX(110%); transition:transform .28s ease; }
.cart-drawer.open { transform:translateX(0); }
.drawer-header { display:flex; justify-content:space-between; align-items:center; padding:22px 24px; border-bottom:1px solid var(--line); }
.drawer-header h2 { font-size:2rem; }
.close-button { border:0; background:none; color:var(--navy); font-size:2rem; line-height:1; }
.cart-items { overflow:auto; padding:18px 24px; }
.empty-state { padding:45px 10px; text-align:center; color:var(--muted); }
.cart-item { display:grid; grid-template-columns:64px 1fr auto; gap:14px; padding:15px 0; border-bottom:1px solid var(--line); }
.cart-thumb { width:64px; aspect-ratio:4/5; display:grid; place-items:center; background:linear-gradient(180deg,#fff,#e9cf9e); border:1px solid var(--line); color:var(--navy); font-family:"Cormorant Garamond",serif; text-align:center; font-size:.65rem; }
.cart-item h3 { font-size:1.15rem; }
.cart-item p { margin:4px 0 0; color:var(--muted); font-size:.75rem; }
.remove-item { align-self:start; border:0; background:none; color:#9b3e3e; }
.cart-summary { padding:22px 24px 26px; border-top:1px solid var(--line); background:var(--cream); }
.cart-summary > div { display:flex; justify-content:space-between; font-size:1.1rem; }
.cart-summary p { color:var(--muted); font-size:.8rem; }

.modal { width:min(980px,calc(100% - 28px)); max-height:calc(100vh - 28px); padding:0; border:0; border-radius:18px; box-shadow:0 28px 80px rgba(3,14,25,.32); overflow:auto; }
.modal::backdrop { background:rgba(3,14,25,.65); backdrop-filter:blur(4px); }
.modal-close { position:sticky; z-index:5; float:right; top:12px; margin:12px 14px 0 0; width:40px; height:40px; display:grid; place-items:center; border-radius:50%; background:#fff; box-shadow:0 6px 18px rgba(0,0,0,.15); }
.product-modal-grid { display:grid; grid-template-columns:320px 1fr; gap:45px; padding:60px 55px 50px; }
.product-modal-grid .product-cover { margin:0; }
.product-modal-grid h2 { margin-top:8px; }
.product-modal-grid .lead { color:var(--muted); font-size:1.02rem; }
.feature-list { padding-left:20px; color:#45566a; }
.modal-price { display:flex; justify-content:space-between; align-items:center; margin-top:25px; padding-top:20px; border-top:1px solid var(--line); }
.checkout-layout { display:grid; grid-template-columns:1.2fr .8fr; }
.checkout-layout > div { padding:52px 48px; }
.demo-notice { padding:12px 14px; border-left:3px solid var(--gold); background:#fff7e8; font-size:.86rem; }
.checkout-form { display:grid; gap:14px; margin-top:24px; }
.checkout-form label:not(.checkbox-row):not(.payment-option) { display:grid; gap:6px; color:#34475a; font-size:.82rem; font-weight:600; }
.checkout-form input:not([type=checkbox]):not([type=radio]) { min-height:44px; padding:0 12px; border:1px solid #cfd6dc; border-radius:6px; }
.field-row { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.field-row.small-large { grid-template-columns:.35fr .65fr; }
.checkout-form fieldset { border:1px solid var(--line); border-radius:8px; padding:14px; }
.checkout-form legend { color:var(--navy); font-weight:700; }
.payment-option { display:block; padding:7px 0; }
.order-summary { padding:52px 32px; background:var(--cream); }
.order-summary h3 { font-size:1.8rem; }
.checkout-item { display:flex; justify-content:space-between; gap:15px; padding:14px 0; border-bottom:1px solid var(--line); font-size:.86rem; }
.summary-total { display:flex; justify-content:space-between; padding:20px 0 8px; font-size:1.2rem; }
.legal-content, .account-content { padding:60px 55px 50px; }
.legal-content h1 { font-size:3rem; }
.legal-content h2 { margin-top:30px; font-size:2rem; }
.legal-content p, .legal-content li { color:#45566a; }
.legal-note { padding:14px; background:#fff7e8; border-left:3px solid var(--gold); }
.library-items { display:grid; gap:14px; margin-top:25px; }
.library-item { display:flex; justify-content:space-between; gap:16px; align-items:center; padding:18px; border:1px solid var(--line); border-radius:10px; background:var(--cream); }
.toast { position:fixed; z-index:200; left:50%; bottom:25px; transform:translate(-50%,30px); padding:12px 18px; background:var(--navy); color:#fff; border-radius:999px; box-shadow:var(--shadow); opacity:0; pointer-events:none; transition:.25s ease; }
.toast.show { opacity:1; transform:translate(-50%,0); }

.reveal { opacity:0; transform:translateY(18px); transition:opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity:1; transform:none; }

@media (max-width: 1040px) {
  .header-inner { grid-template-columns:190px 1fr auto; gap:10px; }
  .brand img { width:180px; }
  .main-nav { gap:18px; }
  .main-nav a { font-size:1rem; }
  .icon-button span:not(.cart-count) { display:none; }
  .hero-grid { grid-template-columns:48% 52%; }
  .hero-badge { right:10px; width:130px; }
  .book-stack { left:0; }
  .product-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 820px) {
  .header-inner { grid-template-columns:1fr auto auto; min-height:70px; }
  .brand img { width:165px; height:58px; }
  .menu-toggle { display:block; order:2; }
  .header-actions { order:3; }
  .main-nav { position:absolute; top:70px; left:0; right:0; display:none; flex-direction:column; gap:0; padding:15px 20px 25px; background:#fff; border-bottom:1px solid var(--line); box-shadow:0 15px 25px rgba(16,42,70,.12); }
  .main-nav.open { display:flex; }
  .main-nav a { padding:12px 0; }
  .main-nav a::after { bottom:7px; transform-origin:left; }
  .hero-grid { min-height:auto; grid-template-columns:1fr; }
  .hero-copy { padding:54px 0 25px; }
  h1 { font-size:clamp(3rem,12vw,4.4rem); }
  .hero-visual { min-height:430px; }
  .theme-card { grid-template-columns:70px 1fr; }
  .theme-card .button { grid-column:2; justify-self:start; }
  .benefits-grid { grid-template-columns:1fr; }
  .benefits-grid article + article { border-left:0; border-top:1px solid var(--line); }
  .about-grid, .newsletter-card { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr; text-align:center; }
  .footer-brand img { margin:auto; }
  .site-footer nav { flex-wrap:wrap; }
  .site-footer address { text-align:center; }
  .checkout-layout { grid-template-columns:1fr; }
  .order-summary { order:-1; padding:40px 30px 20px; }
  .product-modal-grid { grid-template-columns:1fr; }
  .product-modal-grid .product-cover { width:min(320px,100%); margin:auto; }
}
@media (max-width: 560px) {
  .container { width:min(100% - 24px,1180px); }
  .brand img { width:145px; }
  .header-actions .icon-button:first-child { display:none; }
  .hero-copy { padding-top:44px; }
  .hero-actions { display:grid; }
  .hero-visual { min-height:370px; }
  .ereader { left:42%; width:150px; height:260px; }
  .book-stack { width:190px; bottom:45px; }
  .book { height:29px; padding:5px 16px; font-size:.7rem; }
  .hero-badge { top:135px; right:0; width:113px; padding:16px 12px; }
  .hero-badge span { font-size:1rem; }
  .theme-card { grid-template-columns:1fr; text-align:left; padding:24px; }
  .theme-card .button { grid-column:1; }
  .product-grid { grid-template-columns:1fr; }
  .section-heading { align-items:flex-start; flex-direction:column; }
  .about-panel, .quote-panel { padding:30px 24px; }
  .quote-panel blockquote { font-size:1.8rem; }
  .newsletter-card { padding:34px 24px; }
  .newsletter-form { grid-template-columns:1fr; }
  .field-row, .field-row.small-large { grid-template-columns:1fr; }
  .checkout-layout > div, .legal-content, .account-content, .product-modal-grid { padding:52px 24px 34px; }
  .modal-price { align-items:flex-start; flex-direction:column; gap:15px; }
}
