@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;1,500&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --ink: #080808;
  --ink-soft: #151313;
  --paper: #f1ece4;
  --paper-deep: #e2d8cb;
  --red: #a50f19;
  --red-dark: #6e0b12;
  --white: #fffdf8;
  --muted: #a8a09a;
  --line: rgba(241, 236, 228, .17);
  --line-dark: rgba(8, 8, 8, .16);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --max: 1240px;
  --pad: clamp(1.25rem, 4vw, 4.5rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: var(--white); background: var(--red); }

.skip-link {
  position: fixed;
  top: .8rem;
  left: .8rem;
  z-index: 100;
  padding: .8rem 1rem;
  color: var(--ink);
  background: var(--paper);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
.wrap { width: min(var(--max), calc(100% - var(--pad) * 2)); margin-inline: auto; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: .7rem;
  margin: 0 0 1.1rem;
  color: var(--red);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.4;
  text-transform: uppercase;
}
.eyebrow::before { width: 2rem; height: 1px; background: currentColor; content: ""; }
.display {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.7rem, 8.2vw, 8.5rem);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .78;
}
.display em { display: block; color: var(--red); font-weight: 500; }
.title {
  max-width: 13ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.6rem, 5vw, 5.1rem);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: .9;
}
.title em { color: var(--red); font-weight: 500; }
.lead { margin: 0; font-size: clamp(1.05rem, 1.6vw, 1.28rem); line-height: 1.7; }
.muted { color: #716b66; }
.button {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  padding: .9rem 1.25rem;
  border: 1px solid var(--red);
  color: var(--white);
  background: var(--red);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}
.button:hover { color: var(--red); background: transparent; transform: translateY(-2px); }
.button.light { border-color: var(--paper); color: var(--ink); background: var(--paper); }
.button.light:hover { color: var(--paper); background: transparent; }
.button.ghost { border-color: var(--line); color: var(--paper); background: transparent; }
.button.ghost:hover { border-color: var(--paper); color: var(--ink); background: var(--paper); }
.button.dark { border-color: var(--ink); color: var(--paper); background: var(--ink); }
.button.dark:hover { color: var(--ink); background: transparent; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; min-height: 6.1rem; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; }
.brand img { width: 2.8rem; height: 2.8rem; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; object-fit: cover; }
.brand-name { display: flex; flex-direction: column; }
.brand-name strong { font-family: var(--serif); font-size: 1.45rem; font-weight: 600; letter-spacing: -.025em; line-height: 1; }
.brand-name small { margin-top: .25rem; color: var(--muted); font-size: .64rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: clamp(1rem, 2.3vw, 2.3rem); }
.nav-links > a:not(.button) { color: #d3cbc3; font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.nav-links > a:not(.button):hover { color: var(--white); }
.menu-toggle { display: none; border: 0; color: var(--paper); background: none; font-size: 1.4rem; }

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero::before {
  position: absolute;
  inset: 0 52% 0 auto;
  z-index: 0;
  width: 1px;
  background: linear-gradient(transparent, var(--line), transparent);
  content: "";
}
.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  max-width: 820px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 9rem var(--pad) 4rem max(var(--pad), calc((100vw - var(--max)) / 2));
}
.hero-kicker { margin: 1.7rem 0 0; color: #d0c7be; font-size: clamp(1.02rem, 1.45vw, 1.25rem); line-height: 1.7; max-width: 49ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2.2rem; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 2.5rem; margin-top: 3rem; padding-top: 1.25rem; border-top: 1px solid var(--line); }
.hero-proof div { display: grid; gap: .1rem; }
.hero-proof strong { color: var(--paper); font-family: var(--serif); font-size: 2.3rem; font-weight: 500; line-height: 1; }
.hero-proof span { color: var(--muted); font-size: .72rem; letter-spacing: .05em; }
.hero-image { position: relative; min-height: 650px; overflow: hidden; background: #111; }
.hero-image::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,8,8,.42), transparent 28%), linear-gradient(0deg, rgba(8,8,8,.5), transparent 40%); content: ""; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 49% 35%; filter: contrast(1.04); }
.hero-index { position: absolute; z-index: 2; right: 1.5rem; bottom: 1rem; color: rgba(255,255,255,.75); font-family: var(--serif); font-size: 5rem; font-style: italic; line-height: 1; }
.hero-rail { position: absolute; z-index: 3; top: 50%; right: 1.5rem; writing-mode: vertical-rl; color: rgba(255,255,255,.75); font-size: .66rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; transform: translateY(-50%); }

.ticker { overflow: hidden; color: var(--ink); background: var(--red); }
.ticker-track { display: flex; width: max-content; animation: ticker 26s linear infinite; }
.ticker span { display: block; padding: 1rem 0; font-size: .75rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }
@keyframes ticker { to { transform: translateX(-50%); } }

.manifesto { padding: clamp(5rem, 10vw, 9rem) 0; background: var(--paper); color: var(--ink); }
.manifesto-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.manifesto .eyebrow { position: sticky; top: 2rem; }
.manifesto-quote { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 6.6vw, 7rem); letter-spacing: -.055em; line-height: .85; }
.manifesto-quote em { color: var(--red); font-weight: 500; }
.manifesto-note { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 3.5rem; padding-top: 1.7rem; border-top: 1px solid var(--line-dark); }
.manifesto-note p { margin: 0; }

.about { display: grid; min-height: 820px; grid-template-columns: 1fr 1fr; }
.about-image { position: relative; min-height: 720px; overflow: hidden; }
.about-image img { width: 100%; height: 100%; object-fit: cover; object-position: 47% center; }
.about-image::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,8,8,.45), transparent 45%); content: ""; }
.about-image-label { position: absolute; z-index: 1; left: 2rem; bottom: 1.6rem; color: var(--white); font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
.about-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(4rem, 8vw, 8rem); }
.about-copy .title { max-width: 9ch; }
.about-copy .lead { max-width: 38ch; margin-top: 2rem; color: #cec5bd; }
.about-points { display: grid; width: 100%; margin-top: 3rem; border-top: 1px solid var(--line); }
.about-point { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.about-point span { color: var(--red); font-family: var(--serif); font-size: 1.35rem; }
.about-point p { margin: 0; color: #bdb5ae; }

.ecosystem { padding: clamp(5rem, 9vw, 8rem) 0; background: var(--red); color: var(--white); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: 3.5rem; }
.section-head .title { max-width: 10ch; }
.section-head > p { max-width: 40ch; margin: 0; color: rgba(255,255,255,.72); }
.ecosystem .eyebrow { color: var(--white); }
.ecosystem-grid { display: grid; grid-template-columns: repeat(12, 1fr); border-top: 1px solid rgba(255,255,255,.35); }
.ecosystem-card {
  position: relative;
  display: flex;
  min-height: 20rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.7rem;
  border-right: 1px solid rgba(255,255,255,.22);
  border-bottom: 1px solid rgba(255,255,255,.22);
  color: var(--white);
  text-decoration: none;
  transition: background .25s ease, color .25s ease;
}
.ecosystem-card:nth-child(1), .ecosystem-card:nth-child(2) { grid-column: span 6; }
.ecosystem-card:nth-child(n+3) { grid-column: span 4; min-height: 17rem; }
.ecosystem-card:hover { color: var(--ink); background: var(--paper); }
.ecosystem-card small { font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.ecosystem-card h3 { max-width: 10ch; margin: auto 0 1rem; font-family: var(--serif); font-size: clamp(2.1rem, 3.6vw, 3.8rem); font-weight: 500; letter-spacing: -.04em; line-height: .87; }
.ecosystem-card p { max-width: 34ch; margin: 0; color: rgba(255,255,255,.68); font-size: .9rem; }
.ecosystem-card:hover p { color: #4f4945; }
.ecosystem-arrow { position: absolute; top: 1.1rem; right: 1.2rem; font-size: 1.2rem; }

.repertoire { padding: clamp(5rem, 10vw, 9rem) 0; background: var(--paper); color: var(--ink); }
.repertoire .section-head > p { color: #625c57; }
.work-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 34rem 26rem; gap: .75rem; }
.work-card { position: relative; overflow: hidden; color: var(--white); text-decoration: none; background: #191717; }
.work-card:first-child { grid-row: 1 / 3; }
.work-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.65,.3,1); }
.work-card:first-child img { object-position: 48% center; }
.work-card:nth-child(2) img { object-position: center 27%; }
.work-card:nth-child(3) img { object-position: center 24%; }
.work-card::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,8,8,.84), transparent 58%); content: ""; }
.work-card:hover img { transform: scale(1.035); }
.work-copy { position: absolute; z-index: 1; inset: auto 1.5rem 1.5rem; }
.work-copy small { font-size: .67rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.work-copy h3 { margin: .4rem 0 0; font-family: var(--serif); font-size: clamp(2rem, 3.2vw, 3.3rem); font-weight: 500; letter-spacing: -.035em; line-height: .9; }
.repertoire-note { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; margin-top: 2.2rem; padding-top: 1.4rem; border-top: 1px solid var(--line-dark); }
.repertoire-note p { margin: 0; color: #625c57; }

.partners { position: relative; padding: clamp(5rem, 9vw, 8rem) 0; overflow: hidden; background: var(--ink); }
.partners::after { position: absolute; top: -18rem; right: -18rem; width: 42rem; height: 42rem; border: 1px solid rgba(165,15,25,.48); border-radius: 50%; content: ""; }
.partners-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.partners .title { max-width: 11ch; }
.partners .lead { max-width: 45ch; margin-top: 2rem; color: #c4bbb3; }
.partners-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.partner-card { padding: clamp(2rem, 4vw, 4rem); border: 1px solid var(--line); background: rgba(255,255,255,.025); }
.partner-card small { color: var(--red); font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.partner-card h3 { margin: 1rem 0; font-family: var(--serif); font-size: clamp(2.3rem, 4vw, 4rem); font-weight: 500; letter-spacing: -.04em; line-height: .9; }
.partner-card p { margin: 0; color: #aaa19a; }
.partner-card ul { display: grid; gap: .7rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.partner-card li { padding-top: .7rem; border-top: 1px solid var(--line); color: #d5cdc6; }

.closing { position: relative; min-height: 76svh; overflow: hidden; }
.closing img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.closing::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,8,8,.9), rgba(8,8,8,.27)), linear-gradient(0deg, rgba(8,8,8,.65), transparent); content: ""; }
.closing-copy { position: relative; z-index: 1; display: flex; min-height: 76svh; flex-direction: column; align-items: flex-start; justify-content: center; }
.closing h2 { max-width: 8ch; margin: 0; font-family: var(--serif); font-size: clamp(4rem, 9vw, 9.5rem); font-weight: 500; letter-spacing: -.06em; line-height: .78; }
.closing h2 em { color: var(--red); font-weight: 500; }
.closing p { max-width: 38ch; margin: 2rem 0; color: #ded6cf; }

.site-footer { padding: 3rem 0 1.5rem; border-top: 1px solid var(--line); background: #050505; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1.4rem; }
.footer-links a { color: #aaa19a; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.footer-links a:hover { color: var(--paper); }
.fine { display: flex; justify-content: space-between; gap: 2rem; margin-top: 2.5rem; padding-top: 1.2rem; border-top: 1px solid var(--line); color: #716b65; font-size: .7rem; }

/* Media kit */
.kit-body { background: var(--paper); color: var(--ink); }
.kit-body .site-header { position: relative; border-color: var(--line-dark); background: var(--paper); }
.kit-body .brand-name small, .kit-body .nav-links > a:not(.button) { color: #615b56; }
.kit-body .brand img { border-color: rgba(0,0,0,.18); }
.kit-body .menu-toggle { color: var(--ink); }
.kit-cover { display: grid; min-height: calc(100svh - 6.1rem); grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line-dark); }
.kit-cover-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(4rem, 8vw, 8rem); background: var(--ink); color: var(--paper); }
.kit-cover-copy h1 { max-width: 8ch; margin: 0; font-family: var(--serif); font-size: clamp(4.5rem, 9vw, 9.8rem); font-weight: 500; letter-spacing: -.07em; line-height: .72; }
.kit-cover-copy h1 em { display: block; color: var(--red); font-weight: 500; }
.kit-cover-copy .lead { max-width: 38ch; margin-top: 2rem; color: #cfc6bf; }
.kit-cover-copy .button { margin-top: 2rem; }
.kit-cover-image { min-height: 680px; }
.kit-cover-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.kit-section { padding: clamp(5rem, 9vw, 8rem) 0; }
.kit-section.dark { color: var(--paper); background: var(--ink); }
.kit-section.red { color: var(--white); background: var(--red); }
.kit-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.kit-intro .title { max-width: 10ch; }
.kit-intro-copy .lead { max-width: 46ch; }
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 4rem; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.metric { min-height: 11rem; padding: 1.4rem; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.metric strong { display: block; font-family: var(--serif); font-size: clamp(3rem, 5vw, 5.3rem); font-weight: 500; letter-spacing: -.06em; line-height: 1; }
.metric span { display: block; max-width: 20ch; margin-top: 1rem; color: #5f5954; font-size: .78rem; }
.transparency { margin-top: 1.2rem; color: #6d6660; font-size: .86rem; }
.territory-grid, .format-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 3rem; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.territory-card, .format-card { min-height: 16rem; padding: 1.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.territory-card span, .format-card span { color: var(--red); font-family: var(--serif); font-size: 1.4rem; }
.territory-card h3, .format-card h3 { margin: 4rem 0 .8rem; font-family: var(--serif); font-size: 2rem; font-weight: 500; letter-spacing: -.03em; line-height: 1; }
.territory-card p, .format-card p { margin: 0; color: #aca39b; font-size: .9rem; }
.kit-gallery { display: grid; grid-template-columns: 1.1fr .9fr .9fr; grid-template-rows: 24rem 24rem; gap: .7rem; margin-top: 3rem; }
.kit-gallery figure { position: relative; margin: 0; overflow: hidden; background: #222; }
.kit-gallery figure:first-child { grid-row: 1 / 3; }
.kit-gallery figure:last-child { grid-column: 2 / 4; }
.kit-gallery img { width: 100%; height: 100%; object-fit: cover; }
.kit-gallery figure:first-child img { object-position: center 22%; }
.kit-gallery figure:nth-child(2) img { object-position: center 28%; }
.kit-gallery figure:nth-child(3) img { object-position: center 22%; }
.kit-gallery figure:last-child img { object-position: center 33%; }
.kit-gallery figcaption { position: absolute; inset: auto .9rem .7rem; color: white; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-shadow: 0 1px 12px rgba(0,0,0,.75); text-transform: uppercase; }
.proof-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin-top: 3rem; }
.proof-card { display: flex; min-height: 13rem; flex-direction: column; justify-content: space-between; padding: 1.5rem; border: 1px solid rgba(255,255,255,.27); }
.proof-card small { font-size: .67rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.proof-card h3 { margin: 1rem 0 0; font-family: var(--serif); font-size: 2.5rem; font-weight: 500; letter-spacing: -.04em; line-height: .9; }
.proof-card p { margin: 1rem 0 0; color: rgba(255,255,255,.75); font-size: .88rem; }
.brief-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.brief-list { display: grid; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-dark); }
.brief-list li { display: grid; grid-template-columns: 2rem 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line-dark); }
.brief-list span { color: var(--red); font-family: var(--serif); font-size: 1.3rem; }
.contact-box { padding: clamp(2rem, 5vw, 5rem); color: var(--paper); background: var(--ink); }
.contact-box h2 { max-width: 9ch; margin: 0; font-family: var(--serif); font-size: clamp(3.4rem, 6vw, 6.8rem); font-weight: 500; letter-spacing: -.055em; line-height: .8; }
.contact-box p { max-width: 42ch; margin: 2rem 0; color: #bbb2aa; }
.contact-actions { display: flex; flex-wrap: wrap; gap: .7rem; }
.kit-body .site-footer { color: var(--paper); }

/* Editor */
.editor-page { min-height: 100svh; background: var(--paper); color: var(--ink); }
.editor-shell { display: grid; min-height: calc(100svh - 6.1rem); grid-template-columns: 22rem 1fr; }
.editor-panel { padding: 2rem; border-right: 1px solid var(--line-dark); }
.editor-panel h1 { margin: 0; font-family: var(--serif); font-size: 3rem; font-weight: 500; letter-spacing: -.04em; line-height: .9; }
.editor-panel p { color: #635d58; }
.editor-panel label { display: block; margin: 1.2rem 0 .45rem; font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.editor-panel textarea { width: 100%; min-height: 7rem; resize: vertical; padding: .8rem; border: 1px solid var(--line-dark); border-radius: 0; background: white; }
.editor-panel .button { width: 100%; margin-top: 1rem; }
.editor-preview { min-width: 0; padding: 1rem; background: #d6d0c8; }
.editor-preview iframe { width: 100%; height: calc(100svh - 8.1rem); border: 0; background: white; box-shadow: 0 18px 45px rgba(0,0,0,.14); }
.editor-status { min-height: 1.5rem; font-size: .82rem; }
.print-only { display: none; }

@media (max-width: 980px) {
  .nav-links { position: fixed; inset: 0; z-index: -1; display: flex; visibility: hidden; flex-direction: column; align-items: stretch; justify-content: center; padding: 7rem var(--pad) 3rem; background: rgba(8,8,8,.98); opacity: 0; transition: opacity .2s ease, visibility .2s ease; }
  .nav-links.open { z-index: 40; visibility: visible; opacity: 1; }
  .nav-links > a:not(.button) { padding: .85rem 0; border-bottom: 1px solid var(--line); color: var(--paper); font-family: var(--serif); font-size: 2.2rem; font-weight: 500; letter-spacing: -.02em; text-transform: none; }
  .menu-toggle { position: relative; z-index: 50; display: block; cursor: pointer; }
  .kit-body .nav-links { background: rgba(241,236,228,.98); }
  .kit-body .nav-links > a:not(.button) { border-color: var(--line-dark); color: var(--ink); }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 720px; padding-top: 9rem; }
  .hero-image { min-height: 72svh; }
  .hero::before { display: none; }
  .manifesto-grid, .kit-intro { grid-template-columns: 1fr; }
  .manifesto .eyebrow { position: static; }
  .about { grid-template-columns: 1fr; }
  .about-image { min-height: 80svh; }
  .ecosystem-card:nth-child(n) { grid-column: span 6; }
  .work-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 42rem 30rem; }
  .work-card:first-child { grid-column: 1 / 3; grid-row: auto; }
  .partners-grid { grid-template-columns: 1fr; }
  .kit-cover { grid-template-columns: 1fr; }
  .kit-cover-copy { min-height: 650px; }
  .kit-cover-image { min-height: 80svh; }
  .metrics, .territory-grid, .format-grid { grid-template-columns: 1fr 1fr; }
  .kit-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 34rem 22rem 22rem; }
  .kit-gallery figure:first-child { grid-column: 1 / 3; grid-row: auto; }
  .kit-gallery figure:last-child { grid-column: 1 / 3; }
  .proof-row { grid-template-columns: 1fr; }
  .brief-grid { grid-template-columns: 1fr; }
  .editor-shell { grid-template-columns: 1fr; }
  .editor-panel { border-right: 0; border-bottom: 1px solid var(--line-dark); }
}

@media (max-width: 640px) {
  :root { --pad: 1.15rem; }
  .nav { min-height: 5.25rem; }
  .brand-name strong { font-size: 1.25rem; }
  .brand-name small { font-size: .58rem; }
  .hero-copy { min-height: 690px; padding-top: 7rem; padding-bottom: 3rem; }
  .display { font-size: clamp(4rem, 20vw, 6.2rem); }
  .hero-actions { width: 100%; }
  .hero-actions .button { flex: 1 1 auto; }
  .hero-proof { width: 100%; gap: 1.1rem; justify-content: space-between; }
  .hero-proof strong { font-size: 1.8rem; }
  .hero-proof span { max-width: 10ch; font-size: .64rem; }
  .hero-image { min-height: 80svh; }
  .manifesto-note { grid-template-columns: 1fr; }
  .about-copy { padding-inline: var(--pad); }
  .about-image { min-height: 74svh; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .ecosystem-grid { border-left: 1px solid rgba(255,255,255,.22); }
  .ecosystem-card:nth-child(n) { grid-column: 1 / 13; min-height: 15rem; }
  .work-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(3, 70svh); }
  .work-card:first-child { grid-column: auto; }
  .repertoire-note { grid-template-columns: 1fr; gap: 1rem; }
  .partners-actions, .contact-actions { flex-direction: column; }
  .partners-actions .button, .contact-actions .button { width: 100%; }
  .closing { min-height: 86svh; }
  .closing-copy { min-height: 86svh; }
  .footer-top, .fine { align-items: flex-start; flex-direction: column; }
  .kit-cover-copy { min-height: 620px; padding-inline: var(--pad); }
  .kit-cover-copy h1 { font-size: clamp(4.7rem, 25vw, 7rem); }
  .kit-cover-image { min-height: 75svh; }
  .kit-intro-copy .lead { font-size: 1.05rem; }
  .metrics, .territory-grid, .format-grid { grid-template-columns: 1fr; }
  .metric { min-height: 9rem; }
  .territory-card, .format-card { min-height: 13rem; }
  .kit-gallery { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4, 72svh); }
  .kit-gallery figure:first-child, .kit-gallery figure:last-child { grid-column: auto; }
  .contact-box { padding-inline: var(--pad); }
  .editor-preview { padding: .4rem; }
}

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

@media print {
  @page { size: A4; margin: 14mm; }
  body { color: #111; background: white; font-size: 11pt; }
  .site-header, .site-footer, .print-action, .menu-toggle { display: none !important; }
  .print-only { display: block; }
  .kit-cover { min-height: 255mm; break-after: page; grid-template-columns: 1fr 1fr; }
  .kit-cover-copy { min-height: 255mm; padding: 18mm; color: white !important; background: #080808 !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  .kit-cover-image { min-height: 255mm; }
  .kit-section { padding: 18mm 0; break-inside: avoid; }
  .kit-section.dark, .kit-section.red, .contact-box { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  .metrics { grid-template-columns: repeat(4, 1fr); }
  .metric { min-height: 36mm; }
  .kit-gallery { grid-template-rows: 70mm 70mm; }
  .territory-grid, .format-grid { grid-template-columns: repeat(4, 1fr); }
  .territory-card, .format-card { min-height: 55mm; }
  a { text-decoration: none; }
}
