:root {
  --paper: #efede5;
  --paper-light: #f8f6ef;
  --ink: #11110f;
  --gold: #a87832;
  --petrol: #103a3b;
  --line: rgba(17,17,15,.24);
  --pad: clamp(1.25rem, 4.2vw, 4.75rem);
  --display: Didot, "Bodoni 72", "Bodoni MT", Georgia, serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body::before { display: none; }
img { display: block; width: 100%; }
video { display: block; width: 100%; }
figure, h1, h2, h3, p { margin: 0; }
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; top: -4rem; left: 1rem; z-index: 200; padding: .7rem 1rem; background: var(--paper-light); border: 1px solid var(--ink); }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 50; min-height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 0 var(--pad); border-bottom: 1px solid var(--ink); background: rgba(239,237,229,.96); backdrop-filter: blur(10px); }
.wordmark { font-size: .83rem; font-weight: 800; letter-spacing: .08em; }
.wordmark span { margin-left: .2rem; font-size: .5rem; vertical-align: top; }
nav { display: flex; align-items: center; gap: clamp(1rem,2.8vw,2.8rem); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
nav a { padding: .45rem 0; border-bottom: 1px solid transparent; }
nav a:hover, nav a:focus-visible { border-color: currentColor; }
.contact-link { color: var(--paper-light); background: var(--ink); padding: .62rem .9rem; border: 1px solid var(--ink); }

.hero { position: relative; min-height: calc(100svh - 76px); display: grid; border-bottom: 1px solid var(--ink); }
.clean-hero { min-height: min(860px, calc(100svh - 76px)); background: var(--paper-light); }
.hero-copy { display: flex; flex-direction: column; justify-content: space-between; min-width: 0; padding: clamp(1.5rem,3.5vw,3.5rem) var(--pad) clamp(2rem,4vw,4rem); }
.meta-line, .eyebrow, .project-id, figcaption { font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.hero h1, .directory-intro h2, .project-header h2, .social-copy h3, .chapter-heading h3, .brand-stack h3, .content-product h3, .contact h2 { font-family: var(--display); font-weight: 400; letter-spacing: -.065em; line-height: .85; }
.hero-top { display: flex; justify-content: space-between; gap: 2rem; }
.hero h1 { margin: clamp(3rem,8vw,7rem) 0; font-size: clamp(5.5rem,12.4vw,12rem); }
em { color: var(--gold); font-weight: 400; }
.hero-intro { display: grid; grid-template-columns: minmax(0,720px) auto; align-items: end; justify-content: space-between; gap: 2rem; padding-top: 1.3rem; border-top: 1px solid var(--ink); }
.hero-intro > p:first-child { font-size: .78rem; font-weight: 700; line-height: 1.5; letter-spacing: .11em; text-transform: uppercase; }
.hero-intro a { font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.availability { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; }
.marquee { overflow: hidden; padding: .85rem 0; color: var(--paper-light); background: var(--ink); }
.marquee div { min-width: max-content; display: flex; gap: 2rem; align-items: center; padding-left: var(--pad); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.marquee b { color: var(--gold); }

.project-directory { padding: clamp(5rem,10vw,10rem) var(--pad) clamp(5rem,9vw,9rem); background: var(--paper-light); }
.directory-intro { display: grid; grid-template-columns: .62fr 1.8fr 1fr; gap: clamp(1.5rem,4vw,5rem); align-items: end; margin-bottom: clamp(4rem,8vw,7rem); }
.directory-intro h2 { font-size: clamp(3.8rem,7.5vw,8rem); }
.directory-copy { display: grid; gap: 1rem; max-width: 34rem; }
.method-grid { display: grid; grid-template-columns: repeat(4,1fr); margin: 0 0 clamp(4rem,8vw,7rem); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.method-grid article { position: relative; min-height: 310px; display: flex; flex-direction: column; padding: 1.25rem; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.method-grid article > span { align-self: flex-end; color: var(--gold); font-family: var(--display); font-size: 2.4rem; line-height: 1; }
.method-grid h3 { margin: 2.6rem 0 1.2rem; font-family: var(--display); font-size: clamp(2rem,2.6vw,3.2rem); font-weight: 400; letter-spacing: -.045em; line-height: .95; }
.method-grid article > p:last-child { margin-top: auto; max-width: 18rem; font-size: .9rem; }
.ownership-note { max-width: 55rem; margin: 0 0 2rem auto; padding-left: 1.2rem; border-left: 3px solid var(--gold); font-family: var(--display); font-size: clamp(1.2rem,1.8vw,1.65rem); line-height: 1.18; }
.client-index { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.client-index a { display: grid; grid-template-columns: .35fr 1.15fr 1fr auto; gap: 1.5rem; align-items: center; min-height: 94px; padding: 1rem .4rem; border-bottom: 1px solid var(--ink); transition: padding .25s ease, background .25s ease; }
.client-index a:hover, .client-index a:focus-visible { padding-left: 1rem; padding-right: 1rem; background: #e4e0d5; }
.client-index span, .client-index small { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.client-index strong { font-family: var(--display); font-size: clamp(1.7rem,3vw,3.2rem); font-weight: 400; letter-spacing: -.035em; }
.client-index i { font-family: var(--display); font-size: 1.7rem; font-style: normal; }

.project { --accent: var(--gold); --project-bg: var(--paper); --project-ink: var(--ink); scroll-margin-top: 74px; padding: clamp(4rem,7vw,7rem) var(--pad); color: var(--project-ink); background: var(--project-bg); border-top: 1px solid var(--ink); }
.project-mywalls { --accent: #9d7041; --project-bg: #f0ede5; }
.project-proexpand { --accent: #d5a34d; --project-bg: #11110f; --project-ink: #f5f1e7; }
.project-incrivelmente { --accent: #d36c2f; --project-bg: #f7f2e8; }
.project-global { --accent: #bd7454; --project-bg: #e9e3d9; }
.project-avelloz { --accent: #f37521; --project-bg: #132c3a; --project-ink: #f7f1e6; }
.project-locagora { --accent: #baed47; --project-bg: #f0efe8; }
.project-abracadabra { --accent: #9277b4; --project-bg: #eeeaf2; }
.project-mavibela { --accent: #db7384; --project-bg: #f7f0ee; }
.project .eyebrow { color: var(--accent); }
.project-header { display: grid; grid-template-columns: .55fr 2.1fr 1fr; gap: clamp(1.5rem,4vw,5rem); align-items: end; padding-bottom: clamp(3rem,6vw,6rem); }
.project-id { align-self: start; display: flex; gap: .8rem; align-items: baseline; }
.project-id span { color: var(--accent); font-family: var(--display); font-size: 2.3rem; font-weight: 400; }
.project-id p { max-width: 11rem; }
.project-header h2 { font-size: clamp(5rem,10vw,10rem); overflow-wrap: normal; word-break: normal; hyphens: none; }
.project-header h2 span { white-space: nowrap; }
.project-incrivelmente .project-header h2, .project-global .project-header h2, .project-abracadabra .project-header h2, .project-mavibela .project-header h2 { font-size: clamp(3.6rem,6.8vw,7rem); }
.project-title { min-width: 0; }
.instagram-link { display: inline-block; margin-top: 1.25rem; padding: .55rem 0 .35rem; border-bottom: 1px solid currentColor; font-size: .72rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.instagram-link:hover, .instagram-link:focus-visible { color: var(--accent); }
.secondary-link { margin-left: 1rem; }
.compact-header h2 { font-size: clamp(4.2rem,8vw,8rem); }
.project-lede { font-family: var(--display); font-size: clamp(1.45rem,2.15vw,2rem); line-height: 1.08; letter-spacing: -.025em; }
.project-brief { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: clamp(1.75rem,4vw,5rem); margin-bottom: clamp(4rem,8vw,8rem); padding-top: 1.25rem; border-top: 1px solid currentColor; }
.project-brief > div { min-width: 0; }
.project-brief .eyebrow { margin-bottom: .9rem; }
.project-brief > div > p:last-child { max-width: 30rem; font-family: var(--display); font-size: clamp(1.1rem,1.45vw,1.4rem); line-height: 1.24; letter-spacing: -.015em; }

.social-feature { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(300px,.75fr); gap: clamp(2rem,6vw,7rem); align-items: center; padding: clamp(2rem,4vw,4rem); color: #11110f; background: #ded9ce; }
.social-feature-dark { color: #f7f3e9; background: #23231f; }
.feed-frame { overflow: hidden; border: 1px solid rgba(17,17,15,.25); background: #0b0d0e; box-shadow: 0 28px 60px rgba(0,0,0,.18); }
.feed-frame a, .linked-material a, .guide-link { display: block; height: 100%; }
.feed-frame img { aspect-ratio: 1.36 / 1; object-fit: cover; object-position: center top; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.feed-frame:hover img { transform: scale(1.018); }
.social-copy h3, .brand-stack h3 { margin: 1rem 0 1.5rem; font-size: clamp(2.7rem,4.7vw,5.2rem); }
.social-copy > p:not(.eyebrow), .brand-stack > div > p:not(.eyebrow) { max-width: 34rem; font-size: 1rem; }
.role-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 2.5rem 0 0; padding: 0; list-style: none; border-top: 1px solid currentColor; border-left: 1px solid currentColor; }
.role-list li { padding: .8rem; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }

.video-story { display: grid; grid-template-columns: minmax(280px,.62fr) minmax(0,1.38fr); gap: clamp(2.5rem,6vw,7rem); align-items: start; margin-top: clamp(5rem,9vw,9rem); padding-top: clamp(3rem,5vw,5rem); border-top: 1px solid currentColor; }
.video-story-copy { position: sticky; top: 7rem; }
.video-story-copy h3, .report-copy h3 { margin: 1rem 0 1.5rem; font-family: var(--display); font-size: clamp(3rem,5.4vw,6rem); font-weight: 400; letter-spacing: -.06em; line-height: .88; }
.video-story-copy > p:last-child { max-width: 33rem; }
.video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.video-grid-three { grid-template-columns: repeat(3,1fr); }
.video-card { position: relative; overflow: hidden; background: #080a0b; box-shadow: 0 24px 48px rgba(0,0,0,.18); }
.video-card video { aspect-ratio: 9 / 16; max-height: 780px; object-fit: contain; background: #080a0b; }
.video-card figcaption { pointer-events: none; }
.video-story-single { grid-template-columns: .72fr minmax(280px,.72fr); justify-content: space-between; }
.video-story-single .video-card { width: min(100%,460px); justify-self: end; }
.video-story-single .video-card video { aspect-ratio: 3 / 4; }

/* 2026 editorial refresh */
:root {
  --paper: #FAF7F2;
  --paper-light: #FFFDF9;
  --ink: #1A1815;
  --gold: #A44E36;
  --petrol: #4E5B3C;
  --line: rgba(26, 24, 21, .2);
  --display: "Fraunces", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

body { background: var(--paper); line-height: 1.65; }
body::before { display: none; }
button, input, textarea { font: inherit; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

.site-header {
  min-height: 64px;
  border-bottom-color: var(--line);
  background: rgba(250,247,242,.94);
}
.wordmark { font-family: var(--display); font-size: 1.05rem; font-weight: 500; letter-spacing: -.02em; text-transform: none; }
nav { gap: clamp(.9rem,2vw,2rem); font-size: .67rem; font-weight: 600; }
.nav-cta { padding: .62rem .9rem; color: var(--paper); background: var(--ink); border: 1px solid var(--ink); }

.hero {
  min-height: calc(100svh - 64px);
  grid-template-columns: minmax(0,1.25fr) minmax(340px,.75fr);
  background: var(--paper);
  border-bottom-color: var(--line);
}
.hero-copy { justify-content: center; padding: clamp(4rem,8vw,8rem) var(--pad); }
.hero h1 { margin: 1.5rem 0 2rem; max-width: 1000px; font-size: clamp(4.2rem,8.7vw,9.6rem); line-height: .88; letter-spacing: -.075em; }
.hero-subhead { max-width: 690px; font-family: var(--display); font-size: clamp(1.25rem,2vw,2rem); line-height: 1.25; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2.2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .8rem 1.1rem; border: 1px solid var(--ink); border-radius: 999px; font-size: .72rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; transition: transform .25s ease, background .25s ease, color .25s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: var(--paper); background: var(--ink); }
.button-dark:hover { background: var(--gold); border-color: var(--gold); }
.button-ghost { background: transparent; }
.button-ghost:hover { color: var(--paper); background: var(--ink); }
.hero-portrait { position: relative; min-height: 560px; overflow: hidden; margin: 1.1rem 1.1rem 1.1rem 0; border-radius: 1rem; background: #d9d3cb; }
.hero-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.hero-portrait figcaption { padding: .85rem 1rem; color: var(--paper); background: rgba(26,24,21,.8); }

.about { display: grid; grid-template-columns: .45fr .8fr 1.25fr; gap: clamp(2rem,5vw,6rem); align-items: center; padding: clamp(5rem,10vw,10rem) var(--pad); border-bottom: 1px solid var(--line); }
.about-label { align-self: start; }
.about-label span { display: block; margin-top: .75rem; color: #6e675f; font-size: .75rem; }
.about figure { overflow: hidden; aspect-ratio: 4/5; border-radius: .8rem; }
.about figure img { height: 100%; object-fit: cover; object-position: 50% 20%; }
.about-copy h2, .section-heading h2, .compact-work-heading h2 { font-family: var(--display); font-weight: 400; font-size: clamp(3rem,5.8vw,6.3rem); line-height: .92; letter-spacing: -.06em; }
.about-copy > p { margin: 1.6rem 0 2rem; max-width: 48rem; font-family: var(--display); font-size: clamp(1.2rem,1.7vw,1.55rem); line-height: 1.35; }

.marquee { background: var(--ink); }
.process { padding: clamp(5rem,9vw,9rem) var(--pad); background: var(--paper-light); border-bottom: 1px solid var(--line); scroll-margin-top: 64px; }
.section-heading { display: grid; grid-template-columns: .55fr 1.8fr; gap: 2rem; align-items: start; margin-bottom: clamp(3rem,6vw,6rem); }
.method-grid { position: relative; grid-template-columns: 1fr; margin: 0; border: 0; }
.method-grid::before { content: ""; position: absolute; left: 1.15rem; top: 2rem; bottom: 2rem; width: 1px; background: var(--line); }
.method-grid article { min-height: 0; display: grid; grid-template-columns: 5.5rem .6fr .85fr 1.15fr; gap: 1.5rem; align-items: baseline; padding: 1.6rem 0; border: 0; border-bottom: 1px solid var(--line); }
.method-grid article > span { position: relative; z-index: 1; justify-self: start; width: 2.3rem; height: 2.3rem; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; color: var(--paper); background: var(--ink); font-family: var(--sans); font-size: .68rem; }
.method-grid h3 { margin: 0; font-size: clamp(1.7rem,2.4vw,2.7rem); }
.method-grid article > p:last-child { margin: 0; max-width: 32rem; }

.project-directory { background: var(--paper); }
.directory-intro { grid-template-columns: .45fr 1.6fr 1fr; }
.directory-intro h2 { font-size: clamp(3.8rem,7vw,7.2rem); }
.ownership-note { border-left-color: var(--gold); }
.client-index a:hover, .client-index a:focus-visible { background: #EFE7DE; }

.project { --accent: var(--gold); --project-bg: var(--paper); --project-ink: var(--ink); border-top-color: var(--line); }
.project-proexpand, .project-avelloz { --project-bg: #F1EDE6; --project-ink: var(--ink); }
.project-incrivelmente, .project-locagora, .project-abracadabra, .project-mavibela, .project-global { --project-bg: var(--paper-light); --project-ink: var(--ink); }
.project-mywalls, .project-global, .project-avelloz, .project-locagora, .project-abracadabra, .project-mavibela { --accent: var(--gold); }
.project-incrivelmente { --accent: #4E5B3C; }
.project-header { padding-bottom: clamp(2.5rem,5vw,5rem); }
.project-header h2 { font-size: clamp(4.6rem,9vw,9rem); }
.project-incrivelmente .project-header h2 { font-size: clamp(3.5rem,6vw,6.5rem); }
.project-brief { border-top-color: var(--line); }
.project-brief > div > p:last-child { font-family: var(--sans); font-size: 1rem; line-height: 1.65; }
.social-feature, .strategy-feature-lilac, .strategy-feature-pastel { color: var(--ink); background: #EEE8DF; border-radius: 1rem; }
.social-feature-dark { color: var(--ink); background: #E6E1D8; }
.content-product { background: var(--ink); border-radius: 1rem; }
.feed-frame, .video-card, .gallery figure, .deck-row figure, .strategy-cover, .report-cover-link, .poster-gallery figure, .campaign-mosaic figure, .single-campaign figure { border-radius: .7rem; }
figcaption { background: rgba(26,24,21,.82); }

.results-strip { margin-top: clamp(4rem,7vw,7rem); padding: 1.2rem 0; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; }
.results-strip > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 1rem; background: var(--line); }
.results-strip span { min-height: 135px; display: flex; align-items: flex-end; padding: 1rem; color: var(--ink); background: var(--paper-light); font-family: var(--display); font-size: clamp(1.3rem,2.3vw,2.3rem); line-height: 1.05; }

.compact-work { padding: clamp(5rem,9vw,9rem) var(--pad); background: #EAE4DB; }
.compact-work-heading { display: grid; grid-template-columns: .45fr 1.55fr; gap: 2rem; margin-bottom: clamp(3rem,6vw,6rem); }
.compact-work-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.25rem; align-items: start; }
.compact-case { min-width: 0; padding: clamp(1.4rem,3vw,2.4rem); border: 1px solid var(--line); border-radius: 1rem; background: var(--paper-light); transition: transform .3s ease, box-shadow .3s ease; }
.compact-case:hover { transform: translateY(-4px); box-shadow: 0 18px 45px rgba(26,24,21,.08); }
.compact-case:has(.case-details[open]) { grid-column: 1 / -1; transform: none; }
.compact-case .project-header { grid-template-columns: 1fr; gap: 1.2rem; padding: 0; }
.compact-case .project-id { justify-content: space-between; }
.compact-case .project-title h2, .project-global.compact-case .project-title h2, .project-abracadabra.compact-case .project-title h2, .project-mavibela.compact-case .project-title h2 { font-size: clamp(2.6rem,4.6vw,5.2rem); }
.compact-case .project-lede { font-family: var(--sans); font-size: .95rem; line-height: 1.6; }
.case-details { margin-top: 1.6rem; border-top: 1px solid var(--line); }
.case-details summary { display: flex; justify-content: space-between; padding: 1rem 0 .1rem; list-style: none; cursor: pointer; font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.case-details summary::-webkit-details-marker { display: none; }
.case-details[open] summary span { transform: rotate(180deg); }
.case-content { padding-top: 3rem; }
.case-content .project-brief { margin-bottom: 4rem; }

.contact { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem,8vw,9rem); padding: clamp(5rem,10vw,10rem) var(--pad); background: var(--paper); border-top: 1px solid var(--line); }
.contact h2 { margin: .8rem 0 1.5rem; font-size: clamp(4rem,8vw,8rem); }
.contact-intro > p:not(.eyebrow,.contact-location) { max-width: 34rem; }
.mail { display: inline-block; margin: 2rem 0 .7rem; padding-bottom: .25rem; border-bottom: 1px solid currentColor; font-family: var(--display); font-size: clamp(1.15rem,2vw,1.7rem); }
.contact-location { margin-bottom: 1.5rem; color: #6e675f; }
.contact-form { display: grid; align-content: start; gap: .55rem; padding-top: 1rem; }
.contact-form label { margin-top: .65rem; font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; padding: .9rem 0; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; color: var(--ink); background: transparent; }
.contact-form textarea { resize: vertical; }
.contact-form .button { justify-self: start; margin-top: 1rem; }
.form-note { color: #6e675f; font-size: .75rem; }
footer { display: grid; grid-template-columns: 1fr 1fr auto; gap: 1.5rem; align-items: center; padding: 1.5rem var(--pad); color: var(--paper); background: var(--ink); font-size: .72rem; }
footer div { display: flex; gap: 1.3rem; }

.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-portrait { min-height: 56svh; margin: 0 var(--pad) var(--pad); }
  .about { grid-template-columns: 1fr 1fr; }
  .about-label { grid-column: 1/-1; }
  .about-copy { grid-column: 2; }
  .directory-intro, .section-heading, .compact-work-heading { grid-template-columns: 1fr; }
  .method-grid article { grid-template-columns: 4rem 1fr; }
  .method-grid article > p:last-child { grid-column: 2; }
  .compact-work-grid { grid-template-columns: 1fr; }
  .compact-case:has(.case-details[open]) { grid-column: auto; }
  .contact { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  :root { --pad: 1.15rem; }
  .site-header { min-height: 58px; }
  .nav-cta { padding: .55rem .75rem; }
  .hero { min-height: auto; }
  .hero-copy { min-height: 72svh; padding-top: 5rem; }
  .hero h1 { font-size: clamp(3.35rem,16.5vw,5.6rem); }
  .hero-subhead { font-size: 1.12rem; }
  .hero-portrait { min-height: 58svh; margin: 0; border-radius: 0; }
  .about { grid-template-columns: 1fr; }
  .about figure, .about-copy { grid-column: auto; }
  .about figure { aspect-ratio: 4/5.25; }
  .directory-intro h2 { font-size: 3.7rem; }
  .client-index a { grid-template-columns: 2.5rem 1fr auto; gap: .7rem; }
  .client-index small { display: none; }
  .project { padding-top: 4rem; padding-bottom: 4rem; }
  .project-header, .project-brief, .social-feature, .video-story, .chapter-heading, .content-product, .strategy-feature, .report-feature, .single-campaign { grid-template-columns: 1fr; }
  .project-header h2 { font-size: 4rem; }
  .project-incrivelmente .project-header h2 { font-size: 3rem; }
  .project-brief { gap: 2rem; }
  .video-grid, .video-grid-three, .gallery-mywalls, .gallery-proexpand, .gallery-strategy, .deck-row, .deck-row-four, .guide-pages, .strategy-pages, .poster-gallery, .production-gallery, .report-gallery, .campaign-mosaic { grid-template-columns: 1fr; }
  .gallery-proexpand .hero-tile, .gallery-strategy .wide-tile { grid-column: auto; grid-row: auto; }
  .gallery-mywalls .hero-tile { grid-row: auto; height: auto; aspect-ratio: 16/10; }
  .video-story-copy, .production-note { position: static; }
  .results-strip > div { grid-template-columns: 1fr; }
  .results-strip span { min-height: 95px; }
  .compact-case { padding: 1.15rem; }
  .compact-case .project-title h2, .project-global.compact-case .project-title h2, .project-abracadabra.compact-case .project-title h2, .project-mavibela.compact-case .project-title h2 { font-size: 2.7rem; }
  footer div { flex-wrap: wrap; }
}

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

.chapter-heading { display: grid; grid-template-columns: .6fr 1.35fr 1fr; gap: clamp(1.5rem,4vw,5rem); align-items: end; padding: clamp(5rem,9vw,9rem) 0 clamp(3rem,5vw,5rem); }
.chapter-heading h3 { font-size: clamp(3.4rem,6vw,6.5rem); }
.chapter-heading > p:last-child { max-width: 34rem; }
.gallery { display: grid; gap: 1rem; align-items: start; }
.gallery figure, .deck-row figure, .duo-gallery figure, .poster-gallery figure { position: relative; overflow: hidden; background: rgba(150,145,133,.24); }
.gallery img, .deck-row img, .duo-gallery img, .poster-gallery img { height: 100%; object-fit: cover; }
figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: .75rem; color: #fff; background: rgba(26,24,21,.82); }
figcaption span { float: right; color: #fff; font-size: .64rem; }
.linked-material img { transition: transform .5s ease, filter .5s ease; }
.linked-material:hover img { transform: scale(1.018); filter: brightness(.86); }
.gallery-mywalls { grid-template-columns: 1.35fr 1fr 1fr; }
.gallery-mywalls figure { aspect-ratio: 16 / 10; }
.gallery-mywalls .hero-tile { grid-row: span 2; aspect-ratio: auto; height: 100%; }
.gallery-proexpand { grid-template-columns: repeat(4,1fr); }
.gallery-proexpand figure { aspect-ratio: 1122 / 1402; }
.gallery-proexpand .hero-tile { grid-column: span 2; grid-row: span 2; }
.gallery-strategy { grid-template-columns: repeat(3,1fr); }
.gallery-strategy figure { aspect-ratio: 612 / 792; }
.gallery-strategy .wide-tile { grid-column: 1 / -1; aspect-ratio: 16 / 7; }
.deck-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.deck-row figure { aspect-ratio: 16 / 9; }
.deck-link { display: block; }
.deck-link > span, .inline-document-link { display: inline-block; margin-top: 1.1rem; padding-bottom: .35rem; border-bottom: 1px solid currentColor; font-size: .72rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.deck-link:hover > span, .deck-link:focus-visible > span, .inline-document-link:hover, .inline-document-link:focus-visible { color: var(--accent); }
.content-product { display: grid; grid-template-columns: .75fr 1.5fr; gap: clamp(2.5rem,6vw,7rem); align-items: center; margin-top: clamp(5rem,9vw,9rem); padding: clamp(2rem,5vw,5rem); color: var(--paper-light); background: var(--petrol); }
.content-product h3 { margin: 1rem 0 1.5rem; font-size: clamp(2.8rem,4.7vw,5rem); }
.guide-pages { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; align-items: start; }
.guide-pages figure { overflow: hidden; background: var(--paper); }
.guide-pages img { aspect-ratio: 16 / 9; height: 100%; object-fit: cover; }
.guide-link { transition: opacity .25s ease; }
.guide-link:hover, .guide-link:focus-visible { opacity: .84; }
.brand-stack { display: grid; gap: 2.5rem; }
.brand-stack figure { overflow: hidden; aspect-ratio: 16 / 9; }
.brand-stack img { height: 100%; object-fit: cover; }
.duo-gallery { width: 72%; margin: clamp(4rem,7vw,7rem) 0 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.duo-gallery figure { aspect-ratio: 4 / 5; }
.global-gallery { width: 82%; }
.global-gallery .global-ai { grid-column: 1 / -1; aspect-ratio: 16 / 8; }
.production-block { display: grid; grid-template-columns: .55fr 1.45fr; gap: clamp(2rem,5vw,6rem); align-items: start; }
.production-note { position: sticky; top: 7rem; }
.production-note > p:not(.eyebrow) { margin-top: 1.25rem; max-width: 28rem; }
.production-note .role-list { margin-top: 2rem; }
.production-gallery { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 1rem; }
.production-gallery figure { position: relative; overflow: hidden; aspect-ratio: 4 / 5; background: #081017; }
.production-gallery img { height: 100%; object-fit: cover; }
.production-gallery .hero-ai { grid-row: 1 / span 2; height: 100%; aspect-ratio: auto; }
.production-gallery figure:nth-child(6) { grid-column: 2 / span 2; aspect-ratio: 16 / 7.8; }
.poster-gallery { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; margin-top: clamp(4rem,7vw,7rem); }
.poster-gallery figure { aspect-ratio: 4 / 5.35; }
.poster-gallery-three { width: 78%; margin-left: auto; grid-template-columns: repeat(3,1fr); }
.poster-gallery-four { grid-template-columns: repeat(4,1fr); }
.poster-gallery-two { width: min(100%,900px); margin-left: auto; grid-template-columns: repeat(2,1fr); }
.campaign-heading { padding-top: clamp(5rem,8vw,8rem); }
.avelloz-campaign-gallery { margin-top: 0; }
.global-documentation-gallery { margin-top: 0; }
.global-documentation-gallery figure { aspect-ratio: 4 / 5; }
.locagora-campaign-gallery { margin-top: 0; }
.strategy-feature { display: grid; grid-template-columns: minmax(0,.85fr) minmax(360px,1.15fr); gap: clamp(2.5rem,6vw,7rem); align-items: center; padding: clamp(2rem,5vw,5rem); }
.strategy-feature-lilac { background: #ded5e8; }
.strategy-feature-pastel { background: #f1dfe2; }
.strategy-feature h3, .single-campaign h3 { margin: 1rem 0 1.5rem; font-family: var(--display); font-size: clamp(3rem,5vw,5.7rem); font-weight: 400; letter-spacing: -.06em; line-height: .88; }
.strategy-feature > div > p:not(.eyebrow) { max-width: 38rem; }
.strategy-cover { display: block; padding: 1rem; background: rgba(255,255,255,.72); box-shadow: 0 24px 55px rgba(36,24,43,.16); transition: transform .3s ease; }
.strategy-cover:hover, .strategy-cover:focus-visible { transform: translateY(-5px); }
.strategy-cover img { aspect-ratio: 16 / 9; object-fit: cover; }
.strategy-cover span { display: flex; justify-content: space-between; margin-top: .9rem; padding-top: .8rem; border-top: 1px solid var(--ink); font-size: .68rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.document-links { display: flex; flex-wrap: wrap; gap: 1.5rem; }
.strategy-pages { width: 88%; display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin: clamp(4rem,7vw,7rem) 0 0 auto; }
.strategy-pages figure { position: relative; overflow: hidden; aspect-ratio: 16 / 9; background: rgba(150,145,133,.24); }
.strategy-pages img { height: 100%; object-fit: cover; }
.campaign-mosaic { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.campaign-mosaic figure { position: relative; overflow: hidden; aspect-ratio: 4 / 5; background: rgba(150,145,133,.24); }
.campaign-mosaic img { height: 100%; object-fit: cover; }
.campaign-mosaic .campaign-tall { grid-row: span 2; height: 100%; aspect-ratio: auto; }
.single-campaign { display: grid; grid-template-columns: minmax(320px,.82fr) minmax(0,1.18fr); gap: clamp(2.5rem,6vw,7rem); align-items: center; margin-top: clamp(4rem,8vw,8rem); padding: clamp(2rem,5vw,5rem); background: #dfe2d6; }
.single-campaign-soft { background: #ecd9dc; }
.single-campaign figure { position: relative; overflow: hidden; max-width: 560px; aspect-ratio: 4 / 5; }
.single-campaign img { height: 100%; object-fit: cover; }
.single-campaign > div > p:last-child { max-width: 34rem; }
.report-feature { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,.72fr); gap: clamp(2.5rem,7vw,8rem); align-items: center; padding: clamp(2rem,5vw,5rem); background: #dfd7e8; }
.report-copy > p:not(.eyebrow) { max-width: 38rem; }
.report-copy .role-list { max-width: 40rem; }
.report-cover-link { display: block; padding: 1rem; background: #f8f5f0; box-shadow: 0 24px 55px rgba(36,24,43,.18); transition: transform .3s ease; }
.report-cover-link:hover, .report-cover-link:focus-visible { transform: translateY(-5px); }
.report-cover-link img { aspect-ratio: 612 / 792; object-fit: cover; }
.report-cover-link span { display: flex; justify-content: space-between; margin-top: .9rem; padding-top: .8rem; border-top: 1px solid var(--ink); font-size: .68rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.report-gallery { width: 88%; display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin: clamp(4rem,7vw,7rem) 0 0 auto; }
.report-gallery figure { position: relative; overflow: hidden; aspect-ratio: 612 / 792; background: #ddd6e4; }
.report-gallery img { height: 100%; object-fit: cover; }
.tags { display: flex; flex-wrap: wrap; gap: .55rem; margin: 3rem 0 0; padding: 0; list-style: none; }
.tags li { padding: .55rem .8rem; border: 1px solid currentColor; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }

.contact { padding: clamp(5rem,10vw,10rem) var(--pad) 3rem; color: var(--paper-light); background: var(--ink); }
.contact .eyebrow { color: var(--gold); }
.contact h2 { margin: clamp(4rem,8vw,8rem) 0; font-size: clamp(4.5rem,10vw,10.5rem); }
.contact-bottom { display: flex; justify-content: space-between; align-items: end; gap: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(239,237,229,.35); }
.mail { font-family: var(--display); font-size: clamp(1.5rem,3vw,3rem); }
.contact-bottom > div { display: flex; gap: 2rem; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.contact a:hover { color: #d8ad65; }
footer { display: flex; justify-content: space-between; gap: 1rem; padding: 1.2rem var(--pad); color: var(--paper); background: var(--ink); border-top: 1px solid rgba(239,237,229,.22); font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }

@media (max-width: 980px) {
  .directory-intro { grid-template-columns: .5fr 1.5fr; }
  .directory-copy { grid-column: 2; }
  .method-grid { grid-template-columns: 1fr 1fr; }
  .project-header { grid-template-columns: .45fr 1.55fr; }
  .project-lede { grid-column: 2; max-width: 40rem; }
  .project-brief { grid-template-columns: 1fr 1fr 1fr; }
  .social-feature { grid-template-columns: 1fr; }
  .feed-frame { max-width: 900px; }
  .chapter-heading { grid-template-columns: .45fr 1.55fr; }
  .chapter-heading > p:last-child { grid-column: 2; }
  .content-product { grid-template-columns: 1fr; }
  .brand-stack { grid-template-columns: .9fr 1.1fr; align-items: center; }
  .production-block { grid-template-columns: 1fr; }
  .production-note { position: static; max-width: 760px; }
  .video-story { grid-template-columns: 1fr; }
  .video-story-copy { position: static; max-width: 760px; }
  .video-story-single .video-card { justify-self: start; }
  .strategy-feature { grid-template-columns: 1fr; }
  .single-campaign { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  .site-header { min-height: 66px; }
  nav a:not(.contact-link) { display: none; }
  .hero { min-height: auto; }
  .hero-copy { min-height: calc(100svh - 66px); }
  .hero-top { align-items: flex-start; }
  .hero-top .availability { max-width: 7rem; text-align: right; }
  .hero h1 { font-size: clamp(4.3rem,20vw,6.6rem); }
  .hero-intro { grid-template-columns: 1fr; }
  .directory-intro, .project-header, .chapter-heading { grid-template-columns: 1fr; }
  .directory-copy, .project-lede, .chapter-heading > p:last-child { grid-column: auto; }
  .directory-intro h2 { font-size: clamp(3.6rem,15vw,5.2rem); }
  .method-grid { grid-template-columns: 1fr; }
  .method-grid article { min-height: 245px; }
  .client-index a { grid-template-columns: auto 1fr auto; gap: .8rem; }
  .client-index strong { font-size: 1.55rem; }
  .client-index small { grid-column: 2; }
  .client-index i { grid-column: 3; grid-row: 1 / span 2; }
  .project-header h2, .compact-header h2 { font-size: clamp(4rem,18vw,6.2rem); }
  .project-incrivelmente .project-header h2, .project-global .project-header h2, .project-abracadabra .project-header h2, .project-mavibela .project-header h2 { font-size: clamp(2.75rem,12vw,4.4rem); }
  .project-id { align-items: center; }
  .project-brief { grid-template-columns: 1fr; }
  .project-brief { gap: 1.75rem; }
  .social-feature { margin: 0 calc(var(--pad) * -.45); padding: 1rem; }
  .social-copy h3, .brand-stack h3 { font-size: clamp(2.6rem,12vw,4rem); }
  .role-list { grid-template-columns: 1fr 1fr; }
  .chapter-heading h3 { font-size: clamp(3.2rem,14vw,4.8rem); }
  .gallery-mywalls { grid-template-columns: 1fr 1fr; }
  .gallery-mywalls .hero-tile { grid-column: 1 / -1; grid-row: auto; aspect-ratio: 16 / 10; }
  .gallery-proexpand { grid-template-columns: 1fr 1fr; }
  .gallery-proexpand .hero-tile { grid-column: 1 / -1; grid-row: auto; }
  .gallery-strategy { grid-template-columns: 1fr 1fr; }
  .gallery-strategy .wide-tile { grid-column: 1 / -1; aspect-ratio: 16 / 10; }
  .gallery-strategy figure:last-child { grid-column: 1 / -1; width: 50%; justify-self: end; }
  .deck-row { grid-template-columns: 1fr; }
  .guide-pages { grid-template-columns: repeat(3,1fr); gap: .55rem; }
  .brand-stack { grid-template-columns: 1fr; }
  .duo-gallery { width: 100%; }
  .global-gallery .global-ai { aspect-ratio: 16 / 10; }
  .production-gallery { grid-template-columns: 1fr 1fr; }
  .production-gallery .hero-ai { grid-column: 1 / -1; grid-row: auto; aspect-ratio: 16 / 10; }
  .production-gallery figure:nth-child(6) { grid-column: 1 / -1; aspect-ratio: 16 / 9; }
  .poster-gallery, .poster-gallery-three { width: 100%; grid-template-columns: 1fr 1fr; }
  .poster-gallery-three figure:last-child { grid-column: 2; }
  .poster-gallery-four { grid-template-columns: 1fr 1fr; }
  .poster-gallery-two { width: 100%; }
  .video-grid { grid-template-columns: 1fr; gap: 1rem; }
  .video-story { margin-top: 4.5rem; }
  .report-feature { grid-template-columns: 1fr; margin: 0 calc(var(--pad) * -.45); padding: 1rem; }
  .report-cover-link { width: min(100%,420px); }
  .report-gallery { width: 100%; grid-template-columns: 1fr 1fr; }
  .report-gallery figure:last-child { grid-column: 1 / -1; width: 50%; justify-self: end; }
  .strategy-pages { width: 100%; grid-template-columns: 1fr; }
  .campaign-mosaic { grid-template-columns: 1fr 1fr; }
  .campaign-mosaic .campaign-tall { grid-row: auto; aspect-ratio: 4 / 5; }
  .single-campaign { grid-template-columns: 1fr; margin-left: calc(var(--pad) * -.45); margin-right: calc(var(--pad) * -.45); padding: 1rem; }
  .single-campaign figure { width: min(100%,480px); }
  .contact-bottom, footer { flex-direction: column; align-items: flex-start; }
  .mail { overflow-wrap: anywhere; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .feed-frame img, .client-index a { transition: none; }
}

/* Cascade guards for the refreshed layout. */
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem,8vw,9rem); padding: clamp(5rem,10vw,10rem) var(--pad); color: var(--ink); background: var(--paper); border-top: 1px solid var(--line); }
.contact h2 { margin: .8rem 0 1.5rem; font-size: clamp(4rem,8vw,8rem); }
.contact .eyebrow { color: var(--gold); }
.contact a:hover { color: var(--gold); }
.contact .mail { font-size: clamp(1.15rem,2vw,1.7rem); }
footer { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; }

@media (max-width: 980px) {
  .method-grid { grid-template-columns: 1fr; }
  .compact-case .project-header { grid-template-columns: 1fr; }
  .compact-case .project-lede { grid-column: auto; }
}

@media (max-width: 700px) {
  nav a:not(.nav-cta) { display: none; }
  nav .nav-cta { display: inline-flex; }
  .hero-copy { min-height: 72svh; }
  .about { grid-template-columns: 1fr; }
  .about figure, .about-copy { grid-column: auto; }
  .method-grid article { min-height: 0; grid-template-columns: 4rem 1fr; }
  .method-grid article > p:last-child { grid-column: 2; }
  .client-index small { display: none; }
  .contact { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
}
