:root {
  --ink: #17352f;
  --ink-2: #26483f;
  --paper: #f6f0e4;
  --paper-2: #eee5d6;
  --cream: #fffaf0;
  --white: #fffdf8;
  --rust: #b85338;
  --rust-dark: #963d29;
  --gold: #d6aa62;
  --sage: #9faf95;
  --muted: #6e756f;
  --line: #ddd5c7;
  --shadow: 0 18px 50px rgba(28, 45, 38, .1);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, .button { cursor: pointer; }
svg { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; line-height: 1.05; }

.public-header { height: 86px; display: flex; align-items: center; justify-content: space-between; max-width: 1240px; margin: auto; padding: 0 32px; position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: var(--serif); font-size: 19px; font-weight: 700; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 43px; color: var(--paper); background: var(--ink); border-radius: 3px 7px 7px 3px; font-size: 17px; box-shadow: inset 3px 0 rgba(255,255,255,.12); }
.brand-mark span { color: var(--gold); font-size: 11px; align-self: end; margin: 0 0 7px 2px; }
.public-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 700; }
.public-nav > a:not(.button):hover { color: var(--rust); }
.nav-toggle, .sidebar-close { display: none; border: 0; background: transparent; color: inherit; padding: 8px; }
.button { border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 12px; color: white; background: var(--rust); padding: 13px 20px; font-size: 13px; font-weight: 800; border-radius: 3px; transition: .18s ease; box-shadow: 0 5px 12px rgba(145, 58, 37, .12); }
.button:hover { background: var(--rust-dark); transform: translateY(-1px); }
.button.small { padding: 10px 15px; }
.button.full { width: 100%; }
.button.dark { background: var(--ink); }
.button.dark:hover { background: #0b2822; }
.button.pale { background: var(--paper); color: var(--ink); box-shadow: none; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--rust); font-weight: 800; font-size: 13px; border-bottom: 1px solid currentColor; padding-bottom: 2px; }
.eyebrow { display: block; color: var(--rust); text-transform: uppercase; letter-spacing: .18em; font-size: 10px; font-weight: 900; margin-bottom: 14px; }
.eyebrow.light { color: var(--gold); }
.pill { display: inline-flex; width: fit-content; align-items: center; background: var(--paper-2); color: var(--ink-2); border-radius: 50px; padding: 4px 9px; font-size: 9px; letter-spacing: .06em; text-transform: uppercase; font-weight: 900; }
.pill.green { background: #dce9df; color: #27613c; }
.pill.rust { background: #f3dcd4; color: #8f402b; }

.hero { min-height: 670px; max-width: 1240px; margin: 0 auto; padding: 70px 55px 100px; display: grid; grid-template-columns: 1fr .82fr; gap: 70px; align-items: center; }
.hero-copy h1 { font-size: clamp(57px, 6.7vw, 91px); margin-bottom: 24px; }
.hero-copy h1 em, .manifesto h2 em { color: var(--rust); font-weight: 400; }
.hero-copy > p { max-width: 560px; color: #52635d; font-size: 16px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin: 31px 0 42px; }
.member-proof { display: flex; align-items: center; gap: 14px; }
.member-proof p { margin: 0; font-size: 11px; color: var(--muted); line-height: 1.45; }
.member-proof strong { color: var(--ink); }
.avatar-stack { display: flex; }
.avatar-stack span { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; background: var(--sage); border: 2px solid var(--paper); margin-left: -8px; font-size: 9px; font-weight: 900; }
.avatar-stack span:first-child { margin-left: 0; background: var(--gold); }
.avatar-stack span:last-child { background: var(--rust); color: white; }
.hero-art { position: relative; min-height: 450px; display: grid; place-items: center; }
.hero-book { width: 265px; height: 385px; transform: rotate(4deg); position: relative; z-index: 2; filter: drop-shadow(16px 24px 16px rgba(29, 43, 36, .22)); }
.book-spine { position: absolute; width: 20px; height: 100%; background: #8d3928; left: -16px; top: 3px; transform: skewY(-10deg); border-radius: 3px 0 0 3px; }
.book-cover { height: 100%; background: var(--rust); color: #fff6e8; padding: 41px 36px; overflow: hidden; position: relative; border-radius: 2px 7px 7px 2px; }
.book-cover > span { text-transform: uppercase; font-size: 8px; letter-spacing: .19em; font-weight: 800; }
.book-cover h2 { font-size: 38px; max-width: 180px; margin: 85px 0 12px; position: relative; z-index: 1; }
.book-cover p { font-family: var(--serif); font-style: italic; }
.cover-moon { position: absolute; width: 255px; height: 255px; border: 1px solid rgba(255,240,210,.26); border-radius: 50%; right: -105px; top: 57px; }
.cover-moon::after, .cover-moon::before { content: ''; position: absolute; border: 1px solid rgba(255,240,210,.25); border-radius: 50%; inset: 28px; }
.cover-moon::after { inset: 57px; background: var(--gold); opacity: .65; }
.quote-card { position: absolute; z-index: 3; bottom: 7px; right: -15px; background: var(--white); width: 205px; padding: 18px 20px; box-shadow: var(--shadow); font-family: var(--serif); font-size: 13px; font-style: italic; transform: rotate(-2deg); }
.book-shadow { position: absolute; width: 320px; height: 60px; border-radius: 50%; background: rgba(25, 42, 35, .15); filter: blur(17px); bottom: 22px; }

.manifesto { background: var(--ink); color: var(--paper); padding: 100px max(7vw, 32px); }
.manifesto > h2 { font-size: clamp(40px, 5vw, 66px); max-width: 900px; margin-bottom: 65px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 55px; max-width: 1200px; }
.feature-grid article { border-top: 1px solid rgba(255,255,255,.2); padding-top: 26px; }
.feature-grid article > span { color: var(--gold); font-family: var(--serif); font-size: 12px; }
.feature-grid h3 { font-family: var(--serif); font-size: 22px; margin: 25px 0 12px; }
.feature-grid p { color: #b9c3bd; font-size: 13px; max-width: 300px; }

.current-public { background: var(--rust); color: var(--paper); padding: 95px max(7vw, 32px); }
.section-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; max-width: 1100px; margin: auto auto 50px; }
.section-heading h2 { font-size: 55px; margin: 0; }
.section-heading > p { max-width: 370px; color: #f2d7cb; font-size: 13px; }
.reading-card { display: grid; grid-template-columns: .8fr 1.2fr; max-width: 1100px; margin: auto; background: var(--cream); color: var(--ink); padding: 55px; gap: 70px; align-items: center; }
.mini-cover, .dash-cover, .large-cover { aspect-ratio: 2 / 3; background: var(--ink); color: var(--paper); display: flex; flex-direction: column; padding: 30px; box-shadow: 12px 15px 0 rgba(23, 53, 47, .13); position: relative; overflow: hidden; }
.mini-cover::after, .dash-cover::after, .large-cover::after { content: ''; position: absolute; width: 180px; height: 180px; border: 1px solid rgba(212,173,106,.5); border-radius: 50%; right: -65px; bottom: -38px; box-shadow: 0 0 0 25px rgba(212,173,106,.08), 0 0 0 52px rgba(212,173,106,.06); }
.mini-cover span, .dash-cover span, .large-cover span { color: var(--gold); font-size: 8px; letter-spacing: .16em; font-weight: 800; }
.mini-cover strong, .dash-cover strong, .large-cover strong { font-family: var(--serif); font-size: clamp(26px, 4vw, 47px); line-height: 1.02; margin: auto 0 13px; max-width: 90%; font-weight: 500; z-index: 1; }
.mini-cover small, .dash-cover small, .large-cover small { font-family: var(--serif); font-style: italic; z-index: 1; }
.reading-info h3 { font-family: var(--serif); font-size: 43px; margin: 18px 0 3px; }
.reading-info h4 { font-family: var(--serif); font-style: italic; color: var(--rust); font-weight: 400; margin-bottom: 26px; }
.reading-info > p { font-family: var(--serif); font-size: 16px; color: #59665f; line-height: 1.75; }
.progress-label { display: flex; justify-content: space-between; margin-top: 28px; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.progress { height: 3px; margin: 10px 0 28px; background: var(--line); }
.progress span { display: block; height: 100%; background: var(--rust); }
.gathering-public { display: grid; grid-template-columns: 1.5fr .75fr; max-width: 1040px; margin: auto; padding: 110px 32px; gap: 100px; align-items: center; }
.gathering-public h2 { font-size: 52px; margin-bottom: 20px; }
.gathering-public > div:first-child p { color: var(--muted); max-width: 530px; margin-bottom: 28px; }
.date-block { border-left: 1px solid var(--line); padding-left: 70px; }
.date-block strong { display: block; font-family: var(--serif); color: var(--rust); font-size: 76px; line-height: .8; }
.date-block > span { display: block; text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 900; margin: 18px 0 28px; }
.date-block p { font-size: 12px; line-height: 1.8; color: var(--muted); }
.footer { background: #102a25; color: var(--paper); min-height: 200px; padding: 52px max(7vw, 32px); display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; }
.footer p { margin: 0; font-family: var(--serif); font-style: italic; color: #b7c5bf; }
.footer small { color: #7f928b; }
.footer .brand-mark { background: var(--paper); color: var(--ink); }

.auth-shell { min-height: calc(100vh - 86px); display: grid; grid-template-columns: 1fr 1fr; }
.auth-intro { background: var(--ink); color: var(--paper); padding: 12vh 11vw 9vh; display: flex; flex-direction: column; }
.auth-intro h1 { font-size: clamp(57px, 7vw, 88px); }
.auth-intro blockquote { margin: auto 0 0; border-left: 1px solid var(--gold); padding-left: 24px; max-width: 450px; font-family: var(--serif); font-style: italic; color: #bdcbc5; }
.auth-card { padding: 10vh 10vw; align-self: center; max-width: 660px; width: 100%; }
.auth-card h2 { font-size: 40px; margin-bottom: 10px; }
.auth-card > p { color: var(--muted); font-size: 13px; }
.form-stack { display: flex; flex-direction: column; gap: 18px; margin-top: 30px; }
label { display: flex; flex-direction: column; gap: 7px; color: #314a43; font-size: 11px; font-weight: 800; }
input, textarea { width: 100%; border: 1px solid var(--line); border-radius: 3px; color: var(--ink); background: var(--white); padding: 12px 13px; outline: none; transition: .18s; }
textarea { resize: vertical; line-height: 1.55; }
input:focus, textarea:focus { border-color: var(--rust); box-shadow: 0 0 0 3px rgba(184,83,56,.1); }
.auth-switch { margin-top: 25px; text-align: center; }
.auth-switch a { color: var(--rust); font-weight: 800; }
.demo-note { margin-top: 24px; background: var(--paper-2); padding: 11px 15px; font-size: 11px; }
.demo-note summary { cursor: pointer; font-weight: 800; }
.demo-note code { display: block; margin-top: 7px; }

/* Member application */
.app-body { background: #f8f5ee; }
.sidebar { position: fixed; z-index: 50; inset: 0 auto 0 0; width: 240px; background: var(--ink); color: #dbe5df; display: flex; flex-direction: column; padding: 27px 18px 18px; }
.sidebar .brand { padding: 0 10px 28px; color: var(--paper); }
.sidebar .brand-mark { background: var(--paper); color: var(--ink); }
.sidebar-top { display: flex; justify-content: space-between; align-items: start; }
.side-links { display: flex; flex-direction: column; gap: 4px; }
.side-links a { display: flex; align-items: center; gap: 13px; padding: 11px 12px; border-radius: 4px; font-size: 12px; font-weight: 700; color: #aebdb6; }
.side-links a:hover { color: white; background: rgba(255,255,255,.05); }
.side-links a.active { color: white; background: var(--rust); }
.side-links svg { width: 17px; }
.nav-label { margin: 26px 12px 7px; color: #71877e; font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .18em; }
.sidebar-user { margin-top: auto; border-top: 1px solid rgba(255,255,255,.1); padding: 17px 6px 0; display: flex; gap: 10px; align-items: center; }
.sidebar-user > span:nth-child(2) { min-width: 0; flex: 1; }
.sidebar-user strong, .sidebar-user small { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sidebar-user strong { font-size: 11px; color: white; }
.sidebar-user small { font-size: 9px; text-transform: capitalize; color: #90a49a; }
.avatar { width: 34px; height: 34px; flex: 0 0 34px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--ink); font-size: 9px; font-weight: 900; }
.avatar.warm { background: #e8c9b7; color: var(--rust-dark); }
.icon-button { background: transparent; color: #8fa39a; border: 0; padding: 7px; display: grid; }
.app-main { margin-left: 240px; min-height: 100vh; }
.mobile-appbar, .scrim { display: none; }
.page-wrap { max-width: 1260px; margin: auto; padding: 49px 48px 80px; }
.page-wrap.narrow { max-width: 870px; }
.page-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.page-head h1 { font-size: 43px; margin-bottom: 8px; }
.page-head p { margin: 0; color: var(--muted); font-size: 12px; }
.panel { background: var(--white); border: 1px solid #e9e3d8; padding: 24px; box-shadow: 0 7px 24px rgba(34,49,43,.035); }
.panel-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.panel-head h2 { font-size: 21px; margin: 0; }
.panel-head a, .panel-head > span { color: var(--rust); font-size: 10px; font-weight: 900; }
.flash { max-width: 1170px; margin: 15px auto; padding: 12px 16px; border-radius: 3px; font-size: 12px; transition: .25s; }
.flash.success { color: #225b38; background: #e0efe4; border: 1px solid #c6e1cd; }
.flash.error { color: #8b3525; background: #f8e3dd; border: 1px solid #edc9be; }
.announcement { display: flex; align-items: start; gap: 22px; background: #e8efe9; border-left: 3px solid var(--sage); padding: 16px 20px; margin-bottom: 22px; }
.announcement > span { color: #53715f; font-size: 9px; text-transform: uppercase; font-weight: 900; white-space: nowrap; margin-top: 3px; }
.announcement strong { font-family: var(--serif); font-size: 14px; }
.announcement p { display: inline; color: #5f7168; font-size: 11px; margin-left: 8px; }
.dashboard-grid { display: grid; grid-template-columns: 1.35fr .8fr; gap: 20px; }
.current-card { background: var(--rust); color: var(--paper); padding: 25px; grid-row: span 2; }
.card-label { display: flex; justify-content: space-between; color: #f0c8bc; text-transform: uppercase; letter-spacing: .12em; font-size: 8px; font-weight: 900; }
.card-label a { display: flex; align-items: center; gap: 5px; color: var(--paper); }
.current-card-body { display: grid; grid-template-columns: 180px 1fr; gap: 37px; align-items: center; margin-top: 32px; }
.dash-cover { padding: 19px; box-shadow: 8px 9px 0 rgba(93,28,17,.18); }
.dash-cover strong { font-size: 24px; }
.current-card-body h2 { font-size: 34px; margin: 0 0 3px; }
.current-card-body .byline { font-family: var(--serif); font-style: italic; color: #f5d4c9; }
.current-card-body > div:last-child > p:not(.byline) { color: #f3d8d0; font-size: 12px; }
.current-card .button { background: var(--paper); color: var(--rust); margin-top: 20px; }
.meta-row { display: flex; flex-wrap: wrap; gap: 18px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.2); color: #f3d8d0; font-size: 9px; }
.meta-row span { display: flex; align-items: center; gap: 5px; }
.event-card { background: var(--white); border: 1px solid #e8e1d6; padding: 25px; display: grid; grid-template-columns: 69px 1fr; gap: 24px; }
.event-card.compact { border: 0; padding: 0; }
.event-date { height: 75px; background: var(--paper-2); display: grid; place-content: center; text-align: center; }
.event-date strong { font-family: var(--serif); font-size: 30px; line-height: 1; color: var(--rust); }
.event-date span { font-size: 8px; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; }
.event-copy h3 { font-family: var(--serif); font-size: 19px; margin: 8px 0; }
.event-copy > p:not(.event-description) { display: flex; align-items: center; gap: 6px; margin: 4px 0; color: var(--muted); font-size: 9px; }
.event-copy > p svg { width: 12px; }
.event-description { color: var(--muted); font-size: 12px; }
.recent { grid-column: 1; }
.club-pulse { grid-column: 2; grid-row: 2 / span 2; }
.discussion-row { display: flex; align-items: center; gap: 11px; padding: 13px 0; border-bottom: 1px solid #eee8dd; }
.discussion-row:last-child { border: 0; }
.discussion-row > span:nth-child(2) { flex: 1; min-width: 0; }
.discussion-row strong, .discussion-row small { display: block; }
.discussion-row strong { font-family: var(--serif); font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.discussion-row small { color: var(--muted); font-size: 9px; }
.stat-grid { display: grid; grid-template-columns: 1fr; }
.stat-grid div { display: flex; align-items: baseline; justify-content: space-between; border-bottom: 1px solid #ebe4d9; padding: 18px 0; }
.stat-grid strong { font-family: var(--serif); font-size: 32px; color: var(--rust); }
.stat-grid span { color: var(--muted); font-size: 10px; }
.club-pulse .text-link { margin-top: 22px; }
.empty { color: var(--muted); text-align: center; padding: 30px; font-family: var(--serif); font-style: italic; }
.empty.large { padding: 100px 30px; border: 1px dashed var(--line); font-size: 18px; }
.empty a { color: var(--rust); text-decoration: underline; }

.book-detail { background: var(--rust); padding: 52px; display: grid; grid-template-columns: 290px 1fr; gap: 70px; align-items: center; color: var(--paper); }
.large-cover { box-shadow: 13px 15px 0 rgba(93,28,17,.19); }
.large-cover strong { font-size: 37px; }
.book-detail-copy h2 { font-size: 35px; margin: 20px 0 15px; }
.book-detail-copy > p { color: #f0d5cd; font-family: var(--serif); line-height: 1.8; }
.book-detail-copy dl { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; border-top: 1px solid rgba(255,255,255,.2); padding-top: 20px; }
.book-detail-copy dt { font-size: 8px; color: #edbfb1; text-transform: uppercase; letter-spacing: .1em; font-weight: 900; }
.book-detail-copy dd { margin: 3px 0 0; font-family: var(--serif); font-size: 13px; }
.book-detail-copy aside { margin-top: 23px; background: rgba(255,255,255,.1); padding: 14px 18px; border-left: 2px solid var(--gold); }
.book-detail-copy aside strong { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.book-detail-copy aside p { margin: 5px 0 0; font-size: 11px; }
.book-conversations { margin-top: 24px; }

.discussion-list { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.discussion-card { background: var(--white); border: 1px solid #e8e1d6; padding: 24px; transition: .18s; }
.discussion-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.discussion-author { display: flex; gap: 10px; align-items: center; }
.discussion-author strong, .discussion-author small { display: block; }
.discussion-author strong { font-size: 10px; }
.discussion-author small { color: var(--muted); font-size: 8px; }
.discussion-card > a { display: block; }
.discussion-tags { margin-top: 22px; }
.discussion-card h2 { font-size: 22px; margin: 12px 0 8px; }
.discussion-card p { color: var(--muted); font-family: var(--serif); font-size: 13px; line-height: 1.65; }
.reply-count { display: flex; align-items: center; gap: 6px; color: var(--rust); font-size: 9px; font-weight: 900; }
.form-panel { padding: 30px; }
.form-panel > h2 { font-size: 24px; }
.form-panel .form-stack { margin-top: 20px; }
.form-panel > label, .form-panel form > label { margin-bottom: 19px; }
.check { flex-direction: row; align-items: center; gap: 11px; background: var(--paper); padding: 13px; }
.check input { width: auto; accent-color: var(--rust); }
.check strong, .check small { display: block; }
.check small { color: var(--muted); font-weight: 400; }
.form-actions { display: flex; justify-content: flex-end; align-items: center; gap: 22px; }
.form-actions > a { color: var(--muted); font-size: 11px; font-weight: 800; }
.back-link { color: var(--rust); font-size: 11px; font-weight: 800; display: inline-block; margin-bottom: 25px; }
.thread-main { background: var(--white); padding: 42px; border: 1px solid #e8e1d6; }
.thread-main h1 { font-size: 43px; margin: 17px 0 25px; }
.thread-main .prose { margin-top: 32px; border-top: 1px solid var(--line); padding-top: 28px; font-family: var(--serif); font-size: 16px; line-height: 1.9; }
.comments { margin-top: 35px; }
.comments > h2 { font-size: 24px; }
.comments > article { display: grid; grid-template-columns: 35px 1fr; gap: 13px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.comments article header { display: flex; justify-content: space-between; }
.comments article header strong { font-size: 10px; }
.comments article header small { color: var(--muted); font-size: 9px; }
.comments article p { font-family: var(--serif); font-size: 14px; margin: 9px 0 0; }
.reply-form { display: grid; grid-template-columns: 35px 1fr; gap: 13px; margin-top: 28px; }
.reply-form button { margin-top: 9px; }

.event-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.rsvp { display: flex; margin-top: 18px; }
.rsvp button { border: 1px solid var(--line); background: var(--paper); color: var(--muted); padding: 7px 11px; font-size: 9px; font-weight: 800; margin-right: -1px; }
.rsvp button.selected { background: var(--ink); color: white; border-color: var(--ink); position: relative; }
.nomination-layout { display: grid; grid-template-columns: 1.5fr .75fr; gap: 24px; align-items: start; }
.nominee-list { display: flex; flex-direction: column; gap: 12px; }
.nominee { display: grid; grid-template-columns: 80px 1fr auto; gap: 19px; align-items: center; background: var(--white); border: 1px solid #e6dfd3; padding: 17px; }
.nominee.chosen { border-color: var(--rust); box-shadow: inset 3px 0 var(--rust); }
.nominee-cover { width: 70px; aspect-ratio: 2 / 3; background: var(--ink); color: var(--gold); display: grid; place-items: center; font-family: var(--serif); font-size: 35px; box-shadow: 4px 5px 0 var(--line); }
.nominee h3 { font-family: var(--serif); margin: 6px 0 0; }
.nominee h4 { margin: 0; color: var(--rust); font-family: var(--serif); font-size: 11px; font-style: italic; font-weight: 400; }
.nominee p { margin: 7px 0; color: var(--muted); font-size: 11px; }
.nominee small { color: #8f958f; font-size: 8px; }
.vote-button { min-width: 72px; border: 1px solid var(--rust); color: var(--rust); background: transparent; padding: 8px 10px; border-radius: 3px; font-size: 9px; font-weight: 900; }
.chosen .vote-button { color: white; background: var(--rust); }
.nominate-panel { position: sticky; top: 25px; }
.member-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.member-grid article { background: var(--white); border: 1px solid #e8e1d6; padding: 28px; text-align: center; }
.member-avatar { width: 65px; height: 65px; font-family: var(--serif); font-size: 17px; margin-bottom: 15px; }
.member-grid h2 { font-size: 20px; margin-bottom: 8px; }
.member-grid p { color: var(--muted); font-family: var(--serif); font-size: 12px; min-height: 55px; margin-top: 16px; }
.member-grid small { color: #9a9e99; font-size: 8px; }
.organizer-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 20px; align-items: start; }
.organizer-stack { display: flex; flex-direction: column; gap: 20px; }
.field-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.member-admin > div:not(.panel-head) { display: flex; align-items: center; gap: 11px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.member-admin > div > span:nth-child(2) { flex: 1; }
.member-admin strong, .member-admin small { display: block; }
.member-admin strong { font-size: 10px; }
.member-admin small { color: var(--muted); font-size: 8px; }

.ballot-cover strong { font-size: 74px; line-height: 1; }
.nominee-actions { display: flex; flex-direction: column; align-items: stretch; gap: 7px; }
.select-button { border: 0; border-radius: 3px; background: var(--ink); color: white; padding: 8px 10px; font-size: 9px; font-weight: 900; white-space: nowrap; }
.select-button:hover { background: var(--rust-dark); }
.ballot-admin { grid-column: 1 / -1; }
.ballot-admin .text-link { margin-top: 22px; }
.ballot-row { display: flex; align-items: center; gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.ballot-row:last-of-type { border-bottom: 0; }
.ballot-row > span { flex: 1; min-width: 0; }
.ballot-row strong, .ballot-row small { display: block; }
.ballot-row strong { font-family: var(--serif); font-size: 15px; }
.ballot-row small { color: var(--muted); font-size: 9px; }
.member-admin-row { flex-wrap: wrap; }
.member-identity { min-width: 150px; }
.member-controls { display: flex; gap: 6px; margin-left: auto; }
.member-controls form { margin: 0; }
.quiet-button { border: 1px solid var(--line); border-radius: 3px; background: var(--paper); color: var(--ink); padding: 7px 9px; font-size: 8px; font-weight: 800; }
.quiet-button:hover { border-color: var(--rust); color: var(--rust); }
.quiet-button.danger { color: var(--rust); }
.error-page { min-height: 65vh; display: grid; place-content: center; text-align: center; padding: 40px; }
.error-page > span { font-family: var(--serif); font-size: 110px; color: var(--rust); line-height: 1; }
.error-page h1 { font-size: 30px; margin: 15px; }
.error-page p { color: var(--muted); }
.error-page .button { justify-self: center; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr 1fr; gap: 20px; padding-inline: 35px; }
  .hero-book { width: 220px; height: 330px; }
  .quote-card { right: 0; }
  .reading-card { gap: 40px; }
  .sidebar { transform: translateX(-100%); transition: transform .22s; }
  .nav-open .sidebar { transform: translateX(0); }
  .sidebar-close { display: block; color: white; }
  .app-main { margin-left: 0; padding-top: 64px; }
  .mobile-appbar { display: flex; position: fixed; z-index: 40; left: 0; right: 0; top: 0; height: 64px; background: var(--paper); border-bottom: 1px solid var(--line); align-items: center; justify-content: space-between; padding: 0 20px; }
  .mobile-appbar > button { border: 0; background: none; color: var(--ink); padding: 8px; }
  .mobile-appbar .brand-mark { width: 29px; height: 33px; font-size: 13px; }
  .mobile-appbar .brand { font-size: 16px; }
  .small-avatar { width: 30px; height: 30px; flex-basis: 30px; }
  .scrim { display: block; visibility: hidden; opacity: 0; position: fixed; z-index: 45; inset: 0; background: rgba(0,0,0,.35); transition: .2s; }
  .nav-open .scrim { visibility: visible; opacity: 1; }
  .dashboard-grid { grid-template-columns: 1fr; }
  .current-card { grid-row: auto; }
  .recent, .club-pulse { grid-column: auto; grid-row: auto; }
  .nomination-layout, .organizer-grid { grid-template-columns: 1fr; }
  .nominate-panel { position: static; }
}

@media (max-width: 720px) {
  .public-header { height: 70px; padding: 0 20px; }
  .nav-toggle { display: block; }
  .public-nav { display: none; position: absolute; top: 70px; left: 0; right: 0; padding: 25px; background: var(--paper); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; gap: 18px; }
  .nav-open .public-nav { display: flex; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 55px 23px 80px; overflow: hidden; }
  .hero-copy h1 { font-size: 54px; }
  .hero-art { min-height: 410px; margin-top: 30px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .manifesto { padding: 78px 24px; }
  .manifesto > h2 { font-size: 40px; }
  .feature-grid { grid-template-columns: 1fr; gap: 36px; }
  .current-public { padding: 75px 23px; }
  .section-heading { display: block; }
  .section-heading h2 { font-size: 45px; margin-bottom: 20px; }
  .reading-card { grid-template-columns: 1fr; padding: 28px; gap: 45px; }
  .mini-cover { max-width: 280px; width: 100%; justify-self: center; }
  .gathering-public { grid-template-columns: 1fr; padding: 78px 24px; gap: 55px; }
  .date-block { border-left: 0; border-top: 1px solid var(--line); padding: 40px 0 0; }
  .footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .auth-shell { grid-template-columns: 1fr; }
  .auth-intro { padding: 70px 25px; min-height: 450px; }
  .auth-card { padding: 70px 25px; }
  .page-wrap { padding: 33px 18px 60px; }
  .page-head { align-items: flex-start; flex-direction: column; }
  .page-head h1 { font-size: 36px; }
  .dashboard-grid { gap: 14px; }
  .current-card-body { grid-template-columns: 1fr; }
  .dash-cover { max-width: 220px; }
  .announcement { flex-direction: column; gap: 6px; }
  .announcement p { display: block; margin: 4px 0 0; }
  .book-detail { grid-template-columns: 1fr; padding: 27px; gap: 43px; }
  .large-cover { max-width: 260px; width: 100%; justify-self: center; }
  .book-detail-copy dl { grid-template-columns: 1fr; }
  .discussion-list, .event-list, .member-grid { grid-template-columns: 1fr; }
  .thread-main { padding: 26px 20px; }
  .thread-main h1 { font-size: 34px; }
  .nominee { grid-template-columns: 64px 1fr; }
  .nominee-cover { width: 56px; }
  .nominee-actions { grid-column: 2; align-items: flex-start; }
  .member-controls { width: 100%; margin-left: 45px; }
  .field-pair { grid-template-columns: 1fr; }
  .form-panel { padding: 22px 18px; }
  .event-card { grid-template-columns: 58px 1fr; padding: 18px; gap: 15px; }
  .event-date { height: 65px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
