:root {
  --paper: #ffffff;
  --ink: #211f1b;
  --olive: #62644a;
  --olive-soft: #d9dacd;
  --brown: #56382b;
  --warm: #f4f1ed;
  --line: rgba(33, 31, 27, 0.18);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { font-weight: 400; letter-spacing: -.04em; font-size: 1.25rem; color: var(--olive); }
.brand span { color: inherit; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: .9rem; }
.nav-links a { border-bottom: 1px solid transparent; padding: 4px 0; }
.nav-links a:hover, .nav-links a[aria-current="page"] { border-color: currentColor; }
.nav-cta { background: var(--ink); color: white; padding: 11px 18px !important; border: 1px solid var(--ink) !important; }
.menu-button { display: none; background: none; border: 0; padding: 8px 0; text-transform: uppercase; font-size: .8rem; }

.eyebrow { font-size: .75rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 700; color: var(--olive); }
.display { margin: 0; font-size: clamp(3.5rem, 8.4vw, 8.7rem); line-height: .86; letter-spacing: -.075em; font-weight: 600; }
.display .outline { color: transparent; -webkit-text-stroke: 1px var(--ink); }
.lead { max-width: 650px; font-size: clamp(1.15rem, 2vw, 1.55rem); line-height: 1.35; letter-spacing: -.025em; }
.hero { min-height: calc(100vh - 78px); padding: 54px 0 32px; display: grid; align-content: space-between; position: relative; overflow: hidden; }
.hero::after {
  content: "";
  position: absolute;
  inset: 24% -8% -22% 46%;
  background: url('/assets/editorial-texture.png') center / cover no-repeat;
  opacity: .44;
  z-index: -1;
  border-radius: 50% 0 0 0;
}
.hero-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 32px; }
.hero-note { max-width: 250px; text-align: right; font-size: .9rem; }
.hero-bottom { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 40px; margin-top: 84px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 1px solid var(--ink); font-size: .92rem; transition: .2s ease; }
.button.primary { background: var(--ink); color: white; }
.button:hover { transform: translateY(-2px); background: var(--olive); border-color: var(--olive); color: white; }

.ticker { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 14px 0; white-space: nowrap; text-transform: uppercase; letter-spacing: .1em; font-size: .74rem; }
.ticker-track { display: inline-flex; gap: 38px; animation: ticker 28s linear infinite; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: 110px 0; }
.section.alt { background: var(--warm); }
.section.olive { background: var(--olive); color: white; }
.section-head { display: grid; grid-template-columns: .65fr 1.35fr; gap: 40px; margin-bottom: 64px; }
.section h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 5.2rem); line-height: .96; letter-spacing: -.06em; font-weight: 500; }
.section-copy { max-width: 720px; font-size: 1.15rem; }
.section-copy p:first-child { margin-top: 0; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid currentColor; }
.metric { padding: 28px 24px 8px 0; border-right: 1px solid currentColor; }
.metric:last-child { border: 0; padding-left: 24px; }
.metric + .metric { padding-left: 24px; }
.metric strong { display: block; font-size: clamp(2.4rem, 5vw, 4.4rem); line-height: 1; letter-spacing: -.06em; font-weight: 500; }
.metric span { display: block; margin-top: 12px; font-size: .85rem; }

.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 80px 1fr 1fr; gap: 30px; padding: 28px 0; border-bottom: 1px solid var(--line); align-items: start; }
.service-row .num { color: var(--olive); font-size: .78rem; }
.service-row h3 { margin: 0; font-size: clamp(1.5rem, 3vw, 2.4rem); letter-spacing: -.04em; font-weight: 500; }
.service-row p { margin: 3px 0 0; max-width: 440px; }

.work-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.project { min-height: 330px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); background: white; transition: .25s ease; position: relative; overflow: hidden; }
.project:hover { transform: translateY(-5px); }
.project::after { content: ""; position: absolute; width: 170px; height: 170px; border-radius: 50%; background: var(--olive-soft); right: -55px; bottom: -80px; opacity: .7; }
.project:nth-child(2)::after, .project:nth-child(5)::after { background: #cbbeb4; }
.project.large { grid-column: span 7; }
.project.small { grid-column: span 5; }
.project h3 { margin: 0; font-size: clamp(2rem, 4vw, 4rem); line-height: .95; letter-spacing: -.055em; font-weight: 500; position: relative; z-index: 1; }
.project small { text-transform: uppercase; letter-spacing: .11em; position: relative; z-index: 1; }

.page-hero { padding: 86px 0 74px; border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 1050px; margin: 24px 0 32px; font-size: clamp(3.4rem, 8vw, 7.6rem); line-height: .88; letter-spacing: -.07em; font-weight: 500; }
.page-hero .lead { margin-left: auto; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.statement { padding: 80px 0; background: var(--brown); color: white; }
.statement p { margin: 0; max-width: 1000px; font-size: clamp(2.2rem, 5vw, 5rem); line-height: 1; letter-spacing: -.055em; }
.creator-hero { background: var(--ink); color: white; }
.creator-hero .eyebrow { color: #bec19b; }
.creator-hero .lead { color: #e6e3df; }
.creator-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.creator-card { min-height: 360px; background: var(--warm); padding: 30px; display: flex; flex-direction: column; justify-content: flex-end; border-top: 8px solid var(--olive); }
.creator-card:nth-child(even) { border-color: var(--brown); }
.creator-card h3 { font-size: 2.2rem; margin: 0 0 8px; letter-spacing: -.04em; }

.contact-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: start; }
.contact-title { margin: 0; font-size: clamp(4rem, 9vw, 9rem); line-height: .82; letter-spacing: -.08em; font-weight: 500; }
.contact-links { border-top: 1px solid var(--line); }
.contact-link { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.contact-link:hover span:last-child { color: var(--olive); }
.contact-note { margin-top: 32px; font-size: .9rem; color: #666; }

footer { border-top: 1px solid var(--line); padding: 32px 0; }
.footer-inner { display: flex; justify-content: space-between; gap: 30px; font-size: .82rem; }
.footer-links { display: flex; gap: 24px; }

.agency-hero { min-height: 88vh; padding: 58px 0 70px; display: flex; align-items: stretch; border-bottom: 1px solid var(--line); background: #fff; }
.agency-hero .shell { display: flex; flex-direction: column; justify-content: space-between; }
.agency-hero-top, .agency-hero-foot { display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; }
.hero-index { font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; }
.agency-hero h1 { max-width: 1120px; margin: 80px 0; font-size: clamp(4rem, 8.7vw, 9rem); line-height: .84; letter-spacing: -.075em; font-weight: 500; }
.agency-hero h1 em { color: var(--olive); font-style: normal; }
.agency-hero-foot .lead { margin: 0; }
.agency-hero-foot .button-row { margin-top: 0; justify-content: flex-end; }
.cases-section { padding-bottom: 50px; }
.case-list { border-top: 1px solid var(--line); }
.case-card { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 490px; padding: 40px 0; border-bottom: 1px solid var(--line); gap: 60px; }
.case-card.reverse .case-visual { order: 2; }
.case-visual { padding: 26px; display: flex; flex-direction: column; justify-content: space-between; color: white; overflow: hidden; }
.case-visual { position: relative; padding: 0; background: #eef0e8; }
.case-visual img { width: 100%; height: 100%; min-height: 490px; display: block; object-fit: cover; }
.case-visual > span { position: absolute; left: 18px; top: 18px; z-index: 1; padding: 7px 10px; background: rgba(255,255,255,.92); color: var(--olive); }
.case-visual span { font-size: .75rem; letter-spacing: .12em; }
.case-visual strong { align-self: flex-end; font-size: clamp(6rem, 14vw, 12rem); line-height: .75; letter-spacing: -.09em; font-weight: 500; opacity: .92; }
.olive-panel { background: var(--olive); }
.brown-panel { background: var(--brown); }
.warm-panel { background: #b8b9a6; color: var(--ink); }
.case-copy { align-self: center; max-width: 570px; }
.case-copy small { text-transform: uppercase; letter-spacing: .11em; color: var(--olive); }
.case-copy h3 { font-size: clamp(2.8rem, 6vw, 5.8rem); line-height: .9; letter-spacing: -.065em; margin: 20px 0 28px; font-weight: 500; }
.case-copy p { font-size: 1.08rem; }
.case-link { display: inline-block; margin-top: 26px; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: .9rem; }
.statement.olive { background: var(--olive); }
.button.light { border-color: white; color: white; }
.collab-cta { padding: 100px 0; background: white; border-top: 1px solid var(--line); }
.collab-cta .shell { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.collab-cta h2 { margin: 0; color: var(--olive); font-size: clamp(3rem, 7vw, 7rem); line-height: .9; letter-spacing: -.065em; font-weight: 500; }

.portfolio-page { --portfolio-bg: #f7f7f3; }
.portfolio-page [hidden] { display: none !important; }
.portfolio-page[data-language="es"] [data-lang="en"] { display: none; }
.portfolio-page[data-language="en"] [data-lang="es"] { display: none; }
.language-switch { display: flex; gap: 6px; align-items: center; margin-left: 18px; font-size: .75rem; }
.lang-button { border: 0; background: none; color: #999; padding: 5px 2px; cursor: pointer; }
.lang-button.active { color: var(--olive); font-weight: 700; }
.portfolio-cover { min-height: calc(100svh - 78px); background: var(--portfolio-bg); padding: 38px 0; border-bottom: 1px solid var(--line); }
.portfolio-cover-inner { min-height: calc(100svh - 154px); display: grid; grid-template-columns: 1.05fr .95fr; grid-template-rows: auto 1fr; gap: 20px 60px; }
.cover-meta { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.portfolio-pill { background: var(--olive); color: white; border-radius: 999px; padding: 8px 13px; }
.cover-title { align-self: center; }
.cover-title h1 { margin: 8px 0 20px; color: var(--olive); font-size: clamp(7rem, 18vw, 18rem); line-height: .7; letter-spacing: -.105em; font-weight: 500; }
.cover-title > p:last-child { max-width: 390px; font-size: 1.2rem; }
.image-slot { position: relative; background: #e3e5dc; border: 1px solid rgba(98,100,74,.28); display: flex; align-items: center; justify-content: center; color: var(--olive); overflow: hidden; }
.image-slot::before { content: ""; position: absolute; inset: 11%; border: 1px solid rgba(98,100,74,.22); }
.image-slot span { position: relative; z-index: 1; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; }
.hero-photo { min-height: 590px; align-self: stretch; }
.portfolio-section { padding: 120px 0; background: white; }
.portfolio-split { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: center; }
.portfolio-section h2, .portfolio-cta h2 { margin: 28px 0; color: var(--olive); font-size: clamp(3.2rem, 7vw, 7rem); line-height: .88; letter-spacing: -.07em; font-weight: 500; }
.portfolio-body { max-width: 690px; font-size: 1.2rem; }
.portrait-slot { min-height: 640px; }
.portfolio-gallery { padding: 90px 0 70px; background: var(--portfolio-bg); }
.gallery-strip { min-height: 610px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; align-items: center; }
.gallery-strip .tall { height: 570px; }
.gallery-strip .short { height: 450px; }
.gallery-caption { max-width: 620px; margin: 50px auto 0; color: var(--olive); text-align: center; font-size: clamp(1.5rem, 3vw, 2.8rem); letter-spacing: -.035em; line-height: 1.05; }
.stats-section { background: var(--olive); color: white; }
.stats-section .eyebrow, .stats-section h2 { color: white; }
.portfolio-heading-row { display: grid; grid-template-columns: .6fr 1.4fr; gap: 40px; align-items: start; margin-bottom: 68px; }
.portfolio-heading-row h2 { margin-top: 0; }
.portfolio-stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid white; }
.stat-shell { min-height: 240px; padding: 26px 20px 20px 0; border-right: 1px solid white; display: flex; flex-direction: column; }
.stat-shell + .stat-shell { padding-left: 20px; }
.stat-shell:last-child { border-right: 0; }
.stat-shell strong { font-size: clamp(3.7rem, 7vw, 7rem); line-height: 1; margin: auto 0 4px; letter-spacing: -.07em; font-weight: 500; }
.stat-shell small { text-transform: uppercase; letter-spacing: .11em; }
.platform-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid white; border-bottom: 1px solid white; }
.platform-card { padding: 28px 42px 34px 0; }
.platform-card + .platform-card { padding-left: 42px; border-left: 1px solid white; }
.platform-card > small, .audience-data small { display: block; text-transform: uppercase; letter-spacing: .11em; margin-bottom: 34px; }
.platform-number { margin-top: 28px; }
.platform-number strong { display: block; font-size: clamp(3.3rem, 6.8vw, 7rem); line-height: .9; letter-spacing: -.07em; font-weight: 500; }
.platform-number span { display: block; margin-top: 8px; }
.audience-data { display: grid; grid-template-columns: .75fr 1.25fr; gap: 50px; padding-top: 42px; }
.audience-data strong { display: block; font-size: clamp(2rem, 4vw, 4rem); letter-spacing: -.05em; font-weight: 500; }
.audience-data p { font-size: 1.15rem; max-width: 680px; }
.featured-content { background: var(--portfolio-bg); }
.reel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; align-items: center; }
.reel-slot { aspect-ratio: 9 / 16; max-height: 620px; background: #d7d9cd; flex-direction: column; gap: 18px; }
.reel-slot.focus { transform: translateY(-30px); background: #c7cab9; }
.reel-slot small { position: relative; z-index: 1; }
.portfolio-formats { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.portfolio-formats article { display: grid; grid-template-columns: 46px 1fr; padding: 30px 25px 30px 0; border-bottom: 1px solid var(--line); }
.portfolio-formats article:nth-child(odd) { border-right: 1px solid var(--line); }
.portfolio-formats article:nth-child(even) { padding-left: 25px; }
.portfolio-formats article > span { color: var(--olive); font-size: .75rem; }
.portfolio-formats h3 { margin: 0; color: var(--olive); font-size: 1.8rem; font-weight: 500; letter-spacing: -.04em; }
.portfolio-formats p { grid-column: 2; margin: 10px 0 0; max-width: 430px; }
.portfolio-cta { padding: 110px 0; background: var(--portfolio-bg); }
.portfolio-cta .shell { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.portfolio-cta p { max-width: 520px; font-size: 1.18rem; }

.av-page { background: #fff; }
.av-hero { padding: 82px 0 90px; border-bottom: 1px solid var(--line); }
.av-hero h1 { margin: 44px 0 64px; color: var(--olive); font-size: clamp(5rem, 13vw, 13rem); font-weight: 400; line-height: .74; letter-spacing: -.09em; }
.av-disciplines { display: flex; justify-content: flex-end; gap: 22px; color: var(--olive); font-size: clamp(1.35rem, 3vw, 2.5rem); letter-spacing: -.035em; }
.av-intro { padding: 110px 0; border-bottom: 1px solid var(--line); }
.av-intro-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: center; }
.av-intro h2 { margin: 24px 0 34px; color: var(--olive); font-size: clamp(3rem, 6vw, 6.4rem); font-weight: 400; line-height: .88; letter-spacing: -.065em; }
.av-intro p { max-width: 650px; font-size: 1.16rem; }
.av-portrait { width: min(100%, 390px); aspect-ratio: 4 / 5; justify-self: end; overflow: hidden; }
.av-portrait img { width: 100%; height: 100%; display: block; object-fit: cover; }
.av-project { padding: 86px 0 110px; border-bottom: 1px solid var(--line); }
.av-project-head { display: grid; grid-template-columns: 50px 1fr auto; gap: 24px; align-items: baseline; margin-bottom: 38px; }
.av-project-head > span:first-child { color: var(--olive); font-size: .75rem; letter-spacing: .12em; }
.av-project-head > span:last-child, .av-project-head > a { font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; }
.av-project-head h2 { margin: 0; color: var(--olive); font-size: clamp(2.6rem, 6vw, 6rem); font-weight: 400; line-height: .9; letter-spacing: -.06em; }
.av-project-head a { border-bottom: 1px solid currentColor; }
.av-cover, .av-gallery a { position: relative; display: block; overflow: hidden; background: #eef0e8; }
.av-cover img, .av-gallery img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.av-cover:hover img, .av-gallery a:hover img { transform: scale(1.015); }
.av-cover-single { width: min(72%, 820px); margin: 0 auto; aspect-ratio: 4 / 5; }
.play-label { position: absolute; right: 18px; bottom: 18px; padding: 10px 15px; background: white; color: var(--olive); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.av-video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.av-video-column { display: grid; gap: 18px; }
.av-video-card { position: relative; display: block; aspect-ratio: 16 / 8; overflow: hidden; background: #eef0e8; }
.av-video-thumb { position: absolute; inset: 0; display: block; background: linear-gradient(145deg, #d9dacd, #74775a); background-position: center; background-size: cover; transition: transform .45s ease; }
.av-video-column:nth-child(2) .av-video-thumb { background: linear-gradient(145deg, #d8cec7, #755a4b); }
.av-video-column:nth-child(3) .av-video-thumb { background: linear-gradient(145deg, #e1e0d7, #55583e); }
.av-video-card:hover .av-video-thumb { transform: scale(1.02); }
.av-video-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(25,24,20,.68)); }
.av-video-meta { position: absolute; z-index: 1; left: 22px; right: 22px; bottom: 20px; display: flex; justify-content: space-between; align-items: end; gap: 20px; color: white; }
.av-video-meta small { text-transform: uppercase; letter-spacing: .1em; }
.av-video-meta strong { font-size: .82rem; font-weight: 500; text-transform: uppercase; letter-spacing: .08em; }
.carousel-actions { display: flex; gap: 8px; }
.carousel-actions button { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--olive); cursor: pointer; font: inherit; transition: .2s ease; }
.carousel-actions button:hover { background: var(--olive); color: white; }
.av-carousel { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(260px, 32%); gap: 16px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: none; padding-bottom: 4px; }
.av-carousel::-webkit-scrollbar { display: none; }
.av-carousel a { display: block; aspect-ratio: 4 / 5; overflow: hidden; background: #eef0e8; scroll-snap-align: start; }
.av-carousel img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .4s ease; }
.av-carousel a:hover img { transform: scale(1.02); }
.real-image { position: relative; overflow: hidden; }
.real-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.reel-library { display: grid; gap: 14px; }
.reel-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.reel-link { position: relative; aspect-ratio: 9 / 16; display: block; overflow: hidden; color: white; background: #d6d8cb; border: 1px solid rgba(98,100,74,.2); transition: transform .2s ease; }
.reel-link:hover { transform: translateY(-4px); }
.reel-thumb { position: absolute; inset: 0; background: linear-gradient(145deg, #c6c9b7, #777a5d); background-position: center; background-size: cover; transition: transform .4s ease; }
.reel-link:nth-child(even) .reel-thumb { background: linear-gradient(145deg, #cfcbc4, #6d584c); }
.reel-link:hover .reel-thumb { transform: scale(1.025); }
.reel-link::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,20,18,.04) 28%, rgba(20,20,18,.72)); }
.reel-overlay { position: absolute; z-index: 1; inset: 14px; display: flex; flex-direction: column; justify-content: flex-end; gap: 5px; }
.reel-overlay small { margin-bottom: auto; text-transform: uppercase; letter-spacing: .1em; }
.reel-overlay strong { font-size: clamp(1.45rem, 2.5vw, 2.6rem); line-height: .95; letter-spacing: -.05em; font-weight: 500; }
.reel-overlay > span { font-size: .78rem; }
.trusted-brands { padding: 100px 0 110px; background: white; border-top: 1px solid var(--line); }
.trusted-brands h2 { margin: 24px 0 58px; color: var(--olive); font-size: clamp(2.8rem, 6vw, 6rem); line-height: .9; letter-spacing: -.06em; font-weight: 500; }
.brand-cloud { display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.brand-cloud img { width: 100%; height: 116px; object-fit: contain; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); mix-blend-mode: multiply; }

@media (max-width: 800px) {
  .shell { width: min(calc(100% - 30px), var(--max)); }
  .nav { height: 68px; }
  .menu-button { display: block; }
  .nav-links { display: none; position: absolute; top: 68px; left: 0; right: 0; background: white; padding: 24px 15px 30px; border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; gap: 18px; }
  .nav-links.open { display: flex; }
  .hero { min-height: calc(100svh - 68px); padding-top: 34px; }
  .hero-top { display: block; }
  .hero-note { text-align: left; margin-top: 22px; }
  .hero-bottom, .section-head, .split, .contact-grid { grid-template-columns: 1fr; }
  .hero::after { inset: 42% -40% -10% 18%; opacity: .33; }
  .hero-bottom { margin-top: 90px; }
  .section { padding: 76px 0; }
  .section-head { gap: 24px; margin-bottom: 42px; }
  .metrics { grid-template-columns: 1fr; }
  .metric, .metric + .metric, .metric:last-child { padding: 22px 0; border-right: 0; border-bottom: 1px solid currentColor; }
  .service-row { grid-template-columns: 42px 1fr; gap: 12px; }
  .service-row p { grid-column: 2; }
  .project.large, .project.small { grid-column: span 12; }
  .project { min-height: 280px; }
  .page-hero { padding: 56px 0; }
  .page-hero .lead { margin-left: 0; }
  .creator-cards { grid-template-columns: 1fr; }
  .creator-card { min-height: 280px; }
  .contact-grid { gap: 48px; }
  .footer-inner { flex-direction: column; }
  .agency-hero { min-height: auto; padding: 38px 0 58px; background: #fff; }
  .agency-hero-top, .agency-hero-foot { display: block; }
  .agency-hero h1 { margin: 80px 0 58px; }
  .hero-index { display: block; margin-top: 10px; }
  .agency-hero-foot .button-row { justify-content: flex-start; margin-top: 28px; }
  .case-card, .case-card.reverse { grid-template-columns: 1fr; gap: 36px; min-height: auto; }
  .case-card.reverse .case-visual { order: 0; }
  .case-visual { min-height: 320px; }
  .language-switch { margin-left: auto; margin-right: 12px; order: 2; }
  .portfolio-cover { min-height: auto; }
  .portfolio-cover-inner { min-height: auto; grid-template-columns: 1fr; }
  .cover-meta { grid-column: 1; }
  .cover-title { padding: 74px 0 26px; }
  .cover-title h1 { font-size: clamp(7rem, 42vw, 11rem); }
  .hero-photo { min-height: 500px; }
  .portfolio-section { padding: 78px 0; }
  .portfolio-split, .portfolio-heading-row, .portfolio-cta .shell { grid-template-columns: 1fr; gap: 38px; }
  .portrait-slot { min-height: 480px; }
  .gallery-strip { grid-template-columns: repeat(2, 1fr); min-height: auto; gap: 14px; }
  .gallery-strip .tall { height: 390px; }
  .gallery-strip .short { height: 320px; }
  .portfolio-stats { grid-template-columns: repeat(2, 1fr); }
  .stat-shell:nth-child(2) { border-right: 0; }
  .stat-shell:nth-child(-n+2) { border-bottom: 1px solid white; }
  .reel-grid { gap: 12px; }
  .reel-slot.focus { transform: translateY(-16px); }
  .portfolio-formats { grid-template-columns: 1fr; }
  .portfolio-formats article, .portfolio-formats article:nth-child(odd), .portfolio-formats article:nth-child(even) { border-right: 0; padding: 26px 0; }
  .collab-cta .shell { display: block; }
  .collab-cta .button { margin-top: 32px; }
  .platform-grid, .audience-data { grid-template-columns: 1fr; }
  .platform-card, .platform-card + .platform-card { padding: 26px 0; border-left: 0; }
  .platform-card + .platform-card { border-top: 1px solid white; }
  .av-hero { padding: 58px 0 66px; }
  .av-disciplines { justify-content: flex-start; }
  .av-intro { padding: 72px 0; }
  .av-intro-grid { grid-template-columns: 1fr; gap: 44px; }
  .av-portrait { width: min(74%, 340px); justify-self: end; }
  .av-project { padding: 62px 0 74px; }
  .av-project-head { grid-template-columns: 36px 1fr; }
  .av-project-head > span:last-child, .av-project-head > a, .carousel-actions { grid-column: 2; }
  .av-cover-single { width: 100%; }
  .av-video-grid { grid-template-columns: 1fr; }
  .av-video-card { aspect-ratio: 16 / 10; }
  .av-video-meta { left: 14px; right: 14px; bottom: 13px; }
  .av-carousel { grid-auto-columns: 72%; }
  .reel-row { display: grid; grid-auto-flow: column; grid-template-columns: none; grid-auto-columns: 44%; overflow-x: auto; scroll-snap-type: inline mandatory; scrollbar-width: none; }
  .reel-row::-webkit-scrollbar { display: none; }
  .reel-link { scroll-snap-align: start; }
  .trusted-brands { padding: 72px 0 80px; }
  .brand-cloud { grid-template-columns: repeat(2, 1fr); }
  .brand-cloud img { height: 100px; padding: 22px; }
}

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