/* SECTOR NAV */
.sector-sticky-nav{background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:60px;z-index:100;}
.sector-sticky-nav-inner{max-width:1140px;margin:0 auto;padding:0 2rem;display:flex;gap:0;overflow-x:auto;}
.sector-sticky-nav-inner::-webkit-scrollbar{display:none;}
.snav-item{font-size:.82rem;font-weight:600;color:var(--muted);white-space:nowrap;padding:1rem 1.5rem;border-bottom:2px solid transparent;cursor:pointer;text-decoration:none;transition:color .15s,border-color .15s;}
.snav-item:hover{color:var(--navy);}
.snav-item.active{color:var(--purple);border-bottom-color:var(--purple);}

/* SECTOR SECTIONS — contained, not full bleed */
.sector-section{padding:4rem 2rem;border-bottom:1px solid var(--border);}
.sector-section:nth-child(even){background:var(--off-white);}
.sector-section:nth-child(odd){background:var(--white);}

.sector-section-inner{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1.6fr;gap:4rem;align-items:start;}
.sector-section.alt .sector-section-inner{grid-template-columns:1.6fr 1fr;}
.sector-section.alt .sector-identity{order:2;}
.sector-section.alt .sector-detail{order:1;}

/* IDENTITY */
.sector-identity{display:flex;flex-direction:column;}
.sector-icon-wrap{width:52px;height:52px;border-radius:12px;background:rgba(110,75,163,.1);display:flex;align-items:center;justify-content:center;color:var(--purple);margin-bottom:1.25rem;flex-shrink:0;}
.sector-tag{font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--purple);background:rgba(110,75,163,.1);padding:.25rem .7rem;border-radius:100px;display:inline-block;margin-bottom:1rem;width:fit-content;}
.sector-identity h2{font-family:'DM Serif Display',serif;font-size:2rem;line-height:1.15;color:var(--navy);margin-bottom:.75rem;}
.sector-identity .sector-sub{font-size:.88rem;color:var(--muted);line-height:1.6;}

/* DETAIL */
.sector-blurb{font-size:.92rem;color:var(--muted);line-height:1.75;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border);}
.sector-points{display:flex;flex-direction:column;gap:.65rem;margin-bottom:1.75rem;}
.sector-point{display:flex;align-items:flex-start;gap:.6rem;font-size:.88rem;color:var(--text);line-height:1.55;}
.sector-point::before{content:'→';color:var(--purple);font-weight:700;flex-shrink:0;margin-top:.05rem;}
.sector-row-cta{display:inline-flex;align-items:center;gap:.4rem;font-size:.84rem;font-weight:600;color:var(--purple);border:1.5px solid rgba(110,75,163,.25);padding:.55rem 1.1rem;border-radius:8px;background:rgba(110,75,163,.04);text-decoration:none;transition:background .15s,border-color .15s;}
.sector-row-cta:hover{background:rgba(110,75,163,.09);border-color:rgba(110,75,163,.4);}

/* CTA BAND */
.cta-band{background:var(--grad);padding:4rem 2rem;text-align:center;}
.cta-band h2{font-family:'DM Serif Display',serif;font-size:2rem;color:#fff;margin-bottom:.6rem;}
.cta-band p{color:rgba(255,255,255,.65);font-size:.95rem;margin-bottom:1.5rem;max-width:560px;margin-left:auto;margin-right:auto;}

@media(max-width:860px){
  .sector-section-inner,.sector-section.alt .sector-section-inner{grid-template-columns:1fr;gap:2rem;}
  .sector-section.alt .sector-identity{order:0;}
  .sector-section.alt .sector-detail{order:0;}
  .sector-sticky-nav{position:relative;top:0;}
}

.sector-clients{display:flex;align-items:center;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem;padding-top:1.25rem;border-top:1px solid var(--border);}
.sector-clients-label{font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);flex-shrink:0;}
.sector-clients img{width:auto;filter:grayscale(100%);opacity:.55;}
