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

#sl-team-page{
  --navy:#0A183A;
  --blue:#213368;
  --yellow:#FDB913;
  --yellow-soft:#FFD968;
  --ink:#232526;
  --muted:#62656D;
  --soft:#EBEFF5;
  --soft-2:#F7F9FB;
  --line:#E1E6EE;
  --white:#FFFFFF;
  --shadow:0 18px 46px rgba(10,24,58,.12);
  --radius:24px;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  overflow:hidden;
  background:#fff;
  color:var(--ink);
  font-family:"Poppins","Inter",Arial,sans-serif!important;
  -webkit-font-smoothing:antialiased;
}
#sl-team-page,#sl-team-page *{box-sizing:border-box}
#sl-team-page img{display:block;max-width:100%}
#sl-team-page h1,#sl-team-page h2,#sl-team-page h3,#sl-team-page p,#sl-team-page figure{margin:0!important;font-family:inherit!important}
#sl-team-page a{text-decoration:none!important}
#sl-team-page .stage{width:min(1280px,calc(100% - 64px));margin:0 auto;position:relative}
#sl-team-page .section-label,#sl-team-page .eyebrow{
  display:inline-flex;align-items:center;gap:10px;padding:10px 15px;border-radius:999px;background:#fff;
  box-shadow:0 7px 22px rgba(10,24,58,.07);font-size:12px!important;line-height:1!important;font-weight:600!important;
  letter-spacing:.04em;color:#44484F;text-transform:uppercase
}
#sl-team-page .eyebrow-lines,#sl-team-page .label-lines{
  width:30px;height:14px;flex:none;display:inline-block;background:
  linear-gradient(var(--yellow),var(--yellow)) 0 1px/28px 2px no-repeat,
  linear-gradient(var(--yellow),var(--yellow)) 9px 6px/20px 2px no-repeat,
  linear-gradient(#C5CAD2,#C5CAD2) 3px 11px/15px 2px no-repeat
}
#sl-team-page .section-label.centered{margin-inline:auto}
#sl-team-page .btn{
  display:inline-flex;align-items:center;gap:13px;min-height:56px;padding:7px 23px 7px 7px;border-radius:11px;
  background:var(--blue);color:#fff!important;font-size:14px!important;font-weight:700!important;line-height:1!important;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease
}
#sl-team-page .btn:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(33,51,104,.2)}
#sl-team-page .btn-icon{width:42px;height:42px;border-radius:8px;background:#fff;color:var(--navy);display:grid;place-items:center;font-size:24px;line-height:1}
#sl-team-page .btn-light{background:#fff;color:var(--blue)!important}
#sl-team-page .btn-light .btn-icon{background:var(--blue);color:#fff}
#sl-team-page .reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s cubic-bezier(.22,.61,.36,1)}
#sl-team-page .reveal.is-visible{opacity:1;transform:none}

/* Hero */
#sl-team-page .team-hero{position:relative;padding:76px 0 0;background:linear-gradient(180deg,#fff 0%,#fff 72%,var(--soft-2) 100%)}
#sl-team-page .hero-grid{min-height:675px;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(500px,.98fr);align-items:center;gap:50px}
#sl-team-page .hero-copy{padding:34px 0 76px}
#sl-team-page .hero-copy h1{max-width:710px;margin-top:27px!important;color:var(--navy)!important;font-size:clamp(44px,4.4vw,68px)!important;line-height:1.08!important;letter-spacing:-.045em!important;font-weight:400!important}
#sl-team-page .hero-copy h1 strong{font-weight:800!important}
#sl-team-page .hero-lead{max-width:660px;margin-top:28px!important;color:var(--muted)!important;font-size:17px!important;line-height:1.72!important}
#sl-team-page .hero-actions{display:flex;align-items:center;gap:26px;margin-top:34px}
#sl-team-page .text-link{display:inline-flex;align-items:center;gap:8px;color:var(--blue)!important;font-size:14px!important;font-weight:700!important}
#sl-team-page .text-link:hover{color:var(--navy)!important}
#sl-team-page .approval-chip{display:inline-flex;align-items:center;gap:12px;margin-top:45px;padding:10px 16px 10px 10px;border:1px solid #E7EAF0;border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(10,24,58,.06)}
#sl-team-page .approval-mark{width:38px;height:38px;border-radius:10px;background:var(--soft);color:var(--blue);display:grid;place-items:center;font-size:18px;font-weight:800}
#sl-team-page .approval-chip b,#sl-team-page .approval-chip small{display:block}
#sl-team-page .approval-chip b{font-size:12px;line-height:1.3;color:#32353B}
#sl-team-page .approval-chip small{margin-top:2px;color:#777A82;font-size:10px;letter-spacing:.06em}
#sl-team-page .hero-portraits{position:relative;height:560px}
#sl-team-page .hero-shape{position:absolute;right:8px;top:20px;width:430px;height:500px;border-radius:90px 24px 90px 24px;background:var(--yellow);transform:rotate(2deg)}
#sl-team-page .hero-shape:before,#sl-team-page .hero-shape:after{content:"";position:absolute;left:-105px;width:320px;height:7px;border-radius:20px;background:rgba(255,255,255,.48);transform:rotate(18deg)}
#sl-team-page .hero-shape:before{top:330px;box-shadow:0 18px 0 rgba(255,255,255,.48),0 36px 0 rgba(255,255,255,.48)}
#sl-team-page .hero-shape:after{top:90px;left:250px;width:220px;background:rgba(10,24,58,.08);box-shadow:0 18px 0 rgba(10,24,58,.08)}
#sl-team-page .portrait-card{position:absolute;overflow:hidden;background:#fff;border:8px solid #fff;box-shadow:0 20px 38px rgba(10,24,58,.18);z-index:2}
#sl-team-page .portrait-card img{width:100%;height:100%;object-fit:cover}
#sl-team-page .portrait-card figcaption{position:absolute;left:8px;right:8px;bottom:8px;padding:10px 12px;border-radius:11px;background:rgba(10,24,58,.88);backdrop-filter:blur(8px);color:#fff}
#sl-team-page .portrait-card figcaption b,#sl-team-page .portrait-card figcaption span{display:block}
#sl-team-page .portrait-card figcaption b{font-size:13px;line-height:1.2}
#sl-team-page .portrait-card figcaption span{margin-top:2px;color:#D7DEEF;font-size:9px;line-height:1.25}
#sl-team-page .portrait-ryan{left:4px;top:42px;width:205px;height:244px;border-radius:28px 28px 66px 28px;transform:rotate(-3deg)}
#sl-team-page .portrait-josh{right:28px;top:18px;width:232px;height:276px;border-radius:66px 28px 28px 28px;transform:rotate(2.2deg)}
#sl-team-page .portrait-stefan{left:60px;bottom:16px;width:214px;height:244px;border-radius:28px 28px 28px 66px;transform:rotate(2.2deg)}
#sl-team-page .portrait-gary{right:0;bottom:6px;width:225px;height:258px;border-radius:28px 66px 28px 28px;transform:rotate(-2.4deg)}
#sl-team-page .hero-band{display:grid;grid-template-columns:repeat(3,1fr);border-radius:26px 26px 0 0;background:var(--navy);color:#fff;overflow:hidden;box-shadow:0 -10px 34px rgba(10,24,58,.12)}
#sl-team-page .hero-band>div{position:relative;min-height:146px;padding:27px 34px 24px;border-right:1px solid rgba(255,255,255,.13)}
#sl-team-page .hero-band>div:last-child{border-right:0}
#sl-team-page .hero-band span{position:absolute;right:24px;top:20px;color:rgba(255,255,255,.13);font-size:42px;font-weight:800}
#sl-team-page .hero-band strong,#sl-team-page .hero-band small{display:block;position:relative;z-index:1}
#sl-team-page .hero-band strong{font-size:22px;letter-spacing:-.025em}
#sl-team-page .hero-band small{margin-top:6px;color:#C9D2E7;font-size:12px}

/* Experience */
#sl-team-page .experience-section{padding:118px 0 126px;background:var(--soft-2)}
#sl-team-page .experience-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.96fr);gap:78px;align-items:center}
#sl-team-page .experience-media{position:relative;min-height:510px}
#sl-team-page .experience-media>img{width:100%;height:510px;object-fit:cover;border-radius:28px;box-shadow:var(--shadow)}
#sl-team-page .experience-media:before{content:"";position:absolute;left:-28px;bottom:-28px;width:160px;height:160px;border-radius:26px;background:var(--yellow);z-index:-1}
#sl-team-page .media-note{position:absolute;right:-24px;bottom:30px;width:260px;padding:20px 22px;border-radius:16px;background:#fff;box-shadow:0 16px 36px rgba(10,24,58,.15)}
#sl-team-page .media-note b,#sl-team-page .media-note span{display:block}
#sl-team-page .media-note b{color:var(--navy);font-size:14px}
#sl-team-page .media-note span{margin-top:4px;color:var(--muted);font-size:11px}
#sl-team-page .experience-copy h2,#sl-team-page .team-heading h2,#sl-team-page .why-heading h2,#sl-team-page .contact-copy h2{margin-top:25px!important;font-size:clamp(36px,3.6vw,52px)!important;line-height:1.16!important;letter-spacing:-.04em!important;font-weight:800!important;text-transform:uppercase}
#sl-team-page .experience-copy h2{color:var(--ink)!important}
#sl-team-page .experience-copy h2 span,#sl-team-page .team-heading h2 span,#sl-team-page .why-heading h2 span,#sl-team-page .contact-copy h2 span{color:var(--yellow)}
#sl-team-page .experience-copy>p{margin-top:22px!important;color:var(--muted)!important;font-size:15px!important;line-height:1.78!important}
#sl-team-page .experience-points{display:grid;gap:14px;margin-top:30px}
#sl-team-page .experience-points>div{display:flex;gap:13px;align-items:flex-start;padding:14px 16px;border:1px solid var(--line);border-radius:14px;background:#fff}
#sl-team-page .point-icon{width:30px;height:30px;flex:none;border-radius:9px;background:var(--soft);color:var(--blue);display:grid;place-items:center;font-size:13px;font-weight:800}
#sl-team-page .experience-points b,#sl-team-page .experience-points small{display:block}
#sl-team-page .experience-points b{font-size:13px;color:#32353B}
#sl-team-page .experience-points small{margin-top:3px;color:#767981;font-size:11px;line-height:1.45}

/* Team */
#sl-team-page .team-section{padding:120px 0 128px;background:#fff}
#sl-team-page .team-heading{text-align:center;max-width:830px;margin:0 auto}
#sl-team-page .team-heading .section-label{display:flex;width:max-content}
#sl-team-page .team-heading h2{color:var(--ink)!important}
#sl-team-page .team-heading>p{max-width:690px;margin:22px auto 0!important;color:var(--muted)!important;font-size:15px!important;line-height:1.7!important}
#sl-team-page .profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:58px}
#sl-team-page .profile-card{display:grid;grid-template-columns:190px 1fr;min-height:390px;border:1px solid #E8EBF0;border-radius:24px;background:#fff;overflow:hidden;box-shadow:0 14px 34px rgba(10,24,58,.07);transition:transform .25s ease,box-shadow .25s ease}
#sl-team-page .profile-card:hover{transform:translateY(-4px);box-shadow:0 22px 44px rgba(10,24,58,.12)}
#sl-team-page .profile-photo{position:relative;min-height:100%;background:var(--soft)}
#sl-team-page .profile-photo:after{content:"";position:absolute;left:0;right:0;bottom:0;height:34%;background:linear-gradient(180deg,transparent,rgba(10,24,58,.18))}
#sl-team-page .profile-photo img{width:100%;height:100%;min-height:390px;object-fit:cover}
#sl-team-page .profile-body{position:relative;padding:31px 30px 29px}
#sl-team-page .profile-number{position:absolute;right:26px;top:18px;color:#EDF0F5;font-size:42px;font-weight:800;line-height:1}
#sl-team-page .profile-body h3{position:relative;color:var(--navy)!important;font-size:25px!important;line-height:1.2!important;letter-spacing:-.03em!important;font-weight:700!important;padding-right:45px}
#sl-team-page .profile-role{position:relative;margin-top:7px;color:var(--yellow);font-size:11px;font-weight:700;line-height:1.45;text-transform:uppercase;letter-spacing:.035em}
#sl-team-page .profile-body p{margin-top:19px!important;color:var(--muted)!important;font-size:12px!important;line-height:1.72!important}
#sl-team-page .profile-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:20px}
#sl-team-page .profile-tags span{padding:7px 9px;border-radius:999px;background:var(--soft);color:#515761;font-size:9px;font-weight:600;line-height:1.25}


#sl-team-page .profile-photo-caleb img{object-position:center 18%}

/* Why */
#sl-team-page .why-section{padding:116px 0 122px;background:var(--navy);color:#fff}
#sl-team-page .section-label.on-dark{background:rgba(255,255,255,.08);box-shadow:none;color:#fff}
#sl-team-page .why-heading{max-width:850px}
#sl-team-page .why-heading h2{color:#fff!important}
#sl-team-page .why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:52px}
#sl-team-page .why-card{min-height:275px;padding:29px 28px 31px;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:rgba(255,255,255,.055)}
#sl-team-page .why-index{color:var(--yellow);font-size:12px;font-weight:800;letter-spacing:.08em}
#sl-team-page .why-card h3{margin-top:38px!important;color:#fff!important;font-size:22px!important;line-height:1.3!important;letter-spacing:-.025em!important;font-weight:700!important}
#sl-team-page .why-card p{margin-top:14px!important;color:#C7CFE1!important;font-size:12px!important;line-height:1.7!important}

/* Contact */
#sl-team-page .contact-section{padding:92px 0 106px;background:var(--soft-2)}
#sl-team-page .contact-card{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:55px 62px;border-radius:28px;background:var(--yellow);overflow:hidden}
#sl-team-page .contact-card:after{content:"";position:absolute;width:310px;height:310px;border-radius:50%;right:140px;top:-180px;border:42px solid rgba(255,255,255,.16)}
#sl-team-page .contact-copy{position:relative;z-index:1;max-width:760px}
#sl-team-page .contact-copy .section-label{box-shadow:none}
#sl-team-page .contact-copy h2{color:var(--navy)!important}
#sl-team-page .contact-copy h2 span{color:#fff}
#sl-team-page .contact-copy p{max-width:680px;margin-top:18px!important;color:#4D4635!important;font-size:14px!important;line-height:1.7!important}
#sl-team-page .contact-card .btn{position:relative;z-index:2;flex:none}

@media (max-width:1100px){
  #sl-team-page .stage{width:min(100% - 44px,1040px)}
  #sl-team-page .hero-grid{grid-template-columns:1fr 470px;gap:24px}
  #sl-team-page .hero-portraits{transform:scale(.9);transform-origin:center right}
  #sl-team-page .profile-card{grid-template-columns:160px 1fr}
  #sl-team-page .profile-photo img{min-height:420px}
  #sl-team-page .experience-grid{gap:52px}
}

@media (max-width:900px){
  #sl-team-page .team-hero{padding-top:42px}
  #sl-team-page .hero-grid{grid-template-columns:1fr;gap:10px;padding-bottom:20px}
  #sl-team-page .hero-copy{padding:25px 0 15px;text-align:center}
  #sl-team-page .hero-copy h1,#sl-team-page .hero-lead{margin-left:auto!important;margin-right:auto!important}
  #sl-team-page .eyebrow{margin-inline:auto}
  #sl-team-page .hero-actions{justify-content:center}
  #sl-team-page .approval-chip{margin-left:auto;margin-right:auto}
  #sl-team-page .hero-portraits{width:min(560px,100%);height:520px;margin:0 auto;transform:none}
  #sl-team-page .hero-band{margin-top:10px}
  #sl-team-page .experience-grid{grid-template-columns:1fr;gap:62px}
  #sl-team-page .experience-media{width:min(680px,100%);margin:0 auto}
  #sl-team-page .experience-copy{text-align:center}
  #sl-team-page .experience-copy .section-label{margin-inline:auto}
  #sl-team-page .experience-points{text-align:left;max-width:680px;margin-left:auto;margin-right:auto}
  #sl-team-page .profile-grid{grid-template-columns:1fr;max-width:820px;margin-left:auto;margin-right:auto}
  #sl-team-page .profile-card{grid-template-columns:220px 1fr}
  #sl-team-page .profile-photo img{min-height:390px}
  #sl-team-page .why-grid{grid-template-columns:1fr;max-width:760px}
  #sl-team-page .why-card{min-height:0}
  #sl-team-page .contact-card{padding:50px 44px}
}

@media (max-width:700px){
  #sl-team-page .stage{width:calc(100% - 28px)}
  #sl-team-page .team-hero{padding-top:28px}
  #sl-team-page .hero-copy{padding-top:18px}
  #sl-team-page .hero-copy h1{font-size:clamp(40px,12vw,56px)!important;line-height:1.07!important;margin-top:22px!important}
  #sl-team-page .hero-lead{font-size:16px!important;line-height:1.65!important;margin-top:22px!important}
  #sl-team-page .hero-actions{flex-direction:column;gap:17px;margin-top:27px}
  #sl-team-page .approval-chip{margin-top:32px;text-align:left}
  #sl-team-page .hero-portraits{height:450px;margin-top:8px}
  #sl-team-page .hero-shape{width:78%;height:400px;right:4%;top:18px;border-radius:58px 22px 58px 22px}
  #sl-team-page .portrait-card{border-width:6px}
  #sl-team-page .portrait-card figcaption{display:none}
  #sl-team-page .portrait-ryan{left:1%;top:42px;width:37%;height:176px;border-radius:22px 22px 50px 22px}
  #sl-team-page .portrait-josh{right:4%;top:18px;width:43%;height:204px;border-radius:50px 22px 22px 22px}
  #sl-team-page .portrait-stefan{left:10%;bottom:28px;width:39%;height:184px;border-radius:22px 22px 22px 50px}
  #sl-team-page .portrait-gary{right:0;bottom:18px;width:41%;height:194px;border-radius:22px 50px 22px 22px}
  #sl-team-page .hero-band{grid-template-columns:1fr;border-radius:20px 20px 0 0}
  #sl-team-page .hero-band>div{min-height:100px;padding:22px 24px;border-right:0;border-bottom:1px solid rgba(255,255,255,.13)}
  #sl-team-page .hero-band>div:last-child{border-bottom:0}
  #sl-team-page .hero-band span{font-size:32px;right:20px;top:18px}
  #sl-team-page .experience-section,#sl-team-page .team-section,#sl-team-page .why-section{padding:84px 0}
  #sl-team-page .experience-media{min-height:0}
  #sl-team-page .experience-media>img{height:380px}
  #sl-team-page .media-note{right:12px;bottom:14px;width:230px}
  #sl-team-page .experience-media:before{left:-10px;bottom:-14px;width:110px;height:110px}
  #sl-team-page .experience-copy h2,#sl-team-page .team-heading h2,#sl-team-page .why-heading h2,#sl-team-page .contact-copy h2{font-size:clamp(32px,9vw,42px)!important}
  #sl-team-page .experience-copy>p,#sl-team-page .team-heading>p{font-size:15px!important}
  #sl-team-page .profile-grid{margin-top:42px}
  #sl-team-page .profile-card{display:block}
  #sl-team-page .profile-photo{height:320px}
  #sl-team-page .profile-photo img{height:320px;min-height:0;object-position:center 24%}
  #sl-team-page .profile-photo-caleb img{object-position:center 18%}
  #sl-team-page .profile-body{padding:28px 24px 26px}
  #sl-team-page .profile-body h3{font-size:25px!important}
  #sl-team-page .profile-body p{font-size:13px!important;line-height:1.72!important}
  #sl-team-page .profile-tags span{font-size:10px}
  #sl-team-page .why-grid{margin-top:38px}
  #sl-team-page .why-card{padding:26px 24px}
  #sl-team-page .contact-section{padding:58px 0 72px}
  #sl-team-page .contact-card{display:block;padding:38px 26px;text-align:center}
  #sl-team-page .contact-copy .section-label{margin-inline:auto}
  #sl-team-page .contact-copy p{font-size:14px!important}
  #sl-team-page .contact-card .btn{margin-top:30px}
}

@media (max-width:420px){
  #sl-team-page .stage{width:calc(100% - 22px)}
  #sl-team-page .section-label,#sl-team-page .eyebrow{font-size:10px!important;padding:9px 12px}
  #sl-team-page .hero-portraits{height:405px}
  #sl-team-page .portrait-ryan{height:158px}
  #sl-team-page .portrait-josh{height:184px}
  #sl-team-page .portrait-stefan{height:165px}
  #sl-team-page .portrait-gary{height:174px}
  #sl-team-page .experience-media>img{height:320px}
  #sl-team-page .media-note{position:relative;right:auto;bottom:auto;width:calc(100% - 22px);margin:-38px auto 0}
  #sl-team-page .profile-photo,#sl-team-page .profile-photo img{height:290px}
}

@media (prefers-reduced-motion:reduce){
  #sl-team-page .reveal{opacity:1!important;transform:none!important;transition:none!important}
  #sl-team-page .profile-card,#sl-team-page .btn{transition:none!important}
}
