:root {
    --fusix-ink: #0e0c19;
    --fusix-teal: #006d77;
    --fusix-teal-soft: #83c5be;
    --fusix-gold: #ffc200;
    --fusix-paper: #f6f7f8;
    --fusix-blue: #075f97;
    --fusix-footer: #13252d;
}

body { background: var(--fusix-paper); color: var(--fusix-ink); }
.navbar-fusix { background: var(--fusix-ink); }
.navbar-fusix .navbar-brand, .navbar-fusix .nav-link { color: #fff; }
.navbar-fusix .nav-link:hover, .navbar-fusix .nav-link.active { color: var(--fusix-gold); }
.btn-fusix { background: var(--fusix-teal); border-color: var(--fusix-teal); color: #fff; }
.btn-fusix:hover { background: #075b63; border-color: #075b63; color: #fff; }
.card { border: 0; box-shadow: 0 .15rem .55rem rgba(14, 12, 25, .08); }
.status-dot { width: .7rem; height: .7rem; border-radius: 50%; display: inline-block; margin-right: .4rem; }
.status-ready { background: #198754; }
.status-next { background: var(--fusix-gold); }
.review-block { border-left: 5px solid #d6d9dc; }
.review-block.is-killed { opacity: .55; background: #f1f1f1; text-decoration: line-through; }
.sticky-actions { position: sticky; top: 1rem; }

/* Public-site shell. The first content pass is intentionally text-only. */
.public-site { background: #fff; color: #18242a; }
.site-brand-row { background: #fff; }
.site-wordmark, .footer-wordmark { font-size: clamp(1.85rem, 4vw, 2.65rem); font-weight: 800; letter-spacing: .08em; text-decoration: none; }
.site-wordmark { color: #45545a; }
.site-navigation { background: var(--fusix-blue); padding-top: .45rem; padding-bottom: .45rem; }
.site-navigation .nav-link { color: #fff; text-transform: uppercase; font-size: .95rem; padding: .75rem 1rem !important; }
.site-navigation .nav-link:hover, .site-navigation .nav-link.active { color: #fff; background: rgba(255,255,255,.12); }
.header-social-link { color: var(--fusix-blue); font-size: 1.55rem; line-height: 1; }
.header-social-link:hover { color: var(--fusix-teal); }
.home-hero { background: #e8f2f5; border-bottom: 1px solid #d4e1e6; }
.inside-banner { background: #17333f; color: #fff; }
.inside-banner h1 { font-size: clamp(2.2rem, 5vw, 4.2rem); margin: 0; }
.eyebrow { text-transform: uppercase; letter-spacing: .14em; font-size: .82rem; font-weight: 700; color: var(--fusix-teal); }
.inside-banner .eyebrow { color: #a9d7da; }
.py-lg-6 { padding-top: 5rem !important; padding-bottom: 5rem !important; }
.section-white { background: #fff; }
.section-soft { background: #f3f5f6; }
.content-intro { max-width: 880px; }
.content-reading { max-width: 860px; font-size: 1.08rem; line-height: 1.75; }
.child-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.child-grid-1 { grid-template-columns: minmax(0, 1fr); max-width: 760px; margin-inline: auto; }
.child-grid-2, .child-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.child-grid-7 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.child-card { background: #fff; padding: 1.5rem; border: 1px solid #dde3e6; border-radius: .25rem; }
.btn-outline-fusix { color: var(--fusix-teal); border: 1px solid var(--fusix-teal); }
.btn-outline-fusix:hover { color: #fff; background: var(--fusix-teal); }
.site-cta { background: var(--fusix-teal); color: #fff; }
.site-footer { background: var(--fusix-footer); color: #fff; }
.footer-wordmark { color: #fff; }
.footer-heading { font-size: 1rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 1rem; }
.footer-links li + li { margin-top: .45rem; }
.footer-links a, .site-footer a { color: #fff; }
.footer-links a:hover, .site-footer a:hover { color: var(--fusix-teal-soft); }
.footer-social-link { width: 2.25rem; height: 2.25rem; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; color: #fff !important; font-size: 1.15rem; text-decoration: none; }
.footer-social-link:hover { background: #fff; color: var(--fusix-footer) !important; }
.site-footer-bottom { border-top: 1px solid rgba(255,255,255,.12); }
.contact-hours { color: #18242a; }

@media (min-width: 992px) {
    .child-grid-5 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
    .child-grid-5 .child-card:nth-child(-n+3) { grid-column: span 2; }
    .child-grid-5 .child-card:nth-child(n+4) { grid-column: span 3; }
    .child-grid-7 .child-card:nth-child(n+5) { grid-column: span 1; }
}
@media (max-width: 991.98px) {
    .child-grid, .child-grid-7 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575.98px) {
    .child-grid, .child-grid-2, .child-grid-4, .child-grid-7 { grid-template-columns: 1fr; }
    .site-brand-row .container { padding-top: 1.15rem !important; padding-bottom: 1.15rem !important; }
}
