@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Thin.woff2') format('woff2');
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2') format('woff2');
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2') format('woff2');
  font-weight: 900;
  font-display: swap;
}

:root {
  --blue-950: #061637;
  --blue-900: #08245c;
  --blue-800: #103c91;
  --blue-700: #155be8;
  --blue-600: #1677ff;
  --blue-500: #28a8ff;
  --blue-300: #99e4ff;
  --blue-100: #eaf7ff;
  --cyan-100: #f0fbff;
  --surface: #ffffff;
  --surface-soft: rgba(255, 255, 255, 0.82);
  --text: #0d1b2f;
  --muted: #53657c;
  --line: rgba(21, 87, 214, 0.14);
  --shadow: 0 18px 54px rgba(6, 22, 55, 0.13);
  --shadow-strong: 0 26px 86px rgba(6, 22, 55, 0.24);
  --title-gradient: linear-gradient(120deg, #ffffff 0%, #d9f7ff 30%, #72cbff 56%, #2386ff 100%);
  --blue-title-gradient: linear-gradient(120deg, #061637 0%, #115de8 45%, #24c7ff 100%);
}

* {
  box-sizing: border-box;
}

html {
  font-size: 112.5%;
  scroll-behavior: smooth;
  background: #dfeeff;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;
  font-size: 1rem;
  font-kerning: normal;
  font-feature-settings: "kern" 1, "palt" 1;
  font-variant-east-asian: proportional-width;
  letter-spacing: 0;
  line-height: 1.64;
  text-rendering: optimizeLegibility;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-align: center;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}

h1,
h2,
h3,
p {
  margin-top: 0;
  letter-spacing: 0;
  word-break: keep-all;
}

.poster {
  width: min(100%, 640px);
  margin: 0 auto;
  overflow: hidden;
  border-inline: 1px solid rgba(21, 91, 232, 0.08);
  background: #f7fbff;
  box-shadow: 0 0 90px rgba(7, 26, 61, 0.12);
}

.poster-panel {
  position: relative;
  overflow: hidden;
}

.narrow,
.apply-card,
.hero-content,
.connections-kicker,
.connections-copy,
.connections-media {
  position: relative;
  z-index: 2;
  width: min(100% - 32px, 548px);
  margin-inline: auto;
}

.section-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--blue-700);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-code::before {
  width: 30px;
  height: 2px;
  content: "";
  background: currentColor;
}

.hero {
  min-height: 720px;
  padding: clamp(24px, 4svh, 48px) 0 max(22px, env(safe-area-inset-bottom));
  color: var(--surface);
  isolation: isolate;
  background: var(--blue-900);
}

.hero-visual,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-visual {
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center 45%;
  transform: scale(1.035);
}

.hero-overlay {
  z-index: 1;
  background:
    radial-gradient(circle at 70% 32%, rgba(40, 168, 255, 0.18), transparent 21rem),
    linear-gradient(180deg, rgba(4, 16, 40, 0.28) 0%, rgba(5, 20, 50, 0.56) 48%, rgba(4, 14, 35, 0.9) 100%),
    linear-gradient(135deg, rgba(8, 36, 92, 0.9) 0%, rgba(22, 119, 255, 0.48) 58%, rgba(153, 228, 255, 0.08) 100%);
}

.hero-content {
  display: grid;
  min-height: calc(720px - clamp(46px, 8svh, 70px));
  grid-template-rows: minmax(24px, 1fr) auto minmax(24px, 1fr) auto;
}

.hero-copy-block {
  grid-row: 2;
  align-self: center;
}

.hero-main-copy {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 16px;
  padding: 8px 13px;
  border: 1px solid rgba(205, 240, 255, 0.36);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.3;
  background: rgba(222, 245, 255, 0.13);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px);
}

.hero h1 {
  margin-bottom: 18px;
  font-size: 2.58rem;
  font-weight: 900;
  line-height: 1.02;
  background: var(--title-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero h1 span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.45em;
  font-weight: 800;
  line-height: 1.16;
}

.hero-desc {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.58;
}

.hero-date {
  margin-bottom: 0;
  color: var(--blue-100);
  font-size: 0.94rem;
  font-weight: 800;
}

.hero-actions,
.apply-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.hero-actions {
  grid-row: 4;
  align-self: end;
  padding-top: 18px;
}

.cta-button,
.ghost-button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1.2;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.cta-button {
  color: #041b3d;
  background: linear-gradient(135deg, #dcf8ff 0%, #7ed7ff 42%, #1677ff 100%);
  box-shadow: 0 18px 44px rgba(22, 119, 255, 0.38);
}

.ghost-button {
  color: var(--surface);
  border: 1px solid rgba(220, 248, 255, 0.64);
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 12px 30px rgba(7, 26, 61, 0.18);
  backdrop-filter: blur(14px);
}

.cta-button:hover,
.ghost-button:hover,
.cta-button:focus-visible,
.ghost-button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.overview {
  min-height: 860px;
  padding: 104px 0 112px;
  background:
    radial-gradient(circle at 50% 18%, rgba(40, 168, 255, 0.28), transparent 16rem),
    linear-gradient(180deg, rgba(247, 252, 255, 0.92), rgba(233, 247, 255, 0.86)),
    url("assets/images/presentation.png") center 44% / cover no-repeat;
}

.overview h2,
.timeline-section h2,
.benefits h2,
.apply h2,
.experience-copy h2,
.connections-copy h2 {
  font-weight: 900;
  line-height: 1.08;
  background: var(--blue-title-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.overview h2 {
  width: min(100%, 500px);
  margin: 54px auto 0;
  font-size: 1.82rem;
  line-height: 1.16;
}

.key-stack {
  display: grid;
  position: relative;
  grid-template-columns: 1fr;
  justify-items: center;
  row-gap: 34px;
  padding: 30px 20px 34px;
  border: 1px solid rgba(21, 91, 232, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(242, 249, 255, 0.6));
  box-shadow:
    0 28px 80px rgba(6, 22, 55, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px);
}

.key-stack span {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 96px;
  place-items: center;
  padding: 22px 20px;
  border: 1px solid rgba(21, 91, 232, 0.16);
  border-radius: 8px;
  color: var(--blue-900);
  font-size: 1.44rem;
  font-weight: 900;
  line-height: 1.26;
  background:
    radial-gradient(circle at 50% 0%, rgba(40, 168, 255, 0.1), transparent 70%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(238, 249, 255, 0.8));
  box-shadow:
    0 14px 34px rgba(21, 91, 232, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.key-stack span:not(:last-child)::after {
  position: absolute;
  bottom: -48px;
  left: 50%;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-left: -21px;
  border: 5px solid rgba(244, 250, 255, 0.96);
  border-radius: 50%;
  color: var(--surface);
  font-size: 1.36rem;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, var(--blue-700), var(--blue-500));
  box-shadow:
    0 14px 30px rgba(21, 91, 232, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.key-stack span:nth-child(1)::after,
.key-stack span:nth-child(2)::after {
  content: "+";
}

.key-stack span:nth-child(3)::after {
  content: "=";
}

.key-stack span:last-child {
  min-height: 118px;
  margin-top: 4px;
  border-color: rgba(22, 119, 255, 0.32);
  background:
    radial-gradient(circle at 80% 0%, rgba(153, 228, 255, 0.28), transparent 12rem),
    linear-gradient(135deg, var(--blue-950), var(--blue-700) 58%, var(--blue-500));
  color: var(--surface);
  font-size: 1.78rem;
  line-height: 1.16;
  box-shadow: 0 22px 52px rgba(21, 91, 232, 0.28);
}

.experiences {
  padding: 64px 0 0;
  background:
    radial-gradient(circle at 18% 8%, rgba(22, 119, 255, 0.12), transparent 17rem),
    linear-gradient(180deg, #f7fbff, #eaf7ff 62%, #f9fcff);
}

.experience {
  width: min(100% - 24px, 576px);
  margin: 0 auto 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 252, 255, 0.98));
  box-shadow: var(--shadow);
  scroll-margin-top: 88px;
}

.experience::before {
  display: block;
  width: 100%;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--blue-700), var(--blue-300));
}

.lecture-series,
.tour-heading {
  width: min(100% - 24px, 576px);
  margin: 0 auto 28px;
  text-align: center;
}

.lecture-series {
  padding: 4px 0 18px;
}

.lecture-heading,
.tour-heading {
  padding: 32px 20px;
  border: 1px solid rgba(21, 91, 232, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0%, rgba(40, 168, 255, 0.12), transparent 14rem),
    rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.lecture-heading h2,
.tour-heading h2 {
  margin-bottom: 14px;
  background: var(--blue-title-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 1.76rem;
  font-weight: 900;
  line-height: 1.12;
}

.lecture-heading p:not(.section-code),
.tour-heading p:not(.section-code) {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.68;
}

.lecture-grid {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.lecture-card {
  overflow: hidden;
  border: 1px solid rgba(21, 91, 232, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 252, 255, 0.98));
  box-shadow: var(--shadow);
}

.lecture-card img {
  height: 220px;
  object-fit: cover;
}

.lecture-copy {
  padding: 24px 20px 26px;
}

.lecture-copy span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  margin-bottom: 14px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--surface);
  font-size: 0.72rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--blue-900), var(--blue-500));
}

.lecture-copy h3 {
  margin-bottom: 12px;
  color: var(--blue-950);
  font-size: 1.42rem;
  font-weight: 900;
  line-height: 1.16;
}

.lecture-copy p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 600;
  line-height: 1.68;
}

.tour-heading {
  margin-top: 18px;
  margin-bottom: 28px;
}

.experience-image .section-image {
  height: clamp(310px, 82vw, 500px);
}

.section-image {
  width: 100%;
  object-fit: cover;
}

.industrial-visual {
  object-position: center 46%;
}

.food-visual {
  object-position: center 50%;
}

.heritage-visual {
  object-position: center 45%;
}

.network-visual {
  object-position: center 42%;
}

.experience-copy {
  padding: 26px 22px 30px;
  text-align: center;
}

.number {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  margin-bottom: 16px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--surface);
  font-size: 0.74rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--blue-900), var(--blue-500));
  box-shadow: 0 10px 24px rgba(21, 91, 232, 0.2);
}

.warm .number {
  color: var(--blue-950);
  background: linear-gradient(135deg, #d9f5ff, #7fd8ff);
}

.point-copy-small {
  margin-bottom: 14px;
  color: var(--blue-950);
  font-size: 1.16rem;
  font-weight: 900;
  line-height: 1.22;
}

.keep-line {
  white-space: nowrap;
}

.experience-copy h2 {
  margin-bottom: 14px;
  font-size: 1.54rem;
}

.experience-copy p:not(.point-copy-small) {
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.7;
}

.connections {
  padding: 78px 0;
  color: var(--surface);
  background:
    radial-gradient(circle at 18% 0%, rgba(153, 228, 255, 0.16), transparent 20rem),
    linear-gradient(180deg, rgba(6, 22, 55, 0.99), rgba(8, 36, 92, 0.96) 45%, rgba(21, 91, 232, 0.94) 100%);
}

.connections-kicker {
  margin-bottom: 28px;
}

.connections-kicker p {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.46rem;
  font-weight: 900;
  line-height: 1.12;
}

.connections-kicker .kicker-small {
  font-size: 1.08rem;
  line-height: 1.28;
}

.connections-kicker strong {
  display: block;
  margin-top: 16px;
  font-size: 3.18rem;
  font-weight: 900;
  line-height: 0.96;
  background: var(--title-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.connections-media {
  margin-bottom: 30px;
}

.connections-media .section-image {
  height: clamp(270px, 72vw, 450px);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: var(--shadow-strong);
  object-fit: cover;
  object-position: center 44%;
}

.connections-copy h2 {
  margin-bottom: 12px;
  font-size: 1.72rem;
  background: var(--title-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.connections-copy h2 span {
  display: inline-block;
}

.connections-copy h3 {
  margin-bottom: 18px;
  color: var(--blue-300);
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.24;
}

.connections-copy p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.72;
}

.other-programs {
  padding: 72px 0 80px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f1f9ff 100%);
}

.other-programs .section-code {
  margin-bottom: 28px;
  font-size: 2.54rem;
  font-weight: 900;
  line-height: 1;
  background: var(--blue-title-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.other-programs .section-code::before {
  display: none;
}

.program-grid {
  display: grid;
  width: min(100% - 24px, 576px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 auto;
}

.program-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 36px rgba(21, 87, 214, 0.1);
}

.program-card img {
  height: 170px;
  object-fit: cover;
}

.program-card:nth-child(1) img {
  object-position: center 42%;
}

.program-card:nth-child(2) img {
  object-position: center 48%;
}

.program-card:nth-child(3) img {
  object-position: center 44%;
}

.program-card:nth-child(4) img {
  object-position: center 45%;
}

.program-card h3 {
  min-height: 0px;
  margin: 0;
  padding: 14px;
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

.program-note {
  width: min(100% - 32px, 548px);
  margin: 22px auto 0;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 500;
}

.timeline-section {
  padding: 78px 0 84px;
  background:
    radial-gradient(circle at 90% 8%, rgba(40, 168, 255, 0.18), transparent 16rem),
    linear-gradient(180deg, #f7fbff 0%, #eaf7ff 100%);
}

.timeline-section h2,
.benefits h2,
.apply h2 {
  margin-bottom: 24px;
  font-size: 2.18rem;
}

.timeline {
  position: relative;
  z-index: 2;
  width: min(100% - 32px, 548px);
  margin: 36px auto 0;
  padding-left: 0;
}

.timeline::before {
  display: none;
}

.day {
  position: relative;
  margin-bottom: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 34px rgba(21, 87, 214, 0.09);
  backdrop-filter: blur(14px);
}

.day::before {
  display: block;
  width: 34px;
  height: 3px;
  margin: 0 auto 14px;
  border: 0;
  border-radius: 999px;
  content: "";
  background: linear-gradient(90deg, var(--blue-300), var(--blue-700));
}

.day span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--blue-900);
  font-size: 0.72rem;
  font-weight: 900;
  background: var(--blue-100);
}

.day strong {
  display: block;
  color: var(--text);
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.28;
}

.final-day {
  background: linear-gradient(135deg, var(--blue-900), var(--blue-700));
}

.final-day span {
  color: var(--blue-950);
  background: var(--blue-300);
}

.final-day strong {
  color: var(--surface);
}

.timeline-note p {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 500;
}

.benefits {
  padding: 80px 0;
  color: var(--surface);
  background:
    radial-gradient(circle at 12% 6%, rgba(153, 228, 255, 0.18), transparent 18rem),
    linear-gradient(180deg, rgba(6, 22, 55, 0.82), rgba(21, 91, 232, 0.74)),
    url("assets/images/kfood-class.png") center 42% / cover no-repeat;
}

.benefits h2,
.benefits .section-code {
  background: var(--title-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.benefits h2 em,
.benefit-message em {
  color: var(--blue-300);
  font-style: normal;
}

.benefit-stack {
  display: grid;
  width: min(100% - 32px, 548px);
  gap: 10px;
  margin: 30px auto 26px;
}

.benefit-stack span {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  color: var(--surface);
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.36;
  text-align: center;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 16px 40px rgba(7, 26, 61, 0.18);
  backdrop-filter: blur(14px);
}

.benefit-message {
  display: block;
  color: var(--surface);
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.12;
  text-align: center;
  text-shadow: 0 2px 18px rgba(7, 26, 61, 0.42);
}

.apply {
  padding: 82px 0 96px;
  background:
    radial-gradient(circle at 84% 12%, rgba(40, 168, 255, 0.18), transparent 15rem),
    linear-gradient(180deg, rgba(247, 251, 255, 0.94), rgba(255, 255, 255, 0.97)),
    url("assets/images/korean-food.png") center 48% / cover no-repeat;
}

.apply-card {
  padding: 28px 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  text-align: center;
}

.apply h2 {
  font-size: 1.9rem;
}

.deadline {
  margin-bottom: 8px;
  color: var(--text);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.42;
}

.apply-lead {
  margin: 24px 0;
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.62;
}

.apply .ghost-button {
  color: var(--blue-800);
  border-color: rgba(21, 87, 214, 0.22);
  background: rgba(21, 87, 214, 0.08);
}

footer {
  width: min(100%, 640px);
  margin: 0 auto;
  padding: 28px 20px 32px;
  color: var(--muted);
  text-align: center;
  background: var(--surface);
}

.footer-logo {
  width: min(68%, 120px);
  height: auto;
  margin: 0 auto;
}

.day strong,
.benefit-stack span,
.program-card h3,
.deadline,
.apply-lead {
  word-break: keep-all;
  overflow-wrap: break-word;
}

.visual-placeholder {
  position: relative;
  display: block;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(21, 87, 214, 0.18), rgba(40, 166, 255, 0.14)),
    var(--surface);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 720ms ease, transform 720ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 560px) {
  html {
    font-size: 118.75%;
  }

  .hero {
    padding-top: 48px;
    padding-bottom: 30px;
  }

  .hero-content {
    min-height: calc(720px - 78px);
  }

  .hero h1 {
    font-size: 3.34rem;
  }

  .overview h2 {
    font-size: 2.18rem;
  }

  .key-stack {
    row-gap: 38px;
    padding: 34px 24px 38px;
  }

  .key-stack span {
    min-height: 104px;
    font-size: 1.6rem;
  }

  .key-stack span:last-child {
    min-height: 128px;
    font-size: 2rem;
  }

  .experience-copy h2,
  .connections-copy h2 {
    font-size: 2.16rem;
  }

  .point-copy-small,
  .connections-kicker .kicker-small {
    font-size: 1.34rem;
  }

  .connections-kicker p {
    font-size: 2.02rem;
  }

  .connections-kicker strong {
    font-size: 4.22rem;
  }

  .other-programs .section-code {
    font-size: 3.62rem;
  }

  .timeline-section h2,
  .benefits h2,
  .apply h2 {
    font-size: 2.4rem;
  }

  .benefit-message {
    font-size: 2.12rem;
  }

  .hero-actions,
  .apply-actions {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .lecture-series,
  .tour-heading,
  .experience {
    width: min(100% - 16px, 576px);
  }

  .lecture-heading,
  .tour-heading {
    padding: 30px 18px;
  }

  .lecture-heading h2,
  .tour-heading h2,
  .connections-copy h2 {
    text-wrap: balance;
  }

  .lecture-heading h2,
  .tour-heading h2 {
    font-size: 1.52rem;
    line-height: 1.18;
  }

  .lecture-heading p:not(.section-code),
  .tour-heading p:not(.section-code),
  .lecture-copy p,
  .connections-copy p {
    text-wrap: pretty;
  }

  .lecture-heading p:not(.section-code),
  .tour-heading p:not(.section-code) {
    max-width: 30rem;
    margin-inline: auto;
    font-size: 0.9rem;
    line-height: 1.72;
  }

  .lecture-copy {
    padding: 24px 16px 26px;
  }

  .lecture-copy h3 {
    font-size: 1.34rem;
  }

  .lecture-copy p {
    max-width: 30rem;
    margin-inline: auto;
    font-size: 0.88rem;
    line-height: 1.7;
  }

  .connections {
    padding: 70px 0;
  }

  .connections-copy h2 {
    font-size: 1.6rem;
    line-height: 1.16;
  }

  .connections-copy p {
    max-width: 31rem;
    margin-inline: auto;
    font-size: 0.9rem;
    line-height: 1.78;
  }
}

@media (max-width: 390px) {
  html {
    font-size: 106.25%;
  }

  .hero {
    min-height: 720px;
    padding-top: 22px;
    padding-bottom: max(14px, env(safe-area-inset-bottom));
  }

  .hero-content {
    min-height: calc(720px - 40px);
  }

  .narrow,
  .apply-card,
  .hero-content,
  .connections-kicker,
  .connections-copy,
  .connections-media {
    width: min(100% - 24px, 548px);
  }

  .hero h1 {
    font-size: 2.22rem;
  }

  .hero-main-copy {
    margin-bottom: 12px;
    font-size: 0.82rem;
  }

  .hero-desc {
    margin-bottom: 14px;
    font-size: 0.94rem;
    line-height: 1.5;
  }

  .hero-date {
    font-size: 0.88rem;
  }

  .program-grid {
    width: min(100% - 20px, 576px);
    gap: 8px;
  }

  .program-card img {
    height: 148px;
  }

  .program-card h3 {
    min-height: 64px;
    padding: 12px;
  }

  .cta-button,
  .ghost-button {
    min-height: 52px;
    padding: 0 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
