:root {
  --paper: #ffffff;
  --band: #f6f6f4;
  --ink: #15161a;
  --ink-2: #55585f;
  --ink-3: #8b8f96;
  --line: #e4e4e2;
  --line-2: #ededea;
  --rule: #15161a;
  --red: #f5c518;
  --red-dark: #e0b200;
  --topbar: #111216;
  --plate: #f0f0ec;
  --serif: "Source Serif 4", Georgia, "Times New Roman", serif;
  --display: "Playfair Display", Georgia, serif;
  --sans: "Libre Franklin", system-ui, -apple-system, sans-serif;
  --max: 1140px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--sans);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
ul { list-style: none; }

.container { max-width: var(--max); margin: 0 auto; padding: 0 26px; }
.full { width: 100%; }

/* ============ Header ============ */
.site-head { position: sticky; top: 0; z-index: 60; background: var(--paper); border-bottom: 1px solid var(--line); }
.head-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 66px; position: relative; }

.brand { display: flex; flex-direction: column; line-height: 1; flex-shrink: 0; }
.brand-name { font-family: var(--display); font-weight: 900; font-size: 1.65rem; line-height: 1; letter-spacing: -.01em; color: var(--ink); }
.brand-name .fine { background: var(--red); color: var(--ink); padding: 0 .1em; }
.brand-dom { font-size: .58rem; font-weight: 600; letter-spacing: .18em; color: var(--ink-3); margin-top: 5px; }

.head-actions { display: flex; align-items: center; gap: 2px; }
.nav-search, .nav-toggle { width: 42px; height: 42px; display: grid; place-items: center; color: var(--ink); transition: color .15s; }
.nav-search:hover, .nav-toggle:hover { background: var(--band); }
.nav-search svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; }
.nav-toggle svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; }

/* left drawer nav */
.drawer-overlay { position: fixed; inset: 0; background: rgba(15,16,20,.5); opacity: 0; visibility: hidden; transition: opacity .25s; z-index: 90; }
.drawer-overlay.open { opacity: 1; visibility: visible; }
.drawer { position: fixed; top: 0; left: 0; right: 0; background: var(--paper); z-index: 100; transform: translateY(-100%); transition: transform .34s cubic-bezier(.4, 0, .2, 1); box-shadow: 0 24px 60px rgba(0,0,0,.2); max-height: 100vh; overflow-y: auto; }
.drawer.open { transform: translateY(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 19px 0; border-bottom: 1px solid var(--line); }
.drawer-head .brand-name { font-family: var(--display); font-weight: 900; font-size: 1.5rem; color: var(--ink); }
.drawer-head .brand-name .fine { background: var(--red); color: var(--ink); padding: 0 .1em; }
.drawer-close { font-size: 1.7rem; line-height: 1; color: var(--ink-3); width: 40px; height: 40px; display: grid; place-items: center; }
.drawer-close:hover { color: var(--ink); }
.drawer-nav { display: flex; flex-direction: column; padding: 8px 0 26px; }
.drawer-nav a { font-family: var(--serif); font-size: 1.35rem; font-weight: 600; color: var(--ink); padding: 15px 0; border-bottom: 1px solid var(--line-2); transition: color .15s; }
.drawer-nav a:last-child { border-bottom: 0; }
.drawer-nav a:hover { background: var(--band); }
.drawer-nav a.active { color: var(--ink); text-decoration: underline; text-decoration-color: var(--red); text-decoration-thickness: 3px; text-underline-offset: 5px; }

/* search overlay */
.search-overlay { position: fixed; inset: 0; z-index: 200; background: rgba(17,18,22,.55); display: none; padding: 11vh 20px 20px; }
.search-overlay.open { display: block; }
.search-panel { max-width: 640px; margin: 0 auto; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.search-box { display: flex; align-items: center; border-bottom: 1px solid var(--line); }
.search-box input { flex: 1; min-width: 0; border: 0; outline: none; font-family: var(--serif); font-size: 1.35rem; padding: 20px 22px; color: var(--ink); background: transparent; }
.search-box input::placeholder { color: var(--ink-3); }
.search-close { padding: 0 22px; color: var(--ink-3); font-size: 1.4rem; line-height: 1; }
.search-close:hover { color: var(--ink); }
.search-results { max-height: 54vh; overflow-y: auto; }
.search-result { display: block; padding: 14px 22px; border-bottom: 1px solid var(--line-2); }
.search-result:last-child { border-bottom: 0; }
.search-result:hover { background: var(--band); }
.search-result .cat { margin-bottom: 5px; }
.search-result .hl { font-size: 1.04rem; line-height: 1.25; }
.search-hint { padding: 26px 22px; color: var(--ink-3); font-size: .9rem; }

/* ============ Skeleton loader ============ */
.sk { background: var(--line-2); animation: sk-pulse 1.5s ease-in-out infinite; }
@keyframes sk-pulse { 0%, 100% { opacity: 1; } 50% { opacity: .45; } }
.sk-img { position: absolute; inset: 0; }
.sk-line { height: 13px; margin-bottom: 11px; }
.sk-line.tall { height: 22px; margin-bottom: 13px; }
.sk-line.sm { height: 10px; }
.sk-line.w90 { width: 90%; } .sk-line.w70 { width: 70%; } .sk-line.w50 { width: 50%; } .sk-line.w40 { width: 40%; } .sk-line.w30 { width: 30%; }
.sk-cat { height: 10px; width: 84px; margin-bottom: 13px; background: var(--line-2); animation: sk-pulse 1.5s ease-in-out infinite; }
.sk-side-item { display: flex; gap: 15px; padding: 16px 0; border-bottom: 1px solid var(--line-2); align-items: flex-start; }
.sk-side-item > .sk-txt { flex: 1; }
.sk-side-item > .sk-thumb { width: 74px; height: 66px; flex-shrink: 0; }

/* ============ Shared: category label / date / meta / headlines ============ */
.cat { align-self: flex-start; font-size: .66rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--ink); background: var(--red); display: inline-block; padding: 4px 8px; transition: background .15s; }
a:hover > .cat { background: var(--red-dark); }
.date { font-size: .78rem; color: var(--ink-3); }
.byline { font-size: .8rem; color: var(--ink-3); }
.byline b { font-weight: 600; color: var(--ink-2); }
.meta { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.meta .sep { color: var(--ink-3); font-size: .7rem; }

.hl { font-family: var(--serif); font-weight: 700; letter-spacing: -.01em; color: var(--ink); transition: color .15s; display: block; }
a:hover .hl, .lnk:hover .hl { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 2px; }
.excerpt { color: var(--ink-2); line-height: 1.62; font-size: .93rem; }
.clamp-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.clamp-3 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.clamp-4 { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }

/* ============ Photo + plate ============ */
.ph { position: relative; overflow: hidden; background: var(--plate); }
.ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.3,1); }
.lnk:hover .ph img, a:hover .ph img { transform: scale(1.045); }
.plate { position: absolute; inset: 0; background: var(--plate); border: 1px solid var(--line); overflow: hidden; }
.plate-mono { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); font-family: var(--display); font-weight: 800; font-size: clamp(2rem, 8cqi, 4.4rem); color: #dcdcd7; line-height: 1; }
.plate-cat { position: absolute; top: 12px; left: 12px; font-size: .64rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-2); }
.side-thumb .plate-cat, .strip-thumb .plate-cat { display: none; }
.side-thumb .plate-mono, .strip-thumb .plate-mono { font-size: 1.5rem; color: #d0d0ca; }

/* ============ Featured strip ============ */
.strip { background: var(--band); border-bottom: 1px solid var(--line); }
.strip-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.strip-item { display: flex; gap: 14px; padding: 20px 22px; border-left: 1px solid var(--line); align-items: flex-start; }
.strip-item:first-child { border-left: 0; padding-left: 0; }
.strip-item:last-child { padding-right: 0; }
.strip-text { min-width: 0; flex: 1; }
.strip-text .cat { margin-bottom: 7px; }
.strip-text .hl { font-size: .92rem; line-height: 1.25; }
.strip-thumb { width: 66px; height: 60px; flex-shrink: 0; }

/* ============ Section head ============ */
.sect { padding: 44px 0 6px; }
.sect-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; border-top: 2px solid var(--rule); padding-top: 12px; margin-bottom: 26px; }
.sect-title { font-family: var(--sans); font-weight: 800; font-size: 1.12rem; letter-spacing: .04em; text-transform: uppercase; color: var(--ink); }
.sect-more { font-size: .74rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--ink); display: inline-flex; align-items: center; gap: 7px; transition: gap .15s; }
.sect-more:hover { gap: 11px; }

.side-head { border-top: 2px solid var(--rule); padding-top: 12px; margin-bottom: 22px; }
.side-title { font-family: var(--sans); font-weight: 800; font-size: 1rem; letter-spacing: .04em; text-transform: uppercase; }

/* ============ Magazine collage hero ============ */
.hero { padding: 34px 0 6px; }
.collage { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 300px 300px; gap: 14px; }
.tile { position: relative; overflow: hidden; background: var(--plate); display: block; }
.tile.lead { grid-column: 1; grid-row: 1 / span 2; }
.tile.wide { grid-column: 2 / span 2; grid-row: 2; }
.tile .ph { position: absolute; inset: 0; }
.tile .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.3,1); }
.tile::after { content: ""; position: absolute; inset: 0; background: rgba(14,15,19,.44); transition: background .25s; }
.tile:hover::after { background: rgba(14,15,19,.56); }
.tile:hover .ph img { transform: scale(1.05); }
.tile-body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 20px 22px; }
.tile.lead .tile-body { padding: 30px 32px; }
.tile .tile-body .cat { box-shadow: 0 2px 12px rgba(0,0,0,.28); }
.tile .tile-body .hl { color: #fff; margin-top: 8px; font-size: 1.16rem; line-height: 1.22; text-shadow: 0 1px 3px rgba(0,0,0,.55), 0 2px 26px rgba(0,0,0,.72); }
.tile.lead .tile-body .hl { font-size: clamp(1.7rem, 2.8vw, 2.5rem); line-height: 1.1; }
.tile.lead .tile-body .byline { color: rgba(255,255,255,.85); margin-top: 12px; text-shadow: 0 1px 10px rgba(0,0,0,.5); }
.tile.lead .tile-body .byline b { color: #fff; }
@media (max-width: 900px) {
  .collage { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 210px 210px; }
  .tile.lead { grid-column: 1 / span 2; grid-row: 1; }
  .tile.wide { grid-column: 1 / span 2; grid-row: 3; }
}
@media (max-width: 620px) {
  .collage { grid-template-columns: 1fr; grid-template-rows: repeat(4, 210px); gap: 10px; }
  .tile.lead, .tile.wide { grid-column: 1; grid-row: auto; }
}

/* ============ Hero grid (legacy) ============ */
.hero-grid { display: grid; grid-template-columns: 1.6fr 1.02fr .96fr; gap: clamp(24px, 3vw, 38px); }
.hero-col { min-width: 0; }
.hero-mid, .hero-side { position: relative; }
.hero-mid { padding-left: clamp(24px, 3vw, 38px); border-left: 1px solid var(--line); }
.hero-side { padding-left: clamp(24px, 3vw, 38px); border-left: 1px solid var(--line); }


.midfeat .ph { aspect-ratio: 16 / 10; margin-bottom: 14px; }
.midfeat .cat { margin-bottom: 8px; }
.midfeat .hl { font-size: 1.28rem; line-height: 1.22; }
.midfeat .excerpt { margin-top: 10px; }
.mid-list { margin-top: 22px; border-top: 1px solid var(--line); }
.mid-item { padding: 16px 0; border-bottom: 1px solid var(--line); }
.mid-item:last-child { border-bottom: 0; }
.mid-item .hl { font-size: 1.02rem; line-height: 1.28; margin-bottom: 7px; }

.side-list { }
.side-item { display: flex; gap: 15px; padding: 16px 0; border-bottom: 1px solid var(--line); align-items: flex-start; }
.side-item:first-child { padding-top: 0; }
.side-item:last-child { border-bottom: 0; }
.side-num { font-family: var(--display); font-weight: 800; font-size: 1.3rem; color: var(--line); line-height: 1; flex-shrink: 0; width: 22px; }
.side-text { min-width: 0; flex: 1; }
.side-text .hl { font-size: .98rem; line-height: 1.26; margin-bottom: 6px; }
.side-thumb { width: 74px; height: 66px; flex-shrink: 0; }

/* ============ Section block (main + sidebar) ============ */
.sect-grid { display: grid; grid-template-columns: 1fr 340px; gap: clamp(28px, 3.4vw, 48px); }
.sect-main { min-width: 0; }
.sect-side { border-left: 1px solid var(--line); padding-left: clamp(24px, 3vw, 40px); }

.feat { display: grid; grid-template-columns: 1.15fr 1fr; gap: 26px; align-items: start; }
.feat .ph { aspect-ratio: 4 / 3; }
.feat-body { display: flex; flex-direction: column; }
.feat .cat { margin-bottom: 10px; }
.feat .hl { font-size: clamp(1.35rem, 2.1vw, 1.75rem); line-height: 1.16; }
.feat .byline { margin: 12px 0; }
.feat .excerpt { margin-bottom: 18px; }
.readmore {
  align-self: flex-start; margin-top: auto;
  font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--ink); border: 1px solid var(--ink); padding: 11px 22px; transition: all .15s;
}
.readmore:hover { background: var(--ink); color: #fff; }

.trio { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); margin-top: 30px; padding-top: 24px; }
.brief { padding: 0 24px; border-left: 1px solid var(--line); }
.brief:first-child { padding-left: 0; border-left: 0; }
.brief:last-child { padding-right: 0; }
.brief .ph { aspect-ratio: 3 / 2; margin-bottom: 14px; }
.brief .cat { margin-bottom: 8px; }
.brief .hl { font-size: 1.06rem; line-height: 1.26; margin-bottom: 9px; }
.brief .date { display: block; }

/* ============ Newsletter ============ */
.newsletter { margin-top: 56px; }
.newsletter-inner { background: var(--topbar); color: #fff; display: grid; grid-template-columns: 1.1fr .9fr; gap: 36px; align-items: center; padding: clamp(30px, 5vw, 52px); }
.newsletter .cat { color: #ff6a72; }
.newsletter h2 { font-family: var(--serif); font-weight: 700; font-size: clamp(1.55rem, 3vw, 2.2rem); line-height: 1.14; margin-top: 12px; }
.newsletter p { color: rgba(255,255,255,.62); margin-top: 12px; max-width: 42ch; font-size: .95rem; }
.newsletter-form { display: flex; border: 1px solid rgba(255,255,255,.28); }
.newsletter-form input { flex: 1; min-width: 0; background: transparent; border: 0; color: #fff; font-family: var(--sans); font-size: .9rem; padding: 16px 18px; outline: none; }
.newsletter-form input::placeholder { color: rgba(255,255,255,.42); }
.newsletter-form button { font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; background: var(--red); color: #fff; padding: 0 26px; transition: background .15s; }
.newsletter-form button:hover { background: var(--red-dark); }
.newsletter-note { font-size: .74rem; color: rgba(255,255,255,.4); margin-top: 13px; }

/* ============ Footer ============ */
.site-footer { margin-top: 64px; background-color: var(--red); background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%3E%3Cpath%20d='M40%200H0V40'%20fill='none'%20stroke='rgba(0,0,0,0.08)'%20stroke-width='1'/%3E%3C/svg%3E"); color: #5c500b; padding: 52px 0 30px; border-top: 4px solid var(--ink); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 38px; border-bottom: 1px solid rgba(0,0,0,.16); }
.footer-brand { max-width: 40ch; }
.footer-brand .brand-name { color: var(--ink); font-size: 1.8rem; text-align: left; }
.footer-brand .brand-name .fine { background: none; color: var(--ink); padding: 0; }
.footer-about { font-size: .88rem; line-height: 1.65; margin-top: 14px; color: #5c500b; }
.footer-col h4 { font-family: var(--sans); font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ink); margin-bottom: 16px; }
.footer-col a { display: block; font-size: .88rem; padding: 6px 0; color: #4d430a; transition: color .15s; }
.footer-col a:hover { color: var(--ink); }
.footer-bottom { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; text-align: center; padding-top: 22px; font-size: .78rem; color: rgba(0,0,0,.5); }

/* ============ Category page ============ */
.cat-banner { border-bottom: 2px solid var(--rule); padding: 42px 0 30px; }
.cat-kicker { display: inline-block; background: var(--red); color: var(--ink); padding: 5px 11px; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.cat-title { font-family: var(--display); font-weight: 800; font-size: clamp(2.2rem, 6vw, 3.8rem); line-height: 1.02; letter-spacing: -.01em; margin-top: 12px; }
.cat-desc { color: var(--ink-2); max-width: 62ch; margin-top: 14px; font-size: 1.02rem; line-height: 1.6; }
.cat-count { font-size: .78rem; letter-spacing: .04em; color: var(--ink-3); margin-top: 16px; }

.filter-bar { display: flex; align-items: center; gap: 8px; margin: 30px 0 26px; }
.filter-label { font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); margin-right: 6px; }
.filter-btn { font-size: .82rem; font-weight: 600; color: var(--ink-2); padding: 9px 18px; border: 1px solid var(--line); transition: all .15s; }
.filter-btn:hover { border-color: var(--ink); color: var(--ink); }
.filter-btn.active { background: var(--ink); color: #fff; border-color: var(--ink); }

.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 34px 28px; }
.card { display: flex; flex-direction: column; }
.card .ph { aspect-ratio: 3 / 2; margin-bottom: 14px; }
.card .cat { margin-bottom: 8px; }
.card .hl { font-size: 1.2rem; line-height: 1.2; margin-bottom: 9px; }
.card .excerpt { margin-bottom: 11px; }
.card .date { margin-top: auto; }

.load-more-wrap { display: flex; justify-content: center; margin: 44px 0 8px; }
.load-more { font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ink); border: 2px solid var(--ink); padding: 15px 40px; transition: all .15s; }
.load-more:hover { background: var(--ink); color: #fff; }
.load-more[disabled] { opacity: .35; cursor: default; background: none; color: var(--ink); }

/* ============ Article page ============ */
.article-layout { max-width: 1140px; margin: 40px auto 0; padding: 0 26px; display: grid; grid-template-columns: minmax(0, 1fr) 304px; gap: 54px; align-items: start; }
.article-main { min-width: 0; }
.article-side { position: sticky; top: 88px; }

.article-head { padding: 0; text-align: left; }
.article-title { font-family: var(--serif); font-weight: 700; font-size: clamp(2rem, 3.6vw, 2rem); line-height: 1.14; letter-spacing: -.01em; margin-top: 14px; }
.article-standfirst { font-family: var(--serif); font-style: italic; font-size: 1.18rem; color: var(--ink-2); line-height: 1.5; margin-top: 16px; }
.article-byline { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; margin-top: 22px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.byline-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; font-family: var(--serif); font-weight: 700; font-size: .9rem; }
.byline-name { font-weight: 600; font-size: .9rem; color: var(--ink); }

.article-figure { margin: 28px 0 0; }
.article-figure .ph { aspect-ratio: 16 / 9; }
.article-figure figcaption { font-size: .8rem; color: var(--ink-3); margin-top: 10px; }
.share-rail { position: sticky; top: 82px; align-self: start; display: flex; flex-direction: column; gap: 10px; }
.share-label { font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); text-align: center; }
.share-btn { width: 44px; height: 44px; border: 1px solid var(--line); display: grid; place-items: center; color: var(--ink); transition: all .15s; }
.share-btn:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.share-btn svg { width: 16px; height: 16px; fill: currentColor; }

.article-body { margin: 28px 0 0; font-family: var(--serif); font-size: 1.15rem; line-height: 1.72; color: #26272c; }
.article-body > * + * { margin-top: 1.4em; }
.article-body p:first-of-type::first-letter { font-family: var(--display); font-weight: 800; font-size: 3.4em; float: left; line-height: .78; padding: 8px 14px 0 0; color: var(--ink); }
.article-body h2 { font-family: var(--serif); font-weight: 700; font-size: 1.6rem; margin-top: 1.6em; }
.article-body a { color: var(--ink); border-bottom: 2px solid var(--red); }
.article-body img { width: 100%; }
.article-body blockquote { border-left: 3px solid var(--red); padding: 4px 0 4px 26px; font-family: var(--serif); font-style: italic; font-size: 1.42rem; line-height: 1.4; color: var(--ink); }
.article-body blockquote footer { font-family: var(--sans); font-style: normal; font-size: .78rem; font-weight: 600; letter-spacing: .04em; color: var(--ink-3); margin-top: 14px; }
.article-source { font-family: var(--sans); font-size: .88rem; color: var(--ink-3); }
.article-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 2em; }
.article-tags span { font-family: var(--sans); font-size: .74rem; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-2); border: 1px solid var(--line); padding: 7px 13px; }

.prevnext { max-width: 1140px; margin: 52px auto 0; padding: 0 26px; display: grid; grid-template-columns: 1fr 1fr; border-top: 2px solid var(--rule); }
.pn-card { display: flex; flex-direction: column; gap: 10px; padding: 26px 24px; border-right: 1px solid var(--line); transition: background .15s; }
.pn-card:last-child { border-right: 0; }
.pn-card:hover { background: var(--band); }
.pn-label { font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }
.pn-title { font-family: var(--serif); font-weight: 700; font-size: 1.08rem; line-height: 1.24; }
.pn-card.next { text-align: right; align-items: flex-end; }
.pn-card.empty { opacity: .4; pointer-events: none; }

/* ============ Legal pages ============ */
.legal { max-width: 780px; margin: 0 auto; padding: 50px 26px 24px; }
.legal-kicker { display: inline-block; background: var(--red); color: var(--ink); padding: 5px 11px; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.legal-title { font-family: var(--serif); font-weight: 700; font-size: clamp(2rem, 4vw, 2.7rem); line-height: 1.1; letter-spacing: -.01em; margin-top: 12px; }
.legal-updated { color: var(--ink-3); font-size: .9rem; margin-top: 14px; padding-bottom: 22px; border-bottom: 2px solid var(--rule); }
.legal-body { margin-top: 8px; }
.legal-body h2 { font-family: var(--serif); font-weight: 700; font-size: 1.42rem; letter-spacing: -.01em; margin-top: 1.9em; }
.legal-body p { color: #2c2d32; line-height: 1.75; margin-top: 1.1em; font-size: 1rem; }
.legal-body a { color: var(--ink); border-bottom: 2px solid var(--red); }
.legal-body strong { font-weight: 700; color: var(--ink); }
.legal-body ul { margin: 1.1em 0 0; padding-left: 1.3em; }
.legal-body li { color: #2c2d32; line-height: 1.7; margin-top: .5em; list-style: disc; }
.legal-notice { border-left: 3px solid var(--red); background: var(--band); padding: 20px 24px; margin-top: 1.4em; font-size: .9rem; line-height: 1.85; letter-spacing: .01em; color: var(--ink-2); }

.legal-table-wrap { margin-top: 1.6em; border: 1px solid var(--line); border-radius: 10px; overflow-x: auto; }
.legal-table { width: 100%; min-width: 620px; border-collapse: collapse; font-size: .92rem; }
.legal-table th { text-align: left; font-weight: 600; color: var(--ink-2); background: var(--band); padding: 16px 18px; border-bottom: 1px solid var(--line); vertical-align: top; }
.legal-table td { padding: 16px 18px; border-top: 1px solid var(--line); vertical-align: top; color: #2c2d32; line-height: 1.6; }
.legal-table td p { margin: 0; }
.legal-table td p + p { margin-top: .9em; }
.legal-table th:nth-child(1), .legal-table td:nth-child(1) { width: 24%; }
.legal-table th:nth-child(2), .legal-table td:nth-child(2) { width: 18%; }

/* ============ States ============ */
.state { max-width: 620px; margin: 0 auto; padding: 100px 26px; text-align: center; }
.state h2 { font-family: var(--serif); font-weight: 700; font-size: 1.6rem; }
.state p { color: var(--ink-2); margin-top: 12px; }
.loading { padding: 120px 26px; text-align: center; color: var(--ink-3); font-size: .9rem; letter-spacing: .04em; }

/* ============ Responsive ============ */
@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .hero-side { grid-column: 1 / -1; padding-left: 0; border-left: 0; border-top: 2px solid var(--rule); padding-top: 20px; margin-top: 8px; }
  .hero-side .side-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; }
  .sect-grid { grid-template-columns: 1fr 300px; }
}

@media (max-width: 860px) {
  .strip-grid { grid-template-columns: 1fr 1fr; }
  .strip-item:nth-child(2) { border-left: 0; }
  .strip-item:nth-child(n+3) { border-top: 1px solid var(--line); }
  .strip-item:nth-child(odd) { padding-left: 0; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-mid { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); padding-top: 24px; }
  .sect-grid { grid-template-columns: 1fr; }
  .sect-side { border-left: 0; padding-left: 0; border-top: 2px solid var(--rule); padding-top: 22px; margin-top: 6px; }
  .feat { grid-template-columns: 1fr; }
  .feat .ph { aspect-ratio: 16 / 9; }
  .newsletter-inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .article-layout { grid-template-columns: 1fr; gap: 0; }
  .article-side { position: static; border-top: 2px solid var(--rule); padding-top: 22px; margin-top: 36px; }
  .prevnext { grid-template-columns: 1fr; }
  .pn-card { border-right: 0; border-bottom: 1px solid var(--line); }
  .pn-card.next { text-align: left; align-items: flex-start; }
}

@media (max-width: 620px) {
  .container { padding: 0 18px; }
  .topbar .trend-line { display: none; }
  .top-links { gap: 14px; }
  .masthead { grid-template-columns: 1fr; text-align: center; padding: 20px 0 18px; }
  .social, .masthead-right { display: none; }
  .nav-inner { grid-template-columns: 1fr auto; }
  .nav-date { display: none; }
  .nav-links { justify-content: flex-start; }
  .trio { grid-template-columns: 1fr; }
  .brief { padding: 18px 0; border-left: 0; border-top: 1px solid var(--line); }
  .brief:first-child { padding-top: 0; border-top: 0; }
  .hero-side .side-list { grid-template-columns: 1fr; }
  .card-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .newsletter-form { flex-direction: column; }
  .newsletter-form button { padding: 14px; }
}
