:root {
  --ink: #11110f;
  --paper: #f1efe8;
  --paper-2: #e6e2d8;
  --white: #fff;
  --line: rgba(17, 17, 15, .22);
  --red: #d2291d;
  --header-h: 84px;
  --pad: clamp(22px, 4.3vw, 72px);
  --ease: cubic-bezier(.2,.75,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Futura, "Futura PT", "Century Gothic", Avenir, "Trebuchet MS", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}
body.is-menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }

.skip-link {
  position: fixed; z-index: 999; left: 12px; top: 12px;
  padding: 10px 14px; background: var(--white); color: var(--ink);
  transform: translateY(-180%); transition: transform .2s;
}
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.site-header {
  position: fixed; z-index: 100; inset: 0 0 auto 0;
  height: var(--header-h); padding: 0 var(--pad);
  display: flex; align-items: center; justify-content: space-between;
  color: var(--white); border-bottom: 1px solid rgba(255,255,255,.25);
  transition: background .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease), height .35s var(--ease);
}
.site-header.is-scrolled {
  height: 68px; background: rgba(241,239,232,.94); color: var(--ink);
  border-color: var(--line); backdrop-filter: blur(12px);
}
.brand { display: flex; flex-direction: column; gap: 1px; position: relative; z-index: 102; }
.brand-name { font-size: 17px; line-height: 1; font-weight: 700; letter-spacing: .09em; }
.brand-role { font-size: 9px; letter-spacing: .21em; opacity: .72; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 46px); }
.site-nav a { position: relative; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: currentColor; transition: right .28s var(--ease); }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px 0 10px 16px; align-items: center; gap: 10px; position: relative; z-index: 102; cursor: pointer; }
.menu-label { font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.menu-icon { width: 24px; height: 16px; position: relative; display: block; }
.menu-icon i { position: absolute; left: 0; width: 100%; height: 1px; background: currentColor; transition: transform .3s, top .3s; }
.menu-icon i:first-child { top: 4px; }
.menu-icon i:last-child { top: 12px; }
.is-menu-open .menu-icon i:first-child { top: 8px; transform: rotate(45deg); }
.is-menu-open .menu-icon i:last-child { top: 8px; transform: rotate(-45deg); }

.hero { min-height: 100svh; position: relative; display: flex; color: var(--white); background: #242421; overflow: hidden; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; transform: scale(1.02); animation: hero-in 1.8s var(--ease) both; }
.hero-shade { background: linear-gradient(90deg, rgba(8,8,8,.70) 0%, rgba(8,8,8,.29) 58%, rgba(8,8,8,.14) 100%), linear-gradient(0deg, rgba(8,8,8,.55), transparent 50%); }
.hero-content { position: relative; z-index: 2; padding: calc(var(--header-h) + clamp(52px, 9vh, 120px)) var(--pad) clamp(32px, 6vh, 74px); width: 100%; display: flex; flex-direction: column; }
.eyebrow, .section-kicker { margin: 0; font-size: 10px; line-height: 1.2; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.hero-title { margin: auto 0 0; font-size: clamp(62px, 11.6vw, 180px); line-height: .78; letter-spacing: -.065em; font-weight: 700; text-transform: uppercase; }
.hero-title span { display: block; }
.hero-title span:last-child { margin-left: clamp(0px, 10vw, 168px); color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.92); }
.hero-bottom { margin-top: clamp(30px, 6vh, 70px); display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.hero-bottom p { margin: 0; max-width: 560px; font-size: clamp(15px, 1.35vw, 20px); line-height: 1.45; }
.round-link { width: 92px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; display: grid; place-items: center; position: relative; flex: 0 0 auto; transition: background .3s, color .3s, transform .3s; }
.round-link span { font-size: 9px; font-weight: 700; letter-spacing: .15em; transform: translateY(-8px); }
.round-link svg { position: absolute; width: 22px; bottom: 20px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.round-link:hover { background: var(--white); color: var(--ink); transform: translateY(4px); }
.hero-index { position: absolute; z-index: 2; right: var(--pad); top: 50%; transform: rotate(90deg) translateX(50%); transform-origin: right top; font-size: 9px; letter-spacing: .18em; opacity: .7; }
@keyframes hero-in { from { transform: scale(1.09); filter: saturate(.7); } to { transform: scale(1.02); filter: saturate(1); } }

.section-pad { padding: clamp(80px, 11vw, 170px) var(--pad); }
.intro { display: grid; grid-template-columns: minmax(130px, 1fr) minmax(0, 3fr); gap: 40px; border-bottom: 1px solid var(--line); }
.intro-copy h2 { margin: 0; font-size: clamp(40px, 7vw, 108px); line-height: .91; letter-spacing: -.055em; }
.intro-copy p { margin: 48px 0 0 auto; max-width: 670px; font-family: inherit; font-size: clamp(17px, 1.55vw, 23px); line-height: 1.55; }

.section-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 48px; }
.section-head h2 { margin: 10px 0 0; font-size: clamp(52px, 8vw, 124px); line-height: .88; letter-spacing: -.06em; }
.filters { display: flex; gap: 7px; flex-wrap: wrap; justify-content: flex-end; }
.filter { border: 1px solid var(--line); border-radius: 999px; background: transparent; padding: 10px 15px 9px; cursor: pointer; font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; transition: background .25s, color .25s, border-color .25s; }
.filter:hover, .filter.is-active { background: var(--ink); color: var(--white); border-color: var(--ink); }

.work-grid { columns: 3; column-gap: clamp(18px, 2.2vw, 34px); }
.work-card { width: 100%; display: inline-block; break-inside: avoid; margin: 0 0 clamp(30px, 4vw, 58px); transition: opacity .35s, transform .35s; }
.work-card.is-hidden { display: none; }
.work-image { width: 100%; padding: 0; border: 0; background: #d9d6cd; overflow: hidden; cursor: zoom-in; }
.work-image img { width: 100%; height: auto; transition: transform .75s var(--ease), filter .55s; }
.work-card:hover .work-image img { transform: scale(1.025); filter: contrast(1.04); }
.work-meta { display: flex; justify-content: space-between; gap: 16px; margin-top: 12px; border-top: 1px solid var(--line); padding-top: 10px; font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.work-meta span:last-child { opacity: .55; }
.work-more { margin-top: 10px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: 30px; padding: 22px 0; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; border-bottom: 1px solid transparent; }
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translate(4px, -4px); }

.disciplines { background: var(--ink); color: var(--paper); }
.discipline-list { margin-top: 40px; border-top: 1px solid rgba(255,255,255,.2); }
.discipline-list article { display: grid; grid-template-columns: 70px minmax(300px, 1.4fr) minmax(250px, 1fr); gap: 20px; align-items: center; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.2); transition: padding-left .35s var(--ease), background .35s; }
.discipline-list article:hover { padding-left: 16px; }
.discipline-list span { font-size: 10px; letter-spacing: .16em; opacity: .55; }
.discipline-list h3 { margin: 0; font-size: clamp(24px, 3.8vw, 57px); line-height: .96; letter-spacing: -.04em; }
.discipline-list p { margin: 0; font-family: inherit; font-size: 15px; line-height: 1.5; opacity: .68; }

.video-section { background: var(--paper-2); }
.video-intro { display: grid; grid-template-columns: minmax(130px, 1fr) minmax(0, 2.1fr) minmax(250px, .9fr); gap: 36px; align-items: end; padding-bottom: 60px; }
.video-intro h2 { margin: 0; font-size: clamp(48px, 7vw, 112px); line-height: .88; letter-spacing: -.055em; }
.video-intro > p:last-child { font-family: inherit; margin: 0; font-size: 16px; line-height: 1.55; }
.video-grid { padding: 0 var(--pad) clamp(28px, 4vw, 58px); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(34px, 5vw, 78px) clamp(18px, 2.4vw, 38px); }
.video-card { min-width: 0; }
.video-frame { position: relative; aspect-ratio: 16/9; background: #000; overflow: hidden; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-meta { display: flex; justify-content: space-between; gap: 18px; padding-top: 12px; border-top: 1px solid var(--line); margin-top: 12px; font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.video-meta a { white-space: nowrap; }
.video-channel-link { padding: 0 var(--pad) clamp(80px, 10vw, 150px); display: flex; justify-content: flex-end; }

.about { display: grid; grid-template-columns: minmax(300px, 1.15fr) minmax(320px, .85fr); gap: clamp(50px, 10vw, 170px); }
.about-title-wrap h2 { margin: 18px 0 0; font-size: clamp(77px, 12.4vw, 200px); line-height: .72; letter-spacing: -.07em; }
.about-copy { padding-top: clamp(55px, 9vw, 145px); }
.about-copy p { font-family: inherit; font-size: 16px; line-height: 1.62; max-width: 650px; }
.about-copy .about-lead { font-family: inherit; font-size: clamp(24px, 2.65vw, 40px); line-height: 1.18; letter-spacing: -.025em; margin-top: 0; }
.about-copy .about-services { margin: 30px 0 0; padding-top: 20px; border-top: 1px solid var(--line); max-width: 760px; font-size: 10px; line-height: 1.65; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; opacity: .72; }
.about-copy .text-link { margin-top: 28px; }

.numbers { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.numbers > div { min-height: 220px; padding: 36px var(--pad); display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); }
.numbers > div:last-child { border-right: 0; }
.numbers strong { font-size: clamp(40px, 5.6vw, 86px); line-height: .9; letter-spacing: -.06em; }
.numbers span { font-size: 9px; font-weight: 700; letter-spacing: .16em; opacity: .6; }

.clients { padding-top: 80px; padding-bottom: 90px; }
.client-grid { margin-top: 42px; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.client-grid span { min-height: 150px; display: grid; place-items: center; text-align: center; padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: clamp(12px, 1.4vw, 19px); font-weight: 700; line-height: 1.1; letter-spacing: .08em; }

.contact { position: relative; min-height: 760px; color: var(--white); display: flex; align-items: stretch; overflow: hidden; }
.contact-media, .contact-overlay { position: absolute; inset: 0; }
.contact-media img { width: 100%; height: 100%; object-fit: cover; }
.contact-overlay { background: linear-gradient(90deg, rgba(8,8,7,.83), rgba(8,8,7,.38) 65%, rgba(8,8,7,.18)); }
.contact-content { position: relative; z-index: 1; width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.contact-content h2 { margin: 24px 0 34px; font-size: clamp(60px, 10vw, 156px); line-height: .82; letter-spacing: -.065em; }
.contact-content > p:not(.section-kicker) { max-width: 590px; margin: 0; font-family: inherit; font-size: clamp(17px, 1.5vw, 23px); line-height: 1.5; }
.contact-actions { display: flex; gap: 12px; margin-top: 42px; flex-wrap: wrap; }
.button { min-width: 180px; padding: 16px 20px; display: inline-flex; justify-content: space-between; gap: 20px; border: 1px solid var(--white); font-size: 10px; font-weight: 700; letter-spacing: .13em; transition: background .25s, color .25s; }
.button--light { background: var(--white); color: var(--ink); }
.button--light:hover { background: transparent; color: var(--white); }
.button--ghost:hover { background: var(--white); color: var(--ink); }

.site-footer { background: var(--ink); color: var(--paper); padding: 34px var(--pad); display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center; border-top: 1px solid rgba(255,255,255,.15); }
.footer-brand { font-size: 17px; font-weight: 700; letter-spacing: .09em; }
.footer-socials, .footer-legal { display: flex; gap: 22px; font-size: 9px; text-transform: uppercase; font-weight: 700; letter-spacing: .14em; }
.footer-legal { justify-content: flex-end; opacity: .7; }
.site-footer a:hover { text-decoration: underline; text-underline-offset: 4px; }

.lightbox { position: fixed; inset: 0; z-index: 10000; display: grid; place-items: center; width: 100%; height: 100%; padding: 0; background: transparent; color: white; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .18s ease, visibility 0s linear .18s; overscroll-behavior: contain; }
.lightbox[hidden] { display: none !important; }
.lightbox.is-open { opacity: 1; visibility: visible; pointer-events: auto; transition: opacity .18s ease; }
.lightbox-backdrop { position: absolute; inset: 0; background: rgba(11,11,10,.96); cursor: zoom-out; }
.lightbox figure { position: relative; z-index: 1; width: 100%; height: 100%; margin: 0; display: grid; place-items: center; padding: 60px clamp(20px, 6vw, 100px) 48px; pointer-events: none; }
.lightbox img { display: block; max-width: 100%; max-height: calc(100dvh - 120px); object-fit: contain; pointer-events: auto; user-select: none; -webkit-user-drag: none; }
.lightbox figcaption { position: absolute; left: var(--pad); bottom: 22px; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; pointer-events: none; }
.lightbox-close { position: fixed; z-index: 2; right: 24px; top: 18px; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: rgba(0,0,0,.16); color: white; font-size: 28px; line-height: 1; cursor: pointer; }
.lightbox-close:hover, .lightbox-close:focus-visible { background: white; color: var(--ink); }

.reveal { opacity: 0; transform: translateY(18px); animation: reveal .9s var(--ease) forwards; }
.hero-title.reveal { animation-delay: .18s; }
.hero-bottom.reveal { animation-delay: .38s; }
@keyframes reveal { to { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  :root { --header-h: 72px; }
  .menu-toggle { display: flex; }
  .site-nav {
    position: fixed; inset: 0; z-index: 101; background: var(--ink); color: var(--paper);
    padding: 120px var(--pad) 45px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 12px;
    opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s;
  }
  .site-nav a { font-size: clamp(44px, 10vw, 84px); line-height: .95; letter-spacing: -.045em; }
  .site-nav a::after { display: none; }
  body.is-menu-open .site-nav { opacity: 1; visibility: visible; }
  body.is-menu-open .site-header { color: var(--paper); background: transparent; border-color: transparent; }
  .intro { grid-template-columns: 1fr; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .filters { justify-content: flex-start; }
  .work-grid { columns: 2; }
  .video-intro { grid-template-columns: 1fr; }
  .video-intro > p:last-child { max-width: 620px; }
  .about { grid-template-columns: 1fr; gap: 20px; }
  .about-copy { padding-top: 30px; max-width: 760px; margin-left: auto; }
  .numbers { grid-template-columns: repeat(2, 1fr); }
  .numbers > div:nth-child(2) { border-right: 0; }
  .numbers > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .client-grid { grid-template-columns: repeat(3, 1fr); }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-socials { justify-content: flex-end; }
  .footer-legal { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 680px) {
  :root { --pad: 20px; }
  .site-header { height: 66px; }
  .site-header.is-scrolled { height: 60px; }
  .brand-name { font-size: 14px; }
  .brand-role { font-size: 7px; }
  .hero-content { padding-top: 110px; padding-bottom: 25px; }
  .hero-title { font-size: clamp(54px, 18vw, 90px); line-height: .82; }
  .hero-title span:last-child { margin-left: 0; -webkit-text-stroke-width: 1px; }
  .hero-bottom { align-items: flex-start; }
  .hero-bottom p { max-width: calc(100% - 90px); font-size: 14px; }
  .round-link { width: 74px; }
  .round-link span { font-size: 7px; }
  .round-link svg { width: 18px; bottom: 14px; }
  .hero-index { display: none; }
  .section-pad { padding-top: 78px; padding-bottom: 78px; }
  .intro-copy h2 { font-size: 39px; }
  .intro-copy p { margin-top: 30px; font-size: 16px; }
  .section-head h2 { font-size: 56px; }
  .filters { gap: 5px; }
  .filter { padding: 8px 11px; font-size: 8px; }
  .work-grid { columns: 1; }
  .work-card { display: block; margin-bottom: 44px; }
  .work-more { flex-direction: column; align-items: flex-start; gap: 14px; }
  .discipline-list article { grid-template-columns: 35px 1fr; gap: 8px 10px; padding: 24px 0; }
  .discipline-list h3 { font-size: 29px; }
  .discipline-list p { grid-column: 2; font-size: 14px; }
  .video-intro h2 { font-size: 52px; }
  .video-grid { grid-template-columns: 1fr; padding-left: 0; padding-right: 0; gap: 48px; }
  .video-meta { margin-left: var(--pad); margin-right: var(--pad); }
  .video-channel-link { justify-content: flex-start; }
  .about-title-wrap h2 { font-size: 85px; }
  .about-copy .about-lead { font-size: 25px; }
  .numbers > div { min-height: 150px; padding: 24px 20px; }
  .numbers strong { font-size: 39px; }
  .client-grid { grid-template-columns: repeat(2, 1fr); }
  .client-grid span { min-height: 110px; font-size: 12px; }
  .contact { min-height: 680px; }
  .contact-content h2 { font-size: 58px; }
  .contact-actions { width: 100%; }
  .button { width: 100%; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-socials, .footer-legal { justify-content: flex-start; flex-wrap: wrap; }
  .footer-legal { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
/* === V3: expanded portfolio, internal pages and dynamic integrations === */
body.is-lightbox-open { position: fixed; left: 0; right: 0; width: 100%; overflow: hidden !important; }
.work-card.has-image-error { display: none; }
.work-card--archive .work-image { min-height: 220px; }
.work-card--archive .work-image img { min-height: 220px; object-fit: cover; }

.video-consent { isolation: isolate; display: grid; place-items: center; }
.video-consent > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.02); transform: scale(1.01); }
.youtube-thumbnail { background: #111; }
.video-shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(0deg, rgba(0,0,0,.72), rgba(0,0,0,.12) 65%), rgba(0,0,0,.12); }
.video-play { position: relative; z-index: 2; width: 118px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: rgba(0,0,0,.2); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; cursor: pointer; backdrop-filter: blur(3px); transition: background .25s, color .25s, transform .25s; }
.video-play:hover, .video-play:focus-visible { background: var(--white); color: var(--ink); transform: scale(1.04); }
.video-play-icon { font-size: 18px; transform: translateX(2px); }
.video-play span:last-child { font-size: 8px; font-weight: 700; letter-spacing: .14em; }
.video-privacy-note { position: absolute; z-index: 2; left: 16px; bottom: 12px; margin: 0; color: rgba(255,255,255,.78); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }

.numbers small { margin-top: 8px; font-size: 8px; font-weight: 700; letter-spacing: .13em; opacity: .42; }
.client-grid a { min-height: 150px; position: relative; display: grid; place-items: center; text-align: center; padding: 28px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; transition: background .3s var(--ease), color .3s var(--ease); }
.client-grid a span { min-height: 0; padding: 0; border: 0; font-size: clamp(12px, 1.4vw, 19px); font-weight: 700; line-height: 1.1; letter-spacing: .08em; }
.client-grid a b { position: absolute; right: 12px; top: 10px; font-size: 14px; font-weight: 400; opacity: .45; transition: transform .3s var(--ease), opacity .3s; }
.client-grid a:hover, .client-grid a:focus-visible { background: var(--ink); color: var(--paper); }
.client-grid a:hover b, .client-grid a:focus-visible b { transform: translate(3px,-3px); opacity: 1; }

.site-nav a[aria-current="page"]::after { right: 0; }
.subpage { background: var(--paper); }
.page-hero { min-height: min(76svh, 820px); position: relative; display: flex; align-items: flex-end; color: var(--white); background: var(--ink); overflow: hidden; }
.page-hero-media, .page-hero-shade { position: absolute; inset: 0; }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 53%; }
.page-hero-shade { background: linear-gradient(90deg, rgba(7,7,6,.83), rgba(7,7,6,.32) 72%), linear-gradient(0deg, rgba(7,7,6,.72), transparent 58%); }
.page-hero-content { position: relative; z-index: 1; width: 100%; padding-top: calc(var(--header-h) + 80px); padding-bottom: clamp(62px, 8vw, 120px); }
.page-hero-content h1 { margin: 22px 0 30px; max-width: 1400px; font-size: clamp(62px, 11vw, 172px); line-height: .79; letter-spacing: -.066em; }
.page-hero-content > p:last-child { max-width: 680px; margin: 0; font-size: clamp(17px, 1.55vw, 24px); line-height: 1.5; }
.page-hero--legal { min-height: 60svh; background: var(--ink); }
.page-hero--legal .page-hero-content h1 { font-size: clamp(68px, 13vw, 210px); }
.page-hero--legal .page-hero-content > p:last-child { opacity: .7; }

.contact-page { display: grid; grid-template-columns: minmax(280px,.85fr) minmax(440px,1.15fr); gap: clamp(60px, 10vw, 180px); }
.contact-page-intro h2 { margin: 20px 0 0; font-size: clamp(52px, 7.3vw, 112px); line-height: .87; letter-spacing: -.055em; }
.contact-page-body { padding-top: 54px; }
.contact-page-lead { margin: 0 0 55px; max-width: 740px; font-size: clamp(23px, 2.55vw, 39px); line-height: 1.2; letter-spacing: -.025em; }
.service-grid { border-top: 1px solid var(--line); }
.service-grid article { display: grid; grid-template-columns: 48px minmax(180px,.85fr) minmax(240px,1fr); gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line); align-items: start; }
.service-grid article > span { font-size: 9px; font-weight: 700; letter-spacing: .15em; opacity: .5; padding-top: 5px; }
.service-grid h3 { margin: 0; font-size: clamp(19px,2vw,29px); line-height: 1.02; letter-spacing: -.025em; }
.service-grid p { margin: 0; font-size: 14px; line-height: 1.55; opacity: .68; }
.direct-contact { margin-top: clamp(80px,10vw,150px); padding-top: 36px; border-top: 2px solid var(--ink); }
.contact-email { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin: 22px 0 28px; padding-bottom: 20px; border-bottom: 1px solid var(--line); font-size: clamp(23px, 3.2vw, 51px); line-height: 1; font-weight: 700; letter-spacing: -.035em; overflow-wrap: anywhere; }
.contact-email span { font-size: .6em; transition: transform .25s; }
.contact-email:hover span { transform: translate(4px,-4px); }
.direct-contact > p:not(.section-kicker) { max-width: 660px; font-size: 15px; line-height: 1.6; opacity: .7; }
.contact-actions--dark { margin-top: 34px; }
.button--ink, .button--line { border-color: var(--ink); }
.button--ink { background: var(--ink); color: var(--paper); }
.button--ink:hover { background: transparent; color: var(--ink); }
.button--line { color: var(--ink); }
.button--line:hover { background: var(--ink); color: var(--paper); }

.legal-layout { display: grid; grid-template-columns: minmax(190px,.52fr) minmax(0,1.48fr); gap: clamp(50px, 10vw, 180px); align-items: start; }
.legal-aside { position: sticky; top: 105px; display: flex; flex-direction: column; align-items: flex-start; gap: 28px; }
.legal-nav { display: flex; flex-direction: column; gap: 10px; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.legal-nav a { opacity: .55; }
.legal-nav a:hover { opacity: 1; }
.legal-content { max-width: 940px; }
.legal-section { padding: 0 0 48px; margin: 0 0 48px; border-bottom: 1px solid var(--line); scroll-margin-top: 100px; }
.legal-section h2 { margin: 0 0 24px; font-size: clamp(28px,3.8vw,56px); line-height: .96; letter-spacing: -.045em; }
.legal-section h3 { margin: 30px 0 12px; font-size: 20px; }
.legal-section p, .legal-section li { font-size: 16px; line-height: 1.68; }
.legal-section p { margin: 0 0 16px; }
.legal-section a { text-decoration: underline; text-underline-offset: 4px; }
.legal-section code { font-size: .9em; background: rgba(17,17,15,.07); padding: 2px 5px; }
.legal-note { margin-top: 24px; padding: 20px; border: 1px solid var(--line); background: var(--paper-2); font-size: 14px; line-height: 1.55; }
.legal-updated { margin: 0; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; opacity: .55; }

@media (max-width: 980px) {
  .contact-page, .legal-layout { grid-template-columns: 1fr; }
  .contact-page-body { padding-top: 0; }
  .legal-aside { position: static; }
  .legal-nav { flex-direction: row; flex-wrap: wrap; gap: 12px 20px; }
}

@media (max-width: 680px) {
  .work-card--archive .work-image, .work-card--archive .work-image img { min-height: 0; }
  .video-play { width: 88px; }
  .video-privacy-note { font-size: 7px; left: 10px; bottom: 8px; }
  .client-grid a { min-height: 112px; padding: 22px 12px; }
  .client-grid a span { min-height: 0; font-size: 12px; }
  .page-hero { min-height: 660px; }
  .page-hero--legal { min-height: 480px; }
  .page-hero-content { padding-top: 130px; padding-bottom: 58px; }
  .page-hero-content h1 { font-size: clamp(53px,16vw,82px); }
  .page-hero--legal .page-hero-content h1 { font-size: clamp(55px,17vw,90px); overflow-wrap: anywhere; }
  .contact-page-intro h2 { font-size: 50px; }
  .contact-page-lead { font-size: 25px; }
  .service-grid article { grid-template-columns: 28px 1fr; gap: 8px 12px; }
  .service-grid p { grid-column: 2; }
  .contact-email { font-size: 21px; }
  .legal-layout { gap: 50px; }
  .legal-section { padding-bottom: 34px; margin-bottom: 36px; }
  .legal-section h2 { font-size: 32px; }
  .legal-section p, .legal-section li { font-size: 15px; }
}

/* v7 — robust full-screen mobile menu for iOS Safari/Chrome and subpages */
@media (max-width: 980px) {
  .site-header {
    z-index: 10000;
  }

  body.is-menu-open .site-header {
    inset: 0;
    width: 100%;
    height: 100dvh;
    min-height: 100svh;
    padding-top: 0;
    align-items: flex-start;
    background: var(--ink) !important;
    color: var(--paper) !important;
    border-color: transparent !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  body.is-menu-open .brand,
  body.is-menu-open .menu-toggle {
    margin-top: 0;
    height: var(--header-h);
    display: flex;
    justify-content: center;
  }

  .site-nav {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100dvh;
    min-height: 100svh;
    padding: calc(var(--header-h) + 36px) var(--pad) max(38px, env(safe-area-inset-bottom));
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  body.is-menu-open .site-nav {
    display: flex;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

@media (max-width: 680px) {
  body.is-menu-open .site-header {
    height: 100dvh;
    min-height: 100svh;
  }

  .site-nav {
    height: 100dvh;
    min-height: 100svh;
    justify-content: flex-start;
    padding-top: 112px;
    gap: 10px;
  }

  .site-nav a {
    font-size: clamp(46px, 15vw, 72px);
    line-height: .9;
  }
}

/* v8 — Projects index and individual project galleries */
.projects-hero {
  min-height: 68svh;
  padding-top: calc(var(--header-h) + clamp(70px, 10vw, 150px));
  padding-bottom: clamp(55px, 7vw, 100px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--paper);
}
.projects-hero h1 {
  margin: 12px 0 46px;
  font-size: clamp(92px, 18vw, 290px);
  line-height: .72;
  letter-spacing: -.075em;
}
.projects-hero-bottom {
  display: grid;
  grid-template-columns: minmax(260px, 720px) auto;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  border-top: 1px solid var(--line);
  padding-top: 25px;
}
.projects-hero-bottom p {
  margin: 0;
  font-size: clamp(19px, 2vw, 31px);
  line-height: 1.25;
  letter-spacing: -.025em;
}
.projects-hero-bottom span {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  white-space: nowrap;
}
.projects-index {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: var(--ink);
  gap: 1px;
}
.project-card {
  position: relative;
  min-height: min(72vw, 790px);
  overflow: hidden;
  color: var(--white);
  background: #171715;
}
.project-card-media,
.project-card-overlay {
  position: absolute;
  inset: 0;
}
.project-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s var(--ease), filter .5s var(--ease);
}
.project-card-overlay {
  background: linear-gradient(0deg, rgba(7,7,6,.84), rgba(7,7,6,.04) 67%), linear-gradient(90deg, rgba(7,7,6,.18), transparent 55%);
  transition: background .4s var(--ease);
}
.project-card-copy {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  padding: clamp(25px, 3.3vw, 56px);
}
.project-card-copy p {
  margin: 0 0 16px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
}
.project-card-copy h2 {
  margin: 0 0 28px;
  max-width: 850px;
  font-size: clamp(42px, 5.2vw, 86px);
  line-height: .86;
  letter-spacing: -.055em;
  text-transform: uppercase;
}
.project-card-copy > span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.38);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
}
.project-card-copy b {
  font-size: 27px;
  font-weight: 400;
  transition: transform .3s var(--ease);
}
.project-card:hover .project-card-media img,
.project-card:focus-visible .project-card-media img {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.02);
}
.project-card:hover .project-card-copy b,
.project-card:focus-visible .project-card-copy b { transform: translateX(8px); }
.project-cta {
  min-height: 62svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.project-cta h2 {
  margin: 24px 0 44px;
  font-size: clamp(55px, 9vw, 145px);
  line-height: .83;
  letter-spacing: -.06em;
}

.project-detail-hero {
  min-height: 94svh;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}
.project-detail-media,
.project-detail-shade { position: absolute; inset: 0; }
.project-detail-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.project-detail-shade {
  background: linear-gradient(0deg, rgba(5,5,5,.87), rgba(5,5,5,.06) 70%), linear-gradient(90deg, rgba(5,5,5,.52), transparent 70%);
}
.project-detail-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: calc(var(--header-h) + 90px);
  padding-bottom: clamp(56px, 7vw, 110px);
}
.project-detail-copy h1 {
  margin: 18px 0 34px;
  max-width: 1600px;
  font-size: clamp(65px, 12vw, 190px);
  line-height: .78;
  letter-spacing: -.068em;
  overflow-wrap: anywhere;
}
.project-detail-copy > p:last-child {
  max-width: 720px;
  margin: 0;
  font-size: clamp(17px, 1.55vw, 25px);
  line-height: 1.45;
}
.project-intro {
  display: grid;
  grid-template-columns: minmax(120px,.36fr) minmax(360px,.85fr) minmax(310px,.79fr);
  gap: clamp(35px, 7vw, 120px);
  align-items: start;
  padding-top: clamp(90px, 11vw, 170px);
  padding-bottom: clamp(90px, 11vw, 170px);
}
.project-back {
  display: inline-flex;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  padding-top: 6px;
}
.project-intro h2 {
  margin: 20px 0 0;
  font-size: clamp(48px, 6.4vw, 104px);
  line-height: .84;
  letter-spacing: -.056em;
}
.project-intro > p:last-child {
  margin: 33px 0 0;
  font-size: clamp(18px, 1.6vw, 25px);
  line-height: 1.52;
}
.project-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 1px;
  background: var(--ink);
}
.project-shot {
  background: var(--paper);
  margin: 0;
}
/* Project galleries: every image keeps the same card size. An unpaired final image is centered. */
.project-shot:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  width: calc(50% - .5px);
  justify-self: center;
}
.project-shot-button {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  padding: 0;
  border: 0;
  background: #d8d6cf;
  overflow: hidden;
  cursor: zoom-in;
}
.project-shot:last-child:nth-child(odd) .project-shot-button { aspect-ratio: 4 / 3; }
.project-shot-button img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s var(--ease), filter .4s var(--ease);
}
.project-shot-button:hover img,
.project-shot-button:focus-visible img { transform: scale(1.02); filter: contrast(1.03); }
.project-shot-meta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px 18px;
  background: var(--paper);
  border-top: 1px solid var(--line);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .12em;
}
.project-film { padding-top: clamp(90px, 11vw, 170px); padding-bottom: clamp(90px, 11vw, 170px); }
.project-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 45px;
}
.project-section-head h2 {
  margin: 0;
  font-size: clamp(55px, 9vw, 140px);
  line-height: .78;
  letter-spacing: -.06em;
}
.project-video-card { max-width: 1500px; margin-left: auto; }
.project-video-card .video-frame { min-height: min(62vw, 820px); }
.project-next {
  padding-top: clamp(80px, 10vw, 150px);
  padding-bottom: clamp(80px, 10vw, 150px);
  border-top: 1px solid var(--line);
}
.project-next a {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 10px 30px;
}
.project-next span {
  grid-column: 1;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
}
.project-next strong {
  grid-column: 1;
  font-size: clamp(70px, 14vw, 220px);
  line-height: .72;
  letter-spacing: -.07em;
}
.project-next b {
  grid-column: 2;
  grid-row: 1 / 3;
  font-size: clamp(70px, 9vw, 140px);
  font-weight: 400;
  line-height: 1;
  transition: transform .3s var(--ease);
}
.project-next a:hover b { transform: translateX(10px); }

@media (max-width: 980px) {
  .projects-hero { min-height: 560px; }
  .projects-hero-bottom { grid-template-columns: 1fr; }
  .projects-index { grid-template-columns: 1fr; }
  .project-card { min-height: 78svh; }
  .project-intro { grid-template-columns: 1fr; gap: 42px; }
  .project-intro > p:last-child { margin-top: 0; max-width: 720px; }
  .project-gallery { grid-template-columns: 1fr; }
  .project-shot:last-child:nth-child(odd) {
    grid-column: auto;
    width: 100%;
    justify-self: stretch;
  }
  .project-shot:last-child:nth-child(odd) .project-shot-button { aspect-ratio: 4 / 3; }
}

@media (max-width: 680px) {
  .projects-hero {
    min-height: 510px;
    padding-top: 130px;
    padding-bottom: 48px;
  }
  .projects-hero h1 { font-size: clamp(68px, 24vw, 110px); margin-bottom: 34px; }
  .projects-hero-bottom { gap: 22px; }
  .projects-hero-bottom p { font-size: 18px; }
  .project-card { min-height: 620px; }
  .project-card-copy { padding: 24px 20px; }
  .project-card-copy h2 { font-size: clamp(42px, 14vw, 68px); }
  .project-detail-hero { min-height: 780px; }
  .project-detail-copy { padding-top: 125px; padding-bottom: 48px; }
  .project-detail-copy h1 { font-size: clamp(54px, 17vw, 88px); }
  .project-detail-copy > p:last-child { font-size: 17px; }
  .project-intro { padding-top: 75px; padding-bottom: 75px; gap: 34px; }
  .project-intro h2 { font-size: 48px; }
  .project-intro > p:last-child { font-size: 18px; }
  .project-shot-button,
  .project-shot:last-child:nth-child(odd) .project-shot-button { aspect-ratio: auto; }
  .project-shot-button img { height: auto; object-fit: contain; }
  .project-section-head { display: block; }
  .project-section-head h2 { margin-top: 20px; font-size: 58px; }
  .project-video-card .video-frame { min-height: 56vw; }
  .project-next a { grid-template-columns: 1fr auto; }
  .project-next strong { font-size: 66px; }
  .project-next b { font-size: 72px; }
}

/* v10 — mobile refinements for Projects pages */
html, body { max-width: 100%; overflow-x: hidden; }
.projects-index,
.project-card,
.project-detail-hero,
.project-gallery,
.project-film { max-width: 100%; }

@media (max-width: 680px) {
  .projects-hero {
    min-height: auto;
    padding-top: 128px;
    padding-bottom: 44px;
  }
  .projects-hero h1 {
    margin: 10px 0 28px;
    font-size: clamp(62px, 21vw, 88px);
    line-height: .78;
  }
  .projects-hero-bottom p { max-width: 32ch; }

  .project-card {
    min-height: 72svh;
    max-height: 720px;
  }
  .project-card-copy {
    padding: 24px 20px 28px;
  }
  .project-card-copy p {
    margin-bottom: 13px;
    font-size: 8px;
    line-height: 1.45;
  }
  .project-card-copy h2 {
    max-width: 100%;
    margin-bottom: 22px;
    font-size: clamp(39px, 11.5vw, 54px);
    line-height: .88;
    letter-spacing: -.05em;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }
  .project-card-copy > span {
    font-size: 8px;
    line-height: 1.35;
  }

  .project-detail-hero {
    min-height: 72svh;
    max-height: 760px;
  }
  .project-detail-copy {
    padding-top: 118px;
    padding-bottom: 42px;
  }
  .project-detail-copy h1 {
    max-width: 100%;
    margin: 14px 0 24px;
    font-size: clamp(40px, 11.8vw, 56px);
    line-height: .84;
    letter-spacing: -.055em;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }
  .project-detail-copy > p:last-child {
    max-width: 33ch;
    font-size: 16px;
    line-height: 1.45;
  }

  .project-intro {
    padding-top: 62px;
    padding-bottom: 68px;
    gap: 28px;
  }
  .project-intro h2 {
    margin-top: 14px;
    font-size: clamp(38px, 11vw, 48px);
    line-height: .88;
  }
  .project-intro > p:last-child {
    font-size: 17px;
    line-height: 1.48;
  }

  .project-shot-meta {
    padding: 12px 12px 15px;
    font-size: 7px;
    line-height: 1.35;
  }

  .project-film {
    padding-top: 64px;
    padding-bottom: 70px;
  }
  .project-section-head {
    display: block;
    margin-bottom: 28px;
  }
  .project-section-head h2 {
    margin: 14px 0 0;
    font-size: clamp(43px, 12vw, 58px);
    line-height: .84;
  }
  .project-video-card {
    width: 100%;
    margin: 0;
  }
  .project-video-card .video-frame {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
  .project-video-card .video-meta {
    gap: 12px;
    padding-left: 0;
    padding-right: 0;
    font-size: 8px;
  }

  .project-next {
    padding-top: 62px;
    padding-bottom: 68px;
  }
  .project-next strong {
    font-size: clamp(50px, 15vw, 66px);
    line-height: .8;
  }
  .project-next b { font-size: 62px; }
}

/* v11 — global mobile typography containment */
@media (max-width: 680px) {
  /* Prevent oversized display type from escaping the viewport. */
  .page-hero-content,
  .about-title-wrap,
  .projects-hero,
  .project-card-copy,
  .project-detail-copy,
  .contact-content {
    min-width: 0;
    max-width: 100%;
  }

  .page-hero-content h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(46px, 13.2vw, 62px);
    line-height: .84;
    letter-spacing: -.055em;
    overflow-wrap: normal;
    word-break: normal;
  }

  .about-title-wrap h2 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(58px, 18vw, 78px);
    line-height: .78;
    letter-spacing: -.06em;
    overflow-wrap: normal;
    word-break: normal;
  }

  .projects-hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(54px, 16.5vw, 72px);
    line-height: .8;
    letter-spacing: -.06em;
  }

  .project-card-copy h2 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(36px, 10.4vw, 48px);
    line-height: .9;
    letter-spacing: -.045em;
  }

  .project-detail-copy h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(38px, 10.8vw, 50px);
    line-height: .86;
    letter-spacing: -.05em;
  }

  .contact-content h2 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(44px, 12.8vw, 58px);
    line-height: .86;
    letter-spacing: -.052em;
  }

  .project-cta h2 {
    max-width: 100%;
    font-size: clamp(44px, 12.5vw, 58px);
    line-height: .86;
    letter-spacing: -.05em;
  }

  /* Slightly tighter horizontal padding for very narrow phones. */
  .page-hero-content,
  .section-pad,
  .projects-hero,
  .project-card-copy,
  .project-detail-copy {
    padding-left: max(20px, env(safe-area-inset-left));
    padding-right: max(20px, env(safe-area-inset-right));
  }
}

@media (max-width: 390px) {
  .page-hero-content h1 { font-size: 48px; }
  .about-title-wrap h2 { font-size: 62px; }
  .projects-hero h1 { font-size: 56px; }
  .project-card-copy h2 { font-size: 38px; }
  .project-detail-copy h1 { font-size: 40px; }
}


/* v13 — multilingual navigation and language-aware typography */
.lang-switcher {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-left: 2px;
  white-space: nowrap;
}
.site-nav .lang-switcher a {
  font-size: 9px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .13em;
  opacity: .42;
}
.site-nav .lang-switcher a[aria-current="page"] { opacity: 1; }
.site-nav .lang-switcher a::after { display: none; }
.lang-switcher > span { font-size: 9px; opacity: .28; }

/* Slightly reduce very long translated display headings while preserving the layout. */
html[lang="de"] .intro-copy h2,
html[lang="ru"] .intro-copy h2 { font-size: clamp(38px, 6.25vw, 96px); }
html[lang="ru"] .contact-content h2 { font-size: clamp(54px, 8.8vw, 132px); }
html[lang="ru"] .page-hero--legal .page-hero-content h1 { font-size: clamp(54px, 9.5vw, 145px); }
html[lang="ru"] .project-cta h2 { font-size: clamp(48px, 6.8vw, 100px); }

@media (max-width: 980px) {
  .lang-switcher { margin: 24px 0 0; gap: 13px; }
  .site-nav .lang-switcher a { font-size: 12px; line-height: 1; letter-spacing: .16em; }
  .lang-switcher > span { font-size: 11px; }
}

@media (max-width: 680px) {
  html[lang="de"] .intro-copy h2,
  html[lang="ru"] .intro-copy h2 { font-size: clamp(31px, 9.6vw, 39px); line-height: .92; }
  html[lang="ru"] .video-intro h2 { font-size: clamp(40px, 12vw, 52px); }
  html[lang="ru"] .contact-content h2 { font-size: clamp(39px, 11.5vw, 52px); }
  html[lang="ru"] .page-hero--legal .page-hero-content h1 { font-size: clamp(36px, 10.2vw, 48px); line-height: .88; }
  html[lang="ru"] .project-cta h2 { font-size: clamp(37px, 10.5vw, 48px); }
  html[lang="de"] .project-card-copy h2,
  html[lang="ru"] .project-card-copy h2 { font-size: clamp(34px, 9.8vw, 46px); }
  html[lang="ru"] .contact-page-intro h2 { font-size: clamp(38px, 11vw, 48px); }
}

@media (max-width: 680px) {
  html[lang="ru"] .page-hero--legal .page-hero-content h1.title-long {
    font-size: clamp(28px, 8vw, 36px);
    line-height: .92;
    letter-spacing: -.04em;
  }
}


/* v16 — keep every project card the same size. The sixth project will fill the open cell. */
@media (min-width: 981px) {
  .projects-index > .project-card:last-child:nth-child(odd) {
    grid-column: auto;
    min-height: min(72vw, 790px);
  }
}
.project-card--automototechnik .project-card-copy h2 {
  font-size: clamp(38px, 4.8vw, 78px);
}
.project-automototechnik .project-detail-copy h1 {
  font-size: clamp(58px, 10.4vw, 166px);
}
.project-website-link {
  display: inline-flex;
  margin-top: 24px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.project-video-card--short {
  width: min(100%, 620px);
  margin-left: auto;
  margin-right: auto;
}
.project-video-card--short .video-frame {
  min-height: 0;
  aspect-ratio: 9 / 16;
}
.project-video-card--short .youtube-thumbnail {
  object-fit: cover;
}
@media (max-width: 680px) {
  .project-card--automototechnik .project-card-copy h2 {
    font-size: clamp(30px, 8.8vw, 39px);
    letter-spacing: -.035em;
  }
  .project-automototechnik .project-detail-copy h1 {
    font-size: clamp(29px, 8.5vw, 38px);
    letter-spacing: -.04em;
  }
  .project-video-card--short {
    width: min(100%, 430px);
  }
  .project-website-link { margin-top: 18px; }
}


/* v17 — project typography polish and correct light header on the projects index */
.projects-page:not(.is-menu-open) .site-header {
  color: var(--ink);
  border-color: var(--line);
}

/* Use one consistent, readable display tracking across the complete Projects system. */
.projects-hero h1,
.project-card-copy h2,
.project-detail-copy h1,
.project-intro h2,
.project-section-head h2,
.project-next strong,
.project-cta h2 {
  letter-spacing: -.035em;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
}

.projects-hero h1 {
  line-height: .76;
}

.project-detail-copy h1 {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

/* AutoMotoTechnik is one word. Keep it intact and size it to the available width. */
.project-card--automototechnik .project-card-copy h2,
.project-automototechnik .project-detail-copy h1 {
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: keep-all;
  hyphens: none;
}

.project-card--automototechnik .project-card-copy h2 {
  font-size: clamp(36px, 4.25vw, 70px);
  letter-spacing: -.025em;
}

.project-automototechnik .project-detail-copy h1 {
  font-size: clamp(54px, 8.2vw, 142px);
  letter-spacing: -.025em;
}

@media (max-width: 680px) {
  .projects-hero h1,
  .project-card-copy h2,
  .project-detail-copy h1,
  .project-intro h2,
  .project-section-head h2,
  .project-next strong,
  .project-cta h2 {
    letter-spacing: -.025em;
  }

  .project-card--automototechnik .project-card-copy h2 {
    font-size: clamp(28px, 7.7vw, 36px);
    letter-spacing: -.015em;
  }

  .project-automototechnik .project-detail-copy h1 {
    font-size: clamp(24px, 7.2vw, 33px);
    letter-spacing: -.015em;
  }
}


/* v18 — Services & Pricing pages */
.pricing-page:not(.is-menu-open) .site-header {
  color: var(--ink);
  border-color: var(--line);
}
.pricing-hero {
  min-height: 72svh;
  padding-top: calc(var(--header-h) + clamp(78px, 10vw, 155px));
  padding-bottom: clamp(62px, 8vw, 115px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--paper);
}
.pricing-hero h1 {
  margin: 16px 0 48px;
  font-size: clamp(92px, 18vw, 286px);
  line-height: .75;
  letter-spacing: -.035em;
  text-transform: uppercase;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
}
.pricing-hero-bottom {
  display: grid;
  grid-template-columns: minmax(300px, 770px) auto;
  justify-content: space-between;
  align-items: end;
  gap: 42px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}
.pricing-hero-bottom p {
  margin: 0;
  font-size: clamp(19px, 2vw, 31px);
  line-height: 1.28;
  letter-spacing: -.018em;
}
.pricing-hero-bottom span {
  font-size: 9px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: .15em;
  text-align: right;
  white-space: nowrap;
}
.pricing-groups { border-top: 1px solid var(--line); }
.pricing-group {
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(520px, 1.28fr);
  gap: clamp(54px, 9vw, 150px);
  border-bottom: 1px solid var(--line);
}
.pricing-group-head h2 {
  margin: 22px 0 0;
  max-width: 7ch;
  font-size: clamp(54px, 7.4vw, 116px);
  line-height: .84;
  letter-spacing: -.035em;
  text-transform: uppercase;
}
.pricing-list { border-top: 1px solid var(--line); }
.pricing-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: start;
  padding: 30px 0 34px;
  border-bottom: 1px solid var(--line);
}
.pricing-item:last-child { border-bottom: 0; }
.pricing-item h3 {
  margin: 0 0 10px;
  font-size: clamp(20px, 2.1vw, 32px);
  line-height: 1.02;
  letter-spacing: -.018em;
}
.pricing-item-copy p {
  margin: 0;
  max-width: 720px;
  font-size: 15px;
  line-height: 1.58;
  opacity: .74;
}
.pricing-price {
  min-width: 178px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  text-align: right;
  white-space: nowrap;
}
.pricing-price span {
  min-height: 12px;
  font-size: 8px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .16em;
  opacity: .56;
}
.pricing-price strong {
  font-size: clamp(28px, 3.1vw, 48px);
  line-height: .95;
  letter-spacing: -.035em;
}
.pricing-terms {
  display: grid;
  grid-template-columns: minmax(300px, .9fr) minmax(440px, 1.1fr);
  gap: clamp(50px, 10vw, 170px);
  border-bottom: 1px solid var(--line);
}
.pricing-terms h2 {
  margin: 20px 0 0;
  max-width: 10ch;
  font-size: clamp(48px, 6.5vw, 102px);
  line-height: .86;
  letter-spacing: -.035em;
}
.pricing-terms > p {
  margin: 46px 0 0;
  max-width: 820px;
  font-size: clamp(17px, 1.45vw, 23px);
  line-height: 1.58;
}
.pricing-cta {
  min-height: 76svh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: var(--paper);
  background: var(--ink);
}
.pricing-cta h2 {
  margin: 24px 0 34px;
  max-width: 12ch;
  font-size: clamp(58px, 9vw, 145px);
  line-height: .83;
  letter-spacing: -.035em;
}
.pricing-cta > p:not(.section-kicker) {
  max-width: 720px;
  margin: 0;
  font-size: clamp(17px, 1.55vw, 24px);
  line-height: 1.5;
}
.pricing-cta .button { margin-top: 40px; }

@media (max-width: 1180px) and (min-width: 981px) {
  .site-nav { gap: 18px; }
  .site-nav a { font-size: 10px; }
}
@media (max-width: 980px) {
  .pricing-hero { min-height: 600px; }
  .pricing-hero-bottom { grid-template-columns: 1fr; }
  .pricing-hero-bottom span { text-align: left; }
  .pricing-group,
  .pricing-terms { grid-template-columns: 1fr; gap: 42px; }
  .pricing-group-head h2,
  .pricing-terms h2 { max-width: none; }
  .pricing-terms > p { margin-top: 0; }
}
@media (max-width: 680px) {
  .pricing-hero {
    min-height: auto;
    padding-top: 128px;
    padding-bottom: 48px;
  }
  .pricing-hero h1 {
    margin: 12px 0 30px;
    font-size: clamp(54px, 16vw, 72px);
    line-height: .8;
    letter-spacing: -.025em;
  }
  html[lang="ru"] .pricing-hero h1 { font-size: clamp(42px, 12.2vw, 54px); }
  .pricing-hero-bottom { gap: 22px; }
  .pricing-hero-bottom p { font-size: 18px; }
  .pricing-hero-bottom span { white-space: normal; }
  .pricing-group { gap: 30px; }
  .pricing-group-head h2 {
    margin-top: 16px;
    font-size: clamp(41px, 12vw, 54px);
    line-height: .87;
    letter-spacing: -.025em;
  }
  html[lang="ru"] .pricing-group-head h2 { font-size: clamp(35px, 10vw, 45px); }
  .pricing-item {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 0 29px;
  }
  .pricing-item h3 { font-size: 22px; }
  .pricing-item-copy p { font-size: 14px; }
  .pricing-price {
    min-width: 0;
    align-items: flex-start;
    text-align: left;
  }
  .pricing-price strong { font-size: 34px; }
  .pricing-terms { gap: 28px; }
  .pricing-terms h2 {
    font-size: clamp(39px, 11vw, 50px);
    line-height: .88;
    letter-spacing: -.025em;
  }
  html[lang="ru"] .pricing-terms h2 { font-size: clamp(34px, 9.8vw, 43px); }
  .pricing-terms > p { font-size: 16px; }
  .pricing-cta { min-height: 680px; }
  .pricing-cta h2 {
    font-size: clamp(42px, 12vw, 56px);
    line-height: .86;
    letter-spacing: -.025em;
  }
  html[lang="ru"] .pricing-cta h2 { font-size: clamp(36px, 10.4vw, 47px); }
}

/* Language-specific display sizing for long Pricing translations. */
html[lang="ru"] .pricing-hero h1 {
  font-size: clamp(72px, 13.5vw, 210px);
}
html[lang="ru"] .pricing-group-head h2 {
  font-size: clamp(46px, 5.7vw, 88px);
}
@media (max-width: 680px) {
  html[lang="ru"] .pricing-hero h1 { font-size: clamp(42px, 12.2vw, 54px); }
  html[lang="ru"] .pricing-group-head h2 { font-size: clamp(35px, 10vw, 45px); }
}


/* v19 — new projects, multi-reel layout and legal notes */
.project-film-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 84px);
  align-items: start;
}
.project-film-grid--shorts {
  max-width: 1320px;
  margin: 0 auto;
}
.project-film-grid--shorts .project-video-card,
.project-film-grid--shorts .project-video-card--short {
  width: 100%;
  max-width: 590px;
  margin: 0 auto;
}
.project-card--guides .project-card-media img,
.project-guides .project-detail-media img { object-position: center 38%; }
.project-card--pvx .project-card-media img,
.project-pvx .project-detail-media img { object-position: center; }
.video-privacy-note a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.pricing-vat-note {
  display: block;
  margin-top: 24px;
  font-weight: 700;
}
@media (max-width: 980px) {
  .project-film-grid { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .project-film-grid { gap: 42px; }
  .project-card--guides .project-card-copy h2 { font-size: clamp(31px, 9vw, 42px); }
  .project-guides .project-detail-copy h1 { font-size: clamp(32px, 9.2vw, 43px); }
  .video-privacy-note {
    max-width: calc(100% - 20px);
    line-height: 1.35;
  }
}


/* v30 — two landscape films in ITCareerHub */
.project-film-grid--landscape .project-video-card {
  width: 100%;
  max-width: none;
  margin: 0;
}
.project-film-grid--landscape .project-video-card .video-frame {
  min-height: 0;
  aspect-ratio: 16 / 9;
}


/* === Lightbox gallery navigation === */
.lightbox-nav {
  position: fixed;
  z-index: 2;
  top: 50%;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 50%;
  background: rgba(0,0,0,.18);
  color: #fff;
  font: inherit;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.lightbox-nav span { display: block; margin-top: -3px; font-size: 38px; font-weight: 300; line-height: 1; }
.lightbox-prev { left: clamp(12px, 2.2vw, 34px); }
.lightbox-next { right: clamp(12px, 2.2vw, 34px); }
.lightbox-nav:hover,
.lightbox-nav:focus-visible { background: #fff; color: var(--ink); border-color: #fff; }
.lightbox-nav:active { transform: translateY(-50%) scale(.95); }
.lightbox-nav[hidden] { display: none !important; }
.lightbox-counter {
  position: fixed;
  z-index: 2;
  top: 33px;
  left: 50%;
  color: rgba(255,255,255,.78);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1;
  transform: translateX(-50%);
  pointer-events: none;
}
.lightbox-counter[hidden] { display: none !important; }

@media (max-width: 700px) {
  .lightbox figure { padding: 58px 12px 54px; }
  .lightbox-nav { width: 42px; height: 42px; background: rgba(0,0,0,.28); }
  .lightbox-nav span { font-size: 32px; }
  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }
  .lightbox-counter { top: 34px; }
  .lightbox figcaption { left: 16px; right: 16px; bottom: 18px; }
}
