/* ============================================================
   KALA — kala.mskala.in
   Palette sampled directly from the brand's own catalog booklet
   (assets/files/KALA-2.0.pdf): emerald green, near-black, a soft
   yellow accent picked off the actual PTFE tape packaging.
   Layout register: light, spacious, photography-led — the
   product is the decoration, in the manner of jaquar.com.
   ============================================================ */

:root{
  /* ---- color (sampled from brand catalog) ---- */
  --ink:        #15130f;   /* catalog cover background, warm near-black */
  --body:       #5a5f5b;   /* paragraph grey */
  --line:       #e5e6e1;   /* hairline border, warm-neutral grey */
  --paper:      #ffffff;
  --paper-2:    #f6f5f2;   /* alternate section ground */
  --paper-3:    #eeede6;   /* card ground on paper-2 sections */
  --emerald:    #1f7a5c;   /* primary accent — darkened for AA contrast */
  --emerald-brt:#2fa374;   /* hover / bright variant, close to catalog text green */
  --emerald-tint:#eaf6f0;  /* light emerald wash for backgrounds */
  --yellow:     #d9c53f;   /* accent sampled from the PTFE tape packaging */
  --footer-bg:  #15130f;
  --footer-line:rgba(255,255,255,0.12);
  --footer-txt: #b6b8b3;

  /* ---- type ---- */
  --f-display: 'Manrope', 'Arial', sans-serif;
  --f-body:    'Inter', 'Segoe UI', sans-serif;
  --f-script:  'Yellowtail', cursive;

  --container: 1280px;
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--f-body);
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
h1,h2,h3,h4,h5{ margin:0; font-family:var(--f-display); font-weight:800; letter-spacing:-0.02em; color:var(--ink); }
p{ margin:0; }
ul{ margin:0; padding:0; list-style:none; }
.wrap{ max-width:var(--container); margin:0 auto; padding:0 32px; }

@media (prefers-reduced-motion: reduce){
  *{ animation-duration:0.001ms !important; animation-iteration-count:1 !important; transition-duration:0.001ms !important; scroll-behavior:auto !important; }
}
:focus-visible{ outline:2px solid var(--emerald); outline-offset:3px; }

/* ---------- eyebrow ---------- */
.eyebrow{
  font-family:var(--f-body);
  font-size:12.5px;
  font-weight:700;
  letter-spacing:0.14em;
  text-transform:uppercase;
  color:var(--emerald);
}
.eyebrow.on-dark{ color:var(--yellow); }

/* ---------- script accent — used once per section, sparingly,
   echoing the catalog's own "Premium Quality" script treatment ---------- */
.script{
  font-family:var(--f-script);
  font-weight:400;
  font-size:1.5em;
  color:var(--emerald-brt);
  line-height:1;
}

/* ---------- buttons / links ---------- */
.btn{
  display:inline-flex;
  align-items:center;
  gap:9px;
  font-family:var(--f-body);
  font-weight:700;
  font-size:14.5px;
  padding:15px 28px;
  border-radius:2px;
  border:1.5px solid var(--ink);
  cursor:pointer;
  transition:all .18s ease;
  white-space:nowrap;
}
.btn-solid{ background:var(--ink); color:#fff; }
.btn-solid:hover{ background:var(--emerald); border-color:var(--emerald); }
.btn-line{ background:transparent; color:var(--ink); }
.btn-line:hover{ border-color:var(--emerald); color:var(--emerald); }
.btn-line.on-dark{ color:#fff; border-color:rgba(255,255,255,0.55); }
.btn-line.on-dark:hover{ border-color:#fff; color:#fff; background:rgba(255,255,255,0.08); }

.link-arrow{
  display:inline-flex; align-items:center; gap:8px;
  font-weight:700; font-size:14.5px; color:var(--ink);
  border-bottom:1.5px solid var(--ink);
  padding-bottom:3px;
  transition:color .15s ease, border-color .15s ease, gap .15s ease;
}
.link-arrow:hover{ color:var(--emerald); border-color:var(--emerald); gap:12px; }
.link-arrow.on-dark{ color:#fff; border-color:rgba(255,255,255,0.6); }
.link-arrow.on-dark:hover{ color:#fff; border-color:#fff; }
.link-arrow svg{ width:15px; height:15px; }

/* ============================================================
   HEADER
   ============================================================ */
header{
  position:sticky; top:0; z-index:100;
  border-bottom:1px solid var(--line);
}
header::before{
  content:"";
  position:absolute; inset:0;
  background:rgba(255,255,255,0.96);
  backdrop-filter:blur(8px);
  z-index:-1;
}
.nav{
  display:flex; align-items:center; justify-content:space-between;
  height:80px;
}
.brand img{ height:26px; width:auto; }
.nav-links{ display:flex; align-items:center; gap:4px; }
.nav-links > li > a{
  display:block;
  padding:10px 16px;
  font-family:var(--f-body);
  font-weight:600;
  font-size:14px;
  color:var(--ink);
  border-radius:2px;
  transition:color .15s ease;
}
.nav-links > li > a:hover{ color:var(--emerald); }
.nav-actions{ display:flex; align-items:center; gap:16px; }

.has-mega{ position:relative; }
.mega a{
  display:flex; align-items:baseline; gap:10px;
  padding:10px 10px;
  border-bottom:1px solid var(--line);
  font-size:14px; font-weight:600; color:var(--ink);
}
.mega a:hover{ color:var(--emerald); }
.mega a .idx{ font-family:var(--f-body); font-weight:700; font-size:11px; color:var(--emerald); }

@media (min-width:761px){
  .mega{
    position:absolute; top:100%; left:50%; transform:translateX(-50%) translateY(10px);
    width:700px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:2px;
    padding:22px;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:2px 28px;
    opacity:0; visibility:hidden;
    transition:opacity .16s ease, transform .16s ease;
    box-shadow:0 30px 60px rgba(20,20,18,0.14);
  }
  .has-mega:hover .mega,
  .has-mega:focus-within .mega{ opacity:1; visibility:visible; transform:translateX(-50%) translateY(0); }
}

.nav-toggle{ display:none; background:none; border:none; color:var(--ink); cursor:pointer; padding:8px; }
.nav-toggle svg{ width:24px; height:24px; }

/* ============================================================
   HERO — full-bleed autoplay video montage (built from the
   brand's own product photography, see assets/video), dark
   scrim for legibility, bold headline overlaid directly on it —
   the same register as jaquar.com's video hero banners.
   ============================================================ */
.hero{
  position:relative;
  height:min(90vh, 860px);
  min-height:560px;
  overflow:hidden;
  background:var(--ink);
  display:flex;
  flex-direction:column;
}
.hero-video{
  position:absolute; inset:0;
  width:100%; height:100%;
  object-fit:cover;
}
.hero::after{
  content:"";
  position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(15,14,12,0.55) 0%, rgba(15,14,12,0.25) 38%, rgba(15,14,12,0.75) 100%);
}
.hero-inner{
  position:relative; z-index:1;
  max-width:var(--container); margin:0 auto;
  width:100%;
  flex:1; min-height:0;
  padding:0 32px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.hero-copy{ max-width:640px; }
.hero-copy .eyebrow{ margin-bottom:18px; }
.hero h1{
  font-size:clamp(2.5rem, 5.2vw, 4.4rem);
  line-height:1.02;
  letter-spacing:-0.03em;
  color:#fff;
}
.hero h1 em{ font-style:normal; color:var(--yellow); }
.hero p.lede{
  margin-top:22px;
  max-width:46ch;
  color:rgba(255,255,255,0.82);
  font-size:17.5px;
}
.hero-cta{ display:flex; gap:16px; margin-top:32px; flex-wrap:wrap; align-items:center; }

.hero-stats{
  position:relative; z-index:1;
  flex:0 0 auto;
  border-top:1px solid rgba(255,255,255,0.18);
  background:rgba(15,14,12,0.35);
  backdrop-filter:blur(2px);
}
.hero-stats .wrap{ display:flex; gap:0; }
.hero-stats div{
  flex:1; padding:22px 32px 22px 0;
  border-right:1px solid rgba(255,255,255,0.18);
}
.hero-stats div:last-child{ border-right:none; }
.hero-stats strong{ display:block; font-family:var(--f-display); font-size:1.7rem; font-weight:800; color:#fff; }
.hero-stats span{ font-size:12.5px; color:rgba(255,255,255,0.72); font-weight:600; }

/* ============================================================
   QUICK CATEGORY STRIP
   ============================================================ */
.strip{
  background:#fff;
  border-bottom:1px solid var(--line);
  overflow-x:auto;
  scrollbar-width:none;
}
.strip::-webkit-scrollbar{ display:none; }
.strip-row{ display:flex; gap:10px; padding:18px 32px; width:max-content; margin:0 auto; }
.chip{
  font-size:13.5px; font-weight:600;
  color:var(--body);
  border:1px solid var(--line);
  padding:9px 18px; border-radius:20px;
  transition:all .15s ease;
  white-space:nowrap;
}
.chip:hover{ color:var(--ink); border-color:var(--emerald); }

/* ============================================================
   CATEGORY TILES
   ============================================================ */
.tiles{ padding:88px 0 0; background:#fff; }
.tile-grid{ display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.tile{
  position:relative;
  aspect-ratio:4/5;
  overflow:hidden;
  border-radius:2px;
  background:var(--paper-2);
  display:flex; align-items:flex-end;
}
.tile img{
  position:absolute; inset:0; width:100%; height:100%; object-fit:contain;
  padding:40px;
  transition:transform .5s ease;
}
.tile:hover img{ transform:scale(1.04); }
.tile::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(0deg, rgba(15,19,15,0.72) 0%, rgba(15,19,15,0) 42%);
}
.tile-copy{ position:relative; z-index:1; padding:32px; color:#fff; }
.tile-copy h3{ color:#fff; font-size:1.6rem; }
.tile-copy .link-arrow{ margin-top:14px; }

/* ============================================================
   FEATURE STRIP
   ============================================================ */
.features{ padding:96px 0; background:#fff; }
.features-head{ max-width:640px; margin-bottom:52px; }
.features-head h2{ font-size:clamp(1.9rem,3vw,2.5rem); }
.feature-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:40px; }
.feature-item .ic{
  width:44px; height:44px; margin-bottom:22px;
  color:var(--emerald);
}
.feature-item .ic svg{ width:100%; height:100%; }
.feature-item h4{ font-size:1.05rem; font-weight:700; }
.feature-item p{ margin-top:10px; color:var(--body); font-size:14.5px; }

/* ============================================================
   ABOUT
   ============================================================ */
.about{ padding:100px 0; background:var(--paper-2); }
.about-grid{ display:grid; grid-template-columns:0.85fr 1.15fr; gap:70px; align-items:center; }
.about h2{ font-size:clamp(1.9rem,3vw,2.6rem); margin-top:18px; }
.about p{ margin-top:20px; color:var(--body); font-size:16.5px; max-width:56ch; }
.about-figures{ display:grid; grid-template-columns:1fr 1fr; gap:14px 28px; margin-top:34px; }
.about-figures div{ border-top:1px solid var(--line); padding-top:12px; }
.about-figures strong{ display:block; font-family:var(--f-display); font-size:1.4rem; font-weight:800; }
.about-figures span{ font-size:12.5px; color:var(--body); font-weight:600; }
.about-visual img{ width:100%; border-radius:2px; }

/* ============================================================
   LIFESTYLE BANNER — full-width photographic section break,
   used ahead of Bath Accessories / Steel Sink, echoing the
   catalog's own section-opener banners.
   ============================================================ */
.lifestyle-banner{ position:relative; height:340px; overflow:hidden; }
.lifestyle-banner img{ width:100%; height:100%; object-fit:cover; }
.lifestyle-banner::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(90deg, rgba(15,19,15,0.72) 0%, rgba(15,19,15,0.15) 55%);
}
.lifestyle-copy{
  position:absolute; inset:0; z-index:1;
  display:flex; flex-direction:column; justify-content:center;
  max-width:var(--container); margin:0 auto; padding:0 32px;
}
.lifestyle-copy h2{ color:#fff; font-size:clamp(1.8rem,3vw,2.4rem); }
.lifestyle-copy .eyebrow{ margin-bottom:14px; }

/* ============================================================
   PRODUCT CATEGORY SECTIONS
   ============================================================ */
.cat{ padding:80px 0; border-top:1px solid var(--line); }
.cat:nth-of-type(odd){ background:var(--paper-2); }
.cat-head{
  display:flex; justify-content:space-between; align-items:flex-end; gap:24px;
  margin-bottom:44px; flex-wrap:wrap;
}
.cat-head h3{ font-size:clamp(1.6rem,2.4vw,2.1rem); margin-top:10px; }
.cat-head .tagline{ color:var(--body); margin-top:8px; font-size:15.5px; max-width:46ch; }
.cat-index{ font-family:var(--f-body); font-weight:700; font-size:13px; color:var(--emerald); white-space:nowrap; }

.grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(230px, 1fr));
  gap:2px;
  background:var(--line);
  border:1px solid var(--line);
}
.card{ background:#fff; transition:box-shadow .18s ease; position:relative; }
.card:hover{ box-shadow:inset 0 0 0 1.5px var(--emerald); z-index:1; }
.card-img{
  aspect-ratio:1/1;
  display:flex; align-items:center; justify-content:center;
  padding:30px;
  background:#fff;
}
.card-img img{ max-height:100%; object-fit:contain; }
.card-img.ph{ color:var(--body); font-size:13px; text-align:center; font-weight:600; }
.card-body{ padding:16px 20px 22px; border-top:1px solid var(--line); }
.sku-row{ display:flex; flex-wrap:wrap; gap:8px; margin-bottom:7px; }
.sku{ font-size:12px; font-weight:700; color:var(--emerald); }
.sku + .sku::before{ content:"/"; margin-right:8px; color:var(--line); font-weight:400; }
.card-name{ font-size:14.5px; color:var(--ink); font-weight:700; line-height:1.4; }
.card-spec{ margin-top:6px; font-size:12.5px; color:var(--body); }

/* ---------- packaging ---------- */
.pack-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:2px; background:var(--line); border:1px solid var(--line); }
.pack-grid figure{ margin:0; background:#fff; display:flex; flex-direction:column; }
.pack-grid .card-img{ aspect-ratio:4/5; }
.pack-grid figcaption{ padding:14px 18px; font-size:13px; font-weight:700; color:var(--body); border-top:1px solid var(--line); }

/* ---------- accessory collections (Emerald/Ruby/Pearl/Coral) ---------- */
.series-grid{ display:grid; grid-template-columns:repeat(auto-fit, minmax(260px,1fr)); gap:24px; }
.series-card{ border:1px solid var(--line); background:#fff; border-radius:2px; overflow:hidden; transition:box-shadow .18s ease; }
.series-card:hover{ box-shadow:0 20px 40px rgba(20,20,18,0.1); }
.series-card .simg{ aspect-ratio:16/9; overflow:hidden; background:var(--paper-2); display:flex; align-items:center; justify-content:center; padding:14px; }
.series-card .simg img{ width:100%; height:100%; object-fit:contain; }
.series-card .sbody{ padding:22px 24px 26px; }
.series-card .script{ display:block; margin-bottom:4px; }
.series-card p{ color:var(--body); font-size:13.5px; margin-top:8px; }
.series-card .includes{ margin-top:14px; padding-top:14px; border-top:1px solid var(--line); font-size:12px; color:var(--body); font-weight:600; letter-spacing:.02em; text-transform:uppercase; }

/* ============================================================
   CONTACT
   ============================================================ */
.contact{ padding:100px 0; background:#fff; }
.contact-grid{ display:grid; grid-template-columns:0.85fr 1.15fr; gap:50px; }
.contact h2{ font-size:clamp(1.9rem,3vw,2.5rem); margin-top:16px; }
.contact-p{ color:var(--body); margin-top:16px; max-width:42ch; }
.contact-cards{ margin-top:32px; display:flex; flex-direction:column; gap:14px; }
.ccard{
  display:flex; align-items:center; gap:16px;
  border:1px solid var(--line); border-radius:2px; padding:20px 22px;
  transition:border-color .18s ease;
}
.ccard:hover{ border-color:var(--emerald); }
.ccard .ic{
  width:42px; height:42px; flex:0 0 42px; border-radius:2px;
  display:flex; align-items:center; justify-content:center;
  background:var(--emerald-tint); color:var(--emerald);
}
.ccard .lbl{ font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:.04em; color:var(--body); }
.ccard .val{ margin-top:2px; font-size:16px; font-weight:700; color:var(--ink); }
.map-frame{ border:1px solid var(--line); border-radius:2px; overflow:hidden; min-height:340px; }
.map-frame iframe{ width:100%; height:100%; min-height:340px; border:0; }

/* ============================================================
   FOOTER
   ============================================================ */
footer{ background:var(--footer-bg); color:var(--footer-txt); padding:64px 0 30px; }
.foot-top{ display:grid; grid-template-columns:1.2fr repeat(4,1fr); gap:32px; padding-bottom:48px; border-bottom:1px solid var(--footer-line); }
.foot-brand img{ height:24px; margin-bottom:16px; }
.foot-brand p{ font-size:14px; color:var(--footer-txt); max-width:32ch; }
.foot-col h5{ color:#fff; font-size:13px; font-weight:700; text-transform:uppercase; letter-spacing:.05em; margin-bottom:16px; }
.foot-col ul{ display:flex; flex-direction:column; gap:11px; }
.foot-col a{ font-size:13.5px; color:var(--footer-txt); transition:color .15s ease; }
.foot-col a:hover{ color:var(--yellow); }
.foot-row{ display:flex; justify-content:space-between; align-items:center; gap:16px; flex-wrap:wrap; padding-top:26px; }
.foot-row small{ font-size:12.5px; color:#7d7f79; }

/* ============================================================
   REVEAL ON SCROLL
   ============================================================ */
.reveal{ opacity:0; transform:translateY(16px); transition:opacity .6s ease, transform .6s ease; }
.reveal.in{ opacity:1; transform:none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:1000px){
  .about-grid, .contact-grid{ grid-template-columns:1fr; }
  .feature-grid{ grid-template-columns:1fr 1fr; row-gap:36px; }
  .tile-grid{ grid-template-columns:1fr; }
  .foot-top{ grid-template-columns:1fr 1fr; row-gap:32px; }
}

@media (max-width:760px){
  .nav-links{
    position:fixed; top:80px; right:0; bottom:0; left:0; background:#fff;
    flex-direction:column; align-items:stretch; padding:10px 24px 30px;
    transform:translateX(100%); transition:transform .22s ease; overflow-y:auto;
  }
  .nav-links.open{ transform:translateX(0); }
  .nav-links > li > a{ padding:17px 4px; border-bottom:1px solid var(--line); font-size:15px; }
  .mega{ position:static; width:auto; transform:none; opacity:1; visibility:visible; display:none; grid-template-columns:1fr; box-shadow:none; margin-top:6px; border:none; padding:0; }
  .has-mega.open .mega{ display:grid; }
  .nav-toggle{ display:block; }
  .nav-actions .btn-line{ display:none; }
  .hero{ height:auto; min-height:0; padding:0; }
  .hero-video{ position:relative; height:56vw; max-height:420px; }
  .hero::after{ display:none; }
  .hero-inner{ position:static; padding:44px 24px 36px; background:var(--ink); }
  .hero-stats{ position:static; background:var(--ink); }
  .hero-stats .wrap{ flex-direction:column; gap:0; padding:0 24px; }
  .hero-stats div{ border-right:none; border-bottom:1px solid rgba(255,255,255,0.18); padding:16px 0; }
  .hero-stats div:last-child{ border-bottom:none; }
  .lifestyle-banner{ height:240px; }
  .tiles, .features, .about, .cat, .contact{ padding:56px 0; }
  .feature-grid{ grid-template-columns:1fr; gap:32px; }
  .pack-grid{ grid-template-columns:1fr 1fr; }
  .foot-top{ grid-template-columns:1fr; gap:32px; }
  .foot-row{ flex-direction:column; text-align:center; }
}

@media (max-width:480px){
  .pack-grid{ grid-template-columns:1fr; }
}

/* ============================================================
   PLATO × KALA — partner brand segment. Same layout grammar as
   the rest of the catalogue (light, card-grid, hairline borders)
   with Plato's own teal used as this section's accent so the
   range reads as a distinct but integrated collaboration.
   ============================================================ */
:root{
  --plato-teal: #1f7a7a;
  --plato-teal-brt: #2a9d9d;
  --plato-tint: #eaf5f5;
}

.plato-intro{
  position:relative;
  background:var(--ink);
  color:#fff;
  overflow:hidden;
  padding:0;
  display:grid;
  grid-template-columns:1fr 1fr;
  min-height:460px;
}
.plato-intro-copy{
  padding:72px 56px;
  display:flex; flex-direction:column; justify-content:center;
  position:relative; z-index:1;
}
.plato-badge{
  display:inline-flex; align-items:center; gap:12px;
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.16);
  padding:10px 16px 10px 10px;
  border-radius:30px;
  width:fit-content;
  margin-bottom:26px;
}
.plato-badge img{ height:22px; width:auto; background:#fff; border-radius:20px; padding:4px 8px; }
.plato-badge span{ font-size:12.5px; font-weight:700; color:var(--plato-teal-brt); letter-spacing:.04em; text-transform:uppercase; }
.plato-intro h2{ color:#fff; font-size:clamp(1.9rem,3.2vw,2.7rem); }
.plato-intro h2 em{ font-style:normal; color:var(--plato-teal-brt); }
.plato-intro p{ margin-top:18px; color:rgba(255,255,255,0.75); max-width:44ch; font-size:16px; }
.plato-intro .hero-cta{ margin-top:30px; }
.plato-intro-figure{ position:relative; }
.plato-intro-figure img{ width:100%; height:100%; object-fit:cover; }
.plato-intro-figure::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(90deg, rgba(15,19,15,0.55) 0%, rgba(15,19,15,0) 30%);
}

.plato-nav{
  background:var(--plato-tint);
  border-bottom:1px solid var(--line);
  overflow-x:auto;
  scrollbar-width:none;
}
.plato-nav::-webkit-scrollbar{ display:none; }
.plato-nav-row{ display:flex; gap:10px; padding:16px 32px; width:max-content; margin:0 auto; }
.plato-chip{
  font-size:13px; font-weight:700;
  color:var(--plato-teal);
  border:1px solid rgba(31,122,122,0.3);
  background:#fff;
  padding:8px 16px; border-radius:20px;
  white-space:nowrap;
  transition:all .15s ease;
}
.plato-chip:hover{ background:var(--plato-teal); color:#fff; border-color:var(--plato-teal); }

.plato-sub{ padding:72px 0; border-top:1px solid var(--line); }
.plato-sub:nth-of-type(even){ background:var(--paper-2); }
.plato-sub-head{ margin-bottom:40px; max-width:640px; }
.plato-sub-head .eyebrow{ color:var(--plato-teal); }
.plato-sub-head h3{ font-size:clamp(1.5rem,2.2vw,1.9rem); margin-top:10px; }
.plato-sub-head p{ color:var(--body); margin-top:8px; font-size:15px; }

.price-tag{
  display:inline-block;
  font-family:var(--f-display); font-weight:800; font-size:15px;
  color:var(--ink);
}
.price-tag::before{ content:"₹ "; color:var(--plato-teal); }
.price-from{ font-size:11px; color:var(--body); font-weight:600; text-transform:uppercase; letter-spacing:.03em; margin-right:4px; }

.finish-row{ display:flex; align-items:center; gap:6px; margin-top:10px; }
.finish-dot{ width:15px; height:15px; border-radius:50%; border:1px solid rgba(0,0,0,0.15); display:inline-block; }
.finish-dot.fd-white{ background:#f5f5f3; }
.finish-dot.fd-black{ background:#26282a; }
.finish-dot.fd-marble{ background:#e3d6a8; }
.finish-dot.fd-grey{ background:#9a9d9c; }
.finish-label{ font-size:11px; color:var(--body); font-weight:600; margin-left:2px; }

.plato-lifestyle{ position:relative; height:320px; overflow:hidden; }
.plato-lifestyle img{ width:100%; height:100%; object-fit:cover; }
.plato-lifestyle::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(90deg, rgba(15,19,15,0.68) 0%, rgba(15,19,15,0.1) 55%);
}
.plato-lifestyle-copy{
  position:absolute; inset:0; z-index:1;
  display:flex; flex-direction:column; justify-content:center;
  max-width:var(--container); margin:0 auto; padding:0 32px;
}
.plato-lifestyle-copy h4{ color:#fff; font-size:clamp(1.5rem,2.6vw,2rem); font-family:var(--f-display); font-weight:800; }
.plato-lifestyle-copy .eyebrow{ color:var(--plato-teal-brt); margin-bottom:12px; }

/* ============================================================
   INTERACTIVE: tilt-on-hover preview
   A pointer-tracked 3D tilt on product imagery — an interactive
   touch standing in for true 360° photography (which needs a
   multi-angle turntable shot set we don't have on file). Applies
   to .card-img and .tile only; ignored entirely under
   prefers-reduced-motion and on touch (no hover) devices.
   ============================================================ */
@media (hover:hover) and (pointer:fine){
  .card-img, .tile{ transform-style:preserve-3d; will-change:transform; transition:transform .12s ease-out; }
  .card-img img, .tile img{ transition:transform .12s ease-out; }
}
.tilt-hint{
  position:absolute; bottom:8px; right:10px;
  font-size:10px; font-weight:700; letter-spacing:.05em; text-transform:uppercase;
  color:var(--body); opacity:0; transition:opacity .2s ease;
  pointer-events:none; display:flex; align-items:center; gap:4px;
}
.card:hover .tilt-hint{ opacity:.55; }
.tilt-hint svg{ width:11px; height:11px; }

/* ============================================================
   LIGHTBOX — click a product image for a larger view
   ============================================================ */
.lightbox{
  position:fixed; inset:0; z-index:1000;
  background:rgba(10,12,10,0.92);
  display:flex; align-items:center; justify-content:center;
  padding:40px;
  opacity:0; visibility:hidden;
  transition:opacity .2s ease;
}
.lightbox.open{ opacity:1; visibility:visible; }
.lightbox img{ max-width:min(760px,90vw); max-height:80vh; object-fit:contain; background:#fff; padding:30px; border-radius:2px; }
.lightbox-close{
  position:absolute; top:24px; right:28px;
  width:42px; height:42px; border-radius:50%;
  background:rgba(255,255,255,0.1); border:1px solid rgba(255,255,255,0.25);
  color:#fff; display:flex; align-items:center; justify-content:center; cursor:pointer;
}
.lightbox-close svg{ width:18px; height:18px; }
.lightbox-cap{
  position:absolute; bottom:34px; left:50%; transform:translateX(-50%);
  color:rgba(255,255,255,0.8); font-size:13px; font-weight:600;
}
.card-img{ cursor:zoom-in; }

/* ============================================================
   Animated count-up stat numbers
   ============================================================ */
.hero-stats strong[data-count]{ font-variant-numeric:tabular-nums; }

/* ============================================================
   Nav active-link underline (scroll-spy)
   ============================================================ */
.nav-links > li > a{ position:relative; }
.nav-links > li > a::after{
  content:""; position:absolute; left:16px; right:16px; bottom:6px; height:2px;
  background:var(--emerald); transform:scaleX(0); transform-origin:left;
  transition:transform .2s ease;
}
.nav-links > li > a.active::after{ transform:scaleX(1); }

/* ---------- Plato responsive ---------- */
@media (max-width:1000px){
  .plato-intro{ grid-template-columns:1fr; min-height:0; }
  .plato-intro-figure{ height:260px; order:-1; }
}
@media (max-width:760px){
  .plato-intro-copy{ padding:48px 24px; }
  .plato-sub{ padding:52px 0; }
  .plato-lifestyle{ height:220px; }
}

/* ============================================================
   PRODUCT DETAIL PAGE (PDP) — real multi-page architecture.
   Two-column layout: image + swatches left, info right.
   Swatches swap the photo, code, and price via JS (script.js
   has no dependency here — each PDP carries its own small
   variant dataset inline).
   ============================================================ */
.breadcrumb{
  padding:20px 0; font-size:13px; color:var(--body); border-bottom:1px solid var(--line);
}
.breadcrumb a{ color:var(--body); }
.breadcrumb a:hover{ color:var(--emerald); }
.breadcrumb span{ margin:0 6px; }
.breadcrumb .current{ color:var(--ink); font-weight:600; }

.pdp{ padding:56px 0 96px; }
.pdp-grid{ display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:flex-start; }

.pdp-media{ position:sticky; top:100px; }
.pdp-frame{
  aspect-ratio:1/1; background:var(--paper-2);
  display:flex; align-items:center; justify-content:center;
  padding:50px; border:1px solid var(--line); border-radius:2px;
  position:relative; overflow:hidden;
}
.pdp-frame img{ max-width:100%; max-height:100%; object-fit:contain; transition:opacity .18s ease; }
.pdp-frame .pdp-noimg{
  position:absolute; inset:0; display:flex; align-items:center; justify-content:center;
  flex-direction:column; gap:8px; color:var(--body); font-size:13px; font-weight:600; text-align:center;
  background:var(--paper-2);
}

.pdp-info .eyebrow{ margin-bottom:14px; }
.pdp-info h1{ font-size:clamp(1.7rem,2.6vw,2.3rem); }
.pdp-price-row{ display:flex; align-items:baseline; gap:10px; margin-top:18px; }
.pdp-price-row .price-tag{ font-size:1.6rem; }
.pdp-code{ font-size:13px; color:var(--body); font-weight:600; margin-top:4px; }
.pdp-desc{ margin-top:20px; color:var(--body); font-size:15.5px; max-width:52ch; }

.swatch-block{ margin-top:32px; }
.swatch-block .lbl{ font-size:12.5px; font-weight:700; text-transform:uppercase; letter-spacing:.05em; color:var(--body); margin-bottom:12px; }
.swatch-row{ display:flex; gap:12px; flex-wrap:wrap; }
.swatch{
  width:44px; height:44px; border-radius:50%; cursor:pointer;
  border:2px solid transparent; padding:2px; position:relative;
  display:flex; align-items:center; justify-content:center;
  transition:border-color .15s ease, transform .15s ease;
}
.swatch .fill{ width:100%; height:100%; border-radius:50%; border:1px solid rgba(0,0,0,0.12); }
.swatch:hover{ transform:scale(1.07); }
.swatch.active{ border-color:var(--emerald); }
.swatch.unavailable{ opacity:.45; cursor:not-allowed; }
.swatch.unavailable:hover{ transform:none; }
.swatch-current-name{ margin-top:12px; font-size:14px; font-weight:700; color:var(--ink); }
.swatch-note{ margin-top:4px; font-size:12.5px; color:var(--body); }

.pdp-cta{ display:flex; gap:14px; margin-top:32px; flex-wrap:wrap; }

.pdp-specs{ margin-top:40px; border-top:1px solid var(--line); padding-top:24px; }
.pdp-specs dl{ display:grid; grid-template-columns:auto 1fr; gap:10px 20px; }
.pdp-specs dt{ font-size:13px; color:var(--body); font-weight:600; }
.pdp-specs dd{ font-size:13px; color:var(--ink); font-weight:600; margin:0; }

.related{ padding:64px 0 96px; border-top:1px solid var(--line); background:var(--paper-2); }
.related h3{ font-size:1.3rem; margin-bottom:28px; }

@media (max-width:900px){
  .pdp-grid{ grid-template-columns:1fr; gap:32px; }
  .pdp-media{ position:static; }
}

/* ============================================================
   HERO VIDEO TABS — multiple short clips, one per category,
   switchable without leaving the hero. Built entirely from our
   own product photography (Ken Burns motion, not stock footage).
   ============================================================ */
.hero-video-tabs{
  display:flex; gap:10px; margin-top:44px; flex-wrap:wrap;
  padding-top:28px; border-top:1px solid rgba(255,255,255,0.18);
  max-width:560px;
}
.hv-tab{
  display:flex; align-items:center; gap:10px;
  background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.18);
  border-radius:30px; padding:6px 16px 6px 6px; cursor:pointer;
  transition:all .18s ease; color:rgba(255,255,255,0.75);
}
.hv-tab:hover{ border-color:rgba(255,255,255,0.4); }
.hv-tab.active{ background:rgba(255,255,255,0.14); border-color:var(--yellow); color:#fff; }
.hv-thumb{
  width:32px; height:32px; border-radius:50%; background-size:cover; background-position:center;
  flex:0 0 32px; border:1.5px solid rgba(255,255,255,0.3);
}
.hv-tab.active .hv-thumb{ border-color:var(--yellow); }
.hv-label{ font-size:12.5px; font-weight:700; white-space:nowrap; }

@media (max-width:760px){
  .hero-video-tabs{ margin-top:24px; padding-top:20px; max-width:100%; }
  .hv-label{ display:none; }
  .hv-tab{ padding:4px; border-radius:50%; }
  .hv-thumb{ width:38px; height:38px; flex-basis:38px; }
}
