@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Montserrat:wght@400;500;600;700;800;900&display=swap');

:root{--bg:#090114;--ink:#fff;--muted:rgba(255,255,255,.76);--soft:rgba(255,255,255,.56);--pink:#ff5bc7;--violet:#8f4cff;--stroke:rgba(255,255,255,.14);--panel:rgba(255,255,255,.06);--container:min(1320px,calc(100vw - 56px));--radius:8px;--shadow:0 30px 90px rgba(0,0,0,.42)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:radial-gradient(circle at 20% 0%,rgba(143,76,255,.22),transparent 32%),radial-gradient(circle at 98% 0%,rgba(255,91,199,.20),transparent 34%),linear-gradient(180deg,#090114 0%,#100325 42%,#090114 100%);color:var(--ink);overflow-x:hidden}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:78px 78px}body:after{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;background:url('/assets/img/presentation-bg.png') center top/cover no-repeat;opacity:.28;mix-blend-mode:screen}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}p,h1,h2,h3,h4,figure{margin:0}button,input,textarea{font:inherit}.container{width:var(--container);margin:0 auto}.section{padding:clamp(66px,9vw,126px) 0;position:relative}.section.compact{padding-top:40px}.eyebrow,.section-label{display:inline-flex;align-items:center;gap:13px;color:var(--pink);text-transform:uppercase;letter-spacing:.22em;font-size:12px;font-weight:900}.eyebrow:before,.section-label:before{content:"";width:45px;height:1px;background:rgba(255,255,255,.26)}h1{font-size:clamp(56px,8.9vw,128px);line-height:.88;letter-spacing:-.065em;font-weight:950}h2{font-size:clamp(34px,4.4vw,74px);line-height:.95;letter-spacing:-.052em;font-weight:950}h3{font-size:clamp(22px,2vw,34px);line-height:1.02;letter-spacing:-.04em;font-weight:900}p{font-size:18px;line-height:1.55;color:var(--muted)}.lead,.hero-sub{font-size:clamp(19px,2vw,24px);line-height:1.44;color:rgba(255,255,255,.80);max-width:780px}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:58px;padding:0 24px;border-radius:8px;background:linear-gradient(135deg,var(--pink),var(--violet));border:1px solid rgba(255,255,255,.18);box-shadow:0 18px 44px rgba(145,50,210,.28),inset 0 1px 0 rgba(255,255,255,.22);font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.12em}.button:after{content:"→";font-size:16px}.button.ghost{background:rgba(255,255,255,.045)}.site-header{position:sticky;top:0;z-index:60;background:linear-gradient(180deg,rgba(9,1,20,.88),rgba(9,1,20,.62));backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.07)}.site-header .container{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo img{width:138px}.site-nav{display:flex;align-items:center;gap:8px}.site-nav a{padding:12px 16px;border-radius:8px;color:var(--muted);font-size:13px;font-weight:850;border:1px solid transparent}.site-nav a:hover,.site-nav a.is-active{background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.12);color:#fff}.menu-toggle{display:none;width:50px;height:50px;border:1px solid var(--stroke);border-radius:8px;background:rgba(255,255,255,.04);padding:0}.menu-toggle span{display:block;width:22px;height:2px;background:#fff;margin:5px auto}.media-frame{position:relative;overflow:hidden;border-radius:8px;min-height:360px;border:1px solid var(--stroke);background:rgba(255,255,255,.05);box-shadow:var(--shadow)}.media-frame img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scale(1.001)}.media-frame:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(9,1,20,.08) 0%,rgba(9,1,20,.64) 100%),radial-gradient(circle at 80% 12%,rgba(255,91,199,.18),transparent 34%);pointer-events:none}.media-frame figcaption,.image-card .caption{position:absolute;left:22px;right:22px;bottom:22px;z-index:2;display:flex;align-items:end;justify-content:space-between;gap:16px}.media-tag{display:inline-flex;padding:9px 12px;border-radius:8px;border:1px solid rgba(255,255,255,.16);background:rgba(9,1,20,.52);color:#fff;font-size:11px;text-transform:uppercase;letter-spacing:.14em;font-weight:900}.media-frame strong,.image-card strong{display:block;margin-top:10px;font-size:clamp(22px,2vw,32px);line-height:1.02;letter-spacing:-.035em}.play{width:58px;height:58px;border-radius:8px;display:grid;place-items:center;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(12px);flex:0 0 auto}.play:before{content:"";border-left:14px solid #fff;border-top:9px solid transparent;border-bottom:9px solid transparent;margin-left:4px}.image-card{position:relative;overflow:hidden;border-radius:8px;min-height:240px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);transition:transform .28s ease,border-color .28s ease}.image-card:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.26)}.image-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.image-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(9,1,20,.05),rgba(9,1,20,.75))}.image-card p{position:relative;z-index:2;margin-top:10px;font-size:15px;color:rgba(255,255,255,.78)}.image-card .caption{display:block}.image-card .caption span.link{display:inline-flex;margin-top:15px;font-size:11px;text-transform:uppercase;letter-spacing:.14em;font-weight:950;color:#fff}.hero-home{padding:52px 0 82px}.home-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(460px,.9fr);gap:54px;align-items:center}.hero-copy{padding:48px 0 24px}.hero-copy .eyebrow{margin-bottom:24px}.hero-sub{margin-top:24px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}.hero-visual-stack{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:440px 210px;gap:16px;position:relative}.hero-visual-stack .main{grid-column:1/3}.floating-proof{position:absolute;right:24px;bottom:178px;z-index:5;width:min(300px,60vw);padding:24px;border-radius:8px;border:1px solid rgba(255,255,255,.14);background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.05));backdrop-filter:blur(18px);box-shadow:0 24px 70px rgba(0,0,0,.34)}.floating-proof strong{font-size:54px;line-height:.9;letter-spacing:-.06em;display:block}.floating-proof span{color:var(--muted);font-weight:850;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}.section-head p{max-width:760px}.built-grid,.stats-grid,.foundation-grid,.capability-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.panel-card{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.035));padding:26px;min-height:210px;box-shadow:var(--shadow)}.panel-card .num{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:8px;background:rgba(255,255,255,.08);font-size:12px;font-weight:950;margin-bottom:24px}.panel-card p{margin-top:12px;color:#fff}.feature-layout{display:grid;grid-template-columns:.95fr 1.05fr;gap:22px;align-items:start}.feature-layout .recap{min-height:600px}.experience-grid-mini{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.experience-grid-mini .image-card{min-height:290px}.experience-grid-mini .wide{grid-column:1/3;min-height:220px}.talent-home{display:grid;grid-template-columns:.84fr 1.16fr;gap:28px;align-items:stretch}.talent-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px}.talent-strip .media-frame{min-height:230px;border-radius:22px}.stats-grid .stat{min-height:190px}.stat strong{display:block;font-size:clamp(48px,5vw,76px);line-height:.92;letter-spacing:-.07em}.stat span{display:block;margin-top:10px;color:var(--muted);font-size:16px}.closing-card{padding:42px;border-radius:8px;border:1px solid rgba(255,255,255,.14);background:radial-gradient(circle at 85% 20%,rgba(255,91,199,.20),transparent 30%),linear-gradient(135deg,rgba(255,255,255,.075),rgba(255,255,255,.035));display:grid;grid-template-columns:1fr .9fr;gap:28px;align-items:end;box-shadow:var(--shadow)}.page-hero{padding:58px 0 42px}.page-hero-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:42px;align-items:end}.page-hero-grid.reverse{grid-template-columns:1.12fr .88fr}.portfolio-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}.portfolio-grid .image-card{grid-column:span 4;min-height:360px}.portfolio-grid .feature{grid-column:span 7;min-height:450px}.portfolio-grid .tall{grid-column:span 5;min-height:450px}.foundation-grid .panel-card{min-height:230px}.detail-hero-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:42px;align-items:end}.detail-hero-grid .media-frame{min-height:590px}.detail-gallery{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:16px;margin-top:18px}.detail-gallery .media-frame{min-height:230px;border-radius:22px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:20px}.detail-card{border:1px solid rgba(255,255,255,.12);border-radius:8px;background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.035));padding:30px;box-shadow:var(--shadow)}.detail-card ul{margin:18px 0 0;padding-left:20px;color:var(--muted);display:grid;gap:10px}.detail-card li{line-height:1.45}.talent-chip-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}.talent-chip{min-height:74px;border-radius:8px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);display:flex;align-items:center;gap:12px;padding:10px 12px;color:#fff;font-weight:800;font-size:14px}.avatar{width:44px;height:44px;border-radius:8px;background:var(--avatar-image,linear-gradient(135deg,var(--pink),var(--violet))) center/cover no-repeat;box-shadow:0 0 0 4px rgba(255,255,255,.06)}.impact-list{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.impact-list .detail-card{min-height:160px}.campaign-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}.campaign-card{grid-column:span 4;min-height:390px}.campaign-card.large{grid-column:span 6;min-height:430px}.campaign-card .copy{position:absolute;z-index:2;left:22px;right:22px;bottom:22px}.campaign-card p{font-size:15px;margin-top:12px}.about-capability{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.about-capability .media-frame{min-height:250px;border-radius:8px;margin-bottom:16px}.process-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:stretch}.process-points{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.process-points div{padding:20px;border-radius:8px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);font-weight:850;color:#fff}.partner-wall{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.partner-wall span{padding:13px 18px;border-radius:8px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.055);font-weight:850;color:#fff}.footer{padding:40px 0 54px;border-top:1px solid rgba(255,255,255,.08)}.footer-grid{display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center}.footer-logo img{width:130px}.footer-nav{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.footer-nav a{padding:10px 14px;border-radius:8px;color:var(--muted)}.footer-nav a:hover{background:rgba(255,255,255,.05);color:#fff}.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}.reveal.is-visible{opacity:1;transform:none}@media(max-width:1100px){.home-hero-grid,.feature-layout,.talent-home,.page-hero-grid,.page-hero-grid.reverse,.detail-hero-grid,.two-col,.process-grid,.closing-card{grid-template-columns:1fr}.built-grid,.stats-grid,.foundation-grid,.about-capability{grid-template-columns:1fr 1fr}.portfolio-grid .image-card,.portfolio-grid .feature,.portfolio-grid .tall{grid-column:span 6}.campaign-card,.campaign-card.large{grid-column:span 6}.impact-list{grid-template-columns:repeat(2,1fr)}}@media(max-width:820px){.menu-toggle{display:block}.site-nav{position:absolute;top:calc(100% + 10px);right:28px;left:28px;display:none;flex-direction:column;align-items:stretch;padding:12px;background:rgba(9,1,20,.97);border:1px solid rgba(255,255,255,.12);border-radius:8px;box-shadow:var(--shadow)}.site-nav.is-open{display:flex}.header-cta{display:none}.section-head{align-items:start;flex-direction:column}.hero-visual-stack,.experience-grid-mini,.built-grid,.stats-grid,.foundation-grid,.about-capability,.process-points,.talent-chip-grid,.impact-list,.footer-grid,.detail-gallery{grid-template-columns:1fr}.hero-visual-stack{grid-template-rows:390px 220px 220px}.hero-visual-stack .main,.experience-grid-mini .wide{grid-column:auto}.portfolio-grid,.campaign-grid{grid-template-columns:1fr}.portfolio-grid .image-card,.portfolio-grid .feature,.portfolio-grid .tall,.campaign-card,.campaign-card.large{grid-column:1}.talent-strip{grid-template-columns:1fr}}@media(max-width:640px){:root{--container:min(100vw - 28px)}.site-header .container{min-height:74px}.logo img{width:116px}h1{font-size:clamp(50px,16vw,82px)}.section{padding:58px 0}.media-frame{min-height:300px}.hero-copy{padding-top:20px}.button{width:100%}.floating-proof{position:relative;right:auto;bottom:auto;width:auto;margin-top:-110px;margin-left:16px;margin-right:16px}.detail-hero-grid .media-frame{min-height:420px}}

/* ------------------------------------------------------------
   MELT Live brand polish - applied from attached brand guide
   Colors: #3e1d48 and #da45b8. Typography: Domaine Display + Montserrat.
   Domaine Display is referenced first; Cormorant Garamond is included as the
   web-safe display fallback when Domaine is not installed.
------------------------------------------------------------ */
:root{
  --brand-purple:#3e1d48;
  --brand-purple-dark:#1f0a2a;
  --brand-purple-ink:#13051c;
  --brand-magenta:#da45b8;
  --brand-magenta-soft:#ee79d1;
  --brand-white:#ffffff;
  --bg:#13051c;
  --ink:#ffffff;
  --muted:rgba(255,255,255,.78);
  --soft:rgba(255,255,255,.58);
  --pink:#da45b8;
  --violet:#7a3a91;
  --stroke:rgba(255,255,255,.13);
  --panel:rgba(255,255,255,.055);
  --shadow:0 30px 86px rgba(12,2,17,.48);
  --font-display:"Domaine Display","Cormorant Garamond",Georgia,serif;
  --font-body:"Montserrat",Arial,sans-serif;
}
html,body{font-family:var(--font-body);}
body{
  background:
    radial-gradient(circle at 82% -4%, rgba(218,69,184,.22), transparent 30%),
    radial-gradient(circle at 12% 18%, rgba(218,69,184,.10), transparent 32%),
    linear-gradient(180deg, #12041b 0%, #3e1d48 44%, #160720 100%);
}
body:before{
  background-image:
    url('/assets/img/brand-wave.svg'),
    url('/assets/img/brand-wave.svg');
  background-repeat:no-repeat,no-repeat;
  background-size:880px auto,760px auto;
  background-position:-240px 16vh,calc(100% + 260px) 72vh;
  opacity:.48;
  mix-blend-mode:screen;
}
body:after{
  background:
    linear-gradient(180deg, rgba(19,5,28,.12) 0%, rgba(19,5,28,.38) 100%),
    url('/assets/img/presentation-bg.png') center top/cover no-repeat;
  opacity:.18;
  mix-blend-mode:screen;
}
h1,h2,h3,.media-frame strong,.image-card strong,.stat strong,.floating-proof strong{
  font-family:var(--font-display);
  font-weight:600;
  letter-spacing:-.025em;
}
h1{line-height:.94;letter-spacing:-.035em;font-size:clamp(58px,8vw,116px)}
h2{line-height:1;letter-spacing:-.026em;font-size:clamp(38px,4.3vw,70px)}
h3{line-height:1.05;letter-spacing:-.018em;font-size:clamp(24px,2vw,36px)}
p,.lead,.hero-sub,.site-nav a,.button,.media-tag,.section-label,.eyebrow,.link,.num,figcaption,li,input,textarea{
  font-family:var(--font-body);
}
p{font-weight:400;letter-spacing:-.01em;color:rgba(255,255,255,.74)}
.lead,.hero-sub{font-weight:400;color:rgba(255,255,255,.82);letter-spacing:-.012em;}
.eyebrow,.section-label,.media-tag{
  color:var(--brand-magenta);
  letter-spacing:.18em;
  font-weight:800;
}
.eyebrow:before,.section-label:before{background:var(--brand-magenta);opacity:.76}
.site-header{
  background:linear-gradient(180deg,rgba(62,29,72,.88),rgba(31,10,42,.62));
  border-bottom:1px solid rgba(255,255,255,.08);
}
.logo,.footer-logo{display:inline-flex;align-items:center;flex:0 0 auto;}
.logo img{
  width:166px;
  height:auto;
  max-height:62px;
  object-fit:contain;
}
.footer-logo img{
  width:154px;
  max-height:62px;
  object-fit:contain;
}
.site-nav a{
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:700;
}
.site-nav a:hover,.site-nav a.is-active{
  background:rgba(218,69,184,.11);
  border-color:rgba(218,69,184,.32);
}
.button{
  background:linear-gradient(135deg,#da45b8 0%,#b7369e 100%);
  border-color:rgba(255,255,255,.20);
  box-shadow:0 18px 44px rgba(218,69,184,.22), inset 0 1px 0 rgba(255,255,255,.20);
  font-weight:800;
  letter-spacing:.12em;
}
.button.ghost{
  background:rgba(62,29,72,.55);
  border-color:rgba(218,69,184,.28);
}
.panel-card,.closing-card,.process-panel,.contact-card,.form-card,.visual-panel{
  background:linear-gradient(180deg,rgba(255,255,255,.066),rgba(255,255,255,.028));
  border-color:rgba(255,255,255,.13);
  box-shadow:0 26px 70px rgba(15,3,22,.32);
}
.panel-card:before,.closing-card:before{
  content:"";
  position:absolute;
  inset:auto 0 0 auto;
  width:280px;
  height:120px;
  background:url('/assets/img/brand-wave.svg') center/cover no-repeat;
  opacity:.12;
  pointer-events:none;
}
.panel-card,.closing-card{position:relative;overflow:hidden;}
.media-frame,.image-card{
  border-color:rgba(255,255,255,.14);
  background:linear-gradient(145deg,rgba(62,29,72,.72),rgba(19,5,28,.76));
  box-shadow:0 30px 86px rgba(12,2,17,.44);
}
.media-frame:after,.image-card:after{
  background:
    linear-gradient(180deg,rgba(19,5,28,.02) 0%,rgba(19,5,28,.72) 100%),
    radial-gradient(circle at 80% 12%,rgba(218,69,184,.22),transparent 36%);
}
.media-frame:before,.image-card:before{
  content:"";
  position:absolute;
  z-index:1;
  inset:0;
  background:url('/assets/img/brand-wave.svg') 50% 70%/92% auto no-repeat;
  opacity:.10;
  mix-blend-mode:screen;
  pointer-events:none;
}
.media-frame figcaption,.image-card .caption{z-index:3;}
.media-frame strong,.image-card strong{
  font-size:clamp(24px,2.15vw,36px);
  letter-spacing:-.018em;
}
.media-tag{font-size:11px;font-weight:800;}
.num{
  color:var(--brand-magenta);
  background:rgba(218,69,184,.11);
  border-color:rgba(218,69,184,.24);
}
.stat strong,.floating-proof strong{color:#fff;font-weight:600;}
.stat span,.floating-proof span{text-transform:uppercase;letter-spacing:.13em;font-size:12px;font-weight:700;color:rgba(255,255,255,.68)}
.floating-proof{
  background:linear-gradient(145deg,rgba(62,29,72,.90),rgba(31,10,42,.88));
  border-color:rgba(218,69,184,.28);
}
.play{
  background:rgba(62,29,72,.76);
  border-color:rgba(218,69,184,.34);
}
.play:before{border-left-color:#fff;}
input,textarea{
  font-family:var(--font-body);
  background:rgba(31,10,42,.78) !important;
  border-color:rgba(255,255,255,.16) !important;
}
.footer{
  background:linear-gradient(180deg,rgba(19,5,28,.05),rgba(62,29,72,.46));
}
.footer-nav a{
  font-family:var(--font-body);
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
@media(max-width:860px){
  .logo img{width:144px;max-height:56px}.footer-logo img{width:138px}
}
@media(max-width:640px){
  h1{font-size:clamp(50px,14.8vw,78px);line-height:.96}
  .logo img{width:132px;max-height:54px}
}

/* ------------------------------------------------------------
   V10 front page cleanup - calmer hero, fewer simultaneous frames,
   stronger single focal point. Other pages remain untouched.
------------------------------------------------------------ */
.hero-home-clean{
  padding:clamp(54px,7vw,96px) 0 clamp(42px,6vw,78px);
  position:relative;
}
.hero-home-clean:before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:min(720px,88vh);
  background:
    radial-gradient(circle at 74% 18%, rgba(218,69,184,.18), transparent 34%),
    radial-gradient(circle at 30% 55%, rgba(255,255,255,.045), transparent 30%);
  pointer-events:none;
}
.clean-hero-grid{
  grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr);
  gap:clamp(42px,6vw,84px);
  align-items:center;
  position:relative;
  z-index:1;
}
.clean-hero-copy{padding:28px 0 20px;max-width:690px}
.clean-hero-copy h1{max-width:680px;font-size:clamp(62px,7.3vw,108px);line-height:.96;letter-spacing:-.032em}
.clean-hero-copy .hero-sub{max-width:640px;margin-top:26px;font-size:clamp(18px,1.6vw,22px);line-height:1.55;color:rgba(255,255,255,.78)}
.clean-hero-visual{position:relative;min-height:620px;display:grid;align-items:center}
.hero-focus-frame{min-height:590px;border-radius:8px;box-shadow:0 34px 92px rgba(12,2,17,.52)}
.hero-focus-frame:after{
  background:
    linear-gradient(90deg, rgba(19,5,28,.34) 0%, rgba(19,5,28,.04) 50%, rgba(19,5,28,.68) 100%),
    linear-gradient(180deg, rgba(19,5,28,.05) 0%, rgba(19,5,28,.72) 100%),
    radial-gradient(circle at 80% 18%, rgba(218,69,184,.22), transparent 36%);
}
.hero-focus-frame figcaption{left:30px;right:30px;bottom:30px}
.hero-focus-frame strong{font-size:clamp(30px,2.55vw,46px)}
.clean-proof-card{
  position:absolute;
  right:30px;
  top:34px;
  z-index:5;
  width:210px;
  padding:24px 24px 22px;
  border-radius:8px;
  background:linear-gradient(145deg,rgba(62,29,72,.92),rgba(31,10,42,.86));
  border:1px solid rgba(218,69,184,.30);
  box-shadow:0 24px 62px rgba(0,0,0,.32);
  backdrop-filter:blur(16px);
}
.clean-proof-card strong{display:block;font-family:var(--font-display);font-size:54px;line-height:.88;letter-spacing:-.03em;font-weight:600}
.clean-proof-card span{display:block;margin-top:8px;font-family:var(--font-body);font-size:11px;text-transform:uppercase;letter-spacing:.13em;color:rgba(255,255,255,.70);font-weight:700}
.clean-hero-pills{
  position:absolute;
  left:28px;
  top:30px;
  z-index:5;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  max-width:520px;
}
.clean-hero-pills span{
  padding:10px 13px;
  border-radius:8px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(19,5,28,.48);
  backdrop-filter:blur(12px);
  color:rgba(255,255,255,.86);
  font-family:var(--font-body);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.10em;
  font-weight:700;
}
.clean-built-section{padding-top:18px;padding-bottom:clamp(54px,7vw,92px)}
.clean-built-grid .panel-card{min-height:168px;padding:24px 24px 22px;border-radius:24px}
.clean-built-grid .panel-card .num{margin-bottom:18px}
.clean-built-grid .panel-card h3{font-size:clamp(23px,1.8vw,30px)}
.clean-built-grid .panel-card p{font-size:16px;line-height:1.45;color:rgba(255,255,255,.82)}
.clean-featured-section{padding-top:clamp(58px,7vw,98px)}
.clean-featured-layout{display:grid;grid-template-columns:.96fr 1.04fr;gap:24px;align-items:stretch}
.clean-recap{min-height:560px;border-radius:32px}
.clean-recap figcaption{left:28px;right:28px;bottom:28px}
.clean-experience-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.clean-experience-grid .clean-card{min-height:272px;border-radius:24px}
.clean-experience-grid .caption{left:20px;right:20px;bottom:20px}
.clean-experience-grid .media-tag{display:none}
.clean-experience-grid strong{font-size:clamp(24px,2vw,32px)}
.clean-experience-grid p{font-size:14px;line-height:1.42;margin-top:8px;max-width:94%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.clean-experience-grid .link{margin-top:13px}
.clean-talent-section{padding-top:clamp(58px,7vw,100px);padding-bottom:clamp(58px,7vw,100px)}
.clean-talent-layout{display:grid;grid-template-columns:.86fr 1.14fr;gap:40px;align-items:center}
.clean-talent-copy{max-width:660px}
.clean-talent-copy h2{margin-top:18px;max-width:620px}
.clean-talent-copy .lead{margin-top:22px;font-size:clamp(18px,1.45vw,21px);line-height:1.55;color:rgba(255,255,255,.77)}
.clean-talent-visual{display:grid;grid-template-columns:1.2fr .8fr;gap:16px;align-items:stretch;min-height:460px}
.clean-talent-main{min-height:460px;border-radius:32px}
.clean-talent-secondary{min-height:460px;border-radius:32px}
.clean-talent-secondary figcaption strong{font-size:clamp(24px,2vw,34px)}
.clean-stats-section{padding-top:clamp(56px,7vw,94px);padding-bottom:clamp(48px,6vw,86px)}
.clean-stats-grid .panel-card{min-height:162px;display:flex;flex-direction:column;justify-content:flex-end}
.clean-stats-grid .stat strong{font-size:clamp(48px,4.4vw,70px)}
.clean-closing-section{padding-top:clamp(44px,6vw,78px)}
@media(max-width:1100px){
  .clean-hero-grid,.clean-featured-layout,.clean-talent-layout{grid-template-columns:1fr}
  .clean-hero-copy{max-width:860px}
  .clean-hero-visual{min-height:540px}.hero-focus-frame{min-height:540px}
  .clean-talent-visual{min-height:380px}.clean-talent-main,.clean-talent-secondary{min-height:380px}
}
@media(max-width:820px){
  .clean-hero-copy h1{font-size:clamp(52px,13.2vw,82px)}
  .clean-hero-visual{min-height:470px}.hero-focus-frame{min-height:470px}
  .clean-proof-card{right:18px;top:18px;width:176px;padding:20px}.clean-proof-card strong{font-size:44px}
  .clean-hero-pills{left:18px;right:18px;top:auto;bottom:18px;max-width:none}
  .clean-featured-layout,.clean-experience-grid,.clean-talent-visual{grid-template-columns:1fr}
  .clean-recap{min-height:420px}.clean-experience-grid .clean-card{min-height:260px}
  .clean-talent-main,.clean-talent-secondary{min-height:310px}
}
@media(max-width:640px){
  .hero-home-clean{padding-top:34px}
  .clean-hero-visual{min-height:420px}.hero-focus-frame{min-height:420px;border-radius:26px}
  .clean-proof-card{position:relative;right:auto;top:auto;width:auto;margin:-86px 18px 0;z-index:6}
  .clean-hero-pills{position:relative;left:auto;right:auto;bottom:auto;top:auto;margin-top:14px}
  .clean-hero-pills span{font-size:10px;padding:9px 11px}
  .clean-built-grid .panel-card{min-height:150px}
  .clean-recap{min-height:360px}
  .clean-experience-grid .clean-card{min-height:245px}
}


/* V12 - archive image alignment and premium frame finishing */
.media-frame img,.image-card img{object-position:var(--image-position,50% 42%);}
.image-card,.media-frame{isolation:isolate;background:#3e1d48;}
.image-card .caption,.campaign-card .copy,.media-frame figcaption{backdrop-filter:blur(2px);}
.detail-gallery .media-frame{min-height:220px;}
.talent-chip .avatar{background-size:cover;background-position:center;box-shadow:0 0 0 1px rgba(255,255,255,.18),0 10px 25px rgba(0,0,0,.28)}
.clean-card img,.portfolio-grid img,.campaign-card img{filter:saturate(1.04) contrast(1.02);}
.clean-recap figcaption,.hero-focus-frame figcaption{padding-right:82px;}

/* V13 hero slideshow - clean single-focus home hero */
.hero-slideshow{background:#3e1d48;}
.hero-slideshow .hero-slide{
  opacity:0;
  transition:opacity 1.05s ease, transform 6s ease;
  transform:scale(1.035);
  will-change:opacity,transform;
}
.hero-slideshow .hero-slide.is-active{
  opacity:1;
  transform:scale(1.001);
}
.hero-slideshow figcaption{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:22px;
}
.slide-progress{
  display:flex;
  gap:8px;
  align-items:center;
  flex:0 0 auto;
  padding:10px 12px;
  border-radius:8px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(19,5,28,.50);
  backdrop-filter:blur(12px);
}
.slide-progress span{
  width:8px;
  height:8px;
  border-radius:8px;
  background:rgba(255,255,255,.35);
  transition:width .35s ease, background .35s ease;
}
.slide-progress span.is-active{
  width:28px;
  background:var(--brand-magenta);
}
@media(max-width:640px){
  .hero-slideshow figcaption{align-items:flex-start;flex-direction:column;gap:14px;}
  .slide-progress{padding:8px 10px;}
  .slide-progress span.is-active{width:22px;}
}
@media(prefers-reduced-motion:reduce){
  .hero-slideshow .hero-slide{transition:none;transform:none;}
}

/* V14 — Home featured section: single 16:9 recap video + four aligned experience cards */
.clean-featured-section .section-head{
  margin-bottom:clamp(26px,3.6vw,42px);
}
.featured-video-stack{
  display:flex !important;
  flex-direction:column;
  gap:clamp(18px,2.2vw,28px);
  align-items:stretch;
}
.featured-recap-16x9{
  width:100%;
  min-height:0 !important;
  aspect-ratio:16 / 9;
  border-radius:8px;
  box-shadow:0 34px 100px rgba(0,0,0,.42);
}
.featured-recap-16x9 img{
  object-position:50% 48%;
}
.featured-recap-16x9:after{
  background:
    linear-gradient(180deg,rgba(62,29,72,.10) 0%,rgba(22,5,33,.35) 54%,rgba(9,1,20,.82) 100%),
    radial-gradient(circle at 86% 14%,rgba(218,69,184,.26),transparent 38%);
}
.featured-recap-16x9 figcaption{
  left:clamp(20px,2.4vw,36px);
  right:clamp(20px,2.4vw,36px);
  bottom:clamp(20px,2.4vw,34px);
  padding-right:0;
}
.featured-recap-16x9 .media-tag{
  background:rgba(62,29,72,.62);
  border-color:rgba(255,255,255,.18);
}
.featured-recap-16x9 .play{
  width:clamp(58px,5vw,76px);
  height:clamp(58px,5vw,76px);
  background:rgba(255,255,255,.16);
  border-color:rgba(255,255,255,.30);
  box-shadow:0 20px 48px rgba(0,0,0,.35);
}
.featured-four-row{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:clamp(14px,1.6vw,22px);
}
.featured-four-row .clean-card{
  min-height:clamp(255px,21vw,340px) !important;
  border-radius:8px;
}
.featured-four-row .clean-card img{
  object-position:50% 44%;
}
.featured-four-row .clean-card:after{
  background:
    linear-gradient(180deg,rgba(9,1,20,.02) 0%,rgba(9,1,20,.45) 54%,rgba(9,1,20,.88) 100%),
    radial-gradient(circle at 82% 8%,rgba(218,69,184,.16),transparent 40%);
}
.featured-four-row .clean-card .caption{
  left:18px;
  right:18px;
  bottom:18px;
}
.featured-four-row .clean-card strong{
  font-size:clamp(22px,1.65vw,30px);
  max-width:95%;
}
.featured-four-row .clean-card p{
  font-size:13.5px;
  line-height:1.38;
  -webkit-line-clamp:2;
}
.featured-four-row .clean-card .link{
  margin-top:12px;
}
@media(max-width:1100px){
  .featured-four-row{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  .featured-four-row .clean-card{min-height:280px !important;}
}
@media(max-width:640px){
  .featured-recap-16x9{border-radius:8px;}
  .featured-four-row{grid-template-columns:1fr !important;}
  .featured-four-row .clean-card{min-height:260px !important;}
  .featured-recap-16x9 figcaption{align-items:flex-end;}
}


/* ------------------------------------------------------------
   V15 annotated feedback polish
   - cleaner home top section
   - scale and impact moved directly under Built On
   - event type labels on experience cards
   - less busy detail pages with gallery below hero
   - talent last and more visual
   - compact talent/about pages
------------------------------------------------------------ */
body.v15 p, body.v15 .lead, body.v15 .hero-sub{line-height:1.68;}
body.v15 .button.ghost{background:linear-gradient(135deg,#da45b8 0%,#b7369e 100%);border-color:rgba(255,255,255,.20);}
body.v15:before{background-position:-120px 18vh,calc(100% + 210px) 74vh;background-size:760px auto,760px auto;}
.v15-hero-actions{display:flex;gap:14px;flex-wrap:wrap;}
.v15-home-hero{padding-bottom:42px;}
.v15-home-hero .clean-hero-grid{grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);}
.v15-home-hero .clean-hero-visual{min-height:560px;}
.v15-home-hero .hero-focus-frame{min-height:540px;}
.v15-home-hero .clean-proof-card,.v15-home-hero .clean-hero-pills{display:none!important;}
.no-card-numbers .num{display:none!important;}
.v15-built{padding-top:36px;padding-bottom:34px;}
.v15-built .panel-card{min-height:170px;padding:34px;}
.v15-built .panel-card h3{margin-bottom:12px;}
.impact-band-section{padding-top:34px;padding-bottom:56px;}
.impact-band{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:8px;padding:34px;background:linear-gradient(135deg,rgba(62,29,72,.86),rgba(19,5,28,.66)),url('/assets/page-images/home/hero-secondary.jpg') center/cover no-repeat;box-shadow:0 30px 86px rgba(12,2,17,.38);}
.impact-band:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(19,5,28,.82),rgba(19,5,28,.42));pointer-events:none;}
.impact-band>*{position:relative;z-index:1;}
.impact-band{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:end;}
.impact-band .clean-stats-grid{grid-template-columns:repeat(3,1fr);}
.impact-band .panel-card{background:rgba(19,5,28,.54);backdrop-filter:blur(10px);min-height:144px;}
.impact-band .stat strong{font-size:clamp(42px,4vw,68px)}
.v15-featured{padding-top:58px;}
.v15-featured .section-head{max-width:940px;}
.v15-featured .featured-cta-row{display:flex;justify-content:center;margin-top:26px;}
.v15-featured .featured-recap-16x9{aspect-ratio:16/9;min-height:auto;}
.v15-featured .featured-four-row{gap:18px;}
.v15-featured .featured-four-row .image-card{min-height:260px;}
.v15-featured .featured-four-row .image-card p{font-size:14px;line-height:1.45;}
.v15-home-talent{padding-top:70px;}
.v15-home-closing{padding-top:58px;}
/* Experiences page */
.v15-experiences-hero .page-hero-grid{align-items:start;grid-template-columns:.86fr 1.14fr;}
.v15-experiences-hero .experiences-hero-media{min-height:520px;margin-top:0;}
.v15-portfolio-section{padding-top:42px;}
.portfolio-grid-expanded{grid-auto-flow:dense;}
.portfolio-grid-expanded .image-card{min-height:330px;}
.portfolio-grid-expanded .image-card.feature{grid-column:span 6;min-height:420px;}
.portfolio-grid-expanded .image-card.tall{grid-column:span 6;min-height:420px;}
.portfolio-grid-expanded .image-card .caption p{line-height:1.48;}
.v15-foundation-section{padding-top:70px;}
.v15-foundation-section .panel-card{min-height:150px;}
/* Detail pages */
.detail-hero-v15{padding-bottom:34px;}
.detail-hero-refined{align-items:center;grid-template-columns:.88fr 1.12fr;gap:54px;}
.detail-hero-refined .detail-intro{max-width:650px;}
.detail-hero-media{min-height:560px;}
.detail-gallery-section{padding-top:20px;padding-bottom:46px;}
.detail-gallery-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.detail-gallery-row .gallery-card{min-height:260px;}
.detail-gallery-row .gallery-card strong{font-size:clamp(22px,1.8vw,30px);}
.detail-info-section{padding-top:46px;}
.compact-two-col{align-items:stretch;}
.compact-two-col .detail-card{min-height:0;}
.detail-summary{font-size:17px!important;margin-top:18px;color:rgba(255,255,255,.78)!important;}
.nested-impact-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:22px;}
.nested-impact-list .impact-mini{padding:20px;min-height:112px;background:rgba(255,255,255,.045);}
.nested-impact-list .impact-mini p{font-size:15px;}
.talent-detail-section{padding-top:54px;}
.talent-detail-section .section-head{max-width:960px;}
.talent-portrait-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}
.talent-portrait-card{position:relative;min-height:230px;border-radius:8px;overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.03));border:1px solid rgba(255,255,255,.13);box-shadow:0 24px 68px rgba(12,2,17,.34);}
.talent-portrait-card .portrait{position:absolute;inset:0;background-image:var(--avatar-image);background-position:center;background-size:cover;filter:saturate(.96) contrast(1.02);}
.talent-portrait-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(19,5,28,.05),rgba(19,5,28,.86));}
.talent-portrait-card strong{position:absolute;left:18px;right:18px;bottom:18px;z-index:1;font-family:var(--font-display);font-size:26px;line-height:1;color:#fff;}
/* Talent page */
.talent-hero-v15{padding-bottom:38px;}
.talent-hero-v15 .page-hero-grid{align-items:center;grid-template-columns:1fr 1fr;}
.talent-hero-v15 .media-frame{min-height:390px;}
.talent-intro-v15{padding-top:42px;padding-bottom:62px;}
.campaign-section-v15{padding-top:62px;}
.campaign-grid-v15 .campaign-card{min-height:340px;}
.campaign-grid-v15 .campaign-card.large{grid-column:span 6;min-height:380px;}
.campaign-grid-v15 .campaign-card .caption p{font-size:15px;line-height:1.48;}
/* About page */
.about-page .media-tag{display:none!important;}
.about-hero-v15 .media-frame{min-height:420px;}
.about-capability-section{padding-top:58px;}
.compact-about-capability .panel-card{min-height:0;padding:24px;}
.compact-about-capability .mini-visual{min-height:150px;margin:0 0 22px 0;border-radius:8px;}
.compact-about-capability .mini-visual figcaption{display:none;}
.compact-about-capability .panel-card p{font-size:15px;line-height:1.55;}
.about-process-section{padding-top:62px;padding-bottom:50px;}
.process-visual-panel{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:22px;align-items:stretch;}
.process-image{min-height:430px;}
.overlay-process-points{display:grid;grid-template-columns:1fr;gap:14px;align-content:center;}
.overlay-process-points div{padding:20px 22px;border-radius:8px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);font-family:var(--font-body);font-weight:800;color:#fff;}
.regional-scale-v15{padding-top:54px;padding-bottom:48px;}
.partner-section-v15{padding-top:54px;}
.partner-wall{min-height:300px;}
.partner-cloud{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px;}
.partner-cloud span{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:8px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);font-family:var(--font-body);font-size:12px;font-weight:800;}
@media(max-width:1100px){
  .v15-home-hero .clean-hero-grid,.v15-experiences-hero .page-hero-grid,.detail-hero-refined,.talent-hero-v15 .page-hero-grid,.process-visual-panel{grid-template-columns:1fr;}
  .impact-band{grid-template-columns:1fr;}
  .talent-portrait-grid{grid-template-columns:repeat(3,1fr);}
  .portfolio-grid-expanded .image-card.feature,.portfolio-grid-expanded .image-card.tall{grid-column:span 12;}
}
@media(max-width:820px){
  .v15-hero-actions{flex-direction:column;align-items:flex-start;}
  .v15-hero-actions .button{width:100%;}
  .impact-band .clean-stats-grid,.detail-gallery-row,.nested-impact-list,.talent-portrait-grid{grid-template-columns:1fr;}
  .talent-portrait-card{min-height:260px;}
  .campaign-grid-v15 .campaign-card.large{grid-column:1;}
}
@media(max-width:640px){
  .impact-band{padding:24px;}
  .detail-hero-media{min-height:380px;}
  .v15-featured .featured-four-row .image-card{min-height:300px;}
}


/* ------------------------------------------------------------
   V16 final feedback-locked polish
   Final QA pass against annotated PDF comments.
   Purpose: cleaner first impression, no cropped wave, stronger readability,
   detail hero text over media, compact talent/about, and clean visual hierarchy.
------------------------------------------------------------ */
body.final-polished{
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
body.final-polished:before{
  background-position:-300px 26vh, calc(100% + 340px) 88vh !important;
  background-size:650px auto, 700px auto !important;
  opacity:.30 !important;
}
body.final-polished .button,
body.final-polished .button.ghost{
  background:linear-gradient(135deg,#da45b8 0%,#b7369e 100%) !important;
  border-color:rgba(255,255,255,.20) !important;
  color:#fff !important;
}
body.final-polished p,
body.final-polished .lead,
body.final-polished .hero-sub{
  max-width:72ch;
  letter-spacing:-.006em;
}
body.final-polished .panel-card p,
body.final-polished .detail-card p,
body.final-polished .image-card p,
body.final-polished .campaign-card p{
  color:rgba(255,255,255,.76);
}

/* Home: one clear CTA and cleaner first fold */
body.home-page.final-polished .hero-copy .v15-hero-actions .button.ghost{display:none!important;}
body.home-page.final-polished .v15-home-hero{padding-top:clamp(48px,6.2vw,86px);padding-bottom:clamp(30px,4vw,48px);}
body.home-page.final-polished .v15-home-hero .clean-hero-grid{
  gap:clamp(42px,5vw,74px);
  align-items:center;
}
body.home-page.final-polished .clean-hero-copy h1{max-width:720px;}
body.home-page.final-polished .clean-hero-copy .hero-sub{max-width:620px;line-height:1.62;}
body.home-page.final-polished .hero-focus-frame{border-radius:8px;box-shadow:0 28px 78px rgba(12,2,17,.42);}
body.home-page.final-polished .hero-focus-frame:after{
  background:linear-gradient(90deg,rgba(19,5,28,.22),rgba(19,5,28,.04) 48%,rgba(19,5,28,.60)),linear-gradient(180deg,rgba(19,5,28,.04),rgba(19,5,28,.74));
}
body.home-page.final-polished .v15-built{padding-top:22px;}
body.home-page.final-polished .v15-built .panel-card{min-height:150px;padding:28px;}
body.home-page.final-polished .impact-band-section{padding-top:20px;}
body.home-page.final-polished .impact-band{padding:clamp(28px,3vw,38px);grid-template-columns:1fr 1.05fr;}
body.home-page.final-polished .impact-band .panel-card{min-height:132px;}
body.home-page.final-polished .v15-featured{padding-top:clamp(48px,6vw,80px);}
body.home-page.final-polished .featured-recap-16x9{border-radius:8px;}
body.home-page.final-polished .featured-four-row .clean-card p{-webkit-line-clamp:2;}
body.home-page.final-polished .featured-cta-row{justify-content:flex-start;margin-top:22px;}
body.home-page.final-polished .clean-talent-copy .lead{line-height:1.65;}

/* Experiences listing: image starts at the title height and cards read as event types */
body.experiences-page.final-polished .v15-experiences-hero .page-hero-grid{
  align-items:stretch;
  grid-template-columns:.92fr 1.08fr;
}
body.experiences-page.final-polished .v15-experiences-hero .experiences-hero-media{
  min-height:100%;
  height:auto;
  align-self:stretch;
  border-radius:8px;
}
body.experiences-page.final-polished .v15-portfolio-section{padding-top:32px;}
body.experiences-page.final-polished .portfolio-grid-expanded .image-card .media-tag{color:#fff;background:rgba(62,29,72,.66);border-color:rgba(218,69,184,.34);}
body.experiences-page.final-polished .portfolio-grid-expanded .image-card p{line-height:1.55;max-width:92%;}
body.experiences-page.final-polished .v15-foundation-section .panel-card{min-height:132px;display:flex;align-items:flex-end;}

/* Detail pages: final state — clean cover hero, gallery below, talent last/prominent */
body.detail-page.final-polished .final-detail-hero{padding-top:clamp(42px,5.5vw,74px);padding-bottom:18px;}
body.detail-page.final-polished .final-detail-cover{
  min-height:min(680px,72vh);
  border-radius:8px;
  overflow:hidden;
}
body.detail-page.final-polished .final-detail-cover:after{
  background:linear-gradient(90deg,rgba(19,5,28,.84) 0%,rgba(19,5,28,.46) 42%,rgba(19,5,28,.10) 100%),linear-gradient(180deg,rgba(19,5,28,.06),rgba(19,5,28,.74));
}
body.detail-page.final-polished .final-detail-cover .detail-cover-caption{
  position:absolute !important;
  z-index:4 !important;
  inset:0 !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  display:flex !important;
  align-items:flex-end !important;
  justify-content:flex-start !important;
  padding:clamp(28px,4vw,58px) !important;
  pointer-events:none;
}
body.detail-page.final-polished .final-detail-cover .detail-intro{max-width:min(760px,82vw);}
body.detail-page.final-polished .final-detail-cover h1{font-size:clamp(52px,6.5vw,104px);line-height:.96;}
body.detail-page.final-polished .final-detail-cover .hero-sub{margin-top:18px;font-size:clamp(19px,1.8vw,25px);line-height:1.45;}
body.detail-page.final-polished .final-detail-cover .lead{font-size:clamp(16px,1.1vw,19px);line-height:1.58;max-width:68ch;}
body.detail-page.final-polished .detail-gallery-section{padding-top:18px;padding-bottom:34px;}
body.detail-page.final-polished .detail-gallery-row .gallery-card{min-height:clamp(220px,18vw,290px);border-radius:8px;}
body.detail-page.final-polished .detail-info-section{padding-top:34px;}
body.detail-page.final-polished .compact-two-col .detail-card{padding:clamp(24px,2.6vw,34px);}
body.detail-page.final-polished .nested-impact-list .impact-mini{box-shadow:none;}
body.detail-page.final-polished .talent-detail-section{padding-top:60px;}
body.detail-page.final-polished .talent-portrait-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
body.detail-page.final-polished .talent-portrait-card{min-height:clamp(260px,22vw,340px);}
body.detail-page.final-polished .talent-portrait-card strong{font-size:clamp(24px,2.1vw,34px);}

/* Talent: compact top, campaign wall keeps visual priority */
body.talent-page.final-polished .talent-hero-v15{padding-top:clamp(42px,5vw,70px);padding-bottom:20px;}
body.talent-page.final-polished .talent-hero-v15 .media-frame{min-height:340px;border-radius:8px;}
body.talent-page.final-polished .talent-intro-v15{padding-top:32px;padding-bottom:46px;}
body.talent-page.final-polished .talent-intro-v15 .detail-card{padding:clamp(24px,2.8vw,34px);}
body.talent-page.final-polished .campaign-section-v15{padding-top:46px;}
body.talent-page.final-polished .campaign-grid-v15 .campaign-card{min-height:360px;}
body.talent-page.final-polished .campaign-grid-v15 .campaign-card.large{min-height:400px;}
body.talent-page.final-polished .campaign-grid-v15 .campaign-card p{line-height:1.55;}

/* About: remove redundant image headings and put process boxes over image */
body.about-page.final-polished .media-frame figcaption{display:none!important;}
body.about-page.final-polished .about-hero-v15{padding-bottom:26px;}
body.about-page.final-polished .about-hero-v15 .media-frame{min-height:360px;border-radius:8px;}
body.about-page.final-polished .about-capability-section{padding-top:44px;}
body.about-page.final-polished .compact-about-capability .panel-card{padding:24px;}
body.about-page.final-polished .compact-about-capability .mini-visual{min-height:132px;}
body.about-page.final-polished .about-process-section{padding-top:48px;padding-bottom:38px;}
body.about-page.final-polished .process-visual-panel{position:relative;display:block;}
body.about-page.final-polished .process-image{min-height:470px;border-radius:8px;}
body.about-page.final-polished .overlay-process-points{
  position:absolute;
  z-index:5;
  top:26px;
  right:26px;
  bottom:26px;
  width:min(420px,calc(100% - 52px));
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
  align-content:center;
}
body.about-page.final-polished .overlay-process-points div{
  background:rgba(19,5,28,.62);
  backdrop-filter:blur(12px);
  border-color:rgba(255,255,255,.16);
}
body.about-page.final-polished .regional-scale-v15{padding-top:40px;padding-bottom:34px;}
body.about-page.final-polished .partner-section-v15{padding-top:44px;}
body.about-page.final-polished .partner-wall{min-height:260px;border-radius:8px;}
body.about-page.final-polished .partner-cloud{margin-top:22px;}

@media(max-width:1100px){
  body.home-page.final-polished .impact-band{grid-template-columns:1fr;}
  body.experiences-page.final-polished .v15-experiences-hero .page-hero-grid{grid-template-columns:1fr;}
  body.experiences-page.final-polished .v15-experiences-hero .experiences-hero-media{min-height:420px;}
  body.detail-page.final-polished .talent-portrait-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
  body.about-page.final-polished .overlay-process-points{position:relative;top:auto;right:auto;bottom:auto;width:auto;margin-top:16px;}
  body.about-page.final-polished .process-image{min-height:380px;}
}
@media(max-width:820px){
  body.detail-page.final-polished .final-detail-cover{min-height:560px;border-radius:8px;}
  body.detail-page.final-polished .final-detail-cover:after{background:linear-gradient(180deg,rgba(19,5,28,.24),rgba(19,5,28,.86));}
  body.detail-page.final-polished .talent-portrait-grid{grid-template-columns:1fr;}
  body.detail-page.final-polished .talent-portrait-card{min-height:320px;}
  body.home-page.final-polished .featured-cta-row{justify-content:center;}
}
@media(max-width:640px){
  body.final-polished:before{opacity:.18 !important;background-size:520px auto,560px auto !important;}
  body.detail-page.final-polished .final-detail-cover{min-height:620px;}
  body.detail-page.final-polished .final-detail-cover .detail-cover-caption{padding:24px !important;}
  body.about-page.final-polished .process-image{min-height:320px;}
}

/* ------------------------------------------------------------
   V17 QA-locked polish: final visual hierarchy and crop refinements.
   Keeps content structure intact; refines first impression and media alignment.
------------------------------------------------------------ */
body.qa-locked .logo img{width:154px;max-height:58px;object-fit:contain;}
body.qa-locked .site-header .container{min-height:78px;}
body.home-page.qa-locked .v15-home-hero{padding-top:clamp(42px,5.6vw,74px);}
body.home-page.qa-locked .clean-hero-copy h1{font-size:clamp(60px,7.1vw,104px);line-height:.98;}
body.home-page.qa-locked .clean-hero-copy .hero-sub{max-width:620px;line-height:1.62;}
body.home-page.qa-locked .hero-focus-frame{min-height:clamp(470px,42vw,620px);}
body.home-page.qa-locked .hero-slideshow .hero-slide{object-position:50% 48%;}
body.home-page.qa-locked .hero-slideshow .hero-slide[src*="hero-main"]{object-position:50% 50%;}
body.home-page.qa-locked .hero-slideshow .hero-slide[src*="hero-secondary"]{object-position:50% 56%;}
body.home-page.qa-locked .hero-slideshow .hero-slide[src*="recap-video-poster"]{object-position:50% 46%;}
body.home-page.qa-locked .featured-recap-16x9 img{object-position:50% 50%;}
body.home-page.qa-locked .featured-four-row .clean-card{box-shadow:0 22px 62px rgba(12,2,17,.34);}
body.home-page.qa-locked .featured-four-row .clean-card img{filter:saturate(1.05) contrast(1.04) brightness(.96);}
body.home-page.qa-locked .impact-band{background-position:center 44%;}
body.home-page.qa-locked .clean-talent-main img{object-position:50% 48%;}
body.home-page.qa-locked .clean-talent-secondary img{object-position:50% 45%;}
body.qa-locked .section-head h2{max-width:980px;}
body.qa-locked .media-frame,body.qa-locked .image-card{outline:1px solid rgba(255,255,255,.025);}
body.qa-locked .image-card p,body.qa-locked .campaign-card p{line-height:1.54;}
body.qa-locked .button{min-width:180px;}
body.qa-locked .footer-logo img{width:146px;max-height:58px;object-fit:contain;}
@media(max-width:1100px){
  body.home-page.qa-locked .hero-focus-frame{min-height:520px;}
  body.qa-locked .logo img{width:144px;}
}
@media(max-width:640px){
  body.qa-locked .logo img{width:124px;}
  body.home-page.qa-locked .hero-focus-frame{min-height:430px;}
  body.home-page.qa-locked .clean-hero-copy h1{font-size:clamp(48px,14vw,76px);}
}

/* V18 talent campaign wall polish: consistent scale, rounded media, aligned cards */
body.talent-page.qa-locked .campaign-section-v15 .section-head{
  max-width:1080px;
  margin-bottom:clamp(26px,3vw,42px);
}
body.talent-page.qa-locked .campaign-grid-v15{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  gap:24px;
  align-items:stretch;
}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card{
  position:relative!important;
  grid-column:span 4;
  min-height:0!important;
  height:100%;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border-radius:8px;
  border:1px solid rgba(255,255,255,.14);
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.032));
  box-shadow:0 26px 72px rgba(8,1,20,.34);
  isolation:isolate;
}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.large{
  grid-column:span 6;
  min-height:0!important;
}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card:last-child{
  grid-column:span 8;
}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card img{
  position:relative!important;
  inset:auto!important;
  display:block;
  width:100%;
  height:clamp(330px,28vw,430px);
  object-fit:cover;
  object-position:center 36%;
  border-radius:8px;
  transform:none!important;
  filter:saturate(1.04) contrast(1.03);
}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.large img{
  height:clamp(420px,34vw,560px);
}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card:before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:8px;
  pointer-events:none;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.13);
  z-index:3;
}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:52%;
  background:linear-gradient(180deg,rgba(62,29,72,.08),rgba(62,29,72,0));
  pointer-events:none;
  z-index:1;
}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card .caption{
  position:relative!important;
  left:auto!important;
  right:auto!important;
  bottom:auto!important;
  z-index:2;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  flex:1 1 auto;
  gap:0;
  padding:18px 20px 22px;
  min-height:176px;
  background:linear-gradient(180deg,rgba(62,29,72,.86),rgba(26,6,42,.96));
  backdrop-filter:none!important;
}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.large .caption{
  min-height:164px;
  padding:20px 22px 24px;
}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card .media-tag{
  background:rgba(218,69,184,.22);
  border-color:rgba(218,69,184,.42);
  color:#fff;
  margin-bottom:9px;
  font-size:10px;
  letter-spacing:.16em;
}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card strong{
  display:block;
  font-family:var(--font-display);
  font-size:clamp(21px,1.45vw,27px);
  line-height:1.02;
  letter-spacing:-.035em;
  color:#fff;
}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card p{
  margin-top:12px;
  font-size:14px;
  line-height:1.55;
  color:rgba(255,255,255,.75);
  max-width:100%;
}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card:nth-child(1) img{object-position:center 32%;}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card:nth-child(2) img{object-position:center 42%;}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card:nth-child(3) img{object-position:center 34%;}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card:nth-child(4) img{object-position:center 42%;}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card:nth-child(5) img{object-position:center 36%;}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card:nth-child(6) img{object-position:center 42%;}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card:nth-child(7) img{object-position:center 40%;}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card:nth-child(8) img{object-position:center 42%;}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card:nth-child(9) img{object-position:center 36%;}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card:nth-child(10) img{object-position:center 44%;}
@media(max-width:1100px){
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card,
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.large,
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card:last-child{grid-column:span 6;}
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card img,
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.large img{height:clamp(330px,44vw,470px);}
}
@media(max-width:820px){
  body.talent-page.qa-locked .campaign-grid-v15{grid-template-columns:1fr;gap:18px;}
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card,
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.large,
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card:last-child{grid-column:1;}
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card img,
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.large img{height:clamp(320px,72vw,440px);}
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card .caption,
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.large .caption{min-height:auto;}
}


/* ------------------------------------------------------------
   V19 image-pack + mobile polish
   - all page image slots now use the supplied deep selection pack
   - about hero image matches text column height on desktop
   - improved mobile media sizing and card rhythm
------------------------------------------------------------ */
body.about-page.qa-locked .about-hero-v15 .page-hero-grid{
  align-items:stretch !important;
  grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);
  gap:clamp(32px,5vw,64px);
}
body.about-page.qa-locked .about-hero-v15 .page-hero-grid > .reveal:first-child{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:100%;
}
body.about-page.qa-locked .about-hero-v15 .media-frame{
  height:100%;
  min-height:unset !important;
  align-self:stretch;
  border-radius:8px;
}
body.about-page.qa-locked .about-hero-v15 .media-frame img{
  object-position:50% 42%;
}
body.about-page.qa-locked .about-hero-v15 .media-frame:after{
  background:
    linear-gradient(180deg,rgba(19,5,28,.06),rgba(19,5,28,.58)),
    radial-gradient(circle at 78% 12%,rgba(218,69,184,.18),transparent 38%);
}
body.qa-locked .media-frame img,
body.qa-locked .image-card img,
body.qa-locked .campaign-card img{
  backface-visibility:hidden;
}
body.qa-locked .media-frame,
body.qa-locked .image-card,
body.qa-locked .campaign-card{
  transform:translateZ(0);
}
/* Per-slot image positioning refinements for the attached image pack */
body.home-page .hero-slide[src*="hero-main"]{object-position:50% 48% !important;}
body.home-page .hero-slide[src*="hero-secondary"]{object-position:50% 48% !important;}
body.home-page .hero-slide[src*="recap-video-poster"]{object-position:50% 45% !important;}
body.home-page .featured-recap-16x9 img{object-position:50% 44% !important;}
body.home-page .featured-four-row .clean-card:nth-child(1) img{object-position:50% 39% !important;}
body.home-page .featured-four-row .clean-card:nth-child(2) img{object-position:50% 42% !important;}
body.home-page .featured-four-row .clean-card:nth-child(3) img{object-position:50% 42% !important;}
body.home-page .featured-four-row .clean-card:nth-child(4) img{object-position:50% 42% !important;}
body.experiences-page .portfolio-grid-expanded .image-card:nth-child(1) img{object-position:50% 40% !important;}
body.experiences-page .portfolio-grid-expanded .image-card:nth-child(2) img{object-position:50% 42% !important;}
body.experiences-page .portfolio-grid-expanded .image-card:nth-child(3) img{object-position:50% 42% !important;}
body.experiences-page .portfolio-grid-expanded .image-card:nth-child(4) img{object-position:50% 43% !important;}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card img{object-position:center 38% !important;}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card:nth-child(9) img{object-position:center 47% !important;}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card:nth-child(10) img{object-position:center 42% !important;}
@media(max-width:1100px){
  body.about-page.qa-locked .about-hero-v15 .page-hero-grid{
    grid-template-columns:1fr;
    align-items:start !important;
  }
  body.about-page.qa-locked .about-hero-v15 .page-hero-grid > .reveal:first-child{
    display:block;
  }
  body.about-page.qa-locked .about-hero-v15 .media-frame{
    height:auto;
    min-height:clamp(360px,52vw,560px) !important;
  }
}
@media(max-width:820px){
  body.qa-locked .site-header .container{min-height:72px;}
  body.qa-locked .site-nav a{padding:14px 16px;}
  body.qa-locked .section-head{gap:12px;margin-bottom:22px;}
  body.home-page.qa-locked .clean-hero-grid{gap:30px;}
  body.home-page.qa-locked .hero-focus-frame{min-height:440px;}
  body.home-page.qa-locked .featured-recap-16x9{aspect-ratio:16/10;}
  body.home-page.qa-locked .featured-four-row .clean-card{min-height:280px !important;}
  body.experiences-page.final-polished .v15-experiences-hero .experiences-hero-media{min-height:360px;}
  body.detail-page.final-polished .final-detail-cover{min-height:560px;}
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card img,
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.large img{height:clamp(300px,68vw,420px);}
}
@media(max-width:640px){
  :root{--container:min(100vw - 28px);}
  body.qa-locked .site-header .container{min-height:68px;}
  body.qa-locked .logo img{width:118px;}
  body.qa-locked h1{font-size:clamp(46px,13.4vw,72px);line-height:1;}
  body.qa-locked h2{font-size:clamp(34px,10.5vw,52px);line-height:1.03;}
  body.qa-locked p,
  body.qa-locked .lead,
  body.qa-locked .hero-sub{font-size:16px;line-height:1.62;}
  body.qa-locked .section{padding:52px 0;}
  body.home-page.qa-locked .v15-home-hero{padding-top:30px;}
  body.home-page.qa-locked .hero-focus-frame{min-height:390px;border-radius:8px;}
  body.home-page.qa-locked .clean-hero-copy .hero-sub{font-size:16px;}
  body.home-page.qa-locked .featured-recap-16x9{border-radius:8px;aspect-ratio:4/3;}
  body.home-page.qa-locked .featured-recap-16x9 .play{width:54px;height:54px;}
  body.home-page.qa-locked .featured-four-row .clean-card{min-height:260px !important;border-radius:8px;}
  body.about-page.qa-locked .about-hero-v15 .media-frame{min-height:330px !important;border-radius:8px;}
  body.about-page.final-polished .process-image{min-height:300px;}
  body.detail-page.final-polished .final-detail-cover{min-height:590px;border-radius:8px;}
  body.detail-page.final-polished .detail-gallery-row .gallery-card{min-height:230px;}
  body.talent-page.qa-locked .campaign-grid-v15{gap:16px;}
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card{border-radius:8px;}
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card .caption{padding:16px 17px 19px;}
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card p{font-size:13.5px;line-height:1.52;}
}


/* V20: Word-document image mapping refinements */
body.home-page .hero-slide[src*="hero-high-impact"]{object-position:50% 50% !important;}
body.home-page .hero-slide[src*="hero-original-ip"]{object-position:50% 50% !important;}
body.home-page .hero-slide[src*="hero-audience-platforms"]{object-position:50% 50% !important;}
body.detail-got-sole .detail-gallery-row{grid-template-columns:repeat(4,1fr);}
@media(max-width:1100px){body.detail-got-sole .detail-gallery-row{grid-template-columns:repeat(2,1fr);}}
@media(max-width:760px){body.detail-got-sole .detail-gallery-row{grid-template-columns:1fr;}}

/* ------------------------------------------------------------
   V22 mobile Experiences polish
   Makes every Experiences listing card full-width, equal-scale,
   and caption-aligned on mobile. This fixes the half-width cards
   visible after the first card on phones.
------------------------------------------------------------ */
@media (max-width: 760px){
  body.experiences-page .v15-portfolio-section{
    padding-top:34px !important;
  }
  body.experiences-page .portfolio-grid,
  body.experiences-page .portfolio-grid-expanded{
    display:grid !important;
    grid-template-columns:1fr !important;
    grid-auto-flow:row !important;
    gap:24px !important;
    width:100% !important;
    max-width:100% !important;
    align-items:stretch !important;
  }
  body.experiences-page .portfolio-grid-expanded > .image-card,
  body.experiences-page .portfolio-grid-expanded > .image-card.feature,
  body.experiences-page .portfolio-grid-expanded > .image-card.tall,
  body.experiences-page .portfolio-grid > .image-card,
  body.experiences-page .portfolio-grid > .image-card.feature,
  body.experiences-page .portfolio-grid > .image-card.tall{
    grid-column:1 / -1 !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    min-height:clamp(392px,112vw,444px) !important;
    height:auto !important;
    border-radius:8px;
    overflow:hidden !important;
  }
  body.experiences-page .portfolio-grid-expanded > .image-card img,
  body.experiences-page .portfolio-grid > .image-card img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    transform:none !important;
  }
  body.experiences-page .portfolio-grid-expanded > .image-card:after,
  body.experiences-page .portfolio-grid > .image-card:after{
    background:
      linear-gradient(180deg,rgba(19,5,28,.04) 0%,rgba(19,5,28,.16) 38%,rgba(19,5,28,.88) 100%),
      radial-gradient(circle at 82% 16%,rgba(218,69,184,.16),transparent 38%) !important;
  }
  body.experiences-page .portfolio-grid-expanded .image-card .caption,
  body.experiences-page .portfolio-grid .image-card .caption{
    left:24px !important;
    right:24px !important;
    bottom:24px !important;
    top:auto !important;
    width:auto !important;
    max-width:none !important;
    padding:0 !important;
    display:block !important;
  }
  body.experiences-page .portfolio-grid-expanded .image-card .media-tag,
  body.experiences-page .portfolio-grid .image-card .media-tag{
    display:inline-flex !important;
    max-width:min(100%, 320px) !important;
    width:max-content !important;
    white-space:normal !important;
    line-height:1.15 !important;
    padding:10px 16px !important;
    border-radius:8px;
    font-size:11px !important;
    letter-spacing:.16em !important;
    color:#fff !important;
    background:rgba(62,29,72,.70) !important;
    border-color:rgba(218,69,184,.38) !important;
    backdrop-filter:blur(12px) !important;
  }
  body.experiences-page .portfolio-grid-expanded .image-card strong,
  body.experiences-page .portfolio-grid .image-card strong{
    margin-top:16px !important;
    font-size:clamp(31px,8vw,40px) !important;
    line-height:1 !important;
    letter-spacing:-.025em !important;
    max-width:92% !important;
  }
  body.experiences-page .portfolio-grid-expanded .image-card p,
  body.experiences-page .portfolio-grid .image-card p{
    margin-top:12px !important;
    max-width:94% !important;
    font-size:clamp(17px,4.7vw,20px) !important;
    line-height:1.46 !important;
    color:rgba(255,255,255,.82) !important;
  }
  body.experiences-page .portfolio-grid-expanded .image-card .caption span.link,
  body.experiences-page .portfolio-grid .image-card .caption span.link{
    display:inline-flex !important;
    margin-top:18px !important;
    font-size:12px !important;
    line-height:1.2 !important;
    letter-spacing:.14em !important;
  }
}
@media (max-width: 420px){
  body.experiences-page .portfolio-grid-expanded > .image-card,
  body.experiences-page .portfolio-grid-expanded > .image-card.feature,
  body.experiences-page .portfolio-grid-expanded > .image-card.tall,
  body.experiences-page .portfolio-grid > .image-card,
  body.experiences-page .portfolio-grid > .image-card.feature,
  body.experiences-page .portfolio-grid > .image-card.tall{
    min-height:clamp(380px,112vw,430px) !important;
    border-radius:8px;
  }
  body.experiences-page .portfolio-grid-expanded .image-card .caption,
  body.experiences-page .portfolio-grid .image-card .caption{
    left:22px !important;
    right:22px !important;
    bottom:22px !important;
  }
  body.experiences-page .portfolio-grid-expanded .image-card p,
  body.experiences-page .portfolio-grid .image-card p{
    max-width:98% !important;
  }
}

/* ------------------------------------------------------------
   V23 Talent image-crop polish
   - replaces Steve Harvey × Sharjah Asset Management image
   - prevents campaign images with embedded text from being cropped
   - preserves aligned card heights and mobile card layout
------------------------------------------------------------ */
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card img,
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.large img{
  object-fit:contain !important;
  object-position:center center !important;
  background:
    radial-gradient(circle at 78% 18%, rgba(218,69,184,.16), transparent 34%),
    linear-gradient(135deg, rgba(62,29,72,.95), rgba(15,4,30,.98)) !important;
}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card:after{
  display:none !important;
}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card .caption{
  border-top:1px solid rgba(255,255,255,.08);
}
@media(max-width:820px){
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card img,
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.large img{
    object-fit:contain !important;
    object-position:center center !important;
    height:clamp(330px, 72vw, 460px) !important;
  }
}
@media(max-width:420px){
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card img,
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.large img{
    height:clamp(315px, 78vw, 430px) !important;
  }
}


/* ------------------------------------------------------------
   V24 final radius + mobile image QA
   Request: every box / placeholder / shape uses 8px corners;
   every button uses 12px corners; mobile images scale cleanly.
------------------------------------------------------------ */
:root{
  --radius:8px !important;
  --radius-sm:8px !important;
}

/* Universal rectangular surfaces */
.media-frame,
.image-card,
.clean-card,
.panel-card,
.detail-card,
.campaign-card,
.stat,
.stat-card,
.closing-card,
.form-card,
.contact-card,
.process-panel,
.process-image,
.gallery-card,
.final-detail-cover,
.hero-focus-frame,
.hero-slide-wrap,
.hero-visual-stack,
.floating-proof,
.about-capability .media-frame,
.detail-gallery .media-frame,
.featured-recap-16x9,
.featured-four-row .clean-card,
.portfolio-grid .image-card,
.portfolio-grid-expanded .image-card,
.campaign-grid-v15 .campaign-card,
.talent-chip,
.partner-wall span,
.media-tag,
.name-pill,
.chip,
.pill,
.visual-panel,
.footer-nav a,
.site-nav a,
.menu-toggle,
input,
textarea,
select{
  border-radius:8px !important;
}

/* Buttons: 12px only */
.button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.form-grid button,
.header-cta,
a.button{
  border-radius:12px !important;
}

/* Make contained images predictable and avoid distortion */
.media-frame img,
.image-card img,
.clean-card img,
.campaign-card img,
.gallery-card img,
.final-detail-cover img,
.hero-focus-frame img,
.featured-recap-16x9 img,
.featured-four-row img,
.portfolio-grid img,
.portfolio-grid-expanded img{
  max-width:100% !important;
  backface-visibility:hidden;
  transform:none !important;
}

/* Talent campaign imagery contains text/logos in some frames, so never crop it. */
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card img{
  object-fit:contain !important;
  object-position:center center !important;
  background:#10031e !important;
}

/* Keep the campaign cards premium even when images are shown uncropped. */
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card{
  overflow:hidden !important;
  border-radius:8px !important;
}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card .caption{
  border-radius:0 !important;
}

/* Mobile QA: all imagery fits the viewport and campaign images are fully visible. */
@media(max-width:820px){
  html, body{
    width:100%;
    max-width:100%;
    overflow-x:hidden !important;
  }

  .container{
    width:min(100vw - 28px, 1280px) !important;
    max-width:100% !important;
  }

  .media-frame,
  .image-card,
  .clean-card,
  .campaign-card,
  .gallery-card,
  .final-detail-cover,
  .hero-focus-frame,
  .featured-recap-16x9,
  .featured-four-row .clean-card,
  .portfolio-grid .image-card,
  .portfolio-grid-expanded .image-card{
    width:100% !important;
    max-width:100% !important;
    overflow:hidden !important;
    border-radius:8px !important;
  }

  .media-frame img,
  .image-card img,
  .clean-card img,
  .gallery-card img,
  .final-detail-cover img,
  .hero-focus-frame img,
  .featured-recap-16x9 img,
  .featured-four-row img,
  .portfolio-grid img,
  .portfolio-grid-expanded img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:center center !important;
  }

  body.talent-page.qa-locked .campaign-grid-v15{
    grid-template-columns:1fr !important;
    gap:18px !important;
  }

  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card,
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.large,
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card:last-child{
    grid-column:1 / -1 !important;
    width:100% !important;
    max-width:100% !important;
  }

  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card img,
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.large img{
    position:relative !important;
    inset:auto !important;
    display:block !important;
    width:100% !important;
    height:auto !important;
    max-height:none !important;
    aspect-ratio:auto !important;
    object-fit:contain !important;
    object-position:center center !important;
    background:#10031e !important;
  }

  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card .caption,
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.large .caption{
    position:relative !important;
    left:auto !important;
    right:auto !important;
    bottom:auto !important;
    width:100% !important;
    padding:18px 18px 22px !important;
  }

  .button,
  button,
  input[type="submit"],
  input[type="button"],
  input[type="reset"],
  .form-grid button,
  .header-cta,
  a.button{
    border-radius:12px !important;
  }
}

/* Extra small mobile: tighter rhythm without image crop. */
@media(max-width:430px){
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card img,
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.large img{
    width:100% !important;
    height:auto !important;
    object-fit:contain !important;
  }

  body.experiences-page .portfolio-grid-expanded > .image-card,
  body.experiences-page .portfolio-grid-expanded > .image-card.feature,
  body.experiences-page .portfolio-grid-expanded > .image-card.tall,
  body.experiences-page .portfolio-grid > .image-card,
  body.experiences-page .portfolio-grid > .image-card.feature,
  body.experiences-page .portfolio-grid > .image-card.tall{
    border-radius:8px !important;
  }
}


/* ------------------------------------------------------------
   V25 responsive visual-fit QA
   Goal: remove remaining scale issues. Images with text/logos
   are never cropped; cards adapt between 2–4 per row on desktop
   and become clean full-width cards on mobile.
------------------------------------------------------------ */

/* Capability cards: image and text now share a balanced card rhythm. */
body.about-page.qa-locked .compact-about-capability{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:24px !important;
  align-items:stretch !important;
}
body.about-page.qa-locked .compact-about-capability .panel-card{
  display:flex !important;
  flex-direction:column !important;
  gap:0 !important;
  padding:24px !important;
  min-height:0 !important;
  height:100% !important;
  border-radius:8px !important;
}
body.about-page.qa-locked .compact-about-capability .mini-visual{
  position:relative !important;
  width:100% !important;
  min-height:0 !important;
  height:auto !important;
  aspect-ratio:4/3 !important;
  margin:0 0 24px 0 !important;
  border-radius:8px !important;
  overflow:hidden !important;
  background:
    linear-gradient(180deg,rgba(19,5,28,.34),rgba(19,5,28,.62)),
    var(--frame-bg) center / cover no-repeat,
    rgba(19,5,28,.75) !important;
}
body.about-page.qa-locked .compact-about-capability .mini-visual::before{
  content:"" !important;
  position:absolute !important;
  inset:-18px !important;
  background:var(--frame-bg) center / cover no-repeat !important;
  filter:blur(18px) saturate(1.08) brightness(.72) !important;
  transform:scale(1.08) !important;
  z-index:0 !important;
}
body.about-page.qa-locked .compact-about-capability .mini-visual::after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:linear-gradient(180deg,rgba(19,5,28,.08),rgba(19,5,28,.28)) !important;
  z-index:1 !important;
}
body.about-page.qa-locked .compact-about-capability .mini-visual img{
  position:relative !important;
  inset:auto !important;
  z-index:2 !important;
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  transform:none !important;
}
body.about-page.qa-locked .compact-about-capability .panel-card h3{
  font-size:clamp(30px,2.2vw,42px) !important;
  line-height:1.02 !important;
  margin:0 0 18px 0 !important;
}
body.about-page.qa-locked .compact-about-capability .panel-card p{
  font-size:clamp(16px,1.04vw,18px) !important;
  line-height:1.55 !important;
  margin:0 0 16px 0 !important;
}

/* Talent campaign grid: adaptive 2–4-up layout with image-aware cards. */
body.talent-page.qa-locked .campaign-grid-v15{
  display:grid !important;
  grid-template-columns:repeat(12,minmax(0,1fr)) !important;
  gap:24px !important;
  align-items:stretch !important;
}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card{
  grid-column:span 4 !important;
  display:flex !important;
  flex-direction:column !important;
  height:100% !important;
  min-height:0 !important;
  overflow:hidden !important;
  border-radius:8px !important;
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.035)) !important;
  border:1px solid rgba(255,255,255,.14) !important;
}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.large{
  grid-column:span 6 !important;
}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card:nth-child(9),
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card:nth-child(10),
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card:last-child{
  grid-column:span 6 !important;
}

/* Replace old pseudo overlays on campaign cards. */
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card::before,
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card::after{
  content:none !important;
}

body.talent-page.qa-locked .campaign-grid-v15 .campaign-media{
  position:relative !important;
  display:block !important;
  margin:0 !important;
  width:100% !important;
  overflow:hidden !important;
  border-radius:8px 8px 0 0 !important;
  background:
    linear-gradient(180deg,rgba(8,3,20,.08),rgba(8,3,20,.44)),
    var(--campaign-bg) center / cover no-repeat,
    #10031e !important;
  isolation:isolate !important;
}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-media::before{
  content:"" !important;
  position:absolute !important;
  inset:-22px !important;
  background:var(--campaign-bg) center / cover no-repeat !important;
  filter:blur(22px) saturate(1.08) brightness(.62) !important;
  transform:scale(1.12) !important;
  z-index:0 !important;
}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-media::after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:linear-gradient(180deg,rgba(19,5,28,.04),rgba(19,5,28,.20)) !important;
  z-index:1 !important;
}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-media img{
  position:relative !important;
  z-index:2 !important;
  inset:auto !important;
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  border-radius:0 !important;
  transform:none !important;
  background:transparent !important;
  filter:saturate(1.04) contrast(1.02) !important;
}

/* Card-specific aspect ratios to avoid awkward scaling. */
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.ratio-landscape .campaign-media{
  aspect-ratio:16/9 !important;
}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.ratio-square .campaign-media{
  aspect-ratio:1/1 !important;
}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.ratio-portrait .campaign-media{
  aspect-ratio:4/5 !important;
}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.large.ratio-landscape .campaign-media{
  aspect-ratio:16/9 !important;
}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.large.ratio-square .campaign-media{
  aspect-ratio:4/3 !important;
}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.large.ratio-portrait .campaign-media{
  aspect-ratio:4/5 !important;
}

/* Captions now scale with the image block and remain readable. */
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card .caption{
  position:relative !important;
  left:auto !important;
  right:auto !important;
  bottom:auto !important;
  width:100% !important;
  flex:1 1 auto !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:flex-start !important;
  align-items:flex-start !important;
  min-height:0 !important;
  padding:20px 22px 24px !important;
  border-radius:0 !important;
  background:linear-gradient(180deg,rgba(62,29,72,.90),rgba(26,6,42,.98)) !important;
}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card .media-tag{
  border-radius:8px !important;
  padding:9px 12px !important;
  margin:0 0 12px 0 !important;
}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card strong{
  font-family:var(--font-display) !important;
  font-size:clamp(25px,1.55vw,32px) !important;
  line-height:1.04 !important;
  letter-spacing:-.035em !important;
  margin:0 !important;
}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card p{
  margin-top:13px !important;
  font-size:clamp(15px,.95vw,17px) !important;
  line-height:1.56 !important;
  color:rgba(255,255,255,.78) !important;
}

/* Tablet: 2 per row. */
@media(max-width:1100px){
  body.about-page.qa-locked .compact-about-capability{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card,
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.large,
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card:nth-child(9),
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card:nth-child(10),
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card:last-child{
    grid-column:span 6 !important;
  }
}

/* Mobile: full-width cards, natural image rhythm, no cropping. */
@media(max-width:760px){
  body.about-page.qa-locked .compact-about-capability{
    grid-template-columns:1fr !important;
    gap:20px !important;
  }
  body.about-page.qa-locked .compact-about-capability .panel-card{
    padding:18px !important;
  }
  body.about-page.qa-locked .compact-about-capability .mini-visual{
    aspect-ratio:16/10 !important;
    margin-bottom:20px !important;
  }
  body.about-page.qa-locked .compact-about-capability .panel-card h3{
    font-size:clamp(30px,8vw,38px) !important;
  }

  body.talent-page.qa-locked .campaign-grid-v15{
    grid-template-columns:1fr !important;
    gap:20px !important;
  }
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card,
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.large,
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card:nth-child(9),
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card:nth-child(10),
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card:last-child{
    grid-column:1 / -1 !important;
    width:100% !important;
  }
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.ratio-landscape .campaign-media,
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.ratio-square .campaign-media,
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.ratio-portrait .campaign-media,
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.large.ratio-landscape .campaign-media,
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.large.ratio-square .campaign-media,
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.large.ratio-portrait .campaign-media{
    aspect-ratio:auto !important;
  }
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-media{
    min-height:0 !important;
  }
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-media img{
    width:100% !important;
    height:auto !important;
    object-fit:contain !important;
  }
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card .caption{
    padding:18px 18px 22px !important;
  }
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card strong{
    font-size:clamp(28px,7.6vw,36px) !important;
  }
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card p{
    font-size:16px !important;
    line-height:1.58 !important;
  }
}

/* Extra-small mobile safety. */
@media(max-width:430px){
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card .caption{
    padding:16px 16px 20px !important;
  }
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card p{
    font-size:15px !important;
  }
}


/* ------------------------------------------------------------
   V26 image replacement + scale polish
   - Jason Momoa × Yas Island and Kevin Hart × Yas Island
     replaced with supplied images.
   - Campaign cards keep a blurred duplicate background when
     the source image aspect ratio does not match the card.
------------------------------------------------------------ */
body.talent-page.qa-locked .campaign-grid-v15 .campaign-media{
  background:
    linear-gradient(180deg,rgba(8,3,20,.05),rgba(8,3,20,.42)),
    var(--campaign-bg) center / cover no-repeat,
    #10031e !important;
}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-media::before{
  content:"" !important;
  position:absolute !important;
  inset:-28px !important;
  background:var(--campaign-bg) center / cover no-repeat !important;
  filter:blur(26px) saturate(1.10) brightness(.58) !important;
  transform:scale(1.14) !important;
  z-index:0 !important;
}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-media img{
  position:relative !important;
  z-index:2 !important;
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  background:transparent !important;
  border-radius:0 !important;
  transform:none !important;
}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.ratio-landscape .campaign-media{
  aspect-ratio:16/9 !important;
}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.ratio-square .campaign-media{
  aspect-ratio:1/1 !important;
}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.ratio-portrait .campaign-media{
  aspect-ratio:4/5 !important;
}
/* Specific replacement cards: keep full image visible with premium background fill. */
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card:nth-child(3) .campaign-media,
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card:nth-child(5) .campaign-media{
  aspect-ratio:16/9 !important;
}
@media(max-width:760px){
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.ratio-landscape .campaign-media,
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.ratio-square .campaign-media,
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.ratio-portrait .campaign-media,
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card:nth-child(3) .campaign-media,
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card:nth-child(5) .campaign-media{
    aspect-ratio:auto !important;
  }
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-media img{
    width:100% !important;
    height:auto !important;
    object-fit:contain !important;
  }
}


/* ------------------------------------------------------------
   V27 final Talent image scale polish
   - Ryan Reynolds × Yas Island and Jason Statham × e& get a
     visible blurred duplicate background treatment.
   - Jason Momoa × Yas Island and Kevin Hart × Yas Island fit
     the full width of their image boxes without awkward crop.
   - Same behavior is preserved on mobile.
------------------------------------------------------------ */
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.use-blur .campaign-media,
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.fit-width .campaign-media{
  aspect-ratio:var(--media-ratio) !important;
  width:100% !important;
  min-height:0 !important;
  border-radius:8px 8px 0 0 !important;
  background:
    linear-gradient(180deg,rgba(8,3,20,.04),rgba(8,3,20,.38)),
    var(--campaign-bg) center / cover no-repeat,
    #10031e !important;
}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.use-blur .campaign-media::before,
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.fit-width .campaign-media::before{
  content:"" !important;
  position:absolute !important;
  inset:-32px !important;
  background:var(--campaign-bg) center / cover no-repeat !important;
  filter:blur(30px) saturate(1.12) brightness(.62) !important;
  transform:scale(1.16) !important;
  z-index:0 !important;
}
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.use-blur .campaign-media img,
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.fit-width .campaign-media img{
  position:relative !important;
  z-index:2 !important;
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  background:transparent !important;
  transform:none !important;
}

/* Fit-width cards use the actual source-image ratio, so the image fills the box width cleanly. */
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.fit-width .campaign-media img{
  width:100% !important;
  height:100% !important;
}

/* Keep the row visually aligned without forcing bad image crops. */
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card:nth-child(3),
body.talent-page.qa-locked .campaign-grid-v15 .campaign-card:nth-child(5){
  align-self:start !important;
}

/* Mobile: full-width cards, same ratio logic, no crop. */
@media(max-width:760px){
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.use-blur .campaign-media,
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.fit-width .campaign-media{
    aspect-ratio:var(--media-ratio) !important;
    width:100% !important;
  }
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.use-blur .campaign-media img,
  body.talent-page.qa-locked .campaign-grid-v15 .campaign-card.fit-width .campaign-media img{
    width:100% !important;
    height:100% !important;
    object-fit:contain !important;
  }
}


/* ------------------------------------------------------------
   V28 mobile image-fit cleanup
   - remove recap overlay text and play button
   - show full heads on home talent secondary card
   - use blurred background treatment for portrait capability images
------------------------------------------------------------ */

/* Home recap image: clean poster only. */
body.home-page.qa-locked .featured-recap-16x9 figcaption,
body.home-page.qa-locked .featured-recap-16x9 .play{
  display:none !important;
}
body.home-page.qa-locked .featured-recap-16x9:after{
  background:linear-gradient(180deg,rgba(62,29,72,.03) 0%,rgba(22,5,33,.18) 55%,rgba(9,1,20,.32) 100%),radial-gradient(circle at 86% 14%,rgba(218,69,184,.14),transparent 38%) !important;
}

/* Home talent secondary: keep both heads visible using contain + blurred background. */
body.home-page.qa-locked .clean-talent-secondary.full-visible{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:linear-gradient(180deg,rgba(19,5,28,.16),rgba(19,5,28,.40)),var(--frame-bg) center / cover no-repeat !important;
  isolation:isolate !important;
}
body.home-page.qa-locked .clean-talent-secondary.full-visible::before{
  content:"" !important;
  position:absolute !important;
  inset:-28px !important;
  background:var(--frame-bg) center / cover no-repeat !important;
  filter:blur(28px) saturate(1.08) brightness(.72) !important;
  transform:scale(1.14) !important;
  z-index:0 !important;
}
body.home-page.qa-locked .clean-talent-secondary.full-visible::after{
  background:linear-gradient(180deg,rgba(19,5,28,.04),rgba(19,5,28,.38)) !important;
}
body.home-page.qa-locked .clean-talent-secondary.full-visible img{
  position:relative !important;
  inset:auto !important;
  z-index:1 !important;
  width:auto !important;
  max-width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center top !important;
  margin:0 auto !important;
  transform:none !important;
}
body.home-page.qa-locked .clean-talent-secondary.full-visible figcaption{
  z-index:2 !important;
}

/* About capability portrait images: premium blurred-edge fill instead of hard side bars. */
body.about-page.qa-locked .compact-about-capability .mini-visual.portrait-safe{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:linear-gradient(180deg,rgba(19,5,28,.12),rgba(19,5,28,.28)),var(--frame-bg) center / cover no-repeat !important;
  isolation:isolate !important;
}
body.about-page.qa-locked .compact-about-capability .mini-visual.portrait-safe::before{
  content:"" !important;
  position:absolute !important;
  inset:-32px !important;
  background:var(--frame-bg) center / cover no-repeat !important;
  filter:blur(32px) saturate(1.08) brightness(.82) !important;
  transform:scale(1.16) !important;
  z-index:0 !important;
}
body.about-page.qa-locked .compact-about-capability .mini-visual.portrait-safe::after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:linear-gradient(180deg,rgba(19,5,28,.03),rgba(19,5,28,.16)) !important;
  z-index:1 !important;
}
body.about-page.qa-locked .compact-about-capability .mini-visual.portrait-safe img{
  position:relative !important;
  inset:auto !important;
  z-index:2 !important;
  width:auto !important;
  max-width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  margin:0 auto !important;
  transform:none !important;
  filter:saturate(1.04) contrast(1.02) !important;
}

@media(max-width:820px){
  body.home-page.qa-locked .clean-talent-secondary.full-visible,
  body.about-page.qa-locked .compact-about-capability .mini-visual.portrait-safe{
    min-height:0 !important;
  }

  body.home-page.qa-locked .clean-talent-secondary.full-visible img{
    width:auto !important;
    max-width:100% !important;
    height:100% !important;
    object-fit:contain !important;
    object-position:center top !important;
  }

  body.about-page.qa-locked .compact-about-capability .mini-visual.portrait-safe{
    aspect-ratio:16/10 !important;
  }
  body.about-page.qa-locked .compact-about-capability .mini-visual.portrait-safe img{
    width:auto !important;
    max-width:100% !important;
    height:100% !important;
    object-fit:contain !important;
  }
}


/* ------------------------------------------------------------
   V29 talent portrait face-safe treatment
   - full-face mobile-friendly framing
   - blurred background fill behind contained portrait images
------------------------------------------------------------ */
body.detail-page.final-polished .talent-portrait-card.face-safe{
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.035));
  isolation:isolate;
}
body.detail-page.final-polished .talent-portrait-card.face-safe::before{
  content:"";
  position:absolute;
  inset:-18px;
  background-image:var(--avatar-image);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
  filter:blur(24px) saturate(1.02) brightness(.72);
  transform:scale(1.08);
  z-index:0;
}
body.detail-page.final-polished .talent-portrait-card.face-safe .portrait{
  position:absolute;
  inset:0;
  z-index:1;
  background-image:var(--avatar-image);
  background-repeat:no-repeat;
  background-position:var(--avatar-position, center top);
  background-size:contain;
  filter:saturate(.98) contrast(1.01);
}
body.detail-page.final-polished .talent-portrait-card.face-safe::after{
  z-index:2;
  background:linear-gradient(180deg,rgba(19,5,28,.10),rgba(19,5,28,.28) 48%,rgba(19,5,28,.90) 100%);
}
body.detail-page.final-polished .talent-portrait-card.face-safe strong{
  z-index:3;
}
@media (max-width: 900px){
  body.detail-page.final-polished .talent-portrait-card.face-safe{
    min-height:340px;
  }
  body.detail-page.final-polished .talent-portrait-card.face-safe .portrait{
    background-position:var(--avatar-position, center top);
    background-size:contain;
  }
}


/* ------------------------------------------------------------
   V30 final desktop/mobile image scale polish
   - partner-wall desktop frame uses a properly scaled composite
   - about capability images use composite blur-fill assets
------------------------------------------------------------ */
body.about-page.qa-locked .partner-wall.partner-wall-fit{
  display:block !important;
  position:relative !important;
  width:100% !important;
  min-height:clamp(330px,30vw,440px) !important;
  aspect-ratio:22/7.6 !important;
  overflow:hidden !important;
  border-radius:8px !important;
  background:
    linear-gradient(180deg,rgba(19,5,28,.10),rgba(19,5,28,.34)),
    var(--frame-bg) center / cover no-repeat !important;
}
body.about-page.qa-locked .partner-wall.partner-wall-fit img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  transform:none !important;
}
body.about-page.qa-locked .partner-wall.partner-wall-fit::after{
  background:linear-gradient(180deg,rgba(19,5,28,.04),rgba(19,5,28,.30)) !important;
}

/* Capability cards now use precomposed blurred-background images. */
body.about-page.qa-locked .compact-about-capability .mini-visual.portrait-safe{
  background:#160529 !important;
  aspect-ratio:16/10 !important;
}
body.about-page.qa-locked .compact-about-capability .mini-visual.portrait-safe::before{
  content:none !important;
}
body.about-page.qa-locked .compact-about-capability .mini-visual.portrait-safe::after{
  background:linear-gradient(180deg,rgba(19,5,28,.02),rgba(19,5,28,.14)) !important;
}
body.about-page.qa-locked .compact-about-capability .mini-visual.portrait-safe img{
  position:absolute !important;
  inset:0 !important;
  z-index:2 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  transform:none !important;
}

@media(max-width:820px){
  body.about-page.qa-locked .partner-wall.partner-wall-fit{
    min-height:clamp(260px,58vw,420px) !important;
    aspect-ratio:16/10 !important;
  }
  body.about-page.qa-locked .compact-about-capability .mini-visual.portrait-safe{
    aspect-ratio:16/10 !important;
  }
  body.about-page.qa-locked .compact-about-capability .mini-visual.portrait-safe img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
  }
}


/* ------------------------------------------------------------
   V31 request information form
   Header CTA now opens a MELT themed request form.
------------------------------------------------------------ */
.site-header .request-cta,
.site-header .request-cta.ghost,
.site-header .request-cta.is-active{
  background:linear-gradient(135deg,var(--pink),var(--violet)) !important;
  border:1px solid rgba(255,255,255,.22) !important;
  color:#fff !important;
  box-shadow:0 16px 38px rgba(145,50,210,.30), inset 0 1px 0 rgba(255,255,255,.22) !important;
  border-radius:12px !important;
}
.contact-hero-v31{
  padding-top:clamp(48px,6vw,86px);
  padding-bottom:clamp(34px,5vw,62px);
}
.contact-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,.94fr) minmax(360px,1.06fr);
  gap:clamp(34px,5vw,70px);
  align-items:end;
}
.contact-hero-grid h1{
  max-width:760px;
}
.contact-hero-grid .hero-sub{
  margin-top:24px;
  max-width:720px;
}
.contact-visual-frame{
  min-height:clamp(320px,32vw,520px);
  border-radius:8px !important;
}
.contact-visual-frame:after{
  background:linear-gradient(180deg,rgba(19,5,28,.12),rgba(19,5,28,.62)),radial-gradient(circle at 80% 12%,rgba(218,69,184,.18),transparent 36%) !important;
}
.contact-form-section{
  padding-top:clamp(34px,5vw,70px);
}
.melt-request-form{
  max-width:1120px;
  margin:0 auto;
  padding:clamp(26px,4vw,46px);
  border:1px solid rgba(255,255,255,.16);
  border-radius:8px;
  background:
    radial-gradient(circle at 92% 8%,rgba(218,69,184,.13),transparent 28%),
    linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.032));
  box-shadow:0 30px 90px rgba(8,1,20,.38);
}
.form-grid-v31{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px 24px;
}
.field-group{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.field-full{
  grid-column:1 / -1;
}
.field-group label{
  font-family:var(--font-body);
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.16em;
  color:rgba(255,255,255,.74);
  font-weight:900;
}
.field-group input,
.field-group select,
.field-group textarea{
  width:100%;
  border:1px solid rgba(255,255,255,.16);
  border-radius:8px !important;
  background:rgba(8,3,20,.50);
  color:#fff;
  padding:18px 20px;
  outline:none;
  font-family:var(--font-body);
  font-size:16px;
  line-height:1.4;
  transition:border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.field-group select{
  appearance:auto;
}
.field-group textarea{
  min-height:178px;
  resize:vertical;
}
.field-group input::placeholder,
.field-group textarea::placeholder{
  color:rgba(255,255,255,.42);
}
.field-group input:focus,
.field-group select:focus,
.field-group textarea:focus{
  border-color:rgba(218,69,184,.70);
  background:rgba(8,3,20,.70);
  box-shadow:0 0 0 3px rgba(218,69,184,.14);
}
.form-actions-v31{
  display:flex;
  gap:16px;
  align-items:center;
  flex-wrap:wrap;
  margin-top:30px;
}
.form-actions-v31 .button{
  width:auto;
}
.form-actions-v31 .form-clear{
  background:rgba(255,255,255,.035) !important;
  border-color:rgba(255,255,255,.18) !important;
  box-shadow:none !important;
}
.form-actions-v31 .form-clear:after{
  content:"";
}
.form-note{
  margin-top:18px;
  font-size:14px;
  color:rgba(255,255,255,.58);
}
.hidden-field{
  display:none !important;
}
@media(max-width:900px){
  .contact-hero-grid{
    grid-template-columns:1fr;
  }
  .contact-visual-frame{
    min-height:clamp(280px,58vw,480px);
  }
}
@media(max-width:640px){
  .form-grid-v31{
    grid-template-columns:1fr;
    gap:18px;
  }
  .melt-request-form{
    padding:22px 18px 24px;
  }
  .field-group input,
  .field-group select,
  .field-group textarea{
    padding:16px 16px;
    font-size:15px;
  }
  .form-actions-v31 .button{
    width:100%;
  }
  .contact-hero-v31{
    padding-top:34px;
  }
}


/* V32 optional company field */
.optional-label{
  margin-left:6px;
  color:rgba(255,255,255,.46);
  font-weight:700;
  letter-spacing:.12em;
}
.company-field input{
  max-width:100%;
}
