/*
 * FACT NETWORKS CORPORATE RENEWAL
 * Build: 2.2.0-stage03
 * Stage 03: Corporate homepage and headquarters message
 */

.fact-home-v3 {
  width: 100%;
  max-width: none;
  padding: 0;
  overflow: hidden;
  background: #070a0f;
}

.fact-home-v3 * {
  box-sizing: border-box;
}

.fact-home-v3 a {
  text-decoration: none;
}

.fact-home-hero {
  position: relative;
  min-height: calc(100vh - var(--fact-header-total-height, 112px));
  padding: clamp(68px, 8vw, 128px) clamp(24px, 5.5vw, 96px) 0;
  border-bottom: 1px solid rgba(185, 199, 216, .16);
  background:
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    radial-gradient(circle at 78% 18%, rgba(65, 101, 151, .17), transparent 34%),
    linear-gradient(145deg, #080c12 0%, #070a0f 58%, #05070a 100%);
  background-size: 88px 88px, 88px 88px, auto, auto;
}

.fact-home-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: clamp(24px, 5.5vw, 96px);
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, rgba(185,199,216,.2), transparent 74%);
}

.fact-home-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(360px, .72fr);
  gap: clamp(70px, 8vw, 150px);
  align-items: end;
  width: min(100%, 1600px);
  margin: 0 auto;
}

.fact-home-hero-copy {
  padding-bottom: clamp(64px, 8vw, 120px);
}

.fact-home-kicker {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 28px;
  color: #6f7c89;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .19em;
}

.fact-home-kicker::before {
  content: "";
  width: 54px;
  height: 1px;
  background: #7f8d9b;
}

.fact-home-kicker span {
  color: #c9d1da;
}

.fact-home-hero #fact-home-title {
  max-width: 1010px;
  margin: 0;
  color: #f2f5f7;
  font-size: clamp(48px, 5.8vw, 96px);
  font-weight: 770;
  line-height: 1.02;
  letter-spacing: -.06em;
}

.fact-home-hero #fact-home-title em {
  display: block;
  margin-top: 10px;
  color: #aab5c0;
  font-style: normal;
  font-weight: 490;
}

.fact-home-summary {
  max-width: 770px;
  margin: 38px 0 0;
  color: #a4afb9;
  font-size: clamp(16px, 1.35vw, 21px);
  line-height: 1.8;
  letter-spacing: -.025em;
}

.fact-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 44px;
}

.fact-home-primary,
.fact-home-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 206px;
  min-height: 58px;
  padding: 0 22px;
  border: 1px solid rgba(196, 207, 219, .24);
  border-radius: 2px;
  font-size: 13px;
  font-weight: 750;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.fact-home-primary {
  background: #dce3e9;
  color: #080b10;
}

.fact-home-primary:hover,
.fact-home-primary:focus-visible {
  background: #fff;
}

.fact-home-secondary {
  color: #d4dce4;
}

.fact-home-secondary:hover,
.fact-home-secondary:focus-visible {
  border-color: rgba(215,225,235,.5);
  background: rgba(255,255,255,.04);
}

.fact-home-portfolio {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 clamp(64px, 8vw, 120px);
}

.fact-home-portfolio-head {
  display: grid;
  gap: 9px;
  padding: 0 0 24px;
  border-bottom: 1px solid rgba(185,199,216,.22);
}

.fact-home-portfolio-head small,
.fact-home-section-label small {
  color: #697582;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .2em;
}

.fact-home-portfolio-head strong {
  color: #e7ebef;
  font-size: 18px;
  letter-spacing: -.025em;
}

.fact-home-portfolio > a {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  gap: 16px;
  align-items: center;
  min-height: 84px;
  border-bottom: 1px solid rgba(185,199,216,.15);
  color: #cbd3dc;
  transition: padding .2s ease, background .2s ease;
}

.fact-home-portfolio > a:hover,
.fact-home-portfolio > a:focus-visible {
  padding-right: 12px;
  padding-left: 12px;
  background: rgba(255,255,255,.035);
}

.fact-home-portfolio > a > b {
  color: #66727f;
  font-size: 11px;
  font-weight: 760;
}

.fact-home-portfolio > a > span {
  display: grid;
  gap: 6px;
}

.fact-home-portfolio > a strong {
  color: #e3e8ed;
  font-size: 17px;
}

.fact-home-portfolio > a small {
  color: #74808c;
  font-size: 11px;
}

.fact-home-portfolio > a i {
  color: #77838f;
  font-size: 15px;
  font-style: normal;
}

.fact-home-status {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(100%, 1600px);
  margin: 0 auto;
  border-top: 1px solid rgba(185,199,216,.16);
}

.fact-home-status > div {
  display: grid;
  align-content: center;
  min-height: 136px;
  padding: 24px clamp(18px, 2.2vw, 38px);
  border-right: 1px solid rgba(185,199,216,.14);
}

.fact-home-status > div:first-child {
  padding-left: 0;
}

.fact-home-status > div:last-child {
  border-right: 0;
}

.fact-home-status small {
  margin-bottom: 10px;
  color: #606c78;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .18em;
}

.fact-home-status strong {
  color: #edf1f5;
  font-size: clamp(20px, 2vw, 31px);
  font-weight: 690;
  letter-spacing: -.04em;
}

.fact-home-status span {
  margin-top: 7px;
  color: #707c88;
  font-size: 10px;
}

.fact-home-statement,
.fact-home-business,
.fact-home-operating,
.fact-home-proof,
.fact-home-contact {
  width: min(calc(100% - 48px), 1600px);
  margin: 0 auto;
}

.fact-home-statement {
  display: grid;
  grid-template-columns: 190px minmax(0, 1.25fr) minmax(330px, .75fr);
  gap: clamp(40px, 6vw, 110px);
  padding: clamp(100px, 11vw, 180px) 0;
  border-bottom: 1px solid rgba(185,199,216,.16);
}

.fact-home-section-label {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding-top: 10px;
}

.fact-home-section-label span {
  color: #bdc6cf;
  font-size: 11px;
  font-weight: 800;
}

.fact-home-statement-copy h2,
.fact-home-section-head h2,
.fact-home-operating-copy h2,
.fact-home-contact h2 {
  margin: 0;
  color: #eef2f5;
  font-size: clamp(38px, 4.2vw, 68px);
  font-weight: 650;
  line-height: 1.15;
  letter-spacing: -.055em;
}

.fact-home-statement-copy p,
.fact-home-section-head > p,
.fact-home-operating-copy > p,
.fact-home-proof-copy > p {
  margin: 34px 0 0;
  color: #8f9aa5;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: -.015em;
}

.fact-home-capability-list {
  border-top: 1px solid rgba(185,199,216,.2);
}

.fact-home-capability-list article {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 16px;
  align-items: center;
  min-height: 86px;
  border-bottom: 1px solid rgba(185,199,216,.14);
}

.fact-home-capability-list b {
  color: #d9e0e7;
  font-size: 11px;
  letter-spacing: .12em;
}

.fact-home-capability-list span {
  color: #7d8995;
  font-size: 12px;
}

.fact-home-capability-list small {
  color: #4d5864;
  font-size: 9px;
}

.fact-home-business {
  padding: clamp(100px, 11vw, 180px) 0;
  border-bottom: 1px solid rgba(185,199,216,.16);
}

.fact-home-section-head {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) minmax(280px, .45fr);
  gap: clamp(40px, 6vw, 110px);
  align-items: end;
  margin-bottom: 72px;
}

.fact-home-section-head > p {
  margin: 0;
}

.fact-home-business-rows {
  border-top: 1px solid rgba(185,199,216,.24);
}

.fact-home-business-rows > a {
  display: grid;
  grid-template-columns: 80px minmax(220px, .7fr) minmax(300px, 1fr) auto;
  gap: 40px;
  align-items: center;
  min-height: 136px;
  border-bottom: 1px solid rgba(185,199,216,.16);
  color: #cbd3dc;
  transition: padding .22s ease, background .22s ease;
}

.fact-home-business-rows > a:hover,
.fact-home-business-rows > a:focus-visible {
  padding-right: 22px;
  padding-left: 22px;
  background: rgba(255,255,255,.03);
}

.fact-home-business-rows > a > b {
  color: #5e6a76;
  font-size: 13px;
}

.fact-home-business-name {
  display: grid;
  gap: 9px;
}

.fact-home-business-name small {
  color: #66727e;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .17em;
}

.fact-home-business-name strong {
  color: #e8edf1;
  font-size: 27px;
  letter-spacing: -.035em;
}

.fact-home-business-rows p {
  margin: 0;
  color: #89949f;
  font-size: 14px;
  line-height: 1.8;
}

.fact-home-business-rows i {
  color: #8e99a4;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .12em;
  white-space: nowrap;
}

.fact-home-operating {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(520px, 1.2fr);
  gap: clamp(70px, 8vw, 150px);
  padding: clamp(100px, 11vw, 180px) 0;
  border-bottom: 1px solid rgba(185,199,216,.16);
}

.fact-home-operating-copy > a,
.fact-home-proof-copy > a {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  margin-top: 38px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(205,215,225,.35);
  color: #d9e0e7;
  font-size: 12px;
  font-weight: 750;
}

.fact-home-process {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(185,199,216,.24);
  list-style: none;
}

.fact-home-process li {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 20px;
  align-items: center;
  min-height: 100px;
  border-bottom: 1px solid rgba(185,199,216,.15);
}

.fact-home-process li > b {
  color: #596571;
  font-size: 11px;
}

.fact-home-process li > span {
  display: grid;
  grid-template-columns: minmax(150px, .45fr) 1fr;
  gap: 28px;
  align-items: center;
}

.fact-home-process strong {
  color: #dde4ea;
  font-size: 14px;
  letter-spacing: .1em;
}

.fact-home-process small {
  color: #7d8994;
  font-size: 13px;
}

.fact-home-proof {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(400px, .8fr);
  gap: clamp(54px, 7vw, 120px);
  align-items: center;
  padding: clamp(100px, 11vw, 180px) 0;
  border-bottom: 1px solid rgba(185,199,216,.16);
}

.fact-home-proof-media {
  position: relative;
  min-height: 520px;
  border: 1px solid rgba(185,199,216,.18);
  background: #0b1016;
  overflow: hidden;
}

.fact-home-proof-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 48%, rgba(5,8,12,.78));
  pointer-events: none;
}

.fact-home-proof-media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  filter: saturate(.72) contrast(1.04) brightness(.78);
  transform: scale(1.015);
}

.fact-home-proof-badge {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
  display: grid;
  gap: 5px;
  min-width: 220px;
  padding: 17px 20px;
  border: 1px solid rgba(205,215,225,.24);
  background: rgba(7,10,15,.9);
  backdrop-filter: blur(12px);
}

.fact-home-proof-badge span {
  color: #788591;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .19em;
}

.fact-home-proof-badge strong {
  color: #e2e8ed;
  font-size: 12px;
  letter-spacing: .08em;
}

.fact-home-proof-category {
  margin: 28px 0 12px !important;
  color: #778490 !important;
  font-size: 9px !important;
  font-weight: 850;
  letter-spacing: .18em !important;
}

.fact-home-proof-copy h2 {
  margin: 0;
  color: #f1f4f7;
  font-size: clamp(58px, 6vw, 94px);
  font-weight: 760;
  line-height: 1;
  letter-spacing: -.06em;
}

.fact-home-proof-copy ul {
  display: grid;
  gap: 0;
  margin: 35px 0 0;
  padding: 0;
  border-top: 1px solid rgba(185,199,216,.18);
  list-style: none;
}

.fact-home-proof-copy li {
  padding: 16px 0;
  border-bottom: 1px solid rgba(185,199,216,.13);
  color: #8995a0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}

.fact-home-contact {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
  padding: clamp(90px, 10vw, 160px) 0;
}

.fact-home-contact small {
  display: block;
  margin-bottom: 22px;
  color: #687581;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .2em;
}

.fact-home-contact > a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 280px;
  min-height: 68px;
  padding: 0 26px;
  border: 1px solid rgba(205,215,225,.28);
  background: #dce3e9;
  color: #080b10;
  font-size: 13px;
  font-weight: 800;
}

.fact-home-contact > a:hover,
.fact-home-contact > a:focus-visible {
  background: #fff;
}

@media (max-width: 1220px) {
  .fact-home-hero {
    min-height: auto;
  }

  .fact-home-hero-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .fact-home-portfolio {
    padding-top: 0;
  }

  .fact-home-status {
    grid-template-columns: repeat(2, 1fr);
  }

  .fact-home-status > div:nth-child(2) {
    border-right: 0;
  }

  .fact-home-status > div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(185,199,216,.14);
  }

  .fact-home-status > div:first-child,
  .fact-home-status > div:nth-child(3) {
    padding-left: clamp(18px, 2.2vw, 38px);
  }

  .fact-home-statement,
  .fact-home-section-head {
    grid-template-columns: 150px 1fr;
  }

  .fact-home-capability-list,
  .fact-home-section-head > p {
    grid-column: 2;
  }

  .fact-home-business-rows > a {
    grid-template-columns: 60px minmax(190px, .6fr) 1fr;
  }

  .fact-home-business-rows i {
    display: none;
  }

  .fact-home-operating,
  .fact-home-proof {
    grid-template-columns: 1fr;
  }

  .fact-home-operating {
    gap: 70px;
  }

  .fact-home-proof-media {
    min-height: 460px;
  }
}

@media (max-width: 760px) {
  .fact-home-hero {
    padding: 58px 18px 0;
    background-size: 56px 56px, 56px 56px, auto, auto;
  }

  .fact-home-hero::before {
    display: none;
  }

  .fact-home-hero-copy,
  .fact-home-portfolio {
    padding-bottom: 58px;
  }

  .fact-home-kicker {
    align-items: flex-start;
    font-size: 8px;
    line-height: 1.6;
  }

  .fact-home-kicker::before {
    width: 30px;
    margin-top: 6px;
  }

  .fact-home-hero #fact-home-title {
    font-size: clamp(42px, 13vw, 62px);
    line-height: 1.08;
  }

  .fact-home-summary {
    margin-top: 27px;
    font-size: 15px;
    line-height: 1.75;
  }

  .fact-home-actions {
    display: grid;
  }

  .fact-home-primary,
  .fact-home-secondary {
    width: 100%;
  }

  .fact-home-portfolio > a {
    grid-template-columns: 30px 1fr auto;
    min-height: 76px;
  }

  .fact-home-status {
    grid-template-columns: 1fr;
  }

  .fact-home-status > div {
    min-height: 104px;
    padding: 22px 0 !important;
    border-right: 0;
    border-bottom: 1px solid rgba(185,199,216,.14);
  }

  .fact-home-status > div:last-child {
    border-bottom: 0;
  }

  .fact-home-statement,
  .fact-home-business,
  .fact-home-operating,
  .fact-home-proof,
  .fact-home-contact {
    width: calc(100% - 36px);
  }

  .fact-home-statement,
  .fact-home-section-head {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .fact-home-capability-list,
  .fact-home-section-head > p {
    grid-column: auto;
  }

  .fact-home-section-label {
    padding-top: 0;
  }

  .fact-home-statement-copy h2,
  .fact-home-section-head h2,
  .fact-home-operating-copy h2,
  .fact-home-contact h2 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .fact-home-capability-list article {
    grid-template-columns: 100px 1fr auto;
  }

  .fact-home-section-head {
    margin-bottom: 48px;
  }

  .fact-home-business-rows > a {
    grid-template-columns: 34px 1fr;
    gap: 14px;
    min-height: 150px;
    padding: 22px 0;
  }

  .fact-home-business-rows > a:hover,
  .fact-home-business-rows > a:focus-visible {
    padding-right: 10px;
    padding-left: 10px;
  }

  .fact-home-business-rows p {
    grid-column: 2;
  }

  .fact-home-process li {
    grid-template-columns: 36px 1fr;
  }

  .fact-home-process li > span {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .fact-home-proof {
    gap: 48px;
  }

  .fact-home-proof-media,
  .fact-home-proof-media img {
    min-height: 310px;
  }

  .fact-home-proof-badge {
    right: 14px;
    bottom: 14px;
    min-width: 190px;
  }

  .fact-home-contact {
    align-items: stretch;
    flex-direction: column;
  }

  .fact-home-contact > a {
    width: 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fact-home-primary,
  .fact-home-secondary,
  .fact-home-portfolio > a,
  .fact-home-business-rows > a {
    transition: none !important;
  }
}

/* FACT V2.8.2 HOME HEADING REPAIR START */
/*
 * 메인 제목은 H2를 사용하지만 태그 기본 스타일에 의존하지 않는다.
 * 고유 ID로 크기·여백·행간을 직접 제어한다.
 */
#fact-home-title {
  display: block;
  width: 100%;
  max-width: 1060px;
  margin: 0 !important;
  padding: 0 !important;
  color: #f2f5f7;
  font-size: clamp(48px, 5.7vw, 94px);
  font-weight: 760;
  line-height: 1.03;
  letter-spacing: -.058em;
  word-break: keep-all;
  overflow-wrap: normal;
}

#fact-home-title em {
  display: block;
  margin: 10px 0 0 !important;
  padding: 0;
  color: #a9b5bf;
  font-style: normal;
  font-weight: 500;
}

.fact-home-v3 .fact-home-hero {
  min-height: auto;
}

@media (max-width: 1180px) {
  #fact-home-title {
    max-width: 900px;
    font-size: clamp(44px, 6.7vw, 72px);
  }
}

@media (max-width: 760px) {
  #fact-home-title {
    max-width: none;
    margin: 0 !important;
    font-size: clamp(34px, 10.5vw, 48px) !important;
    line-height: 1.12 !important;
    letter-spacing: -.042em !important;
  }

  #fact-home-title em {
    margin-top: 8px !important;
  }
}

@media (max-width: 480px) {
  #fact-home-title {
    font-size: clamp(30px, 10vw, 38px) !important;
  }
}
/* FACT V2.8.2 HOME HEADING REPAIR END */
