@font-face { font-family: "Futura MAGALL"; src: url("/fonts/futura-std-light.otf") format("opentype"); font-style: normal; font-weight: 300; font-display: swap; }
@font-face { font-family: "Futura MAGALL"; src: url("/fonts/futura-std-light-oblique.otf") format("opentype"); font-style: italic; font-weight: 300; font-display: swap; }
@font-face { font-family: "Futura MAGALL"; src: url("/fonts/futura-std-book.otf") format("opentype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Futura MAGALL"; src: url("/fonts/futura-std-medium.otf") format("opentype"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Futura MAGALL"; src: url("/fonts/futura-std-bold.otf") format("opentype"); font-style: normal; font-weight: 700; font-display: swap; }

:root { --ink: #58585a; --paper: #eaeaea; --accent: #c37c7c; --mid: #6a6a6a; --line: rgba(88,88,90,.22); }
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Futura MAGALL", Futura, Arial, Helvetica, sans-serif; font-size: 14px; font-synthesis: none; }
a { color: inherit; text-decoration: none; }
em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }

.site-header { position: absolute; z-index: 10; top: 0; left: 0; width: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 18px 24px; color: #eaeaea; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.brand { display: flex; align-items: center; font-weight: 500; letter-spacing: .24em; }
nav { display: flex; gap: 24px; }
nav a, .header-cta { transition: opacity .25s ease; }
nav a:hover, .header-cta:hover { opacity: .55; }
.header-cta { justify-self: end; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.external-arrow { display: inline-block; width: 12px; height: 12px; margin-left: 4px; overflow: visible; vertical-align: -.08em; fill: none; stroke: currentColor; stroke-width: 1.15; stroke-linecap: round; stroke-linejoin: round; }

.hero { position: relative; overflow: hidden; background: #58585a; color: #eaeaea; padding: 104px 24px 24px; }
.hero::before { content: ''; position: absolute; width: 42vw; height: 42vw; border-radius: 50%; background: #c37c7c; filter: blur(130px); opacity: .2; right: -10vw; top: -20vw; }
.eyebrow { display: flex; align-items: center; gap: 10px; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; opacity: .65; }
.eyebrow span { width: 5px; height: 5px; background: var(--accent); border-radius: 50%; }
.hero h1 { position: relative; z-index: 2; max-width: 1100px; margin: 34px 0 26px; font-size: clamp(48px,9vw,86px); line-height: .84; letter-spacing: -.065em; font-weight: 500; }
.hero h1 em { color: var(--accent); }
.hero-footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; max-width: 1050px; margin-bottom: 30px; }
.hero-footer p { max-width: 480px; margin: 0; line-height: 1.55; color: rgba(234,234,234,.75); font-size: 14px; }
.showreel-card { position: relative; width: 100%; min-height: 0; aspect-ratio: 16/9; border-radius: 2px; overflow: hidden; background: #1f2021; }
.showreel-card > video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.showreel-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(0,0,0,.42),transparent 34%,rgba(0,0,0,.2)); pointer-events: none; }
.showreel-copy { position: absolute; left: 18px; top: 16px; display: flex; z-index: 3; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.showreel-copy strong { color: rgba(255,255,255,.45); }
.showreel-volume { position: absolute; z-index: 4; right: 18px; bottom: 16px; display: flex; align-items: center; gap: 10px; color: #eaeaea; }
.showreel-volume button { width: 34px; height: 26px; display: grid; place-items: center; padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer; }
.showreel-volume input { position: absolute; right: 9px; bottom: 36px; width: 16px; height: 84px; writing-mode: vertical-lr; direction: rtl; }
.vertical-preview { position: absolute; z-index: 2; width: 150px; height: 235px; right: 4%; bottom: -38px; padding: 14px; background: linear-gradient(160deg,#6a6a6a,#58585a 46%,#c37c7c); box-shadow: 0 20px 60px rgba(0,0,0,.35); transform: rotate(4deg); display: flex; flex-direction: column; justify-content: space-between; }
.vertical-preview span { font-size: 9px; letter-spacing: .2em; }
.vertical-preview b { font-size: 24px; line-height: .9; text-transform: uppercase; }

.work { padding: 72px 24px; }
.section-heading { display: grid; grid-template-columns: 1.6fr 1fr; align-items: end; gap: 30px; margin-bottom: 38px; }
.section-index { display: block; font-size: 9px; letter-spacing: .18em; margin-bottom: 0; text-transform: uppercase; }
.section-heading h2 { margin: 18px 0 0; font-size: clamp(38px,7vw,68px); line-height: .92; letter-spacing: -.055em; font-weight: 500; }
.section-heading h2 em { color: var(--accent); }
.section-heading p { max-width: 430px; margin: 0; color: var(--mid); line-height: 1.55; font-size: 14px; }
.project-showcase { position: relative; }
.work-controls { position: absolute; z-index: 4; right: 0; top: 0; display: flex; gap: 7px; }
.work-arrow { width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(88,88,90,.48); border-radius: 50%; background: rgba(234,234,234,.82); color: var(--ink); cursor: pointer; transition: color .25s ease, background .25s ease; }
.work-arrow svg { display: block; width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1; stroke-linecap: round; stroke-linejoin: round; }
.work-arrow:hover { color: var(--paper); background: var(--ink); }
.project-grid { display: grid; grid-template-columns: 1.45fr repeat(2,.72fr); align-items: end; gap: 10px; }
.project { width: 100%; margin: 0; justify-self: start; }
.project--ratio-16x9 { width: 100%; }
.project--ratio-9x16 { width: 52%; }
.project--ratio-1x1 { width: 72%; }
.project--ratio-4x5 { width: 62%; }
.project:not(:first-child).project--ratio-9x16 { width: 75%; }
.project:not(:first-child).project--ratio-1x1 { width: 90%; }
.project:not(:first-child).project--ratio-4x5 { width: 85%; }
.project-visual { position: relative; width: 100%; height: auto; min-height: 0; aspect-ratio: 16/9; overflow: hidden; background: #d8d6d0; }
.project--ratio-9x16 .project-visual { aspect-ratio: 9/16; }
.project--ratio-1x1 .project-visual { aspect-ratio: 1/1; }
.project--ratio-4x5 .project-visual { aspect-ratio: 4/5; }
.project:not(:first-child) .project-visual { height: auto; min-height: 0; }
.project:not(:first-child) .project-visual::after { content: ''; position: absolute; z-index: 1; inset: 0; background: rgba(234,234,234,.62); pointer-events: none; }
.project-visual > img { display: block; width: 100%; height: 100%; object-fit: cover; }
.project-number { position: absolute; z-index: 5; top: 10px; color: rgba(255,255,255,.85); font-size: 9px; letter-spacing: .12em; }
.project-number { left: 12px; }
.work-player { position: absolute; inset: 0; overflow: hidden; background: #1f2021; }
.work-player video { display: block; width: 100%; height: 100%; object-fit: cover; }
.work-player:fullscreen,
.work-player:-webkit-full-screen { position: fixed; inset: 0; width: 100%; height: 100%; background: #000; }
.work-player:fullscreen video,
.work-player:-webkit-full-screen video { width: 100%; height: 100%; object-fit: contain; object-position: center; background: #000; }
.work-video-start { position: absolute; z-index: 4; left: 50%; top: 50%; width: 62px; height: 62px; transform: translate(-50%,-50%); display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.66); border-radius: 50%; background: rgba(23,23,21,.24); color: #eaeaea; backdrop-filter: blur(8px); cursor: pointer; transition: color .2s ease,background .2s ease; }
.work-video-start:hover { color: var(--ink); background: rgba(234,234,234,.92); }
.work-video-start > span, .play-icon { display: block; width: 0; height: 0; margin-left: 3px; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 8px solid currentColor; }
.work-video-controls { position: absolute; z-index: 6; left: 16px; right: 16px; bottom: 14px; display: grid; grid-template-columns: 20px minmax(70px,1fr) auto 22px; align-items: center; gap: 12px; color: #eaeaea; filter: drop-shadow(0 1px 3px rgba(0,0,0,.5)); }
.video-control-button { width: 22px; height: 24px; display: grid; place-items: center; padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer; opacity: .9; transition: opacity .2s ease; }
.video-control-button:hover { opacity: 1; }
.video-control-play .play-icon { border-top-width: 4px; border-bottom-width: 4px; border-left-width: 7px; }
.pause-icon { display: block; width: 8px; height: 10px; border-left: 2px solid currentColor; border-right: 2px solid currentColor; }
.video-volume-control { position: relative; display: flex; align-items: center; }
.video-volume-control input { position: absolute; left: 9px; bottom: 34px; width: 16px; height: 78px; writing-mode: vertical-lr; direction: rtl; }
.video-volume-control .video-control-button { width: 34px; }
.fullscreen-button { position: relative; }
.fullscreen-arrow { position: relative; display: block; width: 15px; height: 15px; }
.fullscreen-arrow::before { content: ''; position: absolute; left: 1px; bottom: 1px; width: 18.4px; height: 1px; background: currentColor; transform: rotate(-45deg); transform-origin: left center; }
.fullscreen-arrow::after { content: ''; position: absolute; right: 0; top: 0; width: 6px; height: 6px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; }
.speaker-icon { position: relative; display: block; width: 27px; height: 18px; }
.speaker-shape { position: absolute; left: 0; top: 0; width: 13px; height: 18px; background: currentColor; -webkit-mask: url('/icons/lautsprecher.svg') center / contain no-repeat; mask: url('/icons/lautsprecher.svg') center / contain no-repeat; }
.speaker-waves { position: absolute; left: 12px; top: 0; width: 14px; height: 18px; overflow: visible; }
.speaker-wave { stroke: currentColor; stroke-width: 1.35px; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; transition: opacity .15s ease; }
.speaker-icon.level-0 .speaker-wave { opacity: 0; }
.speaker-icon.level-1 .speaker-wave--2, .speaker-icon.level-1 .speaker-wave--3 { opacity: 0; }
.speaker-icon.level-2 .speaker-wave--3 { opacity: 0; }
.showreel-volume input, .video-progress, .video-volume-control input { appearance: none; margin: 0; border: 0; cursor: pointer; }
.video-progress { height: 16px; }
.showreel-volume input::-webkit-slider-thumb, .video-progress::-webkit-slider-thumb, .video-volume-control input::-webkit-slider-thumb { appearance: none; width: 5px; height: 5px; border: 0; border-radius: 50%; background: #fff; }
.showreel-volume input::-moz-range-thumb, .video-progress::-moz-range-thumb, .video-volume-control input::-moz-range-thumb { width: 5px; height: 5px; border: 0; border-radius: 50%; background: #fff; }
.video-progress:disabled { opacity: .38; cursor: default; }
.project-meta { display: flex; justify-content: space-between; align-items: baseline; padding: 10px 0 0; }
.project-meta h3 { font-size: 13px; font-weight: 500; margin: 0; }
.project-meta p { margin: 0; font-size: 8px; color: var(--mid); text-transform: uppercase; letter-spacing: .08em; }
@media (min-width: 801px) {
  .project-grid {
    --work-card-height: min(calc((100vw - 88px) / 5.333333),520px);
    display: flex;
    min-height: var(--work-card-height);
    align-items: flex-start;
    justify-content: flex-start;
    gap: clamp(10px,1.2vw,24px);
  }
  .project { flex: 0 0 auto; }
  .project--ratio-16x9,
  .project:not(:first-child).project--ratio-16x9 { width: min(calc((100vw - 88px) / 3),924.444px); }
  .project--ratio-9x16,
  .project:not(:first-child).project--ratio-9x16 { width: min(calc((100vw - 88px) / 9.481481),292.5px); }
  .project--ratio-1x1,
  .project:not(:first-child).project--ratio-1x1 { width: var(--work-card-height); }
  .project--ratio-4x5,
  .project:not(:first-child).project--ratio-4x5 { width: min(calc((100vw - 88px) / 6.666667),416px); }
  .project-visual,
  .project:not(:first-child) .project-visual {
    width: 100%;
    height: var(--work-card-height);
    aspect-ratio: auto;
  }
  .project--ratio-9x16 .work-video-controls {
    left: 8px;
    right: 8px;
    grid-template-columns: 16px minmax(28px,1fr) auto 18px;
    gap: 6px;
  }
  .project--ratio-9x16 .video-volume-control .video-control-button { width: 28px; }
}
.text-link { display: flex; width: max-content; gap: 60px; margin: 70px 0 0 auto; padding-bottom: 7px; border-bottom: 1px solid var(--ink); text-transform: uppercase; font-size: 10px; letter-spacing: .12em; }

.formats { position: relative; overflow: hidden; padding: 72px 24px; background: #58585a; color: #eaeaea; }
.section-heading--light p { color: rgba(234,234,234,.62); }
.section-heading--light h2 em { color: #c37c7c; }
.format-stage { position: relative; display: grid; grid-template-columns: .72fr 2.4fr 1.15fr; align-items: end; gap: clamp(10px,1.8vw,28px); min-height: 0; margin-top: 0; padding: clamp(28px,5vw,90px) clamp(20px,4vw,70px); background: radial-gradient(circle at 70% 55%,#c37c7c 0,transparent 24%),linear-gradient(135deg,#58585a,#454547); }
.format-stage::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(90deg,rgba(255,255,255,.03) 0 1px,transparent 1px 8.33%); }
.screen { position: relative; z-index: 2; width: 100%; overflow: hidden; border: 1px solid rgba(255,255,255,.35); background: rgba(10,11,12,.4); backdrop-filter: blur(12px); box-shadow: 0 28px 60px rgba(0,0,0,.38); }
.screen::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(0,0,0,.3),transparent 34%,rgba(0,0,0,.42)); pointer-events: none; }
.screen > img { display: block; width: 100%; height: 100%; object-fit: cover; }
.screen span, .screen b { position: absolute; z-index: 2; left: 10px; text-transform: uppercase; letter-spacing: .1em; font-size: 8px; }
.screen span { top: 9px; }
.screen b { bottom: 9px; font-weight: 500; }
.screen--wide { aspect-ratio: 16/9; }
.screen--vertical { aspect-ratio: 9/16; background-color: rgba(106,106,106,.72); }
.screen--square { aspect-ratio: 1; background-color: rgba(195,124,124,.58); }
.ticker { grid-column: 1/-1; margin: clamp(20px,3vw,44px) 0 0; padding: 16px 4px 0; overflow: visible; border-top: 1px solid rgba(255,255,255,.2); white-space: normal; }
.ticker div { width: 100%; text-align: center; font-size: clamp(14px,2.5vw,20px); font-weight: 400; line-height: 1.6; }
.ticker i { margin: 0 10px; color: var(--accent); font-style: normal; }
.ticker-mobile-break { display: none; }

.services { display: grid; grid-template-columns: .85fr 1.15fr; gap: 55px; padding: 72px 24px; }
.services-intro { align-self: start; }
.services-intro h2, .process-title h2 { margin: 20px 0 24px; font-size: clamp(38px,7vw,68px); line-height: .92; letter-spacing: -.055em; font-weight: 500; }
.services-intro h2 em, .process-title h2 em { color: var(--accent); }
.services-intro p { max-width: 430px; color: var(--mid); line-height: 1.6; font-size: 14px; }
.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 40px 1fr; align-items: center; min-height: 54px; border-bottom: 1px solid var(--line); }
.service-row span { font-size: 8px; color: var(--mid); }
.service-row h3 { margin: 0; font-size: clamp(18px,3.3vw,30px); letter-spacing: -.04em; font-weight: 500; }
.ai-note { grid-column: 2; display: flex; gap: 20px; max-width: 580px; margin: 10px 0 0; color: var(--mid); font-size: 12px; line-height: 1.55; }
.ai-note span { flex: 0 0 auto; width: 34px; height: 34px; display: grid; place-items: center; color: var(--ink); border: 1px solid var(--ink); border-radius: 50%; font-size: 9px; }

.partnership { padding: 72px 24px; background: #58585a; color: #eaeaea; }
.partnership h2 { margin: 28px 0; max-width: 1100px; font-size: clamp(45px,9vw,82px); line-height: .86; letter-spacing: -.065em; font-weight: 500; }
.partnership h2 em { color: #c37c7c; }
.partnership-lead { max-width: 470px; margin: 28px 0 44px; font-size: 14px; line-height: 1.6; text-align: left; }
.partnership-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(234,234,234,.28); }
.partnership-grid article { padding: 20px 18px 18px 0; border-right: 1px solid rgba(234,234,234,.28); min-height: 160px; }
.partnership-grid article + article { padding-left: 18px; }
.partnership-grid article:last-child { border-right: 0; }
.partnership-grid span { color: var(--accent); font-size: 16px; letter-spacing: .14em; }
.partnership-grid h3 { margin: 32px 0 10px; color: #ffffff; font-size: 19px; font-weight: 500; letter-spacing: -.04em; }
.partnership-grid p { max-width: 300px; margin: 0; color: rgba(234,234,234,.78); font-size: 12px; line-height: 1.5; }

.process-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 55px; padding: 72px 24px; background: #eaeaea; }
.process-list { border-top: 1px solid var(--line); }
.process-list article { display: grid; grid-template-columns: 34px minmax(140px,.45fr) 1fr; align-items: center; gap: 12px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.process-list span { align-self: center; font-size: 9px; }
.process-list h3 { align-self: center; margin: 0; font-size: 18px; font-weight: 500; letter-spacing: -.04em; }
.process-list p { align-self: center; margin: 0; color: var(--mid); font-size: 13px; line-height: 1.5; }

.about { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 36px; padding: 60px 24px; background: #58585a; color: #eaeaea; }
.about-portrait { position: relative; width: 100%; min-height: 0; aspect-ratio: 4/5; overflow: hidden; background: #48484a; }
.about-portrait > img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.about-copy { display: flex; flex-direction: column; justify-content: center; padding: 50px 40px; }
.about-copy h2 { margin: 24px 0; font-size: clamp(38px,6vw,62px); line-height: .9; letter-spacing: -.055em; font-weight: 500; }
.about-copy h2 em { color: #c37c7c; }
.about-text { max-width: 580px; margin-top: 34px; }
.about-text p { margin: 0; color: rgba(234,234,234,.64); font-size: 13px; line-height: 1.65; }
.about-text p:not(.about-lead) { color: #eaeaea; font-size: 17px; line-height: 1.55; }
.about-text p + p { margin-top: 22px; }
.about-line { display: block; }
.about-copy .about-lead { color: #eaeaea; font-size: 17px; line-height: 1.55; }
.about-lead span { display: block; }
.credentials { display: grid; grid-template-columns: repeat(3,1fr); gap: 25px; margin-top: 70px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.18); }
.credentials div { display: flex; gap: 14px; align-items: flex-start; }
.credentials strong { font-family: Georgia,serif; font-size: 28px; font-weight: 400; color: #c37c7c; }
.credentials span { font-size: 9px; text-transform: uppercase; letter-spacing: .1em; line-height: 1.45; color: rgba(255,255,255,.5); }

.proof { padding: 86px 30px 94px; background: var(--accent); color: var(--paper); }
.proof blockquote { max-width: 820px; margin: auto; text-align: center; font-family: Didot,"Bodoni 72","Times New Roman",serif; font-size: clamp(24px,3vw,35px); font-style: italic; font-weight: 400; line-height: 1.34; letter-spacing: -.01em; }
.proof cite { display: block; max-width: 620px; margin: 32px auto 0; font-family: "Futura MAGALL",Futura,Arial,sans-serif; font-size: 10px; font-style: normal; font-weight: 400; line-height: 1.55; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.82); }

.contact { padding: 72px 24px; background: #eaeaea; text-align: center; }
.contact-head h2 { margin: 24px 0 34px; font-size: clamp(44px,9vw,82px); line-height: .86; letter-spacing: -.06em; font-weight: 500; }
.contact-head h2 em { color: var(--accent); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 12vw; }
.contact-copy p { max-width: 410px; font-size: 16px; line-height: 1.55; }
.contact-copy a { display: inline-flex; align-items: center; margin-top: 0; padding-bottom: 6px; border-bottom: 1px solid; font-size: 13px; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 20px; }
.contact-form label { display: flex; flex-direction: column; gap: 12px; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.contact-form label:nth-child(4) { grid-column: 1/-1; }
.contact-form input, .contact-form textarea { appearance: none; border: 0; border-bottom: 1px solid rgba(23,23,21,.35); border-radius: 0; background: transparent; padding: 8px 0 12px; color: var(--ink); font: 14px "Futura MAGALL",Futura,Arial,sans-serif; outline: none; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--accent); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: var(--mid); }
.contact-form button { grid-column: 1/-1; display: flex; justify-content: space-between; align-items: center; border: 0; border-radius: 0; padding: 18px 20px; background: #58585a; color: #eaeaea; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; cursor: pointer; transition: .25s; }
.contact-form button:hover { background: var(--accent); }
.contact-form small { grid-column: 1/-1; color: var(--mid); font-size: 9px; }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; padding: 28px 24px; background: #58585a; color: #eaeaea; }
.footer-brand { align-self: center; }
.footer-links, .footer-legal { display: flex; gap: 24px; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.6); }
.footer-legal { justify-self: end; }
.footer-legal button { appearance: none; border: 0; padding: 0; background: transparent; color: inherit; font: inherit; letter-spacing: inherit; text-transform: inherit; cursor: pointer; }

.consent-banner { position: fixed; z-index: 90; left: 50%; bottom: 24px; width: min(860px,calc(100% - 40px)); transform: translateX(-50%); display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 45px; padding: 28px 30px; border: 1px solid rgba(88,88,90,.28); background: rgba(234,234,234,.96); color: var(--ink); box-shadow: 0 24px 70px rgba(0,0,0,.22); backdrop-filter: blur(12px); }
.consent-banner .section-index { margin-bottom: 12px; }
.consent-banner h2 { margin: 0 0 12px; font-size: 30px; font-weight: 500; letter-spacing: -.04em; }
.consent-banner p { max-width: 570px; margin: 0; color: var(--mid); font-size: 12px; line-height: 1.55; }
.consent-actions { display: flex; gap: 8px; }
.consent-actions button { min-width: 135px; padding: 13px 16px; border: 1px solid rgba(88,88,90,.42); background: transparent; color: var(--ink); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.consent-actions .consent-accept { background: var(--ink); color: var(--paper); }

.legal-overlay { position: fixed; z-index: 100; inset: 0; display: block; background: var(--paper); }
.legal-panel { position: relative; width: 100%; height: 100%; overflow-y: auto; overscroll-behavior: contain; padding: 70px 24px 100px; background: #eaeaea; color: var(--ink); }
.legal-close { position: sticky; z-index: 2; top: 18px; margin-left: auto; width: 42px; height: 42px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(88,88,90,.45); border-radius: 50%; background: var(--paper); color: var(--ink); cursor: pointer; transition: color .2s,background .2s; }
.legal-close-icon { position: relative; display: block; width: 14px; height: 14px; }
.legal-close-icon::before, .legal-close-icon::after { content: ''; position: absolute; left: 50%; top: 50%; width: 15px; height: 1px; background: currentColor; transform-origin: center; }
.legal-close-icon::before { transform: translate(-50%,-50%) rotate(45deg); }
.legal-close-icon::after { transform: translate(-50%,-50%) rotate(-45deg); }
.legal-close:hover { background: var(--ink); color: var(--paper); }
.legal-document { max-width: 760px; margin: 0 auto; }
.legal-document h2 { margin: 20px 0 58px; font-size: clamp(52px,9vw,94px); line-height: .86; letter-spacing: -.065em; font-weight: 500; }
.legal-document section { padding: 24px 0 28px; border-top: 1px solid var(--line); }
.legal-document h3 { margin: 0 0 16px; font-size: 16px; font-weight: 500; letter-spacing: -.02em; }
.legal-document p { margin: 0 0 13px; color: var(--mid); font-size: 13px; line-height: 1.7; }
.legal-document p:last-child { margin-bottom: 0; }
.legal-document a { color: var(--ink); border-bottom: 1px solid rgba(88,88,90,.38); }
.legal-document--privacy h2 { font-size: clamp(54px,7vw,104px); }
.legal-date { padding-top: 28px; border-top: 1px solid var(--line); font-size: 10px !important; letter-spacing: .12em; text-transform: uppercase; }

@media (max-width: 800px) {
  .site-header { grid-template-columns: 1fr auto; padding: 20px; }
  nav { display: none; }
  .header-cta { font-size: 9px; }
  .hero { padding: 130px 20px 30px; }
  .hero h1 { font-size: clamp(56px,17vw,96px); margin-top: 50px; }
  .hero-footer { align-items: center; }
  .hero-footer p { font-size: 12px; max-width: 75%; }
  .showreel-card { width: 100%; min-height: 0; aspect-ratio: 16/9; margin-left: auto; margin-right: auto; }
  .vertical-preview { left: 50%; right: auto; width: 105px; height: 170px; transform: translateX(-50%); }
  .vertical-preview b { font-size: 17px; }
  .work { padding: 90px 20px; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading h2 { font-size: 15vw; }
  .project-showcase { padding-bottom: 54px; }
  .work-controls { top: auto; right: auto; bottom: 0; left: 0; }
  .work-arrow { width: 38px; height: 38px; }
  .work-arrow svg { transform: rotate(90deg); }
  .project-grid { grid-template-columns: 1fr; gap: 44px; }
  .project:not(:first-child) { margin-top: 0; }
  .project { justify-self: center; }
  .project--ratio-16x9, .project:not(:first-child).project--ratio-16x9 { width: 100%; }
  .project--ratio-9x16, .project:not(:first-child).project--ratio-9x16 { width: min(72vw,380px); }
  .project--ratio-1x1, .project:not(:first-child).project--ratio-1x1 { width: min(88vw,560px); }
  .project--ratio-4x5, .project:not(:first-child).project--ratio-4x5 { width: min(82vw,500px); }
  .project-visual, .project:not(:first-child) .project-visual { height: auto; min-height: 0; margin-top: 0; }
  .project-meta p { font-size: 8px; }
  .text-link { margin-top: 50px; }
  .formats { padding: 90px 20px 60px; }
  .format-stage {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 26px;
    min-height: 0;
    margin-top: 35px;
    padding: 30px 16px 26px;
  }
  .format-stage .screen { justify-self: start; }
  .format-stage .screen--vertical { width: 72%; }
  .format-stage .screen--wide { width: 100%; }
  .format-stage .screen--square { width: 88%; }
  .format-stage .screen b {
    left: 14px;
    bottom: 14px;
    max-width: calc(100% - 28px);
    font-size: 11px;
    line-height: 1.1;
    white-space: normal;
  }
  .ticker { margin-top: 4px; padding-left: 0; padding-right: 0; }
  .ticker div { font-size: 13px; line-height: 1.6; white-space: nowrap; }
  .ticker i { margin-left: 5px; margin-right: 5px; }
  .ticker-mobile-break { display: block; }
  .ticker-desktop-separator { display: none; }
  .services, .process-section { grid-template-columns: 1fr; gap: 60px; padding: 90px 20px; }
  .services-intro { position: static; }
  .service-row { min-height: 72px; }
  .service-row h3 { font-size: 28px; }
  .ai-note { grid-column: 1; }
  .partnership { padding: 90px 20px; }
  .partnership h2 { font-size: 17vw; }
  .partnership-lead { width: 100%; margin: 45px 0 60px; }
  .partnership-grid { grid-template-columns: 1fr; }
  .partnership-grid article, .partnership-grid article + article { padding: 24px 0; min-height: 0; border-right: 0; border-bottom: 1px solid rgba(234,234,234,.28); }
  .partnership-grid h3 { margin: 35px 0 12px; }
  .process-list article { grid-template-columns: 40px 1fr; }
  .process-list p { grid-column: 2; }
  .about { grid-template-columns: 1fr; gap: 0; padding: 40px 20px 0; }
  .about-portrait { width: min(100%,520px); min-height: 0; margin: 0 auto; }
  .about-copy { padding: 90px 20px; }
  .about-lead span { display: inline; }
  .credentials { gap: 10px; }
  .credentials div { display: block; }
  .credentials span { display: block; margin-top: 7px; }
  .proof { padding: 78px 20px 84px; }
  .proof blockquote { font-size: 25px; line-height: 1.36; text-align: center; }
  .proof cite { margin: 30px auto 0; font-size: 10px; text-align: center; }
  .contact { padding: 90px 20px; }
  .contact, .contact-head, .contact-copy { text-align: center; }
  .contact-head h2 { font-size: 17vw; margin-bottom: 60px; }
  .contact-grid { grid-template-columns: 1fr; gap: 70px; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form label:nth-child(4), .contact-form button, .contact-form small { grid-column: 1; }
  footer { grid-template-columns: 1fr; gap: 35px; }
  .footer-links, .footer-legal { justify-self: start; flex-wrap: wrap; }
  .consent-banner { bottom: 12px; grid-template-columns: 1fr; gap: 24px; width: calc(100% - 24px); padding: 22px 20px; }
  .consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .consent-actions button { min-width: 0; }
  .legal-panel { width: 100%; padding: 80px 20px 90px; }
  .legal-close { position: fixed; right: 18px; top: 18px; background: rgba(234,234,234,.9); }
  .legal-document h2, .legal-document--privacy h2 {
    margin-bottom: 42px;
    font-size: clamp(38px,12vw,48px);
    line-height: .92;
    letter-spacing: -.05em;
    overflow-wrap: anywhere;
  }
  .legal-document p { font-size: 13px; overflow-wrap: anywhere; }
}

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