:root {
  --app-height: 100svh;
  --hero-height: 108svh;
  --theme-stage-height: 100svh;
  --bg-rose: #fff3bf;
  --bg-cream: #faf8ea;
  --bg-mint: #e4f1cf;
  --surface: rgba(255, 255, 255, 0.84);
  --surface-strong: rgba(255, 255, 255, 0.94);
  --surface-soft: rgba(255, 251, 248, 0.78);
  --border: rgba(73, 101, 49, 0.14);
  --border-strong: rgba(173, 196, 96, 0.28);
  --text-main: #1e301c;
  --text-soft: #596949;
  --text-faint: #7b886d;
  --rose: #e8ef88;
  --rose-deep: #acc55a;
  --mint: #8cc86d;
  --mint-deep: #335b2f;
  --shadow-soft: 0 20px 50px rgba(47, 81, 30, 0.08);
  --shadow-strong: 0 30px 70px rgba(151, 184, 73, 0.16);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text-main);
  font-family: "Pretendard Variable", sans-serif;
  line-height: 1.68;
  background:
    radial-gradient(circle at 10% 12%, rgba(255, 225, 116, 0.46), transparent 24%),
    radial-gradient(circle at 86% 10%, rgba(140, 200, 109, 0.36), transparent 28%),
    radial-gradient(circle at 24% 56%, rgba(232, 239, 136, 0.18), transparent 24%),
    radial-gradient(circle at 74% 70%, rgba(140, 200, 109, 0.15), transparent 28%),
    linear-gradient(180deg, #fff4c6 0%, #faf7ec 42%, #e5f1d6 100%);
  background-attachment: fixed;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body.photo-lightbox-open {
  overflow: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

body::before {
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.6), transparent 18%),
    radial-gradient(circle at 76% 16%, rgba(255, 255, 255, 0.46), transparent 18%),
    radial-gradient(circle at 70% 74%, rgba(255, 255, 255, 0.34), transparent 20%),
    radial-gradient(circle at 18% 22%, rgba(232, 239, 136, 0.18), transparent 24%),
    radial-gradient(circle at 84% 20%, rgba(140, 200, 109, 0.16), transparent 24%);
}

body::after {
  background-image:
    linear-gradient(rgba(51, 91, 47, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(51, 91, 47, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 1px 1px, rgba(172, 197, 90, 0.1) 1.1px, transparent 1.3px);
  background-size: 34px 34px, 34px 34px, 22px 22px;
  background-position:
    0 0,
    0 0,
    9px 10px;
  opacity: 0.2;
}

a {
  color: inherit;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

#scroll-progress {
  position: fixed;
  inset: 0 auto auto 0;
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--rose-deep), var(--rose), var(--mint), var(--mint-deep));
  z-index: 1000;
}

.page-petal-rain {
  display: none;
}

.page-petal,
.petal {
  position: absolute;
  top: -12%;
  border-radius: 70% 30% 70% 30% / 60% 40% 60% 40%;
  background: linear-gradient(135deg, rgba(255, 244, 168, 0.9), rgba(162, 214, 121, 0.72));
  box-shadow: 0 6px 18px rgba(172, 197, 90, 0.14);
  animation: petal-fall linear infinite;
  will-change: transform;
}

.page-petal {
  width: 14px;
  height: 10px;
  --petal-opacity: 0.34;
  filter: blur(0.2px);
}

.page-petal-1 { left: 4%; animation-duration: 26s; animation-delay: -5s; --petal-drift: 56px; --petal-rotate: 320deg; --petal-scale: 0.8; }
.page-petal-2 { left: 13%; animation-duration: 22s; animation-delay: -12s; --petal-drift: -42px; --petal-rotate: 280deg; --petal-scale: 1; }
.page-petal-3 { left: 24%; animation-duration: 28s; animation-delay: -7s; --petal-drift: 64px; --petal-rotate: 360deg; --petal-scale: 0.9; }
.page-petal-4 { left: 36%; animation-duration: 25s; animation-delay: -18s; --petal-drift: -54px; --petal-rotate: 300deg; --petal-scale: 1.1; }
.page-petal-5 { left: 48%; animation-duration: 30s; animation-delay: -10s; --petal-drift: 38px; --petal-rotate: 340deg; --petal-scale: 0.82; }
.page-petal-6 { left: 58%; animation-duration: 24s; animation-delay: -14s; --petal-drift: -36px; --petal-rotate: 290deg; --petal-scale: 0.92; }
.page-petal-7 { left: 68%; animation-duration: 29s; animation-delay: -9s; --petal-drift: 52px; --petal-rotate: 330deg; --petal-scale: 1; }
.page-petal-8 { left: 78%; animation-duration: 23s; animation-delay: -16s; --petal-drift: -48px; --petal-rotate: 310deg; --petal-scale: 0.86; }
.page-petal-9 { left: 88%; animation-duration: 27s; animation-delay: -11s; --petal-drift: 44px; --petal-rotate: 350deg; --petal-scale: 0.96; }
.page-petal-10 { left: 94%; animation-duration: 21s; animation-delay: -19s; --petal-drift: -34px; --petal-rotate: 270deg; --petal-scale: 0.74; }

.container {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--mint-deep);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 24px;
  border-radius: 999px;
  font-size: 0.97rem;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.btn-primary {
  border: 0;
  background: #d7e67c;
  color: var(--text-main);
  box-shadow: 0 18px 34px rgba(172, 197, 90, 0.2);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 24px 44px rgba(172, 197, 90, 0.26);
}

.btn-secondary {
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.78);
  color: var(--text-main);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  transform: translateY(-2px);
  border-color: var(--border-strong);
}

.btn-primary.is-disabled {
  pointer-events: none;
  background: #d4c4cb;
  box-shadow: none;
  color: #746a6f;
}

.site-header {
  position: fixed;
  top: 16px;
  left: 0;
  width: 100%;
  z-index: 900;
}

.header-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 32px rgba(65, 88, 74, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  border: 1px solid rgba(92, 131, 101, 0.14);
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.8), transparent 34%),
    linear-gradient(145deg, rgba(248, 251, 238, 0.98), rgba(214, 232, 195, 0.94));
  color: var(--mint-deep);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.85rem;
  font-weight: 800;
  box-shadow: 0 16px 28px rgba(71, 107, 80, 0.1);
}

.brand-icon {
  width: 23px;
  height: 23px;
}

.brand-icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-title {
  color: var(--text-main);
  font-family: "Noto Sans KR", "Pretendard Variable", sans-serif;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.brand-subtitle {
  color: var(--text-faint);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.desktop-nav a {
  position: relative;
  color: var(--text-main);
  font-family: "Noto Sans KR", "Pretendard Variable", sans-serif;
  font-size: 0.96rem;
  font-weight: 600;
  text-decoration: none;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(126, 209, 146, 0.42), var(--mint-deep));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after,
.desktop-nav a.is-active::after {
  transform: scaleX(1);
}

.desktop-nav a.is-active,
.mobile-nav a.is-active {
  color: var(--mint-deep);
}

.mobile-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 12px 24px rgba(65, 88, 74, 0.08);
}

.mobile-menu-toggle svg {
  width: 24px;
  height: 24px;
  overflow: visible;
}

.menu-line {
  fill: none;
  stroke: var(--text-main);
  stroke-width: 2.4;
  stroke-linecap: round;
  transform-box: fill-box;
  transform-origin: center;
  transition:
    transform 220ms ease,
    opacity 180ms ease;
}

.mobile-menu-toggle[aria-expanded="true"] .line-top {
  transform: translateY(4.5px) rotate(45deg);
}

.mobile-menu-toggle[aria-expanded="true"] .line-middle {
  opacity: 0;
}

.mobile-menu-toggle[aria-expanded="true"] .line-bottom {
  transform: translateY(-4.5px) rotate(-45deg);
}

.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at top left, rgba(232, 239, 136, 0.14), transparent 24%),
    radial-gradient(circle at top right, rgba(124, 184, 141, 0.16), transparent 24%),
    rgba(248, 251, 238, 0.95);
  backdrop-filter: blur(18px);
  z-index: 850;
}

.mobile-nav {
  display: grid;
  gap: 28px;
  width: min(360px, calc(100% - 48px));
  text-align: center;
}

.mobile-nav a {
  color: var(--text-main);
  font-family: "Noto Sans KR", "Pretendard Variable", sans-serif;
  font-size: clamp(2.1rem, 6.6vw, 2.45rem);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.045em;
  text-decoration: none;
}

.hero {
  position: relative;
  min-height: var(--hero-height);
  padding: 158px 0 118px;
  overflow: hidden;
}

.parallax-layer {
  will-change: transform;
}

.hero-geometric-bg,
.hero-grain-overlay,
.hero-curve-lines,
.hero-gradient-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-geometric-bg {
  opacity: 0.56;
}

.hex-grid,
.blueprint-lines {
  position: absolute;
  inset: -8%;
}

.hex-grid {
  background-image:
    linear-gradient(30deg, rgba(79, 143, 0, 0.035) 12%, transparent 12.5%, transparent 87%, rgba(79, 143, 0, 0.035) 87.5%, rgba(79, 143, 0, 0.035)),
    linear-gradient(150deg, rgba(79, 143, 0, 0.035) 12%, transparent 12.5%, transparent 87%, rgba(79, 143, 0, 0.035) 87.5%, rgba(79, 143, 0, 0.035)),
    linear-gradient(90deg, rgba(115, 168, 40, 0.045) 2%, transparent 2.5%, transparent 97%, rgba(115, 168, 40, 0.045) 97.5%, rgba(115, 168, 40, 0.045));
  background-size: 92px 160px;
  background-position:
    0 0,
    0 0,
    46px 80px;
  opacity: 0.18;
}

.blueprint-lines {
  background-image:
    linear-gradient(rgba(79, 143, 0, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(79, 143, 0, 0.045) 1px, transparent 1px);
  background-size: 48px 48px, 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), transparent);
  opacity: 0.18;
}

.hero-grain-overlay {
  opacity: 0.08;
  background-image:
    radial-gradient(rgba(31, 51, 42, 0.14) 0.6px, transparent 0.6px),
    radial-gradient(rgba(31, 51, 42, 0.08) 0.4px, transparent 0.4px);
  background-position:
    0 0,
    18px 18px;
  background-size: 28px 28px, 24px 24px;
  mix-blend-mode: multiply;
}

.hero-curve-lines {
  display: none;
}

.hero-curve-lines::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 42%;
  width: min(74vw, 780px);
  height: min(74vw, 780px);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.08) 44%, rgba(255, 255, 255, 0) 72%);
  transform: translate(-50%, -50%);
  filter: blur(20px);
  opacity: 0.9;
}

.petal-rain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  opacity: 0.12;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95), transparent 92%);
}

.petal {
  width: 20px;
  height: 14px;
  --petal-opacity: 0.82;
}

.petal-1 { left: 8%; animation-duration: 14s; animation-delay: -3s; --petal-drift: 58px; --petal-rotate: 320deg; --petal-scale: 1.05; }
.petal-2 { left: 19%; animation-duration: 12s; animation-delay: -7s; --petal-drift: -46px; --petal-rotate: 290deg; --petal-scale: 0.95; }
.petal-3 { left: 33%; animation-duration: 16s; animation-delay: -4s; --petal-drift: 72px; --petal-rotate: 360deg; --petal-scale: 1.1; }
.petal-4 { left: 48%; animation-duration: 13s; animation-delay: -9s; --petal-drift: -54px; --petal-rotate: 300deg; --petal-scale: 0.92; }
.petal-5 { left: 61%; animation-duration: 15s; animation-delay: -5s; --petal-drift: 62px; --petal-rotate: 345deg; --petal-scale: 1.06; }
.petal-6 { left: 74%; animation-duration: 11s; animation-delay: -8s; --petal-drift: -44px; --petal-rotate: 280deg; --petal-scale: 0.9; }
.petal-7 { left: 86%; animation-duration: 17s; animation-delay: -6s; --petal-drift: 68px; --petal-rotate: 330deg; --petal-scale: 1.04; }
.petal-8 { left: 92%; animation-duration: 12.5s; animation-delay: -10s; --petal-drift: -36px; --petal-rotate: 270deg; --petal-scale: 0.88; }

.hero-curve {
  position: absolute;
  left: 50%;
  top: 43%;
  width: min(84vw, 920px);
  height: clamp(240px, 35vw, 360px);
  border: 1.5px solid rgba(69, 107, 83, 0.14);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.78), transparent 78%);
}

.hero-curve-a {
  opacity: 0.34;
  transform: translate(-50%, -50%) rotate(-8deg);
}

.hero-curve-b {
  width: min(76vw, 820px);
  height: clamp(210px, 31vw, 320px);
  opacity: 0.26;
  transform: translate(-50%, -50%) rotate(4deg);
}

.hero-curve-c {
  width: min(68vw, 730px);
  height: clamp(184px, 27vw, 272px);
  opacity: 0.22;
  transform: translate(-50%, -50%) rotate(-2deg);
}

.hero-curve-d {
  width: min(60vw, 640px);
  height: clamp(164px, 23vw, 228px);
  opacity: 0.18;
  transform: translate(-50%, -50%) rotate(6deg);
}

.blur-orb,
.floating-obj {
  position: absolute;
  pointer-events: none;
}

.blur-orb {
  border-radius: 50%;
  filter: blur(88px);
  opacity: 0.24;
  animation:
    orb-drift 14s ease-in-out infinite,
    orb-breathe 9s ease-in-out infinite;
}

.orb-1 {
  top: 12%;
  left: 4%;
  width: 240px;
  height: 240px;
  background: rgba(232, 239, 136, 0.3);
  animation-delay: -2s;
}

.orb-2 {
  top: 18%;
  right: 8%;
  width: 300px;
  height: 300px;
  background: rgba(140, 200, 109, 0.24);
  animation-delay: -7s;
}

.orb-3 {
  bottom: 10%;
  left: 34%;
  width: 260px;
  height: 260px;
  background: rgba(188, 226, 202, 0.2);
  animation-delay: -11s;
}

.floating-obj {
  display: block;
  opacity: 0.82;
}

.float-circle {
  top: 18%;
  left: 9%;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  border: 1px solid rgba(96, 143, 106, 0.22);
  background:
    radial-gradient(circle at 50% 50%, rgba(248, 251, 238, 0.28) 0%, rgba(248, 251, 238, 0.08) 34%, rgba(248, 251, 238, 0) 72%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
  animation: hero-circle-float 9s ease-in-out infinite;
  will-change: transform;
}

.float-circle::after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.42);
  opacity: 0.54;
  animation: hero-circle-pulse 5.5s ease-in-out infinite;
  will-change: transform, opacity;
}

.float-pill {
  right: 11%;
  bottom: 18%;
  width: 158px;
  height: 54px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(232, 239, 136, 0.34), rgba(126, 209, 146, 0.28));
  box-shadow: 0 20px 40px rgba(71, 107, 80, 0.08);
  transform: rotate(-14deg);
  animation: hero-pill-glide 10.5s ease-in-out infinite;
  animation-delay: 1s;
  will-change: transform, opacity;
}

.hero-gradient-overlay {
  background:
    linear-gradient(
      180deg,
      rgba(248, 251, 238, 0.08) 0%,
      rgba(248, 250, 238, 0.42) 56%,
      rgba(244, 247, 232, 0.78) 78%,
      rgba(235, 244, 222, 0.96) 100%
    );
}

.hero-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  min-height: max(0px, calc(var(--hero-height) - 224px));
}

.hero-content {
  grid-column: 1 / -1;
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 30px;
  text-align: center;
}

.hero-title,
.section-intro h2,
.theme-spotlight h3,
.camp-card h3,
.info-card h3,
.program-summary h3,
.apply-card h3,
.faq-card summary,
.org-card h3,
.hero-card-title,
.footer-title {
  font-family: "Noto Sans KR", "Pretendard Variable", sans-serif;
}

.hero-title-block {
  display: grid;
  gap: 18px;
  justify-items: center;
}

.hero-title-block-reframed {
  position: relative;
  gap: 14px;
  width: min(100%, 1040px);
  padding: 14px 26px 16px;
  isolation: isolate;
}

.hero-title-block-reframed::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 16%;
  width: min(90vw, 760px);
  height: clamp(76px, 11vw, 112px);
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      rgba(248, 251, 238, 0),
      rgba(232, 239, 136, 0.36) 18%,
      rgba(126, 209, 146, 0.24) 54%,
      rgba(248, 251, 238, 0)
    );
  transform: translateX(-50%) rotate(-4deg);
  filter: blur(12px);
  z-index: -2;
  animation: hero-beam-sweep 9.5s ease-in-out infinite;
  will-change: transform, opacity, filter;
}

.hero-title-block-reframed::after {
  content: "";
  position: absolute;
  top: 6px;
  right: clamp(6px, 5vw, 56px);
  width: clamp(54px, 7vw, 82px);
  height: clamp(54px, 7vw, 82px);
  border: 1px solid rgba(88, 132, 96, 0.22);
  border-radius: 50%;
  opacity: 0.74;
  z-index: -1;
  animation: hero-ring-orbit 7.5s ease-in-out infinite;
  will-change: transform;
}

.hero-concept-heading {
  margin: 0;
  display: grid;
  justify-items: center;
  gap: clamp(2px, 0.45vw, 7px);
  text-align: center;
}

.hero-concept-rooted-row {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: clamp(12px, 1.4vw, 20px);
  white-space: nowrap;
}

.hero-concept-kicker {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: rgba(23, 52, 39, 0.6);
  font-family: "Noto Sans KR", "Pretendard Variable", sans-serif;
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  font-weight: 800;
  letter-spacing: 0.14em;
  white-space: nowrap;
}

.hero-concept-kicker::before,
.hero-concept-kicker::after {
  content: "";
  width: clamp(34px, 5vw, 60px);
  height: 1px;
  background: linear-gradient(90deg, rgba(126, 209, 146, 0), rgba(126, 209, 146, 0.72), rgba(126, 209, 146, 0));
}

.hero-concept-rooted,
.hero-concept-heirs {
  display: block;
}

.hero-concept-rooted {
  color: #eef4df;
  -webkit-text-fill-color: #eef4df;
  font-family: "Noto Sans KR", "Pretendard Variable", sans-serif;
  font-size: clamp(3rem, 6.9vw, 5.86rem);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.08em;
  -webkit-text-stroke: 1.4px rgba(23, 52, 39, 0.82);
  paint-order: stroke fill;
  text-shadow: 0 10px 18px rgba(111, 143, 96, 0.06);
  transform: none;
}

.hero-concept-heirs {
  display: block;
  justify-self: center;
  position: relative;
  padding: 0.04em 0.16em 0.09em;
  color: #173427;
  font-family: "Noto Sans KR", "Pretendard Variable", sans-serif;
  font-size: clamp(4.1rem, 9.2vw, 7.84rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.086em;
  text-shadow:
    0 1px 0 rgba(248, 251, 238, 0.78),
    0 16px 28px rgba(111, 143, 96, 0.12);
  white-space: nowrap;
  transform: none;
}

.hero-concept-heirs::before {
  content: "";
  position: absolute;
  left: 0.04em;
  right: 0.02em;
  top: 0.16em;
  bottom: 0.04em;
  border-radius: 1.2em;
  background:
    linear-gradient(
      104deg,
      rgba(248, 251, 238, 0.92) 0%,
      rgba(232, 239, 136, 0.42) 34%,
      rgba(126, 209, 146, 0.26) 72%,
      rgba(248, 251, 238, 0.78) 100%
    );
  clip-path: polygon(3% 18%, 97% 7%, 100% 78%, 5% 93%);
  transform: rotate(-1.6deg);
  filter: blur(0.4px);
  z-index: -1;
}

.hero-concept-heirs::after {
  content: none;
}

.hero-camp-name {
  margin: 0;
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: clamp(0.2em, 0.55vw, 0.28em);
  padding: 0 0.1em 0.16em;
  color: #173427;
  font-family: "Noto Sans KR", "Pretendard Variable", sans-serif;
  font-size: clamp(2.22rem, 5.8vw, 5.16rem);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: -0.062em;
  white-space: nowrap;
  text-shadow: 0 14px 26px rgba(111, 143, 96, 0.1);
}

.hero-camp-name-concept {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.18em;
  white-space: normal;
  line-height: 0.98;
}

.hero-camp-name-concept .hero-camp-prefix {
  font-size: 0.42em;
  font-weight: 820;
  letter-spacing: -0.05em;
}

.hero-camp-name-concept .hero-camp-focus {
  font-size: 1em;
  line-height: 0.94;
}

.hero-camp-prefix {
  color: rgba(23, 52, 39, 0.82);
  font-weight: 860;
}

.hero-camp-focus {
  display: inline-block;
  position: relative;
  color: #173427;
  font-size: 1.12em;
}

.hero-camp-focus::after {
  content: "";
  position: absolute;
  left: -0.06em;
  right: -0.02em;
  bottom: 0.1em;
  height: 0.18em;
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      rgba(248, 251, 238, 0),
      rgba(232, 239, 136, 0.84) 20%,
      rgba(126, 209, 146, 0.46) 64%,
      rgba(248, 251, 238, 0)
    );
  transform: skewX(-12deg);
  filter: blur(1.4px);
  z-index: -1;
}

.hero-camp-name::after {
  content: none;
}

.hero-manifesto {
  display: flex;
  justify-content: center;
  width: min(100%, 820px);
}

.hero-manifesto-note {
  margin: 0;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.38em;
  position: relative;
  color: rgba(33, 64, 50, 0.68);
  font-family: "Pretendard Variable", sans-serif;
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  font-weight: 760;
  line-height: 1.12;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.hero-manifesto-note-lead {
  color: rgba(23, 52, 39, 0.56);
}

.hero-manifesto-note-lead::after {
  content: none;
}

.hero-manifesto-note-focus {
  color: #1f352a;
  font-size: 1em;
  font-weight: 760;
  letter-spacing: -0.05em;
  text-shadow: none;
}

.hero-manifesto-note-focus::after {
  content: none;
}

.hero-manifesto-note::before,
.hero-manifesto-note::after {
  content: none;
}

.hero-manifesto-line {
  margin: 0;
  color: var(--text-main);
  font-family: "Pretendard Variable", sans-serif;
  text-align: center;
  text-wrap: balance;
}

.hero-manifesto-line-top {
  color: rgba(33, 64, 50, 0.72);
  font-size: clamp(1.48rem, 2.1vw, 2.06rem);
  font-weight: 700;
  line-height: 1.34;
  letter-spacing: 0.03em;
}

.hero-manifesto-line-main {
  color: #173427;
  font-size: clamp(3.8rem, 8vw, 6.9rem);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: -0.065em;
  text-shadow: 0 18px 32px rgba(140, 200, 109, 0.1);
}

.hero-manifesto-line-main span {
  position: relative;
  display: inline-block;
  padding: 0 0.04em 0.08em;
}

.hero-manifesto-line-main span::after {
  content: "";
  position: absolute;
  left: -0.02em;
  right: -0.02em;
  bottom: 0.1em;
  height: 0.16em;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(232, 239, 136, 0), rgba(210, 226, 118, 0.84) 16%, rgba(140, 200, 109, 0.48) 50%, rgba(232, 239, 136, 0));
  filter: blur(0.4px);
  z-index: -1;
}

.hero-title-block-plain {
  gap: 10px;
}

.hero-kicker {
  margin: 0;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(79, 143, 0, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 24px rgba(65, 88, 74, 0.06);
  color: rgba(46, 82, 54, 0.78);
  font-family: "Pretendard Variable", sans-serif;
  font-size: clamp(0.98rem, 1.9vw, 1.2rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.hero-title {
  margin: 0;
  color: var(--text-main);
  font-family: "Pretendard Variable", sans-serif;
  font-size: clamp(2.7rem, 5.4vw, 4.2rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.06em;
  text-wrap: balance;
  display: grid;
  justify-items: center;
  gap: 0.08em;
}

.hero-title-plain {
  display: block;
}

.hero-title-line {
  display: block;
  will-change: transform;
}

.hero-title-line:first-child {
  font-size: 0.76em;
  transform: translateX(-0.38em);
  animation: hero-line-left 6.2s ease-in-out infinite;
}

.hero-title-line:last-child {
  transform: translateX(0.38em);
  animation: hero-line-right 6.2s ease-in-out infinite;
}

.hero-info-lines {
  display: grid;
  gap: 8px;
  width: min(100%, 620px);
  margin: 0 auto;
  justify-items: center;
  text-align: center;
}

.hero-theme-note {
  margin: 0;
  color: #214032;
  font-family: "Pretendard Variable", sans-serif;
  font-size: clamp(1.42rem, 2.4vw, 1.92rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.28;
  text-align: center;
}

.hero-theme-desc {
  margin: 0;
  color: rgba(31, 51, 42, 0.68);
  font-family: "Pretendard Variable", sans-serif;
  max-width: 40ch;
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  font-weight: 700;
  line-height: 1.64;
  letter-spacing: -0.045em;
  text-align: center;
}

.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 184px;
  min-height: 54px;
  padding: 10px 14px 10px 18px;
  border-radius: 999px;
  color: var(--text-main);
  font-family: "Pretendard Variable", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.hero-pill:hover,
.hero-pill:focus-visible {
  transform: translateY(-2px);
}

.hero-pill-primary {
  background: #4f8f00;
  border: 1px solid rgba(79, 143, 0, 0.42);
  box-shadow: 0 16px 32px rgba(79, 143, 0, 0.16);
  color: #f8fff1;
}

.hero-pill-primary:hover,
.hero-pill-primary:focus-visible {
  box-shadow: 0 22px 40px rgba(79, 143, 0, 0.22);
}

.hero-pill-secondary {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(79, 143, 0, 0.14);
  box-shadow: 0 12px 24px rgba(65, 88, 74, 0.05);
  backdrop-filter: blur(12px);
}

.hero-pill-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.hero-pill-primary .hero-pill-icon {
  background: rgba(255, 255, 255, 0.16);
}

.hero-pill-icon svg {
  width: 16px;
  height: 16px;
}

.hero-pill-icon path {
  fill: none;
  stroke: var(--text-main);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-pill-primary .hero-pill-icon path {
  stroke: #f8fff1;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.apply-card .hero-actions {
  justify-content: flex-start;
}

.hero-theme-card,
.hero-card,
.theme-spotlight,
.camp-card,
.info-card,
.program-summary,
.schedule-card,
.apply-card,
.faq-card,
.org-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  background: var(--surface-strong);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(14px);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.hero-theme-card:hover,
.theme-spotlight:hover,
.camp-card:hover,
.info-card:hover,
.apply-card:hover,
.org-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-strong);
  border-color: var(--border-strong);
}

.hero-theme-card {
  grid-column: 2;
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 248, 249, 0.78)),
    var(--surface-strong);
  border-color: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px);
}

.hero-card-list-compact {
  margin-top: 22px;
}

.hero-card-list-compact li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.hero-card-meta-compact {
  margin-top: 22px;
}

.hero-card {
  padding: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 252, 247, 0.84)),
    var(--surface-strong);
}

.hero-card-header {
  margin-bottom: 20px;
}

.hero-card-title {
  margin: 0;
  color: var(--text-main);
  font-size: 1.7rem;
  line-height: 1.14;
  font-weight: 900;
}

.hero-card-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.hero-card-list li {
  display: grid;
  gap: 4px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(102, 138, 114, 0.12);
}

.hero-card-list strong {
  color: var(--text-main);
  font-size: 0.94rem;
  font-weight: 800;
}

.hero-card-list span {
  color: var(--text-soft);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.6;
}

.hero-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hero-card-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(124, 184, 141, 0.12);
  color: var(--mint-deep);
  font-size: 0.82rem;
  font-weight: 800;
}

.theme-frame,
.theme-placeholder {
  display: grid;
  gap: 12px;
  padding: 24px;
  border: 1px dashed rgba(172, 197, 90, 0.22);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 249, 221, 0.92), rgba(248, 255, 239, 0.84)),
    rgba(255, 255, 255, 0.7);
}

.theme-placeholder {
  min-height: 180px;
  align-content: center;
}

.theme-frame-hero {
  min-height: 164px;
  margin-top: 4px;
  align-content: center;
}

.theme-line {
  display: block;
  height: 14px;
  border-radius: 999px;
  background: rgba(172, 197, 90, 0.16);
}

.theme-line-sm {
  width: 44%;
}

.theme-line-lg {
  width: 72%;
}

.theme-line-xl {
  width: 88%;
}

.scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  display: grid;
  gap: 6px;
  justify-items: center;
  color: var(--mint-deep);
  text-decoration: none;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  opacity: 0.88;
  padding-bottom: 52px;
}

.scroll-indicator::before,
.scroll-indicator::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.scroll-indicator::before {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1.5px solid rgba(51, 91, 47, 0.28);
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0 8px 18px rgba(51, 91, 47, 0.08);
  animation: scroll-bounce 2.6s ease-in-out infinite;
}

.scroll-indicator::after {
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateX(-50%) rotate(45deg);
  bottom: 12px;
  animation: scroll-bounce-arrow 2.6s ease-in-out infinite;
}

.scroll-indicator strong {
  color: var(--text-main);
  font-family: "Pretendard Variable", sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0;
}

.section {
  padding: 100px 0;
}

.section-theme {
  padding-top: 0;
  background:
    linear-gradient(180deg, rgba(250, 247, 236, 0) 0%, rgba(248, 249, 236, 0.28) 20%, rgba(235, 244, 222, 0.38) 100%);
}

.section-soft {
  background: rgba(255, 255, 255, 0.22);
}

.section-intro {
  max-width: 760px;
  margin: 0 auto 46px;
  text-align: center;
}

.section-intro h2 {
  margin: 0;
  color: var(--text-main);
  font-size: clamp(2.1rem, 4.6vw, 3.6rem);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.section-intro p:last-child {
  margin: 0;
  max-width: 40ch;
  margin-inline: auto;
  color: var(--text-soft);
  font-weight: 600;
  line-height: 1.72;
}

.theme-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.94fr) minmax(0, 1.06fr);
  gap: 22px;
  align-items: stretch;
}

.theme-stage {
  position: relative;
  display: grid;
  align-items: center;
  align-content: center;
  min-height: var(--theme-stage-height);
  padding: clamp(102px, 11vh, 138px) 0 clamp(54px, 7vh, 82px);
  isolation: isolate;
  overflow: hidden;
}

.theme-stage::before {
  content: "";
  position: absolute;
  inset: -12% -14% -18%;
  background:
    linear-gradient(180deg, rgba(248, 250, 238, 0.2) 0%, rgba(235, 244, 222, 0.36) 100%),
    radial-gradient(circle at 50% 18%, rgba(255, 248, 184, 0.28), transparent 18%),
    radial-gradient(circle at 18% 70%, rgba(140, 200, 109, 0.14), transparent 26%),
    radial-gradient(circle at 82% 64%, rgba(126, 209, 146, 0.12), transparent 24%);
  filter: blur(34px);
  opacity: 0.82;
  pointer-events: none;
  z-index: 0;
}

.theme-stage::after {
  content: none;
}

.theme-motion {
  --theme-progress: 0;
  --theme-focus: 1;
  --theme-drift: 0;
  --theme-enter: 0;
  --theme-exit: 0;
  --theme-left-shift: -1;
  --theme-right-shift: 1;
  --theme-visibility: 0;
  --theme-dot-1: 0;
  --theme-dot-2: 0;
  --theme-dot-3: 0;
  --theme-slide-distance: clamp(220px, 30vw, 420px);
  --theme-slide-distance-strong: clamp(280px, 38vw, 540px);
  --theme-dot-rise: 24px;
  position: relative;
  display: grid;
  align-content: center;
  gap: 20px;
  width: min(1040px, 100%);
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  transition: transform 180ms linear;
  overflow: visible;
}

.theme-motion::before {
  content: none;
}

.theme-motion::after {
  content: none;
}

.theme-motion > * {
  position: relative;
  z-index: 1;
}

.theme-motion-meta {
  display: grid;
  gap: 0;
  justify-items: center;
  text-align: center;
  transform: translate3d(0, calc((1 - var(--theme-focus)) * 14px), 0);
  opacity: calc(0.72 + (var(--theme-focus) * 0.28));
  transition:
    transform 180ms linear,
    opacity 180ms linear;
}

.theme-motion .eyebrow {
  justify-self: center;
  margin: 0;
  font-size: 0.84rem;
  letter-spacing: 0.24em;
}

.theme-motion-note {
  margin: 0;
  max-width: 44ch;
  color: rgba(31, 51, 42, 0.56);
  font-size: clamp(0.92rem, 1.18vw, 1.02rem);
  font-weight: 600;
  line-height: 1.78;
  letter-spacing: -0.02em;
}

.theme-motion-body {
  display: grid;
  gap: 74px;
  justify-items: center;
  text-align: center;
  transform:
    translate3d(0, calc((1 - var(--theme-focus)) * 28px), 0)
    scale(calc(0.97 + (var(--theme-focus) * 0.03)));
  transition: transform 180ms linear;
}

.theme-motion-head {
  display: grid;
  order: 2;
  gap: 18px;
  width: 100%;
  justify-items: center;
  transform: translate3d(0, calc(var(--theme-drift) * -4px), 0);
  transition: transform 180ms linear;
}

.theme-motion-line {
  margin: 0;
  color: var(--text-main);
  font-family: "Pretendard Variable", sans-serif;
  font-size: clamp(3.15rem, 6vw, 5.4rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
  text-wrap: balance;
  transition:
    transform 180ms linear,
    letter-spacing 180ms linear;
  will-change: transform;
}

.theme-motion-line-left {
  justify-self: center;
  color: rgba(31, 51, 42, 0.48);
  font-size: clamp(1.18rem, 1.72vw, 1.56rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  transform:
    translate3d(calc(var(--theme-drift) * -10px), calc((1 - var(--theme-focus)) * 8px), 0);
}

.theme-motion-line-right {
  justify-self: center;
  display: inline-block;
  max-width: max-content;
  padding: 0;
  background: none;
  box-shadow: none;
  color: rgba(33, 64, 50, 0.8);
  font-size: clamp(1.9rem, 3.2vw, 2.84rem);
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
  transform:
    translate3d(calc(var(--theme-drift) * 12px), calc((1 - var(--theme-focus)) * -4px), 0);
}

.theme-motion-copy {
  display: grid;
  order: 1;
  gap: 54px;
  width: min(100%, 860px);
  justify-items: center;
  transform: translate3d(0, calc(var(--theme-drift) * 8px), 0);
  transition: transform 180ms linear;
}

.theme-copy-line {
  margin: 0;
  color: #244235;
  font-family: "Pretendard Variable", sans-serif;
  font-size: clamp(1.34rem, 2.3vw, 1.9rem);
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: 0.06em;
  text-align: center;
  text-wrap: balance;
  opacity: var(--theme-visibility);
  filter: blur(calc((1 - var(--theme-visibility)) * 6px));
  transition:
    transform 180ms linear,
    opacity 180ms linear,
    filter 180ms linear,
    letter-spacing 180ms linear,
    font-size 180ms linear;
  will-change: transform, opacity, filter;
}

.theme-copy-line-left {
  justify-self: center;
  color: rgba(33, 64, 50, 0.72);
  font-size: clamp(1.54rem, 2.6vw, 2.28rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  transform:
    translate3d(
      calc(var(--theme-slide-distance) * var(--theme-left-shift)),
      calc((1 - var(--theme-enter)) * 10px),
      0
    )
    scale(calc(0.96 + (var(--theme-visibility) * 0.04)));
}

.theme-copy-line-right {
  justify-self: center;
  color: #173427;
  font-size: clamp(4.22rem, 8.8vw, 7.64rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1.04;
  text-shadow: 0 18px 34px rgba(140, 200, 109, 0.09);
  transform:
    translate3d(
      calc(var(--theme-slide-distance-strong) * var(--theme-right-shift)),
      calc((1 - var(--theme-enter)) * -12px),
      0
    )
    scale(calc(0.92 + (var(--theme-visibility) * 0.08)));
}

.theme-copy-line-right span {
  position: relative;
  display: inline-block;
  padding: 0 0.04em 0.14em;
}

.theme-copy-line-right span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.24em;
  width: clamp(112px, 18vw, 204px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(79, 143, 0, 0.4), transparent);
  transform: translateX(-50%);
  opacity: calc(var(--theme-visibility) * 0.58);
}

.theme-copy-line-right span::after {
  content: "";
  position: absolute;
  left: -0.03em;
  right: -0.03em;
  bottom: 0.12em;
  height: 0.2em;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(232, 239, 136, 0), rgba(213, 226, 118, 0.82) 18%, rgba(140, 200, 109, 0.54) 52%, rgba(232, 239, 136, 0) 100%);
  opacity: calc(var(--theme-visibility) * 0.86);
  transform:
    translate3d(calc(var(--theme-right-shift) * 12px), 0, 0)
    scaleX(calc(0.82 + (var(--theme-visibility) * 0.2)));
  filter: blur(0.4px);
  z-index: -1;
}

.theme-camp-dots {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  order: 3;
  gap: 14px 16px;
  transform: translate3d(0, calc((1 - var(--theme-enter)) * 18px), 0);
  transition: transform 180ms linear;
}

.theme-camp-dot {
  --theme-dot-appear: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(92px, 9.8vw, 124px);
  aspect-ratio: 1;
  padding: 6px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.96);
  font-family: "Pretendard Variable", sans-serif;
  font-size: clamp(1.14rem, 1.5vw, 1.42rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  text-align: center;
  white-space: normal;
  text-wrap: balance;
  text-shadow: 0 1px 2px rgba(28, 52, 38, 0.18);
  opacity: calc(0.06 + (var(--theme-dot-appear) * 0.94));
  transform:
    translate3d(0, calc((1 - var(--theme-dot-appear)) * var(--theme-dot-rise)), 0)
    scale(calc(0.82 + (var(--theme-dot-appear) * 0.18)));
  filter: blur(calc((1 - var(--theme-dot-appear)) * 8px));
  box-shadow:
    inset 0 0 0 1px rgba(33, 64, 50, 0.08),
    0 18px 30px rgba(140, 200, 109, 0.08);
  transition:
    transform 180ms linear,
    opacity 180ms linear,
    filter 180ms linear;
  will-change: transform, opacity, filter;
}

.theme-camp-dot-seedling {
  --theme-dot-appear: var(--theme-dot-1);
  background: linear-gradient(180deg, rgba(200, 222, 119, 0.96), rgba(143, 199, 100, 0.94));
}

.theme-camp-dot-scion {
  --theme-dot-appear: var(--theme-dot-2);
  background: linear-gradient(180deg, rgba(171, 201, 123, 0.96), rgba(111, 159, 84, 0.94));
}

.theme-camp-dot-revision {
  --theme-dot-appear: var(--theme-dot-3);
  background: linear-gradient(180deg, rgba(158, 212, 169, 0.96), rgba(98, 180, 143, 0.94));
}

.theme-spotlight {
  display: grid;
  justify-items: center;
  gap: 12px;
  width: min(720px, 100%);
  padding: 30px 32px;
  margin: 0 auto 16px;
  background:
    linear-gradient(180deg, rgba(255, 248, 249, 0.98), rgba(255, 253, 248, 0.94)),
    var(--surface-strong);
  text-align: center;
}

.camp-intro-grid {
  margin-top: clamp(56px, 10vw, 112px);
  align-items: stretch;
}

.theme-spotlight .eyebrow {
  margin: 0;
}

.theme-spotlight h3 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.theme-spotlight .theme-frame,
.theme-spotlight .theme-placeholder {
  width: min(100%, 560px);
  margin: 0 auto;
}

.theme-note {
  margin: 0;
  max-width: 34ch;
  color: var(--text-soft);
  font-weight: 600;
}

.theme-quote {
  margin: 0;
  color: var(--text-main);
  font-size: clamp(1.12rem, 2vw, 1.38rem);
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: -0.02em;
}

.theme-points {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
  color: var(--text-main);
  font-weight: 600;
}

.camp-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.camp-card {
  display: flex;
  flex-direction: column;
  padding: 32px 30px 28px;
  height: 100%;
  min-height: 100%;
}

.camp-card[data-camp="seedling"] {
  background:
    linear-gradient(180deg, rgba(243, 248, 232, 0.98), rgba(250, 253, 242, 0.96)),
    var(--surface-strong);
}

.camp-card[data-camp="scion"] {
  background:
    linear-gradient(180deg, rgba(255, 251, 244, 0.98), rgba(252, 255, 248, 0.96)),
    var(--surface-strong);
}

.camp-card[data-camp="revision"] {
  background:
    linear-gradient(180deg, rgba(248, 255, 249, 0.98), rgba(255, 250, 251, 0.96)),
    var(--surface-strong);
}

.camp-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}

.camp-label {
  color: var(--mint-deep);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.camp-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(232, 239, 136, 0.18);
  color: var(--mint-deep);
  font-size: 0.78rem;
  font-weight: 800;
}

.camp-card h3 {
  margin: 0 0 14px;
  color: var(--text-main);
  font-size: 1.56rem;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -0.035em;
}

.camp-title-icon {
  display: inline-block;
  margin-right: 0.38em;
}

.camp-copy-details {
  display: grid;
  gap: 12px;
}

.camp-copy-item {
  margin: 0;
  padding: 16px 18px;
  border: 1px solid rgba(102, 138, 114, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--text-soft);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.78;
}

.camp-copy-title {
  display: block;
  margin-bottom: 4px;
  color: var(--text-main);
  font-size: 1.04rem;
  font-weight: 800;
  line-height: 1.56;
  letter-spacing: -0.02em;
}

.camp-character-wrap {
  display: grid;
  place-items: end center;
  min-height: 182px;
  margin-top: auto;
  padding: 12px 14px 10px;
  border: 0;
  border-radius: 26px;
  overflow: hidden;
  background: transparent;
}

.seedling-character {
  background: transparent;
}

.scion-character {
  background: transparent;
}

.revision-character {
  background: transparent;
}

.camp-character-svg {
  display: block;
  aspect-ratio: 260 / 190;
  width: min(100%, 220px);
  height: auto;
  max-width: 220px;
  margin-bottom: 0;
}

.character-bob,
.scene-bob {
  transform-origin: center bottom;
  animation: mascot-bob 4.6s ease-in-out infinite;
}

.sprout-left {
  transform-origin: 128px 124px;
  animation: leaf-sway-left 3.8s ease-in-out infinite;
}

.sprout-right {
  transform-origin: 128px 124px;
  animation: leaf-sway-right 3.8s ease-in-out infinite;
}

.watering-can {
  transform-box: fill-box;
  transform-origin: center;
  animation: watering-rock 3.6s ease-in-out infinite;
}

.water-drop {
  animation: water-drop 2.2s ease-in-out infinite;
}

.water-drop-1 {
  animation-delay: 0s;
}

.water-drop-2 {
  animation-delay: 0.3s;
}

.book-tilt {
  transform-box: fill-box;
  transform-origin: center;
  animation: book-tilt 4s ease-in-out infinite;
}

.look-sway {
  transform-box: fill-box;
  transform-origin: center;
  animation: look-sway 3.8s ease-in-out infinite;
}

.note-float {
  transform-box: fill-box;
  transform-origin: center;
  animation: note-float 3s ease-in-out infinite;
}


.leaf-left {
  transform-origin: 100px 66px;
  animation: leaf-sway-left 3.8s ease-in-out infinite;
}

.leaf-right {
  transform-origin: 120px 66px;
  animation: leaf-sway-right 3.8s ease-in-out infinite;
}

.flag-sway {
  transform-box: fill-box;
  transform-origin: left center;
  animation: flag-sway 3.4s ease-in-out infinite;
}

.lens-pulse {
  animation: lens-pulse 2.8s ease-in-out infinite;
}

.spark-twinkle {
  transform-box: fill-box;
  transform-origin: center;
  animation: spark-twinkle 2.1s ease-in-out infinite;
}

.eye-blink {
  transform-origin: center;
  animation: eye-blink 5.2s ease-in-out infinite;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.event-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(280px, 0.78fr);
  gap: 20px;
  align-items: start;
}

.event-board {
  padding: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(252, 255, 246, 0.96)),
    var(--surface-strong);
}

.event-board-head {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}

.event-board-label {
  margin: 0;
  color: #4f8f00;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.event-board h3 {
  margin: 0;
  color: var(--text-main);
  font-family: "Pretendard Variable", sans-serif;
  font-size: clamp(1.55rem, 2.4vw, 2.02rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.05em;
}

.event-board-note {
  margin: 0;
  max-width: 42ch;
  color: var(--text-soft);
  font-size: 0.96rem;
  font-weight: 600;
  line-height: 1.72;
}

.event-list {
  display: grid;
  gap: 0;
}

.event-row {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid rgba(79, 143, 0, 0.1);
}

.event-row:first-child {
  padding-top: 0;
  border-top: 0;
}

.event-row-label {
  margin: 0;
  color: rgba(33, 64, 50, 0.54);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.event-row-body {
  display: grid;
  gap: 6px;
}

.event-row-body strong {
  color: var(--text-main);
  font-family: "Pretendard Variable", sans-serif;
  font-size: 1.16rem;
  font-weight: 800;
  line-height: 1.38;
  letter-spacing: -0.03em;
}

.event-row-registration .event-row-body strong {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 0.34em;
  row-gap: 2px;
}

.event-date-range-sep {
  color: rgba(33, 64, 50, 0.42);
  font-weight: 700;
}

.event-row-body p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.72;
}

.event-date-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
  max-width: 460px;
}

.event-date-list span {
  flex: 1 1 0;
  color: rgba(33, 64, 50, 0.82);
  font-family: "Pretendard Variable", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.3;
  font-variant-numeric: tabular-nums;
  text-align: center;
  white-space: nowrap;
}

.event-date-track {
  --event-date-dot-size: 6px;
  --event-date-line-thickness: 2px;
  display: flex;
  justify-content: space-between;
  gap: 0;
  max-width: 460px;
  min-height: 12px;
}

.event-date-track span {
  flex: 1 1 0;
  height: 12px;
  background-image:
    radial-gradient(
      circle at center,
      rgba(123, 160, 97, 0.9) 0 calc(var(--event-date-dot-size) / 2),
      transparent calc((var(--event-date-dot-size) / 2) + 0.5px)
    ),
    linear-gradient(rgba(128, 158, 112, 0.48), rgba(128, 158, 112, 0.48));
  background-repeat: no-repeat;
  background-position: center center, center center;
  background-size: 100% 100%, 100% var(--event-date-line-thickness);
}

.event-side {
  display: grid;
  gap: 20px;
}

.event-highlight {
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(253, 255, 248, 0.96)),
    var(--surface-strong);
}

.event-highlight h3 {
  margin: 0 0 8px;
  color: var(--mint-deep);
  font-family: "Pretendard Variable", sans-serif;
  font-size: 1.34rem;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.event-highlight p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.72;
}

.event-highlight-accent {
  background:
    linear-gradient(180deg, rgba(246, 251, 235, 0.98), rgba(251, 255, 244, 0.96)),
    var(--surface-strong);
  border-color: rgba(79, 143, 0, 0.18);
}

.event-highlight-accent .event-highlight-label {
  margin-bottom: 20px;
}

.event-highlight-accent h3 {
  color: var(--mint-deep) !important;
}

.event-highlight-label {
  margin: 0 0 18px;
  color: #4f8f00;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.info-card {
  padding: 28px;
  min-height: 100%;
}

.info-label {
  margin: 0 0 12px;
  color: var(--mint-deep);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.info-card h3 {
  margin: 0 0 10px;
  color: var(--text-main);
  font-size: 1.16rem;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.035em;
}

.info-card p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.97rem;
  font-weight: 600;
  line-height: 1.8;
}

.schedule-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.schedule-tab {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  min-width: 220px;
  padding: 18px 20px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow-soft);
  color: var(--text-main);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.schedule-tab:hover,
.schedule-tab:focus-visible {
  transform: translateY(-3px);
  border-color: var(--border-strong);
}

.schedule-tab.active {
  border-color: rgba(79, 143, 0, 0.4);
  background:
    radial-gradient(circle at top right, rgba(232, 239, 136, 0.3), transparent 40%),
    linear-gradient(180deg, rgba(230, 242, 206, 0.98), rgba(242, 250, 230, 0.96));
  box-shadow: 0 24px 40px rgba(79, 143, 0, 0.18);
}

.schedule-tab.active .tab-day {
  color: #427700;
}

.schedule-tab.active .tab-date {
  color: #294726;
}

.tab-day {
  color: var(--rose-deep);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.tab-date {
  color: var(--text-soft);
  font-size: 0.9rem;
  font-weight: 700;
}

.schedule-tab-content {
  position: relative;
}

.schedule-panel {
  display: none;
}

.schedule-panel.active {
  display: block;
  animation: panel-fade 320ms ease;
}

.program-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  gap: 24px;
  align-items: start;
}

.program-summary {
  padding: 28px;
}

.program-summary-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 12px;
}

.program-summary h3 {
  margin: 0;
  color: var(--text-main);
  font-size: 1.72rem;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.program-summary-age {
  margin: 0;
  color: rgba(33, 64, 50, 0.58);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.program-summary-desc {
  margin: 12px 0 0;
  color: var(--text-soft);
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.6;
}

.program-summary-copy {
  display: grid;
  gap: 0;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(102, 138, 114, 0.12);
}

.program-summary-item {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.97rem;
  font-weight: 600;
  line-height: 1.82;
}

.program-summary-item + .program-summary-item {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(102, 138, 114, 0.12);
}

.schedule-card-group {
  display: grid;
  gap: 12px;
}

.photo-gallery-section {
  position: relative;
  overflow: hidden;
}

.photo-gallery-section::before {
  content: "";
  position: absolute;
  inset: 10% 0 auto;
  height: 260px;
  background:
    radial-gradient(circle at 18% 50%, rgba(232, 239, 136, 0.18), transparent 28%),
    radial-gradient(circle at 82% 35%, rgba(126, 209, 146, 0.16), transparent 26%);
  filter: blur(42px);
  pointer-events: none;
  z-index: 0;
}

.photo-gallery-section .container {
  position: relative;
  z-index: 1;
}

.photo-gallery-intro {
  margin-bottom: 34px;
}

.photo-carousel {
  padding: 0;
  display: grid;
  gap: 18px;
  min-width: 0;
  background: transparent;
}

.photo-carousel-shell {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.photo-carousel-viewport {
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 100%;
  max-width: 100%;
  padding: 4px clamp(18px, 4vw, 34px);
  cursor: grab;
}

.photo-carousel-viewport::-webkit-scrollbar {
  display: none;
}

.photo-carousel-viewport:active {
  cursor: grabbing;
}

.photo-carousel-track {
  display: flex;
  gap: 16px;
  width: max-content;
  min-width: 100%;
}

.photo-slide {
  position: relative;
  flex: 0 0 clamp(232px, 29vw, 330px);
  aspect-ratio: 3 / 4;
  overflow: hidden;
  isolation: isolate;
  border-radius: 28px;
  scroll-snap-align: center;
  border: 1px solid rgba(102, 138, 114, 0.14);
  box-shadow: none;
  transform: scale(0.965);
  transition:
    transform 220ms ease,
    border-color 220ms ease;
  cursor: zoom-in;
}

.photo-slide.is-active {
  transform: scale(1);
  border-color: rgba(102, 138, 114, 0.24);
  box-shadow: none;
}

.photo-slide::after {
  content: none;
}

.photo-slide img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.photo-slide figcaption {
  display: none;
}

.photo-slide figcaption strong {
  font-size: 1.06rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.photo-carousel-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.photo-carousel-dots {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.photo-carousel-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(102, 138, 114, 0.2);
  transition:
    width 180ms ease,
    background-color 180ms ease,
    opacity 180ms ease;
}

.photo-carousel-dot.is-active {
  width: 28px;
  background: var(--mint-deep);
}

.photo-carousel-nav {
  position: absolute;
  inset: 50% 0 auto;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.photo-carousel-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  pointer-events: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(38, 62, 41, 0.76);
  box-shadow: none;
  transition:
    transform 180ms ease,
    color 180ms ease,
    opacity 180ms ease;
}

.photo-carousel-control:hover,
.photo-carousel-control:focus-visible {
  transform: translateY(-1px);
  color: rgba(28, 46, 30, 0.96);
  opacity: 0.82;
}

.photo-carousel-control span {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.08em;
}

.photo-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1300;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.photo-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.photo-lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(19, 30, 22, 0.22);
  backdrop-filter: blur(8px);
}

.photo-lightbox-shell {
  position: relative;
  z-index: 1;
  width: min(1320px, calc(100vw - 20px));
  display: grid;
  gap: 18px;
}

.photo-lightbox-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(247, 251, 241, 0.94);
  box-shadow: none;
  backdrop-filter: none;
  transition:
    transform 180ms ease,
    opacity 180ms ease,
    color 180ms ease;
}

.photo-lightbox-nav:hover,
.photo-lightbox-nav:focus-visible {
  transform: translateY(calc(-50% - 1px));
  color: #ffffff;
  opacity: 0.82;
}

.photo-lightbox-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(247, 251, 241, 0.96);
  text-shadow: 0 2px 8px rgba(10, 18, 13, 0.45);
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.photo-lightbox-close:hover,
.photo-lightbox-close:focus-visible {
  transform: scale(1.06);
  opacity: 0.82;
}

.photo-lightbox-close svg {
  width: 20px;
  height: 20px;
}

.photo-lightbox-close path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.photo-lightbox-nav span {
  display: inline-block;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.08em;
  text-shadow: 0 2px 10px rgba(10, 18, 13, 0.45);
}

.photo-lightbox-stage {
  position: relative;
  min-height: 0;
  display: grid;
  place-items: center;
  padding: 2px 60px;
  overflow: visible;
}

.photo-lightbox-figure {
  position: relative;
  margin: 0;
  width: auto;
  height: auto;
  display: grid;
  place-items: center;
}

.photo-lightbox-image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: min(88svh, 1040px);
  height: auto;
  object-fit: contain;
  border-radius: 24px;
  box-shadow: 0 24px 56px rgba(12, 20, 15, 0.32);
  background: transparent;
}

.photo-lightbox-nav {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}

.photo-lightbox-nav:hover,
.photo-lightbox-nav:focus-visible {
  transform: translateY(calc(-50% - 1px));
}

.photo-lightbox-nav-prev {
  left: 18px;
}

.photo-lightbox-nav-next {
  right: 18px;
}

.photo-lightbox-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #f5faed;
}

.photo-lightbox-meta strong {
  font-size: clamp(1.12rem, 1.8vw, 1.34rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.photo-lightbox-meta span {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  opacity: 0.84;
}

.schedule-card {
  display: flex;
  align-items: stretch;
  gap: 20px;
  padding: 22px 24px;
}

.time-box {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 76px;
  min-height: 76px;
  border-radius: 22px;
  background: rgba(255, 249, 218, 0.94);
  border: 1px solid rgba(172, 197, 90, 0.16);
  color: var(--mint-deep);
}

.ampm {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.time {
  font-family: "JetBrains Mono", monospace;
  font-size: 1.2rem;
  font-weight: 800;
}

.info-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 76px;
  text-align: left;
}

.info-box .schedule-date {
  margin: 0 0 3px;
  color: rgba(33, 64, 50, 0.58);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.3;
}

.info-box h4 {
  margin: 0;
  color: var(--text-main);
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.38;
  letter-spacing: -0.02em;
  text-align: left;
}

.info-box p {
  margin: 4px 0 0;
  color: var(--text-soft);
  font-size: 0.92rem;
  font-weight: 600;
}

.speaker-tag {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(124, 184, 141, 0.12);
  color: var(--mint-deep);
  font-size: 0.74rem;
  font-weight: 800;
  white-space: nowrap;
}

.apply-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 20px;
  align-items: start;
}

.apply-card {
  padding: 32px;
  min-height: 100%;
}

.apply-card h3 {
  margin: 0 0 12px;
  color: var(--text-main);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.04em;
}

.apply-card p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.8;
}

.naver-help {
  margin-top: 14px;
  color: var(--text-soft);
  font-size: 0.92rem;
  font-weight: 700;
}

.apply-steps {
  display: grid;
  gap: 16px;
}

.apply-step {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.step-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(232, 239, 136, 0.18);
  color: var(--mint-deep);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.9rem;
  font-weight: 800;
}

.apply-step strong {
  display: block;
  margin-bottom: 4px;
  color: var(--text-main);
  font-size: 0.98rem;
  font-weight: 800;
}

.apply-step p {
  color: var(--text-soft);
  font-size: 0.92rem;
  font-weight: 600;
}

.apply-list {
  display: grid;
  gap: 14px;
}

.apply-list div {
  display: grid;
  gap: 6px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(102, 138, 114, 0.12);
}

.apply-list strong {
  color: var(--text-main);
  font-size: 0.9rem;
  font-weight: 800;
}

.apply-list span {
  color: var(--text-soft);
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.76;
}

.faq-grid {
  display: grid;
  gap: 14px;
}

.faq-card summary {
  position: relative;
  list-style: none;
  padding: 22px 62px 22px 24px;
  color: var(--text-main);
  font-size: 1.02rem;
  font-weight: 800;
  cursor: pointer;
}

.faq-card summary::-webkit-details-marker {
  display: none;
}

.faq-card summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--rose-deep);
  font-size: 1.4rem;
  font-weight: 700;
}

.faq-card[open] summary::after {
  content: "−";
}

.faq-card p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--text-soft);
  font-weight: 600;
  line-height: 1.78;
}

.org-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 18px;
}

.org-card {
  padding: 28px;
  min-height: 100%;
}

.org-card h3 {
  margin: 0 0 10px;
  color: var(--text-main);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.org-card p {
  margin: 0;
  color: var(--text-soft);
  font-weight: 600;
  line-height: 1.78;
}

.org-meta {
  display: grid;
  gap: 18px;
}

.org-meta-item {
  display: grid;
  gap: 6px;
}

.org-meta-item + .org-meta-item {
  padding-top: 18px;
  border-top: 1px solid rgba(102, 138, 114, 0.12);
}

.org-meta-item strong {
  color: var(--mint-deep);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.org-meta-item span {
  color: var(--text-main);
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.03em;
}

.org-card.contact {
  background:
    radial-gradient(circle at top right, rgba(232, 239, 136, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(251, 255, 249, 0.96)),
    var(--surface-strong);
  border-color: rgba(140, 200, 109, 0.14);
}

.org-card.contact .eyebrow {
  margin-bottom: 18px;
  color: var(--mint-deep);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.apply-contact-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--text-soft);
  font-weight: 600;
  line-height: 1.78;
}

.apply-contact-list li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid rgba(102, 138, 114, 0.12);
}

.apply-contact-list li:first-child {
  border-top: 0;
  padding-top: 4px;
}

.apply-contact-list span {
  min-width: 0;
  color: var(--text-soft);
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.03em;
}

.apply-contact-list strong {
  flex-shrink: 0;
  color: var(--text-main);
  font-size: 0.94rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.marquee-container {
  display: flex;
  overflow: hidden;
  gap: 0;
  padding: 8px 0;
  border-top: 1px solid rgba(102, 138, 114, 0.12);
  border-bottom: 1px solid rgba(102, 138, 114, 0.12);
  background: rgba(255, 255, 255, 0.44);
  white-space: nowrap;
}

.footer-marquee {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  border-radius: 0;
  border-left-color: rgba(93, 122, 54, 0.22);
  border-right-color: rgba(93, 122, 54, 0.22);
  border-top-color: rgba(93, 122, 54, 0.32);
  border-bottom-color: rgba(93, 122, 54, 0.32);
  background: linear-gradient(180deg, rgba(107, 138, 63, 0.96), rgba(93, 122, 54, 0.96));
  box-shadow: none;
}

.footer-marquee .marquee-track {
  color: #dfeec7;
}

.marquee-track {
  display: inline-block;
  padding-right: 32px;
  color: var(--rose-deep);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  animation: marquee 24s linear infinite;
}

.site-footer {
  position: relative;
  padding: 0 0 132px;
}

.footer-shell {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  z-index: 2;
  padding-bottom: 0;
  margin-bottom: 12px;
  transform: translateY(-4px);
}

.footer-title {
  margin: 0 0 6px;
  color: var(--text-main);
  font-size: 1.06rem;
  font-weight: 700;
}

.footer-copy {
  margin: 0;
  color: var(--text-soft);
  font-weight: 600;
}

.footer-shell a {
  color: var(--mint-deep);
  font-weight: 800;
  text-decoration: none;
}

.footer-top-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--mint-deep);
  font-family: "Pretendard Variable", sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1;
  text-shadow: none;
}

.footer-top-link::after {
  display: none;
}

.footer-top-link:hover,
.footer-top-link:focus-visible {
  color: var(--mint-deep);
}

.mobile-sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 28px;
  display: block;
  padding: 0;
  background: transparent;
  backdrop-filter: none;
  transform: translate3d(0, 18px, 0);
  opacity: 0;
  transition:
    transform 220ms ease,
    opacity 220ms ease;
  z-index: 800;
  pointer-events: none;
}

.mobile-sticky-cta.is-visible {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: auto;
}

.mobile-sticky-cta .btn-primary {
  min-height: 56px;
  padding: 15px 22px;
  border: 1px solid rgba(112, 149, 82, 0.18);
  background: linear-gradient(135deg, rgba(224, 239, 160, 0.98), rgba(191, 219, 117, 0.96));
  color: var(--text-main);
  box-shadow: 0 20px 42px rgba(85, 118, 56, 0.18);
  white-space: nowrap;
}

.mobile-sticky-cta .btn-primary:hover,
.mobile-sticky-cta .btn-primary:focus-visible {
  box-shadow: 0 24px 48px rgba(85, 118, 56, 0.24);
}

.reveal-ready .reveal-on-scroll {
  opacity: 0;
  transform: translateY(28px) scale(0.985);
}

.reveal-ready .reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition:
    opacity 720ms cubic-bezier(0.2, 0.85, 0.2, 1) var(--reveal-delay, 0ms),
    transform 720ms cubic-bezier(0.2, 0.85, 0.2, 1) var(--reveal-delay, 0ms);
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes petal-fall {
  0% {
    transform: translate3d(0, -12vh, 0) rotate(0deg) scale(var(--petal-scale, 1));
    opacity: 0;
  }

  12% {
    opacity: var(--petal-opacity, 0.8);
  }

  100% {
    transform: translate3d(var(--petal-drift, 48px), 112vh, 0) rotate(var(--petal-rotate, 320deg)) scale(var(--petal-scale, 1));
    opacity: 0;
  }
}

@keyframes orb-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(18px, -12px, 0) scale(1.06);
  }
}

@keyframes orb-breathe {
  0%,
  100% {
    opacity: 0.2;
  }

  50% {
    opacity: 0.34;
  }
}

@keyframes hero-beam-sweep {
  0%,
  100% {
    transform: translateX(-50%) rotate(-4deg) scaleX(1);
    opacity: 0.72;
    filter: blur(12px);
  }

  50% {
    transform: translateX(-50%) rotate(-2deg) scaleX(1.08) translateY(-4px);
    opacity: 0.96;
    filter: blur(16px);
  }
}

@keyframes hero-ring-orbit {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }

  40% {
    transform: translate3d(16px, -12px, 0) rotate(10deg) scale(1.06);
  }

  70% {
    transform: translate3d(-14px, 10px, 0) rotate(-8deg) scale(0.96);
  }
}

@keyframes hero-circle-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  35% {
    transform: translate3d(18px, -18px, 0) scale(1.04);
  }

  68% {
    transform: translate3d(-14px, 14px, 0) scale(0.97);
  }
}

@keyframes hero-circle-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.42;
  }

  50% {
    transform: scale(1.16);
    opacity: 0.82;
  }
}

@keyframes hero-pill-glide {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-14deg) scale(1);
    opacity: 0.78;
  }

  35% {
    transform: translate3d(-14px, -10px, 0) rotate(-10deg) scale(1.05);
    opacity: 0.92;
  }

  70% {
    transform: translate3d(10px, 12px, 0) rotate(-18deg) scale(0.97);
    opacity: 0.7;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-title-block-reframed::before,
  .hero-title-block-reframed::after,
  .blur-orb,
  .float-circle,
  .float-circle::after,
  .float-pill {
    animation: none;
    transform: none;
  }
}

@keyframes hero-line-left {
  0%,
  100% {
    transform: translateX(-0.38em);
  }

  50% {
    transform: translateX(-0.22em);
  }
}

@keyframes hero-line-right {
  0%,
  100% {
    transform: translateX(0.38em);
  }

  50% {
    transform: translateX(0.22em);
  }
}

@keyframes scroll-bounce {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(6px);
  }
}

@keyframes scroll-bounce-arrow {
  0%,
  100% {
    transform: translateX(-50%) rotate(45deg) translateY(0);
  }

  50% {
    transform: translateX(-50%) rotate(45deg) translateY(4px);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-18px);
  }
}

@keyframes mascot-bob {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

@keyframes leaf-sway-left {
  0%,
  100% {
    transform: rotate(-1.5deg);
  }

  50% {
    transform: rotate(2deg);
  }
}

@keyframes leaf-sway-right {
  0%,
  100% {
    transform: rotate(1.5deg);
  }

  50% {
    transform: rotate(-2deg);
  }
}

@keyframes flag-sway {
  0%,
  100% {
    transform: rotate(-0.9deg);
  }

  50% {
    transform: rotate(1.4deg);
  }
}

@keyframes watering-rock {
  0%,
  100% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(2deg);
  }
}

@keyframes water-drop {
  0%,
  100% {
    transform: translateY(0) scale(1);
    opacity: 0.92;
  }

  55% {
    transform: translateY(4px) scale(0.96);
    opacity: 0.7;
  }
}

@keyframes book-tilt {
  0%,
  100% {
    transform: rotate(-0.06deg);
  }

  50% {
    transform: rotate(0.12deg);
  }
}

@keyframes look-sway {
  0%,
  100% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(0.08deg);
  }
}

@keyframes note-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-0.35px);
  }
}

@keyframes lens-pulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.08);
  }
}

@keyframes spark-twinkle {
  0%,
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.92;
  }

  50% {
    transform: scale(1.1) rotate(6deg);
    opacity: 1;
  }
}

@keyframes eye-blink {
  0%,
  45%,
  48%,
  100% {
    transform: scaleY(1);
  }

  46%,
  47% {
    transform: scaleY(0.15);
  }
}

@keyframes panel-fade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-petal,
  .petal,
  .hex-grid,
  .blueprint-lines,
  .blur-orb,
  .floating-obj,
  .hero-title-line,
  .character-bob,
  .scene-bob,
  .sprout-left,
  .sprout-right,
  .watering-can,
  .water-drop,
  .book-tilt,
  .look-sway,
  .note-float,
  .leaf-left,
  .leaf-right,
  .flag-sway,
  .lens-pulse,
  .spark-twinkle,
  .eye-blink {
    animation: none !important;
    transform: none !important;
  }

}

@media (min-width: 1101px) {
  .program-summary {
    position: sticky;
    top: 112px;
  }
}

@media (max-width: 1100px) {
  .hero-main,
  .theme-layout,
  .event-layout,
  .program-panel,
  .apply-grid,
  .org-grid {
    grid-template-columns: 1fr;
  }

  .hero-content {
    max-width: 760px;
  }

  .photo-slide {
    flex-basis: clamp(224px, 42vw, 310px);
  }

  .camp-grid,
  .info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .event-side {
    order: -1;
  }

  .theme-stage {
    min-height: var(--theme-stage-height);
    padding: clamp(98px, 11vh, 126px) 0 clamp(48px, 7vh, 72px);
  }

  .theme-motion {
    --theme-slide-distance: clamp(180px, 24vw, 280px);
    --theme-slide-distance-strong: clamp(220px, 28vw, 340px);
    --theme-dot-rise: 18px;
    gap: 24px;
  }

  .theme-motion-meta {
    gap: 12px;
  }

  .theme-motion-note {
    max-width: 34ch;
  }

  .theme-motion-line-right {
    font-size: clamp(1.72rem, 2.9vw, 2.4rem);
  }

  .theme-copy-line-right {
    font-size: clamp(3.44rem, 6.6vw, 5.56rem);
    letter-spacing: -0.04em;
  }
}

@media (max-width: 860px) {
  :root {
    --hero-height: 102svh;
    --theme-stage-height: 100svh;
  }

  .site-header {
    top: 10px;
  }

  .container {
    width: min(var(--container), calc(100% - 20px));
  }

  .header-shell {
    gap: 16px;
    border-radius: 20px;
    padding: 13px 14px;
  }

  .desktop-nav {
    display: none;
  }

  .mobile-menu-toggle {
    display: inline-flex;
  }

  .theme-stage {
    min-height: var(--theme-stage-height);
    padding: 96px 0 96px;
  }

  .photo-carousel {
    padding: 0;
    gap: 18px;
  }

  .photo-slide {
    flex-basis: clamp(220px, 58vw, 286px);
    border-radius: 24px;
  }

  .photo-carousel-footer {
    gap: 14px;
  }

  .theme-motion {
    --theme-slide-distance: clamp(92px, 22vw, 160px);
    --theme-slide-distance-strong: clamp(120px, 28vw, 200px);
    --theme-dot-rise: 14px;
    gap: 18px;
    transition: none;
  }

  .theme-motion-body {
    gap: 56px;
    transition: none;
  }

  .theme-motion-line {
    letter-spacing: 0;
  }

  .theme-motion-line-left {
    font-size: 1.04rem;
    letter-spacing: 0.14em;
  }

  .theme-motion-line-right {
    font-size: 1.74rem;
    letter-spacing: 0;
  }

  .theme-copy-line {
    font-size: 1.04rem;
    letter-spacing: 0.05em;
  }

  .theme-motion-copy {
    gap: 40px;
    transition: none;
  }

  .theme-motion-meta,
  .theme-motion-head,
  .theme-motion-line,
  .theme-copy-line,
  .theme-camp-dots,
  .theme-copy-line-right span::before,
  .theme-copy-line-right span::after {
    transition: none;
  }

  .theme-motion-line,
  .theme-copy-line {
    will-change: auto;
  }

  .theme-camp-dots {
    gap: 10px 12px;
  }

  .theme-camp-dot {
    width: 100px;
    padding: 6px;
    font-size: 1.02rem;
  }

  .theme-copy-line-left {
    font-size: 1.42rem;
  }

  .theme-copy-line-right {
    font-size: clamp(3.18rem, 7.8vw, 4.86rem);
    letter-spacing: -0.04em;
  }

  .hero {
    min-height: var(--hero-height);
    padding-top: 144px;
    padding-bottom: 92px;
  }

  .hero-main,
  .theme-layout {
    gap: 18px;
  }

  .hero-main {
    min-height: max(0px, calc(var(--hero-height) - 232px));
  }

  .floating-obj {
    display: none;
  }

  .hero-curve {
    top: 41%;
  }

  .camp-grid,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .event-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .schedule-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .schedule-tab {
    width: 100%;
    min-width: 0;
    min-height: 88px;
    align-items: center;
    justify-content: center;
    padding: 14px 10px;
    border-radius: 18px;
    text-align: center;
  }

  .tab-day {
    font-size: 0.68rem;
    letter-spacing: 0.08em;
  }

  .tab-date {
    font-size: 0.76rem;
    line-height: 1.35;
  }

  .footer-shell {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 640px) {
  :root {
    --hero-height: 100svh;
    --theme-stage-height: 100svh;
  }

  #overview.section {
    padding-top: 64px;
    padding-bottom: 56px;
  }

  #program .section-intro h2 {
    font-size: 1.84rem;
  }

  .section-intro {
    margin-bottom: 34px;
  }

  #overview .section-intro {
    margin-bottom: 28px;
  }

  .theme-stage {
    min-height: var(--theme-stage-height);
    padding: 92px 0 92px;
  }

  .hero {
    min-height: var(--hero-height);
    padding: 116px 0 84px;
  }

  .container {
    width: min(var(--container), calc(100% - 16px));
  }

  .hero-title {
    font-size: 2.5rem;
    line-height: 0.98;
  }

  .hero-title-line:first-child {
    font-size: 0.8em;
    transform: translateX(-0.2em);
  }

  .hero-title-line:last-child {
    transform: translateX(0.2em);
  }

  .hero-title-block {
    gap: 14px;
  }

  .hero-kicker {
    min-height: 32px;
    padding: 0 12px;
    font-size: 0.92rem;
  }

  .hero-main {
    min-height: max(0px, calc(var(--hero-height) - 224px));
  }

  .photo-gallery-intro {
    margin-bottom: 26px;
  }

  .photo-carousel {
    padding: 0;
    gap: 16px;
  }

  .photo-carousel-viewport {
    padding-inline: 14px;
  }

  .photo-slide {
    flex-basis: clamp(214px, 76vw, 272px);
    border-radius: 22px;
  }

  .photo-slide figcaption {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .photo-slide figcaption strong {
    font-size: 0.98rem;
  }

  .photo-carousel-footer {
    flex-direction: column;
    align-items: center;
  }

  .photo-carousel-nav {
    inset-inline: 8px;
  }

  .photo-lightbox {
    padding: 12px;
  }

  .photo-lightbox-shell {
    width: min(100vw - 12px, 1080px);
    gap: 12px;
  }

  .photo-lightbox-stage {
    min-height: auto;
    padding: 2px 48px;
  }

  .photo-lightbox-image {
    max-height: 84svh;
    border-radius: 18px;
  }

  .photo-lightbox-nav {
    width: 34px;
    height: 34px;
  }

  .photo-lightbox-close {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
  }

  .photo-lightbox-nav-prev {
    left: 10px;
  }

  .photo-lightbox-nav-next {
    right: 10px;
  }

  .photo-lightbox-meta {
    gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-content {
    gap: 18px;
  }

  .hero-title-block-reframed {
    gap: 10px;
    padding: 10px 10px 12px;
  }

  .hero-title-block-reframed::before {
    top: 18%;
    width: min(96vw, 620px);
    height: 72px;
  }

  .hero-title-block-reframed::after {
    top: 4px;
    right: 8px;
    width: 48px;
    height: 48px;
  }

  .hero-camp-name {
    gap: 0.16em;
    font-size: clamp(1.98rem, 7.2vw, 2.36rem);
    line-height: 0.97;
    letter-spacing: -0.056em;
  }

  .hero-concept-heading {
    gap: 4px;
  }

  .hero-concept-kicker {
    gap: 12px;
    font-size: 0.84rem;
    letter-spacing: 0.11em;
  }

  .hero-concept-kicker::before,
  .hero-concept-kicker::after {
    width: 34px;
  }

  .hero-concept-rooted-row {
    gap: 10px;
  }

  .hero-concept-rooted {
    font-size: 2.3rem;
    -webkit-text-stroke-width: 1.1px;
  }

  .hero-concept-heirs {
    font-size: 3.22rem;
    padding: 0.04em 0.12em 0.08em;
  }

  .hero-manifesto {
    width: min(100%, 100%);
  }

  .hero-manifesto-note {
    gap: 0.26em;
    font-size: 1.62rem;
    line-height: 1.18;
    letter-spacing: -0.045em;
  }

  .hero-manifesto-note::before,
  .hero-manifesto-note::after {
    content: none;
  }

  .theme-motion {
    --theme-slide-distance: 72px;
    --theme-slide-distance-strong: 96px;
    --theme-dot-rise: 12px;
    gap: 15px;
  }

  .theme-motion-meta,
  .theme-motion-head,
  .theme-motion-copy {
    width: 100%;
  }

  .theme-motion-head {
    gap: 15px;
  }

  .theme-motion-body {
    gap: 46px;
  }

  .theme-motion-copy {
    gap: 32px;
  }

  .theme-camp-dots {
    gap: 8px 10px;
  }

  .theme-camp-dot {
    width: 90px;
    padding: 5px;
    font-size: 0.92rem;
    letter-spacing: -0.015em;
  }

  .theme-motion-note {
    font-size: 0.78rem;
    line-height: 1.6;
  }

  .theme-motion-line {
    line-height: 1;
    letter-spacing: 0;
  }

  .theme-motion-line-left {
    font-size: 0.96rem;
    letter-spacing: 0.14em;
  }

  .theme-motion-line-right {
    font-size: 1.48rem;
  }

  .theme-copy-line {
    font-size: 1rem;
    line-height: 1.44;
    letter-spacing: 0.05em;
  }

  .theme-copy-line-left {
    font-size: 1.22rem;
  }

  .theme-copy-line-right {
    font-size: 2.84rem;
    line-height: 1.06;
    letter-spacing: -0.04em;
  }

  .program-summary-head {
    gap: 8px;
  }

  .program-summary h3 {
    font-size: 1.46rem;
  }

  .program-summary-age {
    font-size: 0.78rem;
  }

  .program-summary-desc {
    margin-top: 10px;
    font-size: 0.88rem;
  }

  .program-summary-item {
    font-size: 0.92rem;
    line-height: 1.76;
  }

  .schedule-tabs {
    gap: 6px;
  }

  .schedule-tab {
    min-height: 82px;
    padding: 11px 8px;
  }

  .tab-day {
    font-size: 0.6rem;
    letter-spacing: 0.06em;
  }

  .tab-date {
    font-size: 0.68rem;
  }

  .brand {
    gap: 10px;
    min-width: 0;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .brand-icon {
    width: 20px;
    height: 20px;
  }

  .brand-title {
    font-size: 0.96rem;
  }

  .brand-subtitle {
    display: none;
  }

  .mobile-nav {
    gap: 24px;
    width: min(320px, calc(100% - 40px));
  }

  .mobile-nav a {
    font-size: clamp(1.85rem, 8vw, 2.2rem);
  }

  .hero-cta-group {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-pill {
    width: min(100%, 260px);
    justify-content: center;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
    border-radius: 18px;
  }

  .hero-theme-card,
  .hero-card,
  .theme-spotlight,
  .camp-card,
  .info-card,
  .program-summary,
  .schedule-card,
  .apply-card,
  .faq-card,
  .org-card {
    padding: 20px;
    border-radius: 22px;
  }

  .hero-card-list li,
  .apply-list div {
    padding-bottom: 14px;
  }

  .hero-theme-card {
    width: 100%;
  }

  .theme-frame,
  .theme-placeholder {
    padding: 18px;
    border-radius: 20px;
  }

  .hero-curve-lines::before {
    width: min(88vw, 420px);
    height: min(88vw, 420px);
    top: 40%;
  }

  .hero-curve {
    top: 40%;
    width: min(88vw, 392px);
    height: 180px;
  }

  .hero-curve-b {
    width: min(84vw, 360px);
    height: 164px;
  }

  .hero-curve-c {
    width: min(80vw, 328px);
    height: 148px;
  }

  .hero-curve-d {
    width: min(74vw, 292px);
    height: 132px;
  }

  .event-board,
  .event-highlight {
    padding: 18px;
  }

  .event-layout {
    gap: 12px;
  }

  .event-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 12px 0;
  }

  .event-row-label {
    font-size: 0.66rem;
  }

  .event-row-body strong {
    font-size: 0.94rem;
    line-height: 1.34;
  }

  .event-row-registration .event-row-body strong {
    column-gap: 0.28em;
    row-gap: 1px;
  }

  .event-row-body p {
    font-size: 0.84rem;
    line-height: 1.56;
  }

  .event-date-list span {
    font-size: 0.72rem;
  }

  .event-date-track {
    max-width: 100%;
    min-height: 10px;
  }

  .event-date-track span {
    height: 10px;
  }

  .event-side {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .event-highlight {
    padding: 16px 18px;
  }

  .event-highlight-label {
    margin-bottom: 14px;
    font-size: 0.7rem;
  }

  .event-highlight-accent .event-highlight-label {
    margin-bottom: 18px;
  }

  .event-highlight h3 {
    margin-bottom: 4px;
    font-size: 1.06rem;
    line-height: 1.28;
  }

  .camp-character-wrap {
    min-height: 158px;
    margin-top: 14px;
    padding: 10px 12px 8px;
    border-radius: 20px;
  }

  .schedule-card {
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 16px;
  }

  .time-box {
    width: 64px;
    min-height: 64px;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    border-radius: 18px;
  }

  .info-box {
    min-width: 0;
    min-height: 64px;
  }

  .info-box h4 {
    font-size: 0.94rem;
    line-height: 1.32;
  }

  .speaker-tag {
    align-self: center;
    margin-left: auto;
    padding: 5px 8px;
    font-size: 0.64rem;
  }

  .apply-contact-list li {
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
  }

  .scroll-indicator {
    bottom: 26px;
    display: grid;
    gap: 4px;
    font-size: 0.6rem;
    letter-spacing: 0.14em;
    padding-bottom: 46px;
  }

  .scroll-indicator strong {
    font-size: 0.82rem;
  }

  .faq-card summary,
  .faq-card p {
    padding-left: 22px;
    padding-right: 22px;
  }

  .mobile-sticky-cta {
    inset: auto 0 0;
    right: 0;
    bottom: 0;
    padding: 12px 8px 16px;
    background: linear-gradient(180deg, rgba(255, 250, 246, 0), rgba(255, 250, 246, 0.96) 42%);
    backdrop-filter: blur(12px);
    transform: translateY(120%);
    display: block;
  }

  .mobile-sticky-cta .btn-primary {
    width: 100%;
    border-radius: 20px;
  }

  .site-footer {
    padding-bottom: 138px;
  }

  .footer-marquee {
    padding: 5px 0;
  }

  .marquee-track {
    padding-right: 24px;
    font-size: 0.6rem;
    letter-spacing: 0.1em;
  }
}

@media (max-width: 430px) {
  :root {
    --hero-height: 100svh;
    --theme-stage-height: 100svh;
  }

  #overview.section {
    padding-top: 56px;
    padding-bottom: 48px;
  }

  #program .section-intro h2 {
    font-size: 1.6rem;
  }

  .footer-shell {
    margin-bottom: 0;
    transform: translateY(-52px);
  }

  .site-header {
    top: 8px;
  }

  .container {
    width: min(var(--container), calc(100% - 14px));
  }

  .header-shell {
    gap: 10px;
    padding: 11px 12px;
    border-radius: 18px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand-title {
    font-size: 0.92rem;
  }

  .section:not(.section-theme) {
    padding: 76px 0;
  }

  .section-intro {
    margin-bottom: 30px;
  }

  #overview .section-intro {
    margin-bottom: 24px;
  }

  .section-intro h2 {
    font-size: 1.92rem;
  }

  #overview .section-intro h2 {
    font-size: 1.76rem;
  }

  .section-intro p:last-child {
    font-size: 0.88rem;
    line-height: 1.62;
  }

  .hero {
    min-height: var(--hero-height);
    padding: 104px 0 68px;
  }

  .hero-main {
    min-height: max(0px, calc(var(--hero-height) - 186px));
  }

  .hero-content {
    gap: 16px;
  }

  .hero-title-block-reframed {
    gap: 8px;
    padding: 8px 2px 10px;
  }

  .hero-title-block-reframed::before {
    top: 16%;
    width: min(100%, 340px);
    height: 56px;
  }

  .hero-title-block-reframed::after {
    top: 2px;
    right: 0;
    width: 40px;
    height: 40px;
  }

  .photo-carousel {
    padding: 0;
  }

  .photo-slide {
    flex-basis: clamp(204px, 84vw, 248px);
  }

  .photo-carousel-dots {
    gap: 8px;
  }

  .photo-carousel-control {
    width: 30px;
    height: 30px;
  }

  .photo-lightbox-nav {
    width: 30px;
    height: 30px;
  }

  .photo-lightbox-close {
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
  }

  .photo-lightbox-stage {
    padding: 0 36px;
  }

  .photo-lightbox-meta strong {
    font-size: 1rem;
  }

  .photo-lightbox-meta span {
    font-size: 0.72rem;
  }

  .hero-camp-name {
    gap: 0.14em;
    font-size: clamp(1.72rem, 7.6vw, 1.92rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
  }

  .hero-concept-heading {
    gap: 3px;
  }

  .hero-concept-rooted-row {
    gap: 7px;
  }

  .hero-concept-rooted {
    font-size: 1.9rem;
    -webkit-text-stroke-width: 0.95px;
  }

  .hero-concept-heirs {
    font-size: 2.46rem;
    padding: 0.03em 0.1em 0.06em;
  }

  .hero-manifesto {
    width: min(100%, 100%);
  }

  .hero-manifesto-note {
    gap: 0.22em;
    font-size: 1.35rem;
    line-height: 1.18;
    letter-spacing: -0.045em;
  }

  .hero-manifesto-note::before,
  .hero-manifesto-note::after {
    content: none;
  }

  .hero-pill {
    min-height: 48px;
    font-size: 0.9rem;
  }

  .hero-pill-icon {
    width: 30px;
    height: 30px;
  }

  .theme-stage {
    min-height: var(--theme-stage-height);
    padding: 86px 0 86px;
  }

  .theme-motion {
    --theme-slide-distance: 56px;
    --theme-slide-distance-strong: 76px;
    --theme-dot-rise: 10px;
    gap: 14px;
  }

  .theme-motion-head {
    gap: 14px;
  }

  .theme-motion-body {
    gap: 40px;
  }

  .theme-motion-copy {
    gap: 28px;
  }

  .theme-camp-dots {
    gap: 7px 8px;
  }

  .theme-camp-dot {
    width: 82px;
    padding: 5px;
    font-size: 0.82rem;
    letter-spacing: -0.015em;
  }

  .theme-motion-note {
    font-size: 0.76rem;
    line-height: 1.52;
  }

  .theme-motion-line {
    font-size: 1.04rem;
  }

  .theme-motion-line-left {
    font-size: 0.9rem;
    letter-spacing: 0.12em;
  }

  .theme-motion-line-right {
    font-size: 1.26rem;
  }

  .theme-copy-line {
    font-size: 0.96rem;
    line-height: 1.42;
  }

  .theme-copy-line-left {
    font-size: 1.08rem;
  }

  .theme-copy-line-right {
    font-size: 2.42rem;
    line-height: 1.06;
    letter-spacing: -0.04em;
  }

  .camp-intro-grid {
    margin-top: 34px;
    gap: 14px;
  }

  .camp-card {
    padding: 16px;
    border-radius: 18px;
  }

  .camp-head {
    margin-bottom: 12px;
    gap: 8px;
  }

  .camp-card h3 {
    margin-bottom: 10px;
    font-size: 1.34rem;
  }

  .camp-copy-title {
    font-size: 0.96rem;
    line-height: 1.48;
  }

  .camp-copy-item {
    gap: 6px;
    padding: 14px;
    font-size: 0.88rem;
    line-height: 1.68;
  }

  .camp-character-wrap {
    min-height: 142px;
    margin-top: 12px;
    padding: 8px 10px 6px;
    border-radius: 18px;
  }

  .camp-character-svg {
    width: min(100%, 190px);
    max-width: 190px;
  }

  .event-board,
  .event-highlight,
  .org-card {
    padding: 14px;
    border-radius: 18px;
  }

  .event-board-head {
    gap: 8px;
    margin-bottom: 12px;
  }

  .event-board h3,
  .event-highlight h3,
  .org-card h3 {
    font-size: 1.18rem;
  }

  .event-board-note,
  .event-highlight p,
  .org-card p {
    font-size: 0.88rem;
    line-height: 1.6;
  }

  .event-row {
    gap: 5px;
    padding: 9px 0;
  }

  .event-row-body strong,
  .org-meta-item span,
  .apply-contact-list span {
    font-size: 0.88rem;
    line-height: 1.34;
  }

  .event-row-registration .event-row-body strong {
    column-gap: 0.22em;
    row-gap: 0;
  }

  .event-date-range-sep {
    opacity: 0.72;
  }

  .event-row-body p {
    font-size: 0.76rem;
    line-height: 1.48;
  }

  .event-date-track {
    --event-date-dot-size: 4px;
    --event-date-line-thickness: 2px;
    min-height: 8px;
  }

  .event-date-list span {
    font-size: 0.64rem;
    letter-spacing: -0.02em;
  }

  .event-date-track span {
    height: 8px;
  }

  .event-highlight {
    padding: 13px 14px;
  }

  .event-highlight-label {
    margin-bottom: 12px;
    font-size: 0.66rem;
  }

  .event-highlight-accent .event-highlight-label {
    margin-bottom: 16px;
  }

  .event-highlight h3 {
    margin-bottom: 3px;
    font-size: 0.92rem;
    line-height: 1.24;
  }

  .org-grid {
    gap: 12px;
  }

  .org-meta {
    gap: 14px;
  }

  .org-meta-item + .org-meta-item {
    padding-top: 14px;
  }

  .apply-contact-list li {
    padding: 9px 0;
  }

  .program-panel {
    gap: 16px;
  }

  .program-summary {
    padding: 16px;
  }

  .program-summary-head {
    gap: 6px 8px;
  }

  .program-summary h3 {
    font-size: 1.24rem;
  }

  .program-summary-age {
    font-size: 0.68rem;
  }

  .program-summary-desc {
    margin-top: 8px;
    font-size: 0.8rem;
  }

  .program-summary-copy {
    margin-top: 14px;
    padding-top: 14px;
  }

  .program-summary-item {
    font-size: 0.84rem;
    line-height: 1.64;
  }

  .schedule-card-group {
    gap: 8px;
  }

  .schedule-card {
    gap: 10px;
    padding: 12px;
    border-radius: 18px;
  }

  .time-box {
    width: 56px;
    min-height: 56px;
    border-radius: 16px;
  }

  .ampm {
    font-size: 0.56rem;
    letter-spacing: 0.12em;
  }

  .time {
    font-size: 1.02rem;
  }

  .info-box {
    min-height: 56px;
  }

  .info-box .schedule-date {
    margin-bottom: 2px;
    font-size: 0.7rem;
    line-height: 1.2;
  }

  .info-box h4 {
    font-size: 0.84rem;
    line-height: 1.22;
    letter-spacing: -0.015em;
  }

  .speaker-tag {
    min-height: 26px;
    padding: 4px 6px;
    font-size: 0.56rem;
  }

  .footer-marquee {
    padding: 3px 0;
  }

  .marquee-track {
    padding-right: 20px;
    font-size: 0.52rem;
    letter-spacing: 0.08em;
  }

  .footer-shell {
    margin-bottom: 0;
    transform: translateY(-40px);
  }

  .footer-top-link {
    font-size: 0.84rem;
  }

  .mobile-sticky-cta {
    padding: 10px 8px 14px;
  }
}
