/* ============================================
   VINT — Coming Soon Landing Page
   Design: Stripe elegance + Revolut dark fintech + Linear minimalism
   Brand: Coral/Orange on dark (#FF6B4A on #0A0A0F)
   ============================================ */

:root {
  --color-bg: #0A0A0F;
  --color-surface: #12121A;
  --color-surface-hover: #1A1A25;
  --color-border: rgba(255, 255, 255, 0.06);
  --color-border-hover: rgba(255, 255, 255, 0.12);
  --color-text: #F0F0F5;
  --color-text-secondary: #8A8A9A;
  --color-text-muted: #5A5A6A;
  --color-accent: #FF6B4A;
  --color-accent-hover: #FF8266;
  --color-accent-glow: rgba(255, 107, 74, 0.15);
  --color-accent-glow-strong: rgba(255, 107, 74, 0.3);
  --font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --duration: 0.6s;
}

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

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* Canvas Background */
#gridCanvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.4;
}

/* ---- FLOATING GLASS MENU ---- */
.glass-menu {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  z-index: 200;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  background: rgba(18, 18, 26, 0.6);
  backdrop-filter: blur(24px) saturate(1.4);
  -webkit-backdrop-filter: blur(24px) saturate(1.4);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 100px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.03) inset;
  transition: transform 0.4s var(--ease), opacity 0.4s var(--ease);
}

.glass-menu.hidden {
  transform: translateX(-50%) translateY(120px);
  opacity: 0;
  pointer-events: none;
}

.glass-menu__item {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  color: var(--color-text-muted);
  transition: all 0.25s var(--ease);
  white-space: nowrap;
  position: relative;
}

.glass-menu__item svg {
  flex-shrink: 0;
  opacity: 0.6;
  transition: opacity 0.25s ease;
}

.glass-menu__item:hover {
  color: var(--color-text);
  background: rgba(255, 255, 255, 0.06);
}

.glass-menu__item:hover svg { opacity: 1; }

.glass-menu__item.active {
  color: var(--color-text);
  background: rgba(255, 255, 255, 0.08);
}

.glass-menu__item.active svg { opacity: 1; }

.glass-menu__item.active::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  background: var(--color-accent);
  border-radius: 50%;
}

.glass-menu__item--cta {
  color: var(--color-accent) !important;
}

.glass-menu__item--cta svg { stroke: var(--color-accent); opacity: 0.8 !important; }

.glass-menu__item--cta:hover {
  background: var(--color-accent-glow) !important;
  color: var(--color-accent-hover) !important;
}

/* ---- NAVIGATION ---- */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 20px 0;
  transition: all 0.3s ease;
  backdrop-filter: blur(0px);
}

.nav--scrolled {
  padding: 12px 0;
  backdrop-filter: blur(20px);
  background: rgba(10, 10, 15, 0.8);
  border-bottom: 1px solid var(--color-border);
}

.nav__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.nav__logo-img {
  height: 56px;
  width: auto;
}

.nav__logo-badge {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: var(--color-text-secondary);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  padding: 4px 10px;
  border-radius: 100px;
}

.nav__cta {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-bg);
  background: var(--color-accent);
  padding: 10px 24px;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.25s var(--ease);
}

.nav__cta:hover {
  background: var(--color-accent-hover);
  transform: translateY(-1px);
  box-shadow: 0 8px 30px var(--color-accent-glow);
}

/* ---- HERO ---- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 24px 60px;
  z-index: 1;
}

.hero__container {
  max-width: 800px;
  text-align: center;
}

.hero__glow {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 400px;
  background: radial-gradient(ellipse, var(--color-accent-glow) 0%, transparent 70%);
  pointer-events: none;
  z-index: -1;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: var(--color-accent);
  background: var(--color-accent-glow);
  border: 1px solid rgba(255, 107, 74, 0.2);
  padding: 8px 18px;
  border-radius: 100px;
  margin-bottom: 32px;
}

.hero__badge-dot {
  width: 6px;
  height: 6px;
  background: var(--color-accent);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.5); }
}

.hero__title {
  font-size: clamp(40px, 7vw, 72px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
}

.hero__title-accent {
  background: linear-gradient(135deg, var(--color-accent) 0%, #FFB347 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero__subtitle {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 300;
  color: var(--color-text-secondary);
  max-width: 600px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

.hero__form { margin-bottom: 48px; }

.hero__input-group {
  display: flex;
  gap: 0;
  max-width: 480px;
  margin: 0 auto;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 100px;
  padding: 4px;
  transition: border-color 0.3s ease;
}

.hero__input-group:focus-within {
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px var(--color-accent-glow);
}

.hero__input {
  flex: 1;
  border: none;
  background: transparent;
  color: var(--color-text);
  font-family: var(--font-family);
  font-size: 15px;
  padding: 14px 20px;
  outline: none;
  min-width: 0;
}

.hero__input::placeholder { color: var(--color-text-muted); }

.hero__submit {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--color-accent);
  color: #0A0A0F;
  border: none;
  border-radius: 100px;
  padding: 14px 28px;
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.25s var(--ease);
}

.hero__submit:hover {
  background: var(--color-accent-hover);
  transform: translateY(-1px);
  box-shadow: 0 8px 30px var(--color-accent-glow);
}

.hero__submit-arrow {
  transition: transform 0.25s var(--ease);
}
.hero__submit:hover .hero__submit-arrow { transform: translateX(3px); }

.hero__form-note {
  font-size: 12px;
  color: var(--color-text-muted);
  margin-top: 12px;
}

.hero__stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

.hero__stat { text-align: center; }

.hero__stat-value {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-text);
  letter-spacing: -0.01em;
}

.hero__stat-label {
  display: block;
  font-size: 12px;
  color: var(--color-text-muted);
  margin-top: 2px;
}

.hero__stat-divider {
  width: 1px;
  height: 32px;
  background: var(--color-border);
}

/* ---- SECTION HEADERS ---- */
.section-header {
  text-align: center;
  margin-bottom: 48px;
}

.section-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 16px;
}

.section-title {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 16px;
}

.section-description {
  font-size: 17px;
  font-weight: 300;
  color: var(--color-text-secondary);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ---- PILLARS ---- */
.pillars {
  position: relative;
  padding: 72px 24px;
  z-index: 1;
}

.pillars__container { max-width: 1200px; margin: 0 auto; }

.pillars__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.pillar-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 20px;
  padding: 40px 32px;
  transition: all 0.4s var(--ease);
  position: relative;
  overflow: hidden;
}

.pillar-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--color-accent-glow) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.4s var(--ease);
}

.pillar-card:hover {
  border-color: var(--color-border-hover);
  transform: translateY(-4px);
}

.pillar-card:hover::before { opacity: 1; }

.pillar-card--featured {
  border-color: rgba(255, 107, 74, 0.2);
  background: linear-gradient(180deg, rgba(255, 107, 74, 0.06) 0%, var(--color-surface) 40%);
}

.pillar-card__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-accent-glow);
  color: var(--color-accent);
  border-radius: 12px;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.pillar-card__title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.pillar-card__description {
  font-size: 15px;
  font-weight: 300;
  color: var(--color-text-secondary);
  line-height: 1.7;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.pillar-card__features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  z-index: 1;
}

.pillar-card__features li {
  font-size: 13px;
  color: var(--color-text-muted);
  padding-left: 16px;
  position: relative;
}

.pillar-card__features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 5px;
  background: var(--color-accent);
  border-radius: 50%;
}

/* ---- HOW IT WORKS ---- */
.how-it-works {
  position: relative;
  padding: 72px 24px;
  z-index: 1;
}

.how-it-works__container { max-width: 700px; margin: 0 auto; }

.steps { display: flex; flex-direction: column; gap: 0; }

.step {
  display: flex;
  gap: 32px;
  padding: 40px 0;
  position: relative;
}

.step__number {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-accent);
  font-variant-numeric: tabular-nums;
  min-width: 32px;
  padding-top: 2px;
}

.step__content { flex: 1; }

.step__title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}

.step__description {
  font-size: 15px;
  font-weight: 300;
  color: var(--color-text-secondary);
  line-height: 1.7;
}

.step__line {
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 0;
  height: 1px;
  background: var(--color-border);
}

/* ---- VALUE PROPS ---- */
.value-props {
  position: relative;
  padding: 72px 24px;
  z-index: 1;
}

.value-props__container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.value-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 24px;
  padding: 48px 40px;
  transition: all 0.4s var(--ease);
}

.value-card:hover {
  border-color: var(--color-border-hover);
  transform: translateY(-2px);
}

.value-card__label {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 20px;
}

.value-card__title {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 16px;
}

.value-card__description {
  font-size: 15px;
  font-weight: 300;
  color: var(--color-text-secondary);
  line-height: 1.7;
  margin-bottom: 32px;
}

.value-card__metrics {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.value-metric {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: var(--color-text-secondary);
}

.value-metric__icon { font-size: 18px; }

/* ---- WAITLIST ---- */
.waitlist {
  position: relative;
  padding: 72px 24px;
  z-index: 1;
}

.waitlist__container {
  max-width: 640px;
  margin: 0 auto;
  position: relative;
}

.waitlist__glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 300px;
  background: radial-gradient(ellipse, var(--color-accent-glow) 0%, transparent 70%);
  pointer-events: none;
}

.waitlist__content {
  text-align: center;
  position: relative;
}

.waitlist__title {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}

.waitlist__description {
  font-size: 17px;
  font-weight: 300;
  color: var(--color-text-secondary);
  line-height: 1.7;
  margin-bottom: 40px;
}

.waitlist__fields {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}

.waitlist__input,
.waitlist__select {
  flex: 1;
  padding: 16px 20px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  color: var(--color-text);
  font-family: var(--font-family);
  font-size: 15px;
  outline: none;
  transition: border-color 0.3s ease;
}

.waitlist__input:focus,
.waitlist__select:focus {
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px var(--color-accent-glow);
}

.waitlist__input::placeholder { color: var(--color-text-muted); }

.waitlist__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%235A5A6A'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}

.waitlist__select option { background: var(--color-surface); }

.waitlist__submit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 32px;
  background: var(--color-accent);
  color: #0A0A0F;
  border: none;
  border-radius: 12px;
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s var(--ease);
}

.waitlist__submit:hover {
  background: var(--color-accent-hover);
  transform: translateY(-2px);
  box-shadow: 0 12px 40px var(--color-accent-glow-strong);
}

.waitlist__success {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: var(--color-accent);
  margin-top: 24px;
}

.waitlist__success.active { display: flex; }

.waitlist__success p {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-text);
}

/* ---- FOOTER ---- */
.footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--color-border);
  padding: 64px 24px 32px;
}

.footer__container { max-width: 1200px; margin: 0 auto; }

.footer__brand { margin-bottom: 40px; }

.footer__logo-img {
  height: 48px;
  width: auto;
}

.footer__tagline {
  font-size: 13px;
  color: var(--color-text-muted);
  margin-top: 4px;
}

.footer__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 48px;
}

.footer__column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__column-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--color-text-secondary);
  margin-bottom: 4px;
}

.footer__column a {
  font-size: 14px;
  color: var(--color-text-muted);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer__column a:hover { color: var(--color-text); }

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid var(--color-border);
  font-size: 13px;
  color: var(--color-text-muted);
}

.footer__compliance {
  font-size: 12px;
  letter-spacing: 0.5px;
}

/* ---- ANIMATIONS ---- */
.animate-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity var(--duration) var(--ease), transform var(--duration) var(--ease);
}

.animate-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---- RESPONSIVE ---- */
@media (max-width: 768px) {
  .pillars__grid { grid-template-columns: 1fr; }
  .value-props__container { grid-template-columns: 1fr; }
  .hero__stats { gap: 20px; }
  .hero__stat-divider { display: none; }
  .hero__input-group { flex-direction: column; border-radius: 16px; }
  .hero__input { padding: 16px 20px; }
  .hero__submit { border-radius: 12px; justify-content: center; }
  .waitlist__fields { flex-direction: column; }
  .footer__links { grid-template-columns: 1fr; gap: 24px; }
  .footer__bottom { flex-direction: column; gap: 8px; text-align: center; }
  .step { gap: 20px; }
}

@media (max-width: 480px) {
  .hero { padding: 100px 16px 60px; }
  .pillars, .how-it-works, .value-props, .waitlist { padding: 56px 16px; }
  .pillar-card { padding: 32px 24px; }
  .value-card { padding: 32px 24px; }
  .nav__logo-badge { display: none; }
}

/* ============================================
   v2 ADDITIONS — hero alt link, mission, FAQ, founding perks
   ============================================ */

/* Hero callout chips — Vint's USPs (Local Loyalty · One Wallet · Cash-Out · Privacy) */
.hero__callouts {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 12px; margin-top: 28px;
}
.hero__callout {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 9px 18px 9px 10px;
  background: var(--color-surface);
  border: 1px solid var(--color-border); border-radius: 100px;
  font-size: 0.95rem; font-weight: 600; color: var(--color-text);
  transition: transform 0.3s var(--ease), border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.hero__callout:hover {
  transform: translateY(-2px);
  border-color: var(--color-accent);
  box-shadow: 0 8px 24px var(--color-accent-glow);
}
.hero__callout-ico {
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; flex-shrink: 0;
  border-radius: 50%; background: var(--color-accent-glow);
  font-size: 0.95rem; line-height: 1;
}

/* Hero secondary (merchant) link */
.hero__alt {
  display: inline-block;
  margin-top: 22px;
  color: var(--color-text-secondary);
  font-size: 0.95rem;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.3s var(--ease), border-color 0.3s var(--ease);
}
.hero__alt:hover { color: var(--color-accent); border-color: var(--color-accent-glow-strong); }

/* Mission band */
.mission { position: relative; z-index: 1; padding: 110px 24px; }
.mission__container { max-width: 820px; margin: 0 auto; text-align: center; }
.mission__eyebrow {
  text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.78rem;
  color: var(--color-accent); font-weight: 600; margin-bottom: 22px;
}
.mission__quote {
  font-size: clamp(1.9rem, 4.2vw, 3.1rem); line-height: 1.12;
  font-weight: 600; letter-spacing: -0.02em; margin-bottom: 28px;
}
.mission__accent { color: var(--color-accent); }
.mission__body {
  font-size: 1.15rem; color: var(--color-text-secondary);
  line-height: 1.75; max-width: 640px; margin: 0 auto;
}
.mission__body strong { color: var(--color-text); font-weight: 600; }

/* FAQ */
.faq { position: relative; z-index: 1; padding: 100px 24px; }
.faq__container { max-width: 760px; margin: 0 auto; }
.faq__list { margin-top: 48px; display: flex; flex-direction: column; gap: 12px; }
.faq__item {
  background: var(--color-surface); border: 1px solid var(--color-border);
  border-radius: 14px; padding: 0 26px; transition: border-color var(--duration) var(--ease);
}
.faq__item:hover { border-color: var(--color-border-hover); }
.faq__item summary {
  cursor: pointer; list-style: none; padding: 22px 0; font-weight: 500;
  font-size: 1.06rem; display: flex; justify-content: space-between;
  align-items: center; gap: 16px;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: '+'; color: var(--color-accent); font-size: 1.5rem; line-height: 1;
  flex-shrink: 0; transition: transform var(--duration) var(--ease);
}
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__item p { padding: 0 0 24px; color: var(--color-text-secondary); line-height: 1.75; }

/* Founding perks (waitlist) */
.waitlist__perks {
  list-style: none; max-width: 520px; margin: 28px auto 36px;
  display: flex; flex-direction: column; gap: 14px; text-align: left;
}
.waitlist__perks li {
  display: flex; align-items: flex-start; gap: 12px;
  color: var(--color-text-secondary); font-size: 1rem; line-height: 1.5;
}
.waitlist__perk-icon { flex-shrink: 0; font-size: 1.1rem; }

@media (max-width: 480px) {
  .mission, .faq { padding: 64px 16px; }
}

/* ============================================
   ELEVATION PASS — "$10K craft" layer (2026-07)
   Display grotesk · depth (aurora+grain) · phone
   mockup · loyalty loop · motion system
   ============================================ */

:root {
  --font-display: 'Clash Display', 'Inter', -apple-system, sans-serif;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --shadow-phone: 0 40px 80px -20px rgba(0,0,0,.65), 0 18px 36px rgba(0,0,0,.45), 0 0 90px rgba(255,107,74,.12);
  --shadow-card: 0 12px 32px rgba(0,0,0,.35);
  --glass-bg: rgba(18,18,26,.55);
  --glass-line: rgba(255,255,255,.10);
}

/* ---- Typography: display face on all headline surfaces ---- */
.hero__title, .section-title, .mission__quote,
.value-card__title, .waitlist__title, .pillar-card__title, .step__title {
  font-family: var(--font-display);
  letter-spacing: -0.02em;
}
.hero__title { font-size: clamp(26px, 4.8vw, 68px); line-height: 1.04; font-weight: 600; letter-spacing: -0.025em; margin-bottom: 20px; }
.hero__title-line { display: block; white-space: nowrap; }
.section-title { font-size: clamp(34px, 4.6vw, 58px); line-height: 1.02; font-weight: 600; }
.mission__quote { font-weight: 600; }

/* ---- Depth layer 1: aurora wash ---- */
.aurora {
  position: fixed; inset: -20%;
  z-index: 0; pointer-events: none;
  background:
    radial-gradient(38% 32% at 18% 22%, rgba(255,107,74,.16), transparent 70%),
    radial-gradient(30% 30% at 82% 12%, rgba(255,179,71,.10), transparent 70%),
    radial-gradient(42% 38% at 78% 78%, rgba(94,84,255,.10), transparent 70%),
    radial-gradient(30% 26% at 12% 82%, rgba(255,107,74,.08), transparent 70%);
  animation: auroraDrift 46s cubic-bezier(0.16, 1, 0.3, 1) infinite alternate;
}
@keyframes auroraDrift {
  0%   { transform: translate3d(-2%, -1%, 0) scale(1); }
  50%  { transform: translate3d(2%, 2%, 0) scale(1.06); }
  100% { transform: translate3d(-1%, 1.5%, 0) scale(1.02); }
}

/* ---- Depth layer 2: film grain ---- */
.grain {
  position: fixed; inset: 0; z-index: 2000; pointer-events: none;
  opacity: .05; mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 160px 160px;
}

/* ---- Hero: two-column stage ---- */
.hero { overflow: hidden; }
.hero__container {
  max-width: 1200px; width: 100%;
  display: grid; grid-template-columns: 1.04fr .96fr;
  align-items: center; gap: 48px;
  text-align: left;
}
.hero__copy { max-width: 620px; }
.hero__callouts { justify-content: flex-start; margin: 22px 0 24px; }
.hero__badge { margin-bottom: 22px; }
.hero__input-group { margin: 0; }
.hero__subtitle { margin: 0 0 30px; }
.hero__form { margin-bottom: 8px; }
.hero__alt { display: inline-block; margin: 14px 0 30px; }
.hero__stats { justify-content: flex-start; }
.hero { padding-bottom: 110px; }

/* ---- Phone mockup (pure CSS/SVG concept) ---- */
.hero__visual { position: relative; display: flex; justify-content: center; align-items: center; min-height: 640px; }
.hero__visual-glow {
  position: absolute; width: 130%; height: 80%;
  background: radial-gradient(46% 42% at 50% 46%, rgba(255,107,74,.16), transparent 70%);
  z-index: 0; pointer-events: none;
}
.hero__visual-note {
  position: absolute; bottom: 4px; left: 50%; transform: translateX(-50%);
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--color-text-muted);
}
.phone { position: relative; z-index: 1; animation: phoneFloat 7s ease-in-out infinite; will-change: transform; }
@keyframes phoneFloat {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-14px) rotate(0.4deg); }
}
.phone__frame {
  position: relative; width: 292px; height: 600px;
  border-radius: 46px; padding: 10px;
  background: linear-gradient(160deg, #23242e 0%, #101118 60%, #1b1c26 100%);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: var(--shadow-phone);
  overflow: hidden;
}
.phone__notch {
  position: absolute; top: 16px; left: 50%; transform: translateX(-50%);
  width: 88px; height: 22px; border-radius: 12px; background: #05050a; z-index: 3;
}
.phone__screen {
  position: relative; height: 100%; border-radius: 38px; overflow: hidden;
  background: linear-gradient(180deg, #0C0D14 0%, #0A0A0F 100%);
  border: 1px solid rgba(255,255,255,.05);
  display: flex; flex-direction: column;
}
.phone__statusbar {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 22px 6px; font-size: 11px; font-weight: 600; color: var(--color-text-secondary);
}
.phone__signal { letter-spacing: 2px; font-size: 7px; }
.phone__apphead {
  display: flex; justify-content: space-between; align-items: center;
  padding: 12px 16px 12px;
}
.phone__greet { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; color: var(--color-text-muted); }
.phone__area { display: block; font-family: var(--font-display); font-size: 15px; font-weight: 600; color: var(--color-text); margin-top: 2px; }
.phone__wallet {
  display: inline-flex; align-items: center; gap: 6px;
  background: linear-gradient(135deg, rgba(255,107,74,.18), rgba(255,179,71,.12));
  border: 1px solid rgba(255,107,74,.35);
  padding: 7px 12px; border-radius: 100px;
}
.phone__wallet-coin { font-size: 13px; }
.phone__wallet-num { font-family: var(--font-display); font-weight: 600; font-size: 14px; color: #FFD9CC; font-variant-numeric: tabular-nums; }
.phone__map { position: relative; margin: 0 12px; border-radius: 18px; overflow: hidden; border: 1px solid rgba(255,255,255,.07); flex: 1 1 auto; min-height: 150px; }
.phone__map svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.phone__pin { transform-box: fill-box; transform-origin: center; animation: pinPop 3.4s ease-in-out infinite; }
.phone__pin-pulse { transform-box: fill-box; transform-origin: center; stroke-width: 2; animation: pinPulse 3.4s ease-out infinite; }
@keyframes pinPop { 0%,100% { transform: scale(1); } 12% { transform: scale(1.25); } 24% { transform: scale(1); } }
@keyframes pinPulse { 0% { transform: scale(1); opacity: .8; } 55% { transform: scale(2.6); opacity: 0; } 100% { transform: scale(2.6); opacity: 0; } }
.phone__offer {
  margin: 12px 12px 0; padding: 12px 14px; border-radius: 16px;
  background: linear-gradient(135deg, rgba(255,107,74,.14), rgba(255,255,255,.03));
  border: 1px solid rgba(255,107,74,.3);
  display: flex; flex-direction: column; gap: 3px;
}
.phone__offer-tag { font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--color-accent); }
.phone__offer-title { font-size: 13px; font-weight: 600; color: var(--color-text); }
.phone__offer-meta { font-size: 11px; color: var(--color-text-secondary); }
.phone__tabbar {
  margin-top: auto; display: flex; justify-content: space-around; align-items: center;
  padding: 14px 10px 18px; border-top: 1px solid rgba(255,255,255,.06);
  font-size: 11px; color: var(--color-text-muted);
}
.phone__tab--on { color: var(--color-accent); font-weight: 600; }
.phone__glare {
  position: absolute; inset: 0; border-radius: 46px; pointer-events: none;
  background: linear-gradient(115deg, transparent 42%, rgba(255,255,255,.07) 47%, rgba(255,255,255,.02) 55%, transparent 60%);
  background-size: 300% 100%;
  animation: glareSweep 9s ease-in-out infinite;
}
@keyframes glareSweep {
  0%, 62% { background-position: 130% 0; }
  86%, 100% { background-position: -60% 0; }
}
.phone__chip {
  position: absolute; z-index: 2;
  font-size: 12.5px; font-weight: 600; color: var(--color-text);
  background: var(--glass-bg); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--glass-line); border-radius: 100px;
  padding: 10px 16px; box-shadow: var(--shadow-card);
  white-space: nowrap;
}
.phone__chip--earn { top: 178px; right: -66px; animation: chipFloat 6s ease-in-out infinite .8s; }
.phone__chip--cash { bottom: 158px; left: -104px; animation: chipFloat 6.6s ease-in-out infinite 1.6s; }
@keyframes chipFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* ---- Loyalty Loop section ---- */
.loop { position: relative; padding: 140px 24px; z-index: 1; }
.loop__container { max-width: 1080px; margin: 0 auto; }
.loop .section-header { text-align: center; margin-bottom: 24px; }
.loop__stage { position: relative; max-width: 620px; margin: 0 auto; }
.loop__svg { display: block; width: 100%; height: auto; }
.loop__path { stroke-dasharray: 1445.13; stroke-dashoffset: 1445.13; filter: drop-shadow(0 0 6px rgba(255,107,74,.5)); }
.loop__node-bg { fill: #12121A; stroke: rgba(255,255,255,.12); stroke-width: 1.5; }
.loop__node { opacity: .3; transition: opacity .5s cubic-bezier(0.16,1,0.3,1); }
.loop__node.on { opacity: 1; }
.loop__node.on .loop__node-bg { stroke: var(--color-accent); filter: drop-shadow(0 0 10px rgba(255,107,74,.45)); }
.loop__node-ico { font-size: 22px; text-anchor: middle; dominant-baseline: middle; }
.loop__center { opacity: 0; transition: opacity .6s cubic-bezier(0.16,1,0.3,1); }
.loop__center.on { opacity: 1; }
.loop__center-title { font-family: var(--font-display); font-size: 26px; font-weight: 600; fill: #F0F0F5; text-anchor: middle; }
.loop__center-sub { font-size: 13px; fill: #8A8A9A; text-anchor: middle; }
.loop__labels { position: absolute; inset: 0; pointer-events: none; }
.loop__label {
  position: absolute; max-width: 200px; font-size: 13.5px; line-height: 1.45;
  color: var(--color-text-secondary);
  opacity: 0; transform: translateY(10px);
  transition: opacity .5s cubic-bezier(0.16,1,0.3,1), transform .5s cubic-bezier(0.16,1,0.3,1);
}
.loop__label b { color: var(--color-accent); font-family: var(--font-display); font-weight: 600; font-size: 17px; }
.loop__label.on { opacity: 1; transform: translateY(0); }
.loop__label--1 { top: 1%; left: 70%; width: 200px; }
.loop__label--2 { top: 58%; left: 100%; margin-left: 16px; width: 190px; }
.loop__label--3 { top: 96%; left: 10%; width: 220px; text-align: right; }
.loop__label--4 { top: 10%; right: 100%; left: auto; margin-right: 16px; width: 190px; text-align: right; }

/* ---- CTA buttons: glow + magnetic base ---- */
.hero__submit, .waitlist__submit {
  background: linear-gradient(135deg, var(--color-accent) 0%, #FF8E4A 100%);
  box-shadow: 0 8px 28px rgba(255,107,74,.35), inset 0 1px 0 rgba(255,255,255,.25);
  will-change: transform;
  transition: box-shadow .3s cubic-bezier(0.16,1,0.3,1);
}
.hero__submit:hover, .waitlist__submit:hover {
  box-shadow: 0 12px 40px rgba(255,107,74,.5), inset 0 1px 0 rgba(255,255,255,.3);
}

/* ---- FAQ polish ---- */
.faq__item { transition: border-color .3s cubic-bezier(0.16,1,0.3,1), background .3s cubic-bezier(0.16,1,0.3,1); }
.faq__item summary { position: relative; list-style: none; cursor: pointer; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: '+'; position: absolute; right: 4px; top: 50%;
  transform: translateY(-50%); font-size: 20px; font-weight: 300;
  color: var(--color-accent); transition: transform .35s cubic-bezier(0.16,1,0.3,1);
}
.faq__item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq__item[open] { border-color: rgba(255,107,74,.3); }
.faq__item[open] p { animation: faqReveal .45s cubic-bezier(0.16,1,0.3,1); }
@keyframes faqReveal { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }

/* ---- Responsive: hero stacks, phone scales ---- */
@media (max-width: 1080px) {
  .phone__chip--earn { right: -30px; }
  .phone__chip--cash { left: -40px; }
}
@media (max-width: 980px) {
  .hero__container { grid-template-columns: 1fr; text-align: center; gap: 8px; }
  .hero__copy { max-width: 640px; margin: 0 auto; }
  .hero__callouts, .hero__stats { justify-content: center; }
  .hero__input-group { margin: 0 auto; }
  .hero__subtitle { margin: 0 auto 36px; }
  .hero__visual { min-height: 0; margin-top: 56px; }
  .phone__frame { width: 264px; height: 542px; }
  .loop__label { position: static; max-width: none; text-align: center !important; margin-top: 10px; }
  .loop__labels { position: static; display: grid; gap: 6px; margin-top: 28px; pointer-events: auto; }
}
@media (max-width: 480px) {
  .phone__chip--cash { display: none; }
  .phone__chip--earn { right: -10px; top: 160px; }
}

/* Loop labels: go static before they can clip the container edge (981–1120px band) */
@media (max-width: 1120px) {
  .loop__label { position: static; max-width: none; width: auto; text-align: center !important; margin: 10px 0 0; }
  .loop__labels { position: static; display: grid; gap: 6px; margin-top: 28px; pointer-events: auto; }
}
/* Mission decorative quote mark: hangs off-canvas on small screens — hide */
@media (max-width: 640px) {
  .mission__quote::before { display: none; }
}
/* Smoother global reveal curve (upgrades the base .animate-in) */
.animate-in { transform: translateY(26px); transition: opacity 0.85s var(--ease-out), transform 0.85s var(--ease-out); }
.animate-in.visible { transform: translateY(0); }

/* ---- Phase D polish: chrome, mission, pillars, value, waitlist ---- */
.nav--scrolled {
  background: rgba(10, 10, 15, 0.72);
  backdrop-filter: blur(18px) saturate(1.25);
  -webkit-backdrop-filter: blur(18px) saturate(1.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.glass-menu {
  background: rgba(13, 13, 20, 0.62);
  backdrop-filter: blur(20px) saturate(1.35);
  -webkit-backdrop-filter: blur(20px) saturate(1.35);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.mission { position: relative; }
.mission__quote { font-size: clamp(34px, 4.8vw, 62px); line-height: 1.06; position: relative; }
.mission__quote::before {
  content: '\201C';
  position: absolute; top: -0.28em; left: -0.42em;
  font-family: var(--font-display); font-size: 2.2em; line-height: 1;
  color: var(--color-accent); opacity: 0.16; pointer-events: none;
}

.pillar-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0) 40%),
    var(--color-surface);
  transition: transform 0.45s var(--ease-out), border-color 0.45s var(--ease-out), box-shadow 0.45s var(--ease-out);
}
.pillar-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-card); }
.pillar-card--featured {
  border: 1px solid transparent;
  background:
    linear-gradient(180deg, #14141d, #12121A) padding-box,
    linear-gradient(150deg, rgba(255, 107, 74, 0.55), rgba(255, 179, 71, 0.18) 45%, rgba(255, 255, 255, 0.06)) border-box;
}
.pillar-card__icon svg { transition: transform 0.5s var(--ease-spring); }
.pillar-card:hover .pillar-card__icon svg { transform: rotate(-8deg) scale(1.14); }

.value-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0) 45%),
    var(--color-surface);
  transition: transform 0.45s var(--ease-out), box-shadow 0.45s var(--ease-out), border-color 0.45s var(--ease-out);
}
.value-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-card); border-color: var(--color-border-hover); }

.waitlist__glow {
  background: radial-gradient(48% 55% at 50% 42%, rgba(255, 107, 74, 0.22), transparent 72%) !important;
  animation: waitlistPulse 7s ease-in-out infinite;
}
@keyframes waitlistPulse { 0%, 100% { opacity: 0.85; } 50% { opacity: 1; } }
.waitlist__perks li { transition: transform 0.35s var(--ease-out); }
.waitlist__perks li:hover { transform: translateX(4px); }

/* Brand text selection */
::selection { background: rgba(255, 107, 74, 0.35); color: #fff; }

/* ---- Phase E: accessibility ---- */
:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
  border-radius: 4px;
}
.hero__input:focus-visible, .waitlist__input:focus-visible, .waitlist__select:focus-visible { outline-offset: 0; }

/* ---- Reduced motion: calm everything ---- */
@media (prefers-reduced-motion: reduce) {
  .aurora, .phone, .phone__chip, .phone__pin, .phone__pin-pulse, .hero__badge-dot,
  .phone__glare, .waitlist__glow { animation: none !important; }
  .loop__path { stroke-dashoffset: 0 !important; }
  .loop__node, .loop__center, .loop__label { opacity: 1 !important; transform: none !important; }
  html { scroll-behavior: auto; }
}

/* ============================================
   WOW PASS — brand intro, cursor glow,
   neighbourhood pulse, infinity loop (2026-07)
   ============================================ */

/* ---- Brand intro loader (CSS self-completing; JS only cleans up) ---- */
.loader {
  position: fixed; inset: 0; z-index: 3000;
  background: #0A0A0F;
  display: flex; align-items: center; justify-content: center;
  animation: loaderGate 0.65s cubic-bezier(0.7, 0, 0.2, 1) 1.05s forwards;
}
.loader__mark { display: flex; align-items: baseline; gap: 10px; }
.loader__word {
  font-family: var(--font-display); font-size: 48px; font-weight: 600;
  letter-spacing: 0.01em; color: #F0F0F5;
  animation: loaderWord 0.7s var(--ease-out) both;
}
.loader__coin {
  width: 12px; height: 12px; border-radius: 50%;
  background: linear-gradient(135deg, #FF6B4A, #FFB347);
  box-shadow: 0 0 18px rgba(255, 107, 74, 0.8);
  animation: loaderCoin 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.25s both;
}
@keyframes loaderWord { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes loaderCoin { from { opacity: 0; transform: translateY(-34px) scale(0.4); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes loaderGate { to { transform: translateY(-100%); visibility: hidden; } }

/* ---- Living grid canvas sits brighter than the old grid ---- */
#gridCanvas { opacity: 0.9; }

/* ---- Infinity loop restyle ---- */
.loop__stage { margin: 72px auto 4px; }
.loop__path { stroke-dasharray: none; }
.loop__cross { fill: var(--color-accent); opacity: 0; transition: opacity 0.5s var(--ease-out); }
.loop__cross.on { opacity: 1; animation: crossPulse 2.6s ease-in-out infinite; }
@keyframes crossPulse { 0%, 100% { r: 6; } 50% { r: 8.5; } }
.loop__coin { fill: #FFD9A0; opacity: 0; filter: drop-shadow(0 0 7px rgba(255, 179, 71, 0.85)); transition: opacity 0.6s var(--ease-out); }
.loop__coins.on .loop__coin { opacity: 1; }
.loop__tag {
  width: fit-content; margin: 26px auto 0;
  border: 1px solid rgba(255, 107, 74, 0.35); border-radius: 100px;
  padding: 10px 22px; font-size: 14px; color: var(--color-text-secondary);
  background: rgba(255, 107, 74, 0.06);
  opacity: 0; transform: translateY(10px);
  transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
}
.loop__tag.on { opacity: 1; transform: translateY(0); }

/* Lemniscate label positions (desktop only — stacked layout owns <=1120px)
   Mirrored corners: left labels left-aligned, right labels right-aligned;
   balanced wrapping kills orphan words; extra tag margin clears the bottom row. */
@media (min-width: 1121px) {
  .loop__label { text-wrap: balance; max-width: 280px; }
  .loop__label--1 { top: -10%; left: auto; right: 2%; width: 280px; text-align: right; margin: 0; }
  .loop__label--2 { top: 102%; left: 2%; right: auto; width: 280px; text-align: left; margin: 0; }
  .loop__label--3 { top: -10%; left: 2%; right: auto; width: 280px; text-align: left; margin: 0; }
  .loop__label--4 { top: 102%; left: auto; right: 2%; width: 280px; text-align: right; margin: 0; }
  .loop__tag { margin-top: 78px; }
}

/* ---- Reduced motion for the wow layer ---- */
@media (prefers-reduced-motion: reduce) {
  .loader { display: none; }
  .loop__coins .loop__coin { opacity: 1; }
  .loop__cross { opacity: 1; animation: none; }
  .loop__tag { opacity: 1; transform: none; }
}
