:root {
  --blue: #0573b8;
  --navy: #09283f;
  --deep: #071d2d;
  --green: #cad401;
  --line: #dbe3e8;
  --muted: #667587;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: #08141d;
  color: #14212e;
  font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
  word-break: keep-all;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; cursor: pointer; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure { margin: 0; }

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 10px;
  left: 10px;
  transform: translateY(-150%);
  padding: 12px 18px;
  background: #fff;
  color: #071d2d;
}
.skip-link:focus { transform: translateY(0); }
.figma-page {
  width: 100%;
  max-width: none;
  margin-inline: auto;
  overflow: hidden;
  background: #fff;
}
.frame-inner {
  position: relative;
  width: min(1280px, calc(100% - 160px));
  height: 100%;
  margin-inline: auto;
}
.section-kicker {
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}
.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-overlay { position: absolute; inset: 0; }

.dark-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: rgba(1,20,35,.9);
  color: #fff;
}
.dark-logo {
  position: absolute;
  top: 13px;
  left: 58px;
  width: 270px;
  height: 46px;
}
.dark-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dark-nav, .dark-utils {
  position: absolute;
  display: flex;
  align-items: center;
}
.dark-nav {
  top: 0;
  left: 400px;
  justify-content: space-between;
  width: 610px;
  height: 72px;
  font-size: 14px;
  font-weight: 700;
}
.dark-utils {
  top: 27px;
  right: 174px;
  gap: 9px;
  font-size: 12px;
}

.figma-footer {
  position: relative;
  height: 250px;
  overflow: hidden;
  background: #071824;
  color: #fff;
}
.figma-footer .footer-logo {
  position: absolute;
  top: 45px;
  left: 0;
  width: 280px;
  height: 48px;
}
.figma-footer .footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}
.footer-links, .footer-address, .footer-copy, .footer-portals, .footer-sns { position: absolute; }
.footer-links { top: 118px; left: 0; font-size: 12px; font-weight: 700; }
.footer-address { top: 154px; left: 0; color: #b8c2c9; font-size: 12px; }
.footer-copy { top: 190px; left: 0; color: #6b7880; font-size: 10px; }
.footer-portals { top: 116px; right: 10px; font-size: 13px; font-weight: 700; }
.footer-sns {
  top: 45px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-sns a,
.footer-sns img {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 4px;
}
.footer-sns a { overflow: hidden; }
.footer-sns img { max-width: none; object-fit: cover; }

/* Shared welfare news and video modules used by Concepts 02-03. */
.welfare-change-card,
.welfare-news-card {
  position: absolute;
  z-index: 2;
  overflow: hidden;
}
.welfare-change-card {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: var(--card-gap);
  border: 1px solid var(--card-border);
  border-radius: var(--card-radius);
  padding: var(--card-pad-y) var(--card-pad-x) 0;
  background: var(--card-bg);
  box-shadow: var(--card-shadow);
  color: var(--card-text);
}
.change-card-head {
  display: flex;
  width: 100%;
  height: var(--card-head-height);
  align-items: center;
  justify-content: space-between;
  flex: 0 0 var(--card-head-height);
}
.change-card-head h3 {
  font-size: var(--card-heading-size);
  line-height: normal;
}
.change-card-head a {
  color: var(--card-accent);
  font-size: var(--card-link-size);
  white-space: nowrap;
}
.change-card-video {
  position: relative;
  display: block;
  width: 100%;
  height: var(--card-video-height);
  overflow: hidden;
  flex: 0 0 var(--card-video-height);
  border-radius: var(--card-video-radius);
}
.change-card-thumb {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.change-card-shade { position: absolute; inset: 0; background: rgba(4,23,46,.28); }
.change-card-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--card-play-size);
  height: var(--card-play-size);
  max-width: none;
  transform: translate(-50%,-50%);
}
.change-card-title {
  display: flex;
  width: 100%;
  height: var(--card-title-height);
  align-items: center;
  flex: 0 0 var(--card-title-height);
  overflow: hidden;
  font-size: var(--card-title-size);
  font-weight: 700;
  line-height: var(--card-title-line);
  white-space: nowrap;
}

.welfare-news-card {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: var(--news-gap);
  border: 1px solid var(--news-border);
  border-radius: var(--news-radius);
  padding: var(--news-pad-y) var(--news-pad-x) 0;
  background: var(--news-bg);
  box-shadow: var(--news-shadow);
}
.news-card-head {
  display: flex;
  width: 100%;
  height: var(--news-head-height);
  align-items: center;
  justify-content: space-between;
  flex: 0 0 var(--news-head-height);
}
.news-card-head h3 {
  color: #12253a;
  font-size: var(--news-heading-size);
  line-height: normal;
}
.news-card-more {
  display: flex;
  width: var(--news-more-size);
  height: var(--news-more-size);
  align-items: center;
  justify-content: center;
  flex: 0 0 var(--news-more-size);
  border-radius: 50%;
  background: var(--news-more-bg);
  color: var(--news-more-color);
  font-size: var(--news-more-font);
  line-height: 1;
}
.news-card-tabs {
  display: flex;
  max-width: 100%;
  align-items: center;
  gap: var(--news-tab-gap);
  flex: 0 0 auto;
  overflow: hidden;
  color: #617184;
  font-size: var(--news-tab-size);
  line-height: normal;
  scrollbar-width: none;
  white-space: nowrap;
}
.news-card-tabs::-webkit-scrollbar { display: none; }
.news-card-tabs .active { color: #1478c9; font-weight: 700; }
.news-card-featured {
  display: flex;
  width: 100%;
  height: var(--news-feature-height);
  align-items: center;
  gap: var(--news-feature-gap);
  flex: 0 0 var(--news-feature-height);
  overflow: hidden;
  border-radius: var(--news-feature-radius);
  padding: var(--news-feature-pad-y) var(--news-feature-pad-x);
  background: var(--news-feature-bg);
}
.news-card-date {
  display: flex;
  width: var(--news-date-width);
  height: var(--news-date-height);
  align-items: center;
  justify-content: center;
  flex: 0 0 var(--news-date-width);
  flex-direction: column;
  border-radius: var(--news-date-radius);
  background: var(--news-date-bg);
  line-height: normal;
}
.news-card-date strong { color: #1478c9; font-size: var(--news-date-number); }
.news-card-date span { color: #617184; font-size: var(--news-date-month); }
.news-card-feature-copy {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  flex: 1;
  flex-direction: column;
  gap: var(--news-feature-copy-gap);
}
.news-card-feature-copy strong,
.news-card-feature-copy small {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-card-feature-copy strong { color: #12253a; font-size: var(--news-feature-title); }
.news-card-feature-copy small { color: #617184; font-size: var(--news-feature-copy); font-weight: 400; }
.news-card-row {
  display: flex;
  width: 100%;
  height: var(--news-row-height);
  align-items: center;
  justify-content: space-between;
  flex: 0 0 var(--news-row-height);
  overflow: hidden;
  line-height: normal;
  white-space: nowrap;
}
.news-card-row strong {
  min-width: 0;
  overflow: hidden;
  color: #12253a;
  font-size: var(--news-row-size);
  font-weight: 400;
  text-overflow: ellipsis;
}
.news-card-row time { flex: 0 0 auto; margin-left: 18px; color: #617184; font-size: var(--news-row-date); }

/* Concept 01 */
.c1-header { height: 142px; background: #fff; }
.c1-header-top {
  position: relative;
  height: 82px;
  overflow: hidden;
  background: #033464;
}
.c1-header-top::before {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 318px;
  height: 6px;
  background: #bde900;
  content: "";
}
.c1-bookmark { position: absolute; top: 6px; height: 76px; }
.c1-bookmark.white { z-index: 3; left: 0; width: 578px; }
.c1-bookmark.green { z-index: 2; left: 508px; width: 292px; }
.c1-bookmark.blue { z-index: 1; left: 738px; width: 286px; }
.c1-logo, .c1-resource, .c1-education, .c1-utils {
  position: absolute;
  z-index: 5;
}
.c1-logo { top: 23px; left: 100px; width: 250px; height: 44px; }
.c1-logo img { width: 100%; height: 100%; object-fit: contain; }
.c1-resource, .c1-education { top: 32px; font-size: 18px; font-weight: 700; }
.c1-resource { left: 614px; color: #142405; }
.c1-education { left: 839px; color: #fff; }
.c1-utils {
  top: 34px;
  right: 37px;
  display: flex;
  gap: 7px;
  color: #e0edfa;
  font-size: 11px;
}
.c1-nav-row { position: relative; height: 60px; border: 1px solid #e0e8f0; }
.c1-nav {
  position: absolute;
  top: 0;
  left: 399px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 600px;
  height: 58px;
  color: #092541;
  font-size: 16px;
  font-weight: 700;
}
.c1-nav a { white-space: nowrap; }
.c1-nav small { font-size: 11px; }
.c1-search {
  position: absolute;
  top: 10px;
  right: 128px;
  display: flex;
  width: 258px;
  height: 37px;
  overflow: hidden;
  border: 1px solid #e0e8f0;
  border-radius: 19px;
  background: #fff;
}
.c1-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  padding: 0 16px;
  color: #4f5c68;
  font-size: 13px;
}
.c1-search input::placeholder { color: #9aa3b0; }
.c1-search button { width: 40px; border: 0; background: #fff; }
.c1-search img { width: 17px; height: 17px; margin: auto; }

.c1-hero { position: relative; height: 520px; overflow: hidden; }
.c1-hero-shade {
  position: absolute;
  inset: 0 auto 0 0;
  width: 900px;
  background: linear-gradient(90deg,rgba(238,248,255,.97) 0%,rgba(238,248,255,.94) 48%,rgba(238,248,255,.82) 68%,rgba(238,248,255,.38) 86%,rgba(238,248,255,0) 100%);
}
.c1-hero-copy { position: absolute; top: 98px; left: 92px; width: 510px; }
.c1-hero-copy .eyebrow {
  margin-bottom: 18px;
  color: #087bd1;
  font-size: 15px;
  font-weight: 700;
}
.c1-hero-copy h1 { color: #0a3064; font-size: 56px; font-weight: 700; line-height: 1.4; }
.c1-hero-copy .hero-copy {
  margin-top: 8px;
  color: #53657b;
  font-size: 17px;
  line-height: 1.4;
}
.hero-actions { display: flex; gap: 12px; margin-top: 18px; }
.hero-actions a {
  display: flex;
  width: 158px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid #087bd1;
  border-radius: 24px;
  background: #087bd1;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.hero-actions a + a { background: #fff; color: #087bd1; }
.c1-quick-wrap { position: relative; height: 181px; background: #fff; }
.c1-quick {
  position: absolute;
  z-index: 3;
  top: -54px;
  left: 50%;
  display: grid;
  width: min(1280px, calc(100% - 160px));
  height: 165px;
  grid-template-columns: repeat(6,1fr);
  transform: translateX(-50%);
  overflow: hidden;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 20px 23px rgba(8,56,111,.12);
}
.c1-quick a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
}
.c1-quick a:not(:last-child)::after {
  position: absolute;
  top: 23px;
  right: 0;
  width: 1px;
  height: 118px;
  background: #edf0f4;
  content: "";
}
.c1-quick img { width: 48px; height: 48px; }
.c1-quick strong { color: #203b61; font-size: 15px; }

.c1-news-section { height: 420px; background: #fff; }
.c1-news-grid {
  display: grid;
  grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr);
  gap: clamp(48px,6vw,100px);
  padding-top: 54px;
}
.c1-news-list {
  display: flex;
  height: 313px;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
  overflow: hidden;
  border: 1px solid #d8e7f2;
  border-radius: 24px;
  padding: 24px 26px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(5,31,56,.08);
}
.c1-news-head {
  display: flex;
  width: 100%;
  height: 32px;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 32px;
}
.c1-news-list h2 {
  margin: 0;
  color: #12253a;
  font-size: 22px;
  line-height: normal;
}
.c1-news-more {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  flex: 0 0 30px;
  border-radius: 50%;
  background: #e7f5ff;
  color: #1478c9;
  font-size: 19px;
  line-height: 1;
}
.c1-news-tabs {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 19px;
  flex: 0 0 17px;
  overflow-x: auto;
  color: #617184;
  font-size: 14px;
  line-height: 17px;
  scrollbar-width: none;
  white-space: nowrap;
}
.c1-news-tabs::-webkit-scrollbar { display: none; }
.c1-news-tabs button {
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: inherit;
}
.c1-news-tabs button.active { color: #1478c9; font-weight: 700; }
.c1-news-featured {
  display: flex;
  width: 100%;
  height: 84px;
  align-items: center;
  gap: 17px;
  flex: 0 0 84px;
  border-radius: 15px;
  padding: 13px 15px;
  background: #e7f5ff;
}
.c1-news-featured time {
  display: flex;
  width: 54px;
  height: 58px;
  align-items: center;
  justify-content: center;
  flex: 0 0 54px;
  flex-direction: column;
  border-radius: 13px;
  background: #fff;
}
.c1-news-featured time strong { color: #1478c9; font-size: 17px; }
.c1-news-featured time span { color: #617184; font-size: 11px; }
.c1-news-featured > span { display: flex; min-width: 0; flex-direction: column; gap: 3px; }
.c1-news-featured > span strong,
.c1-news-featured > span small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c1-news-featured > span strong { color: #12253a; font-size: 15px; }
.c1-news-featured > span small { color: #617184; font-size: 13px; }
.c1-news-list article {
  display: grid;
  width: 100%;
  height: 28px;
  align-items: center;
  grid-template-columns: 1fr 100px;
  flex: 0 0 28px;
}
.c1-news-list article strong { color: #12253a; font-size: 13px; font-weight: 400; }
.c1-news-list article time { justify-self: end; color: #617184; font-size: 12px; }
.c1-media { min-width: 0; }
.c1-media-head {
  display: flex;
  height: 42px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.c1-media-head h2 {
  color: #09283f;
  font-size: 30px;
  line-height: 42px;
}
.c1-media-head a {
  color: #168bd2;
  font-size: 13px;
  font-weight: 600;
}
.c1-media-card {
  position: relative;
  display: block;
  height: 228px;
  overflow: hidden;
  border-radius: 16px;
}
.c1-media-thumb { width: 100%; height: 100%; object-fit: cover; }
.c1-media-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg,rgba(5,26,46,.84),rgba(5,26,46,.08) 72%);
}
.c1-media-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 54px;
  height: 54px;
  transform: translate(-50%,-50%);
}
.c1-media-caption {
  position: absolute;
  z-index: 2;
  right: 26px;
  bottom: 18px;
  left: 26px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.c1-media-caption strong {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}
.c1-media-caption small { color: rgba(255,255,255,.78); font-size: 12px; }

.c1-programs { height: 580px; background: #f6fafd; }
.c1-programs .frame-inner { padding-top: 56px; }
.c1-programs h2 { margin-top: 6px; color: #09283f; font-size: 34px; line-height: 46px; }
.c1-program-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  margin-top: 42px;
}
.c1-program-grid article {
  position: relative;
  height: 350px;
  padding: 29px 27px;
  border: 1px solid #dee5ed;
  border-radius: 14px;
  background: #fff;
}
.c1-program-grid article > span { color: var(--blue); font-size: 12px; font-weight: 700; }
.c1-program-grid img {
  position: absolute;
  top: 28px;
  right: 26px;
  width: 48px;
  height: 48px;
}
.c1-program-grid h3 { margin-top: 31px; color: #0f2436; font-size: 22px; line-height: 32px; }
.c1-program-grid p { margin-top: 20px; color: #667587; font-size: 13px; line-height: 24px; }

.c1-facilities { height: 420px; background: #e8f5ff; }
.c1-facilities .frame-inner { padding-top: 46px; }
.c1-facilities h2, .c1-stories h2 { color: #09283f; font-size: 30px; line-height: 42px; }
.c1-facility-grid {
  display: grid;
  grid-template-columns: 360px repeat(3,1fr);
  gap: 30px;
  margin-top: 32px;
}
.facility-search, .c1-job {
  position: relative;
  height: 260px;
  border-radius: 14px;
  background: #fff;
}
.facility-search { padding: 22px 24px; }
.facility-search h3 { color: #084070; font-size: 18px; line-height: 26px; }
.facility-search button {
  display: block;
  width: 100%;
  margin-top: 20px;
  border: 0;
  border-bottom: 1px solid #edf1f4;
  padding: 0 0 8px;
  background: transparent;
  color: #66788a;
  text-align: left;
  font-size: 12px;
}
.facility-search a {
  position: absolute;
  bottom: 52px;
  left: 24px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
}
.c1-job { border: 1px solid #dee5ed; padding: 19px; }
.c1-job > span { color: var(--blue); font-size: 10px; font-weight: 700; }
.c1-job p { margin-top: 26px; color: #73808c; font-size: 11px; }
.c1-job h3 { margin-top: 15px; color: #122133; font-size: 17px; line-height: 26px; }
.c1-job time { position: absolute; bottom: 31px; left: 19px; color: #056bb0; font-size: 11px; }

.c1-stories { height: 420px; background: #fff; }
.c1-stories .frame-inner { padding-top: 46px; }
.c1-story-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  margin-top: 22px;
}
.c1-story-grid article { height: 280px; overflow: hidden; border-radius: 14px; background: #fff; }
.c1-story-grid img { width: 100%; height: 215px; object-fit: cover; }
.c1-story-grid strong {
  display: block;
  padding: 14px 18px;
  color: #172636;
  font-size: 15px;
  line-height: 22px;
}
.c1-footer { height: 260px; background: #06376c; }

/* Concept 02 */
.c2-hero { position: relative; height: 760px; overflow: hidden; background: #071b2a; }
.c2-hero .hero-overlay { background: rgba(2,22,37,.56); }
.c2-hero-copy { position: absolute; top: 214px; left: 92px; color: #fff; }
.c2-hero-copy .section-kicker { color: var(--green); font-size: 13px; }
.c2-hero-copy h1 { margin-top: 14px; font-size: 76px; line-height: 1.15; }
.c2-hero-copy > p:not(.section-kicker) {
  margin: 12px 0 0 4px;
  font-size: 17px;
  line-height: 1.25;
}
.c2-actions { display: flex; gap: 16px; margin-top: 61px; }
.c2-actions a {
  display: flex;
  width: 212px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.8);
  background: rgba(2,22,37,.35);
  font-size: 15px;
  font-weight: 700;
}
.c2-actions a + a { border-color: #0078be; background: #0078be; }

.c2-about { height: 430px; background: #fff; }
.c2-about .frame-inner { padding-top: 70px; }
.c2-about h2 { margin-top: 10px; color: var(--navy); font-size: 45px; line-height: 58px; }
.c2-about-copy {
  position: absolute;
  top: 112px;
  right: 60px;
  width: 500px;
  color: #616b73;
  font-size: 16px;
  line-height: 29px;
}
.c2-about-copy a {
  display: block;
  margin-top: 28px;
  color: #054f8c;
  font-size: 13px;
  font-weight: 700;
}
.c2-stats {
  position: absolute;
  right: 0;
  bottom: 68px;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3,1fr);
}
.c2-stats div { display: flex; align-items: center; gap: 30px; }
.c2-stats strong { min-width: 120px; color: var(--blue); font-size: 38px; font-weight: 500; }
.c2-stats span { color: #6b7880; font-size: 12px; }

.c2-work { height: 600px; background: #071d2d; color: #fff; }
.c2-work .frame-inner { padding-top: 66px; }
.c2-work .section-kicker { color: var(--green); }
.c2-work h2 { margin-top: 5px; font-size: 40px; line-height: 52px; }
.c2-program-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  margin-top: 65px;
}
.c2-program-grid article {
  position: relative;
  height: 300px;
  padding: 27px;
  border: 1px solid rgba(255,255,255,.18);
}
.c2-program-grid span { color: rgba(255,255,255,.48); font-size: 12px; }
.c2-program-grid img {
  position: absolute;
  top: 27px;
  right: 26px;
  width: 48px;
  height: 48px;
}
.c2-program-grid h3 { margin-top: 48px; font-size: 24px; line-height: 34px; }
.c2-program-grid p { margin-top: 12px; color: rgba(255,255,255,.65); font-size: 13px; line-height: 22px; }

.c2-news { height: 520px; background: #f8fbfd; }
.c2-careers h2 { color: var(--navy); font-size: 38px; line-height: 50px; }
.c2-change-card {
  --card-gap: 17.08px;
  --card-border: #0e446a;
  --card-radius: 26.84px;
  --card-pad-x: 29.28px;
  --card-pad-y: 26.84px;
  --card-bg: #071f33;
  --card-shadow: 0 18px 42px rgba(4,19,33,.2);
  --card-text: #fff;
  --card-accent: #60cbff;
  --card-head-height: 36.6px;
  --card-heading-size: 24.4px;
  --card-link-size: 14.64px;
  --card-video-height: 212.28px;
  --card-video-radius: 19.52px;
  --card-play-size: 63.44px;
  --card-title-height: 24.4px;
  --card-title-size: 17.08px;
  --card-title-line: 26.84px;
  top: 78px;
  left: 45px;
  width: 439.2px;
  height: 353.8px;
}
.c2-news-card {
  --news-gap: 17.08px;
  --news-border: #d6e6f1;
  --news-radius: 26.84px;
  --news-pad-x: 29.28px;
  --news-pad-y: 26.84px;
  --news-bg: #fff;
  --news-shadow: 0 14px 36px rgba(5,26,46,.08);
  --news-head-height: 36.6px;
  --news-heading-size: 24.4px;
  --news-more-size: 34.16px;
  --news-more-bg: #e7f5ff;
  --news-more-color: #1478c9;
  --news-more-font: 21.96px;
  --news-tab-gap: 21.96px;
  --news-tab-size: 15.86px;
  --news-feature-height: 95.16px;
  --news-feature-gap: 19.52px;
  --news-feature-radius: 17.08px;
  --news-feature-pad-x: 17.08px;
  --news-feature-pad-y: 14.64px;
  --news-feature-bg: #eaf6ff;
  --news-date-width: 61px;
  --news-date-height: 65.88px;
  --news-date-radius: 14.64px;
  --news-date-bg: #fff;
  --news-date-number: 19.52px;
  --news-date-month: 12.2px;
  --news-feature-copy-gap: 3.66px;
  --news-feature-title: 17.08px;
  --news-feature-copy: 14.64px;
  --news-row-height: 31.72px;
  --news-row-size: 14.64px;
  --news-row-date: 13.42px;
  top: 78px;
  left: 514px;
  width: 692.96px;
  height: 353.8px;
}

.c2-careers { height: 530px; background: #f4f7f9; }
.c2-careers .frame-inner { padding-top: 58px; }
.c2-job-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  margin-top: 50px;
}
.c2-job {
  position: relative;
  height: 310px;
  padding: 25px;
  border: 1px solid #dbe0e5;
  border-radius: 12px;
  background: #fff;
}
.c2-job .job-badge { color: #59630d; font-size: 11px; font-weight: 700; }
.c2-job .job-org { display: block; margin-top: 43px; color: #707a82; font-size: 12px; }
.c2-job strong { display: block; margin-top: 10px; color: #14212e; font-size: 20px; line-height: 30px; }
.c2-job time { position: absolute; bottom: 39px; left: 25px; color: #056bb0; font-size: 12px; }

/* Concept 03 */
.c3-hero {
  position: relative;
  height: 760px;
  overflow: hidden;
  background: #16232d;
  color: #fff;
}
.c3-photo-area { position: absolute; inset: 0 82px 0 0; }
.c3-photo-area .hero-overlay { background: rgba(18,14,10,.48); }
.c3-header {
  width: 100%;
  height: 80px;
  border: 0;
  background: rgba(18,14,10,.12);
}
.c3-header .dark-logo { top: 17px; }
.c3-header .dark-nav { left: 390px; width: 590px; height: 80px; }
.c3-header .dark-utils { top: 30px; right: 182px; }
.c3-rail {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 82px;
  height: 760px;
  align-items: flex-start;
  flex-direction: column;
  gap: 34px;
  padding: 42px 14px;
  background: rgba(13,18,22,.9);
  font-size: 11px;
  font-weight: 700;
}
.c3-rail a { opacity: .9; }
.c3-title { position: absolute; top: 175px; left: 78px; }
.c3-title > p { font-size: 30px; line-height: 38px; }
.c3-title h1 { margin-top: 7px; font-size: 64px; line-height: 80px; }
.c3-title > a { display: block; margin: 11px 0 0 4px; font-size: 14px; font-weight: 700; }
.slider-controls {
  display: flex;
  width: 283px;
  height: 34px;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}
.slider-controls button {
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  border: 0;
  padding: 0;
  background: transparent;
}
.slider-controls button img { width: 18px; height: 18px; }
.slider-controls .slider-progress {
  position: relative;
  display: block;
  width: 76px;
  height: 2px;
  overflow: hidden;
  background: rgba(255,255,255,.3);
}
.slider-controls .slider-progress::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 27px;
  background: var(--green);
  content: "";
}
.slider-controls strong { font-size: 12px; letter-spacing: 0; white-space: nowrap; }
.c3-search {
  position: absolute;
  bottom: 53px;
  left: 78px;
  width: 360px;
  height: 230px;
  border: 1px solid rgba(255,255,255,.32);
  padding: 23px;
  background: rgba(12,13,14,.58);
}
.c3-search h2, .c4-search h2 { font-size: 18px; }
.c3-search > button, .c3-search label {
  display: flex;
  width: 100%;
  height: 52px;
  align-items: center;
  margin-top: 17px;
  border: 1px solid rgba(255,255,255,.24);
  background: transparent;
  color: #fff;
}
.c3-search > button { justify-content: space-between; padding: 0 15px; font-size: 13px; }
.field-chevron { width: 16px; height: 16px; flex: 0 0 16px; }
.c3-search label { margin-top: 10px; }
.c3-search input, .c4-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  padding: 0 15px;
  background: transparent;
  color: #fff;
  font-size: 13px;
}
.c3-search input::placeholder, .c4-search input::placeholder { color: rgba(255,255,255,.6); }
.c3-search b {
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  background: var(--green);
  color: #152020;
}
.c3-search b img, .c4-search label b img { width: 20px; height: 20px; }
.c3-feature-grid {
  position: absolute;
  right: 162px;
  bottom: 72px;
  display: grid;
  width: 680px;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
}
.c3-feature-grid article {
  height: 176px;
  padding: 23px 19px;
  border: 1px solid rgba(255,255,255,.55);
  background: rgba(255,255,255,.88);
  color: #17212a;
}
.c3-feature-grid h3 { color: #0078be; font-size: 14px; }
.c3-feature-grid p { margin-top: 39px; font-size: 13px; line-height: 1.35; }

.c3-story { height: 430px; background: #f6f2e9; }
.c3-story .frame-inner {
  display: grid;
  grid-template-columns: 460px 740px;
  gap: 80px;
  padding-top: 40px;
}
.c3-story-copy { padding-top: 22px; }
.c3-story-copy h2 { margin-top: 8px; color: var(--navy); font-size: 40px; line-height: 52px; }
.c3-story-copy > p:not(.section-kicker) {
  margin-top: 25px;
  color: #616b73;
  font-size: 15px;
  line-height: 27px;
}
.c3-story-copy a { display: block; margin-top: 28px; color: #054f8c; font-size: 13px; font-weight: 700; }
.c3-story article { position: relative; height: 350px; overflow: hidden; border-radius: 18px; }
.c3-story article::after {
  position: absolute;
  inset: auto 0 0;
  height: 140px;
  background: linear-gradient(0deg,rgba(5,20,31,.82),rgba(5,20,31,0));
  content: "";
}
.c3-story article img { width: 100%; height: 100%; object-fit: cover; }
.c3-story article span, .c3-story article strong { position: absolute; z-index: 2; left: 30px; }
.c3-story article span { bottom: 65px; color: #c2d60a; font-size: 12px; font-weight: 700; }
.c3-story article strong { bottom: 29px; color: #fff; font-size: 18px; }

.c3-work { height: 600px; background: #1b1713; color: #fff; }
.c3-work .frame-inner { padding-top: 54px; }
.c3-work .section-kicker { color: #b2d10d; }
.c3-work h2 { margin-top: 8px; font-size: 38px; line-height: 52px; }
.c3-program-grid {
  display: grid;
  height: 340px;
  grid-template-columns: 780px 1fr;
  grid-template-rows: 160px 160px;
  gap: 20px 40px;
  margin-top: 42px;
}
.c3-program-grid article {
  position: relative;
  padding: 26px 30px;
  border: 1px solid #524a40;
  background: #302b24;
}
.c3-program-grid .featured {
  grid-row: 1 / 3;
  border-color: #474038;
  background: #241f1a;
}
.c3-program-grid span { color: #b2d10d; font-size: 12px; font-weight: 700; }
.c3-program-grid img { position: absolute; top: 26px; right: 30px; width: 48px; height: 48px; }
.c3-program-grid h3 { margin-top: 22px; font-size: 22px; line-height: 30px; }
.c3-program-grid p { margin-top: 10px; color: #b8b2ab; font-size: 12px; line-height: 20px; }
.c3-program-grid .featured h3 { margin-top: 44px; font-size: 30px; line-height: 42px; }
.c3-program-grid .featured p { margin-top: 22px; color: #c2bdb2; font-size: 15px; line-height: 28px; }
.c3-program-grid .featured a {
  position: absolute;
  bottom: 45px;
  left: 30px;
  color: #b2d10d;
  font-size: 13px;
  font-weight: 700;
}

.c3-news { height: 520px; background: #f6f1e7; }
.c3-news .frame-inner { padding-top: 44px; }
.c3-news h2 { margin-top: 8px; color: #0a2e45; font-size: 36px; line-height: 48px; }
.section-link {
  position: absolute;
  top: 88px;
  right: 20px;
  width: 180px;
  color: #0a2e45;
  font-size: 13px;
  font-weight: 700;
}
.c3-news-card {
  --news-gap: 15.82px;
  --news-border: #cfc4b0;
  --news-radius: 4px;
  --news-pad-x: 27.12px;
  --news-pad-y: 24.86px;
  --news-bg: #fffdf7;
  --news-shadow: none;
  --news-head-height: 33.9px;
  --news-heading-size: 22.6px;
  --news-more-size: 31.64px;
  --news-more-bg: #bde900;
  --news-more-color: #1e271a;
  --news-more-font: 20.34px;
  --news-tab-gap: 20.34px;
  --news-tab-size: 14.69px;
  --news-feature-height: 88.14px;
  --news-feature-gap: 18.08px;
  --news-feature-radius: 4px;
  --news-feature-pad-x: 15.82px;
  --news-feature-pad-y: 13.56px;
  --news-feature-bg: #f4e7d3;
  --news-date-width: 56.5px;
  --news-date-height: 61.02px;
  --news-date-radius: 13.56px;
  --news-date-bg: #fffdf7;
  --news-date-number: 18.08px;
  --news-date-month: 11.3px;
  --news-feature-copy-gap: 3.39px;
  --news-feature-title: 15.82px;
  --news-feature-copy: 13.56px;
  --news-row-height: 29.38px;
  --news-row-size: 13.56px;
  --news-row-date: 12.43px;
  top: 142px;
  left: 70px;
  width: 641.84px;
  height: 327.7px;
}
.c3-change-card {
  --card-gap: 15.82px;
  --card-border: #3c322a;
  --card-radius: 4px;
  --card-pad-x: 27.12px;
  --card-pad-y: 24.86px;
  --card-bg: #1b1613;
  --card-shadow: none;
  --card-text: #fffaed;
  --card-accent: #bde900;
  --card-head-height: 33.9px;
  --card-heading-size: 22.6px;
  --card-link-size: 13.56px;
  --card-video-height: 196.62px;
  --card-video-radius: 0;
  --card-play-size: 58.76px;
  --card-title-height: 22.6px;
  --card-title-size: 15.82px;
  --card-title-line: 24.86px;
  top: 107px;
  left: 764px;
  width: 406.8px;
  height: 327.7px;
}

.c3-careers { height: 530px; background: #e5dfd1; }
.c3-careers .frame-inner {
  display: grid;
  grid-template-columns: 372px 1fr;
  gap: 48px;
  padding-top: 64px;
}
.c3-career-copy { border-right: 1px solid #b8b0a3; }
.c3-career-copy .section-kicker { color: #0f576b; }
.c3-career-copy h2 { margin-top: 16px; color: #0a2e45; font-size: 38px; line-height: 52px; }
.c3-career-copy > p:not(.section-kicker) {
  margin-top: 23px;
  color: #575752;
  font-size: 14px;
  line-height: 26px;
}
.c3-career-copy a { display: block; margin-top: 92px; color: #0f576b; font-size: 13px; font-weight: 700; }
.c3-job {
  position: relative;
  height: 130px;
  border-bottom: 1px solid #b8b0a3;
  padding: 12px 0 0 90px;
}
.c3-job .job-badge {
  position: absolute;
  top: 14px;
  left: 0;
  color: #0f6b8f;
  font-size: 11px;
  font-weight: 700;
}
.c3-job .job-org { color: #66635c; font-size: 12px; }
.c3-job strong { display: block; margin-top: 13px; font-size: 22px; line-height: 32px; }
.c3-job time { position: absolute; top: 49px; right: 20px; color: #615e57; font-size: 12px; }
.c3-footer { background: #110e0c; }

/* Concept 04 */
.c4-hero { position: relative; height: 760px; overflow: hidden; color: #fff; }
.c4-hero > .hero-overlay {
  background: linear-gradient(90deg,rgba(5,31,51,.72) 0%,rgba(5,31,51,.18) 70%,rgba(5,31,51,.08) 100%);
}
.c4-header { height: 88px; border: 0; background: rgba(3,31,51,.72); }
.c4-header .dark-logo { top: 21px; }
.c4-header .dark-nav { left: 390px; width: 620px; height: 88px; }
.c4-header .dark-utils { top: 35px; right: 214px; }
.c4-title { position: absolute; top: 178px; left: 82px; }
.c4-title > p { font-size: 27px; line-height: 38px; }
.c4-title h1 { margin-top: 12px; font-size: 57px; line-height: 76px; }
.c4-title > a { display: block; margin: 11px 0 0 4px; font-size: 14px; font-weight: 700; }
.c4-title .slider-controls { margin-top: 22px; }
.c4-title .slider-controls span {
  background: rgba(255,255,255,.3);
}
.c4-title .slider-controls .slider-progress::before { background: #0078be; }
.c4-search { position: absolute; bottom: 125px; left: 82px; width: 430px; height: 110px; }
.c4-search > div {
  display: grid;
  height: 52px;
  grid-template-columns: 94px 94px 1fr;
  margin-top: 18px;
  border: 1px solid rgba(255,255,255,.38);
  background: rgba(3,21,35,.42);
}
.c4-search button, .c4-search label {
  display: flex;
  min-width: 0;
  align-items: center;
  border: 0;
  border-right: 1px solid rgba(255,255,255,.24);
  background: transparent;
  color: #fff;
  font-size: 13px;
}
.c4-search button { justify-content: space-between; padding: 0 13px 0 15px; }
.c4-search label b {
  display: flex;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  background: #0078be;
  font-size: 22px;
}
.c4-feature-grid {
  position: absolute;
  right: 94px;
  bottom: 77px;
  display: grid;
  width: 788px;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
}
.c4-feature-grid article {
  height: 178px;
  padding: 25px 22px;
  border-radius: 18px;
  background: rgba(255,255,255,.9);
  color: #33404a;
}
.c4-feature-grid h3 { color: #0570b8; font-size: 16px; }
.c4-feature-grid p { margin-top: 38px; font-size: 13px; line-height: 22px; }

.c4-services { height: 430px; background: #f0f7fb; }
.c4-services .frame-inner { padding-top: 42px; }
.c4-services h2 { margin-top: 6px; color: var(--navy); font-size: 38px; line-height: 50px; }
.c4-service-copy {
  position: absolute;
  top: 64px;
  right: 50px;
  color: #616b73;
  font-size: 14px;
  line-height: 24px;
}
.c4-service-copy a { display: block; margin-top: 16px; color: #054f8c; font-size: 13px; font-weight: 700; }
.c4-service-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  margin-top: 56px;
}
.c4-service-grid article {
  height: 190px;
  padding: 34px 30px;
  border: 1px solid #d1dee5;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(5,31,51,.08);
}
.c4-service-grid article:nth-child(2) { background: #f3faed; }
.c4-service-grid article:nth-child(3) { border-color: #093757; background: #093757; color: #fff; }
.c4-service-grid h3 { color: #09283f; font-size: 23px; line-height: 34px; }
.c4-service-grid article:nth-child(3) h3 { color: #fff; }
.c4-service-grid p { margin-top: 24px; color: #5c6e7a; font-size: 13px; line-height: 23px; }
.c4-service-grid article:nth-child(3) p { color: #c2dbe5; }

.c4-work { height: 600px; background: #093b5c; color: #fff; }
.c4-work .frame-inner { padding-top: 44px; }
.c4-work .section-kicker { color: #b2db14; }
.c4-work h2 { margin-top: 8px; font-size: 38px; line-height: 50px; }
.c4-work-copy { position: absolute; top: 88px; right: 0; color: #bfd6e3; font-size: 14px; }
.c4-work-layout {
  display: grid;
  grid-template-columns: 290px 560px 370px;
  gap: 30px;
  margin-top: 38px;
}
.c4-work-layout nav { display: flex; flex-direction: column; gap: 16px; }
.c4-work-layout nav button {
  display: flex;
  height: 88px;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #1f6385;
  border-radius: 10px;
  padding: 0 22px;
  background: #0e496b;
  color: #fff;
  text-align: left;
  font-size: 17px;
  font-weight: 700;
}
.c4-work-layout nav button.active { border-color: #b2db14; background: #b2db14; color: #05293d; }
.c4-work-layout nav small {
  display: block;
  margin-bottom: 6px;
  color: #8fbfd4;
  font-size: 11px;
}
.c4-work-layout nav button.active small { color: #08334d; }
.c4-selected {
  display: flex;
  height: 400px;
  flex-direction: column;
  border-radius: 14px;
  padding: 34px 38px;
  background: #fff;
  color: #082e47;
}
.c4-selected > span { color: #08669e; font-size: 11px; font-weight: 700; }
.c4-selected h3 { margin-top: 20px; font-size: 30px; line-height: 42px; }
.c4-selected p { margin: 22px 0 24px; color: #5c6e7a; font-size: 14px; line-height: 25px; }
.c4-selected a {
  display: block;
  height: 49px;
  border-bottom: 1px solid #d7e0e6;
  padding-top: 14px;
  color: #25485d;
  font-size: 13px;
}
.c4-work-side { display: grid; gap: 20px; }
.c4-work-side article { height: 190px; border-radius: 12px; padding: 28px 30px; background: #0e496b; }
.c4-work-side span { color: #b2db14; font-size: 11px; font-weight: 700; }
.c4-work-side h3 { margin-top: 23px; font-size: 20px; }
.c4-work-side a { display: block; margin-top: 45px; color: #9fc2d2; font-size: 12px; }

.c4-news { height: 520px; background: #f0f7fb; }
.c4-news .frame-inner { padding-top: 48px; }
.c4-news h2, .c4-careers h2 { color: #082e47; font-size: 36px; line-height: 48px; }
.c4-tabs { display: flex; gap: 14px; margin-top: 10px; }
.c4-tabs button {
  width: 78px;
  height: 38px;
  border: 1px solid #ccdbe3;
  border-radius: 19px;
  background: #fff;
  color: #476170;
  font-size: 12px;
  font-weight: 700;
}
.c4-tabs button.active { border-color: #08669e; background: #08669e; color: #fff; }
.c4-news-link {
  position: absolute;
  top: 68px;
  left: 640px;
  color: #08669e;
  font-size: 12px;
  font-weight: 700;
}
.c4-board {
  width: 790px;
  height: 300px;
  margin-top: 22px;
  border: 1px solid #d1dee5;
  border-radius: 12px;
  padding: 0 24px;
  background: #fff;
}
.c4-board article {
  display: grid;
  height: 68px;
  align-items: center;
  grid-template-columns: 72px 1fr 60px;
  border-bottom: 1px solid #dee5eb;
}
.c4-board article:last-child { border-bottom: 0; }
.c4-board span { color: #08669e; font-size: 11px; font-weight: 700; }
.c4-board strong { color: #172e3b; font-size: 14px; }
.c4-board time { color: #808f96; font-size: 11px; }
.c4-schedule {
  position: absolute;
  top: 48px;
  right: 0;
  width: 460px;
  height: 418px;
  border-radius: 14px;
  padding: 30px 32px;
  background: #082e47;
  color: #fff;
}
.c4-schedule .section-kicker { color: #b2db14; }
.c4-schedule h3 { margin-top: 8px; font-size: 26px; line-height: 36px; }
.c4-schedule article {
  display: grid;
  height: 86px;
  align-items: center;
  grid-template-columns: 78px 1fr;
  border-bottom: 1px solid #2e4f63;
}
.c4-schedule article:first-of-type { margin-top: 18px; }
.c4-schedule time { color: #b2db14; font-size: 14px; font-weight: 700; }
.c4-schedule strong, .c4-schedule span { display: block; }
.c4-schedule strong { font-size: 14px; }
.c4-schedule span { margin-top: 8px; color: #a1b8c4; font-size: 11px; }

.c4-careers { height: 530px; background: #fff; }
.c4-careers .frame-inner { padding-top: 44px; }
.c4-career-copy {
  position: absolute;
  top: 54px;
  left: 480px;
  color: #5e707a;
  font-size: 14px;
}
.c4-filters {
  display: grid;
  width: 760px;
  grid-template-columns: 210px 190px 190px 126px;
  gap: 12px;
  margin-top: 6px;
}
.c4-filters button {
  height: 42px;
  border: 1px solid #ccdbe3;
  border-radius: 8px;
  padding: 0 16px;
  background: #f5fafc;
  color: #405c6b;
  text-align: left;
  font-size: 12px;
}
.c4-filters button:last-child {
  border-color: #08669e;
  background: #08669e;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.c4-job-list {
  width: 840px;
  height: 314px;
  margin-top: 28px;
  border: 1px solid #d6e0e8;
  border-radius: 12px;
  padding-inline: 24px;
  background: #f7fbfd;
}
.c4-job {
  position: relative;
  height: 98px;
  border-bottom: 1px solid #dbe3e8;
  padding: 22px 0 0 86px;
}
.c4-job:last-child { border-bottom: 0; }
.c4-job .job-badge {
  position: absolute;
  top: 33px;
  left: 2px;
  display: flex;
  width: 62px;
  height: 26px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: #dbf0fa;
  color: #08669e;
  font-size: 10px;
  font-weight: 700;
}
.c4-job .job-badge.is-new { background: #b2db14; color: #082e47; }
.c4-job .job-org { color: #708087; font-size: 11px; }
.c4-job strong { display: block; margin-top: 8px; color: #142e3b; font-size: 17px; line-height: 26px; }
.c4-job time { position: absolute; top: 47px; right: 26px; color: #6e7d85; font-size: 11px; }
.c4-career-service {
  position: absolute;
  top: 44px;
  right: 0;
  width: 410px;
  height: 424px;
  border-radius: 14px;
  padding: 32px;
  background: #093b5c;
  color: #fff;
}
.c4-career-service .section-kicker { color: #b2db14; }
.c4-career-service h3 { margin-top: 8px; font-size: 25px; line-height: 36px; }
.c4-career-service a {
  display: flex;
  height: 48px;
  align-items: center;
  margin-top: 14px;
  border: 1px solid #296e8a;
  border-radius: 8px;
  padding: 0 18px;
  background: #124f70;
  font-size: 13px;
}
.c4-career-service a:first-of-type { margin-top: 40px; font-weight: 700; }
.c4-footer { background: #051724; }

.fullpage-chapter { display: none; }

/* Full-page scrolling: Concepts 02-04 */
@media (min-width: 901px) {
  body[data-concept="2"],
  body[data-concept="3"],
  body[data-concept="4"] {
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
  }

  .c2,
  .c3,
  .c4 {
    --fullpage-y: calc((100dvh - 900px) / 2);
    height: 100vh;
    height: 100dvh;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
    scrollbar-width: none;
  }

  .c2::-webkit-scrollbar,
  .c3::-webkit-scrollbar,
  .c4::-webkit-scrollbar { width: 0; height: 0; }

  .c2 > main > section,
  .c3 > main > section,
  .c4 > main > section {
    height: 100vh;
    height: 100dvh;
    min-height: 620px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .c2-about,
  .c2-work,
  .c2-news,
  .c2-careers,
  .c3-story,
  .c3-work,
  .c3-news,
  .c3-careers,
  .c4-services,
  .c4-work,
  .c4-news,
  .c4-careers {
    position: relative;
    overflow: hidden;
  }

  .c2 > main > section > .frame-inner,
  .c3 > main > section > .frame-inner,
  .c4 > main > section > .frame-inner {
    z-index: 1;
  }

  .fullpage-chapter {
    position: absolute;
    z-index: 0;
    left: 40px;
    display: block;
    width: calc(100% - 80px);
    pointer-events: none;
  }

  .fullpage-chapter-label,
  .fullpage-chapter-number,
  .fullpage-chapter-next,
  .fullpage-chapter-rule,
  .fullpage-chapter-progress {
    position: absolute;
  }

  .fullpage-chapter-label {
    top: 33px;
    left: 39px;
    font-size: 11px;
    font-weight: 800;
    line-height: 16px;
  }

  .fullpage-chapter-number {
    top: 8px;
    right: 70px;
    margin: 0;
    font-size: 180px;
    font-weight: 700;
    line-height: 1;
  }

  .fullpage-chapter-rule {
    right: 39px;
    bottom: 72px;
    left: 39px;
    height: 1px;
  }

  .fullpage-chapter-next {
    right: 79px;
    bottom: 43px;
    font-size: 10px;
    font-weight: 700;
    line-height: 14px;
  }

  .fullpage-chapter-c2 {
    top: calc(60px + var(--fullpage-y));
    height: 780px;
    border: 1px solid rgba(219,235,245,.9);
    border-radius: 36px;
    background: #fafdff;
    color: #168fc3;
  }

  .fullpage-chapter-c2 .fullpage-chapter-number { color: rgba(5,51,87,.05); }
  .fullpage-chapter-c2 .fullpage-chapter-rule { background: rgba(125,160,181,.2); }
  .fullpage-chapter-c2 .fullpage-chapter-next { color: #6e8796; }

  .c2-work .fullpage-chapter-c2 {
    border-color: rgba(23,71,102,.9);
    background: #071f30;
    color: #bde900;
  }

  .c2-work .fullpage-chapter-c2 .fullpage-chapter-number { color: rgba(84,126,151,.12); }
  .c2-work .fullpage-chapter-c2 .fullpage-chapter-rule { background: rgba(121,164,188,.22); }
  .c2-work .fullpage-chapter-c2 .fullpage-chapter-next { color: #91adbc; }

  .fullpage-chapter-c3 {
    top: calc(55px + var(--fullpage-y));
    height: 790px;
    border: 1px solid rgba(184,168,143,.45);
    background: rgba(253,249,240,.72);
    color: #0f6b8f;
  }

  .fullpage-chapter-c3 .fullpage-chapter-number {
    top: -5px;
    right: 70px;
    color: rgba(33,46,41,.05);
    font-size: 220px;
  }

  .fullpage-chapter-c3 .fullpage-chapter-rule { background: rgba(121,107,84,.22); }
  .fullpage-chapter-c3 .fullpage-chapter-next { color: #706a60; }

  .c3-work .fullpage-chapter-c3 {
    border-color: rgba(110,99,82,.45);
    background: rgba(27,22,18,.72);
    color: #bde900;
  }

  .c3-work .fullpage-chapter-c3 .fullpage-chapter-number { color: rgba(189,233,0,.045); }
  .c3-work .fullpage-chapter-c3 .fullpage-chapter-rule { background: rgba(174,159,133,.2); }
  .c3-work .fullpage-chapter-c3 .fullpage-chapter-next { color: #a79d8e; }

  .fullpage-chapter-c4 {
    top: calc(55px + var(--fullpage-y));
    height: 790px;
    border: 1px solid rgba(199,229,242,.7);
    border-radius: 30px;
    background: #f6fcff;
    color: #168fc3;
  }

  .fullpage-chapter-c4 .fullpage-chapter-label {
    top: 34px;
    font-size: 12px;
  }

  .fullpage-chapter-c4 .fullpage-chapter-number {
    top: 29px;
    right: 60px;
    display: flex;
    width: 170px;
    height: 110px;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    background: #063e62;
    color: #bde900;
    font-size: 52px;
    line-height: 1;
  }

  .fullpage-chapter-progress {
    bottom: 96px;
    left: 39px;
    width: 240px;
    height: 20px;
  }

  .fullpage-chapter-c4 .fullpage-chapter-next {
    right: 79px;
    bottom: 94px;
    color: #558092;
  }

  .c4-work .fullpage-chapter-c4 {
    border-color: rgba(20,102,143,.75);
    background: #063c59;
    color: #bde900;
  }

  .c4-work .fullpage-chapter-c4 .fullpage-chapter-number {
    background: #bde900;
    color: #063c59;
  }

  .c4-work .fullpage-chapter-c4 .fullpage-chapter-next { color: #a8c6d4; }
  .c4-news .fullpage-chapter-c4 .fullpage-chapter-number { background: #168fc3; color: #fff; }
  .c4-careers .fullpage-chapter-c4 .fullpage-chapter-number { background: #bde900; color: #063c59; }

  .c2 > .figma-footer,
  .c3 > .figma-footer,
  .c4 > .figma-footer {
    scroll-snap-align: end;
    scroll-snap-stop: always;
  }

  .c3-rail { height: 100%; }

  /* Latest Figma full-page composition (1440 x 900 reference). */
  .c2-hero-copy { top: calc(284px + var(--fullpage-y)); }
  .c2-about .section-kicker,
  .c2-work .section-kicker,
  .c3-story .section-kicker,
  .c4-services .section-kicker { height: 24px; }
  .c2-about .frame-inner { padding-top: calc(305px + var(--fullpage-y)); }
  .c2-about-copy { top: calc(347px + var(--fullpage-y)); }
  .c2-stats { top: calc(535px + var(--fullpage-y)); bottom: auto; }
  .c2-work .frame-inner { padding-top: calc(216px + var(--fullpage-y)); }
  .c2-change-card,
  .c2-news-card { top: calc(245px + var(--fullpage-y)); }
  .c2-careers .frame-inner { padding-top: calc(243px + var(--fullpage-y)); }

  .c3-title { top: calc(245px + var(--fullpage-y)); }
  .c3-title > a { margin-top: 18px; }
  .c3-title .slider-controls {
    position: absolute;
    top: 189px;
    left: 0;
    margin-top: 0;
  }
  .c3-search { top: calc(547px + var(--fullpage-y)); bottom: auto; }
  .c3-feature-grid { top: calc(582px + var(--fullpage-y)); bottom: auto; }
  .c3-story .frame-inner { padding-top: calc(275px + var(--fullpage-y)); }
  .c3-story-copy h2 { margin-top: 12px; }
  .c3-story-copy > p:not(.section-kicker) { margin-top: 30px; }
  .c3-work .frame-inner { padding-top: calc(204px + var(--fullpage-y)); }
  .c3-work h2 { margin-top: 12px; }
  .c3-news .frame-inner { padding-top: calc(234px + var(--fullpage-y)); }
  .c3-news .section-link { top: calc(278px + var(--fullpage-y)); }
  .c3-news-card { top: calc(365px + var(--fullpage-y)); }
  .c3-change-card { top: calc(330px + var(--fullpage-y)); }
  .c3-careers .frame-inner {
    top: calc(249px + var(--fullpage-y));
    height: 388px;
    padding-top: 0;
  }
  .c3-career-copy { padding-top: 2px; }

  .c4-title { top: calc(248px + var(--fullpage-y)); }
  .c4-title > a { margin-top: 16px; }
  .c4-title .slider-controls {
    position: absolute;
    top: 188px;
    left: 0;
    margin-top: 0;
  }
  .c4-search { top: calc(595px + var(--fullpage-y)); bottom: auto; }
  .c4-feature-grid { top: calc(575px + var(--fullpage-y)); bottom: auto; }
  .c4-services .frame-inner { padding-top: calc(277px + var(--fullpage-y)); }
  .c4-service-copy { top: calc(299px + var(--fullpage-y)); }
  .c4-service-grid {
    position: absolute;
    top: calc(425px + var(--fullpage-y));
    left: 0;
    width: 100%;
    margin-top: 0;
  }
  .c4-service-grid p { margin-top: 28px; }
  .c4-work .frame-inner { padding-top: calc(194px + var(--fullpage-y)); }
  .c4-work-copy { top: calc(238px + var(--fullpage-y)); }
  .c4-work-layout {
    position: absolute;
    top: calc(310px + var(--fullpage-y));
    left: 0;
    width: 100%;
    margin-top: 0;
  }
  .c4-news .frame-inner { padding-top: calc(238px + var(--fullpage-y)); }
  .c4-news-link { top: calc(306px + var(--fullpage-y)); }
  .c4-schedule { top: calc(238px + var(--fullpage-y)); }
  .c4-careers .frame-inner { padding-top: calc(229px + var(--fullpage-y)); }
  .c4-career-copy { top: calc(239px + var(--fullpage-y)); }
  .c4-filters {
    position: absolute;
    top: calc(293px + var(--fullpage-y));
    left: 0;
    margin-top: 0;
  }
  .c4-job-list {
    position: absolute;
    top: calc(363px + var(--fullpage-y));
    left: 0;
    margin-top: 0;
  }
  .c4-career-service { top: calc(229px + var(--fullpage-y)); }
  .c4-job strong { margin-top: 15px; }
  .c4-job:first-child { height: 109px; padding-top: 26px; }
  .c4-job:first-child .job-badge { top: 34px; }
  .c4-job:first-child time { top: 48px; }
  .c4-job:not(:first-child) { height: 98px; padding-top: 15px; }
  .c4-job:not(:first-child) .job-badge { top: 23px; }
  .c4-job:not(:first-child) time { top: 37px; }
}

@media (prefers-reduced-motion: reduce) {
  .c2,
  .c3,
  .c4 { scroll-behavior: auto; }
}

@media (min-width: 1441px) {
  .c1-header-top::before { left: 0; width: calc(50% - 402px); }
  .c1-header-top::after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: calc(50% - 720px);
    height: 100%;
    background: #fff;
    content: "";
  }
  .c1-bookmark.white { left: calc(50% - 720px); }
  .c1-bookmark.green { left: calc(50% - 212px); }
  .c1-bookmark.blue { left: calc(50% + 18px); }
  .c1-logo { left: calc(50% - 620px); }
  .c1-resource { left: calc(50% - 106px); }
  .c1-education { left: calc(50% + 119px); }
  .c1-utils { right: calc(50% - 683px); }
  .c1-nav { left: calc(50% - 321px); }
  .c1-search { right: calc(50% - 592px); }
  .c1-hero-shade { width: calc(50% + 180px); }
  .c1-hero-copy, .c2-hero-copy { left: calc(50% - 628px); }

  .c2 .dark-logo, .c3-header .dark-logo, .c4-header .dark-logo { left: calc(50% - 662px); }
  .c2 .dark-nav { left: calc(50% - 320px); }
  .c2 .dark-utils { right: calc(50% - 546px); }

  .c3-header .dark-nav, .c4-header .dark-nav { left: calc(50% - 330px); }
  .c3-header .dark-utils { right: calc(50% - 456px); }
  .c3-title, .c3-search { left: calc(50% - 642px); }
  .c3-feature-grid { right: calc(50% - 558px); }

  .c4-header .dark-utils { right: calc(50% - 506px); }
  .c4-title, .c4-search { left: calc(50% - 638px); }
  .c4-feature-grid { right: calc(50% - 626px); }
}

@media (max-width: 1180px) {
  .frame-inner, .c1-quick { width: calc(100% - 64px); }
  .dark-nav,
  .c2 .dark-nav,
  .c3-header .dark-nav,
  .c4-header .dark-nav { right: 32px; left: 350px; width: auto; }
  .dark-utils, .c1-utils { display: none; }
  .c1-nav { right: 32px; left: 340px; width: auto; }
  .c1-search { display: none; }
  .c1-news-grid { grid-template-columns: 1.1fr .9fr; gap: 48px; }
  .c1-facility-grid { grid-template-columns: 300px repeat(3,1fr); gap: 16px; }
  .c3-feature-grid, .c4-feature-grid { right: 40px; width: 650px; }
  .c3-story .frame-inner { grid-template-columns: 40% 1fr; gap: 40px; }
  .c3-program-grid { grid-template-columns: 60% 1fr; gap: 20px; }
  .c2-change-card { left: 0; width: 36%; }
  .c2-news-card { left: calc(36% + 20px); width: calc(64% - 20px); }
  .c3-news-card { left: 0; width: 57%; }
  .c3-change-card { right: 0; left: auto; width: 40%; }
  .c4-work-layout { grid-template-columns: 230px 1fr 290px; gap: 20px; }
  .c4-board { width: calc(100% - 430px); }
  .c4-schedule { width: 400px; }
  .c4-career-copy { display: none; }
  .c4-filters {
    width: calc(100% - 410px);
    grid-template-columns: repeat(3,minmax(0,1fr)) 92px;
  }
  .c4-job-list { width: calc(100% - 410px); }
  .c4-career-service { width: 380px; }
}

@media (max-width: 900px) {
  body { background: #fff; }
  .figma-page { max-width: none; }
  .frame-inner, .c1-quick { width: calc(100% - 40px); }
  .dark-header { height: 68px; }
  .dark-logo { top: 13px; left: 20px; width: 220px; height: 42px; }
  .dark-nav, .dark-utils, .c1-nav, .c1-search, .c1-resource,
  .c1-education, .c1-utils, .c1-bookmark { display: none; }
  .c1-header { height: 82px; }
  .c1-logo { left: 20px; }
  .c1-nav-row { display: none; }

  .c1-hero, .c2-hero, .c3-hero, .c4-hero {
    height: auto;
    min-height: 680px;
  }
  .c1-hero-copy, .c2-hero-copy, .c3-title, .c4-title {
    top: 140px;
    right: 24px;
    left: 24px;
    width: auto;
  }
  .c1-hero-shade {
    width: 100%;
    background: linear-gradient(90deg,rgba(238,248,255,.96),rgba(238,248,255,.72));
  }
  .c1-hero-copy h1, .c2-hero-copy h1, .c3-title h1, .c4-title h1 {
    font-size: 42px;
    line-height: 1.25;
  }
  .c1-quick-wrap { height: 260px; }
  .c1-quick { top: -40px; height: 230px; grid-template-columns: repeat(3,1fr); }
  .c1-quick a:nth-child(3)::after { display: none; }

  .c1-news-section, .c1-programs, .c1-facilities, .c1-stories,
  .c2-about, .c2-work, .c2-news, .c2-careers,
  .c3-story, .c3-work, .c3-news, .c3-careers,
  .c4-services, .c4-work, .c4-news, .c4-careers {
    height: auto;
    min-height: 0;
    padding: 52px 0;
  }
  .c1-news-grid, .c1-program-grid, .c1-facility-grid, .c1-story-grid,
  .c2-program-grid, .c2-job-grid, .c3-story .frame-inner,
  .c3-program-grid, .c3-careers .frame-inner, .c4-service-grid,
  .c4-work-layout {
    display: grid;
    height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 20px;
  }
  .c1-news-grid, .c1-programs .frame-inner, .c1-facilities .frame-inner,
  .c1-stories .frame-inner, .c2-about .frame-inner, .c2-work .frame-inner,
  .c2-news .frame-inner, .c2-careers .frame-inner, .c3-story .frame-inner,
  .c3-work .frame-inner, .c3-news .frame-inner, .c3-careers .frame-inner,
  .c4-services .frame-inner, .c4-work .frame-inner, .c4-news .frame-inner,
  .c4-careers .frame-inner { padding-top: 0; }
  .c1-media { margin-top: 16px; }
  .c1-program-grid, .c1-facility-grid, .c1-story-grid,
  .c2-program-grid, .c2-job-grid, .c4-service-grid { margin-top: 28px; }
  .c1-program-grid article, .c1-story-grid article, .c2-program-grid article,
  .c2-job, .c4-service-grid article { height: 260px; }
  .c1-facility-grid > article { height: 240px; }

  .c2-about { min-height: 600px; }
  .c2-about-copy, .c2-stats, .c4-service-copy, .c4-work-copy,
  .c4-career-copy { position: static; width: auto; margin-top: 28px; }
  .c4-careers .c4-career-copy { display: block; }
  .c2-stats { display: grid; gap: 20px; grid-template-columns: 1fr; }
  .c2-program-grid { margin-top: 36px; }
  .c2-news-composition { display: grid; gap: 20px; }
  .welfare-change-card,
  .welfare-news-card {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    height: auto;
  }
  .welfare-change-card { padding-bottom: var(--card-pad-y); }
  .change-card-video { height: auto; flex-basis: auto; aspect-ratio: 16 / 9; }
  .change-card-title { height: auto; min-height: var(--card-title-height); flex-basis: auto; white-space: normal; }
  .welfare-news-card { padding-bottom: var(--news-pad-y); }
  .news-card-tabs { width: 100%; overflow-x: auto; }

  .c3-photo-area { right: 0; }
  .c3-rail { display: none; }
  .c3-search, .c4-search {
    bottom: 40px;
    left: 24px;
    width: calc(100% - 48px);
  }
  .c3-feature-grid, .c4-feature-grid { display: none; }
  .c3-story article { height: 320px; }
  .c3-program-grid .featured { grid-row: auto; min-height: 320px; }
  .c3-news { min-height: 880px; }
  .c3-news-card { margin-top: 30px; }
  .c3-change-card { margin-top: 20px; }
  .c4-schedule, .c4-career-service {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    margin-top: 30px;
  }
  .c3-career-copy {
    border-right: 0;
    border-bottom: 1px solid #b8b0a3;
    padding-bottom: 30px;
  }
  .c3-career-copy a { margin-top: 30px; }
  .c3-job time { display: none; }

  .c4-work-layout nav { display: grid; grid-template-columns: repeat(3,1fr); }
  .c4-selected { height: auto; min-height: 360px; }
  .c4-work-side { grid-template-columns: 1fr 1fr; }
  .c4-board, .c4-job-list { width: 100%; }
  .c4-news { min-height: 1000px; }
  .c4-careers { min-height: 1100px; }
  .c4-filters { width: 100%; grid-template-columns: 1fr 1fr; }

  .figma-footer { height: 280px; }
  .footer-portals { display: none; }
}

@media (max-width: 560px) {
  .frame-inner, .c1-quick { width: calc(100% - 32px); }
  .c1-hero-copy h1, .c2-hero-copy h1, .c3-title h1, .c4-title h1 { font-size: 34px; }
  .c1-hero-copy .hero-copy, .c2-hero-copy > p:not(.section-kicker) { font-size: 15px; }
  .hero-actions a, .c2-actions a { width: 145px; }
  .c1-quick { grid-template-columns: repeat(2,1fr); height: 300px; }
  .c1-quick-wrap { height: 330px; }
  .c1-quick a:nth-child(2n)::after { display: none; }
  .c1-news-grid { grid-template-columns: 1fr; }
  .c1-news-list { height: auto; min-height: 313px; padding: 22px 20px; }
  .c1-news-list article { grid-template-columns: 1fr; }
  .c1-news-list article time { display: none; }

  .c2-about h2, .c3-story-copy h2, .c3-work h2, .c3-career-copy h2,
  .c4-services h2, .c4-work h2, .c4-news h2, .c4-careers h2 {
    font-size: 30px;
    line-height: 1.35;
  }
  .c2-actions { gap: 10px; }
  .news-card-feature-copy small { display: none; }
  .news-card-row time { display: none; }
  .c3-title > p, .c4-title > p { font-size: 21px; }
  .c4-search > div { grid-template-columns: 84px 84px 1fr; }
  .c4-work-layout nav, .c4-work-side { grid-template-columns: 1fr; }
  .c4-board article { grid-template-columns: 50px 1fr; }
  .c4-board time, .c4-job time { display: none; }
  .c4-filters { grid-template-columns: 1fr; }
  .c4-job-list { height: auto; }
  .c4-job { padding-left: 76px; }
  .figma-footer .footer-logo { width: 230px; }
  .figma-footer { height: 350px; }
  .footer-sns { top: 108px; right: auto; left: 0; }
  .footer-links { top: 160px; }
  .footer-address { top: 198px; }
  .footer-copy { top: 282px; }
  .footer-address { max-width: 95%; line-height: 20px; }
}
