/* Things To Do In Cayman — portal "maison" premium layer.
   Loaded ONLY on partner portal pages, on top of site.css, and scoped to
   <body class="pdp-lux">. Turns the shared PDP template into a world-class
   luxury-house presentation: antique-gold + ink palette (replacing the
   fire-engine red), a high-contrast serif display face, sharp couture
   buttons, a disciplined gallery grid and refined section detailing.
   Adding the body class + this stylesheet elevates any /portal/<slug>/ page. */

/* ---------- Palette + type tokens (scoped) ---------- */
body.pdp-lux{
  --gold:#b0894a;         /* antique champagne gold — the single accent */
  --gold-lite:#c9a86c;
  --gold-deep:#8a6a34;
  --gold-wash:#f5eddd;
  --ink:#171310;          /* warm near-black */
  --ink-soft:#4a423a;
  --paper:#faf6ee;        /* warm ivory instead of clinical white */
  --line:#e9e1d2;
  --line-strong:#d8cbb2;
  --serif:"Zodiak",Georgia,"Times New Roman",serif;
}

/* ---------- Display typography ---------- */
body.pdp-lux h1,
body.pdp-lux h2,
body.pdp-lux h3,
body.pdp-lux .pdp-hero-in h1,
body.pdp-lux .pdp-final h2,
body.pdp-lux .connect-grid h2,
body.pdp-lux .faq-item summary,
body.pdp-lux .wcard h3,
body.pdp-lux .rev-top b,
body.pdp-lux .rev-write summary{
  font-family:var(--serif);
  font-weight:500;
  letter-spacing:-.012em;
}
body.pdp-lux .eyebrow,
body.pdp-lux .eyebrow.on-dark{
  font-size:11px;
  letter-spacing:.34em;
  font-weight:600;
  color:var(--gold-deep);
}
body.pdp-lux .eyebrow.on-dark{color:var(--gold-lite)}

/* ---------- Nav: retire the red, ink brand + gold accents ---------- */
body.pdp-lux .nav .brand::after{background:var(--ink)!important}
body.pdp-lux .nav .nav-links a.active{color:var(--gold-deep)!important}
body.pdp-lux .nav .nav-ico,
body.pdp-lux .nav .nav-search svg{color:var(--gold-deep)!important}

/* ---------- Buttons: sharp, tracked, couture ---------- */
body.pdp-lux .btn{
  border-radius:2px;
  padding:16px 32px;
  font-size:12.5px;
  font-weight:600;
  letter-spacing:.16em;
  text-transform:uppercase;
}
body.pdp-lux .btn-gold{
  background:var(--ink);
  color:#fff;
  border:1px solid var(--ink);
  box-shadow:none;
}
body.pdp-lux .btn-gold:hover{
  background:var(--gold-deep);
  border-color:var(--gold-deep);
  color:#fff;
  transform:translateY(-1px);
  box-shadow:0 12px 30px rgba(138,106,52,.26);
}
body.pdp-lux .btn-ghost{
  background:transparent;
  border:1px solid rgba(255,255,255,.55);
  color:#fff;
  backdrop-filter:none;
}
body.pdp-lux .btn-ghost:hover{background:rgba(255,255,255,.14);border-color:#fff}
body.pdp-lux .btn-line{
  background:transparent;
  border:1px solid var(--line-strong);
  color:var(--ink);
  border-radius:2px;
}
body.pdp-lux .btn-line:hover{border-color:var(--gold-deep);color:var(--gold-deep);background:transparent;transform:translateY(-1px)}
/* closing band + white-surface ghosts read on ink text */
body.pdp-lux .pdp-final .btn-ghost{border:1px solid var(--line-strong)!important;color:var(--ink)!important;background:transparent!important;border-radius:2px}
body.pdp-lux .pdp-final .btn-ghost:hover{border-color:var(--gold-deep)!important;color:var(--gold-deep)!important}

/* ---------- Hero ---------- */
body.pdp-lux .pdp-hero{min-height:100svh}
body.pdp-lux .pdp-scrim{
  background:
    radial-gradient(120% 95% at 50% 52%, rgba(10,9,8,.30) 0%, rgba(10,9,8,.12) 42%, rgba(10,9,8,.60) 100%),
    linear-gradient(180deg, rgba(10,9,8,.50) 0%, rgba(10,9,8,.30) 40%, rgba(10,9,8,.42) 72%, rgba(10,9,8,.74) 100%);
}
body.pdp-lux .pchips{gap:10px;margin-bottom:22px}
body.pdp-lux .pchip{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.4);
  color:#fff;
  font-size:10.5px;
  font-weight:500;
  letter-spacing:.2em;
  padding:8px 16px;
  border-radius:2px;
  backdrop-filter:blur(4px);
}
body.pdp-lux .pdp-hero-in h1{
  font-size:clamp(48px,7.6vw,108px);
  font-weight:500;
  letter-spacing:-.02em;
  line-height:.98;
  margin:14px 0 20px;
  text-shadow:0 2px 44px rgba(0,0,0,.4);
}
body.pdp-lux .pdp-sub{
  max-width:52ch;
  font-size:clamp(16px,1.5vw,20px);
  line-height:1.6;
  color:rgba(255,255,255,.94);
  text-shadow:0 1px 22px rgba(0,0,0,.55);
  margin:0 auto 30px;
}
body.pdp-lux .pdp-cta{gap:14px}

/* ---------- Glance strip ---------- */
body.pdp-lux .pdp-glance{border-bottom:1px solid var(--line)}
body.pdp-lux .pdp-glance .pg{padding:30px 0}
body.pdp-lux .pdp-glance .pg span{color:var(--gold-deep)!important;letter-spacing:.2em;font-size:10.5px}
body.pdp-lux .pdp-glance .pg b{font-size:16px;letter-spacing:-.01em}

/* ---------- Gallery: one disciplined grid ---------- */
body.pdp-lux .pdp-gallery{background:#fff}
body.pdp-lux .pgrid{
  grid-template-columns:repeat(4,1fr)!important;
  grid-auto-rows:auto!important;
  gap:clamp(12px,1.4vw,20px);
}
body.pdp-lux .pfig,
body.pdp-lux .pfig.wide{
  grid-column:auto!important;
  grid-row:auto!important;
  aspect-ratio:1/1;
  margin:0;
  border:1px solid var(--line);
  border-radius:3px;
  background:linear-gradient(158deg,#ffffff 0%,#f6f1e7 100%)!important;
  overflow:hidden;
  box-shadow:0 1px 2px rgba(23,19,16,.04);
  transition:box-shadow .35s var(--ease),border-color .35s var(--ease),transform .35s var(--ease);
}
/* photographic galleries (resorts, dining, dive, caves): fill the tile */
body.pdp-lux .pfig img{
  width:100%;height:100%;
  object-fit:cover;
  transition:transform .55s var(--ease);
}
/* product-on-white shots (jewellery / shop products): show the whole piece */
body.pdp-lux .pfig img[src*="/biz/idc/"],
body.pdp-lux .pfig img[src*="/products/"]{
  object-fit:contain!important;
  background:transparent!important;
  padding:13%!important;
}
body.pdp-lux .pfig:hover{border-color:var(--gold-lite);box-shadow:0 16px 42px rgba(23,19,16,.12);transform:translateY(-3px)}
body.pdp-lux .pfig:hover img{transform:scale(1.06)}
@media(max-width:900px){body.pdp-lux .pgrid{grid-template-columns:repeat(3,1fr)!important}}
@media(max-width:560px){body.pdp-lux .pgrid{grid-template-columns:repeat(2,1fr)!important}}

/* ---------- Why: refined value cards ---------- */
body.pdp-lux .pdp-why{background:var(--paper)}
body.pdp-lux .wgrid{gap:clamp(16px,2vw,26px)}
body.pdp-lux .wcard{
  background:#fff;
  border:1px solid var(--line);
  border-radius:3px;
  padding:clamp(28px,3vw,40px) clamp(26px,2.4vw,34px);
  box-shadow:none;
  transition:box-shadow .35s var(--ease),border-color .35s var(--ease),transform .35s var(--ease);
}
body.pdp-lux .wcard:hover{border-color:var(--gold-lite);box-shadow:0 20px 48px rgba(23,19,16,.08);transform:translateY(-3px)}
body.pdp-lux .wic{
  display:inline-flex;align-items:center;justify-content:center;
  width:46px;height:46px;
  border:1px solid var(--gold-lite);
  border-radius:50%;
  color:var(--gold-deep);
  font-size:15px;
  margin-bottom:6px;
}
body.pdp-lux .wcard h3{font-size:clamp(19px,1.5vw,22px);margin-top:18px;line-height:1.25}
body.pdp-lux .wcard p{font-size:15.5px;line-height:1.68;color:var(--ink-soft);margin-top:10px}

/* ---------- Intro lead ---------- */
body.pdp-lux .pdp-lead{font-size:clamp(20px,2.1vw,27px);line-height:1.5;color:var(--ink)}

/* ---------- Visit + map ---------- */
body.pdp-lux .pv{border-top:1px solid var(--line)}
body.pdp-lux .pv span{color:var(--ink-soft)}
body.pdp-lux .pv b a{color:var(--gold-deep)}
body.pdp-lux .pmap{
  min-height:440px;
  border:1px solid var(--line);
  border-radius:4px;
  filter:grayscale(.6) contrast(1.02) brightness(1.02);
  transition:filter .5s var(--ease);
}
body.pdp-lux .pvisit-r:hover .pmap{filter:grayscale(0)}

/* ---------- FAQ ---------- */
body.pdp-lux .pdp-faq{background:var(--paper)}
body.pdp-lux .faq-item summary{
  padding:24px 8px 24px 0;
  font-size:clamp(17px,1.4vw,20px);
  font-weight:600;
}
body.pdp-lux .faq-item summary::after{color:var(--gold-deep);font-weight:300}
body.pdp-lux .faq-a{padding-bottom:26px}
body.pdp-lux .faq-a p{font-size:16px;line-height:1.8}

/* ---------- Enquiry + reviews ---------- */
body.pdp-lux .pdp-connect{background:#fff;border-top:1px solid var(--line)}
body.pdp-lux .cn-field input,
body.pdp-lux .cn-field textarea{border:1px solid var(--line);border-radius:2px;padding:14px 16px}
body.pdp-lux .cn-field input:focus,
body.pdp-lux .cn-field textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(176,137,74,.14)}
body.pdp-lux .cn-field label{color:var(--ink-soft);letter-spacing:.2em}
body.pdp-lux .rev-stars{color:var(--gold)}
body.pdp-lux .rev-empty{
  border-top:1px solid var(--line);
  padding:30px 0;
  color:var(--ink-soft);
  font-family:var(--serif);
  font-size:18px;
  font-style:italic;
}

/* ---------- Closing band + long-form article ---------- */
body.pdp-lux .pdp-final{border-top:1px solid var(--line)}
body.pdp-lux .pdp-final h2{font-size:clamp(34px,4.5vw,60px)}
body.pdp-lux .pdp-article h2{font-size:clamp(26px,3vw,40px);margin-top:1.4em;line-height:1.15}
body.pdp-lux .pdp-article h3{font-size:clamp(20px,2vw,27px);line-height:1.25}
body.pdp-lux .pdp-readmore summary span{border-radius:2px;border-color:var(--gold);color:var(--gold-deep)}
body.pdp-lux .pdp-readmore summary:hover span{background:var(--gold-deep);color:#fff}

/* ---------- Post-review refinements ---------- */
/* Product shots are photographed on white — keep tiles white so no cream seam shows */
body.pdp-lux .pfig,
body.pdp-lux .pfig.wide{background:#fff!important}
/* firmer medallion edge */
body.pdp-lux .wic{border-color:var(--gold-deep)}
/* footer wordmark: retire the red, match the ink palette */
body.pdp-lux .footer .brand::before{background:var(--ink)!important}

/* ========================================================================
   v2 — AGENCY LAYER: editorial art direction + motion.
   Everything below intentionally overrides the v1 rules above (cascade
   order) to lift the template into a flagship maison presentation.
   ===================================================================== */

/* ---------- Motion primitives ---------- */
@keyframes luxRise{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}
@keyframes luxKen{from{scale:1.14}to{scale:1.02}}
@keyframes luxCue{0%{transform:translateY(-46px);opacity:0}40%{opacity:1}100%{transform:translateY(0);opacity:0}}
@media (prefers-reduced-motion: reduce){
  body.pdp-lux .pdp-bg,body.pdp-lux .pdp-hero-in>*{animation:none!important}
}

/* ---------- HERO: cinematic, bottom-anchored, editorial ---------- */
body.pdp-lux .pdp-hero{align-items:flex-end;text-align:left;min-height:100svh}
body.pdp-lux .pdp-bg{animation:luxKen 16s ease-out both}
body.pdp-lux .pdp-scrim{
  background:
    linear-gradient(180deg, rgba(8,7,6,.46) 0%, rgba(8,7,6,.06) 30%, rgba(8,7,6,.20) 55%, rgba(8,7,6,.82) 100%),
    radial-gradient(150% 120% at 15% 100%, rgba(8,7,6,.6) 0%, rgba(8,7,6,0) 55%);
}
body.pdp-lux .pdp-hero-in{
  margin:0!important;text-align:left!important;
  max-width:min(760px,92vw);
  padding-bottom:clamp(64px,11vh,132px);
}
body.pdp-lux .pdp-hero-in.reveal{opacity:1!important;transform:none!important}
body.pdp-lux .pdp-hero-in::before{
  content:"";display:block;width:76px;height:2px;background:var(--gold-lite);
  box-shadow:0 0 18px rgba(201,168,108,.5);
  margin:0 0 24px;animation:luxRise .9s var(--ease) both;
}
body.pdp-lux .pchips{justify-content:flex-start;margin-bottom:18px;animation:luxRise .9s var(--ease) both;animation-delay:.08s}
body.pdp-lux .pdp-hero-in h1{
  text-align:left;
  font-size:clamp(50px,7vw,100px);
  line-height:.94;font-weight:500;letter-spacing:-.025em;
  margin:0 0 20px;
  animation:luxRise 1s var(--ease) both;animation-delay:.18s;
}
body.pdp-lux .pdp-sub{
  margin:0 0 32px!important;max-width:46ch;
  font-size:clamp(16.5px,1.4vw,20px);color:rgba(255,255,255,.86);
  animation:luxRise 1s var(--ease) both;animation-delay:.3s;
}
body.pdp-lux .pdp-cta{justify-content:flex-start;animation:luxRise 1s var(--ease) both;animation-delay:.42s}
/* scroll cue (injected by JS) */
body.pdp-lux .lux-cue{
  position:absolute;left:50%;bottom:30px;width:1px;height:56px;z-index:3;
  background:linear-gradient(rgba(255,255,255,0),rgba(255,255,255,.7));
  overflow:hidden;transition:opacity .4s var(--ease);
}
body.pdp-lux .lux-cue::after{content:"";position:absolute;inset:0;background:rgba(255,255,255,.95);animation:luxCue 2.4s ease-in-out infinite}

/* ---------- Dark editorial SPEC BAND (glance) ---------- */
body.pdp-lux .pdp-glance{background:var(--ink)!important;color:#fff!important;border:0!important}
body.pdp-lux .pdp-glance .pg{padding:clamp(30px,4vw,52px) 0;gap:clamp(28px,5vw,72px)}
body.pdp-lux .pdp-glance .pg span{color:var(--gold-lite)!important;letter-spacing:.24em;font-size:10.5px}
body.pdp-lux .pdp-glance .pg b{color:#fff!important;font-size:17px;font-family:var(--serif);font-weight:500;letter-spacing:0}

/* ---------- Section headers: hairline + tracked eyebrow ---------- */
body.pdp-lux .eyebrow{display:inline-flex;align-items:center;gap:14px}
body.pdp-lux .pdp-hero .eyebrow{display:none}
body.pdp-lux .eyebrow::before{content:"";width:30px;height:1px;background:currentColor;opacity:.9;display:inline-block}
body.pdp-lux .sec-head h2,body.pdp-lux .pdp-intro h2{font-size:clamp(34px,4.6vw,62px);line-height:1.02;letter-spacing:-.02em}
body.pdp-lux .pad{padding-top:clamp(64px,9vw,128px);padding-bottom:clamp(64px,9vw,128px)}

/* ---------- Gallery: captions + lightbox ---------- */
body.pdp-lux .pfig{position:relative;cursor:pointer;border-radius:2px}
body.pdp-lux .pfig figcaption{
  position:absolute;left:0;right:0;bottom:0;z-index:2;
  padding:20px 16px 14px;text-align:center;
  font-family:var(--serif);font-size:13.5px;letter-spacing:.02em;color:#fff;
  background:linear-gradient(0deg,rgba(20,16,10,.78),rgba(20,16,10,0));
  opacity:0;transform:translateY(8px);transition:opacity .4s var(--ease),transform .4s var(--ease);
}
body.pdp-lux .pfig:hover figcaption,body.pdp-lux .pfig:focus-visible figcaption{opacity:1;transform:none}
body.pdp-lux .pfig::after{
  content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  box-shadow:inset 0 0 0 1px rgba(176,137,74,0);transition:box-shadow .35s var(--ease);
}
body.pdp-lux .pfig:hover::after{box-shadow:inset 0 0 0 1px var(--gold-lite)}
.lux-lb{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;
  background:rgba(12,10,7,.95);opacity:0;pointer-events:none;transition:opacity .4s var(--ease)}
.lux-lb.open{opacity:1;pointer-events:auto}
.lux-lb-fig{margin:0;display:flex;flex-direction:column;align-items:center;gap:18px;max-width:88vw}
.lux-lb img{max-width:86vw;max-height:80vh;object-fit:contain;border-radius:3px;box-shadow:0 40px 120px rgba(0,0,0,.6)}
.lux-lb img.is-product{background:#fff;padding:2.5vw}
.lux-lb figcaption{font-family:"Zodiak",Georgia,serif;color:#f3ead8;font-size:clamp(16px,1.6vw,22px);letter-spacing:.04em}
.lux-lb-x{position:absolute;top:22px;right:26px;background:none;border:0;color:#fff;font-size:34px;line-height:1;cursor:pointer;opacity:.8;transition:opacity .2s}
.lux-lb-x:hover{opacity:1}
.lux-lb-nav{position:absolute;top:50%;transform:translateY(-50%);background:none;border:0;color:#fff;font-size:52px;line-height:1;cursor:pointer;opacity:.6;padding:20px;transition:opacity .2s}
.lux-lb-nav:hover{opacity:1}
.lux-lb-prev{left:8px}.lux-lb-next{right:8px}
@media(max-width:640px){.lux-lb-nav{font-size:38px;padding:10px}}

/* ---------- WHY: agency editorial index (no boxes) ---------- */
body.pdp-lux .pdp-why{background:var(--paper)}
body.pdp-lux .wgrid{counter-reset:wc;grid-template-columns:repeat(3,1fr);gap:clamp(30px,3.4vw,58px) clamp(34px,4vw,76px)}
body.pdp-lux .wcard{
  counter-increment:wc;background:transparent!important;border:0!important;border-top:1px solid var(--line-strong)!important;
  border-radius:0!important;box-shadow:none!important;padding:30px 0 0!important;transition:border-color .4s var(--ease)!important;
}
body.pdp-lux .wcard:hover{transform:none!important;box-shadow:none!important;border-top-color:var(--gold)!important}
body.pdp-lux .wic{display:none}
body.pdp-lux .wcard::before{
  content:counter(wc,decimal-leading-zero);display:block;
  font-family:var(--serif);font-weight:500;font-size:clamp(24px,2.2vw,34px);
  color:var(--gold);letter-spacing:.02em;margin-bottom:16px;line-height:1;
}
body.pdp-lux .wcard h3{font-size:clamp(20px,1.7vw,25px);margin:0 0 12px;line-height:1.18}
body.pdp-lux .wcard p{font-size:15.5px;line-height:1.72;color:var(--ink-soft);max-width:36ch;margin:0}
@media(max-width:900px){body.pdp-lux .wgrid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){body.pdp-lux .wgrid{grid-template-columns:1fr}}

/* ---------- Long-form story: editorial measure + drop cap ---------- */
body.pdp-lux .pdp-article{max-width:44rem}
body.pdp-lux .pdp-article p{font-size:17.5px;line-height:1.85;color:var(--ink-soft)}
body.pdp-lux .pdp-article>p:first-of-type::first-letter{
  font-family:var(--serif);float:left;font-size:4.4em;line-height:.72;
  padding:8px 14px 0 0;color:var(--gold-deep);font-weight:500;
}

/* ---------- Closing band: dramatic dark finale ---------- */
body.pdp-lux .pdp-final{background:var(--ink)!important;color:#fff!important;border:0!important;padding:clamp(80px,11vw,150px) 0}
body.pdp-lux .pdp-final::before{content:"";display:block;width:56px;height:1px;background:var(--gold-lite);margin:0 auto 26px}
body.pdp-lux .pdp-final h2{color:#fff!important;font-size:clamp(38px,5vw,72px);letter-spacing:-.02em}
body.pdp-lux .pdp-final p{color:rgba(255,255,255,.78)!important}
body.pdp-lux .pdp-final .eyebrow,body.pdp-lux .pdp-final .eyebrow.on-dark{color:var(--gold-lite)!important;justify-content:center}
body.pdp-lux .pdp-final .btn-gold{background:var(--gold-deep)!important;border-color:var(--gold-deep)!important;color:#fff!important}
body.pdp-lux .pdp-final .btn-gold:hover{background:var(--gold)!important;border-color:var(--gold)!important}
body.pdp-lux .pdp-final .btn-ghost{border:1px solid rgba(255,255,255,.5)!important;color:#fff!important;background:transparent!important}
body.pdp-lux .pdp-final .btn-ghost:hover{border-color:#fff!important;background:rgba(255,255,255,.12)!important}

/* ---------- Micro-interactions ---------- */
body.pdp-lux .pv b a,body.pdp-lux .connect-reviews a,body.pdp-lux .pdp-article a{
  background-image:linear-gradient(var(--gold),var(--gold));background-size:0% 1px;background-position:0 100%;
  background-repeat:no-repeat;transition:background-size .35s var(--ease);padding-bottom:2px;
}
body.pdp-lux .pv b a:hover,body.pdp-lux .pdp-article a:hover{background-size:100% 1px}

/* ---------- Mobile: retire the scroll cue so it can't crowd the stacked CTAs ---------- */
@media(max-width:640px){
  body.pdp-lux .lux-cue{display:none}
  body.pdp-lux .pdp-hero-in{padding-bottom:clamp(48px,8vh,80px)}
  body.pdp-lux .pdp-cta{gap:12px;width:100%}
}

/* ========================================================================
   v3 — GALLERY as an editorial ruled lookbook (replaces the boxed catalog).
   Hairline-ruled matrix, larger cells, each piece named in serif beneath,
   subtle warm hover. Reads as a curated collection, not a stock grid.
   ===================================================================== */
body.pdp-lux .pdp-gallery{background:#fff}
body.pdp-lux .pdp-gallery .sec-head{margin-bottom:clamp(30px,4vw,54px)}
body.pdp-lux .pgrid{
  grid-template-columns:repeat(3,1fr)!important;
  grid-auto-rows:auto!important;
  gap:0!important;
  border-top:1px solid var(--line-strong);border-left:1px solid var(--line-strong);
}
body.pdp-lux .pfig,
body.pdp-lux .pfig.wide{
  aspect-ratio:auto!important;
  grid-column:auto!important;grid-row:auto!important;
  border:0!important;border-right:1px solid var(--line-strong)!important;border-bottom:1px solid var(--line-strong)!important;
  border-radius:0!important;background:#fff!important;box-shadow:none!important;
  display:flex;flex-direction:column;align-items:center;justify-content:flex-start;
  padding:clamp(30px,3.2vw,52px) clamp(22px,2.2vw,38px) clamp(18px,1.8vw,26px)!important;
  transform:none!important;transition:background .4s var(--ease)!important;
}
body.pdp-lux .pfig::after{display:none!important}
body.pdp-lux .pfig img,
body.pdp-lux .pfig img[src*="/biz/idc/"],
body.pdp-lux .pfig img[src*="/products/"]{
  position:static!important;width:100%!important;height:auto!important;aspect-ratio:1/1!important;
  object-fit:contain!important;padding:0!important;background:transparent!important;
  transition:transform .55s var(--ease)!important;
}
body.pdp-lux .pfig{background:#fff!important}
body.pdp-lux .pfig:hover{background:#fff!important;box-shadow:inset 0 0 0 1px var(--gold-lite)!important}
body.pdp-lux .pfig:hover img{transform:scale(1.045)}
/* piece name, always visible, in serif — turns a dump into a collection */
body.pdp-lux .pfig figcaption{
  position:static!important;opacity:1!important;transform:none!important;background:none!important;
  color:var(--ink)!important;font-family:var(--serif)!important;font-weight:500;
  font-size:15.5px!important;letter-spacing:.015em;text-align:center;
  margin-top:18px!important;padding:0!important;line-height:1.35;
}
body.pdp-lux .pfig figcaption::before{
  content:"";display:block;width:22px;height:1px;background:var(--gold-lite);margin:0 auto 12px;
  opacity:0;transition:opacity .35s var(--ease);
}
body.pdp-lux .pfig:hover figcaption::before{opacity:1}
@media(max-width:900px){body.pdp-lux .pgrid{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:520px){body.pdp-lux .pgrid{grid-template-columns:1fr 1fr!important}}

/* ========================================================================
   v4 — HERO full-bleed to the very top: transparent nav over the image
   (white wordmark + links), solid white once scrolled. The page's hero is
   .pdp-hero (not a listing/page hero), so site.js only adds .solid on
   scroll>40 — we style :not(.solid) as the over-image state.
   ===================================================================== */
body.pdp-lux .nav:not(.solid){background:transparent!important;box-shadow:none!important;backdrop-filter:none!important}
/* legibility veil behind the transparent nav */
body.pdp-lux .nav:not(.solid)::before{
  content:"";position:absolute;inset:0 0 -46px 0;z-index:-1;pointer-events:none;
  background:linear-gradient(180deg,rgba(8,7,6,.52) 0%,rgba(8,7,6,.28) 45%,rgba(8,7,6,0) 100%);
}
body.pdp-lux .nav:not(.solid) .brand::after{background:#fff!important}
body.pdp-lux .nav:not(.solid) .nav-links a,
body.pdp-lux .nav:not(.solid) .nav-search,
body.pdp-lux .nav:not(.solid) .nav-cta{color:#fff!important}
body.pdp-lux .nav:not(.solid) .nav-links a.active{color:var(--gold-lite)!important}
body.pdp-lux .nav:not(.solid) .nav-ico,
body.pdp-lux .nav:not(.solid) .nav-search svg{color:var(--gold-lite)!important}
body.pdp-lux .nav:not(.solid) .nav-div{background:rgba(255,255,255,.4)!important}
body.pdp-lux .nav:not(.solid) .nav-burger{color:#fff!important;border-color:rgba(255,255,255,.55)!important;background:transparent!important}
/* scrolled: solid white with ink wordmark + gold accents */
body.pdp-lux .nav.solid .brand::after{background:var(--ink)!important}
body.pdp-lux .nav.solid .nav-ico,body.pdp-lux .nav.solid .nav-search svg{color:var(--gold-deep)!important}
body.pdp-lux .nav.solid .nav-links a.active{color:var(--gold-deep)!important}
/* ensure the hero fills the whole viewport, image from the very top */
body.pdp-lux .pdp-hero{min-height:100svh!important}

/* ========================================================================
   FONT LOCK  —  DO NOT CHANGE.  (Client directive, committed to memory.)
   The ENTIRE website uses its ORIGINAL Switzer sans face for every heading
   and label. NO serif / Zodiak / Georgia display font anywhere. This block
   neutralises the earlier serif experiment while preserving all layout,
   colour and motion. If you add new sections, use var(--display) / Switzer.
   ===================================================================== */
body.pdp-lux{--serif:"Switzer","Inter",system-ui,-apple-system,"Segoe UI",sans-serif}
body.pdp-lux h1,body.pdp-lux h2,body.pdp-lux h3,
body.pdp-lux .pdp-hero-in h1,body.pdp-lux .pdp-final h2,body.pdp-lux .connect-grid h2,
body.pdp-lux .sec-head h2,body.pdp-lux .pdp-intro h2,
body.pdp-lux .faq-item summary,body.pdp-lux .wcard h3,
body.pdp-lux .rev-top b,body.pdp-lux .rev-write summary,
body.pdp-lux .pdp-article h2,body.pdp-lux .pdp-article h3,
body.pdp-lux .pfig figcaption,body.pdp-lux .wcard::before,
body.pdp-lux .pdp-article>p:first-of-type::first-letter,
.lux-lb figcaption{
  font-family:"Switzer","Inter",system-ui,-apple-system,"Segoe UI",sans-serif !important;
}
body.pdp-lux h1,body.pdp-lux h2,body.pdp-lux h3,
body.pdp-lux .pdp-hero-in h1,body.pdp-lux .pdp-final h2,body.pdp-lux .sec-head h2,
body.pdp-lux .pdp-intro h2,body.pdp-lux .wcard h3,body.pdp-lux .pdp-article h2,
body.pdp-lux .pdp-article h3,body.pdp-lux .wcard::before{font-weight:700 !important;letter-spacing:-.02em}
body.pdp-lux .faq-item summary,body.pdp-lux .pfig figcaption{font-weight:600 !important;letter-spacing:0}
body.pdp-lux .pdp-article>p:first-of-type::first-letter{font-weight:700 !important}

/* ========================================================================
   SHINING WHITE — luminous, polished light surfaces (client directive).
   Retires the dark/ivory bands for a bright premium white with real depth:
   soft gradients + a warm pearl sheen + refined shadows, never flat.
   ===================================================================== */
body.pdp-lux{background:#ffffff}
/* every major surface: luminous white, ink text */
body.pdp-lux .pdp-glance,
body.pdp-lux .pdp-gallery,
body.pdp-lux .pdp-intro,
body.pdp-lux .pdp-visit,
body.pdp-lux .pdp-connect,
body.pdp-lux .pdp-story{
  background:linear-gradient(180deg,#ffffff 0%,#fbfaf7 100%)!important;
  color:var(--ink)!important;
}
/* alternating whisper-warm panels with a top sheen for rhythm */
body.pdp-lux .pdp-why,
body.pdp-lux .pdp-faq{
  background:radial-gradient(130% 90% at 50% 0%, #ffffff 0%, #f6f3ec 100%)!important;
  color:var(--ink)!important;border-top:1px solid var(--line);
}
/* spec band — bright, ink values, gold labels */
body.pdp-lux .pdp-glance{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
body.pdp-lux .pdp-glance .pg span{color:var(--gold-deep)!important}
body.pdp-lux .pdp-glance .pg b{color:var(--ink)!important}
/* closing band — luminous white finale, gold hairline + eyebrow, ink CTA */
body.pdp-lux .pdp-final{
  background:radial-gradient(120% 100% at 50% 0%, #ffffff 0%, #f5f2ea 100%)!important;
  color:var(--ink)!important;border-top:1px solid var(--line)!important;
}
body.pdp-lux .pdp-final h2{color:var(--ink)!important}
body.pdp-lux .pdp-final p{color:var(--ink-soft)!important}
body.pdp-lux .pdp-final .eyebrow,
body.pdp-lux .pdp-final .eyebrow.on-dark{color:var(--gold-deep)!important}
body.pdp-lux .pdp-final::before{background:var(--gold-deep)!important}
body.pdp-lux .pdp-final .btn-gold{background:var(--ink)!important;border-color:var(--ink)!important;color:#fff!important}
body.pdp-lux .pdp-final .btn-gold:hover{background:var(--gold-deep)!important;border-color:var(--gold-deep)!important;color:#fff!important}
body.pdp-lux .pdp-final .btn-ghost{border:1px solid var(--line-strong)!important;color:var(--ink)!important;background:transparent!important}
body.pdp-lux .pdp-final .btn-ghost:hover{border-color:var(--gold-deep)!important;color:var(--gold-deep)!important}
/* POLISH — soft premium shadows give the white depth/shine */
body.pdp-lux .btn-gold{box-shadow:0 8px 22px rgba(23,19,16,.10)}
body.pdp-lux .btn-gold:hover{box-shadow:0 14px 32px rgba(138,106,52,.26)}
body.pdp-lux .pmap{box-shadow:0 14px 38px rgba(23,19,16,.10)}
body.pdp-lux .wcard:hover{box-shadow:0 20px 48px rgba(23,19,16,.07)}
/* keep enquiry inputs crisp-white with a soft inset */
body.pdp-lux .cn-field input,
body.pdp-lux .cn-field textarea{background:#fff!important;box-shadow:inset 0 1px 2px rgba(23,19,16,.04)}

/* ========================================================================
   POLISH v5 — crisper copy, airier rhythm, richer sheen, editorial rules.
   ===================================================================== */
/* darker body copy for crisp, confident legibility on the luminous white */
body.pdp-lux{--ink-soft:#3c352d}
body.pdp-lux .wcard p,body.pdp-lux .faq-a p,body.pdp-lux .connect-sub,
body.pdp-lux .pv span{color:var(--ink-soft)!important}
body.pdp-lux .wcard p{font-size:16px}
/* airier, more luxurious vertical rhythm */
body.pdp-lux .pad{padding-top:clamp(78px,10vw,150px)!important;padding-bottom:clamp(78px,10vw,150px)!important}
body.pdp-lux .sec-head{margin-bottom:clamp(40px,4.6vw,66px)}
body.pdp-lux .sec-head .l{gap:16px}
/* richer luminous sheen — highlight lifted just above the fold */
body.pdp-lux .pdp-why,body.pdp-lux .pdp-faq{
  background:radial-gradient(135% 95% at 50% -12%, #ffffff 0%, #f3efe6 100%)!important;
}
body.pdp-lux .pdp-final{
  background:radial-gradient(135% 115% at 50% -12%, #ffffff 0%, #f2eee3 100%)!important;
}
/* faint gold hairline at the top of each section — an editorial signature */
body.pdp-lux section.pad{position:relative}
body.pdp-lux section.pad::before{
  content:"";position:absolute;top:0;left:0;right:0;height:1px;
  background:linear-gradient(90deg,transparent 0%,rgba(176,137,74,.32) 50%,transparent 100%);
}
/* consistent, refined easing on interactive elements */
body.pdp-lux a,body.pdp-lux .btn,body.pdp-lux .pfig,body.pdp-lux .wcard,body.pdp-lux .pmap{
  transition-timing-function:cubic-bezier(.22,.61,.36,1);
}

/* ===== POLISH v6: hero copy legibility + refined FAQ chevron ===== */
/* anchor a soft darkening under the bottom-left hero copy so the description
   stays crisp while the ring keeps its brightness on the right */
body.pdp-lux .pdp-scrim{
  background:
    linear-gradient(180deg, rgba(8,7,6,.42) 0%, rgba(8,7,6,.05) 28%, rgba(8,7,6,.18) 56%, rgba(8,7,6,.86) 100%),
    radial-gradient(95% 85% at 8% 94%, rgba(8,7,6,.74) 0%, rgba(8,7,6,0) 60%) !important;
}
body.pdp-lux .pdp-sub{text-shadow:0 1px 26px rgba(0,0,0,.7)!important;color:#fff!important}
/* thin rotating chevron instead of the generic +/- */
body.pdp-lux .faq-item summary::after{
  content:""!important;flex:0 0 auto;width:10px;height:10px;
  border-right:1.6px solid var(--gold-deep);border-bottom:1.6px solid var(--gold-deep);
  transform:rotate(45deg);transition:transform .3s cubic-bezier(.22,.61,.36,1);
  margin-right:6px;margin-left:16px;
}
body.pdp-lux .faq-item[open] summary::after{content:""!important;transform:rotate(-135deg)}
body.pdp-lux .faq-item summary{align-items:center}
