:root {
  --night: #070d12;
  --meadow: #0c161a;
  --shaft: #10140f;
  --panel: #141c18;
  --ink: #ece6d2;
  --muted: #9aa08a;
  --gold: #dcb03a;
  --dial: #d4a84e;
  --oak: #9a6e3a;
  --cyan: #3ec4d6;
  --grass: #6aa83e;
  --line: rgba(236, 230, 210, 0.1);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.55);
  --max: 1180px;
  --nav: 64px;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html, body { margin: 0; }
html { scroll-behavior: smooth; }
body {
  min-height: 100dvh;
  background: var(--night);
  color: var(--ink);
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", sans-serif;
  font-weight: 400;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
html[lang="ko"] body { word-break: keep-all; }
img, video { max-width: 100%; display: block; }
a { color: var(--gold); text-decoration: none; }
a:hover { color: #f0d27a; }
button { font: inherit; }

.skip {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--gold);
  color: var(--shaft);
  padding: 0.5rem 1rem;
  z-index: 100;
}
.skip:focus { left: 1rem; top: 1rem; }

/* ——— stars ——— */
#stars {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.55;
}

.wrap { position: relative; z-index: 1; }

/* ——— nav ——— */
.nav {
  position: sticky;
  top: 0;
  z-index: 40;
  height: var(--nav);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 1.4rem;
  background: rgba(7, 13, 18, 0.78);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--ink);
  font-weight: 700;
  letter-spacing: 0.04em;
}
.brand img {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(220, 176, 58, 0.35);
}
.brand span { font-size: 0.95rem; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  font-size: 0.88rem;
  color: var(--muted);
}
.nav-links a { color: var(--muted); }
.nav-links a:hover { color: var(--ink); }
.lang {
  display: flex;
  gap: 0.35rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.lang a {
  color: var(--muted);
  padding: 0.15rem 0.35rem;
  border-radius: 4px;
}
.lang a[aria-current="page"] {
  color: var(--shaft);
  background: var(--gold);
  font-weight: 700;
}
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #e8c56a, var(--gold) 40%, #b8862a);
  color: #1a1408 !important;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 24px rgba(220, 176, 58, 0.22);
  border: 0;
}
.cta:hover { filter: brightness(1.06); color: #1a1408 !important; }
.cta.ghost {
  background: transparent;
  color: var(--ink) !important;
  box-shadow: none;
  border: 1px solid var(--line);
}
.cta.ghost:hover { border-color: var(--gold); color: var(--gold) !important; }
.cta.soon { cursor: default; opacity: 0.92; }

/* ——— hero ——— */
.hero {
  position: relative;
  min-height: calc(100dvh - var(--nav));
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 2.5rem 1.4rem 3.5rem;
}
.hero-art {
  position: absolute;
  right: -8%;
  bottom: -12%;
  width: min(62vw, 760px);
  opacity: 0.38;
  mask-image: radial-gradient(ellipse at 55% 55%, #000 40%, transparent 75%);
  pointer-events: none;
  image-rendering: auto;
}
.hero-grid {
  position: relative;
  max-width: var(--max);
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3rem;
  align-items: center;
}
.kicker {
  color: var(--dial);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin: 0 0 0.9rem;
}
.hero h1 {
  font-family: Fraunces, "Pretendard Variable", Pretendard, serif;
  font-weight: 560;
  font-size: clamp(2.1rem, 4.6vw, 3.6rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
  margin: 0 0 1.1rem;
  text-wrap: balance;
}
.lede {
  font-size: 1.08rem;
  color: rgba(236, 230, 210, 0.82);
  max-width: 38rem;
  margin: 0 0 1.8rem;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; }
.facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.2rem;
  margin-top: 1.6rem;
  padding: 0;
  list-style: none;
  font-size: 0.82rem;
  color: var(--muted);
}
.facts li { display: flex; align-items: center; gap: 0.4rem; }
.facts li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background: var(--gold);
  box-shadow: 0 0 8px var(--gold);
}

/* phone */
.device {
  width: min(280px, 70vw);
  margin: 0 auto;
  aspect-ratio: 724 / 1400;
  border-radius: 2.55rem;
  background: #0a0c0a;
  padding: 9px;
  box-shadow:
    0 0 0 1px rgba(220, 176, 58, 0.28),
    0 0 0 9px #171512,
    var(--shadow);
  position: relative;
}
.device::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 72px;
  height: 10px;
  border-radius: 8px;
  background: #050505;
  z-index: 2;
}
.device video,
.device img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2.05rem;
  background: #0a0c0a;
}
.hero-device { position: relative; z-index: 1; }

/* marquee */
.marquee {
  border-block: 1px solid var(--line);
  background: rgba(16, 20, 15, 0.6);
  overflow: hidden;
  padding: 0.7rem 0;
}
.marquee-track {
  display: flex;
  gap: 0.55rem;
  width: max-content;
  animation: slide 42s linear infinite;
}
.marquee img {
  width: 36px;
  height: 36px;
  image-rendering: pixelated;
  border-radius: 4px;
}
@keyframes slide {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* sections */
section { padding: 4.5rem 1.4rem; }
.inner { max-width: var(--max); margin: 0 auto; }
.sec-kicker {
  color: var(--dial);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
}
h2 {
  font-family: Fraunces, "Pretendard Variable", Pretendard, serif;
  font-weight: 560;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  letter-spacing: -0.02em;
  margin: 0 0 0.7rem;
  line-height: 1.25;
}
.sub {
  color: var(--muted);
  max-width: 40rem;
  margin: 0 0 2.2rem;
}

/* shots */
.shots {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(180px, 1fr);
  gap: 1.1rem;
  overflow-x: auto;
  padding: 0.5rem 0 1.4rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.shot {
  scroll-snap-align: start;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: zoom-in;
  color: inherit;
  text-align: left;
}
.shot .device { width: 100%; }
.shot figcaption {
  margin-top: 0.7rem;
  font-size: 0.82rem;
  color: var(--muted);
}
.shot strong {
  display: block;
  color: var(--ink);
  font-weight: 650;
  font-size: 0.92rem;
  margin-bottom: 0.15rem;
}

/* modes */
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.card {
  background: linear-gradient(180deg, rgba(20, 28, 24, 0.9), rgba(12, 16, 14, 0.92));
  border: 1px solid var(--line);
  border-radius: 1.1rem;
  padding: 1.35rem 1.3rem 1.45rem;
  min-height: 11.5rem;
}
.card .num {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  color: var(--gold);
  font-weight: 700;
}
.card h3 {
  margin: 0.45rem 0 0.5rem;
  font-size: 1.25rem;
}
.card p { margin: 0; color: var(--muted); font-size: 0.95rem; }

/* split */
.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3rem;
  align-items: center;
}
.split .copy h2 { margin-top: 0.2rem; }
.pills { display: flex; flex-wrap: wrap; gap: 0.45rem; margin-top: 1.1rem; padding: 0; list-style: none; }
.pills li {
  font-size: 0.78rem;
  padding: 0.28rem 0.65rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(20, 28, 24, 0.6);
}

/* watch */
.watch-sec {
  background:
    radial-gradient(900px 420px at 80% 20%, rgba(220, 176, 58, 0.12), transparent 60%),
    linear-gradient(180deg, #0a1210, #070d12);
  border-block: 1px solid var(--line);
}
.watch-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 3rem;
  align-items: center;
}
.watch-stage { display: grid; place-items: center; min-height: 340px; }
.watch {
  width: 214px;
  height: 262px;
  border-radius: 2.55rem;
  padding: 11px;
  position: relative;
  background: linear-gradient(160deg, #3a3224, #16120c 45%, #0a0906);
  box-shadow:
    inset 0 0 0 2px #d4a84e,
    inset 0 0 0 5px #1a160f,
    0 30px 60px rgba(0, 0, 0, 0.5);
}
.watch .crown {
  position: absolute;
  right: -9px;
  top: 78px;
  width: 9px;
  height: 38px;
  border-radius: 2px 3px 3px 2px;
  background: linear-gradient(#f0d27a, #d4a84e 40%, #9a6e3a);
  box-shadow: 0 0 10px rgba(220, 176, 58, 0.45);
}
.watch .side-btn {
  position: absolute;
  right: -7px;
  top: 128px;
  width: 6px;
  height: 22px;
  border-radius: 2px;
  background: #8a6a32;
}
.watch-face {
  height: 100%;
  border-radius: 2.05rem;
  overflow: hidden;
  background:
    radial-gradient(120px 80px at 50% 40%, rgba(154, 110, 58, 0.28), transparent 70%),
    linear-gradient(180deg, #0c161a, #161812 55%, #000);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0.7rem 0.55rem 0.85rem;
  gap: 0.35rem;
}
.dial {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 0.15rem;
}
.dial::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 5px solid rgba(154, 110, 58, 0.55);
}
.dial::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  border: 2.5px solid var(--dial);
  background:
    radial-gradient(circle at 50% 50%, #121816 52%, transparent 53%),
    #121816;
  box-shadow: inset 0 0 0 10px #121816;
}
.dial i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 11px;
  height: 11px;
  margin: -5.5px 0 0 -5.5px;
  border-radius: 50%;
  background: var(--grass);
  box-shadow: 0 0 10px var(--grass);
  z-index: 1;
}
.dial b {
  position: absolute;
  right: -3px;
  top: 50%;
  width: 5px;
  height: 11px;
  margin-top: -5.5px;
  border-radius: 2px;
  background: var(--dial);
  z-index: 2;
}
.watch-name {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: var(--dial);
}
.pill {
  font-size: 10px;
  font-weight: 700;
  background: var(--grass);
  color: var(--shaft);
  padding: 3px 8px;
  border-radius: 999px;
}
.watch-hint {
  width: 100%;
  background: rgba(18, 24, 22, 0.72);
  border: 1px solid rgba(212, 168, 78, 0.35);
  border-radius: 10px;
  padding: 0.45rem 0.5rem;
  font-size: 10px;
  color: rgba(236, 230, 210, 0.82);
  text-align: center;
  line-height: 1.35;
}
.gestures {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-top: 1.4rem;
}
.g {
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  padding: 0.9rem 0.95rem;
  background: rgba(18, 24, 22, 0.55);
}
.g dt {
  font-weight: 700;
  font-size: 0.92rem;
  margin: 0 0 0.25rem;
  color: var(--gold);
}
.g dd { margin: 0; color: var(--muted); font-size: 0.88rem; }

/* garden */
.garden {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.garden-frame {
  margin-top: 1.6rem;
  border-radius: 1.4rem;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.garden-frame img {
  width: 100%;
  height: min(70vh, 720px);
  object-fit: cover;
  object-position: center 30%;
}

/* specs */
.specs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.spec {
  border-top: 1px solid var(--line);
  padding-top: 0.9rem;
}
.spec dt { color: var(--muted); font-size: 0.78rem; margin: 0 0 0.3rem; }
.spec dd { margin: 0; font-weight: 650; }

/* cta band */
.band {
  text-align: center;
  padding: 4.5rem 1.4rem 5rem;
  background:
    radial-gradient(600px 240px at 50% 0%, rgba(220, 176, 58, 0.14), transparent 70%);
}
.band h2 { margin-left: auto; margin-right: auto; }
.band .sub { margin-left: auto; margin-right: auto; }
.band .hero-actions { justify-content: center; }

/* footer */
footer {
  border-top: 1px solid var(--line);
  padding: 1.6rem 1.4rem 2.4rem;
  color: var(--muted);
  font-size: 0.85rem;
}
.foot {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.4rem;
  justify-content: space-between;
  align-items: center;
}
.foot nav { display: flex; flex-wrap: wrap; gap: 0.9rem 1.1rem; }
.foot a { color: var(--muted); }
.foot a:hover { color: var(--ink); }

/* legal */
.legal {
  max-width: 42rem;
  margin: 0 auto;
  padding: 2.4rem 1.4rem 4rem;
}
.legal nav.toc { margin-bottom: 1.2rem; font-size: 0.9rem; }
.legal h1 { font-size: 1.8rem; margin: 0 0 0.3rem; }
.legal h2 { font-size: 1.15rem; margin-top: 1.7rem; }
.legal .updated { color: var(--muted); margin-bottom: 1.4rem; }
.legal hr { border: 0; border-top: 1px solid var(--line); margin: 2.4rem 0; }
.legal ul { padding-left: 1.1rem; }
.legal ol { padding-left: 1.2rem; }

/* lightbox */
.lb {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.86);
  display: none;
  place-items: center;
  z-index: 80;
  padding: 1.5rem;
}
.lb.open { display: grid; }
.lb img {
  max-height: 88dvh;
  max-width: min(420px, 92vw);
  border-radius: 1.2rem;
  box-shadow: var(--shadow);
}
.lb button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: transparent;
  color: var(--ink);
  border: 0;
  font-size: 1.4rem;
  cursor: pointer;
}

@media (max-width: 900px) {
  .nav .cta { display: none; }
  .nav-links .hide-sm { display: none; }
  .hero-grid,
  .split,
  .watch-grid { grid-template-columns: 1fr; }
  .hero-art { width: 120%; right: -20%; opacity: 0.28; }
  .hero { padding-top: 1.4rem; }
  .hero-device { order: -1; }
  .cards { grid-template-columns: 1fr; }
  .specs { grid-template-columns: 1fr 1fr; }
  .gestures { grid-template-columns: 1fr; }
  .hero h1 { font-size: 2.05rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee-track { animation: none; }
  #stars { display: none; }
}
