*{box-sizing:border-box;margin:0;padding:0}
:root{
  --tc:#c45a2e;
  --tcd:#9a3f1f;
  --tcbg:#f5e8df;
  --tcl:#e8956f;
  --blue:#2b5f8a;
  --blue-bg:#e4eef6;
  --blue-light:#5a8fb8;
  --bg:#faf9f6;
  --bg2:#f3f0ea;
  --bg-card:#ffffff;
  --border:#e8e4dc;
  --text:#1c1c1a;
  --muted:#6b6560;
  --font:"Inter",system-ui,-apple-system,sans-serif;
  --font-serif:"Playfair Display",Georgia,"Times New Roman",serif;
  --radius-md:8px;
  --radius-lg:12px;
  --section-head-max:980px;
  --section-sub-max:880px;
  --ctl-header-h:4.25rem
}

html{
  scroll-behavior:smooth;
  scroll-padding-top:calc(var(--ctl-header-h) + .75rem)
}

#executive-roles,
#framework,
#synebra-interviews,
#process-brain-apps,
#methodology,
#insights,
#contact{
  scroll-margin-top:calc(var(--ctl-header-h) + .75rem)
}

body{
  font-family:var(--font);
  background:var(--bg);
  color:var(--text);
  max-width:860px;
  margin:0 auto;
  line-height:1.6;
  -webkit-font-smoothing:antialiased
}

/* Defer layout/paint for below-fold sections */
.hero-quote-banner,
.exec-roles,
.hiw,
.s3,
.why-synebra,
.pb-orbit,
.s5,
.insights,
.s6{
  content-visibility:auto;
  contain-intrinsic-size:auto 600px
}

.serif{font-family:var(--font-serif);font-weight:500}
.accent{color:var(--tc)}

.div{border:none;border-top:0.5px solid var(--border);margin:0 2.5rem}
.cta-row{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.btn-p{background:var(--tc);color:#fff;border:none;padding:13px 32px;border-radius:var(--radius-md);font-size:15px;font-weight:500;cursor:pointer;text-decoration:none;display:inline-block;transition:opacity .15s}
.btn-p:hover{opacity:.86}
.btn-g{background:var(--bg-card);border:0.5px solid var(--border);color:var(--text);padding:13px 32px;border-radius:var(--radius-md);font-size:15px;font-weight:500;cursor:pointer;text-decoration:none;display:inline-block;transition:background .15s}
.btn-g:hover{background:var(--bg2)}

/* TOP BAR */
.ctl-top{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:1000;
  padding:.75rem clamp(1.25rem,4vw,2.5rem);
  background:rgba(250,249,246,.88);
  backdrop-filter:saturate(180%) blur(12px);
  -webkit-backdrop-filter:saturate(180%) blur(12px);
  border-bottom:0.5px solid rgba(232,228,220,.95);
  box-shadow:0 8px 28px rgba(28,28,26,.07)
}
.ctl-top-inner{max-width:1320px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.ctl-brand{display:inline-flex;align-items:center;gap:.45rem;font-size:15px;font-weight:500;letter-spacing:.03em;color:var(--text);text-decoration:none;flex-shrink:0}
.ctl-brand:hover{opacity:.85}
.ctl-brand img{width:24px;height:24px;object-fit:contain;flex-shrink:0}
.ctl-top-end{display:flex;align-items:center;gap:.65rem;margin-left:auto;flex-shrink:0}
.ctl-nav{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:.2rem .65rem}
.ctl-nav-toggle{
  display:none;
  align-items:center;
  justify-content:center;
  width:2.5rem;
  height:2.5rem;
  padding:0;
  border:0.5px solid var(--border);
  border-radius:var(--radius-md);
  background:var(--bg-card);
  color:var(--text);
  cursor:pointer;
  flex-shrink:0
}
.ctl-nav-toggle svg{width:20px;height:20px;display:block;stroke-width:1.75}
.ctl-nav-toggle-icon{display:inline-flex;align-items:center;justify-content:center}
.ctl-nav-toggle-icon--close{display:none}
body.ctl-nav-open .ctl-nav-toggle-icon--menu{display:none}
body.ctl-nav-open .ctl-nav-toggle-icon--close{display:inline-flex}
.ctl-nav-toggle:hover{background:var(--bg2)}
.ctl-nav-link{font-size:12.5px;font-weight:500;color:var(--muted);text-decoration:none;padding:.4rem .45rem;border-radius:var(--radius-md);white-space:nowrap}
.ctl-nav-link:hover{color:var(--tc)}
.ctl-nav-cta{background:var(--tc);color:#fff;padding:.45rem .85rem}
.ctl-nav-cta:hover{color:#fff;opacity:.88}
.ctl-lang{
  display:inline-flex;
  align-items:center;
  gap:.15rem;
  padding:.2rem;
  border-radius:999px;
  border:0.5px solid var(--border);
  background:var(--bg-card);
  flex-shrink:0
}
.ctl-lang-link{
  font-size:11.5px;
  font-weight:600;
  letter-spacing:.04em;
  color:var(--muted);
  text-decoration:none;
  padding:.35rem .55rem;
  border-radius:999px;
  line-height:1
}
.ctl-lang-link:hover{color:var(--tc)}
.ctl-lang-link.is-active{background:var(--tc);color:#fff}
.site-footer-lang{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:.15rem;
  margin-bottom:.85rem
}
.site-footer-lang .ctl-lang-link{font-size:12px;padding:.4rem .65rem}

/* HERO */
.hero{
  width:100vw;
  margin-left:calc(50% - 50vw);
  padding:var(--ctl-header-h) clamp(1.25rem,4vw,3rem) 0;
  background:var(--bg)
}
.hero-inner{
  max-width:1320px;
  margin:0 auto;
  width:100%
}
.hero-stage{
  position:relative;
  min-height:clamp(380px,42vw,500px);
  display:flex;
  align-items:center;
  margin-bottom:0
}
.hero-visual{
  position:absolute;
  top:0;
  right:calc(-1 * clamp(1.25rem,4vw,3rem));
  bottom:0;
  left:18%;
  margin:0;
  line-height:0;
  overflow:hidden;
  border-radius:var(--radius-lg) 0 0 var(--radius-lg)
}
.hero-visual img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:68% center;
  display:block
}
.hero-stage::before{
  content:"";
  position:absolute;
  inset:0;
  right:calc(-1 * clamp(1.25rem,4vw,3rem));
  z-index:1;
  pointer-events:none;
  border-radius:var(--radius-lg) 0 0 var(--radius-lg);
  background:linear-gradient(
    105deg,
    var(--bg) 0%,
    var(--bg) 16%,
    rgba(250,249,246,.94) 24%,
    rgba(250,249,246,.55) 32%,
    rgba(250,249,246,.12) 40%,
    transparent 48%
  )
}
.hero-copy{
  position:relative;
  z-index:2;
  text-align:left;
  max-width:min(34rem,48%);
  padding:clamp(.75rem,1.5vh,1.25rem) 0
}
.hero-eyebrow{
  font-size:11px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--tc);
  font-weight:500;
  margin-bottom:clamp(1.25rem,2.5vh,1.75rem)
}
.hero-headline{
  font-size:clamp(28px,3.4vw,46px);
  font-weight:500;
  line-height:1.16;
  letter-spacing:-.015em;
  color:var(--text);
  margin-bottom:clamp(1.5rem,3vh,2.25rem)
}
.hero-headline-em{
  display:block;
  margin-top:.45em;
  color:var(--tc);
  font-style:italic;
  font-weight:500
}
.hero-support{
  font-size:clamp(15px,1.25vw,17px);
  color:var(--muted);
  line-height:1.72;
  max-width:32em;
  margin-bottom:clamp(1.75rem,3vh,2.25rem)
}
.hero-cta{justify-content:flex-start}
.hero-values{
  list-style:none;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  padding-top:0;
  border-top:0.5px solid var(--border)
}
.hero-value{
  padding:clamp(.85rem,1.5vh,1.1rem) clamp(1.15rem,2.5vw,1.75rem) clamp(.9rem,1.5vh,1.15rem)
}
.hero-value-title{
  font-size:13px;
  font-weight:600;
  color:var(--text);
  line-height:1.35;
  margin-bottom:.45rem
}
.hero-value-desc{
  font-size:12px;
  color:var(--muted);
  line-height:1.6
}
.hero-value:not(:first-child){
  border-left:0.5px solid var(--border)
}
@media(max-width:960px){
  .hero{padding:var(--ctl-header-h) 0 0}
  .hero-stage{
    min-height:auto;
    flex-direction:column;
    align-items:stretch;
    gap:1.25rem;
    margin-bottom:0
  }
  .hero-stage::before{display:none}
  .hero-visual{
    position:relative;
    inset:auto;
    order:-1;
    width:100%;
    right:auto;
    left:auto;
    height:clamp(240px,58vw,320px);
    border-radius:0;
    overflow:hidden
  }
  .hero-visual img{
    object-fit:cover;
    object-position:82% 78%;
    transform:scale(1.35);
    transform-origin:82% 80%
  }
  .hero-copy{
    width:95%;
    max-width:95%;
    margin-inline:auto;
    padding:0;
    text-align:center
  }
  .hero-support{margin-left:auto;margin-right:auto}
  .hero-cta{justify-content:center;margin-bottom:.25rem}
  .hero-values{
    grid-template-columns:1fr;
    text-align:center;
    width:100vw;
    max-width:none;
    margin:1rem calc(50% - 50vw) 0;
    padding:0 clamp(1rem,4vw,1.5rem);
    background:var(--bg2);
    border-top:0.5px solid var(--border)
  }
  .hero-value{
    padding:1.25rem clamp(.75rem,3vw,1.25rem) 1.35rem;
    text-align:center
  }
  .hero-value-title{
    font-size:15px;
    margin-bottom:.55rem
  }
  .hero-value-desc{
    font-size:14px;
    line-height:1.65;
    max-width:22rem;
    margin-inline:auto
  }
  .hero-value:not(:first-child){
    border-left:none;
    border-top:0.5px solid rgba(232,228,220,.85);
    padding-top:1.35rem
  }
}
@media(max-width:580px){
  .hero-visual{height:clamp(220px,62vw,300px)}
  .hero-visual img{
    object-position:80% 80%;
    transform:scale(1.45);
    transform-origin:80% 82%
  }
  .hero-headline{font-size:clamp(26px,7.5vw,34px)}
  .hero-value{padding:1.35rem clamp(.75rem,3vw,1.25rem) 1.45rem}
  .hero-value-title{font-size:16px}
  .hero-value-desc{font-size:14px;line-height:1.7;max-width:20rem}
}

/* BANNER */
.img-banner{width:100%;display:block;line-height:0;background:var(--bg)}
.img-banner img{width:100%;display:block;object-fit:cover;max-height:320px}

/* SECTION QUOTE BANNER */
.hero-quote-banner{
  background:linear-gradient(145deg,var(--tcd),var(--tc));
  width:100vw;
  margin-left:calc(50% - 50vw);
  padding:clamp(2rem,4vh,2.75rem) clamp(1.25rem,4vw,2.5rem);
  text-align:center
}
.hero-quote-banner .hero-quote{
  font-family:var(--font-serif);
  font-size:clamp(22px,3.8vw,34px);
  font-weight:500;
  color:#fff;
  line-height:1.3;
  margin-bottom:.5rem;
  max-width:var(--section-head-max);
  margin-inline:auto
}
.hero-quote-banner .hero-attr{
  font-size:13px;
  color:rgba(255,255,255,.85);
  letter-spacing:.03em;
  margin-bottom:0
}

/* S3 HOW IT WORKS */
.hiw{
  width:100vw;
  margin-left:calc(50% - 50vw);
  padding:clamp(3rem,6vh,4.5rem) clamp(1.25rem,4vw,2.5rem);
  background:var(--bg);
  border-top:0.5px solid var(--border)
}
.hiw-inner{
  max-width:1320px;
  margin:0 auto;
  width:100%
}
.hiw-head{
  text-align:center;
  max-width:var(--section-head-max);
  margin:0 auto clamp(2rem,4vh,2.75rem)
}
.hiw-kicker{
  font-size:11px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--tc);
  font-weight:500;
  margin-bottom:1rem
}
.hiw-title{
  font-size:clamp(26px,3.6vw,40px);
  font-weight:600;
  line-height:1.15;
  color:var(--text);
  margin-bottom:1rem
}
.hiw-sub{
  font-size:clamp(15px,1.3vw,17px);
  color:var(--muted);
  line-height:1.7
}
.hiw-steps-wrap{
  position:relative;
  margin-bottom:clamp(1.75rem,3vh,2.25rem);
  --hiw-card-overlap:0.85rem;
  --hiw-marker:2.75rem
}
.hiw-steps-rail{
  display:none
}
.hiw-steps{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:clamp(.85rem,1.5vw,1.15rem);
  align-items:stretch
}
.hiw-step{
  position:relative;
  display:flex;
  flex-direction:column;
  height:100%;
  min-width:0
}
.hiw-step-media{
  position:relative;
  z-index:0;
  margin:0;
  line-height:0;
  border-radius:var(--radius-lg) var(--radius-lg) 0 0;
  overflow:visible;
  background:var(--bg2);
  flex-shrink:0
}
.hiw-step-media img{
  width:100%;
  height:auto;
  display:block;
  vertical-align:top;
  border-radius:var(--radius-lg) var(--radius-lg) 0 0
}
.hiw-step-marker{
  position:absolute;
  top:0;
  left:50%;
  transform:translate(-50%,-50%);
  z-index:3;
  width:var(--hiw-marker);
  height:var(--hiw-marker);
  border-radius:50%;
  background:var(--tc);
  color:#fff;
  border:3px solid var(--bg-card);
  display:flex;
  align-items:center;
  justify-content:center;
  line-height:0
}
.hiw-step-num{
  font-size:1.05rem;
  font-weight:600;
  line-height:1
}
.hiw-step-card{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  flex:1;
  margin-top:calc(var(--hiw-card-overlap) * -1);
  padding-top:calc(var(--hiw-marker) / 2 + .85rem);
  background:var(--bg-card);
  border:0.5px solid var(--border);
  border-radius:var(--radius-lg);
  padding-right:clamp(.85rem,1.5vw,1.1rem);
  padding-bottom:clamp(1.1rem,2vw,1.25rem);
  padding-left:clamp(.85rem,1.5vw,1.1rem);
  text-align:center;
  box-shadow:0 6px 20px rgba(28,28,26,.05);
  overflow:visible
}
.hiw-step-title{
  font-size:clamp(13px,1.1vw,15px);
  font-weight:600;
  color:var(--text);
  line-height:1.35;
  margin:0
}
.hiw-step-divider{
  width:1.75rem;
  height:2px;
  background:var(--tc);
  border-radius:1px;
  margin:.65rem auto .7rem;
  flex-shrink:0
}
.hiw-step-desc{
  font-size:clamp(11px,.95vw,13px);
  color:var(--muted);
  line-height:1.55;
  margin:0;
  flex:1
}
.hiw-foot{
  text-align:center;
  font-size:clamp(14px,1.2vw,16px);
  color:var(--text);
  font-weight:500;
  line-height:1.55;
  max-width:var(--section-sub-max);
  margin:0 auto
}
.hiw-foot-accent{color:var(--tc)}
@media(max-width:960px){
  .hiw-steps{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hiw-steps-rail{display:none}
}
@media(max-width:720px){
  .hiw{
    background:var(--bg2);
    padding:2.5rem 1rem 2.75rem
  }
  .hiw-steps{
    grid-template-columns:1fr;
    gap:1.35rem;
    max-width:22rem;
    margin-inline:auto
  }
  .hiw-step{
    width:100%;
    max-width:none;
    margin:0
  }
  .hiw-step-media{
    border-radius:var(--radius-lg) var(--radius-lg) 0 0
  }
  .hiw-step-card{
    border-radius:var(--radius-lg);
    padding-top:calc(var(--hiw-marker) / 2 + 1rem);
    padding-right:1.15rem;
    padding-bottom:1.25rem;
    padding-left:1.15rem
  }
  .hiw-step-title{font-size:15px}
  .hiw-step-desc{font-size:13px;line-height:1.6}
  .hiw-foot{padding:0 .5rem;font-size:15px}
}

/* S2 EXECUTIVE ROLES */
.exec-roles{
  width:100vw;
  margin-left:calc(50% - 50vw);
  padding:clamp(3rem,6vh,4.5rem) clamp(1.25rem,4vw,2.5rem);
  background:var(--bg2);
  border-top:0.5px solid var(--border)
}
.exec-roles-inner{
  max-width:1320px;
  margin:0 auto;
  width:100%
}
.exec-roles-head{
  text-align:center;
  max-width:var(--section-head-max);
  margin:0 auto clamp(2rem,4vh,2.75rem)
}
.exec-roles-kicker{
  font-size:11px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--tc);
  font-weight:500;
  margin-bottom:1rem
}
.exec-roles-title{
  font-size:clamp(26px,3.6vw,40px);
  font-weight:500;
  line-height:1.15;
  color:var(--text);
  margin-bottom:1rem
}
.exec-roles-sub{
  font-size:clamp(15px,1.3vw,17px);
  color:var(--muted);
  line-height:1.7
}
.exec-roles-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:clamp(.85rem,1.75vw,1.15rem)
}
.role-card{
  display:flex;
  flex-direction:row;
  align-items:stretch;
  background:var(--bg-card);
  border:0.5px solid var(--border);
  border-radius:var(--radius-lg);
  overflow:hidden;
  min-width:0
}
.role-card-media{
  position:relative;
  overflow:hidden;
  background:var(--bg2);
  flex:1 1 0;
  min-width:0;
  min-height:11rem;
  align-self:stretch
}
.role-card-media img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  /* Crop overflow 1/3 from top, 2/3 from bottom — keep faces/subjects in view */
  object-position:center 33%;
  display:block
}
.role-card--coo .role-card-media img,
.role-card--cco .role-card-media img,
.role-card--cmo .role-card-media img{object-position:center 13%}
.role-card--ceo .role-card-media img{object-position:center 23%}
.role-card-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    to right,
    transparent 0%,
    transparent 30%,
    rgba(255,255,255,.03) 42%,
    rgba(255,255,255,.1) 52%,
    rgba(255,255,255,.22) 62%,
    rgba(255,255,255,.38) 71%,
    rgba(255,255,255,.56) 79%,
    rgba(255,255,255,.74) 86%,
    rgba(255,255,255,.88) 92%,
    var(--bg-card) 100%
  );
  pointer-events:none
}
.role-card-body{
  display:flex;
  flex-direction:column;
  flex:0 0 clamp(13.75rem,36%,17rem);
  width:clamp(13.75rem,36%,17rem);
  min-width:13.75rem;
  max-width:17rem;
  align-self:stretch;
  padding:.75rem .85rem .75rem .45rem;
  min-height:0;
  overflow:visible;
  box-sizing:border-box
}
.role-card-body::before,
.role-card-body::after{
  content:"";
  display:block;
  flex:1 1 0;
  min-height:0
}
.role-card-body::after{flex:2 1 0}
.role-card-badge{
  display:flex;
  align-items:center;
  gap:.65rem;
  margin-bottom:.55rem
}
.role-card-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:2.5rem;
  height:2.5rem;
  border-radius:50%;
  background:var(--tcbg);
  color:var(--tc);
  flex-shrink:0
}
.role-card-icon svg{
  width:1.25rem;
  height:1.25rem;
  stroke-width:1.85
}
.role-card-role{
  font-size:1.125rem;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--tc);
  line-height:1
}
.role-card-lead{
  margin:0 0 .5rem;
  padding:0
}
.role-card-headline{
  display:block;
  font-size:14px;
  font-weight:600;
  color:var(--text);
  line-height:1.35;
  margin-bottom:.4rem;
  overflow-wrap:break-word;
  word-break:break-word
}
.role-card-desc{
  display:block;
  font-size:12px;
  color:var(--muted);
  line-height:1.5;
  margin-bottom:0;
  overflow-wrap:break-word;
  word-break:break-word
}
.role-card-list{
  list-style:none;
  margin:0 0 .45rem;
  padding:0
}
.role-card-list li{
  display:flex;
  align-items:flex-start;
  gap:.35rem;
  font-size:11px;
  color:var(--muted);
  line-height:1.4;
  margin-bottom:.2rem;
  overflow-wrap:break-word;
  word-break:break-word
}
.role-card-list li svg{
  width:.75rem;
  height:.75rem;
  flex-shrink:0;
  margin-top:.12rem;
  color:var(--tc);
  stroke-width:2.5
}
.role-card-link{
  font-size:12px;
  font-weight:500;
  color:var(--tc);
  text-decoration:none
}
.role-card-link:hover{text-decoration:underline}
.exec-roles-quote{
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0;
  padding:clamp(1.75rem,3vw,2.75rem);
  min-height:17.5rem;
  background:transparent;
  border:none;
  border-radius:0
}
.exec-roles-quote-text{
  font-size:clamp(1.35rem,2.2vw,1.85rem);
  font-weight:500;
  line-height:1.38;
  color:var(--text);
  text-align:center;
  max-width:min(36rem,100%);
  margin:0
}
.exec-roles-quote-line1{display:block}
.exec-roles-quote-text em{
  display:block;
  color:var(--tc);
  font-style:italic;
  font-weight:500
}
@media(max-width:1200px){
  .exec-roles-grid{grid-template-columns:1fr}
}
@media(max-width:960px){
  .exec-roles{
    background:var(--bg);
    padding-top:clamp(2.5rem,5vh,3.25rem)
  }
  .exec-roles-grid{
    grid-template-columns:1fr;
    max-width:none;
    margin-inline:0
  }
}
@media(max-width:720px){
  .exec-roles{
    padding-left:0;
    padding-right:0
  }
  .exec-roles-head{
    padding-left:1.15rem;
    padding-right:1.15rem
  }
  .exec-roles-grid{
    grid-template-columns:1fr;
    max-width:none;
    margin-inline:0;
    gap:0
  }
  .role-card{
    display:flex;
    flex-direction:column;
    min-height:0;
    overflow:hidden;
    border-radius:0;
    border-left:0;
    border-right:0
  }
  .role-card-media{
    position:relative;
    width:100%;
    flex:0 0 auto;
    flex-shrink:0;
    aspect-ratio:auto;
    height:clamp(7.75rem,36vw,10.25rem);
    min-width:0;
    min-height:0;
    align-self:auto;
    border-radius:0
  }
  .role-card-media img{
    position:static;
    width:100%;
    height:100%;
    object-fit:cover
  }
  .role-card-media::after{display:none}
  .role-card-body{
    position:relative;
    flex:1 1 auto;
    width:100%;
    max-width:none;
    min-width:0;
    margin:0;
    padding:1.65rem 1.65rem 1.2rem;
    text-align:left;
    align-items:flex-start;
    box-sizing:border-box
  }
  .role-card-body::before,
  .role-card-body::after{display:none}
  .role-card-badge{
    position:absolute;
    top:0;
    left:1.65rem;
    z-index:2;
    transform:translateY(-60%);
    margin-bottom:0;
    gap:.4rem;
    padding:.22rem .6rem .22rem .22rem;
    background:var(--bg-card);
    border:0.5px solid var(--border);
    border-radius:999px;
    box-shadow:0 6px 18px rgba(28,28,26,.1)
  }
  .role-card-icon{
    width:2rem;
    height:2rem
  }
  .role-card-icon svg{
    width:1rem;
    height:1rem
  }
  .role-card-role{font-size:.95rem}
  .role-card-lead{
    margin:0 0 .7rem;
    line-height:1.35
  }
  .role-card-headline,
  .role-card-desc{
    display:inline;
    width:auto;
    max-width:none;
    margin:0;
    font-size:14px;
    line-height:inherit;
    vertical-align:baseline
  }
  .role-card-headline{
    font-weight:600;
    color:var(--text)
  }
  .role-card-desc{
    font-weight:400;
    color:var(--muted)
  }
  .role-card-list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:.15rem .65rem;
    width:100%;
    max-width:none;
    margin:0 0 .85rem;
    padding:0;
    flex:0
  }
  .role-card-list li{
    width:auto;
    min-width:0;
    margin-bottom:0;
    justify-content:flex-start;
    text-align:left
  }
  .role-card-link{align-self:flex-start;margin-top:0}
  .exec-roles-quote{
    min-height:0;
    padding:2rem 1.25rem
  }
  .exec-roles-quote-text{
    font-size:clamp(1.25rem,5.5vw,1.5rem);
    max-width:min(28rem,100%)
  }
}
@media(max-width:400px){
  .exec-roles-quote-line1,
  .exec-roles-quote-text em{display:inline}
}
@media(max-width:580px){
  .exec-roles{
    padding-top:2.5rem;
    padding-bottom:2.75rem
  }
  .exec-roles-head{
    padding-left:1rem;
    padding-right:1rem
  }
  .role-card-body{padding:1.65rem 1.5rem 1.25rem}
  .role-card-badge{left:1.5rem}
  .role-card-headline,
  .role-card-desc{font-size:15px}
  .role-card-list{
    grid-template-columns:1fr;
    gap:.15rem
  }
  .role-card-list li{font-size:12px}
}

/* S2 PROBLEM (legacy) */
.s2{padding:4.5rem 2.5rem;max-width:860px;margin:0 auto;background:var(--bg)}
.s2-inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
@media(max-width:580px){.s2-inner{grid-template-columns:1fr}}
.s2-h{font-size:clamp(22px,3.2vw,34px);color:var(--text);line-height:1.2;margin-bottom:1rem}
.s2-p{font-size:15px;color:var(--muted);line-height:1.75;margin-bottom:1rem}
.s2-stat-card{background:linear-gradient(145deg,var(--tcd),var(--tc));border-radius:var(--radius-lg);padding:1.5rem;height:100%;display:flex;flex-direction:column;justify-content:center}
.s2-stat-icon{color:#fff;line-height:0;margin-bottom:.75rem}
.s2-stat-icon svg{width:32px;height:32px;display:block;stroke-width:1.5}
.s2-stat-over{font-family:var(--font-serif);font-size:clamp(56px,9vw,84px);font-weight:500;color:#fff;line-height:1;margin-bottom:.35rem}
.s2-stat-label-over{font-size:17px;font-weight:500;color:#fff;line-height:1.4;margin-bottom:.25rem}
.s2-stat-sub-over{font-size:15px;color:rgba(255,255,255,.82);line-height:1.5}

/* S3 */
.s3{
  width:100vw;
  margin-left:calc(50% - 50vw);
  background:var(--bg2);
  border-top:0.5px solid var(--border);
  border-bottom:0.5px solid var(--border);
  padding:clamp(3rem,6vh,4.5rem) clamp(1.25rem,4vw,2.5rem)
}
.s3-inner{
  max-width:1320px;
  margin:0 auto;
  width:100%
}
.s3-kicker{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--tc);margin-bottom:1rem;font-weight:500;text-align:center}
.s3-inner>.s5-h{margin-bottom:1rem;text-align:center;max-width:var(--section-head-max);margin-inline:auto}
.s3-p{font-size:15px;color:var(--muted);line-height:1.75;max-width:var(--section-sub-max);margin:0 auto .75rem;text-align:center}
.s3-p strong{color:var(--text);font-weight:500}
.s3-label{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin:1.5rem 0 1rem;font-weight:500;text-align:center}
@media(max-width:720px){
  .s3{
    background:var(--bg);
    padding:2.5rem 1rem 2.75rem
  }
  .s5-h--split .s5-h-line1,
  .s5-h--split em{display:inline}
}
.flow-layout{display:grid;grid-template-columns:1fr 40px 1fr;gap:0;align-items:center;margin-bottom:1.5rem}
@media(max-width:580px){.flow-layout{grid-template-columns:1fr;gap:12px}.flow-arrow-center{display:none}}
.flow-inputs{display:flex;flex-direction:column;gap:12px}
.flow-arrow-center{display:flex;align-items:center;justify-content:center;color:var(--tc)}
.input-card{background:var(--bg-card);border:0.5px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;height:100%}
.input-icon{color:var(--tc);margin-bottom:.75rem;line-height:0}
.input-icon svg{width:28px;height:28px;display:block}
.input-t{font-size:14px;font-weight:500;color:var(--text);margin-bottom:.35rem}
.input-d{font-size:12px;color:var(--muted);line-height:1.55}
.output-card{background:linear-gradient(145deg,var(--tcd),var(--tc));border-radius:var(--radius-lg);padding:1.5rem 1.65rem;height:100%;display:flex;flex-direction:column;justify-content:center}
.output-icon{color:rgba(255,255,255,.9);margin-bottom:.85rem;line-height:0}
.output-icon svg{width:36px;height:36px;display:block;stroke-width:1.5}
.output-t{font-size:clamp(16px,2.2vw,19px);font-weight:500;color:#fff;margin-bottom:.55rem;line-height:1.35}
.output-d{font-size:clamp(13px,1.6vw,15px);color:rgba(255,255,255,.88);line-height:1.55}

/* Process Brain flow infographic */
.pb-flow{margin:clamp(2rem,4vh,2.75rem) 0 0;position:relative}
.pb-flow-diagram{
  display:grid;
  grid-template-columns:minmax(0,1fr) clamp(36px,4vw,52px) minmax(160px,220px) clamp(36px,4vw,52px) minmax(0,1.05fr);
  grid-template-areas:"inputs pipes-in hub pipes-out outputs";
  gap:clamp(.35rem,.8vw,.75rem);
  align-items:center;
  margin-bottom:1rem
}
.pb-flow-inputs{display:flex;flex-direction:column;gap:.85rem;grid-area:inputs}
.pb-flow-pipes--in{
  display:grid;
  grid-template-rows:1fr 1fr;
  gap:.85rem;
  align-items:center;
  align-self:stretch;
  grid-area:pipes-in
}
.pb-flow-pipes--out{
  display:flex;
  align-items:center;
  align-self:stretch;
  grid-area:pipes-out
}
.pb-flow-pipe{
  position:relative;
  overflow:hidden;
  flex-shrink:0
}
.pb-flow-pipe--h{height:2px;width:100%}
.pb-flow-pipe--v{width:2px;height:2.25rem;margin-inline:auto}
.pb-flow-pipe--between{height:2rem;margin:.35rem auto .25rem}
.pb-flow-pipe--stack{display:none}
.pb-flow-pipe-track{
  position:absolute;
  inset:0;
  opacity:.55;
  border-radius:0
}
.pb-flow-pipe--h .pb-flow-pipe-track{
  background:repeating-linear-gradient(90deg,var(--tcl) 0 2px,transparent 2px 7px)
}
.pb-flow-pipe--v .pb-flow-pipe-track{
  background:repeating-linear-gradient(180deg,var(--tcl) 0 2px,transparent 2px 7px)
}
.pb-flow-pipe-flow{
  position:absolute;
  pointer-events:none;
  border-radius:1px;
  z-index:1
}
.pb-flow-pipe--h .pb-flow-pipe-flow{
  top:0;
  left:-10px;
  width:10px;
  height:100%;
  background:linear-gradient(90deg,transparent,var(--tc) 50%,transparent);
  animation:pb-flow-x 1.6s linear infinite
}
.pb-flow-pipe--v .pb-flow-pipe-flow{
  top:-10px;
  left:0;
  width:100%;
  height:10px;
  background:linear-gradient(180deg,transparent,var(--tc) 50%,transparent);
  animation:pb-flow-y 1.6s linear infinite
}
.pb-flow-pipe-flow--delay-1{animation-delay:.4s}
.pb-flow-pipe-flow--delay-2{animation-delay:.8s}
.pb-flow-pipe-flow--delay-3{animation-delay:1.2s}
@keyframes pb-flow-x{
  0%{left:-10px;opacity:0}
  8%{opacity:1}
  92%{opacity:1}
  100%{left:calc(100% - 10px);opacity:0}
}
@keyframes pb-flow-y{
  0%{top:-10px;opacity:0}
  8%{opacity:1}
  92%{opacity:1}
  100%{top:calc(100% - 10px);opacity:0}
}
@media (prefers-reduced-motion:reduce){
  .pb-flow-pipe-flow{display:none}
  .pb-orbit-ring{animation:none}
}
.pb-flow-card{
  background:var(--bg-card);
  border:0.5px solid var(--border);
  border-radius:var(--radius-lg);
  padding:1.1rem 1.2rem;
  box-shadow:0 4px 18px rgba(28,28,26,.06)
}
.pb-flow-card-icon{color:var(--tc);margin-bottom:.55rem;line-height:0}
.pb-flow-card-icon svg{display:block}
.pb-flow-card-t{font-size:13px;font-weight:600;color:var(--text);line-height:1.35;margin-bottom:.3rem}
.pb-flow-card-d{font-size:11.5px;color:var(--muted);line-height:1.5}
.pb-flow-hub{
  position:relative;
  margin:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  grid-area:hub;
  overflow:visible
}
.pb-flow-hub-visual{
  position:relative;
  width:min(100%,210px);
  margin-inline:auto
}
.pb-flow-hub-glow{
  position:absolute;
  inset:-18%;
  background:radial-gradient(circle,rgba(232,149,111,.45) 0%,rgba(232,149,111,0) 68%);
  pointer-events:none;
  z-index:0
}
.pb-flow-hub-img{
  position:relative;
  z-index:1;
  width:100%;
  height:auto;
  display:block;
  filter:drop-shadow(0 8px 28px rgba(196,90,46,.28))
}
.pb-flow-pedestal{
  position:relative;
  background:linear-gradient(180deg,#fff 0%,var(--bg2) 100%);
  border:0.5px solid var(--border);
  border-radius:var(--radius-md);
  padding:.55rem 1.1rem .65rem;
  margin-top:-.35rem;
  min-width:132px;
  box-shadow:0 6px 20px rgba(28,28,26,.08)
}
.pb-flow-brand{
  display:block;
  font-family:var(--font-serif);
  font-size:1.05rem;
  font-weight:600;
  line-height:1.2;
  color:var(--text)
}
.pb-flow-tag{
  display:block;
  font-size:8.5px;
  letter-spacing:.14em;
  font-weight:600;
  color:var(--tc);
  margin-top:.15rem
}
.pb-flow-ask{
  font-size:13px;
  font-weight:600;
  color:var(--tc);
  margin-bottom:.75rem;
  line-height:1.3
}
.pb-flow-outputs{grid-area:outputs}
.pb-flow-questions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:.45rem;
  margin-bottom:.35rem
}
.pb-flow-q{
  background:var(--bg-card);
  border:0.5px solid var(--border);
  border-radius:var(--radius-md);
  padding:.5rem .55rem;
  font-size:10.5px;
  font-weight:500;
  color:var(--text);
  line-height:1.35;
  display:flex;
  align-items:flex-start;
  gap:.35rem;
  box-shadow:0 2px 10px rgba(28,28,26,.05)
}
.pb-flow-q-icon{
  flex-shrink:0;
  color:var(--tc);
  line-height:0;
  margin-top:.05rem
}
.pb-flow-results{
  list-style:none;
  background:var(--bg-card);
  border:0.5px solid var(--border);
  border-radius:var(--radius-lg);
  padding:.75rem .85rem;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:.45rem .65rem;
  box-shadow:0 4px 18px rgba(28,28,26,.06)
}
.pb-flow-results li{
  display:flex;
  align-items:center;
  gap:.4rem;
  font-size:11px;
  font-weight:500;
  color:var(--text);
  line-height:1.3
}
.pb-flow-result-icon{
  flex-shrink:0;
  color:var(--tc);
  line-height:0
}
.pb-capabilities{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  background:transparent;
  border:none;
  border-radius:0;
  overflow:hidden;
  margin-bottom:.85rem;
  box-shadow:none
}
.pb-cap{
  padding:1.5rem 1rem 1.35rem;
  text-align:center;
  border-right:0.5px solid var(--border)
}
.pb-cap:last-child{border-right:none}
.pb-cap-icon{
  width:56px;
  height:56px;
  border-radius:50%;
  background:var(--tcbg);
  color:var(--tc);
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto .85rem;
  line-height:0
}
.pb-cap-icon svg{width:28px;height:28px;display:block}
.pb-cap-t{font-size:15px;font-weight:600;color:var(--text);margin-bottom:.35rem;line-height:1.25}
.pb-cap-d{font-size:13px;color:var(--muted);line-height:1.5;max-width:15em;margin:0 auto}
.pb-benefits{margin-bottom:.5rem}
.pb-benefits-panel{
  background:var(--bg-card);
  border:0.5px solid var(--border);
  border-radius:var(--radius-lg);
  overflow:hidden;
  box-shadow:0 4px 18px rgba(28,28,26,.06)
}
.pb-benefits-head{
  text-align:center;
  font-family:var(--font-serif);
  font-size:clamp(20px,2.4vw,28px);
  font-weight:600;
  color:var(--tc);
  margin:0;
  padding:1.15rem 1.35rem;
  border-bottom:0.5px solid var(--border)
}
.pb-benefits-row{
  list-style:none;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  background:transparent;
  border:none;
  border-radius:0;
  overflow:hidden;
  box-shadow:none
}
.pb-benefits-row li{
  display:flex;
  align-items:center;
  gap:.5rem;
  padding:1rem .85rem;
  font-size:12px;
  font-weight:500;
  color:var(--text);
  line-height:1.35;
  border-right:0.5px solid var(--border)
}
.pb-benefits-row li:last-child{border-right:none}
.pb-benefit-icon{
  flex-shrink:0;
  color:var(--tc);
  line-height:0
}
.pb-benefit-icon svg{width:20px;height:20px;display:block}

@media(max-width:960px){
  .pb-flow-diagram{
    grid-template-columns:minmax(0,1fr) minmax(140px,180px) minmax(0,1fr);
    grid-template-areas:
      "inputs hub outputs"
      "inputs hub outputs"
  }
  .pb-flow-pipes--in,
  .pb-flow-pipes--out,
  .pb-flow-pipe--stack{display:none}
  .pb-flow-pipe--between{display:block}
  .pb-capabilities{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pb-cap:nth-child(2){border-right:none}
  .pb-cap:nth-child(1),
  .pb-cap:nth-child(2){border-bottom:0.5px solid var(--border)}
  .pb-benefits-row{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pb-benefits-row li:nth-child(2){border-right:none}
  .pb-benefits-row li:nth-child(1),
  .pb-benefits-row li:nth-child(2){border-bottom:0.5px solid var(--border)}
}
@media(max-width:680px){
  .pb-flow-diagram{
    grid-template-columns:1fr;
    grid-template-areas:
      "inputs"
      "stack-after-inputs"
      "hub"
      "stack-after-hub"
      "outputs";
    gap:1rem;
    max-width:22rem;
    margin-inline:auto
  }
  .pb-flow-pipes--in,
  .pb-flow-pipes--out{display:none}
  .pb-flow-pipe--stack{
    display:block;
    height:2rem
  }
  .pb-flow-pipe--stack-after-inputs{grid-area:stack-after-inputs}
  .pb-flow-pipe--stack-after-hub{grid-area:stack-after-hub}
  .pb-flow-pipe--between{display:block}
  .pb-flow-hub-visual{width:min(100%,180px)}
  .pb-flow-questions{grid-template-columns:1fr}
  .pb-flow-results{
    grid-template-columns:1fr 1fr;
    gap:.4rem .5rem;
    padding:.65rem .75rem
  }
  .pb-flow-results li{font-size:10.5px}
  .pb-capabilities{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pb-cap{
    border-right:0.5px solid var(--border);
    border-bottom:none;
    padding:1.15rem .75rem 1rem
  }
  .pb-cap:nth-child(2n){border-right:none}
  .pb-cap:nth-child(1),
  .pb-cap:nth-child(2){border-bottom:0.5px solid var(--border)}
  .pb-cap-icon{width:48px;height:48px;margin-bottom:.65rem}
  .pb-cap-icon svg{width:24px;height:24px}
  .pb-cap-t{font-size:14px}
  .pb-cap-d{font-size:12px}
  .pb-benefits-row{grid-template-columns:1fr}
  .pb-benefits-row li{border-right:none;border-bottom:0.5px solid var(--border)}
  .pb-benefits-row li:last-child{border-bottom:none}
}

/* Why Synebra */
.why-synebra{
  width:100vw;
  margin-left:calc(50% - 50vw);
  background:var(--bg);
  border-top:0.5px solid var(--border);
  border-bottom:0.5px solid var(--border);
  padding:clamp(3rem,6vh,4.5rem) clamp(1.25rem,4vw,2.5rem)
}
.why-synebra-inner{
  max-width:1320px;
  margin:0 auto;
  width:100%
}
.why-synebra .pb-benefits{
  margin-top:clamp(1.75rem,3.5vw,2.25rem);
  margin-bottom:0
}
.why-synebra .trust-labels{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:.65rem;
  margin-top:clamp(1.75rem,3.5vw,2.25rem)
}
.trust-label{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  padding:.5rem .875rem;
  border-radius:999px;
  border:0.5px solid #d0d0cc;
  background:#fff;
  font-size:13px;
  font-weight:500;
  color:var(--text);
  line-height:1.2
}
.trust-label-icon{
  width:1.25rem;
  height:1.25rem;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0
}
.trust-label-svg{display:block}
.trust-label-icon--green{background:#eaf3de;color:#3b6d11}
.trust-label-icon--blue{background:#e6f1fb;color:#185fa5}
.trust-label-icon--teal{background:#e1f5ee;color:#0f6e56}
.trust-label-icon--coral{background:#faece7;color:#993c1d}
.why-synebra-head{
  text-align:center;
  margin-bottom:clamp(1.5rem,3vh,2rem)
}
.why-synebra-title{max-width:var(--section-head-max);margin-inline:auto}

@media(max-width:720px){
  .why-synebra{
    background:var(--bg2);
    padding:2.5rem 1rem 2.75rem
  }
  .why-synebra .trust-labels{gap:.45rem}
  .trust-label{
    gap:.35rem;
    padding:.32rem .6rem;
    font-size:11px
  }
  .trust-label-icon{
    width:1rem;
    height:1rem
  }
  .trust-label-svg{
    width:10px;
    height:10px
  }
}

.hard-args{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
@media(max-width:560px){.hard-args{grid-template-columns:1fr}}
.arg-card{background:var(--bg-card);border:0.5px solid var(--border);border-radius:var(--radius-lg);padding:1.1rem}
.arg-n{font-family:var(--font-serif);font-size:20px;font-weight:500;color:var(--tc);margin-bottom:.2rem;line-height:1}
.arg-t{font-size:13px;font-weight:500;color:var(--text);margin-bottom:.2rem}
.arg-d{font-size:12px;color:var(--muted);line-height:1.5}

/* INSIGHTS (process + people) */
.insights{
  width:100vw;
  margin-left:calc(50% - 50vw);
  background:var(--tcbg);
  border-top:0.5px solid var(--tcl);
  border-bottom:0.5px solid var(--tcl);
  padding:clamp(3rem,6vh,4.5rem) clamp(1.25rem,4vw,2.5rem)
}
.insights-inner{
  max-width:1320px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:clamp(2.5rem,5vh,3.5rem)
}
.insights-head{
  text-align:center;
  max-width:min(1040px,100%);
  margin:0 auto;
  padding-bottom:clamp(1.75rem,3.5vh,2.25rem);
  border-bottom:1px solid rgba(196,90,46,.22)
}
.insights-section-title{
  font-size:clamp(28px,4.2vw,44px);
  color:var(--text);
  line-height:1.15;
  margin:0
}
.insights-section-title em{font-style:italic;font-weight:500}
.insights-barriers{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:clamp(1.25rem,2.5vw,2rem);
  align-items:stretch
}
.insights-barrier{
  display:flex;
  flex-direction:column;
  min-height:100%
}
.insights-barrier-stat{
  background:linear-gradient(145deg,var(--tcd),var(--tc));
  border-radius:var(--radius-lg) var(--radius-lg) 0 0;
  padding:clamp(1.35rem,2.5vw,1.75rem) clamp(1.35rem,2.5vw,1.65rem)
}
.insights-barrier-n{
  font-family:var(--font-serif);
  font-size:clamp(52px,8vw,76px);
  font-weight:500;
  color:#fff;
  line-height:1;
  margin-bottom:.35rem
}
.insights-barrier-stat-label{
  font-size:clamp(15px,1.6vw,17px);
  font-weight:500;
  color:#fff;
  line-height:1.45;
  margin:0
}
.insights-barrier-body{
  flex:1;
  padding:clamp(1.35rem,2.5vw,1.75rem) clamp(1.25rem,2.5vw,1.65rem) clamp(1.5rem,2.5vw,1.85rem);
  background:rgba(255,255,255,.42);
  border:0.5px solid rgba(196,90,46,.18);
  border-top:none;
  border-radius:0 0 var(--radius-lg) var(--radius-lg)
}
.insights-barrier-body .s3-kicker{
  text-align:left;
  font-size:12px;
  font-weight:600;
  letter-spacing:.15em;
  padding-left:.75rem;
  border-left:2px solid var(--tc);
  margin-bottom:1rem
}
.insights-barrier-body .insights-title{
  font-size:clamp(20px,2.6vw,30px);
  color:var(--text);
  line-height:1.22;
  margin:0 0 .85rem
}
.insights-barrier-body .insights-p{font-size:15px;color:var(--muted);line-height:1.75;margin:0}
.insights-barrier-body .s4-quote{
  font-size:clamp(18px,2.4vw,24px);
  color:var(--text);
  line-height:1.28;
  margin:0 0 .75rem;
  border:none;
  padding:0
}
.insights-barrier-body .s4-attr{
  font-size:13px;
  color:var(--muted);
  margin:0 0 1rem
}
.insights-barrier-body .s4-attr span{color:var(--tc);font-weight:500}
.insights-tab{
  display:flex;
  align-items:stretch;
  gap:1rem;
  background:var(--bg-card);
  border:0.5px solid var(--border);
  border-radius:var(--radius-lg);
  padding:clamp(1.35rem,2.5vw,1.75rem) clamp(1.5rem,3vw,2rem);
  box-shadow:0 1px 0 rgba(255,255,255,.6) inset
}
.insights-tab-icon{
  flex-shrink:0;
  align-self:stretch;
  aspect-ratio:1;
  width:auto;
  min-width:3.1rem;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(196,90,46,.1);
  border:0.5px solid rgba(196,90,46,.22);
  border-radius:var(--radius-md);
  color:var(--tc);
  line-height:1;
  container-type:size
}
.insights-tab-icon svg{
  width:clamp(1.85rem,52cqh,3.35rem);
  height:clamp(1.85rem,52cqh,3.35rem);
  display:block;
  stroke-width:1.5
}
.insights-tab-content{min-width:0;flex:1}
.insights-tab-title{
  font-size:clamp(16px,2vw,18px);
  font-weight:600;
  color:var(--tc);
  margin:0 0 .5rem
}
.insights-tab-text{
  font-size:15px;
  color:var(--muted);
  line-height:1.7;
  margin:0;
  max-width:920px
}
@media(max-width:720px){
  .insights{padding:2.5rem 1rem 2.75rem}
  .insights-barriers{grid-template-columns:1fr;gap:1.5rem}
}

/* S4 callout (used in insights) */
.s4-callout{border-radius:var(--radius-lg);overflow:hidden;height:100%}
.s4-stat-block{background:linear-gradient(145deg,var(--tcd),var(--tc));padding:1.5rem}
.s4-quote{font-size:clamp(18px,2.8vw,26px);color:var(--text);line-height:1.25;margin-bottom:.75rem}
.s4-attr{font-size:13px;color:var(--muted);margin-bottom:1.25rem}
.s4-attr span{color:var(--tc);font-weight:500}
.s4-p{font-size:15px;color:var(--muted);line-height:1.75}
.s4-stat-block .fear-n{font-family:var(--font-serif);font-size:clamp(56px,10vw,80px);font-weight:500;color:#fff;line-height:1;margin-bottom:.3rem}
.s4-stat-block .fear-label{font-size:17px;font-weight:500;color:#fff;margin-bottom:.35rem}
.s4-stat-block .fear-sub{font-size:14px;color:rgba(255,255,255,.82);line-height:1.6;margin-bottom:0}
.s4-hook{
  background:var(--bg-card);
  padding:1.35rem 1.5rem;
  border-top:0.5px solid var(--border)
}
.s4-hook-t{font-size:15px;font-weight:600;color:var(--tc);margin-bottom:.45rem}
.s4-hook-d{font-size:14px;color:var(--muted);line-height:1.65;margin:0}

/* ONE PROCESS BRAIN — USE CASES ORBIT */
.pb-orbit{
  width:100vw;
  margin-left:calc(50% - 50vw);
  background:var(--bg2);
  border-top:0.5px solid var(--border);
  border-bottom:0.5px solid var(--border);
  padding:clamp(3rem,6vh,4.5rem) clamp(1.25rem,4vw,2.5rem)
}
.pb-orbit-inner{
  max-width:1320px;
  margin:0 auto;
  width:100%
}
.pb-orbit-head{
  text-align:center;
  max-width:var(--section-head-max);
  margin:0 auto clamp(2rem,4vh,3rem)
}
.pb-orbit-title{
  font-size:clamp(28px,4vw,42px);
  color:var(--text);
  line-height:1.15;
  margin-bottom:.35rem
}
.pb-orbit-sub{
  font-size:clamp(22px,3.2vw,34px);
  color:var(--tc);
  line-height:1.2;
  margin-bottom:1rem
}
.pb-orbit-intro{
  font-size:16px;
  color:var(--muted);
  line-height:1.7;
  margin:0
}
.pb-orbit-diagram{
  position:relative;
  width:100%;
  max-width:1280px;
  margin:0 auto;
  aspect-ratio:100/72;
  min-height:clamp(540px,58vw,720px)
}
.pb-orbit-svg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  pointer-events:none;
  z-index:0
}
.pb-orbit-ring{
  fill:none;
  stroke:var(--tcl);
  stroke-width:1.5;
  stroke-dasharray:5 9;
  stroke-linecap:round;
  opacity:.5;
  animation:pb-orbit-dash 1.5s linear infinite
}
@keyframes pb-orbit-dash{
  to{stroke-dashoffset:-14}
}
.pb-orbit-hub{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  z-index:1;
  width:min(36%,300px);
  line-height:0;
  pointer-events:none
}
.pb-orbit-hub-img{
  width:100%;
  height:auto;
  display:block;
  filter:drop-shadow(0 8px 32px rgba(196,90,46,.18))
}
.pb-orbit-cards{
  list-style:none;
  position:absolute;
  inset:0;
  z-index:2;
  margin:0;
  padding:0
}
.pb-orbit-card{
  position:absolute;
  left:var(--x);
  top:var(--y);
  transform:translate(-50%,-50%);
  width:min(196px,17.5vw);
  background:var(--bg-card);
  border:0.5px solid var(--border);
  border-radius:var(--radius-lg);
  padding:.9rem 1rem;
  box-shadow:0 4px 24px rgba(28,28,26,.06)
}
.pb-orbit-card-icon{
  color:var(--tc);
  margin-bottom:.55rem;
  line-height:0
}
.pb-orbit-card-icon svg{
  width:28px;
  height:28px;
  display:block;
  stroke-width:1.5
}
.pb-orbit-card-t{
  font-size:13.5px;
  font-weight:600;
  color:var(--text);
  line-height:1.35;
  margin-bottom:.3rem
}
.pb-orbit-card-d{
  font-size:11.5px;
  color:var(--muted);
  line-height:1.55;
  margin:0
}
.pb-orbit-foot{
  display:flex;
  align-items:center;
  gap:clamp(1.15rem,2.5vw,1.75rem);
  background:linear-gradient(135deg,var(--tcbg) 0%,#fff8f3 100%);
  border:0.5px solid var(--tcl);
  border-radius:var(--radius-lg);
  padding:1.35rem 1.75rem;
  max-width:980px;
  margin:clamp(2rem,4vh,2.75rem) auto 0;
  box-shadow:0 6px 28px rgba(196,90,46,.08)
}
.pb-orbit-foot-icon{
  width:80px;
  height:80px;
  object-fit:contain;
  flex-shrink:0
}
.pb-orbit-foot-text{
  font-size:clamp(16px,2vw,18px);
  color:var(--text);
  line-height:1.55;
  margin:0
}
.pb-orbit-foot-text strong{font-weight:600;font-size:1.05em}
.pb-orbit-foot-accent{
  color:var(--tc);
  font-family:var(--font-serif);
  font-style:italic;
  font-weight:500;
  font-size:clamp(17px,2.2vw,20px)
}
@media(max-width:960px){
  .pb-orbit-card{width:min(178px,19vw);padding:.85rem}
  .pb-orbit-card-icon svg{width:24px;height:24px}
  .pb-orbit-hub{width:min(32%,220px)}
}
@media(max-width:900px){
  .pb-orbit-diagram{
    aspect-ratio:auto;
    min-height:0;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
    max-width:640px;
    padding-top:0
  }
  .pb-orbit-svg{display:none}
  .pb-orbit-hub{
    position:relative;
    left:auto;
    top:auto;
    transform:none;
    grid-column:1/-1;
    width:min(220px,60%);
    margin:0 auto 1rem
  }
  .pb-orbit-cards{
    position:static;
    display:contents
  }
  .pb-orbit-card{
    position:relative;
    left:auto;
    top:auto;
    transform:none;
    width:auto
  }
}
@media(max-width:720px){
  .pb-orbit{
    background:var(--bg);
    padding:2.5rem 1rem 2.75rem
  }
  .pb-orbit-diagram{grid-template-columns:1fr;max-width:22rem}
  .pb-orbit-foot{
    flex-direction:column;
    text-align:center;
    padding:1.25rem 1.15rem
  }
}

/* S5 FRAMEWORK */
.s5{
  width:100vw;
  margin-left:calc(50% - 50vw);
  background:var(--bg);
  border-top:0.5px solid var(--border);
  padding:clamp(3rem,6vh,4rem) clamp(1.25rem,4vw,2.5rem) clamp(2.75rem,5vh,3.5rem)
}
.s5-inner{
  max-width:1320px;
  margin:0 auto;
  width:100%;
  text-align:center
}
.s5-kicker{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin-bottom:1rem;font-weight:500}
.s5-h{font-size:clamp(26px,4vw,40px);color:var(--text);line-height:1.15;margin-bottom:.75rem}
.s5-h em{color:var(--tc);font-style:italic;font-weight:500}
.s5-h--split .s5-h-line1{display:block}
.s5-h--split em{display:block}
.s5-sub{font-size:16px;color:var(--muted);max-width:var(--section-sub-max);margin:0 auto 2rem;line-height:1.6}

/* Process steps */
.proc-list{
  display:flex;
  flex-direction:column;
  gap:.75rem;
  text-align:left;
  margin-bottom:2.5rem
}

.proc-step{
  display:grid;
  grid-template-columns:2fr 1fr;
  grid-template-rows:auto 1fr;
  gap:.75rem 1.25rem;
  align-items:stretch;
  background:var(--bg-card);
  border:0.5px solid var(--border);
  border-radius:var(--radius-lg);
  padding:1.1rem 1.2rem;
  border-left:3px solid var(--tc)
}

.proc-step--warm{border-left-color:var(--tc)}
.proc-step--cool{border-left-color:var(--blue)}

.proc-step-head{
  grid-column:1;
  grid-row:1;
  display:grid;
  grid-template-columns:auto 1fr;
  gap:.85rem;
  align-items:center;
  margin-bottom:0
}

.proc-step-badge{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:.45rem
}

.proc-step-num{
  font-size:11px;
  font-weight:600;
  letter-spacing:.08em;
  color:var(--muted)
}

.proc-step--warm .proc-step-num{color:var(--tc)}
.proc-step--cool .proc-step-num{color:var(--blue)}

.proc-step-icon{
  width:46px;
  height:46px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0
}

.proc-step--warm .proc-step-icon{
  background:var(--tcbg);
  color:var(--tc)
}

.proc-step--cool .proc-step-icon{
  background:var(--blue-bg);
  color:var(--blue)
}

.proc-step-icon svg{width:22px;height:22px;display:block;stroke-width:1.75}

.proc-step-title{
  font-size:13px;
  font-weight:600;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-bottom:.25rem
}

.proc-step--warm .proc-step-title{color:var(--tc)}
.proc-step--cool .proc-step-title{color:var(--blue)}

.proc-step-desc{
  font-size:14px;
  font-weight:500;
  color:var(--text);
  line-height:1.35
}

.proc-bullets{
  grid-column:1;
  grid-row:2;
  align-self:start;
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  gap:.35rem;
  margin:0;
  padding:0
}

.proc-bullets li{
  font-size:11px;
  color:var(--muted);
  background:var(--bg2);
  border:0.5px solid var(--border);
  border-radius:999px;
  padding:.25rem .65rem;
  line-height:1.35
}

.proc-output{
  grid-column:2;
  grid-row:1 / -1;
  align-self:stretch;
  justify-self:stretch;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  justify-content:flex-start;
  text-align:center;
  gap:0;
  border-radius:var(--radius-md);
  padding:0;
  overflow:hidden;
  min-height:100%
}

.proc-output-kicker{
  width:100%;
  margin:0;
  padding:.45rem .75rem;
  font-size:10px;
  font-weight:600;
  letter-spacing:.14em;
  text-transform:uppercase;
  text-align:center;
  color:#fff;
  flex-shrink:0
}

.proc-output--warm .proc-output-kicker{background:var(--tcd)}
.proc-output--cool .proc-output-kicker{background:var(--blue)}

.proc-output-body{
  flex:1;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:.65rem;
  padding:1rem 1.1rem;
  font-size:12px;
  font-weight:600;
  letter-spacing:.05em;
  text-transform:uppercase;
  line-height:1.35
}

.proc-output--warm .proc-output-body{background:var(--tcbg);color:var(--tcd)}
.proc-output--cool .proc-output-body{background:var(--blue-bg);color:var(--blue)}

.proc-output--warm{
  border:0.5px solid rgba(196,90,46,.18)
}

.proc-output--cool{
  border:0.5px solid rgba(43,95,138,.15)
}

.proc-output-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:22px;
  height:22px;
  flex-shrink:0
}

.proc-output-icon svg{width:22px;height:22px;display:block;stroke-width:1.75}

@media(min-width:961px){
  .proc-list{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:clamp(.65rem,1.1vw,.9rem);
    align-items:stretch
  }
  .proc-step{
    display:flex;
    flex-direction:column;
    gap:.65rem;
    min-width:0;
    height:100%;
    padding:.85rem .7rem 1rem
  }
  .proc-step-head{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:.45rem;
    margin-bottom:0
  }
  .proc-step-badge{
    flex-direction:column;
    align-items:center;
    gap:.35rem
  }
  .proc-step-icon{
    width:40px;
    height:40px
  }
  .proc-step-icon svg{width:20px;height:20px}
  .proc-step-title{
    font-size:11px;
    margin-bottom:.2rem
  }
  .proc-step-desc{
    font-size:12px;
    line-height:1.4
  }
  .proc-bullets{
    justify-content:center;
    gap:.25rem;
    margin-top:auto
  }
  .proc-bullets li{
    font-size:9px;
    padding:.2rem .45rem;
    line-height:1.3
  }
  .proc-output{
    grid-column:auto;
    grid-row:auto;
    align-self:stretch;
    min-height:0;
    margin-top:0
  }
  .proc-output-kicker{
    padding:.35rem .5rem;
    font-size:9px
  }
  .proc-output-body{
    flex-direction:column;
    justify-content:center;
    text-align:center;
    gap:.45rem;
    padding:.65rem .5rem;
    font-size:10px;
    line-height:1.3
  }
  .proc-output-icon svg{width:18px;height:18px}
  .proc-step{
    position:relative
  }
  .proc-step:not(:last-child)::after{
    content:"→";
    position:absolute;
    top:2.15rem;
    right:calc(clamp(.65rem,1.1vw,.9rem)/-2);
    transform:translateX(50%);
    font-size:.85rem;
    color:var(--muted);
    opacity:.65;
    pointer-events:none;
    z-index:2
  }
}

.s5-tagline{
  font-size:10px;
  font-weight:600;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--tc);
  opacity:.9
}

/* S6 */
.s6{
  width:100vw;
  margin-left:calc(50% - 50vw);
  padding:clamp(3rem,6vh,4.5rem) clamp(1.25rem,4vw,2.5rem);
  background:var(--bg2);
  border-top:0.5px solid var(--border)
}
.s6-inner{
  max-width:1320px;
  margin:0 auto;
  width:100%;
  display:grid;
  grid-template-columns:auto minmax(0,34rem);
  justify-content:center;
  gap:2.5rem clamp(2rem,5vw,4rem);
  align-items:center;
  text-align:left
}
.s6-profile{display:flex;flex-direction:column;align-items:center;gap:1rem}
.s6-photo-link{
  display:block;
  width:clamp(200px,26vw,280px);
  aspect-ratio:4/5;
  height:auto;
  border-radius:var(--radius-lg);
  overflow:hidden;
  line-height:0;
  flex-shrink:0;
  background:linear-gradient(160deg,var(--tcd),var(--text));
  padding:6px;
  box-sizing:border-box;
  box-shadow:0 14px 36px rgba(28,28,26,.24)
}
.s6-photo-link img{width:100%;height:100%;object-fit:cover;object-position:center 10%;display:block;border-radius:calc(var(--radius-lg) - 4px)}
.s6-connect-links{list-style:none;padding:0;margin:0 0 1.25rem;display:grid;grid-template-columns:repeat(3,1fr);gap:.65rem;width:100%;max-width:28rem}
.s6-connect-links li{margin:0}
.s6-connect-link{display:flex;align-items:center;justify-content:center;gap:.45rem;padding:.7rem 1rem;border-radius:var(--radius-md);background:var(--text);color:#fff;font-size:13px;font-weight:500;text-decoration:none;box-sizing:border-box}
.s6-connect-link:hover{opacity:.88}
.s6-connect-link svg{width:17px;height:17px;flex-shrink:0;stroke:#fff;stroke-width:1.75}
.s6-copy .s3-kicker{margin-bottom:.75rem;text-align:left}
.s6-h{font-size:clamp(24px,3.8vw,36px);color:var(--text);margin-bottom:1rem;line-height:1.2}
.s6-credentials{display:flex;flex-wrap:wrap;column-gap:.4rem;row-gap:.15rem;margin-bottom:.85rem}
.s6-credentials-break{flex-basis:100%;height:0}
.s6-credential{display:inline-flex;align-items:center;padding:.22rem .6rem;border-radius:999px;border:1px solid var(--border);background:var(--bg);font-size:11px;font-weight:500;color:var(--muted);line-height:1.2}
.s6-sub{font-size:15px;color:var(--muted);margin-bottom:1.25rem;line-height:1.65;max-width:none}
.s6-meta{font-size:12px;color:var(--muted);margin-top:0;opacity:.7}

@media(max-width:720px){
  .s6{padding:2.5rem 1rem 2.75rem}
  .s6-connect-links{
    gap:.35rem;
    max-width:100%;
    grid-template-columns:repeat(3,minmax(0,1fr))
  }
  .s6-connect-link{
    padding:.55rem .4rem;
    font-size:11px;
    gap:.3rem;
    white-space:nowrap
  }
  .s6-connect-link span{white-space:nowrap}
  .s6-connect-link svg{width:14px;height:14px}
}
@media(max-width:400px){
  .s6-connect-link{
    padding:.5rem .28rem;
    font-size:10px;
    gap:.22rem
  }
  .s6-connect-link svg{width:13px;height:13px}
}

/* FOOTER */
.site-footer{padding:2rem 2.5rem 2.5rem;border-top:0.5px solid var(--border);background:var(--bg);text-align:center}
.site-footer-brand{justify-content:center;margin-bottom:1rem}
.site-footer-links{display:flex;justify-content:center;flex-wrap:wrap;gap:.35rem 1.25rem;margin-bottom:.75rem}
.site-footer-links a{font-size:13px;font-weight:500;color:var(--muted);text-decoration:none}
.site-footer-links a:hover{color:var(--tc);text-decoration:underline}
.site-footer-copy{font-size:12px;color:var(--muted);opacity:.75;margin:0}

@media(max-width:960px){
  .ctl-top-inner{position:relative;z-index:1}
  .ctl-nav-toggle{display:inline-flex}
  .ctl-nav{
    display:none;
    position:absolute;
    top:calc(100% + .5rem);
    right:0;
    left:0;
    flex-direction:column;
    align-items:stretch;
    gap:.25rem;
    padding:.85rem;
    background:var(--bg-card);
    border:0.5px solid var(--border);
    border-radius:var(--radius-lg);
    box-shadow:0 12px 32px rgba(28,28,26,.1);
    z-index:200
  }
  body.ctl-nav-open .ctl-nav{display:flex}
  .ctl-nav-link{
    white-space:normal;
    padding:.65rem .75rem;
    font-size:14px
  }
  .ctl-nav-cta{
    text-align:center;
    margin-top:.25rem
  }
}
@media(min-width:961px){
  .ctl-nav-toggle{display:none}
}
@media(max-width:580px){
  .ctl-top{padding:.75rem 1.25rem}
  .ctl-nav-link{font-size:13px;padding:.6rem .7rem}
  .ctl-nav-cta{padding:.65rem .85rem}
  .s6-inner{grid-template-columns:1fr;gap:1.75rem;text-align:center}
  .s6-copy .s3-kicker{margin-bottom:.5rem;text-align:inherit}
  .s6-credentials{justify-content:center}
  .s6-connect-links{max-width:100%;margin:0 auto 1rem}
  .proc-step{grid-template-columns:1fr;grid-template-rows:auto}
  .proc-output{
    grid-column:1;
    grid-row:auto;
    min-height:0;
    align-self:auto
  }
  .proc-output-body{
    flex-direction:row;
    justify-content:flex-start;
    text-align:left;
    padding:.75rem .9rem
  }
  .proc-step-head{grid-template-columns:1fr;gap:.75rem}
  .proc-step-badge{flex-direction:row;gap:.75rem}
}
