:root {
  --red: #d43b32;
  --red-dark: #d43b32;
  --red-soft: rgba(212,59,50,.16);
  --gold: #df9a45;
  --cream: #fff4e3;
  --paper: #fffdfa;
  --ink: #191716;
  --muted: #6f6863;
  --line: #ded8d0;
  --sans: "DM Sans", Arial, sans-serif;
  --serif: "Playfair Display", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 17px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 1rem; line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button { font: inherit; }
.button:focus-visible, .text-link:focus-visible, .site-nav a:focus-visible, .social-handle:focus-visible, .review-link:focus-visible, .nav-toggle:focus-visible, .dialog-close:focus-visible, .menu-tab:focus-visible { outline: 3px solid #111; outline-offset: 4px; }
.light-link:focus-visible, .opening-section .button:focus-visible, .order-strip a:focus-visible { outline-color: #fff; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; transform: translateY(-150%); background: white; padding: 10px 16px; }
.skip-link:focus { transform: translateY(0); }

.announcement { min-height: 36px; padding: 7px 20px; display: flex; align-items: center; justify-content: center; gap: 12px; background: var(--red); color: #fff; font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; text-align: center; }
.announcement-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }
.site-header { height: 92px; padding: 14px clamp(20px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; background: rgba(255,253,250,.97); border-bottom: 1px solid rgba(222,216,208,.7); position: sticky; top: 0; z-index: 30; }
.brand img { width: 290px; max-height: 62px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.3vw, 36px); font-size: .9rem; font-weight: 600; }
.site-nav a { text-decoration: none; }
.site-nav a:hover { color: var(--red); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 9px; }
.nav-toggle span { display: block; height: 2px; background: var(--ink); margin: 6px 0; }

.hero { min-height: 680px; height: calc(100vh - 128px); max-height: 820px; display: grid; align-items: center; position: relative; overflow: hidden; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(18,13,11,.87) 0%, rgba(18,13,11,.65) 36%, rgba(18,13,11,.12) 68%, transparent 100%); }
.hero-content { width: min(660px, 88vw); margin-left: clamp(24px, 8vw, 120px); position: relative; color: #fff; }
.eyebrow { margin: 0 0 16px; color: var(--red); font-size: .76rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow.light { color: #f0c888; }
h1, h2 { font-family: var(--serif); line-height: 1.06; letter-spacing: -.025em; }
h1 { max-width: 630px; margin: 0; font-size: clamp(3.2rem, 6.2vw, 6.3rem); font-weight: 600; }
h2 { margin: 0; font-size: clamp(2.4rem, 4.2vw, 4.7rem); }
h3 { font-size: 1.25rem; line-height: 1.25; }
.hero-copy { max-width: 570px; margin: 25px 0 33px; color: rgba(255,255,255,.84); font-size: 1.16rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { appearance: none; display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 24px; border: 1px solid var(--red); border-radius: 2px; background: var(--red); color: #fff; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { background: var(--red); filter: brightness(.94); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 9px 18px; font-size: .86rem; }
.button-cream { background: var(--cream); border-color: var(--cream); color: var(--red-dark); }
.button-cream:hover { background: #fff; }
.text-link { border: 0; padding: 0 0 3px; border-bottom: 1px solid currentColor; background: none; color: var(--red); font-weight: 700; text-decoration: none; cursor: pointer; }
.light-link { color: #fff; }

.quick-facts { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 clamp(24px, 6vw, 90px); background: var(--cream); }
.quick-facts div { padding: 27px clamp(12px, 2vw, 28px); border-right: 1px solid var(--red-soft); }
.quick-facts div:last-child { border-right: 0; }
.quick-facts strong, .quick-facts span { display: block; }
.quick-facts strong { font-family: var(--serif); font-size: 1.14rem; }
.quick-facts span { margin-top: 2px; color: var(--muted); font-size: .82rem; }
.review-banner { padding: 20px clamp(24px, 8vw, 120px); display: grid; grid-template-columns: auto auto 1fr auto; gap: 18px; align-items: center; border-bottom: 1px solid var(--line); background: #fff; }
.review-stars { color: var(--gold); font-size: 1.05rem; letter-spacing: .12em; }
.review-banner p { margin: 0; }
.review-banner strong, .review-banner span { display: block; }
.review-banner span { color: var(--muted); font-size: .78rem; }
.review-summary { justify-self: end; color: var(--muted); font-size: .92rem; text-align: right; }
.review-link { color: var(--red); font-size: .86rem; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 4px; white-space: nowrap; }

.order-strip { padding: clamp(40px, 5vw, 68px) clamp(24px, 8vw, 120px); display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(420px, .9fr); gap: clamp(35px, 7vw, 100px); align-items: center; background: var(--red); color: #fff; }
.order-strip .eyebrow { margin-bottom: 10px; color: #f6d59e; }
.order-strip h2 { font-size: clamp(2.15rem, 3.6vw, 3.7rem); }
.order-strip p:not(.eyebrow) { max-width: 620px; margin: 15px 0 0; color: rgba(255,255,255,.78); }
.order-strip-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.order-strip-options a { min-height: 58px; padding: 14px 12px; display: flex; align-items: center; justify-content: center; gap: 7px; border: 1px solid rgba(255,255,255,.62); background: #fff; color: var(--red-dark); font-weight: 700; text-align: center; text-decoration: none; transition: transform .2s, background .2s; }
.order-strip-options a:hover { transform: translateY(-3px); background: var(--cream); }

.section { padding: clamp(78px, 10vw, 150px) clamp(24px, 8vw, 120px); }
.section-heading { display: grid; grid-template-columns: 1.5fr .8fr; gap: 70px; align-items: end; margin-bottom: 60px; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 1.08rem; }
.menu-visual { height: clamp(320px, 38vw, 500px); margin: 0 0 38px; position: relative; overflow: hidden; background: #171717; }
.menu-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.menu-visual figcaption { position: absolute; left: 24px; bottom: 22px; max-width: calc(100% - 48px); margin: 0; padding: 10px 15px; background: rgba(25,23,22,.88); color: #fff; font-size: .86rem; font-weight: 700; backdrop-filter: blur(8px); }
.menu-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.menu-card { min-height: 300px; padding: 34px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; transition: background .2s, transform .2s; }
.menu-card:hover { background: var(--cream); transform: translateY(-5px); }
.menu-card.feature-card { background: var(--red); color: #fff; }
.menu-card.feature-card:hover { background: var(--red-dark); }
.menu-number { color: var(--gold); font-size: .74rem; font-weight: 700; letter-spacing: .18em; }
.menu-card h3 { margin: 70px 0 14px; font-family: var(--serif); font-size: 1.65rem; }
.menu-card p { margin: 0; color: var(--muted); }
.menu-card.feature-card p { color: rgba(255,255,255,.72); }
.menu-note { margin-top: 32px; display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.menu-note p { margin: 0; }
.menu-tabs { display: flex; gap: 10px; margin: 0 0 28px; padding: 12px 0 10px; overflow-x: auto; scrollbar-width: thin; position: sticky; top: 92px; z-index: 25; background: rgba(255,253,250,.97); }
.menu-tab { flex: 0 0 auto; min-height: 46px; padding: 10px 18px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink); font-weight: 700; cursor: pointer; }
.menu-tab:hover, .menu-tab:focus-visible { border-color: var(--red); color: var(--red); }
.menu-tab.active { border-color: var(--red); background: var(--red); color: #fff; }
.menu-panel { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.menu-panel[hidden] { display: none; }
.menu-column { padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.menu-column.wide-column { grid-column: span 2; }
.menu-column h3 { margin: 0 0 22px; color: var(--red-dark); font-family: var(--serif); font-size: 1.55rem; }
.menu-column .subhead { margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line); }
.menu-intro-card { display: flex; flex-direction: column; justify-content: center; background: var(--red); color: #fff; }
.menu-price-lead { display: flex; justify-content: space-between; gap: 24px; margin: 7px 0; font-family: var(--serif); font-size: 1.55rem; }
.menu-item { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; align-items: baseline; padding: 10px 0; border-bottom: 1px dotted #d7cec4; }
.menu-item:last-child { border-bottom: 0; }
.menu-item strong, .menu-item small { display: block; }
.menu-item small { margin-top: 2px; color: var(--muted); font-size: .86rem; line-height: 1.4; }
.menu-item b { color: var(--red-dark); font-variant-numeric: tabular-nums; white-space: nowrap; }
.menu-item b em { color: var(--muted); font-size: .78rem; font-style: normal; font-weight: 500; }
.menu-small { margin: 18px 0 0; color: var(--muted); font-size: .86rem; }
.menu-intro-card .menu-small { color: rgba(255,255,255,.75); }
.flavor-list { margin: 0; color: var(--muted); font-size: 1.02rem; line-height: 2; }
.drink-head, .drink-row { display: grid; grid-template-columns: minmax(150px, 1fr) repeat(3, minmax(54px, 70px)); gap: 10px; align-items: baseline; padding: 8px 0; }
.drink-head { border-bottom: 2px solid var(--ink); color: var(--muted); font-size: .78rem; font-weight: 700; text-align: right; }
.drink-row { border-bottom: 1px dotted #d7cec4; }
.drink-row b { text-align: right; font-variant-numeric: tabular-nums; }
.drink-head.iced, .drink-row.iced { grid-template-columns: minmax(150px, 1fr) repeat(2, minmax(54px, 70px)); }
.lox-feature { margin-top: 65px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: stretch; background: var(--cream); }
.lox-feature > img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; object-position: center; }
.lox-feature > div { padding: clamp(42px, 6vw, 78px); display: flex; flex-direction: column; justify-content: center; }
.lox-feature h3 { margin: 0; color: var(--red-dark); font-family: var(--serif); font-size: clamp(2.1rem, 3.4vw, 3.7rem); font-weight: 600; line-height: 1.1; }
.lox-feature p:not(.eyebrow) { margin: 22px 0 30px; color: var(--muted); font-size: 1.04rem; }
.lox-feature .button { align-self: flex-start; }

.story-section[hidden], .site-nav a[hidden] { display: none !important; }
.story-section { min-height: 650px; display: grid; grid-template-columns: .9fr 1.1fr; background: var(--red-dark); color: #fff; overflow: hidden; }
.story-mark { display: flex; justify-content: center; align-items: center; padding: clamp(45px, 7vw, 100px); background: #fff7ea; }
.story-mark img { width: min(440px, 88%); height: auto; }
.story-copy { max-width: 700px; padding: clamp(80px, 10vw, 145px) clamp(30px, 8vw, 110px) clamp(80px, 10vw, 145px) 20px; }
.story-copy p:not(.eyebrow) { color: rgba(255,255,255,.76); font-size: 1.08rem; }
.story-copy h2 { margin-bottom: 30px; }
.story-copy .text-link { display: inline-block; margin-top: 18px; }

.catering-section { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(50px, 9vw, 140px); align-items: center; }
.catering-copy > p:not(.eyebrow) { max-width: 680px; color: var(--muted); font-size: 1.08rem; }
.check-list { list-style: none; margin: 30px 0 36px; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px 24px; }
.check-list li { padding-left: 25px; position: relative; }
.check-list li::before { content: "•"; position: absolute; left: 0; color: var(--gold); font-size: 1.6rem; line-height: 1; }
.catering-panel { min-height: 390px; padding: 55px; display: flex; flex-direction: column; justify-content: center; background: var(--cream); border-top: 8px solid var(--gold); }
.panel-kicker { color: var(--red); font-size: .76rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.panel-quote { margin: 14px 0 30px; font-family: var(--serif); font-size: clamp(1.7rem, 2.8vw, 2.5rem); line-height: 1.2; }
.panel-small { color: var(--muted); font-size: .9rem; }
.thanks-logo { width: min(260px, 78%); margin-top: 34px; }

.opening-section { padding: 65px clamp(24px, 8vw, 120px); display: grid; grid-template-columns: auto 1fr auto; gap: clamp(30px, 5vw, 70px); align-items: center; background: var(--red); color: #fff; }
.opening-section > .eyebrow { display: none; }
.opening-date { margin: 0; color: #fff; font-family: var(--serif); font-size: 6rem; font-weight: 600; line-height: .9; }
.opening-date span { display: block; color: #fff; font-family: var(--sans); font-size: .8rem; letter-spacing: .22em; }
.opening-section h2 { font-size: clamp(2rem, 3.5vw, 3.6rem); }
.opening-section p:not(.opening-date) { max-width: 730px; margin-bottom: 0; color: rgba(255,255,255,.78); }
.opening-section p.event-time { margin-top: 13px; color: #fff; font-size: 1.08rem; font-weight: 700; }
.opening-section p.shop-local { margin-top: 12px; color: #fff; font-weight: 700; letter-spacing: .04em; }

#menu, #story, #catering, #grand-opening, #visit { scroll-margin-top: 110px; }

.visit-section { display: grid; grid-template-columns: 1.05fr .9fr .9fr; gap: 30px; background: #f8f5f0; }
.visit-section h2 { max-width: 620px; }
.address { margin: 28px 0 15px; font-size: 1.15rem; }
.phone { margin: -6px 0 16px; }
.phone a { color: var(--red); font-weight: 700; }
.hours-card, .social-card { padding: 40px; background: #fff; border: 1px solid var(--line); }
.hours-card h3, .social-card h3 { margin-top: 0; font-family: var(--serif); font-size: 1.7rem; }
.hours-card dl { margin: 25px 0; }
.hours-card dl div { padding: 14px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.hours-card dd { margin: 0; text-align: right; }
.hours-card > p, .social-card p { color: var(--muted); font-size: .9rem; }
.social-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 30px; border-radius: 50%; background: var(--red); color: #fff; font-size: 2rem; }
.social-handle { color: var(--red); font-weight: 700; overflow-wrap: anywhere; text-decoration-thickness: 1px; text-underline-offset: 4px; }

footer { min-height: 220px; padding: 42px clamp(24px, 8vw, 120px); display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 40px; border-top: 1px solid var(--line); background: #fff; }
footer img { width: 260px; }
footer p { color: var(--muted); }
.copyright { font-size: .85rem; }

.order-dialog { width: min(540px, calc(100vw - 32px)); padding: 55px; border: 0; border-top: 8px solid var(--gold); background: var(--paper); box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.order-dialog::backdrop { background: rgba(20,15,13,.72); backdrop-filter: blur(3px); }
.order-dialog h2 { font-size: 2.5rem; }
.order-dialog p:not(.eyebrow) { color: var(--muted); }
.order-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 28px; }
.delivery-button { min-height: 50px; padding: 12px 14px; gap: 7px; }
.order-dialog .order-disclaimer { margin: 18px 0 0; font-size: .8rem; line-height: 1.5; }
.dialog-close { position: absolute; top: 12px; right: 17px; border: 0; background: none; font-size: 2rem; cursor: pointer; }
.mini-bagel { width: 60px; height: 60px; margin-bottom: 20px; border: 17px solid var(--gold); border-radius: 50%; }

@media (max-width: 1020px) {
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 91px; padding: 28px; flex-direction: column; background: #fff; border-bottom: 1px solid var(--line); }
  .site-nav.open { display: flex; }
  .nav-toggle { display: block; }
  .quick-facts { grid-template-columns: repeat(2, 1fr); }
  .order-strip { grid-template-columns: 1fr; }
  .quick-facts div:nth-child(2) { border-right: 0; }
  .menu-grid { grid-template-columns: repeat(2, 1fr); }
  .lox-feature { grid-template-columns: 1fr; }
  .lox-feature > img { min-height: 390px; }
  .story-section { grid-template-columns: .55fr 1.45fr; }
  .catering-section, .visit-section { grid-template-columns: 1fr; }
  .opening-section { grid-template-columns: auto 1fr; }
  .opening-section .button { grid-column: 2; justify-self: start; }
  footer { grid-template-columns: 1fr 1fr; }
  footer .copyright { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  html { font-size: 16px; }
  .announcement { flex-wrap: wrap; gap: 5px 9px; font-size: .75rem; }
  .site-header { height: 76px; padding: 10px 18px; }
  .brand img { width: 230px; }
  .site-nav { top: 75px; }
  .hero { min-height: 650px; height: calc(100vh - 112px); }
  .hero-image { object-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(18,13,11,.85), rgba(18,13,11,.47)); }
  .hero-content { margin: auto 24px 70px; align-self: end; }
  h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .quick-facts { padding: 0 10px; }
  .quick-facts div { padding: 20px 14px; }
  .review-banner { grid-template-columns: auto 1fr; gap: 10px 14px; }
  .review-summary { grid-column: 1 / -1; justify-self: start; text-align: left; }
  .review-link { grid-column: 1 / -1; }
  .order-strip { padding: 52px 24px; }
  .order-strip-options { grid-template-columns: 1fr; }
  .section { padding: 75px 24px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 40px; }
  .menu-grid { grid-template-columns: 1fr; }
  .menu-visual { height: 270px; margin-bottom: 30px; }
  .menu-visual img { object-position: 66% center; }
  .menu-visual figcaption { left: 14px; bottom: 14px; max-width: calc(100% - 28px); }
  .menu-tabs { top: 76px; flex-wrap: nowrap; overflow-x: auto; margin-left: -24px; margin-right: -24px; padding: 12px 24px 10px; }
  .menu-tab { flex: 0 0 auto; }
  .menu-panel { grid-template-columns: 1fr; }
  .menu-column.wide-column { grid-column: span 1; }
  .menu-column { padding: 26px 20px; }
  .drink-head, .drink-row { grid-template-columns: minmax(115px, 1fr) repeat(3, 49px); gap: 7px; font-size: .88rem; }
  .drink-head.iced, .drink-row.iced { grid-template-columns: minmax(115px, 1fr) repeat(2, 49px); }
  .menu-card { min-height: 230px; }
  .menu-card h3 { margin-top: 40px; }
  .menu-note { align-items: flex-start; flex-direction: column; }
  .story-section { grid-template-columns: 1fr; }
  .lox-feature { margin-top: 45px; }
  .lox-feature > img { min-height: 290px; object-position: 62% center; }
  .lox-feature > div { padding: 42px 24px; }
  .story-mark { min-height: 220px; }
  .story-mark img { width: min(310px, 82%); }
  .story-copy { padding: 65px 24px 80px; }
  .catering-section { gap: 50px; }
  .check-list { grid-template-columns: 1fr; }
  .catering-panel { min-height: 330px; padding: 38px 28px; }
  .opening-section { grid-template-columns: 1fr; padding: 55px 24px; }
  .opening-section .button { grid-column: 1; }
  .opening-date { font-size: 5rem; }
  .hours-card, .social-card { padding: 30px 24px; }
  footer { grid-template-columns: 1fr; gap: 12px; }
  footer .copyright { grid-column: 1; }
  .order-dialog { padding: 48px 28px 35px; }
  .order-options { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
