:root {
  --red: #c92a24;
  --red-dark: #9f1d18;
  --ink: #171313;
  --paper: #f2eadb;
  --cream: #fffaf0;
  --line: rgba(23, 19, 19, .18);
  --display: "Anton", Impact, sans-serif;
  --sans: "DM Sans", Arial, sans-serif;
  --script: "Playfair Display", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link:focus { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 15px; color: white; background: black; }

.topline {
  height: 34px;
  padding: 0 clamp(20px, 4vw, 68px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  background: var(--red);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.topline a { text-decoration: none; }
.site-header {
  position: absolute;
  z-index: 20;
  top: 34px;
  width: 100%;
  min-height: 102px;
  padding: 20px clamp(20px, 4vw, 68px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  background: #eee3d0;
  border-bottom: 1px solid rgba(255,255,255,.24);
  transition: background .25s, min-height .25s, transform .25s;
}
.site-header.scrolled {
  position: fixed;
  top: 0;
  min-height: 80px;
  color: var(--ink);
  background: rgba(242,234,219,.96);
  border-bottom-color: var(--line);
  backdrop-filter: blur(12px);
}
.brand { display: inline-flex; flex-direction: column; text-decoration: none; line-height: .9; }
.header-brand {
  width: 148px;
  height: 92px;
  flex: 0 0 auto;
  overflow: hidden;
}
.header-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.brand-script { font: italic 700 30px/1 var(--script); letter-spacing: -.05em; }
.brand-block { margin-top: 6px; font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 45px); }
.site-nav > a:not(.button) { position: relative; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; background: currentColor; transition: right .2s; }
.site-nav > a:not(.button):hover::after { right: 0; }
.menu-toggle { display: none; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-height: 56px;
  padding: 0 26px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid transparent;
  transition: transform .2s, background .2s, color .2s;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 43px; padding: 0 20px; }
.button-dark { color: white; background: var(--ink); }
.site-header:not(.scrolled) .button-dark { color: var(--ink); background: white; }
.button-red { color: white; background: var(--red); }
.button-red:hover { background: var(--red-dark); }
.button-outline { color: white; border-color: rgba(255,255,255,.65); }
.button-outline:hover { color: var(--ink); background: white; }

.hero { position: relative; min-height: calc(100vh - 34px); height: 780px; display: flex; align-items: flex-end; color: white; overflow: hidden; background: #2c1612; }
.hero-image-wrap, .hero-shade { position: absolute; inset: 0; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; animation: heroZoom 16s ease-out both; }
.hero-shade { background: linear-gradient(90deg, rgba(16,10,8,.88) 0%, rgba(16,10,8,.6) 42%, rgba(16,10,8,.06) 75%), linear-gradient(0deg, rgba(16,10,8,.45), transparent 55%); }
.hero-content { position: relative; z-index: 2; max-width: 800px; padding: 185px clamp(20px, 8vw, 132px) 100px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 26px; font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow span { width: 29px; height: 2px; background: var(--red); }
.eyebrow.dark { color: var(--red); }
.eyebrow.light { color: #efc5a7; }
.eyebrow.light span { background: #efc5a7; }
h1, h2 { margin: 0; font: 400 clamp(58px, 7vw, 105px)/.94 var(--display); letter-spacing: -.025em; text-transform: uppercase; }
h1 em, h2 em { font-family: var(--script); font-weight: 700; text-transform: none; }
h1 em { color: #f0c69e; }
.hero-copy { max-width: 600px; margin: 28px 0 34px; color: rgba(255,255,255,.83); font-size: clamp(16px, 1.5vw, 19px); }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.text-link { padding: 8px 0; color: inherit; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; border-bottom: 1px solid currentColor; }
.text-link span { margin-left: 8px; }
.hero-stamp { position: absolute; z-index: 2; right: 5vw; bottom: 55px; width: 150px; height: 150px; display: grid; place-items: center; text-align: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; transform: rotate(7deg); }
.hero-stamp span { position: absolute; top: 20px; font-size: 8px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.hero-stamp strong { font: 400 24px/1 var(--display); text-transform: uppercase; }

.marquee { overflow: hidden; padding: 14px 0; color: white; background: var(--red); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 25px; animation: ticker 24s linear infinite; }
.marquee span { font: 400 24px/1 var(--display); letter-spacing: .02em; text-transform: uppercase; }
.marquee i { font-size: 8px; font-style: normal; }

.section { padding: clamp(80px, 10vw, 145px) clamp(20px, 6vw, 100px); }
.favorites { background-color: var(--paper); background-image: radial-gradient(rgba(72,45,24,.08) .65px, transparent .65px); background-size: 6px 6px; }
.section-heading { max-width: 750px; margin-bottom: 65px; }
.section-heading h2, .story-copy h2 { font-size: clamp(52px, 6.2vw, 90px); }
.section-heading h2 em, .story-copy h2 em { color: var(--red); }
.section-heading > p:last-child { max-width: 590px; margin: 28px 0 0; color: #5c5048; font-size: 18px; }
.food-grid { display: grid; grid-template-columns: 1.1fr 1fr; grid-template-rows: repeat(2, minmax(260px, 360px)); gap: 16px; }
.food-card { position: relative; overflow: hidden; background: #b4a995; }
.food-card-tall { grid-row: span 2; }
.food-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.food-card:hover img { transform: scale(1.04); }
.food-card::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.67)); }
.food-label { position: absolute; z-index: 2; right: 25px; bottom: 22px; left: 25px; display: flex; align-items: flex-end; justify-content: space-between; color: white; }
.food-label span { font-size: 11px; font-weight: 700; }
.food-label h3 { margin: 0; font: 400 clamp(30px, 3vw, 48px)/1 var(--display); text-transform: uppercase; }

.feature-strip { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 680px; background: var(--ink); }
.feature-photo img { width: 100%; height: 100%; object-fit: cover; }
.feature-copy { padding: clamp(70px, 8vw, 125px) clamp(35px, 6vw, 90px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; color: white; }
.feature-copy h2 { font-size: clamp(48px, 5.5vw, 76px); }
.feature-copy h2 em { color: #efc5a7; }
.feature-copy p:not(.eyebrow) { margin: 30px 0 38px; color: #c7bdaf; font-size: 18px; }

.story { position: relative; display: grid; grid-template-columns: .62fr 1fr; grid-template-areas: "mark copy" "photo photo"; gap: 60px 8vw; overflow: hidden; }
.story::before { content: "DECARO'S"; position: absolute; top: 20px; left: -15px; color: rgba(201,42,36,.045); font: 400 22vw/1 var(--display); white-space: nowrap; pointer-events: none; }
.story-mark { grid-area: mark; align-self: center; }
.story-mark img { width: min(100%, 370px); filter: sepia(.2); mix-blend-mode: multiply; }
.story-copy { grid-area: copy; position: relative; z-index: 1; }
.story-copy > p:not(.eyebrow) { max-width: 650px; margin: 27px 0 0; color: #5c5048; font-size: 18px; }
.story-copy .text-link { display: inline-block; margin-top: 32px; }
.dark-link { color: var(--ink); }
.story-photo { grid-area: photo; margin: 0; height: clamp(350px, 52vw, 690px); overflow: hidden; }
.story-photo img { width: 100%; height: 100%; object-fit: cover; }

.visit { padding: clamp(80px, 10vw, 135px) clamp(20px, 8vw, 130px); display: grid; grid-template-columns: 1fr 1fr; gap: 80px; color: white; background: var(--red); }
.visit h2 { font-size: clamp(55px, 6.5vw, 94px); }
.visit h2 em { color: #f6cfaa; }
.visit-details { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-content: center; font-style: normal; }
.detail-label { display: block; padding-bottom: 12px; font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; border-bottom: 1px solid rgba(255,255,255,.35); }
.visit-details p { min-height: 78px; margin: 18px 0; font-size: 18px; line-height: 1.5; }
.visit-details a { font-size: 12px; font-weight: 800; letter-spacing: .06em; text-underline-offset: 4px; text-transform: uppercase; }
.visit-details .phone { font-size: 22px; letter-spacing: 0; text-decoration: none; text-transform: none; }

footer { padding: 45px clamp(20px, 4vw, 68px); display: grid; grid-template-columns: 1fr auto auto; gap: 40px; align-items: center; color: white; background: #0f0d0d; }
footer p { margin: 0; color: #a99f95; font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
footer p a { color: white; text-underline-offset: 4px; }
.mobile-callbar { display: none; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes heroZoom { from { transform: scale(1.06); } to { transform: scale(1); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  body { padding-bottom: 62px; }
  .topline span { display: none; }
  .topline { justify-content: center; }
  .site-header { min-height: 84px; }
  .site-header.scrolled { min-height: 72px; }
  .header-brand { width: 112px; height: 70px; }
  .menu-toggle { width: 42px; height: 42px; padding: 10px; display: grid; align-content: center; gap: 5px; color: inherit; background: none; border: 0; }
  .menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; background: currentColor; transition: transform .2s, opacity .2s; }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: -1; inset: 0; padding: 120px 30px 50px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 18px; color: white; background: var(--ink); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .25s; }
  .site-nav > a:not(.button) { font: 400 40px/1.2 var(--display); }
  .site-nav .button { margin-top: 20px; }
  .menu-open .site-nav { opacity: 1; visibility: visible; transform: none; }
  .hero { height: 720px; min-height: calc(100svh - 34px); }
  .hero-content { padding-bottom: 70px; }
  .hero-stamp { display: none; }
  .food-grid { grid-template-columns: 1fr; grid-template-rows: 500px 310px 310px; }
  .food-card-tall { grid-row: auto; }
  .feature-strip { grid-template-columns: 1fr; }
  .feature-photo { height: 55vw; min-height: 340px; }
  .story { grid-template-columns: 1fr; grid-template-areas: "copy" "mark" "photo"; gap: 45px; }
  .story-mark img { width: 270px; }
  .visit { grid-template-columns: 1fr; gap: 55px; }
  footer { grid-template-columns: 1fr; gap: 15px; text-align: center; justify-items: center; }
  .mobile-callbar { position: fixed; z-index: 30; right: 0; bottom: 0; left: 0; display: block; color: white; background: var(--ink); border-top: 1px solid rgba(255,255,255,.12); }
  .mobile-callbar a { height: 62px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; text-decoration: none; }
  .mobile-callbar span { font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
}

@media (max-width: 600px) {
  .topline { height: 30px; }
  .site-header { top: 30px; padding-inline: 18px; }
  .header-brand { width: 96px; height: 60px; }
  .brand-script { font-size: 25px; }
  .brand-block { font-size: 7px; }
  .hero { height: 690px; }
  .hero-shade { background: linear-gradient(90deg, rgba(16,10,8,.85), rgba(16,10,8,.25)), linear-gradient(0deg, rgba(16,10,8,.65), transparent); }
  .hero-content { padding: 150px 20px 55px; }
  h1 { font-size: clamp(52px, 16vw, 76px); }
  .hero-copy { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .button { min-height: 52px; }
  .marquee span { font-size: 20px; }
  .section { padding: 78px 20px; }
  .section-heading { margin-bottom: 38px; }
  .food-grid { grid-template-rows: repeat(3, 340px); }
  .feature-photo { min-height: 280px; }
  .feature-copy { padding: 70px 22px; }
  .story-mark img { width: 230px; }
  .story-photo { height: 360px; }
  .visit { padding: 75px 20px; }
  .visit-details { grid-template-columns: 1fr; }
  .visit-details p { min-height: auto; }
}

/* Vintage Brooklyn poster pass */
body {
  background-color: #eee3d0;
  background-image:
    radial-gradient(rgba(54, 38, 24, .075) .7px, transparent .8px),
    radial-gradient(rgba(255, 255, 255, .35) .6px, transparent .7px);
  background-position: 0 0, 3px 3px;
  background-size: 7px 7px;
}

.topline { background: var(--ink); }
.site-header:not(.scrolled) {
  color: var(--ink);
  background: #eee3d0;
  border-bottom-color: rgba(23, 19, 19, .28);
}
.site-header:not(.scrolled) .button-dark { color: white; background: var(--red); }
.site-header:not(.scrolled) .site-nav > a:not(.button) {
  text-shadow: 0 0 5px #eee3d0, 0 0 9px #eee3d0;
}

.hero {
  color: var(--ink);
  background: #eee3d0;
  border-bottom: 9px solid var(--red);
}
.hero-image-wrap img {
  object-position: center center;
  filter: saturate(.94) contrast(1.04);
}
.hero-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .13;
  background-image: radial-gradient(#171313 .55px, transparent .65px);
  background-size: 5px 5px;
  mix-blend-mode: multiply;
}
.hero-shade {
  background: linear-gradient(90deg, rgba(238,227,208,.14) 0%, rgba(238,227,208,.02) 55%, transparent 70%);
}
.hero-content { max-width: 720px; padding-bottom: 70px; }
.hero .eyebrow { margin-bottom: 18px; color: var(--red-dark); }
.hero h1 { line-height: .83; }
.hero h1 span, .hero h1 em { display: block; }
.hero-kicker {
  color: var(--ink);
  font-size: .74em;
  letter-spacing: -.01em;
  text-shadow: 1px 1px 0 rgba(238,227,208,.8);
}
.hero-main {
  padding: .07em 0 .11em;
  color: transparent;
  background-color: var(--red-dark);
  background-image: radial-gradient(rgba(238,227,208,.75) .8px, transparent .9px);
  background-size: 7px 7px;
  background-clip: text;
  -webkit-background-clip: text;
  filter: drop-shadow(1px 1px 0 rgba(102, 17, 13, .25));
}
.hero h1 em {
  margin-top: .06em;
  color: var(--red-dark);
  font-size: .78em;
  transform: rotate(-2deg);
  transform-origin: left center;
}
.hero-copy { max-width: 540px; margin-top: 25px; color: #332a25; font-weight: 600; }
.hero .text-link { color: var(--ink); }
.hero-stamp {
  right: 4vw;
  bottom: 46px;
  width: 164px;
  height: 164px;
  color: var(--cream);
  background: var(--red-dark);
  border: 7px double var(--cream);
  box-shadow: 0 0 0 3px var(--red-dark);
}
.hero-stamp strong { font-size: 22px; }
.hero-stamp::after {
  content: "";
  position: absolute;
  inset: 5px;
  background-image: radial-gradient(rgba(255,255,255,.28) .7px, transparent .8px);
  background-size: 6px 6px;
}
.hero-stamp > * { z-index: 1; }

.marquee {
  padding: 16px 0;
  color: var(--cream);
  background: var(--ink);
  border-bottom: 4px solid var(--red);
}
.marquee span { text-shadow: 2px 2px 0 var(--red-dark); }
.favorites { background-color: transparent; }
.section-heading h2, .story-copy h2, .feature-copy h2, .visit h2 {
  text-shadow: 2px 2px 0 rgba(23, 19, 19, .1);
}
.section-heading h2::after {
  content: "NY → NJ";
  display: inline-block;
  margin-left: .25em;
  color: var(--red-dark);
  font: italic 700 .28em/1 var(--script);
  letter-spacing: 0;
  transform: rotate(-5deg);
}
.food-card { border: 6px solid var(--cream); box-shadow: 5px 6px 0 var(--ink); }
.food-label { right: 0; bottom: 0; left: 0; padding: 14px 18px; background: rgba(23,19,19,.84); }
.food-label h3 { text-shadow: 2px 2px 0 var(--red-dark); }

.feature-strip {
  position: relative;
  background: var(--red-dark);
  border-block: 10px solid var(--ink);
}
.feature-strip::after {
  content: "BROOKLYN BUILT • BRICK PROUD";
  position: absolute;
  right: -65px;
  top: 52%;
  color: rgba(255,255,255,.08);
  font: 400 54px/1 var(--display);
  letter-spacing: .05em;
  transform: rotate(-90deg);
  pointer-events: none;
}
.feature-copy h2 em { color: var(--cream); }
.feature-copy p:not(.eyebrow) { color: #f3ddcc; }
.button-outline { border-width: 2px; }

.story { background: rgba(255,250,240,.25); }
.story::before { color: rgba(23,19,19,.045); }
.story-mark img { filter: sepia(.15) contrast(1.15); }
.visit {
  background-color: var(--ink);
  background-image: radial-gradient(rgba(255,255,255,.06) .75px, transparent .85px);
  background-size: 7px 7px;
  border-top: 12px solid var(--red);
}
.visit h2 em { color: #e34a3f; }
.visit .eyebrow.light, .visit .eyebrow.light span { color: #e34a3f; background-color: #e34a3f; }
footer { border-top: 1px solid rgba(255,255,255,.2); }

@media (max-width: 900px) {
  .site-nav { color: white; }
  .site-header:not(.scrolled) .site-nav > a:not(.button) { text-shadow: none; }
  .hero-content { max-width: 590px; }
  .hero-main { font-size: .95em; }
}

/* Full menu page */
.menu-hero {
  padding: clamp(150px, 16vw, 210px) clamp(20px, 6vw, 100px) 60px;
  color: var(--ink);
  background: #eee3d0;
  border-bottom: 9px solid var(--red);
}
.menu-hero-content { max-width: 680px; }
.menu-hero h1 { font-size: clamp(48px, 6vw, 82px); }
.menu-hero h1 em { color: var(--red-dark); font-family: var(--script); text-transform: none; }
.menu-hero-copy { max-width: 560px; margin: 22px 0 30px; color: #5c5048; font-size: 18px; }

.menu-jump {
  position: sticky;
  top: 80px;
  z-index: 15;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  padding: 16px clamp(20px, 6vw, 100px);
  color: var(--cream);
  background: var(--ink);
  border-bottom: 3px solid var(--red);
  overflow-x: auto;
}
.menu-jump a {
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.menu-jump a:hover { color: #efc5a7; }

.menu-categories { max-width: 900px; margin: 0 auto; padding-top: clamp(60px, 8vw, 100px); }
.menu-category { scroll-margin-top: 170px; margin-bottom: 56px; }
.menu-category h2 {
  margin-bottom: 22px;
  padding-bottom: 12px;
  font-size: clamp(30px, 3.6vw, 44px);
  border-bottom: 1px solid var(--line);
}
.menu-items { display: grid; gap: 22px; margin: 0; padding: 0; list-style: none; }
.menu-item-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}
.menu-item h3 {
  margin: 0;
  font: 700 17px/1.3 var(--sans);
  text-transform: none;
  letter-spacing: 0;
}
.menu-item-price {
  flex: 0 0 auto;
  color: var(--red-dark);
  font-weight: 800;
  white-space: nowrap;
}
.menu-item p { margin: 6px 0 0; color: #5c5048; font-size: 14px; }

.menu-cta {
  padding: clamp(70px, 9vw, 110px) clamp(20px, 6vw, 100px);
  text-align: center;
  color: white;
  background: var(--red);
}
.menu-cta h2 { font-size: clamp(40px, 5vw, 64px); }
.menu-cta p { margin: 16px 0 30px; font-size: 18px; }
.menu-cta .button { margin: 0 auto; }

@media (max-width: 900px) {
  .menu-jump { top: 72px; }
}

@media (max-width: 600px) {
  .menu-jump { gap: 8px 16px; padding: 14px 18px; }
  .menu-item h3 { font-size: 16px; }
}

@media (max-width: 600px) {
  .hero-image-wrap img {
    object-position: 59% center;
    opacity: .5;
  }
  .hero-shade {
    background: linear-gradient(90deg, rgba(238,227,208,.98) 0%, rgba(238,227,208,.82) 56%, rgba(238,227,208,.2) 100%);
  }
  .hero-content { padding-top: 142px; }
  .hero h1 { font-size: clamp(48px, 15vw, 66px); }
  .hero-kicker { font-size: .66em; }
  .hero-main { padding-block: .11em .13em; }
  .hero h1 em { font-size: .78em; }
  .hero-copy { max-width: 330px; color: #2f2824; }
  .section-heading h2::after { display: block; margin: .7em 0 0; }
  .food-card { border-width: 4px; box-shadow: 3px 4px 0 var(--ink); }
  .feature-strip::after { display: none; }
}
