/* Consolidation.Site chrome — wraps LOCKED wordmark; does not alter wordmark tokens. */
html {
  scroll-behavior: smooth;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*
 * Stage chrome (operator 2026-08-24): baseline CSS stays verbatim in
 * wordmark-dark-baseline.css. Staging overrides placement + structural mark.
 * - blur stays; apex higher so glow reads underneath mark + wordmark
 * - bottom padding proportional (not flush to hero border)
 * - structural-mark replaces padding-top stand-in (brandbook §3)
 */
.wordmark-stage {
  padding-top: clamp(24px, 4cqi, 48px); /* residual air above mark; mark owns apex height */
  padding-bottom: clamp(56px, 12cqi, 140px);
  background: radial-gradient(ellipse at 50% -8%, #2EB4D6 0%, #0B2470 34%, #04081C 70%);
}
.structural-mark {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: min(72cqi, 720px);
  margin: 0 auto clamp(8px, 1.5cqi, 20px);
}
.structural-mark img {
  display: block;
  width: 100%;
  height: auto;
  /* PNG ships on black; screen blends black away onto stage glow */
  mix-blend-mode: screen;
}
html {
  background: #04081c;
  /* Chrome accents — brand blues (not wordmark cyan #2EB4D6). Palette 02. */
  --cc-accent: #3566d1; /* Technical Blue */
  --cc-accent-fill: #2656bd; /* Confident Blue — CTA */
  --cc-accent-hover: #4a78de; /* Steel Blue — hover */
  --cc-accent-glow: rgba(53, 102, 209, 0.45);
}
/*
 * Site type default = Rajdhani (same face as CONSOLIDARE wordmark main).
 * Not wordmark lockup: lighter weight, milder tracking; tall enough to pair with logo text.
 * Orbitron stays wordmark-sub only (LOCKED baseline).
 */
body {
  margin: 0;
  min-height: 100vh;
  color: #f7f6f2;
  font-family: "Rajdhani", "Saira Semi Condensed", "Barlow Condensed", system-ui, sans-serif;
  font-weight: 500;
  font-size: 1.05rem;
  letter-spacing: 0.03em;
  line-height: 1.45;
  background: #04081c;
}
h1, h2, h3, h4 {
  font-family: inherit;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.1;
}
a {
  color: inherit;
}
.cc-shell {
  width: min(1180px, calc(100% - 3rem));
  margin-inline: auto;
}
.cc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 4.5rem;
  padding-block: 0.75rem;
  border-bottom: 1px solid rgba(53, 102, 209, 0.28);
  background: rgba(4, 8, 28, 0.92);
}
.cc-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.cc-nav a {
  text-decoration: none;
  opacity: 0.88;
}
.cc-nav a:hover {
  opacity: 1;
  color: var(--cc-accent-hover);
}
.cc-nav .cta {
  padding: 0.65rem 0.9rem;
  color: #f7f6f2;
  background: var(--cc-accent-fill);
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, color 0.18s ease;
}
.cc-nav .cta:hover,
.cc-nav .cta:focus-visible,
.cc-nav .cta:active {
  color: #ffffff;
  background: var(--cc-accent-hover);
  box-shadow: 0 0 0 1px rgba(74, 120, 222, 0.55), 0 0 18px var(--cc-accent-glow);
  transform: translateY(-1px);
}
.cc-nav .cta:hover {
  opacity: 1; /* beat .cc-nav a opacity */
}
.cc-hero {
  padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(3rem, 7vw, 5rem);
  background: #0b1b3a;
  border-top: 1px solid rgba(53, 102, 209, 0.22);
}
.cc-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.cc-hero-copy h1 {
  margin: 0;
  max-width: 22ch;
  font-size: clamp(2rem, 4.6vw, 3.4rem);
  font-weight: 600;
  letter-spacing: 0.055em;
  line-height: 1.05;
  color: #ffffff;
  text-wrap: balance;
}
.cc-hero-copy .lead {
  max-width: 58ch;
  margin: 1.25rem 0 0;
  color: #cbd4e4;
  font-size: 1.15rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.55;
}
.cc-hero-copy .trust {
  margin: 1.1rem 0 0;
  color: var(--cc-accent);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cc-hero-art {
  margin: 0;
  display: grid;
  place-items: center;
  min-height: min(52vw, 420px);
}
.cc-hero-art img {
  display: block;
  width: min(100%, 420px);
  height: auto;
  mix-blend-mode: screen;
}
.cc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.5rem;
}
.cc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0 1.1rem;
  border: 1px solid var(--cc-accent);
  border-radius: 4px;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, color 0.18s ease;
}
.cc-button:hover,
.cc-button:focus-visible,
.cc-button:active {
  border-color: var(--cc-accent-hover);
  color: #ffffff;
  box-shadow: 0 0 16px var(--cc-accent-glow);
  transform: translateY(-1px);
}
.cc-button.primary {
  color: #ffffff;
  background: var(--cc-accent-fill);
  border-color: var(--cc-accent-fill);
}
.cc-button.primary:hover,
.cc-button.primary:focus-visible,
.cc-button.primary:active {
  color: #ffffff;
  background: var(--cc-accent-hover);
  border-color: var(--cc-accent-hover);
  box-shadow: 0 0 0 1px rgba(74, 120, 222, 0.55), 0 0 18px var(--cc-accent-glow);
}
.cc-footer {
  padding: 1.75rem 0;
  border-top: 1px solid rgba(53, 102, 209, 0.25);
  color: #cbd4e4;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  background: #04081c;
}
.cc-footer-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
}
.cc-footer-line {
  margin: 0;
  max-width: 52rem;
  line-height: 1.45;
}
.cc-footer-tagline {
  color: #d7e0ef;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
}
.cc-footer-copy {
  opacity: 0.8;
  font-size: 0.82rem;
}
.cc-legal {
  margin: 0;
  opacity: 0.75;
  font-size: 0.72rem;
}
@media (max-width: 640px) {
  .cc-footer-stack {
    align-items: stretch;
  }
  .cc-footer-line {
    max-width: none;
  }
}
.neos-contentcollection:empty {
  display: none;
}
.cc-page {
  padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(3rem, 7vw, 5rem);
  background: #0b1b3a;
  border-top: 1px solid rgba(53, 102, 209, 0.22);
}
.cc-contact.cc-page {
  padding: clamp(1.5rem, 3.5vw, 2.75rem) 0 clamp(2rem, 4vw, 3.25rem);
  scroll-margin-top: 1.25rem;
}
.cc-page h1 {
  margin: 0.35rem 0 0;
  max-width: 22ch;
  font-size: clamp(2rem, 4.6vw, 3.2rem);
  font-weight: 600;
  letter-spacing: 0.055em;
  line-height: 1.05;
  color: #ffffff;
}
.cc-contact .cc-contact-copy h1 {
  max-width: 18ch;
  font-size: clamp(1.75rem, 3.8vw, 2.75rem);
}
.cc-page .lead {
  max-width: 58ch;
  margin: 1.25rem 0 0;
  color: #cbd4e4;
  font-size: 1.15rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.55;
}
.cc-contact .cc-contact-copy .lead {
  margin: 0.75rem 0 0;
  max-width: 42ch;
  font-size: 1.05rem;
}
.cc-eyebrow {
  margin: 0;
  color: var(--cc-accent);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cc-contact-copy {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}
.cc-contact-card {
  margin-top: 1rem;
  max-width: none;
  padding: 1.15rem 1.2rem;
  border: 1px solid rgba(53, 102, 209, 0.35);
  border-radius: 6px;
  background: rgba(4, 8, 28, 0.45);
}
.cc-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(1rem, 2.5vw, 2rem);
  align-items: start;
}
.cc-contact-art {
  margin: 0;
  margin-top: clamp(2.25rem, 4.5vw, 3.5rem); /* align with headline, not CONTACT eyebrow */
  display: grid;
  place-items: start center;
  align-self: start;
}
.cc-contact-art img {
  display: block;
  width: min(100%, 420px);
  height: auto;
  mix-blend-mode: screen;
}
.cc-contact-company {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #ffffff;
}
.cc-contact-email {
  margin: 0.35rem 0 0.75rem;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.cc-contact-email a {
  color: var(--cc-accent-hover);
  text-decoration: none;
}
.cc-contact-email a:hover {
  text-decoration: underline;
}
.cc-muted {
  color: #a8b4c8;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media (max-width: 720px) {
  .cc-shell {
    width: min(100% - 1.5rem, 1180px);
  }
  .cc-hero-grid,
  .cc-contact-grid {
    grid-template-columns: 1fr;
  }
  .cc-hero-art {
    order: -1;
    min-height: 0;
  }
  .cc-hero-art img {
    width: min(100%, 320px);
  }
  .cc-contact-art img {
    width: min(100%, 280px);
    margin-inline: auto;
  }
  .cc-contact-art {
    place-items: center;
    order: -1;
    margin-top: 0;
  }
}
