/* ============================================================
   EMAN GALB — theme.css  (design overrides)
   filename kept as rtl.css for server compatibility
============================================================ */

:root {
  --sky: #84cff3;
  --sky-deep: #84cff3;
  --dark-bg: #02102b;
}

/* ── All dark backgrounds → #02102b ── */
.site-footer,
.manifesto,
.nav-overlay { background: var(--dark-bg);     margin-bottom: -25px;}

.marquee-section { background: var(--dark-bg); border-color: var(--dark-bg); }
.footer-marquee { border-color: rgba(132,207,243,0.12); }

/* Buttons and cards */
.btn-primary { background: var(--dark-bg); }
.btn-primary:hover { background: var(--sky); color: var(--dark-bg); }

.hero-card-b { background: var(--dark-bg); }

/* Dots */
.hero-dot.active { background: #84cff3; }

/* Manifesto mobile fix */
@media (max-width: 767px) {
  .manifesto-fp { opacity: 0.12; width: 75vw; }
  .manifesto-inner { padding-top: 1rem; }
}

/* wrapper must hide overflow */
.hero-ticker,
.marquee-section,
.footer-marquee { overflow: hidden; }

/* ── Footer bottom ── */
.footer-wordmark {
  position: relative;
  overflow: hidden;
  padding: 2rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.wordmark {
  padding-inline: 1.5rem;
}
@media (min-width: 1024px) {
  .wordmark { padding-inline: 3rem; }
}

.wordmark { color: rgba(245,242,236,0.9); font-size: 13vw; position: relative; z-index: 2; }
.wm-sky { color: #84cff3; }

.footer-fp-wm {
  position: absolute;
  left: 0; bottom: 0;
  height: 130%; width: 45%;
  object-fit: contain;
  object-position: left bottom;
  mix-blend-mode: screen;
  opacity: 0.18;
  pointer-events: none;
  z-index: 1;
}

.footer-bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(132,207,243,0.1);
  padding: 1rem 1.5rem 1.5rem;
  position: relative;
  z-index: 2;
  width: 100%;
}
@media (min-width: 1024px) {
  .footer-bottom-bar { padding-inline: 3rem; }
}
.footer-copy {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(245,242,236,0.35);
  line-height: 1.8;
}
.footer-bottom-links {
  display: flex;
  gap: 1.5rem;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(245,242,236,0.35);
}
.footer-bottom-links a { transition: color 0.3s; }
.footer-bottom-links a:hover { color: #84cff3; }

/* "See full collection" arrow — LTR */
.look-all-link::after { content: ' →'; }
