/* Option 3 · literary editorial direction */
:root {
  --klein: #063ec7;
  --klein-deep: #071b4c;
  --klein-soft: #1a55d8;
  --bg: #f8f7f3;
  --bg-soft: #f1f0eb;
  --bg-card: #fffefa;
  --border: rgba(10, 20, 39, .12);
  --border-strong: rgba(10, 20, 39, .22);
  --text: #0a1427;
  --text-2: #3f4858;
  --text-3: #697181;
  --text-4: #8a909b;
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, "PingFang SC", "Hiragino Sans", sans-serif;
  --font-serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Songti SC", serif;
  --container: 1260px;
  --container-wide: 1440px;
  --radius: 8px;
  --radius-sm: 6px;
  --radius-lg: 12px;
  --shadow-sm: 0 1px 2px rgba(10, 20, 39, .035);
  --shadow: 0 12px 30px rgba(10, 20, 39, .08);
  --shadow-lg: 0 24px 60px rgba(10, 20, 39, .13);
}

html { scroll-behavior: smooth; background: var(--bg); }
body { background: var(--bg); color: var(--text); letter-spacing: -.012em; }
h1, h2, h3, h4, h5 { color: var(--text); }
.container { padding-inline: 32px; }

/* Navigation */
.nav,
.nav.scrolled {
  height: 72px;
  background: rgba(248, 247, 243, .92);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.nav-inner { max-width: var(--container-wide); padding-inline: 40px; gap: 46px; }
.brand { gap: 11px; font-size: 17px; font-weight: 700; }
.brand-logo { width: 31px; height: 31px; }
.brand-text .en { letter-spacing: -.02em; }
.nav-links { gap: 36px; margin-left: 30px; }
.nav-links a { font-size: 14px; font-weight: 480; color: var(--text-2); }
.nav-links a.active::after { bottom: -7px; height: 2px; background: var(--klein); border-radius: 0; }
.nav-actions { gap: 18px; }
.lang-switch {
  min-width: 58px;
  height: 38px;
  justify-content: center;
  padding: 0 13px;
  border-radius: 6px;
  border: 1px solid var(--border-strong);
  background: transparent;
  color: var(--text);
  font-size: 12px;
  letter-spacing: .08em;
}
.lang-switch:hover { border-color: var(--klein); background: transparent; }
.language-menu {
  top: 48px;
  right: 172px;
  width: 230px;
  padding: 7px;
  border-radius: 8px;
  background: rgba(255, 254, 250, .98);
  box-shadow: 0 18px 44px rgba(10,20,39,.12);
}
.language-menu button { border-radius: 5px; padding: 11px 12px; font-size: 13px; }
.language-menu button:hover,
.language-menu button.active { background: #edf2ff; color: var(--klein); }
.mobile-menu-button { display: none; font-size: 13px; color: var(--text); }

.btn {
  min-height: 40px;
  padding: 9px 19px;
  border-radius: 6px;
  font-size: 13.5px;
  font-weight: 600;
  justify-content: center;
  box-shadow: none;
}
.btn-primary { background: var(--klein); box-shadow: none; }
.btn-primary:hover { background: #002f9e; box-shadow: none; transform: translateY(-1px); }
.btn-light { background: transparent; border-color: var(--border-strong); color: var(--text); }
.btn-light:hover { background: #fff; }
.btn-lg { min-height: 52px; padding: 14px 26px; font-size: 15px; }
.btn-ghost { padding-inline: 4px; }

/* Homepage hero */
.home-page .nav:not(.scrolled) { background: transparent; border-bottom-color: transparent; backdrop-filter: none; }
.home-page .nav:not(.scrolled) .nav-inner { max-width: none; }
.home-page .nav:not(.scrolled) .nav-actions { color: #fff; }
.home-page .nav:not(.scrolled) .nav-actions .btn-ghost { color: #fff; }
.home-page .nav:not(.scrolled) .nav-actions .btn-ghost:hover { color: #fff; opacity: .76; }
.home-page .nav:not(.scrolled) .lang-switch { border-color: rgba(255,255,255,.55); color: #fff; }
.home-page .nav:not(.scrolled) .language-menu { color: var(--text); }
.hero {
  min-height: 766px;
  padding: 0;
  margin: 0;
  background: #fbfaf7;
  overflow: hidden;
  display: grid;
  align-items: stretch;
}
.hero::before { display: none; }
.hero-visual {
  position: absolute;
  z-index: 0;
  inset: 0 0 0 50%;
  overflow: hidden;
}
.hero-visual::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 0;
  width: 28%;
  background: linear-gradient(90deg, #fbfaf7 0%, rgba(251,250,247,.82) 28%, rgba(251,250,247,0) 100%);
}
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3,13,33,.04) 55%, rgba(3,13,33,.56) 100%);
}
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 57% center; }
.hero-inner {
  width: 100%;
  max-width: none;
  min-height: 766px;
  padding: 158px 6.3% 76px;
  display: grid;
  grid-template-columns: 47% 53%;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero-copy { max-width: 675px; text-align: left; }
.eyebrow {
  display: inline-flex;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--klein);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.ping { display: none; }
.hero h1 {
  margin: 28px 0 24px;
  font-family: var(--font-serif);
  font-size: clamp(56px, 4.65vw, 70px);
  line-height: .99;
  font-weight: 500;
  letter-spacing: -.052em;
  color: var(--text);
}
.hero h1 .grad {
  display: inline-block;
  color: var(--klein);
  background: none;
  -webkit-text-fill-color: currentColor;
}

/* Content discovery: a denser, library-forward homepage rhythm. */
.discovery-shell { padding: 54px 0 16px; background: linear-gradient(180deg, #fffefa 0%, #f7f8fb 100%); border-bottom: 1px solid var(--border); }
.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; }
.discovery-tools { display:flex; align-items:flex-end; justify-content:space-between; gap:32px; padding-bottom:24px; }
.discovery-title h2 { margin:8px 0 0; font-size:32px; letter-spacing:-.04em; }
.discovery-search { display:flex; width:min(100%,420px); border:1px solid var(--border-strong); background:#fff; border-radius:7px; overflow:hidden; }
.discovery-search input { flex:1; min-width:0; border:0; outline:0; padding:13px 15px; background:transparent; color:var(--text); font:14px var(--font-sans); }
.discovery-search button { border:0; padding:0 18px; background:var(--klein); color:#fff; font:700 13px var(--font-sans); cursor:pointer; }
.genre-rail { display:flex; overflow-x:auto; border-top:1px solid var(--border); border-bottom:1px solid var(--border); }
.genre-rail a { display:flex; align-items:center; gap:8px; flex:0 0 auto; min-height:53px; padding:0 19px; border-right:1px solid var(--border); color:var(--text-2); font-size:13px; font-weight:650; }
.genre-rail a:first-child { border-left:1px solid var(--border); }
.genre-rail a span { color:var(--text-4); font:11px var(--font-sans); }
.genre-rail a.active,.genre-rail a:hover { background:#ecf1ff; color:var(--klein); }
.content-hub { display:grid; grid-template-columns:minmax(0,1.6fr) minmax(260px,.84fr) minmax(285px,.95fr); gap:18px; margin-top:24px; }
.hub-spotlight,.hub-ranking,.reader-pulse,.new-chapters { border:1px solid var(--border); background:rgba(255,255,255,.82); border-radius:10px; }
.hub-spotlight,.hub-ranking,.reader-pulse { min-height:384px; padding:22px; }
.hub-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:14px; padding-bottom:17px; border-bottom:1px solid var(--border); }
.hub-heading h3,.pulse-heading h3 { margin:6px 0 0; font-size:22px; letter-spacing:-.035em; }
.hub-heading>a,.pulse-link { color:var(--klein); font-size:12px; font-weight:700; white-space:nowrap; }
.spotlight-books { display:grid; grid-template-columns:1.2fr .9fr .9fr; gap:12px; padding-top:17px; }
.spotlight-book { position:relative; display:block; min-height:276px; overflow:hidden; border-radius:7px; background:#152342; color:#fff; }
.spotlight-book img { width:100%; height:100%; object-fit:cover; opacity:.76; transition:transform .4s ease; }
.spotlight-book:hover img { transform:scale(1.045); }
.spotlight-copy { position:absolute; inset:auto 0 0; display:grid; gap:5px; padding:18px 15px 14px; background:linear-gradient(transparent,rgba(6,16,38,.94)); }
.spotlight-copy small { color:#bdceff; font-size:10px; letter-spacing:.1em; text-transform:uppercase; }.spotlight-copy strong{font-family:var(--font-serif);font-size:19px;line-height:1.03}.spotlight-copy em{font-size:12px;font-style:normal;opacity:.86}.spotlight-copy b{font-size:11px;font-weight:500;opacity:.72}
.ranking-list { margin:0; padding:8px 0 0; list-style:none; counter-reset:rank; }.ranking-list li{display:grid;grid-template-columns:30px minmax(0,1fr) 31px;align-items:center;gap:9px;padding:9px 0;border-bottom:1px solid rgba(10,20,39,.08)}.ranking-list li:last-child{border:0}.rank-no{font:600 12px var(--font-sans);color:var(--klein)}.ranking-list a{min-width:0;display:grid;gap:2px}.ranking-list strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.ranking-list small{color:var(--text-3);font-size:11px}.ranking-list img{width:31px;height:43px;border-radius:3px;object-fit:cover}
.reader-pulse { display:flex; flex-direction:column; background:#102a43; border-color:#102a43; color:#fff; }.pulse-heading>div{display:flex;align-items:center;gap:8px}.reader-pulse .eyebrow{color:#a9c7ff;font-size:10px}.pulse-dot{width:7px;height:7px;border-radius:50%;background:#59d88a;box-shadow:0 0 0 5px rgba(89,216,138,.13);animation:pulseBlink 1.8s infinite}.pulse-heading h3{color:#fff}.pulse-heading p{margin:8px 0 15px;color:#c5d2e4;font-size:12px;line-height:1.45}.reader-pulse-list{display:grid;gap:9px;overflow:hidden}.pulse-note{padding:10px 0;border-top:1px solid rgba(255,255,255,.15);animation:noteIn .4s ease both}.pulse-note header,.pulse-note footer{display:flex;align-items:center;justify-content:space-between;gap:8px}.pulse-note header span{color:#9ac1ff;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.07em}.pulse-note time{color:rgba(255,255,255,.58);font-size:10px}.pulse-note p{margin:6px 0;font:14px/1.35 var(--font-serif);color:#fff}.pulse-note footer{font-size:10.5px}.pulse-note footer b{color:#d8e5f7;font-weight:600}.pulse-note footer a{color:#9ac1ff}.pulse-link{margin-top:auto;padding-top:14px;color:#fff;border-top:1px solid rgba(255,255,255,.15)}
.new-chapters { margin:18px 0 30px; padding:21px 22px 10px; }.updates-list{margin-top:2px}.update-row{display:grid;grid-template-columns:104px minmax(150px,1.2fr) minmax(130px,1fr) minmax(100px,.8fr) 84px;gap:16px;align-items:center;padding:14px 0;border-bottom:1px solid var(--border);font-size:13px}.update-row:last-child{border:0}.update-row .update-genre{color:var(--klein);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.07em}.update-row strong{font-family:var(--font-serif);font-size:16px}.update-row>span:not(.update-genre),.update-row em{color:var(--text-3);font-size:12px;font-style:normal}.update-row time{color:var(--text-4);font-size:11px;text-align:right}
@keyframes noteIn{from{opacity:0;transform:translateY(-9px)}to{opacity:1;transform:none}}@keyframes pulseBlink{50%{box-shadow:0 0 0 8px rgba(89,216,138,0)}}
@media(max-width:1080px){.content-hub{grid-template-columns:1.4fr 1fr}.reader-pulse{grid-column:1/-1;min-height:auto}.reader-pulse-list{grid-template-columns:repeat(3,1fr)}.pulse-note{border-top:0;border-left:1px solid rgba(255,255,255,.15);padding:0 12px}.pulse-note:first-child{border-left:0;padding-left:0}.pulse-link{margin-top:14px}}@media(max-width:720px){.discovery-shell{padding-top:34px}.discovery-tools{display:grid;gap:18px}.discovery-title h2{font-size:27px}.discovery-search{width:100%}.content-hub{grid-template-columns:1fr}.hub-spotlight,.hub-ranking,.reader-pulse{min-height:auto}.spotlight-books{grid-template-columns:1.18fr .82fr}.spotlight-book:last-child{display:none}.reader-pulse-list{grid-template-columns:1fr}.pulse-note,.pulse-note:first-child{border-left:0;border-top:1px solid rgba(255,255,255,.15);padding:10px 0}.update-row{grid-template-columns:70px 1fr 64px;gap:8px}.update-row>span:not(.update-genre),.update-row em{display:none}.update-row strong{font-size:14px}.update-row time{font-size:10px}.genre-rail{margin-inline:-32px}.genre-rail a:first-child{border-left:0}}
.hero .sub { max-width: 525px; margin: 0 0 36px; color: var(--text-2); font-size: 17px; line-height: 1.55; text-align: left; }
.hero-cta { justify-content: flex-start; align-items: center; gap: 30px; }
.editorial-link { display: inline-flex; align-items: center; gap: 14px; color: #173b89; font-size: 14px; font-weight: 500; }
.editorial-link:hover { color: var(--klein); }
.hero-book-meta {
  position: absolute;
  right: 6.2%;
  bottom: 76px;
  display: grid;
  width: 240px;
  padding-left: 20px;
  color: #fff;
  border-left: 1px solid rgba(255,255,255,.56);
  text-shadow: 0 1px 10px rgba(0,0,0,.42);
}
.hero-book-title { font-family: var(--font-serif); font-size: 23px; line-height: 1.12; }
.hero-book-author { margin-top: 6px; font-size: 13px; color: rgba(255,255,255,.76); }
.hero-book-action { margin-top: 21px; display: flex; justify-content: space-between; font-size: 13px; }

/* Naturally moving curated shelf */
.curated-rail { padding: 0 0 58px; background: #fffefa; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); overflow: hidden; }
.curated-head { display: flex; align-items: center; gap: 26px; padding-top: 26px; padding-bottom: 20px; }
.curated-head::after { content: ""; height: 1px; background: var(--border); flex: 1; }
.curated-head > span { font-family: var(--font-serif); font-size: 18px; font-style: italic; white-space: nowrap; }
.curated-head > a { order: 3; color: var(--text-2); font-size: 13px; white-space: nowrap; }
.hero-strip { overflow: hidden; margin: 0; padding: 0; -webkit-mask-image: linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent); mask-image: linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent); }
.hero-strip-inner { width: max-content; display: flex; animation: hero-marquee 48s linear infinite; }
.hero-strip-group { display: flex; gap: 50px; padding: 0 50px 0 0; }
.hero-strip:hover .hero-strip-inner { animation-play-state: paused; }
.hero-cover {
  width: 360px;
  height: 190px;
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 23px;
  align-items: center;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  background: transparent;
  transform: none;
}
.hero-cover:hover { transform: translateY(-3px); }
.hero-cover::after { display: none; }
.hero-cover > img { width: 128px; height: 190px; border-radius: 5px; object-fit: cover; box-shadow: 0 9px 22px rgba(10,20,39,.13); }
.hero-cover-copy { display: grid; align-content: center; min-width: 0; }
.hero-cover-copy strong { font-family: var(--font-serif); font-size: 21px; line-height: 1.08; font-weight: 500; color: var(--text); }
.hero-cover-copy small { margin-top: 11px; color: var(--text-3); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.hero-cover-copy em { margin-top: 24px; color: var(--text-2); font-family: var(--font-serif); font-size: 15px; font-style: normal; }

/* Two curated reading currents */
.reading-currents { padding: 104px 0 100px; overflow: hidden; background: #f8f7f2; border-bottom: 1px solid var(--border); }
.currents-heading { max-width: 660px; margin: 0 auto 42px; text-align: center; }
.currents-heading .eyebrow { justify-content: center; margin-bottom: 14px; }
.currents-heading h2 { margin: 0; font-family: var(--font-serif); font-size: clamp(38px,4.5vw,60px); font-weight: 500; line-height: 1.02; letter-spacing: -.045em; }
.currents-heading p { max-width: 470px; margin: 17px auto 0; color: var(--text-2); font-size: 16px; line-height: 1.6; }
.currents-stage { --current-bg: #f9f4e6; --current-side: #f8ecee; --current-ink: #775419; --current-mist: rgba(194,165,107,.28); position: relative; display: grid; grid-template-columns: minmax(0,1fr) 292px; min-height: 468px; overflow: visible; border: 1px solid rgba(18,33,55,.11); background: var(--current-bg); transition: grid-template-columns .72s cubic-bezier(.22,.8,.2,1), background .55s ease; }
.currents-stage[data-current-mode="night"] { --current-bg: #eef1f7; --current-side: #e9f0e8; --current-ink: #274c67; --current-mist: rgba(67,110,143,.23); }
.current-main { position: relative; z-index: 0; min-width: 0; padding: 42px 46px 34px; overflow: hidden; transition: opacity .24s ease, transform .58s cubic-bezier(.22,.8,.2,1); }
.current-main::before,.current-main::after { position: absolute; z-index: -1; content: ""; pointer-events: none; filter: blur(1px); }
.current-main::before { width: 370px; height: 230px; right: -65px; top: -82px; background: radial-gradient(ellipse at center, var(--current-mist), transparent 68%); transform: rotate(-14deg); }
.current-main::after { width: 300px; height: 142px; left: -82px; bottom: -84px; opacity: .68; background: radial-gradient(ellipse at center, var(--current-mist), transparent 70%); transform: rotate(18deg); }
.current-main-head { text-align: center; }
.current-kicker,.current-next-copy > span,.current-next-label { display: block; color: var(--current-ink); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.current-main-head h3 { margin: 6px 0 0; font-family: var(--font-serif); font-size: 34px; font-weight: 500; letter-spacing: -.035em; }
.current-main-head p { max-width: 430px; margin: 8px auto 0; color: var(--text-2); font-size: 14px; line-height: 1.5; }
.current-books { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: clamp(14px,2.05vw,30px); align-items: start; margin-top: 32px; }
.current-book { min-width: 0; color: var(--text); }
.current-book img { width: 100%; aspect-ratio: 2 / 3; display: block; object-fit: cover; border-radius: 4px; box-shadow: 0 12px 23px rgba(18,27,39,.15); transition: transform .28s ease, box-shadow .28s ease; }
.current-book:hover img { transform: translateY(-6px); box-shadow: 0 18px 30px rgba(18,27,39,.22); }
.current-book strong { display: block; margin-top: 13px; overflow: hidden; color: var(--text); font-family: var(--font-serif); font-size: 16px; font-weight: 500; line-height: 1.18; text-overflow: ellipsis; white-space: nowrap; }
.current-book small { display: block; margin-top: 6px; overflow: hidden; color: var(--text-3); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.current-next { position: relative; display: flex; flex-direction: column; align-items: center; padding: 41px 32px 30px; overflow: visible; background: var(--current-side); transition: background .45s ease, opacity .24s ease, transform .58s cubic-bezier(.22,.8,.2,1); }
.current-next::before { position: absolute; width: 220px; height: 160px; right: -83px; bottom: -86px; content: ""; background: radial-gradient(ellipse at center, var(--current-mist), transparent 70%); opacity: .76; pointer-events: none; }
.current-next-label { color: var(--text-3); font-size: 10px; letter-spacing: .11em; }
.current-next-copy { margin-top: 50px; text-align: center; }
.current-next-copy h3 { margin: 5px 0 0; font-family: var(--font-serif); font-size: 25px; font-weight: 500; letter-spacing: -.035em; }
.current-next-book { position: relative; z-index: 1; display: block; width: 136px; margin-top: 27px; text-align: center; }
.current-next-book img { width: 100%; aspect-ratio: 2 / 3; display: block; object-fit: cover; border-radius: 4px; box-shadow: 0 12px 24px rgba(18,27,39,.18); }
.current-next-book strong { display: block; margin-top: 12px; color: var(--text); font-family: var(--font-serif); font-size: 14px; font-weight: 500; line-height: 1.2; }
.current-swap { position: absolute; z-index: 3; top: 50%; left: -25px; display: grid; width: 50px; height: 50px; padding: 0; place-items: center; border: 1px solid rgba(18,33,55,.1); border-radius: 50%; background: #fff; color: var(--text); box-shadow: 0 8px 22px rgba(18,27,39,.08); transform: translateY(-50%); transition: transform .22s ease, background .22s ease; }
.current-swap:hover { background: var(--klein); color: #fff; transform: translateY(-50%) scale(1.06); }
.current-swap span { font-size: 22px; line-height: 1; }
.current-tabs { display: flex; justify-content: center; gap: 8px; margin-top: 19px; }
.current-tabs button { min-width: 142px; padding: 10px 16px; border: 1px solid transparent; border-radius: 999px; background: transparent; color: var(--text-3); font-size: 12px; font-weight: 700; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.current-tabs button[aria-selected="true"] { border-color: var(--border); background: #fff; color: var(--text); }
/* Both paths remain in the DOM. Only their rails resize, which keeps the swap smooth. */
.currents-stage { --shelf-side: 292px; grid-template-columns: minmax(0,1fr) var(--shelf-side); background: #f8f7f2; }
.currents-stage[data-current-mode="night"] { grid-template-columns: var(--shelf-side) minmax(0,1fr); }
.current-panel { position: relative; min-width: 0; overflow: hidden; padding: 42px 46px 34px; background: var(--panel-bg); transition: padding .72s cubic-bezier(.22,.8,.2,1), background .55s ease; }
.current-soft { --panel-bg: #faf4e7; --panel-ink: #775419; --panel-mist: rgba(194,165,107,.28); grid-column: 1; grid-row: 1; }
.current-night { --panel-bg: #edf2f7; --panel-ink: #274c67; --panel-mist: rgba(67,110,143,.23); grid-column: 2; grid-row: 1; }
.current-panel::before,.current-panel::after { position: absolute; z-index: 0; content: ""; pointer-events: none; background: radial-gradient(ellipse at center, var(--panel-mist), transparent 68%); }
.current-panel::before { width: 360px; height: 224px; top: -82px; right: -68px; transform: rotate(-14deg); }
.current-panel::after { width: 290px; height: 138px; bottom: -82px; left: -74px; opacity: .68; transform: rotate(18deg); }
.current-panel-head,.current-panel .current-books { position: relative; z-index: 1; }
.current-panel-head { text-align: center; transition: margin .72s cubic-bezier(.22,.8,.2,1), text-align .1s linear; }
.current-panel-head .current-kicker { color: var(--panel-ink); }
.current-panel-head h3 { margin: 6px 0 0; font-family: var(--font-serif); font-size: 34px; font-weight: 500; letter-spacing: -.035em; transition: font-size .72s cubic-bezier(.22,.8,.2,1); }
.current-panel-head p { max-width: 430px; max-height: 64px; margin: 8px auto 0; overflow: hidden; color: var(--text-2); font-size: 14px; line-height: 1.5; opacity: 1; transition: max-height .42s ease, margin .42s ease, opacity .26s ease; }
.current-panel .current-books { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: clamp(14px,2.05vw,30px); align-items: start; margin-top: 32px; transition: width .72s cubic-bezier(.22,.8,.2,1), margin .72s cubic-bezier(.22,.8,.2,1), grid-template-columns .72s cubic-bezier(.22,.8,.2,1); }
.current-panel .current-book { position: relative; min-width: 0; opacity: 1; pointer-events: auto; transform: none; transition: opacity .34s ease, transform .56s cubic-bezier(.22,.8,.2,1); }
.currents-stage[data-current-mode="soft"] .current-night,
.currents-stage[data-current-mode="night"] .current-soft { display: flex; flex-direction: column; align-items: center; padding: 41px 32px 30px; }
.currents-stage[data-current-mode="soft"] .current-night .current-panel-head,
.currents-stage[data-current-mode="night"] .current-soft .current-panel-head { width: 100%; margin-top: 50px; }
.currents-stage[data-current-mode="soft"] .current-night .current-panel-head h3,
.currents-stage[data-current-mode="night"] .current-soft .current-panel-head h3 { font-size: 25px; }
.currents-stage[data-current-mode="soft"] .current-night .current-panel-head p,
.currents-stage[data-current-mode="night"] .current-soft .current-panel-head p { max-height: 0; margin-top: 0; opacity: 0; }
.currents-stage[data-current-mode="soft"] .current-night .current-books,
.currents-stage[data-current-mode="night"] .current-soft .current-books { display: block; width: 136px; min-height: 204px; margin: 27px auto 0; }
.currents-stage[data-current-mode="soft"] .current-night .current-book,
.currents-stage[data-current-mode="night"] .current-soft .current-book { position: absolute; width: 136px; opacity: 0; pointer-events: none; transform: translateY(16px) scale(.97); }
.currents-stage[data-current-mode="soft"] .current-night .current-book:first-child,
.currents-stage[data-current-mode="night"] .current-soft .current-book:first-child { position: relative; display: block; width: 136px; opacity: 1; pointer-events: auto; transform: none; }
.currents-stage[data-current-mode="soft"] .current-night .current-book:first-child strong,
.currents-stage[data-current-mode="night"] .current-soft .current-book:first-child strong { font-size: 14px; }
.current-swap { left: calc(100% - var(--shelf-side) - 25px); transition: left .72s cubic-bezier(.22,.8,.2,1), right .72s cubic-bezier(.22,.8,.2,1), transform .22s ease, background .22s ease; }
.currents-stage[data-current-mode="night"] .current-swap { right: auto; left: calc(var(--shelf-side) - 25px); }
.currents-stage[data-current-mode="night"] .current-swap span { transform: rotate(180deg); }
@media (max-width: 900px) and (min-width: 701px) {
  .currents-stage { --shelf-side: 226px; }
}

/* Transform-driven carousel: no panel is resized or rebuilt during a switch. */
.currents-stage { --shelf-side: 292px; display: block; min-height: 468px; overflow: hidden; background: #f8f7f2; }
.currents-track { display: flex; width: 200%; min-height: 468px; transform: translate3d(0,0,0); transition: transform 780ms cubic-bezier(.22,1,.36,1); will-change: transform; }
.currents-stage[data-current-mode="night"] .currents-track { transform: translate3d(-50%,0,0); }
.current-slide { display: grid; flex: 0 0 50%; width: 50%; min-height: 468px; }
.current-slide-soft { grid-template-columns: minmax(0,1fr) var(--shelf-side); }
.current-slide-night { grid-template-columns: var(--shelf-side) minmax(0,1fr); }
.currents-stage .current-slide .current-main-shelf { display: block; min-width: 0; padding: 42px 46px 34px; }
.currents-stage .current-slide .current-preview-shelf { display: flex; flex-direction: column; align-items: center; min-width: 0; padding: 41px 32px 30px; }
.currents-stage .current-slide .current-main-shelf .current-panel-head { margin-top: 0; text-align: center; }
.currents-stage .current-slide .current-main-shelf .current-panel-head h3 { font-size: 34px; }
.currents-stage .current-slide .current-main-shelf .current-panel-head p { max-height: 64px; margin: 8px auto 0; opacity: 1; }
.currents-stage .current-slide .current-main-shelf .current-books { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); width: auto; min-height: 0; gap: clamp(14px,2.05vw,30px); margin: 32px 0 0; padding: 0; overflow: visible; }
.currents-stage .current-slide .current-main-shelf .current-book { position: relative; flex: 0 0 auto; width: auto; opacity: 1; pointer-events: auto; transform: none; }
.currents-stage .current-slide .current-preview-shelf .current-panel-head { width: 100%; margin-top: 50px; text-align: center; }
.currents-stage .current-slide .current-preview-shelf .current-panel-head h3 { font-size: 25px; }
.currents-stage .current-slide .current-preview-shelf .current-panel-head p { max-height: 0; margin-top: 0; opacity: 0; }
.currents-stage .current-slide .current-preview-shelf .current-books { display: block; width: 136px; min-height: 204px; margin: 27px auto 0; padding: 0; overflow: visible; }
.currents-stage .current-slide .current-preview-shelf .current-book { position: absolute; width: 136px; opacity: 0; pointer-events: none; transform: translateY(16px) scale(.97); }
.currents-stage .current-slide .current-preview-shelf .current-book:first-child { position: relative; display: block; width: 136px; opacity: 1; pointer-events: auto; transform: none; }
.currents-stage .current-slide .current-preview-shelf .current-book:first-child strong { font-size: 14px; }
.current-swap { left: calc(100% - var(--shelf-side) - 24px); display: grid; width: 48px; height: 48px; padding: 0; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; background: #102e5a; color: #fff; box-shadow: 0 12px 26px rgba(16,46,90,.22); transition: left 780ms cubic-bezier(.22,1,.36,1), background .2s ease, box-shadow .2s ease, transform .2s ease; }
.current-swap svg { width: 21px; height: 21px; transition: transform 780ms cubic-bezier(.22,1,.36,1); }
.current-swap:hover { background: #164b92; color: #fff; box-shadow: 0 15px 30px rgba(16,46,90,.3); transform: translateY(-50%) scale(1.05); }
.currents-stage[data-current-mode="night"] .current-swap { right: auto; left: calc(var(--shelf-side) - 24px); }
.currents-stage[data-current-mode="night"] .current-swap svg { transform: rotate(180deg); }

/* Editorial sections */
.section { padding: 112px 0; }
.section-head { max-width: 740px; margin: 0 auto 55px; }
.section-head-left { max-width: none; margin-left: 0; text-align: left; }
.section-head-left .eyebrow { margin-left: 0; }
.section-head h2,
.section h2,
.cta h2 {
  font-family: var(--font-serif);
  font-size: clamp(42px, 4.3vw, 60px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -.04em;
}
.section .desc { max-width: 650px; font-size: 17px; color: var(--text-2); }
.feature-grid { gap: 0; border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.feature {
  min-height: 270px;
  border-radius: 0;
  border: 0;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 38px;
  background: #fffefa;
  transition: background .25s ease;
}
.feature:hover { transform: none; box-shadow: none; background: #f4f3ee; }
.feature h3 { font-family: var(--font-serif); font-size: 28px; font-weight: 500; }
.feature p { max-width: 50ch; font-size: 15px; color: var(--text-2); }
.feature-1,
.feature-1:hover { background: var(--klein-deep); color: #fff; }
.feature-1 h3 { color: #fff; }
.feature-1 p { color: rgba(255,255,255,.72); }
.feature-art { gap: 10px; max-width: 430px; }
.feature-cover { border-radius: 4px; box-shadow: 0 8px 20px rgba(0,0,0,.24); }
.feature-media { margin-top: 28px; border-radius: 4px; box-shadow: none; aspect-ratio: 2.4 / 1; }
.trending-section { background: #efeee8; }

.cover-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 46px 24px; }
.cover-card { min-width: 0; transition: transform .28s ease; }
.cover-card:hover { transform: translateY(-4px); }
.cover { border-radius: 4px; box-shadow: 0 7px 20px rgba(10,20,39,.11); }
.cover::after { display: none; }
.cover-card:hover .cover { box-shadow: 0 16px 34px rgba(10,20,39,.16); }
.cover-info { margin-top: 16px; }
.cover-title { font-family: var(--font-serif); font-size: 17px; line-height: 1.18; font-weight: 600; }
.cover-author { margin-top: 5px; color: var(--text-3); font-size: 12px; }
.cover-meta { padding-top: 9px; margin-top: 10px; border-top: 1px solid var(--border); font-size: 11px; }
.rating { color: var(--text-2); font-weight: 500; }
.cover-badge { top: 9px; left: 9px; padding: 4px 7px; border-radius: 3px; color: var(--text); font-size: 9px; }

.editorial {
  padding: 104px 0 0;
  background: #f8f7f3;
  color: var(--text);
  scroll-margin-top: 72px;
}
.editorial::before { display: none; }
.editorial-inner { max-width: 1376px; }
.editorial-ledger {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: clamp(48px, 4.4vw, 72px);
  align-items: start;
}
.editorial .editorial-heading {
  max-width: 520px;
  margin: 8px 0 0;
  text-align: left;
}
.editorial .eyebrow { color: var(--klein); margin-bottom: 42px; }
.editorial h2 {
  margin: 0;
  color: #102443;
  font-family: var(--font-serif);
  font-size: clamp(54px, 4.15vw, 68px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -.045em;
}
.editorial .desc {
  max-width: 390px;
  margin-top: 32px;
  color: #465570;
  font-size: 17px;
  line-height: 1.55;
}
.editorial-voices { min-width: 0; }
.ed-card {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) 214px;
  column-gap: 24px;
  align-items: center;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgba(6,62,199,.17);
  padding: 0 0 30px;
  background: transparent;
  backdrop-filter: none;
  color: var(--text);
}
.ed-card + .ed-card { padding-top: 30px; }
.ed-card:last-child { border-bottom: 0; padding-bottom: 0; }
.ed-card:hover { transform: none; background: transparent; }
.ed-number {
  align-self: start;
  padding-top: 2px;
  border-right: 2px solid rgba(6,62,199,.46);
  color: #1260ed;
  font-family: var(--font-serif);
  font-size: 56px;
  font-weight: 400;
  line-height: .92;
  letter-spacing: -.045em;
}
.ed-quote {
  margin: 0;
  color: #102443;
  font-family: var(--font-serif);
  font-size: clamp(23px, 1.55vw, 27px);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -.025em;
}
.ed-card:nth-child(2) .ed-quote,
.ed-card:nth-child(3) .ed-quote { max-width: 310px; }
.ed-quote::before { display: none; }
.ed-meta { gap: 16px; min-width: 0; }
.ed-avatar {
  flex: 0 0 auto;
  width: 78px;
  height: 84px;
  border-radius: 0;
  background: #e8e6df;
  object-fit: cover;
}
.ed-name { color: #102443; font-size: 14px; font-weight: 700; }
.ed-role { margin-top: 7px; color: #465570; font-size: 12.5px; line-height: 1.35; }
.editorial-panorama {
  width: 100%;
  height: clamp(220px, 15.5vw, 270px);
  margin: 58px 0 0;
  overflow: hidden;
}
.editorial-panorama img { width: 100%; height: 100%; object-fit: cover; object-position: center 49%; }

.stat-row { text-align: left; gap: 0; padding: 70px 0; }
.stat-row > div { padding-left: 26px; border-left: 1px solid var(--border); }
.stat-num { font-family: var(--font-serif); font-weight: 500; color: var(--text); background: none; }
.cta { padding: 110px 0; background: #e8edf9; color: var(--text); }
.cta::before { display: none; }
.cta h2 { color: var(--text); }
.cta p { color: var(--text-2); }
.cta .hero-cta { justify-content: center; }
.cta .btn-primary { background: var(--klein); color: #fff; }
.cta .btn-light { color: var(--text); border-color: var(--border-strong); }

/* Library and secondary pages */
.page-hero {
  padding: 160px 0 72px;
  text-align: left;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
}
.page-hero .eyebrow { margin: 0; }
.page-hero h1 { margin: 24px 0 18px; max-width: 900px; font-family: var(--font-serif); font-size: clamp(60px, 7vw, 92px); font-weight: 500; line-height: .97; letter-spacing: -.052em; }
.page-hero p { margin: 0; max-width: 650px; font-size: 17px; }
.cat-row { justify-content: flex-start; gap: 24px; margin: 46px 0 24px; border-bottom: 1px solid var(--border); }
.cat-pill { padding: 11px 0 13px; border: 0; border-radius: 0; background: transparent; color: var(--text-3); font-size: 13px; }
.cat-pill:hover { border: 0; background: transparent; color: var(--text); }
.cat-pill.active { color: var(--klein); background: transparent; border: 0; border-bottom: 2px solid var(--klein); box-shadow: none; }
.filter-bar { margin: 0 0 30px; padding: 18px 0; border: 0; border-bottom: 1px solid var(--border); border-radius: 0; box-shadow: none; background: transparent; }
.filter-bar .search { padding: 0; border-radius: 0; background: transparent; }
.filter-bar .search input { height: 44px; font-family: var(--font-serif); font-size: 18px; }
.filter-select { padding: 10px 32px 10px 12px; border-radius: 4px; border: 1px solid var(--border); background: #fffefa; font-size: 13px; }

.detail-grid { grid-template-columns: minmax(280px, 370px) minmax(0, 1fr); gap: 8vw; margin-top: 40px; }
.detail-shell { padding-inline: 32px !important; }
.detail-cover { border-radius: 5px; box-shadow: 0 18px 50px rgba(10,20,39,.16); }
.detail-cover::after { background: linear-gradient(180deg, transparent 62%, rgba(3,9,22,.75)); }
.detail-body { padding-top: 14px; }
.detail-body h1 { font-family: var(--font-serif); font-size: clamp(54px, 5vw, 78px); font-weight: 500; letter-spacing: -.05em; }
.detail-author { margin: 16px 0 30px; }
.detail-meta { gap: 0; justify-content: space-between; padding: 24px 0; }
.detail-meta .item { padding-right: 20px; }
.detail-meta .item b { font-family: var(--font-serif); font-size: 18px; font-weight: 500; }
.detail-section { margin: 58px 0; }
.detail-section h3 { padding-bottom: 13px; border-bottom: 1px solid var(--border); font-family: var(--font-serif); font-size: 28px; font-weight: 500; }
.chapter-list { display: block; border: 0; border-radius: 0; }
.chapter-list a { padding: 16px 2px; border: 0; border-bottom: 1px solid var(--border); }
.chapter-list a:hover { background: transparent; padding-left: 8px; }

.empty-state { padding: 90px 28px; border-radius: 0; background: transparent; }
.empty-state h2 { font-family: var(--font-serif); font-size: 42px; font-weight: 500; }
.progress-line { border-radius: 0; background: #deded8; }
.progress-line > span { border-radius: 0; background: var(--klein); }

.about-brand-panel { border-radius: 5px !important; background: #071b4c; }
.about-brand-panel > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.about-brand-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,13,33,.85), rgba(3,13,33,.16)); }

.modal-shell { background: rgba(5,10,20,.55); backdrop-filter: blur(10px); }
.modal-card { border-radius: 8px; padding: 42px; box-shadow: 0 28px 90px rgba(0,0,0,.25); }
.modal-card h2 { font-family: var(--font-serif); font-weight: 500; }
.modal-close { right: 18px; top: 17px; color: var(--text-3); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.modal-card input { border-radius: 4px; }
.auth-tabs { border-radius: 5px; }
.auth-tabs button { border-radius: 3px; }

.footer { padding: 68px 0 30px; background: #efeee8; border-top: 1px solid var(--border); }
.footer-grid { gap: 60px; }
.footer h4 { text-transform: uppercase; letter-spacing: .09em; font-size: 10px; }

/* Reader */
.reader-bar { background: rgba(248,247,243,.94) !important; border-color: var(--border) !important; }
.reader-bar .controls button { width: auto !important; min-width: 34px; padding-inline: 8px; border-radius: 4px !important; }
.reader-stage { max-width: 760px !important; padding-top: 130px !important; }
.reader-title { font-family: var(--font-serif); font-weight: 500 !important; font-size: 50px !important; letter-spacing: -.04em !important; }
.reader-body { color: #202737 !important; line-height: 1.86 !important; }
.reader-controls { padding: 8px !important; border: 1px solid rgba(255,255,255,.15); border-radius: 7px !important; background: rgba(7,27,76,.95) !important; }
.reader-controls button { width: auto !important; height: 36px !important; padding: 0 12px; border-radius: 4px !important; font-size: 12px; }

@media (max-width: 1100px) {
  .cover-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .home-page .nav:not(.scrolled) .nav-links { color: var(--text); }
  .hero-inner { grid-template-columns: 52% 48%; padding-inline: 4%; }
  .hero h1 { font-size: clamp(52px, 6.6vw, 72px); }
  .editorial-ledger { gap: 48px; }
  .ed-card { grid-template-columns: 62px minmax(0, 1fr) 184px; column-gap: 18px; }
  .ed-avatar { width: 66px; height: 72px; }
}

@media (max-width: 900px) {
  .container { padding-inline: 22px; }
  .nav,
  .nav.scrolled { height: 64px; }
  .nav-inner { padding-inline: 22px; gap: 12px; }
  .brand { margin-right: auto; }
  .nav-links {
    display: none;
    position: fixed;
    inset: 64px 0 auto;
    margin: 0;
    padding: 18px 22px 28px;
    background: rgba(248,247,243,.98);
    border-bottom: 1px solid var(--border);
    flex-direction: column;
    gap: 2px;
  }
  .nav-links a { padding: 12px 0; font-size: 18px; color: var(--text) !important; }
  .nav-links a.active::after { display: none; }
  .nav-open .nav-links { display: flex; }
  .mobile-menu-button { display: inline-flex; padding: 8px 2px; }
  .home-page .nav:not(.scrolled) .mobile-menu-button { color: #fff; }
  .home-page.nav-open .nav:not(.scrolled) .mobile-menu-button { color: var(--text); }
  .nav-actions { gap: 12px; }
  .nav-actions .btn-primary { display: none; }
  .nav-actions .btn-ghost { display: none; }
  .language-menu { right: 0; top: 44px; }
  .hero { min-height: auto; padding: 0; display: block; }
  .hero-visual { position: relative; inset: auto; height: 56vh; min-height: 420px; }
  .hero-visual::before { width: 100%; height: 32%; inset: 0 0 auto; background: linear-gradient(180deg,#fbfaf7,rgba(251,250,247,0)); }
  .hero-visual img { object-position: 64% center; }
  .hero-inner { min-height: 0; padding: 122px 22px 48px; display: block; }
  .hero-copy { max-width: 620px; }
  .hero h1 { margin-top: 22px; font-size: clamp(48px, 12vw, 72px); }
  .hero .sub { margin-bottom: 28px; }
  .hero-book-meta { right: 22px; bottom: 42px; }
  .home-page .nav:not(.scrolled) .brand,
  .home-page .nav:not(.scrolled) .nav-links a { color: var(--text); }
  .home-page .nav:not(.scrolled) .nav-actions { color: var(--text); }
  .home-page .nav:not(.scrolled) .lang-switch { color: var(--text); border-color: var(--border-strong); }
  .home-page .nav:not(.scrolled) .mobile-menu-button { color: var(--text); }
  .hero-cta { gap: 20px; }
  .curated-rail { padding-bottom: 44px; }
  .hero-cover { width: 325px; grid-template-columns: 112px 1fr; }
  .hero-cover > img { width: 112px; height: 168px; }
  .currents-stage { grid-template-columns: minmax(0,1fr) 226px; }
  .current-main { padding-inline: 30px; }
  .current-books { gap: 16px; }
  .current-next { padding-inline: 24px; }
  .feature-1, .feature-2, .feature-3, .feature-4, .feature-5 { grid-column: span 12; }
  .section { padding: 82px 0; }
  .section-head h2, .section h2, .cta h2 { font-size: 44px; }
  .detail-grid { grid-template-columns: 1fr; gap: 42px; }
  .detail-cover { position: relative; top: 0; width: min(330px, 78vw); max-width: none; }
  .editorial { padding-top: 86px; }
  .editorial-ledger { grid-template-columns: 1fr; gap: 60px; }
  .editorial .editorial-heading { max-width: 720px; margin-bottom: 0; }
  .editorial .eyebrow { margin-bottom: 30px; }
  .editorial .desc { max-width: 560px; }
  .ed-card { grid-template-columns: 64px minmax(0, 1fr) 210px; column-gap: 22px; }
  .ed-avatar { width: 74px; height: 80px; }
}

@media (max-width: 700px) {
  .brand-text { display: none; }
  .nav-actions { gap: 10px; }
  .lang-switch { min-width: 48px; height: 34px; padding-inline: 9px; }
  .hero-inner { padding-top: 104px; }
  .hero h1 { font-size: clamp(45px, 13.6vw, 62px); line-height: 1.01; }
  .hero .sub { font-size: 16px; }
  .hero-cta { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-visual { height: 50vh; }
  .hero-book-meta { width: 210px; bottom: 30px; }
  .curated-head { gap: 14px; }
  .curated-head::after { display: none; }
  .curated-head > a { margin-left: auto; font-size: 12px; }
  .hero-strip { -webkit-mask-image: none; mask-image: none; }
  .hero-strip-group { gap: 30px; }
  .reading-currents { padding: 74px 0; }
  .currents-heading { margin-bottom: 30px; text-align: left; }
  .currents-heading .eyebrow { justify-content: flex-start; }
  .currents-heading h2 { font-size: 42px; }
  .currents-heading p { margin-left: 0; }
  .currents-stage { grid-template-columns: 1fr; min-height: 0; overflow: hidden; }
  .currents-stage[data-current-mode="night"] { grid-template-columns: 1fr; }
  .current-soft,.current-night { grid-column: 1; }
  .currents-stage[data-current-mode="soft"] .current-soft { grid-row: 1; }
  .currents-stage[data-current-mode="soft"] .current-night { grid-row: 2; }
  .currents-stage[data-current-mode="night"] .current-soft { grid-row: 2; }
  .currents-stage[data-current-mode="night"] .current-night { grid-row: 1; }
  .currents-stage .currents-track { min-height: 0; }
  .currents-stage .current-slide { display: flex; flex-direction: column; min-height: 0; }
  .currents-stage .current-slide .current-main-shelf { order: 1; padding: 32px 22px 29px; }
  .currents-stage .current-slide .current-preview-shelf { order: 2; min-height: 154px; align-items: flex-start; padding: 25px 74px 24px 22px; }
  .currents-stage .current-slide .current-main-shelf .current-panel-head { text-align: left; }
  .currents-stage .current-slide .current-main-shelf .current-panel-head h3 { font-size: 29px; }
  .currents-stage .current-slide .current-main-shelf .current-panel-head p { margin-left: 0; }
  .currents-stage .current-slide .current-main-shelf .current-books { display: flex; gap: 14px; margin: 27px -22px 0; padding: 0 22px 8px; overflow-x: auto; scrollbar-width: none; }
  .currents-stage .current-slide .current-main-shelf .current-books::-webkit-scrollbar { display: none; }
  .currents-stage .current-slide .current-main-shelf .current-book { flex: 0 0 128px; }
  .currents-stage .current-slide .current-preview-shelf .current-panel-head { margin-top: 18px; text-align: left; }
  .currents-stage .current-slide .current-preview-shelf .current-books { position: absolute; right: 23px; bottom: 20px; display: block; width: 70px; min-height: 105px; margin: 0; }
  .currents-stage .current-slide .current-preview-shelf .current-book,
  .currents-stage .current-slide .current-preview-shelf .current-book:first-child { width: 70px; }
  .currents-stage .current-slide .current-preview-shelf .current-book:first-child strong { display: none; }
  .current-panel { padding: 32px 22px 29px; }
  .current-panel-head { text-align: left; }
  .current-panel-head h3 { font-size: 29px; }
  .current-panel-head p { margin-left: 0; }
  .current-panel .current-books { display: flex; gap: 14px; margin: 27px -22px 0; padding: 0 22px 8px; overflow-x: auto; scrollbar-width: none; }
  .current-panel .current-books::-webkit-scrollbar { display: none; }
  .current-panel .current-book { flex: 0 0 128px; }
  .currents-stage[data-current-mode="soft"] .current-night,
  .currents-stage[data-current-mode="night"] .current-soft { min-height: 154px; align-items: flex-start; padding: 25px 74px 24px 22px; }
  .currents-stage[data-current-mode="soft"] .current-night .current-panel-head,
  .currents-stage[data-current-mode="night"] .current-soft .current-panel-head { margin-top: 18px; text-align: left; }
  .currents-stage[data-current-mode="soft"] .current-night .current-books,
  .currents-stage[data-current-mode="night"] .current-soft .current-books { position: absolute; right: 23px; bottom: 20px; display: block; width: 70px; min-height: 105px; margin: 0; padding: 0; overflow: visible; }
  .currents-stage[data-current-mode="soft"] .current-night .current-book,
  .currents-stage[data-current-mode="night"] .current-soft .current-book,
  .currents-stage[data-current-mode="soft"] .current-night .current-book:first-child,
  .currents-stage[data-current-mode="night"] .current-soft .current-book:first-child { width: 70px; }
  .currents-stage[data-current-mode="soft"] .current-night .current-book:first-child strong,
  .currents-stage[data-current-mode="night"] .current-soft .current-book:first-child strong { display: none; }
  .current-main { padding: 32px 22px 29px; }
  .current-main-head { text-align: left; }
  .current-main-head h3 { font-size: 29px; }
  .current-main-head p { margin-left: 0; }
  .current-books { display: flex; gap: 14px; margin: 27px -22px 0; padding: 0 22px 8px; overflow-x: auto; scrollbar-width: none; }
  .current-books::-webkit-scrollbar { display: none; }
  .current-book { flex: 0 0 128px; }
  .current-book strong { font-size: 15px; }
  .current-next { min-height: 154px; align-items: flex-start; padding: 25px 74px 24px 22px; }
  .current-next-copy { margin-top: 18px; text-align: left; }
  .current-next-copy h3 { font-size: 23px; }
  .current-next-book { position: absolute; right: 23px; bottom: 20px; width: 70px; }
  .current-next-book strong { display: none; }
  .current-swap { top: 50%; right: 20px; left: auto; width: 42px; height: 42px; }
  .current-tabs { justify-content: flex-start; overflow-x: auto; }
  .current-tabs button { min-width: 130px; }
  .cover-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px 16px; }
  .section { padding: 72px 0; }
  .section-head { margin-bottom: 36px; }
  .section-head h2, .section h2, .cta h2 { font-size: 38px; }
  .feature { padding: 28px; }
  .stat-row { grid-template-columns: 1fr 1fr; gap: 28px 0; }
  .stat-row > div { padding-left: 14px; }
  .page-hero { padding: 118px 0 52px; }
  .page-hero h1 { font-size: 52px; }
  .cat-row { gap: 18px; flex-wrap: nowrap; overflow-x: auto; }
  .cat-row { scrollbar-width: none; }
  .cat-row::-webkit-scrollbar { display: none; }
  .filter-bar { align-items: stretch; flex-direction: column; }
  .filter-select { width: 100%; }
  .detail-body h1 { font-size: 48px; }
  .detail-shell { padding-inline: 22px !important; }
  .detail-meta { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px 8px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .reader-bar { padding-inline: 14px !important; }
  .reader-bar .meta span:last-child { display: none; }
  .reader-bar .controls { gap: 2px !important; }
  .reader-bar .controls .size-btn:first-child { display: none; }
  .reader-stage { padding: 100px 22px 140px !important; }
  .reader-title { font-size: 40px !important; }
  .reader-body { font-size: 18px !important; }
  .reader-controls { bottom: 14px !important; width: calc(100% - 28px); justify-content: space-between; }
  .editorial { padding-top: 70px; }
  .editorial-inner { padding-inline: 22px; }
  .editorial-ledger { gap: 48px; }
  .editorial .editorial-heading { margin: 0; }
  .editorial .eyebrow { margin-bottom: 25px; }
  .editorial h2 { font-size: clamp(43px, 12.3vw, 56px); }
  .editorial .desc { margin-top: 24px; font-size: 16px; }
  .ed-card {
    grid-template-columns: 48px minmax(0, 1fr);
    column-gap: 16px;
    row-gap: 18px;
    padding-bottom: 26px;
  }
  .ed-card + .ed-card { padding-top: 26px; }
  .ed-number { grid-row: 1 / span 2; font-size: 40px; }
  .ed-quote { font-size: 22px; }
  .ed-meta { grid-column: 2; }
  .ed-avatar { width: 54px; height: 58px; }
  .ed-role { margin-top: 4px; }
  .editorial-panorama { height: 250px; margin-top: 46px; }
  .editorial-panorama img { object-position: 53% center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-strip { overflow-x: auto; }
  .hero-strip-inner { animation: none; }
  .hero-strip-group:last-child { display: none; }
}
