:root {
  --ariqua-navy: #0d1f3c;
  --ariqua-green: #7cc96e;
  --ariqua-green-deep: #5da653;
  --ariqua-sky: #3f73da;
  --ariqua-mint: #eef5ed;
  --ariqua-cream: #fdfbf7;
  --ariqua-ink: #1d2939;
  --ariqua-muted: #667085;
  --ariqua-border: rgba(13, 31, 60, 0.08);
  --ariqua-shadow: 0 1.5rem 3rem rgba(13, 31, 60, 0.08);
  --bs-body-font-family: "Manrope", sans-serif;
  --bs-body-color: var(--ariqua-ink);
  --bs-body-bg: #ffffff;
}
* {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  width: 100%;
  scroll-behavior: smooth;
}
/* html {
} */
body {
  letter-spacing: -0.01em;
}

body.motion-ready {
  overflow-x: hidden;
}

h1,
h2,
h3,
.display-serif {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: -0.03em;
}

.section-space {
  padding: 7rem 0;
}

#mainNav {
  transition: all 0.35s ease;
  z-index: 9999;
}

.navbar-glass {
  background: transparent;
}

/* Logo */

.brand-mark {
  height: 55px;
}

/* Desktop Links */

.navbar-glass .nav-link {
  color: var(--ariqua-navy) !important;
  margin: 0 12px;
  transition: 0.3s;
}

.navbar-glass .nav-link:hover {
  color: var(--ariqua-sky) !important;
}

/* Button */

.navbar-glass .btn {
  background: #fff;
  color: var(--ariqua-navy);
}

/* Scroll */

.navbar-glass.scrolled {
  background: rgba(255, 255, 255, 0.96);

  backdrop-filter: blur(12px);

  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.navbar-glass.scrolled .nav-link {
  color: var(--ariqua-navy) !important;
}

.navbar-glass.scrolled .btn {
  background: var(--ariqua-navy);

  color: #fff;
}

.navbar-toggler {
  border: none;
  box-shadow: none !important;
}

.navbar-toggler i {
  font-size: 30px;
  color: #2a2727;
  transition: 0.3s;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.menu-color {
  color: #fff;

  font-size: 2rem;
}

.navbar-glass.scrolled .menu-color {
  color: var(--ariqua-navy);
}
.brand-mark {
  height: 55px;
  width: auto;
  display: block;
}

.menu-color {
  color: var(--ariqua-navy);
}

.brand-mark.is-inverse {
  /* filter: brightness(0) invert(1); */
  filter: none !important;
}

.btn-pill {
  background-color: var(--ariqua-mint);
  color: var(--ariqua-navy);
  border-radius: 999px;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-pill:first-child:hover {
  background-color: var(--ariqua-navy);
  color: var(--ariqua-mint);
}
.btn-pill:last-child {
  background-color: var(--ariqua-navy);
  color: var(--ariqua-mint);
}

.btn-pill:last-child:hover {
  background-color: var(--ariqua-mint);
  color: var(--ariqua-navy);
}
.hero {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: 2.5rem 0 4.5rem;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(124, 201, 110, 0.18),
      transparent 30%
    ),
    radial-gradient(
      circle at 80% 25%,
      rgba(124, 201, 110, 0.12),
      transparent 30%
    ),
    radial-gradient(
      circle at 70% 80%,
      rgba(255, 255, 255, 0.08),
      transparent 22%
    ),
    linear-gradient(180deg, #11274a 0%, var(--ariqua-navy) 75%);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #bfe3ae;
}

.hero-copy p {
  max-width: 35rem;
  color: rgba(255, 255, 255, 0.74);
}

.hero-copy .display-1 {
  font-size: clamp(4.75rem, 10vw, 7.4rem);
  line-height: 0.88;
}

.hero-copy .lead {
  max-width: 22rem;
  font-size: 1.08rem;
  line-height: 1.75;
}

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
 
  max-width: 560px;
  max-height: 560px;
  margin-top: -120px;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 4rem;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(124, 201, 110, 0.18) 0%,
    rgba(124, 201, 110, 0) 70%
  );
  filter: blur(0.5rem);
  animation: heroAura 6s ease-in-out infinite;
}

.hero-photo-shell {
  position: relative;
  z-index: 2;
  width: min(100%, 25rem);
  padding: 0.9rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.18);
}

.hero-photo-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5.3;
  background: #f3f0e8;
}

.product-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: drop-shadow(0 2rem 3rem rgba(0, 0, 0, 0.35));
  animation: bottleFloat 6.5s ease-in-out infinite;
}

.floating-chip {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0.75rem 1rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ariqua-mint);
  background: rgba(48, 44, 44, 0.264);
  backdrop-filter: blur(12px);
  box-shadow: 0 1rem 2rem rgba(47, 46, 46, 0.18);
  opacity: 0;
  transition: opacity 0.8s ease;
  animation: chipFloat 5.8s ease-in-out infinite;
  animation-play-state: paused;
}

.floating-chip i,
.floating-chip svg {
  font-size: 1.25rem;
  color: var(--ariqua-green-deep);
}

.floating-chip.top-left {
  top: 23%;
  left: -8%;
  transition-delay: 0.35s;
  animation-delay: 0s;
}

.floating-chip.middle-left {
  top: 50%;
  left: 0;
  transition-delay: 0.55s;
  animation-delay: 0.8s;
}

.floating-chip.bottom-right {
  right: -6%;
  bottom: 24%;
  transition-delay: 0.75s;
  animation-delay: 1.6s;
}

body.motion-ready .floating-chip {
  opacity: 1;
  animation-play-state: running;
}

[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 2.5rem, 0);
  transition:
    opacity 0.9s ease,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0s);
  will-change: opacity, transform;
}

[data-reveal="left"] {
  transform: translate3d(-3rem, 0, 0);
}

[data-reveal="right"] {
  transform: translate3d(3rem, 0, 0);
}

[data-reveal="scale"] {
  transform: translate3d(0, 2rem, 0) scale(0.94);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
.trust-strip {
  background: var(--ariqua-mint);
  border-top: 1px solid rgba(124, 201, 110, 0.25);
  border-bottom: 1px solid rgba(124, 201, 110, 0.25);
  padding: 18px 0;
}

.trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  color: var(--ariqua-navy);
  transition: 0.3s ease;
}

.trust-item:hover {
  transform: translateY(-2px);
}

.trust-item i,
.trust-item svg {
  color: var(--ariqua-green);
  font-size: 20px;
  flex-shrink: 0;
}

.trust-item svg {
  width: 20px;
  height: 20px;
}

.trust-item span {
  line-height: 1.4;
}
.soft-card {
  height: 100%;
  border: 1px solid var(--ariqua-border);
  border-radius: 2rem;
  background: linear-gradient(180deg, #ffffff 0%, #f4f9f3 100%);
  box-shadow: 0 1.75rem 3rem rgba(18, 39, 74, 0.08);
}

.col-lg-4 .soft-card:first-child {
  margin-bottom: 24px;
}

.benefits-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfa 100%);
}

.benefits-watermark {
  position: absolute;
  top: -1.7rem;
  left: -0.2rem;
  z-index: 0;
  font-size: clamp(6rem, 20vw, 12rem);
  line-height: 0.9;
  color: rgba(13, 31, 60, 0.04);
  pointer-events: none;
  user-select: none;
}

.benefits-grid {
  position: relative;
  z-index: 1;
  padding-top: 4.75rem;
}

.benefits-card-lg {
  min-height: 21.5rem;
  padding-top: 4rem !important;
  justify-content: end;
}

.benefits-stack {
  padding-top: 2.5rem;
}

.benefits-card-sm {
  min-height: 13rem;
}

.benefits-card-sm.secondary {
  margin-top: 0.35rem;
}

.icon-badge {
  display: inline-grid;
  place-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 1.25rem;
  font-size: 1.5rem;
  color: #ffffff;
  background: linear-gradient(
    135deg,
    var(--ariqua-green) 0%,
    var(--ariqua-green-deep) 100%
  );
}

.icon-badge.soft {
  width: 3.25rem;
  height: 3.25rem;
}

.bg-green {
  background: #eef8e9;
  color: #76c45d;
}

.bg-navy {
  background: #102447;
  color: #fff;
}

.statement-band {
  overflow: hidden;
  background: var(--ariqua-navy);
}
.word-band {
  overflow: hidden;
  background: #0d1f3c;
  padding: 18px 0;
}

.word-band-track {
  display: flex;
  align-items: center;
  width: max-content;
  white-space: nowrap;
  animation: wordBandMarquee 30s linear infinite !important ;
}

.word-band-track span {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 700;
  color: #fff;
  margin: 0 35px;
}

.word-band-track span::before {
  content: "•";
  color: var(--ariqua-green);
  margin-right: 20px;
}

.word-band-track span::after {
  content: "•";
  color: var(--ariqua-green);
  margin-left: 20px;
}

@keyframes wordBandMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.pure-section {
  background: #e9e9e4;
  padding: 120px 0;
  overflow: hidden;
}

.pure-section .container {
  max-width: 1220px;
}

/*========================
        LEFT
=========================*/

.pure-left {
  position: relative;
  width: 100%;
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pure-left {
  position: relative;
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Background Circle */

.pure-circle {
  position: absolute;
  bottom: 0%;
  width: 450px;
  height: 100px;
  border-radius: 50%;
  background: radial-gradient(
    circle at center,
    #eef9df 0%,
    #d7efc1 70%,
    #c7e5ab 100%
  );
}

/* Product */

.pure-image {
  /* animation: float 4s ease-in-out infinite; */
  transform-style: preserve-3d;
  width: 640px;
}

.pure-image img {
  /* animation: wobble 6s ease-in-out infinite; */
  width: 100%;
  height: auto;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes wobble {
  0%,
  100% {
    transform: perspective(1000px) rotateY(-8deg);
  }
  50% {
    transform: perspective(1000px) rotateY(8deg);
  }
}
.pure-badge {
  position: absolute;

  right: 24px;

  bottom: 85px;

  z-index: 5;

  background: #fff;

  padding: 9px 21px;

  border-radius: 18px;

  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.pure-badge h3 {
  margin: 0;

  font-size: 48px;

  line-height: 1;

  font-family: "Cormorant Garamond", serif;

  color: #102447;
}

.pure-badge span {
  display: block;

  margin-top: 6px;

  font-size: 11px;

  letter-spacing: 0.15em;

  color: #79c766;

  font-weight: 700;
}

.pure-content {
  padding-left: 50px;
}

.pure-heading {
  display: flex;

  flex-direction: column;

  line-height: 0.9;

  margin-bottom: 28px;
}

.pure-heading span {
  font-family: "Cormorant Garamond", serif;

  font-size: 72px;

  color: #102447;
}

.pure-heading em {
  font-family: "Cormorant Garamond", serif;

  font-size: 72px;

  font-style: italic;

  color: #4d72d9;

  font-weight: 500;
}

.pure-description {
  max-width: 470px;

  color: #8d98aa;

  line-height: inherit;

  font-size: 17px;

  margin-bottom: 40px;
}

.pure-features {
  display: flex;

  flex-direction: column;

  gap: 24px;
}

.feature {
  display: flex;
  gap: 24px;
  align-items: center;
}

.number {
  width: 60px;
  min-width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 24px;
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  line-height: 1;
  color: #cac9c9;
}

.feature > div:last-child {
  flex: 1;
}

.feature h5 {
  margin: 0;

  font-size: 23px;

  color: #102447;
}

.feature p {
  margin-top: 6px;

  color: #98a2b5;

  font-size: 15px;
}

.label-section {
  background: #fff;
}

/* Left Image */

.pure-label {
  background: #fff;
  border-radius: 24px;
  width: fit-content;
  padding: 24px;
  display: flex;

  justify-content: center;
  align-items: center;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.pure-label img {
  width: 100%;
  max-width: 420px;
}

/* Heading */

.inside-title {
  color: #0c3b87;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 35px;
}

/* Grid */

.inside-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

/* Cards */

.info-card {
  background: #fff;
  border: 1px solid #ddd6cb;
  border-radius: 2px;
  padding: 14px;
  transition: 0.3s;
}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.info-card h5 {
  color: #74b166;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 14px;
}

.info-card p {
  color: #555;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
.footer-address {
  display: flex;
  
  gap: 5px;
  color: #d6d6d6;
  line-height: 1.8;
  font-size: 14px;
}

.footer-address i {
  color: #78b765;
  
  font-size: 18px;
}

.social-links {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.description-text {
  max-width: 48rem;
  line-height: 2.3rem;
  font-size: 1rem;
}

@media (max-width: 767.98px) {
  .description-text {
    line-height: 1.8rem;
  }
}
.social-links a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 20px;
  transition: 0.3s;
  text-decoration: none;
}

.social-links a:hover {
  background: #78b765;
  color: #fff;
  transform: translateY(-4px);
}

/*==========================
      PRODUCT GALLERY
==========================*/

.product-gallery {
  position: relative;
}

.product-image-box {
  position: relative;
  height: 620px;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ececec;
  padding: 30px;
}

.main-product-image {
  width: auto;
  height: 90%;
  max-width: 100%;
  object-fit: contain;
  
  user-select: none;
  pointer-events: none;
  transition: opacity .35s ease, transform .35s ease;
    opacity: 1;
}

.main-product-image.fade-out{
    opacity: 0;
    transform: scale(.96);
}

.main-product-image.fade-in{
    opacity: 1;
    transform: scale(1);
}

.product-image-box.zoom-active .main-product-image {
  filter: blur(2px);
  opacity: 0.35;
}

/*==========================
        GLASS
==========================*/

#zoomLens {
  position: absolute;

  width: 220px;

  height: 220px;

  border-radius: 24px;

  overflow: hidden;

  display: none;

  pointer-events: none;

  border: 2px solid rgba(255, 255, 255, 0.6);

  background: rgba(255, 255, 255, 0.18);

  backdrop-filter: blur(14px);

  -webkit-backdrop-filter: blur(14px);

  box-shadow:
    0 25px 45px rgba(0, 0, 0, 0.22),
    inset 0 1px 1px rgba(255, 255, 255, 0.35);

  z-index: 20;
}

#zoomImage {
  width: 100%;

  height: 100%;

  background-repeat: no-repeat;
}

/*==========================
       THUMBNAILS
==========================*/

.gallery-wrapper {
  display: flex;

  justify-content: center;

  gap: 18px;

  margin-top: 28px;

  flex-wrap: wrap;
}

.thumb {
  width: 90px;

  height: 90px;

  border-radius: 18px;

  object-fit: cover;

  cursor: pointer;

  background: #fff;

  padding: 8px;

  border: 2px solid transparent;

  transition: 0.35s;
}

.thumb:hover {
  transform: translateY(-6px);

  border-color: #68b84d;

  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.thumb.active {
  border-color: #68b84d;
}





/* Tablet */
@media (max-width: 991px) {

  .product-image-box{
    height: 520px;
    padding: 20px;
  }

  .main-product-image{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  #zoomLens{
    width:160px;
    height:160px;
  }

}

/* Mobile */
@media (max-width: 576px){

  .product-image-box{
    height: 420px;
    padding: 10px;
  }

  .main-product-image{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  .gallery-wrapper{
    gap:10px;
  }

  .thumb{
    width:70px;
    height:70px;
    padding:4px;
  }

}
@media(max-width:991px){

#zoomLens{

width:160px;

height:160px;

}

.product-image-box{

cursor:default;

}

}
@media(max-width:991px){

#zoomLens{

width:160px;

height:160px;

}

.product-image-box{

cursor:default;

}

}

@media (max-width: 991px) {
  .inside-title {
    text-align: center;
    font-size: 40px;
  }

  .inside-grid {
    grid-template-columns: 1fr;
  }

  .pure-label {
    margin-bottom: 40px;
  }
}

.reviews-section {
  color: #ffffff;
  background:
    radial-gradient(
      circle at top right,
      rgba(124, 201, 110, 0.18),
      transparent 28%
    ),
    linear-gradient(180deg, #102446 0%, var(--ariqua-navy) 100%);
}

.reviews-kicker {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

.review-card {
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2rem;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
}

.review-card.featured {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.12);
}

.review-card .quote {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
}
.review-card .stars {
  color: var(--ariqua-green-deep);
  letter-spacing: 0.15em;
}

.avatar-pill {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: rgba(32, 41, 26, 0.968);
  background: var(--ariqua-green-deep);
}

.shop-section {
  background: linear-gradient(180deg, var(--ariqua-cream) 0%, #fdfcf8 100%);
}

.product-stage {
  position: relative;
  min-height: 100%;
  border-radius: 2.5rem;
  padding: 2rem;
  background: var(--ariqua-mint);
  box-shadow: 0 2rem 4rem rgba(13, 31, 60, 0.1);
}

.product-stage-inner {
  width: min(100%, 18.5rem);
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 1.5rem 3rem rgba(13, 31, 60, 0.14);
}

.bestseller-badge {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  border-radius: 999px;
  padding: 0.5rem 0.9rem;
  background: #ffffff;
  box-shadow: 0 0.75rem 1.5rem rgba(13, 31, 60, 0.08);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ariqua-sky);
}

.purchase-card {
  border: 1px solid var(--ariqua-border);
  border-radius: 2rem;
  background: #ffffff;
  box-shadow: var(--ariqua-shadow);
}

.quantity-shell {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  border: 1px solid rgba(13, 31, 60, 0.08);
  border-radius: 999px;
  padding: 0.35rem;
  background: #f8faf8;
}

.quantity-button {
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 50%;
  color: var(--ariqua-navy);
  background: #ffffff;
  box-shadow: 0 0.35rem 1rem rgba(13, 31, 60, 0.06);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.quantity-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.8rem 1.25rem rgba(13, 31, 60, 0.12);
}
/* 
.footer-dark {
  color: rgba(255, 255, 255, 0.76);
  background: linear-gradient();
  border-top: 4px solid var(--ariqua-green);
} */

.footer-dark {
  color: rgba(255, 255, 255, 0.76);

  background: linear-gradient(180deg, #3c628d 0%, #2e527a 40%, #21456c 100%);

  border-top: 4px solid var(--ariqua-green);
}
.footer-dark a {
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
}

.footer-dark a:hover {
  color: #ffffff;
}

.hover-lift {
  transition:
    transform 0.45s ease,
    box-shadow 0.45s ease,
    border-color 0.45s ease;
}

.hover-lift:hover {
  transform: translateY(-0.75rem);
  box-shadow: 0 1.75rem 3.25rem rgba(13, 31, 60, 0.14);

  border-right: 2px solid;
  border-bottom: 2px solid;

  border-right-color: rgba(72, 216, 46, 0.3);
  border-bottom-color: rgba(81, 228, 55, 0.3);
}

.product-stage img {
  transition: transform 0.75s ease;
  display: block;
  width: 100%;
  height: auto;
}

.product-stage:hover img {
  transform: scale(1.05);
}

.scroll-cue {
  display: inline-flex;
  opacity: 0;
  transform: translateY(0);
  transition: opacity 0.8s ease 0.9s;
  animation: cueBounce 2.3s ease-in-out infinite;
}

body.motion-ready .scroll-cue {
  opacity: 1;
}

@keyframes heroAura {
  0%,
  100% {
    transform: scale(0.92);
    opacity: 0.65;
  }
  50% {
    transform: scale(1.04);
    opacity: 1;
  }
}

@keyframes bottleFloat {
  0%,
  100% {
    transform: translate3d(0, -4px, 0) rotate(-1deg);
  }
  50% {
    transform: translate3d(0, 14px, 0) rotate(1deg);
  }
}

@keyframes chipFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -12px, 0);
  }
}

@keyframes cueBounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}

@keyframes wordBandMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 991.98px) {
  .section-space {
    padding: 4.5rem 0;
  }
  #mainNav {
    padding: 14px 0;
  }

  .brand-mark {
    height: 45px;
  }

  .navbar-collapse {
    margin-top: 18px;

    padding: 20px;

    border-radius: 20px;

    background: #102447;

    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  }

  .navbar-nav {
    gap: 0 !important;
  }

  .nav-item {
    margin: 8px 0;
  }

  .navbar-collapse .nav-link {
    color: #fff !important;

    font-size: 15px;

    padding: 10px 0;
  }

  .navbar-collapse .btn {
    margin-top: 18px;

    width: 100%;
  }

  .hero {
    min-height: auto;
    padding-top: 7rem;
  }

  .hero-visual {
    min-width: 100%;
    min-height: auto;
    margin-top: 1.5rem;
  }

  .product-image {
    max-height: 32rem;
  }

  .pure-section {
    padding: 80px 0;
  }

  .pure-left {
    height: 420px;
    margin-bottom: 50px;
    margin-top: 40px !important;
  }

  .pure-circle {
    width: 340px;
    height: 80px;
    bottom: 35px;
  }

  .pure-image {
    width: 420px;
  }

  .pure-image img {
    width: 100%;
    height: auto;
  }

  .pure-content {
    padding-left: 0;
    text-align: center;
  }

  .pure-heading {
    align-items: center;
  }

  .pure-heading span,
  .pure-heading em {
    font-size: 52px;
  }

  .pure-description {
    max-width: 100%;
    margin: 25px auto 40px;
  }

  .feature {
    gap: 18px;
    text-align: left;
  }

  .word-band {
    padding: 14px 0;
  }

  .word-band-track span {
    font-size: 2rem;
    margin: 0 25px;
  }

  .word-band-track span::before {
    margin-right: 15px;
  }

  .word-band-track span::after {
    margin-left: 15px;
  }

  .trust-strip {
    padding: 20px 0;
  }

  .trust-item {
    justify-content: center;
    text-align: center;
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .hero-copy .display-1 {
    font-size: 3.5rem;
  }

  .hero-copy .lead {
    font-size: 1rem;
  }

  .product-stage,
  .purchase-card,
  .soft-card,
  .review-card {
    border-radius: 1.5rem;
  }

  .word-band {
    font-size: 0.74rem;
    letter-spacing: 0.18em;
  }

  .pure-section {
    padding: 60px 0;
  }

  .pure-left {
    height: 330px;
    margin-bottom: 40px;
  }

  .pure-circle {
    width: 260px;
    height: 55px;
    bottom: 20px;
  }

  .pure-image {
    width: 520px !important;
  }

  .pure-image img {
    width: 100%;
  }

  .pure-heading span,
  .pure-heading em {
    font-size: 40px;
    line-height: 1;
  }

  .pure-description {
    font-size: 15px;
    line-height: 1.8;
  }

  .pure-features {
    gap: 20px;
  }

  .feature {
    gap: 15px;
  }

  .number {
    width: 42px;
    min-width: 42px;
    font-size: 34px;
  }

  .feature h5 {
    font-size: 18px;
  }

  .feature p {
    font-size: 14px;
  }
  /* trust section  */
  .trust-strip {
    padding: 16px 0;
  }

  .trust-item {
    flex-direction: column;
    gap: 8px;
    font-size: 13px;
  }

  .trust-item i,
  .trust-item svg {
    font-size: 22px;
    width: 22px;
    height: 22px;
  }

  .trust-item span {
    max-width: 120px;
    margin: auto;
    line-height: 1.3;
  }
}

@media (max-width: 576px) {
  .hero {
    min-height: auto;
    padding-top: 2rem !important;
  }
  .word-band {
    padding: 12px 0;
  }

  .word-band-track {
    animation-duration: 10s;
  }

  .word-band-track span {
    font-size: 1.4rem;
    margin: 0 18px;
  }

  .word-band-track span::before {
    margin-right: 10px;
  }

  .word-band-track span::after {
    margin-left: 10px;
  }

  .trust-strip {
    padding: 16px 0;
  }

  .trust-item {
    flex-direction: column;
    gap: 8px;
    font-size: 13px;
  }

  .trust-item i,
  .trust-item svg {
    font-size: 22px;
    width: 22px;
    height: 22px;
  }

  .trust-item span {
    max-width: 120px;
    margin: auto;
    line-height: 1.3;
  }

  .pure-left {
    height: 290px;
  }

  .pure-circle {
    width: 220px;
    height: 45px;
    bottom: 18px;
  }

  .pure-heading span,
  .pure-heading em {
    font-size: 34px;
  }

  .pure-description {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }

  .floating-chip,
  .scroll-cue {
    opacity: 1 !important;
  }
}
