:root {
  --plum: #92278f;
  --plum-panel: #5b155e;
  --plum-deep: #2c0e30;
  --ink: #1d1d1d;
  --gray-card: #f8f8f8;
  --r-pill: 40px;
  --r-card: 30px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
body {
  font-family: "Inter", sans-serif;
  color: var(--ink);
  background: #fff;
  overflow-x: hidden;
}
em {
  font-family: "DM Serif Text", serif;
  font-style: italic;
  font-weight: 400;
}
section {
  position: relative;
  z-index: 2;
}
.wrap {
  width: min(1540px, calc(100% - 2 * clamp(20px, 4.9vw, 190px)));
  margin: 0 auto;
}
#bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  background: #fff;
}
#webgl {
  position: fixed;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  transform: translateZ(0);
  will-change: transform;
}
#loader {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: #fff;
  display: grid;
  place-items: center;
  transition: opacity 0.7s ease;
}
#loader.done {
  opacity: 0;
  pointer-events: none;
}
#loader .mark {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
#loader .mark em {
  color: var(--plum);
}
#loader .bar {
  width: 180px;
  height: 2px;
  background: rgba(29, 29, 29, 0.12);
  margin-top: 18px;
  border-radius: 2px;
  overflow: hidden;
}
#loader .bar i {
  display: block;
  height: 100%;
  width: 0%;
  background: var(--plum);
  transition: width 0.3s ease;
}
.eyebrow {
  font-size: clamp(15px, 1.05vw, 20px);
  font-weight: 500;
  color: #74a534 !important;
  margin-bottom: 18px;
}
h1 {
  font-size: clamp(42px, 3.55vw, 68px);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.01em;
  margin-bottom: 26px;
  max-width: 945px;
}
h2 {
  font-size: clamp(30px, 2.5vw, 48px);
  font-weight: 600;
  line-height: 1.24;
  letter-spacing: -0.01em;
  margin-bottom: 22px;
  max-width: 845px;
}
.lede {
  font-size: clamp(16px, 1.15vw, 22px);
  line-height: 1.6;
  color: rgba(29, 29, 29, 0.68);
  margin-bottom: 40px;
  max-width: 62ch;
}
.pill {
  display: inline-block;
  font-size: clamp(17px, 1.15vw, 22px);
  font-weight: 500;
  color: #fff;
  background: var(--plum);
  border: none;
  border-radius: var(--r-pill);
  padding: 19px 50px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}
.pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(146, 39, 143, 0.4);
}
.reveal {
  opacity: 0;
  transform: translateY(36px);
}
#s1 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 96px;
  flex-direction: column;
}
@media (min-width: 1081px) {
  #s1 {
    height: 100vh;
    padding-bottom: clamp(120px, 18vh, 190px);
  }
}
#s1 .wrap {
  display: grid;
  grid-template-columns: minmax(0, 945fr) minmax(0, 595fr);
  gap: 48px;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  width: min(1540px, calc(100% - 2 * clamp(20px, 4.9vw, 190px)));
}
#s1 .partners .container {
  width: 100%;
}
#s1 .partners {
  position: absolute;
  left: 0;
  right: 0;
  bottom: clamp(10px, 2.5vh, 28px);
  z-index: 2;
  padding: 0 clamp(20px, 4.9vw, 190px);
}
#s1 .partners-row {
  margin-top: clamp(16px, 2.6vh, 34px);
}
#s1 .partners-row img {
  height: clamp(28px, 4.4vh, 56px);
}
@media (max-width: 1080px) {
  #s1 {
    padding-bottom: 0 !important;
  }
  #s1 .partners {
    position: relative;
    inset: auto;
    padding: 30px 20px 10px;
  }
  #s1 .partners-row {
    gap: 20px;
    justify-content: center;
  }
}
#s1 .glow {
  position: absolute;
  top: 8%;
  right: -6%;
  width: 46vw;
  height: 46vw;
  max-width: 820px;
  max-height: 820px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(146, 39, 143, 0.1), transparent 65%);
  pointer-events: none;
}
#s1 .wave {
  position: absolute;
  left: -2.1%;
  bottom: 0;
  width: 121.7%;
  transform: translateY(46%);
  pointer-events: none;
  z-index: 0;
}
#s1 .wave svg {
  display: block;
  width: 100%;
  height: auto;
}
#s1 .wrap {
  position: relative;
  z-index: 1;
}
#s1 .scroll-hint {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(29, 29, 29, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
#s1 .scroll-hint::after {
  content: "";
  width: 1px;
  height: 32px;
  background: linear-gradient(to bottom, var(--plum), transparent);
  animation: drip 1.8s ease-in-out infinite;
}
@keyframes drip {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  45% {
    transform: scaleY(1);
    transform-origin: top;
  }
  55% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
#partners {
  padding: 44px 0 72px;
}
#partners .label {
  display: flex;
  align-items: center;
  gap: 28px;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  color: rgba(29, 29, 29, 0.55);
  margin-bottom: 44px;
}
#partners .label::before,
#partners .label::after {
  content: "";
  flex: 0 0 clamp(60px, 10vw, 157px);
  height: 1.5px;
  background: rgba(29, 29, 29, 0.18);
}
#partners .logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
#partners .logos i {
  display: block;
  width: clamp(90px, 8vw, 152px);
  height: clamp(38px, 3.6vw, 68px);
  border-radius: 10px;
  background: rgba(29, 29, 29, 0.08);
}
#s2 {
  min-height: 110vh;
  display: flex;
  align-items: center;
  padding: 90px 0;
  overflow: hidden;
}
#s2 .blob {
  position: absolute;
  left: clamp(-260px, -11vw, -120px);
  top: 50%;
  transform: translateY(-50%);
  width: min(52vw, 989px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(
    circle at 38% 32%,
    #8cc543 0%,
    #83bd38 55%,
    #78b32d 100%
  );
}
#s2 .blob::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  opacity: 0.35;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.5) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1px, transparent 1px);
  background-size: 20px 20px;
}
#s2 .wrap {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 620fr) minmax(0, 900fr);
  gap: clamp(32px, 4vw, 80px);
  align-items: center;
}
#s2 h2 {
  max-width: 845px;
  color: #1d1d1d;
}
#s2 .card {
  background: #eeeeee;
  border-radius: 30px;
  backdrop-filter: blur(13px);
  box-shadow: 0 10px 30px rgba(29, 29, 29, 0.05);
  padding: 2rem 2rem;
  margin-bottom: 20px;
}
#s2 .card h3 {
  font-size: clamp(20px, 1.9vw, 36px);
  font-weight: 600;
  color: #1d1d1d;
  margin-bottom: 10px;
}
#s2 .card p {
  font-size: clamp(15px, 1.25vw, 24px);
  line-height: 1.55;
  color: #333;
}

/* --- Section 3 Base (Desktop) --- */
#s3 {
  min-height: 120vh;
  padding: 120px 0 140px;
  display: flex;
  align-items: center;
}
#s3 .rings {
  position: absolute;
  left: 55.3%;
  top: 52%;
  transform: translate(-50%, -50%);
  width: min(61vw, 1180px);
  aspect-ratio: 1;
  pointer-events: none;
}
#s3 .rings svg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: visible;
  will-change: transform, opacity;
  transform-origin: center center;
  opacity: 0;
  transform: scale(0);
}
#s3 .rings svg:nth-child(1) {
  inset: 8%;
  width: 84%;
  height: 84%;
}
#s3 .rings svg:nth-child(2) {
  inset: 16.7%;
  width: 66.6%;
  height: 66.6%;
}
#s3 .rings svg:nth-child(3) {
  inset: 25.5%;
  width: 49%;
  height: 49%;
}

@keyframes ringEnter {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0.4;
  }
}
@keyframes ringPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.4;
  }
  50% {
    transform: scale(1.12);
    opacity: 1;
  }
}
#s3 .rings.active_pulse svg:nth-child(3) {
  animation: ringEnter 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards,
    ringPulse 2.4s ease-in-out 0.6s infinite;
}
#s3 .rings.active_pulse svg:nth-child(2) {
  animation: ringEnter 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.3s forwards,
    ringPulse 2.4s ease-in-out 1.2s infinite;
}
#s3 .rings.active_pulse svg:nth-child(1) {
  animation: ringEnter 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.6s forwards,
    ringPulse 2.4s ease-in-out 1.8s infinite;
}
#s3 .copy {
  position: relative;
  max-width: 531px;
  height: 60dvh;
  left: 3.8%;
}
#s3 h2 {
  font-size: clamp(36px, 2.9vw, 56px);
}
#s3 .copy .reveal,
#s3 .icard {
  visibility: hidden;
  opacity: 0;
}
#s3 .lede {
  font-size: clamp(17px, 1.25vw, 24px);
  margin-bottom: 0;
}
.icard {
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(4.8px);
  backdrop-filter: blur(4.8px);
  border: 1px solid #92278f;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(60, 17, 64, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.6);
  padding: clamp(20px, 1.9vw, 37px);
  z-index: 4;
}
.icard .icard-img img {
  width: clamp(40px, 3.2vw, 61px);
  height: clamp(40px, 3.2vw, 61px);
  margin-bottom: 18px;
  stroke: var(--plum);
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.icard p {
  font-size: clamp(15px, 1.15vw, 22px);
  line-height: 1.65;
  color: rgba(29, 29, 29, 0.85);
}
#ic1 {
  left: 13%;
  bottom: 30%;
  width: min(585px, 34vw);
}
#ic2 {
  right: clamp(16px, 5vw, 120px);
  top: 16%;
  width: min(450px, 26vw);
}
#ic3 {
  right: clamp(16px, 8vw, 180px);
  bottom: 20%;
  width: min(444px, 26vw);
}

/* --- Section 4 Base --- */
#s4 {
  min-height: 150vh;
  padding: 140px 0;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
  overflow: visible;
}
.video-texture {
  position: fixed;
  top: -9999px;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.hero-bg-canvas {
  position: absolute;
  top: 0;
  left: -5%;
  width: calc(100% + 20%);
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.6;
  transform: rotate(15deg);
}
.hero-bg-canvas canvas {
  display: block;
  width: 100%;
  height: 100%;
}
#s4.sticky-layout-section {
  position: relative;
  min-height: 150vh;
  color: #fff;
  background: url(../images/sticky_bg.png) center/cover no-repeat fixed;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}
#s4.sticky-layout-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(8, 3, 10, 0.72) 0%,
    rgba(8, 3, 10, 0.35) 45%,
    rgba(8, 3, 10, 0.55) 100%
  );
  pointer-events: none;
}
.s4-content-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(32px, 4vw, 80px);
}
.kiosk-container {
  flex: 0 0 45%;
  position: sticky;
  top: 25vh;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cards-container {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 10;
  padding-top: 16vh;
}
.reveal {
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
#s4 h2.reveal {
  position: sticky !important;
  top: 25vh;
  z-index: 50;
  margin-top: 0;
  padding-bottom: 20px;
  font-size: clamp(32px, 2.5vw, 48px);
}
.glass {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 20px;
  padding: clamp(24px, 2.1vw, 40px);
  margin-bottom: 24px;
  z-index: 10;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.glass h3 {
  font-size: clamp(19px, 1.55vw, 30px);
  font-weight: 600;
  margin-bottom: 12px;
}
.glass p {
  font-size: clamp(15px, 1.15vw, 22px);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}

#s5 {
  min-height: 120vh;
  display: flex;
  align-items: center;
  padding: 140px 0;
}
#s5 .wrap {
  display: grid;
  grid-template-columns: minmax(0, 950fr) minmax(0, 560fr);
  gap: 48px;
  align-items: center;
}
#s5 h2 {
  max-width: 740px;
  margin-bottom: 24px;
}
#s5 .lede {
  max-width: 950px;
  margin-bottom: 40px;
}
#s5 .stats {
  display: grid;
  grid-template-columns: 375fr 555fr;
  gap: 20px;
  max-width: 950px;
  margin-bottom: 40px;
  width: 100%;
}
#s5 .stat {
  background: var(--gray-card);
  border-radius: var(--r-card);
  padding: clamp(24px, 2.2vw, 42px) clamp(26px, 2.4vw, 46px);
  display: flex;
  align-items: center;
}
#s5 .stat.wide {
  grid-column: 1/-1;
}
#s5 .stat b {
  display: block;
  font-size: clamp(30px, 2.3vw, 44px);
  font-weight: 600;
  color: var(--plum);
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
#s5 .stat span {
  font-size: clamp(14px, 1vw, 19px);
  line-height: 1.5;
  color: #000;
  font-weight: 400;
}
#s5 .pill {
  margin-top: 40px;
}
#s5 .module-target {
  width: 100%;
  height: 70vh;
  min-height: 500px;
  position: relative;
  display: block;
}

#s2 .wrap .kiosk_bg {
  width: 45%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(-50%, -50%);
}
#s2 .wrap .kiosk_bg img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.restaurants_need_video {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.restaurants_need_video video {
  width: 100%;
  height: auto;
  max-height: 100vh;
  object-fit: cover;
  display: block;
  pointer-events: none;
}
.restaurants_need .restaurants_need_video_wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  height: 100vh;
}
.restaurants_need {
  position: relative;
  overflow: visible;
  height: 115dvh;
}
.restaurants_need .custom_container_fluid {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.restaurants_need .restaurants_need_descriptions {
  position: relative;
  z-index: 2;
  width: 45%;
  padding-left: clamp(2rem, 8vw, 12rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  height: 100%;
  justify-content: center;
}
.restaurants_need .restaurants_need_descriptions h2 {
  font-size: clamp(36px, 2.9vw, 56px);
  line-height: 1.15;
  font-weight: 600;
  margin: 0;
  color: #1d1d1d;
  margin-bottom: 1rem;
}
.restaurants_need .restaurants_need_descriptions p {
  font-size: clamp(17px, 1.25vw, 24px);
  line-height: 1.65;
  margin: 0;
  color: rgba(29, 29, 29, 0.75);
  margin-bottom: 1rem;
}
.restaurants_need .restaurants_need_bg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  height: 50%;
  z-index: -1;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.restaurants_need .pink_blob {
  position: absolute;
  top: 10%;
  right: -7%;
  width: 72%;
  visibility: hidden;
  opacity: 0;
}
.restaurants_need .gradient_blob {
  position: absolute;
  bottom: -86%;
  right: -5%;
  width: 48%;
  visibility: hidden;
  opacity: 0;
}
.restaurants_need .pink_blob img,
.restaurants_need .gradient_blob img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.faq {
  padding: 100px 0 60px;
}
.faq h2 {
  text-align: center;
  font-size: clamp(34px, 2.6vw, 48px);
  font-weight: 600;
  max-width: 1083px;
  margin: 0 auto;
}
.faq-list {
  max-width: 1420px;
  margin: 70px auto 0;
}
.faq-item {
  border-bottom: 1px solid #d9d9d9;
}
.faq-q {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 4px;
  text-align: left;
  font-family: var(--font-ui);
  font-size: 26px;
  font-weight: 600;
  color: var(--ink);
  transition: color 0.15s ease;
}
.faq-q:hover {
  color: var(--plum);
}
.faq-q .chev {
  flex: none;
  width: 24px;
  height: 14px;
  transition: transform 0.25s ease;
}
.faq-item.open .faq-q {
  color: var(--plum);
}
.faq-item.open .chev {
  transform: rotate(180deg);
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq-a p {
  padding: 0 4px 34px;
  font-size: 24px;
  line-height: 34px;
  color: var(--text-muted);
  max-width: 1420px;
}
.faq-item.open .faq-a {
  max-height: 300px;
}

.partners {
  padding: 56px 0 24px;
}
.partners-title {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}
.partners-title::before,
.partners-title::after {
  content: "";
  height: 2px;
  width: 157px;
  background: var(--ink);
  flex: none;
}
.partners-row {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.partners-row img {
  height: 60px;
  width: auto;
  object-fit: contain;
}

/* =======================================
   KIOSK MORPH SECTION
   ======================================= */
.kiosk_morph_section {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100% !important;
  max-width: 100% !important;
  position: relative;
  overflow: hidden;
  z-index: 20;
  background: #ffffff;
}
.kiosk_slider_heading {
  width: 100%;
  background: #ffffff;
  padding: 8vh 20px 4vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 30;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  max-height: 1000px;
}
.kiosk_slider_heading h2 {
  font-size: clamp(28px, 2.5vw, 42px);
  max-width: 900px;
  margin: 0 auto 16px;
  color: #1d1d1d;
}
.kiosk_slider_heading h2 em {
  color: var(--plum);
  font-style: italic;
  font-weight: 400;
  font-family: "DM Serif Text", serif;
}
.kiosk_slider_heading p {
  font-size: clamp(15px, 1.1vw, 18px);
  max-width: 800px;
  margin: 0 auto 24px;
  color: rgba(29, 29, 29, 0.75);
  line-height: 1.6;
}
.kiosk_slider_heading .pill {
  margin-top: 8px;
}
.km_grid {
  position: relative;
  z-index: 2;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 clamp(20px, 4.9vw, 190px);
}
.km_bg {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  background: url("../images/kiosk_slider_bg.png") center/cover no-repeat;
  z-index: 1;
  background-size: 100% 100% !important;
}
.km_canvas_wrap {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 2;
  pointer-events: none;
}
.km_canvas_wrap canvas {
  width: 100%;
  height: 100%;
  display: block;
}
.km_loader {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 2;
}
.km_loader.is_hidden {
  opacity: 0;
  visibility: hidden;
}
.km_loader_ring {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 3px solid rgba(146, 39, 143, 0.18);
  border-top-color: #92278f;
  animation: km_spin 0.9s linear infinite;
}
@keyframes km_spin {
  to {
    transform: rotate(360deg);
  }
}
.km_content_wrap {
  position: relative;
  z-index: 4;
  width: clamp(340px, 32vw, 480px);
  background: rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  margin-right: 60px;
  opacity: 0;
  visibility: hidden;
}
.km_states {
  position: relative;
  min-height: 160px;
}
.km_state {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}
.km_state.is_active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.km_state_eyebrow {
  display: inline-block;
  color: #fff;
  background: #92278f;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.km_state h3 {
  font-size: clamp(22px, 1.8vw, 32px);
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 12px;
  line-height: 1.2;
}
.km_state p {
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.6;
  color: rgba(29, 29, 29, 0.75);
}
.km_progress {
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
}
.km_dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  transition: all 0.3s ease;
}
.km_dot.is_active {
  background: #92278f;
  transform: scale(1.4);
}

.partners-title,
.partners-row img {
  opacity: 1;
  visibility: visible;
}
html,
body {
  overscroll-behavior-y: none;
}
#s4.sticky-layout-section:not(.s4-ready) .kiosk-container {
  position: relative !important;
  top: auto !important;
}
#s4.sticky-layout-section:not(.s4-ready) h2.reveal {
  position: relative !important;
  top: auto !important;
}
#webgl.docked {
  position: absolute !important;
  inset: auto !important;
  top: 0 !important;
  left: 0 !important;
}
.restaurants_need {
  overflow: hidden;
}
#s4 {
  padding: 100px 0 120px;
}
#s4 h2.reveal {
  top: 15vh;
  padding-bottom: 12px;
}
.cards-container {
  padding-top: 6vh;
}
.kiosk-container {
  top: 24vh;
}
.glass {
  transform: translateZ(0);
}

#webgl,
#kmCanvas {
  will-change: transform;
}
.faq_feature_wrapper h2 {
  max-width: 100% !important;
  width: 100% !important;
  text-align: center;
}
footer {
  z-index: 9999 !important;
  position: relative !important;
}
.mobile_image_only {
  display: none;
  width: 100%;
  height: 100%;
}
.mobile_image_only img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ==========================================================================
   GLOBAL TABLET / MOBILE BASELINE (max-width: 1080px)
   ========================================================================== */
@media screen and (max-width: 1080px) {
  body,
  html {
    overflow-x: hidden !important;
    max-width: 100vw !important;
  }
  section {
    position: relative;
    z-index: 2;
    background-color: #ffffff;
  }
  #s1,
  .restaurants_need {
    background-color: transparent !important;
  }
  #s4.sticky-layout-section {
    background: url("../images/sticky_bg.png") center/cover no-repeat fixed !important;
  }
  #webgl {
    width: 100vw !important;
    height: 100dvh !important;
    max-width: 100% !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    transform-origin: center center !important;
    pointer-events: none !important;
  }
  #s1 {
    padding-top: 100px !important;
    min-height: 100dvh;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  #s1 .wrap,
  #s2 .wrap,
  #s4 .wrap,
  #s5 .wrap {
    grid-template-columns: 1fr !important;
    text-align: center !important;
  }
  #s1 .wrap > div:first-child {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  #s1 .glow,
  #s2 .blob {
    display: none !important;
  }
  #s2 .wrap {
    display: flex !important;
    flex-direction: column !important;
  }
  #s2 .kiosk_bg {
    width: 100% !important;
    position: relative !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    order: -1 !important;
    margin-bottom: 30px !important;
  }
  section {
    padding-top: 130px !important;
    padding-bottom: 90px !important;
  }
  #s1 {
    padding-top: 96px !important;
  }
  .s4-content-wrap {
    flex-direction: column !important;
    gap: 30px !important;
  }
  .kiosk-container {
    display: none !important;
  }
  #s4 h2.reveal {
    position: relative !important;
    top: auto !important;
    padding-bottom: 15px !important;
  }
  .cards-container {
    padding-top: 0 !important;
    width: 100% !important;
  }
  #s5 .content-left {
    align-items: center !important;
  }
  #s5 .stats {
    grid-template-columns: 1fr !important;
    width: 100% !important;
  }
  #s5 .module-target {
    display: none !important;
  }

  /* Kiosk Morph Section for all <= 1080px */
  .kiosk_morph_section {
    height: auto !important;
    display: block !important;
    overflow: visible !important;
  }
  .kiosk_slider_heading {
    position: relative !important;
    height: auto !important;
    max-height: none !important;
    padding: 10vh 20px 4vh !important;
    opacity: 1 !important;
  }
  .km_grid {
    height: 100svh !important;
    width: 100% !important;
    padding: 0 20px !important;
    justify-content: center !important;
    align-items: flex-end !important;
    padding-bottom: 4vh !important;
  }
  .km_bg {
    height: 100% !important;
  }
  .km_content_wrap {
    margin: 0 auto !important;
    width: 92% !important;
    max-width: 520px !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    bottom: 20px !important;
    top: auto !important;
    position: absolute;
  }
  .km_progress {
    right: 15px !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

/* ==========================================================================
   PRIMARY TABLET & MOBILE RESPONSIVE ENGINE (max-width: 991px)
   Covers iPad (820px), Android Tab (712px), and Mobile
   ========================================================================== */
@media screen and (max-width: 991px) {
  .restaurants_need_video video {
    object-position: center;
  }
  .kiosk_3d_page {
    padding-top: 0 !important;
  }
  .km_bg {
    background-size: cover !important;
  }

  .restaurants_need .pink_blob,
  .restaurants_need .gradient_blob {
    display: none !important;
  }
  html {
    font-size: 80% !important;
  }
  .km_grid {
    padding-bottom: 0 !important;
  }
  .reveal {
    margin-bottom: 0.5rem !important;
  }
  #s1 {
    min-height: 100% !important;
  }
  #s1 h1 {
    font-size: 27px !important;
  }
  #s1 p {
    font-size: 14px !important;
  }
  #s1 .pill {
    padding: 14px 40px !important;
    font-size: 18px !important;
    margin-top: 1rem !important;
  }
  #s1 .mobile_image_only {
    height: 80%;
    width: 60%;
    padding: 0 2rem 2rem 2rem;
    margin: 0 auto;
  }
  #s1 .kiosk_hero_content {
    width: 100%;
    padding: 0 15px;
  }
  #s1 .wrap {
    gap: 0 !important;
    display: flex !important;
    align-items: center;
    margin: 0 0;
    width: 100%;
  }
  #s1 .partners {
    margin-top: 1.5rem !important;
    width: 100% !important;
    position: relative !important;
    bottom: auto !important;
  }
  #s1 .partners .container {
    max-width: 100% !important;
  }
  body {
    overscroll-behavior-y: unset !important;
  }
  .mobile_image_only {
    display: block !important;
  }
  #webgl {
    display: none !important;
  }
  .pill {
    margin-top: 0 !important;
  }

  /* --- SECTION 3: Locked Center Layout for Kiosk & Rings --- */
  #s3 {
    min-height: auto !important;
    height: auto !important;
    padding: 60px 0 80px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    position: relative !important;
    overflow: hidden !important;
  }

  #s3 .wrap {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    position: relative !important;
    z-index: 5 !important;
  }

  #s3 .rings {
    position: relative !important;
    width: clamp(280px, 48vw, 420px) !important;
    height: clamp(280px, 48vw, 420px) !important;
    aspect-ratio: 1 / 1 !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    margin: 0 auto 30px auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    pointer-events: none !important;
    z-index: 1 !important;
  }

  #s3 .rings svg {
    opacity: 0.4;
    transform: scale(1);
  }

  /* Kiosk image anchored dead-center over the rings */
  #s3 .mobile_image_only {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    top: 60px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: clamp(280px, 48vw, 420px) !important;
    height: clamp(280px, 48vw, 420px) !important;
    z-index: 3 !important;
    pointer-events: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #s3 .mobile_image_only img {
    width: auto !important;
    height: 75% !important;
    max-width: 80% !important;
    object-fit: contain !important;
    display: block !important;
    margin: auto !important;
  }

  #s3 .copy {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    max-width: 700px !important;
    height: auto !important;
    margin: 0 auto 30px auto !important;
    text-align: center !important;
    z-index: 5 !important;
  }

  #s3 .copy .reveal {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  #s3 h2 {
    font-size: clamp(26px, 3.5vw, 42px) !important;
    line-height: 1.25 !important;
    margin: 0 auto 16px auto !important;
    text-align: center !important;
  }

  #s3 .lede {
    font-size: clamp(15px, 1.8vw, 19px) !important;
    line-height: 1.6 !important;
    margin: 0 auto !important;
    text-align: center !important;
    color: rgba(29, 29, 29, 0.75) !important;
  }

  .icard {
    position: relative !important;
    inset: auto !important;
    width: 94% !important;
    max-width: 600px !important;
    margin: 0 auto 16px auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  /* --- SECTION 4: Glass Cards Fully Visible --- */
  #s4 {
    padding: 60px 0 !important;
    min-height: auto !important;
    height: auto !important;
  }
  #s4 .cards-container {
    width: 100% !important;
    padding-top: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
  }
  #s4 .glass {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    filter: none !important;
    transform: none !important;
  }
  #s4.sticky-layout-section {
    min-height: auto !important;
    background-size: cover !important;
  }

  /* --- KIOSK MORPH SECTION: Clean Tablet/Mobile Sizing --- */
  .kiosk_morph_section {
    padding: 0 0 !important;
    margin-top: -16rem
  }
  .kiosk_slider_heading {
    padding: 8vh 15px 3vh !important;
  }
  .km_content_wrap {
    bottom: unset !important;
    top: 3% !important;
    width: 90% !important;
    max-width: 520px !important;
    padding: 24px 28px !important;
    border-radius: 20px !important;
  }

  #s2 {
    padding: 0 0 !important;
    min-height: 70vh !important;
  }
  #s2 h2 {
    margin-bottom: 2.5rem !important;
  }
  #s2 .card {
    margin-bottom: 1.5rem !important;
  }
  #s5 {
    min-height: 78vh !important;
    padding: 0 0 !important;
  }
  .partners-title::before,
  .partners-title::after {
    display: none !important;
  }
  #s2 .kiosk_bg {
    display: none !important;
  }

  /* --- RESTAURANTS NEED SECTION (Image 2 Fix): Clean Centered Visual --- */
/* --- RESTAURANTS NEED SECTION (iPad, Tab & Mobile Fix) --- */
  .restaurants_need {
    padding: 60px 0 80px !important;
    height: auto !important;
    min-height: auto !important;
    position: relative !important;
    background-color: transparent !important;
    overflow: visible !important;
  }

  .restaurants_need .restaurants_need_video_wrapper {
    flex-direction: column !important;
    height: auto !important;
    gap: 30px !important;
    width: 100% !important;
    position: relative !important;
  }

  .restaurants_need .restaurants_need_descriptions {
    width: 100% !important;
    max-width: 720px !important;
    padding: 0 20px !important;
    margin: 0 auto !important;
    align-items: center !important;
    text-align: center !important;
    gap: 20px !important;
    position: relative !important;
    z-index: 10 !important;
  }

  /* Dedicated container for the blobs & mobile kiosk */
  .restaurants_need .restaurants_need_bg {
    position: relative !important;
    width: 100% !important;
    max-width: 480px !important;
    min-height: 380px !important;
    height: 380px !important;
    margin: 20px auto 0 auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    z-index: 5 !important; /* Brought forward in front of the white section */
    overflow: visible !important;
  }

  /* Unhide the pink and gradient blobs */
  .restaurants_need .pink_blob,
  .restaurants_need .gradient_blob {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 90% !important;
    max-width: 440px !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    /* display: block !important; */
    z-index: 2 !important;
  }

  .restaurants_need .pink_blob img,
  .restaurants_need .gradient_blob img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
  }

  /* The mobile device image centered neatly inside the blob */
  .restaurants_need .mobile_image_only {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: auto !important;
    height: 85% !important;
    max-height: 340px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 6 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .restaurants_need .mobile_image_only img {
    height: 100% !important;
    width: auto !important;
    object-fit: contain !important;
    display: block !important;
  }
}

/* ==========================================================================
   TARGET 1: iPAD (820 x 1180) SPECIFIC OVERRIDES
   ========================================================================== */
@media screen and (min-width: 820px) and (max-width: 991px) and (orientation: portrait) {
  #s2 .wrap {
    margin-top: 1rem !important;
  }
  #s2 {
    min-height: 48vh !important;
  }
  #s3 {
    padding: 80px 0 !important;
  }
  .kiosk_morph_section {
    height: 100vh !important;
    margin-top: 0;
  }
  #s5 {
    min-height: 100% !important;
    padding: 4rem 15px !important;
  }
  .km_content_wrap {
    width: 75% !important;
    max-width: 560px !important;
  }
  .restaurants_need {
    margin-top: 30rem !important;
  }

  .km_bg {
    height: 100% !important;
    background-size: cover !important;
  }
  #s1 {
    overflow: hidden !important;
  }
}

@media screen and (min-width: 1141px) and (max-width: 1200px) and (min-height: 761px) and (orientation: landscape) {
}

/* ==========================================================================
   TARGET 2: ANDROID PAD (712 x 1138) SPECIFIC OVERRIDES
   ========================================================================== */
@media screen and (min-width: 712px) and (max-width: 819px) and (orientation: portrait) {
  #s3 {
    padding: 60px 0 !important;
  }
  .km_content_wrap {
    width: 85% !important;
    max-width: 520px !important;
  }
}

@media screen and (min-width: 1081px) and (max-width: 1140px) and (max-height: 760px) and (orientation: landscape) {
}

/* ==========================================================================
   TARGET 3: MOBILE (Phones <= 768px / <= 640px / <= 480px)
   ========================================================================== */
@media screen and (max-width: 768px) {
  #s1 .wrap {
    display: grid !important;
  }
  .kiosk_slider_heading h2 {
    margin-top: -5rem !important;
  }
  #s5 h2 {
    padding-top: 1.5rem !important;
  }
  .km_states {
    min-height: 133px !important;
    height: 100% !important;
  }
  #s5 {
    padding: 94px 0 40px 0 !important;
  }
  .kiosk_slider_heading {
    padding-top: 0vh !important;
  }
}

@media screen and (max-width: 640px) {
  #s5 .stats {
    grid-template-columns: 1fr;
  }
  .pill {
    width: 100% !important;
    text-align: center !important;
    padding: 14px 20px !important;
    font-size: 16px !important;
  }
  .icard p,
  .glass p,
  #s5 .stat span {
    font-size: 15px !important;
  }
  .glass {
    padding: 16px !important;
  }
  #s5 .stat {
    padding: 20px 16px !important;
  }
  #s5 .stat b {
    font-size: 24px !important;
  }
  .partners-title {
    font-size: 16px;
    gap: 12px;
  }
  .partners-title::before,
  .partners-title::after {
    width: 48px;
  }
  .faq-q {
    font-size: 19px;
    padding: 22px 4px;
  }
  .faq-a p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 480px) {
  #s1 {
    padding-top: 84px !important;
  }
  h1 {
    font-size: 33px;
  }
  #s1 .partners-row {
    gap: 24px !important;
  }
  #s1 .partners-row img {
    height: auto !important;
    width: 25%;
  }
  .restaurants_need .restaurants_need_descriptions h2 {
    font-size: 30px;
  }
  #s2 .card {
    border-radius: 12px !important;
  }

  .kiosk_slider_heading {
    padding: 0 0 2.5rem 0 !important;
  }
  .faq_feature_wrapper h2 {
    font-size: 2.2rem !important;
  }
  .restaurants_need {
    padding-bottom: 0 !important;
    margin-bottom: -9rem;
    z-index: 99;
  }
}

@media screen and (max-width: 932px) and (orientation: landscape) and (max-height: 500px) {
}

/* ==========================================================================
   DESKTOP & LARGE SCREEN RESPONSIVE BREAKPOINTS (Preserved 100%)
   ========================================================================== */
@media (min-width: 1081px) and (max-width: 1366px) {
  #ic1 {
    width: min(480px, 32vw);
  }
  .icard {
    padding: 20px;
  }
  #s4 h2.reveal {
    top: 12vh;
  }
}

@media (min-width: 1081px) and (max-height: 760px) {
  #s1 {
    padding-bottom: 90px;
  }
  #s1 .partners-row img {
    height: 30px;
  }
  .cards-container {
    padding-top: 2vh;
  }
}

@media screen and (min-width: 1500px) and (max-width: 1600px) {
  html {
    font-size: 80% !important;
  }
  #s2 .card {
    padding: 1.5rem 1.5rem !important;
  }
  #s5 .pill {
    margin-top: 0 !important;
  }
  #s5 .stats {
    margin-bottom: 25px !important;
  }
  #s5 .lede {
    margin-bottom: 25px !important;
  }
  .km_content_wrap {
    width: clamp(340px, 32vw, 376px) !important;
  }
  .km_progress {
    right: 2% !important;
  }
}

@media screen and (max-width: 1366px) and (max-height: 768px) {
  html {
    font-size: 75% !important;
  }
  #s5 h2 {
    margin-bottom: 1rem !important;
  }
  #s5 .lede {
    margin-bottom: 20px !important;
  }

  #s5 .stats {
    margin-bottom: 20px !important;
  }
  #s5 .pill {
      margin-top: 20px;
  }

  #s5 {
    padding: 94px 0 140px 0 !important;
  }
  #s2 h2 {
    font-size: 24px !important;
  }
  #s2 .card {
    padding: 1.5rem 1.5rem !important;
  }
  #s2 .card h3 {
    font-size: 22px !important;
  }
  #s1 h1 {
    font-size: 40px;
  }
  #s1 .pill {
    padding: 15px 30px !important;
  }
  .kiosk_slider_heading {
    padding-top: 11vh !important;
  }
  .kiosk_slider_heading h2 {
    margin-bottom: 0 !important;
  }
  .kiosk_slider_heading p {
    margin-bottom: 0 !important;
  }
  .kiosk_slider_heading .pill {
    padding: 15px 30px !important;
  }
  .km_content_wrap {
    width: clamp(340px, 27vw, 480px) !important;
    padding: 1.5rem 1.5rem !important;
  }
  .km_progress {
    right: 3% !important;
  }
}

@media screen and (max-width: 1600px) and (max-height: 900px) {
  html {
    font-size: 80% !important;
  }
}

@media (min-width: 1920px) {
  .km_content_wrap {
    width: clamp(380px, 26vw, 580px);
    padding: 48px;
  }
  .km_states {
    min-height: 190px;
  }
}

@media (min-width: 3000px) {
  .km_content_wrap {
    width: clamp(480px, 22vw, 680px);
  }
  .km_state h3 {
    font-size: 40px;
  }
  .km_state p {
    font-size: 21px;
  }
  .km_dot {
    width: 11px;
    height: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
  #s1 .scroll-hint::after {
    animation: none;
  }
}


/* Ensure FAQ and Footer sit on top and cover the 3D canvas */
.faq,
.faq-list,
.faq_feature_wrapper,
footer {
  position: relative !important;
  z-index: 30 !important;
  background-color: #ffffff !important;
}


.km_nav_btn {
  display: none !important;
}
