:root {
  --ink: #101214;
  --muted: #626970;
  --line: #d9dddf;
  --paper: #f4f5f3;
  --white: #ffffff;
  --orange: #d94f26;
  --orange-dark: #a93216;
  --green: #1f6651;
  --blue: #315d7d;
  --max: 1480px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; letter-spacing: 0; }
body, button, input, select, textarea { font-size: 16px; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
p { line-height: 1.6; }
svg { width: 1.1em; height: 1.1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.portfolio-header, .lane-header {
  position: sticky; top: 0; z-index: 50; min-height: 74px; padding: 0 max(28px, calc((100vw - var(--max)) / 2));
  display: flex; align-items: center; justify-content: space-between; gap: 28px; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px);
}
.portfolio-brand, .lane-brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 760; white-space: nowrap; }
.brand-mark { display: inline-grid; place-items: center; width: 32px; height: 32px; color: #fff; background: var(--orange); font-size: 15px; font-weight: 850; }
.brand-word { font-size: 17px; }
.portfolio-nav, .lane-nav { display: flex; align-items: center; gap: 20px; color: #4c535a; font-size: 13px; font-weight: 650; }
.portfolio-brand, .lane-brand { flex: 0 0 auto; }
.portfolio-nav a, .lane-nav > a { padding: 27px 0 24px; border-bottom: 3px solid transparent; }
.portfolio-nav a:hover, .portfolio-nav a.active, .lane-nav > a:hover { color: var(--ink); border-color: var(--orange); }
.nav-cta { color: #fff !important; background: var(--ink); border: 0 !important; padding: 11px 17px !important; }
.lang-menu { display: flex; gap: 9px; padding-left: 18px; border-left: 1px solid var(--line); font-size: 12px; }
.lang-menu a { color: #7c848b; }
.lang-menu a.active { color: var(--orange); font-weight: 800; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: #fff; padding: 12px; }
.menu-toggle span { display: block; height: 1px; background: var(--ink); margin: 5px 0; }

.section-label { margin: 0 0 20px; color: var(--orange-dark); font-size: 12px; line-height: 1.2; font-weight: 800; text-transform: uppercase; letter-spacing: 0; }
.section-label.light { color: #ff9a78; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 24px; color: var(--ink); font-weight: 750; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.text-link.light { color: #fff; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 20px; border: 1px solid currentColor; font-weight: 760; }
.button.solid { color: #fff; background: var(--orange); border-color: var(--orange); }
.button.ghost { color: #fff; background: transparent; border-color: rgba(255,255,255,.55); }
.light-button { color: var(--ink) !important; background: #fff !important; border-color: #fff !important; }
.dark-button { color: #fff; background: var(--ink); border-color: var(--ink); }

/* Parent */
.parent-hero { position: relative; min-height: calc(100vh - 74px); overflow: hidden; color: #fff; background: #0d1115; }
.parent-hero-copy { position: relative; z-index: 2; width: 56%; max-width: 820px; padding: 13vh max(28px, calc((100vw - var(--max)) / 2)) 150px; }
.parent-hero h1 { margin: 0 0 28px; font-size: 104px; line-height: .9; font-weight: 820; }
.hero-deck { max-width: 780px; margin: 0; font-size: 28px; line-height: 1.25; font-weight: 570; }
.hero-thesis { max-width: 690px; margin: 28px 0 0; color: #cbd0d4; font-size: 17px; }
.hero-index { position: absolute; z-index: 2; left: max(28px, calc((100vw - var(--max)) / 2)); right: max(28px, calc((100vw - var(--max)) / 2)); bottom: 30px; display: flex; gap: 34px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.3); color: #c8cdd0; font-size: 12px; text-transform: uppercase; }
.portfolio-system { position: absolute; z-index: 1; top: 7vh; right: max(28px, calc((100vw - var(--max)) / 2)); bottom: 86px; width: min(39vw, 620px); border: 1px solid #3c4449; background: #151a1e; }
.system-axis { height: 58px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 0 20px; border-bottom: 1px solid #3c4449; color: #8f9aa1; font-size: 11px; font-weight: 750; text-transform: uppercase; }
.system-axis i { height: 1px; background: #59646b; }
.system-lanes { height: calc(100% - 108px); display: grid; grid-template-columns: repeat(3, 1fr); }
.system-lane { display: flex; flex-direction: column; justify-content: flex-end; gap: 0; min-width: 0; padding: 22px 16px; border-right: 1px solid #3c4449; }
.system-lane:last-child { border-right: 0; }
.system-lane b { margin-bottom: auto; color: #768188; font-size: 11px; }
.system-lane strong { min-height: 58px; color: #fff; font-size: 19px; line-height: 1.05; }
.system-lane span { padding: 11px 0; border-top: 1px solid #3c4449; color: #aeb7bc; font-size: 11px; text-transform: uppercase; }
.system-lane span:last-child { color: #fff; }
.lane-industrial { box-shadow: inset 0 4px #d94f26; }
.lane-cultural { box-shadow: inset 0 4px #bd2541; }
.lane-software { box-shadow: inset 0 4px #2a8b70; }
.system-caption { height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0 20px; border-top: 1px solid #3c4449; color: #7f8a90; font-size: 10px; text-transform: uppercase; }
.system-caption span:last-child { color: #67c4a5; }

.business-line { min-height: 700px; display: grid; grid-template-columns: 1fr 1fr; background: #fff; }
.business-line.reversed .business-visual { order: 2; }
.business-visual { display: grid; place-items: center; overflow: hidden; padding: clamp(28px, 6vw, 92px); background: #e3e5e4; }
.business-copy { display: flex; flex-direction: column; justify-content: center; padding: 9vw max(38px, 8vw); }
.business-copy h2 { max-width: 690px; margin: 0 0 28px; font-size: 60px; line-height: 1.03; }
.business-copy > p:not(.section-label) { max-width: 660px; margin: 0; color: var(--muted); font-size: 20px; }
.inline-capabilities { display: flex; flex-wrap: wrap; gap: 0; margin: 38px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.inline-capabilities li { width: 50%; padding: 14px 12px 14px 0; border-bottom: 1px solid var(--line); font-weight: 650; }
.business-system { width: min(100%, 660px); min-height: 500px; display: flex; flex-direction: column; border: 1px solid #21282c; background: #f7f8f6; box-shadow: 18px 18px 0 rgba(16,18,20,.12); }
.system-toolbar { min-height: 54px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid #bfc6c8; color: #626c72; font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.system-toolbar b { display: grid; place-items: center; width: 27px; height: 27px; color: #fff; background: #171b1e; }
.scope-title { display: flex; flex-direction: column; gap: 6px; padding: 34px 22px 30px; border-bottom: 1px solid #cbd0d1; }
.scope-title span, .project-core small, .awe-score span { color: #7b8489; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.scope-title strong { font-size: 29px; line-height: 1.05; }
.scope-title small { color: #687177; }
.scope-data, .signal-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.scope-data p, .signal-grid p { min-height: 96px; display: flex; flex-direction: column; justify-content: space-between; margin: 0; padding: 16px; border-right: 1px solid #cbd0d1; border-bottom: 1px solid #cbd0d1; }
.scope-data p:last-child, .signal-grid p:nth-child(4) { border-right: 0; }
.scope-data span, .signal-grid span { color: #747d82; font-size: 10px; text-transform: uppercase; }
.scope-data b, .signal-grid b { color: #1f6651; font-size: 13px; }
.supplier-route { flex: 1; display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 10px; padding: 30px 22px; }
.supplier-route span { padding: 11px 12px; color: #fff; background: #1b2023; font-size: 10px; font-weight: 800; }
.supplier-route span:nth-of-type(2) { background: #d94f26; }
.supplier-route i { height: 1px; background: #929b9f; }
.system-footer { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #bfc6c8; }
.system-footer span { padding: 13px 8px; border-right: 1px solid #cbd0d1; color: #626c72; font-size: 9px; text-align: center; text-transform: uppercase; }
.system-footer span:last-child { border-right: 0; }
.artist-system { color: #fff; border-color: #453a42; background: #191619; box-shadow: 18px 18px 0 rgba(189,37,65,.2); }
.artist-system .system-toolbar, .artist-system .system-footer { border-color: #51464e; color: #b5abb2; }
.artist-system .system-toolbar b { background: #bd2541; }
.artist-system .system-footer span { border-color: #51464e; color: #a99fa6; }
.market-stack { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid #51464e; }
.market-stack span { min-height: 82px; display: grid; align-items: end; padding: 14px 10px; border-right: 1px solid #51464e; color: #d6cfd3; font-size: 10px; writing-mode: vertical-rl; }
.market-stack span:last-child { border-right: 0; }
.project-core { padding: 32px 22px; border-bottom: 1px solid #51464e; }
.project-core small { color: #c2697b; }
.project-core strong { display: block; margin-top: 7px; font-size: 31px; }
.project-core p { margin: 6px 0 0; color: #afa6ac; font-size: 13px; }
.partner-orbit { flex: 1; display: grid; grid-template-columns: repeat(2, 1fr); }
.partner-orbit span { display: grid; place-items: center; min-height: 72px; border-right: 1px solid #51464e; border-bottom: 1px solid #51464e; color: #e3dde1; font-size: 12px; }
.partner-orbit span:nth-child(even) { border-right: 0; }
.partner-orbit span:nth-last-child(-n+2) { border-bottom: 0; }
.product-frame { background: #dfe3e4; }
.awe-system { box-shadow: 18px 18px 0 rgba(42,139,112,.2); }
.awe-system .system-toolbar b { background: #1f6651; }
.awe-score { display: flex; align-items: baseline; gap: 7px; padding: 30px 22px; border-bottom: 1px solid #cbd0d1; }
.awe-score span { margin-right: auto; }
.awe-score strong { font-size: 72px; line-height: 1; }
.awe-score small { color: #7c858a; }
.signal-grid { grid-template-columns: repeat(2, 1fr); }
.signal-grid p:nth-child(2) { border-right: 0; }
.volume-chart { flex: 1; min-height: 120px; display: flex; align-items: end; gap: 8px; padding: 24px 22px 0; border-bottom: 1px solid #cbd0d1; }
.volume-chart i { flex: 1; background: #2a8b70; }

.operating-method { padding: 110px max(28px, calc((100vw - var(--max)) / 2)); color: #fff; background: var(--ink); }
.method-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; align-items: end; margin-bottom: 70px; }
.method-heading h2 { max-width: 850px; margin: 0; font-size: 60px; line-height: 1.04; }
.method-steps { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid #3e4448; }
.method-steps > li { padding: 24px 30px 30px 0; border-right: 1px solid #3e4448; }
.method-steps > li + li { padding-left: 30px; }
.method-steps > li > span { color: #8e979e; font-size: 12px; }
.method-steps h3 { margin: 54px 0 12px; font-size: 24px; }
.method-steps p { max-width: 330px; margin: 0; color: #aeb5ba; }

.evidence-band { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; padding: 110px max(28px, calc((100vw - var(--max)) / 2)); background: #e9ebe8; }
.evidence-band h2 { margin: 0; font-size: 46px; line-height: 1.08; }
.evidence-list article { padding: 26px 0; border-top: 1px solid #bcc2c1; }
.evidence-list article:last-child { border-bottom: 1px solid #bcc2c1; }
.evidence-list span { color: var(--orange-dark); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.evidence-list h3 { margin: 10px 0 7px; font-size: 23px; }
.evidence-list p { margin: 0; color: var(--muted); }
.founder-band { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; padding: 105px max(28px, calc((100vw - var(--max)) / 2)); background: #fff; }
.founder-band h2 { margin: 0; font-size: 54px; }
.founder-band > div:last-child { max-width: 750px; color: #41484d; font-size: 20px; }
.founder-band p { margin-top: 0; }
.contact-router { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; padding: 100px max(28px, calc((100vw - var(--max)) / 2)); color: #fff; background: var(--orange-dark); }
.contact-router h2 { margin: 0; font-size: 56px; line-height: 1.05; }
.contact-options a { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; border-top: 1px solid rgba(255,255,255,.42); font-size: 20px; font-weight: 700; }
.contact-options a:last-child { border-bottom: 1px solid rgba(255,255,255,.42); }
.contact-options svg { flex: 0 0 auto; }

.portfolio-footer { padding: 70px max(28px, calc((100vw - var(--max)) / 2)) 30px; color: #d1d5d7; background: #0c0f11; }
.portfolio-brand.inverse .brand-word { color: #fff; }
.footer-lead { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-bottom: 45px; border-bottom: 1px solid #363b3e; }
.footer-lead p { margin: 0; color: #8f989e; }
.footer-routes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; padding: 42px 0 60px; }
.footer-routes div { display: flex; flex-direction: column; gap: 8px; }
.footer-routes span { color: #788187; font-size: 12px; text-transform: uppercase; font-weight: 750; }
.footer-routes a { color: #fff; font-size: 18px; }
.footer-legal { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; border-top: 1px solid #363b3e; color: #788187; font-size: 12px; }
.footer-legal a:hover { color: #fff; }

/* RFQ */
.rfq-hero { position: relative; min-height: 720px; color: #fff; background: #111619; overflow: hidden; }
.rfq-hero-media { position: absolute; inset: 0; }
.rfq-review-panel { position: absolute; top: 64px; right: max(28px, calc((100vw - var(--max)) / 2)); bottom: 88px; width: min(39vw, 620px); display: flex; flex-direction: column; border: 1px solid #485156; background: #151a1d; box-shadow: 16px 16px 0 rgba(0,0,0,.18); }
.review-toolbar, .brief-toolbar { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 20px; border-bottom: 1px solid #394146; color: #89949a; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.review-toolbar b, .brief-toolbar b { color: #e7ebed; font-size: 10px; }
.review-title, .brief-title { display: flex; flex-direction: column; gap: 8px; padding: 30px 24px; border-bottom: 1px solid #394146; }
.review-title small, .brief-title small { color: #e06c48; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.review-title strong, .brief-title strong { font-size: 28px; line-height: 1.08; }
.review-title span, .brief-title span { color: #9ca6ab; font-size: 12px; }
.review-heading { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 14px 24px; border-bottom: 1px solid #394146; color: #707c82; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.review-rows, .brief-rows { flex: 1; }
.review-rows p, .brief-rows p { min-height: 64px; display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; margin: 0; padding: 0 24px; border-bottom: 1px solid #31383c; }
.review-rows span, .brief-rows span { color: #cbd1d4; font-size: 12px; }
.review-rows b, .brief-rows b { color: #69c7a6; font-size: 10px; text-transform: uppercase; }
.review-decision, .brief-next { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 24px; background: #d94f26; }
.review-decision span, .brief-next span { font-size: 9px; font-weight: 800; text-transform: uppercase; }
.review-decision strong, .brief-next strong { font-size: 16px; }
.rfq-hero-copy { position: relative; z-index: 2; width: 59%; max-width: 880px; padding: 130px max(28px, calc((100vw - var(--max)) / 2)) 170px; }
.rfq-hero h1 { max-width: 860px; margin: 0 0 28px; font-size: 76px; line-height: 1; }
.rfq-hero-copy > p:not(.section-label) { max-width: 700px; color: #d4d9dc; font-size: 22px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.rfq-hero-status { position: absolute; z-index: 2; right: max(28px, calc((100vw - var(--max)) / 2)); bottom: 30px; display: flex; align-items: center; gap: 8px; font-size: 12px; text-transform: uppercase; }
.rfq-hero-status span::after { content: "→"; margin-left: 8px; color: #ff8a64; }

.section-intro { max-width: 780px; }
.section-intro h2 { margin: 0; font-size: 52px; line-height: 1.06; }
.audience-router, .engagement-formats, .rfq-process, .artist-work { padding: 100px max(28px, calc((100vw - var(--max)) / 2)); }
.audience-router { background: #fff; }
.audience-rows { margin-top: 60px; border-top: 1px solid var(--line); }
.audience-rows a { display: grid; grid-template-columns: 70px 1fr auto; gap: 30px; align-items: center; padding: 28px 0; border-bottom: 1px solid var(--line); }
.audience-rows a > span { color: var(--orange-dark); font-size: 12px; font-weight: 800; }
.audience-rows h3 { margin: 0 0 5px; font-size: 25px; }
.audience-rows p { margin: 0; color: var(--muted); }
.audience-rows a > svg { width: 24px; height: 24px; transition: transform .2s ease; }
.audience-rows a:hover > svg { transform: translateX(6px); }
.engagement-formats { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; background: #e9ebe8; }
.format-list { border-top: 1px solid #bcc2c1; }
.format-list article { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 22px 0; border-bottom: 1px solid #bcc2c1; }
.format-list span { color: var(--orange-dark); font-size: 12px; }
.format-list h3 { margin: 0 0 5px; font-size: 20px; }
.format-list p { margin: 0; color: var(--muted); }
.rfq-evidence { padding: 105px max(28px, calc((100vw - var(--max)) / 2)); color: #fff; background: #131719; }
.rfq-evidence .section-intro { margin-bottom: 60px; }
.scope-ledger { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #3b4144; border-left: 1px solid #3b4144; }
.scope-ledger article { min-height: 280px; padding: 24px; border-right: 1px solid #3b4144; border-bottom: 1px solid #3b4144; }
.scope-ledger span { color: #ff8b66; font-size: 12px; }
.scope-ledger h3 { margin: 70px 0 12px; font-size: 23px; }
.scope-ledger p { margin: 0; color: #a7afb4; }
.scope-ledger.tender-ledger { grid-template-columns: repeat(3, 1fr); }
.tender-ledger article { display: flex; min-height: 390px; flex-direction: column; }
.tender-ledger h3 { margin: 28px 0 8px; }
.tender-ledger .tender-meta { margin: 0 0 18px; color: #f0f2f3; font-size: 13px; font-weight: 750; }
.tender-ledger .tender-status { margin-top: auto; padding-top: 20px; border-top: 1px solid #3b4144; color: #d7dcde; font-size: 13px; }
.rfq-process { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; background: #fff; }
.rfq-process ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.rfq-process li { display: grid; grid-template-columns: 50px 220px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.rfq-process li > span { color: var(--orange-dark); font-size: 12px; }
.rfq-process h3, .rfq-process p { margin: 0; }
.rfq-process p { color: var(--muted); }
.rfq-conversion { display: flex; align-items: end; justify-content: space-between; gap: 60px; padding: 80px max(28px, calc((100vw - var(--max)) / 2)); color: #fff; background: var(--orange-dark); }
.rfq-conversion h2 { max-width: 880px; margin: 0 0 12px; font-size: 50px; line-height: 1.05; }
.rfq-conversion p { max-width: 700px; margin: 0; color: #f2c8bc; }

/* Artists */
.artist-lane-header .brand-mark { background: #bd2541; }
.artists-hero { position: relative; min-height: 790px; overflow: hidden; color: #fff; background: #171317; }
.artists-hero-copy { position: relative; z-index: 2; width: 59%; max-width: 880px; padding: 150px max(28px, calc((100vw - var(--max)) / 2)) 170px; }
.artists-hero h1 { max-width: 850px; margin: 0 0 28px; font-size: 86px; line-height: .96; }
.artists-hero-copy > p:not(.section-label) { max-width: 720px; color: #e0dee2; font-size: 22px; }
.artists-note { position: absolute; z-index: 2; left: max(28px, calc((100vw - var(--max)) / 2)); bottom: 28px; display: flex; gap: 28px; color: #d6d1d7; font-size: 12px; text-transform: uppercase; }
.artist-project-brief { position: absolute; top: 55px; right: max(28px, calc((100vw - var(--max)) / 2)); bottom: 74px; width: min(39vw, 620px); display: flex; flex-direction: column; border: 1px solid #65545e; background: #1d181d; box-shadow: 16px 16px 0 rgba(0,0,0,.2); }
.artist-project-brief .brief-toolbar { border-color: #4c4047; color: #a89ca3; }
.artist-project-brief .brief-title { border-color: #4c4047; }
.artist-project-brief .brief-title small { color: #df6078; }
.artist-project-brief .brief-title span { color: #aea2a9; }
.brief-section-label { padding: 14px 24px; border-bottom: 1px solid #4c4047; color: #85777f; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.artist-project-brief .brief-rows p { border-color: #40363c; }
.artist-project-brief .brief-rows span { color: #ddd7db; }
.artist-project-brief .brief-rows b { color: #e68a9b; }
.artist-project-brief .brief-next { background: #bd2541; }
.artist-audiences { display: grid; grid-template-columns: repeat(3, 1fr); background: #fff; }
.artist-audiences > a { min-height: 390px; display: flex; flex-direction: column; justify-content: space-between; padding: 32px; border-right: 1px solid var(--line); }
.artist-audiences > a > span { color: #a42d45; font-size: 12px; }
.artist-audiences h2 { margin: 0 0 12px; font-size: 30px; }
.artist-audiences p { margin: 0; color: var(--muted); }
.artist-audiences > a > svg { align-self: flex-end; width: 24px; height: 24px; }
.artist-work { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; background: #ecebea; }
.artist-work-list { border-top: 1px solid #c2bebf; }
.artist-work-list article { padding: 22px 0; border-bottom: 1px solid #c2bebf; }
.artist-work-list span { color: #a42d45; font-size: 12px; text-transform: uppercase; font-weight: 800; }
.artist-work-list h3 { margin: 8px 0 5px; font-size: 22px; }
.artist-work-list p { margin: 0; color: var(--muted); }
.artist-proof { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; padding: 100px max(28px, calc((100vw - var(--max)) / 2)); color: #fff; background: #171417; }
.artist-proof h2 { max-width: 600px; margin: 0; font-size: 50px; line-height: 1.06; }
.artist-proof-scale { max-width: 560px; margin: 34px 0 0; padding-top: 24px; border-top: 1px solid #625860; color: #fff; font-size: 21px; font-weight: 700; line-height: 1.4; }
.artist-proof-lines { border-top: 1px solid #474047; }
.artist-proof-lines p { display: grid; grid-template-columns: 45px 1fr; gap: 15px; margin: 0; padding: 22px 0; border-bottom: 1px solid #474047; color: #cbc5cc; }
.artist-proof-lines span { color: #ff8299; font-size: 12px; }
.artist-conversion { display: flex; justify-content: space-between; align-items: end; gap: 50px; padding: 90px max(28px, calc((100vw - var(--max)) / 2)); background: #fff; }
.artist-conversion h2 { max-width: 800px; margin: 0; font-size: 53px; }
.artist-conversion p { color: var(--muted); }

/* Legal and legacy RFQ surfaces */
.legal-main { min-height: 60vh; padding: 90px max(28px, calc((100vw - 1000px) / 2)); background: #fff; }
.legal-main article { max-width: 850px; }
.legal-main h1 { margin: 0 0 34px; font-size: 58px; }
.legal-main p { color: #4f575c; }
.legal-main a { text-decoration: underline; }

/* Existing RFQ subpages use the same restrained system without changing form logic. */
body.public-page { background: #f4f5f3; color: var(--ink); line-height: 1.55; }
body.public-page .legalbar { display: none; }
body.public-page .site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-color: var(--line); backdrop-filter: blur(14px); }
body.public-page .wrap { width: min(var(--max), calc(100vw - 80px)); }
body.public-page .nav { min-height: 74px; }
body.public-page .brand { color: var(--ink); border: 0; border-radius: 0; padding: 0; font-size: 16px; letter-spacing: 0; }
body.public-page .brand::before { content: "A"; display: inline-grid; place-items: center; width: 32px; height: 32px; margin-right: 10px; color: #fff; background: var(--orange); font-size: 14px; }
body.public-page nav { gap: 20px; }
body.public-page nav a { padding: 25px 0 22px; border-radius: 0; border-bottom: 3px solid transparent; color: #555d63; font-size: 14px; letter-spacing: 0; }
body.public-page nav a.active, body.public-page nav a:hover { color: var(--ink); background: transparent; border-color: var(--orange); }
body.public-page .lang-switch { gap: 8px; }
body.public-page .lang-switch a { padding-left: 0; padding-right: 0; }
body.public-page section { padding: 86px 0; }
body.public-page h1 { max-width: 850px; margin: 14px 0 24px; font-size: 64px; line-height: 1.02; letter-spacing: 0; }
body.public-page h2 { margin: 0 0 18px; font-size: 42px; line-height: 1.07; letter-spacing: 0; }
body.public-page h3 { font-size: 20px; letter-spacing: 0; }
body.public-page p { color: #4f575c; font-size: 17px; }
body.public-page .eyebrow { color: var(--orange-dark); font-size: 12px; letter-spacing: 0; }
body.public-page .hero { padding: 88px 0; background: #fff; border-bottom: 1px solid var(--line); }
body.public-page .hero-grid { grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr); gap: 7vw; }
body.public-page .panel, body.public-page .card, body.public-page .scope-item { border-radius: 2px; box-shadow: none; }
body.public-page .cards { gap: 0; border-top: 1px solid var(--line); }
body.public-page .card { min-height: 160px; padding: 24px; border-top: 0; border-left: 0; }
body.public-page .btn { border-radius: 0; box-shadow: none; }
body.public-page .warning { border-radius: 2px; padding: 46px; }
body.public-page .split { grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr); gap: 7vw; }
body.public-page .request-panel { padding: 32px; }
body.public-page .request-v2 { padding: 88px 0; background: #fff; }
body.public-page .request-intro { position: sticky; top: 110px; }
body.public-page .request-input-guide { margin-top: 42px; padding-top: 20px; border-top: 1px solid var(--line); }
body.public-page .request-input-guide > span { color: var(--orange-dark); font-size: 12px; font-weight: 800; text-transform: uppercase; }
body.public-page .request-input-guide ul { margin: 18px 0 0; padding: 0; list-style: none; }
body.public-page .request-input-guide li { padding: 10px 0; border-bottom: 1px solid var(--line); color: #4f575c; }
body.public-page .request-panel small { color: #727a80; font-weight: 500; }
body.public-page .complex-hero { padding: 100px 0; color: #fff; background: #131719; }
body.public-page .complex-hero h1 { max-width: 780px; color: #fff; }
body.public-page .complex-hero p { color: #b9c0c4; }
body.public-page .complex-route-line { display: grid; grid-template-columns: repeat(2, 1fr); align-self: end; border-top: 1px solid #3f4548; }
body.public-page .complex-route-line span { padding: 20px 8px 20px 0; border-bottom: 1px solid #3f4548; color: #dfe3e5; font-size: 13px; font-weight: 750; text-transform: uppercase; }
body.public-page .complex-case-v2 { background: #fff; }
body.public-page .complex-output-list, body.public-page .complex-structures-v2 { border-top: 1px solid var(--line); }
body.public-page .complex-output-list p, body.public-page .complex-structures-v2 p { display: grid; grid-template-columns: 42px 1fr; gap: 14px; max-width: none; margin: 0; padding: 19px 0; border-bottom: 1px solid var(--line); }
body.public-page .complex-output-list span { color: var(--orange-dark); font-size: 12px; font-weight: 800; }
body.public-page .complex-role-v2 { background: #e9ebe8; }
body.public-page .complex-structures-v2 p { display: block; }
body.public-page .complex-close-v2 { color: #fff; background: var(--orange-dark); }
body.public-page .complex-close-v2 h2 { color: #fff; }
body.public-page .complex-close-v2 p { color: #f2c8bc; }
body.public-page .complex-close-v2 .btn.primary { color: var(--ink); background: #fff; border-color: #fff; }
body.public-page input, body.public-page select, body.public-page textarea { width: 100%; min-height: 48px; border: 1px solid #bbc1c5; border-radius: 0; background: #fff; padding: 11px 12px; font: inherit; }
body.public-page textarea { min-height: 118px; resize: vertical; }
body.public-page label { display: grid; gap: 8px; color: #343a3f; font-size: 14px; font-weight: 700; }
body.public-page footer { color: #cdd2d4; background: #0c0f11; }
body.public-page footer a { color: #fff; }

@media (max-width: 1080px) {
  .portfolio-nav, .lane-nav { gap: 16px; font-size: 13px; }
  .lang-menu { display: none; }
  .parent-hero h1 { font-size: 84px; }
  .business-copy h2, .method-heading h2 { font-size: 48px; }
  .scope-ledger { grid-template-columns: repeat(2, 1fr); }
  .scope-ledger.tender-ledger { grid-template-columns: repeat(2, 1fr); }
  .artist-audiences { grid-template-columns: 1fr; }
  .artist-audiences > a { min-height: 260px; border-bottom: 1px solid var(--line); }
}

@media (max-width: 820px) {
  .portfolio-header, .lane-header { min-height: 64px; padding: 0 20px; }
  .menu-toggle { display: block; }
  .portfolio-nav, .lane-nav { display: none; position: absolute; top: 64px; left: 0; right: 0; align-items: stretch; flex-direction: column; gap: 0; padding: 12px 20px 24px; background: #fff; border-bottom: 1px solid var(--line); }
  .portfolio-nav.open, .lane-nav.open { display: flex; }
  .portfolio-nav a, .lane-nav > a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .nav-cta { margin-top: 10px; text-align: center; }
  .lang-menu { display: flex; margin-top: 15px; padding: 12px 0 0; border-left: 0; }
  .parent-hero { min-height: 900px; }
  .parent-hero-copy { width: 100%; padding: 82px 24px 420px; }
  .parent-hero h1 { font-size: 66px; }
  .hero-deck { font-size: 23px; }
  .portfolio-system { top: auto; left: 24px; right: 24px; bottom: 92px; width: auto; height: 300px; }
  .system-axis { height: 46px; padding: 0 12px; }
  .system-lanes { height: calc(100% - 88px); }
  .system-lane { padding: 14px 9px; }
  .system-lane strong { min-height: 42px; font-size: 13px; }
  .system-lane span { padding: 7px 0; font-size: 8px; }
  .system-caption { height: 42px; padding: 0 12px; font-size: 8px; }
  .hero-index { left: 24px; right: 24px; flex-wrap: wrap; gap: 12px 22px; }
  .business-line, .business-line.reversed { min-height: 0; grid-template-columns: 1fr; }
  .business-line.reversed .business-visual { order: 0; }
  .business-visual { height: auto; min-height: 440px; padding: 32px 24px 48px; }
  .business-system { min-height: 390px; box-shadow: 10px 10px 0 rgba(16,18,20,.12); }
  .scope-title { padding: 22px 16px; }
  .scope-title strong { font-size: 23px; }
  .scope-data p, .signal-grid p { min-height: 78px; padding: 12px; }
  .supplier-route { padding: 22px 14px; gap: 7px; }
  .supplier-route span { padding: 9px 7px; font-size: 8px; }
  .awe-score { padding: 22px 16px; }
  .awe-score strong { font-size: 56px; }
  .business-copy { padding: 65px 24px 75px; }
  .business-copy h2 { font-size: 41px; }
  .business-copy > p:not(.section-label) { font-size: 18px; }
  .product-frame { min-height: 440px; }
  .method-heading, .evidence-band, .founder-band, .contact-router, .engagement-formats, .rfq-process, .artist-work, .artist-proof { grid-template-columns: 1fr; gap: 50px; }
  .operating-method, .evidence-band, .founder-band, .contact-router, .audience-router, .engagement-formats, .rfq-evidence, .rfq-process, .artist-work, .artist-proof { padding: 72px 24px; }
  .method-heading h2, .evidence-band h2, .founder-band h2, .contact-router h2, .section-intro h2, .artist-proof h2 { font-size: 40px; }
  .method-steps { grid-template-columns: 1fr; }
  .method-steps > li, .method-steps > li + li { padding: 24px 0; border-right: 0; border-bottom: 1px solid #3e4448; }
  .method-steps h3 { margin-top: 28px; }
  .footer-lead, .footer-legal { align-items: flex-start; flex-direction: column; }
  .footer-routes { grid-template-columns: 1fr; gap: 24px; }
  .rfq-hero { min-height: 850px; }
  .rfq-hero-copy { width: 100%; padding: 78px 24px 330px; }
  .rfq-hero h1 { font-size: 52px; }
  .rfq-hero-copy > p:not(.section-label) { font-size: 19px; }
  .rfq-review-panel { top: auto; left: 24px; right: 24px; bottom: 78px; width: auto; height: 250px; box-shadow: 9px 9px 0 rgba(0,0,0,.18); }
  .review-toolbar, .brief-toolbar { min-height: 38px; padding: 0 12px; font-size: 8px; }
  .review-title, .brief-title { gap: 4px; padding: 12px 14px; }
  .review-title strong, .brief-title strong { font-size: 17px; }
  .review-title span, .brief-title span { display: none; }
  .review-heading, .brief-section-label { display: none; }
  .review-rows p, .brief-rows p { min-height: 31px; padding: 0 14px; }
  .review-rows span, .brief-rows span { font-size: 9px; }
  .review-rows b, .brief-rows b { font-size: 8px; }
  .review-decision, .brief-next { padding: 11px 14px; }
  .review-decision strong, .brief-next strong { font-size: 12px; }
  .rfq-hero-status { left: 24px; right: 24px; flex-wrap: wrap; }
  .scope-ledger { grid-template-columns: 1fr; }
  .scope-ledger.tender-ledger { grid-template-columns: 1fr; }
  .rfq-process li { grid-template-columns: 35px 1fr; }
  .rfq-process li p { grid-column: 2; }
  .rfq-conversion, .artist-conversion { align-items: stretch; flex-direction: column; padding: 65px 24px; }
  .rfq-conversion h2, .artist-conversion h2 { font-size: 40px; }
  .artists-hero { min-height: 880px; }
  .artists-hero-copy { width: 100%; padding: 82px 24px 370px; }
  .artists-hero h1 { font-size: 57px; }
  .artists-hero-copy > p:not(.section-label) { font-size: 19px; }
  .artist-project-brief { top: auto; left: 24px; right: 24px; bottom: 78px; width: auto; height: 280px; box-shadow: 9px 9px 0 rgba(0,0,0,.2); }
  .artists-note { left: 24px; right: 24px; flex-wrap: wrap; }
  .artist-audiences > a { padding: 28px 24px; }
  .legal-main { padding: 70px 24px; }
  .legal-main h1 { font-size: 44px; }
  body.public-page .wrap { width: min(100% - 40px, var(--max)); }
  body.public-page .nav { min-height: 64px; align-items: flex-start; padding: 15px 0; }
  body.public-page .nav > nav { gap: 6px 14px; justify-content: flex-end; }
  body.public-page nav a { padding: 7px 0; border-bottom-width: 2px; }
  body.public-page .split, body.public-page .hero-grid { grid-template-columns: 1fr; }
  body.public-page h1 { font-size: 44px; }
  body.public-page h2 { font-size: 34px; }
  body.public-page section { padding: 64px 0; }
}

@media (max-width: 460px) {
  .brand-word { font-size: 15px; }
  .parent-hero h1 { font-size: 56px; }
  .inline-capabilities li { width: 100%; }
  .business-visual { min-height: 420px; }
  .business-copy h2, .method-heading h2, .section-intro h2, .contact-router h2, .artist-proof h2 { font-size: 35px; }
  .rfq-hero h1 { font-size: 44px; }
  .artists-hero h1 { font-size: 48px; }
  .hero-actions .button { width: 100%; }
  .audience-rows a { grid-template-columns: 35px 1fr auto; gap: 12px; }
  .audience-rows h3 { font-size: 21px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
