:root {
  --ink: #241b17;
  --muted: #6e6259;
  --paper: #f8f3e9;
  --paper-deep: #eee2ce;
  --brick: #7d2a22;
  --brick-dark: #541c18;
  --ochre: #cc8b3e;
  --sage: #3f5e4c;
  --line: rgba(74, 50, 38, .18);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --shadow: 0 20px 50px rgba(57, 32, 17, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.55;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; width: 100%; }
.skip-link { position: absolute; left: -999px; top: 0; z-index: 50; background: var(--ink); color: white; padding: .75rem 1rem; }
.skip-link:focus { left: 1rem; top: 1rem; }
.eyebrow, .kicker {
  color: var(--brick);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1.2;
  text-transform: uppercase;
}
.container { width: min(1180px, calc(100% - 2.25rem)); margin: 0 auto; }
.site-header { border-top: 7px solid var(--brick); background: rgba(255, 252, 246, .94); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(12px); }
.utility { border-bottom: 1px solid var(--line); font-size: .73rem; color: var(--muted); }
.utility .container { display: flex; justify-content: space-between; gap: 1rem; padding: .5rem 0; }
.utility strong { color: var(--brick); }
.nav-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 78px; }
.brand { display: grid; gap: 0; width: max-content; font-family: var(--serif); font-weight: 800; letter-spacing: .035em; line-height: .9; }
.brand .brand-main { color: var(--brick); font-size: clamp(1.75rem, 3vw, 2.2rem); }
.brand small { font-family: var(--sans); font-size: .55rem; font-weight: 800; letter-spacing: .2em; margin-top: .65rem; text-transform: uppercase; }
.desktop-nav { align-items: center; display: none; gap: clamp(.8rem, 2.4vw, 2rem); font-size: .76rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.desktop-nav a { position: relative; padding: .5rem 0; }
.desktop-nav a::after { background: var(--brick); bottom: .15rem; content: ''; height: 2px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; width: 100%; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current='page']::after { transform: scaleX(1); }
.phone-link { display: none; color: var(--brick); font-size: .78rem; font-weight: 800; letter-spacing: .05em; }
.menu-toggle { background: transparent; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); height: 42px; padding: 0 .85rem; }
.menu-toggle span { display: inline-block; font-size: .73rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.mobile-panel { background: var(--paper); border-top: 1px solid var(--line); display: none; min-height: calc(100vh - 86px); padding: 1.5rem 0 2rem; }
.mobile-panel.is-open { display: block; }
.mobile-panel nav { display: grid; }
.mobile-panel nav a { border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.65rem; font-weight: 700; padding: .8rem 0; }
.mobile-panel .mobile-call { background: var(--brick); border-radius: 1rem; color: #fff; display: block; font-size: .85rem; font-weight: 800; letter-spacing: .08em; margin-top: 1.6rem; padding: 1rem; text-align: center; text-transform: uppercase; }
main { overflow: hidden; }
.hero { padding: clamp(3rem, 7vw, 7.5rem) 0 clamp(2.25rem, 6vw, 5rem); position: relative; }
.hero::before { background: var(--paper-deep); border-radius: 99px; content: ''; height: 70%; opacity: .58; position: absolute; right: -19vw; top: 5%; transform: rotate(-9deg); width: 68vw; }
.hero-grid { align-items: center; display: grid; gap: 2rem; position: relative; }
.hero-copy h1, .page-title h1, .section-heading h2, .feature-card h3, .quote-block p { font-family: var(--serif); line-height: .98; }
.hero-copy h1 { font-size: clamp(3.05rem, 7vw, 6.75rem); letter-spacing: -.05em; margin: .6rem 0 1.25rem; max-width: 12ch; }
.hero-copy h1 em { color: var(--brick); font-style: normal; }
.hero-copy p { color: var(--muted); font-size: clamp(1.03rem, 1.7vw, 1.23rem); margin: 0; max-width: 49ch; }
.hero-actions, .button-row { align-items: center; display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.8rem; }
.button { align-items: center; border: 1px solid transparent; border-radius: 999px; display: inline-flex; font-size: .78rem; font-weight: 850; justify-content: center; letter-spacing: .07em; min-height: 48px; padding: .75rem 1.05rem; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--brick); color: #fff; }
.button-primary:hover { background: var(--brick-dark); }
.button-outline { border-color: var(--brick); color: var(--brick); }
.button-outline:hover { background: var(--brick); color: #fff; }
.button-sage { background: var(--sage); color: #fff; }
.desktop-call-link { color: var(--brick); display: inline; font-size: .9rem; font-weight: 750; letter-spacing: .015em; padding: 0; text-decoration: underline; text-decoration-color: rgba(151,54,44,.45); text-decoration-thickness: 1px; text-underline-offset: .34em; text-transform: none; white-space: nowrap; }
.desktop-call-link:hover { color: var(--brick-dark); text-decoration-color: currentColor; text-decoration-thickness: 2px; }
.desktop-call-link--light { color: #fff; text-decoration-color: rgba(255,255,255,.62); }
.desktop-call-link--light:hover { color: #fff; }
.hero-copy .hero-note { align-items: center; color: var(--brick); display: flex; font-size: .72rem; font-weight: 800; gap: .5rem; letter-spacing: .08em; margin-top: 2.75rem; text-transform: uppercase; }
.hero-note::before { background: var(--ochre); border-radius: 50%; content: ''; height: 8px; width: 8px; }
.hero-visual { min-height: 410px; position: relative; }
.hero-photo { border: 9px solid #fffaf1; box-shadow: var(--shadow); height: 100%; left: 0; object-fit: cover; position: absolute; top: 0; }
.photo-round { border-radius: 2.35rem 2.35rem .7rem 2.35rem; }
.hero-card { background: var(--ink); bottom: -1.1rem; color: #fff; max-width: 245px; padding: 1.15rem 1.2rem; position: absolute; right: -0.25rem; }
.hero-card b { display: block; font-family: var(--serif); font-size: 1.2rem; line-height: 1.1; }
.hero-card span { color: #ddd0c2; display: block; font-size: .7rem; margin-top: .5rem; }
.stock-caption { display: none; }
.section { padding: clamp(3.4rem, 7vw, 6.75rem) 0; }
.section-tint { background: #f0e4d0; }
.section-ink { background: var(--ink); color: #fff; }
.section-heading { display: grid; gap: .65rem; margin-bottom: clamp(1.8rem, 4vw, 3.25rem); max-width: 780px; }
.section-heading h2 { font-size: clamp(2.25rem, 5vw, 4.4rem); letter-spacing: -.045em; margin: 0; }
.section-heading p { color: var(--muted); margin: 0; max-width: 60ch; }
.section-ink .section-heading p, .section-ink .muted { color: #d9cab9; }
.section-ink .eyebrow { color: #e6a85c; }
.route-grid { display: grid; gap: 1rem; }
.route-card { background: #fffaf2; box-shadow: 7px 8px 0 rgba(72, 46, 30, .12); display: grid; gap: 1rem; min-height: 235px; padding: 1.35rem; transition: transform .2s ease, box-shadow .2s ease; }
.route-card:hover { box-shadow: 10px 13px 0 rgba(125, 42, 34, .2); transform: translate(-2px, -3px); }
.route-card .card-icon { align-items: center; background: var(--brick); border-radius: 999px; color: #fff; display: flex; font-family: var(--serif); font-size: 1.2rem; height: 42px; justify-content: center; width: 42px; }
.route-card h3 { font-family: var(--serif); font-size: 2rem; letter-spacing: -.04em; line-height: 1; margin: 0; }
.route-card p { color: var(--muted); margin: 0; }
.arrow-link { color: var(--brick); font-size: .76rem; font-weight: 850; letter-spacing: .08em; margin-top: auto; text-transform: uppercase; }
.split-story { align-items: stretch; display: grid; gap: 1rem; }
.image-frame { min-height: 360px; overflow: hidden; position: relative; }
.image-frame img { height: 100%; object-fit: cover; position: absolute; }
.image-frame .stock-caption { background: rgba(0,0,0,.4); padding: .3rem .4rem; }
.story-panel { background: #fffaf2; display: flex; flex-direction: column; justify-content: center; padding: clamp(1.7rem, 4vw, 4.4rem); }
.story-panel h2 { font-family: var(--serif); font-size: clamp(2.25rem, 4.5vw, 4rem); letter-spacing: -.05em; line-height: 1; margin: .55rem 0 1rem; }
.story-panel p { color: var(--muted); margin: 0; max-width: 50ch; }
.story-panel .arrow-link { margin-top: 1.6rem; }
.callout-bar { align-items: center; background: var(--brick); border-radius: 1rem; color: white; display: flex; flex-direction: column; gap: .8rem; justify-content: space-between; padding: 1.15rem; text-align: center; }
.callout-bar > div { display: grid; gap: .28rem; }
.callout-bar strong { display: block; font-family: var(--serif); font-size: 1.25rem; line-height: 1.12; }
.callout-bar span { color: #ffdfb3; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.callout-bar a { border-bottom: 1px solid currentColor; font-size: .8rem; font-weight: 800; letter-spacing: .08em; padding-bottom: .1rem; text-transform: uppercase; }
.page-intro { padding: clamp(3rem, 6vw, 6rem) 0 2.4rem; }
.page-title { max-width: 800px; }
.page-title h1 { font-size: clamp(3rem, 7vw, 6rem); letter-spacing: -.06em; margin: .5rem 0 1.15rem; }
.page-title p { color: var(--muted); font-size: 1.1rem; margin: 0; max-width: 60ch; }
.info-ribbon { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; gap: .8rem; grid-template-columns: repeat(2, 1fr); margin-top: 2.2rem; padding: 1rem 0; }
.info-ribbon div { display: grid; gap: .15rem; }
.info-ribbon strong { color: var(--brick); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.info-ribbon span { font-size: .9rem; }
.menu-switcher { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 1.25rem; }
.filter-button { background: #fffaf2; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); font-size: .75rem; font-weight: 800; letter-spacing: .07em; padding: .65rem .85rem; text-transform: uppercase; }
.filter-button[aria-pressed='true'] { background: var(--brick); border-color: var(--brick); color: #fff; }
.menu-grid { display: grid; gap: 1rem; }
.menu-card { background: #fffaf2; border: 1px solid rgba(79, 50, 33, .08); min-height: 220px; padding: 1.3rem; }
.menu-card.is-hidden { display: none; }
.menu-card .number { color: var(--ochre); font-family: var(--serif); font-size: 1.2rem; font-weight: 800; }
.menu-card h3 { font-family: var(--serif); font-size: 1.7rem; letter-spacing: -.04em; line-height: 1.1; margin: .55rem 0; }
.menu-card p { color: var(--muted); margin: 0; }
.menu-footnote { color: var(--muted); font-size: .82rem; margin: 1.3rem 0 0; }
.feature-grid { display: grid; gap: 1rem; }
.feature-card { border-top: 1px solid rgba(255,255,255,.3); padding: 1.25rem 0; }
.feature-card h3 { font-size: 1.75rem; letter-spacing: -.04em; margin: .25rem 0 .65rem; }
.feature-card p { color: #dacbbb; margin: 0; }
.market-grid { display: grid; gap: 1rem; }
.market-card { background: #fffaf2; border: 1px solid rgba(75, 50, 38, .1); padding: 1.3rem; }
.market-card h3 { font-family: var(--serif); font-size: 1.65rem; letter-spacing: -.04em; line-height: 1.05; margin: .35rem 0 .7rem; }
.market-card p { color: var(--muted); margin: 0; }
.list { list-style: none; margin: 1rem 0 0; padding: 0; }
.list li { border-top: 1px solid var(--line); color: var(--muted); font-size: .92rem; padding: .7rem 0; }
.list li::before { color: var(--brick); content: '—'; margin-right: .45rem; }
.catering-layout { display: grid; gap: 1rem; }
.step-list { display: grid; gap: 1rem; margin: 1.75rem 0 0; }
.step { border-left: 3px solid var(--ochre); padding: .15rem 0 .15rem 1rem; }
.step span { color: var(--brick); display: block; font-size: .73rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.step strong { font-family: var(--serif); font-size: 1.45rem; line-height: 1.1; }
.step p { color: var(--muted); font-size: .95rem; margin: .3rem 0 0; }
.form-card { background: #fffaf2; box-shadow: var(--shadow); padding: clamp(1.25rem, 3vw, 2.25rem); }
.form-card h2 { font-family: var(--serif); font-size: 2.4rem; letter-spacing: -.045em; line-height: 1; margin: .2rem 0 1rem; }
.form-grid { display: grid; gap: .85rem; }
.form-grid label { color: var(--ink); display: grid; font-size: .73rem; font-weight: 800; gap: .35rem; letter-spacing: .08em; text-transform: uppercase; }
.form-grid input, .form-grid select, .form-grid textarea { background: #fff; border: 1px solid var(--line); border-radius: .2rem; color: var(--ink); min-height: 46px; padding: .7rem; }
.form-grid textarea { min-height: 104px; resize: vertical; }
.form-note { color: var(--muted); font-size: .75rem; margin: .85rem 0 0; }
.button-row + .form-note { margin-top: 1.5rem; }
.form-success { background: #e2f0e3; border-left: 3px solid var(--sage); color: #244130; display: none; font-size: .9rem; margin-top: 1.35rem; padding: .8rem; }
.form-success.is-visible { display: block; }
.quote-block { border-left: 3px solid var(--ochre); margin: 0; padding: 0 0 0 1.1rem; }
.quote-block p { font-size: clamp(1.7rem, 3.5vw, 2.85rem); letter-spacing: -.04em; margin: 0; max-width: 24ch; }
.quote-block cite { color: #d6c7b6; display: block; font-size: .75rem; font-style: normal; font-weight: 800; letter-spacing: .08em; margin-top: 1rem; text-transform: uppercase; }
.visit-grid { display: grid; gap: 1rem; }
.visit-card { background: #fffaf2; padding: 1.4rem; }
.visit-card h2 { font-family: var(--serif); font-size: 2.2rem; letter-spacing: -.04em; line-height: 1; margin: .45rem 0 1rem; }
.hours { list-style: none; margin: 1rem 0 0; padding: 0; }
.hours li { border-top: 1px solid var(--line); display: flex; font-size: .92rem; justify-content: space-between; padding: .7rem 0; }
.hours li span:first-child { font-weight: 800; }
.hours li span:last-child { color: var(--muted); text-align: right; }
.faq { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-trigger { align-items: center; background: transparent; border: 0; color: var(--ink); display: flex; font-weight: 800; gap: 1rem; justify-content: space-between; padding: 1.1rem 0; text-align: left; width: 100%; }
.faq-trigger span:last-child { color: var(--brick); font-size: 1.35rem; font-weight: 400; }
.faq-panel { color: var(--muted); display: none; padding: 0 1.8rem 1.1rem 0; }
.faq-item.is-open .faq-panel { display: block; }
.faq-item.is-open .faq-trigger span:last-child { transform: rotate(45deg); }
.site-footer { background: var(--ink); color: #f7eee2; margin-top: 0; padding: 3rem 0 4rem; }
.footer-grid { display: grid; gap: 1.75rem; }
.footer-brand .brand { color: #fff; }
.footer-brand .brand .brand-main { color: #fff; }
.footer-brand p { color: #d6c7b6; font-size: .88rem; max-width: 28ch; }
.footer-block h2 { color: #e8ae65; font-size: .72rem; letter-spacing: .12em; margin: 0 0 .6rem; text-transform: uppercase; }
.footer-block p, .footer-block a { color: #e9ddcf; font-size: .9rem; }
.footer-block a:hover { color: #fff; text-decoration: underline; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.18); color: #cbbbaa; display: flex; flex-direction: column; font-size: .72rem; gap: .6rem; justify-content: space-between; margin-top: 2rem; padding-top: 1rem; }
.mobile-callbar { background: var(--brick); bottom: 0; color: #fff; display: flex; font-size: .75rem; font-weight: 850; justify-content: space-around; left: 0; letter-spacing: .08em; padding: .85rem; position: fixed; right: 0; text-align: center; text-transform: uppercase; z-index: 15; }
.mobile-callbar a { flex: 1; }
.mobile-callbar a + a { border-left: 1px solid rgba(255,255,255,.4); }

@media (min-width: 700px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(340px, .88fr); gap: 3.5rem; }
  .route-grid { grid-template-columns: repeat(3, 1fr); }
  .split-story { grid-template-columns: 1fr 1fr; }
  .callout-bar { flex-direction: row; text-align: left; }
  .info-ribbon { grid-template-columns: repeat(4, 1fr); }
  .menu-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid { grid-template-columns: repeat(3, 1fr); }
  .market-grid { grid-template-columns: repeat(3, 1fr); }
  .catering-layout { grid-template-columns: minmax(0, .9fr) minmax(400px, 1.1fr); gap: 3rem; }
  .visit-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-bottom { flex-direction: row; }
}

@media (min-width: 880px) {
  .desktop-nav, .phone-link { display: flex; }
  .menu-toggle { display: none; }
  .mobile-callbar { display: none; }
  .site-footer { padding-bottom: 3rem; }
}

@media (max-width: 699px) {
  .hero-visual { min-height: 460px; }
  .hero-copy h1 { max-width: 10ch; }
  .hero-card { right: 0; }
  .utility .container span:last-child { display: none; }
  .info-ribbon { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 879px) {
  body { padding-bottom: 4.5rem; }
  .desktop-call-link { align-items: center; display: inline-flex; min-height: 48px; padding: .75rem 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
/* Desktop phone numbers remain readable text; mobile restores tap-to-call. */
@media (min-width: 880px) {
  a[data-phone-desktop="true"] {
    display: inline !important;
    color: inherit !important;
    background: transparent !important;
    border: 0 !important;
    border-color: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font: inherit !important;
    letter-spacing: inherit !important;
    line-height: inherit !important;
    text-decoration: none !important;
    text-transform: none !important;
    padding: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    pointer-events: none !important;
    cursor: default !important;
  }
  a[data-phone-desktop="true"]::before,
  a[data-phone-desktop="true"]::after,
  a[data-phone-desktop="true"] [aria-hidden="true"] {
    content: none !important;
    display: none !important;
  }
}

/* Small-screen polish: give the light header a stronger visual edge and protect dense rows. */
.site-header { box-shadow: 0 4px 18px rgba(57, 32, 17, .07); }
@media (max-width: 879px) {
  .menu-toggle {
    min-width: 76px;
    border-color: rgba(74, 50, 38, .28);
    background: var(--paper-deep);
  }
  .nav-row > * { min-width: 0; }
  .mobile-panel nav a,
  .info-ribbon > div,
  .footer-grid > * { min-width: 0; }
  .mobile-panel nav a,
  .info-ribbon span,
  .footer-block p,
  .footer-block a { overflow-wrap: anywhere; }
}
@media (max-width: 380px) {
  .info-ribbon { grid-template-columns: 1fr; }
  .menu-card,
  .visit-card,
  .form-card { min-width: 0; }
}
