/* ============================================================
   BIG DEAL PIZZA — "candlelit roadside trattoria"
   ============================================================ */

:root{
  --espresso:#140f09;
  --espresso-2:#1d160d;
  --espresso-3:#241a10;
  --cream:#f7eedb;
  --paper:#fbf5e8;
  --paper-2:#f2e7cf;
  --tomato:#c1331f;
  --tomato-deep:#9e2516;
  --gold:#e3b14a;
  --gold-soft:#e2c87f;
  --basil:#5a7a4a;
  --ink:#241a10;
  --ink-soft:#5c4d38;
  --line:rgba(36,26,16,.16);

  --serif:'Fraunces',Georgia,'Times New Roman',serif;
  --sans:'Hanken Grotesk',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;

  --maxw:1180px;
  --ease:cubic-bezier(.22,.61,.36,1);
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;scroll-padding-top:84px;-webkit-text-size-adjust:100%}
body{
  font-family:var(--sans);
  background:var(--espresso);
  color:var(--ink);
  line-height:1.6;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{font-family:var(--serif);font-weight:900;line-height:1.02;letter-spacing:-.01em}
::selection{background:var(--tomato);color:var(--cream)}

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

/* ---- buttons ---- */
.btn{
  display:inline-flex;align-items:center;gap:.5em;
  font-family:var(--sans);font-weight:700;font-size:.95rem;letter-spacing:.01em;
  padding:.85em 1.5em;border-radius:999px;cursor:pointer;border:none;
  transition:transform .35s var(--ease),background .3s,color .3s,box-shadow .3s;
  white-space:nowrap;
}
.btn:hover{transform:translateY(-2px)}
.btn__ico{font-size:.9em}
.btn--solid{background:var(--tomato);color:var(--cream);box-shadow:0 8px 24px -10px rgba(193,51,31,.8)}
.btn--solid:hover{background:var(--tomato-deep);box-shadow:0 14px 30px -10px rgba(193,51,31,.9)}
.btn--ghost{background:transparent;color:var(--cream);border:1.5px solid rgba(247,238,219,.4)}
.btn--ghost:hover{border-color:var(--gold);color:var(--gold)}
.btn--ghost-dark{background:transparent;color:var(--ink);border:1.5px solid var(--line)}
.btn--ghost-dark:hover{border-color:var(--tomato);color:var(--tomato)}
.btn--order{background:var(--gold);color:var(--espresso)}
.btn--order:hover{background:var(--gold-soft)}

/* ============ NAV ============ */
.nav{
  position:fixed;top:0;left:0;right:0;z-index:200;
  transition:background .4s var(--ease),box-shadow .4s,padding .4s;
  padding:.5rem 0;
}
.nav.scrolled{background:rgba(20,15,9,.92);backdrop-filter:blur(12px);box-shadow:0 1px 0 rgba(227,177,74,.18)}
.nav__inner{
  max-width:var(--maxw);margin:0 auto;padding:.7rem 1.5rem;
  display:flex;align-items:center;gap:1.5rem;
}
.nav__brand{display:flex;align-items:baseline;gap:.4em;line-height:1}
.nav__brand-big{font-family:var(--serif);font-weight:900;font-size:1.3rem;color:var(--cream);letter-spacing:.02em}
.nav__brand-pizza{font-family:var(--serif);font-style:italic;font-weight:600;font-size:1.15rem;color:var(--gold)}
.nav__links{display:flex;gap:1.8rem;margin-left:auto}
.nav__links a{
  color:rgba(247,238,219,.82);font-weight:600;font-size:.95rem;position:relative;padding:.2em 0;
}
.nav__links a::after{
  content:"";position:absolute;left:0;bottom:-2px;width:0;height:2px;background:var(--gold);transition:width .3s var(--ease);
}
.nav__links a:hover{color:var(--cream)}
.nav__links a:hover::after{width:100%}
.nav__order{font-size:.9rem;padding:.7em 1.3em}
.nav__burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px;margin-left:auto}
.nav__burger span{width:26px;height:2.5px;background:var(--cream);border-radius:2px;transition:.3s}
.nav.open .nav__burger span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}
.nav.open .nav__burger span:nth-child(2){opacity:0}
.nav.open .nav__burger span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}
.nav__mobile{
  display:none;flex-direction:column;gap:.3rem;padding:0 1.5rem;
  max-height:0;overflow:hidden;background:rgba(20,15,9,.98);backdrop-filter:blur(12px);
  transition:max-height .4s var(--ease),padding .4s;
}
.nav__mobile a{color:var(--cream);font-weight:600;padding:.9rem .2rem;border-bottom:1px solid rgba(247,238,219,.1)}
.nav__mobile .btn{margin:1rem 0 1.4rem;justify-content:center}
.nav.open .nav__mobile{max-height:420px;padding:.5rem 1.5rem 0}

/* ============ HERO ============ */
.hero{
  position:relative;min-height:100svh;display:flex;flex-direction:column;justify-content:center;
  background:
    radial-gradient(120% 90% at 78% 18%, rgba(193,51,31,.28), transparent 55%),
    radial-gradient(90% 80% at 12% 90%, rgba(227,177,74,.12), transparent 55%),
    linear-gradient(180deg,#1a130c,#100c07);
  overflow:hidden;padding:7rem 0 5rem;
}
.hero__glow{
  position:absolute;width:60vw;height:60vw;max-width:760px;max-height:760px;
  top:-10%;right:-8%;border-radius:50%;
  background:radial-gradient(circle,rgba(227,177,74,.16),transparent 65%);
  filter:blur(20px);animation:flicker 7s ease-in-out infinite;
}
@keyframes flicker{0%,100%{opacity:.85}50%{opacity:1}}
.hero__grid{
  position:relative;z-index:2;max-width:var(--maxw);margin:0 auto;padding:0 1.5rem;width:100%;
  display:grid;grid-template-columns:1.15fr .85fr;gap:3rem;align-items:center;
}
.eyebrow{
  color:var(--gold);font-weight:700;font-size:.82rem;letter-spacing:.22em;text-transform:uppercase;
  margin-bottom:1.4rem;
}
.hero__title{
  color:var(--cream);font-size:clamp(3.6rem,11vw,8.2rem);line-height:.86;letter-spacing:-.025em;
  display:flex;flex-direction:column;text-shadow:0 4px 40px rgba(0,0,0,.4);
}
.hero__title-pizza{font-style:italic;font-weight:500;color:var(--gold);margin-top:.05em;font-size:.92em}
.hero__lede{
  color:rgba(247,238,219,.78);font-size:clamp(1.05rem,1.7vw,1.3rem);max-width:30ch;margin:1.8rem 0 2.2rem;
}
.hero__cta{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}
.hero__meta{display:flex;gap:.8rem;flex-wrap:wrap}
.chip{
  display:inline-flex;align-items:center;gap:.5em;
  font-size:.85rem;font-weight:600;color:var(--cream);
  background:rgba(247,238,219,.07);border:1px solid rgba(247,238,219,.14);
  padding:.5em 1em;border-radius:999px;
}
.chip--quiet{color:rgba(247,238,219,.6)}
.chip__dot{width:8px;height:8px;border-radius:50%;background:#74c365;box-shadow:0 0 0 3px rgba(116,195,101,.25);animation:pulse 2.4s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.4}}

/* seal */
.bd-seal{width:100%;height:auto;display:block}
.hero__seal-wrap{position:relative;display:flex;flex-direction:column;align-items:center;justify-self:center;max-width:380px}
.hero__seal{
  --seal-bg:#140f09;color:var(--gold);
  filter:drop-shadow(0 18px 40px rgba(0,0,0,.5));
  animation:spin 60s linear infinite;
}
@keyframes spin{to{transform:rotate(360deg)}}
.hero__seal-ribbon{
  margin-top:1.6rem;font-family:var(--serif);font-style:italic;color:var(--cream);
  font-size:1.15rem;letter-spacing:.02em;
}
.hero__seal-ribbon em{color:var(--gold);font-weight:600}
.hero__scroll{
  position:absolute;bottom:1.8rem;left:50%;transform:translateX(-50%);z-index:3;
  width:26px;height:42px;border:2px solid rgba(247,238,219,.35);border-radius:14px;
}
.hero__scroll span{
  position:absolute;top:8px;left:50%;width:4px;height:8px;border-radius:2px;background:var(--gold);
  transform:translateX(-50%);animation:scroll 1.8s var(--ease) infinite;
}
@keyframes scroll{0%{opacity:0;transform:translate(-50%,0)}40%{opacity:1}80%,100%{opacity:0;transform:translate(-50%,14px)}}

/* ============ MARQUEE ============ */
.marquee{
  background:var(--tomato);color:var(--cream);overflow:hidden;padding:.85rem 0;
  border-top:2px solid var(--gold);border-bottom:2px solid var(--gold);
}
.marquee__track{display:inline-flex;align-items:center;gap:1.6rem;white-space:nowrap;animation:slide 32s linear infinite;will-change:transform}
.marquee__track span{font-family:var(--serif);font-weight:700;font-size:1.15rem;font-style:italic;text-transform:uppercase;letter-spacing:.03em}
.marquee__sep{color:var(--gold);font-style:normal!important;font-size:.9rem!important}
@keyframes slide{to{transform:translateX(-50%)}}

/* ============ STORY ============ */
.story{
  background:var(--paper);color:var(--ink);
  max-width:none;padding:6rem 1.5rem;
  display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;
  position:relative;
}
.story::before{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.5;
  background-image:linear-gradient(rgba(36,26,16,.025) 1px,transparent 1px);background-size:100% 8px;
}
.story>*{position:relative}
.story__media{justify-self:end;max-width:520px;width:100%;position:relative}
.story__frame{
  border-radius:6px;overflow:hidden;
  box-shadow:0 30px 60px -24px rgba(36,26,16,.5);
  border:10px solid #fff;rotate:-1.5deg;transition:rotate .5s var(--ease);
}
.story__frame img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover}
.story__media:hover .story__frame{rotate:0deg}
.story__tag{
  position:absolute;bottom:-14px;right:24px;z-index:2;rotate:-1.5deg;
  background:var(--tomato);color:var(--cream);font-weight:700;font-size:.8rem;
  letter-spacing:.14em;text-transform:uppercase;padding:.5em 1.2em;border-radius:4px;
  box-shadow:0 10px 20px -8px rgba(193,51,31,.6);
}
.story__copy{max-width:560px}
.kicker{
  color:var(--tomato);font-weight:700;font-size:.8rem;letter-spacing:.2em;text-transform:uppercase;margin-bottom:1rem;
  display:inline-flex;align-items:center;gap:.6em;
}
.kicker::before{content:"";width:28px;height:2px;background:currentColor}
.kicker--gold{color:var(--gold)}
.story__copy h2{font-size:clamp(2rem,4.2vw,3.2rem);margin-bottom:1.4rem;color:var(--ink)}
.story__copy h2 .ital{font-style:italic;font-weight:500;color:var(--tomato)}
.story__copy p{color:var(--ink-soft);font-size:1.05rem;margin-bottom:1.1rem;max-width:52ch}
.pullquote{
  font-family:var(--serif);font-style:italic;font-weight:600;font-size:2rem;color:var(--ink);
  margin:2rem 0;padding-left:1.4rem;border-left:4px solid var(--gold);line-height:1.2;
}
.pullquote em{color:var(--tomato)}
.story__stats{display:flex;gap:2rem;flex-wrap:wrap;margin-top:2.2rem;padding-top:1.8rem;border-top:1px solid var(--line)}
.stat{display:flex;flex-direction:column}
.stat__num{font-family:var(--serif);font-weight:900;font-size:1.7rem;color:var(--tomato);line-height:1}
.stat__lbl{font-size:.82rem;color:var(--ink-soft);margin-top:.4rem;max-width:18ch}

/* ============ section heads ============ */
.sec-head{max-width:var(--maxw);margin:0 auto 3rem;padding:0 1.5rem}
.sec-head--center{text-align:center}
.sec-head--center .kicker{justify-content:center}
.sec-head h2{font-size:clamp(2.2rem,5vw,3.6rem);line-height:1}
.sec-head__sub{margin-top:1rem;font-size:1.05rem;opacity:.7;max-width:46ch}
.sec-head--center .sec-head__sub{margin-left:auto;margin-right:auto}

/* ============ SIGNATURES ============ */
.signatures{background:var(--espresso-2);color:var(--cream);padding:6rem 0}
.signatures .sec-head h2{color:var(--cream)}
.signatures .sec-head__sub{color:rgba(247,238,219,.7)}
.sig-grid{
  max-width:var(--maxw);margin:0 auto;padding:0 1.5rem;
  display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;
}
.sig-card{
  background:linear-gradient(165deg,rgba(247,238,219,.06),rgba(247,238,219,.02));
  border:1px solid rgba(247,238,219,.12);border-radius:14px;padding:1.8rem 1.6rem 2rem;
  display:flex;flex-direction:column;position:relative;overflow:hidden;
  transition:transform .4s var(--ease),border-color .4s,background .4s;
}
.sig-card::before{
  content:"";position:absolute;top:0;left:0;right:0;height:3px;
  background:linear-gradient(90deg,var(--tomato),var(--gold));transform:scaleX(0);transform-origin:left;
  transition:transform .45s var(--ease);
}
.sig-card:hover{transform:translateY(-6px);border-color:rgba(227,177,74,.4);background:linear-gradient(165deg,rgba(247,238,219,.1),rgba(247,238,219,.03))}
.sig-card:hover::before{transform:scaleX(1)}
.sig-card__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.1rem;gap:.5rem}
.sig-card__tag{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);background:rgba(227,177,74,.12);padding:.4em .8em;border-radius:999px}
.sig-card__price{font-family:var(--serif);font-weight:700;color:var(--cream);font-size:1.05rem;white-space:nowrap}
.sig-card__price span{color:rgba(247,238,219,.4);margin:0 .1em}
.sig-card h3{font-size:1.5rem;color:var(--cream);margin-bottom:.7rem}
.sig-card p{color:rgba(247,238,219,.68);font-size:.95rem;line-height:1.55}

/* ============ MENU ============ */
.menu{background:var(--paper);color:var(--ink);padding:6rem 0 4rem;position:relative}
.menu__tabs{
  position:sticky;top:64px;z-index:100;
  max-width:var(--maxw);margin:0 auto 3rem;padding:.6rem;
  display:flex;gap:.3rem;justify-content:center;flex-wrap:wrap;
  background:rgba(251,245,232,.9);backdrop-filter:blur(8px);
  border:1px solid var(--line);border-radius:999px;width:max-content;max-width:calc(100% - 3rem);
}
.menu__tabs a{
  font-weight:600;font-size:.9rem;padding:.5em 1.1em;border-radius:999px;color:var(--ink-soft);
  transition:background .25s,color .25s;
}
.menu__tabs a:hover{color:var(--ink)}
.menu__tabs a.active{background:var(--tomato);color:var(--cream)}
.menu__wrap{
  max-width:var(--maxw);margin:0 auto;padding:0 1.5rem;
  columns:2;column-gap:4rem;
}
.menu__block{break-inside:avoid;margin-bottom:3rem;display:inline-block;width:100%;scroll-margin-top:140px}
.menu__block-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1.2rem;padding-bottom:.7rem;border-bottom:2px solid var(--ink)}
.menu__block-head--mini{margin-top:2rem;border-bottom-width:1px;border-color:var(--line)}
.menu__block-head h3{font-size:1.9rem;color:var(--ink)}
.menu__block-head h4{font-family:var(--serif);font-size:1.3rem;font-weight:700}
.menu__sizes{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--tomato);white-space:nowrap}
.mlist{list-style:none}
.mlist li{padding:.45rem 0;border-bottom:1px dotted transparent}
.mlist__main,.mlist li:not(.mlist--desc *){}
.mlist:not(.mlist--desc) li{display:flex;align-items:baseline;gap:.4rem}
.mlist--desc>li{display:block;padding:.55rem 0}
.mlist__main{display:flex;align-items:baseline;gap:.4rem}
.mlist__name{font-weight:600;font-size:1.02rem;color:var(--ink)}
.mlist__name em{font-style:italic;font-weight:400;color:var(--ink-soft);font-size:.85em}
.leader{flex:1;border-bottom:2px dotted rgba(36,26,16,.28);transform:translateY(-.28em);min-width:1.5rem}
.mlist__price{font-family:var(--serif);font-weight:700;font-size:1rem;color:var(--tomato);white-space:nowrap}
.mlist__desc{display:block;font-size:.86rem;color:var(--ink-soft);margin-top:.15rem;max-width:90%;line-height:1.4}
.menu__note{font-size:.85rem;color:var(--ink-soft);margin-top:1rem;line-height:1.5;background:var(--paper-2);padding:.9rem 1.1rem;border-radius:8px}
.menu__note strong{color:var(--ink)}
.menu__foot{
  max-width:var(--maxw);margin:2rem auto 0;padding:2rem 1.5rem 0;border-top:1px solid var(--line);
  display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;
}
.menu__foot p{font-size:.85rem;color:var(--ink-soft);max-width:48ch}

/* ============ UNDER ONE ROOF ============ */
.inside{background:var(--espresso-2);color:var(--cream);padding:6rem 0}
.inside .sec-head h2{color:var(--cream)}
.inside .sec-head__sub{color:rgba(247,238,219,.72)}
.inside-grid{
  max-width:var(--maxw);margin:0 auto;padding:0 1.5rem;
  display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem;
}
.tile{
  position:relative;border-radius:14px;overflow:hidden;aspect-ratio:4/5;
  background:#0d0a06;box-shadow:0 18px 40px -22px rgba(0,0,0,.8);
}
.tile img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .7s var(--ease),filter .5s;filter:saturate(1.02);
}
.tile::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(13,10,6,0) 35%,rgba(13,10,6,.55) 62%,rgba(13,10,6,.94) 100%);
}
.tile:hover img{transform:scale(1.06)}
.tile__cap{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:1.4rem 1.4rem 1.5rem}
.tile__cap h3{font-size:1.5rem;color:var(--cream);margin-bottom:.25rem;text-shadow:0 2px 12px rgba(0,0,0,.6)}
.tile__cap p{font-size:.86rem;color:rgba(247,238,219,.82);line-height:1.4}
.tile__cap h3::before{
  content:"";display:block;width:34px;height:3px;border-radius:2px;
  background:linear-gradient(90deg,var(--tomato),var(--gold));margin-bottom:.7rem;
}
.inside-also{
  list-style:none;max-width:var(--maxw);margin:2.2rem auto 0;padding:0 1.5rem;
  display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;
}
.inside-also li{
  font-size:.82rem;font-weight:600;letter-spacing:.02em;color:rgba(247,238,219,.85);
  background:rgba(247,238,219,.06);border:1px solid rgba(247,238,219,.16);
  padding:.5em 1.1em;border-radius:999px;
}
.inside-also li::before{content:"✶";color:var(--gold);margin-right:.5em;font-size:.8em}

/* ============ LOCATIONS ============ */
.loc-card__banner{
  margin:-2.2rem -2.2rem 1.5rem;height:150px;overflow:hidden;
  border-bottom:2px solid var(--gold);background:#0d0a06;
}
.loc-card__banner img{width:100%;height:100%;object-fit:cover;object-position:center}

.locations{background:var(--espresso);color:var(--cream);padding:6rem 0}
.locations .sec-head h2{color:var(--cream)}
.locations .sec-head__sub{color:rgba(247,238,219,.7)}
.loc-grid{max-width:920px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:1.6rem}
.loc-card{
  background:linear-gradient(165deg,rgba(247,238,219,.07),rgba(247,238,219,.02));
  border:1px solid rgba(247,238,219,.14);border-radius:16px;padding:2.2rem;position:relative;overflow:hidden;
  transition:transform .4s var(--ease),border-color .4s;
}
.loc-card:hover{transform:translateY(-5px);border-color:rgba(227,177,74,.45)}
.loc-card__badge{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--espresso);background:var(--gold);padding:.4em .9em;border-radius:999px;margin-bottom:1.2rem}
.loc-card h3{font-size:2.4rem;color:var(--cream);margin-bottom:.6rem}
.loc-card__addr{color:rgba(247,238,219,.8);font-size:1.05rem;margin-bottom:1.4rem;line-height:1.4}
.loc-card__lines{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.8rem}
.loc-card__lines div{display:flex;justify-content:space-between;gap:1rem;padding-bottom:.55rem;border-bottom:1px solid rgba(247,238,219,.1)}
.loc-card__lines dt{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(247,238,219,.55);font-weight:700;align-self:center}
.loc-card__lines dd{font-family:var(--serif);font-weight:700;font-size:1.1rem;color:var(--gold)}
.loc-card__lines dd a:hover{color:var(--cream)}
.loc-card__cta{display:flex;gap:.7rem;flex-wrap:wrap}

/* ============ CTA ============ */
.cta{
  background:
    radial-gradient(80% 120% at 50% 0%, rgba(193,51,31,.4),transparent 60%),
    var(--espresso-2);
  color:var(--cream);padding:6rem 1.5rem;text-align:center;
  border-top:2px solid var(--gold);
}
.cta__inner{max-width:760px;margin:0 auto}
.cta h2{font-size:clamp(2.2rem,5.5vw,4rem);color:var(--cream);margin-bottom:2.4rem}
.cta__phones{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}
.cta__phone{
  display:flex;flex-direction:column;gap:.2rem;
  font-family:var(--serif);font-weight:900;font-size:clamp(1.5rem,3.5vw,2.2rem);color:var(--cream);
  background:rgba(247,238,219,.06);border:1px solid rgba(247,238,219,.16);
  padding:1.2rem 2rem;border-radius:14px;transition:.35s var(--ease);
}
.cta__phone span{font-family:var(--sans);font-weight:700;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold)}
.cta__phone:hover{transform:translateY(-4px);background:var(--tomato);border-color:var(--tomato)}
.cta__phone:hover span{color:var(--cream)}

/* ============ FOOTER ============ */
.footer{background:var(--espresso);color:var(--cream);padding:4.5rem 1.5rem 2rem;border-top:1px solid rgba(247,238,219,.1)}
.footer__inner{max-width:var(--maxw);margin:0 auto;display:grid;grid-template-columns:auto 1fr;gap:4rem;align-items:start}
.footer__brand{display:flex;flex-direction:column;align-items:center;gap:1.2rem;max-width:220px}
.footer__seal{--seal-bg:#140f09;color:var(--gold);width:170px;height:170px}
.footer__love{font-family:var(--serif);font-style:italic;font-size:1.3rem;color:var(--cream)}
.footer__love em{color:var(--gold);font-weight:600}
.footer__cols{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.footer__col h4{font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;font-family:var(--sans);font-weight:700}
.footer__col p{color:rgba(247,238,219,.72);font-size:.95rem;margin-bottom:.8rem;line-height:1.6}
.footer__col a:hover{color:var(--gold)}
.footer__bar{
  max-width:var(--maxw);margin:3.5rem auto 0;padding-top:1.6rem;border-top:1px solid rgba(247,238,219,.1);
  display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;
  font-size:.82rem;color:rgba(247,238,219,.5);
}
.footer__pizza{font-family:var(--serif);font-weight:900;color:rgba(247,238,219,.7)}
.footer__pizza em{font-style:italic;font-weight:500;color:var(--gold)}

/* ============ hero long subline + footer since ============ */
.hero__title-pizza{font-size:clamp(2rem,5.3vw,4rem);margin-top:.14em;line-height:1}
.footer__since{font-size:.8rem;color:rgba(247,238,219,.5);margin-top:.15rem;letter-spacing:.03em;font-style:italic}

/* ============ GALLERY (auto-scroll filmstrip) ============ */
.gallery{background:var(--paper);color:var(--ink);padding:6rem 0 6.5rem;overflow:hidden}
.gal-strip{
  display:flex;flex-direction:column;gap:1rem;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);
          mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);
}
.gal-row{display:flex;gap:1rem;width:max-content;will-change:transform;cursor:grab;touch-action:pan-y;-webkit-user-select:none;user-select:none}
.gal-row.dragging{cursor:grabbing}
.gal__item{
  flex:0 0 auto;height:240px;border-radius:12px;overflow:hidden;position:relative;
  background:#0d0a06;box-shadow:0 14px 30px -18px rgba(36,26,16,.55);cursor:zoom-in;
}
.gal__item img{height:240px;width:auto;display:block;transition:transform .5s var(--ease);-webkit-user-drag:none;pointer-events:none}
.gal__item::after{content:"";position:absolute;inset:0;background:rgba(20,15,9,0);transition:background .3s}
.gal__item:hover img{transform:scale(1.06)}
.gal__item:hover::after{background:rgba(20,15,9,.18)}

/* ============ ORDER BAR (near top) ============ */
.orderbar{background:var(--espresso-2);border-top:2px solid var(--gold);border-bottom:2px solid var(--gold);padding:2.3rem 1.5rem}
.orderbar__inner{max-width:var(--maxw);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.6rem 2rem;flex-wrap:wrap}
.orderbar__lead .kicker{color:var(--gold);margin-bottom:.5rem}
.orderbar__lead h2{color:var(--cream);font-size:clamp(1.35rem,2.6vw,2rem);line-height:1.06;max-width:18ch}
.orderbar__bar{color:var(--gold);font-weight:400;margin:0 .15em}
.orderbar__phones{display:flex;gap:.9rem;flex-wrap:wrap}
.orderphone{
  display:flex;flex-direction:column;align-items:center;text-align:center;gap:.12rem;
  padding:.8rem 1.4rem;border-radius:12px;
  background:var(--tomato);color:var(--cream);box-shadow:0 10px 24px -12px rgba(193,51,31,.7);
}
.orderphone__name{font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;opacity:.9}
.orderphone__addr{
  font-size:.8rem;opacity:.85;margin-bottom:.25rem;white-space:nowrap;
  -webkit-user-select:text;user-select:text;cursor:text;
}
.orderphone__num{
  font-family:var(--serif);font-weight:900;font-size:1.35rem;line-height:1;color:var(--cream);
  -webkit-user-select:text;user-select:text;transition:opacity .25s;
}
.orderphone__num:hover{opacity:.85}

/* ============ LIGHTBOX ============ */
.lb{
  position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;
  background:rgba(12,9,6,.94);backdrop-filter:blur(4px);padding:4vh 4vw;
}
.lb.open{display:flex;animation:lbfade .25s ease}
@keyframes lbfade{from{opacity:0}to{opacity:1}}
.lb__img{max-width:92vw;max-height:86vh;border-radius:8px;box-shadow:0 30px 80px -20px rgba(0,0,0,.8);object-fit:contain}
.lb__btn{
  position:absolute;background:rgba(247,238,219,.1);border:1px solid rgba(247,238,219,.25);
  color:var(--cream);cursor:pointer;border-radius:999px;display:flex;align-items:center;justify-content:center;
  transition:background .25s,transform .25s;
}
.lb__btn:hover{background:var(--tomato);border-color:var(--tomato)}
.lb__close{top:3vh;right:3vw;width:46px;height:46px;font-size:1.9rem;line-height:1}
.lb__prev,.lb__next{top:50%;transform:translateY(-50%);width:54px;height:54px;font-size:2.1rem;line-height:1}
.lb__prev{left:2.5vw}.lb__next{right:2.5vw}
.lb__prev:hover,.lb__next:hover{transform:translateY(-50%) scale(1.07)}
.lb__count{position:absolute;bottom:3vh;left:50%;transform:translateX(-50%);color:rgba(247,238,219,.85);font-size:.9rem;font-weight:600;letter-spacing:.06em}

/* ============ reveal animation ============ */
.reveal{opacity:0;transform:translateY(26px);transition:opacity .8s var(--ease),transform .8s var(--ease);transition-delay:var(--d,0s)}
.reveal.in{opacity:1;transform:none}

/* ============ RESPONSIVE ============ */
@media(max-width:980px){
  .sig-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:860px){
  .nav__links,.nav__order{display:none}
  .nav__burger{display:flex}
  .nav__mobile{display:flex}
  .nav__brand{flex-direction:column;align-items:flex-start;gap:.04rem;line-height:1.02}
  .nav__brand-big{font-size:1.18rem}
  .nav__brand-pizza{font-size:.95rem}
  .hero{min-height:auto;padding:5rem 0 2.75rem}
  .hero__grid{grid-template-columns:1fr;gap:2.25rem}
  .hero__seal-wrap{order:-1;max-width:240px}
  .hero__seal-ribbon{display:none}
  .story{grid-template-columns:1fr;gap:3rem;padding:5rem 1.5rem}
  .story__media{justify-self:center;max-width:460px}
  .story__copy{max-width:none}
  .menu__wrap{columns:1}
  .gal__item,.gal__item img{height:180px}
  .lb__prev,.lb__next{width:42px;height:42px;font-size:1.6rem}
  .orderbar__inner{flex-direction:column;align-items:flex-start}
  .orderbar__phones{width:100%;flex-direction:column}
  .orderphone{width:100%}
  .br-wide{display:none}
  .menu__tabs{
    top:80px;width:auto;max-width:none;margin:0 1rem 2rem;border-radius:16px;
    flex-wrap:wrap;justify-content:center;gap:.35rem .4rem;padding:.6rem .65rem;
    box-shadow:0 8px 20px -12px rgba(36,26,16,.55);
  }
  .menu__tabs a{flex:0 0 auto;white-space:nowrap;font-size:.8rem;padding:.4em .82em}
  .menu__block{scroll-margin-top:170px}
  .loc-grid{grid-template-columns:1fr;max-width:480px}
  .inside-grid{grid-template-columns:repeat(2,1fr)}
  .footer__inner{grid-template-columns:1fr;gap:2.5rem;justify-items:center;text-align:center}
  .footer__brand{margin:0 auto}
  .footer__cols{width:100%}
}
@media(max-width:560px){
  .sig-grid{grid-template-columns:1fr}
  .inside-grid{gap:.7rem}
  .tile__cap{padding:1rem 1rem 1.1rem}
  .tile__cap h3{font-size:1.12rem}
  .tile__cap p{font-size:.74rem}
  .tile__cap h3::before{margin-bottom:.5rem;width:26px}
  .footer__cols{grid-template-columns:1fr;text-align:center}
  .menu__foot{flex-direction:column;align-items:flex-start;text-align:left;margin-top:1rem;padding-top:1.1rem;gap:1.1rem}
  .menu__foot p{font-size:.74rem;line-height:1.45}
  .loc-card{padding:1.6rem 1.4rem}
  .loc-card__badge{white-space:nowrap;letter-spacing:.08em;font-size:.64rem;padding:.4em .8em;margin-bottom:1rem}
  .story__stats{gap:1.4rem 2.2rem;justify-content:center;text-align:center}
  .stat{align-items:center}
  .hero{padding-top:6rem}
}
@media(prefers-reduced-motion:reduce){
  *{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto}
  .reveal{opacity:1;transform:none}
}
