/* ==========================================================================
   Prism Spa Business Bay — design system
   Palette: bone / espresso / copper. Light, airy, high-contrast, mobile-first.
   ========================================================================== */

:root{
  --bone:#FBF8F4;
  --sand:#F3ECE2;
  --sand-2:#EBE1D3;
  --line:#E3D7C6;
  --ink:#1B1512;
  --ink-2:#3D302A;
  --ink-3:#6B5A50;
  --copper:#A45E32;
  --copper-2:#8C4E27;
  --gold:#B4873C;
  --whats:#158043;
  --whats-2:#0F7038;
  --shadow-s:0 1px 2px rgba(27,21,18,.06),0 2px 8px rgba(27,21,18,.05);
  --shadow-m:0 2px 6px rgba(27,21,18,.06),0 12px 32px rgba(27,21,18,.09);
  --r:14px;
  --r-l:22px;
  --wrap:1180px;
  --bar:0px; /* mobile action bar height, set at breakpoint */
  --serif:"Marcellus",Georgia,"Times New Roman",serif;
  --sans:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;overflow-x:clip}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.001ms!important;transition-duration:.001ms!important}
}
body{
  margin:0;background:var(--bone);color:var(--ink-2);
  font-family:var(--sans);font-size:17px;line-height:1.65;
  font-weight:400;-webkit-font-smoothing:antialiased;
  padding-bottom:var(--bar);overflow-x:hidden;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--copper-2);text-decoration-thickness:1px;text-underline-offset:3px}
a:hover{color:var(--ink)}

h1,h2,h3,h4{font-family:var(--serif);font-weight:400;color:var(--ink);line-height:1.18;margin:0 0 .5em;letter-spacing:-.01em}
h1{font-size:clamp(2.05rem,5.4vw,3.5rem)}
h2{font-size:clamp(1.65rem,3.8vw,2.5rem)}
h3{font-size:clamp(1.2rem,2.2vw,1.5rem);line-height:1.3}
h4{font-size:1.05rem;font-family:var(--sans);font-weight:700;letter-spacing:.005em}
p{margin:0 0 1.05em}
p:last-child{margin-bottom:0}

.wrap{width:min(100% - 2.4rem,var(--wrap));margin-inline:auto}
.section{padding:clamp(2.5rem,6vw,5.5rem) 0}
.section--sand{background:var(--sand)}
.section--ink{background:var(--ink);color:#DCCFC4}
.section--ink h2,.section--ink h3,.section--ink h4{color:#FBF8F4}
.narrow{max-width:66ch}
.center{text-align:center}
.center .narrow{margin-inline:auto}

.eyebrow{
  font-family:var(--sans);font-size:.7rem;font-weight:800;letter-spacing:.15em;
  text-transform:uppercase;color:var(--copper-2);margin:0 0 .7rem;
  display:inline-flex;align-items:flex-start;gap:.5rem;text-wrap:balance;
}
.eyebrow::before{content:"";width:1.6rem;height:2px;background:var(--copper);flex:none;border-radius:2px;align-self:flex-start;margin-top:.42rem}
.center .eyebrow{justify-content:center}
.section--ink .eyebrow::before{background:var(--gold)}
.section--ink .eyebrow{color:var(--gold)}
.lead{font-size:clamp(1rem,1.5vw,1.14rem);color:var(--ink-3);line-height:1.6}
.section--ink .lead{color:#C3B3A6}
.section--ink a{color:#E6C88B}
.section--ink a:hover{color:#fff}

/* ---------- Skip link ---------- */
.skip{
  position:absolute;width:1px;height:1px;padding:0;overflow:hidden;
  clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;
  background:var(--ink);color:#fff;
}
.skip:focus{
  position:fixed;top:0;inset-inline-start:0;width:auto;height:auto;
  clip:auto;clip-path:none;padding:.8rem 1.2rem;z-index:200;border-radius:0 0 8px 0;
}
:focus-visible{outline:3px solid var(--copper);outline-offset:2px;border-radius:4px}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.55rem;
  min-height:52px;padding:.85rem 1.5rem;border-radius:999px;border:1.5px solid transparent;
  font-family:var(--sans);font-size:1rem;font-weight:700;line-height:1.2;
  text-decoration:none;cursor:pointer;transition:transform .15s ease,background .15s ease,box-shadow .15s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn:active{transform:translateY(0)}
.btn svg{width:19px;height:19px;flex:none;fill:currentColor}
.btn--call{background:var(--copper);color:#fff;box-shadow:var(--shadow-s)}
.btn--call:hover{background:var(--copper-2);color:#fff}
.btn--wa{background:var(--whats);color:#fff;box-shadow:var(--shadow-s)}
.btn--wa:hover{background:var(--whats-2);color:#fff}
.btn--dir{background:#fff;color:var(--ink);border-color:var(--line)}
.btn--dir:hover{background:var(--sand);color:var(--ink)}
.btn--ghost{background:transparent;color:var(--ink);border-color:var(--ink)}
.btn--ghost:hover{background:var(--ink);color:#fff}
.section--ink .btn--dir{background:transparent;color:#fff;border-color:rgba(255,255,255,.4)}
.section--ink .btn--dir:hover{background:rgba(255,255,255,.1);color:#fff}
.btn-row{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.6rem}
.btn-row--center{justify-content:center}

/* ---------- Header ---------- */
.topbar{background:var(--ink);color:#C9B7A8;font-size:.8rem;letter-spacing:.02em}
.topbar .wrap{display:flex;flex-wrap:wrap;gap:.5rem 1.4rem;align-items:center;justify-content:center;padding:.5rem 0;text-align:center}
.topbar span{display:inline-flex;align-items:center;gap:.4rem}
.topbar svg{width:14px;height:14px;fill:var(--gold);flex:none}
.topbar a{color:#fff;text-decoration:none;font-weight:600}

.site-header{position:sticky;top:0;z-index:60;background:rgba(251,248,244,.94);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.site-header .wrap{display:flex;align-items:center;gap:1rem;min-height:70px}
.brand{display:flex;align-items:center;gap:.65rem;text-decoration:none;margin-right:auto}
.brand img{width:38px;height:38px;object-fit:contain}
.brand b{font-family:var(--serif);font-size:1.24rem;color:var(--ink);font-weight:400;letter-spacing:.01em;display:block;line-height:1.1}
.brand small{display:block;font-size:.66rem;letter-spacing:.13em;text-transform:uppercase;color:var(--ink-3);font-weight:600}
.nav{display:none}
.nav a{color:var(--ink-2);text-decoration:none;font-size:.94rem;font-weight:600;padding:.4rem .1rem;border-bottom:2px solid transparent}
.nav a:hover,.nav a[aria-current="page"]{color:var(--ink);border-color:var(--copper)}
.header-cta{display:none}
.navtoggle{
  display:inline-flex;align-items:center;gap:.45rem;background:none;border:1.5px solid var(--line);
  border-radius:999px;padding:.55rem .9rem;min-height:44px;font:inherit;font-size:.88rem;font-weight:700;color:var(--ink);cursor:pointer;
}
.navtoggle svg{width:17px;height:17px;fill:var(--ink)}
.mobilenav{display:none;border-top:1px solid var(--line);background:var(--bone)}
.mobilenav.open{display:block}
.mobilenav ul{list-style:none;margin:0;padding:.5rem 0 1rem}
.mobilenav a{display:block;padding:.8rem .2rem;border-bottom:1px solid var(--line);color:var(--ink);text-decoration:none;font-weight:600}
.mobilenav li:last-child a{border-bottom:0}

@media (min-width:1000px){
  .nav{display:flex;gap:1.5rem;align-items:center}
  .header-cta{display:inline-flex}
  .navtoggle{display:none}
  .mobilenav{display:none!important}
}

/* ---------- Hero ---------- */
.hero{position:relative;background:var(--ink);color:#fff;overflow:hidden;isolation:isolate}
.hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}
.hero::after{
  content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(180deg,rgba(20,14,11,.86) 0%,rgba(20,14,11,.7) 45%,rgba(20,14,11,.92) 100%);
}
.hero .wrap{padding:clamp(3rem,8vw,6rem) 0 clamp(2.6rem,6vw,5rem)}
.hero--page .wrap{padding:clamp(2rem,5vw,4rem) 0 clamp(2.2rem,5vw,4rem)}
.hero .crumbs{padding:0 0 1rem;color:#C3B3A6}
.hero .crumbs a{color:#C3B3A6}
.hero .crumbs a:hover{color:#fff}
.hero .crumbs li::after{color:rgba(255,255,255,.3)}
.hero .crumbs > div{padding:0}
.hero__inner{max-width:44rem}
.hero .eyebrow{color:#E6C88B}
.hero h1{color:#fff;text-shadow:0 2px 22px rgba(0,0,0,.35)}
.hero p{color:#E4D9CF;font-size:clamp(1.03rem,1.7vw,1.17rem);max-width:36rem}
.hero .btn-row{margin-top:1.9rem}
.hero .btn--dir{background:rgba(255,255,255,.1);color:#fff;border-color:rgba(255,255,255,.45)}
.hero .btn--dir:hover{background:rgba(255,255,255,.2)}
.hero__facts{
  list-style:none;margin:2.1rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:.55rem;
}
.hero__facts li{
  display:inline-flex;align-items:center;gap:.45rem;font-size:.83rem;font-weight:600;color:#EFE4D8;
  background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:.42rem .85rem;
}
.hero__facts svg{width:14px;height:14px;fill:#E6C88B;flex:none}

/* ---------- Grid & cards ---------- */
.grid{display:grid;gap:1rem;grid-template-columns:1fr}
.grid--tiles{grid-template-columns:1fr 1fr;gap:.7rem}
@media (min-width:620px){.grid{gap:1.3rem}.grid--tiles{gap:1.3rem}}
@media (min-width:620px){.grid--3,.grid--4{grid-template-columns:repeat(2,1fr)}}
@media (min-width:980px){
  .grid--3{grid-template-columns:repeat(3,1fr)}
  .grid--4{grid-template-columns:repeat(4,1fr)}
}

.card{
  background:#fff;border:1px solid var(--line);border-radius:var(--r-l);overflow:hidden;
  display:flex;flex-direction:column;box-shadow:var(--shadow-s);transition:box-shadow .2s ease,transform .2s ease;
}
.card:hover{box-shadow:var(--shadow-m);transform:translateY(-2px)}
.card__img{aspect-ratio:16/11;width:100%;object-fit:cover;background:var(--sand-2)}
.card__body{padding:1.1rem 1.15rem 1.25rem;display:flex;flex-direction:column;flex:1}
.card__body h3{margin-bottom:.45rem}
.card__body p{font-size:.92rem;color:var(--ink-3);margin-bottom:.95rem;line-height:1.55}
.card__tag{font-size:.68rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--copper);margin-bottom:.5rem}
.card__foot{margin-top:auto;display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}
.card__foot .btn{min-height:44px;padding:.6rem 1.1rem;font-size:.9rem}

.tile{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:1rem .95rem;box-shadow:var(--shadow-s)}
@media (min-width:620px){.tile{padding:1.4rem}}
.tile h3,.tile h2{font-family:var(--sans);font-size:.94rem;font-weight:700;margin-bottom:.3rem;line-height:1.3}
@media (min-width:620px){.tile h3,.tile h2{font-size:1.02rem;margin-bottom:.4rem}}
.tile p{font-size:.85rem;color:var(--ink-3);line-height:1.5}
@media (min-width:620px){.tile p{font-size:.94rem}}
.tile__icon{width:34px;height:34px;border-radius:10px;background:var(--sand);display:grid;place-items:center;margin-bottom:.65rem}
@media (min-width:620px){.tile__icon{width:40px;height:40px;border-radius:11px;margin-bottom:.9rem}}
.tile__icon svg{width:18px;height:18px;fill:var(--copper)}
.section--ink .tile{background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.13);box-shadow:none}
.section--ink .tile p{color:#C3B3A6}
.section--ink .tile__icon{background:rgba(255,255,255,.09)}
.section--ink .tile__icon svg{fill:var(--gold)}

/* ==========================================================================
   Decorative layer — Moroccan geometry + botanical line motifs.
   All patterns are inline SVG data URIs: no extra requests, no CDN, and they
   tint from the palette so light and dark sections stay coherent.
   ========================================================================== */

/* 8-point Moroccan star lattice — the base texture for light sections */
.pattern-tile{position:relative;isolation:isolate}
.section--sand.pattern-tile::before{opacity:.075}
.pattern-tile::before{
  content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%23A45E32' stroke-width='1.1'%3E%3Cpath d='M32 2 62 32 32 62 2 32Z'/%3E%3Cpath d='M11 11h42v42H11Z'/%3E%3Ccircle cx='32' cy='32' r='4'/%3E%3C/g%3E%3C/svg%3E");
  background-size:64px 64px;opacity:.06;
  -webkit-mask-image:linear-gradient(180deg,#000 0%,transparent 30%,transparent 70%,#000 100%);
          mask-image:linear-gradient(180deg,#000 0%,transparent 30%,transparent 70%,#000 100%);
}

/* Larger arabesque arch motif for dark sections */
.pattern-arch{position:relative;isolation:isolate}
.pattern-arch::before{
  content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='120' viewBox='0 0 90 120'%3E%3Cg fill='none' stroke='%23D4A857' stroke-width='1.2'%3E%3Cpath d='M45 8c18 0 30 14 30 32v72H15V40C15 22 27 8 45 8Z'/%3E%3Cpath d='M45 30c9 0 15 7 15 16v66H30V46c0-9 6-16 15-16Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size:90px 120px;opacity:.05;
  -webkit-mask-image:linear-gradient(180deg,#000 0%,transparent 32%,transparent 68%,#000 100%);
          mask-image:linear-gradient(180deg,#000 0%,transparent 32%,transparent 68%,#000 100%);
}

/* Soft warm glow, used behind hero-adjacent and CTA sections */
.pattern-glow{position:relative;isolation:isolate}
.pattern-glow::after{
  content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;
  background:
    radial-gradient(60% 55% at 12% 0%, rgba(180,135,60,.16), transparent 70%),
    radial-gradient(50% 50% at 92% 88%, rgba(164,94,50,.14), transparent 70%);
}
.section--ink.pattern-glow::after{
  background:
    radial-gradient(55% 50% at 10% 0%, rgba(212,168,110,.20), transparent 70%),
    radial-gradient(45% 45% at 95% 95%, rgba(164,94,50,.22), transparent 70%);
}

/* Botanical sprig — a corner accent, not a tile */
.deco-sprig{
  display:none;position:absolute;pointer-events:none;z-index:-1;
  width:clamp(140px,18vw,220px);height:auto;opacity:.07;color:var(--copper);
}
@media (min-width:1180px){.deco-sprig{display:block}}
.deco-sprig--tr{top:-1.5rem;right:-2rem;transform:rotate(14deg)}
.deco-sprig--bl{bottom:-2rem;left:-2.5rem;transform:rotate(-160deg)}
.section--ink .deco-sprig{color:var(--gold);opacity:.1}

/* Centred ornament used as a section divider */
.ornament{display:flex;align-items:center;justify-content:center;gap:.9rem;margin:0 auto 1.1rem;color:var(--copper);max-width:230px}
.ornament::before,.ornament::after{
  content:"";height:1px;flex:1;
  background:linear-gradient(90deg,transparent,currentColor);opacity:.45;
}
.ornament::after{background:linear-gradient(270deg,transparent,currentColor)}
.ornament svg{width:22px;height:22px;fill:currentColor;flex:none;opacity:.85}
.section--ink .ornament{color:var(--gold)}

/* Gold hairline used to lift dark blocks off the page */

/* ---------- Service menu ----------
   Image-forward: the photograph is the card, text sits on it under a gradient.
   One per row on mobile, three portrait cards on desktop. */
.smenu{display:grid;gap:.85rem;grid-template-columns:1fr;margin-top:2rem}
.scard{
  position:relative;display:block;overflow:hidden;border-radius:18px;
  text-decoration:none;color:#fff;isolation:isolate;
  aspect-ratio:4/3;box-shadow:var(--shadow-m);
  transition:transform .25s ease,box-shadow .25s ease;
}
.scard:hover{transform:translateY(-3px);color:#fff}
.scard__img{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;
  object-position:center 32%;   /* subjects sit above centre in these photos */
  transition:transform .5s ease;background:var(--sand-2);
}
.scard:hover .scard__img{transform:scale(1.05)}
.scard::before{
  content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(180deg,rgba(20,14,11,0) 0%,rgba(20,14,11,.08) 38%,rgba(20,14,11,.62) 68%,rgba(20,14,11,.93) 100%);
}
/* thin gold frame inside the card edge */
.scard::after{
  content:"";position:absolute;inset:9px;border:1px solid rgba(232,208,160,.35);
  border-radius:11px;pointer-events:none;
}
.scard__b{position:absolute;left:0;right:0;bottom:0;padding:1.1rem 1.25rem 1.15rem;display:block}
.scard__tag{
  display:block;font-size:.6rem;font-weight:800;letter-spacing:.16em;
  text-transform:uppercase;color:#E6C88B;margin-bottom:.3rem;
}
.scard__n{
  display:block;font-family:var(--serif);font-size:1.5rem;line-height:1.15;
  color:#fff;margin-bottom:.25rem;text-shadow:0 1px 14px rgba(0,0,0,.4);
}
.scard__s{display:block;font-size:.88rem;color:#E4D9CF;font-weight:500}
.scard__d{display:none}
.scard__go{
  margin-top:.7rem;display:inline-flex;align-items:center;gap:.4rem;
  font-size:.76rem;font-weight:800;letter-spacing:.02em;color:#fff;
  border-bottom:1.5px solid rgba(232,208,160,.6);padding-bottom:2px;
}
.scard__go svg{width:13px;height:13px;fill:#E6C88B}

@media (min-width:620px){
  .smenu{gap:1rem}
  .scard{aspect-ratio:16/9}
}
@media (min-width:980px){
  .smenu{grid-template-columns:repeat(3,1fr);gap:1.2rem}
  .scard{aspect-ratio:3/4}
  .scard__b{padding:1.4rem 1.5rem 1.5rem}
  .scard__n{font-size:1.6rem}
  .scard__d{
    display:block;font-size:.9rem;color:#D8CCC2;line-height:1.5;margin-top:.4rem;
    max-height:0;opacity:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease;
  }
  .scard:hover .scard__d{max-height:7rem;opacity:1}
}

/* ---------- Split (image + text) ---------- */
.split{display:grid;gap:2rem;align-items:center;grid-template-columns:1fr}
@media (min-width:920px){
  .split{grid-template-columns:1fr 1fr;gap:3.4rem}
  .split--rev .split__media{order:2}
}
.split__media img{border-radius:var(--r-l);width:100%;box-shadow:var(--shadow-m)}
.split__body ul{list-style:none;margin:1.3rem 0 0;padding:0;display:grid;gap:.75rem}
.split__body ul li{display:flex;gap:.7rem;align-items:flex-start;font-size:1rem}
.split__body ul svg{width:20px;height:20px;fill:var(--copper);flex:none;margin-top:3px}
.section--ink .split__body ul svg{fill:var(--gold)}

/* ---------- Steps ---------- */
.steps{list-style:none;margin:0;padding:0;display:grid;gap:.7rem;counter-reset:s;grid-template-columns:1fr 1fr}
@media (min-width:1040px){.steps{grid-template-columns:repeat(4,1fr);gap:1.1rem}}
.steps li{counter-increment:s;background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:1rem .95rem;position:relative}
.steps li::before{
  content:counter(s);display:grid;place-items:center;width:28px;height:28px;border-radius:50%;
  background:var(--ink);color:var(--gold);font-family:var(--serif);font-size:.95rem;margin-bottom:.6rem;
}
.steps h3{font-family:var(--sans);font-size:.92rem;font-weight:700;margin-bottom:.25rem;line-height:1.3}
.steps p{font-size:.84rem;color:var(--ink-3);line-height:1.5}
@media (min-width:620px){
  .steps li{padding:1.35rem}
  .steps li::before{width:34px;height:34px;font-size:1.05rem;margin-bottom:.85rem}
  .steps h3{font-size:1rem}
  .steps p{font-size:.93rem}
}

/* ---------- Offer voucher ----------
   Reads as a physical voucher: big numeral, perforated divider, gold frame. */
.voucher{
  position:relative;isolation:isolate;overflow:hidden;
  background:linear-gradient(140deg,#241A14 0%,#3A2418 52%,#1B1512 100%);
  border:1px solid rgba(212,168,110,.42);border-radius:22px;color:#F2E7DB;
  display:grid;grid-template-columns:1fr;
}
.voucher::before{
  content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%23D4A857' stroke-width='1.1'%3E%3Cpath d='M32 2 62 32 32 62 2 32Z'/%3E%3Cpath d='M11 11h42v42H11Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size:64px 64px;opacity:.09;
}
.voucher::after{
  content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;
  background:radial-gradient(70% 60% at 20% 0%,rgba(212,168,110,.22),transparent 70%);
}

/* left stub — the number */
.voucher__stub{
  display:flex;align-items:center;justify-content:center;gap:.7rem;
  padding:1.6rem 1.25rem 1.3rem;position:relative;
}
.voucher__stub::after{
  content:"";position:absolute;left:1.4rem;right:1.4rem;bottom:0;
  border-bottom:2px dashed rgba(212,168,110,.4);
}
.voucher__pct{
  font-family:var(--serif);font-size:clamp(3.6rem,17vw,5.2rem);line-height:.85;
  color:#E8CE9B;letter-spacing:-.03em;
}
.voucher__pct sup{font-size:.42em;top:-.75em;margin-left:.06em}
.voucher__meta{display:flex;flex-direction:column;gap:.15rem;text-align:left}
.voucher__off{
  font-family:var(--sans);font-size:1.5rem;font-weight:800;color:#fff;line-height:1;
  text-transform:lowercase;letter-spacing:-.01em;
}
.voucher__when{
  font-size:.7rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#D4A857;
}

/* right body */
.voucher__body{padding:1.4rem 1.35rem 1.6rem}
.voucher__body h2{color:#fff;margin-bottom:.5rem;font-size:clamp(1.5rem,5vw,2.1rem)}
.voucher__body > p{color:#DCCBBB;font-size:.96rem}
.voucher__list{list-style:none;margin:1.1rem 0 0;padding:0;display:grid;gap:.6rem}
.voucher__list li{display:flex;gap:.6rem;align-items:flex-start;font-size:.92rem;color:#E2D3C5;line-height:1.5}
.voucher__list svg{width:17px;height:17px;fill:#D4A857;flex:none;margin-top:3px}
.voucher .btn-row{margin-top:1.5rem}
.voucher .btn--dir{background:transparent;color:#fff;border-color:rgba(255,255,255,.42)}
.voucher .btn--dir:hover{background:rgba(255,255,255,.12);color:#fff}
.voucher a{color:#E6C88B}
.voucher a:hover{color:#fff}
.voucher__fine{margin-top:1rem;font-size:.78rem;color:#A6948A}

@media (min-width:820px){
  .voucher{grid-template-columns:minmax(230px,.85fr) 1.6fr;align-items:center}
  .voucher__stub{
    flex-direction:column;gap:.3rem;padding:2.6rem 1.5rem;
  }
  .voucher__stub::after{
    left:auto;right:0;top:1.6rem;bottom:1.6rem;
    border-bottom:0;border-right:2px dashed rgba(212,168,110,.4);
  }
  .voucher__meta{text-align:center}
  .voucher__pct{font-size:clamp(4.6rem,7vw,6.4rem)}
  .voucher__body{padding:2.6rem 2.6rem 2.6rem 2.2rem}
}

/* ---------- Gallery ---------- */
.gallery{display:grid;gap:.85rem;grid-template-columns:repeat(2,1fr)}
@media (min-width:820px){.gallery{grid-template-columns:repeat(4,1fr)}}
.gallery img{border-radius:var(--r);aspect-ratio:1/1;object-fit:cover;width:100%;background:var(--sand-2)}
.gallery--wide img{aspect-ratio:4/3}

/* ---------- FAQ ---------- */
.faq{max-width:56rem;margin-inline:auto;display:grid;gap:.7rem}
.faq details{background:#fff;border:1px solid var(--line);border-radius:var(--r);overflow:hidden}
.faq summary{
  cursor:pointer;list-style:none;padding:1.05rem 3rem 1.05rem 1.25rem;position:relative;
  font-weight:700;color:var(--ink);font-size:1.01rem;min-height:52px;display:flex;align-items:center;
}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{
  content:"";position:absolute;right:1.25rem;top:50%;width:11px;height:11px;
  border-right:2px solid var(--copper);border-bottom:2px solid var(--copper);
  transform:translateY(-70%) rotate(45deg);transition:transform .2s ease;
}
.faq details[open] summary::after{transform:translateY(-30%) rotate(-135deg)}
.faq .faq__a{padding:0 1.25rem 1.25rem;color:var(--ink-3);font-size:.98rem}

/* ---------- Map / location ---------- */
.mapbox{border-radius:var(--r-l);overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow-s);background:var(--sand-2)}
.mapbox iframe{display:block;width:100%;height:340px;border:0}
@media (min-width:820px){.mapbox iframe{height:420px}}
.nap{list-style:none;margin:0;padding:0;display:grid;gap:1rem}
.nap li{display:flex;gap:.8rem;align-items:flex-start}
.nap svg{width:21px;height:21px;fill:var(--copper);flex:none;margin-top:3px}
.nap b{display:block;color:var(--ink);font-size:.98rem}
.nap span{font-size:.95rem;color:var(--ink-3)}
.nap a{font-weight:600}
.section--ink .nap svg{fill:var(--gold)}
.section--ink .nap b{color:#fff}
.section--ink .nap span{color:#C3B3A6}

/* ---------- Breadcrumb ---------- */
.crumbs{font-size:.83rem;color:var(--ink-3);padding:1rem 0 0}
.crumbs ol{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.35rem}
.crumbs li::after{content:"/";margin-left:.35rem;color:var(--line)}
.crumbs li:last-child::after{content:""}
.crumbs a{color:var(--ink-3);text-decoration:none}
.crumbs a:hover{color:var(--copper-2)}

/* ---------- Page head (interior) ---------- */
.pagehead{background:var(--sand);border-bottom:1px solid var(--line)}
.pagehead .wrap{padding:1.4rem 0 clamp(2.2rem,5vw,3.4rem)}
.pagehead h1{margin-bottom:.6rem}
.pagehead .lead{max-width:52rem}

/* ---------- Fact grid — replaces dry prose blocks ---------- */
.factgrid{display:grid;gap:.85rem;grid-template-columns:1fr;margin-top:2rem}
@media (min-width:700px){.factgrid{grid-template-columns:1fr 1fr;gap:1.1rem}}
.fact{
  background:#fff;border:1px solid var(--line);border-radius:16px;
  padding:1.25rem 1.3rem 1.35rem;box-shadow:var(--shadow-s);position:relative;
}
.section--sand .fact{background:#fff}
.fact__icon{
  width:36px;height:36px;border-radius:10px;background:var(--sand);
  display:grid;place-items:center;margin-bottom:.8rem;
}
.fact__icon svg{width:18px;height:18px;fill:var(--copper)}
.fact h3{
  font-family:var(--sans);font-size:1rem;font-weight:700;color:var(--ink);
  margin-bottom:.4rem;line-height:1.3;
}
.fact p{font-size:.92rem;color:var(--ink-3);line-height:1.6;margin-bottom:0}
.fact p + p{margin-top:.6rem}
.fact strong{color:var(--ink-2)}
.fact a{font-weight:600}

/* ---------- Chooser — "which treatment solves what" ---------- */
.chooser{display:grid;gap:.6rem;margin-top:2rem;counter-reset:c}
.chooser__row{
  display:grid;grid-template-columns:auto 1fr;gap:.85rem;align-items:start;
  background:#fff;border:1px solid var(--line);border-radius:14px;
  padding:1rem 1.1rem;text-decoration:none;color:inherit;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.chooser__row:hover{border-color:var(--copper);box-shadow:var(--shadow-m);transform:translateY(-1px);color:inherit}
.chooser__ico{
  width:34px;height:34px;border-radius:9px;background:var(--sand);
  display:grid;place-items:center;flex:none;
}
.chooser__ico svg{width:17px;height:17px;fill:var(--copper)}
.chooser__q{display:block;font-weight:700;color:var(--ink);font-size:.98rem;line-height:1.35;margin-bottom:.2rem}
.chooser__a{display:block;font-size:.88rem;color:var(--ink-3);line-height:1.5}
.chooser__a b{color:var(--copper-2);font-weight:700}
@media (min-width:820px){
  .chooser{grid-template-columns:1fr 1fr;gap:.8rem}
}

/* ---------- Footer ----------
   Mobile: essentials only — brand line, contact actions, NAP, links as inline
   chips (the full nav already lives in the hamburger). Desktop: full columns. */
.site-footer{background:var(--ink);color:#B4A296;padding:2rem 0 1.5rem;font-size:.9rem}
.site-footer a{color:#DCCFC4;text-decoration:none}
.site-footer a:hover{color:#fff;text-decoration:underline}
.site-footer h2{
  color:#fff;font-family:var(--sans);font-size:.7rem;letter-spacing:.14em;
  text-transform:uppercase;margin:0 0 .7rem;font-weight:800;
}
.footer-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}
.site-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:.55rem}

/* brand block */
.footer-brand img{width:38px;margin-bottom:.6rem}
.footer-brand p{max-width:36ch;color:#A6948A;font-size:.88rem;margin-bottom:.9rem}
.footer-brand .btn-row{margin-top:.9rem;gap:.5rem}
.footer-brand .btn{min-height:46px;font-size:.92rem;padding:.7rem 1.15rem}

/* link columns become wrapped chips on mobile */
.fcol--links ul{
  display:flex;flex-wrap:wrap;gap:.4rem;
}
.fcol--links li a{
  display:inline-block;padding:.42rem .8rem;border-radius:999px;
  background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);
  font-size:.82rem;font-weight:600;
}
.fcol--links li a:hover{background:rgba(255,255,255,.14);text-decoration:none}

/* NAP inside the dark footer must not inherit the light-theme ink colour */
.site-footer .nap{gap:.7rem}
.site-footer .nap b{color:#fff;font-size:.9rem}
.site-footer .nap span{color:#A6948A;font-size:.86rem}
.site-footer .nap svg{fill:var(--gold);width:18px;height:18px}
.site-footer .btn-row{margin-top:1rem}

.footer-bottom{
  border-top:1px solid rgba(255,255,255,.11);margin-top:1.5rem;padding-top:1rem;
  font-size:.78rem;color:#8C7C72;display:flex;flex-wrap:wrap;gap:.35rem 1.2rem;
  justify-content:space-between;
}

@media (min-width:700px){
  .site-footer{padding:clamp(2.8rem,6vw,4rem) 0 2rem;font-size:.94rem}
  .footer-grid{grid-template-columns:1.4fr 1fr 1fr;gap:2rem}
  .site-footer h2{font-size:.78rem;margin-bottom:1rem}
  .footer-brand img{width:44px;margin-bottom:.9rem}
  .footer-brand p{font-size:.93rem}
  .fcol--links ul{display:grid;gap:.6rem}
  .fcol--links li a{
    padding:0;border:0;background:none;border-radius:0;font-size:.94rem;font-weight:400;
  }
  .fcol--links li a:hover{background:none;text-decoration:underline}
  .footer-bottom{margin-top:2.4rem;padding-top:1.4rem;font-size:.84rem}
}
@media (min-width:1000px){.footer-grid{grid-template-columns:1.6fr 1fr 1fr 1.2fr}}

/* ---------- Sticky mobile action bar ---------- */
.actionbar{
  position:fixed;left:0;right:0;bottom:0;width:100%;max-width:100%;
  z-index:80;display:grid;grid-template-columns:repeat(3,1fr);
  gap:1px;background:var(--line);border-top:1px solid var(--line);
  padding-bottom:env(safe-area-inset-bottom);box-shadow:0 -3px 18px rgba(27,21,18,.1);
}
.actionbar a{
  min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;
  background:#fff;color:var(--ink);text-decoration:none;font-size:.75rem;font-weight:700;
  min-height:58px;padding:.5rem .3rem;letter-spacing:.02em;
}
.actionbar a svg{width:20px;height:20px;fill:currentColor}
.actionbar a.is-call{background:var(--copper);color:#fff}
.actionbar a.is-wa{background:var(--whats);color:#fff}
@media (max-width:999px){
  body{--bar:60px}
  .hero .btn--dir{display:none}
  .hero__facts{display:none}
}
@media (min-width:1000px){.actionbar{display:none}}

/* ---------- Arabic / RTL ---------- */
/* RTL rules retained: the Arabic page is withheld pending review, not deleted.
   See HANDOVER.md — reinstating it needs these. 646 bytes. */
[dir="rtl"] body,body[dir="rtl"]{font-family:"Noto Kufi Arabic","Plus Jakarta Sans",Tahoma,Arial,sans-serif}
[dir="rtl"] h1,[dir="rtl"] h2,[dir="rtl"] h3,[dir="rtl"] h4{font-family:"Noto Kufi Arabic",Georgia,serif;letter-spacing:0;line-height:1.4}
[dir="rtl"] .brand{margin-right:0;margin-left:auto}
[dir="rtl"] .faq summary{padding:1.05rem 1.25rem 1.05rem 3rem}
[dir="rtl"] .faq summary::after{right:auto;left:1.25rem}
[dir="rtl"] .crumbs li::after{margin-left:0;margin-right:.35rem}
[dir="rtl"] .eyebrow{letter-spacing:0}
[dir="rtl"] .hero__facts li,[dir="rtl"] .topbar span{letter-spacing:0}
