/* DOB Burger — landing page. Brand red hero with the mascot, white content, branch cards. */
:root {
  --red: #F20A0A; --red-dark: #b80606; --orange: #FF8B00; --ink: #16181d; --muted: #5b6470;
  --line: #f0e6e3; --bg: #fff; --soft: #fff6f3;
  --font: 'Cairo', 'Segoe UI', Tahoma, system-ui, sans-serif; --font-en: 'Alexandria', 'Cairo', sans-serif;
  --shadow: 0 14px 40px rgba(120, 30, 20, .10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 16px; }
body.home { margin: 0; font-family: var(--font); color: var(--ink); background: var(--bg); line-height: 1.6; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { margin: 0; line-height: 1.25; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 26px; border-radius: 999px; font-weight: 900; font-size: 16px; transition: transform .15s, box-shadow .15s; }
.btn:hover { transform: translateY(-2px); }
.btn-white { background: #fff; color: var(--red); box-shadow: 0 10px 24px rgba(0,0,0,.18); }
.btn-outline { border: 2px solid #fff; color: #fff; }
.btn-red { background: var(--red); color: #fff; box-shadow: 0 10px 24px rgba(242,10,10,.3); }

/* ---------- hero ---------- */
.hero { position: relative; color: #fff; background: radial-gradient(120% 90% at 85% 10%, #ff3b1f 0%, var(--red) 45%, var(--red-dark) 100%); overflow: hidden; padding: 0 0 56px; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 28px), 0 100%); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.10) 1.5px, transparent 1.6px); background-size: 26px 26px; pointer-events: none; }
.hero > * { position: relative; }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 20px; max-width: 1200px; margin: 0 auto; }
.nav-logo img { width: 120px; }
.nav-links { display: flex; gap: 6px; }
.nav-links a { padding: 7px 12px; border-radius: 999px; font-weight: 800; font-size: 14px; color: rgba(255,255,255,.92); }
.nav-links a:hover, .nav-ig { background: rgba(255,255,255,.14); }
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 8px; max-width: 1200px; margin: 0 auto; padding: 8px 20px 0; align-items: center; }
.hero-copy { text-align: center; }
.eyebrow { display: inline-block; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.3); padding: 5px 14px; border-radius: 999px; font-size: 13px; font-weight: 800; }
.hero h1 { font-size: clamp(30px, 7vw, 54px); font-weight: 900; margin: 14px 0 10px; letter-spacing: -.3px; }
.hero h1 .accent { color: #ffe08a; }
.lead { font-size: 16px; opacity: .95; max-width: 520px; margin: 0 auto 18px; }
.countdown { display: flex; justify-content: center; gap: 10px; margin: 6px 0 22px; direction: ltr; }
.cd-box { background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.3); backdrop-filter: blur(6px); border-radius: 16px; min-width: 68px; padding: 10px 6px 6px; text-align: center; }
.cd-box b { display: block; font-family: var(--font-en); font-size: 30px; font-weight: 900; line-height: 1; font-variant-numeric: tabular-nums; }
.cd-box span { font-size: 12px; font-weight: 700; opacity: .9; }
.live-badge { background: #fff; color: var(--red); font-weight: 900; font-size: 22px; padding: 10px 26px; border-radius: 999px; box-shadow: 0 10px 24px rgba(0,0,0,.2); }
.hero-cta { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.hero-art { display: flex; justify-content: center; }
.hero-art img { width: min(300px, 70vw); filter: drop-shadow(0 30px 40px rgba(0,0,0,.35)); animation: float 5s ease-in-out infinite; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.hero-compact { padding-bottom: 40px; }
.hero-compact .hero-copy img { margin: 0 auto 16px; }

/* ---------- taste ---------- */
.taste { max-width: 1100px; margin: 0 auto; padding: 36px 20px 10px; display: grid; gap: 22px; align-items: center; }
.taste-img { position: relative; border-radius: 30px; background: radial-gradient(110% 90% at 30% 20%, #ff5a3c 0%, var(--red) 55%, var(--red-dark) 100%); padding: 28px 20px 34px; box-shadow: 0 24px 60px rgba(242,10,10,.28); overflow: hidden; }
.taste-img::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.12) 1.5px, transparent 1.6px); background-size: 24px 24px; }
.taste-img img { position: relative; width: min(340px, 78%); margin: 0 auto; filter: drop-shadow(0 26px 30px rgba(0,0,0,.45)); animation: float 6s ease-in-out infinite; }
.taste-tag { position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%); background: #fff; color: var(--red); font-weight: 900; font-size: 13px; padding: 6px 16px; border-radius: 999px; white-space: nowrap; box-shadow: 0 8px 20px rgba(0,0,0,.2); }
.taste-copy { text-align: center; }
.taste h2 { font-size: 26px; font-weight: 900; margin-bottom: 8px; }
.taste p { color: var(--muted); margin: 0 auto 16px; max-width: 480px; }

/* ---------- branches ---------- */
.branches { max-width: 1200px; margin: 0 auto; padding: 40px 20px; text-align: center; }
.branches h2 { font-size: 28px; font-weight: 900; }
.branches .sub { color: var(--muted); margin: 4px 0 20px; }
.branch-grid { display: grid; grid-template-columns: 1fr; gap: 14px; text-align: right; }
.branch { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 16px; box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 8px; }
.branch-head { display: flex; gap: 10px; align-items: center; }
.pin { font-size: 22px; }
.branch h3 { font-size: 17px; font-weight: 900; }
.city { color: var(--red); font-weight: 800; font-size: 12.5px; }
.addr { margin: 0; color: var(--muted); font-size: 13.5px; }
.feat { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.feat li { background: var(--soft); border: 1px solid #ffe0d6; color: #6b2412; font-size: 12px; font-weight: 700; padding: 3px 10px; border-radius: 999px; }
.branch-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.call, .wa, .map { display: inline-flex; align-items: center; gap: 6px; border-radius: 999px; padding: 8px 14px; font-weight: 800; font-size: 14px; }
.call { background: var(--red); color: #fff; font-family: var(--font-en); }
.wa { background: #25d366; color: #fff; }
.map { border: 1.5px solid var(--line); color: var(--ink); }

/* ---------- contact ---------- */
.contact { background: var(--soft); padding: 40px 20px; display: grid; gap: 16px; justify-items: center; }
.contact-mascot { width: min(240px, 60vw); border-radius: 28px; box-shadow: var(--shadow); }
.contact-card { text-align: center; }
.contact h2 { font-size: 26px; font-weight: 900; margin-bottom: 10px; }
.mail, .phone { display: block; font-family: var(--font-en); font-weight: 800; font-size: 18px; color: var(--red); margin-bottom: 8px; }
.social { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-top: 14px; }
.social a { padding: 8px 16px; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-weight: 800; font-size: 14px; }

/* ---------- footer ---------- */
.foot { text-align: center; padding: 28px 20px 36px; color: var(--muted); font-size: 13px; }
.foot img { margin: 0 auto 8px; }
.foot nav { margin-bottom: 6px; font-weight: 700; }
.foot nav a { color: var(--ink); }

/* ---------- tablet / desktop ---------- */
@media (min-width: 700px) {
  .branch-grid { grid-template-columns: 1fr 1fr; }
  .taste { grid-template-columns: 1fr 1fr; text-align: right; }
  .taste-copy { text-align: right; }
  .taste p { margin: 0 0 16px; }
  .contact { grid-template-columns: auto 1fr; max-width: 900px; margin: 0 auto; border-radius: 30px; align-items: center; text-align: right; }
  .contact-card { text-align: right; }
  .social { justify-content: flex-start; }
}
@media (min-width: 1000px) {
  .hero { padding-bottom: 72px; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 48px), 0 100%); }
  .hero-grid { grid-template-columns: 1.15fr .85fr; padding-top: 20px; }
  .hero-copy { text-align: right; }
  .lead { margin: 0 0 22px; }
  .countdown, .hero-cta { justify-content: flex-start; }
  .hero-art img { width: min(440px, 34vw); }
  .cd-box { min-width: 84px; padding: 12px 8px 8px; }
  .cd-box b { font-size: 38px; }
  .branch-grid { grid-template-columns: repeat(3, 1fr); }
  .nav-logo img { width: 140px; }
}
@media (prefers-reduced-motion: reduce) { .hero-art img { animation: none; } html { scroll-behavior: auto; } }
