/* ========================================================================
   RC4.10.13.6.9.6 — Trust Evidence Editorial Cleanup
   Late-loaded single source for the approved editorial/trust surfaces.
   ======================================================================== */
:root{
  --lv3-ef695-ink:#123858;
  --lv3-ef695-copy:#5b6f82;
  --lv3-ef695-line:rgba(18,56,88,.11);
  --lv3-ef695-soft:#f6fbfd;
  --lv3-ef695-white:rgba(255,255,255,.94);
  --lv3-ef695-shadow:0 24px 58px rgba(18,56,88,.09);
  --lv3-ef695-shadow-soft:0 12px 30px rgba(18,56,88,.065);
  --lv3-ef695-ease:cubic-bezier(.2,.72,.2,1);
}

/* ---------- Home / Trust Center ---------- */
body.labkhand-v3-home .lv3-home-trust-center{
  width:min(1140px,calc(100% - 40px))!important;
  margin:18px auto 64px!important;
  padding:clamp(32px,3.6vw,48px)!important;
  border:1px solid var(--lv3-ef695-line)!important;
  border-radius:34px!important;
  background:
    radial-gradient(circle at 84% 12%,rgba(19,184,199,.10),transparent 34%),
    radial-gradient(circle at 10% 92%,rgba(247,10,120,.055),transparent 30%),
    linear-gradient(145deg,#ffffff 0%,#f8fbfd 58%,#f3f9fb 100%)!important;
  box-shadow:var(--lv3-ef695-shadow)!important;
  color:var(--lv3-ef695-ink)!important;
  overflow:hidden!important;
}
body.labkhand-v3-home .lv3-home-trust-center>.lv3-shell{width:100%!important}
body.labkhand-v3-home .lv3-home-trust-center__grid{
  display:grid!important;
  grid-template-columns:minmax(0,1.04fr) minmax(330px,.86fr)!important;
  gap:clamp(28px,3.4vw,46px)!important;
  align-items:center!important;
}
body.labkhand-v3-home .lv3-home-trust-center__copy{
  display:grid!important;
  gap:18px!important;
  align-content:center!important;
}
body.labkhand-v3-home .lv3-home-trust-center .lv3-kicker{
  color:#e70a70!important;
  font-weight:850!important;
}
body.labkhand-v3-home .lv3-home-trust-center h2{
  margin:0!important;
  color:var(--lv3-ef695-ink)!important;
  font-size:clamp(32px,3.15vw,50px)!important;
  line-height:1.22!important;
  letter-spacing:-.02em!important;
  text-wrap:balance;
}
body.labkhand-v3-home .lv3-home-trust-center p{
  margin:0!important;
  max-width:66ch!important;
  color:var(--lv3-ef695-copy)!important;
  font-size:clamp(15px,1.25vw,18px)!important;
  line-height:1.95!important;
}
body.labkhand-v3-home .lv3-home-trust-center__signals{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  margin-top:4px!important;
}
body.labkhand-v3-home .lv3-home-trust-center__signal{
  position:relative!important;
  display:grid!important;
  grid-template-columns:34px minmax(0,1fr)!important;
  align-items:center!important;
  gap:10px!important;
  min-height:62px!important;
  padding:10px 12px!important;
  border:1px solid var(--lv3-ef695-line)!important;
  border-radius:18px!important;
  background:var(--lv3-ef695-white)!important;
  box-shadow:var(--lv3-ef695-shadow-soft)!important;
  color:var(--lv3-ef695-ink)!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1.65!important;
}
body.labkhand-v3-home .lv3-home-trust-center__signal-icon{
  width:34px!important;height:34px!important;display:grid!important;place-items:center!important;
}
body.labkhand-v3-home .lv3-home-trust-center__signal-icon .lv3-sticker{
  width:34px!important;height:34px!important;min-width:34px!important;border-radius:12px!important;
  box-shadow:0 8px 18px rgba(18,56,88,.08)!important;
}
body.labkhand-v3-home .lv3-home-trust-center__signal-icon .lv3-sticker svg{width:19px!important;height:19px!important}
body.labkhand-v3-home .lv3-home-trust-center__signal-label{min-width:0!important}
body.labkhand-v3-home .lv3-home-trust-center__cta{margin-top:2px!important}
body.labkhand-v3-home .lv3-home-trust-center__visual{display:block!important;min-width:0!important}
body.labkhand-v3-home .lv3-home-trust-center .lv3-media-frame--trust{
  overflow:hidden!important;
  border-radius:30px!important;
  border:1px solid rgba(18,56,88,.10)!important;
  background:#fff!important;
  box-shadow:0 24px 54px rgba(18,56,88,.12)!important;
  aspect-ratio:4/3!important;
  max-width:470px!important;
  margin-inline:auto!important;
}
body.labkhand-v3-home .lv3-home-trust-center .lv3-media-frame--trust img{
  width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;
}
@media(hover:hover) and (pointer:fine){
  body.labkhand-v3-home .lv3-home-trust-center__signal{
    transition:transform .22s var(--lv3-ef695-ease),box-shadow .22s ease,border-color .22s ease!important;
  }
  body.labkhand-v3-home .lv3-home-trust-center__signal:hover{
    transform:translateY(-2px)!important;
    border-color:rgba(19,184,199,.22)!important;
    box-shadow:0 17px 34px rgba(18,56,88,.085)!important;
  }
}

/* ---------- Service / Gallery / Trust editorial heroes ---------- */
body.labkhand-v3 .lv3-page-hero--editorial{
  padding:clamp(38px,4.4vw,62px) 0!important;
  background:
    radial-gradient(circle at 88% 20%,rgba(247,10,120,.045),transparent 28%),
    linear-gradient(180deg,#fff 0%,#fbfdff 100%)!important;
  border-bottom:1px solid rgba(18,56,88,.055)!important;
}
body.labkhand-v3 .lv3-page-hero--editorial>.lv3-shell{
  width:min(1120px,calc(100% - 40px))!important;
  margin-inline:auto!important;
}
body.labkhand-v3 .lv3-page-hero--editorial .lv3-page-hero__grid{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(340px,.74fr)!important;
  align-items:start!important;
  gap:clamp(28px,3.7vw,46px)!important;
}
body.labkhand-v3 .lv3-page-hero--editorial .lv3-page-hero__copy{
  display:grid!important;
  gap:14px!important;
  min-width:0!important;
  width:100%!important;
  max-width:620px!important;
  justify-self:end!important;
  padding-top:clamp(12px,2vw,28px)!important;
}
body.labkhand-v3 .lv3-page-hero--editorial .lv3-breadcrumb{
  margin:0 0 2px!important;
  color:#718396!important;
  font-size:12.5px!important;
}
body.labkhand-v3 .lv3-page-hero__eyebrow{
  display:inline-flex!important;
  align-items:center!important;
  width:max-content!important;
  max-width:100%!important;
  min-height:34px!important;
  padding:7px 13px!important;
  border:1px solid rgba(18,56,88,.10)!important;
  border-radius:999px!important;
  background:#fff!important;
  box-shadow:0 10px 24px rgba(18,56,88,.055)!important;
  color:var(--lv3-ef695-ink)!important;
  font-size:12.5px!important;
  font-weight:800!important;
}
body.labkhand-v3 .lv3-page-hero--editorial h1{
  margin:2px 0 0!important;
  color:var(--lv3-ef695-ink)!important;
  font-size:clamp(38px,3.6vw,54px)!important;
  line-height:1.16!important;
  letter-spacing:-.025em!important;
  text-wrap:balance;
}
body.labkhand-v3 .lv3-page-hero--editorial .lv3-page-hero__copy>p{
  margin:0!important;
  max-width:62ch!important;
  color:var(--lv3-ef695-copy)!important;
  font-size:clamp(15px,1.28vw,18px)!important;
  line-height:2!important;
}
body.labkhand-v3 .lv3-page-hero__chips{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:9px!important;
  margin-top:2px!important;
}
body.labkhand-v3 .lv3-page-hero__chips span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:36px!important;
  padding:7px 13px!important;
  border:1px solid rgba(18,56,88,.10)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.92)!important;
  box-shadow:0 8px 20px rgba(18,56,88,.05)!important;
  color:#31536e!important;
  font-size:12px!important;
  font-weight:800!important;
  line-height:1.45!important;
}
body.labkhand-v3 .lv3-page-hero__facts{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
  margin-top:3px!important;
}
body.labkhand-v3 .lv3-page-hero__fact{
  padding:16px 17px!important;
  border:1px solid var(--lv3-ef695-line)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:var(--lv3-ef695-shadow-soft)!important;
}
body.labkhand-v3 .lv3-page-hero__fact strong{
  display:block!important;margin:0 0 6px!important;color:var(--lv3-ef695-ink)!important;font-size:14px!important
}
body.labkhand-v3 .lv3-page-hero__fact p{
  margin:0!important;color:var(--lv3-ef695-copy)!important;font-size:13px!important;line-height:1.85!important
}
body.labkhand-v3 .lv3-page-hero__note{display:none!important}
body.labkhand-v3 .lv3-page-hero__visual--editorial{
  overflow:hidden!important;
  width:100%!important;
  max-width:410px!important;
  justify-self:start!important;
  aspect-ratio:4/5!important;
  border:1px solid rgba(18,56,88,.10)!important;
  border-radius:30px!important;
  background:#fff!important;
  box-shadow:0 28px 58px rgba(18,56,88,.12)!important;
}
body.labkhand-v3 .lv3-page-hero__visual--editorial img{
  display:block!important;width:100%!important;height:100%!important;object-fit:cover!important
}
/* Landscape service photography should retain a calmer, wider crop. */
body.labkhand-v3 .lv3-page-hero--boys .lv3-page-hero__visual--editorial,
body.labkhand-v3 .lv3-page-hero--girls .lv3-page-hero__visual--editorial{
  max-width:450px!important;aspect-ratio:4/3!important;
}

/* ---------- Model galleries: imagery leads, explanation follows ---------- */
body.labkhand-v3 .lv3-model-gallery-final{
  padding:clamp(34px,4.6vw,64px) 0!important;
  background:#fff!important;
}
body.labkhand-v3 .lv3-model-gallery-final .lv3-section-head{margin-bottom:24px!important}
body.labkhand-v3 .lv3-model-gallery-final .lv3-section-head h2{
  color:var(--lv3-ef695-ink)!important;
  font-size:clamp(28px,2.6vw,40px)!important;
}
body.labkhand-v3 .lv3-model-gallery-final .lv3-gallery-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
}
body.labkhand-v3 .lv3-model-gallery-final figure{
  margin:0!important;
  overflow:hidden!important;
  border:1px solid rgba(18,56,88,.09)!important;
  border-radius:24px!important;
  background:#fff!important;
  box-shadow:0 16px 34px rgba(18,56,88,.075)!important;
}
body.labkhand-v3 .lv3-model-gallery-final .lv3-gallery-image{
  display:block!important;
  width:100%!important;
  aspect-ratio:4/5!important;
  height:auto!important;
  object-fit:cover!important;
}
body.labkhand-v3 .lv3-model-gallery-final figcaption{
  min-height:58px!important;
  padding:14px 16px!important;
  display:flex!important;
  align-items:center!important;
  color:#456078!important;
  font-size:12.5px!important;
  line-height:1.7!important;
  background:linear-gradient(180deg,#fff,#fbfdff)!important;
}
@media(hover:hover) and (pointer:fine){
  body.labkhand-v3 .lv3-model-gallery-final figure{
    transition:transform .24s var(--lv3-ef695-ease),box-shadow .24s ease!important;
  }
  body.labkhand-v3 .lv3-model-gallery-final figure:hover{
    transform:translateY(-3px)!important;
    box-shadow:0 22px 42px rgba(18,56,88,.105)!important;
  }
}


@media(min-width:1025px){
  body.labkhand-v3-home .lv3-home-trust-center__cta{
    display:flex!important;
    padding-inline-start:48px!important;
  }
  body.labkhand-v3 .lv3-page-hero--boys-gallery .lv3-page-hero__copy,
  body.labkhand-v3 .lv3-page-hero--girls-gallery .lv3-page-hero__copy{padding-top:18px!important}
  body.labkhand-v3 .lv3-page-hero--boys-gallery .lv3-page-hero__visual--editorial,
  body.labkhand-v3 .lv3-page-hero--girls-gallery .lv3-page-hero__visual--editorial{
    max-width:390px!important;aspect-ratio:4/5!important;justify-self:start!important;
  }
  body.labkhand-v3 .lv3-page-hero--boys-gallery,
  body.labkhand-v3 .lv3-page-hero--girls-gallery{padding-block:36px 42px!important}
}

/* ---------- Responsive ---------- */
@media(max-width:1024px){
  body.labkhand-v3-home .lv3-home-trust-center__grid,
  body.labkhand-v3 .lv3-page-hero--editorial .lv3-page-hero__grid{
    grid-template-columns:1fr!important;
  }
  body.labkhand-v3-home .lv3-home-trust-center__visual{order:2!important}
  body.labkhand-v3 .lv3-page-hero--editorial .lv3-page-hero__copy{
    max-width:none!important;justify-self:stretch!important;padding-top:0!important;
  }
  body.labkhand-v3 .lv3-page-hero__visual--editorial{
    max-width:560px!important;
    justify-self:center!important;
    order:2!important;
  }
  body.labkhand-v3 .lv3-model-gallery-final .lv3-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:720px){
  body.labkhand-v3-home .lv3-home-trust-center{
    width:calc(100% - 20px)!important;
    margin:10px auto 42px!important;
    padding:26px 18px!important;
    border-radius:28px!important;
  }
  body.labkhand-v3-home .lv3-home-trust-center__signals{grid-template-columns:1fr!important}
  body.labkhand-v3-home .lv3-home-trust-center__signal{min-height:52px!important}
  body.labkhand-v3-home .lv3-home-trust-center .lv3-media-frame--trust{border-radius:24px!important}
  body.labkhand-v3 .lv3-page-hero--editorial{padding:32px 0!important}
  body.labkhand-v3 .lv3-page-hero--editorial>.lv3-shell{width:calc(100% - 24px)!important}
  body.labkhand-v3 .lv3-page-hero--editorial .lv3-page-hero__copy{max-width:none!important;padding-top:0!important}
  body.labkhand-v3 .lv3-page-hero--editorial .lv3-page-hero__grid{gap:24px!important}
  body.labkhand-v3 .lv3-page-hero--editorial h1{font-size:clamp(34px,10vw,46px)!important}
  body.labkhand-v3 .lv3-page-hero__chips{gap:7px!important}
  body.labkhand-v3 .lv3-page-hero__chips span{width:auto!important;justify-content:center!important}
  body.labkhand-v3 .lv3-page-hero__facts{grid-template-columns:1fr!important}
  body.labkhand-v3 .lv3-page-hero__visual--editorial,
  body.labkhand-v3 .lv3-page-hero--boys .lv3-page-hero__visual--editorial,
  body.labkhand-v3 .lv3-page-hero--girls .lv3-page-hero__visual--editorial{
    width:100%!important;max-width:none!important;aspect-ratio:4/3!important;border-radius:24px!important;
  }
  body.labkhand-v3 .lv3-model-gallery-final .lv3-gallery-grid{grid-template-columns:1fr!important;gap:14px!important}
  body.labkhand-v3 .lv3-model-gallery-final figure{border-radius:20px!important}
}
@media(prefers-reduced-motion:reduce){
  body.labkhand-v3-home .lv3-home-trust-center__signal,
  body.labkhand-v3 .lv3-model-gallery-final figure{transition:none!important;transform:none!important}
}

/* ========================================================================
   RC4.10.13.6.9.14 — legacy first-child feature rules removed after the history card moved outside the grid.
   RC4.10.13.6.9.6 — Trust Center evidence editorial system
   Evidence-first hierarchy, no decorative disclosure controls, no image crop.
   ======================================================================== */
:root{
  --lv3-trust696-ink:#113a5d;
  --lv3-trust696-copy:#617486;
  --lv3-trust696-line:rgba(17,58,93,.10);
  --lv3-trust696-soft:#f6fafc;
  --lv3-trust696-shadow:0 18px 50px rgba(17,58,93,.075);
}
body.labkhand-v3 .lv3-evidence-section{
  padding:clamp(44px,5.5vw,82px) 0!important;
  background:
    radial-gradient(circle at 92% 7%,rgba(19,184,199,.07),transparent 25%),
    radial-gradient(circle at 7% 92%,rgba(247,10,120,.04),transparent 25%),
    linear-gradient(180deg,#fff 0%,#f9fcfd 100%)!important;
}
body.labkhand-v3 .lv3-evidence-section>.lv3-shell{
  width:min(1180px,calc(100% - 40px))!important;
  margin-inline:auto!important;
}
body.labkhand-v3 .lv3-evidence-section .lv3-section-head{
  width:min(760px,100%)!important;
  margin:0 auto clamp(26px,3vw,40px)!important;
  text-align:center!important;
}
body.labkhand-v3 .lv3-evidence-section .lv3-kicker{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  margin-bottom:8px!important;
  color:#e70a70!important;
  font-size:12.5px!important;
  font-weight:900!important;
}
body.labkhand-v3 .lv3-evidence-section .lv3-kicker:before{
  content:"";
  width:22px;height:3px;border-radius:999px;
  background:var(--lv3-turquoise);
}
body.labkhand-v3 .lv3-evidence-section .lv3-section-head h2{
  margin:0 0 10px!important;
  color:var(--lv3-trust696-ink)!important;
  font-size:clamp(34px,3.5vw,52px)!important;
  line-height:1.22!important;
  letter-spacing:-.025em!important;
  text-wrap:balance;
}
body.labkhand-v3 .lv3-evidence-section .lv3-section-head p{
  margin:0 auto!important;
  max-width:70ch!important;
  color:var(--lv3-trust696-copy)!important;
  font-size:clamp(14px,1.15vw,17px)!important;
  line-height:1.95!important;
}
body.labkhand-v3 .lv3-evidence-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:start!important;
}
body.labkhand-v3 .lv3-evidence-card{
  min-width:0!important;
  overflow:hidden!important;
  border:1px solid var(--lv3-trust696-line)!important;
  border-radius:28px!important;
  background:rgba(255,255,255,.97)!important;
  box-shadow:var(--lv3-trust696-shadow)!important;
  transform:none!important;
}
body.labkhand-v3 .lv3-evidence-media{
  margin:0!important;
  width:100%!important;
  aspect-ratio:16/10!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
  padding:12px!important;
  border:0!important;
  border-bottom:1px solid rgba(17,58,93,.065)!important;
  background:
    linear-gradient(135deg,rgba(19,184,199,.035),rgba(247,10,120,.025)),
    #f7fafc!important;
}
body.labkhand-v3 .lv3-evidence-media img.lv3-evidence-image,
body.labkhand-v3 .lv3-evidence-card .lv3-card__image{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:center!important;
  border-radius:18px!important;
  transform:none!important;
  transition:none!important;
}
body.labkhand-v3 .lv3-evidence-card:hover .lv3-card__image{transform:none!important}
body.labkhand-v3 .lv3-evidence-card .lv3-card__body{
  display:grid!important;
  align-content:start!important;
  gap:12px!important;
  min-height:0!important;
  padding:22px 22px 24px!important;
}
body.labkhand-v3 .lv3-evidence-card__top{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:8px!important;
  margin:0!important;
}
body.labkhand-v3 .lv3-evidence-type,
body.labkhand-v3 .lv3-evidence-date{
  display:inline-flex!important;
  align-items:center!important;
  min-height:30px!important;
  padding:5px 10px!important;
  border:1px solid rgba(17,58,93,.075)!important;
  border-radius:999px!important;
  background:#f5fbfc!important;
  color:#315874!important;
  font-size:11.5px!important;
  font-weight:850!important;
  line-height:1.4!important;
}
body.labkhand-v3 .lv3-evidence-date{background:#fff8fb!important;color:#8e3f64!important}
body.labkhand-v3 .lv3-evidence-card h3{
  margin:0!important;
  color:var(--lv3-trust696-ink)!important;
  font-size:clamp(20px,1.8vw,27px)!important;
  line-height:1.55!important;
  text-wrap:balance;
}
body.labkhand-v3 .lv3-evidence-summary,
body.labkhand-v3 .lv3-evidence-body,
body.labkhand-v3 .lv3-evidence-card .lv3-card__body p{
  display:block!important;
  margin:0!important;
  overflow:visible!important;
  -webkit-line-clamp:unset!important;
  -webkit-box-orient:initial!important;
  color:var(--lv3-trust696-copy)!important;
  font-size:13.5px!important;
  line-height:1.95!important;
}
body.labkhand-v3 .lv3-evidence-meta{
  display:grid!important;
  gap:7px!important;
  margin:5px 0 0!important;
  padding-top:14px!important;
  border-top:1px solid rgba(17,58,93,.07)!important;
}
body.labkhand-v3 .lv3-evidence-meta>div{
  display:grid!important;
  grid-template-columns:54px minmax(0,1fr)!important;
  gap:8px!important;
  align-items:start!important;
}
body.labkhand-v3 .lv3-evidence-meta dt{
  color:#8090a0!important;
  font-size:10.5px!important;
  font-weight:800!important;
}
body.labkhand-v3 .lv3-evidence-meta dd{
  margin:0!important;
  color:#385a74!important;
  font-size:11.5px!important;
  line-height:1.75!important;
  overflow-wrap:anywhere!important;
}
/* Defensive fallback for cached markup from the previous release. */
body.labkhand-v3 .lv3-evidence-details,
body.labkhand-v3 .lv3-evidence-document{display:none!important}
@media(hover:hover) and (pointer:fine){
  body.labkhand-v3 .lv3-evidence-card{
    transition:transform .24s cubic-bezier(.2,.72,.2,1),box-shadow .24s ease,border-color .24s ease!important;
  }
  body.labkhand-v3 .lv3-evidence-card:hover{
    transform:translateY(-3px)!important;
    border-color:rgba(19,184,199,.18)!important;
    box-shadow:0 24px 58px rgba(17,58,93,.095)!important;
  }
}
@media(max-width:720px){
  body.labkhand-v3 .lv3-evidence-section{padding:34px 0 48px!important}
  body.labkhand-v3 .lv3-evidence-section>.lv3-shell{width:calc(100% - 20px)!important}
  body.labkhand-v3 .lv3-evidence-grid{grid-template-columns:1fr!important;gap:13px!important}
  body.labkhand-v3 .lv3-evidence-card{border-radius:22px!important}
  body.labkhand-v3 .lv3-evidence-media{
    aspect-ratio:4/3!important;
    padding:9px!important;
  }
  body.labkhand-v3 .lv3-evidence-media img.lv3-evidence-image,
  body.labkhand-v3 .lv3-evidence-card .lv3-card__image{border-radius:15px!important}
  body.labkhand-v3 .lv3-evidence-card .lv3-card__body{padding:18px!important}
  body.labkhand-v3 .lv3-evidence-meta>div{grid-template-columns:48px minmax(0,1fr)!important}
}
@media(prefers-reduced-motion:reduce){
  body.labkhand-v3 .lv3-evidence-card{transition:none!important;transform:none!important}
}
