/* ============================================================
   ZANCK — COMPANY / CORPORATE STYLES
   File: /assets/css/company.css

   Brand system:
   Primary Blue : #1e6dbb
   White        : #FFFFFF
   Black        : #000000

   Purpose:
   Page-level styles for /pages/company/index.html (the Company
   overview page). Builds on the shared design system in
   variables.css, typography.css, layout.css and components.css —
   this file only contains rules for the page-specific classes
   (hero, statement, facts, beliefs, disciplines, approach preview,
   sub-navigation and CTA sections).

   Note: the --zanck-blue / --zanck-white / --zanck-black /
   --soft-blue / --line / --muted custom properties referenced
   below are defined on :root inside the page's own inline
   <style> block (shared site-chrome styles, matching the rest
   of the site), so they remain available to this stylesheet.
   ============================================================ */

.eyebrow-light {
    color: #fff;
}

.text-accent {
    color: var(--zanck-blue, #1e6dbb);
}

.section-heading-large {
    margin: 14px 0 0;
    font-size: clamp(1.9rem, 1.4rem + 2vw, 2.75rem);
    line-height: 1.15;
    letter-spacing: -0.015em;
}

.section-heading-light {
    color: #fff;
}

.section-lead {
    max-width: 620px;
    margin: 22px 0 0;
    color: var(--muted);
    font-size: 1.0625rem;
    line-height: 1.7;
}

.section-intro-grid {
    display: grid;
    grid-template-columns: 0.8fr 2.2fr;
    gap: 50px;
    margin-bottom: 60px;
}

.section-header-row {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    align-items: end;
    gap: 40px;
    margin-bottom: 56px;
}

.section-header-side p {
    margin: 0 0 16px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 1rem;
    line-height: 1.65;
}

.company-disciplines .section-header-side p {
    color: var(--muted);
}

/* ---- HERO ---- */

.company-hero {
    padding-top: 150px;
}

.company-hero-grid {
    display: grid;
    grid-template-columns: 0.8fr 2.2fr;
    gap: 50px;
    margin-bottom: 60px;
}

.company-hero-label {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.company-hero-index {
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.company-hero-heading {
    margin: 0 0 22px;
    font-size: clamp(2.5rem, 1.7rem + 3vw, 4rem);
    line-height: 1.08;
    letter-spacing: -0.02em;
}

.company-hero-heading span {
    color: var(--zanck-blue, #1e6dbb);
}

.company-hero-description {
    max-width: 560px;
    margin: 0 0 34px;
    color: var(--muted);
    font-size: 1.0625rem;
    line-height: 1.65;
}

.company-hero-actions {
    display: flex;
    gap: 14px;
}

.company-hero-visual {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 360px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: var(--soft-blue);
    overflow: hidden;
}

.company-visual-grid {
    position: absolute;
    inset: 0;
    opacity: 0.5;
    background-image:
        linear-gradient(to right, rgba(30, 109, 187, 0.08) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(30, 109, 187, 0.08) 1px, transparent 1px);
    background-size: 40px 40px;
}

.company-visual-line {
    position: absolute;
    background: rgba(30, 109, 187, 0.25);
}

.company-visual-line-one {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
}

.company-visual-line-two {
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
}

.company-visual-line-three {
    inset: 18%;
    border: 1px dashed rgba(30, 109, 187, 0.3);
    border-radius: 50%;
    background: none;
}

.company-visual-core {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 34px 42px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 24px 60px -20px rgba(30, 109, 187, 0.35);
    text-align: center;
}

.company-visual-core span {
    color: var(--zanck-blue, #1e6dbb);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.company-visual-core strong {
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.company-visual-node {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--zanck-blue, #1e6dbb);
    box-shadow: 0 0 0 4px rgba(30, 109, 187, 0.14);
}

.node-one { top: 20%; left: 22%; }
.node-two { top: 24%; right: 20%; }
.node-three { bottom: 22%; left: 26%; }
.node-four { bottom: 18%; right: 24%; }

/* ---- STATEMENT ---- */

.company-statement-grid {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 40px;
    padding-top: 50px;
    border-top: 1px solid var(--line);
}

.company-statement-number {
    font-size: 5rem;
    font-weight: 800;
    line-height: 1;
    color: var(--soft-blue);
    -webkit-text-stroke: 1.5px var(--zanck-blue, #1e6dbb);
}

.company-statement-large {
    margin: 0 0 18px;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -0.01em;
}

.company-statement-content p:not(.company-statement-large) {
    margin: 0;
    max-width: 620px;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.7;
}

/* ---- FACTS ---- */

.facts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    overflow: hidden;
}

.fact-item {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 32px 26px;
    background: var(--zanck-black, #000);
}

.fact-number {
    color: var(--zanck-blue, #4a92d9);
    font-size: 12px;
    font-weight: 700;
}

.fact-label {
    color: rgba(255, 255, 255, 0.5);
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.fact-item h3 {
    margin: 0;
    color: #fff;
    font-size: 1.15rem;
    letter-spacing: -0.01em;
}

.fact-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.92rem;
    line-height: 1.6;
}

/* ---- BELIEFS ---- */

.beliefs-list {
    display: flex;
    flex-direction: column;
}

.belief-row {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 24px;
    padding: 28px 0;
    border-bottom: 1px solid var(--line);
}

.belief-row:first-child {
    padding-top: 0;
}

.belief-number {
    color: var(--zanck-blue, #1e6dbb);
    font-size: 13px;
    font-weight: 700;
}

.belief-content h3 {
    margin: 0 0 8px;
    font-size: 1.2rem;
    letter-spacing: -0.01em;
}

.belief-content p {
    margin: 0;
    max-width: 680px;
    color: var(--muted);
    font-size: 0.98rem;
    line-height: 1.65;
}

/* ---- DISCIPLINES ---- */

.discipline-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden;
}

.discipline-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 34px 28px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    transition: background 0.25s ease;
}

.discipline-card:hover {
    background: var(--soft-blue);
}

.discipline-number {
    color: var(--zanck-blue, #1e6dbb);
    font-size: 12px;
    font-weight: 700;
}

.discipline-card h3 {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.discipline-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.6;
}

.discipline-arrow {
    align-self: flex-end;
    margin-top: auto;
    font-size: 18px;
    color: var(--zanck-blue, #1e6dbb);
    transition: transform 0.25s ease;
}

.discipline-card:hover .discipline-arrow {
    transform: translate(3px, -3px);
}

/* ---- APPROACH PREVIEW ---- */

.company-approach-grid {
    display: grid;
    grid-template-columns: 0.8fr 2.2fr;
    align-items: center;
    gap: 50px;
}

.company-approach-label {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.company-approach-mark {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1;
    color: var(--soft-blue);
    -webkit-text-stroke: 1.5px var(--zanck-blue, #1e6dbb);
}

.company-approach-content .button {
    margin-top: 30px;
}

/* ---- COMPANY NAVIGATION ---- */

.company-navigation-header {
    margin-bottom: 50px;
}

.company-navigation-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    overflow: hidden;
}

.company-navigation-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 32px 26px;
    background: var(--zanck-black, #000);
    color: #fff;
    text-decoration: none;
    transition: background 0.25s ease;
}

.company-navigation-card:hover {
    background: #101418;
}

.company-navigation-number {
    color: var(--zanck-blue, #4a92d9);
    font-size: 12px;
    font-weight: 700;
}

.company-navigation-card h3 {
    margin: 0;
    font-size: 1.1rem;
    letter-spacing: -0.01em;
}

.company-navigation-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    line-height: 1.55;
}

.company-navigation-arrow {
    align-self: flex-end;
    margin-top: auto;
    font-size: 18px;
    color: var(--zanck-blue, #4a92d9);
    transition: transform 0.25s ease;
}

.company-navigation-card:hover .company-navigation-arrow {
    transform: translate(3px, -3px);
}

/* ---- CTA ---- */

.company-cta-inner {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}

.company-cta .eyebrow {
    color: rgba(255, 255, 255, 0.8);
}

.company-cta-heading {
    color: #fff;
    margin: 16px 0 18px;
    font-size: clamp(1.9rem, 1.4rem + 1.8vw, 2.6rem);
    line-height: 1.15;
    letter-spacing: -0.015em;
}

.company-cta-heading span {
    color: rgba(255, 255, 255, 0.7);
}

.company-cta-inner > p {
    margin: 0 0 30px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.0625rem;
    line-height: 1.6;
}

@media (max-width: 900px) {

    .company-hero-grid,
    .section-intro-grid,
    .company-approach-grid {
        grid-template-columns: 1fr;
    }

    .section-header-row {
        grid-template-columns: 1fr;
    }

    .company-statement-grid {
        grid-template-columns: 1fr;
    }

    .facts-grid,
    .discipline-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .company-navigation-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}
