:root {
    --hr-navy: #0b1f33;
    --hr-blue: #1769aa;
    --hr-light-blue: #eaf3fa;
    --hr-slate: #536273;
    --hr-light: #f5f7f9;
    --hr-white: #ffffff;
    --hr-border: #dce3e9;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--hr-navy);
    background: var(--hr-white);
    font-family:
        Inter,
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    line-height: 1.65;
}

.site-navbar {
    background: rgba(11, 31, 51, 0.97);
    padding: 1rem 0;
    backdrop-filter: blur(12px);
}

.navbar-brand {
    font-size: 1.45rem;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.brand-primary {
    color: var(--hr-white);
}

.brand-secondary {
    color: #6eb6ed;
}

.navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.82);
    font-weight: 600;
    margin: 0 0.25rem;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: var(--hr-white);
}

.btn-primary {
    background: var(--hr-blue);
    border-color: var(--hr-blue);
}

.btn-primary:hover,
.btn-primary:focus {
    background: #11588f;
    border-color: #11588f;
}

.hero-section {
    color: var(--hr-white);
    background:
        linear-gradient(
            90deg,
            rgba(7, 23, 38, 0.96) 0%,
            rgba(7, 23, 38, 0.82) 55%,
            rgba(7, 23, 38, 0.62) 100%
        ),
        url("/assets/images/heartland-hero.jpg") center / cover no-repeat;
}

.min-vh-75 {
    min-height: 75vh;
}

.hero-eyebrow,
.section-eyebrow {
    margin-bottom: 1rem;
    color: #68afe4;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hero-section h1 {
    max-width: 900px;
    margin-bottom: 1.5rem;
    font-size: clamp(2.7rem, 6vw, 5.2rem);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 0.98;
}

.hero-lead {
    max-width: 750px;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.section-padding {
    padding: 6rem 0;
}

.section-padding h2,
.cta-section h2 {
    margin-bottom: 1.25rem;
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 800;
    letter-spacing: -0.045em;
}

.section-intro {
    color: var(--hr-slate);
    font-size: 1.15rem;
}

.solutions-section {
    background: var(--hr-light);
}

.solution-card {
    padding: 2rem;
    background: var(--hr-white);
    border: 1px solid var(--hr-border);
    border-radius: 1rem;
    box-shadow: 0 15px 40px rgba(11, 31, 51, 0.06);
    transition:
        transform 180ms ease,
        box-shadow 180ms ease;
}

.solution-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(11, 31, 51, 0.12);
}

.solution-icon {
    display: inline-grid;
    width: 3.25rem;
    height: 3.25rem;
    margin-bottom: 1.5rem;
    place-items: center;
    color: var(--hr-white);
    background: var(--hr-blue);
    border-radius: 0.75rem;
    font-weight: 800;
}

.solution-card h3 {
    margin-bottom: 1rem;
    font-weight: 800;
}

.solution-card p {
    color: var(--hr-slate);
}

.card-link {
    color: var(--hr-blue);
    font-weight: 750;
    text-decoration: none;
}

.card-link:hover {
    text-decoration: underline;
}

.industry-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.industry-grid span {
    padding: 1rem;
    background: var(--hr-light-blue);
    border-radius: 0.65rem;
    font-weight: 650;
}

.cta-section {
    padding: 6rem 0;
    color: var(--hr-white);
    background: var(--hr-blue);
}

.cta-section .section-eyebrow {
    color: rgba(255, 255, 255, 0.72);
}

.cta-section p {
    max-width: 700px;
    margin: 0 auto 2rem;
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.15rem;
}

.site-footer {
    padding: 5rem 0 2rem;
    color: rgba(255, 255, 255, 0.72);
    background: var(--hr-navy);
}

.footer-brand {
    margin-bottom: 1rem;
    color: var(--hr-white);
    font-size: 1.6rem;
    font-weight: 800;
}

.footer-heading {
    margin-bottom: 1rem;
    color: var(--hr-white);
    font-size: 1rem;
    font-weight: 750;
}

.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a,
.footer-bottom a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
}

.footer-links a:hover,
.footer-bottom a:hover {
    color: var(--hr-white);
}

.site-footer hr {
    margin: 3rem 0 1.5rem;
    border-color: rgba(255, 255, 255, 0.15);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.9rem;
}

@media (max-width: 767.98px) {
    .section-padding {
        padding: 4rem 0;
    }

    .hero-section h1 {
        line-height: 1.05;
    }

    .industry-grid {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
    }
}

/* Relationship-focused homepage refresh
   Added July 2026
-------------------------------------------------- */

/* BEGIN RELATIONSHIP HOMEPAGE */

.hero-statement {
    max-width: 760px;
    margin: 1.5rem 0;
    color: #fff;
    font-size: clamp(1.35rem, 2vw, 1.8rem);
    font-weight: 600;
    line-height: 1.4;
}

.hero-philosophy {
    max-width: 800px;
    margin: 1.75rem 0 2rem;
    padding-left: 1.25rem;
    border-left: 4px solid currentColor;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.65;
}

.partnership-section {
    background: #f4f6f8;
}

.partnership-panel {
    padding: clamp(2rem, 5vw, 4rem);
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 1rem 3rem rgba(20, 38, 58, 0.08);
}

.partnership-panel h2 {
    margin-bottom: 1.5rem;
}

.partnership-panel p {
    font-size: 1.05rem;
    line-height: 1.8;
}

.engineering-principles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 1rem;
    margin: 2rem 0;
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    font-weight: 700;
}

.engineering-principles span::before,
.engineering-principles span::after {
    margin: 0 0.75rem;
    opacity: 0.45;
    content: "•";
}

.noc-section {
    background: #eef2f5;
}

.noc-highlight {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 1rem 3rem rgba(20, 38, 58, 0.08);
}

.noc-highlight > div {
    display: flex;
    min-height: 180px;
    padding: 2rem 1rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.noc-highlight > div + div {
    border-left: 1px solid #dce3e9;
}

.noc-highlight strong {
    display: block;
    font-size: clamp(2.75rem, 6vw, 5rem);
    line-height: 1;
}

.noc-highlight span {
    margin-top: 0.75rem;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.relationship-quote {
    margin: 1.75rem 0;
    padding-left: 1.25rem;
    border-left: 4px solid currentColor;
    font-size: 1.35rem;
    font-weight: 700;
}

.cta-closing {
    font-size: 1.15rem;
    font-weight: 700;
}

.footer-tagline {
    margin-bottom: 0.25rem;
    font-size: 1.05rem;
}

@media (max-width: 767.98px) {
    .engineering-principles {
        display: block;
    }

    .engineering-principles span {
        display: block;
        margin: 0.5rem 0;
    }

    .engineering-principles span::before,
    .engineering-principles span::after {
        display: none;
    }

    .noc-highlight {
        grid-template-columns: 1fr;
    }

    .noc-highlight > div {
        min-height: 135px;
    }

    .noc-highlight > div + div {
        border-top: 1px solid #dce3e9;
        border-left: 0;
    }
}

/* END RELATIONSHIP HOMEPAGE */

/* BEGIN ABOUT PAGE */

.about-hero {
    padding: 7rem 0;
    background:
        linear-gradient(
            120deg,
            rgba(10, 32, 52, 0.97),
            rgba(20, 66, 91, 0.9)
        );
    color: #fff;
}

.about-hero .section-eyebrow {
    color: rgba(255, 255, 255, 0.72);
}

.about-hero h1 {
    max-width: 900px;
    margin-bottom: 1.5rem;
    font-size: clamp(2.5rem, 5vw, 4.75rem);
    line-height: 1.05;
}

.about-hero-lead {
    max-width: 820px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.25rem;
    line-height: 1.75;
}

.about-date-card {
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(8px);
}

.about-date-label {
    display: block;
    margin-bottom: 0.35rem;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.about-date-card strong {
    display: block;
    margin-bottom: 1rem;
    font-size: 1.75rem;
}

.about-date-card p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.78);
}

.story-quote {
    margin: 2rem 0;
    padding: 1.25rem 0 1.25rem 1.5rem;
    border-left: 4px solid var(--bs-primary);
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 700;
    line-height: 1.25;
}

.story-principle,
.mission-card {
    height: 100%;
    padding: 2.5rem;
    border-radius: 1rem;
    background: #f2f5f7;
}

.story-principle h2,
.mission-card h2 {
    margin-bottom: 1.25rem;
}

.about-partnership {
    background: #0f2d42;
    color: #fff;
}

.about-partnership .section-eyebrow {
    color: rgba(255, 255, 255, 0.65);
}

.about-partnership p {
    color: rgba(255, 255, 255, 0.82);
}

.about-values {
    background: #f2f5f7;
}

.about-section-heading {
    max-width: 760px;
    margin-bottom: 3rem;
}

.about-section-heading > p:last-child {
    font-size: 1.125rem;
}

.about-value-card {
    height: 100%;
    padding: 2rem;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 0.75rem 2rem rgba(10, 32, 52, 0.08);
}

.about-value-number {
    display: inline-block;
    margin-bottom: 1.25rem;
    color: var(--bs-primary);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.15em;
}

.about-value-card h3 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.about-value-card p {
    margin-bottom: 0;
}

.engineering-statement {
    padding: 2.5rem;
    border-left: 5px solid var(--bs-primary);
    background: #0f2d42;
    color: #fff;
    box-shadow: 0 1rem 2.5rem rgba(10, 32, 52, 0.15);
}

.engineering-statement p {
    margin-bottom: 0.75rem;
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.15rem;
}

.engineering-statement strong {
    display: block;
    font-size: clamp(1.6rem, 3vw, 2.35rem);
    line-height: 1.25;
}

.about-mission {
    background: #e9f0f3;
}

.mission-outcome {
    padding: 2.5rem;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 1rem 2.5rem rgba(10, 32, 52, 0.1);
}

.mission-outcome span {
    display: block;
    margin-bottom: 0.75rem;
    color: var(--bs-primary);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.mission-outcome strong {
    display: block;
    font-size: 1.6rem;
    line-height: 1.35;
}

.about-closing {
    background: #fff;
}

.about-closing-content {
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
}

.about-closing-content h2 {
    margin-bottom: 1.5rem;
    font-size: clamp(2rem, 4vw, 3.25rem);
}

.about-closing-content p {
    font-size: 1.125rem;
}

.about-closing-content .btn {
    margin-top: 1rem;
}

@media (max-width: 991.98px) {
    .about-hero {
        padding: 5rem 0;
    }

    .about-date-card {
        max-width: 520px;
    }
}

@media (max-width: 575.98px) {
    .about-hero {
        padding: 4rem 0;
    }

    .story-principle,
    .mission-card,
    .about-value-card,
    .engineering-statement,
    .mission-outcome {
        padding: 1.5rem;
    }
}

/* END ABOUT PAGE */

/* Contact Bar */

.top-contact-bar {
    background: #0b2341;
    padding: .45rem 0;
    font-size: .90rem;
}

.top-contact-bar a {
    color: #ffffff;
    text-decoration: none;
}

.top-contact-bar a:hover {
    text-decoration: underline;
}
