:root {
  --ivory: #F5F1E8;
  --cream: #ECE7DC;
  --white-soft: #FBFAF7;
  --black: #0B100E;
  --black-deep: #070B09;
  --green-dark: #0F1A17;
  --green-mid: #17241F;
  --green-elevated: #213A33;
  --sage: #8FBF9A;
  --gold-light: #E8D39A;
  --gold: #D4B978;
  --gold-dark: #A98948;
  --text-dark: #101713;
  --text-light: #F5F1E8;
  --text-muted-light: #A8B5AF;
  --text-muted-dark: #65716C;
  --border-light: rgba(15, 26, 23, 0.08);
  --border-dark: rgba(245, 241, 232, 0.07);
  --border-gold: rgba(212, 185, 120, 0.28);
  --coral: #d9897a;
  --font: "Noto Sans Georgian", "Instrument Sans", system-ui, sans-serif;
  --font-ui: "Instrument Sans", "Noto Sans Georgian", system-ui, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --shadow-light: 0 24px 80px rgba(11, 16, 14, 0.08);
  --shadow-dark: 0 30px 100px rgba(0, 0, 0, 0.30);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: auto; overflow-x: clip; scroll-padding-top: 112px; }
#products, #why, #hotel, #pricing, #faq, #contact, #roadmap {
  scroll-margin-top: 112px;
}
html, body { margin: 0; width: 100%; max-width: 100%; }
body {
  font-family: var(--font);
  background: var(--black);
  color: var(--text-light);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
body.is-intro { overflow: hidden; }
img { max-width: 100%; display: block; }
button, a { font-family: inherit; }
h1, h2, h3, h4, p, ul, ol { margin: 0; }
ul, ol { list-style: none; padding: 0; }
:focus-visible {
  outline: 2px solid var(--sage);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 10050;
  background: var(--ivory);
  color: var(--text-dark);
  padding: 8px 14px;
  border-radius: 8px;
}
.skip-link:focus { top: 12px; }

.shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.kicker {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted-light);
  margin-bottom: 12px;
}
.kicker-dark { color: var(--text-muted-dark); }
.kicker-live { color: var(--gold-dark); }

.display-title {
  font-size: clamp(1.7rem, 3.4vw, 2.55rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.15;
  color: var(--text-light);
}
.display-dark { color: var(--text-dark); }
.section-copy {
  max-width: 540px;
  color: var(--text-muted-light);
  font-size: 1.02rem;
  margin-top: 18px;
}

/* Grain */
.grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 80;
  opacity: 0.022;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px 180px;
}

/* Intro */
.intro {
  position: fixed;
  inset: 0;
  z-index: 10030;
  display: grid;
  place-items: center;
  background: var(--black-deep);
  transition: opacity 0.5s var(--ease), visibility 0.5s;
}
.intro.is-done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.intro-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  padding: 0 16px;
  max-width: 100%;
}
.intro-mark {
  width: 192px;
  height: 192px;
  opacity: 0;
  transform: rotate(-18deg) scale(0.92);
}
.intro-mark img { width: 100%; height: 100%; }
.compass-group-logo {
  display: inline-flex;
  align-items: baseline;
  max-width: 100%;
  margin: 0;
  white-space: nowrap;
  font-family: "DM Sans", var(--font-ui), Arial, sans-serif;
  font-size: clamp(16px, 2.5vw, 41px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.105em;
  color: var(--ivory);
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.18);
}
.compass-group-logo > span {
  display: inline-block;
  opacity: 0;
  transform: translateY(12px);
}
.compass-a-wrap {
  display: inline-flex;
  align-items: baseline;
  flex: 0 0 auto;
}
.compass-custom-a {
  width: 0.82em;
  height: 0.96em;
  flex: 0 0 auto;
  margin-left: 0.035em;
  margin-right: 0.12em;
  transform: translateY(0.075em);
  overflow: visible;
}
.compass-a-shape { fill: var(--ivory); }
.compass-a-star {
  filter: drop-shadow(0 0 1px rgba(232, 211, 154, 0.45));
}
.compass-group-word { margin-left: 0.42em; }

@media (max-width: 700px) {
  .compass-group-logo {
    font-size: clamp(11px, 3.5vw, 23px);
    letter-spacing: 0.08em;
  }
  .compass-group-word { margin-left: 0.32em; }
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.01em;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.28s var(--ease), background 0.28s ease, border-color 0.28s ease, color 0.28s ease;
}
.btn-arrow { display: inline-block; transition: transform 0.28s var(--ease); }
.btn-ivory {
  background: var(--ivory);
  color: var(--text-dark);
}
.btn-ghost {
  background: transparent;
  color: var(--text-light);
  border-color: var(--border-dark);
}
.btn-nav {
  background: rgba(245, 241, 232, 0.06);
  color: var(--text-light);
  border: 1px solid var(--border-gold);
  min-height: 38px;
  padding: 0 16px;
  font-size: 0.82rem;
}
.btn-forest {
  background: var(--green-dark);
  color: var(--text-light);
  border-color: var(--border-gold);
}
.btn-lg { min-height: 46px; padding: 0 22px; font-size: 0.92rem; }

/* Nav */
.nav {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 90;
  display: flex;
  justify-content: center;
  pointer-events: none;
  transition: top 0.3s var(--ease);
}
.nav.is-compact { top: 12px; }
.nav-shell {
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 6px 6px 12px;
  background: rgba(11, 16, 14, 0.65);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 18px;
  max-width: calc(100% - 24px);
}
.nav.is-compact .nav-shell { padding: 6px 6px 6px 12px; }
.nav-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--text-light);
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 0.92rem;
  padding-right: 8px;
}
.nav-logo img { width: 28px; height: 28px; border-radius: 8px; }
.nav-logo .nav-wordmark {
  width: auto;
  height: 36px;
  border-radius: 0;
  object-fit: contain;
}
.nav-links {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2px;
}
.nav-links a {
  position: relative;
  z-index: 1;
  color: var(--text-muted-light);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 500;
  padding: 7px 9px;
  border-radius: 999px;
  white-space: nowrap;
  transition: color 0.25s ease;
}
.nav-links a:hover,
.nav-links a.is-active { color: var(--text-light); }
.nav-indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: calc(100% - 4px);
  border-radius: 999px;
  background: rgba(245, 241, 232, 0.07);
  z-index: 0;
  opacity: 0;
  transition: transform 0.35s var(--ease), width 0.35s var(--ease), opacity 0.25s ease;
}
.hamburger {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  place-items: center;
}
.hamburger span {
  display: block;
  width: 16px;
  height: 1.5px;
  margin: 5px auto;
  background: var(--ivory);
  transition: transform 0.3s var(--ease), opacity 0.3s;
}
.hamburger[aria-expanded="true"] span:first-child { transform: translateY(6.5px) rotate(45deg); }
.hamburger[aria-expanded="true"] span:last-child { transform: translateY(-6.5px) rotate(-45deg); }

.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 85;
  background: rgba(7, 11, 9, 0.94);
  backdrop-filter: blur(20px);
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s;
}
.mobile-nav.open {
  opacity: 1;
  visibility: visible;
}
.mobile-nav-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}
.mobile-nav-inner a {
  color: var(--text-light);
  text-decoration: none;
  font-size: 1.35rem;
  font-weight: 600;
}
.mobile-nav-inner .btn {
  color: var(--text-dark);
}

/* Hero */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 96px 0 56px;
  overflow: visible;
}
.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: inherit;
}
.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(48px);
  will-change: transform;
}
.hero-orb-a {
  width: 52vw;
  height: 52vw;
  right: -8%;
  top: -12%;
  background: radial-gradient(circle, rgba(33, 58, 51, 0.5), transparent 62%);
  animation: orbDrift 22s ease-in-out infinite alternate;
}
.hero-orb-b {
  width: 34vw;
  height: 34vw;
  left: -6%;
  bottom: 4%;
  background: radial-gradient(circle, rgba(143, 191, 154, 0.08), transparent 64%);
  animation: orbDrift 28s ease-in-out infinite alternate-reverse;
}
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.045;
  background-image:
    linear-gradient(rgba(245, 241, 232, 0.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 241, 232, 0.35) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse at 60% 40%, black 20%, transparent 72%);
}
.hero-vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 42%, rgba(7, 11, 9, 0.72) 100%);
}
@keyframes orbDrift {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(-4%, 6%, 0) scale(1.08); }
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 28px;
  align-items: center;
}
.hero-copy, .orbit { min-width: 0; }
.hero-title {
  font-size: clamp(1.7rem, 3.1vw, 2.7rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.28;
  margin: 8px 0 18px;
}
.hero-title span { display: block; }
.hero-title-accent {
  background: linear-gradient(180deg, #F5F1E8 20%, #CFC9BC 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-lead {
  max-width: 440px;
  color: var(--text-muted-light);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 24px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.orbit {
  position: relative;
  height: min(62vh, 560px);
  min-height: 420px;
  padding: 8px;
}
.orbit-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
}
.orbit-spoke {
  stroke: rgba(245, 241, 232, 0.38);
  stroke-width: 1.4;
  stroke-linecap: round;
  fill: none;
}
.orbit-pulse-path {
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.8;
  stroke-linecap: round;
  opacity: 0.95;
  filter: drop-shadow(0 0 7px rgba(212, 185, 120, 0.45));
}
.orbit-pulse-path[data-arm="beauty"],
.orbit-pulse-path[data-arm="finance"],
.orbit-pulse-path[data-arm="restaurant"] {
  stroke: var(--sage);
  filter: drop-shadow(0 0 7px rgba(143, 191, 154, 0.45));
}
.orbit-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 84px;
  height: 84px;
  margin: -42px 0 0 -42px;
  display: grid;
  place-items: center;
  z-index: 3;
  will-change: transform;
  transform-style: preserve-3d;
}
.orbit-core img {
  width: 76px;
  height: 76px;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.35));
}
.orbit-glow {
  position: absolute;
  inset: -28px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(33, 58, 51, 0.55), transparent 68%);
  z-index: 0;
}
.orbit-shine {
  position: absolute;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 20%, rgba(245, 241, 232, 0.22), transparent 55%);
  z-index: 3;
  pointer-events: none;
  mix-blend-mode: soft-light;
}
.orbit-card {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 84px;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: visible;
  will-change: transform;
}
.orbit-card img {
  width: 84px;
  height: 84px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.4));
}
.orbit-card strong {
  display: none;
}
.orbit-card[data-arm="beauty"] {
  top: calc(50% - 42px - 0.8 * (48% - 42px));
  left: calc(50% - 42px - 0.8 * (50% - 42px));
  right: auto;
  bottom: auto;
}
.orbit-card[data-arm="hotel"] {
  top: calc(50% - 42px - 0.8 * (48% - 42px));
  right: calc(50% - 42px - 0.8 * (50% - 42px));
  left: auto;
  bottom: auto;
}
.orbit-card[data-arm="finance"] {
  bottom: calc(50% - 42px - 0.8 * (48% - 42px));
  left: calc(50% - 42px - 0.8 * (50% - 42px));
  top: auto;
  right: auto;
}
.orbit-card[data-arm="restaurant"] {
  bottom: calc(50% - 42px - 0.8 * (48% - 42px));
  right: calc(50% - 42px - 0.8 * (50% - 42px));
  top: auto;
  left: auto;
}
.orbit-card.is-floating {
  animation: cardFloat var(--float-dur, 3.4s) ease-in-out infinite alternate;
}
@keyframes cardFloat {
  from { translate: 0 0; }
  to { translate: 0 -8px; }
}
.orbit-card.is-live {
  border: 0;
  background: transparent;
}
a.orbit-card {
  color: inherit;
  text-decoration: none;
}
.orbit-card.is-soon { opacity: 0.92; }

.status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--text-muted-light);
}
.status-live { color: var(--gold); }
.status-live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 0 rgba(212, 185, 120, 0.5);
  animation: statusPulse 2.4s ease-out infinite;
}
@keyframes statusPulse {
  0% { box-shadow: 0 0 0 0 rgba(212, 185, 120, 0.45); }
  70% { box-shadow: 0 0 0 8px rgba(212, 185, 120, 0); }
  100% { box-shadow: 0 0 0 0 rgba(212, 185, 120, 0); }
}

.scroll-hint {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--text-muted-light);
  font-family: var(--font-ui);
  font-size: 11px;
  letter-spacing: 0.08em;
}
.scroll-hint i {
  width: 1px;
  height: 36px;
  background: linear-gradient(180deg, var(--text-muted-light), transparent);
  transform-origin: top;
  animation: scrollLine 2.2s var(--ease) infinite;
}
@keyframes scrollLine {
  0% { transform: scaleY(0.35); opacity: 0.3; }
  50% { transform: scaleY(1); opacity: 1; }
  100% { transform: scaleY(0.35); opacity: 0.3; }
}

/* Products */
.products {
  position: relative;
  padding: 64px 0 88px;
  background:
    linear-gradient(180deg, var(--black) 0%, var(--green-dark) 48%, var(--green-mid) 100%);
}
.products-head {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 56px;
}
.products-head .section-copy { margin-top: 0; }

.product-tabs {
  display: flex;
  gap: 6px;
  margin-bottom: 28px;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 4px 4px 8px 0;
  scroll-padding-inline: 12px;
}
.product-tab:last-child { scroll-margin-inline-end: 12px; }
.product-tabs::-webkit-scrollbar { display: none; }
.product-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid var(--border-dark);
  background: transparent;
  color: var(--text-muted-light);
  border-radius: 999px;
  padding: 10px 18px;
  font-family: var(--font-ui);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.25s, border-color 0.25s, background 0.25s;
}
.product-tab.is-active {
  color: var(--text-dark);
  background: var(--ivory);
  border-color: transparent;
}
.product-tab:focus-visible {
  outline: 2px solid var(--sage);
  outline-offset: 3px;
}

.product-stage {
  min-height: 0;
}
.product-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 28px;
  align-items: center;
}
.product-panel[hidden] { display: none; }
.product-meta img {
  height: 64px;
  width: 64px;
  max-width: 64px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 14px;
}
.product-meta .status { margin: 0 0 8px; }
.product-meta p { color: var(--text-muted-light); margin: 0 0 16px; max-width: 360px; font-size: 0.95rem; }

.tilt-scene {
  perspective: 1200px;
}
.app-frame {
  position: relative;
  display: flex;
  min-height: 360px;
  border-radius: 16px;
  overflow: hidden;
  background: var(--green-dark);
  border: 1px solid var(--border-gold);
  box-shadow: var(--shadow-dark);
  transform-style: preserve-3d;
  will-change: transform;
}
.app-side {
  width: 56px;
  background: var(--green-mid);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  border-right: 1px solid var(--border-dark);
}
.app-side img { width: 28px; height: 28px; }
.app-nav {
  width: 22px;
  height: 6px;
  border-radius: 99px;
  background: rgba(245, 241, 232, 0.12);
}
.app-nav.is-on { background: var(--gold); }
.app-body { flex: 1; min-width: 0; padding: 18px 18px 22px; }
.app-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}
.app-kpi {
  min-width: 0;
  padding: 12px;
  border-radius: 12px;
  background: rgba(7, 11, 9, 0.45);
  border: 1px solid var(--border-dark);
}
.app-kpi span {
  display: block;
  font-size: 11px;
  line-height: 1.3;
  color: var(--text-muted-light);
  margin-bottom: 4px;
}
.app-kpi strong { font-size: 1.15rem; }
.app-kpi.is-focus { border-color: var(--border-gold); }
.pos { color: var(--sage); }
.neg { color: var(--coral); }
.app-chart {
  height: 88px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: rgba(7, 11, 9, 0.35);
  padding: 8px;
}
.app-chart svg { width: 100%; height: 100%; }
.chart-line {
  fill: none;
  stroke: var(--sage);
  stroke-width: 1.6;
  stroke-linecap: round;
}
.story-view.is-on .story-chart {
  stroke-dasharray: 480;
  stroke-dashoffset: 480;
  animation: drawLine 0.9s var(--ease) forwards;
}
@keyframes drawLine {
  to { stroke-dashoffset: 0; }
}
.app-rows { display: grid; gap: 8px; }
.app-row {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 28px;
}
.app-row i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}
.app-row b {
  flex: 1;
  height: 6px;
  border-radius: 99px;
  background: linear-gradient(90deg, rgba(143, 191, 154, 0.55), rgba(143, 191, 154, 0.08));
}
.app-row em {
  width: 48px;
  height: 6px;
  border-radius: 99px;
  background: var(--border-dark);
}
.app-row.is-neg b { background: linear-gradient(90deg, rgba(217, 137, 122, 0.55), rgba(217, 137, 122, 0.08)); }
.app-row.is-neg i { background: var(--coral); }
.app-row.is-pos i { background: var(--sage); }
.app-float {
  position: relative;
  margin: 14px 0 0 auto;
  width: fit-content;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(23, 36, 31, 0.92);
  border: 1px solid var(--border-gold);
  box-shadow: var(--shadow-dark);
}
.app-float span { display: block; font-size: 11px; color: var(--text-muted-light); }
.app-float strong { color: var(--gold); font-size: 1.1rem; }

.placeholder-stage {
  position: relative;
  min-height: 280px;
  border-radius: 18px;
  background: var(--green-dark);
  border: 1px solid var(--border-dark);
  overflow: hidden;
  display: grid;
  place-items: center;
}
.placeholder-beauty {
  display: grid;
  grid-template-columns: repeat(3, 64px);
  gap: 10px;
}
.ph-slot {
  width: 64px;
  height: 44px;
  border-radius: 8px;
  background: rgba(245, 241, 232, 0.06);
  border: 1px solid var(--border-dark);
}
.ph-slot.is-on { background: rgba(143, 191, 154, 0.18); }
.placeholder-finance {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  height: 140px;
}
.placeholder-finance span {
  width: 22px;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, var(--green-elevated), rgba(143, 191, 154, 0.35));
}
.placeholder-finance span:nth-child(1) { height: 40%; }
.placeholder-finance span:nth-child(2) { height: 72%; }
.placeholder-finance span:nth-child(3) { height: 54%; }
.placeholder-finance span:nth-child(4) { height: 88%; }
.placeholder-finance span:nth-child(5) { height: 46%; }
.placeholder-restaurant {
  display: grid;
  grid-template-columns: repeat(4, 48px);
  gap: 10px;
}
.placeholder-restaurant div {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  border: 1px dashed rgba(245, 241, 232, 0.14);
  background: rgba(245, 241, 232, 0.03);
}
.coming-veil {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(7, 11, 9, 0.45);
  font-family: var(--font-ui);
  letter-spacing: 0.08em;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-muted-light);
  text-align: center;
  padding: 12px;
}

/* Why */
.why {
  position: relative;
  background: linear-gradient(180deg, var(--green-mid) 0%, var(--green-dark) 78%, var(--ivory) 100%);
  padding: 40px 0 120px;
  color: var(--text-light);
}
.why-layout {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 48px;
  align-items: start;
}
.why-sticky {
  position: sticky;
  top: 120px;
  padding-top: 40px;
}
.why-sticky h2 {
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  letter-spacing: -0.04em;
  color: var(--text-light);
}
.why-sticky h2 span { display: block; }
.why .kicker { color: rgba(245, 241, 232, 0.55); }
.why-stream { padding: 40px 0 80px; }
.why-item {
  min-height: 22vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0.55;
  transform: translateY(10px);
  transition: opacity 0.5s var(--ease), transform 0.5s var(--ease);
}
.why-item.is-focus {
  opacity: 1;
  transform: none;
}
.why-item span {
  font-family: var(--font-ui);
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  font-weight: 700;
  line-height: 1;
  color: rgba(245, 241, 232, 0.08);
  letter-spacing: -0.06em;
}
.why-item h3 {
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  margin: 8px 0 12px;
  letter-spacing: -0.03em;
  color: var(--text-light);
}
.why-item p {
  max-width: 460px;
  color: var(--text-muted-light);
  font-size: 1.05rem;
}

/* Story */
.story {
  background: linear-gradient(180deg, var(--ivory) 0%, var(--cream) 100%);
  color: var(--text-dark);
  padding-bottom: 0;
}
.story-intro { padding: 64px 0 20px; }
.story-intro .kicker { margin-bottom: 4px; }
.story-intro .display-title {
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  margin: 0;
  color: var(--text-dark);
}
.story-intro .section-copy {
  color: var(--text-muted-dark);
  margin-top: 8px;
}
.story-product {
  font-family: var(--font-ui);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--gold-dark);
  margin: 0 0 6px;
}
.story-pin { min-height: 0; }
.story-track {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: start;
  padding-bottom: 16px;
}
.story-stage {
  position: sticky;
  top: 110px;
}
.story-frame { min-height: 360px; }
.story-view {
  display: none;
}
.story-view.is-on { display: block; animation: viewIn 0.45s var(--ease); }
@keyframes viewIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}
.story-steps { padding-top: 20px; }
.story-step {
  min-height: 24vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0.58;
  transition: opacity 0.4s ease;
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
  text-align: left;
  font: inherit;
  color: inherit;
  width: 100%;
}
.story-step.is-on { opacity: 1; }
.story-step span {
  font-family: var(--font-ui);
  color: var(--gold-dark);
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
}
.story-step h3 {
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  letter-spacing: -0.03em;
  margin: 8px 0 10px;
}
.story-step p { color: var(--text-muted-dark); max-width: 360px; }
.report-sheet {
  padding: 18px;
  border-radius: 14px;
  background: rgba(7, 11, 9, 0.4);
  border: 1px solid var(--border-dark);
}
.report-sheet span { color: var(--text-muted-light); font-size: 12px; }
.report-sheet b {
  display: block;
  height: 8px;
  border-radius: 99px;
  background: rgba(245, 241, 232, 0.1);
  margin: 12px 0;
}
.report-sheet b:nth-child(2) { width: 82%; }
.report-sheet b:nth-child(3) { width: 64%; }
.report-sheet b:nth-child(4) { width: 74%; }
.report-export {
  margin-top: 8px;
  font-family: var(--font-ui);
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--gold);
}
.access-list { display: grid; gap: 10px; }
.access-user {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(7, 11, 9, 0.4);
  border: 1px solid var(--border-dark);
  color: var(--text-light);
  font-size: 0.88rem;
  min-width: 0;
}
.access-user span { min-width: 0; }
.access-user i {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--green-elevated);
}
.access-user em { margin-left: auto; color: var(--text-muted-light); font-style: normal; font-size: 0.85rem; }

/* Marquee */
.marquee {
  overflow: hidden;
  padding: 22px 0;
  background: var(--cream);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  color: var(--text-muted-dark);
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 42s linear infinite;
  font-family: var(--font-ui);
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.marquee-group {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-right: 18px;
  flex-shrink: 0;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold-dark);
  opacity: 0.55;
  flex-shrink: 0;
}
@keyframes marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

/* Bento */
.bento-section {
  background: var(--ivory);
  color: var(--text-dark);
  padding: 64px 0;
}
.bento-section .display-title {
  margin-bottom: 22px;
  font-size: clamp(0.98rem, 2.2vw, 1.7rem);
  white-space: nowrap;
}
.bento-section .display-title .reveal-line { display: inline; }
.card-note {
  margin-top: 6px;
  color: var(--text-muted-dark);
  font-size: 0.82rem;
  max-width: 280px;
  line-height: 1.45;
}
.bento-local .card-note { color: var(--text-muted-light); }
.bento {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas:
    "local report price"
    "access access price";
  gap: 10px;
}
.bento-card {
  position: relative;
  overflow: visible;
  border-radius: 16px;
  padding: 16px 18px;
  background: var(--white-soft);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-light);
  min-width: 0;
  min-height: 0;
  transition: transform 0.32s var(--ease), border-color 0.32s ease;
}
.bento-card::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(33, 58, 51, 0.12), transparent 70%);
  left: var(--mx, 50%);
  top: var(--my, 40%);
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.bento-card:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 26, 23, 0.16);
}
.bento-card:hover::after { opacity: 1; }
.bento-label {
  font-family: var(--font-ui);
  font-size: 10px;
  letter-spacing: 0.12em;
  color: var(--text-muted-dark);
  margin-bottom: 6px;
}
.bento-card h3 { font-size: 1.05rem; letter-spacing: -0.03em; max-width: none; }
.bento-local {
  grid-area: local;
  min-height: 0;
  align-self: start;
  padding: 10px;
  background: var(--green-dark);
  color: var(--text-light);
  border-color: var(--border-dark);
}
.bento-local .bento-label { color: var(--text-muted-light); padding-right: 18px; }
.bento-local h3 { padding-right: 0; }
.bento-local .card-note { max-width: none; }
.local-box {
  position: relative;
  height: 100%;
  border-radius: 12px;
  background: var(--green-elevated);
  border: 1px solid var(--border-dark);
  padding: 18px 16px 16px;
}
.bento-report { grid-area: report; }
.bento-access { grid-area: access; }
.bento-price {
  grid-area: price;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.bento-gel {
  font-size: clamp(1.7rem, 3.2vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1.12;
  margin: 2px 0 2px;
  padding: 0;
  color: var(--text-dark);
}
.bento-price .price-once { margin-bottom: 10px; }
.bento-price .btn {
  align-self: flex-start;
  min-height: 36px;
  padding: 0 14px;
  font-size: 0.82rem;
}
.bento-price .pricing-update {
  margin: 10px 0 6px;
  padding-top: 10px;
  padding-bottom: 0;
  border-bottom: 0;
}
.viz-pulse {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sage);
  animation: statusPulse 2.6s ease-out infinite;
}
.viz-report { margin-top: 12px; display: grid; gap: 6px; }
.viz-report b {
  display: block;
  height: 8px;
  border-radius: 99px;
  background: var(--cream);
}
.viz-report b:nth-child(1) { width: 90%; }
.viz-report b:nth-child(2) { width: 70%; }
.viz-report b:nth-child(3) { width: 80%; }
.viz-users { display: flex; gap: 8px; margin-top: 14px; }
.viz-users span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--green-elevated);
  opacity: 0.85;
}

/* Pricing */
.pricing {
  background: var(--ivory);
  color: var(--text-dark);
  padding: 40px 0 100px;
}
.pricing-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: start;
  padding: 40px 0;
  border-top: 1px solid var(--border-light);
}
.price-gel {
  font-size: clamp(3.4rem, 8vw, 5.4rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1.28;
  margin: 8px 0 8px;
  padding: 0.28em 0 0.08em;
  overflow: visible;
}
.price-gel span { font-size: 0.45em; vertical-align: super; line-height: 1; }
.pricing-hero h2 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-muted-dark);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: var(--font-ui);
}
.price-once { font-size: 0.95rem; margin-bottom: 4px; }
.pricing-update {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  margin-bottom: 12px;
}
.pricing-update strong { display: block; }
.pricing-update span {
  font-family: var(--font-ui);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted-dark);
}
.pricing-update p { color: var(--gold-dark); font-weight: 700; }

/* Roadmap */
.roadmap {
  background: linear-gradient(180deg, var(--cream) 0%, var(--ivory) 100%);
  padding: 90px 0 110px;
  color: var(--text-dark);
}
.roadmap .display-title { margin-bottom: 16px; color: var(--text-dark); }
.road-copy {
  max-width: 540px;
  color: var(--text-muted-dark);
  margin: 0 0 40px;
}
.roadmap .kicker { color: var(--text-muted-dark); }
.road {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.road::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 8%;
  right: 8%;
  height: 1px;
  background: rgba(15, 26, 23, 0.12);
  transform: scaleX(0);
  transform-origin: left;
}
.roadmap.is-in .road::before { animation: roadDraw 1.1s var(--ease) forwards; }
@keyframes roadDraw { to { transform: scaleX(1); } }
.road-node {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  opacity: 0.72;
}
.road-node.is-live { opacity: 1; }
.road-node img {
  height: 52px;
  width: 52px;
  max-width: 52px;
  object-fit: contain;
  object-position: center;
}
.road-node strong { font-size: 0.95rem; }

/* FAQ */
.faq {
  background: var(--ivory);
  color: var(--text-dark);
  padding: 100px 0;
}
.faq-layout {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 48px;
}
.faq-intro h2 {
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  letter-spacing: -0.04em;
}
.faq-item {
  border-bottom: 1px solid var(--border-light);
}
.faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  background: none;
  border: 0;
  text-align: left;
  font-size: 0.98rem;
  font-weight: 650;
  color: var(--text-dark);
  cursor: pointer;
  line-height: 1.4;
}
.faq-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: var(--text-muted-dark);
  font-size: 1.2rem;
  line-height: 1;
  transition: transform 0.3s var(--ease);
}
.faq-q:focus-visible {
  outline: 2px solid var(--sage);
  outline-offset: 4px;
  border-radius: 6px;
}
.faq-q[aria-expanded="true"] .faq-icon { transform: rotate(45deg); }
.faq-a {
  overflow: hidden;
}
.faq-a p {
  padding: 0 0 20px;
  color: var(--text-muted-dark);
  max-width: 560px;
}

/* Finale */
.finale {
  position: relative;
  overflow: hidden;
  min-height: 56vh;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 100px 0 80px;
  background: var(--black);
}
.finale::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 88px;
  background: linear-gradient(180deg, var(--ivory), transparent);
  pointer-events: none;
  z-index: 0;
}
.finale-glow {
  position: absolute;
  width: min(70vw, 640px);
  height: min(70vw, 640px);
  left: 50%;
  top: 58%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(33, 58, 51, 0.55), transparent 62%);
  animation: orbDrift 18s ease-in-out infinite alternate;
  pointer-events: none;
  z-index: 0;
}
.finale-mark {
  position: absolute;
  width: min(42vw, 420px);
  opacity: 0.07;
  filter: blur(8px);
  pointer-events: none;
  z-index: 0;
}
.finale-inner { position: relative; z-index: 2; }
.finale h2 {
  font-size: clamp(1.7rem, 4.2vw, 3rem);
  letter-spacing: -0.04em;
  line-height: 1.15;
  margin-bottom: 16px;
}
.finale h2 span { display: block; }
.finale-lead {
  max-width: 420px;
  margin: 0 auto 28px;
  color: var(--text-muted-light);
}

/* Footer */
.site-footer {
  background: var(--black-deep);
  padding: 28px 0 20px;
  border-top: 1px solid var(--border-dark);
}
.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-brand span { display: block; color: var(--text-muted-light); font-size: 0.8rem; margin-top: 6px; }
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  min-width: 0;
}
.footer-logo img:first-child {
  width: 28px;
  height: 28px;
  border-radius: 8px;
}
.footer-wordmark {
  width: auto;
  height: 32px;
  object-fit: contain;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  color: var(--text-muted-light);
  font-size: 0.88rem;
}
.footer-links a { color: var(--text-light); text-decoration: none; }
.footer-legal {
  margin: 20px 0 0;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--text-muted-light);
}

/* Reveals */
.reveal-line {
  display: block;
  overflow: visible;
  padding-bottom: 0.08em;
}
.hero-copy .reveal-line,
.hero-lead,
.hero-actions {
  opacity: 0;
  transform: translateY(24px);
}

@media (max-width: 1240px) and (min-width: 1101px) {
  .nav-links a { padding: 7px 6px; font-size: 0.74rem; }
}

@media (max-width: 1100px) {
  .nav-links, .nav-shell .btn-nav { display: none; }
  .hamburger { display: grid; }
  .nav { top: max(12px, env(safe-area-inset-top, 0px)); }
  .nav-shell { width: calc(100% - 24px); justify-content: space-between; }
  .hero-layout,
  .products-head,
  .product-panel,
  .why-layout,
  .story-track,
  .faq-layout {
    grid-template-columns: 1fr;
  }
  .hero-copy, .orbit { min-width: 0; }
  .orbit {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    height: auto;
    min-height: 0;
    margin-top: 8px;
    padding: 8px 0 24px;
  }
  .orbit-lines { display: none; }
  .orbit-core {
    position: relative;
    left: auto;
    top: auto;
    margin: 8px auto 4px;
    grid-column: 1 / -1;
    width: 72px;
    height: 72px;
    order: -1;
  }
  .orbit-core img { width: 64px; height: 64px; border-radius: 16px; }
  .orbit-card {
    position: relative;
    width: auto;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    bottom: auto !important;
    margin: 0 auto !important;
  }
  .orbit-card img { width: 72px; height: 72px; }
  .orbit-card[data-arm="beauty"] { order: 1; }
  .orbit-card[data-arm="hotel"] { order: 2; }
  .orbit-card[data-arm="finance"] { order: 3; }
  .orbit-card[data-arm="restaurant"] { order: 4; }
  .scroll-hint {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    margin: 18px auto 0;
  }
  .why-sticky { position: relative; top: auto; padding-top: 20px; }
  .why-item { min-height: auto; padding: 22px 0; opacity: 1; transform: none; }
  .story-pin { min-height: auto; }
  .story-stage { position: relative; top: auto; margin-bottom: 24px; }
  .story-step { min-height: auto; padding: 22px 0; opacity: 1; }
  .bento {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "local report"
      "access access"
      "price price";
  }
  .road { grid-template-columns: 1fr 1fr; gap: 28px; }
  .road::before { display: none; }
  .footer-row { justify-content: flex-start; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; white-space: normal; }
  .product-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-inline: 0;
    padding: 0;
    overflow: visible;
  }
  .product-tab { width: 100%; justify-content: center; }
  .app-kpis { grid-template-columns: 1fr 1fr; }
  .app-float { position: static; margin-top: 12px; display: inline-flex; flex-direction: column; }
}

@media (max-width: 760px) {
  .shell { width: calc(100% - 32px); }
  .nav { top: max(10px, env(safe-area-inset-top, 0px)); }
  .nav-shell {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    padding: 6px 6px 6px 10px;
    border-radius: 16px;
  }
  .nav-logo { min-width: 0; padding-right: 4px; }
  .nav-logo .nav-wordmark { height: 30px; }
  .intro-mark { width: 128px; height: 128px; }
  .hero {
    min-height: 0;
    padding: calc(88px + env(safe-area-inset-top, 0px)) 0 28px;
    justify-content: flex-start;
    overflow-x: clip;
  }
  .hero-layout {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
  .hero-copy {
    order: 0;
    width: 100%;
    min-width: 0;
  }
  .hero-actions .btn { white-space: normal; }
  .orbit {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: center;
    gap: 12px 20px;
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 0;
    order: 1;
  }
  .orbit-lines { display: none; }
  .orbit-core {
    position: relative;
    left: auto;
    top: auto;
    order: -1;
    width: 72px;
    height: 72px;
    margin: 2px auto 8px;
    grid-column: 1 / -1;
  }
  .orbit-core img { width: 64px; height: 64px; }
  .hero-title {
    font-size: 1.7rem;
    line-height: 1.32;
    margin: 8px 0 14px;
  }
  .hero-lead { font-size: 0.95rem; margin-bottom: 20px; max-width: none; }
  .orbit-card {
    position: relative;
    order: 0;
    width: auto;
    max-width: 100%;
    padding: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-shrink: 0;
  }
  .orbit-card.is-floating { animation: none; }
  .orbit-card img { width: 72px; height: 72px; max-width: none; }
  .orbit-card[data-arm="beauty"] { order: 1; }
  .orbit-card[data-arm="hotel"] { order: 2; }
  .orbit-card[data-arm="finance"] { order: 3; }
  .orbit-card[data-arm="restaurant"] { order: 4; }
  .scroll-hint { margin: 8px auto 0; }
  .btn, .product-tab { min-height: 44px; }
  .kicker { letter-spacing: 0.04em; font-size: 10px; }

  .products { padding: 48px 0 64px; overflow-x: clip; }
  .products-head { margin-bottom: 28px; gap: 16px; }
  .product-meta img { height: 56px; width: 56px; max-width: 56px; }
  .product-meta .btn { width: 100%; }
  .product-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-inline: 0;
    padding: 0;
    overflow: visible;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .product-tab {
    min-height: 44px;
    padding: 8px 10px;
    width: 100%;
    justify-content: center;
    letter-spacing: 0.04em;
  }
  .product-tab:last-child { margin-inline-end: 0; }
  .app-side { display: none; }
  .app-body { padding: 14px; }
  .app-frame { min-height: 280px; }
  .placeholder-stage { min-height: 220px; }
  .placeholder-beauty {
    grid-template-columns: repeat(3, minmax(0, 56px));
    justify-content: center;
  }
  .placeholder-restaurant {
    grid-template-columns: repeat(4, minmax(0, 44px));
    justify-content: center;
  }
  .app-kpi { padding: 10px; }
  .app-kpi strong { font-size: 1rem; }

  .why { padding: 36px 0 56px; }
  .why-item { padding: 16px 0; }
  .why-item span { font-size: 2.2rem; }
  .why-item h3 { font-size: 1.35rem; }

  .story-intro { padding: 40px 0 16px; }
  .bento-section { padding: 48px 0; }
  .bento-section .display-title {
    font-size: clamp(0.62rem, 3.08vw, 1.05rem);
  }
  .story-step { padding: 16px 0; }
  .story-step h3 { font-size: 1.3rem; }
  .story-frame { min-height: 280px; }

  .bento {
    grid-template-columns: 1fr;
    grid-template-areas:
      "local"
      "report"
      "access"
      "price";
    gap: 10px;
  }
  .bento-card { min-height: 0; padding: 16px; }
  .bento-card.bento-local { min-height: 0; padding: 10px; }
  .bento-local { align-self: stretch; }
  .bento-local h3 { padding-right: 0; }
  .bento-price .btn { width: 100%; white-space: normal; }
  .pricing-update { flex-wrap: wrap; }

  .roadmap { padding: 56px 0 64px; }
  .road { grid-template-columns: 1fr; gap: 18px; }
  .road-node img { height: 48px; width: 48px; max-width: 48px; }

  .faq { padding: 56px 0; }
  .faq-q {
    font-size: 0.95rem;
    min-height: 48px;
    align-items: flex-start;
    padding: 14px 0;
  }

  .finale {
    min-height: 0;
    padding: 72px 0 calc(48px + env(safe-area-inset-bottom, 0px));
  }
  .finale h2 { font-size: 1.7rem; }
  .finale-mark { width: min(56vw, 180px); }
  .finale .btn { width: min(100%, 360px); }

  .site-footer { padding-bottom: calc(20px + env(safe-area-inset-bottom, 0px)); }

  .mobile-nav {
    width: 100%;
    height: 100%;
    padding: calc(88px + env(safe-area-inset-top, 0px)) 24px env(safe-area-inset-bottom, 24px);
  }
  .mobile-nav-inner { gap: 8px; width: min(100%, 360px); max-width: 100%; }
  .mobile-nav-inner a {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
  }
  .marquee { display: none; }
}

@media (max-width: 400px) {
  .shell { width: calc(100% - 24px); }
  .hero-title { font-size: 1.5rem; }
  .bento-gel { font-size: 2.4rem; }
  .orbit-card img { width: 64px; height: 64px; }
  .hero-actions .btn { white-space: normal; text-align: center; }
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover { transform: translateY(-1px); }
  .btn:hover .btn-arrow { transform: translateX(4px); }
  .btn-ivory:hover { background: var(--white-soft); }
  .btn-ghost:hover { border-color: rgba(245, 241, 232, 0.18); background: rgba(245, 241, 232, 0.04); }
  .btn-nav:hover { background: rgba(212, 185, 120, 0.1); }
  .btn-forest:hover { background: var(--green-elevated); }
  .product-tab:hover:not(.is-active) { color: var(--text-light); border-color: rgba(245, 241, 232, 0.18); }
  a.orbit-card:hover { filter: brightness(1.08); }
  .footer-links a:hover { color: var(--gold); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .hero-copy .reveal-line,
  .hero-lead,
  .hero-actions { opacity: 1; transform: none; }
  .intro { display: none; }
  body.is-intro { overflow: auto; }
  .orbit-card, .orbit-core { will-change: auto; }
  .marquee-track { animation: none; }
}
