/*
 * Shared site shell.
 * The homepage owns the visual design; internal pages reuse its actual class
 * names and home.css rules. This file only supplies the inner-page mounting
 * surface and never redraws a second approximation of the sidebar or topbar.
 */

.ccw-approved-site .ccw-page.page-shell{
  min-width:0;
  margin-left:var(--side)!important;
}

/* The inner-page base sheet has generic image/link rules.  Neutralise them
 * inside the shared shell so its computed geometry and palette remain the
 * approved homepage values, rather than a close-looking second variant. */
.ccw-approved-site .brand img{
  width:199px;
  height:100px;
  max-height:100px;
  object-fit:contain;
}

.ccw-approved-site .side-nav>a,
.ccw-approved-site .side-nav>.nav-group>summary{
  color:#f5e5c2;
}

/* The approved footer has the homepage's own rhythm and intrinsic logo box,
 * independent of the 1.6 line-height and auto-height image rules on inner pages. */
.ccw-approved-site .site-footer{
  font:400 16px/1.55 var(--sans);
}
.ccw-approved-site .site-footer .footer-logo{
  height:95px;
}

.ccw-privacy-controls{
  margin-block:20px;
  padding:18px 22px;
  border:1px solid var(--gold);
  background:rgba(255,255,255,.25);
}
.ccw-privacy-controls .ccw-legal-links{justify-content:flex-start;margin:0 0 14px}
.ccw-privacy-controls .ccw-cookie-settings{margin:0;padding:10px 16px;border:1px solid var(--gold);font:inherit;cursor:pointer}
/* Keep the chat and scroll control clear of footer links and each other. */
.ccw-approved-site .ccw-saby-launcher{bottom:calc(106px + var(--ccw-footer-lift,0px))}
.ccw-approved-site .ccw-saby-panel{bottom:calc(170px + var(--ccw-footer-lift,0px))}

.shared-topline-shell{
  position:relative;
  isolation:isolate;
  min-height:80px;
  overflow:hidden;
  color:var(--cream-2);
  background:
    radial-gradient(circle at 72% -120%,rgba(179,141,74,.18),transparent 46%),
    linear-gradient(110deg,#071924,#122933 62%,#18172d);
  border-bottom:1px solid var(--gold);
  box-shadow:0 10px 30px rgba(3,13,20,.16);
}

.shared-topline-shell::before{
  content:'';
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:repeating-linear-gradient(118deg,transparent 0 43px,rgba(255,255,255,.012) 44px 45px);
}

.shared-topline-shell .topline{
  width:min(1040px,calc(100% - 48px));
  margin-inline:auto;
  line-height:1.55;
  z-index:1;
}

.nav-group.is-current>summary .nav-retro-frame,
.nav-subgroup.is-current>summary .nav-retro-frame{
  opacity:1;
}

.nav-group.is-current>summary{
  background:linear-gradient(90deg,rgba(233,206,147,.11),rgba(77,48,161,.2));
}

.nav-submenu a[aria-current=page]{
  color:#fff3d5;
  text-decoration:underline;
  text-underline-offset:3px;
}

body.ccw-approved-site::after{opacity:.17}

html[data-a11y-theme=contrast] .ccw-approved-site :where(.ccw-services-hero,.ccw-content-section,.ccw-service-card,.ccw-program-card,.ccw-lead-section,.ccw-lead-form,.ccw-site-footer,.shared-topline-shell){
  color:#fff!important;
  background:#000!important;
  background-image:none!important;
}

html[data-a11y-theme=contrast] .ccw-approved-site :where(.ccw-services-hero,.ccw-content-section,.ccw-service-card,.ccw-program-card,.ccw-lead-section,.ccw-lead-form,.ccw-site-footer) :where(p,h1,h2,h3,h4,li,a,label,span,strong,summary){
  color:#fff!important;
  text-shadow:none!important;
}

html[data-a11y-images=hidden] .ccw-approved-site :where(.ccw-main img,.ccw-services-main img,.ccw-page-media,.ccw-context-media,.ccw-context-media-fallback,.ccw-media-strip,.ccw-blueprint-media,.ccw-source-carousel,.ccw-blueprint-hero-media,.ccw-blueprint-lead-portrait,.ccw-blueprint-related-media,.ccw-contact-map-section){
  display:none!important;
}

html[data-a11y-images=hidden] .ccw-approved-site .ccw-services-hero--source-image,
html[data-a11y-images=hidden] .ccw-approved-site .ccw-services-hero--layered-source{
  background-image:none!important;
}

@media (max-width:1024px){
  .ccw-approved-site .ccw-page.page-shell{margin-left:0!important}
  .shared-topline-shell{min-height:0;padding:88px 0 22px}
  .shared-topline-shell .topline{width:calc(100% - 46px);margin-inline:auto}
}

@media (max-width:620px){
  .shared-topline-shell .topline{width:calc(100% - 30px)}
  .ccw-approved-site .ccw-saby-launcher{right:86px;bottom:calc(14px + var(--ccw-footer-lift,0px));width:54px;padding:9px}
  .ccw-approved-site .ccw-saby-launcher__label{display:none}
  .ccw-approved-site .ccw-saby-panel{right:14px;bottom:calc(80px + var(--ccw-footer-lift,0px))}
}
