/*
Theme Name: Rayshaa Luxe
Theme URI: https://www.rayshaa.com
Author: Rayshaa
Description: A vibrant, image-forward premium WooCommerce theme for Rayshaa — unstitched suits. Full-bleed banners, animated gold detailing, category tiles, lookbook and a cart that closes orders on WhatsApp. Online payments can be switched on later without a rebuild.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: rayshaa-luxe
Tags: e-commerce, custom-colors, custom-logo, custom-menu, featured-images, translation-ready, full-width-template
*/

/* ============================================================
   1. TOKENS
   ============================================================ */
:root{
  --em:#0F4C45;        --em-deep:#0A3A34;    --em-lift:#14655C;
  --gold:#C9A86A;      --gold-lt:#E3D2AF;    --gold-dk:#A88445;
  --ivory:#F8F6F2;     --ivory-w:#F1ECE2;    --ivory-d:#E7E0D2;
  --burg:#7A1E29;      --burg-lt:#9B2C39;
  --char:#2F2F2F;      --muted:#6B6B66;
  --line:rgba(15,76,69,.13);
  --line-gold:rgba(201,168,106,.42);
  --foil:linear-gradient(100deg,#A88445 0%,#E3D2AF 32%,#C9A86A 58%,#F0E4C8 78%,#A88445 100%);
  --shadow-s:0 8px 24px -14px rgba(10,58,52,.34);
  --shadow-m:0 26px 60px -34px rgba(10,58,52,.48);
  --shadow-l:0 40px 90px -46px rgba(10,58,52,.55);

  --f-disp:"Playfair Display",Georgia,serif;
  --f-body:"Lato","Poppins",-apple-system,Segoe UI,sans-serif;
  --f-util:"Poppins","Lato",sans-serif;

  --wrap:1280px;
  --pad:clamp(1.25rem,4vw,2.5rem);
  --sec:clamp(3.5rem,9vw,7rem);
  --ease:cubic-bezier(.22,.61,.36,1);
}

/* ============================================================
   2. BASE
   ============================================================ */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;background:var(--ivory);color:var(--char);
  font-family:var(--f-body);font-size:17px;line-height:1.75;-webkit-font-smoothing:antialiased;
  overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:var(--em);text-decoration:none;transition:color .25s var(--ease)}
a:hover{color:var(--burg)}
h1,h2,h3,h4{font-family:var(--f-disp);color:var(--em);line-height:1.14;margin:0 0 .5em;font-weight:500}
h1{font-size:clamp(2.4rem,6.2vw,4.6rem)}
h2{font-size:clamp(1.9rem,4.2vw,3.1rem)}
h3{font-size:clamp(1.2rem,2.2vw,1.6rem)}
p{margin:0 0 1.1em}
:focus-visible{outline:2px solid var(--gold);outline-offset:3px}
.container{width:min(var(--wrap),92%);margin-inline:auto}
.container--narrow{width:min(880px,92%);margin-inline:auto}
.screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}

/* Eyebrow with foil rules */
.eyebrow{display:inline-flex;align-items:center;gap:.85rem;font-family:var(--f-util);
  font-size:.7rem;font-weight:600;letter-spacing:.34em;text-transform:uppercase;
  color:var(--gold-dk);margin-bottom:1.1rem}
.eyebrow::before,.eyebrow::after{content:"";height:1px;width:34px;background:var(--gold);opacity:.7}
.eyebrow--start::before{display:none}
.on-dark .eyebrow,.eyebrow--light{color:var(--gold-lt)}

/* Gold foil text */
.foil{background:var(--foil);-webkit-background-clip:text;background-clip:text;
  -webkit-text-fill-color:transparent;color:var(--gold)}

/* Botanical divider */
.sprig{display:flex;align-items:center;justify-content:center;gap:16px;margin:1.4rem 0}
.sprig::before,.sprig::after{content:"";height:1px;width:min(90px,14vw);background:var(--line-gold)}
.sprig svg{width:30px;height:30px;color:var(--gold)}
.on-dark .sprig::before,.on-dark .sprig::after{background:rgba(201,168,106,.55)}

/* ============================================================
   3. REVEAL ANIMATION
   ============================================================ */
.reveal{opacity:0;transform:translateY(26px);
  transition:opacity .9s var(--ease),transform .9s var(--ease)}
.reveal.in{opacity:1;transform:none}
.reveal.d1{transition-delay:.10s}
.reveal.d2{transition-delay:.20s}
.reveal.d3{transition-delay:.30s}
.reveal.d4{transition-delay:.40s}

/* ============================================================
   4. BUTTONS
   ============================================================ */
.btn,
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,
.woocommerce #respond input#submit,.woocommerce .woocommerce-message a.button{
  position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.6em;
  font-family:var(--f-util);font-size:.8rem;font-weight:600;letter-spacing:.15em;
  text-transform:uppercase;line-height:1;text-align:center;cursor:pointer;
  padding:1.05em 2.1em;border-radius:2px;border:1px solid var(--em);
  background:var(--em);color:var(--ivory);overflow:hidden;
  transition:color .3s var(--ease),border-color .3s var(--ease),transform .18s var(--ease),
             box-shadow .3s var(--ease)}
.btn::after,
.woocommerce a.button::after,.woocommerce button.button::after{
  content:"";position:absolute;inset:0;background:var(--em-deep);
  transform:translateY(101%);transition:transform .38s var(--ease);z-index:-1}
.btn:hover::after,
.woocommerce a.button:hover::after,.woocommerce button.button:hover::after{transform:translateY(0)}
.btn>*{position:relative;z-index:1}
.btn:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,
.woocommerce input.button:hover,.woocommerce #respond input#submit:hover{
  color:#fff;border-color:var(--em-deep);box-shadow:var(--shadow-s)}
.btn:active{transform:translateY(1px)}

.btn--gold,.woocommerce .single_add_to_cart_button{
  background:var(--gold);border-color:var(--gold);color:var(--em-deep)}
.btn--gold::after,.woocommerce .single_add_to_cart_button::after{background:var(--gold-lt)}
.btn--gold:hover,.woocommerce .single_add_to_cart_button:hover{
  color:var(--em-deep);border-color:var(--gold-lt)}

.btn--ghost{background:transparent;color:var(--em);border-color:var(--em)}
.btn--ghost::after{background:var(--em)}
.btn--ghost:hover{color:var(--ivory)}

.btn--ghost-light{background:transparent;color:var(--ivory);border-color:rgba(248,246,242,.55)}
.btn--ghost-light::after{background:var(--ivory)}
.btn--ghost-light:hover{color:var(--em-deep);border-color:var(--ivory)}

.btn--wa{background:#1FA855;border-color:#1FA855;color:#fff}
.btn--wa::after{background:#15803d}
.btn--wa:hover{color:#fff;border-color:#15803d}
.btn--sm{padding:.8em 1.4em;font-size:.72rem}
.btn--block{width:100%}

/* ============================================================
   5. HEADER
   ============================================================ */
.announce{background:var(--em-deep);color:var(--gold-lt);text-align:center;
  font-family:var(--f-util);font-size:.7rem;letter-spacing:.26em;text-transform:uppercase;
  padding:.6rem 1rem}
.announce a{color:#fff;text-decoration:underline;text-underline-offset:3px}

.site-header{position:sticky;top:0;z-index:80;background:rgba(248,246,242,.9);
  backdrop-filter:blur(10px);border-bottom:1px solid var(--line);
  transition:box-shadow .3s var(--ease),background .3s var(--ease)}
.site-header.stuck{box-shadow:var(--shadow-s);background:rgba(248,246,242,.97)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;
  padding:.85rem 0;width:min(var(--wrap),92%);margin-inline:auto}
.brand{display:inline-flex;align-items:center;flex-shrink:0}
.brand img,.brand svg{height:44px;width:auto}
.brand__word{font-family:var(--f-disp);font-size:1.65rem;letter-spacing:.15em;color:var(--em)}

.primary-nav ul{list-style:none;display:flex;gap:2.1rem;margin:0;padding:0}
.primary-nav a{position:relative;font-family:var(--f-util);font-size:.78rem;font-weight:500;
  letter-spacing:.16em;text-transform:uppercase;color:var(--char);padding-block:.3rem}
.primary-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:0;height:1px;
  background:var(--gold);transition:right .32s var(--ease)}
.primary-nav a:hover{color:var(--em)}
.primary-nav a:hover::after{right:0}
.primary-nav .current-menu-item>a{color:var(--em)}
.primary-nav .current-menu-item>a::after{right:0}

.header-actions{display:flex;align-items:center;gap:1.15rem}
.wa-mini{display:inline-flex;align-items:center;gap:.42rem;font-family:var(--f-util);
  font-size:.76rem;font-weight:600;letter-spacing:.08em;color:#1FA855}
.wa-mini:hover{color:#15803d}
.cart-link{position:relative;display:inline-flex;color:var(--em)}
.cart-link svg{width:24px;height:24px}
.cart-count{position:absolute;top:-7px;right:-11px;background:var(--burg);color:#fff;
  font-family:var(--f-util);font-size:.6rem;font-weight:600;min-width:18px;height:18px;
  border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px}
.nav-toggle{display:none;background:none;border:0;color:var(--em);padding:4px;cursor:pointer}
.nav-toggle svg{width:26px;height:26px}
.nav-scrim{position:fixed;inset:0;background:rgba(10,58,52,.45);opacity:0;visibility:hidden;
  transition:opacity .3s var(--ease),visibility .3s;z-index:75}
.nav-scrim.on{opacity:1;visibility:visible}

/* ============================================================
   6. HERO
   ============================================================ */
.hero{position:relative;min-height:clamp(520px,82vh,860px);display:grid;place-items:center;
  text-align:center;overflow:hidden;isolation:isolate}
.hero__bg{position:absolute;inset:0;z-index:-2;background-size:cover;background-position:center;
  animation:kb 26s var(--ease) infinite alternate}
@keyframes kb{from{transform:scale(1)}to{transform:scale(1.09)}}
.hero__veil{position:absolute;inset:0;z-index:-1;
  background:linear-gradient(180deg,rgba(10,58,52,.55) 0%,rgba(10,58,52,.30) 42%,rgba(10,58,52,.72) 100%)}
.hero__inner{padding:clamp(4rem,10vw,7rem) 1rem;width:min(920px,92%)}
.hero h1{color:#fff;margin:0 0 .3em;text-shadow:0 2px 30px rgba(10,58,52,.4)}
.hero h1 em{font-style:italic;display:block}
.hero .lede{color:var(--gold-lt);font-size:clamp(1.02rem,2vw,1.3rem);max-width:44ch;
  margin:0 auto 2rem}
.hero__cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.hero__scroll{position:absolute;left:50%;bottom:26px;translate:-50% 0;color:var(--gold-lt);
  display:grid;place-items:center;gap:.4rem;font-family:var(--f-util);font-size:.62rem;
  letter-spacing:.24em;text-transform:uppercase;animation:bob 2.6s ease-in-out infinite}
.hero__scroll svg{width:18px;height:18px}
@keyframes bob{0%,100%{transform:translateY(0)}50%{transform:translateY(7px)}}

/* ============================================================
   7. MARQUEE
   ============================================================ */
.marquee{background:var(--em);color:var(--gold-lt);overflow:hidden;padding:.9rem 0;
  border-block:1px solid rgba(201,168,106,.28)}
.marquee__track{display:flex;align-items:center;gap:2.6rem;width:max-content;
  animation:slide 40s linear infinite}
.marquee:hover .marquee__track{animation-play-state:paused}
.marquee__i{display:inline-flex;align-items:center;gap:2.6rem;font-family:var(--f-util);
  font-size:.74rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase;white-space:nowrap}
.marquee__i::after{content:"✦";color:var(--gold);font-size:.68rem;letter-spacing:0}
@keyframes slide{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ============================================================
   8. VALUE PROPS
   ============================================================ */
.values{background:var(--ivory-w);border-bottom:1px solid var(--line)}
.values__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--pad);
  padding:clamp(2.8rem,6vw,4.2rem) 0}
.value{text-align:center;padding:0 .5rem}
.value__ico{width:58px;height:58px;margin:0 auto .9rem;border-radius:50%;display:grid;
  place-items:center;background:#fff;border:1px solid var(--line-gold);color:var(--gold-dk);
  transition:transform .4s var(--ease),background .4s var(--ease),color .4s var(--ease)}
.value:hover .value__ico{transform:translateY(-5px) rotate(-4deg);background:var(--em);color:var(--gold)}
.value__ico svg{width:26px;height:26px}
.value h3{font-size:1.12rem;margin:0 0 .25em}
.value p{font-size:.93rem;color:var(--muted);margin:0}

/* ============================================================
   9. SECTION HEADS
   ============================================================ */
.section{padding:var(--sec) 0}
.section--tight{padding:clamp(2.5rem,6vw,4rem) 0}
.section--dark{background:var(--em);color:var(--ivory)}
.section--dark h2,.section--dark h3{color:#fff}
.section--dark p{color:rgba(227,210,175,.9)}
.section--warm{background:var(--ivory-w)}
.sec-head{text-align:center;margin-bottom:clamp(2rem,4vw,3rem)}
.sec-head p{color:var(--muted);max-width:52ch;margin:.4rem auto 0}
.section--dark .sec-head p{color:rgba(227,210,175,.85)}

/* ============================================================
   10. CATEGORY TILES
   ============================================================ */
.cats{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1rem,2.2vw,1.6rem)}
.cat{position:relative;display:block;overflow:hidden;border-radius:3px;
  box-shadow:var(--shadow-s);isolation:isolate}
.cat__img{aspect-ratio:4/5;background-size:cover;background-position:center;
  transition:transform 1.1s var(--ease)}
.cat:hover .cat__img{transform:scale(1.07)}
.cat::after{content:"";position:absolute;inset:0;z-index:1;
  background:linear-gradient(180deg,rgba(10,58,52,0) 34%,rgba(10,58,52,.78) 100%)}
.cat__body{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:1.6rem 1.4rem;
  text-align:center;color:#fff}
.cat__body h3{color:#fff;margin:0 0 .15em;font-size:1.4rem}
.cat__body span{font-family:var(--f-util);font-size:.68rem;letter-spacing:.24em;
  text-transform:uppercase;color:var(--gold-lt);display:inline-flex;align-items:center;gap:.4rem}
.cat__rule{width:38px;height:1px;background:var(--gold);margin:.7rem auto 0;
  transition:width .5s var(--ease)}
.cat:hover .cat__rule{width:80px}

/* ============================================================
   11. LOOKBOOK
   ============================================================ */
.look{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:210px;
  grid-auto-flow:dense;gap:clamp(.8rem,1.6vw,1.2rem)}
.look__item{position:relative;overflow:hidden;border-radius:3px}
.look__item img{width:100%;height:100%;object-fit:cover;
  transition:transform 1.1s var(--ease),filter .5s var(--ease)}
.look__item:hover img{transform:scale(1.06)}
.look__item--tall{grid-row:span 2}
.look__item--wide{grid-column:span 2}
.look__tag{position:absolute;left:14px;bottom:14px;background:rgba(10,58,52,.82);
  color:var(--gold-lt);font-family:var(--f-util);font-size:.62rem;letter-spacing:.2em;
  text-transform:uppercase;padding:.4rem .8rem;border-radius:2px;backdrop-filter:blur(4px)}

/* ============================================================
   12. STORY SPLIT
   ============================================================ */
.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}
.split__media{position:relative}
.split__media img{border-radius:3px;box-shadow:var(--shadow-m)}
.split__media::before{content:"";position:absolute;inset:18px -18px -18px 18px;
  border:1px solid var(--line-gold);border-radius:3px;z-index:-1}
.split__body h2{margin-bottom:.4em}
.split blockquote{margin:1.6rem 0 0;padding-left:1.4rem;border-left:2px solid var(--gold);
  font-family:var(--f-disp);font-style:italic;font-size:1.24rem;color:var(--em);line-height:1.6}

/* ============================================================
   13. TESTIMONIALS
   ============================================================ */
.quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1rem,2.4vw,1.8rem)}
.quote{background:#fff;border:1px solid var(--line);border-radius:3px;padding:2rem 1.7rem;
  text-align:center;transition:transform .4s var(--ease),box-shadow .4s var(--ease)}
.quote:hover{transform:translateY(-6px);box-shadow:var(--shadow-m)}
.quote__stars{color:var(--gold);letter-spacing:.18em;font-size:.9rem;margin-bottom:.9rem}
.quote p{font-family:var(--f-disp);font-style:italic;font-size:1.08rem;color:var(--char);
  line-height:1.7;margin:0 0 1rem}
.quote cite{font-family:var(--f-util);font-size:.68rem;font-style:normal;letter-spacing:.22em;
  text-transform:uppercase;color:var(--muted)}

/* ============================================================
   14. CTA BANNER
   ============================================================ */
.cta-band{position:relative;text-align:center;overflow:hidden;isolation:isolate;
  padding:clamp(3.5rem,8vw,6rem) 0}
.cta-band__bg{position:absolute;inset:0;z-index:-2;background-size:cover;background-position:center}
.cta-band__veil{position:absolute;inset:0;z-index:-1;background:rgba(10,58,52,.72)}
.cta-band h2{color:#fff}
.cta-band p{color:var(--gold-lt);max-width:46ch;margin:0 auto 1.8rem}
.cta-band__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}

/* ============================================================
   15. FOOTER
   ============================================================ */
.site-footer{background:var(--em-deep);color:rgba(227,210,175,.86);padding:clamp(3rem,6vw,4.5rem) 0 1.6rem}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:var(--pad);
  padding-bottom:2.6rem;border-bottom:1px solid rgba(201,168,106,.2)}
.footer-brand img{height:52px;width:auto;margin-bottom:.5rem}
.footer-brand .tagline{font-family:var(--f-disp);font-style:italic;font-size:1.05rem;
  color:var(--gold);margin:0 0 .7rem}
.footer-brand p{font-size:.94rem;max-width:30ch}
.site-footer h4{color:#fff;font-family:var(--f-util);font-size:.72rem;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;margin:0 0 1.1rem}
.site-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:.65rem;font-size:.94rem}
.site-footer a{color:rgba(227,210,175,.86)}
.site-footer a:hover{color:#fff}
.footer-social{display:flex;gap:.7rem;margin-top:1rem}
.footer-social a{width:38px;height:38px;border:1px solid rgba(201,168,106,.4);border-radius:50%;
  display:grid;place-items:center;transition:background .3s var(--ease),transform .3s var(--ease)}
.footer-social a:hover{background:var(--gold);color:var(--em-deep);transform:translateY(-3px)}
.footer-social svg{width:18px;height:18px}
.footer-bottom{text-align:center;padding-top:1.5rem;font-family:var(--f-util);font-size:.74rem;
  letter-spacing:.1em;color:rgba(227,210,175,.6)}

/* ============================================================
   16. FLOATING WHATSAPP
   ============================================================ */
.wa-float{position:fixed;right:20px;bottom:20px;z-index:90;width:58px;height:58px;
  border-radius:50%;background:#1FA855;color:#fff;display:grid;place-items:center;
  box-shadow:0 12px 30px -8px rgba(31,168,85,.65);transition:transform .3s var(--ease)}
.wa-float:hover{background:#15803d;color:#fff;transform:scale(1.07)}
.wa-float svg{width:30px;height:30px}
.wa-float::before{content:"";position:absolute;inset:0;border-radius:50%;
  border:2px solid rgba(31,168,85,.6);animation:pulse 2.6s ease-out infinite}
@keyframes pulse{0%{transform:scale(1);opacity:.8}100%{transform:scale(1.7);opacity:0}}

/* ============================================================
   17. WOOCOMMERCE
   ============================================================ */
.shop-hero{position:relative;text-align:center;padding:clamp(3rem,7vw,5rem) 0;
  background:var(--ivory-w);border-bottom:1px solid var(--line);overflow:hidden}
.shop-hero h1{margin:0}
.rayshaa-shop{padding:clamp(2.2rem,5vw,3.5rem) 0 clamp(3.5rem,8vw,6rem)}
.woocommerce-products-header{text-align:center;margin-bottom:2.2rem}
.woocommerce .woocommerce-result-count{font-family:var(--f-util);font-size:.76rem;
  letter-spacing:.1em;color:var(--muted)}
.woocommerce .woocommerce-ordering select{font-family:var(--f-util);font-size:.8rem;
  padding:.55rem .8rem;border:1px solid var(--line);border-radius:2px;background:#fff;color:var(--char)}

/* Product loop */
.woocommerce ul.products,.woocommerce-page ul.products{
  display:grid !important;grid-template-columns:repeat(3,1fr);
  gap:clamp(1.2rem,2.6vw,2.2rem);margin:0}
.woocommerce ul.products li.product,
.woocommerce ul.products li.product.first,
.woocommerce ul.products li.product.last{
  width:auto !important;margin:0 !important;float:none !important;text-align:left;
  background:#fff;border:1px solid var(--line);border-radius:3px;overflow:hidden;
  transition:transform .45s var(--ease),box-shadow .45s var(--ease),border-color .45s var(--ease)}
.woocommerce ul.products li.product:hover{transform:translateY(-7px);
  box-shadow:var(--shadow-m);border-color:var(--line-gold)}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link{display:block;overflow:hidden}
.woocommerce ul.products li.product a img{margin:0;border-radius:0;background:var(--ivory-w);
  aspect-ratio:4/5;object-fit:cover;transition:transform 1.1s var(--ease)}
.woocommerce ul.products li.product:hover a img{transform:scale(1.06)}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-family:var(--f-disp);font-size:1.14rem;font-weight:500;color:var(--em);
  padding:1rem 1.15rem .1rem !important;margin:0}
.woocommerce ul.products li.product .price{display:block;padding:0 1.15rem;
  font-family:var(--f-util);font-size:.98rem;font-weight:500;color:var(--char)}
.woocommerce ul.products li.product .price del{color:#aaa;font-weight:400;margin-right:.4rem}
.woocommerce ul.products li.product .price ins{text-decoration:none;color:var(--burg);font-weight:600}
.woocommerce ul.products li.product .button{margin:.9rem 1.15rem 1.2rem;
  width:calc(100% - 2.3rem)}
.woocommerce span.onsale{background:var(--burg);color:#fff;font-family:var(--f-util);
  font-size:.64rem;font-weight:600;letter-spacing:.14em;min-height:auto;min-width:auto;
  padding:.4em .85em;border-radius:2px;top:14px;left:14px;right:auto;margin:0;line-height:1.3}

/* Single product */
.woocommerce div.product{padding-top:.5rem}
.woocommerce div.product .product_title{font-size:clamp(1.9rem,4vw,2.8rem);margin-bottom:.25em}
.woocommerce div.product p.price,.woocommerce div.product span.price{
  color:var(--char);font-family:var(--f-util);font-size:1.45rem;font-weight:500}
.woocommerce div.product p.price ins{text-decoration:none;color:var(--burg)}
.woocommerce div.product .woocommerce-product-rating{margin-bottom:1rem}
.woocommerce div.product form.cart{margin-top:1.6rem}
.woocommerce div.product form.cart .variations th{font-family:var(--f-util);font-size:.74rem;
  letter-spacing:.14em;text-transform:uppercase;color:var(--em)}
.woocommerce div.product form.cart .variations select{padding:.65rem;border:1px solid var(--line);
  border-radius:2px;background:#fff;font-family:var(--f-util);font-size:.9rem}
.woocommerce .quantity .qty{border:1px solid var(--line);border-radius:2px;padding:.65rem;
  font-family:var(--f-util);width:4.5em}
.woocommerce div.product .woocommerce-tabs ul.tabs{padding-left:0}
.woocommerce div.product .woocommerce-tabs ul.tabs li{background:transparent;border-radius:0;
  border-color:var(--line)}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{font-family:var(--f-util);
  font-size:.76rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:var(--em)}
.woocommerce-tabs .panel h2{font-size:1.4rem}

/* Trust row on single product */
.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.6rem;
  padding-top:1.4rem;border-top:1px solid var(--line)}
.trust{display:flex;gap:.6rem;align-items:flex-start;font-family:var(--f-util);
  font-size:.78rem;color:var(--muted);line-height:1.5}
.trust svg{width:20px;height:20px;color:var(--gold-dk);flex-shrink:0;margin-top:1px}

.wa-product{margin-top:1rem;display:inline-flex}
.single-wa-note{display:flex;align-items:center;gap:.5rem;font-family:var(--f-util);
  font-size:.78rem;color:var(--muted);margin-top:.9rem}
.single-wa-note svg{color:#1FA855;flex-shrink:0}

/* Cart */
.woocommerce table.shop_table{border:1px solid var(--line);border-radius:3px;background:#fff}
.woocommerce table.shop_table th{font-family:var(--f-util);font-size:.72rem;font-weight:600;
  letter-spacing:.14em;text-transform:uppercase;color:var(--em)}
.woocommerce-cart table.cart img{width:78px;border-radius:2px}
.woocommerce .cart_totals h2,.woocommerce-cart .cart-collaterals .cart_totals>h2{font-size:1.35rem}
.wa-checkout-box{background:#fff;border:1px solid var(--line-gold);border-radius:3px;
  padding:1.5rem;text-align:center;box-shadow:var(--shadow-s)}
.wa-checkout-box p{font-family:var(--f-util);font-size:.84rem;color:var(--muted);margin:0 0 1.1rem}
.wa-checkout-box .btn--wa{width:100%}
.wa-secure{display:flex;align-items:center;justify-content:center;gap:.4rem;
  font-family:var(--f-util);font-size:.7rem;letter-spacing:.06em;color:var(--muted);margin-top:.9rem}
.wa-secure svg{width:14px;height:14px;color:var(--gold-dk)}

/* Notices */
.woocommerce-message,.woocommerce-info,.woocommerce-error{
  border-top-color:var(--gold);font-family:var(--f-util);font-size:.88rem;background:#fff}
.woocommerce-message::before{color:var(--gold-dk)}
.woocommerce-info::before{color:var(--em)}

/* Pages */
.page-body{padding:clamp(2.5rem,6vw,4.5rem) 0}
.page-body .entry-content{max-width:70ch;margin-inline:auto}
.empty-state{text-align:center;border:1px dashed var(--line-gold);border-radius:3px;
  padding:clamp(2.2rem,5vw,3.5rem) 1.5rem;background:#fff}
.empty-state p{color:var(--muted);margin:.4rem auto 0;max-width:46ch}

/* ============================================================
   18. RESPONSIVE
   ============================================================ */
@media(max-width:1100px){
  .footer-grid{grid-template-columns:1fr 1fr}
  .look{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  .primary-nav{position:fixed;top:0;right:0;bottom:0;width:min(80%,330px);background:var(--ivory);
    transform:translateX(102%);transition:transform .38s var(--ease);padding:5.5rem 2rem 2rem;
    box-shadow:var(--shadow-l);z-index:85;overflow-y:auto}
  .primary-nav.open{transform:translateX(0)}
  .primary-nav ul{flex-direction:column;gap:1.5rem}
  .primary-nav a{font-size:.86rem}
  .nav-toggle{display:inline-grid;place-items:center}
  .wa-mini span{display:none}
  .values__grid{grid-template-columns:1fr;gap:2.2rem}
  .cats{grid-template-columns:1fr}
  .split{grid-template-columns:1fr;gap:2.2rem}
  .split__media::before{display:none}
  .quotes{grid-template-columns:1fr}
  .woocommerce ul.products,.woocommerce-page ul.products{grid-template-columns:repeat(2,1fr) !important}
  .trust-row{grid-template-columns:1fr;gap:.7rem}
}
@media(max-width:560px){
  body{font-size:16px}
  .hero{min-height:74vh}
  .look{grid-auto-rows:150px;gap:.7rem}
  .look__item--wide{grid-column:span 2}
  .woocommerce ul.products,.woocommerce-page ul.products{
    grid-template-columns:repeat(2,1fr) !important;gap:.9rem}
  .woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-size:.98rem;padding:.75rem .8rem .1rem !important}
  .woocommerce ul.products li.product .price{padding:0 .8rem;font-size:.9rem}
  .woocommerce ul.products li.product .button{margin:.7rem .8rem .9rem;
    width:calc(100% - 1.6rem);padding:.85em 1rem;font-size:.68rem;letter-spacing:.1em}
  .footer-grid{grid-template-columns:1fr;text-align:center}
  .footer-brand p{margin-inline:auto}
  .footer-social{justify-content:center}
  .cta-band__actions,.hero__cta{flex-direction:column;align-items:stretch}
  .eyebrow::before{display:none}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation:none !important;transition:none !important}
  .reveal{opacity:1 !important;transform:none !important}
}
