/* ===== Kebab Bites — static rebuild ===== */
:root{
  --red:#E11C13;
  --red-dark:#C0160F;
  --wood-red:#B91d15;
  --gold:#F2A20E;
  --ink:#141414;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:'Poppins',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  color:var(--ink);
  background:#fff;
  overflow-x:hidden;
}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}

/* ===== Header ===== */
.site-header{
  position:sticky;top:0;z-index:50;
  background:var(--red);
  height:58px;
  display:flex;align-items:center;
}
.nav{
  width:100%;max-width:1280px;margin:0 auto;padding:0 32px;
  display:flex;justify-content:flex-end;gap:42px;
}
.nav a{
  color:#fff;font-weight:700;font-size:18px;letter-spacing:.2px;
  transition:opacity .2s;
}
.nav a:hover{opacity:.8}

/* ===== Buttons ===== */
.btn{
  display:inline-flex;align-items:center;gap:14px;
  font-family:inherit;font-weight:700;font-size:19px;letter-spacing:1px;color:#fff;
  padding:15px 22px 15px 30px;border:none;border-radius:40px;cursor:pointer;
  box-shadow:0 8px 20px rgba(0,0,0,.18);
}
.btn-red{background:linear-gradient(180deg,#ED251B,#C9150D)}
.btn-red:hover{filter:brightness(1.05)}
.btn .arrow{
  width:34px;height:34px;border-radius:50%;
  background:var(--gold);
  display:inline-flex;align-items:center;justify-content:center;
}
.btn .arrow svg{width:18px;height:18px;fill:none;stroke:#7a1d05;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}

/* ===== Hero ===== */
.hero{
  position:relative;
  min-height:680px;
  background:url('assets/hero-spread.jpg') center/cover no-repeat;
  display:flex;justify-content:center;align-items:stretch;
}
.hero-side{flex:1}
.hero-center{
  flex:0 0 460px;max-width:38vw;
  background:#f1f1f1;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  text-align:center;padding:40px 30px;
}
.hero-logo{width:230px;height:auto;margin-bottom:10px}
.welcome{font-size:30px;font-weight:700;color:#1a1a1a;margin-bottom:2px}
.brand{
  font-family:'Poppins';font-weight:800;
  font-size:46px;letter-spacing:1px;color:#111;line-height:1;
  margin-bottom:34px;
}
.hero .btn{font-size:21px}

/* ===== About (red wood) ===== */
.about{
  background:linear-gradient(0deg,rgba(185,29,21,.93),rgba(185,29,21,.93)),url('assets/wood.jpg') center/cover;
  padding:70px 0;
}
.about-inner{
  max-width:1200px;margin:0 auto;padding:0 40px;
  display:flex;align-items:center;gap:30px;
}
.about-text{flex:1.25;color:#fff}
.display{
  font-family:'Anton',sans-serif;font-weight:400;
  font-size:62px;line-height:1.02;letter-spacing:.5px;color:#fff;
  text-transform:uppercase;margin-bottom:20px;
}
.lead{font-weight:700;font-size:25px;line-height:1.3;margin-bottom:22px}
.about .body{font-size:15.5px;line-height:1.55;font-weight:400;margin-bottom:14px;max-width:620px}
.about-img{flex:1;display:flex;justify-content:center}
.about-img img{width:100%;max-width:470px;height:auto;filter:drop-shadow(0 18px 22px rgba(0,0,0,.28))}

/* ===== Order (white) ===== */
.order{background:#fff;padding:72px 0}
.order-inner{
  max-width:1200px;margin:0 auto;padding:0 40px;
  display:flex;align-items:center;gap:48px;
}
.order-text{flex:1}
.display-dark{
  font-family:'Archivo',sans-serif;font-weight:800;
  font-size:46px;line-height:1.08;color:#101010;margin-bottom:22px;
}
.body-dark{font-size:16px;line-height:1.6;color:#222;margin-bottom:30px;max-width:560px;text-align:justify}
.order-img{flex:1;position:relative;display:flex;justify-content:flex-end}
.order-img img{width:100%;max-width:560px;height:auto;position:relative;z-index:2;border-radius:2px}
.order-accent{
  position:absolute;right:-14px;top:38px;bottom:38px;width:120px;
  background:var(--red);z-index:1;
}

/* ===== Footer ===== */
.site-footer{
  position:relative;color:#fff;
  background:url('assets/footer-bg.jpg') center/cover no-repeat;
}
.footer-overlay{
  background:linear-gradient(0deg,rgba(18,26,30,.84),rgba(18,26,30,.82));
  padding:64px 40px 28px;
}
.footer-inner{
  max-width:1200px;margin:0 auto;
  display:flex;justify-content:space-between;align-items:flex-start;gap:40px;flex-wrap:wrap;
}
.footer-brand{display:flex;flex-direction:column;gap:18px;max-width:520px}
.footer-logo{width:172px;height:auto}
.footer-brand h3{font-family:'Poppins';font-weight:800;font-size:34px;line-height:1.15}
.footer-contact{display:flex;flex-direction:column;gap:26px;min-width:280px}
.fc-branch{display:flex;flex-direction:column;gap:12px}
.fc-branch-name{font-family:'Anton',sans-serif;font-size:24px;letter-spacing:.5px;color:var(--gold);text-transform:uppercase}
.fc-title{display:flex;align-items:flex-start;gap:10px;font-weight:500;font-size:16px;line-height:1.4}
.fc-title .ic{width:20px;height:20px;flex:0 0 20px;margin-top:1px;fill:#fff}
.fc-text{font-size:16px;line-height:1.45;font-weight:400;opacity:.95}

/* ===== Branch picker modal ===== */
.branch-modal{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:20px}
.branch-modal[hidden]{display:none}
.branch-overlay{position:absolute;inset:0;background:rgba(10,10,10,.62);backdrop-filter:blur(2px);animation:branchFade .25s ease}
.branch-dialog{
  position:relative;z-index:1;width:100%;max-width:520px;
  background:#fff;border-radius:18px;padding:38px 34px 34px;text-align:center;
  box-shadow:0 26px 60px rgba(0,0,0,.4);
  animation:branchPop .28s cubic-bezier(.22,.61,.36,1);
}
.branch-close{
  position:absolute;top:12px;right:16px;border:none;background:none;cursor:pointer;
  font-size:30px;line-height:1;color:#999;transition:color .2s;
}
.branch-close:hover{color:var(--red)}
.branch-logo{width:96px;height:auto;margin:0 auto 12px}
.branch-title{font-family:'Archivo',sans-serif;font-weight:800;font-size:28px;color:var(--ink)}
.branch-sub{font-size:15px;color:#666;margin:6px 0 24px}
.branch-options{display:flex;flex-direction:column;gap:14px}
.branch-card{
  display:flex;flex-direction:column;align-items:flex-start;gap:4px;
  padding:18px 20px;border:2px solid #eee;border-radius:14px;text-align:left;
  transition:border-color .2s,transform .2s,box-shadow .2s;
}
.branch-card:hover{border-color:var(--red);transform:translateY(-2px);box-shadow:0 10px 22px rgba(225,28,19,.16)}
.branch-name{font-family:'Anton',sans-serif;font-size:24px;letter-spacing:.5px;color:var(--red);text-transform:uppercase}
.branch-addr{font-size:14px;color:#555;line-height:1.35}
.branch-go{display:inline-flex;align-items:center;gap:6px;margin-top:8px;font-weight:700;font-size:14px;letter-spacing:.5px;color:var(--ink)}
.branch-go svg{width:16px;height:16px;fill:none;stroke:var(--red);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
@keyframes branchFade{from{opacity:0}to{opacity:1}}
@keyframes branchPop{from{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:none}}
.footer-rule{border:none;border-top:1px solid rgba(255,255,255,.35);max-width:1200px;margin:40px auto 22px}
.footer-bottom{
  max-width:1200px;margin:0 auto;
  display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;
}
.copyright{font-size:14px;line-height:1.6;opacity:.92}
.partner{font-size:14px;opacity:.92}
.flink{font-weight:700;color:#fff;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.5);transition:opacity .2s}
.flink:hover{opacity:.75}

/* ===== Scroll reveal animation ===== */
.hero-center>*,
.about-text,.about-img,
.order-text,.order-img,
.footer-brand,.footer-contact,.footer-bottom>*{
  opacity:0;transform:translateY(38px);
  transition:opacity .8s cubic-bezier(.22,.61,.36,1),transform .8s cubic-bezier(.22,.61,.36,1);
  will-change:opacity,transform;
}
.is-visible{opacity:1!important;transform:none!important}
/* stagger */
.hero-center>*:nth-child(2){transition-delay:.08s}
.hero-center>*:nth-child(3){transition-delay:.16s}
.hero-center>*:nth-child(4){transition-delay:.24s}
.about-img,.order-img{transition-delay:.12s}
.footer-contact{transition-delay:.12s}
/* image side-slide variants */
.about-img{transform:translateX(46px)}
.order-img{transform:translateX(46px)}
@media(prefers-reduced-motion:reduce){
  .hero-center>*,.about-text,.about-img,.order-text,.order-img,
  .footer-brand,.footer-contact,.footer-bottom>*{opacity:1;transform:none;transition:none}
}

/* ===== Responsive ===== */
@media(max-width:860px){
  .nav{justify-content:center;gap:20px;padding:0 14px}
  .nav a{font-size:15px}
  .hero{flex-direction:column}
  .hero-side{display:none}
  .hero-center{flex:none;max-width:100%;width:100%;padding:50px 24px;
    background:rgba(241,241,241,.94)}
  .hero{min-height:0}
  .about-inner,.order-inner{flex-direction:column;text-align:center}
  .display{font-size:42px}
  .lead br,.display br{display:none}
  .about .body{margin-left:auto;margin-right:auto}
  .display-dark{font-size:32px}
  .body-dark{text-align:left}
  .order-accent{display:none}
  .footer-inner{flex-direction:column}
  .footer-brand h3{font-size:26px}
  .footer-bottom{flex-direction:column;text-align:center}
}
