
:root{
  --ink:#11120f;
  --ink-soft:#24251f;
  --ivory:#f7f3e9;
  --cream:#ebe3d3;
  --stone:#b9ae9b;
  --line:#d8d0c1;
  --gold:#9a7a45;
  --gold-soft:#c6ae80;
  --forest:#1b211c;
  --paper:#fffdf8;
  --white:#ffffff;
  --serif:"Iowan Old Style","Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;
  --sans:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --space-xs:.5rem;
  --space-sm:1rem;
  --space-md:2rem;
  --space-lg:4rem;
  --space-xl:7rem;
  --radius:999px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--serif);
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input{font:inherit}
main{overflow:hidden}
::selection{background:var(--gold);color:white}

.announcement{
  min-height:28px;
  display:grid;
  place-items:center;
  background:var(--ink);
  color:#ece6d9;
  font:10px/1.2 var(--sans);
  text-transform:uppercase;
  letter-spacing:.18em;
  padding:7px 20px;
  text-align:center;
}

.site-header{
  min-height:94px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  padding:0 4vw;
  border-bottom:1px solid rgba(17,18,15,.12);
  background:rgba(255,253,248,.95);
  backdrop-filter:blur(14px);
  position:sticky;
  top:0;
  z-index:50;
}
.main-nav,.header-actions,.languages{
  display:flex;
  align-items:center;
}
.main-nav{gap:28px;font:12px var(--sans);letter-spacing:.04em}
.main-nav a,.header-actions>a,.languages a{
  position:relative;
}
.main-nav a:after,.header-actions>a:after{
  content:"";
  position:absolute;
  inset:auto 0 -5px 0;
  height:1px;
  background:currentColor;
  transform:scaleX(0);
  transform-origin:right;
  transition:transform .35s ease;
}
.main-nav a:hover:after,.header-actions>a:hover:after{
  transform:scaleX(1);
  transform-origin:left;
}
.brand-lockup{
  justify-self:center;
  text-align:center;
  display:block;
}
.brand-mark{
  display:block;
  font:700 31px/1 var(--serif);
  letter-spacing:.22em;
  margin-inline-end:-.22em;
}
.brand-tagline{
  display:block;
  margin-top:7px;
  font:8px var(--sans);
  text-transform:uppercase;
  letter-spacing:.22em;
  color:#6c685f;
}
.header-actions{
  justify-self:end;
  gap:21px;
  font:11px var(--sans);
}
.languages{gap:8px;padding-inline-end:12px;border-inline-end:1px solid var(--line)}
.languages a{opacity:.48}
.languages a[aria-current="true"]{opacity:1;font-weight:700}

.eyebrow{
  margin:0;
  color:var(--gold);
  font:600 10px/1.4 var(--sans);
  text-transform:uppercase;
  letter-spacing:.24em;
}
.lede{
  font-size:clamp(18px,1.6vw,24px);
  line-height:1.55;
  color:#4f4b43;
}
.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  background:var(--ink);
  color:white;
  border:1px solid var(--ink);
  padding:0 22px;
  font:600 10px var(--sans);
  letter-spacing:.13em;
  text-transform:uppercase;
  cursor:pointer;
  transition:background .25s,color .25s,transform .25s;
}
.button:hover{background:transparent;color:var(--ink);transform:translateY(-1px)}
.button-small{min-height:40px;padding:0 15px}
.button-light{background:#f3ede2;color:var(--ink);border-color:#f3ede2}
.button-light:hover{background:transparent;color:#f3ede2}
.full-width{width:100%}
.text-link{
  display:inline-block;
  font:600 11px var(--sans);
  letter-spacing:.06em;
  padding-bottom:4px;
  border-bottom:1px solid currentColor;
}

.hero-luxury{
  min-height:calc(100vh - 122px);
  display:grid;
  grid-template-columns:1.05fr .95fr;
  background:linear-gradient(90deg,#f6f0e5 0 52%,#1c211c 52%);
}
.hero-copy{
  padding:10vh 7vw;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
}
.hero-copy h1,
.collection-hero h1,
.editorial h1,
.auth-art h1{
  font-size:clamp(64px,8vw,132px);
  line-height:.84;
  letter-spacing:-.055em;
  font-weight:400;
  margin:20px 0 30px;
}
.hero-copy h1 em,
.collection-hero h1 em{
  font-weight:400;
  color:var(--gold);
}
.hero-copy .lede{max-width:660px}
.hero-actions{display:flex;gap:22px;align-items:center;margin-top:25px}

.hero-object{
  position:relative;
  min-height:650px;
  display:grid;
  place-items:center;
  overflow:hidden;
  color:#f5efe4;
}
.hero-object:before{
  content:"";
  position:absolute;
  width:62%;
  aspect-ratio:1;
  border-radius:50%;
  background:radial-gradient(circle at 40% 30%,#9a8768 0 6%,#6d5b40 7% 14%,#3e443b 15% 30%,#171a17 31% 100%);
  box-shadow:0 40px 100px rgba(0,0,0,.38);
}
.hero-orbit{position:absolute;border:1px solid rgba(237,226,204,.18);border-radius:50%}
.orbit-one{width:77%;aspect-ratio:1}
.orbit-two{width:94%;aspect-ratio:1}
.caviar-tin{
  width:38%;
  aspect-ratio:1;
  border-radius:50%;
  background:radial-gradient(circle at 35% 30%,#333832,#1b1d1a 60%,#0e0f0d);
  border:1px solid rgba(210,188,147,.42);
  box-shadow:inset 0 0 0 10px rgba(189,161,112,.08),0 20px 60px rgba(0,0,0,.35);
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.tin-moon{font-size:30px;color:var(--gold-soft);margin-bottom:5px}
.caviar-tin strong{font-size:clamp(25px,3vw,52px);letter-spacing:.21em;margin-inline-end:-.21em}
.caviar-tin small{font:7px var(--sans);letter-spacing:.18em;color:#cdbb98;margin-top:8px}
.hero-caption{
  position:absolute;
  inset:auto 4vw 3vw 4vw;
  display:flex;
  justify-content:space-between;
  font:9px var(--sans);
  letter-spacing:.13em;
  text-transform:uppercase;
  color:#b8b2a7;
}

.section{padding:8vw 6vw}
.section-intro{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:8vw;
  align-items:end;
  padding-bottom:3vw;
}
.section-intro h2,.heritage-copy h2,.ritual-copy h2,.trade-section h2,.taste-profile-section h2,.checkout-panel h2{
  font-size:clamp(42px,5vw,78px);
  line-height:.98;
  font-weight:400;
  letter-spacing:-.045em;
  margin:16px 0;
}
.section-copy{font-size:19px;color:#5c574f;max-width:520px}

.product-section{padding-top:2vw}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px}
.product-card a{display:block}
.product-visual{
  aspect-ratio:1/1;
  background:linear-gradient(145deg,#eee5d7,#ccbda4);
  position:relative;
  overflow:hidden;
  display:grid;
  place-items:center;
}
.product-visual:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 65%,rgba(17,18,15,.08));
}
.product-visual img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .7s cubic-bezier(.2,.7,.2,1);
}
.product-card:hover .product-visual img{transform:scale(1.035)}
.fallback-packshot{
  width:48%;
  aspect-ratio:1;
  border-radius:50%;
  background:radial-gradient(circle at 38% 30%,#343730,#191b18 64%,#0d0e0c);
  color:#f2eadb;
  box-shadow:0 24px 60px rgba(0,0,0,.28);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  position:relative;
  z-index:2;
  text-align:center;
}
.fallback-packshot strong{font-size:clamp(20px,2vw,38px);letter-spacing:.2em;margin-inline-end:-.2em}
.fallback-packshot small{font:7px var(--sans);letter-spacing:.09em;margin-top:7px;max-width:70%;color:#c8b58e}
.mini-moon{color:var(--gold-soft);font-size:22px;margin-bottom:4px}
.product-arrow{
  position:absolute;
  right:17px;top:17px;
  width:34px;height:34px;border-radius:50%;
  background:rgba(255,253,248,.88);
  display:grid;place-items:center;
  z-index:3;
  font-size:16px;
  transition:transform .25s;
}
.product-card:hover .product-arrow{transform:translate(2px,-2px)}
.product-meta{padding-top:18px}
.product-meta h3{font-size:29px;line-height:1.1;font-weight:400;margin:7px 0 10px}
.product-meta>p:not(.eyebrow){font-size:15px;color:#666157;min-height:48px}
.product-card-footer{
  display:flex;justify-content:space-between;align-items:center;
  border-top:1px solid var(--line);
  padding-top:13px;margin-top:18px;
  font:11px var(--sans);
}
.product-card-footer strong{font-weight:600}

.taste-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:#f6f1e7;
}
.taste-strip a{
  min-height:170px;
  padding:30px;
  border-inline-end:1px solid var(--line);
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  transition:background .25s,color .25s;
}
.taste-strip a:hover{background:var(--ink);color:white}
.taste-strip a:last-child{border-inline-end:0}
.taste-strip strong{font-size:31px;font-weight:400}

.heritage-editorial{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  min-height:760px;
}
.heritage-visual{
  background:#1b211c;
  position:relative;
  display:grid;
  place-items:center;
  overflow:hidden;
}
.pattern-frame{
  position:absolute;inset:8%;
  border:1px solid rgba(198,174,128,.35);
  background:
    linear-gradient(45deg,transparent 48%,rgba(198,174,128,.08) 49% 51%,transparent 52%),
    linear-gradient(-45deg,transparent 48%,rgba(198,174,128,.08) 49% 51%,transparent 52%);
  background-size:42px 42px;
}
.heritage-disc{
  width:42%;
  aspect-ratio:1;
  border-radius:50%;
  border:1px solid rgba(219,196,153,.6);
  background:rgba(13,15,13,.55);
  color:#e5d8c1;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  position:relative;z-index:2;
}
.heritage-disc span{font:8px var(--sans);letter-spacing:.22em}
.heritage-disc strong{font-size:clamp(25px,3vw,48px);font-weight:400;margin:11px 0}
.heritage-copy{
  background:#ece4d7;
  padding:9vw 7vw;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
}
.heritage-copy p:not(.eyebrow){font-size:19px;color:#585349;max-width:600px}

.ritual-section{
  padding:9vw 7vw;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:9vw;
  background:#fbf8f1;
}
.ritual-steps{border-top:1px solid var(--line)}
.ritual-steps>div{
  display:grid;
  grid-template-columns:70px 1fr 1.2fr;
  gap:25px;
  padding:25px 0;
  border-bottom:1px solid var(--line);
  align-items:start;
}
.ritual-steps span{font:10px var(--sans);color:var(--gold)}
.ritual-steps strong{font-weight:400;font-size:21px}
.ritual-steps p{margin:0;color:#686258}

.trade-section{
  background:#171b17;
  color:#f5efe4;
  padding:8vw 7vw;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:9vw;
  align-items:end;
}
.trade-section p:not(.eyebrow){color:#c7c0b4;font-size:18px}

.section-head{margin-bottom:40px}
.journal-section{background:#f0eadf}
.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.article-card{border-top:1px solid #cfc5b5;padding-top:22px;position:relative}
.article-number{font:10px var(--sans);color:#958b7a;margin-bottom:45px}
.article-card h3,.article-card h2{font-size:31px;line-height:1.1;font-weight:400;margin:8px 0 14px}
.article-card p:not(.eyebrow){color:#635d54}
.article-grid-large .article-card{min-height:360px}

.collection-hero{
  min-height:58vh;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:8vw;
  align-items:end;
  padding:8vw 7vw 6vw;
  background:var(--ivory);
}
.collection-hero h1{margin-bottom:0}
.collection-hero>div:last-child{max-width:500px;font-size:19px;color:#5d574f;padding-bottom:10px}
.collection-toolbar{
  display:flex;
  gap:22px;
  padding:20px 7vw;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  font:11px var(--sans);
  overflow:auto;
  white-space:nowrap;
}
.collection-toolbar span:first-child{font-weight:700}

.luxury-detail{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:0;
  padding:0;
  background:#f7f2e8;
}
.product-gallery{
  min-height:calc(100vh - 122px);
  padding:5vw;
  display:grid;
  gap:20px;
  align-content:start;
}
.product-gallery figure{margin:0}
.product-gallery figure img{width:100%;aspect-ratio:1;object-fit:cover}
.product-visual-large{min-height:700px}
.fallback-packshot-large{width:44%}
.product-info{
  background:#fffdf8;
  border-inline-start:1px solid var(--line);
}
.product-info-inner{
  position:sticky;
  top:122px;
  padding:7vw 5vw 6vw;
}
.product-info h1{
  font-size:clamp(56px,6vw,92px);
  line-height:.9;
  letter-spacing:-.055em;
  font-weight:400;
  margin:18px 0 25px;
}
.taste-pills{display:flex;flex-wrap:wrap;gap:8px;margin:25px 0}
.taste-pills span{
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:7px 11px;
  font:9px var(--sans);
  letter-spacing:.07em;
  text-transform:uppercase;
}
.variant-list{margin:32px 0}
.variant-row{
  display:grid;
  grid-template-columns:1fr auto auto;
  gap:18px;
  align-items:center;
  padding:14px 0;
  border-top:1px solid var(--line);
}
.variant-row:last-child{border-bottom:1px solid var(--line)}
.variant-label small{display:block;font:9px var(--sans);color:#81796c;margin-top:3px}
.variant-row .price{font:600 12px var(--sans)}
.product-description{font-size:17px;color:#575149}
.specs{margin:34px 0;border-top:1px solid var(--line)}
.specs div{
  display:grid;
  grid-template-columns:105px 1fr;
  gap:20px;
  padding:15px 0;
  border-bottom:1px solid var(--line);
}
.specs dt{font:9px var(--sans);text-transform:uppercase;letter-spacing:.12em;color:#82796c}
.specs dd{margin:0}
.specs em{font-size:13px;color:#766f64}
.note{border-top:1px solid var(--line);padding:18px 0}
.note strong{font:10px var(--sans);text-transform:uppercase;letter-spacing:.12em}
.note p{color:#5f584e}
.taste-profile-section{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:9vw;
  padding:8vw 7vw;
  background:#1b211c;
  color:#f5efe4;
}
.taste-bars>div{
  display:grid;
  grid-template-columns:110px 1fr;
  gap:20px;
  align-items:center;
  margin:23px 0;
}
.taste-bars span{font:11px var(--sans)}
.taste-bars i{
  height:3px;
  background:rgba(255,255,255,.18);
  display:block;
  position:relative;
}
.taste-bars i:after{
  content:"";
  position:absolute;inset:0 auto 0 0;
  width:var(--score);
  background:#c9aa73;
}

.luxury-page-hero{
  padding:5vw 7vw 3vw;
  background:#f3ede2;
}
.luxury-page-hero h1{
  font-size:clamp(54px,6vw,92px);
  font-weight:400;
  margin:12px 0;
  letter-spacing:-.045em;
}
.cart-layout,.checkout-layout{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:7vw;
  align-items:start;
}
.cart-row{
  display:grid;
  grid-template-columns:1fr auto auto;
  gap:25px;
  align-items:center;
  padding:20px 0;
  border-bottom:1px solid var(--line);
}
.cart-product{display:flex;align-items:center;gap:18px}
.cart-thumb{
  width:68px;aspect-ratio:1;border-radius:50%;
  background:#222820;color:#e8dec9;
  display:grid;place-items:center;
  font-size:10px;letter-spacing:.16em;
}
.cart-row small{display:block;font:9px var(--sans);color:#81786a;margin-top:4px}
.cart-row input{width:65px;border:1px solid var(--line);padding:8px;background:white}
.text-button{border:0;background:none;text-decoration:underline;cursor:pointer;font:10px var(--sans);margin-inline-start:6px}
.cart-price{font:600 12px var(--sans)}
.order-summary{
  background:#eee7da;
  padding:34px;
  position:sticky;
  top:135px;
}
.summary-line,.summary-total{
  display:flex;justify-content:space-between;gap:20px;
  padding:14px 0;border-bottom:1px solid #cec4b3;
  font:12px var(--sans);
}
.summary-line.muted{font-size:10px;color:#756c60}
.summary-total{font-size:18px;margin-bottom:20px}
.summary-note{font:10px/1.5 var(--sans);color:#766e63;margin-top:14px}
.premium-empty{max-width:760px;padding:60px;background:#f1eadf}
.premium-empty h2{font-size:48px;font-weight:400;margin:12px 0}
.checkout-panel{padding-inline-end:4vw}
.checkout-placeholder{margin-top:40px;border-top:1px solid var(--line)}
.checkout-placeholder>div{
  display:grid;grid-template-columns:60px 1fr;
  padding:18px 0;border-bottom:1px solid var(--line)
}
.checkout-placeholder span{font:10px var(--sans);color:var(--gold)}

.editorial-luxury{max-width:980px;margin:auto;padding:8vw 5vw}
.editorial-luxury h1{max-width:900px}
.editorial-luxury .lede{max-width:760px}
.editorial-placeholder{
  aspect-ratio:16/9;
  background:#1b211c;
  color:#eee3d0;
  display:grid;place-items:center;
  align-content:center;
  margin:55px 0;
}
.editorial-placeholder span{font-size:64px;letter-spacing:.22em;margin-inline-end:-.22em}
.editorial-placeholder small{font:9px var(--sans);letter-spacing:.18em;margin-top:8px}
.editorial-luxury .richtext{font-size:19px;max-width:730px;margin:50px auto}

.auth-shell{
  min-height:72vh;
  display:grid;
  grid-template-columns:1.1fr .9fr;
}
.auth-art{
  background:#1b211c;
  color:#f5efe4;
  padding:8vw 7vw;
  display:flex;flex-direction:column;justify-content:center;
}
.auth-card{
  padding:8vw 7vw;
  display:flex;flex-direction:column;justify-content:center;
}
.auth-card h2{font-size:50px;font-weight:400;margin:10px 0 25px}
.auth-card input{
  width:100%;padding:13px 14px;
  border:1px solid var(--line);
  background:#fff;
}
.auth-card label{font:10px var(--sans);text-transform:uppercase;letter-spacing:.1em}
.auth-card ul{font:11px var(--sans);color:#756e64}

.messages{position:fixed;top:140px;right:25px;z-index:100}
.message{background:#161916;color:white;padding:13px 16px;margin:5px;box-shadow:0 8px 30px rgba(0,0,0,.15);font:11px var(--sans)}

.site-footer{
  background:#ece4d7;
  border-top:1px solid #d4c9b8;
  display:grid;
  grid-template-columns:2fr 1fr 1fr 1fr;
  gap:45px;
  padding:65px 6vw 80px;
  font:11px/1.8 var(--sans);
}
.site-footer>div:not(.footer-brand){display:flex;flex-direction:column}
.footer-brand p{max-width:320px;color:#625c52}
.footer-label{font-weight:700;text-transform:uppercase;letter-spacing:.12em;font-size:9px}
.site-footer a:hover{text-decoration:underline}

html[dir="rtl"] body{text-align:right}
html[dir="rtl"] .brand-mark{letter-spacing:.15em}
html[dir="rtl"] .product-arrow{right:auto;left:17px}
html[dir="rtl"] .taste-bars i:after{left:auto;right:0}
html[dir="rtl"] .main-nav a:after,html[dir="rtl"] .header-actions>a:after{transform-origin:left}

@media(max-width:1080px){
  .site-header{grid-template-columns:1fr auto}
  .nav-left{display:none}
  .brand-lockup{justify-self:start}
  .hero-luxury{grid-template-columns:1fr}
  .hero-object{min-height:560px}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .heritage-editorial,.ritual-section,.trade-section,.taste-profile-section,.auth-shell{grid-template-columns:1fr}
  .heritage-visual{min-height:620px}
  .luxury-detail{grid-template-columns:1fr}
  .product-info{border-inline-start:0;border-top:1px solid var(--line)}
  .product-info-inner{position:static}
  .cart-layout,.checkout-layout{grid-template-columns:1fr}
  .order-summary{position:static}
  .site-footer{grid-template-columns:2fr 1fr 1fr}
}

@media(max-width:720px){
  .announcement{font-size:8px}
  .site-header{padding:0 18px;min-height:80px}
  .brand-mark{font-size:24px}
  .brand-tagline{font-size:6px}
  .header-actions>a:not(.cart-link){display:none}
  .languages{padding-inline-end:8px}
  .hero-copy{padding:70px 24px}
  .hero-copy h1,.collection-hero h1,.editorial h1,.auth-art h1{font-size:58px}
  .hero-object{min-height:440px}
  .caviar-tin{width:52%}
  .section,.heritage-copy,.ritual-section,.trade-section,.taste-profile-section{padding:70px 24px}
  .section-intro,.collection-hero{grid-template-columns:1fr;padding:70px 24px;gap:25px}
  .product-grid{grid-template-columns:1fr}
  .taste-strip{grid-template-columns:1fr 1fr}
  .taste-strip a:nth-child(2){border-inline-end:0}
  .taste-strip a{min-height:125px}
  .heritage-visual{min-height:500px}
  .heritage-disc{width:58%}
  .ritual-steps>div{grid-template-columns:45px 1fr}
  .ritual-steps>div p{grid-column:2}
  .trade-section{gap:35px}
  .article-grid{grid-template-columns:1fr}
  .product-gallery{min-height:auto;padding:24px}
  .product-visual-large{min-height:450px}
  .product-info-inner{padding:60px 24px}
  .variant-row{grid-template-columns:1fr auto}
  .variant-row .button{grid-column:1/-1;width:100%}
  .taste-profile-section{gap:30px}
  .cart-row{grid-template-columns:1fr auto}
  .cart-row form{grid-column:1}
  .site-footer{grid-template-columns:1fr 1fr;padding:50px 24px}
  .footer-brand{grid-column:1/-1}
}


/* =========================================================
   MAAH V3 — cache-busted production presentation refinements
   ========================================================= */

body{font-size:16px}
.announcement{font-size:10px;min-height:34px}
.site-header{min-height:104px}
.main-nav{font-size:12px}
.header-actions{font-size:11px}
.brand-mark{font-size:34px}
.brand-tagline{font-size:8px}

.hero-luxury{
  min-height:760px;
  grid-template-columns:minmax(0,1fr) minmax(520px,.92fr);
  background:#f4eee3;
}
.hero-copy{padding:110px clamp(48px,7vw,130px)}
.hero-copy h1{font-size:clamp(72px,7.3vw,132px)}
.hero-copy .lede{font-size:20px;max-width:620px}

.hero-object{
  min-height:760px;
  padding:0;
  display:block;
  background:#171c17;
}
.hero-object:before{display:none}
.hero-object .hero-asset{
  width:100%;
  height:100%;
  min-height:760px;
  object-fit:cover;
  display:block;
}
.hero-caption{
  inset:auto 34px 26px 34px;
  z-index:3;
  color:#d7cbb8;
}
.hero-orbit,.caviar-tin{display:none}

.section-intro{
  max-width:1500px;
  margin:0 auto;
  padding:110px 70px 45px;
}
.product-section{
  max-width:1500px;
  margin:0 auto;
  padding:20px 70px 115px;
}
.luxury-grid{gap:38px}
.product-meta h3{font-size:30px}
.product-meta>p:not(.eyebrow){font-size:16px;line-height:1.6}

.fallback-packshot{
  width:100%;
  height:100%;
  border-radius:0;
  background:none;
  box-shadow:none;
}
.fallback-packshot img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.fallback-packshot .mini-moon,
.fallback-packshot strong,
.fallback-packshot small{display:none}

.taste-strip{
  max-width:none;
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.taste-strip a{min-height:190px;padding:36px 42px}
.taste-strip strong{font-size:36px}

.heritage-editorial{
  min-height:790px;
  grid-template-columns:1.08fr .92fr;
}
.heritage-visual{
  min-height:790px;
  background:#161b16;
}
.heritage-asset{
  width:100%;
  height:100%;
  min-height:790px;
  object-fit:cover;
  display:block;
}
.heritage-visual .pattern-frame,
.heritage-visual .heritage-disc{display:none}
.heritage-copy{padding:100px clamp(55px,7vw,125px)}
.heritage-copy p:not(.eyebrow){font-size:20px;line-height:1.7}

.ritual-section{
  padding:0;
  grid-template-columns:1fr 1fr;
  gap:0;
  background:#faf7f0;
  align-items:stretch;
}
.ritual-visual{
  min-height:700px;
  background:#ded2bd;
}
.ritual-visual img{
  width:100%;
  height:100%;
  min-height:700px;
  object-fit:cover;
}
.ritual-content{
  padding:95px clamp(50px,6vw,100px);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.ritual-copy{margin-bottom:34px}
.ritual-steps>div{
  grid-template-columns:54px minmax(160px,.8fr) 1fr;
  font-size:15px;
}

.trade-section{
  min-height:560px;
  padding:95px clamp(50px,7vw,130px);
  background:
    radial-gradient(circle at 85% 20%,rgba(166,139,88,.13),transparent 35%),
    #141814;
}
.trade-section h2{font-size:clamp(48px,5vw,82px)}
.trade-section p:not(.eyebrow){font-size:19px;line-height:1.7}

.journal-section{padding-top:100px;padding-bottom:120px}
.article-card{min-height:300px}
.article-card h3,.article-card h2{font-size:34px}

.site-footer{font-size:12px}

@media (min-width:1500px){
  .hero-luxury{grid-template-columns:minmax(720px,1.03fr) minmax(650px,.97fr)}
  .section-intro,.product-section{max-width:1660px}
}

@media(max-width:1080px){
  .hero-luxury{grid-template-columns:1fr}
  .hero-object,.hero-object .hero-asset{min-height:610px}
  .ritual-section{grid-template-columns:1fr}
  .ritual-visual,.ritual-visual img{min-height:560px}
}

@media(max-width:720px){
  body{font-size:15px}
  .site-header{min-height:82px}
  .hero-luxury{min-height:auto}
  .hero-copy{padding:72px 24px}
  .hero-object,.hero-object .hero-asset{min-height:440px}
  .section-intro,.product-section{padding-left:24px;padding-right:24px}
  .section-intro{padding-top:70px}
  .product-section{padding-bottom:70px}
  .taste-strip a{min-height:135px;padding:24px}
  .taste-strip strong{font-size:28px}
  .heritage-editorial{grid-template-columns:1fr;min-height:auto}
  .heritage-visual,.heritage-asset{min-height:500px}
  .heritage-copy{padding:70px 24px}
  .ritual-content{padding:70px 24px}
  .ritual-visual,.ritual-visual img{min-height:400px}
  .ritual-steps>div{grid-template-columns:42px 1fr}
  .ritual-steps>div p{grid-column:2}
  .trade-section{padding:75px 24px}
}


/* =========================================================
   Customer care, FAQ, trade and informational pages
   ========================================================= */

.contact-layout{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:8vw;
  padding:8vw 7vw;
  max-width:1500px;
  margin:0 auto;
}
.contact-details{
  display:grid;
  align-content:start;
}
.contact-block{
  padding:28px 0;
  border-bottom:1px solid var(--line);
}
.contact-block:first-child{border-top:1px solid var(--line)}
.contact-block a,
.contact-block span{
  display:block;
  margin-top:9px;
  font-size:24px;
  line-height:1.45;
}
.contact-block span{font-size:18px;color:#615b52}

.form-panel{
  background:#f0e8db;
  padding:clamp(34px,5vw,72px);
}
.form-panel h2,
.trade-copy h2{
  font-size:clamp(42px,5vw,72px);
  line-height:1;
  letter-spacing:-.04em;
  font-weight:400;
  margin:14px 0 32px;
}
.luxury-form p{margin:0 0 20px}
.luxury-form label{
  display:block;
  margin-bottom:7px;
  font:600 9px var(--sans);
  text-transform:uppercase;
  letter-spacing:.13em;
  color:#6d655a;
}
.luxury-form input,
.luxury-form select,
.luxury-form textarea{
  width:100%;
  border:0;
  border-bottom:1px solid #b9ad9c;
  background:transparent;
  padding:12px 1px;
  outline:none;
  color:var(--ink);
  font:16px var(--sans);
  border-radius:0;
}
.luxury-form textarea{
  border:1px solid #c7bcab;
  padding:13px;
  min-height:140px;
  resize:vertical;
}
.luxury-form input:focus,
.luxury-form select:focus,
.luxury-form textarea:focus{
  border-color:var(--gold);
}
.luxury-form .errorlist{
  margin:6px 0;
  padding:0;
  list-style:none;
  color:#8b392f;
  font:11px var(--sans);
}

.faq-shell{
  max-width:1500px;
  margin:0 auto;
  padding:5vw 7vw 10vw;
}
.faq-group{
  display:grid;
  grid-template-columns:.65fr 1.35fr;
  gap:7vw;
  padding:65px 0;
  border-bottom:1px solid var(--line);
}
.faq-group-heading h2{
  font-size:clamp(34px,4vw,58px);
  font-weight:400;
  line-height:1;
  margin:12px 0 18px;
}
.faq-group-heading>p:last-child{
  color:#6a6359;
  max-width:360px;
}
.faq-items{border-top:1px solid var(--line)}
.faq-item{border-bottom:1px solid var(--line)}
.faq-item summary{
  list-style:none;
  cursor:pointer;
  position:relative;
  padding:22px 50px 22px 0;
  font-size:21px;
  line-height:1.3;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary:after{
  content:"+";
  position:absolute;
  right:4px;
  top:17px;
  font:300 30px var(--sans);
  color:var(--gold);
}
.faq-item[open] summary:after{content:"−"}
.faq-item>div{
  padding:0 55px 24px 0;
  max-width:750px;
  color:#5d574e;
  font-size:17px;
}
html[dir="rtl"] .faq-item summary{padding:22px 0 22px 50px}
html[dir="rtl"] .faq-item summary:after{right:auto;left:4px}
html[dir="rtl"] .faq-item>div{padding:0 0 24px 55px}

.trade-page-hero{
  min-height:70vh;
  padding:10vw 7vw 7vw;
  display:flex;
  align-items:flex-end;
  color:#f6efe3;
  background:
    radial-gradient(circle at 78% 27%,rgba(181,150,91,.24),transparent 23%),
    radial-gradient(circle at 85% 20%,rgba(255,255,255,.04),transparent 35%),
    #151a15;
}
.trade-page-hero>div{max-width:1050px}
.trade-page-hero h1{
  font-size:clamp(60px,7.5vw,120px);
  line-height:.88;
  letter-spacing:-.055em;
  font-weight:400;
  margin:17px 0 30px;
}
.trade-page-hero h1 em{font-weight:400;color:#c7a970}
.trade-page-hero p:not(.eyebrow){max-width:700px;color:#c9c1b3;font-size:20px}

.trade-benefits{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-bottom:1px solid var(--line);
}
.trade-benefits>div{
  min-height:320px;
  padding:42px;
  border-inline-end:1px solid var(--line);
}
.trade-benefits>div:last-child{border-inline-end:0}
.trade-benefits span{
  display:block;
  color:var(--gold);
  font:10px var(--sans);
  margin-bottom:75px;
}
.trade-benefits h3{
  font-size:27px;
  font-weight:400;
  line-height:1.1;
}
.trade-benefits p{color:#666056}

.trade-application-layout{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  background:#171b17;
  color:#f5efe4;
}
.trade-copy{
  padding:8vw 7vw;
  align-self:center;
}
.trade-copy p:not(.eyebrow){
  color:#c5bdae;
  max-width:500px;
  font-size:18px;
}
.dark-form-panel{
  background:#20251f;
  padding:7vw;
}
.luxury-form-dark label{color:#b8ae9f}
.luxury-form-dark input,
.luxury-form-dark select,
.luxury-form-dark textarea{
  color:#f7f0e4;
  border-color:#5d625a;
  background:transparent;
}
.luxury-form-dark select option{color:#111;background:white}

.legal-editorial-hero{
  padding:8vw 7vw 5vw;
  background:#f0e8dc;
}
.legal-editorial-hero h1{
  font-size:clamp(56px,7vw,106px);
  line-height:.9;
  letter-spacing:-.055em;
  font-weight:400;
  margin:17px 0 0;
}
.policy-editorial{
  padding-top:5vw;
  max-width:960px;
}
.policy-editorial .richtext{
  max-width:760px;
  margin:0;
  font-size:18px;
  line-height:1.75;
}
.footer-small{
  font:10px var(--sans);
  color:#837b6e!important;
  margin-top:18px;
}

@media(max-width:1080px){
  .contact-layout,
  .faq-group,
  .trade-application-layout{
    grid-template-columns:1fr;
  }
  .trade-benefits{grid-template-columns:1fr 1fr}
  .faq-group{gap:30px}
}
@media(max-width:720px){
  .contact-layout,.faq-shell{padding:65px 24px}
  .contact-block a{font-size:20px}
  .form-panel,.dark-form-panel{padding:38px 24px}
  .faq-group{padding:45px 0}
  .faq-item summary{font-size:18px}
  .trade-page-hero{min-height:620px;padding:80px 24px 55px}
  .trade-page-hero h1{font-size:56px}
  .trade-benefits{grid-template-columns:1fr}
  .trade-benefits>div{min-height:auto;padding:32px 24px;border-inline-end:0;border-bottom:1px solid var(--line)}
  .trade-benefits span{margin-bottom:30px}
  .trade-copy{padding:65px 24px}
  .legal-editorial-hero{padding:70px 24px 40px}
  .policy-editorial{padding:50px 24px}
}


/* =========================================================
   V5 dedicated editorial information pages
   ========================================================= */
.info-hero{
  min-height:62vh;
  padding:9vw 7vw 6vw;
  display:flex;
  align-items:flex-end;
  background:#efe7da;
}
.info-hero>div{max-width:1050px}
.info-hero h1,.story-hero h1{
  font-size:clamp(62px,7.4vw,118px);
  line-height:.87;
  letter-spacing:-.055em;
  font-weight:400;
  margin:16px 0 28px;
}
.info-hero h1 em,.story-hero h1 em{font-weight:400;color:var(--gold)}
.info-hero p:not(.eyebrow),.story-hero p:not(.eyebrow){
  max-width:720px;
  color:#5f584f;
  font-size:20px;
}
.info-hero-delivery{
  background:
    radial-gradient(circle at 83% 30%,rgba(156,127,77,.14),transparent 28%),
    #eee6d9;
}

.process-grid,.caviar-factors{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-bottom:1px solid var(--line);
}
.process-grid>div,.caviar-factors>div{
  min-height:310px;
  padding:44px;
  border-inline-end:1px solid var(--line);
}
.process-grid>div:last-child,.caviar-factors>div:last-child{border-inline-end:0}
.process-grid span,.caviar-factors span{
  display:block;
  font:10px var(--sans);
  color:var(--gold);
  margin-bottom:72px;
}
.process-grid h3,.caviar-factors h3{
  font-size:30px;
  line-height:1.1;
  font-weight:400;
  margin:0 0 14px;
}
.process-grid p,.caviar-factors p{color:#635d53;font-size:16px}
.caviar-factors{grid-template-columns:repeat(4,1fr)}

.editorial-split{
  display:grid;
  grid-template-columns:1fr 1fr;
  min-height:720px;
}
.editorial-visual{background:#ded2bd}
.editorial-visual img{
  width:100%;
  height:100%;
  min-height:720px;
  object-fit:cover;
}
.editorial-copy{
  padding:8vw 7vw;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  background:#fbf8f1;
}
.editorial-copy h2,.plain-editorial h2{
  font-size:clamp(44px,5vw,76px);
  line-height:.98;
  letter-spacing:-.045em;
  font-weight:400;
  margin:14px 0 25px;
}
.editorial-copy>p:not(.eyebrow){font-size:19px;color:#5e584f}

.numbered-list{width:100%;margin-top:25px;border-top:1px solid var(--line)}
.numbered-list>div{
  display:grid;
  grid-template-columns:54px 1fr;
  gap:20px;
  padding:19px 0;
  border-bottom:1px solid var(--line);
}
.numbered-list span{font:10px var(--sans);color:var(--gold)}
.numbered-list p{margin:0;color:#575149}

.support-band{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9vw;
  padding:8vw 7vw;
  background:#171b17;
  color:#f5efe4;
  align-items:end;
}
.support-band h2{
  font-size:clamp(42px,5vw,76px);
  line-height:1;
  font-weight:400;
  margin:14px 0;
}
.support-band p:not(.eyebrow){color:#c6beb0;font-size:18px}

.plain-editorial{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:9vw;
  padding:8vw 7vw;
  max-width:1500px;
  margin:0 auto;
}
.plain-editorial>div:last-child{
  font-size:19px;
  line-height:1.75;
  color:#5f594f;
}

.service-facts{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.service-facts>div{
  min-height:260px;
  padding:45px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  border-inline-end:1px solid var(--line);
}
.service-facts>div:last-child{border-inline-end:0}
.service-facts strong{
  font-size:48px;
  font-weight:400;
  line-height:1;
  margin:12px 0 5px;
}
.service-facts span{font:11px var(--sans);color:#746d62}

.story-hero{
  display:grid;
  grid-template-columns:1fr 1fr;
  min-height:76vh;
  background:#eee5d7;
}
.story-hero>div:first-child{
  padding:9vw 7vw;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
}
.story-hero>div:last-child{background:#171b17}
.story-hero img{
  width:100%;
  height:100%;
  min-height:76vh;
  object-fit:cover;
}
.heritage-story{min-height:740px}

.legal-layout{
  display:grid;
  grid-template-columns:360px minmax(0,1fr);
  gap:7vw;
  padding:8vw 7vw 10vw;
  max-width:1550px;
  margin:0 auto;
}
.legal-sidebar{
  position:sticky;
  top:150px;
  align-self:start;
}
.legal-sidebar h1{
  font-size:clamp(48px,5vw,76px);
  line-height:.95;
  font-weight:400;
  margin:15px 0 34px;
}
.legal-sidebar nav{
  display:flex;
  flex-direction:column;
  border-top:1px solid var(--line);
}
.legal-sidebar nav a{
  padding:12px 0;
  border-bottom:1px solid var(--line);
  font:11px var(--sans);
}
.legal-content{max-width:820px}
.legal-content section{
  padding:0 0 48px;
  margin-bottom:48px;
  border-bottom:1px solid var(--line);
}
.legal-content h2{
  font-size:34px;
  font-weight:400;
  margin:0 0 15px;
}
.legal-content p{
  font-size:17px;
  line-height:1.8;
  color:#5d574e;
}

@media(max-width:1080px){
  .story-hero,.editorial-split,.plain-editorial,.support-band{grid-template-columns:1fr}
  .process-grid{grid-template-columns:1fr}
  .caviar-factors{grid-template-columns:1fr 1fr}
  .process-grid>div{min-height:auto}
  .legal-layout{grid-template-columns:1fr}
  .legal-sidebar{position:static}
}
@media(max-width:720px){
  .info-hero{min-height:520px;padding:75px 24px 50px}
  .info-hero h1,.story-hero h1{font-size:56px}
  .process-grid>div,.caviar-factors>div{padding:34px 24px;min-height:auto;border-inline-end:0;border-bottom:1px solid var(--line)}
  .process-grid span,.caviar-factors span{margin-bottom:32px}
  .caviar-factors{grid-template-columns:1fr}
  .editorial-visual img{min-height:430px}
  .editorial-copy,.plain-editorial,.support-band{padding:65px 24px}
  .service-facts{grid-template-columns:1fr}
  .service-facts>div{min-height:190px;border-inline-end:0;border-bottom:1px solid var(--line)}
  .story-hero{grid-template-columns:1fr}
  .story-hero>div:first-child{padding:75px 24px}
  .story-hero img{min-height:500px}
  .legal-layout{padding:70px 24px}
}

/* V6 MAAH master logo integration */
.brand-with-symbol{display:flex;align-items:center;justify-content:center;gap:12px}
.brand-symbol{width:48px;height:48px;object-fit:contain}
.brand-wording{display:flex;flex-direction:column;align-items:center}
.footer-logo-lockup{display:flex;align-items:center;gap:13px;margin-bottom:12px}
.footer-brand-symbol{width:56px;height:56px;object-fit:contain}
@media(max-width:720px){
  .brand-symbol{width:36px;height:36px}
  .brand-with-symbol{gap:7px}
  .brand-with-symbol .brand-mark{font-size:25px}
  .brand-with-symbol .brand-tagline{font-size:6px}
}


/* =========================================================
   V7 Persian typography and RTL refinements
   ========================================================= */
html[lang="fa"] body{
  font-family:Tahoma,"Noto Naskh Arabic","Noto Sans Arabic",Arial,sans-serif;
  line-height:1.8;
}
html[lang="fa"] h1,
html[lang="fa"] h2,
html[lang="fa"] h3,
html[lang="fa"] .brand-mark,
html[lang="fa"] .product-meta h3,
html[lang="fa"] .product-info h1{
  font-family:Tahoma,"Noto Naskh Arabic","Noto Sans Arabic",Arial,sans-serif;
  letter-spacing:0;
}
html[lang="fa"] .eyebrow,
html[lang="fa"] .button,
html[lang="fa"] .main-nav,
html[lang="fa"] .header-actions,
html[lang="fa"] .footer-label,
html[lang="fa"] .brand-tagline{
  letter-spacing:0;
}
html[lang="fa"] .hero-copy h1,
html[lang="fa"] .collection-hero h1,
html[lang="fa"] .info-hero h1,
html[lang="fa"] .story-hero h1{
  line-height:1.18;
}
html[lang="fa"] .text-link{padding-bottom:2px}


.product-video-section{
  padding:8vw 7vw;
  background:#efe7da;
}
.product-video-section .section-head{max-width:800px}
.product-video-section .section-head h2{
  font-size:clamp(42px,5vw,72px);
  font-weight:400;
  margin:12px 0 30px;
}
.product-video-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}
.product-video-grid video{
  width:100%;
  background:#111;
  aspect-ratio:16/9;
}
.video-link-card{
  min-height:280px;
  padding:35px;
  background:#171b17;
  color:#f5efe4;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.video-link-card span{font-size:28px}
.video-link-card small{margin-top:10px;color:#c7beaf;font:10px var(--sans)}
@media(max-width:720px){
  .product-video-section{padding:65px 24px}
  .product-video-grid{grid-template-columns:1fr}
}


/* =========================================================
   V10 product media carousel + mobile information priority
   ========================================================= */

.product-detail-v10{
  grid-template-areas:"gallery info";
}

.product-detail-v10 .product-gallery{
  grid-area:gallery;
}

.product-detail-v10 .product-info{
  grid-area:info;
}

.product-carousel{
  position:relative;
  min-width:0;
  align-self:start;
}

.product-carousel-stage{
  position:relative;
  width:100%;
  aspect-ratio:1 / 1;
  overflow:hidden;
  background:#e8ddcc;
}

.product-carousel-slide{
  position:absolute;
  inset:0;
  margin:0;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:scale(1.012);
  transition:
    opacity .45s ease,
    visibility .45s ease,
    transform .6s cubic-bezier(.2,.7,.2,1);
}

.product-carousel-slide.is-active{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:scale(1);
  z-index:2;
}

.product-carousel-slide > img,
.product-carousel-slide > video,
.product-carousel-slide .product-visual{
  width:100%;
  height:100%;
  object-fit:cover;
}

.product-carousel-slide video{
  display:block;
  background:#0f110f;
}

.product-carousel-slide .product-visual-large{
  min-height:0;
  height:100%;
}

.product-carousel-slide .fallback-packshot-large{
  width:100%;
  height:100%;
}

.product-carousel-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:18px 2px 10px;
  border-bottom:1px solid var(--line);
}

.product-carousel-counter{
  display:flex;
  gap:6px;
  align-items:center;
  font:10px var(--sans);
  letter-spacing:.09em;
  color:#71695e;
}

.product-carousel-actions{
  display:flex;
  gap:8px;
}

.carousel-button{
  width:43px;
  height:43px;
  border:1px solid var(--line);
  border-radius:50%;
  background:transparent;
  color:var(--ink);
  cursor:pointer;
  display:grid;
  place-items:center;
  transition:
    background .2s ease,
    color .2s ease,
    border-color .2s ease,
    transform .2s ease;
}

.carousel-button:hover{
  background:var(--ink);
  color:#fff;
  border-color:var(--ink);
}

.carousel-button:active{
  transform:scale(.96);
}

.product-carousel-dots{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  padding-top:15px;
}

.product-carousel-dot{
  width:28px;
  height:3px;
  padding:0;
  border:0;
  background:#cfc5b5;
  cursor:pointer;
  position:relative;
  transition:background .2s ease,width .2s ease;
}

.product-carousel-dot.is-active{
  width:46px;
  background:var(--ink);
}

.product-carousel-dot.is-video:after{
  content:"";
  width:0;
  height:0;
  border-top:3px solid transparent;
  border-bottom:3px solid transparent;
  border-left:5px solid currentColor;
  position:absolute;
  top:-2px;
  left:50%;
  transform:translateX(-50%);
  color:var(--gold);
}

.carousel-video-link{
  width:100%;
  height:100%;
  min-height:0;
  justify-content:center;
  align-items:center;
  text-align:center;
  padding:50px;
  background:
    radial-gradient(circle at 50% 42%,rgba(184,154,98,.19),transparent 28%),
    #151915;
}

.video-play-mark{
  width:76px;
  height:76px;
  border:1px solid rgba(255,255,255,.36);
  border-radius:50%;
  display:grid;
  place-items:center;
  margin-bottom:24px;
  padding-left:5px;
  font-size:20px;
}

.carousel-video-link strong{
  font-size:22px;
  font-weight:400;
}

.carousel-video-link small{
  margin-top:10px;
}

/* The old standalone video section is no longer used on product detail pages. */
.product-detail-v10 + .product-video-section{
  display:none;
}

/*
 * Product information must be the first meaningful content on mobile.
 * Gallery/media moves beneath the name, description, variants and product facts.
 */
@media(max-width:1080px){
  .product-detail-v10{
    grid-template-columns:1fr;
    grid-template-areas:
      "info"
      "gallery";
  }

  .product-detail-v10 .product-info{
    border-top:0;
    border-bottom:1px solid var(--line);
  }

  .product-detail-v10 .product-info-inner{
    padding-bottom:55px;
  }

  .product-detail-v10 .product-gallery{
    padding:32px;
    background:#f3ecdf;
  }

  .product-carousel-stage{
    max-height:min(80vh,760px);
  }
}

@media(max-width:720px){
  .product-detail-v10 .product-info-inner{
    padding:48px 24px 42px;
  }

  .product-detail-v10 .product-info h1{
    font-size:clamp(48px,15vw,68px);
    margin-bottom:18px;
  }

  .product-detail-v10 .product-info .lede{
    font-size:17px;
    margin-bottom:20px;
  }

  .product-detail-v10 .variant-list{
    margin-top:24px;
  }

  .product-detail-v10 .product-gallery{
    padding:20px 18px 34px;
  }

  .product-carousel-stage{
    aspect-ratio:1 / 1;
    max-height:none;
  }

  .product-carousel-toolbar{
    padding-top:13px;
  }

  .carousel-button{
    width:39px;
    height:39px;
  }

  .product-carousel-dots{
    padding-top:12px;
  }

  .carousel-video-link{
    padding:30px 22px;
  }

  .video-play-mark{
    width:62px;
    height:62px;
    margin-bottom:17px;
  }
}

html[dir="rtl"] .product-carousel-actions{
  direction:ltr;
}


/* =========================================================
   V11 business address, phone and maps
   ========================================================= */
.contact-address{
  margin-top:9px;
  font-style:normal;
  font-size:20px;
  line-height:1.55;
  color:#312e29;
}
.location-section,
.about-location{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  min-height:620px;
  background:#171b17;
  color:#f5efe4;
}
.location-copy,
.about-location-copy{
  padding:7vw;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
}
.location-copy h2,
.about-location-copy h2{
  font-size:clamp(48px,5vw,78px);
  line-height:.95;
  font-weight:400;
  margin:14px 0 22px;
}
.location-copy>p:not(.eyebrow),
.about-location-copy>p:not(.eyebrow){
  color:#c9c1b4;
  font-size:18px;
  max-width:540px;
}
.location-details{
  width:100%;
  margin:32px 0;
  border-top:1px solid rgba(255,255,255,.18);
}
.location-details>div{
  display:grid;
  grid-template-columns:110px 1fr;
  gap:24px;
  padding:16px 0;
  border-bottom:1px solid rgba(255,255,255,.18);
}
.location-details span{
  font:9px var(--sans);
  text-transform:uppercase;
  letter-spacing:.12em;
  color:#b7ad9c;
}
.location-details strong,
.location-details a{
  font-weight:400;
  font-size:17px;
}
.location-note{
  margin:0 0 24px;
}
.location-map,
.about-location-map{
  min-height:620px;
  background:#ddd4c5;
}
.location-map iframe,
.about-location-map iframe{
  width:100%;
  height:100%;
  min-height:620px;
  border:0;
  display:block;
  filter:saturate(.75) contrast(.95);
}
.about-location{
  background:#ede5d8;
  color:var(--ink);
}
.about-location-copy>p:not(.eyebrow){
  color:#5d574f;
}
.about-location-copy address{
  margin:24px 0;
  font-style:normal;
  font-size:22px;
  line-height:1.6;
}
.about-location-actions{
  display:flex;
  gap:20px;
  align-items:center;
  flex-wrap:wrap;
}
.footer-small a{
  text-decoration:none;
}
.footer-small a:hover{
  text-decoration:underline;
}

@media(max-width:900px){
  .location-section,
  .about-location{
    grid-template-columns:1fr;
  }
  .location-map,
  .about-location-map,
  .location-map iframe,
  .about-location-map iframe{
    min-height:420px;
  }
}
@media(max-width:720px){
  .location-copy,
  .about-location-copy{
    padding:65px 24px;
  }
  .location-details>div{
    grid-template-columns:1fr;
    gap:7px;
  }
  .contact-address{
    font-size:18px;
  }
}


/* =========================================================
   V13 customer registration + email activation
   ========================================================= */

.account-create-art{
  position:relative;
  overflow:hidden;
}
.account-create-art:after{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  border:1px solid rgba(198,174,128,.18);
  border-radius:50%;
  right:-120px;
  bottom:-120px;
}
.account-create-art>p{
  max-width:560px;
  color:#c9c1b4;
  font-size:18px;
}
.account-benefits{
  width:100%;
  margin-top:40px;
  border-top:1px solid rgba(255,255,255,.16);
  position:relative;
  z-index:2;
}
.account-benefits{
  display:grid;
  grid-template-columns:42px 1fr;
  align-items:center;
}
.account-benefits span,
.account-benefits p{
  padding:12px 0;
  border-bottom:1px solid rgba(255,255,255,.16);
}
.account-benefits span{
  color:var(--gold-soft);
  font:9px var(--sans);
}
.account-benefits p{
  margin:0;
  color:#e7dfd1;
  font-size:15px;
}
.signup-card{
  padding-top:6vw;
  padding-bottom:6vw;
}
.account-form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.account-form .helptext{
  display:block;
  margin-top:7px;
  color:#80776a;
  font:10px/1.5 var(--sans);
}
.account-form ul.errorlist{
  margin:7px 0 0;
  padding:0;
  list-style:none;
  color:#8b392f;
  font:11px/1.5 var(--sans);
}
.account-check{
  display:grid;
  grid-template-columns:18px 1fr;
  gap:10px;
  align-items:start;
  margin:18px 0;
  font:12px/1.5 var(--sans);
  color:#5e584f;
}
.account-check input{
  width:16px;
  height:16px;
  margin:2px 0 0;
}
.account-check a{
  text-decoration:underline;
}
.auth-switch{
  margin-top:24px;
  text-align:center;
  font:12px var(--sans);
  color:#6a6359;
}
.auth-switch a{
  text-decoration:underline;
}
.login-account-options{
  display:grid;
  gap:14px;
  margin-top:22px;
  padding-top:22px;
  border-top:1px solid var(--line);
  text-align:center;
}
.button-outline{
  background:transparent;
  color:var(--ink);
}
.button-outline:hover{
  background:var(--ink);
  color:#fff;
}

.account-status-shell{
  min-height:68vh;
  display:grid;
  place-items:center;
  padding:70px 24px;
  background:
    radial-gradient(circle at 50% 35%,rgba(184,154,98,.12),transparent 25%),
    #eee6d9;
}
.account-status-card{
  width:min(720px,100%);
  padding:clamp(38px,6vw,78px);
  background:#fffdf8;
  border:1px solid #d8cdbd;
  text-align:center;
}
.account-status-card h1{
  font-size:clamp(48px,6vw,82px);
  line-height:.98;
  letter-spacing:-.045em;
  font-weight:400;
  margin:14px 0 22px;
}
.account-status-card>p:not(.eyebrow){
  max-width:560px;
  margin:0 auto;
  font-size:18px;
  color:#615b52;
}
.status-mark{
  width:72px;
  height:72px;
  border-radius:50%;
  border:1px solid var(--gold);
  display:grid;
  place-items:center;
  margin:0 auto 30px;
  font-size:28px;
  color:var(--gold);
}
.activation-email{
  display:block;
  margin:24px auto 0;
  font:600 13px var(--sans);
}
.status-actions{
  display:flex;
  gap:18px;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  margin-top:32px;
}
.account-resend-card{
  text-align:start;
  max-width:620px;
}
.account-resend-card h1{
  text-align:start;
}
.account-resend-card>p:not(.eyebrow){
  margin-inline:0;
  text-align:start;
}
.account-resend-card form{
  margin-top:30px;
}
.account-status-success{
  background:
    radial-gradient(circle at 50% 35%,rgba(184,154,98,.16),transparent 28%),
    #e8e1d4;
}

html[dir="rtl"] .account-resend-card,
html[dir="rtl"] .account-resend-card h1,
html[dir="rtl"] .account-resend-card>p{
  text-align:right;
}

@media(max-width:720px){
  .account-form-grid{grid-template-columns:1fr;gap:0}
  .account-status-shell{padding:45px 18px}
  .account-status-card{padding:42px 24px}
  .account-status-card h1{font-size:48px}
}


/* =========================================================
   V13.1 signup layout repair
   ========================================================= */

/* Keep the auth header structurally above the page instead of sticky over it. */
.signup-page .site-header{
  position:relative;
  top:auto;
}

.signup-layout{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(560px,.98fr);
  min-height:760px;
  border-bottom:1px solid var(--line);
}

.signup-intro{
  background:#171d18;
  color:#f4eee3;
  display:flex;
}

.signup-intro-inner{
  width:min(100%,780px);
  margin:auto;
  padding:72px clamp(48px,6vw,92px);
}

.signup-intro h1{
  margin:16px 0 28px;
  max-width:700px;
  font-size:clamp(58px,6vw,98px);
  line-height:.94;
  letter-spacing:-.05em;
  font-weight:400;
}

.signup-intro-copy{
  max-width:610px;
  margin:0;
  color:#c9c0b1;
  font-size:18px;
  line-height:1.7;
}

.signup-benefits{
  margin-top:46px;
  border-top:1px solid rgba(255,255,255,.16);
}

.signup-benefits>div{
  display:grid;
  grid-template-columns:48px 1fr;
  align-items:center;
  min-height:54px;
  border-bottom:1px solid rgba(255,255,255,.16);
}

.signup-benefits span{
  color:var(--gold-soft);
  font:10px var(--sans);
}

.signup-benefits p{
  margin:0;
  color:#eee7da;
  font-size:16px;
}

.signup-form-panel{
  background:#fffdf8;
  display:flex;
  align-items:center;
}

.signup-form-inner{
  width:min(100%,690px);
  margin:auto;
  padding:62px clamp(42px,5vw,80px);
}

.signup-form-inner>h2{
  margin:10px 0 30px;
  font-size:clamp(42px,4vw,62px);
  line-height:1;
  font-weight:400;
  letter-spacing:-.035em;
}

.signup-form{
  display:block;
}

.signup-field-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}

.signup-field{
  margin-bottom:20px;
}

.signup-field label{
  display:block;
  margin-bottom:6px;
}

.signup-field input{
  min-height:46px;
  padding:10px 0;
}

.signup-field .errorlist{
  margin:6px 0 0;
}

.signup-password-grid{
  margin-top:2px;
}

.signup-consents{
  display:grid;
  gap:13px;
  margin:8px 0 22px;
  padding-top:4px;
}

.signup-checkbox{
  display:grid;
  grid-template-columns:18px minmax(0,1fr);
  gap:10px;
  align-items:start;
  cursor:pointer;
  color:#514b43;
  font:12px/1.55 var(--sans);
}

.signup-checkbox input{
  width:16px;
  height:16px;
  margin:2px 0 0;
  padding:0;
  border:1px solid #9e968a;
  accent-color:var(--ink);
}

.signup-checkbox span{
  display:block;
}

.signup-checkbox a{
  text-decoration:underline;
  text-underline-offset:2px;
}

.signup-checkbox-wrap .errorlist{
  margin:5px 0 0 28px;
  padding:0;
  list-style:none;
  color:#8b392f;
  font:11px/1.4 var(--sans);
}

.signup-submit{
  margin-top:4px;
  min-height:50px;
}

.signup-switch{
  margin:20px 0 0;
  color:#665f55;
  text-align:center;
  font:12px var(--sans);
}

.signup-switch a{
  text-decoration:underline;
  text-underline-offset:3px;
}

/* Avoid inherited giant auth-art heading rules from the older signup design. */
.signup-page .auth-art h1{
  font-size:inherit;
  line-height:inherit;
  letter-spacing:inherit;
  margin:inherit;
}

/* Farsi-specific cleanup. */
html[lang="fa"] .signup-intro h1,
html[lang="fa"] .signup-form-inner>h2{
  line-height:1.28;
  letter-spacing:0;
}

html[dir="rtl"] .signup-checkbox-wrap .errorlist{
  margin-left:0;
  margin-right:28px;
}

/* Tablet: form first, then a compact brand/introduction block. */
@media(max-width:1080px){
  .signup-layout{
    grid-template-columns:1fr;
    grid-template-areas:
      "form"
      "intro";
    min-height:0;
  }

  .signup-form-panel{
    grid-area:form;
  }

  .signup-intro{
    grid-area:intro;
  }

  .signup-form-inner{
    width:min(100%,760px);
    padding:62px 42px;
  }

  .signup-intro-inner{
    width:min(100%,760px);
    padding:58px 42px;
  }

  .signup-intro h1{
    font-size:clamp(50px,8vw,78px);
  }
}

/* Mobile: compact form, one-column name/password fields, minimal intro below. */
@media(max-width:720px){
  .signup-page .announcement{
    min-height:32px;
  }

  .signup-form-inner{
    padding:44px 24px 50px;
  }

  .signup-form-inner>h2{
    font-size:44px;
    margin-bottom:26px;
  }

  .signup-field-grid{
    grid-template-columns:1fr;
    gap:0;
  }

  .signup-field{
    margin-bottom:17px;
  }

  .signup-intro-inner{
    padding:48px 24px 52px;
  }

  .signup-intro h1{
    font-size:50px;
    line-height:.98;
    margin-bottom:20px;
  }

  .signup-intro-copy{
    font-size:16px;
  }

  .signup-benefits{
    margin-top:30px;
  }

  .signup-benefits>div{
    min-height:48px;
  }
}


/* =========================================================
   V14 account UX polish
   ========================================================= */

/* Slightly quieter introduction: the form is the primary action. */
.signup-intro h1{
  max-width:620px;
  font-size:clamp(54px,5.25vw,84px);
  line-height:.98;
}

.signup-form-inner>h2{
  font-size:clamp(44px,4.4vw,66px);
}

/* Larger invisible/visual input target while retaining underline aesthetics. */
.signup-field input,
.login-field input,
.account-resend-card .luxury-form input,
.reset-password-form input{
  width:100%;
  min-height:52px;
  padding:13px 0 11px;
  border:0;
  border-bottom:1px solid #b9ad9c;
  background:transparent;
  border-radius:0;
  outline:none;
}

.signup-field input:focus,
.login-field input:focus,
.account-resend-card .luxury-form input:focus,
.reset-password-form input:focus{
  border-bottom-color:var(--ink);
}

/* Password field + show/hide control. */
.password-input-wrap{
  position:relative;
}

.password-input-wrap input{
  padding-inline-end:68px;
}

.password-toggle{
  position:absolute;
  inset-inline-end:0;
  top:50%;
  transform:translateY(-50%);
  border:0;
  background:transparent;
  padding:8px 0 8px 12px;
  color:#746b5f;
  cursor:pointer;
  font:600 9px var(--sans);
  text-transform:uppercase;
  letter-spacing:.08em;
}

.password-toggle:hover{
  color:var(--ink);
}

.password-guide{
  margin:0 0 22px;
  padding:16px 18px;
  border:1px solid #ddd3c4;
  background:#f8f3ea;
  color:#625b52;
  font:11px/1.55 var(--sans);
}

.password-guide strong{
  display:block;
  margin-bottom:8px;
  color:#34312c;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.09em;
}

.password-guide ul{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:5px 22px;
  margin:0;
  padding-inline-start:17px;
}

/* Consent controls should feel attached to their copy. */
.signup-checkbox{
  grid-template-columns:22px minmax(0,1fr);
  gap:11px;
  align-items:start;
}

.signup-checkbox input{
  appearance:none;
  width:19px;
  height:19px;
  margin:0;
  border:1px solid #8d8579;
  background:#fffdf8;
  position:relative;
  cursor:pointer;
}

.signup-checkbox input:checked{
  background:var(--ink);
  border-color:var(--ink);
}

.signup-checkbox input:checked:after{
  content:"";
  position:absolute;
  width:8px;
  height:4px;
  border-left:1.5px solid #fff;
  border-bottom:1.5px solid #fff;
  transform:rotate(-45deg);
  left:4px;
  top:5px;
}

.signup-checkbox span{
  padding-top:1px;
  line-height:1.55;
}

/* Login refinement. */
.login-field{
  margin-bottom:21px;
}

.login-field>label{
  display:block;
  margin-bottom:6px;
  font:600 9px var(--sans);
  text-transform:uppercase;
  letter-spacing:.13em;
  color:#6d655a;
}

.login-field .errorlist{
  margin:6px 0 0;
  padding:0;
  list-style:none;
  color:#8b392f;
  font:11px var(--sans);
}

.login-meta{
  display:flex;
  justify-content:flex-end;
  margin:-4px 0 22px;
}

/* Compact utility footer for signup/login/activation/reset pages. */
.auth-utility-page .site-footer{
  min-height:auto;
  grid-template-columns:1fr;
  padding:34px 6vw;
  gap:0;
  align-items:center;
}

.auth-utility-page .site-footer>div:not(.footer-brand){
  display:none;
}

.auth-utility-page .footer-brand{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:24px;
  align-items:center;
}

.auth-utility-page .footer-logo-lockup{
  margin:0;
}

.auth-utility-page .footer-brand>p{
  margin:0;
}

.auth-utility-page .footer-brand .footer-small:last-child{
  text-align:end;
}

/* Account status actions stay compact even with three options. */
.account-status-card .status-actions{
  margin-top:30px;
}

.account-status-card .status-actions .text-link{
  white-space:nowrap;
}

@media(max-width:720px){
  .signup-intro h1{
    font-size:46px;
  }

  .password-guide ul{
    grid-template-columns:1fr;
  }

  .auth-utility-page .site-footer{
    padding:28px 24px;
  }

  .auth-utility-page .footer-brand{
    grid-template-columns:1fr;
    gap:10px;
    text-align:center;
  }

  .auth-utility-page .footer-logo-lockup{
    justify-content:center;
  }

  .auth-utility-page .footer-brand .footer-small:last-child{
    text-align:center;
  }
}

html[dir="rtl"] .login-meta{
  justify-content:flex-start;
}

html[lang="fa"] .password-toggle,
html[lang="fa"] .password-guide strong{
  letter-spacing:0;
}

/* V14.1 single-password account UX */
.signup-password-single{max-width:100%}
.password-confirm-hidden{display:none!important}


/* =========================================================
   V15 customer account dashboard
   ========================================================= */

.account-dashboard-page .site-header{
  position:relative;
  top:auto;
}

.account-dashboard-hero{
  padding:72px 7vw 58px;
  background:#eee6d9;
  border-bottom:1px solid var(--line);
}

.account-dashboard-hero>div{
  max-width:1100px;
}

.account-dashboard-hero h1{
  margin:12px 0 12px;
  font-size:clamp(56px,6.5vw,104px);
  line-height:.94;
  letter-spacing:-.055em;
  font-weight:400;
}

.account-dashboard-hero p:not(.eyebrow){
  margin:0;
  max-width:600px;
  color:#615b52;
  font-size:18px;
}

.account-dashboard{
  display:grid;
  grid-template-columns:280px minmax(0,1fr);
  gap:70px;
  max-width:1500px;
  margin:0 auto;
  padding:70px 7vw 90px;
}

.account-sidebar-sticky{
  position:sticky;
  top:28px;
  padding:28px 0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.account-nav{
  display:grid;
  margin-top:18px;
}

.account-nav a{
  padding:13px 0;
  border-top:1px solid var(--line);
  font:13px var(--sans);
}

.account-nav a:first-child{
  border-top:0;
}

.account-sidebar-signout{
  margin-top:26px;
}

.account-sidebar-signout button,
.account-address-actions button,
.account-security-actions button{
  background:none;
  border:0;
  padding:0;
  cursor:pointer;
  font:inherit;
}

.account-main{
  min-width:0;
}

.account-section{
  padding:0 0 72px;
  margin-bottom:72px;
  border-bottom:1px solid var(--line);
  scroll-margin-top:30px;
}

.account-section:last-child{
  margin-bottom:0;
}

.account-section-heading{
  margin-bottom:30px;
}

.account-section-heading h2{
  margin:10px 0 12px;
  font-size:clamp(38px,4vw,62px);
  line-height:1;
  font-weight:400;
  letter-spacing:-.04em;
}

.account-section-heading>p:not(.eyebrow){
  max-width:660px;
  color:#666057;
  font-size:16px;
}

.account-stat-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border:1px solid var(--line);
}

.account-stat-grid>div{
  min-height:160px;
  padding:26px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  border-inline-end:1px solid var(--line);
}

.account-stat-grid>div:last-child{
  border-inline-end:0;
}

.account-stat-grid span{
  font:10px var(--sans);
  text-transform:uppercase;
  letter-spacing:.1em;
  color:#80776b;
}

.account-stat-grid strong{
  font-size:34px;
  font-weight:400;
  line-height:1.1;
}

.account-orders{
  border-top:1px solid var(--line);
}

.account-order-row{
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr .8fr;
  gap:20px;
  align-items:center;
  min-height:68px;
  border-bottom:1px solid var(--line);
  font-size:14px;
}

.account-order-head{
  min-height:42px;
  color:#81786c;
  font:9px var(--sans);
  text-transform:uppercase;
  letter-spacing:.1em;
}

.order-status{
  display:inline-flex;
  width:max-content;
  padding:5px 9px;
  border:1px solid #c9bfaf;
  border-radius:999px;
  font:10px var(--sans);
}

.order-status-paid,
.order-status-delivered{
  border-color:#9dab99;
}

.order-status-cancelled,
.order-status-refunded{
  border-color:#c6a8a1;
}

.account-empty-state{
  padding:52px;
  background:#f2ebdf;
  text-align:center;
  border:1px solid var(--line);
}

.account-empty-mark{
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  margin:0 auto 20px;
  border:1px solid var(--gold);
  border-radius:50%;
  color:var(--gold);
  font-size:26px;
}

.account-empty-state h3{
  margin:0 0 10px;
  font-size:30px;
  font-weight:400;
}

.account-empty-state p{
  max-width:520px;
  margin:0 auto 24px;
  color:#665f56;
}

.account-profile-form,
.account-address-editor form{
  max-width:900px;
}

.account-form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px 24px;
  margin-bottom:24px;
}

.account-form-field label{
  display:block;
  margin-bottom:6px;
  font:600 9px var(--sans);
  text-transform:uppercase;
  letter-spacing:.12em;
  color:#6c655b;
}

.account-form-field input,
.account-form-field select{
  width:100%;
  min-height:48px;
  padding:11px 0;
  border:0;
  border-bottom:1px solid #b8ad9d;
  background:transparent;
  border-radius:0;
  outline:none;
}

.account-form-field input:focus,
.account-form-field select:focus{
  border-bottom-color:var(--ink);
}

.account-form-field .errorlist{
  margin:6px 0 0;
  padding:0;
  list-style:none;
  color:#8b392f;
  font:11px var(--sans);
}

.account-form-checkbox{
  grid-column:1 / -1;
}

.account-form-checkbox label{
  display:flex;
  gap:10px;
  align-items:center;
  text-transform:none;
  letter-spacing:0;
  font-size:12px;
  cursor:pointer;
}

.account-form-checkbox input{
  width:18px;
  height:18px;
  min-height:0;
  margin:0;
}

.account-address-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-bottom:26px;
}

.account-address-card{
  padding:26px;
  border:1px solid var(--line);
  background:#fbf8f2;
}

.account-address-card-head{
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding-bottom:14px;
  margin-bottom:16px;
  border-bottom:1px solid var(--line);
  font:10px var(--sans);
  text-transform:uppercase;
  letter-spacing:.08em;
}

.account-address-card-head strong{
  font-weight:600;
  color:var(--gold);
}

.account-address-card address{
  min-height:120px;
  font-style:normal;
  line-height:1.65;
  color:#4f4a43;
}

.account-address-actions{
  display:flex;
  gap:18px;
  align-items:center;
  margin-top:16px;
}

.danger-link{
  color:#7d443b!important;
}

.account-address-editor{
  margin-top:28px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.account-address-editor summary{
  cursor:pointer;
  list-style:none;
  padding:18px 0;
  font-size:18px;
}

.account-address-editor summary::-webkit-details-marker{
  display:none;
}

.account-address-editor summary:after{
  content:"+";
  float:inline-end;
  color:var(--gold);
  font-size:22px;
}

.account-address-editor[open] summary:after{
  content:"−";
}

.account-address-editor form{
  padding:18px 0 30px;
}

.account-no-address{
  color:#6c655c;
}

.account-security-section{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:70px;
  align-items:start;
  border-bottom:0;
}

.account-security-section h2{
  margin:10px 0 12px;
  font-size:clamp(38px,4vw,60px);
  font-weight:400;
  line-height:1;
}

.account-security-section p:not(.eyebrow){
  color:#676057;
}

.account-security-actions{
  display:grid;
  gap:18px;
  padding:26px;
  border:1px solid var(--line);
}

.account-security-actions>div{
  display:grid;
  gap:4px;
}

.account-security-actions span{
  color:#80786c;
  font:9px var(--sans);
  text-transform:uppercase;
  letter-spacing:.1em;
}

.account-security-actions strong{
  font-size:16px;
  font-weight:400;
}

@media(max-width:980px){
  .account-dashboard{
    grid-template-columns:1fr;
    gap:35px;
    padding-top:42px;
  }

  .account-sidebar-sticky{
    position:static;
    padding:18px 0;
  }

  .account-nav{
    grid-template-columns:repeat(5,1fr);
    gap:10px;
  }

  .account-nav a{
    border:1px solid var(--line)!important;
    padding:10px;
    text-align:center;
  }

  .account-sidebar-signout{
    display:none;
  }

  .account-security-section{
    grid-template-columns:1fr;
    gap:28px;
  }
}

@media(max-width:720px){
  .account-dashboard-hero{
    padding:48px 24px 38px;
  }

  .account-dashboard-hero h1{
    font-size:50px;
    line-height:1;
  }

  .account-dashboard{
    padding:34px 24px 60px;
  }

  .account-nav{
    display:flex;
    overflow-x:auto;
    gap:8px;
    padding-bottom:4px;
  }

  .account-nav a{
    flex:0 0 auto;
    white-space:nowrap;
  }

  .account-section{
    padding-bottom:50px;
    margin-bottom:50px;
  }

  .account-stat-grid{
    grid-template-columns:1fr;
  }

  .account-stat-grid>div{
    min-height:105px;
    border-inline-end:0;
    border-bottom:1px solid var(--line);
  }

  .account-stat-grid>div:last-child{
    border-bottom:0;
  }

  .account-order-head{
    display:none;
  }

  .account-order-row{
    grid-template-columns:1fr 1fr;
    gap:8px 16px;
    padding:16px 0;
  }

  .account-empty-state{
    padding:36px 22px;
  }

  .account-form-grid{
    grid-template-columns:1fr;
  }

  .account-form-checkbox{
    grid-column:auto;
  }

  .account-address-grid{
    grid-template-columns:1fr;
  }
}

html[dir="rtl"] .account-order-row{
  direction:rtl;
}

html[lang="fa"] .account-nav a,
html[lang="fa"] .account-stat-grid span,
html[lang="fa"] .account-form-field label,
html[lang="fa"] .account-security-actions span{
  letter-spacing:0;
}


/* =========================================================
   V15.2 mobile account density + navigation refinement
   ========================================================= */

.account-nav-wrap{
  position:relative;
}

/* Tablet/mobile horizontal nav gets an intentional edge fade. */
@media(max-width:980px){
  .account-nav-wrap{
    overflow:hidden;
    margin-inline:-4px;
    padding-inline:4px;
  }

  .account-nav-wrap:after{
    content:"";
    position:absolute;
    top:0;
    bottom:4px;
    inset-inline-end:0;
    width:34px;
    pointer-events:none;
    background:linear-gradient(
      to var(--account-fade-direction, right),
      rgba(255,253,248,0),
      rgba(255,253,248,.96)
    );
  }

  html[dir="rtl"] .account-nav-wrap{
    --account-fade-direction:left;
  }

  .account-nav{
    scrollbar-width:none;
    -ms-overflow-style:none;
    scroll-snap-type:x proximity;
    padding-inline-end:28px;
  }

  .account-nav::-webkit-scrollbar{
    display:none;
  }

  .account-nav a{
    scroll-snap-align:start;
  }
}

@media(max-width:720px){

  /* ---------------------------------------------------------
     Hero: keep the welcome, remove unnecessary vertical bulk.
     --------------------------------------------------------- */
  .account-dashboard-hero{
    padding:40px 18px 30px;
  }

  .account-dashboard-hero h1{
    font-size:44px;
    line-height:.96;
    margin:8px 0 10px;
  }

  .account-dashboard-hero p:not(.eyebrow){
    font-size:14px;
    line-height:1.45;
  }

  /* ---------------------------------------------------------
     Navigation: no repeated ACCOUNT label, compact pill-like tabs.
     --------------------------------------------------------- */
  .account-dashboard{
    padding:18px 14px 42px;
    gap:22px;
  }

  .account-sidebar-sticky{
    padding:0 0 14px;
    border-top:0;
  }

  .account-sidebar-label{
    display:none;
  }

  .account-nav{
    gap:6px;
  }

  .account-nav a{
    min-height:34px;
    padding:8px 10px;
    font-size:10px;
    line-height:1;
    border-color:#d7cdbd!important;
    background:#fffdf8;
  }

  /* ---------------------------------------------------------
     Sections: less repetition, much tighter vertical rhythm.
     --------------------------------------------------------- */
  .account-section{
    padding-bottom:34px;
    margin-bottom:34px;
  }

  .account-section-heading{
    margin-bottom:18px;
  }

  .account-section-heading .eyebrow{
    margin-bottom:6px;
  }

  .account-section-heading h2,
  .account-security-section h2{
    font-size:34px;
    line-height:1.02;
    margin:6px 0 8px;
  }

  .account-section-heading>p:not(.eyebrow),
  .account-security-section p:not(.eyebrow){
    font-size:13px;
    line-height:1.5;
    margin-bottom:0;
  }

  /* ---------------------------------------------------------
     Overview: one dense three-column row instead of stacked cards.
     --------------------------------------------------------- */
  .account-stat-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .account-stat-grid>div{
    min-height:88px;
    padding:14px 10px 12px;
    border-bottom:0;
    border-inline-end:1px solid var(--line);
  }

  .account-stat-grid>div:last-child{
    border-inline-end:0;
  }

  .account-stat-grid span{
    font-size:7px;
    line-height:1.3;
    letter-spacing:.06em;
  }

  .account-stat-grid strong{
    margin-top:12px;
    font-size:22px;
    line-height:1;
    word-break:break-word;
  }

  /* ---------------------------------------------------------
     Orders: shorter empty-state card.
     --------------------------------------------------------- */
  .account-empty-state{
    padding:26px 18px 24px;
  }

  .account-empty-mark{
    width:44px;
    height:44px;
    margin-bottom:14px;
    font-size:20px;
  }

  .account-empty-state h3{
    font-size:25px;
    margin-bottom:7px;
  }

  .account-empty-state p{
    font-size:12px;
    line-height:1.5;
    margin-bottom:18px;
  }

  .account-empty-state .button{
    min-height:40px;
    padding:12px 16px;
  }

  /* ---------------------------------------------------------
     Profile form: compact but still comfortable.
     --------------------------------------------------------- */
  .account-form-grid{
    gap:0;
    margin-bottom:18px;
  }

  .account-form-field{
    margin-bottom:13px;
  }

  .account-form-field label{
    margin-bottom:3px;
    font-size:7px;
  }

  .account-form-field input,
  .account-form-field select{
    min-height:40px;
    padding:8px 0 7px;
    font-size:14px;
  }

  .account-form-checkbox{
    padding:5px 0 2px;
  }

  .account-form-checkbox label{
    font-size:10px;
  }

  .account-profile-form>.button,
  .account-address-editor form>.button{
    min-height:40px;
    padding:11px 16px;
  }

  /* ---------------------------------------------------------
     Addresses: make Add address visibly actionable.
     --------------------------------------------------------- */
  .account-no-address{
    margin:0 0 12px;
    font-size:13px;
  }

  .account-address-editor{
    margin-top:10px;
  }

  .account-address-summary{
    position:relative;
    padding:15px 42px 15px 0;
    font-size:16px;
  }

  html[dir="rtl"] .account-address-summary{
    padding:15px 0 15px 42px;
  }

  .account-address-summary:after{
    position:absolute;
    inset-inline-end:2px;
    top:50%;
    transform:translateY(-50%);
    width:28px;
    height:28px;
    border:1px solid var(--line);
    border-radius:50%;
    display:grid;
    place-items:center;
    line-height:1;
  }

  .account-address-card{
    padding:18px;
  }

  .account-address-card address{
    min-height:auto;
    font-size:13px;
  }

  /* ---------------------------------------------------------
     Security: compact utility card.
     --------------------------------------------------------- */
  .account-security-section{
    gap:16px;
  }

  .account-security-actions{
    gap:12px;
    padding:18px;
  }

  .account-security-actions>div{
    gap:2px;
  }

  .account-security-actions span{
    font-size:7px;
  }

  .account-security-actions strong{
    font-size:13px;
    word-break:break-all;
  }

  .account-security-actions .button{
    min-height:40px;
    padding:11px 14px;
  }

  .account-security-actions .danger-link{
    font-size:12px;
  }

  /* ---------------------------------------------------------
     Compact auth/account footer on phones.
     --------------------------------------------------------- */
  .account-dashboard-page .site-footer{
    padding:24px 18px 26px;
  }

  .account-dashboard-page .footer-brand-symbol{
    width:42px;
    height:42px;
  }

  .account-dashboard-page .footer-brand .brand-mark{
    font-size:26px;
  }

  .account-dashboard-page .footer-brand>p{
    font-size:9px;
    line-height:1.5;
  }

  .account-dashboard-page .footer-small{
    font-size:8px;
    line-height:1.45;
  }
}


/* =========================================================
   V16 split account architecture
   ========================================================= */

.account-split-page .site-header{
  position:relative;
  top:auto;
}

.account-split-hero{
  padding:64px 7vw 52px;
  background:#eee6d9;
  border-bottom:1px solid var(--line);
}

.account-split-hero h1{
  margin:10px 0 10px;
  font-size:clamp(58px,6vw,96px);
  line-height:.96;
  letter-spacing:-.05em;
  font-weight:400;
}

.account-split-hero>p:not(.eyebrow){
  margin:0;
  color:#625c53;
  font-size:17px;
}

.account-split-shell{
  max-width:1480px;
  margin:0 auto;
  padding:64px 7vw 82px;
  display:grid;
  grid-template-columns:230px minmax(0,1fr);
  gap:66px;
}

.account-split-shell-page{
  min-height:64vh;
}

.account-subnav{
  display:grid;
  align-self:start;
  position:sticky;
  top:24px;
  border-top:1px solid var(--line);
}

.account-subnav a{
  padding:14px 0;
  border-bottom:1px solid var(--line);
  font:12px var(--sans);
  position:relative;
}

.account-subnav a.is-active{
  font-weight:700;
}

.account-subnav a.is-active:before{
  content:"";
  position:absolute;
  inset-inline-start:-16px;
  top:50%;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--gold);
  transform:translateY(-50%);
}

.account-split-main{
  min-width:0;
}

.account-page-heading{
  margin-bottom:34px;
  max-width:780px;
}

.account-page-heading h1,
.account-page-heading h2{
  margin:10px 0 12px;
  font-size:clamp(48px,5vw,76px);
  line-height:.98;
  font-weight:400;
  letter-spacing:-.045em;
}

.account-page-heading>p:not(.eyebrow){
  color:#665f56;
  font-size:16px;
  line-height:1.55;
}

.account-dashboard-cards{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.account-summary-card{
  min-height:180px;
  padding:24px;
  border:1px solid var(--line);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  background:#fbf8f2;
}

.account-summary-card span{
  font:9px var(--sans);
  text-transform:uppercase;
  letter-spacing:.1em;
  color:#786f63;
}

.account-summary-card strong{
  margin-top:auto;
  font-size:38px;
  font-weight:400;
  line-height:1.05;
}

.account-summary-card small{
  margin-top:5px;
  color:#746d63;
  font-size:12px;
}

.account-summary-card em{
  margin-top:24px;
  font:11px var(--sans);
  font-style:normal;
  text-decoration:underline;
  text-underline-offset:3px;
}

.account-dashboard-recent{
  margin-top:54px;
  padding-top:36px;
  border-top:1px solid var(--line);
}

.account-section-title-row{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:20px;
  margin-bottom:22px;
}

.account-section-title-row h3{
  margin:8px 0 0;
  font-size:36px;
  font-weight:400;
}

.account-order-list{
  border-top:1px solid var(--line);
}

.account-order-list-row{
  min-height:64px;
  display:grid;
  grid-template-columns:1.15fr 1fr 1fr .8fr;
  gap:18px;
  align-items:center;
  border-bottom:1px solid var(--line);
  font-size:13px;
}

.account-order-list-row:hover{
  background:#f7f1e7;
}

.account-dashboard-empty{
  padding:34px;
  border:1px solid var(--line);
  background:#f3ebde;
}

.account-dashboard-empty h3{
  margin:0 0 8px;
  font-size:30px;
  font-weight:400;
}

.account-dashboard-empty p{
  max-width:560px;
  color:#675f56;
  margin-bottom:22px;
}

.account-dedicated-form{
  max-width:820px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px 24px;
}

.account-dedicated-field{
  display:flex;
  flex-direction:column;
}

.account-dedicated-field label{
  margin-bottom:5px;
  font:600 9px var(--sans);
  text-transform:uppercase;
  letter-spacing:.11em;
  color:#6f675d;
}

.account-dedicated-field input,
.account-dedicated-field select{
  min-height:48px;
  border:0;
  border-bottom:1px solid #b8ad9d;
  border-radius:0;
  background:transparent;
  padding:10px 0;
}

.account-dedicated-field .errorlist{
  list-style:none;
  padding:0;
  margin:6px 0 0;
  color:#8b392f;
  font:11px var(--sans);
}

.account-dedicated-checkbox{
  grid-column:1 / -1;
}

.account-dedicated-checkbox label{
  display:flex;
  flex-direction:row;
  align-items:center;
  gap:10px;
  text-transform:none;
  letter-spacing:0;
  font-size:12px;
}

.account-dedicated-checkbox input{
  width:18px;
  height:18px;
  min-height:0;
}

.account-dedicated-form>.button{
  grid-column:1 / -1;
  width:max-content;
}

.account-address-grid{
  margin-bottom:28px;
}

.security-setting-list{
  border-top:1px solid var(--line);
}

.security-setting{
  min-height:100px;
  border-bottom:1px solid var(--line);
  display:grid;
  grid-template-columns:1fr auto;
  gap:24px;
  align-items:center;
  padding:18px 0;
}

.security-setting>div{
  display:grid;
  gap:4px;
}

.security-setting span{
  color:#7a7267;
  font:9px var(--sans);
  text-transform:uppercase;
  letter-spacing:.1em;
}

.security-setting strong{
  font-size:16px;
  font-weight:400;
}

.security-setting small{
  color:#8b7c61;
}

.security-setting form button{
  background:none;
  border:0;
  padding:0;
  cursor:pointer;
}

.order-detail-items{
  border-top:1px solid var(--line);
}

.order-detail-item{
  display:grid;
  grid-template-columns:1.4fr .8fr .6fr;
  gap:24px;
  padding:22px 0;
  border-bottom:1px solid var(--line);
  align-items:center;
}

.order-detail-item>div{
  display:grid;
  gap:3px;
}

.order-detail-item small{
  color:#786f64;
}

.order-detail-summary{
  margin:28px 0;
  margin-inline-start:auto;
  max-width:440px;
  border-top:1px solid var(--line);
}

.order-detail-summary>div{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:12px 0;
  border-bottom:1px solid var(--line);
}

.order-address-snapshot{
  margin-top:40px;
  padding-top:26px;
  border-top:1px solid var(--line);
}

.order-address-snapshot pre{
  white-space:pre-wrap;
  font:13px/1.6 var(--sans);
  color:#5f584f;
}

@media(max-width:900px){
  .account-split-shell{
    grid-template-columns:1fr;
    gap:28px;
    padding-top:34px;
  }

  .account-subnav{
    position:static;
    display:flex;
    overflow-x:auto;
    gap:7px;
    border-top:0;
    padding-bottom:4px;
    scrollbar-width:none;
  }

  .account-subnav::-webkit-scrollbar{
    display:none;
  }

  .account-subnav a{
    flex:0 0 auto;
    white-space:nowrap;
    padding:9px 11px;
    border:1px solid var(--line);
  }

  .account-subnav a.is-active{
    background:var(--ink);
    color:#fff;
    border-color:var(--ink);
  }

  .account-subnav a.is-active:before{
    display:none;
  }
}

@media(max-width:720px){
  .account-split-hero{
    padding:40px 18px 30px;
  }

  .account-split-hero h1{
    font-size:44px;
  }

  .account-split-shell{
    padding:20px 14px 48px;
  }

  .account-page-heading{
    margin-bottom:24px;
  }

  .account-page-heading h1,
  .account-page-heading h2{
    font-size:40px;
  }

  .account-dashboard-cards{
    grid-template-columns:1fr 1fr;
    gap:8px;
  }

  .account-summary-card{
    min-height:130px;
    padding:15px;
  }

  .account-summary-card strong{
    font-size:26px;
  }

  .account-summary-card em{
    margin-top:14px;
    font-size:9px;
  }

  .account-summary-card-wide{
    grid-column:1 / -1;
    min-height:145px;
  }

  .account-dashboard-recent{
    margin-top:36px;
    padding-top:26px;
  }

  .account-section-title-row h3{
    font-size:30px;
  }

  .account-order-list-row{
    grid-template-columns:1fr 1fr;
    gap:6px 14px;
    padding:14px 0;
  }

  .account-dashboard-empty{
    padding:24px 18px;
  }

  .account-dedicated-form{
    grid-template-columns:1fr;
    gap:13px;
  }

  .account-dedicated-checkbox,
  .account-dedicated-form>.button{
    grid-column:auto;
  }

  .security-setting{
    grid-template-columns:1fr;
    gap:12px;
  }

  .order-detail-item{
    grid-template-columns:1fr;
    gap:8px;
  }

  .order-detail-summary{
    max-width:none;
  }
}

html[lang="fa"] .account-subnav a,
html[lang="fa"] .account-summary-card span,
html[lang="fa"] .security-setting span{
  letter-spacing:0;
}


/* =========================================================
   V17 product listing media carousel
   ========================================================= */

.listing-media-carousel{
  position:relative;
}

.listing-media-stage{
  position:relative;
  aspect-ratio:1 / 1;
  overflow:hidden;
  background:#e7dccb;
}

.listing-media-slide{
  position:absolute;
  inset:0;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .35s ease, visibility .35s ease;
}

.listing-media-slide.is-active{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  z-index:2;
}

.listing-media-slide img,
.listing-media-slide video,
.listing-media-slide .fallback-packshot{
  width:100%;
  height:100%;
  object-fit:cover;
}

.listing-media-slide video{
  display:block;
  background:#111;
}

.listing-media-video{
  background:#161a16;
}

.listing-remote-video{
  width:100%;
  height:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:12px;
  color:#f4eee3;
  background:
    radial-gradient(circle at 50% 43%,rgba(183,153,97,.20),transparent 28%),
    #171b17;
  text-align:center;
}

.listing-video-play{
  width:56px;
  height:56px;
  border:1px solid rgba(255,255,255,.35);
  border-radius:50%;
  display:grid;
  place-items:center;
  padding-left:3px;
}

.listing-remote-video small{
  font:10px var(--sans);
  text-transform:uppercase;
  letter-spacing:.08em;
}

.listing-carousel-btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:6;
  width:38px;
  height:38px;
  border:1px solid rgba(255,255,255,.7);
  border-radius:50%;
  background:rgba(18,20,18,.48);
  color:#fff;
  cursor:pointer;
  display:grid;
  place-items:center;
  opacity:0;
  transition:opacity .2s ease, background .2s ease;
}

.listing-carousel-prev{
  left:12px;
}

.listing-carousel-next{
  right:12px;
}

.listing-media-carousel:hover .listing-carousel-btn,
.listing-carousel-btn:focus-visible{
  opacity:1;
}

.listing-carousel-btn:hover{
  background:rgba(18,20,18,.82);
}

.listing-carousel-counter{
  position:absolute;
  z-index:6;
  left:14px;
  bottom:12px;
  padding:5px 8px;
  background:rgba(18,20,18,.6);
  color:#fff;
  font:9px var(--sans);
  letter-spacing:.06em;
}

.listing-carousel-dots{
  display:flex;
  justify-content:center;
  gap:5px;
  min-height:17px;
  padding:8px 0 0;
}

.listing-carousel-dot{
  width:18px;
  height:2px;
  padding:0;
  border:0;
  background:#cfc4b4;
  cursor:pointer;
  transition:width .2s ease, background .2s ease;
}

.listing-carousel-dot.is-active{
  width:30px;
  background:var(--ink);
}

.product-meta-link{
  display:block;
}

.listing-media-carousel .product-arrow{
  z-index:7;
}

@media(max-width:720px){
  .listing-carousel-btn{
    opacity:1;
    width:34px;
    height:34px;
  }

  .listing-carousel-prev{
    left:9px;
  }

  .listing-carousel-next{
    right:9px;
  }

  .listing-carousel-counter{
    left:10px;
    bottom:9px;
  }

  .listing-carousel-dots{
    padding-top:7px;
  }

  .listing-media-slide video{
    object-fit:contain;
  }
}

html[dir="rtl"] .listing-carousel-prev,
html[dir="rtl"] .listing-carousel-next{
  direction:ltr;
}


/* =========================================================
   V18 intentional mobile storefront
   ========================================================= */

/*
 * Product cards should have a stable visual rhythm regardless of whether
 * source photography is a packshot, lifestyle image, square crop, or video.
 */
@media(max-width:720px){
  .product-grid{
    grid-template-columns:1fr;
    gap:30px;
  }

  .product-card{
    min-width:0;
  }

  .listing-media-stage{
    aspect-ratio:1 / 1;
    background:#ece4d7;
  }

  .listing-media-slide img{
    object-fit:contain;
    background:#f8f5ef;
  }

  .listing-media-slide video{
    object-fit:contain;
  }

  /* Keep controls over the media instead of creating an extra strip below it. */
  .listing-carousel-dots{
    position:absolute;
    z-index:8;
    left:50%;
    bottom:12px;
    transform:translateX(-50%);
    min-height:0;
    padding:6px 8px;
    gap:5px;
    border-radius:999px;
    background:rgba(255,253,248,.82);
    backdrop-filter:blur(5px);
  }

  .listing-carousel-dot{
    width:7px;
    height:7px;
    border-radius:50%;
    background:#b7aea0;
  }

  .listing-carousel-dot.is-active{
    width:18px;
    border-radius:999px;
    background:#1b1e1a;
  }

  .listing-carousel-btn{
    opacity:1;
    width:40px;
    height:40px;
    background:rgba(22,25,22,.68);
    border-color:rgba(255,255,255,.55);
    box-shadow:0 3px 14px rgba(0,0,0,.12);
  }

  .listing-carousel-prev{
    left:10px;
  }

  .listing-carousel-next{
    right:10px;
  }

  .listing-carousel-counter{
    left:10px;
    bottom:10px;
    padding:5px 7px;
    border-radius:999px;
    background:rgba(22,25,22,.66);
  }

  .listing-media-carousel .product-arrow{
    top:10px;
    right:10px;
    width:38px;
    height:38px;
  }

  html[dir="rtl"] .listing-media-carousel .product-arrow{
    right:auto;
    left:10px;
  }

  .product-meta{
    padding-top:12px;
  }

  .product-meta .eyebrow{
    margin-bottom:3px;
  }

  .product-meta h3{
    margin:4px 0 6px;
    font-size:24px;
    line-height:1.05;
  }

  .product-meta>p:not(.eyebrow){
    min-height:0;
    margin:0;
    font-size:13px;
    line-height:1.45;
  }

  .product-card-footer{
    margin-top:11px;
    padding-top:10px;
    font-size:10px;
  }
}


/* Homepage-specific mobile composition. */
@media(max-width:720px){

  /* Hero becomes an editorial introduction + a deliberate compact visual. */
  .home-page .hero-luxury{
    min-height:0;
    grid-template-columns:1fr;
    background:#f6f0e5;
  }

  .home-page .hero-copy{
    padding:48px 20px 38px;
  }

  .home-page .hero-copy h1{
    max-width:285px;
    margin:10px 0 18px;
    font-size:50px;
    line-height:.88;
    letter-spacing:-.052em;
  }

  .home-page .hero-copy .lede{
    max-width:290px;
    font-size:13px;
    line-height:1.55;
  }

  .home-page .hero-actions{
    margin-top:20px;
    gap:14px;
    flex-wrap:wrap;
  }

  .home-page .hero-actions .button{
    min-height:40px;
    padding:0 15px;
  }

  .home-page .hero-object{
    min-height:235px;
    height:235px;
    background:#1c211c;
  }

  .home-page .hero-object:before{
    width:150px;
  }

  .home-page .hero-asset{
    max-height:190px;
    width:auto;
    max-width:82%;
  }

  .home-page .hero-caption{
    inset:auto 14px 12px;
    font-size:6px;
    letter-spacing:.08em;
  }

  /* Collection intro should introduce products quickly. */
  .home-page .section{
    padding:46px 18px;
  }

  .home-page .section-intro{
    display:block;
    padding-bottom:18px;
  }

  .home-page .section-intro h2{
    margin:8px 0 14px;
    font-size:38px;
    line-height:.98;
  }

  .home-page .section-copy{
    max-width:300px;
    margin:0;
    font-size:13px;
    line-height:1.5;
  }

  .home-page .product-section{
    padding-top:10px;
    padding-bottom:44px;
  }

  .home-page .product-grid{
    gap:34px;
  }

  /*
   * Taste navigation was four compressed columns in the screenshot.
   * Make it a clean two-by-two grid on phone.
   */
  .home-page .taste-strip{
    grid-template-columns:repeat(2,1fr);
  }

  .home-page .taste-strip a{
    min-height:82px;
    padding:15px;
    border-bottom:1px solid var(--line);
  }

  .home-page .taste-strip a:nth-child(2){
    border-inline-end:0;
  }

  .home-page .taste-strip a:nth-last-child(-n+2){
    border-bottom:0;
  }

  .home-page .taste-strip .eyebrow{
    font-size:6px;
  }

  .home-page .taste-strip strong{
    font-size:20px;
  }

  /* Heritage: visual and copy become a balanced mobile editorial pair. */
  .home-page .heritage-editorial{
    grid-template-columns:1fr;
    min-height:0;
  }

  .home-page .heritage-visual{
    min-height:260px;
    height:260px;
  }

  .home-page .heritage-asset{
    max-height:220px;
    max-width:88%;
  }

  .home-page .heritage-copy{
    padding:44px 18px 48px;
  }

  .home-page .heritage-copy h2{
    font-size:38px;
    line-height:.98;
    margin:8px 0 14px;
  }

  .home-page .heritage-copy p:not(.eyebrow){
    margin:0 0 18px;
    font-size:13px;
    line-height:1.55;
  }

  /* Ritual: imagery no longer consumes a disproportionate block. */
  .home-page .ritual-section{
    padding:0;
    grid-template-columns:1fr;
    gap:0;
  }

  .home-page .ritual-visual{
    min-height:230px;
    height:230px;
    padding:20px;
    overflow:hidden;
  }

  .home-page .ritual-visual img{
    width:100%;
    height:100%;
    object-fit:contain;
  }

  .home-page .ritual-content{
    padding:42px 18px 46px;
  }

  .home-page .ritual-copy h2{
    margin:8px 0 13px;
    font-size:38px;
    line-height:.98;
  }

  .home-page .ritual-copy>p:not(.eyebrow){
    font-size:13px;
    line-height:1.5;
  }

  .home-page .ritual-steps{
    margin-top:24px;
  }

  .home-page .ritual-steps>div{
    grid-template-columns:28px 1fr;
    gap:4px 10px;
    padding:15px 0;
  }

  .home-page .ritual-steps span{
    grid-row:1 / span 2;
  }

  .home-page .ritual-steps strong{
    font-size:16px;
  }

  .home-page .ritual-steps p{
    font-size:11px;
    line-height:1.45;
  }

  /* Trade section: enough impact without a huge black slab. */
  .home-page .trade-section{
    padding:46px 18px 48px;
    grid-template-columns:1fr;
    gap:22px;
  }

  .home-page .trade-section h2{
    font-size:38px;
    line-height:.96;
    margin:8px 0;
  }

  .home-page .trade-section p:not(.eyebrow){
    margin:0 0 18px;
    font-size:13px;
    line-height:1.5;
  }

  /* Journal: dense cards rather than long empty editorial columns. */
  .home-page .journal-section{
    padding-top:44px;
    padding-bottom:48px;
  }

  .home-page .section-head{
    margin-bottom:24px;
  }

  .home-page .section-head h2{
    margin:8px 0;
    font-size:38px;
  }

  .home-page .article-grid{
    grid-template-columns:1fr;
    gap:26px;
  }

  .home-page .article-card{
    min-height:0;
    padding-top:15px;
  }

  .home-page .article-number{
    margin-bottom:15px;
  }

  .home-page .article-card h3{
    margin:5px 0 8px;
    font-size:25px;
  }

  .home-page .article-card p:not(.eyebrow){
    font-size:12px;
    line-height:1.5;
  }

  /* Homepage footer can be compact on phone while preserving contact details. */
  .home-page .site-footer{
    padding:34px 18px 38px;
    gap:26px 18px;
  }
}


/* =========================================================
   V19 mobile artwork composition
   Fix inherited desktop min-heights that were cropping SVG artwork.
   ========================================================= */

@media(max-width:720px){

  /* ---------------------------------------------------------
     HERO ARTWORK
     The SVG is portrait-oriented (1200 × 1400). Desktop rules gave the
     image a 760px min-height, which survived inside the 235px mobile box
     and caused only a small slice of the tin to be visible.
     --------------------------------------------------------- */
  .home-page .hero-object{
    height:auto;
    min-height:0;
    padding:22px 18px 28px;
    aspect-ratio:1 / .92;
    display:grid;
    place-items:center;
    overflow:hidden;
    background:
      radial-gradient(circle at 50% 45%,rgba(184,154,98,.10),transparent 34%),
      #171c17;
  }

  .home-page .hero-object .hero-asset{
    width:100%;
    height:100%;
    min-height:0!important;
    max-width:100%;
    max-height:100%;
    object-fit:contain;
    object-position:center center;
    display:block;
  }

  .home-page .hero-caption{
    position:absolute;
    inset:auto 13px 9px;
    z-index:5;
  }


  /* ---------------------------------------------------------
     CASPIAN / HERITAGE ARTWORK
     Same issue: desktop `.heritage-asset` imposed a 790px min-height.
     --------------------------------------------------------- */
  .home-page .heritage-visual{
    height:auto;
    min-height:0!important;
    aspect-ratio:6 / 5;
    padding:14px;
    overflow:hidden;
    background:#161b16;
  }

  .home-page .heritage-asset{
    width:100%;
    height:100%;
    min-height:0!important;
    max-width:100%;
    max-height:100%;
    object-fit:contain;
    object-position:center;
    display:block;
  }


  /* ---------------------------------------------------------
     SERVING / RITUAL ARTWORK
     Prevent the old 700px desktop image minimum from overflowing a
     230px mobile container. Give the artwork breathing room instead.
     --------------------------------------------------------- */
  .home-page .ritual-visual{
    height:auto;
    min-height:0!important;
    aspect-ratio:12 / 8.5;
    padding:16px 18px;
    display:grid;
    place-items:center;
    overflow:hidden;
    background:#ded2bd;
  }

  .home-page .ritual-visual img{
    width:100%;
    height:100%;
    min-height:0!important;
    max-width:100%;
    max-height:100%;
    object-fit:contain;
    object-position:center;
    display:block;
  }


  /* ---------------------------------------------------------
     PRODUCT CAROUSEL CONTROLS
     Keep swipe easy, but make the buttons visually quieter.
     --------------------------------------------------------- */
  .listing-carousel-btn{
    width:34px;
    height:34px;
    border-color:rgba(255,255,255,.45);
    background:rgba(25,28,25,.48);
    font-size:12px;
    box-shadow:none;
  }

  .listing-carousel-btn:active{
    background:rgba(25,28,25,.78);
  }

  .listing-video-play{
    width:48px;
    height:48px;
  }


  /* ---------------------------------------------------------
     TASTE NAVIGATION
     Replace the spreadsheet-like bordered row with four editorial tiles.
     --------------------------------------------------------- */
  .home-page .taste-strip{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:1px;
    padding:1px;
    border:0;
    background:#d7cdbd;
  }

  .home-page .taste-strip a{
    min-height:96px;
    padding:16px;
    border:0!important;
    background:#f5efe4;
    position:relative;
    justify-content:flex-end;
  }

  .home-page .taste-strip a:after{
    content:"↗";
    position:absolute;
    inset-inline-end:13px;
    top:13px;
    color:#9f814e;
    font-size:13px;
  }

  .home-page .taste-strip a:first-child{
    background:#eee5d7;
  }

  .home-page .taste-strip .eyebrow{
    margin-bottom:auto;
    max-width:80px;
    line-height:1.3;
  }

  .home-page .taste-strip strong{
    font-family:var(--serif);
    font-size:23px;
    line-height:1;
    font-weight:400;
  }


  /* ---------------------------------------------------------
     RITUAL SECTION COMPOSITION
     Artwork and copy now read as one composed editorial block.
     --------------------------------------------------------- */
  .home-page .ritual-content{
    border-top:1px solid #d8cebe;
  }

  .home-page .ritual-copy{
    margin-bottom:20px;
  }

  .home-page .ritual-steps>div{
    min-height:0;
  }


  /* Slightly reduce repeated card chrome after the media fixes. */
  .home-page .product-meta h3{
    font-size:23px;
  }

  .home-page .product-card-footer{
    border-top-color:#ddd4c6;
  }
}


/* =========================================================
   V20 mobile navigation drawer
   ========================================================= */

.mobile-menu-toggle,
.mobile-site-menu,
.mobile-menu-backdrop{
  display:none;
}

@media(max-width:720px){

  html.mobile-menu-open,
  body.mobile-menu-open{
    overflow:hidden;
  }

  .site-header{
    min-height:68px;
    height:68px;
    padding:0 14px;
    display:grid;
    grid-template-columns:74px minmax(0,1fr) 74px;
    align-items:center;
    border-bottom:1px solid var(--line);
    background:#fffdf8;
  }

  .site-header .main-nav,
  .site-header .languages,
  .site-header .header-account-link{
    display:none;
  }

  .site-header .brand-lockup{
    position:static;
    transform:none;
    justify-self:center;
    max-width:136px;
    min-width:0;
  }

  .site-header .brand-symbol{
    width:30px;
    height:30px;
  }

  .site-header .brand-mark{
    font-size:23px;
    letter-spacing:.19em;
  }

  .site-header .brand-tagline{
    display:none;
  }

  .site-header .header-actions{
    justify-self:end;
    gap:0;
  }

  .site-header .cart-link{
    display:inline-flex;
    min-height:40px;
    align-items:center;
    justify-content:flex-end;
    font:600 10px var(--sans);
    letter-spacing:.06em;
  }

  .mobile-menu-toggle{
    display:inline-flex;
    width:max-content;
    min-width:44px;
    min-height:44px;
    align-items:center;
    gap:8px;
    justify-self:start;
    border:0;
    padding:0;
    background:transparent;
    color:var(--ink);
    cursor:pointer;
  }

  .mobile-menu-label{
    display:none;
  }

  .mobile-menu-icon{
    width:24px;
    height:16px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
  }

  .mobile-menu-icon i{
    display:block;
    width:100%;
    height:1px;
    background:currentColor;
  }

  .mobile-menu-backdrop{
    display:block;
    position:fixed;
    inset:0;
    z-index:199;
    background:rgba(10,12,10,.42);
    opacity:0;
    transition:opacity .26s ease;
  }

  .mobile-menu-backdrop[hidden]{
    display:none;
  }

  .mobile-menu-backdrop.is-visible{
    opacity:1;
  }

  .mobile-site-menu{
    display:flex;
    position:fixed;
    inset-block:0;
    inset-inline-start:0;
    width:min(92vw,410px);
    z-index:200;
    flex-direction:column;
    background:#f5efe4;
    color:#171a17;
    border-inline-end:1px solid #d7cdbd;
    box-shadow:0 20px 80px rgba(0,0,0,.18);
    transform:translateX(-102%);
    transition:transform .32s cubic-bezier(.22,.7,.25,1);
  }

  html[dir="rtl"] .mobile-site-menu{
    inset-inline-start:auto;
    inset-inline-end:0;
    border-inline-end:0;
    border-inline-start:1px solid #d7cdbd;
    transform:translateX(102%);
  }

  .mobile-site-menu.is-open,
  html[dir="rtl"] .mobile-site-menu.is-open{
    transform:translateX(0);
  }

  .mobile-menu-head{
    flex:0 0 auto;
    min-height:76px;
    padding:16px 18px;
    border-bottom:1px solid #d7cdbd;
    display:flex;
    align-items:center;
    justify-content:space-between;
  }

  .mobile-menu-brand{
    display:flex;
    align-items:center;
    gap:10px;
  }

  .mobile-menu-brand img{
    width:38px;
    height:38px;
  }

  .mobile-menu-brand span{
    font-family:var(--serif);
    font-size:26px;
    letter-spacing:.2em;
    margin-inline-end:-.2em;
  }

  .mobile-menu-close{
    width:42px;
    height:42px;
    display:grid;
    place-items:center;
    border:1px solid #cfc4b4;
    border-radius:50%;
    background:transparent;
    color:var(--ink);
    cursor:pointer;
    font:300 28px/1 var(--sans);
  }

  .mobile-menu-scroll{
    overflow-y:auto;
    overscroll-behavior:contain;
    padding:12px 18px 28px;
  }

  .mobile-menu-section{
    padding:20px 0 18px;
    border-bottom:1px solid #d7cdbd;
  }

  .mobile-menu-kicker{
    margin:0 0 11px;
    color:#9a7a45;
    font:700 8px var(--sans);
    text-transform:uppercase;
    letter-spacing:.16em;
  }

  .mobile-menu-section>a,
  .mobile-menu-section>span{
    display:block;
    padding:5px 0;
    font-family:var(--serif);
    font-size:27px;
    line-height:1.08;
    font-weight:400;
  }

  .mobile-menu-primary>a{
    font-size:38px;
    line-height:.98;
  }

  .mobile-menu-account>a{
    font-size:22px;
  }

  .mobile-menu-languages nav{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
  }

  .mobile-menu-languages nav a{
    min-height:38px;
    display:inline-flex;
    align-items:center;
    padding:0 12px;
    border:1px solid #cfc4b4;
    font:11px var(--sans);
  }

  .mobile-menu-languages nav a[aria-current="true"]{
    background:#171a17;
    border-color:#171a17;
    color:#fff;
  }

  .mobile-menu-contact{
    padding:20px 0 0;
    display:grid;
    gap:7px;
    color:#6a6258;
    font:11px/1.55 var(--sans);
  }

  .mobile-menu-contact address{
    margin:0 0 4px;
    font-style:normal;
  }

  .mobile-menu-contact a{
    width:max-content;
    border-bottom:1px solid currentColor;
  }

  html[lang="fa"] .mobile-menu-kicker{
    letter-spacing:0;
  }

  html[lang="fa"] .mobile-menu-brand span{
    letter-spacing:.1em;
  }
}

@media(max-width:360px){
  .site-header{
    grid-template-columns:56px minmax(0,1fr) 56px;
    padding-inline:10px;
  }

  .site-header .brand-symbol{
    width:27px;
    height:27px;
  }

  .site-header .brand-mark{
    font-size:20px;
  }

  .mobile-site-menu{
    width:96vw;
  }
}


/* =========================================================
   V20.1 mobile menu language selector
   ========================================================= */

@media(max-width:720px){
  .mobile-menu-language-top{
    flex:0 0 auto;
    min-height:54px;
    padding:10px 18px;
    border-bottom:1px solid #d7cdbd;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    background:#eee5d7;
  }

  .mobile-menu-language-top .mobile-menu-kicker{
    margin:0;
    white-space:nowrap;
  }

  .mobile-menu-language-top nav{
    display:flex;
    align-items:center;
    gap:4px;
  }

  .mobile-menu-language-top nav a{
    min-width:34px;
    height:32px;
    padding:0 8px;
    display:grid;
    place-items:center;
    border:1px solid transparent;
    font:700 9px var(--sans);
    letter-spacing:.06em;
  }

  .mobile-menu-language-top nav a[aria-current="true"]{
    border-color:#171a17;
    background:#171a17;
    color:#fff;
  }

  .mobile-menu-language-top nav a:not([aria-current="true"]):hover{
    border-color:#bfb3a1;
  }

  /* Remove any spacing assumptions from the former bottom language section. */
  .mobile-menu-scroll{
    padding-top:4px;
  }

  html[lang="fa"] .mobile-menu-language-top nav a{
    letter-spacing:0;
  }
}


/* =========================================================
   V20.2 mobile header icons
   ========================================================= */

.sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

.header-cart-icon{
  display:none;
}

@media(max-width:720px){

  /* Cart becomes icon-only in the mobile header. */
  .site-header .cart-link{
    width:44px;
    height:44px;
    min-height:44px;
    display:grid;
    place-items:center;
    padding:0;
    border:0;
  }

  .site-header .cart-link-text{
    display:none;
  }

  .site-header .header-cart-icon{
    display:block;
    width:23px;
    height:23px;
    stroke-width:1.4;
  }

  /* Globe + current language is visible immediately at top of drawer. */
  .mobile-language-label{
    display:flex;
    align-items:center;
    gap:7px;
    color:#5f574d;
  }

  .mobile-language-icon{
    width:18px;
    height:18px;
    flex:0 0 auto;
  }

  .mobile-language-current{
    font:700 9px var(--sans);
    letter-spacing:.08em;
  }

  .mobile-menu-language-top{
    min-height:52px;
    padding:9px 18px;
  }

  .mobile-menu-language-top nav{
    gap:3px;
  }

  .mobile-menu-language-top nav a{
    min-width:33px;
    height:30px;
    padding:0 7px;
    border-radius:999px;
    font-size:8px;
  }

  .mobile-menu-language-top nav a[aria-current="true"]{
    background:#171a17;
    color:#fff;
  }

  /* Slightly more balanced spacing in the three-part header. */
  .site-header{
    grid-template-columns:60px minmax(0,1fr) 60px;
  }
}

@media(max-width:360px){
  .site-header{
    grid-template-columns:52px minmax(0,1fr) 52px;
  }
}

html[lang="fa"] .mobile-language-current{
  letter-spacing:0;
}


/* =========================================================
   V20.3 consistent cart icon + understated language state
   ========================================================= */

/* Cart uses the bag icon at every viewport size. */
.header-actions .cart-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:0;
}
.header-actions .header-cart-icon{
  display:block;
  width:22px;
  height:22px;
}
.header-actions .cart-link-text{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

/* Desktop language treatment: active language is typographically emphasized. */
.languages a[aria-current="true"]{
  font-weight:800;
}

/* Mobile follows the same principle: no pill/circle around active language. */
@media(max-width:720px){
  .mobile-menu-language-top nav a,
  .mobile-menu-language-top nav a[aria-current="true"]{
    min-width:auto;
    height:auto;
    padding:5px 6px;
    border:0;
    border-radius:0;
    background:transparent;
    color:inherit;
    opacity:.52;
    font-weight:500;
  }

  .mobile-menu-language-top nav a[aria-current="true"]{
    opacity:1;
    font-weight:800;
  }

  .mobile-menu-language-top nav a:not([aria-current="true"]):hover{
    border:0;
    opacity:.8;
  }

  .mobile-language-current{
    font-weight:800;
  }
}


/* =========================================================
   V20.4 mobile account navigation grid
   ========================================================= */

@media(max-width:720px){
  .account-subnav{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:7px;
    overflow:visible;
    padding-bottom:0;
  }

  .account-subnav a{
    min-width:0;
    min-height:42px;
    padding:10px 8px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    white-space:normal;
    line-height:1.2;
    border:1px solid var(--line);
    font-size:10px;
  }

  .account-subnav a.is-active{
    background:var(--ink);
    color:#fff;
    border-color:var(--ink);
  }

  /* Make the second row visually balanced when there are six items. */
  .account-subnav a:nth-child(n+4){
    grid-column:auto;
  }
}

@media(max-width:390px){
  .account-subnav{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .account-subnav a{
    font-size:9px;
    min-height:40px;
  }
}


/* =========================================================
   V21 wishlists
   ========================================================= */

.product-wishlist-heart-form{
  position:absolute;
  z-index:9;
  top:14px;
  left:14px;
  margin:0;
}

.product-wishlist-heart{
  position:absolute;
  z-index:9;
  top:14px;
  left:14px;
  width:38px;
  height:38px;
  display:grid!important;
  place-items:center;
  border:1px solid rgba(255,255,255,.72);
  border-radius:50%;
  background:rgba(255,253,248,.88);
  color:#181b18;
  cursor:pointer;
  padding:0;
  backdrop-filter:blur(5px);
}

.product-wishlist-heart-form .product-wishlist-heart{
  position:static;
}

.product-wishlist-heart svg,
.wishlist-detail-button svg{
  width:19px;
  height:19px;
  fill:transparent;
  stroke:currentColor;
  stroke-width:1.35;
}

.product-wishlist-heart.is-saved svg,
.wishlist-detail-button.is-saved svg{
  fill:currentColor;
}

.product-wishlist-heart:hover{
  transform:scale(1.04);
}

html[dir="rtl"] .product-wishlist-heart-form,
html[dir="rtl"] .product-wishlist-heart{
  left:auto;
  right:14px;
}

html[dir="rtl"] .product-wishlist-heart-form .product-wishlist-heart{
  right:auto;
}

.product-detail-wishlist{
  margin:20px 0 6px;
}

.product-detail-wishlist form{
  display:flex;
  gap:9px;
  align-items:center;
  flex-wrap:wrap;
}

.product-detail-wishlist select{
  min-height:42px;
  padding:0 34px 0 12px;
  border:1px solid var(--line);
  background:#fffdf8;
  color:var(--ink);
  font:11px var(--sans);
}

.wishlist-detail-button{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:0 14px;
  border:1px solid var(--ink);
  background:transparent;
  color:var(--ink);
  cursor:pointer;
  font:600 10px var(--sans);
  letter-spacing:.04em;
}

.wishlist-detail-button:hover,
.wishlist-detail-button.is-saved{
  background:var(--ink);
  color:#fff;
}

.wishlist-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.wishlist-card{
  min-height:230px;
  padding:27px;
  border:1px solid var(--line);
  background:#fbf8f2;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.wishlist-card h2{
  margin:8px 0 10px;
  font-size:36px;
  font-weight:400;
  line-height:1.02;
}

.wishlist-card p{
  color:#675f56;
  line-height:1.55;
}

.wishlist-card-footer{
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding-top:18px;
  margin-top:28px;
  border-top:1px solid var(--line);
  font:10px var(--sans);
}

.wishlist-card-footer strong{
  font-weight:600;
}

.wishlist-create,
.wishlist-settings{
  margin-top:36px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.wishlist-create summary,
.wishlist-settings summary{
  padding:18px 0;
  cursor:pointer;
  font-size:19px;
}

.wishlist-create form,
.wishlist-settings form{
  padding:10px 0 28px;
}

.wishlist-back{
  margin-bottom:34px;
}

.wishlist-detail-heading{
  margin-bottom:24px;
}

.wishlist-share-panel{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto auto;
  gap:18px;
  align-items:center;
  padding:20px 0;
  margin-bottom:34px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.wishlist-share-panel>div:first-child{
  display:grid;
  gap:5px;
}

.wishlist-share-panel>div:first-child strong{
  font-size:17px;
  font-weight:400;
}

.wishlist-share-actions{
  display:flex;
  gap:14px;
}

.wishlist-share-actions button{
  border:0;
  background:none;
  cursor:pointer;
}

.wishlist-item-list{
  display:grid;
  gap:18px;
}

.wishlist-item-card{
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  border:1px solid var(--line);
  background:#fbf8f2;
}

.wishlist-item-media{
  aspect-ratio:1/1;
  background:#eee6da;
}

.wishlist-item-media img{
  width:100%;
  height:100%;
  object-fit:contain;
}

.wishlist-item-content{
  padding:24px;
}

.wishlist-item-content h2{
  margin:6px 0 20px;
  font-size:31px;
  font-weight:400;
}

.wishlist-item-form{
  display:grid;
  grid-template-columns:1.2fr 100px 1.4fr auto;
  gap:14px;
  align-items:end;
  margin-bottom:16px;
}

.wishlist-item-form>div{
  display:grid;
  gap:4px;
}

.wishlist-item-form label{
  font:600 8px var(--sans);
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#70685d;
}

.wishlist-item-form input,
.wishlist-item-form select,
.wishlist-item-form textarea{
  width:100%;
  min-height:40px;
  border:0;
  border-bottom:1px solid #bdb1a0;
  background:transparent;
  border-radius:0;
  padding:7px 0;
}

.wishlist-item-form textarea{
  resize:vertical;
}

.wishlist-delete-form{
  padding-top:0!important;
}

.shared-wishlist-hero{
  padding:78px 7vw 60px;
  background:#eee6d9;
  border-bottom:1px solid var(--line);
}

.shared-wishlist-hero h1{
  margin:10px 0 12px;
  max-width:900px;
  font-size:clamp(60px,7vw,110px);
  line-height:.93;
  letter-spacing:-.05em;
  font-weight:400;
}

.shared-wishlist-hero>p:not(.eyebrow){
  color:#655e55;
  font-size:17px;
}

.shared-wishlist-description{
  max-width:680px;
}

.shared-wishlist-content{
  padding:64px 7vw 90px;
  max-width:1500px;
  margin:0 auto;
}

.shared-wishlist-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}

.shared-wishlist-card{
  display:grid;
  grid-template-columns:210px minmax(0,1fr);
  border:1px solid var(--line);
  background:#fbf8f2;
}

.shared-wishlist-media{
  aspect-ratio:1/1;
  background:#eee6d9;
}

.shared-wishlist-media img{
  width:100%;
  height:100%;
  object-fit:contain;
}

.shared-wishlist-card>div{
  padding:24px;
}

.shared-wishlist-card h2{
  margin:6px 0 12px;
  font-size:30px;
  font-weight:400;
}

.shared-wishlist-card blockquote{
  margin:14px 0;
  padding-inline-start:14px;
  border-inline-start:1px solid var(--gold);
  color:#665f55;
  font-style:italic;
}

@media(max-width:900px){
  .wishlist-share-panel{
    grid-template-columns:1fr auto;
  }
  .wishlist-share-actions{
    grid-column:1 / -1;
  }
  .wishlist-item-form{
    grid-template-columns:1fr 90px;
  }
  .wishlist-item-form>div:nth-child(3){
    grid-column:1 / -1;
  }
  .shared-wishlist-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:720px){
  .product-wishlist-heart-form,
  .product-wishlist-heart{
    top:10px;
    left:10px;
  }

  html[dir="rtl"] .product-wishlist-heart-form,
  html[dir="rtl"] .product-wishlist-heart{
    right:10px;
  }

  .product-wishlist-heart{
    width:36px;
    height:36px;
  }

  .product-detail-wishlist{
    margin-top:16px;
  }

  .product-detail-wishlist form{
    display:grid;
    grid-template-columns:1fr auto;
  }

  .product-detail-wishlist select{
    width:100%;
  }

  .wishlist-grid{
    grid-template-columns:1fr;
  }

  .wishlist-card{
    min-height:180px;
    padding:20px;
  }

  .wishlist-card h2{
    font-size:30px;
  }

  .wishlist-share-panel{
    grid-template-columns:1fr;
    align-items:start;
  }

  .wishlist-share-actions{
    grid-column:auto;
  }

  .wishlist-item-card{
    grid-template-columns:1fr;
  }

  .wishlist-item-media{
    max-height:320px;
  }

  .wishlist-item-content{
    padding:20px;
  }

  .wishlist-item-form{
    grid-template-columns:1fr;
  }

  .wishlist-item-form>div:nth-child(3){
    grid-column:auto;
  }

  .shared-wishlist-hero{
    padding:48px 18px 38px;
  }

  .shared-wishlist-hero h1{
    font-size:48px;
  }

  .shared-wishlist-content{
    padding:38px 18px 60px;
  }

  .shared-wishlist-card{
    grid-template-columns:1fr;
  }

  .shared-wishlist-media{
    max-height:330px;
  }
}


/* =========================================================
   V21.1 wishlist overview card
   ========================================================= */
.account-summary-card-wishlist strong{
  color:var(--ink);
}
.account-summary-card-wishlist small{
  display:block;
}


/* =========================================================
   V21.2 wishlist selector
   ========================================================= */

html.wishlist-selector-open,
body.wishlist-selector-open{
  overflow:hidden;
}

.wishlist-selector-backdrop{
  position:fixed;
  inset:0;
  z-index:299;
  background:rgba(12,14,12,.38);
  opacity:0;
  transition:opacity .22s ease;
}

.wishlist-selector-backdrop[hidden]{
  display:none;
}

.wishlist-selector-backdrop.is-visible{
  opacity:1;
}

.wishlist-selector-dialog{
  position:fixed;
  z-index:300;
  width:min(430px,calc(100vw - 32px));
  max-height:min(680px,calc(100vh - 48px));
  inset-block-start:50%;
  inset-inline-start:50%;
  transform:translate(-50%,-46%) scale(.98);
  opacity:0;
  pointer-events:none;
  overflow:auto;
  background:#fffdf8;
  border:1px solid #d8cebf;
  box-shadow:0 28px 90px rgba(0,0,0,.22);
  transition:opacity .2s ease, transform .22s ease;
}

html[dir="rtl"] .wishlist-selector-dialog{
  transform:translate(50%,-46%) scale(.98);
}

.wishlist-selector-dialog.is-open{
  opacity:1;
  pointer-events:auto;
  transform:translate(-50%,-50%) scale(1);
}

html[dir="rtl"] .wishlist-selector-dialog.is-open{
  transform:translate(50%,-50%) scale(1);
}

.wishlist-selector-head{
  display:flex;
  justify-content:space-between;
  gap:24px;
  padding:26px 26px 20px;
  border-bottom:1px solid var(--line);
}

.wishlist-selector-head h2{
  margin:6px 0 5px;
  font-size:34px;
  line-height:1;
  font-weight:400;
}

.wishlist-selector-product{
  margin:0;
  color:#696157;
  font-size:13px;
}

.wishlist-selector-close{
  flex:0 0 auto;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border:1px solid var(--line);
  border-radius:50%;
  background:transparent;
  cursor:pointer;
  font-size:25px;
  line-height:1;
}

.wishlist-selector-form{
  padding:20px 26px 26px;
}

.wishlist-selector-help{
  margin:0 0 16px;
  color:#70685e;
  font-size:12px;
  line-height:1.5;
}

.wishlist-selector-lists{
  border-top:1px solid var(--line);
}

.wishlist-selector-option{
  min-height:52px;
  display:grid;
  grid-template-columns:18px minmax(0,1fr);
  gap:10px;
  align-items:center;
  border-bottom:1px solid var(--line);
  cursor:pointer;
}

.wishlist-selector-option input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.wishlist-selector-check{
  width:18px;
  height:18px;
  border:1px solid #9f9587;
  display:grid;
  place-items:center;
  position:relative;
}

.wishlist-selector-option input:checked + .wishlist-selector-check{
  background:var(--ink);
  border-color:var(--ink);
}

.wishlist-selector-option input:checked + .wishlist-selector-check:after{
  content:"";
  width:8px;
  height:4px;
  border-left:1.5px solid #fff;
  border-bottom:1.5px solid #fff;
  transform:rotate(-45deg);
  margin-top:-2px;
}

.wishlist-selector-option-name{
  font-size:16px;
}

.wishlist-selector-create{
  display:grid;
  gap:6px;
  margin-top:20px;
}

.wishlist-selector-create label{
  font:600 9px var(--sans);
  text-transform:uppercase;
  letter-spacing:.09em;
  color:#71695f;
}

.wishlist-selector-create input{
  width:100%;
  min-height:44px;
  padding:8px 0;
  border:0;
  border-bottom:1px solid #bbae9d;
  background:transparent;
}

.wishlist-selector-error{
  margin:14px 0 0;
  color:#8b392f;
  font-size:12px;
}

.wishlist-selector-actions{
  display:flex;
  justify-content:flex-end;
  gap:20px;
  align-items:center;
  margin-top:24px;
}

.wishlist-selector-loading,
.wishlist-selector-empty{
  padding:18px 0;
  color:#71695f;
  font-size:13px;
}

@media(max-width:720px){
  .wishlist-selector-dialog,
  html[dir="rtl"] .wishlist-selector-dialog{
    width:100%;
    max-height:82vh;
    inset:auto 0 0 0;
    border-inline:0;
    border-bottom:0;
    transform:translateY(102%);
    opacity:1;
    border-radius:18px 18px 0 0;
  }

  .wishlist-selector-dialog.is-open,
  html[dir="rtl"] .wishlist-selector-dialog.is-open{
    transform:translateY(0);
  }

  .wishlist-selector-head{
    padding:22px 18px 17px;
  }

  .wishlist-selector-head h2{
    font-size:30px;
  }

  .wishlist-selector-form{
    padding:18px 18px calc(24px + env(safe-area-inset-bottom));
  }

  .wishlist-selector-option{
    min-height:56px;
  }

  .wishlist-selector-actions{
    position:sticky;
    bottom:0;
    padding-top:14px;
    background:#fffdf8;
  }

  .wishlist-selector-actions .button{
    min-height:44px;
  }
}


/* =========================================================
   V21.3 wishlist sharing feedback
   ========================================================= */

.wishlist-share-actions{
  align-items:center;
}

.wishlist-share-actions [data-copy-share].is-success{
  color:#4f7256;
  font-weight:700;
}

.wishlist-share-status{
  min-height:1em;
  color:#6d655a;
  font:10px var(--sans);
}

.wishlist-share-actions [data-native-share][hidden]{
  display:none!important;
}

@media(max-width:720px){
  .wishlist-share-actions{
    flex-wrap:wrap;
  }

  .wishlist-share-status{
    flex-basis:100%;
  }
}


/* =========================================================
   V21.4 account header icon
   ========================================================= */

.header-account-link{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  padding:0;
}

.header-account-icon{
  display:block;
  width:22px;
  height:22px;
}

.header-account-text{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

@media(max-width:720px){
  .site-header .header-account-link{
    display:none;
  }
}


/* =========================================================
   V22 test payments and fulfilment
   ========================================================= */

.checkout-live-layout{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);
  gap:60px;
  align-items:start;
}

.checkout-section-heading h2{
  margin:8px 0 12px;
  font-size:48px;
  font-weight:400;
}

.checkout-section-heading>p:not(.eyebrow){
  max-width:650px;
  color:#665f56;
}

.checkout-form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px 24px;
}

.checkout-form-field{
  display:grid;
  gap:5px;
}

.checkout-form-field-wide{
  grid-column:1 / -1;
}

.checkout-form-field label{
  font:600 9px var(--sans);
  text-transform:uppercase;
  letter-spacing:.1em;
  color:#6d655a;
}

.checkout-form-field input,
.checkout-form-field textarea{
  width:100%;
  min-height:46px;
  padding:10px 0;
  border:0;
  border-bottom:1px solid #b9ad9c;
  background:transparent;
}

.checkout-form-field textarea{
  resize:vertical;
}

.test-gateway-notice{
  margin:24px 0;
  padding:14px 16px;
  display:grid;
  gap:4px;
  border:1px solid #c8a568;
  background:#f5ead6;
  font:11px/1.5 var(--sans);
}

.test-gateway-notice strong{
  color:#8c672f;
  letter-spacing:.1em;
}

.checkout-submit{
  min-height:48px;
}

.checkout-cold-note{
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid var(--line);
  color:#6a6258;
  font-size:12px;
  line-height:1.5;
}

.test-payment-shell,
.order-confirmation-shell{
  padding:72px 7vw 90px;
  min-height:65vh;
}

.test-payment-card{
  max-width:650px;
  margin:0 auto;
  border:1px solid var(--line);
  background:#fffdf8;
  padding:34px;
}

.test-payment-banner{
  margin:-34px -34px 28px;
  padding:10px 16px;
  background:#8a4f34;
  color:#fff;
  text-align:center;
  font:700 9px var(--sans);
  letter-spacing:.14em;
}

.test-payment-card h1{
  margin:8px 0 12px;
  font-size:52px;
  font-weight:400;
}

.test-payment-meta{
  margin:28px 0;
  border-top:1px solid var(--line);
}

.test-payment-meta>div{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:12px 0;
  border-bottom:1px solid var(--line);
}

.test-payment-meta dt{
  color:#71695f;
}

.test-payment-actions{
  display:grid;
  gap:10px;
}

.order-confirmation-head{
  max-width:850px;
  margin-bottom:42px;
}

.order-confirmation-head h1{
  margin:8px 0 12px;
  font-size:clamp(54px,6vw,88px);
  line-height:.96;
  font-weight:400;
}

.order-confirmation-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:50px;
}

.order-confirmation-items{
  border-top:1px solid var(--line);
}

.order-confirmation-line,
.order-confirmation-total{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:15px 0;
  border-bottom:1px solid var(--line);
}

.order-confirmation-total{
  font-size:18px;
}

.order-status-card{
  padding:24px;
  border:1px solid var(--line);
  display:grid;
  gap:10px;
  align-self:start;
}

.order-status-card>strong{
  font-size:28px;
  font-weight:400;
}

.order-status-card small{
  color:#6b6359;
}

@media(max-width:820px){
  .checkout-live-layout,
  .order-confirmation-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:720px){
  .checkout-live-layout{
    gap:36px;
  }

  .checkout-form-grid{
    grid-template-columns:1fr;
  }

  .checkout-form-field-wide{
    grid-column:auto;
  }

  .checkout-section-heading h2{
    font-size:38px;
  }

  .test-payment-shell,
  .order-confirmation-shell{
    padding:44px 18px 60px;
  }

  .test-payment-card{
    padding:24px 18px;
  }

  .test-payment-banner{
    margin:-24px -18px 24px;
  }

  .test-payment-card h1{
    font-size:42px;
  }
}


/* =========================================================
   V22.1 order detail refinement
   ========================================================= */

.order-number-title{
  max-width:100%;
  font-size:clamp(44px,5vw,78px)!important;
  overflow-wrap:anywhere;
  word-break:normal;
}

.order-status-overview{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  margin:0 0 34px;
}

.order-status-cell{
  min-height:108px;
  padding:20px 22px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:5px;
  border-inline-end:1px solid var(--line);
}

.order-status-cell:last-child{
  border-inline-end:0;
}

.order-status-cell>span{
  font:600 8px var(--sans);
  text-transform:uppercase;
  letter-spacing:.1em;
  color:#796f62;
}

.order-status-cell>strong{
  font-size:21px;
  font-weight:400;
}

.order-status-cell>small{
  color:#746b60;
  font-size:10px;
  overflow-wrap:anywhere;
}

.order-detail-lower-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:34px;
  margin-top:40px;
  padding-top:28px;
  border-top:1px solid var(--line);
}

.order-address-snapshot,
.order-tracking-block{
  margin:0;
  padding:0;
  border:0;
}

.order-address-card,
.order-tracking-card{
  margin-top:12px;
  padding:20px;
  border:1px solid var(--line);
  background:#fbf8f2;
  font-style:normal;
  line-height:1.65;
  color:#5f584f;
}

.order-address-card strong,
.order-tracking-card strong{
  color:var(--ink);
  font-weight:500;
}

.order-address-card a{
  text-decoration:underline;
  text-underline-offset:3px;
}

.order-tracking-card{
  display:grid;
  gap:6px;
}

.order-tracking-card .text-link{
  margin-top:8px;
  width:max-content;
}

@media(max-width:720px){
  .order-number-title{
    font-size:38px!important;
    line-height:1.02!important;
  }

  .order-status-overview{
    grid-template-columns:1fr;
  }

  .order-status-cell{
    min-height:82px;
    border-inline-end:0;
    border-bottom:1px solid var(--line);
  }

  .order-status-cell:last-child{
    border-bottom:0;
  }

  .order-detail-lower-grid{
    grid-template-columns:1fr;
    gap:24px;
  }
}


/* =========================================================
   V23 Mollie checkout
   ========================================================= */
.mollie-checkout-notice{
  margin:24px 0;
  padding:14px 16px;
  display:flex;
  align-items:center;
  gap:14px;
  border:1px solid var(--line);
  background:#fbf8f2;
  color:#665f56;
  font-size:12px;
  line-height:1.45;
}
.mollie-wordmark{
  flex:0 0 auto;
  font:700 20px/1 var(--sans);
  letter-spacing:-.04em;
  color:#000;
  text-transform:lowercase;
}


/* =========================================================
   V24 compliance & certifications
   ========================================================= */

.compliance-hero{
  padding:82px 7vw 66px;
  background:#eee6d9;
  border-bottom:1px solid var(--line);
}
.compliance-hero h1{
  max-width:950px;
  margin:10px 0 18px;
  font-size:clamp(62px,7vw,112px);
  line-height:.9;
  letter-spacing:-.055em;
  font-weight:400;
}
.compliance-hero>p:not(.eyebrow){
  max-width:780px;
  margin:0;
  color:#625c53;
  font-size:17px;
  line-height:1.6;
}
.compliance-principles{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  max-width:1500px;
  margin:0 auto;
  padding:70px 7vw;
  gap:1px;
  background:#d8cebe;
}
.compliance-principle{
  padding:34px;
  background:#fbf8f2;
}
.compliance-principle h2{
  margin:8px 0 14px;
  font-size:38px;
  line-height:1;
  font-weight:400;
}
.compliance-principle p{
  margin:0;
  max-width:620px;
  color:#665f56;
  line-height:1.6;
}
.compliance-records-section{
  max-width:1500px;
  margin:0 auto;
  padding:74px 7vw 84px;
}
.compliance-records-section .section-head{
  display:grid;
  grid-template-columns:1fr minmax(280px,520px);
  gap:48px;
  align-items:end;
  margin-bottom:34px;
}
.compliance-records-section .section-head h2{
  margin:8px 0 0;
  font-size:52px;
  line-height:.98;
  font-weight:400;
}
.compliance-records-section .section-head>p{
  color:#675f56;
  line-height:1.6;
}
.compliance-record-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.compliance-record-card{
  padding:28px;
  border:1px solid var(--line);
  background:#fbf8f2;
}
.compliance-record-top{
  display:flex;
  justify-content:space-between;
  gap:20px;
  margin-bottom:20px;
  font:700 8px var(--sans);
  text-transform:uppercase;
  letter-spacing:.1em;
  color:#786f63;
}
.compliance-record-top strong{
  color:#4f7256;
}
.compliance-record-top .compliance-expired{
  color:#8b392f;
}
.compliance-record-top .compliance-expiring{
  color:#9a6a2e;
}
.compliance-record-card h3{
  margin:0 0 12px;
  font-size:32px;
  line-height:1.03;
  font-weight:400;
}
.compliance-record-card>p{
  color:#665f56;
  line-height:1.55;
}
.compliance-record-meta{
  margin:22px 0 0;
  border-top:1px solid var(--line);
}
.compliance-record-meta>div{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:10px 0;
  border-bottom:1px solid var(--line);
}
.compliance-record-meta dt{
  color:#746b60;
  font-size:11px;
}
.compliance-record-meta dd{
  margin:0;
  text-align:end;
  font-size:12px;
}
.compliance-record-actions{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  margin-top:22px;
}
.compliance-empty{
  padding:34px;
  border:1px solid var(--line);
  background:#f3ebde;
}
.compliance-empty h3{
  margin:0 0 8px;
  font-size:30px;
  font-weight:400;
}
.compliance-empty p{
  max-width:700px;
  color:#675f56;
}
.compliance-official-sources{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  padding:64px 7vw;
  background:#171b17;
  color:#f7efe2;
}
.compliance-official-sources h2{
  margin:8px 0 12px;
  font-size:44px;
  font-weight:400;
}
.compliance-official-sources p:not(.eyebrow){
  color:#c8bfb1;
  line-height:1.6;
}
.compliance-source-links{
  display:grid;
  border-top:1px solid rgba(255,255,255,.22);
}
.compliance-source-links a{
  padding:16px 0;
  border-bottom:1px solid rgba(255,255,255,.22);
  font-size:13px;
}

.product-compliance-section{
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
  gap:70px;
  padding:70px 7vw;
  border-top:1px solid var(--line);
  background:#f4ede2;
}
.product-compliance-copy h2{
  margin:8px 0 14px;
  font-size:48px;
  line-height:.98;
  font-weight:400;
}
.product-compliance-copy>p:not(.eyebrow){
  max-width:550px;
  color:#665f56;
  line-height:1.6;
}
.product-compliance-facts{
  border-top:1px solid var(--line);
}
.product-compliance-facts>div{
  display:grid;
  grid-template-columns:150px minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
  padding:18px 0;
  border-bottom:1px solid var(--line);
}
.product-compliance-facts span{
  color:#746b60;
  font:700 8px var(--sans);
  text-transform:uppercase;
  letter-spacing:.09em;
}
.product-compliance-facts strong{
  font-weight:400;
}
.product-compliance-facts a{
  font-size:11px;
  text-decoration:underline;
  text-underline-offset:3px;
}

@media(max-width:760px){
  .compliance-hero{
    padding:48px 18px 40px;
  }
  .compliance-hero h1{
    font-size:50px;
  }
  .compliance-hero>p:not(.eyebrow){
    font-size:14px;
  }
  .compliance-principles,
  .compliance-record-grid,
  .compliance-records-section .section-head,
  .compliance-official-sources,
  .product-compliance-section{
    grid-template-columns:1fr;
  }
  .compliance-principles{
    padding:38px 18px;
  }
  .compliance-principle{
    padding:24px 20px;
  }
  .compliance-principle h2{
    font-size:32px;
  }
  .compliance-records-section{
    padding:46px 18px 56px;
  }
  .compliance-records-section .section-head{
    gap:16px;
  }
  .compliance-records-section .section-head h2{
    font-size:40px;
  }
  .compliance-official-sources{
    gap:30px;
    padding:48px 18px;
  }
  .product-compliance-section{
    gap:32px;
    padding:46px 18px;
  }
  .product-compliance-copy h2{
    font-size:38px;
  }
  .product-compliance-facts>div{
    grid-template-columns:1fr;
    gap:5px;
  }
}
