  /* Site-wide overrides; shared palette lives in av_tokens.css (linked from av_base.html). */
  :root {
    --serif: "Fraunces", "Cormorant Garamond", Georgia, serif;
    --container: 1400px;
    --gutter: clamp(20px, 4vw, 64px);
  }
  *, *::before, *::after { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body {
    margin: 0;
    background: var(--ivory);
    color: var(--ink);
    font-family: var(--sans);
    font-size: 14.5px;
    line-height: 1.65;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    font-feature-settings: "ss01", "kern";
  }
  body::before {
    content: "";
    position: fixed; inset: 0;
    pointer-events: none; z-index: 1;
    opacity: .18; mix-blend-mode: multiply;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.92' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.10 0 0 0 0 0.08 0 0 0 0 0.06 0 0 0 0.06 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  }
  img, video { display: block; max-width: 100%; }
  a { color: inherit; text-decoration: none; }
  button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
  ::selection { background: var(--terracotta); color: var(--ivory); }

  .container {
    width: 100%;
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 var(--gutter);
    position: relative; z-index: 2;
  }

	.disabled {
	  display: none !important;
	}

	.no-click {
	  pointer-events: none !important;
	}

	.no-outline {
	  outline: none !important;
	}


   .color-terracotta {
	   color: var(--terracotta) !important;
   }
   .bg-terracotta {
	   background-color: var(--terracotta) !important;
	   color: #fff !important;
	}
   }

/* Buttons */

.btn-xxs, .btn-xs, .btn-s, .btn-sm, .btn-m, .btn-l {
  font-size: 12px !important;
}

.btn-xxs {
  padding: 2px 10px !important;
}

.btn-xs {
  padding: 2px 14px !important;
}

.btn-s {
  padding: 4px 18px !important;
}

.btn-sm {
  padding: 6px 18px !important;
}

.btn-m {
  padding: 8px 20px !important;
}

.btn-l {
  padding: 10px 26px !important;
}

.btn-xl {
  padding: 15px 30px !important;
  font-size: 15px !important;
}

.btn-xxl {
  padding: 17px 34px !important;
  font-size: 17px !important;
}

.btn-uppercase {
  text-transform: uppercase;
}

/* Bootstrap text-center does not center inline-flex children */
.btn.text-center {
  justify-content: center;
  text-align: center;
}

/* Solid-fill buttons already have a background; skip hero ::before slide */
.btn.bg-terracotta::before,
.btn.bg-highlight::before,
.btn.bg-dark-dark::before,
.btn.bg-green-dark::before,
.btn.bg-red-dark::before,
.btn.bg-blue-dark::before,
.btn.bg-yellow-dark::before,
.btn.bg-gray-dark::before,
.btn.bg-theme::before {
  display: none !important;
}
.btn.bg-terracotta:hover {
  color: #fff !important;
}

/* Collapsible "Specifications" link-style toggle (order detail, etc.) */
.av-spec-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  max-width: 100%;
  gap: 0.4em;
  padding: 0 !important;
  margin-top: 0.5rem;
  border: 0;
  background: transparent !important;
  color: #4a89dc !important;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: normal;
  text-decoration: underline;
  text-underline-offset: 2px;
  box-shadow: none;
  overflow: visible;
  transition: color 0.2s ease;
}
.av-spec-toggle::before {
  display: none !important;
}
.av-spec-toggle:hover,
.av-spec-toggle:focus-visible {
  color: #3a6fb8 !important;
  background: transparent !important;
  transform: none;
}
.av-spec-toggle > span {
  position: relative;
  z-index: 1;
  text-transform: none;
}
.av-spec-toggle .fa-chevron-down {
  display: inline-block;
  font-size: 0.85em;
  transition: transform 0.25s ease;
}
.av-spec-toggle[aria-expanded="true"] .fa-chevron-down {
  transform: rotate(180deg);
}

/* Compact / inline CTAs — keep natural width on mobile (not full-bleed) */
.btn-inline {
  width: auto !important;
  max-width: 100%;
  flex-shrink: 0;
  justify-content: center;
}

/* Center buttons */
.btn-center-xs {
  width: 100px;
  margin: 0 auto;
  display: block;
}

.btn-center-s {
  width: 120px;
  margin: 0 auto;
  display: block;
}

.btn-center-m {
  width: 160px;
  margin: 0 auto;
  display: block;
}

.btn-center-l {
  width: 220px;
  margin: 0 auto;
  display: block;
}

.btn-center-xl {
  width: 250px;
  margin: 0 auto;
  display: block;
}

.bg-ar {
	background-image: url(../images/augmented_reality/ar_pic.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Currency Symbol and Amount Styles */
.currency-symbol { 
  font-size: 0.8em;
  font-weight: 400; 
}
.currency-amount { 
  font-weight: 700;
  font-size: 1.25em;  
}


/*Extending Cards Features*/
.row {
  margin-bottom: 30px;
}

.card {
  -webkit-transform: translate3d(0, 0, 0);
  background-size: cover;
  border: 0px !important;
  max-height: 150000px;
  margin-bottom: 30px;
  background-position: center center !important;
}

.cover-slider .card {
  margin-bottom: 0px !important;
}

[data-card-height=cover].card {
  margin-bottom: 0px !important;
}

.card-style {
  overflow: hidden;
  margin: 0px 16px 30px 16px;
  border-radius: 0px;
  border: none;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
}
.card-style .card-body {
  padding: 15px;
}

.card-style .card-overlay {
  border-radius: 0px;
}

@media only screen and (max-width: 600px) {
	.card-style {
		 border-radius: 15px;
	}
}
@media only screen and (max-width: 600px) {
	.card-style .card-overlay {
		border-radius: 15px;
	}
}


.card-body {
  z-index: 2;
}

.card-header {
  z-index: 2;
}

.card-footer {
  z-index: 2;
}

.card-top {
  z-index: 2;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
}

.card-bottom {
  z-index: 2;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.card-center {
  z-index: 2;
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.card-overlay {
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  position: absolute;
  z-index: 1;
}

.card .img-fluid {
  width: 100% !important;
}

.card-image {
  display: block;
  width: 100%;
  min-height: 250px;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.card-image img {
  transition: all 450ms ease;
}

.card-overflow {
  overflow: visible !important;
  z-index: 20;
}

[data-card-height] p {
  padding-bottom: 0px;
}

/*Card Effects*/
.card-scale-image {
  transform: scale(1.05, 1.05) !important;
}

.card-rotate-image {
  transform: rotate(5deg) scale(1.2, 1.2) !important;
}

.card-grayscale-image {
  filter: grayscale(100%);
}

.card-blur-image {
  filter: blur(5px);
}

.card-hide-image {
  opacity: 0 !important;
}

.card-hide div {
  transition: all 350ms ease;
}
.card-hide * {
  transition: all 350ms ease;
}

.polaroid-effect {
  background-color: #FFF;
  padding: 5px;
  border: solid 1px rgba(0, 0, 0, 0.1);
}

.card-scale * {
  transition: all 350ms ease;
}

.card-rotate * {
  transition: all 350ms ease;
}

.card-grayscale * {
  transition: all 350ms ease;
}

.card-blur * {
  transition: all 350ms ease;
}

.card-overlay {
  background-position: center center;
  background-size: cover !important;
}

.card-overlay-infinite {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 1000px;
  height: 100%;
  z-index: 0;
  animation: infiniteBG 600s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background-size: cover;
  background-repeat: repeat;
  background-position: left bottom;
  transform: translateX(0px);
}

.banner-scroll-loop {
  width: 200% !important;
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: 0 100%;
  animation: bannerScrollLoop 74s linear infinite;
}

@media (max-width: 767px) {
  .banner-scroll-loop {
    animation-duration: 12s;
  }
}

@keyframes bannerScrollLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes infiniteBG {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-1400px);
  }
  100% {
    transform: translateX(0px);
  }
}
.over-card {
  z-index: 10;
  position: relative;
  overflow: visible !important;
}

.under-slider {
  z-index: 2;
  position: relative;
  padding-top: 100px;
  transform: translateY(-120px);
  margin-bottom: -100px;
}

.over-slider, .slider-over {
  z-index: 5;
  position: relative !important;
}

/*Shadow Cards - Added in Sticky 4.5*/
/*Shadow Backgrounds*/
.shadow-bg:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: -1;
}

.shadow-bg {
  background-size: cover;
  position: relative;
  z-index: 10;
  overflow: visible !important;
}

.shadow-bg-xs::after {
  transform: scale(0.75) translateY(5px) translateZ(0px);
  filter: blur(8px);
}

.shadow-bg-s::after {
  transform: scale(0.8) translateY(5px) translateZ(0px);
  filter: blur(12px);
}

.shadow-bg-m::after {
  transform: scale(0.85) translateY(7px) translateZ(0px);
  filter: blur(12px);
}

.shadow-bg-l::after {
  transform: scale(0.95) translateY(10px) translateZ(0px);
  filter: blur(12px);
}

.theme-dark .shadow-card:after {
  opacity: 0.12 !important;
}

.theme-dark #footer-bar .circle-nav-2::before,
.theme-dark .shadow-bg:after {
  opacity: 0.5 !important;
}

/*Shadow Cards*/
.shadow-card .card-top,
.shadow-card .card-center,
.shadow-card .card-bottom {
  z-index: 2;
}

.shadow-card .card-overlay {
  z-index: 1;
}

.shadow-card::before {
  background-image: inherit;
  content: "";
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-size: cover;
  z-index: 0;
}

.shadow-card::after {
  transform: scale(0.95) translateY(10px) translateZ(-36px);
  filter: blur(12px);
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: cover;
  background-color: inherit;
  z-index: -1;
}

.shadow-card {
  z-index: 5;
  overflow: visible;
}

.shadow-card .card-overlay {
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
}

.shadow-card-s::after {
  transform: scale(0.8) translateY(15px) translateZ(-26px);
  filter: blur(12px);
}

.shadow-card-m::after {
  transform: scale(0.85) translateY(15px) translateZ(-36px);
  filter: blur(12px);
}

.shadow-card-l::after {
  transform: scale(0.95) translateY(15px) translateZ(-46px);
  filter: blur(12px);
}

.theme-light .shadow-card:after {
  opacity: 0.8;
}

.theme-dark .shadow-card:after {
  opacity: 0.3;
}


  /* ---------- TICKER ---------- */
  .ticker {
    background: #1a1612;
    color: var(--ivory-warm);
    font-size: 10.5px;
    letter-spacing: .28em;
    text-transform: uppercase;
    font-weight: 500;
    padding: 11px 0;
    overflow: hidden;
    position: relative; z-index: 5;
  }
  .ticker-track {
    display: flex; gap: 70px;
    white-space: nowrap;
    animation: scroll 50s linear infinite;
    width: max-content;
  }
  .ticker span { display: inline-flex; align-items: center; gap: 18px; }
  .ticker .dot {
    width: 3px; height: 3px;
    background: var(--gold);
    border-radius: 50%;
    transform: rotate(45deg);
  }
  @keyframes scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }

  /* ---------- HEADER ---------- */
  header {
    position: sticky; top: 0; z-index: 20;
    background: rgba(245,243,240,.92);
    backdrop-filter: saturate(160%) blur(14px);
    -webkit-backdrop-filter: saturate(160%) blur(14px);
    border-bottom: 1px solid var(--rule-soft);
  }
  .nav {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 22px 0;
    gap: 24px;
  }
  .nav-left, .nav-right {
    display: flex; align-items: center;
    gap: 26px;
    font-size: 11.5px;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--ink-soft);
    white-space: nowrap;
  }
  .nav-right { justify-content: flex-end; }
  .nav a {
    position: relative;
    transition: color .35s var(--ease-luxe);
  }
  .nav a::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: -6px;
    height: 1px;
    background: var(--terracotta);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .45s var(--ease-luxe);
  }
  .nav a:hover { color: var(--ink); }
  .nav a:hover::after { transform: scaleX(1); transform-origin: left; }
  .nav .nav-account-trigger,
  .nav .nav-search-trigger {
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    font-family: var(--sans);
    font-size: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    position: relative;
    transition: color .35s var(--ease-luxe);
  }
  .nav .nav-account-trigger::after,
  .nav .nav-search-trigger::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    height: 1px;
    background: var(--terracotta);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .45s var(--ease-luxe);
  }
  .nav .nav-account-trigger:hover,
  .nav .nav-search-trigger:hover { color: var(--ink); }
  .nav .nav-account-trigger:hover::after,
  .nav .nav-search-trigger:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .nav-mobile-search {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ink);
    padding: 0;
  }
  .nav-mobile-search svg { width: 18px; height: 18px; stroke-width: 1.4; }
  .has-menu::after { content: " ⟋"; font-size: 8px; color: var(--muted); margin-left: 4px; }
  .has-menu::after { content: ""; }
  .has-menu { padding-right: 14px; position: relative; }
  .has-menu::before {
    content: "";
    position: absolute;
    right: 0; top: 50%;
    width: 6px; height: 6px;
    border-right: 1px solid var(--muted);
    border-bottom: 1px solid var(--muted);
    transform: translateY(-65%) rotate(45deg);
  }
  .nav-cart { display: inline-flex; align-items: center; gap: 10px; }
  .nav-cart .count {
    font-size: 9px;
    background: var(--terracotta);
    color: var(--ivory);
    border-radius: 999px;
    padding: 2px 7px;
    font-weight: 600;
    letter-spacing: .04em;
    min-width: 18px;
    text-align: center;
  }
  /* Hidden on desktop - shown via mobile breakpoint */
  .nav-mobile-actions { display: none; }
  .mobile-nav { display: none; }
  .brand {
    font-family: var(--serif);
    font-weight: 400;
    font-size: 28px;
    letter-spacing: .04em;
    text-align: center;
    line-height: 1;
    color: var(--ink);
  }
  .brand em { color: var(--terracotta); font-style: italic; font-weight: 500; }
  .brand small {
    display: block;
    font-family: var(--sans);
    font-size: 8px;
    letter-spacing: .48em;
    color: var(--muted);
    margin-top: 5px;
    font-weight: 500;
    text-indent: .48em;
  }


/*Content Boxes*/
.content {
  margin: 20px 15px 20px 15px;
}
.content p:last-child {
  margin-bottom: 0px;
}

.content-full {
  margin: 0px;
}

.content-boxed {
  padding: 20px 15px 0px 15px;
}


/*Dividers*/
.divider {
  height: 1px;
  display: block;
  background-color: rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.divider-margins {
  margin: 0px 17px 30px 17px;
}

.divider-icon {
  height: 1px;
  display: block;
  background-color: rgba(0, 0, 0, 0.05);
  margin-bottom: 50px;
}
.divider-icon i {
  position: absolute;
  width: 50px;
  background-color: #f0f0f0;
  text-align: center;
  margin-top: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.content-boxed .divider-icon i {
  background-color: #f0f0f0;
}

.divider-small {
  height: 2px;
  width: 80px;
  margin: auto;
}



/*Menus & Action Sheets & Modals*/
#menu-settings {
  overflow: hidden;
}

/*--Menu System (ported from style.css + custom.js)---*/
/* Drawer title bar — AV section-head look without .sec-head / .eyebrow classes */
.menu-title {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 72px;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  border-bottom: 1px solid var(--rule-soft);
}
.menu-title::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -1px;
  width: 48px;
  height: 1px;
  background: var(--terracotta);
  pointer-events: none;
}
.menu-title h1,
.menu-title p {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
}
.menu-title h1 {
  font-family: var(--serif);
  font-size: clamp(22px, 5vw, 28px);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--ink);
  padding: 18px 8px 14px 20px;
}
.menu-title p {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
  color: var(--ink-soft);
  padding: 18px 8px 14px 20px;
}
.menu-title > a.close-menu {
  flex: 0 0 55px;
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 55px;
  height: 55px;
  margin: 0 6px 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  color: #dc3545;
  text-align: center;
  z-index: 2;
}
.menu-title > a.close-menu:hover {
  color: #c82333;
}

.menu-bg {
  background-color: #f0f0f0;
}

.menu-hider {
  position: fixed;
  top: -100px;
  bottom: -100px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 250;
  pointer-events: none;
  opacity: 0;
  transition: all 350ms ease;
}

.menu {
  display: none;
  position: fixed;
  background-color: #FFF;
  z-index: 251;
  overflow: auto;
  transition: all 350ms ease;
  -webkit-overflow-scrolling: touch;
}
.menu .content {
  margin-bottom: 0px !important;
}
.menu .divider {
  height: 1px;
  display: block;
  background-color: rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
.menu .color-highlight {
  color: #da4453 !important;
}
/* In-menu buttons: legacy sizing (not AV hero .btn hover slide) */
.menu .btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 20px !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 600;
  overflow: visible;
  transform: none;
}
.menu .btn.w-100 {
  width: 100%;
}
.menu .btn::before {
  display: none !important;
}
.menu .btn:hover {
  transform: none;
  color: inherit;
}
.menu .btn > * {
  position: relative;
  z-index: 1;
}

.menu-box-left {
  left: 0px;
  top: 0px !important;
  top: constant(safe-area-inset-top) !important;
  top: env(safe-area-inset-top) !important;
  width: 250px;
  height: 100%;
  bottom: 0px;
  box-shadow: 0 15px 25px 1px rgba(0, 0, 0, 0.1);
  transform: translate3d(-100%, 0, 0);
}

.menu-box-right {
  right: 0px;
  transform: translateX(100%);
  top: 0px !important;
  top: constant(safe-area-inset-top) !important;
  top: env(safe-area-inset-top) !important;
  height: 100%;
  bottom: 0px;
  box-shadow: 0 15px 25px 1px rgba(0, 0, 0, 0.1);
  width: 250px;
}

.menu-box-top {
  transform: translate3d(0, -115%, 0);
  top: 0px;
  left: 0px;
  right: 0px;
  height: auto;
}

.menu-box-bottom {
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: auto;
  transform: translate3d(0, 110%, 0);
}

.menu-box-modal {
  top: 50%;
  left: 50%;
  width: 330px;
  max-height: 480px;
  transform: translate(-50%, -50%) scale(0, 0);
  opacity: 0;
  pointer-events: none;
  transition: all 350ms ease;
}

.menu-box-modal-full {
  max-height: 100vh;
  width: 100vw;
  height: 100vh;
}

.menu-box-detached, .menu-box-modal {
  border-radius: 0px;
}
@media only screen and (max-width: 600px) {
	.menu-box-detached, .menu-box-modal {
		border-radius: 15px;
	}
}

.menu-box-top.menu-box-detached {
  top: 10px;
  left: 10px;
  right: 10px;
}

.menu-box-bottom.menu-box-detached {
  bottom: 20px;
  left: 10px;
  right: 10px;
}

.menu-box-left.menu-active {
  transform: translate3d(0%, 0, 0) !important;
}

.menu-box-right.menu-active {
  transform: translate3d(0%, 0, 0) !important;
}

.menu-box-top.menu-active {
  transform: translate3d(0%, 0, 0) !important;
}

.is-on-homescreen .menu-box-top.menu-active {
  transform: translate3d(0%, 40px, 0) !important;
}

.menu-box-bottom.menu-active {
  transform: translate3d(0%, 0, 0) !important;
}

.menu-box-modal.menu-active {
  transition: all 350ms ease;
  pointer-events: all !important;
  opacity: 1 !important;
  transform: translate(-50%, -50%) scale(1, 1);
}

.menu-box-modal.menu-box-modal-full {
  max-height: 100%;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  transform: translate(0%, 0%);
}

.menu-hider.menu-active {
  transition: all 350ms ease;
  opacity: 1;
  pointer-events: all;
}

.menu-hider.menu-active.menu-active-clear {
  background-color: rgba(0, 0, 0, 0) !important;
}

.menu-box-left[data-menu-effect=menu-reveal] {
  opacity: 0;
  pointer-events: none;
  transform: translate(0px) !important;
  z-index: 96;
}

.menu-box-right[data-menu-effect=menu-reveal] {
  opacity: 0;
  pointer-events: none;
  transform: translate(0px) !important;
  z-index: 96;
}

.menu-active.menu {
  opacity: 1 !important;
  transition: all 350ms ease;
  pointer-events: all !important;
}

/*Menu Update*/
#menu-update {
  background-color: #FFF;
  position: fixed;
  z-index: 9999;
  width: 310px;
  height: 430px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  border-radius: 0px;
  transition: all 350ms ease;
}
@media only screen and (max-width: 600px) {
	#menu-update{
		border-radius: 10px;
	}
}

.menu-active {
  opacity: 1 !important;
}

.menu-active-no-click {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: all !important;
}

#menu-install-pwa-ios {
  overflow: visible !important;
}

.fa-ios-arrow {
  transform: translateY(4px);
}

.theme-light .fa-ios-arrow {
  color: #FFF !important;
}

.menu-box-left.menu-box-detached {
  left: 10px;
  top: 10px !important;
  bottom: 10px;
  height: calc(100% - 20px);
  transform: translateX(-120%);
}

.menu-box-right.menu-box-detached {
  right: 10px;
  top: 10px !important;
  bottom: 10px;
  height: calc(100% - 20px);
  transform: translateX(120%);
}

.menu-box-left .ios-switch,
.menu-box-left .android-switch {
  transform: scale(0.7, 0.7) translateY(-6px) translateX(8px);
  margin-right: -35px;
}

.sidebar-content {
  min-height: 93%;
  display: flex;
  flex-direction: column;
}

.badge-small {
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  padding: 0px !important;
}

.menu-sidebar .list-custom-small {
  padding-top: 5px;
}

.menu-sidebar .list-custom-small a {
  border-bottom: 0px !important;
}

/*
.theme-light .menu-box-left {
  background-color: #f7f7f7;
}
  */

.menu-sidebar .list-custom-small i:first-child {
  width: 27px !important;
  height: 27px !important;
  line-height: 27px !important;
}

.menu-sidebar .list-custom-small img {
  margin-right: 3px;
  transform: translateX(-2px);
}

.theme-light .menu-box-left {
  background-color: #f7f7f7;
}

.theme-dark .menu-hider {
  background-color: rgba(0, 0, 0, 0.7);
}

.theme-dark .menu {
  background-color: #1f1f1f;
  color: #fff;
}

.theme-dark .menu-title h1,
.theme-dark .menu-title p {
  color: #fff;
}

/*Sticky Utility / Secondary Classes*/
/*Rounded Borders*/
.rounded-0 {
  border-radius: 0px !important;
}

.rounded-xs {
  border-radius: 5px !important;
}

.rounded-s {
  border-radius: 8px !important;
}

.rounded-sm {
  border-radius: 10px !important;
}

.rounded-m {
  border-radius: 15px !important;
}

.rounded-l {
  border-radius: 30px !important;
}

.rounded-xl {
  border-radius: 50px !important;
}

/*Shadows*/
.shadow-none {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}

.shadow-0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}

.shadow-xs {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04) !important;
}

.shadow-s {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1) !important;
}

.shadow-m {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08) !important;
}

.shadow-l {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.09) !important;
}

.shadow-xl {
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08) !important;
}

/*Shadows*/
.border-xxs {
  border: solid 1px !important;
}

.border-xs {
  border: solid 2px !important;
}

.border-s {
  border: solid 3px !important;
}

.border-m {
  border: solid 4px !important;
}

.border-l {
  border: solid 5px !important;
}

.border-xl {
  border: solid 6px !important;
}

.border-xxl {
  border: solid 7px !important;
}

/*Line Height Control*/
.line-height-xs {
  line-height: 14px !important;
}

.line-height-s {
  line-height: 17px !important;
}

.line-height-sm {
  line-height: 21px !important;
}

.line-height-m {
  line-height: 24px !important;
}

.line-height-l {
  line-height: 26px !important;
}

.line-height-xl {
  line-height: 37px !important;
}

/*Text Shadow*/
.text-shadow-s {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
}

.text-shadow-l {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}


/* Android-style toast notifications (legacy showAndroidNotificationMessage) */
.notification {
  position: fixed;
  top: 10px;
  left: 10px;
  right: 10px;
  z-index: 350;
  border-radius: 10px;
  opacity: 0.98;
  transform: translateY(-120%);
  transition: transform 250ms ease, opacity 250ms ease;
  pointer-events: none;
}
.notification h1 {
  margin: 10px 15px -7px 15px;
}
.notification p {
  line-height: 15px;
  margin: 5px 15px 18px 15px;
  color: #fff;
}
.notification.show {
  transform: translateY(0) !important;
  pointer-events: auto;
}
.notification-android {
  left: 5px;
  right: 5px;
  top: max(5px, env(safe-area-inset-top));
  border-radius: 3px;
}
.notification-android i {
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  width: 35px;
  margin-left: 15px;
  line-height: 35px;
  border-radius: 35px;
  text-align: center;
  font-size: 13px;
}
.notification-android h1 {
  padding-left: 55px;
}
.notification-android p {
  padding-right: 60px;
  padding-left: 55px;
  font-size: 12px;
}


/*Font Weights*/
.font-200 {
  font-weight: 200;
}

.font-300 {
  font-weight: 300;
}

.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.font-600 {
  font-weight: 600;
}

.font-700 {
  font-weight: 700;
}

.font-800 {
  font-weight: 800;
}

.font-900 {
  font-weight: 900;
}

/*Opacity Values - Used for Contrasting Text, example opacity-30 will make the opacity 0.3*/
.opacity-10 {
  opacity: 0.1 !important;
}

.opacity-20 {
  opacity: 0.2 !important;
}

.opacity-30 {
  opacity: 0.3 !important;
}

.opacity-40 {
  opacity: 0.4 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-60 {
  opacity: 0.6 !important;
}

.opacity-70 {
  opacity: 0.7 !important;
}

.opacity-80 {
  opacity: 0.8 !important;
}

.opacity-85 {
  opacity: 0.85 !important;
}

.opacity-90 {
  opacity: 0.9 !important;
}

/*Font Array - Better Typography Control, example font-30 class will make the font size 30px*/
.font-8 {
  font-size: 8px !important;
}

.font-9 {
  font-size: 9px !important;
}

.font-10 {
  font-size: 10px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-21 {
  font-size: 21px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-23 {
  font-size: 23px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-25 {
  font-size: 25px !important;
}

.font-26 {
  font-size: 26px !important;
}

.font-27 {
  font-size: 27px !important;
}

.font-28 {
  font-size: 28px !important;
}

.font-29 {
  font-size: 29px !important;
}

.font-30 {
  font-size: 30px !important;
}

.font-31 {
  font-size: 31px !important;
}

.font-32 {
  font-size: 32px !important;
}

.font-33 {
  font-size: 33px !important;
}

.font-34 {
  font-size: 34px !important;
}

.font-35 {
  font-size: 35px !important;
}

.font-36 {
  font-size: 36px !important;
}

.font-37 {
  font-size: 37px !important;
}

.font-38 {
  font-size: 38px !important;
}

.font-39 {
  font-size: 39px !important;
}

.font-40 {
  font-size: 40px !important;
}

  /* ---------- HERO ---------- */
  .hero-video-wrap {
    position: relative;
    width: 100%;
    height: clamp(620px, 92vh, 920px);
    overflow: hidden;
    background: var(--ink);
  }
  .hero-video-wrap video,
  .hero-video-wrap .poster {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    filter: brightness(.96) contrast(1.04) saturate(.92);
  }
  .hero-video-wrap .poster {
    background-size: cover;
    background-position: center;
    z-index: 0;
  }
  .hero-video-wrap::after {
    content: "";
    position: absolute; inset: 0;
    background:
      linear-gradient(105deg, rgba(15,12,8,.82) 0%, rgba(15,12,8,.55) 45%, rgba(15,12,8,.25) 100%),
      linear-gradient(to top, rgba(15,12,8,.7), transparent 40%);
    z-index: 2;
  }
  .hero-content {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    align-items: center;
    color: var(--ivory);
  }
  .hero-content .container { width: 100%; }
  .hero-meta {
    display: flex; align-items: center; gap: 18px;
    margin-bottom: 32px;
  }
  .hero-meta .line { width: 44px; height: 1px; background: var(--ivory); opacity: .65; }
  .eyebrow {
    font-size: 10px;
    letter-spacing: .32em;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--muted);
  }
  .hero-meta .eyebrow {
    color: rgba(244,238,226,.85);
    font-weight: 500;
  }

  .hero-content h1 {
    font-family: var(--serif);
    font-weight: 300;
    font-size: clamp(54px, 8.2vw, 124px);
    line-height: .92;
    letter-spacing: -0.035em;
    margin: 0 0 36px;
    max-width: 12ch;
  }
  .hero-content h1 .it {
    font-style: italic;
    color: var(--champagne);
    font-weight: 400;
    letter-spacing: -0.025em;
  }
  .hero-content p.lede {
    font-size: 17px;
    line-height: 1.65;
    color: rgba(244,238,226,.82);
    max-width: 460px;
    margin: 0 0 48px;
    font-weight: 300;
  }
  .hero-actions {
    display: flex; align-items: center;
    gap: 32px;
    flex-wrap: wrap;
    margin-bottom: 64px;
  }

  .btn {
    position: relative;
    display: inline-flex; align-items: center; gap: 14px;
    padding: 19px 38px;
    background: var(--ivory);
    color: var(--ink);
    font-size: 10.5px;
    letter-spacing: .26em;
    text-transform: uppercase;
    font-weight: 600;
    overflow: hidden;
    transition: color .55s var(--ease-luxe), transform .55s var(--ease-luxe);
  }
  .btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--terracotta);
	color: var(--ivory);
    transform: translateY(101%);
    transition: transform .55s var(--ease-luxe);
    z-index: 0;
  }
  .btn:hover { color: var(--ivory); transform: translateY(-2px); }
  .btn:hover::before { transform: translateY(0); }
  /* Direct children only — bare text nodes stay under ::before on hover; wrap label text in <span> */
  .btn > * { position: relative; z-index: 1; }
  .btn .arr {
    transition: transform .5s var(--ease-luxe);
    font-family: var(--serif);
    font-style: italic;
  }
  .btn:hover .arr { transform: translateX(6px); }

  .btn-ghost-light {
    display: inline-flex; align-items: center; gap: 12px;
    color: var(--ivory);
    font-size: 10.5px; letter-spacing: .26em; text-transform: uppercase; font-weight: 500;
    position: relative;
    padding: 10px 0;
  }
  .btn-ghost-light::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: 4px;
    height: 1px;
    background: var(--ivory);
    opacity: .6;
    transition: opacity .35s var(--ease-luxe), background .35s var(--ease-luxe);
  }
  .btn-ghost-light:hover { color: var(--champagne); }
  .btn-ghost-light:hover::after { opacity: 1; background: var(--champagne); }

  .hero-stats {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: clamp(28px, 4vw, 70px);
    border-top: 1px solid rgba(244,238,226,.22);
    padding-top: 32px;
    max-width: 620px;
  }
  .hero-stats .num {
    font-family: var(--serif);
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.02em;
  }
  .hero-stats .num em {
    font-style: italic;
    color: var(--champagne);
    font-weight: 400;
  }
  .hero-stats .label {
    font-size: 9.5px;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: rgba(244,238,226,.6);
    margin-top: 12px;
    font-weight: 500;
  }

  .hero-mute {
    position: absolute;
    bottom: 24px; right: 24px;
    z-index: 4;
    width: 44px; height: 44px;
    border-radius: 50%;
    background: rgba(20,15,8,.55);
    backdrop-filter: blur(10px);
    color: var(--ivory);
    display: flex; align-items: center; justify-content: center;
    transition: background .25s var(--ease);
    border: 1px solid rgba(246,241,232,.2);
  }
  .hero-mute:hover { background: rgba(20,15,8,.85); }
  .hero-mute svg { width: 18px; height: 18px; }

  /* ---------- TRUST STRIP ---------- */
  .trust {
    background: var(--paper);
    border-bottom: 1px solid var(--rule-soft);
  }
  .trust-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
  .trust-item {
    padding: 32px 26px;
    display: flex; align-items: center; gap: 16px;
    border-right: 1px solid var(--rule-soft);
    transition: background .4s var(--ease-luxe);
  }
  .trust-item:hover { background: rgba(168,74,48,.04); }
  .trust-item:last-child { border-right: 0; }
  .trust-icon {
    width: 32px; height: 32px;
    flex-shrink: 0;
    color: var(--terracotta);
    stroke-width: 1.2;
  }
  .trust-text {
    font-size: 12.5px;
    line-height: 1.4;
    font-weight: 400;
    color: var(--ink-soft);
  }
  .trust-text strong {
    display: block;
    font-family: var(--serif);
    font-weight: 500;
    font-size: 15px;
    color: var(--ink);
    margin-bottom: 3px;
    letter-spacing: -0.005em;
  }


/*---Checkboxes & Radios---*/
.icon-check {
  margin-left: -30px;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  width: auto;
  display: block;
}
.icon-check input {
  position: absolute !important;
  transform: translateX(-10000px);
}
.icon-check input:checked ~ .icon-check-1 {
  opacity: 0 !important;
  display: none !important;
}
.icon-check input:checked ~ .icon-check-2 {
  display: block;
}
.icon-check .fa-check-circle {
  display: none;
}
.icon-check i {
  width: 20px;
  text-align: center;
  pointer-events: none;
  position: absolute;
  left: 30px;
  top: 1px;
  height: 24px;
  line-height: 24px;
}
.icon-check label {
  cursor: pointer;
  font-size: 13px;
  padding: 0px 15px 0px 40px;
}
.icon-check .icon-check-2 {
  display: none;
}


  /* ---------- BREADCRUMB ---------- */
  .crumbs {
    padding: 24px 0 12px;
    font-size: 11px;
    letter-spacing: .22em;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--muted);
  }
  .crumbs a { transition: color .25s var(--ease-luxe); }
  .crumbs a:hover { color: var(--terracotta); }
  .crumbs .sep { margin: 0 12px; opacity: .5; }
  .crumbs .current { color: var(--ink); }


  /* ---------- SECTION HEAD ---------- */
  .sec-head {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 30px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--rule-soft);
    margin-bottom: 40px;
    position: relative;
  }
  .sec-head::after {
    content: "";
    position: absolute;
    bottom: -1px; left: 0;
    width: 60px; height: 1px;
    background: var(--terracotta);
  }
  .sec-head .eyebrow {
    display: inline-flex; align-items: center; gap: 12px;
    margin-bottom: 18px;
    font-size: 10px;
    letter-spacing: .32em;
    color: var(--muted);
    font-weight: 500;
  }
  .sec-head .eyebrow::before {
    content: "";
    width: 24px; height: 1px;
    background: var(--terracotta);
  }
  .sec-head h2 {
    font-family: var(--serif);
    font-weight: 300;
    font-size: clamp(38px, 5.2vw, 72px);
    line-height: .98;
    letter-spacing: -0.03em;
    margin: 0;
  }
  .sec-head h2 em {
    color: var(--terracotta);
    font-style: italic;
    font-weight: 400;
    letter-spacing: -0.02em;
  }
  .btn-ghost {
    display: inline-flex; align-items: center; gap: 12px;
    font-size: 10.5px;
    letter-spacing: .26em;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--ink);
    position: relative;
    padding: 8px 0;
  }
  .btn-ghost::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: 2px;
    height: 1px;
    background: var(--ink);
    transition: background .35s var(--ease-luxe);
  }
  .btn-ghost .arr {
    font-family: var(--serif);
    font-style: italic;
    transition: transform .5s var(--ease-luxe);
  }
  .btn-ghost:hover { color: var(--terracotta); }
  .btn-ghost:hover::after { background: var(--terracotta); }
  .btn-ghost:hover .arr { transform: translateX(6px); }


/*Page Timeline*/
.timeline-cover {
  height: 330px;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0px;
  background-position: center center;
  background-size: cover;
  margin-top: 50px;
}

.timeline-cover .overlay {
  opacity: 0.8;
}

.timeline-cover .content {
  z-index: 10;
}

.timeline-body {
  position: relative;
  margin-top: 200px;
  padding-top: 5px;
  z-index: 2;
  /*background-color: #f0f0f0;*/
  padding-bottom: 10px;
  box-shadow: none !important;
}

.timeline-header {
  height: 55px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

.timeline-header .back-button {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #FFF;
  z-index: 11;
}

.timeline-header .menu-icon {
  position: absolute;
  top: 2px;
  right: 0px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #FFF;
  z-index: 11;
}

.timeline-header .menu-icon em {
  background-color: #FFF;
}

.timeline-logo {
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 10;
  width: 100%;
}

.timeline-deco {
  background-color: rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 0px;
  z-index: 0;
  bottom: 0px;
  left: 38px;
  width: 1px;
}

.timeline-item-content, .timeline-item-content-full {
  border: solid 1px rgba(0, 0, 0, 0.1);
  background-color: #FFF;
  margin: 0px 15px 30px 50px;
  padding: 20px 15px;
}

.timeline-item {
  position: relative;
  z-index: 2;
}

.timeline-item-content-full {
  padding: 0px;
}

.timeline-item-content-full h5 {
  padding: 5px 15px 15px 15px;
}

/*
.timeline-item .timeline-icon {
  position: absolute;
  width: 45px;
  height: 45px;
  left: 21px;
  line-height: 45px;
  border-radius: 45px;
  top: 25px;
  font-size: 18px;
  text-align: center;
}
*/

.timeline-item .timeline-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 21px;
  line-height: 30px;
  border-radius: 45px;
  top: 25px;
  font-size: 18px;
  text-align: center;
}

/*Timeline Center*/
.timeline-cover-center .timeline-sub-heading,
.timeline-cover-center .timeline-heading {
  padding-left: 0px;
  text-align: center;
}

.timeline-cover-center .timeline-image {
  top: 50%;
  bottom: auto;
  margin-top: -150px;
  left: 50%;
  margin-left: -60px;
  background-size: 120px 120px;
  width: 120px;
  height: 120px;
  border-radius: 100px;
}

.timeline-body-center {
  padding-bottom: 40px;
}

.timeline-body-center .timeline-icon {
  width: 60px;
  height: 60px;
  left: 50%;
  line-height: 60px;
  margin-left: -31px;
  margin-top: -115px;
}

.timeline-body-center .timeline-deco {
  left: 50%;
  margin-left: -1px;
}

.timeline-body-center .timeline-item-content,
.timeline-body-center .timeline-item-content-full {
  margin: 120px 20px 20px 20px !important;
  padding: 20px;
}


/* Order tracking timeline: horizontal on md+ screens, vertical on small */
@media (min-width: 768px) {
  .order-tracking-timeline.timeline-body {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 10px;
    margin-top: 0;
  }
  .order-tracking-timeline .timeline-deco {
    display: none;
  }
  .order-tracking-timeline .timeline-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 0;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .order-tracking-timeline .timeline-item .timeline-icon {
    position: static;
    margin: 0 auto 10px;
  }
  .order-tracking-timeline .timeline-item-content {
    margin: 0 5px;
    padding: 12px 8px;
  }
  .order-tracking-timeline .timeline-item-content h5 {
    font-size: 13px;
    line-height: 1.3;
  }
  /* Horizontal connector line between icon centers */
  .order-tracking-timeline {
    position: relative;
  }
  .order-tracking-timeline::before {
    content: '';
    position: absolute;
    top: 52px; /* Center of 45px icons: 20px padding + 22.5px */
    left: 5%;
    right: 5%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.12);
    z-index: 0;
  }
}



  /* ---------- SHOP BY STYLE (luxury asymmetric grid) ---------- */
  .styles {
    padding: clamp(60px, 8vw, 100px) 0;
  }
  .styles-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: clamp(16px, 2vw, 28px);
    height: clamp(640px, 68vw, 860px);
  }
  .style-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: var(--cream);
  }
  .style-card.feature { grid-row: span 2; }
  .style-card img {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    filter: saturate(.95);
    transition: transform 1.8s var(--ease-luxe), filter 1s var(--ease-luxe);
  }
  .style-card:hover img { transform: scale(1.06); filter: saturate(1); }
  .style-card::after {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(15,12,8,.88), rgba(15,12,8,.18) 55%, transparent);
    z-index: 1;
  }
  /* Inner border for that gallery-frame feel */
  .style-card::before {
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(244,238,226,.18);
    z-index: 2;
    pointer-events: none;
    transition: inset .5s var(--ease-luxe);
  }
  .style-card:hover::before { inset: 18px; }
  .style-card .meta {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: clamp(24px, 2.8vw, 40px);
    color: var(--ivory);
    z-index: 3;
  }
  .style-card .meta .e {
    font-size: 9.5px;
    letter-spacing: .32em;
    text-transform: uppercase;
    font-weight: 500;
    color: rgba(244,238,226,.65);
  }
  .style-card .meta h3 {
    font-family: var(--serif);
    font-weight: 300;
    font-size: clamp(24px, 2.6vw, 40px);
    line-height: .98;
    letter-spacing: -0.025em;
    margin: 12px 0 12px;
  }
  .style-card .meta h3 em {
    font-style: italic;
    color: var(--champagne);
    font-weight: 400;
  }
  .style-card .meta .ct {
    font-size: 10.5px;
    letter-spacing: .22em;
    text-transform: uppercase;
    opacity: .8;
    font-weight: 500;
  }
  .style-card .arrow {
    position: absolute;
    top: 22px; right: 22px;
    width: 42px; height: 42px;
    background: var(--ivory);
    color: var(--ink);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    z-index: 3;
    font-size: 14px;
    font-family: var(--serif);
    font-style: italic;
    transition: transform .55s var(--ease-luxe), background .45s var(--ease-luxe);
  }
  .style-card:hover .arrow {
    transform: rotate(-45deg) scale(1.1);
    background: var(--terracotta);
    color: var(--ivory);
  }

  /* ---------- HORIZONTAL PRODUCT LINE ---------- */
  .prod-line {
    padding: clamp(60px, 8vw, 100px) 0;
  }
  .prod-line.alt {
    background: var(--paper);
    border-top: 1px solid var(--rule-soft);
    border-bottom: 1px solid var(--rule-soft);
  }
  .scroll-row-wrap {
    position: relative;
    margin: 0 calc(var(--gutter) * -1);
  }
  .scroll-row {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(280px, 310px);
    gap: clamp(20px, 2.4vw, 36px);
    overflow-x: auto;
    padding: 0 var(--gutter) 24px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: var(--rule) transparent;
  }
  .scroll-row::-webkit-scrollbar { height: 3px; }
  .scroll-row::-webkit-scrollbar-track { background: transparent; }
  .scroll-row::-webkit-scrollbar-thumb { background: var(--rule); border-radius: 2px; }
  .scroll-row > * { scroll-snap-align: start; }

  .product { cursor: pointer; }
  .product-img {
    aspect-ratio: 4 / 5;
    overflow: hidden;
    position: relative;
    margin-bottom: 22px;
    background: var(--cream);
  }
  .product-img::before {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(244,238,226,.0);
    z-index: 2;
    pointer-events: none;
    transition: border-color .5s var(--ease-luxe), inset .5s var(--ease-luxe);
  }
  .product:hover .product-img::before {
    border-color: rgba(244,238,226,.35);
    inset: 16px;
  }
  .product-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    filter: saturate(.95);
    transition: transform 1.4s var(--ease-luxe), filter .8s var(--ease-luxe);
  }
  .product:hover .product-img img { transform: scale(1.05); filter: saturate(1.02); }
  .product-img .badge {
    position: absolute;
    top: 14px; left: 14px;
    background: var(--ivory);
    padding: 6px 12px;
    font-size: 9px;
    letter-spacing: .26em;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 3;
    color: var(--ink);
  }
  .product-img .badge.dark { background: var(--ink); color: var(--ivory); }
  .product-img .badge.terracotta { background: var(--terracotta); color: var(--ivory); }
  .product-img .wish {
    position: absolute;
    top: 14px; right: 14px;
    width: 36px; height: 36px;
    background: var(--ivory);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 14px;
    color: var(--muted);
    transition: color .35s var(--ease-luxe), transform .35s var(--ease-luxe), background .35s var(--ease-luxe);
    z-index: 3;
  }
  .product-img .wish:hover {
    color: var(--ivory);
    background: var(--terracotta);
    transform: scale(1.08);
  }
  .product-img .quick {
    position: absolute;
    inset: auto 14px 14px 14px;
    background: var(--ink);
    color: var(--ivory);
    text-align: center;
    padding: 14px;
    font-size: 10px;
    letter-spacing: .28em;
    text-transform: uppercase;
    font-weight: 600;
    transform: translateY(120%);
    transition: transform .55s var(--ease-luxe);
    z-index: 3;
  }
  .product:hover .quick { transform: translateY(0); }

  .product-info { padding: 0 4px; }
  .product-cat {
    font-size: 9.5px;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: var(--muted);
    font-weight: 500;
    margin-bottom: 8px;
  }
  .product-name {
    font-family: var(--serif);
    font-weight: 400;
    font-size: 19px;
    line-height: 1.2;
    margin: 0 0 12px;
    letter-spacing: -0.01em;
  }
  .product-bottom {
    display: flex; justify-content: space-between; align-items: baseline;
    padding-top: 12px;
    border-top: 1px solid var(--rule-soft);
  }
  .product-price {
    font-family: var(--serif);
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.005em;
  }
  .product-price s {
    color: var(--muted);
    font-weight: 400;
    margin-right: 8px;
    font-size: 13px;
  }
  .product-rating {
    font-size: 11px;
    color: var(--muted);
    display: flex; align-items: center; gap: 4px;
    font-family: var(--serif);
    font-style: italic;
  }
  .product-rating .star { color: var(--gold); font-style: normal; }

  /* ---------- INDIAN COLLECTION (single image strip) ---------- */
  .indian {
    position: relative;
    overflow: hidden;
    background: var(--ivory);
  }
  .indian-strip {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 21/9;
    overflow: hidden;
    cursor: pointer;
    background: var(--cream);
  }
  .indian-strip img {
    position: absolute; inset: 0;
    width: 100%; height: 100%; object-fit: cover;
    filter: saturate(.95);
    transition: transform 1.8s var(--ease-luxe), filter 1s var(--ease-luxe);
  }
  .indian-strip:hover img {
    transform: scale(1.04);
    filter: saturate(1.05);
  }
  .indian-strip::after {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(15,12,8,.45) 0%, rgba(15,12,8,.15) 50%, rgba(15,12,8,.55) 100%);
    z-index: 1;
  }
  .indian-strip::before {
    content: "";
    position: absolute;
    inset: 22px;
    border: 1px solid rgba(244,238,226,.28);
    z-index: 2;
    pointer-events: none;
    transition: inset .6s var(--ease-luxe), border-color .6s var(--ease-luxe);
  }
  .indian-strip:hover::before {
    inset: 32px;
    border-color: rgba(232,212,168,.5);
  }
  .indian-strip-meta {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    padding: clamp(36px, 5vw, 72px);
    color: var(--ivory);
    z-index: 3;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
  }
  .indian-strip-meta .left .e {
    font-family: var(--serif);
    font-style: italic;
    font-size: 13px;
    color: var(--champagne);
    letter-spacing: .02em;
    margin-bottom: 14px;
    display: block;
  }
  .indian-strip-meta h3 {
    font-family: var(--serif);
    font-weight: 300;
    font-size: clamp(32px, 4vw, 56px);
    line-height: .98;
    letter-spacing: -0.03em;
    margin: 0;
    color: var(--ivory);
    max-width: 14ch;
  }
  .indian-strip-meta h3 em {
    font-style: italic;
    color: var(--champagne);
    font-weight: 400;
  }
  .indian-strip-meta .cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--ivory);
    font-size: 10.5px;
    letter-spacing: .26em;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(244,238,226,.5);
    transition: color .35s var(--ease-luxe), border-color .35s var(--ease-luxe);
    white-space: nowrap;
  }
  .indian-strip-meta .cta .arr {
    font-family: var(--serif);
    font-style: italic;
    transition: transform .5s var(--ease-luxe);
  }
  .indian-strip:hover .cta { color: var(--champagne); border-color: var(--champagne); }
  .indian-strip:hover .cta .arr { transform: translateX(6px); }

  /* ---------- ROOM TILES ---------- */
  .rooms {
    padding: clamp(60px, 8vw, 100px) 0;
    background: var(--paper);
    border-top: 1px solid var(--rule-soft);
    border-bottom: 1px solid var(--rule-soft);
  }
  .room-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: clamp(14px, 1.8vw, 24px);
  }
  .room {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    cursor: pointer;
    background: var(--cream);
  }
  .room img {
    width: 100%; height: 100%; object-fit: cover;
    filter: saturate(.92);
    transition: transform 1.6s var(--ease-luxe), filter .8s var(--ease-luxe);
  }
  .room:hover img { transform: scale(1.07); filter: saturate(1); }
  .room::after {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(15,12,8,.88) 0%, rgba(15,12,8,.15) 50%, transparent);
  }
  .room::before {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(244,238,226,.0);
    z-index: 2;
    pointer-events: none;
    transition: border-color .5s var(--ease-luxe), inset .5s var(--ease-luxe);
  }
  .room:hover::before {
    border-color: rgba(244,238,226,.3);
    inset: 14px;
  }
  .room-label {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 22px 18px;
    color: var(--ivory);
    z-index: 3;
  }
  .room-label h3 {
    font-family: var(--serif);
    font-weight: 400;
    font-size: 19px;
    margin: 0 0 5px;
    letter-spacing: -0.005em;
  }
  .room-label .ct {
    font-size: 9.5px;
    letter-spacing: .26em;
    text-transform: uppercase;
    opacity: .8;
    font-weight: 500;
  }

  /* ---------- CURATED COLLECTIONS (single grid with feature span) ---------- */
  .collections {
    padding: clamp(60px, 8vw, 100px) 0;
  }
  .col-grid-new {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    gap: clamp(16px, 2vw, 26px);
  }
  .col-feature {
    grid-column: span 2;
    grid-row: span 2;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: var(--cream);
  }
  .col-feature img {
    position: absolute; inset: 0;
    width: 100%; height: 100%; object-fit: cover;
    filter: saturate(.95);
    transition: transform 1.8s var(--ease-luxe), filter 1s var(--ease-luxe);
  }
  .col-feature:hover img { transform: scale(1.05); filter: saturate(1.02); }
  .col-feature::after {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(15,12,8,.94) 0%, rgba(15,12,8,.4) 45%, rgba(15,12,8,.05) 78%);
    z-index: 1;
  }
  .col-feature::before {
    content: "";
    position: absolute;
    inset: 16px;
    border: 1px solid rgba(244,238,226,.18);
    z-index: 2;
    pointer-events: none;
    transition: inset .55s var(--ease-luxe), border-color .55s var(--ease-luxe);
  }
  .col-feature:hover::before {
    inset: 22px;
    border-color: rgba(244,238,226,.3);
  }
  .col-feature .body {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    padding: clamp(32px, 3.6vw, 56px);
    color: var(--ivory);
    z-index: 3;
  }
  .col-feature .e {
    font-size: 10px;
    letter-spacing: .32em;
    text-transform: uppercase;
    font-weight: 500;
    color: rgba(244,238,226,.7);
  }
  .col-feature h3 {
    font-family: var(--serif);
    font-weight: 300;
    font-size: clamp(40px, 5vw, 72px);
    line-height: .96;
    letter-spacing: -0.035em;
    margin: 16px 0 22px;
  }
  .col-feature h3 em {
    font-style: italic;
    color: var(--champagne);
    font-weight: 400;
  }
  .col-feature p {
    font-size: 14.5px;
    line-height: 1.6;
    color: rgba(244,238,226,.78);
    margin: 0 0 28px;
    max-width: 460px;
    font-weight: 300;
  }
  .col-feature .cta {
    display: inline-flex; align-items: center; gap: 14px;
    padding: 14px 28px;
    background: transparent;
    color: var(--ivory);
    border: 1px solid rgba(244,238,226,.4);
    font-size: 10.5px;
    letter-spacing: .26em;
    text-transform: uppercase;
    font-weight: 500;
    transition: background .45s var(--ease-luxe), border-color .45s var(--ease-luxe), color .45s var(--ease-luxe);
  }
  .col-feature:hover .cta {
    background: var(--ivory);
    color: var(--ink);
    border-color: var(--ivory);
  }
  .col-feature .cta .arr {
    font-family: var(--serif);
    font-style: italic;
    transition: transform .5s var(--ease-luxe);
  }
  .col-feature:hover .cta .arr { transform: translateX(6px); }
  .col-feature .count {
    position: absolute;
    top: clamp(30px, 3.6vw, 56px);
    left: clamp(32px, 3.6vw, 56px);
    font-family: var(--serif);
    font-style: italic;
    font-size: 13px;
    color: rgba(244,238,226,.85);
    z-index: 3;
  }

  .col-mini {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: var(--cream);
    aspect-ratio: 1;
  }
  .col-mini img {
    width: 100%; height: 100%; object-fit: cover;
    filter: saturate(.92);
    transition: transform 1.6s var(--ease-luxe), filter .8s var(--ease-luxe);
  }
  .col-mini:hover img { transform: scale(1.07); filter: saturate(1); }
  .col-mini::after {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(15,12,8,.82), rgba(15,12,8,.1) 55%, transparent);
    z-index: 1;
  }
  .col-mini::before {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(244,238,226,.0);
    z-index: 2;
    pointer-events: none;
    transition: border-color .45s var(--ease-luxe), inset .45s var(--ease-luxe);
  }
  .col-mini:hover::before {
    border-color: rgba(244,238,226,.3);
    inset: 14px;
  }
  .col-mini .body {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    padding: clamp(18px, 2vw, 24px);
    color: var(--ivory);
    z-index: 3;
  }
  .col-mini h3 {
    font-family: var(--serif);
    font-weight: 400;
    font-size: clamp(19px, 1.9vw, 25px);
    line-height: 1.05;
    margin: 0 0 5px;
    letter-spacing: -0.015em;
  }
  .col-mini h3 em { font-style: italic; color: var(--champagne); }
  .col-mini .ct {
    font-size: 9.5px;
    letter-spacing: .26em;
    text-transform: uppercase;
    opacity: .8;
    font-weight: 500;
  }
  .col-mini .arrow {
    position: absolute;
    top: 16px; right: 16px;
    width: 34px; height: 34px;
    background: var(--ivory);
    color: var(--ink);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    z-index: 3;
    font-size: 12px;
    font-family: var(--serif);
    font-style: italic;
    transition: transform .55s var(--ease-luxe), background .45s var(--ease-luxe);
  }
  .col-mini:hover .arrow {
    transform: rotate(-45deg) scale(1.1);
    background: var(--terracotta);
    color: var(--ivory);
  }

  /* ---------- GALLERY WALLS & SETS (side by side) ---------- */
  .gw-wrap {
    padding: clamp(60px, 8vw, 100px) 0;
    background: var(--ink);
    color: var(--ivory);
    position: relative;
  }
  .gw-wrap::before {
    content: "";
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at 30% 10%, rgba(176,136,64,.06), transparent 60%);
    pointer-events: none;
  }
  .gw-wrap .container { position: relative; z-index: 1; }
  .gw-wrap .sec-head {
    border-bottom-color: rgba(244,238,226,.12);
  }
  .gw-wrap .sec-head::after { background: var(--gold); }
  .gw-wrap .sec-head h2 { color: var(--ivory); }
  .gw-wrap .sec-head h2 em { color: var(--gold); }
  .gw-wrap .sec-head .eyebrow { color: rgba(244,238,226,.55); }
  .gw-wrap .sec-head .eyebrow::before { background: var(--gold); }
  .gw-wrap .btn-ghost { color: var(--ivory); }
  .gw-wrap .btn-ghost::after { background: var(--ivory); }
  .gw-wrap .btn-ghost:hover { color: var(--gold); }
  .gw-wrap .btn-ghost:hover::after { background: var(--gold); }

  .gw-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(24px, 3.5vw, 60px);
  }
  .gw-block { display: flex; flex-direction: column; }
  .gw-hero {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    margin-bottom: 28px;
    position: relative;
    cursor: pointer;
  }
  .gw-hero img {
    width: 100%; height: 100%; object-fit: cover;
    filter: saturate(.92);
    transition: transform 1.6s var(--ease-luxe), filter .8s var(--ease-luxe);
  }
  .gw-hero:hover img { transform: scale(1.05); filter: saturate(1); }
  .gw-hero::before {
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(244,238,226,.18);
    z-index: 2;
    pointer-events: none;
    transition: inset .55s var(--ease-luxe);
  }
  .gw-hero:hover::before { inset: 18px; }
  .gw-hero .tag {
    position: absolute;
    top: 18px; left: 18px;
    background: var(--gold);
    color: var(--ink);
    font-size: 9.5px;
    letter-spacing: .28em;
    text-transform: uppercase;
    font-weight: 600;
    padding: 7px 13px;
    z-index: 3;
  }
  .gw-block-head {
    display: flex; justify-content: space-between; align-items: baseline;
    margin-bottom: 12px;
    gap: 18px;
  }
  .gw-block-head h3 {
    font-family: var(--serif);
    font-weight: 300;
    font-size: clamp(26px, 2.6vw, 38px);
    margin: 0;
    color: var(--ivory);
    letter-spacing: -0.025em;
    line-height: 1;
  }
  .gw-block-head h3 em {
    color: var(--gold);
    font-style: italic;
    font-weight: 400;
  }
  .gw-block-head .from {
    font-family: var(--serif);
    font-size: 18px;
    color: var(--gold);
    white-space: nowrap;
    font-style: italic;
    font-weight: 400;
  }
  .gw-block-head .from small {
    font-family: var(--sans);
    font-size: 9px;
    letter-spacing: .26em;
    text-transform: uppercase;
    color: rgba(244,238,226,.45);
    font-weight: 500;
    margin-right: 6px;
    font-style: normal;
  }
  .gw-desc {
    font-size: 13.5px;
    line-height: 1.6;
    color: rgba(244,238,226,.7);
    margin: 0 0 32px;
    max-width: 460px;
    font-weight: 300;
  }
  .gw-mini {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 24px;
  }
  .gw-mini-tile {
    aspect-ratio: 1;
    overflow: hidden;
    position: relative;
    cursor: pointer;
  }
  .gw-mini-tile img {
    width: 100%; height: 100%; object-fit: cover;
    filter: saturate(.92);
    transition: transform 1.2s var(--ease-luxe), filter .6s var(--ease-luxe);
  }
  .gw-mini-tile:hover img { transform: scale(1.08); filter: saturate(1); }
  .gw-mini-tile::before {
    content: "";
    position: absolute;
    inset: 6px;
    border: 1px solid rgba(244,238,226,.0);
    z-index: 2;
    pointer-events: none;
    transition: border-color .4s var(--ease-luxe);
  }
  .gw-mini-tile:hover::before { border-color: rgba(244,238,226,.35); }
  .gw-mini-tile .label {
    position: absolute;
    bottom: 10px; left: 10px;
    font-size: 9px;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: var(--ivory);
    background: rgba(15,12,8,.7);
    padding: 4px 10px;
    font-weight: 600;
    z-index: 3;
    backdrop-filter: blur(6px);
  }
  .gw-link {
    display: inline-flex; align-items: center; gap: 12px;
    color: var(--ivory);
    font-size: 10.5px;
    letter-spacing: .26em;
    text-transform: uppercase;
    font-weight: 500;
    align-self: flex-start;
    position: relative;
    padding: 8px 0;
  }
  .gw-link::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: 2px;
    height: 1px;
    background: rgba(244,238,226,.4);
    transition: background .35s var(--ease-luxe);
  }
  .gw-link .arr {
    font-family: var(--serif);
    font-style: italic;
    transition: transform .5s var(--ease-luxe);
  }
  .gw-link:hover { color: var(--gold); }
  .gw-link:hover::after { background: var(--gold); }
  .gw-link:hover .arr { transform: translateX(6px); }

  /* ---------- THE CONCIERGE ---------- */
  .concierge {
    padding: clamp(60px, 8vw, 100px) 0;
  }
  .concierge-head {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: clamp(40px, 6vw, 100px);
    align-items: end;
    padding-bottom: clamp(32px, 4vw, 48px);
    margin-bottom: clamp(40px, 5vw, 60px);
    border-bottom: 1px solid var(--rule-soft);
    position: relative;
  }
  .concierge-head::after {
    content: "";
    position: absolute;
    bottom: -3px; left: 0;
    width: 60px; height: 1px;
    background: var(--terracotta);
  }
  .concierge-eyebrow {
    display: flex; align-items: center; gap: 18px;
    margin-bottom: 26px;
  }
  .concierge-eyebrow .dash { width: 36px; height: 1px; background: var(--terracotta); }
  .concierge-eyebrow span {
    font-size: 10px;
    letter-spacing: .32em;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--muted);
  }
  .concierge-head h2 {
    font-family: var(--serif);
    font-weight: 300;
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1;
    letter-spacing: -0.03em;
    margin: 0;
    max-width: 14ch;
  }
  .concierge-head h2 em {
    color: var(--ink-soft);
    font-style: italic;
    font-weight: 300;
    opacity: .75;
  }
  .concierge-head p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--ink-soft);
    margin: 0;
    max-width: 380px;
    font-weight: 300;
  }
  .concierge-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(24px, 3vw, 50px);
  }
  .service {
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
  }
  .service-visual {
    position: relative;
    aspect-ratio: 5/4;
    overflow: hidden;
    background: var(--paper);
    margin-bottom: 28px;
    border: 1px solid var(--rule-soft);
    transition: background .55s var(--ease-luxe), border-color .55s var(--ease-luxe);
  }
  .service-visual::before {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid var(--rule-soft);
    z-index: 2;
    pointer-events: none;
    transition: inset .55s var(--ease-luxe), border-color .55s var(--ease-luxe);
  }
  .service:hover .service-visual {
    background: var(--ivory-warm);
    border-color: var(--rule);
  }
  .service:hover .service-visual::before {
    inset: 20px;
    border-color: var(--rule);
  }
  .service-visual svg.illust-scene {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  /* Illustration colors using CSS variables */
  .illust-stroke { stroke: var(--ink); }
  .illust-stroke-soft { stroke: var(--ink-soft); }
  .illust-fill-terra { fill: var(--terracotta); }
  .illust-fill-terra-soft { fill: rgba(168,74,48,.18); }
  .illust-fill-gold { fill: var(--gold-rich); }
  .illust-fill-gold-soft { fill: rgba(176,136,64,.22); }
  .illust-fill-indigo { fill: var(--indigo); }
  .illust-fill-indigo-soft { fill: rgba(26,51,84,.18); }
  .illust-fill-cream { fill: var(--cream); }
  .illust-fill-paper { fill: var(--paper); }
  .illust-fill-leaf-soft { fill: rgba(74,110,58,.22); }

  /* Subtle hover animation per illustration */
  .service:hover .illust-bounce { animation: illust-bounce 1.2s var(--ease-luxe); }
  @keyframes illust-bounce {
    0%, 100% { transform: translateY(0); }
    40% { transform: translateY(-3px); }
  }

  .service-num {
    font-family: var(--serif);
    font-style: italic;
    font-size: 12px;
    color: var(--gold-rich);
    letter-spacing: .04em;
    margin-bottom: 14px;
    display: block;
    font-weight: 400;
  }
  .service h3 {
    font-family: var(--serif);
    font-weight: 400;
    font-size: clamp(22px, 2.2vw, 30px);
    line-height: 1.05;
    margin: 0 0 16px;
    letter-spacing: -0.02em;
  }
  .service h3 em { font-style: italic; color: var(--terracotta); font-weight: 400; }
  .service p {
    font-size: 14px;
    line-height: 1.65;
    color: var(--muted);
    margin: 0 0 24px;
    font-weight: 300;
    flex: 1;
  }
  .service-link {
    display: inline-flex; align-items: center; gap: 12px;
    font-size: 10.5px;
    letter-spacing: .26em;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--ink);
    position: relative;
    padding: 6px 0;
    align-self: flex-start;
  }
  .service-link::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 1px;
    background: var(--ink);
    transition: background .35s var(--ease-luxe);
  }
  .service-link .arr {
    font-family: var(--serif);
    font-style: italic;
    transition: transform .5s var(--ease-luxe);
  }
  .service:hover .service-link { color: var(--terracotta); }
  .service:hover .service-link::after { background: var(--terracotta); }
  .service:hover .service-link .arr { transform: translateX(6px); }

  /* ---------- TRUSTED REVIEWS (compact strip) ---------- */
  .reviews {
    padding: clamp(50px, 7vw, 85px) 0;
    background: var(--paper);
    border-top: 1px solid var(--rule-soft);
    border-bottom: 1px solid var(--rule-soft);
  }
  .reviews-top {
    display: grid;
    grid-template-columns: 1.4fr auto;
    gap: clamp(30px, 5vw, 80px);
    align-items: end;
    padding-bottom: 48px;
    border-bottom: 1px solid var(--rule-soft);
    margin-bottom: 56px;
    position: relative;
  }
  .reviews-top::after {
    content: "";
    position: absolute;
    bottom: -3px; left: 0;
    width: 60px; height: 1px;
    background: var(--terracotta);
  }
  .reviews-top .e {
    font-size: 10px;
    letter-spacing: .32em;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--muted);
    margin-bottom: 22px;
    display: inline-flex; align-items: center; gap: 12px;
  }
  .reviews-top .e::before {
    content: "";
    width: 24px; height: 1px;
    background: var(--terracotta);
  }
  .reviews-top .pullquote {
    font-family: var(--serif);
    font-weight: 300;
    font-style: italic;
    font-size: clamp(28px, 3.4vw, 48px);
    line-height: 1.18;
    letter-spacing: -0.025em;
    margin: 0;
    color: var(--ink);
    max-width: 22ch;
  }
  .reviews-top .pullquote em {
    color: var(--terracotta);
    font-style: italic;
    font-weight: 400;
  }
  .reviews-top .right { text-align: right; }
  .reviews-top .stars-big {
    color: var(--gold);
    font-size: 22px;
    letter-spacing: 5px;
    margin-bottom: 14px;
  }
  .reviews-top .rating-num {
    font-family: var(--serif);
    font-size: 44px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 6px;
    letter-spacing: -0.025em;
  }
  .reviews-top .rating-num em {
    color: var(--terracotta);
    font-style: italic;
    font-size: 22px;
    font-weight: 400;
  }
  .reviews-top .rating-meta {
    font-size: 10px;
    letter-spacing: .26em;
    text-transform: uppercase;
    color: var(--muted);
    font-weight: 500;
  }
  .reviews-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(28px, 3.5vw, 60px);
  }
  .review-mini {
    border-left: 1px solid var(--rule-soft);
    padding-left: clamp(24px, 2.8vw, 40px);
  }
  .review-mini:first-child { border-left: 0; padding-left: 0; }
  .review-mini .stars {
    color: var(--gold);
    font-size: 13px;
    letter-spacing: 4px;
    margin-bottom: 18px;
  }
  .review-mini p {
    font-family: var(--serif);
    font-style: italic;
    font-size: 16px;
    line-height: 1.55;
    margin: 0 0 22px;
    color: var(--ink-soft);
    font-weight: 300;
    letter-spacing: -0.005em;
  }
  .review-mini .name {
    font-size: 11px;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--ink);
  }
  .review-mini .city {
    font-size: 12px;
    color: var(--muted);
    margin-top: 4px;
    font-style: italic;
    font-family: var(--serif);
  }

  /* ---------- OUR STORES (compact horizontal layout) ---------- */
  .stores {
    padding: clamp(50px, 7vw, 85px) 0;
  }
  .stores-head {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: clamp(40px, 6vw, 100px);
    align-items: end;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--rule-soft);
    margin-bottom: clamp(34px, 4.5vw, 50px);
    position: relative;
  }
  .stores-head::after {
    content: "";
    position: absolute;
    bottom: -3px; left: 0;
    width: 60px; height: 1px;
    background: var(--terracotta);
  }
  .stores-head .left .e {
    font-size: 10px;
    letter-spacing: .32em;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--muted);
    margin-bottom: 22px;
    display: inline-flex; align-items: center; gap: 12px;
  }
  .stores-head .left .e::before {
    content: "";
    width: 24px; height: 1px;
    background: var(--terracotta);
  }
  .stores-head h2 {
    font-family: var(--serif);
    font-weight: 300;
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1;
    letter-spacing: -0.03em;
    margin: 0;
    max-width: 14ch;
  }
  .stores-head h2 em {
    color: var(--terracotta);
    font-style: italic;
    font-weight: 400;
  }
  .stores-head p {
    font-size: 15px;
    color: var(--ink-soft);
    line-height: 1.65;
    margin: 0;
    max-width: 380px;
    font-weight: 300;
  }
  .stores-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(30px, 4vw, 60px);
  }
  .store {
    cursor: pointer;
    display: grid;
    grid-template-columns: 0.85fr 1fr;
    gap: clamp(20px, 2.6vw, 36px);
    align-items: start;
    min-width: 0;
  }
  .store-img {
    aspect-ratio: 4 / 5;
    overflow: hidden;
    position: relative;
    background: var(--cream);
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
  .store-img img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(.92);
    transition: transform 1.6s var(--ease-luxe), filter .8s var(--ease-luxe);
  }
  .store:hover .store-img img { transform: scale(1.05); filter: saturate(1); }
  .store-img::before {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(244,238,226,.0);
    z-index: 2;
    pointer-events: none;
    transition: border-color .5s var(--ease-luxe), inset .5s var(--ease-luxe);
  }
  .store:hover .store-img::before {
    border-color: rgba(244,238,226,.35);
    inset: 14px;
  }
  .store-img .city-tag {
    position: absolute;
    top: 16px; left: 16px;
    background: var(--ivory);
    padding: 7px 13px;
    font-size: 9px;
    letter-spacing: .28em;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 3;
    color: var(--ink);
  }
  .store-img .city-tag em {
    font-family: var(--serif);
    font-style: italic;
    color: var(--terracotta);
    text-transform: none;
    font-size: 11px;
    margin-left: 6px;
    letter-spacing: 0;
    font-weight: 500;
  }
  .store-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4px 0;
    min-width: 0;
  }
  .store-header {
    display: flex; justify-content: space-between; align-items: baseline;
    gap: 14px;
    margin-bottom: 14px;
  }
  .store h3 {
    font-family: var(--serif);
    font-weight: 300;
    font-size: clamp(24px, 2.6vw, 34px);
    line-height: 1;
    margin: 0;
    letter-spacing: -0.025em;
  }
  .store h3 em {
    color: var(--terracotta);
    font-style: italic;
    font-weight: 400;
  }
  .store .est {
    font-family: var(--serif);
    font-style: italic;
    font-size: 13px;
    color: var(--gold-rich);
    white-space: nowrap;
    font-weight: 400;
  }
  .store address {
    font-style: normal;
    font-size: 13.5px;
    line-height: 1.6;
    color: var(--ink-soft);
    margin: 0 0 22px;
    font-weight: 300;
  }
  .store-info {
    display: flex; gap: clamp(20px, 2.4vw, 32px);
    padding: 16px 0;
    border-top: 1px solid var(--rule-soft);
    border-bottom: 1px solid var(--rule-soft);
    margin-bottom: 22px;
    flex-wrap: wrap;
  }
  .store-info > div {
    display: flex; flex-direction: column; gap: 4px;
  }
  .store-info .l {
    font-size: 9px;
    letter-spacing: .26em;
    text-transform: uppercase;
    color: var(--muted);
    font-weight: 500;
  }
  .store-info .v {
    font-size: 13px;
    color: var(--ink);
    font-weight: 500;
    font-family: var(--serif);
  }
  .store-actions {
    display: flex; gap: 22px; flex-wrap: wrap;
  }
  .store-actions a {
    font-size: 10px;
    letter-spacing: .26em;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--ink);
    position: relative;
    padding: 4px 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  .store-actions a::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 1px;
    background: var(--ink);
    transition: background .35s var(--ease-luxe);
  }
  .store-actions a .arr {
    font-family: var(--serif);
    font-style: italic;
    transition: transform .5s var(--ease-luxe);
  }
  .store-actions a:hover { color: var(--terracotta); }
  .store-actions a:hover::after { background: var(--terracotta); }
  .store-actions a:hover .arr { transform: translateX(4px); }

  /* ---------- FOOTER (medium+ only; hidden on small screens with mobile bottom bar) ---------- */
  footer {
    display: block;
    background: var(--ivory);
    padding: clamp(60px, 7vw, 90px) 0 36px;
    border-top: 1px solid var(--rule-soft);
    position: relative;
  }
  footer::before {
    content: "";
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%);
    width: 8px; height: 8px;
    background: var(--terracotta);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    gap: clamp(30px, 4vw, 60px);
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .footer-brand {
    font-family: var(--serif);
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 18px;
    letter-spacing: .02em;
    line-height: 1;
  }
  .footer-brand em {
    color: var(--terracotta);
    font-style: italic;
    font-weight: 500;
  }
  .footer-desc {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.7;
    max-width: 320px;
    margin: 0 0 28px;
    font-weight: 300;
  }
  .footer-social { display: flex; gap: 12px; }
  .footer-social a {
    width: 36px; height: 36px;
    border: 1px solid var(--rule);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .04em;
    transition: all .4s var(--ease-luxe);
    color: var(--ink-soft);
  }
  .footer-social a:hover {
    background: var(--ink);
    color: var(--ivory);
    border-color: var(--ink);
    transform: translateY(-2px);
  }
  .footer h4 {
    font-size: 10px;
    letter-spacing: .32em;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 22px;
    color: var(--ink);
    position: relative;
    padding-bottom: 12px;
  }
  .footer h4::after {
    content: "";
    position: absolute;
    left: 0; bottom: 0;
    width: 18px; height: 1px;
    background: var(--terracotta);
  }
  .footer ul { list-style: none; padding: 0; margin: 0; }
  .footer ul li { margin-bottom: 11px; }
  .footer ul li a {
    font-size: 13px;
    color: var(--ink-soft);
    transition: color .3s var(--ease-luxe), padding-left .3s var(--ease-luxe);
    font-weight: 300;
    display: inline-block;
  }
  .footer ul li a:hover {
    color: var(--terracotta);
    padding-left: 6px;
  }
  /* On desktop, details/summary act invisible — content always shown */
  .footer details > summary { display: none; }
  .footer details { display: block; }
  .footer details > ul { display: block !important; }
  .footer-bottom {
    display: flex; justify-content: space-between; flex-wrap: wrap;
    gap: 16px;
    font-size: 11.5px;
    color: var(--muted);
    align-items: center;
    font-family: var(--serif);
    font-style: italic;
    font-weight: 400;
  }
  .payment-icons { display: flex; gap: 8px; align-items: center; font-style: normal; font-family: var(--sans); }
  .payment-icons span {
    background: var(--paper);
    border: 1px solid var(--rule-soft);
    padding: 5px 10px;
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: .12em;
    color: var(--ink-soft);
    text-transform: uppercase;
  }

  /* ---------- WHATSAPP FAB ---------- */
  .whatsapp-fab {
    position: fixed;
    bottom: 24px; right: 24px;
    width: 58px; height: 58px;
    background: #25d366;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    z-index: 50;
    box-shadow: 0 8px 24px rgba(37, 211, 102, .35);
    transition: transform .3s var(--ease);
  }
  .whatsapp-fab:hover { transform: scale(1.08); }
  .whatsapp-fab svg { width: 30px; height: 30px; fill: white; }

  /* ---------- REVEAL ---------- */
  .reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .9s var(--ease), transform .9s var(--ease);
  }
  .reveal.in { opacity: 1; transform: none; }

  /* ---------- RESPONSIVE ---------- */
  /* ============================================================
     MOBILE NAVIGATION — hamburger button + drawer (hidden on desktop)
     ============================================================ */
  .menu-toggle {
    display: none;
    width: 44px; height: 44px;
    align-items: center; justify-content: center;
    position: relative;
    z-index: 30;
  }
  .menu-toggle span {
    display: block;
    width: 22px; height: 1px;
    background: var(--ink);
    position: relative;
    transition: transform .4s var(--ease-luxe), opacity .3s var(--ease-luxe);
  }
  .menu-toggle span::before,
  .menu-toggle span::after {
    content: "";
    position: absolute;
    left: 0; width: 100%; height: 1px;
    background: var(--ink);
    transition: transform .4s var(--ease-luxe);
  }
  .menu-toggle span::before { top: -7px; }
  .menu-toggle span::after { top: 7px; }
  body.menu-open .menu-toggle span { background: transparent; }
  body.menu-open .menu-toggle span::before { transform: translateY(7px) rotate(45deg); }
  body.menu-open .menu-toggle span::after { transform: translateY(-7px) rotate(-45deg); }

  .mobile-nav {
    position: fixed;
    top: 40px;
    width: 80%;
    height: 80%;
    max-height: calc(100vh - 40px - 24px);
    background: var(--ivory);
    border: 1px solid var(--rule-soft);
    border-radius: 14px;
    box-shadow: 0 28px 80px rgba(15, 12, 8, 0.2);
    z-index: 25;
    padding: 52px 24px 28px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateY(calc(-100% - 80px));
    transition: transform .55s var(--ease-luxe);
    display: flex;
    flex-direction: column;
  }
  body.menu-open .mobile-nav { transform: translateY(0); }
  .mobile-nav-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 1;
    color: var(--ink-soft);
    border-radius: 10px;
    transition: color .25s var(--ease-luxe), background .25s var(--ease-luxe);
  }
  .mobile-nav-close:hover {
    color: var(--ink);
    background: var(--paper);
  }
  .mobile-nav .menu-eyebrow {
    font-size: 10px;
    letter-spacing: .32em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 22px;
    display: inline-flex; align-items: center; gap: 12px;
  }
  .mobile-nav .menu-eyebrow::before {
    content: "";
    width: 24px; height: 1px;
    background: var(--terracotta);
  }
  .mobile-nav-links {
    list-style: none;
    margin: 0 0 40px; padding: 0;
    border-top: 1px solid var(--rule-soft);
  }
  .mobile-nav-links li {
    border-bottom: 1px solid var(--rule-soft);
  }
  .mobile-nav-links li a {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 22px 0;
    font-family: var(--serif);
    font-size: 22px;
    font-weight: 300;
    letter-spacing: -0.015em;
    color: var(--ink);
    transition: color .3s var(--ease-luxe), padding-left .3s var(--ease-luxe);
  }
  .mobile-nav-links li a:hover { color: var(--terracotta); padding-left: 8px; }
  .mobile-nav-links li a em { font-style: italic; color: var(--terracotta); margin-left: 5px;}
  .mobile-nav-links li a::after {
    content: "→";
	margin-left: 5px;
    font-family: var(--serif);
    font-style: italic;
    font-size: 16px;
    color: var(--muted);
    transition: transform .35s var(--ease-luxe), color .3s var(--ease-luxe);
  }
  .mobile-nav-links li a:hover::after { transform: translateX(6px); color: var(--terracotta); }
  .mobile-nav-secondary {
    list-style: none;
    margin: 0; padding: 24px 0 40px;
    border-top: 1px solid var(--rule-soft);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 24px;
  }
  .mobile-nav-secondary li a {
    display: block;
    padding: 8px 0;
    font-size: 13px;
    letter-spacing: .26em;
    text-transform: uppercase;
    color: var(--ink-soft);
    font-weight: 500;
  }
  
  .mobile-nav-cta {
    margin-top: auto;
    padding-top: 32px;
  }
  .mobile-nav-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px 24px;
    background: var(--ink);
    color: var(--ivory);
    font-size: 11px;
    letter-spacing: .26em;
    text-transform: uppercase;
    font-weight: 500;
  }
  .mobile-nav-cta a .arr {
    font-family: var(--serif);
    font-style: italic;
  }
  /* Cart drawer — same panel language as .mobile-nav */
  .av-cart-drawer-backdrop {
    position: fixed;
    inset: 0;
    z-index: 24;
    background: rgba(15, 12, 8, .45);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .35s var(--ease-luxe), visibility .35s var(--ease-luxe);
  }
  body.av-cart-open .av-cart-drawer-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .av-cart-drawer {
    position: fixed;
    top: 40px;
    right: max(16px, env(safe-area-inset-right));
    width: min(420px, 80vw);
    height: 80%;
    max-height: calc(100vh - 40px - 24px);
    background: var(--ivory);
    border: 1px solid var(--rule-soft);
    border-radius: 14px;
    box-shadow: 0 28px 80px rgba(15, 12, 8, 0.2);
    z-index: 25;
    padding: 52px 24px 28px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transform: translateX(calc(100% + 32px));
    transition: transform .55s var(--ease-luxe);
    visibility: hidden;
    pointer-events: none;
  }
  body.av-cart-open .av-cart-drawer,
  .av-cart-drawer[aria-hidden="false"] {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
  }
  .av-cart-drawer__close {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .av-cart-drawer .menu-eyebrow,
  .av-cart-drawer__eyebrow {
    flex-shrink: 0;
    margin-bottom: 12px;
    font-size: 10px;
    letter-spacing: .32em;
    text-transform: uppercase;
    color: var(--muted);
    display: inline-flex;
    align-items: center;
    gap: 12px;
  }
  .av-cart-drawer .menu-eyebrow::before {
    content: "";
    width: 24px;
    height: 1px;
    background: var(--terracotta);
  }
  .av-cart-drawer__summary {
    flex-shrink: 0;
    margin: 0 0 18px;
    font-size: 13px;
    line-height: 1.5;
    color: var(--ink-soft);
    font-weight: 400;
  }
  .av-cart-drawer__summary--empty {
    color: var(--terracotta);
  }
  .av-cart-drawer__content {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  @media (max-width: 991px) {
    .av-cart-drawer {
      top: max(12px, env(safe-area-inset-top));
      right: max(12px, env(safe-area-inset-right));
      left: auto;
      width: min(380px, 88vw);
      height: calc(100% - 24px);
      max-height: calc(100dvh - 24px);
    }
  }

  .mobile-nav .footer-mark {
    margin-top: 28px;
    text-align: center;
    font-family: var(--serif);
    font-style: italic;
    font-size: 12px;
    color: var(--muted);
  }

  /* Bottom mobile bar - sticky */
  .mobile-bottom-bar {
    display: none;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background: rgba(244,238,226,.96);
    backdrop-filter: saturate(160%) blur(14px);
    -webkit-backdrop-filter: saturate(160%) blur(14px);
    border-top: 1px solid var(--rule-soft);
    z-index: 18;
    padding: 10px 0 max(10px, env(safe-area-inset-bottom));
  }
  .mobile-bottom-bar-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
  }
  .mobile-bottom-bar a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 8px 0;
    font-size: 9px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--ink-soft);
    font-weight: 500;
    position: relative;
  }
  .mobile-bottom-bar a svg { width: 20px; height: 20px; stroke-width: 1.4; }
  .mobile-bottom-bar a .count {
    position: absolute;
    top: 4px; right: 25%;
    background: var(--terracotta);
    color: var(--ivory);
    font-size: 8px;
    padding: 1px 5px;
    border-radius: 10px;
    font-weight: 600;
    letter-spacing: 0;
  }
  .mobile-bottom-bar button.mobile-bottom-bar__account,
  .mobile-bottom-bar button.mobile-bottom-bar__search {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 8px 0;
    width: 100%;
    border: 0;
    background: none;
    font: inherit;
    font-size: 9px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--ink-soft);
    font-weight: 500;
    cursor: pointer;
  }
  .mobile-bottom-bar button.mobile-bottom-bar__account svg,
  .mobile-bottom-bar button.mobile-bottom-bar__search svg {
    width: 20px;
    height: 20px;
    stroke-width: 1.4;
  }

  /* Account quick menu modal */
  .mobile-nav-account-btn {
    border: 0;
    background: none;
    cursor: pointer;
    padding: 0;
    display: block;
    width: 100%;
    text-align: left;
    padding: 8px 0;
    font-size: 11px;
    letter-spacing: .26em;
    text-transform: uppercase;
    color: var(--ink-soft);
    font-weight: 500;
  }
  .av-account-modal {
    position: fixed;
    inset: 0;
    z-index: 45;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: max(20px, env(safe-area-inset-top)) 20px max(20px, env(safe-area-inset-bottom));
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity .35s var(--ease-luxe), visibility .35s var(--ease-luxe);
  }
  body.av-account-modal-open .av-account-modal,
  .av-account-modal[aria-hidden="false"] {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .av-account-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 12, 8, .52);
    border: 0;
    cursor: pointer;
  }
  .av-account-modal__panel {
    position: relative;
    z-index: 1;
    width: min(420px, 100%);
    max-height: min(88vh, 640px);
    overflow-y: auto;
    background: var(--ivory);
    border: 1px solid var(--rule-soft);
    padding: 36px 32px 32px;
    box-shadow: 0 24px 64px rgba(15, 12, 8, .18);
    transform: translateY(12px) scale(.98);
    transition: transform .4s var(--ease-luxe);
  }
  body.av-account-modal-open .av-account-modal__panel,
  .av-account-modal[aria-hidden="false"] .av-account-modal__panel {
    transform: translateY(0) scale(1);
  }
  .av-account-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    font-size: 26px;
    line-height: 1;
    color: var(--muted);
    cursor: pointer;
    transition: color .25s var(--ease-luxe);
  }
  .av-account-modal__close:hover { color: var(--ink); }
  .av-account-modal__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 10px;
    letter-spacing: .32em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 22px;
  }
  .av-account-modal__eyebrow::before {
    content: "";
    width: 24px;
    height: 1px;
    background: var(--terracotta);
  }
  .av-account-modal__user {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--rule-soft);
  }
  .av-account-modal__avatar {
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
  }
  .av-account-modal__name {
    margin: 0 0 4px;
    font-family: var(--serif);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.02em;
    color: var(--ink);
  }
  .av-account-modal__email {
    margin: 0;
    font-size: 12.5px;
    color: var(--muted);
    font-weight: 300;
  }
  .av-account-modal__lede {
    margin: 0 0 22px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--ink-soft);
    font-weight: 300;
  }
  .av-account-modal__links {
    list-style: none;
    margin: 0;
    padding: 0;
    /*border-top: 1px solid var(--rule-soft);*/
  }
  .av-account-modal__links li {
    border-bottom: 1px solid var(--rule-soft);
  }
  .av-account-modal__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 18px 0;
    font-family: var(--serif);
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -.015em;
    color: var(--ink);
    text-decoration: none;
    background: none;
    border: 0;
    cursor: pointer;
    transition: color .3s var(--ease-luxe), padding-left .3s var(--ease-luxe);
  }
  .av-account-modal__link:hover {
    color: var(--terracotta);
    padding-left: 6px;
  }
  .av-account-modal__link .arr {
    font-family: var(--serif);
    font-style: italic;
    font-size: 15px;
    color: var(--muted);
    transition: transform .35s var(--ease-luxe), color .3s var(--ease-luxe);
  }
  .av-account-modal__link:hover .arr {
    transform: translateX(5px);
    color: var(--terracotta);
  }
  .av-account-modal__link--primary {
    color: var(--terracotta);
    font-weight: 400;
  }
  .av-account-modal__logout {
    margin: 20px 0 0;
    padding: 0;
    /*border-top: 1px solid var(--rule-soft);*/
  }
  .av-account-modal__link--button {
    text-align: left;
  }

/* FAQ Nav Links */
  .faq-nav-links {
    list-style: none;
    margin: 40px 0 40px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
  }
  .faq-nav-links li {
    flex: 0 1 auto;
    max-width: 100%;
  }
  .faq-nav-links li a {
    display: inline-flex;
    align-items: center;
    width: auto;
    max-width: 100%;
    padding: 10px 16px;
    font-family: var(--serif);
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.015em;
    text-transform: none;
    color: var(--ink);
    text-decoration: none;
    white-space: normal;
    background: var(--ivory);
    transition: color .35s var(--ease-luxe), padding-left .3s var(--ease-luxe), transform .35s var(--ease-luxe);
  }
  /* .btn ::before sits above bare text nodes — keep fill behind label + arrow */
  .faq-nav-links li a.btn::before {
    z-index: -1;
  }
  .faq-nav-links li a:hover {
    color: var(--ivory);
    padding-left: 8px;
    transform: none;
  }
  .faq-nav-links li a em {
    font-style: italic;
    color: var(--terracotta);
    margin-left: 5px;
    transition: color .35s var(--ease-luxe);
  }
  .faq-nav-links li a:hover em { color: var(--ivory); }
  .faq-nav-links li a::after {
    content: "→";
    margin-left: 5px;
    flex-shrink: 0;
    font-family: var(--serif);
    font-style: italic;
    font-size: 16px;
    color: var(--muted);
    transition: transform .35s var(--ease-luxe), color .35s var(--ease-luxe);
  }
  .faq-nav-links li a:hover::after {
    transform: translateX(6px);
    color: var(--ivory);
  }

  /* FAQ accordion (Bootstrap collapse) */
  .faq-accordion-btn {
    font-family: var(--serif);
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.01em;
    color: var(--ink);
    gap: 8px;
    transition: color .25s var(--ease-luxe);
  }
  .faq-accordion-btn:hover { color: var(--terracotta); }
  .faq-accordion-btn > span {
    display: inline;
    line-height: 1.45;
  }
  .faq-chevron::after {
    content: "›";
    display: inline-block;
    margin-left: 5px;
    font-family: var(--serif);
    font-size: 18px;
    color: var(--muted);
    line-height: 1;
    vertical-align: middle;
    transform: rotate(90deg);
    transition: transform .3s var(--ease-luxe), color .3s var(--ease-luxe);
  }
  .faq-accordion-btn[aria-expanded="true"] .faq-chevron::after {
    transform: rotate(-90deg);
    color: var(--terracotta);
  }
  .faq-accordion-btn:hover .faq-chevron::after { color: var(--terracotta); }


  /* Search modal */
  .av-search-modal {
    position: fixed;
    inset: 0;
    z-index: 46;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: max(20px, env(safe-area-inset-top)) 20px max(20px, env(safe-area-inset-bottom));
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity .35s var(--ease-luxe), visibility .35s var(--ease-luxe);
  }
  body.av-search-modal-open .av-search-modal,
  .av-search-modal[aria-hidden="false"] {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .av-search-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 12, 8, .52);
    border: 0;
    cursor: pointer;
  }
  .av-search-modal__panel {
    position: relative;
    z-index: 1;
    width: min(650px, 100%);
    max-height: min(88vh, 520px);
    overflow-y: auto;
    background: var(--ivory);
    border: 1px solid var(--rule-soft);
    padding: 36px 32px 32px;
    box-shadow: 0 24px 64px rgba(15, 12, 8, .18);
    transform: translateY(12px) scale(.98);
    transition: transform .4s var(--ease-luxe);
  }
  body.av-search-modal-open .av-search-modal__panel,
  .av-search-modal[aria-hidden="false"] .av-search-modal__panel {
    transform: translateY(0) scale(1);
  }
  .av-search-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    font-size: 26px;
    line-height: 1;
    color: var(--muted);
    cursor: pointer;
    transition: color .25s var(--ease-luxe);
  }
  .av-search-modal__close:hover { color: var(--ink); }
  .av-search-modal__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 10px;
    letter-spacing: .32em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 12px;
  }
  .av-search-modal__eyebrow::before {
    content: "";
    width: 24px;
    height: 1px;
    background: var(--terracotta);
  }
  .av-search-modal__lede {
    margin: 0 0 24px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--ink-soft);
    font-weight: 300;
  }
  .av-form__label {
    display: block;
    font-size: 11px;
    letter-spacing: .22em;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--ink-soft);
    margin-bottom: 10px;
  }
  .av-form__row {
    margin-bottom: 20px;
  }
  .av-form__input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid var(--rule);
    background: var(--paper);
    font-family: var(--sans);
    font-size: 14px;
    color: var(--ink);
    outline: none;
    transition: border-color .3s var(--ease-luxe), box-shadow .3s var(--ease-luxe);
  }
  .av-form__input::placeholder {
    color: var(--muted);
    font-weight: 300;
  }
  .av-form__input:focus {
    border-color: var(--terracotta);
    box-shadow: 0 0 0 1px rgba(181, 98, 61, .15);
  }
  .av-form__submit {
    width: 100%;
    padding: 16px 24px;
    background: var(--ink);
    color: var(--ivory);
    font-size: 11px;
    letter-spacing: .26em;
    text-transform: uppercase;
    font-weight: 500;
    border: 0;
    cursor: pointer;
    transition: background .35s var(--ease-luxe), transform .35s var(--ease-luxe);
  }
  .av-form__submit:hover {
    background: var(--terracotta);
    transform: translateY(-1px);
  }

  /* ============================================================
     TABLET BREAKPOINT (≤ 1100px)
     ============================================================ */
  @media (max-width: 1100px) {
    .nav-left, .nav-right { gap: 22px; font-size: 11px; }
    .room-grid { grid-template-columns: repeat(3, 1fr); }
  }

  /* ============================================================
     LARGE MOBILE / SMALL TABLET (≤ 900px) — switch to mobile shell
     ============================================================ */
  @media (max-width: 900px) {
    :root {
      --gutter: 22px;
    }
    body { font-size: 14px; }

    footer {
      display: none !important;
    }

    /* Header simplified */
    header { border-bottom: 1px solid var(--rule-soft); }
    .nav {
      grid-template-columns: 44px 1fr 44px;
      padding: 14px 0;
      gap: 8px;
    }
    .nav-left, .nav-right { display: none; }
    .menu-toggle { display: flex; }
    .mobile-nav { display: flex; }
    .nav-mobile-actions { display: flex; justify-content: flex-end; align-items: center; gap: 4px; }
    .nav-mobile-actions a {
      width: 40px; height: 40px;
      display: flex; align-items: center; justify-content: center;
      color: var(--ink);
      position: relative;
    }
    .nav-mobile-actions a svg { width: 18px; height: 18px; stroke-width: 1.4; }
    .nav-mobile-actions .nav-cart-mobile .count {
      position: absolute;
      top: 4px; right: 4px;
      background: var(--terracotta);
      color: var(--ivory);
      font-size: 8px;
      padding: 1px 5px;
      border-radius: 10px;
      font-weight: 600;
      letter-spacing: 0;
      min-width: 0;
    }
    .brand { font-size: 22px; }
    .brand small { font-size: 7.5px; letter-spacing: .42em; margin-top: 4px; }

    /* Ticker simpler */
    .ticker { font-size: 9.5px; padding: 9px 0; letter-spacing: .26em; }
    .ticker-track { gap: 50px; animation-duration: 38s; }
    .ticker span { gap: 14px; }

    /* HERO - taller, big serif headline that breathes */
    .hero-video-wrap {
      height: clamp(640px, 100vh, 800px);
    }
    .hero-content h1 {
      font-size: clamp(56px, 14vw, 84px);
      line-height: .92;
      letter-spacing: -0.04em;
      margin-bottom: 28px;
      max-width: 100%;
    }
    .hero-content p.lede {
      font-size: 15px;
      line-height: 1.65;
      max-width: 100%;
      margin-bottom: 36px;
    }
    .hero-meta { margin-bottom: 26px; gap: 14px; }
    .hero-meta .line { width: 28px; }
    .hero-meta .eyebrow { font-size: 9px; letter-spacing: .28em; }
    .hero-actions {
      flex-direction: column;
      align-items: flex-start;
      gap: 22px;
      margin-bottom: 48px;
    }
    .btn:not(.av-spec-toggle):not(.btn-inline) { padding: 17px 32px; font-size: 10px; width: 100%; justify-content: center; }
    .btn-ghost-light { font-size: 9.5px; letter-spacing: .28em; }
    .hero-stats {
      grid-template-columns: 1fr 1fr 1fr;
      gap: 14px;
      padding-top: 24px;
      max-width: 100%;
    }
    .hero-stats .num { font-size: 24px; }
    .hero-stats .label { font-size: 8.5px; letter-spacing: .2em; margin-top: 8px; }

    /* TRUST - horizontal scroll strip, all 5 in a single row */
    .trust { padding: 0; }
    .trust-grid {
      display: flex;
      grid-template-columns: none;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scrollbar-width: none;
      -ms-overflow-style: none;
      padding: 0 var(--gutter);
    }
    .trust-grid::-webkit-scrollbar { display: none; }
    .trust-item {
      flex: 0 0 auto;
      width: auto;
      padding: 20px 22px 20px 0;
      gap: 12px;
      border-right: 1px solid var(--rule-soft);
      border-bottom: 0;
      scroll-snap-align: start;
      white-space: nowrap;
    }
    .trust-item:not(:first-child) { padding-left: 22px; }
    .trust-item:last-child { border-right: 0; padding-right: var(--gutter); }
    .trust-icon { width: 24px; height: 24px; flex-shrink: 0; }
    .trust-text { font-size: 11.5px; line-height: 1.35; }
    .trust-text strong { font-size: 13px; margin-bottom: 1px; }

    /* SECTION HEADS - smaller, single column */
    .sec-head {
      grid-template-columns: 1fr;
      padding-bottom: 20px;
      margin-bottom: 28px;
      gap: 18px;
    }
    .sec-head h2 {
      font-size: clamp(32px, 8.5vw, 44px);
      letter-spacing: -0.025em;
    }
    .sec-head .eyebrow { margin-bottom: 14px; font-size: 9.5px; letter-spacing: .28em; }
    .sec-head .btn-ghost { font-size: 9.5px; letter-spacing: .24em; }

    /* SHOP BY STYLE - feature wide on top, 2x2 grid below */
    .styles { padding: 40px 0; }
    .styles-grid {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto;
      height: auto;
      gap: 12px;
    }
    .style-card { aspect-ratio: 1; grid-row: auto; }
    .style-card.feature {
      grid-column: span 2;
      aspect-ratio: 16/11;
      grid-row: auto;
    }
    .style-card .meta { padding: 18px 18px; }
    .style-card.feature .meta { padding: 22px; }
    .style-card .meta h3 { font-size: 20px; }
    .style-card.feature .meta h3 { font-size: 32px; }
    .style-card .meta .e { font-size: 8.5px; letter-spacing: .26em; }
    .style-card .meta .ct { font-size: 9.5px; letter-spacing: .2em; }
    .style-card .arrow { width: 32px; height: 32px; top: 12px; right: 12px; font-size: 12px; }
    .style-card.feature .arrow { width: 36px; height: 36px; top: 14px; right: 14px; }
    .style-card::before { inset: 8px; }
    .style-card.feature::before { inset: 12px; }

    /* PRODUCT LINES - smaller cards, edge-bleed scroll */
    .prod-line { padding: 40px 0; }
    .scroll-row {
      grid-auto-columns: minmax(220px, 240px);
      gap: 14px;
      padding: 0 var(--gutter) 18px;
    }
    .product-img { margin-bottom: 16px; }
    .product-name { font-size: 16px; }
    .product-price { font-size: 15px; }
    .product-price s { font-size: 12px; }
    .product-cat { font-size: 9px; letter-spacing: .24em; }

    /* INDIAN COLLECTION - mobile (taller aspect for narrow screens) */
    .indian-strip { aspect-ratio: 4/5; }
    .indian-strip-meta {
      padding: 26px 22px;
      flex-direction: column;
      align-items: flex-start;
      gap: 22px;
    }
    .indian-strip-meta h3 { font-size: clamp(28px, 8vw, 40px); }
    .indian-strip-meta .left .e { font-size: 11.5px; margin-bottom: 10px; }
    .indian-strip-meta .cta { font-size: 9.5px; letter-spacing: .24em; }
    .indian-strip::before { inset: 14px; }

    /* ROOM TILES - 2 col */
    .rooms { padding: 40px 0; }
    .room-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
    .room { aspect-ratio: 4/5; }
    .room-label { padding: 16px 14px; }
    .room-label h3 { font-size: 17px; }
    .room-label .ct { font-size: 9px; }

    /* CURATED COLLECTIONS - single column with feature on top */
    .collections { padding: 40px 0; }
    .col-grid-new {
      grid-template-columns: 1fr 1fr;
      grid-auto-rows: auto;
      gap: 14px;
    }
    .col-feature {
      grid-column: span 2;
      grid-row: auto;
      aspect-ratio: 5/6;
    }
    .col-feature h3 { font-size: clamp(38px, 10vw, 56px); }
    .col-feature p { font-size: 13.5px; margin-bottom: 22px; }
    .col-feature .body { padding: 26px 24px; }
    .col-feature .count { font-size: 12px; top: 26px; left: 24px; }
    .col-feature .cta { padding: 13px 22px; font-size: 9.5px; letter-spacing: .24em; }
    .col-mini { aspect-ratio: 1; }
    .col-mini h3 { font-size: 17px; }
    .col-mini .body { padding: 14px; }

    /* GALLERY WALLS & SETS - tighter on mobile, mini tiles hidden */
    .gw-wrap { padding: 35px 0; }
    .gw-split { grid-template-columns: 1fr; gap: 40px; }
    .gw-hero { aspect-ratio: 5/4; margin-bottom: 18px; }
    .gw-block-head { margin-bottom: 10px; }
    .gw-block-head h3 { font-size: 24px; }
    .gw-block-head .from { font-size: 15px; }
    .gw-block-head .from small { font-size: 8.5px; letter-spacing: .22em; }
    .gw-desc {
      font-size: 13px;
      line-height: 1.55;
      max-width: 100%;
      margin-bottom: 18px;
    }
    .gw-mini { display: none; }
    .gw-link { font-size: 9.5px; letter-spacing: .24em; }

    /* CONCIERGE - single column with smaller visuals */
    .concierge { padding: 40px 0; }
    .concierge-head {
      grid-template-columns: 1fr;
      gap: 22px;
      align-items: start;
      padding-bottom: 24px;
      margin-bottom: 32px;
    }
    .concierge-head h2 { font-size: clamp(34px, 8.5vw, 44px); max-width: 100%; }
    .concierge-head p { font-size: 14.5px; max-width: 100%; }
    .concierge-eyebrow { margin-bottom: 18px; gap: 14px; }
    .concierge-eyebrow .dash { width: 28px; }
    .concierge-eyebrow span { font-size: 9.5px; letter-spacing: .28em; }
    .concierge-grid {
      grid-template-columns: 1fr;
      gap: 36px;
    }
    .service-visual {
      aspect-ratio: 5/4;
      margin-bottom: 22px;
    }
    .service-num { margin-bottom: 12px; font-size: 11.5px; }
    .service h3 { font-size: 22px; margin-bottom: 12px; }
    .service p { font-size: 14px; margin-bottom: 18px; }
    .service-link { font-size: 9.5px; letter-spacing: .24em; }

    /* REVIEWS - stack column */
    .reviews { padding: 40px 0; }
    .reviews-top {
      grid-template-columns: 1fr;
      text-align: left;
      gap: 30px;
      align-items: start;
      padding-bottom: 36px;
      margin-bottom: 40px;
    }
    .reviews-top .right { text-align: left; }
    .reviews-top .pullquote { font-size: clamp(28px, 7.5vw, 36px); }
    .reviews-top .stars-big { font-size: 18px; letter-spacing: 4px; }
    .reviews-top .rating-num { font-size: 36px; }
    .reviews-top .rating-num em { font-size: 18px; }
    .reviews-row { grid-template-columns: 1fr; gap: 0; }
    .review-mini {
      border-left: 0;
      padding: 28px 0;
      border-top: 1px solid var(--rule-soft);
    }
    .review-mini:first-child { padding-top: 0; border-top: 0; }
    .review-mini:last-child { padding-bottom: 0; }
    .review-mini p { font-size: 15px; margin-bottom: 16px; }

    /* STORES - stack each store vertically */
    .stores { padding: 40px 0; }
    .stores-head {
      grid-template-columns: 1fr;
      gap: 18px;
      align-items: start;
      padding-bottom: 36px;
      margin-bottom: 40px;
    }
    .stores-head h2 { font-size: clamp(34px, 8.5vw, 44px); max-width: 100%; }
    .stores-head p { font-size: 14.5px; max-width: 100%; }
    .stores-grid { grid-template-columns: 1fr; gap: 50px; }
    .store {
      grid-template-columns: 1fr;
      gap: 22px;
    }
    .store-img { aspect-ratio: 5/4; }
    .store-img .city-tag { font-size: 8.5px; letter-spacing: .26em; padding: 6px 11px; }
    .store-img .city-tag em { font-size: 10px; }
    .store h3 { font-size: 26px; }
    .store address { font-size: 13px; margin-bottom: 18px; }
    .store-info { padding: 14px 0; gap: 24px; margin-bottom: 18px; }
    .store-info .v { font-size: 12.5px; }
    .store-actions a { font-size: 9.5px; letter-spacing: .24em; }

    /* FOOTER - accordion */
    footer { padding: 60px 0 100px; }
    .footer-grid {
      grid-template-columns: 1fr;
      gap: 0;
      padding-bottom: 0;
      margin-bottom: 30px;
      border-bottom: 0;
    }
    .footer-grid > div:first-child {
      margin-bottom: 36px;
      padding-bottom: 36px;
      border-bottom: 1px solid var(--rule-soft);
    }
    .footer-brand { font-size: 28px; }
    .footer-desc { font-size: 13px; max-width: 100%; }
    .footer-grid > div:not(:first-child) {
      border-bottom: 1px solid var(--rule-soft);
    }
    .footer-grid > div:not(:first-child) details {
      padding: 18px 0;
    }
    .footer details > summary { display: flex !important; }
    .footer-grid > div:not(:first-child) summary {
      list-style: none;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 11px;
      letter-spacing: .28em;
      text-transform: uppercase;
      font-weight: 600;
      color: var(--ink);
    }
    .footer-grid > div:not(:first-child) summary::-webkit-details-marker { display: none; }
    .footer-grid > div:not(:first-child) summary::after {
      content: "+";
      font-family: var(--serif);
      font-size: 18px;
      font-weight: 300;
      color: var(--muted);
      transition: transform .3s var(--ease-luxe);
    }
    .footer-grid > div:not(:first-child) details[open] summary::after {
      content: "–";
    }
    .footer-grid > div:not(:first-child) h4 { display: none; }
    .footer-grid > div:not(:first-child) ul { padding-top: 18px; }
    .footer-grid > div:not(:first-child) ul li { margin-bottom: 14px; }
    .footer-grid > div:not(:first-child) ul li a { font-size: 14px; }
    .footer-bottom {
      flex-direction: column;
      align-items: flex-start;
      gap: 18px;
      padding-top: 28px;
      border-top: 1px solid var(--rule-soft);
      font-size: 12px;
    }

    /* Bottom bar - show */
    .mobile-bottom-bar { display: block; }

    /* Hide WhatsApp FAB - replaced by bottom bar */
    .whatsapp-fab {
      bottom: 86px;
      right: 18px;
      width: 50px; height: 50px;
    }
    .whatsapp-fab svg { width: 24px; height: 24px; }

    /* Hide hero mute button - too small to be useful */
    .hero-mute {
      width: 38px; height: 38px;
      bottom: 18px; right: 18px;
    }
    .hero-mute svg { width: 15px; height: 15px; }
  }

  /* ============================================================
     SMALL MOBILE (≤ 480px) — fine-tune
     ============================================================ */
  @media (max-width: 480px) {
    .col-grid-new { grid-template-columns: 1fr; }
    .col-feature { grid-column: 1; aspect-ratio: 4/5; }
    .col-feature h3 { font-size: clamp(36px, 11vw, 48px); }
    .room-grid { grid-template-columns: 1fr 1fr; }
    .gw-mini { grid-template-columns: repeat(3, 1fr); }
    .scroll-row { grid-auto-columns: minmax(200px, 220px); }
    .hero-content h1 { font-size: clamp(48px, 13vw, 68px); }
    .reviews-top .pullquote { font-size: clamp(24px, 7vw, 32px); }
  }
  
  
  
/* About page */
.about-img-wrapper {
	max-width: 90%;
	margin: 0 auto;
}

.about-text-wrapper {
	max-width: 90%;
	margin: 0 auto;
	text-align: left;
}

.about-text-right {
	max-width: 90%;
	margin: 0 auto;
	text-align: center;
}

.about-commitment {
	max-width: 90%;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.about-img-wrapper {
		max-width: 50%;
		margin: 0;
	}

	.about-img-right {
		max-width: 50%;
		margin-left: auto;
		margin-right: 0;
	}

	.about-text-wrapper {
		max-width: 80%;
		margin: 0;
		text-align: left;
	}

	.about-text-right {
		max-width: 80%;
		margin-left: auto;
		margin-right: 0;
		text-align: right;
	}

	.about-commitment {
		max-width: 80%;
	}
}

/* Contact page */
.contact-page .form-sent {
	display: none;
}
.contact-page.form-sent-active .form-sent {
	display: block;
}
.contact-page .av-contact-form {
	display: block;
}
.contact-page.form-sent-active .av-contact-form {
	display: none;
}
.contact-page .direction-btn {
	text-transform: none !important;
	letter-spacing: .08em;
}
.contact-page .direction-btn > i {
	flex-shrink: 0;
}

/* cart_menu_content.html — minimal legacy parity (no style.min.css) */
.av-cart-drawer #menu-cart-content {
  margin: 0 0 20px;
  padding: 0;
}
.av-cart-drawer #menu-cart-content .list-custom-small {
  padding-top: 5px;
}
.av-cart-drawer #menu-cart-content .list-custom-small a {
  border-bottom: 0 !important;
}
.av-cart-drawer #menu-cart-content .list-custom-small img {
  margin-right: 3px;
  transform: translateX(-2px);
}
.av-cart-drawer #menu-cart-content .divider {
  height: 1px;
  display: block;
  background-color: rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
.av-cart-drawer #menu-cart-content .color-highlight {
  color: #DA4453 !important;
}
.av-cart-drawer #menu-cart-content .bg-highlight {
  background-color: #DA4453 !important;
  color: #FFF !important;
}
.av-cart-drawer #menu-cart-content .bg-av-dark {
  background-color: #11B6BD !important;
  color: #FFF !important;
}
.av-cart-drawer #menu-cart-content .bg-av-light {
  background-color: #EAF3F3 !important;
  color: #434A54 !important;
  border: 1px solid #11b6bd;
}
.av-cart-drawer #menu-cart-content .color-theme {
  color: #0f1117 !important;
}
.av-cart-drawer #menu-cart-content .font-600 {
  font-weight: 600;
}
.av-cart-drawer #menu-cart-content .font-900 {
  font-weight: 900;
}
.av-cart-drawer #menu-cart-content .font-9 {
  font-size: 9px !important;
}
.av-cart-drawer #menu-cart-content .font-10 {
  font-size: 10px !important;
}
.av-cart-drawer #menu-cart-content .font-11 {
  font-size: 11px !important;
}
.av-cart-drawer #menu-cart-content .font-12 {
  font-size: 12px !important;
}
.av-cart-drawer #menu-cart-content .font-16 {
  font-size: 16px !important;
}
.av-cart-drawer #menu-cart-content .opacity-30 {
  opacity: 0.3 !important;
}
.av-cart-drawer #menu-cart-content .opacity-50 {
  opacity: 0.5 !important;
}
.av-cart-drawer #menu-cart-content .opacity-70 {
  opacity: 0.7 !important;
}
.av-cart-drawer #menu-cart-content .rounded-xs {
  border-radius: 5px !important;
}
.av-cart-drawer #menu-cart-content .btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 20px;
  font-size: 12px !important;
  letter-spacing: normal;
  text-transform: uppercase;
  font-weight: 600;
  background: transparent;
  color: inherit;
  overflow: visible;
  transform: none;
  transition: opacity 350ms ease;
}
.av-cart-drawer #menu-cart-content .btn::before {
  display: none !important;
}
.av-cart-drawer #menu-cart-content .btn:hover {
  opacity: 0.9;
  transform: none;
  background-color: #EAF3F3 !important;
  color: #434A54 !important;
  border: 1px solid #11b6bd !important;
}
.av-cart-drawer #menu-cart-content .btn.bg-highlight {
  color: #FFF;
}
.av-cart-drawer #menu-cart-content .btn > * {
  position: relative;
  z-index: 1;
}


/*List Groups*/
.list-custom-small {
  line-height: 50px;
}
.list-custom-small .badge {
  position: absolute;
  right: 15px;
  margin-top: 16px !important;
  font-size: 9px;
  padding: 5px 8px 5px 8px;
  font-weight: 700;
}
.list-custom-small a {
  color: #1f1f1f;
  font-size: 13px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}
.list-custom-small a i:first-child {
  margin-left: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  text-align: center;
  float: left;
  margin-right: 10px;
}
.list-custom-small a i:last-child {
  float: right;
  font-size: 10px;
  opacity: 0.5;
}
.list-custom-small i {
  line-height: 50px;
}
.list-custom-small .custom-control {
  z-index: 10;
  position: absolute;
  right: 40px;
  margin-top: -38px !important;
}
.list-custom-small .custom-control input {
  transform: translateY(-5px) !important;
}

.menu .list-custom-small a i:first-child {
  margin-left: 6px;
}

.list-custom-large a {
  line-height: 70px;
  color: #1f1f1f;
  font-size: 13px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}
.list-custom-large a span:not(.badge) {
  font-size: 14px;
  position: absolute;
  margin-top: -6px;
  left: 57px;
}
.list-custom-large a strong {
  font-size: 7px;
  position: absolute;
  font-size: 11px;
  margin-top: 10px;
  color: #adb5bd;
  left: 57px;
}
.list-custom-large a i:first-child {
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin-top: 21px;
  text-align: center;
  float: left;
  margin-right: 15px;
}
.list-custom-large a i:last-child {
  float: right;
  font-size: 10px;
}
.list-custom-large .badge {
  position: absolute;
  right: 10px;
  margin-top: 30px;
  font-size: 9px;
  padding: 5px 8px 5px 8px;
}
.list-custom-large i {
  line-height: 74px;
}
.list-custom-large .custom-control {
  z-index: 10;
  position: absolute;
  right: 40px;
  margin-top: 22px;
}
.list-custom-large .custom-control input {
  transform: translateY(-12px) !important;
}

.list-boxes a {
  line-height: 60px;
  margin-bottom: 10px;
  color: #1f1f1f;
  font-size: 13px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}
.list-boxes a span:not(.badge) {
  padding-left: 10px;
  font-size: 14px;
  position: absolute;
  margin-top: -4px;
}
.list-boxes a strong {
  padding-left: 10px;
  font-size: 7px;
  position: absolute;
  font-size: 11px;
  margin-top: 10px;
  color: #6c757d;
}
.list-boxes a i:first-child {
  width: 40px;
  float: left;
  padding-left: 15px;
}
.list-boxes a i:last-child {
  float: right;
  font-size: 16px;
  margin-top: -5px;
  margin-right: 15px;
}
.list-boxes a u {
  position: absolute;
  right: 0px;
  margin-right: 9px;
  width: 60px;
  font-size: 7px;
  text-align: center;
  margin-top: 13px;
  text-decoration: none;
}
.list-boxes .badge {
  position: absolute;
  right: 10px;
  margin-top: 30px;
  font-size: 9px;
  padding: 5px 8px 5px 8px;
}
.list-boxes i {
  line-height: 64px;
}

.short-border {
  margin-left: 45px;
}
.short-border i:first-child {
  margin-left: -45px;
  margin-top: 23px;
}

.list-group .badge {
  z-index: 2;
}

.list-icon-0 a i:first-child {
  margin-left: -3px !important;
}

.icon-list {
  margin-left: 0px;
  padding-left: 0px;
}
.icon-list li {
  list-style: none;
}
.icon-list li i {
  padding-right: 10px;
}

/*Badge Text in Lists*/
.badge-text {
  margin-top: 13px !important;
  transform: translateY(-3px);
  padding-right: 20px !important;
}

/*List Groups*/
.check-visited .visited-link i:last-child::before {
  opacity: 0;
}

.check-visited .visited-link i:last-child::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 13px;
  font-size: 16px;
  margin-top: 0.5px;
  content: "\f058";
  opacity: 1;
  color: #A0D468;
}

.list-custom-small {
  line-height: 50px;
}



#google-map {
	height: 400px;
	min-height: 400px;
	width: 100%;
	border-radius: 8px;
}



/* INPUT styles */
.input-style {
  position: relative;
  margin-bottom: 15px !important;
}

.input-style input,
.input-style select,
.input-style textarea {
  font-size: 12px;
  width: 100%;
  line-height: 45px;
  height: 45px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  padding: 0px;
  border-radius: 0px;
}

.input-style select,
.input-style select option,
.input-style select option:disabled {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.input-style label {
  opacity: 0;
  left: 0px !important;
  transform: translateX(30px);
  position: absolute;
  top: -12px;
  height: 10px;
  font-size: 10px;
  transition: all 150ms ease;
  background-color: #FFF;
}

.input-style-active label {
  opacity: 1;
  transform: none !important;
}

.input-style.has-icon i:first-child {
  position: absolute;
  top: 50%;
  width: 10px;
  text-align: center;
  margin-top: -8px;
}

.input-style.has-icon.has-borders i:first-child {
  position: absolute;
  top: 50%;
  width: 10px;
  padding-left: 15px !important;
  text-align: center;
  margin-top: -10px;
}

.input-style.has-icon.has-borders input,
.input-style.has-icon.has-borders select,
.input-style.has-icon.has-borders textarea {
  padding-left: 35px !important;
}

.input-style.has-icon input,
.input-style.has-icon select,
.input-style.has-icon textarea {
  padding-left: 25px;
}

.input-style input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0.3;
}

.input-style textarea {
  line-height: 20px !important;
  padding-top: 15px !important;
  transition: all 250ms ease !important;
}

.input-style select {
  color: inherit;
}

.input-style input[type=date] {
  color: inherit;
  width: calc(100vw - 64px);
  display: block;
  appearance: none;
  -webkit-appearance: none;
  padding-top: 2px;
}

.input-style em,
.input-style span,
.input-style .valid,
.input-style .invalid {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 5px;
  pointer-events: none;
}

.input-style em,
.input-style span {
  margin-top: -12px;
  font-size: 10px;
  font-style: normal;
  opacity: 0.3;
}

.input-style.has-borders input,
.input-style.has-borders select,
.input-style.has-borders textarea {
  height: 53px;
  border-left-width: 1px !important;
  border-right-width: 1px !important;
  border-top-width: 1px !important;
  padding-left: 13px !important;
  padding-right: 10px !important;
  border-radius: 10px !important;
}

.input-style.has-borders .valid,
.input-style.has-borders .invalid,
.input-style.has-borders span,
.input-style.has-borders em {
  margin-right: 10px;
}

.input-style.input-style-active label {
  left: 4px !important;
  transform: translateX(-14px) !important;
  position: absolute;
  padding: 0px 8px !important;
  height: 23px;
  font-size: 12px;
  transition: all 250ms ease;
  background-color: #FFF;
}

.input-style.has-borders.input-style-active label {
  margin-left: 14px !important;
}

.input-style textarea:focus {
  height: 150px;
  transition: all 250ms ease !important;
}

.input-style.no-borders.input-style-always-active label {
  opacity: 1;
  left: 6px !important;
  transform: translateX(-14px) !important;
  margin-left: 0px !important;
  position: absolute;
  padding: 0px 8px !important;
  height: 23px;
  font-size: 12px;
  transition: all 250ms ease;
  background-color: #FFF;
}

.input-style.has-borders.input-style-always-active label {
  opacity: 1;
  left: 23px !important;
  transform: translateX(-14px) !important;
  margin-left: 0px !important;
  position: absolute;
  padding: 0px 5px !important;
  height: 23px;
  font-size: 12px;
  transition: all 250ms ease;
  background-color: #FFF;
}

.form-control:focus{
	border-color: var(--terracotta);
    box-shadow: 0 0 0 1px rgba(181, 98, 61, .15);
}
/*Remove Number Arrows*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.input-transparent * {
  background-color: transparent !important;
}

.input-transparent.no-borders input {
  border-bottom-width: 1px !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.device-is-android .input-style input[type=date] {
  color: inherit !important;
  line-height: 25px !important;
  padding-top: 12px !important;
  height: 55px !important;
  transform: translateY(7px) translateX(0px) !important;
  margin-bottom: 30px !important;
}

.device-is-android .input-style input[type=date] ~ label.color-highlight {
  margin-top: 7px !important;
}

.otp {
  width: 50px;
  height: 50px;
  border: solid 1px #cacaca;
}

.otp:focus, .otp:active {
  outline: solid 1px #000 !important;
}

.min-ios15 select {
  background-color: inherit !important;
}

.min-ios15 input[type=date] {
  text-align: left !important;
  text-indent: calc(-100% + 70px) !important;
}

/*Range Sliders*/
.ios-slider {
  height: 40px !important;
  background: linear-gradient(to right, #5D9CEC 0%, #5D9CEC 100%);
  background-size: 100% 3px;
  background-position: center;
  background-repeat: no-repeat;
}
.ios-slider::-webkit-slider-thumb {
  background-color: #FFF !important;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  height: 25px !important;
  width: 25px !important;
  box-shadow: -3px 3px 10px 1px rgba(0, 0, 0, 0.2) !important;
}


/*Line Height Control*/
.line-height-xs {
  line-height: 14px !important;
}

.line-height-s {
  line-height: 17px !important;
}

.line-height-sm {
  line-height: 21px !important;
}

.line-height-m {
  line-height: 24px !important;
}

.line-height-l {
  line-height: 26px !important;
}

.line-height-xl {
  line-height: 37px !important;
}

/*Text Shadow*/
.text-shadow-s {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
}

.text-shadow-l {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}




/*List Groups*/
.list-custom-small {
  line-height: 50px;
}
.list-custom-small .badge {
  position: absolute;
  right: 15px;
  margin-top: 16px !important;
  font-size: 9px;
  padding: 5px 8px 5px 8px;
  font-weight: 700;
}
.list-custom-small a {
  color: #1f1f1f;
  font-size: 13px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}
.list-custom-small a i:first-child {
  margin-left: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  text-align: center;
  float: left;
  margin-right: 10px;
}
.list-custom-small a i:last-child {
  float: right;
  font-size: 10px;
  opacity: 0.5;
}
.list-custom-small i {
  line-height: 50px;
}
.list-custom-small .custom-control {
  z-index: 10;
  position: absolute;
  right: 40px;
  margin-top: -38px !important;
}
.list-custom-small .custom-control input {
  transform: translateY(-5px) !important;
}

.menu .list-custom-small a i:first-child {
  margin-left: 6px;
}

.list-custom-large a {
  line-height: 70px;
  color: #1f1f1f;
  font-size: 13px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}
.list-custom-large a span:not(.badge) {
  font-size: 14px;
  position: absolute;
  margin-top: -6px;
  left: 57px;
}
.list-custom-large a strong {
  font-size: 7px;
  position: absolute;
  font-size: 11px;
  margin-top: 10px;
  color: #adb5bd;
  left: 57px;
}
.list-custom-large a i:first-child {
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin-top: 21px;
  text-align: center;
  float: left;
  margin-right: 15px;
}
.list-custom-large a i:last-child {
  float: right;
  font-size: 10px;
}
.list-custom-large .badge {
  position: absolute;
  right: 10px;
  margin-top: 30px;
  font-size: 9px;
  padding: 5px 8px 5px 8px;
}
.list-custom-large i {
  line-height: 74px;
}
.list-custom-large .custom-control {
  z-index: 10;
  position: absolute;
  right: 40px;
  margin-top: 22px;
}
.list-custom-large .custom-control input {
  transform: translateY(-12px) !important;
}

.list-boxes a {
  line-height: 60px;
  margin-bottom: 10px;
  color: #1f1f1f;
  font-size: 13px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}
.list-boxes a span:not(.badge) {
  padding-left: 10px;
  font-size: 14px;
  position: absolute;
  margin-top: -4px;
}
.list-boxes a strong {
  padding-left: 10px;
  font-size: 7px;
  position: absolute;
  font-size: 11px;
  margin-top: 10px;
  color: #6c757d;
}
.list-boxes a i:first-child {
  width: 40px;
  float: left;
  padding-left: 15px;
}
.list-boxes a i:last-child {
  float: right;
  font-size: 16px;
  margin-top: -5px;
  margin-right: 15px;
}
.list-boxes a u {
  position: absolute;
  right: 0px;
  margin-right: 9px;
  width: 60px;
  font-size: 7px;
  text-align: center;
  margin-top: 13px;
  text-decoration: none;
}
.list-boxes .badge {
  position: absolute;
  right: 10px;
  margin-top: 30px;
  font-size: 9px;
  padding: 5px 8px 5px 8px;
}
.list-boxes i {
  line-height: 64px;
}

.short-border {
  margin-left: 45px;
}
.short-border i:first-child {
  margin-left: -45px;
  margin-top: 23px;
}

.list-group .badge {
  z-index: 2;
}

.list-icon-0 a i:first-child {
  margin-left: -3px !important;
}

.icon-list {
  margin-left: 0px;
  padding-left: 0px;
}
.icon-list li {
  list-style: none;
}
.icon-list li i {
  padding-right: 10px;
}

/*Badge Text in Lists*/
.badge-text {
  margin-top: 13px !important;
  transform: translateY(-3px);
  padding-right: 20px !important;
}

/*List Groups*/
.check-visited .visited-link i:last-child::before {
  opacity: 0;
}

.check-visited .visited-link i:last-child::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 13px;
  font-size: 16px;
  margin-top: 0.5px;
  content: "\f058";
  opacity: 1;
  color: #A0D468;
}

.list-custom-small {
  line-height: 50px;
}


/* Colors */
.color-grass-light {
  color: #34cc73 !important;
}

.bg-grass-light {
  background-color: #34cc73 !important;
  color: #FFF !important;
}

.bg-fade-grass-dark {
  background-color: rgba(140, 193, 82, 0.7) !important;
  color: #FFF !important;
}

.bg-fade-grass-light {
  background-color: rgba(140, 193, 82, 0.3) !important;
  color: #FFF !important;
}

.color-grass-dark {
  color: #2ABA66 !important;
}

.color-icon-grass {
  stroke: #2ABA66 !important;
  fill: rgba(140, 193, 82, 0.3) !important;
}

.bg-grass-dark {
  background-color: #2ABA66 !important;
  color: #FFF !important;
}

.border-grass-light {
  border-color: #34cc73 !important;
}

.border-grass-dark {
  border-color: #2ABA66 !important;
}

.focus-grass:focus {
  border-color: #2ABA66 !important;
}

.gradient-grass {
  background-image: linear-gradient(to bottom, #34cc73, #2ABA66);
}

.color-red-light {
  color: #ED5565 !important;
}

.bg-red-light {
  background-color: #ED5565 !important;
  color: #FFF !important;
}

.bg-fade-red-dark {
  background-color: rgba(218, 68, 83, 0.7) !important;
  color: #FFF !important;
}

.bg-fade-red-light {
  background-color: rgba(218, 68, 83, 0.3) !important;
  color: #FFF !important;
}

.color-red-dark {
  color: #DA4453 !important;
}

.color-icon-red {
  stroke: #DA4453 !important;
  fill: rgba(218, 68, 83, 0.3) !important;
}

.bg-red-dark {
  background-color: #DA4453 !important;
  color: #FFF !important;
}

.border-red-light {
  border-color: #ED5565 !important;
}

.border-red-dark {
  border-color: #DA4453 !important;
}

.focus-red:focus {
  border-color: #DA4453 !important;
}

.gradient-red {
  background-image: linear-gradient(to bottom, #ED5565, #DA4453);
}

.color-orange-light {
  color: #FC6E51 !important;
}

.bg-orange-light {
  background-color: #FC6E51 !important;
  color: #FFF !important;
}

.bg-fade-orange-dark {
  background-color: rgba(233, 87, 63, 0.7) !important;
  color: #FFF !important;
}

.bg-fade-orange-light {
  background-color: rgba(233, 87, 63, 0.3) !important;
  color: #FFF !important;
}

.color-orange-dark {
  color: #E9573F !important;
}

.color-icon-orange {
  stroke: #E9573F !important;
  fill: rgba(233, 87, 63, 0.3) !important;
}

.bg-orange-dark {
  background-color: #E9573F !important;
  color: #FFF !important;
}

.border-orange-light {
  border-color: #FC6E51 !important;
}

.border-orange-dark {
  border-color: #E9573F !important;
}

.focus-orange:focus {
  border-color: #E9573F !important;
}

.gradient-orange {
  background-image: linear-gradient(to bottom, #FC6E51, #E9573F);
}

.color-yellow-light {
  color: #FFCE54 !important;
}

.bg-yellow-light {
  background-color: #FFCE54 !important;
  color: #FFF !important;
}

.bg-fade-yellow-dark {
  background-color: rgba(246, 187, 66, 0.7) !important;
  color: #FFF !important;
}

.bg-fade-yellow-light {
  background-color: rgba(246, 187, 66, 0.3) !important;
  color: #FFF !important;
}

.color-yellow-dark {
  color: #F6BB42 !important;
}

.color-icon-yellow {
  stroke: #F6BB42 !important;
  fill: rgba(246, 187, 66, 0.3) !important;
}

.bg-yellow-dark {
  background-color: #F6BB42 !important;
  color: #FFF !important;
}

.border-yellow-light {
  border-color: #FFCE54 !important;
}

.border-yellow-dark {
  border-color: #F6BB42 !important;
}

.focus-yellow:focus {
  border-color: #F6BB42 !important;
}

.gradient-yellow {
  background-image: linear-gradient(to bottom, #FFCE54, #F6BB42);
}

.color-sunny-light {
  color: #f0b31b !important;
}

.bg-sunny-light {
  background-color: #f0b31b !important;
  color: #FFF !important;
}

.bg-fade-sunny-dark {
  background-color: rgba(246, 187, 66, 0.7) !important;
  color: #FFF !important;
}

.bg-fade-sunny-light {
  background-color: rgba(246, 187, 66, 0.3) !important;
  color: #FFF !important;
}

.color-sunny-dark {
  color: #d99914 !important;
}

.color-icon-sunny {
  stroke: #d99914 !important;
  fill: rgba(246, 187, 66, 0.3) !important;
}

.bg-sunny-dark {
  background-color: #d99914 !important;
  color: #FFF !important;
}

.border-sunny-light {
  border-color: #f0b31b !important;
}

.border-sunny-dark {
  border-color: #d99914 !important;
}

.focus-sunny:focus {
  border-color: #d99914 !important;
}

.gradient-sunny {
  background-image: linear-gradient(to bottom, #f0b31b, #d99914);
}

.color-blue-light {
  color: #5D9CEC !important;
}

.bg-blue-light {
  background-color: #5D9CEC !important;
  color: #FFF !important;
}

.bg-fade-blue-dark {
  background-color: rgba(74, 137, 220, 0.7) !important;
  color: #FFF !important;
}

.bg-fade-blue-light {
  background-color: rgba(74, 137, 220, 0.3) !important;
  color: #FFF !important;
}

.color-blue-dark {
  color: #4A89DC !important;
}

.color-icon-blue {
  stroke: #4A89DC !important;
  fill: rgba(74, 137, 220, 0.3) !important;
}

.bg-blue-dark {
  background-color: #4A89DC !important;
  color: #FFF !important;
}

.border-blue-light {
  border-color: #5D9CEC !important;
}

.border-blue-dark {
  border-color: #4A89DC !important;
}

.focus-blue:focus {
  border-color: #4A89DC !important;
}

.gradient-blue {
  background-image: linear-gradient(to bottom, #5D9CEC, #4A89DC);
}

.color-teal-light {
  color: #A0CECB !important;
}

.bg-teal-light {
  background-color: #A0CECB !important;
  color: #FFF !important;
}

.bg-fade-teal-dark {
  background-color: rgba(125, 177, 177, 0.7) !important;
  color: #FFF !important;
}

.bg-fade-teal-light {
  background-color: rgba(125, 177, 177, 0.3) !important;
  color: #FFF !important;
}

.color-teal-dark {
  color: #7DB1B1 !important;
}

.color-icon-teal {
  stroke: #7DB1B1 !important;
  fill: rgba(125, 177, 177, 0.3) !important;
}

.bg-teal-dark {
  background-color: #7DB1B1 !important;
  color: #FFF !important;
}

.border-teal-light {
  border-color: #A0CECB !important;
}

.border-teal-dark {
  border-color: #7DB1B1 !important;
}

.focus-teal:focus {
  border-color: #7DB1B1 !important;
}

.gradient-teal {
  background-image: linear-gradient(to bottom, #A0CECB, #7DB1B1);
}

.color-mint-light {
  color: #48CFAD !important;
}

.bg-mint-light {
  background-color: #48CFAD !important;
  color: #FFF !important;
}

.bg-fade-mint-dark {
  background-color: rgba(55, 188, 155, 0.7) !important;
  color: #FFF !important;
}

.bg-fade-mint-light {
  background-color: rgba(55, 188, 155, 0.3) !important;
  color: #FFF !important;
}

.color-mint-dark {
  color: #37BC9B !important;
}

.color-icon-mint {
  stroke: #37BC9B !important;
  fill: rgba(55, 188, 155, 0.3) !important;
}

.bg-mint-dark {
  background-color: #37BC9B !important;
  color: #FFF !important;
}

.border-mint-light {
  border-color: #48CFAD !important;
}

.border-mint-dark {
  border-color: #37BC9B !important;
}

.focus-mint:focus {
  border-color: #37BC9B !important;
}

.gradient-mint {
  background-image: linear-gradient(to bottom, #48CFAD, #37BC9B);
}

.color-pink-light {
  color: #EC87C0 !important;
}

.bg-pink-light {
  background-color: #EC87C0 !important;
  color: #FFF !important;
}

.bg-fade-pink-dark {
  background-color: rgba(215, 112, 173, 0.7) !important;
  color: #FFF !important;
}

.bg-fade-pink-light {
  background-color: rgba(215, 112, 173, 0.3) !important;
  color: #FFF !important;
}

.color-pink-dark {
  color: #D770AD !important;
}

.color-icon-pink {
  stroke: #D770AD !important;
  fill: rgba(215, 112, 173, 0.3) !important;
}

.bg-pink-dark {
  background-color: #D770AD !important;
  color: #FFF !important;
}

.border-pink-light {
  border-color: #EC87C0 !important;
}

.border-pink-dark {
  border-color: #D770AD !important;
}

.focus-pink:focus {
  border-color: #D770AD !important;
}

.gradient-pink {
  background-image: linear-gradient(to bottom, #EC87C0, #D770AD);
}

.color-pink2-light {
  color: #ff5982 !important;
}

.bg-pink2-light {
  background-color: #ff5982 !important;
  color: #FFF !important;
}

.bg-fade-pink2-dark {
  background-color: rgba(215, 112, 173, 0.7) !important;
  color: #FFF !important;
}

.bg-fade-pink2-light {
  background-color: rgba(215, 112, 173, 0.3) !important;
  color: #FFF !important;
}

.color-pink2-dark {
  color: #fb3365 !important;
}

.color-icon-pink2 {
  stroke: #fb3365 !important;
  fill: rgba(215, 112, 173, 0.3) !important;
}

.bg-pink2-dark {
  background-color: #fb3365 !important;
  color: #FFF !important;
}

.border-pink2-light {
  border-color: #ff5982 !important;
}

.border-pink2-dark {
  border-color: #fb3365 !important;
}

.focus-pink2:focus {
  border-color: #fb3365 !important;
}

.gradient-pink2 {
  background-image: linear-gradient(to bottom, #ff5982, #fb3365);
}

.color-magenta-light {
  color: #AC92EC !important;
}

.bg-magenta-light {
  background-color: #AC92EC !important;
  color: #FFF !important;
}

.bg-fade-magenta-dark {
  background-color: rgba(150, 122, 220, 0.7) !important;
  color: #FFF !important;
}

.bg-fade-magenta-light {
  background-color: rgba(150, 122, 220, 0.3) !important;
  color: #FFF !important;
}

.color-magenta-dark {
  color: #967ADC !important;
}

.color-icon-magenta {
  stroke: #967ADC !important;
  fill: rgba(150, 122, 220, 0.3) !important;
}

.bg-magenta-dark {
  background-color: #967ADC !important;
  color: #FFF !important;
}

.border-magenta-light {
  border-color: #AC92EC !important;
}

.border-magenta-dark {
  border-color: #967ADC !important;
}

.focus-magenta:focus {
  border-color: #967ADC !important;
}

.gradient-magenta {
  background-image: linear-gradient(to bottom, #AC92EC, #967ADC);
}

.color-brown-light {
  color: #BAA286 !important;
}

.bg-brown-light {
  background-color: #BAA286 !important;
  color: #FFF !important;
}

.bg-fade-brown-dark {
  background-color: rgba(170, 142, 105, 0.7) !important;
  color: #FFF !important;
}

.bg-fade-brown-light {
  background-color: rgba(170, 142, 105, 0.3) !important;
  color: #FFF !important;
}

.color-brown-dark {
  color: #AA8E69 !important;
}

.color-icon-brown {
  stroke: #AA8E69 !important;
  fill: rgba(170, 142, 105, 0.3) !important;
}

.bg-brown-dark {
  background-color: #AA8E69 !important;
  color: #FFF !important;
}

.border-brown-light {
  border-color: #BAA286 !important;
}

.border-brown-dark {
  border-color: #AA8E69 !important;
}

.focus-brown:focus {
  border-color: #AA8E69 !important;
}

.gradient-brown {
  background-image: linear-gradient(to bottom, #BAA286, #AA8E69);
}

.color-gray-light {
  color: #e2e5ea !important;
}

.bg-gray-light {
  background-color: #e2e5ea !important;
  color: #FFF !important;
}

.bg-fade-gray-dark {
  background-color: rgba(170, 178, 189, 0.7) !important;
  color: #FFF !important;
}

.bg-fade-gray-light {
  background-color: rgba(170, 178, 189, 0.3) !important;
  color: #FFF !important;
}

.color-gray-dark {
  color: #AAB2BD !important;
}

.color-icon-gray {
  stroke: #AAB2BD !important;
  fill: rgba(170, 178, 189, 0.3) !important;
}

.bg-gray-dark {
  background-color: #AAB2BD !important;
  color: #FFF !important;
}

.border-gray-light {
  border-color: #e2e5ea !important;
}

.border-gray-dark {
  border-color: #AAB2BD !important;
}

.focus-gray:focus {
  border-color: #AAB2BD !important;
}

.gradient-gray {
  background-image: linear-gradient(to bottom, #e2e5ea, #AAB2BD);
}

.color-aqua-light {
  color: #4FC1E9 !important;
}

.bg-aqua-light {
  background-color: #4FC1E9 !important;
  color: #FFF !important;
}

.bg-fade-aqua-dark {
  background-color: rgba(67, 74, 84, 0.7) !important;
  color: #FFF !important;
}

.bg-fade-aqua-light {
  background-color: rgba(67, 74, 84, 0.3) !important;
  color: #FFF !important;
}

.color-aqua-dark {
  color: #3BAFDA !important;
}

.color-icon-aqua {
  stroke: #3BAFDA !important;
  fill: rgba(67, 74, 84, 0.3) !important;
}

.bg-aqua-dark {
  background-color: #3BAFDA !important;
  color: #FFF !important;
}

.border-aqua-light {
  border-color: #4FC1E9 !important;
}

.border-aqua-dark {
  border-color: #3BAFDA !important;
}

.focus-aqua:focus {
  border-color: #3BAFDA !important;
}

.gradient-aqua {
  background-image: linear-gradient(to bottom, #4FC1E9, #3BAFDA);
}

.color-night-light {
  color: #222529 !important;
}

.bg-night-light {
  background-color: #222529 !important;
  color: #FFF !important;
}

.bg-fade-night-dark {
  background-color: rgba(67, 74, 84, 0.7) !important;
  color: #FFF !important;
}

.bg-fade-night-light {
  background-color: rgba(67, 74, 84, 0.3) !important;
  color: #FFF !important;
}

.color-night-dark {
  color: #16181c !important;
}

.color-icon-night {
  stroke: #16181c !important;
  fill: rgba(67, 74, 84, 0.3) !important;
}

.bg-night-dark {
  background-color: #16181c !important;
  color: #FFF !important;
}

.border-night-light {
  border-color: #222529 !important;
}

.border-night-dark {
  border-color: #16181c !important;
}

.focus-night:focus {
  border-color: #16181c !important;
}

.gradient-night {
  background-image: linear-gradient(to bottom, #222529, #16181c);
}

.color-dark-light {
  color: #656D78 !important;
}

.bg-dark-light {
  background-color: #656D78 !important;
  color: #FFF !important;
}

.bg-fade-dark-dark {
  background-color: rgba(67, 74, 84, 0.7) !important;
  color: #FFF !important;
}

.bg-fade-dark-light {
  background-color: rgba(67, 74, 84, 0.3) !important;
  color: #FFF !important;
}

.color-dark-dark {
  color: #434A54 !important;
}

.color-icon-dark {
  stroke: #434A54 !important;
  fill: rgba(67, 74, 84, 0.3) !important;
}

.bg-dark-dark {
  background-color: #434A54 !important;
  color: #FFF !important;
}

.border-dark-light {
  border-color: #656D78 !important;
}

.border-dark-dark {
  border-color: #434A54 !important;
}

.focus-dark:focus {
  border-color: #434A54 !important;
}

.gradient-dark {
  background-image: linear-gradient(to bottom, #656D78, #434A54);
}

.bg-skyblue-dark {
  background-color: #4099ff !important;
  color: #FFF !important;
}

.color-skyblue-dark {
  color: #4099ff !important;
}

.color-plum-light {
  color: #3D3949 !important;
}

.color-plum-dark {
  color: #6772A4 !important;
}

.color-magenta-light {
  color: #2b2741 !important;
}

.color-magenta-dark {
  color: #413a65 !important;
}

.color-violet-light {
  color: #492D3D !important;
}

.color-violet-dark {
  color: #673c58 !important;
}

.color-red-light {
  color: #6F1025 !important;
}

.color-red-dark {
  color: #c62f50 !important;
}

.color-green-light {
  color: #2d7335 !important;
}

.color-green-dark {
  color: #6eb148 !important;
}

.color-sky-light {
  color: #0F5F79 !important;
}

.color-sky-dark {
  color: #188FB6 !important;
}

.color-orange-light {
  color: #C15140 !important;
}

.color-orange-dark {
  color: #E96A57 !important;
}

.color-yellow-light {
  color: #996A22 !important;
}

.color-yellow-dark {
  color: #CCA64F !important;
}

.color-dark-light {
  color: #343341 !important;
}

.color-dark-dark {
  color: #535468 !important;
}

.color-green-light {
  color: #A0D468 !important;
}

.bg-green-light {
  background-color: #A0D468 !important;
  color: #FFF !important;
}

.bg-fade-green-dark {
  background-color: rgba(140, 193, 82, 0.7) !important;
  color: #FFF !important;
}

.bg-fade-green-light {
  background-color: rgba(140, 193, 82, 0.3) !important;
  color: #FFF !important;
}

.color-green-dark {
  color: #8CC152 !important;
}

.color-icon-green {
  stroke: #8CC152 !important;
  fill: rgba(140, 193, 82, 0.3) !important;
}

.bg-green-dark {
  background-color: #8CC152 !important;
  color: #FFF !important;
}

.border-green-light {
  border-color: #A0D468 !important;
}

.border-green-dark {
  border-color: #8CC152 !important;
}

.focus-green:focus {
  border-color: #8CC152 !important;
}

.gradient-green {
  background-image: linear-gradient(to bottom, #A0D468, #8CC152);
}

/* Badge styling */
.badge-small {
	font-size: 10px;
	padding: 2px 6px;
	min-width: 18px;
	height: 18px;
	line-height: 14px;
}
.badge {
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 700;
    margin-left: 10px;
}

/*Social Colors*/
.color-facebook {
  color: #3b5998 !important;
}

.bg-facebook {
  background-color: #3b5998 !important;
  color: #FFF;
}

.color-linkedin {
  color: #0077B5 !important;
}

.bg-linkedin {
  background-color: #0077B5 !important;
  color: #FFF;
}

.color-twitter {
  color: #4099ff !important;
}

.bg-twitter {
  background-color: #4099ff !important;
  color: #FFF;
}

.color-google {
  color: #d34836 !important;
}

.bg-google {
  background-color: #d34836 !important;
  color: #FFF;
}

.color-whatsapp {
  color: #34AF23 !important;
}

.bg-whatsapp {
  background-color: #34AF23 !important;
  color: #FFF;
}

.color-pinterest {
  color: #C92228 !important;
}

.bg-pinterest {
  background-color: #C92228 !important;
  color: #FFF;
}

.color-mail {
  color: #3498db !important;
}

.bg-mail {
  background-color: #3498db !important;
  color: #FFF;
}

.color-phone {
  color: #27ae60 !important;
}

.bg-phone {
  background-color: #27ae60 !important;
  color: #FFF;
}

.color-instagram {
  color: #e1306c !important;
}

.bg-instagram {
  background-color: #e1306c !important;
  color: #FFF;
}

/*Default Colors*/
.color-white {
  color: #FFF !important;
}

.color-black {
  color: #000 !important;
}

.bg-white {
  background-color: #FFF !important;
}

.bg-black {
  background-color: #000 !important;
}

.border-transparent {
  border-color: transparent !important;
}


/*Icons*/
.icon:hover {
  color: #FFF;
}

.icon {
  display: inline-block;
  position: relative;
  text-align: center;
}

.icon-xxs i {
  width: 32px;
  line-height: 32px;
  font-size: 13px;
}

.icon-xs i {
  width: 38px;
  line-height: 38px;
  font-size: 14px;
}

.icon-s i {
  width: 40px;
  line-height: 40px;
  font-size: 15px;
}

.icon-m i {
  width: 45px;
  line-height: 45px;
  font-size: 16px;
}

.icon-l i {
  width: 51px;
  line-height: 51px;
  font-size: 17px;
}

.icon-xl i {
  width: 55px;
  line-height: 55px;
  font-size: 18px;
}

.icon-xxl i {
  width: 60px;
  line-height: 60px;
  font-size: 19px;
}

.icon-center {
  display: block;
  margin: 0 auto;
}

/* Cart checkout bar — sticks directly under AV header (offset via --av-header-sticky-top in av_base.js) */
.cart-sticky-bar {
  position: sticky;
  top: var(--av-header-sticky-top, 80px);
  z-index: 15;
  background: #fff;
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--rule-soft);
}
.cart-sticky-bar > .content {
  margin-top: 12px;
  margin-bottom: 12px;
}
.cart-sticky-bar .d-flex.justify-content-between {
  align-items: center;
}
/* Spacer only needed when bar was position:fixed (legacy base.html cart) */
.av-cart-page .cart-spacer {
  display: none;
}

/* Add-to-cart footer bar (mobile only) */
.add-to-cart-footer-bar {
  padding: 10px 12px;
  padding-bottom: calc(10px + env(safe-area-inset-bottom) * 0.8);
  align-items: center;
}

.add-to-cart-footer-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: nowrap;
}

.add-to-cart-footer-bar .sticky-cart-details {
  min-width: 0;
  text-align: left;
}

.add-to-cart-footer-bar .sticky-cart-price {
  font-weight: 700;
  color: #111927;
  font-size: 16px;
  line-height: 1.2;
}

.add-to-cart-footer-bar .sticky-finished-size {
  font-size: 12px;
  color: #5b5f6a;
}

.add-to-cart-footer-bar .add-to-cart-btn {
  white-space: nowrap;
}

@media (max-width: 480px) {
  .add-to-cart-footer-bar .add-to-cart-btn {
    padding: 8px 12px;
    font-size: 12px;
  }
  .add-to-cart-footer-bar .sticky-cart-price {
    font-size: 14px;
  }
  .add-to-cart-footer-bar .sticky-finished-size {
    font-size: 11px;
  }
}

.cart-spacer {
  /* This height must match the fixed bar's height */
  height: 130px !important;;
  height: calc(130px + constant(safe-area-inset-top) * 0.8) !important;
  height: calc(130px + env(safe-area-inset-top) * 0.8) !important; 
}


/* Shopping Cart Coupon Section Styling */
.coupon-item {
	transition: all 0.3s ease;
	border-color: rgba(0, 0, 0, 0.1) !important;
}

.coupon-item:hover {
	border-color: var(--highlight-color, #11B6BD) !important;
	box-shadow: 0 2px 8px rgba(17, 182, 189, 0.2);
}

.applied-coupon-item {
	border-color: #28a745 !important;
}

.coupon-item .apply-coupon-btn {
	cursor: pointer;
}

.coupon-item .apply-coupon-btn:hover {
	background-color: #EAF3F3 !important;
    color: #434A54 !important;
}

.coupon-item .apply-coupon-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

/* Coupon ticket redesign (cart page) */
.coupon-ticket {
	position: relative;
	display: flex;
	align-items: stretch;
	/*min-height: 148px;*/
	border-radius: 22px;
	overflow: hidden;
	background: #ffc1074f;  /*c7d8ea*/
	cursor: pointer;
}

.coupon-ticket::before,
.coupon-ticket::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #ffffff;
	transform: translateY(-50%);
	z-index: 3;
}

.coupon-ticket::before {
	left: -20px;
}

.coupon-ticket::after {
	right: -20px;
}

.coupon-ticket__left {
	width: 15%;
	background: #da4453b8;		/*94b6d7*/
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 4px;
}

.coupon-ticket__code {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	letter-spacing: 2px;
	font-size: 20px;
	font-weight: 700;
	color: #FFF;    /*6f7680*/
	line-height: 1;
}

.coupon-ticket__body {
	flex: 1;
	padding: 7px 8px 6px;
	text-align: center;

}

.coupon-ticket__meta {
	color: #6f7680;
	font-size: 10px;
	font-weight: 500;
	text-align: left;
	line-height: 1.25;
	margin-bottom: 10px;
}

.coupon-ticket__value {
	font-size: 50px;
	font-weight: 700;
	line-height: 0.85;
	color: #41464d;
	letter-spacing: -1px;
}

.coupon-ticket__off {
	font-size: 14px;
	line-height: 0.95;
	font-weight: 500;
	color: #555b63;
	letter-spacing: 2px;
}

.coupon-ticket__footer {
	margin-top: 5px;
	font-size: 10px;
	font-weight: 500;
	color: #6f7680;
}

@media (max-width: 767px) {
	.coupon-ticket {
		/*min-height: 132px;*/
	}
	.coupon-ticket__left {
		width: 15%;
	}
	.coupon-ticket__code {
		font-size: 14px;
		font-weight: 700;
	}
	.coupon-ticket__meta {
		font-size: 10px;
	}
	.coupon-ticket__value {
		font-size: 32px;
	}
	.coupon-ticket__off {
		font-size: 10px;
	}
	.coupon-ticket__footer {
		font-size: 10px;
	}
}

/* Cart coupon ticket hard layout overrides (mirrors cart_coupon_ticket.css when loaded) */
.discount-coupon .coupon-ticket {
	display: flex !important;
	flex-direction: row !important;
	width: fit-content !important;
	width: 100% !important;
	margin-inline: auto !important;
	aspect-ratio: auto !important;
	padding: 0 !important;
	box-sizing: border-box !important;
}

.discount-coupon .coupon-ticket__left {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 56px;
	min-width: 56px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-inline-end: 4px;
	overflow: hidden;
}

.discount-coupon .coupon-ticket__code {
	margin-left: 0 !important;
	display: block;
	max-width: 90%;
	max-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: clamp(12px, 1.2vw, 20px);
	letter-spacing: 1px;
}

.discount-coupon .coupon-ticket__body {
	width: auto !important;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box !important;
	padding: 4px 6px 4px 62px !important;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.discount-coupon .coupon-ticket__meta,
.discount-coupon .coupon-ticket__value,
.discount-coupon .coupon-ticket__off,
.discount-coupon .coupon-ticket__footer {
	max-width: 100%;
	padding-inline: 0;
	margin-bottom: 5px;
}

.discount-coupon .coupon-ticket__meta {
	text-align: center;
	align-self: center;
	width: 100%;
	margin-bottom: 8px;
	margin-top: 4px;
}

.discount-coupon .coupon-ticket__value {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: clamp(24px, 4vw, 30px);
	line-height: 0.95;
}

/* Coupons drawer on order + payment: narrow panel; avoid horizontal scroll from ticket chrome */
#coupons-offers-menu .content {
	overflow-x: hidden;
}

/* Coupon Success Animation - Confetti Explosion */
.coupon-success-animation {
	position: fixed;
	width: 150px;
	height: 150px;
	z-index: 9999;
	pointer-events: none;
	display: none;
	overflow: visible;
}

.coupon-success-animation.active {
	display: block;
}

.coupon-success-animation .confetti {
	position: absolute;
	width: 10px;
	height: 10px;
	opacity: 0;
	left: 50%;
	top: 50%;
	transform-origin: center center;
}

.coupon-success-animation .confetti.red {
	background: #ff0000;
	box-shadow: 0 0 3px #ff0000;
}

.coupon-success-animation .confetti.blue {
	background: #0066ff;
	box-shadow: 0 0 3px #0066ff;
}

.coupon-success-animation .confetti.yellow {
	background: #ffcc00;
	box-shadow: 0 0 3px #ffcc00;
}

.coupon-success-animation .confetti.gold {
	background: #ffd700;
	box-shadow: 0 0 3px #ffd700;
}

.coupon-success-animation .confetti.green {
	background: #00cc00;
	box-shadow: 0 0 3px #00cc00;
}

/* Confetti explosion animations - different directions */
.coupon-success-animation .confetti:nth-child(1) {
	animation: confetti-explode-1 4s ease-out forwards;
}

.coupon-success-animation .confetti:nth-child(2) {
	animation: confetti-explode-2 4s ease-out forwards;
}

.coupon-success-animation .confetti:nth-child(3) {
	animation: confetti-explode-3 4s ease-out forwards;
}

.coupon-success-animation .confetti:nth-child(4) {
	animation: confetti-explode-4 4s ease-out forwards;
}

.coupon-success-animation .confetti:nth-child(5) {
	animation: confetti-explode-5 4s ease-out forwards;
}

.coupon-success-animation .confetti:nth-child(6) {
	animation: confetti-explode-6 4s ease-out forwards;
}

.coupon-success-animation .confetti:nth-child(7) {
	animation: confetti-explode-7 4s ease-out forwards;
}

.coupon-success-animation .confetti:nth-child(8) {
	animation: confetti-explode-8 4s ease-out forwards;
}

.coupon-success-animation .confetti:nth-child(9) {
	animation: confetti-explode-9 4s ease-out forwards;
}

.coupon-success-animation .confetti:nth-child(10) {
	animation: confetti-explode-10 4s ease-out forwards;
}

.coupon-success-animation .confetti:nth-child(11) {
	animation: confetti-explode-11 4s ease-out forwards;
}

.coupon-success-animation .confetti:nth-child(12) {
	animation: confetti-explode-12 4s ease-out forwards;
}

.coupon-success-animation .confetti:nth-child(13) {
	animation: confetti-explode-13 4s ease-out forwards;
}

.coupon-success-animation .confetti:nth-child(14) {
	animation: confetti-explode-14 4s ease-out forwards;
}

.coupon-success-animation .confetti:nth-child(15) {
	animation: confetti-explode-15 4s ease-out forwards;
}

.coupon-success-animation .confetti:nth-child(16) {
	animation: confetti-explode-16 4s ease-out forwards;
}

.coupon-success-animation .confetti:nth-child(17) {
	animation: confetti-explode-17 4s ease-out forwards;
}

.coupon-success-animation .confetti:nth-child(18) {
	animation: confetti-explode-18 4s ease-out forwards;
}

.coupon-success-animation .confetti:nth-child(19) {
	animation: confetti-explode-19 4s ease-out forwards;
}

.coupon-success-animation .confetti:nth-child(20) {
	animation: confetti-explode-20 4s ease-out forwards;
}

@keyframes confetti-explode-1 {
	0% {
		opacity: 1;
		transform: translate(0, 0) rotate(0deg) scale(1);
	}
	100% {
		opacity: 0;
		transform: translate(-55px, 55px) rotate(1440deg) scale(0.5);
	}
}

@keyframes confetti-explode-2 {
	0% {
		opacity: 1;
		transform: translate(0, 0) rotate(0deg) scale(1);
	}
	100% {
		opacity: 0;
		transform: translate(55px, 55px) rotate(-1440deg) scale(0.5);
	}
}

@keyframes confetti-explode-3 {
	0% {
		opacity: 1;
		transform: translate(0, 0) rotate(0deg) scale(1);
	}
	100% {
		opacity: 0;
		transform: translate(-55px, -55px) rotate(1440deg) scale(0.5);
	}
}

@keyframes confetti-explode-4 {
	0% {
		opacity: 1;
		transform: translate(0, 0) rotate(0deg) scale(1);
	}
	100% {
		opacity: 0;
		transform: translate(55px, -55px) rotate(-1440deg) scale(0.5);
	}
}

@keyframes confetti-explode-5 {
	0% {
		opacity: 1;
		transform: translate(0, 0) rotate(0deg) scale(1);
	}
	100% {
		opacity: 0;
		transform: translate(0, -70px) rotate(720deg) scale(0.5);
	}
}

@keyframes confetti-explode-6 {
	0% {
		opacity: 1;
		transform: translate(0, 0) rotate(0deg) scale(1);
	}
	100% {
		opacity: 0;
		transform: translate(0, 70px) rotate(-720deg) scale(0.5);
	}
}

@keyframes confetti-explode-7 {
	0% {
		opacity: 1;
		transform: translate(0, 0) rotate(0deg) scale(1);
	}
	100% {
		opacity: 0;
		transform: translate(-70px, 0) rotate(720deg) scale(0.5);
	}
}

@keyframes confetti-explode-8 {
	0% {
		opacity: 1;
		transform: translate(0, 0) rotate(0deg) scale(1);
	}
	100% {
		opacity: 0;
		transform: translate(70px, 0) rotate(-720deg) scale(0.5);
	}
}

@keyframes confetti-explode-9 {
	0% {
		opacity: 1;
		transform: translate(0, 0) rotate(0deg) scale(1);
	}
	100% {
		opacity: 0;
		transform: translate(-40px, -40px) rotate(1080deg) scale(0.5);
	}
}

@keyframes confetti-explode-10 {
	0% {
		opacity: 1;
		transform: translate(0, 0) rotate(0deg) scale(1);
	}
	100% {
		opacity: 0;
		transform: translate(40px, 40px) rotate(-1080deg) scale(0.5);
	}
}

@keyframes confetti-explode-11 {
	0% {
		opacity: 1;
		transform: translate(0, 0) rotate(0deg) scale(1);
	}
	100% {
		opacity: 0;
		transform: translate(-30px, 30px) rotate(1260deg) scale(0.5);
	}
}

@keyframes confetti-explode-12 {
	0% {
		opacity: 1;
		transform: translate(0, 0) rotate(0deg) scale(1);
	}
	100% {
		opacity: 0;
		transform: translate(30px, -30px) rotate(-1260deg) scale(0.5);
	}
}

@keyframes confetti-explode-13 {
	0% {
		opacity: 1;
		transform: translate(0, 0) rotate(0deg) scale(1);
	}
	100% {
		opacity: 0;
		transform: translate(-25px, 25px) rotate(900deg) scale(0.5);
	}
}

@keyframes confetti-explode-14 {
	0% {
		opacity: 1;
		transform: translate(0, 0) rotate(0deg) scale(1);
	}
	100% {
		opacity: 0;
		transform: translate(25px, -25px) rotate(-900deg) scale(0.5);
	}
}

@keyframes confetti-explode-15 {
	0% {
		opacity: 1;
		transform: translate(0, 0) rotate(0deg) scale(1);
	}
	100% {
		opacity: 0;
		transform: translate(-20px, 20px) rotate(1080deg) scale(0.5);
	}
}

@keyframes confetti-explode-16 {
	0% {
		opacity: 1;
		transform: translate(0, 0) rotate(0deg) scale(1);
	}
	100% {
		opacity: 0;
		transform: translate(20px, -20px) rotate(-1080deg) scale(0.5);
	}
}

@keyframes confetti-explode-17 {
	0% {
		opacity: 1;
		transform: translate(0, 0) rotate(0deg) scale(1);
	}
	100% {
		opacity: 0;
		transform: translate(-15px, 15px) rotate(720deg) scale(0.5);
	}
}

@keyframes confetti-explode-18 {
	0% {
		opacity: 1;
		transform: translate(0, 0) rotate(0deg) scale(1);
	}
	100% {
		opacity: 0;
		transform: translate(15px, -15px) rotate(-720deg) scale(0.5);
	}
}

@keyframes confetti-explode-19 {
	0% {
		opacity: 1;
		transform: translate(0, 0) rotate(0deg) scale(1);
	}
	100% {
		opacity: 0;
		transform: translate(-10px, 10px) rotate(540deg) scale(0.5);
	}
}

@keyframes confetti-explode-20 {
	0% {
		opacity: 1;
		transform: translate(0, 0) rotate(0deg) scale(1);
	}
	100% {
		opacity: 0;
		transform: translate(10px, -10px) rotate(-540deg) scale(0.5);
	}
}

/* Image overlay text animation */
.curated-container {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}

.image-overlay-text {
	position: absolute;
	top: 0;
	right: -100%;
	width: 30%;
	height: 100%;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: slideInFromRight 4s ease-in-out forwards;
	z-index: 2;
}

@keyframes slideInFromRight {
	0% {
		right: -100%;
	}
	100% {
		right: 0;
	}
}

/* Order list cards (My Orders) — grid row layout (avoid Bootstrap .card column flex) */
.av-order-list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.av-order-card {
	display: grid;
	grid-template-columns: 9.5rem minmax(0, 1fr);
	grid-template-rows: 1fr;
	align-items: stretch;
	overflow: hidden;
	margin: 0 0 1rem;
	border: none;
	border-radius: 12px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	background: #fff;
	width: 75%;
}
@media only screen and (max-width: 600px) {
	.av-order-card {
		width: 100%;
	}
}


.av-order-card__aside {
	grid-column: 1;
	grid-row: 1 / -1;
	align-self: stretch;
	min-height: 100%;
	padding: 1rem 0.85rem;
	background: #f3f4f6;
	border-right: 1px solid rgba(0, 0, 0, 0.06);
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.av-order-card__status-icon {
	font-size: 1.25rem;
	color: #4b5563;
	line-height: 1;
}

.av-order-card__status {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--ink, #1a1a1a);
}

.av-order-card__status--delivered,
.av-order-card__status--confirmed {
	color: #1b5e20;
}

.av-order-card__status--cancelled,
.av-order-card__status--returned,
.av-order-card__status--rto {
	color: #b71c1c;
}

.av-order-card__status--pending {
	color: #9a6b00;
}

.av-order-card__meta {
	margin: 0;
	font-size: 0.8rem;
	font-weight: 600;
	line-height: 1.35;
	color: var(--ink, #1a1a1a);
}

.av-order-card__meta--muted {
	font-weight: 500;
	color: #6b7280;
}

.av-order-card__body {
	grid-column: 2;
	grid-row: 1;
	min-width: 0;
	min-height: 100%;
	padding: 1rem 1rem 0.85rem;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.65rem;
}

.av-order-card__header {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.35rem;
	width: 100%;
}

@media (min-width: 768px) {
	.av-order-card__header {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		gap: 0.75rem;
	}
}

.av-order-card__total {
	flex: 0 1 auto;
	text-align: left;
	font-size: 1.05rem;
	font-weight: 600;
	color: #374151;
	line-height: 1.3;
}

.av-order-card__savings {
	flex-shrink: 0;
	padding: 0.2rem 0.55rem;
	border-radius: 999px;
	background: #fff8e1;
	color: #5d4037;
	font-size: 0.72rem;
	font-weight: 600;
	line-height: 1.4;
	white-space: nowrap;
}

.av-order-card__thumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 0.5rem;
	width: 100%;
}

.av-order-card__thumb {
	position: relative;
	width: 5rem;
	height: 5rem;
	flex-shrink: 0;
	border-radius: 8px;
	overflow: hidden;
	background: #f9fafb;
	border: 1px solid rgba(0, 0, 0, 0.06);
}

.av-order-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.av-order-card__qty {
	position: absolute;
	top: 2px;
	right: 2px;
	min-width: 1.1rem;
	height: 1.1rem;
	padding: 0 0.2rem;
	border-radius: 999px;
	background: #111;
	color: #fff;
	font-size: 0.65rem;
	font-weight: 700;
	line-height: 1.1rem;
	text-align: center;
}

.av-order-card__more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.25rem;
	height: 3.25rem;
	border-radius: 999px;
	background: #e5e7eb;
	color: #374151;
	font-size: 0.8rem;
	font-weight: 700;
	flex-shrink: 0;
}

.av-order-card__return {
	margin: 0;
	width: 100%;
	font-size: 0.8rem;
	color: #6b7280;
}

.av-order-card__actions {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 0.5rem;
	width: 100%;
	margin-top: auto;
	padding-top: 0.25rem;
}

@media (min-width: 768px) {
	.av-order-card__actions {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		gap: 0.75rem;
	}
}

.av-order-card__btn-review {
	background: #e8f5e9 !important;
	color: #2e7d32 !important;
	border: none;
}

.av-order-card__btn-review::before {
	display: none;
}

.av-order-card__btn-review:hover {
	background: #c8e6c9 !important;
	color: #1b5e20 !important;
}

@media (min-width: 768px) {
	.av-order-card__btn-details {
		margin-left: auto;
	}
}

/* Order detail header — pay balance on its own row on mobile */
.av-order-detail-header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-rows: auto auto;
	gap: 0.5rem 1rem;
	align-items: start;
}

.av-order-detail-header__info {
	grid-column: 1;
	grid-row: 1;
	min-width: 0;
}

.av-order-detail-header__meta {
	grid-column: 2;
	grid-row: 1;
}

.av-order-detail-header__pay {
	grid-column: 1 / -1;
	grid-row: 2;
}

@media (min-width: 768px) {
	.av-order-detail-header__pay {
		grid-column: 2;
		grid-row: 2;
		justify-self: end;
		text-align: right;
	}
}

