@font-face { font-family: "Titan One"; src: url("fonts/titan-one-latin-400-normal.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Montserrat"; src: url("fonts/montserrat-latin-400-normal.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Montserrat"; src: url("fonts/montserrat-latin-500-normal.woff2") format("woff2"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Montserrat"; src: url("fonts/montserrat-latin-600-normal.woff2") format("woff2"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Montserrat"; src: url("fonts/montserrat-latin-700-normal.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Montserrat"; src: url("fonts/montserrat-latin-800-normal.woff2") format("woff2"); font-style: normal; font-weight: 800; font-display: swap; }

:root {
  --red: #e21b23;
  --red-deep: #b70f17;
  --ink: #101010;
  --paper: #fff;
  --soft: #f3f1ed;
  --muted: #5c5c5c;
  --rule: #d8d5d0;
  --focus: #1769e0;
  --gradient-page: linear-gradient(135deg, #ffffff 0%, #fffafa 58%, #f4e8e7 100%);
  --gradient-soft: linear-gradient(135deg, #f7f3ef 0%, #fffdfc 56%, #f4e7e7 100%);
  --gradient-dark: linear-gradient(135deg, #121111 0%, #211719 62%, #3a0d13 100%);
  --gradient-closing: linear-gradient(115deg, #ffffff 0%, #fff7f6 52%, #f4d9da 100%);
  --gradient-action: linear-gradient(135deg, #ed2631 0%, #d20e19 100%);
  --font-display: "Titan One", "Arial Rounded MT Bold", Arial, sans-serif;
  --font-body: "Montserrat", Arial, sans-serif;
  --gutter: clamp(1rem, 4vw, 3.5rem);
  --section: clamp(4rem, 9vw, 8rem);
  --container: 1240px;
  --ease: cubic-bezier(.2,.8,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 1rem/1.6 var(--font-body); }
body.menu-open { overflow: hidden; }
img, svg { max-width: 100%; }
a { color: inherit; text-underline-offset: .2em; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { color: white; background: var(--red); }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 100; top: .5rem; left: .5rem; padding: .75rem 1rem; color: white; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.container { width: min(calc(100% - (2 * var(--gutter))), var(--container)); margin-inline: auto; }
.measure { max-width: 45rem; }
.section { padding-block: var(--section); }
.section--soft { background: var(--gradient-soft); }
.section--ink { color: white; background: var(--gradient-dark); }
.section--rule { border-top: 1px solid var(--rule); }
.eyebrow { display: none; }
.eyebrow--light { color: white; }
h1, h2, h3 { margin: 0; font-family: var(--font-body); font-weight: 800; line-height: 1.02; letter-spacing: -.028em; }
h1 { font-size: clamp(2.75rem, 6.4vw, 6rem); }
h2 { font-size: clamp(2rem, 4.2vw, 4.25rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.85rem); line-height: 1.08; letter-spacing: -.025em; }
.hero-title, .portfolio-hero h1 { font-family: var(--font-display); font-weight: 400; }
p { margin: 0; }
.lead { max-width: 40rem; color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.35rem); line-height: 1.5; }
.lead--light { color: #d7d7d7; }
.red { color: var(--red); }
.text-link { display: inline-flex; gap: .5rem; align-items: center; min-height: 44px; font-weight: 800; text-decoration-thickness: 2px; }
.text-link::after { content: "↗"; color: var(--red); font-size: 1.15em; }
.button { display: inline-flex; gap: .65rem; align-items: center; justify-content: center; min-width: max-content; min-height: 50px; padding: .78rem 1.25rem; border: 2px solid var(--ink); border-radius: 999px; color: white; background: var(--ink); font-weight: 700; line-height: 1.1; white-space: nowrap; text-decoration: none; transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease, box-shadow 140ms ease; }
.button:hover { box-shadow: inset 0 0 0 2px rgba(255,255,255,.18); }
.button:active { box-shadow: inset 0 2px 0 rgba(0,0,0,.18); }
.button--red { border-color: var(--red); background: var(--gradient-action); }
.button--red:hover { border-color: var(--red-deep); background: var(--red-deep); }
.button--light { border-color: white; color: var(--ink); background: white; }
.button--outline { color: var(--ink); background: transparent; }
.button--outline:hover { color: white; background: var(--ink); }
.button__arrow { font-size: 1.15rem; }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255,255,255,.96); transition: border-color 140ms ease; border-bottom: 1px solid transparent; }
.site-header.is-scrolled { border-color: var(--rule); }
.header-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 2rem; align-items: center; min-height: 88px; }
.logo { display: block; width: 160px; height: 88px; overflow: hidden; background: white url("images/open-choice-media-logo.png") 50% 50% / cover no-repeat; text-decoration: none; }
.logo span { display: none; }
.logo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.main-nav { justify-self: center; }
.nav-list { display: flex; gap: clamp(1rem, 2vw, 2rem); align-items: center; margin: 0; padding: 0; list-style: none; }
.nav-list a { position: relative; display: grid; align-items: center; min-height: 44px; font-size: .84rem; font-weight: 800; text-decoration: none; }
.nav-list a::after { position: absolute; right: 0; bottom: 5px; left: 0; height: 3px; content: ""; background: var(--red); opacity: 0; transition: opacity 120ms ease; }
.nav-list a:hover::after, .nav-list a[aria-current="page"]::after { opacity: 1; }
.menu-button { display: none; min-width: 52px; min-height: 44px; border: 0; background: transparent; font-weight: 800; }

.hero { position:relative; display:grid; overflow:clip; padding:1rem 0 1.25rem; background:var(--gradient-page); }
.hero::after { display:none; }
.hero-intro { margin-bottom:.75rem; padding-block:.65rem; border-block:1px solid var(--rule); color:var(--red-deep); font-size:clamp(.78rem,1vw,.92rem); font-weight:700; line-height:1.5; text-align:center; }
.hero-grid { display:grid; grid-template-columns:minmax(0,.86fr) minmax(28rem,1.14fr); gap:clamp(1.25rem,3vw,3rem); align-items:center; }
.hero-message { display:grid; gap:1.5rem; align-content:center; }
.hero-title { max-width:900px; }
.hero-title__open { display:block; }
.hero-title__choice { position:relative; display:inline-block; margin-top:.08em; padding:.01em .12em .08em .02em; color:transparent; background:linear-gradient(180deg,#ff6b70 0%,#ff2430 16%,#ed0715 46%,#cf000d 72%,#a90008 100%); background-clip:text; -webkit-background-clip:text; -webkit-text-stroke:1.5px #ad000a; letter-spacing:-.04em; filter:drop-shadow(0 .08em 0 #8e0007) drop-shadow(0 .12em .1em rgba(78,0,3,.27)); text-shadow:0 -.018em 0 rgba(255,255,255,.5),0 .025em 0 rgba(255,100,106,.5); }
.hero-title__choice::after { position:absolute; inset:0; content:attr(data-text); color:transparent; -webkit-text-stroke:.018em rgba(255,255,255,.7); clip-path:inset(1% 0 72% 0); transform:translateY(.035em); opacity:.78; pointer-events:none; }
.hero-visual { position:relative; min-height:clamp(19rem,29vw,25rem); isolation:isolate; }
.hero-service-laptop { position:absolute; inset:2% 7% 0 -2%; display:block; }
.hero-service-laptop img { display:block; width:100%; height:100%; object-fit:contain; filter:drop-shadow(0 1.2rem 1.4rem rgba(61,17,20,.14)); }
.hero-service-phone { position:absolute; z-index:2; top:15%; right:1%; width:23%; height:72%; overflow:hidden; padding:.7rem .35rem .45rem; border:.38rem solid #171717; border-radius:clamp(1rem,2vw,1.6rem); background:#fff8f7; box-shadow:0 1.2rem 1.7rem rgba(61,17,20,.2); text-decoration:none; transition:opacity 140ms ease; }
.hero-service-phone:hover { opacity:.88; }
.hero-service-phone img { display:block; width:100%; height:100%; object-fit:contain; }
.hero-service-phone__speaker { position:absolute; z-index:1; top:.3rem; left:50%; width:26%; height:.16rem; border-radius:999px; background:#494949; transform:translateX(-50%); }
.hero-copy { display: grid; gap: 1.5rem; }
.hero-copy__actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.hero-note { padding-top: 1.25rem; border-top: 1px solid var(--rule); color: var(--muted); font-size: .88rem; }
.hero-message .lead { margin-top:.25rem; }
.hero--text { min-height:clamp(31rem,48vw,39rem); padding:clamp(4rem,8vw,7rem) 0; }
.hero--text .hero-grid { grid-template-columns:minmax(0,1.12fr) minmax(22rem,.88fr); gap:clamp(3rem,9vw,8rem); align-items:center; }
.hero--text .hero-message { gap:1.2rem; }
.hero--text .hero-title { max-width:8ch; }
.hero-eyebrow { color:var(--red-deep); font-size:.68rem; font-weight:800; letter-spacing:.12em; line-height:1.4; text-transform:uppercase; }
.hero--text .hero-copy { align-content:center; }
.hero--text .hero-copy .lead { color:#3f3f3f; }

/* Homepage creative command centre */
.home-header { background:rgba(247,243,238,.9); backdrop-filter:blur(14px); }
.home-header .header-inner { min-height:78px; }
.home-header .logo { width:142px; height:78px; background-color:transparent; }
.home-header .nav-list { gap:clamp(1.1rem,2.2vw,2.25rem); }
.home-header .header-cta { min-height:44px; padding:.68rem 1.05rem; font-size:.82rem; }

.command-hero { position:relative; min-height:min(calc(100svh - 78px),720px); overflow:hidden; background:#f7f3ee; border-bottom:1px solid rgba(13,13,15,.12); isolation:isolate; }
.command-hero::before { position:absolute; z-index:-2; inset:0; content:""; background-image:linear-gradient(rgba(13,13,15,.027) 1px,transparent 1px),linear-gradient(90deg,rgba(13,13,15,.027) 1px,transparent 1px); background-size:48px 48px; mask-image:linear-gradient(to bottom,black,transparent 82%); }
.command-hero::after { position:absolute; z-index:-1; top:6%; right:-10%; width:min(58vw,820px); aspect-ratio:1; content:""; background:radial-gradient(circle,rgba(226,27,35,.16) 0%,rgba(226,27,35,.07) 38%,transparent 70%); filter:blur(4px); }
.command-hero__grid { display:grid; grid-template-columns:repeat(12,minmax(0,1fr)); gap:clamp(1.5rem,3vw,3rem); align-items:center; min-height:min(calc(100svh - 78px),720px); padding-block:clamp(2.5rem,4.5vw,3.5rem); }
.command-hero__copy { grid-column:span 5; display:grid; align-content:center; justify-items:start; }
.command-hero__eyebrow { margin-bottom:1.15rem; color:var(--red-deep); font-size:.76rem; font-weight:800; letter-spacing:.105em; line-height:1.35; text-transform:uppercase; animation:command-enter 520ms var(--ease) both; }
.command-hero h1 { max-width:10.5ch; font-family:var(--font-display); font-size:clamp(2.5rem,4.35vw,4rem); font-weight:400; line-height:.97; letter-spacing:-.038em; animation:command-enter 560ms 70ms var(--ease) both; }
.command-hero__lead { max-width:60ch; margin-top:1.4rem; color:#434143; font-size:clamp(1rem,1.3vw,1.125rem); line-height:1.6; animation:command-enter 560ms 140ms var(--ease) both; }
.command-hero__actions { display:flex; flex-wrap:wrap; gap:.75rem; margin-top:1.75rem; animation:command-enter 560ms 210ms var(--ease) both; }
.command-hero__actions .button { min-height:50px; }
.command-hero__secondary { border-color:rgba(13,13,15,.22); color:var(--ink); background:rgba(255,255,255,.58); }
.command-hero__secondary:hover { border-color:var(--ink); color:var(--ink); background:white; }
.command-hero__services { display:flex; flex-wrap:wrap; gap:.55rem; margin-top:1.5rem; color:#686466; font-size:.72rem; font-weight:700; letter-spacing:.045em; animation:command-enter 560ms 280ms var(--ease) both; }
.command-hero__services span { color:var(--red); }

.command-centre { grid-column:span 7; position:relative; min-height:520px; animation:command-enter 680ms 150ms var(--ease) both; }
.command-centre__topline { position:absolute; z-index:7; top:0; right:2%; left:3%; display:flex; justify-content:space-between; gap:1rem; color:#6d6869; font-size:.64rem; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.command-centre__topline span:first-child { color:var(--red-deep); }
.command-tabs { position:absolute; z-index:8; top:1.65rem; left:3%; display:inline-flex; padding:.25rem; border:1px solid rgba(13,13,15,.13); border-radius:999px; background:rgba(255,255,255,.8); box-shadow:0 8px 24px rgba(38,22,23,.06); backdrop-filter:blur(10px); }
.command-tabs button { min-height:38px; padding:.55rem .82rem; border:0; border-radius:999px; color:#686466; background:transparent; font-size:.68rem; font-weight:800; cursor:pointer; transition:color 150ms ease,background-color 150ms ease; }
.command-tabs button:hover { color:var(--ink); }
.command-tabs button[aria-selected="true"] { color:white; background:var(--ink); }

.command-browser { position:absolute; z-index:4; top:4.75rem; right:3%; left:3%; display:block; overflow:hidden; border:1px solid rgba(13,13,15,.18); border-radius:16px; background:white; box-shadow:0 30px 70px rgba(53,25,27,.16),0 8px 24px rgba(53,25,27,.08); text-decoration:none; transition:transform 180ms var(--ease),box-shadow 180ms var(--ease); }
.command-browser:hover { transform:translateY(-4px); box-shadow:0 36px 78px rgba(53,25,27,.19),0 10px 26px rgba(53,25,27,.09); }
.command-browser__chrome { display:flex; gap:.32rem; align-items:center; height:36px; padding:0 .8rem; border-bottom:1px solid #e1dcda; background:#f8f6f3; }
.command-browser__chrome i { width:7px; height:7px; border-radius:50%; background:#c8c2bf; }
.command-browser__chrome i:first-child { background:var(--red); }
.command-browser__chrome b { display:block; min-width:0; padding:.2rem .75rem; margin-left:.35rem; overflow:hidden; border-radius:999px; color:#817a7b; background:white; font-size:.56rem; font-weight:600; text-overflow:ellipsis; white-space:nowrap; }
.command-browser picture { display:block; aspect-ratio:16/9; overflow:hidden; background:#f0ece8; }
.command-browser img { display:block; width:100%; height:100%; object-fit:cover; object-position:top center; transition:opacity 140ms ease; }
.command-browser[data-command-mode="social"] picture,.command-browser[data-command-mode="campaign"] picture { background:#f7f3ee; }
.command-browser[data-command-mode="social"] img,.command-browser[data-command-mode="campaign"] img { object-fit:contain; object-position:center; }
.command-browser.is-switching img { opacity:.35; }

.command-mobile { position:absolute; z-index:6; right:-1%; bottom:1.25rem; width:24%; aspect-ratio:.72; overflow:hidden; padding:.55rem .35rem .35rem; border:5px solid var(--ink); border-radius:18px; background:var(--ink); box-shadow:0 25px 44px rgba(38,20,21,.24); transition:transform 180ms var(--ease); }
.command-mobile:hover { transform:translateY(-4px); }
.command-mobile > span { position:absolute; z-index:2; top:.18rem; left:50%; width:28%; height:3px; border-radius:99px; background:#686466; transform:translateX(-50%); }
.command-mobile img { display:block; width:100%; height:100%; border-radius:10px; object-fit:contain; object-position:center; background:white; }
.command-card { position:absolute; z-index:5; display:block; width:20%; aspect-ratio:1; overflow:hidden; padding:.35rem; border:1px solid rgba(13,13,15,.12); border-radius:12px; background:white; box-shadow:0 20px 46px rgba(53,25,27,.14); transition:transform 180ms var(--ease); }
.command-card img { display:block; width:100%; height:100%; border-radius:8px; object-fit:contain; }
.command-card--powersun { top:5.8rem; right:0; transform:rotate(5deg); }
.command-card--double { bottom:.4rem; left:0; transform:rotate(-5deg); }
.command-centre:hover .command-card--powersun { transform:rotate(6deg) translateY(-3px); }
.command-centre:hover .command-card--double { transform:rotate(-6deg) translateY(-3px); }

@keyframes command-enter { from { opacity:0; transform:translateY(14px); } to { opacity:1; transform:translateY(0); } }
.hero-followup { padding:1.5rem 0 1.75rem; border-block:1px solid var(--rule); background:white; }
.hero-followup__grid { display:grid; grid-template-columns:minmax(0,1.15fr) minmax(23rem,.85fr); gap:clamp(2rem,8vw,7rem); align-items:end; }
.hero-followup__grid > div:first-child { display:grid; gap:.65rem; }
.hero-followup__grid .lead { max-width:62ch; }
.hero-followup__action { display:grid; gap:.75rem; }
.hero-followup .hero-note { padding-top:.65rem; }

.record-label { display: flex; gap: 1rem; align-items: center; margin-bottom: clamp(2rem, 5vw, 4rem); color: var(--red-deep); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.record-label::after { flex: 1; height: 1px; content: ""; background: var(--rule); }
.record-label span:first-child { color: var(--red); }
.proof-section { padding: clamp(3rem, 7vw, 5.5rem) 0; border-block: 1px solid var(--rule); background: white; }
.proof-summary { display: grid; grid-template-columns: minmax(19rem, .72fr) minmax(0, 1.28fr); gap: clamp(2rem, 8vw, 7rem); align-items: end; margin-bottom: 3rem; }
.proof-summary > div { display: grid; grid-template-columns: auto 1fr; gap: 1.25rem; align-items: end; }
.proof-summary h2 { max-width: 8ch; font-size: clamp(2rem, 4vw, 3.8rem); }
.proof-number { color: var(--red); font: 400 clamp(4.5rem, 9vw, 8rem)/.75 var(--font-display); letter-spacing: -.055em; }
.client-ledger { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); list-style: none; }
.client-ledger li { display: grid; align-items: center; min-height: 78px; padding: 1rem; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); font-size: .88rem; font-weight: 800; }
.client-ledger li:nth-child(4n + 2) { background: #fff8f7; }
.client-ledger li:nth-child(4n + 3) { color: white; background: var(--red); }
.archive-note { margin-top: 1rem; color: var(--muted); font-size: .82rem; }

.studio-grid { display: grid; grid-template-columns: minmax(20rem, .7fr) minmax(0, 1.3fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.studio-card { position: relative; display: grid; min-height: 580px; overflow: hidden; border: 1px solid var(--ink); background: var(--gradient-page); }
.studio-card::before { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, transparent 49.8%, rgba(16,16,16,.08) 50%, transparent 50.2%), linear-gradient(transparent 49.8%, rgba(16,16,16,.08) 50%, transparent 50.2%); background-size: 50% 50%; pointer-events: none; }
.studio-card__brand { position: relative; z-index: 1; align-self: center; width: 74%; margin: auto; padding: 2rem; background: white; border: 1px solid var(--rule); }
.studio-card__brand img { display: block; width: 100%; aspect-ratio: 1.78 / 1; object-fit: cover; }
.studio-card__grid { position: absolute; top: 1.5rem; right: 1.5rem; display: grid; grid-template-columns: repeat(2, .8rem); gap: .2rem; }
.studio-card__grid span { width: .8rem; height: .8rem; background: var(--ink); }
.studio-card__grid span:first-child { background: var(--red); }
.studio-card__caption { position: relative; z-index: 1; align-self: end; display: grid; gap: .2rem; padding: 1.25rem 1.5rem; color: white; background: var(--ink); }
.studio-card__caption span { color: #c8c8c8; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.studio-copy { display: grid; gap: 1.5rem; }
.studio-copy h2 { max-width: 12ch; }
.production-stack { display: grid; gap: .85rem; margin-top: .5rem; }
.production-stack__heading { display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; padding-bottom: .65rem; border-bottom: 1px solid var(--ink); }
.production-stack__heading h3 { font-family: var(--font-body); font-size: .74rem; font-weight: 800; line-height: 1.2; letter-spacing: .1em; text-transform: uppercase; }
.production-stack__heading > span { color: var(--muted); font-size: .65rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.production-stack__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .55rem; }
.production-badge { display: flex; gap: .65rem; align-items: center; min-height: 58px; padding: .55rem; border: 1px solid var(--rule); background: white; }
.production-badge b { flex: 0 0 2.2rem; display: grid; place-items: center; width: 2.2rem; height: 2.2rem; color: white; background: var(--ink); font-size: .58rem; letter-spacing: .03em; }
.production-badge:nth-child(3n + 1) b { background: var(--red); }
.production-badge > span { display: grid; gap: .12rem; min-width: 0; }
.production-badge strong { font-size: .72rem; line-height: 1.25; }
.production-badge small { overflow: hidden; color: var(--muted); font-size: .58rem; font-weight: 600; letter-spacing: .02em; text-overflow: ellipsis; white-space: nowrap; }
.studio-records { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 1.5rem; border-top: 1px solid var(--rule); border-left: 1px solid var(--rule); }
.studio-records article { min-height: 245px; padding: 1.4rem; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.studio-records article > span { display: block; margin-bottom: 3.5rem; color: var(--red); font-size: .75rem; font-weight: 900; }
.studio-records h3 { font-size: 1.25rem; }
.studio-records p { margin-top: .8rem; color: var(--muted); font-size: .88rem; }

.editorial-heading { align-items: start; }
.editorial-heading h2 { max-width: 14ch; }
.service-pillar-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; }
.service-card { grid-column: span 4; display: grid; gap: 1.25rem; min-height: 650px; padding: 1.5rem; border: 1px solid #c9c4c0; background: rgba(255,255,255,.86); transition: border-color 140ms ease, background-color 140ms ease; }
.service-card:hover { border-color: var(--red); background: white; }
.service-card--wide { grid-column: 1 / -1; grid-template-columns: minmax(0, 1fr) minmax(20rem, .8fr); align-items: center; min-height: 300px; }
.service-card__wide-copy { display: grid; gap: 1.25rem; max-width: 44rem; }
.service-card__meta { display: flex; justify-content: space-between; gap: .75rem; padding-bottom: .9rem; border-bottom: 1px solid var(--rule); color: var(--muted); font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.service-card__meta span:first-child { color: var(--red); }
.service-card > p, .service-card__wide-copy > p { color: var(--muted); font-size: .92rem; }
.service-visual { display:grid; place-items:center; min-height:190px; overflow:visible; }
.service-visual img { display:block; width:auto; max-width:100%; max-height:210px; object-fit:contain; filter:drop-shadow(0 1rem 1.1rem rgba(61,17,20,.11)); }
.service-visual--web img { width:110%; max-width:110%; }
.service-visual--social img { max-height:235px; }
.service-visual--brand { min-height:240px; }
.service-visual--brand img { width:100%; max-height:270px; }
.service-artifact { position: relative; min-height: 160px; overflow: hidden; border: 1px solid var(--ink); background: var(--ink); }
.service-artifact--web { padding: 1.15rem; background: linear-gradient(145deg, #fff 0%, #f5e9e8 100%); }
.browser-bar { display: flex; gap: .28rem; align-items: center; height: 18px; padding: 0 .45rem; background: var(--ink); }
.browser-bar i { width: 4px; height: 4px; border-radius: 50%; background: white; }
.browser-bar i:first-child { background: var(--red); }
.browser-page { display: grid; gap: .45rem; width: 78%; height: 108px; padding: 1rem; border: 1px solid var(--ink); border-top: 0; background: white; }
.browser-page span { display: block; width: 65%; height: 6px; background: #d7d2cf; }
.browser-page .browser-page__title { width: 80%; height: 18px; background: var(--ink); }
.browser-page b { display: block; width: 40%; height: 18px; margin-top: .3rem; background: var(--red); }
.phone-frame { position: absolute; right: 1rem; bottom: .8rem; display: grid; gap: .35rem; width: 28%; height: 108px; padding: .8rem .5rem; border: 3px solid var(--ink); border-radius: 9px; background: white; }
.phone-frame span { display: block; height: 6px; background: #d7d2cf; }
.phone-frame span:first-child { height: 20px; background: var(--ink); }
.phone-frame b { height: 16px; background: var(--red); }
.service-artifact--ads { background: linear-gradient(135deg, #161616 0%, #3a0d13 100%); }
.ad-sheet { position: absolute; top: 1rem; width: 31%; height: 126px; border: 1px solid rgba(255,255,255,.55); background: linear-gradient(160deg, white 0 52%, var(--red) 52% 100%); }
.ad-sheet::before { position: absolute; top: 1rem; left: .7rem; width: 55%; height: 9px; content: ""; background: var(--ink); box-shadow: 0 15px 0 #bfb9b6; }
.ad-sheet--one { left: 8%; }
.ad-sheet--two { left: 34.5%; background: linear-gradient(160deg, var(--red) 0 52%, white 52% 100%); }
.ad-sheet--three { right: 8%; }
.service-artifact--ads b { position: absolute; right: .6rem; bottom: -.15em; color: rgba(255,255,255,.12); font: 400 5rem/.8 var(--font-display); }
.service-artifact--social { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; padding: 1rem; background: var(--ink); }
.service-artifact--social span { min-height: 42px; background: white; }
.service-artifact--social span:nth-child(2), .service-artifact--social span:nth-child(5), .service-artifact--social span:nth-child(9) { background: var(--red); }
.service-artifact--brand { display: grid; grid-template-columns: 1.1fr .55fr; gap: 1rem; min-height: 220px; padding: 1.5rem; color: white; background: var(--gradient-dark); }
.brand-letter { grid-row: span 2; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); font: 400 clamp(4rem, 9vw, 8rem)/1 var(--font-display); color: var(--red); }
.brand-swatches { display: grid; grid-template-columns: repeat(3, 1fr); gap: .4rem; }
.brand-swatches span { background: white; }
.brand-swatches span:first-child { background: var(--red); }
.brand-swatches span:last-child { background: #a4a0a0; }
.brand-lines { display: grid; gap: .6rem; align-content: end; }
.brand-lines span { height: 9px; background: rgba(255,255,255,.75); }
.brand-lines span:nth-child(2) { width: 75%; }
.brand-lines span:nth-child(3) { width: 48%; background: var(--red); }
.benefit-box { display: grid; gap: .35rem; padding: 1rem; border-top: 1px solid var(--red); background: var(--soft); }
.benefit-box strong { color: var(--red-deep); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.benefit-box span { color: #373737; font-size: .84rem; }
.deliverable-list { display: grid; gap: .5rem; align-self: end; margin: 0; padding: 0; list-style: none; color: #393939; font-size: .82rem; }
.deliverable-list li { display: flex; gap: .6rem; align-items: start; }
.deliverable-list li::before { content: "○"; color: var(--red); font-weight: 900; }

.pricing-section { background: white; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--ink); background: var(--ink); }
.pricing-card { display: grid; align-content: start; min-height: 590px; padding: clamp(1.4rem, 3vw, 2.2rem); background: white; }
.pricing-card--featured { color: white; background: var(--gradient-action); }
.pricing-card__top { display: flex; justify-content: space-between; gap: 1rem; align-items: start; padding-bottom: 1rem; margin-bottom: 1.5rem; border-bottom: 1px solid var(--rule); }
.pricing-card--featured .pricing-card__top { border-color: rgba(255,255,255,.35); }
.pricing-card__top .eyebrow { margin: 0; }
.pricing-card__top > span { color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.pricing-card--featured .pricing-card__top > span { color: #ffe5e6; }
.pricing-card h3 { min-height: 3.25rem; }
.pricing-card__price { margin: 1.3rem 0 2rem; color: var(--ink); font: 400 clamp(3.4rem, 7vw, 5.8rem)/.88 var(--font-display); letter-spacing: -.05em; }
.pricing-card--featured .pricing-card__price { color: white; }
.pricing-card__price small { font: 800 .72rem/1 var(--font-body); letter-spacing: .08em; text-transform: uppercase; }
.pricing-card .package__list { color: #343434; font-size: .86rem; }
.pricing-card--featured .package__list { color: white; }
.pricing-card > .button { align-self: end; width: 100%; min-width: 0; margin-top: auto; white-space: normal; text-align: center; }

.case-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.case-record { overflow: hidden; border: 1px solid var(--ink); background: white; }
.case-visual { position: relative; display: grid; min-height: 280px; padding: 1.5rem; overflow: hidden; color: white; background: var(--ink); }
.case-visual::after { position: absolute; inset: 0; content: ""; background: repeating-linear-gradient(90deg, transparent 0 48px, rgba(255,255,255,.07) 49px 50px); }
.case-visual span { position: relative; z-index: 1; align-self: end; font: 400 clamp(3.8rem, 8vw, 7.4rem)/.78 var(--font-display); letter-spacing: -.055em; }
.case-visual b { position: absolute; z-index: 1; top: 1rem; right: 1rem; color: var(--red); font: 400 2rem/1 var(--font-display); }
.case-visual i { position: absolute; z-index: 1; top: 1.25rem; left: 1.25rem; width: 3rem; height: .35rem; background: var(--red); box-shadow: 0 .8rem 0 rgba(255,255,255,.5); }
.case-visual--double, .case-visual--urs { color: var(--ink); background: var(--gradient-page); }
.case-visual--double::after, .case-visual--urs::after { background: repeating-linear-gradient(0deg, transparent 0 48px, rgba(16,16,16,.07) 49px 50px); }
.case-visual--kayla { background: linear-gradient(135deg, #111 0%, #292323 100%); }
.case-record__body { display: grid; gap: 1rem; padding: 1.6rem; }
.case-record__body .eyebrow { margin: 0; }
.case-record__body > p:not(.eyebrow) { color: var(--muted); }
.case-tags { display: flex; flex-wrap: wrap; gap: .45rem; margin: .25rem 0 0; padding: 0; list-style: none; }
.case-tags li { padding: .45rem .65rem; border: 1px solid var(--rule); color: #3e3e3e; font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.section-link { margin-top: 2rem; }

/* Genuine portfolio archive */
.portfolio-hero { overflow: clip; padding: clamp(3.5rem,8vw,7rem) 0; background: var(--gradient-page); }
.portfolio-hero__grid { display:grid; grid-template-columns:minmax(0,.82fr) minmax(24rem,1.18fr); gap:clamp(2rem,5vw,5rem); align-items:center; }
.portfolio-hero h1 { max-width:10ch; }
.portfolio-hero .lead { margin-top:1.75rem; }
.portfolio-hero__art { display:block; margin:-3rem -5rem -4rem -2rem; }
.portfolio-hero__art img { display:block; width:100%; height:auto; }
.filter-bar { display:flex; flex-wrap:wrap; gap:.55rem; margin:0 0 1rem; padding-bottom:1.5rem; border-bottom:1px solid var(--rule); }
.filter-bar button { min-height:44px; padding:.65rem .95rem; border:1px solid var(--ink); border-radius:999px; background:white; font-size:.78rem; font-weight:700; cursor:pointer; transition:color 120ms ease,background-color 120ms ease,border-color 120ms ease; }
.filter-bar button:hover { border-color:var(--red); color:var(--red-deep); }
.filter-bar button[aria-pressed="true"] { border-color:var(--ink); color:white; background:var(--ink); }
.filter-status { margin-bottom:clamp(2.5rem,6vw,5rem); color:var(--muted); font-size:.82rem; font-weight:600; }
.project-list { display:grid; gap:clamp(4rem,9vw,8rem); }
.project-group { display:grid; grid-template-columns:minmax(16rem,.48fr) minmax(0,1.52fr); gap:clamp(2rem,6vw,6rem); align-items:start; padding-top:1.5rem; border-top:1px solid var(--ink); }
.project-group[hidden] { display:none; }
.project-group__intro { position:sticky; top:7rem; display:grid; gap:1rem; max-width:30rem; }
.project-group__intro > p:not(.project-group__sector) { color:var(--muted); }
.project-group__sector { color:var(--red-deep); font-size:.72rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.project-gallery { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; align-items:start; }
.project-gallery--three { grid-template-columns:repeat(12,minmax(0,1fr)); }
.project-gallery--three button:first-child { grid-column:span 7; }
.project-gallery--three button:nth-child(2) { grid-column:span 5; }
.project-gallery--three button:nth-child(3) { grid-column:5/span 6; }
.project-gallery button,.work-tile__image { display:block; width:100%; padding:0; overflow:hidden; border:0; background:var(--soft); cursor:zoom-in; }
.project-gallery img,.work-tile img { display:block; width:100%; height:auto; transition:opacity 140ms ease; }
.project-gallery button:hover img,.work-tile__image:hover img { opacity:.86; }
.more-work { border-top:1px solid var(--rule); background:var(--soft); }
.more-work__heading { display:grid; grid-template-columns:minmax(0,1fr) minmax(18rem,.7fr); gap:2rem; align-items:end; margin-bottom:clamp(2.5rem,5vw,4rem); }
.more-work__heading h2 { max-width:10ch; }
.client-archive { border-top:1px solid var(--ink); }
.client-archive details { border-bottom:1px solid var(--rule); }
.client-archive summary { display:grid; grid-template-columns:minmax(0,1fr) auto auto; gap:1rem; align-items:center; min-height:76px; padding:1rem 0; cursor:pointer; list-style:none; }
.client-archive summary::-webkit-details-marker { display:none; }
.client-archive summary h3 { font-size:clamp(1.05rem,2vw,1.4rem); }
.client-archive__count { color:var(--red-deep); font-size:.72rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.client-archive__mark { display:grid; width:2rem; height:2rem; place-items:center; border:1px solid var(--ink); border-radius:50%; font-size:1.15rem; line-height:1; transition:color 140ms ease,background-color 140ms ease,transform 140ms var(--ease); }
.client-archive details[open] .client-archive__mark { color:white; background:var(--ink); transform:rotate(45deg); }
.client-archive__gallery { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:.75rem; padding:0 0 2rem; }
.client-archive__gallery button { width:100%; padding:0; overflow:hidden; border:0; background:white; cursor:zoom-in; }
.client-archive__gallery img { display:block; width:100%; height:auto; transition:opacity 140ms ease; }
.client-archive__gallery button:hover img { opacity:.84; }
.portfolio-lightbox { position:fixed; z-index:200; inset:0; display:grid; place-items:center; padding:4.5rem 1rem 1rem; background:rgba(16,16,16,.94); }
.portfolio-lightbox { opacity:0; transition:opacity 140ms var(--ease); }
.portfolio-lightbox.is-open { opacity:1; }
.portfolio-lightbox[hidden] { display:none; }
.portfolio-lightbox figure { display:grid; gap:.65rem; max-width:min(92vw,1050px); max-height:calc(100vh - 5.5rem); margin:0; color:white; }
.portfolio-lightbox img { max-width:100%; max-height:calc(100vh - 8rem); margin:auto; object-fit:contain; }
.portfolio-lightbox figcaption { font-size:.85rem; text-align:center; }
.portfolio-lightbox__close { position:absolute; top:1rem; right:1rem; min-height:44px; padding:.6rem 1rem; border:1px solid white; border-radius:999px; color:white; background:transparent; font-weight:700; cursor:pointer; }
.studio-proof { display:grid; grid-template-columns:1fr minmax(18rem,.55fr); gap:clamp(2rem,8vw,8rem); align-items:center; }
.studio-proof > div { display:grid; gap:1.5rem; justify-items:start; }
.studio-proof picture { max-width:340px; margin:auto; }
.studio-proof img { display:block; width:100%; height:auto; }
.selected-work-grid { display:grid; grid-template-columns:repeat(12,1fr); gap:1rem; }
.work-tile { grid-column:span 4; display:grid; align-content:start; }
.work-tile--hero { grid-column:span 7; grid-row:span 2; }
.work-tile--portrait { grid-column:span 5; }
.work-tile--wide { grid-column:span 8; }
.work-tile__copy { display:grid; gap:.25rem; padding:1rem 0 1.5rem; border-bottom:1px solid var(--rule); }
.work-tile__copy h3 { font-size:1.2rem; }
.work-tile__copy p { color:var(--muted); font-size:.78rem; font-weight:600; }
.record-label { display:none; }
.studio-showcase { display:block; align-self:center; margin:-2rem -2rem 0; }
.studio-showcase img { display:block; width:100%; height:auto; filter:drop-shadow(0 1.4rem 1.6rem rgba(61,17,20,.1)); }
.services-showcase { display:block; width:min(58rem,88%); margin:-2.5rem auto 2rem; }
.services-showcase img { display:block; width:100%; height:auto; filter:drop-shadow(0 1.25rem 1.5rem rgba(61,17,20,.1)); }
.process-showcase { display:block; width:min(48rem,70%); margin:-4rem auto -2rem; }
.process-showcase img { display:block; width:100%; height:auto; filter:drop-shadow(0 1.25rem 1.4rem rgba(0,0,0,.3)); }
@media (prefers-reduced-motion: reduce) { .portfolio-lightbox { transition:none; } }

@media (max-width: 900px) {
  .portfolio-hero__grid,.project-group,.studio-proof,.more-work__heading { grid-template-columns:1fr; }
  .portfolio-hero__art { margin:-1rem -2rem -2rem; }
  .project-group__intro { position:static; }
  .work-tile,.work-tile--hero,.work-tile--portrait,.work-tile--wide { grid-column:span 6; grid-row:auto; }
}
@media (max-width: 600px) {
  body { font-size:1rem; }
  .portfolio-hero { padding-top:3rem; }
  .portfolio-hero__art { margin:0 -1rem -2rem; }
  .filter-bar { flex-wrap:nowrap; overflow-x:auto; padding-bottom:1rem; scroll-snap-type:x proximity; }
  .filter-bar button { flex:0 0 auto; scroll-snap-align:start; }
  .project-gallery,.project-gallery--three { grid-template-columns:repeat(2,minmax(0,1fr)); gap:.55rem; }
  .project-gallery--three button:first-child,.project-gallery--three button:nth-child(2),.project-gallery--three button:nth-child(3) { grid-column:auto; }
  .client-archive summary { grid-template-columns:minmax(0,1fr) auto; }
  .client-archive__count { grid-column:1; grid-row:2; }
  .client-archive__mark { grid-column:2; grid-row:1 / span 2; }
  .client-archive__gallery { grid-template-columns:repeat(2,minmax(0,1fr)); gap:.55rem; }
  .project-gallery--three button:first-child { grid-column:1/-1; }
  .selected-work-grid { grid-template-columns:1fr; }
  .work-tile,.work-tile--hero,.work-tile--portrait,.work-tile--wide { grid-column:1; }
  .studio-proof picture { max-width:240px; }
}
.faq-section { background: white; }

.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(18rem, .55fr); gap: 2rem; align-items: end; margin-bottom: clamp(2.5rem, 6vw, 5rem); }
.service-lines { border-top: 1px solid var(--rule); }
.service-line { display: grid; grid-template-columns: minmax(0, .9fr) minmax(16rem, 1.1fr); gap: 2rem; align-items: start; padding: 2rem 0; border-bottom: 1px solid var(--rule); }
.service-line h3 { max-width: 18rem; }
.service-line p { max-width: 36rem; color: var(--muted); }
.service-mark { display: none; }

.choice-shell { display: grid; grid-template-columns: minmax(15rem, .65fr) minmax(0, 1.35fr); overflow: hidden; border: 1px solid #cfc4c3; border-radius: 20px; box-shadow: 0 18px 50px rgba(92, 27, 31, .08); }
.choice-tabs { display: grid; align-content: start; border-right: 1px solid #cfc4c3; }
.choice-tab { position: relative; min-height: 96px; padding: 1rem 1.3rem; border: 0; border-bottom: 1px solid var(--rule); background: white; font-weight: 900; text-align: left; cursor: pointer; }
.choice-tab:last-child { border-bottom: 0; }
.choice-tab::after { position: absolute; top: 0; bottom: 0; left: 0; width: .45rem; content: ""; background: white; opacity: 0; }
.choice-tab[aria-pressed="true"] { color: white; background: var(--gradient-action); }
.choice-tab[aria-pressed="true"]::after { opacity: .82; }
.choice-panel { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 3rem; align-items: end; min-height: 365px; padding: clamp(2rem, 5vw, 4.5rem); background: var(--gradient-page); }
.choice-panel.is-changing { animation: choice-fade 150ms ease-out; }
@keyframes choice-fade { from { opacity: .72; } }
.choice-panel__copy { display: grid; gap: 1.25rem; }
.choice-panel__copy p { max-width: 38rem; color: var(--muted); }
.choice-price { min-width: 10rem; text-align: right; }
.choice-price strong { display: block; color: var(--red); font: 400 clamp(2.7rem, 6vw, 5.2rem)/.9 var(--font-display); letter-spacing: -.04em; }
.choice-price span { display: block; margin-top: .65rem; color: var(--muted); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #3c3c3c; border-left: 1px solid #3c3c3c; }
.process-step { min-height: 250px; padding: 1.5rem; border-right: 1px solid #3c3c3c; border-bottom: 1px solid #3c3c3c; }
.process-step__number { display: block; margin-bottom: 4rem; color: var(--red); font-weight: 900; }
.process-step p { margin-top: .8rem; color: #bfbfbf; }

.work-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1px; background: var(--ink); border: 1px solid var(--ink); }
.work-piece { position: relative; display: grid; min-height: 360px; padding: clamp(1.5rem, 4vw, 3rem); overflow: hidden; background: white; }
.work-piece:nth-child(1), .work-piece:nth-child(4) { grid-column: span 7; }
.work-piece:nth-child(2), .work-piece:nth-child(3) { grid-column: span 5; }
.work-piece__type { position: absolute; right: 1rem; bottom: -.2em; color: var(--soft); font: 400 clamp(5rem, 12vw, 10rem)/.8 var(--font-display); letter-spacing: -.04em; }
.work-piece__content { position: relative; z-index: 1; align-self: end; max-width: 30rem; }
.work-piece__content p { margin-top: .8rem; color: var(--muted); }
.work-piece--red { color: white; background: var(--red); }
.work-piece--red .work-piece__type { color: rgba(255,255,255,.15); }
.work-piece--red p { color: #ffe8e8; }

.package-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--ink); border: 1px solid var(--ink); }
.package { display: grid; min-height: 440px; padding: clamp(1.5rem, 4vw, 3.5rem); background: white; }
.package--red { color: white; background: var(--red); }
.package__price { margin: 1rem 0 2rem; font: 400 clamp(4rem, 9vw, 7.5rem)/.9 var(--font-display); letter-spacing: -.04em; }
.package__list { display: grid; gap: .65rem; margin: 0 0 2.5rem; padding: 0; list-style: none; }
.package__list li { display: flex; gap: .7rem; align-items: start; }
.package__list li::before { content: "✓"; font-weight: 900; }
.package__action { align-self: end; }

.page-hero { padding: clamp(4.5rem, 10vw, 9rem) 0 clamp(3.5rem, 7vw, 6rem); background: var(--gradient-page); border-bottom: 1px solid var(--rule); }
.page-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(17rem, .5fr); gap: 3rem; align-items: end; }
.page-hero__aside { padding-left: 1.5rem; border-left: 6px solid var(--red); }
.page-hero__aside p + p { margin-top: 1rem; }

.detail-list { border-top: 1px solid var(--rule); }
.detail-row { display: grid; grid-template-columns: minmax(13rem, .55fr) minmax(0, 1fr); gap: 2rem; padding: 2rem 0; border-bottom: 1px solid var(--rule); }
.detail-row__body { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 2rem; }
.detail-row p { max-width: 40rem; color: var(--muted); }
.price-label { align-self: start; color: var(--red); font: 400 1.4rem/1 var(--font-display); }

.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--rule); border: 1px solid var(--rule); }
.principle { min-height: 300px; padding: 2rem; background: white; }
.principle h3 { margin-bottom: 6rem; }
.principle p { color: var(--muted); }

.article-index { display: grid; grid-template-columns: .55fr 1.45fr; gap: clamp(2rem, 8vw, 7rem); }
.article-index__nav { position: sticky; top: 120px; align-self: start; }
.article-index__nav ol { display: grid; gap: .4rem; margin: 1rem 0 0; padding: 0; list-style: none; }
.article-index__nav a { display: block; padding: .75rem 0; border-bottom: 1px solid var(--rule); font-weight: 800; text-decoration: none; }
.article-index__nav a:hover { color: var(--red); }
.article { padding: 0 0 clamp(4rem, 8vw, 7rem); margin-bottom: clamp(4rem, 8vw, 7rem); border-bottom: 1px solid var(--rule); scroll-margin-top: 120px; }
.article:last-child { margin-bottom: 0; border-bottom: 0; }
.article h2 { max-width: 13ch; }
.article h3 { margin-top: 2.5rem; font-family: var(--font-body); font-size: 1.1rem; line-height: 1.25; letter-spacing: 0; }
.article p, .article ul { max-width: 44rem; margin-top: 1.1rem; color: #373737; }
.article li + li { margin-top: .5rem; }

.blog-preview { overflow: hidden; border-top: 1px solid var(--ink); background: white; }
.blog-preview__masthead { display: flex; justify-content: space-between; gap: 1rem; padding: .75rem 1rem; margin-bottom: clamp(2.5rem, 6vw, 5rem); color: white; background: var(--red); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.blog-preview__grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(18rem, .75fr); border: 1px solid var(--ink); }
.blog-preview a { color: inherit; text-decoration: none; }
.blog-lead { display: grid; }
.blog-lead > a { display: grid; align-content: end; min-height: 460px; height: 100%; padding: clamp(1.75rem, 5vw, 4rem); color: white; background: var(--ink); }
.blog-lead h3 { max-width: 13ch; margin-top: 1rem; font-family: var(--font-display); font-size: clamp(2.1rem, 4.6vw, 4.6rem); font-weight: 400; line-height: .98; }
.blog-lead p { max-width: 36rem; margin-top: 1.5rem; color: #cfcfcf; }
.blog-preview__secondary { display: grid; grid-template-rows: repeat(2, 1fr); }
.blog-card { border-left: 1px solid var(--ink); }
.blog-card + .blog-card { border-top: 1px solid var(--ink); }
.blog-card > a { display: grid; align-content: start; min-height: 230px; padding: clamp(1.5rem, 3vw, 2.5rem); transition: color 140ms ease, background-color 140ms ease; }
.blog-card > a:hover { color: white; background: var(--red); }
.blog-card h3 { max-width: 18ch; margin-top: .8rem; }
.blog-card p { margin-top: 1rem; color: var(--muted); font-size: .9rem; }
.blog-card > a:hover p { color: #ffe6e7; }
.blog-card__topic { color: var(--red); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.blog-lead .blog-card__topic { color: #ff7479; }
.blog-card > a:hover .blog-card__topic { color: white; }
.blog-card__action { align-self: end; margin-top: 2rem; font-size: .78rem; font-weight: 800; }

.contact-grid { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); gap: clamp(3rem, 8vw, 8rem); }
.contact-methods { display: grid; gap: 1rem; margin-top: 2rem; }
.contact-method { padding: 1.3rem 0; border-top: 1px solid var(--rule); }
.contact-method span { display: block; color: var(--muted); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-method a { display: inline-block; margin-top: .35rem; font: 400 clamp(1.4rem, 3vw, 2.2rem)/1 var(--font-display); letter-spacing: -.025em; text-decoration: none; }
.form { display: grid; gap: 1.2rem; padding: clamp(1.5rem, 4vw, 3.5rem); color: white; background: var(--gradient-dark); border-radius: 20px; box-shadow: 0 24px 60px rgba(58,13,19,.14); }
.field { display: grid; gap: .45rem; }
.field label { font-size: .82rem; font-weight: 800; }
.field input, .field textarea, .field select { width: 100%; min-height: 52px; padding: .8rem .9rem; border: 2px solid #555; border-radius: 0; color: white; background: #1d1d1d; }
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: white; }
.field [aria-invalid="true"] { border-color: #ff6670; }
.field-error { min-height: 1.2em; color: #ff9aa1; font-size: .82rem; }
.form-status { color: #ddd; font-size: .9rem; }
.form-fallback { color: white; font-weight: 800; }
.field-optional { color: #aaa; font-weight: 400; }
.project-brief-section { background: var(--gradient-page); border-top: 1px solid var(--rule); }
.home-brief-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(19rem, .82fr); gap: clamp(1.5rem, 5vw, 4.5rem); align-items: start; }
.home-brief-form { border-radius: 0; }
.brief-aside { display: grid; gap: 2rem; padding-top: .25rem; }
.brief-aside__intro { display: grid; gap: 1rem; }
.brief-aside__intro .eyebrow { margin: 0; }
.brief-aside__intro p:last-child { color: var(--muted); }
.brief-channels { display: grid; border-top: 1px solid var(--ink); }
.brief-channel { position: relative; display: grid; gap: .2rem; min-height: 92px; padding: 1rem 2.5rem 1rem 0; border-bottom: 1px solid var(--rule); text-decoration: none; }
.brief-channel span { color: var(--muted); font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.brief-channel strong { font: 400 clamp(1.3rem, 2.3vw, 1.85rem)/1.05 var(--font-display); letter-spacing: -.02em; }
.brief-channel i { position: absolute; top: 1.5rem; right: .25rem; color: var(--red); font-style: normal; }
.brief-channel:hover strong { color: var(--red); }
.brief-steps { display: grid; margin: 0; padding: 0; border-top: 1px solid var(--rule); list-style: none; }
.brief-steps li { display: grid; grid-template-columns: 2.5rem 1fr; gap: .75rem; padding: 1rem 0; border-bottom: 1px solid var(--rule); }
.brief-steps li > span { color: var(--red); font-size: .68rem; font-weight: 900; }
.brief-steps li div { display: grid; gap: .3rem; }
.brief-steps strong { font-size: .82rem; }
.brief-steps p { color: var(--muted); font-size: .78rem; line-height: 1.5; }

.faq { border-top: 1px solid var(--rule); }
.faq details { border-bottom: 1px solid var(--rule); }
.faq summary { position: relative; padding: 1.4rem 3rem 1.4rem 0; font-weight: 700; line-height: 1.35; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { position: absolute; top: 1.45rem; right: .25rem; width: .65rem; height: .65rem; content: ""; border-right: 2px solid var(--red); border-bottom: 2px solid var(--red); transform: rotate(45deg); transform-origin: center; transition: transform 140ms ease; }
.faq details[open] summary::after { transform: rotate(225deg); }
.faq details p { max-width: 48rem; padding: 0 0 1.5rem; color: var(--muted); }

.closing { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(14rem, .75fr); gap: 3rem; align-items: end; }
.closing h2 { max-width: 10ch; }
.closing__action { justify-self: end; }
main > .section--ink:last-child { color: var(--ink); background: var(--gradient-closing); border-top: 1px solid #ebc9ca; }
main > .section--ink:last-child .eyebrow--light { color: var(--red-deep); }
.site-footer { padding: 3rem 0 1.5rem; color: var(--ink); background: white; border-top: 1px solid var(--rule); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 3rem; }
.footer-copy { max-width: 24rem; margin-top: 1.5rem; color: var(--muted); }
.footer-nav { display: grid; gap: .4rem; margin: 0; padding: 0; list-style: none; }
.footer-nav a { display: inline-grid; min-height: 40px; align-items: center; color: #3f3f3f; text-decoration: none; }
.footer-nav a:hover { color: var(--red); }
.footer-label { margin-bottom: .6rem; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 2rem; margin-top: 3rem; border-top: 1px solid var(--rule); color: var(--muted); font-size: .8rem; }

@media (max-width: 900px) {
  .header-inner { grid-template-columns: auto 1fr auto; min-height: 78px; }
  .logo { width: 132px; height: 72px; }
  .header-cta { display: none; }
  .menu-button { display: block; justify-self: end; }
  .main-nav { position: absolute; top: 100%; right: 0; left: 0; justify-self: stretch; width: 100%; padding: .75rem var(--gutter) 1rem; background: white; border-bottom: 2px solid var(--ink); box-shadow: 0 .75rem 1.5rem rgba(16,16,16,.08); }
  .main-nav[hidden] { display: none; }
  .nav-list { display: grid; gap: 0; }
  .home-header .nav-list { gap: 0; }
  .nav-list a { min-height: 54px; border-bottom: 1px solid var(--rule); font-size: 1rem; }
  .nav-list a::after { right: auto; bottom: 0; width: 4rem; }
  .hero-grid, .section-heading, .page-hero__grid, .contact-grid, .home-brief-grid { grid-template-columns:1fr; }
  .hero--text .hero-grid { grid-template-columns:1fr; gap:2.5rem; }
  .hero-followup__grid { grid-template-columns:1fr; }
  .hero-message { max-width:42rem; }
  .hero-visual { min-height:34rem; }
  .studio-showcase { width:min(44rem,100%); margin:-2rem auto 0; }
  .services-showcase { width:100%; margin:-1.5rem auto 1.5rem; }
  .process-showcase { width:min(38rem,90%); margin:-2rem auto -1rem; }
  .proof-summary, .studio-grid { grid-template-columns: 1fr; }
  .proof-summary { gap: 2rem; }
  .client-ledger { grid-template-columns: repeat(3, 1fr); }
  .client-ledger li:nth-child(n) { color: var(--ink); background: white; }
  .client-ledger li:nth-child(3n + 2) { background: #fff8f7; }
  .client-ledger li:nth-child(3n + 3) { color: white; background: var(--red); }
  .studio-card { min-height: 500px; }
  .service-card { grid-column: span 6; }
  .service-card--wide { grid-column: 1 / -1; }
  .pricing-grid, .case-grid { grid-template-columns: 1fr; }
  .pricing-card { min-height: auto; }
  .pricing-card > .button { margin-top: 1rem; }
  .choice-shell { grid-template-columns: 1fr; }
  .choice-tabs { grid-template-columns: repeat(3, 1fr); border-right: 0; border-bottom: 1px solid #cfc4c3; }
  .choice-tab { min-height: 76px; border-right: 1px solid var(--rule); border-bottom: 0; }
  .choice-panel { min-height: 330px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .package-grid { grid-template-columns: 1fr; }
  .principles { grid-template-columns: 1fr; }
  .principle { min-height: auto; }
  .principle h3 { margin-bottom: 2rem; }
  .article-index { grid-template-columns: 1fr; }
  .article-index__nav { position: static; }
  .blog-preview__grid { grid-template-columns: 1fr; }
  .blog-card { border-top: 1px solid var(--ink); border-left: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  h1 { font-size: clamp(2.55rem, 13.5vw, 4rem); }
  h2 { font-size: clamp(1.9rem, 9.5vw, 3rem); }
  .hero { padding:.65rem 0 .75rem; }
  .hero-intro { margin-bottom:.5rem; padding:.45rem .25rem; font-size:.74rem; line-height:1.35; text-align:left; }
  .hero-grid { grid-template-rows:auto 10.5rem; gap:0; }
  .hero--text { min-height:0; padding:3.5rem 0; }
  .hero--text .hero-grid { grid-template-rows:none; gap:2.25rem; }
  .hero--text .hero-title { max-width:8ch; }
  .hero--text .hero-copy__actions, .hero--text .hero-copy__actions .button { width:100%; }
  .hero-message { align-self:start; }
  .hero-visual { min-height:10.5rem; margin-top:0; }
  .hero-service-laptop { inset:-4% 10% -2% -8%; }
  .hero-service-phone { top:8%; right:1%; width:27%; height:82%; padding:.45rem .2rem .25rem; border-width:.24rem; border-radius:.8rem; }
  .hero-service-phone__speaker { top:.18rem; }
  .hero-copy__actions, .hero-copy__actions .button { width: 100%; }
  .hero-followup { padding:1rem 0 1.25rem; }
  .hero-followup__grid { gap:.75rem; }
  .hero-followup__grid > div:first-child { gap:.35rem; }
  .hero-followup .eyebrow { display:none; }
  .hero-followup .lead { font-size:1rem; line-height:1.45; }
  .hero-followup__action { gap:.55rem; }
  .hero-followup .hero-note { padding-top:.5rem; font-size:.75rem; line-height:1.4; }
  .studio-showcase { width:100%; margin:-1.5rem 0 0; }
  .services-showcase { width:100%; margin:-1.5rem 0 1rem; }
  .process-showcase { width:100%; margin:-1.5rem 0 -.5rem; }
  .record-label { align-items: flex-start; }
  .proof-summary > div { grid-template-columns: 1fr; }
  .proof-number { margin-bottom: .5rem; }
  .client-ledger { grid-template-columns: repeat(2, 1fr); }
  .client-ledger li:nth-child(n) { min-height: 68px; color: var(--ink); background: white; }
  .client-ledger li:nth-child(4n + 2), .client-ledger li:nth-child(4n + 3) { background: #fff8f7; }
  .client-ledger li:nth-child(4n + 3), .client-ledger li:nth-child(4n + 4) { color: white; background: var(--red); }
  .studio-card { min-height: 400px; }
  .studio-card__brand { width: 84%; padding: 1rem; }
  .studio-records { grid-template-columns: 1fr; }
  .studio-records article { min-height: auto; }
  .studio-records article > span { margin-bottom: 1.5rem; }
  .production-stack__heading { display: grid; }
  .production-stack__grid { grid-template-columns: 1fr; }
  .service-card, .service-card--wide { grid-column: 1 / -1; min-height: auto; }
  .service-card--wide { grid-template-columns: 1fr; }
  .service-artifact--brand { min-height: 180px; }
  .service-card__meta { display: grid; }
  .case-visual { min-height: 220px; }
  .package .button { width: 100%; min-width: 0; white-space: normal; text-align: center; }
  .service-line { grid-template-columns: 1fr; gap: .75rem; }
  .service-line p { grid-column: 1 / -1; }
  .choice-tabs { grid-template-columns: 1fr; }
  .choice-tab { min-height: 62px; border-right: 0; border-bottom: 1px solid var(--rule); }
  .choice-panel { grid-template-columns: 1fr; min-height: 0; gap: 2rem; }
  .choice-price { text-align: left; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { min-height: 210px; }
  .process-step__number { margin-bottom: 2.5rem; }
  .work-grid { display: grid; }
  .work-piece, .work-piece:nth-child(n) { grid-column: 1 / -1; min-height: 300px; }
  .detail-row, .detail-row__body { grid-template-columns: 1fr; }
  .page-hero__aside { padding-top: 1rem; padding-left: 0; border-top: 6px solid var(--red); border-left: 0; }
  .blog-preview__masthead { display: grid; }
  .blog-lead > a { min-height: 380px; }
  .blog-preview__secondary { grid-template-rows: none; }
  .closing { grid-template-columns: 1fr; }
  .closing__action { justify-self: start; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
  .footer-bottom { display: grid; }
}

@media (max-width: 767px) {
  .command-hero { min-height:0; }
  .command-hero::before { background-size:36px 36px; }
  .command-hero::after { top:44%; right:-45%; width:130vw; }
  .command-hero__grid { grid-template-columns:1fr; gap:2.5rem; min-height:0; padding-block:3.25rem 2.5rem; }
  .command-hero__copy,.command-centre { grid-column:1; }
  .command-hero h1 { max-width:10ch; font-size:clamp(2.5rem,12vw,3rem); }
  .command-hero__lead { max-width:38rem; margin-top:1.1rem; font-size:1rem; }
  .command-hero__actions { display:grid; width:100%; margin-top:1.4rem; }
  .command-hero__actions .button { width:100%; min-width:0; min-height:50px; }
  .command-hero__services { margin-top:1.2rem; font-size:.66rem; }
  .command-centre { min-height:390px; }
  .command-centre__topline { right:0; left:0; }
  .command-centre__topline span:last-child { display:none; }
  .command-tabs { top:1.5rem; left:0; width:100%; }
  .command-tabs button { flex:1; min-width:0; padding:.55rem .35rem; }
  .command-browser { top:5rem; right:1%; left:0; border-radius:12px; }
  .command-browser__chrome { height:30px; }
  .command-mobile { right:-1%; bottom:0; width:26%; border-width:4px; border-radius:14px; }
  .command-card { display:none; }
}

@media (max-width: 380px) {
  .command-hero__grid { padding-top:2.7rem; }
  .command-hero__eyebrow { font-size:.68rem; }
  .command-tabs button { font-size:.61rem; }
  .command-centre { min-height:350px; }
}

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