/**
 * VibeCart Atelier Home — calm certainty, one photo, few words.
 * Porcelain mist · ink · mineral teal. Not purple neon, not cream-serif, not collage.
 */
body.vc-page-home.vc-orbit-home {
  --vc-orbit-ink: #0f1a22;
  --vc-orbit-ink-2: #1a2b36;
  --vc-orbit-gold: #0d7377;
  --vc-orbit-ember: #b85a2a;
  --vc-orbit-leaf: #1f8a5b;
  --vc-orbit-sand: #f4f7f5;
  --vc-orbit-mist: rgba(244, 247, 245, 0.9);
  --vc-orbit-porcelain: #eef4f1;
  --vc-orbit-paper: #f6faf8;
  --vc-orbit-ink-soft: rgba(15, 26, 34, 0.66);
  --vc-font-display: "Syne", "Avenir Next", "Segoe UI", sans-serif;
  --vc-font-text: "DM Sans", "Avenir Next", "Segoe UI", sans-serif;
  --vc-hero-1: #0d7377;
  --vc-hero-2: #1f8a5b;
  --vc-hero-3: #b85a2a;
  --bg: #f6faf8 !important;
  --bg-deep: #eef4f1 !important;
  --text: #0f1a22 !important;
  --muted: rgba(15, 26, 34, 0.66) !important;
  --panel: #ffffff !important;
  --panel-2: #eef5f2 !important;
  color-scheme: light !important;
  background:
    radial-gradient(80% 50% at 100% 0%, rgba(13, 115, 119, 0.07), transparent 55%),
    linear-gradient(180deg, var(--vc-orbit-paper), var(--vc-orbit-porcelain)) !important;
  color: var(--vc-orbit-ink) !important;
  font-family: var(--vc-font-text);
}

body.vc-page-home.vc-orbit-home::before,
body.vc-page-home.vc-orbit-home::after {
  display: none !important;
  content: none !important;
}

body.vc-page-home.vc-orbit-home .vc-home-portal,
body.vc-page-home.vc-orbit-home .vc-home-portal__void,
body.vc-page-home.vc-orbit-home .vc-home-portal__horizon,
body.vc-page-home.vc-orbit-home .vc-home-portal__beacon,
body.vc-page-home.vc-orbit-home .vc-home-portal__thread {
  display: none !important;
}

/* —— Hero: one composition —— */
body.vc-page-home.vc-orbit-home.vc-premium-unified .hero.hero--orbit {
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  max-width: none;
  width: 100%;
  min-height: min(72svh, 720px);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--vc-orbit-ink);
  isolation: isolate;
}

body.vc-page-home.vc-orbit-home.vc-premium-unified .hero.hero--orbit::before {
  display: none;
}

body.vc-page-home.vc-orbit-home .page-group--discover {
  max-width: none;
  padding: 0;
  margin: 0;
}

body.vc-page-home.vc-orbit-home .vc-orbit-stage {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background: #0f1a22;
}

body.vc-page-home.vc-orbit-home .vc-orbit-stage__photo {
  position: absolute;
  inset: -3%;
  background-image:
    linear-gradient(
      105deg,
      rgba(15, 26, 34, 0.78) 0%,
      rgba(15, 26, 34, 0.28) 48%,
      rgba(15, 26, 34, 0.48) 100%
    ),
    linear-gradient(180deg, rgba(15, 26, 34, 0.12) 0%, rgba(15, 26, 34, 0.62) 100%),
    var(--vc-corridor-hero, url("./media/corridors/bridge-hero.jpg"));
  background-size: cover;
  background-position: center 42%;
  background-repeat: no-repeat;
  transform: scale(1.04);
  animation: vcAtelierBreathe 28s ease-in-out infinite alternate;
  will-change: transform;
}

body.vc-page-home.vc-orbit-home .vc-orbit-routes {
  display: none !important;
}

body.vc-page-home.vc-orbit-home .vc-orbit-stage__mesh {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 70% 30%, rgba(13, 115, 119, 0.16), transparent 44%);
  mix-blend-mode: soft-light;
  opacity: 0.9;
  pointer-events: none;
}

body.vc-page-home.vc-orbit-home .hero--orbit .hero-copy.vc-orbit-copy {
  position: relative;
  z-index: 2;
  max-width: min(34rem, 94vw);
  margin: 0;
  padding: clamp(4.5rem, 12vh, 6.5rem) clamp(1.25rem, 4vw, 3.25rem) clamp(2rem, 5vh, 3rem);
  background: transparent;
  border: none;
  box-shadow: none;
}

body.vc-page-home.vc-orbit-home .vc-orbit-brand {
  margin: 0 0 0.85rem;
  font-family: var(--vc-font-display);
  font-weight: 800;
  font-size: clamp(1.85rem, 5vw, 2.55rem);
  line-height: 1;
  letter-spacing: -0.045em;
  color: #f4f7f5;
  text-shadow: 0 10px 32px rgba(0, 0, 0, 0.28);
  animation: vcAtelierRise 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
}

/* No CSS content badge — was untranslatable + loud */
body.vc-page-home.vc-orbit-home .vc-orbit-brand::after {
  content: none;
}

body.vc-page-home.vc-orbit-home .hero--orbit h1#heroTitle {
  margin: 0 0 0.75rem;
  max-width: 18ch;
  font-family: var(--vc-font-display);
  font-weight: 700;
  font-size: clamp(1.65rem, 4vw, 2.55rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: rgba(244, 247, 245, 0.98);
  animation: vcAtelierRise 1s cubic-bezier(0.16, 1, 0.3, 1) 0.06s both;
}

body.vc-page-home.vc-orbit-home .hero--orbit #heroSubtitle {
  margin: 0 0 1.35rem;
  max-width: 32ch;
  font-size: clamp(1rem, 2vw, 1.12rem);
  line-height: 1.45;
  color: rgba(244, 247, 245, 0.78);
  animation: vcAtelierRise 1.05s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both;
}

body.vc-page-home.vc-orbit-home .hero--orbit #heroSubtitle [data-i18n="hero.subtitleExtended"] {
  display: none !important;
}

body.vc-page-home.vc-orbit-home .hero--orbit .hero-actions--orbit {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  animation: vcAtelierRise 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.14s both;
}

body.vc-page-home.vc-orbit-home .hero--orbit .hero-actions--orbit .btn {
  border-radius: 999px;
  padding: 0.85rem 1.35rem;
  font-family: var(--vc-font-display);
  font-weight: 700;
  letter-spacing: -0.01em;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

body.vc-page-home.vc-orbit-home .hero--orbit .hero-actions--orbit .btn-primary {
  background: #0d7377;
  color: #f4f7f5;
  border: none;
  box-shadow: 0 14px 30px rgba(13, 115, 119, 0.28);
}

body.vc-page-home.vc-orbit-home .hero--orbit .hero-actions--orbit .btn-primary:hover {
  transform: translateY(-2px);
  background: #0a5f62;
}

body.vc-page-home.vc-orbit-home .hero--orbit .hero-actions--orbit .btn-secondary {
  background: rgba(244, 247, 245, 0.1);
  border: 1px solid rgba(244, 247, 245, 0.4);
  color: #f4f7f5;
}

body.vc-page-home.vc-orbit-home .hero--orbit .hero-actions--orbit .btn-secondary:hover {
  background: rgba(244, 247, 245, 0.18);
  transform: translateY(-2px);
}

/* Hide legacy first-viewport clutter */
body.vc-page-home.vc-orbit-home .hero--orbit .badge,
body.vc-page-home.vc-orbit-home .hero--orbit .vc-home-curiosity,
body.vc-page-home.vc-orbit-home .hero--orbit .vc-arrival-orbit,
body.vc-page-home.vc-orbit-home .hero--orbit .hero-visual-stack,
body.vc-page-home.vc-orbit-home .hero--orbit .hero-image,
body.vc-page-home.vc-orbit-home .hero--orbit .vc-first5-proof,
body.vc-page-home.vc-orbit-home .hero--orbit .vc-first5-urgency,
body.vc-page-home.vc-orbit-home .hero--orbit .vc-first5-ai-line,
body.vc-page-home.vc-orbit-home #vcFirst5Proof,
body.vc-page-home.vc-orbit-home #vcFirst5Urgency,
body.vc-page-home.vc-orbit-home #vcFirst5AiLine,
body.vc-page-home.vc-orbit-home .hero.hero--hue-drift .hero-captivate-bg,
body.vc-page-home.vc-orbit-home .hero.hero--hue-drift .hero-showpiece,
body.vc-page-home.vc-orbit-home .hero.hero--hue-drift .hero-masterpiece,
body.vc-page-home.vc-orbit-home .hero.hero--hue-drift::before,
body.vc-page-home.vc-orbit-home #vcHardPassUxBar,
body.vc-page-home.vc-orbit-home #vcHardPassTrustStrip,
body.vc-page-home.vc-orbit-home #vcHardPassImmersiveBtn,
body.vc-page-home.vc-orbit-home #vcHardPassOfferExplain,
body.vc-page-home.vc-orbit-home #vcHardPassMissionJourney,
body.vc-page-home.vc-orbit-home #vcCalmRevealBtn,
body.vc-page-home.vc-orbit-home #vcCalmPortal,
body.vc-page-home.vc-orbit-home #vcCalmScrollCue,
body.vc-page-home.vc-orbit-home #vcCoreLoopCard,
body.vc-page-home.vc-orbit-home #vcToggleHomeMode,
body.vc-page-home.vc-orbit-home .vc-hardpass-uxbar,
body.vc-page-home.vc-orbit-home .vc-hardpass-trust-strip,
body.vc-page-home.vc-orbit-home .vc-calm-portal,
body.vc-page-home.vc-orbit-home .vc-calm-reveal-btn,
body.vc-page-home.vc-orbit-home .vc-calm-scroll-cue,
body.vc-page-home.vc-orbit-home .hero--orbit .hero-actions--more,
body.vc-page-home.vc-orbit-home .hero--orbit #installAppBtn,
body.vc-page-home.vc-orbit-home .hero--orbit #openOnboarding,
body.vc-page-home.vc-orbit-home .hero-social-proof {
  display: none !important;
}

body.vc-page-home.vc-orbit-home .vc-orbit-stage,
body.vc-page-home.vc-orbit-home .vc-orbit-stage__photo {
  z-index: 0 !important;
  opacity: 1 !important;
}

body.vc-page-home.vc-orbit-home .page-group,
body.vc-page-home.vc-orbit-home .page-group--discover,
body.vc-page-home.vc-orbit-home .page-group--grow,
body.vc-page-home.vc-orbit-home .page-group--assurance,
body.vc-page-home.vc-orbit-home main {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: var(--vc-orbit-ink) !important;
}

/* —— After: quiet atelier —— */
body.vc-page-home.vc-orbit-home .vc-orbit-after {
  position: relative;
  z-index: 1;
  max-width: 42rem;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 3.25rem) clamp(1.15rem, 4vw, 2rem) 2.5rem;
  background: transparent !important;
  color: var(--vc-orbit-ink) !important;
}

body.vc-page-home.vc-orbit-home .vc-atelier-trust {
  margin: 0 0 1.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--vc-orbit-gold);
}

body.vc-page-home.vc-orbit-home .vc-atelier-lanes {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0 0 1.75rem;
}

body.vc-page-home.vc-orbit-home .vc-atelier-lane {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  column-gap: 1rem;
  align-items: center;
  padding: 1.15rem 0.15rem;
  border-top: 1px solid rgba(15, 26, 34, 0.1);
  text-decoration: none;
  color: var(--vc-orbit-ink);
  transition: background 0.25s ease, padding 0.25s ease;
}

body.vc-page-home.vc-orbit-home .vc-atelier-lane:last-child {
  border-bottom: 1px solid rgba(15, 26, 34, 0.1);
}

body.vc-page-home.vc-orbit-home .vc-atelier-lane:hover,
body.vc-page-home.vc-orbit-home .vc-atelier-lane:focus-visible {
  background: rgba(13, 115, 119, 0.05);
  padding-left: 0.55rem;
  padding-right: 0.55rem;
  outline: none;
}

body.vc-page-home.vc-orbit-home .vc-atelier-lane__label {
  grid-column: 1;
  font-family: var(--vc-font-display);
  font-weight: 800;
  font-size: clamp(1.55rem, 3.5vw, 2rem);
  letter-spacing: -0.035em;
  line-height: 1.05;
}

body.vc-page-home.vc-orbit-home .vc-atelier-lane__hint {
  grid-column: 1;
  margin-top: 0.2rem;
  font-size: 0.95rem;
  color: var(--vc-orbit-ink-soft);
}

body.vc-page-home.vc-orbit-home .vc-atelier-lane__go {
  grid-column: 2;
  grid-row: 1 / span 2;
  font-size: 1.35rem;
  color: var(--vc-orbit-gold);
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

body.vc-page-home.vc-orbit-home .vc-atelier-lane:hover .vc-atelier-lane__go {
  transform: translateX(5px);
}

/* Declutter: hide collage / promo / AI card farms on home */
body.vc-page-home.vc-orbit-home .vc-meridian-ticker,
body.vc-page-home.vc-orbit-home .vc-meridian-deals,
body.vc-page-home.vc-orbit-home .vc-meridian-mosaic,
body.vc-page-home.vc-orbit-home .vc-meridian-rails,
body.vc-page-home.vc-orbit-home .vc-orbit-after__intro,
body.vc-page-home.vc-orbit-home .vc-orbit-after__lede,
body.vc-page-home.vc-orbit-home .hero-quick-lanes,
body.vc-page-home.vc-orbit-home .hero-left-upgrade-grid,
body.vc-page-home.vc-orbit-home .hero-bridge-welcome,
body.vc-page-home.vc-orbit-home .signature-strip,
body.vc-page-home.vc-orbit-home .vc-affiliate-promo,
body.vc-page-home.vc-orbit-home .vc-bakery-spotlight,
body.vc-page-home.vc-orbit-home .vc-growth-email-strip {
  display: none !important;
}

body.vc-page-home.vc-orbit-home .vc-orbit-after .hero-trust-row {
  display: none;
}

body.vc-page-home.vc-orbit-home .section,
body.vc-page-home.vc-orbit-home .section.alt {
  background: transparent;
  border: none;
  color: var(--vc-orbit-ink);
}

/* Soft scrolled topbar */
body.vc-page-home.vc-orbit-home.vc-meridian-scrolled .topbar,
body.vc-page-home.vc-orbit-home.vc-meridian-scrolled .shops-lane-topbar {
  background: rgba(246, 250, 248, 0.92) !important;
  border-bottom-color: rgba(15, 26, 34, 0.08) !important;
  backdrop-filter: blur(12px);
}

/* Kill purple hard-mobile inject on Meridian home */
html.vc-hard-mobile-stable body.vc-page-home.vc-orbit-home .section,
html.vc-hard-mobile-stable body.vc-page-home.vc-orbit-home .alt,
html.vc-hard-mobile-stable body.vc-page-home.vc-orbit-home .hero {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: inherit !important;
  animation: none !important;
}

html.vc-hard-mobile-stable body.vc-page-home.vc-orbit-home h1,
html.vc-hard-mobile-stable body.vc-page-home.vc-orbit-home h2,
html.vc-hard-mobile-stable body.vc-page-home.vc-orbit-home h3 {
  text-shadow: none !important;
}

html.vc-hard-mobile-stable body.vc-page-home.vc-orbit-home .hero h1,
html.vc-hard-mobile-stable body.vc-page-home.vc-orbit-home .vc-orbit-brand {
  color: #f4f7f5 !important;
}

html.vc-hard-mobile-stable body.vc-page-home.vc-orbit-home .hero p,
html.vc-hard-mobile-stable body.vc-page-home.vc-orbit-home .hero .note {
  color: rgba(244, 247, 245, 0.78) !important;
}

html.vc-hard-mobile-stable body.vc-page-home.vc-orbit-home .btn-primary {
  background: #0d7377 !important;
  color: #f4f7f5 !important;
  box-shadow: 0 12px 24px rgba(13, 115, 119, 0.28) !important;
}

html.vc-hard-mobile-stable body.vc-page-home.vc-orbit-home .btn-secondary {
  background: rgba(244, 247, 245, 0.1) !important;
  border-color: rgba(244, 247, 245, 0.4) !important;
  color: #f4f7f5 !important;
}

html.vc-hard-mobile-stable body.vc-page-home.vc-orbit-home .hero:before {
  display: none !important;
}

html.vc-hard-mobile-stable body.vc-page-home.vc-orbit-home .topbar {
  background: rgba(246, 250, 248, 0.92) !important;
  border-bottom: 1px solid rgba(15, 26, 34, 0.08) !important;
}

html.vc-hard-mobile-stable body.vc-page-home.vc-orbit-home .vc-atelier-lane__label,
html.vc-hard-mobile-stable body.vc-page-home.vc-orbit-home .vc-atelier-trust {
  color: var(--vc-orbit-ink) !important;
  text-shadow: none !important;
}

html.vc-hard-mobile-stable body.vc-page-home.vc-orbit-home .vc-atelier-lane__hint,
html.vc-hard-mobile-stable body.vc-page-home.vc-orbit-home .vc-orbit-after p,
html.vc-hard-mobile-stable body.vc-page-home.vc-orbit-home .vc-orbit-after .note {
  color: var(--vc-orbit-ink-soft) !important;
}

/* Native / phone portal — same calm daylight */
html.vc-app-lane-portal-on body.vc-page-home.vc-orbit-home .vc-app-lane-portal__card,
html.vc-mobile-app body.vc-page-home.vc-orbit-home .vc-app-lane-portal__card {
  border: 1px solid rgba(15, 26, 34, 0.1);
  border-radius: 20px;
  background:
    radial-gradient(90% 60% at 80% 0%, rgba(13, 115, 119, 0.08), transparent 55%),
    linear-gradient(165deg, #f6faf8, #eef4f1);
  box-shadow: 0 14px 32px rgba(15, 26, 34, 0.07);
  color: var(--vc-orbit-ink);
}

html.vc-app-lane-portal-on body.vc-page-home.vc-orbit-home .vc-app-lane-portal__title,
html.vc-mobile-app body.vc-page-home.vc-orbit-home .vc-app-lane-portal__title {
  font-family: var(--vc-font-display);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--vc-orbit-ink) !important;
}

html.vc-app-lane-portal-on body.vc-page-home.vc-orbit-home .btn-primary,
html.vc-mobile-app body.vc-page-home.vc-orbit-home .btn-primary {
  background: #0d7377 !important;
  color: #f4f7f5 !important;
  border-radius: 999px !important;
}

@keyframes vcAtelierBreathe {
  from { transform: scale(1.04) translate3d(0, 0, 0); }
  to { transform: scale(1.08) translate3d(-1%, 0.6%, 0); }
}

@keyframes vcAtelierRise {
  from { opacity: 0; transform: translate3d(0, 14px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
  body.vc-page-home.vc-orbit-home .vc-orbit-stage__photo,
  body.vc-page-home.vc-orbit-home .vc-orbit-brand,
  body.vc-page-home.vc-orbit-home .hero--orbit h1#heroTitle,
  body.vc-page-home.vc-orbit-home .hero--orbit #heroSubtitle,
  body.vc-page-home.vc-orbit-home .hero--orbit .hero-actions--orbit {
    animation: none !important;
  }
}

@media (max-width: 720px) {
  body.vc-page-home.vc-orbit-home.vc-premium-unified .hero.hero--orbit {
    min-height: min(78svh, 640px);
  }
  body.vc-page-home.vc-orbit-home .hero--orbit .hero-actions--orbit .btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
