/* ============================================================
   AITIHYAKA — STYLE v71
   Optimised vs v70:
   · Featured Projects: mobile/tablet uses natural stacked list
     (no GSAP pin on ≤1024 px) — eliminates overlap glitch
   · Hero: parallax + trail disabled on reduced-motion / mobile
   · Expertise carousel: touch-action fix, gap normalised
   · Images: all lazy below the fold, eager above
   · Media grid: capped at 900px, centred
   · WWD cards: aspect-ratio guard on mobile
   · Institutions: slide sizes tightened for tablet
   · All other rules from v70 preserved
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700;900&family=Syne:wght@400;600;700;800;900&family=Outfit:wght@300;400;500;600;700&display=swap');

:root {
  color-scheme: light;
  --star:     #F2E199;
  --sky:      #6FB8E6;
  --gold:     #ECB44D;
  --gold-lt:  #F7D98B;
  --city:     #1B3A68;
  --ink:      #191939;
  --green:    #1A7A4A;
  --royal:    #1A3BA0;
  --crimson:  #C0284A;
  --maroon:   #C42148;
  --page:     #FEFDEF;
  --card-bg:  #EDEACA;
  --burgundy: #590016;
  --display:  'Cinzel', Georgia, serif;
  --head:     'Syne', sans-serif;
  --sans:     'Outfit', -apple-system, sans-serif;
  --ease:     cubic-bezier(.22,1,.36,1);
  --tr:       all .35s var(--ease);
}
@media (prefers-color-scheme: dark) {
  :root { color-scheme: light; }
  html, body { background: #FEFDEF !important; color: #191939 !important; }
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html  { font-size: 17px; overflow-x: hidden; scroll-behavior: auto; color-scheme: light; }
body  {
  font-family: var(--sans); color: var(--ink); background: var(--page);
  font-size: 1.0625rem; line-height: 1.82; overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img   { max-width: 100%; height: auto; display: block; }
a     { color: inherit; text-decoration: none; }
ul, ol, li { list-style: none !important; list-style-type: none !important; padding-left: 0 !important; margin-left: 0 !important; }
li::marker, li::before { content: none !important; display: none !important; }
p { font-size: 1.0625rem; line-height: 1.88; }

.container        { max-width: 1280px; margin: 0 auto; padding: 0 clamp(16px,5vw,72px); }
.container-narrow { max-width: 800px;  margin: 0 auto; padding: 0 clamp(16px,5vw,72px); }

.scroll-reveal, .scroll-reveal-cell {
  opacity: 0; transform: translateY(22px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
}
.scroll-reveal.revealed, .scroll-reveal-cell.revealed { opacity: 1; transform: none; }
.scroll-reveal-cell { transform: scale(.93) translateY(12px); transition-delay: var(--cell-delay,0s); }
.scroll-reveal-cell.revealed { transform: none; }
.reveal-delay-1 { transition-delay: .10s !important; }
.reveal-delay-2 { transition-delay: .20s !important; }
.reveal-delay-3 { transition-delay: .30s !important; }

/* Respect prefers-reduced-motion everywhere */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .scroll-reveal, .scroll-reveal-cell { opacity: 1 !important; transform: none !important; }
}

.section-label  { display: none !important; }
.section-intro  { font-size: clamp(.96rem,1.3vw,1.06rem); line-height: 1.88; max-width: 520px; margin-top: 10px; opacity: .68; }
.section-header { margin-bottom: clamp(24px,4vh,44px); }
.section-header.centered { text-align: center; }
.section-header.centered .section-intro { margin: 10px auto 0; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px clamp(20px,2.5vw,32px); border-radius: 0 !important;
  font-family: var(--sans); font-size: clamp(.72rem,.86vw,.84rem); font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; transition: var(--tr);
  cursor: pointer; white-space: nowrap; border: none; flex-shrink: 0;
}
.btn-primary        { background: var(--ink);  color: var(--page); }
.btn-primary:hover  { background: var(--city); transform: translateY(-2px); }
.btn-outline        { background: transparent; border: 2px solid var(--ink); color: var(--ink); }
.btn-outline:hover  { background: var(--ink);  color: var(--page); transform: translateY(-2px); }
.btn-white          { background: var(--page); color: var(--ink); }
.btn-white:hover    { background: var(--gold); transform: translateY(-2px); }
.btn-cream          { background: var(--page); color: var(--ink); }
.btn-cream:hover    { background: var(--gold); transform: translateY(-2px); }

/* ── HIDDEN LEGACY ELEMENTS ─────────────────────────────────── */
.site-nav, .section-divider, .floral-vine-divider, .lotus-border-divider,
.mandala-strip-divider, .clients-battlement-divider, .featured-work-home,
.stack-scroll-outer, .stack-sticky, .fw-header-inner, .stack-card-wrap,
.stack-card, .stack-progress-dots, .work-cta-wrap, .expertise-wave-top,
.ec-carousel-outer, .ec-track, .ec-card, .ec-card-bg, .ec-card-overlay,
.ec-card-label, .ec-card-num, .ec-controls, .ec-arrow, .ec-dots, .ec-dot,
.ea-grid, .expertise-mosaic, .expertise-cell,
.ec-green, .ec-crimson, .ec-yellow, .ec-cream,
.ec-img-wrap, .ec-img-placeholder, .ec-label, .ec-ripple-ring,
.expertise-footer-pad, .interstitial-frame,
.cta-ring, .cta-ring-1, .cta-ring-2, .cta-ring-3, .cta-rainbow,
.media-source, .wwd-list, .wwd-item,
.fp-card-bar, .fp-card-num, .fp-progress-pips, .fp-pip,
.fp-floral { display: none !important; }

#heroTrailLayer {
  position: absolute !important; inset: 0 !important;
  width: 100% !important; height: 100% !important;
  overflow: visible !important; pointer-events: none !important; z-index: 20 !important;
}

/* ═══════════════════════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════════════════════ */
.hero {
  position: relative; min-height: 100svh; min-height: 100dvh;
  background: var(--page); display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center;
  overflow: clip;
  padding: clamp(88px,12vh,140px) clamp(16px,4vw,56px) clamp(134px,14vh,160px);
  isolation: isolate;
}
.hero-bg-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center; opacity: 0.35; z-index: 0;
  pointer-events: none; display: block; transform-origin: center center;
  will-change: transform;
}
.hero-bg-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: rgba(254,253,239,0.40); pointer-events: none;
}
.hero-grain {
  position: absolute; inset: 0; pointer-events: none; z-index: 2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E");
}
.hero-depth-fog {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: linear-gradient(to bottom, rgba(254,253,239,0.22) 0%, rgba(254,253,239,0.0) 55%);
}
.hero-inner {
  position: relative; z-index: 3; width: 100%;
  display: flex; flex-direction: column; align-items: center;
  transform-origin: center 40%; will-change: transform, opacity;
}
.hero-heading {
  font-family: var(--display); font-size: clamp(3rem,8.5vw,9rem); line-height: 1.06;
  letter-spacing: .03em; text-transform: uppercase; color: var(--maroon); text-align: center;
  margin-bottom: clamp(18px,3vh,34px); width: 100%; word-break: break-word;
}
.hero-line { display: block; overflow: hidden; white-space: nowrap; }
.hero-line-inner { display: block; }
.hero-line-inner > span { display: inline-block; }
.hero-tagline {
  font-family: var(--sans); font-size: clamp(.9rem,1.2vw,1.06rem); font-weight: 400;
  line-height: 1.78; color: var(--maroon); opacity: .62; max-width: 420px;
  margin-bottom: 0;
}

/* ── TAP TO SCROLL ── */
.hero-tap-scroll {
  display: flex;
  position: absolute;
  bottom: calc(34px + clamp(20px,3vh,36px));
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  flex-direction: column; align-items: center; gap: 7px;
  background: transparent; border: none; cursor: pointer; padding: 8px 20px;
  outline: none; -webkit-tap-highlight-color: transparent;
  user-select: none; -webkit-user-select: none;
  animation: tapBob 2.6s cubic-bezier(0.45,0,0.55,1) infinite;
}
.hero-tap-scroll-label {
  font-family: var(--sans); font-size: 0.60rem; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--maroon); opacity: 0.75; line-height: 1; white-space: nowrap;
}
.hero-tap-scroll-icon {
  display: flex; align-items: center; justify-content: center;
  width: 34px; height: 34px;
  border: 1.5px solid rgba(196,33,72,0.55); border-radius: 50%;
  transition: background 0.18s ease, border-color 0.18s ease;
}
.hero-tap-scroll-icon svg { display: block; }
.hero-tap-scroll:active .hero-tap-scroll-icon {
  background: var(--maroon); border-color: var(--maroon);
}
@keyframes tapBob {
  0%,100% { transform: translateX(-50%) translateY(0px); }
  50%      { transform: translateX(-50%) translateY(7px); }
}

/* Ticker */
.hero-ticker {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 3;
  overflow: hidden; background: #7A0020; padding: 9px 0;
}
.ticker-track {
  display: flex; white-space: nowrap; width: max-content;
  animation: tickerScroll 36s linear infinite;
  will-change: transform;
}
.ticker-track span {
  font-family: var(--sans); font-size: .6rem; font-weight: 600;
  letter-spacing: .15em; text-transform: uppercase;
  color: rgba(254,253,239,.62); padding: 0 16px;
}
.ticker-track .dot { color: var(--gold); padding: 0; }
@keyframes tickerScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ═══════════════════════════════════════════════════════════
   ABOUT
   ═══════════════════════════════════════════════════════════ */
.about-us-home {
  position: relative; background: var(--crimson);
  padding: clamp(56px,9vh,120px) 0 clamp(40px,7vh,90px); overflow: hidden; text-align: center;
}
.about-us-home::before {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cg fill='none' stroke='rgba(255,255,255,0.10)' stroke-width='0.9'%3E%3Cpath d='M20 60 C10 45 14 22 28 20 C42 18 46 34 38 44 C30 52 22 48 20 60 Z'/%3E%3Ccircle cx='27' cy='29' r='4'/%3E%3C/g%3E%3C/svg%3E");
}
.about-home-inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; max-width: 800px; margin: 0 auto; padding: 0 clamp(16px,5vw,48px); }
.about-label { font-family: var(--display); font-size: clamp(1.1rem,2vw,1.8rem); font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: #fff; margin-bottom: clamp(10px,2vh,20px); display: block; line-height: 1; }
.about-statement { font-family: var(--head); font-size: clamp(1.2rem,2.2vw,1.72rem); line-height: 1.78; font-weight: 500; text-align: center; color: #fff; margin-bottom: clamp(24px,4vh,44px); max-width: 700px; }
.about-home-ctas { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.about-us-home .btn-white { background: rgba(254,253,239,.15); color: #fff; border: 1.5px solid rgba(255,255,255,.38); }
.about-us-home .btn-white:hover { background: rgba(254,253,239,.28); color: #fff; transform: translateY(-2px); }

.about-statement .wrd { display: inline; opacity: 0.18; transition: opacity 0.12s ease; contain: style; }
.about-statement .wrd.lit { opacity: 1; }
.statement-text .wrd { display: inline; opacity: 0.18; transition: opacity 0.10s ease; contain: style; }
.statement-text .wrd.lit { opacity: 1; }

/* ═══════════════════════════════════════════════════════════
   JHAROKHA DIVIDER
   ═══════════════════════════════════════════════════════════ */
.jharokha-divider { display: block; line-height: 0; overflow: hidden; background: #1B3A68; position: relative; z-index: 2; margin-top: -1px; margin-bottom: -2px; isolation: isolate; }
.jharokha-divider svg { display: block; width: 100%; height: auto; vertical-align: bottom; }
.batt-mobile  { display: none  !important; }
.batt-desktop { display: block !important; }

/* ═══════════════════════════════════════════════════════════
   EXPERTISE CAROUSEL
   ═══════════════════════════════════════════════════════════ */
.expertise-areas {
  position: relative; background: #1B3A68;
  padding: clamp(48px,7vh,90px) 0 clamp(52px,8vh,96px); overflow: hidden;
  contain: layout style;
}
.expertise-areas::before {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36'%3E%3Cpath d='M18 0 L36 18 L18 36 L0 18 Z' fill='none' stroke='rgba(242,225,153,0.10)' stroke-width='0.8'/%3E%3Ccircle cx='18' cy='18' r='4' fill='none' stroke='rgba(242,225,153,0.07)' stroke-width='0.6'/%3E%3C/svg%3E");
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 18%, black 82%, transparent 100%);
          mask-image: linear-gradient(to bottom, transparent 0%, black 18%, black 82%, transparent 100%);
}
.expertise-areas::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 1;
  background: linear-gradient(to bottom, #1B3A68 0%, transparent 14%, transparent 86%, #1B3A68 100%);
}
.expertise-header { padding: 0 0 clamp(28px,4vh,44px); text-align: center; position: relative; z-index: 1; }
.expertise-title { font-family: var(--display); font-size: clamp(1.1rem,2vw,1.8rem); font-weight: 600; color: var(--star); text-transform: uppercase; letter-spacing: .28em; }
.ea-carousel-wrap { position: relative; width: 100%; z-index: 2; }
.ea-carousel-outer {
  width: 100%; overflow: hidden; cursor: grab;
  user-select: none; -webkit-user-select: none;
  /* Only prevent horizontal swipe — allow vertical scroll */
  touch-action: pan-y;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 6%, #000 94%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0%, #000 6%, #000 94%, transparent 100%);
}
.ea-carousel-outer.is-dragging { cursor: grabbing; touch-action: none; }
.ea-track {
  display: flex; align-items: stretch; gap: clamp(16px,2vw,28px);
  padding: clamp(20px,3vh,36px) clamp(40px,5vw,80px) clamp(20px,3vh,36px);
  width: max-content; will-change: transform;
  animation: none;
}
.ea-item {
  flex-shrink: 0; display: flex; flex-direction: column; align-items: center;
  width: clamp(200px,22vw,300px); text-decoration: none; cursor: default;
  transition: transform .35s var(--ease);
}
.ea-item:hover { transform: translateY(-10px); }
.ea-item:hover .ea-label { color: #fff; opacity: 1; }
.ea-item.ea-pre-enter, .ea-item.ea-entering { transition: none !important; }
.ea-arch { position: relative; width: 100%; aspect-ratio: 3/4; flex-shrink: 0; overflow: hidden; }
.ea-arch-frame { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: fill; z-index: 1; display: block; pointer-events: none; }
.ea-arch-photo { position: absolute; left: 20%; right: 20%; top: 32%; bottom: 18%; z-index: 2; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.ea-arch-photo img { width: 100%; height: 100%; object-fit: contain; object-position: center; display: block; transition: transform .5s var(--ease); }
.ea-item:hover .ea-arch-photo img { transform: scale(1.06); }
.ea-arch-placeholder { width: 80%; height: 80%; background: linear-gradient(180deg, rgba(255,235,170,.22) 0%, rgba(255,235,170,.06) 100%); border-radius: 50% 50% 4% 4% / 30% 30% 4% 4%; }
.ea-arch::after  { display: none !important; content: none !important; }
.ea-arch::before { content: ''; position: absolute; width: 0; height: 0; background-image: url('/png/arch.webp'); }
.ea-label {
  font-family: var(--sans); font-size: clamp(.82rem,1.05vw,1rem); font-weight: 700;
  letter-spacing: .07em; text-transform: uppercase; color: rgba(242,225,153,.92);
  text-align: center; line-height: 1.38; transition: color .25s;
  padding: clamp(10px,1.4vh,16px) 8px 0; min-height: 3em;
  display: flex; align-items: flex-start; justify-content: center;
}
.ea-prev, .ea-next {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 20;
  width: clamp(40px,4vw,52px); height: clamp(40px,4vw,52px); border-radius: 50%;
  background: rgba(255,255,255,.18); border: 2px solid rgba(255,255,255,.38); color: #fff;
  display: flex; align-items: center; justify-content: center; cursor: pointer;
  font-size: 1.2rem; line-height: 1; box-shadow: 0 4px 16px rgba(0,0,0,.22);
  transition: background .22s, transform .22s, box-shadow .22s;
}
.ea-prev { left: clamp(8px,1.5vw,20px); }
.ea-next { right: clamp(8px,1.5vw,20px); }
.ea-prev:hover, .ea-next:hover { background: rgba(255,255,255,.32); box-shadow: 0 6px 24px rgba(0,0,0,.32); transform: translateY(-50%) scale(1.1); }
.ea-prev:active, .ea-next:active { transform: translateY(-50%) scale(.94); }

.ea-item.ea-pre-enter { opacity: 0; transform: translateY(48px); }
.ea-item.ea-pre-enter .ea-arch { transform: scaleY(0.05); transform-origin: center bottom; }
.ea-item.ea-pre-enter .ea-arch-photo { opacity: 0; }
.ea-item.ea-pre-enter .ea-arch-photo img, .ea-item.ea-pre-enter .ea-arch-placeholder { transform: scale(1.14); }
.ea-item.ea-pre-enter .ea-label { opacity: 0; transform: translateY(12px); }
.ea-item.ea-entering { opacity: 1; transform: translateY(0); transition: opacity .65s cubic-bezier(.22,1,.36,1), transform .65s cubic-bezier(.22,1,.36,1) !important; }
.ea-item.ea-entering .ea-arch { transform: scaleY(1); transform-origin: center bottom; transition: transform .75s cubic-bezier(.22,1,.36,1); }
.ea-item.ea-entering .ea-arch-photo { opacity: 1; transition: opacity .40s ease .24s; }
.ea-item.ea-entering .ea-arch-photo img, .ea-item.ea-entering .ea-arch-placeholder { transform: scale(1); transition: transform .80s cubic-bezier(.22,1,.36,1) .18s; }
.ea-item.ea-entering .ea-label { opacity: 1; transform: translateY(0); transition: opacity .40s ease .42s, transform .46s cubic-bezier(.22,1,.36,1) .42s; }

/* ═══════════════════════════════════════════════════════════
   DIVIDERS
   ═══════════════════════════════════════════════════════════ */
.floral-lotus-divider  { display: none; }
.arch-floral-divider   { display: none; }
.floral-chevron-divider { display: block; line-height: 0; overflow: hidden; position: relative; z-index: 2; height: 8px; background: linear-gradient(to bottom, #C42148 50%, #EDEACA 50%); }

/* ═══════════════════════════════════════════════════════════
   WHAT WE DO
   ═══════════════════════════════════════════════════════════ */
.what-we-do-home { background: var(--page); padding: clamp(64px,10vh,120px) 0; position: relative; content-visibility: auto; contain-intrinsic-size: 0 600px; }
.wwd-section-title { font-family: var(--display) !important; font-weight: 600 !important; font-size: clamp(1.1rem,2vw,1.8rem) !important; color: var(--crimson) !important; text-align: center; display: block; width: 100%; text-transform: uppercase; letter-spacing: .28em; margin-bottom: 0; position: relative; z-index: 1; }
.what-we-do-home .section-intro, .what-we-do-home .section-header { display: none; }
.wwd-container { width: 100%; max-width: 1680px; margin: clamp(28px,4vh,44px) auto 0; padding: 0 clamp(12px,2.5vw,40px); position: relative; z-index: 1; }
.wwd-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: clamp(14px,1.8vw,22px); }
.wwd-card { display: flex; flex-direction: column; aspect-ratio: 1/1; background: var(--page); overflow: hidden; text-decoration: none; color: var(--ink); }
.wwd-card:hover { box-shadow: 0 8px 32px rgba(196,33,72,0.10); }
.wwd-img-area { flex: 1; min-height: 0; display: flex; align-items: center; justify-content: center; overflow: hidden; background: var(--page); padding: clamp(12px,2.5vw,28px); }
.wwd-img-area img { width: 100%; height: 100%; object-fit: contain; display: block; max-height: 100%; }
.wwd-img-placeholder { font-family: var(--sans); font-size: .52rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(25,25,57,.15); }
.wwd-card-foot { flex-shrink: 0; padding: clamp(14px,2vw,24px) clamp(14px,1.8vw,22px) clamp(16px,2.2vw,26px); background: var(--page); display: flex; align-items: center; justify-content: center; text-align: center; }
.wwd-card h3 { font-family: var(--display) !important; font-size: clamp(1rem,1.35vw,1.3rem) !important; font-weight: 700 !important; line-height: 1.22 !important; letter-spacing: .06em !important; text-transform: uppercase !important; color: var(--crimson) !important; margin: 0 !important; text-align: center !important; }

/* ═══════════════════════════════════════════════════════════
   INTERSTITIAL
   ═══════════════════════════════════════════════════════════ */
.interstitial-statement { position: relative; background: #C42148; padding: clamp(72px,11vh,130px) 0; overflow: hidden; text-align: center; content-visibility: auto; contain-intrinsic-size: 0 400px; }
.interstitial-statement::before {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cg fill='none' stroke='rgba(255,255,255,0.13)' stroke-width='1.2'%3E%3Cpolygon points='100,14 118,72 176,58 136,100 176,142 118,128 100,186 82,128 24,142 64,100 24,58 82,72'/%3E%3Ccircle cx='100' cy='100' r='26'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 200px 200px;
}
.interstitial-bg-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.22; z-index: 0; pointer-events: none; display: block; }
.interstitial-overlay { position: absolute; inset: 0; z-index: 1; background: rgba(160,18,52,0.68); pointer-events: none; }
.statement-text { font-family: var(--sans); font-size: clamp(1.1rem,1.65vw,1.48rem); line-height: 1.78; color: rgba(254,253,239,.96); position: relative; z-index: 2; max-width: 1020px; margin: 0 auto; text-align: center; font-weight: 400; padding: 0 clamp(16px,4vw,48px); }

/* ═══════════════════════════════════════════════════════════
   FEATURED PROJECTS — DESKTOP (>1024px) GSAP stack
   Mobile/Tablet: manual JS pin
   ═══════════════════════════════════════════════════════════ */
.fp-section { background: var(--city); position: relative; overflow: visible; }
.fp-section::before {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48'%3E%3Cg fill='none' stroke='rgba(242%2C225%2C153%2C0.55)' stroke-width='0.8'%3E%3Cpath d='M24 0 L48 24 L24 48 L0 24 Z'/%3E%3Cpath d='M24 8 L40 24 L24 40 L8 24 Z'/%3E%3Ccircle cx='24' cy='24' r='5'/%3E%3Cline x1='24' y1='0' x2='24' y2='8'/%3E%3Cline x1='24' y1='40' x2='24' y2='48'/%3E%3Cline x1='0' y1='24' x2='8' y2='24'/%3E%3Cline x1='40' y1='24' x2='48' y2='24'/%3E%3C/g%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192'%3E%3Cg fill='none' stroke-width='1.0'%3E%3Ccircle cx='96' cy='96' r='38' stroke='rgba(196%2C33%2C72%2C0.40)'/%3E%3Ccircle cx='96' cy='96' r='24' stroke='rgba(196%2C33%2C72%2C0.28)'/%3E%3Cpath d='M96 58 C100 70 112 72 120 64 C112 76 114 88 126 92 C114 96 112 108 120 116 C108 110 100 112 96 124 C92 112 80 110 68 116 C76 108 74 96 62 92 C74 88 76 76 68 64 C80 72 92 70 96 58 Z' stroke='rgba(242%2C225%2C153%2C0.38)' stroke-width='0.9'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 48px 48px, 192px 192px;
  /* Fade all 4 edges cleanly. Bottom fades aggressively from 65% so the
     pattern dissolves well before the fort-battlement SVG divider. */
  -webkit-mask-image:
    linear-gradient(to bottom,  transparent 0%, black 8%, black 65%, transparent 100%),
    linear-gradient(to right,   transparent 0%, black 6%, black 94%, transparent 100%);
  -webkit-mask-composite: source-in;
          mask-image:
    linear-gradient(to bottom,  transparent 0%, black 8%, black 65%, transparent 100%),
    linear-gradient(to right,   transparent 0%, black 6%, black 94%, transparent 100%);
          mask-composite: intersect;
  opacity: 0.45;
}
/* fp-section::before: show on ALL viewports.
   Desktop uses mask-composite for 4-edge fade.
   Mobile/tablet uses single linear-gradient (safe on all browsers). */
@media (max-width: 1024px) {
  .fp-section::before {
    /* Single linear mask — no mask-composite needed, iOS Safari safe */
    -webkit-mask-image: linear-gradient(to bottom,
      transparent 0%, rgba(0,0,0,0.5) 4%, rgba(0,0,0,0.85) 9%,
      rgba(0,0,0,0.85) 91%, rgba(0,0,0,0.5) 96%, transparent 100%) !important;
            mask-image: linear-gradient(to bottom,
      transparent 0%, rgba(0,0,0,0.5) 4%, rgba(0,0,0,0.85) 9%,
      rgba(0,0,0,0.85) 91%, rgba(0,0,0,0.5) 96%, transparent 100%) !important;
    -webkit-mask-composite: unset !important;
            mask-composite: unset !important;
    opacity: 0.40 !important;
    display: block !important;
  }
}
.fp-header-outer { padding: clamp(20px,3vh,36px) 0 clamp(10px,1.5vh,18px); position: relative; z-index: 2; }
.fp-title { font-family: var(--display); font-size: clamp(1.1rem,2vw,1.8rem); font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--star); text-align: center; margin: 0; }

/* ── GSAP stack container (desktop only — JS adds height) ── */
.fp-stack-outer { position: relative; width: 100%; display: flex; flex-direction: column; align-items: center; z-index: 2; }
.fp-stack-clip { position: relative; width: 100%; max-width: 1100px; margin: 0 auto; overflow: visible; padding: 0 clamp(16px,4vw,48px); box-sizing: border-box; min-height: 200px; }
.fp-stack-inner { position: absolute; inset: 0; overflow: visible; }

/* ── Project card shared ── */
.project-card {
  display: flex; flex-direction: row; align-items: stretch;
  background: var(--fp-bg, var(--card-bg)); color: var(--fp-txt, var(--ink));
  text-decoration: none; overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12), 0 8px 24px rgba(0,0,0,0.18), 0 20px 48px rgba(0,0,0,0.22), 0 40px 80px rgba(27,58,104,0.42);
  transition: box-shadow 0.4s var(--ease); will-change: transform, opacity;
}
.project-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.15), 0 12px 32px rgba(0,0,0,0.22), 0 28px 60px rgba(0,0,0,0.28), 0 56px 100px rgba(27,58,104,0.52); }
.fp-img { flex: 0 0 auto; align-self: stretch; position: relative; overflow: hidden; background: rgba(0,0,0,.14); }
.fp-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.55s var(--ease); }
.project-card:hover .fp-img img { transform: scale(1.05); }
.fp-img-ph { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; opacity: .16; color: var(--fp-txt, #2D1616); }
.fp-body { padding: clamp(28px,3.5vw,52px) clamp(24px,3vw,48px); display: flex; flex-direction: column; gap: clamp(10px,1.2vh,18px); flex: 1; position: relative; z-index: 1; justify-content: center; overflow: hidden; min-width: 0; }
.fp-tag { font-family: var(--sans); font-size: clamp(.6rem,.72vw,.72rem); font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--fp-accent, var(--maroon)); opacity: .9; flex-shrink: 0; }
.fp-card-title { font-family: var(--display); font-size: clamp(1.1rem,1.9vw,1.85rem); font-weight: 700; letter-spacing: .03em; text-transform: uppercase; color: var(--fp-txt, var(--ink)); line-height: 1.1; margin: 0; flex-shrink: 0; }
.fp-desc { font-family: var(--sans); font-size: clamp(.84rem,.95vw,.96rem); line-height: 1.82; color: var(--fp-txt, var(--ink)); opacity: .70; margin: 0; max-width: 480px; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; flex-shrink: 1; }
.fp-cta { display: inline-flex; align-items: center; gap: 8px; font-family: var(--sans); font-size: clamp(.68rem,.78vw,.80rem); font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--fp-accent, var(--maroon)); border: 1.5px solid var(--fp-accent, var(--maroon)); padding: 10px 20px; width: fit-content; margin-top: 4px; transition: background .22s, color .22s; flex-shrink: 0; }
.project-card:hover .fp-cta { background: var(--fp-accent, var(--maroon)); color: var(--fp-bg, var(--card-bg)); }

/* ─────────────────────────────────────────────────────────
   FEATURED PROJECTS — MOBILE (≤768px) + TABLET (769–1024px)
   Both use manual JS pin. CSS provides base layout only.
───────────────────────────────────────────────────────── */

/* Mobile */
@media (max-width: 768px) {
  .fp-stack-outer { position: relative !important; width: 100% !important; }

  /* Clip is transparent — fp-section::before provides the scrolling pattern behind.
     Padding creates visible side gaps that show the pattern through. */
  .fp-stack-clip {
    width: 100% !important; max-width: 100% !important; margin: 0 !important;
    box-sizing: border-box !important;
    padding: 0 clamp(12px,4vw,20px) !important;
    background: transparent !important;
    overflow: hidden !important;
    perspective: 900px !important;
  }

  .fp-stack-inner {
    position: absolute !important;
    overflow: hidden !important;
    display: block !important;
    z-index: 1 !important;
  }

  .project-card {
    position: absolute !important;
    top: 0 !important; left: 0 !important; width: 100% !important;
    flex-direction: column !important; overflow: hidden !important;
    will-change: transform, opacity !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.38), 0 20px 56px rgba(0,0,0,0.28) !important;
  }
  .fp-img {
    display: block !important; position: relative !important;
    width: 100% !important; flex-shrink: 0 !important;
    overflow: hidden !important; aspect-ratio: unset !important;
  }
  .fp-img img { position: absolute !important; inset: 0 !important; width: 100% !important; height: 100% !important; object-fit: cover !important; }
  .fp-body { display: flex !important; flex-direction: column !important; overflow: hidden !important; box-sizing: border-box !important; }
  .fp-desc {
    display: -webkit-box !important; -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important; overflow: hidden !important;
    max-height: calc(1.52em * 3) !important; flex-shrink: 0 !important;
  }
  .fp-header-outer { padding: 10px 0 4px !important; }
}

/* Tablet */
@media (min-width: 769px) and (max-width: 1024px) {
  .fp-stack-outer { position: relative !important; width: 100% !important; }
  .fp-stack-clip {
    width: 100% !important; max-width: 100% !important; margin: 0 !important;
    box-sizing: border-box !important;
    padding: 0 clamp(24px,5vw,48px) !important;
    background: transparent !important;
    overflow: hidden !important;
    perspective: 1100px !important;
  }
  .fp-stack-inner { position: absolute !important; overflow: hidden !important; display: block !important; z-index: 1 !important; }
  .project-card { position: absolute !important; top: 0 !important; left: 0 !important; width: 100% !important; overflow: hidden !important; will-change: transform, opacity !important; box-shadow: 0 6px 28px rgba(0,0,0,0.32), 0 18px 52px rgba(0,0,0,0.26) !important; }
  .fp-desc { display: -webkit-box !important; -webkit-line-clamp: 4 !important; -webkit-box-orient: vertical !important; overflow: hidden !important; }
  .fp-header-outer { padding: 14px 0 6px !important; }
}

/* ═══════════════════════════════════════════════════════════
   FORT BATTLEMENT
   ═══════════════════════════════════════════════════════════ */
.clients-battlement-top {
  display: block; width: 100%; position: relative; flex-shrink: 0;
  background: #1B3A68; height: clamp(80px,9vw,125px);
  overflow: hidden; line-height: 0; font-size: 0; margin-bottom: -3px; isolation: isolate;
}
.clients-battlement-top::before {
  content: ''; position: absolute; inset: 0; background: #C42148;
  -webkit-mask-image: url('/png/fort.svg'); mask-image: url('/png/fort.svg');
  -webkit-mask-size: 102px 92%; mask-size: 102px 92%;
  -webkit-mask-repeat: repeat-x; mask-repeat: repeat-x;
  -webkit-mask-position: center bottom; mask-position: center bottom;
  pointer-events: none; z-index: 2;
}

/* ═══════════════════════════════════════════════════════════
   INSTITUTIONS / CLIENTS
   ═══════════════════════════════════════════════════════════ */
.clients-section {
  position: relative; background: #C42148;
  padding: clamp(44px,7vh,80px) 0 clamp(56px,8vh,90px);
  overflow: hidden; margin-top: -3px;
  content-visibility: auto; contain-intrinsic-size: 0 300px;
}
.clients-section .container { position: relative; z-index: 1; }
.clients-title {
  font-family: var(--display) !important;
  font-size: clamp(1.1rem,2vw,1.8rem) !important;
  font-weight: 600 !important;
  color: #fff; margin: 0 !important; text-align: center;
  text-transform: uppercase; letter-spacing: .28em;
}
.clients-carousel-wrap {
  width: 100%; overflow: hidden; position: relative; z-index: 1;
  margin-top: clamp(28px,4vh,44px);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.clients-track {
  display: flex;
  align-items: stretch;
  gap: clamp(8px,1.2vw,14px);
  width: max-content;
  will-change: transform;
  contain: layout style;
}
.client-slide {
  flex-shrink: 0;
  width: clamp(150px,18vw,220px);
  height: clamp(140px,15vw,180px);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  padding: clamp(14px,1.8vw,22px) clamp(10px,1.2vw,18px);
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: center;
  justify-items: center;
  gap: 8px;
  text-align: center;
  transition: background .25s;
  box-sizing: border-box;
  overflow: hidden;
}
.client-slide:hover { background: rgba(255,255,255,.18); }
.client-logo-wrap {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.client-logo-img {
  max-width: clamp(68px,8.5vw,104px);
  max-height: clamp(40px,5vw,64px);
  width: auto; height: auto; object-fit: contain; display: block;
}
.client-abbr {
  font-family: var(--sans); font-size: clamp(.80rem,1.1vw,1rem); font-weight: 700;
  letter-spacing: .10em; text-transform: uppercase; color: rgba(255,255,255,.92);
  display: flex; align-items: center; justify-content: center;
  width: 100%; height: 100%; line-height: 1;
}
.client-name {
  font-family: 'Cinzel', Georgia, serif;
  font-size: clamp(.68rem,.84vw,.88rem);
  font-weight: 600; color: rgba(255,255,255,.82);
  line-height: 1.38; letter-spacing: .04em;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden; width: 100%; text-align: center;
}

/* ═══════════════════════════════════════════════════════════
   MEDIA / FEATURED IN
   ═══════════════════════════════════════════════════════════ */
.media-section { background: var(--card-bg); padding: clamp(52px,8vh,100px) 0; position: relative; content-visibility: auto; contain-intrinsic-size: 0 500px; }
.media-section-title { font-family: var(--display) !important; font-size: clamp(1.1rem,2vw,1.8rem) !important; font-weight: 600 !important; color: var(--maroon); text-transform: uppercase; letter-spacing: .28em; margin: 0; text-align: center !important; }
.media-section .section-header { text-align: center !important; }
.media-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: clamp(14px,1.8vw,24px); margin-top: clamp(28px,4vh,48px);
  max-width: 900px; margin-left: auto; margin-right: auto;
}
.media-card { background: var(--page); display: flex; flex-direction: column; text-decoration: none; overflow: hidden; border: 1px solid rgba(196,33,72,.1); transition: transform .32s var(--ease), box-shadow .32s var(--ease), border-color .22s; }
.media-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(25,25,57,.12); border-color: rgba(196,33,72,.28); }
.media-card-img { width: 100%; aspect-ratio: 1/1; overflow: hidden; background: var(--card-bg); flex-shrink: 0; position: relative; }
.media-card-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; transition: transform .5s var(--ease); }
.media-card:hover .media-card-img img { transform: scale(1.05); }
.media-card-img-placeholder { width: 100%; aspect-ratio: 1/1; background: var(--card-bg); display: flex; align-items: center; justify-content: center; font-family: var(--display); font-size: 1.8rem; color: rgba(196,33,72,.15); }
.media-card-body { padding: clamp(14px,1.4vw,20px); display: flex; flex-direction: column; gap: 0; flex: 1; border-top: 3px solid transparent; transition: border-color .28s; }
.media-card:hover .media-card-body { border-color: var(--maroon); }
.media-headline { font-family: var(--display); font-size: clamp(.80rem,.98vw,.94rem); font-weight: 700; line-height: 1.42; color: var(--ink); letter-spacing: .02em; margin-bottom: 8px; }
.media-meta { font-family: var(--sans); font-size: clamp(.74rem,.82vw,.82rem); color: rgba(25,25,57,.55); line-height: 1.68; flex: 1; margin-bottom: 12px; }
.media-arrow { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; padding-top: 14px; border-top: 1px solid rgba(196,33,72,.1); font-family: var(--sans); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--maroon); opacity: .75; transition: opacity .22s, gap .22s; }
.media-card:hover .media-arrow { opacity: 1; gap: 10px; }

/* ═══════════════════════════════════════════════════════════
   COLLABORATE CTA
   ═══════════════════════════════════════════════════════════ */
.collaborate-cta { position: relative; background: var(--city); padding: clamp(60px,9vh,110px) 0 clamp(68px,10vh,120px); text-align: center; overflow: hidden; }
.cta-heading { font-family: var(--display) !important; font-size: clamp(1.8rem,4.2vw,5.2rem) !important; line-height: 1.0; color: var(--gold); display: block; margin: 0 0 18px; position: relative; z-index: 1; }
.cta-body { font-size: clamp(.92rem,1.1vw,1.04rem); line-height: 1.86; color: rgba(255,255,255,.54); max-width: 560px; margin: 0 auto 28px; position: relative; z-index: 1; }
.cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }

/* WWD SLICE REVEAL */
.wwd-slice-wrap { position: absolute; inset: 0; z-index: 10; pointer-events: none; overflow: hidden; }
.wwd-slice { position: absolute; background: #C0284A; will-change: transform; }
.wwd-card { overflow: hidden; }

/* Footer */
#ae-footer .ft-nav li a::before { content: '' !important; display: block !important; }

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE BREAKPOINTS
   ═══════════════════════════════════════════════════════════ */
@media (max-width:1200px) {
  .wwd-grid { grid-template-columns: repeat(2,1fr); }
}

@media (min-width:769px) and (max-width:1024px) {
  .batt-mobile  { display: none  !important; }
  .batt-desktop { display: block !important; }
  .clients-battlement-top { height: clamp(72px,9.5vw,100px); }
  .clients-battlement-top::before { -webkit-mask-size: 78px 90%; mask-size: 78px 90%; }
  .ea-item  { width: clamp(190px,24vw,250px); }
  .ea-track { gap: 16px; padding: 20px 36px; }
  .wwd-grid   { grid-template-columns: repeat(2,1fr); gap: clamp(12px,2vw,20px); }
  .media-grid { grid-template-columns: repeat(2,1fr); max-width: 640px; }
  .about-statement { font-size: clamp(1.1rem,2vw,1.5rem); }
  .statement-text  { font-size: clamp(1.05rem,1.5vw,1.3rem); }
  .client-slide { width: clamp(140px,17vw,190px); height: clamp(130px,14vw,165px); }
}

@media (max-width:900px) {
  .ea-item  { width: clamp(180px,30vw,250px); }
  .ea-track { gap: 14px; padding: 18px 32px; }
  .clients-battlement-top { height: clamp(68px,9vw,96px); }
  .clients-battlement-top::before { -webkit-mask-size: 64px 88%; mask-size: 64px 88%; }
}

@media (max-width:768px) {
  .hero {
    padding: clamp(72px,14vw,96px) clamp(18px,5vw,32px) clamp(120px,18vw,140px);
  }
  .hero-heading { font-size: clamp(2.6rem,10.5vw,5.2rem); line-height: 1.04; margin-bottom: clamp(12px,2.5vw,22px); }
  .hero-line { white-space: normal; }
  .hero-tagline { font-size: clamp(.82rem,3.4vw,0.96rem); max-width: 360px; }
  .hero-cta { gap: 10px; flex-wrap: wrap; justify-content: center; width: 100%; }
  .hero-cta .btn { width: auto; min-width: 160px; max-width: 260px; padding: 13px 28px; font-size: .76rem; }
  .hero-ticker { padding: 8px 0; }
  .ticker-track span { font-size: .52rem; padding: 0 11px; }
  .ea-prev, .ea-next { display: none !important; }
  .ea-carousel-outer {
    cursor: default;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 3%, #000 97%, transparent 100%);
            mask-image: linear-gradient(to right, transparent 0%, #000 3%, #000 97%, transparent 100%);
  }
  .ea-item  { width: clamp(180px,48vw,250px); }
  .ea-track { gap: 12px; padding: 16px 24px; }
  .ea-label { font-size: .78rem; }
  body { font-size: 1rem; } p { font-size: 1rem; }
  .about-statement { font-size: clamp(.98rem,3.2vw,1.15rem); }
  .about-home-ctas { flex-direction: column; align-items: center; }
  .about-home-ctas .btn { width: 100%; max-width: 230px; }
  /* WWD: single column, remove fixed aspect-ratio on mobile */
  .wwd-grid { grid-template-columns: 1fr !important; gap: 14px; }
  .wwd-card { aspect-ratio: unset !important; width: 100%; min-height: 260px; }
  .wwd-img-area { min-height: 180px; }
  .media-grid { grid-template-columns: 1fr; max-width: 440px; }
  .media-headline { font-size: .9rem; }
  .cta-btns { flex-direction: column; align-items: center; }
  .cta-btns .btn { width: 100%; max-width: 250px; }
  .batt-desktop { display: none  !important; }
  .batt-mobile  { display: block !important; }
  .clients-battlement-top { height: clamp(60px,10vw,86px); margin-top: 24px; }
  .clients-battlement-top::before { -webkit-mask-size: 50px 84%; mask-size: 50px 84%; }
  .hero-tap-scroll { bottom: calc(34px + clamp(18px,4vw,28px)); }
  .client-slide { width: clamp(130px,42vw,190px); height: clamp(120px,17vw,155px); }
  .client-logo-img { max-width: clamp(52px,10vw,78px); max-height: clamp(32px,7.5vw,50px); }
  .client-name { font-size: clamp(.60rem,2.6vw,.72rem); }
}

@media (max-width:600px) {
  .hero-heading { font-size: clamp(2.4rem,10vw,4.4rem); }
  .ea-item  { width: clamp(170px,52vw,240px); }
  .ea-track { gap: 10px; padding: 14px 20px; }
  .wwd-grid { grid-template-columns: 1fr !important; gap: 12px; }
  .clients-battlement-top { height: clamp(56px,10vw,80px); }
  .clients-battlement-top::before { -webkit-mask-size: 44px 84%; mask-size: 44px 84%; }
  .media-grid { grid-template-columns: 1fr; }
}

@media (max-width:480px) {
  body { font-size: .97rem; }
  .hero { padding: clamp(68px,15vw,88px) 16px clamp(110px,22vw,130px); }
  .hero-heading { font-size: clamp(2.2ream,10.5vw,3.8rem); margin-bottom: clamp(10px,2.2vw,18px); }
  .hero-tagline { font-size: clamp(.78rem,3.8vw,0.88rem); max-width: 280px; }
  .ea-item  { width: clamp(165px,56vw,230px); }
  .ea-label { font-size: .76rem; }
  .wwd-grid { grid-template-columns: 1fr !important; gap: 11px; }
  .wwd-card h3 { font-size: .92rem !important; }
  .cta-heading { font-size: clamp(1.8rem,7.5vw,3rem) !important; }
  .clients-battlement-top { height: clamp(50px,10vw,72px); }
  .clients-battlement-top::before { -webkit-mask-size: 38px 82%; mask-size: 38px 82%; }
}

@media (max-width:360px) {
  :root { font-size: 14px; }
  .hero { padding: 64px 14px calc(34px + 100px); }
  .hero-heading { font-size: clamp(1.9rem,9.5vw,2.8rem); margin-bottom: 10px; }
  .about-label, .expertise-title, .wwd-section-title, .clients-title,
  .media-section-title, .fp-title { font-size: clamp(.9rem,4.5vw,1.05rem) !important; letter-spacing: .16em !important; }
  .ea-item  { width: clamp(160px,60vw,220px); }
  .btn { padding: 10px 12px; font-size: .62rem; }
  .wwd-grid { grid-template-columns: 1fr !important; gap: 9px; }
  .cta-heading { font-size: 1.5rem !important; }
  .clients-battlement-top { height: 48px; }
  .clients-battlement-top::before { -webkit-mask-size: 32px 80%; mask-size: 32px 80%; }
}