/*
Theme Name: H • SHAWTEN Astra Child (AllSaints Dark)
Theme URI: https://hshawten.com/
Description: Minimal dark editorial homepage for WooCommerce (Astra child theme). Built for fast migration: all homepage content is configurable in Customizer.
Author: H • SHAWTEN
Template: astra
Version: 1.2.1
Text Domain: vurzen-astra-child
*/

/* ---------- Global / Brand ---------- */
:root{
  --vz-bg: #000;
  --vz-fg: #fff;
  --vz-muted: rgba(255,255,255,.72);
  --vz-dim: rgba(255,255,255,.55);
  --vz-line: rgba(255,255,255,.18);
  --vz-overlay: rgba(0,0,0,.35);
  --vz-overlay-strong: rgba(0,0,0,.55);
  --vz-max: 1180px;
}

/* Shop and category archives now act like brand product-list pages. */
body.post-type-archive-product ul.products li.product-category,
body.tax-product_cat ul.products li.product-category{
  display:none !important;
}
body.post-type-archive-product ul.products li.product:not(.product-category),
body.tax-product_cat ul.products li.product:not(.product-category),
body.vz-product-cat-has-children ul.products li.product:not(.product-category){
  display:block !important;
}
body.post-type-archive-product .woocommerce-result-count,
body.post-type-archive-product .woocommerce-ordering,
body.tax-product_cat .woocommerce-result-count,
body.tax-product_cat .woocommerce-ordering,
body.post-type-archive-product nav.woocommerce-pagination,
body.tax-product_cat nav.woocommerce-pagination{
  display:block !important;
}
body.post-type-archive-product .woocommerce-products-header,
body.tax-product_cat .woocommerce-products-header{
  max-width:1440px;
  margin:0 auto;
  padding:34px 24px 20px;
}
body.post-type-archive-product .woocommerce-products-header__title,
body.post-type-archive-product .page-title,
body.tax-product_cat .woocommerce-products-header__title,
body.tax-product_cat .page-title{
  font-size:clamp(34px, 4.6vw, 72px);
  font-weight:400;
  line-height:1;
  letter-spacing:0;
  margin:0 0 28px;
}
body.post-type-archive-product ul.products,
body.tax-product_cat ul.products{
  max-width:1440px;
  margin:0 auto 88px !important;
  padding:0 24px !important;
  display:grid !important;
  grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
  gap:1px !important;
  border-top:0 !important;
}
body.post-type-archive-product ul.products:empty,
body.tax-product_cat ul.products:empty{
  display:none !important;
}
body.tax-product_cat ul.products:not(.vz-parent-products){
  display:none !important;
}
body.post-type-archive-product ul.products li.product:not(.product-category),
body.tax-product_cat ul.products li.product:not(.product-category){
  width:auto !important;
  float:none !important;
  clear:none !important;
  margin:0 !important;
  padding:0 0 26px !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
}
body.post-type-archive-product ul.products li.product img,
body.tax-product_cat ul.products li.product img{
  width:100% !important;
  aspect-ratio:3 / 4;
  object-fit:cover;
  filter:grayscale(.08) brightness(.92) contrast(1.02);
}
body.post-type-archive-product ul.products li.product .astra-shop-summary-wrap,
body.tax-product_cat ul.products li.product .astra-shop-summary-wrap{
  padding:12px 0 0 !important;
}
body.post-type-archive-product ul.products li.product .ast-woo-product-category,
body.tax-product_cat ul.products li.product .ast-woo-product-category,
body.post-type-archive-product ul.products li.product .ast-on-card-button,
body.tax-product_cat ul.products li.product .ast-on-card-button,
body.post-type-archive-product ul.products li.product .button,
body.tax-product_cat ul.products li.product .button{
  display:none !important;
}
body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title{
  color:var(--vz-fg) !important;
  font-size:12px !important;
  font-weight:400 !important;
  line-height:1.45;
  letter-spacing:0 !important;
  text-transform:none;
  padding:0 !important;
  margin:0 0 6px !important;
}
body.post-type-archive-product ul.products li.product .price,
body.tax-product_cat ul.products li.product .price{
  color:rgba(244,240,232,.68) !important;
  font-size:12px !important;
  font-weight:400;
}
body.post-type-archive-product nav.woocommerce-pagination,
body.tax-product_cat nav.woocommerce-pagination{
  max-width:1440px;
  margin:0 auto 96px !important;
  padding:0 24px !important;
  color:var(--vz-fg);
}
body.post-type-archive-product nav.woocommerce-pagination ul,
body.tax-product_cat nav.woocommerce-pagination ul{
  border:0 !important;
  display:flex;
  justify-content:center;
  gap:10px;
  margin:0 !important;
}
body.post-type-archive-product nav.woocommerce-pagination ul li,
body.tax-product_cat nav.woocommerce-pagination ul li{
  border:0 !important;
}
body.post-type-archive-product nav.woocommerce-pagination a,
body.post-type-archive-product nav.woocommerce-pagination span,
body.tax-product_cat nav.woocommerce-pagination a,
body.tax-product_cat nav.woocommerce-pagination span{
  min-width:36px;
  height:36px;
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  color:rgba(244,240,232,.72) !important;
  background:transparent !important;
  border:1px solid rgba(244,240,232,.22) !important;
  font-size:11px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
body.post-type-archive-product nav.woocommerce-pagination span.current,
body.tax-product_cat nav.woocommerce-pagination span.current,
body.post-type-archive-product nav.woocommerce-pagination a:hover,
body.tax-product_cat nav.woocommerce-pagination a:hover{
  color:var(--vz-fg) !important;
  border-color:rgba(244,240,232,.72) !important;
}
@media (max-width: 1024px){
  body.post-type-archive-product ul.products,
  body.tax-product_cat ul.products{
    grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 768px){
  body.post-type-archive-product ul.products,
  body.tax-product_cat ul.products{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    padding:0 14px !important;
  }
}

body{
  background: var(--vz-bg);
  color: var(--vz-fg);
}

a{ color: var(--vz-fg); }
a:hover{ opacity: .9; }

/* Keep Astra header, but make it more "brand" */
.site-header{
  background: rgba(0,0,0,.55) !important;
  backdrop-filter: blur(10px);
}
.site-header a,
.site-header .main-header-menu a{
  color: var(--vz-fg) !important;
}
.main-header-menu a{
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
}
.main-header-menu a:hover{ opacity: .85; }

/* ---------- Front page layout ---------- */
.vz-wrap{
  max-width: var(--vz-max);
  margin: 0 auto;
  padding: 0 20px;
}

.vz-section{
  padding: 70px 0;
}

.vz-kicker{
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--vz-dim);
  margin: 0 0 10px 0;
}

.vz-h2{
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.05;
  margin: 0 0 26px 0;
  letter-spacing: .01em;
}

/* ---------- HERO ---------- */
.vz-hero{
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  background: #000;
}

.vz-hero-media{
  position: absolute;
  inset: 0;
}

.vz-hero video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* AllSaints A1 vibe: force cinematic B/W (auto) */
  filter: grayscale(1) contrast(1.10) brightness(.86);
}

.vz-hero-slides{
  position:absolute;
  inset:0;
  background:#000;
}

.vz-hero-slide{
  position:absolute;
  inset:0;
  background-position:center;
  background-size:cover;
  opacity:0;
  transition: opacity 1s ease;
  /* Same B/W treatment for image slides */
  filter: grayscale(1) contrast(1.10) brightness(.86);
}

.vz-hero-overlay{
  position:absolute;
  inset:0;
  background: var(--vz-overlay);
}

.vz-hero-content{
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
}

.vz-hero-inner{
  width: 100%;
  padding: 90px 0 70px 0;
}

.vz-hero-headline{
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.02;
  margin: 0 0 12px 0;
  letter-spacing: .01em;
}

.vz-hero-sub{
  color: var(--vz-muted);
  font-size: clamp(14px, 1.5vw, 18px);
  margin: 0 0 22px 0;
  max-width: 560px;
}

.vz-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border: 1px solid var(--vz-line);
  color: var(--vz-fg);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  background: transparent;
  text-decoration: none;
}
.vz-btn:hover{ background: rgba(255,255,255,.06); }

/* ---------- Category tiles ---------- */
.vz-tiles{
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 14px;
}
@media (max-width: 980px){
  .vz-tiles{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 520px){
  .vz-tiles{ grid-template-columns: 1fr; }
}

.vz-tile{
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #111;
  border: 1px solid rgba(255,255,255,.06);
}
.vz-tile::before{
  content:"";
  position:absolute;
  inset:0;
  background: var(--vz-overlay-strong);
  opacity: .0;
  transition: opacity .25s ease;
}
.vz-tile:hover::before{ opacity: .22; }

.vz-tile img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
  transform: scale(1.02);
  transition: transform .6s ease;
}
.vz-tile:hover img{ transform: scale(1.06); }

.vz-tile-label{
  position:absolute;
  left: 16px;
  bottom: 16px;
  right: 16px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
  z-index: 2;
}

.vz-tile-title{
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--vz-fg);
  margin:0;
}

.vz-tile-arrow{
  width: 32px;
  height: 32px;
  border: 1px solid var(--vz-line);
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius: 999px;
  font-size: 14px;
  color: var(--vz-fg);
}

/* ---------- Editorial strip ---------- */
.vz-editorial{
  display:grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 26px;
  align-items: center;
}
@media (max-width: 980px){
  .vz-editorial{ grid-template-columns: 1fr; }
}

.vz-editorial-figure{
  aspect-ratio: 16/10;
  background:#111;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.06);
}
.vz-editorial-figure img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
  transform: scale(1.02);
}

/* ---------- Lookbook marquee (auto-scrolling) ---------- */
.vz-marquee{
  width:100%;
  height:100%;
}
.vz-marquee-track{
  height:100%;
  display:flex;
  width:200%;
  animation: vzMarqueeScroll var(--vz-marquee-duration, 38s) linear infinite;
}
.vz-marquee-group{
  display:flex;
  flex: 0 0 50%;
  height:100%;
}
.vz-marquee-item{
  height:100%;
  flex: 0 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 0 22px;
}
.vz-marquee-item img{
  height:100%;
  width:auto;
  max-width:none;
  object-fit: cover;
  display:block;
}
/* Pause on hover (desktop) */
.vz-editorial-figure:hover .vz-marquee-track{
  animation-play-state: paused;
}

@keyframes vzMarqueeScroll{
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce){
  .vz-marquee-track{ animation: none; transform: translateX(0); }
}

.vz-editorial-copy p{
  color: var(--vz-muted);
  margin: 0 0 18px 0;
  font-size: 15px;
  line-height: 1.7;
}

/* ---------- Woo product sections ---------- */
.vz-products .woocommerce ul.products{
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
}
@media (max-width: 980px){
  .vz-products .woocommerce ul.products{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
@media (max-width: 520px){
  .vz-products .woocommerce ul.products{ grid-template-columns: 1fr !important; }
}
.vz-products .woocommerce ul.products li.product{
  background: transparent !important;
  border: 1px solid rgba(255,255,255,.06) !important;
  padding: 12px !important;
}
.vz-products .woocommerce ul.products li.product .woocommerce-loop-product__title,
.vz-products .woocommerce ul.products li.product .price{
  color: var(--vz-fg) !important;
}
.vz-products .woocommerce ul.products li.product a.button{
  background: transparent !important;
  color: var(--vz-fg) !important;
  border: 1px solid var(--vz-line) !important;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px;
}

/* Footer */
.site-footer{
  background:#000 !important;
  color: var(--vz-muted) !important;
  border-top: 1px solid rgba(255,255,255,.08);
}


/* ========== VZ Header (AllSaints-inspired) ========== */
:root{
  --vz-bg: #050505;
  --vz-fg: #f2f2f2;
  --vz-muted: rgba(242,242,242,.72);
  --vz-line: rgba(242,242,242,.18);
}

body{
  background: var(--vz-bg);
  color: var(--vz-fg);
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  letter-spacing: .2px;
}

.vz-header{
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 9999;
  background: rgba(0,0,0,.74);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--vz-line);
}
.vz-header__inner{
  max-width: 1320px;
  margin: 0 auto;
  padding: 18px 22px;
  display: grid;
  grid-template-columns: 120px auto 120px;
  align-items: center;
  gap: 16px;
}
.vz-header__left{ justify-self:start; }
.vz-header__logo{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--vz-fg);
}
.vz-logo-link{ display:inline-flex; align-items:center; line-height:1; text-decoration:none; }
.vz-header__logo img,
.vz-logo-img{ height:36px; max-height:36px; width:auto; display:block; filter:none; }
.vz-text-logo{
  color: var(--vz-fg);
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.vz-wordmark{ font-weight: 700; letter-spacing: .32em; font-size: 14px; }

.vz-header__nav{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  white-space: nowrap;
}
.vz-header__link{
  color: var(--vz-muted);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .18em;
  padding: 8px 4px;
  border-bottom: 1px solid transparent;
  transition: color .15s ease, border-color .15s ease;
}
.vz-header__link:hover{
  color: var(--vz-fg);
  border-color: rgba(242,242,242,.35);
}

.vz-mega{
  position:absolute;
  left:0;
  right:0;
  top:100%;
  z-index:9998;
  background:rgba(0,0,0,.96);
  border-top:1px solid rgba(242,242,242,.08);
  border-bottom:1px solid rgba(242,242,242,.14);
  opacity:0;
  visibility:hidden;
  transform:translateY(-8px);
  transition:opacity .18s ease, transform .18s ease, visibility .18s ease;
  pointer-events:none;
}
.vz-header:hover .vz-mega,
.vz-mega:hover{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
  pointer-events:auto;
}
.vz-mega__inner{
  max-width:1180px;
  margin:0 auto;
  padding:34px 24px 42px;
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:54px;
}
.vz-mega__col h2{
  margin:0 0 18px;
  color:#fff;
  font-size:11px;
  line-height:1;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:600;
}
.vz-mega__col a{
  display:block;
  width:max-content;
  max-width:100%;
  margin:0 0 12px;
  color:rgba(242,242,242,.72);
  text-decoration:none;
  font-size:12px;
  line-height:1.2;
  letter-spacing:0;
}
.vz-mega__col a:hover{
  color:#fff;
}

.vz-header__right{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}
.vz-icon{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--vz-line);
  border-radius: 999px;
  text-decoration: none;
  color: var(--vz-fg);
  font-size: 14px;
  line-height: 1;
  opacity: .92;
}
.vz-icon:hover{ opacity: 1; border-color: rgba(242,242,242,.35); }
.vz-cart-count{
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #fff;
  color: #000;
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

@media (max-width: 1024px){
  .vz-header__inner{ grid-template-columns: 1fr auto; }
  .vz-header__nav{ display:none; }
  .vz-mega{ display:none; }
}

/* Make Astra containers blend into dark */
.site-content, .ast-container, .content-area{ background: transparent !important; }
a{ color: inherit; }


/* ========== Mobile PRO Patch (AllSaints-like on phones) ========== */
@media (max-width: 768px){
  /* Give space for fixed VZ header */
  body{ padding-top: 72px !important; }

  /* Hero should feel cinematic but not eat the whole screen */
  .vz-hero{ min-height: 78vh; }
  .vz-hero-content{ min-height: 78vh; }
  .vz-hero video{ object-position: center 22%; }
  .vz-hero-inner{ padding: 64px 0 44px 0; }

  /* AllSaints mobile typography: smaller, tighter, more breathing room */
  .vz-hero-headline{ font-size: clamp(28px, 7vw, 44px); letter-spacing: .005em; }
  .vz-hero-sub{ font-size: 14px; line-height: 1.55; max-width: 34ch; }
  .vz-btn{ padding: 12px 18px; font-size: 11px; letter-spacing: .16em; }

  /* Sections: bigger brand-like spacing without feeling long */
  .vz-section{ padding: 54px 0; }

  /* Tiles: keep premium look, reduce chrome */
  .vz-tiles{ gap: 12px; }
  .vz-tile-label{ left: 14px; right: 14px; bottom: 14px; }
  .vz-tile-arrow{ width: 30px; height: 30px; }
}

@media (max-width: 480px){
  body{ padding-top: 68px !important; }
  .vz-hero{ min-height: 74vh; }
  .vz-hero-content{ min-height: 74vh; }
  .vz-hero video{ object-position: center 18%; }
  .vz-hero-inner{ padding: 58px 0 38px 0; }

  .vz-wrap{ padding: 0 16px; }
  .vz-hero-headline{ font-size: 30px; }
  .vz-hero-sub{ max-width: 32ch; }

  .vz-section{ padding: 48px 0; }
}


/* --- V105 Mobile Typography Revert (v103 feel) --- */
@media (max-width: 768px){
  .vz-hero-headline{
    font-size: clamp(34px, 5vw, 64px);
    letter-spacing: .01em;
  }
  .vz-hero-sub{
    font-size: clamp(14px, 1.5vw, 18px);
    line-height: 1.5;
    max-width: 560px;
  }
  .vz-btn{
    padding: 14px 22px;
    font-size: 12px;
    letter-spacing: .14em;
  }
}
@media (max-width: 480px){
  .vz-hero-headline{ font-size: 34px; }
}

/* ---------- Lookbook scrollstrip (scroll-driven) ---------- */
.vz-scrollstrip{
  width:100%;
  height:100%;
  overflow:hidden;
}
.vz-scrollstrip-track{
  height:100%;
  display:flex;
  gap: 44px;
  align-items:center;
  transform: translate3d(0,0,0);
  will-change: transform;
}
.vz-scrollstrip-item{ height:100%; flex:0 0 auto; display:flex; align-items:center; justify-content:center; }
.vz-scrollstrip-item img{ height:100%; width:auto; max-width:none; object-fit:cover; display:block; }

/* ---------- New Collection (Auto-scrolling strip, v108 behavior) ---------- */
.vz-collection{width:100%; background:#fff; padding:56px 0 44px; overflow:hidden;}
.vz-collection__kicker{max-width:1200px; margin:0 auto 20px; padding:0 24px; font-size:12px; letter-spacing:.14em; text-transform:uppercase; color:#111;}

.vz-strip{width:100%; overflow:hidden;}
.vz-strip__track{display:flex; gap:22px; align-items:flex-end;}
.vz-strip__row{display:flex; gap:28px; align-items:flex-end; animation:vzStrip 36s linear infinite;}
.vz-strip:hover .vz-strip__row{animation-play-state:paused;}
@keyframes vzStrip{from{transform:translateX(0)} to{transform:translateX(-100%)}}

.vz-strip__item{position:relative; display:block; text-decoration:none; color:inherit;}
.vz-strip__img{width:220px; height:520px; display:flex; align-items:flex-end; justify-content:center;}
.vz-strip__img img{max-height:520px; width:auto; display:block; transition:opacity .2s ease;}
.vz-strip__item:hover .vz-strip__img img{opacity:.28;}

.vz-strip__card{position:absolute; left:50%; top:58%; transform:translate(-50%,-50%) scale(.985);
  width:290px; background:#fff; border:1px solid rgba(0,0,0,.12); box-shadow:0 10px 32px rgba(0,0,0,.16);
  padding:14px 14px 12px; opacity:0; pointer-events:none; transition:opacity .18s ease, transform .18s ease;}
.vz-strip__item:hover .vz-strip__card{opacity:1; transform:translate(-50%,-50%) scale(1); pointer-events:auto;}
.vz-strip__badge{display:inline-block; font-size:11px; letter-spacing:.08em; border:1px solid #111; padding:4px 8px; margin-bottom:10px; text-transform:uppercase;}
.vz-strip__title{font-size:13px; line-height:1.35; margin-bottom:8px; text-transform:uppercase; letter-spacing:.04em;}
.vz-strip__price{font-size:14px; margin-bottom:10px;}
.vz-strip__cta{display:inline-block; border:1px solid #111; padding:8px 12px; font-size:12px; letter-spacing:.10em; text-transform:uppercase;}

@media (max-width: 1024px){
  .vz-collection{ padding:44px 0 34px; }
  .vz-strip__track{ gap: 20px; }
  .vz-strip__row{ gap: 24px; }
  .vz-strip__img{ width:190px; height:460px; }
  .vz-strip__img img{ max-height:460px; }
}
@media (max-width: 768px){
  .vz-collection{ padding:34px 0 26px; }
  .vz-collection__kicker{ padding:0 18px; }
  .vz-strip__track{ gap: 16px; }
  .vz-strip__row{ gap: 18px; animation-duration: 30s; }
  .vz-strip__img{ width:150px; height:360px; }
  .vz-strip__img img{ max-height:360px; }
  .vz-strip__card{ width:240px; }
}

/* ---------- Full-bleed helpers (v113+) ---------- */
.vz-fullbleed{
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* Lookbook variants base */
.vz-lookbook{ background:#000; }
.vz-lookbook a{ color:#fff; text-decoration:none; }

/* ---------- Lookbook Variant A: Editorial (AllSaints-like) ---------- */
.vz-lookbook--editorial{ padding: 70px 0; }
.vz-lb-hero{
  position: relative;
  background:#111;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.vz-lb-hero-media{ aspect-ratio: 16/8; overflow:hidden; }
.vz-lb-hero-media img{ width:100%; height:100%; object-fit:cover; display:block; filter: contrast(1.05) brightness(.92); }
.vz-lb-hero-overlay{ position:absolute; inset:0; background: linear-gradient(to top, rgba(0,0,0,.55), rgba(0,0,0,.06) 55%, rgba(0,0,0,.10)); }
.vz-lb-hero-copy{ position:absolute; left:0; right:0; bottom:0; padding: 36px 24px; }
.vz-lb-hero-copy .vz-wrap{ padding:0 0; }
.vz-lb-hero-title{ font-size: clamp(26px, 3.2vw, 44px); margin: 0 0 14px; letter-spacing: .01em; }

.vz-lb-2up{ display:grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 22px 24px 0; }
.vz-lb-card{ position:relative; background:#111; overflow:hidden; border:1px solid rgba(255,255,255,.06); }
.vz-lb-card::after{ content:""; position:absolute; inset:0; background:rgba(0,0,0,.18); opacity:0; transition:opacity .25s ease; }
.vz-lb-card:hover::after{ opacity:1; }
.vz-lb-card img{ width:100%; height:100%; object-fit:cover; display:block; aspect-ratio: 16/12; transform: scale(1.02); transition: transform .6s ease; }
.vz-lb-card:hover img{ transform: scale(1.06); }
.vz-lb-card-label{ position:absolute; left:18px; bottom:18px; right:18px; z-index:2; display:flex; align-items:center; justify-content:space-between; gap:12px; }
.vz-lb-card-title{ font-size: 12px; letter-spacing:.14em; text-transform:uppercase; margin:0; }
.vz-lb-card-arrow{ width:34px; height:34px; border:1px solid rgba(255,255,255,.22); border-radius:999px; display:flex; align-items:center; justify-content:center; }

@media (max-width: 980px){
  .vz-lb-hero-media{ aspect-ratio: 16/10; }
  .vz-lb-2up{ grid-template-columns: 1fr; }
}

/* ---------- Lookbook Variant B: 2-up Grid (navigation tiles) ---------- */
.vz-lookbook--grid{ padding: 18px 0 72px; }
.vz-lb-section-kicker{ width:min(100% - 48px, 1840px); margin:0 auto 64px; padding:0; color:var(--vz-dim); font-size:11px; line-height:1; letter-spacing:.24em; text-transform:uppercase; }
.vz-lb-grid{ display:grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; padding: 0; border-top:1px solid rgba(244,240,232,.12); border-bottom:1px solid rgba(244,240,232,.18); }
.vz-lb-tile{ position:relative; display:block; min-height: clamp(620px, 52vw, 850px); overflow:hidden; border:0; border-right:1px solid rgba(244,240,232,.26); background:#080808; isolation:isolate; }
.vz-lb-tile:last-child{ border-right:0; }
.vz-lb-tile img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center center; display:block; aspect-ratio:auto; transform:scale(1.005); transition:transform 1s cubic-bezier(.19,1,.22,1), filter .7s ease, opacity .7s ease; }
.vz-lb-grid:hover .vz-lb-tile:not(:hover) img{ opacity:.58; filter:brightness(.58) contrast(1.08) grayscale(.14); }
.vz-lb-grid:hover .vz-lb-tile:not(:hover)::before{ background:linear-gradient(to top, rgba(0,0,0,.88), rgba(0,0,0,.36) 52%, rgba(0,0,0,.30)); }
.vz-lb-tile:hover img{ transform:scale(1.045); opacity:1; filter:brightness(1.05) contrast(1.05) grayscale(.04); }
.vz-lb-tile::before{ content:""; position:absolute; inset:0; z-index:1; background:linear-gradient(to top, rgba(0,0,0,.72), rgba(0,0,0,.18) 46%, rgba(0,0,0,.08)); transition:background .55s ease, opacity .55s ease; }
.vz-lb-tile::after{ content:""; position:absolute; left:0; right:0; bottom:0; z-index:1; height:44%; background:linear-gradient(to top, rgba(0,0,0,.38), rgba(0,0,0,0)); opacity:.72; transition:opacity .55s ease; }
.vz-lb-tile:hover::before{ background:linear-gradient(to top, rgba(0,0,0,.64), rgba(0,0,0,.12) 50%, rgba(0,0,0,.10)); }
.vz-lb-tile:hover::after{ opacity:1; }
.vz-lb-tile-copy{ position:absolute; left: clamp(26px, 2.55vw, 44px); right: clamp(22px, 2.4vw, 38px); bottom: clamp(44px, 5vw, 88px); z-index:2; transform:translateY(0); transition:transform .55s cubic-bezier(.19,1,.22,1); }
.vz-lb-tile:hover .vz-lb-tile-copy{ transform:translateY(-12px); }
.vz-lb-tile-kicker{ font-size:clamp(11px, .82vw, 16px); line-height:1.2; letter-spacing:.18em; text-transform:uppercase; color:rgba(244,240,232,.78); margin:0 0 clamp(18px, 1.5vw, 26px); }
.vz-lb-tile-title{ font-family: Georgia, "Times New Roman", serif; font-size:clamp(27px, 1.9vw, 38px); font-weight:400; line-height:1.16; letter-spacing:0; margin:0 0 clamp(34px, 3vw, 54px); color:var(--vz-fg); max-width:11.5em; }

.vz-lb-tile-copy{
  bottom:clamp(44px, 5vw, 88px);
  left:clamp(26px, 2.55vw, 44px);
  right:clamp(22px, 2.4vw, 38px);
}
.vz-lb-tile-kicker{
  font-size:clamp(11px, .82vw, 16px);
  letter-spacing:.18em;
  color:rgba(244,240,232,.78);
  margin-bottom:clamp(18px, 1.5vw, 26px);
}
.vz-lb-tile-title{
  font-family:Georgia, "Times New Roman", serif;
  font-size:clamp(27px, 1.9vw, 38px);
  font-weight:400;
  line-height:1.16;
  letter-spacing:0;
  margin-bottom:clamp(34px, 3vw, 54px);
  color:var(--vz-fg);
}
.vz-lb-tile .vz-btn{
  position:relative;
  padding:0 0 18px;
  border:0;
  border-bottom:1px solid rgba(244,240,232,.46);
  background:transparent;
  font-size:clamp(10px, .78vw, 14px);
  line-height:1;
  letter-spacing:.24em;
  transition:border-color .35s ease, color .35s ease;
}
.vz-lb-tile .vz-btn::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-1px;
  width:0;
  height:1px;
  background:var(--vz-fg);
  transition:width .48s cubic-bezier(.19,1,.22,1);
}
.vz-lb-tile:hover .vz-btn{
  border-color:rgba(244,240,232,.18);
}
.vz-lb-tile:hover .vz-btn::after{
  width:100%;
}

@media (max-width: 980px){
  .vz-lb-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vz-lb-tile{ min-height:620px; }
  .vz-lb-tile:nth-child(2n){ border-right:0; }
}

@media (max-width: 640px){
  .vz-lookbook--grid{ padding:18px 0 58px; }
  .vz-lb-section-kicker{ width:calc(100% - 36px); margin-bottom:34px; }
  .vz-lb-grid{ grid-template-columns:1fr; }
  .vz-lb-tile{ min-height:74vh; border-right:0; border-bottom:1px solid rgba(244,240,232,.36); }
.vz-lb-tile:last-child{ border-bottom:0; }
}

/* ---------- Collections Gateway ---------- */
body.vz-collections-route .site-content,
body.vz-collections-route .ast-container,
body.vz-collections-route .content-area,
body.vz-collections-route #primary{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
}
body.vz-collections-route .site-content{
  display:block !important;
  background:#030303 !important;
}
.vz-collections-page{
  background:#030303;
  min-height:100vh;
  width:100vw;
  max-width:100vw;
  margin:0;
}
.vz-collections-hero{
  padding:clamp(72px, 7.5vw, 116px) 24px clamp(44px, 4.8vw, 70px);
  text-align:center;
}
.vz-collections-title{
  margin:0;
  color:var(--vz-fg);
  font-family:Georgia, "Times New Roman", serif;
  font-size:clamp(28px, 2.35vw, 46px);
  font-weight:400;
  line-height:1;
  letter-spacing:.30em;
  text-transform:uppercase;
}
.vz-collections-grid{
  display:grid;
  grid-template-columns:repeat(5, minmax(0, 1fr));
  gap:0;
  width:100vw;
  max-width:100vw;
  padding:0 0 86px;
}
.vz-collection-card{
  position:relative;
  min-height:clamp(640px, 58vw, 880px);
  overflow:hidden;
  background:#080808;
  border:1px solid rgba(244,240,232,.10);
  border-left:0;
  color:var(--vz-fg);
  text-decoration:none;
  isolation:isolate;
}
.vz-collection-card:first-child{
  border-left:1px solid rgba(244,240,232,.10);
}
.vz-collection-card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
  transform:scale(1.01);
  transition:transform 1.1s cubic-bezier(.19,1,.22,1), opacity .7s ease, filter .7s ease;
}
.vz-collection-card__shade{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(to top, rgba(0,0,0,.78), rgba(0,0,0,.18) 48%, rgba(0,0,0,.20)),
    linear-gradient(to right, rgba(0,0,0,.18), rgba(0,0,0,0) 32%, rgba(0,0,0,.12));
  transition:background .55s ease;
}
.vz-collections-grid:hover .vz-collection-card:not(:hover) img{
  opacity:.56;
  filter:brightness(.58) contrast(1.08) grayscale(.16);
}
.vz-collections-grid:hover .vz-collection-card:not(:hover) .vz-collection-card__shade{
  background:
    linear-gradient(to top, rgba(0,0,0,.90), rgba(0,0,0,.38) 52%, rgba(0,0,0,.32)),
    linear-gradient(to right, rgba(0,0,0,.24), rgba(0,0,0,.08) 34%, rgba(0,0,0,.22));
}
.vz-collection-card__copy{
  position:absolute;
  left:clamp(18px, 1.55vw, 30px);
  right:clamp(16px, 1.25vw, 24px);
  bottom:clamp(32px, 4vw, 58px);
  z-index:2;
  display:grid;
  gap:16px;
  transform:translateY(0);
  transition:transform .55s cubic-bezier(.19,1,.22,1);
}
.vz-collection-card__title{
  color:var(--vz-fg);
  font-family:Georgia, "Times New Roman", serif;
  font-size:clamp(24px, 1.55vw, 32px);
  font-weight:400;
  line-height:1;
  letter-spacing:.18em;
  text-transform:uppercase;
  white-space:nowrap;
}
.vz-collection-card__rule{
  width:82px;
  height:1px;
  background:rgba(244,240,232,.36);
}
.vz-collection-card__cta{
  color:var(--vz-fg);
  font-size:11px;
  line-height:1;
  letter-spacing:.24em;
  text-transform:uppercase;
}
.vz-collection-card__cta::after{
  content:"";
  display:inline-block;
  width:28px;
  height:1px;
  margin-left:18px;
  vertical-align:middle;
  background:rgba(244,240,232,.62);
  transition:width .45s cubic-bezier(.19,1,.22,1), background .35s ease;
}
.vz-collection-card:hover img{
  transform:scale(1.045);
  opacity:1;
  filter:brightness(1.06) contrast(1.05) grayscale(.04);
}
.vz-collection-card:hover .vz-collection-card__shade{
  background:
    linear-gradient(to top, rgba(0,0,0,.66), rgba(0,0,0,.12) 52%, rgba(0,0,0,.16)),
    linear-gradient(to right, rgba(0,0,0,.12), rgba(0,0,0,0) 32%, rgba(0,0,0,.08));
}
.vz-collection-card:hover .vz-collection-card__copy{
  transform:translateY(-10px);
}
.vz-collection-card:hover .vz-collection-card__cta::after{
  width:46px;
  background:var(--vz-fg);
}

@media (max-width: 1180px){
  .vz-collections-grid{ grid-template-columns:repeat(2, minmax(0, 1fr)); padding-inline:0; }
  .vz-collection-card{ min-height:72vh; }
  .vz-collection-card:nth-child(2n + 1){ border-left:1px solid rgba(244,240,232,.10); }
  .vz-collection-card__title{ font-size:clamp(25px, 4vw, 38px); letter-spacing:.18em; }
}

@media (max-width: 640px){
  .vz-collections-hero{ padding:70px 18px 48px; }
  .vz-collections-title{ font-size:28px; letter-spacing:.22em; }
  .vz-collections-grid{ grid-template-columns:1fr; padding-bottom:58px; }
  .vz-collection-card{ min-height:76vh; border-left:1px solid rgba(244,240,232,.10); }
  .vz-collection-card__title{ font-size:31px; letter-spacing:.16em; }
}

@media (prefers-reduced-motion: reduce){
  .vz-lb-tile img,
  .vz-lb-tile-copy,
  .vz-lb-tile::before,
  .vz-lb-tile::after,
  .vz-lb-tile .vz-btn::after,
  .vz-collection-card img,
  .vz-collection-card__copy,
  .vz-collection-card__shade,
  .vz-collection-card__cta::after{
    transition:none;
  }
  .vz-lb-tile:hover img,
  .vz-collection-card:hover img{
    transform:scale(1.01);
  }
}

/* ---------- New Arrivals Gateway ---------- */
body.vz-new-arrivals-route .site-content,
body.vz-new-arrivals-route .ast-container,
body.vz-new-arrivals-route .content-area,
body.vz-new-arrivals-route #primary{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
}
body.vz-new-arrivals-route .site-content{
  display:block !important;
  background:#030303 !important;
}
.vz-new-arrivals-page{
  background:#030303;
  min-height:100vh;
  width:100%;
}
.vz-new-arrivals-header{
  max-width:1440px;
  margin:0 auto;
  padding:clamp(72px, 8vw, 124px) 24px clamp(42px, 5vw, 72px);
}
.vz-new-arrivals-kicker{
  margin:0 0 22px;
  color:var(--vz-dim);
  font-size:11px;
  line-height:1;
  letter-spacing:.24em;
  text-transform:uppercase;
}
.vz-new-arrivals-header h1{
  margin:0;
  color:var(--vz-fg);
  font-family:Georgia, "Times New Roman", serif;
  font-size:clamp(34px, 3.4vw, 56px);
  font-weight:400;
  line-height:1;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.vz-new-arrivals-products{
  max-width:1440px;
  margin:0 auto;
  padding:0 24px 96px;
}
.vz-new-arrivals-products ul.products{
  display:grid !important;
  grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
  gap:1px !important;
  margin:0 !important;
  padding:0 !important;
}
.vz-new-arrivals-products ul.products li.product{
  width:auto !important;
  float:none !important;
  margin:0 !important;
  padding:0 0 28px !important;
}
.vz-new-arrivals-pagination{
  margin-top:36px;
}
.vz-new-arrivals-empty{
  color:var(--vz-muted);
  margin:0;
  font-size:14px;
}

@media (max-width: 900px){
  .vz-new-arrivals-products ul.products{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 520px){
  .vz-new-arrivals-header,
  .vz-new-arrivals-products{
    padding-left:18px;
    padding-right:18px;
  }
  .vz-new-arrivals-products ul.products{
    grid-template-columns:1fr !important;
  }
}

/* ---------- Lookbook / Insights Pages ---------- */
body.vz-lookbook-route .site-content,
body.vz-lookbook-route .ast-container,
body.vz-lookbook-route .content-area,
body.vz-lookbook-route #primary,
body.vz-insights-route .site-content,
body.vz-insights-route .ast-container,
body.vz-insights-route .content-area,
body.vz-insights-route #primary{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
}
body.vz-lookbook-route .site-content,
body.vz-insights-route .site-content{
  display:block !important;
  background:#030303 !important;
}
.vz-lookbook-page,
.vz-insights-page{
  background:#030303;
  min-height:100vh;
}
.vz-lookbook-page__hero,
.vz-insights-hero{
  max-width:1440px;
  margin:0 auto;
  padding:clamp(74px, 8vw, 124px) 24px clamp(46px, 5vw, 78px);
}
.vz-lookbook-page__hero p,
.vz-insights-hero p{
  margin:0 0 22px;
  color:var(--vz-dim);
  font-size:11px;
  line-height:1;
  letter-spacing:.24em;
  text-transform:uppercase;
}
.vz-lookbook-page__hero h1,
.vz-insights-hero h1{
  max-width:980px;
  margin:0;
  color:var(--vz-fg);
  font-family:Georgia, "Times New Roman", serif;
  font-size:clamp(34px, 3.4vw, 56px);
  font-weight:400;
  line-height:1.08;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.vz-lookbook-page__grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:1px;
  padding:0 24px 96px;
}
.vz-lookbook-look{
  position:relative;
  min-height:clamp(620px, 56vw, 860px);
  overflow:hidden;
  background:#080808;
}
.vz-lookbook-look img,
.vz-insight-card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
  transform:scale(1.01);
  transition:transform 1s cubic-bezier(.19,1,.22,1), filter .7s ease;
}
.vz-lookbook-look::after,
.vz-insight-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top, rgba(0,0,0,.78), rgba(0,0,0,.14) 55%, rgba(0,0,0,.12));
  z-index:1;
  transition:background .55s ease;
}
.vz-lookbook-look__copy,
.vz-insight-card__copy{
  position:absolute;
  left:clamp(24px, 2vw, 40px);
  right:clamp(22px, 2vw, 38px);
  bottom:clamp(34px, 4vw, 64px);
  z-index:2;
}
.vz-lookbook-look__copy p,
.vz-insight-card__copy p{
  margin:0 0 14px;
  color:rgba(244,240,232,.72);
  font-size:11px;
  line-height:1;
  letter-spacing:.22em;
  text-transform:uppercase;
}
.vz-lookbook-look__copy h2,
.vz-insight-card__copy h2{
  margin:0;
  color:var(--vz-fg);
  font-family:Georgia, "Times New Roman", serif;
  font-size:clamp(28px, 2.1vw, 40px);
  font-weight:400;
  line-height:1.08;
}
.vz-lookbook-look:hover img,
.vz-insight-card:hover img{
  transform:scale(1.045);
  filter:brightness(1.05) contrast(1.04);
}
.vz-lookbook-look:hover::after,
.vz-insight-card:hover::after{
  background:linear-gradient(to top, rgba(0,0,0,.64), rgba(0,0,0,.10) 55%, rgba(0,0,0,.10));
}
.vz-insights-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:1px;
  padding:0 24px 96px;
}
.vz-insight-card{
  position:relative;
  min-height:clamp(620px, 56vw, 840px);
  overflow:hidden;
  background:#080808;
}
.vz-insight-card__copy span{
  display:block;
  max-width:32em;
  margin-top:20px;
  color:rgba(244,240,232,.68);
  font-size:14px;
  line-height:1.7;
}

@media (max-width: 900px){
  .vz-lookbook-page__grid,
  .vz-insights-grid{
    grid-template-columns:1fr;
    padding-left:0;
    padding-right:0;
  }
  .vz-lookbook-look,
  .vz-insight-card{
    min-height:76vh;
  }
}

/* ---------- Brand Story Page ---------- */
body.vz-about-route .site-content,
body.vz-about-route .ast-container,
body.vz-about-route .content-area,
body.vz-about-route #primary{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
}
body.vz-about-route .site-content{
  display:block !important;
  background:#030303 !important;
}
.vz-about-page{
  background:#030303;
  color:var(--vz-fg);
  min-height:100vh;
}
.vz-about-hero{
  position:relative;
  min-height:clamp(620px, 78vh, 900px);
  display:grid;
  align-items:end;
  overflow:hidden;
}
.vz-about-hero__media{
  position:absolute;
  inset:0;
}
.vz-about-hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
  filter:brightness(.68) contrast(1.05);
}
.vz-about-hero__media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top, rgba(0,0,0,.80), rgba(0,0,0,.18) 48%, rgba(0,0,0,.28));
}
.vz-about-hero__copy{
  position:relative;
  z-index:1;
  max-width:1060px;
  padding:0 32px clamp(70px, 9vw, 130px);
}
.vz-about-hero__copy p,
.vz-about-statement p,
.vz-about-values span,
.vz-about-closing p{
  color:rgba(244,240,232,.68);
}
.vz-about-hero__copy p{
  margin:0 0 24px;
  font-size:11px;
  line-height:1;
  letter-spacing:.24em;
  text-transform:uppercase;
}
.vz-about-hero__copy h1{
  max-width:860px;
  margin:0;
  color:var(--vz-fg);
  font-family:Georgia, "Times New Roman", serif;
  font-size:clamp(42px, 5vw, 86px);
  font-weight:400;
  line-height:1.04;
  letter-spacing:0;
}
.vz-about-statement{
  max-width:1060px;
  margin:0 auto;
  padding:clamp(78px, 9vw, 132px) 32px clamp(56px, 7vw, 98px);
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:clamp(42px, 7vw, 112px);
}
.vz-about-statement p{
  margin:0;
  font-family:Georgia, "Times New Roman", serif;
  font-size:clamp(24px, 2.35vw, 40px);
  line-height:1.25;
}
.vz-about-values{
  max-width:1320px;
  margin:0 auto;
  padding:0 32px clamp(76px, 9vw, 128px);
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:1px;
}
.vz-about-values article{
  border-top:1px solid rgba(244,240,232,.16);
  padding:34px clamp(22px, 2.5vw, 42px) 0 0;
}
.vz-about-values span{
  display:block;
  margin-bottom:28px;
  font-family:Georgia, "Times New Roman", serif;
  font-size:18px;
}
.vz-about-values h2{
  margin:0 0 18px;
  color:var(--vz-fg);
  font-family:Georgia, "Times New Roman", serif;
  font-size:clamp(26px, 2vw, 38px);
  font-weight:400;
}
.vz-about-values p{
  max-width:30em;
  margin:0;
  color:rgba(244,240,232,.62);
  font-size:14px;
  line-height:1.75;
}
.vz-about-image-row{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:1px;
}
.vz-about-image-row img{
  width:100%;
  height:clamp(460px, 45vw, 720px);
  object-fit:cover;
  display:block;
  filter:brightness(.72) contrast(1.06);
}
.vz-about-closing{
  padding:clamp(82px, 10vw, 150px) 24px;
  text-align:center;
}
.vz-about-closing p{
  margin:0;
  font-size:11px;
  line-height:1;
  letter-spacing:.34em;
  text-transform:uppercase;
}

@media (max-width: 800px){
  .vz-about-statement,
  .vz-about-values,
  .vz-about-image-row{
    grid-template-columns:1fr;
  }
  .vz-about-hero__copy,
  .vz-about-statement,
  .vz-about-values{
    padding-left:22px;
    padding-right:22px;
  }
}

/* ---------- Customer Care / Legal Pages ---------- */
body.vz-policy-route .site-content,
body.vz-policy-route .ast-container,
body.vz-policy-route .content-area,
body.vz-policy-route #primary{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
}
body.vz-policy-route .site-content{
  display:block !important;
  background:#030303 !important;
}
.vz-policy-page{
  background:#030303;
  color:var(--vz-fg);
  min-height:100vh;
}
.vz-policy-hero{
  max-width:980px;
  margin:0 auto;
  padding:clamp(74px, 8vw, 124px) 24px clamp(40px, 5vw, 70px);
}
.vz-policy-hero p{
  margin:0 0 22px;
  color:var(--vz-dim);
  font-size:11px;
  line-height:1;
  letter-spacing:.24em;
  text-transform:uppercase;
}
.vz-policy-hero h1{
  margin:0 0 22px;
  color:var(--vz-fg);
  font-family:Georgia, "Times New Roman", serif;
  font-size:clamp(36px, 4vw, 66px);
  font-weight:400;
  line-height:1;
}
.vz-policy-hero span{
  display:block;
  max-width:680px;
  color:rgba(244,240,232,.64);
  font-size:15px;
  line-height:1.75;
}
.vz-policy-content{
  max-width:980px;
  margin:0 auto;
  padding:0 24px clamp(82px, 10vw, 140px);
}
.vz-policy-content article{
  display:grid;
  grid-template-columns:minmax(180px, 260px) minmax(0, 1fr);
  gap:clamp(28px, 5vw, 76px);
  padding:34px 0;
  border-top:1px solid rgba(244,240,232,.13);
}
.vz-policy-content article:last-child{
  border-bottom:1px solid rgba(244,240,232,.13);
}
.vz-policy-content h2{
  margin:0;
  color:var(--vz-fg);
  font-size:12px;
  line-height:1.4;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.vz-policy-content p{
  margin:0;
  color:rgba(244,240,232,.66);
  font-size:14px;
  line-height:1.85;
}

@media (max-width: 700px){
  .vz-policy-content article{
    grid-template-columns:1fr;
    gap:14px;
  }
}

/* ---------- Vurzen Quiet House Direction ---------- */
:root{
  --vz-bg:#030303;
  --vz-fg:#f4f0e8;
  --vz-muted:rgba(244,240,232,.58);
  --vz-dim:rgba(244,240,232,.40);
  --vz-line:rgba(244,240,232,.13);
  --vz-max:1240px;
}

html{ background:#030303; }
body{
  background:#030303;
  color:var(--vz-fg);
  font-family: "Helvetica Neue", Arial, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0;
}

.vz-header{
  background:rgba(3,3,3,.80);
  border-bottom:1px solid rgba(244,240,232,.09);
}
.vz-header__inner{
  max-width:1440px;
  padding:16px 32px;
}
.vz-header__nav{ gap:24px; }
.vz-header__link{
  font-size:11px;
  font-weight:400;
  letter-spacing:.13em;
  color:rgba(244,240,232,.58);
}
.vz-header__link:hover{
  color:var(--vz-fg);
  border-color:transparent;
}
.vz-wordmark{
  font-weight:500;
  letter-spacing:.24em;
}
.vz-icon{
  border-color:transparent;
  background:transparent;
  width:30px;
  height:30px;
  opacity:.72;
}
.vz-icon:hover{
  border-color:rgba(244,240,232,.16);
  opacity:1;
}

.vz-hero{
  min-height:92vh;
  background:#030303;
}
.vz-hero-content{ min-height:92vh; }
.vz-hero video,
.vz-hero-slide{
  filter:grayscale(1) contrast(1.08) brightness(.55);
}
.vz-hero-overlay{
  background:
    linear-gradient(to bottom, rgba(3,3,3,.50), rgba(3,3,3,.08) 40%, rgba(3,3,3,.72)),
    linear-gradient(to right, rgba(3,3,3,.54), rgba(3,3,3,.08) 48%, rgba(3,3,3,.30));
}
.vz-hero-inner{
  padding:0 0 82px;
  max-width:720px;
}
.vz-kicker{
  font-size:10px;
  font-weight:400;
  letter-spacing:.22em;
  color:var(--vz-dim);
}
.vz-hero-headline{
  font-size:clamp(42px, 6vw, 88px);
  font-weight:400;
  line-height:.96;
  letter-spacing:0;
  margin-bottom:14px;
}
.vz-hero-sub{
  color:rgba(244,240,232,.64);
  font-size:15px;
  line-height:1.7;
  max-width:360px;
}
.vz-btn{
  padding:12px 0;
  border:0;
  border-bottom:1px solid rgba(244,240,232,.42);
  background:transparent;
  color:var(--vz-fg);
  font-size:10px;
  letter-spacing:.20em;
}
.vz-btn:hover{
  background:transparent;
  border-color:var(--vz-fg);
}

.vz-section{ padding:104px 0; }
.vz-h2{
  font-size:clamp(28px, 3.5vw, 54px);
  font-weight:400;
  line-height:1.02;
  letter-spacing:0;
  margin-bottom:34px;
}

.vz-collection{
  position:relative;
  background:#030303;
  border-top:1px solid rgba(244,240,232,.08);
  border-bottom:0;
  padding:56px 0 38px;
  overflow:hidden;
}
.vz-collection::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:176px;
  pointer-events:none;
  background:linear-gradient(to bottom, rgba(3,3,3,0), #030303 72%, #030303);
  z-index:3;
}
.vz-collection__kicker{
  color:var(--vz-dim);
  font-size:10px;
  letter-spacing:.22em;
}
.vz-strip__row{ animation-duration:52s; }
.vz-strip__img img{
  filter:none;
  image-rendering:auto;
  backface-visibility:hidden;
}
.vz-strip__img{
  position:relative;
}
.vz-strip__img::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(to bottom, rgba(3,3,3,.08), rgba(3,3,3,.30));
}
.vz-strip__item:hover .vz-strip__img img{ opacity:.42; }
.vz-strip__card{
  background:rgba(3,3,3,.92);
  color:var(--vz-fg);
  border:1px solid rgba(244,240,232,.14);
  box-shadow:none;
}

.vz-collection{
  padding:56px 0 38px;
}
.vz-collection__kicker{
  max-width:none;
  width:min(100% - 48px, 1840px);
  margin:0 auto 26px;
  padding:0;
  font-size:11px;
  letter-spacing:.24em;
}
.vz-strip__track{
  gap:22px;
}
.vz-strip__row{
  gap:28px;
}
.vz-strip__img{
  width:220px;
  height:520px;
}
.vz-strip__img img{
  max-height:520px;
}
.vz-strip__badge,
.vz-strip__cta{
  border-color:rgba(244,240,232,.26);
}

.vz-tile,
.woocommerce ul.products li.product{
  border-radius:0 !important;
  border-color:rgba(244,240,232,.08) !important;
  background:transparent !important;
}
.vz-tile img,
.vz-lb-tile img,
.woocommerce ul.products li.product img{
  filter:grayscale(.18) brightness(.86) contrast(1.03);
}
.vz-tile-title,
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-weight:400 !important;
  letter-spacing:.08em !important;
  text-transform:uppercase;
}
.woocommerce ul.products li.product{
  padding:0 !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-size:12px !important;
  line-height:1.55;
  padding-top:10px;
}
.woocommerce ul.products li.product .price{
  font-size:12px;
  opacity:.62;
}
.woocommerce ul.products li.product .button{
  border:0 !important;
  border-bottom:1px solid rgba(244,240,232,.28) !important;
  padding:9px 0 !important;
}

.site-footer{
  background:#030303 !important;
  border-top:1px solid rgba(244,240,232,.08);
}

.home .woocommerce ul.products li.product .ast-woo-product-category,
.home .woocommerce ul.products li.product .posted_in,
.home .woocommerce ul.products li.product .product_meta,
.home .woocommerce ul.products li.product .ast-woo-shop-product-description{
  display:none !important;
}

/* VURZEN footer: keep Astra output, replace the visual composition. */
.site-footer{
  background:#030303 !important;
  border-top:1px solid rgba(244,240,232,.14) !important;
}
.site-footer .site-primary-footer-wrap{
  padding:64px 32px 56px !important;
}
.site-footer .site-primary-footer-inner-wrap{
  max-width:1180px;
  margin:0 auto;
  display:grid !important;
  grid-template-columns:minmax(260px, 420px) minmax(340px, 520px) !important;
  justify-content:space-between;
  align-items:center !important;
  gap:80px !important;
}
.site-footer .site-footer-primary-section-1{
  display:none !important;
}
.site-footer .site-footer-primary-section-2{
  text-align:left;
}
.site-footer .site-footer-primary-section-3{
  text-align:left;
}
.site-footer #menu-contact-info,
.site-footer #menu-menu{
  margin:0;
  padding:0;
}
.site-footer #menu-contact-info .menu-item,
.site-footer #menu-menu .menu-item{
  margin:0;
}
.site-footer #menu-contact-info{
  display:grid;
  gap:14px;
}
.site-footer #menu-contact-info .menu-item:first-child .menu-link{
  display:inline-block;
  color:var(--vz-fg) !important;
  font-size:20px;
  line-height:1;
  letter-spacing:.30em;
  text-transform:uppercase;
}
.site-footer #menu-contact-info .menu-link{
  color:rgba(244,240,232,.68) !important;
  font-size:14px;
  line-height:1.6;
  letter-spacing:0;
  text-transform:none;
}
.site-footer #menu-menu{
  display:grid;
  grid-template-columns:repeat(2, minmax(120px, auto));
  gap:14px 72px;
  justify-content:end;
}
.site-footer #menu-menu .menu-link{
  color:rgba(244,240,232,.62) !important;
  font-size:11px;
  line-height:1.2;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.site-footer #menu-menu .xoo-wsc-menu-item{
  display:none !important;
}
.site-footer #menu-contact-info .menu-link:hover,
.site-footer #menu-menu .menu-link:hover{
  color:var(--vz-fg) !important;
}
.vz-footer-legal{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:14px 28px;
  padding:18px 24px 26px;
  background:#030303;
  border-top:1px solid rgba(244,240,232,.08);
}
.vz-footer-legal a{
  color:rgba(244,240,232,.54);
  font-size:10px;
  line-height:1.2;
  letter-spacing:.16em;
  text-transform:uppercase;
  text-decoration:none;
}
.vz-footer-legal a:hover{
  color:var(--vz-fg);
}

@media (max-width: 768px){
  .vz-header__inner{ padding:14px 18px; }
  .vz-hero,
  .vz-hero-content{ min-height:82vh; }
  .vz-hero-inner{ padding-bottom:54px; }
  .vz-hero-headline{ font-size:42px; }
  .vz-section{ padding:72px 0; }
  .vz-collection{ padding:34px 0 26px; }
  .vz-collection__kicker{
    width:calc(100% - 36px);
    margin-bottom:18px;
  }
  .vz-strip__row{ gap:18px; }
  .vz-strip__img{ width:150px; height:360px; }
  .vz-strip__img img{ max-height:360px; }
  .site-footer .site-primary-footer-wrap{
    padding:48px 22px 44px !important;
  }
  .site-footer .site-primary-footer-inner-wrap{
    grid-template-columns:1fr !important;
    gap:34px !important;
  }
  .site-footer #menu-menu{
    justify-content:start;
    gap:12px 34px;
  }
  body.post-type-archive-product:not(.tax-product_cat) ul.products{
    grid-template-columns:1fr !important;
    margin-bottom:64px !important;
  }
  body.post-type-archive-product:not(.tax-product_cat) ul.products li.product-category a{
    min-height:66px;
  }
}
