/* Company landing — dark narrative hero, light evidence, dark global finale. */
.company-body {
  --company-bg: var(--bg);
  --company-bg-soft: var(--bg-surface);
  --company-text: var(--text);
  --company-muted: var(--text-muted);
  --company-line: var(--border);
  background: var(--company-bg);
  color: var(--company-text);
}

.company-body main { background: var(--company-bg); }
.company-body .site-header--overlay {
  border: 0;
  background: transparent;
  color: var(--text-on-dark);
}
.company-body .site-header--overlay .brand,
.company-body .site-header--overlay .site-nav a,
.company-body .site-header--overlay .nav-toggle { color: var(--text-on-dark); }
.company-body .site-header--overlay .site-nav a { opacity: .72; }
.company-body .site-header--overlay .site-nav a:hover,
.company-body .site-header--overlay .site-nav a.is-active { color: #fff; opacity: 1; }
.company-body .site-header--overlay.is-scrolled.is-over-dark { background: rgba(7, 11, 19, .9); }

.company-body .site-footer {
  border-top: 0;
  background: var(--bg-dark-surface);
  color: var(--text-on-dark-muted);
}
.company-body .footer-name { color: var(--text-on-dark); }
.company-body .footer-legal a { color: var(--text-on-dark-muted); }

.company-page { overflow: clip; background: var(--company-bg); color: var(--company-text); }
.company-shell { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }

/* ---- Hero narrative -------------------------------------------------- */
.company-hero {
  position: relative;
  background: var(--bg-dark);
  color: var(--text-on-dark);
}
.company-hero__scenes { position: relative; }
.company-hero__scene {
  position: relative;
  display: grid;
  min-height: 100vh; min-height: 100svh;
  place-items: center;
  overflow: hidden;
  padding: clamp(96px, 12vw, 176px) 24px;
  isolation: isolate;
}
.company-hero__scene--image { min-height: 100vh; min-height: 100svh; }
.company-hero__scene:first-child {
  min-height: 100vh; min-height: 100svh;
  padding-block: 64px 0;
}
.company-hero__scene--dark { background: var(--bg-dark); }
.company-hero__scene--statement,
.company-hero__scene--narrative,
.company-hero__scene--purpose { background: var(--bg-dark); }
.company-scene-image {
  position: absolute;
  z-index: 0;
  inset: 0;
  background-color: var(--bg-surface);
  background-image:
    radial-gradient(circle at 70% 32%, rgba(32, 151, 255, .22), transparent 30%),
    linear-gradient(135deg, var(--brand-soft), var(--bg-surface) 52%, var(--brand-pale));
  background-position: center;
  background-size: cover;
}
.company-scene-image--hero {
  /* 원본 PNG 는 사진인데 1.8MB 였다 → 같은 화질의 WebP 73KB. 첫 화면 이미지이므로 반드시 WebP 유지. */
  background-image: url("/assets/img/medicherry-hero-page.webp");
  background-position: center center;
}
.company-scene-image--purpose {
  background-image:
    radial-gradient(circle at 72% 38%, rgba(32, 151, 255, .3), transparent 34%),
    linear-gradient(135deg, var(--brand-soft), var(--bg-surface) 48%, var(--brand-pale));
}
.company-scene-video {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: var(--bg-dark);
  filter: none;
  object-fit: cover;
}
.company-scene-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(to bottom, rgba(7, 11, 19, .52), rgba(7, 11, 19, .74));
}
.company-scene-shade--purpose {
  background: linear-gradient(to bottom, rgba(7, 11, 19, .26), rgba(7, 11, 19, .38));
  opacity: 1;
}
.company-hero__scene--purpose::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(to bottom, rgba(7, 11, 19, .48), rgba(7, 11, 19, .7));
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.25s cubic-bezier(.22, 1, .36, 1);
}
.company-image-slot {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 24px;
  max-width: calc(100% - 48px);
  padding: 10px 14px;
  border: 1px dashed rgba(255, 255, 255, .72);
  border-radius: 6px;
  background: rgba(7, 11, 19, .62);
  color: rgba(255, 255, 255, .88);
  font: 600 var(--fs-label)/1.4 var(--font-mono);
  letter-spacing: .08em;
  text-align: center;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.company-hero__content {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 48px));
  margin-inline: auto;
  text-align: center;
}
.company-hero__scene h1,
.company-hero__statement {
  max-width: 22ch;
  margin: 0 auto;
  color: var(--text-on-dark);
  font-size: var(--fs-h1);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.12;
  text-wrap: balance;
}
.company-hero__statement { max-width: 28ch; }
.company-hero__statement--strong {
  max-width: 27ch;
  color: #fff;
  text-shadow: 0 1px 10px rgba(7, 11, 19, .3);
}
.company-hero__key { color: var(--brand-soft); }
.company-hero__narrative-stage {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(1120px, calc(100% - 48px));
  gap: clamp(48px, 7vw, 80px);
  margin-inline: auto;
}
.company-hero__content--narrative-step { width: 100%; }
.company-hero__scene--purpose { min-height: 100vh; min-height: 100svh; }
.company-hero__content--purpose {
  display: grid;
  gap: clamp(72px, 9vw, 124px);
  align-content: center;
}
.company-purpose__intro { text-align: center; }
.company-purpose-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(40px, 6vw, 80px);
  width: 100%;
}
.company-purpose {
  position: relative;
  padding-top: 28px;
  text-align: left;
}
.company-purpose::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, .75);
  content: "";
  transform: scaleX(1);
  transform-origin: left center;
}
.company-purpose__label {
  margin: 0 0 16px;
  color: var(--brand-soft);
  font-family: var(--font);
  font-size: var(--fs-body);
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1;
}
.company-purpose h2 {
  max-width: 26ch;
  margin: 0;
  color: #fff;
  font-size: var(--fs-h3);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.38;
  text-shadow: 0 1px 8px rgba(7, 11, 19, .32);
  text-wrap: balance;
}
.company-page.has-company-motion .company-hero__scene .company-hero__content:not(.company-hero__content--narrative-step) {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s cubic-bezier(.22, 1, .36, 1), transform .8s cubic-bezier(.22, 1, .36, 1);
}
.company-page.has-company-motion .company-hero__scene.is-visible .company-hero__content:not(.company-hero__content--narrative-step) {
  opacity: 1;
  transform: translateY(0);
}
.company-page.has-company-motion .company-hero__scene--purpose::after {
  opacity: 1;
}
.company-page.has-company-motion .company-hero__scene--purpose.is-visible::after {
  opacity: 0;
  transition-duration: .72s;
}
.company-page.has-company-motion .company-hero__scene--narrative .company-hero__narrative-stage {
  place-items: center;
}
.company-page.has-company-motion .company-hero__scene--narrative .company-hero__content--narrative-step {
  grid-area: 1 / 1;
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .8s cubic-bezier(.22, 1, .36, 1), transform .8s cubic-bezier(.22, 1, .36, 1);
  will-change: opacity, transform;
}
.company-page.has-company-motion .company-hero__scene--narrative.is-visible:not(.is-answer) .company-hero__content--problem,
.company-page.has-company-motion .company-hero__scene--narrative.is-visible.is-answer .company-hero__content--answer {
  opacity: 1;
  transform: translateY(0);
}
.company-page.has-company-motion .company-hero__scene--narrative.is-visible.is-answer .company-hero__content--problem {
  transform: translateY(-22px);
}
.company-page.has-company-motion .company-purpose {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .65s ease, transform .65s ease;
}
.company-page.has-company-motion .company-purpose::before {
  transform: scaleX(0);
  transition: transform .8s ease;
}
.company-page.has-company-motion .company-hero__scene.is-visible .company-purpose {
  opacity: 1;
  transform: translateY(0);
}
.company-page.has-company-motion .company-hero__scene.is-visible .company-purpose::before { transform: scaleX(1); }
.company-page.has-company-motion .company-hero__scene.is-visible .company-purpose:first-child,
.company-page.has-company-motion .company-hero__scene.is-visible .company-purpose:first-child::before { transition-delay: .2s; }
.company-page.has-company-motion .company-hero__scene.is-visible .company-purpose:last-child,
.company-page.has-company-motion .company-hero__scene.is-visible .company-purpose:last-child::before { transition-delay: .38s; }

/* ---- Shared headings ------------------------------------------------- */
.company-why,
.company-history { padding: clamp(112px, 12vw, 184px) 0; }
.company-why,
.company-impact {
  display: grid;
  min-height: 100vh; min-height: 100svh;
  align-items: center;
  padding: clamp(76px, 8vh, 108px) 0;
}
.company-heading { max-width: 760px; }
.company-heading h2 {
  margin: 0;
  color: var(--company-text);
  font-size: var(--fs-h2);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.14;
  text-wrap: balance;
}
.company-heading > p:last-child {
  margin: clamp(22px, 2.6vw, 34px) 0 0;
  color: var(--company-muted);
  font-size: var(--fs-lead);
  line-height: 1.75;
}

/* ---- Why ------------------------------------------------------------- */
.company-why {
  background: linear-gradient(to bottom, var(--company-bg) 0%, var(--brand-soft) 56%, var(--company-bg) 100%);
}
.company-proof-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
  align-items: end;
  margin-top: clamp(36px, 5vh, 52px);
}
.company-proof {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  min-height: 300px;
  flex-direction: column;
  padding: clamp(24px, 2.5vw, 32px);
  border: 0;
  border-radius: var(--radius-lg);
  background: var(--company-bg);
  box-shadow: 0 24px 64px rgba(7, 11, 19, .08), 0 6px 18px rgba(7, 11, 19, .04);
}
.company-proof:nth-of-type(2) {
  min-height: 330px;
  background: var(--company-bg);
  box-shadow: 0 28px 70px rgba(7, 11, 19, .09), 0 7px 20px rgba(7, 11, 19, .045);
}
.company-proof:nth-of-type(3) {
  min-height: 360px;
  background: var(--company-bg);
  box-shadow: 0 32px 78px rgba(7, 11, 19, .11), 0 8px 22px rgba(7, 11, 19, .05);
}
.company-proof__number { display: block; color: var(--brand); font: 600 var(--fs-h2)/1 var(--font); }
.company-proof__eyebrow { margin: 24px 0 0; color: var(--company-muted); font-size: var(--fs-sm); font-weight: 600; line-height: 1.45; }
.company-proof h3 { min-height: 2.7em; margin: 12px 0 0; color: var(--company-text); font-size: var(--fs-h3); font-weight: 600; line-height: 1.3; }
.company-proof > p:last-child { margin: 16px 0 0; color: var(--company-muted); font-size: var(--fs-sm); line-height: 1.65; }

/* ---- Impact ---------------------------------------------------------- */
.company-impact { background: var(--brand-soft); }
.company-impact .company-heading {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  grid-template-areas: "title lead";
  column-gap: clamp(48px, 6vw, 88px);
  align-items: start;
  padding-inline: clamp(20px, 2vw, 26px);
}
.company-impact .company-heading h2 {
  grid-area: title;
  max-width: 18ch;
  margin-top: 0;
  font-size: var(--fs-h2);
  line-height: 1.14;
}
.company-impact .company-heading > p:last-child {
  grid-area: lead;
  max-width: 34em;
  margin: 0;
  padding-top: 3px;
  font-size: var(--fs-lead);
  line-height: 1.75;
}
.company-metrics__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: clamp(34px, 4.5vh, 48px);
  border-top: 0;
}
.company-metric {
  display: flex;
  min-width: 0;
  min-height: 174px;
  flex-direction: column;
  padding: clamp(24px, 2.2vw, 30px) clamp(20px, 2vw, 26px);
  border: 0;
  border-radius: var(--radius-lg);
  background: var(--company-bg);
  box-shadow: 0 18px 46px rgba(7, 11, 19, .07), 0 4px 14px rgba(7, 11, 19, .035);
}
.company-metric + .company-metric { border-left: 0; }
.company-metric__value { color: var(--brand); font-size: var(--fs-h2); font-weight: 600; letter-spacing: 0; line-height: 1; white-space: nowrap; font-variant-numeric: tabular-nums; }
.company-metric__label { margin-top: 20px; color: var(--company-text); font-size: var(--fs-body); font-weight: 600; line-height: 1.55; }
.company-metric small { margin-top: 8px; color: var(--company-muted); font-size: var(--fs-label); }
.company-partners {
  display: grid;
  grid-template-columns: minmax(220px, .65fr) minmax(0, 2.35fr);
  gap: clamp(28px, 3vw, 40px);
  align-items: center;
  margin-top: clamp(24px, 3vh, 34px);
  padding: clamp(22px, 2.2vw, 28px);
  border: 0;
  border-radius: var(--radius-lg);
  background: var(--company-bg);
  box-shadow: 0 20px 54px rgba(7, 11, 19, .065), 0 5px 16px rgba(7, 11, 19, .03);
}
.company-partners__heading p { margin: 0 0 14px; color: var(--brand-text); font-size: var(--fs-label); font-weight: 600; letter-spacing: .12em; }
.company-partners__heading h3 { max-width: 18ch; margin: 0; color: var(--company-text); font-size: var(--fs-h3); font-weight: 600; line-height: 1.45; }
.company-partners__list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.company-partners__list article { display: block; min-width: 0; min-height: 124px; padding: 20px; border: 0; border-radius: var(--radius-lg); background: var(--company-bg-soft); }
.company-partners__list strong,
.company-partners__list p { margin: 0; line-height: 1.6; }
.company-partners__list strong { font-size: var(--fs-body); }
.company-partners__list strong { color: var(--company-text); }
.company-partners__list p { margin-top: 14px; color: var(--company-muted); font-size: var(--fs-sm); }

/* ---- Timeline -------------------------------------------------------- */
.company-history { background: linear-gradient(to bottom, var(--company-bg) 0%, var(--company-bg) 72%, var(--bg-surface) 100%); }
.company-history__layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: clamp(64px, 10vw, 144px); align-items: start; }
.company-history__heading { position: sticky; top: 112px; }
.company-timeline { position: relative; display: grid; gap: clamp(48px, 7vw, 88px); margin: 0; padding: 0 0 0 38px; list-style: none; }
.company-timeline::before { position: absolute; top: 0; bottom: 0; left: 6px; width: 1px; background: var(--company-line); content: ""; }
.company-timeline__item { position: relative; display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: 24px; opacity: .3; transform: translateY(14px); transition: opacity .35s ease, transform .35s ease; }
.company-timeline__item::before { position: absolute; top: 7px; left: -38px; width: 13px; height: 13px; border: 3px solid var(--company-bg); border-radius: 50%; background: var(--company-line); box-shadow: 0 0 0 1px var(--company-line); content: ""; transition: background .35s, box-shadow .35s; }
.company-timeline__item.is-active { opacity: 1; transform: translateY(0); }
.company-timeline__item.is-active::before { background: var(--brand); box-shadow: 0 0 0 1px var(--brand); }
.company-timeline time { color: var(--brand-text); font: 600 var(--fs-sm)/1.6 var(--font-mono); font-variant-numeric: tabular-nums; }
.company-timeline h3 { margin: 0; color: var(--company-text); font-size: var(--fs-h3); font-weight: 600; line-height: 1.35; }
.company-timeline p { margin: 14px 0 0; color: var(--company-muted); font-size: var(--fs-body); line-height: 1.7; }
.company-timeline details { margin-top: 20px; color: var(--company-muted); font-size: var(--fs-sm); interpolate-size: allow-keywords; }
/* 모바일에서 실제로 누르는 토글이다. 글자 높이(23px)만으로는 손가락에 작다.
   상하 패딩으로 히트영역을 45px 로 키우고, 같은 크기의 음수 마진으로 레이아웃은 그대로 둔다.
   (display 를 flex 로 바꾸면 ▶ 마커가 사라지므로 list-item 을 유지할 것) */
.company-timeline summary { width: max-content; margin-block: -11px; padding-block: 11px; color: var(--company-text); cursor: pointer; font-weight: 600; }
.company-timeline details ul { display: grid; gap: 8px; margin: 16px 0 0; padding-left: 20px; line-height: 1.6; }
.company-timeline details::details-content { overflow: clip; block-size: 0; opacity: 0; transition: block-size .55s cubic-bezier(.22, 1, .36, 1), opacity .3s ease; }
.company-timeline details[open]::details-content { block-size: auto; opacity: 1; }

/* ---- Global handoff -------------------------------------------------- */
.company-global-transition {
  position: relative;
  height: clamp(112px, 9vw, 156px);
  overflow: hidden;
  margin-top: -1px;
  background: linear-gradient(
    to bottom,
    var(--descent-1) 0%,
    var(--descent-2) 100%
  );
}
.company-global-transition::after { display: none; content: none; }
/* 전환부 → 지구본 섹션 사이에 색이 끊기지 않도록 마지막 구간을 겹쳐 둔다 */
.company-global-transition { margin-bottom: -1px; }

.company-global {
  position: relative;
  overflow: hidden;
  /* 상·하 여백을 비슷하게 둔다 — 스냅이 섹션을 세로 중앙에 맞추므로
     아래가 훨씬 두꺼우면 지구본이 화면 위로 밀려 잘린다. */
  padding: clamp(104px, 11vw, 160px) 0 clamp(120px, 12vw, 176px);
  background:
    /* ⚠️ 타원 크기를 반드시 명시한다. 기본값(farthest-corner)이면 타원이 섹션 위 끝까지 닿아
       위 섹션과 만나는 지점에서 밝기가 뚝 끊겨 가로선처럼 보인다(2026-09-03 우측 경계선). */
    radial-gradient(ellipse 54% 30% at 82% 44%, rgba(255, 255, 255, .26) 0%, rgba(222, 239, 255, .13) 42%, transparent 74%),
    radial-gradient(ellipse 46% 26% at 14% 64%, rgba(32, 151, 255, .08) 0%, transparent 76%),
    linear-gradient(to bottom, var(--descent-2) 0%, var(--descent-3) 34%, var(--descent-4) 68%, var(--descent-5) 100%);
}
.company-global__layout { display: grid; grid-template-columns: minmax(330px, .72fr) minmax(540px, 1.28fr); align-items: center; gap: clamp(40px, 6vw, 88px); }
.company-global__copy { position: relative; z-index: 2; }
.company-global__copy h2 { margin: 0; color: var(--company-text); font-size: var(--fs-h2); font-weight: 600; line-height: 1.16; text-wrap: balance; }
/* 지구본 섹션 배경이 어두워져 브랜드 블루로는 대비가 나오지 않는다 → 밝은 면 색으로 */
.company-global__copy h2 span { color: var(--descent-1); }
.company-global__copy > p { margin: 28px 0 0; color: var(--text-on-mid); font-size: var(--fs-body); line-height: 1.75; }
.company-globe { position: relative; min-height: 620px; overflow: visible; isolation: isolate; }
.company-globe::before { position: absolute; z-index: -1; top: 50%; left: 50%; width: min(88%, 548px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 34% 28%, rgba(255,255,255,.98) 0%, rgba(222,239,255,.58) 54%, rgba(101,183,255,.14) 100%); box-shadow: inset -34px -28px 88px rgba(32,151,255,.18), inset 24px 18px 62px rgba(255,255,255,.98); content: ""; transform: translate(-50%,-50%); }
.company-globe__canvas { position: relative; z-index: 1; display: block; width: 100%; height: 620px; }
.company-globe__label { position: absolute; z-index: 3; display: grid; min-width: 164px; grid-template-columns: 34px 1fr; gap: 10px; align-items: center; padding: 11px 14px; border-radius: 14px; background: rgba(7,11,19,.93); box-shadow: 0 14px 38px rgba(7,11,19,.18), 0 0 24px rgba(32,151,255,.12); color: var(--text-on-dark); pointer-events: none; opacity: 0; transform: translate(8px,-50%) scale(.96); transition: opacity .42s ease, transform .5s cubic-bezier(.22,1,.36,1); }
.company-globe__label.is-visible { opacity: 1; transform: translate(16px,-50%) scale(1); }
.company-globe__flag { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 9px; background: rgba(255,255,255,.1); font-size: 21px; line-height: 1; }
.company-globe__country { display: grid; gap: 3px; }
.company-globe__country > span { color: var(--brand-light); font-size: var(--fs-label); font-weight: 600; letter-spacing: .08em; }
.company-globe__country strong { font-size: var(--fs-sm); font-weight: 600; }

.company-product-bridge { margin-top: -1px; padding: clamp(112px, 12vw, 176px) 24px; background: var(--descent-5); color: var(--text-on-dark); text-align: center; }
.company-product-bridge__inner { width: min(900px, 100%); margin-inline: auto; padding-top: clamp(56px, 7vw, 88px); border-top: 0; }
.company-product-bridge h2 { margin: 0 auto; color: var(--text-on-dark); font-size: var(--fs-h2); font-weight: 600; letter-spacing: 0; line-height: 1.15; }
.company-product-bridge p { margin: 28px auto 0; color: var(--text-on-mid); font-size: var(--fs-lead); line-height: 1.75; }
.company-product-bridge__link { display: inline-flex; min-height: 48px; align-items: center; gap: 12px; margin-top: 40px; padding: 11px 20px; border: 0; border-radius: 999px; background: linear-gradient(135deg, var(--brand) 0%, var(--brand-light) 100%); box-shadow: inset 0 1px 0 rgba(255,255,255,.34), 0 12px 34px rgba(32,151,255,.3); color: #fff; font-size: 15px; font-weight: 600; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; }
.company-product-bridge__link:hover { box-shadow: inset 0 1px 0 rgba(255,255,255,.42), 0 16px 42px rgba(32,151,255,.42); filter: brightness(1.06); transform: translateY(-2px); }
.company-product-bridge__link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transition: transform .15s ease; }
.company-product-bridge__link:hover svg { transform: translateX(3px); }
.company-product-bridge__link:focus-visible { outline: 2px solid var(--brand-light); outline-offset: 3px; }

.company-page.has-company-motion [data-company-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.company-page.has-company-motion [data-company-reveal].is-visible { opacity: 1; transform: translateY(0); }

/* '현장을 아는 사람들이…' 근거 카드 — 01 → 02 → 03 순서로 아래에서 위로 올라온다.
   transform 은 건드리지 않는다(기본 translateY(24px) → 0 이 이미 아래→위다).
   지연만 짧게 주어 세 장이 이어지듯 보이게 한다. 0.11s 를 넘기면 끊겨 보인다. */
.company-page.has-company-motion .company-proof-grid .company-proof { transition-timing-function: cubic-bezier(.22, 1, .36, 1); }
.company-page.has-company-motion .company-proof-grid .company-proof:nth-of-type(2) { transition-delay: .11s; }
.company-page.has-company-motion .company-proof-grid .company-proof:nth-of-type(3) { transition-delay: .22s; }

@media (max-width: 900px) {
  .company-proof-grid { grid-template-columns: 1fr; gap: 16px; }
  .company-proof,
  .company-proof:nth-of-type(2),
  .company-proof:nth-of-type(3) { min-height: auto; }
  .company-proof h3 { min-height: 0; }
  .company-impact .company-heading {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "lead";
  }
  .company-impact .company-heading h2 { max-width: 18ch; }
  .company-impact .company-heading > p:last-child { margin-top: 30px; padding-bottom: 0; }
  .company-metrics__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .company-partners { grid-template-columns: 1fr; }
  .company-partners > h3 { max-width: 24ch; }
  .company-history__layout { grid-template-columns: 1fr; }
  .company-history__heading { position: static; }
  .company-global__layout { grid-template-columns: 1fr; gap: 36px; }
  .company-global__copy { max-width: 620px; }
  .company-globe { min-height: 560px; }
  .company-globe__canvas { height: 560px; }
}

@media (max-width: 640px) {
  .company-shell { width: min(100% - 32px, 1120px); }
  .company-body .site-header--overlay .site-nav { background: rgba(7, 11, 19, .96); }
  .company-body .site-header--overlay.is-scrolled.is-over-light .site-nav { background: var(--company-bg); }
  .company-body .site-header--overlay.is-scrolled.is-over-dark .site-nav { background: rgba(7, 11, 19, .96); }
  .company-hero__scene { min-height: 100vh; min-height: 100svh; padding: 88px 16px; }
  .company-hero__scene--image { min-height: 100vh; min-height: 100svh; }
  .company-hero__scene:first-child { min-height: 100vh; min-height: 100svh; padding-block: 64px 0; }
  .company-hero__scene--purpose { min-height: 100vh; min-height: 100svh; padding-block: 88px; }
  .company-hero__content { width: 100%; }
  .company-heading br,
  .company-product-bridge br { display: none; }
  .company-hero__statement { font-size: var(--fs-h2); line-height: 1.22; }
  .company-hero__statement br { display: none; }
  .company-hero__content--purpose { gap: 72px; }
  .company-purpose-grid { grid-template-columns: 1fr; gap: 44px; }
  .company-purpose h2 { max-width: none; font-size: var(--fs-h3); line-height: 1.4; }
  .company-image-slot { right: 16px; bottom: 16px; left: 16px; max-width: none; }
  .company-heading > p:last-child br { display: none; }
  .company-proof { padding: 28px 24px; }
  .company-proof__eyebrow { margin-top: 32px; }
  .company-metrics__grid { grid-template-columns: 1fr; }
  .company-metric,
  .company-metric:first-child,
  .company-metric:last-child { min-height: auto; padding: 28px 24px; }
  .company-metric__label { margin-top: 20px; }
  .company-partners { gap: 30px; padding: 28px 20px; border-radius: 18px; }
  .company-partners__list { grid-template-columns: 1fr; }
  .company-partners__list article { min-height: auto; padding: 24px; }
  .company-timeline { padding-left: 28px; }
  .company-timeline__item { grid-template-columns: 1fr; gap: 8px; }
  .company-timeline__item::before { left: -28px; }
  .company-timeline::before { left: 6px; }
  .company-global { padding-top: 96px; padding-bottom: 180px; }
  .company-global__copy h2 br { display: none; }
  .company-global__copy > p br { display: none; }
  .company-globe { min-height: 420px; margin-inline: -16px; }
  .company-globe__canvas { height: 420px; }
  .company-globe__label { min-width: 132px; padding: 8px 10px; }
  .company-globe__flag { width: 28px; height: 28px; font-size: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .company-hero__content,
  .company-purpose { opacity: 1 !important; transform: none !important; transition: none !important; }
  .company-purpose::before { transform: scaleX(1) !important; transition: none !important; }
  .company-timeline__item { opacity: 1; transform: none; }
  .company-product-bridge__link svg { transition: none; }
}
