:root {
    --navy: #0b2236;
    --navy-2: #12364e;
    --navy-3: #1b4a63;
    --red: #b91f28;
    --red-dark: #941821;
    --paper: #f7f4ed;
    --mist: #e9eef0;
    --white: #fff;
    --ink: #14222c;
    --muted: #52636e;
    --line: #d4dde0;
    --sand: #d9cbb7;
    --container: 1180px;
    --narrow: 760px;
    --radius: 18px;
    --shadow: 0 28px 70px rgba(4, 20, 32, .25);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
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: 17px; line-height: 1.65; text-rendering: optimizeLegibility; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, p, blockquote { margin-top: 0; }
h1, h2, h3 { color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-weight: 600; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 7vw, 6.4rem); }
h2 { font-size: clamp(2.15rem, 4.5vw, 4.2rem); }
h3 { font-size: 1.55rem; }
p { margin-bottom: 1.15em; }
[id] { scroll-margin-top: 100px; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.container--narrow { max-width: var(--narrow); }
.section { padding: clamp(76px, 10vw, 132px) 0; }
.section--paper { background: var(--paper); }
.section--mist { background: var(--mist); }
.section--dark { color: #dce6ea; background: var(--navy); }
.section--dark h2, .section--dark h3 { color: #fff; }
.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: 9999; left: 16px; top: -80px; padding: 12px 18px; color: #fff; background: var(--red); border-radius: 6px; transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; z-index: 1000; top: 0; color: var(--navy); background: rgba(247, 244, 237, .94); border-bottom: 1px solid rgba(11, 34, 54, .1); backdrop-filter: blur(14px); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 82px; gap: 32px; }
.wordmark { display: inline-flex; align-items: center; gap: 12px; font-weight: 760; letter-spacing: .015em; }
.wordmark svg { width: 32px; height: 32px; fill: none; stroke: var(--red); stroke-width: 2.1; stroke-linecap: round; }
.wordmark span { display: grid; line-height: 1.05; }
.wordmark small { margin-top: 4px; color: var(--muted); font-size: .62rem; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav > a:not(.button) { position: relative; font-size: .91rem; font-weight: 680; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; height: 2px; right: 0; bottom: -8px; left: 0; background: var(--red); transform: scaleX(0); transform-origin: right; transition: transform .2s; }
.site-nav > a:not(.button):hover::after, .site-nav > a:not(.button):focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 0; cursor: pointer; }
.nav-toggle i { display: block; width: 23px; height: 2px; margin: 5px auto; background: var(--navy); }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 14px 21px; color: #fff; background: var(--red); border: 1px solid var(--red); border-radius: 7px; font-size: .91rem; font-weight: 760; line-height: 1.2; box-shadow: 0 10px 25px rgba(185, 31, 40, .18); transition: background .2s, transform .2s, box-shadow .2s; }
.button:hover { color: #fff; background: var(--red-dark); border-color: var(--red-dark); transform: translateY(-2px); box-shadow: 0 14px 32px rgba(185, 31, 40, .25); }
.button:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid #e5a3a8; outline-offset: 4px; }
.button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.button--small { min-height: 42px; padding: 10px 15px; font-size: .83rem; }
.button--dark { color: #fff; background: var(--navy); border-color: var(--navy); box-shadow: none; }
.button--dark:hover { background: var(--navy-2); border-color: var(--navy-2); }
.button--light { color: var(--navy); background: #fff; border-color: #fff; box-shadow: none; }
.button--light:hover { color: var(--navy); background: var(--mist); border-color: var(--mist); }
.button--ghost { color: var(--navy); background: transparent; border-color: #aebdc4; box-shadow: none; }
.button--ghost:hover { color: #fff; background: var(--navy); border-color: var(--navy); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-weight: 760; text-decoration: underline; text-decoration-color: rgba(11, 34, 54, .25); text-underline-offset: 5px; }
.text-link:hover { color: var(--red); text-decoration-color: currentColor; }
.eyebrow { margin-bottom: 19px; color: #487287; font-size: .73rem; font-weight: 820; letter-spacing: .18em; line-height: 1.3; text-transform: uppercase; }
.eyebrow--red { color: var(--red); }
.lede { max-width: 720px; color: #506571; font-size: clamp(1.16rem, 2vw, 1.38rem); line-height: 1.55; }

.hero { position: relative; min-height: 760px; overflow: hidden; color: #d9e3e8; background: linear-gradient(115deg, #071827, var(--navy) 55%, #1c4156); }
.hero::before { content: ""; position: absolute; right: -8%; bottom: -1px; left: 30%; height: 38%; background: linear-gradient(175deg, transparent 31%, rgba(255,255,255,.04) 32%, rgba(255,255,255,.04) 47%, transparent 48%), linear-gradient(183deg, transparent 44%, rgba(87,137,156,.2) 45%, rgba(87,137,156,.2) 62%, transparent 63%); }
.hero__weather { position: absolute; width: 760px; height: 760px; right: -200px; top: -390px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 100px rgba(255,255,255,.025), 0 0 0 210px rgba(255,255,255,.018); }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: clamp(45px, 8vw, 110px); min-height: 760px; padding-block: 78px; }
.hero .eyebrow { color: #9eb9c7; }
.hero h1 { margin-bottom: 27px; color: #fff; font-size: clamp(4.2rem, 9vw, 8.4rem); line-height: .88; letter-spacing: -.065em; }
.hero__lead { max-width: 680px; margin-bottom: 31px; color: #eef4f6; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.34rem, 2.25vw, 1.7rem); line-height: 1.5; }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.hero .text-link { color: #fff; text-decoration-color: rgba(255,255,255,.35); }
.format-note { margin: 22px 0 0; color: #9db1bd; font-size: .79rem; }
.hero__cover { text-align: center; }
.hero__cover > p { margin: 22px 0 0; color: #aabcc5; font-size: .75rem; font-weight: 760; letter-spacing: .18em; text-transform: uppercase; }
.cover-wrap { position: relative; width: min(100%, 425px); margin-inline: auto; }
.cover-wrap::after { content: ""; position: absolute; z-index: -1; inset: 9% -8% -5% 7%; background: rgba(0,0,0,.35); filter: blur(26px); transform: rotate(3deg); }
.book-cover { width: 100%; border-radius: 2px 8px 8px 2px; box-shadow: var(--shadow); }
.hero__cover .cover-wrap { transform: rotate(1.5deg); }

.quote-band { color: #fff; background: var(--red); }
.quote-band__inner { display: grid; grid-template-columns: 100px 1fr; align-items: center; gap: 25px; padding-block: 54px; }
.quote-mark { height: 90px; font-family: Georgia, serif; font-size: 9rem; line-height: .8; opacity: .22; }
.quote-band blockquote { margin: 0; }
.quote-band blockquote p { margin: 0 0 3px; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1; }
.quote-band blockquote footer { color: #ffe8e9; font-size: .94rem; }

.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(52px, 9vw, 120px); align-items: start; }
.split--story h2 { max-width: 520px; }
.prose { color: var(--muted); }
.prose p:last-child { margin-bottom: 0; }
.prose--large { font-size: clamp(1.08rem, 1.5vw, 1.23rem); }
.prose--large p:first-child::first-letter { float: left; margin: .05em .08em -.05em 0; color: var(--red); font-family: Georgia, serif; font-size: 4.8rem; line-height: .75; }
.section-heading { max-width: 820px; margin-bottom: 52px; }
.section-heading > p:last-child { max-width: 720px; color: var(--muted); font-size: 1.1rem; }
.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.topic-card { display: flex; min-height: 390px; flex-direction: column; padding: 32px; color: var(--ink); background: rgba(255,255,255,.7); border: 1px solid rgba(11,34,54,.09); border-radius: var(--radius); transition: color .2s, background .2s, transform .2s; }
.topic-card > span { color: var(--red); font-size: .72rem; font-weight: 800; letter-spacing: .15em; }
.topic-card h3 { margin: 82px 0 18px; font-size: 2.1rem; }
.topic-card p { color: var(--muted); }
.topic-card strong { margin-top: auto; color: var(--navy); font-size: .88rem; }
.topic-card:hover { color: #fff; background: var(--navy); transform: translateY(-5px); }
.topic-card:hover h3, .topic-card:hover strong { color: #fff; }
.topic-card:hover p { color: #c9d7dd; }
.sample-teaser { background: #d8e0e3; }
.sample-teaser__grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(50px, 9vw, 120px); }
.sample-sheet { width: min(100%, 440px); min-height: 520px; padding: 64px 55px; background: var(--paper); border: 1px solid #c9d0d2; box-shadow: 22px 26px 0 rgba(11,34,54,.08), var(--shadow); transform: rotate(-2deg); }
.sample-sheet span { color: var(--red); font-family: Georgia, serif; font-size: 2.5rem; }
.sample-sheet p { margin: 8px 0 68px; color: var(--muted); }
.sample-sheet i { display: block; height: 9px; margin: 17px 0; background: #d8dddc; border-radius: 10px; }
.sample-sheet i:nth-of-type(2), .sample-sheet i:nth-of-type(5) { width: 86%; }
.sample-teaser .lede { margin-bottom: 30px; }
.final-cta { text-align: center; }
.final-cta__inner { max-width: 850px; }
.final-cta h2 { margin-bottom: 28px; font-size: clamp(3rem, 7vw, 6rem); }
.final-cta p:not(.eyebrow) { max-width: 650px; margin: 0 auto 34px; color: #b9c8cf; font-size: 1.1rem; }

.breadcrumbs { padding-block: 17px; color: #677985; font-size: .77rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 0; list-style: none; }
.breadcrumbs li + li::before { content: "/"; margin-right: 7px; color: #9aabb3; }
.breadcrumbs a:hover { color: var(--red); }
.page-hero { position: relative; overflow: hidden; padding: clamp(88px, 12vw, 150px) 0; color: #dbe7eb; background: linear-gradient(120deg, var(--navy), var(--navy-3)); }
.page-hero::after { content: ""; position: absolute; width: 600px; height: 600px; right: -260px; bottom: -410px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.025), 0 0 0 180px rgba(255,255,255,.018); }
.page-hero--warm { background: linear-gradient(120deg, #24333a, #6c4d4a); }
.page-hero--places { background: linear-gradient(120deg, #0a2536, #365d67); }
.page-hero--reading { background: linear-gradient(120deg, #172635, #71343a); }
.page-hero__inner { position: relative; z-index: 1; max-width: 940px; }
.page-hero h1 { max-width: 980px; margin-bottom: 28px; color: #fff; }
.page-hero .lede { color: #d3e0e5; }
.page-hero .button { margin-top: 18px; }
.page-hero--book { padding: clamp(70px, 9vw, 110px) 0; }
.book-intro { position: relative; z-index: 1; display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: clamp(54px, 9vw, 120px); }
.book-intro__cover .cover-wrap { max-width: 365px; }
.book-intro h1 { font-size: clamp(3.1rem, 6vw, 5.9rem); }
.book-intro .eyebrow { color: #aac1cc; }
.book-intro .button--ghost { color: #fff; border-color: #718895; }
.book-intro .button--ghost:hover { color: var(--navy); background: #fff; border-color: #fff; }
.book-facts { display: flex; flex-wrap: wrap; gap: 18px 30px; padding: 23px 0; margin: 28px 0 29px; border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.book-facts span { color: #dce7eb; font-size: .86rem; }
.book-facts strong { display: block; margin-bottom: 3px; color: #8fa9b5; font-size: .66rem; letter-spacing: .13em; text-transform: uppercase; }
.character-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(55px, 9vw, 120px); }
.quality-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.quality-grid--three { grid-template-columns: repeat(3, 1fr); }
.quality-grid > div { padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.quality-grid span { color: var(--red); font-size: .7rem; font-weight: 800; letter-spacing: .15em; }
.quality-grid h3 { margin: 56px 0 12px; }
.quality-grid p { margin: 0; color: var(--muted); font-size: .9rem; }
.compact-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.compact-cta h2 { max-width: 750px; margin: 0; font-size: clamp(2.4rem, 5vw, 4.7rem); }
.link-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.link-grid a { min-height: 190px; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.link-grid strong, .link-grid span { display: block; }
.link-grid strong { margin-bottom: 55px; color: var(--navy); font-family: Georgia, serif; font-size: 1.4rem; }
.link-grid span { color: var(--muted); font-size: .86rem; }
.link-grid a:hover { border-color: var(--red); }
.fiction-note { padding: 42px 0; color: #dce6eb; background: #18384a; }
.fiction-note--large { padding-block: 68px; }
.fiction-note strong { display: block; margin-bottom: 10px; color: #fff; font-family: Georgia, serif; font-size: 1.5rem; }
.fiction-note p { margin: 0; }

.editorial-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); align-items: start; gap: clamp(55px, 9vw, 110px); }
.prose--article { font-size: 1.06rem; }
.prose--article h2 { margin: 64px 0 20px; font-size: clamp(2rem, 3.5vw, 3.1rem); }
.prose--article h2:first-child { margin-top: 0; }
.book-aside { position: sticky; top: 120px; padding: 27px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.book-aside__cover { max-width: 245px; margin: -65px auto 30px; }
.book-aside .cover-wrap::after { display: none; }
.book-aside h2 { font-size: 2rem; }
.book-aside p { color: var(--muted); }
.book-aside .button { width: 100%; margin: 10px 0 20px; }
.book-aside .text-link { font-size: .85rem; }
.pullquote { position: sticky; top: 120px; padding: 42px; color: #fff; background: var(--red); border-radius: var(--radius); }
.pullquote > span { display: block; height: 70px; font-family: Georgia, serif; font-size: 7rem; line-height: .8; opacity: .25; }
.pullquote blockquote { margin: 0 0 35px; font-family: Georgia, serif; font-size: 1.7rem; line-height: 1.35; }
.pullquote .text-link { color: #fff; text-decoration-color: rgba(255,255,255,.4); }
.location-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 35px; }
.location-strip > div { min-height: 245px; padding: 30px; background: #fff; border-top: 4px solid var(--red); }
.location-strip span { color: var(--navy); font-family: Georgia, serif; font-size: 1.7rem; }
.location-strip p { margin-top: 55px; color: var(--muted); font-size: .9rem; }
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.compare-grid > div { padding: clamp(35px, 6vw, 62px); background: #fff; border-radius: var(--radius); }
.compare-grid h2 { font-size: clamp(2rem, 3.5vw, 3.1rem); }
.compare-grid p:last-child { color: var(--muted); }

.places-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.place-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.place-card--wide { display: grid; grid-template-columns: 1fr 1fr; grid-column: 1 / -1; }
.place-card > div:last-child { padding: 33px; }
.place-card h2 { font-size: 2.3rem; }
.place-card p:last-child { color: var(--muted); }
.place-card__visual { position: relative; display: grid; min-height: 270px; place-items: center; overflow: hidden; color: rgba(255,255,255,.7); background: linear-gradient(155deg, #1c4357, #879ba3); }
.place-card__visual::after { content: ""; position: absolute; right: -10%; bottom: -40%; left: -10%; height: 65%; background: #203d4c; border-radius: 50% 50% 0 0; opacity: .5; }
.place-card__visual span { position: relative; z-index: 2; padding: 7px 11px; background: rgba(0,0,0,.25); border-radius: 999px; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.place-card__visual svg { position: absolute; z-index: 1; right: 6%; bottom: 3%; left: 6%; width: 88%; fill: none; stroke: rgba(255,255,255,.4); stroke-width: 2; }
.place-card__visual--deich { background: linear-gradient(165deg, #7e98a6 0 58%, #405f4d 59%); }
.place-card__visual--strand { background: linear-gradient(175deg, #7993a0 0 44%, #607f89 45% 62%, #c8b590 63%); }
.place-card__visual--town { background: linear-gradient(145deg, #384d59, #9b8c77); }
.place-card__visual--esens { background: linear-gradient(150deg, #536e77, #70524d); }

.reading-wrap { display: grid; grid-template-columns: minmax(290px, .55fr) minmax(0, 1.45fr); background: #e7ecee; }
.reading-info { position: relative; padding: 80px 35px; color: #d6e1e6; background: var(--navy); }
.reading-info__inner { position: sticky; top: 120px; max-width: 330px; margin-inline: auto; }
.reading-info h2 { color: #fff; font-size: 2.7rem; }
.reading-info p { color: #aebfc7; }
.reading-info .reading-progress { padding-top: 22px; margin: 35px 0; border-top: 1px solid rgba(255,255,255,.14); color: #d6e1e6; font-size: .8rem; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.reading-info .button { width: 100%; }
.reading-text { width: min(100%, 820px); padding: clamp(60px, 9vw, 120px) clamp(26px, 7vw, 85px); background: #fffdf8; box-shadow: -20px 0 70px rgba(11,34,54,.08); }
.reading-text > h2 { margin: 95px 0 42px; padding-top: 65px; border-top: 1px solid #d7dddf; font-size: clamp(2rem, 4vw, 3.2rem); }
.reading-text > h2:first-of-type { margin-top: 0; padding-top: 0; border-top: 0; }
.reading-text > p { color: #26353d; font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; line-height: 1.86; }
.reading-text > h2 + p::first-letter { float: left; margin: .08em .08em -.04em 0; color: var(--red); font-size: 4.8rem; line-height: .75; }
.sample-end { padding: 62px 0 10px; margin-top: 80px; text-align: center; border-top: 4px solid var(--red); }
.sample-end > p { color: var(--red); font-size: .73rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.sample-end h2 { margin: 18px auto 32px; font-size: clamp(2rem, 4vw, 3.3rem); }

.legal-hero { padding: 78px 0; color: #fff; background: var(--navy); }
.legal-hero h1 { margin: 0; color: #fff; font-size: clamp(3rem, 6vw, 5rem); }
.legal-content { color: var(--muted); }
.legal-content h2 { margin: 55px 0 15px; font-size: 1.8rem; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content a { color: var(--red-dark); text-decoration: underline; text-underline-offset: 3px; }
.legal-updated { padding-top: 30px; margin-top: 60px; border-top: 1px solid var(--line); font-size: .85rem; }

.site-footer { padding: 74px 0 25px; color: #aebfc7; background: #071a29; }
.site-footer__top { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 60px; padding-bottom: 58px; }
.footer-title { margin-bottom: 10px; color: #fff; font-family: Georgia, serif; font-size: 2rem; }
.site-footer nav strong { display: block; margin-bottom: 18px; color: #fff; font-size: .75rem; letter-spacing: .13em; text-transform: uppercase; }
.site-footer nav a { display: block; margin: 9px 0; font-size: .87rem; }
.site-footer nav a:hover { color: #fff; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .76rem; }

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

@media (max-width: 980px) {
    .hero { min-height: auto; }
    .hero__grid { grid-template-columns: 1fr .65fr; min-height: 680px; gap: 45px; }
    .hero h1 { font-size: clamp(4rem, 10vw, 6.5rem); }
    .topic-grid, .quality-grid { grid-template-columns: 1fr 1fr; }
    .quality-grid--three > div:last-child { grid-column: 1 / -1; }
    .book-intro { grid-template-columns: .72fr 1.28fr; gap: 55px; }
    .reading-wrap { grid-template-columns: 245px minmax(0, 1fr); }
}

@media (max-width: 780px) {
    body { font-size: 16px; }
    .site-header__inner { min-height: 72px; }
    .nav-toggle { display: block; }
    .site-nav { position: fixed; inset: 72px 0 0; display: grid; align-content: start; gap: 0; padding: 26px 20px 50px; background: var(--paper); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .18s, visibility .18s, transform .18s; }
    .site-nav.is-open { opacity: 1; visibility: visible; transform: none; }
    .site-nav > a:not(.button) { padding: 17px 5px; border-bottom: 1px solid var(--line); font-size: 1.1rem; }
    .site-nav .button { margin-top: 24px; }
    .hero__grid { grid-template-columns: 1fr; padding-block: 70px; }
    .hero__copy { text-align: center; }
    .hero__lead { margin-inline: auto; }
    .hero__actions { justify-content: center; }
    .hero__cover { width: min(75%, 380px); margin-inline: auto; }
    .quote-band__inner { grid-template-columns: 60px 1fr; }
    .split, .sample-teaser__grid, .character-grid, .editorial-grid, .compare-grid { grid-template-columns: 1fr; }
    .topic-grid { grid-template-columns: 1fr; }
    .topic-card { min-height: 300px; }
    .topic-card h3 { margin-top: 52px; }
    .sample-sheet { max-width: 350px; min-height: 420px; padding: 45px 38px; margin-inline: auto; }
    .book-intro { grid-template-columns: 1fr; }
    .book-intro__cover { order: 2; }
    .book-intro__cover .cover-wrap { max-width: 310px; }
    .book-intro__copy { text-align: center; }
    .book-intro .lede { margin-inline: auto; }
    .book-facts, .book-intro .hero__actions { justify-content: center; }
    .quality-grid, .quality-grid--three { grid-template-columns: 1fr 1fr; }
    .quality-grid--three > div:last-child { grid-column: 1 / -1; }
    .compact-cta__inner { align-items: flex-start; flex-direction: column; }
    .link-grid, .location-strip { grid-template-columns: 1fr; }
    .link-grid a { min-height: 150px; }
    .link-grid strong { margin-bottom: 35px; }
    .book-aside, .pullquote { position: static; max-width: 430px; margin: 30px auto 0; }
    .book-aside__cover { margin-top: 0; }
    .places-grid { grid-template-columns: 1fr; }
    .place-card--wide { display: block; grid-column: auto; }
    .reading-wrap { display: block; }
    .reading-info { padding: 50px 25px; }
    .reading-info__inner { position: static; max-width: 600px; }
    .reading-info .button { width: auto; }
    .reading-text { width: 100%; margin: 0; box-shadow: none; }
    .site-footer__top { grid-template-columns: 1fr 1fr; }
    .site-footer__top > div { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .section { padding-block: 70px; }
    h1 { font-size: clamp(2.75rem, 14vw, 4rem); }
    h2 { font-size: clamp(2rem, 10vw, 3rem); }
    .wordmark svg { width: 28px; height: 28px; }
    .hero__grid { padding-block: 55px 70px; }
    .hero h1 { font-size: clamp(3.8rem, 19vw, 5.2rem); }
    .hero__actions { display: grid; }
    .hero__actions .button { width: 100%; }
    .hero__cover { width: 74%; }
    .quote-band__inner { display: block; padding-block: 38px; }
    .quote-mark { display: none; }
    .quote-band blockquote p { margin-bottom: 8px; }
    .topic-card { min-height: 280px; padding: 26px; }
    .sample-sheet { min-height: 340px; padding: 36px 30px; }
    .sample-sheet p { margin-bottom: 42px; }
    .page-hero { padding-block: 70px; }
    .book-intro .hero__actions { display: grid; }
    .book-intro .hero__actions .button { width: 100%; }
    .book-facts { display: grid; grid-template-columns: 1fr 1fr; text-align: left; }
    .quality-grid, .quality-grid--three { grid-template-columns: 1fr; }
    .quality-grid--three > div:last-child { grid-column: auto; }
    .quality-grid h3 { margin-top: 35px; }
    .compact-cta .button { width: 100%; }
    .reading-text { padding: 55px 21px; }
    .reading-text > p { font-size: 1.03rem; line-height: 1.78; }
    .site-footer__top { grid-template-columns: 1fr; gap: 35px; }
    .site-footer__top > div { grid-column: auto; }
    .site-footer__bottom { align-items: flex-start; flex-direction: column; }
}
