:root {
  --ink: #17202b;
  --muted: #66717c;
  --paper: #f7f1e5;
  --paper-deep: #e9ddc9;
  --blue: #153f68;
  --blue-light: #2d689c;
  --red: #b83a32;
  --yellow: #f2c94c;
  --cream: #fffaf0;
  --line: rgba(23, 32, 43, .18);
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #e9e5dc; font-family: var(--sans); }
img { max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
.visually-hidden, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: 16px; padding: 12px 16px; color: white; background: var(--blue); border-radius: 8px; }

.times-topbar {
  position: sticky;
  z-index: 20;
  top: 0;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px clamp(18px, 4vw, 56px);
  color: white;
  background: rgba(19, 48, 78, .96);
  box-shadow: 0 8px 30px rgba(15, 33, 50, .13);
  backdrop-filter: blur(14px);
}
.times-topbar--transparent { position: absolute; width: 100%; background: transparent; box-shadow: none; }
.times-store-mark { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: 1.03rem; line-height: 1; }
.times-store-mark img { width: 44px; height: 44px; border: 2px solid rgba(255,255,255,.7); border-radius: 50%; object-fit: cover; }
.times-store-mark b { color: #ffcf3c; }
.times-store-mark small { display: block; margin-top: 6px; color: rgba(255,255,255,.55); font-size: .57rem; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; }
.times-topbar nav { display: flex; align-items: center; gap: 20px; }
.times-topbar nav > a { text-decoration: none; font-size: .85rem; font-weight: 750; }
.times-pill { padding: 10px 14px; color: var(--blue)!important; background: var(--yellow); border-radius: 999px; }
.times-language { display: inline-flex; padding: 3px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); border-radius: 999px; }
.times-language button { width: 36px; height: 30px; padding: 0; color: white; background: transparent; border: 0; border-radius: 999px; cursor: pointer; font-size: .72rem; font-weight: 850; }
.times-language button[aria-pressed="true"] { color: var(--blue); background: white; }

.reader-intro {
  max-width: 1450px;
  margin: 0 auto;
  padding: 54px clamp(20px, 5vw, 74px) 34px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}
.times-eyebrow { margin: 0 0 12px; color: var(--red); font-size: .75rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.reader-intro h1 { max-width: 720px; margin: 0; font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 5.4rem); line-height: .97; letter-spacing: -.045em; }
.reader-intro > div > p:last-child { max-width: 640px; margin: 18px 0 0; color: var(--muted); line-height: 1.65; }
.reader-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.times-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 20px; border: 0; border-radius: 999px; text-decoration: none; cursor: pointer; font-size: .83rem; font-weight: 850; }
.times-button--paper { color: var(--blue); background: var(--cream); box-shadow: inset 0 0 0 1px var(--line); }
.times-button--blue { color: white; background: var(--blue); }
.times-button--yellow { width: 100%; min-height: 56px; color: #17202b; background: var(--yellow); border-radius: 10px; font-size: .95rem; }
.paper-status { max-width: 1320px; min-height: 20px; margin: 0 auto 10px; padding: 0 22px; color: var(--muted); font-size: .8rem; text-align: right; }

.newspaper {
  max-width: 1320px;
  margin: 0 auto 96px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  filter: drop-shadow(0 22px 26px rgba(24, 34, 43, .17));
}
.paper-page {
  position: relative;
  min-height: 835px;
  padding: clamp(30px, 4vw, 58px);
  overflow: hidden;
  background-color: var(--paper);
  background-image: radial-gradient(rgba(33,43,52,.032) .7px, transparent .7px);
  background-size: 5px 5px;
}
.paper-page:nth-child(odd) { border-right: 1px solid rgba(20,31,42,.24); }
.paper-page::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 80px rgba(90,69,34,.07); }
.paper-rail, .section-rule { display: flex; justify-content: space-between; gap: 14px; padding: 8px 0; border-block: 1px solid var(--ink); font-size: .62rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.masthead { display: grid; grid-template-columns: 70px 1fr; gap: 20px; align-items: center; padding: 20px 0 16px; border-bottom: 4px double var(--ink); text-align: center; }
.masthead-crest { display: grid; place-items: center; width: 64px; height: 64px; border: 2px solid var(--ink); border-radius: 50%; font-family: var(--serif); font-size: 1.35rem; font-weight: 900; }
.masthead-kicker { font-size: .6rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.masthead h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 4.4rem); line-height: .9; letter-spacing: -.05em; text-transform: uppercase; }
.masthead p { margin: 7px 0 0; font-family: var(--serif); font-size: .78rem; font-style: italic; }
.cover-story { padding-top: 25px; }
.story-label, .mini-kicker { margin: 0 0 8px; color: var(--red); font-size: .64rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.cover-story h3 { margin: 0 0 14px; font-family: var(--serif); font-size: clamp(2.35rem, 4vw, 4.45rem); line-height: .93; letter-spacing: -.055em; text-wrap: balance; }
.cover-standfirst { max-width: 92%; margin: 0 0 20px; color: #3f4851; font-family: var(--serif); font-size: 1rem; line-height: 1.45; }
.cover-image-link { position: relative; display: block; height: 265px; overflow: hidden; color: white; background: #bdc4c8; text-decoration: none; }
.cover-image-link img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8) contrast(1.03); transition: transform .35s ease; }
.cover-image-link:hover img { transform: scale(1.025); }
.cover-image-link::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(10,20,29,.75)); }
.video-play { position: absolute; z-index: 2; left: 20px; bottom: 18px; display: grid; place-items: center; width: 42px; height: 42px; padding-left: 3px; color: var(--blue); background: var(--yellow); border-radius: 50%; }
.image-caption { position: absolute; z-index: 2; left: 73px; bottom: 31px; font-size: .7rem; font-weight: 850; text-transform: uppercase; }
.cover-bottom { display: grid; grid-template-columns: 1fr 150px; gap: 18px; padding-top: 19px; }
.cover-bottom strong { display: block; margin-bottom: 5px; font-family: var(--serif); font-size: 1rem; }
.cover-bottom p { margin: 0; font-family: var(--serif); font-size: .78rem; line-height: 1.45; }
.cover-route { display: flex; align-items: center; gap: 10px; padding-left: 15px; border-left: 1px solid var(--line); }
.cover-route > span { font-family: var(--serif); font-size: 2.8rem; }

.section-rule b { color: var(--red); }
.paper-inside > h2, .back-heading h2 { max-width: 520px; margin: 28px 0 12px; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.3rem); line-height: .98; letter-spacing: -.04em; }
.section-intro { max-width: 520px; margin: 0 0 28px; color: var(--muted); font-family: var(--serif); line-height: 1.5; }
.merch-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.merch-card { padding-top: 15px; border-top: 3px solid var(--ink); }
.merch-card:nth-child(2) { border-top-color: var(--red); }
.merch-card .merch-visual { display: grid; place-items: end start; min-height: 145px; margin-bottom: 16px; padding: 16px; color: white; background: linear-gradient(145deg, var(--blue), #2c5f8e); }
.merch-card:nth-child(2) .merch-visual { background: linear-gradient(145deg, #71493c, #bf7062); }
.merch-card .merch-visual span { font-family: var(--serif); font-size: 2.4rem; line-height: .9; opacity: .9; }
.merch-card h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 1.3rem; line-height: 1.05; }
.merch-card p { color: #4d565e; font-family: var(--serif); font-size: .83rem; line-height: 1.5; }
.merch-card a { display: inline-flex; gap: 6px; align-items: center; margin-top: 6px; color: var(--red); font-size: .67rem; font-weight: 900; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.source-note { display: flex; gap: 12px; margin-top: 26px; padding: 16px; background: rgba(21,63,104,.07); border-left: 3px solid var(--blue); }
.source-note-icon { display: grid; flex: 0 0 auto; place-items: center; width: 25px; height: 25px; color: white; background: var(--blue); border-radius: 50%; font-family: var(--serif); font-style: italic; }
.source-note p { margin: 0; color: #46515b; font-size: .72rem; line-height: 1.55; }
.paper-column-note { margin-top: 25px; padding-top: 20px; border-top: 1px solid var(--line); }
.paper-column-note p { columns: 2; column-gap: 28px; margin: 0; font-family: var(--serif); font-size: .84rem; line-height: 1.55; }

.video-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin: 25px 0 22px; }
.video-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3rem); line-height: 1; letter-spacing: -.04em; }
.video-heading a { flex: 0 0 auto; color: var(--red); font-size: .68rem; font-weight: 900; text-decoration: none; text-transform: uppercase; }
.video-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.video-card { position: relative; }
.video-card a { display: block; text-decoration: none; }
.video-card-media { position: relative; height: 135px; overflow: hidden; background: #b5bec5; }
.video-card-media img { width: 100%; height: 100%; object-fit: cover; }
.video-card-media span { position: absolute; right: 10px; bottom: 10px; padding: 6px 9px; color: #17202b; background: var(--yellow); border-radius: 999px; font-size: .6rem; font-weight: 900; }
.video-card h3 { margin: 10px 0 5px; font-family: var(--serif); font-size: 1.17rem; line-height: 1.05; }
.video-card p { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.45; }
.creator-strip { display: grid; grid-template-columns: 145px 1fr; gap: 18px; margin-top: 24px; padding: 18px; color: white; background: var(--blue); }
.creator-strip h3 { margin: 0; font-family: var(--serif); font-size: 1.45rem; }
.creator-strip .mini-kicker { color: var(--yellow); }
.creator-video-link { display: grid; grid-template-columns: 90px 1fr; align-items: center; gap: 14px; text-decoration: none; }
.creator-video-link img { width: 90px; height: 65px; object-fit: cover; }
.creator-video-link strong { display: block; font-family: var(--serif); line-height: 1.1; }
.creator-video-link span { display: block; margin-top: 5px; color: rgba(255,255,255,.7); font-size: .68rem; }
.edition-empty-note {
  grid-column: 1 / -1;
  margin: 0;
  padding: 15px 17px;
  color: var(--ink-soft);
  background: rgba(255, 252, 241, .5);
  border: 1px dashed rgba(30, 41, 37, .28);
  font-size: .82rem;
  line-height: 1.52;
}
.creator-strip .edition-empty-note {
  align-self: center;
  color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.24);
}
.edition-empty-note--compact { padding: 10px 12px; font-size: .72rem; }
.weekly-interactive { display: grid; grid-template-columns: 64px 1fr; gap: 18px; margin-top: 24px; padding-top: 22px; border-top: 4px double var(--ink); }
.interactive-number { display: grid; place-items: center; width: 58px; height: 58px; color: white; background: var(--red); border-radius: 50%; font-family: var(--serif); font-size: 2.2rem; }
.weekly-interactive h3 { margin: 0 0 5px; font-family: var(--serif); font-size: 1.25rem; }
.weekly-interactive p { margin: 0 0 11px; font-size: .75rem; line-height: 1.4; }
.quiz-options { display: flex; flex-wrap: wrap; gap: 7px; }
.quiz-options button { padding: 7px 10px; color: var(--ink); background: transparent; border: 1px solid var(--ink); border-radius: 999px; cursor: pointer; font-size: .64rem; text-align: left; }
.quiz-options button.is-correct { color: white; background: #287d4c; border-color: #287d4c; }
.quiz-options button.is-wrong { color: white; background: var(--red); border-color: var(--red); }
.quiz-feedback { min-height: 18px; margin-top: 8px!important; color: #287d4c; font-weight: 750; }

.paper-back { color: white; background-color: #163b62; background-image: radial-gradient(rgba(255,255,255,.055) .7px, transparent .7px); }
.paper-back::after { box-shadow: inset 0 0 100px rgba(0,0,0,.15); }
.section-rule--light { border-color: rgba(255,255,255,.55); }
.section-rule--light b { color: var(--yellow); }
.back-heading { padding: 32px 0 24px; }
.back-heading .story-label { color: var(--yellow); }
.back-heading h2 { margin-top: 0; font-size: clamp(2.35rem, 4vw, 4rem); }
.back-heading p:last-child { max-width: 530px; color: rgba(255,255,255,.7); font-family: var(--serif); line-height: 1.5; }
.paper-products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.paper-product { min-width: 0; color: var(--ink); background: var(--cream); text-decoration: none; }
.paper-product-image { display: grid; place-items: center; height: 148px; padding: 12px; background: white; }
.paper-product-image img { width: 100%; height: 100%; object-fit: contain; }
.paper-product-copy { padding: 12px; }
.paper-product-copy span { display: block; margin-bottom: 6px; color: var(--red); font-size: .57rem; font-weight: 900; text-transform: uppercase; }
.paper-product-copy strong { display: -webkit-box; min-height: 37px; overflow: hidden; font-family: var(--serif); font-size: .83rem; line-height: 1.15; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.paper-products-empty { grid-column: 1/-1; min-height: 220px; display: grid; place-items: center; padding: 30px; color: rgba(255,255,255,.75); border: 1px solid rgba(255,255,255,.3); text-align: center; }
.back-cta { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 25px; padding: 20px; color: var(--ink); background: var(--yellow); }
.back-cta strong, .back-cta span { display: block; }
.back-cta span { margin-top: 3px; font-size: .7rem; }
.back-cta a { flex: 0 0 auto; padding: 10px 13px; color: white; background: var(--blue); text-decoration: none; font-size: .67rem; font-weight: 900; text-transform: uppercase; }
.back-brand { position: absolute; right: 44px; bottom: 30px; font-family: var(--serif); font-size: 1.25rem; }
.back-brand b { color: var(--yellow); }
.back-brand small { display: block; margin-top: 4px; color: rgba(255,255,255,.55); font-family: var(--sans); font-size: .5rem; letter-spacing: .23em; text-align: right; text-transform: uppercase; }

body.is-reading .reader-intro, body.is-reading .paper-status, body.is-reading .archive-section, body.is-reading .times-sources, body.is-reading .times-footer { display: none; }
body.is-reading .newspaper { margin-top: 28px; }

.archive-section { max-width: 1240px; margin: 0 auto; padding: 0 24px 100px; }
.archive-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.archive-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 4.2rem); line-height: 1; letter-spacing: -.045em; }
.archive-heading input { width: min(330px, 80vw); height: 46px; padding: 0 16px; background: rgba(255,255,255,.55); border: 1px solid var(--line); border-radius: 999px; outline: none; }
.archive-heading input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(21,63,104,.12); }
.archive-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding-top: 28px; }
.archive-card { display: block; padding: 12px; background: rgba(255,255,255,.48); border: 1px solid rgba(23,32,43,.09); text-decoration: none; transition: transform .2s ease, background .2s ease; }
.archive-card:hover { transform: translateY(-3px); background: white; }
.archive-card img { width: 100%; height: 130px; object-fit: cover; filter: saturate(.75); }
.archive-card span { display: flex; justify-content: space-between; gap: 10px; margin: 12px 0 8px; color: var(--red); font-size: .6rem; font-weight: 900; text-transform: uppercase; }
.archive-card h3 { margin: 0 0 7px; font-family: var(--serif); font-size: 1.1rem; }
.archive-card p { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.45; }
.archive-empty { grid-column: 1/-1; padding: 40px; color: var(--muted); text-align: center; }
.times-sources { max-width: 1240px; margin: 0 auto 80px; padding: 26px 24px; border-top: 1px solid var(--line); }
.times-sources h2 { font-family: var(--serif); }
.times-sources #sources-list { display: flex; flex-wrap: wrap; gap: 10px; }
.times-sources #sources-list a { padding: 8px 11px; color: var(--blue); background: rgba(255,255,255,.5); border-radius: 999px; font-size: .72rem; font-weight: 750; text-decoration: none; }
.times-sources > p { max-width: 700px; margin-top: 22px; color: var(--muted); font-size: .68rem; line-height: 1.5; }
.times-footer { display: flex; justify-content: center; gap: 10px; padding: 28px 20px; color: rgba(255,255,255,.68); background: #102a43; font-size: .73rem; }
.times-footer a { text-decoration: none; }

.times-signup { color: white; background: #102f50; }
.signup-hero {
  min-height: 850px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(450px, .95fr);
  gap: clamp(40px, 7vw, 110px);
  align-items: center;
  padding: 130px clamp(24px, 7vw, 110px) 80px;
  background:
    radial-gradient(circle at 5% 80%, rgba(242,201,76,.13), transparent 28%),
    radial-gradient(circle at 95% 12%, rgba(255,255,255,.1), transparent 25%),
    linear-gradient(130deg, #102f50 0%, #173e62 58%, #204b70 100%);
}
.signup-copy { max-width: 690px; }
.signup-copy .times-eyebrow, .rhythm-heading .times-eyebrow { color: var(--yellow); }
.signup-copy h1 { margin: 0; font-family: var(--serif); font-size: clamp(3.6rem, 7vw, 7rem); line-height: .91; letter-spacing: -.06em; text-wrap: balance; }
.signup-lead { max-width: 640px; margin: 28px 0 32px; color: rgba(255,255,255,.72); font-family: var(--serif); font-size: 1.14rem; line-height: 1.62; }
.signup-benefits { display: grid; gap: 13px; padding: 25px 0; border-block: 1px solid rgba(255,255,255,.18); }
.signup-benefits div { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: center; }
.signup-benefits b { color: var(--yellow); font-family: var(--serif); font-size: 1.4rem; }
.signup-benefits span { color: rgba(255,255,255,.88); font-size: .83rem; font-weight: 700; }
.sample-link { display: inline-flex; gap: 14px; margin-top: 27px; color: var(--yellow); font-size: .78rem; font-weight: 850; text-decoration: none; text-transform: uppercase; }
.signup-panel { position: relative; max-width: 590px; padding-top: 55px; }
.mini-paper {
  position: absolute;
  z-index: 0;
  top: 0;
  right: -28px;
  width: 250px;
  height: 310px;
  padding: 19px;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 20px 55px rgba(0,0,0,.18);
  transform: rotate(5deg);
}
.mini-paper-top { padding-bottom: 7px; border-bottom: 1px solid; font-size: .45rem; font-weight: 900; letter-spacing: .13em; }
.mini-paper-mast { padding: 10px 0 6px; font-family: var(--serif); font-size: 1.45rem; font-weight: 900; text-align: center; }
.mini-paper-rule { height: 3px; border-block: 1px solid; }
.mini-paper-title { margin-top: 17px; font-family: var(--serif); font-size: 2.1rem; font-weight: 900; line-height: .85; }
.mini-paper-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; margin-top: 14px; }
.mini-paper-columns i { height: 58px; background: repeating-linear-gradient(180deg, var(--ink) 0 1px, transparent 1px 4px); opacity: .28; }
.mini-paper-stamp { position: absolute; right: 16px; bottom: 14px; padding: 6px; color: var(--red); border: 2px solid; border-radius: 50%; font-family: var(--serif); font-weight: 900; transform: rotate(-10deg); }
.signup-form { position: relative; z-index: 1; margin-right: 65px; padding: clamp(24px, 4vw, 40px); color: var(--ink); background: var(--cream); border-radius: 18px; box-shadow: 0 30px 80px rgba(0,0,0,.24); }
.points-ticket { margin: -68px 0 27px -62px; padding: 20px 23px; color: white; background: var(--red); border-radius: 12px; box-shadow: 0 14px 30px rgba(76,25,23,.22); transform: rotate(-2deg); }
.points-ticket > span { display: block; font-size: .62rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.points-ticket strong { display: block; margin-top: 2px; font-family: var(--serif); font-size: 2.65rem; }
.points-ticket small { font-family: var(--sans); font-size: .76rem; }
.points-ticket p { max-width: 460px; margin: 7px 0 0; color: rgba(255,255,255,.76); font-size: .67rem; line-height: 1.45; }
.signup-form > label:not(.consent-row) { display: block; margin-bottom: 17px; }
.signup-form > label > span, .signup-form legend { display: block; margin-bottom: 7px; font-size: .7rem; font-weight: 850; }
.signup-form input[type="text"], .signup-form input[type="email"] { width: 100%; height: 49px; padding: 0 13px; background: white; border: 1px solid rgba(23,32,43,.2); border-radius: 8px; outline: none; }
.signup-form input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(21,63,104,.11); }
.signup-form fieldset { margin: 0 0 17px; padding: 0; border: 0; }
.language-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.language-cards label { cursor: pointer; }
.language-cards input { position: absolute; opacity: 0; }
.language-cards span { display: block; padding: 12px; background: #f0ede4; border: 2px solid transparent; border-radius: 9px; }
.language-cards input:checked + span { background: #edf4fa; border-color: var(--blue); }
.language-cards b, .language-cards small { display: block; }
.language-cards b { font-size: .78rem; }
.language-cards small { margin-top: 3px; color: var(--muted); font-size: .64rem; }
.language-note { margin: 8px 0 0; color: var(--muted); font-size: .63rem; }
.consent-row { display: grid; grid-template-columns: 18px 1fr; gap: 10px; margin: 18px 0; cursor: pointer; }
.consent-row input { width: 18px; height: 18px; accent-color: var(--blue); }
.consent-row span { color: #4c565f; font-size: .68rem; line-height: 1.45; }
.form-privacy { margin: 11px 0 0; color: var(--muted); font-size: .6rem; line-height: 1.4; text-align: center; }
.signup-message { min-height: 20px; margin-top: 10px; font-size: .72rem; font-weight: 750; text-align: center; }
.signup-message.is-success { color: #287d4c; }
.signup-message.is-error { color: var(--red); }
.edition-rhythm { padding: 100px clamp(24px, 7vw, 110px); color: var(--ink); background: var(--paper); }
.rhythm-heading { max-width: 760px; }
.rhythm-heading .times-eyebrow { color: var(--red); }
.rhythm-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 5rem); line-height: .98; letter-spacing: -.05em; }
.rhythm-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 54px; background: var(--line); border-block: 1px solid var(--line); }
.rhythm-grid article { padding: 28px; background: var(--paper); }
.rhythm-grid article > span { color: var(--red); font-family: var(--serif); font-size: 2rem; }
.rhythm-grid h3 { margin: 42px 0 8px; font-family: var(--serif); font-size: 1.35rem; }
.rhythm-grid p { margin: 0; color: var(--muted); font-size: .76rem; line-height: 1.5; }
.signup-final { padding: 80px 24px; color: var(--ink); background: #e4ded2; text-align: center; }
.signup-final h2 { margin: 0 0 22px; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.8rem); }
.signup-final a { color: var(--red); font-size: .78rem; font-weight: 900; text-decoration: none; text-transform: uppercase; }

@media (max-width: 1000px) {
  .newspaper { grid-template-columns: 1fr; max-width: 680px; padding: 0 18px; }
  .paper-page:nth-child(odd) { border-right: 0; }
  .archive-grid { grid-template-columns: repeat(2, 1fr); }
  .signup-hero { grid-template-columns: 1fr; }
  .signup-copy { padding-top: 25px; }
  .signup-panel { width: min(620px, 100%); margin: 20px auto 0; }
  .rhythm-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .times-topbar { min-height: 64px; padding: 10px 14px; }
  .times-store-mark img { width: 38px; height: 38px; }
  .times-store-mark { font-size: .8rem; }
  .times-store-mark small { font-size: .45rem; }
  .times-topbar nav > a:not(.times-pill) { display: none; }
  .times-topbar nav { gap: 9px; }
  .times-pill { padding: 8px 10px; font-size: .7rem!important; }
  .reader-intro { align-items: start; flex-direction: column; padding-top: 38px; }
  .reader-actions { justify-content: flex-start; }
  .newspaper { padding: 0 10px; margin-bottom: 70px; }
  .paper-page { min-height: 790px; padding: 27px 22px; }
  .paper-rail span:nth-child(3) { display: none; }
  .masthead { grid-template-columns: 48px 1fr; gap: 9px; }
  .masthead-crest { width: 44px; height: 44px; font-size: 1rem; }
  .masthead h2 { font-size: 2.35rem; }
  .cover-story h3 { font-size: 2.35rem; }
  .cover-image-link { height: 220px; }
  .cover-bottom { grid-template-columns: 1fr; }
  .cover-route { display: none; }
  .merch-grid, .video-list { grid-template-columns: 1fr; }
  .merch-card .merch-visual { min-height: 100px; }
  .paper-column-note { display: none; }
  .creator-strip { grid-template-columns: 1fr; }
  .creator-copy { display: none; }
  .weekly-interactive { grid-template-columns: 45px 1fr; }
  .interactive-number { width: 42px; height: 42px; font-size: 1.6rem; }
  .paper-products { grid-template-columns: 1fr 1fr; }
  .paper-product:last-child { display: none; }
  .back-cta { align-items: stretch; flex-direction: column; }
  .back-cta a { text-align: center; }
  .back-brand { right: 22px; }
  .archive-heading { align-items: start; flex-direction: column; }
  .archive-grid { grid-template-columns: 1fr; }
  .archive-card { display: grid; grid-template-columns: 110px 1fr; gap: 12px; }
  .archive-card img { grid-row: 1/4; width: 110px; height: 100%; min-height: 105px; }
  .archive-card span { margin: 2px 0 0; }
  .archive-card h3 { margin: 0; }
  .signup-hero { display: block; min-height: 0; padding: 108px 18px 65px; }
  .signup-copy h1 { font-size: 3.35rem; }
  .signup-panel { padding-top: 75px; }
  .mini-paper { right: 0; width: 190px; height: 240px; }
  .signup-form { margin: 0; padding: 24px 18px; }
  .points-ticket { margin: -62px 0 24px; }
  .language-cards { grid-template-columns: 1fr; }
  .rhythm-grid { grid-template-columns: 1fr; }
  .rhythm-grid h3 { margin-top: 20px; }
}

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

/* Sodor Times editorial system v3 */
.times-reader {
  --paper: #fbfaf6;
  --paper-deep: #e5e6e1;
  --blue: #143d35;
  --blue-light: #2e6156;
  --red: #a8342e;
  --yellow: #d7ad4d;
  background: #e7e9e6;
}

.times-reader .times-topbar {
  background: rgba(18, 49, 43, .97);
}

.paper-jump {
  position: sticky;
  z-index: 12;
  top: 72px;
  max-width: 1320px;
  margin: 0 auto 14px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: var(--ink);
  background: rgba(251, 250, 246, .95);
  border-block: 1px solid rgba(23, 32, 43, .2);
  backdrop-filter: blur(14px);
}

.paper-jump a {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 11px 18px;
  border-right: 1px solid rgba(23, 32, 43, .14);
  text-decoration: none;
}

.paper-jump a:last-child { border-right: 0; }
.paper-jump span { color: var(--red); font-family: var(--serif); font-size: 1.25rem; }
.paper-jump b { font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }
.paper-jump a:hover, .paper-jump a:focus-visible { background: #fff; outline: 2px solid var(--red); outline-offset: -2px; }

.newspaper { scroll-margin-top: 135px; }
.paper-page {
  min-height: 960px;
  scroll-margin-top: 130px;
  background-image: radial-gradient(rgba(33, 43, 52, .025) .65px, transparent .65px);
  box-shadow: inset 0 0 0 1px rgba(23, 32, 43, .06);
}

.masthead { border-bottom-width: 3px; }
.masthead-crest { border-radius: 2px; }
.masthead-kicker { color: var(--red); }
.cover-story { display: flex; flex-direction: column; }
.cover-story h3 { max-width: 580px; font-size: clamp(3rem, 4.7vw, 5.4rem); }
.cover-standfirst { max-width: 560px; margin-bottom: 18px; font-size: 1.05rem; }
.cover-image-link { height: 365px; background: #d5d8d4; }
.cover-image-link img { filter: none; }
.cover-image-link::after { inset: 66% 0 0; }
.video-play.is-story { padding-left: 0; font-size: 1.1rem; }

.newspaper[data-layout="signal"] .paper-cover { border-top: 10px solid var(--red); }
.newspaper[data-layout="signal"] .cover-story h3 { text-transform: uppercase; letter-spacing: -.06em; }
.newspaper[data-layout="signal"] .masthead { text-align: left; }
.newspaper[data-layout="gallery"] .cover-image-link { height: 405px; }
.newspaper[data-layout="gallery"] .cover-story h3 { font-size: clamp(2.8rem, 4.25vw, 4.9rem); }
.newspaper[data-layout="gallery"] .masthead-crest { color: var(--paper); background: var(--ink); }
.newspaper[data-layout="cinema"] .paper-cover { color: #f7f4ed; background-color: #18221f; }
.newspaper[data-layout="cinema"] .paper-cover .paper-rail,
.newspaper[data-layout="cinema"] .paper-cover .masthead { border-color: rgba(255, 255, 255, .72); }
.newspaper[data-layout="cinema"] .paper-cover .cover-standfirst,
.newspaper[data-layout="cinema"] .paper-cover .cover-bottom p { color: rgba(255, 255, 255, .72); }
.newspaper[data-layout="cinema"] .paper-cover .masthead-crest { border-color: white; }

.paper-news-page { padding-bottom: 68px; }
.paper-news-page > h2 { margin-top: 24px; font-size: clamp(2.25rem, 3.5vw, 4rem); }
.paper-news-page .section-intro { margin-bottom: 20px; font-size: .93rem; }
.merch-grid {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(175px, .8fr);
  grid-template-rows: 1fr 1fr;
  gap: 22px 20px;
}

.merch-card {
  min-width: 0;
  padding: 0;
  border: 0;
}

.merch-card--lead { grid-row: 1 / 3; }
.merch-card .merch-visual {
  position: relative;
  display: block;
  min-height: 0;
  height: 185px;
  margin: 0 0 12px;
  padding: 0;
  overflow: hidden;
  background: #d7d9d5;
}
.merch-card--lead .merch-visual { height: 455px; }
.merch-card .merch-visual img { width: 100%; height: 100%; object-fit: cover; }
.merch-card .merch-visual .merch-open {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 7px 9px;
  color: var(--ink);
  background: rgba(251, 250, 246, .94);
  font-family: var(--sans);
  font-size: .57rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.merch-monogram { display: grid; place-items: center; height: 100%; color: white; background: var(--blue); font-family: var(--serif); font-size: 6rem; }
.merch-card h3 { margin: 0 0 7px; font-size: 1.08rem; }
.merch-card--lead h3 { font-size: 1.65rem; }
.merch-card h3 a { color: inherit; text-decoration: none; }
.merch-card p { margin: 0; font-size: .73rem; line-height: 1.45; }
.merch-card--lead p { max-width: 92%; font-size: .82rem; }
.page-credit {
  position: absolute;
  right: clamp(30px, 4vw, 58px);
  bottom: 28px;
  left: clamp(30px, 4vw, 58px);
  margin: 0;
  padding-top: 9px;
  color: rgba(23, 32, 43, .54);
  border-top: 1px solid rgba(23, 32, 43, .13);
  font-size: .54rem;
  line-height: 1.35;
}

.paper-video-page { padding-bottom: 55px; }
.video-heading { margin-bottom: 15px; }
.video-list {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 14px;
}
.video-card--lead { grid-row: span 2; }
.video-card-media { height: 118px; }
.video-card--lead .video-card-media { height: 286px; }
.video-card--lead h3 { font-size: 1.55rem; }
.video-card p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.video-card-media span { border-radius: 2px; }
.creator-strip { margin-top: 18px; padding: 14px; background: #183f37; }
.series-fun-fact {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: start;
  margin-top: 18px;
  padding: 17px;
  background: #efe9dd;
  border: 1px solid rgba(23, 32, 43, .14);
  border-left: 4px solid var(--red);
}
.series-fun-fact[hidden] { display: none; }
.fun-fact-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: #fbfaf6;
  background: var(--red);
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 900;
}
.series-fun-fact h3 {
  margin: 0 0 6px;
  font-family: var(--serif);
  font-size: 1.2rem;
  line-height: 1.1;
}
.series-fun-fact > div > p:not(.story-label) {
  margin: 0;
  color: #3f4945;
  font-family: var(--serif);
  font-size: .78rem;
  line-height: 1.55;
}
.series-fun-fact small {
  display: block;
  margin-top: 9px;
  color: var(--red);
  font-size: .58rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.weekly-interactive { margin-top: 18px; padding-top: 16px; }
.interactive-number { border-radius: 2px; }
.quiz-options button { border-radius: 2px; }

.paper-back {
  background-color: #183f37;
  background-image: radial-gradient(rgba(255, 255, 255, .04) .7px, transparent .7px);
}
.back-heading { padding: 27px 0 18px; }
.back-heading h2 { max-width: 560px; margin-bottom: 9px; font-size: clamp(3rem, 4.6vw, 5.2rem); }
.back-heading p:last-child { margin: 0; font-family: var(--sans); font-size: .74rem; }
.paper-products {
  min-height: 490px;
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
}
.paper-product { display: grid; grid-template-columns: 120px 1fr; min-width: 0; }
.paper-product:first-child { grid-row: 1 / 3; display: block; }
.paper-product:not(:first-child) { display: block; }
.paper-product-image { height: 100%; min-height: 150px; }
.paper-product:first-child .paper-product-image { height: 335px; }
.paper-product:not(:first-child) .paper-product-image { height: 150px; min-height: 0; }
.paper-product-copy { align-self: center; }
.paper-product:not(:first-child) .paper-product-copy { padding: 10px; }
.paper-product-copy .paper-product-context { color: var(--red); }
.paper-product-copy strong { min-height: 0; font-size: .9rem; }
.paper-product:not(:first-child) .paper-product-copy strong { font-size: .78rem; }
.paper-product:first-child .paper-product-copy strong { font-size: 1.35rem; }
.paper-product-copy i { display: block; margin-top: 7px; color: var(--muted); font-size: .57rem; font-style: normal; font-weight: 750; }
.back-cta { margin-top: 18px; }

.times-sources {
  max-width: 1192px;
  margin: -48px auto 70px;
  padding: 14px 0;
  color: var(--muted);
  border-top: 1px solid var(--line);
}
.times-sources summary { cursor: pointer; font-size: .65rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.times-sources #sources-list { margin-top: 14px; gap: 12px; }
.times-sources #sources-list a { padding: 0; background: transparent; border-radius: 0; font-size: .62rem; text-decoration: underline; text-underline-offset: 3px; }
.times-sources > p { margin: 13px 0 0; font-size: .58rem; }

@media (max-width: 1000px) {
  .paper-jump { max-width: 644px; top: 72px; margin-inline: auto; }
  .paper-page { min-height: 940px; }
  .times-sources { margin-inline: 22px; }
}

@media (max-width: 680px) {
  .paper-jump { top: 64px; margin-bottom: 9px; }
  .paper-jump a { justify-content: center; padding: 9px 5px; }
  .paper-jump b { display: none; }
  .paper-jump span { font-size: 1rem; }
  .paper-page { min-height: 0; padding-bottom: 38px; }
  .cover-story h3 { font-size: 2.75rem; }
  .cover-image-link,
  .newspaper[data-layout="gallery"] .cover-image-link { height: 300px; }
  .cover-bottom { padding-bottom: 8px; }
  .merch-grid { min-height: 0; display: block; }
  .merch-card { margin-bottom: 26px; }
  .merch-card .merch-visual,
  .merch-card--lead .merch-visual { height: 270px; }
  .merch-card--lead h3 { font-size: 1.45rem; }
  .merch-card--lead p { max-width: none; }
  .page-credit { position: static; margin-top: 8px; }
  .video-list { grid-template-columns: 1fr; }
  .video-card--lead { grid-row: auto; }
  .video-card-media,
  .video-card--lead .video-card-media { height: 220px; }
  .creator-strip { grid-template-columns: 1fr; }
  .creator-copy { display: block; }
  .paper-products { min-height: 0; grid-template-columns: 1fr; grid-template-rows: auto; }
  .paper-product,
  .paper-product:not(:first-child),
  .paper-product:first-child { display: grid; grid-row: auto; grid-template-columns: 115px 1fr; }
  .paper-product-image,
  .paper-product:not(:first-child) .paper-product-image,
  .paper-product:first-child .paper-product-image { height: 155px; min-height: 0; }
  .paper-product:last-child { display: grid; }
  .paper-product:first-child .paper-product-copy strong { font-size: 1rem; }
  .back-brand { position: static; margin-top: 24px; text-align: right; }
  .times-sources { margin-top: -30px; }
}

/* Sodor Times single-page reader v4 */
.paper-stage {
  width: min(100%, 808px);
  margin: 0 auto 96px;
  padding-inline: 24px;
  perspective: 2200px;
  scroll-margin-top: 128px;
}

.paper-stage .newspaper {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  perspective: 2200px;
  transform-style: preserve-3d;
}

.paper-stage .paper-page {
  grid-area: 1 / 1;
  min-height: clamp(850px, calc(100svh - 150px), 960px);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateX(9px) scale(.995);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.paper-stage .paper-page:nth-child(odd) { border-right: 0; }
.paper-stage .paper-page.is-active {
  z-index: 2;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.paper-stage .paper-page.is-under-turn {
  z-index: 1;
  visibility: visible;
  opacity: 1;
  pointer-events: none;
  transform: none;
}

.paper-stage .paper-page.is-turning-forward,
.paper-stage .paper-page.is-turning-back {
  z-index: 4;
  visibility: visible;
  opacity: 1;
  pointer-events: none;
}

.paper-stage .paper-page.is-turning-forward {
  transform-origin: left center;
  animation: paper-turn-forward 720ms cubic-bezier(.5, .02, .18, .98) both;
}

.paper-stage .paper-page.is-turning-back {
  transform-origin: right center;
  animation: paper-turn-back 720ms cubic-bezier(.5, .02, .18, .98) both;
}

@keyframes paper-turn-forward {
  0% {
    transform: rotateY(0);
    filter: brightness(1);
    box-shadow: 0 20px 45px rgba(16, 31, 42, .18);
  }
  48% {
    filter: brightness(.88);
    box-shadow: -34px 18px 44px rgba(16, 31, 42, .28);
  }
  100% {
    transform: rotateY(-104deg);
    filter: brightness(.72);
    box-shadow: -12px 12px 28px rgba(16, 31, 42, .18);
  }
}

/* Sodor Times mobile reading contract v7 */
.reader-scroll-cue { display: none; }

@media (max-width: 680px) {
  body.is-reading {
    min-height: 100svh;
    overscroll-behavior: none;
  }

  body.is-reading main,
  body.is-reading .paper-stage {
    height: 100svh;
    height: 100dvh;
  }

  body.is-reading .paper-stage {
    margin: 0 auto;
    padding:
      max(6px, env(safe-area-inset-top))
      max(6px, env(safe-area-inset-right))
      calc(124px + env(safe-area-inset-bottom))
      max(6px, env(safe-area-inset-left));
  }

  body.is-reading .newspaper {
    margin-top: 0;
    border-radius: 2px;
  }

  body.is-reading .paper-page {
    padding: 20px clamp(18px, 5.2vw, 23px) calc(38px + env(safe-area-inset-bottom));
    scroll-padding: 20px 0 calc(34px + env(safe-area-inset-bottom));
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  body.is-reading .paper-rail,
  body.is-reading .section-rule {
    gap: 8px;
    padding-block: 7px;
    font-size: .62rem;
    line-height: 1.25;
  }

  body.is-reading .masthead {
    grid-template-columns: 42px 1fr;
    gap: 10px;
    padding: 13px 0 12px;
  }

  body.is-reading .masthead-crest {
    width: 40px;
    height: 40px;
    font-size: .9rem;
  }

  body.is-reading .masthead-kicker { font-size: .53rem; letter-spacing: .13em; }
  body.is-reading .masthead h2 { font-size: clamp(2.05rem, 10.8vw, 2.7rem); }
  body.is-reading .masthead p { margin-top: 4px; font-size: .72rem; }
  body.is-reading .cover-story { padding-top: 18px; }
  body.is-reading .cover-story h3 {
    margin-bottom: 12px;
    font-size: clamp(2.45rem, 12.8vw, 3.35rem);
    line-height: .94;
  }
  body.is-reading .cover-standfirst {
    max-width: none;
    margin-bottom: 16px;
    font-size: 1rem;
    line-height: 1.52;
  }
  body.is-reading .cover-image-link,
  body.is-reading .newspaper[data-layout="gallery"] .cover-image-link {
    height: clamp(220px, 34dvh, 300px);
  }
  body.is-reading .cover-bottom { gap: 12px; padding-top: 16px; }
  body.is-reading .cover-bottom p { font-size: .88rem; line-height: 1.52; }

  body.is-reading .paper-inside > h2,
  body.is-reading .back-heading h2 {
    margin-top: 22px;
    font-size: clamp(2.25rem, 11vw, 3rem);
  }
  body.is-reading .section-intro { margin-bottom: 20px; font-size: .95rem; }
  body.is-reading .story-label,
  body.is-reading .mini-kicker { font-size: .65rem; }

  body.is-reading .merch-card { margin-bottom: 30px; }
  body.is-reading .merch-card .merch-visual,
  body.is-reading .merch-card--lead .merch-visual {
    height: clamp(230px, 38dvh, 300px);
  }
  body.is-reading .merch-card h3,
  body.is-reading .merch-card--lead h3 { font-size: 1.55rem; line-height: 1.08; }
  body.is-reading .merch-card p,
  body.is-reading .merch-card--lead p {
    max-width: none;
    font-size: .92rem;
    line-height: 1.58;
  }
  body.is-reading .character-profile p,
  body.is-reading .merch-card--lead .character-profile p {
    font-size: .92rem;
    line-height: 1.58;
  }
  body.is-reading .character-profile li { padding-block: 7px; font-size: .72rem; line-height: 1.45; }
  body.is-reading .page-credit { font-size: .65rem; line-height: 1.45; }

  body.is-reading .video-heading { margin: 20px 0 16px; }
  body.is-reading .video-heading h2 { font-size: clamp(2.15rem, 10.4vw, 2.8rem); }
  body.is-reading .video-heading a {
    min-height: 44px;
    align-items: center;
    padding: 10px 0;
    font-size: .72rem;
  }
  body.is-reading .lost-dubs-explainer { grid-template-columns: 44px 1fr; gap: 12px; padding: 14px; }
  body.is-reading .lost-dubs-explainer > span { width: 40px; height: 40px; }
  body.is-reading .lost-dubs-explainer h3 { font-size: 1.06rem; }
  body.is-reading .lost-dubs-explainer p { font-size: .86rem; line-height: 1.55; }
  body.is-reading .video-list { gap: 30px; }
  body.is-reading .video-card-media,
  body.is-reading .video-card--lead .video-card-media { height: clamp(205px, 32dvh, 265px); }
  body.is-reading .video-card h3,
  body.is-reading .video-card--lead h3 { margin-top: 12px; font-size: 1.5rem; }
  body.is-reading .video-episode-meta { font-size: .68rem!important; }
  body.is-reading .video-card .video-episode-summary { font-size: .92rem; line-height: 1.58; }
  body.is-reading .video-card .video-episode-story { font-size: .84rem; line-height: 1.58; }
  body.is-reading .video-verified { font-size: .69rem; line-height: 1.5; }

  body.is-reading .creator-strip { padding: 16px; }
  body.is-reading .creator-video-link { min-height: 68px; }
  body.is-reading .creator-video-link strong { font-size: .94rem; }
  body.is-reading .creator-video-link span { font-size: .75rem; }
  body.is-reading .series-fun-fact {
    grid-template-columns: 44px 1fr;
    gap: 12px;
    padding: 15px;
  }
  body.is-reading .fun-fact-mark { width: 40px; height: 40px; font-size: 1.45rem; }
  body.is-reading .series-fun-fact h3 { font-size: 1.35rem; }
  body.is-reading .series-fun-fact > div > p:not(.story-label) { font-size: .9rem; line-height: 1.58; }
  body.is-reading .series-fun-fact small { font-size: .68rem; line-height: 1.4; }
  body.is-reading .weekly-interactive { grid-template-columns: 46px 1fr; gap: 13px; }
  body.is-reading .weekly-interactive h3 { font-size: 1.32rem; }
  body.is-reading .weekly-interactive p { font-size: .88rem; line-height: 1.5; }
  body.is-reading .quiz-options { display: grid; grid-template-columns: 1fr; }
  body.is-reading .quiz-options button {
    min-height: 46px;
    padding: 10px 12px;
    font-size: .78rem;
  }

  body.is-reading .paper-product,
  body.is-reading .paper-product:not(:first-child),
  body.is-reading .paper-product:first-child { grid-template-columns: 105px 1fr; }
  body.is-reading .paper-product-image,
  body.is-reading .paper-product:not(:first-child) .paper-product-image,
  body.is-reading .paper-product:first-child .paper-product-image { height: 145px; }
  body.is-reading .paper-product-copy span { font-size: .65rem; }
  body.is-reading .paper-product-copy strong,
  body.is-reading .paper-product:first-child .paper-product-copy strong { font-size: .95rem; line-height: 1.25; }
  body.is-reading .back-cta { padding: 17px; }
  body.is-reading .back-cta span { font-size: .78rem; line-height: 1.45; }
  body.is-reading .back-cta a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  body.is-reading .paper-edge {
    display: none;
  }

  body.is-reading .paper-controls {
    right: max(6px, env(safe-area-inset-right));
    bottom: max(6px, env(safe-area-inset-bottom));
    left: max(6px, env(safe-area-inset-left));
    min-height: 110px;
    padding: 55px 7px 7px;
    gap: 7px;
    border-radius: 16px;
  }
  body.is-reading .paper-control-button {
    min-width: 48px;
    min-height: 48px;
    justify-content: center;
    padding: 0 12px;
    border-radius: 10px;
  }
  body.is-reading #paper-next { justify-content: center; }
  body.is-reading .paper-control-button span { font-size: 1.6rem; }
  body.is-reading .paper-position { min-width: 0; }
  body.is-reading .paper-position span { font-size: 1rem; }
  body.is-reading .paper-position strong { overflow: hidden; font-size: .55rem; text-overflow: ellipsis; white-space: nowrap; }
  body.is-reading .paper-progress { width: min(24vw, 96px); }
  body.is-reading .paper-exit-button {
    top: 6px;
    right: 7px;
    left: 7px;
    min-height: 44px;
    padding-inline: 10px;
    border-radius: 9px;
    font-size: .62rem;
  }

  body.is-reading .reader-scroll-cue:not([hidden]) {
    position: fixed;
    z-index: 29;
    right: 50%;
    bottom: calc(117px + env(safe-area-inset-bottom));
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    padding: 7px 11px;
    color: rgba(255,255,255,.88);
    background: rgba(7, 24, 19, .82);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(0,0,0,.24);
    transform: translateX(50%);
    backdrop-filter: blur(12px);
    pointer-events: none;
  }
  body.is-reading .reader-scroll-cue span { color: #d7ad4d; font-size: 1rem; }
  body.is-reading .reader-scroll-cue b { font-size: .59rem; letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; }
}

@media (max-width: 380px) {
  body.is-reading .paper-page { padding-right: 17px; padding-left: 17px; }
  body.is-reading .masthead { grid-template-columns: 38px 1fr; }
  body.is-reading .masthead-crest { width: 36px; height: 36px; }
  body.is-reading .masthead h2 { font-size: 2rem; }
  body.is-reading .cover-story h3 { font-size: 2.35rem; }
  body.is-reading .cover-image-link,
  body.is-reading .newspaper[data-layout="gallery"] .cover-image-link { height: 215px; }
  body.is-reading .reader-scroll-cue b { font-size: .55rem; }
}

@media (max-width: 680px) and (orientation: landscape) and (max-height: 560px) {
  body.is-reading .paper-stage {
    padding-top: 4px;
    padding-bottom: calc(116px + env(safe-area-inset-bottom));
  }
  body.is-reading .paper-controls {
    min-height: 104px;
    padding-top: 51px;
  }
  body.is-reading .reader-scroll-cue:not([hidden]) { bottom: calc(117px + env(safe-area-inset-bottom)); }
}

@keyframes paper-turn-back {
  0% {
    transform: rotateY(0);
    filter: brightness(1);
    box-shadow: 0 20px 45px rgba(16, 31, 42, .18);
  }
  48% {
    filter: brightness(.88);
    box-shadow: 34px 18px 44px rgba(16, 31, 42, .28);
  }
  100% {
    transform: rotateY(104deg);
    filter: brightness(.72);
    box-shadow: 12px 12px 28px rgba(16, 31, 42, .18);
  }
}

.paper-controls {
  position: relative;
  width: 100%;
  max-width: 760px;
  min-height: 66px;
  margin: 13px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 8px;
  color: white;
  background: #183f37;
  box-shadow: 0 14px 32px rgba(19, 39, 34, .18);
}

.paper-control-button,
.paper-exit-button {
  min-height: 48px;
  padding: 0 15px;
  color: inherit;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .3);
  cursor: pointer;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.paper-control-button {
  display: flex;
  align-items: center;
  gap: 10px;
}

#paper-next { justify-content: flex-end; }
.paper-control-button span { color: #d7ad4d; font-family: var(--serif); font-size: 1.35rem; }
.paper-control-button:hover:not(:disabled),
.paper-control-button:focus-visible,
.paper-exit-button:hover,
.paper-exit-button:focus-visible { background: rgba(255, 255, 255, .1); outline: 2px solid #d7ad4d; outline-offset: -2px; }
.paper-control-button:disabled { cursor: not-allowed; opacity: .32; }

.paper-position {
  min-width: 130px;
  margin: 0;
  text-align: center;
}

.paper-position span,
.paper-position strong { display: block; }
.paper-position span { color: #d7ad4d; font-family: var(--serif); font-size: 1.05rem; }
.paper-position strong { margin-top: 3px; font-size: .57rem; letter-spacing: .09em; text-transform: uppercase; }
.paper-exit-button { display: none; }

.paper-jump { max-width: 760px; }
.paper-jump a[aria-current="page"] {
  color: white;
  background: #a8342e;
}
.paper-jump a[aria-current="page"] span { color: #fbfaf6; }

.lost-dubs-explainer {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 15px;
  align-items: start;
  margin: -2px 0 17px;
  padding: 14px 15px;
  background: #efe9dd;
  border-left: 4px solid #a8342e;
}

.lost-dubs-explainer > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #fbfaf6;
  background: #183f37;
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 900;
}

.lost-dubs-explainer h3 {
  margin: 0 0 4px;
  font-family: var(--serif);
  font-size: 1rem;
  line-height: 1.12;
}

.lost-dubs-explainer p {
  margin: 0;
  color: #59635f;
  font-family: var(--serif);
  font-size: .69rem;
  line-height: 1.45;
}

.video-image-fallback,
.creator-image-fallback {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #fbfaf6;
  background: linear-gradient(135deg, #183f37, #a8342e);
  font-family: var(--serif);
  font-size: 4rem;
  font-weight: 900;
}

.creator-image-fallback {
  width: 90px;
  height: 65px;
  color: #183f37;
  background: #d7ad4d;
  font-size: 1.05rem;
}

.archive-card-placeholder {
  width: 100%;
  height: 130px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 3px;
  color: #fbfaf6;
  background: linear-gradient(135deg, #183f37, #2e6156);
}
.archive-card-placeholder b { font-family: var(--serif); font-size: 2rem; }
.archive-card-placeholder small { color: #d7ad4d; font-size: .6rem; font-weight: 900; letter-spacing: .16em; }

body.is-reading { overflow: hidden; }
body.is-reading .times-topbar,
body.is-reading .paper-jump { display: none; }
body.is-reading main { height: 100dvh; }
body.is-reading .paper-stage {
  width: 100%;
  max-width: 808px;
  height: 100dvh;
  margin: 0 auto;
  padding: 12px 24px 122px;
  display: flex;
  flex-direction: column;
}
body.is-reading .newspaper {
  flex: 1;
  min-height: 0;
  margin: 0 auto;
  overflow: hidden;
}
body.is-reading .paper-page {
  height: 100%;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: rgba(23, 32, 43, .25) transparent;
}
body.is-reading .paper-controls {
  position: fixed;
  z-index: 30;
  right: 24px;
  bottom: 12px;
  left: 24px;
  width: auto;
  max-width: 760px;
  margin-inline: auto;
  min-height: 102px;
  padding-top: 42px;
}
body.is-reading .paper-exit-button {
  position: absolute;
  top: 7px;
  right: 8px;
  left: 8px;
  bottom: auto;
  display: block;
  min-height: 30px;
  color: #d7ad4d;
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .2);
}

@media (max-width: 680px) {
  .paper-stage { padding-inline: 10px; margin-bottom: 70px; }
  .paper-stage .newspaper { padding: 0; margin-bottom: 0; }
  .paper-stage .paper-page { min-height: 0; }
  .paper-controls { margin-top: 9px; gap: 6px; }
  .paper-control-button { padding: 0 11px; }
  .paper-control-button b { display: none; }
  .paper-position { min-width: 112px; }
  .video-heading { display: block; }
  .video-heading a { display: inline-block; margin-top: 9px; white-space: normal; }
  .lost-dubs-explainer { grid-template-columns: 42px 1fr; gap: 12px; padding: 12px; }
  .lost-dubs-explainer > span { width: 38px; height: 38px; font-size: .82rem; }
  .lost-dubs-explainer p { font-size: .72rem; }
  .archive-card-placeholder { grid-row: 1 / 4; width: 110px; height: 100%; min-height: 105px; }
  body.is-reading .paper-stage { padding: 8px 8px 114px; }
  body.is-reading .paper-page { padding: 24px 20px 38px; }
  body.is-reading .paper-controls { right: 8px; bottom: 8px; left: 8px; }
  body.is-reading .paper-exit-button { right: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .paper-stage .paper-page.is-turning-forward,
  .paper-stage .paper-page.is-turning-back { animation-duration: .01ms; }
}

/* Sodor Times cinematic reader v5 */
body.is-reader-booting main,
body.is-reader-booting .paper-controls,
body.is-reader-booting .reader-gesture-hint { opacity: 0; }

.times-reader main,
.paper-controls,
.reader-gesture-hint { transition: opacity .42s ease; }

.paper-stage {
  --pointer-x: 50%;
  --pointer-y: 42%;
  position: relative;
  isolation: isolate;
  width: min(100%, 928px);
  padding-inline: 54px;
  perspective: 3600px;
}

.reader-atmosphere {
  position: fixed;
  z-index: -2;
  inset: 0;
  display: none;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(255, 245, 211, .14), transparent 28rem),
    linear-gradient(145deg, #071813 0%, #102f28 48%, #06120f 100%);
}

.reader-pool {
  position: absolute;
  right: 8%;
  bottom: -24%;
  width: min(52vw, 760px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(215, 173, 77, .1);
  filter: blur(90px);
}

.reader-grain {
  position: absolute;
  inset: 0;
  opacity: .16;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.38'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.paper-stage .newspaper {
  position: relative;
  z-index: 1;
  max-width: 820px;
  filter:
    drop-shadow(0 36px 50px rgba(0, 0, 0, .22))
    drop-shadow(0 5px 9px rgba(0, 0, 0, .17));
}

.paper-stage .newspaper::before,
.paper-stage .newspaper::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 9px;
  right: -5px;
  bottom: -8px;
  left: 5px;
  background: #ded8cc;
  border: 1px solid rgba(23, 32, 43, .16);
  transform: rotate(.18deg);
}

.paper-stage .newspaper::after {
  z-index: -2;
  right: -9px;
  bottom: -13px;
  left: 9px;
  background: #cfc8ba;
  transform: rotate(-.22deg);
}

.paper-stage .paper-page {
  transform-origin: left center;
  will-change: transform, filter, opacity, clip-path;
}

.paper-stage .paper-page::before {
  content: "";
  position: absolute;
  z-index: 20;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg,
      rgba(20, 22, 20, .2) 0%,
      transparent 17%,
      rgba(255, 255, 255, .52) 48%,
      rgba(35, 29, 20, .3) 53%,
      transparent 76%);
  background-size: 260% 100%;
  mix-blend-mode: multiply;
}

.paper-stage .paper-page.is-turning-forward,
.paper-stage .paper-page.is-turning-back {
  border-radius: 0 7px 7px 0;
  animation-duration: 1180ms;
  animation-timing-function: cubic-bezier(.62, .01, .17, 1);
}

.paper-stage .paper-page.is-turning-forward {
  transform-origin: left center;
  animation-name: paper-turn-forward-v5;
}

.paper-stage .paper-page.is-turning-back {
  transform-origin: right center;
  animation-name: paper-turn-back-v5;
}

.paper-stage .paper-page.is-turning-forward::before {
  animation: paper-fold-forward-v5 1180ms cubic-bezier(.62, .01, .17, 1) both;
}

.paper-stage .paper-page.is-turning-back::before {
  animation: paper-fold-back-v5 1180ms cubic-bezier(.62, .01, .17, 1) both;
}

.paper-stage .paper-page.is-revealing-forward,
.paper-stage .paper-page.is-revealing-back {
  animation: paper-reveal-v5 1180ms cubic-bezier(.3, 0, .2, 1) both;
}

@keyframes paper-turn-forward-v5 {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: translate3d(0, 0, 1px) rotateY(0deg) skewY(0deg);
    filter: brightness(1) saturate(1);
    box-shadow: 0 28px 58px rgba(3, 14, 11, .25);
  }
  18% {
    clip-path: polygon(0 0, 99.3% .8%, 97.6% 99.2%, 0 100%);
    transform: translate3d(0, -1px, 18px) rotateY(-13deg) skewY(-.22deg);
    filter: brightness(1.025) saturate(.98);
  }
  48% {
    clip-path: polygon(0 0, 96% 2.4%, 91.5% 97.2%, 0 100%);
    transform: translate3d(-2px, -4px, 52px) rotateY(-83deg) skewY(-.62deg) scaleY(.992);
    filter: brightness(.82) saturate(.84);
    box-shadow: -60px 32px 74px rgba(3, 14, 11, .48);
  }
  73% {
    clip-path: polygon(0 0, 97.8% 1.2%, 96.2% 99%, 0 100%);
    transform: translate3d(-4px, -2px, 26px) rotateY(-143deg) skewY(.28deg);
    filter: brightness(.67) saturate(.72);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: translate3d(-7px, 0, 0) rotateY(-179.4deg);
    filter: brightness(.54) saturate(.68);
    box-shadow: -8px 10px 28px rgba(3, 14, 11, .2);
  }
}

/* Phone geometry reinforcement; the final cascade lock is at the end. */
@media (max-width: 680px) {
  .paper-stage .newspaper::before,
  .paper-stage .newspaper::after {
    right: 0;
    left: 0;
  }
  body.is-reading .paper-stage {
    padding:
      max(6px, env(safe-area-inset-top))
      max(6px, env(safe-area-inset-right))
      calc(124px + env(safe-area-inset-bottom))
      max(6px, env(safe-area-inset-left));
  }
  body.is-reading .paper-page {
    padding: 20px clamp(18px, 5.2vw, 23px) calc(38px + env(safe-area-inset-bottom));
  }
  body.is-reading .paper-controls {
    right: max(6px, env(safe-area-inset-right));
    bottom: max(6px, env(safe-area-inset-bottom));
    left: max(6px, env(safe-area-inset-left));
    min-height: 110px;
    padding: 55px 7px 7px;
  }
  body.is-reading .paper-exit-button {
    top: 6px;
    right: 7px;
    left: 7px;
    min-height: 44px;
  }
}

@media (max-width: 380px) {
  body.is-reading .paper-page { padding-right: 17px; padding-left: 17px; }
}

@media (max-width: 680px) and (orientation: landscape) and (max-height: 560px) {
  body.is-reading .paper-stage {
    padding-top: 4px;
    padding-bottom: calc(116px + env(safe-area-inset-bottom));
  }
  body.is-reading .paper-controls {
    min-height: 104px;
    padding-top: 51px;
  }
}

@keyframes paper-turn-back-v5 {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: translate3d(0, 0, 1px) rotateY(0deg) skewY(0deg);
    filter: brightness(1) saturate(1);
    box-shadow: 0 28px 58px rgba(3, 14, 11, .25);
  }
  18% {
    clip-path: polygon(.7% .8%, 100% 0, 100% 100%, 2.4% 99.2%);
    transform: translate3d(0, -1px, 18px) rotateY(13deg) skewY(.22deg);
    filter: brightness(1.025) saturate(.98);
  }
  48% {
    clip-path: polygon(4% 2.4%, 100% 0, 100% 100%, 8.5% 97.2%);
    transform: translate3d(2px, -4px, 52px) rotateY(83deg) skewY(.62deg) scaleY(.992);
    filter: brightness(.82) saturate(.84);
    box-shadow: 60px 32px 74px rgba(3, 14, 11, .48);
  }
  73% {
    clip-path: polygon(2.2% 1.2%, 100% 0, 100% 100%, 3.8% 99%);
    transform: translate3d(4px, -2px, 26px) rotateY(143deg) skewY(-.28deg);
    filter: brightness(.67) saturate(.72);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: translate3d(7px, 0, 0) rotateY(179.4deg);
    filter: brightness(.54) saturate(.68);
    box-shadow: 8px 10px 28px rgba(3, 14, 11, .2);
  }
}

@keyframes paper-fold-forward-v5 {
  0% { opacity: 0; background-position: 112% 0; }
  18% { opacity: .32; }
  50% { opacity: .92; background-position: 45% 0; }
  76% { opacity: .56; }
  100% { opacity: 0; background-position: -28% 0; }
}

@keyframes paper-fold-back-v5 {
  0% { opacity: 0; background-position: -22% 0; transform: scaleX(-1); }
  18% { opacity: .32; }
  50% { opacity: .92; background-position: 45% 0; }
  76% { opacity: .56; }
  100% { opacity: 0; background-position: 118% 0; transform: scaleX(-1); }
}

@keyframes paper-reveal-v5 {
  0%, 28% { filter: brightness(.72) saturate(.8); transform: translate3d(0, 2px, -12px) scale(.993); }
  70% { filter: brightness(.94) saturate(.96); }
  100% { filter: brightness(1) saturate(1); transform: translate3d(0, 0, 0) scale(1); }
}

.paper-turn-fx {
  position: absolute;
  z-index: 12;
  inset: 0 54px 118px;
  overflow: visible;
  visibility: hidden;
  pointer-events: none;
}

.paper-stage.is-turning .paper-turn-fx { visibility: visible; }

.turn-cast-shadow,
.turn-fold,
.turn-glint {
  position: absolute;
  top: 1%;
  bottom: 1%;
  opacity: 0;
  pointer-events: none;
}

.turn-cast-shadow {
  width: 48%;
  background: linear-gradient(90deg, transparent, rgba(1, 9, 7, .46));
  filter: blur(18px);
}

.turn-fold {
  width: 13%;
  background: linear-gradient(90deg, rgba(255,255,255,.08), rgba(255,248,226,.8), rgba(24,22,17,.48), transparent);
  filter: blur(2px);
}

.turn-glint {
  width: 4px;
  background: rgba(255, 252, 237, .88);
  filter: blur(1px);
}

.paper-stage[data-turn-direction="forward"] .turn-cast-shadow { animation: cast-shadow-forward-v5 1180ms ease both; }
.paper-stage[data-turn-direction="forward"] .turn-fold { animation: fold-line-forward-v5 1180ms ease both; }
.paper-stage[data-turn-direction="forward"] .turn-glint { animation: glint-forward-v5 1180ms ease both; }
.paper-stage[data-turn-direction="back"] .turn-cast-shadow { animation: cast-shadow-back-v5 1180ms ease both; }
.paper-stage[data-turn-direction="back"] .turn-fold { animation: fold-line-back-v5 1180ms ease both; }
.paper-stage[data-turn-direction="back"] .turn-glint { animation: glint-back-v5 1180ms ease both; }

@keyframes cast-shadow-forward-v5 {
  0%, 100% { left: 76%; opacity: 0; transform: scaleX(.2); }
  45% { left: 9%; opacity: .86; transform: scaleX(1); }
  72% { left: -2%; opacity: .24; transform: scaleX(.45); }
}
@keyframes cast-shadow-back-v5 {
  0%, 100% { right: 76%; opacity: 0; transform: scaleX(-.2); }
  45% { right: 9%; opacity: .86; transform: scaleX(-1); }
  72% { right: -2%; opacity: .24; transform: scaleX(-.45); }
}
@keyframes fold-line-forward-v5 {
  0% { right: -1%; opacity: 0; transform: scaleX(.15); }
  24% { opacity: .58; }
  52% { right: 48%; opacity: .92; transform: scaleX(.64); }
  100% { right: 98%; opacity: 0; transform: scaleX(.12); }
}
@keyframes fold-line-back-v5 {
  0% { left: -1%; opacity: 0; transform: scaleX(-.15); }
  24% { opacity: .58; }
  52% { left: 48%; opacity: .92; transform: scaleX(-.64); }
  100% { left: 98%; opacity: 0; transform: scaleX(-.12); }
}
@keyframes glint-forward-v5 {
  0%, 100% { right: 0; opacity: 0; }
  30% { opacity: .9; }
  54% { right: 50%; opacity: 1; }
  82% { opacity: .32; }
  99% { right: 100%; }
}
@keyframes glint-back-v5 {
  0%, 100% { left: 0; opacity: 0; }
  30% { opacity: .9; }
  54% { left: 50%; opacity: 1; }
  82% { opacity: .32; }
  99% { left: 100%; }
}

.paper-edge {
  position: absolute;
  z-index: 15;
  top: 50%;
  width: 44px;
  height: 118px;
  padding: 0;
  color: rgba(255, 255, 255, .76);
  background: rgba(5, 22, 17, .54);
  border: 1px solid rgba(255, 255, 255, .14);
  cursor: pointer;
  transform: translateY(-50%);
  backdrop-filter: blur(12px);
  transition: width .24s ease, background .24s ease, opacity .24s ease, transform .24s ease;
}

.paper-edge span { font-family: var(--serif); font-size: 2.6rem; line-height: 1; }
.paper-edge--previous { left: 4px; border-radius: 14px 0 0 14px; }
.paper-edge--next { right: 4px; border-radius: 0 14px 14px 0; }
.paper-edge:hover:not(:disabled),
.paper-edge:focus-visible {
  width: 50px;
  color: #17202b;
  background: #d7ad4d;
  outline: 2px solid rgba(255,255,255,.7);
  outline-offset: 2px;
}
.paper-edge:disabled { opacity: .14; cursor: default; }
.paper-stage.is-turning .paper-edge { opacity: 0; pointer-events: none; }

.reader-gesture-hint {
  margin: 12px auto 0;
  color: rgba(255, 255, 255, .6);
  font-size: .58rem;
  font-weight: 750;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}

.paper-progress {
  width: 96px;
  height: 2px;
  margin: 7px auto 0;
  display: block;
  overflow: hidden;
  background: rgba(255,255,255,.18);
}
.paper-progress span {
  width: 25%;
  height: 100%;
  margin: 0;
  display: block;
  background: #d7ad4d;
  transition: width .38s cubic-bezier(.25, .8, .25, 1);
}

.merch-card .merch-visual { cursor: default; }
.merch-card h3 { color: var(--ink); }
.character-profile {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(23, 32, 43, .18);
}
.character-profile h4 {
  margin: 0 0 6px;
  color: var(--red);
  font-family: var(--sans);
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.character-profile p {
  margin: 0;
  color: #3d4844;
  font-family: var(--serif);
  font-size: .74rem;
  line-height: 1.52;
}
.character-profile ul {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
.character-profile li {
  padding: 5px 0;
  border-top: 1px solid rgba(23,32,43,.1);
  color: #59635f;
  font-size: .58rem;
  font-weight: 760;
  line-height: 1.35;
}
.merch-card--lead .character-profile p { font-size: .81rem; }
.merch-card--lead .merch-visual { height: 360px; }
.merch-grid { min-height: 0; align-items: start; }

.video-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 22px;
}
.video-card--lead { grid-row: auto; }
.video-card-media,
.video-card--lead .video-card-media { height: 205px; }
.video-card a { color: inherit; }
.video-card--lead h3,
.video-card h3 { font-size: 1.32rem; }
.video-episode-meta {
  margin: 9px 0 7px!important;
  color: var(--red)!important;
  font-size: .59rem!important;
  font-weight: 900;
  letter-spacing: .065em;
  line-height: 1.35!important;
  text-transform: uppercase;
}
.video-card .video-episode-summary {
  display: block;
  margin: 0;
  color: #35413d;
  font-family: var(--serif);
  font-size: .76rem;
  line-height: 1.5;
  -webkit-line-clamp: initial;
}
.video-card .video-episode-story {
  display: block;
  margin: 8px 0 0;
  color: #5b6561;
  font-size: .68rem;
  line-height: 1.48;
  -webkit-line-clamp: initial;
}
.video-verified {
  display: block;
  margin-top: 9px;
  padding-top: 7px;
  color: #6d746f;
  border-top: 1px solid rgba(23,32,43,.12);
  font-size: .54rem;
  line-height: 1.4;
}

.times-sources #sources-list span {
  color: var(--muted);
  font-size: .62rem;
}

body.is-reading { background: #071813; }
body.is-reading .reader-atmosphere { display: block; }
body.is-reading .paper-stage {
  max-width: 928px;
  padding: 14px 54px 124px;
}
body.is-reading .paper-controls {
  max-width: 820px;
  color: rgba(255,255,255,.92);
  background: rgba(10, 37, 30, .88);
  border: 1px solid rgba(255,255,255,.11);
  box-shadow: 0 18px 50px rgba(0,0,0,.34);
  backdrop-filter: blur(18px);
}

@media (max-width: 860px) {
  .paper-stage { padding-inline: 34px; }
  .paper-turn-fx { inset-inline: 34px; }
  .paper-edge { width: 32px; }
  .paper-edge--previous { left: 0; }
  .paper-edge--next { right: 0; }
  body.is-reading .paper-stage { padding-inline: 34px; }
}

@media (max-width: 680px) {
  .paper-stage,
  body.is-reading .paper-stage { padding-right: 8px; padding-left: 8px; }
  .paper-turn-fx { right: 8px; left: 8px; }
  .paper-edge {
    top: auto;
    bottom: 121px;
    width: 38px;
    height: 54px;
    border-radius: 50%;
    transform: none;
  }
  .paper-edge--previous { left: 12px; }
  .paper-edge--next { right: 12px; }
  .paper-edge:hover:not(:disabled) { width: 42px; }
  .paper-edge span { font-size: 1.9rem; }
  .reader-gesture-hint { display: none; }
  .merch-card--lead .merch-visual { height: 280px; }
  .character-profile p,
  .merch-card--lead .character-profile p { font-size: .78rem; }
  .video-list { grid-template-columns: 1fr; }
  .video-card-media,
  .video-card--lead .video-card-media { height: 225px; }
  body.is-reading .paper-controls { min-height: 96px; padding-top: 39px; }
}

@media (prefers-reduced-motion: reduce) {
  .paper-stage .paper-page.is-turning-forward,
  .paper-stage .paper-page.is-turning-back,
  .paper-stage .paper-page.is-revealing-forward,
  .paper-stage .paper-page.is-revealing-back,
  .paper-stage[data-turn-direction] .turn-cast-shadow,
  .paper-stage[data-turn-direction] .turn-fold,
  .paper-stage[data-turn-direction] .turn-glint {
    animation-duration: .01ms!important;
  }
}

/* Sodor Times mobile final cascade lock v7 */
body.is-reading {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100dvh;
}

body.is-reading .reader-scroll-cue:not([hidden]) {
  position: fixed;
  z-index: 29;
  right: 50%;
  bottom: calc(117px + env(safe-area-inset-bottom));
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 7px 11px;
  color: rgba(255,255,255,.88);
  background: rgba(7, 24, 19, .82);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(0,0,0,.24);
  transform: translateX(50%);
  backdrop-filter: blur(12px);
  pointer-events: none;
}

@media (max-width: 680px) {
  body.is-reading .paper-stage {
    perspective: none;
    padding:
      max(6px, env(safe-area-inset-top))
      max(6px, env(safe-area-inset-right))
      calc(124px + env(safe-area-inset-bottom))
      max(6px, env(safe-area-inset-left));
  }
  body.is-reading .paper-page {
    padding: 20px clamp(18px, 5.2vw, 23px) calc(38px + env(safe-area-inset-bottom));
  }
  body.is-reading .paper-controls {
    right: max(6px, env(safe-area-inset-right));
    bottom: max(6px, env(safe-area-inset-bottom));
    left: max(6px, env(safe-area-inset-left));
    min-height: 110px;
    padding: 55px 7px 7px;
  }
  body.is-reading .paper-exit-button {
    top: 6px;
    right: 7px;
    left: 7px;
    min-height: 44px;
  }
}

@media (max-width: 380px) {
  body.is-reading .paper-page { padding-right: 17px; padding-left: 17px; }
}

@media (max-width: 680px) and (orientation: landscape) and (max-height: 560px) {
  body.is-reading .paper-stage {
    padding-top: 4px;
    padding-bottom: calc(116px + env(safe-area-inset-bottom));
  }
  body.is-reading .paper-controls {
    min-height: 104px;
    padding-top: 51px;
  }
}

@media (orientation: landscape) and (max-height: 560px) and (max-width: 960px) {
  body.is-reading .paper-stage {
    perspective: none;
    padding:
      max(4px, env(safe-area-inset-top))
      max(34px, env(safe-area-inset-right))
      calc(116px + env(safe-area-inset-bottom))
      max(34px, env(safe-area-inset-left));
  }
  body.is-reading .paper-page {
    padding: 16px clamp(20px, 4vw, 30px) calc(30px + env(safe-area-inset-bottom));
  }
  body.is-reading .paper-controls {
    right: max(6px, env(safe-area-inset-right));
    bottom: max(6px, env(safe-area-inset-bottom));
    left: max(6px, env(safe-area-inset-left));
    min-height: 104px;
    padding: 51px 7px 7px;
  }
  body.is-reading .paper-exit-button {
    top: 5px;
    right: 7px;
    left: 7px;
    min-height: 44px;
  }
  body.is-reading .paper-edge { display: none; }
  body.is-reading .reader-gesture-hint { display: none; }
  body.is-reading .reader-scroll-cue:not([hidden]) {
    bottom: calc(117px + env(safe-area-inset-bottom));
  }
}

/* Sodor Times adaptive e-reader v8 */
body.times-reader {
  --reader-paper-width: 820px;
  --reader-text-scale: 1;
  --reader-leading: 1.58;
  --reader-copy-font: var(--serif);
}

.reader-toolbar,
.reader-panel,
.reader-overlay { display: none; }

body.is-reading .reader-toolbar {
  position: fixed;
  z-index: 40;
  top: max(8px, env(safe-area-inset-top));
  right: max(12px, env(safe-area-inset-right));
  left: max(12px, env(safe-area-inset-left));
  width: auto;
  max-width: calc(var(--reader-paper-width) + 116px);
  min-height: 54px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(92px, 1fr) minmax(0, auto) minmax(220px, 1fr);
  align-items: center;
  gap: 14px;
  padding: 6px;
  color: #f7f1e5;
  background: rgba(8, 31, 25, .88);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  box-shadow: 0 16px 50px rgba(0, 0, 0, .28);
  backdrop-filter: blur(22px) saturate(1.25);
}

.reader-publication {
  min-width: 0;
  text-align: center;
  line-height: 1.08;
}
.reader-publication strong {
  display: block;
  overflow: hidden;
  font-family: var(--serif);
  font-size: 1.05rem;
  letter-spacing: .035em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.reader-publication span {
  display: block;
  overflow: hidden;
  margin-top: 4px;
  color: rgba(255, 255, 255, .6);
  font-size: .56rem;
  font-weight: 760;
  letter-spacing: .07em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.reader-toolbar-actions {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}

.reader-tool,
.reader-language button,
.reader-panel-close {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 11px;
  cursor: pointer;
}
.reader-tool:hover,
.reader-tool:focus-visible,
.reader-language button:hover,
.reader-language button:focus-visible,
.reader-panel-close:hover,
.reader-panel-close:focus-visible {
  color: #18221f;
  background: #d7ad4d;
  outline: 2px solid rgba(255, 255, 255, .78);
  outline-offset: 2px;
}
.reader-tool--archive {
  width: max-content;
  justify-content: flex-start;
  gap: 8px;
  padding-inline: 12px;
  border-color: rgba(255, 255, 255, .1);
  font-size: .64rem;
  font-weight: 860;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.reader-tool--archive span { color: #d7ad4d; font-family: var(--serif); font-size: 1.35rem; }
.reader-tool--archive:hover span,
.reader-tool--archive:focus-visible span { color: #18221f; }
.reader-tool--icon { padding: 0; font-size: 1.25rem; }
.reader-aa { font-family: var(--serif); font-size: 1rem; font-weight: 900; }

.reader-language {
  display: flex;
  padding: 2px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
}
.reader-language button {
  min-width: 44px;
  min-height: 44px;
  font-size: .6rem;
  font-weight: 900;
}
.reader-language button[aria-pressed="true"] {
  color: #17202b;
  background: #f7f1e5;
}
.reader-setting-language button { min-height: 44px; }
.reader-setting-language button[aria-pressed="true"] {
  color: #17202b;
  background: #d7ad4d;
}

body.is-reading .paper-stage {
  max-width: calc(var(--reader-paper-width) + 132px);
  padding:
    calc(72px + env(safe-area-inset-top))
    54px
    calc(92px + env(safe-area-inset-bottom));
  transition: max-width .24s ease;
}
body.is-reading .paper-stage .newspaper {
  width: 100%;
  max-width: var(--reader-paper-width);
  transition: max-width .24s ease;
}
body.is-reading .paper-page:not(.is-active):not(.is-under-turn):not(.is-turning-forward):not(.is-turning-back) {
  transform: none;
}
body.is-reading .paper-turn-fx {
  top: calc(72px + env(safe-area-inset-top));
  right: 54px;
  bottom: calc(92px + env(safe-area-inset-bottom));
  left: 54px;
}

body.is-reading .paper-controls {
  right: max(12px, env(safe-area-inset-right));
  bottom: max(10px, env(safe-area-inset-bottom));
  left: max(12px, env(safe-area-inset-left));
  max-width: var(--reader-paper-width);
  min-height: 64px;
  padding: 7px;
  grid-template-columns: minmax(0, 1fr) minmax(156px, auto) minmax(0, 1fr);
  gap: 8px;
  color: rgba(255, 255, 255, .94);
  background: rgba(8, 31, 25, .9);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .34);
  backdrop-filter: blur(20px) saturate(1.2);
}
body.is-reading .paper-control-button {
  min-height: 48px;
  border-radius: 10px;
}
.paper-position { min-width: 0; }
.reader-page-dots {
  margin: 6px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.reader-page-dots button {
  width: 16px;
  height: 16px;
  padding: 0;
  display: grid;
  place-items: center;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}
.reader-page-dots button::before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  background: rgba(255, 255, 255, .34);
  border-radius: 50%;
  transition: width .2s ease, background .2s ease;
}
.reader-page-dots button[aria-current="page"]::before {
  width: 18px;
  background: #d7ad4d;
  border-radius: 99px;
}
.reader-page-dots button:focus-visible { outline: 2px solid #d7ad4d; outline-offset: 2px; }
.paper-position .paper-progress { display: none; }

body.is-reading .reader-scroll-cue:not([hidden]) {
  bottom: calc(84px + env(safe-area-inset-bottom));
}

body[data-reader-font="newspaper"] { --reader-copy-font: var(--serif); }
body[data-reader-font="clear"] { --reader-copy-font: var(--sans); }
body.is-reading .paper-page :where(
  .cover-standfirst,
  .cover-bottom p,
  .section-intro,
  .merch-card > p,
  .character-profile p,
  .character-profile li,
  .lost-dubs-explainer p,
  .video-episode-summary,
  .video-episode-story,
  .creator-video-link span,
  .series-fun-fact > div > p:not(.story-label),
  .weekly-interactive > div > p:not(.story-label),
  .quiz-feedback,
  .back-heading > p:not(.story-label),
  .back-cta span
) {
  font-family: var(--reader-copy-font);
  font-size: calc(.92rem * var(--reader-text-scale))!important;
  line-height: var(--reader-leading)!important;
}
body.is-reading .paper-page :where(.cover-standfirst, .section-intro) {
  font-size: calc(1rem * var(--reader-text-scale))!important;
}
body.is-reading .paper-page :where(.video-episode-story, .character-profile li, .back-cta span) {
  font-size: calc(.82rem * var(--reader-text-scale))!important;
}
body[data-reader-font="clear"] .paper-page :where(
  h3:not(.cover-story h3),
  h4,
  .paper-product-copy strong
) { font-family: var(--sans); }

body[data-reader-theme="sepia"] {
  --paper: #ead9bd;
  --paper-deep: #d8c09a;
  --cream: #f5e7cf;
  --ink: #35291d;
  --muted: #6c5946;
  --line: rgba(53, 41, 29, .22);
}
body[data-reader-theme="night"] {
  --paper: #202926;
  --paper-deep: #151d1b;
  --cream: #27312e;
  --ink: #edf0e7;
  --muted: #b8c1b9;
  --line: rgba(237, 240, 231, .2);
}
body[data-reader-theme="contrast"] {
  --paper: #ffffff;
  --paper-deep: #e8e8e8;
  --cream: #ffffff;
  --ink: #000000;
  --muted: #222222;
  --line: rgba(0, 0, 0, .42);
}
body[data-reader-theme="night"] .paper-page,
body[data-reader-theme="contrast"] .paper-page,
body[data-reader-theme="sepia"] .paper-page { color: var(--ink); }
body[data-reader-theme="night"] .paper-page :where(
  .cover-standfirst,
  .section-intro,
  .merch-card > p,
  .character-profile p,
  .character-profile li,
  .video-episode-summary,
  .video-episode-story,
  .video-verified,
  .series-fun-fact > div > p:not(.story-label),
  .weekly-interactive p
) { color: #c8d0c8!important; }
body[data-reader-theme="night"] .paper-page :where(
  .lost-dubs-explainer,
  .series-fun-fact,
  .character-profile,
  .weekly-interactive
) { background: #2b3531; border-color: rgba(255,255,255,.14); }
body[data-reader-theme="night"] .paper-product { color: var(--ink); background: #2b3531; }
body[data-reader-theme="night"] .paper-product-image { background: #e7e5dd; }
body[data-reader-theme="night"] .back-cta { background: #111b18; }
body[data-reader-theme="contrast"] .paper-page :where(
  .cover-standfirst,
  .section-intro,
  .merch-card > p,
  .character-profile p,
  .character-profile li,
  .video-episode-summary,
  .video-episode-story,
  .series-fun-fact > div > p:not(.story-label),
  .weekly-interactive p
) { color: #000!important; }
body[data-reader-theme="contrast"] .paper-page :where(
  .lost-dubs-explainer,
  .series-fun-fact,
  .weekly-interactive
) { background: #fff; border: 2px solid #000; }

body[data-reader-motion="quiet"] .paper-turn-fx { display: none; }
body[data-reader-motion="quiet"] .paper-page.is-turning-forward,
body[data-reader-motion="quiet"] .paper-page.is-turning-back {
  animation: reader-quiet-out 180ms ease both!important;
}
body[data-reader-motion="quiet"] .paper-page.is-revealing-forward,
body[data-reader-motion="quiet"] .paper-page.is-revealing-back {
  animation: reader-quiet-in 180ms ease both!important;
}
@keyframes reader-quiet-out {
  from { opacity: 1; transform: translate3d(0, 0, 0); }
  to { opacity: 0; transform: translate3d(-8px, 0, 0); }
}
@keyframes reader-quiet-in {
  from { opacity: .55; transform: translate3d(8px, 0, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

.reader-overlay:not([hidden]) {
  position: fixed;
  z-index: 70;
  inset: 0;
  display: block;
  background: rgba(2, 11, 9, .64);
  backdrop-filter: blur(6px);
}
.reader-panel:not([hidden]) {
  position: fixed;
  z-index: 80;
  top: max(76px, calc(66px + env(safe-area-inset-top)));
  right: max(14px, env(safe-area-inset-right));
  width: min(420px, calc(100vw - 28px));
  max-height: calc(100dvh - 92px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  padding: 20px;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  color: #f4efe4;
  background: #102d27;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 20px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .48);
  overscroll-behavior: contain;
}
.reader-panel-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}
.reader-panel-kicker {
  color: #d7ad4d;
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.reader-panel h2 {
  margin: 4px 0 0;
  font-family: var(--serif);
  font-size: 1.75rem;
  line-height: 1;
}
.reader-panel-close {
  flex: 0 0 auto;
  padding: 0;
  color: white;
  border-color: rgba(255, 255, 255, .14);
  font-size: 1.7rem;
}

.reader-presets {
  margin: 18px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}
.reader-presets button,
.reader-segmented button,
.reader-theme-options button,
.reader-panel-footer > button {
  min-height: 44px;
  color: inherit;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 10px;
  cursor: pointer;
}
.reader-presets button {
  min-width: 0;
  padding: 11px 8px;
  text-align: left;
}
.reader-presets b,
.reader-presets span { display: block; }
.reader-presets b { font-size: .69rem; }
.reader-presets span { margin-top: 4px; color: rgba(255, 255, 255, .56); font-size: .56rem; line-height: 1.25; }
.reader-presets button[aria-pressed="true"],
.reader-segmented button[aria-pressed="true"],
.reader-theme-options button[aria-pressed="true"] {
  color: #17202b;
  background: #d7ad4d;
  border-color: #e9cf8e;
}
.reader-presets button:focus-visible,
.reader-segmented button:focus-visible,
.reader-theme-options button:focus-visible,
.reader-panel-footer > button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.reader-setting-row {
  margin: 0;
  padding: 17px 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
}
.reader-setting-row legend,
.reader-setting-row--range label {
  width: 100%;
  margin-bottom: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: rgba(255, 255, 255, .72);
  font-size: .65rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.reader-setting-row output {
  color: #d7ad4d;
  font-size: .68rem;
}
.reader-setting-row input[type="range"] {
  width: 100%;
  min-height: 44px;
  margin: 0;
  accent-color: #d7ad4d;
  cursor: pointer;
}
.reader-range-labels {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  color: rgba(255, 255, 255, .56);
  font-family: var(--serif);
  font-size: .75rem;
}
.reader-range-labels b { color: #f4efe4; font-size: 1.2rem; }
.reader-range-labels--width { align-items: center; font-family: var(--sans); font-size: 1rem; }
.reader-range-labels--width b { font-size: 1.3rem; }

.reader-segmented {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(74px, 1fr));
  gap: 6px;
}
.reader-segmented button { padding: 8px; font-size: .64rem; font-weight: 780; }
.reader-theme-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}
.reader-theme-options button {
  min-width: 0;
  padding: 8px 4px;
  display: grid;
  place-items: center;
  gap: 6px;
  font-size: .57rem;
  font-weight: 780;
}
.theme-swatch {
  width: 24px;
  height: 24px;
  display: block;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
}
.theme-swatch--paper { background: #f7f1e5; }
.theme-swatch--sepia { background: #ead9bd; }
.theme-swatch--night { background: #202926; }
.theme-swatch--contrast { background: linear-gradient(90deg, #fff 50%, #000 50%); }

.reader-panel-footer {
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}
.reader-panel-footer p {
  margin: 0;
  color: rgba(255, 255, 255, .55);
  font-size: .55rem;
  line-height: 1.55;
}
.reader-panel-footer kbd {
  min-width: 20px;
  padding: 2px 4px;
  display: inline-block;
  color: #f7f1e5;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 4px;
  text-align: center;
}
.reader-panel-footer > button {
  flex: 0 0 auto;
  padding: 0 11px;
  color: #d7ad4d;
  font-size: .58rem;
  font-weight: 850;
}

.reader-search { left: 50%; right: auto!important; transform: translateX(-50%); }
.reader-search-field { display: block; margin: 18px 0 12px; }
.reader-search-field input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  color: #17202b;
  background: #f7f1e5;
  border: 2px solid transparent;
  border-radius: 11px;
  outline: none;
}
.reader-search-field input:focus { border-color: #d7ad4d; box-shadow: 0 0 0 3px rgba(215,173,77,.2); }
.reader-search-results { display: grid; gap: 7px; }
.reader-search-result {
  min-height: 58px;
  padding: 11px 12px;
  color: inherit;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 10px;
  cursor: pointer;
  text-align: left;
}
.reader-search-result:hover,
.reader-search-result:focus-visible { background: rgba(255,255,255,.1); outline: 2px solid #d7ad4d; outline-offset: 1px; }
.reader-search-result b,
.reader-search-result span { display: block; }
.reader-search-result b { color: #d7ad4d; font-size: .61rem; letter-spacing: .07em; text-transform: uppercase; }
.reader-search-result span { margin-top: 5px; font-family: var(--serif); font-size: .76rem; line-height: 1.35; }
.reader-search-empty { margin: 18px 0; color: rgba(255,255,255,.62); font-family: var(--serif); font-size: .86rem; line-height: 1.5; }

@media (max-width: 680px) {
  body.is-reading .reader-toolbar {
    top: max(5px, env(safe-area-inset-top));
    right: max(6px, env(safe-area-inset-right));
    left: max(6px, env(safe-area-inset-left));
    min-height: 50px;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 4px;
    padding: 3px;
    border-radius: 14px;
  }
  .reader-tool--archive {
    width: 44px;
    padding: 0;
    justify-content: center;
  }
  .reader-tool--archive b { display: none; }
  .reader-publication strong { font-size: .78rem; }
  .reader-publication span { font-size: .48rem; letter-spacing: .04em; }
  .reader-language { display: none; }
  .reader-tool--icon { min-width: 44px; min-height: 44px; }
  .reader-setting-row--page-width { display: none; }

  body.is-reading .paper-stage {
    max-width: none;
    padding:
      calc(62px + env(safe-area-inset-top))
      max(6px, env(safe-area-inset-right))
      calc(78px + env(safe-area-inset-bottom))
      max(6px, env(safe-area-inset-left));
  }
  body.is-reading .paper-stage .newspaper { max-width: none; }
  body.is-reading .paper-page {
    padding: 20px clamp(18px, 5.2vw, 23px) calc(38px + env(safe-area-inset-bottom));
  }
  body.is-reading .paper-controls {
    right: max(6px, env(safe-area-inset-right));
    bottom: max(5px, env(safe-area-inset-bottom));
    left: max(6px, env(safe-area-inset-left));
    min-height: 62px;
    grid-template-columns: 52px minmax(0, 1fr) 52px;
    padding: 5px;
    border-radius: 14px;
  }
  body.is-reading .paper-control-button {
    min-width: 48px;
    min-height: 48px;
    padding: 0;
  }
  body.is-reading .paper-position strong { font-size: .53rem; }
  body.is-reading .paper-position span { font-size: .92rem; }
  .reader-page-dots { margin-top: 4px; gap: 5px; }
  .reader-page-dots button { width: 14px; height: 14px; }
  .reader-page-dots button[aria-current="page"]::before { width: 14px; }
  body.is-reading .reader-scroll-cue:not([hidden]) { bottom: calc(75px + env(safe-area-inset-bottom)); }

  .reader-panel:not([hidden]) {
    top: auto;
    right: max(6px, env(safe-area-inset-right));
    bottom: max(6px, env(safe-area-inset-bottom));
    left: max(6px, env(safe-area-inset-left));
    width: auto;
    max-height: min(86dvh, 760px);
    padding: 18px;
    border-radius: 22px;
  }
  .reader-presets { grid-template-columns: 1fr; }
  .reader-presets button {
    min-height: 54px;
    padding: 10px 12px;
    display: grid;
    grid-template-columns: 110px 1fr;
    align-items: center;
    gap: 8px;
  }
  .reader-presets span { margin-top: 0; }
  .reader-setting-row { padding-block: 15px; }
  .reader-panel-footer p { display: none; }
  .reader-panel-footer > button { width: 100%; }
  .reader-search { transform: none; }
}

@media (max-width: 360px) {
  .reader-toolbar-actions { gap: 1px; }
  .reader-tool--icon { min-width: 44px; width: 44px; }
  .reader-publication span { display: none; }
  .reader-theme-options { grid-template-columns: repeat(2, 1fr); }
}

@media (orientation: landscape) and (max-height: 560px) and (max-width: 960px) {
  body.is-reading .reader-toolbar {
    top: max(4px, env(safe-area-inset-top));
    right: max(8px, env(safe-area-inset-right));
    left: max(8px, env(safe-area-inset-left));
  }
  body.is-reading .paper-stage {
    padding:
      calc(60px + env(safe-area-inset-top))
      max(34px, env(safe-area-inset-right))
      calc(72px + env(safe-area-inset-bottom))
      max(34px, env(safe-area-inset-left));
  }
  body.is-reading .paper-controls {
    min-height: 58px;
    padding: 4px;
  }
  .reader-panel:not([hidden]) {
    top: max(6px, env(safe-area-inset-top));
    bottom: max(6px, env(safe-area-inset-bottom));
    max-height: none;
  }
  .reader-presets { grid-template-columns: repeat(3, 1fr); }
  .reader-presets button { display: block; min-height: 52px; }
}

@media (prefers-reduced-motion: reduce) {
  .reader-toolbar,
  .reader-panel,
  .reader-overlay,
  .paper-stage .newspaper { transition: none!important; }
}
