/* =========================================================
   Lamsa Decor — Cozy Cottage pastel theme
   ========================================================= */

:root {
  --ld-cream: #faf3e8;
  --ld-cream-soft: #f5ebdd;
  --ld-cream-deep: #eddbc7;
  --ld-beige: #e6cdb9;
  --ld-gold: #e0928c;
  --ld-gold-dark: #c96f68;
  --ld-gold-light: #f3cac6;
  --ld-terracotta: #d68b6c;
  --ld-sage: #9caf88;
  --ld-sage-dark: #7c9468;
  --ld-espresso: #6b4a3a;
  --ld-espresso-soft: #8a6552;
  --ld-text: #5c4433;
  --ld-text-muted: #a1876f;
  --ld-white: #fffaf3;
  --ld-border: rgba(139, 94, 60, 0.16);
  --ld-danger: #c96a5c;
  --ld-success: #7c9468;
  --ld-radius: 20px;
  --ld-radius-sm: 12px;
  --ld-radius-pill: 999px;
  --ld-shadow: 0 18px 50px rgba(107, 74, 58, 0.1);
  --ld-shadow-hover: 0 28px 70px rgba(107, 74, 58, 0.16);
  --ld-font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --ld-font-body: "Nunito", "Segoe UI", sans-serif;
  --ld-bg-image: url("/images/lamsa-background.png");
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

html, body {
  height: 100%;
}

body {
  background:
    radial-gradient(circle at 12% 8%, rgba(243, 202, 198, 0.55) 0%, transparent 42%),
    radial-gradient(circle at 88% 18%, rgba(156, 175, 136, 0.28) 0%, transparent 38%),
    radial-gradient(circle at 50% 100%, rgba(237, 219, 199, 0.65) 0%, transparent 55%),
    var(--ld-cream);
  color: var(--ld-text);
  font-family: var(--ld-font-body);
  font-size: 1rem;
  line-height: 1.7;
  position: relative;
  overflow-x: clip;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  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");
}

h1, h2, h3, h4, h5, h6, .ld-serif {
  font-family: var(--ld-font-display);
  color: var(--ld-text);
  font-weight: 600;
  letter-spacing: -0.01em;
}

a {
  color: var(--ld-gold-dark);
  text-decoration: none;
  transition: color 0.25s ease, opacity 0.25s ease;
}

a:hover {
  color: var(--ld-terracotta);
}

::selection {
  background: var(--ld-gold-light);
  color: var(--ld-espresso);
}

:focus-visible {
  outline: 2px solid var(--ld-gold-dark);
  outline-offset: 3px;
  border-radius: 4px;
}

.ld-skip-link {
  position: fixed;
  top: -60px;
  left: 1rem;
  z-index: 2000;
  background: var(--ld-espresso);
  color: #fff !important;
  padding: 0.65rem 1.25rem;
  border-radius: var(--ld-radius-sm);
  font-weight: 600;
  font-size: 0.9rem;
  transition: top 0.2s ease;
}

.ld-skip-link:focus {
  top: 1rem;
}

[id] {
  scroll-margin-top: 110px;
}

.ld-text-accent {
  color: var(--ld-gold-dark);
  font-style: italic;
}

/* ========================= Header ========================= */
.ld-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  padding: 1rem 0 0;
}

.ld-header-shell {
  background: rgba(255, 240, 235, 0.88);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(224, 146, 140, 0.28);
  border-radius: var(--ld-radius-pill);
  box-shadow: 0 12px 40px rgba(201, 111, 104, 0.12);
  padding: 0.35rem 1.25rem;
}

.ld-header.ld-header-scrolled .ld-header-shell {
  background: rgba(255, 245, 240, 0.96);
  box-shadow: 0 16px 48px rgba(201, 111, 104, 0.16);
}

.ld-navbar {
  background: transparent !important;
  border: none;
  padding: 0.15rem 0;
}

.ld-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
}

.ld-brand-logo-img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

.ld-brand-logo-sm .ld-brand-logo-img { max-height: 48px; }
.ld-brand-logo-md .ld-brand-logo-img { max-height: 58px; }
.ld-brand-logo-nav .ld-brand-logo-img { max-height: 72px; max-width: 180px; }
.ld-brand-logo-lg .ld-brand-logo-img { max-height: 120px; }

.ld-brand-logo-footer .ld-brand-logo-img {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  padding: 0.5rem 0.75rem;
}

.ld-admin-badge {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ld-text-muted);
  background: var(--ld-cream-soft);
  border: 1px solid var(--ld-border);
  border-radius: var(--ld-radius-pill);
  padding: 0.2rem 0.55rem;
}

.ld-navbar .nav-link {
  position: relative;
  color: var(--ld-text);
  font-weight: 500;
  font-size: 0.95rem;
  padding: 0.55rem 1rem !important;
  border-radius: var(--ld-radius-pill);
  transition: background 0.2s ease, color 0.2s ease;
}

.ld-navbar .nav-link:hover,
.ld-navbar .nav-link.active {
  color: var(--ld-gold-dark);
  background: rgba(224, 146, 140, 0.1);
}

.ld-navbar .nav-link.active::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.3rem;
  height: 2px;
  border-radius: 2px;
  background: var(--ld-gold-dark);
}

@media (max-width: 991.98px) {
  .ld-navbar .nav-link.active::after {
    display: none;
  }
}

.ld-nav-toggle {
  border: 1px solid var(--ld-border);
  border-radius: 12px;
}

/* ========================= Buttons ========================= */
.ld-btn-gold {
  background: linear-gradient(135deg, #e8a09a 0%, var(--ld-gold-dark) 55%, #b85a52 100%);
  border: none;
  color: #fff !important;
  font-weight: 700;
  font-family: var(--ld-font-body);
  border-radius: var(--ld-radius-pill);
  padding: 0.8rem 1.9rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 12px 32px rgba(201, 111, 104, 0.38);
}

.ld-btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(201, 111, 104, 0.34);
  color: #fff !important;
}

.ld-btn-outline {
  background: rgba(255, 250, 243, 0.7);
  border: 2px solid var(--ld-sage);
  color: var(--ld-sage-dark) !important;
  font-weight: 700;
  border-radius: var(--ld-radius-pill);
  padding: 0.7rem 1.65rem;
  transition: all 0.25s ease;
}

.ld-btn-outline:hover {
  background: var(--ld-sage);
  border-color: var(--ld-sage);
  color: #fff !important;
}

.ld-btn-light {
  background: var(--ld-white);
  color: var(--ld-espresso) !important;
  font-weight: 600;
  border: none;
  border-radius: var(--ld-radius-pill);
  padding: 0.75rem 1.85rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transition: transform 0.25s ease;
}

.ld-btn-light:hover {
  transform: translateY(-2px);
  color: var(--ld-espresso) !important;
}

/* ========================= Typography helpers ========================= */
.ld-kicker,
.ld-hero-eyebrow,
.ld-eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--ld-gold-dark);
  font-weight: 700;
  font-size: 0.72rem;
  font-family: var(--ld-font-body);
  margin-bottom: 0.85rem;
}

.ld-kicker-light {
  color: rgba(255, 255, 255, 0.82);
}

.ld-section-head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 3rem;
}

.ld-section-head-left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  max-width: 28rem;
}

.ld-section-head h2 {
  font-size: clamp(2rem, 4vw, 2.85rem);
  line-height: 1.1;
  margin-bottom: 0.65rem;
}

.ld-section-head p {
  color: var(--ld-text-muted);
  margin: 0;
  font-size: 1.05rem;
}

/* ========================= Hero ========================= */
.ld-hero {
  position: relative;
  overflow: hidden;
}

.ld-hero-editorial {
  min-height: min(92vh, 900px);
  display: flex;
  align-items: center;
  padding: 4rem 0 5rem;
}

.ld-hero-bg {
  background: var(--ld-cream) var(--ld-bg-image) center 40% / cover no-repeat;
}

.ld-hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    125deg,
    rgba(250, 243, 232, 0.94) 0%,
    rgba(250, 243, 232, 0.88) 38%,
    rgba(243, 202, 198, 0.72) 62%,
    rgba(156, 175, 136, 0.55) 100%
  );
  z-index: 0;
}

.ld-hero-bg .container {
  position: relative;
  z-index: 1;
}

.ld-hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
  z-index: 0;
}

.ld-hero-orb-1 {
  width: 420px;
  height: 420px;
  top: -80px;
  right: -60px;
  background: radial-gradient(circle, rgba(243, 202, 198, 0.55), transparent 70%);
}

.ld-hero-orb-2 {
  width: 300px;
  height: 300px;
  bottom: 10%;
  left: -40px;
  background: radial-gradient(circle, rgba(156, 175, 136, 0.35), transparent 70%);
}

.ld-hero-copy h1 {
  font-size: clamp(2.8rem, 6vw, 4.5rem);
  line-height: 1.02;
  margin-bottom: 1.25rem;
  max-width: 12ch;
}

.ld-hero-copy .lead {
  color: var(--ld-text-muted);
  font-size: 1.12rem;
  max-width: 32rem;
  margin-bottom: 0;
}

.ld-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--ld-border);
}

.ld-hero-stats strong {
  display: block;
  font-family: var(--ld-font-display);
  font-size: 1.75rem;
  color: var(--ld-espresso);
  line-height: 1.1;
}

.ld-hero-stats span {
  font-size: 0.82rem;
  color: var(--ld-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ld-hero-mosaic {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
  min-height: 420px;
}

.ld-hero-mosaic-tile {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: var(--ld-white);
  box-shadow: var(--ld-shadow);
  border: 1px solid rgba(255, 255, 255, 0.8);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}

.ld-hero-mosaic-tile:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: var(--ld-shadow-hover);
}

.ld-hero-mosaic-tile-1 {
  grid-row: 1 / span 2;
}

.ld-hero-mosaic-tile img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.ld-hero-mosaic-tile:hover img {
  transform: scale(1.05);
}

.ld-hero-mosaic-label {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 0.55rem 0.85rem;
  background: rgba(255, 250, 243, 0.9);
  backdrop-filter: blur(8px);
  border-radius: 12px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ld-espresso);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ========================= Bands & sections ========================= */
.ld-section {
  padding: 5rem 0;
}

.ld-band-warm {
  background: linear-gradient(180deg, rgba(255, 245, 240, 0.95) 0%, rgba(243, 202, 198, 0.22) 100%);
}

.ld-band-cream {
  background: linear-gradient(180deg, rgba(245, 235, 221, 0.9) 0%, rgba(250, 243, 232, 0.6) 100%);
}

.ld-section-soft {
  background-color: var(--ld-cream-soft);
}

.ld-section-title {
  text-align: center;
  margin-bottom: 3rem;
}

.ld-section-title h2 {
  font-size: 2.2rem;
}

.ld-divider-gold {
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--ld-gold), transparent);
  margin: 1rem auto 0;
}

/* ========================= Category cards ========================= */
.ld-cat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: linear-gradient(165deg, #fffaf3 0%, #fce8e4 100%);
  border: 1px solid rgba(224, 146, 140, 0.28);
  border-radius: 24px;
  padding: 2rem 1.25rem 1.5rem;
  min-height: 168px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  height: 100%;
}

.ld-cat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(201, 111, 104, 0.18);
  border-color: rgba(156, 175, 136, 0.55);
}

.ld-cat-arch {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 1rem;
  border: none;
  border-radius: 50%;
  background: rgba(243, 202, 198, 0.45);
  font-size: 1.35rem;
  line-height: 1;
  color: var(--ld-gold-dark);
}

.ld-cat-arch::before {
  content: "♥";
}

.ld-cat-name {
  font-family: var(--ld-font-display);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--ld-text);
  margin-bottom: 0.35rem;
}

.ld-cat-link {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ld-gold-dark);
  font-weight: 700;
}

/* ========================= Features ========================= */
.ld-feature {
  background: linear-gradient(165deg, #fffaf3 0%, #f8efe6 100%);
  border: 1px solid rgba(156, 175, 136, 0.28);
  border-radius: 24px;
  padding: 2rem 1.5rem;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ld-feature:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(156, 175, 136, 0.16);
}

.ld-feature-num {
  display: block;
  font-family: var(--ld-font-display);
  font-size: 2.5rem;
  line-height: 1;
  color: var(--ld-gold);
  margin-bottom: 0.75rem;
}

.ld-feature h5 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.ld-feature p {
  color: var(--ld-text-muted);
  font-size: 0.95rem;
  margin: 0;
}

.ld-feature-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--ld-cream-soft);
  border: 1px solid var(--ld-border);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.2rem;
  font-size: 1.8rem;
  color: var(--ld-gold-dark);
}

/* ========================= CTA ========================= */
.ld-cta {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(135deg, #d88f88 0%, #c96f68 42%, #9caf88 100%);
  color: #fff;
  padding: 4rem 2rem;
  text-align: center;
}

.ld-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.22), transparent 45%),
    radial-gradient(circle at 85% 80%, rgba(255, 255, 255, 0.14), transparent 40%);
  pointer-events: none;
}

.ld-cta-inner {
  position: relative;
  z-index: 1;
  max-width: 36rem;
  margin: 0 auto;
}

.ld-cta h2 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 2.75rem);
  margin-bottom: 0.75rem;
}

.ld-cta p {
  color: rgba(255, 255, 255, 0.82);
  margin: 0 auto 1.75rem;
}

/* ========================= Footer ========================= */
.ld-footer {
  position: relative;
  background: linear-gradient(165deg, #8a9f78 0%, #6f8660 48%, #5c7350 100%);
  color: #f4efe6;
  padding: 5rem 0 2rem;
  margin-top: 2rem;
}

.ld-footer-wave {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 64px;
  background: var(--ld-cream);
  clip-path: ellipse(58% 100% at 50% 0%);
}

.ld-footer-text {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.95rem;
  max-width: 22rem;
}

.ld-footer-text a {
  color: inherit;
  text-decoration: none;
}

.ld-footer-text a:hover {
  color: var(--ld-gold-light);
}

.ld-footer-heading {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  font-family: var(--ld-font-body);
}

.ld-footer-links li {
  margin-bottom: 0.6rem;
}

.ld-footer-links a {
  color: rgba(255, 255, 255, 0.68);
}

.ld-footer-links a:hover {
  color: var(--ld-gold-light);
}

.ld-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.ld-social a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--ld-radius-pill);
  padding: 0.4rem 1rem;
  font-size: 0.84rem;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.ld-social a:hover {
  color: #fff;
  border-color: var(--ld-gold);
  background: rgba(224, 146, 140, 0.12);
  transform: translateY(-2px);
}

.ld-social-card a {
  color: var(--ld-espresso);
  border-color: var(--ld-border);
}

.ld-social-card a:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--ld-gold) 0%, var(--ld-gold-dark) 100%);
  border-color: transparent;
}

.ld-footer .ld-social a {
  color: #fff;
  background: rgba(255, 250, 243, 0.14);
  border: 1px solid rgba(255, 250, 243, 0.38);
  backdrop-filter: blur(6px);
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(47, 58, 40, 0.16);
}

.ld-footer .ld-social a svg {
  flex-shrink: 0;
}

.ld-footer .ld-social a:hover {
  color: var(--ld-espresso);
  background: var(--ld-cream);
  border-color: var(--ld-cream);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(47, 58, 40, 0.22);
}

.ld-contact-note {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid var(--ld-border);
}

.ld-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ld-footer-copy {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.85rem;
  margin: 0;
}

.ld-footer-admin {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.35);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.ld-footer-admin:hover {
  color: var(--ld-gold-light);
}

/* ========================= Page headers ========================= */
.ld-page-header,
.ld-page-header-bg {
  position: relative;
  padding: 5rem 0 3.5rem;
  text-align: center;
  overflow: hidden;
}

.ld-page-header-bg {
  background: var(--ld-cream-soft) var(--ld-bg-image) center 8% / cover no-repeat;
}

.ld-page-header-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(250, 243, 232, 0.92) 0%,
    rgba(250, 243, 232, 0.84) 55%,
    rgba(237, 219, 199, 0.68) 100%
  );
  z-index: 0;
}

.ld-page-header-bg .container {
  position: relative;
  z-index: 1;
}

.ld-page-header h1 {
  font-size: clamp(2.2rem, 5vw, 3.25rem);
  margin-bottom: 0.5rem;
}

.ld-page-header p {
  color: var(--ld-text-muted);
  max-width: 36rem;
  margin: 0 auto;
  font-size: 1.1rem;
}

.ld-page-header-shop {
  padding-bottom: 2.5rem;
}

.ld-about-mosaic {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  padding-bottom: 1.5rem;
}

.ld-about-mosaic-tile {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 20%, rgba(224, 146, 140, 0.14) 0%, transparent 60%),
    linear-gradient(165deg, var(--ld-cream-soft) 0%, var(--ld-white) 100%);
  box-shadow: var(--ld-shadow);
  border: 6px solid var(--ld-white);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}

.ld-about-mosaic-tile:hover {
  transform: translateY(-6px);
  box-shadow: var(--ld-shadow-hover);
}

.ld-about-mosaic-tile-2 {
  margin-top: 3rem;
}

.ld-about-mosaic-tile img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1.5rem;
  display: block;
}

.ld-about-visual-badge {
  position: absolute;
  left: 1.5rem;
  bottom: 0.5rem;
  z-index: 1;
  padding: 0.6rem 1.15rem;
  background: rgba(255, 250, 243, 0.95);
  box-shadow: var(--ld-shadow);
  backdrop-filter: blur(8px);
  border-radius: var(--ld-radius-pill);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ld-gold-dark);
}

@media (max-width: 767.98px) {
  .ld-about-mosaic-tile-2 {
    margin-top: 2.5rem;
  }
}

/* Decorative category ticker */
.ld-ticker {
  overflow: hidden;
  padding: 1.1rem 0;
  border-top: 1px solid rgba(224, 146, 140, 0.25);
  border-bottom: 1px solid rgba(224, 146, 140, 0.25);
  background: rgba(243, 202, 198, 0.28);
}

.ld-ticker-track {
  display: flex;
  gap: 3rem;
  width: max-content;
  animation: ldTicker 28s linear infinite;
}

.ld-ticker span {
  font-family: var(--ld-font-display);
  font-size: 1.35rem;
  font-weight: 500;
  font-style: italic;
  color: var(--ld-gold-dark);
  white-space: nowrap;
  opacity: 0.9;
}

.ld-ticker span::after {
  content: "·";
  margin-left: 3rem;
  font-style: normal;
  opacity: 0.4;
}

@keyframes ldTicker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.ld-bg-section {
  position: relative;
  background: var(--ld-cream-soft) var(--ld-bg-image) center center / cover no-repeat;
}

.ld-bg-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(250, 243, 232, 0.9);
  z-index: 0;
}

.ld-bg-section > .container {
  position: relative;
  z-index: 1;
}

/* ========================= Pricing ========================= */
.ld-aed-price {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
}

.ld-aed-icon {
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  object-fit: contain;
  flex-shrink: 0;
}

.ld-price-old {
  text-decoration: line-through;
  color: var(--ld-text-muted);
  font-weight: 400;
  font-size: 0.92rem;
  margin-right: 0.4rem;
}

.ld-price-sale {
  color: var(--ld-danger);
}

/* ========================= Forms ========================= */
.ld-form-control,
.form-control,
.form-select {
  border: 1px solid var(--ld-border);
  border-radius: var(--ld-radius-sm);
  padding: 0.7rem 1rem;
  background-color: var(--ld-white);
  font-family: var(--ld-font-body);
}

.form-control:focus,
.form-select:focus {
  border-color: var(--ld-gold);
  box-shadow: 0 0 0 0.2rem rgba(224, 146, 140, 0.18);
}

.form-label {
  font-weight: 600;
  color: var(--ld-text);
  margin-bottom: 0.4rem;
}

.ld-card-panel {
  background: var(--ld-white);
  border: 1px solid var(--ld-border);
  border-radius: var(--ld-radius);
  padding: 2rem;
  box-shadow: var(--ld-shadow);
}

.ld-payment-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.ld-payment-method {
  border: 1px solid var(--ld-border);
  background: var(--ld-cream-soft);
  color: var(--ld-text);
  border-radius: var(--ld-radius-pill);
  padding: 0.55rem 1.15rem;
  font-size: 0.9rem;
  font-weight: 600;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.ld-payment-method:hover {
  border-color: var(--ld-gold);
  color: var(--ld-espresso);
}

.ld-payment-method.is-active {
  background: linear-gradient(135deg, var(--ld-gold) 0%, var(--ld-gold-dark) 100%);
  border-color: transparent;
  color: #fff;
}

.ld-filter-bar,
.ld-shop-filter {
  background: rgba(255, 250, 243, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid var(--ld-border);
  border-radius: var(--ld-radius);
  padding: 1.25rem 1.5rem;
  margin-bottom: 2.5rem;
}

.ld-empty-state {
  text-align: center;
  padding: 4rem 1rem;
  color: var(--ld-text-muted);
}

.ld-breadcrumb a {
  color: var(--ld-text-muted);
}

.ld-text-muted {
  color: var(--ld-text-muted) !important;
}

.ld-stock-out { color: var(--ld-danger); font-weight: 600; }

/* ========================= Back to top ========================= */
.ld-to-top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 1040;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ld-gold) 0%, var(--ld-gold-dark) 100%);
  color: #fff;
  box-shadow: 0 12px 30px rgba(201, 111, 104, 0.35);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, background 0.2s ease;
}

.ld-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.ld-to-top:hover {
  background: linear-gradient(135deg, var(--ld-sage) 0%, var(--ld-sage-dark) 100%);
}

@media (max-width: 575.98px) {
  .ld-to-top {
    right: 1rem;
    bottom: 1rem;
    width: 44px;
    height: 44px;
  }
}

/* ========================= Admin ========================= */
.ld-admin-body {
  background-color: var(--ld-cream-soft);
  min-height: 100vh;
}

.ld-admin-topbar {
  background: var(--ld-white);
  border-bottom: 1px solid var(--ld-border);
  padding: 0.85rem 0;
  position: sticky;
  top: 0;
  z-index: 1030;
  box-shadow: 0 4px 20px rgba(107, 74, 58, 0.06);
}

.ld-admin-nav-link {
  position: relative;
  font-weight: 600;
  padding: 0.35rem 0.1rem;
  transition: color 0.2s ease;
}

.ld-admin-nav-link:hover {
  color: var(--ld-gold-dark) !important;
}

.ld-admin-nav-link.is-active {
  color: var(--ld-espresso) !important;
  font-weight: 700;
}

.ld-admin-nav-link.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 2px;
  border-radius: 2px;
  background: var(--ld-gold-dark);
}

.ld-admin-panel {
  background: var(--ld-white);
  border: 1px solid var(--ld-border);
  border-radius: var(--ld-radius);
  padding: 1.75rem;
  box-shadow: var(--ld-shadow);
}

.ld-admin-stat {
  position: relative;
  overflow: hidden;
}

.ld-admin-stat::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--ld-gold) 0%, var(--ld-gold-dark) 100%);
}

.ld-admin-stat.is-warning::before {
  background: linear-gradient(90deg, var(--ld-terracotta) 0%, var(--ld-danger) 100%);
}

.ld-admin-stat.is-success::before {
  background: linear-gradient(90deg, var(--ld-sage) 0%, var(--ld-sage-dark) 100%);
}

.ld-admin-table thead th {
  border-bottom: 2px solid var(--ld-border);
  color: var(--ld-text-muted);
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  padding-bottom: 0.85rem;
  white-space: nowrap;
}

.ld-admin-table tbody td {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid var(--ld-border);
}

.ld-admin-table tbody tr:last-child td {
  border-bottom: none;
}

.ld-admin-table tbody tr {
  transition: background-color 0.15s ease;
}

.ld-admin-table tbody tr:hover {
  background-color: var(--ld-cream-soft);
}

.ld-admin-thumb {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  object-fit: cover;
  background: var(--ld-cream-soft);
}

.ld-admin-image-sortable {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.ld-admin-image-card {
  width: 148px;
  padding: 0.65rem;
  border: 2px solid var(--ld-border);
  border-radius: var(--ld-radius-sm);
  background: var(--ld-white);
  cursor: grab;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  user-select: none;
}

.ld-admin-image-card.is-cover {
  border-color: var(--ld-gold);
  box-shadow: 0 0 0 3px rgba(224, 146, 140, 0.2);
}

.ld-admin-image-card.is-dragging {
  opacity: 0.55;
  cursor: grabbing;
}

.ld-admin-image-card.is-drag-over {
  border-color: var(--ld-sage);
}

.ld-admin-image-card.is-removed {
  opacity: 0.45;
}

.ld-admin-image-preview {
  width: 100%;
  height: 110px;
  object-fit: contain;
  border-radius: 8px;
  background: var(--ld-cream-soft);
  pointer-events: none;
}

.ld-admin-image-handle {
  margin-top: 0.35rem;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ld-text-muted);
  text-align: center;
}

.ld-admin-variants-panel {
  border-top: 1px solid rgba(224, 146, 140, 0.25);
  padding-top: 1.5rem;
  margin-top: 0.5rem;
}

.ld-admin-variant-rows {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ld-admin-variant-row {
  border: 1px solid rgba(224, 146, 140, 0.25);
  border-radius: 14px;
  padding: 1rem;
  background: #fffdf9;
}

@media (max-width: 767.98px) {
  .ld-admin-topbar .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .ld-admin-topbar .d-flex.align-items-center.gap-3 {
    flex-wrap: wrap;
    gap: 0.85rem !important;
    width: 100%;
  }
}

.ld-login-wrap {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, var(--ld-cream-soft) 0%, var(--ld-cream) 100%);
}

.ld-login-card {
  width: 100%;
  max-width: 400px;
  background: var(--ld-white);
  border-radius: var(--ld-radius);
  box-shadow: var(--ld-shadow-hover);
  padding: 2.5rem;
}

/* ========================= Status pages ========================= */
.ld-status-page {
  min-height: min(70vh, 640px);
  display: flex;
  align-items: center;
  padding: 6rem 1rem;
  background: var(--ld-cream-soft);
}

.ld-status-title {
  font-size: clamp(2rem, 5vw, 3rem);
  max-width: 28rem;
  margin: 0 auto 1rem;
}

.ld-status-text {
  color: var(--ld-text-muted);
  max-width: 32rem;
  margin: 0 auto 2rem;
  font-size: 1.05rem;
}

.ld-status-request-id {
  margin-top: 2rem;
  color: var(--ld-text-muted);
  font-size: 0.85rem;
}

/* ========================= Cart & Checkout ========================= */
.ld-nav-cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.ld-lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  font-size: 0.9rem;
  white-space: nowrap;
}

.ld-lang-switch a {
  color: var(--ld-text-muted);
  text-decoration: none;
}

.ld-lang-switch a:hover {
  color: var(--ld-gold);
}

.ld-cart-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 0.35rem;
  border-radius: var(--ld-radius-pill);
  background: var(--ld-gold-dark);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
}

.ld-cart-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.ld-cart-row {
  display: grid;
  grid-template-columns: 84px 1fr 100px 100px auto;
  align-items: center;
  gap: 1.25rem;
  background: var(--ld-white);
  border: 1px solid var(--ld-border);
  border-radius: var(--ld-radius);
  padding: 1rem 1.25rem;
  box-shadow: var(--ld-shadow);
}

.ld-cart-row-img {
  display: block;
  width: 84px;
  height: 84px;
  border-radius: var(--ld-radius-sm);
  overflow: hidden;
  background: var(--ld-cream-soft);
}

.ld-cart-row-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ld-cart-row-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.ld-cart-row-title {
  color: var(--ld-text);
  font-weight: 600;
  text-decoration: none;
}

.ld-cart-row-title:hover {
  color: var(--ld-gold-dark);
}

.ld-cart-row-total {
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}

.ld-cart-remove-btn {
  color: var(--ld-text-muted);
  font-size: 1.5rem;
  line-height: 1;
  padding: 0 0.25rem;
  text-decoration: none;
}

.ld-cart-remove-btn:hover {
  color: var(--ld-danger);
}

.ld-add-to-bag-form {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.ld-qty-select {
  width: auto;
  min-width: 70px;
}

@media (max-width: 991.98px) {
  .ld-cart-row {
    grid-template-columns: 64px 1fr auto;
    grid-template-areas:
      "img info remove"
      "img qty total";
    row-gap: 0.6rem;
    gap: 0.75rem 1rem;
    padding: 1rem;
  }

  .ld-cart-row-img { grid-area: img; width: 64px; height: 64px; }
  .ld-cart-row-info { grid-area: info; min-width: 0; }
  .ld-cart-row-qty { grid-area: qty; }
  .ld-cart-row-total { grid-area: total; text-align: left; }
  .ld-cart-row-remove { grid-area: remove; }
}

/* ========================= Responsive ========================= */
@media (max-width: 991.98px) {
  .ld-header {
    padding-left: max(0.5rem, env(safe-area-inset-left));
    padding-right: max(0.5rem, env(safe-area-inset-right));
  }

  .ld-header-shell {
    border-radius: 20px;
  }

  .ld-navbar .navbar-collapse {
    margin-top: 0.75rem;
    padding: 0.75rem 0 0.5rem;
    border-top: 1px solid var(--ld-border);
  }

  .ld-navbar .navbar-nav {
    align-items: stretch !important;
    width: 100%;
    gap: 0.25rem !important;
  }

  .ld-navbar .nav-item {
    width: 100%;
  }

  .ld-navbar .nav-link {
    width: 100%;
    text-align: center;
  }

  .ld-navbar .nav-item .ld-btn-gold {
    display: block;
    width: 100%;
    margin-top: 0.35rem;
  }

  .ld-nav-cart,
  .ld-lang-switch {
    justify-content: center;
    width: 100%;
  }

  .ld-hero-mosaic {
    min-height: 320px;
    margin-top: 1rem;
  }

  .ld-hero-stats {
    gap: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  [id] {
    scroll-margin-top: 88px;
  }

  html {
    scroll-behavior: auto;
  }

  .ld-header {
    padding-top: 0.65rem;
  }

  .ld-header-shell {
    padding: 0.5rem 1rem;
  }

  .ld-brand-logo-nav .ld-brand-logo-img {
    max-height: 58px;
    max-width: 140px;
  }

  .ld-page-header,
  .ld-page-header-bg {
    padding: 3.5rem 0 2.5rem;
  }

  .ld-card-panel {
    padding: 1.5rem;
  }

  .ld-cta {
    padding: 3rem 1.25rem;
    border-radius: 22px;
  }

  .ld-filter-bar,
  .ld-shop-filter {
    padding: 1rem;
  }

  .ld-hero-editorial {
    min-height: auto;
    padding: 3rem 0 3.5rem;
    text-align: center;
  }

  .ld-hero-bg::before {
    background: linear-gradient(
      180deg,
      rgba(250, 243, 232, 0.96) 0%,
      rgba(250, 243, 232, 0.92) 45%,
      rgba(243, 202, 198, 0.78) 100%
    );
  }

  .ld-hero-copy h1 {
    max-width: none;
    font-size: clamp(2rem, 9vw, 2.5rem);
  }

  .ld-hero-copy .lead {
    margin-left: auto;
    margin-right: auto;
  }

  .ld-hero-stats {
    justify-content: center;
  }

  .ld-hero-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    min-height: auto;
  }

  .ld-hero-mosaic-tile-1 {
    grid-row: auto;
    grid-column: 1 / span 2;
  }

  .ld-section-head-left {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .ld-section {
    padding: 3.5rem 0;
  }

  .ld-footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .ld-about-mosaic {
    grid-template-columns: 1fr;
    max-width: 18rem;
    margin: 0 auto;
  }

  .ld-about-mosaic-tile-2 {
    margin-top: 0;
  }

  .ld-about-visual-badge {
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.75rem;
    white-space: nowrap;
  }

  .ld-add-to-bag-form {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 18rem;
    margin: 0 auto;
  }

  .ld-add-to-bag-form .ld-qty-select,
  .ld-add-to-bag-form .ld-btn-gold {
    width: 100%;
  }

  .ld-shop-filter .d-flex.gap-2 {
    flex-direction: column;
  }

  .ld-to-top {
    right: max(1rem, env(safe-area-inset-right));
    bottom: max(1rem, env(safe-area-inset-bottom));
  }
}
