/* VA HOME v13.3.0 — page-specific cascade: site-product. Shared rules live in core.css. */

/* ===== product.css ===== */
/* ==========================================================================
   VA HOME — Product page
   ========================================================================== */

.product-hero {
  display: grid;
}


@media (max-width: 900px) {
  .product-hero {
    grid-template-columns: 1fr;
    gap: var(--space-4);
  }

}

/* ---- Product experience: atmospheric story + scent DNA ---- */
.product-experience{border-top:1px solid var(--border-hairline);border-bottom:1px solid var(--border-hairline)}
.product-experience__head{margin-bottom:clamp(1.5rem,4vw,3rem)}
.product-experience__head h2{font-size:clamp(2.2rem,5vw,4.4rem);max-width:12ch}
.product-experience__grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);gap:clamp(2rem,6vw,6rem);align-items:stretch}
.product-atmosphere{position:relative;min-height:560px;overflow:hidden;border-radius:var(--radius-md);background:var(--bg-elevated)}
.product-atmosphere::after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(4,4,3,.9));pointer-events:none}
.product-atmosphere img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s var(--ease-standard)}
.product-atmosphere:hover img{transform:scale(1.025)}
.product-atmosphere figcaption{position:absolute;z-index:1;left:clamp(1.3rem,4vw,3rem);right:clamp(1.3rem,4vw,3rem);bottom:clamp(1.3rem,4vw,3rem);max-width:38rem}
.product-atmosphere figcaption span{display:block;margin-bottom:.65rem;color:var(--text-gold);font-size:var(--fs-eyebrow);letter-spacing:var(--ls-eyebrow);text-transform:uppercase}
.product-atmosphere figcaption p{max-width:38ch;color:var(--text-primary);font-family:var(--font-display);font-size:clamp(1.45rem,2.5vw,2.4rem);line-height:1.18}
.product-atmosphere figcaption small{display:block;margin-top:.85rem;color:var(--text-secondary)}
.product-dna{display:flex;flex-direction:column;justify-content:center;padding:clamp(1.5rem,4vw,3.5rem);border:1px solid var(--border-hairline);background:linear-gradient(145deg,var(--bg-elevated),rgba(20,17,13,.72))}
.product-dna__heading{padding-bottom:clamp(1.5rem,4vw,2.5rem);border-bottom:1px solid var(--border-hairline)}
.product-dna__heading h3{font-size:clamp(2rem,4vw,3.4rem);margin:.25rem 0 .7rem}
.product-dna__heading>p:last-child{color:var(--text-secondary)}
.product-dna__scales{display:grid;gap:1.35rem;padding-top:clamp(1.5rem,4vw,2.5rem)}
.product-dna__label{display:flex;justify-content:space-between;gap:1rem;margin-bottom:.55rem;font-size:.78rem;text-transform:uppercase;letter-spacing:.075em;color:var(--text-secondary)}
.product-dna__label strong{color:var(--text-gold);font-weight:500}
.product-dna__track{height:3px;background:rgba(255,255,255,.12);overflow:hidden}
.product-dna__track span{display:block;width:var(--dna-value);height:100%;background:linear-gradient(90deg,#8d642e,var(--color-gold));transform-origin:left;animation:dnaReveal .8s var(--ease-standard) both}
.product-dna__facts{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border-hairline)}
.product-dna__facts div{display:grid;gap:.35rem}
.product-dna__facts span{color:var(--text-secondary);font-size:.68rem;letter-spacing:.09em;text-transform:uppercase}
.product-dna__facts strong{font-size:.82rem;font-weight:500;line-height:1.45}
@keyframes dnaReveal{from{transform:scaleX(0)}to{transform:scaleX(1)}}
@media(max-width:900px){.product-experience__grid{grid-template-columns:1fr}.product-atmosphere{min-height:clamp(440px,115vw,650px)}.product-dna{padding:1.5rem}}
@media(max-width:520px){.product-dna__facts{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.product-atmosphere img,.product-dna__track span{transition:none;animation:none}}


.product-hero__media {
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-md);
  overflow: hidden;
  position: relative;
}


.product-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-gallery-thumbs {
  display: none;
  gap: var(--space-2);
  margin-top: var(--space-2);
}
.product-gallery-thumbs.has-multiple {
  display: flex;
}
.product-gallery-thumb {
  width: 64px;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-hairline);
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color var(--duration-fast) var(--ease-standard);
}
.product-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-gallery-thumb.is-active,
.product-gallery-thumb:hover,
.product-gallery-thumb:focus-visible {
  border-color: var(--color-gold);
}


.product-hero__badges {
  position: absolute;
  top: var(--space-2);
  left: var(--space-2);
  display: flex;
  gap: 0.4em;
  z-index: 1;
}


.product-hero__info {
}

.product-purchase-support{}
.product-purchase-support div{display:grid;gap:.2rem}
.product-purchase-support strong{}
.product-purchase-support span{}
.product-purchase-support>a{width:max-content;text-decoration:underline;text-underline-offset:3px}
.product-discovery-link{justify-content:space-between;margin-bottom:1.25rem;color:var(--text-secondary);font-size:.75rem}
.product-discovery-link strong{color:var(--text-gold);font-weight:600}
.product-mobile-buy{display:none}


@media (min-width: 901px) {
  .product-hero__media {
    /* Keep the badge anchored to the product image, not to the page/header. */
    position: relative;
    width: 100%;
    height: clamp(560px, 64vh, 720px);
    aspect-ratio: auto;
    align-self: start;
  }

  .product-hero__info { position: static; }

}


.product-hero__collection {
  font-size: var(--fs-eyebrow);
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: var(--text-gold);
  margin-bottom: var(--space-2);
}


.product-hero__meta {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  font-size: 1.1rem;
}


.product-hero__meta strong {
  font-family: var(--font-display);
  font-weight: 500;
}

.product-hero__quickfacts {
  font-size: var(--fs-small);
  color: var(--text-secondary);
  margin-bottom: var(--space-3);
}

.product-hero__suit-for {
  margin-bottom: var(--space-3);
}


.product-purchase-row {
  align-items: center;
  flex-wrap: wrap;
}

.product-wishlist{display:inline-flex;align-items:center;gap:9px;margin-top:-4px;margin-bottom:var(--space-3)}.product-wishlist:hover,.product-wishlist.is-active{}.product-wishlist:disabled{opacity:.55}

/* Delivery and payment information */
.delivery-page__container{max-width:1180px}.delivery-page__head{max-width:720px;margin-bottom:clamp(32px,5vw,58px)}.delivery-page__head h1{margin:.15em 0 .2em}.delivery-page__head>p:last-child{color:var(--text-secondary);font-size:clamp(1rem,2vw,1.2rem)}.delivery-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.delivery-info-card{height:100%;padding:clamp(24px,3vw,38px)!important;border:1px solid var(--border-hairline)!important;background:var(--bg-elevated)}.delivery-info-card h2{font-family:var(--font-display)!important;font-size:1.65rem!important;font-weight:500!important}.delivery-info-card p,.delivery-info-card li{line-height:1.7}.delivery-info-card ul{margin:var(--space-2) 0 var(--space-2) 1.2em!important}.delivery-info-card--support a[href^="tel:"],.delivery-info-card--support a[href^="mailto:"]{white-space:nowrap}.delivery-info-card--support .btn{margin-top:var(--space-3)}
@media(max-width:760px){.delivery-info-grid{grid-template-columns:1fr}.delivery-info-card{padding:22px!important}.delivery-page__head{margin-bottom:28px}.delivery-info-card--support a[href^="mailto:"]{white-space:normal;overflow-wrap:anywhere}}


/* ---- Product detail sections ---- */
.product-detail-section {
  padding-block: var(--space-4);
  border-top: 1px solid var(--border-hairline);
}


.product-detail-section__title {
  font-size: 1.05rem;
  font-family: var(--font-body);
  font-weight: 700;
  margin-bottom: var(--space-2);
}


.tag-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}


.tag-pill {
  padding: 0.45em 0.9em;
  font-size: var(--fs-small);
  border: 1px solid var(--border-hairline);
  border-radius: var(--radius-sm);
  color: var(--text-secondary);
}


.product-detail-section .scent-scale {
  margin-top: var(--space-2);
}

.product-detail-section--compact { padding-block: var(--space-3); }
.product-detail-section--compact p + p { margin-top: .45rem; }

.product-accordion { border-bottom: 1px solid var(--border-hairline); }
.product-accordion__item { border-top: 1px solid var(--border-hairline); }
.product-accordion__item summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.15rem 2.2rem 1.15rem 0; color: var(--text-primary); font-weight: 600; cursor: pointer; list-style: none; }
.product-accordion__item summary::-webkit-details-marker { display: none; }
.product-accordion__item summary::before,.product-accordion__item summary::after { content: ""; position: absolute; right: .2rem; top: 50%; width: 14px; height: 1px; background: var(--color-gold); transition: transform var(--duration-fast) var(--ease-standard); }
.product-accordion__item summary::after { transform: rotate(90deg); }
.product-accordion__item[open] summary::after { transform: rotate(0); }
.product-accordion__content { padding: 0 0 1.4rem; color: var(--text-secondary); font-size: var(--fs-small); line-height: var(--lh-body); }
.product-accordion__content p + p { margin-top: .7rem; }
.product-accordion__subheading { margin: .8rem 0 .65rem; color: var(--text-primary); font-family: var(--font-body); font-size: .78rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.product-accordion__subheading:first-child { margin-top: 0; }
.product-accordion__content .tag-pills { margin-bottom: .35rem; }
.product-accordion__content .scent-scale { margin: 0 0 1rem; }

/* Image and formula are one visual stack, so the formula starts immediately
   below the photograph instead of waiting for the taller product-info column. */
.product-hero__visual-stack{display:grid;align-self:start;min-width:0}
.product-hero__visual-stack>.product-formula-proof{margin:0;padding:clamp(1.4rem,3vw,2.2rem)}
.product-hero.has-inline-substance .product-hero__info>.product-accordion{border:1px solid var(--border-hairline);border-bottom:0}
.product-hero.has-inline-substance .product-hero__info>.product-accordion .product-accordion__item summary{padding:1.25rem 3.2rem 1.25rem 1.35rem}
.product-hero.has-inline-substance .product-hero__info>.product-accordion .product-accordion__item summary::before,
.product-hero.has-inline-substance .product-hero__info>.product-accordion .product-accordion__item summary::after{right:1.35rem}
.product-hero.has-inline-substance .product-hero__info>.product-accordion .product-accordion__content{padding:0 1.35rem 1.45rem}

@media (max-width: 900px) {
  .product-hero__media { height: auto; aspect-ratio: 4 / 5; }
  .product-accordion__item summary { padding-block: 1rem; }
}

@media(max-width:760px){
  body{padding-bottom:76px}
  .product-purchase-support{grid-template-columns:1fr;gap:.7rem}
  .product-purchase-support>a{grid-column:auto}
  .product-discovery-link{align-items:flex-start;flex-direction:column;gap:.3rem}
  .product-mobile-buy{position:fixed;z-index:calc(var(--z-header) + 1);left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem max(1rem,env(safe-area-inset-right)) calc(.75rem + env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-left));border-top:1px solid var(--border-hairline-strong);background:rgba(8,7,6,.96);backdrop-filter:blur(14px);transform:translateY(110%);transition:transform .22s var(--ease-standard)}
  .product-mobile-buy.is-visible{transform:translateY(0)}
  .product-mobile-buy>div{display:grid;min-width:0}
  .product-mobile-buy span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-secondary);font-size:.68rem}
  .product-mobile-buy strong{font-size:.86rem}
  .product-mobile-buy button{min-height:44px;padding:0 1.2rem;background:var(--color-gold);color:var(--text-on-contrast);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}
}


/* ---- Similar products ---- */
.similar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-3);
}


@media (max-width: 900px) {
  .similar-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}



/* ===== Real reviews / Supabase ===== */
.product-rating-compact{margin:.7rem 0 1.15rem}

.product-rating-compact>span{letter-spacing:.08em;color:#a47f3c}
.product-rating-compact strong{color:var(--text-primary)}
.product-rating-compact a{text-decoration:underline;text-underline-offset:3px}



.reviews-layout{display:grid;grid-template-columns:minmax(220px,.72fr) minmax(0,1.8fr);gap:clamp(2rem,6vw,6rem);align-items:start}

.reviews-summary{}
.reviews-summary__score{font-family:var(--font-serif);font-size:clamp(3.2rem,7vw,5.5rem);line-height:.9;margin:.3rem 0}
.reviews-summary__stars,.review-stars{color:#a47f3c;letter-spacing:.09em}
.reviews-summary__count{margin:.7rem 0 1.5rem;color:var(--text-secondary)}

.reviews-breakdown{display:grid;gap:.45rem}
.reviews-breakdown__row{display:grid;grid-template-columns:1rem 1rem 1fr 1.8rem;gap:.4rem;align-items:center;font-size:.75rem}
.reviews-breakdown__track{height:3px;background:rgba(255,255,255,.12)}
.reviews-breakdown__track span{display:block;height:100%;background:var(--color-gold)}

.reviews-content{min-width:0}
.reviews-list{display:grid;gap:12px;background:transparent}

.review-card{background:var(--bg-elevated);color:var(--text-primary);padding:1.5rem;border:1px solid var(--border-hairline);border-radius:var(--radius-md)}
.review-card__top{display:flex;justify-content:space-between;gap:1rem}
.review-card time{font-size:.75rem;color:var(--text-secondary)}
.review-card__text{color:var(--text-primary);font-size:1rem;line-height:1.75;margin:1rem 0;white-space:pre-line}
.review-card__photo{display:block;width:100%;max-width:340px;aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius-sm);margin:0 0 1rem}
.review-card__author{display:flex;align-items:center;gap:.7rem;font-size:.82rem;color:var(--text-secondary)}
.verified-badge{}

.reviews-empty{padding:2rem 0;color:var(--text-secondary)}
.reviews-loading{padding:1rem 0;color:var(--text-secondary)}

.review-form-wrap{margin-top:clamp(2.5rem,6vw,5rem);padding-top:2rem;border-top:1px solid var(--border-hairline)}
.review-form-wrap h3{font-family:var(--font-serif);font-size:clamp(1.8rem,4vw,2.6rem);margin-bottom:.4rem}
.review-form__intro{color:var(--text-secondary);margin-bottom:1.5rem}
.review-form{display:grid;gap:1.15rem;max-width:680px}
.review-form label{display:block;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.45rem}
.review-form input[type="text"],.review-form textarea{width:100%;border:1px solid var(--border-hairline);background:var(--bg-elevated);color:var(--text-primary);padding:.85rem 1rem;border-radius:0}
.review-photo-field{border:1px solid var(--border-hairline);padding:1rem;background:var(--bg-elevated)}
.review-photo-field label span,.review-photo-field small{color:var(--text-secondary);text-transform:none;letter-spacing:0}
.review-photo-picker{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin:.6rem 0}
.review-photo-picker__btn{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.2rem;border:1px solid var(--color-gold);border-radius:var(--radius-sm);color:var(--color-gold);font-size:var(--fs-small);font-weight:600;letter-spacing:.02em;text-transform:none;cursor:pointer;transition:background-color var(--duration-fast) var(--ease-standard),color var(--duration-fast) var(--ease-standard);}
.review-photo-picker__btn:hover,.review-photo-picker__btn:focus-visible{background:var(--color-gold);color:var(--color-black);}
.review-photo-picker__name{flex:1 1 180px;min-width:0;color:var(--text-secondary);font-size:var(--fs-small);line-height:1.45;overflow-wrap:anywhere;}
.review-photo-picker__remove{display:inline-flex;align-items:center;justify-content:center;gap:.38rem;min-height:42px;margin-left:auto;padding:.55rem .2rem;border:0;background:transparent;color:var(--text-secondary);font:inherit;font-size:.76rem;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:color var(--duration-fast) var(--ease-standard),opacity var(--duration-fast) var(--ease-standard);}
.review-photo-picker__remove::before{content:"×";font-size:1.2rem;font-weight:300;line-height:1;}
.review-photo-picker__remove:hover,.review-photo-picker__remove:focus-visible{color:var(--color-gold);}
.review-photo-picker__remove[hidden]{display:none!important;}
.review-photo-picker__input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
@media(max-width:560px){
  .review-photo-picker{align-items:center;gap:.65rem .85rem;}
  .review-photo-picker__btn{min-height:48px;}
  .review-photo-picker__remove{min-height:48px;margin-left:0;padding-inline:.35rem;}
  .review-photo-picker__name{order:3;flex-basis:100%;padding-top:.15rem;}
}
.review-form textarea{min-height:150px;resize:vertical}
.review-form__counter{text-align:right;font-size:.72rem;color:var(--color-text-muted,#746f68)}

.star-picker{display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:.2rem}
.star-picker input{position:absolute;opacity:0;pointer-events:none}
.star-picker label{font-size:1.7rem;line-height:1;color:#c9c3ba;cursor:pointer;margin:0}
.star-picker label:hover,.star-picker label:hover~label,.star-picker input:checked~label{color:#a47f3c}
.review-form__message{padding:.85rem 1rem;font-size:.85rem}
.review-form__message.is-success{background:#edf3eb;color:#2f5b32}
.review-form__message.is-error{background:#f7ece9;color:#8a382d}
.review-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}

/* ---- Quiet product proof: factual, not comparative ---- */
.product-formula-proof{margin:1.25rem 0;padding:1.35rem;border:1px solid var(--border-hairline)}
.product-formula-proof h2{margin:.25rem 0 .65rem;font-size:clamp(1.45rem,2.8vw,2rem)}
.product-formula-proof>p:not(.eyebrow){max-width:62ch;color:var(--text-secondary);line-height:1.7}
.product-formula-proof__intent{margin-bottom:.65rem;color:var(--text-primary)!important}
.product-formula-proof__intent strong{font-weight:650}
.product-formula-proof dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin:1.15rem 0;background:var(--border-hairline)}
.product-formula-proof dl div{padding:.9rem;background:var(--bg-primary)}
.product-formula-proof dt{margin-bottom:.25rem;color:var(--text-secondary);font-size:.68rem;text-transform:uppercase;letter-spacing:.08em}
.product-formula-proof dd{font-weight:600}
.product-formula-proof small{display:block;color:var(--text-secondary);line-height:1.55}
.product-formula-proof__discovery{display:inline-block;margin-top:1rem;color:var(--text-gold);font-size:.78rem;text-decoration:underline;text-underline-offset:4px}
@media(max-width:620px){.product-formula-proof dl{grid-template-columns:1fr}.product-formula-proof{padding:1.1rem}}

@media(max-width:760px){.reviews-layout{grid-template-columns:1fr}
.reviews-summary{position:static}
.review-card__top{align-items:flex-start}
.review-form .btn{width:100%}
}


/* ==========================================================================
   VA HOME v6.1 — Luxury product gallery & purchase experience
   ========================================================================== */
.product-hero{
}

.product-gallery{
  display:grid;
  align-items:start;
  min-width:0;
}

.product-gallery .product-gallery-thumbs{
  display:none;
  flex-direction:column;
  gap:.75rem;
  margin:0;
  max-height:min(80vh,760px);
  overflow-y:auto;
  overscroll-behavior:contain;
  scrollbar-width:none;
}
.product-gallery .product-gallery-thumbs::-webkit-scrollbar{display:none}
.product-gallery .product-gallery-thumbs.has-multiple{display:flex}

.product-gallery .product-gallery-thumb{
  width:72px;
  aspect-ratio:4/5;
  border-radius:0;
  background:var(--bg-elevated);
  transition:opacity .35s var(--ease-standard),border-color .35s var(--ease-standard),transform .35s var(--ease-standard);
}
.product-gallery .product-gallery-thumb:hover,
.product-gallery .product-gallery-thumb:focus-visible,
.product-gallery .product-gallery-thumb.is-active{
  opacity:1;
  transform:translateX(2px);
}

.product-gallery .product-hero__media{
  height:auto;
  border-radius:0;
}
.product-gallery .product-hero__media>img{
  will-change:opacity,transform;
}
@media (hover:hover) and (pointer:fine){
  .product-gallery .product-hero__media:hover>img{}
}

.product-hero__visual-stack{}
.product-hero__info{
  min-width:0;
}
.product-hero__name{}
.product-hero__desc{}
.product-hero__meta{padding:1rem 0;margin-bottom:1rem;border-top:1px solid var(--border-hairline);border-bottom:1px solid var(--border-hairline);justify-content:space-between}
.product-hero__meta strong{font-size:clamp(1.55rem,2.2vw,2rem)}
.product-purchase-row{display:grid;margin-bottom:1rem}
.product-purchase-row .btn{min-height:54px;width:100%}
.product-purchase-row .qty-stepper{min-height:54px}
.product-hero__suit-for{border-left:0}
.product-hero.has-inline-substance .product-hero__info>.product-accordion{}

@media (min-width:1100px){
  .product-hero__info{position:sticky}
}

@media (max-width:900px){
  .product-gallery{display:flex;flex-direction:column;gap:.8rem}
  .product-gallery .product-hero__media{order:1;aspect-ratio:4/5}
  .product-gallery .product-gallery-thumbs{order:2;flex-direction:row;max-height:none;max-width:100%;overflow-x:auto;overflow-y:hidden;padding-bottom:.15rem}
  .product-gallery .product-gallery-thumb{width:clamp(58px,17vw,72px)}
  .product-gallery .product-gallery-thumb:hover,
  .product-gallery .product-gallery-thumb:focus-visible,
  .product-gallery .product-gallery-thumb.is-active{transform:translateY(-2px)}
  .product-hero__name{max-width:12ch}
  .product-hero__info{padding-top:0}
}

@media (max-width:520px){
  .product-purchase-row{grid-template-columns:1fr}
  .product-purchase-row .qty-stepper{width:100%;justify-content:space-between}
  .product-purchase-row .qty-stepper input{flex:1}
}

/* ==========================================================================
   VA HOME v7.1 — Gallery Engine
   ========================================================================== */
.gallery-engine{position:relative;touch-action:pan-y;user-select:none}
.gallery-engine:focus-visible{outline:2px solid var(--color-gold);outline-offset:3px}
.gallery-engine__controls{position:absolute;inset:0;z-index:3;pointer-events:none}
.gallery-engine__controls button{pointer-events:auto}
.gallery-engine__nav,.gallery-engine__open{position:absolute;display:grid;place-items:center;border:1px solid rgba(255,255,255,.2);background:rgba(9,8,7,.62);color:#fff;backdrop-filter:blur(8px);transition:opacity .2s ease,background .2s ease,transform .2s ease}
.gallery-engine__nav{top:50%;width:42px;height:52px;font-size:2rem;line-height:1;transform:translateY(-50%)}
.gallery-engine__nav--prev{left:12px}.gallery-engine__nav--next{right:12px}
.gallery-engine__open{top:12px;right:12px;width:42px;height:42px;font-size:1.15rem}
.gallery-engine__counter{position:absolute;right:14px;bottom:12px;padding:.38rem .65rem;background:rgba(9,8,7,.66);color:#fff;font-size:.7rem;letter-spacing:.08em;backdrop-filter:blur(8px)}
.gallery-engine__controls.is-single .gallery-engine__nav{display:none}
@media(hover:hover){.gallery-engine__nav,.gallery-engine__open{opacity:0}.gallery-engine:hover .gallery-engine__nav,.gallery-engine:hover .gallery-engine__open,.gallery-engine:focus-within .gallery-engine__nav,.gallery-engine:focus-within .gallery-engine__open{opacity:1}.gallery-engine__nav:hover,.gallery-engine__open:hover{background:rgba(9,8,7,.86)}}
.product-gallery-thumb{position:relative;overflow:hidden}
.product-gallery-thumb span{position:absolute;left:4px;right:4px;bottom:4px;padding:.18rem .25rem;background:rgba(9,8,7,.72);color:#fff;font-size:.52rem;line-height:1.15;text-transform:uppercase;letter-spacing:.06em;pointer-events:none}
body.lightbox-open{overflow:hidden}
.product-lightbox{position:fixed;z-index:9999;inset:0;display:grid;grid-template-columns:minmax(48px,8vw) minmax(0,1fr) minmax(48px,8vw);grid-template-rows:1fr auto auto;align-items:center;background:rgba(5,4,4,.96);color:#fff;overscroll-behavior:contain}
.product-lightbox[hidden]{display:none}
.product-lightbox__stage{grid-column:2;grid-row:1;display:grid;place-items:center;width:100%;height:min(78vh,900px);overflow:auto;touch-action:pan-y;cursor:zoom-in}
.product-lightbox.is-zoomed .product-lightbox__stage{cursor:zoom-out}
.product-lightbox__stage img{display:block;max-width:100%;max-height:100%;object-fit:contain;transform-origin:center;transition:transform .22s ease;will-change:transform}
.product-lightbox__close,.product-lightbox__nav,.product-lightbox__toolbar button{border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.06);color:#fff}
.product-lightbox__close{position:absolute;z-index:2;top:max(14px,env(safe-area-inset-top));right:max(14px,env(safe-area-inset-right));width:46px;height:46px;font-size:2rem;line-height:1}
.product-lightbox__nav{width:48px;height:64px;font-size:2.2rem;justify-self:center}.product-lightbox__nav--prev{grid-column:1;grid-row:1}.product-lightbox__nav--next{grid-column:3;grid-row:1}
.product-lightbox__toolbar{grid-column:2;grid-row:2;display:flex;justify-content:center;align-items:center;gap:.55rem;padding:1rem}
.product-lightbox__toolbar button{min-width:42px;height:38px;padding:0 .8rem}.product-lightbox__toolbar span{min-width:54px;text-align:center;font-size:.78rem}
.product-lightbox__caption{grid-column:2;grid-row:3;margin:0;padding:0 1rem max(1rem,env(safe-area-inset-bottom));text-align:center;color:rgba(255,255,255,.72);font-size:.75rem;letter-spacing:.06em;text-transform:uppercase}
@media(max-width:760px){.gallery-engine__nav{width:38px;height:48px}.product-lightbox{grid-template-columns:44px minmax(0,1fr) 44px}.product-lightbox__stage{height:72vh}.product-lightbox__nav{width:38px;height:54px}.product-lightbox__toolbar{gap:.35rem}.product-lightbox__toolbar button{min-width:38px;padding:0 .55rem}}
@media(prefers-reduced-motion:reduce){.gallery-engine__nav,.gallery-engine__open,.product-lightbox__stage img{transition:none}}

/* VA HOME v7.3.2 — clean product slider, no hover zoom */
.product-gallery .product-hero__media>img,
.product-gallery .product-hero__media:hover>img{
  transform:none !important;
}
.product-gallery .product-hero__media>img.is-changing{
}
.gallery-engine{cursor:default}

/* VA HOME v7.3.3 — restore v6.6 image presentation */
.product-gallery .product-hero__media{
  width:100%;
  aspect-ratio:4/5;
  min-height:0;
}
.product-gallery .product-hero__media>img{
  position:absolute;
  inset:0;
  z-index:1;
  display:block;
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
  object-position:center;
  opacity:1;
  transform:none!important;
  transition:opacity .28s var(--ease-standard)!important;
}
.product-gallery .product-hero__media>img.is-changing{opacity:.28;transform:none!important}
.product-gallery .product-hero__badges{z-index:2}
.product-image-switcher{cursor:default;touch-action:pan-y}
.gallery-engine__controls,.product-lightbox{display:none!important}
@media (hover:hover) and (pointer:fine){
  .product-gallery .product-hero__media:hover>img{transform:none!important}
}


/* VA HOME v7.3.4 — smooth gallery crossfade */
.product-gallery .product-hero__media>img#productMainImage,
.product-gallery .product-hero__media>img.product-main-image-transition{
  will-change:opacity;
}
.product-gallery .product-hero__media>img#productMainImage{opacity:1!important}
.product-gallery .product-hero__media>img.product-main-image-transition{
  z-index:1;
  pointer-events:none;
}
.product-gallery .product-hero__media>img.product-main-image-transition.is-visible{}


/* v7.3.6 — technical gallery labels are not customer-facing */
.product-gallery-thumb span{display:none!important}

/* ========================================================================== 
   VA HOME v7.3.13 — Premium product page refinement
   ========================================================================== */
.product-hero{
  grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);
  gap:clamp(3rem,6vw,7rem);
  align-items:start;
}
.product-hero__visual-stack{gap:clamp(1.25rem,2.4vw,2rem)}
.product-gallery{grid-template-columns:68px minmax(0,1fr);gap:1rem}
.product-gallery .product-hero__media{
  background:#11100e;
  box-shadow:0 24px 70px rgba(0,0,0,.28);
}
.product-gallery .product-hero__media>img#productMainImage,
.product-gallery .product-hero__media>img.product-main-image-transition{
}
.product-gallery .product-gallery-thumb{
  border:1px solid rgba(184,138,75,.14);
  opacity:.56;
}
.product-gallery .product-gallery-thumb.is-active{
  border-color:var(--color-gold);
  box-shadow:0 0 0 1px rgba(184,138,75,.24);
}
.product-hero__info{padding-top:.1rem}
.product-heading-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem}
.product-heading-row .product-hero__collection{margin:0}
.product-stock-dot{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-secondary);font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}
.product-stock-dot::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--color-gold);box-shadow:0 0 0 4px rgba(184,138,75,.1)}
.product-hero__name{font-size:clamp(3.4rem,5vw,5.6rem);line-height:.88;letter-spacing:-.035em;max-width:9ch;margin-bottom:1.15rem}
.product-hero__desc{max-width:52ch;color:var(--text-secondary);font-size:clamp(1rem,1.15vw,1.12rem);line-height:1.75;margin-bottom:.75rem}
.product-rating-compact{display:flex;align-items:center;gap:.65rem;margin-bottom:1.35rem;color:var(--text-secondary);font-size:.78rem}
.product-rating-compact span{color:var(--color-gold);letter-spacing:.12em}
.product-price-card{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:end;padding:1.2rem 0 1.15rem;border-top:1px solid var(--border-hairline);border-bottom:1px solid var(--border-hairline);margin-bottom:1rem}
.product-price-card>div{display:flex;flex-direction:column;gap:.3rem}
.product-price-card__price{text-align:right}
.product-price-card__label{color:var(--text-muted);font-size:.62rem;letter-spacing:.13em;text-transform:uppercase}
.product-price-card strong{font-family:var(--font-heading);font-size:1.55rem;font-weight:500;color:var(--text-primary)}
.product-price-card__price strong{font-size:clamp(1.8rem,2.4vw,2.25rem)}
.product-essential-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--border-hairline);margin-bottom:1rem;background:rgba(255,255,255,.012)}
.product-essential-facts>div{display:flex;flex-direction:column;gap:.3rem;padding:.85rem .9rem;min-width:0}
.product-essential-facts>div+div{border-left:1px solid var(--border-hairline)}
.product-essential-facts span{color:var(--text-muted);font-size:.58rem;letter-spacing:.12em;text-transform:uppercase}
.product-essential-facts strong{font-size:.76rem;font-weight:600;line-height:1.35;color:var(--text-primary)}
.product-hero__suit-for{position:relative;margin:0 0 1.15rem;padding:1rem 1.1rem 1rem 2.6rem;border:1px solid var(--border-hairline);background:linear-gradient(135deg,rgba(184,138,75,.08),rgba(255,255,255,.01));color:var(--text-secondary);font-size:.82rem;line-height:1.65}
.product-hero__suit-for::before{content:"✦";position:absolute;left:1rem;top:1rem;color:var(--color-gold);font-size:.8rem}
.product-primary-actions{margin-bottom:1.15rem}
.product-purchase-row{grid-template-columns:112px minmax(0,1fr);gap:.75rem;margin:0}
.product-purchase-row .btn,.product-purchase-row .qty-stepper{min-height:60px}
.product-purchase-row .btn{font-size:.78rem;letter-spacing:.045em}
.product-wishlist-slot{display:flex;justify-content:center}
.product-wishlist{width:100%;justify-content:center;margin:0;padding:.8rem 0 .55rem;border-bottom:0;color:var(--text-secondary);font-size:.76rem}
.product-wishlist:hover,.product-wishlist.is-active{border-color:transparent;color:var(--color-gold)}
.product-purchase-support{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid var(--border-hairline);border-bottom:1px solid var(--border-hairline);margin:0 0 1rem;padding:1rem 0}
.product-purchase-support>div{display:grid;grid-template-columns:22px 1fr;gap:.55rem;padding:0 .75rem;min-width:0}
.product-purchase-support>div:first-child{padding-left:0}
.product-purchase-support>div+div{border-left:1px solid var(--border-hairline)}
.product-purchase-support p{display:flex;flex-direction:column;gap:.2rem;margin:0}
.product-purchase-support strong{font-size:.66rem;line-height:1.35;color:var(--text-primary)}
.product-purchase-support span{font-size:.58rem;line-height:1.45;color:var(--text-muted)}
.product-support-icon{display:grid;place-items:center;width:20px;height:20px;border:1px solid rgba(184,138,75,.4);border-radius:50%;color:var(--color-gold)!important;font-size:.62rem!important}
.product-purchase-support>a{grid-column:1/-1;margin-top:.85rem;color:var(--color-gold);font-size:.64rem;letter-spacing:.02em}
.product-discovery-link{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding:1rem 1.1rem;border:1px solid rgba(184,138,75,.3);background:linear-gradient(135deg,rgba(184,138,75,.09),rgba(255,255,255,.012));transition:border-color .25s ease,background .25s ease,transform .25s ease}
.product-discovery-link:hover{transform:translateY(-1px);border-color:var(--color-gold);background:linear-gradient(135deg,rgba(184,138,75,.14),rgba(255,255,255,.02))}
.product-discovery-link__eyebrow{color:var(--color-gold);font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;writing-mode:vertical-rl;transform:rotate(180deg)}
.product-discovery-link__copy{display:flex;flex-direction:column;gap:.25rem}
.product-discovery-link__copy strong{font-family:var(--font-heading);font-size:1.15rem;font-weight:500;color:var(--text-primary)}
.product-discovery-link__copy small{color:var(--text-muted);font-size:.66rem}
.product-discovery-link__arrow{color:var(--color-gold);font-size:1.25rem}
.product-hero.has-inline-substance .product-hero__info>.product-accordion{margin-top:1.25rem;background:transparent}
.product-accordion__item summary{font-size:.72rem;letter-spacing:.04em}
.product-formula-proof{background:linear-gradient(145deg,rgba(184,138,75,.06),rgba(255,255,255,.012));border-color:rgba(184,138,75,.25)}

@media (min-width:1100px){
  .product-hero__info{top:calc(var(--header-height) + 1.25rem)}
}
@media (max-width:1099px){
  .product-hero{grid-template-columns:minmax(0,1fr) minmax(380px,.9fr);gap:3rem}
  .product-purchase-support{grid-template-columns:1fr}
  .product-purchase-support>div{padding:.6rem 0}
  .product-purchase-support>div+div{border-left:0;border-top:1px solid var(--border-hairline)}
}
@media (max-width:900px){
  .product-hero{}
  .product-gallery .product-hero__media>img#productMainImage,
  .product-gallery .product-hero__media>img.product-main-image-transition{}
  .product-hero__name{}
  .product-essential-facts{grid-template-columns:repeat(3,1fr)}
  .product-purchase-support{grid-template-columns:repeat(3,1fr)}
  .product-purchase-support>div{padding:0 .6rem}
  .product-purchase-support>div+div{border-left:1px solid var(--border-hairline);border-top:0}
}
@media (max-width:620px){
  .product-heading-row{align-items:flex-start}
  .product-stock-dot{margin-top:.2rem}
  .product-price-card{padding:1rem 0}
  .product-essential-facts{grid-template-columns:1fr}
  .product-essential-facts>div{display:grid;grid-template-columns:80px 1fr;align-items:center;padding:.7rem .85rem}
  .product-essential-facts>div+div{border-left:0;border-top:1px solid var(--border-hairline)}
  .product-purchase-row{grid-template-columns:1fr}
  .product-purchase-row .qty-stepper{width:100%}
  .product-purchase-support{grid-template-columns:1fr}
  .product-purchase-support>div{padding:.65rem 0}
  .product-purchase-support>div+div{border-left:0;border-top:1px solid var(--border-hairline)}
  .product-discovery-link{grid-template-columns:1fr auto}
  .product-discovery-link__eyebrow{grid-column:1/-1;writing-mode:initial;transform:none}
}

/* Product flow: keep breadcrumbs visually connected to the gallery. */
main > .container:has(> .breadcrumbs) .breadcrumbs{padding-bottom:0}

/* ========================================================================== 
   VA HOME v7.3.14 — Compact premium flow + cinematic gallery transition
   ========================================================================== */
@media (min-width:901px){
  .section--tight:has(.product-hero){padding-top:20px;padding-bottom:clamp(3.25rem,5vw,5.5rem)}
  .product-hero{gap:clamp(2.5rem,4.5vw,5.5rem);align-items:start}
  .product-hero__visual-stack{gap:0}
  .product-gallery .product-hero__media{max-height:min(72vh,760px)}
  .product-substance{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:clamp(2rem,4.5vw,5rem);align-items:start;margin-top:clamp(2.25rem,4vw,4rem);padding-top:clamp(2rem,3vw,3rem);border-top:1px solid var(--border-hairline)}
  .product-substance .product-formula-proof{margin:0;min-height:100%}
  .product-substance .product-accordion{margin:0;border:1px solid var(--border-hairline);border-bottom:0;background:transparent}
  .product-substance .product-accordion__item summary{padding:1.2rem 3.2rem 1.2rem 1.35rem}
  .product-substance .product-accordion__content{padding:0 1.35rem 1.4rem}
}
@media (max-width:900px){
  .section--tight:has(.product-hero){padding-top:10px}
  .product-substance{display:grid;gap:1.25rem;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border-hairline)}
  .product-substance .product-formula-proof{margin:0}
  .product-substance .product-accordion{margin:0}
}

/* Two-layer crossfade: slower opacity, subtle cinematic breathing, no hard flash. */
.product-gallery .product-hero__media>img#productMainImage,
.product-gallery .product-hero__media>img.product-main-image-transition{
  transition:opacity .9s cubic-bezier(.22,.61,.36,1),transform 1.25s cubic-bezier(.22,.61,.36,1)!important;
  transform:scale(1.075)!important;
  transform-origin:center center;
  backface-visibility:hidden;
}
.product-gallery .product-hero__media>img.product-main-image-transition{
  opacity:0;
  transform:scale(1.045)!important;
}
.product-gallery .product-hero__media>img.product-main-image-transition.is-visible{
  opacity:1;
  transform:scale(1.075)!important;
}
@media (max-width:900px){
  .product-gallery .product-hero__media>img#productMainImage,
  .product-gallery .product-hero__media>img.product-main-image-transition{transform:scale(1.045)!important}
  .product-gallery .product-hero__media>img.product-main-image-transition{transform:scale(1.02)!important}
  .product-gallery .product-hero__media>img.product-main-image-transition.is-visible{transform:scale(1.045)!important}
}
@media (prefers-reduced-motion:reduce){
  .product-gallery .product-hero__media>img#productMainImage,
  .product-gallery .product-hero__media>img.product-main-image-transition{transition:none!important}
}

/* ==========================================================================
   VA HOME v7.3.15 — Editorial product story
   A calmer, magazine-like sequence after the purchase hero.
   ========================================================================== */
.has-editorial-product-story .product-hero{grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);gap:clamp(3rem,6vw,6rem);align-items:start}
.has-editorial-product-story .product-hero__info{padding-top:.4rem}
.has-editorial-product-story .product-hero__name{font-size:clamp(3.6rem,5.7vw,6.8rem);line-height:.84;max-width:8ch;margin-bottom:1.7rem}
.has-editorial-product-story .product-hero__desc{font-size:clamp(1rem,1.35vw,1.22rem);line-height:1.7;margin-bottom:1rem}
.has-editorial-product-story .product-hero__media{height:clamp(610px,74vh,820px)}
.has-editorial-product-story .product-gallery{display:grid;grid-template-columns:72px minmax(0,1fr);gap:1rem;align-items:start}
.has-editorial-product-story .product-gallery-thumbs{grid-column:1;grid-row:1;display:flex;flex-direction:column;margin:0}
.has-editorial-product-story .product-hero__media{grid-column:2;grid-row:1}
.has-editorial-product-story .product-gallery-thumb{width:72px}
.has-editorial-product-story .product-essential-facts{margin-top:1.2rem}
.has-editorial-product-story .product-purchase-support{margin-top:1.5rem}

.product-editorial-story{overflow:hidden}
.editorial-atmosphere{position:relative;min-height:clamp(720px,88vh,980px);display:grid;align-items:end;margin-top:clamp(2rem,5vw,5rem);border-top:1px solid var(--border-hairline);border-bottom:1px solid var(--border-hairline)}
.editorial-atmosphere__media{position:absolute;inset:0;overflow:hidden}
.editorial-atmosphere__media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,5,4,.08) 15%,rgba(5,5,4,.28) 48%,rgba(5,5,4,.94) 100%)}
.editorial-atmosphere__media img{width:100%;height:100%;object-fit:cover;transform:scale(1.015);transition:transform 1.8s var(--ease-standard)}
.editorial-atmosphere:hover img{transform:scale(1.035)}
.editorial-atmosphere__copy{position:relative;z-index:1;width:100%;padding-bottom:clamp(3rem,8vw,7rem)}
.editorial-atmosphere__copy h2{max-width:13ch;font-size:clamp(3.2rem,7vw,7.4rem);line-height:.92;margin:.25em 0 .35em}
.editorial-atmosphere__copy>p:last-child{max-width:52ch;font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.75;color:rgba(244,238,228,.78)}

.editorial-composition{padding-block:clamp(5rem,11vw,10rem)}
.editorial-composition__grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.72fr);gap:clamp(4rem,10vw,11rem);align-items:start}
.editorial-composition__lead h2{font-size:clamp(3rem,6vw,6rem);line-height:.94;max-width:10ch;margin:.22em 0 .45em}
.editorial-composition__lead>p:last-child{max-width:58ch;color:var(--text-secondary);font-size:clamp(1.05rem,1.55vw,1.3rem);line-height:1.85}
.editorial-composition__notes{padding-top:clamp(1rem,5vw,4rem);border-top:1px solid var(--border-hairline)}
.editorial-kicker{margin-bottom:1.6rem;color:var(--text-gold);font-size:.72rem;letter-spacing:.16em;text-transform:uppercase}
.editorial-composition__notes dl{display:grid;gap:1.4rem}
.editorial-composition__notes dl div{padding-bottom:1.35rem;border-bottom:1px solid var(--border-hairline)}
.editorial-composition__notes dt{margin-bottom:.45rem;color:var(--text-secondary);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase}
.editorial-composition__notes dd{font-family:var(--font-display);font-size:clamp(1.45rem,2vw,2rem);line-height:1.2}

.editorial-dna{padding-block:clamp(5rem,10vw,9rem);background:linear-gradient(130deg,#0f0d0a 0%,#090807 72%);border-top:1px solid var(--border-hairline);border-bottom:1px solid var(--border-hairline)}
.editorial-dna__layout{display:grid;grid-template-columns:minmax(0,.8fr) minmax(420px,1.2fr);gap:clamp(4rem,9vw,9rem);align-items:start}
.editorial-dna__intro h2{font-size:clamp(3.3rem,6vw,6.5rem);line-height:.9;margin:.22em 0 .38em}
.editorial-dna__intro>p:last-of-type{max-width:42ch;color:var(--text-secondary);font-size:clamp(1rem,1.4vw,1.2rem);line-height:1.75}
.editorial-dna__facts{display:grid;gap:1rem;margin-top:clamp(2rem,5vw,4rem);padding-top:1.5rem;border-top:1px solid var(--border-hairline)}
.editorial-dna__facts div{display:grid;grid-template-columns:95px 1fr;gap:1rem}
.editorial-dna__facts span{color:var(--text-secondary);font-size:.68rem;letter-spacing:.1em;text-transform:uppercase}
.editorial-dna__facts strong{font-weight:500}
.editorial-dna__scales{display:grid;gap:1.65rem;padding-top:.65rem}
.editorial-dna__row>div:first-child{display:flex;justify-content:space-between;gap:1rem;margin-bottom:.72rem;color:var(--text-secondary);font-size:.78rem;letter-spacing:.09em;text-transform:uppercase}
.editorial-dna__row strong{color:var(--text-gold);font-weight:500}
.editorial-dna__track{height:3px;background:rgba(255,255,255,.12);overflow:hidden}
.editorial-dna__track i{display:block;width:var(--dna-value);height:100%;background:linear-gradient(90deg,#835b28,var(--color-gold));transform-origin:left;animation:dnaReveal 1s var(--ease-standard) both}

.editorial-use{padding-block:clamp(5rem,10vw,9rem)}
.editorial-use__grid>div:first-child{display:grid;grid-template-columns:.5fr 1fr;gap:3rem;align-items:end;margin-bottom:clamp(3rem,7vw,6rem)}
.editorial-use__grid h2{font-size:clamp(3rem,6vw,6rem);line-height:.92;max-width:10ch}
.editorial-use__cards{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--border-hairline);border-bottom:1px solid var(--border-hairline)}
.editorial-use__cards article{padding:clamp(1.5rem,3vw,3rem);min-height:250px;border-right:1px solid var(--border-hairline)}
.editorial-use__cards article:last-child{border-right:0}
.editorial-use__cards span{display:block;margin-bottom:3rem;color:var(--text-gold);font-size:.72rem;letter-spacing:.12em}
.editorial-use__cards h3{font-family:var(--font-display);font-size:clamp(1.6rem,2.2vw,2.2rem);line-height:1.15;margin-bottom:1rem}
.editorial-use__cards p{color:var(--text-secondary);line-height:1.7}
.editorial-use__details{margin-top:1rem;border-bottom:1px solid var(--border-hairline)}
.editorial-use__details summary{padding:1.35rem 2rem 1.35rem 0;cursor:pointer;font-weight:600;list-style:none}
.editorial-use__details summary::-webkit-details-marker{display:none}
.editorial-use__details div{max-width:70ch;padding:0 0 1.7rem;color:var(--text-secondary);line-height:1.75}
.editorial-use__details p+p{margin-top:.7rem}

.product-image-switcher #productMainImage,.product-image-switcher .product-main-image-transition{transition:opacity 1.05s cubic-bezier(.22,.61,.36,1),transform 1.25s cubic-bezier(.22,.61,.36,1)!important}
.product-image-switcher .product-main-image-transition{transform:scale(1.018)}
.product-image-switcher .product-main-image-transition.is-visible{transform:scale(1)}

@media(max-width:1050px){
  .has-editorial-product-story .product-hero{grid-template-columns:1fr 1fr;gap:2.5rem}
  .has-editorial-product-story .product-gallery{grid-template-columns:58px 1fr}
  .has-editorial-product-story .product-gallery-thumb{width:58px}
  .editorial-dna__layout{grid-template-columns:1fr 1fr;gap:4rem}
}
@media(max-width:900px){
  .has-editorial-product-story .product-hero{grid-template-columns:1fr}
  .has-editorial-product-story .product-gallery{grid-template-columns:1fr}
  .has-editorial-product-story .product-gallery-thumbs{grid-column:1;grid-row:2;flex-direction:row;margin-top:1rem;overflow:auto}
  .has-editorial-product-story .product-hero__media{grid-column:1;grid-row:1;height:auto;aspect-ratio:4/5}
  .has-editorial-product-story .product-gallery-thumb{width:64px}
  .editorial-composition__grid,.editorial-dna__layout{grid-template-columns:1fr;gap:3rem}
  .editorial-use__grid>div:first-child{grid-template-columns:1fr;gap:1rem}
  .editorial-use__cards{grid-template-columns:1fr}
  .editorial-use__cards article{min-height:auto;border-right:0;border-bottom:1px solid var(--border-hairline)}
  .editorial-use__cards article:last-child{border-bottom:0}
}
@media(max-width:600px){
  .editorial-atmosphere{min-height:72vh}
  .editorial-atmosphere__copy h2{font-size:clamp(2.7rem,14vw,4.4rem)}
  .editorial-composition,.editorial-dna,.editorial-use{padding-block:4rem}
  .editorial-dna__facts div{grid-template-columns:1fr;gap:.35rem}
}
@media(prefers-reduced-motion:reduce){.editorial-atmosphere__media img,.editorial-dna__track i,.product-image-switcher #productMainImage,.product-image-switcher .product-main-image-transition{transition:none!important;animation:none!important}}

/* ========================================================================== 
   VA HOME v8.0 — Cinematic product story
   ========================================================================== */
.product-story-legacy-disabled .product-hero{grid-template-columns:minmax(0,1.06fr) minmax(430px,.94fr);gap:clamp(3rem,5vw,5.5rem);align-items:start}
.product-story-legacy-disabled .product-hero__media{height:clamp(590px,72vh,790px)}
.product-story-legacy-disabled .product-hero__name{font-size:clamp(3.7rem,5.5vw,6.5rem);line-height:.86}
.product-story-legacy-disabled .product-editorial-story{margin-top:clamp(2rem,5vw,5rem)}

.story-cinema{position:relative;display:flex;align-items:flex-end;overflow:hidden;border-block:1px solid var(--border-hairline)}
.story-cinema>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform 1.8s var(--ease-standard)}
.story-cinema:hover>img{transform:scale(1.025)}
.story-cinema__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,4,3,.82) 0%,rgba(4,4,3,.3) 48%,rgba(4,4,3,.08) 100%),linear-gradient(0deg,rgba(4,4,3,.45),transparent 55%)}
.story-cinema__copy{position:relative;z-index:1}
.story-cinema__copy h2{margin:.3em 0 .45em;line-height:.94}
.story-cinema__copy span{color:var(--text-gold);font-size:.72rem;letter-spacing:.16em}

.story-composition{display:grid;border-bottom:1px solid var(--border-hairline)}
.story-composition>*{min-width:0}
.story-composition__copy,.story-dna{}
.story-composition__copy{display:flex;flex-direction:column;justify-content:center;background:linear-gradient(145deg,#100e0b,#080706)}
.story-composition__copy h2{margin:.35em 0 .45em;line-height:.94}
.story-composition__copy>p:not(.eyebrow){color:var(--text-secondary);font-size:clamp(1rem,1.25vw,1.18rem);line-height:1.8}
.story-composition__copy a{margin-top:1.6rem;color:var(--text-gold);text-decoration:underline;text-underline-offset:5px}
.story-composition__macro{overflow:hidden;background:#0b0907}
.story-composition__macro img{width:100%;height:100%;object-fit:cover;transition:transform 1.6s var(--ease-standard)}
.story-composition__macro:hover img{}
.story-dna{display:flex;flex-direction:column;justify-content:center;background:#0a0907}
.story-dna__row{margin-top:1.3rem}
.story-dna__row>div:first-child{display:flex;justify-content:space-between;margin-bottom:.6rem;color:var(--text-secondary);font-size:.76rem;letter-spacing:.08em;text-transform:uppercase}
.story-dna__row strong{color:var(--text-gold);font-weight:500}
.story-dna__track{height:2px;background:rgba(255,255,255,.14)}
.story-dna__track i{display:block;width:var(--dna-value);height:100%;background:linear-gradient(90deg,#805728,var(--color-gold))}

.story-notes{background:#070706}
.story-notes__heading{margin-bottom:clamp(2rem,4vw,4rem)}
.story-notes__heading h2{font-size:clamp(2.8rem,5vw,5rem);line-height:.95}
.story-notes__grid{display:grid;grid-template-columns:repeat(3,1fr)}
.story-notes__grid article{position:relative;overflow:hidden;border-right:1px solid var(--border-hairline)}
.story-notes__grid article:last-child{border-right:0}
.story-notes__grid img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform 1.4s var(--ease-standard),filter 1.1s var(--ease-standard)}
.story-notes__grid article:hover img{transform:scale(1.045);filter:saturate(.9) brightness(.78)}
.story-notes__grid article::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 18%,rgba(4,4,3,.18) 45%,rgba(4,4,3,.94) 100%)}
.story-notes__grid article>div{position:absolute;z-index:1}
.story-notes__grid span,.story-notes__grid p{color:var(--text-secondary);font-size:.7rem;letter-spacing:.12em;text-transform:uppercase}
.story-notes__grid h3{margin:.55rem 0 .75rem;font-family:var(--font-display);font-size:clamp(1.55rem,2.4vw,2.65rem);line-height:1.12}

.story-ritual{background:linear-gradient(120deg,#0f0d0a,#070706)}
.story-ritual__heading{display:grid;grid-template-columns:.45fr 1fr;align-items:end;gap:3rem}
.story-ritual__heading h2{max-width:12ch;line-height:.94}
.story-ritual__steps{display:grid;border-block:1px solid var(--border-hairline)}
.story-ritual__steps article{border-right:1px solid var(--border-hairline)}
.story-ritual__steps article:last-child{border-right:0}
.story-ritual__steps span{display:block;margin-bottom:2.5rem;color:var(--text-gold);font-size:.75rem;letter-spacing:.16em}
.story-ritual__steps h3{margin-bottom:.8rem;font-family:var(--font-display);font-size:clamp(1.5rem,2.1vw,2.25rem)}
.story-ritual__steps p{max-width:30ch;color:var(--text-secondary);line-height:1.7}
.story-ritual__details{border-bottom:1px solid var(--border-hairline)}
.story-ritual__details summary{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:1.4rem .25rem;cursor:pointer;list-style:none;transition:color .2s ease,background-color .2s ease}
.story-ritual__details summary::-webkit-details-marker{display:none}
.story-ritual__details summary:hover{color:var(--text-gold);background:rgba(190,140,70,.035)}
.story-ritual__details summary:focus-visible{outline:1px solid var(--text-gold);outline-offset:5px}
.story-ritual__summary-copy{display:grid;gap:.22rem;min-width:0}
.story-ritual__summary-copy strong{font-size:1rem;font-weight:600;line-height:1.35}
.story-ritual__summary-copy small{color:var(--text-secondary);font-size:.72rem;font-weight:400;letter-spacing:.035em}
.story-ritual__summary-icon{position:relative;flex:0 0 34px;width:34px;height:34px;border:1px solid rgba(190,140,70,.4);border-radius:50%;transition:border-color .2s ease,background-color .2s ease,transform .25s ease}
.story-ritual__summary-icon:after{content:"";position:absolute;left:50%;top:48%;width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:translate(-50%,-62%) rotate(45deg);transition:transform .25s ease}
.story-ritual__details summary:hover .story-ritual__summary-icon{border-color:var(--text-gold);background:rgba(190,140,70,.08)}
.story-ritual__details[open] .story-ritual__summary-icon{transform:rotate(180deg)}
.story-ritual__details div{max-width:75ch;padding-bottom:1.8rem;color:var(--text-secondary);line-height:1.75}

.story-discovery{background:linear-gradient(125deg,#15120e,#080706);border-block:1px solid var(--border-hairline)}
.story-discovery__inner{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center}
.story-discovery__inner>div{padding:clamp(3rem,6vw,6rem) 0}
.story-discovery h2{margin:.25em 0 .25em;font-size:clamp(2.7rem,4.8vw,5rem);line-height:.95}
.story-discovery p:not(.eyebrow){margin-bottom:1.8rem;color:var(--text-secondary)}
.story-discovery img{width:100%;object-fit:cover}
.story-similar{background:#070706}

@media(max-width:1050px){
  .product-story-legacy-disabled .product-hero{grid-template-columns:1fr 1fr;gap:2.5rem}
  .story-composition{grid-template-columns:1fr 1fr}
  .story-dna{grid-column:1/-1}
}
@media(max-width:900px){
  .product-story-legacy-disabled .product-hero{grid-template-columns:1fr}
  .story-composition,.story-notes__grid,.story-discovery__inner{grid-template-columns:1fr}
  .story-composition__macro{min-height:70vh}
  .story-notes__grid article{min-height:68vh;border-right:0;border-bottom:1px solid var(--border-hairline)}
  .story-ritual__heading{grid-template-columns:1fr;gap:1rem}
  
  .story-ritual__steps article{border-right:0;border-bottom:1px solid var(--border-hairline)}
  .story-discovery img{height:310px}
}
@media(max-width:600px){
  .story-cinema{min-height:68vh}
  .story-composition__copy,.story-dna{padding:3rem 1.25rem}
  .story-notes__heading{padding-inline:1.25rem}
  .story-ritual__steps article{padding:2rem 0}
}
@media(prefers-reduced-motion:reduce){.story-cinema>img,.story-composition__macro img,.story-notes__grid img{transition:none!important}}

/* ==========================================================================
   VA HOME v9 — Render-faithful cinematic composition
   ========================================================================== */
.has-product-story-v10 .product-editorial-story{background:#070706}
.has-product-story-v10 .product-hero{}
.has-product-story-v10 .product-purchase-support{margin-bottom:0}
.story-cinema{min-height:clamp(360px,44vw,560px);border-top:1px solid var(--border-hairline);border-bottom:0}
.story-cinema__copy{padding-bottom:clamp(2.5rem,5vw,4rem)}
.story-cinema__copy h2{font-size:clamp(2.5rem,4.6vw,5rem);max-width:15ch}
.story-composition{min-height:clamp(430px,42vw,620px);grid-template-columns:1.05fr .9fr 1fr}
.story-composition__copy,.story-dna{padding:clamp(2.5rem,4.5vw,4.5rem)}
.story-composition__copy h2{font-size:clamp(2.35rem,3.8vw,4.25rem)}
.story-composition__macro img{transform:scale(1.03)}
.story-composition__macro:hover img{transform:scale(1.07)}
.story-notes{padding-top:0;border-bottom:1px solid var(--border-hairline)}
.story-notes__label{display:flex;align-items:end;justify-content:space-between;padding:1.25rem clamp(1.5rem,4vw,4rem);border-top:1px solid var(--border-hairline);border-bottom:1px solid var(--border-hairline)}
.story-notes__label h2{margin:0;font-size:clamp(1.6rem,2.5vw,2.5rem)}
.story-notes__grid article{min-height:clamp(340px,36vw,500px)}
.story-notes__grid img{filter:saturate(.82) brightness(.68);object-position:center}
.story-notes__grid article>div{left:clamp(1.5rem,2.5vw,2.5rem);right:clamp(1.5rem,2.5vw,2.5rem);bottom:clamp(1.4rem,2.5vw,2.5rem)}
.story-ritual{padding-block:clamp(3.5rem,6vw,6rem)}
.story-ritual__heading{margin-bottom:clamp(2rem,4vw,3.25rem)}
.story-ritual__heading h2{font-size:clamp(2.7rem,4.7vw,5rem)}
.story-ritual__steps{grid-template-columns:repeat(3,1fr) 1.25fr}
.story-ritual__steps article{padding:clamp(1.8rem,3vw,3rem)}
.story-ritual__steps figure{min-height:290px;overflow:hidden}
.story-ritual__steps figure img{width:100%;height:100%;object-fit:cover;filter:brightness(.78) saturate(.82);transition:transform 1.4s var(--ease-standard)}
.story-ritual__steps figure:hover img{transform:scale(1.035)}
.story-ritual__details{margin-top:0}
.story-discovery__inner{min-height:330px}
.story-discovery img{height:330px;mix-blend-mode:normal;opacity:.86;object-position:center}
.story-similar{padding-top:clamp(3rem,5vw,5rem)!important}
@media(max-width:1050px){.story-ritual__steps{grid-template-columns:repeat(3,1fr)}.story-ritual__steps figure{grid-column:1/-1;min-height:360px}}
@media(max-width:900px){.story-notes__label{display:block}.story-notes__label h2{margin-top:.45rem}.story-ritual__steps{grid-template-columns:1fr}.story-ritual__steps figure{grid-column:auto;min-height:55vh}}

/* ========================================================================== 
   VA HOME v9.1 — Render-faithful product stories
   All product pages share the same cinematic structure while using each
   fragrance's own gallery and atmosphere photography.
   ========================================================================== */
.has-product-story-v10 .product-editorial-story{width:100%;overflow:clip}
.has-product-story-v10 .story-cinema,
.has-product-story-v10 .story-composition,
.has-product-story-v10 .story-notes,
.has-product-story-v10 .story-ritual,
.has-product-story-v10 .story-discovery{width:100%}

/* Notes: three real product-specific scenes, edge-to-edge like the render. */
.has-product-story-v10 .story-notes__label{min-height:92px;padding:1.35rem max(3rem,calc((100vw - 1500px)/2));background:#080706}
.has-product-story-v10 .story-notes__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%}
.has-product-story-v10 .story-notes__grid article{min-height:clamp(300px,29vw,455px)}
.has-product-story-v10 .story-notes__grid article>div{max-width:34ch}
.has-product-story-v10 .story-notes__grid h3{font-size:clamp(1.5rem,2.15vw,2.5rem)}

/* Render-faithful ritual: one compact horizontal scene, not a giant heading. */
.story-ritual--render{padding:0;background:#090806;border-bottom:1px solid var(--border-hairline)}
.story-ritual--render .story-ritual__bar{border-bottom:1px solid var(--border-hairline)}
.story-ritual--render .story-ritual__intro{display:flex;align-items:flex-start;padding:2rem clamp(1.5rem,3vw,3.2rem);border-right:1px solid var(--border-hairline)}
.story-ritual--render .story-ritual__intro .eyebrow{writing-mode:initial;margin:0;white-space:nowrap}
.story-ritual--render .story-ritual__bar>article{display:grid;grid-template-columns:64px minmax(0,1fr);gap:1.1rem;border-right:1px solid var(--border-hairline)}
.story-ritual--render .story-ritual__bar>article span{display:block;margin:0 0 .6rem;color:var(--text-gold);font-size:.68rem;letter-spacing:.15em}
.story-ritual--render .story-ritual__bar>article h3{margin:0 0 .55rem;font-family:var(--font-display);font-size:clamp(1.25rem,1.55vw,1.75rem);line-height:1.05}
.story-ritual--render .story-ritual__bar>article p{max-width:22ch;margin:0;color:var(--text-secondary);font-size:.82rem;line-height:1.62}
.story-ritual__icon{display:grid;place-items:center;width:58px;height:58px;border:1px solid rgba(185,133,55,.55);border-radius:50%;color:var(--text-gold)}
.story-ritual__icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}
.story-ritual--render figure{min-width:0}
.story-ritual--render figure img{filter:brightness(.78) saturate(.82);transition:transform 1.6s var(--ease-standard),filter 1.2s var(--ease-standard)}
.story-ritual--render figure:hover img{transform:scale(1.035);filter:brightness(.84) saturate(.9)}
.story-ritual--render .story-ritual__details{margin:0;border-bottom:0}
.story-ritual--render .story-ritual__details summary{padding:1.15rem .25rem}

/* Bring the lower story closer to the dense, cinematic render. */
.has-product-story-v10 .story-composition{grid-template-columns:1fr .82fr 1fr;min-height:clamp(420px,39vw,590px)}
.has-product-story-v10 .story-composition__copy,.has-product-story-v10 .story-dna{padding:clamp(2.4rem,4vw,4.2rem)}
.has-product-story-v10 .story-discovery__inner{min-height:300px}
.has-product-story-v10 .story-discovery img{height:300px}

@media(max-width:1250px){
  .story-ritual--render .story-ritual__bar{grid-template-columns:repeat(3,1fr) 1.35fr}
  .story-ritual--render .story-ritual__intro{grid-column:1/-1;padding:1.2rem 1.5rem;border-right:0;border-bottom:1px solid var(--border-hairline)}
}
@media(max-width:900px){
  .has-product-story-v10 .story-notes__grid{grid-template-columns:1fr}
  .has-product-story-v10 .story-notes__grid article{min-height:58vh;border-right:0}
  .story-ritual--render .story-ritual__bar{}
  .story-ritual--render .story-ritual__intro{grid-column:1/-1}
  .story-ritual--render .story-ritual__bar>article{}
  .story-ritual--render figure{}
}
@media(max-width:620px){
  .story-ritual--render .story-ritual__bar{grid-template-columns:1fr}
  .story-ritual--render .story-ritual__bar>article{grid-template-columns:54px 1fr;min-height:0;padding:1.6rem 1.2rem;border-right:0;border-bottom:1px solid var(--border-hairline)}
  .story-ritual__icon{width:48px;height:48px}
  .story-ritual__icon svg{width:25px;height:25px}
  .story-ritual--render figure{min-height:58vw}
  .has-product-story-v10 .story-notes__label{padding-inline:1.2rem}
}

/* ========================================================================== 
   VA HOME v9.3 — Render spacing + full-width assurance row + ritual fix
   ========================================================================== */
.has-product-story-v10 .section--tight:has(.product-hero){padding-bottom:0!important}
.has-product-story-v10 .product-hero{padding-bottom:0!important;margin-bottom:0}
.has-product-story-v10 .product-purchase-support--full{
  width:100%;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  margin:clamp(1.5rem,2.4vw,2.25rem) 0 0;
  padding:1rem 0;
  border-top:1px solid var(--border-hairline);
  border-bottom:1px solid var(--border-hairline);
}
.has-product-story-v10 .product-purchase-support--full>div{
  display:grid;
  grid-template-columns:32px minmax(0,1fr);
  align-items:center;
  gap:.8rem;
  min-height:48px;
  padding:0 clamp(1rem,2.2vw,2rem);
}
.has-product-story-v10 .product-purchase-support--full>div:first-child{padding-left:0}
.has-product-story-v10 .product-purchase-support--full>div+div{border-left:1px solid var(--border-hairline)}
.has-product-story-v10 .product-purchase-support--full strong{font-size:.78rem;line-height:1.3}
.has-product-story-v10 .product-purchase-support--full span:not(.product-support-icon){font-size:.66rem;line-height:1.4}
.has-product-story-v10 .product-purchase-support--full .product-support-icon{width:26px;height:26px;font-size:.7rem!important}
.has-product-story-v10 .product-purchase-support--full>a{
  grid-column:1/-1;
  margin:.8rem 0 0;
  padding-top:.75rem;
  border-top:1px solid rgba(184,138,75,.12);
  font-size:.66rem;
}

/* Atmosphere begins directly after the assurance strip. */
.has-product-story-v10 .product-editorial-story{margin-top:0!important}
.has-product-story-v10 .story-cinema{margin-top:0!important}

/* Ritual mirrors the render: slim heading, three equal steps, one image. */
.story-ritual--render .story-ritual__header{
  display:flex;
  align-items:center;
  min-height:52px;
  padding:0 max(2rem,calc((100vw - 1500px)/2));
  border-top:1px solid var(--border-hairline);
  border-bottom:1px solid var(--border-hairline);
}
.story-ritual--render .story-ritual__header .eyebrow{margin:0}
.story-ritual--render .story-ritual__bar{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr)) minmax(300px,1.25fr);
  height:clamp(250px,22vw,330px);
  min-height:0;
  border-top:0;
}
.story-ritual--render .story-ritual__bar>article{
  min-height:0;
  height:100%;
  align-content:center;
  padding:clamp(1.4rem,2.2vw,2.25rem);
}
.story-ritual--render figure{
  position:relative;
  height:100%;
  min-height:0;
  overflow:hidden;
}
.story-ritual--render figure img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
@media(min-width:901px){
  .story-ritual--render .story-ritual__bar>article{
    align-content:start;
    padding-top:clamp(3rem,5.3vw,5.9rem);
  }
}
@media(max-width:1100px){
  .has-product-story-v10 .product-purchase-support--full>div{padding-inline:1rem}
  .story-ritual--render .story-ritual__bar{grid-template-columns:repeat(3,1fr);height:auto}
  .story-ritual--render figure{grid-column:1/-1;height:clamp(280px,42vw,430px)}
}
@media(max-width:900px){
  .has-product-story-v10 .product-purchase-support--full{grid-template-columns:1fr}
  .has-product-story-v10 .product-purchase-support--full>div{padding:.8rem 0}
  .has-product-story-v10 .product-purchase-support--full>div+div{border-left:0;border-top:1px solid var(--border-hairline)}
  .story-ritual--render .story-ritual__header{padding-inline:1.25rem}
  .story-ritual--render .story-ritual__bar{grid-template-columns:1fr}
  .story-ritual--render .story-ritual__bar>article{height:auto;min-height:150px}
  .story-ritual--render figure{grid-column:auto;height:65vw;min-height:260px}
}

/* ========================================================================== 
   VA HOME v9.4 — Final render alignment
   ========================================================================== */
@media(min-width:901px){
  /* Keep the assurance row visually attached to the purchase controls. */
  .has-product-story-v10 .product-purchase-support--full{
    margin-top:.35rem;
    padding-top:.9rem;
    padding-bottom:.9rem;
  }

  /* Render-style atmosphere copy: full-width positioning, further left and higher. */
  .has-product-story-v10 .story-cinema__copy{
    width:100%;
    max-width:none;
    margin:0;
    padding-left:clamp(2.5rem,7vw,7.5rem);
    padding-right:clamp(2.5rem,7vw,7.5rem);
    padding-bottom:clamp(4rem,7vw,6.5rem);
  }
  .has-product-story-v10 .story-cinema__copy h2{
    max-width:15ch;
  }
}

@media(max-width:900px){
  .has-product-story-v10 .product-purchase-support--full{margin-top:.5rem}
  .has-product-story-v10 .story-cinema__copy{
    width:100%;
    max-width:none;
    padding-left:1.25rem;
    padding-right:1.25rem;
    padding-bottom:3rem;
  }
}

/* ========================================================================== 
   VA HOME v9.5 — Hero photo/support seamless join
   The left gallery now stretches to the full height of the purchase column,
   so the reassurance strip starts directly beneath both columns.
   ========================================================================== */
@media (min-width: 901px) {
  .has-product-story-v10 .product-hero {
    align-items: stretch;
  }

  .has-product-story-v10 .product-hero__visual-stack {
    height: 100%;
    align-self: stretch;
  }

  .has-product-story-v10 .product-gallery {
    height: 100%;
    align-items: stretch;
  }

  .has-product-story-v10 .product-gallery .product-hero__media {
    min-height: clamp(650px, 78vh, 900px);
    max-height: none !important;
  }

  .has-product-story-v10 .product-gallery .product-hero__media > img,
  .has-product-story-v10 .product-gallery .product-hero__media > img#productMainImage,
  .has-product-story-v10 .product-gallery .product-hero__media > img.product-main-image-transition {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .has-product-story-v10 .product-purchase-support--full {
    margin-top: 0;
  }
}

/* ========================================================================== 
   VA HOME v9.6 — exact gallery/purchase baseline alignment
   The visible photo edge ends on the same baseline as the purchase module.
   ========================================================================== */
@media (min-width: 901px) {
  .has-product-story-v10 .product-hero {
    grid-auto-rows: 1fr;
  }
  .has-product-story-v10 .product-gallery,
  .has-product-story-v10 .product-gallery .product-hero__media,
  .has-product-story-v10 .product-gallery .product-hero__media > img {
    min-height: 0 !important;
  }
  .has-product-story-v10 .product-gallery .product-hero__media {
  }
  .has-product-story-v10 .product-hero__info {
    align-self: stretch;
  }
}

/* ========================================================================== 
   VA HOME v9.7.1 — balanced product photo baseline
   A small premium breathing space between the gallery and assurance strip.
   ========================================================================== */
@media (min-width: 901px) {
  .has-product-story-v10 .product-gallery .product-hero__media {
    height: calc(100% - 28px) !important;
    align-self: start;
  }

  .has-product-story-v10 .product-gallery {
    align-content: start;
  }
}


/* ========================================================================== 
   VA HOME v11.8.58 — Ambient product gallery
   The active gallery image softly dissolves into a blurred copy beneath it.
   Both ambient layers crossfade in sync with the 6-second gallery rotation.
   ========================================================================== */
.product-image-switcher--ambient {
  isolation: isolate;
  overflow: hidden;
  background: var(--color-cream, #f4f1ea);
}

.product-image-switcher--ambient .product-gallery-ambient {
  position: absolute;
  inset: -8%;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.product-image-switcher--ambient .product-gallery-ambient__layer {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-position: center;
  background-size: cover;
  filter: blur(48px) saturate(.82) brightness(1.03);
  transform: scale(1.14);
  transition: opacity 1.15s cubic-bezier(.22,.61,.36,1);
  will-change: opacity;
}

.product-image-switcher--ambient .product-gallery-ambient__layer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(244,241,234,.18);
}

.product-image-switcher--ambient .product-gallery-ambient__layer.is-active {
  opacity: .72;
}

.product-image-switcher--ambient > img#productMainImage,
.product-image-switcher--ambient > img.product-main-image-transition {
  z-index: 1;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 5.5%, #000 94.5%, transparent 100%),
                      linear-gradient(to bottom, transparent 0, #000 4%, #000 96%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(to right, transparent 0, #000 5.5%, #000 94.5%, transparent 100%),
              linear-gradient(to bottom, transparent 0, #000 4%, #000 96%, transparent 100%);
  mask-composite: intersect;
}

.product-image-switcher--ambient .product-hero__badges {
  z-index: 3;
}

@media (max-width: 760px) {
  .product-image-switcher--ambient .product-gallery-ambient {
    inset: -10%;
  }
  .product-image-switcher--ambient .product-gallery-ambient__layer {
    filter: blur(34px) saturate(.85) brightness(1.03);
    transform: scale(1.16);
  }
  .product-image-switcher--ambient > img#productMainImage,
  .product-image-switcher--ambient > img.product-main-image-transition {
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 4%, #000 96%, transparent 100%),
                        linear-gradient(to bottom, transparent 0, #000 3%, #000 97%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0, #000 4%, #000 96%, transparent 100%),
                linear-gradient(to bottom, transparent 0, #000 3%, #000 97%, transparent 100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-image-switcher--ambient .product-gallery-ambient__layer {
    transition: none !important;
  }
}

/* VA HOME v12.0.8 — product gallery thumbnail paint fix
   Prevent visible grey tiles before eager gallery images are painted. */
.product-gallery .product-gallery-thumb,
.product-gallery .product-gallery-thumb img {
  background: transparent !important;
}


/* v13.1.2 — strict product-story gallery source */
.product-hero__media[data-story-empty="true"] { background: transparent; }
.product-hero__media[data-story-empty="true"] #productMainImage { visibility: hidden; }

/* ===== final-polish.css ===== */
/* VA HOME v10.0 — final supporting pages polish */
.status-premium,.thank-premium,.not-found-premium{position:relative;overflow:hidden;background:#080806}
.status-premium::before,.thank-premium::before,.not-found-premium::before{content:"";position:absolute;inset:0;background-size:cover;background-position:center;opacity:.48;transform:scale(1.02)}
.status-premium::after,.thank-premium::after,.not-found-premium::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,5,4,.97) 0%,rgba(5,5,4,.83) 44%,rgba(5,5,4,.28) 100%)}
.status-premium::before{background-image:url('../images/home/hero-main.webp')}
.thank-premium::before{background-image:url('../images/home/hero-discovery.webp')}
.not-found-premium::before{background-image:url('../images/home/hero-noir.webp')}
.status-premium>.container,.thank-premium>.container,.not-found-premium>.container{position:relative;z-index:1}
.status-premium{min-height:calc(100dvh - 82px);display:flex;align-items:center;padding:clamp(70px,10vw,130px) 0}
.status-premium .order-track__container{max-width:760px;margin-left:max(var(--container-pad),calc((100vw - var(--container-width))/2));margin-right:auto}
.status-premium h1,.thank-premium h1,.not-found-premium h1{font-family:var(--font-display);font-weight:500;line-height:.92;font-size:clamp(4rem,8vw,7.8rem);max-width:9ch}
.status-premium .order-track__lead{font-size:clamp(1rem,1.6vw,1.25rem);max-width:45ch;line-height:1.7}
.status-premium .order-track__form{margin-top:34px;padding:clamp(22px,3vw,34px);border:1px solid var(--border-hairline);background:rgba(12,11,9,.82);backdrop-filter:blur(14px)}
.status-premium .order-track__result{margin-top:28px;border:1px solid var(--border-hairline);background:#0d0c0a}
.status-premium .order-status-timeline{display:grid;gap:0;margin-top:24px;border:1px solid var(--border-hairline)}
.status-premium .order-status-step{display:grid;grid-template-columns:22px 1fr;gap:14px;padding:18px 20px;border-bottom:1px solid var(--border-hairline)}
.status-premium .order-status-step:last-child{border-bottom:0}
.status-premium .order-status-step i{width:10px;height:10px;border-radius:50%;margin-top:6px;border:1px solid var(--gold);box-shadow:0 0 0 5px rgba(190,141,70,.08)}
.status-premium .order-status-step.is-active i{background:var(--gold)}
.thank-premium{padding:clamp(72px,10vw,130px) 0}
.thank-premium .order-success__container{position:relative;z-index:1}
.thank-premium .order-success__lead{max-width:48ch;font-size:clamp(1.05rem,1.7vw,1.3rem);line-height:1.7}
.thank-premium .order-success__number,.thank-premium .order-success__grid,.thank-premium .order-success__note{background:rgba(10,9,8,.88);backdrop-filter:blur(14px)}
.thank-premium .post-purchase-steps{display:grid;grid-template-columns:repeat(3,1fr);margin:28px 0 38px;border:1px solid var(--border-hairline)}
.thank-premium .post-purchase-steps div{padding:22px;border-right:1px solid var(--border-hairline)}
.thank-premium .post-purchase-steps div:last-child{border-right:0}
.thank-premium .post-purchase-steps strong{display:block;margin-bottom:8px}
.thank-premium .thank-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.collections-premium-hero{position:relative;min-height:clamp(460px,66vh,700px);display:flex;align-items:flex-end;background:url('../images/collections/noir.webp') center/cover no-repeat;overflow:hidden}
.collections-premium-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,5,4,.97),rgba(5,5,4,.72) 48%,rgba(5,5,4,.12))}
.collections-premium-hero .container{position:relative;z-index:1;padding-bottom:clamp(50px,8vw,100px)}
.collections-premium-hero h1{font-family:var(--font-display);font-size:clamp(4.3rem,8vw,8rem);font-weight:500;line-height:.9;max-width:8ch}
.collections-premium-hero .lead{}
.collections-compare{margin-top:-1px;background:#0d0c0a}
.collection-editorial{scroll-margin-top:100px}
.not-found-premium{min-height:calc(100dvh - 82px);display:flex;align-items:center}
.not-found-premium .container{padding-top:80px;padding-bottom:80px}
.not-found-premium p{max-width:40ch;font-size:1.12rem;line-height:1.75}
.not-found-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.legal-premium{padding-top:40px;padding-bottom:90px}
.legal-layout{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:clamp(40px,7vw,100px);align-items:start;max-width:1120px}
.legal-copy{max-width:760px}
.legal-copy>h1{font-family:var(--font-display);font-size:clamp(3.7rem,7vw,6.4rem);font-weight:500;line-height:.95;max-width:10ch}
.legal-copy .product-detail-section{scroll-margin-top:120px;padding:34px 0}
.legal-copy .product-detail-section__title{font-family:var(--font-display);font-weight:500!important;font-size:clamp(1.7rem,3vw,2.5rem)!important}
.legal-nav{position:sticky;top:110px;padding:24px;border:1px solid var(--border-hairline);background:#0d0c0a}
.legal-nav strong{display:block;margin-bottom:16px;color:var(--gold);letter-spacing:.12em;text-transform:uppercase;font-size:.76rem}
.legal-nav a{display:block;padding:10px 0;color:var(--text-secondary);border-bottom:1px solid var(--border-hairline);font-size:.9rem}
.legal-nav a:last-child{border-bottom:0}
.legal-nav a:hover{color:var(--text-primary)}
@media(max-width:900px){.legal-layout{grid-template-columns:1fr}.legal-nav{position:static;order:-1}.post-purchase-steps{grid-template-columns:1fr!important}.thank-premium .post-purchase-steps div{border-right:0;border-bottom:1px solid var(--border-hairline)}.thank-premium .post-purchase-steps div:last-child{border-bottom:0}.status-premium::after,.thank-premium::after,.not-found-premium::after{background:linear-gradient(180deg,rgba(5,5,4,.82),rgba(5,5,4,.97) 72%)}.status-premium .order-track__container{margin-inline:auto}}

/* VA HOME v10.1 — final hero alignment + product typography/mobile repair */
@media (min-width: 901px) {
  .collections-premium-hero .container,
  .discovery-hero__content,
  .scent-experience__hero-content,
  .status-premium .order-track__container,
  .journal-hero .container {
    transform: translate(-56px,-34px);
  }

  .collections-premium-hero {
    align-items: center;
  }

  .collections-premium-hero .container {
  }

  .discovery-hero__content {
    padding-top: 100px;
    padding-bottom: 54px;
  }

  .scent-experience__hero-content {
    padding-top: 96px;
    padding-bottom: 48px;
  }

  .status-premium {
    align-items: flex-start;
  }

  .journal-hero {
    align-items: flex-start;
    padding-top: clamp(92px,10vh,130px);
  }
}

/* Product names must never break inside words. */
.product-hero__name {
  overflow-wrap: normal !important;
  word-break: keep-all !important;
  hyphens: none !important;
}

@media (min-width: 1060px) {
  .has-editorial-product-story .product-hero__name,
  .product-story-legacy-disabled .product-hero__name,
  .has-product-story-v10 .product-hero__name {
    max-width: 12ch !important;
    font-size: clamp(3.35rem,5vw,6.2rem) !important;
  }
}

/* Fix the cinematic product story on phones: no squeezed 2–4 letter columns. */
@media (max-width: 900px) {
  .has-product-story-v10 .story-composition,
  .has-product-story-v10 .story-notes__grid,
  .has-product-story-v10 .story-discovery__inner {
    grid-template-columns: minmax(0,1fr) !important;
  }

  .has-product-story-v10 .story-composition__copy,
  .has-product-story-v10 .story-dna,
  .has-product-story-v10 .story-composition__macro {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  .has-product-story-v10 .story-composition__copy,
  .has-product-story-v10 .story-dna {
    padding: 3rem max(1.25rem,var(--container-pad)) !important;
  }

  .has-product-story-v10 .story-composition__copy h2,
  .has-product-story-v10 .story-composition__copy p,
  .has-product-story-v10 .story-dna * {
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }

  .has-product-story-v10 .story-composition__macro {
    min-height: 62vh !important;
  }
}

@media (max-width: 620px) {
  .product-hero__name {
    max-width: 100% !important;
    font-size: clamp(2.7rem,13vw,4rem) !important;
    line-height: .92 !important;
  }

  .collections-premium-hero .container,
  .discovery-hero__content,
  .scent-experience__hero-content,
  .status-premium .order-track__container,
  .journal-hero .container {
    transform: none;
  }

  .status-premium h1,
  .thank-premium h1,
  .not-found-premium h1 {
    max-width: 12ch;
    font-size: clamp(3.2rem,16vw,5rem);
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }
}

/* VA HOME v10.2 — delivery-style internal heroes + guaranteed product title wrapping */
@media (min-width: 901px) {
  .collections-premium-hero,
  .discovery-hero,
  .scent-experience__hero,
  .status-premium,
  .not-found-premium {
    align-items: center !important;
  }

  .collections-premium-hero .container,
  .discovery-hero__content,
  .scent-experience__hero-content,
  .status-premium .order-track__container,
  .not-found-premium .container {
    transform: none !important;
    width: 100%;
    max-width: var(--container-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--container-pad);
    padding-right: var(--container-pad);
  }

  .collections-premium-hero .container,
  .discovery-hero__content,
  .scent-experience__hero-content,
  .status-premium .order-track__container,
  .not-found-premium .container {
    padding-top: clamp(52px,7vh,86px) !important;
    padding-bottom: clamp(42px,6vh,72px) !important;
  }

  .collections-premium-hero .container > *,
  .discovery-hero__content > *,
  .scent-experience__hero-content > *,
  .status-premium .order-track__container > *,
  .not-found-premium .container > * {
    max-width: 690px;
  }

  .collections-premium-hero h1,
  .discovery-hero h1,
  .scent-experience__hero h1,
  .status-premium h1,
  .not-found-premium h1 {
    font-size: clamp(3.55rem,5.7vw,6.35rem) !important;
    line-height: .92 !important;
    letter-spacing: -.035em !important;
    max-width: 10.5ch !important;
    margin-top: .65rem !important;
    margin-bottom: 1.35rem !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }

  .collections-premium-hero .lead,
  .discovery-hero .lead,
  .scent-experience__hero-copy,
  .status-premium .order-track__lead,
  .not-found-premium p {
    max-width: 610px !important;
    font-size: clamp(1rem,1.35vw,1.22rem) !important;
    line-height: 1.65 !important;
  }

  .collections-premium-hero .container {
    padding-bottom: clamp(42px,6vh,72px) !important;
  }

  .status-premium {
    padding-top: 0 !important;
  }

  .product-hero__name {
    max-width: none !important;
    width: 100% !important;
    font-size: clamp(3.2rem,4.35vw,5.25rem) !important;
    line-height: .9 !important;
  }

  .product-hero__name .product-title-line {
    display: block;
    white-space: nowrap;
  }
}

@media (max-width: 900px) {
  .collections-premium-hero h1,
  .discovery-hero h1,
  .scent-experience__hero h1,
  .status-premium h1,
  .not-found-premium h1 {
    font-size: clamp(3rem,14vw,4.6rem) !important;
    line-height: .94 !important;
    max-width: 10ch !important;
  }

  .product-hero__name .product-title-line {
    display: block;
    white-space: nowrap;
  }
}


/* VA HOME v10.4 — editorial refinement */
.collections-compare-cards{display:grid;margin-top:clamp(42px,6vw,78px)}
.collection-compare-card{position:relative;overflow:hidden;color:var(--text-primary);text-decoration:none;background:#0c0b09}
.collection-compare-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform 1.2s var(--ease-standard),opacity .6s ease}
.collection-compare-card::after{content:"";position:absolute;inset:0}
.collection-compare-card>div{position:absolute;z-index:1;inset:auto 0 0}
.collection-compare-card span{color:var(--color-gold);font-size:.68rem;letter-spacing:.14em;text-transform:uppercase}
.collection-compare-card h2{margin:.55rem 0 .8rem}
.collection-compare-card p{color:rgba(245,239,230,.72)}
.collection-compare-card strong{display:block;margin-top:1.2rem;color:var(--color-gold);font-weight:500}
.collection-compare-card:hover img{transform:scale(1.045);opacity:.64}

.has-product-story-v10 .story-dna{display:flex;flex-direction:column;justify-content:center}
.story-dna__radar{aspect-ratio:1}
.story-dna__radar svg{display:block;width:100%;height:100%}
.story-dna__grid polygon,.story-dna__grid line{fill:none;stroke-width:1}
.story-dna__shape{fill:rgba(184,138,75,.22);stroke:var(--color-gold);stroke-width:2;filter:drop-shadow(0 0 14px rgba(184,138,75,.16))}
.story-dna__legend{}
.story-dna__legend li{justify-content:space-between;padding-bottom:.55rem;border-bottom:1px solid rgba(244,240,233,.1);letter-spacing:.04em}
.story-dna__legend span{color:var(--text-secondary)}
.story-dna__legend strong{color:var(--color-gold);font-weight:500}
.story-media-missing{position:relative;min-height:320px;background:radial-gradient(circle at 70% 20%,rgba(184,138,75,.13),transparent 35%),linear-gradient(145deg,#181510,#090807)}
.story-media-missing::after{content:"VA HOME · ATMOSPHERE";position:absolute;inset:auto 1.5rem 1.5rem;color:rgba(244,240,233,.42);font-size:.62rem;letter-spacing:.18em}

.scent-experience__hero--consultation .scent-experience__hero-content{position:relative;max-width:760px;margin-left:max(0px,calc((100vw - 1500px)/2));padding-left:clamp(28px,5vw,78px);border-left:1px solid rgba(184,138,75,.42)}
.scent-experience__index{position:absolute;right:0;top:0;color:rgba(184,138,75,.55);font-family:var(--font-display);font-size:clamp(2rem,4vw,4.8rem)}
.scent-experience__hero--consultation h1{max-width:10ch;font-size:clamp(4.2rem,7vw,8.2rem);line-height:.87}
.scent-experience__hero--consultation .scent-experience__hero-media img{filter:saturate(.78) contrast(1.05)}

@media(max-width:1100px){.collections-compare-cards{grid-template-columns:1fr 1fr}.collection-compare-card{min-height:390px}}
@media(max-width:700px){.collections-compare-cards{grid-template-columns:1fr}.collection-compare-card{min-height:360px}.collection-compare-card p{min-height:0}.story-dna__legend{grid-template-columns:1fr}.scent-experience__index{display:none}.scent-experience__hero--consultation .scent-experience__hero-content{margin-left:0;padding-left:0;border-left:0}}

/* ==========================================================
   VA HOME v11.0 — Creative Direction Polish
   ========================================================== */

/* Shared cinematic hero entrance for Discovery + Scent Guide */
.motion-ready .discovery-hero::before,
.motion-ready .scent-experience__hero-media img {
  animation: vaV11HeroDrift 16s var(--motion-ease-soft) both;
  transform-origin: 68% 48%;
  will-change: transform;
}

@keyframes vaV11HeroDrift {
  from { transform: scale(1.015) translate3d(0,0,0); }
  to { transform: scale(1.07) translate3d(-.7%,-.35%,0); }
}

.motion-ready .discovery-hero__content > *,
.motion-ready .scent-experience__hero-content > * {
  opacity: 0;
  transform: translate3d(0,24px,0);
  transition: opacity 900ms var(--motion-ease-luxury), transform 1100ms var(--motion-ease-luxury);
}

.motion-ready .discovery-hero__content.is-visible > *,
.motion-ready .scent-experience__hero-content.is-visible > * {
  opacity: 1;
  transform: none;
}

.motion-ready .discovery-hero__content > *:nth-child(1),
.motion-ready .scent-experience__hero-content > *:nth-child(1){transition-delay:100ms}
.motion-ready .discovery-hero__content > *:nth-child(2),
.motion-ready .scent-experience__hero-content > *:nth-child(2){transition-delay:220ms}
.motion-ready .discovery-hero__content > *:nth-child(3),
.motion-ready .scent-experience__hero-content > *:nth-child(3){transition-delay:350ms}
.motion-ready .discovery-hero__content > *:nth-child(4),
.motion-ready .scent-experience__hero-content > *:nth-child(4){transition-delay:480ms}
.motion-ready .discovery-hero__content > *:nth-child(5),
.motion-ready .scent-experience__hero-content > *:nth-child(5){transition-delay:600ms}

/* Collections: remove cramped four-column card wall and restore editorial scale */
.collections-premium-hero{padding-bottom:clamp(72px,9vw,130px)}
.collections-premium-hero .lead{max-width:62ch}
.collections-compare-cards{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  padding:0;
  background:transparent;
  border:0;
}
.collection-compare-card{
  min-height:clamp(460px,48vw,650px);
  border:1px solid var(--border-hairline);
  isolation:isolate;
}
.collection-compare-card img{opacity:.62}
.collection-compare-card::after{
  background:linear-gradient(0deg,rgba(5,5,4,.97) 0%,rgba(5,5,4,.64) 30%,rgba(5,5,4,.08) 76%);
}
.collection-compare-card>div{max-width:520px;padding:clamp(28px,4vw,52px)}
.collection-compare-card h2{
  max-width:11ch;
  font-size:clamp(2.6rem,4.4vw,5.2rem);
  line-height:.92;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
}
.collection-compare-card p{
  max-width:38ch;
  min-height:0;
  font-size:.95rem;
  line-height:1.7;
  overflow-wrap:normal;
  word-break:normal;
}
.collection-compare-card strong{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}
.collection-editorial{padding-block:clamp(80px,10vw,150px)}
.collection-editorial .about-split{gap:clamp(36px,7vw,110px);align-items:center}
.collection-editorial .about-split__media{min-height:clamp(480px,58vw,760px);overflow:hidden}
.collection-editorial .about-split__media img{transition:transform 1.3s var(--motion-ease-luxury)}
.collection-editorial .about-split:hover .about-split__media img{transform:scale(1.025)}
.collection-editorial .about-split__body{max-width:520px}
.collection-editorial .about-split__body h2{font-size:clamp(3rem,5.7vw,6rem);line-height:.92;overflow-wrap:normal;word-break:normal}
.collection-editorial .aroma-list{margin-block:28px 34px}

/* Product pages: final polish without redesigning their structure */
body[class*="has-product-story"] .product-hero,
.product-page .product-hero{border-bottom:1px solid var(--border-hairline)}
.product-page h1,.product-page h2,.product-page h3,
body[class*="has-product-story"] h1,body[class*="has-product-story"] h2{overflow-wrap:normal;word-break:normal;hyphens:none}
.story-quote,.story-composition,.story-notes,.story-ritual{contain:layout paint}
.story-composition__media,.story-notes__media,.story-ritual__media{background:linear-gradient(145deg,#171512,#090908);overflow:hidden}
.story-composition__media img,.story-notes__media img,.story-ritual__media img{transition:transform 1.4s var(--motion-ease-luxury),filter .9s ease}
@media(hover:hover) and (pointer:fine){
  .story-composition__media:hover img,.story-notes__media:hover img,.story-ritual__media:hover img{transform:scale(1.025)}
}
.product-page .btn,.product-page button{min-height:48px}

@media(max-width:900px){
  .collections-compare-cards{grid-template-columns:1fr}
  .collection-compare-card{min-height:520px}
  .collection-editorial .about-split,
  .collection-editorial .about-split--reverse{grid-template-columns:1fr}
  .collection-editorial .about-split--reverse .about-split__media{order:0}
  .collection-editorial .about-split--reverse .about-split__body{order:1}
}

@media(max-width:640px){
  .collection-compare-card{min-height:430px}
  .collection-compare-card h2{font-size:clamp(2.65rem,13vw,4.1rem)}
  .collection-compare-card>div{padding:26px 22px 30px}
  .collection-editorial{padding-block:72px}
  .collection-editorial .about-split__media{min-height:400px}
  .collection-editorial .about-split__body h2{font-size:clamp(2.7rem,13vw,4.4rem)}
}

@media(prefers-reduced-motion:reduce){
  .motion-ready .discovery-hero::before,
  .motion-ready .scent-experience__hero-media img{animation:none!important;transform:none!important}
  .motion-ready .discovery-hero__content > *,
  .motion-ready .scent-experience__hero-content > *{opacity:1!important;transform:none!important;transition:none!important}
}

/* VA HOME v11.8.24 — stronger home hero typography + readable fragrance DNA */
@media (min-width: 901px) {
  .home-page .hero.hero--editorial .hero-slide__content {
  }
  .home-page .hero.hero--editorial .hero-slide__title {
  }
  .home-page .hero.hero--editorial .hero-slide__subtitle {
  }
  .home-page .hero.hero--editorial .hero-slide__actions .btn {
  }
}






.story-dna__shape {
}
.story-dna__point {
}
.story-dna__axis-label {
}

.story-dna__character {
}








@keyframes dnaRadarReveal {from{}to{}}
@keyframes dnaPointReveal {to{}}
@keyframes dnaBarReveal {from{}to{}}



/* ===== v11-3-final-polish.css ===== */
/* VA HOME v11.3 — final cross-site polish */
:root{--tap-min:44px;--content-measure:68ch}
html{scroll-padding-top:92px}
body{word-break:normal;text-wrap:pretty}
h1,h2,h3,.hero-slide__title,.collection-world h2{overflow-wrap:normal;word-break:keep-all;text-wrap:balance}
p{max-width:var(--content-measure)}
a,button,input,select,textarea{-webkit-tap-highlight-color:transparent}
button,.btn,[role="button"],.header-icon,.collection-world__cta{min-height:var(--tap-min)}
img{background-color:transparent}
.editorial-fallback-image{object-fit:cover;filter:saturate(.82) contrast(.96);background:transparent}
.checkout-trust-strip{border-bottom:1px solid var(--border-hairline);background:var(--bg-primary);padding:18px 0}
.checkout-trust-strip__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.checkout-trust-strip__grid div{display:flex;flex-direction:column;gap:3px}
.checkout-trust-strip__grid strong{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--text-primary)}
.checkout-trust-strip__grid span{font-size:12px;color:var(--text-secondary)}
/* Keep editorial sections readable on narrow laptops and tablets */
@media (max-width:1100px){
  .collection-world{grid-template-columns:minmax(0,1fr) minmax(300px,.82fr)}
  .collection-world--reverse{grid-template-columns:minmax(300px,.82fr) minmax(0,1fr)}
  .collection-world__content{padding-inline:clamp(28px,5vw,64px)}
}
@media (max-width:760px){
  html{scroll-padding-top:74px}
  .checkout-trust-strip__grid{grid-template-columns:1fr;gap:12px}
  .checkout-trust-strip__grid div{padding-bottom:12px;border-bottom:1px solid var(--border-hairline)}
  .checkout-trust-strip__grid div:last-child{border-bottom:0;padding-bottom:0}
  .collection-world,.collection-world--reverse{grid-template-columns:1fr!important}
  .collection-world__media{min-height:58svh;order:0!important}
  .collection-world__content{order:1!important;padding:46px 22px 58px!important}
  .collection-world h2{font-size:clamp(44px,13vw,68px);line-height:.92}
  .collection-world__intro{font-size:15px;line-height:1.65}
  .collection-world__aromas{grid-template-columns:1fr 1fr;gap:10px 16px}
  .collections-v2-index__inner{overflow-x:auto;scrollbar-width:none;overscroll-behavior-inline:contain}
  .collections-v2-index__inner::-webkit-scrollbar{display:none}
  .collections-v2-index a{flex:0 0 auto;min-height:48px}
  .hero-slide__title br{display:none}
}
@media (max-width:390px){
  
  .btn{width:100%;justify-content:center}
}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{transition-duration:.01ms!important}
}

/* ===== v11-4-mobile-product-polish.css ===== */
/* VA HOME v11.4 — mobile hero reliability + editorial polish */

/* HOME CAROUSEL: all slides always own a complete painted viewport. */
.home-page .hero.hero--editorial{
  position:relative;
  isolation:isolate;
}
.home-page .hero.hero--editorial .hero-slide,
.home-page .hero.hero--editorial .hero-slide.is-active{
  position:absolute!important;
  inset:0;
  width:100%;
  height:100%;
  min-height:100%;
}
.home-page .hero.hero--editorial .hero-slide__media{
  background:#17130f;
}
.home-page .hero.hero--editorial .hero-slide__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:1;
  visibility:visible;
  background:#17130f;
}
.home-page .hero.hero--editorial .hero-slide:not(.is-active){
  pointer-events:none;
}
@media(max-width:900px){
  .home-page .hero.hero--editorial{height:100svh}
  .home-page .hero.hero--editorial .hero-slide__media img{object-position:center center}
  .home-page .hero.hero--editorial .hero-slide:nth-child(2) .hero-slide__media img{object-position:58% center}
  .home-page .hero.hero--editorial .hero-slide:nth-child(3) .hero-slide__media img{object-position:62% center}
  .home-page .hero.hero--editorial .hero-slide__content{
    padding:calc(var(--header-height,72px) + 28px) 20px max(88px,calc(62px + env(safe-area-inset-bottom)));
  }
  .home-page .hero.hero--editorial .hero-slide__title{
    font-size:clamp(40px,12.2vw,58px);
    line-height:.96;
    max-width:10ch;
  }
  .home-page .hero.hero--editorial .hero-slide__subtitle{
    font-size:15px;
    line-height:1.55;
    max-width:34ch;
  }
  .home-page .hero.hero--editorial .hero-slide__actions{max-width:360px}
  .home-page .hero.hero--editorial .hero-nav{bottom:max(18px,env(safe-area-inset-bottom))}
}
@media(max-width:390px){
  .home-page .hero.hero--editorial{}
  .home-page .hero.hero--editorial .hero-slide__title{font-size:clamp(38px,12vw,50px)}
  .home-page .hero.hero--editorial .hero-slide__content{padding-inline:16px}
}

/* ABOUT: restore hierarchy and prevent the manifesto headline colliding with copy. */
.brand-manifesto__grid{
  gap:clamp(2.5rem,6vw,7.5rem);
}
.brand-manifesto h2{
}
.brand-manifesto__copy{}
@media(max-width:1100px){
  .brand-manifesto__grid{grid-template-columns:.1fr minmax(0,1fr);gap:2rem 3rem}
  .brand-manifesto__copy{grid-column:2;max-width:620px}
  .brand-manifesto h2{font-size:clamp(3rem,7vw,5rem);max-width:11ch}
}
@media(max-width:600px){
  .brand-manifesto__grid{grid-template-columns:1fr;gap:1.4rem}
  .brand-manifesto__copy{grid-column:auto;max-width:none}
  .brand-manifesto h2{font-size:clamp(2.9rem,13vw,4.15rem);line-height:.96;max-width:10ch}
}

/* PRODUCT REVIEWS + RECOMMENDATIONS: social proof first, consulting tone second. */
.story-similar h2{font-size:clamp(2.5rem,5vw,5rem);line-height:.96}
.story-similar h2 span{color:var(--color-gold)}
.similar-section__intro{max-width:62ch;color:var(--text-secondary);font-size:clamp(.98rem,1.2vw,1.08rem);line-height:1.75;margin:1rem 0 2rem}
.reviews-section{border-top:1px solid var(--border-hairline)}
.reviews-summary{position:sticky;top:110px;align-self:start}
.review-card__verified,.verified-purchase{display:inline-flex;align-items:center;gap:.35rem;color:var(--color-gold);font-size:.68rem;letter-spacing:.08em;text-transform:uppercase}
@media(max-width:900px){
  
  .story-similar h2{font-size:clamp(2.4rem,11vw,4rem);max-width:12ch}
}
@media(max-width:600px){
  .reviews-layout{gap:2.25rem}
  .story-similar .similar-grid{grid-template-columns:1fr 1fr;gap:14px}
  .story-similar .product-card__title{font-size:1rem}
}


/* ===== v11-5-mobile-perfection.css ===== */
/* VA HOME v11.5 — Mobile Perfection
   Final responsive safety layer. It deliberately avoids redesigning pages and
   only corrects viewport behaviour, hierarchy, touch targets and text flow. */

html{}
body{overflow-x:clip}
img,video,svg{max-width:100%}

/* Never split luxury headings inside a word. Long URLs and user content may wrap,
   but editorial titles must retain natural Ukrainian word boundaries. */
h1,h2,h3,.hero-slide__title,.product-hero__name,.collection-world__name,
.brand-manifesto h2,.editorial-page-hero h1,.scent-experience__hero h1{
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
  text-wrap:balance;
}

button,a,input,select,textarea{touch-action:manipulation}
.btn,.icon-btn,.filter-chip,.guide-option,.product-gallery-thumb{
  min-height:44px;
}

/* HOME HERO — stable paint on every slide, including iOS Safari/local preview. */
.home-page .hero.hero--editorial{
  height:100vh;
  height:100svh;
  min-height:620px;
  background:
    radial-gradient(circle at 70% 35%,rgba(181,138,75,.13),transparent 42%),
    #17130f;
}
.home-page .hero-slide{background:#17130f}
.home-page .hero-slide__media{
  opacity:1;
  background:
    radial-gradient(circle at 70% 35%,rgba(181,138,75,.12),transparent 45%),
    linear-gradient(135deg,#211b15,#0e0d0b 72%);
}
.home-page .hero-slide__media img{
  transform:scale(1.015);
  transition:transform 9s cubic-bezier(.2,.65,.25,1),opacity .45s ease;
}
.home-page .hero-slide.is-active .hero-slide__media img{transform:scale(1)}
.home-page .hero-slide:not(.is-media-ready) .hero-slide__media img{opacity:0}
.home-page .hero-slide.is-media-ready .hero-slide__media img{opacity:1}
.home-page .hero-slide.is-media-missing .hero-slide__media img{display:none}
.home-page .hero-slide__content{width:min(100%,720px)}

/* Shared inner-page hero geometry. */
.editorial-page-hero,.collections-v2-hero,.discovery-hero,
.scent-experience__hero,.brand-hero,.delivery-hero,.contact-hero{
  min-height:min(820px,calc(100svh - var(--header-height-mobile,72px)));
}

/* Product gallery polish shared across desktop and touch devices. */
.product-gallery-thumb,.product-hero__media,.story-media,.brand-frame__media,
.collection-world__media{overflow:hidden}
.product-gallery-thumb img,.product-hero__media img,.story-media img,
.brand-frame__media img,.collection-world__media img{
  transition:transform 900ms cubic-bezier(.2,.65,.25,1);
}
@media(hover:hover) and (pointer:fine){
  .product-gallery-thumb:hover img,.story-media:hover img,.brand-frame__media:hover img,
  .collection-world__media:hover img{transform:scale(1.02)}
  .btn:active{transform:translateY(1px) scale(.992);transition-duration:90ms}
}

@media(max-width:900px){
  :root{--mobile-page-pad:clamp(16px,5vw,24px)}
  .container{padding-inline:var(--mobile-page-pad)}

  /* Home: content remains readable on short iPhones and does not overlap dots. */
  .home-page .hero.hero--editorial{min-height:600px}
  .home-page .hero-slide__content{
    padding-top:calc(var(--header-height-mobile,72px) + env(safe-area-inset-top) + 24px);
    padding-right:var(--mobile-page-pad);
    padding-bottom:max(104px,calc(88px + env(safe-area-inset-bottom)));
    padding-left:var(--mobile-page-pad);
  }
  .home-page .hero-slide__title{
    max-width:11ch;
    font-size:clamp(2.55rem,11vw,4rem);
    line-height:.94;
    letter-spacing:-.025em;
  }
  .home-page .hero-slide__subtitle{max-width:34ch}
  .home-page .hero-nav{bottom:max(20px,env(safe-area-inset-bottom));left:var(--mobile-page-pad);right:var(--mobile-page-pad)}
  .home-page .slide-dots{justify-content:center}
  .home-page .slide-dots button{padding:12px 14px;min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center}

  /* Catalog: filter sheet and cards are comfortable at 320–430px. */
  .editorial-page-hero--catalog{min-height:clamp(540px,78svh,720px)}
  .catalog-layout{display:block}
  .catalog-filters__panel{
    max-height:min(82svh,760px);
    padding-bottom:max(24px,env(safe-area-inset-bottom));
    overflow:auto;
    overscroll-behavior:contain;
  }
  .catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 12px}
  .catalog-toolbar{gap:12px;align-items:flex-start}

  /* Collections: one visual scene at a time, no compressed text columns. */
  .collections-v2-hero{min-height:clamp(620px,90svh,820px)}
  .collections-v2-index{position:sticky;top:calc(var(--header-height-mobile,72px) + env(safe-area-inset-top));z-index:20;overflow-x:auto;scrollbar-width:none}
  .collections-v2-index::-webkit-scrollbar{display:none}
  .collections-v2-index__inner{width:max-content;min-width:100%;padding-inline:var(--mobile-page-pad)}
  .collection-world,.collection-world--reverse{grid-template-columns:1fr!important;min-height:auto}
  .collection-world__media{order:1;min-height:52svh;aspect-ratio:4/5}
  .collection-world__content{order:2;padding:clamp(34px,9vw,60px) var(--mobile-page-pad) clamp(58px,14vw,88px)}
  .collection-world__name{font-size:clamp(3rem,15vw,5rem);line-height:.9}
  .collection-world__aromas{grid-template-columns:1fr 1fr;gap:10px 16px}

  /* Discovery: cards and picker no longer fight the viewport. */
  .discovery-hero{min-height:clamp(620px,90svh,800px)}
  .discovery-hero__content{padding-bottom:max(52px,calc(34px + env(safe-area-inset-bottom)))}
  .discovery-variants{grid-template-columns:1fr;gap:18px}
  .discovery-variant-card{padding:clamp(24px,7vw,38px)}
  .discovery-picker{padding:12px}
  .discovery-picker__panel{max-height:calc(100svh - 24px);border-radius:18px;overflow:hidden}
  .discovery-picker__list{overflow:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
  .discovery-picker__actions{padding-bottom:max(16px,env(safe-area-inset-bottom))}

  /* Scent guide: consultation remains usable without horizontal overflow. */
  .scent-experience__hero{min-height:clamp(620px,90svh,800px)}
  .scent-guide-layout{grid-template-columns:1fr}
  .scent-guide-aside{position:static}
  .guide-options{grid-template-columns:1fr 1fr;gap:12px}
  .guide-option{padding:18px 15px;min-width:0}
  .guide-option__title{overflow-wrap:normal;word-break:normal}

  /* About: editorial hierarchy from the approved correction. */
  .brand-manifesto__grid{grid-template-columns:1fr;gap:20px}
  .brand-manifesto__number{margin-bottom:2px}
  .brand-manifesto h2{font-size:clamp(3rem,13vw,4.65rem);line-height:.94;max-width:10.5ch}
  .brand-manifesto__copy{grid-column:auto;max-width:38rem;line-height:1.78}
  .brand-principles__grid{grid-template-columns:1fr}

  /* Delivery and contacts: facts/cards remain legible and tappable. */
  .delivery-hero__facts{grid-template-columns:1fr;gap:12px}
  .delivery-steps,.contact-cards{grid-template-columns:1fr}
  .delivery-split,.delivery-return__grid,.contact-details{grid-template-columns:1fr}
  .contact-hero__actions{align-items:stretch;flex-direction:column}
  .contact-hero__actions .btn{width:100%}

  /* Product: preserve the approved structure, refine only flow and touch UX. */
  .product-hero{grid-template-columns:1fr;gap:28px}
  .product-gallery{min-width:0}
  .product-gallery-thumbs{display:flex;gap:8px;scroll-snap-type:x mandatory;padding-bottom:4px}
  .product-gallery-thumbs::-webkit-scrollbar{}
  .product-gallery-thumb{flex:0 0 72px;scroll-snap-align:start}
  .product-hero__name{font-size:clamp(3rem,14vw,5rem);line-height:.9}
  .product-primary-actions{position:relative;z-index:2}
  .product-primary-actions .btn{width:100%}
  .reviews-layout{grid-template-columns:1fr}
  .reviews-summary{position:static}
  .story-similar .similar-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 12px}

  /* Cart/checkout: predictable one-column purchase flow. */
  .cart-layout{grid-template-columns:1fr;gap:30px}
  .cart-summary{position:static}
  .checkout-trust-strip__grid{display:flex;overflow-x:auto;gap:24px;scrollbar-width:none;white-space:nowrap}
  .checkout-trust-strip__grid::-webkit-scrollbar{display:none}
  .checkout-form__grid,.form-grid{grid-template-columns:1fr}
}

@media(max-width:600px){
  .section{padding-block:clamp(52px,14vw,78px)}
  .section--tight{padding-block:clamp(38px,10vw,58px)}
  .editorial-page-hero h1,.collections-v2-hero h1,.discovery-hero h1,
  .scent-experience__hero h1,.brand-hero h1,.delivery-hero h1,.contact-hero h1{
    font-size:clamp(2.75rem,13.5vw,4.5rem);
    line-height:.92;
  }
  .product-essential-facts{grid-template-columns:1fr 1fr}
}

@media(max-width:390px){
  :root{--mobile-page-pad:16px}
  .home-page .hero.hero--editorial{min-height:580px}
  .home-page .hero-slide__title{font-size:clamp(2.35rem,11.2vw,3.15rem)}
  .home-page .hero-slide__subtitle{font-size:.92rem;line-height:1.5}
  .home-page .hero-slide__actions{gap:10px}
  .catalog-grid{grid-template-columns:1fr}
  .guide-options{grid-template-columns:1fr}
  .collection-world__aromas{grid-template-columns:1fr}
  .story-similar .similar-grid{grid-template-columns:1fr}
  .product-essential-facts{grid-template-columns:1fr}
}

@media(max-height:700px) and (max-width:900px){
  .home-page .hero.hero--editorial{min-height:560px}
  .home-page .hero-slide__content{padding-top:calc(var(--header-height-mobile,72px) + 12px);padding-bottom:82px}
  .home-page .hero-slide__eyebrow{margin-bottom:10px}
  .home-page .hero-slide__title{font-size:clamp(2.2rem,9.8vw,3.2rem);margin-bottom:14px}
  .home-page .hero-slide__subtitle{margin-bottom:18px}
}

@media(prefers-reduced-motion:reduce){
  .home-page .hero-slide__media img,.product-gallery-thumb img,.story-media img,
  .brand-frame__media img,.collection-world__media img{transition:none!important;transform:none!important}
}

/* v11.8.1 hero copy reliability: motion layer must never blank active copy. */
.motion-ready .home-page .hero--editorial .hero-slide.is-active .hero-slide__content > *{
  opacity:1;
  transform:none;
}
.home-page .hero--editorial .hero-slide:not(.is-active) .hero-slide__content{
  pointer-events:none;
}

/* ===== v11-6-luxury-product-polish.css ===== */
/* VA HOME v11.6 — Luxury & Product Polish */

/* About: quieter editorial hierarchy */
.brand-manifesto__grid {
  grid-template-columns: 56px minmax(0, 1.45fr) minmax(360px, .9fr);
  column-gap: clamp(44px, 6vw, 104px);
}
.brand-manifesto h2 {
  max-width: 660px;
  font-size: clamp(3.15rem, 5.4vw, 5.9rem);
  line-height: .94;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}
.brand-manifesto__copy {
  max-width: 460px;
  line-height: 1.8;
}
.brand-philosophy-strip {
  padding: clamp(72px, 9vw, 138px) 0;
  background: #171510;
  color: #f3eee4;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.brand-philosophy-strip__inner {
  display: grid;
  grid-template-columns: minmax(180px,.65fr) minmax(0,1.35fr);
  gap: clamp(40px,8vw,140px);
  align-items: end;
}
.brand-philosophy-strip__words {
  display: grid;
  gap: .12em;
  font-family: var(--font-display, "Cormorant Garamond", serif);
  font-size: clamp(4rem, 9vw, 9.5rem);
  line-height: .78;
  letter-spacing: -.04em;
}
.brand-philosophy-strip__note {
  max-width: 430px;
  color: rgba(243,238,228,.66);
  line-height: 1.75;
}

/* Footer: stronger final scene */
.site-footer--editorial { padding-top: clamp(96px, 12vw, 176px); }
.footer-statement { margin-bottom: clamp(72px, 9vw, 124px); }

/* Buttons: more tactile, restrained */
.btn, button, .collection-world__cta, .text-link {
  transition-property: transform, background-color, color, border-color, opacity, box-shadow;
  transition-duration: .42s;
  transition-timing-function: cubic-bezier(.22,1,.36,1);
}
.btn:active, button:active { transform: translateY(1px) scale(.985); transition-duration: .12s; }

/* Product gallery: only a 2% cinematic movement */
@media (hover:hover) and (pointer:fine) {
  .product-hero__media img,
  .product-story img,
  .story-gallery img,
  .product-card__media img {
    transition: transform 1.35s cubic-bezier(.22,1,.36,1), filter .7s ease;
    transform-origin: center;
  }
  .product-hero__media:hover img,
  .product-story figure:hover img,
  .story-gallery figure:hover img,
  .product-card__media:hover img { transform: scale(1.02); }
}

/* Reviews: editorial trust treatment */
.reviews-section .section-heading { max-width: 820px; }
.reviews-section .section-heading h2 { text-wrap: balance; }
.verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 9px;
  border: 1px solid rgba(161,128,73,.32);
  color: #9a7640;
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 999px;
}
.verified-badge::before { content: "✓"; font-size: .78rem; }
.review-card__photo, .review-photo, .reviews-list img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  object-fit: cover;
}

/* Similar scents: consultant-like recommendations */
.story-similar .section-heading,
.product-recommendations-heading { max-width: 820px; }
.story-similar h2 { max-width: 760px; text-wrap: balance; }
.similar-grid .product-card { position: relative; }
.similar-grid .product-card__reason {
  margin: 2px 0 0;
  color: rgba(35,31,25,.62);
  font-size: .82rem;
  line-height: 1.55;
  min-height: 2.55em;
}
.similar-grid .product-card__body { gap: 8px; }
.similar-grid .product-card__desc { display: none; }

/* Collections: slower, cinematic reveal without over-animation */
.collection-world.reveal .collection-world__media,
.collection-world.reveal .collection-world__content {
  transition-duration: 1.15s;
  transition-timing-function: cubic-bezier(.22,1,.36,1);
}
.collection-world__media img { transition: transform 1.8s cubic-bezier(.22,1,.36,1); }
@media (hover:hover) and (pointer:fine) {
  .collection-world:hover .collection-world__media img { transform: scale(1.015); }
}

@media (max-width: 900px) {
  .brand-manifesto__grid { grid-template-columns: 42px minmax(0,1fr); gap: 30px 22px; }
  .brand-manifesto__copy { grid-column: 2; max-width: 620px; }
  .brand-philosophy-strip__inner { grid-template-columns: 1fr; }
  .brand-philosophy-strip__note { max-width: 560px; }
}
@media (max-width: 640px) {
  .brand-manifesto__grid { display: block; }
  .brand-manifesto__number { margin-bottom: 34px; }
  .brand-manifesto h2 { font-size: clamp(2.65rem, 13vw, 4.2rem); line-height: .95; max-width: 100%; }
  .brand-manifesto__copy { margin-top: 38px; line-height: 1.75; }
  .brand-philosophy-strip__words { font-size: clamp(4.4rem, 22vw, 7rem); line-height: .8; }
  .site-footer--editorial { padding-top: 84px; }
  .similar-grid .product-card__reason { min-height: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .product-hero__media img, .product-story img, .story-gallery img,
  .product-card__media img, .collection-world__media img { transition: none !important; transform: none !important; }
}

/* ===== v11-8-24-hero-dna.css ===== */
/* VA HOME v11.8.24 — stronger home hero typography + readable fragrance DNA */
@media (min-width: 901px) {
  .home-page .hero.hero--editorial .hero-slide__content {width:min(100%,760px)}
  .home-page .hero.hero--editorial .hero-slide__title {
    font-size:clamp(4rem,5.15vw,5.4rem);line-height:.92;letter-spacing:-.035em;margin-bottom:1.4rem
  }
  .home-page .hero.hero--editorial .hero-slide__subtitle {
    max-width:34ch;font-size:clamp(1.08rem,1.32vw,1.34rem);line-height:1.55;margin-bottom:1.65rem
  }
  .home-page .hero.hero--editorial .hero-slide__actions .btn {
    min-height:58px;padding-inline:1.9rem;font-size:.98rem
  }
}
@media (min-width:901px) and (max-height:820px) {
  .home-page .hero.hero--editorial .hero-slide__title {font-size:clamp(3.55rem,4.7vw,4.65rem)}
  .home-page .hero.hero--editorial .hero-slide__subtitle {font-size:1.05rem;margin-bottom:1.25rem}
  .home-page .hero.hero--editorial .hero-slide__actions .btn {min-height:52px}
}
.has-product-story-v10 .story-dna {overflow:hidden}
.story-dna__radar {}
.story-dna__radar svg {overflow:visible}
.story-dna__grid polygon,.story-dna__grid line {stroke:rgba(244,240,233,.15)}
.story-dna__shape {transform-box:fill-box;transform-origin:center;animation:dnaRadarReveal .75s cubic-bezier(.22,.61,.36,1) both}
.story-dna__point {fill:var(--color-gold);stroke:#0a0907;stroke-width:1.2;opacity:0;animation:dnaPointReveal .35s ease .55s forwards}
.story-dna__axis-label {fill:rgba(244,240,233,.72);font-family:var(--font-sans);text-transform:uppercase}
.story-dna__axis-value {fill:var(--color-gold);font-weight:600}
.story-dna__character {display:grid;gap:.28rem;margin:.45rem 0 1rem;padding:1rem 0;border-top:1px solid rgba(244,240,233,.1);border-bottom:1px solid rgba(244,240,233,.1)}
.story-dna__character span {color:var(--text-secondary);font-size:.66rem;letter-spacing:.13em;text-transform:uppercase}
.story-dna__character strong {color:var(--text-primary);font-family:var(--font-display);font-size:clamp(1.25rem,2vw,1.65rem);font-weight:400;text-transform:capitalize}
.story-dna__legend {display:grid;grid-template-columns:1fr;gap:.58rem;margin:0;padding:0;list-style:none}
.story-dna__legend li {display:grid;grid-template-columns:minmax(74px,.75fr) minmax(80px,1fr) 62px;align-items:center;gap:.7rem;padding:0;border:0;font-size:.68rem}
.story-dna__legend li>span {color:var(--text-secondary)}
.story-dna__legend li>i {position:relative;height:2px;background:rgba(244,240,233,.13);overflow:hidden}
.story-dna__legend li>i b {display:block;width:calc(var(--dna-level) * 10%);height:100%;background:linear-gradient(90deg,#805728,var(--color-gold));transform-origin:left;animation:dnaBarReveal .75s ease .2s both}
.story-dna__legend li>strong {color:rgba(244,240,233,.78);font-size:.62rem;font-weight:500;letter-spacing:.04em;text-align:right}
@keyframes dnaRadarReveal {from{opacity:0;transform:scale(.15)}to{opacity:1;transform:scale(1)}}
@keyframes dnaPointReveal {to{opacity:1}}
@keyframes dnaBarReveal {from{transform:scaleX(0)}to{transform:scaleX(1)}}
@media(max-width:700px){.story-dna__radar{}.story-dna__legend li{grid-template-columns:78px 1fr 58px}}
@media(prefers-reduced-motion:reduce){.story-dna__shape,.story-dna__point,.story-dna__legend li>i b{animation:none!important;opacity:1;transform:none}}

/* v11.8.26 — mobile checkout trust strip: 2 + 1 layout */
@media (max-width: 560px) {
  .checkout-trust-strip {
    padding: 12px 0;
  }

  .checkout-trust-strip .container.checkout-trust-strip__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    overflow: visible;
    white-space: normal;
  }

  .checkout-trust-strip__grid > div {
    display: flex;
    min-width: 0;
    min-height: 66px;
    padding: 10px 12px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    border-bottom: 1px solid var(--border-hairline);
  }

  .checkout-trust-strip__grid > div:first-child {
    border-right: 1px solid var(--border-hairline);
  }

  .checkout-trust-strip__grid > div:last-child {
    grid-column: 1 / -1;
    min-height: 60px;
    border-bottom: 0;
  }

  .checkout-trust-strip__grid strong,
  .checkout-trust-strip__grid span {
    display: block !important;
    max-width: 100%;
    overflow-wrap: normal;
    word-break: normal;
    white-space: normal;
  }

  .checkout-trust-strip__grid strong {
    font-size: clamp(.62rem, 2.8vw, .72rem);
    line-height: 1.25;
  }

  .checkout-trust-strip__grid span {
    margin-top: 4px;
    font-size: clamp(.55rem, 2.45vw, .66rem);
    line-height: 1.35;
  }
}

@media (max-width: 360px) {
  .checkout-trust-strip__grid > div {
    padding-inline: 9px;
  }
}

/* ===== v11-8-42-unified-hero-font-reveal.css ===== */
/* VA HOME v11.8.42 — stable hero typography reveal
   Keeps hero copy hidden only until display/body fonts are ready,
   then reveals it with a subtle 8px lift. */

html.va-hero-fonts-loading :is(
  .home-page .hero--editorial .hero-slide__content,
  .brand-hero__copy,
  .editorial-page-hero__content,
  .delivery-hero__copy,
  .contact-hero__copy,
  .discovery-hero__content,
  .scent-experience__hero-content,
  .product-hero__info,
  .cart-hero > div:first-child,
  .account-auth > div:first-child,
  .journal-hero .container,
  .order-track__intro
) {
  opacity: 0 !important;
  transform: translate3d(0, 8px, 0) !important;
}

html.va-hero-fonts-ready :is(
  .home-page .hero--editorial .hero-slide__content,
  .brand-hero__copy,
  .editorial-page-hero__content,
  .delivery-hero__copy,
  .contact-hero__copy,
  .discovery-hero__content,
  .scent-experience__hero-content,
  .product-hero__info,
  .cart-hero > div:first-child,
  .account-auth > div:first-child
) {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
  transition: opacity 560ms ease, transform 560ms cubic-bezier(.22,.61,.36,1) !important;
  will-change: opacity, transform;
}

@media (prefers-reduced-motion: reduce) {
  html.va-hero-fonts-loading :is(
    .home-page .hero--editorial .hero-slide__content,
  .brand-hero__copy,
    .editorial-page-hero__content,
    .delivery-hero__copy,
    .contact-hero__copy,
    .discovery-hero__content,
    .scent-experience__hero-content,
    .product-hero__info,
    .cart-hero > div:first-child,
    .account-auth > div:first-child,
    .journal-hero .container,
    .order-track__intro
  ) {
    transform: none !important;
  }

  html.va-hero-fonts-ready :is(
    .home-page .hero--editorial .hero-slide__content,
  .brand-hero__copy,
    .editorial-page-hero__content,
    .delivery-hero__copy,
    .contact-hero__copy,
    .discovery-hero__content,
    .scent-experience__hero-content,
    .product-hero__info,
    .cart-hero > div:first-child,
    .account-auth > div:first-child,
    .journal-hero .container,
    .order-track__intro
  ) {
    transform: none !important;
    transition: opacity 180ms linear !important;
    will-change: auto;
  }
}

/* ===== v11-8-50-formula-story.css ===== */
/* VA HOME v11.8.50 — formula story preview */
.formula-story {
  background: #0c0b09;
  color: #f1eadf;
  border-top: 1px solid rgba(190,150,91,.2);
  border-bottom: 1px solid rgba(190,150,91,.16);
}
.formula-story__inner { padding: clamp(64px,8vw,112px) 0; }
.formula-story__head {
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(280px,.72fr);
  gap:clamp(32px,6vw,96px);
  align-items:end;
  margin-bottom:clamp(38px,5vw,68px);
}
.formula-story .eyebrow { color:#b99059; }
.formula-story h2 {
  margin:.45rem 0 0;
  max-width:780px;
  font-family:var(--font-display);
  font-size:clamp(2.35rem,4.5vw,4.9rem);
  line-height:.94;
  font-weight:500;
  letter-spacing:-.035em;
}
.formula-story__lead {
  margin:0;
  color:rgba(241,234,223,.67);
  font-size:clamp(.96rem,1.15vw,1.08rem);
  line-height:1.8;
}
.formula-story__grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-top:1px solid rgba(255,255,255,.12);
  border-bottom:1px solid rgba(255,255,255,.12);
}
.formula-story__item {
  min-width:0;
  padding:clamp(24px,3vw,38px);
  border-right:1px solid rgba(255,255,255,.1);
}
.formula-story__item:last-child { border-right:0; }
.formula-story__number {
  display:block;
  margin-bottom:clamp(30px,4vw,52px);
  font-family:var(--font-display);
  color:#b99059;
  font-size:clamp(1.65rem,2.5vw,2.65rem);
  line-height:1;
}
.formula-story__item h3 {
  margin:0 0 14px;
  color:#f4ede2;
  font-family:var(--font-display);
  font-size:clamp(1.3rem,1.8vw,1.75rem);
  font-weight:500;
  line-height:1.05;
}
.formula-story__item p {
  margin:0;
  color:rgba(241,234,223,.58);
  font-size:.86rem;
  line-height:1.75;
}
.formula-story__note {
  display:flex;
  justify-content:space-between;
  gap:24px;
  margin-top:24px;
  color:rgba(241,234,223,.45);
  font-size:.75rem;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.brand-formula-editorial { background:#e9e1d5; color:#17130f; }
.brand-formula-editorial__inner { padding:clamp(72px,9vw,132px) 0; }
.brand-formula-editorial__head {
  display:grid;
  grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);
  gap:clamp(36px,7vw,110px);
  align-items:end;
  margin-bottom:clamp(44px,6vw,82px);
}
.brand-formula-editorial__head h2 {
  margin:.45rem 0 0;
  font-family:var(--font-display);
  font-size:clamp(2.5rem,5vw,5.4rem);
  font-weight:500;
  line-height:.92;
  letter-spacing:-.04em;
}
.brand-formula-editorial__intro {
  max-width:620px;
  margin:0;
  color:rgba(23,19,15,.64);
  font-size:clamp(1rem,1.2vw,1.1rem);
  line-height:1.8;
}
.brand-formula-editorial__grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:clamp(12px,1.5vw,22px);
}
.brand-formula-card { min-width:0; }
.brand-formula-card__media {
  position:relative;
  aspect-ratio:4/5;
  overflow:hidden;
  background:#17130f;
}
.brand-formula-card__media::after {
  content:"";
  position:absolute;
  inset:0;
  border:1px solid rgba(255,255,255,.15);
  pointer-events:none;
}
.brand-formula-card img {
  width:100%; height:100%; object-fit:cover;
  filter:saturate(.72) contrast(1.04);
  transition:transform 1.1s cubic-bezier(.2,.7,.2,1);
}
.brand-formula-card:hover img { transform:scale(1.025); }
.brand-formula-card__body { padding:22px 2px 0; }
.brand-formula-card__meta {
  display:flex; justify-content:space-between; gap:16px;
  margin-bottom:18px;
  color:#9a6f3f;
  font-size:.68rem;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.brand-formula-card h3 {
  margin:0 0 10px;
  font-family:var(--font-display);
  font-size:clamp(1.35rem,1.8vw,1.8rem);
  font-weight:500;
}
.brand-formula-card p {
  margin:0;
  color:rgba(23,19,15,.62);
  font-size:.88rem;
  line-height:1.72;
}
.brand-molecule-feature {
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);
  min-height:clamp(500px,58vw,760px);
  background:#0c0b09;
  color:#f2eadf;
}
.brand-molecule-feature__media { min-height:480px; overflow:hidden; }
.brand-molecule-feature__media img { width:100%; height:100%; object-fit:cover; filter:saturate(.68) brightness(.75); }
.brand-molecule-feature__copy {
  display:flex; flex-direction:column; justify-content:center;
  padding:clamp(48px,7vw,110px);
}
.brand-molecule-feature__copy h2 {
  margin:.5rem 0 22px;
  font-family:var(--font-display);
  font-size:clamp(2.45rem,4.8vw,5rem);
  line-height:.94;
  font-weight:500;
  letter-spacing:-.035em;
}
.brand-molecule-feature__copy p {
  max-width:560px;
  margin:0;
  color:rgba(242,234,223,.66);
  line-height:1.85;
}
.brand-molecule-feature__copy strong { color:#f2eadf; font-weight:500; }
@media (max-width:960px) {
  .formula-story__head,.brand-formula-editorial__head,.brand-molecule-feature { grid-template-columns:1fr; }
  .formula-story__grid,.brand-formula-editorial__grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .formula-story__item:nth-child(2) { border-right:0; }
  .formula-story__item:nth-child(-n+2) { border-bottom:1px solid rgba(255,255,255,.1); }
  .brand-molecule-feature__media { min-height:420px; }
}
@media (max-width:600px) {
  .formula-story__grid,.brand-formula-editorial__grid { grid-template-columns:1fr; }
  .formula-story__item { border-right:0; border-bottom:1px solid rgba(255,255,255,.1); }
  .formula-story__item:last-child { border-bottom:0; }
  .formula-story__number { margin-bottom:22px; }
  .formula-story__note { flex-direction:column; }
  .brand-formula-card__media { aspect-ratio:16/11; }
  .brand-molecule-feature__media { min-height:340px; }
}

/* ===== v11-8-58-mobile-text-polish.css ===== */
/* VA HOME v11.8.58 — mobile typography + safe gutters
   Keeps editorial text inside the viewport without flattening the desktop design. */
@media (max-width: 760px) {
  html, body { max-width: 100%; }

  /* Shared mobile safety: real inner width + symmetric gutters. */
  .home-page .hero-slide__content,
  .scent-experience-page .scent-experience__hero-content,
  .about-editorial-page .about-craft__head,
  .about-editorial-page .about-process__head,
  .about-editorial-page .about-molecules__copy,
  .formula-story .formula-story__inner,
  .reviews-section > .container {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  /* HOME HERO */
  .home-page .hero.hero--editorial .hero-slide__content {
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    padding-inline: 20px !important;
  }
  .home-page .hero.hero--editorial .hero-slide__title {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    font-size: clamp(2.25rem, 10.2vw, 3rem) !important;
    line-height: .98 !important;
    letter-spacing: -.04em;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    text-wrap: balance;
  }

  /* SCENT GUIDE HERO */
  .scent-experience-page .scent-experience__hero-content {
    left: auto !important;
    right: auto !important;
    margin: 0 !important;
    padding-inline: 20px !important;
  }
  .scent-experience-page .scent-experience__hero-content h1 {
    width: 100%;
    max-width: 9.5ch;
    font-size: clamp(2.55rem, 12vw, 3.45rem) !important;
    line-height: .98 !important;
    letter-spacing: -.035em;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    text-wrap: balance;
  }
  .scent-experience-page .scent-experience__hero-content p,
  .scent-experience-page .scent-experience__hero-meta {
    max-width: 100%;
  }

  /* SCENT PROFILE RESULT */
  .scent-experience-page .scent-profile,
  .scent-profile {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100%;
    max-width: 100%;
  }
  .scent-profile__main,
  .scent-profile__details {
    width: 100%;
    min-width: 0;
    padding: 26px 20px !important;
  }
  .scent-profile__title {
    width: 100%;
    max-width: 9ch;
    font-size: clamp(2.35rem, 11.5vw, 3.25rem) !important;
    line-height: .96 !important;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    text-wrap: balance;
  }
  .scent-profile__row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 5px;
  }

  /* PRODUCT — formula and reviews */
  .formula-story .formula-story__inner {
    padding: 64px 20px !important;
  }
  .formula-story__head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 22px !important;
    width: 100%;
  }
  .formula-story h2 {
    width: 100%;
    max-width: 12ch;
    margin-inline: 0;
    font-size: clamp(2rem, 9.4vw, 2.75rem) !important;
    line-height: 1.02 !important;
    letter-spacing: -.035em;
    text-wrap: balance;
  }
  .formula-story__lead,
  .formula-story__item,
  .formula-story__item p,
  .formula-story__item h3,
  .formula-story__note { min-width: 0; max-width: 100%; }
  .formula-story__grid {
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100%;
  }
  .reviews-section > .container { padding-inline: 20px !important; }

  /* ABOUT */
  .about-editorial-page .about-craft__head,
  .about-editorial-page .about-process__head {
    grid-template-columns: minmax(0, 1fr) !important;
    padding-inline: 20px !important;
  }
  .about-editorial-page .about-molecules__copy {
  }
  .about-editorial-page .about-craft__head h2,
  .about-editorial-page .about-process__head h2,
  .about-editorial-page .about-molecules h2 {
    width: 100%;
    max-width: 10ch;
    margin-inline: 0;
    font-size: clamp(2.45rem, 11.2vw, 3.35rem) !important;
    line-height: .98 !important;
    letter-spacing: -.035em;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    text-wrap: balance;
  }
  .about-editorial-page .about-craft__head > p,
  .about-editorial-page .about-process__head > p,
  .about-editorial-page .about-molecules__copy p {
    width: 100%;
    max-width: 100%;
  }

  /* COLLECTIONS */
  .collections-v2-page .collection-world__content {
    min-width: 0;
    overflow: hidden;
    padding-inline: 20px !important;
  }
  .collections-v2-page .collection-world__name {
    max-width: 100%;
    font-size: .72rem !important;
    line-height: 1.35;
    letter-spacing: .16em;
    overflow-wrap: normal;
    word-break: normal;
  }
  .collections-v2-page .collection-world h2 {
    max-width: 100%;
    font-size: clamp(2.55rem, 12vw, 3.65rem) !important;
    line-height: .96 !important;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }
}

@media (max-width: 390px) {
  .home-page .hero.hero--editorial .hero-slide__title { font-size: 2.25rem !important; }
  .scent-experience-page .scent-experience__hero-content h1 { font-size: 2.55rem !important; }
  .about-editorial-page .about-craft__head h2,
  .about-editorial-page .about-process__head h2,
  .about-editorial-page .about-molecules h2 { font-size: 2.45rem !important; }
}


/* v11.8.58 — mobile text alignment refinement */
@media (max-width: 760px) {
  /* Keep the intended line breaks on the long Noir headline. */
  .home-page .hero.hero--editorial .hero-slide:nth-child(3) .hero-slide__title br {
    display: block !important;
  }
  .home-page .hero.hero--editorial .hero-slide:nth-child(3) .hero-slide__title {
    max-width: 9.4ch !important;
    font-size: clamp(2.05rem, 9.5vw, 2.65rem) !important;
    line-height: .96 !important;
    letter-spacing: -.045em !important;
  }

  /* Scent guide: move the copy away from the physical screen edge. */
  .scent-experience-page .scent-experience__hero-content {
    padding-left: 28px !important;
    padding-right: 20px !important;
  }

  /* About page captions and body copy need the same editorial gutter. */
  .about-editorial-page .about-editorial-image__caption,
  .about-editorial-page .about-materials__copy {
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box;
  }

  /* Mobile menu footer: account and phone stay readable instead of collapsing. */
  .mobile-menu__footer {
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr) !important;
    column-gap: 14px !important;
    row-gap: 9px !important;
    font-size: .72rem !important;
  }
  .mobile-menu__footer a {
    min-width: 0;
  }
  .mobile-menu__footer a:nth-child(1) {
    grid-column: 1 !important;
    white-space: nowrap;
  }
  .mobile-menu__footer a:nth-child(2) {
    grid-column: 2 !important;
    text-align: right;
    white-space: nowrap;
  }
  .mobile-menu__footer a:nth-child(4) {
    text-align: right;
  }
}

/* v11.8.58 — Molecular Architecture mobile adaptation */
@media (max-width: 760px) {
  .about-editorial-page .about-molecules__copy {
    padding: 64px 24px 72px !important;
    align-items: flex-start;
  }

  .about-editorial-page .about-molecules__copy .eyebrow {
    width: 100%;
    max-width: 32ch;
    margin-inline: 0;
  }

  .about-editorial-page .about-molecules__copy h2,
  .about-editorial-page .about-molecules h2 {
    width: auto !important;
    max-width: 8.2ch !important;
    margin: 0 0 24px !important;
    font-size: clamp(2.65rem, 12.2vw, 3.45rem) !important;
    line-height: .92 !important;
    letter-spacing: -.04em !important;
    text-wrap: balance;
  }

  .about-editorial-page .about-molecules__copy p:not(.eyebrow) {
    width: auto !important;
    max-width: 32ch !important;
    margin-inline: 0 !important;
    font-size: .96rem !important;
    line-height: 1.68 !important;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .about-editorial-page .about-molecules__copy p:not(.eyebrow) + p {
    margin-top: 18px !important;
  }
}

@media (max-width: 390px) {
  .about-editorial-page .about-molecules__copy {
    padding-inline: 20px !important;
  }
  .about-editorial-page .about-molecules__copy h2,
  .about-editorial-page .about-molecules h2 {
    font-size: 2.55rem !important;
  }
}

/* ===== compare.css ===== */
/* VA HOME — Scent Comparison / Editorial dark experience */
.va-compare-add{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:0;background:transparent;color:inherit;font:600 11px/1.2 Manrope,sans-serif;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;padding:.65rem 0;opacity:.72;transition:opacity .2s ease,color .2s ease}.va-compare-add:hover,.va-compare-add.is-active{opacity:1;color:#b89a63}.va-compare-add svg{width:15px;height:15px}.product-card .va-compare-add{width:100%;border-top:1px solid rgba(30,27,23,.1);margin-top:.65rem}.va-compare-product-btn{margin-top:12px;border:1px solid rgba(255,255,255,.32);border-radius:999px;padding:12px 18px;color:#fff;opacity:.9}.va-compare-product-btn:hover,.va-compare-product-btn.is-active{background:rgba(255,255,255,.12);color:#e2c38d}

.va-compare-dock{position:fixed;left:50%;bottom:22px;z-index:9990;transform:translate(-50%,18px);display:flex;align-items:center;gap:14px;max-width:calc(100vw - 28px);padding:10px 12px 10px 16px;border:1px solid rgba(211,183,132,.35);border-radius:999px;background:rgba(13,12,10,.94);box-shadow:0 18px 60px rgba(0,0,0,.34);backdrop-filter:blur(18px);color:#fff;opacity:0;pointer-events:none;transition:.28s ease}.va-compare-dock.is-visible{opacity:1;pointer-events:auto;transform:translate(-50%,0)}.va-compare-dock__label{font:600 10px/1 Manrope,sans-serif;letter-spacing:.16em;text-transform:uppercase;white-space:nowrap;color:#c9a76a}.va-compare-dock__thumbs{display:flex}.va-compare-dock__thumb{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid #171512;margin-left:-7px;background:#d8d0c4}.va-compare-dock__thumb:first-child{margin-left:0}.va-compare-dock__open{border:0;border-radius:999px;background:#efe8dc;color:#16130f;padding:11px 17px;font:700 10px/1 Manrope,sans-serif;letter-spacing:.11em;text-transform:uppercase;cursor:pointer}.va-compare-dock__clear{border:0;background:transparent;color:#fff;opacity:.5;font-size:18px;cursor:pointer;padding:4px}

.va-compare-modal{position:fixed;inset:0;z-index:10000;background:#0b0a08;color:#f4efe7;opacity:0;visibility:hidden;transition:opacity .28s ease}.va-compare-modal::before{content:"";position:fixed;inset:0;pointer-events:none;background:radial-gradient(circle at 50% -10%,rgba(184,148,87,.12),transparent 42%),linear-gradient(180deg,rgba(255,255,255,.015),transparent 36%)}.va-compare-modal.is-open{opacity:1;visibility:visible}.va-compare-modal__inner{position:relative;height:100%;overflow:auto;overscroll-behavior:contain}.va-compare-modal__top{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(215,184,128,.15);background:rgba(11,10,8,.9);backdrop-filter:blur(20px)}.va-compare-modal__eyebrow{margin:0 0 8px;font:600 9px/1 Manrope,sans-serif;letter-spacing:.24em;text-transform:uppercase;color:#b9955d}.va-compare-modal__title{margin:0;font:500 clamp(35px,4vw,62px)/.9 Cormorant Garamond,serif;letter-spacing:-.025em}.va-compare-modal__close{flex:0 0 auto;border:1px solid rgba(244,239,231,.2);border-radius:50%;background:rgba(255,255,255,.025);color:#f4efe7;font:300 27px/1 Manrope,sans-serif;cursor:pointer;transition:.2s ease}.va-compare-modal__close:hover{border-color:#b9955d;transform:rotate(7deg)}

.va-compare-tabs{position:sticky;z-index:9;display:flex;justify-content:center;border-bottom:1px solid rgba(215,184,128,.12);background:rgba(11,10,8,.9);backdrop-filter:blur(20px)}.va-compare-tab{position:relative;border:0;background:transparent;color:rgba(244,239,231,.48);padding:7px 2px;font:600 10px/1 Manrope,sans-serif;letter-spacing:.18em;text-transform:uppercase;cursor:pointer;transition:color .2s ease}.va-compare-tab::after{content:"";position:absolute;left:0;right:100%;height:1px;background:#c6a269;transition:right .25s ease}.va-compare-tab.is-active{color:#f4efe7}.va-compare-tab.is-active::after{right:0}

.va-compare-grid{display:grid;grid-template-columns:repeat(var(--compare-count),minmax(0,1fr));border-top:1px solid rgba(215,184,128,.16);border-left:1px solid rgba(215,184,128,.16)}.va-compare-card{display:flex;flex-direction:column;border-right:1px solid rgba(215,184,128,.16);border-bottom:1px solid rgba(215,184,128,.16);background:rgba(255,255,255,.018)}.va-compare-card__hero{position:relative;overflow:hidden}.va-compare-card__hero::after{content:"";position:absolute;inset:0}.va-compare-card__hero img{width:100%;height:100%;display:block;transition:transform 1s cubic-bezier(.2,.7,.2,1)}.va-compare-card:hover .va-compare-card__hero img{transform:scale(1.025)}.va-compare-card__index{position:absolute;left:18px;bottom:15px;z-index:2;font:600 9px/1 Manrope,sans-serif;letter-spacing:.18em;color:rgba(255,255,255,.68)}.va-compare-card__remove{right:14px;top:14px;z-index:3;cursor:pointer;transition:.2s ease}.va-compare-card__remove:hover{background:#f1eadf;color:#15120f;border-color:#f1eadf}

.va-compare-card__identity{border-bottom:1px solid rgba(215,184,128,.12)}.va-compare-card__collection{font:600 9px/1 Manrope,sans-serif;letter-spacing:.19em;text-transform:uppercase;color:#b9955d}.va-compare-card__name{margin:0;font:500 clamp(27px,2.5vw,43px)/.95 Cormorant Garamond,serif;letter-spacing:-.02em}.va-compare-card__meta{display:flex;align-items:center;justify-content:space-between;color:rgba(244,239,231,.62);font:500 11px/1 Manrope,sans-serif}.va-compare-card__meta strong{color:#f4efe7;font-size:13px;font-weight:600}

.va-compare-panel{display:none}.va-compare-panel.is-active{display:block;animation:vaCompareFade .28s ease both}@keyframes vaCompareFade{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}.va-compare-block{padding:0 0 22px;margin:0 0 22px;border-bottom:1px solid rgba(215,184,128,.1)}.va-compare-block:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}.va-compare-block--compact{margin-top:24px}.va-compare-label{margin:0 0 12px;color:rgba(244,239,231,.46);font:600 9px/1 Manrope,sans-serif;letter-spacing:.17em;text-transform:uppercase}.va-compare-tags{display:flex;flex-wrap:wrap;gap:7px}.va-compare-tag{border:1px solid rgba(215,184,128,.2);border-radius:999px;padding:8px 11px;color:#ede4d7;font:500 10px/1 Manrope,sans-serif;background:rgba(255,255,255,.018)}.va-compare-statement{margin:0;max-width:24ch;font:500 clamp(21px,2vw,29px)/1.08 Cormorant Garamond,serif;color:#f4efe7}.va-compare-value{margin:0;color:rgba(244,239,231,.76);font:500 12px/1.55 Manrope,sans-serif}

.va-compare-meter{padding:0 0 17px;margin:0 0 17px;border-bottom:1px solid rgba(215,184,128,.1)}.va-compare-meter>div>span{display:block;margin-bottom:10px;color:rgba(244,239,231,.62);font:500 10px/1 Manrope,sans-serif}.va-compare-scale{display:grid;grid-template-columns:repeat(10,1fr);gap:4px}.va-compare-scale i{display:block;height:2px;background:rgba(244,239,231,.13)}.va-compare-scale i.is-filled{background:#bd995f}

.va-compare-note{padding:20px 0;border-bottom:1px solid rgba(215,184,128,.11)}.va-compare-note:first-child{padding-top:0}.va-compare-note:last-child{border-bottom:0}.va-compare-note small{display:block;margin-bottom:8px;color:#b9955d;font:600 9px/1 Manrope,sans-serif;letter-spacing:.16em;text-transform:uppercase}.va-compare-note span{display:block;color:#f4efe7;font:500 15px/1.5 Cormorant Garamond,serif}

.va-compare-card__actions{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;margin-top:auto}.va-compare-link{color:rgba(244,239,231,.56);font:600 9px/1 Manrope,sans-serif;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;white-space:nowrap}.va-compare-link:hover{color:#f4efe7}.va-compare-buy{border:1px solid #bd995f;background:#bd995f;color:#110f0c;font:700 10px/1 Manrope,sans-serif;letter-spacing:.13em;text-transform:uppercase;cursor:pointer;transition:.22s ease}.va-compare-buy:hover{background:#d0ad72;border-color:#d0ad72}.va-compare-buy.is-added{background:#efe7db;border-color:#efe7db}

.va-compare-empty{padding:110px 24px;text-align:center}.va-compare-empty h3{margin:0 0 14px;font:500 clamp(36px,5vw,64px)/.95 Cormorant Garamond,serif}.va-compare-empty>p:last-child{margin:0 auto;max-width:470px;color:rgba(244,239,231,.55);font:400 13px/1.65 Manrope,sans-serif}body.va-compare-lock{overflow:hidden}

@media(max-width:900px){.va-compare-grid{margin-top:22px;border-left:0;display:flex;overflow-x:auto;scrollbar-width:none}.va-compare-grid::-webkit-scrollbar{display:none}.va-compare-card:first-child{border-left:1px solid rgba(215,184,128,.16)}.va-compare-card:last-child{}.va-compare-modal__top{padding:20px 18px}.va-compare-tabs{}}
@media(max-width:600px){.va-compare-dock{gap:9px;padding-left:12px}.va-compare-dock__label{display:none}.va-compare-dock__open{padding:11px 13px}.va-compare-modal__title{}.va-compare-modal__close{}.va-compare-tabs{justify-content:flex-start;gap:25px;overflow-x:auto;padding-left:18px;padding-right:18px}.va-compare-card__identity,.va-compare-panel{padding-left:20px;padding-right:20px}.va-compare-card__actions{grid-template-columns:1fr;padding-left:20px;padding-right:20px}.va-compare-link{text-align:center;padding:8px}.va-compare-panel{min-height:250px}}
@media(prefers-reduced-motion:reduce){.va-compare-card__hero img,.va-compare-modal,.va-compare-dock,.va-compare-panel{transition:none!important;animation:none!important}}

/* v11.8.69 — mobile comparison geometry fix */
.va-compare-modal__close,
.va-compare-card__remove{
  box-sizing:border-box;
  aspect-ratio:1 / 1;
  padding:0;
  display:grid;
  place-items:center;
  line-height:1;
}

@media(max-width:900px){
  .va-compare-grid{
    box-sizing:border-box;
  }
  .va-compare-card:first-child,
  .va-compare-card:last-child{
    margin-left:0;
    margin-right:0;
  }
  .va-compare-card__hero{
  }
  .va-compare-card__hero img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
  }
}

@media(max-width:600px){
  .va-compare-modal__top{
    min-height:88px;
    padding:17px 16px;
  }
  .va-compare-modal__title{
    font-size:31px;
    line-height:.92;
  }
  .va-compare-modal__close{
    width:42px;
    height:42px;
    min-width:42px;
    min-height:42px;
    border-radius:999px;
    font-size:24px;
  }
  .va-compare-tabs{
    top:88px;
  }
  .va-compare-grid{
    margin-top:16px;
    padding-inline:14px;
    gap:10px;
  }
  .va-compare-card{
    max-width:420px;
  }
  .va-compare-card__hero{
    min-height:0;
  }
  .va-compare-card__remove{
    width:36px;
    height:36px;
    min-width:36px;
    min-height:36px;
    border-radius:999px;
  }
}

/* v12.1 — compact adaptive compare */
.va-compare-modal__top{min-height:88px;padding:17px clamp(18px,3vw,46px)}
.va-compare-modal__title{font-size:clamp(32px,3.1vw,48px)}
.va-compare-modal__close{width:42px;height:42px;font-size:24px}
.va-compare-tabs{top:88px;padding:13px 20px;gap:30px}
.va-compare-tab::after{bottom:-14px}
.va-compare-grid{margin:20px auto 48px}
.va-compare-card__hero{max-height:260px}
.va-compare-card__identity{}
.va-compare-card__name{}
.va-compare-card__meta{}
.va-compare-panel{}
.va-compare-block{}
.va-compare-block--statement{}
.va-compare-statement{}
.va-compare-card__actions{}
.va-compare-buy{min-height:46px}
@media (min-width:901px) and (max-height:820px){
  .va-compare-modal__top{min-height:76px;padding-top:12px;padding-bottom:12px}
  .va-compare-modal__eyebrow{margin-bottom:5px}
  .va-compare-modal__title{font-size:36px}
  .va-compare-tabs{top:76px;padding:10px 18px}
  .va-compare-tab::after{bottom:-11px}
  .va-compare-grid{margin-top:14px}
  .va-compare-card__hero{max-height:190px;aspect-ratio:16/8}
  .va-compare-card__identity{padding-top:14px;padding-bottom:14px}
  .va-compare-panel{padding-top:16px;min-height:210px}
}
@media(max-width:900px){
  .va-compare-modal__top{min-height:82px}
  .va-compare-tabs{top:82px}
  .va-compare-grid{width:100%}
  .va-compare-card{}
  .va-compare-card:first-child{margin-left:0}
  .va-compare-card:last-child{margin-right:0}
  .va-compare-card__hero{max-height:220px}
}
@media(max-width:600px){
  .va-compare-card{}
  .va-compare-card__hero{aspect-ratio:4/3;max-height:240px}
}

/* v12.2 — laptop-first comparison composition */
.va-compare-grid{
  width:min(1460px,calc(100% - 40px));
  margin-top:16px;
}
.va-compare-card__hero{
  height:clamp(190px,22vh,250px);
  background:transparent;
}
.va-compare-card__hero::after{
  background:linear-gradient(180deg,rgba(8,7,6,.03) 48%,rgba(8,7,6,.32));
}
.va-compare-card__hero img{
}
.va-compare-card__identity{
  padding:18px 22px 18px;
}
.va-compare-card__heading{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:8px;
}
.va-compare-card__collection{
  margin:0;
}
.va-compare-card__remove{
  position:static;
  flex:0 0 30px;
  border-color:rgba(244,239,231,.16);
  font-size:17px;
  line-height:1;
}
.va-compare-card__remove:hover{
  transform:rotate(6deg);
}
.va-compare-card__name{
  font-size:clamp(25px,2vw,36px);
}
.va-compare-card__meta{
  margin-top:14px;
}
.va-compare-panel{
  padding:20px 22px;
  min-height:238px;
}
.va-compare-block{
  padding-bottom:18px;
  margin-bottom:18px;
}
.va-compare-block--statement{
  min-height:72px;
}
.va-compare-statement{
  font-size:clamp(20px,1.65vw,26px);
}
.va-compare-card__actions{
  padding:0 22px 20px;
}

@media (min-width:901px) and (max-height:900px){
  .va-compare-modal__top{min-height:82px;padding-top:14px;padding-bottom:14px}
  .va-compare-modal__title{font-size:clamp(30px,3vw,46px)}
  .va-compare-tabs{top:82px;padding-top:13px;padding-bottom:13px}
  .va-compare-tab::after{bottom:-14px}
  .va-compare-card__hero{height:clamp(165px,20vh,210px)}
  .va-compare-grid{margin-top:14px;margin-bottom:44px}
}

@media(max-width:900px){
  .va-compare-card__hero{height:220px;aspect-ratio:auto}
  .va-compare-card__identity{padding:18px 20px}
  .va-compare-panel{padding:20px;min-height:0}
}

@media(max-width:600px){
  .va-compare-card__hero{height:190px}
  .va-compare-card__name{font-size:30px}
}

/* v12.3 — VA HOME Macro Lens comparison */
.va-compare-card__hero--macro{
  position:relative;
  isolation:isolate;
  height:clamp(210px,25vh,286px);
  overflow:hidden;
  background:#0d0b09;
  border-bottom:1px solid rgba(215,184,128,.14);
}
.va-compare-card__hero--macro::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(8,7,6,.46),transparent 24%,transparent 76%,rgba(8,7,6,.46)),
    linear-gradient(180deg,rgba(8,7,6,.06),rgba(8,7,6,.18));
  pointer-events:none;
}
.va-compare-card__hero--macro::after{
  content:"";
  position:absolute;
  inset:14px;
  z-index:3;
  border:1px solid rgba(238,218,181,.16);
  background:none;
  pointer-events:none;
}
.va-compare-card__ambient,
.va-compare-card__focus{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
}
.va-compare-card__ambient{
  z-index:0;
  object-fit:cover;
  filter:blur(22px) saturate(.72) brightness(.52);
  transform:scale(1.15);
  opacity:.72;
}
.va-compare-card__focus{
  z-index:2;
  object-fit:contain;
  object-position:center;
  padding:14px 42px;
  filter:drop-shadow(0 22px 34px rgba(0,0,0,.28));
  transition:transform .9s cubic-bezier(.2,.7,.2,1),filter .9s ease;
}
.va-compare-card:hover .va-compare-card__focus{
  transform:scale(1.018);
  filter:drop-shadow(0 26px 42px rgba(0,0,0,.34));
}
.va-compare-card:hover .va-compare-card__ambient{
  transform:scale(1.18);
}
.va-compare-card__lens{
  position:absolute;
  left:27px;
  right:27px;
  bottom:25px;
  z-index:4;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:12px;
  color:rgba(250,244,235,.72);
  pointer-events:none;
}
.va-compare-card__lens span,
.va-compare-card__lens b{
  font:600 8px/1 Manrope,sans-serif;
  letter-spacing:.2em;
}
.va-compare-card__lens b{font-weight:500;color:#d1aa6a}
.va-compare-card__lens i{height:1px;background:linear-gradient(90deg,rgba(209,170,106,.52),rgba(209,170,106,.08))}
.va-compare-card__index{display:none}

@media (min-width:901px) and (max-height:900px){
  .va-compare-card__hero--macro{height:clamp(184px,23vh,228px)}
  .va-compare-card__focus{padding:12px 34px}
}
@media(max-width:900px){
  .va-compare-card__hero--macro{height:240px}
  .va-compare-card__focus{padding:14px 30px}
}
@media(max-width:600px){
  .va-compare-card__hero--macro{height:218px}
  .va-compare-card__hero--macro::after{inset:10px}
  .va-compare-card__focus{padding:10px 22px}
  .va-compare-card__lens{left:20px;right:20px;bottom:18px}
}
@media(prefers-reduced-motion:reduce){
  .va-compare-card__ambient,.va-compare-card__focus{transition:none!important}
}

/* v12.4 — VA HOME Olfactive Dossier comparison */
.va-compare-card--dossier .va-compare-card__hero{display:none!important}
.va-compare-card--dossier{
  background:linear-gradient(180deg,#0d0c0a 0%,#0b0a08 100%);
}
.va-compare-card__identity--portrait{
  padding:28px 28px 24px;
  display:grid;
  gap:26px;
  border-bottom:1px solid rgba(214,184,128,.14);
}
.va-compare-card__copy{min-width:0;display:flex;flex-direction:column}
.va-compare-card__number{
  display:block;
  margin:22px 0 9px;
  color:rgba(210,172,108,.66);
  font:600 9px/1 Manrope,sans-serif;
  letter-spacing:.22em;
}
.va-compare-card--dossier .va-compare-card__name{
  margin:0;
  font-size:clamp(29px,2.25vw,42px);
  line-height:.98;
  max-width:12ch;
}
.va-compare-card--dossier .va-compare-card__meta{margin-top:auto;padding-top:24px}
.va-compare-card__portrait{
  position:relative;
  margin:0;
  min-width:0;
  overflow:hidden;
  isolation:isolate;
}
.va-compare-card__portrait::after{
  content:"";
  position:absolute;
  border:1px solid rgba(248,239,222,.12);
  pointer-events:none;
  z-index:2;
}
.va-compare-card__portrait-image{display:block;
  transition:transform .8s cubic-bezier(.2,.7,.2,1),filter .8s ease;
}
.va-compare-card:hover .va-compare-card__portrait-image{transform:scale(1.025)}
.va-compare-card__portrait figcaption{
  position:absolute;z-index:3;
  color:rgba(250,245,236,.74);
  font:600 7px/1 Manrope,sans-serif;
  text-shadow:0 1px 10px rgba(0,0,0,.7);
}
.va-compare-card__portrait figcaption::before{
  content:"";display:block;height:1px;background:#c99d57;
}
@media(min-width:901px) and (max-height:900px){
  .va-compare-card__identity--portrait{gap:20px}
  .va-compare-card__portrait-image{min-height:142px}
  .va-compare-card__number{margin-top:15px}
}
@media(max-width:900px){
  .va-compare-card__identity--portrait{padding:22px;gap:18px}
  .va-compare-card__portrait-image{min-height:146px}
}
@media(max-width:520px){
  .va-compare-card__identity--portrait{padding:18px;gap:14px}
  .va-compare-card__portrait-image{min-height:128px}
  .va-compare-card__portrait figcaption{font-size:6px;left:11px;bottom:10px}
  .va-compare-card__number{margin-top:13px}
}

/* v12.5 — Material Sample Compare polish */
.va-compare-card__identity--portrait{
  grid-template-columns:minmax(0,1fr) clamp(126px,9.2vw,148px);
  align-items:center;
  min-height:208px;
}
.va-compare-card__portrait{
  width:100%;
  aspect-ratio:1 / 1;
  align-self:center;
  border:1px solid rgba(225,196,143,.22);
  background:#100e0b;
  box-shadow:0 18px 44px rgba(0,0,0,.24);
}
.va-compare-card__portrait::before{
  content:"MATERIAL / 01";
  position:absolute;
  top:12px;
  left:13px;
  z-index:3;
  color:rgba(250,245,236,.56);
  font:600 6px/1 Manrope,sans-serif;
  letter-spacing:.18em;
  text-shadow:0 1px 8px rgba(0,0,0,.72);
}
.va-compare-card__portrait::after{inset:7px}
.va-compare-card__portrait-image{
  width:100%;height:100%;min-height:0;
  object-fit:cover;
  object-position:center center;
}
.va-compare-card__portrait figcaption{
  left:13px;right:13px;bottom:12px;
  font-size:6px;
  letter-spacing:.16em;
}
.va-compare-card__portrait figcaption::before{width:20px;margin-bottom:7px}

.va-compare-card__heading{position:relative}
.va-compare-card__remove{
  width:auto;
  height:30px;
  min-width:30px;
  padding:0 9px;
  border-radius:999px;
  border:1px solid rgba(205,166,101,.34);
  background:rgba(12,10,8,.18);
  color:rgba(239,225,202,.72);
  backdrop-filter:none;
  font:500 15px/1 Manrope,sans-serif;
  box-shadow:none;
}
.va-compare-card__remove::before{
  content:"REMOVE";
  margin-right:7px;
  font:600 7px/1 Manrope,sans-serif;
  letter-spacing:.16em;
  color:rgba(205,166,101,.58);
}
.va-compare-card__remove:hover,
.va-compare-card__remove:focus-visible{
  transform:none;
  background:rgba(205,166,101,.08);
  border-color:rgba(205,166,101,.66);
  color:#ead9bd;
  outline:none;
}

@media(min-width:901px) and (max-height:900px){
  .va-compare-card__identity--portrait{
    min-height:180px;
    grid-template-columns:minmax(0,1fr) 126px;
    padding:20px 22px;
  }
}
@media(max-width:900px){
  .va-compare-card__identity--portrait{
    grid-template-columns:minmax(0,1fr) 128px;
    min-height:188px;
  }
}
@media(max-width:520px){
  .va-compare-card__identity--portrait{
    grid-template-columns:minmax(0,1fr) 104px;
    min-height:168px;
  }
  .va-compare-card__remove::before{display:none}
  .va-compare-card__remove{width:30px;padding:0}
  .va-compare-card__portrait::before{display:none}
}

/* ===== v12-0-rc1.css ===== */
/* ==========================================================================
   VA HOME v12.0 RC1 — Production design-system and interaction polish
   Scope: shared cards, account wishlist, scent comparison, focus/touch UX.
   ========================================================================== */

:root{
  --ui-border:rgba(184,138,75,.22);
  --ui-border-hover:rgba(184,138,75,.48);
  --ui-surface:#12100d;
  --ui-surface-deep:#0b0a08;
  --ui-gold:#b88a4b;
  --ui-radius:2px;
  --ui-shadow-rest:0 12px 32px rgba(0,0,0,.18);
  --ui-shadow-lift:0 24px 64px rgba(0,0,0,.32);
  --ui-ease:cubic-bezier(.2,.7,.2,1);
  --ui-fast:180ms;
  --ui-base:360ms;
}

/* Consistent, visible keyboard focus without changing pointer interactions. */
:where(a,button,input,select,textarea,[tabindex]):focus-visible{
  outline:1px solid var(--ui-gold);
  outline-offset:4px;
}

/* Shared product-card geometry. Keeps every catalogue surface aligned. */
.product-card{
  min-width:0;
  height:100%;
  border-color:var(--ui-border);
  border-radius:var(--ui-radius);
  box-shadow:var(--ui-shadow-rest);
  transition:transform var(--ui-base) var(--ui-ease),border-color var(--ui-fast) ease,box-shadow var(--ui-base) var(--ui-ease);
}
.product-card__media{
  aspect-ratio:4/5;
  overflow:hidden;
  background:var(--ui-surface-deep);
}
.product-card__media>img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.product-card__body{
  display:flex;
  flex:1;
  flex-direction:column;
  min-width:0;
}
.product-card__desc{
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  min-height:calc(2em * 1.55);
}
.product-card__meta{margin-top:auto}
.product-card__actions{margin-top:auto}
.product-card__wishlist{
  box-sizing:border-box;
  aspect-ratio:1;
  padding:0;
}
@media(hover:hover) and (pointer:fine){
  .product-card:hover{
    transform:translateY(-3px);
    border-color:var(--ui-border-hover);
    box-shadow:var(--ui-shadow-lift);
  }
}

/* Account: quieter private-space treatment and stable wishlist cards. */
.account-tabs button{
  min-height:48px;
  transition:color var(--ui-fast) ease,border-color var(--ui-fast) ease,background var(--ui-fast) ease;
}
.account-tabs button:hover{color:var(--text-primary);background:rgba(255,255,255,.018)}
.wishlist-grid{
  align-items:stretch;
  grid-template-columns:repeat(auto-fill,minmax(176px,218px));
  gap:18px;
}
.wishlist-card{
  min-width:0;
  height:100%;
  border-color:var(--ui-border);
  box-shadow:var(--ui-shadow-rest);
  transition:transform var(--ui-base) var(--ui-ease),border-color var(--ui-fast) ease,box-shadow var(--ui-base) var(--ui-ease);
}
.wishlist-card__media{aspect-ratio:4/5}
.wishlist-card__media img{object-fit:cover;object-position:center}
.wishlist-card__body{min-width:0;padding:15px}
.wishlist-card h2{overflow-wrap:anywhere;line-height:1.08}
.wishlist-card__actions{flex-wrap:wrap}
.wishlist-remove{min-height:38px;display:inline-flex;align-items:center}
@media(hover:hover) and (pointer:fine){
  .wishlist-card:hover{
    transform:translateY(-3px);
    border-color:var(--ui-border-hover);
    box-shadow:var(--ui-shadow-lift);
  }
}
@media(max-width:760px){
  .wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
}
@media(max-width:520px){
  .wishlist-grid{grid-template-columns:1fr}
  .wishlist-card{display:grid;grid-template-columns:88px minmax(0,1fr);min-height:110px}
  .wishlist-card__media{width:88px;height:110px;aspect-ratio:4/5}
  .wishlist-card__body{padding:11px 12px}
  .wishlist-card__actions{padding-top:8px}
  .wishlist-card__actions .btn{min-height:36px;padding:8px 11px}
  .wishlist-remove{min-height:36px}
}

/* Comparison: editorial cards with predictable image ratio and safer mobile flow. */
.va-compare-modal__inner{scrollbar-gutter:stable}
.va-compare-modal__close,.va-compare-card__remove{
  box-sizing:border-box;
  display:grid;
  place-items:center;
  aspect-ratio:1;
  padding:0;
}
.va-compare-grid{align-items:stretch}
.va-compare-card{height:auto;min-width:0}
.va-compare-card__hero{aspect-ratio:4/5}
.va-compare-card__hero img{object-fit:cover;object-position:center}
.va-compare-panel{flex:1}
.va-compare-buy,.va-compare-dock__open{transition:background var(--ui-fast) ease,border-color var(--ui-fast) ease,transform var(--ui-fast) ease}
@media(hover:hover) and (pointer:fine){
  .va-compare-buy:hover,.va-compare-dock__open:hover{transform:translateY(-1px)}
}
@media(max-width:900px){
  .va-compare-grid{
    scroll-snap-type:x mandatory;
    scroll-padding-inline:16px;
    overscroll-behavior-inline:contain;
    gap:12px;
    padding:0 16px calc(12px + env(safe-area-inset-bottom));
  }
  .va-compare-card{
    flex:0 0 min(82vw,410px);
    scroll-snap-align:start;
    scroll-snap-stop:always;
  }
}
@media(max-width:600px){
  .va-compare-dock{bottom:calc(12px + env(safe-area-inset-bottom))}
  .va-compare-card{flex-basis:calc(100vw - 44px)}
  .va-compare-modal__top{padding-top:calc(17px + env(safe-area-inset-top))}
  .va-compare-tabs{scrollbar-width:none}
  .va-compare-tabs::-webkit-scrollbar{display:none}
}

/* Keep touch controls comfortably tappable. */
@media(pointer:coarse){
  .va-compare-add,.wishlist-remove{min-height:44px}
  .va-compare-card__remove{min-width:40px;min-height:40px}
}

@media(prefers-reduced-motion:reduce){
  .product-card,.wishlist-card,.product-card__media img,.wishlist-card__media img,
  .va-compare-buy,.va-compare-dock__open{transition:none!important;transform:none!important}
}

/* ===== v12-0-rc2.css ===== */
/* ==========================================================================
   VA HOME v12.0 RC2 — Production QA hardening
   Scope: mobile stability, accessibility, safe-area and overflow protection.
   No visual redesign and no commerce logic changes.
   ========================================================================== */

:root{
  --tap-target:44px;
  --focus-ring:rgba(184,138,75,.95);
}

html{
  overflow-x:clip;
  scrollbar-gutter:stable;
  text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
}
body{min-width:0;overflow-wrap:break-word}
main,section,article,aside,nav,header,footer{min-width:0}
img,video,canvas,svg{max-width:100%}

/* Anchored sections remain visible below the sticky header. */
:where([id]){scroll-margin-top:96px}

/* Production-grade focus that remains visible on dark and light surfaces. */
:where(a,button,input,select,textarea,[role="button"],[tabindex]):focus-visible{
  outline:2px solid var(--focus-ring);
  outline-offset:3px;
}

/* Reliable touch behaviour without changing desktop sizing. */
:where(button,[role="button"],input[type="button"],input[type="submit"],input[type="checkbox"],input[type="radio"]){
  touch-action:manipulation;
}
@media(pointer:coarse){
  :where(.icon-btn,.header-action,.wishlist-remove,.va-compare-add,.va-compare-card__remove,.va-compare-modal__close){
    min-width:var(--tap-target);
    min-height:var(--tap-target);
  }
}

/* Prevent iOS form zoom and clipping in checkout/account forms. */
@media(max-width:760px){
  :where(input,select,textarea){font-size:16px}
  :where(.modal,.drawer,.va-compare-modal__inner){overscroll-behavior:contain}
}

/* Stable account/wishlist geometry across long titles and small screens. */
.wishlist-card__body,.wishlist-card__actions{min-width:0}
.wishlist-card__actions>*{max-width:100%}
.wishlist-card h2,.wishlist-card p{word-break:normal;overflow-wrap:anywhere}
@media(max-width:520px){
  .wishlist-card__media img{width:100%;height:100%;object-fit:cover;object-position:center}
}

/* Comparison modal: no accidental page scroll and no clipped final card. */
.va-compare-modal[aria-hidden="false"],.va-compare-modal.is-open{overscroll-behavior:contain}
.va-compare-grid>*{min-width:0}
@media(max-width:900px){
  .va-compare-grid::after{content:"";flex:0 0 4px}
}

/* Better behaviour for users who request less motion. */
@media(prefers-reduced-motion:reduce){
  html:focus-within{scroll-behavior:auto!important}
  *,*::before,*::after{
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    scroll-behavior:auto!important;
  }
}

/* High-contrast fallback keeps controls understandable. */
@media(forced-colors:active){
  :where(button,.btn,input,select,textarea,.product-card,.wishlist-card){border:1px solid CanvasText}
}

/* ===== v12-1-site-audit.css ===== */
/* VA HOME v12.1 — final adaptive/site-wide polish
   Safe layout corrections only: no redesign, loaders, blur, skeletons or reveal logic. */

html, body { max-width: 100%; overflow-x: clip; }
img, picture, video, canvas, svg { max-width: 100%; }
/* Do not force global image height: hero media relies on height:100%. */

/* Prevent long labels, prices and controls from forcing horizontal overflow. */
button, input, select, textarea, a { min-width: 0; }
.product-card, .collection-card, .journal-card, .cart-item,
.checkout-fieldset, .cart-summary, .va-compare-card { min-width: 0; }
.product-card__name, .product-card__desc, .va-compare-card__name,
.va-compare-statement, .va-compare-value, .cart-item__title { overflow-wrap: anywhere; }

/* Cart: remove the oversized empty gap between breadcrumbs and the hero. */
.cart-hero { margin-top: 0 !important; }
.cart-hero + .checkout-progress { margin-top: clamp(18px, 2.2vw, 30px); }
body:has(.cart-hero) .section.section--tight { padding-top: clamp(22px, 2.8vw, 42px); }

/* Laptop viewport: keep first checkout screen composed and readable. */
@media (min-width: 901px) and (max-height: 900px) {
  body:has(.cart-hero) .section.section--tight { padding-top: 24px; }
  .cart-hero {
    min-height: clamp(220px, 25vw, 320px);
    margin-bottom: 22px;
  }
  .cart-hero > div:first-child { padding: clamp(30px, 4vw, 58px); }
  .cart-hero h1 { font-size: clamp(3.2rem, 5.2vw, 5.4rem); }
  .cart-hero__visual { min-height: 100%; }
  .checkout-progress { margin-bottom: 30px; }
}

/* Compact notebook widths without shrinking touch targets. */
@media (min-width: 901px) and (max-width: 1440px) {
  .container { width: min(100% - 48px, var(--container-max)); }
  .btn { min-height: 46px; }
  .product-card__actions .btn { padding-inline: 16px; }
}

/* Mobile: preserve breathing room and avoid edge collisions. */
@media (max-width: 760px) {
  html, body { overflow-x: hidden; }
  body:has(.cart-hero) .section.section--tight { padding-top: 14px; }
  .cart-hero { margin-bottom: 16px; }
  .checkout-progress { margin-top: 14px; }
  .btn, button, input, select, textarea { max-width: 100%; }
}

/* Very small screens: keep dense controls usable. */
@media (max-width: 380px) {
  .container { width: min(100% - 28px, var(--container-max)); }
  .product-card__actions { gap: 8px; }
  .product-card__actions .btn { padding-inline: 10px; }
}

/* v13.7 RC — product-to-Journal proof bridge */
.product-rating-compact.is-loading{visibility:hidden}
.product-journal-proof{
  margin-top:16px;
  padding:12px 0 11px;
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:8px 16px;
  align-items:center;
  border-top:1px solid rgba(185,145,92,.24);
}
.product-journal-proof__label{
  color:var(--color-gold,#b9915c);
  font-size:8px;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.product-journal-proof>a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  color:var(--text-primary,#f3eee7);
  text-decoration:none;
}
.product-journal-proof__title{
  font-family:var(--font-display);
  font-size:clamp(16px,1.35vw,20px);
  font-weight:500;
  line-height:1.16;
}
.product-journal-proof__arrow{
  flex:0 0 auto;
  color:var(--color-gold,#b9915c);
  font-size:15px;
  transition:transform .25s ease;
}
@media(hover:hover){
  .product-journal-proof>a:hover .product-journal-proof__arrow{transform:translateX(4px)}
}
@media(max-width:620px){
  .product-journal-proof{grid-template-columns:1fr;gap:5px;padding-block:11px}
  .product-journal-proof__title{font-size:18px}
}


/* ===== VA HOME v16.4.18 — deterministic gallery crossfade =====
   Preserves the original subtle zoom while preventing the previous hero
   image from flashing during the final layer commit. */
.product-image-switcher{
  --va-gallery-rest-scale:1.075;
  --va-gallery-enter-scale:1.045;
}
.product-gallery .product-image-switcher>img#productMainImage,
.product-gallery .product-image-switcher>img.product-main-image-transition{
  transform-origin:center center!important;
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
  object-fit:cover;
}
.product-gallery .product-image-switcher>img#productMainImage{
  z-index:1;
  opacity:1!important;
  transform:scale(var(--va-gallery-rest-scale))!important;
  transition:none!important;
}
.product-gallery .product-image-switcher>img.product-main-image-transition{
  z-index:2;
  opacity:0;
  transform:scale(var(--va-gallery-enter-scale))!important;
  transition:opacity 1.05s cubic-bezier(.22,.61,.36,1),
             transform 1.25s cubic-bezier(.22,.61,.36,1)!important;
  will-change:opacity,transform;
  pointer-events:none;
}
.product-gallery .product-image-switcher>img.product-main-image-transition.is-visible{
  opacity:1;
  transform:scale(var(--va-gallery-rest-scale))!important;
}
@media(max-width:900px){
  .product-image-switcher{
    --va-gallery-rest-scale:1.045;
    --va-gallery-enter-scale:1.02;
  }
}
@media(prefers-reduced-motion:reduce){
  .product-gallery .product-image-switcher>img#productMainImage,
  .product-gallery .product-image-switcher>img.product-main-image-transition{
    transition:none!important;
    transform:scale(var(--va-gallery-rest-scale))!important;
  }
}


/* ===== VA HOME v16.4.18 — product gallery layer containment =====
   Keeps both crossfade images inside the main media frame and prevents any
   thumbnail — including Detail — from painting over the hero image. */
.product-gallery .product-hero__media{
  position:relative;
  overflow:hidden;
  isolation:isolate;
}
.product-gallery .product-hero__media>img#productMainImage,
.product-gallery .product-hero__media>img.product-main-image-transition{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:cover!important;
}
@media(max-width:620px){
  .product-gallery .product-hero__media{order:1!important}
  .product-gallery .product-gallery-thumbs{
    order:2!important;
    position:relative!important;
    z-index:4!important;
    align-items:stretch!important;
    overflow:hidden!important;
    isolation:isolate;
  }
  .product-gallery .product-gallery-thumbs>.product-gallery-thumb{
    position:relative!important;
    inset:auto!important;
    margin:0!important;
    transform:none!important;
  }
  .product-gallery .product-gallery-thumbs>.product-gallery-thumb:hover,
  .product-gallery .product-gallery-thumbs>.product-gallery-thumb:focus-visible,
  .product-gallery .product-gallery-thumbs>.product-gallery-thumb.is-active{
    transform:none!important;
  }
}


/* ===== Product component source: merged from fragrance-dna.css ===== */
/* VA HOME v15.1.1 — six-axis DNA with exact v13.8.27 composition geometry */

/* Keep the original v13.8.27 block sizing. The section must grow naturally
   from its content; forcing a fixed height changes the cinematic crop. */
@media (min-width:1051px) {
  .has-product-story-v10 .story-composition {
    height:auto;
    min-height:clamp(420px,39vw,590px);
  }

  .has-product-story-v10 .story-composition > * {
    height:auto;
  }
}

/* v13.8.27 used a 360px five-axis radar. Six legend rows add roughly 20px,
   so a 340px radar preserves the same total DNA-column height and therefore
   the same composition-block height and vertical alignment. */
.story-dna__radar {
  width:min(100%,340px);
  margin:1.15rem auto .35rem;
}

.story-dna__axis-label {
  font-size:6.35px;
  letter-spacing:.018em;
}

.story-dna__axis-value {
  font-size:6.55px;
}

@media (max-width:700px) {
  .story-dna__radar {width:min(92%,320px)}
  .story-dna__axis-label {font-size:6.2px;letter-spacing:.012em}
  .story-dna__axis-value {font-size:6.4px}
}

@media (max-width:1050px) {
  .has-product-story-v10 .story-composition {height:auto}
}


/* ===== Product component source: merged from reed-guide.css ===== */
/* VA HOME v15.1.1 — visible product-card reed-care disclosure */
.product-reed-guide,.product-usage-guide{position:relative;overflow:hidden}.product-reed-guide__lead,.product-reed-guide__note,.product-reed-guide__extra,.product-usage-guide__note,.product-usage-guide__meta p{margin:0}.product-reed-guide__lead{max-width:720px;color:var(--text-muted,#a69d92);font-size:.95rem;line-height:1.72}.product-reed-guide__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:20px}.product-reed-guide__item{min-width:0;padding:19px 14px 17px;border:1px solid rgba(184,145,86,.2);background:rgba(255,255,255,.012);text-align:left}.product-reed-guide__item.is-recommended{border-color:rgba(193,147,80,.52);background:linear-gradient(145deg,rgba(193,147,80,.11),rgba(255,255,255,.012))}.product-reed-guide__item span,.product-reed-guide__item small{display:block}.product-reed-guide__item span{color:var(--text-muted,#a69d92);font-size:.72rem;line-height:1.35;letter-spacing:.06em;text-transform:uppercase}.product-reed-guide__item strong{display:block;margin:10px 0 5px;color:var(--text-main,#ece4da);font-family:var(--font-serif,Georgia,serif);font-size:clamp(1.25rem,2.3vw,1.7rem);font-weight:400;line-height:1.15}.product-reed-guide__item.is-recommended strong{color:var(--accent,#c19350)}.product-reed-guide__item small{color:var(--text-muted,#a69d92);font-size:.76rem;line-height:1.35}.product-reed-guide__care{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:14px;padding:15px 16px;border:1px solid rgba(184,145,86,.24);background:rgba(184,145,86,.055)}.product-reed-guide__care span{color:var(--text-muted,#a69d92);font-size:.74rem;letter-spacing:.07em;text-transform:uppercase}.product-reed-guide__care strong{color:var(--text-main,#ece4da);font-size:.92rem;font-weight:500;text-align:right}.product-reed-guide__note{margin-top:14px;color:var(--text-muted,#b8aea2);line-height:1.6}.product-reed-guide__extra{margin-top:12px;padding:12px 14px;border-left:2px solid var(--accent,#c19350);background:rgba(184,145,86,.07);color:var(--text-muted,#b8aea2);line-height:1.55}.product-usage-guide__steps{display:grid;gap:0;margin-top:4px;border-top:1px solid rgba(184,145,86,.2)}.product-usage-guide__steps article{display:grid;grid-template-columns:38px 1fr;gap:12px;padding:16px 0;border-bottom:1px solid rgba(184,145,86,.16)}.product-usage-guide__steps article>span{color:var(--accent,#c19350);font-size:.72rem;letter-spacing:.08em}.product-usage-guide__steps strong{display:block;color:var(--text-main,#ece4da);font-size:.98rem;font-weight:500}.product-usage-guide__steps p{margin:5px 0 0;color:var(--text-muted,#a69d92);line-height:1.55}.product-usage-guide__meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px;margin-top:16px}.product-usage-guide__meta p{color:var(--text-muted,#a69d92);line-height:1.55}.product-usage-guide__meta strong{color:var(--text-main,#e8e0d6);font-weight:500}.product-usage-guide__note{margin-top:14px;color:var(--text-muted,#a69d92);font-size:.88rem;line-height:1.55}@media(max-width:640px){.product-reed-guide__grid{grid-template-columns:1fr;gap:8px;margin-top:16px}.product-reed-guide__item{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px 14px;padding:15px 14px}.product-reed-guide__item span{grid-column:1}.product-reed-guide__item strong{grid-column:2;grid-row:1/span 2;margin:0;font-size:1.22rem;text-align:right}.product-reed-guide__item small{grid-column:1}.product-reed-guide__care{align-items:flex-start;flex-direction:column;gap:5px}.product-reed-guide__care strong{text-align:left}.product-usage-guide__meta{grid-template-columns:1fr}}

.product-essential-facts small{display:block;margin-top:.28rem;color:var(--text-muted,#a69d92);font-size:.64rem;font-weight:400;line-height:1.35}
.product-essential-facts__care{background:linear-gradient(145deg,rgba(193,147,80,.075),rgba(255,255,255,.012))}
.product-essential-facts__care strong{color:var(--accent,#c19350)}
.product-reed-guide__item strong{margin-bottom:0}
@media(max-width:640px){.product-essential-facts{grid-template-columns:1fr}.product-essential-facts>div{display:grid;grid-template-columns:88px minmax(0,1fr);align-items:start;gap:.18rem .7rem;padding:.72rem .82rem}.product-essential-facts>div+div{border-left:0;border-top:1px solid var(--border-hairline)}.product-essential-facts span{grid-column:1;grid-row:1/span 2;padding-top:.08rem}.product-essential-facts strong,.product-essential-facts small{grid-column:2}.product-essential-facts small{margin-top:0}}


/* ===== Product responsive component — consolidated from legacy mobile layers ===== */
@media (max-width: 900px){
.product-hero,
  .product-main,
  .product-story,
  .product-details,
  .product-ritual,
  .product-recommendations{padding-block: var(--va-mobile-section-tight);}
.product-layout,
  .product-hero__grid{gap: clamp(28px, 7vw, 48px);}
.product-info h1{font-size: clamp(2.9rem, 11.5vw, 5rem);}
.product-price{font-size: clamp(1.35rem, 5vw, 1.7rem);}
.product-gallery-thumbs{gap: 10px;}
.product-accordion__item summary{min-height: 52px;}
}
@media (max-width:900px){
.product-hero{padding-block:var(--qa-section-tight);}
.product-story,
  .product-details,
  .product-ritual,
  .product-recommendations{padding-block:var(--qa-section);}
.product-layout,
  .product-hero__grid,
  .product-story__grid{gap:clamp(24px,5vw,42px);}
.product-info{min-width:0;}
.product-info h1{font-size:clamp(43px,8.7vw,70px)!important;}
.product-gallery,
  .product-gallery-main{min-width:0;}
.product-gallery-main img{width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;}
.product-gallery-thumbs{max-width:100%;overflow-x:auto;scrollbar-width:none;}
.product-gallery-thumbs::-webkit-scrollbar{display:none;}
.product-accordion__item summary{padding-block:14px;}
}
@media (max-width:620px){
.product-gallery{display:grid;grid-template-columns:1fr;gap:14px;}
.product-gallery .product-hero__media{order:1;position:relative;width:100%;min-height:0;height:auto;aspect-ratio:4/5;overflow:hidden;isolation:isolate;}
.product-gallery .product-hero__media>img#productMainImage,
  .product-gallery .product-hero__media>img.product-main-image-transition{position:absolute;inset:0;width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;}
.product-gallery-thumbs{order:2;position:relative;z-index:4;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:9px;width:100%;overflow:hidden;isolation:isolate;}
.product-gallery-thumbs>.product-gallery-thumb{position:relative;inset:auto;width:100%;aspect-ratio:1/1;min-height:0;margin:0;transform:none;}
.product-gallery-thumbs>.product-gallery-thumb:hover,
  .product-gallery-thumbs>.product-gallery-thumb:focus-visible,
  .product-gallery-thumbs>.product-gallery-thumb.is-active{transform:none;}
.product-hero__info{padding-top:0;}
.product-heading-row{gap:10px;}
.product-stock-dot{font-size:10px;}
.product-price-card{grid-template-columns:1fr auto;gap:14px;}
.product-purchase-row .btn{min-height:56px!important;}
.mobile-buy-bar{padding-bottom:max(12px,env(safe-area-inset-bottom));}
.product-page .section{padding-block:clamp(44px,11vw,62px)!important;}
}
@media (max-width:430px){
.product-gallery-thumbs{gap:7px;}
}

/* VA HOME v16.4.18 — product-specific reed guidance */
.product-reed-guide__facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:14px;border:1px solid rgba(184,145,86,.24);background:rgba(184,145,86,.04)}
.product-reed-guide__facts>div{display:flex;flex-direction:column;gap:7px;min-width:0;padding:15px 16px}
.product-reed-guide__facts>div+div{border-left:1px solid rgba(184,145,86,.18)}
.product-reed-guide__facts span{color:var(--text-muted,#a69d92);font-size:.68rem;letter-spacing:.08em;text-transform:uppercase}
.product-reed-guide__facts strong{color:var(--text-main,#ece4da);font-size:.86rem;font-weight:500;line-height:1.45}
.product-reed-guide__placement{margin:12px 0 0;color:var(--text-muted,#b8aea2);font-size:.88rem;line-height:1.6}
.product-reed-guide__guide-link{display:inline-flex;margin-top:18px;color:var(--accent,#c19350);font-size:.76rem;letter-spacing:.04em;text-transform:uppercase}
.product-reed-guide__guide-link:hover{text-decoration:underline;text-underline-offset:4px}
@media(max-width:960px){.product-essential-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.product-essential-facts>div:nth-child(3){border-left:0;border-top:1px solid var(--border-hairline)}.product-essential-facts>div:nth-child(4){border-top:1px solid var(--border-hairline)}}
@media(max-width:640px){.product-essential-facts>div:nth-child(n){border-left:0}.product-reed-guide__facts{grid-template-columns:1fr}.product-reed-guide__facts>div+div{border-left:0;border-top:1px solid rgba(184,145,86,.18)}}

.product-reed-guide__commerce{display:grid;grid-template-columns:minmax(180px,.46fr) 1fr;gap:22px;margin:22px 0 0;padding:20px 22px;border:1px solid rgba(190,140,70,.28);background:linear-gradient(135deg,rgba(190,140,70,.1),rgba(255,255,255,.015))}.product-reed-guide__commerce strong{color:var(--gold,#c49652);font-size:11px;letter-spacing:.14em;text-transform:uppercase}.product-reed-guide__commerce span{color:var(--text-muted,#9e978f);font-size:14px;line-height:1.65}@media(max-width:680px){.product-reed-guide__commerce{grid-template-columns:1fr;gap:8px;padding:16px}}

/* VA HOME v16.4.18 — three essential hero facts */
@media(min-width:641px){.product-essential-facts{grid-template-columns:repeat(3,minmax(0,1fr))}.product-essential-facts>div:nth-child(3){border-left:1px solid var(--border-hairline);border-top:0}}
