@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@1,500;1,600;1,700&family=Nanum+Pen+Script&family=Noto+Serif+KR:wght@400;500;600;700;900&display=swap";
@import "https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css";

/* virtual-fs:/src/components/NajuDrawingLanding.css */
:root {
  --font-sans:
    "Pretendard",
    "Apple SD Gothic Neo",
    "Noto Sans KR",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --font-title:
    "Noto Serif KR",
    "Pretendard",
    serif;
  --font-serif-en:
    "Cormorant Garamond",
    Georgia,
    serif;
  --font-hand:
    "Nanum Pen Script",
    "Pretendard",
    cursive;
  --paper: #fbfcff;
  --white: #ffffff;
  --ink: #14224b;
  --ink-soft: #2b3866;
  --blue: #0c3d8f;
  --blue-deep: #082c6f;
  --blue-bright: #1f6dd6;
  --orange: #f47b2c;
  --orange-deep: #e45f14;
  --pink: #ef4a78;
  --green: #3aa66f;
  --red: #e23b3b;
  --line: rgba(20, 34, 75, 0.16);
  --content-max: 1280px;
  --content-narrow: 1120px;
  --page-x: clamp(20px, 6vw, 96px);
  --radius-lg: 28px;
  --shadow-soft: 0 18px 42px rgba(12, 61, 143, 0.10);
  --shadow-card: 0 16px 36px rgba(12, 61, 143, 0.10);
}
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  min-width: 320px;
  overflow-x: hidden;
}
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: var(--font-sans) !important;
  background: var(--paper);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  letter-spacing: -0.02em;
}
.naju-page,
.naju-page * {
  font-family: var(--font-sans) !important;
}
.brand-mark,
.brand-line-1,
.hero-dates,
.hero-dates *,
.sub-amp,
.naju-script,
.sb-script,
.stat-num,
.stat-num *,
.tl-date,
.benefit-num,
.bq-mark {
  font-family: var(--font-serif-en) !important;
}
.hero-title,
.hero-title * {
  font-family: var(--font-title) !important;
}
.hero-slogan,
.footer-line {
  font-family: var(--font-hand) !important;
}
a {
  color: inherit;
  text-decoration: none;
}
img,
svg {
  display: block;
  max-width: 100%;
}
@keyframes butterfly-border-sweep {
  0% {
    background-position: -180% 0, 0% 50%;
    opacity: 0.74;
  }
  50% {
    background-position: 18% 0, 100% 50%;
    opacity: 1;
  }
  100% {
    background-position: 200% 0, 0% 50%;
    opacity: 0.78;
  }
}
@keyframes butterfly-border-pulse {
  0%, 100% {
    filter: drop-shadow(0 0 0 rgba(31, 109, 214, 0)) drop-shadow(0 0 6px rgba(244, 123, 44, 0.10));
  }
  50% {
    filter: drop-shadow(0 0 10px rgba(31, 109, 214, 0.2)) drop-shadow(0 0 16px rgba(239, 74, 120, 0.18));
  }
}
.about-text,
.stat,
.cat-card,
.howto-info,
.howto-timeline,
.benefit-card,
.panel-soft,
.contact-card {
  position: relative;
  isolation: isolate;
}
.about-text::after,
.stat::after,
.cat-card::after,
.howto-info::after,
.howto-timeline::after,
.benefit-card::after,
.panel-soft::after,
.contact-card::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(31, 109, 214, 0.30), rgba(244, 123, 44, 0.26), rgba(239, 74, 120, 0.22)) border-box;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 3;
}
button,
input,
textarea,
select {
  font: inherit;
}
.naju-page {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  min-height: 100vh;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: clip;
  background: var(--paper);
}
@supports not (overflow: clip) {
  .naju-page {
    overflow-x: hidden;
  }
}
.poster-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0.4 !important;
  filter: saturate(1.02);
}
.poster-bg-veil {
  display: none !important;
}
.wash {
  position: fixed;
  z-index: 0;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(80px);
  opacity: 0.26;
}
.w-blue {
  width: 52vw;
  height: 52vw;
  top: -12vw;
  right: -16vw;
  background: radial-gradient(closest-side, rgba(106, 166, 232, 0.52), transparent 70%);
}
.w-pink {
  width: 34vw;
  height: 34vw;
  top: 40vh;
  left: -12vw;
  background: radial-gradient(closest-side, rgba(239, 74, 120, 0.22), transparent 70%);
}
.w-orange {
  width: 38vw;
  height: 38vw;
  top: 80vh;
  right: -10vw;
  background: radial-gradient(closest-side, rgba(244, 123, 44, 0.24), transparent 70%);
}
.w-yellow {
  width: 44vw;
  height: 44vw;
  bottom: -12vw;
  left: 18vw;
  background: radial-gradient(closest-side, rgba(247, 204, 90, 0.24), transparent 70%);
}
.naju-page > header,
.naju-page > section,
.naju-page > footer {
  position: relative;
  z-index: 2;
}
[data-reveal] {
  opacity: 1;
  transform: none;
}
.js-reveal-on [data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 720ms ease, transform 720ms ease;
}
.js-reveal-on [data-reveal].is-revealed {
  opacity: 1;
  transform: none;
}
.topnav {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 32px);
  padding: 14px var(--page-x);
  background: #fff !important;
  opacity: 1 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: 1px solid rgba(20, 34, 75, 0.10);
  box-shadow: 0 4px 18px rgba(20, 34, 75, 0.06);
}
.brand,
.brand-dday-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  white-space: nowrap;
}
.brand-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  flex: 0 0 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--blue-bright));
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  box-shadow: 0 6px 14px rgba(12, 61, 143, 0.24);
}
.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.06;
  white-space: nowrap;
}
.brand-line-1 {
  color: var(--blue);
  font-size: 21px;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
}
.brand-line-2 {
  margin-top: 2px;
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.22em;
}
.navlinks {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 30px);
  margin-left: auto;
  color: #1e2e5c;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.navlinks a {
  position: relative;
  transition: color 180ms ease;
}
.navlinks a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 2px;
  border-radius: 2px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}
.navlinks a:hover {
  color: var(--blue);
}
.navlinks a:hover::after {
  transform: scaleX(1);
}
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff !important;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -0.035em;
  box-shadow: 0 8px 20px rgba(12, 61, 143, 0.22);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}
.nav-cta:hover {
  background: var(--blue-bright);
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(12, 61, 143, 0.26);
}
.brand-dday,
.nav-dday {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  min-height: 38px;
  padding: 0 15px;
  border-radius: 999px;
  background: var(--blue) !important;
  border: 1px solid var(--blue) !important;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(12, 61, 143, 0.22);
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  white-space: nowrap;
}
.brand-dday strong,
.nav-dday strong {
  color: #ffd08a !important;
  font-size: 19px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.04em;
}
.brand-dday span,
.nav-dday span {
  color: #fff !important;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: -0.035em;
}
.hero {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: auto;
  padding: clamp(120px, 9vw, 160px) var(--page-x) clamp(150px, 10vw, 210px);
  text-align: center;
  overflow: visible;
  isolation: auto;
  opacity: 1 !important;
}
.hero::before {
  content: none !important;
  display: none !important;
  background: none !important;
}
.hero-date-stack,
.hero-title,
.hero-sub,
.hero-slogan,
.hero-desc,
.hero-ctas {
  max-width: var(--content-max);
  margin-left: auto;
  margin-right: auto;
}
.hero-date-stack {
  position: relative;
  z-index: 4;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.28em;
}
.eyebrow-line {
  display: inline-block;
  width: 38px;
  height: 1px;
  background: var(--blue);
}
.hero-dates {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 14px;
  margin: 0;
  color: var(--ink);
  font-style: italic;
  font-weight: 700;
}
.d-num {
  font-size: clamp(31px, 3.7vw, 52px);
  line-height: 1;
}
.d-tilde {
  color: var(--blue);
  font-size: clamp(22px, 2.5vw, 34px);
}
.hero-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: clamp(8px, 1.1vw, 22px);
  margin-top: 0;
  margin-bottom: 0;
  color: var(--blue-deep);
  font-size: clamp(72px, 9vw, 150px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.105em;
}
.hero-title > * {
  text-shadow:
    -1px 0 0 rgba(255, 255, 255, 0.95),
    1px 0 0 rgba(255, 255, 255, 0.95),
    0 -1px 0 rgba(255, 255, 255, 0.95),
    0 1px 0 rgba(255, 255, 255, 0.95),
    0 8px 32px rgba(255, 255, 255, 0.86);
}
.t-naju {
  position: relative;
  color: #082c6f;
}
.t-naju::after {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: 13%;
  z-index: -1;
  height: 24%;
  border-radius: 999px;
  background: radial-gradient(closest-side, rgba(106, 166, 232, 0.38), transparent 72%);
  filter: blur(8px);
}
.t-drawing {
  display: inline-flex;
}
.t-d {
  color: #e35a14;
}
.t-r {
  color: #d8345f;
}
.t-i {
  color: #0e54c5;
}
.hero-sub {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 18px;
  margin-top: 26px;
  color: var(--blue);
  font-size: clamp(32px, 3.9vw, 58px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.065em;
  text-shadow: 0 6px 24px rgba(255, 255, 255, 0.86);
}
.sub-amp {
  color: var(--orange);
  font-style: italic;
  font-weight: 700;
}
.hero-slogan {
  margin-top: 52px;
  color: var(--blue);
  font-size: clamp(31px, 3.6vw, 50px);
  line-height: 1.35;
  letter-spacing: 0.01em;
  text-shadow: 0 5px 22px rgba(255, 255, 255, 0.92);
}
.hero-desc {
  max-width: 720px;
  margin-top: 36px;
  color: var(--ink-soft);
  font-size: clamp(19px, 1.55vw, 23px);
  font-weight: 700;
  line-height: 1.85;
  text-shadow: 0 3px 16px rgba(255, 255, 255, 0.92);
}
.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 52px;
}
.btn-primary,
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 60px;
  padding: 0 36px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 18px;
  transition:
    transform 200ms,
    box-shadow 200ms,
    background 200ms,
    color 200ms;
  cursor: pointer;
  border: 0;
}
.btn-primary {
  background: linear-gradient(135deg, var(--orange), var(--pink));
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(244, 123, 44, 0.30);
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(244, 123, 44, 0.36);
}
.btn-ghost {
  background: #fff;
  color: var(--blue) !important;
  border: 1.5px solid rgba(12, 61, 143, 0.26);
  box-shadow: 0 10px 24px rgba(12, 61, 143, 0.08);
}
.btn-ghost:hover {
  border-color: var(--blue);
  transform: translateY(-2px);
}
.btn-ghost.light {
  background: rgba(255, 255, 255, 0.16);
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.46);
  box-shadow: none;
}
.btn-ghost.light:hover {
  background: rgba(255, 255, 255, 0.24);
}
.btn-primary.big,
.btn-ghost.big {
  min-height: 60px;
  padding: 0 36px;
  font-size: 18px;
}
.btn-arrow {
  display: inline-block;
  transition: transform 180ms ease;
}
.btn-primary:hover .btn-arrow {
  transform: translateX(4px);
}
.hero-countdown {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-top: 8px;
  padding: 13px 30px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(12, 61, 143, 0.18);
  box-shadow: 0 12px 28px rgba(12, 61, 143, 0.09);
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
.cd-num {
  color: var(--orange-deep);
  font-size: 36px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.04em;
}
.cd-label {
  margin-top: 6px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: -0.025em;
}
.hero-naju-mark {
  position: absolute;
  top: clamp(58px, 5.5vw, 86px);
  right: var(--page-x);
  z-index: 4;
  text-align: right;
  color: var(--blue);
  text-shadow: 0 5px 24px rgba(255, 255, 255, 0.86);
}
.naju-script {
  font-size: clamp(38px, 4.6vw, 64px);
  font-weight: 600;
  font-style: italic;
  line-height: 1;
}
.naju-sub {
  margin-top: 5px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.24em;
}
.countdown-band {
  display: flex;
  justify-content: center;
  width: min(1120px, calc(100% - 96px));
  margin: 0 auto;
  padding: 0;
}
.hero + .countdown-band {
  margin-top: -40px;
}
.countdown-band + .section {
  margin-top: 96px;
}
.cd-card {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 40px);
  width: 100%;
  padding: 22px clamp(28px, 4vw, 48px);
  box-sizing: border-box;
  border-radius: 22px;
  background: linear-gradient(135deg, #0c3d8f 0%, #1d52a8 58%, #2d6dc7 100%);
  box-shadow: 0 22px 50px rgba(12, 61, 143, 0.28);
}
.cd-eyebrow {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 850;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.cd-timer {
  display: grid;
  grid-template-columns: repeat(4, minmax(90px, 1fr));
  gap: 12px;
  flex: 1;
  min-width: 0;
}
.cd-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 110px;
  padding: 16px 14px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.cd-value {
  color: #ffd08a;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.05em;
}
.cd-label {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
}
.cd-date {
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.section {
  width: min(1120px, calc(100% - 160px));
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.hero + .section {
  margin-top: 88px;
}
.section + .section {
  margin-top: 96px;
}
.section-eyebrow {
  display: inline-block;
  margin-bottom: 22px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--orange);
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.28em;
}
.section-eyebrow.light {
  color: rgba(255, 255, 255, 0.86);
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.section-title {
  margin: 0;
  color: #0f214a;
  font-size: clamp(34px, 3.6vw, 52px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.065em;
}
.section-title em {
  position: relative;
  z-index: 1;
  color: var(--blue);
  font-style: normal;
}
.section-title em::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(244, 123, 44, 0.34), rgba(239, 74, 120, 0.22));
}
.section-sub {
  max-width: 660px;
  margin-top: 18px;
  color: var(--ink-soft);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
}
.section-sub .plus {
  color: var(--orange);
  font-weight: 950;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin-top: 56px;
}
.about-text {
  width: 100%;
  margin: 0;
  padding: clamp(48px, 4vw, 56px) clamp(58px, 6vw, 86px);
  border-radius: var(--radius-lg);
  background: linear-gradient(140deg, #eaf1fc 0%, #f6faff 60%);
  border: 1px solid rgba(12, 61, 143, 0.16);
  box-shadow: var(--shadow-soft);
  color: #10234f;
  font-size: clamp(19px, 1.55vw, 23px);
  font-weight: 600;
  line-height: 1.92;
  letter-spacing: -0.04em;
}
.about-text p {
  margin: 0 0 24px;
}
.about-text p:last-child {
  margin-bottom: 0;
}
.about-text strong {
  color: #10234f;
  font-weight: 900;
}
.about-callout {
  display: inline-block;
  margin-top: 16px !important;
  padding: 16px 22px;
  border-left: 4px solid var(--orange);
  background: #fff4e2;
  color: #10234f !important;
  font-size: 18px !important;
  font-weight: 900;
  line-height: 1.7;
}
.about-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.stat {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  min-height: 138px;
  padding: 36px 42px;
  border-radius: 24px;
  background: linear-gradient(140deg, #eef4fd 0%, #f8fbff 70%);
  border: 1px solid rgba(12, 61, 143, 0.16);
  box-shadow: var(--shadow-card);
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.stat:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 44px rgba(12, 61, 143, 0.13);
}
.stat-num {
  color: var(--blue);
  font-size: clamp(54px, 4.6vw, 70px);
  font-weight: 700;
  font-style: italic;
  line-height: 1;
}
.stat-num span {
  margin-left: 4px;
  color: var(--ink-soft);
  font-size: 23px;
  font-style: normal;
  font-weight: 900;
}
.stat-label {
  color: var(--ink-soft);
  font-size: 17px;
  font-weight: 900;
  white-space: nowrap;
}
.cat-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 56px;
}
.cat-card {
  position: relative;
  overflow: hidden;
  min-height: 214px;
  padding: 34px 22px;
  border-radius: 22px;
  background: #fff;
  background: color-mix(in srgb, var(--cat, var(--blue)) 9%, #fff);
  border: 1px solid rgba(12, 61, 143, 0.18);
  text-align: center;
  box-shadow: var(--shadow-card);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}
.cat-card::before {
  content: "";
  position: absolute;
  top: -28px;
  right: -28px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: var(--cat, var(--blue));
  opacity: 0.12;
  pointer-events: none;
}
.cat-card:hover {
  transform: translateY(-7px);
  border-color: var(--cat, var(--orange));
  box-shadow: 0 24px 52px rgba(12, 61, 143, 0.15);
}
.cat-icon {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  margin: 0 auto 18px;
  border-radius: 50%;
  color: var(--cat, var(--blue));
  border: 2px solid currentColor;
  background: #fff;
  transition: transform 220ms ease;
}
.cat-card:hover .cat-icon {
  transform: rotate(-5deg) scale(1.06);
}
.cat-name {
  color: var(--ink);
  font-size: 23px;
  font-weight: 950;
  letter-spacing: -0.05em;
}
.cat-desc {
  margin-top: 7px;
  color: var(--ink-soft);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}
.howto-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  align-items: start;
  margin-top: 56px;
}
.howto-info,
.howto-timeline {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 40px 38px;
  border-radius: 26px;
  background: linear-gradient(140deg, #eef4fd 0%, #f8fbff 65%);
  border: 1px solid rgba(12, 61, 143, 0.16);
  box-shadow: var(--shadow-card);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}
.howto-info::before,
.howto-timeline::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -90px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(106, 166, 232, 0.18), transparent 68%);
  pointer-events: none;
}
.howto-info:hover,
.howto-timeline:hover {
  transform: translateY(-4px);
  border-color: rgba(244, 123, 44, 0.38);
  box-shadow: 0 24px 56px rgba(12, 61, 143, 0.14);
}
.info-head {
  margin-bottom: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  color: var(--blue);
  font-size: 19px;
  font-weight: 950;
  letter-spacing: -0.05em;
}
.info-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.info-list li {
  display: grid;
  grid-template-columns: 30px 88px 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px dashed var(--line);
}
.info-list li:last-child {
  border-bottom: 0;
}
.info-icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: rgba(244, 123, 44, 0.14);
  color: var(--orange);
  font-size: 14px;
  font-weight: 900;
}
.info-label {
  color: var(--ink);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.025em;
}
.info-value {
  color: var(--ink-soft);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.55;
}
.timeline {
  position: relative;
  margin-top: 8px;
  padding-left: 24px;
}
.timeline-bar {
  position: absolute;
  left: 5px;
  top: 12px;
  bottom: 12px;
  width: 2px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--blue), var(--orange), var(--pink));
  opacity: 0.55;
}
.tl-item {
  position: relative;
  padding: 18px 0 18px 22px;
}
.tl-dot {
  position: absolute;
  left: -22px;
  top: 23px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--blue);
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px var(--blue);
}
.tl-item.is-flag .tl-dot {
  background: var(--red);
  box-shadow: 0 0 0 2px var(--red);
}
.tl-date {
  color: var(--ink);
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.15;
}
.tl-item.is-flag .tl-date {
  color: var(--red);
}
.tl-label {
  margin-top: 3px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 900;
}
.tl-note {
  margin-top: 5px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
.tl-item.is-flag .tl-note {
  color: var(--red);
  font-weight: 900;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 56px;
}
.benefit-card {
  position: relative;
  overflow: hidden;
  min-height: 256px;
  padding: 34px 28px 36px;
  border-radius: 22px;
  background: #fff;
  background: color-mix(in srgb, var(--bc, var(--blue)) 8%, #fff);
  border: 1px solid rgba(12, 61, 143, 0.18);
  border-top: 4px solid var(--bc, var(--blue));
  box-shadow: var(--shadow-card);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}
.benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 52px rgba(12, 61, 143, 0.15);
}
.benefit-num {
  color: var(--bc, var(--blue));
  font-size: 58px;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
}
.benefit-tag {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 11px;
  border-radius: 999px;
  border: 1px solid currentColor;
  color: var(--bc, var(--blue));
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
}
.benefit-title {
  margin: 15px 0 9px;
  color: var(--ink);
  font-size: 21px;
  font-weight: 950;
  line-height: 1.34;
  letter-spacing: -0.05em;
}
.benefit-desc {
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.72;
}
.benefit-corner {
  position: absolute;
  right: -26px;
  bottom: -26px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: var(--bc, var(--blue));
  opacity: 0.10;
  pointer-events: none;
  transition: transform 260ms ease;
}
.benefit-card:hover .benefit-corner {
  transform: scale(1.35);
}
.big-quote {
  position: relative;
  max-width: 820px;
  margin: 76px auto 0;
  text-align: center;
}
.bq-mark {
  margin-bottom: -28px;
  color: var(--orange);
  font-size: 120px;
  line-height: 0.6;
  opacity: 0.42;
}
.big-quote p {
  margin: 0;
  color: var(--blue);
  font-size: clamp(24px, 2.7vw, 36px);
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: -0.055em;
}
.quote-mobile {
  display: none;
}
.contact {
  width: min(var(--content-max), calc(100% - 48px));
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 64px 0 96px;
}
.contact-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  border-radius: 36px;
  background: linear-gradient(135deg, var(--blue) 0%, #1d52a8 58%, #2d6dc7 100%);
  color: #fff;
  box-shadow: 0 30px 80px rgba(12, 61, 143, 0.32);
}
.contact-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 82% 12%, rgba(244, 123, 44, 0.38), transparent 30%), radial-gradient(circle at 18% 88%, rgba(239, 74, 120, 0.26), transparent 30%);
  pointer-events: none;
}
.contact-left,
.contact-right {
  position: relative;
  padding: clamp(42px, 4.6vw, 60px) clamp(34px, 4vw, 54px);
}
.contact-title {
  margin: 12px 0 18px;
  color: #fff;
  font-size: clamp(31px, 3.35vw, 48px);
  font-weight: 950;
  line-height: 1.28;
  letter-spacing: -0.065em;
}
.contact-desc {
  max-width: 640px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  font-weight: 550;
  line-height: 1.85;
  letter-spacing: -0.035em;
}
.contact-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.contact .btn-primary,
.contact .btn-ghost {
  min-height: 56px;
  padding: 0 30px;
  font-size: 17px;
  font-weight: 950;
}
.contact .btn-ghost {
  min-width: 176px;
}
.contact-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  background: rgba(255, 255, 255, 0.08);
}
.contact-meta {
  display: grid;
  gap: 22px;
}
.cm-label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.cm-val {
  margin-top: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.04em;
}
.cm-sub {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 550;
  letter-spacing: -0.03em;
}
.guide-link {
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  max-width: 280px;
  padding: 18px 22px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(7, 25, 64, 0.22);
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.guide-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(7, 25, 64, 0.28);
}
.guide-link-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.guide-link-eyebrow {
  color: var(--orange-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
}
.guide-link-title {
  color: var(--ink);
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -0.04em;
}
.guide-link-arrow {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), var(--pink));
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  transition: transform 200ms ease;
}
.guide-link:hover .guide-link-arrow {
  transform: translateX(3px);
}
.phone-icon {
  font-size: 18px;
}
.panel-soft {
  overflow: hidden;
  padding: 38px clamp(28px, 4vw, 44px);
  border-radius: 26px;
  background: linear-gradient(140deg, #eef4fd 0%, #f8fbff 65%);
  border: 1px solid rgba(12, 61, 143, 0.16);
  box-shadow: var(--shadow-card);
}
.genre-panel {
  margin-top: 22px;
}
.panel-head {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.panel-head-title {
  color: var(--blue);
  font-size: 19px;
  font-weight: 950;
  letter-spacing: -0.05em;
}
.panel-head-sub {
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 700;
}
.genre-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.genre-tag {
  display: inline-flex;
  align-items: center;
  padding: 9px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(12, 61, 143, 0.18);
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.03em;
  box-shadow: 0 4px 12px rgba(12, 61, 143, 0.06);
}
.genre-tag.genre-etc {
  background: #eef1f6;
  border-color: rgba(20, 34, 75, 0.14);
  border-style: dashed;
  color: var(--ink-soft);
  font-weight: 700;
  box-shadow: none;
}
.spec-panel {
  margin-top: 8px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.spec-list li {
  grid-template-columns: 30px minmax(130px, 220px) 1fr;
}
.method-list li {
  grid-template-columns: 30px 1fr;
  align-items: start;
}
.method-body {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.method-top {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 12px;
}
.method-value {
  color: var(--blue);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.03em;
}
.method-note {
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}
.doc-block {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.doc-head {
  margin-bottom: 14px;
  color: var(--blue);
  font-size: 17px;
  font-weight: 950;
  letter-spacing: -0.04em;
}
.doc-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.doc-list li {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 14px;
  align-items: baseline;
}
.doc-label {
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -0.03em;
}
.doc-value {
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}
.fee-list {
  margin-top: 4px;
}
.fee-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px dashed var(--line);
}
.fee-row.is-sub .fee-name,
.fee-row.is-sub .fee-amount {
  color: var(--ink-soft);
}
.fee-name {
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.fee-amount {
  color: var(--blue);
  font-size: 18px;
  font-weight: 950;
  font-style: italic;
  letter-spacing: -0.03em;
}
.account-box {
  margin-top: 22px;
  padding: 20px 22px;
  border-radius: 16px;
  background: #fff4e2;
  border-left: 4px solid var(--orange);
}
.account-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.account-copy-btn {
  flex-shrink: 0;
  min-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: -0.02em;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(12, 61, 143, 0.18);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}
.account-copy-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(12, 61, 143, 0.22);
}
.account-copy-btn.is-copied {
  background: #2f8f5b;
}
.account-label {
  color: var(--orange-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}
.account-num {
  margin-top: 7px;
  color: var(--ink);
  font-size: 19px;
  font-weight: 950;
  letter-spacing: -0.02em;
}
.account-owner {
  margin-top: 4px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 700;
}
.schedule-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}
.schedule-brand {
  text-align: right;
  padding-right: clamp(8px, 2vw, 28px);
}
.sb-script {
  color: var(--blue);
  font-size: clamp(42px, 4.4vw, 64px);
  font-weight: 600;
  font-style: italic;
  line-height: 1.02;
  text-shadow: 0 5px 22px rgba(255, 255, 255, 0.7);
}
.sb-line {
  width: 64px;
  height: 2px;
  margin: 18px 0 16px auto;
  border-radius: 2px;
  background: var(--orange);
}
.sb-sub {
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.2em;
}
.sb-loc {
  margin-top: 12px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.award-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 56px;
}
.award-badge {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 104px;
  padding: 20px 18px;
  border-radius: 18px;
  background: #fff;
  background: color-mix(in srgb, var(--blue) 6%, #fff);
  border: 1px solid rgba(12, 61, 143, 0.16);
  box-shadow: var(--shadow-card);
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.award-badge:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(12, 61, 143, 0.14);
}
.award-no {
  color: var(--orange);
  font-size: 15px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.02em;
}
.award-name {
  color: var(--ink);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -0.04em;
}
.award-badge.award-etc {
  align-items: center;
  justify-content: center;
  background: #eef1f6;
  border-color: rgba(20, 34, 75, 0.12);
  border-style: dashed;
  box-shadow: none;
}
.award-badge.award-etc .award-name {
  color: var(--ink-soft);
}
.footer {
  width: 100%;
  padding: 60px var(--page-x) 80px;
  background: #fff;
  border-top: 1px solid var(--line);
}
.footer-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  max-width: var(--content-max);
  margin: 0 auto;
}
.f-label {
  margin-bottom: 8px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.2em;
}
.f-val {
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
}
.footer-line {
  max-width: var(--content-max);
  margin: 48px auto 0;
  text-align: center;
  color: var(--blue);
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: 0.02em;
}
.flying-butterfly {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1200;
  pointer-events: none;
  will-change: transform;
  overflow: visible;
}
.butterfly-svg {
  display: block;
  overflow: visible;
  filter: drop-shadow(0 4px 6px rgba(40, 60, 120, 0.18));
}
@media (max-width: 1180px) {
  .hero-naju-mark {
    display: none;
  }
  .cat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .award-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 980px) {
  :root {
    --page-x: clamp(18px, 5vw, 42px);
  }
  .topnav {
    min-height: 64px;
    padding-top: 13px;
    padding-bottom: 13px;
    gap: 12px;
  }
  .navlinks {
    display: none;
  }
  .nav-cta {
    margin-left: auto;
    min-height: 40px;
    padding: 0 18px;
    font-size: 14px;
  }
  .brand-dday,
  .nav-dday {
    display: none;
  }
  .hero {
    padding-top: 42px;
  }
  .about-stats {
    grid-template-columns: 1fr;
  }
  .stat {
    min-height: auto;
  }
  .howto-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .contact-card {
    grid-template-columns: 1fr;
  }
  .footer-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .poster-bg {
    background-size: auto 100vh;
    background-position: right bottom;
    opacity: 0.4 !important;
  }
  .wash {
    opacity: 0.18;
  }
  .section,
  .contact {
    width: calc(100% - 36px);
  }
  .countdown-band {
    width: calc(100% - 36px);
  }
  .hero + .countdown-band {
    margin-top: 4px;
  }
  .cd-card {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding: 20px 14px;
    text-align: center;
  }
  .cd-timer {
    width: 100%;
    min-width: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }
  .cd-unit {
    min-height: 86px;
    padding: 12px 6px 10px;
    border-radius: 16px;
  }
  .cd-value {
    font-size: clamp(24px, 7vw, 34px);
  }
  .cd-label {
    margin-top: 8px;
    font-size: 9px;
    letter-spacing: 0.14em;
  }
  .cd-date {
    white-space: normal;
  }
  .account-box {
    display: flex;
    flex-direction: column;
  }
  .account-top {
    flex-direction: column;
    align-items: flex-start;
    order: 2;
  }
  .account-owner {
    order: 1;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .account-copy-btn {
    width: 100%;
  }
  .quote-desktop {
    display: none;
  }
  .quote-mobile {
    display: inline;
  }
  .hero {
    padding: 38px 18px 42px;
  }
  .hero-date-stack {
    gap: 7px;
    margin-bottom: 18px;
  }
  .hero-eyebrow {
    gap: 9px;
    font-size: 10px;
    letter-spacing: 0.2em;
  }
  .eyebrow-line {
    width: 26px;
  }
  .d-num {
    font-size: 31px;
  }
  .d-tilde {
    font-size: 22px;
  }
  .hero-title {
    gap: 7px;
    font-size: clamp(62px, 18vw, 92px);
    line-height: 0.98;
    letter-spacing: -0.075em;
  }
  .hero-sub {
    gap: 10px;
    margin-top: 22px;
    font-size: clamp(27px, 8vw, 40px);
    letter-spacing: -0.055em;
  }
  .hero-slogan {
    margin-top: 40px;
    font-size: clamp(30px, 9vw, 42px);
  }
  .hero-desc {
    font-size: 16px;
  }
  .hero-ctas {
    margin-top: 42px;
  }
  .btn-primary,
  .btn-ghost {
    width: 100%;
    min-height: 54px;
    padding: 0 24px;
    font-size: 16px;
  }
  .section {
    padding: 72px 0;
  }
  .hero + .section {
    margin-top: 64px;
  }
  .section + .section {
    margin-top: 72px;
  }
  .section-title {
    font-size: clamp(35px, 10vw, 48px);
  }
  .section-sub {
    font-size: 16px;
  }
  .about-grid,
  .cat-grid,
  .howto-grid,
  .benefits-grid {
    margin-top: 42px;
  }
  .about-text {
    padding: 30px 24px;
    font-size: 18px;
    line-height: 1.82;
  }
  .about-callout {
    font-size: 16px !important;
  }
  .cat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .cat-card {
    min-height: 184px;
    padding: 26px 16px;
  }
  .cat-icon {
    width: 66px;
    height: 66px;
  }
  .cat-name {
    font-size: 20px;
  }
  .cat-desc {
    font-size: 14px;
  }
  .howto-info,
  .howto-timeline {
    padding: 30px 24px;
  }
  .info-list li {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 13px 0;
  }
  .info-icon {
    display: none;
  }
  .info-label {
    color: var(--orange);
    font-size: 18px;
    letter-spacing: 0.08em;
  }
  .benefits-grid {
    grid-template-columns: 1fr;
  }
  .benefit-card {
    min-height: auto;
  }
  .contact {
    padding: 54px 0 78px;
  }
  .contact-card {
    border-radius: 28px;
  }
  .contact-left,
  .contact-right {
    padding: 36px 26px;
  }
  .contact-title {
    font-size: clamp(26px, 7.6vw, 41px);
  }
  .contact .btn-primary,
  .contact .btn-ghost {
    width: 100%;
    min-height: 54px;
    font-size: 16px;
  }
  .guide-link {
    align-self: stretch;
    max-width: none;
  }
  .award-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 42px;
  }
  .schedule-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .schedule-brand {
    text-align: center;
    padding-right: 0;
    padding-top: 22px;
    border-top: 1px solid var(--line);
  }
  .sb-line {
    margin: 16px auto;
  }
  .panel-soft {
    padding: 28px 22px;
  }
  .spec-list li,
  .method-list li {
    grid-template-columns: 1fr;
  }
  .doc-list li {
    grid-template-columns: 1fr;
    gap: 3px;
  }
  .method-value {
    font-size: 15px;
  }
  .footer-row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .topnav {
    padding-left: 16px;
    padding-right: 16px;
  }
  .brand-mark {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    font-size: 23px;
  }
  .brand-line-1 {
    font-size: 18px;
  }
  .brand-line-2 {
    font-size: 9px;
    letter-spacing: 0.12em;
  }
  .nav-cta {
    min-width: 74px;
    padding: 0 18px;
    font-size: 13px;
  }
  .cat-grid {
    grid-template-columns: 1fr;
  }
  .stat {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 26px 24px;
  }
  .stat-num {
    font-size: 52px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
  .flying-butterfly {
    display: none;
  }
  .js-reveal-on [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
html,
body {
  font-size: 16px !important;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.naju-page {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  font-size: 16px !important;
  transform: none !important;
  zoom: 1 !important;
}
.naju-page .topnav,
.naju-page .hero,
.naju-page .section,
.naju-page .contact,
.naju-page .footer {
  width: 100% !important;
  box-sizing: border-box !important;
}
.naju-page .section {
  width: min(1120px, calc(100% - 96px)) !important;
  max-width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.naju-page .about-grid,
.naju-page .about-stats,
.naju-page .cat-grid,
.naju-page .howto-grid,
.naju-page .award-grid,
.naju-page .benefits-grid {
  width: 100% !important;
  max-width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.naju-page .cat-card,
.naju-page .benefit-card,
.naju-page .howto-info,
.naju-page .howto-timeline,
.naju-page .panel-soft,
.naju-page .award-badge,
.naju-page .stat {
  font-size: 16px !important;
}
@media (max-width: 760px) {
  .naju-page {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .naju-page .section {
    width: calc(100% - 36px) !important;
  }
}

/* virtual-fs:/src/components/GallerySection.css */
.gallery-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.gallery-item {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(12, 61, 143, 0.16);
  border-radius: 20px;
  background: #eef4fd;
  box-shadow: var(--shadow-card);
  overflow: hidden;
  cursor: zoom-in;
  transition:
    transform 260ms ease,
    box-shadow 260ms ease,
    border-color 260ms ease;
}
.gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms ease;
}
.gallery-item:hover {
  transform: translateY(-4px);
  border-color: rgba(244, 123, 44, 0.4);
  box-shadow: 0 24px 52px rgba(12, 61, 143, 0.16);
}
.gallery-item:hover img {
  transform: scale(1.06);
}
.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 44, 111, 0.34), transparent 46%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}
.gallery-item:hover::after {
  opacity: 1;
}
.gallery-zoom {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--blue);
  box-shadow: 0 8px 18px rgba(8, 22, 52, 0.28);
  opacity: 0;
  transform: translateY(8px) scale(0.9);
  transition: opacity 260ms ease, transform 260ms ease;
  pointer-events: none;
}
.gallery-item:hover .gallery-zoom {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.gallery-zoom svg {
  width: 20px;
  height: 20px;
}
.gallery-more {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}
.gallery-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 32px;
  border-radius: 999px;
  background: #fff;
  border: 1.5px solid rgba(12, 61, 143, 0.26);
  color: var(--blue);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.03em;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(12, 61, 143, 0.08);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}
.gallery-more-btn:hover {
  border-color: var(--blue);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(12, 61, 143, 0.12);
}
.gallery-more-btn .more-count {
  color: var(--orange);
  font-weight: 950;
  font-style: italic;
}
.gallery-more-btn svg {
  width: 18px;
  height: 18px;
  transition: transform 220ms ease;
}
.gallery-more-btn.is-open svg {
  transform: rotate(180deg);
}
.glb-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 4vw, 56px);
  background: rgba(8, 20, 48, 0.84);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  animation: glb-fade 220ms ease;
}
@keyframes glb-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.glb-stage {
  position: relative;
  margin: 0;
  max-width: min(1100px, 92vw);
  max-height: 86vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: glb-pop 280ms cubic-bezier(0.2, 0.7, 0.2, 1);
}
@keyframes glb-pop {
  from {
    opacity: 0;
    transform: scale(0.94);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.glb-stage img {
  display: block;
  max-width: 100%;
  max-height: 78vh;
  width: auto;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
  background: #0c1730;
}
.glb-caption {
  margin-top: 16px;
  padding: 0 8px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
}
.glb-close {
  position: fixed;
  top: clamp(14px, 3vw, 28px);
  right: clamp(14px, 3vw, 28px);
  z-index: 3;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}
.glb-close:hover {
  background: rgba(255, 255, 255, 0.26);
  transform: rotate(90deg);
}
.glb-close svg {
  width: 24px;
  height: 24px;
}
.glb-nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}
.glb-nav:hover {
  background: var(--orange);
}
.glb-prev {
  left: clamp(12px, 3vw, 32px);
}
.glb-next {
  right: clamp(12px, 3vw, 32px);
}
.glb-prev:hover {
  transform: translateY(-50%) translateX(-3px);
}
.glb-next:hover {
  transform: translateY(-50%) translateX(3px);
}
.glb-nav svg {
  width: 26px;
  height: 26px;
}
.glb-counter {
  position: fixed;
  left: 50%;
  bottom: clamp(16px, 3vw, 28px);
  transform: translateX(-50%);
  z-index: 3;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.02em;
}
.glb-counter b {
  color: #ffd08a;
  font-weight: 950;
}
@media (max-width: 1180px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 760px) {
  .gallery-grid {
    margin-top: 42px;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .glb-nav {
    width: 48px;
    height: 48px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .gallery-item,
  .gallery-item img,
  .glb-overlay,
  .glb-stage {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
