/* Tapyme — premium marketing layer.
   Scoped under .home-v2 so it cleanly overrides the base marketing styles
   without fighting them. Apple/Square-grade type, spacing, and a hardware
   showcase. */

.home-v2 {
  --ink: #0a0f14;
  --ink-soft: #5b6770;
  --paper: #fbfbf8;
  --paper-2: #f1f2ee;
  --teal: #12808c;
  --teal-deep: #0c5a63;
  --line: rgba(10, 15, 20, 0.1);
  --radius: 22px;
  background: var(--paper);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.home-v2 .marketing-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--teal);
}

/* ---------- Hero ---------- */
.home-v2 .marketing-hero {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(3rem, 8vw, 6.5rem) 1.5rem clamp(3rem, 6vw, 5rem);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.home-v2 .hero-copy h1 {
  font-size: clamp(2.7rem, 6vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
  font-weight: 680;
  margin: 0.6rem 0 1.2rem;
}

.home-v2 .marketing-lede {
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 36ch;
}

.home-v2 .hero-cta-row {
  display: flex;
  gap: 0.8rem;
  margin: 2rem 0 1.6rem;
  flex-wrap: wrap;
}

.home-v2 .marketing-button {
  border-radius: 999px;
  padding: 0.95rem 1.7rem;
  font-weight: 560;
  font-size: 1rem;
  letter-spacing: -0.01em;
  transition: transform 0.16s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.home-v2 .marketing-button-dark {
  background: var(--ink);
  color: #fff;
  box-shadow: 0 10px 30px -12px rgba(10, 15, 20, 0.5);
}
.home-v2 .marketing-button-dark:hover { transform: translateY(-2px); box-shadow: 0 16px 38px -12px rgba(10, 15, 20, 0.55); }
.home-v2 .marketing-button-light { background: #fff; color: var(--ink); border: 1px solid var(--line); }
.home-v2 .marketing-button-light:hover { transform: translateY(-2px); background: var(--paper-2); }

.home-v2 .trust-row {
  display: flex;
  gap: 1.4rem;
  flex-wrap: wrap;
  color: var(--ink-soft);
  font-size: 0.9rem;
}
.home-v2 .trust-row span { display: inline-flex; align-items: center; gap: 0.4rem; }
.home-v2 .trust-row span::before {
  content: "";
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--teal);
}

/* ---------- Hero device render ---------- */
.home-v2 .hero-product-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
}
.home-v2 .hero-product-stage .device-art { width: 100%; max-width: 460px; height: auto; }
/* Hide the old div-based hero props in favour of the SVG render. */
.home-v2 .hero-product-stage .checkout-card,
.home-v2 .hero-product-stage .air-device,
.home-v2 .hero-product-stage .phone-card { display: none; }

/* ---------- Device showcase (Apple-style dark section) ---------- */
.device-showcase {
  background: radial-gradient(120% 90% at 50% -10%, #15212a 0%, #0a0f14 55%, #070a0d 100%);
  color: #f4f6f5;
  padding: clamp(4rem, 9vw, 7rem) 1.5rem;
  text-align: center;
  overflow: hidden;
}
.device-showcase .ds-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 600;
  color: #58cdbf;
}
.device-showcase h2 {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 660;
  margin: 0.8rem auto 0.8rem;
  max-width: 16ch;
}
.device-showcase .ds-sub {
  color: #aeb9bf;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.55;
  max-width: 52ch;
  margin: 0 auto;
}
.device-showcase .ds-stage {
  position: relative;
  margin: clamp(2rem, 5vw, 3.5rem) auto 0;
  max-width: 560px;
}
.device-showcase .ds-stage .device-art { width: 100%; height: auto; filter: drop-shadow(0 40px 70px rgba(0, 0, 0, 0.55)); }

.device-showcase .ds-specs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  max-width: 920px;
  margin: clamp(2.5rem, 5vw, 3.5rem) auto 0;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  overflow: hidden;
}
.device-showcase .ds-specs div {
  background: #0c1318;
  padding: 1.6rem 1.1rem;
  text-align: left;
}
.device-showcase .ds-specs strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 620;
  letter-spacing: -0.02em;
  margin-bottom: 0.3rem;
}
.device-showcase .ds-specs span { color: #93a0a7; font-size: 0.86rem; line-height: 1.4; }
.device-showcase .ds-note { margin-top: 1.6rem; color: #7e8a91; font-size: 0.85rem; }

/* ---------- Section rhythm polish ---------- */
.home-v2 .section-band,
.home-v2 .split-section,
.home-v2 .pricing-section,
.home-v2 .faq-section { padding-top: clamp(3.5rem, 7vw, 6rem); padding-bottom: clamp(3.5rem, 7vw, 6rem); }
.home-v2 .section-heading h2 {
  font-size: clamp(1.9rem, 4vw, 3rem);
  letter-spacing: -0.03em;
  line-height: 1.08;
  font-weight: 640;
}

/* ---------- Compact navigation menu (was a huge mega-panel) ---------- */
.home-v2 .mega-menu {
  position: fixed;
  top: 64px;
  left: 50%;
  transform: translateX(-50%);
  width: min(640px, calc(100vw - 2rem));
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--line);
  box-shadow: 0 30px 70px -30px rgba(10, 15, 20, 0.4);
  backdrop-filter: blur(10px);
}
.home-v2 .mega-menu-panel { display: block; padding: 0; }
.home-v2 .mega-menu-panel[hidden] { display: none; }
.home-v2 .mega-intro { display: none; }
.home-v2 .mega-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.home-v2 .mega-card {
  padding: 0.7rem 0.85rem;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--paper);
  display: flex;
  flex-direction: column;
  gap: 2px;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.home-v2 .mega-card:hover { background: #fff; border-color: rgba(18, 128, 140, 0.45); }
.home-v2 .mega-card span { font-size: 0.66rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--teal); }
.home-v2 .mega-card strong { font-size: 0.92rem; letter-spacing: -0.01em; }
.home-v2 .mega-card small { font-size: 0.76rem; color: var(--ink-soft); }
.home-v2 .mega-card.highlight { background: #0c1318; border-color: #0c1318; }
.home-v2 .mega-card.highlight span { color: #58cdbf; }
.home-v2 .mega-card.highlight strong { color: #fff; }
.home-v2 .mega-card.highlight small { color: #93a0a7; }
.home-v2 .mega-column-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.9rem; }
.home-v2 .mega-column-grid h3 { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink-soft); margin: 0 0 0.4rem; }
.home-v2 .mega-column-grid a { display: block; font-size: 0.85rem; padding: 3px 0; color: var(--ink); }
.home-v2 .mega-column-grid a:hover { color: var(--teal); }

/* ---------- Section surfaces ---------- */
.home-v2 .section-band { background: var(--paper); }
.home-v2 .section-band:nth-of-type(even) { background: var(--paper-2); }
.home-v2 .section-heading { max-width: 720px; }
.home-v2 .section-heading p { color: var(--ink-soft); font-size: 1.05rem; line-height: 1.6; }

/* Cards: products, integrations, business, faq, pricing */
.home-v2 .product-card,
.home-v2 .integration-card,
.home-v2 .price-card,
.home-v2 .faq-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.6rem 1.5rem;
  box-shadow: 0 1px 2px rgba(10, 15, 20, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.home-v2 .product-card:hover,
.home-v2 .integration-card:hover,
.home-v2 .price-card:hover,
.home-v2 .faq-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px -28px rgba(10, 15, 20, 0.3);
  border-color: rgba(18, 128, 140, 0.3);
}
.home-v2 .product-kicker,
.home-v2 .integration-card span,
.home-v2 .plan-label { color: var(--teal); font-weight: 600; font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.12em; }
.home-v2 .product-card h3,
.home-v2 .integration-card h3,
.home-v2 .price-card h3 { font-size: 1.3rem; letter-spacing: -0.02em; margin: 0.5rem 0; }
.home-v2 .product-card p,
.home-v2 .integration-card p,
.home-v2 .faq-grid article p { color: var(--ink-soft); line-height: 1.55; }
.home-v2 .product-card a,
.home-v2 .integration-card a { color: var(--teal); font-weight: 560; }
.home-v2 .featured-product { background: #0c1318; border-color: #0c1318; color: #fff; }
.home-v2 .featured-product h3 { color: #fff; }
.home-v2 .featured-product p { color: #aeb9bf; }
.home-v2 .featured-product .product-kicker { color: #58cdbf; }
.home-v2 .featured-product a { color: #58cdbf; }

/* Pricing accent */
.home-v2 .price-card .price { font-size: 1.8rem; font-weight: 660; letter-spacing: -0.02em; margin: 0.4rem 0 1rem; }
.home-v2 .price-card ul { list-style: none; padding: 0; margin: 0 0 1.4rem; display: grid; gap: 0.5rem; }
.home-v2 .price-card li { color: var(--ink-soft); font-size: 0.94rem; padding-left: 1.4rem; position: relative; }
.home-v2 .price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 700; }

/* How it works */
.home-v2 .flow-list li {
  display: flex;
  gap: 1.1rem;
  padding: 1.1rem 0;
  border-top: 1px solid var(--line);
}
.home-v2 .flow-list li span {
  color: var(--teal);
  font-weight: 680;
  font-size: 0.95rem;
  font-variant-numeric: tabular-nums;
}
.home-v2 .flow-list h3 { font-size: 1.12rem; letter-spacing: -0.01em; margin: 0 0 0.25rem; }
.home-v2 .flow-list p { color: var(--ink-soft); line-height: 1.5; margin: 0; }

/* Dark business band + reserve refinement */
.home-v2 .dark-band .business-grid article {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 1.5rem;
  transition: background 0.2s ease, transform 0.2s ease;
}
.home-v2 .dark-band .business-grid article:hover { background: rgba(255, 255, 255, 0.09); transform: translateY(-4px); }
.home-v2 .reserve-form input,
.home-v2 .reserve-form select,
.home-v2 .reserve-form textarea { border-radius: 12px; }

/* ---------- Editorial mosaic statement (Square-style) ---------- */
.mosaic {
  background: #fbfbf7;
  padding: clamp(3.5rem, 8vw, 7rem) 1.5rem;
}
.mosaic-grid {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.9rem, 2.2vw, 1.8rem);
}
.mosaic-tile {
  aspect-ratio: 1 / 1;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}
.mosaic-tile.line { background: #fff; border: 1px solid rgba(10, 15, 20, 0.12); }
.mosaic-tile.line svg { width: 58%; height: 58%; color: #0a0f14; }
.mosaic-tile.ink { background: #0a0f14; color: #fff; }
.mosaic-tile.teal { background: #12808c; color: #fff; }
.mosaic-tile.paper { background: #eef0ea; color: #0a0f14; }
.mosaic-tile .tile-word {
  font-size: clamp(1.1rem, 2.4vw, 1.9rem);
  font-weight: 620;
  letter-spacing: -0.02em;
  line-height: 1.1;
  padding: 0 0.6rem;
}
.mosaic-tile .tile-word small { display: block; font-size: 0.62em; font-weight: 500; opacity: 0.78; margin-top: 0.3em; }
.mosaic-tile.ink .brand-a {
  width: 42%; height: 42%; border-radius: 30%;
  background: #12808c; color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 2.4rem; font-weight: 700;
}
.mosaic-headline {
  text-align: center;
  max-width: 1000px;
  margin: clamp(2rem, 5vw, 3.5rem) auto;
  font-family: ui-serif, "New York", Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5.4vw, 4rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: #0a0f14;
}
.mosaic-headline em { font-style: italic; color: #12808c; }

@media (max-width: 760px) {
  .mosaic-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- Scroll reveal ---------- */
.home-v2 .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}
.home-v2 .reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .home-v2 .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- WebGL hero canvas ---------- */
.home-v2 .hero-product-stage { position: relative; }
.home-v2 .hero-canvas-wrap { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.home-v2 .hero-canvas-wrap canvas { display: block; cursor: grab; }
.home-v2 .hero-canvas-wrap canvas:active { cursor: grabbing; }
.home-v2 .hero-product-stage.three-active { perspective: none; }

/* ---------- Scroll-driven 3D product story ---------- */
.journey {
  --journey-progress: 0;
  --journey-x: 28%;
  position: relative;
  min-height: 440vh;
  color: #f6f8f7;
  background:
    radial-gradient(circle at var(--journey-x) 45%, rgba(30, 182, 166, 0.18), transparent 31%),
    linear-gradient(145deg, #071014 0%, #0b151b 48%, #071014 100%);
}

.journey-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 680px;
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(5.5rem, 9vh, 7.5rem) clamp(1.5rem, 5vw, 5rem) clamp(2rem, 5vh, 4rem);
  display: grid;
  grid-template-columns: minmax(340px, 0.78fr) minmax(520px, 1.22fr);
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: center;
  overflow: hidden;
}

.journey-sticky::before {
  content: "";
  position: absolute;
  width: min(70vw, 920px);
  aspect-ratio: 1;
  right: -24%;
  top: 5%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 205, 185, 0.11), rgba(37, 205, 185, 0) 68%);
  pointer-events: none;
}

.journey-copy { position: relative; z-index: 3; }
.journey-copy .marketing-eyebrow { color: #68d9cb; }
.journey-copy h2 {
  margin: 0.8rem 0 1rem;
  font-size: clamp(2.25rem, 4.4vw, 4.5rem);
  line-height: 0.99;
  letter-spacing: -0.045em;
  font-weight: 620;
}
.journey-copy h2 em {
  color: #71e2d4;
  font-family: ui-serif, "New York", Georgia, serif;
  font-weight: 500;
}
.journey-intro {
  max-width: 46ch;
  margin: 0 0 clamp(1.5rem, 3vh, 2.5rem);
  color: #9caab0;
  font-size: 1rem;
  line-height: 1.55;
}

.journey-chapters { display: grid; gap: 0.15rem; }
.journey-chapter {
  position: relative;
  display: grid;
  grid-template-columns: 2.35rem 1fr;
  gap: 0.8rem;
  padding: 0.68rem 0 0.68rem 0.3rem;
  color: #718087;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  opacity: 0.42;
  transform: translateX(0);
  transition: opacity 0.55s ease, color 0.55s ease, transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}
.journey-chapter::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 0;
  height: 1px;
  background: #64ddce;
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.journey-chapter > span {
  color: inherit;
  font: 650 0.72rem/1.5 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.08em;
}
.journey-chapter h3 { margin: 0 0 0.2rem; color: inherit; font-size: 1rem; letter-spacing: -0.01em; }
.journey-chapter p {
  max-height: 0;
  margin: 0;
  overflow: hidden;
  color: #9dabb1;
  font-size: 0.86rem;
  line-height: 1.45;
  opacity: 0;
  transition: max-height 0.55s ease, opacity 0.45s ease;
}
.journey-chapter.is-active {
  color: #f8fbfa;
  opacity: 1;
  transform: translateX(0.45rem);
}
.journey-chapter.is-active::before { width: 4.5rem; }
.journey-chapter.is-active p { max-height: 5rem; opacity: 1; }

.journey-visual {
  position: relative;
  z-index: 2;
  width: 100%;
  height: min(73vh, 760px);
  min-height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: clamp(1.5rem, 3vw, 2.5rem);
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 50% 38%, rgba(39, 201, 182, 0.13), rgba(4, 10, 14, 0.3) 55%, rgba(4, 10, 14, 0.74));
  background-size: 44px 44px, 44px 44px, auto;
  box-shadow: 0 50px 100px -55px rgba(0, 0, 0, 0.85), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  isolation: isolate;
}
.journey-visual::after {
  content: "";
  position: absolute;
  inset: auto 8% 8% 8%;
  height: 18%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  filter: blur(28px);
  transform: perspective(500px) rotateX(70deg);
  pointer-events: none;
  z-index: -1;
}
.journey-canvas { position: absolute; inset: 0; z-index: 1; }
.journey-canvas canvas { display: block; width: 100%; height: 100%; cursor: crosshair; }
.journey-visual.three-active .journey-fallback { display: none; }

.journey-live-status {
  position: absolute;
  z-index: 4;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.7rem;
  min-height: 2.8rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(5, 13, 17, 0.68);
  box-shadow: 0 14px 32px -22px #000;
  backdrop-filter: blur(16px);
  font-size: 0.78rem;
}
.journey-status-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #6de3d4;
  box-shadow: 0 0 0 0 rgba(109, 227, 212, 0.55);
  animation: journey-pulse 1.8s ease-out infinite;
}
.journey-live-status strong { font-weight: 560; letter-spacing: 0.01em; }
.journey-count { color: #8e9ba1; font: 600 0.7rem/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
@keyframes journey-pulse { 65%, 100% { box-shadow: 0 0 0 10px rgba(109, 227, 212, 0); } }

.journey-hint {
  position: absolute;
  z-index: 4;
  right: 1.4rem;
  bottom: 1.1rem;
  margin: 0;
  color: #86949a;
  font-size: 0.72rem;
  letter-spacing: 0.03em;
}
.journey-hint span { display: inline-block; margin-left: 0.25rem; color: #69ded0; animation: journey-down 1.5s ease-in-out infinite; }
@keyframes journey-down { 50% { transform: translateY(4px); } }

/* Lightweight non-WebGL fallback still tells the whole story. */
.journey-fallback {
  position: absolute;
  z-index: 1;
  inset: 12% 7%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.5rem, 2vw, 1.5rem);
}
.fallback-pos,
.fallback-air,
.fallback-phone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 28%;
  max-width: 150px;
  aspect-ratio: 0.72;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 1.3rem;
  background: linear-gradient(145deg, #202a31, #0a1014);
  box-shadow: 0 28px 48px -28px #000;
  text-align: center;
}
.fallback-air { background: linear-gradient(145deg, #f5f7f6, #b8c2c5); color: #071014; }
.fallback-phone { transform: rotate(6deg) translateY(-1rem); }
.fallback-pos span,
.fallback-air span,
.fallback-phone span { color: #68ddcf; font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.12em; }
.fallback-air span { color: #0d737d; font-size: 2.2rem; font-weight: 700; }
.fallback-pos strong,
.fallback-air strong,
.fallback-phone strong { margin-top: 0.4rem; font-size: clamp(0.75rem, 1.3vw, 1rem); }
.fallback-signal { display: flex; gap: 0.4rem; }
.fallback-signal i { width: 0.4rem; height: 0.4rem; border-radius: 50%; background: #67dfd0; box-shadow: 0 0 16px #42bfae; }

/* Pointer tilt is intentionally subtle so the content remains readable. */
.home-v2 .tilt-surface {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(var(--tilt-lift, 0));
  transform-style: preserve-3d;
  will-change: transform;
}
.home-v2 .tilt-surface:hover { --tilt-lift: -5px; }

/* ---------- The real restaurant outcome: freedom from the pickup crowd ---------- */
.freedom-section {
  position: relative;
  overflow: hidden;
  padding: clamp(5rem, 10vw, 9rem) 1.5rem;
  color: #071014;
  background:
    radial-gradient(circle at 82% 18%, rgba(96, 226, 207, 0.2), transparent 29%),
    linear-gradient(180deg, #f7f9f6 0%, #eef3ef 100%);
}
.freedom-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(480px, 1.12fr);
  gap: clamp(2.5rem, 7vw, 6.5rem);
  align-items: center;
}
.freedom-copy h2 {
  max-width: 13ch;
  margin: 0.75rem 0 1.15rem;
  font-size: clamp(2.3rem, 5vw, 4.6rem);
  line-height: 0.99;
  letter-spacing: -0.05em;
  font-weight: 650;
}
.freedom-lede {
  max-width: 54ch;
  color: #536168;
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.65;
}
.freedom-benefits {
  display: grid;
  margin-top: 2rem;
  border-top: 1px solid rgba(7, 16, 20, 0.12);
}
.freedom-benefits article {
  display: grid;
  grid-template-columns: 2.2rem 1fr;
  gap: 0.15rem 0.75rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(7, 16, 20, 0.12);
}
.freedom-benefits article > span {
  grid-row: 1 / 3;
  padding-top: 0.1rem;
  color: #12808c;
  font: 700 0.74rem/1.5 ui-monospace, SFMono-Regular, Menlo, monospace;
}
.freedom-benefits strong { font-size: 1rem; letter-spacing: -0.01em; }
.freedom-benefits p { margin: 0; color: #68767c; font-size: 0.86rem; line-height: 1.45; }
.freedom-honesty {
  margin: 1.2rem 0 0;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(18, 128, 140, 0.18);
  border-radius: 0.9rem;
  color: #536168;
  background: rgba(255, 255, 255, 0.55);
  font-size: 0.79rem;
  line-height: 1.45;
}
.freedom-honesty strong { color: #0c5a63; }

.freedom-media { min-width: 0; }
.experience-film {
  position: relative;
  min-height: 0;
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
  border-radius: clamp(1.5rem, 3vw, 2.5rem);
  color: #fff;
  background: #0a1115;
  box-shadow: 0 42px 85px -48px rgba(4, 14, 18, 0.68);
  isolation: isolate;
}
.experience-film video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.015);
}
.film-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(5, 11, 14, 0.08) 32%, rgba(5, 11, 14, 0.82) 100%),
    linear-gradient(90deg, rgba(5, 11, 14, 0.2), transparent 55%);
}
.film-copy {
  position: absolute;
  z-index: 3;
  left: clamp(1.25rem, 4vw, 2rem);
  right: clamp(1.25rem, 4vw, 2rem);
  bottom: clamp(1.35rem, 4vw, 2rem);
}
.film-copy span,
.media-photo-grid figcaption span {
  display: block;
  margin-bottom: 0.35rem;
  color: #7ce9db;
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.film-copy strong {
  display: block;
  max-width: 12ch;
  font-size: clamp(2rem, 4.3vw, 3.7rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-wrap: balance;
}
.real-ready-toast {
  position: absolute;
  z-index: 4;
  top: 1.1rem;
  right: 1.1rem;
  width: min(300px, calc(100% - 2.2rem));
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem;
  align-items: center;
  padding: 0.8rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 1rem;
  color: #071014;
  background: rgba(250, 252, 251, 0.94);
  box-shadow: 0 24px 55px -28px rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(14px);
  opacity: 0;
  transform: translateY(-12px) scale(0.96);
}
.real-ready-toast > span {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 50%;
  color: #0d737d;
  background: #dff6f1;
  font-weight: 800;
}
.real-ready-toast strong { display: block; font-size: 0.84rem; }
.real-ready-toast small { display: block; margin-top: 0.12rem; color: #69777d; font-size: 0.67rem; }
.experience-film.is-visible .real-ready-toast {
  animation: real-toast-in 0.7s 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes real-toast-in { to { opacity: 1; transform: translateY(0) scale(1); } }

.media-photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
  margin-top: 0.85rem;
}
.media-photo-grid figure {
  position: relative;
  min-height: 190px;
  margin: 0;
  overflow: hidden;
  border-radius: 1.25rem;
  color: #fff;
  background: #0b1418;
}
.media-photo-grid figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(4, 10, 13, 0.82) 100%);
}
.media-photo-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.media-photo-grid figure:hover img { transform: scale(1.035); }
.media-photo-grid figcaption {
  position: absolute;
  z-index: 2;
  left: 1rem;
  right: 1rem;
  bottom: 0.9rem;
}
.media-photo-grid figcaption strong { display: block; font-size: 1rem; line-height: 1.15; letter-spacing: -0.015em; }
.media-credit {
  margin: 0.7rem 0.2rem 0;
  color: #738087;
  font-size: 0.66rem;
  line-height: 1.45;
}
.media-credit a { color: #0d737d; text-underline-offset: 2px; }

.freedom-demo {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: clamp(1.6rem, 3vw, 2.6rem);
  color: #f5f9f8;
  background:
    radial-gradient(circle at 72% 58%, rgba(59, 222, 201, 0.2), transparent 31%),
    linear-gradient(145deg, #071115 0%, #0d1a20 100%);
  box-shadow: 0 45px 90px -55px rgba(4, 14, 18, 0.72);
  isolation: isolate;
}
.freedom-grid {
  position: absolute;
  inset: 0;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
}
.freedom-demo::before {
  content: "";
  position: absolute;
  width: 68%;
  aspect-ratio: 1;
  right: -20%;
  bottom: -20%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(74, 224, 205, 0.18), transparent 69%);
  filter: blur(8px);
}
.pickup-zone,
.table-zone { position: absolute; z-index: 2; text-align: center; }
.pickup-zone { left: 6%; top: 16%; width: 37%; }
.table-zone { right: 5%; top: 44%; width: 42%; }
.zone-label {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: #8da0a7;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.pickup-desk {
  position: relative;
  height: 100px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 1.1rem 1.1rem 0.35rem 0.35rem;
  background: linear-gradient(155deg, #26343b, #111b20);
  box-shadow: 0 24px 35px -25px #000;
  transform: perspective(600px) rotateX(-4deg);
}
.pickup-desk i {
  position: absolute;
  top: 15px;
  width: 46%;
  height: 33px;
  border-radius: 0.45rem;
  background: #071014;
  box-shadow: inset 0 0 0 1px rgba(105, 224, 209, 0.18), 0 0 24px rgba(51, 218, 198, 0.08);
}
.pickup-desk i::after {
  content: "1042  PREPARING";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #69dfd1;
  font: 700 0.5rem/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.04em;
}
.pickup-desk strong { align-self: end; margin-bottom: 15px; color: #75868d; font-size: 0.55rem; letter-spacing: 0.14em; }
.waiting-people {
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0.8rem;
  margin: 0.75rem 0 0.15rem;
}
.waiting-people i,
.family-table b,
.moving-guest b {
  position: relative;
  display: block;
  width: 20px;
  height: 35px;
  border-radius: 999px 999px 7px 7px;
  background: linear-gradient(#5a6a70, #2b383e);
  box-shadow: 0 10px 20px -12px #000;
}
.waiting-people i::before,
.family-table b::before,
.moving-guest i {
  content: "";
  position: absolute;
  left: 50%;
  top: -17px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #9fb0b6;
  transform: translateX(-50%);
}
.waiting-people i:nth-child(2) { height: 43px; background: linear-gradient(#a2aeb2, #59676c); }
.waiting-people i:nth-child(3) { height: 31px; }
.pickup-zone small,
.table-zone small { color: #73848b; font-size: 0.68rem; }

.freedom-route {
  position: absolute;
  z-index: 1;
  left: 38%;
  top: 50%;
  width: 31%;
  height: 24%;
  transform: rotate(16deg);
}
.freedom-route::before {
  content: "";
  position: absolute;
  inset: 48% 0 auto;
  border-top: 1px dashed rgba(101, 224, 209, 0.35);
}
.freedom-route i {
  position: absolute;
  top: calc(48% - 3px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #67e0d1;
  box-shadow: 0 0 14px rgba(103, 224, 209, 0.72);
  opacity: 0.22;
}
.freedom-route i:nth-child(1) { left: 5%; }
.freedom-route i:nth-child(2) { left: 26%; }
.freedom-route i:nth-child(3) { left: 47%; }
.freedom-route i:nth-child(4) { left: 68%; }
.freedom-route i:nth-child(5) { left: 89%; }

.family-table {
  position: relative;
  width: 170px;
  height: 112px;
  margin: 0.8rem auto 0.3rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: linear-gradient(155deg, #53666b, #1b2a30);
  box-shadow: 0 28px 42px -25px #000, inset 0 1px rgba(255, 255, 255, 0.11);
  transform: perspective(500px) rotateX(54deg);
}
.family-table i {
  position: absolute;
  inset: 28% 30%;
  border-radius: 50%;
  border: 1px solid rgba(105, 224, 209, 0.35);
  box-shadow: inset 0 0 22px rgba(105, 224, 209, 0.08);
}
.family-table b { position: absolute; transform: rotateX(-54deg); background: linear-gradient(#51b8ae, #236a69); }
.family-table b:nth-of-type(1) { left: -14px; top: 42px; }
.family-table b:nth-of-type(2) { left: 76px; top: -32px; background: linear-gradient(#be956e, #6c5140); }
.family-table b:nth-of-type(3) { right: -14px; top: 42px; background: linear-gradient(#7188b2, #394867); }
.family-table b::before { background: #bdd0cc; }

.moving-guest {
  position: absolute;
  z-index: 5;
  left: 28%;
  top: 57%;
  width: 24px;
  height: 44px;
  opacity: 0;
  filter: drop-shadow(0 12px 10px rgba(0, 0, 0, 0.5));
}
.moving-guest b { width: 24px; height: 44px; background: linear-gradient(#68ddd0, #167982); }
.moving-guest i { z-index: 2; top: -18px; background: #d2e2de; }

.ready-toast {
  position: absolute;
  z-index: 7;
  right: 5%;
  bottom: 7%;
  width: min(310px, 56%);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem;
  align-items: center;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 1rem;
  color: #071014;
  background: rgba(249, 252, 251, 0.96);
  box-shadow: 0 24px 55px -24px #000;
  opacity: 0;
  transform: translateY(18px) scale(0.94);
}
.ready-toast > span {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 50%;
  color: #0d737d;
  background: #dff6f1;
  font-weight: 800;
}
.ready-toast strong { display: block; font-size: 0.84rem; }
.ready-toast small { display: block; margin-top: 0.15rem; color: #69777d; font-size: 0.68rem; }
.freedom-state {
  position: absolute;
  z-index: 6;
  left: 6%;
  bottom: 7%;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  color: #95a7ad;
  background: rgba(5, 13, 17, 0.72);
  font-size: 0.7rem;
  opacity: 0;
}
.freedom-state i { width: 7px; height: 7px; border-radius: 50%; background: #68dfd1; box-shadow: 0 0 12px #54ccbe; }

.freedom-demo.is-visible .moving-guest { animation: freedom-walk 2s 0.7s cubic-bezier(0.45, 0, 0.2, 1) forwards; }
.freedom-demo.is-visible .waiting-people i:nth-child(2) { animation: freedom-leave 0.45s 0.72s ease forwards; }
.freedom-demo.is-visible .ready-toast { animation: freedom-toast 0.7s 3s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
.freedom-demo.is-visible .freedom-state { animation: freedom-toast 0.6s 2.65s ease forwards; }
.freedom-demo.is-visible .freedom-route i { animation: route-signal 1s calc(0.85s + var(--route-delay, 0s)) ease both; }
.freedom-demo.is-visible .freedom-route i:nth-child(2) { --route-delay: 0.16s; }
.freedom-demo.is-visible .freedom-route i:nth-child(3) { --route-delay: 0.32s; }
.freedom-demo.is-visible .freedom-route i:nth-child(4) { --route-delay: 0.48s; }
.freedom-demo.is-visible .freedom-route i:nth-child(5) { --route-delay: 0.64s; }
@keyframes freedom-walk {
  0% { left: 28%; top: 57%; opacity: 0; transform: translateY(8px) scale(0.9); }
  12% { opacity: 1; }
  55% { transform: translateY(-9px) scale(1) rotate(3deg); }
  100% { left: 72%; top: 56%; opacity: 0; transform: translateY(0) scale(0.86); }
}
@keyframes freedom-leave { to { opacity: 0.18; transform: translateX(28px) scale(0.86); } }
@keyframes freedom-toast { to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes route-signal { 0% { opacity: 0.18; transform: scale(0.6); } 55% { opacity: 1; transform: scale(1.65); } 100% { opacity: 0.38; transform: scale(1); } }

/* ---------- Layered 3D hero scene (CSS fallback) ---------- */
.home-v2 .hero-product-stage { perspective: 1100px; perspective-origin: 55% 45%; }
.home-v2 .scene3d {
  position: relative;
  width: 100%;
  max-width: 480px;
  aspect-ratio: 560 / 520;
  transform-style: preserve-3d;
  transition: transform 0.18s ease-out;
  will-change: transform;
}
.home-v2 .scene-layer,
.home-v2 .scene-glow { position: absolute; inset: 0; width: 100%; height: 100%; }
.home-v2 .scene-layer { object-fit: contain; }
.home-v2 .scene-glow {
  background: radial-gradient(42% 38% at 52% 42%, rgba(39, 201, 182, 0.5), rgba(39, 201, 182, 0) 70%);
  transform: translateZ(-90px) scale(1.35);
  filter: blur(8px);
}
.home-v2 .layer-device { transform: translateZ(0); }
.home-v2 .layer-ripple { transform: translateZ(50px); }
.home-v2 .layer-phone { transform: translateZ(100px); animation: air-float 5.5s ease-in-out infinite; }
@keyframes air-float {
  0%, 100% { transform: translateZ(100px) translateY(0); }
  50% { transform: translateZ(100px) translateY(-12px); }
}
@media (prefers-reduced-motion: reduce) {
  .home-v2 .layer-phone { animation: none; }
  .home-v2 .scene3d { transition: none; }
}

/* Showcase device keeps its scroll-driven tilt */
.device-showcase .ds-stage { perspective: 1400px; }
.device-showcase .ds-stage .device-art { transform-style: preserve-3d; will-change: transform; }

/* sticky-header scrolled state (subtle) */
.home-v2 .marketing-header.is-scrolled { box-shadow: 0 8px 30px -18px rgba(10, 15, 20, 0.4); }

/* ---------- Split sections + POS rail ---------- */
.home-v2 .split-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(3.5rem, 7vw, 6rem) 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.home-v2 .split-section h2 { font-size: clamp(1.9rem, 4vw, 3rem); letter-spacing: -0.03em; line-height: 1.08; }
.home-v2 .split-section > div > p { color: var(--ink-soft); font-size: 1.05rem; line-height: 1.6; }
.home-v2 .logo-rail { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.home-v2 .logo-chip {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.5rem 1rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 620;
  letter-spacing: -0.01em;
  color: var(--ink);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.home-v2 .logo-chip:hover { transform: translateY(-4px); box-shadow: 0 20px 40px -26px rgba(10, 15, 20, 0.35); }
.home-v2 .logo-chip small { display: block; margin-top: 0.4rem; font-size: 0.76rem; font-weight: 500; color: var(--teal); text-transform: uppercase; letter-spacing: 0.08em; }

@media (max-width: 880px) {
  .home-v2 .marketing-hero { grid-template-columns: 1fr; }
  .home-v2 .hero-product-stage { min-height: 0; order: -1; }
  .device-showcase .ds-specs { grid-template-columns: repeat(2, 1fr); }
  .home-v2 .mega-grid { grid-template-columns: 1fr; }
  .home-v2 .mega-column-grid { grid-template-columns: 1fr; }
  .home-v2 .split-section { grid-template-columns: 1fr; }
  .home-v2 .logo-rail { grid-template-columns: 1fr; }
}

@media (max-width: 980px) {
  .journey-sticky {
    grid-template-columns: minmax(280px, 0.85fr) minmax(430px, 1.15fr);
    gap: 1.6rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .journey-copy h2 { font-size: clamp(2.1rem, 5vw, 3.4rem); }
  .journey-intro { font-size: 0.9rem; }
  .journey-chapter { padding-block: 0.65rem; }
  .journey-visual { min-height: 470px; }
  .freedom-inner { grid-template-columns: 1fr; }
  .freedom-copy h2 { max-width: 16ch; }
  .freedom-demo { min-height: 560px; }
  .experience-film { min-height: 0; }
}

@media (max-width: 760px) {
  .journey { min-height: 420svh; }
  .journey-sticky {
    min-height: 100svh;
    height: 100svh;
    padding: 5rem 0.8rem 0.75rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    gap: 0.8rem;
    align-items: stretch;
  }
  .journey-copy { position: static; padding: 0 0.45rem; }
  .journey-copy .marketing-eyebrow { margin-bottom: 0.3rem; }
  .journey-copy h2 { margin: 0; font-size: clamp(1.9rem, 9vw, 2.75rem); line-height: 1; }
  .journey-intro { display: none; }
  .journey-visual { min-height: 0; height: auto; border-radius: 1.4rem; }
  .journey-chapters {
    position: absolute;
    z-index: 8;
    left: 1.45rem;
    right: 1.45rem;
    bottom: 2.15rem;
    pointer-events: none;
  }
  .journey-chapter {
    display: none;
    grid-template-columns: 2rem 1fr;
    padding: 0.85rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1rem;
    background: rgba(5, 13, 17, 0.78);
    backdrop-filter: blur(16px);
    transform: translateY(10px);
  }
  .journey-chapter.is-active { display: grid; transform: translateY(0); }
  .journey-chapter::before { display: none; }
  .journey-chapter.is-active p { max-height: 4rem; }
  .journey-live-status { top: 0.65rem; left: 0.65rem; right: 0.65rem; }
  .journey-hint { display: none; }
  .freedom-section { padding-inline: 0.8rem; }
  .freedom-inner { gap: 2.2rem; }
  .freedom-copy { padding-inline: 0.55rem; }
  .freedom-copy h2 { font-size: clamp(2.15rem, 11vw, 3.2rem); }
  .freedom-demo { min-height: 540px; border-radius: 1.4rem; }
  .pickup-zone { left: 4%; width: 41%; }
  .table-zone { right: 2%; width: 48%; }
  .family-table { width: 145px; height: 98px; }
  .family-table b:nth-of-type(2) { left: 63px; }
  .ready-toast { right: 4%; bottom: 5%; width: 66%; }
  .freedom-state { left: 4%; bottom: 5%; max-width: 27%; border-radius: 0.8rem; }
  .experience-film { min-height: 0; border-radius: 1.35rem; }
  .media-photo-grid figure { min-height: 175px; }
}

@media (max-width: 520px) {
  .media-photo-grid { grid-template-columns: 1fr; }
  .media-photo-grid figure { min-height: 230px; }
}

@media (prefers-reduced-motion: reduce) {
  .journey {
    min-height: auto;
    padding: 5rem 1rem;
  }
  .journey-sticky {
    position: relative;
    height: auto;
    min-height: 0;
    padding: 0;
  }
  .journey-chapter { opacity: 1; color: #f8fbfa; transform: none; }
  .journey-chapter p { max-height: none; opacity: 1; }
  .journey-status-dot,
  .journey-hint span { animation: none; }
  .home-v2 .tilt-surface { transform: none; }
  .freedom-demo .moving-guest,
  .freedom-demo .waiting-people i,
  .freedom-demo .ready-toast,
  .freedom-demo .freedom-state,
  .freedom-demo .freedom-route i { animation: none !important; }
  .freedom-demo .ready-toast,
  .freedom-demo .freedom-state { opacity: 1; transform: none; }
  .real-ready-toast { opacity: 1; transform: none; animation: none !important; }
}

/* ---------- Experience hero (people first, hardware nowhere) ---------- */
.home-v2 .hero-experience {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  min-height: clamp(360px, 46vw, 520px);
  box-shadow: 0 40px 80px -40px rgba(10, 15, 20, 0.55);
}
.home-v2 .hero-film {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-v2 .hero-film-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 16, 20, 0.05) 30%, rgba(7, 16, 20, 0.55) 100%);
}
.home-v2 .hero-chip {
  position: absolute;
  z-index: 3;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.65rem;
  align-items: center;
  padding: 0.72rem 0.9rem;
  border-radius: 1rem;
  background: rgba(250, 252, 251, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #071014;
  box-shadow: 0 18px 40px -18px rgba(7, 16, 20, 0.45);
  max-width: min(290px, calc(100% - 2rem));
  animation: chip-float 6s ease-in-out infinite;
}
.home-v2 .hero-chip strong { display: block; font-size: 0.86rem; }
.home-v2 .hero-chip small { display: block; margin-top: 0.1rem; color: #69777d; font-size: 0.7rem; }
.home-v2 .hero-chip .hc-icon {
  width: 30px; height: 30px; border-radius: 50%;
  display: grid; place-items: center;
  background: #e1f5ee; color: #0f6e56; font-size: 0.95rem; font-weight: 700;
}
.home-v2 .hero-chip .hc-icon.ready { background: #fff1dc; color: #9a6108; }
.home-v2 .hero-chip .hc-icon.offer { background: #e8ecfd; color: #3c4bb4; }
.home-v2 .chip-receipt { top: 1.1rem; right: 1.1rem; animation-delay: 0s; }
.home-v2 .chip-ready { bottom: 4.6rem; left: 1.1rem; animation-delay: 1.6s; }
.home-v2 .chip-offer { bottom: 1.1rem; right: 1.4rem; animation-delay: 3.1s; }
@keyframes chip-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}
@media (prefers-reduced-motion: reduce) { .home-v2 .hero-chip { animation: none; } }

/* ---------- Moments across businesses ---------- */
.moments-section {
  background: var(--paper, #fbfbf8);
  padding: clamp(3.5rem, 7vw, 6rem) 1.5rem;
}
.moments-section .section-heading { max-width: 1140px; margin: 0 auto clamp(1.6rem, 4vw, 2.6rem); }
.moments-grid {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.9rem, 2vw, 1.4rem);
}
.moment-card {
  position: relative;
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow: 0 30px 60px -35px rgba(10, 15, 20, 0.5);
}
.moment-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.moment-card:hover img { transform: scale(1.045); }
.moment-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,16,20,0.02) 35%, rgba(7,16,20,0.66) 100%); }
.moment-chip {
  position: absolute; top: 1rem; left: 1rem; z-index: 2;
  display: grid; grid-template-columns: auto 1fr; gap: 0.55rem; align-items: center;
  padding: 0.6rem 0.8rem; border-radius: 0.9rem;
  background: rgba(250, 252, 251, 0.95); border: 1px solid rgba(255,255,255,0.7);
  color: #071014; max-width: calc(100% - 2rem);
  animation: chip-float 6.5s ease-in-out infinite;
}
.moment-card:nth-child(2) .moment-chip { animation-delay: 1.4s; }
.moment-card:nth-child(3) .moment-chip { animation-delay: 2.8s; }
.moment-chip span { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; background: #e1f5ee; color: #0f6e56; font-size: 0.85rem; font-weight: 700; }
.moment-chip strong { display: block; font-size: 0.8rem; }
.moment-chip small { display: block; color: #69777d; font-size: 0.66rem; }
.moment-card figcaption { position: absolute; left: 1.1rem; right: 1.1rem; bottom: 1rem; z-index: 2; color: #fff; }
.moment-card figcaption span { display: block; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #9fe3d6; margin-bottom: 0.25rem; }
.moment-card figcaption strong { font-size: clamp(1rem, 1.6vw, 1.25rem); letter-spacing: -0.01em; }
@media (max-width: 820px) { .moments-grid { grid-template-columns: 1fr; } .moment-card { aspect-ratio: 16 / 10; } }

/* ---------- Device teaser band ---------- */
.device-teaser {
  background: radial-gradient(120% 120% at 85% 20%, #143038 0%, #0a0f14 60%);
  color: #eef4f3;
  padding: clamp(3rem, 6vw, 4.5rem) 1.5rem;
}
.device-teaser .dt-copy { max-width: 720px; margin: 0 auto; text-align: center; }
.device-teaser h2 { font-size: clamp(1.7rem, 3.6vw, 2.6rem); letter-spacing: -0.02em; margin: 0.4rem 0 0.8rem; }
.device-teaser p { color: #a9c3bf; font-size: 1.02rem; line-height: 1.6; margin: 0 0 1.4rem; }
.hardware-tier-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:0.9rem; margin:1.6rem 0 1.8rem; text-align:left; }
.hardware-tier-grid article { padding:1rem; border:1px solid rgba(255,255,255,0.12); border-radius:18px; background:rgba(255,255,255,0.055); }
.hardware-tier-grid span { display:inline-flex; margin-bottom:0.55rem; padding:0.25rem 0.55rem; border-radius:999px; color:#09282b; background:var(--lime, #d8f45f); font-size:0.68rem; font-weight:850; letter-spacing:0.11em; text-transform:uppercase; }
.hardware-tier-grid strong,.hardware-tier-grid small { display:block; }
.hardware-tier-grid strong { color:#fff; font-size:0.98rem; }
.hardware-tier-grid small { margin-top:0.4rem; color:#9cb9b5; font-size:0.82rem; line-height:1.45; }

/* ---------- Company story: helping · managing · growing ---------- */
.story-section {
  background: var(--paper-2, #f1f2ee);
  padding: clamp(3.5rem, 8vw, 7rem) 1.5rem;
}
.story-section .section-heading { max-width: 1140px; margin: 0 auto clamp(2rem, 5vw, 3.4rem); }
.story-rows { max-width: 1140px; margin: 0 auto; display: grid; gap: clamp(2.2rem, 5vw, 4rem); }
.story-row {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1.6rem, 4vw, 3.4rem);
  align-items: center;
}
.story-row.reverse .story-media { order: 2; }
.story-media {
  position: relative;
  margin: 0;
  border-radius: 26px;
  overflow: hidden;
  aspect-ratio: 16 / 11;
  box-shadow: 0 34px 70px -40px rgba(10, 15, 20, 0.55);
}
.story-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.story-row:hover .story-media img { transform: scale(1.04); }
.story-media .moment-chip { top: auto; bottom: 1rem; left: 1rem; }
.story-copy h3 { font-size: clamp(1.5rem, 3vw, 2.2rem); letter-spacing: -0.025em; line-height: 1.12; margin: 0.5rem 0 0.9rem; }
.story-copy > p { color: var(--ink-soft, #5b6770); font-size: 1.04rem; line-height: 1.65; margin: 0 0 1.1rem; }
.story-points { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.5rem; }
.story-points li { position: relative; padding-left: 1.6rem; font-size: 0.97rem; color: var(--ink, #0a0f14); font-weight: 550; }
.story-points li::before {
  content: "✓";
  position: absolute; left: 0; top: 0;
  color: var(--teal, #12808c); font-weight: 800;
}
.tap-beats {
  max-width: 1140px;
  margin: clamp(2.6rem, 6vw, 4rem) auto 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(10, 15, 20, 0.1);
  border: 1px solid rgba(10, 15, 20, 0.1);
  border-radius: 18px;
  overflow: hidden;
}
.tap-beats li { background: #fff; padding: 1.25rem 1.15rem; font-size: 0.94rem; line-height: 1.45; color: var(--ink, #0a0f14); }
.tap-beats li span { display: block; color: var(--teal, #12808c); font-weight: 800; font-size: 0.78rem; letter-spacing: 0.12em; margin-bottom: 0.4rem; }
@media (max-width: 900px) {
  .story-row, .story-row.reverse { grid-template-columns: 1fr; }
  .story-row.reverse .story-media { order: 0; }
  .tap-beats { grid-template-columns: 1fr 1fr; }
  .hardware-tier-grid { grid-template-columns:1fr; }
}

/* ---------- Booking / returns section ---------- */
.booking-section { background: var(--paper, #fbfbf8); padding: clamp(3.5rem, 8vw, 7rem) 1.5rem; }
.booking-inner { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.booking-copy h2 { font-size: clamp(1.9rem, 4vw, 3rem); letter-spacing: -0.03em; line-height: 1.08; margin: 0.5rem 0 1rem; }
.booking-lede { color: var(--ink-soft, #5b6770); font-size: clamp(1rem, 1.5vw, 1.18rem); line-height: 1.6; max-width: 42ch; margin: 0 0 1.8rem; }
.booking-points { display: grid; gap: 1.1rem; }
.booking-points article { display: grid; grid-template-columns: 42px 1fr; gap: 0.15rem 0.9rem; align-items: start; }
.booking-points .bp-ico { grid-row: span 2; width: 42px; height: 42px; border-radius: 12px; background: #e1f5ee; color: #0f6e56; display: grid; place-items: center; font-size: 1.2rem; }
.booking-points strong { font-size: 1.02rem; letter-spacing: -0.01em; }
.booking-points p { grid-column: 2; margin: 0.1rem 0 0; color: var(--ink-soft, #5b6770); font-size: 0.92rem; line-height: 1.5; }
.booking-visual { position: relative; }
.booking-photo { position: relative; margin: 0; border-radius: 26px; overflow: hidden; aspect-ratio: 4 / 5; box-shadow: 0 34px 70px -40px rgba(10, 15, 20, 0.55); }
.booking-photo img { width: 100%; height: 100%; object-fit: cover; }
.booking-card { position: absolute; right: -0.75rem; bottom: 1.6rem; width: min(300px, 84%); background: rgba(255, 255, 255, 0.97); border: 1px solid rgba(255, 255, 255, 0.7); border-radius: 18px; padding: 16px; box-shadow: 0 24px 50px -20px rgba(7, 16, 20, 0.5); }
.bc-title { margin: 0 0 12px; font-size: 0.95rem; font-weight: 700; color: #0a0f14; }
.bc-dates { display: flex; gap: 6px; margin-bottom: 12px; }
.bc-date { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 1px; padding: 7px 0; border: 1px solid rgba(10, 15, 20, 0.14); border-radius: 11px; background: #fff; }
.bc-date small { font-size: 10px; text-transform: uppercase; color: #8b9498; letter-spacing: 0.04em; }
.bc-date strong { font-size: 15px; color: #0a0f14; }
.bc-date.active { background: #0a0f14; border-color: #0a0f14; }
.bc-date.active small, .bc-date.active strong { color: #fff; }
.bc-times { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-bottom: 12px; }
.bc-time { text-align: center; padding: 8px 4px; border: 1px solid rgba(10, 15, 20, 0.14); border-radius: 9px; background: #fff; font-size: 11.5px; font-weight: 600; color: #0a0f14; }
.bc-time.selected { background: #167d89; border-color: #167d89; color: #fff; }
.bc-confirm { display: flex; align-items: center; gap: 6px; padding: 9px 10px; border-radius: 10px; background: #e7f7ef; color: #0f6e56; font-size: 11.5px; font-weight: 600; line-height: 1.3; }
.bc-confirm span { flex: 0 0 auto; width: 18px; height: 18px; border-radius: 50%; background: #0f6e56; color: #fff; display: grid; place-items: center; font-size: 10px; }
@media (max-width: 860px) {
  .booking-inner { grid-template-columns: 1fr; }
  .booking-photo { aspect-ratio: 16 / 11; }
  .booking-card { position: relative; right: auto; bottom: auto; width: min(320px, 88%); margin: -3rem auto 0; }
}
