/* ============================================
   KIVO — Global Stylesheet
   ============================================ */

.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;
}

:root {
  --dark: #2A1216;
  --dark-2: #3A1A20;
  --cream: #FDF8F0;
  --cream-2: #F6EBDA;
  --primary: #7A1F30;      /* Kivo maroon */
  --primary-dark: #5E1725;
  --accent: #C9A227;       /* warm gold */
  --accent-2: #2F7D46;     /* pure-veg green */
  --text: #2B1B1D;
  --muted: #8A7871;
  --white: #FFFFFF;
  --radius: 18px;
  --radius-sm: 10px;
  --shadow: 0 12px 30px rgba(42, 18, 22, 0.12);
  --shadow-lg: 0 24px 60px rgba(42, 18, 22, 0.18);
  --max: 1200px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--cream);
  color: var(--text);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: 'Playfair Display', 'Poppins', serif;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; }

.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
  background: rgba(255, 75, 43, 0.1);
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 16px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 30px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 15px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--primary);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(255, 75, 43, 0.35);
}
.btn-primary:hover { background: var(--primary-dark); transform: translateY(-2px); }
.btn-whatsapp {
  background: #25D366;
  color: #fff;
  box-shadow: 0 10px 24px rgba(37,211,102,0.45);
}
.btn-whatsapp:hover { background: #1fb959; transform: translateY(-2px); }
.btn-dark {
  background: var(--dark);
  color: var(--white);
}
.btn-dark:hover { background: #000; transform: translateY(-2px); }
.btn-outline {
  background: transparent;
  border: 2px solid var(--dark);
  color: var(--dark);
}
.btn-outline:hover { background: var(--dark); color: var(--white); }
.btn-outline-light {
  background: transparent;
  border: 2px solid rgba(255,255,255,0.5);
  color: var(--white);
}
.btn-outline-light:hover { background: var(--white); color: var(--dark); }
.btn-sm { padding: 10px 20px; font-size: 13px; }
.btn-block { width: 100%; }

/* ---------- Announcement bar ---------- */
.announce {
  background: var(--dark);
  color: var(--cream);
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  padding: 9px 16px;
  letter-spacing: 0.02em;
}
.announce span { color: var(--accent); }

/* ---------- Header ---------- */
header.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255, 248, 239, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(25,21,18,0.06);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  max-width: var(--max);
  margin: 0 auto;
}
.logo {
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  font-size: 26px;
  letter-spacing: -0.03em;
  color: var(--dark);
  display: flex;
  align-items: center;
  gap: 6px;
}
.logo .dot { color: var(--primary); }
.logo-mark { display: flex; flex-direction: column; align-items: center; line-height: 1; }
.logo-mark .word { font-family: 'Playfair Display', serif; font-weight: 900; font-size: 27px; letter-spacing: 0.01em; text-transform: uppercase; display: flex; flex-direction: column; align-items: center; }
.logo-mark .word .leaf-ic { order: -1; width: 14px; height: 14px; fill: var(--primary); transform: rotate(-8deg); margin-bottom: -3px; flex-shrink: 0; }
.logo-mark .word::after { content: ''; display: block; width: 36px; height: 1px; background: var(--primary); opacity: 0.55; margin: 5px 0 4px; }
.logo-mark .sub { font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--primary); text-align: center; }
.logo-mark .sub::before, .logo-mark .sub::after { content: none; }

/* ---------- Pure veg badge ---------- */
.veg-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 700;
  color: var(--accent-2);
  background: rgba(47,125,70,0.1);
  border: 1px solid rgba(47,125,70,0.3);
  padding: 5px 12px;
  border-radius: 100px;
}
.veg-badge .sq {
  width: 12px; height: 12px;
  border: 1.6px solid var(--accent-2);
  border-radius: 2px;
  display: grid;
  place-items: center;
}
.veg-badge .sq::after {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent-2);
}
nav.main-nav ul {
  display: flex;
  gap: 34px;
  align-items: center;
}
nav.main-nav a {
  font-weight: 600;
  font-size: 15px;
  color: var(--text);
  position: relative;
  padding: 6px 0;
}
nav.main-nav a.active { color: var(--primary); }
nav.main-nav a:not(.btn)::after {
  content: '';
  position: absolute;
  left: 0; bottom: -2px;
  width: 0; height: 2px;
  background: var(--primary);
  transition: width 0.2s ease;
}
nav.main-nav a:not(.btn):hover::after { width: 100%; }
.nav-actions { display: flex; align-items: center; gap: 16px; }
.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  padding: 6px;
}
.burger span { width: 24px; height: 2px; background: var(--dark); border-radius: 2px; }

.mobile-nav {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 12px 24px 24px;
  background: var(--cream);
  border-bottom: 1px solid rgba(25,21,18,0.08);
}
.mobile-nav a { padding: 12px 4px; font-weight: 600; border-bottom: 1px solid rgba(25,21,18,0.06); }
.mobile-nav.open { display: flex; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: radial-gradient(circle at 15% 20%, #2b211a 0%, var(--dark) 55%);
  color: var(--white);
  overflow: hidden;
  padding: 90px 0 70px;
}
.hero .container {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 50px;
  align-items: center;
}
.hero h1 {
  font-size: clamp(38px, 5vw, 64px);
  margin-bottom: 20px;
}
.hero h1 em {
  font-style: normal;
  color: var(--accent);
}
.hero p.lead {
  font-size: 18px;
  color: rgba(255,255,255,0.75);
  max-width: 480px;
  margin-bottom: 32px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 34px; }
.hero-stats { display: flex; gap: 36px; flex-wrap: wrap; }
.hero-stats div strong {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
  color: var(--accent);
}
.hero-stats div span { font-size: 13px; color: rgba(255,255,255,0.6); }

.hero-visual {
  position: relative;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
}
.hero-orb {
  position: absolute;
  width: 340px; height: 340px;
  background: conic-gradient(from 90deg, var(--primary), var(--accent), var(--accent-2), var(--primary));
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.9;
  animation: spin 18s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.hero-emoji-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.hero-emoji-grid .chip {
  background: rgba(255,255,255,0.95);
  border-radius: 22px;
  width: 84px; height: 84px;
  display: grid; place-items: center;
  font-size: 38px;
  box-shadow: var(--shadow-lg);
}
.hero-emoji-grid .chip:nth-child(2n) { transform: translateY(18px); }

/* ---------- Hero photo frame (premium, photo-ready) ---------- */
.hero-photo-frame {
  position: relative;
  width: 100%;
  max-width: 420px;
  aspect-ratio: 4/5;
  border-radius: 28px;
  background: radial-gradient(circle at 30% 25%, #3a1e26 0%, var(--dark-2) 60%);
  display: grid;
  place-items: center;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(255,255,255,0.08);
}
.hero-photo-frame img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.hero-photo-frame .placeholder-em {
  font-size: 120px;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.35));
  animation: floaty 4s ease-in-out infinite;
}
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.hero-float-tag {
  position: absolute;
  background: var(--white);
  color: var(--text);
  border-radius: 12px;
  padding: 9px 14px;
  font-size: 12px;
  font-weight: 700;
  box-shadow: var(--shadow-lg);
  display: flex; align-items: center; gap: 6px;
  white-space: nowrap;
  z-index: 2;
}
.hero-float-tag.t1 { top: 10%; right: -6%; }
.hero-float-tag.t2 { bottom: 16%; left: -8%; }
.hero-float-tag.t3 { top: 48%; right: -12%; }
@media (max-width: 980px) {
  .hero-photo-frame { max-width: 320px; margin: 0 auto; }
  .hero-float-tag.t1, .hero-float-tag.t3 { right: 2%; }
  .hero-float-tag.t2 { left: 2%; }
}
@media (max-width: 560px) {
  .hero-float-tag { display: none; }
}

/* ---------- Sections ---------- */
section { padding: 90px 0; }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 50px; }
.section-head p { color: var(--muted); font-size: 16px; margin-top: 12px; }
.section-head.left { text-align: left; margin: 0 0 46px; }

/* ---------- Category grid ---------- */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 18px;
}
.cat-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px 16px;
  text-align: center;
  box-shadow: var(--shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border: 1px solid rgba(25,21,18,0.05);
}
.cat-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.cat-card .ic {
  width: 64px; height: 64px;
  margin: 0 auto 14px;
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 30px;
  background: var(--cream-2);
}
.cat-card h4 { font-size: 15px; }
.cat-card span { font-size: 12px; color: var(--muted); }

/* ---------- Promo banner ---------- */
.promo {
  background: linear-gradient(120deg, var(--primary) 0%, #A8324A 100%);
  border-radius: 28px;
  color: var(--white);
  padding: 56px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 30px;
  align-items: center;
  box-shadow: var(--shadow-lg);
}
.promo h2 { font-size: clamp(26px, 3.4vw, 38px); margin-bottom: 14px; }
.promo p { color: rgba(255,255,255,0.9); max-width: 460px; margin-bottom: 26px; }
.promo-badges { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
.promo-badges .b {
  background: rgba(255,255,255,0.16);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 16px;
  padding: 18px;
  text-align: center;
  min-width: 110px;
}
.promo-badges .b strong { display: block; font-size: 22px; font-family: 'Poppins', sans-serif; }
.promo-badges .b span { font-size: 12px; opacity: 0.85; }

/* ---------- Menu items / cards ---------- */
.item-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}
.item-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(25,21,18,0.05);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease;
}
.item-card:hover { transform: translateY(-4px); }
.item-media {
  height: 160px;
  display: grid; place-items: center;
  font-size: 56px;
  position: relative;
}
.item-body { padding: 20px 22px 24px; flex: 1; display: flex; flex-direction: column; }
.item-body .row { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; margin-bottom: 8px; }
.item-body h4 { font-size: 17px; }
.item-body .price { font-family: 'Poppins', sans-serif; font-weight: 800; color: var(--primary); font-size: 17px; white-space: nowrap; }
.item-body p { font-size: 13.5px; color: var(--muted); margin-bottom: 14px; flex: 1; }
.tags { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 14px; }
.tag {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 4px 9px;
  border-radius: 100px;
}
.tag.spicy { background: #FFE2DB; color: var(--primary-dark); }
.tag.veg { background: #E3F3E6; color: var(--accent-2); }
.tag.new { background: #FFF3D2; color: #9A6B00; }
.tag.protein { background: #E7EEFF; color: #2A4B9E; }
.tag.pop { background: #F1E3FF; color: #6A2FA8; }

/* ---------- Menu tabs ---------- */
.menu-tabs {
  position: sticky;
  top: 73px;
  z-index: 50;
  background: var(--cream);
  padding: 18px 0;
  border-bottom: 1px solid rgba(25,21,18,0.08);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.menu-tabs::-webkit-scrollbar { display: none; }
.menu-tabs .tabs-inner {
  display: flex;
  gap: 10px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
}
.tab-btn {
  background: var(--white);
  border: 1px solid rgba(25,21,18,0.1);
  padding: 10px 20px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  color: var(--text);
  transition: all 0.2s ease;
}
.tab-btn.active, .tab-btn:hover { background: var(--dark); color: var(--white); border-color: var(--dark); }

.menu-category { padding: 60px 0 20px; scroll-margin-top: 150px; }
.menu-category h2 { font-size: 28px; margin-bottom: 6px; }
.menu-category .cat-desc { color: var(--muted); margin-bottom: 30px; max-width: 560px; }

/* ---------- Steps / How it works ---------- */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}
.step {
  background: var(--white);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow);
  position: relative;
}
.step .num {
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  font-size: 40px;
  -webkit-text-stroke: 1.5px var(--primary);
  color: transparent;
  margin-bottom: 10px;
  display: block;
}
.step h4 { font-size: 17px; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 14px; }

/* ---------- Testimonials ---------- */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
}
.testi {
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
}
.testi .stars { color: var(--accent); font-size: 15px; margin-bottom: 12px; letter-spacing: 2px; }
.testi p.quote { font-size: 15px; margin-bottom: 18px; }
.testi .who { display: flex; align-items: center; gap: 12px; }
.testi .avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--cream-2);
  display: grid; place-items: center;
  font-weight: 700; color: var(--primary);
}
.testi .who strong { display: block; font-size: 14px; }
.testi .who span { font-size: 12px; color: var(--muted); }

/* ---------- Dark section ---------- */
.dark-section { background: var(--dark); color: var(--white); }
.dark-section .muted { color: rgba(255,255,255,0.6); }

/* ---------- Locations ---------- */
.loc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
}
.loc-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow);
}
.loc-card h4 { font-size: 18px; margin-bottom: 4px; }
.loc-card .tagline { font-size: 12px; color: var(--primary); font-weight: 700; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 14px; }
.loc-card .line { display: flex; gap: 10px; font-size: 14px; color: var(--muted); margin-bottom: 8px; }
.loc-card .line b { color: var(--text); min-width: 60px; }
.map-block {
  border-radius: var(--radius);
  overflow: hidden;
  height: 100%;
  min-height: 340px;
  background: linear-gradient(135deg, #2b211a, var(--dark) 60%);
  display: grid;
  place-items: center;
  color: rgba(255,255,255,0.5);
  position: relative;
}
.map-block .pin {
  width: 54px; height: 54px; border-radius: 50%;
  background: var(--primary);
  display: grid; place-items: center;
  font-size: 24px;
  box-shadow: 0 0 0 10px rgba(255,75,43,0.2);
}

/* ---------- Forms ---------- */
.form-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 40px;
  box-shadow: var(--shadow);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; }
.field label { font-size: 13px; font-weight: 700; }
.field input, .field select, .field textarea {
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  border: 1.5px solid rgba(25,21,18,0.12);
  font-family: inherit;
  font-size: 14px;
  background: var(--cream);
  transition: border-color 0.2s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--primary);
}
.form-msg { margin-top: 14px; font-size: 14px; font-weight: 600; display: none; }
.form-msg.show { display: block; }
.form-msg.ok { color: var(--accent-2); }
.form-msg.err { color: var(--primary); }

/* ---------- Info cards (contact) ---------- */
.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 50px;
}
.info-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow);
  text-align: center;
}
.info-card .ic { font-size: 30px; margin-bottom: 12px; }
.info-card h4 { font-size: 15px; margin-bottom: 6px; }
.info-card p { font-size: 13px; color: var(--muted); }

/* ---------- FAQ ---------- */
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.faq-item {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid rgba(25,21,18,0.05);
  overflow: hidden;
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 24px;
  font-weight: 700;
  font-size: 15.5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-size: 22px;
  font-weight: 400;
  color: var(--primary);
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .faq-answer { padding: 0 24px 20px; color: var(--muted); font-size: 14.5px; line-height: 1.6; }

/* ---------- About page ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.split img, .split .ph { border-radius: var(--radius); }
.ph-hero {
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  border-radius: var(--radius);
  display: grid; place-items: center;
  font-size: 90px;
  box-shadow: var(--shadow-lg);
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
}
.value-card { text-align: center; padding: 10px; }
.value-card .ic {
  width: 70px; height: 70px; margin: 0 auto 16px;
  border-radius: 50%;
  background: var(--cream-2);
  display: grid; place-items: center;
  font-size: 32px;
}
.value-card h4 { margin-bottom: 8px; }
.value-card p { color: var(--muted); font-size: 14px; }

.stat-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  gap: 20px;
}
.stat-strip strong {
  font-family: 'Poppins', sans-serif;
  font-size: 38px;
  color: var(--accent);
  display: block;
}
.stat-strip span { font-size: 13px; color: rgba(255,255,255,0.65); }

/* ---------- CTA banner ---------- */
.cta-banner {
  background: var(--dark);
  border-radius: 28px;
  padding: 60px;
  text-align: center;
  color: var(--white);
}
.cta-banner h2 { font-size: clamp(26px, 3.6vw, 40px); margin-bottom: 16px; }
.cta-banner p { color: rgba(255,255,255,0.7); max-width: 520px; margin: 0 auto 30px; }
.cta-banner .actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- Footer ---------- */
footer.site-footer {
  background: var(--dark);
  color: rgba(255,255,255,0.75);
  padding: 70px 0 26px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
  margin-bottom: 50px;
}
.footer-grid h5 { color: var(--white); font-size: 14px; margin-bottom: 18px; letter-spacing: 0.04em; text-transform: uppercase; }
.footer-grid ul li { margin-bottom: 11px; font-size: 14px; }
.footer-grid ul li a:hover { color: var(--accent); }
.footer-logo { font-family: 'Playfair Display', serif; font-weight: 900; font-size: 26px; letter-spacing: 0.01em; text-transform: uppercase; color: var(--white); margin-bottom: 14px; display: inline-flex; align-items: flex-start; position: relative; }
.footer-logo .dot { color: var(--primary); }
.footer-logo .leaf-ic.footer-leaf { width: 14px; height: 14px; fill: var(--accent); transform: rotate(-10deg) translateY(-2px); margin-left: 3px; }
.footer-about p { font-size: 14px; margin-bottom: 20px; max-width: 300px; }
.social-row { display: flex; gap: 10px; }
.social-row a {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: grid; place-items: center;
  font-size: 15px;
  transition: background 0.2s ease;
}
.social-row a:hover { background: var(--primary); }
.newsletter { display: flex; gap: 8px; margin-top: 6px; }
.newsletter input {
  flex: 1;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.06);
  color: var(--white);
  font-size: 13px;
}
.newsletter input::placeholder { color: rgba(255,255,255,0.4); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
}
.footer-bottom .legal { display: flex; gap: 20px; }

/* ---------- Add to cart / qty stepper ---------- */
.item-media { position: relative; }
.item-media img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.item-media .em { position: relative; z-index: 1; }
.item-ft { display: flex; align-items: center; justify-content: space-between; margin-top: auto; gap: 10px; }
.add-cart-btn {
  background: var(--primary);
  color: var(--white);
  width: 38px; height: 38px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  display: grid;
  place-items: center;
  transition: all 0.15s ease;
  flex-shrink: 0;
}
.add-cart-btn:hover { background: var(--primary-dark); transform: scale(1.06); }
.qty-ctrl { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.qty-btn {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--cream-2);
  border: 1px solid rgba(122,31,48,0.2);
  color: var(--text);
  font-size: 16px;
  font-weight: 700;
  display: grid;
  place-items: center;
}
.qty-btn:hover { background: var(--primary); color: var(--white); border-color: var(--primary); }
.qty-num { min-width: 18px; text-align: center; font-weight: 700; font-size: 14px; }
.size-picker { display: flex; gap: 6px; margin-bottom: 12px; flex-wrap: wrap; }
.size-opt {
  font-size: 11.5px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 100px;
  border: 1.5px solid rgba(122,31,48,0.18);
  background: var(--cream-2);
  color: var(--muted);
}
.size-opt.sel { background: var(--primary); border-color: var(--primary); color: var(--white); }

/* ---------- Cart drawer ---------- */
.cart-overlay {
  position: fixed; inset: 0;
  background: rgba(20,10,12,0.5);
  z-index: 1200;
  opacity: 0; pointer-events: none;
  transition: opacity 0.25s ease;
}
.cart-overlay.open { opacity: 1; pointer-events: auto; }
.cart-drawer {
  position: fixed;
  top: 0; right: 0;
  width: min(420px, 100vw);
  height: 100vh;
  background: var(--cream);
  z-index: 1201;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  box-shadow: -20px 0 60px rgba(0,0,0,0.25);
}
.cart-drawer.open { transform: translateX(0); }
.cart-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 24px;
  border-bottom: 1px solid rgba(122,31,48,0.1);
  background: var(--dark);
  color: var(--white);
}
.cart-head h3 { font-size: 20px; }
.cart-close { font-size: 22px; color: var(--white); background: none; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; }
.cart-close:hover { background: rgba(255,255,255,0.12); }
.cart-body { flex: 1; overflow-y: auto; padding: 20px 24px; }
.cart-empty { text-align: center; padding: 60px 20px; color: var(--muted); }
.cart-empty .ic { font-size: 44px; margin-bottom: 14px; opacity: 0.5; }
.cart-line {
  display: flex; gap: 12px; align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(122,31,48,0.08);
}
.cart-line .em { font-size: 26px; width: 40px; text-align: center; flex-shrink: 0; }
.cart-line .info { flex: 1; min-width: 0; }
.cart-line .info h5 { font-size: 14px; margin-bottom: 2px; }
.cart-line .info span { font-size: 12px; color: var(--muted); }
.cart-line .price-col { text-align: right; flex-shrink: 0; display: flex; flex-direction: column; align-items: flex-end; gap: 6px; }
.cart-line .price-col .amt { font-weight: 800; color: var(--primary); font-size: 14px; }
.cart-summary { padding: 18px 24px; border-top: 1px solid rgba(122,31,48,0.1); background: var(--cream-2); }
.summary-row { display: flex; justify-content: space-between; font-size: 13.5px; color: var(--muted); margin-bottom: 8px; }
.summary-row.total { color: var(--text); font-weight: 800; font-size: 17px; margin-top: 8px; padding-top: 10px; border-top: 1px dashed rgba(122,31,48,0.2); }
.summary-row.total span:last-child { color: var(--primary); }
.order-mode-toggle { display: flex; gap: 8px; margin-bottom: 14px; }
.order-mode-btn {
  flex: 1; padding: 10px; border-radius: var(--radius-sm);
  border: 1.5px solid rgba(122,31,48,0.15);
  background: var(--white); font-weight: 700; font-size: 13px; color: var(--muted);
}
.order-mode-btn.sel { background: var(--primary); color: var(--white); border-color: var(--primary); }
.cart-form { display: flex; flex-direction: column; gap: 10px; margin-bottom: 14px; }
.cart-form input, .cart-form textarea, .cart-form select {
  padding: 11px 14px; border-radius: var(--radius-sm);
  border: 1.5px solid rgba(122,31,48,0.15);
  font-family: inherit; font-size: 13.5px; background: var(--white);
}
.cart-form input:focus, .cart-form textarea:focus, .cart-form select:focus { outline: none; border-color: var(--primary); }
.confirm-row {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 12.5px; color: var(--muted); margin: 12px 0 4px; line-height: 1.4;
}
.confirm-row input[type="checkbox"] { margin-top: 2px; width: 16px; height: 16px; accent-color: var(--primary); flex-shrink: 0; }
.checkout-btn {
  width: 100%; background: #25D366; color: #fff;
  padding: 15px; border-radius: 100px; font-weight: 700; font-size: 15px;
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.checkout-btn:hover { background: #1fb959; }
.pkg-note { font-size: 11px; color: var(--muted); text-align: center; margin-top: 10px; }

/* ---------- Nav cart button ---------- */
.nav-cart-btn {
  position: relative;
  display: inline-flex; align-items: center; gap: 6px;
}
.cart-badge {
  position: absolute; top: -8px; right: -10px;
  background: var(--accent-2); color: var(--white);
  font-size: 10px; font-weight: 800;
  min-width: 18px; height: 18px; border-radius: 50%;
  display: grid; place-items: center; padding: 0 3px;
}

/* ---------- WhatsApp floating button ---------- */
.whatsapp-float {
  position: fixed;
  bottom: 26px;
  right: 26px;
  z-index: 900;
  width: 58px; height: 58px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 26px;
  box-shadow: 0 10px 24px rgba(37,211,102,0.45);
  transition: transform 0.2s ease;
}
.whatsapp-float:hover { transform: scale(1.08); }

/* ---------- Rebrand notice ---------- */
.rebrand-note {
  background: var(--cream-2);
  border: 1px solid rgba(122,31,48,0.15);
  border-radius: var(--radius-sm);
  padding: 14px 18px;
  font-size: 13.5px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 10px;
}

/* ---------- Utilities ---------- */
.text-center { text-align: center; }
.mt-40 { margin-top: 40px; }
.hidden { display: none !important; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  nav.main-nav { display: none; }
  .burger { display: flex; }
  .hero .container { grid-template-columns: 1fr; }
  .hero-visual { order: -1; max-width: 340px; margin: 0 auto; }
  .promo { grid-template-columns: 1fr; padding: 40px; }
  .promo-badges { justify-content: flex-start; }
  .split { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .stat-strip { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  section { padding: 60px 0; }
  .hero { padding: 50px 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-banner, .promo { padding: 32px 24px; }
}
