/*
 * Landing first-paint contract.
 * Keep the canonical visual state in CSS so deferred JS does not restyle
 * already-painted content. Runtime JS should only add interaction/state.
 */

body[data-page-type="landing"],
body[data-page-type="landing"] button,
body[data-page-type="landing"] input,
body[data-page-type="landing"] textarea,
body[data-page-type="landing"] select{
  font-family:Oswald,"Arial Narrow",Arial,sans-serif;
  font-synthesis:none;
}
body[data-page-type="landing"] h1,
body[data-page-type="landing"] h2,
body[data-page-type="landing"] h3,
body[data-page-type="landing"] h4{
  font-family:Oswald,"Arial Narrow",Arial,sans-serif;
  font-synthesis:none;
}

/* Never let the old generic reveal do visible -> hidden -> visible on landing. */
.motion-ready body[data-page-type="landing"] .reveal,
body[data-page-type="landing"] .reveal{
  opacity:1!important;
  transform:none!important;
}
.motion-ready body[data-page-type="landing"] .reveal{
  transition:none!important;
}

/* Poster exists at first paint, before JS creates the video wrapper. */
body[data-page-type="landing"] #hero{
  background:#090d17 url('/assets/video/hero-poster.jpg') center center/cover no-repeat!important;
}

/* Static hero-video compositor. The element is inserted by site.js, but its
   geometry and accepted abstract treatment must already be known by CSS. */
body[data-page-type="landing"] #hero .hero-video-bg{
  position:absolute;
  inset:0;
  z-index:0;
  overflow:hidden;
  pointer-events:none;
  background:#090d17 url('/assets/video/hero-poster.jpg') center center/cover no-repeat!important;
}
body[data-page-type="landing"] #hero .hero-video-bg video{
  width:100%;
  height:100%;
  object-fit:cover!important;
  object-position:center center!important;
  filter:blur(6.5px) saturate(1.14) contrast(.96) brightness(.94)!important;
  transform:scale(1.067)!important;
  opacity:.84!important;
  backface-visibility:hidden!important;
  will-change:transform,filter;
}
body[data-page-type="landing"] #hero .hero-video-bg video::-webkit-media-controls-start-playback-button{
  display:none!important;
  -webkit-appearance:none!important;
}
body[data-page-type="landing"] #hero .hero-video-bg:before{
  content:"";
  position:absolute;
  inset:-8%;
  z-index:1;
  pointer-events:none;
  background:
    radial-gradient(42% 48% at 14% 72%,rgba(38,92,255,.20),transparent 72%),
    radial-gradient(38% 42% at 86% 68%,rgba(65,119,255,.17),transparent 74%),
    radial-gradient(32% 36% at 54% 16%,rgba(130,151,255,.08),transparent 76%),
    linear-gradient(115deg,rgba(10,17,34,.07),rgba(30,44,77,.025) 46%,rgba(8,15,31,.09));
  filter:blur(24px);
  transform:scale(1.05);
  mix-blend-mode:screen;
  opacity:.58;
}
body[data-page-type="landing"] #hero .hero-video-bg:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  pointer-events:none!important;
  background:
    linear-gradient(90deg,rgba(5,7,12,.38) 0%,rgba(5,8,16,.10) 45%,rgba(5,7,12,.30) 100%),
    linear-gradient(180deg,rgba(5,7,12,.07) 0%,rgba(6,9,18,.045) 48%,rgba(4,7,15,.38) 100%),
    radial-gradient(72% 82% at 50% 57%,rgba(44,83,166,.08),rgba(5,7,12,.08) 76%,rgba(5,7,12,.18) 100%)!important;
}
body[data-page-type="landing"] #hero>.texture-bg{
  opacity:.08!important;
  mix-blend-mode:soft-light!important;
}

/* Former contrast-design-v2: now render-blocking/static instead of injected. */
body[data-page-type="landing"] #hero .hero-grid{display:block!important;min-height:520px!important;padding-top:28px!important}
body[data-page-type="landing"] #hero .hero-grid>.reveal{max-width:980px!important}
body[data-page-type="landing"] #hero h1{font-size:clamp(56px,6.1vw,88px)!important;line-height:.94!important;max-width:980px!important;letter-spacing:-.035em!important;margin:20px 0 22px!important;text-wrap:balance}
body[data-page-type="landing"] #hero .hero-copy{max-width:760px!important;font-size:18px!important;line-height:1.58!important}
body[data-page-type="landing"] .section-head{grid-template-columns:minmax(0,1.22fr) minmax(280px,.78fr)!important;gap:64px!important;align-items:end!important}
body[data-page-type="landing"] .section-head h2{font-size:clamp(38px,4.2vw,60px)!important;line-height:.99!important;max-width:17ch!important;letter-spacing:-.025em!important;text-wrap:balance!important}
body[data-page-type="landing"] .section-head p,
body[data-page-type="landing"] .section-copy{font-size:16px!important;line-height:1.62!important}
body[data-page-type="landing"] #platforms .platform-card h3{font-size:clamp(38px,4vw,58px)!important;max-width:none!important}
body[data-page-type="landing"] #contact .cta-copy h2{font-size:clamp(40px,4.6vw,64px)!important;line-height:.98!important;max-width:12ch!important;text-wrap:balance}

body[data-page-type="landing"] #hero:before{display:none!important;content:none!important}

body[data-page-type="landing"] :is(#why,#featured-cases,#trust,#faq){color:#0a0a0a;position:relative}
body[data-page-type="landing"] #why{background:#f7f6f2!important}
body[data-page-type="landing"] #featured-cases{background:#ecebe6!important}
body[data-page-type="landing"] #trust{background:#fff!important}
body[data-page-type="landing"] #faq{background:#f4f3ef!important}
body[data-page-type="landing"] #why>.section-bg,
body[data-page-type="landing"] #trust>.section-bg,
body[data-page-type="landing"] #faq>.section-bg{display:none!important}
body[data-page-type="landing"] #why:before,
body[data-page-type="landing"] #featured-cases:before,
body[data-page-type="landing"] #trust:before,
body[data-page-type="landing"] #faq:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 88% 10%,rgba(41,103,255,.075),transparent 24%);z-index:0}
body[data-page-type="landing"] #why>.shell,
body[data-page-type="landing"] #featured-cases>.shell,
body[data-page-type="landing"] #trust>.shell,
body[data-page-type="landing"] #faq>.shell{position:relative;z-index:2}
body[data-page-type="landing"] :is(#why,#featured-cases,#trust,#faq) .eyebrow{color:#131313!important;background:rgba(0,0,0,.035)!important;border-color:rgba(0,0,0,.10)!important}
body[data-page-type="landing"] :is(#why,#featured-cases,#trust,#faq) .eyebrow .dot{background:#2967ff!important}
body[data-page-type="landing"] :is(#why,#featured-cases,#trust,#faq) h2,
body[data-page-type="landing"] :is(#why,#featured-cases,#trust,#faq) h3{color:#090909}
body[data-page-type="landing"] :is(#why,#featured-cases,#trust,#faq) .section-head p,
body[data-page-type="landing"] :is(#why,#featured-cases,#trust,#faq) .section-copy{color:#55585d!important}

body[data-page-type="landing"] #why .problem-grid{border-top-color:rgba(0,0,0,.16)!important}
body[data-page-type="landing"] #why .problem{border-bottom-color:rgba(0,0,0,.13)!important;background:transparent!important}
body[data-page-type="landing"] #why .problem:hover{background:linear-gradient(90deg,rgba(41,103,255,.075),transparent 76%)!important}
body[data-page-type="landing"] #why .problem .num{color:#2967ff!important}
body[data-page-type="landing"] #why .problem h3{font-size:clamp(24px,2.15vw,34px)!important;line-height:1.03!important}
body[data-page-type="landing"] #why .problem p{color:#55585d!important;font-size:15px!important;line-height:1.58!important}

body[data-page-type="landing"] .audit-offer{position:relative;margin-top:0;padding:34px;border-radius:30px;background:#090a0d;color:#fff;overflow:hidden;box-shadow:0 26px 70px rgba(0,0,0,.16);scroll-margin-top:120px}
body[data-page-type="landing"] .audit-offer:before{content:"";position:absolute;width:520px;height:520px;right:-170px;top:-270px;border-radius:50%;background:rgba(41,103,255,.30);filter:blur(100px);pointer-events:none}
body[data-page-type="landing"] .audit-offer>*{position:relative;z-index:1}
body[data-page-type="landing"] .audit-top{display:grid;grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr);gap:56px;align-items:end}
body[data-page-type="landing"] .audit-offer .eyebrow{color:#dfe6f8!important;background:rgba(255,255,255,.04)!important;border-color:rgba(255,255,255,.10)!important}
body[data-page-type="landing"] .audit-top h2{color:#fff!important;font-size:clamp(30px,3.3vw,48px)!important;line-height:1!important;max-width:19ch;margin:12px 0 0}
body[data-page-type="landing"] .audit-top p{color:rgba(235,239,247,.70);font-size:16px;line-height:1.62;max-width:680px}
body[data-page-type="landing"] .audit-top p strong{color:#fff;font-weight:500}
body[data-page-type="landing"] .journey-grid{display:grid;grid-template-columns:1.15fr repeat(4,minmax(0,1fr));margin-top:30px;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12)}
body[data-page-type="landing"] .journey-item{padding:19px 18px;border-right:1px solid rgba(255,255,255,.10)}
body[data-page-type="landing"] .journey-item:first-child{padding-left:0}
body[data-page-type="landing"] .journey-item:last-child{padding-right:0;border-right:0}
body[data-page-type="landing"] .journey-item small{display:block;color:#8baaff;font-size:11px;letter-spacing:.08em;margin-bottom:8px}
body[data-page-type="landing"] .journey-item strong{display:block;color:#fff;font-size:18px;font-weight:500;line-height:1.1;margin-bottom:7px}
body[data-page-type="landing"] .journey-item span{display:block;color:rgba(225,230,239,.62);font-size:14px;line-height:1.5}
body[data-page-type="landing"] .audit-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin-top:24px}
body[data-page-type="landing"] .audit-actions .btn{background:#fff!important;color:#090909!important;border-color:#fff!important}
body[data-page-type="landing"] .audit-note{max-width:620px;color:rgba(225,230,239,.52);font-size:12px;line-height:1.45}

body[data-page-type="landing"] #featured-cases .section-head h2{max-width:18ch!important}
body[data-page-type="landing"] #featured-cases .section-copy:after{border-top-color:rgba(0,0,0,.13)!important;color:#4c4f54!important}
body[data-page-type="landing"] #featured-cases .case,
body[data-page-type="landing"] #featured-cases .case.big{background:#090a0d!important;color:#fff!important;border-color:rgba(0,0,0,.04)!important}
body[data-page-type="landing"] #featured-cases .case h3,
body[data-page-type="landing"] #featured-cases .case.big h3{color:#fff!important}
body[data-page-type="landing"] #featured-cases .case p{color:rgba(225,230,239,.64)!important}
body[data-page-type="landing"] #featured-cases .case-swiper-count{color:#666!important}
body[data-page-type="landing"] #featured-cases .case-swiper-count strong{color:#111!important}
body[data-page-type="landing"] #featured-cases .case-swiper-progress{background:rgba(0,0,0,.13)!important}
body[data-page-type="landing"] #featured-cases .case-swiper-btn{color:#111!important;background:rgba(255,255,255,.52)!important;border-color:rgba(0,0,0,.15)!important}
body[data-page-type="landing"] #featured-cases .case-swiper-btn:hover{background:#111!important;color:#fff!important;border-color:#111!important}
body[data-page-type="landing"] #featured-cases .case-swiper-glow{opacity:.42!important}
body[data-page-type="landing"] #featured-cases [data-cta="all_cases"]{background:#111!important;color:#fff!important;border-color:#111!important}
body[data-page-type="landing"] #featured-cases .case-grid,
body[data-page-type="landing"] #featured-cases .case-grid *{-webkit-user-drag:none!important}
body[data-page-type="landing"] #featured-cases .case-grid img{user-select:none!important;-webkit-user-select:none!important}
body[data-page-type="landing"] .case-conversion-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;margin-top:30px;padding:26px 28px;border:0;border-radius:24px;background:#090a0d;color:#fff}
body[data-page-type="landing"] .case-conversion-cta strong{display:block;color:#fff;font-size:clamp(22px,2.2vw,32px);font-weight:500;line-height:1.08;text-transform:uppercase}
body[data-page-type="landing"] .case-conversion-cta span{display:block;margin-top:7px;color:rgba(226,231,239,.60);font-size:14px;line-height:1.5}
body[data-page-type="landing"] .case-conversion-cta .btn{background:#fff!important;color:#090909!important;border-color:#fff!important}

body[data-page-type="landing"] .team-proof-label{margin-top:30px;color:#565a61;font-size:11px;line-height:1.4;letter-spacing:.09em;text-transform:uppercase}
body[data-page-type="landing"] #trust .clients-strip{margin-top:12px!important}
body[data-page-type="landing"] #trust .trust-card{border-top-color:rgba(0,0,0,.15)!important}
body[data-page-type="landing"] #trust .trust-card h3{color:#111!important;font-size:clamp(24px,2.3vw,32px)!important}
body[data-page-type="landing"] #trust .trust-card p{color:#5c5f64!important}
body[data-page-type="landing"] #trust .trust-kicker{color:#2967ff!important}
body[data-page-type="landing"] #trust .clients-strip{background:#090a0d!important;border:0!important;border-radius:24px;overflow:hidden;padding:10px 0}
body[data-page-type="landing"] #trust .client-card{border-right-color:rgba(255,255,255,.09)!important;background:transparent!important}
body[data-page-type="landing"] #trust .client-card img{opacity:.82!important;filter:none!important}

body[data-page-type="landing"] #faq .faq{border-top:1px solid rgba(0,0,0,.15)}
body[data-page-type="landing"] #faq .faq-item{background:transparent!important;border:0!important;border-bottom:1px solid rgba(0,0,0,.13)!important;border-radius:0!important;box-shadow:none!important}
body[data-page-type="landing"] #faq .faq-item summary{color:#111!important;padding:20px 0!important;font-size:18px!important}
body[data-page-type="landing"] #faq .faq-item summary:after{color:#2967ff!important}
body[data-page-type="landing"] #faq .faq-answer{color:#5b5e63!important;padding:0 0 22px!important}

body[data-page-type="landing"] :is(#platforms,#contact){background:#050505}
@media(hover:hover) and (pointer:fine){body[data-page-type="landing"] #platforms:not(.motion-platform-ready) .platform-card:hover{background:linear-gradient(90deg,rgba(var(--platform-accent-rgb,41,103,255),.11),rgba(var(--platform-accent-rgb,41,103,255),.02) 58%,transparent)!important}}
body[data-page-type="landing"] #contact{border-top:1px solid rgba(255,255,255,.07)}
body[data-page-type="landing"] .hero-fit{display:flex;flex-wrap:wrap;gap:8px 15px;margin-top:20px;color:rgba(236,240,247,.58);font-size:11px;letter-spacing:.06em;text-transform:uppercase}
body[data-page-type="landing"] .hero-fit span{display:inline-flex;align-items:center;gap:7px}
body[data-page-type="landing"] .hero-fit span:before{content:"";width:5px;height:5px;border-radius:50%;background:#2967ff}
body[data-page-type="landing"] .qualification-heading{grid-column:1/-1;margin:4px 0 -2px;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:rgba(218,227,255,.62)}
body[data-page-type="landing"] .form-card select.field{appearance:auto}

@media(max-width:980px){
  body[data-page-type="landing"] .section-head{grid-template-columns:1fr!important;gap:18px!important}
  body[data-page-type="landing"] .section-head h2{max-width:19ch!important}
  body[data-page-type="landing"] #hero .hero-grid{min-height:470px!important}
  body[data-page-type="landing"] .audit-top{grid-template-columns:1fr;gap:18px}
  body[data-page-type="landing"] .journey-grid{grid-template-columns:1fr 1fr}
  body[data-page-type="landing"] .journey-item{border-bottom:1px solid rgba(255,255,255,.10)}
  body[data-page-type="landing"] .journey-item:first-child{grid-column:1/-1;border-right:0}
  body[data-page-type="landing"] .journey-item:nth-child(3),
  body[data-page-type="landing"] .journey-item:nth-child(5){border-right:0}
  body[data-page-type="landing"] .journey-item:nth-child(n+4){border-bottom:0}
  body[data-page-type="landing"] .case-conversion-cta{grid-template-columns:1fr}
  body[data-page-type="landing"] .case-conversion-cta .btn{justify-self:start}
}

@media(max-width:760px){
  body[data-page-type="landing"] #hero .hero-video-bg video{
    filter:blur(5.5px) saturate(1.10) contrast(.97) brightness(.90)!important;
    transform:scale(1.075)!important;
    opacity:.80!important;
  }
  body[data-page-type="landing"] #hero .hero-video-bg:before{opacity:.48;filter:blur(20px)}
  body[data-page-type="landing"] #hero .hero-video-bg:after{
    background:
      linear-gradient(180deg,rgba(5,7,12,.16),rgba(5,7,12,.38)),
      radial-gradient(80% 70% at 50% 58%,rgba(45,88,181,.09),transparent 78%)!important;
  }
}

@media(max-width:700px){
  body[data-page-type="landing"] #hero .hero-grid{min-height:430px!important;padding-top:18px!important}
  body[data-page-type="landing"] #hero h1{font-size:clamp(46px,13vw,62px)!important;line-height:.96!important;max-width:100%!important;margin-top:18px!important}
  body[data-page-type="landing"] #hero .hero-copy{font-size:16px!important;max-width:100%!important}
  body[data-page-type="landing"] .section-head h2{font-size:clamp(34px,9.7vw,46px)!important;line-height:1.01!important;max-width:100%!important}
  body[data-page-type="landing"] #contact .cta-copy h2{font-size:clamp(38px,10.5vw,50px)!important;max-width:100%!important}
  body[data-page-type="landing"] .audit-offer{padding:23px 18px;border-radius:22px}
  body[data-page-type="landing"] .audit-top h2{font-size:36px!important;max-width:100%}
  body[data-page-type="landing"] .journey-grid{grid-template-columns:1fr}
  body[data-page-type="landing"] .journey-item,
  body[data-page-type="landing"] .journey-item:first-child,
  body[data-page-type="landing"] .journey-item:last-child{grid-column:auto;padding:15px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.10)}
  body[data-page-type="landing"] .journey-item:last-child{border-bottom:0}
  body[data-page-type="landing"] .audit-actions .btn{width:100%}
  body[data-page-type="landing"] .case-conversion-cta{padding:22px 18px;border-radius:20px}
  body[data-page-type="landing"] #trust .clients-strip{grid-template-columns:1fr 1fr!important}
}

@media(prefers-reduced-motion:reduce){
  body[data-page-type="landing"] #hero .hero-video-bg:before{display:none}
}


/* Team roster: one verified profile plus explicit role placeholders. */
body[data-page-type="landing"] #trust .team-roster{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-top:34px;
}
body[data-page-type="landing"] #trust .team-member{
  position:relative;
  min-width:0;
  height:470px;
  overflow:hidden;
  isolation:isolate;
  border:1px solid rgba(21,24,31,.22);
  border-radius:24px;
  background:#08090d;
  box-shadow:0 22px 50px rgba(15,22,38,.12);
  color:#fff;
  transform:translateZ(0);
  transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease;
}
body[data-page-type="landing"] #trust .team-member-visual{
  position:absolute;
  inset:0;
  overflow:hidden;
  background:
    radial-gradient(circle at 22% 14%,rgba(41,103,255,.38),transparent 38%),
    linear-gradient(145deg,#19264e 0%,#0b1020 48%,#06070a 100%);
}
body[data-page-type="landing"] #trust .team-member-visual:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(4,5,8,0) 28%,rgba(4,5,8,.18) 52%,rgba(4,5,8,.96) 100%);
  pointer-events:none;
}
body[data-page-type="landing"] #trust .team-member--real img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:52% 50%;
  filter:grayscale(1) contrast(1.08) brightness(.72);
  transform:scale(1.025);
  transition:transform .34s ease,filter .34s ease;
}
body[data-page-type="landing"] #trust .team-member-index{
  position:absolute;
  z-index:2;
  top:18px;
  right:18px;
  color:rgba(255,255,255,.48);
  font-size:12px;
  letter-spacing:.12em;
}
body[data-page-type="landing"] #trust .team-member-body{
  position:absolute;
  z-index:3;
  right:0;
  bottom:0;
  left:0;
  padding:24px 22px 22px;
}
body[data-page-type="landing"] #trust .team-member-kicker{
  margin-bottom:10px;
  color:#7ea2ff;
  font-size:12px;
  line-height:1.3;
  letter-spacing:.09em;
}
body[data-page-type="landing"] #trust .team-member h3{
  margin:0 0 8px;
  color:#fff!important;
  font-size:clamp(27px,2vw,34px);
  line-height:1;
}
body[data-page-type="landing"] #trust .team-member p{
  margin:0;
  color:rgba(235,239,247,.68)!important;
  font-size:15px;
  line-height:1.48;
  font-weight:300;
}
body[data-page-type="landing"] #trust .team-member--placeholder .team-member-visual:before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.22;
  background-image:
    linear-gradient(rgba(126,162,255,.22) 1px,transparent 1px),
    linear-gradient(90deg,rgba(126,162,255,.22) 1px,transparent 1px);
  background-size:38px 38px;
  -webkit-mask-image:linear-gradient(180deg,#000,transparent 78%);
  mask-image:linear-gradient(180deg,#000,transparent 78%);
}
body[data-page-type="landing"] #trust .team-slot-number{
  position:absolute;
  top:46%;
  left:50%;
  color:rgba(126,162,255,.15);
  font-size:clamp(92px,9vw,138px);
  line-height:1;
  font-weight:600;
  letter-spacing:-.07em;
  transform:translate(-50%,-50%);
}
body[data-page-type="landing"] #trust .team-logic{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:16px;
  border-top:1px solid rgba(0,0,0,.15);
  border-bottom:1px solid rgba(0,0,0,.15);
}
body[data-page-type="landing"] #trust .team-logic>div{
  display:grid;
  gap:5px;
  padding:18px 20px;
  border-right:1px solid rgba(0,0,0,.13);
}
body[data-page-type="landing"] #trust .team-logic>div:last-child{border-right:0}
body[data-page-type="landing"] #trust .team-logic span{
  color:#2967ff;
  font-size:11px;
  letter-spacing:.09em;
}
body[data-page-type="landing"] #trust .team-logic strong{
  color:#101114;
  font-size:17px;
  line-height:1.25;
  font-weight:500;
}
@media(hover:hover) and (pointer:fine){
  body[data-page-type="landing"] #trust .team-member:hover{
    border-color:rgba(41,103,255,.68);
    box-shadow:0 26px 58px rgba(23,43,92,.20);
    transform:translateY(-5px);
  }
  body[data-page-type="landing"] #trust .team-member--real:hover img{
    filter:grayscale(1) contrast(1.08) brightness(.79);
    transform:scale(1.055);
  }
}
@media(max-width:980px){
  body[data-page-type="landing"] #trust .team-roster{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:720px){
  body[data-page-type="landing"] #trust .team-roster{
    display:flex;
    gap:12px;
    margin-right:-11px;
    padding-right:11px;
    overflow-x:auto;
    overscroll-behavior-inline:contain;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }
  body[data-page-type="landing"] #trust .team-roster::-webkit-scrollbar{display:none}
  body[data-page-type="landing"] #trust .team-member{
    flex:0 0:min(82vw,320px);
    height:440px;
    scroll-snap-align:start;
  }
  body[data-page-type="landing"] #trust .team-logic{grid-template-columns:1fr}
  body[data-page-type="landing"] #trust .team-logic>div{
    padding:15px 2px;
    border-right:0;
    border-bottom:1px solid rgba(0,0,0,.13);
  }
  body[data-page-type="landing"] #trust .team-logic>div:last-child{border-bottom:0}
}
@media(prefers-reduced-motion:reduce){
  body[data-page-type="landing"] #trust .team-member,
  body[data-page-type="landing"] #trust .team-member--real img{transition:none}
}


/* Mobile-only team carousel. Explicit widths avoid Safari flex-basis collapse. */
body[data-page-type="landing"] #trust .team-carousel-nav{display:none}
@media(max-width:720px){
  body[data-page-type="landing"] #trust .team-roster{
    position:relative;
    display:flex!important;
    grid-template-columns:none!important;
    width:calc(100% + 11px);
    max-width:none;
    margin:28px -11px 0 0;
    padding:2px 28px 12px 0;
    gap:12px;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    overscroll-behavior-x:contain;
    scroll-snap-type:x mandatory;
    scroll-padding-left:0;
    -webkit-overflow-scrolling:touch;
    touch-action:pan-x pan-y;
    scrollbar-width:none;
  }
  body[data-page-type="landing"] #trust .team-roster::-webkit-scrollbar{display:none}
  body[data-page-type="landing"] #trust .team-member{
    box-sizing:border-box;
    flex:none!important;
    width:calc(100vw - 56px)!important;
    min-width:calc(100vw - 56px)!important;
    max-width:330px!important;
    height:440px!important;
    margin:0!important;
    scroll-snap-align:start;
    scroll-snap-stop:always;
  }
  body[data-page-type="landing"] #trust .team-carousel-nav{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    margin:2px 0 22px;
  }
  body[data-page-type="landing"] #trust .team-carousel-arrow{
    width:44px;
    height:44px;
    display:grid;
    place-items:center;
    flex:0 0 44px;
    border:1px solid rgba(15,17,22,.18);
    border-radius:50%;
    background:#0a0b0f;
    color:#fff;
    font:500 18px/1 Oswald,"Arial Narrow",Arial,sans-serif;
    -webkit-tap-highlight-color:transparent;
  }
  body[data-page-type="landing"] #trust .team-carousel-arrow[disabled]{
    opacity:.3;
  }
  body[data-page-type="landing"] #trust .team-carousel-dots{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
  }
  body[data-page-type="landing"] #trust .team-carousel-dots button{
    width:8px;
    height:8px;
    padding:0;
    border:0;
    border-radius:999px;
    background:rgba(12,14,19,.22);
    transition:width .2s ease,background-color .2s ease;
    -webkit-tap-highlight-color:transparent;
  }
  body[data-page-type="landing"] #trust .team-carousel-dots button[aria-current="true"]{
    width:28px;
    background:#2967ff;
  }
}
@media(prefers-reduced-motion:reduce){
  body[data-page-type="landing"] #trust .team-carousel-dots button{transition:none}
}


/* Mobile team cards stay visible even if optional motion code is unavailable. */
@media(max-width:720px){
  body[data-page-type="landing"] #trust .team-member.reveal,
  body[data-page-type="landing"].motion-ready #trust .team-member.reveal{
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
  }
}
