body.company-page {
    --company-ink: #16181d;
    --company-muted: #656b74;
    --company-line: #dfe3e8;
    --company-blue: #2563eb;
    --company-gold: #d2aa59;

    color: var(--company-ink);
    background: #ffffff;
    font-family: "Noto Sans KR", var(--font-kr);
}

body.company-page .header {
    box-shadow: none;
}

.company-hero {
    position: relative;
    min-height: clamp(540px, 67vh, 680px);
    margin-top: 92px;
    overflow: hidden;
    background: #101218;
}

.company-hero-image,
.company-hero-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.company-hero-image {
    object-fit: cover;
    object-position: center 48%;
}

.company-hero-shade {
    background:
        linear-gradient(90deg, rgba(8, 9, 13, 0.88) 0%, rgba(8, 9, 13, 0.62) 48%, rgba(8, 9, 13, 0.18) 100%),
        linear-gradient(180deg, rgba(8, 9, 13, 0.08) 55%, rgba(8, 9, 13, 0.56) 100%);
}

.company-hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: clamp(540px, 67vh, 680px);
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-top: 52px;
    padding-bottom: 52px;
    color: #ffffff;
}

.company-eyebrow,
.company-kicker {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.company-eyebrow {
    margin-bottom: 14px;
    color: #f4cf7b;
}

.company-hero h1 {
    max-width: 760px;
    color: #ffffff;
    font-size: clamp(3rem, 5.8vw, 5.1rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: 0;
}

.company-hero-copy {
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    font-weight: 400;
    line-height: 1.8;
    word-break: keep-all;
}

.company-hero-actions {
    display: flex;
    gap: 10px;
    margin-top: 34px;
}

.company-btn {
    display: inline-flex;
    min-width: 148px;
    min-height: 48px;
    padding: 0 22px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1;
    transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.company-btn:hover,
.company-btn:focus-visible {
    transform: translateY(-2px);
}

.company-btn:focus-visible {
    outline: 3px solid rgba(37, 99, 235, 0.32);
    outline-offset: 3px;
}

.company-btn-primary {
    color: #14161a;
    background: #ffffff;
}

.company-btn-primary:hover,
.company-btn-primary:focus-visible {
    background: #f4cf7b;
}

.company-btn-ghost {
    border-color: rgba(255, 255, 255, 0.54);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.04);
}

.company-btn-ghost:hover,
.company-btn-ghost:focus-visible {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
}

.company-intro,
.company-process {
    padding: 112px 0;
}

.company-intro-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.82fr) minmax(360px, 1.18fr);
    gap: clamp(56px, 9vw, 132px);
    align-items: start;
}

.company-kicker {
    display: block;
    margin-bottom: 18px;
    color: var(--company-blue);
}

.company-section-heading h2 {
    color: var(--company-ink);
    font-size: clamp(2rem, 3.5vw, 3.2rem);
    font-weight: 650;
    line-height: 1.28;
    letter-spacing: 0;
    word-break: keep-all;
}

.company-intro-copy {
    padding-top: 38px;
}

.company-intro-copy p {
    color: var(--company-muted);
    font-size: 1.04rem;
    line-height: 1.95;
    word-break: keep-all;
}

.company-intro-copy p + p {
    margin-top: 20px;
}

.company-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 76px;
    border-top: 1px solid var(--company-ink);
    border-bottom: 1px solid var(--company-line);
}

.company-fact {
    min-width: 0;
    padding: 28px 30px;
    border-right: 1px solid var(--company-line);
}

.company-fact:first-child {
    padding-left: 0;
}

.company-fact:last-child {
    border-right: 0;
}

.company-fact strong,
.company-fact span {
    display: block;
}

.company-fact strong {
    color: var(--company-ink);
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    font-weight: 700;
    line-height: 1.35;
}

.company-fact span {
    margin-top: 7px;
    color: var(--company-muted);
    font-size: 0.88rem;
}

.company-principles {
    padding: 104px 0 110px;
    color: #ffffff;
    background: #17191e;
}

.company-section-heading-light h2 {
    color: #ffffff;
}

.company-section-heading-light .company-kicker {
    color: #f4cf7b;
}

.company-principle-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 54px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.company-principle-list li {
    min-width: 0;
    padding: 32px 36px 0 0;
}

.company-principle-list li + li {
    padding-left: 36px;
    border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.company-index {
    color: #f4cf7b;
    font-size: 0.78rem;
    font-weight: 700;
}

.company-principle-list h3 {
    margin-top: 24px;
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 650;
    letter-spacing: 0;
}

.company-principle-list p {
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.94rem;
    line-height: 1.8;
    word-break: keep-all;
}

.company-process-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 48px;
}

.company-process-head > p {
    max-width: 470px;
    padding-bottom: 7px;
    color: var(--company-muted);
    font-size: 0.96rem;
    line-height: 1.8;
    word-break: keep-all;
}

.company-process-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 58px;
    border-top: 1px solid var(--company-ink);
}

.company-process-list li {
    min-width: 0;
    padding: 24px 28px 0 0;
}

.company-process-list li + li {
    padding-left: 28px;
    border-left: 1px solid var(--company-line);
}

.company-process-list span {
    color: var(--company-blue);
    font-size: 0.76rem;
    font-weight: 800;
}

.company-process-list h3 {
    margin-top: 18px;
    color: var(--company-ink);
    font-size: 1.14rem;
    font-weight: 700;
}

.company-process-list p {
    margin-top: 10px;
    color: var(--company-muted);
    font-size: 0.88rem;
    line-height: 1.7;
    word-break: keep-all;
}

.company-cta {
    padding: 78px 0;
    background: #eef4fc;
}

.company-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

.company-cta h2 {
    color: var(--company-ink);
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 650;
    line-height: 1.3;
    letter-spacing: 0;
}

.company-cta p {
    margin-top: 12px;
    color: var(--company-muted);
    font-size: 0.94rem;
    line-height: 1.75;
    word-break: keep-all;
}

.company-btn-dark {
    flex: 0 0 auto;
    color: #ffffff;
    background: var(--company-ink);
}

.company-btn-dark:hover,
.company-btn-dark:focus-visible {
    background: var(--company-blue);
}

@media (max-width: 900px) {
    .company-intro-layout {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .company-intro-copy {
        max-width: 680px;
        padding-top: 0;
    }

    .company-principle-list,
    .company-process-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .company-principle-list li:nth-child(3),
    .company-process-list li:nth-child(n + 3) {
        margin-top: 34px;
        padding-top: 30px;
        border-top: 1px solid rgba(255, 255, 255, 0.16);
    }

    .company-process-list li:nth-child(n + 3) {
        border-top-color: var(--company-line);
    }
}

@media (max-width: 768px) {
    .company-hero {
        min-height: 500px;
        margin-top: 116px;
    }

    .company-hero-inner {
        min-height: 500px;
        padding-top: 44px;
        padding-bottom: 44px;
    }

    .company-hero-image {
        object-position: 58% center;
    }

    .company-hero-shade {
        background: linear-gradient(90deg, rgba(8, 9, 13, 0.88) 0%, rgba(8, 9, 13, 0.56) 100%);
    }

    .company-hero h1 {
        font-size: 2.85rem;
    }

    .company-hero-copy {
        font-size: 0.96rem;
    }

    .company-hero-actions {
        width: 100%;
        gap: 8px;
    }

    .company-btn {
        min-width: 0;
        min-height: 46px;
        padding: 0 16px;
        font-size: 0.88rem;
    }

    .company-hero-actions .company-btn {
        flex: 1;
    }

    .company-intro,
    .company-process {
        padding: 78px 0;
    }

    .company-section-heading h2 {
        font-size: 2rem;
    }

    .company-intro-copy p {
        font-size: 0.94rem;
        line-height: 1.85;
    }

    .company-facts {
        grid-template-columns: 1fr;
        margin-top: 48px;
    }

    .company-fact,
    .company-fact:first-child {
        padding: 20px 0;
        border-right: 0;
        border-bottom: 1px solid var(--company-line);
    }

    .company-fact:last-child {
        border-bottom: 0;
    }

    .company-principles {
        padding: 76px 0 80px;
    }

    .company-principle-list {
        grid-template-columns: 1fr;
        margin-top: 38px;
    }

    .company-principle-list li,
    .company-principle-list li + li,
    .company-principle-list li:nth-child(3) {
        margin-top: 0;
        padding: 26px 0;
        border-top: 0;
        border-left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    }

    .company-principle-list li:last-child {
        border-bottom: 0;
    }

    .company-principle-list h3 {
        margin-top: 12px;
    }

    .company-process-head,
    .company-cta-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
    }

    .company-process-head > p {
        padding-bottom: 0;
    }

    .company-process-list {
        grid-template-columns: 1fr;
        margin-top: 38px;
    }

    .company-process-list li,
    .company-process-list li + li,
    .company-process-list li:nth-child(n + 3) {
        margin-top: 0;
        padding: 22px 0;
        border-top: 0;
        border-left: 0;
        border-bottom: 1px solid var(--company-line);
    }

    .company-process-list li:last-child {
        border-bottom: 0;
    }

    .company-process-list h3 {
        margin-top: 8px;
    }

    .company-cta {
        padding: 62px 0;
    }

    .company-cta-inner .company-btn {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .company-btn {
        transition: none;
    }
}
