:root {
    --company-ink: #101828;
    --company-muted: #566273;
    --company-line: #d9e0e8;
    --company-blue: #163f84;
    --company-cyan: #16b9d4;
    --company-paper: #f5f7fa;
    --company-navy: #071421;
}

body.company-page {
    margin: 0;
    color: var(--company-ink);
    background: #fff;
    font-family: 'Pretendard', 'Noto Sans KR', Arial, sans-serif;
}

.company-page *,
.company-page *::before,
.company-page *::after {
    box-sizing: border-box;
}

.company-page a {
    color: inherit;
}

.company-mobile-break {
    display: none;
}

.company-shell {
    width: min(1180px, calc(100% - 80px));
    margin: 0 auto;
}

.company-hero {
    position: relative;
    min-height: 660px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    color: #fff;
    background: #071421;
}

.company-hero::before,
.company-hero::after {
    content: '';
    position: absolute;
    inset: 0;
}

.company-hero::before {
    background: var(--hero-image) center / cover no-repeat;
    transform: scale(1.015);
}

.company-hero::after {
    background: linear-gradient(90deg, rgba(4, 15, 28, .88) 0%, rgba(4, 15, 28, .56) 48%, rgba(4, 15, 28, .18) 100%);
}

.company-hero--overview {
    --hero-image: url('/assets/img/background/about.webp');
}

.company-hero--engineering {
    --hero-image: url('/assets/img/about/engineering-hero-ai.webp');
}

.company-hero__content {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 80px));
    margin: 0 auto;
    padding-bottom: 82px;
}

.company-kicker {
    display: block;
    margin-bottom: 22px;
    color: #68dff0;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
    text-transform: uppercase;
}

.company-hero h1 {
    max-width: 820px;
    margin: 0;
    font-size: clamp(48px, 6vw, 82px);
    font-weight: 750;
    line-height: 1.08;
}

.company-hero p {
    max-width: 720px;
    margin-top: 26px;
    color: rgba(255,255,255,.82);
    font-size: 20px;
    line-height: 1.75;
    white-space: normal;
    overflow-wrap: anywhere;
}

.company-section {
    padding: 120px 0;
}

.company-section--soft {
    background: var(--company-paper);
}

.company-section--dark {
    color: #fff;
    background: var(--company-navy);
}

.company-section--compact {
    padding: 88px 0;
}

.company-section__head {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 36px;
    align-items: start;
    margin-bottom: 64px;
}

.company-section__index {
    color: var(--company-blue);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.5;
    text-transform: uppercase;
}

.company-section--dark .company-section__index {
    color: #5ad7e9;
}

.company-section__head h2,
.company-statement h2 {
    margin: 0;
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 720;
    line-height: 1.25;
}

.company-statement {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
    gap: 88px;
    align-items: end;
}

.company-statement p {
    margin: 0 0 8px;
    color: var(--company-muted);
    font-size: 18px;
    line-height: 1.9;
}

.company-statement strong {
    color: var(--company-blue);
}

.capability-rail {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--company-line);
    border-bottom: 1px solid var(--company-line);
}

.capability-step {
    position: relative;
    min-height: 390px;
    padding: 38px 34px 42px;
    border-right: 1px solid var(--company-line);
}

.capability-step:last-child {
    border-right: 0;
}

.capability-step__number {
    display: block;
    margin-bottom: 72px;
    color: var(--company-blue);
    font-size: 14px;
    font-weight: 800;
}

.capability-step h3 {
    margin: 0 0 24px;
    font-size: 27px;
    font-weight: 720;
}

.capability-step ul,
.advantage-column ul,
.engineering-copy ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.capability-step li {
    position: relative;
    margin-top: 11px;
    padding-left: 14px;
    color: var(--company-muted);
    font-size: 16px;
    line-height: 1.7;
}

.capability-step li::before {
    content: '';
    position: absolute;
    top: .75em;
    left: 0;
    width: 4px;
    height: 4px;
    background: var(--company-cyan);
}

.profile-layout {
    display: grid;
    grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr);
    gap: 76px;
    align-items: stretch;
}

.profile-photo {
    min-height: 620px;
    margin: 0;
    overflow: hidden;
    background: #dce5ef;
}

.profile-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.profile-data {
    align-self: center;
}

.profile-data h2 {
    margin: 0 0 38px;
    font-size: 42px;
    line-height: 1.2;
}

.profile-list {
    margin: 0;
}

.profile-row {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 24px;
    padding: 20px 0;
    border-top: 1px solid var(--company-line);
}

.profile-row:last-child {
    border-bottom: 1px solid var(--company-line);
}

.profile-row dt {
    color: var(--company-muted);
    font-size: 14px;
    font-weight: 700;
}

.profile-row dd {
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
}

.advantage-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(255,255,255,.22);
}

.advantage-column {
    padding: 48px 54px 12px 0;
}

.advantage-column + .advantage-column {
    padding-right: 0;
    padding-left: 54px;
    border-left: 1px solid rgba(255,255,255,.22);
}

.advantage-column h3 {
    margin: 0 0 42px;
    font-size: 27px;
    line-height: 1.35;
}

.advantage-column li {
    padding: 22px 0;
    border-top: 1px solid rgba(255,255,255,.14);
}

.advantage-column strong,
.advantage-column span {
    display: block;
}

.advantage-column strong {
    margin-bottom: 7px;
    font-size: 18px;
}

.advantage-column span {
    color: rgba(255,255,255,.64);
    font-size: 15px;
    line-height: 1.65;
}

.value-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--company-line);
}

.value-item {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 26px 26px 30px 0;
    border-bottom: 1px solid var(--company-line);
}

.value-item:nth-child(3n+2),
.value-item:nth-child(3n+3) {
    padding-left: 26px;
    border-left: 1px solid var(--company-line);
}

.value-item span {
    color: var(--company-blue);
    font-size: 12px;
    font-weight: 800;
}

.value-item strong {
    font-size: 27px;
    font-weight: 700;
}

.collaboration-copy {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
    gap: 80px;
}

.collaboration-copy h2 {
    margin: 0;
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.28;
}

.collaboration-copy p {
    margin: 4px 0 0;
    color: var(--company-muted);
    font-size: 17px;
    line-height: 1.9;
}

.keyword-line {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 70px;
    border-top: 1px solid var(--company-line);
    border-bottom: 1px solid var(--company-line);
}

.keyword-line div {
    min-height: 110px;
    display: flex;
    align-items: flex-end;
    padding: 22px 18px;
    border-right: 1px solid var(--company-line);
    color: var(--company-blue);
    font-size: 15px;
    font-weight: 750;
}

.keyword-line div:last-child {
    border-right: 0;
}

.engineering-intro {
    display: grid;
    grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
    gap: 76px;
    align-items: start;
}

.engineering-intro h2 {
    margin: 0;
    font-size: clamp(38px, 5vw, 62px);
    line-height: 1.16;
}

.engineering-intro p {
    margin: 8px 0 0;
    color: var(--company-muted);
    font-size: 20px;
    line-height: 1.8;
}

.engineering-track {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 690px;
}

.engineering-track__visual {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    background: #e9eef4;
}

.engineering-track__visual img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.engineering-track__visual--product img {
    object-fit: contain;
    padding: 10%;
    background: #f4f6f8;
}

.engineering-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px max(7vw, 70px);
}

.engineering-track--reverse .engineering-copy {
    order: -1;
}

.engineering-copy .company-kicker {
    margin-bottom: 18px;
    color: var(--company-blue);
}

.engineering-copy h2 {
    margin: 0 0 44px;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1;
}

.engineering-copy li {
    position: relative;
    padding: 17px 0 17px 24px;
    border-top: 1px solid var(--company-line);
    color: #344054;
    font-size: 16px;
    line-height: 1.7;
}

.engineering-copy li:last-child {
    border-bottom: 1px solid var(--company-line);
}

.engineering-copy li::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 2px;
    width: 6px;
    height: 6px;
    background: var(--company-cyan);
}

.engineering-flow {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 66px;
    border-top: 1px solid rgba(255,255,255,.22);
    border-bottom: 1px solid rgba(255,255,255,.22);
}

.engineering-flow div {
    min-height: 210px;
    padding: 34px 34px 30px;
    border-right: 1px solid rgba(255,255,255,.22);
}

.engineering-flow div:last-child {
    border-right: 0;
}

.engineering-flow span,
.engineering-flow strong,
.engineering-flow small {
    display: block;
}

.engineering-flow span {
    margin-bottom: 50px;
    color: #5ad7e9;
    font-size: 13px;
    font-weight: 800;
}

.engineering-flow strong {
    margin-bottom: 10px;
    font-size: 23px;
}

.engineering-flow small {
    color: rgba(255,255,255,.62);
    font-size: 14px;
    line-height: 1.6;
}

@media (max-width: 980px) {
    .company-shell {
        width: min(100% - 48px, 760px);
    }

    .company-hero {
        min-height: 570px;
    }

    .company-statement,
    .profile-layout,
    .collaboration-copy,
    .engineering-intro {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .capability-step {
        padding-inline: 24px;
    }

    .profile-photo {
        min-height: 480px;
    }

    .engineering-track {
        grid-template-columns: 1fr;
    }

    .engineering-track--reverse .engineering-copy {
        order: 0;
    }

    .engineering-track__visual {
        min-height: 520px;
    }
}

@media (max-width: 700px) {
    .company-shell {
        width: calc(100% - 40px);
    }

    .company-hero {
        min-height: 560px;
        padding-top: 78px;
    }

    .company-hero::after {
        background: linear-gradient(0deg, rgba(4, 15, 28, .91) 0%, rgba(4, 15, 28, .42) 100%);
    }

    .company-hero--overview::before {
        background-position: 47% center;
    }

    .company-hero--engineering::before {
        background-position: 34% center;
    }

    .company-hero__content {
        width: calc(100% - 40px);
        padding-bottom: 48px;
    }

    .company-hero h1 {
        font-size: 43px;
    }

    .company-hero p {
        width: 100%;
        max-width: 100%;
        margin-top: 18px;
        font-size: 16px;
        line-height: 1.7;
        word-break: keep-all;
    }

    .company-mobile-break {
        display: initial;
    }

    .company-section {
        padding: 78px 0;
    }

    .company-section--compact {
        padding: 64px 0;
    }

    .company-section__head {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 38px;
    }

    .company-section__head h2,
    .company-statement h2 {
        font-size: 32px;
    }

    .company-statement {
        gap: 30px;
    }

    .company-statement p {
        font-size: 16px;
        line-height: 1.8;
    }

    .capability-rail,
    .advantage-grid,
    .value-list,
    .keyword-line,
    .engineering-flow {
        grid-template-columns: 1fr;
    }

    .capability-step {
        min-height: auto;
        padding: 28px 0 34px;
        border-right: 0;
        border-bottom: 1px solid var(--company-line);
    }

    .capability-step:last-child {
        border-bottom: 0;
    }

    .capability-step__number {
        margin-bottom: 32px;
    }

    .profile-photo {
        min-height: 390px;
    }

    .profile-data h2 {
        font-size: 32px;
    }

    .profile-row {
        grid-template-columns: 1fr;
        gap: 5px;
        padding: 16px 0;
    }

    .advantage-column,
    .advantage-column + .advantage-column {
        padding: 34px 0 0;
        border-left: 0;
    }

    .advantage-column + .advantage-column {
        margin-top: 24px;
        border-top: 1px solid rgba(255,255,255,.22);
    }

    .value-item,
    .value-item:nth-child(3n+2),
    .value-item:nth-child(3n+3) {
        min-height: 104px;
        padding: 20px 0;
        border-left: 0;
    }

    .value-item strong {
        font-size: 24px;
    }

    .collaboration-copy {
        gap: 28px;
    }

    .collaboration-copy h2 {
        font-size: 31px;
    }

    .keyword-line {
        margin-top: 44px;
    }

    .keyword-line div {
        min-height: 66px;
        align-items: center;
        padding: 17px 0;
        border-right: 0;
        border-bottom: 1px solid var(--company-line);
    }

    .keyword-line div:last-child {
        border-bottom: 0;
    }

    .engineering-intro h2 {
        font-size: 36px;
    }

    .engineering-intro p {
        font-size: 17px;
    }

    .engineering-track {
        min-height: 0;
    }

    .engineering-track__visual {
        min-height: 360px;
    }

    .engineering-copy {
        padding: 62px 20px 72px;
    }

    .engineering-copy h2 {
        margin-bottom: 32px;
        font-size: 42px;
    }

    .engineering-copy li {
        font-size: 15px;
    }

    .engineering-flow {
        margin-top: 44px;
    }

    .engineering-flow div {
        min-height: auto;
        padding: 24px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.22);
    }

    .engineering-flow div:last-child {
        border-bottom: 0;
    }

    .engineering-flow span {
        margin-bottom: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .company-page *,
    .company-page *::before,
    .company-page *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

/* Match the established Semisol subpage frame. */
.company-page .company-hero {
    min-height: 0;
    display: block;
    padding: 300px 0 40px;
    background: #071421;
}

.company-page .company-hero::before {
    background: var(--hero-image) center / cover no-repeat;
    transform: none;
}

.company-page .company-hero::after {
    background: rgba(0, 0, 0, .5);
}

.company-page .company-hero__content {
    width: min(1060px, calc(100% - 48px));
    padding: 0;
    text-align: center;
}

.company-page .company-hero .company-kicker,
.company-page .company-hero p {
    display: none;
}

.company-page .company-hero h1 {
    max-width: none;
    margin: 10px 0 0.67em;
    color: #dadada;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
}

.company-content-panel {
    position: relative;
    z-index: 10;
    width: min(980px, calc(100% - 40px));
    margin: -40px auto 80px;
    overflow: hidden;
    border-radius: 12px;
    background: #f5f7fa;
    box-shadow: 0 8px 24px rgba(10, 28, 59, .07);
}

.company-content-panel .company-shell {
    width: 100%;
    max-width: none;
}

.company-content-panel .company-section {
    padding: 60px 40px;
}

.company-content-panel .company-section + .company-section,
.company-content-panel .engineering-track + .engineering-track,
.company-content-panel .engineering-track + .company-section {
    border-top: 1px solid var(--company-line);
}

.company-content-panel .company-section--compact {
    padding-top: 60px;
    padding-bottom: 60px;
}

.company-content-panel .company-section__head {
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 28px;
    margin-bottom: 44px;
}

.company-content-panel .company-section__head h2,
.company-content-panel .company-statement h2 {
    font-size: 34px;
    line-height: 1.32;
}

.company-content-panel .company-statement {
    grid-template-columns: minmax(250px, .8fr) minmax(0, 1.2fr);
    gap: 52px;
}

.company-content-panel .company-statement p {
    font-size: 16px;
    line-height: 1.85;
}

.company-content-panel .capability-step {
    min-height: 326px;
    padding: 32px 24px 36px;
}

.company-content-panel .capability-step__number {
    margin-bottom: 46px;
}

.company-content-panel .capability-step h3 {
    margin-bottom: 18px;
    font-size: 22px;
}

.company-content-panel .capability-step li {
    font-size: 14px;
    line-height: 1.65;
}

.company-content-panel .profile-layout {
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    gap: 48px;
}

.company-content-panel .profile-photo {
    min-height: 0;
    align-self: center;
    aspect-ratio: 16 / 9;
}

.company-content-panel .profile-data h2 {
    margin-bottom: 28px;
    font-size: 34px;
}

.company-content-panel .profile-row {
    grid-template-columns: 122px minmax(0, 1fr);
    gap: 18px;
    padding: 13px 0;
}

.company-content-panel .profile-row dd {
    font-size: 14px;
    line-height: 1.65;
}

.company-content-panel .advantage-column {
    padding: 40px 38px 4px 0;
}

.company-content-panel .advantage-column + .advantage-column {
    padding-left: 38px;
}

.company-content-panel .advantage-column h3 {
    margin-bottom: 28px;
    font-size: 22px;
}

.company-content-panel .advantage-column li {
    padding: 17px 0;
}

.company-content-panel .advantage-column strong {
    font-size: 16px;
}

.company-content-panel .advantage-column span {
    font-size: 14px;
}

.company-content-panel .value-item {
    min-height: 126px;
    padding-top: 22px;
    padding-bottom: 24px;
}

.company-content-panel .value-item strong {
    font-size: 23px;
}

.company-content-panel .collaboration-copy {
    grid-template-columns: minmax(0, 1.08fr) minmax(280px, .92fr);
    gap: 50px;
}

.company-content-panel .collaboration-copy h2 {
    font-size: 32px;
}

.company-content-panel .collaboration-copy p {
    font-size: 15px;
    line-height: 1.8;
}

.company-content-panel .keyword-line {
    margin-top: 48px;
}

.company-content-panel .keyword-line div {
    min-height: 86px;
}

.company-content-panel .engineering-intro {
    grid-template-columns: minmax(250px, .8fr) minmax(0, 1.2fr);
    gap: 52px;
}

.company-content-panel .engineering-intro h2 {
    font-size: 38px;
}

.company-content-panel .engineering-intro p {
    font-size: 17px;
}

.company-content-panel .engineering-track {
    min-height: 500px;
}

.company-content-panel .engineering-track__visual {
    min-height: 500px;
}

.company-content-panel .engineering-copy {
    padding: 54px 46px;
}

.company-content-panel .engineering-copy h2 {
    margin-bottom: 32px;
    font-size: 46px;
}

.company-content-panel .engineering-copy li {
    padding: 13px 0 13px 20px;
    font-size: 14px;
    line-height: 1.6;
}

.company-content-panel .engineering-copy li::before {
    top: 22px;
}

.company-content-panel .engineering-flow {
    margin-top: 46px;
}

.company-content-panel .engineering-flow div {
    min-height: 170px;
    padding: 28px 26px 26px;
}

.company-content-panel .engineering-flow span {
    margin-bottom: 36px;
}

.company-content-panel .engineering-flow strong {
    font-size: 20px;
}

@media (max-width: 1100px) {
    .company-page .company-hero {
        padding-top: 150px;
        padding-bottom: 50px;
    }

    .company-content-panel {
        width: calc(100% - 40px);
    }

    .company-content-panel .company-statement,
    .company-content-panel .profile-layout,
    .company-content-panel .collaboration-copy,
    .company-content-panel .engineering-intro {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .company-content-panel .profile-photo {
        min-height: 0;
    }
}

@media (max-width: 600px) {
    .company-page .company-hero h1 {
        font-size: 32px;
    }
}

@media (max-width: 700px) {
    .company-page .company-hero {
        min-height: 0;
        padding: 150px 0 50px;
    }

    .company-page .company-hero::after {
        background: rgba(0, 0, 0, .5);
    }

    .company-page .company-hero__content {
        width: calc(100% - 40px);
        padding: 0;
    }

    .company-content-panel {
        width: calc(100% - 28px);
        margin: -32px auto 54px;
        border-radius: 10px;
    }

    .company-content-panel .company-section,
    .company-content-panel .company-section--compact {
        padding: 56px 24px;
    }

    .company-content-panel .company-section__head {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-bottom: 34px;
    }

    .company-content-panel .company-section__head h2,
    .company-content-panel .company-statement h2,
    .company-content-panel .collaboration-copy h2 {
        font-size: 29px;
    }

    .company-content-panel .capability-step {
        min-height: 0;
        padding: 26px 0 30px;
    }

    .company-content-panel .capability-step__number {
        margin-bottom: 24px;
    }

    .company-content-panel .profile-photo {
        min-height: 0;
    }

    .company-content-panel .profile-row {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .company-content-panel .engineering-intro h2 {
        font-size: 32px;
    }

    .company-content-panel .engineering-track {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .company-content-panel .engineering-track--reverse .engineering-copy {
        order: 0;
    }

    .company-content-panel .engineering-track__visual {
        min-height: 300px;
    }

    .company-content-panel .engineering-copy {
        padding: 50px 24px 58px;
    }

    .company-content-panel .engineering-copy h2 {
        font-size: 38px;
    }
}

/************************************************
        Overview refresh — corporate flat UI
*************************************************/

/* Scroll reveal (active only when JS adds .reveal-init to body) */
.reveal-init [data-reveal] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .6s ease, transform .6s ease;
    transition-delay: var(--rd, 0s);
}

.reveal-init [data-reveal].is-visible {
    opacity: 1;
    transform: none;
}

/* Statement with HQ photo */
.company-page .company-statement--visual {
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
    gap: 64px;
    align-items: center;
}

.company-statement__text h2 {
    margin-bottom: 28px;
}

.company-statement__photo {
    margin: 0 0 -60px;
    align-self: end;
}

.company-statement__photo img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 460px;
    object-fit: contain;
    object-position: bottom center;
}

/* Capability columns */
.company-page .capability-rail {
    gap: 20px;
    border-top: 0;
    border-bottom: 0;
}

.company-page .capability-step {
    min-height: 0;
    padding: 34px 28px 38px;
    border: 1px solid var(--company-line);
    border-top: 3px solid var(--company-blue);
    background: #fff;
    transition: border-color .3s ease;
}

.company-page .capability-step:hover {
    border-color: var(--company-blue);
}

.company-page .capability-step__number {
    display: block;
    margin-bottom: 40px;
    color: var(--company-blue);
    font-size: 14px;
    font-weight: 800;
}

/* Profile photo */
.company-page .profile-photo img {
    object-fit: cover;
}

/* Core value items */
.company-page .value-list {
    gap: 20px;
    border-top: 0;
}

.company-page .value-item,
.company-page .value-item:nth-child(3n+2),
.company-page .value-item:nth-child(3n+3) {
    position: relative;
    min-height: 150px;
    padding: 24px 26px 26px;
    border: 1px solid var(--company-line);
    border-left: 3px solid var(--company-blue);
    background: #fff;
    transition: border-color .3s ease;
}

.value-item__icon {
    position: absolute;
    top: 24px;
    right: 24px;
    color: #9db1c9;
    font-size: 24px;
}

.company-page .value-item:hover {
    border-color: var(--company-blue);
}

/* Keyword line */
.company-page .keyword-line {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 52px;
    border-top: 0;
    border-bottom: 0;
}

.company-page .keyword-line div {
    min-height: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    border: 1px solid var(--company-line);
    background: #fff;
    color: var(--company-ink);
    font-size: 15px;
    font-weight: 700;
    transition: border-color .3s ease, color .3s ease;
}

.company-page .keyword-line div i {
    color: var(--company-blue);
    font-size: 14px;
}

.company-page .keyword-line div:hover {
    border-color: var(--company-blue);
    color: var(--company-blue);
}

/* Growth flow */
.collab-flow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    padding: 20px 24px;
    border: 1px solid var(--company-line);
    background: #f0f4f9;
}

.collab-flow > div {
    padding: 11px 20px;
    border: 1px solid var(--company-line);
    background: #fff;
    color: var(--company-ink);
    font-size: 15px;
    font-weight: 700;
}

.collab-flow > i {
    color: var(--company-blue);
    font-size: 13px;
}

.collab-flow > div.collab-flow__goal {
    border-color: var(--company-blue);
    background: var(--company-blue);
    color: #fff;
}

@media (max-width: 900px) {
    .company-page .company-statement--visual {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .company-statement__photo img {
        max-height: 300px;
    }

    .company-page .capability-rail {
        grid-template-columns: 1fr;
    }

    .company-page .value-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .company-page .value-list {
        grid-template-columns: 1fr;
    }

    .collab-flow {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .collab-flow > i {
        align-self: center;
        transform: rotate(90deg);
    }
}

/* Office photos beside the profile table */
.company-page .profile-photo--offices {
    display: grid;
    gap: 20px;
    min-height: 0;
    aspect-ratio: auto;
    align-self: center;
    overflow: visible;
    background: none;
}

.company-page .profile-photo--offices img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border: 1px solid var(--company-line);
    transition: none;
}

.company-page .profile-photo--offices:hover img {
    transform: none;
}

/* Profile heading unified with other section titles */
.company-page .profile-data h2 {
    color: var(--company-ink);
    font-weight: 720;
}

.company-page .profile-data .company-kicker {
    color: var(--company-blue);
}

/* Unified tone for sections below the profile */
.company-page .advantage-grid {
    gap: 20px;
    border-top: 0;
}

.company-page .advantage-column,
.company-page .advantage-column + .advantage-column {
    margin-top: 0;
    padding: 34px 28px 16px;
    border: 1px solid var(--company-line);
    border-top: 3px solid var(--company-blue);
    background: #fff;
    transition: border-color .3s ease;
}

.company-page .advantage-column:hover {
    border-color: var(--company-blue);
}

.company-page .advantage-column h3 {
    margin: 0 0 22px;
    color: var(--company-ink);
    font-size: 22px;
    line-height: 1.4;
}

.company-page .advantage-column li {
    padding: 16px 0;
    border-top: 1px solid var(--company-line);
}

.company-page .advantage-column li:hover {
    transform: none;
}

.company-page .advantage-column strong {
    color: var(--company-ink);
    font-size: 16px;
}

.company-page .advantage-column span {
    color: var(--company-muted);
    font-size: 14px;
}

/* Value cards: same top-bar accent as other cards */
.company-page .value-item,
.company-page .value-item:nth-child(3n+2),
.company-page .value-item:nth-child(3n+3) {
    border-left: 1px solid var(--company-line);
    border-top: 3px solid var(--company-blue);
}

/* Collaboration section in the standard head format */
.collaboration-note {
    max-width: 880px;
    margin: 0;
    color: var(--company-muted);
    font-size: 16px;
    line-height: 1.85;
}

.company-page .keyword-line {
    margin-top: 44px;
}

.company-page .collab-flow {
    margin-top: 20px;
    padding: 0;
    border: 0;
    background: transparent;
}

@media (max-width: 900px) {
    .company-page .advantage-grid {
        grid-template-columns: 1fr;
    }
}

/* Dark band with tinted process photo (flat multiply, no gradient) */
.company-page .company-section--photo {
    background: #12293f url('/assets/img/background/semiconductor1.webp') center / cover no-repeat;
    background-blend-mode: multiply;
}

/* Capability steps read as a process, not three boxes */
.company-page .capability-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -17px;
    width: 11px;
    height: 11px;
    border-top: 2px solid var(--company-blue);
    border-right: 2px solid var(--company-blue);
    transform: translateY(-50%) rotate(45deg);
    z-index: 1;
}

@media (max-width: 900px) {
    .company-page .capability-step:not(:last-child)::after {
        display: none;
    }
}

/* Engineering flow: same card language as the company page */
.company-page .engineering-flow {
    gap: 20px;
    border-top: 0;
    border-bottom: 0;
}

.company-page .engineering-flow div {
    position: relative;
    min-height: 0;
    padding: 30px 28px 28px;
    border: 1px solid var(--company-line);
    border-top: 3px solid var(--company-blue);
    background: #fff;
    transition: border-color .3s ease;
}

.company-page .engineering-flow div:hover {
    border-color: var(--company-blue);
}

.company-page .engineering-flow span {
    margin-bottom: 34px;
    color: var(--company-blue);
}

.company-page .engineering-flow strong {
    color: var(--company-ink);
}

.company-page .engineering-flow small {
    color: var(--company-muted);
}

.company-page .engineering-flow div:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -16px;
    width: 11px;
    height: 11px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    z-index: 1;
}

@media (max-width: 900px) {
    .company-page .engineering-flow {
        grid-template-columns: 1fr;
    }

    .company-page .engineering-flow div:not(:last-child)::after {
        display: none;
    }
}

/* Engineering headings: same bold weight as other section titles */
.company-page .engineering-intro h2,
.company-page .engineering-copy h2 {
    font-weight: 720;
}

/* Core values arch diagram */
.company-page .value-arch {
    display: grid;
    grid-template-columns: auto minmax(260px, 620px) auto;
    justify-content: center;
    align-items: end;
    gap: 8px 30px;
}

.value-arch__svg {
    display: block;
    width: 100%;
    height: auto;
}

.value-arch__svg text {
    font-family: 'Pretendard', 'Noto Sans KR', Arial, sans-serif;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: .04em;
}

.value-arch__svg .value-arch__center {
    fill: var(--company-muted);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .35em;
}

.value-arch__side {
    list-style: none;
    margin: 0;
    padding: 30px 0 10px;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.value-arch__side li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--company-ink);
    font-size: 19px;
    font-weight: 750;
}

.value-arch__side li i {
    color: var(--company-blue);
    font-size: 21px;
}

.value-arch__side--left li {
    justify-content: flex-end;
    text-align: right;
}

.value-arch__side--left li:nth-child(1) { transform: translateX(24px); }
.value-arch__side--left li:nth-child(3) { transform: translateX(-12px); }
.value-arch__side--right li:nth-child(1) { transform: translateX(-24px); }
.value-arch__side--right li:nth-child(3) { transform: translateX(12px); }

@media (max-width: 900px) {
    .company-page .value-arch {
        grid-template-columns: 1fr;
        gap: 26px;
        justify-items: center;
    }

    .company-page .value-arch .value-arch__svg {
        order: -1;
        max-width: 480px;
    }

    .value-arch__side {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px 28px;
        align-self: auto;
        padding: 0;
    }

    .value-arch__side li,
    .value-arch__side--left li:nth-child(1),
    .value-arch__side--left li:nth-child(3),
    .value-arch__side--right li:nth-child(1),
    .value-arch__side--right li:nth-child(3) {
        transform: none;
        font-size: 16px;
    }
}

/* Values arch v2: single ring, labels anchored to segments */
.company-page .value-arch {
    display: block;
    max-width: 780px;
    margin: 0 auto;
}

.value-arch__svg .value-arch__seg {
    font-size: 14.5px;
    font-weight: 500;
    letter-spacing: .08em;
}

.value-arch__svg .value-arch__label {
    fill: var(--company-ink);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .01em;
}

.value-arch__svg .value-arch__center {
    font-size: 22px;
    font-weight: 750;
    fill: var(--company-ink);
    letter-spacing: .1em;
}

@media (max-width: 600px) {
    .value-arch__svg .value-arch__label {
        font-size: 21px;
    }

    .value-arch__svg .value-arch__seg {
        font-size: 16px;
    }
}

/* Values arch: wider flat band */
.company-page .value-arch {
    max-width: 860px;
}

.value-mobile {
    display: none;
}

@media (max-width: 700px) {
    .reveal-init [data-reveal] {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .company-page .value-arch {
        max-width: none;
    }

    .company-page .value-arch__svg {
        display: none;
    }

    .company-page .value-mobile {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin: 0;
        padding: 0;
        border-top: 1px solid var(--company-line);
        border-bottom: 1px solid var(--company-line);
        list-style: none;
    }

    .value-mobile li {
        min-width: 0;
        min-height: 112px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 18px 14px;
        border-bottom: 1px solid var(--company-line);
    }

    .value-mobile li:nth-child(odd) {
        border-right: 1px solid var(--company-line);
    }

    .value-mobile li:nth-last-child(-n+2) {
        border-bottom: 0;
    }

    .value-mobile span,
    .value-mobile strong,
    .value-mobile small {
        display: block;
    }

    .value-mobile span {
        margin-bottom: 17px;
        color: var(--company-blue);
        font-size: 11px;
        font-weight: 800;
        line-height: 1;
    }

    .value-mobile strong {
        color: var(--company-ink);
        font-size: 18px;
        font-weight: 720;
        line-height: 1.35;
        word-break: keep-all;
    }

    .value-mobile small {
        margin-top: 5px;
        color: var(--company-muted);
        font-size: 12px;
        line-height: 1.35;
    }

    html[lang="en"] .value-mobile strong {
        font-size: 15px;
    }
}

/* Profile: photos and table aligned to the top edge */
.company-page .profile-photo--offices,
.company-page .profile-data {
    align-self: start;
}

/* Partnership: growth cycle as a single 4-step card band */
.collab-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-top: 44px;
}

.collab-step {
    position: relative;
    padding: 26px 24px 28px;
    border: 1px solid var(--company-line);
    border-top: 3px solid var(--company-blue);
    background: #fff;
    transition: border-color .3s ease;
}

.collab-step:hover {
    border-color: var(--company-blue);
}

.collab-step span {
    display: block;
    margin-bottom: 26px;
    color: var(--company-blue);
    font-size: 13px;
    font-weight: 800;
}

.collab-step strong {
    display: block;
    color: var(--company-ink);
    font-size: 17px;
    font-weight: 720;
    line-height: 1.45;
}

.collab-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -16px;
    width: 11px;
    height: 11px;
    border-top: 2px solid var(--company-blue);
    border-right: 2px solid var(--company-blue);
    transform: translateY(-50%) rotate(45deg);
    z-index: 1;
}

.collab-step--goal {
    border-color: var(--company-blue);
    background: var(--company-blue);
}

.collab-step--goal span,
.collab-step--goal strong {
    color: #fff;
}

@media (max-width: 900px) {
    .collab-steps {
        grid-template-columns: 1fr;
    }

    .collab-step:not(:last-child)::after {
        display: none;
    }
}

/* Engineering: photo column flush against the dark band */
.company-page .engineering-track + .company-section--dark {
    border-top: 0;
}

.company-page .engineering-track {
    align-items: stretch;
}

.company-page .engineering-track__visual {
    height: 100%;
    align-self: stretch;
}

.company-page .engineering-track__visual img {
    height: 100%;
    min-height: 100%;
    object-fit: cover;
}

/* Integration cards: outlined on the dark band, not white fills */
.company-page .engineering-flow div {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .38);
    border-top: 3px solid #fff;
}

.company-page .engineering-flow div:hover {
    border-color: #fff;
}

.company-page .engineering-flow span {
    color: #5ad7e9;
}

.company-page .engineering-flow strong {
    color: #fff;
}

.company-page .engineering-flow small {
    color: rgba(255, 255, 255, .68);
}

/* Mobile subpage panels use the full viewport width, matching the CEO page. */
@media (max-width: 700px) {
    .company-content-panel {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}
