.company-page { background: #f4f4f1; }
.company-page main { padding-top: var(--header-h); }
.company-shell { width: min(calc(100% - 48px), var(--content)); margin: 0 auto; }

.company-hero { position: relative; min-height: var(--visual-hero-height); overflow: hidden; color: #fff; background: #111315; }
.company-hero__media,
.company-hero__shade { position: absolute; inset: 0; }
.company-hero__media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.company-hero__shade { background: linear-gradient(90deg, rgba(8,10,12,.82) 0%, rgba(8,10,12,.58) 42%, rgba(8,10,12,.15) 76%, rgba(8,10,12,.05) 100%); }
.company-hero__copy { position: relative; z-index: 1; display: flex; min-height: var(--visual-hero-height); padding: 48px 0 58px; flex-direction: column; justify-content: center; align-items: flex-start; }
.company-hero h1 { max-width: 760px; margin: 0; font-size: var(--visual-hero-title); line-height: 1.08; letter-spacing: -.055em; word-break: keep-all; }
.company-hero p { max-width: 670px; margin: 24px 0 0; color: rgba(255,255,255,.82); font-size: var(--visual-hero-subtitle); line-height: 1.7; word-break: keep-all; }
.company-hero::after { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; height: 5px; background: linear-gradient(90deg, var(--hik) 0 42%, var(--raon) 42% 100%); content: ""; }

.company-subnav { height: 54px; color: #c9ccce; background: #17191b; }
.company-subnav .company-shell { display: flex; height: 100%; align-items: stretch; justify-content: flex-end; gap: 30px; }
.company-subnav a { position: relative; display: flex; align-items: center; font-size: 13px; font-weight: 650; white-space: nowrap; }
.company-subnav a[aria-current="page"] { color: #fff; }
.company-subnav a[aria-current="page"]::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: var(--raon); content: ""; }
.company-pager-section { padding: 0 0 70px; background: #fff; }

.company-section { padding: 96px 0; background: #fff; }
.company-section--soft { background: #f4f4f1; }
.company-section--dark { color: #fff; background: #111315; }
.company-section-head { display: grid; margin-bottom: 44px; grid-template-columns: minmax(0,.95fr) minmax(340px,.62fr); align-items: end; gap: 60px; }
.company-section-head--center { display: block; text-align: center; }
.company-section-head h2 { margin: 0; font-size: var(--section-title); line-height: 1.15; letter-spacing: -.05em; word-break: keep-all; }
.company-section-head p { margin: 0; color: #656a6e; font-size: 15px; line-height: 1.75; word-break: keep-all; }
.company-section-head--center p { max-width: 760px; margin: 15px auto 0; }
.company-section--dark .company-section-head p { color: #aeb2b4; }

.company-statement { display: grid; grid-template-columns: minmax(0,.88fr) minmax(420px,1.12fr); gap: 90px; border-top: 2px solid #17191b; }
.company-statement h2 { margin: 0; padding-top: 38px; font-size: clamp(38px, 4.6vw, 60px); line-height: 1.17; letter-spacing: -.055em; word-break: keep-all; }
.company-statement__copy { padding: 39px 0 7px; border-top: 5px solid var(--raon); }
.company-statement__copy p { margin: 0 0 24px; color: #4f5559; font-size: 17px; line-height: 1.85; word-break: keep-all; }

.company-values { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 2px solid #17191b; border-bottom: 1px solid #aeb2b4; }
.company-value { min-height: 268px; padding: 30px 26px; border-right: 1px solid #d6d8d9; text-align: center; }
.company-value:last-child { border-right: 0; }
.company-value img { display: block; width: 42px; height: 42px; margin: 0 auto 42px; }
.company-value strong { display: block; margin-bottom: 13px; font-size: 22px; letter-spacing: -.035em; }
.company-value p { margin: 0; color: #656a6e; font-size: 14px; line-height: 1.7; word-break: keep-all; }

.company-partners { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 2px solid #17191b; border-bottom: 1px solid #aeb2b4; }
.company-partner { min-width: 0; padding: 36px 32px 38px; border-right: 1px solid #d6d8d9; text-align: center; }
.company-partner:last-child { border-right: 0; }
.company-partner__logo { display: grid; height: 92px; margin-bottom: 22px; place-items: center; }
.company-partner__logo img { display: block; max-width: 190px; max-height: 70px; object-fit: contain; }
.company-partner__name { display: inline-flex; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 20px; font-weight: 800; }
.company-partner p { margin: 15px 0 0; color: #656a6e; font-size: 14px; line-height: 1.7; word-break: keep-all; }

.company-org { position: relative; padding: 4px 0 12px; }
.company-org__top { display: flex; justify-content: center; }
.company-org__box { display: grid; min-height: 64px; padding: 15px 22px; place-items: center; border: 1px solid #6f7477; font-size: 15px; font-weight: 750; text-align: center; }
.company-org__box--ceo { width: 230px; color: #fff; border-color: var(--raon); background: #17191b; }
.company-org__row { position: relative; display: grid; margin-top: 70px; grid-template-columns: 180px minmax(0,1fr) 180px; align-items: start; gap: 38px; }
.company-org__row::before { position: absolute; top: -36px; right: 90px; left: 90px; height: 1px; background: #9ba0a3; content: ""; }
.company-org__row::after { position: absolute; top: -70px; left: 50%; width: 1px; height: 70px; background: #9ba0a3; content: ""; }
.company-org__overseas,
.company-org__main,
.company-org__support { position: relative; }
.company-org__overseas::before,
.company-org__main::before,
.company-org__support::before { position: absolute; top: -36px; left: 50%; width: 1px; height: 36px; background: #9ba0a3; content: ""; }
.company-org__box--overseas,
.company-org__box--support { width: 100%; color: #17191b; background: #fff; }
.company-org__box--main { width: 220px; margin: 0 auto; color: #fff; border-color: #fff; background: #25282b; }
.company-org__divisions { display: grid; margin-top: 52px; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.company-org__division { position: relative; border-top: 1px solid #9ba0a3; }
.company-org__division::before { position: absolute; top: -27px; left: 50%; width: 1px; height: 27px; background: #9ba0a3; content: ""; }
.company-org__division:first-child::after { position: absolute; top: -27px; left: 50%; width: 300%; height: 1px; background: #9ba0a3; content: ""; }
.company-org__box--division { min-height: 52px; color: #fff; border: 0; background: #34383b; font-size: 13px; }
.company-org__sub { display: block; padding: 11px 8px; border-right: 1px solid #55595c; border-bottom: 1px solid #55595c; border-left: 1px solid #55595c; color: #cfd2d3; font-size: 12px; text-align: center; }

.company-timeline { position: relative; border-top: 2px solid #17191b; }
.company-timeline::before { position: absolute; top: 0; bottom: 0; left: 210px; width: 1px; background: #c9ccce; content: ""; }
.history-entry { position: relative; display: grid; min-height: 180px; padding: 35px 0 38px; grid-template-columns: 210px minmax(0,1fr); border-bottom: 1px solid #c9ccce; }
.history-entry::before { position: absolute; z-index: 1; top: 47px; left: 205px; width: 11px; height: 11px; border: 3px solid #fff; border-radius: 50%; background: var(--hik); content: ""; }
.history-entry:nth-child(even)::before { background: var(--raon); }
.history-entry time { display: flex; padding-right: 0; align-items: baseline; justify-content: center; gap: 8px; color: #17191b; font-size: 14px; font-style: normal; text-align: center; }
.history-entry time span { font-size: 34px; font-weight: 850; letter-spacing: -.045em; }
.history-entry time i { color: #8a8f93; font-style: normal; }
.history-entry > div { padding: 0 32px 0 58px; text-align: center; }
.history-entry h3 { margin: 0 0 19px; font-size: 25px; letter-spacing: -.035em; }
.history-entry ul { margin: 0; padding-left: 0; color: #565b5f; list-style-position: inside; text-align: center; }
.history-entry li { margin: 7px 0; padding-left: 2px; font-size: 15px; line-height: 1.65; }

.company-cert-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 2px solid #17191b; }
.company-cert { min-width: 0; border-right: 1px solid #d6d8d9; border-bottom: 1px solid #bfc2c3; }
.company-cert:nth-child(even) { border-right: 0; }
.company-cert button { display: grid; width: 100%; min-height: 220px; padding: 30px; grid-template-columns: 58px minmax(0,1fr) auto; align-items: start; gap: 24px; border: 0; background: transparent; text-align: left; }
.company-cert button:hover { background: #f4f4f1; }
.company-cert__icon { display: grid; width: 52px; height: 52px; place-items: center; color: #17191b; border: 1px solid #c4c7c8; background: #fff; }
.company-cert__icon svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 2; }
.company-cert__content strong { display: block; margin-bottom: 13px; font-size: 21px; letter-spacing: -.03em; }
.company-cert__content span { display: block; color: #656a6e; font-size: 14px; line-height: 1.65; }
.company-cert__content small { display: block; margin-top: 34px; color: #989c9f; font-size: 10px; letter-spacing: .06em; }
.company-cert__action { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 750; white-space: nowrap; }

.company-locations { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 2px solid #17191b; border-bottom: 1px solid #aeb2b4; }
.company-location { min-width: 0; padding: 34px 34px 38px 0; border-right: 1px solid #d6d8d9; }
.company-location + .company-location { padding-right: 0; padding-left: 34px; border-right: 0; }
.company-location figure { height: 340px; margin: 0 0 30px; overflow: hidden; background: #d8dadb; }
.company-location img { display: block; width: 100%; height: 100%; object-fit: cover; }
.company-location h3 { margin: 0 0 23px; font-size: 28px; letter-spacing: -.04em; }
.company-location dl { margin: 0; border-top: 1px solid #bfc2c3; }
.company-location dl > div { display: grid; padding: 13px 0; grid-template-columns: 82px minmax(0,1fr); border-bottom: 1px solid #dfe1e2; gap: 15px; font-size: 14px; }
.company-location dt { color: #777c80; }
.company-location dd { margin: 0; font-weight: 650; }
.company-location dd a { text-decoration: underline; text-underline-offset: 3px; }


@media (max-width: 1020px) {
  .company-shell { width: min(calc(100% - 36px),var(--content)); }
  .company-statement { gap: 52px; }
  .company-org__row { grid-template-columns: 150px minmax(0,1fr) 150px; gap: 24px; }
}

@media (max-width: 820px) {
  .company-section-head { grid-template-columns: 1fr; align-items: start; gap: 15px; }
  .company-statement { grid-template-columns: 1fr; gap: 28px; }
  .company-statement__copy { padding-top: 30px; }
  .company-values { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .company-value:nth-child(2) { border-right: 0; }
  .company-value:nth-child(-n+2) { border-bottom: 1px solid #d6d8d9; }
  .company-org__row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .company-org__row::before,
  .company-org__row::after,
  .company-org__overseas::before,
  .company-org__main::before,
  .company-org__support::before { display: none; }
  .company-org__main { grid-column: 1 / -1; grid-row: 1; }
  .company-org__overseas { grid-column: 1; grid-row: 2; }
  .company-org__support { grid-column: 2; grid-row: 2; }
  .company-org__divisions { margin-top: 28px; }
  .company-cert button { grid-template-columns: 52px minmax(0,1fr); }
  .company-cert__action { grid-column: 2; }
}

@media (max-width: 720px) {
  .company-shell { width: calc(100% - 32px); }
  .company-hero,
  .company-hero__copy { min-height: 510px; }
  .company-hero__shade { background: rgba(8,10,12,.56); }
  .company-hero__copy { padding: 42px 0 52px; justify-content: flex-end; }
  .company-hero h1 { font-size: var(--visual-hero-title-mobile); line-height: 1.12; }
  .company-hero p { font-size: var(--visual-hero-subtitle-mobile); line-height: 1.65; }
  .company-subnav { height: 48px; overflow-x: auto; }
  .company-subnav .company-shell { width: max-content; min-width: 100%; padding: 0 16px; justify-content: flex-start; gap: 24px; }
  .company-section { padding: 70px 0; }
  .company-section-head { margin-bottom: 32px; }
  .company-section-head h2 { font-size: 34px; }
  .company-section-head p { font-size: 14px; }
  .company-statement h2 { padding-top: 28px; font-size: 38px; }
  .company-statement__copy p { font-size: 15px; }
  .company-values { grid-template-columns: 1fr; }
  .company-value { display: block; min-height: 0; padding: 24px 16px; border-right: 0; border-bottom: 1px solid #d6d8d9; text-align: center; }
  .company-value:last-child { border-bottom: 0; }
  .company-value img { width: 38px; height: 38px; margin: 0 auto 14px; }
  .company-value strong { margin-bottom: 5px; font-size: 20px; }
  .company-partners { grid-template-columns: 1fr; }
  .company-partner { display: grid; padding: 25px 0; grid-template-columns: 120px minmax(0,1fr); align-items: center; border-right: 0; border-bottom: 1px solid #d6d8d9; text-align: left; }
  .company-partner:last-child { border-bottom: 0; }
  .company-partner__logo { grid-row: 1 / 3; height: 70px; margin: 0 20px 0 0; }
  .company-partner__logo img { max-width: 110px; max-height: 52px; }
  .company-partner__name { justify-self: start; }
  .company-partner p { margin-top: 8px; font-size: 13px; }
  .company-org__row { margin-top: 36px; }
  .company-org__divisions { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .company-org__division:first-child::after,
  .company-org__division::before { display: none; }
  .company-timeline::before { left: 0; }
  .history-entry { display: block; padding: 30px 0 32px 24px; }
  .history-entry::before { top: 41px; left: -5px; }
  .history-entry time { padding: 0; }
  .history-entry time span { font-size: 30px; }
  .history-entry > div { padding: 14px 0 0; }
  .history-entry h3 { font-size: 22px; }
  .history-entry li { font-size: 14px; }
  .company-cert-grid { grid-template-columns: 1fr; }
  .company-cert { border-right: 0; }
  .company-cert button { min-height: 0; padding: 24px 0; }
  .company-cert__content small { margin-top: 18px; }
  .company-locations { grid-template-columns: 1fr; }
  .company-location,
  .company-location + .company-location { padding: 28px 0 34px; border-right: 0; border-bottom: 1px solid #d6d8d9; }
  .company-location:last-child { border-bottom: 0; }
  .company-location figure { height: auto; aspect-ratio: 4 / 3; }
  .company-pager-section { padding-bottom: 54px; }
}

@media (max-width: 460px) {
  .company-hero__media img { object-position: 60% center; }
  .company-org__row { grid-template-columns: 1fr; }
  .company-org__main,
  .company-org__overseas,
  .company-org__support { grid-column: 1; }
  .company-org__overseas { grid-row: 2; }
  .company-org__support { grid-row: 3; }
  .company-org__box--ceo,
  .company-org__box--main { width: 100%; }
  .company-org__divisions { grid-template-columns: 1fr; }
  .company-cert button { grid-template-columns: 46px minmax(0,1fr); gap: 15px; }
  .company-cert__icon { width: 46px; height: 46px; }
  .company-cert__content strong { font-size: 19px; }
  .company-location dl > div { grid-template-columns: 70px minmax(0,1fr); }
}

@media (prefers-reduced-motion: reduce) {
  .company-page * { scroll-behavior: auto; }
}
