﻿@import "tailwindcss";

@font-face { font-family: "Peyda"; font-style: normal; font-weight: 100; font-display: swap; src: url("../fonts/peyda/Peyda-Thin.ttf") format("truetype"); }
@font-face { font-family: "Peyda"; font-style: normal; font-weight: 200; font-display: swap; src: url("../fonts/peyda/peyda-extralight.ttf") format("truetype"); }
@font-face { font-family: "Peyda"; font-style: normal; font-weight: 300; font-display: swap; src: url("../fonts/peyda/peyda-light.ttf") format("truetype"); }
@font-face { font-family: "Peyda"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/peyda/Peyda-Regular.ttf") format("truetype"); }
@font-face { font-family: "Peyda"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/peyda/Peyda-Medium.ttf") format("truetype"); }
@font-face { font-family: "Peyda"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/peyda/Peyda-SemiBold.ttf") format("truetype"); }
@font-face { font-family: "Peyda"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/peyda/Peyda-Bold.ttf") format("truetype"); }
@font-face { font-family: "Peyda"; font-style: normal; font-weight: 800; font-display: swap; src: url("../fonts/peyda/Peyda-ExtraBold.ttf") format("truetype"); }
@font-face { font-family: "Peyda"; font-style: normal; font-weight: 900; font-display: swap; src: url("../fonts/peyda/Peyda-Black.ttf") format("truetype"); }

:root {
  --paper: #f1efe8;
  --paper-deep: #e6e2d8;
  --ink: #11110f;
  --muted: #78766f;
  --blue: #05355b;
  --blue-soft: #79a9cc;
  --line: rgba(17, 17, 15, 0.22);
  --section-x: clamp(1.1rem, 3vw, 3.5rem);
  --display: "Segoe UI Variable Display", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --body: "Segoe UI Variable Text", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --cursor-x: -100px;
  --cursor-y: -100px;
  --hero-x: 0px;
  --hero-y: 0px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.is-fa,
.site-shell[dir="rtl"],
.project-page[dir="rtl"] {
  --display: "Peyda", "Tahoma", Arial, sans-serif;
  --body: "Peyda", "Tahoma", Arial, sans-serif;
}

.site-shell[dir="rtl"],
.project-page[dir="rtl"] {
  font-family: var(--body);
}

::selection {
  background: var(--blue);
  color: white;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  color: inherit;
  font: inherit;
}

button {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 4px;
}

.site-shell,
.project-page {
  min-height: 100vh;
}

.section-pad {
  padding-inline: var(--section-x);
}

.dark-section {
  background: var(--ink);
  color: var(--paper);
}

.eyebrow {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.9s cubic-bezier(0.2, 0.75, 0.2, 1), transform 0.9s cubic-bezier(0.2, 0.75, 0.2, 1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.site-nav {
  align-items: center;
  color: var(--paper);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 5rem;
  inset: 0 0 auto;
  padding: 0 var(--section-x);
  position: fixed;
  transition: background 0.35s ease, color 0.35s ease, height 0.35s ease;
  z-index: 50;
}

.site-nav.is-scrolled {
  backdrop-filter: blur(14px);
  background: rgba(241, 239, 232, 0.88);
  color: var(--ink);
  height: 4.3rem;
}

.brand-home-link {
  display: block;
  justify-self: start;
  line-height: 0;
}

.brand-logo {
  display: block;
  line-height: 0;
  overflow: hidden;
}

.brand-logo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.brand-logo-blue {
  background: var(--blue);
}

.brand-logo-wordmark-dark,
.brand-logo-wordmark-light {
  background: transparent;
}

.brand-logo-wordmark-dark img {
  filter: brightness(0);
}

.brand-logo-wordmark-light img {
  filter: brightness(0) invert(1);
}

.nav-brand-logo {
  aspect-ratio: 4.65 / 1;
  width: clamp(6.4rem, 7.2vw, 8rem);
}

.mobile-brand-logo {
  aspect-ratio: 4.65 / 1;
  width: 7.6rem;
}

.desktop-nav {
  display: flex;
  gap: clamp(1.4rem, 2.5vw, 3.2rem);
}

.desktop-nav a,
.language-switch,
.menu-toggle,
.project-back {
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.desktop-nav a {
  position: relative;
}

.desktop-nav a::after {
  background: currentColor;
  content: "";
  height: 1px;
  inset: auto auto -0.45rem 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
  width: 100%;
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
}

.nav-actions {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  justify-self: end;
}

.language-switch {
  border: 1px solid currentColor;
  min-width: 2.8rem;
  padding: 0.45rem 0.55rem;
  text-align: center;
}

.menu-toggle {
  background: transparent;
  border: 0;
  display: none;
  padding: 0;
}

.mobile-menu {
  background: var(--blue);
  color: white;
  display: flex;
  flex-direction: column;
  inset: 0;
  justify-content: space-between;
  opacity: 0;
  padding: 1.5rem var(--section-x);
  pointer-events: none;
  position: fixed;
  transform: translateY(-100%);
  transition: opacity 0.4s ease, transform 0.55s cubic-bezier(0.7, 0, 0.2, 1);
  z-index: 80;
}

.mobile-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mobile-menu-top,
.mobile-menu-foot {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.mobile-menu-top button {
  background: transparent;
  border: 0;
  color: inherit;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mobile-menu nav {
  display: grid;
}

.mobile-menu nav a {
  align-items: baseline;
  border-bottom: 1px solid rgba(255,255,255,0.38);
  display: flex;
  font-family: var(--display);
  font-size: clamp(2.8rem, 10vw, 5rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1.05;
  padding: 0.2em 0;
}

.mobile-menu nav a span {
  font-family: var(--body);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  margin-inline-end: 1rem;
}

.mobile-menu-foot {
  font-size: 0.72rem;
}

.hero {
  background: var(--blue);
  color: var(--paper);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100svh;
  overflow: hidden;
  padding: 7.5rem var(--section-x) 2.1rem;
  position: relative;
}

.hero::before {
  background-image: linear-gradient(rgba(255,255,255,0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.055) 1px, transparent 1px);
  background-size: 12.5vw 12.5vw;
  content: "";
  inset: 0;
  mask-image: linear-gradient(to bottom, transparent 0%, black 35%, transparent 100%);
  pointer-events: none;
  position: absolute;
}

.hero-meta,
.hero-foot {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.hero-meta p,
.hero-foot p,
.scroll-cue {
  font-size: clamp(0.65rem, 0.85vw, 0.8rem);
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin: 0;
  text-transform: uppercase;
}

.hero-meta p:last-child {
  text-align: end;
}

.hero-brand-block {
  margin: auto 0;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}

.hero-brand-lockup {
  aspect-ratio: 4.65 / 1;
  transform: translate(var(--hero-x), var(--hero-y));
  transition: transform 0.25s ease-out;
  width: 100%;
}

.hero-brand-lockup img {
  animation: brandReveal 1.1s cubic-bezier(0.2, 0.75, 0.2, 1) both;
}

.hero-slogan {
  border-top: 1px solid rgba(255,255,255,0.45);
  display: flex;
  font-family: var(--display);
  font-size: clamp(1.4rem, 3.1vw, 3.8rem);
  font-weight: 600;
  justify-content: space-between;
  letter-spacing: -0.045em;
  line-height: 1;
  margin-top: 1.2rem;
  padding-top: 0.65rem;
}

.is-fa .hero-slogan {
  font-size: clamp(1.25rem, 2.7vw, 3.3rem);
  letter-spacing: -0.035em;
}

.hero-foot > p {
  max-width: 26rem;
}

.scroll-cue {
  align-items: center;
  display: flex;
  gap: 0.7rem;
}

.scroll-cue span {
  animation: float 1.8s ease-in-out infinite;
  color: var(--paper);
  font-size: 1rem;
}

.hero-orbit {
  align-items: center;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  display: flex;
  height: clamp(5rem, 9vw, 9rem);
  inset: 50% 50% auto auto;
  justify-content: center;
  position: absolute;
  transform: translate(50%, -42%);
  width: clamp(5rem, 9vw, 9rem);
  z-index: 1;
}

.hero-orbit span:first-child {
  font-size: 0.62rem;
  font-weight: 800;
}

.hero-orbit span:last-child {
  animation: spin 16s linear infinite;
  font-size: 0.45rem;
  inset: -1rem;
  letter-spacing: 0.2em;
  position: absolute;
}

.partner-ticker {
  align-items: stretch;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: clamp(10rem, 18vw, 15rem) minmax(0, 1fr);
  height: 7.4rem;
  overflow: hidden;
}

.partner-ticker-label {
  align-items: center;
  border-inline-end: 1px solid var(--line);
  color: var(--blue);
  display: flex;
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  padding-inline: var(--section-x);
  text-transform: uppercase;
  white-space: nowrap;
}

.partner-ticker-window {
  align-items: center;
  direction: ltr;
  display: flex;
  min-width: 0;
  overflow: hidden;
}

.partner-ticker-track {
  animation: tickerRight 84s linear infinite;
  display: flex;
  direction: ltr;
  flex: none;
  width: max-content;
  will-change: transform;
}

.partner-ticker-window:hover .partner-ticker-track {
  animation-play-state: paused;
}

.partner-ticker-group {
  align-items: center;
  display: flex;
  flex: none;
  gap: clamp(0.8rem, 1.4vw, 1.4rem);
  padding-inline: clamp(0.5rem, 0.9vw, 0.9rem);
}

.partner-logo-art {
  display: block;
  flex: none;
  font-size: 1rem;
  height: 5.4em;
  width: 9.5em;
}

.partner-mark {
  align-items: center;
  display: inline-flex;
  font-family: var(--display);
  font-size: clamp(0.85rem, 1.2vw, 1.15rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  opacity: 0.72;
  white-space: nowrap;
}

.partner-mark::before {
  background: var(--blue);
  border-radius: 50%;
  content: "";
  height: 0.28rem;
  margin-inline-end: 0.75rem;
  width: 0.28rem;
}

@keyframes tickerRight {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

@keyframes brandReveal {
  from { clip-path: inset(0 100% 0 0); opacity: 0; }
  to { clip-path: inset(0 0 0 0); opacity: 1; }
}

.site-shell[dir="ltr"] :is(
  .hero-slogan,
  .intro h2,
  .section-heading h2,
  .clients h2,
  .project-info a,
  .services-list button strong,
  .team-heading h2,
  .team-card-meta strong,
  .studio-copy h2,
  .facts-grid strong,
  .contact-section > h2,
  .contact-email,
  .contact-form h3
) {
  font-weight: 300;
}

.site-shell[dir="ltr"] :is(
  .desktop-nav a,
  .language-switch,
  .menu-toggle,
  .mobile-menu nav a,
  .eyebrow
) {
  font-weight: 500;
}

.project-page[dir="ltr"] :is(
  .case-hero h1,
  .case-lead,
  .case-chapter h2,
  .case-approach h2,
  .next-project strong
) {
  font-weight: 300;
}

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes float { 50% { transform: translateY(5px); } }

.intro {
  padding-bottom: clamp(8rem, 14vw, 15rem);
  padding-top: clamp(8rem, 14vw, 15rem);
}

.intro h2 {
  font-family: var(--display);
  font-size: clamp(2.8rem, 7.7vw, 8.6rem);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.96;
  margin: 3rem 0 6rem auto;
  max-width: 14ch;
}

.is-fa .intro h2 {
  letter-spacing: -0.055em;
  line-height: 1.25;
  margin-left: 0;
  margin-right: auto;
}

.intro-rule {
  border-top: 1px solid var(--line);
  display: flex;
  font-size: 0.6rem;
  justify-content: space-between;
  letter-spacing: 0.14em;
  padding-top: 0.8rem;
}

.work {
  padding-bottom: clamp(8rem, 13vw, 13rem);
  padding-top: 7rem;
}

.section-heading {
  align-items: end;
  border-top: 1px solid rgba(128,128,128,0.45);
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.5fr 1fr;
  padding: 1rem 0 clamp(5rem, 9vw, 9rem);
}

.section-heading h2,
.clients h2 {
  font-family: var(--display);
  font-size: clamp(3.5rem, 9vw, 9.5rem);
  font-weight: 700;
  letter-spacing: -0.075em;
  line-height: 0.8;
  margin: 2rem 0 0;
  text-transform: uppercase;
}

.section-heading > p {
  font-size: clamp(1rem, 1.35vw, 1.35rem);
  line-height: 1.45;
  margin: 0;
  max-width: 31rem;
}

.projects {
  display: grid;
  gap: clamp(7rem, 14vw, 15rem) 4vw;
  grid-template-columns: repeat(12, 1fr);
}

.project {
  min-width: 0;
}

.project-1 { grid-column: 1 / 12; }
.project-2 { grid-column: 7 / 13; }
.project-3 { grid-column: 1 / 7; }
.project-4 { grid-column: 3 / 11; }

.project-image-wrap {
  background: #252523;
  display: block;
  overflow: hidden;
  position: relative;
}

.project-1 .project-image-wrap { aspect-ratio: 16 / 8.8; }
.project-2 .project-image-wrap { aspect-ratio: 4 / 5.2; }
.project-3 .project-image-wrap { aspect-ratio: 5 / 6; }
.project-4 .project-image-wrap { aspect-ratio: 16 / 10; }

.project-image-wrap img {
  height: 100%;
  object-fit: cover;
  transition: filter 0.6s ease, transform 0.9s cubic-bezier(0.2, 0.7, 0.2, 1);
  width: 100%;
}

.project-image-wrap:hover img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.035);
}

.project-index {
  background: var(--paper);
  color: var(--ink);
  font-size: 0.62rem;
  inset: 0.8rem 0.8rem auto auto;
  padding: 0.5rem 0.62rem;
  position: absolute;
}

[dir="rtl"] .project-index {
  inset: 0.8rem auto auto 0.8rem;
}

.project-info {
  align-items: start;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  display: grid;
  gap: 1rem;
  grid-template-columns: 1.4fr 1fr auto;
  padding: 1rem 0;
}

.project-info a {
  font-family: var(--display);
  font-size: clamp(1.6rem, 3vw, 3.5rem);
  font-weight: 700;
  letter-spacing: -0.055em;
}

.project-info p,
.project-info span {
  font-size: 0.68rem;
  letter-spacing: 0.07em;
  line-height: 1.4;
  margin: 0.35rem 0 0;
  text-transform: uppercase;
}

.services {
  padding-bottom: clamp(8rem, 13vw, 13rem);
  padding-top: 7rem;
}

.services-layout {
  display: grid;
  gap: 7vw;
  grid-template-columns: 1.4fr 0.8fr;
}

.services-list {
  align-self: center;
}

.services-list button {
  align-items: baseline;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  color: inherit;
  display: grid;
  gap: 1rem;
  grid-template-columns: 3rem 1fr auto;
  padding: 0.9rem 0;
  text-align: start;
  transition: color 0.25s ease, padding 0.25s ease;
  width: 100%;
}

.services-list button:first-child {
  border-top: 1px solid var(--line);
}

.services-list button span {
  font-size: 0.55rem;
}

.services-list button strong {
  font-family: var(--display);
  font-size: clamp(1.6rem, 3.2vw, 3.8rem);
  font-weight: 500;
  letter-spacing: -0.05em;
}

.services-list button i {
  font-style: normal;
  opacity: 0;
  transform: translate(-8px, 8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.services-list button:hover,
.services-list button.is-active {
  color: var(--blue);
  padding-inline: 0.6rem;
}

.services-list button:hover i,
.services-list button.is-active i {
  opacity: 1;
  transform: translate(0, 0);
}

.service-stage {
  align-self: center;
  aspect-ratio: 4 / 5.4;
  background: var(--paper-deep);
  overflow: hidden;
  position: sticky;
  top: 7rem;
}

.service-stage img {
  filter: grayscale(100%);
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: 0;
  position: absolute;
  transform: scale(1.05);
  transition: opacity 0.45s ease, transform 0.7s ease;
  width: 100%;
}

.service-stage img.is-active {
  opacity: 1;
  transform: scale(1);
}

.service-stage > span {
  background: var(--paper);
  bottom: 0;
  font-size: 0.6rem;
  left: 0;
  padding: 0.65rem 0.8rem;
  position: absolute;
  z-index: 3;
}

.team-section {
  padding-bottom: clamp(8rem, 13vw, 13rem);
  padding-top: 7rem;
}

.team-heading h2 {
  display: grid;
  font-family: var(--display);
  font-size: clamp(4rem, 11vw, 12rem);
  font-weight: 700;
  letter-spacing: -0.085em;
  line-height: 0.72;
  margin: 3rem 0;
  text-transform: uppercase;
}

.team-heading h2 span:last-child {
  color: var(--blue-soft);
  justify-self: end;
}

.team-heading > p:last-child {
  border-top: 1px solid rgba(255,255,255,0.3);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  margin: 4rem 0 5rem;
  padding-top: 1rem;
  text-transform: uppercase;
}

.team-marquee {
  direction: ltr;
  margin-inline: calc(var(--section-x) * -1);
  overflow: hidden;
  padding-bottom: 1rem;
  width: calc(100% + (var(--section-x) * 2));
}

.team-marquee-track {
  animation: tickerRight 58s linear infinite;
  display: flex;
  flex: none;
  width: max-content;
  will-change: transform;
}

.team-marquee:hover .team-marquee-track {
  animation-play-state: paused;
}

.team-marquee-group {
  display: flex;
  flex: none;
  gap: clamp(1rem, 1.8vw, 1.6rem);
  padding-inline: clamp(0.5rem, 0.9vw, 0.85rem);
}

.team-card {
  color: var(--paper);
  flex: none;
  width: clamp(15rem, 22vw, 20rem);
}

.team-card-image {
  aspect-ratio: 4 / 5;
  background: #272724;
  overflow: hidden;
}

.team-card-image img {
  filter: grayscale(100%) contrast(1.08);
  height: 100%;
  object-fit: cover;
  transition: filter 0.35s ease, transform 0.55s ease;
  width: 100%;
}

.team-card:hover .team-card-image img {
  filter: grayscale(35%) contrast(1.04);
  transform: scale(1.025);
}

.team-card-meta {
  align-items: start;
  border-bottom: 1px solid rgba(255,255,255,0.25);
  display: grid;
  gap: 0.8rem;
  grid-template-columns: 1fr;
  padding: 0.9rem 0 1rem;
}


.team-card-meta strong,
.team-card-meta small {
  display: block;
}

.team-card-meta strong {
  font-family: var(--display);
  font-size: clamp(1.25rem, 1.7vw, 1.8rem);
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1;
}

.team-card-meta small {
  color: rgba(241,239,232,0.68);
  font-size: 0.62rem;
  line-height: 1.4;
  margin-top: 0.5rem;
}

.site-shell[dir="rtl"] .team-card-meta {
  direction: rtl;
  text-align: right;
}

.studio {
  padding-bottom: clamp(8rem, 14vw, 15rem);
  padding-top: clamp(8rem, 14vw, 15rem);
}

.studio-grid {
  display: grid;
  gap: 6vw 4vw;
  grid-template-columns: 1.4fr 0.8fr;
}

.studio-image {
  overflow: hidden;
  position: relative;
}

.studio-image img {
  filter: grayscale(100%);
  height: 100%;
  object-fit: cover;
  transition: filter 0.6s ease, transform 0.9s ease;
  width: 100%;
}

.studio-image:hover img {
  filter: grayscale(0%);
  transform: scale(1.025);
}

.studio-image-main {
  aspect-ratio: 4 / 3.2;
  grid-row: span 2;
}

.studio-image-main span {
  background: var(--paper);
  bottom: 0;
  font-size: 0.55rem;
  left: 0;
  letter-spacing: 0.12em;
  padding: 0.65rem;
  position: absolute;
}

.studio-copy {
  align-self: end;
}

.studio-copy h2 {
  font-family: var(--display);
  font-size: clamp(2.8rem, 5vw, 6rem);
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 0.95;
  margin: 2.5rem 0 2rem;
}

.studio-copy > p:last-child {
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  line-height: 1.5;
  margin: 0;
  max-width: 30rem;
}

.studio-image-small {
  aspect-ratio: 16 / 9;
  justify-self: end;
  width: 72%;
}

.facts {
  border-top: 1px solid var(--line);
  padding-bottom: clamp(8rem, 12vw, 12rem);
  padding-top: 1rem;
}

.facts-top {
  display: flex;
  font-size: 0.57rem;
  justify-content: space-between;
  letter-spacing: 0.12em;
}

.facts-top p {
  margin: 0;
}

.facts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 6rem;
}

.facts-grid div {
  border-inline-start: 1px solid var(--line);
  display: grid;
  min-height: 14rem;
  padding: 0 1.4rem;
}

.facts-grid div:last-child {
  border-inline-end: 1px solid var(--line);
}

.facts-grid strong {
  font-family: var(--display);
  font-size: clamp(4rem, 8vw, 8.5rem);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.85;
}

.facts-grid span {
  align-self: end;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.clients {
  background: var(--blue);
  overflow: hidden;
  padding-bottom: clamp(8rem, 13vw, 13rem);
  padding-top: 7rem;
}

.clients h2 {
  margin-bottom: 7rem;
}

.client-logo-grid {
  border-inline-start: 1px solid rgba(255,255,255,0.24);
  border-top: 1px solid rgba(255,255,255,0.24);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.client-logo-item {
  align-items: center;
  background: var(--paper);
  border-bottom: 1px solid rgba(255,255,255,0.24);
  border-inline-end: 1px solid rgba(255,255,255,0.24);
  display: flex;
  justify-content: center;
  min-height: clamp(8rem, 11vw, 10rem);
  overflow: hidden;
  padding: 1rem;
}

.client-logo-item .partner-logo-art {
  font-size: clamp(0.72rem, 0.92vw, 1rem);
}

.contact-section {
  padding-bottom: 2rem;
  padding-top: 7rem;
}

.contact-section > h2 {
  display: grid;
  font-family: var(--display);
  font-size: clamp(4rem, 12vw, 13rem);
  font-weight: 700;
  letter-spacing: -0.09em;
  line-height: 0.7;
  margin: 5rem 0 10rem;
  text-transform: uppercase;
}

.contact-section > h2 span:nth-child(2) {
  color: var(--blue);
  justify-self: center;
}

.contact-section > h2 span:last-child {
  justify-self: end;
}

.is-fa .contact-section > h2 {
  font-size: clamp(3.1rem, 10vw, 10.5rem);
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.contact-grid {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 8vw;
  grid-template-columns: 0.9fr 1.1fr;
  padding: 2rem 0 8rem;
}

.contact-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-email {
  font-family: var(--display);
  font-size: clamp(1.4rem, 3vw, 3.5rem);
  font-weight: 600;
  letter-spacing: -0.05em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.contact-details > div {
  display: grid;
  font-size: 0.72rem;
  gap: 0.6rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form h3 {
  font-family: var(--display);
  font-size: clamp(2rem, 3vw, 3.5rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  margin: 0 0 3rem;
}

.contact-form label {
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(6rem, 0.35fr) 1fr;
  padding: 1.3rem 0;
}

.contact-form label span {
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  background: transparent;
  border: 0;
  min-width: 0;
  outline: 0;
  resize: vertical;
}

.contact-form button {
  align-items: center;
  background: var(--blue);
  border: 0;
  color: white;
  display: flex;
  font-size: 0.7rem;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.1em;
  margin-top: 2rem;
  padding: 1.2rem 1.3rem;
  text-transform: uppercase;
  transition: background 0.25s ease, color 0.25s ease;
  width: 100%;
}

.contact-form button:hover {
  background: var(--ink);
}

.form-success {
  color: var(--blue);
  font-size: 0.75rem;
  margin-top: 1rem;
}

.site-footer {
  background: var(--blue);
  padding: 8rem var(--section-x) 1.5rem;
}

.footer-main {
  align-items: end;
  display: flex;
  justify-content: space-between;
}

.footer-brand-link {
  display: block;
  flex: 1;
  line-height: 0;
  max-width: 84%;
}

.footer-brand-logo {
  aspect-ratio: 4.65 / 1;
  width: 100%;
}

.footer-main p {
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: end;
  text-transform: uppercase;
}

.footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255,255,255,0.3);
  display: grid;
  font-size: 0.58rem;
  grid-template-columns: 1fr auto auto;
  letter-spacing: 0.08em;
  margin-top: 4rem;
  padding-top: 1rem;
  text-transform: uppercase;
}

.footer-bottom div {
  display: flex;
  gap: 2rem;
}

.footer-bottom > a {
  font-size: 1rem;
  margin-inline-start: 4rem;
}

.custom-cursor {
  align-items: center;
  background: var(--blue);
  border-radius: 50%;
  color: white;
  display: flex;
  height: 12px;
  justify-content: center;
  left: var(--cursor-x);
  mix-blend-mode: difference;
  pointer-events: none;
  position: fixed;
  top: var(--cursor-y);
  transform: translate(-50%, -50%);
  transition: height 0.25s ease, width 0.25s ease;
  width: 12px;
  z-index: 100;
}

.custom-cursor span {
  font-size: 0;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}

.custom-cursor.has-label {
  height: 78px;
  mix-blend-mode: normal;
  width: 78px;
}

.custom-cursor.has-label span {
  font-size: 0.52rem;
}

/* Editorial case studies */
.project-nav {
  color: var(--ink);
}

.project-back {
  justify-self: center;
}

.project-nav > .language-switch {
  justify-self: end;
}

.case-hero {
  display: grid;
  min-height: 92svh;
  padding: 9rem var(--section-x) 3rem;
}

.case-kicker {
  align-self: start;
  border-top: 1px solid var(--line);
  display: grid;
  font-size: 0.62rem;
  grid-template-columns: 0.5fr 1fr auto;
  letter-spacing: 0.09em;
  padding-top: 0.8rem;
  text-transform: uppercase;
}

.case-hero h1 {
  align-self: end;
  font-family: var(--display);
  font-size: clamp(5rem, 18vw, 20rem);
  font-weight: 800;
  letter-spacing: -0.105em;
  line-height: 0.62;
  margin: 3rem 0;
  text-align: center;
}

.case-hero p {
  align-self: end;
  font-size: clamp(1.1rem, 1.7vw, 1.7rem);
  line-height: 1.35;
  margin: 0 0 0 auto;
  max-width: 36rem;
}

[dir="rtl"] .case-hero p {
  margin: 0 auto 0 0;
}

.case-cover {
  background: #d3d0c8;
  margin: 0;
}

.case-cover img {
  height: min(83vw, 92vh);
  object-fit: cover;
  width: 100%;
}

.case-cover figcaption {
  display: flex;
  font-size: 0.58rem;
  justify-content: space-between;
  letter-spacing: 0.09em;
  padding: 0.8rem var(--section-x);
  text-transform: uppercase;
}

.case-intro {
  display: grid;
  gap: 7vw;
  grid-template-columns: 0.7fr 1.3fr;
  padding-bottom: clamp(8rem, 14vw, 14rem);
  padding-top: clamp(8rem, 14vw, 14rem);
}

.case-data {
  align-self: start;
  border-top: 1px solid var(--line);
}

.case-data div {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 1rem;
  grid-template-columns: 0.4fr 1fr;
  padding: 1rem 0;
}

.case-data span {
  color: var(--muted);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-data strong {
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.4;
}

.case-lead {
  font-family: var(--display);
  font-size: clamp(2.6rem, 5.4vw, 6.2rem);
  letter-spacing: -0.065em;
  line-height: 0.98;
  margin: 0;
}

.case-chapter {
  display: grid;
  gap: 8vw;
  grid-template-columns: 0.5fr 1.5fr;
  padding-bottom: clamp(8rem, 13vw, 13rem);
  padding-top: clamp(8rem, 13vw, 13rem);
}

.case-chapter h2,
.case-approach h2 {
  font-family: var(--display);
  font-size: clamp(3rem, 7vw, 8rem);
  font-weight: 600;
  letter-spacing: -0.075em;
  line-height: 0.92;
  margin: 0;
  max-width: 11ch;
}

.case-chapter div > p {
  font-size: clamp(1rem, 1.4vw, 1.4rem);
  line-height: 1.5;
  margin: 4rem 0 0 auto;
  max-width: 35rem;
}

[dir="rtl"] .case-chapter div > p {
  margin-left: auto;
  margin-right: 0;
}

.case-gallery-one {
  padding: clamp(4rem, 8vw, 9rem) var(--section-x);
  position: relative;
}

.case-gallery-one img {
  height: min(70vw, 82vh);
  object-fit: cover;
  width: 100%;
}

.case-gallery-one span {
  display: block;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  margin-top: 0.7rem;
}

.case-approach {
  display: grid;
  gap: 8vw;
  grid-template-columns: 1.3fr 0.7fr;
  padding-bottom: clamp(8rem, 14vw, 14rem);
  padding-top: clamp(8rem, 14vw, 14rem);
}

.case-approach h2 {
  margin-top: 3rem;
}

.case-approach > p {
  align-self: end;
  font-size: clamp(1.1rem, 1.6vw, 1.6rem);
  line-height: 1.5;
  margin: 0;
}

.case-gallery-split {
  align-items: start;
  display: grid;
  gap: 5vw;
  grid-template-columns: 1.15fr 0.85fr;
  padding: 0 var(--section-x) clamp(8rem, 14vw, 15rem);
}

.case-gallery-split figure {
  margin: 0;
  overflow: hidden;
}

.case-gallery-split figure:first-child {
  aspect-ratio: 4 / 5;
}

.case-gallery-split figure:last-child {
  aspect-ratio: 4 / 3;
  margin-top: 12vw;
}

.case-gallery-split img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.case-direction {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 9vw;
  grid-template-columns: 1fr 1fr;
  padding-bottom: clamp(8rem, 14vw, 15rem);
  padding-top: 1rem;
}

.case-direction > div {
  display: grid;
  gap: 5rem;
  grid-template-columns: 0.35fr 1fr;
}

.case-direction > div > p:last-child {
  font-family: var(--display);
  font-size: clamp(1.8rem, 3vw, 3.5rem);
  letter-spacing: -0.055em;
  line-height: 1.05;
  margin: 0;
}

.case-brand-system {
  background: #f3f0e9;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  padding-bottom: clamp(6rem, 10vw, 10rem);
  padding-top: clamp(6rem, 10vw, 10rem);
}

.case-brand-heading,
.case-media-heading {
  display: grid;
  gap: 6vw;
  grid-template-columns: 0.45fr 1.55fr;
  margin-bottom: clamp(4rem, 7vw, 7rem);
}

.case-brand-heading h2,
.case-media-heading h2 {
  font-family: var(--display);
  font-size: clamp(3rem, 6.5vw, 7rem);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.92;
  margin: 0;
  max-width: 12ch;
}

.case-brand-grid {
  display: grid;
  gap: clamp(0.8rem, 1.5vw, 1.5rem);
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.case-brand-card {
  align-items: center;
  background: white;
  display: flex;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  padding: clamp(1.5rem, 4vw, 4rem);
}

.case-brand-card.is-wide {
  aspect-ratio: 6 / 1;
  grid-column: 1 / -1;
}

.case-brand-card.is-square {
  aspect-ratio: 1;
  grid-column: span 6;
  padding: 0;
}

.case-brand-card img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.case-brand-card.is-square img {
  object-fit: cover;
}

.case-media {
  background: #11100e;
  color: var(--paper);
  padding-bottom: clamp(7rem, 12vw, 12rem);
  padding-top: clamp(7rem, 12vw, 12rem);
}

.case-media-grid {
  display: grid;
  gap: clamp(1rem, 1.7vw, 1.8rem);
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.case-media-item {
  grid-column: span 4;
  margin: 0;
  min-width: 0;
}

.case-media-item.is-landscape {
  grid-column: span 8;
}

.case-media-item.is-wide {
  grid-column: 1 / -1;
}

.case-media-item.is-video {
  grid-column: span 3;
}

.case-media-item img,
.case-media-item video {
  aspect-ratio: 4 / 5;
  background: #dad7d1;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.case-media-item.is-video video,
.case-media-item.is-tall img {
  aspect-ratio: 9 / 16;
}

.case-media-item.is-tall img {
  object-fit: contain;
}

.case-media-item.is-landscape img {
  aspect-ratio: 3 / 2;
}

.case-media-item.is-wide img {
  aspect-ratio: 16 / 9;
}

.case-media-item figcaption {
  border-top: 1px solid rgba(255,255,255,0.28);
  display: flex;
  font-size: 0.58rem;
  gap: 1rem;
  justify-content: space-between;
  letter-spacing: 0.06em;
  line-height: 1.4;
  padding-top: 0.7rem;
  text-transform: uppercase;
}

.case-stories {
  background: var(--paper);
}

.case-story-section {
  border-top: 1px solid var(--line);
  padding-bottom: clamp(7rem, 12vw, 12rem);
  padding-top: clamp(7rem, 12vw, 12rem);
}

.case-story-section.is-paper {
  background: #f3f0e9;
  color: var(--ink);
}

.case-story-section.is-dark {
  background: #11100e;
  color: var(--paper);
}

.case-story-section.is-orange {
  background: var(--project-accent);
  color: white;
}

.case-story-heading {
  display: grid;
  gap: 6vw;
  grid-template-columns: 0.45fr 1.55fr;
  margin-bottom: clamp(4rem, 7vw, 7rem);
}

.case-story-heading h2 {
  font-family: var(--display);
  font-size: clamp(3rem, 6.2vw, 6.8rem);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.92;
  margin: 0;
  max-width: 13ch;
}

.case-story-heading div > p {
  font-size: clamp(1rem, 1.45vw, 1.35rem);
  line-height: 1.65;
  margin: clamp(2rem, 4vw, 4rem) 0 0;
  max-width: 58ch;
}

[dir="rtl"] .case-story-heading div > p {
  line-height: 1.9;
}

.case-story-section.is-paper .case-media-item figcaption {
  border-color: rgba(17,16,14,0.28);
}

.case-story-section.is-orange .case-media-item figcaption {
  border-color: rgba(255,255,255,0.48);
}

.case-story-section.is-identity .case-media-item {
  grid-column: span 6;
}

.case-story-section.is-identity .case-media-item img {
  background: #e9e5dc;
  object-fit: contain;
}

.case-story-section.is-production .case-media-item {
  grid-column: span 4;
}

.next-project {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: 0.4fr 1fr auto;
  padding: clamp(6rem, 10vw, 11rem) var(--section-x);
}

.next-project > span {
  font-size: 0.67rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.next-project > span:last-child {
  font-size: 2rem;
}

.next-project strong {
  font-family: var(--display);
  font-size: clamp(4rem, 11vw, 12rem);
  font-weight: 700;
  letter-spacing: -0.09em;
  line-height: 0.75;
}

.case-footer {
  align-items: center;
  display: grid;
  font-size: 0.68rem;
  grid-template-columns: 1fr auto 1fr;
  padding: 2rem var(--section-x);
}

.case-footer > a:last-child {
  font-size: 1.2rem;
  justify-self: end;
}

@media (pointer: coarse), (max-width: 900px) {
  .custom-cursor { display: none; }
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .site-nav { grid-template-columns: 1fr auto; }
  .nav-actions { grid-column: 2; }
  .site-nav > .brand-home-link { grid-column: 1; grid-row: 1; }
  .hero { padding-top: 6.5rem; }
  .hero-orbit { display: none; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading > p { justify-self: end; width: 70%; }
  .services-layout { grid-template-columns: 1fr; }
  .service-stage { display: none; }
  .studio-grid { grid-template-columns: 1fr; }
  .studio-image-main { grid-row: auto; }
  .studio-image-small { width: 60%; }
  .facts-grid { grid-template-columns: repeat(2, 1fr); }
  .facts-grid div { border-bottom: 1px solid var(--line); min-height: 12rem; }
  .facts-grid div:nth-child(2) { border-inline-end: 1px solid var(--line); }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-details { gap: 5rem; }
  .project-nav { grid-template-columns: 1fr auto 1fr; }
  .project-back { font-size: 0; }
  .project-back::after { content: "←"; font-size: 1rem; }
  .case-intro,
  .case-chapter,
  .case-approach { grid-template-columns: 1fr; }
  .case-data { width: 68%; }
  .case-chapter div > p { margin-top: 3rem; }
  .case-direction { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  :root { --section-x: 1rem; }
  .site-nav { height: 4.3rem; }
  .language-switch { border: 0; min-width: 0; padding: 0; }
  .nav-actions { gap: 1.1rem; }
  .hero { min-height: 94svh; padding-bottom: 1rem; }
  .hero::before { background-size: 25vw 25vw; }
  .hero-meta p:last-child { display: none; }
  .hero-brand-lockup { aspect-ratio: 4.35 / 1; }
  .hero-slogan { font-size: clamp(1rem, 5.8vw, 2rem); margin-top: 0.8rem; }
  .hero-foot { align-items: end; }
  .hero-foot > p { max-width: 15rem; width: 65%; }
  .partner-ticker { grid-template-columns: 6.5rem minmax(0, 1fr); height: 5.8rem; }
  .partner-ticker-label { font-size: 0.46rem; padding-inline: 0.75rem; }
  .partner-ticker-group { gap: 0.55rem; padding-inline: 0.35rem; }
  .partner-logo-art { font-size: 0.78rem; }
  .scroll-cue { font-size: 0; }
  .scroll-cue span { font-size: 1.2rem; }
  .intro h2 { font-size: clamp(2.7rem, 12vw, 4.5rem); margin: 2.5rem 0 4rem; max-width: none; }
  .section-heading { padding-bottom: 4rem; }
  .section-heading h2,
  .clients h2 { font-size: clamp(3rem, 16vw, 5.6rem); line-height: 0.86; }
  .section-heading > p { justify-self: start; width: 100%; }
  .work,
  .services,
  .team-section,
  .clients,
  .contact-section { padding-top: 5rem; }
  .projects { display: block; }
  .project { margin-bottom: 7rem; }
  .project-1 .project-image-wrap,
  .project-2 .project-image-wrap,
  .project-3 .project-image-wrap,
  .project-4 .project-image-wrap { aspect-ratio: 4 / 5; }
  .project-info { grid-template-columns: 1fr auto; }
  .project-info p { grid-column: 1 / 3; grid-row: 2; }
  .project-info span { grid-column: 2; grid-row: 1; }
  .project-info a { font-size: 2rem; }
  .services-list button { grid-template-columns: 2rem 1fr auto; padding: 0.8rem 0; }
  .services-list button strong { font-size: clamp(1.7rem, 8vw, 2.5rem); }
  .team-heading h2 { font-size: clamp(3.5rem, 17vw, 6rem); line-height: 0.8; }
  .team-heading > p:last-child { margin: 3rem 0; }
  .team-marquee-group { gap: 0.8rem; padding-inline: 0.4rem; }
  .team-card { width: 15rem; }
  .studio-grid { gap: 4rem; }
  .studio-copy { grid-row: 1; }
  .studio-image-main { aspect-ratio: 4 / 5; }
  .studio-image-small { justify-self: start; width: 72%; }
  .facts-grid { margin-top: 4rem; }
  .facts-grid div { min-height: 9rem; padding: 0 0.7rem; }
  .facts-grid strong { font-size: clamp(3.3rem, 16vw, 5rem); }
  .client-logo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .client-logo-item { min-height: 7.5rem; padding: 0.7rem; }
  .client-logo-item .partner-logo-art { font-size: 0.68rem; }
  .contact-section > h2 { font-size: clamp(2.8rem, 14vw, 5.8rem); line-height: 0.8; margin: 4rem 0 7rem; }
  .contact-form label { grid-template-columns: 1fr; gap: 1rem; }
  .footer-main { align-items: start; display: grid; gap: 3rem; }
  .footer-brand-link { max-width: 100%; }
  .footer-main p { text-align: start; }
  .footer-bottom { align-items: start; gap: 2rem; grid-template-columns: 1fr auto; }
  .footer-bottom div { gap: 1rem; grid-column: 1 / 3; grid-row: 1; }
  .footer-bottom > a { grid-column: 2; grid-row: 2; margin: 0; }
  .case-hero { min-height: 78svh; padding-top: 6.5rem; }
  .case-kicker { gap: 1rem; grid-template-columns: auto 1fr auto; }
  .case-hero h1 { font-size: clamp(4.3rem, 22vw, 7rem); line-height: 0.75; }
  .case-hero p { font-size: 1rem; max-width: 21rem; }
  .case-cover img { height: 125vw; }
  .case-intro { gap: 5rem; }
  .case-data { width: 100%; }
  .case-lead { font-size: clamp(2.5rem, 12vw, 4.2rem); }
  .case-chapter h2,
  .case-approach h2 { font-size: clamp(2.8rem, 13vw, 4.5rem); }
  .case-gallery-one img { height: 125vw; }
  .case-gallery-split { grid-template-columns: 1fr; }
  .case-gallery-split figure:last-child { margin: 0 0 0 auto; width: 75%; }
  [dir="rtl"] .case-gallery-split figure:last-child { margin: 0 auto 0 0; }
  .case-direction > div { gap: 2rem; grid-template-columns: 1fr; }
  .case-brand-heading,
  .case-media-heading { grid-template-columns: 1fr; }
  .case-brand-card.is-wide { aspect-ratio: 4.5 / 1; padding: 1.2rem; }
  .case-media-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .case-media-item,
  .case-media-item.is-video,
  .case-media-item.is-tall { grid-column: span 1; }
  .case-media-item.is-landscape,
  .case-media-item.is-wide { grid-column: 1 / -1; }
  .case-media-item figcaption { display: grid; }
  .case-story-heading { grid-template-columns: 1fr; }
  .case-story-heading h2 { max-width: 15ch; }
  .case-story-heading div > p { margin-top: 1.8rem; }
  .case-story-section.is-identity .case-media-item,
  .case-story-section.is-production .case-media-item { grid-column: 1 / -1; }
  .case-story-section.is-identity .case-media-item img { aspect-ratio: auto; max-height: 90vh; }
  .case-story-section { padding-bottom: 6rem; padding-top: 6rem; }
  .next-project { grid-template-columns: 1fr auto; }
  .next-project strong { font-size: clamp(3.8rem, 18vw, 6rem); grid-column: 1 / 3; }
  .next-project > span:last-child { grid-column: 2; grid-row: 1; }
  .case-footer { grid-template-columns: 1fr auto; }
  .case-footer > a:nth-child(2) { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .partner-ticker-track,
  .team-marquee-track { animation: none; transform: none; }
}

/* Persian typography: deliberately light, quiet and editorial. */
.site-shell[dir="rtl"] :is(
  .hero-slogan,
  .intro h2,
  .section-heading h2,
  .clients h2,
  .project-info a,
  .services-list button strong,
  .team-heading h2,
  .team-card-meta strong,
  .studio-copy h2,
  .facts-grid strong,
  .contact-section > h2,
  .contact-email,
  .contact-form h3
) {
  font-weight: 300;
}

.site-shell[dir="rtl"] :is(
  .desktop-nav a,
  .language-switch,
  .menu-toggle,
  .mobile-menu nav a,
  .eyebrow
) {
  font-weight: 400;
}

.project-page[dir="rtl"] :is(
  .case-hero h1,
  .case-lead,
  .case-chapter h2,
  .case-approach h2,
  .next-project strong
) {
  font-weight: 300;
}

/* About / proposal experience */
.proposal-page {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-weight: 300;
  min-height: 100vh;
  scroll-snap-type: y proximity;
}

.proposal-page[dir="rtl"] {
  --display: "Peyda", "Tahoma", Arial, sans-serif;
  --body: "Peyda", "Tahoma", Arial, sans-serif;
  font-family: var(--body);
}

.proposal-topbar {
  align-items: center;
  background: rgba(5, 53, 91, 0.96);
  color: var(--paper);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 4.4rem;
  inset: 0 0 auto;
  padding-inline: var(--section-x);
  position: fixed;
  z-index: 120;
}

.proposal-topbar > a {
  justify-self: start;
  line-height: 0;
}

.proposal-topbar > span,
.proposal-topbar > div {
  font-size: 0.55rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.proposal-topbar > div {
  display: flex;
  gap: 1.4rem;
  justify-self: end;
}

.proposal-nav-logo {
  aspect-ratio: 4.65 / 1;
  width: 7rem;
}

.proposal-rail {
  background: rgba(241, 239, 232, 0.92);
  border: 1px solid var(--line);
  display: grid;
  gap: 0.12rem;
  inset: 50% 0.7rem auto auto;
  padding: 0.3rem;
  position: fixed;
  transform: translateY(-50%);
  z-index: 110;
}

.proposal-page[dir="rtl"] .proposal-rail {
  inset: 50% auto auto 0.7rem;
}

.proposal-rail a {
  align-items: center;
  display: flex;
  font-size: 0.48rem;
  height: 1.7rem;
  justify-content: center;
  transition: background 0.2s ease, color 0.2s ease;
  width: 1.7rem;
}

.proposal-rail a:hover,
.proposal-rail a:focus-visible {
  background: var(--blue);
  color: white;
}

.proposal-slide {
  align-content: center;
  min-height: 100svh;
  overflow: hidden;
  padding-bottom: clamp(4rem, 7vw, 8rem);
  padding-top: clamp(7rem, 9vw, 10rem);
  position: relative;
  scroll-margin-top: 4.4rem;
  scroll-snap-align: start;
}

.proposal-slide-index {
  font-size: 0.55rem;
  inset: 5.6rem var(--section-x) auto auto;
  letter-spacing: 0.13em;
  position: absolute;
  z-index: 2;
}

.proposal-page[dir="rtl"] .proposal-slide-index {
  inset: 5.6rem auto auto var(--section-x);
}

.proposal-cover {
  align-items: center;
  background: var(--blue);
  color: var(--paper);
  display: grid;
  gap: 6vw;
  grid-template-columns: 1.25fr 0.75fr;
  padding-inline: var(--section-x);
}

.proposal-cover-copy p,
.proposal-cover-note {
  font-size: 0.63rem;
  letter-spacing: 0.14em;
  margin: 0;
  text-transform: uppercase;
}

.proposal-cover-copy h1 {
  font-family: var(--display);
  font-size: clamp(6rem, 16vw, 17rem);
  font-weight: 300;
  letter-spacing: -0.1em;
  line-height: 0.65;
  margin: 3rem 0 0;
}

.proposal-page[dir="rtl"] .proposal-cover-copy h1 {
  font-size: clamp(5rem, 13vw, 14rem);
  letter-spacing: -0.055em;
  line-height: 0.82;
}

.proposal-cover-logo {
  aspect-ratio: 4.65 / 1;
  justify-self: end;
  width: min(100%, 31rem);
}

.proposal-cover-note {
  inset: auto var(--section-x) 2rem auto;
  position: absolute;
}

.proposal-page[dir="rtl"] .proposal-cover-note {
  inset: auto auto 2rem var(--section-x);
}

.proposal-who {
  align-items: center;
  display: grid;
  gap: clamp(3rem, 7vw, 8rem);
  grid-template-columns: 0.75fr 1.25fr;
}

.proposal-who-copy h2,
.proposal-heading-row h2,
.proposal-statement h2,
.proposal-vision h2 {
  font-family: var(--display);
  font-weight: 300;
  letter-spacing: -0.06em;
}

.proposal-who-copy h2 {
  font-size: clamp(2.8rem, 5vw, 6rem);
  line-height: 0.95;
  margin: 2.6rem 0;
}

.proposal-page[dir="rtl"] .proposal-who-copy h2 {
  letter-spacing: -0.04em;
  line-height: 1.25;
}

.proposal-who-copy > p:last-child {
  font-size: clamp(1rem, 1.3vw, 1.3rem);
  line-height: 1.8;
  margin: 0;
}

.proposal-team-photo {
  background: #171716;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.proposal-team-photo img {
  aspect-ratio: 1.43 / 1;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.proposal-team-photo figcaption {
  background: rgba(17, 17, 15, 0.86);
  bottom: 0;
  color: white;
  font-size: 0.52rem;
  left: 0;
  letter-spacing: 0.12em;
  padding: 0.7rem 5.8rem 0.7rem 0.85rem;
  position: absolute;
}

.proposal-statement {
  background: var(--blue);
  color: var(--paper);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.proposal-statement h2 {
  font-size: clamp(3rem, 6.5vw, 7.5rem);
  line-height: 1;
  margin: 3rem 0 4rem;
  max-width: 15ch;
}

.proposal-page[dir="rtl"] .proposal-statement h2 {
  letter-spacing: -0.04em;
  line-height: 1.35;
  max-width: 18ch;
}

.proposal-statement > p:last-child {
  border-top: 1px solid rgba(255, 255, 255, 0.42);
  font-size: clamp(1rem, 1.45vw, 1.45rem);
  line-height: 1.75;
  margin: 0;
  max-width: 60rem;
  padding-top: 1.5rem;
}

.proposal-heading-row {
  align-items: end;
  display: grid;
  gap: 3rem;
  grid-template-columns: 0.45fr 1.55fr;
  margin-bottom: clamp(4rem, 7vw, 7rem);
}

.proposal-heading-row h2 {
  font-size: clamp(2.8rem, 5vw, 5.8rem);
  line-height: 0.98;
  margin: 0;
  max-width: 14ch;
}

.proposal-page[dir="rtl"] .proposal-heading-row h2 {
  letter-spacing: -0.035em;
  line-height: 1.25;
}

.proposal-reasons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.proposal-reasons article {
  border-bottom: 1px solid var(--line);
  border-inline-end: 1px solid var(--line);
  min-height: 16rem;
  padding: 1.6rem;
}

.proposal-reasons article:nth-child(odd) {
  border-inline-start: 1px solid var(--line);
}

.proposal-reasons article:nth-child(-n+2) {
  border-top: 1px solid var(--line);
}

.proposal-reasons span,
.proposal-service-grid article > span {
  color: var(--blue);
  font-size: 0.55rem;
  letter-spacing: 0.12em;
}

.proposal-reasons h3,
.proposal-service-grid h3,
.proposal-model-grid h3 {
  font-family: var(--display);
  font-size: clamp(1.45rem, 2.3vw, 2.7rem);
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin: 2rem 0 1.5rem;
}

.proposal-page[dir="rtl"] :is(.proposal-reasons h3, .proposal-service-grid h3, .proposal-model-grid h3) {
  letter-spacing: -0.02em;
  line-height: 1.4;
}

.proposal-reasons article p {
  font-size: 0.9rem;
  line-height: 1.75;
  margin: 0;
  max-width: 38rem;
}

.proposal-pullquote {
  background: var(--blue);
  color: white;
  font-size: clamp(1rem, 1.4vw, 1.35rem);
  line-height: 1.7;
  margin: 2rem 0 0;
  padding: 1.2rem 1.4rem;
}

.proposal-services {
  background: var(--ink);
  color: var(--paper);
}

.proposal-service-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.proposal-service-grid article {
  border-inline-start: 1px solid rgba(255, 255, 255, 0.28);
  min-height: 25rem;
  padding: 1.2rem;
}

.proposal-service-grid article:last-child {
  border-inline-end: 1px solid rgba(255, 255, 255, 0.28);
}

.proposal-service-grid article > span {
  color: var(--blue-soft);
}

.proposal-service-grid ul,
.proposal-model-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.proposal-service-grid li {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.72rem;
  line-height: 1.45;
  padding: 0.75rem 0;
}

.proposal-partners {
  background-color: var(--paper);
  background-image: linear-gradient(rgba(17,17,15,0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(17,17,15,0.045) 1px, transparent 1px);
  background-size: 4rem 4rem;
}

.proposal-logo-board {
  align-items: center;
  display: grid;
  gap: 4vw;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.proposal-logo-board img {
  height: auto;
  object-fit: contain;
  width: 100%;
}

.proposal-models {
  background: var(--blue);
  color: var(--paper);
}

.proposal-model-grid {
  display: grid;
  gap: clamp(1rem, 2.5vw, 2.5rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.proposal-model-grid article {
  background: var(--paper);
  color: var(--ink);
  min-height: 23rem;
  padding: clamp(1.5rem, 3vw, 3rem);
}

.proposal-model-grid article > p {
  font-size: 0.55rem;
  letter-spacing: 0.12em;
  margin: 0;
}

.proposal-model-grid strong {
  color: var(--blue);
  display: block;
  font-family: var(--display);
  font-size: clamp(3rem, 5vw, 5.7rem);
  font-weight: 300;
  letter-spacing: -0.07em;
  margin: 1rem 0 3rem;
}

.proposal-model-grid li {
  border-top: 1px solid var(--line);
  font-size: 0.75rem;
  padding: 0.7rem 0;
}

.proposal-timeline {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}

.proposal-timeline li {
  border-top: 2px solid var(--blue);
  min-height: 13rem;
  padding: 1.3rem 1rem;
  position: relative;
}

.proposal-timeline li::before {
  background: var(--blue);
  border-radius: 50%;
  content: "";
  height: 0.7rem;
  inset: -0.42rem auto auto 0;
  position: absolute;
  width: 0.7rem;
}

.proposal-page[dir="rtl"] .proposal-timeline li::before {
  inset: -0.42rem 0 auto auto;
}

.proposal-timeline span {
  color: var(--blue);
  font-family: var(--display);
  font-size: clamp(2.2rem, 4vw, 4.5rem);
  font-weight: 300;
}

.proposal-timeline p {
  font-size: 0.78rem;
  line-height: 1.55;
  margin: 3rem 0 0;
}

.proposal-vision {
  background: var(--blue);
  color: var(--paper);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.proposal-vision h2 {
  font-size: clamp(3.5rem, 8vw, 9rem);
  line-height: 0.92;
  margin: 3rem 0;
  max-width: 13ch;
}

.proposal-page[dir="rtl"] .proposal-vision h2 {
  letter-spacing: -0.04em;
  line-height: 1.25;
  max-width: 15ch;
}

.proposal-vision > p {
  font-size: clamp(1rem, 1.45vw, 1.45rem);
  line-height: 1.7;
  max-width: 50rem;
}

.proposal-vision-logo {
  aspect-ratio: 4.65 / 1;
  margin-top: clamp(4rem, 7vw, 8rem);
  width: min(46rem, 70%);
}

.proposal-contact-link {
  border: 1px solid rgba(255, 255, 255, 0.55);
  bottom: 2rem;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  padding: 0.9rem 1.1rem;
  position: absolute;
  right: var(--section-x);
}

.proposal-page[dir="rtl"] .proposal-contact-link {
  left: var(--section-x);
  right: auto;
}

@media (max-width: 1100px) {
  .proposal-rail { display: none; }
  .proposal-slide { min-height: auto; }
  .proposal-cover,
  .proposal-statement,
  .proposal-vision { min-height: 100svh; }
  .proposal-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .proposal-service-grid article { border-bottom: 1px solid rgba(255, 255, 255, 0.28); min-height: 18rem; }
  .proposal-service-grid article:nth-child(even) { border-inline-end: 1px solid rgba(255, 255, 255, 0.28); }
  .proposal-logo-board { grid-template-columns: 1fr; }
  .proposal-logo-board img { margin-inline: auto; max-width: 54rem; }
  .proposal-timeline { grid-template-columns: repeat(4, minmax(0, 1fr)); row-gap: 3rem; }
}

@media (min-width: 1101px) and (max-height: 950px) {
  .proposal-slide { padding-bottom: 3rem; padding-top: 6.4rem; }
  .proposal-statement h2 { font-size: clamp(2.8rem, 4.8vw, 5.6rem); margin: 2rem 0 2.4rem; }
  .proposal-statement > p:last-child { font-size: 1.05rem; line-height: 1.6; }
  .proposal-heading-row { margin-bottom: 3rem; }
  .proposal-heading-row h2 { font-size: clamp(2.6rem, 4vw, 4.5rem); }
  .proposal-reasons article { min-height: 13rem; padding: 1.2rem 1.4rem; }
  .proposal-reasons h3 { margin: 1.3rem 0 1rem; }
  .proposal-pullquote { font-size: 1rem; margin-top: 1.2rem; padding: 0.9rem 1.1rem; }
  .proposal-model-grid article { min-height: 19rem; padding: 2rem; }
  .proposal-model-grid strong { font-size: clamp(2.8rem, 4vw, 4.6rem); margin-bottom: 2rem; }
  .proposal-model-grid h3 { margin: 1.3rem 0 1rem; }
  .proposal-vision h2 { font-size: clamp(3.2rem, 5.6vw, 6.4rem); margin: 2rem 0; }
  .proposal-vision-logo { margin-top: 3rem; width: min(36rem, 55%); }
}

@media (min-width: 1101px) and (max-height: 800px) {
  .proposal-slide { padding-bottom: 2rem; padding-top: 5.7rem; }
  .proposal-slide-index { top: 5rem; }
  .proposal-statement h2 { font-size: clamp(2.5rem, 4vw, 4.5rem); margin: 1.4rem 0 1.7rem; }
  .proposal-statement > p:last-child { font-size: 0.92rem; padding-top: 1rem; }
  .proposal-heading-row { margin-bottom: 2rem; }
  .proposal-heading-row h2 { font-size: clamp(2.3rem, 3.4vw, 3.8rem); }
  .proposal-reasons article { min-height: 10.5rem; }
  .proposal-reasons h3 { font-size: clamp(1.25rem, 1.7vw, 2rem); margin: 0.9rem 0 0.7rem; }
  .proposal-reasons article p { font-size: 0.76rem; line-height: 1.55; }
  .proposal-pullquote { font-size: 0.85rem; margin-top: 0.8rem; padding: 0.7rem 1rem; }
  .proposal-service-grid article { min-height: 22rem; }
  .proposal-model-grid article { min-height: 16rem; padding: 1.4rem 1.7rem; }
  .proposal-model-grid strong { font-size: 3.3rem; margin: 0.6rem 0 1.2rem; }
  .proposal-model-grid h3 { font-size: 1.6rem; margin: 0.8rem 0 0.6rem; }
  .proposal-vision h2 { font-size: clamp(2.8rem, 4.8vw, 5.2rem); margin: 1.3rem 0; }
  .proposal-vision > p { font-size: 1rem; }
  .proposal-vision-logo { margin-top: 1.7rem; width: min(30rem, 48%); }
}

@media (max-width: 760px) {
  .proposal-topbar { grid-template-columns: 1fr auto; }
  .proposal-topbar > span { display: none; }
  .proposal-slide { padding-bottom: 5rem; padding-top: 7.5rem; }
  .proposal-slide-index { top: 5.4rem; }
  .proposal-cover { gap: 4rem; grid-template-columns: 1fr; }
  .proposal-cover-copy h1 { font-size: clamp(5rem, 24vw, 9rem); line-height: 0.7; }
  .proposal-page[dir="rtl"] .proposal-cover-copy h1 { font-size: clamp(4.4rem, 21vw, 8rem); line-height: 0.9; }
  .proposal-cover-logo { justify-self: start; width: 80%; }
  .proposal-who { grid-template-columns: 1fr; }
  .proposal-who-copy h2 { font-size: clamp(2.7rem, 12vw, 4.8rem); }
  .proposal-team-photo { grid-row: 1; margin-top: 1rem; }
  .proposal-statement h2 { font-size: clamp(2.5rem, 10vw, 4.5rem); }
  .proposal-heading-row { gap: 2rem; grid-template-columns: 1fr; margin-bottom: 3.5rem; }
  .proposal-heading-row h2 { font-size: clamp(2.5rem, 10vw, 4.4rem); }
  .proposal-reasons,
  .proposal-service-grid,
  .proposal-model-grid { grid-template-columns: 1fr; }
  .proposal-reasons article { border-inline-start: 1px solid var(--line); min-height: 0; padding: 1.5rem 1rem 2rem; }
  .proposal-reasons article:nth-child(2) { border-top: 0; }
  .proposal-service-grid article { border-inline-end: 1px solid rgba(255, 255, 255, 0.28); min-height: 0; padding: 1.5rem 1rem 2.5rem; }
  .proposal-model-grid article { min-height: 0; }
  .proposal-timeline { display: grid; grid-template-columns: 1fr; margin-inline-start: 0.35rem; row-gap: 0; }
  .proposal-timeline li { border-inline-start: 2px solid var(--blue); border-top: 0; min-height: 8rem; padding: 0 2rem 2rem; }
  .proposal-timeline li::before { inset: 0 auto auto -0.43rem; }
  .proposal-page[dir="rtl"] .proposal-timeline li::before { inset: 0 -0.43rem auto auto; }
  .proposal-timeline p { margin-top: 1rem; }
  .proposal-vision h2 { font-size: clamp(3rem, 13vw, 5.5rem); }
  .proposal-vision-logo { width: 100%; }
}

@media (max-width: 480px) {
  .proposal-topbar > div a:first-child { display: none; }
  .proposal-nav-logo { width: 6.3rem; }
  .proposal-cover-note { bottom: 1rem; font-size: 0.46rem; }
  .proposal-team-photo img { aspect-ratio: 1 / 1; }
  .proposal-logo-board { gap: 2rem; }
  .proposal-contact-link { bottom: 1rem; }
}


/* Armitaj project and English display readability */
.project-5 { grid-column: 7 / 13; }
.project-5 .project-image-wrap { aspect-ratio: 4 / 5.2; }

.site-shell[dir="ltr"] .hero-slogan { line-height: 1.08; }
.site-shell[dir="ltr"] .intro h2 { line-height: 1.04; }
.site-shell[dir="ltr"] :is(.section-heading h2, .clients h2) { line-height: 0.88; }
.site-shell[dir="ltr"] .team-heading h2 { line-height: 0.8; }
.site-shell[dir="ltr"] .studio-copy h2 { line-height: 1; }
.site-shell[dir="ltr"] .contact-section > h2 { line-height: 0.82; }
.project-page[dir="ltr"] .case-hero h1 { line-height: 0.78; }
.project-page[dir="ltr"] .case-lead { line-height: 1.06; }
.project-page[dir="ltr"] :is(.case-chapter h2, .case-approach h2) { line-height: 1; }
.project-page[dir="ltr"] :is(.case-brand-heading h2, .case-media-heading h2, .case-story-heading h2) { line-height: 1; }
.project-page[dir="ltr"] .next-project strong { line-height: 0.84; }

.project-armitaj .case-story-section.is-identity .case-media-item { grid-column: span 4; }
.project-armitaj .case-story-section.is-application .case-media-item.is-video {
  grid-column: 4 / span 6;
}

@media (max-width: 620px) {
  .project-5 .project-image-wrap { aspect-ratio: 4 / 5; }
  .project-armitaj .case-story-section.is-identity .case-media-item,
  .project-armitaj .case-story-section.is-application .case-media-item.is-video {
    grid-column: 1 / -1;
  }
}


/* About typography spacing refinement */
.proposal-topbar > span,
.proposal-topbar > div {
  line-height: 1.55;
}

.proposal-cover-copy h1 {
  line-height: 0.76;
}

.proposal-who-copy h2 {
  line-height: 1.06;
  margin: 2.8rem 0 3rem;
}

.proposal-heading-row h2 {
  line-height: 1.1;
}

.proposal-statement h2 {
  line-height: 1.12;
  margin: 3.25rem 0 4.25rem;
}

.proposal-vision h2 {
  line-height: 1.05;
  margin: 3.25rem 0 3rem;
}

.proposal-reasons h3,
.proposal-service-grid h3,
.proposal-model-grid h3 {
  line-height: 1.25;
}

.proposal-who-copy > p:last-child,
.proposal-statement > p:last-child,
.proposal-reasons article p,
.proposal-pullquote,
.proposal-vision > p {
  line-height: 1.9;
}

.proposal-service-grid li,
.proposal-model-grid li,
.proposal-timeline p {
  line-height: 1.75;
}

.proposal-page[dir="rtl"] .proposal-cover-copy h1 {
  line-height: 1.05;
}

.proposal-page[dir="rtl"] .proposal-who-copy h2,
.proposal-page[dir="rtl"] .proposal-heading-row h2,
.proposal-page[dir="rtl"] .proposal-vision h2 {
  line-height: 1.5;
}

.proposal-page[dir="rtl"] .proposal-statement h2 {
  line-height: 1.6;
}

.proposal-page[dir="rtl"] :is(.proposal-reasons h3, .proposal-service-grid h3, .proposal-model-grid h3) {
  line-height: 1.65;
}

.proposal-page[dir="rtl"] :is(
  .proposal-who-copy > p:last-child,
  .proposal-statement > p:last-child,
  .proposal-reasons article p,
  .proposal-pullquote,
  .proposal-vision > p,
  .proposal-service-grid li,
  .proposal-model-grid li,
  .proposal-timeline p
) {
  line-height: 2.05;
}

@media (max-width: 760px) {
  .proposal-cover-copy h1 { line-height: 0.82; }
  .proposal-page[dir="rtl"] .proposal-cover-copy h1 { line-height: 1.1; }
  .proposal-who-copy h2,
  .proposal-statement h2,
  .proposal-vision h2 { margin-block: 2.5rem; }
}

/* About proposal v2 — content, imagery and graphic system */
.proposal-page-v2 {
  --proposal-grid: rgba(17, 17, 15, 0.055);
}

.proposal-page-v2 .proposal-slide {
  background-image:
    linear-gradient(var(--proposal-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--proposal-grid) 1px, transparent 1px);
  background-size: 4rem 4rem;
}

.proposal-page-v2 .proposal-section-intro {
  align-items: end;
  display: grid;
  gap: clamp(2rem, 5vw, 6rem);
  grid-template-columns: minmax(9rem, 0.42fr) 1.58fr;
  margin-bottom: clamp(3.5rem, 7vw, 7rem);
}

.proposal-page-v2 .proposal-section-intro .eyebrow {
  line-height: 1.6;
  margin: 0;
}

.proposal-page-v2 .proposal-section-intro h2,
.proposal-team-v2 h2 {
  font-family: var(--display);
  font-size: clamp(3rem, 5.6vw, 6.8rem);
  font-weight: 300;
  letter-spacing: -0.06em;
  line-height: 1.08;
  margin: 0;
  max-width: 16ch;
}

.proposal-page-v2[dir="rtl"] :is(.proposal-section-intro h2, .proposal-team-v2 h2) {
  letter-spacing: -0.035em;
  line-height: 1.5;
}

.proposal-cover-v2 {
  gap: clamp(2rem, 5vw, 7rem);
  grid-template-columns: minmax(0, 0.9fr) minmax(26rem, 1.1fr);
  isolation: isolate;
}

.proposal-cover-v2::before {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  content: "";
  height: 42vw;
  inset: 50% auto auto 11%;
  max-height: 42rem;
  max-width: 42rem;
  position: absolute;
  transform: translateY(-50%);
  width: 42vw;
  z-index: -1;
}

.proposal-cover-v2 .proposal-cover-copy {
  position: relative;
  z-index: 3;
}

.proposal-cover-v2 .proposal-cover-copy h1 {
  font-size: clamp(4.2rem, 8.7vw, 10.5rem);
  letter-spacing: -0.075em;
  line-height: 0.82;
  margin: 2.2rem 0 2.8rem;
}

.proposal-page-v2[dir="rtl"] .proposal-cover-v2 .proposal-cover-copy h1 {
  font-size: clamp(4rem, 8vw, 9rem);
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.proposal-cover-intro {
  font-size: clamp(0.95rem, 1.35vw, 1.25rem) !important;
  letter-spacing: 0 !important;
  line-height: 1.8;
  max-width: 37rem;
  text-transform: none !important;
}

.proposal-page-v2[dir="rtl"] .proposal-cover-intro { line-height: 2; }

.proposal-cover-collage {
  aspect-ratio: 0.96 / 1;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
  max-height: 72vh;
  position: relative;
}

.proposal-cover-collage figure {
  border: 0.45rem solid var(--blue);
  margin: 0;
  overflow: hidden;
  position: relative;
}

.proposal-cover-collage figure::after {
  background: linear-gradient(150deg, transparent 50%, rgba(5, 53, 91, 0.28));
  content: "";
  inset: 0;
  position: absolute;
}

.proposal-cover-collage figure:nth-child(1) { grid-area: 1 / 1 / 10 / 7; transform: rotate(-2deg); z-index: 2; }
.proposal-cover-collage figure:nth-child(2) { grid-area: 4 / 6 / 13 / 13; transform: rotate(2deg); z-index: 1; }
.proposal-cover-collage figure:nth-child(3) { grid-area: 1 / 8 / 6 / 13; transform: translate(-1rem, -0.6rem); z-index: 3; }
.proposal-cover-collage img { height: 100%; object-fit: cover; width: 100%; }

.proposal-orbit {
  align-items: center;
  animation: proposal-orbit 18s linear infinite;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  display: flex;
  height: 7.5rem;
  justify-content: center;
  position: absolute;
  right: -1.2rem;
  top: 40%;
  width: 7.5rem;
  z-index: 5;
}

.proposal-orbit::before,
.proposal-orbit::after {
  background: rgba(255, 255, 255, 0.8);
  content: "";
  inset: 50% auto auto 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.proposal-orbit::before { height: 1px; width: 125%; }
.proposal-orbit::after { height: 125%; width: 1px; }
.proposal-orbit span { font-size: 0.55rem; letter-spacing: 0.16em; }
@keyframes proposal-orbit { to { transform: rotate(360deg); } }

.proposal-about-v2 { align-content: center; }
.proposal-about-grid { display: grid; gap: clamp(3rem, 8vw, 10rem); grid-template-columns: 1fr 1fr; }
.proposal-reading-copy { display: grid; gap: 1.7rem; }
.proposal-reading-copy p { font-size: clamp(1rem, 1.35vw, 1.3rem); line-height: 1.9; margin: 0; }
.proposal-page-v2[dir="rtl"] .proposal-reading-copy p { line-height: 2.1; }
.proposal-about-grid blockquote { border-inline-start: 0.3rem solid var(--blue); font-family: var(--display); font-size: clamp(2rem, 3.5vw, 4.3rem); font-weight: 300; letter-spacing: -0.05em; line-height: 1.15; margin: 0; padding-inline-start: clamp(1.5rem, 3vw, 3rem); }
.proposal-about-grid blockquote strong { color: var(--blue); font-weight: 400; }
.proposal-page-v2[dir="rtl"] .proposal-about-grid blockquote { letter-spacing: -0.025em; line-height: 1.55; }
.proposal-word-band { border-block: 1px solid var(--line); display: flex; font-family: var(--display); font-size: clamp(3rem, 9vw, 10rem); justify-content: space-between; letter-spacing: -0.08em; line-height: 0.9; margin-top: clamp(4rem, 8vw, 8rem); overflow: hidden; padding-block: 1rem; }
.proposal-word-band span:nth-child(2) { color: transparent; -webkit-text-stroke: 1px var(--blue); }

.proposal-philosophy-v2 { --proposal-grid: rgba(255,255,255,0.055); background-color: var(--ink); color: var(--paper); }
.proposal-philosophy-lead { font-size: clamp(1.25rem, 2vw, 2rem); line-height: 1.75; margin: 0 0 clamp(3rem, 6vw, 6rem); max-width: 64rem; }
.proposal-page-v2[dir="rtl"] .proposal-philosophy-lead { line-height: 2; }
.proposal-question-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.proposal-question-grid p { border-block: 1px solid rgba(255,255,255,0.24); border-inline-start: 1px solid rgba(255,255,255,0.24); display: flex; flex-direction: column; font-family: var(--display); font-size: clamp(1.25rem, 1.8vw, 2rem); gap: 4rem; line-height: 1.35; margin: 0; min-height: 15rem; padding: 1.2rem; }
.proposal-question-grid p:last-child { border-inline-end: 1px solid rgba(255,255,255,0.24); }
.proposal-question-grid span { color: #68a0d3; font-family: var(--body); font-size: 0.58rem; letter-spacing: 0.14em; }
.proposal-page-v2[dir="rtl"] .proposal-question-grid p { line-height: 1.75; }

.proposal-pillar-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.proposal-pillar-grid article { border: 1px solid var(--line); margin: -1px 0 0 -1px; min-height: 17rem; padding: clamp(1.4rem, 2.5vw, 2.5rem); position: relative; transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease; }
.proposal-pillar-grid article::after { border: 1px solid var(--blue); border-radius: 50%; content: ""; height: 3.4rem; inset: auto 1.5rem 1.5rem auto; opacity: 0.28; position: absolute; width: 3.4rem; }
.proposal-pillar-grid article:hover { background: var(--blue); color: white; transform: translateY(-0.4rem); z-index: 2; }
.proposal-pillar-grid article > span { color: var(--blue); font-size: 0.55rem; letter-spacing: 0.13em; }
.proposal-pillar-grid article:hover > span { color: #9ac7ef; }
.proposal-pillar-grid h3 { font-family: var(--display); font-size: clamp(2rem, 3.2vw, 3.8rem); font-weight: 300; letter-spacing: -0.055em; line-height: 1.2; margin: 2.6rem 0 1.5rem; }
.proposal-pillar-grid p { line-height: 1.8; margin: 0; max-width: 29rem; }
.proposal-page-v2[dir="rtl"] .proposal-pillar-grid :is(h3,p) { line-height: 1.75; }

.proposal-capabilities-v2 { --proposal-grid: rgba(255,255,255,0.05); background-color: var(--ink); color: var(--paper); }
.proposal-capability-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.proposal-capability-grid article { border-inline-start: 1px solid rgba(255,255,255,0.25); min-height: 27rem; padding: 1.3rem; }
.proposal-capability-grid article:last-child { border-inline-end: 1px solid rgba(255,255,255,0.25); }
.proposal-capability-grid article > span { color: #79acd9; font-size: 0.55rem; letter-spacing: 0.12em; }
.proposal-capability-grid h3 { font-family: var(--display); font-size: clamp(1.7rem, 2.2vw, 2.8rem); font-weight: 300; letter-spacing: -0.045em; line-height: 1.3; margin: 2.4rem 0 2rem; }
.proposal-capability-grid ul { list-style: none; margin: 0; padding: 0; }
.proposal-capability-grid li { border-top: 1px solid rgba(255,255,255,0.16); font-size: 0.74rem; line-height: 1.7; padding: 0.72rem 0; }
.proposal-page-v2[dir="rtl"] .proposal-capability-grid :is(h3,li) { line-height: 1.9; }

.proposal-process-v2 { align-content: center; }
.proposal-process-track { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); list-style: none; margin: 0; padding: 0; }
.proposal-process-track li { border-top: 2px solid var(--blue); min-height: 16rem; padding: 1.3rem 1rem; position: relative; }
.proposal-process-track li::before { background: var(--blue); border-radius: 50%; content: ""; height: 0.75rem; inset: -0.45rem auto auto 0; position: absolute; width: 0.75rem; }
.proposal-page-v2[dir="rtl"] .proposal-process-track li::before { inset: -0.45rem 0 auto auto; }
.proposal-process-track span { color: var(--blue); font-family: var(--display); font-size: clamp(2.6rem, 4.5vw, 5rem); font-weight: 300; }
.proposal-process-track h3 { font-family: var(--display); font-size: clamp(1.25rem, 1.6vw, 1.8rem); font-weight: 300; line-height: 1.35; margin: 2.2rem 0 0.8rem; }
.proposal-process-track p { font-size: 0.75rem; line-height: 1.7; margin: 0; }
.proposal-page-v2[dir="rtl"] .proposal-process-track :is(h3,p) { line-height: 1.9; }
.proposal-process-equation { background: var(--blue); color: white; font-size: clamp(0.72rem, 1vw, 0.95rem); letter-spacing: 0.08em; line-height: 1.9; margin: 2rem 0 0; padding: 1.2rem 1.5rem; text-align: center; }

.proposal-production-v2 { background-color: #dce7f0; }
.proposal-production-visuals { display: grid; gap: clamp(0.7rem, 1.4vw, 1.4rem); grid-template-columns: 1.2fr 0.8fr 1fr; }
.proposal-production-visuals figure { margin: 0; overflow: hidden; }
.proposal-production-visuals figure:nth-child(1) { aspect-ratio: 1.45 / 1; }
.proposal-production-visuals figure:nth-child(2) { aspect-ratio: 0.85 / 1; margin-top: 3.5rem; }
.proposal-production-visuals figure:nth-child(3) { aspect-ratio: 1 / 1; margin-top: -2rem; }
.proposal-production-visuals img { height: 100%; object-fit: cover; transition: transform 0.6s ease; width: 100%; }
.proposal-production-visuals figure:hover img { transform: scale(1.035); }
.proposal-production-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 2rem; }
.proposal-production-cards article { border-top: 1px solid rgba(17,17,15,0.35); padding: 1.4rem 1.2rem; }
.proposal-production-cards span { color: var(--blue); font-size: 0.55rem; }
.proposal-production-cards h3 { font-family: var(--display); font-size: clamp(1.6rem, 2.4vw, 2.8rem); font-weight: 300; line-height: 1.35; margin: 1.4rem 0 1rem; }
.proposal-production-cards p { line-height: 1.8; margin: 0; }
.proposal-page-v2[dir="rtl"] .proposal-production-cards :is(h3,p) { line-height: 1.9; }

.proposal-team-v2 { align-content: center; }
.proposal-team-layout { align-items: center; display: grid; gap: clamp(3rem, 7vw, 8rem); grid-template-columns: 1.15fr 0.85fr; }
.proposal-team-layout figure { margin: 0; position: relative; }
.proposal-team-layout figure::before { border: 1px solid var(--blue); content: ""; inset: -1.3rem 1.3rem 1.3rem -1.3rem; position: absolute; z-index: -1; }
.proposal-team-layout figure img { aspect-ratio: 1.43 / 1; object-fit: cover; width: 100%; }
.proposal-team-layout figcaption { background: var(--ink); color: white; font-size: 0.52rem; inset: auto 0 0 auto; letter-spacing: 0.12em; padding: 0.75rem 1rem; position: absolute; }
.proposal-team-layout .eyebrow { margin-bottom: 2.4rem; }
.proposal-team-layout > div > p:last-child { font-size: clamp(1rem, 1.3vw, 1.25rem); line-height: 1.9; margin: 2.8rem 0 0; }
.proposal-page-v2[dir="rtl"] .proposal-team-layout > div > p:last-child { line-height: 2.1; }
.proposal-role-cloud { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin-top: clamp(3rem, 6vw, 6rem); }
.proposal-role-cloud span { border-block: 1px solid var(--line); border-inline-start: 1px solid var(--line); display: flex; flex-direction: column; font-size: 0.75rem; gap: 1rem; line-height: 1.6; min-height: 6.5rem; padding: 1rem; }
.proposal-role-cloud span:last-child { border-inline-end: 1px solid var(--line); }
.proposal-role-cloud i { color: var(--blue); font-size: 0.52rem; font-style: normal; }

.proposal-industries-v2 { --proposal-grid: rgba(255,255,255,0.055); background-color: var(--blue); color: white; }
.proposal-industry-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.proposal-industry-grid article { border: 1px solid rgba(255,255,255,0.27); margin: -1px 0 0 -1px; min-height: 14rem; padding: clamp(1.4rem, 2.5vw, 2.5rem); }
.proposal-industry-grid span { color: #92bde3; font-size: 0.55rem; }
.proposal-industry-grid h3 { font-family: var(--display); font-size: clamp(1.7rem, 2.8vw, 3.2rem); font-weight: 300; letter-spacing: -0.04em; line-height: 1.35; margin: 2.4rem 0 1rem; }
.proposal-industry-grid p { font-size: 0.78rem; line-height: 1.8; margin: 0; }
.proposal-page-v2[dir="rtl"] .proposal-industry-grid :is(h3,p) { line-height: 1.9; }

.proposal-work-v2 { align-content: center; }
.proposal-work-grid { display: grid; gap: clamp(1rem, 2vw, 2rem); grid-template-columns: 1.1fr 0.9fr; }
.proposal-work-grid a { color: white; min-height: 34rem; overflow: hidden; position: relative; }
.proposal-work-grid a:nth-child(2) { margin-top: 5rem; }
.proposal-work-grid a::after { background: linear-gradient(transparent 48%, rgba(5,20,31,0.85)); content: ""; inset: 0; position: absolute; }
.proposal-work-grid img { height: 100%; object-fit: cover; transition: transform 0.7s ease; width: 100%; }
.proposal-work-grid a:hover img { transform: scale(1.04); }
.proposal-work-grid a > span { bottom: 1.5rem; display: flex; flex-direction: column; gap: 0.5rem; inset-inline: 1.5rem; position: absolute; z-index: 2; }
.proposal-work-grid strong { font-family: var(--display); font-size: clamp(2.8rem, 5vw, 6rem); font-weight: 300; letter-spacing: -0.06em; line-height: 1; }
.proposal-work-grid small { font-size: 0.58rem; letter-spacing: 0.12em; }
.proposal-case-note { border-inline-start: 0.25rem solid var(--blue); font-size: clamp(1rem, 1.4vw, 1.3rem); line-height: 1.8; margin: 2.5rem 0 0; max-width: 62rem; padding-inline-start: 1.3rem; }
.proposal-page-v2[dir="rtl"] .proposal-case-note { line-height: 2; }

.proposal-partnership-v2 { --proposal-grid: rgba(255,255,255,0.055); background-color: var(--ink); color: white; }
.proposal-partnership-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.proposal-partnership-grid article { border-block: 1px solid rgba(255,255,255,0.25); border-inline-start: 1px solid rgba(255,255,255,0.25); min-height: 18rem; padding: clamp(1.4rem, 2.6vw, 2.6rem); }
.proposal-partnership-grid article:last-child { border-inline-end: 1px solid rgba(255,255,255,0.25); }
.proposal-partnership-grid span { color: #76abd9; font-size: 0.55rem; }
.proposal-partnership-grid h3 { font-family: var(--display); font-size: clamp(2rem, 3.2vw, 3.7rem); font-weight: 300; letter-spacing: -0.05em; line-height: 1.3; margin: 2.8rem 0 1.4rem; }
.proposal-partnership-grid p { line-height: 1.8; margin: 0; }
.proposal-page-v2[dir="rtl"] .proposal-partnership-grid :is(h3,p) { line-height: 1.9; }
.proposal-partnership-line { background: var(--blue); display: grid; font-size: clamp(0.78rem, 1.1vw, 1rem); grid-template-columns: repeat(3, 1fr); letter-spacing: 0.08em; margin-top: 2rem; padding: 1.3rem 1.5rem; text-align: center; }

.proposal-vision-v2 { --proposal-grid: rgba(255,255,255,0.055); }
.proposal-vision-v2 h2 { font-size: clamp(3.8rem, 8vw, 9rem); line-height: 1; margin: 2.5rem 0 3.5rem; max-width: 12ch; }
.proposal-page-v2[dir="rtl"] .proposal-vision-v2 h2 { line-height: 1.4; }
.proposal-shift-grid { border-top: 1px solid rgba(255,255,255,0.35); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 76rem; }
.proposal-shift-grid p { border-bottom: 1px solid rgba(255,255,255,0.35); font-size: 0.68rem; letter-spacing: 0.08em; line-height: 1.8; margin: 0; padding: 1rem 1rem 1rem 0; }
.proposal-shift-grid strong { color: #a8d1f3; display: block; font-family: var(--display); font-size: clamp(1.3rem, 2.2vw, 2.5rem); font-weight: 300; letter-spacing: -0.04em; line-height: 1.35; }
.proposal-page-v2[dir="rtl"] .proposal-shift-grid p { padding: 1rem 0 1rem 1rem; }
.proposal-page-v2[dir="rtl"] .proposal-shift-grid strong { line-height: 1.7; }
.proposal-vision-statement { font-size: clamp(1rem, 1.35vw, 1.3rem) !important; line-height: 1.9 !important; margin: 2.5rem 0 0; max-width: 60rem !important; }
.proposal-page-v2[dir="rtl"] .proposal-vision-statement { line-height: 2.1 !important; }
.proposal-vision-v2 .proposal-vision-logo { margin-top: 3.5rem; width: min(30rem, 44%); }
.proposal-vision-v2 .proposal-contact-link { max-width: 34rem; text-align: center; }

@media (max-width: 1100px) {
  .proposal-cover-v2 { grid-template-columns: 1fr 1fr; }
  .proposal-cover-collage { max-height: none; }
  .proposal-question-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .proposal-pillar-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .proposal-capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .proposal-capability-grid article { border-bottom: 1px solid rgba(255,255,255,0.25); min-height: 22rem; }
  .proposal-process-track { grid-template-columns: repeat(4, minmax(0, 1fr)); row-gap: 3rem; }
  .proposal-role-cloud { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .proposal-partnership-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .proposal-page-v2 .proposal-section-intro { align-items: start; gap: 2rem; grid-template-columns: 1fr; margin-bottom: 3.5rem; }
  .proposal-page-v2 .proposal-section-intro h2,
  .proposal-team-v2 h2 { font-size: clamp(2.7rem, 11vw, 4.5rem); }
  .proposal-cover-v2 { align-content: center; grid-template-columns: 1fr; padding-top: 7rem; }
  .proposal-cover-v2::before { height: 90vw; left: -15%; width: 90vw; }
  .proposal-cover-v2 .proposal-cover-copy h1 { font-size: clamp(3.9rem, 17vw, 6.5rem); line-height: 0.86; }
  .proposal-page-v2[dir="rtl"] .proposal-cover-v2 .proposal-cover-copy h1 { font-size: clamp(3.6rem, 15vw, 6rem); line-height: 1.12; }
  .proposal-cover-collage { aspect-ratio: 1 / 0.8; max-height: 50vh; }
  .proposal-orbit { height: 5.5rem; width: 5.5rem; }
  .proposal-about-grid,
  .proposal-team-layout { grid-template-columns: 1fr; }
  .proposal-about-grid blockquote { font-size: clamp(2rem, 9vw, 3.4rem); }
  .proposal-word-band { font-size: clamp(3rem, 18vw, 6rem); }
  .proposal-question-grid,
  .proposal-pillar-grid,
  .proposal-capability-grid,
  .proposal-production-cards,
  .proposal-industry-grid,
  .proposal-partnership-grid { grid-template-columns: 1fr; }
  .proposal-question-grid p { gap: 2rem; min-height: 0; }
  .proposal-pillar-grid article,
  .proposal-capability-grid article,
  .proposal-partnership-grid article { min-height: 0; }
  .proposal-process-track { grid-template-columns: 1fr; row-gap: 0; }
  .proposal-process-track li { border-inline-start: 2px solid var(--blue); border-top: 0; min-height: 8rem; padding: 0 2rem 2.2rem; }
  .proposal-process-track li::before { inset: 0 auto auto -0.45rem; }
  .proposal-page-v2[dir="rtl"] .proposal-process-track li::before { inset: 0 -0.45rem auto auto; }
  .proposal-process-track h3 { margin-top: 1rem; }
  .proposal-process-equation { letter-spacing: 0; }
  .proposal-production-visuals { grid-template-columns: 1fr 1fr; }
  .proposal-production-visuals figure:nth-child(1) { grid-column: 1 / -1; }
  .proposal-production-visuals figure:nth-child(2),
  .proposal-production-visuals figure:nth-child(3) { margin-top: 0; }
  .proposal-team-layout figure { grid-row: 2; }
  .proposal-role-cloud { grid-template-columns: 1fr 1fr; }
  .proposal-work-grid { grid-template-columns: 1fr; }
  .proposal-work-grid a { min-height: 27rem; }
  .proposal-work-grid a:nth-child(2) { margin-top: 0; }
  .proposal-partnership-line { gap: 1rem; grid-template-columns: 1fr; text-align: start; }
  .proposal-shift-grid { grid-template-columns: 1fr; }
  .proposal-vision-v2 h2 { font-size: clamp(3.4rem, 14vw, 5.5rem); }
  .proposal-vision-v2 .proposal-vision-logo { width: 70%; }
  .proposal-vision-v2 .proposal-contact-link { bottom: 1rem; inset-inline: var(--section-x); }
}

@media (max-width: 480px) {
  .proposal-cover-collage { aspect-ratio: 1 / 0.72; }
  .proposal-role-cloud { grid-template-columns: 1fr; }
  .proposal-production-visuals { grid-template-columns: 1fr; }
  .proposal-production-visuals figure:nth-child(1) { grid-column: auto; }
  .proposal-work-grid a { min-height: 23rem; }
}

/* Site-wide editorial system, trust, motion and mobile direction */
:root {
  --type-display-xl: clamp(4.5rem, 11vw, 12rem);
  --type-display-lg: clamp(3.4rem, 8vw, 8.5rem);
  --type-display-md: clamp(2.4rem, 5vw, 5.4rem);
  --type-body-lg: clamp(1.05rem, 1.45vw, 1.45rem);
  --motion-cinematic: cubic-bezier(0.16, 1, 0.3, 1);
}

.site-shell .eyebrow {
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.65;
  text-transform: uppercase;
}

.site-shell .section-heading {
  align-items: end;
  gap: clamp(2.5rem, 6vw, 7rem);
}

.site-shell .section-heading h2 {
  font-size: var(--type-display-lg);
  line-height: 0.94;
}

.site-shell[dir="rtl"] .section-heading h2 { line-height: 1.3; }
.site-shell .section-heading > p { font-size: var(--type-body-lg); line-height: 1.75; }
.site-shell[dir="rtl"] .section-heading > p { line-height: 2; }

.intro-editorial {
  align-items: end;
  display: grid;
  gap: clamp(3rem, 8vw, 10rem);
  grid-template-columns: 1.45fr 0.55fr;
}

.intro-editorial h2 {
  font-size: clamp(2.7rem, 5.5vw, 6.4rem);
  line-height: 1.09 !important;
  margin-bottom: 0;
  max-width: 19ch;
}

.site-shell[dir="rtl"] .intro-editorial h2 { line-height: 1.5 !important; }

.intro-manifesto {
  border-inline-start: 1px solid var(--line);
  display: grid;
  gap: 0;
  padding-inline-start: clamp(1.2rem, 2.5vw, 2.5rem);
}

.intro-manifesto p {
  border-bottom: 1px solid var(--line);
  font-family: var(--display);
  font-size: clamp(1.35rem, 2vw, 2.3rem);
  font-weight: 300;
  letter-spacing: -0.035em;
  line-height: 1.3;
  margin: 0;
  padding: 1.1rem 0;
}

.site-shell[dir="rtl"] .intro-manifesto p { line-height: 1.7; }
.intro-manifesto p:nth-child(2) { color: var(--blue); }

.project { transition: transform 0.65s var(--motion-cinematic); }
.project:hover { transform: translateY(-0.65rem); }
.project-image-wrap img { transform: translateY(var(--parallax-offset, 0px)) scale(1.03); }
.project-image-wrap:hover img { transform: translateY(var(--parallax-offset, 0px)) scale(1.075); }
.project-index { transition: background 0.25s ease, color 0.25s ease, transform 0.55s var(--motion-cinematic); }
.project:hover .project-index { background: var(--blue); color: white; transform: rotate(90deg); }
.project-info a { display: inline-block; transition: color 0.25s ease, transform 0.5s var(--motion-cinematic); }
.project:hover .project-info a { color: #75aada; transform: translateX(0.45rem); }
.site-shell[dir="rtl"] .project:hover .project-info a { transform: translateX(-0.45rem); }
.project-info p,
.project-info > span { transition: opacity 0.3s ease, transform 0.5s var(--motion-cinematic); }
.project:hover .project-info p,
.project:hover .project-info > span { opacity: 0.72; transform: translateY(0.2rem); }

[data-parallax] {
  will-change: transform;
}

.studio-image img[data-parallax] {
  height: calc(100% + 2.5rem);
  transform: translateY(calc(var(--parallax-offset, 0px) - 1.25rem)) scale(1.025);
}

.team-card-image::after {
  background: linear-gradient(140deg, transparent 58%, rgba(35, 100, 153, 0.5));
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.45s ease;
}
.team-card:hover .team-card-image::after { opacity: 1; }
.team-card:hover .team-card-meta strong { color: #7eb1df; }

.section-heading[data-reveal] h2,
.team-heading[data-reveal] h2,
.intro[data-reveal] h2,
.contact-section > h2[data-reveal],
.selected-clients-heading[data-reveal] h2 {
  clip-path: inset(0 0 100% 0);
  opacity: 0;
  transform: translateY(1.2rem);
  transition: clip-path 1.05s var(--motion-cinematic), opacity 0.7s ease, transform 1.05s var(--motion-cinematic);
}

.section-heading[data-reveal].is-visible h2,
.team-heading[data-reveal].is-visible h2,
.intro[data-reveal].is-visible h2,
.contact-section > h2[data-reveal].is-visible,
.selected-clients-heading[data-reveal].is-visible h2 {
  clip-path: inset(0 0 0 0);
  opacity: 1;
  transform: translateY(0);
}

.facts-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.facts-grid div { min-height: clamp(12rem, 17vw, 16rem); }
.facts-grid strong {
  color: var(--blue);
  font-size: clamp(3.6rem, 6.6vw, 7.2rem);
  line-height: 0.95;
}
.facts-grid span { line-height: 1.65; max-width: 15ch; }
.site-shell[dir="rtl"] .facts-grid span { line-height: 1.9; }

.selected-clients {
  background: var(--blue);
  color: white;
  overflow: hidden;
  padding-block: clamp(6rem, 10vw, 11rem);
}

.selected-clients-heading {
  align-items: end;
  display: grid;
  gap: clamp(2rem, 6vw, 7rem);
  grid-template-columns: 0.4fr 1.6fr;
  margin-bottom: clamp(4rem, 8vw, 8rem);
}
.selected-clients-heading h2 {
  font-family: var(--display);
  font-size: clamp(3.1rem, 7vw, 8rem);
  font-weight: 300;
  letter-spacing: -0.065em;
  line-height: 1.04;
  margin: 0;
  max-width: 15ch;
}
.site-shell[dir="rtl"] .selected-clients-heading h2 { letter-spacing: -0.035em; line-height: 1.45; }

.client-logo-wall {
  border-inline-start: 1px solid rgba(255,255,255,0.26);
  border-top: 1px solid rgba(255,255,255,0.26);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.client-logo-tile {
  align-items: center;
  background: var(--blue);
  border-bottom: 1px solid rgba(255,255,255,0.26);
  border-inline-end: 1px solid rgba(255,255,255,0.26);
  display: flex;
  filter: grayscale(1);
  justify-content: center;
  min-height: clamp(8rem, 12vw, 11rem);
  overflow: hidden;
  transition: filter 0.35s ease, transform 0.45s var(--motion-cinematic);
}
.client-logo-tile:hover { filter: grayscale(0); transform: translateY(-0.35rem); }
.client-logo-tile .partner-logo-art { font-size: clamp(0.72rem, 1vw, 1rem); }
.project-needs {
  border: 0;
  margin: 0 0 2.5rem;
  padding: 0;
}
.project-needs legend {
  font-family: var(--display);
  font-size: clamp(1.45rem, 2vw, 2.2rem);
  font-weight: 300;
  letter-spacing: -0.035em;
  margin-bottom: 1.3rem;
}
.project-needs > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.contact-form .project-needs label {
  border: 1px solid var(--line);
  cursor: pointer;
  display: block;
  padding: 0;
  position: relative;
}
.project-needs input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}
.contact-form .project-needs label span {
  display: block;
  padding: 0.8rem 1rem;
  transition: background 0.22s ease, color 0.22s ease;
}
.contact-form .project-needs label:has(input:checked) span {
  background: var(--blue);
  color: white;
}
.contact-form .project-needs label:focus-within { outline: 2px solid var(--blue); outline-offset: 2px; }
.contact-form input,
.contact-form textarea { font-size: 1rem; line-height: 1.7; }

.mobile-contact-cta { display: none; }

@view-transition { navigation: auto; }
::view-transition-old(root) { animation: 0.42s var(--motion-cinematic) both page-out; }
::view-transition-new(root) { animation: 0.58s var(--motion-cinematic) both page-in; }
@keyframes page-out { to { filter: blur(8px); opacity: 0; transform: scale(0.985); } }
@keyframes page-in { from { clip-path: inset(0 0 100% 0); } to { clip-path: inset(0); } }

@media (max-width: 900px) {
  .facts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .facts-grid div:last-child { grid-column: 1 / -1; }
  .selected-clients-heading { align-items: start; grid-template-columns: 1fr; }
  .client-logo-wall { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  :root {
    --type-display-lg: clamp(3rem, 16vw, 5.6rem);
  }

  body { padding-bottom: 4.2rem; }
  .hero {
    min-height: 78svh;
    padding-bottom: 1.5rem;
    padding-top: 5.8rem;
  }
  .hero-brand-block { margin-block: auto; }
  .hero-brand-lockup { width: 100%; }
  .hero-foot > p { font-size: 0.78rem; line-height: 1.65; width: 78%; }
  .partner-ticker { height: 5.2rem; }

  .intro { padding-bottom: 6rem; padding-top: 5rem; }
  .intro-editorial { align-items: start; grid-template-columns: 1fr; }
  .intro-editorial h2 { font-size: clamp(2.7rem, 12vw, 4.35rem); line-height: 1.12 !important; }
  .site-shell[dir="rtl"] .intro-editorial h2 { line-height: 1.55 !important; }
  .intro-manifesto { padding-inline-start: 1rem; }

  .site-shell .section-heading h2 { font-size: var(--type-display-lg); line-height: 0.96; }
  .site-shell[dir="rtl"] .section-heading h2 { line-height: 1.35; }
  .site-shell .section-heading > p { font-size: 1rem; line-height: 1.8; }

  .work { overflow: hidden; padding-inline-end: 0; }
  .work .section-heading { padding-inline-end: var(--section-x); }
  .projects {
    display: flex;
    gap: 1rem;
    margin-inline: 0;
    overflow-x: auto;
    padding: 0 var(--section-x) 1.5rem 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .site-shell[dir="rtl"] .projects { padding: 0 0 1.5rem var(--section-x); }
  .projects::-webkit-scrollbar { display: none; }
  .project {
    flex: 0 0 86vw;
    margin: 0;
    scroll-snap-align: start;
  }
  .project:hover { transform: none; }
  .project-1 .project-image-wrap,
  .project-2 .project-image-wrap,
  .project-3 .project-image-wrap,
  .project-4 .project-image-wrap,
  .project-5 .project-image-wrap { aspect-ratio: 4 / 5.2; }
  .project-info a { font-size: clamp(2rem, 10vw, 3rem); }
  .project-info p,
  .project-info span { font-size: 0.58rem; }

  .services-list button strong { line-height: 1.25; }
  .team-card { width: 72vw; }
  .team-card-meta strong { font-size: clamp(1.6rem, 8vw, 2.3rem); }

  .facts { padding-bottom: 6rem; }
  .facts-grid { gap: 0; grid-template-columns: 1fr 1fr; }
  .facts-grid div { min-height: 10rem; padding: 1rem; }
  .facts-grid div:last-child { grid-column: 1 / -1; }
  .facts-grid strong { font-size: clamp(3.4rem, 18vw, 5.4rem); }
  .facts-grid span { font-size: 0.58rem; }

  .selected-clients { padding-block: 5.5rem; }
  .selected-clients-heading h2 { font-size: clamp(3rem, 14vw, 5rem); }
  .client-logo-wall { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .client-logo-tile { min-height: 7rem; }
  .client-logo-tile .partner-logo-art { font-size: 0.65rem; }

  .contact-section { padding-bottom: 4rem; }
  .contact-section > h2 { font-size: clamp(3.2rem, 15vw, 5.8rem); line-height: 0.9; margin: 3rem 0 5rem; }
  .is-fa .contact-section > h2 { line-height: 1.2; }
  .contact-grid { padding-bottom: 2rem; }
  .project-needs > div { display: grid; grid-template-columns: 1fr 1fr; }
  .contact-form .project-needs label span { font-size: 0.58rem; line-height: 1.4; padding: 0.85rem 0.7rem; }

  .mobile-contact-cta {
    align-items: center;
    background: var(--blue);
    bottom: 0;
    color: white;
    display: flex;
    font-size: 0.67rem;
    font-weight: 700;
    inset-inline: 0;
    justify-content: space-between;
    letter-spacing: 0.12em;
    padding: 1.25rem var(--section-x);
    position: fixed;
    z-index: 140;
  }
  .mobile-contact-cta span { font-size: 1rem; }
  .site-footer { padding-bottom: 5.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  [data-parallax],
  .project-image-wrap img,
  .studio-image img[data-parallax] { transform: none !important; }
  .section-heading[data-reveal] h2,
  .team-heading[data-reveal] h2,
  .intro[data-reveal] h2,
  .contact-section > h2[data-reveal],
  .selected-clients-heading[data-reveal] h2 { clip-path: none; opacity: 1; transform: none; }
}

/* Case-study editorial typography extension */
.project-page .case-kicker,
.project-page .eyebrow,
.project-page .case-data span {
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.65;
  text-transform: uppercase;
}

.project-page .case-hero h1 {
  font-size: clamp(5rem, 15vw, 16rem);
  line-height: 0.82;
}
.project-page[dir="rtl"] .case-hero h1 { line-height: 1.15; }
.project-page .case-hero > p { font-size: var(--type-body-lg); line-height: 1.8; }
.project-page[dir="rtl"] .case-hero > p { line-height: 2.05; }

.project-page .case-lead {
  font-size: clamp(2.7rem, 5.5vw, 6.4rem);
  line-height: 1.12;
}
.project-page[dir="rtl"] .case-lead { line-height: 1.55; }

.project-page :is(.case-chapter h2, .case-approach h2, .case-brand-heading h2, .case-media-heading h2, .case-story-heading h2) {
  font-size: clamp(2.8rem, 5.2vw, 6rem);
  line-height: 1.08;
}
.project-page[dir="rtl"] :is(.case-chapter h2, .case-approach h2, .case-brand-heading h2, .case-media-heading h2, .case-story-heading h2) {
  line-height: 1.5;
}

.project-page :is(.case-chapter p, .case-approach p, .case-story-heading p) {
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  line-height: 1.9;
}
.project-page[dir="rtl"] :is(.case-chapter p, .case-approach p, .case-story-heading p) { line-height: 2.1; }

.project-page .next-project strong { line-height: 0.86; }
.project-page[dir="rtl"] .next-project strong { line-height: 1.2; }

@media (max-width: 620px) {
  .project-page .case-hero { min-height: 70svh; }
  .project-page .case-hero h1 { font-size: clamp(4.2rem, 22vw, 7rem); line-height: 0.82; }
  .project-page[dir="rtl"] .case-hero h1 { line-height: 1.18; }
  .project-page .case-lead { font-size: clamp(2.5rem, 11vw, 4.1rem); }
  .project-page :is(.case-chapter h2, .case-approach h2, .case-brand-heading h2, .case-media-heading h2, .case-story-heading h2) {
    font-size: clamp(2.6rem, 12vw, 4.3rem);
  }
}

/* Dedicated service pages */
.services-list a {
  align-items: baseline;
  background: transparent;
  border-bottom: 1px solid var(--line);
  color: inherit;
  display: grid;
  gap: 1rem;
  grid-template-columns: 3rem 1fr auto;
  padding: 0.9rem 0;
  text-align: start;
  transition: color 0.25s ease, padding 0.25s ease;
  width: 100%;
}
.services-list a:first-child { border-top: 1px solid var(--line); }
.services-list a span { font-size: 0.55rem; }
.services-list a strong { font-family: var(--display); font-size: clamp(1.6rem, 3.2vw, 3.8rem); font-weight: 500; letter-spacing: -0.05em; line-height: 1.2; }
.services-list a i { font-style: normal; opacity: 0; transform: translate(-8px, 8px); transition: opacity 0.25s ease, transform 0.25s ease; }
.services-list a:hover,
.services-list a.is-active { color: var(--blue); padding-inline: 0.6rem; }
.services-list a:hover i,
.services-list a.is-active i { opacity: 1; transform: translate(0); }
.site-shell[dir="rtl"] .services-list a strong { line-height: 1.55; }

.service-page {
  --service-accent: var(--blue);
  background: var(--paper);
  color: var(--ink);
  min-height: 100vh;
}
.service-nav { grid-template-columns: 1fr auto 1fr; }
.service-nav .service-back { font-size: 0.62rem; justify-self: center; letter-spacing: 0.08em; text-transform: uppercase; }
.service-nav .language-switch { justify-self: end; }

.service-hero {
  align-content: end;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 5rem 5rem;
  display: grid;
  min-height: 92svh;
  padding-bottom: clamp(4rem, 8vw, 8rem);
  padding-top: 8rem;
}
.service-hero-meta { display: flex; font-size: 0.58rem; justify-content: space-between; letter-spacing: 0.13em; margin-bottom: clamp(3rem, 6vw, 6rem); }
.service-hero h1 { font-family: var(--display); font-size: clamp(5rem, 14vw, 15rem); font-weight: 300; letter-spacing: -0.09em; line-height: 0.78; margin: 0; max-width: 8ch; }
.service-page[dir="rtl"] .service-hero h1 { letter-spacing: -0.055em; line-height: 1.18; max-width: 10ch; }
.service-hero > p { color: var(--service-accent); font-family: var(--display); font-size: clamp(1.8rem, 3.4vw, 4rem); font-weight: 300; letter-spacing: -0.045em; line-height: 1.25; margin: clamp(3rem, 6vw, 6rem) 0 0 auto; max-width: 18ch; }
.service-page[dir="rtl"] .service-hero > p { line-height: 1.65; margin-left: 0; margin-right: auto; }

.service-cover { background: var(--ink); margin: 0; position: relative; }
.service-cover img { height: min(78vh, 58vw); object-fit: cover; width: 100%; }
.service-cover::after { background: linear-gradient(transparent 60%, rgba(0,0,0,0.45)); content: ""; inset: 0; position: absolute; }
.service-cover figcaption { bottom: 1.2rem; color: white; display: flex; font-size: 0.55rem; inset-inline: var(--section-x); justify-content: space-between; letter-spacing: 0.12em; position: absolute; z-index: 2; }

.service-positioning { display: grid; gap: clamp(3rem, 8vw, 10rem); grid-template-columns: 0.42fr 1.58fr; padding-block: clamp(7rem, 12vw, 13rem); }
.service-positioning > div { display: grid; gap: 3rem; }
.service-positioning h2,
.service-section-heading h2 { font-family: var(--display); font-size: clamp(3rem, 6vw, 7rem); font-weight: 300; letter-spacing: -0.065em; line-height: 1.08; margin: 0; max-width: 17ch; }
.service-page[dir="rtl"] :is(.service-positioning h2, .service-section-heading h2) { letter-spacing: -0.035em; line-height: 1.5; }
.service-positioning > div > p { border-inline-start: 0.25rem solid var(--service-accent); font-size: clamp(1rem, 1.45vw, 1.4rem); line-height: 1.9; margin: 0; max-width: 62rem; padding-inline-start: 1.5rem; }
.service-page[dir="rtl"] .service-positioning > div > p { line-height: 2.1; }

.service-questions { background: var(--ink); color: white; padding-block: clamp(7rem, 11vw, 12rem); }
.service-section-heading { align-items: end; display: grid; gap: clamp(2.5rem, 7vw, 8rem); grid-template-columns: 0.42fr 1.58fr; margin-bottom: clamp(4rem, 8vw, 8rem); }
.service-question-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-question-grid article { border-block: 1px solid rgba(255,255,255,0.25); border-inline-start: 1px solid rgba(255,255,255,0.25); min-height: 19rem; padding: clamp(1.5rem, 3vw, 3rem); }
.service-question-grid article:last-child { border-inline-end: 1px solid rgba(255,255,255,0.25); }
.service-question-grid span { color: var(--service-accent); font-size: 0.58rem; letter-spacing: 0.13em; }
.service-question-grid p { font-family: var(--display); font-size: clamp(1.8rem, 3vw, 3.5rem); font-weight: 300; letter-spacing: -0.045em; line-height: 1.3; margin: 5rem 0 0; }
.service-page[dir="rtl"] .service-question-grid p { line-height: 1.75; }

.service-deliverables { background: color-mix(in srgb, var(--service-accent) 16%, var(--paper)); padding-block: clamp(7rem, 11vw, 12rem); }
.service-deliverable-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-deliverable-grid > div { align-content: space-between; border: 1px solid rgba(17,17,15,0.28); display: grid; margin: -1px 0 0 -1px; min-height: 13rem; padding: clamp(1.3rem, 2.5vw, 2.5rem); transition: background 0.3s ease, color 0.3s ease, transform 0.45s var(--motion-cinematic); }
.service-deliverable-grid > div:hover { background: var(--service-accent); color: white; transform: translateY(-0.35rem); z-index: 2; }
.service-deliverable-grid span { font-size: 0.55rem; }
.service-deliverable-grid strong { font-family: var(--display); font-size: clamp(1.6rem, 2.6vw, 3rem); font-weight: 300; letter-spacing: -0.04em; line-height: 1.3; }
.service-page[dir="rtl"] .service-deliverable-grid strong { line-height: 1.75; }

.service-process { padding-block: clamp(7rem, 11vw, 12rem); }
.service-process ol { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none; margin: 0; padding: 0; }
.service-process li { border-top: 2px solid var(--service-accent); min-height: 20rem; padding: 1.5rem 1.2rem; position: relative; }
.service-process li::before { background: var(--service-accent); border-radius: 50%; content: ""; height: 0.75rem; inset: -0.45rem auto auto 0; position: absolute; width: 0.75rem; }
.service-page[dir="rtl"] .service-process li::before { inset: -0.45rem 0 auto auto; }
.service-process li > span { color: var(--service-accent); font-family: var(--display); font-size: clamp(2.8rem, 5vw, 5.5rem); font-weight: 300; }
.service-process h3 { font-family: var(--display); font-size: clamp(1.5rem, 2vw, 2.3rem); font-weight: 300; letter-spacing: -0.035em; line-height: 1.35; margin: 3.5rem 0 1rem; }
.service-process li p { font-size: 0.82rem; line-height: 1.8; margin: 0; }
.service-page[dir="rtl"] .service-process :is(h3, li p) { line-height: 1.95; }

.service-cta { background: var(--service-accent); color: white; padding-block: clamp(8rem, 13vw, 14rem); }
.service-cta > p { font-size: 0.58rem; letter-spacing: 0.14em; }
.service-cta h2 { font-family: var(--display); font-size: clamp(4rem, 10vw, 11rem); font-weight: 300; letter-spacing: -0.08em; line-height: 0.95; margin: 3rem 0 5rem; max-width: 11ch; }
.service-page[dir="rtl"] .service-cta h2 { letter-spacing: -0.045em; line-height: 1.35; }
.service-cta a { border: 1px solid rgba(255,255,255,0.65); display: inline-block; font-size: 0.68rem; letter-spacing: 0.1em; padding: 1rem 1.2rem; }

.service-next { align-items: end; background: var(--ink); color: white; display: grid; gap: 2rem; grid-template-columns: 0.3fr 1fr auto; padding: clamp(5rem, 9vw, 9rem) var(--section-x); }
.service-next > span { font-size: 0.58rem; letter-spacing: 0.13em; }
.service-next strong { font-family: var(--display); font-size: clamp(3.4rem, 8vw, 9rem); font-weight: 300; letter-spacing: -0.07em; line-height: 0.95; }
.service-page[dir="rtl"] .service-next strong { line-height: 1.3; }
.service-next i { font-size: 2rem; font-style: normal; transition: transform 0.3s ease; }
.service-next:hover i { transform: translateX(0.5rem); }
.service-page[dir="rtl"] .service-next:hover i { transform: translateX(-0.5rem); }

@media (max-width: 760px) {
  .services-list a { grid-template-columns: 2rem 1fr auto; padding: 0.85rem 0; }
  .services-list a strong { font-size: clamp(1.7rem, 8vw, 2.5rem); }
  .service-nav { grid-template-columns: 1fr auto 1fr; }
  .service-nav .service-back { font-size: 0; }
  .service-nav .service-back::after { content: "←"; font-size: 1rem; }
  .service-hero { min-height: 76svh; padding-top: 6.5rem; }
  .service-hero h1 { font-size: clamp(4.2rem, 20vw, 7rem); line-height: 0.82; }
  .service-page[dir="rtl"] .service-hero h1 { line-height: 1.18; }
  .service-hero > p { font-size: clamp(1.7rem, 8vw, 3rem); margin-top: 2.5rem; }
  .service-cover img { height: 125vw; }
  .service-cover figcaption span:last-child { display: none; }
  .service-positioning,
  .service-section-heading { align-items: start; gap: 2.5rem; grid-template-columns: 1fr; }
  .service-positioning h2,
  .service-section-heading h2 { font-size: clamp(2.8rem, 12vw, 4.5rem); }
  .service-question-grid,
  .service-deliverable-grid,
  .service-process ol { grid-template-columns: 1fr; }
  .service-question-grid article { min-height: 12rem; }
  .service-question-grid p { margin-top: 2.5rem; }
  .service-deliverable-grid > div { min-height: 9rem; }
  .service-process li { border-inline-start: 2px solid var(--service-accent); border-top: 0; min-height: 11rem; padding: 0 2rem 2.5rem; }
  .service-process li::before { inset: 0 auto auto -0.45rem; }
  .service-page[dir="rtl"] .service-process li::before { inset: 0 -0.45rem auto auto; }
  .service-process h3 { margin-top: 1.2rem; }
  .service-cta h2 { font-size: clamp(3.4rem, 14vw, 5.5rem); }
  .service-next { align-items: start; grid-template-columns: 1fr auto; }
  .service-next > span { grid-column: 1 / -1; }
  .service-next strong { font-size: clamp(3rem, 14vw, 5rem); }
}


/* Compact chapter 07: keep the editorial scale while removing dead vertical space. */
.contact-section {
  padding-bottom: 1rem;
  padding-top: clamp(4.5rem, 6vw, 6rem);
}

.contact-section > h2 {
  margin: clamp(2.75rem, 4vw, 4.5rem) 0 clamp(4rem, 6vw, 6rem);
}

.contact-grid {
  gap: clamp(2.5rem, 5vw, 6rem);
  padding-bottom: clamp(4rem, 6vw, 6rem);
}

.contact-details {
  gap: clamp(2rem, 3vw, 3.5rem);
  justify-content: flex-start;
}

@media (max-width: 900px) {
  .contact-details { gap: 2.25rem; }
}

@media (max-width: 620px) {
  .contact-section {
    padding-bottom: 3rem;
    padding-top: 4.5rem;
  }

  .contact-section > h2 {
    margin: 2.25rem 0 3.25rem;
  }

  .contact-grid {
    gap: 3rem;
    padding-bottom: 0;
  }
}


/* Brand Identity: high-resolution editorial image system. */
.service-cover-gallery {
  background: #111;
}

.service-cover-grid {
  background: rgba(255, 255, 255, 0.15);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  height: min(78vh, 58vw);
  overflow: hidden;
}

.service-cover-grid img {
  height: 100%;
  min-height: 0;
  object-fit: cover;
  width: 100%;
}

.service-cover-grid img:nth-child(1) {
  grid-column: 1 / span 5;
  grid-row: 1 / span 2;
}

.service-cover-grid img:nth-child(2) {
  background: #111;
  grid-column: 6 / span 7;
  grid-row: 1;
  object-fit: contain;
  padding: clamp(2rem, 4vw, 5rem);
}

.service-cover-grid img:nth-child(3) {
  background: #f3f1ec;
  grid-column: 6 / span 3;
  grid-row: 2;
}

.service-cover-grid img:nth-child(4) {
  grid-column: 9 / span 4;
  grid-row: 2;
}

@media (max-width: 760px) {
  .service-cover-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    height: 110vw;
  }

  .service-cover-grid img:nth-child(1),
  .service-cover-grid img:nth-child(2),
  .service-cover-grid img:nth-child(3),
  .service-cover-grid img:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
  }

  .service-cover-grid img:nth-child(2) {
    padding: 1.25rem;
  }
}


/* Production Studio: real imagery and editorial three-frame layout. */
.studio--production .studio-grid {
  gap: clamp(2rem, 4vw, 5rem) 2.5vw;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.studio--production .studio-image img {
  filter: none;
}

.studio--production .studio-image-main {
  grid-column: 1 / span 8;
  grid-row: 1 / span 2;
}

.studio--production .studio-copy {
  align-self: center;
  grid-column: 9 / span 4;
  grid-row: 1;
}

.studio--production .studio-copy h2 {
  font-size: clamp(2.4rem, 4.1vw, 5.1rem);
}

.studio--production .studio-body {
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  line-height: 1.85;
  margin: 0;
  max-width: 34rem;
}

.studio--production[dir="rtl"] .studio-body,
.site-shell[dir="rtl"] .studio--production .studio-body {
  line-height: 2.05;
}

.studio--production .studio-body strong {
  font-weight: 700;
}

.studio-signature {
  color: var(--blue);
  font-family: var(--display);
  font-size: clamp(1.15rem, 1.8vw, 2rem);
  letter-spacing: -0.025em;
  line-height: 1.25;
  margin: 2rem 0 0;
  max-width: 24rem;
}

.studio--production .studio-image-small {
  align-self: end;
  aspect-ratio: 3 / 4;
  grid-column: 9 / span 4;
  grid-row: 2;
  justify-self: stretch;
  width: 100%;
}

.studio--production .studio-image-detail {
  aspect-ratio: 4 / 3;
  grid-column: 3 / span 5;
  grid-row: 3;
}

@media (max-width: 900px) {
  .studio--production .studio-grid {
    grid-template-columns: 1fr;
  }

  .studio--production .studio-copy,
  .studio--production .studio-image-main,
  .studio--production .studio-image-small,
  .studio--production .studio-image-detail {
    grid-column: 1;
    grid-row: auto;
  }

  .studio--production .studio-copy { order: 1; }
  .studio--production .studio-image-main { aspect-ratio: 4 / 3; order: 2; }
  .studio--production .studio-image-small { justify-self: end; order: 3; width: 62%; }
  .studio--production .studio-image-detail { justify-self: start; order: 4; width: 72%; }
}

@media (max-width: 620px) {
  .studio--production .studio-copy h2 {
    font-size: clamp(2.4rem, 11vw, 4rem);
  }

  .studio--production .studio-image-main { aspect-ratio: 4 / 5; }
  .studio--production .studio-image-small { width: 74%; }
  .studio--production .studio-image-detail { width: 86%; }
  .studio-signature { margin-top: 1.5rem; }
}


/* Keep the Languages / Markets fact compact on two-column layouts. */
@media (max-width: 900px) {
  .facts-grid div:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: 50%;
  }
}

@media (max-width: 620px) {
  .facts-grid div:last-child {
    width: calc(50% - 0.25rem);
  }
}


/* Partnership logos: exact DIVIDE blue with a slightly stronger scale. */
.partner-logo-art {
  font-size: 1.12rem;
}

.client-logo-tile,
.client-logo-tile:hover {
  filter: none;
}

.client-logo-tile .partner-logo-art {
  font-size: clamp(0.84rem, 1.15vw, 1.14rem);
}

@media (max-width: 620px) {
  .partner-logo-art {
    font-size: 0.88rem;
  }

  .client-logo-tile .partner-logo-art {
    font-size: 0.76rem;
  }
}


/* A tighter Selected Projects label leaves more room for the logo stream. */
.partner-ticker {
  grid-template-columns: clamp(8.5rem, 13vw, 11rem) minmax(0, 1fr);
}

.partner-ticker-label {
  padding-inline: clamp(0.8rem, 1.5vw, 1.25rem);
}

@media (max-width: 620px) {
  .partner-ticker {
    grid-template-columns: 6rem minmax(0, 1fr);
  }

  .partner-ticker-label {
    font-size: 0.43rem;
    padding-inline: 0.6rem;
  }
}

/* Final bilingual type system: use the complete Peyda family everywhere Persian is rendered. */
:is(.site-shell, .project-page, .service-page, .proposal-page)[dir="rtl"] {
  --display: "Peyda", "Tahoma", Arial, sans-serif;
  --body: "Peyda", "Tahoma", Arial, sans-serif;
  font-family: var(--body);
  font-synthesis: none;
}

:is(.site-shell, .project-page, .service-page, .proposal-page)[dir="rtl"] :is(p, li, label, input, textarea, button, a) {
  font-weight: 400;
}

:is(.site-shell, .project-page, .service-page, .proposal-page)[dir="rtl"] :is(.eyebrow, small, figcaption, nav a) {
  font-weight: 500;
}

:is(.site-shell, .project-page, .service-page, .proposal-page)[dir="rtl"] :is(h1, h2) {
  font-weight: 700;
}

:is(.site-shell, .project-page, .service-page, .proposal-page)[dir="rtl"] :is(h3, h4, strong) {
  font-weight: 600;
}

/* Creative Direction: two steps smaller, with a deliberately more generous reading rhythm. */
.service-page--creative-direction .service-hero h1 {
  font-size: clamp(3.8rem, 10.5vw, 11rem);
  letter-spacing: -0.065em;
  line-height: 0.92;
}

.service-page--creative-direction .service-hero > p {
  font-size: clamp(1.4rem, 2.55vw, 3rem);
  line-height: 1.55;
  margin-top: clamp(4.5rem, 8vw, 8rem);
}

.service-page--creative-direction .service-positioning,
.service-page--creative-direction :is(.service-questions, .service-deliverables, .service-process) {
  padding-block: clamp(9rem, 15vw, 16rem);
}

.service-page--creative-direction .service-positioning > div {
  gap: clamp(4.5rem, 7vw, 7rem);
}

.service-page--creative-direction .service-section-heading {
  margin-bottom: clamp(6rem, 11vw, 11rem);
}

.service-page--creative-direction :is(.service-positioning h2, .service-section-heading h2) {
  font-size: clamp(2.4rem, 4.8vw, 5.6rem);
  line-height: 1.24;
}

.service-page--creative-direction .service-positioning > div > p {
  font-size: clamp(0.95rem, 1.2vw, 1.2rem);
  line-height: 2.15;
}

.service-page--creative-direction .service-question-grid article {
  min-height: 22rem;
  padding: clamp(2rem, 3.8vw, 3.8rem);
}

.service-page--creative-direction .service-question-grid p {
  font-size: clamp(1.45rem, 2.35vw, 2.75rem);
  line-height: 1.55;
  margin-top: 6.5rem;
}

.service-page--creative-direction .service-deliverable-grid > div {
  min-height: 16rem;
  padding: clamp(1.8rem, 3vw, 3rem);
}

.service-page--creative-direction .service-deliverable-grid strong {
  font-size: clamp(1.35rem, 2.05vw, 2.4rem);
  line-height: 1.55;
}

.service-page--creative-direction .service-process li {
  min-height: 24rem;
  padding: 2rem 1.5rem;
}

.service-page--creative-direction .service-process h3 {
  margin: 5rem 0 1.5rem;
}

.service-page--creative-direction .service-process li p {
  line-height: 2.05;
}

.service-page--creative-direction .service-cta h2,
.service-page--creative-direction .service-next strong {
  font-size: clamp(3rem, 7vw, 7.5rem);
  line-height: 1.08;
}

.service-page--creative-direction .service-cta h2 {
  margin-block: 4.5rem 7rem;
}

.service-page--creative-direction[dir="rtl"] :is(.service-hero h1, .service-hero > p, .service-positioning h2, .service-section-heading h2, .service-question-grid p, .service-deliverable-grid strong, .service-cta h2, .service-next strong) {
  letter-spacing: 0;
}

.service-page--creative-direction[dir="rtl"] .service-hero h1 { line-height: 1.35; }
.service-page--creative-direction[dir="rtl"] .service-hero > p { line-height: 1.95; }
.service-page--creative-direction[dir="rtl"] :is(.service-positioning h2, .service-section-heading h2) { line-height: 1.75; }
.service-page--creative-direction[dir="rtl"] .service-positioning > div > p { line-height: 2.35; }
.service-page--creative-direction[dir="rtl"] .service-question-grid p { line-height: 2; }
.service-page--creative-direction[dir="rtl"] .service-deliverable-grid strong { line-height: 2; }
.service-page--creative-direction[dir="rtl"] .service-process :is(h3, li p) { line-height: 2.2; }
.service-page--creative-direction[dir="rtl"] :is(.service-cta h2, .service-next strong) { line-height: 1.55; }

/* Give the People / Behind DIVIDE lockup more air without changing its scale. */
.site-shell[dir="ltr"] .team-heading h2 {
  letter-spacing: 0.015em;
}

.site-shell[dir="ltr"] .team-heading h2 span {
  word-spacing: 0.16em;
}

.site-shell[dir="rtl"] .team-heading h2 {
  letter-spacing: 0;
  line-height: 1.15;
}

/* Partner marks read cleanly on a neutral field; white counters now merge into the tile. */
.client-logo-wall {
  border-color: rgba(255, 255, 255, 0.42);
  gap: 0.5rem;
}

.client-logo-tile,
.client-logo-tile:hover {
  background: #ffffff;
  border: 0;
  filter: none;
}

.client-logo-tile:hover {
  transform: translateY(-0.25rem);
}

.client-logo-tile .partner-logo-art {
  font-size: clamp(0.72rem, 0.98vw, 0.96rem);
}

@media (max-width: 760px) {
  .service-page--creative-direction .service-hero h1 {
    font-size: clamp(3.4rem, 17vw, 5.6rem);
  }

  .service-page--creative-direction :is(.service-positioning, .service-questions, .service-deliverables, .service-process) {
    padding-block: 7rem;
  }

  .service-page--creative-direction .service-section-heading {
    margin-bottom: 5rem;
  }

  .service-page--creative-direction .service-question-grid article,
  .service-page--creative-direction .service-deliverable-grid > div,
  .service-page--creative-direction .service-process li {
    min-height: 0;
  }

  .service-page--creative-direction .service-question-grid p {
    margin-top: 4rem;
  }

  .site-shell[dir="ltr"] .team-heading h2 {
    letter-spacing: 0.01em;
  }

  .client-logo-wall {
    gap: 0.35rem;
  }

  .client-logo-tile .partner-logo-art {
    font-size: 0.64rem;
  }
}
/* More breathing room for the English studio introduction. */
.site-shell[dir="ltr"] .intro-editorial h2 {
  letter-spacing: -0.02em;
  line-height: 1.28 !important;
  max-width: 21ch;
}

@media (max-width: 620px) {
  .site-shell[dir="ltr"] .intro-editorial h2 {
    line-height: 1.34 !important;
  }
}


/* WordPress integration layer */
.admin-bar .site-nav,
.admin-bar .proposal-topbar { top: 32px; }
.skip-link:focus {
  position: fixed;
  z-index: 99999;
  inset-block-start: .75rem;
  inset-inline-start: .75rem;
  width: auto;
  height: auto;
  padding: .75rem 1rem;
  clip: auto;
  background: #fff;
  color: #080808;
}
.brand-logo img { width: 100%; height: 100%; object-fit: contain; }
.partner-board { width: 22rem; height: 6.4rem; object-fit: contain; flex: 0 0 auto; }
.partner-ticker-group { gap: 2.5rem; padding-inline: 1.25rem; }
.dv-client-boards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-top: clamp(2rem, 5vw, 5rem);
  background: rgba(8,8,8,.14);
}
.dv-client-boards img {
  width: 100%;
  min-height: 24rem;
  object-fit: contain;
  padding: clamp(1rem, 3vw, 3rem);
  background: var(--paper, #f2f0e9);
}
.dv-honeypot {
  position: absolute !important;
  inset-inline-start: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.form-error {
  margin: 1rem 0 0;
  padding: .75rem 1rem;
  border: 1px solid #b51f2e;
  color: #b51f2e;
}
.contact-form button:disabled { opacity: .55; cursor: wait; }
.service-stage > span b { font: inherit; }
.dv-generic,
.dv-not-found {
  min-height: 100vh;
  padding-top: clamp(8rem, 14vw, 13rem);
  background: var(--paper, #f2f0e9);
  color: #080808;
}
.dv-generic > .eyebrow,
.dv-generic > article,
.dv-generic > .dv-post-grid,
.dv-generic > nav,
.dv-not-found > * { max-width: 90rem; margin-inline: auto; }
.dv-generic h1,
.dv-not-found h1 { max-width: 70rem; font-size: clamp(3rem, 8vw, 8rem); line-height: .95; }
.dv-reading .entry-content { max-width: 52rem; font-size: 1.05rem; line-height: 1.9; }
.dv-post-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.dv-post-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.dv-not-found { display: grid; align-content: center; gap: 1.5rem; }
.dv-not-found > span { color: #0f33ff; font-size: clamp(5rem, 18vw, 18rem); line-height: .75; }
.dv-not-found > a { width: fit-content; padding-bottom: .4rem; border-bottom: 1px solid currentColor; }
.divad-wordpress img { max-width: 100%; }
.divad-wordpress .project-image-wrap img,
.divad-wordpress .case-cover img,
.divad-wordpress .service-cover > img { width: 100%; }
.wp-block-image img { height: auto; }
@media (max-width: 782px) {
  .admin-bar .site-nav,
  .admin-bar .proposal-topbar { top: 46px; }
}
@media (max-width: 760px) {
  .dv-client-boards,
  .dv-post-grid { grid-template-columns: 1fr; }
  .dv-client-boards img { min-height: 13rem; }
  .partner-board { width: 15rem; height: 4.75rem; }
}

