:root {
  --ink: #111;
  --paper: #fff;
  --soft: #f1f1ee;
  --muted: #656565;
  --line: #c9c9c4;
  --content: 1440px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; vertical-align: middle; }
button, input, textarea { font: inherit; }

.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  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:focus {
  position: fixed; z-index: 10000; top: 12px; left: 12px;
  width: auto; height: auto; margin: 0; overflow: visible; clip: auto; white-space: normal;
  padding: 12px 18px; background: #fff; color: #111; border: 2px solid #111;
}
:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }

.ticker {
  min-height: 34px; padding: 8px 4vw;
  display: flex; justify-content: center; gap: 24px;
  background: var(--ink); color: #fff;
  font-size: 10px; letter-spacing: .08em;
}
.ticker strong { font-weight: 800; }

.site-header {
  min-height: 130px; padding: 30px 4vw 23px;
  display: flex; align-items: flex-end; justify-content: space-between; gap: 40px;
  border-bottom: 1px solid var(--ink);
}
.wordmark, .custom-logo-link { display: inline-block; }
.wordmark span {
  display: block; font-size: clamp(28px, 4vw, 52px); line-height: .86;
  font-weight: 850; letter-spacing: -.075em;
}
.wordmark small {
  display: block; margin-top: 14px;
  font-size: 8px; font-weight: 700; letter-spacing: .22em;
}
.custom-logo { width: auto; max-width: min(38vw, 380px); max-height: 82px; }
.desktop-nav .menu, .footer-top ul {
  display: flex; flex-wrap: wrap; gap: 30px; margin: 0; padding: 0; list-style: none;
}
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a, .menu-toggle, .header-search-toggle {
  font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
}
.desktop-nav .sub-menu { display: none; }
.menu-toggle, .header-search-toggle { padding: 8px 0; color: inherit; background: transparent; border: 0; cursor: pointer; }
.menu-toggle { display: none; }
.header-search-toggle { border-bottom: 1px solid transparent; }
.header-search-toggle[aria-expanded="true"] { border-bottom-color: currentColor; }
.header-search-panel { padding: 34px 4vw 42px; border-bottom: 1px solid var(--ink); background: var(--paper); }
.header-search-inner { max-width: var(--content); margin: 0 auto; }
.header-search-panel .search-form { margin-top: 18px; }
.mobile-nav { padding: 18px 5vw 30px; border-bottom: 1px solid; background: #fff; }
.mobile-nav .menu { margin: 0; padding: 0; list-style: none; }
.mobile-nav li { border-bottom: 1px solid var(--line); }
.mobile-nav a { display: block; padding: 17px 0; font-size: 14px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.mobile-search { padding-top: 30px; }
.mobile-search .search-form { margin-top: 16px; }

.site-main { max-width: var(--content); margin: 0 auto; }
.eyebrow {
  margin: 0; font-size: 9px; line-height: 1.4;
  font-weight: 850; letter-spacing: .18em; text-transform: uppercase;
}
.text-link {
  display: inline-block; padding-bottom: 7px; border-bottom: 1px solid;
  font-size: 11px; font-weight: 750; text-transform: uppercase;
}

.hero {
  min-height: 660px; display: grid; grid-template-columns: 1.35fr 1fr;
  border-bottom: 1px solid var(--ink);
}
.hero-media {
  min-height: 660px; position: relative; overflow: hidden;
  background: #d8d8d3; border-right: 1px solid var(--ink);
}
.hero-media > img, .wide-media > img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.hero-index {
  position: absolute; left: 4%; bottom: -6%; color: rgba(255,255,255,.84);
  font-size: clamp(140px, 20vw, 300px); line-height: 1; font-weight: 850; letter-spacing: -.1em;
}
.hero-copy {
  padding: 70px 4vw 55px; display: flex; flex-direction: column; align-items: flex-start;
}
.hero-copy h1 {
  margin: 105px 0 30px; font-size: clamp(38px, 4.8vw, 68px);
  line-height: 1.18; letter-spacing: -.065em; font-weight: 700;
  overflow-wrap: anywhere;
}
.hero-excerpt { max-width: 440px; color: var(--muted); font-size: 13px; line-height: 2; }
.hero-excerpt p { margin: 0; }
.hero-copy .text-link { margin-top: auto; }

.editorial-section { padding: 110px 4vw; border-bottom: 1px solid var(--ink); }
.section-heading {
  margin-bottom: 60px; display: flex; align-items: flex-end;
  justify-content: space-between; gap: 30px;
}
.section-heading h2, .listing-header h1 {
  margin: 12px 0 0; font-size: clamp(38px, 5vw, 68px);
  line-height: 1; letter-spacing: -.065em; font-weight: 750;
}
.section-heading > a { font-size: 10px; font-weight: 750; text-transform: uppercase; }

.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 54px 28px; }
.card-media {
  aspect-ratio: 4 / 3; margin-bottom: 18px; display: block;
  position: relative; overflow: hidden; background: var(--soft); border: 1px solid var(--line);
}
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.card-media:hover img { transform: scale(1.025); }
.media-placeholder { width: 100%; height: 100%; display: grid; place-items: center; background: var(--soft); }
.media-placeholder span { color: #777; font-size: 9px; font-weight: 750; letter-spacing: .18em; }
.card-meta { display: flex; justify-content: space-between; gap: 20px; font-size: 9px; font-weight: 750; letter-spacing: .1em; }
.post-card h3 { margin: 18px 0 10px; font-size: 21px; line-height: 1.5; letter-spacing: -.035em; font-weight: 700; }
.card-excerpt { color: var(--muted); font-size: 11px; line-height: 1.8; }
.card-excerpt p { margin: 0; }

.wide-feature { display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); color: #fff; }
.wide-copy {
  min-height: 520px; padding: 70px 5vw; display: flex; flex-direction: column; align-items: flex-start;
}
.wide-copy h2 {
  max-width: 620px; margin: 100px 0 25px; font-size: clamp(36px, 4.5vw, 64px);
  line-height: 1.25; letter-spacing: -.06em; font-weight: 700;
}
.wide-copy .text-link { margin-top: auto; }
.wide-media { min-height: 520px; position: relative; display: block; overflow: hidden; background: #d7d7d2; }

.ad-slot {
  min-height: 150px; display: grid; place-items: center;
  background: var(--soft); border-bottom: 1px solid var(--ink);
  color: #777; font-size: 8px; font-weight: 750; letter-spacing: .2em;
}
.ad-widget { width: 100%; text-align: center; }

.category-list { border-top: 1px solid var(--ink); }
.category-list a {
  min-height: 110px; padding: 20px 0; display: grid;
  grid-template-columns: 80px minmax(180px, 1fr) 1fr 30px;
  gap: 30px; align-items: center; border-bottom: 1px solid var(--ink);
}
.category-number { font-size: 10px; }
.category-list h3 { margin: 0; font-size: 25px; letter-spacing: -.04em; }
.category-list p { margin: 0; color: var(--muted); font-size: 11px; }
.all-category-list h2 { margin: 0; font-size: 25px; letter-spacing: -.04em; }

.listing-page { min-height: 70vh; }
.listing-header { margin-bottom: 70px; }
.listing-header h1 { max-width: 1000px; }
.archive-description { max-width: 720px; margin-top: 25px; color: var(--muted); font-size: 13px; line-height: 1.9; }
.navigation.pagination { margin-top: 80px; }
.nav-links { display: flex; justify-content: center; gap: 8px; }
.nav-links .page-numbers { min-width: 42px; min-height: 42px; padding: 10px; display: grid; place-items: center; border: 1px solid var(--ink); font-size: 11px; }
.nav-links .current { color: #fff; background: var(--ink); }

.search-form { max-width: 680px; margin-top: 38px; display: grid; grid-template-columns: 1fr auto; }
.search-form input, .search-form button { min-height: 54px; border: 1px solid var(--ink); border-radius: 0; }
.search-form input { width: 100%; padding: 12px 16px; }
.search-form button { padding: 12px 25px; color: #fff; background: var(--ink); cursor: pointer; }

.single-layout { max-width: none; }
.article-header { max-width: 1120px; margin: 0 auto; padding: 100px 5vw 70px; }
.article-header h1 {
  max-width: 1050px; margin: 30px 0 35px; font-size: clamp(40px, 6.3vw, 88px);
  line-height: 1.16; letter-spacing: -.06em; font-weight: 720; overflow-wrap: anywhere;
}
.article-meta { display: flex; gap: 25px; color: var(--muted); font-size: 10px; letter-spacing: .08em; }
.article-featured { max-width: var(--content); margin: 0 auto 90px; }
.article-featured img { width: 100%; max-height: 850px; object-fit: cover; }
.article-body { max-width: 760px; margin: 0 auto; padding: 0 24px 110px; font-size: 17px; line-height: 2.05; }
.article-body > :first-child { margin-top: 0; }
.article-body h2 { margin: 2.7em 0 .9em; font-size: clamp(28px, 4vw, 42px); line-height: 1.35; letter-spacing: -.04em; }
.article-body h3 { margin: 2.2em 0 .8em; font-size: 25px; line-height: 1.45; }
.article-body p { margin: 0 0 1.7em; }
.article-body a { text-decoration: underline; text-underline-offset: .18em; }
.article-body blockquote { margin: 2.5em 0; padding: 1.5em 0 1.5em 2em; border-left: 3px solid var(--ink); font-size: 1.08em; }
.article-body figure { margin: 2.5em 0; }
.article-body figcaption { margin-top: .8em; color: var(--muted); font-size: 12px; line-height: 1.6; }
.article-body pre { max-width: 100%; overflow: auto; padding: 20px; background: var(--soft); font-size: 13px; line-height: 1.7; }
.article-body table { width: 100%; border-collapse: collapse; font-size: 14px; }
.article-body th, .article-body td { padding: 12px; border: 1px solid var(--line); text-align: left; }
.article-footer { max-width: 760px; margin: -65px auto 90px; padding: 0 24px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-list a { padding: 8px 12px; border: 1px solid var(--ink); font-size: 10px; }
.post-navigation {
  max-width: var(--content); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink);
}
.post-navigation > div { min-height: 150px; padding: 32px 4vw; }
.post-navigation > div + div { border-left: 1px solid var(--ink); text-align: right; }
.post-navigation span { display: block; margin-bottom: 16px; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.post-navigation a { font-size: 15px; line-height: 1.6; font-weight: 650; }
.related-posts { max-width: var(--content); margin: 0 auto; }

.comments-area { max-width: 760px; margin: 0 auto; padding: 100px 24px; }
.comments-area h2, .comment-reply-title { font-size: 28px; letter-spacing: -.03em; }
.comment-list { padding-left: 0; list-style: none; }
.comment-list .comment { padding: 25px 0; border-bottom: 1px solid var(--line); }
.comment-form label { display: block; margin-bottom: 6px; font-size: 11px; font-weight: 700; }
.comment-form input, .comment-form textarea { width: 100%; padding: 12px; border: 1px solid var(--ink); border-radius: 0; }
.comment-form input[type="submit"] { width: auto; padding: 13px 24px; color: #fff; background: var(--ink); cursor: pointer; }

.error-page {
  min-height: 680px; padding: 80px 5vw; display: grid;
  grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center;
}
.error-code { margin: 0; font-size: clamp(150px, 25vw, 390px); line-height: .8; font-weight: 850; letter-spacing: -.12em; }
.error-page h1 { max-width: 620px; margin: 25px 0; font-size: clamp(38px, 5vw, 66px); line-height: 1.2; letter-spacing: -.055em; }
.error-page > div > p:not(.eyebrow) { color: var(--muted); line-height: 1.8; }
.error-page .text-link { margin-top: 30px; }
.nothing-found { min-height: 400px; }

.site-footer { padding: 90px 4vw 35px; background: var(--ink); color: #fff; }
.footer-top { display: flex; justify-content: space-between; gap: 40px; align-items: flex-end; }
.footer-wordmark { font-size: clamp(38px, 6vw, 82px); font-weight: 850; letter-spacing: -.08em; }
.footer-top ul { gap: 22px; }
.footer-top a { font-size: 9px; font-weight: 750; letter-spacing: .08em; }
.footer-bottom { margin-top: 80px; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid #555; font-size: 8px; letter-spacing: .12em; }

@media (max-width: 1000px) {
  .hero-copy h1 { font-size: clamp(38px, 5vw, 54px); }
  .desktop-nav, .desktop-nav .menu { gap: 18px; }
  .desktop-nav a, .header-search-toggle { font-size: 9px; }
}

@media (max-width: 800px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .hero { grid-template-columns: 1fr; }
  .hero-media { min-height: 460px; border-right: 0; border-bottom: 1px solid; }
  .hero-copy { min-height: 500px; }
  .hero-copy h1 { margin-top: 80px; font-size: clamp(38px, 8vw, 62px); }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .wide-feature { grid-template-columns: 1fr; }
  .wide-media { min-height: 380px; }
  .category-list a { grid-template-columns: 50px 1fr 22px; }
  .category-list p { display: none; }
  .article-header { padding-top: 80px; }
  .article-featured { margin-bottom: 65px; }
  .error-page { grid-template-columns: 1fr; }
  .error-code { font-size: clamp(140px, 50vw, 300px); }
}

@media (max-width: 520px) {
  .ticker { justify-content: flex-start; }
  .ticker span { display: none; }
  .site-header { min-height: 100px; padding-inline: 5vw; }
  .wordmark span { font-size: 30px; }
  .hero-media { min-height: 340px; }
  .hero-copy { min-height: 430px; padding: 68px 5vw 45px; }
  .hero-copy h1 { margin-top: 75px; font-size: clamp(36px, 11vw, 52px); }
  .editorial-section { padding: 80px 5vw; }
  .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 45px; }
  .card-grid { grid-template-columns: 1fr; }
  .wide-copy { min-height: 460px; padding: 65px 5vw 45px; }
  .wide-copy h2 { margin-top: 75px; font-size: 40px; }
  .category-list h3, .all-category-list h2 { font-size: 20px; }
  .article-header { padding: 65px 5vw 45px; }
  .article-header h1 { margin-top: 22px; font-size: clamp(36px, 12vw, 55px); }
  .article-featured { margin-bottom: 55px; }
  .article-body { padding-inline: 5vw; font-size: 16px; line-height: 2; }
  .post-navigation { grid-template-columns: 1fr; }
  .post-navigation > div + div { border-top: 1px solid var(--ink); border-left: 0; }
  .footer-top { align-items: flex-start; flex-direction: column; }
  .footer-top ul { flex-direction: column; gap: 16px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 18px; }
  .search-form { grid-template-columns: 1fr; }
}

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