/** Shopify CDN: Minification failed

Line 2406:0 Expected "}" to go with "{"

**/
:root{
  --bg:#090910;
  --surface:#12121b;
  --surface2:#171722;
  --text:#f5f1e9;
  --muted:#c3bdaf;
  --line:rgba(255,255,255,.08);
  --green:#90ef35;
  --cyan:#6edbe8;
  --red:#b2312e;
  --shadow:0 24px 70px rgba(0,0,0,.45);
  --radius:28px;
  --container:1360px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:
radial-gradient(circle at 12% 14%, rgba(110,219,232,.08), transparent 24%),
radial-gradient(circle at 84% 18%, rgba(178,49,46,.18), transparent 28%),
radial-gradient(circle at 50% 85%, rgba(128,52,255,.08), transparent 32%),
linear-gradient(180deg,#07070c 0%,#0b0b12 45%,#12131b 100%);
color:var(--text);font-family:Inter,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
h1,h2,h3,h4{margin:0 0 .8rem;font-family:"Space Grotesk",Arial,sans-serif;letter-spacing:-.03em;line-height:1.02}
p{margin:0 0 1rem}
.container{width:min(var(--container), calc(100% - 40px));margin:0 auto}
.eyebrow{display:inline-block;margin-bottom:16px;color:var(--cyan);font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}
.muted{color:var(--muted);line-height:1.75}
.chip{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 14px;border-radius:999px;border:1px solid rgba(144,239,53,.22);background:rgba(144,239,53,.08);color:#efffdc;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.chip--dark{background:rgba(255,255,255,.03);color:var(--muted);border-color:var(--line)}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border-radius:999px;border:1px solid var(--line);font-size:13px;font-weight:700;letter-spacing:.10em;text-transform:uppercase;transition:all .2s ease}
.button:hover{transform:translateY(-1px)}
.button--primary{background:linear-gradient(180deg,#cb413d,#992826);color:#fff;box-shadow:0 14px 34px rgba(178,49,46,.25)}
.button--secondary{background:rgba(255,255,255,.04);color:var(--text)}
.announcement{background:linear-gradient(90deg, rgba(178,49,46,.95), rgba(129,25,22,.93));color:#fffaf3;border-bottom:1px solid rgba(255,255,255,.08)}
.announcement__inner{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:18px;font-size:13px}
.announcement__meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.header{position:sticky;top:0;z-index:40;backdrop-filter:blur(18px);background:linear-gradient(180deg, rgba(11,11,18,.90), rgba(11,11,18,.66));border-bottom:1px solid rgba(255,255,255,.05)}
.header__inner{min-height:94px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px}
.header__logo img{width:clamp(130px,12vw,210px);height:auto;object-fit:contain;filter:drop-shadow(0 20px 30px rgba(0,0,0,.36))}
.nav__list{list-style:none;margin:0;padding:0;display:flex;justify-content:center;gap:32px}
.nav__list a,.header__actions a{color:rgba(246,241,232,.84);font-size:13px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}
.nav__list a:hover,.header__actions a:hover{color:#fff}
.header__actions{display:flex;gap:16px;align-items:center}
.header__cart{min-height:44px;padding:0 16px;display:inline-flex;align-items:center;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.03)}
.hero{padding:18px 0 28px}
.hero__slide{position:relative;display:none;min-height:74svh;border-radius:32px;overflow:hidden;border:1px solid rgba(255,255,255,.08);box-shadow:var(--shadow);background:#0b0b12}
.hero__slide.is-active{display:block}
.hero__media{position:absolute;inset:0}
.hero__media img{width:100%;height:100%;object-fit:cover;object-position:center center}
.hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg, rgba(8,8,13,.88) 0%, rgba(8,8,13,.46) 38%, rgba(8,8,13,.22) 58%, rgba(8,8,13,.70) 100%),linear-gradient(180deg, rgba(8,8,13,.08), rgba(8,8,13,.60))}
.hero__content-wrap{position:relative;z-index:2;min-height:74svh;display:flex;align-items:center}
.hero__content{max-width:640px;padding:60px 0}
.hero__content h1{font-size:clamp(40px,5.2vw,84px);max-width:12ch}
.hero__text{max-width:52ch;color:var(--muted);line-height:1.75;margin-top:18px}
.hero__actions{margin-top:28px;display:flex;gap:14px;flex-wrap:wrap}
.hero__controls{margin-top:16px;display:flex;align-items:center;justify-content:flex-end;gap:12px}
.hero__control,.hero__dot{border:none;cursor:pointer}
.hero__control{width:42px;height:42px;border-radius:999px;background:rgba(255,255,255,.06);color:#fff;border:1px solid var(--line)}
.hero__dots{display:flex;gap:8px}
.hero__dot{width:10px;height:10px;border-radius:999px;background:rgba(255,255,255,.24)}
.hero__dot.is-active{background:var(--green)}
.story,.panels,.products-section,.product-page,.cart-page,.page-wrap,.editorial,.spotlight{padding:74px 0}
.story__grid,.editorial__grid,.spotlight__grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:28px;align-items:center}
.story__copy{padding:22px 6px}
.story__copy h2,.section-heading h2,.collection-hero h1,.product-page__info h1,.page-wrap h1,.cart-page h1,.editorial__copy h2,.spotlight__copy h3{font-size:clamp(32px,3.4vw,58px)}
.story__chips,.spotlight__chips{margin-top:24px;display:flex;gap:10px;flex-wrap:wrap}
.story__art,.editorial__art,.spotlight__media{border-radius:28px;overflow:hidden;border:1px solid var(--line);background:linear-gradient(180deg, rgba(18,18,27,.94), rgba(10,10,15,.94));box-shadow:var(--shadow)}
.story__art img,.editorial__art img,.spotlight__media img{width:100%;height:100%;object-fit:cover;object-position:center}
.section-heading{display:flex;justify-content:space-between;align-items:end;gap:22px;margin-bottom:28px}
.section-heading__link{color:var(--muted);font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.panels__grid{display:grid;grid-template-columns:repeat(2, minmax(0,1fr));gap:22px}
.panel{border-radius:26px;overflow:hidden;border:1px solid var(--line);background:linear-gradient(180deg, rgba(18,18,27,.94), rgba(10,10,15,.94));box-shadow:var(--shadow)}
.panel__image{aspect-ratio:16 / 10;overflow:hidden}
.panel__image img{width:100%;height:100%;object-fit:cover;object-position:center}
.panel__content{padding:22px}
.panel__content h3{font-size:28px;margin-bottom:8px}
.panel__content p{color:var(--muted);line-height:1.7}
.product-grid{display:grid;grid-template-columns:repeat(4, minmax(0,1fr));gap:22px}
.product-card{overflow:hidden;border-radius:24px;border:1px solid var(--line);background:linear-gradient(180deg, rgba(18,18,27,.96), rgba(10,10,15,.96));box-shadow:var(--shadow)}
.product-card__media{display:block;aspect-ratio:1 / 1;background:radial-gradient(circle at 20% 18%, rgba(110,219,232,.08), transparent 20%),linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0))}
.product-card__media img{width:100%;height:100%;object-fit:cover;object-position:center}
.product-card__body{padding:18px}
.product-card__top{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:10px}
.product-card__brand{color:var(--cyan);font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}
.product-card__price{font-weight:700}
.product-card h3{font-size:20px;margin:0}
.product-card h3 a:hover{color:var(--green)}
.product-page__grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);gap:34px}
.product-page__media-wrap{align-self:start}
.product-page__info{position:sticky;top:120px;align-self:start;padding:30px;border-radius:28px;border:1px solid var(--line);background:linear-gradient(180deg, rgba(18,18,27,.96), rgba(10,10,15,.96));box-shadow:var(--shadow)}
.product-page__price{font-size:28px;font-weight:700;margin:10px 0 0}
.product-page__chips{margin:18px 0 20px;display:flex;flex-wrap:wrap;gap:10px}
.product-page__intro{padding:18px 0 6px}
.field{display:block;margin-bottom:14px}
.field span{display:block;margin-bottom:8px;font-size:12px;color:var(--muted);font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.field input,.field select,.search-form input{width:100%;min-height:52px;padding:0 14px;border-radius:14px;border:1px solid var(--line);background:rgba(255,255,255,.03);color:var(--text)}
.product-page__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.product-page__details{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:24px}
.product-page__detail-card{padding:18px;border-radius:20px;background:rgba(255,255,255,.03);border:1px solid var(--line)}
.product-page__detail-card h4{font-size:18px;margin-bottom:8px}
.product-page__desc{margin-top:24px;padding-top:22px;border-top:1px solid var(--line)}
.pdp-gallery__main{position:relative;border-radius:28px;overflow:hidden;border:1px solid var(--line);background:linear-gradient(180deg, rgba(18,18,27,.96), rgba(10,10,15,.96));box-shadow:var(--shadow)}
.pdp-gallery__slide{display:none}
.pdp-gallery__slide.is-active{display:block}
.pdp-gallery__slide img{width:100%;height:auto;display:block;aspect-ratio:1 / 1;object-fit:cover}
.pdp-gallery__thumbs{display:flex;gap:12px;flex-wrap:wrap;margin-top:14px}
.pdp-gallery__thumb{padding:0;border:none;background:none;cursor:pointer;border-radius:14px;overflow:hidden;opacity:.62}
.pdp-gallery__thumb.is-active{opacity:1;outline:1px solid rgba(255,255,255,.18)}
.pdp-gallery__thumb img{width:88px;height:88px;object-fit:cover;display:block}
.cart-page__grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px}
.cart-page__items,.cart-page__summary,.box-pad,.empty-box{border-radius:28px;border:1px solid var(--line);background:linear-gradient(180deg, rgba(18,18,27,.96), rgba(10,10,15,.96));box-shadow:var(--shadow)}
.cart-page__items{padding:16px}
.cart-page__item{display:grid;grid-template-columns:120px 1fr;gap:18px;padding:14px 6px;border-bottom:1px solid var(--line)}
.cart-page__item:last-child{border-bottom:none}
.cart-page__item-media img{width:100%;border-radius:14px;aspect-ratio:1 / 1;object-fit:cover}
.cart-page__item-info a{display:block;font-weight:700;margin-bottom:10px}
.cart-page__summary{padding:24px;position:sticky;top:120px;align-self:start}
.cart-page__subtotal{display:flex;justify-content:space-between;gap:12px;margin:20px 0 10px;font-size:24px}
.cart-page__summary .button{width:100%;margin-top:10px}
.search-form{display:grid;grid-template-columns:1fr auto;gap:12px;margin:0 0 28px}
.box-pad,.empty-box{padding:36px}
.footer{padding:52px 0;border-top:1px solid var(--line);background:radial-gradient(circle at 10% 10%, rgba(110,219,232,.06), transparent 22%),linear-gradient(180deg, rgba(10,10,15,.88), rgba(7,7,11,.98))}
.footer__inner{display:flex;justify-content:space-between;align-items:end;gap:24px}
.footer__logo{width:180px;height:auto;object-fit:contain}
.footer__meta{display:flex;flex-direction:column;gap:12px;align-items:flex-end}
.age-gate{position:fixed;inset:0;z-index:90}
.age-gate__backdrop{position:absolute;inset:0;background:rgba(5,5,9,.76);backdrop-filter:blur(10px)}
.age-gate__dialog{position:relative;width:min(560px, calc(100% - 28px));margin:11vh auto 0;padding:34px;text-align:center;border-radius:28px;border:1px solid rgba(255,255,255,.10);background:radial-gradient(circle at 20% 10%, rgba(110,219,232,.08), transparent 18%),radial-gradient(circle at 85% 12%, rgba(178,49,46,.18), transparent 24%),linear-gradient(180deg, rgba(18,18,27,.98), rgba(10,10,15,.98));box-shadow:var(--shadow)}
.age-gate__logo{width:120px;height:auto;margin:0 auto 16px;object-fit:contain}
.age-gate h2{font-size:38px;margin-bottom:10px}
.age-gate__actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin:24px 0 12px}
@media (max-width:1200px){.product-grid{grid-template-columns:repeat(3, minmax(0,1fr))}.product-page__grid,.story__grid,.editorial__grid,.spotlight__grid{grid-template-columns:1fr}.product-page__info,.cart-page__summary{position:static}}
@media (max-width:920px){.header__inner{grid-template-columns:1fr;padding:18px 0;min-height:auto}.nav__list{justify-content:flex-start;gap:18px;flex-wrap:wrap}.header__actions{justify-content:flex-start}.announcement__inner,.footer__inner,.section-heading{display:block}.announcement__meta{margin-top:6px}.panels__grid,.cart-page__grid,.product-page__details{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2, minmax(0,1fr))}.footer__meta{align-items:flex-start;margin-top:18px}.hero__slide,.hero__content-wrap{min-height:64svh}.hero__overlay{background:linear-gradient(180deg, rgba(8,8,13,.38), rgba(8,8,13,.84)),linear-gradient(90deg, rgba(8,8,13,.18), rgba(8,8,13,.18))}}
@media (max-width:640px){.container{width:min(var(--container), calc(100% - 24px))}.hero__content h1{font-size:clamp(34px, 10vw, 52px);max-width:none}.product-grid{grid-template-columns:1fr}.product-card h3{font-size:18px}.search-form{grid-template-columns:1fr}.cart-page__item{grid-template-columns:90px 1fr}.story,.panels,.products-section,.product-page,.cart-page,.page-wrap,.editorial,.spotlight{padding:56px 0}}


.announcement-rotator{
  position:relative;
  min-height:1.3em;
  display:flex;
  align-items:center;
}
.announcement-rotator__item{
  display:none;
  opacity:0;
  transform:translateY(4px);
  transition:opacity .35s ease, transform .35s ease;
  white-space:nowrap;
}
.announcement-rotator__item.is-active{
  display:inline-block;
  opacity:1;
  transform:translateY(0);
}
@media (max-width: 920px){
  .announcement-rotator__item{
    white-space:normal;
  }
}


/* Mega menu header upgrade */
.nav__item--mega{position:relative}
.nav__link{
  color:rgba(246,241,232,.84);
  font-size:13px;
  font-weight:600;
  letter-spacing:.12em;
  text-transform:uppercase;
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.nav__link::after{
  content:"";
  width:8px;
  height:8px;
  border-right:1.5px solid currentColor;
  border-bottom:1.5px solid currentColor;
  transform:rotate(45deg) translateY(-1px);
  opacity:.8;
}
.icon-btn{
  width:44px;
  height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  color:rgba(246,241,232,.92);
  position:relative;
  transition:all .2s ease;
}
.icon-btn:hover{
  background:rgba(255,255,255,.08);
  color:#fff;
  transform:translateY(-1px);
}
.icon-btn__count{
  position:absolute;
  top:-4px;
  right:-4px;
  min-width:18px;
  height:18px;
  padding:0 5px;
  border-radius:999px;
  background:linear-gradient(180deg,#cb413d,#992826);
  color:#fff;
  font-size:10px;
  font-weight:700;
  display:flex;
  align-items:center;
  justify-content:center;
}
.header__cart{
  overflow:visible;
}
.mega-menu{
  position:absolute;
  top:calc(100% + 18px);
  left:50%;
  transform:translateX(-50%) translateY(8px);
  width:min(1100px, calc(100vw - 48px));
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .22s ease, transform .22s ease, visibility .22s ease;
  z-index:50;
}
.nav__item--mega:hover .mega-menu,
.nav__item--mega:focus-within .mega-menu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateX(-50%) translateY(0);
}
.mega-menu__inner{
  display:grid;
  grid-template-columns:320px 1fr;
  gap:18px;
  padding:20px;
  border-radius:28px;
  border:1px solid var(--line);
  background:
    radial-gradient(circle at 15% 10%, rgba(110,219,232,.08), transparent 20%),
    radial-gradient(circle at 85% 12%, rgba(178,49,46,.12), transparent 24%),
    linear-gradient(180deg, rgba(18,18,27,.98), rgba(10,10,15,.98));
  box-shadow:var(--shadow);
}
.mega-menu__intro{
  padding:18px;
  border-radius:22px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
}
.mega-menu__intro h3{
  font-size:30px;
  margin-bottom:10px;
}
.mega-menu__links{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:14px;
}
.mega-menu__card{
  min-height:128px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:8px;
  padding:18px;
  border-radius:22px;
  border:1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01)),
    radial-gradient(circle at top right, rgba(178,49,46,.16), transparent 30%),
    radial-gradient(circle at left top, rgba(110,219,232,.08), transparent 18%);
  transition:transform .2s ease, border-color .2s ease, background .2s ease;
}
.mega-menu__card:hover{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,.16);
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02)),
    radial-gradient(circle at top right, rgba(178,49,46,.20), transparent 30%),
    radial-gradient(circle at left top, rgba(110,219,232,.12), transparent 18%);
}
.mega-menu__card-title{
  font-family:"Space Grotesk", Arial, sans-serif;
  font-size:22px;
  line-height:1.05;
}
.mega-menu__card-sub{
  color:var(--muted);
  font-size:13px;
  line-height:1.5;
}
@media (max-width: 920px){
  .nav__item--mega{width:100%}
  .mega-menu{
    position:static;
    transform:none;
    width:100%;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    margin-top:14px;
    display:block;
  }
  .mega-menu__inner{
    grid-template-columns:1fr;
  }
  .mega-menu__links{
    grid-template-columns:1fr;
  }
}


/* Mega menu image upgrade */
.mega-menu__card{
  overflow:hidden;
  min-height:0;
  padding:0;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.mega-menu__card-image{
  width:100%;
  aspect-ratio: 16 / 10;
  overflow:hidden;
  border-bottom:1px solid var(--line);
}
.mega-menu__card-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}
.mega-menu__card-content{
  padding:16px 18px 18px;
  display:flex;
  flex-direction:column;
  gap:8px;
}
.header__actions{
  display:flex;
  gap:14px;
  align-items:center;
}
.icon-btn svg{
  display:block;
  width:20px;
  height:20px;
}
.header__cart svg{
  width:21px;
  height:21px;
}
@media (max-width: 920px){
  .mega-menu__card-image{
    aspect-ratio: 16 / 9;
  }
}


/* Final nav + collection banner pass */
.nav__link--plain::after{
  display:none;
}
.icon-btn{
  width:46px;
  height:46px;
  min-width:46px;
  min-height:46px;
  padding:0;
}
.icon-btn svg,
.header__cart svg{
  width:20px !important;
  height:20px !important;
  display:block;
  flex:0 0 20px;
}
.collection-hero-banner{
  padding:18px 0 14px;
}
.collection-hero-banner__frame{
  position:relative;
  min-height:48svh;
  border-radius:32px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:var(--shadow);
  background:#0b0b12;
}
.collection-hero-banner__media{
  position:absolute;
  inset:0;
}
.collection-hero-banner__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.collection-hero-banner__overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(8,8,13,.84) 0%, rgba(8,8,13,.46) 36%, rgba(8,8,13,.28) 60%, rgba(8,8,13,.74) 100%),
    linear-gradient(180deg, rgba(8,8,13,.08), rgba(8,8,13,.58));
}
.collection-hero-banner__content{
  position:relative;
  z-index:2;
  max-width:760px;
  padding:56px;
}
.collection-hero-banner__content h1{
  font-size:clamp(38px, 4.8vw, 76px);
  margin-bottom:14px;
}
.products-section--collection{
  padding-top:28px;
}
@media (max-width: 920px){
  .nav__list{
    gap:18px;
  }
  .collection-hero-banner__frame{
    min-height:38svh;
  }
  .collection-hero-banner__content{
    padding:34px 24px;
  }
}


/* Google reviews badge + home icon */
.header__inner{
  grid-template-columns:auto 1fr auto;
}
.google-badge{
  min-height:54px;
  padding:8px 14px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  border-radius:999px;
  border:1px solid rgba(144,239,53,.20);
  background:rgba(10,10,15,.92);
  box-shadow:0 0 14px rgba(144,239,53,.12), 0 10px 28px rgba(0,0,0,.22);
  color:var(--text);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  white-space:nowrap;
}
.google-badge:hover{
  transform:translateY(-1px);
  border-color:rgba(144,239,53,.30);
  box-shadow:0 0 18px rgba(144,239,53,.16), 0 14px 32px rgba(0,0,0,.24);
}
.google-badge__stars{
  color:#90ef35;
  font-size:12px;
  letter-spacing:.12em;
}
.google-badge__meta{
  display:flex;
  flex-direction:column;
  line-height:1.1;
}
.google-badge__rating{
  font-size:15px;
  font-weight:700;
}
.google-badge__label{
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--muted);
}
.header__actions{
  display:flex;
  gap:12px;
  align-items:center;
}
.icon-btn{
  width:46px;
  height:46px;
  min-width:46px;
  min-height:46px;
  padding:0;
}
.icon-btn svg,
.header__cart svg{
  width:20px !important;
  height:20px !important;
  display:block;
  flex:0 0 20px;
}
@media (max-width: 920px){
  .header__inner{
    grid-template-columns:1fr;
  }
  .google-badge{
    width:max-content;
  }
}


/* Custom Google badge styling */
.google-badge--custom{
  gap:12px;
  padding:8px 16px 8px 10px;
  border-color:rgba(144,239,53,.18);
  background:
    radial-gradient(circle at 10% 20%, rgba(144,239,53,.06), transparent 26%),
    linear-gradient(180deg, rgba(10,10,15,.96), rgba(13,13,20,.92));
}
.google-badge__gmark{
  width:34px;
  height:34px;
  min-width:34px;
  min-height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.06);
  background:rgba(255,255,255,.03);
  box-shadow:0 0 10px rgba(144,239,53,.10);
}
.google-badge__gmark svg{
  display:block;
  width:18px;
  height:18px;
}
.google-badge__topline{
  display:flex;
  align-items:center;
  gap:8px;
}
.google-badge__stars{
  color:#90ef35;
  font-size:11px;
  letter-spacing:.10em;
}
.google-badge__rating{
  font-size:15px;
  font-weight:700;
}
.google-badge__label{
  font-size:10px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--muted);
}


/* Glassmorphism Google badge */
.google-badge--glass{
  gap:12px;
  padding:9px 16px 9px 10px;
  border-color:rgba(144,239,53,.14);
  background:
    linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.04)),
    radial-gradient(circle at 12% 18%, rgba(144,239,53,.08), transparent 24%),
    linear-gradient(180deg, rgba(10,10,15,.78), rgba(13,13,20,.72));
  box-shadow:
    0 0 0 1px rgba(255,255,255,.03) inset,
    0 0 16px rgba(144,239,53,.10),
    0 12px 28px rgba(0,0,0,.22);
  backdrop-filter: blur(14px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
}
.google-badge--glass:hover{
  border-color:rgba(144,239,53,.22);
  box-shadow:
    0 0 0 1px rgba(255,255,255,.04) inset,
    0 0 20px rgba(144,239,53,.14),
    0 14px 32px rgba(0,0,0,.24);
}
.google-badge__gmark{
  width:36px;
  height:36px;
  min-width:36px;
  min-height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.07);
  background:rgba(255,255,255,.04);
  box-shadow:
    0 0 10px rgba(144,239,53,.08),
    0 0 0 1px rgba(255,255,255,.03) inset;
}
.google-badge__gmark svg{
  display:block;
  width:18px;
  height:18px;
}
.google-badge__meta{
  display:flex;
  flex-direction:column;
  line-height:1.05;
  gap:3px;
}
.google-badge__topline{
  display:flex;
  align-items:center;
  gap:8px;
}
.google-badge__rating{
  font-size:15px;
  font-weight:700;
  letter-spacing:.01em;
}
.google-badge__stars{
  color:#90ef35;
  font-size:11px;
  letter-spacing:.10em;
}
.google-badge__label{
  font-size:10px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(245,241,233,.78);
}
.google-badge__count{
  font-size:10px;
  color:var(--muted);
  letter-spacing:.04em;
}


/* Refined Google badge */
.google-badge--glass{
  gap: 10px;
  padding: 10px 18px 10px 12px;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)),
    rgba(10,10,15,0.75);
  border: 1px solid rgba(144,239,53,0.12);
  box-shadow:
    0 0 10px rgba(144,239,53,0.08),
    0 8px 24px rgba(0,0,0,0.25);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.25s ease;
}
.google-badge--glass:hover {
  border-color: rgba(144,239,53,0.18);
  box-shadow:
    0 0 14px rgba(144,239,53,0.12),
    0 10px 28px rgba(0,0,0,0.30);
}
.google-badge__label {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
}
.google-badge__count {
  font-size: 10px;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.45);
}
.google-badge__rating {
  font-size: 14px;
  font-weight: 600;
}
.google-badge__stars {
  font-size: 10px;
  letter-spacing: 0.15em;
  color: #90ef35;
}
.google-badge__meta {
  position: relative;
  padding-left: 12px;
}
.google-badge__meta::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: rgba(255,255,255,0.08);
}

/* Matching luxury label system */
.lux-label{
  display:inline-flex;
  flex-direction:column;
  gap:4px;
  padding:12px 14px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
    rgba(10,10,15,.52);
  box-shadow:
    0 0 0 1px rgba(255,255,255,.02) inset,
    0 10px 24px rgba(0,0,0,.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.lux-label__title{
  font-size:10px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:rgba(245,241,233,.88);
  line-height:1;
}
.lux-label__meta{
  font-size:10px;
  letter-spacing:.12em;
  color:rgba(195,189,175,.70);
  line-height:1.2;
}
.lux-label--hero{
  margin-bottom:16px;
}
.lux-label--pdp{
  margin:8px 0 18px;
  width:max-content;
}
.lux-label--card{
  margin-bottom:14px;
}
.product-card__body .lux-label{
  width:100%;
}
@media (max-width: 640px){
  .lux-label{
    padding:10px 12px;
  }
}


/* === MARTIAN GLOBAL GLOW SYSTEM === */
:root {
  --martian-glow: rgba(144, 239, 53, 0.18);
  --martian-glow-strong: rgba(144, 239, 53, 0.28);
  --martian-border: rgba(144, 239, 53, 0.14);
}

/* Header cohesion */
.header {
  box-shadow: 0 1px 0 rgba(144,239,53,0.06);
}

.nav__link {
  position: relative;
  transition: color 0.2s ease;
}

.nav__link:hover {
  color: #ffffff;
}

.nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background: rgba(144,239,53,0.4);
  opacity: 0;
  transform: scaleX(0.6);
  transition: all 0.25s ease;
}

.nav__link:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.icon-btn {
  border: 1px solid rgba(144,239,53,0.12);
  box-shadow:
    0 0 10px rgba(144,239,53,0.08),
    0 6px 18px rgba(0,0,0,0.2);
  transition: all 0.25s ease;
}

.icon-btn:hover {
  border-color: rgba(144,239,53,0.22);
  box-shadow:
    0 0 18px var(--martian-glow),
    0 8px 22px rgba(0,0,0,0.25);
  transform: translateY(-1px);
}

/* Google badge refinement */
.google-badge--glass {
  border: 1px solid rgba(144,239,53,0.16);
  box-shadow:
    0 0 16px var(--martian-glow),
    0 10px 28px rgba(0,0,0,0.25);
}

.google-badge--glass:hover {
  border-color: rgba(144,239,53,0.24);
  box-shadow:
    0 0 22px var(--martian-glow-strong),
    0 12px 32px rgba(0,0,0,0.30);
}

/* Product cards */
.product-card {
  border: 1px solid rgba(255,255,255,0.06);
  transition: all 0.3s ease;
}

.product-card:hover {
  border-color: var(--martian-border);
  box-shadow:
    0 0 18px var(--martian-glow),
    0 12px 30px rgba(0,0,0,0.35);
  transform: translateY(-4px);
}

.product-card img {
  transition: transform 0.4s ease;
}

.product-card:hover img {
  transform: scale(1.03);
}

/* Collection tiles / panels / mega cards */
.panel,
.mega-menu__card,
.spotlight__media,
.story__art,
.editorial__art,
.product-page__detail-card,
.lux-label {
  transition: all 0.3s ease;
}

.panel:hover,
.mega-menu__card:hover,
.spotlight__media:hover,
.story__art:hover,
.editorial__art:hover {
  box-shadow:
    0 0 20px var(--martian-glow),
    0 14px 34px rgba(0,0,0,0.4);
  transform: translateY(-3px);
}

/* Buttons */
.button,
.btn,
button {
  transition: all 0.25s ease;
}

.button:hover,
.btn:hover,
button:hover {
  box-shadow:
    0 0 20px var(--martian-glow),
    0 8px 20px rgba(0,0,0,0.3);
  transform: translateY(-1px);
}

/* Inputs */
input,
select,
textarea {
  transition: all 0.2s ease;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--martian-border);
  box-shadow:
    0 0 10px rgba(144,239,53,0.12);
  outline: none;
}

/* Generic drawers / modals / dialog surfaces */
.drawer,
.modal,
.age-gate__dialog,
.cart-page__summary,
.product-page__info {
  box-shadow:
    0 0 30px rgba(0,0,0,0.6),
    0 0 20px rgba(144,239,53,0.08);
}

/* Links */
a:hover {
  text-shadow: 0 0 6px rgba(144,239,53,0.3);
}


/* === MARTIAN GLOW V2 + BLENDED HEADER/SITE CHROME === */
:root {
  --martian-glow: rgba(144, 239, 53, 0.26);
  --martian-glow-strong: rgba(144, 239, 53, 0.38);
  --martian-border: rgba(144, 239, 53, 0.22);
}

/* Make the site chrome blend into the page instead of a separate red bar */
.announcement {
  background:
    radial-gradient(circle at 12% 50%, rgba(178,49,46,0.18), transparent 26%),
    radial-gradient(circle at 88% 40%, rgba(144,239,53,0.06), transparent 20%),
    linear-gradient(180deg, rgba(11,11,18,0.92), rgba(11,11,18,0.78));
  border-bottom: 1px solid rgba(255,255,255,0.05);
  box-shadow: 0 1px 0 rgba(144,239,53,0.05);
}

.header {
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  background:
    radial-gradient(circle at 15% 0%, rgba(178,49,46,0.16), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(110,219,232,0.06), transparent 20%),
    linear-gradient(180deg, rgba(9,9,16,0.90), rgba(9,9,16,0.68));
  border-bottom: 1px solid rgba(255,255,255,0.04);
  box-shadow:
    0 1px 0 rgba(144,239,53,0.08),
    0 14px 34px rgba(0,0,0,0.14);
}

/* Smooth the top edge into the hero/content */
.hero {
  padding-top: 10px;
}

/* Stronger badge glow */
.google-badge--glass {
  border: 1px solid rgba(144,239,53,0.22);
  box-shadow:
    0 0 22px var(--martian-glow),
    0 12px 30px rgba(0,0,0,0.28);
}

.google-badge--glass:hover {
  border-color: rgba(144,239,53,0.30);
  box-shadow:
    0 0 30px var(--martian-glow-strong),
    0 14px 34px rgba(0,0,0,0.32);
}

/* Stronger icon glow */
.icon-btn {
  border: 1px solid rgba(144,239,53,0.18);
  box-shadow:
    0 0 16px rgba(144,239,53,0.14),
    0 8px 22px rgba(0,0,0,0.22);
}

.icon-btn:hover {
  border-color: rgba(144,239,53,0.28);
  box-shadow:
    0 0 24px var(--martian-glow-strong),
    0 10px 26px rgba(0,0,0,0.28);
}

/* Menu underline more visible but still clean */
.nav__link::after {
  height: 1px;
  background: rgba(144,239,53,0.62);
  box-shadow: 0 0 10px rgba(144,239,53,0.28);
}

.nav__link:hover {
  text-shadow: 0 0 10px rgba(144,239,53,0.14);
}

/* Product card glow turned up */
.product-card:hover {
  border-color: rgba(144,239,53,0.22);
  box-shadow:
    0 0 26px var(--martian-glow),
    0 14px 36px rgba(0,0,0,0.38);
}

/* Panels + luxury blocks */
.panel:hover,
.mega-menu__card:hover,
.spotlight__media:hover,
.story__art:hover,
.editorial__art:hover {
  box-shadow:
    0 0 28px var(--martian-glow),
    0 16px 38px rgba(0,0,0,0.42);
}

/* Buttons slightly brighter */
.button:hover,
.btn:hover,
button:hover {
  box-shadow:
    0 0 24px var(--martian-glow),
    0 10px 24px rgba(0,0,0,0.32);
}

/* Inputs/focus */
input:focus,
select:focus,
textarea:focus {
  border-color: rgba(144,239,53,0.24);
  box-shadow:
    0 0 14px rgba(144,239,53,0.18);
}

/* Dialog/card surfaces */
.drawer,
.modal,
.age-gate__dialog,
.cart-page__summary,
.product-page__info {
  box-shadow:
    0 0 34px rgba(0,0,0,0.62),
    0 0 24px rgba(144,239,53,0.12);
}
.footer__logo {
  width: 80px;
  height: auto;
  opacity: 0.85;
  filter: saturate(0.9);
}.slideshow__slide img,
.banner__media img {
  object-fit: contain !important;
  width: 100%;
  height: auto;
  background: black;
}
.banner::after,
.slideshow__overlay {
  opacity: 0 !important;
  background: transparent !important;
}
.banner__media img {
  filter: none !important;
  image-rendering: -webkit-optimize-contrast;
}
.banner {
  background: radial-gradient(
    circle at center,
    rgba(120,0,0,0.25),
    rgba(0,0,0,0.85)
  );
}
/* HERO IMAGE CINEMATIC ZOOM */
.slideshow__slide img,
.banner__media img {
  transform: scale(1.02);
  transition: transform 8s ease-out;
}

.slideshow__slide.is-active img {
  transform: scale(1.08);
}
/* FAKE PARALLAX DEPTH */
.banner__media {
  transform: translateZ(0);
  will-change: transform;
}

@media (min-width: 990px) {
  .banner__media img {
    transform: scale(1.05);
  }
}
/* MARTIAN GLOW AMBIENCE */
.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 50% 80%,
    rgba(144,239,53,0.12),
    transparent 60%
  );
  pointer-events: none;
}
/* HERO TEXT FADE-IN */
.banner__content {
  opacity: 0;
  transform: translateY(20px);
  animation: heroFade 1.2s ease forwards;
  animation-delay: 0.4s;
}

@keyframes heroFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* PREMIUM BUTTON GLOW */
.banner__buttons a {
  transition: all 0.3s ease;
}

.banner__buttons a:hover {
  box-shadow:
    0 0 12px rgba(144,239,53,0.25),
    0 0 24px rgba(144,239,53,0.15);
  transform: translateY(-2px);
}
.banner__media img {
  transition: transform 0.2s ease-out;
}

.banner:hover .banner__media img {
  transform: scale(1.06) translateY(-6px);
}
.banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at center,
    rgba(255,255,255,0.06),
    transparent 60%
  );
  pointer-events: none;
}
.banner__heading {
  letter-spacing: 0.02em;
  transition: all 0.3s ease;
}

.banner__heading:hover {
  text-shadow: 0 0 12px rgba(144,239,53,0.25);
  .banner__media img {
  object-fit: contain !important;
  width: 100%;
  height: auto;
  filter: none !important;
}


*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:
radial-gradient(circle at 12% 14%, rgba(110,219,232,.08), transparent 24%),
radial-gradient(circle at 84% 18%, rgba(178,49,46,.18), transparent 28%),
radial-gradient(circle at 50% 85%, rgba(128,52,255,.08), transparent 32%),
linear-gradient(180deg,#07070c 0%,#0b0b12 45%,#12131b 100%);
color:var(--text);font-family:Inter,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
h1,h2,h3,h4{margin:0 0 .8rem;font-family:"Space Grotesk",Arial,sans-serif;letter-spacing:-.03em;line-height:1.02}
p{margin:0 0 1rem}
.container{width:min(var(--container), calc(100% - 40px));margin:0 auto}
.eyebrow{display:inline-block;margin-bottom:16px;color:var(--cyan);font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}
.muted{color:var(--muted);line-height:1.75}
.chip{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 14px;border-radius:999px;border:1px solid rgba(144,239,53,.22);background:rgba(144,239,53,.08);color:#efffdc;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.chip--dark{background:rgba(255,255,255,.03);color:var(--muted);border-color:var(--line)}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border-radius:999px;border:1px solid var(--line);font-size:13px;font-weight:700;letter-spacing:.10em;text-transform:uppercase;transition:all .2s ease}
.button:hover{transform:translateY(-1px)}
.button--primary{background:linear-gradient(180deg,#cb413d,#992826);color:#fff;box-shadow:0 14px 34px rgba(178,49,46,.25)}
.button--secondary{background:rgba(255,255,255,.04);color:var(--text)}
.announcement{background:linear-gradient(90deg, rgba(178,49,46,.95), rgba(129,25,22,.93));color:#fffaf3;border-bottom:1px solid rgba(255,255,255,.08)}
.announcement__inner{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:18px;font-size:13px}
.announcement__meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.header{position:sticky;top:0;z-index:40;backdrop-filter:blur(18px);background:linear-gradient(180deg, rgba(11,11,18,.90), rgba(11,11,18,.66));border-bottom:1px solid rgba(255,255,255,.05)}
.header__inner{min-height:94px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px}
.header__logo img{width:clamp(130px,12vw,210px);height:auto;object-fit:contain;filter:drop-shadow(0 20px 30px rgba(0,0,0,.36))}
.nav__list{list-style:none;margin:0;padding:0;display:flex;justify-content:center;gap:32px}
.nav__list a,.header__actions a{color:rgba(246,241,232,.84);font-size:13px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}
.nav__list a:hover,.header__actions a:hover{color:#fff}
.header__actions{display:flex;gap:16px;align-items:center}
.header__cart{min-height:44px;padding:0 16px;display:inline-flex;align-items:center;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.03)}
.hero{padding:18px 0 28px}
.hero__slide{position:relative;display:none;min-height:74svh;border-radius:32px;overflow:hidden;border:1px solid rgba(255,255,255,.08);box-shadow:var(--shadow);background:#0b0b12}
.hero__slide.is-active{display:block}
.hero__media{position:absolute;inset:0}
.hero__media img{width:100%;height:100%;object-fit:cover;object-position:center center}
.hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg, rgba(8,8,13,.88) 0%, rgba(8,8,13,.46) 38%, rgba(8,8,13,.22) 58%, rgba(8,8,13,.70) 100%),linear-gradient(180deg, rgba(8,8,13,.08), rgba(8,8,13,.60))}
.hero__content-wrap{position:relative;z-index:2;min-height:74svh;display:flex;align-items:center}
.hero__content{max-width:640px;padding:60px 0}
.hero__content h1{font-size:clamp(40px,5.2vw,84px);max-width:12ch}
.hero__text{max-width:52ch;color:var(--muted);line-height:1.75;margin-top:18px}
.hero__actions{margin-top:28px;display:flex;gap:14px;flex-wrap:wrap}
.hero__controls{margin-top:16px;display:flex;align-items:center;justify-content:flex-end;gap:12px}
.hero__control,.hero__dot{border:none;cursor:pointer}
.hero__control{width:42px;height:42px;border-radius:999px;background:rgba(255,255,255,.06);color:#fff;border:1px solid var(--line)}
.hero__dots{display:flex;gap:8px}
.hero__dot{width:10px;height:10px;border-radius:999px;background:rgba(255,255,255,.24)}
.hero__dot.is-active{background:var(--green)}
.story,.panels,.products-section,.product-page,.cart-page,.page-wrap,.editorial,.spotlight{padding:74px 0}
.story__grid,.editorial__grid,.spotlight__grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:28px;align-items:center}
.story__copy{padding:22px 6px}
.story__copy h2,.section-heading h2,.collection-hero h1,.product-page__info h1,.page-wrap h1,.cart-page h1,.editorial__copy h2,.spotlight__copy h3{font-size:clamp(32px,3.4vw,58px)}
.story__chips,.spotlight__chips{margin-top:24px;display:flex;gap:10px;flex-wrap:wrap}
.story__art,.editorial__art,.spotlight__media{border-radius:28px;overflow:hidden;border:1px solid var(--line);background:linear-gradient(180deg, rgba(18,18,27,.94), rgba(10,10,15,.94));box-shadow:var(--shadow)}
.story__art img,.editorial__art img,.spotlight__media img{width:100%;height:100%;object-fit:cover;object-position:center}
.section-heading{display:flex;justify-content:space-between;align-items:end;gap:22px;margin-bottom:28px}
.section-heading__link{color:var(--muted);font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.panels__grid{display:grid;grid-template-columns:repeat(2, minmax(0,1fr));gap:22px}
.panel{border-radius:26px;overflow:hidden;border:1px solid var(--line);background:linear-gradient(180deg, rgba(18,18,27,.94), rgba(10,10,15,.94));box-shadow:var(--shadow)}
.panel__image{aspect-ratio:16 / 10;overflow:hidden}
.panel__image img{width:100%;height:100%;object-fit:cover;object-position:center}
.panel__content{padding:22px}
.panel__content h3{font-size:28px;margin-bottom:8px}
.panel__content p{color:var(--muted);line-height:1.7}
.product-grid{display:grid;grid-template-columns:repeat(4, minmax(0,1fr));gap:22px}
.product-card{overflow:hidden;border-radius:24px;border:1px solid var(--line);background:linear-gradient(180deg, rgba(18,18,27,.96), rgba(10,10,15,.96));box-shadow:var(--shadow)}
.product-card__media{display:block;aspect-ratio:1 / 1;background:radial-gradient(circle at 20% 18%, rgba(110,219,232,.08), transparent 20%),linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0))}
.product-card__media img{width:100%;height:100%;object-fit:cover;object-position:center}
.product-card__body{padding:18px}
.product-card__top{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:10px}
.product-card__brand{color:var(--cyan);font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}
.product-card__price{font-weight:700}
.product-card h3{font-size:20px;margin:0}
.product-card h3 a:hover{color:var(--green)}
.product-page__grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);gap:34px}
.product-page__media-wrap{align-self:start}
.product-page__info{position:sticky;top:120px;align-self:start;padding:30px;border-radius:28px;border:1px solid var(--line);background:linear-gradient(180deg, rgba(18,18,27,.96), rgba(10,10,15,.96));box-shadow:var(--shadow)}
.product-page__price{font-size:28px;font-weight:700;margin:10px 0 0}
.product-page__chips{margin:18px 0 20px;display:flex;flex-wrap:wrap;gap:10px}
.product-page__intro{padding:18px 0 6px}
.field{display:block;margin-bottom:14px}
.field span{display:block;margin-bottom:8px;font-size:12px;color:var(--muted);font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.field input,.field select,.search-form input{width:100%;min-height:52px;padding:0 14px;border-radius:14px;border:1px solid var(--line);background:rgba(255,255,255,.03);color:var(--text)}
.product-page__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.product-page__details{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:24px}
.product-page__detail-card{padding:18px;border-radius:20px;background:rgba(255,255,255,.03);border:1px solid var(--line)}
.product-page__detail-card h4{font-size:18px;margin-bottom:8px}
.product-page__desc{margin-top:24px;padding-top:22px;border-top:1px solid var(--line)}
.pdp-gallery__main{position:relative;border-radius:28px;overflow:hidden;border:1px solid var(--line);background:linear-gradient(180deg, rgba(18,18,27,.96), rgba(10,10,15,.96));box-shadow:var(--shadow)}
.pdp-gallery__slide{display:none}
.pdp-gallery__slide.is-active{display:block}
.pdp-gallery__slide img{width:100%;height:auto;display:block;aspect-ratio:1 / 1;object-fit:cover}
.pdp-gallery__thumbs{display:flex;gap:12px;flex-wrap:wrap;margin-top:14px}
.pdp-gallery__thumb{padding:0;border:none;background:none;cursor:pointer;border-radius:14px;overflow:hidden;opacity:.62}
.pdp-gallery__thumb.is-active{opacity:1;outline:1px solid rgba(255,255,255,.18)}
.pdp-gallery__thumb img{width:88px;height:88px;object-fit:cover;display:block}
.cart-page__grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px}
.cart-page__items,.cart-page__summary,.box-pad,.empty-box{border-radius:28px;border:1px solid var(--line);background:linear-gradient(180deg, rgba(18,18,27,.96), rgba(10,10,15,.96));box-shadow:var(--shadow)}
.cart-page__items{padding:16px}
.cart-page__item{display:grid;grid-template-columns:120px 1fr;gap:18px;padding:14px 6px;border-bottom:1px solid var(--line)}
.cart-page__item:last-child{border-bottom:none}
.cart-page__item-media img{width:100%;border-radius:14px;aspect-ratio:1 / 1;object-fit:cover}
.cart-page__item-info a{display:block;font-weight:700;margin-bottom:10px}
.cart-page__summary{padding:24px;position:sticky;top:120px;align-self:start}
.cart-page__subtotal{display:flex;justify-content:space-between;gap:12px;margin:20px 0 10px;font-size:24px}
.cart-page__summary .button{width:100%;margin-top:10px}
.search-form{display:grid;grid-template-columns:1fr auto;gap:12px;margin:0 0 28px}
.box-pad,.empty-box{padding:36px}
.footer{padding:52px 0;border-top:1px solid var(--line);background:radial-gradient(circle at 10% 10%, rgba(110,219,232,.06), transparent 22%),linear-gradient(180deg, rgba(10,10,15,.88), rgba(7,7,11,.98))}
.footer__inner{display:flex;justify-content:space-between;align-items:end;gap:24px}
.footer__logo{width:180px;height:auto;object-fit:contain}
.footer__meta{display:flex;flex-direction:column;gap:12px;align-items:flex-end}
.age-gate{position:fixed;inset:0;z-index:90}
.age-gate__backdrop{position:absolute;inset:0;background:rgba(5,5,9,.76);backdrop-filter:blur(10px)}
.age-gate__dialog{position:relative;width:min(560px, calc(100% - 28px));margin:11vh auto 0;padding:34px;text-align:center;border-radius:28px;border:1px solid rgba(255,255,255,.10);background:radial-gradient(circle at 20% 10%, rgba(110,219,232,.08), transparent 18%),radial-gradient(circle at 85% 12%, rgba(178,49,46,.18), transparent 24%),linear-gradient(180deg, rgba(18,18,27,.98), rgba(10,10,15,.98));box-shadow:var(--shadow)}
.age-gate__logo{width:120px;height:auto;margin:0 auto 16px;object-fit:contain}
.age-gate h2{font-size:38px;margin-bottom:10px}
.age-gate__actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin:24px 0 12px}
@media (max-width:1200px){.product-grid{grid-template-columns:repeat(3, minmax(0,1fr))}.product-page__grid,.story__grid,.editorial__grid,.spotlight__grid{grid-template-columns:1fr}.product-page__info,.cart-page__summary{position:static}}
@media (max-width:920px){.header__inner{grid-template-columns:1fr;padding:18px 0;min-height:auto}.nav__list{justify-content:flex-start;gap:18px;flex-wrap:wrap}.header__actions{justify-content:flex-start}.announcement__inner,.footer__inner,.section-heading{display:block}.announcement__meta{margin-top:6px}.panels__grid,.cart-page__grid,.product-page__details{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2, minmax(0,1fr))}.footer__meta{align-items:flex-start;margin-top:18px}.hero__slide,.hero__content-wrap{min-height:64svh}.hero__overlay{background:linear-gradient(180deg, rgba(8,8,13,.38), rgba(8,8,13,.84)),linear-gradient(90deg, rgba(8,8,13,.18), rgba(8,8,13,.18))}}
@media (max-width:640px){.container{width:min(var(--container), calc(100% - 24px))}.hero__content h1{font-size:clamp(34px, 10vw, 52px);max-width:none}.product-grid{grid-template-columns:1fr}.product-card h3{font-size:18px}.search-form{grid-template-columns:1fr}.cart-page__item{grid-template-columns:90px 1fr}.story,.panels,.products-section,.product-page,.cart-page,.page-wrap,.editorial,.spotlight{padding:56px 0}}


.announcement-rotator{
  position:relative;
  min-height:1.3em;
  display:flex;
  align-items:center;
}
.announcement-rotator__item{
  display:none;
  opacity:0;
  transform:translateY(4px);
  transition:opacity .35s ease, transform .35s ease;
  white-space:nowrap;
}
.announcement-rotator__item.is-active{
  display:inline-block;
  opacity:1;
  transform:translateY(0);
}
@media (max-width: 920px){
  .announcement-rotator__item{
    white-space:normal;
  }
}


/* Mega menu header upgrade */
.nav__item--mega{position:relative}
.nav__link{
  color:rgba(246,241,232,.84);
  font-size:13px;
  font-weight:600;
  letter-spacing:.12em;
  text-transform:uppercase;
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.nav__link::after{
  content:"";
  width:8px;
  height:8px;
  border-right:1.5px solid currentColor;
  border-bottom:1.5px solid currentColor;
  transform:rotate(45deg) translateY(-1px);
  opacity:.8;
}
.icon-btn{
  width:44px;
  height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  color:rgba(246,241,232,.92);
  position:relative;
  transition:all .2s ease;
}
.icon-btn:hover{
  background:rgba(255,255,255,.08);
  color:#fff;
  transform:translateY(-1px);
}
.icon-btn__count{
  position:absolute;
  top:-4px;
  right:-4px;
  min-width:18px;
  height:18px;
  padding:0 5px;
  border-radius:999px;
  background:linear-gradient(180deg,#cb413d,#992826);
  color:#fff;
  font-size:10px;
  font-weight:700;
  display:flex;
  align-items:center;
  justify-content:center;
}
.header__cart{
  overflow:visible;
}
.mega-menu{
  position:absolute;
  top:calc(100% + 18px);
  left:50%;
  transform:translateX(-50%) translateY(8px);
  width:min(1100px, calc(100vw - 48px));
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .22s ease, transform .22s ease, visibility .22s ease;
  z-index:50;
}
.nav__item--mega:hover .mega-menu,
.nav__item--mega:focus-within .mega-menu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateX(-50%) translateY(0);
}
.mega-menu__inner{
  display:grid;
  grid-template-columns:320px 1fr;
  gap:18px;
  padding:20px;
  border-radius:28px;
  border:1px solid var(--line);
  background:
    radial-gradient(circle at 15% 10%, rgba(110,219,232,.08), transparent 20%),
    radial-gradient(circle at 85% 12%, rgba(178,49,46,.12), transparent 24%),
    linear-gradient(180deg, rgba(18,18,27,.98), rgba(10,10,15,.98));
  box-shadow:var(--shadow);
}
.mega-menu__intro{
  padding:18px;
  border-radius:22px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
}
.mega-menu__intro h3{
  font-size:30px;
  margin-bottom:10px;
}
.mega-menu__links{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:14px;
}
.mega-menu__card{
  min-height:128px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:8px;
  padding:18px;
  border-radius:22px;
  border:1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01)),
    radial-gradient(circle at top right, rgba(178,49,46,.16), transparent 30%),
    radial-gradient(circle at left top, rgba(110,219,232,.08), transparent 18%);
  transition:transform .2s ease, border-color .2s ease, background .2s ease;
}
.mega-menu__card:hover{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,.16);
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02)),
    radial-gradient(circle at top right, rgba(178,49,46,.20), transparent 30%),
    radial-gradient(circle at left top, rgba(110,219,232,.12), transparent 18%);
}
.mega-menu__card-title{
  font-family:"Space Grotesk", Arial, sans-serif;
  font-size:22px;
  line-height:1.05;
}
.mega-menu__card-sub{
  color:var(--muted);
  font-size:13px;
  line-height:1.5;
}
@media (max-width: 920px){
  .nav__item--mega{width:100%}
  .mega-menu{
    position:static;
    transform:none;
    width:100%;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    margin-top:14px;
    display:block;
  }
  .mega-menu__inner{
    grid-template-columns:1fr;
  }
  .mega-menu__links{
    grid-template-columns:1fr;
  }
}


/* Mega menu image upgrade */
.mega-menu__card{
  overflow:hidden;
  min-height:0;
  padding:0;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.mega-menu__card-image{
  width:100%;
  aspect-ratio: 16 / 10;
  overflow:hidden;
  border-bottom:1px solid var(--line);
}
.mega-menu__card-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}
.mega-menu__card-content{
  padding:16px 18px 18px;
  display:flex;
  flex-direction:column;
  gap:8px;
}
.header__actions{
  display:flex;
  gap:14px;
  align-items:center;
}
.icon-btn svg{
  display:block;
  width:20px;
  height:20px;
}
.header__cart svg{
  width:21px;
  height:21px;
}
@media (max-width: 920px){
  .mega-menu__card-image{
    aspect-ratio: 16 / 9;
  }
}


/* Final nav + collection banner pass */
.nav__link--plain::after{
  display:none;
}
.icon-btn{
  width:46px;
  height:46px;
  min-width:46px;
  min-height:46px;
  padding:0;
}
.icon-btn svg,
.header__cart svg{
  width:20px !important;
  height:20px !important;
  display:block;
  flex:0 0 20px;
}
.collection-hero-banner{
  padding:18px 0 14px;
}
.collection-hero-banner__frame{
  position:relative;
  min-height:48svh;
  border-radius:32px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:var(--shadow);
  background:#0b0b12;
}
.collection-hero-banner__media{
  position:absolute;
  inset:0;
}
.collection-hero-banner__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.collection-hero-banner__overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(8,8,13,.84) 0%, rgba(8,8,13,.46) 36%, rgba(8,8,13,.28) 60%, rgba(8,8,13,.74) 100%),
    linear-gradient(180deg, rgba(8,8,13,.08), rgba(8,8,13,.58));
}
.collection-hero-banner__content{
  position:relative;
  z-index:2;
  max-width:760px;
  padding:56px;
}
.collection-hero-banner__content h1{
  font-size:clamp(38px, 4.8vw, 76px);
  margin-bottom:14px;
}
.products-section--collection{
  padding-top:28px;
}
@media (max-width: 920px){
  .nav__list{
    gap:18px;
  }
  .collection-hero-banner__frame{
    min-height:38svh;
  }
  .collection-hero-banner__content{
    padding:34px 24px;
  }
}


/* Google reviews badge + home icon */
.header__inner{
  grid-template-columns:auto 1fr auto;
}
.google-badge{
  min-height:54px;
  padding:8px 14px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  border-radius:999px;
  border:1px solid rgba(144,239,53,.20);
  background:rgba(10,10,15,.92);
  box-shadow:0 0 14px rgba(144,239,53,.12), 0 10px 28px rgba(0,0,0,.22);
  color:var(--text);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  white-space:nowrap;
}
.google-badge:hover{
  transform:translateY(-1px);
  border-color:rgba(144,239,53,.30);
  box-shadow:0 0 18px rgba(144,239,53,.16), 0 14px 32px rgba(0,0,0,.24);
}
.google-badge__stars{
  color:#90ef35;
  font-size:12px;
  letter-spacing:.12em;
}
.google-badge__meta{
  display:flex;
  flex-direction:column;
  line-height:1.1;
}
.google-badge__rating{
  font-size:15px;
  font-weight:700;
}
.google-badge__label{
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--muted);
}
.header__actions{
  display:flex;
  gap:12px;
  align-items:center;
}
.icon-btn{
  width:46px;
  height:46px;
  min-width:46px;
  min-height:46px;
  padding:0;
}
.icon-btn svg,
.header__cart svg{
  width:20px !important;
  height:20px !important;
  display:block;
  flex:0 0 20px;
}
@media (max-width: 920px){
  .header__inner{
    grid-template-columns:1fr;
  }
  .google-badge{
    width:max-content;
  }
}


/* Custom Google badge styling */
.google-badge--custom{
  gap:12px;
  padding:8px 16px 8px 10px;
  border-color:rgba(144,239,53,.18);
  background:
    radial-gradient(circle at 10% 20%, rgba(144,239,53,.06), transparent 26%),
    linear-gradient(180deg, rgba(10,10,15,.96), rgba(13,13,20,.92));
}
.google-badge__gmark{
  width:34px;
  height:34px;
  min-width:34px;
  min-height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.06);
  background:rgba(255,255,255,.03);
  box-shadow:0 0 10px rgba(144,239,53,.10);
}
.google-badge__gmark svg{
  display:block;
  width:18px;
  height:18px;
}
.google-badge__topline{
  display:flex;
  align-items:center;
  gap:8px;
}
.google-badge__stars{
  color:#90ef35;
  font-size:11px;
  letter-spacing:.10em;
}
.google-badge__rating{
  font-size:15px;
  font-weight:700;
}
.google-badge__label{
  font-size:10px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--muted);
}


/* Glassmorphism Google badge */
.google-badge--glass{
  gap:12px;
  padding:9px 16px 9px 10px;
  border-color:rgba(144,239,53,.14);
  background:
    linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.04)),
    radial-gradient(circle at 12% 18%, rgba(144,239,53,.08), transparent 24%),
    linear-gradient(180deg, rgba(10,10,15,.78), rgba(13,13,20,.72));
  box-shadow:
    0 0 0 1px rgba(255,255,255,.03) inset,
    0 0 16px rgba(144,239,53,.10),
    0 12px 28px rgba(0,0,0,.22);
  backdrop-filter: blur(14px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
}
.google-badge--glass:hover{
  border-color:rgba(144,239,53,.22);
  box-shadow:
    0 0 0 1px rgba(255,255,255,.04) inset,
    0 0 20px rgba(144,239,53,.14),
    0 14px 32px rgba(0,0,0,.24);
}
.google-badge__gmark{
  width:36px;
  height:36px;
  min-width:36px;
  min-height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.07);
  background:rgba(255,255,255,.04);
  box-shadow:
    0 0 10px rgba(144,239,53,.08),
    0 0 0 1px rgba(255,255,255,.03) inset;
}
.google-badge__gmark svg{
  display:block;
  width:18px;
  height:18px;
}
.google-badge__meta{
  display:flex;
  flex-direction:column;
  line-height:1.05;
  gap:3px;
}
.google-badge__topline{
  display:flex;
  align-items:center;
  gap:8px;
}
.google-badge__rating{
  font-size:15px;
  font-weight:700;
  letter-spacing:.01em;
}
.google-badge__stars{
  color:#90ef35;
  font-size:11px;
  letter-spacing:.10em;
}
.google-badge__label{
  font-size:10px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(245,241,233,.78);
}
.google-badge__count{
  font-size:10px;
  color:var(--muted);
  letter-spacing:.04em;
}


/* Refined Google badge */
.google-badge--glass{
  gap: 10px;
  padding: 10px 18px 10px 12px;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)),
    rgba(10,10,15,0.75);
  border: 1px solid rgba(144,239,53,0.12);
  box-shadow:
    0 0 10px rgba(144,239,53,0.08),
    0 8px 24px rgba(0,0,0,0.25);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.25s ease;
}
.google-badge--glass:hover {
  border-color: rgba(144,239,53,0.18);
  box-shadow:
    0 0 14px rgba(144,239,53,0.12),
    0 10px 28px rgba(0,0,0,0.30);
}
.google-badge__label {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
}
.google-badge__count {
  font-size: 10px;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.45);
}
.google-badge__rating {
  font-size: 14px;
  font-weight: 600;
}
.google-badge__stars {
  font-size: 10px;
  letter-spacing: 0.15em;
  color: #90ef35;
}
.google-badge__meta {
  position: relative;
  padding-left: 12px;
}
.google-badge__meta::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: rgba(255,255,255,0.08);
}

/* Matching luxury label system */
.lux-label{
  display:inline-flex;
  flex-direction:column;
  gap:4px;
  padding:12px 14px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
    rgba(10,10,15,.52);
  box-shadow:
    0 0 0 1px rgba(255,255,255,.02) inset,
    0 10px 24px rgba(0,0,0,.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.lux-label__title{
  font-size:10px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:rgba(245,241,233,.88);
  line-height:1;
}
.lux-label__meta{
  font-size:10px;
  letter-spacing:.12em;
  color:rgba(195,189,175,.70);
  line-height:1.2;
}
.lux-label--hero{
  margin-bottom:16px;
}
.lux-label--pdp{
  margin:8px 0 18px;
  width:max-content;
}
.lux-label--card{
  margin-bottom:14px;
}
.product-card__body .lux-label{
  width:100%;
}
@media (max-width: 640px){
  .lux-label{
    padding:10px 12px;
  }
}


/* === MARTIAN GLOBAL GLOW SYSTEM === */
:root {
  --martian-glow: rgba(144, 239, 53, 0.18);
  --martian-glow-strong: rgba(144, 239, 53, 0.28);
  --martian-border: rgba(144, 239, 53, 0.14);
}

/* Header cohesion */
.header {
  box-shadow: 0 1px 0 rgba(144,239,53,0.06);
}

.nav__link {
  position: relative;
  transition: color 0.2s ease;
}

.nav__link:hover {
  color: #ffffff;
}

.nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background: rgba(144,239,53,0.4);
  opacity: 0;
  transform: scaleX(0.6);
  transition: all 0.25s ease;
}

.nav__link:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.icon-btn {
  border: 1px solid rgba(144,239,53,0.12);
  box-shadow:
    0 0 10px rgba(144,239,53,0.08),
    0 6px 18px rgba(0,0,0,0.2);
  transition: all 0.25s ease;
}

.icon-btn:hover {
  border-color: rgba(144,239,53,0.22);
  box-shadow:
    0 0 18px var(--martian-glow),
    0 8px 22px rgba(0,0,0,0.25);
  transform: translateY(-1px);
}

/* Google badge refinement */
.google-badge--glass {
  border: 1px solid rgba(144,239,53,0.16);
  box-shadow:
    0 0 16px var(--martian-glow),
    0 10px 28px rgba(0,0,0,0.25);
}

.google-badge--glass:hover {
  border-color: rgba(144,239,53,0.24);
  box-shadow:
    0 0 22px var(--martian-glow-strong),
    0 12px 32px rgba(0,0,0,0.30);
}

/* Product cards */
.product-card {
  border: 1px solid rgba(255,255,255,0.06);
  transition: all 0.3s ease;
}

.product-card:hover {
  border-color: var(--martian-border);
  box-shadow:
    0 0 18px var(--martian-glow),
    0 12px 30px rgba(0,0,0,0.35);
  transform: translateY(-4px);
}

.product-card img {
  transition: transform 0.4s ease;
}

.product-card:hover img {
  transform: scale(1.03);
}

/* Collection tiles / panels / mega cards */
.panel,
.mega-menu__card,
.spotlight__media,
.story__art,
.editorial__art,
.product-page__detail-card,
.lux-label {
  transition: all 0.3s ease;
}

.panel:hover,
.mega-menu__card:hover,
.spotlight__media:hover,
.story__art:hover,
.editorial__art:hover {
  box-shadow:
    0 0 20px var(--martian-glow),
    0 14px 34px rgba(0,0,0,0.4);
  transform: translateY(-3px);
}

/* Buttons */
.button,
.btn,
button {
  transition: all 0.25s ease;
}

.button:hover,
.btn:hover,
button:hover {
  box-shadow:
    0 0 20px var(--martian-glow),
    0 8px 20px rgba(0,0,0,0.3);
  transform: translateY(-1px);
}

/* Inputs */
input,
select,
textarea {
  transition: all 0.2s ease;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--martian-border);
  box-shadow:
    0 0 10px rgba(144,239,53,0.12);
  outline: none;
}

/* Generic drawers / modals / dialog surfaces */
.drawer,
.modal,
.age-gate__dialog,
.cart-page__summary,
.product-page__info {
  box-shadow:
    0 0 30px rgba(0,0,0,0.6),
    0 0 20px rgba(144,239,53,0.08);
}

/* Links */
a:hover {
  text-shadow: 0 0 6px rgba(144,239,53,0.3);
}


/* === MARTIAN GLOW V2 + BLENDED HEADER/SITE CHROME === */
:root {
  --martian-glow: rgba(144, 239, 53, 0.26);
  --martian-glow-strong: rgba(144, 239, 53, 0.38);
  --martian-border: rgba(144, 239, 53, 0.22);
}

/* Make the site chrome blend into the page instead of a separate red bar */
.announcement {
  background:
    radial-gradient(circle at 12% 50%, rgba(178,49,46,0.18), transparent 26%),
    radial-gradient(circle at 88% 40%, rgba(144,239,53,0.06), transparent 20%),
    linear-gradient(180deg, rgba(11,11,18,0.92), rgba(11,11,18,0.78));
  border-bottom: 1px solid rgba(255,255,255,0.05);
  box-shadow: 0 1px 0 rgba(144,239,53,0.05);
}

.header {
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  background:
    radial-gradient(circle at 15% 0%, rgba(178,49,46,0.16), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(110,219,232,0.06), transparent 20%),
    linear-gradient(180deg, rgba(9,9,16,0.90), rgba(9,9,16,0.68));
  border-bottom: 1px solid rgba(255,255,255,0.04);
  box-shadow:
    0 1px 0 rgba(144,239,53,0.08),
    0 14px 34px rgba(0,0,0,0.14);
}

/* Smooth the top edge into the hero/content */
.hero {
  padding-top: 10px;
}

/* Stronger badge glow */
.google-badge--glass {
  border: 1px solid rgba(144,239,53,0.22);
  box-shadow:
    0 0 22px var(--martian-glow),
    0 12px 30px rgba(0,0,0,0.28);
}

.google-badge--glass:hover {
  border-color: rgba(144,239,53,0.30);
  box-shadow:
    0 0 30px var(--martian-glow-strong),
    0 14px 34px rgba(0,0,0,0.32);
}

/* Stronger icon glow */
.icon-btn {
  border: 1px solid rgba(144,239,53,0.18);
  box-shadow:
    0 0 16px rgba(144,239,53,0.14),
    0 8px 22px rgba(0,0,0,0.22);
}

.icon-btn:hover {
  border-color: rgba(144,239,53,0.28);
  box-shadow:
    0 0 24px var(--martian-glow-strong),
    0 10px 26px rgba(0,0,0,0.28);
}

/* Menu underline more visible but still clean */
.nav__link::after {
  height: 1px;
  background: rgba(144,239,53,0.62);
  box-shadow: 0 0 10px rgba(144,239,53,0.28);
}

.nav__link:hover {
  text-shadow: 0 0 10px rgba(144,239,53,0.14);
}

/* Product card glow turned up */
.product-card:hover {
  border-color: rgba(144,239,53,0.22);
  box-shadow:
    0 0 26px var(--martian-glow),
    0 14px 36px rgba(0,0,0,0.38);
}

/* Panels + luxury blocks */
.panel:hover,
.mega-menu__card:hover,
.spotlight__media:hover,
.story__art:hover,
.editorial__art:hover {
  box-shadow:
    0 0 28px var(--martian-glow),
    0 16px 38px rgba(0,0,0,0.42);
}

/* Buttons slightly brighter */
.button:hover,
.btn:hover,
button:hover {
  box-shadow:
    0 0 24px var(--martian-glow),
    0 10px 24px rgba(0,0,0,0.32);
}

/* Inputs/focus */
input:focus,
select:focus,
textarea:focus {
  border-color: rgba(144,239,53,0.24);
  box-shadow:
    0 0 14px rgba(144,239,53,0.18);
}

/* Dialog/card surfaces */
.drawer,
.modal,
.age-gate__dialog,
.cart-page__summary,
.product-page__info {
  box-shadow:
    0 0 34px rgba(0,0,0,0.62),
    0 0 24px rgba(144,239,53,0.12);
}
.footer__logo {
  width: 80px;
  height: auto;
  opacity: 0.85;
  filter: saturate(0.9);
}.slideshow__slide img,
.banner__media img {
  object-fit: contain !important;
  width: 100%;
  height: auto;
  background: black;
}
.banner::after,
.slideshow__overlay {
  opacity: 0 !important;
  background: transparent !important;
}
.banner__media img {
  filter: none !important;
  image-rendering: -webkit-optimize-contrast;
}
.banner {
  background: radial-gradient(
    circle at center,
    rgba(120,0,0,0.25),
    rgba(0,0,0,0.85)
  );
}
/* HERO IMAGE CINEMATIC ZOOM */
.slideshow__slide img,
.banner__media img {
  transform: scale(1.02);
  transition: transform 8s ease-out;
}

.slideshow__slide.is-active img {
  transform: scale(1.08);
}
/* FAKE PARALLAX DEPTH */
.banner__media {
  transform: translateZ(0);
  will-change: transform;
}

@media (min-width: 990px) {
  .banner__media img {
    transform: scale(1.05);
  }
}
/* MARTIAN GLOW AMBIENCE */
.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 50% 80%,
    rgba(144,239,53,0.12),
    transparent 60%
  );
  pointer-events: none;
}
/* HERO TEXT FADE-IN */
.banner__content {
  opacity: 0;
  transform: translateY(20px);
  animation: heroFade 1.2s ease forwards;
  animation-delay: 0.4s;
}

@keyframes heroFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* PREMIUM BUTTON GLOW */
.banner__buttons a {
  transition: all 0.3s ease;
}

.banner__buttons a:hover {
  box-shadow:
    0 0 12px rgba(144,239,53,0.25),
    0 0 24px rgba(144,239,53,0.15);
  transform: translateY(-2px);
}
.banner__media img {
  transition: transform 0.2s ease-out;
}

.banner:hover .banner__media img {
  transform: scale(1.06) translateY(-6px);
}
.banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at center,
    rgba(255,255,255,0.06),
    transparent 60%
  );
  pointer-events: none;
}
.banner__heading {
  letter-spacing: 0.02em;
  transition: all 0.3s ease;
}

.banner__heading {
  letter-spacing: 0.02em;
  transition: all 0.3s ease;
}

.banner__heading:hover {
  text-shadow: 0 0 12px rgba(144,239,53,0.25);
}

/* FIXED HERO IMAGE HANDLING */
.banner__media img {
  object-fit: contain !important;
  width: 100%;
  height: auto;
  filter: none !important;
}
/* ============================= */
/* HERO IMAGE — FINAL FIX */
/* ============================= */

/* Kill forced cropping */
.hero__media img,
.slideshow__slide img,
.banner__media img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #0b0b12;
}

/* Let hero resize naturally instead of forcing zoom */
.hero__media,
.banner__media,
.slideshow__slide {
  height: auto !important;
}

/* Remove dark overlay that creates "grey film" */
.hero__overlay,
.banner::after,
.slideshow__overlay {
  background: transparent !important;
  opacity: 0 !important;
}

/* Prevent Shopify compression blur */
.hero__media img,
.banner__media img {
  image-rendering: auto;
  filter: none !important;
}

/* Optional: give breathing room so image doesn't feel cramped */
.hero__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}/* ============================= */
/* LUXURY HERO STRUCTURE */
/* ============================= */

.hero__slide,
.banner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 78vh;
}

/* Keep image crisp and centered */
.hero__media img,
.banner__media img {
  object-fit: contain !important;
  width: 100%;
  height: auto;
  max-height: 85vh;
}

/* Remove ALL overlays (important) */
.hero__overlay,
.banner::after,
.slideshow__overlay {
  display: none !important;
}/* ============================= */
/* LUXURY HEADER */
/* ============================= */

.header {
  background: transparent !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

.header__inner {
  min-height: 80px;
}

.nav__list {
  gap: 40px;
}

.nav__list a {
  opacity: 0.75;
  letter-spacing: 0.14em;
}

.nav__list a:hover {
  opacity: 1;
}.button--primary {
  background: linear-gradient(180deg, #ff3a3a, #8f1f1f);
  box-shadow: 0 0 18px rgba(255,50,50,0.25);
}

.button--secondary {
  border: 1px solid rgba(144,239,53,0.25);
  box-shadow: 0 0 12px rgba(144,239,53,0.15);
}
