/* Vessa Thai Spa — site styles (v4, "Emerald & Gold")
   Deep green ground, gold accents, cream type; one ivory section per page for
   rhythm. Visual-first: full-bleed heroes, image tiles, short copy.
   Mobile-first; desktop rules from 900px. */

:root {
  --bg: #0f1f1a;
  --bg-2: #132620;
  --surface: #17302a;
  --surface-2: #1d3a33;
  --line: rgba(212, 180, 106, .22);
  --line-strong: rgba(212, 180, 106, .5);
  --gold: #d4b46a;
  --gold-2: #e8cf8f;
  --gold-3: #a98a44;
  --cream: #f5efe4;
  --cream-2: #e2d9c9;
  --muted: #b3aa9a;
  --ivory: #f5efe4;
  --ivory-2: #ece4d5;
  --ink: #10201b;
  --ink-2: #4b5650;
  --whatsapp: #25d366;
  --wa-dark: #128c4a;
  --font-display: "Playfair Display", "Times New Roman", Georgia, serif;
  --font-body: "Jost", "Segoe UI", system-ui, -apple-system, sans-serif;
  --radius: 14px;
  --radius-lg: 22px;
  --wrap: 1200px;
  --gutter: clamp(1.1rem, 4vw, 2.75rem);
  --header-h: 76px;
  --bar-h: 64px;
  --shadow: 0 30px 60px -30px rgba(0, 0, 0, .7);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--cream); font-family: var(--font-body); font-size: 1.02rem; line-height: 1.65; -webkit-font-smoothing: antialiased; padding-bottom: calc(var(--bar-h) + env(safe-area-inset-bottom)); overflow-x: hidden; }
@media (min-width: 900px) { body { padding-bottom: 0; } }

img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold-2); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--cream); }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 500; line-height: 1.1; margin: 0 0 .5em; color: var(--cream); text-wrap: balance; }
h1 { font-size: clamp(2.3rem, 5.4vw, 4.2rem); letter-spacing: -.01em; }
h2 { font-size: clamp(1.75rem, 3.4vw, 2.6rem); letter-spacing: -.01em; }
h3 { font-size: clamp(1.2rem, 2vw, 1.4rem); }
h1 em, h2 em { font-style: italic; color: var(--gold); font-weight: 400; }
p { margin: 0 0 1em; }
ul, ol { padding-left: 1.2em; }
.lede { font-size: clamp(1.05rem, 1.4vw, 1.2rem); color: var(--cream-2); max-width: 58ch; line-height: 1.6; }
.muted { color: var(--muted); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 1rem; top: -4rem; background: var(--gold); color: var(--ink); padding: .6rem 1rem; border-radius: 8px; z-index: 100; font-weight: 600; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 2px solid var(--gold-2); outline-offset: 3px; }

.wrap { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; }
.section { position: relative; padding: clamp(2.75rem, 6vw, 4.5rem) 0; }
.section--tight { padding: clamp(1.75rem, 4vw, 2.75rem) 0; }
.section--sand { background: var(--ivory); color: var(--ink); }
.section--sand h2, .section--sand h3 { color: var(--ink); }
.section--sand h2 em { color: var(--gold-3); }
.section--sand .lede { color: var(--ink-2); }
.section--sand .muted { color: #6c7570; }
.section--sand a { color: var(--gold-3); }
.section--sand a:hover { color: var(--ink); }
.section--sand p { color: var(--ink-2); }
.section--sand .eyebrow { color: var(--gold-3); }
.section--sand .eyebrow::before, .section--sand .eyebrow::after { background: var(--gold-3); }
.section--dark { background: var(--bg-2); }
main > .section + .section:not(.section--sand) { border-top: 1px solid var(--line); }
main > .section--sand + .section { border-top: 0; }
.section:not(.section--sand)::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(55% 45% at 100% 0%, rgba(212,180,106,.07), transparent 70%); }
.section > .wrap { position: relative; }

/* Eyebrow */
.eyebrow { display: inline-flex; align-items: center; gap: .7rem; font-size: .7rem; letter-spacing: .26em; text-transform: uppercase; color: var(--gold); font-weight: 500; margin-bottom: .9rem; }
.eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--gold); }
.section-head { max-width: 62ch; margin-bottom: clamp(1.4rem, 3vw, 2.2rem); }
.section-head--center { text-align: center; margin-inline: auto; }
.section-head--center .eyebrow::after { content: ""; width: 34px; height: 1px; background: var(--gold); }
.ornament { display: none; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 50px; padding: .8rem 1.6rem; border-radius: 999px; font-weight: 600; font-size: .95rem; letter-spacing: .02em; text-decoration: none; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease; cursor: pointer; white-space: nowrap; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn svg { width: 18px; height: 18px; flex: none; }
.btn--gold { background: linear-gradient(135deg, #e3c77f, #d4b46a 55%, #c4a257); color: var(--ink); box-shadow: 0 14px 30px -14px rgba(212,180,106,.7); }
.btn--gold:hover { color: var(--ink); box-shadow: 0 18px 36px -14px rgba(212,180,106,.85); }
.btn--outline { background: rgba(15,31,26,.25); color: var(--cream); border-color: rgba(245,239,228,.5); backdrop-filter: blur(6px); }
.btn--ghost { background: transparent; color: var(--gold-2); padding-inline: .9rem; text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 5px; box-shadow: none; }
.btn--ghost:hover { color: var(--cream); text-decoration-color: var(--gold); transform: none; }
.section--sand .btn--ghost { color: var(--gold-3); }
.section--sand .btn--ghost:hover { color: var(--ink); }
.btn--outline:hover { border-color: var(--gold-2); color: var(--gold-2); }
.btn--wa { background: var(--whatsapp); color: #052b14; box-shadow: 0 14px 30px -14px rgba(37,211,102,.7); }
.btn--wa:hover { background: #33e07a; color: #052b14; }
.section--sand .btn--gold { background: var(--ink); color: var(--cream); box-shadow: 0 14px 30px -16px rgba(16,32,27,.6); }
.section--sand .btn--gold:hover { background: #1c332c; color: var(--cream); }
.section--sand .btn--outline { color: var(--ink); border-color: rgba(16,32,27,.35); background: transparent; }
.section--sand .btn--outline:hover { border-color: var(--ink); color: var(--ink); }
.section--sand .btn--wa { color: #052b14; }
.cta-row { display: flex; flex-wrap: wrap; gap: .75rem; }

/* Header */
.header { position: sticky; top: 0; z-index: 50; background: rgba(15, 31, 26, .82); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); transition: background .3s ease, border-color .3s ease; }
.has-hero .header:not(.header--solid) { background: linear-gradient(180deg, rgba(15,31,26,.75), rgba(15,31,26,0)); backdrop-filter: none; -webkit-backdrop-filter: none; border-bottom-color: transparent; }
.has-hero .header { margin-bottom: calc(-1 * var(--header-h)); }
.has-hero .hero .hero__grid, .has-hero .page-hero__grid { padding-top: calc(var(--header-h) + 2.5rem); }
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: var(--header-h); }
.logo img { height: 46px; width: auto; }
.nav { display: none; }
.nav a { position: relative; color: var(--cream); text-decoration: none; font-weight: 500; font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; padding: .6rem .9rem; }
.nav a::after { content: ""; position: absolute; left: .9rem; right: .9rem; bottom: .25rem; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--gold-2); }
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.header__actions { display: flex; align-items: center; gap: .6rem; }
.header__call { display: none; min-height: 44px; padding: .6rem 1.25rem; font-size: .86rem; }
.menu-btn { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 999px; border: 1px solid var(--line-strong); background: transparent; color: var(--cream); cursor: pointer; }
.menu-btn svg { width: 22px; height: 22px; }
.menu-btn .ico-close { display: none; }
.menu-btn[aria-expanded="true"] .ico-open { display: none; }
.menu-btn[aria-expanded="true"] .ico-close { display: block; }
.mobile-nav { display: none; border-top: 1px solid var(--line); background: var(--bg-2); max-height: calc(100dvh - var(--header-h) - var(--bar-h)); overflow-y: auto; }
.mobile-nav[data-open="true"] { display: block; }
.mobile-nav ul { list-style: none; margin: 0; padding: .6rem 0 1rem; }
.mobile-nav a { display: block; padding: .85rem 0; color: var(--cream); text-decoration: none; font-family: var(--font-display); font-size: 1.35rem; border-bottom: 1px solid var(--line); }
.mobile-nav a[aria-current="page"] { color: var(--gold-2); }
.mobile-nav .sub a { padding: .6rem 0 .6rem 1rem; font-family: var(--font-body); font-size: .95rem; color: var(--cream-2); }
@media (min-width: 900px) {
  .nav { display: flex; gap: .05rem; }
  .header__call { display: inline-flex; }
  .menu-btn, .mobile-nav { display: none !important; }
}

/* Home hero — full-bleed, centred */
.hero { position: relative; isolation: isolate; overflow: hidden; min-height: min(calc(100svh - var(--header-h) - var(--bar-h)), 680px); display: grid; align-items: center; text-align: center; }
@media (min-width: 900px) { .hero { min-height: min(calc(100svh - var(--header-h)), 760px); } }
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; transform: scale(1.05); animation: heroIn 2s ease-out forwards; }
@keyframes heroIn { to { transform: scale(1); } }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(60% 70% at 50% 55%, rgba(15,31,26,.55), transparent 75%), linear-gradient(180deg, rgba(15,31,26,.55) 0%, rgba(15,31,26,.3) 45%, rgba(15,31,26,.95) 100%); }
.hero__grid { display: block; padding: clamp(3rem, 8vw, 5rem) 0 clamp(3rem, 6vw, 4.5rem); }
.hero__body { max-width: 920px; margin-inline: auto; }
.hero__body .eyebrow { justify-content: center; margin-bottom: 1.4rem; }
.hero__body .eyebrow::after { content: ""; width: 34px; height: 1px; background: var(--gold); }
.hero__body h1 { margin-bottom: .3em; font-size: clamp(2.5rem, 5.8vw, 4.6rem); text-shadow: 0 2px 30px rgba(0,0,0,.35); }
.hero__sub { display: block; font-family: var(--font-display); font-style: italic; font-weight: 400; color: var(--gold-2); font-size: clamp(1.1rem, 2vw, 1.5rem); margin-bottom: 1.1rem; text-shadow: 0 1px 20px rgba(0,0,0,.4); }
.hero__body .lede { margin: 0 auto 1.9rem; }
.hero__body .cta-row { justify-content: center; }
.hero__note { margin-top: 1.4rem; display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem 1.4rem; font-size: .9rem; color: var(--cream-2); }
.hero__note span { display: inline-flex; align-items: center; gap: .45rem; }
.hero__note svg { width: 16px; height: 16px; color: var(--gold); }
.hero__media .hero__badge, .hero__card { display: none; }
/* fact strip sits over the hero bottom */
.facts { position: relative; z-index: 2; margin-top: calc(-1 * clamp(3.5rem, 7vw, 5.5rem)); }
.facts__grid { display: grid; grid-template-columns: repeat(2, 1fr); background: rgba(19,38,32,.88); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border: 1px solid var(--line-strong); border-radius: var(--radius-lg); box-shadow: var(--shadow); overflow: hidden; }
.fact { padding: .9rem 1rem; display: flex; gap: .8rem; align-items: center; border-bottom: 1px solid var(--line); }
.fact:last-child { border-bottom: 0; }
.fact__ico { flex: none; width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line-strong); display: grid; place-items: center; color: var(--gold); }
.fact__ico svg { width: 20px; height: 20px; }
.fact strong { display: block; font-family: var(--font-display); font-size: 1rem; font-weight: 500; color: var(--cream); line-height: 1.2; }
.fact span { font-size: .78rem; color: var(--muted); }
.fact:nth-child(odd) { border-right: 1px solid var(--line); }
.fact:nth-last-child(-n+2) { border-bottom: 0; }

@media (min-width: 1000px) { .facts__grid { grid-template-columns: repeat(4, 1fr); } .fact { border-bottom: 0; border-right: 1px solid var(--line); padding: 1.4rem 1.5rem; } .fact:last-child { border-right: 0; } }
/* near-me pages: plain strip variant */
.facts--plain { margin-top: 0; }
.facts--plain .facts__grid { background: var(--bg-2); box-shadow: none; }

/* Open-now pill */
.open-now { display: inline-flex; align-items: center; gap: .5rem; font-size: .9rem; color: var(--cream-2); }
.open-now i { width: 9px; height: 9px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(212,180,106,.2); }
.open-now.is-open i { background: #3ddc84; box-shadow: 0 0 0 4px rgba(61,220,132,.2); }
.open-now.is-closed i { background: #d98b6a; box-shadow: 0 0 0 4px rgba(217,139,106,.2); }
.open-now b { font-weight: 500; color: var(--cream); }
.section--sand .open-now b { color: var(--ink); }
@media (max-width: 600px) {
  .hero__body .lede, .page-hero__body .lede { display: none; }
  .eyebrow { font-size: .66rem; letter-spacing: .2em; }
  .hero__body .eyebrow::before, .hero__body .eyebrow::after { width: 16px; }
  .hero__grid { padding-top: 3rem; padding-bottom: 6rem; }
  .hero__body .cta-row .btn--gold, .page-hero__body .cta-row .btn--gold { flex: 1 1 100%; }
  .hero__body .cta-row .btn, .page-hero__body .cta-row .btn { flex: 1 1 auto; }
}

/* Ticker */
.ticker { border-block: 1px solid var(--line); background: var(--bg-2); overflow: hidden; padding: .7rem 0; font-family: var(--font-display); font-style: italic; font-size: 1.1rem; color: var(--cream-2); margin-top: 0; }
.ticker__track { display: flex; width: max-content; animation: ticker 44s linear infinite; }
.ticker span { display: inline-flex; align-items: center; gap: 1.6rem; padding-right: 1.6rem; white-space: nowrap; }
.ticker span::after { content: "✦"; color: var(--gold); font-style: normal; font-size: .65rem; }
@keyframes ticker { to { transform: translateX(-50%); } }

/* Grids */
.grid { display: grid; gap: 1.2rem; }
.grid--2, .grid--3 { grid-template-columns: 1fr; }
.grid--4 { grid-template-columns: repeat(2, 1fr); }
@media (min-width: 640px) { .grid--2, .grid--3 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .grid--3 { grid-template-columns: repeat(3, 1fr); } .grid--4 { grid-template-columns: repeat(4, 1fr); } }

/* Cards (hub, related, near-me) */
.card { position: relative; display: flex; flex-direction: column; background: linear-gradient(180deg, var(--surface-2), var(--surface)); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; text-decoration: none; color: inherit; transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.card:hover { transform: translateY(-5px); border-color: var(--line-strong); color: inherit; box-shadow: var(--shadow); }
.card__media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--surface-2); }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s cubic-bezier(.2,.7,.2,1); }
.card:hover .card__media img { transform: scale(1.06); }
.card__body { padding: 1.2rem 1.35rem 1.4rem; display: flex; flex-direction: column; gap: .4rem; flex: 1; }
.card__body h3 { margin: 0; color: var(--cream); font-size: 1.22rem; }
.card__body p { margin: 0; color: var(--cream-2); font-size: .94rem; }
.card__meta { margin-top: auto; padding-top: .8rem; display: flex; flex-wrap: wrap; gap: .4rem; }
.card__meta span { font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-2); font-weight: 600; border: 1px solid var(--line-strong); border-radius: 999px; padding: .3rem .7rem; }
.card__tag { position: absolute; top: 1rem; left: 1rem; z-index: 1; background: rgba(15,31,26,.72); backdrop-filter: blur(6px); color: var(--gold-2); font-size: .66rem; letter-spacing: .18em; text-transform: uppercase; padding: .4rem .8rem; border-radius: 999px; border: 1px solid var(--line-strong); font-weight: 600; }
.section--sand .card { background: #fff; border-color: rgba(16,32,27,.08); box-shadow: 0 14px 30px -22px rgba(16,32,27,.35); }
.section--sand .card h3 { color: var(--ink); }
.section--sand .card__body p { color: var(--ink-2); }
.section--sand .card__meta span { color: var(--gold-3); border-color: rgba(169,138,68,.5); }
@media (min-width: 960px) { .card--wide { grid-column: span 2; } .card--wide .card__media { aspect-ratio: 2.1 / 1; } }

/* Image tiles (home treatments) */
.tiles { display: grid; gap: 1rem; grid-template-columns: 1fr; }
@media (min-width: 640px) { .tiles { grid-template-columns: repeat(2, 1fr); } }
.tile { position: relative; display: block; aspect-ratio: 4 / 3; border-radius: var(--radius); overflow: hidden; text-decoration: none; color: var(--cream); background: var(--surface); border: 1px solid var(--line); }
.tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s cubic-bezier(.2,.7,.2,1); }
.tile:hover img { transform: scale(1.06); }
.tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,31,26,0) 40%, rgba(15,31,26,.92) 100%); }
.tile__body { position: absolute; inset: auto 0 0; z-index: 1; padding: 1.3rem 1.2rem 1.2rem; }
.tile__body small { display: block; color: var(--gold); letter-spacing: .16em; text-transform: uppercase; font-size: .68rem; font-weight: 600; margin-bottom: .3rem; }
.tile__body h3 { margin: 0; font-size: clamp(1.2rem, 2vw, 1.55rem); color: var(--cream); }
.tile__body h3::after { content: " →"; color: var(--gold); opacity: 0; transition: opacity .3s ease; }
.tile:hover .tile__body h3::after { opacity: 1; }
@media (min-width: 900px) { .tiles { grid-template-columns: repeat(4, 1fr); } .tile { aspect-ratio: 4 / 5; } .tile--wide { grid-column: span 2; aspect-ratio: auto; } }

/* Intent blocks (keyword-aligned H2 + paragraph pairs) */
.intent-grid { display: grid; gap: 1.2rem; }
.intent { padding: 1.4rem 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.intent h2 { font-size: clamp(1.25rem, 2vw, 1.5rem); margin-bottom: .4rem; }
.intent p { margin: 0; color: var(--cream-2); font-size: .97rem; }
.section--sand .intent { background: #fff; border-color: rgba(16,32,27,.08); box-shadow: 0 14px 30px -22px rgba(16,32,27,.35); }
.section--sand .intent p { color: var(--ink-2); }
@media (min-width: 720px) { .intent-grid { grid-template-columns: repeat(2, 1fr); } .intent-grid > .intent:last-child:nth-child(odd) { grid-column: span 2; } }
@media (min-width: 1100px) { .intent-grid--3 { grid-template-columns: repeat(3, 1fr); } .intent-grid--3 > .intent:last-child:nth-child(odd) { grid-column: auto; } }

/* Landing: badges strip + why grid */
.badges { border-bottom: 1px solid var(--line); background: var(--bg-2); }
.badges__row { display: flex; flex-wrap: wrap; gap: .5rem 1.6rem; padding: .8rem 0; justify-content: center; }
.badge { display: inline-flex; align-items: center; gap: .5rem; font-size: .86rem; font-weight: 500; color: var(--cream); }
.badge svg { width: 18px; height: 18px; color: var(--gold); }
.why-grid { display: grid; gap: 1rem; grid-template-columns: 1fr; }
.why { padding: 1.4rem 1.3rem; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); text-align: center; transition: transform .25s ease, border-color .25s ease; }
.why:hover { transform: translateY(-3px); border-color: var(--line-strong); }
.why__ico { display: inline-grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: rgba(212,180,106,.12); color: var(--gold); margin-bottom: .8rem; }
.why__ico svg { width: 24px; height: 24px; }
.why h3 { font-size: 1.2rem; margin-bottom: .35rem; }
.why p { margin: 0; font-size: .92rem; color: var(--cream-2); }
.section--sand .why { background: #fff; border-color: rgba(16,32,27,.08); box-shadow: 0 14px 30px -22px rgba(16,32,27,.35); }
.section--sand .why__ico { background: rgba(169,138,68,.14); color: var(--gold-3); }
.section--sand .why p { color: var(--ink-2); }
@media (min-width: 640px) { .why-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .why-grid { grid-template-columns: repeat(3, 1fr); } }
.checks--lg li { font-size: 1.05rem; padding: .55rem 0; border-bottom: 1px solid var(--line); }
.checks--lg li:last-child { border-bottom: 0; }
.checks--lg svg { color: var(--gold); }
.section--sand .checks--lg li { border-color: rgba(16,32,27,.12); }
.section--sand .checks--lg svg { color: var(--gold-3); }
.page-hero--landing .page-hero__body { max-width: 760px; }
.page-hero--landing .hero__sub { font-size: clamp(1.05rem, 1.8vw, 1.35rem); }
.cta-row.center { justify-content: center; }

/* Split */
.split { display: grid; gap: 2.2rem; align-items: center; }
.split__media { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4 / 4.4; max-height: 520px; box-shadow: var(--shadow); }
.split__media--wide { aspect-ratio: 4 / 3; }
.split__media img { width: 100%; height: 100%; object-fit: cover; }
.split__media--arch { border-radius: 999px 999px var(--radius-lg) var(--radius-lg); }
.split__media::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(212,180,106,.45); border-radius: inherit; pointer-events: none; }
.split__media--arch::after { border-radius: 999px 999px calc(var(--radius-lg) - 12px) calc(var(--radius-lg) - 12px); }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; gap: clamp(3rem, 6vw, 5.5rem); } .split--rev .split__media { order: -1; } }

/* Statement */
.statement { text-align: center; max-width: 880px; margin-inline: auto; }
.statement p { font-family: var(--font-display); font-size: clamp(1.5rem, 3vw, 2.3rem); line-height: 1.3; color: var(--cream); margin: 0 0 1rem; }
.statement p em { color: var(--gold); }
.statement .muted { max-width: 58ch; margin-inline: auto; }

/* Features */
.features { display: grid; }
.feature { display: grid; grid-template-columns: auto 1fr; gap: 1rem; padding: 1rem 0; border-top: 1px solid var(--line); }
.feature:last-child { border-bottom: 1px solid var(--line); }
.feature__num { font-family: var(--font-display); font-size: 1rem; color: var(--gold); width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line-strong); display: grid; place-items: center; }
.feature h3 { margin-bottom: .25rem; font-size: 1.3rem; }
.feature p { margin: 0; color: var(--cream-2); font-size: .97rem; }
.section--sand .feature { border-color: rgba(16,32,27,.14); }
.section--sand .feature__num { color: var(--gold-3); border-color: rgba(169,138,68,.6); }
.section--sand .feature p { color: var(--ink-2); }

/* Gallery */
.gallery { display: grid; gap: .9rem; grid-template-columns: repeat(2, 1fr); grid-auto-rows: 36vw; grid-auto-flow: dense; }
.gallery figure { margin: 0; border-radius: var(--radius); overflow: hidden; background: var(--surface); position: relative; border: 1px solid var(--line); }
.gallery figure.wide { grid-column: span 2; }
.gallery figure.tall { grid-row: span 2; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s cubic-bezier(.2,.7,.2,1); }
.gallery figure:hover img { transform: scale(1.05); }
.gallery figcaption { position: absolute; inset: auto 0 0; padding: 2rem 1rem .9rem; font-size: .8rem; letter-spacing: .06em; color: var(--cream); background: linear-gradient(180deg, transparent, rgba(15,31,26,.9)); }
@media (min-width: 900px) { .gallery { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 210px; } }
.gallery--row { grid-auto-rows: 44vw; }
@media (min-width: 900px) { .gallery--row { grid-auto-rows: 190px; } }

/* Info box */
.info { position: relative; background: var(--surface); border: 1px solid var(--line); border-left: 3px solid var(--gold); border-radius: var(--radius); padding: 1.4rem 1.5rem; }
.info dl { margin: 0; display: grid; gap: .95rem; }
.info dt { font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: .15rem; }
.info dd { margin: 0; color: var(--cream); }
.section--sand .info { background: #fff; border-color: rgba(16,32,27,.1); border-left-color: var(--gold-3); }
.section--sand .info dd { color: var(--ink); }
.section--sand .info dt { color: var(--gold-3); }
address { font-style: normal; }

/* Distances */
.dist { list-style: none; padding: 0; margin: 0; }
.dist li { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid var(--line); }
.dist li span:last-child { color: var(--gold-2); white-space: nowrap; font-family: var(--font-display); font-style: italic; }
.section--sand .dist li { border-color: rgba(16,32,27,.14); }
.section--sand .dist li span:last-child { color: var(--gold-3); }

/* Steps */
.steps { display: grid; gap: 1rem; }
.step { position: relative; padding: 1.5rem 1.4rem 1.4rem; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); }
.step::before { content: ""; position: absolute; top: 0; left: 1.4rem; width: 40px; height: 2px; background: var(--gold); }
.step__num { font-family: var(--font-display); font-style: italic; color: var(--gold); font-size: 1.1rem; margin-bottom: .45rem; }
.step h3 { font-size: 1.25rem; margin-bottom: .3rem; }
.step p { margin: 0; color: var(--cream-2); font-size: .94rem; }
.section--sand .step { background: #fff; border-color: rgba(16,32,27,.1); }
.section--sand .step::before { background: var(--gold-3); }
.section--sand .step h3 { color: var(--ink); }
.section--sand .step p { color: var(--ink-2); }
.section--sand .step__num { color: var(--gold-3); }
@media (min-width: 700px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .steps { grid-template-columns: repeat(4, 1fr); } }

/* Checks */
.checks { list-style: none; padding: 0; margin: 0; display: grid; gap: .75rem; }
.checks li { display: flex; gap: .8rem; align-items: flex-start; }
.checks svg { width: 22px; height: 22px; flex: none; color: var(--gold-3); margin-top: .15rem; }

/* FAQ */
.faq { display: grid; gap: .6rem; max-width: 860px; }
.faq details { border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.faq details[open] { border-color: var(--line-strong); }
.faq summary { list-style: none; cursor: pointer; padding: 1.1rem 3.6rem 1.1rem 1.3rem; font-family: var(--font-display); font-size: 1.2rem; position: relative; color: var(--cream); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 1rem; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--line-strong); display: grid; place-items: center; color: var(--gold); font-size: 1.2rem; font-family: var(--font-body); }
.faq details[open] summary::after { content: "–"; background: var(--gold); color: var(--ink); }
.faq .faq__a { padding: 0 1.3rem 1.2rem; color: var(--cream-2); }
.faq .faq__a p:last-child { margin: 0; }
.section--sand .faq details { background: #fff; border-color: rgba(16,32,27,.1); }
.section--sand .faq summary { color: var(--ink); }
.section--sand .faq summary::after { color: var(--gold-3); border-color: rgba(169,138,68,.6); }
.section--sand .faq .faq__a { color: var(--ink-2); }

/* Arabic */
.arabic { direction: rtl; text-align: right; }
.arabic h1, .arabic h2, .arabic h3, .arabic p, .arabic dd, .arabic dt, .arabic li, .arabic .lede, .arabic summary { font-family: "Noto Naskh Arabic", "Segoe UI", Tahoma, sans-serif; }
.arabic p, .arabic dd, .arabic li { font-size: 1.08rem; line-height: 1.95; }
.arabic h1 { font-size: clamp(2.2rem, 5.5vw, 4rem); line-height: 1.25; }
.arabic h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); line-height: 1.3; }
.arabic .eyebrow::before, .arabic .eyebrow::after { display: none; }
.arabic .eyebrow { letter-spacing: 0; font-size: 1rem; }
.arabic .info { border-left: 1px solid var(--line); border-right: 3px solid var(--gold); }
.arabic .cta-row, .arabic .card__meta { justify-content: flex-start; }
.arabic .faq summary { padding: 1.1rem 1.3rem 1.1rem 3.6rem; }
.arabic .faq summary::after { right: auto; left: 1rem; }
.arabic .crumbs li + li::before { margin: 0 0 0 .45rem; }

/* CTA band */
.cta-band { position: relative; overflow: hidden; border-radius: var(--radius-lg); border: 1px solid var(--line-strong); padding: clamp(2rem, 5vw, 3.25rem) clamp(1.4rem, 4vw, 3rem); text-align: center; background: radial-gradient(90% 120% at 10% 0%, #244a3e 0%, var(--surface) 50%, var(--bg-2) 100%); box-shadow: var(--shadow); }
.cta-band::before { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(212,180,106,.2); border-radius: calc(var(--radius-lg) - 10px); pointer-events: none; }
.cta-band > * { position: relative; }
.cta-band .cta-row { justify-content: center; margin-top: 1.4rem; }
.cta-band .lede { margin-inline: auto; }
.cta-band .muted { margin-top: 1.2rem; margin-bottom: 0; font-size: .86rem; }

/* Find-us layout */
.findus { display: grid; gap: 1.2rem; }
.findus > * { min-width: 0; }
.split > * { min-width: 0; }
.findus .map { min-height: 300px; }
.dist--compact li { padding: .5rem 0; font-size: .95rem; }
@media (min-width: 900px) {
  .findus { grid-template-columns: 1fr 1fr; align-items: start; }
  .findus .map { grid-column: span 2; min-height: 380px; height: 380px; }
  .findus--2 { grid-template-columns: 1fr 1.3fr; }
  .findus--2 .map { grid-column: auto; height: 100%; min-height: 360px; }
}
@media (min-width: 1100px) {
  .findus { grid-template-columns: 1fr 1fr 1.25fr; }
  .findus .map { grid-column: auto; height: 100%; min-height: 380px; }
}

/* Map */
.map { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line-strong); background: var(--surface); aspect-ratio: 4 / 3; box-shadow: var(--shadow); }
.map iframe { width: 100%; height: 100%; border: 0; display: block; min-width: 0; max-width: 100%; }
.map { min-width: 0; width: 100%; }
@media (min-width: 900px) { .map { aspect-ratio: auto; height: 100%; min-height: 420px; } }

/* Breadcrumbs */
.crumbs { font-size: .8rem; color: var(--cream-2); margin-bottom: 1.1rem; letter-spacing: .04em; }
.crumbs ol { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: .45rem; }
.crumbs li + li::before { content: "/"; margin-right: .45rem; color: var(--gold); }
.crumbs a { color: var(--cream-2); text-decoration: none; }
.crumbs a:hover { color: var(--gold-2); }

/* Inner page hero — full-bleed photo, left-aligned copy */
.page-hero { position: relative; isolation: isolate; overflow: hidden; min-height: 380px; display: grid; align-items: end; }
.page-hero__media { position: absolute; inset: 0; z-index: -2; }
.page-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.page-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(15,31,26,.85) 0%, rgba(15,31,26,.45) 55%, rgba(15,31,26,.2) 100%), linear-gradient(0deg, rgba(15,31,26,.95) 0%, rgba(15,31,26,.2) 60%); }
.page-hero__grid { display: block; padding: clamp(2.5rem, 6vw, 4rem) 0 clamp(2rem, 4vw, 2.75rem); }
.page-hero__body { max-width: 720px; }
.page-hero__body h1 { font-size: clamp(2.2rem, 4.8vw, 3.8rem); text-shadow: 0 2px 30px rgba(0,0,0,.35); }
@media (min-width: 900px) { .page-hero { min-height: 460px; } }

/* Prose */
.prose { max-width: 72ch; }
.prose h2 { font-size: 1.7rem; margin-top: 2.4rem; }
.prose li { margin-bottom: .45rem; }
.prose .note { border-left: 3px solid var(--gold); padding: .9rem 1.1rem; background: var(--surface); color: var(--cream-2); font-size: .92rem; margin-top: 2.5rem; border-radius: 0 var(--radius) var(--radius) 0; }

/* Footer */
.footer { position: relative; background: #0b1714; border-top: 1px solid var(--line); padding: 2.2rem 0 1.4rem; color: var(--cream-2); font-size: .9rem; }
.footer::before { content: ""; position: absolute; top: -1px; left: 50%; transform: translateX(-50%); width: min(640px, 80%); height: 1px; background: linear-gradient(90deg, transparent, var(--gold-2), transparent); }
.footer__grid { display: grid; gap: 1.4rem; }
.footer h2 { font-size: .68rem; font-family: var(--font-body); font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-bottom: .5rem; }
.footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: .3rem .5rem; }
.footer ul li:not(:last-child)::after { content: "·"; margin-left: .5rem; color: var(--gold-3); }
.footer a { color: var(--cream-2); text-decoration: none; }
.footer a:hover { color: var(--gold-2); }
.footer__logo img { height: 40px; width: auto; margin-bottom: .6rem; }
.footer address { color: var(--cream); font-size: .9rem; }
.footer__brand p { margin: .4rem 0 0; }
.footer__bottom { margin-top: 1.4rem; padding-top: .9rem; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; justify-content: space-between; gap: .4rem 1.5rem; font-size: .78rem; color: var(--muted); }
.footer__bottom a { color: var(--muted); }
@media (min-width: 900px) {
  .footer { padding: 2.8rem 0 1.4rem; }
  .footer__grid { grid-template-columns: 1.1fr 1.1fr .9fr; gap: 2.5rem; }
  .footer ul { display: grid; gap: .3rem; grid-template-columns: 1fr 1fr; column-gap: 1.2rem; }
  .footer ul li:not(:last-child)::after { display: none; }
}

/* Mobile action bar */
.bar { position: fixed; inset: auto 0 0; z-index: 60; display: grid; grid-template-columns: repeat(3, 1fr); background: rgba(15,31,26,.96); backdrop-filter: blur(12px); border-top: 1px solid var(--line-strong); padding-bottom: env(safe-area-inset-bottom); box-shadow: 0 -10px 30px rgba(0,0,0,.45); }
.bar a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .2rem; min-height: var(--bar-h); color: var(--cream); text-decoration: none; font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.bar a + a { border-left: 1px solid var(--line); }
.bar a svg { width: 22px; height: 22px; }
.bar a.bar--call { color: var(--gold-2); }
.bar a.bar--wa { color: var(--whatsapp); }
@media (min-width: 900px) { .bar { display: none; } }

/* Utilities */
.mt-2 { margin-top: 2rem; }
.center { text-align: center; }
.center .cta-row { justify-content: center; }
.pill-list { display: flex; flex-wrap: wrap; gap: .5rem; list-style: none; padding: 0; margin: 0; }
.pill-list a, .pill-list--static span { display: inline-block; padding: .45rem .95rem; border: 1px solid var(--line-strong); border-radius: 999px; color: var(--cream); text-decoration: none; font-size: .88rem; transition: all .2s ease; }
.pill-list a:hover { border-color: var(--gold-2); color: var(--gold-2); }
.section--sand .pill-list a, .section--sand .pill-list--static span { color: var(--ink); border-color: rgba(16,32,27,.35); }
.section--sand .pill-list a:hover { border-color: var(--ink); }
.landmarks .eyebrow { margin-bottom: .6rem; }

/* Scroll reveal */
.js [data-reveal] { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.js [data-reveal].is-in { opacity: 1; transform: none; }
.js [data-reveal-stagger] > * { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s cubic-bezier(.2,.7,.2,1); }
.js [data-reveal-stagger].is-in > * { opacity: 1; transform: none; }
.js [data-reveal-stagger].is-in > :nth-child(2) { transition-delay: .07s; }
.js [data-reveal-stagger].is-in > :nth-child(3) { transition-delay: .14s; }
.js [data-reveal-stagger].is-in > :nth-child(4) { transition-delay: .21s; }
.js [data-reveal-stagger].is-in > :nth-child(5) { transition-delay: .28s; }
.js [data-reveal-stagger].is-in > :nth-child(6) { transition-delay: .35s; }
.js [data-reveal-stagger].is-in > :nth-child(7) { transition-delay: .42s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js [data-reveal], .js [data-reveal-stagger] > * { opacity: 1; transform: none; }
}
