/* ============ ANGUS BURGER — Ibagué · Armenia ============ */

:root {
  --black: #0a0806;
  --black-2: #14100c;
  --black-3: #1d1712;
  --line: rgba(232, 197, 138, 0.14);
  --cream: #f6efe2;
  --cream-dim: #cabfa9;
  --muted: #8f8574;
  --gold: #e0a53d;
  --gold-bright: #f7c968;
  --gold-deep: #b9791f;
  --ember: #ff5a2b;
  --ember-deep: #c8371a;
  --green-wa: #25d366;

  --serif-display: "Big Shoulders Display", sans-serif;
  --script: "Caveat", cursive;
  --body: "Manrope", sans-serif;

  --radius: 14px;
  --shadow-lift: 0 20px 50px -20px rgba(0, 0, 0, 0.7);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }

body {
  margin: 0;
  background: var(--black);
  color: var(--cream);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 2000;
  opacity: 0.035;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

h1, h2, h3, h4 { margin: 0; font-family: var(--serif-display); font-weight: 800; text-transform: uppercase; letter-spacing: 0.01em; line-height: 0.95; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; }
ul { margin: 0; padding: 0; list-style: none; }

::selection { background: var(--gold); color: var(--black); }

.accent { color: var(--gold); }
.script { font-family: var(--script); font-weight: 600; color: var(--gold-bright); text-transform: none; letter-spacing: 0; }

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--body);
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}
.section-kicker::before { content: ""; width: 22px; height: 2px; background: var(--gold); display: inline-block; }

.section-heading { max-width: 680px; margin: 0 auto 44px; text-align: center; padding: 0 24px; }
.section-heading h2 { font-size: clamp(2.1rem, 5vw, 3.4rem); }
.section-heading.left { margin-left: 0; text-align: left; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 28px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}
.btn:active { transform: scale(0.97); }
.btn-primary { background: linear-gradient(135deg, var(--gold-bright), var(--gold-deep)); color: #201305; box-shadow: 0 10px 30px -10px rgba(224, 165, 61, 0.6); }
.btn-primary:hover { box-shadow: 0 14px 36px -10px rgba(224, 165, 61, 0.85); transform: translateY(-2px); }
.btn-ghost { background: rgba(255,255,255,0.04); border-color: rgba(246,239,226,0.28); color: var(--cream); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-bright); }
.btn-whatsapp { background: var(--green-wa); color: #06210f; }
.btn-whatsapp:hover { filter: brightness(1.08); transform: translateY(-1px); }
.btn-block { width: 100%; }
.btn-sm { padding: 10px 18px; font-size: 0.8rem; }

/* ---------- HEADER ---------- */
.site-header {
  position: sticky; top: 0; z-index: 500;
  background: rgba(10, 8, 6, 0.82);
  backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  max-width: 1240px; margin: 0 auto; padding: 12px 24px;
  display: flex; align-items: center; gap: 20px;
}
.brand { display: flex; align-items: center; gap: 10px; margin-right: auto; }
.brand-mark { width: 40px; height: 40px; border-radius: 10px; overflow: hidden; background: #000; flex: none; border: 1px solid var(--line); }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand-name { font-family: var(--serif-display); font-weight: 800; font-size: 1.32rem; letter-spacing: 0.01em; }
.brand-name em { font-style: normal; color: var(--gold); }

.header-nav { display: flex; align-items: center; gap: 26px; }
.header-nav a { font-size: 0.86rem; font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase; color: var(--cream-dim); transition: color 0.2s ease; }
.header-nav a:hover { color: var(--gold-bright); }

.city-toggle { display: flex; align-items: center; background: rgba(255,255,255,0.05); border: 1px solid var(--line); border-radius: 999px; padding: 4px; gap: 2px; }
.city-toggle button {
  border: 0; background: transparent; color: var(--cream-dim);
  font-weight: 800; font-size: 0.76rem; letter-spacing: 0.04em; text-transform: uppercase;
  padding: 8px 14px; border-radius: 999px; transition: all 0.25s ease;
}
.city-toggle button.active { background: linear-gradient(135deg, var(--gold-bright), var(--gold-deep)); color: #201305; }

.header-whatsapp {
  display: flex; align-items: center; gap: 8px; padding: 10px 16px;
  border-radius: 999px; background: rgba(37, 211, 102, 0.12); border: 1px solid rgba(37, 211, 102, 0.4);
  color: #6bffb0; font-weight: 800; font-size: 0.82rem;
}
.header-whatsapp:hover { background: rgba(37, 211, 102, 0.22); }

.burger-btn { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 40px; height: 40px; background: none; border: none; }
.burger-btn span { width: 22px; height: 2px; background: var(--cream); transition: all 0.25s ease; }
.burger-btn.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger-btn.open span:nth-child(2) { opacity: 0; }
.burger-btn.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-nav {
  display: none; flex-direction: column; gap: 2px; background: var(--black-2);
  border-bottom: 1px solid var(--line); overflow: hidden; max-height: 0; transition: max-height 0.3s ease;
}
.mobile-nav.open { max-height: 480px; }
.mobile-nav a, .mobile-nav .mobile-city-row { padding: 16px 24px; border-top: 1px solid var(--line); font-weight: 700; text-transform: uppercase; font-size: 0.85rem; letter-spacing: 0.03em; color: var(--cream-dim); }
.mobile-nav .mobile-city-row { display: flex; gap: 10px; }
.mobile-nav .mobile-city-row button { flex: 1; padding: 10px; border-radius: 10px; border: 1px solid var(--line); background: rgba(255,255,255,0.04); color: var(--cream-dim); font-weight: 800; }
.mobile-nav .mobile-city-row button.active { background: var(--gold); color: #201305; border-color: var(--gold); }

/* ---------- HERO ---------- */
.hero {
  position: relative; min-height: 92vh; display: flex; align-items: center;
  padding: 140px 24px 90px; overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; z-index: -2; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; filter: saturate(1.05); }
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 30% 20%, rgba(224,165,61,0.18), transparent 60%),
    linear-gradient(180deg, rgba(10,8,6,0.55) 0%, rgba(10,8,6,0.72) 45%, rgba(10,8,6,0.97) 92%),
    linear-gradient(90deg, rgba(10,8,6,0.96) 0%, rgba(10,8,6,0.35) 46%, rgba(10,8,6,0.55) 100%);
}
.hero-content { position: relative; max-width: 1240px; margin: 0 auto; width: 100%; }
.hero-badge-award {
  display: inline-flex; align-items: center; gap: 10px; padding: 9px 18px 9px 10px;
  background: rgba(224,165,61,0.1); border: 1px solid rgba(224,165,61,0.5); border-radius: 999px;
  font-weight: 800; font-size: 0.78rem; letter-spacing: 0.04em; text-transform: uppercase; color: var(--gold-bright);
  margin-bottom: 26px; animation: fadeUp 0.8s ease both;
}
.hero-badge-award .medal { width: 26px; height: 26px; display: flex; align-items: center; justify-content: center; background: var(--gold); color: #201305; border-radius: 50%; font-size: 0.9rem; }

.hero-title { font-size: clamp(3rem, 9vw, 6.6rem); max-width: 900px; animation: fadeUp 0.9s 0.05s ease both; }
.hero-title .line2 { color: var(--gold); }
.hero-sub { font-size: 1.12rem; color: var(--cream-dim); max-width: 540px; margin: 26px 0 36px; animation: fadeUp 0.9s 0.15s ease both; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; animation: fadeUp 0.9s 0.25s ease both; }

.hero-cities { margin-top: 54px; display: flex; gap: 14px; flex-wrap: wrap; animation: fadeUp 0.9s 0.35s ease both; }
.hero-city-card {
  display: flex; align-items: center; gap: 14px; padding: 14px 20px; border-radius: var(--radius);
  background: rgba(20,16,12,0.6); border: 1px solid var(--line); backdrop-filter: blur(6px);
  transition: border-color 0.25s ease, transform 0.25s ease; min-width: 230px;
}
.hero-city-card:hover { transform: translateY(-3px); border-color: var(--gold); }
.hero-city-card.active { border-color: var(--gold); background: rgba(224,165,61,0.1); }
.hero-city-card .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--muted); flex: none; }
.hero-city-card.active .dot { background: var(--gold); box-shadow: 0 0 0 4px rgba(224,165,61,0.22); }
.hero-city-card strong { display: block; font-family: var(--serif-display); font-size: 1.05rem; letter-spacing: 0.01em; }
.hero-city-card span { display: block; font-size: 0.78rem; color: var(--muted); margin-top: 2px; }

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

/* ---------- TRUST STRIP ---------- */
.trust-strip {
  display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  background: var(--black-2);
}
.trust-item { padding: 26px 18px; text-align: center; border-right: 1px solid var(--line); display: flex; flex-direction: column; align-items: center; gap: 8px; }
.trust-item:last-child { border-right: none; }
.trust-item .ic { font-size: 1.5rem; }
.trust-item p { font-size: 0.82rem; color: var(--cream-dim); font-weight: 600; line-height: 1.3; }
.trust-item strong { font-family: var(--serif-display); font-size: 0.95rem; letter-spacing: 0.02em; text-transform: uppercase; }

/* ---------- REVEAL ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }

/* ---------- MENU ---------- */
.menu-section { padding: 100px 24px 60px; max-width: 1280px; margin: 0 auto; }

.city-context-bar {
  display: flex; align-items: center; justify-content: center; gap: 10px; margin: -14px auto 40px; max-width: fit-content;
  padding: 8px 8px 8px 18px; border-radius: 999px; background: rgba(255,255,255,0.04); border: 1px solid var(--line);
  font-size: 0.84rem; color: var(--cream-dim);
}
.city-context-bar strong { color: var(--gold-bright); }
.city-context-bar .swap { border: 1px solid var(--line); background: rgba(255,255,255,0.05); color: var(--cream); padding: 7px 14px; border-radius: 999px; font-weight: 700; font-size: 0.78rem; }
.city-context-bar .swap:hover { border-color: var(--gold); color: var(--gold-bright); }

.menu-tabs { display: flex; gap: 10px; overflow-x: auto; padding: 4px 4px 18px; margin-bottom: 30px; scrollbar-width: thin; }
.menu-tabs::-webkit-scrollbar { height: 5px; }
.menu-tabs::-webkit-scrollbar-thumb { background: var(--line); border-radius: 4px; }
.menu-tab {
  flex: none; border: 1px solid var(--line); background: var(--black-2); color: var(--cream-dim);
  padding: 11px 20px; border-radius: 999px; font-weight: 800; font-size: 0.84rem; letter-spacing: 0.02em;
  display: flex; align-items: center; gap: 8px; transition: all 0.2s ease;
}
.menu-tab:hover { border-color: var(--gold); color: var(--cream); }
.menu-tab.active { background: linear-gradient(135deg, var(--gold-bright), var(--gold-deep)); color: #201305; border-color: transparent; }

.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px; }

.product-card {
  background: linear-gradient(180deg, var(--black-3), var(--black-2));
  border: 1px solid var(--line); border-radius: var(--radius); padding: 22px;
  display: flex; flex-direction: column; gap: 10px; position: relative; overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.product-card.has-photo { padding: 0 0 22px; }
.product-card.has-photo .product-name,
.product-card.has-photo .product-desc,
.product-card.has-photo .product-footer,
.product-card.has-photo .add-btn { padding-left: 22px; padding-right: 22px; }

.product-photo { position: relative; aspect-ratio: 4/3; overflow: hidden; margin-bottom: 4px; }
.product-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.product-card:hover .product-photo img { transform: scale(1.06); }
.product-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(10,8,6,0.55)); }
.product-photo .photo-tag { position: absolute; top: 12px; left: 12px; z-index: 1; }
.product-card::before {
  content: ""; position: absolute; inset: 0; opacity: 0; transition: opacity 0.3s ease; pointer-events: none;
  background: radial-gradient(400px circle at 20% 0%, rgba(224,165,61,0.14), transparent 60%);
}
.product-card:hover { transform: translateY(-4px); border-color: rgba(224,165,61,0.4); box-shadow: var(--shadow-lift); }
.product-card:hover::before { opacity: 1; }
.product-card.featured { border-color: var(--gold); background: linear-gradient(180deg, rgba(224,165,61,0.1), var(--black-2)); }

.product-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.product-icon { font-size: 1.7rem; line-height: 1; }
.product-tag { background: var(--ember); color: #fff0e8; font-size: 0.66rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; padding: 4px 9px; border-radius: 999px; }
.featured-badge { background: var(--gold); color: #201305; font-size: 0.66rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; padding: 4px 9px; border-radius: 999px; }

.product-name { font-family: var(--serif-display); font-size: 1.28rem; text-transform: none; letter-spacing: 0; font-weight: 800; }
.product-desc { font-size: 0.86rem; color: var(--muted); line-height: 1.45; min-height: 20px; flex: 1; }

.product-footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 6px; }
.product-price { font-family: var(--serif-display); font-size: 1.15rem; color: var(--gold-bright); }

.qty-stepper { display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,0.04); border: 1px solid var(--line); border-radius: 999px; padding: 4px; }
.qty-stepper button { width: 26px; height: 26px; border-radius: 50%; border: none; background: rgba(255,255,255,0.07); color: var(--cream); font-size: 1rem; font-weight: 800; }
.qty-stepper button:hover { background: var(--gold); color: #201305; }
.qty-stepper span { min-width: 16px; text-align: center; font-weight: 800; font-size: 0.88rem; }

.add-btn {
  width: 100%; margin-top: 6px; border: none; border-radius: 10px; padding: 12px;
  background: rgba(224,165,61,0.12); border: 1px solid rgba(224,165,61,0.4); color: var(--gold-bright);
  font-weight: 800; font-size: 0.84rem; letter-spacing: 0.03em; text-transform: uppercase; transition: all 0.2s ease;
}
.add-btn:hover { background: linear-gradient(135deg, var(--gold-bright), var(--gold-deep)); color: #201305; border-color: transparent; }

.menu-disclaimer { text-align: center; margin-top: 34px; font-size: 0.8rem; color: var(--muted); }

/* ---------- GALLERY ---------- */
.gallery-section { padding: 90px 0; background: var(--black-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.gallery-grid { max-width: 1280px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 130px; grid-auto-flow: dense; gap: 10px; }
.gallery-item { position: relative; overflow: hidden; border-radius: 10px; grid-column: span 2; grid-row: span 2; }
.gallery-item.wide { grid-column: span 4; }
.gallery-item.tall { grid-row: span 3; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,0.75)); opacity: 0; transition: opacity 0.3s ease; }
.gallery-item:hover::after { opacity: 1; }
.gallery-item .ig-tag { position: absolute; left: 12px; bottom: 10px; font-size: 0.76rem; font-weight: 800; opacity: 0; transform: translateY(6px); transition: all 0.3s ease; display: flex; align-items: center; gap: 6px; }
.gallery-item:hover .ig-tag { opacity: 1; transform: translateY(0); }

.gallery-cta { text-align: center; margin-top: 34px; }

/* ---------- ABOUT ---------- */
.about { display: grid; grid-template-columns: 1fr 1fr; align-items: center; max-width: 1280px; margin: 0 auto; padding: 100px 24px; gap: 60px; }
.about-media { position: relative; border-radius: 20px; overflow: hidden; aspect-ratio: 4/5; box-shadow: var(--shadow-lift); }
.about-media img { width: 100%; height: 100%; object-fit: cover; }
.about-media-badge {
  position: absolute; bottom: 18px; left: 18px; background: rgba(10,8,6,0.85); backdrop-filter: blur(8px);
  border: 1px solid var(--line); border-radius: 12px; padding: 14px 18px; display: flex; gap: 12px; align-items: center;
}
.about-media-badge .num { font-family: var(--serif-display); font-size: 1.8rem; color: var(--gold-bright); }
.about-media-badge span { font-size: 0.72rem; color: var(--cream-dim); display: block; max-width: 130px; line-height: 1.25; }

.about-text h2 { font-size: clamp(2rem, 4.2vw, 3rem); margin-bottom: 20px; }
.about-text p { color: var(--cream-dim); font-size: 1rem; line-height: 1.7; margin-bottom: 16px; }
.ig-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 18px; font-weight: 800; color: var(--gold-bright); border-bottom: 1px solid rgba(224,165,61,0.4); padding-bottom: 3px; }
.ig-link:hover { color: var(--gold); border-color: var(--gold); }

/* ---------- LOCATIONS ---------- */
.locations-section { padding: 100px 24px; max-width: 1280px; margin: 0 auto; }
.locations-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.location-card {
  border: 1px solid var(--line); border-radius: 18px; padding: 30px; background: var(--black-2);
  position: relative; overflow: hidden;
}
.location-card.active-city { border-color: var(--gold); background: linear-gradient(180deg, rgba(224,165,61,0.08), var(--black-2)); }
.location-card .loc-tag { position: absolute; top: 22px; right: 22px; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; background: var(--gold); color: #201305; opacity: 0; transform: translateY(-4px); transition: all 0.25s ease; }
.location-card.active-city .loc-tag { opacity: 1; transform: translateY(0); }
.location-card h3 { font-size: 1.7rem; margin-bottom: 6px; }
.location-card .venue { color: var(--gold-bright); font-weight: 700; font-size: 0.9rem; margin-bottom: 22px; }
.loc-row { display: flex; gap: 12px; padding: 14px 0; border-top: 1px solid var(--line); }
.loc-row:first-of-type { border-top: none; }
.loc-row .ic { font-size: 1.1rem; flex: none; margin-top: 1px; }
.loc-row div strong { display: block; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.04em; color: var(--muted); margin-bottom: 3px; }
.loc-row div p, .loc-row div a { font-size: 0.94rem; color: var(--cream); }
.loc-row div a:hover { color: var(--gold-bright); }
.location-actions { display: flex; gap: 10px; margin-top: 24px; flex-wrap: wrap; }

/* ---------- FOOTER ---------- */
.site-footer { border-top: 1px solid var(--line); padding: 60px 24px 30px; }
.footer-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.footer-brand .brand-mark { width: 44px; height: 44px; }
.footer-col p { color: var(--muted); font-size: 0.88rem; line-height: 1.6; max-width: 320px; }
.footer-col h4 { font-family: var(--body); text-transform: uppercase; font-size: 0.78rem; letter-spacing: 0.08em; color: var(--gold); margin-bottom: 16px; }
.footer-col ul li { margin-bottom: 10px; font-size: 0.9rem; color: var(--cream-dim); }
.footer-col ul li a:hover { color: var(--gold-bright); }
.footer-bottom { max-width: 1280px; margin: 40px auto 0; padding-top: 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 0.8rem; color: var(--muted); }

/* ---------- CART FAB / DRAWER ---------- */
.cart-fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 400;
  display: flex; align-items: center; gap: 10px; padding: 15px 20px; border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold-deep)); color: #201305; border: none;
  box-shadow: 0 14px 34px -8px rgba(224,165,61,0.6);
  opacity: 0; transform: translateY(16px) scale(0.9); pointer-events: none; transition: all 0.3s cubic-bezier(.2,.9,.3,1.3);
}
.cart-fab.visible { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.cart-fab-count { background: #201305; color: var(--gold-bright); font-size: 0.72rem; font-weight: 800; width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.cart-fab-total { font-weight: 800; font-size: 0.92rem; }

.overlay { position: fixed; inset: 0; background: rgba(6,5,4,0.7); backdrop-filter: blur(2px); z-index: 600; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }
.overlay.visible { opacity: 1; pointer-events: auto; }

.cart-drawer {
  position: fixed; top: 0; right: 0; height: 100%; width: 420px; max-width: 92vw; z-index: 700;
  background: var(--black-2); border-left: 1px solid var(--line);
  transform: translateX(100%); transition: transform 0.35s cubic-bezier(.2,.9,.2,1);
  display: flex; flex-direction: column;
}
.cart-drawer.open { transform: translateX(0); }
.drawer-panel[hidden] { display: none; }
.drawer-panel { display: flex; flex-direction: column; height: 100%; }
.drawer-header { display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid var(--line); gap: 10px; }
.drawer-header h3 { font-size: 1.3rem; }
.drawer-close, .drawer-back { background: rgba(255,255,255,0.06); border: 1px solid var(--line); color: var(--cream); width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1rem; }
.drawer-close:hover, .drawer-back:hover { border-color: var(--gold); color: var(--gold-bright); }
.drawer-body { flex: 1; overflow-y: auto; padding: 18px 24px; }
.drawer-footer { padding: 20px 24px 26px; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 14px; }
.drawer-total { display: flex; align-items: center; justify-content: space-between; font-size: 1rem; }
.drawer-total strong { font-family: var(--serif-display); font-size: 1.5rem; color: var(--gold-bright); }

.cart-empty { text-align: center; padding: 60px 10px; color: var(--muted); font-size: 0.95rem; }

.cart-line { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.cart-line-name { font-weight: 700; font-size: 0.94rem; }
.cart-line-unit { font-size: 0.78rem; color: var(--muted); margin-top: 2px; }
.cart-line-remove { font-size: 0.76rem; color: var(--ember); margin-top: 8px; cursor: pointer; font-weight: 700; }
.cart-line-remove:hover { text-decoration: underline; }
.cart-line-right { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.cart-line-qty { display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.04); border: 1px solid var(--line); border-radius: 999px; padding: 3px; }
.cart-line-qty button { width: 22px; height: 22px; border-radius: 50%; border: none; background: rgba(255,255,255,0.08); color: var(--cream); font-weight: 800; }

.field { display: block; margin-bottom: 16px; }
.field span { display: block; font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: var(--muted); margin-bottom: 7px; }
.field input, .field textarea {
  width: 100%; background: rgba(255,255,255,0.04); border: 1px solid var(--line); border-radius: 10px;
  padding: 12px 14px; color: var(--cream); font-family: var(--body); font-size: 0.92rem; resize: vertical;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--gold); }
.field-note { font-size: 0.78rem; color: var(--muted); margin: -8px 0 16px; }

.checkout-city-pill { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; background: rgba(224,165,61,0.1); border: 1px solid rgba(224,165,61,0.35); font-size: 0.8rem; font-weight: 700; color: var(--gold-bright); margin-bottom: 18px; }

.toast {
  position: fixed; left: 50%; bottom: 26px; transform: translate(-50%, 20px); z-index: 900;
  background: var(--gold-bright); color: #201305; padding: 13px 22px; border-radius: 999px; font-weight: 800; font-size: 0.88rem;
  opacity: 0; pointer-events: none; transition: all 0.3s ease; box-shadow: var(--shadow-lift);
}
.toast.visible { opacity: 1; transform: translate(-50%, 0); }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 980px) {
  .header-nav, .header-whatsapp, .city-toggle { display: none; }
  .burger-btn { display: flex; }
  .mobile-nav { display: flex; }
  .about { grid-template-columns: 1fr; }
  .about-media { max-width: 420px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .locations-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: none; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 110px; }
  .gallery-item.wide { grid-column: span 3; }
  .footer-inner { grid-template-columns: 1fr; }
  .cart-drawer { width: 100vw; max-width: 100vw; }
  .hero { padding: 120px 18px 70px; }
  .hero-cities { flex-direction: column; }
  .hero-city-card { width: 100%; }
}
