:root {
  --ink: #111a4c;
  --ink-soft: #4b526f;
  --forest: #07145d;
  --forest-deep: #030a35;
  --fern: #293b8f;
  --gold: #ff3d13;
  --gold-light: #ffb5a5;
  --paper: #fff8f2;
  --paper-2: #f6ebe4;
  --white: #ffffff;
  --line: rgba(7, 20, 93, 0.16);
  --line-light: rgba(255, 255, 255, 0.2);
  --shadow: 0 28px 80px rgba(7, 20, 93, 0.16);
  --radius: 22px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.site-page { min-height: 100vh; overflow: hidden; }
.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.skip-link {
  position: fixed; z-index: 1000; top: 14px; left: -999px; padding: 12px 18px;
  border-radius: 999px; background: var(--gold); color: var(--forest-deep); font-weight: 850;
}
.skip-link:focus { left: 14px; }

.site-header {
  position: sticky; z-index: 100; top: 0; border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--paper) 91%, transparent); backdrop-filter: blur(16px);
}
.header-row { display: flex; min-height: 76px; align-items: center; gap: 24px; }
.brand { display: inline-flex; flex: 0 0 auto; color: var(--forest); text-decoration: none; }
.brand-lockup { display: inline-flex; align-items: center; gap: 10px; }
.brand-mascot { width: 44px; height: 44px; flex: 0 0 auto; object-fit: contain; }
.brand-wordmark { display: grid; line-height: 1; }
.brand-wordmark strong { color: var(--forest); font-size: 1.05rem; font-weight: 900; letter-spacing: -.025em; white-space: nowrap; }
.brand-wordmark strong span { color: var(--gold); }
.brand-wordmark small { margin-top: 6px; color: var(--fern); font-size: .5rem; font-weight: 850; letter-spacing: .16em; white-space: nowrap; }
.main-nav { display: flex; min-width: 0; flex: 1 1 auto; align-items: center; justify-content: flex-end; gap: 20px; }
.main-nav a { color: var(--ink-soft); font-size: .8rem; font-weight: 760; text-decoration: none; white-space: nowrap; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--forest); }
.main-nav .nav-cta { padding: 10px 17px; border-radius: 999px; background: var(--forest); color: var(--white); }
.main-nav .nav-cta:hover, .main-nav .nav-cta[aria-current="page"] { background: var(--forest-deep); color: var(--gold-light); }
.language-menu { position: relative; flex: 0 0 auto; }
.language-menu summary {
  display: grid; width: 42px; height: 42px; cursor: pointer; list-style: none; place-items: center;
  border: 1px solid var(--line); border-radius: 50%; background: var(--white); font-size: .72rem; font-weight: 900;
}
.language-menu summary::-webkit-details-marker { display: none; }
.language-menu > div {
  position: absolute; top: 51px; right: 0; display: grid; min-width: 170px; overflow: hidden;
  border: 1px solid var(--line); border-radius: 15px; background: var(--white); box-shadow: var(--shadow);
}
.language-menu > div a { padding: 10px 14px; border-bottom: 1px solid var(--line); font-size: .85rem; text-decoration: none; }
.language-menu > div a:last-child { border-bottom: 0; }
.language-menu > div a:hover, .language-menu > div a[aria-current="page"] { background: var(--paper); color: var(--forest); }
.breadcrumbs { display: flex; padding-top: 28px; align-items: center; gap: 10px; color: var(--ink-soft); font-size: .76rem; font-weight: 680; }
.breadcrumbs a { color: var(--forest); text-decoration: none; }

.hero { position: relative; padding: 86px 0 92px; }
.hero::before {
  position: absolute; z-index: -1; top: -200px; right: -230px; width: 620px; height: 620px;
  border: 1px solid rgba(7,20,93,.14); border-radius: 50%;
  box-shadow: inset 0 0 0 70px rgba(7,20,93,.035), inset 0 0 0 150px rgba(7,20,93,.025); content: "";
}
.hero-grid { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(380px,.92fr); align-items: center; gap: 68px; }
.eyebrow {
  display: inline-flex; margin: 0 0 20px; align-items: center; gap: 10px; color: var(--fern);
  font-size: .72rem; font-weight: 900; letter-spacing: .17em; line-height: 1.35; text-transform: uppercase;
}
.eyebrow::before { width: 28px; height: 2px; background: var(--gold); content: ""; }
h1, h2, h3 {
  margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 600;
  letter-spacing: -.035em; line-height: 1.02; text-wrap: balance;
}
h1 { max-width: 14ch; font-size: clamp(3.5rem,6.7vw,6.8rem); }
h2 { font-size: clamp(2.3rem,4.5vw,4.4rem); }
h3 { font-size: 1.55rem; }
[lang="ko"] h1, [lang="ja"] h1, [lang="zh-CN"] h1 { max-width: 18ch; font-size: clamp(3rem,5.8vw,5.7rem); line-height: 1.1; overflow-wrap: anywhere; }
[lang="ko"] h2, [lang="ja"] h2, [lang="zh-CN"] h2,
[lang="ko"] h3, [lang="ja"] h3, [lang="zh-CN"] h3 { line-height: 1.18; overflow-wrap: anywhere; }
.hero-lead { max-width: 690px; margin: 26px 0 0; color: var(--ink-soft); font-size: clamp(1.07rem,1.7vw,1.26rem); line-height: 1.72; }
.hero-actions { display: flex; margin-top: 34px; flex-wrap: wrap; align-items: center; gap: 20px; }
.button {
  display: inline-flex; min-height: 50px; padding: 0 22px; align-items: center; justify-content: center; gap: 12px;
  border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-weight: 850; text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--forest-deep); box-shadow: 0 12px 30px rgba(255,61,19,.22); }
.button-gold:hover { background: var(--gold-light); box-shadow: 0 16px 36px rgba(255,61,19,.26); }
.button-ghost { border-color: var(--line-light); color: var(--white); }
.button-ghost:hover { background: rgba(255,255,255,.08); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--forest); font-size: .9rem; font-weight: 850; text-underline-offset: 4px; }
.micro-proof { display: flex; margin: 26px 0 0; align-items: center; gap: 9px; color: var(--ink-soft); font-size: .78rem; font-weight: 700; }
.micro-proof span { color: var(--fern); font-size: .55rem; }
.hero-object { position: relative; display: grid; min-height: 520px; align-items: center; }
.hero-object::before {
  position: absolute; z-index: 0; right: -34px; bottom: 6px; width: 74%; height: 82%; border-radius: 45% 55% 42% 58%;
  background: var(--gold); box-shadow: 0 0 0 20px rgba(255,61,19,.07), 0 0 0 42px rgba(7,20,93,.035); content: "";
}
.hero-photo-frame {
  position: relative; z-index: 1; width: 100%; margin: 0; overflow: hidden; border: 8px solid var(--white);
  border-radius: 30px; background: var(--white); box-shadow: var(--shadow); transform: rotate(1.1deg);
}
.hero-photo { display: block; width: 100%; aspect-ratio: 4 / 3; height: auto; object-fit: cover; object-position: center; }
.route-line { position: absolute; z-index: 0; width: 170px; height: 76px; border-top: 2px dashed rgba(255,61,19,.6); border-radius: 50%; }
.route-one { top: 42px; right: 6px; transform: rotate(22deg); }
.route-two { bottom: 32px; left: -12px; transform: rotate(-158deg); }
.hero-ticket {
  position: relative; z-index: 2; width: min(390px,calc(100% - 34px)); overflow: hidden;
  border: 1px solid rgba(255,255,255,.5); border-radius: 22px; background: var(--white); box-shadow: var(--shadow); transform: rotate(-2.2deg);
}
.hero-ticket-photo {
  position: absolute; z-index: 3; bottom: -18px; left: -30px; width: min(330px,84%); transform: rotate(-1.5deg);
}
.hero-ticket-photo .ticket-top { padding: 10px 15px; font-size: .58rem; }
.hero-ticket-photo .ticket-main { padding: 19px 22px 20px; }
.hero-ticket-photo .ticket-main > strong { font-size: clamp(2.25rem,4vw,3.15rem); }
.hero-ticket-photo .ticket-main h2 { margin-top: 7px; font-size: 1.12rem; }
.hero-ticket-photo .ticket-main ul { margin-top: 13px; gap: 4px; font-size: .72rem; }
.ticket-top, .ticket-stub {
  display: flex; padding: 15px 21px; align-items: center; justify-content: space-between; background: var(--paper-2);
  color: var(--forest); font-size: .67rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase;
}
.ticket-code { color: var(--fern); }
.ticket-brand { display: inline-flex; align-items: center; gap: 8px; }
.ticket-brand img { width: 28px; height: 28px; object-fit: contain; }
.ticket-main { padding: 36px 32px 31px; }
.ticket-main > strong {
  display: block; color: var(--forest); font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem,6vw,5.2rem); font-weight: 600; letter-spacing: -.065em; line-height: .92;
}
.ticket-main h2 { max-width: 12ch; margin-top: 12px; font-size: 1.7rem; line-height: 1.1; }
.ticket-main ul { display: grid; margin: 25px 0 0; padding: 0; gap: 8px; color: var(--ink-soft); font-size: .88rem; list-style: none; }
.ticket-main li::before { margin-right: 9px; color: var(--gold); content: "◆"; font-size: .56rem; }
.ticket-stub { border-top: 1px dashed rgba(7,20,93,.26); background: var(--forest-deep); color: var(--gold-light); }
.roundel {
  position: absolute; z-index: 3; display: grid; width: 76px; height: 76px; place-items: center;
  border: 5px solid var(--paper); border-radius: 50%; background: var(--gold); color: var(--forest-deep);
  box-shadow: 0 12px 30px rgba(7,20,93,.22); font-family: Georgia, "Times New Roman", serif; font-size: 2rem; font-weight: 700;
}
.roundel-one { top: 72px; left: 18px; }
.roundel-two { right: 6px; bottom: 70px; width: 62px; height: 62px; background: var(--paper-2); font-size: 1.55rem; }

.stat-strip { background: var(--forest-deep); color: var(--white); }
.stat-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.stat-grid > div { padding: 27px 26px; border-right: 1px solid var(--line-light); }
.stat-grid > div:first-child { border-left: 1px solid var(--line-light); }
.stat-grid strong, .stat-grid span { display: block; }
.stat-grid strong { color: var(--gold-light); font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 600; letter-spacing: -.03em; }
.stat-grid span { margin-top: 4px; color: rgba(255,253,248,.68); font-size: .77rem; }

.founder-portraits { padding: 108px 0; background: var(--forest-deep); color: var(--white); }
.founder-portraits h2 { max-width: 14ch; }
.portrait-grid { display: grid; margin-top: 48px; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.portrait-grid figure { position: relative; margin: 0; overflow: hidden; border-radius: 24px; background: var(--white); box-shadow: var(--shadow); }
.portrait-grid img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 29%; }
.portrait-grid figcaption { display: grid; padding: 22px 25px; color: var(--ink); }
.portrait-grid figcaption strong { color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-size: 1.4rem; }
.portrait-grid figcaption span { margin-top: 4px; color: var(--ink-soft); font-size: .85rem; }

.content-section { padding: 108px 0; }
.section-tint { border-block: 1px solid rgba(7,20,93,.08); background: var(--paper-2); }
.section-intro { display: grid; max-width: 890px; grid-template-columns: minmax(0,.95fr) minmax(260px,.65fr); column-gap: 72px; }
.section-intro .eyebrow, .section-intro h2 { grid-column: 1; }
.section-intro > p:not(.eyebrow) { grid-column: 2; margin: 0 0 18px; color: var(--ink-soft); font-size: 1rem; }
.section-intro h2 { max-width: 13ch; }
.card-grid { display: grid; margin-top: 54px; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.card-grid.two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.info-card {
  position: relative; display: flex; min-height: 270px; flex-direction: column; padding: 30px; overflow: hidden;
  border: 1px solid var(--line); border-radius: var(--radius); background: color-mix(in srgb,var(--white) 92%,transparent);
  box-shadow: 0 10px 38px rgba(7,20,93,.05);
}
.info-card::after { position: absolute; top: -48px; right: -48px; width: 110px; height: 110px; border: 1px solid rgba(7,20,93,.12); border-radius: 50%; content: ""; }
.card-kicker { margin-bottom: 36px; color: var(--fern); font-size: .67rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.info-card p { margin: 16px 0 0; color: var(--ink-soft); font-size: .92rem; }
.info-card a { display: inline-flex; margin-top: auto; padding-top: 25px; align-items: center; gap: 8px; color: var(--forest); font-size: .83rem; font-weight: 850; text-underline-offset: 4px; }
.check-grid { display: grid; margin: 52px 0 0; padding: 0; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; list-style: none; }
.check-grid li {
  display: flex; min-height: 66px; padding: 17px 19px; align-items: flex-start; gap: 13px;
  border: 1px solid var(--line); border-radius: 14px; background: rgba(255,253,248,.62); color: var(--ink-soft); font-size: .91rem;
}
.check-grid span { display: grid; width: 23px; height: 23px; flex: 0 0 23px; place-items: center; border-radius: 50%; background: var(--forest); color: var(--gold-light); font-size: .75rem; font-weight: 900; }
.note {
  display: flex; margin-top: 34px; padding: 20px 24px; align-items: flex-start; gap: 18px;
  border-left: 4px solid var(--gold); border-radius: 0 13px 13px 0; background: rgba(255,253,248,.7); color: var(--ink-soft); font-size: .87rem;
}
.note strong { flex: 0 0 auto; color: var(--forest); text-transform: uppercase; letter-spacing: .08em; }

.application-section { padding: 108px 0; background: var(--forest-deep); color: var(--white); }
.form-layout { display: grid; grid-template-columns: minmax(240px,.62fr) minmax(0,1.38fr); gap: 70px; }
.form-layout > div > h2 { max-width: 9ch; }
.form-layout > div > p:not(.eyebrow) { color: rgba(255,253,248,.7); }
.eyebrow-light { color: var(--gold-light); }
.form-points { display: grid; margin: 30px 0 0; padding: 0; gap: 11px; color: rgba(255,253,248,.78); list-style: none; }
.form-points li::before { margin-right: 10px; color: var(--gold); content: "◆"; font-size: .55rem; }
form { display: grid; gap: 16px; padding: 34px; border: 1px solid var(--line-light); border-radius: var(--radius); background: rgba(255,255,255,.07); }
.field-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
label { display: grid; gap: 7px; color: rgba(255,253,248,.84); font-size: .78rem; font-weight: 780; }
label > span { color: var(--gold-light); }
input, select, textarea {
  width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid rgba(255,253,248,.2);
  border-radius: 11px; outline: none; background: rgba(255,255,255,.08); color: var(--white);
}
textarea { min-height: 125px; resize: vertical; }
input::placeholder, textarea::placeholder { color: rgba(255,253,248,.43); }
select option { background: #fff; color: var(--ink); }
input:focus, select:focus, textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(255,61,19,.2); }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-fine { margin: 0; color: rgba(255,253,248,.56); font-size: .7rem; }
.form-fine a { color: var(--gold-light); }
form .button { width: fit-content; margin-top: 5px; border: 0; }

.faq-section { padding: 108px 0; background: var(--white); }
.faq-layout { display: grid; grid-template-columns: minmax(260px,.65fr) minmax(0,1.35fr); gap: 80px; }
.faq-title h2 { max-width: 10ch; font-size: clamp(2.4rem,4.3vw,4rem); }
.faq-title .text-link { margin-top: 26px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  position: relative; padding: 22px 48px 22px 0; cursor: pointer; list-style: none; color: var(--ink);
  font-family: Georgia, "Times New Roman", serif; font-size: 1.24rem; font-weight: 600; line-height: 1.35;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  position: absolute; top: 19px; right: 0; display: grid; width: 30px; height: 30px; place-items: center;
  border: 1px solid var(--line); border-radius: 50%; content: "+"; font-family: system-ui,sans-serif; font-size: 1.2rem;
}
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -2px 50px 24px 0; color: var(--ink-soft); }

.final-cta { padding: 0 0 38px; background: var(--white); }
.cta-panel {
  display: grid; padding: 62px; grid-template-columns: minmax(0,1.1fr) minmax(260px,.9fr); align-items: end; gap: 64px;
  border-radius: 28px; background: var(--forest); color: var(--white); box-shadow: var(--shadow);
}
.cta-panel h2 { max-width: 13ch; }
.cta-panel p:not(.eyebrow) { max-width: 680px; margin: 20px 0 0; color: rgba(255,253,248,.7); }
.cta-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; }

.footer { padding: 72px 0 24px; background: var(--forest-deep); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,.7fr); gap: 46px; }
.brand-footer { width: fit-content; padding: 9px 13px; border-radius: 17px; background: var(--white); }
.footer-brand p { max-width: 380px; color: rgba(255,253,248,.6); font-size: .84rem; }
.footer-grid > div:not(.footer-brand) { display: grid; align-content: start; gap: 9px; }
.footer-grid h2 { margin-bottom: 8px; color: var(--gold-light); font-family: system-ui,sans-serif; font-size: .67rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a { color: rgba(255,253,248,.7); font-size: .78rem; text-decoration: none; }
.footer-grid > div:not(.footer-brand) a:hover { color: var(--white); text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { display: flex; margin-top: 56px; padding-top: 22px; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line-light); color: rgba(255,253,248,.46); font-size: .68rem; }

@media (max-width: 1050px) {
  .main-nav a:not(.nav-cta) { display: none; }
  .hero-grid { grid-template-columns: minmax(0,1fr) minmax(330px,.78fr); gap: 36px; }
  .hero-object::before { right: -18px; width: 76%; height: 76%; }
  .footer-grid { grid-template-columns: 1.4fr repeat(2,.8fr); }
  .footer-grid > div:last-child { grid-column: 2; }
}
@media (max-width: 820px) {
  .shell { width: min(var(--shell),calc(100% - 34px)); }
  .hero { padding: 62px 0 70px; }
  .hero-grid, .form-layout, .faq-layout, .cta-panel { grid-template-columns: 1fr; }
  .hero-object { min-height: 0; margin-top: 28px; padding-bottom: 70px; }
  .hero-object::before { right: -12px; bottom: 64px; width: 72%; height: 70%; }
  .hero-photo-frame { transform: rotate(.5deg); }
  .hero-ticket-photo { bottom: 48px; left: 18px; transform: translateY(50%) rotate(-1deg); }
  .stat-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .stat-grid > div:nth-child(odd) { border-left: 1px solid var(--line-light); }
  .stat-grid > div:nth-child(-n + 2) { border-bottom: 1px solid var(--line-light); }
  .section-intro { display: block; }
  .section-intro > p:not(.eyebrow) { margin-top: 24px; }
  .card-grid, .card-grid.two { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .faq-title h2 { max-width: 13ch; }
  .cta-actions { justify-content: flex-start; }
  .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-grid > div:last-child { grid-column: auto; }
}
@media (max-width: 560px) {
  .header-row { min-height: 68px; gap: 12px; }
  .brand-mascot { width: 36px; height: 36px; }
  .brand-wordmark strong { font-size: .86rem; }
  .brand-wordmark small { display: none; }
  .main-nav { gap: 8px; }
  .main-nav .nav-cta { padding: 8px 13px; font-size: .74rem; }
  .language-menu summary { width: 36px; height: 36px; }
  .breadcrumbs { padding-top: 18px; }
  h1 { font-size: clamp(3rem,15vw,4.7rem); }
  [lang="ko"] h1, [lang="ja"] h1, [lang="zh-CN"] h1 { font-size: clamp(2.65rem,12vw,4rem); }
  .hero-object { min-height: 0; padding-bottom: 82px; }
  .hero-photo-frame { border-width: 5px; border-radius: 22px; }
  .hero-ticket-photo { bottom: 58px; left: 12px; width: calc(100% - 24px); }
  .hero-ticket-photo .ticket-main { padding: 16px 18px 17px; }
  .hero-ticket-photo .ticket-main > strong { font-size: 2.4rem; }
  .hero-ticket-photo .ticket-main ul { display: none; }
  .roundel-one { top: 58px; left: -4px; }
  .roundel-two { right: -4px; bottom: 62px; }
  .ticket-main { padding: 31px 24px 27px; }
  .ticket-main > strong { font-size: 3.4rem; }
  .stat-grid, .card-grid, .card-grid.two, .check-grid, .field-grid, .footer-grid { grid-template-columns: 1fr; }
  .stat-grid > div, .stat-grid > div:first-child, .stat-grid > div:nth-child(odd) { border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
  .content-section, .application-section, .faq-section, .founder-portraits { padding: 78px 0; }
  .portrait-grid { grid-template-columns: 1fr; }
  .info-card { min-height: 230px; }
  .note { display: block; }
  .note strong { display: block; margin-bottom: 7px; }
  form { padding: 22px 17px; }
  .faq-list details p { margin-right: 0; }
  .cta-panel { padding: 39px 24px; gap: 34px; border-radius: 22px; }
  .cta-actions .button { width: 100%; }
  .footer-grid { gap: 30px; }
  .footer-bottom { display: grid; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
