/* ============================================================
   IXC — sub-page styles. Loaded on all pages after style.css.
   ============================================================ */

/* ---------------- shared sub-page bits ---------------- */

.page-hero {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.page-hero__wrap {
  position: relative;
  z-index: 15;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8.5rem var(--pad-x) 3.5em;
}
.page-hero__bottom {
  display: flex;
  justify-content: flex-end;
}
.page-hero__p {
  max-width: 34ch;
  display: flex;
  flex-direction: column;
  gap: 1.8em;
}
/* 34ch는 이 컨테이너의 폰트(모바일 루트 ≈3.8px)를 따라가 375px에서 76px로
   붕괴한다 — 히어로 문단과 CTA 버튼이 세로 리본으로 찌그러진다. 다른 ch 박스
   (.about-offset__box·.article-content 등)와 동일하게 모바일에선 폭 제한을 푼다.
   우측 정렬(.page-hero__bottom flex-end)도 좁은 화면에선 전체 폭 좌측 정렬로. */
@media (max-width: 991px) {
  .page-hero__p { max-width: none; width: 100%; }
  .page-hero__bottom { justify-content: flex-start; }
}

.h1--brand { color: var(--brand); }

/* light page scaffold (white bg, blue text) */
.page-light { background: var(--white); color: var(--black); }

/* ---------------- corporate IA: businesses / solutions / technology ---------------- */

.corporate-hero { background: #02040a; }
.corporate-hero .orbit-layer { opacity: 0.8; }
.corporate-hero__eyebrow,
.corporate-kicker {
  position: relative;
  z-index: 2;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--accent);
}
.corporate-hero__title {
  max-width: 12ch;
  font-size: 5.5em;
  overflow-wrap: anywhere;
}
.corporate-question {
  font-size: 1.35rem;
  line-height: 1.35;
  font-weight: 500;
}

.corporate-index { color: var(--brand); }
.corporate-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.55fr);
  align-items: end;
  gap: 4rem;
  padding-bottom: 4rem;
}
.corporate-heading .h2 { max-width: 16ch; margin-top: 0.3em; }
.corporate-heading > .p-gen { max-width: 38ch; justify-self: end; }
.corporate-rows { border-top: 1px solid rgba(var(--brand-rgb), 0.28); }
.corporate-row {
  display: grid;
  grid-template-columns: 6rem minmax(13rem, 0.85fr) minmax(18rem, 1.25fr) 8.5rem;
  align-items: center;
  gap: 1.5rem;
  min-height: 9rem;
  padding: 1.5rem 0;
  color: var(--brand);
  border-bottom: 1px solid rgba(var(--brand-rgb), 0.28);
  transition: background 0.25s var(--ease-out), padding 0.25s var(--ease-out);
}
a.corporate-row:hover,
a.corporate-row:focus-visible { background: rgba(var(--brand-rgb), 0.06); padding-inline: 1rem; }
.corporate-row__index,
.corporate-row__role,
.corporate-facts dt,
.corporate-gate__list {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  line-height: 1.5;
  text-transform: uppercase;
}
.corporate-row__main { display: flex; flex-direction: column; gap: 0.45rem; }
.corporate-row__main strong { font-size: 1.45rem; line-height: 1.2; font-weight: 500; overflow-wrap: anywhere; }
.corporate-row__main small { font-size: 0.85rem; line-height: 1.35; opacity: 0.68; }
.corporate-row__copy { font-size: 1rem; line-height: 1.65; max-width: 48ch; }
.corporate-row__role { text-align: right; }
.corporate-row--static .corporate-row__role { opacity: 0.62; }

.corporate-detail { color: var(--brand); }
.corporate-detail__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(20rem, 0.8fr);
  gap: 5rem;
  align-items: start;
}
.corporate-detail__grid .h2 { max-width: 15ch; margin-top: 0.35em; }
.corporate-detail__body { display: flex; flex-direction: column; align-items: flex-start; gap: 2rem; padding-top: 2rem; }
.corporate-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 6rem;
  border-top: 1px solid rgba(var(--brand-rgb), 0.28);
}
.corporate-facts > div { min-height: 9rem; padding: 1.5rem 2rem 1.5rem 0; border-bottom: 1px solid rgba(var(--brand-rgb), 0.28); }
.corporate-facts > div:nth-child(odd) { border-right: 1px solid rgba(var(--brand-rgb), 0.28); }
.corporate-facts > div:nth-child(even) { padding-left: 2rem; }
.corporate-facts dd { margin: 1rem 0 0; font-size: 1.1rem; line-height: 1.6; }

.corporate-gate { position: relative; }
.corporate-gate__list { margin: 0; padding: 0; list-style: none; counter-reset: gate; }
.corporate-gate__list li { counter-increment: gate; padding: 1.1rem 0; border-bottom: 1px solid #ffffff2e; font-size: 0.85rem; }
.corporate-gate__list li::before { content: counter(gate, decimal-leading-zero); display: inline-block; width: 3rem; color: var(--accent); }
.corporate-review-notice { padding: 1rem var(--pad-x); background: var(--accent); color: #02040a; font-family: var(--font-mono); font-size: 0.8rem; text-transform: uppercase; }

.corporate-heading--dark { color: var(--white); position: relative; z-index: 2; }
.home-portfolio { position: relative; }
.home-portfolio__rows { position: relative; z-index: 2; border-top: 1px solid #ffffff2e; }
.home-portfolio__row {
  display: grid;
  grid-template-columns: 4rem minmax(10rem, 0.65fr) 8rem minmax(18rem, 1.35fr) 2rem;
  gap: 1.5rem;
  align-items: center;
  min-height: 8rem;
  color: var(--white);
  border-bottom: 1px solid #ffffff2e;
}
.home-portfolio__row > span,
.home-portfolio__row > small { font-family: var(--font-mono); font-size: 0.75rem; text-transform: uppercase; }
.home-portfolio__row > strong { font-size: 1.45rem; font-weight: 500; }
.home-portfolio__row > p { font-size: 1rem; line-height: 1.6; opacity: 0.82; }
.home-portfolio__row > i { font-style: normal; text-align: right; }

.home-insights { color: var(--brand); }
.home-insights .corporate-kicker { color: var(--brand); }
.home-insights__masthead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.65fr) auto;
  gap: 3rem;
  align-items: end;
}
.home-insights__masthead .p-gen { max-width: 38ch; }
.home-insights__pillars {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 4rem;
  border-top: 1px solid rgba(var(--brand-rgb), 0.28);
  border-bottom: 1px solid rgba(var(--brand-rgb), 0.28);
}
.home-insights__pillars span { padding: 1.4rem 1rem 1.4rem 0; font-family: var(--font-mono); font-size: 0.75rem; line-height: 1.5; }
.home-insights__featured { display: grid; grid-template-columns: minmax(14rem, 0.35fr) minmax(0, 1fr); gap: 4rem; align-items: start; margin-top: 5rem; }
.home-insights__support { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4rem; margin-top: 5rem; padding-top: 2rem; border-top: 1px solid rgba(var(--brand-rgb), 0.28); }
.home-insights__support h3 { max-width: 24ch; margin: 0.8rem 0 2rem; font-size: 1.5rem; font-weight: 500; line-height: 1.3; }
.home-insights__series-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(var(--brand-rgb), 0.28); }
.home-insights__series-list li { border-bottom: 1px solid rgba(var(--brand-rgb), 0.28); }
.home-insights__series-list a { display: grid; grid-template-columns: 7rem minmax(0, 1fr) 1rem; gap: 1rem; align-items: start; padding: 1.25rem 0; color: inherit; line-height: 1.45; }
.home-insights__series-list span { font-family: var(--font-mono); font-size: 0.7rem; text-transform: uppercase; }
.home-insights__series-list i { font-style: normal; }

@media (max-width: 1199px) {
  .corporate-row { grid-template-columns: 4.5rem minmax(12rem, 0.9fr) minmax(15rem, 1.1fr) 7rem; }
}
@media (max-width: 991px) {
  .corporate-heading,
  .corporate-detail__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .corporate-heading > .p-gen { justify-self: start; }
  .corporate-row { grid-template-columns: 3.5rem minmax(0, 1fr) auto; min-height: 0; }
  .corporate-row__copy { grid-column: 2 / -1; }
  .corporate-row__role { grid-column: 3; grid-row: 1; }
  .corporate-hero__title { font-size: 5em; }
  .home-portfolio__row { grid-template-columns: 3rem minmax(0, 1fr) auto; padding: 1.5rem 0; }
  .home-portfolio__row > small { grid-column: 3; }
  .home-portfolio__row > p { grid-column: 2 / -1; }
  .home-portfolio__row > i { display: none; }
  .home-insights__masthead,
  .home-insights__featured,
  .home-insights__support { grid-template-columns: 1fr; gap: 2rem; }
  .home-insights__pillars { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .corporate-row { grid-template-columns: 2.5rem minmax(0, 1fr); gap: 1rem; }
  .corporate-row__role { grid-column: 2; grid-row: auto; text-align: left; }
  .corporate-row__copy { grid-column: 2; }
  .corporate-facts { grid-template-columns: 1fr; }
  .corporate-facts > div:nth-child(odd) { border-right: 0; }
  .corporate-facts > div:nth-child(even) { padding-left: 0; }
  .corporate-hero__title { font-size: 4.6em; }
  .home-insights__pillars { grid-template-columns: 1fr; }
  .home-insights__series-list a { grid-template-columns: 5.5rem minmax(0, 1fr) 1rem; }
}

/* ---------------- partners ---------------- */

.partners-main { position: relative; }
.partners-cms { padding-bottom: 4em; }
.heading-cms {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 3em;
  margin-bottom: 4.5em;
}
.heading-cms .p-gen { max-width: 44ch; }

.grid-partners-gen {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
.partner-cell {
  display: block;
  background: #ffffff26;
  border-radius: var(--r-card);
  transition: background 0.4s;
}
.partner-cell:hover { background: #ffffff12; }
.partner-cell .partner-box { height: 9em; }

.support-cards { padding-bottom: 8em; }
.support-cards__heading { margin-bottom: 3.5em; }

.partners-benefit-grid { display: grid; gap: 1em; }
@media (min-width: 992px) {
  /* checkerboard: 1→c1r1, 2→c2r1, 3→c4r1, 4→c3r2 */
  .partners-benefit-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .partners-benefit-grid .benefit-card:nth-child(1) { grid-column: 1; grid-row: 1; }
  .partners-benefit-grid .benefit-card:nth-child(2) { grid-column: 2; grid-row: 1; }
  .partners-benefit-grid .benefit-card:nth-child(3) { grid-column: 4; grid-row: 1; }
  .partners-benefit-grid .benefit-card:nth-child(4) { grid-column: 3; grid-row: 2; }
}
.benefit-card {
  position: relative;
  background: rgba(var(--brand-rgb), 0.10);
  border-radius: var(--r-card);
  padding: 1.4em;
  min-height: 22em;
  display: flex;
  flex-direction: column;
  gap: 1em;
  overflow: hidden;
  color: var(--brand);
}
.benefit-card__num {
  font-family: var(--font-mono);
  font-size: 0.75em;
  opacity: 0.7;
}
.benefit-card__title { font-size: 1.4em; font-weight: 500; }
.benefit-card__desc { max-width: 24ch; }
.benefit-card__visual {
  position: absolute;
  right: -8%;
  bottom: -10%;
  width: 65%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(var(--brand-rgb), 0.18), rgba(var(--brand-rgb), 0) 70%);
}

/* 회사개요 헤딩 + 회사소개서 다운로드 버튼 (dark 섹션) */
.overview-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2em;
  flex-wrap: wrap;
}
@media (max-width: 767px) { .overview-head { flex-direction: column; align-items: flex-start; gap: 1.6em; } }

/* ---------------- newsroom ---------------- */

.news-page { padding: 11em var(--pad-x) 8em; }
/* 상단 패딩이 em이라 모바일 루트(≈3.8px)에서 42px로 붕괴 → 고정 헤더(~51px)
   아래로 제목이 숨는다. 헤더를 확실히 비우도록 rem 기반 상단 패딩(뷰포트 무관).
   .blog-page·.contact-main·.article-hero도 같은 문제 — 아래 각 정의에서 처리. */
@media (max-width: 991px) { .news-page { padding-top: 7rem; } }
.news-page__h1 { margin-bottom: 0; }
.grid-newsroom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1em;
}
.newsroom-item {
  display: flex;
  flex-direction: column;
  gap: 1.1em;
  border-top: 1px solid rgba(var(--brand-rgb), 0.35);
  padding-top: 1.4em;
  color: var(--brand);
}
.newsroom-item__title { font-size: 1.4em; line-height: 1.38; font-weight: 500; }
.text-news-link {
  font-size: 0.9em;
  font-weight: 500;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.text-news-link:hover { opacity: 0.65; }
.text-news-link::after { content: "↗"; display: inline-block; margin-left: 0.3em; transition: translate 0.35s; }
.text-news-link:hover::after { translate: 0.12em -0.12em; }
/* newsroom cards: stretch the link over the whole card */
.newsroom-item { position: relative; }
.newsroom-item .text-news-link::before { content: ""; position: absolute; inset: 0; }
.cover-square {
  aspect-ratio: 1.15;
  border-radius: var(--r-media);
  overflow: hidden;
  background: linear-gradient(160deg, var(--brand), var(--brand-deep));
  position: relative;
  margin-top: 0.5em;
}
.cover-square::after {
  content: "";
  position: absolute;
  width: 34%;
  aspect-ratio: 1;
  right: 10%;
  bottom: 12%;
  background: #ffffff2a;
  border-radius: 2px;
}
.cover-square[data-pattern="b"]::after { border-radius: 50%; left: 12%; top: 14%; right: auto; bottom: auto; }
.cover-square[data-pattern="c"]::after { width: 55%; aspect-ratio: 2.2; left: 12%; }

/* newsroom pager (WP paginate_links, type=list) */
.pager { margin-top: 4em; }
.pager ul.page-numbers { display: flex; flex-wrap: wrap; gap: 0.5em; justify-content: center; list-style: none; margin: 0; padding: 0; }
.pager li > .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.6em;
  height: 2.6em;
  padding: 0 0.8em;
  border: 1px solid rgba(var(--brand-rgb), 0.3);
  border-radius: 999px;
  color: var(--brand);
  font-size: 0.95em;
  font-weight: 500;
  transition: background 0.3s;
}
.pager li > a.page-numbers:hover { background: rgba(var(--brand-rgb), 0.12); }
.pager .page-numbers.current { background: var(--brand); border-color: var(--brand); color: var(--white); }
/* 페이지네이션 버튼: height가 2.6em이라 폰에서 28px로 줄어든다 — 터치 기준 미달 */
@media (max-width: 991px) { .pager li > .page-numbers { font-size: 1.4em; min-width: 44px; min-height: 44px; } }
@media (max-width: 767px) { .pager li > .page-numbers { font-size: 1.7em; } }
@media (max-width: 479px) { .pager li > .page-numbers { font-size: 2.8em; } }

/* ---------------- blog ---------------- */

.blog-page { padding: 11em var(--pad-x) 8em; }
@media (max-width: 991px) { .blog-page { padding-top: 7rem; } }  /* em 상단 패딩 붕괴 → 헤더 밑에 제목 숨음 */
.blog-feature {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 2em;
  margin: 3em 0 5em;
  color: var(--brand);
}
.blog-feature__cover {
  border-radius: var(--r-card);
  overflow: hidden;
  background: linear-gradient(140deg, var(--brand), var(--brand-deep));
  min-height: 26em;
  position: relative;
}
.blog-feature__cover::after {
  content: "";
  position: absolute;
  inset: auto 10% 12% auto;
  width: 30%;
  aspect-ratio: 1;
  background: #ffffff26;
  border-radius: 2px;
}
.blog-feature__body { display: flex; flex-direction: column; gap: 1.4em; justify-content: flex-end; }
.blog-feature__title { font-size: 2.3em; line-height: 1.1; font-weight: 500; }

.articles-grid--blog { grid-template-columns: 1fr 1fr 1fr; }

.blog-latest { display: grid; grid-template-columns: 15em 1fr; gap: 4em; align-items: start; }
.filters-box {
  position: sticky;
  top: 9vh;
  display: flex;
  flex-direction: column;
  gap: 1.4em;
  color: var(--brand);
}
.filters-title { font-family: var(--font-mono); font-size: 0.75em; text-transform: uppercase; color: var(--brand-ink); }  /* opacity 0.7 흐림 제거 — 흰 위 3.24로 미달이었음 */
.filters-flex { display: flex; flex-direction: column; gap: 0.5em; align-items: flex-start; }
.filter-chip {
  font-size: 0.9em;
  font-weight: 500;
  color: var(--brand-ink);  /* 틴트 배경 위 AA (is-active는 아래에서 흰색으로 덮음) */
  background: rgba(var(--brand-rgb), 0.12);
  border-radius: var(--r-pill);
  padding: 0.6em 0.8em;
  cursor: pointer;
  transition: background 0.3s;
}
.filter-chip:hover { background: rgba(var(--brand-rgb), 0.15); }
.filter-chip.is-active { background: var(--brand); color: var(--white); }
.reset-all { font-size: 0.82em; text-decoration: underline; color: var(--brand-ink); cursor: pointer; }  /* opacity 0.7 제거 — 흰 위 3.24 미달 */
/* mobile touch targets: 칩·리셋 44px 보장 */
@media (max-width: 991px) {
  .filter-chip { min-height: 44px; padding: 0.6em 1.2em; display: inline-flex; align-items: center; }
  .reset-all { min-height: 44px; display: inline-flex; align-items: center; padding: 0 0.4em; }
}

/* ---------------- careers ---------------- */

.career-hero { position: relative; background: var(--white); color: var(--brand); }
.career-hero__wrap {
  position: relative;
  min-height: 88vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10em var(--pad-x) 4em;
}

.fs-image {
  height: 70vh;
  background: linear-gradient(160deg, var(--brand), var(--brand-deep));
  position: relative;
  overflow: hidden;
}
.fs-image::after {
  content: "";
  position: absolute;
  width: 22%;
  aspect-ratio: 1;
  left: 12%;
  bottom: 16%;
  background: #ffffff1c;
  border-radius: 2px;
}

.culture { background: var(--white); color: var(--brand); }
.culture__intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 3em;
  margin-bottom: 4.5em;
}
.culture__points { display: grid; grid-template-columns: 1fr 1fr; gap: 4em; align-items: start; }
.culture__list { display: flex; flex-direction: column; }
.culture-point {
  display: flex;
  gap: 1.2em;
  align-items: baseline;
  border-top: 1px solid rgba(var(--brand-rgb), 0.35);
  padding: 1.4em 0;
}
.culture-point__num { font-family: var(--font-mono); font-size: 0.75em; opacity: 0.65; }
.culture-point__txt { font-size: 1.4em; font-weight: 500; max-width: 28ch; }
.culture__visual {
  position: sticky;
  top: 10vh;
  border-radius: var(--r-card);
  aspect-ratio: 0.95;
  background: linear-gradient(160deg, var(--brand), var(--brand-deep));
}

.positions { background: var(--white); color: var(--brand); }
.positions__head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 3em; }

/* ---------------- company (blue hero + dark mission) ---------------- */

.about-hero { position: relative; background: var(--brand); color: var(--white); overflow: hidden; }
.about-hero__wrap { position: relative; z-index: 3; padding: 11em var(--pad-x) 9em; }
.about-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 3em;
}
.about-hero__h1 { font-size: 8em; line-height: 0.95; }
.about-intro { max-width: 26ch; font-size: 2.3em; line-height: 1.22; }
.about-offset {
  display: flex;
  justify-content: flex-end;
  margin-top: 8em;
}
.about-offset__box { max-width: 40ch; display: flex; flex-direction: column; gap: 1.6em; }

.black-cards { background: var(--black); color: var(--white); position: relative; }
.black-cards__flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4em;
  align-items: start;
  margin-bottom: 8em;
}
.black-cards__heading { display: flex; flex-direction: column; gap: 1.6em; }
.point-list { display: flex; flex-direction: column; }
.point-about {
  display: flex;
  gap: 1.4em;
  align-items: baseline;
  border-top: 1px solid #ffffff33;
  padding: 1.5em 0;
}
/* 재팽창 사다리가 통째로 빠져 있어 375px에서 2.9em이 아닌 0.75em이 그대로
   적용돼 2.9px로 렌더됐다 — 같은 성격의 .pd-cap__num 사다리를 따른다 */
.point-about__num { font-family: var(--font-mono); font-size: 0.75em; opacity: 0.6; }
@media (max-width: 991px) { .point-about__num { font-size: 1.1em; } }
@media (max-width: 767px) { .point-about__num { font-size: 1.45em; } }
@media (max-width: 479px) { .point-about__num { font-size: 2.6em; } }
.point-about__body { display: flex; flex-direction: column; gap: 0.7em; }
.point-about__title { font-size: 1.4em; font-weight: 500; }
.point-about__p { max-width: 40ch; opacity: 0.85; }

.mission-part {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 4.5em;
  align-items: center;
  margin-top: 3em;
}
.mission-part__img {
  aspect-ratio: 1.7;
  border-radius: var(--r-card);
  background: linear-gradient(160deg, var(--brand), var(--brand-deep));
  position: relative;
  overflow: hidden;
}
.mission-part__img::after {
  content: "";
  position: absolute;
  width: 26%;
  aspect-ratio: 1;
  right: 12%;
  bottom: 14%;
  background: #ffffff1f;
  border-radius: 2px;
}
.mission-part__content { display: flex; flex-direction: column; gap: 2.6em; }
.mission-txt { font-size: 2.3em; line-height: 1.25; max-width: 22ch; }
.two-sides { display: grid; grid-template-columns: 1fr 1fr; gap: 2.4em; }

/* ---------------- company: leadership + timeline (dark section) ----------------
   Pure-typography restraint like .fact-cell / .point-about above — a thin top
   rule, mono labels, and NO enclosed shapes (no avatar chips, no boxes). The two
   leaders sit in ~30%-wide columns on the left so the row breathes. */
.leaders {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 28em));
  gap: 4em;
  margin-top: 5.6em;
}
.leader {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.9em;
  padding-top: 1.8em;
}
/* the top rule is a pseudo so motion can wipe it in left→right (--ld) */
.leader::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: #ffffff2e;
  transform: scaleX(var(--ld, 1));
  transform-origin: left;
}
/* studio portrait — a contained 4:5 headshot under the rule; the white
   cutout reads clean on the dark section (kept restrained, not full-bleed) */
.leader__photo {
  display: block;
  width: 100%;
  max-width: 15em;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  border-radius: 0;
  background: var(--white);
  margin: 1.4em 0 0.4em;
}
.leader__name { font-size: 1.5em; font-weight: 500; }
.leader__role { font-family: var(--font-mono); font-size: 0.78em; letter-spacing: 0; color: rgba(var(--accent-rgb), 0.9); }
/* career history: a flat, dividerless list — mono "前" markers, mood-matched */
.leader__career { list-style: none; display: flex; flex-direction: column; gap: 0.55em; margin-top: 0.9em; }
.leader__career li { font-size: 0.92em; line-height: 1.45; opacity: 0.8; }

/* History reads as a vertical list in the mood of .point-about: dividerless,
   gap-based rhythm carried by a rail + nodes, NOT ruled table rows. Mono year
   sits tight to its event; each node ignites with a glow flash (--glow) as the
   rail draws down (--line drives dot scale + rail scaleY). */
.timeline {
  position: relative;
  margin-top: 5.6em;
  max-width: 40em;
  display: flex;
  flex-direction: column;
  gap: 2.6em;
}
.timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 4.5em 1fr;
  gap: 1.4em;
  align-items: baseline;
  padding-left: 2.3em;
}
.timeline__item::before {
  content: "";
  position: absolute; left: 0.02em; top: 0.16em;
  width: 0.66em; height: 0.66em;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 calc(var(--glow, 0) * 1.15em) calc(0.28em + var(--glow, 0) * 0.4em) rgba(var(--accent-rgb), calc(0.14 + var(--glow, 0) * 0.3));
  transform: scale(var(--line, 0));
  transform-origin: center;
}
.timeline__item::after {
  content: "";
  position: absolute; left: 0.32em; top: 0.95em; bottom: -2.6em;
  width: 1px;
  background: linear-gradient(rgba(var(--accent-rgb), 0.5), rgba(var(--accent-rgb), 0.22));
  transform: scaleY(var(--line, 0));
  transform-origin: top;
}
.timeline__item:last-child::after { display: none; }
.timeline__year { font-family: var(--font-mono); font-size: 1.35em; font-weight: 500; line-height: 1.1; color: rgba(var(--accent-rgb), 0.95); }
.timeline__event { font-size: 1.02em; line-height: 1.6; opacity: 0.85; }

/* responsive: 30/30 side-by-side is desktop only — tablets fill the width with
   two equal columns, phones stack to a single column. */
/* leader/timeline text re-inflates at breakpoints like the rest of the scale
   (fact-cell pattern) — without this the em values render ~4px on phones */
@media (max-width: 991px) {
  .leaders { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2.8em; margin-top: 3.6em; }
  .leader__photo { max-width: 22em; }
  .leader__name { font-size: 2.4em; }
  .leader__role { font-size: 1.15em; }
  .leader__career li { font-size: 1.45em; }
  /* max-width:40em는 .timeline 폰트(모바일 루트 ≈3.8px)를 따라가 375px에서
     152px로 붕괴 → 연혁 텍스트가 100px에 갇힌다. 모바일은 단일 컬럼 전체 폭. */
  .timeline { margin-top: 3.6em; max-width: none; }
  .timeline__year { font-size: 2.2em; }
  .timeline__event { font-size: 1.5em; }
}
@media (max-width: 767px) {
  .leaders { grid-template-columns: 1fr; gap: 3.2em; }
  .timeline { gap: 2.6em; }
  .timeline__item { grid-template-columns: max-content 1fr; gap: 1.4em; padding-left: 2em; }
  /* 이 구간 텍스트 티어가 비어 있어 991 값이 루트 7.6px에 걸렸다 */
  .leader__name { font-size: 3.15em; }
  .leader__career li { font-size: 1.9em; }
  .timeline__year { font-size: 2.9em; }
  .timeline__event { font-size: 1.95em; }
}
@media (max-width: 479px) {
  .leader__photo { max-width: 52em; }
  .leader__name { font-size: 4.8em; }
  .leader__role { font-size: 2.4em; }
  .leader__career li { font-size: 3.5em; }
  .timeline__year { font-size: 4.4em; }
  .timeline__event { font-size: 3.7em; }
}
/* reduced motion: the JS never tweens --line, so pin the rail + nodes to their
   drawn end-state instead of leaving them collapsed at scale 0 (invisible). */
@media (prefers-reduced-motion: reduce) {
  .timeline__item { --line: 1; }
  .leader { --ld: 1; }
  .pd-cap { --line: 1; }
  .next-card__cover::before,
  .cover-square .media-img,
  .cover-square::after,
  .benefit-card__visual,
  .text-news-link::after { transition: none; }
}

@media (max-width: 991px) {
  .about-flex, .black-cards__flex, .mission-part { grid-template-columns: 1fr; flex-direction: column; align-items: flex-start; }
  .about-hero__h1 { font-size: 10em; }
  .two-sides { grid-template-columns: 1fr; }
}

/* ---------------- contact ---------------- */

.contact-main { min-height: 100vh; padding: 10em var(--pad-x) 8em; }
@media (max-width: 991px) { .contact-main { padding-top: 7rem; } }  /* em 상단 패딩 붕괴 → 헤더 밑에 제목 숨음 */
.contact-channel { display: flex; flex-direction: column; gap: 0.6em; border-top: 1px solid #ffffff40; padding-top: 1.2em; }
/* 이메일·전화·지도 링크는 이 페이지의 실제 전환 경로다 — 폰에서 21px 높이로
   렌더되던 히트 영역을 터치 기준까지 넓힌다 (동의 정책 링크도 같은 이유) */
@media (max-width: 991px) {
  .contact-channel a { display: inline-flex; align-items: center; min-height: 44px; }
  .consent-policy { display: inline-flex; align-items: center; min-height: 44px; }
}

.flex-contact { display: grid; grid-template-columns: 1fr 2fr; gap: 5em; align-items: start; margin-top: 3em; }
.sticky-contacts { position: sticky; top: 12vh; display: flex; flex-direction: column; gap: 2.4em; }
.title-get { font-family: var(--font-mono); font-size: 0.82em; text-transform: uppercase; opacity: 0.7; }

.title-chips { display: flex; align-items: center; gap: 0.6em; margin-bottom: 1.2em; }
.title-form { font-family: var(--font-mono); font-size: 0.75em; text-transform: uppercase; opacity: 0.75; }
.purpose-chips { display: flex; flex-wrap: wrap; gap: 0.5em; margin-bottom: 2.4em; }
.checkbox-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  cursor: pointer;
  background: #ffffff1a;
  border: 1px solid #ffffff40;
  border-radius: var(--r-pill);
  padding: 0.7em 0.9em;
  font-size: 0.9em;
  font-weight: 500;
  transition: background 0.3s, color 0.3s;
}
.checkbox-chip input { position: absolute; opacity: 0; z-index: -1; }
.checkbox-chip:has(input:checked) { background: var(--white); color: var(--brand); }
/* the real checkbox is visually hidden, so mirror keyboard focus onto the chip */
.checkbox-chip:has(input:focus-visible) { outline: 2px solid rgba(var(--accent-rgb), 0.45); outline-offset: 2px; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.625em 1em; }
.form-field { display: flex; flex-direction: column; gap: 0.5em; }
.form-field--full { grid-column: 1 / -1; }
.form-label {
  font-family: var(--font-mono);
  font-size: 0.72em;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 0.75;
}
.form-field textarea.input-field { min-height: 9em; resize: vertical; border-radius: var(--r-card); }

/* ---------------- product detail ---------------- */

.pd-hero { background: var(--black); color: var(--white); position: relative; }
.pd-hero__wrap { min-height: 92vh; display: flex; flex-direction: column; justify-content: flex-end; padding: 10em var(--pad-x) 4em; gap: 2.4em; }
.pd-hero__row { display: flex; justify-content: space-between; align-items: flex-end; gap: 3em; }
/* 제품 히어로(axix·qoretix·product-detail): 제목과 설명 문단을 좌우로 놓는
   가로 flex인데 반응형 규칙이 없어 모바일에서도 나란히 끼여 235px씩 눌린다.
   좁은 화면에선 세로로 쌓는다 (.page-hero__p 폭 제한도 위에서 이미 해제). */
@media (max-width: 991px) {
  .pd-hero__row { flex-direction: column; align-items: flex-start; gap: 1.6em; }
}
.pd-visual {
  margin: 0 var(--pad-x) 6em;
  border-radius: var(--r-card);
  aspect-ratio: 2.3;
  background:
    linear-gradient(#ffffff0d, #ffffff03),
    repeating-linear-gradient(0deg, transparent 0 27px, #ffffff12 27px 28px),
    repeating-linear-gradient(90deg, transparent 0 27px, #ffffff12 27px 28px);
  position: relative;
  overflow: hidden;
}
.pd-visual::after {
  content: "";
  position: absolute;
  width: 26%;
  aspect-ratio: 1;
  right: 10%;
  bottom: -18%;
  background: var(--accent)1f;
  border-radius: 2px;
}
.pd-section { background: var(--black); color: var(--white); }
.pd-caps { display: grid; grid-template-columns: 1fr 1fr; gap: 4em; padding: 0 var(--pad-x) 8em; }
.pd-caps__list { display: flex; flex-direction: column; }
.pd-cap {
  position: relative;
  display: flex;
  gap: 1.4em;
  align-items: baseline;
  border-top: 1px solid #ffffff33;
  padding: 1.5em 0;
}
/* accent divider that draws left→right as the capability reveals
   ( --line tweened 0→1 by motion.js runRichList ) */
.pd-cap::before {
  content: "";
  position: absolute;
  top: -1px; left: 0;
  width: 100%; height: 1px;
  background: var(--accent);
  transform: scaleX(var(--line, 0));
  transform-origin: left;
}
.pd-cap__num { font-family: var(--font-mono); font-size: 0.75em; opacity: 0.6; }
.pd-cap__body { display: flex; flex-direction: column; gap: 0.7em; }
.pd-cap__title { font-size: 1.4em; font-weight: 500; }
.pd-props { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1em; padding: 0 var(--pad-x) 10em; }
.pd-prop {
  background: #ffffff12;
  border-radius: var(--r-card);
  padding: 1.4em;
  display: flex;
  flex-direction: column;
  gap: 1em;
  min-height: 14em;
}
.pd-prop__title { font-family: var(--font-mono); font-size: 0.72em; text-transform: uppercase; opacity: 0.7; }
.pd-prop__value { font-size: 2.3em; font-weight: 500; }
/* 긴 라벨(REQUIREMENT · TEST DESIGN …)은 데스크톱 3열에서 2.3em이면 넘쳐서
   마크업에 인라인 1.9em을 박아뒀는데, 인라인이 모바일 티어까지 눌러 7.2px로
   렌더됐다. 축소가 필요한 건 데스크톱뿐이므로 그 구간에만 건다. */
@media (min-width: 992px) { .pd-prop__value--long { font-size: 1.9em; } }

/* ---------------- article ---------------- */

.article-hero { padding: 10em var(--pad-x) 3em; color: var(--brand); }
@media (max-width: 991px) { .article-hero { padding-top: 7rem; } }  /* em 상단 패딩 붕괴 → 헤더 밑에 제목 숨음 */
.article-hero__tags { display: flex; gap: 0.6em; margin-bottom: 1.6em; }
.article-hero__title { font-size: 3.2em; line-height: 1.14; max-width: 26ch; text-wrap: balance; }
.fullsize-cover {
  margin: 0 var(--pad-x) 5em;
  border-radius: var(--r-card);
  aspect-ratio: 2.4;
  background: linear-gradient(150deg, var(--brand), var(--brand-deep));
  position: relative;
  overflow: hidden;
}
.fullsize-cover::after {
  content: "";
  position: absolute;
  width: 18%;
  aspect-ratio: 1;
  right: 14%;
  top: 18%;
  background: #ffffff24;
  border-radius: 2px;
}

/* project detail facts (기간·수행 범위·핵심 성과) — flat fact rows,
   same alignment line as .article-body / .fullsize-cover */
.project-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.4em;
  margin: -2em var(--pad-x) 5em;
}
.project-fact {
  border-top: 1px solid rgba(var(--brand-rgb), 0.35);
  padding-top: 1.1em;
  display: flex;
  flex-direction: column;
  gap: 0.55em;
  color: var(--brand);
}
.project-fact__label { font-family: var(--font-mono); font-size: 0.72em; text-transform: uppercase; letter-spacing: 0.06em; opacity: 0.75; }
.project-fact__value { font-size: 1.06em; font-weight: 500; line-height: 1.45; }
@media (max-width: 991px) { .project-fact__label { font-size: 1.05em; } .project-fact__value { font-size: 1.5em; } }
@media (max-width: 767px) { .project-facts { grid-template-columns: 1fr; gap: 1.6em; } .project-fact__label { font-size: 1.3em; } .project-fact__value { font-size: 1.9em; } }
@media (max-width: 479px) { .project-fact__label { font-size: 2.2em; } .project-fact__value { font-size: 3.4em; } }

.article-body { padding: 0 var(--pad-x) 8em; color: var(--black); }
.flex-article { display: grid; grid-template-columns: 1fr 1.7fr; gap: 5em; align-items: start; }
.sticky-box { position: sticky; top: 9vh; display: flex; flex-direction: column; gap: 2.5em; }
.next-box__title {
  font-family: var(--font-mono);
  font-size: 0.75em;
  text-transform: uppercase;
  color: var(--brand-ink);  /* opacity 0.7 흐림 제거 — 흰 위 3.24 미달 */
  margin-bottom: 1.2em;
}
.next-card { display: flex; flex-direction: column; gap: 0.9em; color: var(--brand); margin-bottom: 1.6em; }
.next-card__cover {
  aspect-ratio: 1.9;
  border-radius: var(--r-media);
  background: linear-gradient(140deg, var(--brand), var(--brand-deep));
  position: relative;
  overflow: hidden;
}
/* zoomable copy of the cover art — background:inherit picks up the
   inline photo url the template sets on the element itself */
.next-card__cover::before { content: ""; position: absolute; inset: 0; background: inherit; }
.next-card__title { font-size: 1em; line-height: 1.35; font-weight: 500; }

/* card microinteractions (hover devices) — individual scale/translate
   props compose with GSAP inline transforms instead of fighting them */
@media (hover: hover) and (pointer: fine) {
  .next-card__cover::before,
  .cover-square .media-img,
  .cover-square::after,
  .benefit-card__visual {
    transition: scale 0.7s cubic-bezier(0.22, 0.61, 0.21, 1), translate 0.7s cubic-bezier(0.22, 0.61, 0.21, 1);
  }
  .next-card:hover .next-card__cover::before { scale: 1.05; }
  /* hover dim via filter, not `opacity` — GSAP owns opacity on card copy
     (see style.css .article-title note; same trap) */
  .next-card__title { transition: filter 0.35s; }
  .next-card:hover .next-card__title { filter: opacity(0.7); }
  .newsroom-item:hover .media-img { scale: 1.045; }
  .newsroom-item:hover .cover-square::after { translate: 0 -10%; }
  .newsroom-item__title { transition: filter 0.35s; }
  .newsroom-item:hover .newsroom-item__title { filter: opacity(0.7); }
  .benefit-card:hover .benefit-card__visual { translate: -4% -6%; scale: 1.05; }
}

/* job detail: apply button fills the sidebar column */
.job-apply { width: 100%; justify-content: space-between; }

.active-article {
  border-top: 1px solid rgba(var(--brand-rgb), 0.35);
  padding-top: 1.3em;
  display: flex;
  flex-direction: column;
  gap: 0.9em;
  color: var(--brand);
}
.active-article__tag { display: flex; align-items: center; gap: 0.6em; font-family: var(--font-mono); font-size: 0.72em; text-transform: uppercase; color: var(--brand-ink); }  /* opacity 0.75 흐림 제거 — 3.51 미달 */
.bar-line { position: relative; height: 2px; background: rgba(var(--brand-rgb), 0.15); overflow: hidden; border-radius: 1px; }
.active-line { position: absolute; inset: 0 auto 0 0; width: 0%; background: var(--brand); transition: width 80ms linear; }

.article-content { max-width: 62ch; display: flex; flex-direction: column; gap: 1.6em; }
.article-content h2 { font-size: 1.9em; line-height: 1.25; font-weight: 500; color: var(--brand); margin-top: 1.2em; }
.article-content h3 { font-size: 1.4em; font-weight: 500; color: var(--brand); margin-top: 0.6em; }
.article-content p { font-size: 1em; line-height: 1.55; letter-spacing: 0; }
.article-content ul { padding-left: 1.15em; display: flex; flex-direction: column; gap: 0.8em; line-height: 1.5; }
/* 임의 WP 본문(the_content): ol·표·코드·인용은 규칙이 없어 ol은 base 1em로
   작게, 표·코드는 좁은 화면에서 가로로 삐져나온다. 방어적으로 보강. */
.article-content ol { padding-left: 1.3em; display: flex; flex-direction: column; gap: 0.8em; line-height: 1.5; list-style: decimal; }
.article-content li { line-height: 1.5; }
.article-content a { color: var(--brand); text-decoration: underline; }
.article-content img { width: 100%; height: auto; border-radius: var(--r-media); }
.article-content blockquote { margin: 0; padding-left: 1em; border-left: 3px solid rgba(var(--brand-rgb), 0.4); opacity: 0.85; }
/* 표·코드·pre는 자체 스크롤 컨테이너로 — 본문(페이지)이 가로 스크롤되지 않게 */
.article-content table { display: block; width: 100%; overflow-x: auto; border-collapse: collapse; }
.article-content pre { overflow-x: auto; max-width: 100%; }
.article-content code { word-break: break-word; overflow-wrap: anywhere; }

/* ---------------- products listing (100vh scrub rail) ---------------- */

.products-scroll { background: var(--black); color: var(--white); }
.products-scroll .products__intro { padding-top: 11em; }

/* lives INSIDE the sticky stage so it stays pinned at the bottom of
   the viewport during the scrub (in normal flow it would drift up
   through the pinned cards like a stray scrollbar) */
.bar-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.5em;
  padding: 0 var(--pad-x);
  z-index: 5;
}
@media (max-width: 991px) {
  .bar-progress { display: none; } /* mobile rail is native scroll — no scrub progress */
}
.bar-wrapper { position: relative; height: 2px; background: #ffffff26; border-radius: 1px; overflow: hidden; max-width: 24em; }
.bar-active { position: absolute; inset: 0 auto 0 0; width: 0%; background: var(--white); }

/* ---------------- sub-page responsive ---------------- */

@media (max-width: 991px) {
  .grid-partners-gen { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .heading-cms { flex-direction: column; align-items: flex-start; }
  .grid-newsroom { grid-template-columns: 1fr 1fr; }
  .blog-feature { grid-template-columns: 1fr; }
  .articles-grid--blog { grid-template-columns: 1fr 1fr; }
  .culture__points, .pd-caps { grid-template-columns: 1fr; }
  .pd-props { grid-template-columns: 1fr 1fr; }
  .flex-article { grid-template-columns: 1fr; }
  .sticky-box { position: static; }
}

@media (max-width: 479px) {
  .grid-partners-gen { grid-template-columns: 1fr 1fr; }
  .grid-newsroom, .articles-grid--blog, .pd-props { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .article-hero__title { font-size: 5.2em; }
}

/* ---------------- photo cover for newsroom cards ---------------- */
.cover-square--photo { background-size: cover; background-position: center; }
.cover-square--photo::after { display: none; }
.fullsize-cover--photo::after { display: none; }

/* ---------------- facts grid (dark sections) ---------------- */
.facts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5em 1em; margin-top: 6em; }
.fact-cell { border-top: 1px solid #ffffff2e; padding-top: 1.1em; display: flex; flex-direction: column; gap: 0.5em; }
.fact-cell__label { font-family: var(--font-mono); font-size: 0.72em; text-transform: uppercase; letter-spacing: 0.08em; opacity: 0.6; }
.fact-cell__value { font-size: 1.1em; font-weight: 500; line-height: 1.4; }

@media (max-width: 991px) {
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .fact-cell__label { font-size: 1.1em; }
  .fact-cell__value { font-size: 1.6em; }
}
@media (max-width: 767px) {
  .fact-cell__label { font-size: 1.45em; }
  .fact-cell__value { font-size: 2.1em; }
}
@media (max-width: 479px) {
  .facts-grid { grid-template-columns: 1fr; }
  .fact-cell__label { font-size: 2.8em; }
  .fact-cell__value { font-size: 3.8em; }
}


/* --- mobile re-inflation for components missed in the original em scale ---
   (form controls, list/card titles, product-detail + company display text).
   Mirrors the .p-gen (1.45/1.9/3.7em) and .h2--small tiers in style.css so
   these render at readable sizes instead of ~3-9px on phones. --- */
@media (max-width: 991px) {
  .checkbox-chip { font-size: 1.5em; }
  .title-form { font-size: 1.4em; }
  .title-get { font-size: 1.5em; }
  .form-label { font-size: 1.35em; }
  .newsroom-item__title { font-size: 2em; }
  .text-news-link { font-size: 1.5em; display: inline-flex; align-items: center; min-height: 44px; padding: 0.55em 0; }
  .benefit-card__title { font-size: 2em; }
  .benefit-card__num { font-size: 1.1em; }
  .pd-cap__title { font-size: 2em; }
  .pd-cap__num, .pd-prop__title { font-size: 1.1em; }
  .pd-prop__value { font-size: 2.6em; }
  .about-intro, .mission-txt { font-size: 2.6em; }
  .point-about__title { font-size: 2em; }
  .culture-point__txt { font-size: 2em; }
  .culture-point__num { font-size: 1.1em; }
  /* article / detail pages (news · project · insight · job) — sidebar + reading text */
  .article-content p, .article-content ul, .article-content ol { font-size: 1.5em; }
  /* 항목 전체가 링크인 목록만 터치 기준을 적용한다 —
     문장 속 인라인 링크는 WCAG 2.5.8 인라인 예외라 건드리면 줄간격이 깨진다 */
  .article-content li > a:only-child { display: inline-flex; align-items: center; min-height: 44px; }
  .article-content h2 { font-size: 2.6em; }
  .article-content h3 { font-size: 2em; }
  .next-box__title { font-size: 1.35em; }
  .next-card__title { font-size: 1.5em; }
  .active-article__tag { font-size: 1.3em; }
}
@media (max-width: 767px) {
  .checkbox-chip { font-size: 1.9em; }
  .title-form { font-size: 1.8em; }
  .title-get { font-size: 1.9em; }
  .form-label { font-size: 1.7em; }
  .newsroom-item__title { font-size: 2.4em; }
  .text-news-link { font-size: 1.9em; }
  .benefit-card__title { font-size: 2.4em; }
  /* 480~767 구간이 비어 있던 라벨류 — 991 티어(1.1em)만 걸려 8.4px로 렌더됐다.
     이 구간 루트는 7.6px이므로 1.45em이 768~991의 11px와 같은 크기가 된다. */
  .benefit-card__num { font-size: 1.45em; }
  .culture-point__num { font-size: 1.45em; }
  .next-box__title { font-size: 1.8em; }
  .active-article__tag { font-size: 1.7em; }
  .pd-cap__title { font-size: 2.4em; }
  .pd-cap__num, .pd-prop__title { font-size: 1.45em; }
  .pd-prop__value { font-size: 3em; }
  .about-intro, .mission-txt { font-size: 3.4em; }
  .point-about__title { font-size: 2.4em; }
  .culture-point__txt { font-size: 2.4em; }
  .article-content p, .article-content ul, .article-content ol { font-size: 1.9em; }
  .article-content h2 { font-size: 3.2em; }
  .article-content h3 { font-size: 2.4em; }
  .next-card__title { font-size: 1.9em; }
}
@media (max-width: 479px) {
  .checkbox-chip { font-size: 3.6em; padding: 1.1em 1.2em; }
  .title-form { font-size: 3.7em; }
  .title-get { font-size: 3.7em; }
  .form-label { font-size: 3.4em; }
  .newsroom-item__title { font-size: 4.2em; }
  .text-news-link { font-size: 3.6em; padding: 1em 0; }
  .benefit-card__title { font-size: 4.2em; }
  .benefit-card__num { font-size: 2.6em; }
  .pd-cap__title { font-size: 4.2em; }
  .pd-cap__num, .pd-prop__title { font-size: 2.6em; }
  .pd-prop__value { font-size: 4.6em; }
  .about-intro, .mission-txt { font-size: 5em; }
  .point-about__title { font-size: 4.2em; }
  .culture-point__txt { font-size: 4.2em; }
  .culture-point__num { font-size: 2.6em; }
  .article-content p, .article-content ul, .article-content ol { font-size: 3.7em; }
  .article-content h2 { font-size: 5.4em; }
  .article-content h3 { font-size: 4.2em; }
  .next-box__title { font-size: 2.9em; }
  .next-card__title { font-size: 3.2em; }
  .active-article__tag { font-size: 2.8em; }
}

/* real <img> inside photo covers (replaces inline background-image for lazy-loading) */
.cover-square--photo, .image-article--photo { position: relative; }
.media-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }

/* legal / policy pages (privacy) */
.legal { max-width: 58em; }
/* 58em는 .legal 폰트(모바일 루트 ≈3.8px)를 따라가 375px에서 220px로 붕괴 →
   개인정보처리방침 본문이 좁은 칼럼에 갇힌다. 모바일은 전체 폭. */
@media (max-width: 991px) { .legal { max-width: none; } }
.legal .h1--brand { max-width: none; }
.legal__section { margin-top: 2.8em; }
.legal h2 { font-size: 1.5em; font-weight: 500; margin-bottom: 0.7em; color: var(--brand); }
.legal p { line-height: 1.8; opacity: 0.88; }
.legal ul { list-style: disc; margin: 0.7em 0 0 1.4em; display: flex; flex-direction: column; gap: 0.45em; }
.legal li { line-height: 1.7; opacity: 0.88; }
.legal a { text-decoration: underline; }
.legal__updated { font-family: var(--font-mono); font-size: 0.8em; opacity: 0.55; margin-top: 3.5em; }
@media (max-width: 991px) { .legal h2 { font-size: 2em; } .legal li { font-size: 1.45em; } .legal__updated { font-size: 1.2em; } }
@media (max-width: 767px) { .legal h2 { font-size: 2.4em; } .legal li { font-size: 1.9em; } }
/* 개인정보 담당자 연락처 — 문서 안에 있어도 실제로 누르는 링크다 */
@media (max-width: 991px) {
  .legal a[href^="mailto:"], .legal a[href^="tel:"] { display: inline-flex; align-items: center; min-height: 44px; }
}
@media (max-width: 479px) { .legal h2 { font-size: 4.2em; } .legal li { font-size: 3.6em; } .legal__updated { font-size: 2.6em; } }

/* 동의 문구 옆 정책 링크 — 479 티어만 있어 480~991에서 6~8px로 렌더됐다.
   개인정보 수집 동의에 딸린 링크라 읽히지 않으면 곤란하다. */
.consent-policy { display: inline-block; margin-top: 0.6em; font-size: 0.82em; text-decoration: underline; opacity: 0.8; }
@media (max-width: 991px) { .consent-policy { font-size: 1.2em; } }
@media (max-width: 767px) { .consent-policy { font-size: 1.6em; } }
@media (max-width: 479px) { .consent-policy { font-size: 3.2em; } }

/* contact form: honeypot (off-screen) + submit status banner */
.ixc-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-status { margin: 0 0 2em; padding: 1em 1.3em; border-radius: 0.9em; font-size: 1.4em; line-height: 1.55; }
.form-status--ok { background: rgba(255,255,255,0.12); color: #fff; border: 1px solid rgba(255,255,255,0.32); }
.form-status--err { background: rgba(255,90,90,0.16); color: #ffdada; border: 1px solid rgba(255,120,120,0.5); }
@media (max-width: 991px) { .form-status { font-size: 1.9em; } }
@media (max-width: 479px) { .form-status { font-size: 3.6em; } }

/* ============================================================
   Mobile audit fixes (2026-07-20): page-level layouts that stayed
   multi-column on phones (insights filter rail, contact) + text
   left at the ~1vw base (filter chips, privacy paragraphs, roles).
   ============================================================ */
@media (max-width: 991px) {
  /* insights: stack the feature + the filter-rail/grid, chips go horizontal */
  .blog-feature { grid-template-columns: 1fr; gap: 2.4em; }
  .blog-latest { grid-template-columns: 1fr; gap: 2.4em; }
  .filters-box { position: static; top: auto; }
  .filters-flex { flex-direction: row; flex-wrap: wrap; }
  .articles-grid--blog { grid-template-columns: 1fr 1fr; }
  .filters-title { font-size: 1.4em; }
  .filter-chip { font-size: 1.5em; }
  .reset-all { font-size: 1.4em; }
  .blog-feature__title { font-size: 3.4em; }
  .leader__role { font-size: 1.4em; }
  .legal p { font-size: 1.45em; }
  /* ch-based measures on 1em containers collapse at mobile — reset (single-column here) */
  .about-offset__box, .article-content, .point-about__p { max-width: none; }
}
@media (max-width: 767px) {
  .articles-grid--blog { grid-template-columns: 1fr; }
  .blog-feature__title { font-size: 4.4em; }
  .legal p { font-size: 1.9em; }
  /* 이 구간 티어가 빠져 있던 것들 (991 값이 루트 7.6px에 걸려 10~11px) */
  .filters-title { font-size: 1.85em; }
  .filter-chip { font-size: 1.95em; }
  .reset-all { font-size: 1.85em; }
  .leader__role { font-size: 1.85em; }
  .legal__updated { font-size: 1.6em; }
  .form-status { font-size: 2.5em; }
  /* contact: stack the intro/contact rail above the form */
  .flex-contact { grid-template-columns: 1fr; gap: 3em; }
  .sticky-contacts { position: static; }
}
@media (max-width: 479px) {
  .filters-title { font-size: 2.9em; }
  .filter-chip { font-size: 3em; }
  .reset-all { font-size: 2.9em; }
  .blog-feature__title { font-size: 5.4em; }
  .leader__role { font-size: 2.9em; }
  .legal p { font-size: 3.6em; }
  .legal__updated { font-size: 3em; }
}

/* ---------------- mobile tap-target SPACING — sub-page 컴포넌트 (PageSpeed) ----------------
   style.css의 공용 간격 블록과 짝. 이들 gap/margin이 em이라 붕괴된 모바일
   루트를 따라가 칩·카드·링크가 2~6px로 붙었다. rem 기반으로 ≥8px 확보. */
@media (max-width: 991px) {
  .purpose-chips { gap: 0.6rem; }                 /* 문의 목적 칩 사이 ≈10px */
  .filters-flex { gap: 0.6rem; }                  /* 인사이트 필터 칩 사이 */
  .reset-all { margin-top: 0.5rem; }              /* 칩 행과 '전체 보기' 분리 */
  .next-card { margin-bottom: 1rem; }             /* 이전/다음 글 카드 사이 ≈16px */
  .legal a[href^="mailto:"], .legal a[href^="tel:"] { margin-bottom: 0.4rem; }  /* 담당자 연락처 링크 분리 */
  .consent-policy { margin-top: 0.8rem; }         /* 동의 체크박스와 정책 링크 분리(≈13px) */
}

/* ============================================================
   IXC Insights — knowledge-media archive + reusable long-form system
   Uses rem/clamp intentionally so the site's legacy 1vw root scale cannot
   collapse dense editorial content on phones.
   ============================================================ */

/* Existing Qoretix external-site banner retained from live theme 1.8.1. */
.qx-banner { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.5em 1.2em; padding: 1em 0; border-top: 1px solid #ffffff2e; border-bottom: 1px solid #ffffff2e; color: var(--white); text-decoration: none; font-size: 0.9em; font-weight: 500; line-height: 1.5; }
.qx-banner__text { opacity: 0.85; }
.qx-banner__cta { display: inline-flex; align-items: baseline; gap: 0.4em; color: var(--accent); }
.qx-banner:hover .qx-banner__cta { text-decoration: underline; text-underline-offset: 0.25em; }
@media (max-width: 991px) { .qx-banner { font-size: 1.45em; } }
@media (max-width: 767px) { .qx-banner { font-size: 1.9em; } }
@media (max-width: 479px) { .qx-banner { font-size: 3.7em; } }

.insights-hero,
.insights-pillar-nav,
.insights-feature-section,
.insights-canonical-section,
.insights-library,
.insight-related {
  padding-inline: var(--pad-x);
}
.insights-hero { padding-top: clamp(8rem, 14vw, 13rem); padding-bottom: clamp(4rem, 8vw, 8rem); color: var(--brand); }
.insights-eyebrow { margin: 0 0 0.9rem; font-family: var(--font-mono); font-size: 0.76rem; line-height: 1.4; letter-spacing: 0.09em; text-transform: uppercase; color: var(--brand-ink); }
.insights-hero .h1 { max-width: 12ch; margin: 0; }
.insights-hero__answer { max-width: 42ch; margin-top: 2rem; font-size: clamp(1.35rem, 2.4vw, 2.5rem); line-height: 1.35; font-weight: 500; text-wrap: balance; }
.insights-hero__facts { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-top: 2rem; }
.insights-hero__facts span,
.insights-status,
.insights-type { display: inline-flex; align-items: center; min-height: 2rem; padding: 0.42rem 0.7rem; border: 1px solid rgba(var(--brand-rgb), 0.3); border-radius: var(--r-pill); font-family: var(--font-mono); font-size: 0.7rem; line-height: 1; letter-spacing: 0.04em; text-transform: uppercase; color: var(--brand-ink); }
.insights-status { border-color: #8a5b00; background: #fff3d6; color: #654300; }
.insights-type { background: var(--white); }

.insights-pillar-nav,
.insights-feature-section,
.insights-canonical-section,
.insights-library { padding-top: clamp(3.5rem, 7vw, 7rem); padding-bottom: clamp(3.5rem, 7vw, 7rem); border-top: 1px solid rgba(var(--brand-rgb), 0.22); }
.insights-section-heading { margin-bottom: clamp(1.8rem, 3vw, 3rem); color: var(--brand); }
.insights-section-heading h2 { max-width: 18ch; margin: 0; font-size: clamp(2rem, 4vw, 4.5rem); line-height: 1.04; font-weight: 500; letter-spacing: -0.03em; text-wrap: balance; }
.insights-section-heading--split { display: flex; justify-content: space-between; gap: 2rem; align-items: end; }
.insights-section-heading--split > p { max-width: 35ch; margin: 0; font-size: 1rem; line-height: 1.55; color: var(--brand-ink); }
.insights-section-heading--split > a { min-height: 44px; display: inline-flex; align-items: center; color: var(--brand); text-decoration: underline; }

.insights-pillar-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0.75rem; }
.insights-pillar { min-height: 11rem; padding: 1.25rem; display: flex; flex-direction: column; justify-content: space-between; gap: 2rem; text-align: left; color: var(--brand); border: 1px solid rgba(var(--brand-rgb), 0.24); border-radius: var(--r-card); background: rgba(var(--brand-rgb), 0.055); cursor: pointer; transition: background 180ms ease, color 180ms ease, transform 180ms ease; }
.insights-pillar span { font-size: 1.05rem; line-height: 1.2; font-weight: 500; }
.insights-pillar small { font-size: 0.82rem; line-height: 1.45; color: inherit; opacity: 0.78; }
.insights-pillar:hover,
.insights-pillar[aria-pressed="true"] { background: var(--brand); color: var(--white); transform: translateY(-2px); }
.insights-pillar:focus-visible,
.filter-chip:focus-visible,
.insights-card__link:focus-visible,
.insight-relation-card a:focus-visible { outline: 3px solid var(--brand); outline-offset: 4px; }

.insights-preview-notice { margin: 0 var(--pad-x); padding: 1rem 1.2rem; display: flex; flex-wrap: wrap; gap: 0.5rem 1.2rem; border: 1px solid #d7a33f; border-radius: 0.75rem; background: #fff8e7; color: #553800; font-size: 0.9rem; line-height: 1.5; }
.insights-preview-notice--article { margin-top: 6.5rem; }

.insights-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 2rem); }
.insights-card-grid--canonical { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.insights-card { min-width: 0; }
.insights-card[hidden] { display: none; }
.insights-card__link { height: 100%; display: flex; flex-direction: column; border: 1px solid rgba(var(--brand-rgb), 0.2); border-radius: var(--r-card); overflow: hidden; color: var(--brand); background: var(--white); transition: transform 220ms ease, box-shadow 220ms ease; }
.insights-card__link:hover { transform: translateY(-4px); box-shadow: 0 1.2rem 3rem rgba(21, 21, 21, 0.09); }
.insights-card__visual { min-height: 14rem; position: relative; overflow: hidden; background: linear-gradient(135deg, var(--brand), var(--brand-deep)); }
.insights-card__visual::before,
.insights-card__visual::after { content: ""; position: absolute; background: rgba(255,255,255,0.15); }
.insights-card__visual::before { width: 38%; aspect-ratio: 1; right: 10%; top: 12%; }
.insights-card__visual::after { width: 70%; height: 1px; left: 12%; bottom: 22%; transform: rotate(-14deg); transform-origin: left; }
.insights-card__visual[data-pattern="b"]::before { border-radius: 50%; right: auto; left: 12%; }
.insights-card__visual[data-pattern="c"]::before { width: 55%; top: 28%; transform: rotate(45deg); }
.insights-card__visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.insights-card__body { flex: 1; padding: 1.25rem; display: flex; flex-direction: column; }
.insights-card__meta { min-height: 2rem; display: flex; flex-wrap: wrap; gap: 0.45rem; align-items: center; }
.insights-card__meta .news-tag { font-size: 0.65rem; }
.insights-card__meta time { margin-left: auto; font-family: var(--font-mono); font-size: 0.7rem; }
.insights-card__title { margin: 1.25rem 0 0; font-size: clamp(1.3rem, 2vw, 2rem); line-height: 1.2; font-weight: 500; text-wrap: balance; }
.insights-card__description { margin: 1rem 0 0; font-size: 0.95rem; line-height: 1.55; color: var(--black); opacity: 0.78; }
.insights-card__read { margin-top: auto; padding-top: 1.5rem; font-family: var(--font-mono); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.04em; }
.insights-card--feature .insights-card__link { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); }
.insights-card--feature .insights-card__visual { min-height: clamp(24rem, 44vw, 38rem); }
.insights-card--feature .insights-card__body { padding: clamp(1.5rem, 4vw, 4rem); justify-content: center; }
.insights-card--feature .insights-card__title { font-size: clamp(2rem, 4.2vw, 4.8rem); line-height: 1.04; }
.insights-card--feature .insights-card__description { max-width: 44ch; font-size: 1.05rem; }

.insights-filter-bar { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-bottom: 2rem; }
.insights-filter-bar .filter-chip { min-height: 44px; padding: 0.65rem 1rem; font-size: 0.82rem; }
.insights-filter-empty,
.insights-empty { padding: 3rem; border-radius: var(--r-card); background: rgba(var(--brand-rgb), 0.07); color: var(--brand); }
.insights-empty h3 { margin: 0; font-size: clamp(1.8rem, 3.5vw, 3.5rem); font-weight: 500; }
.insights-empty > p:not(.insights-eyebrow) { max-width: 48ch; margin-top: 1rem; font-size: 1rem; line-height: 1.6; }
.insights-empty a { display: inline-flex; align-items: center; min-height: 44px; margin-top: 1rem; text-decoration: underline; }

/* Insight detail */
.insight-detail { color: var(--black); }
.insight-article-hero { padding: clamp(8rem, 13vw, 13rem) var(--pad-x) clamp(4rem, 8vw, 8rem); color: var(--brand); }
.insights-preview-notice--article + .insight-article-hero { padding-top: 4rem; }
.insight-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 0.45rem; margin-bottom: 2rem; font-family: var(--font-mono); font-size: 0.72rem; line-height: 1.5; color: var(--brand-ink); }
.insight-breadcrumb a { min-height: 44px; display: inline-flex; align-items: center; text-decoration: underline; }
.insight-article-hero__labels { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-bottom: 1.4rem; }
.insight-article-hero__title { max-width: 22ch; margin: 0; font-size: clamp(2.8rem, 6.8vw, 7.7rem); line-height: 1.01; letter-spacing: -0.045em; text-wrap: balance; }
.insight-article-hero__title { overflow-wrap: anywhere; }
.insight-direct-answer { max-width: 70rem; margin-top: clamp(2.5rem, 5vw, 5rem); padding: clamp(1.4rem, 3vw, 2.5rem); display: grid; grid-template-columns: 10rem minmax(0, 1fr); gap: 1.5rem; border-top: 2px solid var(--brand); border-bottom: 1px solid rgba(var(--brand-rgb), 0.28); }
.insight-direct-answer > span { font-family: var(--font-mono); font-size: 0.75rem; line-height: 1.5; text-transform: uppercase; letter-spacing: 0.07em; }
.insight-direct-answer p { margin: 0; font-size: clamp(1.2rem, 2.2vw, 2rem); line-height: 1.42; font-weight: 500; }
.insight-byline { max-width: 70rem; margin: 2rem 0 0; display: flex; flex-wrap: wrap; gap: 1.2rem 2.5rem; }
.insight-byline div { display: grid; gap: 0.3rem; }
.insight-byline dt { font-family: var(--font-mono); font-size: 0.66rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--brand-ink); }
.insight-byline dd { margin: 0; font-size: 0.88rem; }
.insight-article-cover { width: 100%; margin: clamp(2.5rem, 5vw, 5rem) 0 0; overflow: hidden; aspect-ratio: 1200 / 630; border-radius: var(--r-card); background: rgba(var(--brand-rgb), 0.07); }
.insight-article-cover img { display: block; width: 100%; height: 100%; object-fit: cover; }

.insight-article-body { min-width: 0; padding: 0 var(--pad-x) clamp(5rem, 10vw, 10rem); display: grid; grid-template-columns: minmax(14rem, 20rem) minmax(0, 54rem); justify-content: space-between; gap: clamp(3rem, 7vw, 8rem); align-items: start; }
.insight-article-body > * { min-width: 0; }
.insight-article-rail { position: sticky; top: 6rem; display: grid; gap: 2rem; }
.insight-context-card { padding: 1.25rem; display: grid; gap: 0.75rem; border-radius: var(--r-card); background: rgba(var(--brand-rgb), 0.07); color: var(--brand); }
.insight-context-card > a { font-size: 1rem; line-height: 1.45; font-weight: 500; text-decoration: underline; text-underline-offset: 0.18em; }
.insight-context-card > span { font-size: 0.82rem; line-height: 1.5; opacity: 0.78; }
.insight-toc ol { margin: 0; padding: 0; display: grid; gap: 0.55rem; list-style: none; }
.insight-toc a { display: block; padding-left: 0.75rem; border-left: 2px solid rgba(var(--brand-rgb), 0.24); color: var(--brand-ink); font-size: 0.78rem; line-height: 1.4; }
.insight-toc a:hover { border-color: var(--brand); color: var(--brand); }

/* Shared long-form primitives — never article-specific. */
.ixc-insight-content { width: 100%; min-width: 0; max-width: 100%; gap: 1.35rem; overflow: clip; }
.ixc-insight-content > * { min-width: 0; }
.ixc-insight-content p,
.ixc-insight-content ul,
.ixc-insight-content ol { font-size: clamp(1rem, 0.96rem + 0.16vw, 1.12rem); line-height: 1.78; }
.ixc-insight-content p { margin: 0; }
.ixc-insight-content h2 { scroll-margin-top: 6rem; margin: clamp(3.5rem, 7vw, 6rem) 0 0.6rem; padding-top: 1.25rem; border-top: 1px solid rgba(var(--brand-rgb), 0.25); font-size: clamp(2rem, 3.8vw, 3.7rem); line-height: 1.12; letter-spacing: -0.03em; text-wrap: balance; }
.ixc-insight-content h3 { scroll-margin-top: 6rem; margin: 2.2rem 0 0.25rem; font-size: clamp(1.4rem, 2.3vw, 2.2rem); line-height: 1.22; letter-spacing: -0.02em; }
.ixc-insight-content h4 { margin: 1.6rem 0 0; color: var(--brand); font-size: 1.15rem; }
.ixc-insight-content strong { font-weight: 600; }
.ixc-insight-content a { text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
.ixc-insight-content a:hover { text-decoration-thickness: 2px; }
.ixc-insight-content ul,
.ixc-insight-content ol { gap: 0.55rem; margin-block: 0.25rem; }
.ixc-insight-content li::marker { color: var(--brand); font-weight: 600; }
.ixc-insight-content blockquote { margin: 1rem 0; padding: 1.25rem 1.4rem; border: 0; border-radius: 0 var(--r-media) var(--r-media) 0; box-shadow: inset 4px 0 0 var(--brand); background: rgba(var(--brand-rgb), 0.07); opacity: 1; }
.ixc-insight-content blockquote p { font-size: clamp(1.05rem, 1rem + 0.25vw, 1.3rem); line-height: 1.65; font-weight: 500; }
.ixc-table-scroll { width: 100%; min-width: 0; max-width: 100%; box-sizing: border-box; overflow-x: auto; overscroll-behavior-inline: contain; border: 1px solid rgba(var(--brand-rgb), 0.22); border-radius: var(--r-media); background: var(--white); }
.ixc-table-scroll:focus-visible { outline: 3px solid var(--brand); outline-offset: 3px; }
.ixc-insight-content .ixc-table-scroll table { display: table; width: 100%; min-width: 44rem; overflow: visible; border-collapse: collapse; font-size: 0.88rem; line-height: 1.5; }
.ixc-insight-content th,
.ixc-insight-content td { padding: 0.85rem 0.9rem; border-right: 1px solid rgba(var(--brand-rgb), 0.13); border-bottom: 1px solid rgba(var(--brand-rgb), 0.13); text-align: left; vertical-align: top; }
.ixc-insight-content th { background: rgba(var(--brand-rgb), 0.09); color: var(--brand-ink); font-weight: 600; }
.ixc-insight-content tr:last-child td { border-bottom: 0; }
.ixc-insight-content th:last-child,
.ixc-insight-content td:last-child { border-right: 0; }
.ixc-code-block { width: 100%; min-width: 0; max-width: 100%; margin: 1rem 0; overflow: hidden; border-radius: var(--r-media); background: #171717; color: #f7f4ef; }
.ixc-code-block figcaption { padding: 0.75rem 1rem; border-bottom: 1px solid rgba(255,255,255,0.15); font-family: var(--font-mono); font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.06em; color: rgba(255,255,255,0.72); }
.ixc-insight-content .ixc-code-block pre { width: 100%; max-width: 100%; box-sizing: border-box; margin: 0; padding: 1.2rem; overflow: auto; color: inherit; font-family: var(--font-mono); font-size: 0.82rem; line-height: 1.65; tab-size: 2; }
.ixc-insight-content .ixc-code-block code { word-break: normal; overflow-wrap: normal; }
.ixc-code-block--formula { background: rgba(var(--brand-rgb), 0.08); color: var(--brand-ink); }
.ixc-code-block--formula figcaption { border-color: rgba(var(--brand-rgb), 0.18); color: var(--brand-ink); }
.ixc-insight-content .contains-task-list { padding: 0; gap: 0.65rem; list-style: none; }
.ixc-insight-content .task-list-item { padding: 0.9rem 1rem; display: grid; grid-template-columns: 1.25rem minmax(0, 1fr); gap: 0.6rem; border: 1px solid rgba(var(--brand-rgb), 0.18); border-radius: 0.65rem; background: rgba(var(--brand-rgb), 0.035); }
.ixc-insight-content .task-list-item-checkbox { width: 1rem; height: 1rem; margin-top: 0.35rem; accent-color: var(--brand); }
.ixc-insight-content hr { width: 100%; height: 1px; margin: 2.5rem 0; border: 0; background: rgba(var(--brand-rgb), 0.22); }

.insight-related { padding-top: clamp(4rem, 8vw, 8rem); padding-bottom: clamp(5rem, 10vw, 10rem); border-top: 1px solid rgba(var(--brand-rgb), 0.22); }
.insight-related__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.insight-relation-card { min-height: 12rem; padding: 1.3rem; display: flex; flex-direction: column; border: 1px solid rgba(var(--brand-rgb), 0.22); border-radius: var(--r-card); color: var(--brand); }
.insight-relation-card small { font-family: var(--font-mono); font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.05em; }
.insight-relation-card h3 { margin: 1.5rem 0; font-size: clamp(1.25rem, 2.2vw, 2rem); line-height: 1.25; font-weight: 500; }
.insight-relation-card small { margin-top: auto; }

@media (max-width: 1100px) {
  .insights-pillar-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .insight-article-body { grid-template-columns: 15rem minmax(0, 1fr); gap: 3rem; }
}
@media (max-width: 820px) {
  .insights-section-heading--split { display: grid; align-items: start; }
  .insights-pillar-grid,
  .insights-card-grid,
  .insights-card-grid--canonical { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .insights-card--feature .insights-card__link { grid-template-columns: 1fr; }
  .insights-card--feature .insights-card__visual { min-height: 20rem; }
  .insight-article-body { grid-template-columns: 1fr; }
  .insight-article-rail { position: static; }
  .insight-toc { display: none; }
}
@media (max-width: 560px) {
  .insights-pillar-grid,
  .insights-card-grid,
  .insights-card-grid--canonical,
  .insight-related__grid { grid-template-columns: 1fr; }
  .insights-pillar { min-height: 9rem; }
  .insights-card__visual { min-height: 12rem; }
  .insights-card--feature .insights-card__visual { min-height: 15rem; }
  .insight-direct-answer { grid-template-columns: 1fr; }
  .insight-article-hero__title { font-size: clamp(2.35rem, 11.5vw, 3.4rem); line-break: anywhere; }
  .ixc-insight-content .ixc-table-scroll table { min-width: 36rem; }
}

@media (prefers-reduced-motion: reduce) {
  .insights-pillar,
  .insights-card__link { transition: none; }
  .insights-pillar:hover,
  .insights-pillar[aria-pressed="true"],
  .insights-card__link:hover { transform: none; }
}
