/* Presence Blueprint — brand guidelines v1 (2026-09-25) */
:root {
  --figure: #1B2FA8;
  --deep: #0B1A5C;
  --canvas: #F4EFE6;
  --ink: #1A1714;
  --stone: #8C8378;
  --rule: #D8D0C3;
  --display: "Cormorant Garamond", "Times New Roman", serif;
  --read: "Newsreader", Georgia, serif;
  --label: "Inter", system-ui, sans-serif;
  --measure: 64ch;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font: 400 19px/1.65 var(--read);
  text-rendering: optimizeLegibility;
}
a { color: var(--figure); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--deep); }
a:focus-visible, label:focus-visible, input:focus-visible + label { outline: 2px solid var(--figure); outline-offset: 3px; }
img, svg { max-width: 100%; }
.skip { position: absolute; left: -999px; top: 0; background: var(--ink); color: var(--canvas); padding: .5rem 1rem; z-index: 20; }
.skip:focus { left: 1rem; }

/* labels & wordmark */
.label, .status, .site-header nav a, .site-footer nav a {
  font: 500 12px/1.4 var(--label);
  text-transform: uppercase;
  letter-spacing: .14em;
}
.wordmark {
  font: 500 15px/1 var(--display);
  letter-spacing: .28em;
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
}
.wordmark.big { font-size: clamp(14px, 1.6vw, 18px); margin: 0 0 2.5rem; opacity: .9; }
.muted { color: var(--stone); }

/* header */
.site-header {
  position: absolute; inset: 0 0 auto 0; z-index: 10;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.25rem clamp(1rem, 4vw, 3rem);
  color: var(--ink);
}
.site-header.on-dark { color: var(--canvas); }
.site-header:not(.on-dark) { position: relative; border-bottom: 1px solid var(--rule); }
.site-header nav { display: flex; gap: clamp(1rem, 2.4vw, 2.2rem); }
.site-header nav a { color: inherit; text-decoration: none; opacity: .85; }
.site-header nav a:hover { opacity: 1; }
.site-header nav a.sub { border-bottom: 1px solid var(--figure); padding-bottom: 2px; }
.on-dark nav a.sub { border-color: currentColor; }
.menu-toggle, .menu-button { display: none; }
@media (max-width: 760px) {
  .menu-button { display: grid; gap: 6px; cursor: pointer; padding: 8px; z-index: 12; }
  .menu-button span { display: block; width: 22px; height: 1px; background: currentColor; }
  .site-header nav {
    position: fixed; inset: 0; flex-direction: column; justify-content: center; align-items: center; gap: 2rem;
    background: var(--ink); color: var(--canvas); opacity: 0; pointer-events: none; transition: opacity .3s;
  }
  .site-header nav a { font-size: 14px; }
  .menu-toggle:checked ~ nav { opacity: 1; pointer-events: auto; }
  .menu-toggle:checked + .menu-button { color: var(--canvas); position: fixed; right: 1rem; top: 1.1rem; }
  .menu-toggle { display: block; position: absolute; opacity: 0; width: 38px; height: 38px; right: clamp(1rem, 4vw, 3rem); z-index: 13; cursor: pointer; }
}

/* the colour field — after Rothko */
.field {
  position: relative; overflow: hidden; isolation: isolate;
  background: var(--ground);
  color: var(--canvas);
}
.field .rect {
  position: absolute; left: 8%; right: 8%; z-index: -1;
  filter: blur(3px);
  border-radius: 3px;
  animation: breathe 60s ease-in-out infinite alternate;
}
.field .rect.upper {
  top: 7%; height: 52%;
  background: radial-gradient(120% 90% at 50% 45%, var(--upper) 60%, color-mix(in srgb, var(--upper) 70%, var(--ground)) 100%);
  box-shadow: 0 0 28px 10px color-mix(in srgb, var(--upper) 55%, transparent);
}
.field .rect.lower {
  top: 63%; height: 28%;
  background: radial-gradient(120% 90% at 50% 50%, var(--lower) 55%, color-mix(in srgb, var(--lower) 65%, var(--ground)) 100%);
  box-shadow: 0 0 24px 8px color-mix(in srgb, var(--lower) 50%, transparent);
  animation-delay: -30s;
}
.field .grain {
  position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: .07; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}
@keyframes breathe { from { filter: blur(3px) brightness(.97); } to { filter: blur(5px) brightness(1.04); } }
@media (prefers-reduced-motion: reduce) { .field .rect { animation: none; } }
.field-inner { position: relative; }
.field.light { color: var(--ink); }

/* the figure */
.figure { position: absolute; z-index: 0; filter: drop-shadow(0 12px 18px rgba(0,0,0,.35)); }
.hero-fig { width: clamp(46px, 5vw, 80px); left: 11%; bottom: 6%; }
.band-fig { width: clamp(26px, 2.6vw, 40px); right: 12%; bottom: 10%; }
.tiny { width: 14px; left: 14%; bottom: 10%; filter: drop-shadow(0 4px 5px rgba(0,0,0,.35)); }

/* hero */
.field.hero { min-height: 100vh; min-height: 100svh; display: grid; place-items: center; text-align: center; padding: 7rem 1.25rem 5rem; }
.field.hero h1 {
  font: 300 clamp(40px, 6.6vw, 92px)/1.02 var(--display); margin: 0 auto; max-width: 14ch; letter-spacing: -.01em;
  text-shadow: 0 2px 30px rgba(0,0,0,.25);
}
.field .lede, .field .dek { color: inherit; }
.field.hero .lede { text-shadow: 0 1px 14px rgba(0,0,0,.35); font: italic 400 clamp(18px, 1.8vw, 22px)/1.5 var(--read); max-width: 40ch; margin: 1.6rem auto 0; opacity: .92; }
.hero-links { display: flex; gap: 2rem; justify-content: center; margin-top: 2.5rem; }
.hero-links a { color: inherit; font: 500 12px/1 var(--label); letter-spacing: .14em; text-transform: uppercase; border-bottom: 1px solid currentColor; padding-bottom: 4px; text-decoration: none; }

/* reading */
.reading { max-width: calc(var(--measure) + 2.5rem); margin: 0 auto; padding: 5rem 1.25rem; }
.reading h1 { font: 300 clamp(38px, 5vw, 64px)/1.05 var(--display); margin: 0 0 1.5rem; }
.reading h2 { font: 500 clamp(26px, 3vw, 34px)/1.15 var(--display); margin: 3rem 0 1rem; }
.reading h3 { font: 500 12px/1.4 var(--label); letter-spacing: .14em; text-transform: uppercase; color: var(--stone); margin: 2rem 0 .75rem; }
.lede { font-size: 21px; color: #3a342e; }
.center { text-align: center; }
.manifesto { padding-top: 7rem; padding-bottom: 6rem; }
.manifesto p { font-size: clamp(19px, 1.7vw, 22px); }
.manifesto p:first-child::first-letter { font: 500 3.4em/0.8 var(--display); float: left; padding: .08em .08em 0 0; color: var(--figure); }
.epigraph { font: italic 500 clamp(24px, 2.6vw, 30px)/1.35 var(--display); margin: 1rem 0 2.5rem; padding-left: 1.25rem; border-left: 1px solid var(--figure); }
.epigraph cite { display: block; margin-top: .75rem; font: 500 12px/1 var(--label); font-style: normal; letter-spacing: .14em; text-transform: uppercase; color: var(--stone); }
.more { font: 500 12px/1 var(--label); letter-spacing: .14em; text-transform: uppercase; text-decoration: none; border-bottom: 1px solid var(--figure); padding-bottom: 3px; }

/* year grid */
.year { padding: 4rem clamp(1rem, 4vw, 3rem) 6rem; border-top: 1px solid var(--rule); }
.section-title { font: 300 clamp(34px, 4vw, 52px)/1.1 var(--display); text-align: center; margin: 1rem 0 .5rem; }
.section-dek { text-align: center; color: var(--stone); margin: 0 0 3rem; }
.grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.25rem, 2.5vw, 2.5rem); max-width: 1240px; margin: 0 auto; }
@media (max-width: 980px) { .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .grid { grid-template-columns: 1fr; } }
.card { display: flex; flex-direction: column; gap: .5rem; color: var(--ink); text-decoration: none; }
.card .field.mini { aspect-ratio: 4 / 5; border-radius: 2px; margin-bottom: .75rem; transition: transform .6s ease; }
.card:hover .field.mini { transform: scale(1.012); }
.card-title { font: italic 500 26px/1.15 var(--display); }
.card-text { color: #4a433c; font-size: 16px; line-height: 1.55; }
.card .label { color: var(--stone); }
.card .status { color: var(--figure); }

/* feature, subscribe, author */
.feature { border-top: 1px solid var(--rule); }
.issue-title { font: 500 clamp(30px, 3.6vw, 44px)/1.1 var(--display); margin: .5rem 0 1rem; }
.issue-title a { color: var(--ink); text-decoration: none; }
.subscribe-strip { background: var(--ink); color: var(--canvas); text-align: center; padding: 4.5rem 1.25rem; }
.subscribe-strip p { font: italic 400 clamp(24px, 2.8vw, 34px)/1.3 var(--display); margin: 0 0 1.25rem; }
.sub-link { color: inherit; font: 500 12px/1 var(--label); letter-spacing: .14em; text-transform: uppercase; border-bottom: 1px solid currentColor; padding-bottom: 4px; text-decoration: none; }
.subscribe-strip .sub-link:hover { color: #c9cff5; }
.author { display: grid; grid-template-columns: 96px 1fr; gap: 1.5rem; align-items: center; }
.field.square { width: 96px; height: 96px; border-radius: 2px; }
.author p { margin: .25rem 0; }

/* issue page */
.field.band { min-height: 62vh; display: flex; align-items: flex-end; padding: 8rem clamp(1.25rem, 6vw, 5rem) 4rem; }
.field.band h1 { font: 300 clamp(40px, 6vw, 84px)/1.03 var(--display); margin: .75rem 0 1rem; max-width: 16ch; text-shadow: 0 2px 26px rgba(0,0,0,.2); }
.field.band.light h1 { text-shadow: none; }
.field.band .dek { font: italic 400 clamp(17px, 1.6vw, 21px)/1.5 var(--read); max-width: 52ch; margin: 0; opacity: .92; }
.issue section h2 { border-top: 1px solid var(--rule); padding-top: 2rem; }
.issue section:first-of-type h2 { border-top: 0; padding-top: 0; }
.canon { padding-left: 1.1rem; }
.canon li { margin: 0 0 1.1rem; }
.canon strong { font-weight: 600; }
.facts { padding-left: 1.1rem; }
.facts li { margin: 0 0 .9rem; }
.src { font: 500 11px/1 var(--label); letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.practice { margin-top: 3rem; padding: 1.75rem 2rem 1rem; border: 1px solid var(--figure); border-radius: 2px; background: #efe8dc; }
.practice h2 { margin-top: 0 !important; border: 0 !important; padding-top: 0 !important; }
.release { margin: 3rem 0; text-align: center; color: var(--stone); }
.release p { font-style: italic; }
.pager { display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--rule); padding-top: 1.5rem; font-size: 16px; }
.pager a { text-decoration: none; max-width: 48%; }

/* pillar & journal */
.toc ol { columns: 2; column-gap: 2.5rem; padding-left: 1.2rem; }
@media (max-width: 620px) { .toc ol { columns: 1; } }
.hallmark { border-top: 1px solid var(--rule); padding-top: 1rem; margin-top: 3rem; }
.hallmark h2 { margin-top: .5rem; }
.image-line { font: italic 400 20px/1.5 var(--display); color: #3a342e; padding-left: 1rem; border-left: 1px solid var(--figure); }
.journal-list { list-style: none; padding: 0; margin: 2.5rem 0 0; }
.jrow a { display: grid; grid-template-columns: 88px 1fr; gap: 1.5rem; padding: 1.5rem 0; border-top: 1px solid var(--rule); color: var(--ink); text-decoration: none; }
.jrow .field.chip { width: 88px; height: 110px; border-radius: 2px; }
.jrow span { display: block; }
.jtitle { font: italic 500 28px/1.15 var(--display); margin: .35rem 0; }
.jrow .muted { font-size: 16px; }
.jrow .status { color: var(--figure); margin-top: .5rem; }
.button { display: inline-block; background: var(--figure); color: var(--canvas); text-decoration: none; padding: .9rem 1.6rem; font: 500 12px/1 var(--label); letter-spacing: .14em; text-transform: uppercase; border-radius: 2px; margin: 1rem 0 2rem; }
.button:hover { background: var(--deep); color: var(--canvas); }

/* footer */
.site-footer { background: var(--ink); color: #cfc7bb; text-align: center; padding: 3.5rem 1.25rem 3rem; }
.site-footer .wordmark { color: var(--canvas); margin: 0 0 1rem; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.5rem; margin: 1.5rem 0; }
.site-footer a { color: #cfc7bb; text-decoration: none; }
.site-footer a:hover { color: var(--canvas); }
.disclaimer { font-style: italic; margin: 0; }
.small { font-size: 14px; }
