/* ============================================================
   مسابيح الشهباء — "Amber Atelier" design system
   Warm heritage luxury · mobile-first · RTL
   ============================================================ */

:root{
  /* — espresso / oxblood (brand badge) — */
  --espresso-900:#150A07;
  --espresso-800:#1C0E09;
  --espresso-700:#26140F;   /* brand dark */
  --espresso-600:#341E16;
  --espresso-500:#4A2C20;

  /* — warm ivory — */
  --ivory-50:#FBF7EF;
  --ivory-100:#F6EEDF;
  --ivory-200:#EFE4CF;
  --ivory-300:#E5D6BC;

  /* — amber gold — */
  --gold-300:#F6D58A;
  --gold-400:#ECBE66;
  --gold-500:#DDA449;
  --gold-600:#C9882F;   /* primary accent */
  --gold-700:#A86B22;
  --gold-glow:#F0B85A;

  --ink:#2A1A12;
  --ink-soft:#5E4A3C;
  --taupe:#90785F;
  --line:rgba(38,20,15,.12);
  --line-strong:rgba(38,20,15,.20);

  --grad-gold:linear-gradient(135deg,#F6D58A 0%,#DDA449 45%,#C9882F 100%);
  --grad-gold-soft:linear-gradient(135deg,#F0C778,#CE9136);
  --grad-dark:linear-gradient(165deg,#26140F 0%,#150A07 100%);

  /* surfaces */
  --bg:var(--ivory-50);
  --surface:#FFFFFF;
  --surface-2:var(--ivory-100);

  /* shadows — warm-tinted, layered */
  --sh-sm:0 1px 2px rgba(38,20,15,.06), 0 2px 6px rgba(38,20,15,.05);
  --sh-md:0 4px 10px -2px rgba(58,30,16,.10), 0 12px 28px -8px rgba(58,30,16,.14);
  --sh-lg:0 10px 24px -6px rgba(58,30,16,.16), 0 30px 60px -20px rgba(40,18,8,.28);
  --sh-gold:0 8px 30px -8px rgba(201,136,47,.40);

  --r-sm:10px;
  --r:16px;
  --r-lg:24px;
  --r-xl:32px;

  --container:1200px;
  --gut:clamp(16px,4.5vw,28px);
  --header-h:64px;

  --ease:cubic-bezier(.22,.84,.30,1);
  --ease-out:cubic-bezier(.16,1,.3,1);

  --ff-body:"IBM Plex Sans Arabic", system-ui, -apple-system, "Segoe UI", sans-serif;
  --ff-display:"Amiri", "IBM Plex Sans Arabic", serif;
  --ff-brand:"Aref Ruqaa", "Amiri", serif;
}

/* reset */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  font-family:var(--ff-body);
  background:var(--bg);
  color:var(--ink);
  line-height:1.7;
  font-weight:400;
  font-size:16px;
  letter-spacing:0;
  overflow-x:hidden;
  min-height:100vh;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img,video{display:block;max-width:100%}
button,input,select,textarea{font:inherit;color:inherit}
button{cursor:pointer;background:none;border:none}
a{color:inherit;text-decoration:none}
ul{list-style:none}
:focus-visible{outline:2px solid var(--gold-600);outline-offset:3px;border-radius:6px}
::selection{background:var(--gold-300);color:var(--espresso-800)}

/* grain overlay for material depth */
.grain{
  position:fixed;inset:0;z-index:1;pointer-events:none;opacity:.5;mix-blend-mode:multiply;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.05'/%3E%3C/svg%3E");
}

/* ---------- layout helpers ---------- */
.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:var(--gut)}
.section{padding-block:clamp(48px,9vw,96px)}
.section--tight{padding-block:clamp(32px,6vw,56px)}
main{position:relative;z-index:2;min-height:60vh}
.page-enter{animation:pageIn .5s var(--ease-out) both}
@keyframes pageIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}

/* ---------- typography ---------- */
.display{font-family:var(--ff-display);font-weight:700;line-height:1.15;letter-spacing:-.01em}
h1,h2,h3,h4{font-family:var(--ff-display);font-weight:700;line-height:1.2}
.eyebrow{
  font-family:var(--ff-body);font-weight:600;font-size:.78rem;letter-spacing:.18em;
  color:var(--gold-700);display:inline-flex;align-items:center;gap:.6em;text-transform:none;
}
.eyebrow::before{content:"";width:26px;height:1px;background:var(--grad-gold)}
.section-head{margin-bottom:clamp(24px,4vw,40px)}
.section-head h2{font-size:clamp(1.7rem,5.4vw,2.6rem);margin-top:.3rem;color:var(--espresso-700)}
.section-head p{color:var(--ink-soft);max-width:54ch;margin-top:.5rem}
.muted{color:var(--ink-soft)}
.text-gold{color:var(--gold-700)}

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

/* ---------- buttons ---------- */
.btn{
  --bg:var(--espresso-700);--fg:var(--ivory-50);
  display:inline-flex;align-items:center;justify-content:center;gap:.55em;
  font-weight:600;font-size:.98rem;line-height:1;
  padding:.95em 1.6em;border-radius:999px;position:relative;
  background:var(--bg);color:var(--fg);
  transition:transform .25s var(--ease),box-shadow .25s var(--ease),background-color .25s;
  will-change:transform;-webkit-tap-highlight-color:transparent;
}
.btn:hover{transform:translateY(-2px)}
.btn:active{transform:translateY(0) scale(.98)}
.btn--gold{background:var(--grad-gold);color:var(--espresso-800);box-shadow:var(--sh-gold)}
.btn--gold:hover{box-shadow:0 12px 38px -8px rgba(201,136,47,.55)}
.btn--ghost{background:transparent;color:var(--espresso-700);border:1.5px solid var(--line-strong)}
.btn--ghost:hover{border-color:var(--gold-600);color:var(--gold-700)}
.btn--wa{background:#1FA855;color:#fff}
.btn--wa:hover{background:#1c984d}
.btn--block{width:100%}
.btn--lg{padding:1.1em 2em;font-size:1.05rem}
.btn--sm{padding:.6em 1.1em;font-size:.85rem}
.btn[disabled]{opacity:.55;pointer-events:none}
.btn svg{width:1.2em;height:1.2em;flex:none}
.btn--lg svg{width:1.3em;height:1.3em}

.link-arrow{display:inline-flex;align-items:center;gap:.4em;color:var(--gold-700);font-weight:600}
.link-arrow svg{width:1em;height:1em;transition:transform .3s var(--ease)}
.link-arrow:hover svg{transform:translateX(-4px)}

/* ---------- bead motif (signature) ---------- */
.bead-rule{display:flex;align-items:center;justify-content:center;gap:0;margin:0 auto;color:var(--gold-500)}
.bead-rule svg{width:min(220px,60%);height:18px;overflow:visible}

/* ---------- header ---------- */
.site-header{
  position:sticky;top:0;z-index:60;
  background:rgba(251,247,239,.82);backdrop-filter:blur(14px) saturate(1.2);
  border-bottom:1px solid var(--line);
  transition:box-shadow .3s,background-color .3s;
}
.site-header.is-scrolled{box-shadow:var(--sh-sm);background:rgba(251,247,239,.94)}
.header-inner{display:flex;align-items:center;gap:14px;height:var(--header-h)}
.brand{display:flex;align-items:center;gap:10px;flex:none}
.brand__mark{width:38px;height:38px;flex:none}
.brand__text{display:flex;flex-direction:column;line-height:1}
.brand__name{font-family:var(--ff-brand);font-weight:700;font-size:1.18rem;color:var(--espresso-700);letter-spacing:.01em}
.brand__sub{font-size:.62rem;letter-spacing:.28em;color:var(--gold-700);font-weight:600;margin-top:3px}
.nav-desktop{display:none;margin-inline-start:auto;gap:6px;align-items:center}
.nav-desktop a{padding:.5em .9em;border-radius:999px;font-weight:500;font-size:.95rem;color:var(--ink-soft);transition:color .2s,background-color .2s}
.nav-desktop a:hover{color:var(--espresso-700)}
.nav-desktop a.active{color:var(--gold-700);background:var(--ivory-200)}
.header-actions{display:flex;align-items:center;gap:4px;margin-inline-start:auto}
.nav-desktop ~ .header-actions{margin-inline-start:8px}
.icon-btn{
  width:42px;height:42px;border-radius:50%;display:grid;place-items:center;color:var(--espresso-700);
  position:relative;transition:background-color .2s,color .2s,transform .2s var(--ease);
}
.icon-btn:hover{background:var(--ivory-200)}
.icon-btn:active{transform:scale(.92)}
.icon-btn svg{width:22px;height:22px}
.cart-count{
  position:absolute;top:2px;inset-inline-start:4px;min-width:18px;height:18px;padding:0 4px;
  background:var(--grad-gold);color:var(--espresso-800);border-radius:999px;
  font-size:.66rem;font-weight:700;display:grid;place-items:center;line-height:1;
  box-shadow:0 2px 6px rgba(201,136,47,.5);transform:scale(0);transition:transform .3s var(--ease)}
.cart-count.show{transform:scale(1)}
.cart-count.bump{animation:bump .4s var(--ease)}
@keyframes bump{0%{transform:scale(1)}40%{transform:scale(1.4)}100%{transform:scale(1)}}
.menu-toggle{display:grid}

/* search bar in header (expandable) */
.header-search{
  position:absolute;inset-inline:0;top:100%;background:var(--ivory-50);
  border-bottom:1px solid var(--line);padding:14px var(--gut);
  transform:translateY(-12px);opacity:0;pointer-events:none;transition:.3s var(--ease);box-shadow:var(--sh-sm)}
.header-search.open{transform:none;opacity:1;pointer-events:auto}
.header-search form{display:flex;gap:8px;max-width:var(--container);margin-inline:auto}
.search-input{
  flex:1;display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);
  border-radius:999px;padding:.7em 1.1em}
.search-input input{flex:1;border:none;background:none;outline:none;font-size:1rem}
.search-input svg{width:20px;height:20px;color:var(--taupe);flex:none}

@media(min-width:900px){
  .nav-desktop{display:flex}
  .menu-toggle{display:none}
  :root{--header-h:74px}
}

/* ---------- mobile drawer ---------- */
.scrim{position:fixed;inset:0;z-index:70;background:rgba(21,10,7,.55);backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:opacity .35s}
.scrim.open{opacity:1;pointer-events:auto}
.drawer{
  position:fixed;z-index:71;top:0;inset-inline-end:0;height:100%;width:min(82vw,340px);
  background:var(--ivory-50);box-shadow:var(--sh-lg);
  transform:translateX(100%);transition:transform .4s var(--ease-out);
  display:flex;flex-direction:column;padding:20px}
[dir="rtl"] .drawer{transform:translateX(-100%)}
.drawer.open{transform:none !important}
.drawer__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}
.drawer nav{display:flex;flex-direction:column;margin-top:10px}
.drawer nav a{padding:.95em .5em;border-bottom:1px solid var(--line);font-size:1.08rem;font-weight:500;display:flex;align-items:center;gap:.6em;color:var(--espresso-700)}
.drawer nav a svg{width:20px;height:20px;color:var(--gold-600)}
.drawer__foot{margin-top:auto;padding-top:16px}

/* ---------- bottom nav (mobile) ---------- */
.tabbar{
  position:fixed;bottom:0;inset-inline:0;z-index:55;
  background:rgba(251,247,239,.94);backdrop-filter:blur(14px);
  border-top:1px solid var(--line);display:flex;
  padding:6px 4px calc(6px + env(safe-area-inset-bottom));
}
.tabbar a{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;padding:6px 0;color:var(--taupe);font-size:.66rem;font-weight:600;position:relative;transition:color .2s}
.tabbar a svg{width:23px;height:23px;transition:transform .25s var(--ease)}
.tabbar a.active{color:var(--gold-700)}
.tabbar a.active svg{transform:translateY(-2px)}
.tabbar a.active::before{content:"";position:absolute;top:0;width:22px;height:3px;border-radius:999px;background:var(--grad-gold)}
.tabbar .tab-cart-count{position:absolute;top:0;inset-inline-end:calc(50% - 18px);min-width:16px;height:16px;padding:0 4px;background:var(--gold-600);color:#fff;border-radius:999px;font-size:.6rem;display:grid;place-items:center;font-weight:700}
body{padding-bottom:0}
.has-tabbar main{padding-bottom:72px}
@media(min-width:900px){.tabbar{display:none}.has-tabbar main{padding-bottom:0}}

/* ============================================================
   HERO
   ============================================================ */
.hero{position:relative;background:var(--grad-dark);color:var(--ivory-50);overflow:hidden;isolation:isolate}
.hero::before{ /* amber glow */
  content:"";position:absolute;z-index:-1;width:80vw;height:80vw;max-width:760px;max-height:760px;
  top:-22%;inset-inline-start:-14%;border-radius:50%;
  background:radial-gradient(circle,rgba(236,190,102,.42),rgba(201,136,47,.14) 45%,transparent 70%);
  filter:blur(8px);animation:floaty 14s ease-in-out infinite}
.hero::after{
  content:"";position:absolute;z-index:-1;width:60vw;height:60vw;max-width:520px;max-height:520px;
  bottom:-26%;inset-inline-end:-10%;border-radius:50%;
  background:radial-gradient(circle,rgba(221,164,73,.26),transparent 68%);filter:blur(6px)}
@keyframes floaty{0%,100%{transform:translateY(0)}50%{transform:translateY(22px)}}
.hero-inner{display:grid;gap:34px;padding-block:clamp(48px,9vw,90px) clamp(40px,8vw,80px);align-items:center}
.hero-copy{text-align:center;max-width:640px;margin-inline:auto}
.hero .eyebrow{color:var(--gold-400)}
.hero .eyebrow::before{background:var(--gold-400)}
.hero h1{font-size:clamp(2.3rem,9vw,4.4rem);line-height:1.22;margin:.4em 0 .35em;color:var(--ivory-50)}
.hero h1 em{font-family:var(--ff-display);font-style:normal;color:transparent;background:var(--grad-gold);-webkit-background-clip:text;background-clip:text;display:inline-block;line-height:1}
.hero p{color:rgba(246,238,223,.78);font-size:clamp(1rem,2.6vw,1.18rem);max-width:48ch;margin-inline:auto}
.hero-cta{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:30px}
.hero-stats{display:flex;gap:clamp(18px,5vw,44px);justify-content:center;margin-top:38px;flex-wrap:wrap}
.hero-stat{text-align:center}
.hero-stat b{font-family:var(--ff-display);font-size:1.7rem;display:block;color:var(--gold-300)}
.hero-stat span{font-size:.78rem;color:rgba(246,238,223,.62);letter-spacing:.04em}
.hero-visual{position:relative;display:grid;place-items:center}
.hero-frame{
  position:relative;width:min(86%,420px);aspect-ratio:4/5;border-radius:var(--r-xl);overflow:hidden;
  box-shadow:var(--sh-lg);border:1px solid rgba(236,190,102,.22)}
.hero-frame img{width:100%;height:100%;object-fit:cover}
.hero-frame::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(21,10,7,.55),transparent 55%)}
.hero-frame .floating-tag{
  position:absolute;bottom:16px;inset-inline-start:16px;z-index:2;background:rgba(21,10,7,.62);
  backdrop-filter:blur(6px);border:1px solid rgba(236,190,102,.3);border-radius:14px;padding:10px 14px;color:#fff}
.hero-frame .floating-tag b{color:var(--gold-300);font-family:var(--ff-display);font-size:1.1rem}
.hero-frame .floating-tag span{display:block;font-size:.72rem;opacity:.8}
@media(min-width:860px){
  .hero-inner{grid-template-columns:1.05fr .95fr;gap:48px}
  .hero-copy{text-align:start;margin:0}
  .hero-cta,.hero-stats{justify-content:flex-start}
  .hero p{margin-inline:0}
  .hero .eyebrow{justify-content:flex-start}
}

/* ---------- cinematic video hero ---------- */
.hero--cinema .hero-inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:clamp(20px,4vw,30px);padding-block:clamp(36px,7vw,64px) clamp(34px,6vw,58px)}
.hero--cinema .hero-copy{max-width:660px;margin:0}
.hero--cinema .hero-copy .eyebrow{justify-content:center}
.hero--cinema .hero-copy p{margin-inline:auto}
.hero--cinema .hero-copy h1{margin:.35em 0 .25em}
.hero--cinema .hero-cta{justify-content:center;margin-top:0}

.hero-cinema{position:relative;width:100%;display:flex;justify-content:center;isolation:isolate}
.hero-cinema__halo{position:absolute;z-index:-1;width:min(125%,820px);aspect-ratio:1/1;top:50%;inset-inline-start:50%;
  transform:translate(50%,-50%);
  background:radial-gradient(circle,rgba(236,190,102,.34),rgba(201,136,47,.10) 42%,transparent 68%);
  filter:blur(16px);animation:floaty 16s ease-in-out infinite}
[dir="rtl"] .hero-cinema__halo{transform:translate(50%,-50%)}

.hero-stage{position:relative;width:min(96%,540px);aspect-ratio:1/1;background:var(--espresso-900);
  -webkit-mask-image:radial-gradient(ellipse 78% 78% at 50% 47%,#000 50%,rgba(0,0,0,.5) 70%,transparent 87%);
  mask-image:radial-gradient(ellipse 78% 78% at 50% 47%,#000 50%,rgba(0,0,0,.5) 70%,transparent 87%)}
.hero-video{width:100%;height:100%;object-fit:cover;display:block}
.hero-stage__grade{position:absolute;inset:0;pointer-events:none;
  background:
    linear-gradient(to bottom,rgba(21,10,7,.5),transparent 20%,transparent 70%,rgba(21,10,7,.6)),
    radial-gradient(ellipse at 50% 40%,rgba(236,190,102,.10),transparent 55%),
    radial-gradient(ellipse 90% 90% at 50% 50%,transparent 55%,rgba(21,10,7,.45))}

.hero-chip{position:absolute;bottom:4%;left:50%;transform:translateX(-50%);z-index:3;
  display:flex;align-items:center;gap:10px;background:rgba(21,10,7,.62);backdrop-filter:blur(10px);
  border:1px solid rgba(236,190,102,.3);border-radius:999px;padding:7px 16px 7px 7px;
  box-shadow:0 10px 30px -10px rgba(0,0,0,.6);transition:transform .35s var(--ease),background-color .3s}
.hero-chip:hover{background:rgba(21,10,7,.78);transform:translateX(-50%) translateY(-3px)}
.hero-chip__img{width:38px;height:38px;border-radius:50%;overflow:hidden;flex:none;border:1px solid rgba(236,190,102,.35)}
.hero-chip__img img{width:100%;height:100%;object-fit:cover}
.hero-chip__txt{display:flex;flex-direction:column;line-height:1.25;text-align:start}
.hero-chip__txt b{color:var(--ivory-50);font-size:.82rem;font-weight:600;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.hero-chip__txt span{color:var(--gold-300);font-size:.8rem;font-weight:700}
.hero-chip__txt span .cur{color:var(--gold-400)}

@media(min-width:860px){
  .hero-stage{width:min(64%,520px)}
  .hero--cinema .hero-copy h1{font-size:clamp(2.6rem,6vw,4.2rem)}
}
@media(prefers-reduced-motion:reduce){.hero-cinema__halo{animation:none}}

/* ---------- trust band ---------- */
.trust{background:var(--espresso-800);color:var(--ivory-100);border-top:1px solid rgba(236,190,102,.14)}
.trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:rgba(236,190,102,.14)}
.trust-cell{background:var(--espresso-800);display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:26px 14px}
.trust-cell svg{width:30px;height:30px;color:var(--gold-400)}
.trust-cell b{font-size:.95rem;font-weight:600}
.trust-cell span{font-size:.76rem;color:rgba(246,238,223,.6)}
@media(min-width:760px){.trust-grid{grid-template-columns:repeat(4,1fr)}}

/* ============================================================
   PRODUCT CARD
   ============================================================ */
.card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(12px,3vw,24px)}
@media(min-width:680px){.card-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1000px){.card-grid{grid-template-columns:repeat(4,1fr)}}

.pcard{
  position:relative;background:var(--surface);border-radius:var(--r);overflow:hidden;
  box-shadow:var(--sh-sm);border:1px solid var(--line);
  transition:transform .4s var(--ease),box-shadow .4s var(--ease);display:flex;flex-direction:column}
.pcard:hover{transform:translateY(-6px);box-shadow:var(--sh-lg)}
.pcard__media{position:relative;aspect-ratio:1/1;overflow:hidden;background:var(--ivory-100)}
.pcard__media img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease),opacity .5s}
.pcard:hover .pcard__media img.primary{transform:scale(1.06)}
.pcard__media img.secondary{position:absolute;inset:0;opacity:0;transition:opacity .5s}
.pcard:hover .pcard__media img.secondary{opacity:1}
.pcard__media::after{content:"";position:absolute;inset:0;background:radial-gradient(120% 80% at 50% 110%,rgba(201,136,47,.16),transparent 60%);opacity:0;transition:opacity .4s;pointer-events:none}
.pcard:hover .pcard__media::after{opacity:1}
.pcard__badges{position:absolute;top:10px;inset-inline-start:10px;display:flex;flex-direction:column;gap:6px;z-index:2}
.badge{font-size:.68rem;font-weight:700;padding:.34em .7em;border-radius:999px;line-height:1;display:inline-flex;align-items:center;gap:.3em;letter-spacing:.01em}
.badge--sale{background:var(--grad-gold);color:var(--espresso-800);box-shadow:0 3px 10px rgba(201,136,47,.4)}
.badge--rare{background:var(--espresso-700);color:var(--gold-300)}
.badge--new{background:#fff;color:var(--espresso-700);border:1px solid var(--line)}
.badge--last{background:#B5462A;color:#fff}
.badge--video{position:absolute;top:10px;inset-inline-end:10px;background:rgba(21,10,7,.6);color:#fff;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;backdrop-filter:blur(4px)}
.badge--video svg{width:15px;height:15px}
.wish{position:absolute;bottom:10px;inset-inline-end:10px;z-index:2;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.9);display:grid;place-items:center;color:var(--espresso-700);box-shadow:var(--sh-sm);transform:translateY(6px);opacity:0;transition:.3s var(--ease)}
.pcard:hover .wish{transform:none;opacity:1}
.wish svg{width:18px;height:18px}
.wish.on{color:#C9882F}.wish.on svg{fill:currentColor}
.pcard__body{padding:14px 14px 16px;display:flex;flex-direction:column;gap:8px;flex:1}
.pcard__cat{font-size:.7rem;color:var(--gold-700);font-weight:600;letter-spacing:.02em}
.pcard__title{font-family:var(--ff-display);font-size:1.06rem;font-weight:700;line-height:1.35;color:var(--espresso-700);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.7em}
.pcard__foot{margin-top:auto;display:flex;align-items:flex-end;justify-content:space-between;gap:8px}
.price{display:flex;flex-direction:column;line-height:1.2}
.price__now{font-weight:700;font-size:1.12rem;color:var(--espresso-700)}
.price__now .cur{font-size:.72em;color:var(--gold-700);font-weight:600;margin-inline-start:2px}
.price__was{font-size:.8rem;color:var(--taupe);text-decoration:line-through}
.add-mini{width:40px;height:40px;border-radius:12px;background:var(--espresso-700);color:var(--ivory-50);display:grid;place-items:center;flex:none;transition:transform .25s var(--ease),background-color .25s}
.add-mini:hover{background:var(--gold-600);color:var(--espresso-800);transform:translateY(-2px)}
.add-mini:active{transform:scale(.9)}
.add-mini svg{width:20px;height:20px}
.add-mini.added{background:#1FA855;color:#fff}

/* strung-bead rail (signature horizontal scroller) */
.rail-wrap{position:relative}
.rail{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding:14px 2px 22px;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.rail::-webkit-scrollbar{display:none}
.rail .pcard{scroll-snap-align:start;flex:0 0 minmax(0,1fr)}
.rail .pcard{flex:0 0 64%}
@media(min-width:560px){.rail .pcard{flex:0 0 40%}}
@media(min-width:900px){.rail .pcard{flex:0 0 26%}}
@media(min-width:1200px){.rail .pcard{flex:0 0 22%}}
.rail-thread{position:absolute;top:7px;inset-inline:0;height:2px;background:repeating-linear-gradient(to right,var(--gold-500) 0 8px,transparent 8px 16px);opacity:.5;z-index:1}

/* ---------- category chips ---------- */
.cat-rail{display:flex;gap:10px;overflow-x:auto;padding-bottom:8px;scrollbar-width:none}
.cat-rail::-webkit-scrollbar{display:none}
.chip{flex:none;padding:.62em 1.2em;border-radius:999px;background:var(--surface);border:1px solid var(--line);font-weight:600;font-size:.9rem;color:var(--ink-soft);white-space:nowrap;transition:.25s var(--ease)}
.chip:hover{border-color:var(--gold-500);color:var(--gold-700);transform:translateY(-2px)}
.chip.active{background:var(--espresso-700);color:var(--ivory-50);border-color:var(--espresso-700)}

/* category visual cards (home) */
.cat-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
@media(min-width:680px){.cat-cards{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1000px){.cat-cards{grid-template-columns:repeat(4,1fr)}}
.cat-card{position:relative;border-radius:var(--r);padding:22px 18px;min-height:118px;overflow:hidden;background:var(--grad-dark);color:var(--ivory-50);display:flex;flex-direction:column;justify-content:flex-end;transition:transform .35s var(--ease),box-shadow .35s}
.cat-card::before{content:"";position:absolute;inset:0;background:radial-gradient(90% 70% at 80% 0%,rgba(236,190,102,.3),transparent 60%);opacity:.7;transition:opacity .4s}
.cat-card:hover{transform:translateY(-4px);box-shadow:var(--sh-md)}
.cat-card:hover::before{opacity:1}
.cat-card b{font-family:var(--ff-display);font-size:1.15rem;position:relative}
.cat-card span{font-size:.74rem;color:var(--gold-300);position:relative;display:flex;align-items:center;gap:.3em}
.cat-card span svg{width:1.05em;height:1.05em;flex:none}
.cat-card .bead-ico{position:absolute;top:14px;inset-inline-end:14px;width:26px;height:26px;color:var(--gold-400);opacity:.85}

/* ============================================================
   PRODUCT DETAIL
   ============================================================ */
.pdp{display:grid;gap:clamp(24px,5vw,52px)}
@media(min-width:900px){.pdp{grid-template-columns:1fr 1fr;align-items:start}}
.gallery{position:sticky;top:calc(var(--header-h) + 14px)}
@media(max-width:899px){.gallery{position:static}}
.gallery__main{position:relative;aspect-ratio:1/1;border-radius:var(--r-lg);overflow:hidden;background:var(--ivory-100);box-shadow:var(--sh-md);border:1px solid var(--line)}
.gallery__main img,.gallery__main video{width:100%;height:100%;object-fit:cover}
.gallery__main .slide{position:absolute;inset:0;opacity:0;transition:opacity .5s var(--ease)}
.gallery__main .slide.active{opacity:1;position:relative}
.gallery__glow{position:absolute;inset:0;background:radial-gradient(60% 50% at 50% 100%,rgba(201,136,47,.18),transparent 70%);pointer-events:none}
.gallery__thumbs{display:flex;gap:10px;margin-top:12px}
.thumb{width:66px;height:66px;border-radius:12px;overflow:hidden;border:2px solid transparent;flex:none;position:relative;background:var(--ivory-100);transition:border-color .25s}
.thumb.active{border-color:var(--gold-600)}
.thumb img{width:100%;height:100%;object-fit:cover}
.thumb .vico{position:absolute;inset:0;display:grid;place-items:center;background:rgba(21,10,7,.4);color:#fff}
.thumb .vico svg{width:20px;height:20px}

.pdp-info > .pdp-cat{color:var(--gold-700);font-weight:600;font-size:.85rem}
.pdp-info h1{font-size:clamp(1.6rem,5vw,2.4rem);color:var(--espresso-700);margin:.2em 0 .4em;line-height:1.25}
.pdp-price{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin:6px 0 4px}
.pdp-price .now{font-size:2rem;font-weight:700;color:var(--espresso-700);font-family:var(--ff-display)}
.pdp-price .now .cur{font-size:.5em;color:var(--gold-700)}
.pdp-price .was{font-size:1.1rem;color:var(--taupe);text-decoration:line-through}
.pdp-price .save{background:var(--ivory-200);color:var(--gold-700);font-weight:700;font-size:.78rem;padding:.3em .7em;border-radius:999px}
.stock-line{display:flex;align-items:center;gap:.5em;font-size:.9rem;font-weight:600;margin:14px 0}
.stock-line .dot{width:9px;height:9px;border-radius:50%}
.stock-in{color:#1c984d}.stock-in .dot{background:#1FA855;box-shadow:0 0 0 4px rgba(31,168,85,.15)}
.stock-low{color:#B5462A}.stock-low .dot{background:#D9772E;box-shadow:0 0 0 4px rgba(217,119,46,.15)}
.stock-out{color:var(--taupe)}.stock-out .dot{background:var(--taupe)}

.qty{display:inline-flex;align-items:center;border:1px solid var(--line-strong);border-radius:999px;overflow:hidden}
.qty button{width:44px;height:44px;display:grid;place-items:center;color:var(--espresso-700);transition:background-color .2s}
.qty button:hover{background:var(--ivory-200)}
.qty button svg{width:20px;height:20px}
.qty span{min-width:36px;text-align:center;font-weight:700}
.pdp-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin:20px 0}
.pdp-actions .btn{flex:1;min-width:160px}

.feature-list{display:grid;gap:2px;margin-top:8px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r);overflow:hidden}
.feature-list .frow{display:flex;gap:10px;padding:12px 14px;border-bottom:1px solid var(--line);align-items:flex-start}
.feature-list .frow:last-child{border-bottom:none}
.feature-list .frow .emo{font-size:1.05rem;flex:none;line-height:1.5}
.feature-list .frow b{color:var(--espresso-700)}
.desc-prose{color:var(--ink-soft);line-height:1.9}
.desc-prose p{margin-bottom:.9em}
.desc-prose strong{color:var(--espresso-700);font-weight:700}

.accordion{border-top:1px solid var(--line)}
.acc-item{border-bottom:1px solid var(--line)}
.acc-head{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 4px;text-align:start;font-weight:600;font-size:1.02rem;color:var(--espresso-700)}
.acc-head .pm{width:26px;height:26px;border-radius:50%;border:1px solid var(--line-strong);display:grid;place-items:center;flex:none;transition:transform .3s var(--ease),background-color .3s,color .3s}
.acc-item.open .acc-head .pm{background:var(--gold-600);color:#fff;border-color:var(--gold-600);transform:rotate(180deg)}
.acc-head .pm svg{width:16px;height:16px}
.acc-body{max-height:0;overflow:hidden;transition:max-height .4s var(--ease)}
.acc-body__inner{padding:0 4px 20px;color:var(--ink-soft)}

/* ---------- filters bar ---------- */
.toolbar{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:18px}
.toolbar .count{color:var(--ink-soft);font-size:.9rem}
.select-wrap{position:relative;display:inline-flex}
.select-wrap select{appearance:none;background:var(--surface);border:1px solid var(--line);border-radius:999px;padding:.6em 2.4em .6em 1.1em;font-weight:600;font-size:.88rem;color:var(--espresso-700)}
[dir="rtl"] .select-wrap select{padding:.6em 1.1em .6em 2.4em}
.select-wrap svg{position:absolute;inset-inline-start:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;pointer-events:none;color:var(--taupe)}
.filter-toggle{margin-inline-start:auto}

.filters-panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:18px;margin-bottom:20px;display:none}
.filters-panel.open{display:block;animation:pageIn .3s var(--ease-out)}
.filters-panel h4{font-family:var(--ff-body);font-size:.82rem;color:var(--taupe);font-weight:600;margin-bottom:10px;letter-spacing:.04em}
.range-row{display:flex;gap:12px;align-items:center}
.range-row input{width:100%}
input[type="range"]{accent-color:var(--gold-600)}

/* ---------- cart / checkout ---------- */
.split{display:grid;gap:24px}
@media(min-width:920px){.split{grid-template-columns:1.6fr 1fr;align-items:start}}
.cart-line{display:flex;gap:14px;padding:16px 0;border-bottom:1px solid var(--line)}
.cart-line__img{width:84px;height:84px;border-radius:14px;overflow:hidden;flex:none;background:var(--ivory-100)}
.cart-line__img img{width:100%;height:100%;object-fit:cover}
.cart-line__body{flex:1;display:flex;flex-direction:column;gap:6px;min-width:0}
.cart-line__title{font-family:var(--ff-display);font-weight:700;color:var(--espresso-700);font-size:1rem;line-height:1.35}
.cart-line__meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto}
.qty.sm button{width:34px;height:34px}.qty.sm span{min-width:28px}
.remove-btn{color:var(--taupe);display:inline-flex;align-items:center;gap:.3em;font-size:.82rem;transition:color .2s}
.remove-btn:hover{color:#B5462A}
.remove-btn svg{width:16px;height:16px}

.summary{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:22px;box-shadow:var(--sh-sm);position:sticky;top:calc(var(--header-h) + 14px)}
.summary h3{font-size:1.2rem;color:var(--espresso-700);margin-bottom:14px}
.sum-row{display:flex;justify-content:space-between;padding:8px 0;color:var(--ink-soft)}
.sum-row.total{border-top:1px dashed var(--line-strong);margin-top:8px;padding-top:14px;font-weight:700;color:var(--espresso-700);font-size:1.15rem}
.sum-row.total .cur{color:var(--gold-700);font-size:.8em}
.cod-note{display:flex;gap:10px;align-items:flex-start;background:var(--ivory-100);border:1px solid var(--line);border-radius:14px;padding:12px 14px;margin:14px 0;font-size:.86rem;color:var(--ink-soft)}
.cod-note svg{width:22px;height:22px;color:var(--gold-600);flex:none}

/* steps (bead progress) */
.steps{display:flex;align-items:center;justify-content:center;gap:0;margin:0 auto 28px;max-width:440px}
.step{display:flex;flex-direction:column;align-items:center;gap:6px;flex:1;position:relative}
.step .node{width:34px;height:34px;border-radius:50%;border:2px solid var(--line-strong);background:var(--surface);display:grid;place-items:center;font-weight:700;color:var(--taupe);z-index:2;transition:.3s var(--ease)}
.step .node svg{width:17px;height:17px}
.step .lbl{font-size:.74rem;color:var(--taupe);font-weight:600}
.step::before{content:"";position:absolute;top:17px;inset-inline-start:50%;width:100%;height:2px;background:var(--line-strong);z-index:1}
.step:last-child::before{display:none}
.step.done .node,.step.active .node{border-color:var(--gold-600);background:var(--grad-gold);color:var(--espresso-800)}
.step.active .lbl,.step.done .lbl{color:var(--espresso-700)}
.step.done::before{background:var(--gold-500)}

/* forms */
.field{margin-bottom:16px}
.field label{display:block;font-weight:600;font-size:.88rem;margin-bottom:7px;color:var(--espresso-700)}
.field label .req{color:#B5462A}
.field input,.field select,.field textarea{
  width:100%;background:var(--surface);border:1.5px solid var(--line);border-radius:14px;
  padding:.85em 1em;font-size:1rem;transition:border-color .2s,box-shadow .2s}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--gold-500);box-shadow:0 0 0 4px rgba(221,164,73,.16)}
.field textarea{resize:vertical;min-height:84px}
.field.err input,.field.err select,.field.err textarea{border-color:#C0492B;box-shadow:0 0 0 4px rgba(192,73,43,.12)}
.field .hint{font-size:.78rem;color:var(--taupe);margin-top:6px}
.field .err-msg{font-size:.78rem;color:#C0492B;margin-top:6px;display:none}
.field.err .err-msg{display:block}
.grid-2{display:grid;gap:0 16px}
@media(min-width:560px){.grid-2{grid-template-columns:1fr 1fr}}
.field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%2390785F' stroke-width='2'%3E%3Cpath d='M3 5l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:left 1em center;background-size:14px}
[dir="rtl"] .field select{background-position:left 1em center}

/* ---------- return policy box ---------- */
.policy-box{background:var(--ivory-100);border:1px solid var(--line);border-radius:var(--r);padding:18px;margin:4px 0 18px;transition:border-color .2s,box-shadow .2s}
.policy-box.err{border-color:#C0492B;box-shadow:0 0 0 4px rgba(192,73,43,.12)}
.policy-box h4{font-family:var(--ff-display);font-size:1.12rem;color:var(--espresso-700);margin-bottom:8px;display:flex;align-items:center;gap:.5em}
.policy-box h4 svg{width:20px;height:20px;color:var(--gold-600);flex:none}
.policy-box p{color:var(--ink-soft);font-size:.9rem;margin:10px 0 4px;font-weight:600}
.policy-box ul{margin:0;padding-inline-start:1.2em;display:flex;flex-direction:column;gap:6px}
.policy-box li{color:var(--ink-soft);font-size:.88rem;line-height:1.6;list-style:disc}
.policy-box li b{color:var(--espresso-700)}
.policy-check{display:flex;gap:10px;align-items:flex-start;margin-top:14px;padding-top:14px;border-top:1px dashed var(--line-strong);cursor:pointer;font-weight:600;color:var(--espresso-700);font-size:.92rem}
.policy-check input{width:20px;height:20px;flex:none;accent-color:var(--gold-600);margin-top:1px;cursor:pointer}
.policy-box > .err-msg{color:#C0492B;font-size:.8rem;font-weight:600}

/* ---------- testimonials ---------- */
.testi-rail{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:14px;scrollbar-width:none}
.testi-rail::-webkit-scrollbar{display:none}
.testi{flex:0 0 84%;scroll-snap-align:center;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:24px;box-shadow:var(--sh-sm);display:flex;flex-direction:column;gap:14px}
@media(min-width:680px){.testi{flex:0 0 44%}}
@media(min-width:1000px){.testi{flex:0 0 31%}}
.testi .stars{color:var(--gold-500);display:flex;gap:2px}
.testi .stars svg{width:18px;height:18px;fill:currentColor}
.testi p{color:var(--ink-soft);font-size:1rem;line-height:1.8;flex:1}
.testi .who{display:flex;align-items:center;gap:10px}
.testi .ava{width:42px;height:42px;border-radius:50%;background:var(--grad-gold);color:var(--espresso-800);display:grid;place-items:center;font-weight:700;font-family:var(--ff-display)}
.testi .who b{display:block;color:var(--espresso-700);font-size:.95rem}
.testi .who span{font-size:.76rem;color:var(--taupe)}

/* ---------- brand story strip ---------- */
.story{background:var(--grad-dark);color:var(--ivory-100);position:relative;overflow:hidden;isolation:isolate}
.story::before{content:"";position:absolute;z-index:-1;width:60vw;height:60vw;max-width:560px;max-height:560px;top:-20%;inset-inline-end:-15%;border-radius:50%;background:radial-gradient(circle,rgba(236,190,102,.24),transparent 65%)}
.story-grid{display:grid;gap:32px;align-items:center}
@media(min-width:880px){.story-grid{grid-template-columns:1fr 1fr}}
.story h2{font-size:clamp(1.8rem,5vw,2.8rem);color:var(--ivory-50);line-height:1.3}
.story h2 em{font-family:var(--ff-display);font-style:normal;color:transparent;background:var(--grad-gold);-webkit-background-clip:text;background-clip:text;display:inline-block;line-height:1}
.story p{color:rgba(246,238,223,.76);margin-top:14px}
.story-media{border-radius:var(--r-lg);overflow:hidden;aspect-ratio:5/4;box-shadow:var(--sh-lg);border:1px solid rgba(236,190,102,.2)}
.story-media img{width:100%;height:100%;object-fit:cover}

/* ---------- whatsapp band ---------- */
.wa-band{background:var(--ivory-100);border-block:1px solid var(--line)}
.wa-band .container{display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center}
.wa-band h2{color:var(--espresso-700);font-size:clamp(1.5rem,4.5vw,2.2rem)}
.wa-band p{color:var(--ink-soft);max-width:50ch}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer{background:var(--espresso-900);color:rgba(246,238,223,.7);position:relative;overflow:hidden}
.footer-top{display:grid;gap:30px;padding-block:clamp(40px,7vw,68px)}
@media(min-width:760px){.footer-top{grid-template-columns:1.4fr 1fr 1fr}}
.footer-brand .brand__name{color:var(--ivory-50)}
.footer-brand p{margin-top:14px;max-width:38ch;font-size:.92rem}
.footer-col h4{font-family:var(--ff-body);color:var(--ivory-50);font-size:.82rem;letter-spacing:.1em;font-weight:600;margin-bottom:14px}
.footer-col a{display:block;padding:6px 0;font-size:.92rem;transition:color .2s}
.footer-col a:hover{color:var(--gold-400)}
.footer-social{display:flex;gap:10px;margin-top:16px}
.footer-social a{width:40px;height:40px;border-radius:50%;border:1px solid rgba(236,190,102,.2);display:grid;place-items:center;color:var(--gold-300);transition:.25s var(--ease)}
.footer-social a:hover{background:var(--gold-600);color:var(--espresso-800);transform:translateY(-2px)}
.footer-social svg{width:19px;height:19px}
.footer-bottom{border-top:1px solid rgba(236,190,102,.12);padding-block:18px;display:flex;flex-direction:column;gap:8px;text-align:center;font-size:.8rem;color:rgba(246,238,223,.5)}
@media(min-width:620px){.footer-bottom{flex-direction:row;justify-content:space-between;text-align:start}}

/* floating whatsapp */
.fab-wa{position:fixed;z-index:50;bottom:84px;inset-inline-end:16px;width:54px;height:54px;border-radius:50%;background:#1FA855;color:#fff;display:grid;place-items:center;box-shadow:0 8px 24px rgba(31,168,85,.45);transition:transform .3s var(--ease)}
.fab-wa:hover{transform:scale(1.08)}
.fab-wa svg{width:28px;height:28px}
@media(min-width:900px){.fab-wa{bottom:24px}}

/* ============================================================
   STATES — skeleton / empty / loading
   ============================================================ */
.skeleton{background:linear-gradient(100deg,var(--ivory-100) 30%,var(--ivory-200) 50%,var(--ivory-100) 70%);background-size:200% 100%;animation:shimmer 1.3s infinite;border-radius:var(--r)}
@keyframes shimmer{from{background-position:200% 0}to{background-position:-200% 0}}
.sk-card{border-radius:var(--r);overflow:hidden;border:1px solid var(--line)}
.sk-card .sk-img{aspect-ratio:1/1}
.sk-card .sk-pad{padding:14px;display:flex;flex-direction:column;gap:8px}
.sk-line{height:12px;border-radius:6px}
.empty-state{text-align:center;padding:clamp(40px,9vw,80px) 20px;max-width:460px;margin-inline:auto}
.empty-state .ico{width:84px;height:84px;border-radius:50%;background:var(--ivory-100);display:grid;place-items:center;margin:0 auto 20px;color:var(--gold-600)}
.empty-state .ico svg{width:40px;height:40px}
.empty-state h2{color:var(--espresso-700);font-size:1.5rem;margin-bottom:10px}
.empty-state p{color:var(--ink-soft);margin-bottom:22px}
.spinner{width:34px;height:34px;border-radius:50%;border:3px solid var(--ivory-200);border-top-color:var(--gold-600);animation:spin .8s linear infinite;margin:40px auto}
@keyframes spin{to{transform:rotate(360deg)}}

/* ---------- toasts ---------- */
.toasts{position:fixed;z-index:90;bottom:90px;inset-inline:0;display:flex;flex-direction:column;align-items:center;gap:8px;pointer-events:none;padding-inline:16px}
@media(min-width:900px){.toasts{bottom:24px}}
.toast{pointer-events:auto;background:var(--espresso-700);color:var(--ivory-50);padding:.85em 1.3em;border-radius:999px;box-shadow:var(--sh-lg);display:flex;align-items:center;gap:.6em;font-weight:500;font-size:.92rem;max-width:92vw;animation:toastIn .4s var(--ease)}
.toast svg{width:20px;height:20px;flex:none;color:var(--gold-400)}
.toast.ok svg{color:#5BD98A}
.toast.bad{background:#8A2B16}.toast.bad svg{color:#fff}
.toast.leaving{animation:toastOut .3s var(--ease) forwards}
@keyframes toastIn{from{opacity:0;transform:translateY(14px) scale(.96)}to{opacity:1;transform:none}}
@keyframes toastOut{to{opacity:0;transform:translateY(10px) scale(.96)}}

/* ---------- breadcrumb ---------- */
.crumb{display:flex;align-items:center;gap:8px;font-size:.84rem;color:var(--taupe);margin-bottom:16px;flex-wrap:wrap}
.crumb a:hover{color:var(--gold-700)}
.crumb svg{width:14px;height:14px}

/* ---------- reveal on scroll ---------- */
.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s var(--ease-out),transform .7s var(--ease-out)}
.reveal.in{opacity:1;transform:none}

/* page hero (inner pages) */
.page-hero{background:var(--grad-dark);color:var(--ivory-50);text-align:center;position:relative;overflow:hidden;isolation:isolate}
.page-hero::before{content:"";position:absolute;z-index:-1;inset:0;background:radial-gradient(60% 100% at 50% -10%,rgba(236,190,102,.22),transparent 60%)}
.page-hero .eyebrow{color:var(--gold-400);justify-content:center}.page-hero .eyebrow::before{background:var(--gold-400)}
.page-hero h1{font-size:clamp(2rem,7vw,3.4rem);margin:.3em 0;color:var(--ivory-50)}
.page-hero p{color:rgba(246,238,223,.75);max-width:54ch;margin:0 auto}

/* prose for about/faq */
.prose{max-width:70ch;margin-inline:auto;color:var(--ink-soft);line-height:1.9}
.prose h2{color:var(--espresso-700);font-size:1.5rem;margin:1.6em 0 .5em}
.prose h3{color:var(--espresso-700);font-size:1.15rem;margin:1.3em 0 .4em;font-family:var(--ff-body);font-weight:700}
.prose p{margin-bottom:1em}
.prose strong{color:var(--espresso-700)}

/* info cards (about values, contact) */
.info-cards{display:grid;gap:16px;grid-template-columns:1fr}
@media(min-width:680px){.info-cards{grid-template-columns:repeat(3,1fr)}}
.info-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:26px;text-align:center;box-shadow:var(--sh-sm);transition:transform .35s var(--ease),box-shadow .35s}
.info-card:hover{transform:translateY(-4px);box-shadow:var(--sh-md)}
.info-card .ic{width:54px;height:54px;border-radius:16px;background:var(--ivory-100);display:grid;place-items:center;margin:0 auto 16px;color:var(--gold-600)}
.info-card .ic svg{width:26px;height:26px}
.info-card h3{color:var(--espresso-700);font-size:1.15rem;margin-bottom:8px}
.info-card p{color:var(--ink-soft);font-size:.92rem}
.info-card a{color:var(--gold-700);font-weight:600}

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