:root {
  --ink: #0a0a09;
  --ink-soft: #171716;
  --paper: #eee9df;
  --paper-deep: #ded7ca;
  --red: #ef4a2d;
  --red-dark: #b92818;
  --muted: #b9b4aa;
  --line: rgba(10, 10, 9, .18);
  --max: 1240px;
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
main section[id] { scroll-margin-top: 72px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}
button, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 1000; padding: 10px 15px; color: white; background: var(--red); font-weight: 800; text-decoration: none; transition: top .2s ease; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 72px;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  color: #fff;
  background: rgba(10, 10, 9, .94);
  border-bottom: 1px solid rgba(255,255,255,.13);
  backdrop-filter: blur(12px);
}
.brand { display: inline-flex; align-items: center; gap: 9px; color: #fff; font-size: .85rem; font-weight: 900; letter-spacing: .08em; text-decoration: none; white-space: nowrap; }
.brand b { color: var(--red); }
.brand-mark { color: var(--red); font-family: var(--display); font-size: 1.25rem; letter-spacing: -.08em; transform: skew(-8deg); }
.site-nav { justify-self: center; display: flex; align-items: center; gap: clamp(18px, 3vw, 42px); }
.site-nav a { position: relative; color: #d8d5cf; font-size: .69rem; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-cta { padding: 13px 18px; color: var(--ink); background: var(--red); font-size: .7rem; font-weight: 900; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.header-cta:hover { background: #ff5b3c; transform: translateY(-2px); }
.menu-toggle { display: none; }

.hero {
  position: relative;
  height: calc(100svh - 72px);
  min-height: 640px;
  padding: clamp(22px, 3vh, 36px) max(24px, calc((100vw - var(--max)) / 2)) 24px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr);
  align-items: stretch;
  gap: clamp(30px, 4vw, 64px);
  color: var(--paper);
  background: #080808;
  isolation: isolate;
  overflow: hidden;
}
.hero::before { content: ""; position: absolute; inset: 0; z-index: -3; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 52px 52px; }
.hero-noise { position: absolute; inset: 0; z-index: -2; pointer-events: none; opacity: .18; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.24'/%3E%3C/svg%3E"); }
.hero-brush { position: absolute; z-index: -1; background: var(--red); transform: rotate(-10deg); clip-path: polygon(4% 20%, 95% 0, 100% 80%, 8% 100%, 0 65%); }
.brush-one { width: 54vw; height: 150px; top: 21%; right: -10vw; }
.brush-two { width: 32vw; height: 62px; right: 22vw; bottom: 13%; transform: rotate(14deg); opacity: .9; }
.hero-copy { position: relative; z-index: 2; max-width: 780px; padding-top: clamp(8px, 2.4vh, 24px); align-self: start; }
.script-label { color: var(--red); font-family: "Segoe Script", "Brush Script MT", cursive; font-size: clamp(1.1rem, 2vw, 1.7rem); font-weight: 700; transform: rotate(-4deg); transform-origin: left; }
.hero .script-label { margin: 0 0 -2px 8px; }
.hero h1 { margin: 0; font-family: var(--display); font-size: clamp(4.7rem, 7.6vw, 9rem); font-weight: 900; letter-spacing: .008em; line-height: .84; text-transform: uppercase; text-wrap: balance; }
.hero h1 span { color: var(--red); }
.hero-lead { max-width: 650px; margin: 20px 0 0; color: #c8c4bc; font-size: clamp(.94rem, 1.1vw, 1.08rem); }
.hero-actions { margin-top: 22px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 52px; padding: 0 22px; align-items: center; justify-content: center; gap: 18px; border: 0; border-radius: 0; font-size: .76rem; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-red { color: #fff; background: var(--red); box-shadow: 8px 8px 0 rgba(239, 74, 45, .18); }
.button-red:hover { background: #ff583a; box-shadow: 5px 5px 0 rgba(239, 74, 45, .28); }
.inline-link { color: #fff; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-underline-offset: 5px; text-transform: uppercase; }
.hero-meta { margin-top: 26px; padding-top: 14px; display: flex; gap: 24px; border-top: 1px solid rgba(255,255,255,.15); color: #96928b; font-size: .65rem; letter-spacing: .06em; text-transform: uppercase; }
.hero-meta b { color: #fff; font-size: .85rem; }
.hero-visual { position: relative; z-index: 1; width: min(100%, 460px); height: 100%; min-height: 0; margin: 0 auto; align-self: stretch; }
.hero-visual::before { content: ""; position: absolute; inset: -18px 25px 28px -18px; border: 1px solid rgba(255,255,255,.23); transform: rotate(-2deg); }
.hero-visual::after { content: ""; position: absolute; right: -18px; top: 16%; width: 38px; height: 64%; background: var(--red); clip-path: polygon(15% 2%, 100% 0, 82% 97%, 0 100%); }
.hero-visual img { width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: center 22%; filter: saturate(.72) contrast(1.08); }
.hero-visual figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 18px 20px; display: flex; justify-content: space-between; color: white; background: linear-gradient(transparent, rgba(0,0,0,.88)); font-size: .66rem; letter-spacing: .08em; }
.hero-side-note { position: absolute; right: 17px; bottom: 50px; margin: 0; color: rgba(255,255,255,.58); font-size: .6rem; font-weight: 800; letter-spacing: .1em; line-height: 1.6; text-align: center; text-transform: uppercase; writing-mode: vertical-rl; }

.paper-section { position: relative; background-color: var(--paper); background-image: radial-gradient(rgba(10,10,9,.075) .7px, transparent .8px); background-size: 6px 6px; }
.manifesto { padding: clamp(64px, 8vw, 120px) max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 28px minmax(250px, .72fr) minmax(350px, 1.25fr); gap: clamp(24px, 5vw, 72px); align-items: center; }
.vertical-label { align-self: stretch; color: var(--red); font-size: .63rem; font-weight: 900; letter-spacing: .14em; text-align: center; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.manifesto-image { position: relative; margin: 0; min-height: 470px; }
.manifesto-image::before, .ink-frame::after { content: ""; position: absolute; background: var(--ink); }
.manifesto-image::before { inset: -12px 18px 18px -12px; z-index: 0; clip-path: polygon(1% 2%, 100% 0, 96% 97%, 4% 100%); }
.manifesto-image img { position: relative; z-index: 1; width: 100%; height: 470px; object-fit: cover; object-position: center 12%; filter: grayscale(1) contrast(1.08); }
.manifesto-image > span { position: absolute; z-index: 2; left: -17px; bottom: 24px; padding: 6px 9px; color: #fff; background: var(--red); font-size: .64rem; font-weight: 900; letter-spacing: .1em; transform: rotate(-90deg); }
.section-kicker { margin: 0 0 15px; color: var(--red); font-size: .66rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.manifesto h2, .gallery h2, .how h2, .faq h2 { margin: 0; font-family: var(--display); font-size: clamp(3rem, 6vw, 6.6rem); letter-spacing: -.038em; line-height: .88; text-transform: uppercase; }
.manifesto h2 em { color: var(--red); font-style: normal; }
.manifesto-copy > p:not(.section-kicker) { max-width: 720px; margin: 22px 0 0; color: #34312d; }
.signature-link { display: inline-flex; margin-top: 28px; gap: 25px; color: var(--ink); font-family: "Segoe Script", cursive; font-size: 1.1rem; font-weight: 700; text-decoration: none; }
.signature-link span { color: var(--red); }

.capability-strip { padding: 28px max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: repeat(5, 1fr); color: #fff; background: var(--ink); border-block: 1px solid rgba(255,255,255,.12); }
.capability-strip article { min-height: 112px; padding: 10px 20px; border-left: 1px solid rgba(255,255,255,.13); }
.capability-strip article:last-child { border-right: 1px solid rgba(255,255,255,.13); }
.capability-strip article > span { float: left; margin: 1px 11px 35px 0; color: var(--red); font-size: 1.15rem; }
.capability-strip h3 { margin: 0 0 5px; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.capability-strip p { margin: 0; color: #96938d; font-size: .67rem; line-height: 1.5; }

.studio-section { padding: clamp(42px, 4vw, 62px) max(24px, calc((100vw - var(--max)) / 2)) clamp(70px, 7vw, 105px); color: #fff; background: var(--ink-soft); }
.studio-heading { display: grid; grid-template-columns: minmax(0, 1.85fr) minmax(290px, .75fr); align-items: end; column-gap: 42px; row-gap: 14px; margin-bottom: 30px; }
.studio-heading .section-kicker { grid-column: 1 / -1; margin-bottom: 0; }
.studio-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(3.5rem, 5.3vw, 5.8rem); letter-spacing: -.02em; line-height: .88; text-transform: uppercase; }
.studio-heading h2 span { color: var(--red); }
.studio-intro { max-width: 390px; margin: 0 0 4px; color: #aaa59c; }
.studio-intro p { margin: 0; }
.studio-intro p + p { margin-top: 12px; }
.generator-shell { display: grid; grid-template-columns: minmax(320px, .82fr) minmax(350px, 1.18fr); border: 1px solid rgba(255,255,255,.16); box-shadow: 20px 24px 0 #050505; }
.generator-controls { padding: clamp(25px, 4vw, 48px); background: #0b0b0a; }
.control-head { margin-bottom: 14px; display: flex; align-items: center; gap: 13px; }
.control-head span { display: grid; width: 28px; height: 28px; place-items: center; color: var(--ink); background: var(--red); font-size: .67rem; font-weight: 900; }
.control-head label, .field-label { font-size: .68rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.generator-controls textarea { width: 100%; min-height: 145px; padding: 17px; resize: vertical; color: #f2eee6; background: #141412; border: 1px solid #383733; border-radius: 0; outline: none; line-height: 1.6; }
.generator-controls textarea:focus { border-color: var(--red); box-shadow: 0 0 0 2px rgba(239,74,45,.22); }
.field-group { margin-top: 25px; }
.field-label { display: block; margin-bottom: 11px; color: #8d8982; }
.choice-row, .ratio-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.choice, .ratio { min-height: 43px; padding: 9px; color: #a7a39c; background: transparent; border: 1px solid #383733; font-size: .67rem; font-weight: 800; cursor: pointer; transition: color .2s ease, border .2s ease, background .2s ease; }
.choice:hover, .choice.active, .ratio:hover, .ratio.active { color: #fff; background: rgba(239,74,45,.14); border-color: var(--red); }
.ratio-row { grid-template-columns: repeat(3, 1fr); }
.ratio { display: flex; align-items: center; justify-content: center; gap: 8px; }
.ratio i { display: inline-block; border: 1px solid currentColor; }
.portrait-icon { width: 10px; height: 14px; }
.square-icon { width: 12px; height: 12px; }
.landscape-icon { width: 15px; height: 9px; }
.generate-button { width: 100%; margin-top: 30px; }
.form-note { margin: 14px 0 0; color: #706d67; font-size: .63rem; letter-spacing: .06em; text-align: center; text-transform: uppercase; }
.generator-preview { min-width: 0; padding: 18px; display: grid; grid-template-rows: auto 1fr auto; gap: 13px; background: var(--paper-deep); color: var(--ink); }
.preview-top, .preview-foot { display: flex; align-items: center; justify-content: space-between; font-size: .64rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.status { display: inline-flex; align-items: center; gap: 7px; }
.status i { width: 7px; height: 7px; border-radius: 50%; background: #42a05a; box-shadow: 0 0 0 4px rgba(66,160,90,.12); }
.preview-stage { position: relative; display: block; height: clamp(420px, 56vh, 540px); min-height: 0; overflow: hidden; color: inherit; background: #111; text-decoration: none; cursor: pointer; }
.preview-stage::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(120deg, transparent 0 47%, rgba(255,255,255,.08) 49%, transparent 51% 100%); transform: translateX(-100%); }
.preview-stage.is-loading::after { animation: scan .7s ease; }
.preview-stage img { width: 100%; height: 100%; min-height: 0; object-fit: contain; object-position: center; background: #111; transition: opacity .25s ease, transform .6s ease; }
.preview-stage.is-loading img { opacity: .42; transform: scale(1.025); }
.scanning-line { position: absolute; z-index: 2; top: 0; right: 0; left: 0; height: 2px; opacity: 0; background: var(--red); box-shadow: 0 0 14px var(--red); }
.preview-stage.is-loading .scanning-line { opacity: 1; animation: scanline .7s ease; }
.preview-badge { position: absolute; z-index: 3; left: 14px; bottom: 14px; padding: 7px 10px; color: white; background: var(--red); font-size: .62rem; font-weight: 900; letter-spacing: .1em; }
@keyframes scan { to { transform: translateX(100%); } }
@keyframes scanline { from { top: 0; } to { top: 100%; } }

.gallery { padding: clamp(70px, 8vw, 120px) max(24px, calc((100vw - var(--max)) / 2)); }
.gallery-head { margin-bottom: 38px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 60px; }
.gallery-intro { max-width: 480px; margin: 0 0 5px; color: #494641; }
.gallery-intro p { margin: 0; }
.gallery-intro p + p { margin-top: 12px; }
.editorial-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; grid-template-rows: 310px 310px; gap: 12px; }
.editorial-card { position: relative; min-width: 0; padding: 0; overflow: hidden; color: #fff; background: var(--ink); border: 0; text-align: left; cursor: pointer; }
.editorial-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 40%, rgba(0,0,0,.88)); }
.editorial-card img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; filter: saturate(.78); transition: transform .5s ease, filter .4s ease; }
.editorial-card:hover img, .editorial-card:focus-visible img, .editorial-card.active img { transform: scale(1.035); filter: saturate(1.05); }
.editorial-card:focus-visible { outline: 4px solid var(--red); outline-offset: 3px; }
.editorial-card.active::before { content: "SELECTED"; position: absolute; z-index: 4; top: 12px; right: 12px; padding: 5px 8px; color: #fff; background: var(--red); font-size: .56rem; font-weight: 900; letter-spacing: .1em; }
.editorial-card > div { position: absolute; z-index: 3; right: 17px; bottom: 15px; left: 17px; display: flex; align-items: end; justify-content: space-between; gap: 12px; }
.editorial-card b { font-family: var(--display); font-size: clamp(1.7rem, 3vw, 3rem); font-weight: 900; letter-spacing: -.025em; line-height: 1; text-transform: uppercase; }
.editorial-card small { font-size: .57rem; font-weight: 900; letter-spacing: .1em; }
.card-index { position: absolute; z-index: 3; top: 14px; left: 14px; color: #fff; font-size: .65rem; font-weight: 900; }
.card-tall { grid-row: 1 / 3; }
.card-wide { grid-column: 2 / 4; }
.card-wide img { object-position: center 35%; }

.metrics { padding: 30px max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1.1fr repeat(4, 1fr); align-items: center; color: #fff; background: var(--ink); border-block: 1px solid rgba(255,255,255,.15); }
.metrics > p { color: var(--red); font-size: .66rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.metrics > div { min-height: 75px; padding: 0 24px; display: flex; align-items: center; gap: 13px; border-left: 1px solid rgba(255,255,255,.16); }
.metrics strong { color: var(--red); font-family: var(--display); font-size: clamp(2.3rem, 4vw, 4.2rem); line-height: 1; }
.metrics span { color: #8d8982; font-size: .58rem; font-weight: 800; letter-spacing: .07em; line-height: 1.4; text-transform: uppercase; }

.how { padding: clamp(70px, 8vw, 120px) max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 130px); }
.how h2 span, .faq h2 span { color: var(--red); }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { padding: 26px 0; display: grid; grid-template-columns: 58px 1fr; gap: 20px; border-top: 1px solid var(--line); }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps li > span { color: var(--red); font-family: var(--display); font-size: 2rem; }
.steps h3 { margin: 2px 0 7px; font-family: var(--display); font-size: 1.8rem; letter-spacing: -.02em; text-transform: uppercase; }
.steps p { max-width: 560px; margin: 0; color: #4c4944; }
.steps p + p { margin-top: 12px; }

.semantic-section { padding: clamp(70px, 8vw, 120px) max(24px, calc((100vw - var(--max)) / 2)); color: #fff; background: var(--ink-soft); }
.semantic-intro { display: grid; grid-template-columns: .55fr 1.45fr; align-items: end; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.16); }
.semantic-intro h2 { margin: 0; max-width: 900px; font-family: var(--display); font-size: clamp(3.5rem, 7vw, 7.7rem); letter-spacing: -.04em; line-height: .84; text-transform: uppercase; }
.semantic-copy { display: grid; grid-template-columns: repeat(2, 1fr); }
.semantic-copy article { padding: 34px 34px 34px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.semantic-copy article:nth-child(even) { padding-left: 34px; border-left: 1px solid rgba(255,255,255,.14); }
.semantic-copy h3 { margin: 0 0 12px; color: var(--red); font-family: var(--display); font-size: 1.8rem; letter-spacing: -.01em; text-transform: uppercase; }
.semantic-copy p { max-width: 560px; margin: 0; color: #a8a49c; }
.semantic-copy p + p { margin-top: 13px; }

.additional-content { padding: clamp(70px, 8vw, 120px) max(24px, calc((100vw - var(--max)) / 2)); }
.additional-content > .section-kicker { margin-bottom: 28px; }
.additional-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.additional-grid article { padding: clamp(28px, 4vw, 52px) clamp(24px, 4vw, 52px) clamp(34px, 5vw, 64px) 0; }
.additional-grid article + article { padding-right: 0; padding-left: clamp(24px, 4vw, 52px); border-left: 1px solid var(--line); }
.additional-grid h2 { margin: 0 0 24px; font-family: var(--display); font-size: clamp(2.4rem, 4vw, 4.5rem); letter-spacing: -.025em; line-height: .92; text-transform: uppercase; }
.additional-grid article + article h2 { color: var(--red); }
.additional-grid p { margin: 0; color: #494641; }
.additional-grid p + p { margin-top: 15px; }

.faq { padding: clamp(70px, 8vw, 120px) max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 130px); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 24px 0; display: flex; justify-content: space-between; gap: 20px; font-weight: 850; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--red); font-size: 1.3rem; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 640px; margin: -8px 0 24px; color: #504c46; }

.final-cta { position: relative; min-height: 620px; padding: 90px max(24px, calc((100vw - var(--max)) / 2)); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; color: #fff; background: #090909; overflow: hidden; isolation: isolate; }
.final-cta::after { content: "R//"; position: absolute; z-index: -2; right: -2vw; bottom: -8vw; color: rgba(255,255,255,.035); font-family: var(--display); font-size: 36vw; line-height: .8; }
.cta-brush { position: absolute; z-index: -1; width: 80vw; height: 170px; left: -12vw; top: 43%; background: var(--red); clip-path: polygon(0 21%, 98% 0, 100% 70%, 6% 100%); transform: rotate(-5deg); }
.final-cta .script-label { margin: 0 0 8px 5px; }
.final-cta h2 { max-width: 1100px; margin: 0; font-family: var(--display); font-size: clamp(4.2rem, 7.3vw, 7.6rem); letter-spacing: .006em; line-height: .86; text-wrap: balance; }
.final-cta h2 span { color: var(--paper); text-shadow: 6px 6px 0 rgba(0,0,0,.25); }
.final-copy { max-width: 580px; margin: 28px 0 0; color: #c9c5bd; font-size: 1rem; }
.button-light { margin-top: 24px; color: var(--ink); background: var(--paper); }

.site-footer { padding: 30px max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 30px; color: #908d87; background: #050505; border-top: 1px solid rgba(255,255,255,.13); font-size: .63rem; letter-spacing: .05em; text-transform: uppercase; }
.site-footer p { margin: 0; }
.site-footer nav { display: flex; gap: 18px; }
.site-footer nav a { color: #b8b4ad; text-decoration: none; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: minmax(0, 1fr) minmax(300px, .7fr); }
  .hero h1 { font-size: clamp(4.6rem, 8vw, 7.5rem); }
  .capability-strip { grid-template-columns: repeat(3, 1fr); }
  .capability-strip article:nth-child(n+4) { border-top: 1px solid rgba(255,255,255,.13); }
  .metrics { grid-template-columns: repeat(4, 1fr); }
  .metrics > p { grid-column: 1 / -1; margin: 0 0 18px; }
  .site-footer { grid-template-columns: auto 1fr auto; }
  .site-footer > span { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .site-header { grid-template-columns: auto 1fr auto; min-height: 64px; }
  .menu-toggle { justify-self: end; display: grid; width: 42px; height: 42px; place-content: center; gap: 5px; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.2); cursor: pointer; }
  .menu-toggle > span:not(.sr-only) { display: block; width: 18px; height: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: absolute; top: 64px; right: 0; left: 0; padding: 18px 24px 24px; display: none; align-items: stretch; flex-direction: column; gap: 0; background: #0a0a09; border-bottom: 1px solid rgba(255,255,255,.15); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 15px 0; font-size: .78rem; border-bottom: 1px solid rgba(255,255,255,.1); }
  .header-cta { display: none; }
  .hero { height: auto; min-height: auto; padding-top: 55px; grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 12px; }
  .hero h1 { font-size: clamp(4.8rem, 18vw, 8rem); letter-spacing: 0; line-height: .82; }
  .hero-visual { width: min(100%, 520px); min-height: 620px; }
  .hero-side-note { display: none; }
  .manifesto { grid-template-columns: 20px minmax(0, .85fr) minmax(0, 1.15fr); gap: 25px; }
  .manifesto-image, .manifesto-image img { min-height: 390px; height: 390px; }
  .manifesto h2 { font-size: clamp(2.8rem, 7vw, 4.6rem); }
  .studio-heading, .gallery-head, .how, .faq { grid-template-columns: 1fr; gap: 28px; }
  .studio-heading .section-kicker { margin-bottom: 0; }
  .generator-shell { grid-template-columns: 1fr; }
  .preview-stage, .preview-stage img { min-height: 680px; }
  .editorial-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: 470px 370px 470px; }
  .card-tall { grid-row: auto; }
  .card-wide { grid-column: 1 / 3; }
  .metrics { grid-template-columns: repeat(2, 1fr); }
  .semantic-intro { grid-template-columns: 1fr; }
  .additional-grid { grid-template-columns: 1fr; }
  .additional-grid article, .additional-grid article + article { padding: 34px 0; border-left: 0; }
  .additional-grid article + article { border-top: 1px solid var(--line); }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
  .site-footer > span { grid-column: auto; }
}

@media (max-width: 600px) {
  .site-header { padding-inline: 17px; }
  .hero, .manifesto, .capability-strip, .studio-section, .gallery, .metrics, .how, .semantic-section, .additional-content, .faq, .final-cta, .site-footer { padding-left: 18px; padding-right: 18px; }
  .hero { padding-top: 46px; padding-bottom: 36px; gap: 40px; }
  .hero h1 { font-size: clamp(4.15rem, 20vw, 6rem); line-height: .82; }
  .hero-lead { margin-top: 24px; font-size: .95rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .inline-link { text-align: center; }
  .hero-meta { gap: 14px; justify-content: space-between; }
  .hero-meta span { max-width: 92px; }
  .hero-visual, .hero-visual img { min-height: 520px; }
  .manifesto { grid-template-columns: 14px 1fr; gap: 18px; }
  .manifesto-image { grid-column: 2; }
  .manifesto-copy { grid-column: 1 / -1; padding-top: 25px; }
  .manifesto h2, .gallery h2, .how h2, .faq h2 { font-size: clamp(2.8rem, 14vw, 4.5rem); }
  .capability-strip { grid-template-columns: 1fr; padding-block: 8px; }
  .capability-strip article, .capability-strip article:nth-child(n+4) { min-height: 0; padding: 20px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .capability-strip article:last-child { border-right: 0; }
  .studio-heading h2, .semantic-intro h2 { font-size: clamp(3.2rem, 16vw, 5.2rem); }
  .generator-shell { box-shadow: 8px 10px 0 #050505; }
  .generator-controls, .generator-preview { padding: 17px; }
  .choice-row { grid-template-columns: repeat(2, 1fr); }
  .preview-stage, .preview-stage img { min-height: 520px; }
  .editorial-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 520px); }
  .card-wide { grid-column: auto; }
  .card-wide img { object-position: center 25%; }
  .metrics { grid-template-columns: 1fr 1fr; }
  .metrics > div { padding: 16px 8px; }
  .metrics strong { font-size: 2.5rem; }
  .semantic-copy { grid-template-columns: 1fr; }
  .semantic-copy article, .semantic-copy article:nth-child(even) { padding: 28px 0; border-left: 0; }
  .final-cta { min-height: 560px; }
  .final-cta h2 { font-size: clamp(3.7rem, 17vw, 5.6rem); line-height: .88; }
  .site-footer nav { flex-wrap: wrap; }
}

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