/* ═══════════════════════════════════════════
   UINQA — Luxury Minimal Stylesheet
   Warm gold · Rich cards · Large serif prices
════════════════════════════════════════════ */

/* ─── RESET ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-tap-highlight-color: transparent; }

/* ─── TOKENS ─── */
:root {
  --white:     #ffffff;
  --cream:     #faf8f5;
  --parchment: #f3efe8;
  --stone:     #e8e2d9;
  --border:    #ddd7ce;
  --ink:       #1a1712;
  --ink-80:    #2e2a24;
  --mid:       #6b6158;
  --light:     #a09080;
  --ghost:     #c8c0b4;
  --gold:      #C9A84C;
  --gold-dk:   #a8882e;
  --gold-lt:   #e8d5a0;
  --gold-bg:   #fdf8ee;
  --gold-line: rgba(201,168,76,0.25);
  --falcon:    #1e3a5a;
  --camel:     #6b3e1e;
  --horse:     #2a4a2e;
  --radius-xs: 6px;
  --radius-sm: 10px;
  --radius:    16px;
  --radius-lg: 24px;
  --shadow-xs: 0 1px 2px rgba(26,23,18,0.06);
  --shadow-sm: 0 2px 8px rgba(26,23,18,0.08), 0 0 0 1px rgba(26,23,18,0.04);
  --shadow:    0 4px 20px rgba(26,23,18,0.1), 0 1px 4px rgba(26,23,18,0.06);
  --shadow-lg: 0 8px 40px rgba(26,23,18,0.14), 0 2px 8px rgba(26,23,18,0.08);
  --shadow-gold: 0 4px 24px rgba(201,168,76,0.18);
  --t: 0.22s cubic-bezier(0.4,0,0.2,1);
}

/* ─── BASE ─── */
body {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.5;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

/* ─── LANGUAGE ─── */
body.ar { direction: rtl; }
.ar-only { display: none; }
body.ar .en-only { display: none; }
body.ar .ar-only { display: block; }

/* ─── SERIF + ARABIC ─── */
.serif  { font-family: 'Cormorant Garamond', Georgia, serif; }
.naskh  { font-family: 'Noto Naskh Arabic', serif; }
h1, h2  { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 600; }

/* ═══ HEADER ═══ */
.site-header {
  position: sticky; top: 0; z-index: 200;
  background: rgba(250,248,245,0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  height: 58px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 1.5rem;
}

.logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.65rem; font-weight: 600;
  color: var(--ink); letter-spacing: 0.1em;
  text-decoration: none; line-height: 1;
}
.logo span { color: var(--gold); }

/* ─── LANG TOGGLE ─── */
.lang-toggle {
  display: flex;
  background: var(--parchment);
  border: 1px solid var(--border);
  border-radius: 30px;
  padding: 3px; gap: 2px;
}
.lang-btn {
  background: none; border: none;
  padding: 0.22rem 0.8rem;
  border-radius: 24px;
  font-size: 0.7rem; font-weight: 500;
  color: var(--mid); cursor: pointer;
  transition: all var(--t);
  letter-spacing: 0.06em;
  font-family: inherit;
}
.lang-btn.active {
  background: var(--white);
  color: var(--ink);
  box-shadow: var(--shadow-xs);
}

/* ═══ HERO ═══ */
.hero {
  padding: 2.5rem 1.5rem 2rem;
  background: var(--white);
  border-bottom: 1px solid var(--border);
  position: relative; overflow: hidden;
}

/* Luxury corner ornament */
.hero::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 160px; height: 160px;
  background:
    radial-gradient(ellipse at top right, rgba(201,168,76,0.12) 0%, transparent 70%);
  pointer-events: none;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-lt), transparent);
}

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-size: 0.62rem; letter-spacing: 0.28em;
  text-transform: uppercase; color: var(--gold);
  font-weight: 500; margin-bottom: 1rem;
}
.hero-eyebrow::before {
  content: '';
  display: block; width: 20px; height: 1px;
  background: var(--gold);
}

.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 9vw, 3.6rem);
  font-weight: 600; line-height: 1.06;
  color: var(--ink); margin-bottom: 0.85rem;
  letter-spacing: -0.01em;
}
.hero-title em { font-style: italic; color: var(--gold); }

.hero-sub {
  font-size: 0.875rem; color: var(--mid);
  line-height: 1.7; max-width: 300px;
}

.hero-footer {
  display: flex; align-items: center;
  flex-wrap: wrap; gap: 1.25rem;
  margin-top: 1.75rem; padding-top: 1.5rem;
  border-top: 1px solid var(--border);
}

/* Live badge */
.live-badge {
  display: inline-flex; align-items: center; gap: 0.45rem;
  font-size: 0.66rem; font-weight: 500;
  color: #2a6a2a; letter-spacing: 0.04em;
  background: #f0faf0;
  border: 1px solid #b8d8b8;
  padding: 0.28rem 0.8rem;
  border-radius: 24px;
}
.live-dot {
  width: 6px; height: 6px;
  border-radius: 50%; background: #2a6a2a;
  flex-shrink: 0; animation: blink 2s infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.25; }
}

.hero-stats { display: flex; gap: 1.5rem; }
.hero-stat {}
.hero-stat-val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem; font-weight: 600;
  color: var(--ink); line-height: 1;
}
.hero-stat-lbl {
  font-size: 0.6rem; color: var(--light);
  text-transform: uppercase; letter-spacing: 0.12em;
  margin-top: 0.2rem;
}

/* ═══ MARKET PULSE ═══ */
.pulse {
  margin: 1.25rem 1.5rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem 1.35rem;
  position: relative; overflow: hidden;
  box-shadow: var(--shadow-xs);
}

.pulse::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, var(--gold), var(--gold-lt));
}

body.ar .pulse::before { left: auto; right: 0; }

.pulse-top {
  display: flex; align-items: center;
  gap: 0.5rem; margin-bottom: 0.65rem;
}
.pulse-dot {
  width: 7px; height: 7px;
  border-radius: 50%; background: var(--gold);
  animation: blink 2.5s infinite; flex-shrink: 0;
}
.pulse-lbl {
  font-size: 0.6rem; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--gold); font-weight: 500;
}
.pulse-text {
  font-size: 0.875rem; color: var(--ink); line-height: 1.65;
  padding-left: 1rem;
}
body.ar .pulse-text { padding-left: 0; padding-right: 1rem; }
.pulse-tip {
  margin-top: 0.7rem; padding-top: 0.7rem;
  border-top: 1px solid var(--border);
  font-size: 0.78rem; color: var(--mid);
  line-height: 1.55; padding-left: 1rem;
}
body.ar .pulse-tip { padding-left: 0; padding-right: 1rem; }

/* ═══ SECTION LABEL ═══ */
.section-lbl {
  font-size: 0.58rem; letter-spacing: 0.26em;
  text-transform: uppercase; color: var(--light);
  font-weight: 500;
  padding: 0 1.5rem;
  margin: 1.5rem 0 0.75rem;
  display: flex; align-items: center; gap: 0.75rem;
}
.section-lbl::after {
  content: ''; flex: 1; height: 1px; background: var(--border);
}

/* ═══ CATEGORY CARDS ═══ */
.cat-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 0.75rem; padding: 0 1.5rem 2rem;
}

.cat-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.4rem 0.5rem 1.2rem;
  text-align: center; cursor: pointer;
  transition: all var(--t);
  text-decoration: none; color: inherit;
  display: block; position: relative; overflow: hidden;
  box-shadow: var(--shadow-xs);
}

/* Rich texture overlay */
.cat-card::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at top center, rgba(201,168,76,0.06) 0%, transparent 65%);
  pointer-events: none;
}

/* Bottom accent line */
.cat-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 10%; right: 10%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: scaleX(0);
  transition: transform var(--t);
  border-radius: 2px;
}

.cat-card:hover {
  border-color: var(--gold-lt);
  box-shadow: var(--shadow), var(--shadow-gold);
  transform: translateY(-3px);
}
.cat-card:hover::after { transform: scaleX(1); }
.cat-card:active { transform: scale(0.97) translateY(0); }

.cat-icon {
  font-size: 2rem; display: block;
  margin-bottom: 0.55rem;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.15));
}
.cat-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.98rem; font-weight: 600;
  color: var(--ink); display: block; line-height: 1.2;
}
.cat-name-ar {
  font-family: 'Noto Naskh Arabic', serif;
  font-size: 0.82rem; color: var(--mid);
  display: block; margin-top: 0.2rem;
}
.cat-sub {
  font-size: 0.58rem; color: var(--light);
  margin-top: 0.4rem; display: block;
  letter-spacing: 0.06em;
}

/* ═══ PAGE HEADER ═══ */
.page-header {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid var(--border);
  display: flex; align-items: center; gap: 0.9rem;
  background: var(--white);
}
.page-header-text {}
.page-header-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem; font-weight: 600; color: var(--ink);
}
.page-header-sub {
  font-size: 0.72rem; color: var(--mid); margin-top: 0.1rem;
}

/* ─── BACK BUTTON ─── */
.back-btn {
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid var(--border);
  background: var(--white);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: 1rem; color: var(--mid);
  transition: all var(--t); flex-shrink: 0;
  text-decoration: none;
  box-shadow: var(--shadow-xs);
}
.back-btn:hover { background: var(--parchment); color: var(--ink); border-color: var(--gold-lt); }
body.ar .back-btn { transform: scaleX(-1); }

/* ═══ PRO TOGGLE BAR ═══ */
.pro-bar {
  display: flex; align-items: center;
  justify-content: space-between;
  padding: 0.9rem 1.5rem;
  background: var(--gold-bg);
  border-bottom: 1px solid var(--gold-line);
}
.pro-bar-title { font-size: 0.83rem; font-weight: 500; color: var(--ink); }
.pro-bar-sub { font-size: 0.68rem; color: var(--mid); margin-top: 0.1rem; }

/* Toggle */
.toggle { position: relative; width: 44px; height: 24px; flex-shrink: 0; }
.toggle input { opacity: 0; width: 0; height: 0; }
.toggle-track {
  position: absolute; inset: 0;
  background: var(--stone); border-radius: 24px;
  cursor: pointer; transition: background var(--t);
  border: 1px solid var(--border);
}
.toggle-track::before {
  content: '';
  position: absolute;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--white);
  left: 2px; top: 2px;
  transition: transform var(--t);
  box-shadow: 0 1px 4px rgba(0,0,0,0.18);
}
.toggle input:checked + .toggle-track { background: var(--gold); border-color: var(--gold-dk); }
.toggle input:checked + .toggle-track::before { transform: translateX(20px); }

/* ═══ SPECIES LIST ═══ */
.species-list {
  padding: 1rem 1.5rem 2rem;
  display: flex; flex-direction: column; gap: 2rem;
}

/* ═══ SPECIES CARD ═══ */
.species-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-xs);
  transition: all var(--t);
}

.species-card-top {
  padding: 1.35rem 1.35rem 1.1rem;
  display: flex; align-items: flex-start;
  justify-content: space-between; gap: 1rem;
  border-bottom: 1px solid var(--border);
  background: var(--white);
  position: relative;
}

/* Subtle gold shimmer behind price */
.species-card-top::after {
  content: '';
  position: absolute; top: 0; right: 0;
  width: 120px; height: 100%;
  background: radial-gradient(ellipse at right center, rgba(201,168,76,0.05) 0%, transparent 70%);
  pointer-events: none;
}
body.ar .species-card-top::after { right: auto; left: 0; }

.species-names {}
.species-name-en {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem; font-weight: 600; color: var(--ink);
  line-height: 1.2; letter-spacing: 0.01em;
}
.species-name-ar {
  font-family: 'Noto Naskh Arabic', serif;
  font-size: 0.9rem; color: var(--mid); margin-top: 0.2rem;
}

.species-price { text-align: right; flex-shrink: 0; }
body.ar .species-price { text-align: left; }

/* THE MONEY MOMENT — big serif price */
.price-range {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem; font-weight: 600;
  color: var(--gold); line-height: 1.1;
  letter-spacing: 0.01em;
}
.price-lbl {
  font-size: 0.58rem; color: var(--light);
  text-transform: uppercase; letter-spacing: 0.1em;
  margin-top: 0.2rem;
}

.species-card-foot {
  padding: 0.7rem 1.35rem;
  background: var(--cream);
  font-size: 0.79rem; color: var(--mid);
  line-height: 1.55;
  display: flex; align-items: center;
  justify-content: space-between; gap: 0.5rem;
}
.species-foot-note { flex: 1; }
.species-arrow { font-size: 0.7rem; color: var(--ghost); flex-shrink: 0; }

/* ═══ DETAIL SECTION ═══ */
.detail-section {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  overflow: hidden;
  box-shadow: var(--shadow-xs);
}

.detail-header {
  padding: 0.65rem 1.15rem;
  background: var(--parchment);
  border-bottom: 1px solid var(--border);
  font-size: 0.58rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--mid); font-weight: 500;
}

/* ─── LOCATION ROWS ─── */
.loc-row {
  padding: 0.85rem 1.15rem;
  border-bottom: 1px solid var(--border);
  display: flex; justify-content: space-between;
  align-items: flex-start; gap: 0.5rem;
  background: var(--white);
  transition: background var(--t);
}
.loc-row:last-child { border-bottom: none; }
.loc-row:hover { background: var(--cream); }

.loc-name { font-size: 0.84rem; font-weight: 500; color: var(--ink); }
.loc-sub { font-size: 0.7rem; color: var(--mid); margin-top: 0.1rem; }

.loc-right { text-align: right; flex-shrink: 0; }
body.ar .loc-right { text-align: left; }

.loc-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem; font-weight: 600; color: var(--gold);
}

.loc-badge {
  display: inline-block;
  font-size: 0.57rem; padding: 0.1rem 0.5rem;
  border-radius: 10px; margin-top: 0.2rem;
  font-weight: 500; letter-spacing: 0.03em;
}
.badge-low  { background: #f0faf0; color: #2a6a2a; border: 1px solid #b8d8b8; }
.badge-mid  { background: var(--gold-bg); color: var(--gold-dk); border: 1px solid var(--gold-lt); }
.badge-high { background: #faf0f0; color: #8a2a2a; border: 1px solid #d8b8b8; }

/* ═══ PRO SECTION ═══ */
.pro-section {
  background: var(--white);
  border: 1.5px solid var(--gold-lt);
  border-radius: var(--radius-sm);
  overflow: hidden;
  box-shadow: var(--shadow-gold);
  display: none;
}
.pro-section.visible { display: block; }

.pro-section-header {
  padding: 0.7rem 1.15rem;
  background: linear-gradient(135deg, var(--gold-bg), #fdf5e0);
  border-bottom: 1px solid var(--gold-lt);
  display: flex; align-items: center; gap: 0.55rem;
}
.pro-badge-tag {
  font-size: 0.57rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  background: var(--gold); color: var(--white);
  padding: 0.18rem 0.5rem; border-radius: 4px;
}
.pro-section-title {
  font-size: 0.78rem; font-weight: 500; color: var(--camel);
}

.cost-row {
  padding: 0.68rem 1.15rem;
  border-bottom: 1px solid var(--gold-lt);
  display: flex; justify-content: space-between;
  align-items: center; gap: 0.5rem;
  background: var(--white);
}
.cost-row:last-child { border-bottom: none; }
.cost-row.total-row {
  background: linear-gradient(135deg, var(--gold-bg), #fdf5e0);
  font-weight: 600;
}
.cost-lbl { font-size: 0.8rem; color: var(--mid); }
.cost-row.total-row .cost-lbl { color: var(--ink); }
.cost-val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem; font-weight: 600; color: var(--gold);
  flex-shrink: 0;
}

/* ═══ INSIGHT ═══ */
.insight {
  background: var(--white);
  border: 1px solid var(--border);
  border-left: 3px solid var(--gold);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 1rem 1.15rem;
  box-shadow: var(--shadow-xs);
}
body.ar .insight {
  border-left: 1px solid var(--border);
  border-right: 3px solid var(--gold);
  border-radius: var(--radius-sm) 0 0 var(--radius-sm);
}
.insight-eyebrow {
  font-size: 0.57rem; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--gold);
  font-weight: 500; margin-bottom: 0.4rem;
}
.insight-text {
  font-size: 0.855rem; color: var(--ink); line-height: 1.7;
}

/* ═══ SEASON ═══ */
.season {
  background: #f0f4fa;
  border: 1px solid #c8d8ec;
  border-radius: var(--radius-sm);
  padding: 0.82rem 1.15rem;
  font-size: 0.8rem; color: #2a3a5a; line-height: 1.55;
}

/* ═══ FAIR PRICE CHECKER ═══ */
.checker {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  overflow: hidden;
  box-shadow: var(--shadow-xs);
}
.checker-head {
  padding: 0.65rem 1.15rem;
  background: var(--parchment);
  border-bottom: 1px solid var(--border);
  font-size: 0.58rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--mid); font-weight: 500;
}
.checker-body { padding: 1rem 1.15rem; }
.checker-row { display: flex; gap: 0.5rem; }
.checker-input {
  flex: 1; min-width: 0;
  padding: 0.65rem 0.9rem;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-xs);
  font-size: 1rem;
  font-family: 'Cormorant Garamond', serif;
  color: var(--ink); background: var(--white);
  outline: none; transition: border-color var(--t);
}
.checker-input:focus { border-color: var(--gold); }
.checker-input::placeholder {
  color: var(--ghost); font-family: 'DM Sans', sans-serif; font-size: 0.78rem;
}
.checker-btn {
  padding: 0.65rem 1rem;
  background: var(--ink); color: var(--white);
  border: none; border-radius: var(--radius-xs);
  font-size: 0.78rem; font-weight: 500;
  cursor: pointer; transition: background var(--t);
  white-space: nowrap; font-family: inherit; flex-shrink: 0;
}
.checker-btn:hover { background: var(--gold); }
.checker-result {
  margin-top: 0.75rem; padding: 0.78rem 0.9rem;
  border-radius: var(--radius-xs);
  font-size: 0.84rem; line-height: 1.55; display: none;
}
.checker-result.show { display: block; }
.checker-result.fair { background: #f0faf0; border: 1px solid #b8d8b8; color: #1a4a1a; }
.checker-result.high { background: #faf0f0; border: 1px solid #d8b8b8; color: #4a1a1a; }
.checker-result.low  { background: #f0f4fa; border: 1px solid #b8c8d8; color: #1a2a4a; }

/* ═══ VET ROWS ═══ */
.vet-row {
  padding: 0.85rem 1.15rem;
  border-bottom: 1px solid var(--border);
  background: var(--white);
  display: flex; justify-content: space-between;
  align-items: flex-start; gap: 0.5rem;
  transition: background var(--t);
}
.vet-row:last-child { border-bottom: none; }
.vet-row:hover { background: var(--cream); }
.vet-name { font-size: 0.83rem; font-weight: 500; color: var(--ink); }
.vet-note { font-size: 0.7rem; color: var(--mid); margin-top: 0.1rem; }
.vet-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.92rem; font-weight: 600; color: var(--gold);
  flex-shrink: 0; text-align: right;
}
body.ar .vet-price { text-align: left; }

/* ═══ FOOTER ═══ */
.site-footer {
  background: var(--ink-80);
  padding: 2.5rem 1.5rem 3.5rem;
  text-align: center; margin-top: 3rem;
}
.footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem; font-weight: 600;
  color: var(--white); letter-spacing: 0.1em;
}
.footer-logo span { color: var(--gold); }
.footer-tagline {
  font-size: 0.75rem; color: rgba(255,255,255,0.5);
  margin-top: 0.4rem; letter-spacing: 0.06em;
}

/* Gold divider */
.footer-divider {
  width: 40px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 1.5rem auto;
}

.footer-disclaimer {
  font-size: 0.66rem; color: rgba(255,255,255,0.3);
  line-height: 1.7; max-width: 300px;
  margin: 0 auto;
}

/* ═══ ANIMATIONS ═══ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}
.anim { animation: fadeUp 0.4s ease both; }
.anim-1 { animation-delay: 0.06s; }
.anim-2 { animation-delay: 0.12s; }
.anim-3 { animation-delay: 0.18s; }
.anim-4 { animation-delay: 0.24s; }

/* ═══ RESPONSIVE ═══ */
@media (min-width: 520px) {
  .hero { padding: 3rem 2rem 2.5rem; }
  .cat-grid { padding: 0 2rem 2rem; gap: 1rem; }
  .species-list { padding: 1.25rem 2rem 2.5rem; }
  .pulse { margin: 1.25rem 2rem; }
  .section-lbl { padding: 0 2rem; }
}


/* ═══════════════════════════════════════════
   UINQA — Futuristic Elegant Layer
   Added on top of existing styles
   Loro Piana meets Bloomberg Terminal
════════════════════════════════════════════ */

/* ─── LOGO — MINIMAL SIGNATURE ─── */
.logo {
  font-size: 1.1rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.18em !important;
  opacity: 0.75;
  transition: opacity 0.3s ease;
}
.logo:hover { opacity: 1; }
.logo span { color: var(--gold); opacity: 0.9; }


/* ─── GLASSMORPHISM — PULSE BAR ONLY ─── */
.pulse {
  background: rgba(255,255,255,0.72) !important;
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(201,168,76,0.15) !important;
  box-shadow:
    0 4px 24px rgba(201,168,76,0.08),
    0 1px 0 rgba(255,255,255,0.8) inset;
  transition: box-shadow 0.4s ease;
}

.pulse-glow-in {
  box-shadow:
    0 4px 32px rgba(201,168,76,0.15),
    0 1px 0 rgba(255,255,255,0.8) inset !important;
}


/* ─── PRICE NUMBER — THE HERO MOMENT ─── */
.price-range {
  font-size: 1.45rem !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em;
  color: var(--gold) !important;
  transition: all 0.3s ease;
  font-variant-numeric: tabular-nums;
}

.price-revealed {
  animation: priceSettle 0.3s ease;
}

@keyframes priceSettle {
  0%   { opacity: 0.6; }
  100% { opacity: 1; }
}


/* ─── SHIMMER LOADING STATE ─── */
.shimmer-container {
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.shimmer-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.shimmer-line {
  height: 14px;
  border-radius: 6px;
  background: linear-gradient(
    90deg,
    var(--stone) 0%,
    var(--parchment) 40%,
    rgba(201,168,76,0.15) 50%,
    var(--parchment) 60%,
    var(--stone) 100%
  );
  background-size: 200% 100%;
  animation: shimmer 1.6s ease infinite;
}

.shimmer-line.wide   { width: 100%; }
.shimmer-line.medium { width: 65%; }
.shimmer-line.short  { width: 40%; }

@keyframes shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}


/* ─── SCROLL REVEAL ─── */
.will-reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.will-reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}


/* ─── TREND ARROWS ─── */
.trend-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.15rem 0.45rem;
  border-radius: 6px;
  font-variant-numeric: tabular-nums;
}

.trend-up {
  color: #1a7a1a;
  background: rgba(26,122,26,0.08);
}

.trend-down {
  color: #8a1a1a;
  background: rgba(138,26,26,0.08);
}

.trend-same {
  color: var(--light);
  background: rgba(160,144,128,0.08);
}

.trend-pulse {
  animation: trendBreathe 0.6s ease;
}

@keyframes trendBreathe {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.15); }
  100% { transform: scale(1); }
}


/* ─── CARD PRESS — PHYSICAL FEEL ─── */
.cat-card, .species-card {
  transition:
    transform 0.15s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease !important;
  will-change: transform;
}

.cat-card:active {
  transform: scale(0.97) !important;
  box-shadow: var(--shadow-xs) !important;
}


/* ─── HEADER SCROLL ─── */
.site-header {
  transition: box-shadow 0.3s ease;
}


/* ─── PRO TOGGLE — SATISFYING ─── */
.toggle-track {
  transition: background 0.25s cubic-bezier(0.4,0,0.2,1) !important;
}

.toggle-track::before {
  transition: transform 0.25s cubic-bezier(0.34,1.56,0.64,1) !important;
}

/* Slight overshoot — feels physical */
.toggle input:checked + .toggle-track::before {
  transform: translateX(20px) !important;
}


/* ─── CHECKER RESULT — ELEGANT SLIDE ─── */
.checker-result {
  transition: opacity 0.3s ease, transform 0.3s ease;
}


/* ─── SPECIES CARD — BIGGER PRICE ─── */
.species-card-top {
  padding: 1.5rem 1.35rem 1.25rem !important;
}

/* Price sits larger, breathes more */
.species-price {
  position: relative;
}

.species-price::before {
  content: '';
  position: absolute;
  inset: -8px -12px;
  background: radial-gradient(
    ellipse at center,
    rgba(201,168,76,0.06) 0%,
    transparent 70%
  );
  border-radius: 12px;
  pointer-events: none;
}


/* ─── PAGE ENTRANCE ─── */
body {
  will-change: opacity;
}


/* ─── PULSE LEFT BORDER GLOW ─── */
.pulse::before {
  background: linear-gradient(
    to bottom,
    var(--gold),
    rgba(201,168,76,0.3)
  ) !important;
  width: 2.5px !important;
  animation: borderBreath 3s ease infinite;
}

@keyframes borderBreath {
  0%, 100% { opacity: 0.7; }
  50%       { opacity: 1; }
}


/* ─── INSIGHT BOX — SUBTLE GLOW ─── */
.insight {
  position: relative;
  overflow: hidden;
}

.insight::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(201,168,76,0.4),
    transparent
  );
}


/* ─── GOLD LINE DIVIDERS ─── */
.section-lbl::before {
  content: '';
  display: block;
  width: 16px;
  height: 1px;
  background: var(--gold);
  opacity: 0.5;
  margin-right: 0.5rem;
}

body.ar .section-lbl::before {
  margin-right: 0;
  margin-left: 0.5rem;
}


/* ─── FOOTER SIGNATURE ─── */
.footer-logo {
  font-size: 1rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.22em !important;
  opacity: 0.5;
}

.footer-logo span {
  color: var(--gold);
  opacity: 0.7;
}


/* ─── MOBILE REFINEMENTS ─── */
@media (max-width: 480px) {
  .price-range {
    font-size: 1.2rem !important;
  }

  .hero-title {
    font-size: clamp(2rem, 9vw, 2.6rem) !important;
  }
}
