/* September 2026: the editorial cover. See DESIGN.md for the visual source.
   Kept separate from v2.css so the live data / catalog component contract stays
   intact while the entire front door receives one coherent presentation. */

:root {
  --paper: #faf9f5;
  --card: #f0eee7;
  --ink: #141413;
  --ink2: #5e5d57;
  --mute: #76756d;
  --line: #dcdad2;
  --lake: #475b65;
  --lake-soft: #e8eceb;
  --serif: "Lora", Georgia, serif;
  --r: 4px;
  --header-height: 68px;
}
:root[data-theme="dark"] {
  --paper: #191a18; --card: #232520; --ink: #f3f0e8;
  --ink2: #bebeb4; --mute: #999b90; --line: #3e4137;
  --lake: #bccdc6; --lake-soft: #303b35;
}
body { line-height: 1.65; font-weight: 400; }
button, input { font-family: var(--f); }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible {
  outline: 2px solid currentColor; outline-offset: 5px;
}
.wrap { max-width: 1112px; padding-inline: 36px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 18px;
  background: var(--ink); color: var(--paper); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.D, .serif-heads .D { font-family: var(--serif); font-weight: 700; font-variation-settings: normal;
  text-transform: none; letter-spacing: -.035em; line-height: 1.18; }
.section-number { margin: 0 0 20px; color: var(--mute); font-size: 11px;
  font-weight: 500; letter-spacing: .075em; text-transform: uppercase; }
#right-now, #ask, #favorites, #everything, #subscribe { scroll-margin-top: 142px; }

/* The reference's quiet, single-row masthead and split dark action. */
.top { background: var(--paper); border: 0; backdrop-filter: none; -webkit-backdrop-filter: none; }
.bar { max-width: 1440px; padding-inline: clamp(24px, 5.4vw, 80px); height: var(--header-height); gap: 28px; }
.mark { font-family: var(--serif); font-size: 22px; line-height: 1; font-weight: 500;
  text-transform: none; letter-spacing: -.055em; font-variation-settings: normal; }
.mark i { color: inherit; font-style: italic; font-weight: 400; }
.doors { flex: none; gap: 2px; padding: 3px; background: transparent; border: 1px solid var(--line); border-radius: 999px; }
.door { padding: 6px 11px; font-size: 11px; font-weight: 500; letter-spacing: .07em; color: var(--ink2); }
.door-cur { background: var(--ink); color: var(--paper); }
.run { margin-left: auto; flex: 0 1 auto; }
.top-search { flex: none; width: 38px; height: 38px; border-radius: 8px; color: var(--ink); background: transparent; }
.top-search:hover { border-color: var(--ink); }
.menu-read { font-weight: 500; }
.verbs { justify-content: flex-end; overflow: visible; gap: 28px; color: var(--ink);
  font-size: 14px; font-weight: 400; line-height: 1.2; }
.verbs a { padding-block: 10px; }
.verbs a:hover { text-decoration: underline; text-underline-offset: 5px; }
.bar.is-over .verbs { mask-image: none; -webkit-mask-image: none; }
.read-group { display: flex; position: relative; flex: none; align-items: stretch; height: 38px; }
.read-cta { display: flex; align-items: center; padding: 0 16px; background: var(--ink); color: var(--paper);
  border-radius: 8px 0 0 8px; font-weight: 400; font-size: 14px; line-height: 1; }
.read-cta:hover { filter: none; opacity: .88; }
.site-menu > summary { height: 38px; width: 40px; display: grid; place-items: center;
  border-radius: 0 8px 8px 0; border-left: 1px solid #ffffff24;
  background: var(--ink); color: var(--paper); list-style: none; cursor: pointer; }
.site-menu > summary::-webkit-details-marker { display: none; }
.site-menu > summary::marker { content: ""; }
.site-menu[open] > summary svg { transform: rotate(180deg); }
.menu-panel { position: absolute; right: 0; top: 48px; width: 285px; padding: 20px;
  background: var(--paper); color: var(--ink); border: 1px solid var(--line); border-radius: 8px;
  box-shadow: 0 12px 30px #00000012; max-height: calc(100svh - 100px); overflow: auto; }
.menu-label { margin: 0 0 10px; color: var(--mute); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.menu-panel > a { display: flex; justify-content: space-between; padding: 8px 0;
  font-size: 14px; border-bottom: 1px solid var(--line); }
.menu-panel > a:hover { color: var(--lake); }
.menu-panel > a span { color: var(--mute); }
.menu-tools { display: flex; align-items: center; gap: 8px; margin-top: 14px; }
.menu-tools > span { margin-left: 4px; font-size: 11px; color: var(--mute); }
.sbtn { width: 34px; height: 34px; background: transparent; border: 1px solid var(--line); border-radius: 4px; }

/* Full-screen photograph, stepped serif title, book contents, sky swatches. */
.cover { min-height: 680px; height: calc(100svh - var(--header-height)); background: #556573;
  isolation: isolate; }
.cover > img { z-index: 0; object-position: center 47%; filter: blur(1.5px) saturate(.82); transform: scale(1.008); }
#sky-live { z-index: 1; }
.scene-curtain { position: absolute; inset: 0; z-index: 2; pointer-events: none; background: #879bb3; }
.cover::after { z-index: 3; pointer-events: none; background: linear-gradient(180deg, #18243318, #14202b24 50%, #111c292b); }
.cover-copy { width: min(760px, calc(100% - 80px)); max-width: none; padding: 48px 0 72px;
  z-index: 4; color: #faf9f5; text-shadow: 0 1px 14px #14202b22; }
.cover .eyebrow { font-weight: 400; font-size: 12px; letter-spacing: .105em; opacity: 1; }
.cover h1 { font-family: var(--serif); font-size: clamp(48px, 4.9vw, 72px); font-weight: 400;
  line-height: 1.08; letter-spacing: -.05em; margin: 22px auto 0; max-width: 710px; }
.cover h1 span { display: block; }
.cover h1 span:first-child { text-align: left; }
.cover h1 span:last-child { text-align: right; }
.cover-contents { width: min(480px, 100%); margin: 64px auto 0; font-family: var(--serif);
  font-size: 16px; font-weight: 400; line-height: 1.4; }
.cover-contents a { display: flex; align-items: baseline; gap: 5px; padding: 3px 0; }
.cover-contents .chapter { font-size: 14px; }
.cover-contents .dots { flex: 1; min-width: 16px; border-bottom: 2px dotted #faf9f58c;
  transform: translateY(-.2em); }
.cover-contents a:hover { color: #fff; }
.cover-contents a:hover .dots { border-bottom-style: solid; border-color: #fff; }
.sky-controls { position: absolute; left: 24px; bottom: 24px; z-index: 7;
  display: flex; gap: 10px; align-items: center; }
.sky-swatch { position: relative; width: 18px; height: 18px; padding: 0; border-radius: 50%;
  border: 1px solid #faf9f58c; cursor: pointer; box-shadow: 0 0 0 0 transparent; }
.sky-swatch::before { content: ""; position: absolute; inset: -10px; }
.sky-swatch[aria-pressed="true"] { outline: 2px solid #faf9f5; outline-offset: 3px; }
.sky-day { background: #85a7c5; }
.sky-night { background: #162237; }
.sky-golden { background: #d9b08b; }
.sky-swatch span { position: absolute; bottom: 33px; left: -7px; padding: 3px 7px;
  background: #faf9f5; color: #141413; font-size: 11px; white-space: nowrap;
  border-radius: 3px; opacity: 0; pointer-events: none; }
.sky-swatch:hover span, .sky-swatch:focus-visible span { opacity: 1; }
.theme-sky-toggle {
  display: inline-flex; align-items: center; gap: 9px; padding: 7px 11px;
  border: 1px solid #faf9f58c; border-radius: 999px;
  background: rgba(16,23,32,.48); color: #faf9f5;
  font: 600 14px/1 var(--f); cursor: pointer; backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.theme-sky-toggle i { position: relative; width: 30px; height: 17px; border-radius: 999px;
  background: #faf9f54d; box-shadow: inset 0 0 0 1px #faf9f566; }
.theme-sky-toggle i::after { content: ""; position: absolute; top: 3px; left: 3px;
  width: 11px; height: 11px; border-radius: 50%; background: #faf9f5;
  transition: transform .28s cubic-bezier(.2,.8,.2,1); }
.theme-sky-toggle[aria-pressed="true"] i::after { transform: translateX(13px); }
.theme-sky-toggle:focus-visible { outline-color: #faf9f5; }
/* The weather, beside the day/night switch: same pill, live temperature. */
.cover-weather {
  display: inline-flex; align-items: center; gap: 7px; padding: 7px 12px;
  border: 1px solid #faf9f58c; border-radius: 999px;
  background: rgba(16,23,32,.48); color: #faf9f5; text-decoration: none;
  font: 600 14px/1 var(--f); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.cover-weather b { font-weight: 800; font-variant-numeric: tabular-nums; }
.cover-weather b:empty { display: none; }
.cover-weather i { font-style: normal; opacity: .7; font-size: 12px; }
.cover-weather:hover { background: rgba(16,23,32,.68); border-color: #faf9f5; }
.cover-credit { position: absolute; z-index: 7; right: 24px; bottom: 21px; margin: 0;
  color: #faf9f5; font-size: 10px; font-weight: 400; letter-spacing: .01em; }
.editorial-scroll-cue { z-index: 7; width: 44px; height: 44px; padding: 0; justify-content: center;
  border-color: #faf9f57a; background: rgba(16,23,32,.34); }
.editorial-scroll-cue svg { width: 22px; height: 22px; }

/* Claude's opening is a sequence, not a single fade: sky first, then the
   photograph resolves, then one line of type at a time. */
.motion-enabled .cover > img:first-child { opacity: 0; transform: scale(1.035); filter: blur(8px); }
.motion-enabled .cover .eyebrow,
.motion-enabled .cover h1 span,
.motion-enabled .cover-contents a { opacity: 0; }
.motion-enabled .cover .eyebrow,
.motion-enabled .cover-contents a { filter: blur(12px); }
.motion-enabled .cover h1 span { filter: none; }
.motion-enabled .hero-front, .motion-enabled .hero-branches { opacity: 0; }
.motion-enabled.motion-ready .scene-curtain { animation: scene-curtain-out 1.55s .12s cubic-bezier(.22,.61,.36,1) both; }
.motion-enabled.motion-ready .cover > img:first-child { animation: scene-photo-in 1.85s .18s ease-out both; }
.motion-enabled.motion-ready .hero-front,
.motion-enabled.motion-ready .hero-branches { animation: scene-foreground-in 1.85s .18s ease-out both; }
.motion-enabled.motion-ready .cover .eyebrow { animation: scene-element-in .8s .28s ease-out both; }
.motion-enabled.motion-ready .cover h1 span:first-child { animation: scene-title-in .8s .58s ease-out both; }
.motion-enabled.motion-ready .cover h1 span:last-child { animation: scene-title-in .8s .88s ease-out both; }
.motion-enabled.motion-ready .cover-contents a { animation: scene-element-in .8s ease-out both; }
.motion-enabled.motion-ready .cover-contents a:nth-child(1) { animation-delay: 1.20s; }
.motion-enabled.motion-ready .cover-contents a:nth-child(2) { animation-delay: 1.245s; }
.motion-enabled.motion-ready .cover-contents a:nth-child(3) { animation-delay: 1.29s; }
.motion-enabled.motion-ready .cover-contents a:nth-child(4) { animation-delay: 1.335s; }
.motion-enabled.motion-ready .cover-contents a:nth-child(5) { animation-delay: 1.38s; }
@keyframes scene-curtain-out {
  0%, 18% { opacity: 1; }
  100% { opacity: 0; visibility: hidden; }
}
@keyframes scene-photo-in {
  0% { opacity: 0; transform: scale(1.035); filter: blur(8px); }
  100% { opacity: 1; transform: scale(1.008); filter: blur(1.5px) saturate(.82); }
}
@keyframes scene-title-in {
  0% { opacity: 0; transform: translateY(5px); }
  45% { opacity: 1; }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes scene-foreground-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes scene-element-in {
  0% { opacity: 0; filter: blur(12px); transform: translateY(3px); }
  100% { opacity: 1; filter: blur(0); transform: translateY(0); }
}

/* Compact contents while reading; the hero remains uncluttered. */
.reading-intro { padding: 30px 24px 22px; background: var(--paper); color: var(--ink); }
.reading-intro p { max-width: 760px; margin: 0 auto; font-family: var(--serif);
  font-size: 19px; font-weight: 500; line-height: 1.55; text-align: center; }
.reading-nav { position: sticky; top: var(--header-height); z-index: 15;
  display: flex; justify-content: center; gap: 32px; padding: 13px 24px;
  background: var(--paper); border-bottom: 1px solid var(--line); font-size: 12px; line-height: 1.4; }
.reading-nav a { color: var(--mute); padding: 4px 0; white-space: nowrap; }
.reading-nav a[aria-current="location"] { color: var(--ink); }
.reading-nav a:hover { color: var(--ink); }
main.wrap { padding-top: 90px; }
.intro { max-width: 680px; margin: 0 auto 44px; }
.intro h2 { margin: 0 0 28px; font-family: var(--serif); font-size: 38px; line-height: 1.2;
  font-weight: 400; letter-spacing: -.035em; }
.intro > p:not(.section-number):not(.live-date) { font-size: 19px; line-height: 1.75; margin: 0; }
.live-date { margin: 25px 0 0; font-size: 11px; color: var(--mute); letter-spacing: .035em; }

/* Live information reads as an editorial table, not five competing posters. */
.bento { padding: 0; margin: 0; grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: 300px auto; grid-auto-rows: auto; gap: 0; border-bottom: 1px solid var(--line); }
.bento .t { grid-column: auto; min-width: 0; min-height: 168px; padding: 24px 20px 30px;
  border-radius: 0; background: transparent; color: var(--ink); justify-content: flex-start;
  border-right: 1px solid var(--line); transition: background .18s ease; }
.bento .t:last-child { border-right: 0; }
.bento .t:hover { transform: none; background: var(--card); }
.bento .t.ph:not(.big) > img, .bento .t.ph:not(.big)::after { display: none; }
.bento .t.big { grid-column: 1 / -1; grid-row: 1; justify-content: flex-end; min-height: 300px;
  padding: 32px; color: #faf9f5; border: 0; }
.bento .t.big > img { object-position: center 52%; }
.bento .t.big::after { background: linear-gradient(180deg, #0000 10%, #0008); }
.bento .lab { font-size: 10px; letter-spacing: .08em; font-weight: 500; }
.bento .num { font-family: var(--serif); font-variation-settings: normal; font-weight: 400;
  font-size: 42px; line-height: 1.15; letter-spacing: -.04em; margin-top: 9px; }
.bento .num small { font-family: var(--f); font-size: 12px; font-weight: 400; letter-spacing: 0; margin-left: 4px; }
.bento .big .num { font-size: 60px; }
.bento .sub { font-size: 12px; line-height: 1.5; font-weight: 400; margin-top: 9px; color: var(--ink2); }
.bento .big .sub { color: #faf9f5; }

/* Questions become calm text controls and an editorial answer. */
.ask, .favs, .az, .band { margin-top: 72px; }
.ask h2, .favhead h2, .azhead h2 { font-size: 38px; margin: 0; }
.ask h2 { margin-bottom: 32px; }
.pills { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 24px; }
.pill { border: 0; border-bottom: 1px solid var(--line); border-radius: 0; box-shadow: none;
  background: none; padding: 14px 0; text-align: left; color: var(--ink2); font-size: 13px;
  font-weight: 400; line-height: 1.45; letter-spacing: 0; transition: color .15s; }
.pill:hover { transform: none; box-shadow: none; color: var(--ink); }
.pill.on, .pill.on:hover { background: none; color: var(--ink); border-bottom: 1px solid var(--ink); font-weight: 600; }
.panels { margin-top: 32px; }
.qp { border: 0; border-radius: 0; background: var(--card); padding: 24px 28px 26px; }
.qp > img { width: 64px; height: 64px; border-radius: 2px; right: 28px; top: 24px; }
.qp h3 { font-family: var(--serif); font-weight: 700; font-size: 26px; line-height: 1.25;
  letter-spacing: -.025em; min-height: 0; margin-bottom: 10px; padding-right: 90px; }
.qp .split { color: var(--mute); font-size: 10px; font-weight: 400; margin: 26px 0 10px; }
.rows, .qp[data-q="daily"] .rows { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; }
.rows a, .qp[data-q="daily"] .rows a { background: transparent; border: 0; border-top: 1px solid var(--line);
  border-radius: 0; padding: 17px 0; min-height: 0; gap: 5px; }
.rows a:hover { background: transparent; color: var(--ink); border-color: var(--ink); }
.rows b { font-size: 15px; font-weight: 500; }
.rows em, .rows small { font-size: 12px; font-weight: 400; color: var(--ink2); }
.rows a:hover em, .rows a:hover small { color: var(--ink2); }

/* The shortlist is a photographic essay, with small pagination dots. */
.favhead { display: block; margin-bottom: 32px; }
.favhead p { margin: 18px 0 0; font-size: 16px; max-width: 600px; }
.favshelf { gap: 24px; padding: 0 0 20px; scrollbar-width: thin; }
.fav { flex-basis: calc((100% - 48px) / 3); background: none; border: 0; border-radius: 0; }
.fav:hover { transform: none; }
.fav > img { height: 210px; border-radius: 2px; transition: opacity .2s; }
.fav:hover > img { opacity: .88; }
.fav .tx { padding: 20px 0 0; }
.fav .tx b { font-family: var(--serif); font-size: 24px; font-weight: 700; letter-spacing: -.025em; }
.fav .tx small { font-size: 13px; line-height: 1.65; margin-top: 10px; font-weight: 400; }
.fav .tx i, :root[data-theme="dark"] .fav .tx i { color: var(--mute); font-weight: 400; font-size: 9px; margin-top: 18px; }
.favdots { margin-top: 14px; gap: 11px; }
.favdots button { width: 6px; height: 6px; background: var(--mute); opacity: .35; }
.favdots button.on { background: var(--ink); opacity: 1; transform: none; }

/* The complete catalog keeps every destination, with room to read it. */
.az { border-top: 1px solid var(--line); padding-top: 42px; }
.azhead { display: block; }
.azhead p { margin: 18px 0 30px; max-width: 600px; font-size: 16px; }
.find { margin: 0; border: 1px solid var(--line); border-radius: 4px; padding: 15px 18px; background: none; }
.find input { font-size: 14px; }
.azchips { grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 32px; row-gap: 3px; margin-top: 30px; }
.azchip { font-family: var(--serif); font-size: 15px; font-weight: 400; padding: 7px 0; }
.azchip .lead { border-bottom-width: 1px; border-color: var(--mute); }
.azchip .n { font-family: var(--f); font-size: 11px; font-weight: 400; border-radius: 0; }
.azchip.on { font-weight: 500; }
.azchip.on .n { background: none; color: var(--ink); }
.shelves { columns: 2; column-gap: 48px; margin-top: 36px; }
.grp { margin-bottom: 42px; }
.gh { border-bottom: 1px solid var(--ink); padding-bottom: 13px; margin-bottom: 0; gap: 0; }
.gh i { display: none; }
.gh h3 { font-family: var(--serif); font-size: 24px; line-height: 1.2; text-transform: none; font-weight: 700; letter-spacing: -.025em; }
.gh small { font-size: 11px; font-weight: 400; }
.tile { border: 0; border-bottom: 1px solid var(--line); background: none; border-radius: 0;
  padding: 16px 0; margin: 0; min-height: 84px; align-items: flex-start; gap: 16px; }
.tile:hover { background: var(--card); border-color: var(--line); }
.tile > img { width: 62px; height: 48px; flex-basis: 62px; align-self: center; border-radius: 2px; }
.tile .mo { min-height: 48px; width: 62px; flex-basis: 62px; align-self: center;
  background: none; border: 0; font-size: 22px; filter: grayscale(.35); }
.tile .tt { padding: 0; }
.tile .tt b { font-size: 14px; font-weight: 700; line-height: 1.4; letter-spacing: -.01em; }
.tile .tt b i { font-weight: 400; }
.tile .tt small { font-size: 12px; line-height: 1.55; margin-top: 5px; font-weight: 400; }
.tile.lead { border-color: var(--line); }
.tile.lead b { color: var(--ink); }

/* Closing note, not a brightly colored sales banner. */
.band { border-top: 1px solid var(--line); padding-top: 40px; }
.band .t.dark, :root[data-theme="dark"] .band .t.dark { display: block; background: none; color: var(--ink);
  border-radius: 0; padding: 0; max-width: 680px; margin-inline: auto; }
.band h2 { font-family: var(--serif); font-size: 48px; font-weight: 700; line-height: 1.15;
  letter-spacing: -.04em; margin: 0 0 26px; }
.band .t.dark .sub { font-size: 17px; line-height: 1.7; opacity: 1; color: var(--ink2); max-width: 590px; }
.band .t.dark iframe { display: block; max-width: 480px; width: 100%; border-radius: 0; margin-top: 30px; }
.foot { border-top: 1px solid var(--line); margin: 64px 0 0; padding: 32px 0 50px;
  font-size: 11px; gap: 14px; line-height: 1.7; }
.foot a { font-weight: 400; }

@media (max-width: 980px) {
  .bar { padding-inline: 24px; gap: 16px; }
  .verbs { gap: 18px; font-size: 13px; }
  .door { padding: 6px 9px; }
  .cover-copy { width: min(670px, calc(100% - 64px)); }
  .cover h1 { font-size: 60px; }
  .shelves { columns: 2; column-gap: 28px; }
  .fav > img { height: 175px; }
  .azchips { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  :root { --header-height: 64px; }
  .wrap { padding-inline: 24px; }
  .bar { padding-block: 0; height: var(--header-height); flex-wrap: nowrap; gap: 8px; }
  .bar::before { display: none; }
  .mark { font-size: 18px; order: initial; }
  .doors { order: initial; margin-left: 2px; }
  .door { padding: 5px 8px; font-size: 10px; letter-spacing: .04em; }
  .run { display: none; }
  .top-search, #search-open.top-search { order: 0; margin-left: auto; width: 36px; height: 36px; }
  .door-long { display: none; }
  .read-group { margin-left: 0; height: 36px; }
  .read-cta { order: initial; margin: 0; padding-inline: 10px; font-size: 11px; }
  .site-menu > summary { height: 36px; width: 34px; }
  .menu-panel { width: min(310px, calc(100vw - 48px)); }
  .cover { min-height: 590px; height: calc(100svh - var(--header-height)); }
  .cover > img { object-position: 52% center; }
  .cover-copy { width: calc(100% - 40px); padding: 26px 0 78px; }
  .cover .eyebrow { font-size: 10px; letter-spacing: .1em; }
  .cover h1 { font-size: clamp(34px, 9.2vw, 48px); letter-spacing: -.045em; line-height: 1.08;
    margin-top: 24px; max-width: 470px; }
  .cover h1 span:first-child, .cover h1 span:last-child { text-align: center; }
  .cover-contents { margin-top: 38px; font-size: 13px; max-width: 360px; }
  .cover-contents a { padding: 5px 0; }
  .cover-contents .chapter { font-size: 12px; }
  .sky-controls { left: 16px; bottom: 16px; gap: 11px; }
  .sky-swatch { width: 15px; height: 15px; }
  .cover-credit { display: none; }
  .editorial-scroll-cue { bottom: 14px; width: 42px; height: 42px; }
  .reading-nav { justify-content: flex-start; gap: 23px; overflow-x: auto; scrollbar-width: none;
    padding: 11px 24px; font-size: 11px; }
  .reading-nav::-webkit-scrollbar { display: none; }
  main.wrap { padding-top: 58px; }
  #right-now, #ask, #favorites, #everything, #subscribe { scroll-margin-top: 125px; }
  .intro { margin-bottom: 32px; }
  .section-number { font-size: 10px; margin-bottom: 18px; }
  .intro h2, .ask h2, .favhead h2, .azhead h2 { font-size: 30px; }
  .intro > p:not(.section-number):not(.live-date) { font-size: 16px; line-height: 1.75; }
  .bento { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: 260px auto auto; }
  .bento .t { padding: 22px 15px; min-height: 155px; grid-column: auto; border-bottom: 1px solid var(--line); }
  .bento .t:nth-child(3) { border-right: 0; }
  .bento .t.big { min-height: 260px; grid-column: 1 / -1; grid-row: 1; padding: 25px; }
  .bento .num { font-size: 36px; }
  .bento .big .num { font-size: 48px; }
  .bento .num small { font-size: 10px; }
  .bento .sub { font-size: 11px; }
  .ask, .favs, .az, .band { margin-top: 44px; }
  .pills { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 20px; }
  .pill { font-size: 12px; padding: 13px 0; text-align: left; }
  .pill[data-q="daily"] { grid-column: auto; font-size: 12px; padding: 13px 0; }
  .qp { padding: 24px 20px; }
  .qp > img { width: 54px; height: 54px; top: 24px; right: 20px; }
  .qp h3 { font-size: 22px; padding-right: 74px; min-height: 54px; }
  .rows, .qp[data-q="daily"] .rows { grid-template-columns: 1fr; }
  .rows b { font-size: 14px; }
  .favshelf { gap: 20px; }
  .fav { flex-basis: 78%; }
  .fav > img { height: 210px; }
  .fav .tx b { font-size: 23px; }
  .favhead { display: block; }
  .favhead p, .azhead p { font-size: 14px; margin-top: 18px; }
  .az { padding-top: 32px; }
  .azchips { grid-template-columns: 1fr; margin-top: 24px; }
  .azchip { font-size: 15px; padding: 6px 0; }
  .shelves { columns: 1; margin-top: 38px; }
  .tile > img, .tile .mo { flex-basis: 62px; }
  .band { padding-top: 36px; }
  .band h2 { font-size: 37px; }
  .band .t.dark .sub { font-size: 15px; }
  .foot { margin-top: 44px; padding-bottom: 30px; }
}
@media (max-width: 430px) {
  .read-cta { font-size: 0; width: 50px; justify-content: center; }
  .read-cta::after { content: "Read"; font-size: 11px; }
}
@media (max-width: 380px) {
  .bar, .wrap { padding-inline: 16px; }
  .mark { font-size: 18px; }
  .cover-copy { width: calc(100% - 36px); }
  /* Too narrow for everything: Read the Brief stays first in the menu. */
  .read-cta { display: none; }
  .site-menu > summary { border-radius: 8px; border-left: 0; }
  .cover h1 { font-size: 31px; }
  .cover-contents { font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .scene-curtain { display: none; }
}

/* The live cards and question chooser keep the original Hub composition the
   user preferred. The recommendation panel beneath them stays editorial. */
.classic-layout {
  margin-top: -90px;
  padding: 55px 0 0;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 0 0 100vmax var(--paper);
  clip-path: inset(0 -100vmax);
}
.classic-layout .bento {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 152px);
  grid-auto-rows: 152px;
  gap: 12px;
  margin: 0;
  padding: 0;
  border: 0;
}
.classic-layout .bento .t {
  grid-column: span 2;
  grid-row: auto;
  min-width: 0;
  min-height: 0;
  padding: 1.05rem 1.2rem;
  border: 0;
  border-radius: 24px;
  background: #151a22;
  color: #fff;
  justify-content: flex-end;
  transition: transform .2s ease;
}
.classic-layout .bento .t:hover { transform: translateY(-2px); background: #151a22; }
.classic-layout .bento .t.ph:not(.big) > img,
.classic-layout .bento .t.ph:not(.big)::after { display: block; }
.classic-layout .bento .t.ph::after {
  background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,0) 38%, rgba(8,12,24,.72));
}
.classic-layout .bento .t.big {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 0;
  padding: 1.05rem 1.2rem;
}
.classic-layout .bento .lab { font-size: .78rem; font-weight: 800; letter-spacing: .06em; }
.classic-layout .bento .num,
.classic-layout .bento .big .num {
  margin: .12rem 0 0;
  font-family: var(--f);
  font-variation-settings: "wdth" 108, "wght" 900;
  font-weight: 900;
  font-size: clamp(2.2rem, 4.4vw, 3.6rem);
  line-height: .95;
}
.classic-layout .bento .num small { font-family: var(--f); font-size: .42em; font-weight: 700; }
.classic-layout .bento .sub,
.classic-layout .bento .big .sub { color: #fff; font-size: .88rem; font-weight: 500; }

.classic-layout .ask { margin: 44px 0 0; color: var(--ink); }
.classic-layout .ask h2 {
  margin: 0 0 18px;
  color: var(--ink);
  font-family: var(--f);
  font-size: clamp(3rem, 5vw, 4rem);
  font-weight: 900;
  line-height: .86;
  letter-spacing: -.045em;
  text-transform: uppercase;
}
.classic-layout .pills { display: flex; flex-wrap: wrap; gap: 10px; }
.classic-layout .pill {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  padding: .78rem 1.15rem;
  background: var(--card);
  box-shadow: inset 0 0 0 1.5px var(--line);
  color: var(--ink);
  font-size: clamp(.98rem, 1.5vw, 1.2rem);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
}
.classic-layout .pill:hover { color: var(--ink); background: var(--lake-soft); box-shadow: inset 0 0 0 1.5px var(--ink); transform: none; }
.classic-layout .pill.on,
.classic-layout .pill.on:hover { color: #fff; background: var(--maple); box-shadow: none; }
.classic-layout .ask.touring .pill.on {
  background: linear-gradient(90deg, #cf4513 0 50%, #87351c 50% 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  animation: pill-cycle-fill 5s linear forwards;
}
@keyframes pill-cycle-fill { to { background-position: 0 0; } }

/* The chosen answer sits right under the pills: no blank band between the
   question and its response. */
.answers { margin-top: 14px; }
.answers .panels { margin-top: 0; }
.favdots button { width: 7px; height: 7px; background: var(--ink2); opacity: .58; }
.favdots button.on { background: var(--ink); opacity: 1; transform: scale(1.25); }

@media (max-width: 700px) {
  .classic-layout { margin-top: -58px; padding-top: 34px; }
  .classic-layout .ask { margin-top: 34px; }
  .answers { margin-top: 10px; }
  .qp { padding: 20px 20px 22px; }
  .qp > img { width: 56px; height: 56px; right: 20px; top: 20px; }
  .qp h3 { font-size: 22px; padding-right: 76px; margin-bottom: 8px; }
  .classic-layout .bento {
    grid-template-columns: repeat(2, 1fr);
    /* row 1 is the big tile plus the Top 100 bar underneath, so it sizes itself */
    grid-template-rows: auto repeat(2, minmax(168px, auto));
    grid-auto-rows: minmax(168px, auto);
  }
  .classic-layout .bento .t { grid-column: span 1; padding: 16px 12px; border-radius: 18px; }
  .classic-layout .bento .t.big { grid-column: 1 / -1; grid-row: auto; padding: 20px; }
  .classic-layout .bento .lab { font-size: 10px; }
  .classic-layout .bento .num { font-size: clamp(28px, 8vw, 36px); line-height: 1.05; }
  .classic-layout .bento .big .num { font-size: 44px; }
  .classic-layout .bento .num small { font-size: .36em; white-space: nowrap; }
  .classic-layout .bento .sub { font-size: 12px; line-height: 1.45; margin-top: 7px; }
  .classic-layout .ask h2 { font-size: clamp(1.8rem, 8.6vw, 3.5rem); line-height: .96; }
  .classic-layout .pills { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .classic-layout .pill { padding: .65rem .7rem; font-size: .82rem; }
  .classic-layout .pill[data-q="daily"] { grid-column: 1 / -1; padding: .72rem; font-size: .95rem; }
}
@media (prefers-reduced-motion: reduce) {
  .classic-layout .ask.touring .pill.on { animation: none; background: var(--maple); }
}
