/* ============================================================
   PANTANG GHAR — KITE STORE STYLESHEET
   Indian traditional + premium e-commerce design
   ============================================================ */

/* ---------- design tokens ---------- */
:root {
  --cream: #FBF5E7;
  --cream-2: #F5EAD2;
  --ivory: #FFF9EC;
  --maroon: #6E1424;
  --maroon-deep: #4A0E18;
  --maroon-soft: #8C1A2B;
  --verm: #C8102E;
  --saffron: #E8600F;
  --saffron-soft: #FF8A00;
  --gold: #C9A227;
  --gold-light: #E6C25C;
  --gold-pale: #F0CE6B;
  --yellow: #FFD400;
  --green: #1E5A3C;
  --brown: #5B3A1E;
  --ink: #35210C;
  --ink-soft: #6B5336;
  --white: #FFFFFF;
  --wa: #1DA851;

  --shadow-sm: 0 2px 8px rgba(74, 14, 24, 0.08);
  --shadow-md: 0 12px 28px rgba(74, 14, 24, 0.12);
  --shadow-lg: 0 24px 48px rgba(74, 14, 24, 0.16);
  --ring: 0 0 0 3px rgba(201, 162, 39, 0.35);

  --radius: 18px;
  --radius-lg: 26px;
  --maxw: 1200px;
  --font-head: "Cormorant Garamond", "Georgia", serif;
  --font-body: "Poppins", "Segoe UI", system-ui, sans-serif;
}

/* ---------- reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--cream);
  background-image:
    radial-gradient(circle at 12% 8%, rgba(255, 212, 0, 0.06), transparent 26%),
    radial-gradient(circle at 88% 28%, rgba(201, 162, 39, 0.07), transparent 30%);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font-head); color: var(--maroon-deep); margin: 0; line-height: 1.15; }
p { margin: 0; }
ul, ol { margin: 0; padding-left: 1.2em; }
button { font-family: inherit; cursor: pointer; }
input, select, textarea { font-family: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 22px; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ---------- top announcement bar ---------- */
.topbar {
  background: linear-gradient(120deg, var(--maroon-deep), var(--maroon) 55%, var(--maroon-soft));
  color: #F8EBC9;
  font-size: 13px;
  text-align: center;
  padding: 8px 16px;
  letter-spacing: 0.04em;
}
.topbar strong { color: var(--gold-pale); font-weight: 600; }
.topbar .hi { letter-spacing: 0.08em; font-size: 12px; opacity: 0.9; }

/* ---------- navbar ---------- */
.navbar {
  position: sticky; top: 0; z-index: 60;
  background: rgba(251, 245, 231, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(201, 162, 39, 0.35);
  transition: box-shadow 0.3s ease;
}
.navbar.scrolled { box-shadow: var(--shadow-md); }
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  max-width: var(--maxw); margin-inline: auto; padding: 12px 22px; gap: 16px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 46px; height: 46px; flex: none;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--maroon), var(--maroon-deep));
  border: 1.5px solid var(--gold);
  display: grid; place-items: center;
  box-shadow: var(--shadow-sm);
}
.brand-mark svg { width: 28px; height: 28px; }
.brand-name { font-family: var(--font-head); font-size: 26px; font-weight: 700; color: var(--maroon-deep); line-height: 1; }
.brand-name span { color: var(--saffron); }
.brand-tag { display: block; font-family: var(--font-body); font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); font-weight: 600; }

.nav-links { display: flex; align-items: center; gap: 26px; list-style: none; margin: 0; padding: 0; }
.nav-links a {
  font-size: 14px; font-weight: 500; color: var(--ink);
  padding: 6px 0; position: relative;
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0;
  background: linear-gradient(90deg, var(--gold), var(--saffron));
  transition: width 0.28s ease;
}
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-links a:hover { color: var(--maroon); }

.nav-cta { display: flex; align-items: center; gap: 10px; }
.nav-toggle {
  display: none;
  background: none; border: 1.5px solid var(--gold); border-radius: 10px;
  width: 44px; height: 44px; place-items: center; color: var(--maroon-deep);
}
.nav-toggle svg { width: 22px; height: 22px; }

.mobile-menu {
  display: none; list-style: none; margin: 0; padding: 8px 22px 18px;
  flex-direction: column; gap: 4px;
  border-bottom: 1px solid rgba(201, 162, 39, 0.35);
  background: var(--ivory);
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  padding: 12px 10px; font-weight: 500; border-radius: 10px; color: var(--ink);
}
.mobile-menu a:hover { background: var(--cream-2); color: var(--maroon); }
.mobile-menu .btn { margin-top: 8px; justify-content: center; }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-toggle { display: grid; }
  .nav-cta .btn { display: none; }
  .brand-name { font-size: 22px; }
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 600; font-size: 14px; letter-spacing: 0.05em;
  padding: 13px 22px; border-radius: 999px; border: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  text-align: center;
}
.btn:active { transform: scale(0.97); }
.btn svg { width: 19px; height: 19px; fill: currentColor; flex: none; }
.btn-block { width: 100%; }

.btn-primary {
  background: linear-gradient(120deg, var(--maroon-soft), var(--maroon-deep));
  color: #FFF3DA;
  border: 1px solid rgba(240, 206, 107, 0.6);
  box-shadow: 0 10px 22px rgba(74, 14, 24, 0.28);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 30px rgba(74, 14, 24, 0.35); }

.btn-wa {
  background: linear-gradient(120deg, var(--wa), #128C4B);
  color: #fff;
  box-shadow: 0 10px 22px rgba(29, 168, 81, 0.3);
}
.btn-wa:hover { transform: translateY(-2px); box-shadow: 0 16px 30px rgba(29, 168, 81, 0.4); }

.btn-gold {
  background: linear-gradient(120deg, var(--gold-light), var(--gold));
  color: var(--maroon-deep);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 10px 22px rgba(201, 162, 39, 0.3);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 16px 30px rgba(201, 162, 39, 0.4); }

.btn-ghost {
  background: transparent; color: #FFF3DA;
  border: 1.5px solid rgba(240, 206, 107, 0.75);
}
.btn-ghost:hover { background: rgba(240, 206, 107, 0.15); transform: translateY(-2px); }

/* ---------- section scaffolding ---------- */
.section { padding: 84px 0; }
.section-alt { background: var(--ivory); }

.section-head { text-align: center; max-width: 720px; margin: 0 auto 46px; }
.section-head .eyebrow {
  display: inline-block; font-size: 12px; font-weight: 600; letter-spacing: 0.28em;
  text-transform: uppercase; color: var(--saffron); margin-bottom: 12px;
}
.section-head h2 { font-size: clamp(30px, 4.4vw, 46px); font-weight: 700; }
.section-head h2 em { font-style: normal; color: var(--saffron); }
.section-head p { margin-top: 12px; color: var(--ink-soft); font-size: 15.5px; }

.eyebrow {
  display: inline-block; font-size: 12px; font-weight: 600; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--saffron);
}

.orn { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 18px auto 0; }
.orn::before, .orn::after {
  content: ""; height: 1px; width: 64px;
  background: linear-gradient(90deg, transparent, var(--gold));
}
.orn::after { background: linear-gradient(90deg, var(--gold), transparent); }
.orn .diamond {
  width: 10px; height: 10px; background: var(--gold);
  transform: rotate(45deg); box-shadow: 0 0 8px rgba(201, 162, 39, 0.6);
}
.orn .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--saffron); }

/* ---------- hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(1200px 500px at 82% -10%, rgba(255, 138, 0, 0.16), transparent 60%),
    radial-gradient(900px 520px at 8% 110%, rgba(140, 26, 43, 0.14), transparent 55%),
    linear-gradient(180deg, #FBF3DF 0%, #F7EBD0 60%, #F2E2C1 100%);
  padding: 90px 0 120px;
}
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.5;
  background-image:
    radial-gradient(rgba(201, 162, 39, 0.14) 1.2px, transparent 1.2px),
    radial-gradient(rgba(232, 96, 15, 0.10) 1.2px, transparent 1.2px);
  background-size: 26px 26px; background-position: 0 0, 13px 13px;
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 30px; align-items: center; }
.hero-copy { position: relative; z-index: 3; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255, 249, 236, 0.85);
  border: 1px solid rgba(201, 162, 39, 0.55);
  color: var(--maroon); font-size: 12.5px; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; padding: 8px 16px; border-radius: 999px; margin-bottom: 20px;
}
.hero-badge .pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--verm); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(200,16,46,0.5);} 50% { box-shadow: 0 0 0 7px rgba(200,16,46,0);} }

.hero h1 {
  font-size: clamp(44px, 6.4vw, 74px); font-weight: 700; color: var(--maroon-deep);
  letter-spacing: -0.01em;
}
.hero h1 .accent {
  font-style: italic; color: transparent;
  background: linear-gradient(100deg, var(--saffron), var(--verm) 55%, var(--gold));
  -webkit-background-clip: text; background-clip: text;
}
.hero-sub {
  margin: 18px 0 0; font-size: clamp(16px, 2vw, 19px); color: var(--ink); font-weight: 500;
}
.hero-sub .sep { color: var(--gold); margin-inline: 8px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-note { margin-top: 20px; font-size: 13.5px; color: var(--ink-soft); }
.hero-note b { color: var(--green); }

.hero-art { position: relative; z-index: 2; min-height: 420px; }
.hero-sun {
  position: absolute; top: 6%; right: 4%; width: 120px; height: 120px; opacity: 0.9;
}
.hero-kite {
  position: absolute; filter: drop-shadow(0 18px 24px rgba(74, 14, 24, 0.22));
  animation: float 5s ease-in-out infinite;
}
.hero-kite.k1 { width: 170px; top: 6%; left: 4%; }
.hero-kite.k2 { width: 150px; top: 42%; right: 0; animation-delay: 1.4s; }
.hero-kite.k3 { width: 118px; top: 68%; left: 10%; animation-delay: 0.7s; }
.hero-kite.k4 { width: 88px; top: 24%; left: 44%; opacity: 0.8; animation-delay: 2.1s; }
@keyframes float { 0%,100% { transform: translateY(0) rotate(-3deg);} 50% { transform: translateY(-14px) rotate(3deg);} }

.hero-strings { position: absolute; inset: 0; pointer-events: none; opacity: 0.5; }

.hero-wave { position: absolute; left: 0; right: 0; bottom: -1px; z-index: 1; }
.hero-wave svg { display: block; width: 100%; height: 76px; }

@media (max-width: 900px) {
  .hero { padding: 60px 0 90px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { min-height: 300px; order: -1; }
  .hero-kite.k1 { width: 130px; }
  .hero-kite.k2 { width: 115px; }
  .hero-kite.k3 { width: 92px; }
  .hero-copy { text-align: center; }
  .hero-actions { justify-content: center; }
}

/* ---------- marquee strip ---------- */
.marquee {
  background: linear-gradient(90deg, var(--maroon-deep), var(--maroon), var(--maroon-deep));
  overflow: hidden; padding: 13px 0;
  border-top: 1px solid rgba(240, 206, 107, 0.4);
  border-bottom: 1px solid rgba(240, 206, 107, 0.4);
}
.marquee-track { display: flex; width: max-content; animation: marquee 30s linear infinite; }
.marquee-track span {
  color: #F8EBC9; font-size: 13px; font-weight: 500; letter-spacing: 0.18em;
  text-transform: uppercase; white-space: nowrap; padding-right: 34px;
}
.marquee-track span i { color: var(--gold-pale); font-style: normal; margin-right: 34px; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- grids ---------- */
.grid {
  display: grid; gap: 26px;
  grid-template-columns: repeat(4, 1fr);
}
.grid-3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 1080px) { .grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 820px) { .grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .grid { grid-template-columns: 1fr; } }

/* ---------- product cards ---------- */
.product-card {
  background: var(--ivory);
  border: 1px solid rgba(201, 162, 39, 0.35);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex; flex-direction: column;
  box-shadow: var(--shadow-sm);
  transition: transform 0.26s ease, box-shadow 0.26s ease;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.card-media { position: relative; display: block; background: var(--cream-2); aspect-ratio: 4/4.3; overflow: hidden; }
.card-media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s ease;
}
.product-card:hover .card-media img { transform: scale(1.045); }
.card-badge {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  background: linear-gradient(120deg, var(--gold-light), var(--gold));
  color: var(--maroon-deep); font-size: 11px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; padding: 6px 12px; border-radius: 999px;
  box-shadow: 0 6px 14px rgba(201, 162, 39, 0.4);
}
.card-cat {
  position: absolute; bottom: 14px; left: 14px; z-index: 2;
  background: rgba(74, 14, 24, 0.88); color: var(--gold-pale);
  font-size: 11px; font-weight: 600; letter-spacing: 0.06em;
  padding: 5px 11px; border-radius: 999px;
  backdrop-filter: blur(4px);
}
.card-body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.card-title { font-size: 21px; font-weight: 700; }
.card-title a:hover { color: var(--saffron); }
.card-desc { font-size: 13.5px; color: var(--ink-soft); line-height: 1.55; flex: 1; }
.card-colors {
  font-size: 12.5px; color: var(--ink-soft); line-height: 1.5;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.card-colors span { font-size: 13px; }
.card-meta { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; margin-top: 2px; }
.card-price { font-family: var(--font-head); font-size: 24px; font-weight: 700; color: var(--maroon); }
.card-size { font-size: 12.5px; color: var(--ink-soft); font-weight: 500; }
.stock { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 600; color: var(--ink-soft); }
.stock .dot { width: 8px; height: 8px; border-radius: 50%; background: #aaa; }
.stock-ok .dot { background: var(--green); box-shadow: 0 0 0 3px rgba(30, 90, 60, 0.18); }
.stock-soon .dot { background: var(--saffron); box-shadow: 0 0 0 3px rgba(232, 96, 15, 0.2); }
.stock-order .dot { background: var(--verm); box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.18); }
.card-body .btn { margin-top: 8px; }

/* ---------- category cards ---------- */
.category-card {
  display: flex; gap: 16px; align-items: flex-start;
  background: var(--ivory);
  border: 1px solid rgba(201, 162, 39, 0.35);
  border-radius: var(--radius-lg);
  padding: 24px 22px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}
.category-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--gold); }
.category-emoji {
  width: 54px; height: 54px; flex: none; border-radius: 14px;
  background: linear-gradient(135deg, var(--cream-2), var(--ivory));
  border: 1.5px solid rgba(201, 162, 39, 0.6);
  display: grid; place-items: center; font-size: 26px;
  box-shadow: var(--shadow-sm);
}
.category-card h3 { font-size: 21px; font-weight: 700; font-family: var(--font-body); color: var(--maroon-deep); }
.category-card p { margin: 3px 0 8px; font-size: 13.5px; color: var(--ink-soft); }
.category-count {
  font-size: 12px; font-weight: 600; letter-spacing: 0.04em; color: var(--saffron);
  background: rgba(232, 96, 15, 0.1); padding: 4px 10px; border-radius: 999px;
}

/* ---------- filter bar ---------- */
.catalog-head { display: flex; align-items: baseline; gap: 14px; justify-content: space-between; flex-wrap: wrap; }
.catalog-head .count { font-size: 14px; color: var(--ink-soft); }
.filter-bar { margin: 0 0 28px; }
.filter-scroll {
  display: flex; gap: 10px; overflow-x: auto; padding: 4px 2px 12px;
  scrollbar-width: thin; scrollbar-color: var(--gold) transparent;
}
.chip {
  flex: none;
  background: var(--ivory); color: var(--ink);
  border: 1.5px solid rgba(201, 162, 39, 0.45);
  padding: 9px 16px; border-radius: 999px; font-size: 13px; font-weight: 500;
  display: inline-flex; align-items: center; gap: 8px;
  transition: all 0.2s ease;
}
.chip:hover { border-color: var(--gold); color: var(--maroon); }
.chip.active {
  background: linear-gradient(120deg, var(--maroon-soft), var(--maroon-deep));
  color: var(--gold-pale); border-color: transparent;
}
.chip-count {
  font-size: 11px; background: rgba(201, 162, 39, 0.18); color: var(--gold);
  padding: 1px 8px; border-radius: 999px; font-weight: 700;
}
.chip.active .chip-count { background: rgba(240, 206, 107, 0.25); color: var(--gold-pale); }
.clear-wrap { display: flex; justify-content: flex-end; margin-top: 6px; }
.clear-wrap .chip { color: var(--ink-soft); font-size: 12.5px; }

/* ---------- festival section ---------- */
.festival {
  position: relative; overflow: hidden; color: #F8EBC9;
  background:
    radial-gradient(1100px 480px at 90% 0%, rgba(255, 138, 0, 0.22), transparent 60%),
    linear-gradient(160deg, #3D0B16 0%, var(--maroon-deep) 45%, var(--maroon) 100%);
}
.festival::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.4;
  background-image: radial-gradient(rgba(240, 206, 107, 0.22) 1.2px, transparent 1.2px);
  background-size: 30px 30px;
}
.festival-grid {
  position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;
}
.festival h2 {
  color: #FFF3DA; font-size: clamp(30px, 4.6vw, 50px); font-weight: 700;
}
.festival h2 em { font-style: italic; background: linear-gradient(100deg, var(--gold-pale), var(--gold)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.festival p { margin-top: 16px; color: #E9D7B2; font-size: 15.5px; line-height: 1.75; }
.festival-moods { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 28px; }
.mood {
  display: flex; align-items: center; gap: 10px;
  background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(240, 206, 107, 0.3);
  padding: 12px 14px; border-radius: 14px; font-size: 14px; font-weight: 500;
}
.festival-art { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.festival-art .fk {
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: 0 30px 60px rgba(20, 4, 8, 0.45);
  border: 1px solid rgba(240, 206, 107, 0.4);
}
.festival-art .fk.large { grid-row: span 2; }
.festival-art .fk img { width: 100%; height: 100%; object-fit: cover; }
.festival-btn { margin-top: 30px; }
@media (max-width: 900px) {
  .festival-grid { grid-template-columns: 1fr; gap: 34px; }
  .festival-art { grid-template-columns: repeat(2, 1fr); }
  .festival-art .fk { grid-row: auto; }
  .festival-art .fk.large { grid-row: span 2; }
}

/* ---------- brand message ---------- */
.brand-message { text-align: center; }
.brand-message .bm-inner {
  max-width: 760px; margin-inline: auto;
  background: linear-gradient(160deg, var(--ivory), var(--cream-2));
  border: 1px solid rgba(201, 162, 39, 0.4);
  border-radius: 30px; padding: 54px 40px;
  box-shadow: var(--shadow-md); position: relative;
}
.brand-message .bm-inner::before {
  content: "🪁"; position: absolute; top: 22px; left: 50%; transform: translateX(-50%);
  font-size: 30px;
}
.brand-message h2 { margin-top: 22px; font-size: clamp(28px, 4vw, 42px); }
.brand-message h2 em { font-style: italic; color: var(--saffron); }
.brand-message p { margin: 14px auto 0; color: var(--ink-soft); font-size: 16px; max-width: 560px; font-family: var(--font-head); font-size: 20px; line-height: 1.7; }

/* ---------- why choose us ---------- */
.feature-card {
  background: var(--ivory); border: 1px solid rgba(201, 162, 39, 0.35);
  border-radius: var(--radius-lg); padding: 30px 26px;
  box-shadow: var(--shadow-sm); text-align: center;
  transition: transform 0.26s ease, box-shadow 0.26s ease;
}
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.feature-icon {
  width: 66px; height: 66px; margin: 0 auto 18px; border-radius: 18px;
  background: linear-gradient(135deg, var(--maroon-soft), var(--maroon-deep));
  border: 1.5px solid var(--gold);
  display: grid; place-items: center; font-size: 30px;
  box-shadow: 0 12px 22px rgba(74, 14, 24, 0.25);
}
.feature-card h3 { font-family: var(--font-body); font-size: 17.5px; font-weight: 600; color: var(--maroon-deep); }
.feature-card p { margin-top: 8px; font-size: 13.5px; color: var(--ink-soft); }

/* ---------- how ordering works ---------- */
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step {
  counter-increment: step; position: relative;
  background: var(--ivory); border: 1px solid rgba(201, 162, 39, 0.35);
  border-radius: var(--radius-lg); padding: 30px 22px 26px;
  box-shadow: var(--shadow-sm);
}
.step::before {
  content: counter(step, decimal-leading-zero);
  font-family: var(--font-head); font-size: 40px; font-weight: 700;
  background: linear-gradient(120deg, var(--gold-light), var(--gold));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  display: block; line-height: 1;
}
.step h3 { font-family: var(--font-body); font-size: 15px; font-weight: 600; color: var(--maroon-deep); margin: 12px 0 6px; text-transform: uppercase; letter-spacing: 0.05em; }
.step p { font-size: 13px; color: var(--ink-soft); }
.step:not(:last-child)::after {
  content: "→"; position: absolute; right: -18px; top: 50%; transform: translateY(-50%);
  color: var(--gold); font-size: 20px; z-index: 2;
}
@media (max-width: 1080px) { .steps { grid-template-columns: repeat(2, 1fr); } .step:not(:last-child)::after { display: none; } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }

/* ---------- trust bar ---------- */
.trust {
  background:
    radial-gradient(900px 360px at 50% -10%, rgba(240, 206, 107, 0.35), transparent 60%),
    linear-gradient(120deg, var(--maroon-deep), var(--maroon));
  color: #F3E3BC; text-align: center; padding: 54px 22px;
  border-top: 1px solid rgba(240, 206, 107, 0.5);
  border-bottom: 1px solid rgba(240, 206, 107, 0.5);
}
.trust .shield { font-size: 40px; }
.trust h2 { color: #FFF3DA; font-size: clamp(26px, 3.6vw, 38px); margin-top: 10px; }
.trust p { margin: 14px auto 0; max-width: 620px; font-size: 15px; color: #DCC89A; }
.trust .confirms { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 22px; }
.trust .confirms span {
  background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(240, 206, 107, 0.35);
  border-radius: 999px; padding: 7px 16px; font-size: 13px; font-weight: 500;
}

/* ---------- contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 46px; align-items: center; }
.contact-card {
  background: var(--ivory); border: 1px solid rgba(201, 162, 39, 0.4);
  border-radius: var(--radius-lg); padding: 40px 34px; box-shadow: var(--shadow-md);
  text-align: center;
}
.contact-card .big-num {
  font-family: var(--font-head); font-size: clamp(28px, 4vw, 40px); font-weight: 700;
  color: var(--maroon); margin-top: 10px;
}
.contact-card .btn { margin-top: 22px; }
.contact-list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 12px; }
.contact-list li {
  display: flex; gap: 12px; align-items: flex-start; text-align: left;
  background: var(--cream); border: 1px solid rgba(201, 162, 39, 0.3);
  border-radius: 14px; padding: 12px 16px; font-size: 14px; color: var(--ink);
}
.contact-list .ci { font-size: 20px; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }

/* ---------- footer ---------- */
.footer {
  background: linear-gradient(160deg, #2B0A12, var(--maroon-deep) 60%, #3D0B16);
  color: #DDC9A1; padding: 70px 0 0; position: relative; overflow: hidden;
}
.footer::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.35;
  background-image: radial-gradient(rgba(240, 206, 107, 0.25) 1.4px, transparent 1.4px);
  background-size: 32px 32px;
}
.footer-grid {
  position: relative; display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr 1fr; gap: 40px;
}
.footer .f-brand .brand-name { color: #FFF3DA; }
.footer .f-brand .brand-name span { color: var(--gold-pale); }
.footer p { font-size: 14px; color: #CDB98C; margin-top: 14px; max-width: 300px; }
.footer h4 { color: var(--gold-pale); font-family: var(--font-body); font-size: 13px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 16px; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer ul a { font-size: 14px; color: #CDB98C; transition: color 0.2s ease; }
.footer ul a:hover { color: var(--gold-pale); }
.footer .wa-line {
  display: flex; align-items: center; gap: 10px; margin-top: 12px;
  font-size: 14.5px; color: #CDB98C; font-weight: 500;
}
.footer .wa-line b { color: #FFF3DA; }
.footer-bottom {
  position: relative; margin-top: 54px; padding: 20px 0;
  border-top: 1px solid rgba(240, 206, 107, 0.25);
  text-align: center; font-size: 13px; color: #AB9364;
  display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; align-items: center;
}
.footer-bottom .heart { color: var(--verm); }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }

/* ---------- floating whatsapp ---------- */
.wa-float {
  position: fixed; right: 20px; bottom: 20px; z-index: 70;
  width: 60px; height: 60px; border-radius: 50%;
  background: linear-gradient(135deg, #25D366, var(--wa));
  color: #fff; display: grid; place-items: center;
  box-shadow: 0 14px 30px rgba(29, 168, 81, 0.45);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.wa-float:hover { transform: translateY(-4px) scale(1.04); box-shadow: 0 20px 38px rgba(29, 168, 81, 0.55); }
.wa-float svg { width: 30px; height: 30px; fill: #fff; }
.wa-float::after {
  content: ""; position: absolute; inset: -3px; border-radius: 50%;
  border: 2px solid rgba(37, 211, 102, 0.55); animation: ring 2.2s ease-out infinite;
}
@keyframes ring { 0% { transform: scale(0.9); opacity: 1;} 100% { transform: scale(1.45); opacity: 0;} }
.wa-float .tooltip {
  position: absolute; right: 72px; top: 50%; transform: translateY(-50%);
  background: var(--ivory); color: var(--ink); font-size: 12.5px; font-weight: 600;
  padding: 8px 14px; border-radius: 999px; white-space: nowrap;
  border: 1px solid rgba(201, 162, 39, 0.5); box-shadow: var(--shadow-md);
  opacity: 0; transition: opacity 0.25s ease; pointer-events: none;
}
.wa-float:hover .tooltip { opacity: 1; }

/* ---------- reveal animations ---------- */
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
[data-reveal].revealed { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .hero-kite, .marquee-track, .wa-float::after { animation: none; }
  html { scroll-behavior: auto; }
}

/* ---------- product detail page ---------- */
.page-wrap { padding: 40px 0 90px; }
.heading-inline {
  display: flex; justify-content: space-between; align-items: baseline;
  flex-wrap: wrap; gap: 12px; margin-bottom: 26px;
}
.heading-inline h1 { font-size: clamp(28px, 3.4vw, 40px); }
.heading-inline .back-link { font-size: 14px; font-weight: 600; color: var(--saffron); }

.crumbs {
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
  font-size: 13.5px; color: var(--ink-soft); margin-bottom: 26px;
}
.crumbs a:hover { color: var(--saffron); }
.crumbs span[aria-current] { color: var(--maroon); font-weight: 600; }

.product-detail {
  display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: start;
}
.detail-media { position: sticky; top: 96px; }
.detail-main {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid rgba(201, 162, 39, 0.4);
  box-shadow: var(--shadow-md); background: var(--cream-2);
}
.detail-main img { width: 100%; height: auto; display: block; }
.detail-thumbs { display: flex; gap: 12px; margin-top: 14px; flex-wrap: wrap; }
.thumb {
  width: 76px; height: 76px; border-radius: 14px; overflow: hidden;
  border: 2px solid rgba(201, 162, 39, 0.4); background: var(--cream-2);
  padding: 0;
}
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.thumb.active { border-color: var(--gold); box-shadow: var(--ring); }
.detail-note {
  display: flex; gap: 10px; align-items: center;
  margin-top: 16px; font-size: 13.5px; color: var(--ink-soft);
  background: rgba(30, 90, 60, 0.08); border: 1px solid rgba(30, 90, 60, 0.25);
  border-radius: 14px; padding: 12px 16px;
}
.detail-note svg { width: 20px; height: 20px; fill: var(--green); flex: none; }

.detail-cat {
  display: inline-block; font-size: 12px; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--saffron);
  background: rgba(232, 96, 15, 0.1); padding: 6px 14px; border-radius: 999px;
  margin-bottom: 12px;
}
.detail-info h1 { font-size: clamp(32px, 4vw, 46px); font-weight: 700; }
.detail-price { font-family: var(--font-head); font-size: 34px; font-weight: 700; color: var(--maroon); margin-top: 10px; }
.detail-desc { margin-top: 14px; color: var(--ink); font-size: 15px; line-height: 1.7; }
.detail-specs {
  margin: 26px 0 0; border: 1px solid rgba(201, 162, 39, 0.4);
  border-radius: var(--radius); overflow: hidden; background: var(--ivory);
}
.detail-specs .spec {
  display: flex; gap: 16px; padding: 12px 18px;
}
.detail-specs .spec:nth-child(odd) { background: var(--cream); }
.detail-specs dt { width: 118px; flex: none; font-size: 13px; font-weight: 600; color: var(--gold); text-transform: uppercase; letter-spacing: 0.06em; padding-top: 1px; }
.detail-specs dd { margin: 0; font-size: 14px; color: var(--ink); }
.stock-lg { margin-top: 18px; font-size: 14px; }
.btn-cta { padding: 17px 28px; font-size: 15.5px; margin-top: 20px; width: 100%; max-width: 420px; }
.how-mini {
  margin-top: 26px; background: var(--cream-2); border: 1px dashed var(--gold);
  border-radius: var(--radius); padding: 20px 22px;
}
.how-mini h4 { font-family: var(--font-body); font-size: 14px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--maroon-deep); }
.how-mini ol { margin: 10px 0 0; padding-left: 1.1em; display: grid; gap: 7px; }
.how-mini li { font-size: 13.5px; color: var(--ink-soft); }

.related { margin-top: 70px; padding-top: 46px; border-top: 1px solid rgba(201, 162, 39, 0.35); }
.related .section-head { margin-bottom: 34px; }
.related .section-head h2 { font-size: clamp(26px, 3.4vw, 36px); }

@media (max-width: 900px) {
  .product-detail { grid-template-columns: 1fr; gap: 30px; }
  .detail-media { position: static; }
  .btn-cta { max-width: none; }
}

/* ---------- reveal helpers for footer year etc ---------- */
[data-brand] { font-weight: inherit; }