.company-section {
  padding: 100px 0;
}

.company-section + .company-section {
  border-top: 1px solid var(--line);
}

.page-hero-inner p {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 18px;
  line-height: 1.8;
  font-weight: 650;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(240px, .42fr) minmax(0, 1fr);
  gap: 80px;
  align-items: start;
  margin-bottom: 58px;
}

.section-head .label {
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.section-head h2 {
  margin: 0;
  max-width: 820px;
  font-size: clamp(34px, 4.8vw, 62px);
  line-height: 1.08;
  font-weight: 950;
}

.lead-copy {
  margin: 0;
  color: var(--body);
  font-size: 17px;
  line-height: 1.95;
  font-weight: 650;
}

.message-grid {
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(340px, .56fr);
  gap: 70px;
  align-items: stretch;
}

.message-copy {
  padding-top: 36px;
  border-top: 2px solid var(--ink);
}

.message-copy blockquote {
  margin: 0 0 38px;
  font-size: clamp(28px, 3.8vw, 52px);
  line-height: 1.16;
  font-weight: 950;
}

.message-copy p {
  margin: 0 0 22px;
  color: var(--body);
  font-size: 17px;
  line-height: 1.95;
  font-weight: 650;
}

.signature {
  margin-top: 42px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
}

.signature span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.message-visual,
.profile-visual,
.location-visual {
  height: 100%;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  background: var(--mist);
}

.message-visual img,
.profile-visual img,
.location-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.timeline {
  display: grid;
  gap: 0;
  border-top: 2px solid var(--ink);
}

.timeline-row {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 48px;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.timeline-row time {
  color: var(--steel);
  font-size: clamp(28px, 4vw, 54px);
  line-height: 1;
  font-weight: 950;
}

.timeline-row h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 900;
}

.timeline-row p {
  margin: 0;
  color: var(--body);
  font-size: 16px;
  line-height: 1.85;
  font-weight: 650;
}

.profile-grid {
  display: grid;
  grid-template-columns: minmax(360px, .75fr) minmax(0, 1fr);
  gap: 68px;
  align-items: start;
}

.profile-table {
  border-top: 2px solid var(--ink);
}

.profile-row {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.profile-row b {
  font-size: 15px;
  font-weight: 900;
}

.profile-row span {
  color: var(--body);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 650;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 46px;
  background: var(--line);
}

.metric {
  min-height: 150px;
  padding: 28px;
  background: #fff;
}

.metric b {
  display: block;
  margin-bottom: 12px;
  color: var(--steel);
  font-size: clamp(28px, 3.4vw, 46px);
  line-height: 1;
  font-weight: 950;
}

.metric span {
  color: var(--body);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 800;
}

.org-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.org-grid article {
  min-height: 260px;
  padding: 34px;
  background: #fff;
}

.org-grid span {
  display: block;
  margin-bottom: 42px;
  color: var(--steel);
  font-size: 14px;
  font-weight: 950;
}

.org-grid b {
  display: block;
  margin-bottom: 14px;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 920;
}

.org-grid p {
  margin: 0;
  color: var(--body);
  font-size: 15px;
  line-height: 1.85;
  font-weight: 650;
}

.location-grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(360px, .52fr);
  gap: 68px;
  align-items: start;
}

.address-card {
  padding: 44px;
  color: #fff;
  background: var(--steel);
}

.address-card h2 {
  margin: 0 0 26px;
  font-size: clamp(30px, 3.8vw, 50px);
  line-height: 1.12;
  font-weight: 950;
}

.address-list {
  display: grid;
  gap: 22px;
  margin: 0;
}

.address-list div {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 20px;
}

.address-list dt {
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.address-list dd {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 750;
}

.map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
  min-height: 52px;
  padding: 0 24px;
  color: var(--ink);
  background: #fff;
  font-size: 14px;
  font-weight: 900;
}

.route-list {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.route-list article {
  padding: 26px;
  border: 1px solid var(--line);
}

.route-list b {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 900;
}

.route-list p {
  margin: 0;
  color: var(--body);
  font-size: 15px;
  line-height: 1.8;
  font-weight: 650;
}

html[lang="en"] .section-head h2,
html[lang="en"] .message-copy blockquote,
html[lang="en"] .address-card h2 {
  word-break: normal;
}

html[lang="en"] .page-hero-inner p {
  max-width: 880px;
  font-size: 17px;
  line-height: 1.75;
}

html[lang="en"] .section-head {
  grid-template-columns: minmax(170px, .28fr) minmax(0, 1fr);
  gap: 56px;
}

html[lang="en"] .section-head h2 {
  max-width: 980px;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.12;
}

html[lang="en"] .message-grid {
  grid-template-columns: minmax(0, .92fr) minmax(360px, .52fr);
}

html[lang="en"] .message-copy blockquote {
  max-width: 900px;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.14;
}

html[lang="en"] .message-copy p,
html[lang="en"] .timeline-row p,
html[lang="en"] .profile-row span,
html[lang="en"] .route-list p {
  word-break: normal;
  overflow-wrap: normal;
}

html[lang="en"] .profile-row {
  grid-template-columns: 180px minmax(0, 1fr);
}

html[lang="en"] .address-list div {
  grid-template-columns: 96px minmax(0, 1fr);
}

html[lang="en"] .address-card h2 {
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.16;
}

@media (max-width: 980px) {
  .section-head,
  .message-grid,
  .profile-grid,
  .location-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  html[lang="en"] .section-head,
  html[lang="en"] .message-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .company-section {
    padding: 72px 0;
  }

  .section-head {
    margin-bottom: 38px;
  }

  .timeline-row,
  .profile-row,
  .address-list div {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .message-visual,
  .profile-visual,
  .location-visual {
    min-height: 320px;
  }

  .address-card {
    padding: 32px 24px;
  }

  .page-hero-inner p,
  .section-head h2,
  .message-copy blockquote,
  .message-copy p,
  .profile-row span,
  .metric span,
  .org-grid b,
  .org-grid p,
  .address-card h2,
  .address-list dd,
  .route-list p {
    word-break: break-all;
    overflow-wrap: anywhere;
  }

  .section-head h2 {
    font-size: clamp(28px, 8vw, 36px);
    line-height: 1.16;
  }

  .page-hero-inner p {
    font-size: 16px;
    line-height: 1.7;
  }

  html[lang="en"] .profile-row,
  html[lang="en"] .address-list div {
    grid-template-columns: 1fr;
  }

  html[lang="en"] .page-hero-inner p,
  html[lang="en"] .section-head h2,
  html[lang="en"] .message-copy blockquote,
  html[lang="en"] .message-copy p,
  html[lang="en"] .profile-row span,
  html[lang="en"] .metric span,
  html[lang="en"] .org-grid b,
  html[lang="en"] .org-grid p,
  html[lang="en"] .address-card h2,
  html[lang="en"] .address-list dd,
  html[lang="en"] .route-list p {
    word-break: normal;
  }
}

@media (max-width: 540px) {
  .section-head h2,
  .message-copy blockquote,
  .address-card h2 {
    max-width: calc(100vw - 32px);
    font-size: 30px;
    line-height: 1.18;
  }

  .profile-row span,
  .address-list dd {
    max-width: calc(100vw - 32px);
  }
}
