
/**
 * Certigate 1.30.21 — Integrated public experience
 * Visual direction: premium editorial / institutional.
 * Source of truth remains the existing Certigate templates and live business data.
 */

body.cg-stitch-experience{
  --cgx-bg:#f6f3eb;
  --cgx-bg-soft:#fbfaf6;
  --cgx-surface:#ffffff;
  --cgx-surface-2:#eef3f5;
  --cgx-ink:#0c2c3b;
  --cgx-text:#5f707a;
  --cgx-muted:#7f8f97;
  --cgx-navy:#092c3c;
  --cgx-navy-2:#071d29;
  --cgx-navy-3:#153c4d;
  --cgx-gold:#c79d1f;
  --cgx-gold-2:#e2c15e;
  --cgx-border:#d9e3e7;
  --cgx-success:#2a7657;
  --cgx-danger:#b44949;
  --cgx-shadow:0 18px 55px rgba(8,44,60,.10);
  --cgx-serif:Fraunces,Georgia,"Times New Roman",serif;
  --cgx-sans:"IBM Plex Sans",Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:var(--cgx-bg);
  color:var(--cgx-ink);
  font-family:var(--cgx-sans);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

html[data-theme="dark"] body.cg-stitch-experience{
  --cgx-bg:#071d29;
  --cgx-bg-soft:#0d2d3d;
  --cgx-surface:#123444;
  --cgx-surface-2:#163343;
  --cgx-ink:#f6faff;
  --cgx-text:#d0e0e8;
  --cgx-muted:#a4b6bf;
  --cgx-navy:#071d29;
  --cgx-navy-2:#04141d;
  --cgx-navy-3:#173b4c;
  --cgx-border:#294855;
  --cgx-shadow:0 22px 70px rgba(0,0,0,.28);
}

/* Accessibility / predictable interaction states */
body.cg-stitch-experience a:focus-visible,
body.cg-stitch-experience button:focus-visible,
body.cg-stitch-experience input:focus-visible,
body.cg-stitch-experience select:focus-visible,
body.cg-stitch-experience textarea:focus-visible{
  outline:3px solid color-mix(in srgb,var(--cgx-gold) 72%,#fff);
  outline-offset:3px;
}
body.cg-stitch-experience input,
body.cg-stitch-experience select,
body.cg-stitch-experience textarea{
  min-height:46px;
}
body.cg-stitch-experience img{height:auto}

/* HOME — keep all real PHP/data, restyle only */
body.cg-stitch-experience #screen-home.cg-home182{
  background:var(--cgx-bg)!important;
  color:var(--cgx-ink)!important;
}
body.cg-stitch-experience #screen-home .cg-home-nav{
  min-height:76px!important;
  padding-left:max(22px,calc((100vw - 1180px)/2))!important;
  padding-right:max(22px,calc((100vw - 1180px)/2))!important;
  background:color-mix(in srgb,var(--cgx-bg) 94%,transparent)!important;
  border-bottom:1px solid var(--cgx-border)!important;
  backdrop-filter:blur(16px)!important;
  box-shadow:0 1px 0 rgba(7,29,41,.03)!important;
}
body.cg-stitch-experience #screen-home .nav-logo img{
  display:block!important;
  width:40px!important;
  height:40px!important;
  object-fit:contain!important;
}
body.cg-stitch-experience #screen-home .nav-brand{
  font-family:var(--cgx-serif)!important;
  color:var(--cgx-ink)!important;
  font-size:24px!important;
  letter-spacing:-.02em!important;
}
body.cg-stitch-experience #screen-home .nav-links{gap:28px!important}
body.cg-stitch-experience #screen-home .nav-links a{
  color:var(--cgx-text)!important;
  font-size:13px!important;
  font-weight:700!important;
}
body.cg-stitch-experience #screen-home .nav-links a:hover{color:var(--cgx-gold)!important}
body.cg-stitch-experience #screen-home .nav-cta .btn{
  min-height:42px!important;
  border-radius:9px!important;
}
body.cg-stitch-experience #screen-home .btn-gold{
  background:var(--cgx-gold)!important;
  border-color:var(--cgx-gold)!important;
  color:#1d220f!important;
}
body.cg-stitch-experience #screen-home .btn-outline{
  background:transparent!important;
  color:var(--cgx-ink)!important;
  border-color:var(--cgx-border)!important;
}
body.cg-stitch-experience #screen-home .cg-home-hero{
  padding:76px max(22px,calc((100vw - 1180px)/2)) 64px!important;
  background:
    radial-gradient(circle at 75% 20%,rgba(199,157,31,.10),transparent 28%),
    var(--cgx-bg)!important;
}
body.cg-stitch-experience #screen-home .hero-inner{
  width:100%!important;
  max-width:1180px!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr)!important;
  gap:64px!important;
  align-items:center!important;
}
body.cg-stitch-experience #screen-home .hero-eyebrow{
  color:var(--cgx-gold)!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.16em!important;
  text-transform:uppercase!important;
}
body.cg-stitch-experience #screen-home .hero-eyebrow-line{background:var(--cgx-gold)!important}
body.cg-stitch-experience #screen-home .cg-home-hero h1{
  color:var(--cgx-ink)!important;
  font-family:var(--cgx-serif)!important;
  font-size:clamp(52px,5.8vw,78px)!important;
  line-height:1.04!important;
  letter-spacing:-.038em!important;
  font-weight:400!important;
  margin:18px 0 24px!important;
}
body.cg-stitch-experience #screen-home .cg-home-hero h1 em{
  color:var(--cgx-gold)!important;
  font-weight:500!important;
}
body.cg-stitch-experience #screen-home .hero-sub{
  color:var(--cgx-text)!important;
  font-size:17px!important;
  line-height:1.75!important;
  max-width:680px!important;
}
body.cg-stitch-experience #screen-home .hero-actions{gap:12px!important;margin-top:28px!important}
body.cg-stitch-experience #screen-home .hero-actions .btn{
  min-height:52px!important;
  padding:0 24px!important;
  border-radius:10px!important;
  font-weight:800!important;
}
body.cg-stitch-experience #screen-home .hero-trust{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px 18px!important;
  margin-top:27px!important;
}
body.cg-stitch-experience #screen-home .hero-trust-item{
  color:var(--cgx-muted)!important;
  font-size:12px!important;
}
body.cg-stitch-experience #screen-home .hero-trust-item i{color:var(--cgx-gold)!important}
body.cg-stitch-experience #screen-home .cg-home-journey-card{
  position:relative!important;
  padding:30px!important;
  border-radius:24px!important;
  background:linear-gradient(145deg,var(--cgx-navy-2),var(--cgx-navy-3))!important;
  border:1px solid color-mix(in srgb,var(--cgx-gold) 24%,#36515c)!important;
  box-shadow:var(--cgx-shadow)!important;
  overflow:hidden!important;
}
body.cg-stitch-experience #screen-home .cg-home-journey-card:before{
  content:""!important;
  position:absolute!important;
  width:260px!important;height:260px!important;
  border-radius:50%!important;
  right:-105px!important;top:-100px!important;
  background:rgba(199,157,31,.11)!important;
}
body.cg-stitch-experience #screen-home .cg-home-journey-card h2{
  color:#f7fbfd!important;
  font-family:var(--cgx-serif)!important;
  font-size:34px!important;
  line-height:1.08!important;
}
body.cg-stitch-experience #screen-home .hero-card-tag{color:var(--cgx-gold-2)!important}
body.cg-stitch-experience #screen-home .cg-home-journey li strong{color:#fff!important}
body.cg-stitch-experience #screen-home .cg-home-journey li span{color:#bdd0d8!important}
body.cg-stitch-experience #screen-home .cg-home-journey li b{color:var(--cgx-gold-2)!important}
body.cg-stitch-experience #screen-home .figures-strip{
  background:var(--cgx-navy-2)!important;
  color:#fff!important;
  padding:24px max(22px,calc((100vw - 1180px)/2))!important;
  border:0!important;
}
body.cg-stitch-experience #screen-home .figures-grid{max-width:1180px!important;margin:auto!important}
body.cg-stitch-experience #screen-home .fig .n{
  color:var(--cgx-gold-2)!important;
  font-family:var(--cgx-serif)!important;
}
body.cg-stitch-experience #screen-home .fig .l{color:#c3d3da!important}
body.cg-stitch-experience #screen-home .sec{
  max-width:1180px!important;
  padding:82px 24px!important;
}
body.cg-stitch-experience #screen-home .full-bg{
  background:color-mix(in srgb,var(--cgx-surface) 55%,var(--cgx-bg))!important;
}
body.cg-stitch-experience #screen-home .sec-label{
  color:var(--cgx-gold)!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.16em!important;
}
body.cg-stitch-experience #screen-home .sec h2,
body.cg-stitch-experience #screen-home .cg-home-trust-grid h2{
  color:var(--cgx-ink)!important;
  font-family:var(--cgx-serif)!important;
  font-size:clamp(36px,4vw,52px)!important;
  line-height:1.08!important;
  font-weight:400!important;
  letter-spacing:-.025em!important;
}
body.cg-stitch-experience #screen-home .sec-sub,
body.cg-stitch-experience #screen-home .lead{color:var(--cgx-text)!important}
body.cg-stitch-experience #screen-home .programs-grid{gap:18px!important}
body.cg-stitch-experience #screen-home .pg,
body.cg-stitch-experience #screen-home .pill,
body.cg-stitch-experience #screen-home .faq-item,
body.cg-stitch-experience #screen-home .cg-home-price-step{
  background:var(--cgx-surface)!important;
  color:var(--cgx-ink)!important;
  border:1px solid var(--cgx-border)!important;
  border-radius:18px!important;
  box-shadow:none!important;
}
body.cg-stitch-experience #screen-home .pg,
body.cg-stitch-experience #screen-home .pill{
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease!important;
}
body.cg-stitch-experience #screen-home .pg:hover,
body.cg-stitch-experience #screen-home .pill:hover{
  transform:translateY(-4px)!important;
  border-color:color-mix(in srgb,var(--cgx-gold) 52%,var(--cgx-border))!important;
  box-shadow:var(--cgx-shadow)!important;
}
body.cg-stitch-experience #screen-home .pg h3,
body.cg-stitch-experience #screen-home .pill h3{color:var(--cgx-ink)!important;font-family:var(--cgx-serif)!important}
body.cg-stitch-experience #screen-home .pg-desc,
body.cg-stitch-experience #screen-home .pill p,
body.cg-stitch-experience #screen-home .faq-body p{color:var(--cgx-text)!important}
body.cg-stitch-experience #screen-home .pg-tag,
body.cg-stitch-experience #screen-home .pg-meta{color:var(--cgx-muted)!important}
body.cg-stitch-experience #screen-home .pg-price{color:var(--cgx-ink)!important}
body.cg-stitch-experience #screen-home .pill-icon{background:var(--cgx-navy-2)!important;color:var(--cgx-gold-2)!important}
body.cg-stitch-experience #screen-home .cg-home-trust-grid{
  background:linear-gradient(145deg,var(--cgx-navy-2),var(--cgx-navy-3))!important;
  color:#fff!important;
  border-radius:24px!important;
  border:1px solid #284756!important;
  padding:34px!important;
}
body.cg-stitch-experience #screen-home .cg-home-trust-grid h2{color:#fff!important}
body.cg-stitch-experience #screen-home .cg-home-trust-grid .lead,
body.cg-stitch-experience #screen-home .cg-home-trust-grid li{color:#ccdae0!important}
body.cg-stitch-experience #screen-home .cg-home-price-total,
body.cg-stitch-experience #screen-home .cg-home-final-cta{
  background:linear-gradient(145deg,var(--cgx-navy-2),var(--cgx-navy-3))!important;
  border:1px solid #284756!important;
  border-radius:20px!important;
}
body.cg-stitch-experience #screen-home .cg-home-price-total span,
body.cg-stitch-experience #screen-home .cg-home-price-total small,
body.cg-stitch-experience #screen-home .cg-home-final-cta p{color:#c3d3da!important}
body.cg-stitch-experience #screen-home .cg-home-price-total strong,
body.cg-stitch-experience #screen-home .cg-home-final-cta h2{color:#fff!important}
body.cg-stitch-experience #screen-home .cg-home-footer{
  background:var(--cgx-navy-2)!important;
  border-top:1px solid #254250!important;
}
body.cg-stitch-experience #screen-home .cg-home-footer-logo img{
  display:block!important;
  width:42px!important;height:42px!important;object-fit:contain!important;
}
body.cg-stitch-experience #screen-home .cg-home-footer h5,
body.cg-stitch-experience #screen-home .cg-home-footer-logo span{color:#fff!important}
body.cg-stitch-experience #screen-home .cg-home-footer p,
body.cg-stitch-experience #screen-home .cg-home-footer a,
body.cg-stitch-experience #screen-home .cg-home-footer span{color:#b7c8cf!important}
body.cg-stitch-experience #screen-home .cg-home-footer a:hover{color:var(--cgx-gold-2)!important}

/* Shared AUTH / APPLICATION / FORGOT */
body.cg-stitch-experience .cg-present-auth,
body.cg-stitch-experience .auth-screen.cg-candidate-screen,
body.cg-stitch-experience #screen-register .auth-screen,
body.cg-stitch-experience #screen-forgot .auth-screen{
  min-height:calc(100vh - 1px)!important;
  background:
    radial-gradient(circle at 15% 10%,rgba(199,157,31,.10),transparent 26%),
    var(--cgx-bg)!important;
}
body.cg-stitch-experience .cg-auth-panel,
body.cg-stitch-experience .auth-card.cg-candidate-card,
body.cg-stitch-experience #screen-forgot .auth-card{
  width:min(760px,calc(100vw - 36px))!important;
  background:var(--cgx-surface)!important;
  color:var(--cgx-ink)!important;
  border:1px solid var(--cgx-border)!important;
  border-radius:22px!important;
  box-shadow:var(--cgx-shadow)!important;
  padding:34px!important;
}
body.cg-stitch-experience .cg-auth-logo img,
body.cg-stitch-experience .auth-logo img{
  display:block!important;
  max-height:60px!important;
  width:auto!important;
  margin:auto!important;
}
body.cg-stitch-experience .cg-auth-kicker,
body.cg-stitch-experience .cg-kicker{
  color:var(--cgx-gold)!important;
  font-size:11px!important;
  letter-spacing:.15em!important;
  font-weight:900!important;
  text-transform:uppercase!important;
}
body.cg-stitch-experience .cg-auth-panel h1,
body.cg-stitch-experience .cg-candidate-card h1,
body.cg-stitch-experience #screen-forgot h1{
  color:var(--cgx-ink)!important;
  font-family:var(--cgx-serif)!important;
  font-size:clamp(36px,5vw,50px)!important;
  line-height:1.06!important;
  font-weight:400!important;
}
body.cg-stitch-experience .cg-auth-panel p,
body.cg-stitch-experience .cg-candidate-card .subtitle,
body.cg-stitch-experience .cg-application-assurance,
body.cg-stitch-experience #screen-forgot .subtitle{
  color:var(--cgx-text)!important;
}
body.cg-stitch-experience .cg-auth-panel input,
body.cg-stitch-experience .cg-candidate-form input,
body.cg-stitch-experience .cg-candidate-form select,
body.cg-stitch-experience .cg-candidate-form textarea,
body.cg-stitch-experience #screen-forgot input{
  background:var(--cgx-bg-soft)!important;
  color:var(--cgx-ink)!important;
  border:1px solid var(--cgx-border)!important;
  border-radius:10px!important;
}
body.cg-stitch-experience .cg-auth-panel input::placeholder,
body.cg-stitch-experience .cg-candidate-form input::placeholder,
body.cg-stitch-experience .cg-candidate-form textarea::placeholder{color:var(--cgx-muted)!important}
body.cg-stitch-experience .cg-auth-panel label,
body.cg-stitch-experience .cg-candidate-form label{color:var(--cgx-ink)!important}
body.cg-stitch-experience .cg-google-btn{
  background:var(--cgx-bg-soft)!important;
  color:var(--cgx-ink)!important;
  border:1px solid var(--cgx-border)!important;
  border-radius:10px!important;
}
body.cg-stitch-experience .cg-auth-create{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  text-decoration:none!important;
}
body.cg-stitch-experience .cg-candidate-choice{
  background:var(--cgx-bg-soft)!important;
  color:var(--cgx-ink)!important;
  border:1px solid var(--cgx-border)!important;
  border-radius:14px!important;
}
body.cg-stitch-experience .cg-candidate-choice small{color:var(--cgx-muted)!important}
body.cg-stitch-experience .cg-candidate-consent{color:var(--cgx-text)!important}

/* Candidate/onboarding/payment/path visual normalization without touching controllers */
body.cg-stitch-experience .cg-candidate-shell,
body.cg-stitch-experience .cg-flow-shell,
body.cg-stitch-experience .cgcs-shell,
body.cg-stitch-experience #screen-payment,
body.cg-stitch-experience #screen-parcours,
body.cg-stitch-experience #screen-onboard-welcome,
body.cg-stitch-experience #screen-onboard-diag,
body.cg-stitch-experience #screen-onboard-result,
body.cg-stitch-experience #screen-onboard-cadrage,
body.cg-stitch-experience #screen-certificate-verify{
  background:var(--cgx-bg)!important;
  color:var(--cgx-ink)!important;
}
body.cg-stitch-experience #screen-payment h1,
body.cg-stitch-experience #screen-parcours h1,
body.cg-stitch-experience #screen-onboard-welcome h1,
body.cg-stitch-experience #screen-onboard-diag h1,
body.cg-stitch-experience #screen-onboard-result h1,
body.cg-stitch-experience #screen-onboard-cadrage h1,
body.cg-stitch-experience #screen-certificate-verify h1{
  font-family:var(--cgx-serif)!important;
  color:var(--cgx-ink)!important;
  letter-spacing:-.025em!important;
}
body.cg-stitch-experience #screen-payment .card,
body.cg-stitch-experience #screen-payment .panel,
body.cg-stitch-experience #screen-parcours .card,
body.cg-stitch-experience #screen-parcours .panel,
body.cg-stitch-experience #screen-onboard-welcome .card,
body.cg-stitch-experience #screen-onboard-diag .card,
body.cg-stitch-experience #screen-onboard-result .card,
body.cg-stitch-experience #screen-onboard-cadrage .card,
body.cg-stitch-experience #screen-certificate-verify .card,
body.cg-stitch-experience .cg-flow-card,
body.cg-stitch-experience .cgcs-card,
body.cg-stitch-experience .cgcs-panel{
  background:var(--cgx-surface)!important;
  border-color:var(--cgx-border)!important;
  color:var(--cgx-ink)!important;
  border-radius:18px!important;
}
body.cg-stitch-experience #screen-payment p,
body.cg-stitch-experience #screen-parcours p,
body.cg-stitch-experience #screen-onboard-welcome p,
body.cg-stitch-experience #screen-onboard-diag p,
body.cg-stitch-experience #screen-onboard-result p,
body.cg-stitch-experience #screen-onboard-cadrage p,
body.cg-stitch-experience #screen-certificate-verify p{
  color:var(--cgx-text);
}

/* Motion is progressive enhancement only */
body.cg-stitch-experience .cgx-reveal{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .55s cubic-bezier(.2,.7,.2,1),transform .55s cubic-bezier(.2,.7,.2,1);
}
body.cg-stitch-experience .cgx-reveal.is-visible{
  opacity:1;
  transform:none;
}
body.cg-stitch-experience .btn,
body.cg-stitch-experience button,
body.cg-stitch-experience .cgcs-btn{
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background-color .18s ease,color .18s ease;
}
@media(hover:hover){
  body.cg-stitch-experience .btn:hover,
  body.cg-stitch-experience .cgcs-btn:hover{transform:translateY(-1px)}
}

/* Mobile is intentionally recomposed, not merely shrunk */
@media(max-width:900px){
  body.cg-stitch-experience #screen-home .hero-inner{
    grid-template-columns:1fr!important;
    gap:36px!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-journey-card{
    max-width:760px!important;
  }
  body.cg-stitch-experience #screen-home .nav-links,
  body.cg-stitch-experience #screen-home .cg-home-desktop-actions{
    display:none!important;
  }
}
@media(max-width:700px){
  body.cg-stitch-experience #screen-home .cg-home-nav{
    min-height:68px!important;
    padding:0 15px!important;
  }
  body.cg-stitch-experience #screen-home .nav-logo img{
    width:34px!important;height:34px!important;
  }
  body.cg-stitch-experience #screen-home .nav-brand{font-size:20px!important}
  body.cg-stitch-experience #screen-home .cg-home-hero{
    padding:44px 16px 34px!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-hero h1{
    font-size:42px!important;
    line-height:1.06!important;
    margin-top:14px!important;
  }
  body.cg-stitch-experience #screen-home .hero-sub{
    font-size:15px!important;
    line-height:1.68!important;
  }
  body.cg-stitch-experience #screen-home .hero-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
  }
  body.cg-stitch-experience #screen-home .hero-actions .btn{width:100%!important}
  body.cg-stitch-experience #screen-home .hero-trust{
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-journey-card{
    padding:22px!important;
    border-radius:18px!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-journey-card h2{font-size:28px!important}
  body.cg-stitch-experience #screen-home .figures-grid{
    grid-template-columns:1fr 1fr!important;
    gap:18px 0!important;
  }
  body.cg-stitch-experience #screen-home .sec{padding:58px 17px!important}
  body.cg-stitch-experience #screen-home .sec h2,
  body.cg-stitch-experience #screen-home .cg-home-trust-grid h2{font-size:34px!important}
  body.cg-stitch-experience #screen-home .programs-grid,
  body.cg-stitch-experience #screen-home .pillars-grid{grid-template-columns:1fr!important}
  body.cg-stitch-experience .cg-auth-panel,
  body.cg-stitch-experience .auth-card.cg-candidate-card,
  body.cg-stitch-experience #screen-forgot .auth-card{
    width:calc(100vw - 24px)!important;
    padding:24px 18px!important;
    border-radius:18px!important;
  }
}

@media(prefers-reduced-motion:reduce){
  body.cg-stitch-experience *,
  body.cg-stitch-experience *::before,
  body.cg-stitch-experience *::after{
    scroll-behavior:auto!important;
    animation:none!important;
    transition:none!important;
  }
  body.cg-stitch-experience .cgx-reveal{
    opacity:1!important;
    transform:none!important;
  }
}


/* ==========================================================
   1.30.15 — Runtime visual polish after production screenshots
   ========================================================== */

/* The official WordPress custom logo wins when configured. */
body.cg-stitch-experience .cg-logo-custom{
  display:inline-flex!important;
  align-items:center!important;
  max-width:220px!important;
  max-height:62px!important;
}
body.cg-stitch-experience .cg-logo-custom .cg-logo-official{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:220px!important;
  max-height:58px!important;
  object-fit:contain!important;
}
body.cg-stitch-experience #screen-home .nav-logo:has(.cg-logo-custom) .nav-brand,
body.cg-stitch-experience #screen-home .cg-home-footer-logo:has(.cg-logo-custom) > span{
  display:none!important;
}
body.cg-stitch-experience #screen-home .nav-logo{
  min-width:180px!important;
  flex:0 0 auto!important;
}
body.cg-stitch-experience #screen-home .cg-logo-fallback{
  width:42px!important;
  height:42px!important;
  flex:0 0 42px!important;
}

/* Hero visual now combines the generated human imagery + the real journey block. */
body.cg-stitch-experience #screen-home .cg-home-hero-visual{
  position:relative!important;
  min-width:0!important;
  display:grid!important;
  gap:14px!important;
}
body.cg-stitch-experience #screen-home .cg-home-human-picture{
  display:block!important;
  overflow:hidden!important;
  border-radius:24px!important;
  border:1px solid color-mix(in srgb,var(--cgx-gold) 30%,var(--cgx-border))!important;
  box-shadow:var(--cgx-shadow)!important;
  background:var(--cgx-surface)!important;
  aspect-ratio:1.34/1!important;
}
body.cg-stitch-experience #screen-home .cg-home-human-picture img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center 47%!important;
  transition:transform .6s cubic-bezier(.2,.7,.2,1)!important;
}
@media(hover:hover){
  body.cg-stitch-experience #screen-home .cg-home-hero-visual:hover .cg-home-human-picture img{
    transform:scale(1.018)!important;
  }
}
body.cg-stitch-experience #screen-home .cg-home-hero-visual .cg-home-journey-card{
  margin-top:-64px!important;
  margin-left:28px!important;
  margin-right:28px!important;
  z-index:2!important;
  padding:22px 24px!important;
  border-radius:18px!important;
  background:color-mix(in srgb,var(--cgx-navy-2) 96%,transparent)!important;
  backdrop-filter:blur(12px)!important;
}
body.cg-stitch-experience #screen-home .cg-home-hero-visual .cg-home-journey-card h2{
  font-size:28px!important;
  margin-bottom:12px!important;
}
body.cg-stitch-experience #screen-home .cg-home-hero-visual .cg-home-journey{
  gap:8px!important;
}
body.cg-stitch-experience #screen-home .cg-home-hero-visual .cg-home-journey li{
  padding:8px 0!important;
}

/* New human editorial section */
body.cg-stitch-experience #screen-home .cg-home-human-section{
  padding-top:42px!important;
  padding-bottom:82px!important;
}
body.cg-stitch-experience #screen-home .cg-home-human-grid{
  display:grid!important;
  grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr)!important;
  gap:48px!important;
  align-items:center!important;
}
body.cg-stitch-experience #screen-home .cg-home-human-focus{
  display:block!important;
  overflow:hidden!important;
  border-radius:22px!important;
  min-height:430px!important;
  box-shadow:var(--cgx-shadow)!important;
  border:1px solid var(--cgx-border)!important;
  background:var(--cgx-surface)!important;
}
body.cg-stitch-experience #screen-home .cg-home-human-focus img{
  width:100%!important;
  height:100%!important;
  min-height:430px!important;
  object-fit:cover!important;
  object-position:42% center!important;
}
body.cg-stitch-experience #screen-home .cg-home-human-copy h2{
  color:var(--cgx-ink)!important;
  font-family:var(--cgx-serif)!important;
  font-size:clamp(36px,4.2vw,56px)!important;
  line-height:1.08!important;
  letter-spacing:-.03em!important;
  font-weight:400!important;
  margin:12px 0 18px!important;
}
body.cg-stitch-experience #screen-home .cg-home-human-copy>p{
  color:var(--cgx-text)!important;
  font-size:17px!important;
  line-height:1.75!important;
  max-width:700px!important;
}
body.cg-stitch-experience #screen-home .cg-home-human-points{
  display:flex!important;
  gap:10px!important;
  flex-wrap:wrap!important;
  margin-top:24px!important;
}
body.cg-stitch-experience #screen-home .cg-home-human-points span{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  min-height:40px!important;
  padding:8px 12px!important;
  border-radius:999px!important;
  background:var(--cgx-surface)!important;
  color:var(--cgx-ink)!important;
  border:1px solid var(--cgx-border)!important;
  font-weight:700!important;
  font-size:12px!important;
}
body.cg-stitch-experience #screen-home .cg-home-human-points i{
  color:var(--cgx-gold)!important;
}

/* Production screenshot readability fixes. */
body.cg-stitch-experience #screen-home .cg-home-trust-grid ul{
  margin:0!important;
  padding:22px!important;
  list-style:none!important;
  border:1px solid rgba(255,255,255,.16)!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.08)!important;
}
body.cg-stitch-experience #screen-home .cg-home-trust-grid li{
  color:#f2f7f9!important;
  font-weight:700!important;
  line-height:1.45!important;
}
body.cg-stitch-experience #screen-home .cg-home-trust-grid li i{
  color:var(--cgx-gold-2)!important;
}
body.cg-stitch-experience #screen-home .cg-home-price-step small,
body.cg-stitch-experience #screen-home .cg-home-price-step p{
  color:var(--cgx-text)!important;
}
body.cg-stitch-experience #screen-home .cg-home-price-step h3,
body.cg-stitch-experience #screen-home .cg-home-price-step strong{
  color:var(--cgx-ink)!important;
}
body.cg-stitch-experience #screen-home .cg-home-price-step.is-current{
  border-color:color-mix(in srgb,var(--cgx-gold) 65%,var(--cgx-border))!important;
}
body.cg-stitch-experience #screen-home .cg-home-faq .faq-q{
  color:var(--cgx-ink)!important;
  background:var(--cgx-surface)!important;
}
body.cg-stitch-experience #screen-home .cg-home-faq .faq-body{
  color:var(--cgx-text)!important;
  background:var(--cgx-surface)!important;
}
body.cg-stitch-experience #screen-home .cg-home-faq .faq-q span::before,
body.cg-stitch-experience #screen-home .cg-home-faq .faq-q span::after{
  background:var(--cgx-gold)!important;
}
body.cg-stitch-experience #screen-home .cg-home-final-cta{
  box-shadow:0 22px 60px rgba(6,25,35,.18)!important;
}

/* Dark-mode contrast locks */
html[data-theme="dark"] body.cg-stitch-experience #screen-home .pg,
html[data-theme="dark"] body.cg-stitch-experience #screen-home .pill,
html[data-theme="dark"] body.cg-stitch-experience #screen-home .faq-item,
html[data-theme="dark"] body.cg-stitch-experience #screen-home .cg-home-price-step{
  background:#123746!important;
  border-color:#315464!important;
}
html[data-theme="dark"] body.cg-stitch-experience #screen-home .pg h3,
html[data-theme="dark"] body.cg-stitch-experience #screen-home .pill h3,
html[data-theme="dark"] body.cg-stitch-experience #screen-home .pg-price,
html[data-theme="dark"] body.cg-stitch-experience #screen-home .cg-home-price-step h3,
html[data-theme="dark"] body.cg-stitch-experience #screen-home .cg-home-price-step strong,
html[data-theme="dark"] body.cg-stitch-experience #screen-home .cg-home-faq .faq-q{
  color:#fff!important;
}
html[data-theme="dark"] body.cg-stitch-experience #screen-home .pg-desc,
html[data-theme="dark"] body.cg-stitch-experience #screen-home .pg-meta,
html[data-theme="dark"] body.cg-stitch-experience #screen-home .pill p,
html[data-theme="dark"] body.cg-stitch-experience #screen-home .cg-home-price-step p,
html[data-theme="dark"] body.cg-stitch-experience #screen-home .cg-home-price-step small,
html[data-theme="dark"] body.cg-stitch-experience #screen-home .faq-body p{
  color:#c8d8df!important;
}
html[data-theme="dark"] body.cg-stitch-experience #screen-home .full-bg{
  background:#0a2634!important;
}
html[data-theme="dark"] body.cg-stitch-experience #screen-home .cg-home-human-points span{
  background:#123746!important;
  color:#fff!important;
  border-color:#315464!important;
}
html[data-theme="dark"] body.cg-stitch-experience #screen-home .cg-home-human-focus{
  border-color:#315464!important;
}
html[data-theme="dark"] body.cg-stitch-experience #screen-home .cg-home-faq .faq-body{
  background:#123746!important;
}

/* More fluid horizontal rhythm at common laptop widths. */
@media(min-width:901px) and (max-width:1280px){
  body.cg-stitch-experience #screen-home .cg-home-nav{
    padding-left:28px!important;
    padding-right:28px!important;
    gap:18px!important;
  }
  body.cg-stitch-experience #screen-home .nav-links{
    gap:18px!important;
  }
  body.cg-stitch-experience #screen-home .hero-inner{
    gap:42px!important;
    grid-template-columns:minmax(0,1fr) minmax(360px,.9fr)!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-hero h1{
    font-size:clamp(48px,5vw,66px)!important;
  }
}

/* Mobile: prevent overflow, keep text readable, image remains useful. */
@media(max-width:900px){
  body.cg-stitch-experience #screen-home .nav-logo{
    min-width:0!important;
  }
  body.cg-stitch-experience #screen-home .cg-logo-custom{
    max-width:165px!important;
  }
  body.cg-stitch-experience #screen-home .cg-logo-custom .cg-logo-official{
    max-width:165px!important;
    max-height:46px!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-hero-visual{
    max-width:760px!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-hero-visual .cg-home-journey-card{
    margin:-40px 16px 0!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-human-grid{
    grid-template-columns:1fr!important;
    gap:28px!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-human-focus{
    min-height:360px!important;
    max-height:500px!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-human-focus img{
    min-height:360px!important;
  }
}
@media(max-width:700px){
  body.cg-stitch-experience #screen-home .cg-home-human-picture{
    border-radius:16px!important;
    aspect-ratio:1/1!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-human-picture img{
    object-position:56% center!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-hero-visual .cg-home-journey-card{
    margin:-24px 8px 0!important;
    padding:18px!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-hero-visual .cg-home-journey-card h2{
    font-size:24px!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-human-section{
    padding-top:20px!important;
    padding-bottom:58px!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-human-focus{
    min-height:320px!important;
    border-radius:16px!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-human-focus img{
    min-height:320px!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-human-copy h2{
    font-size:34px!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-human-copy>p{
    font-size:15px!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-trust-grid{
    padding:22px!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-trust-grid ul{
    padding:16px!important;
  }
}

/* Smooth theme switch without animating layout geometry. */
html.cgx-theme-transition body.cg-stitch-experience,
html.cgx-theme-transition body.cg-stitch-experience #screen-home,
html.cgx-theme-transition body.cg-stitch-experience #screen-home .pg,
html.cgx-theme-transition body.cg-stitch-experience #screen-home .pill,
html.cgx-theme-transition body.cg-stitch-experience #screen-home .faq-item,
html.cgx-theme-transition body.cg-stitch-experience #screen-home .cg-home-price-step{
  transition:background-color .22s ease,color .22s ease,border-color .22s ease!important;
}


/* ==========================================================
   1.30.21 — Brand contract + mobile usability corrections
   ========================================================== */

/* Single official logo only: no stacked dark/light images, no duplicated mark. */
body.cg-stitch-experience .cg-logo-single{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  position:relative!important;
  flex:0 0 auto!important;
}
body.cg-stitch-experience .cg-logo-single .cg-logo-official{
  display:block!important;
  position:static!important;
  opacity:1!important;
  visibility:visible!important;
  width:auto!important;
  height:auto!important;
  object-fit:contain!important;
  margin:0!important;
}
body.cg-stitch-experience #screen-home .nav-logo .cg-logo-custom .cg-logo-official{
  max-width:185px!important;
  max-height:52px!important;
}
body.cg-stitch-experience #screen-home .nav-logo .cg-logo-fallback .cg-logo-official{
  width:38px!important;
  height:38px!important;
  max-width:38px!important;
  max-height:38px!important;
}
body.cg-stitch-experience #screen-home .cg-home-footer-logo .cg-logo-custom .cg-logo-official{
  max-width:170px!important;
  max-height:54px!important;
}
body.cg-stitch-experience #screen-home .cg-home-footer-logo .cg-logo-fallback .cg-logo-official{
  width:44px!important;
  height:44px!important;
  max-width:44px!important;
  max-height:44px!important;
}
body.cg-stitch-experience .cg-logo-img-dark,
body.cg-stitch-experience .cg-logo-img-light{
  display:none!important;
}
body.cg-stitch-experience .cg-logo-single + .cg-brand-fallback-text{
  display:inline-block!important;
}
body.cg-stitch-experience .cg-logo-custom + .cg-brand-fallback-text{
  display:none!important;
}

/* Cleaner header balance */
body.cg-stitch-experience #screen-home .cg-home-nav{
  grid-template-columns:auto minmax(0,1fr) auto!important;
}
body.cg-stitch-experience #screen-home .nav-logo{
  min-width:0!important;
  max-width:230px!important;
  overflow:visible!important;
}
body.cg-stitch-experience #screen-home .nav-links{
  justify-content:center!important;
  min-width:0!important;
}
body.cg-stitch-experience #screen-home .nav-cta{
  flex:0 0 auto!important;
}

/* Human section: less vertical emptiness and better subject crop */
body.cg-stitch-experience #screen-home .cg-home-human-section{
  padding-top:34px!important;
  padding-bottom:58px!important;
}
body.cg-stitch-experience #screen-home .cg-home-human-grid{
  min-height:0!important;
  gap:38px!important;
}
body.cg-stitch-experience #screen-home .cg-home-human-focus{
  min-height:350px!important;
  max-height:430px!important;
}
body.cg-stitch-experience #screen-home .cg-home-human-focus img{
  min-height:350px!important;
  height:100%!important;
  object-position:64% 38%!important;
}
body.cg-stitch-experience #screen-home .cg-home-human-copy h2{
  font-size:clamp(34px,3.7vw,50px)!important;
}

/* Hero journey card: more compact and no excessive first-screen overflow */
body.cg-stitch-experience #screen-home .cg-home-hero-visual .cg-home-journey-card{
  margin-top:-52px!important;
  padding:18px 22px!important;
}
body.cg-stitch-experience #screen-home .cg-home-hero-visual .cg-home-journey-card h2{
  font-size:25px!important;
}
body.cg-stitch-experience #screen-home .cg-home-hero-visual .cg-home-journey li{
  padding:6px 0!important;
}
body.cg-stitch-experience #screen-home .cg-home-hero-visual .cg-home-journey li span{
  font-size:12px!important;
}

/* Stronger secondary-text readability in dark mode */
html[data-theme="dark"] body.cg-stitch-experience #screen-home .hero-sub,
html[data-theme="dark"] body.cg-stitch-experience #screen-home .sec-sub,
html[data-theme="dark"] body.cg-stitch-experience #screen-home .lead,
html[data-theme="dark"] body.cg-stitch-experience #screen-home .cg-home-human-copy>p{
  color:#d1dee4!important;
}

/* Mobile sticky CTA must never cover FAQ/footer/content. */
@media(max-width:700px){
  body.cg-stitch-experience #screen-home{
    padding-bottom:0!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-mobile-sticky,
  body.cg-stitch-experience #screen-home .mobile-sticky-cta,
  body.cg-stitch-experience #screen-home [data-cg-mobile-sticky]{
    position:sticky!important;
    left:auto!important;
    right:auto!important;
    bottom:8px!important;
    width:calc(100% - 24px)!important;
    max-width:440px!important;
    margin:0 auto 12px!important;
    z-index:22!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-footer{
    padding-bottom:26px!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-footer-grid{
    gap:20px!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-footer h5{
    margin-bottom:7px!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-footer a,
  body.cg-stitch-experience #screen-home .cg-home-footer p{
    line-height:1.45!important;
  }

  /* Bring the human image into the mobile experience instead of hiding it below all content. */
  body.cg-stitch-experience #screen-home .cg-home-human-section{
    padding:38px 16px 48px!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-human-grid{
    gap:22px!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-human-focus{
    min-height:270px!important;
    max-height:330px!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-human-focus img{
    min-height:270px!important;
    object-position:68% 36%!important;
  }

  /* Official logo on mobile: one image, never mark + duplicate text. */
  body.cg-stitch-experience #screen-home .nav-logo .cg-logo-custom .cg-logo-official{
    max-width:145px!important;
    max-height:42px!important;
  }
  body.cg-stitch-experience #screen-home .nav-logo .cg-logo-fallback .cg-logo-official{
    width:30px!important;
    height:30px!important;
    max-width:30px!important;
    max-height:30px!important;
  }
  body.cg-stitch-experience #screen-home .cg-brand-fallback-text{
    font-size:18px!important;
  }
}

/* Footer should not visually repeat a logo twice. */
body.cg-stitch-experience #screen-home .cg-home-footer-logo{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
}
body.cg-stitch-experience #screen-home .cg-home-footer-logo .cg-logo-wrap + .cg-brand-fallback-text{
  margin-left:0!important;
}

/* 1.30.21 brand/runtime corrections */
body.cg-stitch-experience .cg-logo-single .cg-logo-official{
  display:block!important; position:static!important; opacity:1!important; visibility:visible!important;
  width:var(--cg-logo-render,38px)!important; height:var(--cg-logo-render,38px)!important;
  max-width:none!important; max-height:none!important; object-fit:contain!important;
}
body.cg-stitch-experience #screen-home .nav-logo{gap:10px!important}
body.cg-stitch-experience #screen-home .nav-brand{display:inline-block!important}
body.cg-stitch-experience #screen-home .cg-home-footer-logo>span{display:inline-block!important}
body.cg-stitch-experience #screen-home .cg-home-human-focus img{
  object-position:center 38%!important;
}
body.cg-stitch-experience #screen-home .cg-home-human-focus{
  aspect-ratio:1.35/1!important;
}
@media(max-width:700px){
  body.cg-stitch-experience #screen-home .cg-home-human-focus{
    aspect-ratio:1.08/1!important;
  }
}

/* 1.30.21 unique imagery and hero polish */
body.cg-stitch-experience #screen-home .cg-home-human-picture img{object-position:center 43%!important}
body.cg-stitch-experience #screen-home .cg-home-human-focus img{object-position:center 48%!important}
body.cg-stitch-experience #screen-home .cg-home-human-focus{aspect-ratio:1.42/1!important}
@media(max-width:700px){
  body.cg-stitch-experience #screen-home .cg-home-human-focus{aspect-ratio:1.12/1!important}
  body.cg-stitch-experience #screen-home .cg-home-human-focus img{object-position:center 44%!important}
}


/* ==========================================================
   1.30.21 — Intermediate desktop responsiveness hardening
   ========================================================== */

/* Keep the human-support section structurally contained at all widths. */
body.cg-stitch-experience #screen-home .cg-home-human-section{
  overflow:hidden!important;
}
body.cg-stitch-experience #screen-home .cg-home-human-grid{
  min-width:0!important;
}
body.cg-stitch-experience #screen-home .cg-home-human-grid > *{
  min-width:0!important;
}
body.cg-stitch-experience #screen-home .cg-home-human-focus{
  width:100%!important;
  max-width:100%!important;
  overflow:hidden!important;
}
body.cg-stitch-experience #screen-home .cg-home-human-focus img{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
}
body.cg-stitch-experience #screen-home .cg-home-human-copy{
  min-width:0!important;
  max-width:100%!important;
}
body.cg-stitch-experience #screen-home .cg-home-human-copy h2{
  overflow-wrap:anywhere!important;
  word-break:normal!important;
}
body.cg-stitch-experience #screen-home .cg-home-human-copy>p{
  max-width:680px!important;
}

/* Main laptop/tablet landscape breakpoint: this is the range that was colliding in production. */
@media(min-width:901px) and (max-width:1180px){
  body.cg-stitch-experience #screen-home .cg-home-human-section{
    padding:40px 26px 58px!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-human-grid{
    grid-template-columns:minmax(300px,.88fr) minmax(0,1.12fr)!important;
    gap:34px!important;
    align-items:center!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-human-focus{
    min-height:330px!important;
    max-height:390px!important;
    aspect-ratio:1.28/1!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-human-focus img{
    min-height:330px!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center 46%!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-human-copy h2{
    font-size:clamp(34px,4.2vw,46px)!important;
    line-height:1.06!important;
    letter-spacing:-.026em!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-human-copy>p{
    font-size:15px!important;
    line-height:1.66!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-human-points{
    gap:8px!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-human-points span{
    flex:0 1 auto!important;
    max-width:100%!important;
  }
}

/* Narrow laptop breakpoint: stack before collision can ever happen. */
@media(min-width:761px) and (max-width:980px){
  body.cg-stitch-experience #screen-home .cg-home-human-grid{
    grid-template-columns:1fr!important;
    gap:28px!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-human-focus{
    max-width:760px!important;
    min-height:360px!important;
    max-height:460px!important;
    aspect-ratio:1.55/1!important;
    margin:0 auto!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-human-copy{
    max-width:760px!important;
    margin:0 auto!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-human-copy h2{
    font-size:42px!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-human-points{
    flex-wrap:wrap!important;
  }
}

/* Preserve desktop rhythm without allowing section text to overlap imagery. */
@media(min-width:1181px){
  body.cg-stitch-experience #screen-home .cg-home-human-grid{
    grid-template-columns:minmax(420px,.9fr) minmax(0,1.1fr)!important;
    gap:50px!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-human-focus{
    min-height:360px!important;
    max-height:420px!important;
  }
}

/* Intermediate header tightening */
@media(min-width:901px) and (max-width:1180px){
  body.cg-stitch-experience #screen-home .cg-home-nav{
    padding-left:22px!important;
    padding-right:22px!important;
    gap:14px!important;
  }
  body.cg-stitch-experience #screen-home .nav-links{
    gap:16px!important;
  }
  body.cg-stitch-experience #screen-home .nav-links a{
    font-size:12px!important;
  }
  body.cg-stitch-experience #screen-home .nav-cta{
    gap:7px!important;
  }
  body.cg-stitch-experience #screen-home .nav-cta .btn{
    padding:0 13px!important;
  }
}

/* Ensure badges wrap instead of colliding. */
body.cg-stitch-experience #screen-home .cg-home-human-points{
  flex-wrap:wrap!important;
}
body.cg-stitch-experience #screen-home .cg-home-human-points span{
  white-space:normal!important;
}

/* Mobile remains stacked and clean. */
@media(max-width:760px){
  body.cg-stitch-experience #screen-home .cg-home-human-section{
    padding-left:16px!important;
    padding-right:16px!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-human-grid{
    grid-template-columns:1fr!important;
    gap:22px!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-human-focus{
    width:100%!important;
    max-width:none!important;
    min-height:260px!important;
    max-height:340px!important;
    aspect-ratio:1.05/1!important;
  }
  body.cg-stitch-experience #screen-home .cg-home-human-copy h2{
    font-size:34px!important;
    line-height:1.08!important;
  }
}
