:root {
  --paper: #f2efe8;
  --cream: #e7dfd2;
  --ink: #201f1d;
  --muted: #6c6962;
  --wine: #773728;
  --sage: #67756a;
  --rule: #b9b1a4;
}

* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Georgia, "Noto Serif SC", serif; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; object-fit: cover; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.edition-line { display: flex; justify-content: space-between; padding: 8px max(24px, calc((100vw - 1320px) / 2)); border-bottom: 1px solid var(--rule); font: 10px Arial, sans-serif; letter-spacing: .16em; }
.masthead-main { max-width: 1320px; min-height: 118px; display: grid; grid-template-columns: 250px 1fr; align-items: center; gap: 50px; margin: auto; padding: 20px 24px; border-bottom: 4px double var(--ink); }
.editorial-logo { display: grid; border-right: 1px solid var(--rule); }
.editorial-logo strong { font: 800 40px/1 Arial, sans-serif; letter-spacing: -.06em; }
.editorial-logo span { margin-top: 6px; color: var(--wine); font-size: 13px; letter-spacing: .12em; }
.masthead-main nav { display: flex; justify-content: flex-end; gap: clamp(18px, 3vw, 42px); font-size: 15px; }
.masthead-main nav a { padding: 13px 0; border-bottom: 1px solid transparent; }
.masthead-main nav a[aria-current="page"] { color: var(--wine); border-color: var(--wine); }
.paper-menu { display: none; }
.editorial-home > section, .manifesto-page > section, .manifesto-page > header, .manifesto-page > article, .business-page > section, .business-page > header, .journal-page > section, .journal-page > header, .service-map-page > section, .service-map-page > header { max-width: 1320px; margin-inline: auto; }
.global-cover { min-height: 690px; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 6vw, 90px); padding: 55px 24px 80px; border-bottom: 1px solid var(--ink); }
.global-cover figure { margin: 0; }
.global-cover img { height: 570px; filter: sepia(.12) saturate(.82); }
figcaption { margin-top: 8px; color: var(--muted); font: 10px Arial, sans-serif; letter-spacing: .08em; }
.global-cover article { align-self: center; }
.issue-label, .profile-note > p, .business-spread span, .global-experience div > p, .mobile-reading span, .journal-index header p { color: var(--wine); font: 700 11px Arial, sans-serif; letter-spacing: .18em; }
.global-cover h2 { margin: 20px 0; font-size: clamp(48px, 6.5vw, 92px); line-height: .98; letter-spacing: -.045em; }
.standfirst { max-width: 760px; color: var(--muted); font-size: 20px; line-height: 1.7; }
.cover-topics { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.cover-topics span { padding: 7px 11px; border: 1px solid var(--rule); font: 11px Arial, sans-serif; }
.global-cover article > div { display: flex; align-items: center; gap: 25px; margin-top: 35px; }
.global-cover article > div a { padding-bottom: 8px; color: var(--wine); border-bottom: 1px solid var(--wine); font-weight: 700; }
.global-cover article > div span { color: var(--muted); font-size: 12px; }
.profile-note { display: grid; grid-template-columns: 220px 1fr; gap: 50px; padding: 80px 24px; border-bottom: 1px solid var(--rule); }
.profile-note h2 { max-width: 900px; margin: 0; font-size: 45px; line-height: 1.25; }
.profile-note div p { max-width: 780px; color: var(--muted); font-size: 17px; line-height: 1.8; }
.business-spread { display: grid; grid-template-columns: .8fr 1.35fr .8fr; gap: 30px; padding: 90px 24px; }
.business-spread article { align-self: center; padding: 30px 0; border-block: 1px solid var(--ink); }
.business-spread h3 { font-size: 31px; }
.business-spread p { color: var(--muted); line-height: 1.8; }
.business-spread figure { margin: 0; }
.business-spread img { height: 520px; }
.global-experience { max-width: none; display: grid; grid-template-columns: .85fr 1.15fr; color: #eee8dc; background: #242723; }
.global-experience div { align-self: center; max-width: 650px; justify-self: end; padding: 70px; }
.global-experience h2 { font-size: 49px; line-height: 1.16; }
.global-experience p:last-child { color: #bfc2b9; line-height: 1.8; }
.global-experience img { min-height: 580px; height: 100%; filter: saturate(.7); }
.service-essay { display: grid; grid-template-columns: 300px 1fr; gap: 80px; padding: 100px 24px; }
.service-essay aside { padding-right: 50px; border-right: 1px solid var(--rule); }
.service-essay aside span { color: var(--wine); font: 11px Arial, sans-serif; letter-spacing: .16em; }
.service-essay aside strong { display: block; margin-top: 18px; font-size: 28px; line-height: 1.6; }
.service-essay article h2 { margin-top: 0; font-size: 45px; }
.service-essay article p { max-width: 760px; color: var(--muted); font-size: 18px; line-height: 1.9; }
.mobile-reading { display: grid; grid-template-columns: 1.1fr .9fr; margin-bottom: 100px; background: var(--cream); }
.mobile-reading figure { margin: 0; }
.mobile-reading img { height: 480px; }
.mobile-reading div { align-self: center; padding: 60px; }
.mobile-reading h2 { font-size: 42px; }
.mobile-reading p { color: var(--muted); line-height: 1.8; }
.journal-index { padding: 30px 24px 100px; }
.journal-index header { display: flex; justify-content: space-between; align-items: end; padding-bottom: 20px; border-bottom: 3px solid var(--ink); }
.journal-index h2 { margin: 0; font-size: 42px; }
.journal-index > a { display: grid; grid-template-columns: 170px 1fr 100px; gap: 20px; padding: 25px 8px; border-bottom: 1px solid var(--rule); }
.journal-index > a span { color: var(--wine); }
.journal-index > a em { font-style: normal; text-align: right; }
.report-faq { padding: 80px 24px; border-top: 1px solid var(--ink); }
.report-faq h2 { font-size: 42px; }
.report-faq details { padding: 20px 0; border-top: 1px solid var(--rule); }
.report-faq summary { cursor: pointer; font-weight: 700; }
.contact-band { display: flex; justify-content: space-between; align-items: center; padding: 65px; margin-bottom: 100px; color: white; background: var(--wine); }
.contact-band small { font: 10px Arial, sans-serif; letter-spacing: .15em; }
.contact-band h2 { margin: 8px 0 0; font-size: 40px; }
.contact-band a { padding-bottom: 8px; border-bottom: 1px solid white; }
.corporate-colophon { display: grid; grid-template-columns: 1.2fr .6fr 1.2fr; gap: 60px; padding: 70px max(24px, calc((100vw - 1320px) / 2)); color: #d6d0c5; background: #20211f; }
.colophon-title a { color: white; font-size: 25px; font-weight: 700; }
.corporate-colophon > div { display: grid; align-content: start; gap: 10px; }
.corporate-colophon b { color: white; font: 11px Arial, sans-serif; letter-spacing: .12em; }
.corporate-colophon p { margin: 0; color: #aaa79f; font-size: 12px; line-height: 1.8; }
.manifesto-cover, .portfolio-heading, .journal-cover, .map-heading { padding: 100px 24px 75px; border-bottom: 1px solid var(--ink); }
.manifesto-cover p, .portfolio-heading span, .journal-cover small, .map-heading > p { color: var(--wine); font: 700 11px Arial, sans-serif; letter-spacing: .18em; }
.manifesto-cover h2, .portfolio-heading h2, .journal-cover h2, .map-heading h2 { max-width: 970px; margin: 18px 0; font-size: clamp(52px, 7vw, 96px); line-height: 1; }
.manifesto-copy { max-width: 850px; padding: 80px 24px; font-size: 18px; line-height: 2; }
.manifesto-copy .dropcap::first-letter { float: left; margin: 7px 12px 0 0; color: var(--wine); font-size: 75px; line-height: .8; }
.manifesto-copy h3 { margin-top: 55px; font-size: 30px; }
.manifesto-copy blockquote { margin: 55px 0; padding: 35px 0; border-block: 1px solid var(--ink); font-size: 35px; line-height: 1.5; text-align: center; }
.governance-spread { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; padding: 0 24px 100px; }
.governance-spread figure { margin: 0; }
.governance-spread img { height: 480px; }
.governance-spread dl { margin: 0; }
.governance-spread dl div { padding: 25px 0; border-top: 1px solid var(--rule); }
.governance-spread dt { color: var(--wine); font-weight: 700; }
.governance-spread dd { margin: 9px 0; color: var(--muted); line-height: 1.7; }
.portfolio-heading { display: grid; grid-template-columns: 1fr 420px; align-items: end; gap: 50px; }
.portfolio-heading p { color: var(--muted); line-height: 1.8; }
.portfolio-matrix { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; padding: 80px 24px; background: var(--rule); }
.portfolio-matrix article { display: flex; flex-direction: column; padding: 35px; background: var(--paper); }
.portfolio-matrix span { color: var(--wine); font: 11px Arial, sans-serif; letter-spacing: .14em; }
.portfolio-matrix h3 { min-height: 80px; font-size: 30px; }
.portfolio-matrix p { flex: 1; color: var(--muted); line-height: 1.75; }
.portfolio-matrix img { height: 280px; margin-top: 25px; }
.matrix-principles { padding: 20px 24px 100px; }
.matrix-principles h2 { font-size: 42px; }
.matrix-principles ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; padding: 0; list-style-position: inside; }
.matrix-principles li { padding-top: 25px; border-top: 2px solid var(--ink); }
.matrix-principles p { color: var(--muted); }
.journal-cover { display: flex; justify-content: space-between; align-items: end; }
.journal-cover p { max-width: 500px; color: var(--muted); line-height: 1.8; }
.journal-lead { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; padding: 80px 24px; }
.journal-lead article { align-self: center; }
.journal-lead article > span { color: var(--wine); font: 11px Arial, sans-serif; letter-spacing: .15em; }
.journal-lead h3 { font-size: 44px; }
.journal-lead p { color: var(--muted); line-height: 1.8; }
.journal-lead a { color: var(--wine); border-bottom: 1px solid var(--wine); }
.journal-lead figure { margin: 0; }
.journal-lead img { height: 500px; }
.journal-contents { padding: 20px 24px 100px; }
.journal-contents header { padding-bottom: 20px; border-bottom: 4px double var(--ink); }
.journal-contents header span { color: var(--wine); font: 11px Arial, sans-serif; }
.journal-contents > article { display: grid; grid-template-columns: 120px 1fr 1fr; gap: 30px; padding: 27px 0; border-bottom: 1px solid var(--rule); }
.journal-contents > article b { color: var(--wine); }
.journal-contents > article h3, .journal-contents > article p { margin: 0; }
.journal-contents > article p { color: var(--muted); }
.map-heading { text-align: center; }
.map-heading h2, .map-heading p { margin-inline: auto; }
.map-heading > p:last-child { max-width: 720px; color: var(--muted); font-size: 17px; line-height: 1.8; }
.service-map { display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; padding: 80px 24px; }
.map-field { position: relative; min-height: 480px; border: 1px solid var(--rule); background: radial-gradient(circle at center, #d9d2c4 0 2px, transparent 3px); background-size: 30px 30px; }
.map-dot { position: absolute; z-index: 2; display: grid; place-items: center; width: 88px; height: 88px; color: white; background: var(--wine); border-radius: 50%; }
.dot-a { left: 12%; top: 18%; }
.dot-b { right: 15%; top: 34%; background: var(--sage); }
.dot-c { left: 38%; bottom: 12%; background: #3f4b54; }
.service-map article { align-self: center; }
.service-map article > a { display: grid; gap: 7px; padding: 20px 0; border-top: 1px solid var(--rule); }
.service-map article > a span { color: var(--muted); }
.service-notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; padding: 0 24px 100px; }
.service-notes article { padding-top: 25px; border-top: 3px solid var(--ink); }
.service-notes span { color: var(--wine); font: 10px Arial, sans-serif; letter-spacing: .15em; }
.service-notes p { color: var(--muted); line-height: 1.8; }
.service-map-visual { padding: 0 24px 100px; }
.service-map-visual img { height: 430px; }

@media (max-width: 920px) {
  .masthead-main { grid-template-columns: 1fr auto; }
  .editorial-logo { border-right: 0; }
  .paper-menu { display: grid; gap: 6px; width: 44px; padding: 12px; border: 1px solid var(--ink); background: transparent; }
  .paper-menu span { height: 1px; background: var(--ink); }
  .masthead-main nav { position: absolute; z-index: 10; top: 151px; right: 20px; display: none; width: min(340px, calc(100vw - 40px)); padding: 20px; background: var(--paper); border: 1px solid var(--ink); box-shadow: 10px 10px 0 #201f1d22; }
  .masthead-main nav.is-open { display: grid; }
  .global-cover, .global-experience, .mobile-reading, .journal-lead, .service-map { grid-template-columns: 1fr; }
  .business-spread, .portfolio-matrix, .service-notes { grid-template-columns: 1fr; }
  .business-spread figure { order: -1; }
  .service-essay, .governance-spread { grid-template-columns: 1fr; gap: 35px; }
  .service-essay aside { border-right: 0; border-bottom: 1px solid var(--rule); }
  .corporate-colophon { grid-template-columns: 1fr; }
  .portfolio-heading { grid-template-columns: 1fr; }
  .matrix-principles ol { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .edition-line span:last-child { display: none; }
  .masthead-main { min-height: 95px; padding: 15px 20px; }
  .masthead-main nav { top: 127px; }
  .global-cover { padding-top: 25px; }
  .global-cover img { height: 390px; }
  .global-cover h2 { font-size: 50px; }
  .global-cover article > div, .contact-band, .journal-cover { align-items: flex-start; flex-direction: column; }
  .profile-note { grid-template-columns: 1fr; gap: 12px; }
  .profile-note h2, .service-essay article h2 { font-size: 34px; }
  .journal-index > a { grid-template-columns: 1fr; }
  .journal-index > a em { text-align: left; }
  .contact-band { display: flex; padding: 35px 24px; }
  .manifesto-copy { font-size: 17px; }
  .manifesto-copy blockquote { font-size: 28px; }
  .journal-contents > article { grid-template-columns: 1fr; gap: 8px; }
}
