:root{
  --ivory:#FBF8F4;
  --cream:#F3ECE3;
  --nude:#EADCD0;
  --nude-deep:#DECBBB;
  --rose:#E7C8BD;
  --gold:#C7A877;
  --gold-deep:#A98C5C;
  --gold-soft:#DCC399;
  --espresso:#2C2723;
  --espresso-soft:#403930;
  --ink:#2E2925;
  --ink-soft:#736759;
  --white:#ffffff;
  --shadow:0 30px 70px -34px rgba(60,44,30,.5);
  --shadow-sm:0 14px 34px -20px rgba(60,44,30,.42);
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;font-size:17.5px}
body{font-family:'Jost',sans-serif;background:var(--ivory);color:var(--ink);line-height:1.7;font-weight:300;overflow-x:hidden;font-size:1.05rem}
h1,h2,h3,h4{font-family:'Cormorant Garamond',serif;font-weight:500;line-height:1.12;letter-spacing:.5px}
.script{font-family:'Pinyon Script',cursive;font-weight:400}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.wrap{width:min(1240px,92vw);margin:0 auto}
.eyebrow{font-family:'Jost',sans-serif;font-weight:500;letter-spacing:.42em;text-transform:uppercase;font-size:.72rem;color:var(--gold-deep)}
.btn{display:inline-flex;align-items:center;gap:.6em;font-family:'Jost',sans-serif;font-weight:500;letter-spacing:.2em;text-transform:uppercase;font-size:.72rem;padding:1.05em 2.3em;border-radius:4px;cursor:pointer;border:1px solid transparent;transition:.45s cubic-bezier(.2,.7,.3,1);position:relative;overflow:hidden}
.btn-gold{background:var(--espresso);color:var(--ivory);box-shadow:0 16px 34px -18px rgba(44,39,35,.85)}
.btn-gold::after{content:'';position:absolute;left:0;bottom:0;height:2px;width:100%;background:linear-gradient(90deg,var(--gold-soft),var(--gold-deep));transform:scaleX(0);transform-origin:left;transition:.45s}
.btn-gold:hover{background:var(--espresso-soft);transform:translateY(-3px);box-shadow:0 24px 44px -20px rgba(44,39,35,.95)}
.btn-gold:hover::after{transform:scaleX(1)}
.btn-ghost{background:transparent;border-color:var(--espresso);color:var(--espresso)}
.btn-ghost:hover{background:var(--espresso);color:var(--ivory);transform:translateY(-3px)}
.btn-light{background:rgba(255,255,255,.92);color:var(--ink);backdrop-filter:blur(4px)}
.btn-light:hover{background:#fff;transform:translateY(-3px)}

::-webkit-scrollbar{width:11px}
::-webkit-scrollbar-track{background:var(--cream)}
::-webkit-scrollbar-thumb{background:var(--nude-deep);border-radius:10px;border:3px solid var(--cream)}
::-webkit-scrollbar-thumb:hover{background:var(--gold-soft)}

/* divider monogram */
.divider{display:flex;align-items:center;justify-content:center;gap:1.4rem;padding:0;color:var(--gold)}
.divider .line{height:1px;width:min(120px,18vw);background:linear-gradient(90deg,transparent,var(--nude-deep))}
.divider .line.r{background:linear-gradient(90deg,var(--nude-deep),transparent)}
.divider .mono{font-family:'Cormorant Garamond',serif;font-size:1.5rem;letter-spacing:3px;color:var(--gold-deep)}

/* ===== NAV ===== */
nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.5rem clamp(1.4rem,5vw,3.8rem);transition:.45s ease}
nav.scrolled{background:rgba(251,248,244,.9);backdrop-filter:blur(16px) saturate(1.1);box-shadow:0 1px 0 rgba(169,140,92,.22),0 12px 30px -24px rgba(60,44,30,.5);padding:.95rem clamp(1.4rem,5vw,3.8rem)}
/* While the mobile drawer is open the blur must go: backdrop-filter turns nav
   into the containing block of its fixed children and breaks the drawer. */
nav.menu-open,nav.scrolled.menu-open{backdrop-filter:none;-webkit-backdrop-filter:none}
.brand{display:flex;align-items:center;gap:.9rem;line-height:1}
.brand .mark{width:42px;height:42px;border-radius:50%;border:1px solid var(--gold);display:grid;place-items:center;flex:0 0 auto;background:linear-gradient(150deg,var(--white),var(--cream));box-shadow:inset 0 0 0 3px rgba(255,255,255,.6)}
.brand .mark span{font-family:'Cormorant Garamond',serif;font-size:1.15rem;font-weight:600;letter-spacing:.5px;color:var(--gold-deep)}
.brand .txt{display:flex;flex-direction:column}
.brand .name{font-family:'Cormorant Garamond',serif;font-size:1.95rem;font-weight:600;letter-spacing:1.5px;color:var(--ink);line-height:.92}
.brand .tag{font-size:.58rem;font-weight:500;letter-spacing:.46em;text-transform:uppercase;color:var(--gold-deep);margin-top:5px}
.nav-links{display:flex;gap:2.5rem;align-items:center}
.nav-links a{font-size:.82rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--ink);transition:.3s;position:relative}
.nav-links a:not(.nav-cta)::after{content:'';position:absolute;left:0;bottom:-7px;width:0;height:1.5px;background:linear-gradient(90deg,var(--gold),var(--gold-deep));transition:.35s}
.nav-links a:not(.nav-cta):hover{color:var(--gold-deep)}
.nav-links a:not(.nav-cta):hover::after{width:100%}
.nav-links a.nav-cta{padding:.7em 1.6em !important;color:var(--ivory)}
.nav-links a.nav-cta:hover{color:var(--ivory)}
.burger{display:none;flex-direction:column;gap:5px;cursor:pointer;z-index:95}
.burger span{width:26px;height:2px;background:var(--ink);transition:.3s}

/* ===== HERO centered minimal ===== */
.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:9.5rem 1.5rem 4.5rem;background:radial-gradient(1100px 720px at 50% 16%,rgba(231,200,189,.34),transparent 60%),linear-gradient(180deg,var(--ivory),var(--cream));overflow:hidden}
.hero .wm{position:absolute;top:5%;left:50%;transform:translateX(-50%);font-family:'Pinyon Script',cursive;font-size:clamp(9rem,24vw,22rem);color:rgba(169,140,92,.07);white-space:nowrap;user-select:none;pointer-events:none;z-index:0}
.hero-inner{position:relative;z-index:2;max-width:800px;margin:0 auto}
.hero .eyebrow{display:inline-block;margin-bottom:1.2rem;font-size:.8rem}
.hero-orn{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.5rem}
.hero-orn .l{height:1px;width:56px;background:linear-gradient(90deg,transparent,var(--gold-deep))}
.hero-orn .l.r{background:linear-gradient(90deg,var(--gold-deep),transparent)}
.hero-orn .dot{width:5px;height:5px;border-radius:50%;background:var(--gold-deep);transform:rotate(45deg)}
.hero h1{font-size:clamp(3rem,6.6vw,5.5rem);color:var(--ink);font-weight:500;line-height:1.04}
.hero h1 .script{display:block;font-size:clamp(3.2rem,7.6vw,6rem);color:var(--gold-deep);margin:.04em 0;line-height:.92}
.hero-sub{font-size:clamp(1.1rem,2.4vw,1.6rem);font-family:'Cormorant Garamond',serif;color:var(--ink-soft);font-style:italic;margin-top:.5rem;letter-spacing:.5px}
.hero p.lead{font-size:1.12rem;color:var(--ink-soft);max-width:34rem;margin:1.8rem auto 2.4rem}
.hero-cta{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}
.hero-badge{display:flex;align-items:center;justify-content:center;gap:1.2rem;margin-top:2.9rem}
.hero-badge .hb-line{height:1px;width:48px;background:linear-gradient(90deg,transparent,var(--gold-deep))}
.hero-badge .hb-line.r{background:linear-gradient(90deg,var(--gold-deep),transparent)}
.hero-badge .hb-txt{font-size:.8rem;letter-spacing:.32em;text-transform:uppercase;color:var(--ink-soft);font-weight:500}
.hero-badge .hb-txt strong{color:var(--gold-deep);font-weight:600;letter-spacing:.1em}
/* framed photo strip */
.hero-strip{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:1.8rem;max-width:1000px;width:100%;margin:4rem auto 0}
.hero-strip figure{position:relative;border-radius:8px;overflow:hidden;box-shadow:var(--shadow-sm);transition:.55s cubic-bezier(.2,.7,.3,1)}
.hero-strip .imgwrap{overflow:hidden;aspect-ratio:3/4}
.hero-strip img{width:100%;height:100%;object-fit:cover;transition:.8s cubic-bezier(.2,.7,.3,1)}
.hero-strip figure.mid{margin-top:-1.6rem;margin-bottom:1.6rem}
.hero-strip figure:hover{transform:translateY(-7px);box-shadow:var(--shadow)}
.hero-strip figure:hover img{transform:scale(1.07)}

/* ===== INSTAGRAM SECTION ===== */
.ig-section{background:linear-gradient(180deg,var(--ivory),var(--cream));text-align:center}
.ig-section .ig-card{margin:0 auto;text-align:left}
.ig-section .glow-bg{position:absolute;left:50%;top:55%;transform:translate(-50%,-50%);width:min(560px,90%);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(231,200,189,.35),transparent 70%);z-index:0;pointer-events:none}

/* IG profile card */
.ig-card{position:relative;z-index:3;width:min(404px,100%);background:#fff;border-radius:26px;padding:2rem;box-shadow:0 40px 80px -36px rgba(60,44,30,.55),0 8px 24px -16px rgba(60,44,30,.3);border:1px solid rgba(255,255,255,.8)}
.ig-card::before{content:'';position:absolute;inset:0;border-radius:30px;padding:1px;background:linear-gradient(135deg,var(--gold-soft),transparent 40%,transparent 60%,var(--rose));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}
.ig-top{display:flex;align-items:center;gap:1.3rem}
.ig-avatar{position:relative;width:92px;height:92px;flex:0 0 auto}
.ig-avatar .ring{position:absolute;inset:-5px;border-radius:50%;background:conic-gradient(from 0deg,var(--gold),var(--rose),var(--gold-soft),var(--gold));animation:spin 7s linear infinite}
.ig-avatar img{position:relative;width:92px;height:92px;border-radius:50%;object-fit:cover;border:3px solid #fff;z-index:1}
@keyframes spin{to{transform:rotate(360deg)}}
.ig-stats{display:flex;gap:1.1rem;flex:1;justify-content:space-around;text-align:center}
.ig-stats .n{font-family:'Cormorant Garamond',serif;font-size:1.4rem;color:var(--ink);line-height:1}
.ig-stats .l{font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-soft)}
.ig-name{display:flex;align-items:center;gap:.45rem;margin-top:1.3rem;font-weight:500;font-size:1.02rem}
.verified{width:18px;height:18px;flex:0 0 auto;background:linear-gradient(135deg,#4aa3ff,#1d6fd6);border-radius:50%;display:grid;place-items:center;box-shadow:0 2px 6px rgba(29,111,214,.5)}
.verified svg{width:11px;height:11px;fill:#fff}
.ig-handle{display:inline-block;color:var(--gold-deep);font-size:.85rem;margin-top:.1rem}
.ig-handle:hover{text-decoration:underline}
.ig-cat{font-size:.78rem;color:var(--ink-soft);margin-top:.5rem}
.ig-bio{font-size:.86rem;color:var(--ink);margin-top:.5rem;white-space:pre-line;line-height:1.55}
.ig-actions{display:flex;gap:.6rem;margin-top:1.2rem}
.ig-actions a{flex:1;text-align:center;padding:.62em;border-radius:10px;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;font-weight:500;transition:.3s}
.ig-actions .primary{background:var(--ink);color:#fff}
.ig-actions .primary:hover{background:var(--gold-deep)}
.ig-actions .sec{background:var(--cream);color:var(--ink)}
.ig-actions .sec:hover{background:var(--nude)}
.ig-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin-top:1.2rem;border-radius:12px;overflow:hidden}
.ig-grid img{aspect-ratio:1;object-fit:cover;transition:.5s;cursor:pointer}
.ig-grid img:hover{transform:scale(1.08);filter:brightness(1.05)}

/* ===== SECTION SHELL ===== */
section{padding:6.5rem 0;position:relative}
.sec-head{text-align:center;max-width:44rem;margin:0 auto 3.2rem}
.sec-head .eyebrow{margin-bottom:1rem;display:inline-block;font-size:.78rem}
.sec-head h2{font-size:clamp(2.5rem,5vw,3.9rem);color:var(--ink)}
.sec-head h2 em{font-style:italic;color:var(--gold-deep)}
.sec-head p{color:var(--ink-soft);margin-top:1rem;font-size:1.12rem}

/* ===== ABOUT ===== */
.about{background:linear-gradient(180deg,var(--cream),var(--ivory))}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.about-imgs{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.about-imgs img{width:100%;border-radius:18px;object-fit:cover;box-shadow:var(--shadow-sm)}
.about-imgs img:nth-child(1){aspect-ratio:3/4;grid-row:span 2;margin-top:2rem}
.about-imgs img:nth-child(2){aspect-ratio:1}
.about-imgs img:nth-child(3){aspect-ratio:3/4}
.about-copy h2{font-size:clamp(2.3rem,4.4vw,3.4rem);margin-bottom:1.2rem}
.about-copy h2 em{font-style:italic;color:var(--gold-deep)}
.about-copy p{color:var(--ink-soft);margin-bottom:1.1rem;font-size:1.08rem}
.pills{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.6rem}
.pill{padding:.55em 1.3em;border:1px solid var(--nude-deep);border-radius:30px;font-size:.82rem;letter-spacing:.06em;color:var(--ink);background:var(--white);transition:.3s}
.pill:hover{background:var(--gold);color:#fff;border-color:var(--gold);transform:translateY(-2px)}

/* ===== SERVICES ===== */
.serv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.4rem;max-width:1080px;margin:0 auto}
.serv-card{aspect-ratio:1;background:var(--white);border-radius:50%;padding:2.4rem;border:1px solid rgba(194,161,101,.18);box-shadow:var(--shadow-sm);transition:.45s cubic-bezier(.2,.7,.3,1);position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.serv-card::after{content:'';position:absolute;inset:0;border-radius:50%;border:2px solid transparent;transition:.45s;pointer-events:none}
.serv-card:hover{transform:translateY(-8px);box-shadow:var(--shadow)}
.serv-card:hover::after{border-color:var(--gold)}
.serv-ico{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;margin-bottom:1rem;background:radial-gradient(circle at 30% 30%,var(--cream),var(--nude))}
.serv-ico svg{width:30px;height:30px;stroke:var(--gold-deep);fill:none;stroke-width:1.4}
.serv-card h3{font-size:1.55rem;margin-bottom:.45rem;line-height:1.1}
.serv-card p{font-size:.98rem;color:var(--ink-soft);max-width:80%;line-height:1.5}

/* ===== GALLERY ===== */
.gallery{background:linear-gradient(180deg,var(--ivory),var(--cream))}
.gal-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:215px;gap:14px;grid-auto-flow:dense}
.gal-grid figure{position:relative;border-radius:16px;overflow:hidden;box-shadow:var(--shadow-sm);cursor:pointer;border:1px solid rgba(194,161,101,.12)}
.gal-grid img{width:100%;height:100%;object-fit:cover;transition:.7s cubic-bezier(.2,.7,.3,1)}
.gal-grid figure::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(65,56,47,.55),transparent 55%);opacity:0;transition:.5s}
.gal-grid figure:hover img{transform:scale(1.08)}
.gal-grid figure:hover::after{opacity:1}
.gal-grid figcaption{position:absolute;left:1rem;bottom:.9rem;right:1rem;color:#fff;font-size:.82rem;font-family:'Cormorant Garamond',serif;font-style:italic;letter-spacing:.03em;opacity:0;transform:translateY(8px);transition:.5s;z-index:2}
.gal-grid figure:hover figcaption{opacity:1;transform:translateY(0)}
.gal-grid .big{grid-column:span 2;grid-row:span 2}
.gal-grid .tall{grid-row:span 2}
.gal-grid .wide{grid-column:span 2}
.gallery-cta{text-align:center;margin-top:3rem}

/* ===== METRICS ===== */
.metrics{background:linear-gradient(rgba(53,44,36,.78),rgba(53,44,36,.84)),url('../instagram/post-2.jpg') center 30%/cover fixed;color:#fff;text-align:center}
.metrics .sec-head h2{color:#fff}
.metrics .eyebrow{color:var(--gold-soft)}
.metrics .sec-head p{color:rgba(255,255,255,.8)}
.met-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:1rem;max-width:880px;margin-left:auto;margin-right:auto}
.met .n{font-family:'Cormorant Garamond',serif;font-size:clamp(2.6rem,5vw,3.8rem);color:var(--gold-soft);line-height:1}
.met .l{font-size:.74rem;letter-spacing:.16em;text-transform:uppercase;margin-top:.6rem;color:rgba(255,255,255,.85)}

/* ===== TRUST / REVIEWS ===== */
.trust{background:linear-gradient(180deg,var(--ivory),var(--cream));position:relative;overflow:hidden;text-align:center}
.trust-glow{position:absolute;left:50%;top:28%;transform:translate(-50%,-50%);width:min(640px,92%);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(216,190,142,.22),transparent 70%);z-index:0;pointer-events:none}
.rating-hero{position:relative;z-index:2;margin:0 auto 3.4rem;max-width:560px}
.rh-score{font-family:'Cormorant Garamond',serif;font-size:clamp(3.6rem,9vw,5.2rem);color:var(--ink);line-height:1}
.starbar{position:relative;display:inline-block;font-size:1.7rem;letter-spacing:.28em;margin:.3rem 0 .7rem;line-height:1}
.starbar .base{color:var(--nude-deep)}
.starbar .fill{position:absolute;left:0;top:0;width:var(--pct);overflow:hidden;white-space:nowrap;color:var(--gold)}
.rh-sub{color:var(--ink-soft);font-size:1.05rem;max-width:30rem;margin:0 auto}
.rh-sub strong{color:var(--ink);font-weight:500}
.rh-links{display:flex;gap:1.6rem;justify-content:center;margin-top:1.2rem}
.rh-src{display:inline-block;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-deep);border-bottom:1px solid var(--gold-soft);padding-bottom:3px;transition:.3s}
.rh-src:hover{color:var(--ink);border-color:var(--ink)}
.tcards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem;position:relative;z-index:2}
.tcard{background:#fff;border-radius:18px;padding:2.2rem 1.9rem;box-shadow:var(--shadow-sm);border:1px solid rgba(194,161,101,.15);text-align:left;transition:.4s cubic-bezier(.2,.7,.3,1)}
.tcard:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.tstars{color:var(--gold);letter-spacing:.2em;margin-bottom:1rem;font-size:1.05rem}
.tcard blockquote{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:1.22rem;line-height:1.45;color:var(--ink);margin-bottom:1.3rem}
.tcard figcaption{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-soft)}

/* ===== BRANDS ===== */
.brands-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem}
.brand-card{display:block;background:var(--white);border-radius:20px;padding:2.4rem 1.8rem;text-align:center;border:1px solid rgba(194,161,101,.18);box-shadow:var(--shadow-sm);transition:.45s cubic-bezier(.2,.7,.3,1)}
.brand-card:hover{transform:translateY(-8px);box-shadow:var(--shadow)}
.brand-card .bemoji{font-size:1.9rem}
.brand-card h3{font-size:1.65rem;margin:.6rem 0 .2rem}
.brand-card .bsub{font-size:.92rem;color:var(--ink-soft);letter-spacing:.02em}
.brand-card .bh{display:inline-block;margin-top:1rem;font-size:.82rem;color:var(--gold-deep);letter-spacing:.06em}
.brand-card.current{background:var(--white)}

/* ===== CONTACT ===== */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:stretch}
.contact-info h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}
.contact-info h2 em{font-style:italic;color:var(--gold-deep)}
.contact-info>p{color:var(--ink-soft);margin-bottom:2rem;max-width:30rem}
.cinfo-row{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.4rem}
.cinfo-row .ico{width:42px;height:42px;flex:0 0 auto;border-radius:50%;display:grid;place-items:center;background:var(--cream)}
.cinfo-row .ico svg{width:20px;height:20px;stroke:var(--gold-deep);fill:none;stroke-width:1.5}
.cinfo-row .lbl{font-size:.66rem;letter-spacing:.2em;text-transform:uppercase;color:var(--ink-soft)}
.cinfo-row .val{font-size:1.02rem;color:var(--ink)}
.cinfo-row a.val:hover{color:var(--gold-deep)}
.socials{display:flex;gap:.8rem;margin-top:2rem}
.socials a{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:var(--white);border:1px solid var(--nude-deep);transition:.35s}
.socials a:hover{background:var(--gold);transform:translateY(-4px)}
.socials a svg{width:20px;height:20px;fill:var(--ink);transition:.35s}
.socials a:hover svg{fill:#fff}
.contact-card{background:var(--white);border-radius:26px;padding:2.6rem;box-shadow:var(--shadow);border:1px solid rgba(194,161,101,.18);display:flex;flex-direction:column;justify-content:center;text-align:center}
.contact-card .script{font-size:2.6rem;color:var(--gold);line-height:1}
.contact-card h3{font-size:1.9rem;margin:.3rem 0 1rem}
.contact-card p{color:var(--ink-soft);font-size:.95rem;margin-bottom:1.8rem}
.contact-card .btn{justify-content:center}
.wa-big{font-family:'Cormorant Garamond',serif;font-size:1.7rem;color:var(--ink);margin:1.4rem 0;letter-spacing:1px}
.map-wrap{margin-top:3.5rem;border-radius:20px;overflow:hidden;box-shadow:var(--shadow);border:1px solid rgba(194,161,101,.2)}
.map-wrap iframe{display:block;width:100%;height:380px;border:0;filter:grayscale(.15) contrast(1.02)}

/* ===== FOOTER ===== */
footer{background:var(--ink);color:rgba(255,255,255,.7);padding:3.5rem 0 2rem;text-align:center}
footer .fbrand{font-family:'Cormorant Garamond',serif;font-size:2rem;color:#fff;letter-spacing:3px}
footer .ftag{font-size:.6rem;letter-spacing:.4em;text-transform:uppercase;color:var(--gold-soft);margin-top:.3rem}
footer .flinks{display:flex;gap:1.8rem;justify-content:center;margin:1.8rem 0;flex-wrap:wrap}
footer .flinks a{font-size:.78rem;letter-spacing:.1em;color:rgba(255,255,255,.7);transition:.3s}
footer .flinks a:hover{color:var(--gold-soft)}
footer .copy{font-size:.72rem;color:rgba(255,255,255,.45);margin-top:1.5rem}

/* floating whatsapp */
.wa-fab{position:fixed;right:22px;bottom:22px;z-index:90;width:58px;height:58px;border-radius:50%;background:#25D366;display:grid;place-items:center;box-shadow:0 10px 26px -8px rgba(37,211,102,.7);transition:.35s}
.wa-fab:hover{transform:scale(1.08) translateY(-2px)}
.wa-fab svg{width:30px;height:30px;fill:#fff}
.wa-fab::after{content:'';position:absolute;inset:0;border-radius:50%;border:2px solid #25D366;animation:pulse 2.4s ease-out infinite}
@keyframes pulse{0%{transform:scale(1);opacity:.7}100%{transform:scale(1.7);opacity:0}}

/* lightbox */
.lb{position:fixed;inset:0;z-index:200;background:rgba(40,33,27,.92);backdrop-filter:blur(6px);display:none;align-items:center;justify-content:center;padding:4vw;opacity:0;transition:.35s}
.lb.open{display:flex;opacity:1}
.lb img{max-width:92vw;max-height:88vh;border-radius:10px;box-shadow:0 30px 80px -20px rgba(0,0,0,.6)}
.lb .close{position:absolute;top:22px;right:28px;color:#fff;font-size:2.4rem;cursor:pointer;line-height:1;opacity:.85;transition:.3s}
.lb .close:hover{opacity:1;transform:scale(1.1)}
.lb .nav-arrow{position:absolute;top:50%;transform:translateY(-50%);color:#fff;font-size:2.6rem;cursor:pointer;opacity:.7;transition:.3s;user-select:none;padding:1rem}
.lb .nav-arrow:hover{opacity:1}
.lb .prev{left:1vw}.lb .next{right:1vw}

/* reveal */
.reveal{opacity:0;transform:translateY(38px);transition:.9s cubic-bezier(.2,.7,.3,1)}
.reveal.in{opacity:1;transform:none}
.reveal.d1{transition-delay:.1s}.reveal.d2{transition-delay:.2s}.reveal.d3{transition-delay:.3s}.reveal.d4{transition-delay:.4s}

/* ===== RESPONSIVE ===== */
@media(max-width:980px){
  .hero{min-height:auto;padding-top:8rem}
  .ig-card{margin:0 auto}
  .about-grid,.contact-grid{grid-template-columns:1fr;gap:2.6rem}
  .about-imgs{max-width:460px;margin:0 auto}
  .serv-grid,.brands-grid{grid-template-columns:1fr 1fr}
  .serv-grid{max-width:620px}
  .metrics{background-attachment:scroll}
}
@media(max-width:600px){
  .serv-grid,.brands-grid,.tcards{grid-template-columns:1fr}
  .serv-grid{max-width:360px}
  .map-wrap iframe{height:300px}
  .met-grid{grid-template-columns:1fr;gap:2.2rem}
  .gal-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:150px}
  .gal-grid .big{grid-column:span 2;grid-row:span 2}
  .gal-grid .wide{grid-column:span 2}
  .hero-strip{grid-template-columns:1fr 1fr;gap:1rem}
  .hero-strip figure:nth-child(3){grid-column:span 2;max-width:60%;margin:0 auto}
  .hero-strip figure.mid{margin-top:0;margin-bottom:0}
  .nav-links{position:fixed;inset:0 0 0 auto;width:74%;max-width:320px;background:var(--ivory);flex-direction:column;justify-content:center;gap:2rem;transform:translateX(100%);transition:.45s;box-shadow:var(--shadow);z-index:90}
  .nav-links.open{transform:none}
  .burger{display:flex}
  .ig-stats{gap:.5rem}
  .hero-meta{gap:1.4rem}
}
@media(min-width:601px) and (max-width:980px){
  .nav-links{position:fixed;inset:0 0 0 auto;width:60%;max-width:320px;background:var(--ivory);flex-direction:column;justify-content:center;gap:2rem;transform:translateX(100%);transition:.45s;box-shadow:var(--shadow);z-index:90}
  .nav-links.open{transform:none}
  .burger{display:flex}
}

/* ===== INNER PAGES (clear fixed nav) ===== */
.site-main{padding-top:8.5rem;min-height:60vh}
.page-hero{text-align:center;max-width:52rem;margin:0 auto 3rem;padding:0 1.5rem}
.page-hero .eyebrow{display:inline-block;margin-bottom:1rem}
.page-hero h1{font-size:clamp(2.4rem,5vw,3.8rem);color:var(--ink)}
.page-hero h1 em{font-style:italic;color:var(--gold-deep)}
.page-body{width:min(820px,92vw);margin:0 auto;color:var(--ink-soft);font-size:1.08rem}
.page-body h1,.page-body h2,.page-body h3,.page-body h4{color:var(--ink);margin:1.6rem 0 .8rem}
.page-body p{margin-bottom:1.1rem}
.page-body a{color:var(--gold-deep);text-decoration:underline}
.page-body img{border-radius:14px;margin:1.4rem 0}
.page-body ul,.page-body ol{margin:0 0 1.1rem 1.4rem}
.error404-actions{margin-top:2.2rem;display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.entry-thumb{width:min(1040px,92vw);margin:0 auto 2.4rem;border-radius:18px;overflow:hidden;box-shadow:var(--shadow-sm)}
.entry-thumb img{width:100%}
.post-list{width:min(1040px,92vw);margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}
.post-card{background:var(--white);border-radius:18px;overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid rgba(194,161,101,.14);transition:.4s cubic-bezier(.2,.7,.3,1)}
.post-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.post-card .thumb img{width:100%;aspect-ratio:3/2;object-fit:cover}
.post-card .pc-body{padding:1.6rem}
.post-card h2{font-size:1.5rem;margin-bottom:.5rem}
.post-card .pc-meta{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-deep);margin-bottom:.6rem}
.post-card p{color:var(--ink-soft);font-size:.98rem}
.pagenav{text-align:center;margin-top:3rem}
.pagenav .page-numbers{display:inline-block;padding:.5em .9em;margin:0 .2em;border-radius:8px;color:var(--ink);background:var(--white);border:1px solid var(--nude-deep)}
.pagenav .page-numbers.current{background:var(--espresso);color:var(--ivory);border-color:var(--espresso)}

/* ===== WOOCOMMERCE ===== */
/* NOTE: never size .woocommerce/.woocommerce-page — WordPress puts those
   classes on <body> in shop pages, so a width here shrinks the whole page
   (footer included). Containers are handled by .wrap / .woocommerce-wrap. */
.woocommerce .page-hero,.woocommerce-page .page-hero{margin-bottom:2.4rem}
.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{margin-bottom:1.6rem;color:var(--ink-soft);font-size:.9rem}
.woocommerce-wrap .woocommerce-result-count{text-align:center;float:none;margin-bottom:.4rem}
.woocommerce .woocommerce-ordering select{font-family:'Jost',sans-serif;padding:.5em .8em;border:1px solid var(--nude-deep);border-radius:6px;background:var(--white);color:var(--ink)}
.woocommerce ul.products{display:grid !important;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:1.6rem;margin:0 0 3rem;list-style:none}
/* Woo core injects a clearfix ::before/::after on ul.products; under display:grid
   they become phantom grid items (an empty first cell). */
.woocommerce ul.products::before,.woocommerce ul.products::after{content:none !important;display:none !important}
/* Shop page header: match the theme's section headings. */
.woocommerce-products-header{text-align:center;margin:0 0 1.4rem}
.woocommerce-wrap h1.page-title{text-align:center;margin:0 0 .5rem}
.woocommerce-wrap h1.page-title,.woocommerce-products-header .page-title{font-family:'Cormorant Garamond',serif;font-weight:500;font-size:clamp(2.2rem,4.5vw,3.2rem);color:var(--ink)}
.woocommerce-wrap h1.page-title::after,.woocommerce-products-header .page-title::after{content:'';display:block;width:64px;height:1px;background:var(--gold,#c2a165);margin:.9rem auto 0}
.woocommerce ul.products li.product{width:auto !important;margin:0 !important;float:none !important;background:var(--white);border-radius:16px;overflow:hidden;border:1px solid rgba(194,161,101,.16);box-shadow:var(--shadow-sm);transition:.45s cubic-bezier(.2,.7,.3,1);text-align:center;padding-bottom:1.4rem}
.woocommerce ul.products li.product:hover{transform:translateY(-8px);box-shadow:var(--shadow)}
.woocommerce ul.products li.product a img{margin:0 0 .8rem;border-radius:0;aspect-ratio:1/1;object-fit:cover}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-family:'Cormorant Garamond',serif;font-size:1.3rem;color:var(--ink);padding:0 1rem;font-weight:500}
.woocommerce ul.products li.product .price{color:var(--gold-deep);font-family:'Cormorant Garamond',serif;font-size:1.25rem}
.woocommerce ul.products li.product .price del{color:var(--ink-soft);opacity:.6;font-size:.9em}
.woocommerce ul.products li.product .price ins{text-decoration:none;color:var(--gold-deep)}
.woocommerce ul.products li.product .button{margin-top:.9rem;line-height:1.6}
.woocommerce ul.products li.product .star-rating{margin:.45rem auto .15rem;color:var(--gold-deep,#a8873f);font-size:.82em}
.woocommerce div.product .star-rating,.woocommerce .comment-form-rating .stars a{color:var(--gold-deep,#a8873f)}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{line-height:1.6}
.woocommerce span.onsale{background:var(--gold-deep);color:#fff;border-radius:30px;font-family:'Jost',sans-serif;font-weight:500;letter-spacing:.1em;text-transform:uppercase;font-size:.62rem;min-height:auto;min-width:auto;padding:.5em 1em;line-height:1}

/* buttons */
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce #respond input#submit.alt,.woocommerce .widget_shopping_cart .buttons a{background:var(--espresso);color:var(--ivory);font-family:'Jost',sans-serif;font-weight:500;letter-spacing:.18em;text-transform:uppercase;font-size:.72rem;padding:1em 2em;border-radius:4px;border:1px solid transparent;transition:.4s cubic-bezier(.2,.7,.3,1)}
.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce #respond input#submit:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover,.woocommerce .widget_shopping_cart .buttons a:hover{background:var(--espresso-soft);color:var(--ivory);transform:translateY(-3px)}
.woocommerce a.button.disabled,.woocommerce button.button.disabled,.woocommerce input.button.disabled{opacity:.5}
.woocommerce #respond input#submit.alt.disabled,.woocommerce a.button.alt.disabled,.woocommerce button.button.alt.disabled,.woocommerce input.button.alt.disabled{background:var(--nude-deep);color:var(--ink)}

/* single product */
.woocommerce div.product{margin-top:0}
.woocommerce div.product .product_title{font-family:'Cormorant Garamond',serif;font-size:clamp(2.2rem,4vw,3rem);color:var(--ink);font-weight:500}
.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--gold-deep);font-family:'Cormorant Garamond',serif;font-size:1.9rem}
.woocommerce div.product .woocommerce-product-details__short-description{color:var(--ink-soft)}
.woocommerce div.product form.cart .quantity input.qty{padding:.6em;border:1px solid var(--nude-deep);border-radius:6px;background:var(--white)}
.woocommerce div.product .woocommerce-tabs ul.tabs li{background:var(--cream);border-color:rgba(194,161,101,.2)}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:var(--white)}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{color:var(--ink);font-family:'Jost',sans-serif;letter-spacing:.06em}
.woocommerce div.product .woocommerce-tabs .panel h2{font-family:'Cormorant Garamond',serif;color:var(--ink)}
.woocommerce .star-rating span{color:var(--gold-deep)}
.woocommerce .related.products>h2,.woocommerce .upsells.products>h2{font-family:'Cormorant Garamond',serif;font-size:clamp(1.9rem,3.6vw,2.6rem);color:var(--ink);text-align:center;margin-bottom:2rem}

/* notices */
.woocommerce-message,.woocommerce-info,.woocommerce-error{border-top-color:var(--gold-deep);border-radius:8px;font-family:'Jost',sans-serif}
.woocommerce-message::before,.woocommerce-info::before{color:var(--gold-deep)}

/* cart & checkout */
.woocommerce table.shop_table{border-radius:10px;border-color:rgba(194,161,101,.2)}
.woocommerce table.shop_table th{font-family:'Jost',sans-serif;letter-spacing:.08em;color:var(--ink)}
.woocommerce-cart .cart-collaterals .cart_totals>h2,.woocommerce-checkout #order_review_heading,.woocommerce form.checkout h3,.woocommerce .cart_totals h2{font-family:'Cormorant Garamond',serif;color:var(--ink)}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce-page form .form-row input.input-text,.select2-container--default .select2-selection--single{border:1px solid var(--nude-deep);border-radius:6px;padding:.7em;background:var(--white);font-family:'Jost',sans-serif}
.woocommerce #payment,.woocommerce-checkout #payment{background:var(--cream);border-radius:12px}
.woocommerce .cart-collaterals .cart_totals,.woocommerce-checkout #order_review{background:var(--white);border:1px solid rgba(194,161,101,.18);border-radius:12px;padding:1.6rem}

/* ===== SHOP CAROUSEL (front page) ===== */
.shopc{position:relative}
.shopc-track{--g:1.6rem;display:flex;gap:var(--g);overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:.2rem;padding:.6rem .2rem 1.6rem;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}
.shopc-track::-webkit-scrollbar{display:none}
.shopc-card{flex:0 0 calc((100% - 3.5 * var(--g)) / 4.5);scroll-snap-align:start;background:var(--white);border-radius:16px;overflow:hidden;border:1px solid rgba(194,161,101,.16);box-shadow:var(--shadow-sm);transition:.45s cubic-bezier(.2,.7,.3,1);display:flex;flex-direction:column;text-align:center}
.shopc-card:hover{transform:translateY(-8px);box-shadow:var(--shadow)}
.shopc-media{display:block;overflow:hidden;aspect-ratio:1/1}
.shopc-media img{width:100%;height:100%;object-fit:cover;transition:.8s cubic-bezier(.2,.7,.3,1)}
.shopc-card:hover .shopc-media img{transform:scale(1.06)}
.shopc-body{padding:.9rem .8rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.4rem;flex:1}
.shopc-title{font-family:'Cormorant Garamond',serif;font-size:1.2rem;color:var(--ink);font-weight:500;line-height:1.15;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.shopc-price{color:var(--gold-deep);font-family:'Cormorant Garamond',serif;font-size:1.05rem}
.shopc-price del{color:var(--ink-soft);opacity:.6;font-size:.9em;margin-right:.3em}
.shopc-price ins{text-decoration:none;color:var(--gold-deep)}
.shopc-btn{margin-top:auto;padding:.65em 1.7em;font-size:.66rem}
.shopc-arrow{position:absolute;top:calc(50% - 1.6rem);transform:translateY(-50%);z-index:4;width:48px;height:48px;border-radius:50%;border:1px solid var(--nude-deep);background:rgba(255,255,255,.94);color:var(--espresso);font-size:1.6rem;line-height:1;display:none;place-items:center;cursor:pointer;box-shadow:var(--shadow-sm);transition:.3s}
.shopc-arrow:hover{background:var(--espresso);color:var(--ivory);border-color:var(--espresso)}
.shopc-arrow.prev{left:-14px}
.shopc-arrow.next{right:-14px}
.shopc-cta{text-align:center;margin-top:2.4rem}
@media(min-width:981px){.shopc-arrow{display:grid}}
@media(max-width:768px){.shopc-track{--g:.9rem}.shopc-card{flex-basis:46%}.shopc-body{padding:.7rem .55rem .85rem;gap:.3rem}.shopc-title{font-size:1.02rem;min-height:2.3em}.shopc-price{font-size:.95rem}.shopc-btn{padding:.6em 1.4em;font-size:.62rem}}
@media(max-width:480px){.shopc-card{flex-basis:47%}.shopc-title{font-size:.95rem}}

/* ===== WOOCOMMERCE MOBILE (tablet & phone) ===== */
@media(max-width:768px){
  /* The fixed nav keeps its full logo height on mobile (verified on device:
     6.6rem let content start underneath it). Clear it with margin to spare. */
  .site-main{padding-top:9.5rem}

  /* Product grid: 2 columns with a tighter gap. */
  .woocommerce ul.products,.woocommerce-page ul.products{grid-template-columns:repeat(2,1fr);gap:.8rem}
  .woocommerce ul.products li.product{padding-bottom:.9rem}
  .woocommerce ul.products li.product a img{margin-bottom:.5rem}
  .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:1.05rem;padding:0 .6rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.4em}
  .woocommerce ul.products li.product .price{font-size:1rem}

  /* Full-width, touch-height add-to-cart button inside each card. */
  .woocommerce ul.products li.product .button{display:block;width:calc(100% - 1.2rem);margin:.6rem .6rem 0;min-height:44px;padding:.7em 1em;font-size:.78rem;line-height:1.5}

  /* Every Woo button reaches the 44px touch target. */
  .woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{min-height:44px;font-size:.8rem;line-height:1.5}

  /* Images never force horizontal overflow. */
  .woocommerce img,.woocommerce-page img{max-width:100%;height:auto}

  /* Result count / ordering / breadcrumb: stack and wrap. */
  .woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{float:none;margin:0 0 1rem}
  .woocommerce .woocommerce-ordering select{max-width:100%}
  .woocommerce .woocommerce-breadcrumb{font-size:.82rem;word-break:break-word}

  /* Notices: readable, buttons drop below. */
  .woocommerce-message,.woocommerce-info,.woocommerce-error{font-size:.9rem;padding-left:2.6em}
  .woocommerce-message .button,.woocommerce-info .button,.woocommerce-error .button{float:none;display:block;width:auto;margin:.6rem 0 0}

  /* Single product: image full width on top, summary below, full-width CTA. */
  .woocommerce div.product .woocommerce-product-gallery,.woocommerce div.product div.images{width:100%;float:none;margin:0 0 1.6rem}
  .woocommerce div.product .summary,.woocommerce div.product div.summary{width:100%;float:none}
  .woocommerce div.product p.price,.woocommerce div.product span.price{font-size:1.6rem}
  .woocommerce div.product form.cart{display:block}
  .woocommerce div.product form.cart .quantity{float:none;display:block;margin:0 0 .8rem}
  .woocommerce div.product form.cart .quantity input.qty{width:100%;min-height:44px;text-align:center}
  .woocommerce div.product form.cart .button,.woocommerce div.product form.cart button.single_add_to_cart_button{width:100%;float:none;min-height:48px}
  .woocommerce div.product .woocommerce-tabs ul.tabs{padding-left:0}
  .woocommerce div.product .woocommerce-tabs ul.tabs li{display:block;margin:0 0 .3rem}
  .woocommerce .related.products ul.products,.woocommerce .upsells.products ul.products{grid-template-columns:repeat(2,1fr);gap:1rem}

  /* Cart: collapse the table into stacked, card-like rows. */
  .woocommerce table.shop_table_responsive thead,.woocommerce-page table.shop_table_responsive thead{display:none}
  .woocommerce table.shop_table_responsive tr,.woocommerce-page table.shop_table_responsive tr{display:block;margin:0 0 1.2rem;border:1px solid rgba(194,161,101,.2);border-radius:12px;background:var(--white);overflow:hidden}
  .woocommerce table.shop_table_responsive tr td,.woocommerce-page table.shop_table_responsive tr td{display:flex;justify-content:space-between;align-items:center;gap:1rem;text-align:right;padding:.75em 1em;border-top:1px solid rgba(194,161,101,.12)}
  .woocommerce table.shop_table_responsive tr td:first-child{border-top:0}
  .woocommerce table.shop_table_responsive tr td::before,.woocommerce-page table.shop_table_responsive tr td::before{content:attr(data-title);font-weight:500;color:var(--ink);font-family:'Jost',sans-serif;letter-spacing:.04em;text-align:left}
  .woocommerce table.shop_table_responsive tr td.product-remove,.woocommerce table.shop_table_responsive tr td.product-thumbnail{justify-content:center}
  .woocommerce table.shop_table_responsive tr td.product-remove::before,.woocommerce table.shop_table_responsive tr td.product-thumbnail::before{display:none}
  .woocommerce table.shop_table_responsive tr td.product-thumbnail img{width:96px}
  .woocommerce table.shop_table_responsive td.product-quantity .quantity input.qty{min-height:40px;width:5em;text-align:center}

  /* Cart actions: coupon and update buttons stacked full width. */
  .woocommerce .cart .actions,.woocommerce-page .cart .actions{padding:1rem 0}
  .woocommerce .cart .actions .coupon,.woocommerce-page .cart .actions .coupon{display:flex;flex-direction:column;gap:.6rem;margin:0 0 1rem;width:100%;float:none}
  .woocommerce .cart .actions .coupon .input-text,.woocommerce-page .cart .actions .coupon .input-text{width:100%;min-height:44px}
  .woocommerce .cart .actions .coupon .button,.woocommerce .cart .actions>.button,.woocommerce-page .cart .actions>.button{width:100%;float:none;min-height:44px}
  .woocommerce .cart-collaterals .cart_totals,.woocommerce .cart-collaterals .cross-sells{width:100%;float:none}
  .woocommerce .wc-proceed-to-checkout a.checkout-button{width:100%;min-height:48px}

  /* Checkout: single column, full-width fields. */
  .woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}
  .woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-1,.woocommerce-page .col2-set .col-2{float:none;width:100%;margin:0 0 1.4rem}
  .woocommerce-checkout .form-row-first,.woocommerce-checkout .form-row-last,.woocommerce-page .form-row-first,.woocommerce-page .form-row-last{width:100%;float:none}
  .woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce-page form .form-row input.input-text{min-height:44px;font-size:1rem}
  .woocommerce-checkout #order_review,.woocommerce-checkout #order_review_heading{width:100%;float:none}
  .woocommerce-checkout #payment .button#place_order{width:100%;min-height:48px}
}

@media(max-width:480px){
  .site-main{padding-top:9rem}
  /* Keep 2 compact columns: dress thumbnails still read well at ~165px wide. */
  .woocommerce ul.products,.woocommerce-page ul.products{gap:.6rem}
  .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:.98rem}
  .woocommerce ul.products li.product .price{font-size:.95rem}
  .woocommerce ul.products li.product .button{letter-spacing:.1em;padding:.85em .5em}
  .woocommerce table.shop_table_responsive tr td.product-thumbnail img{width:76px}
}
