:root{
  --ink:#11110f;
  --paper:#f2f0e8;
  --paper-2:#e7e4d8;
  --blue:#0d4bd9;
  --yellow:#ffd500;
  --red:#d33b25;
  --line:rgba(17,17,15,.22);
  --serif:Georgia,"Times New Roman",serif;
  --sans:Arial,"Helvetica Neue",sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.55;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button{font:inherit}
.top-stripe{height:8px;background:linear-gradient(90deg,var(--blue) 0 50%,var(--yellow) 50% 100%)}
.site-header{height:98px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 clamp(22px,4vw,70px);position:relative;z-index:30;background:rgba(242,240,232,.96);backdrop-filter:blur(10px)}
.site-header.compact{height:82px}
.brand{display:flex;gap:12px;align-items:center;width:max-content}
.brand-mark{position:relative;width:35px;height:35px;border:2px solid var(--ink);display:block;overflow:hidden}
.brand-mark i{position:absolute;width:28px;height:28px;background:var(--blue);transform:rotate(45deg);left:-14px;top:-10px}
.brand-mark b{position:absolute;width:20px;height:20px;background:var(--yellow);border-radius:50%;right:-6px;bottom:-6px}
.brand strong{font-size:21px;letter-spacing:.16em;line-height:1;display:block}
.brand small{display:block;font-size:10px;letter-spacing:.08em;text-transform:uppercase;margin-top:5px;color:#5f5e58}
.main-nav{display:flex;gap:30px;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.09em}
.main-nav a{position:relative}
.main-nav a:after{content:"";position:absolute;height:2px;width:0;background:var(--blue);left:0;bottom:-7px;transition:.2s}
.main-nav a:hover:after{width:100%}
.issue{justify-self:end;font-weight:800;font-size:12px;letter-spacing:.1em}
.issue span{color:var(--blue);margin:0 6px}
.menu-btn{display:none;border:0;background:none;padding:8px}
.menu-btn span{display:block;width:24px;height:2px;background:var(--ink);margin:6px 0}

.hero{min-height:710px;padding:clamp(45px,7vw,110px) clamp(22px,5vw,86px);display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:6vw;position:relative;overflow:hidden;border-bottom:1px solid var(--line)}
.hero-grid{position:absolute;inset:0;background-image:linear-gradient(to right,rgba(17,17,15,.05) 1px,transparent 1px),linear-gradient(to bottom,rgba(17,17,15,.05) 1px,transparent 1px);background-size:7.5vw 7.5vw;mask-image:linear-gradient(to right,rgba(0,0,0,.65),transparent 80%)}
.hero-copy{align-self:center;position:relative;z-index:3}
.eyebrow{font-size:11px;font-weight:800;letter-spacing:.16em;margin:0 0 28px;text-transform:uppercase}
.hero h1{font-family:var(--serif);font-size:clamp(72px,9vw,150px);line-height:.78;letter-spacing:-.065em;font-weight:600;margin:0 0 38px;position:relative}
.hero h1 em{font-weight:600;color:var(--blue)}
.deck{font-family:var(--serif);font-size:clamp(18px,1.8vw,28px);line-height:1.35;max-width:720px;margin:0 0 35px}
.text-link{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid var(--ink);padding-bottom:7px}.text-link span{color:var(--blue);font-size:18px;margin-left:8px}
.hero-image{align-self:center;justify-self:end;width:min(100%,570px);height:600px;position:relative;z-index:2;overflow:hidden;background:#ddd}
.hero-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.hero-image:hover img{transform:scale(1.025)}
.image-number{position:absolute;left:18px;top:18px;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--yellow);font-size:11px;font-weight:800}
.image-caption{position:absolute;bottom:0;left:0;right:0;padding:14px 18px;background:rgba(17,17,15,.9);color:#fff;font-size:11px;letter-spacing:.04em}
.shape{position:absolute;z-index:1;pointer-events:none}
.shape-yellow{width:210px;height:210px;background:var(--yellow);right:37%;top:11%;border-radius:50%;mix-blend-mode:multiply}
.shape-blue{width:220px;height:60px;background:var(--blue);right:-40px;bottom:90px;transform:rotate(-28deg)}
.shape-black{width:90px;height:90px;background:var(--ink);left:48%;bottom:-45px;transform:rotate(45deg)}

.ticker{overflow:hidden;border-bottom:1px solid var(--line);padding:15px 0;background:var(--ink);color:var(--paper)}
.ticker-track{display:flex;white-space:nowrap;gap:22px;align-items:center;font-size:11px;font-weight:800;letter-spacing:.15em;animation:ticker 24s linear infinite;width:max-content}.ticker i{color:var(--yellow);font-style:normal}
@keyframes ticker{to{transform:translateX(-50%)}}

.section{padding:100px clamp(22px,5vw,86px)}
.section-head{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end;margin-bottom:56px;border-top:4px solid var(--ink);padding-top:18px}
.section-head h2{font-family:var(--serif);font-size:clamp(38px,4.8vw,74px);line-height:.95;letter-spacing:-.04em;margin:0;font-weight:600}
.section-head p{max-width:550px;margin:0 0 6px;font-size:14px}
.story-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:34px}
.story-media{display:block;overflow:hidden;background:var(--paper-2)}
.lead-story .story-media{aspect-ratio:16/9}.side-story .story-media{aspect-ratio:4/3}
.story-media img{width:100%;height:100%;object-fit:cover;transition:.4s}.story-media:hover img{transform:scale(1.02)}
.story-meta{display:flex;justify-content:space-between;gap:20px;margin:16px 0 12px;text-transform:uppercase;font-size:10px;font-weight:800;letter-spacing:.11em;border-bottom:1px solid var(--line);padding-bottom:10px}.story-meta span{color:var(--blue)}
.story-grid h3{font-family:var(--serif);font-weight:600;letter-spacing:-.03em;line-height:1.06;margin:0 0 15px}.lead-story h3{font-size:clamp(34px,3.4vw,54px)}.side-story h3{font-size:clamp(27px,2.45vw,38px)}
.story-grid p{font-size:14px;max-width:780px}.author{font-size:11px;font-weight:700;margin-top:20px}

.focus{background:var(--blue);color:#fff;padding:80px clamp(22px,5vw,86px);display:grid;grid-template-columns:.75fr .8fr .85fr;gap:5vw;align-items:center;position:relative;overflow:hidden}
.focus:before{content:"";position:absolute;width:350px;height:350px;border:70px solid var(--yellow);border-radius:50%;left:-180px;bottom:-210px;opacity:.98}
.focus-title,.focus-body,.focus-image{position:relative;z-index:2}
.focus-title span{font-size:10px;font-weight:800;letter-spacing:.15em;color:var(--yellow)}
.focus-title h2{font-family:var(--serif);font-size:clamp(44px,4.5vw,72px);line-height:.96;letter-spacing:-.04em;margin:25px 0 0;font-weight:600}
.big-quote{font-family:var(--serif);font-size:clamp(25px,2.3vw,38px);line-height:1.2;margin:0 0 25px}
.focus-body>p:not(.big-quote){font-size:14px;line-height:1.7;color:#e8edff}.button{display:inline-block;background:var(--yellow);color:var(--ink);padding:13px 18px;margin-top:20px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}
.focus-image{margin:0}.focus-image img{width:100%;height:570px;object-fit:cover}.focus-image figcaption{display:flex;justify-content:space-between;font-size:10px;margin-top:9px;letter-spacing:.08em;text-transform:uppercase}.focus-image figcaption span{color:var(--yellow);font-weight:800}

.archive{background:#dad7cb}
.section-head.split{grid-template-columns:1fr .7fr}
.archive-grid{display:grid;grid-template-columns:1.15fr .6fr .85fr;gap:18px;align-items:start}
.archive-item{margin:0}.archive-item.wide{padding-top:90px}.archive-item button{border:0;padding:0;width:100%;background:none;cursor:zoom-in;display:block;overflow:hidden}.archive-item img{width:100%;height:380px;object-fit:cover;transition:.35s}.archive-item:nth-child(2) img{height:520px}.archive-item img:hover{transform:scale(1.025)}
.archive-item figcaption{display:flex;justify-content:space-between;border-top:1px solid var(--ink);margin-top:10px;padding-top:8px;font-size:10px;text-transform:uppercase;font-weight:700}.archive-item figcaption span{color:var(--blue)}

.manifesto{padding:120px clamp(22px,8vw,140px);background:var(--yellow);position:relative;overflow:hidden}
.manifesto-mark{position:absolute;right:-25px;top:-110px;font-family:var(--serif);font-size:460px;line-height:1;color:rgba(17,17,15,.08);letter-spacing:-.15em}
.manifesto h2{font-family:var(--serif);font-size:clamp(54px,7vw,105px);line-height:.91;letter-spacing:-.05em;font-weight:600;margin:0 0 35px;position:relative}.manifesto h2 em{color:var(--blue);font-weight:600}.manifesto>p:last-child{max-width:750px;font-size:16px;position:relative}
.site-footer{min-height:150px;background:var(--ink);color:#fff;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;padding:30px clamp(22px,5vw,86px);font-size:11px;text-transform:uppercase;letter-spacing:.09em}.site-footer p{text-align:center}.site-footer>a{justify-self:end}.footer-brand{font-weight:800;font-size:20px}.footer-brand span{font-size:10px;color:#aaa;margin-left:10px}

/* Article */
.reading-progress{position:fixed;left:0;right:0;top:0;height:4px;z-index:100;background:transparent}.reading-progress i{display:block;width:0;height:100%;background:var(--yellow)}
.article-hero{padding:85px clamp(22px,8vw,150px) 60px;position:relative;border-bottom:1px solid var(--line)}
.article-hero:after{content:"";position:absolute;width:110px;height:110px;background:var(--blue);right:8vw;top:65px;transform:rotate(45deg);z-index:-1}.collection-hero:after{background:var(--yellow);border-radius:50%;transform:none}
.article-kicker{font-size:10px;font-weight:800;letter-spacing:.14em;margin-bottom:25px}.article-kicker span{color:var(--blue);padding:0 7px}
.article-hero h1{font-family:var(--serif);font-size:clamp(55px,7.2vw,118px);line-height:.86;letter-spacing:-.055em;font-weight:600;margin:0;max-width:1220px}.article-hero h1 em{color:var(--blue);font-weight:600}.collection-hero h1 em{color:var(--red)}
.article-deck{font-family:var(--serif);font-size:clamp(20px,2.1vw,31px);line-height:1.3;max-width:760px;margin:35px 0}
.byline{display:flex;gap:18px;align-items:center;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.byline strong{border-right:1px solid var(--line);padding-right:18px}.byline span{color:#666}
.article-cover{margin:0}.article-cover img{width:100%;height:min(76vh,820px);object-fit:cover}.crop-landscape img{object-position:center 45%}.article-cover figcaption{display:flex;gap:30px;justify-content:flex-end;padding:10px clamp(22px,5vw,86px);font-size:10px;text-transform:uppercase;letter-spacing:.06em}.article-cover figcaption span{color:var(--blue);font-weight:800}
.article-layout{display:grid;grid-template-columns:250px minmax(0,800px);gap:80px;justify-content:center;padding:80px clamp(22px,5vw,86px) 100px}
.article-aside{position:sticky;top:110px;align-self:start;border-top:2px solid var(--ink);padding-top:12px;display:flex;flex-direction:column}.aside-label{font-size:9px;font-weight:800;letter-spacing:.14em;margin-bottom:16px;color:var(--blue)}.article-aside a{font-size:11px;font-weight:700;padding:10px 0;border-bottom:1px solid var(--line)}.article-aside a:hover{color:var(--blue)}
.article-body{font-family:var(--serif);font-size:20px;line-height:1.68}.article-body section{scroll-margin-top:120px}.article-body p{margin:0 0 26px}.dropcap:first-letter{float:left;font-size:88px;line-height:.72;padding:14px 12px 0 0;color:var(--blue);font-weight:700}.article-body h2{font-family:var(--sans);font-size:clamp(30px,3vw,48px);line-height:1.06;letter-spacing:-.04em;margin:70px 0 26px}.article-body blockquote{font-size:clamp(28px,3vw,44px);line-height:1.15;letter-spacing:-.025em;margin:60px -80px;padding:25px 0 25px 90px;border-left:8px solid var(--yellow);font-style:italic}.article-figure{margin:70px -120px}.article-figure.portrait{display:grid;grid-template-columns:.78fr 1fr;align-items:end;gap:18px}.article-figure.portrait.alt{grid-template-columns:1fr .78fr}.article-figure.portrait.alt button{grid-column:2}.article-figure.portrait.alt figcaption{grid-column:1;grid-row:1}.article-figure button{border:0;background:none;padding:0;cursor:zoom-in;overflow:hidden}.article-figure img{width:100%;max-height:720px;object-fit:contain;background:#e5e2d8}.article-figure.landscape img{object-fit:cover;max-height:520px}.article-figure figcaption{font-family:var(--sans);font-size:10px;text-transform:uppercase;line-height:1.5;border-top:1px solid var(--ink);padding-top:8px}.article-figure figcaption span{display:block;color:var(--blue);font-weight:800;margin-bottom:5px}
.article-highlight{font-family:var(--serif);background:var(--yellow);padding:45px;margin:80px -45px 0}.article-highlight h2{margin:16px 0 26px}.article-highlight p:last-child{margin-bottom:0}.blue-highlight{background:var(--blue);color:#fff}.blue-highlight .highlight-tag{color:var(--yellow)}.highlight-tag{font-family:var(--sans);font-size:9px;font-weight:800;letter-spacing:.14em;color:var(--blue)}
.article-sources{font-family:var(--sans);font-size:11px;border-top:1px solid var(--line);padding-top:18px;margin-top:50px;color:#555}
.next-story{margin-top:10px;padding:65px clamp(22px,8vw,150px);border-top:1px solid var(--line);background:#e4e0d4}.next-story>span{font-size:9px;font-weight:800;letter-spacing:.14em;color:var(--blue)}.next-story a{margin-top:20px;display:flex;justify-content:space-between;gap:25px;align-items:flex-end}.next-story strong{font-family:var(--serif);font-size:clamp(36px,5vw,76px);line-height:1;max-width:980px;font-weight:600;letter-spacing:-.04em}.next-story i{font-size:55px;font-style:normal;color:var(--blue)}

.lightbox{width:min(92vw,1200px);max-height:92vh;border:0;padding:0;background:#10100f;color:#fff}.lightbox::backdrop{background:rgba(0,0,0,.82)}.lightbox img{max-height:82vh;width:100%;object-fit:contain}.lightbox p{margin:0;padding:12px 60px 14px 18px;font-size:11px;text-transform:uppercase;letter-spacing:.06em}.lightbox-close{position:absolute;right:10px;top:10px;width:38px;height:38px;border:0;border-radius:50%;background:var(--yellow);font-size:25px;line-height:1;cursor:pointer}

@media (max-width:1000px){
  .site-header{grid-template-columns:1fr auto;height:82px}.issue{display:none}.menu-btn{display:block;justify-self:end}.main-nav{position:absolute;left:0;right:0;top:100%;display:none;flex-direction:column;gap:0;background:var(--ink);color:#fff;padding:15px 22px}.main-nav.open{display:flex}.main-nav a{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.15)}
  .hero{grid-template-columns:1fr;min-height:auto}.hero-image{justify-self:stretch;width:100%;height:620px}.shape-yellow{right:-70px;top:34%}.shape-black{display:none}
  .section-head,.section-head.split{grid-template-columns:1fr}.story-grid{grid-template-columns:1fr}.focus{grid-template-columns:1fr 1fr}.focus-image{grid-column:1/-1}.focus-image img{height:600px}.archive-grid{grid-template-columns:1fr 1fr}.archive-item.wide{padding-top:0;grid-column:1/-1}.archive-item img,.archive-item:nth-child(2) img{height:450px}
  .article-layout{grid-template-columns:1fr;gap:30px}.article-aside{display:none}.article-body{max-width:760px;margin:auto}.article-figure{margin:60px -40px}.article-body blockquote{margin:55px -30px;padding-left:40px}.article-cover img{height:62vh}
}
@media (max-width:650px){
  .brand small{display:none}.brand strong{font-size:18px}.brand-mark{width:30px;height:30px}.site-header{padding:0 18px}
  .hero{padding:55px 18px}.hero h1{font-size:68px}.hero-image{height:500px}.deck{font-size:20px}.shape-yellow{width:140px;height:140px}
  .section{padding:70px 18px}.section-head{margin-bottom:35px}.section-head h2{font-size:43px}.focus{padding:65px 18px;grid-template-columns:1fr}.focus-image{grid-column:auto}.focus-image img{height:500px}.archive-grid{grid-template-columns:1fr}.archive-item.wide{grid-column:auto}.archive-item img,.archive-item:nth-child(2) img{height:auto}.manifesto{padding:80px 18px}.manifesto h2{font-size:52px}.site-footer{grid-template-columns:1fr;gap:18px;text-align:left;padding:35px 18px}.site-footer p{text-align:left}.site-footer>a{justify-self:start}
  .article-hero{padding:55px 18px 45px}.article-hero:after{width:65px;height:65px;right:20px;top:50px}.article-hero h1{font-size:52px}.article-deck{font-size:20px}.byline{align-items:flex-start;flex-direction:column;gap:6px}.byline strong{border:0;padding:0}.article-cover img{height:430px}.article-cover figcaption{justify-content:flex-start;padding:10px 18px;flex-direction:column;gap:2px}.article-layout{padding:55px 18px 70px}.article-body{font-size:18px;line-height:1.62}.dropcap:first-letter{font-size:70px}.article-body h2{font-size:31px;margin-top:55px}.article-body blockquote{font-size:28px;margin:45px 0;padding:18px 0 18px 24px;border-left-width:6px}.article-figure,.article-figure.portrait,.article-figure.portrait.alt{margin:50px 0;display:block}.article-figure.portrait.alt button,.article-figure.portrait.alt figcaption{display:block}.article-figure figcaption{margin-top:9px}.article-highlight{margin:60px -18px 0;padding:32px 18px}.next-story{padding:50px 18px}.next-story strong{font-size:39px}.next-story i{font-size:38px}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.ticker-track{animation:none}.story-media img,.hero-image img,.archive-item img{transition:none}}
