/* Shared production finish for Secure I.T. U.P. */
:root {
  --navy-950:#071b14;
  --navy-900:#0b241b;
  --navy-850:#103223;
  --navy-800:#17422e;
  --blue:#4fae72;
  --blue-strong:#176d42;
  --situp-blue:#79c88f;
  --situp-navy:#0a2119;
  --situp-navy-deep:#071810;
  --situp-ink:#173529;
  --situp-muted:#536b5b;
  --situp-green:#79c88f;
  --situp-green-deep:#176d42;
  --situp-content:1160px;
  --situp-content-width:1160px;
}

/* The material is composed over its own opaque base, so white sections
   cannot change the header's color. Blur only softens its surroundings. */
.site-header.situp-production-header,
.situp-nav-menu {
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(0,0,0,.12)),
             linear-gradient(105deg,#153a29,#0b241a 55%,#122d22) !important;
  background-color:#102b20 !important;
  border-color:rgba(151,211,167,.27) !important;
  box-shadow:inset 0 1px rgba(255,255,255,.10),0 8px 24px rgba(3,17,10,.20) !important;
  backdrop-filter:blur(12px) !important;
  -webkit-backdrop-filter:blur(12px) !important;
}
.site-header::before,.site-header::after { content:none !important;display:none !important; }
.situp-nav-v4 > a,.situp-nav-parent { color:#eef8ef !important; }
.situp-nav-v4 > a:hover,.situp-nav-parent:hover,
.situp-nav-menu a:hover { color:#b9ecc9 !important; }
.situp-nav-v4 > a.active,.situp-nav-group.has-active-child > .situp-nav-parent { color:#fff !important; }
.situp-nav-menu a { color:#eef8ef !important; }

/* One predictable content box for every major white surface. */
main > section:not(.hero):not(.subhero) {
  box-sizing:border-box !important;
  width:min(var(--situp-content),calc(100% - 40px)) !important;
  max-width:var(--situp-content) !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:clamp(22px,3vw,42px) !important;
  padding-right:clamp(22px,3vw,42px) !important;
  background:#fff !important;
}
main > section:not(.hero):not(.subhero) > * { min-width:0; }
main > section:not(.hero):not(.subhero) > .shell,
main > section:not(.hero):not(.subhero) > .container,
main > section:not(.hero):not(.subhero) > .section-shell,
main > section:not(.hero):not(.subhero) > .content-shell {
  width:100% !important;max-width:100% !important;
  padding-left:0 !important;padding-right:0 !important;
  margin-left:auto !important;margin-right:auto !important;
  box-sizing:border-box !important;
}

/* Keep the hero text and value rail in their own grid tracks. */
.hero { min-height:clamp(540px,72vh,720px) !important; }
.hero-shell {
  box-sizing:border-box !important;
  width:min(var(--situp-content),calc(100% - 40px)) !important;
  max-width:var(--situp-content) !important;
  min-height:clamp(540px,72vh,720px) !important;
  padding:60px 0 !important;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(220px,270px) !important;
  gap:clamp(28px,5vw,70px) !important;
  align-items:center !important;
}
.hero-content { min-width:0;max-width:680px !important; }
.hero h1 { max-width:100% !important;font-size:clamp(42px,4.55vw,66px) !important;line-height:1.04 !important;overflow-wrap:normal; }
.hero-lede { max-width:620px !important; }
.hero-values { min-width:0;max-width:270px;justify-self:end; }
.subhero-shell { box-sizing:border-box !important;width:min(var(--situp-content),calc(100% - 40px)) !important;padding-left:0 !important;padding-right:0 !important; }

/* Forest replaces the remaining inherited blue controls and highlights. */
.button-blue,.button-primary { background:#176d42 !important;border-color:#176d42 !important;color:#fff !important;box-shadow:0 10px 24px rgba(12,72,40,.18) !important; }
.button-blue:hover,.button-primary:hover { background:#0e5131 !important;border-color:#0e5131 !important; }
.lane-kicker.blue,.card-label.blue,.text-arrow,.section-kicker,.eyebrow { color:#176d42 !important; }
.blue-checks li::before { color:#176d42 !important; }
.responsibility-card.vendor-card { border-top-color:#79c88f !important; }
.notice-card { border-left-color:#176d42 !important;background:#f2f8f3 !important;border-color:#b8d8c0 !important; }
.hero::after { background:radial-gradient(circle at 72% 30%,rgba(84,176,111,.13),transparent 32%) !important; }
.subhero::before,.subhero-cyber::before { background:linear-gradient(120deg,rgba(3,24,13,.72),rgba(10,55,31,.12)) !important; }
a:focus-visible,button:focus-visible { outline:2px solid #79c88f;outline-offset:3px; }

/* Floating speech bubble, kept outside the navigation layout. */
.situp-skunk-contact {
  position:fixed;right:24px;bottom:22px;z-index:1100;
  display:flex;align-items:flex-end;gap:8px;
  text-decoration:none !important;color:#fff !important;
  filter:drop-shadow(0 12px 20px rgba(4,28,15,.30));
  transition:transform .18s ease;
}
.situp-skunk-contact:hover,.situp-skunk-contact:focus-visible { transform:translateY(-4px); }
.situp-skunk-contact__image {
  display:block;width:78px;height:78px;object-fit:contain;
  border-radius:50%;background:#0d3020;border:2px solid #79c88f;
}
.situp-skunk-contact__bubble {
  position:relative;display:block;max-width:134px;padding:11px 14px;
  margin-bottom:43px;border-radius:16px 16px 16px 4px;
  background:#0e5131;color:#fff;font-size:13px;font-weight:800;line-height:1.2;
  border:1px solid #8edba4;text-align:center;
}
.situp-skunk-contact__bubble::after {
  content:"";position:absolute;left:15px;bottom:-8px;width:14px;height:14px;
  background:#0e5131;border-left:1px solid #8edba4;border-bottom:1px solid #8edba4;
  transform:rotate(-45deg);
}
@media(max-width:920px) {
  .situp-nav-v4 {
    display:none !important;height:auto !important;flex-direction:column !important;
    background:linear-gradient(180deg,#153a29,#0b241a) !important;
  }
  .situp-header-v4.menu-open .situp-nav-v4 { display:flex !important; }
  .hero-shell { grid-template-columns:minmax(0,1fr) !important;gap:0 !important; }
  .hero-values { display:none !important; }
  .hero-content { max-width:660px !important; }
}
@media(max-width:760px) {
  main > section:not(.hero):not(.subhero) { width:calc(100% - 18px) !important;padding-left:18px !important;padding-right:18px !important; }
  .hero-shell,.subhero-shell { width:calc(100% - 36px) !important; }
  .hero-shell { min-height:520px !important;padding:48px 0 !important; }
  .hero h1 { font-size:clamp(38px,9vw,54px) !important; }
  .situp-skunk-contact { right:12px;bottom:12px; }
  .situp-skunk-contact__image { width:60px;height:60px; }
  .situp-skunk-contact__bubble { font-size:11px;max-width:98px;padding:8px 10px;margin-bottom:31px; }
}
@media print { .situp-skunk-contact { display:none !important; } }
