/**
 * Fire CMA 2.1 — full-screen editorial motion system.
 */
:root {
  --fire-v21-red: #fc0b0a;
  --fire-v21-orange: #ff6426;
  --fire-v21-ink: #100202;
  --fire-v21-ink-soft: #241010;
  --fire-v21-paper: #fff8f5;
  --fire-v21-paper-deep: #f2e8e4;
  --fire-v21-line: rgba(16, 2, 2, .14);
  --fire-v21-radius: 24px;
  --fire-v21-ease: cubic-bezier(.16, 1, .3, 1);
  --fire-v21-container: min(1600px, calc(100vw - clamp(32px, 7vw, 120px)));
}

html { scroll-padding-top: 112px; }
.site-main--v21 { overflow: visible; }
.site-main--v21 .section { padding-block: clamp(96px, 10vw, 176px); }
.site-main--v21 .container { min-width: 0; }
.site-main--v21 .section-title,
.site-main--v21 h1,
.site-main--v21 h2,
.site-main--v21 h3 { text-wrap: balance; }
html[dir="rtl"] .site-main--v21 .section-title { line-height: 1.14; }
.site-main--v21 img { max-width: 100%; }

/* Reveal system */
.firecma-reveal-ready .site-main--v21 .reveal,
.firecma-reveal-ready .site-footer--v21 .reveal {
  opacity: 0;
  filter: blur(10px);
  transform: translate3d(0, 54px, 0) scale(.985);
  transition:
    opacity .85s ease var(--reveal-delay, 0ms),
    filter .85s ease var(--reveal-delay, 0ms),
    transform 1.05s var(--fire-v21-ease) var(--reveal-delay, 0ms);
}
.firecma-reveal-ready .site-main--v21 .reveal.is-visible,
.firecma-reveal-ready .site-footer--v21 .reveal.is-visible {
  opacity: 1;
  filter: none;
  transform: none;
}
.firecma-reveal-ready .site-main--v21 [data-work-slide].reveal { transform: none; }
.firecma-reveal-ready .site-main--v21 [data-reveal-direction="inline"] {
  transform: translate3d(54px, 0, 0);
}
html[dir="rtl"].firecma-reveal-ready .site-main--v21 [data-reveal-direction="inline"] {
  transform: translate3d(-54px, 0, 0);
}
.firecma-reveal-ready .site-header--v21 .site-header__inner {
  opacity: 0;
  transform: translate3d(0, -24px, 0) scale(.985);
  animation: fire-v21-header-in .8s var(--fire-v21-ease) .08s forwards;
}
@keyframes fire-v21-header-in { to { opacity: 1; transform: none; } }

/* Floating white glass navigation */
.site-header.site-header--floating.site-header--v21,
.site-header.site-header--floating.site-header--v21.is-scrolled {
  top: clamp(10px, 1.2vw, 20px);
  height: 76px;
  padding-inline: clamp(8px, 1.4vw, 22px);
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.admin-bar .site-header.site-header--floating.site-header--v21,
.admin-bar .site-header.site-header--floating.site-header--v21.is-scrolled { top: 48px; }
.site-header.site-header--floating.site-header--v21 .site-header__inner,
.site-header.site-header--floating.site-header--v21.is-scrolled .site-header__inner {
  width: min(1510px, 100%);
  height: 76px;
  padding: 8px 10px 8px 20px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 22px;
  color: var(--fire-v21-ink);
  background: rgba(255, 250, 248, .86);
  box-shadow: 0 18px 54px rgba(24, 4, 4, .14), inset 0 1px rgba(255, 255, 255, .92);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
  transition: width .45s var(--fire-v21-ease), background .35s ease, box-shadow .35s ease;
}
html[dir="rtl"] .site-header.site-header--floating.site-header--v21 .site-header__inner { padding: 8px 20px 8px 10px; }
.site-header.site-header--floating.site-header--v21.is-scrolled .site-header__inner {
  width: min(1390px, 100%);
  background: rgba(255, 250, 248, .94);
  box-shadow: 0 22px 64px rgba(24, 4, 4, .19), inset 0 1px rgba(255, 255, 255, .96);
}
.site-header.site-header--floating.site-header--v21 .desktop-nav a,
.site-header.site-header--floating.site-header--v21 .desktop-nav a:hover,
.site-header.site-header--floating.site-header--v21 .desktop-nav a.is-active,
.site-header.site-header--floating.site-header--v21 .desktop-nav a[aria-current="location"],
.site-header.site-header--floating.site-header--v21 .language-switch,
.site-header.site-header--floating.site-header--v21 .menu-toggle { color: var(--fire-v21-ink); }
.site-header.site-header--floating.site-header--v21.is-scrolled .menu-toggle {
  color: var(--fire-v21-ink);
  border-color: rgba(16, 2, 2, .14);
}
.site-header.site-header--floating.site-header--v21 .desktop-nav a::after { background: var(--fire-v21-red); }
.site-header.site-header--floating.site-header--v21 .site-logo-lockup--dark { --logo-color: var(--fire-v21-ink); }
.site-header.site-header--floating.site-header--v21 .language-switch {
  border-color: rgba(16, 2, 2, .13);
  background: rgba(16, 2, 2, .045);
}
.site-header.site-header--floating.site-header--v21 .language-switch i,
.site-header.site-header--floating.site-header--v21 .language-switch__code { color: rgba(16, 2, 2, .54); }
.site-header.site-header--floating.site-header--v21 .language-switch__code.is-current { color: var(--fire-v21-ink); }
.site-header.site-header--floating.site-header--v21 .header-cta { color: #fff; background: var(--fire-v21-red); }
.site-header.site-header--floating.site-header--v21 .menu-toggle { border-color: rgba(16, 2, 2, .14); background: transparent; }

/* Hero signal strip */
.hero--v20 .hero__disciplines {
  margin-top: clamp(36px, 4vw, 62px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-color: rgba(255, 255, 255, .2);
}
.hero--v20 .hero__disciplines span,
.hero--v20 .hero__disciplines span:first-child {
  min-width: 0;
  min-height: 78px;
  padding: 18px clamp(14px, 1.5vw, 24px);
  display: flex;
  align-items: center;
  color: rgba(255, 248, 245, .88);
  border-inline-start: 0;
  border-inline-end: 1px solid rgba(255, 255, 255, .2);
  font-size: clamp(16px, 1.25vw, 21px);
  font-weight: 650;
  line-height: 1.4;
}
.hero--v20 .hero__disciplines span:last-child { border-inline-end: 0; }
html[dir="rtl"] .hero--v20 .hero__disciplines span {
  font-family: var(--font-ar);
  font-size: clamp(18px, 1.35vw, 23px);
  line-height: 1.55;
  letter-spacing: 0;
}
.hero--v20 .hero__disciplines span:hover { color: #fff; background: var(--fire-v21-red); }

/* Story */
.site-main--v21 .story--v20 { overflow: clip; }
.story--v20 .story__grid {
  direction: ltr;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  grid-template-areas: "visual copy";
  gap: clamp(48px, 7vw, 120px);
}
.story--v20 .story__visual { grid-area: visual; }
.story--v20 .story__content { grid-area: copy; direction: ltr; text-align: left; }
html[dir="rtl"] .story--v20 .story__content { direction: rtl; text-align: right; }
.story--v20 .story__image-wrap { border-radius: 0; box-shadow: 20px 24px 0 rgba(252, 11, 10, .11); }
html[dir="rtl"] .story--v20 .story__image-wrap { box-shadow: -20px 24px 0 rgba(252, 11, 10, .11); }
.story--v20 .story__quote {
  position: relative;
  min-height: 7.4em;
  margin-top: clamp(34px, 4vw, 64px);
  padding: 30px 30px 30px 38px;
  border-inline-start: 5px solid var(--fire-v21-red);
  background: rgba(16, 2, 2, .055);
  font-size: clamp(20px, 1.7vw, 29px);
  line-height: 1.65;
}
html[dir="rtl"] .story--v20 .story__quote { padding: 30px 38px 30px 30px; }
.story__quote.is-typing .story__quote-text::after,
.firecma-typing-output.is-typing::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: .9em;
  margin-inline-start: .18em;
  background: var(--fire-v21-red);
  animation: fire-v21-caret .7s steps(1) infinite;
}
@keyframes fire-v21-caret { 50% { opacity: 0; } }

/* Capabilities */
.services--v20 .services__layout { align-items: start; }
.services--v20 .service-card { will-change: transform, opacity; }
.services--v20 .service-card__body h3 { min-height: 2.4em; }
.services--v20 .firecma-typing-output { display: inline; }
.services--v20 .service-card.is-typing .firecma-typing-output::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: .76em;
  margin-inline-start: .12em;
  background: currentColor;
  animation: fire-v21-caret .65s steps(1) infinite;
}
.firecma-reveal-ready .site-main--v21 .services--v20 .service-card.reveal.is-visible:hover {
  transform: translate3d(0, -8px, 0);
}
html[dir="ltr"] .services--v21 .services__intro .section-title {
  max-width: 100%;
  font-size: clamp(54px, 5.4vw, 92px);
  overflow-wrap: anywhere;
}
html[dir="ltr"] .transformation--v21 .section-title {
  max-width: 100%;
  font-size: clamp(50px, 5vw, 88px);
  overflow-wrap: anywhere;
}

/* Full-screen vertical portfolio */
.site-main--v21 .work--v20 {
  padding: 0;
  overflow: visible;
  background: var(--fire-v21-ink);
}
.site-main--v21 .work--v20::before,
.site-main--v21 .work--v20::after { display: none; content: none; }
.work--v20 .work__intro {
  width: 100%;
  max-width: none;
  padding: clamp(104px, 11vw, 180px) max(clamp(22px, 6vw, 96px), calc((100vw - 1600px) / 2)) clamp(64px, 7vw, 112px);
  color: var(--fire-v21-ink);
  background: var(--fire-v21-paper);
}
.work--v20 .work__heading { margin: 0; }
.work--v20 .work-slider { width: 100%; background: #050000; }
.work--v20 .work-slide {
  --work-slide-accent: var(--fire-v21-red);
  position: relative;
  isolation: isolate;
  width: 100%;
  height: 100svh;
  min-height: 100svh;
  margin: 0;
  display: grid;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: #080202;
  scroll-margin-top: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.work--v20 .work-slide:nth-child(3n + 2) { --work-slide-accent: var(--fire-v21-orange); }
.work--v20 .work-slide__media,
.work--v20 .work-slide__scrim { position: absolute; inset: 0; }
.work--v20 .work-slide__media { z-index: 0; overflow: hidden; }
.work--v20 .work-slide__image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  filter: none !important;
  transform: scale(1.035);
  transition: transform 1.5s var(--fire-v21-ease), filter .8s ease;
}
.work--v20 .work-slide__scrim {
  background:
    linear-gradient(90deg, rgba(5, 0, 0, .88) 0%, rgba(5, 0, 0, .58) 43%, rgba(5, 0, 0, .1) 78%),
    linear-gradient(0deg, rgba(5, 0, 0, .64), transparent 54%);
}
html[dir="rtl"] .work--v20 .work-slide__scrim {
  background:
    linear-gradient(270deg, rgba(5, 0, 0, .88) 0%, rgba(5, 0, 0, .58) 43%, rgba(5, 0, 0, .1) 78%),
    linear-gradient(0deg, rgba(5, 0, 0, .64), transparent 54%);
}
.work--v20 .work-slide__overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 0;
  padding: clamp(116px, 12vh, 164px) max(clamp(22px, 6vw, 96px), calc((100vw - 1600px) / 2)) clamp(54px, 8vh, 96px);
  display: flex;
  align-items: flex-end;
}
.work--v20 .work-slide__content { width: min(780px, 100%); }
.work--v20 .work-slide:nth-child(even) .work-slide__content { margin-inline-start: auto; }
.work--v20 .work-slide__meta {
  margin-bottom: 22px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: rgba(255, 255, 255, .8);
  font: 750 12px/1.3 var(--font-en);
  letter-spacing: .14em;
  text-transform: uppercase;
}
html[dir="rtl"] .work--v20 .work-slide__meta {
  font-family: var(--font-ar);
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}
.work--v20 .work-slide__meta p { margin: 0; }
.work--v20 .work-slide__content h3 {
  max-width: 13ch;
  margin: 0;
  color: #fff;
  font-size: clamp(52px, min(8.4vw, 11svh), 148px);
  line-height: .87;
  letter-spacing: -.07em;
  overflow-wrap: anywhere;
}
html[dir="rtl"] .work--v20 .work-slide__content h3 {
  max-width: 11ch;
  font-size: clamp(50px, min(7.6vw, 11svh), 132px);
  line-height: 1.09;
  letter-spacing: -.035em;
}
.work--v20 .work-slide__description {
  max-width: 58ch;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: clamp(16px, 1.3vw, 21px);
  line-height: 1.65;
}
.work--v20 .work-slide__action {
  min-height: 58px;
  margin-top: 34px;
  padding: 12px 18px 12px 24px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 999px;
  color: #fff;
  background: rgba(5, 0, 0, .3);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: color .3s ease, background .3s ease, border-color .3s ease, transform .35s var(--fire-v21-ease);
}
html[dir="rtl"] .work--v20 .work-slide__action { padding: 12px 24px 12px 18px; }
.work--v20 .work-slide__action svg { width: 34px; height: 34px; padding: 8px; border-radius: 50%; background: var(--work-slide-accent); }
.work--v20 .work-slide__action:hover { color: var(--fire-v21-ink); border-color: #fff; background: #fff; transform: translateY(-4px); }
.work--v20 .work-slide::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset-inline-start: 0;
  bottom: 0;
  width: 5px;
  height: 100%;
  background: var(--work-slide-accent);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 1s var(--fire-v21-ease);
}
.work--v20 .work-slide.is-active::after { transform: scaleY(1); }
.work--v20 .work-slide.is-active .work-slide__image { transform: scale(1); }

/* Before/after and process */
.transformation--v20 .before-after { border-radius: 0; }
.site-main--v21 .process--v21 { overflow: clip; }
.process--v20 .process-step { transform-origin: bottom center; }
.firecma-reveal-ready .process--v20 .process-step:nth-of-type(odd):not(.is-visible) { transform: translate3d(-52px, 54px, 0) rotate(-2deg); }
.firecma-reveal-ready .process--v20 .process-step:nth-of-type(even):not(.is-visible) { transform: translate3d(52px, 54px, 0) rotate(2deg); }
html[dir="rtl"].firecma-reveal-ready .process--v20 .process-step:nth-of-type(odd):not(.is-visible) { transform: translate3d(52px, 54px, 0) rotate(2deg); }
html[dir="rtl"].firecma-reveal-ready .process--v20 .process-step:nth-of-type(even):not(.is-visible) { transform: translate3d(-52px, 54px, 0) rotate(-2deg); }

/* Redesigned impact statistics */
.site-main--v21 .impact--v21 { background: #080000; }
.impact--v21 .impact__top { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: clamp(46px, 7vw, 118px); align-items: end; }
.impact--v21 .impact__principles { align-self: end; }
.impact--v21 .impact__stats,
.impact--v21 .stats-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(10px, 1.2vw, 18px);
  margin: clamp(70px, 8vw, 128px) 0 0;
  padding: 0;
  list-style: none;
}
.impact--v21 .stat-card {
  min-width: 0;
  min-height: clamp(410px, 42vw, 610px);
  padding: clamp(30px, 3.5vw, 58px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: var(--fire-v21-ink-soft);
}
.impact--v21 .stat-card:nth-child(1) { grid-column: span 5; color: var(--fire-v21-ink); background: var(--fire-v21-paper); }
.impact--v21 .stat-card:nth-child(2) { grid-column: span 3; background: var(--fire-v21-red); }
.impact--v21 .stat-card:nth-child(3) { grid-column: span 4; border: 1px solid rgba(255, 255, 255, .2); background: transparent; }
.impact--v21 .stat-card::after {
  content: "0" attr(data-stat-index);
  position: absolute;
  z-index: 3;
  inset-inline-start: clamp(30px, 3.5vw, 58px);
  top: clamp(30px, 3.5vw, 58px);
  color: currentColor;
  opacity: .55;
  font: 800 12px/1 var(--font-en);
  letter-spacing: .15em;
}
.impact--v21 .stat-card__index {
  position: relative;
  z-index: 3;
  color: currentColor;
  opacity: .55;
  font: 800 12px/1 var(--font-en);
  letter-spacing: .15em;
}
.impact--v21 .stat-card__content { position: relative; z-index: 2; margin-top: auto; }
.impact--v21 .stat-card__number {
  margin: 0 0 32px;
  color: currentColor;
  font-size: clamp(88px, 10vw, 176px);
  line-height: .75;
}
.impact--v21 .stat-card > strong,
.impact--v21 .stat-card__content > strong { display: block; color: currentColor; font-size: clamp(22px, 2vw, 34px); line-height: 1.25; }
.impact--v21 .stat-card > span,
.impact--v21 .stat-card__content > span { display: block; margin-top: 12px; color: currentColor; opacity: .62; }
.impact--v21 .stat-card__chart { inset-inline-end: -70px; top: -72px; width: 270px; height: 270px; opacity: .34; }
.impact--v21 .stat-card:nth-child(1) .stat-card__chart circle { stroke: rgba(16, 2, 2, .1); }

/* Full-stage disciplines */
.site-main--v21 .team--v21 { background: var(--fire-v21-paper-deep); }
.team--v21 .team__heading { margin-bottom: clamp(52px, 7vw, 104px); }
.team--v21 .team__heading .section-heading {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr);
  grid-template-areas: "kicker kicker" "title copy";
  gap: 28px clamp(48px, 8vw, 138px);
  align-items: end;
}
.team--v21 .team__heading .section-kicker { grid-area: kicker; }
.team--v21 .team__heading .section-title { grid-area: title; max-width: 12ch; }
.team--v21 .team__heading .section-copy { grid-area: copy; margin: 0; }
.team--v21 .team__stage,
.team--v21 .team__frame {
  width: 100%;
  max-width: none;
  min-height: min(88svh, 940px);
  grid-template-columns: minmax(0, 1.45fr) minmax(360px, .55fr);
  border-radius: 0;
  box-shadow: none;
}
.team--v21 .team__media,
.team--v21 .team__image-wrap {
  min-height: min(88svh, 940px);
  margin: 0;
}
.team--v21 .team__disciplines {
  min-width: 0;
  padding: clamp(36px, 5vw, 78px);
  display: flex;
  align-items: center;
  background: var(--fire-v21-ink);
}
.team--v21 .team__roles {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  list-style: none;
  background: transparent;
}
.team--v21 .team__role {
  position: relative;
  padding: clamp(18px, 2.2vh, 28px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  color: rgba(255, 255, 255, .74);
  font-size: clamp(24px, 2.2vw, 38px);
  line-height: 1.2;
}
.team--v21 .team__role > span {
  min-height: 0;
  padding: 0;
  padding-inline-start: 0;
  display: block;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
  transform: none;
}
.team--v21 .team__role > span::before { content: none; }
.team--v21 .team__role::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: var(--fire-v21-red);
  transition: width .55s var(--fire-v21-ease);
}
.team--v21 .team__role:hover { color: #fff; }
.team--v21 .team__role:hover::before { width: 100%; }

/* Continuous client marquee */
/* direction:ltr keeps the max-content track anchored at x:0 in RTL too — otherwise it overflows
   left and the translateX loop pushes every logo off-screen for most of the cycle */
.clients--v20 .client-marquee { overflow: hidden; direction: ltr; }
/* Explicit box so lazy-loaded logos are never 0x0 (Chrome skips fetching zero-size lazy images) */
.clients--v20 .client-logo img { width: 100%; height: 90px; object-fit: contain; }
.clients--v20 .client-marquee__track { animation-duration: 26s; animation-play-state: running; will-change: transform; }
.clients--v20 .client-marquee:hover .client-marquee__track { animation-play-state: running; }

/* FAQ */
.site-main--v21 .faq--v21 { overflow: clip; background: var(--fire-v21-paper-deep); }
.faq--v21 .faq__shell,
.faq--v21 .faq__grid {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 8vw, 140px);
  align-items: start;
}
.faq--v21 .faq__intro,
.faq--v21 .faq__heading { position: sticky; top: 128px; min-width: 0; }
.faq--v21 .faq__items,
.faq--v21 .faq__accordion,
.faq--v21 .faq__list { min-width: 0; }
.faq--v21 .faq__list { margin: 0; padding: 0; list-style: none; }
.faq--v21 .faq__entry { margin: 0; padding: 0; }
.faq--v21 .faq-item {
  margin: 0 0 12px;
  overflow: hidden;
  border: 1px solid rgba(16, 2, 2, .13) !important;
  border-radius: 0;
  background: rgba(255, 255, 255, .58);
  transform: none;
}
.faq--v21 .faq-item:hover,
.faq--v21 .faq-item[open],
html[dir="ltr"] .faq--v21 .faq-item:hover,
html[dir="ltr"] .faq--v21 .faq-item[open] { background: #fff; transform: none; }
.faq--v21 .faq-item summary {
  min-height: 112px;
  padding: 26px clamp(22px, 3vw, 44px);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(16px, 2vw, 30px);
  align-items: center;
  color: var(--fire-v21-ink);
}
.faq--v21 .faq-item summary .faq-item__index {
  grid-column: 1;
  display: block;
  color: var(--fire-v21-red);
  font: 800 12px/1 var(--font-en);
  letter-spacing: .14em;
}
.faq--v21 .faq-item summary > .faq-item__question {
  grid-column: 2;
  min-width: 0;
  display: block;
  grid-template-columns: none;
  font-size: clamp(19px, 1.65vw, 27px);
  line-height: 1.45;
}
.faq--v21 .faq-item summary i {
  grid-column: 3;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--fire-v21-ink);
  rotate: 0deg;
  transition: transform .45s var(--fire-v21-ease), background .3s ease;
}
.faq--v21 .faq-item[open] summary i { background: var(--fire-v21-red); transform: rotate(45deg); }
.faq--v21 .faq-item__answer { padding: 0 clamp(22px, 3vw, 44px) 34px; }
.faq--v21 .faq-item__answer p { max-width: 70ch; margin: 0; padding: 0; font-size: 17px; line-height: 1.8; }

/* Contact and location */
.site-main--v21 .contact--v21 { padding-bottom: 0; }
.contact--v21 .contact__grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  gap: clamp(42px, 7vw, 112px);
}
.contact--v21 .contact__primary,
.contact--v21 .contact__content,
.contact--v21 .contact__details,
.contact--v21 .contact__secondary,
.contact--v21 .contact-form { width: 100%; min-width: 0; }
.contact--v21 .contact__secondary { display: flex; flex-direction: column; }
.contact--v21 .contact__details { display: grid; gap: 14px; }
.contact--v21 .contact__direct { font-style: normal; }
.contact--v21 .contact__location,
.contact--v21 .contact__visual {
  min-height: clamp(330px, 37vw, 520px);
  margin: 34px 0 0;
  overflow: hidden;
  border-radius: 0;
}
.contact--v21 .contact__location img,
.contact--v21 .contact__visual img { width: 100%; height: 100%; object-fit: cover; }
.contact--v21 .contact-form { border-radius: 0; }

/* Interactive footer words */
.site-footer--v21 { padding-top: clamp(100px, 11vw, 180px); }
.site-footer--v21 .site-footer__headline {
  grid-template-columns: minmax(0, 1fr) auto;
  overflow: visible;
}
.site-footer--v21 .site-footer__words,
.site-footer--v21 .site-footer__headline h2 {
  max-width: 12ch;
  display: flex;
  flex-wrap: wrap;
  gap: 0 .16em;
  overflow: visible;
}
.site-footer--v21 .site-footer__word,
.site-footer--v21 [data-footer-word] {
  display: inline-block;
  color: #fff;
  transform: translate3d(var(--footer-word-x, 0), var(--footer-word-y, 0), 0) rotate(var(--footer-word-rotate, 0deg));
  transform-origin: center;
  transition: color .25s ease, transform .2s ease-out;
  will-change: transform;
}
.site-footer--v21.is-pointer-active .site-footer__word:hover,
.site-footer--v21.is-pointer-active [data-footer-word]:hover { color: var(--fire-v21-red); }
.site-footer--v21 .site-footer__bottom { min-width: 0; }
html[dir="rtl"] .site-footer--v21 .site-footer__bottom,
.site-footer--v21 .site-footer__bottom a[lang="ar"] {
  font-family: var(--font-ar);
  font-size: 12px;
  letter-spacing: 0;
}

@media (max-width: 1100px) {
  .story--v20 .story__grid { grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr); gap: 48px; }
  .impact--v21 .impact__top { grid-template-columns: minmax(0, 1fr); }
  .impact--v21 .stat-card:nth-child(1) { grid-column: span 7; }
  .impact--v21 .stat-card:nth-child(2) { grid-column: span 5; }
  .impact--v21 .stat-card:nth-child(3) { grid-column: 1 / -1; min-height: 390px; }
  .team--v21 .team__stage,
  .team--v21 .team__frame { grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); }
  .faq--v21 .faq__shell,
  .faq--v21 .faq__grid { grid-template-columns: minmax(0, 1fr); }
  .faq--v21 .faq__intro,
  .faq--v21 .faq__heading { position: relative; top: auto; }
  .contact--v21 .contact__grid { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 782px) {
  html { scroll-padding-top: 84px; }
  .site-main--v21 .section { padding-block: 78px; }
  .admin-bar .site-header.site-header--floating.site-header--v21,
  .admin-bar .site-header.site-header--floating.site-header--v21.is-scrolled { top: 54px; }
  .site-header.site-header--floating.site-header--v21,
  .site-header.site-header--floating.site-header--v21.is-scrolled { top: 8px; height: 64px; padding-inline: 8px; }
  .site-header.site-header--floating.site-header--v21 .site-header__inner,
  .site-header.site-header--floating.site-header--v21.is-scrolled .site-header__inner {
    width: 100%;
    height: 64px;
    padding: 6px 7px 6px 13px;
    border-radius: 18px;
  }
  html[dir="rtl"] .site-header.site-header--floating.site-header--v21 .site-header__inner { padding: 6px 13px 6px 7px; }
  .hero--v20 .hero__disciplines { grid-template-columns: minmax(0, 1fr); }
  .hero--v20 .hero__disciplines span,
  .hero--v20 .hero__disciplines span:first-child {
    min-height: 62px;
    padding: 14px 4px;
    border-inline-end: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    font-size: 17px;
  }
  html[dir="rtl"] .hero--v20 .hero__disciplines span { font-size: 18px; }
  .story--v20 .story__grid {
    direction: ltr;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "copy" "visual";
    gap: 34px;
  }
  .story--v20 .story__content { width: 100%; min-width: 0; }
  .story--v20 .story__image-wrap { min-height: 460px; box-shadow: 10px 12px 0 rgba(252, 11, 10, .11); }
  html[dir="rtl"] .story--v20 .story__image-wrap { box-shadow: -10px 12px 0 rgba(252, 11, 10, .11); }
  .story--v20 .story__quote { min-height: 8.5em; padding: 24px; font-size: 19px; }
  .services--v20 .service-card__body h3 { min-height: 2.65em; }
  .work--v20 .work__intro { padding: 88px 20px 60px; }
  .work--v20 .work-slide { height: 100svh; min-height: 100svh; }
  .work--v20 .work-slide__overlay { height: 100%; min-height: 0; }
  .work--v20 .work-slide__overlay { padding: 104px 20px 42px; }
  .work--v20 .work-slide__scrim,
  html[dir="rtl"] .work--v20 .work-slide__scrim {
    background: linear-gradient(0deg, rgba(5, 0, 0, .93) 0%, rgba(5, 0, 0, .54) 52%, rgba(5, 0, 0, .12) 82%);
  }
  .work--v20 .work-slide__content h3,
  html[dir="rtl"] .work--v20 .work-slide__content h3 { max-width: 12ch; font-size: clamp(42px, min(15vw, 10svh), 82px); }
  .work--v20 .work-slide__description { margin-top: 18px; font-size: 15px; }
  .work--v20 .work-slide__action { margin-top: 24px; }
  .process--v20 .process-step { min-height: 360px; }
  .impact--v21 .impact__stats,
  .impact--v21 .stats-grid { grid-template-columns: minmax(0, 1fr); }
  .impact--v21 .stat-card,
  .impact--v21 .stat-card:nth-child(n) { grid-column: auto; min-height: 390px; }
  .impact--v21 .stat-card__number { font-size: clamp(82px, 28vw, 138px); }
  .team--v21 .team__stage,
  .team--v21 .team__frame { grid-template-columns: minmax(0, 1fr); min-height: auto; }
  .team--v21 .team__heading .section-heading {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "kicker" "title" "copy";
    gap: 22px;
  }
  .team--v21 .team__heading .section-title { max-width: 100%; }
  .team--v21 .team__heading .section-copy { margin-top: 4px; }
  .team--v21 .team__media,
  .team--v21 .team__image-wrap { min-height: 58svh; }
  .team--v21 .team__disciplines { padding: 30px 22px; }
  .faq--v21 .faq-item summary { min-height: 94px; padding: 20px 18px; grid-template-columns: auto minmax(0, 1fr) auto; }
  .faq--v21 .faq-item summary > span { font-size: 18px; }
  .faq--v21 .faq-item summary i { width: 40px; height: 40px; }
  .faq--v21 .faq-item__answer { padding: 0 18px 26px; }
  .contact--v21 .contact__grid { grid-template-columns: minmax(0, 1fr); }
  .contact--v21 .contact__primary,
  .contact--v21 .contact__content,
  .contact--v21 .contact__details,
  .contact--v21 .contact__secondary,
  .contact--v21 .contact__direct,
  .contact--v21 .contact-form { max-width: 100%; min-width: 0; }
  .contact--v21 .contact__location,
  .contact--v21 .contact__visual { min-height: 330px; }
  .site-footer--v21 .site-footer__headline { grid-template-columns: minmax(0, 1fr); }
  .site-footer--v21 .site-footer__words,
  .site-footer--v21 .site-footer__headline h2 { max-width: 100%; }
}

@media (max-width: 480px) {
  .site-main--v21 .section { padding-block: 68px; }
  .hero--v20 .hero__disciplines span,
  html[dir="rtl"] .hero--v20 .hero__disciplines span { font-size: 17px; }
  .story--v20 .story__image-wrap { min-height: 390px; }
  .story--v20 .story__quote { min-height: 10em; }
  html[dir="ltr"] .services--v21 .services__intro .section-title {
    max-width: 100%;
    font-size: clamp(48px, 16vw, 58px);
    overflow-wrap: anywhere;
  }
  html[dir="ltr"] .transformation--v21 .section-title {
    max-width: 100%;
    font-size: clamp(42px, 14vw, 54px);
    overflow-wrap: anywhere;
  }
  .site-footer--v21 .site-footer__words,
  .site-footer--v21 .site-footer__headline h2 { font-size: clamp(52px, 19vw, 64px); }
  .site-footer--v21 [data-footer-word] { white-space: nowrap; }
  .work--v20 .work-slide__meta { margin-bottom: 16px; }
  .work--v20 .work-slide__content h3,
  html[dir="rtl"] .work--v20 .work-slide__content h3 { font-size: clamp(42px, 14vw, 66px); }
  .work--v20 .work-slide__description { line-height: 1.55; }
  .impact--v21 .stat-card,
  .impact--v21 .stat-card:nth-child(n) { min-height: 350px; padding: 28px 24px; }
  .faq--v21 .faq-item summary .faq-item__index { display: none; }
  .faq--v21 .faq-item summary { grid-template-columns: minmax(0, 1fr) auto; }
  .faq--v21 .faq-item summary > .faq-item__question { grid-column: 1; }
  .faq--v21 .faq-item summary i { grid-column: 2; }
  .site-footer--v21 .site-footer__grid,
  .site-footer--v21 .site-footer__headline { grid-template-columns: minmax(0, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .firecma-reveal-ready .site-main--v21 .reveal,
  .firecma-reveal-ready .site-footer--v21 .reveal,
  .site-header--v21 .site-header__inner,
  .work--v20 .work-slide__image,
  .site-footer--v21 .site-footer__word {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }
  .clients--v20 .client-marquee__track { animation: none !important; }
}
.firecma-reduced-motion .site-main--v21 .reveal,
.firecma-reduced-motion .site-footer--v21 .reveal,
.firecma-reduced-motion .site-header--v21 .site-header__inner,
.firecma-reduced-motion .work--v20 .work-slide__image,
.firecma-reduced-motion .site-footer--v21 .site-footer__word {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  animation: none !important;
}
.firecma-reduced-motion .clients--v20 .client-marquee__track { animation: none !important; }
