:root {
  --ink: #10233f;
  --navy: #0d2342;
  --muted: #667286;
  --paper: #fffaf1;
  --cream: #f7ead6;
  --ivory: #fffdf8;
  --line: #ead7ba;
  --gold: #f3a313;
  --gold-soft: #ffd37a;
  --gold-dark: #9b5100;
  --copper: #b76808;
  --charcoal: #151d2b;
  --shadow: 0 22px 60px rgba(13, 35, 66, 0.14);
  --soft-shadow: 0 14px 34px rgba(13, 35, 66, 0.09);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(255, 211, 122, 0.22), transparent 34rem),
    linear-gradient(180deg, #fffaf1 0%, #fffdf8 48%, #fff7eb 100%);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}

h1,
h2,
h3,
h4,
h5,
.navbar-brand,
.serif {
  font-family: "Playfair Display", Georgia, serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.section-padding {
  padding: 86px 0;
}

.section-title {
  max-width: 720px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-title .eyebrow,
.eyebrow {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-title h2 {
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  margin: 8px 0 12px;
}

.section-title p,
.text-muted-soft {
  color: var(--muted);
}

.top-bar {
  color: #f9f2e9;
  background: linear-gradient(90deg, #0d2342, #142d52 48%, #8d4c05);
  font-size: 0.9rem;
}

.top-bar a,
.top-bar span {
  color: #f9f2e9;
}

.main-navbar {
  background: rgba(255, 253, 248, 0.9);
  border-bottom: 1px solid rgba(234, 215, 186, 0.86);
  box-shadow: 0 12px 36px rgba(13, 35, 66, 0.08);
  backdrop-filter: blur(18px);
}

.navbar-brand {
  color: var(--ink);
  font-size: 1.75rem;
  font-weight: 800;
}

.logo-img {
  width: 212px;
  height: 66px;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(243, 163, 19, 0.34);
  border-radius: 18px;
  box-shadow:
    0 12px 30px rgba(13, 35, 66, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.brand-mark {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-right: 10px;
  color: #fff;
  background: linear-gradient(135deg, var(--gold), #e2a546);
  border-radius: 10px;
  place-items: center;
  box-shadow: 0 10px 22px rgba(201, 134, 38, 0.24);
}

.nav-link {
  color: var(--ink);
  font-weight: 700;
  position: relative;
}

.nav-link:hover,
.nav-link.active {
  color: var(--gold);
}

.nav-link.active::after,
.nav-link:hover::after {
  position: absolute;
  right: 0.5rem;
  bottom: 0.12rem;
  left: 0.5rem;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.search-pill {
  min-width: min(100%, 290px);
  border: 1px solid rgba(234, 215, 186, 0.94);
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 26px rgba(13, 35, 66, 0.06);
}

.search-pill input,
.search-pill button {
  border: 0;
  box-shadow: none !important;
}

.icon-btn {
  display: inline-grid;
  width: 42px;
  height: 42px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 50%;
  place-items: center;
  transition: 0.25s ease;
}

.icon-btn:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--navy), #183967);
  border-color: var(--gold);
  transform: translateY(-2px);
}

.btn-premium {
  color: #fff;
  background: linear-gradient(135deg, #f7b326, #c97805 54%, #8e4b04);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 16px 32px rgba(183, 104, 8, 0.3);
  font-weight: 800;
  padding: 0.78rem 1.45rem;
  transition: 0.25s ease;
}

.btn-premium:hover {
  color: #fff;
  background: linear-gradient(135deg, #123059, #0d2342);
  transform: translateY(-2px);
}

.btn-outline-premium {
  color: var(--navy);
  background: rgba(255, 253, 248, 0.82);
  border: 1px solid rgba(243, 163, 19, 0.55);
  border-radius: 999px;
  font-weight: 800;
  padding: 0.74rem 1.35rem;
  transition: 0.25s ease;
}

.btn-outline-premium:hover {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
  transform: translateY(-2px);
}

.hero {
  min-height: 690px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 250, 241, 0.97) 0%, rgba(255, 250, 241, 0.9) 43%, rgba(255, 250, 241, 0.42) 100%),
    radial-gradient(circle at 20% 22%, rgba(243, 163, 19, 0.22), transparent 28rem),
    url("https://images.unsplash.com/photo-1524995997946-a1c2e315a42f?auto=format&fit=crop&w=1800&q=80") center/cover;
}

.hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(115deg, rgba(13, 35, 66, 0.08), transparent 38%),
    repeating-linear-gradient(90deg, rgba(155, 81, 0, 0.035) 0 1px, transparent 1px 72px);
}

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

.hero h1 {
  max-width: 780px;
  color: var(--ink);
  font-size: clamp(2.5rem, 5.8vw, 5.8rem);
  font-weight: 900;
  line-height: 1.02;
  text-shadow: 0 10px 32px rgba(13, 35, 66, 0.08);
}

.hero p {
  max-width: 620px;
  color: #3f4a5c;
  font-size: 1.12rem;
}

.hero-collage {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.9), rgba(255, 246, 232, 0.74)),
    linear-gradient(135deg, rgba(243, 163, 19, 0.22), transparent);
  border: 1px solid rgba(243, 163, 19, 0.32);
  border-radius: 30px;
  padding: 16px;
  box-shadow: var(--shadow);
}

.hero-collage img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 24px;
}

.stat-strip {
  margin-top: -48px;
  position: relative;
  z-index: 2;
}

.stat-card,
.premium-card,
.product-card,
.category-card,
.testimonial-card,
.blog-card,
.filter-panel {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(234, 215, 186, 0.9);
  border-radius: 20px;
  box-shadow: var(--soft-shadow);
  transition: 0.25s ease;
}

.premium-card:hover,
.product-card:hover,
.category-card:hover,
.blog-card:hover {
  border-color: rgba(201, 134, 38, 0.42);
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.category-card {
  min-height: 180px;
  padding: 24px;
}

.category-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  color: var(--gold);
  background: linear-gradient(135deg, rgba(255, 211, 122, 0.34), rgba(255, 255, 255, 0.92));
  border-radius: 16px;
  box-shadow: inset 0 0 0 1px rgba(243, 163, 19, 0.18);
  place-items: center;
  font-size: 1.55rem;
}

.product-card {
  height: 100%;
  overflow: hidden;
}

.product-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  background: var(--cream);
  filter: saturate(1.06) contrast(1.02);
}

.product-card .card-body {
  padding: 20px;
}

.rating {
  color: #e0a145;
  font-size: 0.92rem;
}

.price {
  color: var(--navy);
  font-size: 1.18rem;
  font-weight: 900;
}

.old-price {
  color: #9aa2ad;
  font-size: 0.92rem;
  text-decoration: line-through;
}

.offer-band {
  color: #fff;
  background:
    linear-gradient(120deg, rgba(13, 35, 66, 0.96), rgba(97, 51, 4, 0.88)),
    url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1600&q=80") center/cover;
  border-radius: 24px;
  padding: 50px;
  box-shadow: var(--shadow);
}

.brand-card {
  min-height: 104px;
  display: grid;
  color: var(--ink);
  background: linear-gradient(180deg, #fff, #fff7e8);
  border: 1px solid rgba(243, 163, 19, 0.24);
  border-radius: 16px;
  place-items: center;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 800;
}

.testimonial-card {
  height: 100%;
  padding: 28px;
}

.page-hero {
  padding: 92px 0;
  background:
    linear-gradient(90deg, rgba(255, 250, 241, 0.97), rgba(255, 250, 241, 0.76)),
    radial-gradient(circle at 16% 20%, rgba(243, 163, 19, 0.24), transparent 24rem),
    url("https://images.unsplash.com/photo-1507842217343-583bb7270b66?auto=format&fit=crop&w=1600&q=80") center/cover;
}

.page-hero h1 {
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  font-weight: 900;
}

.footer {
  color: #d9e0e9;
  background:
    linear-gradient(135deg, rgba(13, 35, 66, 0.98), rgba(21, 29, 43, 0.98)),
    radial-gradient(circle at 80% 0%, rgba(243, 163, 19, 0.2), transparent 30rem);
}

.footer h5,
.footer .navbar-brand {
  color: #fff;
}

.footer a,
.footer p,
.footer li {
  color: #b7c0ce;
}

.footer a:hover {
  color: #fff;
}

.newsletter-input {
  background: #fff;
  border: 0;
  border-radius: 999px;
  padding: 0.9rem 1.1rem;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1030;
  display: grid;
  width: 56px;
  height: 56px;
  color: #fff;
  background: #25d366;
  border-radius: 50%;
  place-items: center;
  font-size: 1.8rem;
  box-shadow: 0 14px 30px rgba(37, 211, 102, 0.34);
  transition: 0.25s ease;
}

.whatsapp-float:hover {
  color: #fff;
  transform: translateY(-4px);
}

.form-control,
.form-select {
  border-color: var(--line);
  border-radius: 12px;
  padding: 0.78rem 0.95rem;
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(201, 134, 38, 0.66);
  box-shadow: 0 0 0 0.2rem rgba(201, 134, 38, 0.13);
}

.accordion-button {
  color: var(--ink);
  font-weight: 800;
}

.accordion-button:not(.collapsed) {
  color: var(--ink);
  background: #fff5e6;
  box-shadow: none;
}

.breadcrumb {
  --bs-breadcrumb-divider-color: var(--muted);
}

.gallery-thumb {
  height: 92px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 12px;
  cursor: pointer;
}

.gallery-thumb.active,
.gallery-thumb:hover {
  border-color: var(--gold);
}

.main-product-image {
  width: 100%;
  height: min(560px, 70vw);
  object-fit: cover;
  border-radius: 22px;
  box-shadow: var(--soft-shadow);
}

.map-placeholder,
.ratio iframe {
  border: 0;
  border-radius: 18px;
  overflow: hidden;
}

.map-placeholder {
  min-height: 320px;
  display: grid;
  color: var(--muted);
  background:
    linear-gradient(rgba(255, 253, 248, 0.78), rgba(255, 253, 248, 0.78)),
    repeating-linear-gradient(45deg, #f1e5d4 0 10px, #fff8ef 10px 20px);
  border: 1px solid var(--line);
  place-items: center;
  text-align: center;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 991.98px) {
  .navbar-actions {
    width: 100%;
    margin-top: 16px;
  }

  .search-pill {
    width: 100%;
  }

  .hero {
    min-height: auto;
    padding: 82px 0;
  }

  .hero-collage img {
    height: 280px;
  }

  .stat-strip {
    margin-top: 0;
  }
}

@media (max-width: 575.98px) {
  .section-padding {
    padding: 60px 0;
  }

  .logo-img {
    width: 172px;
    height: 54px;
    border-radius: 14px;
  }

  .top-bar .container {
    justify-content: center !important;
    text-align: center;
  }

  .offer-band {
    padding: 30px 22px;
  }

  .product-card img {
    height: 210px;
  }
}
