:root {
  --bg: #faf8f4;
  --surface: #ffffff;
  --ink: #1c1b19;
  --ink-soft: #8b867d;
  --line: #e4e0d8;
  --moa: #b5402f;
  --moa-deep: #93321f;
  --koroute: #2e5461;
  --koroute-head: #213e48;
  --koroute-soft: #e9efed;
  --wellhour: #47604f;
  --wellhour-head: #31463a;
  --wellhour-soft: #eaefe9;
  --biz-bg: #201f1d;
  --biz-ink: #f2f1ee;
  --live: #3f7d5c;
  --radius: 18px;
  --font: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont,
    "Apple SD Gothic Neo", "Segoe UI", Roboto, "Noto Sans KR", sans-serif;
}

[data-theme="dark"] {
  --bg: #000000;
  --surface: #141414;
  --ink: #f2f1ee;
  --ink-soft: #9a958c;
  --line: #2a2a2a;
  --moa: #c75a45;
  --koroute-head: #a9c6ce;
  --koroute-soft: #16232a;
  --wellhour-head: #a8c4b0;
  --wellhour-soft: #1c2620;
  --biz-bg: #201f1d;
  --live: #6fae8d;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) {
    --bg: #000000;
    --surface: #141414;
    --ink: #f2f1ee;
    --ink-soft: #9a958c;
    --line: #2a2a2a;
    --moa: #c75a45;
    --koroute-head: #a9c6ce;
    --koroute-soft: #16232a;
    --wellhour-head: #a8c4b0;
    --wellhour-soft: #1c2620;
    --biz-bg: #201f1d;
    --live: #6fae8d;
  }
}

* { margin: 0; padding: 0; box-sizing: border-box; }

[hidden] { display: none !important; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

a { color: inherit; text-decoration: none; }

.btn {
  display: inline-block;
  padding: 0.7rem 1.4rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: transform 0.15s ease, opacity 0.15s ease, box-shadow 0.15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-sm { padding: 0.45rem 1rem; font-size: 0.875rem; }
.btn-lg { padding: 0.9rem 1.9rem; font-size: 1.05rem; }
.btn-primary { background: var(--ink); color: var(--bg); }
.btn-primary:hover { opacity: 0.85; }
.btn-ghost { border: 1px solid var(--line); color: var(--ink-soft); }
.btn-ghost:hover { color: var(--ink); }
.btn-light { background: var(--biz-ink); color: var(--biz-bg); }
.koroute .btn-brand { background: var(--koroute); color: #fff; }
.wellhour .btn-brand { background: var(--wellhour); color: #fff; }

/* ---------- header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: color-mix(in srgb, var(--bg) 80%, transparent);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  height: 64px;
}

.logo { display: flex; align-items: center; }
.logo img { height: 34px; width: auto; display: block; }
[data-theme="dark"] .logo img { filter: invert(1) hue-rotate(180deg); }
@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) .logo img { filter: invert(1) hue-rotate(180deg); }
}

.nav {
  display: flex;
  gap: 2.25rem;
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--ink-soft);
}
.nav a:hover { color: var(--ink); }

.header-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.lang, .login {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ink-soft);
}
.lang:hover, .login:hover { color: var(--ink); }

.theme-toggle, .nav-toggle {
  background: none;
  border: none;
  color: var(--ink-soft);
  font-size: 1.1rem;
  cursor: pointer;
  line-height: 1;
}
.nav-toggle { display: none; font-size: 1.35rem; }

/* ---------- hero ---------- */

.hero {
  position: relative;
  min-height: min(calc(100svh - 64px), 820px);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 5rem 0;
}

.hero-bg { position: absolute; inset: 0; pointer-events: none; }

.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.3;
  animation: drift 16s ease-in-out infinite alternate;
}
.blob.b1 { width: 520px; height: 520px; background: var(--koroute); top: -10%; right: -8%; }
.blob.b2 { width: 420px; height: 420px; background: var(--wellhour); bottom: -12%; left: -6%; animation-delay: 3s; }
.blob.b3 { width: 300px; height: 300px; background: var(--moa); top: 55%; right: 22%; opacity: 0.18; animation-delay: 6s; }

@keyframes drift {
  to { transform: translate(-60px, 40px) scale(1.15); }
}

.hero-eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.35em;
  color: var(--ink-soft);
  animation: fade-up 0.8s 0.5s both;
}

.hero h1 {
  margin-top: 1rem;
  font-size: clamp(3rem, 9vw, 6.5rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.08;
}
.hero h1 strong { color: var(--moa); }
.hero h1 .line { display: block; overflow: hidden; }
.hero h1 .line > span {
  display: inline-block;
  transform: translateY(115%);
  animation: rise 0.9s cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}
.hero h1 .line:nth-child(2) > span { animation-delay: 0.14s; }

@keyframes rise { to { transform: none; } }

.hero .lead {
  margin-top: 1.75rem;
  font-size: clamp(1.05rem, 2.2vw, 1.3rem);
  color: var(--ink-soft);
  animation: fade-up 0.8s 0.6s both;
}

.hero-cta {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  animation: fade-up 0.8s 0.75s both;
}

@keyframes fade-up {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

.scroll-hint {
  position: absolute;
  bottom: 1.75rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--ink-soft);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.scroll-hint span { animation: bob 1.8s ease-in-out infinite; }

@keyframes bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(5px); }
}

/* ---------- marquee ---------- */

.marquee {
  overflow: hidden;
  border-block: 1px solid var(--line);
  padding: 1.1rem 0;
  white-space: nowrap;
}

.marquee-track {
  display: inline-block;
  animation: scroll-x 36s linear infinite;
}

.marquee-track span {
  font-size: clamp(1.1rem, 2.6vw, 1.6rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--ink-soft);
  opacity: 0.55;
  margin-right: 3rem;
}
.marquee-track span:nth-child(even) { color: var(--moa); opacity: 0.4; }

@keyframes scroll-x { to { transform: translateX(-50%); } }

/* ---------- reveal on scroll ---------- */

[data-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}
[data-reveal].in { opacity: 1; transform: none; }

/* ---------- statement ---------- */

.statement {
  padding: 8rem 0 6rem;
  text-align: center;
}

.statement p {
  font-size: clamp(1.7rem, 4.4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.4;
}
.c-k { color: var(--koroute-head); }
.c-w { color: var(--wellhour-head); }
.c-m { color: var(--moa); }

/* ---------- products ---------- */

.products { padding: 3rem 0 7rem; }

.section-tag {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--moa);
}

.products h2 {
  margin-top: 0.6rem;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 900;
  letter-spacing: -0.03em;
}

.product-grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.product {
  border-radius: 26px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.35s ease,
    opacity 0.7s ease;
}
.product:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px color-mix(in srgb, var(--ink) 10%, transparent);
}
.product.in:hover { transform: translateY(-8px); }

.product-visual {
  padding: 2.5rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.product.koroute .product-visual { background: var(--koroute-soft); }
.product.wellhour .product-visual { background: var(--wellhour-soft); }

.mock {
  width: 100%;
  max-width: 320px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.25rem;
  box-shadow: 0 14px 32px color-mix(in srgb, var(--ink) 8%, transparent);
  transform: rotate(-1.5deg);
  transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.product:hover .mock { transform: rotate(0) scale(1.02); }

.mock-title {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--ink-soft);
  margin-bottom: 1rem;
}

.route { list-style: none; }

.route li {
  position: relative;
  display: flex;
  gap: 0.85rem;
  padding: 0.5rem 0;
}

.route li:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 2.4rem;
  bottom: -0.7rem;
  width: 2px;
  background: var(--koroute);
  opacity: 0.55;
}

.stop {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  flex-shrink: 0;
}
.stop.palace { background: linear-gradient(135deg, #8a6b4f, #4c3a2a); }
.stop.museum { background: linear-gradient(135deg, #3e6b78, #213e48); }
.stop.gallery { background: linear-gradient(135deg, #5b5e52, #2e3029); }

.route strong { display: block; font-size: 0.95rem; line-height: 1.3; }
.route small { color: var(--ink-soft); font-size: 0.8rem; }

.booking {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1rem;
}

.booking .badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--wellhour-head);
  background: var(--wellhour-soft);
  padding: 0.15rem 0.6rem;
  border-radius: 999px;
  margin-bottom: 0.5rem;
}

.booking strong { display: block; font-size: 0.95rem; }
.booking small { color: var(--ink-soft); font-size: 0.8rem; }

.cats {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 1rem;
}

.cats li {
  font-size: 0.8rem;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--ink-soft);
}

.cats li.on {
  background: var(--wellhour);
  border-color: var(--wellhour);
  color: #fff;
}

.product-body { padding: 1.9rem 2rem 2.1rem; }

.product-cat {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--ink-soft);
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.status {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0.15rem 0.65rem;
  border-radius: 999px;
}
.status.live { color: var(--live); border: 1px solid color-mix(in srgb, var(--live) 45%, transparent); }
.status.live::before { content: "● "; font-size: 0.6em; vertical-align: 0.2em; }
.status.dev { color: var(--moa); border: 1px solid color-mix(in srgb, var(--moa) 45%, transparent); }

.product h3 {
  margin-top: 0.6rem;
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.product.koroute h3 { color: var(--koroute-head); }
.product.wellhour h3 { color: var(--wellhour-head); }
h3 .kr { font-size: 0.65em; font-weight: 600; color: var(--ink-soft); margin-left: 0.35rem; }

.product-desc {
  margin-top: 0.75rem;
  color: var(--ink-soft);
  font-size: 0.98rem;
}

.product-cta {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.product-cta small { color: var(--ink-soft); font-size: 0.8rem; }

/* BizMOA wide card */

.product.biz {
  grid-column: 1 / -1;
  flex-direction: row;
  background: var(--biz-bg);
  border-color: color-mix(in srgb, var(--biz-ink) 12%, transparent);
  color: var(--biz-ink);
}
.product.biz .product-body { flex: 1.15; padding: 2.5rem; }
.product.biz .product-cat { color: color-mix(in srgb, var(--biz-ink) 65%, transparent); }
.product.biz h3 { color: var(--biz-ink); }
.product.biz h3 .kr { color: color-mix(in srgb, var(--biz-ink) 55%, transparent); }
.product.biz .product-desc { color: color-mix(in srgb, var(--biz-ink) 75%, transparent); }
.product.biz .product-visual { flex: 1; background: color-mix(in srgb, var(--biz-ink) 5%, transparent); }
.product.biz .mock {
  background: #2a2926;
  border-color: color-mix(in srgb, var(--biz-ink) 15%, transparent);
  color: var(--biz-ink);
}
.product.biz .mock-title { color: color-mix(in srgb, var(--biz-ink) 60%, transparent); }

.channels { list-style: none; }
.channels li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 0;
  font-size: 0.92rem;
  border-bottom: 1px solid color-mix(in srgb, var(--biz-ink) 10%, transparent);
}
.channels li:last-child { border-bottom: none; }

.dot { width: 9px; height: 9px; border-radius: 50%; }
.dot.ok { background: #6fae8d; }
.dot.wait { background: color-mix(in srgb, var(--biz-ink) 30%, transparent); }

.product.biz .biz-soon {
  border-color: color-mix(in srgb, var(--biz-ink) 30%, transparent);
  color: color-mix(in srgb, var(--biz-ink) 80%, transparent);
}

.chips {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  list-style: none;
}

.chips li {
  padding: 0.35rem 0.85rem;
  border: 1px solid color-mix(in srgb, var(--biz-ink) 28%, transparent);
  border-radius: 999px;
  font-size: 0.82rem;
  color: color-mix(in srgb, var(--biz-ink) 85%, transparent);
}

/* ---------- vision ---------- */

.vision {
  background: var(--biz-bg);
  color: var(--biz-ink);
  text-align: center;
  padding: 6.5rem 0;
}

.vision h2 {
  font-size: clamp(1.8rem, 4.4vw, 2.8rem);
  font-weight: 900;
  letter-spacing: -0.02em;
}

.vision p {
  margin-top: 1rem;
  color: color-mix(in srgb, var(--biz-ink) 70%, transparent);
  font-size: 1.05rem;
}

.vision .btn { margin-top: 2rem; }

/* ---------- inner pages ---------- */

.page-plain { padding: 5.5rem 0 7rem; }

.page-title {
  margin-top: 0.6rem;
  font-size: clamp(2.2rem, 5.5vw, 3.6rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.page-lead {
  margin-top: 1.25rem;
  color: var(--ink-soft);
  font-size: 1.1rem;
}

.plist { margin-top: 3rem; list-style: none; display: grid; gap: 1rem; }

.plist a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.75rem 2rem;
  transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.3s ease;
}
.plist a:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px color-mix(in srgb, var(--ink) 8%, transparent);
}

.plist-static {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: var(--surface);
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  padding: 1.75rem 2rem;
  opacity: 0.8;
}

.plist h2 { margin-top: 0.4rem; font-size: 1.6rem; font-weight: 800; letter-spacing: -0.02em; }
.plist-desc { margin-top: 0.4rem; color: var(--ink-soft); font-size: 0.98rem; }

.arrow { font-size: 1.4rem; color: var(--ink-soft); transition: transform 0.3s ease; flex-shrink: 0; }
.plist a:hover .arrow { transform: translateX(6px); color: var(--ink); }

/* ---------- product story pages ---------- */

.p-hero { position: relative; overflow: hidden; padding: 5.5rem 0 6.5rem; }
.pg-koroute .p-hero { background: var(--koroute-soft); }
.pg-wellhour .p-hero { background: var(--wellhour-soft); }
.pg-bizmoa .p-hero { background: var(--biz-bg); color: var(--biz-ink); }

.p-hero-inner { display: flex; align-items: center; gap: 4rem; }
.p-hero-copy { flex: 1.1; }

.p-hero h1 {
  margin-top: 1rem;
  font-size: clamp(2.4rem, 5.6vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.pg-koroute .p-hero h1 { color: var(--koroute-head); }
.pg-wellhour .p-hero h1 { color: var(--wellhour-head); }

.p-hero .lead {
  margin-top: 1.5rem;
  font-size: 1.12rem;
  color: var(--ink-soft);
  max-width: 520px;
}
.pg-bizmoa .p-hero .lead { color: color-mix(in srgb, var(--biz-ink) 75%, transparent); }
.pg-bizmoa .p-hero .product-cat { color: color-mix(in srgb, var(--biz-ink) 65%, transparent); }
.pg-bizmoa .btn-ghost {
  border-color: color-mix(in srgb, var(--biz-ink) 30%, transparent);
  color: color-mix(in srgb, var(--biz-ink) 80%, transparent);
}

.p-hero .hero-cta { margin-top: 2.25rem; animation: none; }

/* phone frame */

.phone {
  flex-shrink: 0;
  width: min(320px, 82vw);
  background: #17181a;
  border-radius: 44px;
  padding: 12px;
  box-shadow: 0 40px 90px color-mix(in srgb, var(--ink) 25%, transparent);
  transform: rotate(2deg);
}

.phone-screen {
  background: var(--bg);
  border-radius: 34px;
  overflow: hidden;
  aspect-ratio: 9 / 18;
  display: flex;
  flex-direction: column;
}

.app-top { padding: 1.1rem 1.1rem 0.8rem; }
.app-top strong { font-size: 1.02rem; }
.app-top small { display: block; color: var(--ink-soft); font-size: 0.78rem; }

.app-map {
  flex: 1;
  position: relative;
  background:
    linear-gradient(var(--line) 1px, transparent 1px) 0 0 / 100% 28px,
    linear-gradient(90deg, var(--line) 1px, transparent 1px) 0 0 / 28px 100%,
    var(--koroute-soft);
}
.app-map svg { position: absolute; inset: 0; width: 100%; height: 100%; }

.draw-path {
  fill: none;
  stroke: var(--koroute);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 520;
  stroke-dashoffset: 520;
  animation: draw 2s ease 0.5s forwards;
}

.pin { transform-origin: center; transform-box: fill-box; transform: scale(0); animation: pop 0.5s cubic-bezier(0.3, 1.6, 0.5, 1) forwards; }
.pin.p1 { animation-delay: 0.6s; }
.pin.p2 { animation-delay: 1.3s; }
.pin.p3 { animation-delay: 2s; }

@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes pop { to { transform: scale(1); } }

.app-sheet {
  background: var(--surface);
  border-top: 1px solid var(--line);
  border-radius: 22px 22px 0 0;
  padding: 1rem 1.1rem 1.2rem;
}
.app-sheet .route strong { font-size: 0.88rem; }

.app-card {
  margin: 0 1.1rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: var(--surface);
}
.app-card-cover { height: 96px; background: linear-gradient(135deg, #5f7a67, #31463a); }
.app-card-cover.c2 { background: linear-gradient(135deg, #4f7355, #2a3e2e); }
.app-card-body { padding: 0.85rem 0.9rem; }
.app-card-body strong { display: block; font-size: 0.92rem; }
.app-card-body small { color: var(--ink-soft); font-size: 0.78rem; }

.app-book {
  margin: auto 1.1rem 1.2rem;
  text-align: center;
  background: var(--wellhour);
  color: #fff;
  border-radius: 999px;
  padding: 0.75rem;
  font-weight: 700;
  font-size: 0.92rem;
}

/* story sections */

.story { padding: 5.5rem 0; }
.pg-koroute .story.tint { background: var(--koroute-soft); }
.pg-wellhour .story.tint { background: var(--wellhour-soft); }
.pg-bizmoa .story.tint { background: color-mix(in srgb, var(--biz-bg) 6%, var(--bg)); }

.story-inner { display: flex; align-items: center; gap: 4rem; }
.story.flip .story-inner { flex-direction: row-reverse; }
.story-copy { flex: 1; }
.story-visual { flex: 1.15; min-width: 0; }

.story-num {
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  color: var(--moa);
}
.pg-koroute .story-num { color: var(--koroute); }
.pg-wellhour .story-num { color: var(--wellhour); }

.story h2, .cross h2 {
  margin-top: 0.6rem;
  font-size: clamp(1.7rem, 3.8vw, 2.5rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.story-copy p {
  margin-top: 1rem;
  color: var(--ink-soft);
  font-size: 1.05rem;
  max-width: 460px;
}

/* story visuals */

.place-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

.place-card {
  aspect-ratio: 4 / 3;
  border-radius: 20px;
  padding: 1.1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.in .place-card { opacity: 1; transform: none; }
.in .place-card:nth-child(2) { transition-delay: 0.12s; }
.in .place-card:nth-child(3) { transition-delay: 0.24s; }
.in .place-card:nth-child(4) { transition-delay: 0.36s; }

.place-card strong { font-size: 1.05rem; }
.place-card small { opacity: 0.8; font-size: 0.8rem; }
.place-card .add {
  align-self: flex-start;
  margin-bottom: auto;
  background: rgba(255, 255, 255, 0.24);
  padding: 0.2rem 0.7rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
}

.g-palace { background: linear-gradient(150deg, #8a6b4f, #4c3a2a); }
.g-museum { background: linear-gradient(150deg, #3e6b78, #213e48); }
.g-gallery { background: linear-gradient(150deg, #5b5e52, #2e3029); }
.g-nature { background: linear-gradient(150deg, #4f7355, #2a3e2e); }

.board {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 1.5rem;
  box-shadow: 0 20px 44px color-mix(in srgb, var(--ink) 8%, transparent);
}
.board svg { width: 100%; height: auto; display: block; }

.draw2 {
  fill: none;
  stroke: var(--koroute);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
  transition: stroke-dashoffset 1.8s ease 0.3s;
}
.in .draw2 { stroke-dashoffset: 0; }

.node { opacity: 0; transition: opacity 0.4s ease; }
.in .node.n1 { opacity: 1; transition-delay: 0.4s; }
.in .node.n2 { opacity: 1; transition-delay: 1s; }
.in .node.n3 { opacity: 1; transition-delay: 1.7s; }

.day-tabs { display: flex; gap: 0.5rem; margin-bottom: 1.1rem; }
.day-tabs span {
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--ink-soft);
}
.day-tabs .on { background: var(--koroute); border-color: var(--koroute); color: #fff; }

.route .state { margin-left: auto; font-size: 0.74rem; font-weight: 700; color: var(--live); align-self: center; }
.route .state.now { color: var(--moa); }
.route .state.next { color: var(--ink-soft); }

.slot-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.6rem; }
.slot {
  text-align: center;
  border: 1px solid var(--line);
  background: var(--bg);
  border-radius: 12px;
  padding: 0.7rem 0;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--ink-soft);
}
.slot.on { background: var(--wellhour); border-color: var(--wellhour); color: #fff; }

.toast {
  margin-top: 1.1rem;
  display: flex;
  gap: 0.6rem;
  align-items: center;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.9rem 1.1rem;
  font-weight: 600;
  font-size: 0.95rem;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease 0.9s, transform 0.5s ease 0.9s;
}
.in .toast { opacity: 1; transform: none; }

.cat-tiles { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 0.9rem; }
.cat-tile {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.2rem 1rem;
  text-align: center;
  font-weight: 700;
}
.cat-tile small { display: block; font-weight: 600; font-size: 0.75rem; margin-top: 0.3rem; color: var(--ink-soft); }
.cat-tile.on { background: var(--wellhour); border-color: var(--wellhour); color: #fff; }
.cat-tile.on small { color: rgba(255, 255, 255, 0.8); }

.dash {
  background: #2a2926;
  color: var(--biz-ink);
  border-radius: 24px;
  border: 1px solid rgba(242, 241, 238, 0.14);
  padding: 1.4rem;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
}
.dash-title {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: rgba(242, 241, 238, 0.6);
  margin-bottom: 0.6rem;
}
.dash .channels li { border-color: rgba(242, 241, 238, 0.1); }
.chan-state { display: flex; gap: 0.5rem; align-items: center; font-size: 0.85rem; color: rgba(242, 241, 238, 0.65); }

.pulse { animation: pulse 1.8s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }

.dash-toast {
  margin-top: 1rem;
  background: rgba(242, 241, 238, 0.08);
  border-radius: 12px;
  padding: 0.8rem 1rem;
  font-size: 0.9rem;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.5s ease 0.8s, transform 0.5s ease 0.8s;
}
.in .dash-toast { opacity: 1; transform: none; }
.dash-toast span { color: rgba(242, 241, 238, 0.55); }

.composer {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1.3rem;
}
.composer .msg {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.9rem;
  color: var(--ink-soft);
  font-size: 0.95rem;
}
.composer .chips { margin-top: 1rem; }
.composer .chips li { border-color: var(--line); color: var(--ink); font-weight: 600; }
.composer .send { margin-top: 1rem; }

.roadmap { margin-top: 2rem; max-width: 560px; list-style: none; display: grid; gap: 0.7rem; }
.roadmap li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  font-weight: 600;
}

/* koroute: journey rail */

.journey-wrap { position: relative; padding: 2rem 0 5rem; }

.rail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(1.5rem + 19px);
  width: 3px;
  border-radius: 2px;
  background: color-mix(in srgb, var(--koroute) 16%, transparent);
}
.rail i {
  display: block;
  width: 100%;
  height: var(--jp, 0%);
  background: var(--koroute);
  border-radius: 2px;
}

.stop-sec { position: relative; padding: 3.5rem 0 3.5rem 96px; }

.stop-pin {
  position: absolute;
  left: 1.5rem;
  top: 3.4rem;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 800;
  font-size: 0.95rem;
  border: 3px solid var(--bg);
  z-index: 1;
}
.stop-pin.a { background: #8a6b4f; }
.stop-pin.b { background: #3e6b78; }
.stop-pin.c { background: #5b5e52; }
.stop-pin.done { background: var(--moa); }

.stop-label {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--koroute);
}

.stop-sec h2 {
  margin-top: 0.5rem;
  font-size: clamp(1.6rem, 3.6vw, 2.3rem);
  font-weight: 900;
  letter-spacing: -0.02em;
}

.stop-body { margin-top: 1.5rem; display: flex; gap: 3rem; align-items: center; }
.stop-copy { flex: 1; color: var(--ink-soft); font-size: 1.03rem; max-width: 420px; }
.stop-visual { flex: 1.2; min-width: 0; }

.arrive {
  background: var(--koroute);
  color: #fff;
  border-radius: 24px;
  padding: 3rem 2.5rem;
  margin-top: 1rem;
}
.arrive h2 { margin: 0; font-size: clamp(1.7rem, 3.8vw, 2.4rem); font-weight: 900; letter-spacing: -0.02em; }
.arrive p { margin-top: 0.6rem; opacity: 0.85; }
.arrive .btn { margin-top: 1.75rem; background: #fff; color: var(--koroute-head); }

/* wellhour: a day in sections */

.day-sec { padding: 6rem 0; text-align: center; }

.day-sec .time {
  display: inline-block;
  font-weight: 800;
  letter-spacing: 0.18em;
  font-size: 0.85rem;
  padding: 0.35rem 1rem;
  border-radius: 999px;
  border: 1px solid currentColor;
  color: var(--wellhour);
}

.day-sec h2 {
  margin-top: 1.1rem;
  font-size: clamp(1.7rem, 3.8vw, 2.5rem);
  font-weight: 900;
  letter-spacing: -0.02em;
}

.day-morning { background: color-mix(in srgb, #e3b656 10%, var(--bg)); }
.day-afternoon { background: var(--wellhour-soft); }
.day-evening { background: #141b16; color: #e9efe9; padding-bottom: 7rem; }
.day-evening .time { color: #a8c4b0; }
.day-evening .story-lead { color: rgba(233, 239, 233, 0.7); }
.day-evening .cat-tile { background: rgba(233, 239, 233, 0.06); border-color: rgba(233, 239, 233, 0.16); color: #e9efe9; }
.day-evening .cat-tile small { color: rgba(233, 239, 233, 0.55); }
.day-evening .cat-tile.on { background: var(--wellhour); border-color: var(--wellhour); color: #fff; }
.btn-book-cta { margin-top: 3rem; background: #e9efe9; color: #141b16; }

.slot-demo { max-width: 620px; margin: 2.5rem auto 0; text-align: left; }
button.slot { appearance: none; font-family: inherit; cursor: pointer; }
.slot-demo .hint { margin-top: 0.9rem; text-align: center; font-size: 0.85rem; color: var(--ink-soft); }
.slot-demo .toast { transition-delay: 0s; }
.slot-demo .toast.show { opacity: 1; transform: none; }

/* wellhour: calm centred layout */

.wh-hero {
  position: relative;
  overflow: hidden;
  background: var(--wellhour-soft);
  padding: 5.5rem 0 4.5rem;
  text-align: center;
}

.product-cat.center { justify-content: center; }

.wh-hero h1 {
  margin-top: 1rem;
  font-size: clamp(2.4rem, 5.6vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--wellhour-head);
}

.wh-hero .lead {
  margin: 1.25rem auto 0;
  max-width: 520px;
  font-size: 1.12rem;
  color: var(--ink-soft);
}

.wh-hero .hero-cta { margin-top: 2rem; justify-content: center; animation: none; }

.wh-phone-wrap {
  position: relative;
  margin-top: 3.5rem;
  display: flex;
  justify-content: center;
}

.breath { position: absolute; inset: 0; display: flex; justify-content: center; align-items: center; pointer-events: none; }
.breath i {
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid color-mix(in srgb, var(--wellhour) 40%, transparent);
  animation: breathe 6s ease-in-out infinite;
}
.breath i:nth-child(1) { width: 440px; height: 440px; }
.breath i:nth-child(2) { width: 580px; height: 580px; animation-delay: 1.2s; }
.breath i:nth-child(3) { width: 720px; height: 720px; animation-delay: 2.4s; }

@keyframes breathe {
  0%, 100% { transform: scale(1); opacity: 0.65; }
  50% { transform: scale(1.06); opacity: 0.2; }
}

.phone.still { transform: none; position: relative; }

.story.wh-center { text-align: center; }
.story.wh-center h2 { margin-top: 0.6rem; }
.story.wh-center .story-lead {
  margin: 1rem auto 0;
  max-width: 480px;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.cards-row { margin-top: 2.5rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.cards-row .place-card { aspect-ratio: 3 / 4; }

.wh-board { max-width: 620px; margin: 2.5rem auto 0; text-align: left; }
.cat-tiles.center { margin-top: 2.5rem; max-width: 760px; margin-inline: auto; }

.p-cta { text-align: center; padding: 6rem 0; color: #fff; }
.pg-koroute .p-cta { background: var(--koroute); }
.pg-wellhour .p-cta { background: var(--wellhour); }
.pg-bizmoa .p-cta { background: var(--biz-bg); color: var(--biz-ink); }

.p-cta h2 {
  font-size: clamp(1.9rem, 4.4vw, 2.9rem);
  font-weight: 900;
  letter-spacing: -0.02em;
}
.p-cta p { margin-top: 0.9rem; opacity: 0.8; font-size: 1.05rem; }
.p-cta .btn { margin-top: 2rem; background: #fff; color: var(--ink); }
.p-cta .btn[aria-disabled="true"] {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.85);
  cursor: default;
}
.pg-bizmoa .p-cta .btn[aria-disabled="true"] { border-color: rgba(242, 241, 238, 0.3); color: rgba(242, 241, 238, 0.8); }

.cross { padding: 1rem 0 7rem; }

.cross-links { margin-top: 1.75rem; display: grid; gap: 0.85rem; max-width: 640px; }

.cross-links a {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.1rem 1.5rem;
  font-weight: 600;
  transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.3s ease;
}
.cross-links a:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px color-mix(in srgb, var(--ink) 7%, transparent);
}
.cross-links .arrow { margin-left: auto; }
.cross-links a:hover .arrow { transform: translateX(6px); color: var(--ink); }

.prose {
  margin-top: 2.5rem;
  max-width: 680px;
  display: grid;
  gap: 1.25rem;
  font-size: 1.08rem;
  color: var(--ink-soft);
  line-height: 1.8;
}
.prose a { font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.prose a:not(.c-k):not(.c-w) { color: var(--ink); }

.prose .doc-date { font-size: 0.92rem; }
.prose h2 { margin-top: 1.5rem; font-size: 1.2rem; letter-spacing: -0.01em; color: var(--ink); }
.prose h3 { font-size: 1.02rem; color: var(--ink); }
.prose ul, .prose ol { padding-left: 1.35rem; display: grid; gap: 0.45rem; }
.prose strong { color: var(--ink); }

.about-cta {
  margin-top: 3.5rem;
  max-width: 680px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 2rem;
}
.about-cta p { color: var(--ink-soft); margin-bottom: 1.25rem; }

/* ---------- footer ---------- */

.site-footer {
  border-top: 1px solid var(--line);
  padding: 3.5rem 0;
  font-size: 0.9rem;
  color: var(--ink-soft);
}

.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2.5rem;
}

.footer-brand { font-weight: 800; font-size: 1.05rem; color: var(--ink); }
.copyright { margin-top: 0.5rem; font-size: 0.82rem; }

.footer-col { display: flex; flex-direction: column; gap: 0.5rem; }
.footer-col h4 {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 0.35rem;
}
.footer-col a:hover { color: var(--ink); }
.footer-col .muted { opacity: 0.6; }

/* ---------- responsive ---------- */

@media (max-width: 900px) {
  .product-grid { grid-template-columns: 1fr; }
  .product.biz { flex-direction: column; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .p-hero-inner, .story-inner, .story.flip .story-inner { flex-direction: column; align-items: flex-start; }
  .phone { transform: none; align-self: center; }
  .story-visual { width: 100%; }
  .cards-row { grid-template-columns: 1fr 1fr; }
  .cards-row .place-card { aspect-ratio: 4 / 3; }
  .stop-body { flex-direction: column; align-items: flex-start; }
  .stop-visual { width: 100%; }
}

@media (max-width: 720px) {
  .stop-sec { padding-left: 64px; }
  .stop-pin { width: 33px; height: 33px; font-size: 0.85rem; left: 1.25rem; }
  .rail { left: calc(1.25rem + 15px); }
}

@media (max-width: 720px) {
  .nav {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    background: var(--bg);
    border-bottom: 1px solid var(--line);
    padding: 0.5rem 1.5rem 1rem;
  }
  .nav.open { display: flex; }
  .nav a { padding: 0.6rem 0; }
  .nav-toggle { display: block; }
  .login { display: none; }
  .statement { padding: 5rem 0 3.5rem; }
  .products { padding: 2rem 0 5rem; }
  .product.biz .product-body { padding: 2rem 1.75rem; }
}

/* ---------- reduced motion ---------- */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .blob, .marquee-track, .scroll-hint span, .pulse, .breath i { animation: none; }
  .hero h1 .line > span { animation: none; transform: none; }
  .hero-eyebrow, .hero .lead, .hero-cta { animation: none; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .mock { transform: none; }
  .draw-path, .draw2 { animation: none; transition: none; stroke-dashoffset: 0; }
  .pin { animation: none; transform: scale(1); }
  .node, .place-card, .toast, .dash-toast { opacity: 1; transform: none; transition: none; }
}

/* 전자상거래법 §10 표시 사항. 본문보다 작고 조용하게 두되 읽을 수는 있어야 한다. */
.footer-biz .biz {
  margin: 0;
  font-size: .82rem;
  line-height: 1.7;
  color: var(--ink-soft);
}
.footer-biz .biz a { color: inherit; }
