/* ==========================================================================
   AL-SIHR — World-class dark luxury design system
   Oud · Blood · Antique Gold | Mobile-first | RTL Arabic
   ========================================================================== */

:root {
  --bg: #050308;
  --bg-elevated: #0c070b;
  --surface: #12090e;
  --surface-2: #1a0f14;
  --surface-3: #24141c;
  --blood: #9f1239;
  --blood-deep: #3d0a18;
  --rose: #e11d48;
  --rose-soft: #fb7185;
  --gold: #d4a017;
  --gold-bright: #f0d78c;
  --gold-dim: #8a6a14;
  --ivory: #faf6f0;
  --muted: #a89aa0;
  --muted-2: #7a6e74;
  --wa: #25d366;
  --wa-dark: #128c7e;
  --line: #06c755;
  --border: rgba(212, 160, 23, 0.18);
  --border-strong: rgba(240, 215, 140, 0.4);
  --border-rose: rgba(225, 29, 72, 0.35);
  --glow-gold: 0 0 48px rgba(212, 160, 23, 0.14);
  --glow-rose: 0 0 48px rgba(159, 18, 57, 0.22);
  --shadow-sm: 0 4px 16px rgba(0, 0, 0, 0.35);
  --shadow-md: 0 16px 40px rgba(0, 0, 0, 0.45);
  --shadow-lg: 0 32px 80px rgba(0, 0, 0, 0.55);
  --r-xs: 8px;
  --r-sm: 12px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-xl: 32px;
  --r-pill: 999px;
  --font-d: "Noto Kufi Arabic", system-ui, sans-serif;
  --font-b: "Tajawal", system-ui, sans-serif;
  --font-s: "Amiri", Georgia, serif;
  --header-h: 72px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --dur: 280ms;
  --container: min(1180px, calc(100% - 1.75rem));
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 20px);
  text-size-adjust: 100%;
}
body {
  font-family: var(--font-b);
  font-size: clamp(16px, 2.8vw, 17.5px);
  line-height: 1.85;
  color: var(--ivory);
  background-color: var(--bg);
  background-image:
    radial-gradient(ellipse 100% 60% at 85% -15%, rgba(159, 18, 57, 0.32), transparent 55%),
    radial-gradient(ellipse 70% 50% at -10% 40%, rgba(212, 160, 23, 0.06), transparent 50%),
    radial-gradient(ellipse 60% 40% at 50% 110%, rgba(61, 10, 24, 0.5), transparent 55%),
    linear-gradient(180deg, #050308 0%, #0a0609 100%);
  background-attachment: fixed;
  direction: rtl;
  text-align: right;
  min-height: 100vh;
  padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px));
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.drawer-open { overflow: hidden; touch-action: none; }

/* subtle noise */
body::before {
  content: "";
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 0;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
body > * { position: relative; z-index: 1; }

a { color: inherit; text-decoration: none; transition: color var(--dur) var(--ease); }
img, video { max-width: 100%; height: auto; display: block; }
button { font: inherit; color: inherit; cursor: pointer; }
::selection { background: rgba(225, 29, 72, 0.35); color: #fff; }

.container { width: var(--container); margin-inline: auto; }

.skip-link {
  position: absolute; top: -120px; right: 1rem; z-index: 300;
  background: var(--gold); color: #111; padding: 0.55rem 1rem;
  border-radius: var(--r-sm); font-family: var(--font-d); font-weight: 800;
}
.skip-link:focus { top: 0.75rem; }

/* ── Promo ── */
.promo-bar {
  background: linear-gradient(105deg, var(--blood-deep) 0%, var(--blood) 45%, #7c2d12 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.84rem;
}
.promo-inner {
  display: flex; align-items: center; justify-content: center;
  gap: 0.85rem; flex-wrap: wrap; padding: 0.6rem 0;
  font-weight: 700;
}
.pulse {
  width: 8px; height: 8px; border-radius: 50%; background: #fff;
  box-shadow: 0 0 0 0 rgba(255,255,255,0.5);
  animation: pulse 1.6s ease-out infinite;
}
@keyframes pulse {
  70% { box-shadow: 0 0 0 12px transparent; opacity: 0.4; }
  100% { opacity: 0; }
}

/* ── Header ── */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(5, 3, 8, 0.88);
  backdrop-filter: blur(20px) saturate(1.2);
  -webkit-backdrop-filter: blur(20px) saturate(1.2);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; min-height: var(--header-h);
}
.logo {
  font-family: var(--font-d); font-weight: 900; font-size: 1.3rem;
  line-height: 1.15; color: var(--ivory); letter-spacing: -0.02em;
  display: flex; flex-direction: column; gap: 0.1rem;
}
.logo small {
  font-size: 0.6rem; font-weight: 700; color: var(--gold);
  letter-spacing: 0.18em; opacity: 0.9;
}
.nav-links {
  display: none; align-items: center; gap: 0.15rem;
  font-family: var(--font-d); font-size: 0.86rem; font-weight: 700;
  color: var(--muted);
}
.nav-links a {
  padding: 0.5rem 0.75rem; border-radius: var(--r-pill);
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease);
}
.nav-links a:hover {
  color: var(--ivory); background: rgba(212, 160, 23, 0.1);
}
@media (min-width: 1024px) {
  .nav-links { display: flex; }
  .site-header .nav {
    margin-block: 0.55rem;
    padding: 0.35rem 0.55rem 0.35rem 0.85rem;
    background: rgba(18, 9, 14, 0.72);
    border: 1px solid var(--border);
    border-radius: var(--r-pill);
    box-shadow: var(--shadow-sm), inset 0 1px 0 rgba(255,255,255,0.04);
    min-height: 58px;
  }
  .site-header {
    background: transparent;
    border-bottom: none;
    box-shadow: none;
    padding-block: 0.35rem;
  }
}
.nav-actions { display: flex; align-items: center; gap: 0.5rem; }
.nav-toggle {
  width: 46px; height: 46px; border-radius: var(--r-sm);
  border: 1px solid var(--border); background: rgba(255,255,255,0.03);
  color: var(--ivory); font-size: 1.2rem; display: grid; place-items: center;
}
@media (min-width: 1024px) { .nav-toggle { display: none; } }

/* Drawer */
.drawer {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(5, 3, 8, 0.98);
  padding: 5rem 1.5rem 2rem;
  display: flex; flex-direction: column; gap: 0.2rem;
  overflow-y: auto;
  animation: drawerIn 0.28s var(--ease);
}
@keyframes drawerIn {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: none; }
}
.drawer[hidden] { display: none !important; }
.drawer a {
  font-family: var(--font-d); font-weight: 800; font-size: 1.15rem;
  padding: 0.95rem 0.35rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: var(--ivory);
}
.drawer a:hover { color: var(--gold-bright); }
.drawer-close {
  position: absolute; top: 1.1rem; left: 1.1rem;
  width: 46px; height: 46px; border: 0; border-radius: var(--r-sm);
  background: rgba(255,255,255,0.08); color: #fff; font-size: 1.25rem;
}

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.45rem;
  min-height: 50px; padding: 0.75rem 1.35rem;
  border-radius: var(--r-sm); border: none;
  font-family: var(--font-d); font-weight: 800; font-size: 0.92rem;
  letter-spacing: 0.01em; cursor: pointer;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), filter 0.15s;
  position: relative; overflow: hidden;
  white-space: nowrap;
}
.btn::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,0.18) 50%, transparent 70%);
  transform: translateX(120%); transition: transform 0.55s var(--ease); pointer-events: none;
}
.btn:hover::after { transform: translateX(-120%); }
.btn:hover { transform: translateY(-3px); }
.btn:active { transform: translateY(0) scale(0.98); }
.btn:focus-visible, .chip:focus-visible, a:focus-visible, button:focus-visible {
  outline: 2px solid var(--gold-bright); outline-offset: 3px;
}
.btn-sm { min-height: 38px; padding: 0.4rem 0.9rem; font-size: 0.8rem; border-radius: var(--r-pill); }
.btn-wa {
  background: linear-gradient(145deg, #34d399 0%, var(--wa) 40%, var(--wa-dark) 100%);
  color: #fff; box-shadow: 0 10px 28px rgba(37, 211, 102, 0.3);
}
.btn-line {
  background: linear-gradient(145deg, #22c55e, var(--line) 50%, #009a00);
  color: #fff; box-shadow: 0 10px 28px rgba(6, 199, 85, 0.25);
}
.btn-blood {
  background: linear-gradient(135deg, #fb7185 0%, var(--rose) 35%, var(--blood) 70%, var(--blood-deep) 100%);
  color: #fff; box-shadow: 0 12px 32px rgba(159, 18, 57, 0.4), inset 0 1px 0 rgba(255,255,255,0.15);
}
.btn-gold {
  background: rgba(212, 160, 23, 0.06);
  border: 1.5px solid var(--border-strong);
  color: var(--gold-bright);
  box-shadow: none;
}
.btn-gold:hover {
  background: rgba(212, 160, 23, 0.12);
  box-shadow: var(--glow-gold);
}

.badge {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.4rem 0.95rem; border-radius: var(--r-pill);
  font-family: var(--font-d); font-size: 0.74rem; font-weight: 800;
  letter-spacing: 0.04em;
  background: linear-gradient(135deg, rgba(159,18,57,0.3), rgba(61,10,24,0.5));
  border: 1px solid var(--border-rose);
  color: var(--rose-soft);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}

/* Hero */
.hero {
  display: grid; gap: 2rem; align-items: center;
  padding: clamp(2rem, 5vw, 4rem) 0 clamp(1.5rem, 3vw, 2.5rem);
}
@media (min-width: 960px) {
  .hero { grid-template-columns: 1.08fr 0.92fr; gap: 2.75rem; }
}
h1, .hero h1 {
  font-family: var(--font-d); font-weight: 900;
  font-size: clamp(2rem, 5.5vw, 3.15rem);
  line-height: 1.2; letter-spacing: -0.03em;
  margin: 1rem 0 0.85rem; color: #fff;
  text-wrap: balance;
}
h1 .sub {
  display: block; margin-top: 0.55rem;
  font-size: clamp(1.05rem, 2.9vw, 1.4rem); font-weight: 700;
  letter-spacing: -0.01em; line-height: 1.4;
  background: linear-gradient(105deg, var(--rose-soft) 0%, var(--gold-bright) 55%, var(--gold) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lead {
  color: var(--muted); font-size: clamp(0.98rem, 2.5vw, 1.08rem);
  line-height: 1.9; max-width: 36em; margin-bottom: 1.5rem;
}
.lead strong { color: var(--gold-bright); font-weight: 800; }
.actions { display: flex; flex-wrap: wrap; gap: 0.65rem; }

/* Ritual panel */
.panel {
  position: relative;
  background:
    linear-gradient(155deg, rgba(36, 20, 28, 0.95) 0%, rgba(12, 6, 10, 0.98) 100%);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: 1.1rem;
  box-shadow: var(--shadow-lg), var(--glow-rose), inset 0 1px 0 rgba(255,255,255,0.05);
  overflow: hidden;
}
.panel::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 100% 0%, rgba(212,160,23,0.1), transparent 50%),
    radial-gradient(ellipse 60% 40% at 0% 100%, rgba(159,18,57,0.15), transparent 50%);
  pointer-events: none;
}
.panel > * { position: relative; z-index: 1; }
.hero-media {
  border-radius: calc(var(--r-xl) - 8px);
  overflow: hidden;
  border: 1px solid rgba(212, 160, 23, 0.28);
  margin-bottom: 1.1rem;
  background: #000;
  aspect-ratio: 4 / 3;
  box-shadow: var(--shadow-md);
}
.hero-media video,
.hero-media img {
  width: 100%; height: 100%; object-fit: cover;
}
.panel h2 {
  font-family: var(--font-s); font-size: clamp(1.25rem, 2.5vw, 1.55rem);
  color: var(--gold-bright); line-height: 1.5;
  margin: 0 0.4rem 0.55rem; font-weight: 700;
}
.panel-copy {
  color: var(--muted); font-size: 0.95rem;
  margin: 0 0.4rem 0.85rem; line-height: 1.75;
}
.stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.55rem;
  text-align: center;
}
.stat {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(212, 160, 23, 0.14);
  border-radius: var(--r-md);
  padding: 0.85rem 0.35rem;
  transition: border-color var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.stat:hover {
  border-color: var(--border-strong);
  transform: translateY(-2px);
}
.stat strong {
  display: block; font-family: var(--font-d); font-size: 1.25rem;
  color: var(--gold-bright); font-weight: 900;
}
.stat span { font-size: 0.72rem; color: var(--muted); font-weight: 700; }

/* Quote ribbon */
.quote {
  text-align: center; font-family: var(--font-s);
  font-size: clamp(1.1rem, 2.8vw, 1.45rem); color: var(--gold-bright);
  padding: 1.5rem 1.25rem; border-radius: var(--r-lg);
  margin: 0.75rem 0 1.5rem;
  background:
    linear-gradient(135deg, rgba(36, 20, 28, 0.9), rgba(5, 3, 8, 0.95));
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm), inset 0 1px 0 rgba(255,255,255,0.04);
  letter-spacing: 0.02em;
}

/* Sections */
.section { padding: clamp(2rem, 5vw, 3.25rem) 0; }
.section-head { margin-bottom: 1.5rem; }
.section-head h2 {
  font-family: var(--font-d); font-weight: 900;
  font-size: clamp(1.4rem, 3.4vw, 1.9rem);
  color: #fff; letter-spacing: -0.02em;
  margin-bottom: 0.4rem;
  display: inline-block;
  position: relative;
  padding-right: 0.9rem;
}
.section-head h2::before {
  content: ""; position: absolute; right: 0; top: 0.15em; bottom: 0.15em;
  width: 4px; border-radius: 4px;
  background: linear-gradient(180deg, var(--rose), var(--gold));
}
.section-head p { color: var(--muted); font-size: 0.98rem; }

.grid { display: grid; gap: 1rem; }
@media (min-width: 700px) {
  .grid-2 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(3, 1fr); gap: 1.15rem; }
}

/* Cards */
.card {
  background:
    linear-gradient(165deg, rgba(36, 20, 28, 0.95) 0%, rgba(18, 9, 14, 0.98) 100%);
  border: 1px solid rgba(212, 160, 23, 0.14);
  border-radius: var(--r-lg);
  padding: 1.35rem 1.25rem;
  display: flex; flex-direction: column; gap: 0.5rem;
  min-height: 100%;
  transition: transform var(--dur) var(--ease), border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
  box-shadow: var(--shadow-sm);
  position: relative; overflow: hidden;
}
.card::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(145deg, rgba(240,215,140,0.06), transparent 42%);
  opacity: 0; transition: opacity var(--dur) var(--ease); pointer-events: none;
}
.card:hover {
  transform: translateY(-6px);
  border-color: var(--border-rose);
  box-shadow: var(--shadow-md), var(--glow-rose);
}
.card:hover::before { opacity: 1; }
.card .ico {
  width: 48px; height: 48px; border-radius: 14px;
  display: grid; place-items: center;
  font-family: var(--font-d); font-weight: 900; font-size: 0.85rem;
  color: var(--gold-bright);
  background: linear-gradient(145deg, rgba(159,18,57,0.35), rgba(61,10,24,0.5));
  border: 1px solid var(--border-rose);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}
.card h3 {
  font-family: var(--font-d); font-size: 1.08rem; font-weight: 800;
  color: #fff; letter-spacing: -0.01em;
}
.card p { color: var(--muted); font-size: 0.92rem; flex: 1; line-height: 1.75; }
.card .more {
  font-family: var(--font-d); font-weight: 800; font-size: 0.86rem;
  color: var(--rose-soft); margin-top: 0.35rem;
  display: inline-flex; align-items: center; gap: 0.35rem;
}
.card .more:hover { color: var(--gold-bright); }

/* Chips */
.chips { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.chip {
  min-height: 42px; padding: 0.45rem 1rem; border-radius: var(--r-pill);
  border: 1px solid var(--border);
  background: rgba(18, 9, 14, 0.8);
  color: var(--muted);
  font-family: var(--font-d); font-weight: 800; font-size: 0.8rem;
  cursor: pointer;
  transition: all var(--dur) var(--ease);
}
.chip:hover, .chip.active {
  border-color: var(--rose);
  color: var(--ivory);
  background: rgba(159, 18, 57, 0.25);
  box-shadow: 0 0 0 1px rgba(225, 29, 72, 0.15);
}

/* CTA */
.cta-box {
  text-align: center;
  padding: clamp(1.75rem, 4vw, 2.5rem) 1.5rem;
  border-radius: var(--r-xl);
  background:
    radial-gradient(ellipse 80% 80% at 50% 0%, rgba(225,29,72,0.2), transparent 55%),
    linear-gradient(160deg, rgba(36,20,28,0.95), rgba(5,3,8,0.98));
  border: 1px solid var(--border-rose);
  box-shadow: var(--shadow-md), var(--glow-rose);
  margin: 1.5rem 0 0.5rem;
}
.cta-box h2 {
  font-family: var(--font-d); font-size: clamp(1.35rem, 3vw, 1.75rem);
  color: #fff; margin-bottom: 0.45rem; font-weight: 900;
}
.cta-box p { color: var(--muted); margin-bottom: 1.15rem; }

/* Blog */
.blog-grid { display: grid; gap: 1.1rem; }
@media (min-width: 700px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .blog-grid { grid-template-columns: repeat(3, 1fr); } }
.blog-card {
  background: var(--surface);
  border: 1px solid rgba(212,160,23,0.12);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex; flex-direction: column;
  min-height: 100%;
  transition: transform var(--dur) var(--ease), border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
  box-shadow: var(--shadow-sm);
}
.blog-card:hover {
  transform: translateY(-5px);
  border-color: var(--border-rose);
  box-shadow: var(--shadow-md);
}
.blog-cover {
  height: 180px;
  background-color: #1a0a10;
  position: relative;
  overflow: hidden;
}
.blog-cover img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
  transition: transform 0.4s cubic-bezier(0.16,1,0.3,1);
}
.blog-card:hover .blog-cover img { transform: scale(1.06); }
.blog-cover::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(5,3,8,0.82) 100%);
  pointer-events: none; z-index: 1;
}
.blog-cover-badge {
  position: absolute; z-index: 2;
  top: 0.75rem; right: 0.75rem;
  font-family: var(--font-d); font-size: 0.72rem; font-weight: 800;
  color: #f0d78c;
  background: rgba(0,0,0,0.55);
  border: 1px solid rgba(212,160,23,0.3);
  padding: 0.25rem 0.55rem; border-radius: 999px;
  backdrop-filter: blur(8px);
}
.blog-hero-cover {
  margin: 0 auto 1.75rem;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(212,160,23,0.18);
  box-shadow: 0 20px 50px rgba(0,0,0,0.4);
  background: #12080c;
}
.blog-hero-cover img {
  width: 100%; height: auto; max-height: 420px;
  object-fit: cover; display: block;
}
.blog-hero-cover figcaption {
  padding: 0.65rem 1rem;
  font-size: 0.85rem; font-weight: 700;
  color: rgba(255,255,255,0.45);
  border-top: 1px solid rgba(255,255,255,0.06);
}
.blog-card .body {
  padding: 1.05rem 1.15rem 1.25rem;
  display: flex; flex-direction: column; gap: 0.35rem; flex: 1;
}
.blog-tag {
  font-family: var(--font-d); font-size: 0.72rem; font-weight: 800;
  color: var(--gold); letter-spacing: 0.04em;
}
.blog-card h3 {
  font-family: var(--font-d); font-size: 1rem; line-height: 1.45;
  color: #fff; font-weight: 800;
}
.blog-card p { color: var(--muted); font-size: 0.86rem; }

/* Packages */
.pkg-grid { display: grid; gap: 1rem; }
@media (min-width: 700px) { .pkg-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .pkg-grid { grid-template-columns: repeat(3, 1fr); } }
.pkg-card {
  background: linear-gradient(165deg, var(--surface-2), var(--surface));
  border: 1px solid rgba(212,160,23,0.14);
  border-radius: var(--r-lg);
  padding: 1.25rem;
  display: flex; flex-direction: column; gap: 0.5rem;
  transition: border-color var(--dur) var(--ease), transform var(--dur) var(--ease);
  box-shadow: var(--shadow-sm);
}
.pkg-card:hover { border-color: var(--border-strong); transform: translateY(-3px); }
.pkg-card.vip {
  border-color: rgba(212,160,23,0.45);
  box-shadow: var(--shadow-sm), var(--glow-gold);
}
.pkg-top { display: flex; justify-content: space-between; align-items: center; }
.pkg-num { color: var(--muted-2); font-size: 0.8rem; font-weight: 700; }
.pkg-card h3 {
  font-family: var(--font-d); font-size: 1.05rem; color: #fff; font-weight: 800;
}
.pkg-meta { color: var(--muted); font-size: 0.84rem; }
.pkg-card ul {
  padding-right: 1.15rem; color: var(--muted); font-size: 0.9rem; flex: 1;
  line-height: 1.7;
}
.search-input {
  width: 100%; min-height: 52px; border-radius: var(--r-pill);
  border: 1.5px solid var(--border);
  background: rgba(0, 0, 0, 0.4);
  color: var(--ivory);
  padding: 0.75rem 1.35rem;
  font-size: 1rem; font-family: var(--font-b);
  margin-bottom: 1rem;
  transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.search-input::placeholder { color: var(--muted-2); }
.search-input:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(212, 160, 23, 0.14), var(--glow-gold);
}

/* Inner pages */
.page-hero { padding: 2rem 0 1.15rem; }
.page-hero h1 {
  font-family: var(--font-d); font-size: clamp(1.65rem, 4vw, 2.25rem);
  color: #fff; margin: 0.55rem 0 0.65rem; font-weight: 900;
}
.breadcrumb {
  font-size: 0.86rem; color: var(--muted-2); margin-bottom: 0.65rem;
}
.breadcrumb a { color: var(--gold); font-weight: 700; }
.prose { max-width: 760px; padding-bottom: 0.5rem; }
.prose h2 {
  font-family: var(--font-d); color: var(--gold-bright);
  font-size: clamp(1.15rem, 2.4vw, 1.35rem);
  margin: 2rem 0 0.75rem; font-weight: 800; line-height: 1.35;
}
.prose p, .prose li {
  color: var(--muted); margin-bottom: 0.95rem;
  line-height: 1.95; font-size: clamp(1rem, 2.1vw, 1.08rem);
}
.prose ol, .prose ul { padding-right: 1.25rem; margin-bottom: 1rem; }
.prose strong { color: #f0d78c; }
.prose a { color: var(--gold-bright); text-decoration: underline; text-underline-offset: 0.2em; }
.prose a:hover { color: #fda4af; }

.faq details {
  background: var(--surface);
  border: 1px solid rgba(212,160,23,0.12);
  border-radius: var(--r-md);
  padding: 1.05rem 1.15rem;
  margin-bottom: 0.55rem;
  transition: border-color var(--dur) var(--ease);
}
.faq details[open] { border-color: var(--border-rose); }
.faq summary {
  font-family: var(--font-d); font-weight: 800; cursor: pointer; color: #fff;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq p { margin-top: 0.6rem; color: var(--muted); font-size: 0.95rem; }

.article-cover {
  width: 100%; max-width: 920px; margin: 0.85rem auto 1.35rem;
  border-radius: var(--r-lg); overflow: hidden;
  border: 1px solid rgba(212,160,23,0.25);
  background: #12080c;
  box-shadow: var(--shadow-md);
}
.article-cover img {
  width: 100%; height: auto; max-height: 440px; object-fit: cover;
}

/* Footer */
.site-footer {
  border-top: 1px solid var(--border);
  padding: 3rem 0 1.5rem;
  margin-top: 2rem;
  background: linear-gradient(180deg, transparent, rgba(12, 6, 10, 0.8));
  color: var(--muted); font-size: 0.92rem;
}
.footer-grid { display: grid; gap: 1.75rem; }
@media (min-width: 800px) {
  .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2rem; }
}
.footer-brand {
  font-family: var(--font-d); font-weight: 900; font-size: 1.15rem;
  color: var(--gold-bright); margin-bottom: 0.55rem;
}
.site-footer strong {
  display: block; font-family: var(--font-d); color: var(--gold);
  margin-bottom: 0.45rem; font-size: 0.88rem;
}
.site-footer a {
  display: block; margin: 0.3rem 0; color: var(--muted);
  font-weight: 600;
}
.site-footer a:hover { color: var(--gold-bright); }
.footer-note {
  margin-top: 2rem; padding-top: 1.25rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  font-size: 0.78rem; opacity: 0.75;
}

/* Mobile bar */
.mobile-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 140;
  display: flex; gap: 0.45rem;
  padding: 0.6rem 0.75rem;
  padding-bottom: calc(0.6rem + env(safe-area-inset-bottom, 0px));
  background: rgba(5, 3, 8, 0.94);
  border-top: 1px solid var(--border);
  backdrop-filter: blur(16px);
  box-shadow: 0 -12px 40px rgba(0,0,0,0.45);
}
.mobile-bar .btn {
  flex: 1; min-height: 48px; font-size: 0.8rem; padding: 0.5rem 0.35rem;
  border-radius: 14px;
}
@media (min-width: 768px) {
  .mobile-bar { display: none; }
  body { padding-bottom: 0; }
}

.pager {
  display: flex; flex-wrap: wrap; gap: 0.4rem;
  margin: 1.75rem 0; justify-content: center;
}
.pager a {
  min-width: 42px; min-height: 42px; display: grid; place-items: center;
  border-radius: var(--r-sm); border: 1px solid var(--border);
  font-weight: 800; font-family: var(--font-d); font-size: 0.85rem;
  color: var(--muted); transition: all var(--dur) var(--ease);
}
.pager a:hover, .pager a.active {
  background: var(--blood); border-color: var(--rose); color: #fff;
}

/* Mobile refinements */
@media (max-width: 640px) {
  .actions { gap: 0.55rem; }
  .actions .btn { flex: 1 1 calc(50% - 0.35rem); font-size: 0.84rem; min-height: 48px; }
  .actions .btn-blood { flex: 1 1 100%; }
  h1, .hero h1 { font-size: 1.85rem; }
  .hero { padding-top: 1.5rem; }
  .nav-actions .btn-wa span { /* keep short on tiny */ }
}

/* Desktop polish */
@media (min-width: 1200px) {
  .hero h1 { font-size: 3.25rem; }
  .card { padding: 1.5rem 1.35rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .btn::after { display: none; }
}

/* Scrollbar */
@media (min-width: 900px) {
  * { scrollbar-width: thin; scrollbar-color: rgba(212,160,23,0.4) rgba(5,3,8,0.9); }
  ::-webkit-scrollbar { width: 10px; }
  ::-webkit-scrollbar-track { background: rgba(5,3,8,0.9); }
  ::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(225,29,72,0.4), rgba(212,160,23,0.5));
    border-radius: 99px; border: 2px solid rgba(5,3,8,0.9);
  }
}
