:root {
  --ink: #171713;
  --paper: #f3efe5;
  --paper-deep: #e7dfd0;
  --gold: #b89a63;
  --wine: #5b202c;
  --line: rgba(23, 23, 19, .18);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.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 { width: min(92%, 1440px); height: 72px; margin: 14px auto 0; padding: 0 clamp(24px, 3.2vw, 48px); display: flex; align-items: center; justify-content: space-between; background: rgba(243,239,229,.95); border: 1px solid var(--line); position: sticky; top: 12px; z-index: 40; backdrop-filter: blur(14px); transition: box-shadow .3s, height .3s, width .3s; }
.site-header.scrolled { width: min(94%, 1480px); height: 64px; box-shadow: 0 12px 38px rgba(37,28,18,.1); }
.brand { font: 500 22px/1 Georgia, serif; letter-spacing: .22em; display: flex; flex-direction: column; gap: 6px; }
.brand span { font: 600 7px/1 Arial, sans-serif; letter-spacing: .24em; color: #817866; }
.nav { display: flex; gap: 34px; font-size: 12px; text-transform: uppercase; letter-spacing: .13em; }
.nav a { position: relative; padding: 10px 0; }
.nav a:after { content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: 4px; background: var(--ink); transition: right .25s; }
.nav a:hover:after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 13px; }
.icon-button, .bag-button, .menu-button { background: none; border: 0; cursor: pointer; color: var(--ink); }
.icon-button { font: 28px Georgia, serif; transform: rotate(-15deg); }
.bag-button { text-transform: uppercase; letter-spacing: .13em; font-size: 11px; display: flex; align-items: center; gap: 8px; }
.bag-button span { width: 22px; height: 22px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; }
.menu-button { display: none; }

.hero { width: min(92%, 1440px); min-height: clamp(560px, 68vh, 690px); margin: 18px auto 0; position: relative; overflow: hidden; color: #f8f2e7; display: flex; align-items: center; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; animation: heroZoom 14s ease-out both; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,6,5,.64) 0%, rgba(7,6,5,.2) 48%, rgba(7,6,5,.04) 100%); }
.hero-copy { position: relative; z-index: 2; margin-left: clamp(42px, 6vw, 86px); max-width: 530px; animation: revealUp 1s .15s both; }
.eyebrow { font-size: 10px; letter-spacing: .32em; font-weight: 700; margin: 0 0 24px; color: #d7c294; }
.eyebrow.dark { color: #776b58; }
.hero h1, .manifesto h2, .reading h2, .membership h2, .newsletter h2, .section-heading h2, .sample-modal h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; margin: 0; }
.hero h1 { font-size: clamp(58px, 6.4vw, 98px); line-height: .9; letter-spacing: -.055em; }
em { font-weight: 400; color: var(--gold); }
.hero-signature { margin: 21px 0 0; color: #d7c294; font: italic 13px/1.4 Georgia, serif; letter-spacing: .04em; }
.hero-intro { max-width: 475px; font: 16px/1.7 Georgia, serif; color: rgba(255,255,255,.8); margin: 23px 0 28px; }
.hero-actions { display: flex; align-items: center; gap: 34px; }
.button { border: 1px solid transparent; padding: 17px 22px; min-width: 220px; display: inline-flex; justify-content: space-between; align-items: center; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 700; cursor: pointer; transition: transform .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-3px); }
.button.light { background: var(--paper); color: var(--ink); }
.button.light:hover { background: #fff; }
.button.dark { background: var(--ink); color: #fff; }
.text-button { padding: 12px 0; background: none; border: 0; border-bottom: 1px solid rgba(255,255,255,.45); color: white; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; cursor: pointer; }
.hero-note { position: absolute; z-index: 2; right: 4vw; bottom: 46px; display: flex; align-items: center; gap: 16px; font-size: 10px; letter-spacing: .14em; }
.hero-note > span { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; display: grid; place-items: center; }
.hero-note p { margin: 0; line-height: 1.7; color: rgba(255,255,255,.68); }
.hero-note strong { color: white; font-weight: 400; }
.scroll-cue { position: absolute; z-index: 2; left: 4vw; bottom: 44px; font-size: 9px; letter-spacing: .2em; display: flex; gap: 15px; }

.manifesto { padding: 105px max(7vw, 32px) 115px; text-align: center; position: relative; }
.manifesto > p:first-child { font-size: 10px; letter-spacing: .3em; color: #817766; }
.manifesto h2 { font-size: clamp(38px, 4.4vw, 66px); line-height: 1.14; letter-spacing: -.035em; margin: 24px 0; }
.manifesto-copy { max-width: 600px; margin: 0 auto; color: #6b665c; font: 17px/1.75 Georgia, serif; }

.collection, .journal { padding: 90px max(6vw, 32px) 105px; border-top: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 48px; }
.section-heading .eyebrow { margin-bottom: 13px; }
.section-heading h2 { font-size: clamp(37px, 3.6vw, 56px); letter-spacing: -.04em; }
.section-heading > a { font-size: 10px; text-transform: uppercase; letter-spacing: .18em; border-bottom: 1px solid var(--ink); padding-bottom: 8px; }
.book-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.book-card { min-width: 0; animation: revealUp .8s both; }
.book-cover { aspect-ratio: .71; padding: 10% 12%; color: #eadfc9; display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; box-shadow: 0 17px 32px rgba(34,25,17,.18); overflow: hidden; transition: transform .45s cubic-bezier(.2,.7,.2,1), box-shadow .45s; }
.book-cover:hover { transform: translateY(-12px) rotate(.5deg); box-shadow: 0 28px 48px rgba(34,25,17,.24); }
.book-cover:before { content: ""; position: absolute; inset: 4%; border: 1px solid rgba(232,215,180,.35); }
.book-cover:after { content: ""; position: absolute; width: 1px; height: 100%; left: 8px; top: 0; background: rgba(255,255,255,.12); box-shadow: 3px 0 8px rgba(0,0,0,.25); }
.book-cover.burgundy { background: linear-gradient(145deg, #7b3340, #441821); }
.book-cover.ink { background: linear-gradient(145deg, #343431, #11110f); }
.book-cover.sage { background: linear-gradient(145deg, #6d7461, #32392f); }
.book-cover.ochre { background: linear-gradient(145deg, #ae8142, #684923); }
.book-cover small { position: relative; z-index: 2; font-size: 7px; letter-spacing: .28em; margin-top: 3%; }
.cover-art { width: min(72%, 190px); aspect-ratio: 1; position: relative; z-index: 1; margin: 11% auto 6%; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.book-cover:hover .cover-art { transform: scale(1.06) rotate(-2deg); }
.cover-art:before, .cover-art:after, .cover-art i, .cover-art b, .cover-art span { content: ""; position: absolute; display: block; }
.orchard-art { border: 1px solid rgba(238,211,160,.48); border-radius: 50% 50% 46% 46%; }
.orchard-art:before { width: 2px; height: 72%; left: 50%; bottom: 5%; background: #d9b879; transform: rotate(2deg); box-shadow: -25px -2px 0 -1px #d9b879, 24px -5px 0 -1px #d9b879; }
.orchard-art:after { width: 55%; height: 43%; left: 22%; top: 15%; border-radius: 50%; background: radial-gradient(circle at 20% 48%, #e7c88f 0 5%, transparent 6%), radial-gradient(circle at 73% 25%, #e7c88f 0 5%, transparent 6%), radial-gradient(circle at 67% 72%, #e7c88f 0 6%, transparent 7%), radial-gradient(circle at 35% 20%, #e7c88f 0 6%, transparent 7%); border-top: 1px solid #d9b879; }
.orchard-art i { width: 55%; height: 1px; left: 22%; top: 52%; background: #d9b879; transform: rotate(23deg); }
.orchard-art b { width: 55%; height: 1px; left: 22%; top: 52%; background: #d9b879; transform: rotate(-26deg); }
.orchard-art span { inset: auto 0 8%; font: 16px Georgia, serif; color: #e7c88f; }
.silence-art { border: 1px solid rgba(231,220,193,.35); }
.silence-art:before { inset: 11%; border: 1px solid rgba(231,220,193,.3); transform: rotate(45deg); }
.silence-art:after { width: 1px; height: 100%; left: 50%; background: linear-gradient(transparent, #dac9a6 20% 80%, transparent); }
.silence-art i { width: 74%; height: 1px; top: 50%; left: 13%; background: linear-gradient(90deg, transparent, #dac9a6, transparent); }
.silence-art b { width: 38%; aspect-ratio: 1; left: 31%; top: 31%; border: 1px solid #dac9a6; border-radius: 50%; box-shadow: 0 0 0 7px rgba(218,201,166,.06); }
.silence-art span { width: 6px; aspect-ratio: 1; left: calc(50% - 3px); top: calc(50% - 3px); background: #dac9a6; border-radius: 50%; }
.atlas-art { border: 1px solid rgba(226,214,171,.42); border-radius: 50%; background: radial-gradient(circle, transparent 0 43%, rgba(226,214,171,.08) 44% 46%, transparent 47%); }
.atlas-art:before { inset: 15%; border: 1px solid #d9c990; border-radius: 50%; transform: rotate(33deg) scaleY(.35); }
.atlas-art:after { inset: 15%; border: 1px solid #d9c990; border-radius: 50%; transform: rotate(-33deg) scaleY(.35); }
.atlas-art i { width: 100%; height: 1px; top: 50%; background: #d9c990; transform: rotate(18deg); }
.atlas-art b { width: 1px; height: 100%; left: 50%; background: #d9c990; transform: rotate(18deg); }
.atlas-art span { inset: 36%; font: 21px Georgia, serif; color: #eadba7; }
.hours-art { border: 1px solid rgba(242,222,174,.42); border-radius: 50%; }
.hours-art:before { width: 54%; aspect-ratio: 1; left: 23%; top: 23%; border-radius: 50%; background: #f0dba8; box-shadow: inset -15px -4px 0 #8d642f; }
.hours-art:after { width: 1px; height: 118%; left: 50%; top: -9%; background: linear-gradient(transparent, rgba(240,219,168,.7), transparent); transform: rotate(42deg); }
.hours-art i { width: 116%; height: 1px; left: -8%; top: 50%; background: linear-gradient(90deg, transparent, rgba(240,219,168,.7), transparent); transform: rotate(-12deg); }
.hours-art b { inset: 5%; border: 1px dashed rgba(240,219,168,.35); border-radius: 50%; }
.hours-art span { right: 10%; top: 13%; font: 13px Georgia, serif; color: #f0dba8; }
.book-cover h3 { position: relative; z-index: 2; font: 400 clamp(21px, 2vw, 33px)/1.08 Georgia, serif; margin: auto 0 10px; letter-spacing: -.02em; }
.book-cover p { position: relative; z-index: 2; font: italic 13px Georgia, serif; margin: 0 0 10%; }
.cover-number { font: 10px Georgia, serif; }
.book-meta { display: flex; align-items: end; justify-content: space-between; margin-top: 22px; }
.book-meta p { font-size: 8px; letter-spacing: .17em; text-transform: uppercase; color: #817766; margin: 0 0 8px; }
.book-meta h3 { font: 20px/1.2 Georgia, serif; margin: 0 0 5px; }
.book-meta > div > span { font: italic 13px Georgia, serif; color: #6b665c; }
.book-meta button { width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--line); background: none; cursor: pointer; font-size: 20px; transition: .25s; position: relative; }
.book-meta button span { display: none; }
.book-meta button:hover { background: var(--ink); color: white; transform: rotate(90deg); }

.reading { background: #e4ddcf; padding: 95px max(7vw, 38px); display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: center; overflow: hidden; }
.reading-art { min-height: 550px; position: relative; display: grid; place-items: center; }
.reader-page { width: min(380px, 80%); min-height: 500px; background: #f9f6ee; padding: 38px 46px; box-shadow: 0 25px 70px rgba(49,39,26,.22); transform: rotate(-3deg); transition: transform .6s; }
.reader-page:hover { transform: rotate(0); }
.page-no { text-align: right; font: 11px Georgia, serif; color: #8d8475; }
.chapter { text-align: center; margin-top: 80px; font-size: 8px; letter-spacing: .3em; color: #8d8475; }
.reader-page h3 { text-align: center; font: 32px/1.14 Georgia, serif; margin: 23px 0 30px; }
.excerpt { font: 17px/1.9 Georgia, serif; }
.excerpt:first-letter, .dropcap:first-letter { float: left; font-size: 58px; line-height: .75; padding: 8px 9px 2px 0; }
.reader-progress { margin-top: 54px; display: flex; gap: 12px; align-items: center; }
.reader-progress span { height: 1px; width: 65%; background: linear-gradient(90deg, var(--ink) 18%, #ccc 18%); }
.reader-progress p { font-size: 9px; }
.floating-tag { position: absolute; right: 0; bottom: 60px; width: 145px; height: 145px; background: var(--wine); color: white; border-radius: 50%; display: grid; place-content: center; text-align: center; font-size: 9px; line-height: 1.6; letter-spacing: .17em; animation: float 4s ease-in-out infinite; }
.floating-tag span { font-size: 20px; margin-top: 8px; }
.reading-copy h2 { font-size: clamp(44px, 4.5vw, 66px); line-height: 1.05; letter-spacing: -.045em; }
.reading-copy > p:not(.eyebrow) { max-width: 510px; font: 17px/1.8 Georgia, serif; color: #625c52; margin: 30px 0; }
.reading-copy ul { list-style: none; margin: 35px 0 42px; padding: 0; border-top: 1px solid var(--line); }
.reading-copy li { padding: 17px 0; border-bottom: 1px solid var(--line); font: 15px Georgia, serif; }
.reading-copy li span { font: 9px Arial, sans-serif; color: #8a7b64; margin-right: 25px; }

.membership { min-height: 590px; padding: 100px max(8vw, 42px); color: white; background: radial-gradient(circle at 85% 40%, rgba(158,106,72,.35), transparent 26%), linear-gradient(125deg, #1f1e1a, #35261f); position: relative; overflow: hidden; }
.membership:after { content: "V"; font: 700 630px/.8 Georgia, serif; color: rgba(255,255,255,.025); position: absolute; right: 4%; top: 8%; }
.membership h2 { font-size: clamp(50px, 5.3vw, 76px); line-height: .97; letter-spacing: -.045em; position: relative; z-index: 1; }
.membership > p:not(.eyebrow) { max-width: 510px; font: 17px/1.75 Georgia, serif; color: rgba(255,255,255,.67); margin: 34px 0; position: relative; z-index: 1; }
.membership .button { position: relative; z-index: 2; }
.membership-stamp { width: 170px; height: 170px; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; position: absolute; right: 13vw; top: 210px; display: flex; gap: 12px; align-items: center; justify-content: center; transform: rotate(8deg); z-index: 2; }
.membership-stamp strong { font: 52px Georgia, serif; }
.membership-stamp span { font-size: 8px; line-height: 1.6; letter-spacing: .2em; }

.journal-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 28px; }
.journal article { cursor: pointer; }
.story-image { height: 390px; margin-bottom: 23px; overflow: hidden; position: relative; display: grid; place-items: center; transition: transform .4s; }
.journal article:hover .story-image { transform: translateY(-7px); }
.feature-story .story-image { height: 520px; }
.book-stack { background: linear-gradient(135deg, #3b2420, #af875b); }
.book-stack:before, .book-stack:after { content: ""; position: absolute; width: 55%; height: 21%; background: #d8c5a0; box-shadow: 0 13px 22px rgba(0,0,0,.25); transform: rotate(-7deg); }
.book-stack:after { transform: translate(30px, 75px) rotate(6deg); background: #6f2631; }
.story-image > span { font: italic 42px/1.05 Georgia, serif; color: #f7f0df; position: relative; z-index: 2; text-align: center; }
.desk-scene { background: linear-gradient(145deg, #9b8a6d, #494237); }
.page-scene { background: linear-gradient(145deg, #c7b99e, #746753); }
.journal article > p { font-size: 8px; letter-spacing: .19em; color: #807361; margin: 0 0 12px; }
.journal article > h3 { font: 27px/1.25 Georgia, serif; margin: 0; max-width: 540px; }
.journal article:not(.feature-story) > h3 { font-size: 22px; }

.newsletter { padding: 95px max(6vw, 32px); text-align: center; background: #ded6c7; }
.newsletter h2 { font-size: clamp(42px, 5vw, 68px); margin-bottom: 38px; }
.newsletter form { max-width: 620px; margin: auto; border-bottom: 1px solid var(--ink); display: flex; }
.newsletter input { flex: 1; min-width: 0; border: 0; background: transparent; padding: 15px 0; outline: 0; font: 18px Georgia, serif; }
.newsletter button { border: 0; background: transparent; text-transform: uppercase; font-size: 9px; letter-spacing: .18em; cursor: pointer; }
.newsletter small { display: block; margin-top: 18px; color: #7a7061; font: italic 12px Georgia, serif; }

footer { background: var(--ink); color: #eee7d8; padding: 90px 5vw 35px; display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 4vw; }
.footer-brand > a { font: 34px Georgia, serif; letter-spacing: .25em; }
.footer-brand > span { display: block; margin: 9px 0 0; color: var(--gold); font: italic 12px Georgia, serif; }
.footer-brand p { max-width: 270px; color: #8f8b81; font: 15px/1.7 Georgia, serif; }
footer h4 { color: #817866; text-transform: uppercase; font-size: 9px; letter-spacing: .2em; margin: 0 0 22px; }
footer > div:not(.footer-brand):not(.footer-bottom) { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; font: 14px Georgia, serif; }
.footer-bottom { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.12); margin-top: 60px; padding-top: 28px; display: flex; justify-content: space-between; color: #77736b; font-size: 10px; letter-spacing: .08em; }
.footer-bottom a { transition: color .2s; }
.footer-bottom a:hover { color: var(--gold); }

.modal-backdrop { position: fixed; inset: 0; z-index: 50; background: rgba(10,9,7,.78); backdrop-filter: blur(12px); display: grid; place-items: center; padding: 25px; animation: fadeIn .25s both; }
.sample-modal { width: min(620px, 100%); background: #f7f2e8; padding: 65px 72px; position: relative; box-shadow: 0 30px 90px rgba(0,0,0,.35); animation: revealUp .45s both; }
.modal-close { position: absolute; right: 22px; top: 16px; border: 0; background: none; font: 30px Georgia, serif; cursor: pointer; }
.sample-modal .eyebrow { margin-bottom: 18px; }
.sample-modal h2 { font-size: 48px; }
.modal-author { font: italic 15px Georgia, serif; color: #766e61; margin-bottom: 42px; }
.sample-modal > p:not(.eyebrow):not(.modal-author) { font: 18px/1.85 Georgia, serif; }
.modal-progress { margin-top: 36px; display: flex; align-items: center; gap: 16px; }
.modal-progress span { width: 80px; height: 1px; background: var(--wine); }
.modal-progress p { font-size: 9px; letter-spacing: .12em; }
.toast { position: fixed; z-index: 60; right: 28px; bottom: 28px; padding: 17px 22px; background: var(--ink); color: white; font: 14px Georgia, serif; transform: translateY(120px); opacity: 0; transition: .35s; pointer-events: none; }
.toast.show { transform: translateY(0); opacity: 1; }
.back-to-top { position: fixed; z-index: 35; right: 26px; bottom: 26px; border: 1px solid rgba(255,255,255,.18); background: rgba(23,23,19,.93); color: #f3efe5; padding: 13px 16px; box-shadow: 0 12px 35px rgba(0,0,0,.18); text-transform: uppercase; font-size: 8px; letter-spacing: .16em; cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(16px); transition: .3s; }
.back-to-top span { font-size: 14px; margin-right: 8px; }
.back-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { background: var(--gold); color: var(--ink); }

@keyframes revealUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes heroZoom { from { transform: scale(1.08); } to { transform: scale(1); } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

@media (max-width: 980px) {
  .nav { position: absolute; top: 100%; left: 0; right: 0; background: var(--paper); padding: 30px 5vw; flex-direction: column; transform: translateY(-140%); transition: transform .35s; z-index: -1; }
  .nav.open { transform: translateY(0); }
  .menu-button { display: block; text-transform: uppercase; font-size: 10px; letter-spacing: .15em; }
  .icon-button { display: none; }
  .book-grid { grid-template-columns: repeat(2, 1fr); gap: 60px 30px; }
  .reading { grid-template-columns: 1fr; }
  .reading-copy { max-width: 700px; }
  .journal-grid { grid-template-columns: 1fr 1fr; }
  .feature-story { grid-column: 1/-1; }
  .membership-stamp { right: 8vw; top: 80px; }
}

@media (max-width: 640px) {
  .site-header, .site-header.scrolled { width: calc(100% - 24px); height: 66px; margin-top: 10px; padding: 0 18px; top: 8px; }
  .nav { top: 100%; }
  .brand { font-size: 18px; }
  .bag-button { font-size: 0; }
  .hero { width: calc(100% - 24px); min-height: min(680px, 78svh); margin-top: 12px; align-items: flex-end; padding-bottom: 90px; }
  .hero > img { object-position: 66% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(5,4,3,.9), rgba(5,4,3,.12) 70%); }
  .hero-copy { margin: 0 7vw; }
  .hero h1 { font-size: clamp(55px, 19vw, 82px); }
  .hero-intro { font-size: 15px; line-height: 1.6; margin: 25px 0; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-note { display: none; }
  .scroll-cue { left: auto; right: 7vw; bottom: 28px; }
  .manifesto { padding: 95px 7vw; }
  .collection, .journal { padding: 80px 7vw; }
  .section-heading { align-items: flex-start; gap: 25px; flex-direction: column; margin-bottom: 40px; }
  .book-grid { gap: 45px 16px; }
  .book-cover h3 { font-size: 20px; }
  .book-meta { align-items: flex-start; }
  .book-meta h3 { font-size: 16px; }
  .book-meta button { width: 38px; height: 38px; flex: 0 0 auto; }
  .reading { padding: 80px 6vw; }
  .reading-art { min-height: 480px; }
  .reader-page { min-height: 450px; padding: 30px; }
  .chapter { margin-top: 45px; }
  .floating-tag { width: 110px; height: 110px; right: -6px; bottom: 20px; }
  .membership { min-height: 700px; padding: 90px 7vw; }
  .membership-stamp { position: relative; right: auto; top: auto; margin-top: 55px; }
  .journal-grid { grid-template-columns: 1fr; }
  .feature-story { grid-column: auto; }
  .story-image, .feature-story .story-image { height: 390px; }
  .newsletter { padding: 85px 7vw; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; margin-bottom: 25px; }
  .footer-bottom { flex-direction: column; gap: 12px; line-height: 1.5; }
  .sample-modal { padding: 50px 28px; max-height: 90vh; overflow-y: auto; }
  .back-to-top { right: 16px; bottom: 16px; padding: 12px; }
}

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