/* ===== iCake — luxury patisserie design system ===== */
:root {
  --bg: #14100e;
  --bg-2: #1c1512;
  --card: #201915;
  --card-2: #262019;
  --ink: #f3e9d9;          /* ivory text on dark */
  --muted: #a4917a;
  --gold: #d3a95c;
  --gold-light: #ecd9a8;
  --gold-deep: #a97e35;
  --grad: linear-gradient(120deg, #ecd9a8 0%, #d3a95c 45%, #b0803a 100%);
  --hairline: rgba(211, 169, 92, 0.35);
  --hairline-soft: rgba(211, 169, 92, 0.18);
  --wa: #23a558;
  --glow: 0 14px 40px rgba(0, 0, 0, 0.55);
  --gold-glow: 0 8px 30px rgba(211, 169, 92, 0.25);
  --radius: 16px;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Jost', 'Segoe UI', sans-serif;
  /* legacy aliases for the admin page (light panels) */
  --red: #a97e35; --red-light: #d3a95c; --dark: #14100e;
  --cream: #f6efe3; --text: #322618; --shadow: 0 10px 30px rgba(0,0,0,0.18);
}

* { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body); font-weight: 300;
  color: var(--ink); letter-spacing: 0.02em;
  background:
    radial-gradient(1000px 600px at 80% -10%, rgba(211,169,92,0.08), transparent 60%),
    radial-gradient(800px 500px at -5% 40%, rgba(211,169,92,0.05), transparent 55%),
    linear-gradient(175deg, var(--bg) 0%, var(--bg-2) 100%);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; }
input, select, textarea { font-family: inherit; font-size: 1rem; }

/* faint golden dust */
.stars {
  position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background-image:
    radial-gradient(1.6px 1.6px at 20% 30%, rgba(236,217,168,0.5), transparent),
    radial-gradient(1.2px 1.2px at 70% 12%, rgba(211,169,92,0.4), transparent),
    radial-gradient(1.6px 1.6px at 88% 45%, rgba(236,217,168,0.35), transparent),
    radial-gradient(1.2px 1.2px at 40% 70%, rgba(211,169,92,0.4), transparent),
    radial-gradient(1.4px 1.4px at 10% 85%, rgba(236,217,168,0.35), transparent);
  animation: twinkle 5s ease-in-out infinite alternate;
}
@keyframes twinkle { from { opacity: 0.3; } to { opacity: 0.9; } }

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(20, 16, 14, 0.85);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--hairline-soft);
}
.header-inner {
  max-width: 1200px; margin: 0 auto; padding: 0.65rem 1.25rem;
  display: flex; align-items: center; gap: 0.9rem;
}
.logo-img { width: 52px; height: 52px; }
.brand-name {
  font-family: var(--font-display); font-style: italic; font-weight: 600;
  font-size: 1.9rem; line-height: 1;
  background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.brand-tag {
  font-size: 0.6rem; color: var(--muted); letter-spacing: 3.5px;
  text-transform: uppercase; font-weight: 400; margin-top: 3px;
}
.header-spacer { flex: 1; }
.pill {
  display: inline-flex; align-items: center; gap: 0.4rem; text-decoration: none;
  font-size: 0.68rem; font-weight: 400; letter-spacing: 2px; text-transform: uppercase;
  color: var(--gold-light); padding: 0.5rem 1.1rem; border-radius: 999px;
  border: 1px solid var(--hairline); background: rgba(211,169,92,0.06);
}
.cart-btn {
  position: relative; display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--grad); color: #241a0d; border: none;
  padding: 0.65rem 1.4rem; border-radius: 999px; font-weight: 500;
  font-size: 0.85rem; letter-spacing: 1.5px; text-transform: uppercase;
  box-shadow: var(--gold-glow);
  transition: transform 0.15s, box-shadow 0.15s;
}
.cart-btn:hover { transform: translateY(-2px); }
.cart-count {
  position: absolute; top: -8px; right: -8px;
  background: #14100e; color: var(--gold-light); border: 1px solid var(--gold);
  min-width: 22px; height: 22px; border-radius: 999px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.72rem; font-weight: 600;
}

/* ===== Hero ===== */
.hero {
  position: relative; text-align: center;
  padding: 5rem 1.25rem 4.5rem; overflow: hidden; z-index: 1;
}
.hero-kicker {
  display: inline-block; font-family: var(--font-display); font-style: italic;
  font-size: 1.25rem; font-weight: 500; color: var(--gold);
  margin-bottom: 1.2rem; letter-spacing: 0.05em;
}
.hero-kicker::before, .hero-kicker::after { content: "  —  "; color: var(--hairline); }
.hero h1 {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(2.8rem, 7.5vw, 5.4rem); line-height: 1.08;
  color: var(--ink); letter-spacing: 0.01em;
}
.hero h1 .grad {
  font-style: italic;
  background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-sub {
  font-size: clamp(0.98rem, 2.2vw, 1.12rem); font-weight: 300;
  color: var(--muted); max-width: 520px; margin: 1.6rem auto 2.6rem; line-height: 1.75;
  letter-spacing: 0.04em;
}
.hero-cta {
  display: inline-block; text-decoration: none;
  background: var(--grad); color: #241a0d;
  font-weight: 500; font-size: 0.88rem; text-transform: uppercase; letter-spacing: 2.5px;
  padding: 1.05rem 2.8rem; border-radius: 999px;
  box-shadow: var(--gold-glow);
  transition: transform 0.15s, box-shadow 0.15s;
}
.hero-cta:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(211,169,92,0.4); }
.hero-cta-2 {
  display: inline-block; text-decoration: none; margin-left: 0.8rem;
  background: transparent; color: var(--gold-light);
  font-weight: 400; font-size: 0.88rem; text-transform: uppercase; letter-spacing: 2.5px;
  padding: 1.05rem 2.2rem; border-radius: 999px;
  border: 1px solid var(--hairline);
  transition: transform 0.15s, border-color 0.2s, background 0.2s;
}
.hero-cta-2:hover { transform: translateY(-3px); border-color: var(--gold); background: rgba(211,169,92,0.07); }

/* floating gold marks */
.float-spark {
  position: absolute; font-size: 1.1rem; color: var(--gold);
  opacity: 0.5; animation: floaty 7s ease-in-out infinite; pointer-events: none;
}
.fs-1 { top: 18%; left: 12%; animation-delay: 0s; }
.fs-2 { top: 26%; right: 13%; font-size: 1.5rem; animation-delay: 1.4s; }
.fs-3 { bottom: 22%; left: 17%; font-size: 1.3rem; animation-delay: 2.3s; }
.fs-4 { bottom: 28%; right: 9%; animation-delay: 0.8s; }
.fs-5 { top: 10%; left: 47%; font-size: 0.9rem; animation-delay: 3.2s; }
@keyframes floaty {
  0%, 100% { transform: translateY(0); opacity: 0.35; }
  50% { transform: translateY(-16px); opacity: 0.75; }
}

/* ===== Ticker ===== */
.ticker {
  background: rgba(211,169,92,0.07);
  border-top: 1px solid var(--hairline-soft); border-bottom: 1px solid var(--hairline-soft);
  color: var(--gold-light);
  overflow: hidden; white-space: nowrap; padding: 0.7rem 0;
  font-weight: 400; font-size: 0.68rem; letter-spacing: 3px; text-transform: uppercase;
  position: relative; z-index: 1;
}
.ticker-track { display: inline-block; animation: ticker 34s linear infinite; }
.ticker-track span { margin: 0 1.4rem; }
.ticker-track .star { color: var(--gold-deep); }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ===== Steps ===== */
.steps {
  max-width: 1200px; margin: 0 auto; padding: 3.2rem 1.25rem 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem;
  position: relative; z-index: 1;
}
.step {
  background: var(--card); border-radius: var(--radius);
  border: 1px solid var(--hairline-soft);
  padding: 1.6rem 1.5rem 1.4rem; position: relative;
}
.step-no {
  font-family: var(--font-display); font-style: italic;
  font-size: 0.95rem; font-weight: 600; color: #241a0d;
  background: var(--grad); border-radius: 999px;
  padding: 0.15rem 0.75rem; position: absolute; top: -14px; left: 18px;
}
.step h4 {
  font-family: var(--font-display); font-weight: 600; font-size: 1.35rem;
  margin: 0.4rem 0 0.4rem; color: var(--ink);
}
.step p { font-size: 0.85rem; color: var(--muted); line-height: 1.65; letter-spacing: 0.03em; }

/* ===== Sections ===== */
.section { max-width: 1200px; margin: 0 auto; padding: 4rem 1.25rem; position: relative; z-index: 1; }
.section-head { text-align: center; margin-bottom: 2.8rem; }
.section-head .script {
  font-family: var(--font-display); font-style: italic; font-size: 1.15rem;
  color: var(--gold); display: block; margin-bottom: 0.3rem; letter-spacing: 0.06em;
}
.section-head h2 {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(2rem, 4.5vw, 3rem); color: var(--ink);
}
.section-head h2 .grad {
  font-style: italic;
  background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.section-head p { color: var(--muted); margin-top: 0.6rem; font-weight: 300; font-size: 0.92rem; letter-spacing: 0.04em; }
.section-head::after {
  content: ""; display: block; width: 64px; height: 1px;
  background: var(--grad); margin: 1.4rem auto 0; opacity: 0.8;
}

/* Category chips */
.chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem; margin-bottom: 2.6rem; }
.chip {
  border: 1px solid var(--hairline); background: transparent; color: var(--muted);
  padding: 0.55rem 1.5rem; border-radius: 999px; font-weight: 400;
  font-size: 0.72rem; letter-spacing: 2px; text-transform: uppercase;
  transition: all 0.18s;
}
.chip:hover { color: var(--gold-light); border-color: var(--gold); }
.chip.active { background: var(--grad); border-color: transparent; color: #241a0d; font-weight: 500; }

/* ===== Product cards ===== */
.grid { display: grid; gap: 1.7rem; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.card {
  background: var(--card); border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--hairline-soft);
  display: flex; flex-direction: column;
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}
.card:hover { transform: translateY(-6px); border-color: var(--hairline); box-shadow: var(--glow); }
.card-img {
  aspect-ratio: 4 / 3; background: var(--card-2);
  display: flex; align-items: center; justify-content: center;
  font-size: 3.6rem; position: relative; overflow: hidden;
}
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.card:hover .card-img img { transform: scale(1.045); }
.badge-featured {
  position: absolute; top: 12px; right: 12px;
  background: rgba(20,16,14,0.82); color: var(--gold-light);
  border: 1px solid var(--hairline);
  font-size: 0.58rem; font-weight: 500; letter-spacing: 2px; text-transform: uppercase;
  padding: 0.4rem 0.85rem; border-radius: 999px; backdrop-filter: blur(4px);
}
.badge-out {
  position: absolute; inset: 0; background: rgba(20,16,14,0.66);
  display: flex; align-items: center; justify-content: center;
}
.badge-out i {
  font-style: italic; font-family: var(--font-display);
  color: var(--gold-light); border: 1px solid var(--gold); border-radius: 999px;
  padding: 0.45rem 1.4rem; font-size: 1.1rem; letter-spacing: 1px;
  background: rgba(20,16,14,0.8);
}
.card-body { padding: 1.2rem 1.3rem 1.4rem; display: flex; flex-direction: column; flex: 1; gap: 0.45rem; }
.card-cat { font-size: 0.6rem; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); }
.card-title {
  font-family: var(--font-display); font-weight: 600; font-size: 1.4rem;
  line-height: 1.15; color: var(--ink);
}
.card-desc { font-size: 0.83rem; color: var(--muted); line-height: 1.6; flex: 1; font-weight: 300; letter-spacing: 0.03em; }
.wt-row { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 0.5rem; }
.wt {
  font-size: 0.68rem; font-weight: 400; letter-spacing: 1px; padding: 0.35rem 0.8rem;
  border: 1px solid var(--hairline-soft); background: transparent; color: var(--muted);
  border-radius: 999px; transition: all 0.15s;
}
.wt:hover { border-color: var(--gold); color: var(--gold-light); }
.wt.on { background: var(--grad); color: #241a0d; border-color: transparent; font-weight: 500; }
.wt:disabled { opacity: 0.35; cursor: not-allowed; }
.card-foot {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 0.8rem; gap: 0.6rem; padding-top: 0.9rem;
  border-top: 1px solid var(--hairline-soft);
}
.price { font-family: var(--font-display); font-weight: 700; font-size: 1.35rem; color: var(--gold-light); line-height: 1; }
.price small { display: block; font-family: var(--font-body); color: var(--muted); font-weight: 300; font-size: 0.66rem; letter-spacing: 1.5px; text-transform: uppercase; margin-top: 0.3rem; }
.add-btn {
  background: transparent; color: var(--gold-light); border: 1px solid var(--gold);
  padding: 0.6rem 1.5rem; border-radius: 999px; font-weight: 500;
  font-size: 0.72rem; letter-spacing: 2px; text-transform: uppercase;
  transition: all 0.18s;
}
.add-btn:hover { background: var(--grad); color: #241a0d; border-color: transparent; }
.add-btn:disabled { border-color: var(--hairline-soft); color: var(--muted); cursor: not-allowed; background: transparent; }
.qty-stepper {
  display: inline-flex; align-items: center;
  background: transparent; border: 1px solid var(--gold); border-radius: 999px; overflow: hidden;
}
.qty-stepper button {
  background: transparent; border: none; color: var(--gold-light); font-size: 1.05rem; font-weight: 500;
  width: 34px; height: 36px; transition: background 0.15s;
}
.qty-stepper button:hover { background: rgba(211,169,92,0.15); }
.qty-stepper span { min-width: 34px; text-align: center; font-weight: 500; color: var(--ink); }

/* ===== Portfolio gallery ===== */
.pf-grid { display: grid; gap: 1.3rem; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
.pf-item {
  position: relative; border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--hairline-soft); cursor: pointer;
  aspect-ratio: 1; background: var(--card-2);
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}
.pf-item:hover { transform: translateY(-5px); border-color: var(--hairline); box-shadow: var(--glow); }
.pf-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.pf-item:hover img { transform: scale(1.05); }
.pf-cap {
  position: absolute; left: 0; right: 0; bottom: 0;
  background: linear-gradient(transparent, rgba(10,8,6,0.92));
  color: var(--ink); padding: 2.4rem 1.1rem 1rem;
  font-family: var(--font-display); font-weight: 600; font-size: 1.15rem;
}
.pf-cap .tag {
  display: block; font-family: var(--font-body); font-size: 0.58rem; font-weight: 400;
  color: var(--gold); letter-spacing: 2.5px; text-transform: uppercase; margin-top: 0.25rem;
}
.pf-empty { text-align: center; color: var(--muted); padding: 2rem; }

/* portfolio lightbox */
.pf-modal {
  position: fixed; inset: 0; z-index: 120; background: rgba(10,8,6,0.9);
  display: none; align-items: center; justify-content: center; padding: 1.5rem;
  backdrop-filter: blur(8px);
}
.pf-modal.open { display: flex; }
.pf-modal-box { max-width: 620px; width: 100%; text-align: center; }
.pf-modal-box img {
  border-radius: var(--radius); border: 1px solid var(--hairline);
  box-shadow: 0 24px 80px rgba(0,0,0,0.6); margin: 0 auto; max-height: 68vh; object-fit: contain;
}
.pf-modal-box h4 { color: var(--ink); font-family: var(--font-display); font-weight: 600; font-size: 1.6rem; margin-top: 1.1rem; }
.pf-modal-box p { color: var(--gold); font-size: 0.65rem; letter-spacing: 3px; text-transform: uppercase; margin-top: 0.2rem; }
.pf-modal-box .add-btn { margin-top: 1.2rem; }

/* ===== Trust + quotes ===== */
.trust { max-width: 1200px; margin: 0 auto; padding: 1rem 1.25rem 3.5rem; position: relative; z-index: 1; }
.trust-badges { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-bottom: 2.4rem; }
.t-badge {
  background: var(--card); border-radius: var(--radius);
  border: 1px solid var(--hairline-soft);
  padding: 1.2rem 0.7rem; text-align: center; font-size: 1.4rem;
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
}
.t-badge span { font-size: 0.66rem; font-weight: 400; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); line-height: 1.7; }
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.quote {
  background: var(--card); border-radius: var(--radius);
  border: 1px solid var(--hairline-soft); padding: 1.5rem 1.5rem 1.3rem; position: relative;
}
.quote::before {
  content: "“"; position: absolute; top: 0.4rem; left: 1.1rem;
  font-family: var(--font-display); font-size: 3rem; color: var(--gold); opacity: 0.5; line-height: 1;
}
.quote blockquote {
  font-family: var(--font-display); font-style: italic; font-weight: 500;
  font-size: 1.12rem; line-height: 1.55; color: var(--ink); padding-top: 0.8rem;
}
.quote figcaption { margin-top: 0.8rem; font-size: 0.62rem; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); }
.fssai { text-align: center; margin-top: 1.8rem; font-size: 0.62rem; letter-spacing: 2.5px; text-transform: uppercase; color: var(--muted); }

/* ===== Cart drawer ===== */
.overlay {
  position: fixed; inset: 0; background: rgba(10,8,6,0.7); z-index: 90;
  opacity: 0; pointer-events: none; transition: opacity 0.25s; backdrop-filter: blur(4px);
}
.overlay.open { opacity: 1; pointer-events: auto; }
.drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: min(440px, 100vw); z-index: 100;
  background: linear-gradient(175deg, #1c1613, #16110e);
  border-left: 1px solid var(--hairline-soft);
  display: flex; flex-direction: column;
  transform: translateX(105%); transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: -20px 0 60px rgba(0,0,0,0.6);
}
.drawer.open { transform: translateX(0); }
.drawer-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.2rem 1.5rem; border-bottom: 1px solid var(--hairline-soft);
}
.drawer-head h3 {
  font-family: var(--font-display); font-weight: 600; font-size: 1.5rem;
  background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.drawer-close {
  background: transparent; border: 1px solid var(--hairline); color: var(--gold-light);
  font-size: 1.2rem; line-height: 1; width: 34px; height: 34px; border-radius: 999px;
}
.drawer-close:hover { background: rgba(211,169,92,0.12); }
.drawer-body { flex: 1; overflow-y: auto; padding: 1.3rem 1.3rem 1.5rem; }
.cart-empty { text-align: center; color: var(--muted); padding: 3rem 1rem; font-weight: 300; letter-spacing: 0.04em; }
.cart-empty .big { font-size: 2.6rem; margin-bottom: 0.8rem; opacity: 0.8; }

.receipt {
  background: var(--card); border-radius: var(--radius);
  border: 1px solid var(--hairline-soft); padding: 1.1rem 1.2rem 1.2rem;
}
.receipt-title {
  text-align: center; font-size: 0.6rem; font-weight: 500; letter-spacing: 3.5px;
  text-transform: uppercase; color: var(--gold);
  border-bottom: 1px solid var(--hairline-soft); padding-bottom: 0.7rem; margin-bottom: 0.4rem;
}
.cart-item { display: flex; gap: 0.9rem; align-items: center; padding: 0.8rem 0; border-bottom: 1px solid var(--hairline-soft); }
.cart-item:last-child { border-bottom: none; }
.cart-item-thumb {
  width: 54px; height: 54px; flex-shrink: 0; border-radius: 12px; overflow: hidden;
  background: var(--card-2); border: 1px solid var(--hairline-soft);
  display: flex; align-items: center; justify-content: center; font-size: 1.5rem;
}
.cart-item-thumb img { width: 100%; height: 100%; object-fit: cover; }
.cart-item-info { flex: 1; min-width: 0; }
.cart-item-info .n { font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; color: var(--ink); }
.cart-item-info .u { font-size: 0.72rem; color: var(--muted); font-weight: 300; letter-spacing: 0.05em; }
.cart-item-price { font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; color: var(--gold-light); white-space: nowrap; }
.mini-stepper { display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 0.4rem; }
.mini-stepper button {
  width: 25px; height: 25px; border-radius: 999px; border: 1px solid var(--hairline);
  background: transparent; font-weight: 500; color: var(--gold-light); line-height: 1;
}
.mini-stepper button:hover { background: rgba(211,169,92,0.15); }
.mini-stepper span { min-width: 22px; text-align: center; font-weight: 500; font-size: 0.9rem; }

.cart-form { margin-top: 1.5rem; display: grid; gap: 0.9rem; }
.cart-form label {
  font-size: 0.62rem; font-weight: 500; letter-spacing: 2px; text-transform: uppercase;
  color: var(--gold);
}
.cart-form input, .cart-form textarea, .cart-form select {
  width: 100%; padding: 0.8rem 1rem; border: 1px solid var(--hairline-soft);
  border-radius: 12px; background: var(--card); outline: none; margin-top: 0.35rem;
  font-size: 0.95rem; color: var(--ink); font-weight: 300;
  color-scheme: dark;
}
.cart-form input::placeholder, .cart-form textarea::placeholder { color: rgba(164,145,122,0.6); }
.cart-form input:focus, .cart-form textarea:focus, .cart-form select:focus {
  border-color: var(--gold); box-shadow: 0 0 0 3px rgba(211,169,92,0.12);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; }

.free-del { margin-top: 1.1rem; background: var(--card); border-radius: 12px; border: 1px solid var(--hairline-soft); padding: 0.8rem 1rem; }
.free-del-text { font-size: 0.68rem; font-weight: 400; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 0.5rem; color: var(--muted); }
.free-del-text .gold-t { color: var(--gold-light); }
.free-del-track { height: 6px; border-radius: 999px; background: rgba(211,169,92,0.12); overflow: hidden; }
.free-del-fill { height: 100%; background: var(--grad); transition: width 0.3s; border-radius: 999px; }

.drawer-foot { padding: 1.2rem 1.3rem 1.4rem; border-top: 1px solid var(--hairline-soft); background: rgba(20,16,14,0.7); }
.total-row {
  display: flex; justify-content: space-between; align-items: baseline;
  font-family: var(--font-display); font-weight: 700; font-size: 1.4rem;
  color: var(--gold-light); margin-bottom: 1rem;
}
.total-row span:first-child { font-size: 0.7rem; font-family: var(--font-body); font-weight: 400; letter-spacing: 3px; text-transform: uppercase; color: var(--muted); }
.pay-btn { display: none !important; }
.wa-btn {
  width: 100%; border: none; border-radius: 999px;
  background: var(--wa); color: #fff; font-weight: 500; font-size: 0.85rem;
  letter-spacing: 2px; text-transform: uppercase;
  padding: 1.05rem; display: flex; align-items: center; justify-content: center; gap: 0.6rem;
  box-shadow: 0 8px 26px rgba(35,165,88,0.3);
  transition: transform 0.15s, filter 0.15s;
}
.wa-btn:hover { filter: brightness(1.08); transform: translateY(-2px); }
.wa-btn:disabled { background: #3a352e; color: var(--muted); box-shadow: none; cursor: not-allowed; }
.min-note { text-align: center; font-size: 0.62rem; font-weight: 400; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); margin-top: 0.8rem; }

/* Order success */
.order-done {
  background: var(--card); border-radius: var(--radius); border: 1px solid var(--hairline);
  text-align: center; padding: 2.2rem 1.5rem 1.8rem;
}
.order-done .tick {
  width: 62px; height: 62px; margin: 0 auto 1rem; border-radius: 999px;
  background: var(--grad); color: #241a0d;
  display: flex; align-items: center; justify-content: center; font-size: 1.7rem;
  box-shadow: var(--gold-glow);
}
.order-done h4 { font-family: var(--font-display); font-weight: 600; font-size: 1.6rem; margin-bottom: 0.5rem; color: var(--ink); }
.order-done .pid { font-size: 0.68rem; color: var(--gold); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 0.5rem; }
.order-done p { font-size: 0.83rem; color: var(--muted); line-height: 1.7; margin-bottom: 1.2rem; font-weight: 300; }
.order-done .wa-btn { font-size: 0.78rem; padding: 0.9rem; }
.order-done .add-btn { width: 100%; }

/* My Orders */
.mo-order { background: var(--card); border-radius: var(--radius); border: 1px solid var(--hairline-soft); padding: 1.1rem 1.2rem; margin-bottom: 1rem; }
.mo-top { display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; }
.mo-no { font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; color: var(--gold-light); }
.mo-date { font-size: 0.7rem; color: var(--muted); font-weight: 300; }
.mo-total { margin-left: auto; font-family: var(--font-display); font-weight: 700; color: var(--gold-light); }
.mo-status {
  font-size: 0.56rem; font-weight: 500; letter-spacing: 2px; text-transform: uppercase;
  padding: 0.22rem 0.7rem; border-radius: 999px; border: 1px solid currentColor;
}
.mo-status.s-new { color: #e8a3b4; }
.mo-status.s-confirmed { color: var(--gold); }
.mo-status.s-delivered { color: #7fc99a; }
.mo-status.s-cancelled { color: #8a8078; }
.mo-items { font-size: 0.78rem; color: var(--muted); margin-top: 0.45rem; line-height: 1.6; font-weight: 300; }
.mo-slot { font-size: 0.7rem; margin-top: 0.3rem; color: var(--gold-light); letter-spacing: 0.05em; }
.mo-reorder { margin-top: 0.8rem; }
.mo-empty { text-align: center; color: var(--muted); padding: 3rem 1rem; font-weight: 300; }
.mo-empty .big { font-size: 2.6rem; margin-bottom: 0.8rem; opacity: 0.8; }

/* ===== Footer ===== */
.site-footer {
  background: #0e0b09;
  border-top: 1px solid var(--hairline-soft);
  color: var(--muted);
  padding: 3.5rem 1.25rem 2.2rem; margin-top: 3rem;
  position: relative; z-index: 1;
}
.footer-inner { max-width: 1200px; margin: 0 auto; text-align: center; }
.footer-inner .logo-img { margin: 0 auto 1rem; width: 78px; height: 78px; }
.footer-inner p { font-size: 0.72rem; margin-top: 0.5rem; font-weight: 300; letter-spacing: 2px; text-transform: uppercase; }
.footer-inner .fine { font-size: 0.6rem; color: rgba(164,145,122,0.5); margin-top: 1.8rem; letter-spacing: 1.5px; }

/* Toast */
.toast {
  position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(80px);
  background: var(--card-2); color: var(--gold-light); border: 1px solid var(--hairline);
  padding: 0.8rem 1.6rem; border-radius: 999px;
  font-weight: 400; font-size: 0.8rem; letter-spacing: 0.05em; z-index: 200; opacity: 0;
  transition: all 0.3s; pointer-events: none; box-shadow: 0 12px 36px rgba(0,0,0,0.5);
}
.toast.show { transform: translateX(-50%) translateY(0); opacity: 1; }

/* Skeleton */
.sk-card { border-radius: var(--radius); background: var(--card); overflow: hidden; border: 1px solid var(--hairline-soft); }
.sk-img, .sk-line {
  background: linear-gradient(90deg, #241d18 25%, #2c241d 50%, #241d18 75%);
  background-size: 200% 100%; animation: shimmer 1.3s infinite;
}
.sk-img { aspect-ratio: 4/3; }
.sk-line { height: 13px; margin: 0.8rem 1rem; border-radius: 999px; }
.sk-line.short { width: 50%; }
@keyframes shimmer { from { background-position: 200% 0; } to { background-position: -200% 0; } }

/* ===== Bottom nav + cart bar + install (mobile) ===== */
.bottom-nav {
  display: none;
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 80;
  background: rgba(14, 11, 9, 0.92); backdrop-filter: blur(16px);
  border-top: 1px solid var(--hairline-soft);
  padding: 0.35rem 0.4rem calc(0.35rem + env(safe-area-inset-bottom));
  grid-template-columns: repeat(5, 1fr);
}
.bn-item {
  background: none; border: none; color: var(--muted);
  font-size: 0.56rem; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase;
  display: flex; flex-direction: column; align-items: center; gap: 0.2rem;
  padding: 0.35rem 0; border-radius: 12px;
}
.bn-item.active { color: var(--gold-light); }
.bn-item:active { background: rgba(211,169,92,0.08); }
.bn-ico { font-size: 1.25rem; line-height: 1; position: relative; }
.bn-badge {
  position: absolute; top: -6px; right: -12px;
  background: var(--gold); color: #241a0d; border: 1px solid #0e0b09;
  min-width: 17px; height: 17px; border-radius: 999px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.6rem; font-weight: 700;
}
.cart-bar {
  display: none;
  position: fixed; left: 12px; right: 12px; z-index: 79;
  bottom: calc(66px + env(safe-area-inset-bottom));
  background: var(--grad); color: #241a0d;
  border: none; border-radius: 999px;
  box-shadow: 0 10px 34px rgba(211,169,92,0.35);
  padding: 0.9rem 1.4rem;
  font-weight: 600; font-size: 0.85rem;
  align-items: center; justify-content: space-between;
  animation: barIn 0.25s ease;
}
.cart-bar.show { display: flex; }
.cart-bar-cta { letter-spacing: 2px; text-transform: uppercase; font-size: 0.72rem; font-weight: 600; }
@keyframes barIn { from { transform: translateY(16px); opacity: 0; } to { transform: none; opacity: 1; } }

.install-banner {
  display: none;
  position: fixed; left: 12px; right: 12px; z-index: 78;
  bottom: calc(66px + env(safe-area-inset-bottom));
  background: var(--card-2); border-radius: 16px;
  border: 1px solid var(--hairline);
  box-shadow: 0 14px 40px rgba(0,0,0,0.55);
  padding: 0.7rem 0.9rem; align-items: center; gap: 0.7rem;
  font-size: 0.82rem; font-weight: 300; color: var(--ink);
}
.install-banner.show { display: flex; }
.install-banner.lifted { bottom: calc(132px + env(safe-area-inset-bottom)); }
.install-banner span { flex: 1; min-width: 0; }
.install-banner .add-btn { padding: 0.5rem 1.1rem; font-size: 0.62rem; flex-shrink: 0; }
.ib-close { background: none; border: none; font-size: 1.3rem; color: var(--muted); line-height: 1; }

/* ===== Mobile ===== */
@media (max-width: 768px) {
  body { padding-bottom: calc(70px + env(safe-area-inset-bottom)); }
  .brand-tag { display: none; }
  .pill.loc { font-size: 0.56rem; padding: 0.4rem 0.75rem; white-space: nowrap; letter-spacing: 1.5px; }
  .cart-btn { display: none; }
  .bottom-nav { display: grid; }
  .logo-img { width: 44px; height: 44px; }
  .brand-name { font-size: 1.55rem; }

  .hero { padding: 3rem 1.25rem 3rem; }
  .hero-cta-2 { margin-left: 0; margin-top: 0.9rem; }

  .steps { grid-template-columns: 1fr; gap: 1.4rem; padding-top: 2.4rem; }
  .section { padding: 2.6rem 0.9rem; }
  .chips {
    flex-wrap: nowrap; justify-content: flex-start;
    overflow-x: auto; -webkit-overflow-scrolling: touch;
    scrollbar-width: none; padding: 0.25rem 0.2rem 0.6rem; margin-bottom: 1.5rem;
  }
  .chips::-webkit-scrollbar { display: none; }
  .chip { flex-shrink: 0; padding: 0.5rem 1.2rem; }

  .grid { grid-template-columns: repeat(2, 1fr); gap: 0.9rem; }
  .card-img { font-size: 2.8rem; }
  .card-body { padding: 0.8rem 0.85rem 0.95rem; gap: 0.3rem; }
  .card-title { font-size: 1.1rem; }
  .card-desc { display: none; }
  .wt { font-size: 0.58rem; padding: 0.3rem 0.6rem; }
  .card-foot { flex-direction: column; align-items: stretch; gap: 0.55rem; }
  .price { font-size: 1.15rem; }
  .price small { display: inline; margin-left: 0.35rem; }
  .add-btn { width: 100%; padding: 0.6rem; font-size: 0.66rem; }
  .qty-stepper { width: 100%; justify-content: space-between; }
  .qty-stepper button { width: 44px; }

  .pf-grid { grid-template-columns: repeat(2, 1fr); gap: 0.8rem; }

  .drawer {
    top: auto; left: 0; right: 0; bottom: 0;
    width: 100vw; height: 92dvh;
    border-left: none; border-top: 1px solid var(--hairline);
    border-radius: 24px 24px 0 0; overflow: hidden;
    transform: translateY(105%);
  }
  .drawer.open { transform: translateY(0); }
  .drawer-foot { padding-bottom: calc(1.1rem + env(safe-area-inset-bottom)); }

  .trust-badges { grid-template-columns: repeat(2, 1fr); gap: 0.8rem; }
  .quotes { grid-template-columns: 1fr; }
  .toast { bottom: calc(130px + env(safe-area-inset-bottom)); width: max-content; max-width: 92vw; text-align: center; }
  .install-banner { font-size: 0.76rem; padding: 0.55rem 0.7rem; gap: 0.5rem; }
  .install-banner .add-btn { width: auto; padding: 0.45rem 0.9rem; font-size: 0.56rem; flex-shrink: 0; }
}
