:root {
  --ink: #121316;
  --paper: #f3f1ec;
  --blue: #3156ff;
  --acid: #d7ff55;
  --line: rgba(18, 19, 22, 0.18);
  --muted: #777873;
  --display: "Space Grotesk", "Arial Black", sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--display); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.section-wrap { padding-left: clamp(22px, 5vw, 80px); padding-right: clamp(22px, 5vw, 80px); }
.site-header { position: relative; z-index: 10; display: flex; align-items: center; justify-content: space-between; min-height: 78px; padding: 0 clamp(22px, 5vw, 80px); border-bottom: 1px solid var(--ink); background: var(--paper); }
.wordmark { display: inline-flex; align-items: baseline; gap: 6px; font-size: 25px; font-weight: 700; letter-spacing: -1.5px; }
.wordmark i { color: var(--blue); font-style: normal; }
.header-meta { display: flex; gap: 28px; align-items: center; margin-left: auto; margin-right: 35px; }
.issue-code, .category, .eyebrow, .mini-index, .dispatch-no, .form-note, .form-status, .label-top, .label-bottom { font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.issue-code { color: var(--muted); }
.language-switcher { display: flex; gap: 2px; padding: 2px; border: 1px solid var(--line); }
.language-button { min-width: 26px; padding: 4px 5px; border: 0; color: var(--muted); background: transparent; cursor: pointer; font-family: var(--mono); font-size: 9px; }
.language-button:hover, .language-button.active { color: var(--paper); background: var(--ink); }
.main-nav { display: flex; align-items: center; gap: 25px; font-size: 13px; }
.main-nav a { position: relative; padding: 8px 0; }
.main-nav a:not(.nav-subscribe)::after { position: absolute; bottom: 2px; left: 0; width: 0; height: 1px; content: ""; background: var(--blue); transition: width .25s ease; }
.main-nav a:not(.nav-subscribe):hover::after { width: 100%; }
.nav-subscribe { display: flex; gap: 5px; align-items: center; padding: 10px 13px !important; color: var(--paper); background: var(--ink); }
.nav-subscribe svg { width: 14px; height: 14px; }
.menu-toggle { display: none; border: 0; background: transparent; cursor: pointer; }
.menu-toggle svg { width: 16px; height: 16px; vertical-align: middle; }
.hero { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr); gap: clamp(35px, 7vw, 110px); min-height: 630px; padding-top: clamp(60px, 8vw, 110px); padding-bottom: 90px; }
.hero-copy { display: flex; flex-direction: column; justify-content: space-between; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0; color: var(--muted); }
.dot { width: 8px; height: 8px; background: var(--blue); border-radius: 50%; }
.full-journal-name { max-width: 410px; margin: 31px 0 -20px; font-family: var(--mono); font-size: 11px; line-height: 1.35; letter-spacing: .08em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 800px; margin: 36px 0 40px; font-size: clamp(68px, 10.8vw, 156px); line-height: .83; letter-spacing: -0.08em; font-weight: 700; }
h1 em { color: var(--blue); font-style: normal; }
.blue-mark { display: inline-block; color: var(--blue); font-size: .46em; vertical-align: top; transform: translateY(-10px); }
.hero-bottom { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; max-width: 650px; }
.hero-intro { max-width: 280px; margin: 0; font-size: 15px; line-height: 1.45; }
.text-link { display: inline-flex; align-items: center; gap: 8px; padding-bottom: 6px; border-bottom: 1px solid var(--ink); font-size: 12px; white-space: nowrap; }
.text-link svg { width: 15px; height: 15px; }
.hero-media { position: relative; align-self: center; }
.hero-image-frame { position: relative; aspect-ratio: .84; overflow: hidden; background: var(--ink); }
.hero-image-frame::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.48)); mix-blend-mode: multiply; pointer-events: none; }
.hero-image-frame img, .card-image img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.06); transition: transform .6s ease; }
.hero-image-frame:hover img, .card-image:hover img { transform: scale(1.04); }
.image-label { position: absolute; z-index: 1; color: white; line-height: 1.3; }
.label-top { top: 18px; left: 18px; }
.label-bottom { right: 18px; bottom: 18px; text-align: right; }
.issue-stamp { position: absolute; right: -28px; bottom: -22px; display: grid; place-items: center; width: 102px; height: 102px; color: var(--ink); background: var(--acid); font-size: 57px; font-weight: 600; letter-spacing: -.1em; transform: rotate(-8deg); }
.ticker { overflow: hidden; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--blue); color: var(--paper); }
.ticker-track { display: flex; width: max-content; gap: 70px; padding: 12px 0; font-family: var(--mono); font-size: 12px; letter-spacing: .12em; animation: ticker 24s linear infinite; }
@keyframes ticker { to { transform: translateX(-25%); } }
.journal { padding-top: clamp(84px, 11vw, 160px); padding-bottom: clamp(80px, 10vw, 140px); }
.section-heading, .dispatch-header, .subscribe { display: flex; justify-content: space-between; gap: 40px; }
.section-heading { align-items: end; margin-bottom: 45px; }
h2 { margin: 17px 0 0; font-size: clamp(38px, 5vw, 72px); line-height: .95; letter-spacing: -.065em; }
.section-note { max-width: 270px; margin: 0 7% 4px 0; font-size: 13px; line-height: 1.55; }
.feature-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(280px, .82fr); gap: 20px; }
.feature-card { position: relative; border-top: 1px solid var(--ink); }
.card-image { overflow: hidden; aspect-ratio: 1.65; background: #d9d5ca; }
.card-image.tall { aspect-ratio: 1.32; }
.article-info { position: relative; padding: 19px 0 0; }
.category { display: block; color: var(--blue); }
.article-info h3 { margin: 12px 0 10px; font-size: clamp(24px, 3vw, 39px); line-height: .98; letter-spacing: -.06em; }
.article-info p { max-width: 450px; margin: 0; color: #5a5b56; font-size: 13px; line-height: 1.5; }
.arrow-link { position: absolute; right: 0; bottom: 3px; display: grid; place-items: center; width: 35px; height: 35px; color: var(--paper); background: var(--blue); }
.arrow-link svg, .dispatch-arrow svg { width: 16px; height: 16px; }
.side-stack { display: grid; grid-template-rows: 1fr 1fr; gap: 48px; }
.compact-card { border-top: 0; }
.compact-card .article-info h3 { font-size: clamp(23px, 2.6vw, 35px); }
.text-card { display: flex; min-height: 190px; padding: 0 0 22px; border-bottom: 1px solid var(--ink); }
.text-card .article-info { flex: 1; padding-top: 0; }
.text-card .article-info h3 { margin-top: 13px; }
.mini-index { align-self: end; color: var(--blue); line-height: 1.2; text-align: right; }
.mini-index span { color: var(--ink); }
.dispatches { padding-top: 0; padding-bottom: clamp(80px, 11vw, 150px); }
.dispatch-header { align-items: end; padding-bottom: 24px; border-bottom: 1px solid var(--ink); }
.dispatch-header h2 { margin-top: 9px; font-size: clamp(48px, 8vw, 100px); }
.filter-wrap { display: flex; align-items: center; gap: 7px; font-family: var(--mono); font-size: 10px; }
.filter-button { padding: 7px 9px; border: 1px solid transparent; color: var(--muted); background: transparent; cursor: pointer; }
.filter-button:hover, .filter-button.active { border-color: var(--ink); color: var(--ink); }
.dispatch-list { border-bottom: 1px solid var(--ink); }
.dispatch-item { display: grid; grid-template-columns: 10% 1fr 40px; gap: 18px; align-items: center; min-height: 137px; border-bottom: 1px solid var(--line); transition: padding .25s ease, background .25s ease; }
.dispatch-item:last-child { border-bottom: 0; }
.dispatch-item:hover { padding: 0 16px; background: var(--acid); }
.dispatch-no { color: var(--muted); }
.dispatch-item h3 { margin: 9px 0 5px; font-size: clamp(20px, 2.7vw, 34px); letter-spacing: -.05em; }
.dispatch-item p { margin: 0; color: var(--muted); font-size: 12px; }
.dispatch-arrow { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid var(--ink); }
.services { padding-top: clamp(80px, 10vw, 140px); padding-bottom: clamp(80px, 10vw, 145px); background: var(--ink); color: var(--paper); }
.services .eyebrow, .services .category { color: var(--acid); }
.services-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(243, 241, 236, .3); }
.services-heading h2 { margin-top: 15px; }
.services-heading > p { max-width: 300px; margin: 0 7% 3px 0; color: #bcbbb5; font-size: 13px; line-height: 1.55; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.service-item { display: grid; grid-template-columns: 42px 1fr; gap: 22px; min-height: 310px; padding: 27px 24px 0 0; border-right: 1px solid rgba(243, 241, 236, .3); }
.service-item + .service-item { padding-left: 24px; }
.service-item:last-child { padding-right: 0; border-right: 0; }
.service-no { color: var(--acid); font-family: var(--mono); font-size: 11px; }
.service-item h3 { margin: 17px 0 15px; font-size: clamp(27px, 3.2vw, 43px); line-height: .96; letter-spacing: -.06em; }
.service-item p { max-width: 255px; margin: 0; color: #bcbbb5; font-size: 13px; line-height: 1.55; }
.service-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 28px; padding-bottom: 5px; border-bottom: 1px solid var(--paper); color: var(--paper); font-size: 12px; }
.service-link svg { width: 15px; }
.statement { display: grid; grid-template-columns: 90px 1fr auto; gap: 45px; align-items: center; padding-top: clamp(70px, 9vw, 120px); padding-bottom: clamp(70px, 9vw, 120px); background: var(--blue); color: var(--paper); }
.statement-mark { font-size: 72px; line-height: 1; color: var(--acid); }
.statement p { max-width: 760px; margin: 0; font-size: clamp(23px, 3.2vw, 46px); line-height: 1.05; letter-spacing: -.06em; }
.statement .text-link { border-color: var(--paper); }
.subscribe { align-items: end; padding-top: clamp(80px, 10vw, 140px); padding-bottom: clamp(80px, 10vw, 140px); }
.subscribe h2 { font-size: clamp(48px, 7vw, 90px); }
.subscribe h2 em { color: var(--blue); font-style: normal; }
.subscribe-form { width: min(100%, 500px); }
.subscribe-form label { display: block; margin-bottom: 12px; font-family: var(--mono); font-size: 11px; }
.input-row { display: flex; border-bottom: 1px solid var(--ink); }
.input-row input { min-width: 0; flex: 1; padding: 14px 0; border: 0; outline: 0; color: var(--ink); background: transparent; }
.input-row input::placeholder { color: #9b9b94; }
.input-row button { display: flex; align-items: center; gap: 8px; padding: 0 0 0 18px; border: 0; color: var(--blue); background: transparent; cursor: pointer; font-size: 13px; }
.input-row button svg { width: 15px; }
.form-note { margin: 14px 0 0; color: var(--muted); line-height: 1.4; text-transform: none; letter-spacing: 0; }
.form-status { min-height: 18px; margin: 10px 0 0; color: var(--blue); text-transform: none; letter-spacing: 0; }
.site-footer { display: grid; grid-template-columns: .8fr 1.5fr 1fr; align-items: end; gap: 35px; padding-top: 25px; padding-bottom: 32px; border-top: 1px solid var(--ink); }
.site-footer p { margin: 0; color: var(--muted); font-family: var(--mono); font-size: 9px; line-height: 1.5; }
.footer-brand p { margin-top: 16px; }
.registered-office { font-style: normal; }
.registered-office .category { margin-bottom: 11px; }
.registered-office p + p { margin-top: 8px; }
.footer-links { display: flex; justify-content: end; gap: 17px; font-family: var(--mono); font-size: 9px; }
.footer-links a:hover { color: var(--blue); }
@media (max-width: 850px) {
  .site-header { min-height: 68px; }
  .header-meta { margin-right: 0; }
  .issue-code { display: none; }
  .language-switcher { margin-right: 8px; }
  .menu-toggle { display: flex; align-items: center; gap: 7px; font-family: var(--mono); font-size: 10px; }
  .main-nav { position: absolute; top: 67px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px 22px 22px; border-bottom: 1px solid var(--ink); background: var(--paper); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .nav-subscribe { justify-content: space-between; margin-top: 9px; padding: 12px !important; border: 0 !important; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 60px; padding-bottom: 90px; }
  h1 { margin-top: 30px; font-size: clamp(67px, 18vw, 130px); }
  .hero-media { width: min(87%, 500px); margin-left: auto; }
  .feature-grid { grid-template-columns: 1fr; }
  .side-stack { gap: 45px; }
  .statement { grid-template-columns: 55px 1fr; gap: 20px; }
  .statement .text-link { grid-column: 2; justify-self: start; }
  .statement-mark { font-size: 47px; }
  .services-heading { display: block; }
  .services-heading > p { margin: 24px 0 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-item, .service-item + .service-item, .service-item:last-child { min-height: auto; padding: 29px 0; border-right: 0; border-bottom: 1px solid rgba(243, 241, 236, .3); }
  .service-item:last-child { border-bottom: 0; }
  .subscribe { align-items: start; flex-direction: column; }
  .subscribe-form { width: 100%; margin-top: 10px; }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 25px; }
  .registered-office { grid-column: 1 / -1; }
  .footer-links { grid-column: 1 / -1; justify-content: start; }
}
@media (max-width: 520px) {
  .hero-bottom { grid-template-columns: 1fr; gap: 22px; }
  .hero-intro { max-width: 330px; }
  .hero-media { width: 93%; }
  .issue-stamp { right: -15px; width: 78px; height: 78px; font-size: 42px; }
  .section-heading, .dispatch-header { display: block; }
  .section-note { margin-top: 22px; }
  .filter-wrap { margin-top: 24px; justify-content: space-between; }
  .dispatch-item { grid-template-columns: 37px 1fr 30px; gap: 10px; min-height: 150px; }
  .dispatch-item p { line-height: 1.45; }
  .dispatch-item:hover { padding: 0 8px; }
  .text-card { min-height: 210px; }
  .site-footer { grid-template-columns: 1fr; }
  .registered-office, .footer-links { grid-column: auto; }
}
