/* Talory · Glyph Studio public landing — based on talory_naming_copy v1.0
   Colors: navy #0B1E3D / coral #FF6B47 / mist #F5F2EC */

:root {
  --navy: #0B1E3D;
  --coral: #FF6B47;
  --mist: #F5F2EC;
  --paper: #FFFFFF;
  --ink: #0B1E3D;
  --ink-muted: #5C6680;
  --ink-light: #8590A3;
  --line: #E5E1D6;
  --line-soft: #EFEAE0;
}

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

html, body {
  background: var(--mist);
  color: var(--ink);
  font-family: 'Noto Sans SC', 'Plus Jakarta Sans', -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: 'kern' 1;
}

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

/* ------- topbar ------- */
.land-top {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1240px; margin: 0 auto;
  padding: 24px 32px;
}
/* Official Product Logo v8.1 (Mist) — text-only single-line lockup,
   viewBox 625×100 (~6.25:1). Wider aspect than v1.2, so width is
   scaled up so the wordmark stays legible in the landing nav. */
.land-brand { display: inline-flex; text-decoration: none; }
.brand-lockup { width: 290px; height: auto; display: block; }

/* Canonical tri-language switch — identical spec used by app.css.
   Background uses brand navy at 6% alpha; active state highlights with
   coral on white for strong call-to-action contrast. */
.lang-switch {
  display: inline-flex; gap: 2px; padding: 2px;
  background: rgba(11, 30, 61, 0.06);
  border-radius: 7px;
}
.lang-btn {
  border: 0; background: transparent;
  padding: 4px 9px; min-width: 30px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 12px; font-weight: 600;
  color: #5C6680;
  border-radius: 5px; cursor: pointer;
  transition: background 0.12s ease, color 0.12s ease;
}
.lang-btn:hover { color: #0B1E3D; }
.lang-btn.is-active {
  background: #FFFFFF; color: #FF6B47;
  box-shadow: 0 1px 2px rgba(0,0,0,.06);
}

.land-nav { display: flex; align-items: center; gap: 20px; }
.land-link {
  font-size: 14px; color: var(--ink-muted); font-weight: 500;
  transition: color 0.15s ease;
}
.land-link:hover { color: var(--ink); }
.land-link.is-active { color: var(--ink); font-weight: 600; }
.land-link.is-disabled {
  color: var(--ink-light); cursor: not-allowed; opacity: 0.55;
}
.land-link.is-disabled:hover { color: var(--ink-light); }
.land-nav { gap: 28px; }

.btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 9px 16px; border-radius: 8px;
  font-size: 14px; font-weight: 600; cursor: pointer;
  border: 1px solid transparent;
  font-family: inherit;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.btn-primary { background: var(--coral); color: white; }
.btn-primary:hover { background: #e8593a; }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--ink-muted); }
.btn-large { padding: 13px 22px; font-size: 15px; }

/* ------- hero ------- */
.land-hero {
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: 56px; align-items: center;
  max-width: 1240px; margin: 32px auto 0;
  padding: 56px 32px 96px;
}

.eyebrow {
  font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--coral); font-weight: 700;
  font-family: 'Plus Jakarta Sans', sans-serif;
  margin-bottom: 16px;
}

.hero-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 56px; font-weight: 700; letter-spacing: -1.2px;
  line-height: 1.1;
  color: var(--navy);
}
.hero-title-cn {
  margin-top: 14px;
  font-size: 18px; color: var(--ink-muted); font-weight: 500;
}
.hero-lead {
  margin-top: 28px;
  font-size: 15px; line-height: 1.75;
  color: var(--ink); max-width: 480px;
}

.hero-actions { margin-top: 36px; display: flex; gap: 12px; }

.hero-meta {
  margin-top: 36px; padding-top: 22px;
  border-top: 1px dashed var(--line);
  font-family: 'JetBrains Mono', monospace; font-size: 12px;
  color: var(--ink-muted); display: flex; gap: 14px; flex-wrap: wrap;
}
.hero-meta .meta-cn { font-family: 'Noto Sans SC', sans-serif; }
.pixel {
  display: inline-block; width: 7px; height: 7px;
  background: var(--coral); margin-left: 3px; vertical-align: 1px;
}

/* Hero illustration panel — smooth editorial cartoon, not pixel art */
.hero-art {
  display: flex; align-items: center; justify-content: center;
  background: var(--paper);
  border-radius: 24px; padding: 16px;
  border: 1px solid var(--line);
  overflow: hidden;
}
.hero-art img.hero-illustration {
  width: 100%; max-width: 480px; height: auto;
  display: block;
  border-radius: 14px;            /* slight inner rounding */
}

/* ------- sections ------- */
.land-section { padding: 80px 32px; }
.land-section-alt { background: var(--paper); border-top: 1px solid var(--line); }
.section-inner { max-width: 1100px; margin: 0 auto; }
.section-eyebrow {
  font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--coral); font-weight: 700;
  font-family: 'Plus Jakarta Sans', sans-serif;
  margin-bottom: 18px;
}
.land-section h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 36px; font-weight: 700; letter-spacing: -0.5px;
  line-height: 1.2; color: var(--navy);
  margin-bottom: 12px;
}
.muted-h2 { color: var(--ink); }
.section-cn { color: var(--ink-muted); font-size: 16px; margin-bottom: 24px; }
.section-lead {
  font-size: 15px; line-height: 1.8; max-width: 720px;
  color: var(--ink);
}

/* ------- product cards ------- */
.card-grid {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
}
.land-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px 18px;
  display: flex; flex-direction: column;
  text-align: center;
}
.land-card.active {
  background: var(--mist); border-color: var(--coral);
}
.land-card.pending { opacity: 0.78; }
.card-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; letter-spacing: 1.5px;
  color: var(--coral); font-weight: 700;
  margin-bottom: 12px;
}
.card-name {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 28px; font-weight: 800; letter-spacing: -1px;
  color: var(--navy);
}
.card-cn {
  margin-top: 2px; font-size: 13px; color: var(--ink-muted);
}
.card-line {
  height: 1px; width: 32px; background: var(--line);
  margin: 14px auto;
}
.land-card p {
  font-size: 12px; line-height: 1.6; color: var(--ink-muted);
  flex: 1;
}
.card-cta {
  display: inline-block;
  margin-top: 14px;
  font-size: 12px; font-weight: 600; color: var(--coral);
}
.card-status {
  display: inline-block;
  margin-top: 14px;
  font-size: 11px; color: var(--ink-light);
  font-family: 'JetBrains Mono', monospace;
}

/* ------- footer ------- */
.land-foot {
  background: var(--navy); color: rgba(245, 242, 236, 0.72);
  padding: 24px 32px;
}
.foot-inner {
  max-width: 1100px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12px;
}
.land-foot .land-link { color: rgba(245, 242, 236, 0.72); }
.land-foot .land-link:hover { color: var(--mist); }

/* ------- responsive ------- */
@media (max-width: 880px) {
  .land-hero { grid-template-columns: 1fr; padding: 32px 24px 64px; gap: 32px; }
  .hero-art { order: -1; }
  .hero-title { font-size: 40px; }
  .land-top { padding: 18px 24px; }
  .land-nav .land-link { display: none; }
  .land-section { padding: 56px 24px; }
  .land-section h2 { font-size: 26px; }
}
