/* =============================================================
   PARITAS CERAMICA — style.css
   Design system replicated from the Niraya template:
   fonts, colours, type scale, spacing, radii all matched.
   Fonts match the Niraya template: Newsreader (serif) headings,
   Archivo for body, labels & UI.
   Cascade: tokens → reset → base → layout → components → sections
   ============================================================= */

/* ---------- 1. TOKENS ---------- */
:root{
  /* colour — Paritas brand palette, sampled from the logo
     (deep petrol-navy wordmark + steel/azure gem facets, on cool porcelain).
     Single source of truth: change these to retune the brand. */
  --surface-a:#f2f5f7;      /* page background — cool porcelain */
  --surface-b:#e5ecf1;      /* secondary surface — cool stone */
  --off-white:#f6f8fa;
  --paper:#ffffff;          /* light card (widget) */
  --primary:#123441;        /* text, buttons, structure — deep petrol-navy */
  --dark-card:#123441;      /* image-card backing — deep navy */
  --dark-olive:#0e2833;     /* deep panels */
  --pale-peach:#e8eef3;
  --pale-lime:#dbe8f1;      /* badge — pale steel-blue */
  --accent:#4d8cae;         /* steel / azure blue — gem facets */
  --divider:rgba(18,52,65,.14);
  --divider-invert:rgba(255,255,255,.11);
  --white:#fff;
  --black:#000;

  /* type */
  /* type — matches the Niraya template
     headings/display: Newsreader (serif)
     body, labels, buttons & meta: Archivo */
  --font-head:"Newsreader", Georgia, serif;
  --font-body:"Archivo", system-ui, sans-serif;
  --font-serif:"Newsreader", Georgia, serif;
  --font-label:"Archivo", system-ui, sans-serif;
  --font-ui:"Archivo", system-ui, sans-serif;

  --fs-display:clamp(3.4rem, 8.5vw, 7.5rem);   /* ~120px cap */
  --fs-h1:clamp(2.9rem, 6.6vw, 5.9rem);        /* 94px */
  --fs-h2:clamp(2.5rem, 5.4vw, 4.6rem);        /* 74px */
  --fs-h3:clamp(2.2rem, 4.4vw, 3.9rem);        /* 62px */
  --fs-h4:clamp(2rem, 3.6vw, 3.25rem);         /* 52px */
  --fs-h5:clamp(1.7rem, 2.8vw, 2.6rem);        /* 42px */
  --fs-h6:1.375rem;                             /* 22px */
  --fs-body:1.125rem;                           /* 18px */
  --fs-small:1.125rem;                          /* 18px — minimum body size */
  --fs-eyebrow:1.125rem;                        /* 18px — minimum */

  /* spacing */
  --gutter:48px;
  --grid-gap:48px;
  --section-y:120px;
  --large-pad:160px;
  --container:1600px;

  --r-img:12px;
  --r-vid:24px;
  --r-card:16px;
  --r-pill:62px;

  --ease:cubic-bezier(.585,.053,.25,1);
  --dur:.4s;
}

/* ---------- 2. RESET ---------- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
html.js-smooth{scroll-behavior:auto}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
body{
  font-family:var(--font-body);
  font-size:var(--fs-body);
  font-weight:400;
  line-height:1.6em;
  color:var(--primary);
  background:var(--surface-a);
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  overflow-x:hidden;
}
img,svg{display:block;max-width:100%}
img{width:100%;height:100%;object-fit:cover}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit;background:none;border:none;cursor:pointer}
ul{list-style:none}
address{font-style:normal}
:focus-visible{outline:2px solid var(--primary);outline-offset:3px}

/* ---------- 3. BASE TYPE ---------- */
h1,h2,h3,h4,h5,h6{font-family:var(--font-head);font-weight:300;letter-spacing:-.01em;line-height:1.1em;text-transform:none}
h1{font-size:var(--fs-h1);line-height:1.2em}
h2{font-size:var(--fs-h2)}
h3{font-size:var(--fs-h3)}
h4{font-size:var(--fs-h4)}
h5{font-size:var(--fs-h5)}
h6{font-size:var(--fs-h6);font-weight:400;letter-spacing:-.01em;line-height:1.4em}
em{font-family:var(--font-serif);font-style:italic;font-weight:400}
strong{font-weight:500}
p{max-width:62ch;line-height:1.6em}

.display{font-family:var(--font-head);font-weight:300;font-size:var(--fs-display);letter-spacing:-.02em;line-height:1.1em}
.eyebrow{font-family:var(--font-label);font-size:var(--fs-eyebrow);font-weight:400;letter-spacing:.2em;text-transform:uppercase;line-height:1.4em;display:inline-block}
.text-small{font-family:var(--font-ui);font-size:var(--fs-small);line-height:1.6em}
.text-quote{font-family:var(--font-head);font-weight:300;font-size:clamp(2rem,3.4vw,2.625rem);letter-spacing:-.01em;line-height:1.3em}
.muted{opacity:.8}

/* ---------- 4. LAYOUT ---------- */
.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:var(--gutter)}
.container.narrow{max-width:820px}
.container-s{width:100%;max-width:480px}
.section{padding-block:var(--section-y)}
.center{text-align:center}
.stack-24>*+*{margin-top:24px}
.stack-40>*+*{margin-top:40px}
.stack-48>*+*{margin-top:48px}

.section-head{display:grid;gap:24px}
.section-head.centered{text-align:center;justify-items:center;max-width:44ch;margin-inline:auto}

/* media */
.media{position:relative;overflow:hidden;background:var(--dark-card);border-radius:var(--r-img)}
.media img{position:absolute;inset:0}
.scrim{position:absolute;inset:0;background:linear-gradient(15deg,rgba(20,20,10,.85),rgba(20,20,10,.15) 60%)}

/* ---------- 5. BUTTONS / LINKS ---------- */
.btn{
  --bg:var(--primary);--fg:#fff;--bd:var(--primary);
  display:inline-flex;align-items:center;justify-content:center;gap:14px;
  min-width:180px;height:62px;padding:0 34px;
  background:var(--bg);color:var(--fg);border:1px solid var(--bd);border-radius:var(--r-pill);
  font-family:var(--font-ui);font-size:18px;font-weight:500;letter-spacing:.02em;white-space:nowrap;
  transition:opacity .3s var(--ease),background .3s var(--ease),color .3s var(--ease);
}
.btn:hover{opacity:.83}
.btn .dot{width:4px;height:4px;border-radius:50%;background:currentColor;opacity:.55;flex:none}
.btn.outline{--bg:transparent;--fg:var(--primary);--bd:var(--primary)}
.btn.outline:hover{--bg:var(--primary);--fg:#fff;opacity:1}
.btn.ghost{--bg:rgba(255,255,255,.16);--fg:#fff;--bd:transparent;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}
.btn.ghost:hover{--bg:rgba(0,0,0,.28);opacity:1}
.btn.small{min-width:140px;height:44px;padding:0 22px;font-weight:400}

.link-x{display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:18px;letter-spacing:-.01em;padding-bottom:4px;position:relative;width:max-content}
.link-x::after{content:"";position:absolute;left:0;bottom:0;height:1px;width:100%;background:currentColor;transform:scaleX(1);transform-origin:left}
.link-x svg{width:18px;height:18px;fill:currentColor;transition:transform .35s var(--ease)}
.link-x:hover svg{transform:translateX(5px)}

/* rating / chips */
.chip{display:inline-flex;align-items:center;gap:8px;font-size:var(--fs-small)}
.stars{display:inline-flex;gap:2px;color:var(--accent)}
.stars svg{width:15px;height:15px;fill:currentColor}
.pill-tag{display:inline-flex;align-items:center;gap:8px;background:var(--pale-lime);color:var(--primary);border-radius:24px;padding:6px 14px;font-size:18px;font-weight:500}

/* ---------- 6. BRAND MARK ---------- */
.mark{width:1em;height:1em;color:var(--primary)}
.mark svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:5}
.mark.solid svg{fill:currentColor;stroke:none}
.spin{animation:spin 24s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
@media (prefers-reduced-motion:reduce){.spin{animation:none}}

/* ---------- 7. HEADER + NAV ---------- */
.site-header{position:fixed;inset:0 0 auto 0;z-index:70;height:88px;display:flex;align-items:center;border-bottom:1px solid var(--divider-invert);transition:background .4s var(--ease),height .4s var(--ease),border-color .4s var(--ease)}
.site-header .bar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;width:100%}
.brand{grid-column:2;justify-self:center;display:inline-flex;align-items:center;gap:.5em;font-family:var(--font-head);font-weight:400;font-size:1.6rem;letter-spacing:.3em;text-transform:uppercase;color:var(--white);transition:color .4s var(--ease)}
.brand .mark{width:1.1em;height:1.1em;color:var(--white)}
.nav-open{justify-self:start;display:inline-flex;align-items:center;gap:12px;color:var(--white);font-size:18px;letter-spacing:.16em;text-transform:uppercase;transition:color .4s var(--ease)}
.nav-open .bars{width:26px;display:grid;gap:6px}
.nav-open .bars span{height:1.5px;width:100%;background:currentColor;transition:background .4s var(--ease)}
.header-cta{justify-self:end}

.site-header.solid{background:var(--surface-a);height:78px;border-bottom-color:var(--divider)}
.site-header.solid .brand,.site-header.solid .brand .mark,.site-header.solid .nav-open{color:var(--primary)}
.site-header.solid .btn.ghost{--fg:var(--primary);--bg:rgba(35,38,43,.07)}
.site-header.solid .btn.ghost:hover{--bg:var(--primary);--fg:#fff}

/* full-screen overlay nav — the single navigation for all breakpoints */
.nav-overlay{position:fixed;inset:0;z-index:95;background:var(--surface-a);color:var(--primary);display:grid;grid-template-rows:80px 1fr;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .45s var(--ease),transform .45s var(--ease),visibility .45s}
.nav-overlay.open{opacity:1;visibility:visible;transform:none}
.nav-overlay .ov-head{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding-inline:24px;border-bottom:1px solid var(--divider)}
.nav-overlay .brand{grid-column:2;color:var(--primary)}
.nav-overlay .brand .mark{color:var(--primary)}
.nav-close{justify-self:end;width:60px;height:60px;border-radius:50%;background:#e7e1d5;display:grid;place-items:center;color:var(--primary);transition:transform .3s var(--ease)}
.nav-close:hover{transform:scale(.85)}
.nav-close svg{width:16px;height:16px;fill:currentColor}
.ov-body{align-self:center;display:grid;grid-template-columns:1fr 1fr;gap:48px;padding:48px 24px;width:100%;max-width:var(--container);margin-inline:auto}
.main-nav ul{display:grid;gap:6px}
.main-nav a{font-family:var(--font-head);font-weight:300;font-size:clamp(2.8rem,6vw,3.9rem);line-height:1.05;color:var(--primary);width:max-content;transition:opacity .3s var(--ease),padding-left .3s var(--ease)}
.main-nav a:hover{opacity:.55;padding-left:.15em}
.ov-info{display:grid;gap:48px;align-content:center;max-width:34ch}
.ov-info .uppercase{font-size:18px;letter-spacing:.2em;text-transform:uppercase;opacity:.6;margin-bottom:16px}
.link-list{display:grid;gap:12px}
.link-list a{opacity:.8;width:max-content;border-bottom:1px solid transparent;padding-bottom:2px;transition:opacity .25s,border-color .25s}
.link-list a:hover{opacity:1;border-bottom-color:var(--primary)}
.ov-info address{line-height:1.8em;font-size:var(--fs-small);opacity:.85}
.ov-info address a{border-bottom:1px solid var(--divider)}
body.locked{overflow:hidden}

/* ---------- 8. HERO ---------- */
.hero{position:relative;min-height:98vh;max-height:100vh;display:flex;align-items:center;padding-top:184px;padding-bottom:48px;background:var(--black);color:var(--white);overflow:hidden}
.hero-media{position:absolute;inset:0;z-index:0;overflow:hidden}
.hero-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;will-change:opacity,transform}
.hero-slide:first-child{opacity:1}
.hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,10,6,.55),rgba(10,10,6,.35) 45%,rgba(10,10,6,.7))}
.hero-inner{position:relative;z-index:2;width:100%;text-align:center;display:grid;justify-items:center;gap:40px}
.hero .eyebrow{opacity:.85}
.hero h1{color:var(--white)}
.hero .display{color:var(--white);max-width:16ch}
.hero .display em{color:var(--white)}
.hero-sub{max-width:52ch;opacity:.86}
.scroll-cue{position:absolute;left:48px;bottom:36px;z-index:2;display:grid;justify-items:center;gap:14px;opacity:.75}
.scroll-cue .line{width:1px;height:64px;background:var(--divider-invert);position:relative;overflow:hidden}
.scroll-cue .line::after{content:"";position:absolute;top:-100%;left:0;width:100%;height:100%;background:var(--white);animation:cue 2.4s var(--ease) infinite}
@keyframes cue{0%{top:-100%}60%,100%{top:100%}}
@media (prefers-reduced-motion:reduce){.scroll-cue .line::after{animation:none;top:0}}

/* ---------- 9. INTRO ---------- */
.intro{text-align:center;overflow:hidden}
.intro .section-head{max-width:820px;margin-inline:auto}
.intro .section-head h2{max-width:none;margin-inline:auto}
.intro .section-head p{max-width:34ch;margin-inline:auto}
.intro-circle{position:relative;width:min(520px,86vw);aspect-ratio:1;margin:120px auto 0;border-radius:50%;overflow:hidden;background:var(--surface-b);box-shadow:0 40px 90px -40px rgba(20,20,20,.45)}
.intro-circle img{position:absolute;inset:0;opacity:0;transition:opacity 1.4s var(--ease)}
.intro-circle img.on{opacity:1}
.intro-badge{position:absolute;right:6%;bottom:6%;width:88px;height:88px;border-radius:50%;background:var(--dark-card);display:grid;place-items:center;color:var(--surface-a)}
.intro-badge .mark{width:46px;height:46px;color:var(--accent)}

/* ---------- 10. PRODUCTS (rooms grid) ---------- */
.split-title{display:grid;grid-template-columns:1fr 1fr;gap:var(--grid-gap);align-items:end}
.split-title .right{max-width:36ch;padding-bottom:.4em}
.products-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:var(--grid-gap);margin-top:64px;align-items:stretch}
.pcol{display:flex;flex-direction:column;gap:var(--grid-gap)}
.products-grid .col-offset{padding-top:120px}

.p-card{position:relative;aspect-ratio:2/3;border-radius:var(--r-card);overflow:hidden;background:var(--dark-card);color:var(--surface-a);display:flex}
.p-card .media{position:absolute;inset:0;border-radius:0;background:var(--dark-card)}
.p-card .media img{transition:transform 1.1s var(--ease)}
.p-card:hover .media img{transform:scale(1.06)}
.p-card .scrim{background:linear-gradient(15deg,rgba(20,20,10,.9),rgba(20,20,10,.05) 62%)}
.p-card .inner{position:relative;z-index:2;width:100%;padding:48px;display:flex;flex-direction:column;justify-content:flex-end;gap:24px}
.p-card .meta{position:absolute;top:0;left:0;right:0;padding:48px 48px 0;display:flex;justify-content:space-between;font-size:var(--fs-small)}
.p-card h4{color:var(--surface-a)}
.p-card .info{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-top:-8px}
.p-card .caption{max-width:26ch;font-size:var(--fs-small);opacity:.85;line-height:1.5em}
.card-arrow{width:52px;height:52px;border:1px solid rgba(255,255,255,.5);border-radius:50%;display:grid;place-items:center;flex:none;transition:background .35s var(--ease),color .35s var(--ease)}
.card-arrow svg{width:20px;height:20px;fill:currentColor}
.p-card:hover .card-arrow{background:var(--surface-a);color:var(--dark-card)}

/* circle variant (used for one product + one collection) */
.c-card{position:relative;aspect-ratio:1;border-radius:50%;overflow:hidden;background:var(--surface-b);display:flex;align-items:center;justify-content:center;text-align:center;color:var(--white)}
.c-card .media{position:absolute;inset:0;border-radius:0}
.c-card .media img{transition:transform 1.1s var(--ease)}
.c-card:hover .media img{transform:scale(1.06)}
.c-card .scrim{background:linear-gradient(180deg,rgba(20,20,10,.15),rgba(20,20,10,.6) 64%)}
.c-card .inner{position:relative;z-index:2;display:grid;gap:24px;justify-items:center;padding:40px}
.c-card h4{color:var(--white)}
.c-card .info{display:grid;gap:12px;justify-items:center}
.c-card .caption{max-width:26ch;font-size:var(--fs-small);opacity:.9}

.products-foot{display:grid;grid-template-columns:1fr 1fr;gap:var(--grid-gap);align-items:center;margin-top:64px}
.products-foot .quote-col{display:grid;gap:40px}
.products-foot .text-quote em{color:inherit}
/* quote cell that sits inside the offset products grid */
.quote-cell{flex:1;display:grid;gap:32px;align-content:center;justify-items:start;padding:24px 8px 8px}
.quote-cell .text-quote em{color:inherit}

/* ---------- 11. EXPORT PROMO (full-bleed) ---------- */
.promo{position:relative;min-height:88vh;display:flex;align-items:center;text-align:center;color:var(--white);background:var(--dark-card);overflow:hidden}
.promo-media{position:absolute;inset:0;z-index:0}
.promo-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(18,20,24,.7),rgba(12,13,16,.8))}
.promo-inner{position:relative;z-index:2;width:100%;display:grid;justify-items:center;gap:40px}
.promo .eyebrow{opacity:.85}
.promo h2{color:var(--white);max-width:18ch}
.promo h2 em{color:var(--white)}
.promo-sub{max-width:52ch;opacity:.9}

/* ---------- 12. DIVIDER ---------- */
.divider{display:flex;align-items:center;gap:24px;max-width:var(--container);margin-inline:auto;padding-inline:var(--gutter)}
.divider .rule{flex:1;height:1px;background:var(--divider)}
.divider .mark{width:44px;height:44px;color:var(--accent);opacity:.7}

/* ---------- 13. WHY-SPLIT + WIDGET ---------- */
.split{display:grid;grid-template-columns:1fr 1fr;gap:var(--gutter);align-items:center}
.split .media{aspect-ratio:2/3;max-height:820px}
.split-text{display:grid;gap:40px;justify-items:start;max-width:38ch}
.split-text h2{line-height:1.1em}

.widget{margin-top:120px;background:var(--paper);border-radius:var(--r-img);overflow:hidden;display:grid;grid-template-columns:200px 1fr}
.widget-media{position:relative;background:var(--surface-b);min-height:100%;aspect-ratio:1;max-width:200px}
.widget-media .mark{position:absolute;left:20px;bottom:20px;width:44px;height:44px;color:var(--white)}
.widget-body{padding:40px;display:grid;gap:24px;align-content:space-between}
.widget-body blockquote{font-family:var(--font-head);font-weight:300;font-size:clamp(1.5rem,2.3vw,2rem);line-height:1.3em;letter-spacing:-.01em;color:var(--primary)}
.widget-foot{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap}
.widget-foot .who{font-size:var(--fs-small);opacity:.75}

/* ---------- 14. COLLECTIONS (offers) ---------- */
.offers-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--grid-gap);align-items:center;margin-top:64px}
.offers-l{display:flex;justify-content:center}
.offers-l .mixed{width:100%;max-width:520px}
.mixed-card{position:relative;aspect-ratio:2/3;border-radius:var(--r-img);overflow:hidden;background:var(--dark-card);color:var(--surface-a);display:flex}
.mixed-card .media{position:absolute;inset:0;border-radius:0}
.mixed-card .media img{transition:transform 1.1s var(--ease)}
.mixed-card:hover .media img{transform:scale(1.05)}
.mixed-card .scrim{background:linear-gradient(0deg,rgba(20,20,10,.85),rgba(20,20,10,.05) 60%)}
.mixed-card .inner{position:relative;z-index:2;width:100%;padding:56px 40px;display:grid;gap:24px;align-content:flex-end}
.mixed-card .price{font-size:var(--fs-small);opacity:.85}
.mixed-card p{font-size:var(--fs-small);opacity:.85;max-width:32ch;line-height:1.5em}
.offers-r{display:flex;justify-content:center}
.offers-r .mixed{width:100%;max-width:520px}
.offers-cta{text-align:center;margin-top:64px}

/* trust strip */
.trust{display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap;margin-top:72px;padding-top:48px;border-top:1px solid var(--divider)}
.trust .iso{display:flex;align-items:center;gap:16px}
.trust .iso img{width:56px;height:72px;object-fit:cover;border-radius:4px;border:1px solid var(--divider)}
.trust .t-item{font-size:var(--fs-small);letter-spacing:.02em;display:flex;align-items:center;gap:10px}
.trust .t-item::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent)}

/* ---------- 15. FOOTER ---------- */
.site-footer{background:var(--surface-a)}
.footer-main{padding-block:var(--large-pad) 96px}
.footer-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:var(--grid-gap)}
.footer-nav ul{display:grid;gap:14px}
.footer-nav a{font-family:var(--font-head);font-weight:300;font-size:clamp(2.6rem,5vw,3.9rem);line-height:1.05;color:var(--primary);width:max-content;transition:opacity .3s var(--ease),padding-left .3s var(--ease)}
.footer-nav a:hover{opacity:.55;padding-left:.12em}
.footer-contact{display:grid;grid-template-columns:1fr 1fr;gap:var(--grid-gap)}
.footer-col .uppercase{font-size:18px;letter-spacing:.2em;text-transform:uppercase;opacity:.6;margin-bottom:20px}
.footer-contact address{line-height:1.9em;font-size:var(--fs-small);opacity:.85}
.footer-contact address a{border-bottom:1px solid var(--divider)}
.footer-socials{display:flex;gap:14px;margin-top:22px}
.footer-socials a{opacity:.72;transition:opacity .25s,transform .25s}
.footer-socials a:hover{opacity:1;transform:translateY(-2px)}
.footer-socials svg{width:22px;height:22px;fill:currentColor}
.footer-chip{margin-top:24px}
.footer-copyright{background:var(--surface-b);padding-block:40px}
.copyright{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;font-size:var(--fs-small)}
.copyright .left{display:flex;align-items:center;gap:12px;flex-wrap:wrap;opacity:.85}
.copyright a{opacity:.85;border-bottom:1px solid transparent;transition:border-color .25s}
.copyright a:hover{border-bottom-color:var(--primary)}
.copyright .links{display:flex;gap:16px}

/* footer CTA */
.footer-cta{position:relative;min-height:640px;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--white);background:var(--dark-card);overflow:hidden}
.footer-cta-media{position:absolute;inset:0;z-index:0}
.footer-cta-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,20,10,.5),rgba(20,20,10,.68))}
.footer-cta-inner{position:relative;z-index:2;display:grid;justify-items:center;gap:40px}
.footer-cta .eyebrow{opacity:.85}
.footer-cta h2{color:var(--white);font-size:clamp(3rem,8vw,6rem)}
.footer-cta h2 span{font-family:var(--font-serif);font-style:italic;font-weight:300}
.spinner-btn{width:120px;height:120px;border-radius:50%;background:var(--primary);display:grid;place-items:center;color:#f8ecd8;position:relative;overflow:hidden;transition:transform .5s var(--ease)}
.spinner-btn:hover{transform:scale(1.06)}
.spinner-btn svg{width:26px;height:26px;fill:currentColor;transition:transform .5s var(--ease)}
.spinner-btn:hover svg{transform:translateX(4px)}

/* ---------- 16. REVEAL (JS-driven; visible without JS) ---------- */
.js .reveal{opacity:0;transform:translateY(16px)}
@media (prefers-reduced-motion:reduce){.js .reveal{opacity:1;transform:none}}

/* ---------- 17. SMALL HELPERS (hero actions, buttons, brand logo, spinner) ---------- */
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}
.btn.light{--bg:#fff;--fg:var(--primary);--bd:#fff}
.btn.light:hover{opacity:.86}
.btn.accent{--bg:var(--accent);--fg:#fff;--bd:var(--accent)}
.btn.accent:hover{opacity:.88}

/* brand logo — white knockout over the hero, full colour once header goes solid */
.brand{grid-column:2;justify-self:center;display:inline-flex;align-items:center;line-height:0}
.brand img{height:52px;width:auto;display:block}
.brand .logo-color{display:none}
.site-header.solid .brand .logo-white{display:none}
.site-header.solid .brand .logo-color{display:block}
.nav-overlay .brand img{height:56px}

.footer-cta .spinner-btn{background:var(--accent);color:#fff}

/* ---------- 18. LABEL / META FONTS (match Niraya's condensed type) ---------- */
.uppercase{font-family:var(--font-label);letter-spacing:.2em}
.p-card .meta,.mixed-card .price,.c-card .caption,.widget-foot .who{font-family:var(--font-ui)}

/* ---------- 19. HERO SLIDESHOW DOTS ---------- */
.hero-dots{position:absolute;left:50%;bottom:36px;transform:translateX(-50%);z-index:3;display:flex;gap:10px}
.hero-dots span{width:26px;height:2px;background:rgba(255,255,255,.32);position:relative;overflow:hidden;border-radius:2px}
.hero-dots span::after{content:"";position:absolute;inset:0;width:100%;background:#fff;transform:scaleX(0);transform-origin:left;transition:transform .5s var(--ease)}
.hero-dots span.on::after{transform:scaleX(1)}
@media (max-width:768px){.hero-dots{bottom:24px}.hero-dots span{width:20px}}

/* trust strip: icons replace the dot bullets */
.trust .t-item{gap:9px}
.trust .t-item::before{display:none}
.trust .t-item .ico{color:var(--accent)}
