/* ============================================================
   Bakesoft — Sweet Moments
   Theme drawn from the shop signboard:
   deep chocolate brown · brushed gold · warm cream
   ============================================================ */

:root {
  --bg: #241610;
  --bg-2: #2E1C13;
  --panel: #362117;
  --panel-2: #3E2719;
  --line: rgba(201, 164, 92, 0.22);
  --line-soft: rgba(201, 164, 92, 0.12);

  --gold: #C9A45C;
  --gold-2: #E3C588;
  --gold-3: #A87F3D;

  --cream: #F6ECDD;
  --cream-2: #FBF4E7;
  --muted: #D8C6AD;
  --ink: #3A2517;
  --ink-soft: #6B4A33;

  --red: #B33A3A;
  --wa: #25D366;

  --radius: 16px;
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  --container: 1140px;

  --ff-script: "Great Vibes", cursive;
  --ff-serif: "Playfair Display", Georgia, serif;
  --ff-body: "Jost", "Helvetica Neue", Arial, sans-serif;
  --ff-urdu: "Noto Nastaliq Urdu", serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--ff-body);
  font-weight: 300;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--muted);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { display: inline-block; vertical-align: middle; }
img { max-width: 100%; height: auto; }
a { color: var(--gold-2); text-decoration: none; transition: color 0.2s ease; }
a:hover { color: var(--cream); }
ul { list-style: none; }
strong { font-weight: 600; }
::selection { background: var(--gold); color: var(--bg); }

:focus-visible { outline: 2px solid var(--gold-2); outline-offset: 3px; border-radius: 4px; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 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;
}
.skip {
  position: absolute; left: 16px; top: -60px; z-index: 200;
  background: var(--gold); color: var(--bg); padding: 10px 18px;
  border-radius: 8px; font-weight: 500; transition: top 0.2s ease;
}
.skip:focus { top: 12px; color: var(--bg); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 13px 26px; border: 0; border-radius: 999px;
  font-family: var(--ff-body); font-size: 0.95rem; font-weight: 600;
  letter-spacing: 0.03em; cursor: pointer; white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.btn svg { width: 18px; height: 18px; fill: currentColor; flex: none; }
.btn--lg { padding: 16px 32px; font-size: 1rem; }
.btn--gold {
  background: linear-gradient(135deg, var(--gold-2) 0%, var(--gold) 45%, var(--gold-3) 100%);
  color: #2A180E;
  box-shadow: 0 8px 24px rgba(201, 164, 92, 0.28);
}
.btn--gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(201, 164, 92, 0.4);
  color: #1d0f07;
}
.btn--ghost {
  background: transparent; color: var(--gold-2);
  border: 1px solid var(--line); box-shadow: none;
}
.btn--ghost:hover { background: rgba(201, 164, 92, 0.1); transform: translateY(-2px); color: var(--cream); }
.btn--dark {
  background: var(--bg-2); color: var(--gold-2);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.3);
}
.btn--dark:hover { transform: translateY(-2px); color: var(--cream); background: var(--bg); }

/* ---------- Top bar ---------- */
.topbar {
  background: #1B0F09;
  border-bottom: 1px solid var(--line-soft);
  font-size: 0.82rem; letter-spacing: 0.02em;
}
.topbar__in {
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px; padding-top: 8px; padding-bottom: 8px;
}
.topbar__item { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); }
.topbar__item svg { width: 14px; height: 14px; fill: var(--gold); flex: none; }
a.topbar__item:hover { color: var(--cream); }

/* ---------- Navigation ---------- */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(36, 22, 16, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line-soft);
  transition: box-shadow 0.25s ease;
}
.nav.is-scrolled { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4); }
.nav__in {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; padding-top: 12px; padding-bottom: 12px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand__badge { width: 46px; height: 46px; color: var(--gold); flex: none; }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__script {
  font-family: var(--ff-script); font-size: 1.9rem; color: var(--gold-2);
  background: linear-gradient(120deg, var(--gold-2), var(--gold) 55%, var(--gold-3));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.brand__sub {
  font-size: 0.58rem; font-weight: 500; letter-spacing: 0.42em;
  text-transform: uppercase; color: var(--muted); margin-top: 3px;
}
.nav__links { display: flex; align-items: center; gap: 28px; }
.nav__links a {
  font-size: 0.92rem; font-weight: 400; letter-spacing: 0.04em;
  color: var(--muted); position: relative; padding: 4px 0;
}
.nav__links a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; height: 1px; width: 0;
  background: var(--gold); transition: width 0.25s ease;
}
.nav__links a:hover { color: var(--cream); }
.nav__links a:hover::after, .nav__links a.is-active::after { width: 100%; }
.nav__links a.is-active { color: var(--gold-2); }
.nav__cta-m { display: none; }
.nav__burger {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 42px; height: 42px; padding: 9px;
  background: transparent; border: 1px solid var(--line); border-radius: 10px; cursor: pointer;
}
.nav__burger span {
  display: block; height: 2px; width: 100%; background: var(--gold-2);
  border-radius: 2px; transition: transform 0.25s ease, opacity 0.25s ease;
}
.nav__burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background-color: var(--bg);
  background-image:
    radial-gradient(900px 420px at 50% -8%, rgba(201, 164, 92, 0.14), transparent 60%),
    linear-gradient(180deg, rgba(27, 15, 9, 0.9) 0%, rgba(36, 22, 16, 0.88) 45%, rgba(46, 28, 19, 0.93) 100%),
    url("../img/hero-bg.jpg");
  background-size: auto, auto, cover;
  background-position: center top, center, center 30%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.hero__lights {
  position: absolute; inset: 0 0 auto 0; height: 220px; pointer-events: none;
  background:
    radial-gradient(140px 200px at 15% 0%, rgba(255, 208, 130, 0.14), transparent 70%),
    radial-gradient(140px 200px at 38% 0%, rgba(255, 208, 130, 0.11), transparent 70%),
    radial-gradient(140px 200px at 62% 0%, rgba(255, 208, 130, 0.11), transparent 70%),
    radial-gradient(140px 200px at 85% 0%, rgba(255, 208, 130, 0.14), transparent 70%);
}
.hero__wrap { position: relative; padding: clamp(64px, 9vw, 110px) 22px; }
.hero__decor {
  position: absolute; top: 50%; width: clamp(120px, 13vw, 180px); height: auto;
  color: var(--gold); opacity: 0.4; pointer-events: none;
}
.hero__decor--left { left: 1%; transform: translateY(-50%) rotate(-6deg); }
.hero__decor--right { right: 1.5%; transform: translateY(-50%) rotate(6deg); }

.hero__frame {
  position: relative; max-width: 780px; margin: 0 auto; text-align: center;
  padding: clamp(38px, 6vw, 64px) clamp(22px, 5vw, 58px);
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    radial-gradient(closest-side, rgba(62, 39, 25, 0.6), rgba(40, 24, 16, 0.35)),
    rgba(27, 15, 9, 0.82);
  box-shadow: inset 0 0 0 5px rgba(36, 22, 16, 0.9), inset 0 0 0 6px var(--line-soft), var(--shadow);
}
.hero__screw {
  position: absolute; width: 7px; height: 7px; border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, var(--gold-2), var(--gold-3));
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.hero__screw--tl { top: 12px; left: 12px; }
.hero__screw--tr { top: 12px; right: 12px; }
.hero__screw--bl { bottom: 12px; left: 12px; }
.hero__screw--br { bottom: 12px; right: 12px; }

.hero__kicker {
  font-size: 0.78rem; font-weight: 500; letter-spacing: 0.34em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 10px;
}
.hero__title { line-height: 0.9; }
.hero__script {
  font-family: var(--ff-script); font-weight: 400;
  font-size: clamp(4rem, 10vw, 7rem);
  background: linear-gradient(120deg, #F0DCB2 0%, var(--gold-2) 30%, var(--gold) 62%, var(--gold-3) 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.45));
}
.hero__ribbon {
  display: flex; align-items: center; justify-content: center; gap: 16px;
  margin: 14px 0 22px;
}
.hero__ribbon-text {
  font-family: var(--ff-body); font-weight: 500; font-size: clamp(0.8rem, 2vw, 1rem);
  letter-spacing: 0.52em; text-transform: uppercase; color: var(--cream);
  padding-left: 0.52em; /* balance tracking */
}
.hero__line { height: 1px; width: clamp(40px, 8vw, 90px); background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.hero__lead { max-width: 560px; margin: 0 auto 30px; color: var(--muted); }
.hero__cta { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-bottom: 30px; }
.hero__badges {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 26px;
  font-size: 0.8rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold-2);
}
.hero__badges li { display: inline-flex; align-items: center; gap: 8px; }
.hero__badges li::before {
  content: "✦"; font-size: 0.7rem; color: var(--gold-3);
}

/* ---------- Marquee ---------- */
.marquee {
  overflow: hidden; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft);
  background: #1B0F09; padding: 13px 0;
}
.marquee__track {
  display: inline-flex; align-items: center; gap: 34px; white-space: nowrap;
  animation: marquee 30s linear infinite; will-change: transform;
}
.marquee__track span {
  font-size: 0.8rem; font-weight: 500; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--gold);
}
.marquee__track i { font-style: normal; color: var(--gold-3); font-size: 0.7rem; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Sections ---------- */
.section { padding: clamp(70px, 9vw, 116px) 0; }
.section__head { text-align: center; max-width: 640px; margin: 0 auto clamp(40px, 6vw, 64px); }
.section__eyebrow { margin-bottom: 6px; }
.script {
  font-family: var(--ff-script); font-size: clamp(1.7rem, 3.4vw, 2.2rem);
  color: var(--gold); line-height: 1.1;
}
.script--dark { color: var(--gold-3); }
.section__title {
  font-family: var(--ff-serif); font-weight: 600;
  font-size: clamp(1.75rem, 4vw, 2.6rem); line-height: 1.2; color: var(--cream);
}
.section__title--dark { color: var(--ink); }
.section__sub { margin-top: 12px; font-size: 0.98rem; }

/* ---------- About ---------- */
.about { background: var(--bg-2); }
.about__grid {
  display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(36px, 6vw, 80px);
  align-items: center;
}
.about__art-frame {
  position: relative; text-align: center;
  border: 1px solid var(--line); border-radius: 20px;
  padding: clamp(16px, 2.5vw, 24px);
  background:
    radial-gradient(closest-side, rgba(62, 39, 25, 0.5), transparent),
    var(--panel);
  box-shadow: inset 0 0 0 5px var(--bg-2), inset 0 0 0 6px var(--line-soft);
}
.about__art-photo {
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover;
  border-radius: 12px; display: block;
}
.about__art-script {
  margin-top: 18px; font-family: var(--ff-script);
  font-size: clamp(1.5rem, 2.6vw, 1.9rem); line-height: 1.3; color: var(--gold-2);
}
.about__body .section__title { margin-bottom: 18px; }
.about__body p + p { margin-top: 14px; }
.about__stats {
  display: flex; flex-wrap: wrap; gap: clamp(22px, 4vw, 48px);
  margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--line-soft);
}
.about__stats li { display: flex; flex-direction: column; gap: 2px; }
.about__stats strong {
  font-family: var(--ff-serif); font-size: 1.7rem; font-weight: 700; color: var(--gold-2);
}
.about__stats span {
  font-size: 0.74rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase;
}

/* ---------- Menu ---------- */
.menu {
  background:
    radial-gradient(800px 400px at 85% 0%, rgba(201, 164, 92, 0.06), transparent 60%),
    var(--bg);
}
.menu__cards {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  margin-bottom: clamp(44px, 6vw, 70px);
}
.menu-card {
  position: relative; padding: 30px 26px;
  background: var(--panel); border: 1px solid var(--line-soft); border-radius: var(--radius);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.menu-card:hover {
  transform: translateY(-5px); border-color: var(--line);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.3);
}
.menu-card__icon { width: 46px; height: 46px; color: var(--gold); margin-bottom: 16px; }
.menu-card h3 {
  font-family: var(--ff-serif); font-size: 1.22rem; font-weight: 600;
  color: var(--cream); margin-bottom: 8px;
}
.menu-card p { font-size: 0.94rem; margin-bottom: 14px; }
.menu-card__price {
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold-2);
}

.menu__lists {
  display: grid; grid-template-columns: 1fr 1fr; gap: 18px 44px;
}
.menu-list {
  padding: 26px 28px; background: rgba(54, 33, 23, 0.45);
  border: 1px solid var(--line-soft); border-radius: var(--radius);
}
.menu-list h3 {
  font-family: var(--ff-serif); font-size: 1.14rem; font-weight: 600; color: var(--gold-2);
  display: flex; align-items: baseline; justify-content: space-between; gap: 10px;
  margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid var(--line-soft);
}
.menu-list h3 em {
  font-family: var(--ff-body); font-style: normal; font-weight: 400;
  font-size: 0.74rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted);
}
.menu-row { display: flex; align-items: baseline; gap: 10px; padding: 7px 0; }
.menu-row span { color: var(--cream); font-weight: 400; font-size: 0.98rem; }
.menu-row i { flex: 1; border-bottom: 2px dotted rgba(201, 164, 92, 0.28); transform: translateY(-4px); }
.menu-row b { font-weight: 600; color: var(--gold-2); font-size: 0.95rem; white-space: nowrap; }
.menu-list__note { margin-top: 14px; font-size: 0.84rem; color: var(--muted); font-style: italic; }
.menu__disclaimer {
  margin-top: 28px; text-align: center; font-size: 0.86rem; color: var(--muted); font-style: italic;
}

/* ---------- Custom cake band ---------- */
.ctaband {
  background: linear-gradient(120deg, var(--gold-2) 0%, var(--gold) 45%, var(--gold-3) 100%);
  color: #2A180E;
}
.ctaband__in {
  display: flex; align-items: center; justify-content: space-between; gap: 30px;
  padding-top: clamp(44px, 6vw, 64px); padding-bottom: clamp(44px, 6vw, 64px);
}
.ctaband__script { color: rgba(42, 24, 14, 0.75); margin-bottom: 2px; }
.ctaband h2 {
  font-family: var(--ff-serif); font-weight: 700;
  font-size: clamp(1.5rem, 3.4vw, 2.2rem); color: #241408; line-height: 1.2;
}
.ctaband__sub { margin-top: 10px; max-width: 560px; color: rgba(42, 24, 14, 0.85); font-weight: 400; }
.ctaband .btn { flex: none; }

/* ---------- Best sellers (cream section) ---------- */
.bestsellers { position: relative; background: var(--cream-2); }
.bestsellers::before {
  content: ""; position: absolute; top: -16px; left: 0; right: 0; height: 16px;
  background: radial-gradient(circle at 14px 16px, var(--cream-2) 14px, transparent 15px);
  background-size: 28px 16px; background-position: center bottom; background-repeat: repeat-x;
}
.bestsellers .section__sub { color: var(--ink-soft); }
.bs__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.bs-card {
  background: #fff; border: 1px solid #EADFC9; border-radius: var(--radius);
  padding: 22px 22px 20px; text-align: center;
  box-shadow: 0 10px 26px rgba(58, 37, 23, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.bs-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(58, 37, 23, 0.14); }
.bs-card__art {
  background:
    radial-gradient(closest-side, #F3E7D0, #EFE0C4);
  border-radius: 14px; margin-bottom: 18px; overflow: hidden;
  aspect-ratio: 4 / 3;
}
.bs-card__art img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.5s ease;
}
.bs-card:hover .bs-card__art img { transform: scale(1.05); }
.bs-card h3 { font-family: var(--ff-serif); font-size: 1.2rem; font-weight: 600; color: var(--ink); }
.bs-card p { font-size: 0.92rem; color: var(--ink-soft); margin: 6px 0 16px; }
.bs-card__foot {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding-top: 14px; border-top: 1px dashed #E3D3B4;
}
.bs-card__foot span { font-weight: 600; font-size: 0.9rem; color: var(--ink); letter-spacing: 0.02em; }
.bs-card__foot a { font-weight: 600; font-size: 0.9rem; color: var(--gold-3); }
.bs-card__foot a:hover { color: var(--ink); }

/* ---------- Why us ---------- */
.why { background: var(--bg-2); }
.why__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.why-card {
  text-align: center; padding: 34px 22px;
  background: var(--panel); border: 1px solid var(--line-soft); border-radius: var(--radius);
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.why-card:hover { transform: translateY(-5px); border-color: var(--line); }
.why-card svg { width: 46px; height: 46px; color: var(--gold); margin-bottom: 16px; }
.why-card h3 { font-family: var(--ff-serif); font-size: 1.1rem; font-weight: 600; color: var(--cream); margin-bottom: 8px; }
.why-card p { font-size: 0.92rem; }

/* ---------- Reviews ---------- */
.reviews {
  background:
    radial-gradient(700px 380px at 12% 100%, rgba(201, 164, 92, 0.06), transparent 60%),
    var(--bg);
}
.reviews__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card {
  padding: 30px 28px; background: var(--panel);
  border: 1px solid var(--line-soft); border-radius: var(--radius);
  display: flex; flex-direction: column; gap: 14px;
}
.review-card__stars { display: flex; gap: 3px; }
.review-card__stars svg { width: 16px; height: 16px; fill: var(--gold); }
.review-card blockquote { font-size: 0.97rem; color: var(--cream); font-weight: 300; font-style: italic; }
.review-card figcaption {
  margin-top: auto; font-weight: 600; font-size: 0.9rem; letter-spacing: 0.04em; color: var(--gold-2);
}
.review-card figcaption span { font-weight: 400; color: var(--muted); }

/* ---------- Gallery ---------- */
.gallery {
  background:
    radial-gradient(700px 380px at 88% 0%, rgba(201, 164, 92, 0.05), transparent 60%),
    var(--bg);
}
.gallery__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.gallery__item {
  margin: 0; border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line-soft); aspect-ratio: 3 / 4;
  transition: border-color 0.25s ease;
}
.gallery__item:hover { border-color: var(--line); }
.gallery__item img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.5s ease;
}
.gallery__item:hover img { transform: scale(1.06); }

/* ---------- Contact ---------- */
.contact { background: var(--bg-2); }
.contact__grid {
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 22px;
  margin-bottom: 22px;
}
.contact-card, .order-form {
  padding: clamp(28px, 4vw, 40px);
  background: var(--panel); border: 1px solid var(--line-soft); border-radius: var(--radius);
}
.contact-card h3, .order-form h3 {
  font-family: var(--ff-serif); font-size: 1.35rem; font-weight: 600; color: var(--cream);
  margin-bottom: 16px;
}
.contact-card__address { color: var(--cream); font-weight: 400; }
.contact-card__urdu {
  font-family: var(--ff-urdu); font-size: 1.05rem; line-height: 2.4;
  color: var(--gold-2); margin: 12px 0 6px;
  padding: 8px 16px; border: 1px dashed var(--line); border-radius: 12px;
  background: rgba(27, 15, 9, 0.35);
}
.contact-card__list { margin-top: 18px; display: flex; flex-direction: column; gap: 14px; }
.contact-card__list li { display: flex; align-items: flex-start; gap: 12px; }
.contact-card__list svg { width: 18px; height: 18px; fill: var(--gold); flex: none; margin-top: 4px; }
.contact-card__list a { font-weight: 400; }

.order-form__sub { font-size: 0.92rem; margin: -6px 0 18px; }
.order-form__row { margin-bottom: 14px; }
.order-form__row--split { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.order-form label {
  display: block; font-size: 0.76rem; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--gold-2); margin-bottom: 6px;
}
.order-form input, .order-form select, .order-form textarea {
  width: 100%; padding: 12px 14px;
  background: rgba(27, 15, 9, 0.5); color: var(--cream);
  border: 1px solid var(--line-soft); border-radius: 10px;
  font-family: var(--ff-body); font-size: 0.95rem; font-weight: 300;
  transition: border-color 0.2s ease;
}
.order-form input::placeholder, .order-form textarea::placeholder { color: rgba(216, 198, 173, 0.45); }
.order-form input:focus, .order-form select:focus, .order-form textarea:focus {
  outline: none; border-color: var(--gold);
}
.order-form select {
  appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23C9A45C'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 12px center; background-size: 18px;
}
.order-form select option { background: var(--bg-2); color: var(--cream); }
.order-form textarea { resize: vertical; min-height: 80px; }
.order-form input[type="date"] { color-scheme: dark; }
.order-form__submit { width: 100%; justify-content: center; margin-top: 6px; }

.map {
  border: 1px solid var(--line-soft); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow); line-height: 0;
}
.map iframe {
  width: 100%; height: 380px; border: 0;
  filter: grayscale(0.15) sepia(0.12) saturate(0.9);
}

/* ---------- Footer ---------- */
.footer { background: #1B0F09; border-top: 1px solid var(--line-soft); }
.footer__grid {
  display: grid; grid-template-columns: 1.4fr 0.8fr 1fr; gap: clamp(30px, 5vw, 60px);
  padding-top: clamp(48px, 6vw, 70px); padding-bottom: clamp(36px, 5vw, 54px);
}
.footer__brand .brand__script { font-size: 2.3rem; }
.footer__brand .brand__sub { display: block; margin: 6px 0 14px; }
.footer__brand p { font-size: 0.92rem; max-width: 320px; }
.footer__col h4 {
  font-family: var(--ff-body); font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--cream); margin-bottom: 16px;
}
.footer__col a { display: block; font-size: 0.94rem; font-weight: 300; color: var(--muted); padding: 4px 0; }
.footer__col a:hover { color: var(--gold-2); }
.footer__col p { font-size: 0.9rem; margin-top: 8px; }
.footer__bar { border-top: 1px solid var(--line-soft); }
.footer__bar-in {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px;
  padding-top: 18px; padding-bottom: 18px; font-size: 0.82rem; letter-spacing: 0.03em;
}
.footer__bar em { color: var(--red); font-style: normal; }

/* ---------- WhatsApp FAB ---------- */
.fab {
  position: fixed; right: 20px; bottom: 20px; z-index: 90;
  width: 56px; height: 56px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--wa); box-shadow: 0 10px 26px rgba(37, 211, 102, 0.35);
  transition: transform 0.2s ease;
}
.fab svg { width: 28px; height: 28px; fill: #fff; }
.fab:hover { transform: scale(1.08); }
.fab::after {
  content: ""; position: absolute; inset: -6px; border-radius: 50%;
  border: 2px solid rgba(37, 211, 102, 0.45);
  animation: fabpulse 2.2s ease-out infinite;
}
@keyframes fabpulse {
  0% { transform: scale(0.8); opacity: 1; }
  70% { transform: scale(1.25); opacity: 0; }
  100% { transform: scale(1.25); opacity: 0; }
}

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .hero__decor { display: none; }
  .menu__cards, .bs__grid, .reviews__grid, .gallery__grid { grid-template-columns: repeat(2, 1fr); }
  .why__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 880px) {
  .topbar__item--hours { display: none; }
  .nav__cta { display: none; }
  .nav__cta-m { display: inline-flex; margin-top: 8px; }
  .nav__burger { display: flex; }
  .nav__links {
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: flex-start; gap: 4px;
    background: #1B0F09; border-bottom: 1px solid var(--line-soft);
    padding: 18px 22px 24px;
    box-shadow: 0 24px 40px rgba(0, 0, 0, 0.45);
    display: none;
  }
  .nav__links.is-open { display: flex; }
  .nav__links a { width: 100%; padding: 10px 0; font-size: 1.02rem; }
  .nav__links a::after { display: none; }

  .about__grid, .contact__grid { grid-template-columns: 1fr; }
  .about__art { order: -1; max-width: 420px; margin: 0 auto; width: 100%; }
  .menu__lists { grid-template-columns: 1fr; }
  .ctaband__in { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 620px) {
  .topbar__item--address { display: none; }
  .topbar__in { justify-content: center; }
  .menu__cards, .bs__grid, .reviews__grid, .why__grid { grid-template-columns: 1fr; }
  .order-form__row--split { grid-template-columns: 1fr; }
  .hero__cta .btn { width: 100%; justify-content: center; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__bar-in { justify-content: center; text-align: center; }
  .map iframe { height: 300px; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee__track { animation: none; }
  .fab::after { animation: none; opacity: 0; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn, .menu-card, .bs-card, .why-card { transition: none; }
}
