/* ========================================
   Vraj Organic — Modern Brand Styles
   ======================================== */

:root {
  --green: #2f9e3a;
  --green-deep: #1b6f28;
  --lime: #8bc53f;
  --gold: #f5b400;
  --gold-deep: #d99a00;
  --earth: #1f1610;
  --earth-mid: #3a2a20;
  --fog: #f6f8f3;
  --leaf-wash: #eef6e8;
  --ink: #162014;
  --muted: #5a6757;
  --line: rgba(31, 22, 16, 0.1);
  --white: #fff;
  --shadow: 0 20px 60px rgba(31, 22, 16, 0.12);
  --radius: 1.5rem;
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Manrope", system-ui, sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--fog);
  line-height: 1.65;
  overflow-x: clip;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

img { max-width: 100%; height: auto; display: block; }

a {
  color: inherit;
  text-decoration: none;
  transition: color .25s ease, opacity .25s ease, transform .25s ease;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 650;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--earth);
}

.section-title {
  font-size: clamp(2rem, 4vw, 3.25rem);
  margin-bottom: .85rem;
}

.section-lead {
  max-width: 34rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--green-deep);
  margin-bottom: 1rem;
}

.eyebrow::before {
  content: "";
  width: 1.5rem;
  height: 2px;
  background: var(--gold);
}

.text-green { color: var(--green) !important; }
.text-gold { color: var(--gold-deep) !important; }

/* ---------- Buttons ---------- */
.btn-brand,
.btn-gold,
.btn-outline-brand,
.btn-light-pill {
  font-weight: 700;
  border-radius: 999px;
  padding: .85rem 1.6rem;
  letter-spacing: .01em;
}

.btn-brand {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--green);
  --bs-btn-border-color: var(--green);
  --bs-btn-hover-bg: var(--green-deep);
  --bs-btn-hover-border-color: var(--green-deep);
  --bs-btn-hover-color: #fff;
}

.btn-gold {
  --bs-btn-color: var(--earth);
  --bs-btn-bg: var(--gold);
  --bs-btn-border-color: var(--gold);
  --bs-btn-hover-bg: var(--gold-deep);
  --bs-btn-hover-border-color: var(--gold-deep);
  --bs-btn-hover-color: var(--earth);
}

.btn-outline-brand {
  --bs-btn-color: var(--green-deep);
  --bs-btn-border-color: var(--green);
  --bs-btn-hover-bg: var(--green);
  --bs-btn-hover-border-color: var(--green);
  --bs-btn-hover-color: #fff;
  border-width: 2px;
}

.btn-light-pill {
  --bs-btn-color: var(--earth);
  --bs-btn-bg: rgba(255,255,255,.92);
  --bs-btn-border-color: transparent;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-color: var(--earth);
}

/* ---------- Header ---------- */
.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 1040;
  padding: 1.1rem 0;
}

.site-header.is-solid {
  position: sticky;
  top: 0;
  background: rgba(246, 248, 243, .92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 30px rgba(31, 22, 16, .05);
}

.site-header .navbar {
  padding: 0;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.brand-lockup img {
  height: 58px;
  width: auto;
}

.nav-shell {
  background: rgba(255, 255, 255, .78);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 999px;
  padding: .35rem .45rem .35rem 1rem;
  box-shadow: 0 12px 40px rgba(31, 22, 16, .08);
}

.site-header .nav-link {
  font-weight: 650;
  font-size: .9rem;
  color: var(--earth-mid) !important;
  padding: .55rem .85rem !important;
  border-radius: 999px;
}

.site-header .nav-link:hover,
.site-header .nav-link.active {
  color: var(--green-deep) !important;
  background: rgba(47, 158, 58, .1);
}

.dropdown-menu {
  border: 0;
  border-radius: 1rem;
  box-shadow: var(--shadow);
  padding: .5rem;
  margin-top: .75rem !important;
}

.dropdown-item {
  border-radius: .75rem;
  font-weight: 550;
  padding: .55rem .85rem;
}

.dropdown-item:hover {
  background: rgba(47, 158, 58, .1);
  color: var(--green-deep);
}

.navbar-toggler {
  border: 0;
  background: #fff;
  border-radius: 12px;
  padding: .55rem .7rem;
  box-shadow: 0 8px 24px rgba(31,22,16,.08);
}

/* ---------- Hero (full-bleed composition) ---------- */
.hero-modern {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  align-items: end;
  color: #fff;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(31,22,16,.35) 0%, rgba(31,22,16,.55) 42%, rgba(31,22,16,.88) 100%),
    url("../images/products/vermi-compost-5kg.png") center / cover no-repeat;
}

.hero-modern::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 40%;
  background: linear-gradient(180deg, transparent, rgba(31, 111, 40, .35));
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  padding: 8.5rem 0 4.5rem;
}

.hero-brand-mark {
  width: min(200px, 52vw);
  margin-bottom: 1.5rem;
  animation: rise .9s ease both;
  filter: drop-shadow(0 10px 28px rgba(0, 0, 0, 0.28));
}

.hero-modern h1 {
  color: #fff;
  font-size: clamp(2.6rem, 6vw, 4.6rem);
  max-width: 12ch;
  margin-bottom: 1rem;
  animation: rise .9s .08s ease both;
}

.hero-modern .lead-line {
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  color: rgba(255,255,255,.9);
  max-width: 32rem;
  margin-bottom: 1.75rem;
  animation: rise .9s .16s ease both;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  animation: rise .9s .24s ease both;
}

.hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 1.25rem;
  transform: translateX(-50%);
  z-index: 3;
  color: rgba(255,255,255,.75);
  font-size: .75rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .35rem;
  animation: pulse 2.4s ease-in-out infinite;
}

@keyframes rise {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes pulse {
  0%, 100% { opacity: .55; transform: translateX(-50%) translateY(0); }
  50% { opacity: 1; transform: translateX(-50%) translateY(6px); }
}

/* ---------- Sections ---------- */
.section {
  padding: clamp(4rem, 8vw, 6.5rem) 0;
}

.section-leaf {
  background:
    radial-gradient(900px 420px at 100% 0%, rgba(245, 180, 0, .1), transparent 55%),
    linear-gradient(180deg, var(--leaf-wash), var(--fog));
}

.section-earth {
  background:
    radial-gradient(700px 320px at 0% 0%, rgba(139, 197, 63, .2), transparent 55%),
    var(--earth);
  color: rgba(255,255,255,.86);
}

.section-earth h2,
.section-earth h3 { color: #fff; }

.section-earth .eyebrow { color: var(--gold); }
.section-earth .eyebrow::before { background: var(--gold); }

.quote-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.35rem;
  padding: 1.5rem;
}

.quote-card p {
  font-size: 0.98rem;
  margin-bottom: 1.1rem;
  color: rgba(255,255,255,.88);
}

.quote-card .name {
  font-weight: 800;
  color: var(--gold);
}

.quote-card small {
  color: rgba(255,255,255,.65);
}

.premium-highlight {
  background: linear-gradient(135deg, rgba(245, 180, 0, 0.18), rgba(47, 158, 58, 0.12));
  border: 1px solid rgba(245, 180, 0, 0.45);
  border-left: 4px solid var(--gold);
  border-radius: 1rem;
  padding: 1rem 1.15rem;
  margin: 0 0 1rem;
}

.premium-highlight-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 0.35rem;
}

.premium-highlight p {
  color: var(--earth);
  font-weight: 650;
  font-size: 1.02rem;
  line-height: 1.45;
}

.premium-why {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1.5rem;
  padding: 1.75rem;
  box-shadow: 0 14px 40px rgba(31, 22, 16, 0.06);
}

/* ---------- Home farm banner slider ---------- */
.home-slider {
  position: relative;
  overflow: hidden;
  background: #1f1610;
}

.home-slider .carousel-item {
  min-height: min(88vh, 720px);
}

.slide-banner {
  position: relative;
  min-height: min(88vh, 720px);
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  padding: 7.5rem 0 4.5rem;
}

.slide-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(20, 14, 10, 0.78) 0%, rgba(20, 14, 10, 0.45) 48%, rgba(20, 14, 10, 0.25) 100%),
    linear-gradient(180deg, rgba(20, 14, 10, 0.25) 0%, rgba(20, 14, 10, 0.45) 100%);
  pointer-events: none;
}

.slide-banner .container {
  position: relative;
  z-index: 2;
}

.slide-copy {
  color: #fff;
  max-width: 38rem;
}

.slide-eyebrow {
  display: inline-block;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .85rem;
}

.slide-copy h1 {
  color: #fff;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  margin-bottom: .85rem;
  text-shadow: 0 8px 30px rgba(0,0,0,.35);
}

.slide-copy p {
  color: rgba(255,255,255,.9);
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  max-width: 32rem;
}

.home-slider .carousel-indicators {
  margin-bottom: 1.25rem;
}

.home-slider .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255,255,255,.45);
}

.home-slider .carousel-indicators .active {
  background-color: var(--gold);
}

.home-slider .carousel-control-prev,
.home-slider .carousel-control-next {
  width: 52px;
  opacity: .9;
}

/* ---------- Counters ---------- */
.counter-band {
  margin-top: -2.25rem;
  position: relative;
  z-index: 5;
  padding-bottom: 1rem;
}

.counter-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  padding: 1.35rem 1rem;
  box-shadow: 0 16px 40px rgba(31, 22, 16, 0.08);
}

.counter-num {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  color: var(--green-deep);
  line-height: 1.1;
  margin-bottom: .35rem;
}

.counter-label {
  font-size: .9rem;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: .02em;
}

@media (max-width: 991.98px) {
  .slide-banner {
    min-height: 72vh;
    padding: 6.5rem 0 3.5rem;
  }
  .home-slider .carousel-item {
    min-height: 72vh;
  }
  .counter-band {
    margin-top: -1rem;
    padding: 0 0 1rem;
  }
}

/* ---------- Statement band ---------- */
.statement {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: var(--earth);
  max-width: 18ch;
}

.statement span { color: var(--green); }

/* ---------- Product showcase ---------- */
.product-spotlight {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.product-spotlight.reverse { direction: rtl; }
.product-spotlight.reverse > * { direction: ltr; }

.spotlight-media {
  position: relative;
  border-radius: 2rem;
  background:
    linear-gradient(160deg, #f2f7ec, #e4efda);
  min-height: 420px;
  display: grid;
  place-items: center;
  padding: 2rem;
  overflow: hidden;
}

.spotlight-media img {
  max-height: 380px;
  object-fit: contain;
  filter: drop-shadow(0 28px 40px rgba(31,22,16,.18));
  transition: transform .5s ease;
}

.product-spotlight:hover .spotlight-media img {
  transform: scale(1.04) translateY(-6px);
}

.spotlight-badge {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  background: var(--earth);
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .45rem .8rem;
  border-radius: 999px;
}

.product-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 1fr);
  gap: 1.25rem;
  overflow-x: auto;
  padding-bottom: .5rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.product-rail::-webkit-scrollbar { height: 6px; }
.product-rail::-webkit-scrollbar-thumb {
  background: rgba(47,158,58,.35);
  border-radius: 999px;
}

.product-tile {
  scroll-snap-align: start;
  background: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
  border: 1px solid var(--line);
  min-height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform .3s ease, box-shadow .3s ease;
}

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

.product-tile .media {
  background: linear-gradient(180deg, #f4f8ef, #e8f1e0);
  padding: 1.25rem;
  min-height: 220px;
  display: grid;
  place-items: center;
}

.product-tile .media img {
  max-height: 190px;
  object-fit: contain;
}

.product-tile .body {
  padding: 1.15rem 1.25rem 1.35rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: .35rem;
}

.product-tile .cat {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--green);
}

.product-tile h3 {
  font-size: 1.15rem;
  margin: 0;
}

.product-tile p {
  color: var(--muted);
  font-size: .92rem;
  flex: 1;
  margin: 0;
}

.product-tile .meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: .75rem;
  padding-top: .85rem;
  border-top: 1px solid var(--line);
}

.product-tile .weight { font-weight: 800; }

/* legacy product-card (listing / related) */
.product-card {
  background: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
  border: 1px solid var(--line);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform .3s ease, box-shadow .3s ease;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.product-card .media {
  position: relative;
  background: linear-gradient(180deg, #f4f8ef, #e8f1e0);
  padding: 1.5rem;
  min-height: 240px;
  display: grid;
  place-items: center;
}

.product-card .media img {
  max-height: 210px;
  object-fit: contain;
}

.product-card .badge-soft {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--green);
  color: #fff;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .4rem .7rem;
  border-radius: 999px;
}

.product-card .body {
  padding: 1.25rem 1.35rem 1.4rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-card .category {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: .3rem;
}

.product-card h3 { font-size: 1.2rem; margin-bottom: .4rem; }
.product-card p { color: var(--muted); font-size: .95rem; flex: 1; }

.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.product-meta .weight { font-weight: 800; }

/* ---------- Feature mosaic ---------- */
.mosaic {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1rem;
}

.mosaic-item {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  min-height: 240px;
  display: flex;
  align-items: flex-end;
  padding: 1.5rem;
  color: #fff;
  background-size: cover;
  background-position: center;
}

.mosaic-item.tall { min-height: 500px; grid-row: span 2; }

.mosaic-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 25%, rgba(31,22,16,.85));
}

.mosaic-item > * { position: relative; z-index: 1; }
.mosaic-item h3 { color: #fff; font-size: 1.35rem; margin-bottom: .25rem; }
.mosaic-item p { margin: 0; color: rgba(255,255,255,.82); font-size: .92rem; }

/* ---------- Page hero ---------- */
.page-hero {
  position: relative;
  padding: 9rem 0 3.5rem;
  background:
    linear-gradient(120deg, rgba(31,22,16,.9), rgba(27,111,40,.72)),
    url("../images/products/vermi-compost-40kg.png") center / cover no-repeat;
  color: #fff;
}

.page-hero h1 { color: #fff; margin-bottom: .6rem; }
.page-hero p { color: rgba(255,255,255,.88); max-width: 34rem; margin: 0; }

.breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 1rem;
}

.breadcrumb-item,
.breadcrumb-item a,
.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255,255,255,.72);
}

.breadcrumb-item.active { color: var(--gold); }

/* ---------- Content helpers ---------- */
.check-list {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
}

.check-list li {
  position: relative;
  padding-left: 1.85rem;
  margin-bottom: .7rem;
  color: var(--muted);
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  background: rgba(47,158,58,.14);
  color: var(--green-deep);
  font-size: .72rem;
  font-weight: 800;
  display: grid;
  place-items: center;
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .85rem;
}

.spec-item {
  background: var(--leaf-wash);
  border-radius: 1rem;
  padding: .95rem 1rem;
}

.spec-item .label {
  display: block;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: .2rem;
}

.spec-item .value {
  font-weight: 700;
  color: var(--earth);
}

.product-detail-media {
  background: linear-gradient(180deg, #f4f8ef, #e8f1e0);
  border-radius: 2rem;
  padding: 2rem;
  display: grid;
  place-items: center;
  min-height: 460px;
  box-shadow: var(--shadow);
}

.product-detail-media img {
  max-height: 420px;
  object-fit: contain;
}

.thumb-row {
  display: flex;
  gap: .75rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.thumb-row button {
  border: 2px solid transparent;
  background: #fff;
  border-radius: 14px;
  padding: .4rem;
  width: 78px;
  height: 78px;
  overflow: hidden;
  cursor: pointer;
}

.thumb-row button.active,
.thumb-row button:hover { border-color: var(--green); }

.thumb-row img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-panel {
  background: #fff;
  border-radius: 1.5rem;
  padding: 2rem;
  border: 1px solid var(--line);
  height: 100%;
}

.contact-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.contact-item .icon {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(47,158,58,.12);
  color: var(--green-deep);
  display: grid;
  place-items: center;
  font-size: 1.15rem;
}

.contact-item h4 { font-size: .95rem; margin: 0 0 .2rem; }
.contact-item p,
.contact-item a { margin: 0; color: var(--muted); font-size: .95rem; }
.contact-item a:hover { color: var(--green); }

.form-control,
.form-select {
  border-radius: 12px;
  border: 1px solid var(--line);
  padding: .8rem 1rem;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 .2rem rgba(47,158,58,.18);
}

.map-embed {
  border: 0;
  border-radius: 1.5rem;
  width: 100%;
  min-height: 320px;
  box-shadow: var(--shadow);
}

.trust-item,
.process-step {
  background: #fff;
  border-radius: 1.35rem;
  padding: 1.4rem;
  border: 1px solid var(--line);
  height: 100%;
}

.trust-item .icon,
.process-step .num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  background: rgba(47,158,58,.12);
  color: var(--green-deep);
  font-weight: 800;
}

.process-step .num {
  background: linear-gradient(135deg, var(--green), var(--lime));
  color: #fff;
}

.accordion-item {
  border: 0;
  background: #fff;
  border-radius: 1rem !important;
  margin-bottom: .75rem;
  overflow: hidden;
  border: 1px solid var(--line) !important;
}

.accordion-button {
  font-family: var(--font-display);
  font-weight: 600;
  box-shadow: none !important;
  background: #fff !important;
}

.accordion-button:not(.collapsed) { color: var(--green-deep); }

.compare-table {
  background: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid var(--line);
}

.compare-table th {
  background: var(--earth);
  color: #fff;
  font-weight: 700;
  padding: 1rem;
}

.compare-table td {
  padding: .95rem 1rem;
  border-bottom: 1px solid var(--line);
}

.compare-table tr:last-child td { border-bottom: 0; }

.cta-band {
  border-radius: 2rem;
  padding: clamp(2rem, 5vw, 3.5rem);
  background:
    radial-gradient(600px 240px at 100% 0%, rgba(245,180,0,.25), transparent 50%),
    linear-gradient(135deg, #1f1610, #1b6f28);
  color: #fff;
  text-align: center;
}

.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.82); max-width: 34rem; margin: 0 auto 1.5rem; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--earth);
  color: rgba(255,255,255,.75);
  padding-top: 4rem;
}

.site-footer h5 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.site-footer a:hover { color: var(--gold); }

.footer-logo {
  max-width: 140px;
  margin-bottom: 1rem;
}

.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: .55rem; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  margin-top: 2.5rem;
  padding: 1.25rem 0;
  font-size: .9rem;
}

.whatsapp-float {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1050;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.7rem;
  box-shadow: 0 12px 30px rgba(37,211,102,.4);
}

.whatsapp-float:hover { color: #fff; transform: scale(1.06); }

.back-to-top {
  position: fixed;
  right: 1.25rem;
  bottom: 5.2rem;
  z-index: 1050;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  background: var(--earth);
  color: #fff;
  display: none;
  place-items: center;
}

.back-to-top.show { display: grid; }

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

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

/* ---------- Responsive ---------- */
@media (max-width: 991.98px) {
  .nav-shell {
    border-radius: 1.25rem;
    padding: 1rem;
    margin-top: .75rem;
  }

  .product-spotlight,
  .product-spotlight.reverse,
  .mosaic {
    grid-template-columns: 1fr;
    direction: ltr;
  }

  .mosaic-item.tall {
    min-height: 280px;
    grid-row: auto;
  }

  .brand-lockup img { height: 48px; }
  .hero-inner { padding: 7.5rem 0 4rem; }
  .page-hero { padding-top: 7.5rem; }
  .spec-grid { grid-template-columns: 1fr; }
}

@media (max-width: 575.98px) {
  .hero-modern h1 { max-width: none; }
  .spotlight-media { min-height: 320px; }
}
