
html.en {
  --hi: #2B41A8;  --mid: #1B2C86;  --lo: #111C5E;  --deep: #0A1246;
  --g1: #FFF08A;  --g2: #FFD21E;   --g3: #F0A81A;
  --ink: #0B1030; --rim: #ffffff;
  --tx: #E6ECFF;  --tx2: #B9C7F5;
  --line: rgba(255,255,255,.14);
  --display: "Passion One", sans-serif;
  --dls: .5px;  --dw: 700;
  --wm1: .206;  --wm2: .470;  --wms1: .0699;  --wms2: .0368;
}
html.ko {
  --hi: #0F5C33;  --mid: #0C4E2C;  --lo: #0A4326;  --deep: #06301E;
  --g1: #FFF3A8;  --g2: #FFD34E;   --g3: #E0961A;
  --ink: #4A1206; --rim: #FFF6DC;
  --tx: #E9F7EC;  --tx2: #BEE2C8;
  --line: rgba(255,255,255,.15);
  --display: "Do Hyeon", sans-serif;
  --dls: 0;  --dw: 400;
  --wm1: .254;  --wms1: .0476;  --wms2: .0357;
  word-break: keep-all;   
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  font-family: Pretendard, -apple-system, "Segoe UI", sans-serif;
  font-size: 17px; line-height: 1.75;
  color: var(--tx); background: var(--deep);
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
.wrap { position: relative; z-index: 1; max-width: 1040px; margin: 0 auto; padding: 0 20px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }

h2 {
  font-family: var(--display); font-weight: var(--dw); letter-spacing: var(--dls);
  font-size: 34px; line-height: 1.2; color: var(--g2);
  text-shadow: 0 3px 0 rgba(0,0,0,.35);
}
h3 { font-size: 19px; line-height: 1.4; font-weight: 700; color: #fff; }

.hero {
  position: relative; overflow: hidden; text-align: center;
  background: radial-gradient(ellipse at 50% 24%, var(--hi) 0%, var(--mid) 46%, var(--lo) 100%);
}
.hero::after {   
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 180px;
  z-index: 2; pointer-events: none;
  background: linear-gradient(180deg, transparent, var(--deep) 86%);
}
.rays {
  position: absolute; left: 50%; top: 4%;
  width: 190vmax; height: 190vmax; margin: -95vmax 0 0 -95vmax;
  opacity: .11; animation: spin 120s linear infinite;
}
html.ko .rays { opacity: .13; }   
@keyframes spin { to { transform: rotate(360deg); } }
.pat {
  position: absolute; inset: 0; opacity: .06;
  background-image:
    repeating-linear-gradient(45deg, #fff 0 1px, transparent 1px 26px),
    repeating-linear-gradient(-45deg, #fff 0 1px, transparent 1px 26px);
}

.bar { display: flex; align-items: center; justify-content: space-between; padding: 18px 0 6px; gap: 12px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand img { width: 34px; height: 34px; border-radius: 8px; box-shadow: 0 2px 6px rgba(0,0,0,.4); }
.brand span { font-family: var(--display); font-weight: var(--dw); font-size: 20px; letter-spacing: var(--dls); color: #fff; }
.langs { display: flex; gap: 6px; font-size: 14px; }
.langs a, .langs .on {
  display: block; padding: 5px 12px; border-radius: 999px;
  border: 1px solid var(--line); text-decoration: none; color: var(--tx);
}
.langs .on { border-color: var(--g2); color: var(--g1); background: rgba(0,0,0,.26); }
.langs a:hover { border-color: var(--g2); color: var(--g1); }

.wm { position: relative; margin: 26px auto 0; }
.wm .ln { position: relative; display: block; line-height: 1;
  font-family: var(--display); font-weight: var(--dw); }
.wm b { display: block; font-weight: inherit; }
.wm .l1 { -webkit-text-stroke: calc(var(--wmw) * var(--wms1)) var(--rim); paint-order: stroke fill; color: var(--rim); }
.wm .l2 { position: absolute; left: 0; top: 0; width: 100%;
  -webkit-text-stroke: calc(var(--wmw) * var(--wms2)) var(--ink); paint-order: stroke fill; color: var(--ink); }
.wm .l3 { position: absolute; left: 0; top: 0; width: 100%; color: transparent;
  background: linear-gradient(180deg, var(--g1) 0%, var(--g2) 47%, var(--g3) 100%);
  -webkit-background-clip: text; background-clip: text; }
.drop { filter: drop-shadow(0 6px 0 rgba(0,0,0,.32)) drop-shadow(0 0 12px rgba(0,0,0,.32)); }

.wm.en { --wmw: min(360px, 74vw); width: var(--wmw); height: calc(var(--wmw) * .559); }
.wm.en .ln { position: absolute; left: 0; width: 100%; text-align: center; }
.wm.en .crazy { top: 0; font-size: calc(var(--wmw) * var(--wm1)); letter-spacing: 1px; }
.wm.en .eight { top: calc(var(--wmw) * .088); font-size: calc(var(--wmw) * var(--wm2)); }

.wm.ko { --wmw: min(420px, 84vw); width: var(--wmw); height: calc(var(--wmw) * 96 / 252); }
.wm.ko .rb { position: absolute; inset: 0; width: 100%; height: 100%;
  filter: drop-shadow(0 5px 10px rgba(0,0,0,.34)); }
.wm.ko .ln { position: absolute; left: 0; top: calc(var(--wmw) * .0159); width: 100%;
  text-align: center; font-size: calc(var(--wmw) * var(--wm1)); }

.lead {
  margin: 26px auto 0; max-width: 22em;
  font-family: var(--display); font-weight: var(--dw); letter-spacing: var(--dls);
  font-size: 30px; line-height: 1.24; color: #fff;
  text-shadow: 0 3px 0 rgba(0,0,0,.3);
}
.sub { margin: 14px auto 0; max-width: 34em; color: var(--tx2); }
.hero .sub { color: var(--tx); }
.badges { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.badges span {
  padding: 6px 15px; border-radius: 999px; font-size: 14px; line-height: 1.3;
  border: 2px solid var(--g2); background: rgba(0,0,0,.3); color: var(--g1);
  font-family: var(--display); font-weight: var(--dw); letter-spacing: var(--dls);
}

.get { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.btn {
  display: inline-block; padding: 15px 34px; border-radius: 999px;
  font-family: var(--display); font-weight: var(--dw); font-size: 21px; letter-spacing: var(--dls);
  color: var(--ink); text-decoration: none;
  background: linear-gradient(180deg, var(--g1) 0%, var(--g2) 48%, var(--g3) 100%);
  box-shadow: 0 5px 0 rgba(0,0,0,.34), 0 10px 22px rgba(0,0,0,.36);
  border: 2px solid rgba(255,255,255,.7);
}
.btn.alt {
  color: var(--tx); background: rgba(255,255,255,.07);
  border: 2px solid rgba(255,255,255,.42);
  box-shadow: 0 5px 0 rgba(0,0,0,.24), 0 10px 22px rgba(0,0,0,.28);
}
.btn.alt:hover { background: rgba(255,255,255,.13); }

.btn:hover { filter: brightness(1.06); }
.btn:active { transform: translateY(3px); box-shadow: 0 2px 0 rgba(0,0,0,.34); }

.stage {
  container-type: inline-size;
  position: relative; width: min(460px, 100%); margin: 40px auto 0;
  aspect-ratio: 460 / 424;
}
.phone {
  position: absolute; left: 21%; top: 0; width: 58%; aspect-ratio: 268 / 598;
  padding: 6px; border-radius: 26px;
  background: linear-gradient(155deg, #5a6480 0%, #2b3346 38%, #202736 70%, #4d5773 100%);
  box-shadow: 0 18px 40px rgba(0,0,0,.55), inset 0 0 0 1px rgba(255,255,255,.45);
}
.screen { width: 100%; height: 100%; border-radius: 20px; overflow: hidden; background: #000; }
.screen img { width: 100%; height: auto; }
.pc.fly { position: absolute; width: 21cqw; animation: bob 7s ease-in-out infinite; }
.pc.fly:nth-of-type(2) { animation-delay: -1.7s; }
.pc.fly:nth-of-type(3) { animation-delay: -3.4s; }
.pc.fly:nth-of-type(4) { animation-delay: -5.1s; }
@keyframes bob { 50% { translate: 0 -9px; } }

.pc {
  container-type: inline-size;
  position: relative; aspect-ratio: 88 / 124; border-radius: 9% / 6.4%;
  background: #fff; box-shadow: 0 12px 22px rgba(0,0,0,.5);
}
.pc i { position: absolute; inset: 5.5cqw; border-radius: 5cqw; display: block; }
.pc b {
  position: absolute; left: 11.5cqw; top: 5cqw; line-height: 1;
  font-family: "Passion One", sans-serif; font-weight: 700; font-size: 32cqw;
  color: #fff; text-shadow: 0 3px 0 rgba(0,0,0,.35);
}
.pc u { position: absolute; left: 2cqw; bottom: 10.8cqw; width: 50cqw; height: 50cqw;
  text-decoration: none; display: flex; align-items: center; justify-content: center; }
.pc u svg { width: 100%; height: 100%; }

.band {
  position: relative; padding: 54px 0; text-align: center;
  background: linear-gradient(180deg, var(--lo), var(--mid) 50%, var(--lo));
  border-top: 2px solid var(--g3); border-bottom: 2px solid var(--g3);
}
.band p { margin: 12px auto 0; max-width: 34em; color: var(--tx); }

.feats { padding: 74px 0 20px; text-align: center; }
.feats h2 { margin-bottom: 44px; }
.grid { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px 30px; }
.shot {
  width: 100%; max-width: 218px; margin: 0 auto 20px; padding: 5px;
  border-radius: 22px; background: linear-gradient(155deg, #5a6480, #232a3a 60%, #4d5773);
  box-shadow: 0 14px 30px rgba(0,0,0,.5);
}
.shot img { border-radius: 17px; }
.grid h3 { margin-bottom: 8px; }
.grid p { font-size: 15.5px; line-height: 1.7; color: var(--tx2); }

.close { padding: 34px 0 88px; text-align: center; }
.last {
  font-family: var(--display); font-weight: var(--dw); letter-spacing: var(--dls);
  font-size: 30px; line-height: 1.25; color: #fff; text-shadow: 0 3px 0 rgba(0,0,0,.3);
}

footer { padding: 30px 0 46px; border-top: 1px solid var(--line); text-align: center; font-size: 14.5px; }
footer a { color: var(--tx); text-decoration: none; border-bottom: 1px solid var(--line); margin: 0 11px; }
footer a:hover { color: var(--g1); border-color: var(--g2); }
footer .fine { margin-top: 12px; color: var(--tx2); }

@media (max-width: 780px) {
  .grid { grid-template-columns: 1fr; gap: 46px; }
  h2 { font-size: 29px; }
  .lead, .last { font-size: 26px; }
}
@media (max-width: 460px) {
  body { font-size: 16px; }
  .lead, .last { font-size: 23px; }
  h2 { font-size: 25px; }
  .feats { padding-top: 58px; }
  .btn { padding: 14px 26px; font-size: 19px; }
}

@media (prefers-reduced-motion: reduce) {
  .rays, .pc.fly { animation: none; }
}
