/** Shopify CDN: Minification failed

Line 2201:0 All "@import" rules must come first

**/
/* AVA Custom Theme Styles v2026-04-24-timeline-1x1 */

/* =========================================================
   RESET + ROOT
   ========================================================= */
.ava-section, .ava-section *, .ava-section *::before, .ava-section *::after { box-sizing: border-box; }
html, body { scroll-behavior: smooth; scrollbar-width: none !important; -ms-overflow-style: none !important; }
body { overflow-x: clip; }
#header-group { height: 0; overflow: visible; position: relative; }
html::-webkit-scrollbar, body::-webkit-scrollbar { display: none !important; width: 0 !important; }
html { font-size: 16px; }

:root {
  --black:       #1C1C1C;
  --off-black:   #2A2A2A;
  --white:       #FFFFFF;
  --off-white:   #FFFFFF;
  --grey-1:      #F0F0EE;
  --grey-2:      #E2E2DF;
  --grey-3:      #C4C4C0;
  --grey-4:      #8C8C8A;
  --grey-5:      #5C5C5A;
  --font:        'Assistant', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --nav-h:       76px;
  --announce-h:  46px;
  --radius:      9999px;
  --transition:  0.25s ease;
  --transition-slow: 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  --site-pad:    58px;
  --narrow-page-width: 9999rem;
  --normal-page-width: 9999rem;
  --wide-page-width: 9999rem;
}

@media screen and (min-width: 750px) {
  .page-width-wide,
  .page-width-normal,
  .page-width-narrow,
  .page-width-content {
    --page-margin: var(--site-pad);
  }
}
@media screen and (min-width: 1537px) {
  :root {
    --site-pad: clamp(67px, 4.4vw, 180px);
  }
}

.ava-section {
  font-family: var(--font);
  font-weight: 400;
  color: var(--black);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.ava-section a { color: inherit; text-decoration: none; }
.ava-section button { font-family: var(--font); cursor: pointer; border: none; background: none; }
.ava-section ul { list-style: none; }
.ava-section img { display: block; width: 100%; height: 100%; object-fit: cover; }

/* Logo image sizing */
.brand-logo-img {
  display: block;
  object-fit: contain;
  object-position: left center;
}
/* Header nav — black logo on white bg */
.brand-logo-img--nav {
  height: 28px;
  width: auto;
  max-width: 120px;
}
/* Mobile menu — same treatment */
.mobile-menu__logo .brand-logo-img--nav {
  height: 26px;
}
/* Footer — black on light bg */
.brand-logo-img--footer {
  height: 28px;
  width: auto;
  max-width: 120px;
  margin-bottom: 14px;
}
/* Force footer SVG logos black */
.ft-logo-link .ava-logo--footer,
.ft-logo-link-v2 .ava-logo--footer,
.ava-logo--footer {
  color: var(--black) !important;
}
/* Watermark: white letterforms with gentle transparency */
.ava-logo--watermark {
  color: rgba(255,255,255,0.12);
}
/* Nav logo — color controlled by header state */
/* Override footer-brand__logo styles when it holds an img */
.footer-brand__logo {
  display: block;
}

/* =========================================================
   ANNOUNCEMENT BAR
   ========================================================= */
.announcement-bar {
  background: var(--black);
  color: var(--white);
  height: var(--announce-h);
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 200;
  padding: 0 var(--site-pad) 0 0;
}
.announcement-bar__inner {
  flex: 1;
  display: flex;
  align-items: stretch;
}
.announcement-bar__text {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.4;
  white-space: nowrap;
  padding: 0 16px;
}
.announcement-bar__text a {
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
  color: #fff;
}
.announcement-bar__divider {
  width: 1px;
  background: rgba(255,255,255,0.25);
  flex-shrink: 0;
  align-self: stretch;
}
.announcement-bar__close {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  background: none;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.2s;
  align-self: center;
  margin-left: 4px;
}
.announcement-bar__close svg {
  width: 18px;
  height: 18px;
  display: block;
}
.announcement-bar__close:hover { background: rgba(255,255,255,0.15); }

/* =========================================================
   HEADER / NAV
   ========================================================= */
.header {
  position: fixed;
  top: 12px;
  left: 16px;
  right: 16px;
  z-index: 100;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 99px;
  height: var(--nav-h);
  width: auto;
  transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease, -webkit-backdrop-filter 0.35s ease;
}
/* Solid header for non-index pages */
.header--solid {
  background: rgba(255,255,255,0.72) !important;
  backdrop-filter: saturate(180%) blur(20px) !important;
  -webkit-backdrop-filter: saturate(180%) blur(20px) !important;
  border: 1px solid rgba(226,226,223,0.5) !important;
  border-radius: 99px !important;
  position: fixed !important;
  top: 12px !important;
  left: 16px !important;
  right: 16px !important;
  width: auto !important;
}
/* Push main content below floating header on non-index pages */
.content-for-layout {
  padding-top: calc(var(--nav-h, 76px) + 24px) !important;
}
/* On the homepage the hero sits behind the transparent fixed header — no top padding needed */
.content-for-layout[data-template="index"] {
  padding-top: 0 !important;
}
.header--solid .ava-logo--nav { color: #1C1C1C !important; }
.header--solid .header__nav-link,
.header--solid a.header__nav-link { color: #1C1C1C !important; }
.header--solid .header__action-btn,
.header--solid a.header__action-btn { color: #1C1C1C !important; }
.header--solid .hamburger { color: #1C1C1C !important; }
.header--solid .cart-badge { background: #1C1C1C !important; color: #FFFFFF !important; }
/* Frosted glass on hover or when scrolled */
.header:hover,
.header.scrolled {
  background: rgba(255,255,255,0.72);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-color: rgba(226,226,223,0.5);
}
.header.scrolled {
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}
.header__inner {
  width: 100%;
  padding: 0 var(--site-pad);
  height: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.header__left {
  display: flex;
  align-items: center;
  gap: 0;
}
.header__logo {
  justify-self: center;
}

/* ---- AVA Logo — all placements ---- */
.ava-logo--nav {
  height: 34px;
  width: auto;
  max-width: 140px;
  display: block;
  color: #FFFFFF;
  transition: color 0.35s ease;
}
.header:hover .ava-logo--nav,
.header.scrolled .ava-logo--nav {
  color: #1C1C1C;
}
.ava-logo--footer {
  height: 28px;
  width: auto;
  max-width: 120px;
  display: block;
  color: #ffffff;
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__logo .ava-logo--nav {
  height: 34px;
  width: auto;
  max-width: 140px;
}

/* Header Shop Now button */
.header__shop-btn {
  height: 38px;
  padding: 0 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 99px;
  margin-right: 4px;
  flex-shrink: 0;
  transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}
/* Transparent state: white outline button */
.header:not(:hover):not(.scrolled) .header__shop-btn {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.7);
}
.header:not(:hover):not(.scrolled) .header__shop-btn:hover {
  background: rgba(255,255,255,0.15);
  border-color: var(--white);
}

/* Nav links */
.header__nav {
  display: flex;
  align-items: center;
  gap: 0;
}
.header .header__nav-link,
a.header__nav-link {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  padding: 0 16px;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  position: relative;
  transition: color 0.35s ease;
}
.header:hover .header__nav-link,
.header.scrolled .header__nav-link,
.header:hover a.header__nav-link,
.header.scrolled a.header__nav-link {
  color: #1C1C1C;
}
.header__nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  height: 2px;
  background: var(--black);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform var(--transition), background 0.35s ease;
}
/* White underline when header is transparent */
.header:not(:hover):not(.scrolled) .header__nav-link::after {
  background: var(--white);
}
.header__nav-link:hover::after { transform: scaleX(1); }
.header__nav-link:hover { color: var(--black); }

/* Header actions */
.header__actions {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: flex-end;
}
.header__action-btn,
.header a.header__action-btn,
a.header__action-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  border-radius: 50%;
  transition: background 0.35s ease, color 0.35s ease;
  position: relative;
}
.header:hover .header__action-btn,
.header.scrolled .header__action-btn,
.header:hover a.header__action-btn,
.header.scrolled a.header__action-btn {
  color: #1C1C1C;
}
.header__action-btn:hover { background: var(--grey-1); }
.header:not(:hover):not(.scrolled) .header__action-btn:hover {
  background: rgba(255,255,255,0.15);
}
.header__action-btn svg { width: 20px; height: 20px; }
.cart-badge {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 16px;
  height: 16px;
  background: var(--white);
  color: var(--black);
  border-radius: 50%;
  font-size: 9px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  transition: background 0.35s ease, color 0.35s ease;
}
.header:hover .cart-badge,
.header.scrolled .cart-badge {
  background: var(--black);
  color: var(--white);
}

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  min-height: 520px;
  overflow: hidden;
  margin-top: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #080707;
}
@media (max-width: 760px) {
  .hero { min-height: 480px; }
}
.hero__split {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 var(--site-pad);
}
.hero__content {
  flex: 1 1 50%;
  max-width: 600px;
  z-index: 2;
  padding-top: 10vh;
}
.hero__content .hero__title { max-width: 720px; }
.hero__content .hero__subtitle { max-width: 460px; }
.hero__canvas {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.hero__canvas video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  scale: 1.15;
}
.hero__eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.82);
  margin: 0 0 6px 0 !important;
  padding: 0 !important;
  opacity: 0;
  animation: fadeSlideUp 0.8s 0.2s forwards;
}
.hero__title {
  font-size: clamp(42px, 5.5vw, 78px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: var(--white);
  margin: 0 0 22px 0 !important;
  padding: 0 !important;
  opacity: 0;
  animation: fadeSlideUp 0.8s 0.35s forwards;
}
.hero__title-accent {
  display: inline-block;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -0.01em;
}
.hero__rating {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  opacity: 0;
  animation: fadeSlideUp 0.8s 0.2s forwards;
}
.hero__rating-stars {
  display: inline-flex;
  gap: 2px;
  color: #FFB020;
}
.hero__rating-stars svg {
  width: 16px;
  height: 16px;
  display: block;
}
.hero__rating-text {
  font-size: 13px;
  color: rgba(255,255,255,0.85);
  letter-spacing: 0.01em;
}
.hero__rating-text strong {
  color: #FFFFFF;
  font-weight: 700;
}
.hero__trust {
  list-style: none;
  margin: 14px 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  opacity: 0;
  animation: fadeSlideUp 0.8s 0.9s forwards;
}
.hero__trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(255,255,255,0.9);
}
.hero__trust-item svg {
  width: 16px;
  height: 16px;
  color: #FF6B00;
  flex-shrink: 0;
}
.hero__eyebrow { display: none !important; }
.hero__subtitle {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255,255,255,0.85);
  margin-bottom: 34px;
  max-width: 380px;
  opacity: 0;
  animation: fadeSlideUp 0.8s 0.5s forwards;
}
.hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeSlideUp 0.8s 0.65s forwards;
}
.hero__guarantee {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
  letter-spacing: 0.02em;
  opacity: 0;
  animation: fadeSlideUp 0.8s 0.8s forwards;
}
.hero__guarantee svg {
  width: 18px;
  height: 18px;
  color: #FFFFFF;
  flex-shrink: 0;
}
.hero__guarantee--mobile-only { display: none; }
@media (max-width: 760px) {
  .hero__guarantee--mobile-only { display: flex; }
}

/* CTA Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  padding: 0 28px;
  font-family: var(--font);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: var(--radius);
  cursor: pointer;
  transition: all var(--transition);
  white-space: nowrap;
}
.btn--primary {
  background: var(--white);
  color: var(--black);
  border: 2px solid var(--white);
}
.btn--primary:hover {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
}
.btn--secondary {
  background: transparent;
  color: #FFFFFF;
  border: 2px solid rgba(255,255,255,0.85);
}
.btn--secondary:hover {
  background: rgba(255,255,255,0.14);
  border-color: #FFFFFF;
  color: #FFFFFF;
}
/* Keep the hero's secondary CTA text white no matter what (e.g. "Clinical Studies") */
.hero__actions .btn--secondary,
.hero__actions a.btn--secondary {
  color: #FFFFFF !important;
}
.hero__actions .btn--secondary:hover,
.hero__actions a.btn--secondary:hover {
  color: #FFFFFF !important;
}
.btn--dark {
  background: var(--black);
  color: var(--white);
  border: 2px solid var(--black);
}
.btn--dark:hover {
  background: var(--off-black);
}
.btn--outline {
  background: transparent;
  color: var(--black);
  border: 2px solid var(--black);
}
.btn--outline:hover {
  background: var(--black);
  color: var(--white);
}

/* Indicator dots */
.hero__dots {
  position: absolute;
  bottom: 28px;
  right: 60px;
  display: flex;
  gap: 8px;
}
.hero__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  cursor: pointer;
  transition: background var(--transition), transform var(--transition);
}
.hero__dot.active {
  background: var(--white);
  transform: scale(1.25);
}

/* =========================================================
   MARQUEE / TICKER  — "Our Technology" style
   ========================================================= */
.marquee-section {
  background: var(--white);
  width: 100%;
  border-top: 1px solid var(--grey-2);
  border-bottom: 1px solid var(--grey-2);
  overflow: hidden;
  padding: 22px 0;
}
.marquee-track {
  display: flex;
  align-items: center;
  gap: 28px;
  animation: marqueeScroll var(--marquee-speed, 28s) linear infinite;
  width: max-content;
}
.marquee-section--static { padding: 18px 24px; }
.marquee-track--static {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 24px;
  width: 100%;
  animation: none;
  flex-wrap: wrap;
}
.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.marquee-item svg {
  width: 18px;
  height: 18px;
  color: var(--black);
  flex-shrink: 0;
}
.marquee-track--static .marquee-text {
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--black);
}
.marquee-track--static .marquee-dot {
  width: 4px;
  height: 4px;
  background: var(--grey-3);
}
@media (max-width: 760px) {
  .marquee-section--static { padding: 14px 24px; }
  .marquee-track--static { justify-content: space-between; gap: 6px; }
  .marquee-track--static .marquee-dot { width: 4px; height: 4px; display: block; flex-shrink: 0; }
  .marquee-track--static .marquee-text { font-size: 15px; white-space: nowrap; letter-spacing: 0; }
  .marquee-text--desktop-only,
  .marquee-dot--desktop-only { display: none !important; }
}
@media (max-width: 380px) {
  .marquee-section--static { padding: 14px 16px; }
  .marquee-track--static .marquee-text { font-size: 13px; }
  .marquee-track--static .marquee-dot { width: 3px; height: 3px; }
}
.marquee-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--black);
  flex-shrink: 0;
}
.marquee-text {
  font-size: clamp(22px, 2.6vw, 34px);
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--black);
  white-space: nowrap;
  flex-shrink: 0;
}
.marquee-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 22px;
  background: var(--black);
  color: var(--white);
  font-family: var(--font);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: 9999px;
  white-space: nowrap;
  flex-shrink: 0;
  cursor: pointer;
  transition: background var(--transition), transform var(--transition);
}
.marquee-btn:hover { background: var(--off-black); }

/* =========================================================
   FEATURE SLIDER  ("Support your day…" section)
   ========================================================= */
.feature-slider {
  background: var(--grey-1);
  padding: 64px 0 72px;
  overflow: hidden;
}
.feature-slider__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 10px;
  padding: 0 var(--site-pad);
}
.feature-slider__heading {
  font-size: clamp(26px, 3.4vw, 46px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: var(--black);
  max-width: 680px;
}
.feature-slider__nav {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  margin-top: 6px;
}
.feature-slider__nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background var(--transition), transform var(--transition);
  flex-shrink: 0;
}
.feature-slider__nav-btn--prev {
  background: var(--grey-2);
  color: var(--black);
}
.feature-slider__nav-btn--prev:hover {
  background: var(--grey-3);
}
.feature-slider__nav-btn--next {
  background: var(--black);
  color: var(--white);
}
.feature-slider__nav-btn--next:hover {
  background: var(--off-black);
}
.feature-slider__nav-btn svg {
  width: 20px;
  height: 20px;
}
.feature-slider__desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--grey-5);
  max-width: 700px;
  margin-bottom: 36px;
  padding: 0 var(--site-pad);
}
/* Stage: viewport + side arrows */
.feature-slider__stage {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
}
.feature-slider__side-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-70%);
  z-index: 2;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.25s, transform 0.25s;
  flex-shrink: 0;
  background: var(--white);
  color: var(--black);
  box-shadow: 0 2px 12px rgba(0,0,0,0.12);
}
.feature-slider__side-btn:hover {
  background: var(--black);
  color: var(--white);
}
.feature-slider__side-btn svg { width: 22px; height: 22px; }
.feature-slider__side-btn--prev { left: -24px; }
.feature-slider__side-btn--next { right: -24px; }

/* Desktop-only static grid of 4 cards */
.feature-slider__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 var(--site-pad);
  box-sizing: border-box;
}
@media (max-width: 1100px) and (min-width: 769px) {
  .feature-slider__grid { padding: 0 var(--site-pad); gap: 18px; }
}

/* Mobile-only individual card scroll */
.feature-slider__mobile-track {
  display: none;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  gap: 12px;
  padding: 0;
  scroll-padding-inline-start: 24px;
}
.feature-slider__mobile-track > .feature-slider__mobile-card:first-child {
  margin-left: 24px;
}
.feature-slider__mobile-track > .feature-slider__mobile-card:last-child {
  margin-right: 24px;
}
.feature-slider__mobile-track::-webkit-scrollbar { display: none; }
.feature-slider__mobile-card {
  min-width: 72vw;
  max-width: 72vw;
  flex-shrink: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.feature-slider__mobile-card .feature-card__image {
  height: 180px;
  width: 100%;
  aspect-ratio: auto;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 12px;
  background: var(--grey-2);
}
.feature-slider__mobile-card .feature-card__image img,
.feature-slider__mobile-card .feature-card__image svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.feature-slider__mobile-card .feature-card__title { font-size: 16px; font-weight: 700; color: var(--black); margin-bottom: 8px; }
.feature-slider__mobile-card .feature-card__body { font-size: 13px; line-height: 1.6; color: var(--grey-5); }

/* Mobile carousel progress indicator */
.feature-slider__mobile-indicator {
  display: none;
  gap: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 22px;
  padding: 0 24px;
}
.feature-slider__mobile-indicator-dash {
  width: 22px;
  height: 2px;
  background: #D6D6D2;
  border-radius: 99px;
  cursor: pointer;
  transition: background 0.22s, width 0.28s ease;
}
.feature-slider__mobile-indicator-dash.is-active {
  background: var(--black);
  width: 40px;
}

/* Viewport that clips overflowing slides */
.feature-slider__viewport {
  overflow: hidden;
  margin: 0 -8px;
  flex: 1;
}
@media (max-width: 768px) {
  .feature-slider__side-btn { width: 40px; height: 40px; }
  .feature-slider__side-btn--prev { left: -8px; }
  .feature-slider__side-btn--next { right: -8px; }
  .feature-slider__side-btn svg { width: 18px; height: 18px; }
}
.feature-slider__track {
  display: flex;
  gap: 0;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
/* Each "page" = 3 cards side by side */
.feature-slide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  min-width: 100%;
  padding: 0 8px;
  box-sizing: border-box;
}
.feature-card {
  background: transparent;
}
.feature-card__image {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  overflow: hidden;
  background: var(--grey-2);
  margin-bottom: 20px;
}
.feature-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform var(--transition-slow);
}
.feature-card:hover .feature-card__image img {
  transform: scale(1.04);
}
.feature-card__title {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--black);
  margin-bottom: 8px;
}
.feature-card__body {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--grey-5);
}
a.feature-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  height: 44px;
  padding: 0 22px;
  background: var(--black);
  color: #FFFFFF !important;
  border-radius: 99px;
  font-family: var(--font);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, gap 0.2s;
  align-self: flex-start;
  width: fit-content;
}
a.feature-card__cta svg { width: 16px; height: 16px; flex-shrink: 0; transition: transform 0.2s; }
a.feature-card__cta:hover { background: #333; color: #FFFFFF !important; }
a.feature-card__cta:hover svg { transform: translateX(3px); }

.feature-slider__mobile-cta-wrap {
  display: none;
  justify-content: center;
  margin-top: 22px;
  padding: 0 24px;
}
@media (max-width: 768px) {
  .feature-slider__mobile-cta-wrap { display: flex; }
  a.feature-card__cta--mobile { margin-top: 0; }
}
/* Slide counter dots */
.feature-slider__dots {
  display: flex;
  gap: 6px;
  margin-top: 32px;
  justify-content: center;
}
.feature-slider__dot {
  width: 32px !important;
  height: 3px !important;
  border-radius: 99px !important;
  background: #D6D6D4 !important;
  border: none !important;
  cursor: pointer;
  transition: background 0.3s, width 0.3s;
  padding: 0 !important;
  margin: 0 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}
.feature-slider__dot.active {
  background: #1C1C1C !important;
  width: 48px !important;
}

/* =========================================================
   SECTION COMMON
   ========================================================= */
.section {
  padding: 80px 0;
}
.container {
  padding: 0 var(--site-pad);
}
.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 36px;
}
.section-header__left {}
.section-heading {
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--black);
}
.section-subheading {
  font-size: 14px;
  font-weight: 400;
  color: var(--grey-4);
  margin-top: 6px;
  line-height: 1.5;
}
.section-link {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--black);
  display: flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 2px;
  border-bottom: 2px solid var(--black);
  transition: gap var(--transition), opacity var(--transition);
  white-space: nowrap;
}
.section-link:hover { gap: 10px; opacity: 0.7; }
.section-link svg { width: 14px; height: 14px; }

/* =========================================================
   PRODUCT GRID
   ========================================================= */
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: var(--grey-2);
}

.product-card {
  background: var(--white);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.product-card__image-wrap {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--grey-1);
}
.product-card__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}
.product-card:hover .product-card__image-wrap img {
  transform: scale(1.06);
}
.product-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.badge {
  display: inline-block;
  padding: 3px 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 2px;
}
.badge--new { background: var(--black); color: var(--white); }
.badge--sale { background: #C0392B; color: var(--white); }
.badge--soldout { background: var(--grey-3); color: var(--white); }

.product-card__quick-add {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--black);
  color: var(--white);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 14px;
  text-align: center;
  transform: translateY(100%);
  transition: transform var(--transition-slow);
  cursor: pointer;
}
.product-card:hover .product-card__quick-add {
  transform: translateY(0);
}

.product-card__info {
  padding: 14px 16px 18px;
}
.product-card__vendor {
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--grey-4);
  margin-bottom: 4px;
}
.product-card__title {
  font-size: 15px;
  font-weight: 600;
  color: var(--black);
  line-height: 1.3;
  margin-bottom: 6px;
}
.product-card__price-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-card__price {
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
}
.product-card__price--compare {
  font-size: 13px;
  font-weight: 400;
  color: var(--grey-3);
  text-decoration: line-through;
}
.product-card__price--sale { color: #C0392B; }

.product-card__swatches {
  display: flex;
  gap: 5px;
  margin-top: 8px;
}
.swatch {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: border-color var(--transition);
}
.swatch:hover, .swatch.active { border-color: var(--black); }
.swatch--white { background: #F5F5F5; border: 1.5px solid var(--grey-3); }
.swatch--black { background: #1C1C1C; }
.swatch--brown { background: #8B6555; }
.swatch--tan { background: #C8A882; }
.swatch--grey { background: #9E9E9E; }
.swatch--navy { background: #2C3E6B; }

/* =========================================================
   PROMO BANNER (split)
   ========================================================= */
.promo-banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
}
.promo-banner--reverse { direction: rtl; }
.promo-banner--reverse > * { direction: ltr; }

.promo-banner__image {
  position: relative;
  overflow: hidden;
  background: var(--grey-1);
}
.promo-banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}
.promo-banner:hover .promo-banner__image img {
  transform: scale(1.04);
}
.promo-banner__content {
  background: var(--off-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 72px;
}
.promo-banner__eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--grey-4);
  margin-bottom: 16px;
}
.promo-banner__title {
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--black);
  margin-bottom: 16px;
}
.promo-banner__body {
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--grey-5);
  margin-bottom: 32px;
  max-width: 380px;
}
.promo-banner__actions {
  display: flex;
  gap: 12px;
}

/* =========================================================
   COLLECTION GRID
   ========================================================= */
.collection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--grey-2);
}
.collection-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--grey-1);
  cursor: pointer;
}
.collection-card--tall {
  grid-row: span 2;
  aspect-ratio: auto;
}
.collection-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}
.collection-card:hover .collection-card__image {
  transform: scale(1.05);
}
.collection-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.52) 0%,
    rgba(0,0,0,0.1) 50%,
    transparent 100%
  );
}
.collection-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 28px 32px;
}
.collection-card__label {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.72);
  margin-bottom: 6px;
}
.collection-card__title {
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--white);
  margin-bottom: 14px;
  line-height: 1.15;
}
.collection-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white);
  border-bottom: 1.5px solid rgba(255,255,255,0.5);
  padding-bottom: 2px;
  transition: border-color var(--transition), gap var(--transition);
}
.collection-card:hover .collection-card__cta {
  gap: 10px;
  border-color: var(--white);
}
.collection-card__cta svg { width: 13px; height: 13px; }

/* =========================================================
   BRAND STRIP / LOGOS
   ========================================================= */
.brand-strip {
  padding: 48px 0;
  border-top: 1px solid var(--grey-2);
  border-bottom: 1px solid var(--grey-2);
  background: var(--white);
}
.brand-strip__label {
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--grey-4);
  margin-bottom: 28px;
}
.brand-strip__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
  flex-wrap: wrap;
}
.brand-logo {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--grey-3);
  transition: color var(--transition);
  cursor: default;
}
.brand-logo:hover { color: var(--black); }

/* =========================================================
   FEATURES / USP ROW
   ========================================================= */
.usp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--grey-2);
  border-bottom: 1px solid var(--grey-2);
}
.usp-item {
  padding: 36px 32px;
  border-right: 1px solid var(--grey-2);
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.usp-item:last-child { border-right: none; }
.usp-item__icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  color: var(--black);
  margin-top: 2px;
}
.usp-item__icon svg { width: 100%; height: 100%; }
.usp-item__title {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 5px;
  letter-spacing: -0.01em;
}
.usp-item__desc {
  font-size: 13px;
  font-weight: 400;
  color: var(--grey-4);
  line-height: 1.55;
}

/* =========================================================
   FEATURED PRODUCT (Hero product)
   ========================================================= */
.featured-product {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  min-height: 640px;
}
.featured-product__gallery {
  position: relative;
  background: var(--grey-1);
  overflow: hidden;
}
.featured-product__gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-product__gallery-thumbs {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: flex;
  gap: 8px;
}
.thumb {
  width: 52px;
  height: 52px;
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color var(--transition);
}
.thumb.active { border-color: var(--black); }
.thumb img { width: 100%; height: 100%; object-fit: cover; }

.featured-product__info {
  padding: 56px 64px 56px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.featured-product__brand {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--grey-4);
  margin-bottom: 10px;
}
.featured-product__title {
  font-size: clamp(26px, 2.8vw, 38px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--black);
  margin-bottom: 12px;
}
.featured-product__rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
}
.stars { display: flex; gap: 2px; }
.star { font-size: 13px; color: #F59E0B; }
.star-empty { font-size: 13px; color: var(--grey-3); }
.rating-count {
  font-size: 12.5px;
  color: var(--grey-4);
  font-weight: 400;
}
.featured-product__price {
  font-size: 22px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 24px;
}
.featured-product__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--grey-5);
  margin-bottom: 28px;
  max-width: 380px;
}
.featured-product__variants {
  margin-bottom: 28px;
}
.variant-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 10px;
}
.variant-options {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.variant-option {
  height: 38px;
  min-width: 52px;
  padding: 0 14px;
  border: 1.5px solid var(--grey-2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all var(--transition);
  border-radius: 4px;
}
.variant-option:hover { border-color: var(--black); }
.variant-option.active { border-color: var(--black); background: var(--black); color: var(--white); }
.variant-option.sold-out { opacity: 0.4; cursor: default; text-decoration: line-through; }
.featured-product__add {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.featured-product__add .btn { width: 100%; height: 52px; font-size: 13.5px; }
.featured-product__meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--grey-2);
}
.featured-product__meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: var(--grey-4);
}
.featured-product__meta-item svg { width: 15px; height: 15px; flex-shrink: 0; }

/* =========================================================
   TESTIMONIALS
   ========================================================= */
.testimonials {
  background: var(--off-white);
  padding: 80px 0;
}
.testimonials .section-header {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 40px;
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--grey-2);
}
.testimonial-card {
  background: var(--white);
  padding: 32px 28px;
}
.testimonial-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 14px;
}
.testimonial-stars .star { font-size: 14px; }
.testimonial-text {
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--black);
  margin-bottom: 20px;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.testimonial-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--grey-1);
  overflow: hidden;
  flex-shrink: 0;
}
.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--black);
}
.testimonial-location {
  font-size: 12px;
  color: var(--grey-4);
}
.testimonial-verified {
  font-size: 11px;
  color: #27AE60;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 14px;
}
.testimonial-verified svg { width: 13px; height: 13px; }

/* =========================================================
   EMAIL / NEWSLETTER
   ========================================================= */
.newsletter {
  background: var(--black);
  padding: 80px 0;
  text-align: center;
}
.newsletter__eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 14px;
}
.newsletter__title {
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--white);
  margin-bottom: 10px;
}
.newsletter__desc {
  font-size: 14.5px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 32px;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
.newsletter__form {
  display: flex;
  max-width: 480px;
  margin: 0 auto;
  gap: 0;
}
.newsletter__input {
  flex: 1;
  height: 52px;
  padding: 0 20px;
  background: rgba(255,255,255,0.08);
  border: 1.5px solid rgba(255,255,255,0.18);
  border-right: none;
  color: var(--white);
  font-family: var(--font);
  font-size: 14px;
  outline: none;
  transition: border-color var(--transition);
}
.newsletter__input::placeholder { color: rgba(255,255,255,0.35); }
.newsletter__input:focus { border-color: rgba(255,255,255,0.5); }
.newsletter__submit {
  height: 52px;
  padding: 0 28px;
  background: var(--white);
  color: var(--black);
  font-family: var(--font);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  border: 1.5px solid var(--white);
  transition: all var(--transition);
  white-space: nowrap;
}
.newsletter__submit:hover {
  background: var(--grey-2);
}
.newsletter__note {
  margin-top: 14px;
  font-size: 11.5px;
  color: rgba(255,255,255,0.3);
}

/* =========================================================
   INSTAGRAM GRID
   ========================================================= */
.instagram-section {
  padding: 60px 0;
  overflow: hidden;
}
.instagram-header {
  text-align: center;
  margin-bottom: 28px;
}
.instagram-handle {
  font-size: 15px;
  font-weight: 600;
  color: var(--black);
  letter-spacing: 0.01em;
}
.instagram-handle span { color: var(--grey-4); }
.instagram-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2px;
}
.instagram-item {
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--grey-1);
  cursor: pointer;
  position: relative;
}
.instagram-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}
.instagram-item:hover img { transform: scale(1.07); }
.instagram-item__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition);
}
.instagram-item:hover .instagram-item__overlay {
  background: rgba(0,0,0,0.25);
}
.instagram-item__icon {
  color: white;
  opacity: 0;
  transition: opacity var(--transition);
}
.instagram-item__icon svg { width: 28px; height: 28px; }
.instagram-item:hover .instagram-item__icon { opacity: 1; }

/* =========================================================
   FOOTER
   ========================================================= */
/* =========================================================
   FOOTER — REDESIGNED
   ========================================================= */
.site-footer,
.ava-footer-section,
.ava-footer-section > .site-footer,
footer > .shopify-section.ava-footer-section {
  background: #FFFFFF !important;
}
.site-footer {
  width: 100%;
  max-width: 100%;
  color: var(--black);
  font-size: 13.5px;
  position: relative;
}
.ft-top {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  padding: 72px var(--site-pad) 56px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.ft-logo-link { display: block; margin-bottom: 18px; }
.ft-logo-link .ava-logo--footer { height: 28px; width: auto; }
.ft-tagline {
  font-size: 13.5px;
  line-height: 1.65;
  color: rgba(255,255,255,0.42);
  max-width: 300px;
  margin-bottom: 24px;
}
.ft-socials { display: flex; gap: 10px; }
.ft-social {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.14);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.5);
  transition: border-color 0.25s, color 0.25s, background 0.25s;
}
.ft-social:hover { border-color: rgba(255,255,255,0.5); color: var(--white); background: rgba(255,255,255,0.06); }
.ft-social svg { width: 15px; height: 15px; }
.ft-nl-label {
  font-size: 10px; font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase; color: rgba(255,255,255,0.3); margin-bottom: 10px;
}
.ft-nl-heading {
  font-size: clamp(16px, 1.6vw, 22px); font-weight: 700;
  letter-spacing: -0.02em; color: var(--white); line-height: 1.25; margin-bottom: 20px;
}
.ft-nl-form { display: flex; gap: 0; margin-bottom: 12px; }
.ft-nl-input {
  flex: 1; height: 48px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.14); border-right: none;
  color: var(--white); font-family: var(--font); font-size: 13.5px;
  padding: 0 18px; outline: none;
  border-radius: 99px 0 0 99px;
  transition: border-color 0.25s;
}
.ft-nl-input::placeholder { color: rgba(255,255,255,0.25); }
.ft-nl-input:focus { border-color: rgba(255,255,255,0.35); }
.ft-nl-btn {
  height: 48px; padding: 0 28px;
  background: var(--white); color: var(--black);
  font-family: var(--font); font-size: 12.5px; font-weight: 700;
  letter-spacing: 0.06em; border: none; cursor: pointer;
  border-radius: 0 99px 99px 0; transition: background 0.25s; white-space: nowrap;
}
.ft-nl-btn:hover { background: var(--grey-2); }
.ft-nl-note { font-size: 11px; color: rgba(255,255,255,0.22); }
.ft-sitemap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px 32px;
  padding: 52px var(--site-pad) 48px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.ft-col { display: flex; flex-direction: column; }
.ft-col-head {
  font-size: 10px; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: rgba(255,255,255,0.65);
  margin-bottom: 16px; display: block;
}
.ft-link {
  font-size: 13px; color: rgba(255,255,255,0.4);
  padding: 4px 0; transition: color 0.2s; display: block; line-height: 1.5;
}
.ft-link:hover { color: var(--white); }
.ft-mid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px var(--site-pad);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  gap: 20px;
  flex-wrap: wrap;
}
.ft-payments { display: flex; gap: 8px; flex-wrap: wrap; }
.ft-pay {
  height: 26px; padding: 0 10px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1); border-radius: 4px;
  font-size: 10px; font-weight: 600; letter-spacing: 0.04em;
  color: rgba(255,255,255,0.35); display: flex; align-items: center;
}
.ft-copy { font-size: 12px; color: rgba(255,255,255,0.22); }

/* Language + currency selectors */
.ft-locale {
  display: flex;
  gap: 10px;
  align-items: center;
}
.ft-select-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.ft-select-icon {
  position: absolute;
  left: 10px;
  width: 14px;
  height: 14px;
  color: rgba(255,255,255,0.4);
  pointer-events: none;
  flex-shrink: 0;
}
.ft-select-chevron {
  position: absolute;
  right: 10px;
  width: 13px;
  height: 13px;
  color: rgba(255,255,255,0.35);
  pointer-events: none;
}
.ft-select {
  appearance: none;
  -webkit-appearance: none;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 99px;
  color: rgba(255,255,255,0.65);
  font-family: var(--font);
  font-size: 12px;
  font-weight: 500;
  padding: 0 32px 0 30px;
  height: 32px;
  outline: none;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  min-width: 155px;
}
.ft-select:hover {
  border-color: rgba(255,255,255,0.28);
  background: rgba(255,255,255,0.1);
}
.ft-select option { background: #1C1C1C; color: #fff; }

/* Watermark — full bleed, edge to edge */
.ft-watermark {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.ft-wm-svg {
  display: block;
  width: 100%;
  height: auto;
}
.ava-logo--watermark {
  width: 100%;
  height: auto;
  display: block;
  color: rgba(255,255,255,0.12);
}

/* Responsive */
@media (max-width: 1100px) {
  .ft-sitemap { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .ft-top { grid-template-columns: 1fr; gap: 40px; padding: 48px 24px 40px; }
  .ft-sitemap { grid-template-columns: repeat(2, 1fr); padding: 40px 24px 36px; gap: 32px 24px; }
  .ft-mid { padding: 16px 24px; flex-direction: column; align-items: flex-start; gap: 14px; }
  .ft-nl-form { flex-direction: column; }
  .ft-nl-input { border-right: 1px solid rgba(255,255,255,0.14); border-radius: 99px; }
  .ft-nl-btn { border-radius: 99px; }
  .ft-wm-svg { max-height: 180px; }
  .ft-locale { flex-wrap: wrap; }
  .ft-select { min-width: 140px; }
}

/* =========================================================
   FOOTER V2 — Clean minimal layout
   ========================================================= */

/* Row 1: Brand + Sitemap */
.ft-row1 {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 60px;
  padding: 72px var(--site-pad) 48px;
  width: 100%;
}
.ft-brand-v2 {
  max-width: 660px;
}
.ft-logo-link-v2 { display: block; margin-bottom: 16px; }
.ft-logo-link-v2 .ava-logo--footer { height: 28px; width: auto; }
.ft-tagline-v2 {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 400;
  letter-spacing: -0.01em;
  text-transform: none;
  color: rgba(28,28,28,0.5);
  line-height: 1;
  max-width: 780px;
  margin-top: 20px;
}
.ft-tl-ic {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: -0.12em;
  margin: 0 2px;
  color: rgba(28,28,28,0.38);
}
.ft-tl-rd {
  display: inline-flex;
  align-items: center;
  font-size: 0.45em;
  font-weight: 700;
  letter-spacing: 0.06em;
  border: 1.5px solid rgba(28,28,28,0.3);
  border-radius: 5px;
  padding: 4px 8px;
  vertical-align: 0.25em;
  margin: 0 4px;
  color: rgba(28,28,28,0.45);
  line-height: 1;
}
.ft-nl-inline {
  margin-top: 28px;
}
.ft-socials-v2 {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}
.ft-sitemap-v2 {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.ft-nl-heading-v2 {
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--black);
  line-height: 1.3;
  margin-bottom: 14px;
}
.ft-nl-form-v2 {
  display: flex !important;
  flex-direction: row !important;
  gap: 0;
  width: 100%;
  max-width: 480px;
}
.ft-nl-input-v2 {
  flex: 1 !important;
  height: 54px !important;
  background: #FFFFFF !important;
  border: 1.5px solid rgba(28,28,28,0.12) !important;
  border-right: none !important;
  border-radius: 99px 0 0 99px !important;
  color: #1C1C1C !important;
  font-family: var(--font);
  font-size: 15px;
  padding: 0 22px;
  outline: none;
  min-width: 0;
}
.ft-nl-input-v2::placeholder { color: #8C8C8A !important; }
.ft-nl-btn-v2 {
  height: 54px !important;
  padding: 0 32px !important;
  background: var(--black) !important;
  color: #FFFFFF !important;
  font-family: var(--font);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  border: none !important;
  cursor: pointer;
  border-radius: 0 99px 99px 0 !important;
  transition: background 0.25s, color 0.25s;
  white-space: nowrap;
  flex-shrink: 0;
}
.ft-nl-btn-v2:hover { background: #FF6B00 !important; color: #FFFFFF !important; }
.ft-nl-note-v2 {
  font-size: 11.5px;
  color: rgba(28,28,28,0.6);
  margin-top: 10px;
}
.ft-col-v2 {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.ft-col-head-v2 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(28,28,28,0.55);
  margin-bottom: 16px;
}
.ft-link-v2 {
  font-size: 15px;
  color: var(--black);
  padding: 5px 0;
  transition: opacity 0.2s;
  display: block;
  text-decoration: none;
  white-space: nowrap;
}
.ft-link-v2:hover { opacity: 0.55; }

/* Bottom: Copyright */
.ft-bottom-v2 {
  padding: 24px var(--site-pad);
  width: 100%;
  border-top: 1px solid rgba(28,28,28,0.12);
}
.ft-copy-v2 {
  font-size: 12.5px;
  color: rgba(28,28,28,0.5);
}
.ft-social-v2 {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(28,28,28,0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  transition: border-color 0.25s, background 0.25s, color 0.25s;
  text-decoration: none;
}
.ft-social-v2:hover {
  border-color: var(--black);
  background: rgba(28,28,28,0.06);
  color: var(--black);
}
.ft-social-v2 svg { width: 16px; height: 16px; }


/* Footer big text reveal — pre-rendered GIF */
.ft-reveal {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0;
  line-height: 0;
}
.ft-reveal__img,
.ft-reveal__video {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  background: transparent;
}
.ft-reveal__video {
  pointer-events: none;
  object-fit: cover;
}

/* ---------- Live CSS reveal — crisp at any resolution ---------- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap');

.ft-reveal__stage {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  filter: url(#ftRevealGoo);
}
.ft-reveal__text {
  font-family: 'Inter', 'Assistant', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  font-size: 11vw;
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: var(--black);
  white-space: nowrap;
  animation: ftRevealCycle 9s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  will-change: filter, opacity;
}
@keyframes ftRevealCycle {
  0%    { opacity: 0;    filter: blur(42px); }
  2%    { opacity: 0.15; filter: blur(40px); }
  5%    { opacity: 0.4;  filter: blur(34px); }
  8%    { opacity: 0.65; filter: blur(30px); }
  11%   { opacity: 0.85; filter: blur(25px); }
  14%   { opacity: 0.96; filter: blur(21px); }
  17%   { opacity: 1;    filter: blur(17px); }
  20%   { opacity: 1;    filter: blur(13px); }
  24%   { opacity: 1;    filter: blur(9px); }
  28%   { opacity: 1;    filter: blur(6px); }
  32%   { opacity: 1;    filter: blur(4px); }
  35%   { opacity: 1;    filter: blur(2px); }
  37%   { opacity: 1;    filter: blur(1px); }
  39%   { opacity: 1;    filter: blur(0); }
  61%   { opacity: 1;    filter: blur(0); }
  63%   { opacity: 1;    filter: blur(1px); }
  65%   { opacity: 1;    filter: blur(2px); }
  68%   { opacity: 1;    filter: blur(4px); }
  72%   { opacity: 1;    filter: blur(6px); }
  76%   { opacity: 1;    filter: blur(9px); }
  80%   { opacity: 1;    filter: blur(13px); }
  83%   { opacity: 1;    filter: blur(17px); }
  86%   { opacity: 0.96; filter: blur(21px); }
  89%   { opacity: 0.85; filter: blur(25px); }
  92%   { opacity: 0.65; filter: blur(30px); }
  95%   { opacity: 0.4;  filter: blur(34px); }
  98%   { opacity: 0.15; filter: blur(40px); }
  100%  { opacity: 0;    filter: blur(42px); }
}
@media (prefers-reduced-motion: reduce) {
  .ft-reveal__text { animation: none; filter: none; opacity: 1; }
  .ft-reveal__stage { filter: none; }
}
.ft-reveal--mobile.ft-reveal__img { display: none; }
.ft-reveal--desktop { display: flex; }

@media (max-width: 760px) {
  .ft-reveal--desktop { display: none; }
  .ft-reveal--mobile.ft-reveal__img { display: block; }
}

@media (max-width: 900px) {
  .ft-row1 {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 48px 24px 36px;
  }
  .ft-sitemap-v2 {
    gap: 28px 24px;
    flex-wrap: wrap;
  }
  .ft-sitemap-v2 .ft-col-v2 { min-width: calc(50% - 12px); }
  .ft-nl-form-v2 { flex-direction: column !important; gap: 12px !important; max-width: 100% !important; }
  .ft-nl-input-v2 { border-radius: 99px !important; height: 54px !important; font-size: 16px !important; }
  .ft-nl-btn-v2 { border-radius: 99px !important; border-left: none !important; height: 54px !important; width: 100% !important; }
  .ft-bottom-v2 { padding: 24px; }
}

/* =========================================================
   SLIDE-OUT CART
   ========================================================= */
.cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 300;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.cart-overlay.open {
  opacity: 1;
  pointer-events: all;
}
.cart-drawer {
  position: fixed;
  top: 0; right: 0;
  width: 420px;
  height: 100vh;
  background: var(--white);
  z-index: 301;
  transform: translateX(100%);
  transition: transform var(--transition-slow), box-shadow var(--transition-slow);
  display: flex;
  flex-direction: column;
  box-shadow: none;
}
.cart-drawer.open { transform: translateX(0); box-shadow: -4px 0 40px rgba(0,0,0,0.15); }
.cart-drawer__header {
  padding: 22px 28px;
  border-bottom: 1px solid var(--grey-2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.cart-drawer__title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cart-drawer__close {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: none; background: none;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background var(--transition);
}
.cart-drawer__close:hover { background: var(--grey-1); }
.cart-drawer__close svg { width: 20px; height: 20px; stroke: #FF6B00; }
.cart-drawer__items {
  flex: 1;
  overflow-y: auto;
  padding: 8px 28px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.cart-drawer__items::-webkit-scrollbar { display: none; }
.cart-drawer__empty {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 48px 28px;
  color: var(--grey-4);
}
.cart-drawer__empty svg { width: 48px; height: 48px; color: var(--grey-3); }
.cart-drawer__empty p { font-size: 15px; font-weight: 600; color: var(--grey-4); }
.cart-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--grey-2);
  position: relative;
}
.cart-item__image {
  aspect-ratio: 1 / 1;
  background: var(--grey-1);
  overflow: hidden;
  border-radius: 8px;
}
.cart-item__image img { width:100%; height:100%; object-fit:cover; }
.cart-item__details { display: flex; flex-direction: column; gap: 3px; }
.cart-item__title { font-size: 14px; font-weight: 700; color: var(--black); padding-right: 24px; }
.cart-item__variant { font-size: 12px; color: var(--grey-4); }
.cart-item__price { font-size: 14px; font-weight: 700; color: var(--black); margin-top: 2px; }
.cart-item__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}
.cart-item__qty {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid var(--grey-2);
  border-radius: 99px;
  padding: 2px 4px;
}
.qty-btn {
  width: 24px; height: 24px;
  border: none; background: none;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 17px; font-weight: 300; line-height: 1;
  cursor: pointer; color: var(--black);
  transition: background 0.15s;
}
.qty-btn:hover { background: var(--grey-1); }
.qty-val { font-size: 13px; font-weight: 600; min-width: 18px; text-align: center; }
.cart-item__remove {
  width: 28px; height: 28px;
  border: none; background: none;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  border-radius: 6px;
  color: var(--grey-3);
  transition: color 0.2s, background 0.2s;
  flex-shrink: 0;
}
.cart-item__remove:hover { color: #C0392B; background: #FEF2F2; }
.cart-item__remove svg { width: 16px; height: 16px; }
.cart-drawer__footer {
  padding: 20px 28px 28px;
  border-top: 1px solid var(--grey-2);
  flex-shrink: 0;
}
.cart-drawer__subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  font-size: 14px;
}
.cart-drawer__subtotal span:last-child { font-weight: 700; font-size: 16px; }
.cart-drawer__shipping {
  font-size: 12px;
  color: #16A34A;
  font-weight: 600;
  margin-bottom: 18px;
}
.cart-drawer__continue {
  text-align: center;
  font-size: 12.5px;
  color: var(--grey-4);
  cursor: pointer;
  transition: color var(--transition);
  margin-top: 4px;
}
.cart-drawer__continue:hover { color: var(--black); }

/* =========================================================
   CART DRAWER — MOBILE OVERRIDES
   ========================================================= */
@media (max-width: 768px) {
  .cart-item {
    grid-template-columns: 100px 1fr;
    gap: 16px;
    padding: 20px 0;
  }
  .cart-item__image { border-radius: 12px; }
  .cart-item__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    padding-right: 8px;
  }
  .cart-item__variant {
    font-size: 15px;
    margin-top: 2px;
  }
  .cart-item__price {
    font-size: 18px;
    font-weight: 700;
    margin-top: 6px;
  }
  .cart-item__bottom {
    margin-top: 14px;
  }
  .cart-item__qty {
    gap: 6px;
    padding: 4px 6px;
    border-width: 1.5px;
  }
  .qty-btn {
    width: 40px;
    height: 40px;
    font-size: 22px;
    font-weight: 400;
  }
  .qty-val {
    font-size: 17px;
    font-weight: 700;
    min-width: 28px;
  }
  .cart-item__remove {
    width: 44px;
    height: 44px;
    border-radius: 10px;
  }
  .cart-item__remove svg {
    width: 22px;
    height: 22px;
  }
  .cart-drawer__subtotal {
    font-size: 17px;
  }
  .cart-drawer__subtotal span:last-child {
    font-size: 20px;
  }
  .cart-drawer__title {
    font-size: 13px;
  }
}

/* =========================================================
   SEARCH OVERLAY
   ========================================================= */
.search-overlay {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 300;
  background: var(--white);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease;
  box-shadow: none;
}
.search-overlay.open {
  max-height: 70vh;
  overflow-y: auto;
  box-shadow: 0 12px 48px rgba(0,0,0,0.12);
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.search-overlay::-webkit-scrollbar {
  display: none;
}
.search-overlay__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.35);
  z-index: 299;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.search-overlay__backdrop.open {
  opacity: 1;
  pointer-events: all;
}
.search-overlay__inner {
  padding: 32px var(--site-pad) 48px;
}
.search-overlay__top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 36px;
}
.search-overlay__input-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 2px solid var(--grey-2);
  padding-bottom: 12px;
  transition: border-color 0.2s;
}
.search-overlay__input-wrap:focus-within {
  border-color: var(--black);
}
.search-overlay__input-wrap svg {
  width: 22px; height: 22px; flex-shrink: 0; color: var(--grey-4);
}
.search-overlay__input {
  flex: 1; border: none; outline: none;
  font-family: var(--font); font-size: 20px; font-weight: 400;
  color: var(--black); background: transparent;
}
.search-overlay__input::placeholder { color: var(--grey-3); }
.search-overlay__close {
  font-size: 12px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--grey-4); cursor: pointer;
  background: none; border: none; font-family: var(--font);
  transition: color 0.2s; padding: 8px; flex-shrink: 0;
}
.search-overlay__close:hover { color: var(--black); }
.search-overlay__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
.search-overlay__col-title {
  font-size: 10px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--grey-4); margin-bottom: 16px;
}
.search-overlay__links {
  display: flex; flex-direction: column; gap: 0;
}
.search-overlay__link {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 0; font-size: 14.5px; font-weight: 500;
  color: var(--black); transition: color 0.2s, padding-left 0.2s;
  border-bottom: 1px solid var(--grey-1); text-decoration: none;
}
.search-overlay__link:hover { color: var(--grey-5); padding-left: 4px; }
.search-overlay__link svg {
  width: 16px; height: 16px; color: var(--grey-3); flex-shrink: 0;
}
.search-overlay__product {
  display: flex; align-items: center; gap: 14px;
  padding: 10px 0; border-bottom: 1px solid var(--grey-1);
  text-decoration: none; color: var(--black); transition: background 0.2s;
}
.search-overlay__product:hover { background: var(--grey-1); margin: 0 -8px; padding: 10px 8px; border-radius: 8px; }
.search-overlay__product-img {
  width: 56px; height: 56px; border-radius: 8px;
  background: var(--grey-1); overflow: hidden; flex-shrink: 0;
}
.search-overlay__product-img img { width: 100%; height: 100%; object-fit: cover; }
.search-overlay__product-name { font-size: 14px; font-weight: 600; margin-bottom: 2px; }
.search-overlay__product-price { font-size: 13px; color: var(--grey-4); }
.search-overlay__tag {
  display: inline-block; padding: 6px 14px; border-radius: 99px;
  border: 1.5px solid var(--grey-2); font-size: 13px; font-weight: 500;
  color: var(--grey-5); cursor: pointer; transition: all 0.2s;
  text-decoration: none;
}
.search-overlay__tag:hover { border-color: var(--black); color: var(--black); }
.search-overlay__tags { display: flex; flex-wrap: wrap; gap: 8px; }
@media (max-width: 768px) {
  .search-overlay__inner { padding: 24px 20px 36px; }
  .search-overlay__grid { grid-template-columns: 1fr; gap: 28px; }
  .search-overlay.open { max-height: 85vh; }
}
.search-overlay svg { width: 20px; height: 20px; color: var(--grey-4); flex-shrink: 0; }
.search-overlay input {
  flex: 1;
  border: none;
  outline: none;
  font-family: var(--font);
  font-size: 18px;
  font-weight: 400;
  color: var(--black);
}
.search-overlay input::placeholder { color: var(--grey-3); }
.search-close {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--grey-4);
  cursor: pointer;
  transition: color var(--transition);
  padding: 4px;
}
.search-close:hover { color: var(--black); }

/* =========================================================
   MOBILE MENU
   ========================================================= */
.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 300;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.mobile-menu-overlay.open { opacity: 1; pointer-events: all; }
.mobile-menu {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 100dvh;
  background: var(--white);
  z-index: 301;
  transform: translateX(-100%);
  transition: transform var(--transition-slow);
  display: flex;
  flex-direction: column;
}
.mobile-menu.open { transform: translateX(0); }
.mobile-menu__header {
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #1C1C1C;
}
.mobile-menu__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.mobile-menu__logo .ava-logo--nav { color: #1C1C1C !important; height: 28px; }
.mobile-menu__cart { position: relative; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; color: #1C1C1C; text-decoration: none; }
.mobile-menu__cart-badge { position: absolute; top: 4px; right: 4px; width: 16px; height: 16px; background: #1C1C1C; color: #FFFFFF; border-radius: 50%; font-size: 9px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.mobile-menu__close { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; cursor: pointer; border-radius: 50%; transition: background 0.2s; }
.mobile-menu__close:hover { background: var(--grey-1); }
.mobile-menu__close svg { width: 22px; height: 22px; }
.mobile-menu__nav {
  flex: 1;
  overflow-y: auto;
  padding: 24px 0;
}
.mobile-menu__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 24px;
  font-size: 38px;                       /* large, editorial — matches reference */
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--black);
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-family: var(--font);
  text-decoration: none;
  transition: background 0.2s;
}
.mobile-menu__link:hover { background: var(--grey-1); }
.mobile-menu__dropdown-btn svg { transition: transform 0.3s; }
.mobile-menu__dropdown-btn.open svg { transform: rotate(180deg); }
.mobile-menu__dropdown-items { padding: 0 0 8px 0; }
.mobile-menu__sublink {
  display: block;
  padding: 10px 24px 10px 40px;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--grey-5);
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.mobile-menu__sublink:hover { background: var(--grey-1); color: var(--black); }
.mobile-menu__signin-wrap { padding: 24px 24px 0; }
.mobile-menu__signin-btn { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; height: 52px; background: #1C1C1C; color: #FFFFFF; border-radius: 99px; font-family: var(--font); font-size: 15px; font-weight: 700; text-decoration: none; transition: background 0.2s; }
.mobile-menu__signin-btn:hover { background: #333333; }
.mobile-menu__auth {
  display: flex;
  gap: 12px;
  padding: 16px 24px calc(32px + env(safe-area-inset-bottom));
}
.mobile-menu__auth-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 52px;
  border-radius: 99px;
  font-family: var(--font);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.mobile-menu__auth-btn--primary { background: #1C1C1C; color: #FFFFFF; border: 1px solid #1C1C1C; }
.mobile-menu__auth-btn--primary:hover { background: #333333; }
.mobile-menu__auth-btn--outline { background: transparent; color: #1C1C1C; border: 1px solid #1C1C1C; }
.mobile-menu__auth-btn--outline:hover { background: #1C1C1C; color: #FFFFFF; }

/* =========================================================
   BACK TO TOP
   ========================================================= */
.back-to-top {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 200;
  width: 44px;
  height: 44px;
  background: var(--black);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity var(--transition), transform var(--transition);
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}
.back-to-top.visible { opacity: 1; transform: translateY(0); }
.back-to-top:hover { background: var(--off-black); }
.back-to-top svg { width: 20px; height: 20px; }
@media (max-width: 480px) { .back-to-top { display: none !important; } }

/* =========================================================
   SCROLL REVEAL
   ========================================================= */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s cubic-bezier(0.22,1,0.36,1),
              transform 0.7s cubic-bezier(0.22,1,0.36,1);
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-d1 { transition-delay: 0.1s; }
.reveal-d2 { transition-delay: 0.18s; }
.reveal-d3 { transition-delay: 0.26s; }
.reveal-d4 { transition-delay: 0.34s; }

/* =========================================================
   KEYFRAMES
   ========================================================= */
@keyframes fadeSlideUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-33.333%); }
}

/* =========================================================
   PRODUCT PURCHASE SECTION
   ========================================================= */
.product-purchase {
  background: var(--white);
  padding: 96px var(--site-pad) 112px;
  border-top: 1px solid var(--grey-2);
}
.pp-inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 72px;
  align-items: start;
}

/* ---- Gallery ---- */
.pp-gallery { position: sticky; top: calc(var(--nav-h) + 24px); }
.pp-main-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  overflow: hidden;
  background: var(--grey-1);
  margin-bottom: 14px;
}
.pp-main-image img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}
.pp-main-image:hover img { transform: scale(1.03); }
.pp-thumbs {
  display: flex;
  gap: 10px;
}
.pp-thumb {
  width: 88px; height: 88px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color var(--transition);
  flex-shrink: 0;
  background: var(--grey-1);
}
.pp-thumb img { width:100%; height:100%; object-fit:cover; }
.pp-thumb.active { border-color: var(--black); }
.pp-thumb:hover { border-color: var(--grey-3); }

/* ---- Info ---- */
.pp-vendor {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--grey-4);
  margin-bottom: 8px;
}
.pp-title {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--black);
  margin-bottom: 8px;
}
.pp-subtitle {
  font-size: 14px;
  color: var(--grey-4);
  margin-bottom: 16px;
}
.pp-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--grey-2);
}
.pp-stars { color: #22C55E; font-size: 15px; letter-spacing: 1px; }
.pp-rating-score { font-size: 13.5px; font-weight: 700; color: var(--black); }
.pp-rating-link {
  font-size: 13px; color: var(--grey-4);
  text-decoration: underline; text-underline-offset: 2px;
  transition: color var(--transition);
}
.pp-rating-link:hover { color: var(--black); }

/* ---- Purchase Options ---- */
.pp-purchase-opts { display: flex; flex-direction: column; gap: 10px; margin-bottom: 22px; }
.pp-opt-card {
  border: 1.5px solid var(--grey-2);
  border-radius: 12px;
  padding: 18px 20px;
  cursor: pointer;
  transition: border-color var(--transition), background var(--transition);
  display: block;
}
.pp-opt-card input[type=radio] { display: none; }
.pp-opt-card:hover { border-color: var(--grey-3); }
.pp-opt-card--active {
  border-color: var(--black) !important;
  background: var(--off-white);
}
.pp-opt-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
}
.pp-opt-badge {
  display: inline-block;
  background: var(--black);
  color: var(--white);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 99px;
  margin-bottom: 4px;
}
.pp-opt-title {
  display: block;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--black);
}
.pp-opt-price { text-align: right; flex-shrink: 0; }
.pp-price-now { font-size: 20px; font-weight: 700; color: var(--black); display: block; }
.pp-price-was { font-size: 13px; color: var(--grey-3); text-decoration: line-through; }
.pp-opt-desc { font-size: 13px; color: var(--grey-4); margin-bottom: 10px; line-height: 1.5; }
.pp-opt-perks {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
}
.pp-perk {
  font-size: 12px;
  color: #16A34A;
  font-weight: 500;
}

/* ---- Buy row ---- */
.pp-buy-row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.pp-qty {
  display: flex;
  align-items: center;
  border: 1.5px solid var(--grey-2);
  border-radius: 99px;
  overflow: hidden;
  flex-shrink: 0;
}
.pp-qty-btn {
  width: 42px; height: 52px;
  font-size: 20px;
  font-weight: 300;
  color: var(--black);
  cursor: pointer;
  transition: background var(--transition);
  display: flex; align-items: center; justify-content: center;
  border: none; background: none; font-family: var(--font);
}
.pp-qty-btn:hover { background: var(--grey-1); }
.pp-qty-val {
  min-width: 40px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}
.pp-add-btn {
  flex: 1;
  height: 52px;
  font-size: 14px;
  border-radius: 99px;
}
.pp-buy-now-btn {
  width: 100%;
  height: 52px;
  background: transparent;
  border: 1.5px solid var(--black);
  color: var(--black);
  font-family: var(--font);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
  border-radius: 99px;
  transition: all var(--transition);
  margin-bottom: 16px;
}
.pp-buy-now-btn:hover { background: var(--black); color: var(--white); }

/* ---- Stock ---- */
.pp-stock {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--grey-4);
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--grey-2);
}
.pp-stock svg { width: 18px; height: 18px; flex-shrink: 0; }

/* ---- Accordions ---- */
.pp-accordions { display: flex; flex-direction: column; }
.pp-accordion { border-bottom: 1px solid var(--grey-2); }
.pp-acc-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  font-family: var(--font);
  font-size: 15px;
  font-weight: 600;
  color: var(--black);
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  gap: 12px;
}
.pp-acc-trigger:hover { color: var(--grey-5); }
.pp-acc-icon {
  width: 18px; height: 18px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  color: var(--grey-4);
}
.pp-acc-trigger.open .pp-acc-icon { transform: rotate(180deg); }
.pp-acc-body {
  padding: 0 0 22px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--grey-5);
}
.pp-benefit-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pp-benefit-list li {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  color: var(--grey-5);
}
.pp-benefit-list li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  color: #22C55E;
  font-weight: 700;
}
.pp-nutrition-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.pp-nutrition-table th {
  text-align: left;
  padding: 8px 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--grey-4);
  border-bottom: 2px solid var(--grey-2);
}
.pp-nutrition-table td {
  padding: 10px 0;
  border-bottom: 1px solid var(--grey-1);
  color: var(--black);
  vertical-align: top;
}
.pp-nutrition-table td:last-child { text-align: right; font-weight: 600; }
.pp-nutrition-table tr:last-child td { border-bottom: none; }
.pp-disclaimer {
  font-size: 11.5px;
  color: var(--grey-3);
  line-height: 1.55;
  font-style: italic;
}

/* Responsive */
@media (max-width: 960px) {
  .pp-inner { grid-template-columns: 1fr; gap: 40px; }
  .pp-gallery { position: static; }
}
@media (max-width: 768px) {
  .product-purchase { padding: 48px 24px 80px; }
  .pp-main-image { aspect-ratio: 4/3; }
  .pp-thumb { width: 68px; height: 68px; }

  /* Bigger, bolder product info — matches hamburger menu typography feel */
  .pp-vendor { font-size: 12px; letter-spacing: 0.16em; margin-bottom: 10px; }
  .pp-title { font-size: 34px; line-height: 1.08; margin-bottom: 10px; }
  .pp-subtitle { font-size: 16px; margin-bottom: 18px; }
  .pp-rating { margin-bottom: 24px; padding-bottom: 20px; }
  .pp-stars { font-size: 18px; }
  .pp-rating-score { font-size: 15px; }
  .pp-rating-link { font-size: 14px; }

  /* Purchase options — larger tap targets */
  .pp-opt-card { padding: 20px 22px; border-radius: 14px; }
  .pp-opt-label { font-size: 16px; }
  .pp-opt-badge { font-size: 10px; padding: 3px 10px; }
  .pp-price-now { font-size: 24px; }
  .pp-price-was { font-size: 14px; }
  .pp-opt-desc { font-size: 14px; line-height: 1.5; }
  .pp-perk { font-size: 13px; }

  /* Quantity selector — much bigger touch targets */
  .pp-buy-row { flex-direction: column; gap: 12px; }
  .pp-qty { width: 100%; justify-content: center; border-radius: 14px; }
  .pp-qty-btn { width: 56px; height: 60px; font-size: 26px; }
  .pp-qty-val { min-width: 56px; font-size: 20px; font-weight: 700; }

  /* Add to cart + buy now — taller, bolder */
  .pp-add-btn { height: 60px; font-size: 16px; font-weight: 700; border-radius: 14px; }
  .pp-buy-now-btn { height: 60px; font-size: 16px; font-weight: 700; border-radius: 14px; }

  /* Trust badges + stock */
  .pp-stock { font-size: 14px; }
  .pp-trust-badges { gap: 14px; }
  .pp-trust-badge { font-size: 13px; }
}

.scroll-text-section {
  background: var(--white);
  padding: 120px var(--site-pad) 140px;
}
.scroll-text-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.scroll-text {
  font-size: clamp(32px, 4.8vw, 72px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.03em;
  margin: 0;
}
.scroll-word {
  display: inline;
  color: #D6D6D4;
  transition: color 0.4s ease;
}
.scroll-word.lit {
  color: var(--black);
}
@media (max-width: 768px) {
  .scroll-text-section { padding: 72px 24px 88px; }
}

/* =========================================================
   COMPARISON TABLE
   ========================================================= */
.comparison-section {
  background: var(--white);
  padding: 100px var(--site-pad) 120px;
  border-top: 1px solid var(--grey-2);
}
.comparison-inner {
  max-width: 960px;
  margin: 0 auto;
}

/* Header */
.comparison-header {
  text-align: center;
  margin-bottom: 56px;
}
.comparison-title {
  font-size: clamp(26px, 3.2vw, 46px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--black);
  margin-bottom: 18px;
}
.comparison-subtitle {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--grey-4);
  max-width: 600px;
  margin: 0 auto 32px;
}
.comparison-cta {
  display: inline-flex;
  height: 52px;
  padding: 0 36px;
  color: #FFFFFF !important;
  font-size: 14px;
}

/* Table layout */
.comparison-table {
  border: 1px solid var(--grey-2);
  border-radius: 14px;
  overflow: hidden;
}

/* Column headers */
.comparison-cols {
  display: grid;
  grid-template-columns: 1fr 200px 200px;
  background: var(--white);
  border-bottom: 1px solid var(--grey-2);
}
.comparison-col-label { padding: 20px 28px; }
.comparison-col-head {
  padding: 20px 16px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--black);
  border-left: 1px solid var(--grey-2);
}
.comparison-col-head--ava {
  background: var(--grey-1);
}
.comparison-col-head--other {
  background: var(--white);
  color: var(--grey-4);
  font-weight: 500;
}

/* Rows */
.comparison-row {
  display: grid;
  grid-template-columns: 1fr 200px 200px;
  border-bottom: 1px solid var(--grey-2);
  transition: background var(--transition);
}
.comparison-row:last-child { border-bottom: none; }
.comparison-row:hover { background: var(--off-white); }

.comparison-row__label {
  padding: 22px 28px;
  font-size: 15px;
  font-weight: 400;
  color: var(--black);
  display: flex;
  align-items: center;
  line-height: 1.4;
}
.comparison-row__cell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 16px;
  border-left: 1px solid var(--grey-2);
}
.comparison-row__cell:first-of-type {
  background: var(--grey-1);
}

/* Check / cross icons */
.check {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
}
.check--yes {
  background: #22C55E;
  color: var(--white);
}
.check--no {
  background: var(--grey-2);
  color: var(--grey-4);
}

/* Responsive */
@media (max-width: 768px) {
  .comparison-section { padding: 64px 20px 80px; }
  .comparison-cols,
  .comparison-row { grid-template-columns: 1fr 90px 90px; }
  .comparison-col-head { padding: 16px 8px; font-size: 11px; }
  .comparison-row__label { padding: 18px 16px; font-size: 13px; }
  .comparison-row__cell { padding: 18px 8px; }
  .check { width: 26px; height: 26px; font-size: 12px; }
}

/* =========================================================
   TESTIMONIALS V2
   ========================================================= */
.testimonials-v2 {
  background: var(--grey-1);
  padding: 96px var(--site-pad) 104px;
  overflow: hidden;
}
.testimonials-v2__inner {
  max-width: 1320px;
  margin: 0 auto;
}

/* Header */
.testimonials-v2__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 52px;
}
.testimonials-v2__header-left { flex: 1; }
.testimonials-v2__eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--grey-4);
  margin-bottom: 10px;
}
.testimonials-v2__heading {
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--black);
  margin-bottom: 12px;
}
.testimonials-v2__subheading {
  font-size: 14.5px;
  color: var(--grey-4);
  line-height: 1.6;
  max-width: 440px;
}

/* Review Summary box */
.review-summary {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: var(--white);
  border: 1px solid var(--grey-2);
  border-radius: 14px;
  padding: 24px 28px;
  flex-shrink: 0;
  min-width: 300px;
}
.review-summary__score {
  font-size: 52px;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: var(--black);
  line-height: 1;
}
.review-summary__stars {
  display: flex;
  gap: 2px;
  margin-bottom: 4px;
}
.rs-star { font-size: 15px; color: #22C55E; }
.review-summary__count {
  font-size: 12px;
  color: var(--grey-4);
  margin-bottom: 12px;
}
.review-summary__bars {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.rbar {
  display: flex;
  align-items: center;
  gap: 8px;
}
.rbar__label {
  font-size: 11px;
  color: var(--grey-4);
  width: 20px;
  flex-shrink: 0;
  text-align: right;
}
.rbar__track {
  flex: 1;
  height: 5px;
  background: var(--grey-2);
  border-radius: 99px;
  overflow: hidden;
  width: 100px;
}
.rbar__fill {
  height: 100%;
  background: #22C55E;
  border-radius: 99px;
}
.rbar__pct {
  font-size: 11px;
  color: var(--grey-4);
  width: 28px;
  flex-shrink: 0;
}

/* Viewport & track */
.tv2-viewport {
  overflow: hidden;
  margin: 0;
}
.tv2-track {
  display: flex;
  gap: 20px;
  padding: 0 0 4px;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

/* Cards */
.tv2-card {
  background: var(--white);
  border-radius: 14px;
  overflow: hidden;
  flex-shrink: 0;
  width: calc((100% - 40px) / 3);
  display: flex;
  flex-direction: column;
  border: 1px solid var(--grey-2);
}
.tv2-card__photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--grey-2);
  flex-shrink: 0;
}
.tv2-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform var(--transition-slow);
}
.tv2-card:hover .tv2-card__photo img { transform: scale(1.04); }
.tv2-card__body {
  padding: 24px 24px 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.tv2-card__top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}
.tv2-stars {
  display: flex;
  gap: 1px;
  color: #22C55E;
  font-size: 14px;
}
.tv2-score {
  font-size: 13px;
  font-weight: 600;
  color: var(--grey-4);
}
.tv2-card__quote {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
  color: var(--black);
  letter-spacing: -0.01em;
  flex: 1;
  margin-bottom: 20px;
  font-style: normal;
}
.tv2-card__author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--grey-2);
}
.tv2-card__name {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 2px;
}
.tv2-card__role {
  font-size: 12px;
  color: var(--grey-4);
  font-weight: 400;
}
.verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #F0FDF4;
  border: 1px solid #BBF7D0;
  color: #16A34A;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 4px 10px 4px 6px;
  border-radius: 99px;
  white-space: nowrap;
  flex-shrink: 0;
}
.verified-badge svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

/* Nav */
.tv2-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 36px;
}
.tv2-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid var(--grey-2);
  background: var(--white);
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--transition);
  flex-shrink: 0;
}
.tv2-btn:hover { background: var(--black); color: var(--white); border-color: var(--black); }
.tv2-btn svg { width: 18px; height: 18px; }
.tv2-dots { display: flex; gap: 6px; align-items: center; }
.tv2-dot {
  width: 32px !important; height: 3px !important;
  border-radius: 99px !important;
  border: none !important;
  background: #D6D6D4 !important;
  cursor: pointer;
  transition: background 0.3s, width 0.3s;
  padding: 0 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}
.tv2-dot.active { background: #1C1C1C !important; width: 48px !important; }

/* Responsive */
@media (max-width: 1100px) {
  .tv2-card { width: calc((100% - 20px) / 2); }
}
@media (max-width: 768px) {
  .testimonials-v2 { padding: 64px 20px 80px; }
  .testimonials-v2__header { flex-direction: column; }
  .review-summary { min-width: unset; width: 100%; }
  .tv2-card { width: calc(100% - 0px); }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
.hamburger { display: none; color: var(--white); transition: color 0.35s ease; }
.header:hover .hamburger,
.header.scrolled .hamburger { color: var(--black); }
@media (max-width: 1024px) {
  .products-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .usp-grid { grid-template-columns: repeat(2, 1fr); }
  .usp-item { border-bottom: 1px solid var(--grey-2); }
  .feature-slide { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  :root { --nav-h: 54px; }
  .header__nav, .header__action-btn:not(.cart-btn) { display: none; }
  .hamburger { display: flex; width: 40px; height: 40px; align-items: center; justify-content: center; cursor: pointer; }
  .hamburger svg { width: 22px; height: 22px; }
  .header__inner { grid-template-columns: 40px 1fr 40px; padding: 0 24px !important; }
  .header:hover { background: var(--white) !important; }
  .header:hover .hamburger,
  .header:hover .header__action-btn,
  .header:hover a.header__action-btn,
  .header:hover .ava-logo--nav { color: #1C1C1C !important; }
  .hero__split { flex-direction: column; justify-content: flex-end; padding: 0 24px 48px; }
  .hero__content { max-width: 100%; }
  .hero__title { font-size: 38px; }
  .hero__canvas { max-height: 50vh; width: 100%; order: -1; padding-top: 60px; }
  .hero__canvas video { max-width: 100%; scale: 1.4; }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .collection-grid { grid-template-columns: 1fr 1fr; }
  .promo-banner { grid-template-columns: 1fr; }
  .featured-product { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 16px; text-align: center; }
  .usp-grid { grid-template-columns: 1fr; }
  .instagram-grid { grid-template-columns: repeat(3, 1fr); }
  .brand-strip__logos { gap: 28px; }
  .newsletter__form { flex-direction: column; }
  .newsletter__input { border-right: 1.5px solid rgba(255,255,255,0.18); }
  .container { padding: 0 20px; }
  .section { padding: 56px 0; }
  .cart-drawer { width: 100%; }
  .feature-slider { padding: 44px 0 52px; }
  .feature-slider__header { flex-direction: column; gap: 20px; padding: 0 24px; }
  .feature-slider__desc { padding: 0 24px; }
  .feature-slider__stage { display: none !important; }
  .feature-slider__dots { display: none !important; }
  .feature-slider__nav { display: none !important; }
  .feature-slider__grid { display: none !important; }
  .feature-slider__mobile-track { display: flex !important; padding: 0 0 4px !important; }
  .feature-slider__mobile-indicator { display: flex !important; }
  .announcement-bar__inner { gap: 16px; }
  .announcement-bar__divider { display: none; }
  .announcement-bar__text:not(:first-child) { display: none; }
}

/* =========================================================
   AVA LOGO SVG
   ========================================================= */
.ava-logo {
  display: block;
  height: 36px;
  width: auto;
  flex-shrink: 0;
  overflow: visible;
}
.ava-logo--nav    { color: #FFFFFF; }
.ava-logo--footer { color: var(--white); margin-bottom: 14px; }

/* ── PAGE LAYOUT ── */
#main-content { min-height: 60vh; width: 100%; max-width: 100%; padding: 0; margin: 0; display: block; }
.pg-hero { padding: 80px var(--site-pad); }
.pg-hero__inner { }
.pg-hero__eye { font-size: 10px; font-weight: 700; letter-spacing: 0.25em; text-transform: uppercase; opacity: 0.5; margin-bottom: 14px; }
.pg-hero__title { font-size: clamp(32px, 5vw, 64px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.05; margin-bottom: 14px; }
.pg-hero__sub { font-size: 16px; opacity: 0.6; max-width: 520px; line-height: 1.6; }
.pg-section { }
.pg-wrap { padding: 0 var(--site-pad); }
.pg-h2 { font-size: clamp(24px, 3vw, 36px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.1; color: var(--black); }
.pg-h3 { font-size: 17px; font-weight: 700; letter-spacing: -0.01em; color: var(--black); }
.pg-body { font-size: 15px; line-height: 1.7; color: var(--grey-5); }
.pg-text-block { flex: 1; }
.pg-two-col { display: flex; align-items: center; gap: 64px; }
.pg-two-col > * { flex: 1; }
/* Cards */
.pg-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--grey-2); margin-top: 40px; }
.pg-card { background: var(--white); padding: 32px 28px; }
.pg-card__icon { font-size: 28px; margin-bottom: 14px; }
.pg-card__icon svg { width: 32px; height: 32px; color: var(--black); }
.pg-card__title { font-size: 16px; font-weight: 700; letter-spacing: -0.01em; color: var(--black); margin-bottom: 8px; }
.pg-card__body { font-size: 13.5px; line-height: 1.65; color: var(--grey-4); }
/* Table */
.pg-table { width: 100%; border-collapse: collapse; font-size: 14px; margin-top: 16px; }
.pg-table th { text-align: left; padding: 12px 16px; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--grey-4); border-bottom: 2px solid var(--grey-2); }
.pg-table td { padding: 14px 16px; border-bottom: 1px solid var(--grey-1); color: var(--black); }
.pg-table tr:last-child td { border-bottom: none; }
/* Accordions */
.pg-accordions { display: flex; flex-direction: column; }
.pg-acc { border-bottom: 1px solid var(--grey-2); }
.pg-acc-btn { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 18px 0; font-family: var(--font); font-size: 15px; font-weight: 600; color: var(--black); background: none; border: none; cursor: pointer; text-align: left; gap: 12px; }
.pg-acc-btn svg { width: 18px; height: 18px; flex-shrink: 0; transition: transform 0.3s; color: var(--grey-4); }
.pg-acc-btn.open svg { transform: rotate(180deg); }
.pg-acc-body { padding: 0 0 20px; font-size: 14px; line-height: 1.7; color: var(--grey-5); display: none; }
.pg-acc-body p { margin: 0; }
/* Reviews */
.pg-review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--grey-2); }
.pg-review-card { background: var(--white); padding: 28px 24px; display: flex; flex-direction: column; gap: 14px; }
.pg-review-top { display: flex; align-items: center; }
.pg-review-quote { font-size: 14.5px; font-weight: 700; line-height: 1.55; color: var(--black); flex: 1; }
.pg-review-author { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 14px; border-top: 1px solid var(--grey-2); }
/* UGC */
.pg-ugc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; }
.pg-ugc-item { aspect-ratio: 1; overflow: hidden; position: relative; background: var(--grey-1); cursor: pointer; }
.pg-ugc-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.pg-ugc-item:hover img { transform: scale(1.06); }
.pg-ugc-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0); display: flex; align-items: center; justify-content: center; transition: background 0.3s; }
.pg-ugc-overlay svg { width: 28px; height: 28px; opacity: 0; transition: opacity 0.3s; }
.pg-ugc-item:hover .pg-ugc-overlay { background: rgba(0,0,0,0.28); }
.pg-ugc-item:hover .pg-ugc-overlay svg { opacity: 1; }
/* Products */
.pg-filter-bar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 32px; flex-wrap: wrap; gap: 12px; }
.pg-filters { display: flex; gap: 8px; flex-wrap: wrap; }
.pg-filter-btn { height: 36px; padding: 0 18px; border-radius: 99px; border: 1.5px solid var(--grey-2); background: var(--white); font-family: var(--font); font-size: 13px; font-weight: 500; color: var(--grey-5); cursor: pointer; transition: all 0.2s; }
.pg-filter-btn:hover { border-color: var(--black); color: var(--black); }
.pg-filter-btn.active { background: var(--black); color: var(--white); border-color: var(--black); }
.pg-products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; background: transparent; }
.pg-prod-card { background: var(--white); cursor: pointer; border-radius: 14px; overflow: hidden; }
.pg-prod-img { position: relative; aspect-ratio: 3/4; overflow: hidden; background: var(--grey-1); border-radius: 14px 14px 0 0; }
.pg-prod-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.55s cubic-bezier(0.22,1,0.36,1); }
.pg-prod-card:hover .pg-prod-img img { transform: scale(1.06); }
.pg-prod-badge { position: absolute; top: 12px; left: 12px; background: var(--black); color: var(--white); font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 3px 10px; border-radius: 99px; }
.pg-prod-hover { position: absolute; bottom: 0; left: 0; right: 0; background: var(--black); color: var(--white); text-align: center; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 14px; transform: translateY(100%); transition: transform 0.4s cubic-bezier(0.22,1,0.36,1); }
.pg-prod-card:hover .pg-prod-hover { transform: translateY(0); }
.pg-prod-info { padding: 16px 18px 20px; }
.pg-prod-name { font-size: 15px; font-weight: 700; margin-bottom: 4px; }
.pg-prod-sub { font-size: 12px; color: var(--grey-4); margin-bottom: 8px; }
.pg-prod-price { font-size: 14px; font-weight: 600; }
/* Article grid */
.pg-article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.pg-article-card { display: flex; flex-direction: column; }
.pg-article-img { border-radius: 12px; overflow: hidden; aspect-ratio: 16/10; background: var(--grey-1); margin-bottom: 18px; }
.pg-article-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.55s cubic-bezier(0.22,1,0.36,1); }
.pg-article-card:hover .pg-article-img img { transform: scale(1.04); }
.pg-article-title { font-size: 17px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.35; color: var(--black); margin-bottom: 8px; }
.pg-article-sub { font-size: 13.5px; line-height: 1.6; color: var(--grey-4); margin-bottom: 14px; flex: 1; }
.pg-article-link { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; color: var(--black); text-decoration: underline; text-underline-offset: 3px; }
.pg-tag { background: var(--grey-1); color: var(--grey-5); font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 3px 10px; border-radius: 99px; }
/* Contact */
.pg-contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 72px; align-items: start; }
/* Form */
.pg-form { display: flex; flex-direction: column; gap: 16px; }
.pg-field { display: flex; flex-direction: column; gap: 6px; }
.pg-label { font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--grey-5); }
.pg-input { height: 48px; padding: 0 16px; border: 1.5px solid var(--grey-2); border-radius: 10px; font-family: var(--font); font-size: 14px; color: var(--black); background: var(--white); outline: none; transition: border-color 0.25s; }
.pg-input:focus { border-color: var(--black); }
textarea.pg-input { height: auto; padding: 14px 16px; resize: vertical; }
select.pg-input { appearance: none; -webkit-appearance: none; cursor: pointer; }
/* Auth */
.pg-auth-wrap { min-height: 70vh; display: flex; align-items: center; justify-content: center; padding: 48px 24px; background: var(--grey-1); }
.pg-auth-card { background: var(--white); border-radius: 20px; padding: 48px 44px; width: 100%; max-width: 440px; box-shadow: 0 4px 40px rgba(0,0,0,0.08); }
.pg-auth-logo { display: block; margin-bottom: 32px; }
.pg-auth-logo .ava-logo--nav { height: 28px; }
.pg-auth-title { font-size: 26px; font-weight: 700; letter-spacing: -0.03em; color: var(--black); margin-bottom: 6px; }
.pg-auth-sub { font-size: 14px; color: var(--grey-4); margin-bottom: 8px; }
.pg-auth-footer { margin-top: 20px; text-align: center; font-size: 13.5px; color: var(--grey-4); }
/* Account */
.pg-account { display: grid; grid-template-columns: 240px 1fr; gap: 0; min-height: 70vh; }
.pg-account__sidebar { background: var(--grey-1); border-right: 1px solid var(--grey-2); padding: 32px 0; }
.pg-acc-nav { display: flex; flex-direction: column; }
.pg-acc-nav-link { display: flex; align-items: center; gap: 12px; padding: 13px 24px; font-size: 14px; font-weight: 500; color: var(--grey-5); transition: background 0.2s, color 0.2s; }
.pg-acc-nav-link:hover { background: var(--grey-2); color: var(--black); }
.pg-acc-nav-link.active { background: var(--white); color: var(--black); font-weight: 700; border-right: 2px solid var(--black); }
.pg-acc-nav-logout { margin-top: auto; color: var(--grey-3); }
.pg-acc-nav-icon { font-size: 16px; flex-shrink: 0; }
.pg-account__content { padding: 40px var(--site-pad); }
.pg-dash-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.pg-dash-card { background: var(--grey-1); border-radius: 12px; padding: 24px; cursor: pointer; transition: background 0.2s; }
.pg-dash-card:hover { background: var(--grey-2); }
.pg-dash-icon { font-size: 24px; margin-bottom: 8px; }
.pg-dash-label { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--grey-4); margin-bottom: 4px; }
.pg-dash-val { font-size: 15px; font-weight: 600; color: var(--black); }
.pg-order-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 20px; background: var(--grey-1); border-radius: 10px; flex-wrap: wrap; }
.pg-badge { display: inline-flex; align-items: center; height: 24px; padding: 0 10px; border-radius: 99px; font-size: 11px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; }
.pg-badge--green { background: #F0FDF4; color: #16A34A; border: 1px solid #BBF7D0; }
.pg-badge--grey  { background: var(--grey-1); color: var(--grey-4); }
.pg-order-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.pg-order-item { display: flex; gap: 14px; align-items: flex-start; }
.pg-sub-card { background: var(--grey-1); border-radius: 16px; padding: 32px; max-width: 600px; }
.pg-sub-info { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--grey-2); }
.pg-sub-info-label { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--grey-4); margin-bottom: 4px; }
.pg-sub-info-val { font-size: 15px; font-weight: 600; color: var(--black); }
.pg-address-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pg-address-card { background: var(--grey-1); border-radius: 12px; padding: 24px; border: 2px solid transparent; }
.pg-address-card--default { border-color: var(--black); }
/* Legal */
.pg-legal p { font-size: 14.5px; line-height: 1.75; color: var(--grey-5); margin-bottom: 12px; }
.pg-legal h3, .pg-h3 { font-size: 17px; font-weight: 700; color: var(--black); margin: 28px 0 10px; }
/* Tracking */
.pg-track-steps { display: flex; flex-direction: column; gap: 0; }
.pg-track-step { display: flex; align-items: flex-start; gap: 14px; padding: 14px 0; border-left: 2px solid var(--grey-2); margin-left: 9px; padding-left: 20px; position: relative; }
.pg-track-step.done { border-color: #22C55E; }
.pg-track-step.active { border-color: var(--black); }
.pg-track-dot { width: 18px; height: 18px; border-radius: 50%; background: var(--grey-2); border: 2px solid var(--grey-2); position: absolute; left: -10px; top: 14px; flex-shrink: 0; }
.pg-track-step.done .pg-track-dot { background: #22C55E; border-color: #22C55E; }
.pg-track-step.active .pg-track-dot { background: var(--black); border-color: var(--black); }
.pg-track-label { font-size: 14px; font-weight: 600; color: var(--black); }
.pg-track-date { font-size: 12px; color: var(--grey-4); margin-top: 2px; }
/* Region */
.pg-region-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 16px; }
.pg-region-card { border: 1.5px solid var(--grey-2); border-radius: 12px; padding: 20px 16px; cursor: pointer; text-align: center; transition: all 0.2s; }
.pg-region-card:hover { border-color: var(--black); }
.pg-region-card.active { border-color: var(--black); background: var(--grey-1); }
.pg-region-flag { font-size: 28px; margin-bottom: 8px; }
.pg-region-name { font-size: 14px; font-weight: 600; color: var(--black); margin-bottom: 2px; }
.pg-region-cur { font-size: 12px; color: var(--grey-4); }
/* Referral / Partner */
.pg-card-grid.pg-card-grid--single { grid-template-columns: 1fr; }
/* Responsive pages */
@media (max-width: 900px) {
  .pg-review-grid, .pg-article-grid, .pg-products-grid, .pg-card-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .pg-contact-grid, .pg-two-col { grid-template-columns: 1fr; display: flex; flex-direction: column; }
  .pg-account { grid-template-columns: 1fr; }
  .pg-account__sidebar { border-right: none; border-bottom: 1px solid var(--grey-2); padding: 16px 0; }
  .pg-acc-nav { flex-direction: row; overflow-x: auto; padding-bottom: 4px; }
  .pg-acc-nav-link { white-space: nowrap; padding: 10px 16px; border-right: none; border-bottom: 2px solid transparent; }
  .pg-acc-nav-link.active { border-right: none; border-bottom-color: var(--black); }
  .pg-order-detail-grid { grid-template-columns: 1fr; }
  .pg-dash-cards { grid-template-columns: 1fr; }
  .pg-region-grid { grid-template-columns: repeat(2, 1fr); }
  .pg-ugc-grid { grid-template-columns: repeat(2, 1fr); }
  .pg-hero { padding: 56px 24px; }
  .pg-wrap { padding: 0 24px; }
}
@media (max-width: 600px) {
  .pg-review-grid, .pg-article-grid, .pg-products-grid, .pg-card-grid { grid-template-columns: 1fr; }
  .pg-auth-card { padding: 32px 24px; }
}



/* ── PAGE TRANSITIONS ── */
#main-content {
  width: 100%;
  padding: 0;
  margin: 0;
  animation: pgFadeIn 0.28s ease forwards;
}
@keyframes pgFadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}
/* Breadcrumb */
.pg-breadcrumb {
  padding: 14px var(--site-pad);
  font-size: 12px;
  color: var(--grey-4);
  border-bottom: 1px solid var(--grey-2);
  background: var(--white);
  display: flex;
  align-items: center;
  gap: 6px;
}
.pg-breadcrumb a { color: var(--grey-4); text-decoration: underline; text-underline-offset: 2px; transition: color 0.2s; }
.pg-breadcrumb a:hover { color: var(--black); }
.pg-breadcrumb .sep { color: var(--grey-3); }

/* Active nav link */
.header__nav-link.nav-active::after { transform: scaleX(1); }

/* ── HOME BUY SECTION ── */
.home-buy {
  background: var(--grey-1);
  border-top: 1px solid var(--grey-2);
}
.home-buy__inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  width: 100%;
  margin: 0;
  padding: 80px var(--site-pad);
  gap: 72px;
  align-items: start;
}
.home-buy__media { position: sticky; top: calc(var(--nav-h) + 24px); }
.home-buy__img-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  overflow: hidden;
  background: var(--grey-2);
  margin-bottom: 14px;
  position: relative;
}
.home-buy__img-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.85);
  color: #1C1C1C;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, opacity 0.2s;
  opacity: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.home-buy__img-wrap:hover .home-buy__img-arrow { opacity: 1; }
.home-buy__img-arrow:hover { background: #FFFFFF; }
.home-buy__img-arrow svg { width: 20px; height: 20px; }
.home-buy__img-arrow--prev { left: 12px; }
.home-buy__img-arrow--next { right: 12px; }
.home-buy__img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.22,1,0.36,1);
}
.home-buy__img-wrap:hover img { transform: scale(1.04); }
.home-buy__thumbs { display: flex; gap: 10px; }
.home-buy__thumb {
  width: 72px; height: 72px;
  border-radius: 10px;
  overflow: hidden;
  border: 3px solid transparent;
  cursor: pointer;
  padding: 0;
  background: var(--grey-2);
  transition: border-color 0.2s;
  outline: none;
}
.home-buy__thumb.active { border-color: #1C1C1C !important; box-shadow: 0 0 0 1px #1C1C1C; }
.home-buy__thumb:hover:not(.active) { border-color: var(--grey-3); }
.home-buy__thumb img { width: 100%; height: 100%; object-fit: cover; }

/* Mobile-only swipe carousel */
.home-buy__mobile-media { display: none; }

/* Info column */
.home-buy__vendor { display: none; }
.home-buy__title-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 8px; }
.home-buy__badge {
  display: inline-flex;
  align-items: center;
  padding: 3.8px 14.4px;
  border: 2px solid var(--black);
  border-radius: 99px;
  font-family: "Myriad Pro", "Source Sans 3", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17.1px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--black);
  background: transparent;
  white-space: nowrap;
  line-height: 1;
  flex-shrink: 0;
}
.home-buy__badge-r {
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  margin-left: 1px;
  align-self: flex-start;
  margin-top: 0;
  top: 0;
  vertical-align: baseline;
}
.home-buy__title { font-size: clamp(28px, 3.5vw, 44px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.1; color: var(--black); margin: 0; }
.home-buy__sub { font-size: 14px; line-height: 1.55; color: var(--grey-5); margin: 6px 0 16px; max-width: 560px; }
.home-buy__rating { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
.home-buy__stars { color: #22C55E; font-size: 18px; letter-spacing: 1px; }
.home-buy__score { font-size: 14px; font-weight: 700; }
.home-buy__reviews { font-size: 13px; color: var(--grey-4); text-decoration: underline; text-underline-offset: 3px; }
.home-buy__reviews:hover { color: var(--black); }
.home-buy__divider { height: 1px; background: var(--grey-2); margin: 22px 0; }

/* Purchase options */
.home-buy__opts { display: flex; flex-direction: column; gap: 12px; margin-bottom: 24px; }
.home-buy__opt {
  background: var(--white);
  border: 1.5px solid var(--grey-2);
  border-radius: 14px;
  padding: 20px 22px;
  cursor: pointer;
  transition: border-color 0.2s;
}
.home-buy__opt:hover { border-color: var(--grey-3); }
.home-buy__opt--active { border-color: var(--black) !important; }
.home-buy__opt-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 6px; }
.home-buy__opt-badge { background: var(--black); color: var(--white); font-size: 9px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; padding: 3px 9px; border-radius: 99px; }
.home-buy__opt-price { font-size: 18px; font-weight: 700; color: var(--black); }
.home-buy__opt-price del { font-size: 13px; font-weight: 400; color: var(--grey-3); margin-left: 6px; }
.home-buy__opt-name { font-size: 15px; font-weight: 700; color: var(--black); margin-bottom: 4px; }
.home-buy__opt-desc { font-size: 13px; color: var(--grey-4); margin-bottom: 10px; }
.home-buy__opts-heading { font-size: 20px; font-weight: 700; color: #1C1C1C; margin: 0 0 6px 0; letter-spacing: -0.01em; }
.home-buy__opts-sub { font-size: 14px; color: #8C8C8A; margin: 0 0 20px 0; }
.home-buy__opt { border: 1.5px solid var(--grey-2); border-radius: 14px; padding: 22px 24px; cursor: pointer; transition: border-color 0.2s; display: block; position: relative; }
.home-buy__opt:hover { border-color: var(--grey-3); }
.home-buy__opt--active { border-color: #1C1C1C !important; background: #FAFAFA; }
.home-buy__opt-badge { background: #1C1C1C; color: #FFFFFF; font-size: 9px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; padding: 5px 12px; border-radius: 99px; position: absolute; top: -12px; right: 20px; }
.home-buy__opt-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; margin-bottom: 4px; }
.home-buy__opt-name { font-size: 16px; font-weight: 700; color: #1C1C1C; display: block; }
.home-buy__opt-desc { font-size: 13px; color: #8C8C8A; margin-bottom: 0; line-height: 1.5; }
.home-buy__opt-price { text-align: right; flex-shrink: 0; font-size: 20px; font-weight: 700; color: #1C1C1C; display: flex; align-items: center; gap: 8px; }
.home-buy__opt-price del { font-size: 14px; font-weight: 400; color: #C4C4C0; text-decoration: line-through; }
.home-buy__opt-perday { display: block; font-size: 12px; font-weight: 600; color: #8C8C8A; margin-top: 2px; text-align: right; }
.home-buy__opt-divider { height: 1px; background: #F0F0EE; margin: 16px 0; }
.home-buy__opt-perks { display: flex; flex-direction: column; gap: 8px; }
.home-buy__opt-perks span { font-size: 13px; font-weight: 500; color: #1C1C1C; display: flex; align-items: center; gap: 8px; }
.home-buy__opt-perks span::before { content: '✓'; color: #22C55E; font-weight: 700; font-size: 14px; flex-shrink: 0; }
.home-buy__opt-perday-badge { display: inline-block; font-size: 11px; font-weight: 700; color: #5C5C5A; background: #F0F0EE; padding: 4px 12px; border-radius: 99px; margin-top: 8px; float: right; }
.home-buy__savings { display: flex; align-items: center; gap: 10px; padding: 14px 18px; background: #F0FDF4; border: 1px solid #BBF7D0; border-radius: 12px; margin-bottom: 24px; color: #16A34A; }
.home-buy__savings span { font-size: 13px; font-weight: 600; line-height: 1.4; }
.home-buy__savings svg { color: #16A34A; }

/* Actions */
.home-buy__actions { display: flex; gap: 12px; align-items: center; margin-bottom: 12px; }
.home-buy__qty {
  display: flex; align-items: center; gap: 0;
  border: 1.5px solid var(--grey-2); border-radius: 99px;
  height: 52px; overflow: hidden; flex-shrink: 0;
}
.home-buy__qty-btn {
  width: 44px; height: 52px;
  background: none; border: none; cursor: pointer;
  font-size: 20px; font-weight: 300; color: var(--black);
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s;
}
.home-buy__qty-btn:hover { background: var(--grey-1); }
.home-buy__qty-val { min-width: 32px; text-align: center; font-size: 15px; font-weight: 600; }
.home-buy__add {
  flex: 1; height: 52px; font-size: 13px;
  font-weight: 800; letter-spacing: 0.1em;
  border-radius: 99px;
  background: #1C1C1C !important; color: #FFFFFF !important;
  border: 2px solid #1C1C1C !important;
}
.home-buy__add:hover { background: #333333 !important; }
.home-buy__stock {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--grey-2);
}
.home-buy__buynow {
  width: 100%; height: 52px; font-size: 13px;
  font-weight: 800; letter-spacing: 0.1em;
  border-radius: 99px; margin-bottom: 24px;
  background: #1C1C1C !important; color: #FFFFFF !important;
  border: 2px solid #1C1C1C !important;
}
.home-buy__buynow:hover { background: #333333 !important; }

/* Trust badges */
.home-buy__trust {
  display: flex; gap: 20px; flex-wrap: wrap;
  padding-top: 20px;
  border-top: 1px solid var(--grey-2);
}
.home-buy__trust span {
  display: flex; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 600; color: var(--grey-4);
}
.home-buy__trust svg { width: 16px; height: 16px; flex-shrink: 0; }

@media (max-width: 900px) {
  .home-buy__inner { grid-template-columns: 1fr; padding: 0 24px 48px; gap: 32px; }
  .home-buy__media { position: static; margin-top: 0; }

  /* Hide desktop gallery + thumbs, show mobile swipe carousel */
  .home-buy__img-wrap { display: none; }
  .home-buy__thumbs { display: none; }
  .home-buy__mobile-media {
    display: block;
    margin: 0 -24px;
    width: calc(100% + 48px);
    font-size: 0;
    line-height: 0;
  }
  .home-buy__mobile-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    margin: 0;
    padding: 0;
  }
  .home-buy__mobile-track::-webkit-scrollbar { display: none; }
  .home-buy__mobile-slide {
    flex: 0 0 100%;
    scroll-snap-align: center;
    aspect-ratio: 1 / 1;
    background: var(--grey-2);
    overflow: hidden;
    margin: 0;
  }
  .home-buy__mobile-slide img { width: 100%; height: 100%; object-fit: cover; display: block; margin: 0; vertical-align: top; }
  .home-buy__mobile-dashes {
    display: flex;
    gap: 2px;
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 0;
  }
  .home-buy__mobile-dash {
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
    height: 3px;
    border-radius: 0;
    background: var(--grey-2);
    transition: background 0.25s;
    cursor: pointer;
  }
  .home-buy__mobile-dash.is-active { background: #1C1C1C; }
}


/* ── Home Buy Accordions ── */
.home-buy__accordions { margin-top: 8px; border-top: 1px solid var(--grey-2); }
.hb-acc { border-bottom: 1px solid var(--grey-2); }
.hb-acc-btn {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  padding: 18px 0; font-family: var(--font); font-size: 15px; font-weight: 600;
  color: var(--black); background: none; border: none; cursor: pointer; text-align: left; gap: 12px;
}
.hb-acc-btn svg { width: 18px; height: 18px; flex-shrink: 0; color: var(--grey-4); transition: transform 0.3s; }
.hb-acc-btn.open svg { transform: rotate(180deg); }
.hb-acc-body { padding-bottom: 20px; }
.hb-acc-body p { font-size: 14px; line-height: 1.75; color: var(--grey-5); margin-bottom: 10px; }
.hb-acc-body p:last-child { margin-bottom: 0; }
.hb-benefits-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.hb-benefits-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--grey-5); line-height: 1.5; }
.hb-benefits-list li span:first-child { font-size: 16px; flex-shrink: 0; margin-top: 1px; }
.hb-nut-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.hb-nut-table th { text-align: left; padding: 9px 12px; font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--grey-4); border-bottom: 2px solid var(--grey-2); }
.hb-nut-table td { padding: 10px 12px; border-bottom: 1px solid var(--grey-1); color: var(--black); }
.hb-nut-table tr:last-child td { border-bottom: none; }
.hb-nut-table td:last-child { font-weight: 600; white-space: nowrap; }
.hb-disclaimer { font-size: 11.5px; color: var(--grey-4); line-height: 1.6; margin-top: 14px !important; }

/* =========================================================
   ACCOUNT DROPDOWN
   ========================================================= */
.acct-wrap {
  position: relative;
}
.acct-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 200px;
  background: var(--white);
  border: 1px solid var(--grey-2);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.10);
  padding: 6px;
  z-index: 500;
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.acct-dropdown.open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.acct-dropdown__item {
  display: block;
  padding: 10px 14px;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--black);
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.15s;
  text-decoration: none;
  white-space: nowrap;
}
.acct-dropdown__item:hover { background: var(--grey-1); }
.acct-dropdown__divider {
  height: 1px;
  background: var(--grey-2);
  margin: 4px 6px;
}
.acct-dropdown__item--danger { color: #C0392B; }
/* Logged-in avatar dot on icon */
.acct-wrap .acct-dot {
  position: absolute;
  top: 7px; right: 7px;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #22C55E;
  border: 1.5px solid var(--white);
  display: block;
}

/* =========================================================
   ACCOUNT DRAWER
   ========================================================= */
.acct-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 300;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.acct-overlay.open { opacity: 1; pointer-events: all; }
.acct-drawer {
  position: fixed;
  top: 0; right: 0;
  width: 400px;
  max-width: 100%;
  height: 100vh;
  background: var(--white);
  z-index: 301;
  transform: translateX(100%);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  display: flex;
  flex-direction: column;
  box-shadow: none;
}
.acct-drawer.open { transform: translateX(0); box-shadow: -4px 0 40px rgba(0,0,0,0.15); }
.acct-drawer__header {
  padding: 22px 28px;
  border-bottom: 1px solid var(--grey-2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.acct-drawer__title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.acct-drawer__close {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: none; background: none;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}
.acct-drawer__close:hover { background: var(--grey-1); }
.acct-drawer__close svg { width: 20px; height: 20px; }
.acct-drawer__body {
  flex: 1;
  overflow-y: auto;
  padding: 28px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.acct-drawer__body::-webkit-scrollbar { display: none; }

/* Logged in */
.acct-drawer__welcome {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--grey-2);
}
.acct-drawer__avatar {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--black);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 700; letter-spacing: 0.02em;
  flex-shrink: 0;
}
.acct-drawer__name {
  font-size: 16px; font-weight: 700; color: var(--black); margin-bottom: 2px;
}
.acct-drawer__email {
  font-size: 13px; color: var(--grey-4);
}
.acct-drawer__links {
  display: flex; flex-direction: column; gap: 0;
}
.acct-drawer__link {
  display: flex; align-items: center; gap: 14px;
  padding: 16px 0;
  font-size: 15px; font-weight: 500; color: var(--black);
  border-bottom: 1px solid var(--grey-1);
  text-decoration: none;
  transition: padding-left 0.2s, color 0.2s;
}
.acct-drawer__link:hover { padding-left: 6px; color: var(--grey-5); }
.acct-drawer__footer-link {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--grey-2);
}
.acct-drawer__logout {
  font-size: 13px; font-weight: 600; color: #C0392B;
  text-decoration: none; letter-spacing: 0.04em;
  transition: opacity 0.2s;
}
.acct-drawer__logout:hover { opacity: 0.7; }

/* Logged out */
.acct-drawer__guest {
  text-align: center;
  padding: 20px 0 32px;
  border-bottom: 1px solid var(--grey-2);
  margin-bottom: 28px;
}
.acct-drawer__guest-icon { margin-bottom: 20px; }
.acct-drawer__guest-title {
  font-size: 22px; font-weight: 700; letter-spacing: -0.02em;
  color: var(--black); margin-bottom: 10px;
}
.acct-drawer__guest-desc {
  font-size: 14px; color: var(--grey-4); line-height: 1.6;
  max-width: 280px; margin: 0 auto 28px;
}
.acct-drawer__signin {
  width: 100%; height: 50px; font-size: 13px; font-weight: 700;
  letter-spacing: 0.06em; border-radius: 99px; margin-bottom: 10px;
  text-decoration: none;
}
.acct-drawer__create {
  width: 100%; height: 50px; font-size: 13px; font-weight: 700;
  letter-spacing: 0.06em; border-radius: 99px;
  text-decoration: none;
}
.acct-drawer__perks {
  padding: 0;
}
.acct-drawer__perks-title {
  font-size: 10px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--grey-4); margin-bottom: 16px;
}
.acct-drawer__perk {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 0;
  font-size: 14px; color: var(--grey-5);
  border-bottom: 1px solid var(--grey-1);
}
.acct-drawer__perk:last-child { border-bottom: none; }
.acct-wrap.logged-in .acct-dot { display: block; }

/* =========================================================
   PDP — TABS SUBNAV
   ========================================================= */
.pdp-tabs { background: #FAFAF8; padding: 80px 0; }
.pdp-tabs__inner { width: 100%; padding: 0 var(--site-pad); box-sizing: border-box; }
/* Tab pills — matches main-page bento pill style */
.pdp-tabs__bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
  max-width: 100%;
  padding-bottom: 4px;
}
.pdp-tabs__bar::-webkit-scrollbar { display: none; }
.pdp-tabs__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 10px 22px;
  height: 42px;
  font-family: var(--font);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.005em;
  color: var(--black);
  background: #fff;
  border: 1.5px solid var(--grey-2);
  border-radius: 999px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}
.pdp-tabs__btn:hover { border-color: var(--black); }
.pdp-tabs__btn.is-active {
  color: #FFFFFF;
  background: var(--black);
  border-color: var(--black);
}
.pdp-tabs__panel { display: none; }
.pdp-tabs__panel.is-active { display: block; animation: bentoFade 0.36s cubic-bezier(0.22, 1, 0.36, 1); }

.pdp-tabs__eyebrow { display: none; }
.pdp-tabs__ing-cta { margin-top: 32px; }
.pdp-tabs__read-more { display: inline-flex; align-items: center; gap: 8px; height: 50px; padding: 0 32px; border: 1.5px solid var(--black); border-radius: 999px; font-family: var(--font); font-size: 14px; font-weight: 700; letter-spacing: 0.04em; color: var(--black); text-decoration: none; transition: background 0.2s, color 0.2s; }
.pdp-tabs__read-more:hover { background: var(--black); color: #fff; }
.pdp-tabs__read-more svg { width: 16px; height: 16px; }
.pdp-tabs__title { font-size: clamp(24px, 2.8vw, 36px); font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; color: var(--black); margin: 0 0 18px; max-width: 720px; }
.pdp-tabs__body { font-size: 15px; line-height: 1.7; color: var(--grey-5); max-width: 620px; margin: 0 0 24px; }

.pdp-tabs__panel-grid { display: grid; grid-template-columns: minmax(0, 720px) minmax(0, 420px); justify-content: start; gap: 48px; align-items: start; }
.pdp-tabs__quote { margin: 28px 0 0; padding: 24px 26px; background: #FFFFFF; border: 1px solid var(--grey-2); border-left: 3px solid #FF6B00; border-radius: 12px; max-width: 60%; }
.pdp-tabs__quote blockquote { font-size: 15px; line-height: 1.7; color: var(--black); margin: 0 0 12px; font-style: italic; }
.pdp-tabs__quote figcaption { font-size: 13px; color: var(--grey-5); }
.pdp-tabs__quote figcaption strong { color: var(--black); font-weight: 700; }

.pdp-tabs__panel-media { width: 100%; }
.pdp-tabs__placeholder {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: var(--grey-1);
  border: 1px dashed var(--grey-3);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--grey-4);
}
.pdp-tabs__placeholder svg { width: 48px; height: 48px; }
.pdp-tabs__placeholder span { font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }

.pdp-tabs__ing-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 28px; border-top: 1px solid var(--grey-2); }
.pdp-tabs__ing-list li { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--grey-1); font-size: 14px; color: var(--black); }
.pdp-tabs__ing-list li em { font-style: normal; font-weight: 600; color: #FF6B00; font-size: 13px; white-space: nowrap; }

.pdp-tabs__feel-grid,
.pdp-tabs__std-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 260px;
  gap: 14px;
  margin-top: 32px;
}
.pdp-tabs__feel,
.pdp-tabs__std {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 24px;
  background: #FFFFFF;
  border: 1px solid var(--grey-2);
  border-radius: 20px;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
  overflow: hidden;
}
@media (hover: hover) {
  .pdp-tabs__feel:hover,
  .pdp-tabs__std:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(0,0,0,0.08); }
}
.pdp-tabs__feel-ic {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #FFF4EC;
  color: #FF6B00;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  flex-shrink: 0;
}
.pdp-tabs__feel-ic svg { width: 20px; height: 20px; }
.pdp-tabs__std svg { width: 42px; height: 42px; padding: 9px; border-radius: 50%; background: #FFF4EC; color: #FF6B00; margin-bottom: 18px; box-sizing: border-box; flex-shrink: 0; }
.pdp-tabs__feel h4,
.pdp-tabs__std h4 { font-size: clamp(17px, 1.5vw, 22px); font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; color: var(--black); margin: 0 0 8px; }
.pdp-tabs__feel p,
.pdp-tabs__std p { font-size: 13.5px; line-height: 1.55; color: var(--grey-5); margin: 0; opacity: 0.88; }

@media (max-width: 900px) {
  .pdp-tabs { padding: 48px 0; }
  .pdp-tabs__inner { padding: 0 24px; }
  .pdp-tabs__panel-grid { grid-template-columns: 1fr; gap: 28px; }
  .pdp-tabs__ing-list { grid-template-columns: repeat(2, 1fr); gap: 0 20px; }
  .pdp-tabs__feel-grid, .pdp-tabs__std-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; gap: 12px; }
  .pdp-tabs__feel, .pdp-tabs__std { min-height: 140px; padding: 16px; justify-content: center; align-items: flex-start; text-align: left; }
  /* Mobile: horizontal-scroll pill strip — matches main-page bento pills */
  .pdp-tabs__bar {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    margin-right: -24px;
    padding: 4px 24px 10px 2px;
    gap: 8px;
  }
  .pdp-tabs__btn { height: 40px; padding: 0 18px; font-size: 13.5px; }
  /* Hide placeholder media on mobile */
  .pdp-tabs__panel-media { display: none; }
  /* Quote card uses full column width on mobile */
  .pdp-tabs__quote { max-width: 100%; }

  /* What's Inside — sticky header, scrolling ingredient table */
  .pdp-tabs__inside-head {
    position: sticky;
    top: calc(var(--nav-h, 76px) + 4px);
    background: #FAFAF8;
    z-index: 2;
    padding-top: 12px;
    padding-bottom: 14px;
    margin: 0 -24px;
    padding-left: 24px;
    padding-right: 24px;
    border-bottom: 1px solid var(--grey-2);
  }

  /* Feel + Standards → horizontal carousel */
  .pdp-tabs__feel-grid,
  .pdp-tabs__std-grid {
    display: flex;
    grid-template-columns: none;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 24px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin: 28px -24px 0;
    padding: 0 24px 6px;
  }
  .pdp-tabs__feel-grid::-webkit-scrollbar,
  .pdp-tabs__std-grid::-webkit-scrollbar { display: none; }
  .pdp-tabs__feel,
  .pdp-tabs__std {
    flex: 0 0 78%;
    scroll-snap-align: start;
    min-height: 0;
  }
  /* Kill hover border/lift on touch — carousel feedback should be tactile only */
  .pdp-tabs__feel:hover,
  .pdp-tabs__std:hover { border-color: var(--grey-2); transform: none; }
}
@media (max-width: 520px) {
  .pdp-tabs__feel,
  .pdp-tabs__std { flex: 0 0 84%; }
}
@media (max-width: 520px) {
  .pdp-tabs__ing-list { grid-template-columns: 1fr; }
}

/* Homepage sections hidden for now (kept in code for later) */
.ava-results { display: none !important; }      /* "Real customers. Real results." stats section */
.ava-testimonials-v2 { display: none !important; } /* "Trusted by thousands" review cards section */

/* =========================================================
   PDP — TIMELINE (three horizontal image cards, full-bleed)
   ========================================================= */
.pdp-timeline {
  background: #FFFFFF;
  padding: 88px 0 96px;
}
.pdp-timeline__head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 56px;
  padding: 0 24px;
}
.pdp-timeline__eyebrow { display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: #FF6B00; margin-bottom: 14px; }
.pdp-timeline__title {
  font-family: var(--font);
  font-size: clamp(32px, 4.4vw, 56px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--black);
  margin: 0 0 16px;
}
.pdp-timeline__title em { font-style: italic; font-weight: 400; color: var(--grey-4); }
.pdp-timeline__sub { font-size: 16px; line-height: 1.6; color: var(--grey-5); margin: 0 auto; max-width: 600px; }

.pdp-timeline__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  padding: 0 var(--site-pad);
  box-sizing: border-box;
}
/* When embedded inside a tab panel, the parent already handles padding */
.pdp-timeline__cards--inline {
  max-width: none;
  padding: 0;
  margin: 0;
  gap: 14px;
}

.pdp-timeline__card {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--grey-2);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}
.pdp-timeline__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 44px rgba(28, 28, 28, 0.08);
  border-color: rgba(28, 28, 28, 0.2);
}

.pdp-timeline__card-img {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--grey-1);
}
.pdp-timeline__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.pdp-timeline__card:hover .pdp-timeline__card-img img {
  transform: scale(1.04);
}

.pdp-timeline__card-body {
  padding: 28px 32px 34px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pdp-timeline__card-pill {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  padding: 8px 16px;
  background: #1C1C1C;
  color: #FFFFFF;
  border-radius: 99px;
  font-family: var(--font);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 4px;
}

.pdp-timeline__card-title {
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--black);
  margin: 0;
  line-height: 1.2;
}

.pdp-timeline__card-desc {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--grey-5);
  margin: 0;
}

/* Highlights — smooth rounded pills for each feeling */
.pdp-timeline__card-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid var(--grey-2);
}
.pdp-timeline__card-chip {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  background: #FAFAF8;
  border: 1.5px solid var(--grey-2);
  border-radius: 99px;
  font-family: var(--font);
  font-size: 12px;
  font-weight: 600;
  color: var(--black);
  letter-spacing: 0.01em;
  line-height: 1;
  transition: border-color 0.22s ease, background 0.22s ease, color 0.22s ease;
}
.pdp-timeline__card-chip:hover {
  border-color: var(--black);
  background: var(--black);
  color: #FFFFFF;
}

@media (max-width: 900px) {
  .pdp-timeline { padding: 56px 0 64px; }
  .pdp-timeline__head { margin-bottom: 36px; }
  .pdp-timeline__cards {
    grid-template-columns: 1fr;
    gap: 14px;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0 0 4px;
    max-width: none;
    margin: 0;
  }
  .pdp-timeline__cards::-webkit-scrollbar { display: none; }
  .pdp-timeline__card { min-width: 78vw; max-width: 78vw; scroll-snap-align: start; }
  .pdp-timeline__card:first-child { margin-left: 0; }
  .pdp-timeline__card:last-child { margin-right: 24px; }
  .pdp-timeline__card-img { aspect-ratio: 1 / 1; }
  .pdp-timeline__card-body { padding: 24px 24px 28px; }
}

/* =========================================================
   PDP — FORMULA
   ========================================================= */
/* .pdp-formula styles moved inline into sections/ava-pdp-formula.liquid */

/* =========================================================
   PDP — HOW TO USE
   ========================================================= */
.pdp-howto { background: var(--grey-1); padding: 80px 0; }
.pdp-howto__inner { width: 100%; padding: 0 var(--site-pad); box-sizing: border-box; }
.pdp-howto__head { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.pdp-howto__eyebrow { display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: #FF6B00; margin-bottom: 14px; }
.pdp-howto__title { font-size: clamp(30px, 4vw, 52px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.05; color: var(--black); margin: 0; }

.pdp-howto__steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pdp-howto__step { background: #FFFFFF; border-radius: 18px; padding: 28px 24px 28px; display: flex; flex-direction: column; align-items: flex-start; transition: transform 0.25s; }
.pdp-howto__step:hover { transform: translateY(-3px); }
.pdp-howto__step-vis { width: 100%; aspect-ratio: 1; background: var(--grey-1); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.pdp-howto__step-vis svg { width: 60%; height: 60%; }
.pdp-howto__step-num { display: block; font-size: 56px; font-weight: 700; line-height: 1; letter-spacing: -0.04em; color: #FF6B00; margin-bottom: 14px; }
.pdp-howto__step-body h3 { font-size: 17px; font-weight: 700; letter-spacing: -0.01em; color: var(--black); margin: 0 0 8px; }
.pdp-howto__step-body p { font-size: 13px; line-height: 1.55; color: var(--grey-5); margin: 0; }

.pdp-howto__note { display: flex; gap: 12px; align-items: center; margin-top: 28px; padding: 18px 22px; background: #1C1C1C; color: #FFFFFF; border-radius: 12px; font-size: 14px; line-height: 1.55; }
.pdp-howto__note svg { width: 20px; height: 20px; color: #FF6B00; flex-shrink: 0; }
.pdp-howto__note strong { color: #FF6B00; }

@media (max-width: 900px) {
  .pdp-howto { padding: 56px 0; }
  .pdp-howto__inner { padding: 0 24px; }
  .pdp-howto__steps {
    display: flex;
    grid-template-columns: none;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 24px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin: 0 -24px;
    padding: 0 24px 6px;
  }
  .pdp-howto__steps::-webkit-scrollbar { display: none; }
  .pdp-howto__step {
    flex: 0 0 78%;
    scroll-snap-align: start;
  }
  .pdp-howto__step:hover { transform: none; }
}
@media (max-width: 520px) {
  .pdp-howto__step { flex: 0 0 84%; }
}

/* =========================================================
   PDP — PHILOSOPHY
   ========================================================= */
.pdp-philosophy { background: #1C1C1C; color: #FFFFFF; padding: 96px 0; }
.pdp-philosophy__inner { width: 100%; padding: 0 var(--site-pad); box-sizing: border-box; display: grid; grid-template-columns: 360px 1fr; gap: 64px; align-items: center; }
.pdp-philosophy__portrait { position: relative; }
.pdp-philosophy__img { width: 100%; aspect-ratio: 4/5; border-radius: 20px; overflow: hidden; background: #2A2A2A; }
.pdp-philosophy__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pdp-philosophy__portrait-caption { margin-top: 20px; }
.pdp-philosophy__portrait-caption strong { display: block; font-size: 16px; font-weight: 700; color: #FFFFFF; margin-bottom: 4px; }
.pdp-philosophy__portrait-caption span { font-size: 13px; color: rgba(255,255,255,0.5); letter-spacing: 0.05em; }

.pdp-philosophy__eyebrow { display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: #FF6B00; margin-bottom: 16px; }
.pdp-philosophy__title { font-size: clamp(30px, 4.2vw, 54px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.05; color: #FFFFFF; margin: 0 0 32px; }
.pdp-philosophy__title em { font-style: italic; font-weight: 400; color: rgba(255,255,255,0.65); }
.pdp-philosophy__quote { position: relative; padding: 0 0 0 40px; max-width: 640px; }
.pdp-philosophy__mark { position: absolute; left: -2px; top: 0; width: 32px; height: 32px; color: #FF6B00; }
.pdp-philosophy__quote p { font-size: 17px; line-height: 1.7; color: rgba(255,255,255,0.88); margin: 0 0 14px; }
.pdp-philosophy__signature { margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.12); display: flex; align-items: center; gap: 14px; }
.pdp-philosophy__signature img { height: 40px; width: auto; }
.pdp-philosophy__signature span { font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.65); letter-spacing: 0.02em; }

@media (max-width: 900px) {
  .pdp-philosophy { padding: 56px 0; }
  .pdp-philosophy__inner { grid-template-columns: 1fr; gap: 32px; padding: 0 24px; }
  .pdp-philosophy__portrait { max-width: none; margin: 0 -24px; }
  .pdp-philosophy__img { border-radius: 0; aspect-ratio: 4 / 3; }
  .pdp-philosophy__portrait-caption { padding: 0 24px; }
  .pdp-philosophy__quote { padding-left: 0; }
  .pdp-philosophy__mark { position: static; margin-bottom: 8px; display: block; }
}

/* =========================================================
   PDP — COMPARISON
   ========================================================= */
.pdp-comparison { background: #FFFFFF; padding: 80px 0; }
.pdp-comparison__inner { width: 100%; padding: 0 var(--site-pad); box-sizing: border-box; }
.pdp-comparison__head { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.pdp-comparison__eyebrow { display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: #FF6B00; margin-bottom: 14px; }
.pdp-comparison__title { font-size: clamp(28px, 3.6vw, 44px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.1; color: var(--black); margin: 0 0 16px; }
.pdp-comparison__sub { font-size: 15px; line-height: 1.65; color: var(--grey-5); margin: 0; }

.pdp-comparison__split { display: grid; grid-template-columns: minmax(0, 42%) minmax(0, 58%); gap: 48px; align-items: stretch; }
.pdp-comparison__media { width: 100%; height: 100%; display: flex; }
.pdp-comparison__placeholder {
  width: 100%;
  height: 100%;
  min-height: 320px;
  background: var(--grey-1);
  border: 1px dashed var(--grey-3);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--grey-4);
}
.pdp-comparison__placeholder svg { width: 56px; height: 56px; }
.pdp-comparison__placeholder span { font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }
.pdp-comparison__table-wrap { overflow-x: auto; border-radius: 18px; border: 1px solid var(--grey-2); }
.pdp-comparison__table { width: 100%; border-collapse: collapse; font-family: var(--font); }
.pdp-comparison__table th { padding: 18px 24px; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--grey-4); text-align: left; background: var(--grey-1); }
.pdp-comparison__table th:last-child, .pdp-comparison__table td:last-child { text-align: right; }
.pdp-comparison__table td { padding: 16px 24px; font-size: 14px; color: var(--black); border-top: 1px solid var(--grey-1); }
.pdp-comparison__table tbody tr:hover { background: var(--grey-1); }
.pdp-comparison__table tbody td:nth-child(2) { color: var(--grey-5); font-size: 13px; }
.pdp-comparison__table tbody td:last-child { font-weight: 600; font-variant-numeric: tabular-nums; }

.pdp-comparison__total td { padding: 20px 24px; background: var(--grey-1); border-top: 2px solid var(--grey-2); font-size: 15px; font-weight: 600; color: var(--black); }
.pdp-comparison__total td:last-child { text-align: right; }
.pdp-comparison__total strong { font-size: 18px; color: var(--black); font-weight: 700; }

.pdp-comparison__ava td { padding: 22px 24px; background: #FF6B00; color: #FFFFFF; font-size: 15px; font-weight: 600; vertical-align: middle; }
.pdp-comparison__ava-cell { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.pdp-comparison__ava-label { font-size: 15px; font-weight: 600; color: #FFFFFF; }
.pdp-comparison__save-pill {
  display: inline-flex;
  align-items: center;
  background: #FFFFFF;
  color: #FF6B00;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 6px 12px;
  border-radius: 99px;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.pdp-comparison__ava td:last-child { text-align: right; }
.pdp-comparison__ava strong { font-size: 18px; color: #FFFFFF; font-weight: 700; }
.pdp-comparison__ava-cents { font-size: 14px; opacity: 0.85; }

.pdp-comparison__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 32px; }
.pdp-comparison__stat { padding: 24px; background: var(--grey-1); border-radius: 14px; text-align: center; }
.pdp-comparison__stat-num { display: block; font-size: clamp(32px, 3.5vw, 44px); font-weight: 700; letter-spacing: -0.03em; color: var(--black); line-height: 1; margin-bottom: 8px; }
.pdp-comparison__stat-label { font-size: 13px; font-weight: 500; color: var(--grey-5); }

.pdp-comparison__note { margin-top: 28px; font-size: 12px; color: var(--grey-4); text-align: center; }

@media (max-width: 900px) {
  .pdp-comparison { padding: 56px 0; }
  .pdp-comparison__inner { padding: 0 24px; }
  .pdp-comparison__split { grid-template-columns: 1fr; gap: 28px; }
  .pdp-comparison__media {
    position: static;
    top: auto;
    margin: 0 -24px;
    width: calc(100% + 48px);
  }
  .pdp-comparison__placeholder { aspect-ratio: 16 / 9; min-height: 0; border-radius: 0; border-left: none; border-right: none; }
  .pdp-comparison__table th, .pdp-comparison__table td { padding: 12px 14px; font-size: 13px; }
  .pdp-comparison__total td, .pdp-comparison__ava td { padding: 16px 14px; font-size: 13px; }
  .pdp-comparison__ava-cell { gap: 10px; }
  .pdp-comparison__save-pill { font-size: 10px; padding: 5px 10px; }
  .pdp-comparison__stats { grid-template-columns: 1fr; }
}

/* =========================================================
   PDP — GUARANTEE
   ========================================================= */
.pdp-guarantee { background: var(--grey-1); padding: 80px 0; }
.pdp-guarantee__inner { width: 100%; padding: 0 var(--site-pad); box-sizing: border-box; }
.pdp-guarantee__head { text-align: center; max-width: 700px; margin: 0 auto 48px; }
.pdp-guarantee__eyebrow { display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: #FF6B00; margin-bottom: 14px; }
.pdp-guarantee__title { font-size: clamp(30px, 4vw, 48px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.08; color: var(--black); margin: 0 0 16px; }
.pdp-guarantee__sub { font-size: 15px; line-height: 1.65; color: var(--grey-5); margin: 0; }

.pdp-guarantee__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 48px; }
.pdp-guarantee__card { padding: 28px 24px; background: #FFFFFF; border-radius: 16px; transition: transform 0.2s, box-shadow 0.2s; }
.pdp-guarantee__card:hover { transform: translateY(-3px); box-shadow: 0 8px 30px rgba(0,0,0,0.06); }
.pdp-guarantee__card-ic { width: 44px; height: 44px; border-radius: 12px; background: #1C1C1C; color: #FF6B00; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.pdp-guarantee__card-ic svg { width: 22px; height: 22px; }
.pdp-guarantee__card h3 { font-size: 15px; font-weight: 700; letter-spacing: -0.01em; color: var(--black); margin: 0 0 8px; }
.pdp-guarantee__card p { font-size: 13px; line-height: 1.6; color: var(--grey-5); margin: 0; }

.pdp-guarantee__cta { text-align: center; }
.pdp-guarantee__cta-btn { display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0 44px; background: #1C1C1C; color: #FFFFFF !important; border-radius: 99px; font-family: var(--font); font-size: 14px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; transition: background 0.2s; margin-bottom: 14px; }
.pdp-guarantee__cta-btn:hover { background: #FF6B00; }
.pdp-guarantee__cta p { font-size: 13px; color: var(--grey-5); margin: 0; }

@media (max-width: 900px) {
  .pdp-guarantee { padding: 56px 0; }
  .pdp-guarantee__inner { padding: 0 24px; }
  .pdp-guarantee__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .pdp-guarantee__grid { grid-template-columns: 1fr; }
}

/* =========================================================
   PDP — FAQ
   ========================================================= */
/* .pdp-faq styles moved inline into sections/ava-pdp-faq.liquid */

/* =========================================================
   PDP — STICKY BAR
   ========================================================= */
.pdp-sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 200; transform: translateY(110%); opacity: 0; transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s; pointer-events: none; background: rgba(255,255,255,0.98); backdrop-filter: saturate(180%) blur(10px); -webkit-backdrop-filter: saturate(180%) blur(10px); border-top: 1px solid var(--grey-2); box-shadow: 0 -8px 30px rgba(0,0,0,0.08); }
.pdp-sticky.is-visible { transform: translateY(0); opacity: 1; pointer-events: all; }
.pdp-sticky__inner { width: 100%; padding: 12px var(--site-pad); box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.pdp-sticky__product { display: flex; align-items: center; gap: 14px; text-decoration: none; color: inherit; min-width: 0; flex: 1; }
.pdp-sticky__product img { width: 48px; height: 48px; border-radius: 10px; object-fit: cover; background: var(--grey-1); flex-shrink: 0; }
.pdp-sticky__info { min-width: 0; }
.pdp-sticky__name { display: block; font-size: 14px; font-weight: 700; color: var(--black); letter-spacing: -0.01em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pdp-sticky__price { display: block; font-size: 13px; color: var(--black); font-weight: 600; margin-top: 2px; }
.pdp-sticky__price em { font-style: normal; color: var(--grey-4); font-weight: 500; }
.pdp-sticky__form { flex-shrink: 0; }
.pdp-sticky__btn { display: inline-flex; align-items: center; gap: 10px; height: 48px; padding: 0 22px; background: #1C1C1C; color: #FFFFFF; border: 0; border-radius: 99px; font-family: var(--font); font-size: 13px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; cursor: pointer; transition: background 0.2s, gap 0.2s; }
.pdp-sticky__btn:hover { background: #FF6B00; gap: 14px; }
.pdp-sticky__btn svg { width: 16px; height: 16px; }

@media (max-width: 640px) {
  .pdp-sticky__inner { padding: 10px 16px; gap: 10px; }
  .pdp-sticky__product img { width: 40px; height: 40px; }
  .pdp-sticky__name { font-size: 13px; }
  .pdp-sticky__price { font-size: 12px; }
  .pdp-sticky__price em { display: none; }
  .pdp-sticky__btn { height: 42px; padding: 0 16px; font-size: 12px; }
  .pdp-sticky__btn svg { width: 14px; height: 14px; }
}
/* cache-bust 1776874670 */
/* cache-bust cleanup 1776874832 */
