:root {
  --ink: #101010;
  --paper: #ffffff;
  --soft: #f4f4f1;
  --line: #d9d9d4;
  --muted: #656560;
  --coral: #ff5a4f;
  --blue: #2f6bff;
  --green: #00a878;
  --violet: #8f4dff;
  --orange: #ef8d21;
  --display: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --content: 1304px;
  --gutter: clamp(22px, 4vw, 68px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
body.menu-open, body.search-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, input, textarea { font: inherit; }
button, .button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 1000; left: 12px; top: -80px; padding: 10px 14px; color: #fff; background: #000; }
.skip-link:focus { top: 12px; }
.shell { width: min(calc(100% - (var(--gutter) * 2)), var(--content)); margin-inline: auto; }
.eyebrow { margin: 0 0 14px; color: var(--coral); font-weight: 800; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.muted { color: var(--muted); }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: 121px;
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(12px);
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; text-decoration: none; }
.brand-mark { width: 34px; height: 34px; }
.brand-word { display: grid; font-family: var(--display); font-size: 18px; line-height: .84; letter-spacing: -.06em; text-transform: uppercase; }
.brand-word span:last-child { margin-left: 14px; color: var(--coral); }
.desktop-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 34px); }
.desktop-nav a { position: relative; font-size: 13px; font-weight: 800; text-decoration: none; text-transform: uppercase; letter-spacing: .05em; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 3px; background: var(--coral); transition: right .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.icon-button { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid var(--ink); border-radius: 999px; color: var(--ink); background: transparent; }
.icon-button:hover { color: #fff; background: var(--ink); }
.menu-button { display: none; }

.mobile-panel { position: fixed; z-index: 99; inset: 118px 0 0; display: none; overflow: auto; padding: 38px var(--gutter); background: var(--coral); }
.mobile-panel.open { display: block; }
.mobile-nav { display: grid; }
.mobile-nav a { padding: 15px 0; border-bottom: 1px solid rgba(16,16,16,.25); font-family: var(--display); font-size: clamp(27px, 9vw, 44px); line-height: 1; letter-spacing: -.04em; text-decoration: none; }
.mobile-panel p { max-width: 34rem; margin-top: 36px; font-size: 15px; font-weight: 700; }

.search-panel { position: fixed; z-index: 150; inset: 0; display: none; overflow: auto; padding: 28px var(--gutter) 80px; color: #fff; background: rgba(16,16,16,.985); }
.search-panel.open { display: block; }
.search-top { display: flex; align-items: center; justify-content: space-between; max-width: var(--content); margin: 0 auto 8vh; }
.search-label { font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.search-close { border-color: #fff; color: #fff; }
.search-close:hover { color: #000; background: #fff; }
.search-form { max-width: 980px; margin: auto; }
.search-input { width: 100%; padding: 18px 0; border: 0; border-bottom: 2px solid #fff; border-radius: 0; color: #fff; background: transparent; font-family: var(--display); font-size: clamp(32px, 7vw, 78px); line-height: 1; letter-spacing: -.04em; }
.search-input::placeholder { color: #7f7f7f; }
.search-results { display: grid; gap: 0; margin-top: 36px; }
.search-result { display: grid; grid-template-columns: 90px 1fr; gap: 20px; align-items: center; padding: 16px 0; border-bottom: 1px solid #3f3f3f; text-decoration: none; }
.search-result img { width: 90px; aspect-ratio: 16/10; object-fit: cover; }
.search-result strong { display: block; font-size: 18px; line-height: 1.25; }
.search-result span { color: #aaa; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.search-empty { color: #aaa; }

.masthead-space { min-height: 318px; display: flex; align-items: flex-end; padding-bottom: 62px; }
.site-intro { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 10%; align-items: end; }
.display-title { margin: 0; max-width: 820px; font-family: var(--display); font-size: clamp(58px, 8.4vw, 122px); line-height: .82; letter-spacing: -.075em; text-transform: uppercase; }
.display-title .slash { color: var(--coral); }
.site-intro-copy { max-width: 430px; padding-bottom: 6px; font-size: 20px; line-height: 1.5; }
.site-intro-copy strong { color: var(--coral); }

.feature-grid { display: grid; grid-template-columns: 1.65fr .75fr .75fr; gap: 28px; padding-bottom: 115px; }
.story-card { display: block; text-decoration: none; }
.story-image { overflow: hidden; background: var(--soft); }
.story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.story-card:hover .story-image img { transform: scale(1.025); }
.story-card:hover h2, .story-card:hover h3 { color: var(--coral); }
.feature-card .story-image { aspect-ratio: 1.09/1; }
.small-feature .story-image { aspect-ratio: 1.04/1; }
.story-meta { display: flex; flex-wrap: wrap; gap: 9px 14px; margin-top: 18px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.story-meta .category { color: var(--coral); }
.story-card h2, .story-card h3 { margin: 9px 0 0; font-family: var(--display); line-height: 1.08; letter-spacing: -.045em; transition: color .2s ease; }
.feature-card h2 { max-width: 850px; font-size: clamp(30px, 3.2vw, 49px); }
.small-feature h3 { font-size: clamp(22px, 2.1vw, 30px); }
.story-deck { margin: 13px 0 0; color: var(--muted); font-size: 16px; line-height: 1.5; }

.editorial-band { margin-bottom: 116px; padding: 70px 0; color: #fff; background: var(--ink); }
.editorial-band-inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10%; align-items: center; }
.editorial-band h2 { margin: 0; max-width: 570px; font-family: var(--display); font-size: clamp(42px, 5vw, 74px); line-height: .93; letter-spacing: -.06em; }
.editorial-band p { max-width: 570px; margin: 0 0 24px; color: #c7c7c7; font-size: 19px; }
.text-link { display: inline-flex; gap: 10px; align-items: center; font-weight: 800; text-decoration: none; }
.text-link::after { content: "→"; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(5px); }

.section { padding-bottom: 120px; }
.section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-bottom: 34px; border-top: 2px solid var(--ink); padding-top: 15px; }
.section-head h2 { margin: 0; font-family: var(--display); font-size: clamp(33px, 4vw, 55px); line-height: 1; letter-spacing: -.055em; }
.section-head a { font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; }
.section-head a:hover { color: var(--coral); }
.story-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.story-grid .story-image { aspect-ratio: 1/0.72; }
.story-grid h3 { font-size: clamp(21px, 2vw, 28px); }
.story-grid .story-deck { font-size: 15px; }
.story-grid .story-card:nth-child(5) { grid-column: span 2; }
.story-grid .story-card:nth-child(5) .story-image { aspect-ratio: 2/1.03; }
.story-grid .story-card:nth-child(6) { grid-column: span 2; }
.story-grid .story-card:nth-child(6) .story-image { aspect-ratio: 2/1.03; }

.soft-section { margin-bottom: 120px; padding: 105px 0; background: var(--soft); }
.soft-section .story-grid { grid-template-columns: repeat(3, 1fr); }
.soft-section .story-grid .story-card { grid-column: auto; }
.soft-section .story-grid .story-image { aspect-ratio: 1.18/1; }

.category-stripe { display: grid; grid-template-columns: 240px 1fr 1fr; gap: 28px; align-items: start; margin-top: 38px; padding-top: 38px; border-top: 1px solid var(--line); }
.category-label { position: sticky; top: 145px; }
.category-label .count { display: block; margin-bottom: 8px; color: var(--muted); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.category-label h3 { margin: 0; font-family: var(--display); font-size: 34px; line-height: 1; letter-spacing: -.05em; }
.category-label a { display: inline-block; margin-top: 20px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; }

.newsletter { padding: 105px 0; color: #fff; background: var(--blue); }
.newsletter-inner { display: grid; grid-template-columns: .95fr 1.05fr; gap: 10%; align-items: end; }
.newsletter h2 { margin: 0; font-family: var(--display); font-size: clamp(44px, 6vw, 84px); line-height: .91; letter-spacing: -.065em; }
.newsletter p { margin: 0 0 22px; }
.inline-form { display: flex; border-bottom: 2px solid #fff; }
.inline-form input { min-width: 0; flex: 1; padding: 13px 0; border: 0; color: #fff; background: transparent; }
.inline-form input::placeholder { color: rgba(255,255,255,.72); }
.inline-form button { padding: 10px 0 10px 20px; border: 0; color: #fff; background: transparent; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.form-note { min-height: 24px; margin-top: 10px !important; font-size: 13px; }

.page-hero { min-height: 390px; display: flex; align-items: flex-end; padding: 70px 0; }
.page-title { max-width: 1100px; margin: 0; font-family: var(--display); font-size: clamp(48px, 7vw, 92px); line-height: .93; letter-spacing: -.065em; }
.page-deck { max-width: 720px; margin: 26px 0 0; color: var(--muted); font-size: 20px; }
.archive-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 68px 28px; padding-bottom: 130px; }
.archive-grid .story-card { grid-column: span 4; }
.archive-grid .story-card:nth-child(1), .archive-grid .story-card:nth-child(2) { grid-column: span 6; }
.archive-grid .story-image { aspect-ratio: 1.52/1; }
.archive-grid .story-card:nth-child(1) .story-image, .archive-grid .story-card:nth-child(2) .story-image { aspect-ratio: 1.53/1; }
.archive-grid h2, .archive-grid h3 { font-size: clamp(24px, 2.6vw, 36px); }

.article-hero { padding: 95px 0 54px; text-align: center; }
.article-kicker { margin: 0 0 19px; color: var(--coral); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.article-title { max-width: 1050px; margin: auto; font-family: var(--display); font-size: clamp(48px, 6.4vw, 84px); line-height: .96; letter-spacing: -.064em; }
.article-deck { max-width: 760px; margin: 26px auto 0; color: var(--muted); font-size: 20px; line-height: 1.55; }
.article-byline { display: flex; justify-content: center; gap: 8px 16px; flex-wrap: wrap; margin-top: 24px; font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.article-cover { width: min(calc(100% - 32px), var(--content)); margin: 0 auto; }
.article-cover img { width: 100%; aspect-ratio: 1.6/1; object-fit: cover; }
.article-layout { display: grid; grid-template-columns: minmax(0, 800px) 240px; gap: 90px; justify-content: center; width: min(calc(100% - (var(--gutter) * 2)), 1140px); margin: 76px auto 130px; }
.article-body { min-width: 0; }
.article-body > p:first-of-type { margin-top: 0; font-size: 24px; line-height: 1.55; }
.article-body h2 { margin: 64px 0 20px; font-family: var(--display); font-size: clamp(32px, 4vw, 47px); line-height: 1.02; letter-spacing: -.05em; }
.article-body h3 { margin: 40px 0 12px; font-family: var(--display); font-size: 27px; line-height: 1.1; letter-spacing: -.035em; }
.article-body p, .article-body li { color: #272724; }
.article-body ul, .article-body ol { padding-left: 24px; }
.article-body li + li { margin-top: 8px; }
.disclosure { margin: 0 0 38px; padding: 20px 22px; border-left: 5px solid var(--coral); background: #fff2f0; color: #3d2927; font-size: 14px; line-height: 1.5; }
.quick-take { margin: 42px 0; padding: 32px; color: #fff; background: var(--ink); }
.quick-take .eyebrow { color: var(--coral); }
.quick-take p { margin: 0; color: #fff; font-size: 22px; line-height: 1.45; }
.comparison { margin: 38px 0 48px; border-top: 2px solid var(--ink); }
.product-row { display: grid; grid-template-columns: 1.1fr 1.5fr .7fr; gap: 22px; align-items: center; padding: 25px 0; border-bottom: 1px solid var(--line); }
.product-row h3 { margin: 0 0 6px; font-size: 23px; }
.product-row .label { display: block; color: var(--coral); font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.product-row p { margin: 0; font-size: 15px; line-height: 1.45; }
.product-row .tradeoff { margin-top: 7px; color: var(--muted); font-size: 13px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 46px; padding: 10px 16px; border: 1px solid var(--ink); color: #fff; background: var(--ink); font-size: 12px; font-weight: 900; letter-spacing: .06em; text-align: center; text-decoration: none; text-transform: uppercase; transition: color .2s, background .2s; }
.button:hover { color: var(--ink); background: var(--coral); }
.source-list { margin-top: 55px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.source-list h2 { margin-top: 0; font-size: 25px; }
.source-list a { overflow-wrap: anywhere; }
.article-rail { position: relative; }
.rail-inner { position: sticky; top: 150px; padding-top: 16px; border-top: 2px solid var(--ink); }
.rail-inner strong { display: block; margin-bottom: 13px; font-size: 12px; letter-spacing: .09em; text-transform: uppercase; }
.rail-inner a { display: block; margin: 11px 0; color: var(--muted); font-size: 14px; line-height: 1.35; text-decoration: none; }
.rail-inner a:hover { color: var(--coral); }
.rail-inner .rail-disclosure { margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.related { padding: 100px 0 115px; background: var(--soft); }
.related .story-grid { grid-template-columns: repeat(3, 1fr); }
.related .story-card { grid-column: auto !important; }

.prose-page { display: grid; grid-template-columns: minmax(0, 800px) 220px; gap: 100px; align-items: start; padding: 30px 0 130px; }
.prose h2 { margin: 55px 0 14px; font-family: var(--display); font-size: 34px; line-height: 1.05; letter-spacing: -.04em; }
.prose h3 { margin-top: 35px; font-size: 21px; }
.prose p, .prose li { color: #30302d; }
.prose a { font-weight: 700; }
.aside-note { position: sticky; top: 150px; padding: 20px; border-top: 5px solid var(--coral); background: var(--soft); font-size: 14px; }
.contact-form { display: grid; gap: 18px; margin-top: 32px; }
.field { display: grid; gap: 7px; }
.field label { font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.field input, .field textarea { width: 100%; padding: 13px 14px; border: 1px solid #8b8b84; border-radius: 0; background: #fff; }
.field textarea { min-height: 170px; resize: vertical; }
.contact-form .button { justify-self: start; border: 0; }

.site-footer { padding: 75px 0 38px; color: #fff; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.25fr repeat(3, .55fr); gap: 50px; }
.footer-brand .brand { color: #fff; }
.footer-brand p { max-width: 380px; margin-top: 24px; color: #aaa; font-size: 15px; }
.footer-col strong { display: block; margin-bottom: 14px; color: var(--coral); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.footer-col a { display: block; margin: 8px 0; color: #d1d1d1; font-size: 14px; text-decoration: none; }
.footer-col a:hover { color: var(--coral); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 65px; padding-top: 22px; border-top: 1px solid #444; color: #888; font-size: 12px; }

.cookie-banner { position: fixed; z-index: 200; right: 24px; bottom: 24px; display: none; width: min(440px, calc(100% - 48px)); padding: 24px; border: 1px solid #fff; color: #fff; background: var(--ink); box-shadow: 0 15px 50px rgba(0,0,0,.28); }
.cookie-banner.show { display: block; }
.cookie-banner strong { display: block; margin-bottom: 8px; font-family: var(--display); font-size: 22px; }
.cookie-banner p { margin: 0 0 16px; color: #c7c7c7; font-size: 13px; line-height: 1.45; }
.cookie-actions { display: flex; gap: 9px; flex-wrap: wrap; }
.cookie-actions button, .cookie-actions a { min-height: 38px; padding: 8px 13px; border: 1px solid #fff; color: #fff; background: transparent; font-size: 11px; font-weight: 900; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.cookie-actions .accept { border-color: var(--coral); background: var(--coral); }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .menu-button { display: grid; }
  .site-header { height: 118px; }
  .feature-grid { grid-template-columns: 1.4fr 1fr; }
  .feature-card { grid-row: span 2; }
  .story-grid { grid-template-columns: repeat(2, 1fr); }
  .story-grid .story-card:nth-child(n) { grid-column: auto; }
  .story-grid .story-card:nth-child(n) .story-image { aspect-ratio: 1.3/1; }
  .category-stripe { grid-template-columns: 180px 1fr 1fr; }
  .archive-grid .story-card:nth-child(n) { grid-column: span 6; }
  .article-layout { grid-template-columns: minmax(0, 760px); }
  .article-rail { display: none; }
  .prose-page { grid-template-columns: minmax(0, 1fr) 200px; gap: 55px; }
}

@media (max-width: 740px) {
  :root { --gutter: 36px; }
  body { font-size: 17px; }
  .site-header { height: 90px; }
  .brand-mark { width: 30px; height: 30px; }
  .mobile-panel { inset: 90px 0 0; }
  .header-actions .icon-button { width: 40px; height: 40px; }
  .masthead-space { min-height: 300px; padding-bottom: 45px; }
  .site-intro { grid-template-columns: 1fr; gap: 35px; }
  .display-title { font-size: clamp(58px, 21vw, 90px); }
  .site-intro-copy { font-size: 18px; }
  .feature-grid { grid-template-columns: 1fr; gap: 55px; padding-bottom: 90px; }
  .feature-card { grid-row: auto; }
  .feature-card .story-image, .small-feature .story-image { aspect-ratio: 1.32/1; }
  .feature-card h2, .small-feature h3 { font-size: 30px; }
  .editorial-band { margin-bottom: 90px; padding: 65px 0; }
  .editorial-band-inner { grid-template-columns: 1fr; gap: 40px; }
  .section { padding-bottom: 90px; }
  .section-head { align-items: flex-end; }
  .section-head h2 { font-size: 40px; }
  .section-head a { max-width: 90px; text-align: right; line-height: 1.3; }
  .story-grid, .soft-section .story-grid { grid-template-columns: 1fr; gap: 50px; }
  .story-grid .story-card:nth-child(n) .story-image { aspect-ratio: 1.32/1; }
  .story-grid h3 { font-size: 28px; }
  .soft-section { margin-bottom: 90px; padding: 75px 0; }
  .category-stripe { grid-template-columns: 1fr; gap: 38px; padding-top: 48px; }
  .category-label { position: static; }
  .category-stripe .story-card:nth-child(3) { display: none; }
  .newsletter { padding: 75px 0; }
  .newsletter-inner { grid-template-columns: 1fr; gap: 45px; }
  .page-hero { min-height: 330px; padding-bottom: 55px; }
  .page-title { font-size: 52px; }
  .page-deck { font-size: 18px; }
  .archive-grid { display: grid; grid-template-columns: 1fr; gap: 55px; padding-bottom: 95px; }
  .archive-grid .story-card:nth-child(n) { grid-column: auto; }
  .archive-grid h2, .archive-grid h3 { font-size: 29px; }
  .article-hero { padding: 65px 0 42px; text-align: left; }
  .article-title { font-size: 44px; }
  .article-deck { font-size: 18px; }
  .article-byline { justify-content: flex-start; }
  .article-cover { width: 100%; }
  .article-cover img { aspect-ratio: 1.12/1; }
  .article-layout { display: block; width: min(calc(100% - (var(--gutter) * 2)), 800px); margin: 55px auto 90px; }
  .article-body > p:first-of-type { font-size: 21px; }
  .article-body h2 { margin-top: 52px; font-size: 36px; }
  .product-row { grid-template-columns: 1fr; gap: 13px; }
  .product-row .button { justify-self: start; }
  .related { padding: 75px 0 90px; }
  .related .story-grid { grid-template-columns: 1fr; }
  .prose-page { display: block; padding-bottom: 90px; }
  .aside-note { position: static; margin-top: 60px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom { display: block; }
  .search-result { grid-template-columns: 72px 1fr; }
  .search-result img { width: 72px; }
}

@media (max-width: 430px) {
  :root { --gutter: 26px; }
  .brand-word { font-size: 16px; }
  .header-actions { gap: 6px; }
  .masthead-space { min-height: 282px; }
  .display-title { font-size: 64px; }
  .page-title { font-size: 46px; }
  .article-title { font-size: 40px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
