/* ============================================================
   ATELIER VOSS — Template 02 · Editorial Luxury
   A design magazine, not a website: paper ground, ink rules,
   Didone display, folio numbers, one oxblood accent.
   ============================================================ */

/* ---------- Fonts ---------- */
@font-face {
  font-family: 'Bodoni Moda';
  src: url('../fonts/bodoni.woff2') format('woff2');
  font-weight: 400 900; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Bodoni Moda';
  src: url('../fonts/bodoni-italic.woff2') format('woff2');
  font-weight: 400 900; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Karla';
  src: url('../fonts/karla.woff2') format('woff2');
  font-weight: 200 800; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Karla';
  src: url('../fonts/karla-italic.woff2') format('woff2');
  font-weight: 200 800; font-style: italic; font-display: swap;
}

/* ---------- Tokens ---------- */
:root {
  --font-display: 'Bodoni Moda', 'Didot', 'Georgia', serif;
  --font-text: 'Karla', 'Helvetica Neue', sans-serif;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --gutter: clamp(1.1rem, 3.5vw, 3.5rem);
  --col-gap: clamp(0.9rem, 1.8vw, 1.5rem);
  --sect: clamp(4rem, 9vh, 7rem);
  --header-h: 4.4rem;
  --max: 96rem;
}

/* Gallery (light — the house theme) */
:root, :root[data-theme='light'] {
  color-scheme: light;
  --paper: #f6f4ef;
  --surface: #fdfcfa;
  --ink: #17130e;
  --ink-soft: rgba(23, 19, 14, 0.7);
  --ink-faint: rgba(23, 19, 14, 0.45);
  --rule: rgba(23, 19, 14, 0.18);
  --rule-heavy: #17130e;
  --accent: #8c2f1b;
  --accent-soft: rgba(140, 47, 27, 0.08);
  --img-filter: saturate(0.94) contrast(1.01);
  --shadow: 0 18px 40px -18px rgba(23, 19, 14, 0.22);
}

/* After hours (dark — designed, not inverted: charcoal paper, terracotta ink accent) */
:root[data-theme='dark'] {
  color-scheme: dark;
  --paper: #171310;
  --surface: #1e1915;
  --ink: #ebe5da;
  --ink-soft: rgba(235, 229, 218, 0.7);
  --ink-faint: rgba(235, 229, 218, 0.45);
  --rule: rgba(235, 229, 218, 0.2);
  --rule-heavy: #ebe5da;
  --accent: #d0714b;
  --accent-soft: rgba(208, 113, 75, 0.1);
  --img-filter: saturate(0.85) contrast(1.02) brightness(0.9);
  --shadow: 0 18px 40px -16px rgba(0, 0, 0, 0.55);
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-text);
  font-size: clamp(0.92rem, 0.88rem + 0.15vw, 1rem);
  font-weight: 360;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  transition: background-color 0.5s ease, color 0.5s ease;
  overflow-x: clip;
}
body.drawer-open { overflow: hidden; }

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 480; line-height: 1.05; margin: 0; letter-spacing: 0; }
p { margin: 0 0 1em; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
::selection { background: var(--accent); color: #fdfcfa; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

.skip-link {
  position: fixed; top: -4rem; left: var(--gutter); z-index: 300;
  background: var(--rule-heavy); color: var(--paper);
  padding: 0.7rem 1.2rem; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase;
  transition: top 0.3s;
}
.skip-link:focus-visible { top: 1rem; }

.container { max-width: var(--max); margin-inline: auto; padding-inline: var(--gutter); }
.grid12 { display: grid; grid-template-columns: repeat(12, 1fr); gap: var(--col-gap); }

/* ---------- Editorial vocabulary ---------- */
.dept {
  font-size: 0.62rem; font-weight: 700; letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--ink);
}
.dept .no { color: var(--accent); font-weight: 700; }
.folio {
  font-family: var(--font-display); font-style: italic; font-weight: 440;
  font-size: 0.95rem; color: var(--ink-faint);
}
.caption {
  font-size: 0.68rem; letter-spacing: 0.08em; color: var(--ink-faint);
  text-transform: uppercase; line-height: 1.6;
}
.caption b { color: var(--accent); font-weight: 700; }

.headline-xl {
  font-size: clamp(2.6rem, 7vw, 6rem); letter-spacing: -0.01em;
  font-weight: 560; font-optical-sizing: none; font-variation-settings: 'opsz' 32;
}
.headline-lg { font-size: clamp(2rem, 4.6vw, 3.8rem); letter-spacing: -0.01em; }
.headline-md { font-size: clamp(1.5rem, 2.8vw, 2.3rem); }
.headline-sm { font-size: clamp(1.15rem, 1.8vw, 1.5rem); }
.italic-accent { font-style: italic; color: var(--accent); font-weight: 440; }

.standfirst {
  font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.6; font-weight: 300;
  color: var(--ink-soft); max-width: 36em;
}
.standfirst strong { font-weight: 600; color: var(--ink); }
.body-copy { color: var(--ink-soft); max-width: 40em; }
.body-copy strong { color: var(--ink); font-weight: 600; }

/* Rules that draw themselves */
.rule-h { border: 0; height: 2px; background: var(--rule-heavy); margin: 0; }
.rule-l { border: 0; height: 1px; background: var(--rule); margin: 0; }
.js [data-rule] { transform: scaleX(0); transform-origin: left; }
.js [data-rule].is-inview { transform: scaleX(1); transition: transform 0.9s var(--ease-out); }
.js.reduced-motion [data-rule] { transform: none; }

/* Section header: dept + title + folio */
.sect-head { padding-top: 1.1rem; margin-bottom: clamp(2rem, 4.5vh, 3.2rem); position: relative; }
.sect-head .row {
  display: flex; align-items: baseline; justify-content: space-between; gap: 2rem;
  margin-bottom: 1.2rem;
}
.sect-head h2 { max-width: 14em; }

/* ---------- Header / nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--rule);
  transition: background-color 0.5s ease;
}
.site-header .container {
  height: var(--header-h);
  display: flex; align-items: center; justify-content: space-between; gap: 2rem;
}
.wordmark {
  font-family: var(--font-display); font-size: 1.28rem; font-weight: 560;
  letter-spacing: 0.01em; white-space: nowrap;
}
.wordmark em { font-style: italic; color: var(--accent); }

.main-nav { display: none; align-items: center; gap: clamp(1.2rem, 2.5vw, 2.4rem); }
@media (min-width: 920px) { .main-nav { display: flex; } }
.nav-link {
  position: relative; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--ink-soft); padding: 0.4rem 0; transition: color 0.3s;
}
.nav-link::after {
  content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px;
  background: var(--accent); transform: scaleX(0); transform-origin: right;
  transition: transform 0.45s var(--ease-out);
}
.nav-link:hover, .nav-link[aria-current='page'] { color: var(--ink); }
.nav-link:hover::after, .nav-link[aria-current='page']::after { transform: scaleX(1); transform-origin: left; }

.header-tools { display: flex; align-items: center; gap: 1.1rem; }
.start-link {
  display: none; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--accent); border: 1px solid var(--accent); padding: 0.55rem 1.1rem;
  transition: background 0.35s, color 0.35s;
}
@media (min-width: 920px) { .start-link { display: inline-block; } }
.start-link:hover { background: var(--accent); color: var(--paper); }

.theme-toggle {
  appearance: none; border: 0; background: none; cursor: pointer; color: var(--ink);
  width: 2.2rem; height: 2.2rem; display: grid; place-items: center; position: relative;
}
.theme-toggle svg { width: 1.1rem; height: 1.1rem; position: absolute; transition: opacity 0.3s, transform 0.5s var(--ease-out); }
.theme-toggle .icon-sun { opacity: 0; transform: scale(0.5) rotate(90deg); }
.theme-toggle .icon-moon { opacity: 1; }
:root[data-theme='dark'] .theme-toggle .icon-sun { opacity: 1; transform: none; }
:root[data-theme='dark'] .theme-toggle .icon-moon { opacity: 0; transform: scale(0.5) rotate(-90deg); }

.drawer-btn {
  appearance: none; border: 0; background: none; cursor: pointer; color: var(--ink);
  display: inline-flex; flex-direction: column; gap: 5px; padding: 0.5rem 0; width: 1.9rem;
}
@media (min-width: 920px) { .drawer-btn { display: none; } }
.drawer-btn span { height: 1px; background: currentColor; display: block; }
.drawer-btn span:nth-child(2) { width: 65%; }

/* ---------- Drawer (mobile nav) ---------- */
.drawer {
  position: fixed; inset: 0 0 0 auto; width: min(22rem, 88vw); z-index: 200;
  background: var(--surface); border-left: 1px solid var(--rule);
  transform: translateX(102%); transition: transform 0.55s var(--ease-out);
  display: flex; flex-direction: column; padding: 1.2rem var(--gutter) 2rem;
  box-shadow: var(--shadow);
}
body.drawer-open .drawer { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2.5rem; }
.drawer-close {
  appearance: none; border: 1px solid var(--rule); background: none; cursor: pointer; color: var(--ink);
  width: 2.6rem; height: 2.6rem; border-radius: 50%; position: relative;
  transition: border-color 0.3s, background 0.3s, color 0.3s;
}
.drawer-close::before, .drawer-close::after {
  content: ''; position: absolute; left: 50%; top: 50%; width: 1rem; height: 1px; background: currentColor;
}
.drawer-close::before { transform: translate(-50%, -50%) rotate(45deg); }
.drawer-close::after { transform: translate(-50%, -50%) rotate(-45deg); }
.drawer-close:hover { background: var(--accent); border-color: var(--accent); color: #fdfcfa; }
.drawer-nav { display: flex; flex-direction: column; }
.drawer-link {
  font-family: var(--font-display); font-size: 1.7rem; font-weight: 500; padding: 0.85rem 0;
  border-bottom: 1px solid var(--rule); display: flex; justify-content: space-between; align-items: baseline;
  transition: color 0.3s, padding-left 0.35s var(--ease-out);
}
.drawer-link .folio { font-size: 0.8rem; }
.drawer-link:hover, .drawer-link[aria-current='page'] { color: var(--accent); font-style: italic; }
.drawer-link:hover { padding-left: 0.5rem; }
.drawer-foot { margin-top: auto; display: grid; gap: 0.5rem; }
.drawer-scrim {
  position: fixed; inset: 0; z-index: 150; background: rgba(15, 12, 9, 0.4);
  opacity: 0; pointer-events: none; transition: opacity 0.45s;
}
body.drawer-open .drawer-scrim { opacity: 1; pointer-events: auto; }

/* ---------- Media ---------- */
.media { position: relative; overflow: hidden; background: var(--surface); }
.media img { width: 100%; height: 100%; object-fit: cover; filter: var(--img-filter); transition: filter 0.5s; }
.js .media[data-reveal-media] { clip-path: inset(0 100% 0 0); }
.js .media[data-reveal-media].is-inview {
  clip-path: inset(0 0 0 0);
  transition: clip-path 1s var(--ease-out);
}
.js .media[data-reveal-media] img { transform: scale(1.06); transform-origin: left center; }
.js .media[data-reveal-media].is-inview img { transform: scale(1); transition: transform 1.4s var(--ease-out); }
.js.reduced-motion .media[data-reveal-media] { clip-path: none; }
.js.reduced-motion .media[data-reveal-media] img { transform: none; }
figure { margin: 0; }
figcaption { margin-top: 0.7rem; }

/* Generic reveal */
.js [data-reveal] { opacity: 0; translate: 0 1.1rem; }
.js [data-reveal].is-inview { opacity: 1; translate: 0 0; transition: opacity 0.6s ease-out, translate 0.65s var(--ease-out); }
.js.reduced-motion [data-reveal] { opacity: 1; translate: 0 0; }

/* ---------- Masthead hero ---------- */
.masthead { padding-top: clamp(2rem, 5vh, 3.5rem); }
.masthead-title {
  font-size: clamp(3.2rem, 12.5vw, 12rem);
  line-height: 0.92; letter-spacing: -0.01em; font-weight: 680;
  /* lock a mid optical size: full-size Didone hairlines vanish on paper backgrounds */
  font-optical-sizing: none;
  font-variation-settings: 'opsz' 26;
  display: flex; flex-wrap: wrap; column-gap: 0.28em;
}
.masthead-title .w { display: inline-block; overflow: hidden; }
.masthead-title .w > span { display: inline-block; }
.js .masthead-title .w > span { transform: translateY(112%); }
.js.booted .masthead-title .w > span { transform: none; transition: transform 0.9s var(--ease-out); }
.js.booted .masthead-title .w:nth-child(2) > span { transition-delay: 0.1s; }
.js.reduced-motion .masthead-title .w > span { transform: none; }
.masthead-title .voss { font-style: italic; color: var(--accent); font-weight: 620; }

.masthead-meta {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.5rem 2rem;
  padding: 0.9rem 0; margin-top: clamp(1rem, 3vh, 2rem);
  font-size: 0.66rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-soft);
}
.masthead-meta .oxblood { color: var(--accent); }

.hero-grid { margin-top: clamp(1.5rem, 4vh, 3rem); position: relative; }
.hero-copy { grid-column: 1 / 6; align-self: end; padding-bottom: 1rem; }
.hero-img-main { grid-column: 6 / 13; aspect-ratio: 4 / 3; }
.hero-img-inset {
  grid-column: 4 / 6; margin-top: -22%; z-index: 2; aspect-ratio: 3 / 4;
  box-shadow: var(--shadow);
}
.hero-inset-caption { grid-column: 6 / 9; align-self: end; padding: 0.6rem 0 0 0; }
@media (max-width: 919px) {
  .hero-copy { grid-column: 1 / -1; order: 2; padding-top: 1.5rem; }
  .hero-img-main { grid-column: 1 / -1; order: 1; }
  .hero-img-inset, .hero-inset-caption { display: none; }
}

.cta-line {
  display: inline-flex; align-items: baseline; gap: 0.7rem;
  font-size: 0.74rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink);
  border-bottom: 2px solid var(--accent); padding-bottom: 0.4rem;
  transition: color 0.3s, gap 0.3s var(--ease-out);
}
.cta-line:hover { color: var(--accent); gap: 1.1rem; }

/* ---------- Sections ---------- */
.section { padding-block: var(--sect); }
.section--tight { padding-block: calc(var(--sect) * 0.6); }

/* Broken editorial work grid */
.work-grid { row-gap: clamp(2.5rem, 6vh, 4.5rem); }
.work-item { display: grid; gap: 0.9rem; align-content: start; }
.work-item .media { width: 100%; }
.work-item .meta { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; border-top: 1px solid var(--rule); padding-top: 0.7rem; }
.work-item h3 { font-size: clamp(1.25rem, 2vw, 1.7rem); font-weight: 500; transition: color 0.3s, font-style 0.1s; }
.work-item:hover h3 { color: var(--accent); font-style: italic; }
.work-item .media img { transition: transform 1s var(--ease-out), filter 0.5s; }
@media (hover: hover) { .work-item:hover .media img { transform: scale(1.04); } }
.w-a { grid-column: 1 / 8; } .w-a .media { aspect-ratio: 4 / 3; }
.w-b { grid-column: 9 / 13; margin-top: clamp(3rem, 9vh, 6rem); } .w-b .media { aspect-ratio: 3 / 4; }
.w-c { grid-column: 2 / 6; } .w-c .media { aspect-ratio: 3 / 4; }
.w-d { grid-column: 7 / 13; margin-top: clamp(2rem, 6vh, 4rem); } .w-d .media { aspect-ratio: 16 / 10; }
.w-e { grid-column: 1 / 7; } .w-e .media { aspect-ratio: 16 / 10; }
.w-f { grid-column: 8 / 13; margin-top: clamp(2.5rem, 7vh, 5rem); } .w-f .media { aspect-ratio: 3 / 4; }
@media (max-width: 767px) {
  .w-a, .w-b, .w-c, .w-d, .w-e, .w-f { grid-column: 1 / -1; margin-top: 0; }
}

/* Practice list (numbered editorial rows) */
.practice-rows { border-top: 2px solid var(--rule-heavy); }
.practice-row {
  display: grid; grid-template-columns: auto 1fr; gap: 1rem clamp(1.5rem, 4vw, 4rem);
  padding: clamp(1.6rem, 3.5vh, 2.4rem) 0; border-bottom: 1px solid var(--rule);
  align-items: baseline;
}
@media (min-width: 768px) { .practice-row { grid-template-columns: 5rem 1fr 16rem auto; } }
.practice-row .num { font-family: var(--font-display); font-style: italic; font-size: clamp(1.3rem, 2.4vw, 2rem); color: var(--accent); font-weight: 460; }
.practice-row h3 { font-size: clamp(1.4rem, 2.6vw, 2.1rem); font-weight: 500; transition: color 0.3s, font-style 0.1s; }
.practice-row .scope { font-size: 0.78rem; color: var(--ink-faint); line-height: 1.7; display: none; }
@media (min-width: 768px) { .practice-row .scope { display: block; } }
.practice-row .go {
  font-size: 1.2rem; color: var(--ink-faint);
  transition: transform 0.4s var(--ease-out), color 0.3s;
  justify-self: end;
}
a.practice-row:hover h3 { color: var(--accent); font-style: italic; }
a.practice-row:hover .go { transform: translateX(0.4rem); color: var(--accent); }

/* By-the-numbers row */
.numbers-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; border-top: 2px solid var(--rule-heavy); padding-top: 1.5rem; }
@media (min-width: 768px) { .numbers-row { grid-template-columns: repeat(4, 1fr); } }
.number-cell .fig { font-family: var(--font-display); font-size: clamp(2.2rem, 4.5vw, 3.6rem); font-weight: 480; line-height: 1; }
.number-cell .fig i { font-style: italic; color: var(--accent); font-size: 0.55em; }
.number-cell .lbl { margin-top: 0.5rem; font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-faint); font-weight: 600; }

/* Ticker */
.ticker { border-block: 2px solid var(--rule-heavy); padding-block: 0.9rem; overflow: hidden; display: flex; }
.ticker-track { display: flex; flex: none; gap: 2.8rem; padding-right: 2.8rem; animation: tick 34s linear infinite; align-items: baseline; }
@keyframes tick { to { transform: translateX(-100%); } }
.reduced-motion .ticker-track { animation: none; }
.ticker span { white-space: nowrap; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; }
.ticker .tick-sep { color: var(--accent); font-family: var(--font-display); font-style: italic; letter-spacing: 0; }

/* Editorial pull quote (left-ruled, asymmetric) */
.pull { border-left: 2px solid var(--accent); padding-left: clamp(1.5rem, 4vw, 3rem); max-width: 46rem; }
.pull blockquote {
  margin: 0; font-family: var(--font-display); font-size: clamp(1.5rem, 3.2vw, 2.6rem);
  font-weight: 460; line-height: 1.3; font-style: italic;
}
.pull figcaption { margin-top: 1.4rem; }

/* Journal list (dateline rows) */
.journal-list { border-top: 2px solid var(--rule-heavy); }
.journal-row {
  display: grid; gap: 0.6rem 2rem; padding: 1.5rem 0; border-bottom: 1px solid var(--rule);
  grid-template-columns: 1fr;
}
@media (min-width: 768px) { .journal-row { grid-template-columns: 9rem 1fr 7rem auto; align-items: baseline; } }
.journal-row .date { font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-faint); font-weight: 600; }
.journal-row h3 { font-size: clamp(1.2rem, 2.2vw, 1.75rem); font-weight: 500; transition: color 0.3s, font-style 0.1s; }
.journal-row:hover h3 { color: var(--accent); font-style: italic; }
.journal-row .cat { font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); font-weight: 700; }
.journal-row .go { justify-self: end; color: var(--ink-faint); transition: transform 0.4s var(--ease-out), color 0.3s; }
.journal-row:hover .go { transform: translateX(0.4rem); color: var(--accent); }
.journal-row p { margin: 0; color: var(--ink-soft); font-size: 0.9rem; max-width: 44em; }
@media (min-width: 768px) { .journal-row p { grid-column: 2; } }

/* Typographic CTA */
.type-cta { text-align: left; }
.type-cta h2 { font-size: clamp(2.4rem, 6.5vw, 5.4rem); max-width: 12em; letter-spacing: -0.01em; }

/* ---------- Footer ---------- */
.site-footer { border-top: 2px solid var(--rule-heavy); margin-top: var(--sect); }
.footer-grid { display: grid; gap: 2.5rem; padding-block: clamp(2.8rem, 6vh, 4.5rem); grid-template-columns: 1fr; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr 1.4fr; } }
.site-footer .kicker-col { font-size: 0.64rem; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 1.1rem; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.55rem; }
.site-footer li a { color: var(--ink-soft); font-size: 0.9rem; transition: color 0.3s; }
.site-footer li a:hover { color: var(--accent); }
.colophon { border-top: 1px solid var(--rule); padding-block: 1.3rem; display: flex; flex-wrap: wrap; gap: 0.6rem 2.5rem; justify-content: space-between; font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-faint); }
.colophon i { font-family: var(--font-display); letter-spacing: 0; text-transform: none; font-size: 0.8rem; }

/* ---------- Inner-page components ---------- */

/* Page title block */
.page-title { padding-top: clamp(2.5rem, 6vh, 4rem); }
.page-title .headline-xl { max-width: 10em; }
.page-title .standfirst { margin-top: 1.6rem; }

/* Spec sidebar table */
.spec-table { border-top: 2px solid var(--rule-heavy); font-size: 0.85rem; }
.spec-table div { display: grid; grid-template-columns: 8rem 1fr; gap: 1rem; padding: 0.75rem 0; border-bottom: 1px solid var(--rule); }
.spec-table dt { font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-faint); font-weight: 700; align-self: baseline; }
.spec-table dd { margin: 0; }

/* Chronology (studio) */
.chrono { border-top: 2px solid var(--rule-heavy); counter-reset: none; }
.chrono-row { display: grid; grid-template-columns: 6rem 1fr; gap: 1rem clamp(1.5rem, 4vw, 4rem); padding: 1.4rem 0; border-bottom: 1px solid var(--rule); align-items: baseline; }
.chrono-row .yr { font-family: var(--font-display); font-style: italic; font-size: 1.4rem; color: var(--accent); }
.chrono-row h3 { font-size: 1.1rem; font-weight: 600; font-family: var(--font-text); letter-spacing: 0.01em; margin-bottom: 0.3rem; }
.chrono-row p { margin: 0; color: var(--ink-soft); font-size: 0.9rem; max-width: 44em; }

/* Manifesto ordered list */
.manifesto-list { list-style: none; margin: 0; padding: 0; max-width: 46rem; }
.manifesto-list li { display: grid; grid-template-columns: 4rem 1fr; gap: clamp(1rem, 3vw, 2.5rem); padding: 1.8rem 0; border-bottom: 1px solid var(--rule); }
.manifesto-list .rn { font-family: var(--font-display); font-style: italic; font-size: 1.6rem; color: var(--accent); line-height: 1; }
.manifesto-list h3 { font-size: 1.35rem; font-weight: 500; margin-bottom: 0.5rem; }
.manifesto-list p { margin: 0; color: var(--ink-soft); font-size: 0.92rem; }

/* Team */
.team-grid { display: grid; gap: 2.2rem var(--col-gap); grid-template-columns: repeat(2, 1fr); }
@media (min-width: 920px) { .team-grid { grid-template-columns: repeat(4, 1fr); } }
.team-card .media { aspect-ratio: 3 / 4; }
.team-card .media img { filter: var(--img-filter) grayscale(1); transition: filter 0.6s; }
@media (hover: hover) { .team-card:hover .media img { filter: var(--img-filter) grayscale(0); } }
.team-card .meta { border-top: 1px solid var(--rule); margin-top: 0.8rem; padding-top: 0.7rem; }
.team-card h3 { font-size: 1.05rem; font-weight: 500; }
.team-card .role { font-size: 0.64rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-faint); font-weight: 600; margin-top: 0.25rem; }

/* Method table (services) */
.method { border-top: 2px solid var(--rule-heavy); }
.method-row { display: grid; grid-template-columns: 4rem 1fr; gap: 1rem clamp(1.5rem, 4vw, 4rem); padding: 1.6rem 0; border-bottom: 1px solid var(--rule); align-items: baseline; }
@media (min-width: 768px) { .method-row { grid-template-columns: 4rem 14rem 1fr auto; } }
.method-row .mn { font-family: var(--font-display); font-style: italic; font-size: 1.5rem; color: var(--accent); }
.method-row h3 { font-size: 1.25rem; font-weight: 500; }
.method-row p { margin: 0; color: var(--ink-soft); font-size: 0.92rem; max-width: 44em; }
.method-row .dur { font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-faint); font-weight: 600; justify-self: end; }

/* Q&A editorial (no accordion — a different component from T01) */
.qa-list { max-width: 48rem; }
.qa-item { border-top: 1px solid var(--rule); padding: 1.8rem 0; display: grid; gap: 0.7rem; }
.qa-item .q { font-family: var(--font-display); font-size: clamp(1.15rem, 2vw, 1.45rem); font-weight: 500; }
.qa-item .q::before { content: 'Q. '; font-style: italic; color: var(--accent); }
.qa-item .a { margin: 0; color: var(--ink-soft); max-width: 42em; }
.qa-item .a::before { content: 'A. '; font-family: var(--font-display); font-style: italic; color: var(--ink-faint); }

/* Article / essay */
.essay { display: grid; gap: 2rem; }
@media (min-width: 920px) { .essay { grid-template-columns: 1fr 2.2fr; gap: clamp(2rem, 5vw, 5rem); } }
.essay-side { position: relative; }
.essay-side .inner { position: sticky; top: calc(var(--header-h) + 2rem); display: grid; gap: 1.5rem; }
.essay-body { max-width: 42rem; font-size: 1.02rem; line-height: 1.8; color: var(--ink-soft); }
.essay-body .lede-para { font-size: 1.2rem; font-weight: 600; color: var(--ink); line-height: 1.6; }
.essay-body h2 { font-size: clamp(1.4rem, 2.4vw, 1.9rem); margin: 2.2em 0 0.7em; color: var(--ink); font-weight: 520; }
.essay-body .pull { margin: 2.5em 0; }
.essay-body figure { margin: 2.5em 0; }

/* Forms — thin boxed fields (distinct from T01 underlines) */
.form-grid { display: grid; gap: 1.4rem; }
.field-row { display: grid; gap: 1.4rem; }
@media (min-width: 700px) { .field-row { grid-template-columns: 1fr 1fr; } }
.field label { display: block; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 0.5rem; }
.field input, .field select, .field textarea {
  width: 100%; appearance: none; background: var(--surface); color: var(--ink);
  border: 1px solid var(--rule); border-radius: 0; padding: 0.85rem 1rem;
  font-family: var(--font-text); font-size: 0.95rem;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.field textarea { resize: vertical; min-height: 7rem; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent);
}
.btn-solid {
  appearance: none; cursor: pointer; border: 1px solid var(--accent);
  background: var(--accent); color: #fdfcfa; padding: 1rem 2.2rem;
  font-family: var(--font-text); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase;
  transition: background 0.35s, color 0.35s;
}
.btn-solid:hover { background: transparent; color: var(--accent); }
.form-success { border: 1px solid var(--accent); background: var(--accent-soft); padding: 1.6rem; font-family: var(--font-display); font-style: italic; font-size: 1.2rem; display: none; }
.form-success.is-visible { display: block; }

/* Next-page nav */
.next-nav { border-top: 2px solid var(--rule-heavy); }
.next-nav a { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 1rem; padding: clamp(2rem, 5vh, 3.2rem) 0; }
.next-nav h2 { font-size: clamp(1.8rem, 4vw, 3rem); transition: color 0.3s, font-style 0.1s; }
.next-nav a:hover h2 { color: var(--accent); font-style: italic; }

/* Utility offsets */
.offset-up { margin-top: clamp(-4rem, -8vh, -2rem); }
.sticky-side { position: sticky; top: calc(var(--header-h) + 2rem); }

@media (max-width: 767px) {
  .grid12 > [class^='col-'], .hero-inset-caption { grid-column: 1 / -1; }
}

@media print {
  .site-header, .drawer, .drawer-scrim, .ticker { display: none !important; }
}
