:root {
  --ink: #171310;
  --paper: #f6efe4;
  --paper-bright: #fffaf2;
  --red: #b5282e;
  --red-dark: #851b20;
  --gold: #c69856;
  --line: rgba(23, 19, 16, .16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
img { display: block; width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: white; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header { min-height: 84px; padding: 1rem clamp(1.25rem, 4vw, 5rem); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; background: var(--paper-bright); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: .8rem; width: fit-content; text-decoration: none; text-transform: uppercase; letter-spacing: .06em; }
.brand-mark { display: grid; place-items: center; width: 46px; aspect-ratio: 1; border-radius: 50%; background: var(--red); color: white; font-family: var(--serif); font-style: italic; font-size: 1.1rem; letter-spacing: 0; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: var(--serif); font-size: 1rem; }
.brand small { color: #786d64; font-size: .67rem; letter-spacing: .14em; }
nav { display: flex; align-items: center; gap: clamp(1.2rem, 2.5vw, 2.5rem); }
nav a { text-decoration: none; font-size: .9rem; font-weight: 700; }
nav a:hover, nav a:focus-visible { color: var(--red); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: .8rem 1.35rem; background: var(--red); color: white; border: 1px solid var(--red); border-radius: 999px; font-weight: 800; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.button:hover, .button:focus-visible { background: var(--red-dark); transform: translateY(-2px); }
.button-small { justify-self: end; min-height: 44px; padding: .55rem 1.1rem; font-size: .9rem; }
.hero { min-height: calc(100vh - 84px); display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr); background: var(--ink); color: white; }
.hero-media { min-height: 670px; overflow: hidden; }
.hero-media img { height: 100%; object-fit: cover; }
.hero-panel { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 6vw, 7rem); position: relative; }
.hero-panel::before { content: ""; position: absolute; top: 8%; left: 0; width: 1px; height: 84%; background: rgba(255,255,255,.2); }
.eyebrow { margin: 0 0 1.25rem; color: var(--red); text-transform: uppercase; letter-spacing: .16em; font-size: .75rem; font-weight: 900; }
.hero .eyebrow { color: #efa0a4; }
h1, h2, h3 { margin-top: 0; font-family: var(--serif); font-weight: 500; line-height: 1.05; }
h1 { max-width: 9ch; margin-bottom: 1.5rem; font-size: clamp(3.2rem, 6.2vw, 6.8rem); letter-spacing: -.055em; }
h2 { margin-bottom: 1.25rem; font-size: clamp(2.4rem, 4.5vw, 5rem); letter-spacing: -.04em; }
h3 { font-size: 2rem; }
.hero-copy { max-width: 630px; margin: 0; color: rgba(255,255,255,.76); font-size: 1.08rem; }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 2rem; }
.text-link { text-underline-offset: 5px; font-weight: 700; }
.hero-note { display: flex; flex-wrap: wrap; gap: .6rem 1.4rem; margin-top: 3.5rem; color: rgba(255,255,255,.65); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.hero-note span:not(:last-child)::after { content: "·"; margin-left: 1.4rem; color: var(--gold); }
.section { padding: clamp(4.5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 8rem); }
.intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; background: var(--paper-bright); }
.intro h2 { max-width: 13ch; margin-bottom: 0; }
.intro > p { max-width: 580px; margin: 0 0 .6rem; color: #675b52; font-size: 1.15rem; }
.story { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 9vw, 10rem); align-items: start; background: #e8dccd; }
.story-title h2 { max-width: 11ch; margin-bottom: 0; }
.story-copy { padding-top: 2.2rem; border-top: 1px solid rgba(23,19,16,.25); }
.story-copy p { max-width: 610px; color: #5e534b; }
.story-copy .lead { margin-top: 0; color: var(--ink); font-family: var(--serif); font-size: clamp(1.45rem, 2.2vw, 2.2rem); line-height: 1.3; }
.signature { margin-top: 2.5rem; color: var(--red); font-family: var(--serif); font-size: 1.4rem; font-style: italic; }
.place-banner { position: relative; margin: 0; height: min(62vw, 760px); overflow: hidden; background: var(--ink); }
.place-banner img { height: 100%; object-fit: cover; }
.place-banner::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.72)); pointer-events: none; }
.place-banner figcaption { position: absolute; z-index: 1; left: clamp(1.25rem, 7vw, 8rem); right: clamp(1.25rem, 7vw, 8rem); bottom: clamp(1.5rem, 4vw, 4rem); display: flex; justify-content: space-between; align-items: end; gap: 2rem; color: white; }
.place-banner figcaption strong { max-width: 12ch; font-family: var(--serif); font-size: clamp(2rem, 4vw, 4.5rem); font-weight: 500; line-height: 1.05; }
.place-banner figcaption span { color: rgba(255,255,255,.76); }
.service-grid { padding-top: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--paper-bright); }
.service-card { min-height: 390px; display: flex; flex-direction: column; align-items: flex-start; padding: clamp(2rem, 4vw, 4rem); background: #e8dccd; }
.service-card-dark { background: var(--ink); color: white; }
.service-card-red { background: var(--red); color: white; }
.card-number { margin-bottom: auto; opacity: .55; font-size: .8rem; font-weight: 800; letter-spacing: .12em; }
.service-card h3 { margin-bottom: 1rem; }
.service-card p { max-width: 31ch; margin: 0 0 1.7rem; opacity: .76; }
.service-card a { font-weight: 800; text-underline-offset: 5px; }
.events { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(3rem, 8vw, 9rem); align-items: center; background: var(--ink); color: white; }
.events-image { max-height: 820px; overflow: hidden; }
.events-image img { height: 100%; object-fit: cover; }
.events-content h2 { max-width: 11ch; }
.events-content > p:not(.eyebrow) { max-width: 600px; color: rgba(255,255,255,.68); }
.occasion-list { margin: 2.5rem 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.occasion-list li { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; padding: 1.2rem 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.occasion-list span { font-family: var(--serif); font-size: 1.3rem; }
.occasion-list small { color: rgba(255,255,255,.57); font-size: .86rem; }
.specialties { background: var(--paper-bright); }
.section-heading { display: grid; grid-template-columns: .55fr 1.45fr; gap: 5vw; align-items: start; }
.section-heading h2 { max-width: 12ch; }
.specialty-grid { margin-top: 3rem; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.specialty-grid article { padding: 2.5rem 2rem 3rem 0; }
.specialty-grid article + article { padding-left: 2rem; border-left: 1px solid var(--line); }
.specialty-grid span { color: var(--red); font-size: .75rem; font-weight: 900; }
.specialty-grid h3 { margin: 2rem 0 1rem; font-size: clamp(1.55rem, 2.3vw, 2.4rem); }
.specialty-grid p { margin: 0; color: #6d6259; }
.fire-section { display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(3rem, 7vw, 8rem); align-items: center; background: var(--red); color: white; }
.fire-video { overflow: hidden; background: #080706; box-shadow: 0 30px 80px rgba(49, 6, 8, .3); }
.fire-video video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.fire-copy .eyebrow { color: #ffd2d3; }
.fire-copy h2 { max-width: 9ch; }
.fire-copy p { margin-bottom: 2rem; color: rgba(255,255,255,.78); }
.fire-copy .button { background: var(--paper-bright); border-color: var(--paper-bright); color: var(--red-dark); }
.fire-copy .button:hover, .fire-copy .button:focus-visible { background: white; }
.gallery { display: grid; grid-template-columns: 1.35fr .65fr; gap: 1rem; background: #d9c5ad; }
.gallery figure { margin: 0; display: flex; flex-direction: column; }
.gallery img { height: min(65vw, 700px); object-fit: cover; }
.gallery figcaption { padding: 1rem 0; font-family: var(--serif); font-style: italic; }
.reviews { background: var(--paper-bright); }
.reviews-heading { align-items: end; }
.reviews-heading h2 { margin-bottom: 0; }
.stars { color: var(--red); font-size: 1.35rem; letter-spacing: .13em; }
.review-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 4rem; background: var(--line); border: 1px solid var(--line); }
.review-grid figure { margin: 0; padding: clamp(2rem, 5vw, 4.5rem); background: var(--paper-bright); }
.review-grid blockquote { min-height: 3.3em; margin: 0 0 3rem; font-family: var(--serif); font-size: clamp(1.6rem, 2.7vw, 2.8rem); line-height: 1.18; }
.review-grid figcaption { display: flex; flex-direction: column; gap: .1rem; }
.review-grid figcaption span { color: #786d64; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.google-link { display: inline-block; margin-top: 2rem; color: var(--red); font-weight: 800; text-underline-offset: 5px; }
.menu-section { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(3rem, 7vw, 8rem); align-items: center; background: var(--ink); color: white; }
.menu-copy { position: sticky; top: 120px; }
.menu-copy > p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.menu-highlights { margin: 2rem 0; border-top: 1px solid rgba(255,255,255,.2); }
.menu-highlights div { display: flex; justify-content: space-between; gap: 1rem; padding: .85rem 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.menu-highlights span { color: rgba(255,255,255,.6); }
.sign-card { width: 170px; margin-top: 2.5rem; border: 1px solid rgba(255,255,255,.16); }
.menu-image { position: relative; display: block; padding: .8rem; background: #050505; text-decoration: none; box-shadow: 0 25px 80px rgba(0,0,0,.3); }
.menu-image img { width: 100%; height: auto; }
.menu-image span { position: absolute; right: 1.2rem; bottom: 1.2rem; padding: .65rem .9rem; background: var(--paper-bright); color: var(--ink); border-radius: 999px; font-size: .78rem; font-weight: 800; }
.schedule { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 9vw, 10rem); align-items: start; background: var(--paper-bright); }
.schedule-intro { position: sticky; top: 120px; }
.schedule-intro h2 { max-width: 11ch; }
.schedule-intro > p:not(.eyebrow) { margin: 2rem 0 1.3rem; color: #675b52; }
.schedule-list { border-top: 1px solid var(--line); }
.schedule-list > div { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; padding: 1.25rem 0; border-bottom: 1px solid var(--line); font-size: 1.05rem; }
.schedule-list > div > span { display: flex; justify-content: space-between; gap: 1.25rem; }
.schedule-list em { font-style: normal; }
.schedule-list .closed { color: var(--red); font-weight: 800; }
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: end; background: var(--red); color: white; }
.contact .eyebrow { color: #ffd2d3; }
.contact h2 { margin-bottom: 0; }
.contact-details { border-left: 1px solid rgba(255,255,255,.35); padding-left: clamp(2rem, 6vw, 6rem); }
.contact-details p { margin-top: 0; }
.phone { display: block; margin: .3rem 0; font-family: var(--serif); font-size: clamp(2rem, 4vw, 4.2rem); text-decoration: none; line-height: 1.1; }
.contact-details small { color: rgba(255,255,255,.72); font-size: .84rem; }
footer { min-height: 180px; padding: 2.5rem clamp(1.25rem, 7vw, 8rem); display: grid; grid-template-columns: 1fr auto 1fr; gap: 2rem; align-items: center; background: var(--paper-bright); }
footer p { color: #786d64; }
footer > a:last-child { justify-self: end; color: var(--red); font-weight: 900; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-media { min-height: 58vw; max-height: 680px; }
  .hero-panel { min-height: 600px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: 1 / -1; min-height: 330px; }
  .specialty-grid { grid-template-columns: 1fr 1fr; }
  .specialty-grid article:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .specialty-grid article:nth-child(4) { border-top: 1px solid var(--line); }
  .menu-section { grid-template-columns: 1fr; }
  .menu-copy { position: static; }
  .fire-section { grid-template-columns: 1fr; }
  .schedule { grid-template-columns: 1fr; }
  .schedule-intro { position: static; }
}

@media (max-width: 720px) {
  .site-header { min-height: 72px; padding: .8rem 1rem; }
  .brand-mark { width: 41px; }
  .brand strong { font-size: .86rem; }
  .button-small { min-height: 40px; padding: .45rem .8rem; font-size: .78rem; }
  .hero-media { min-height: 72vw; }
  .hero-panel { min-height: auto; padding: 3.2rem 1.25rem 4rem; }
  .hero-panel::before { display: none; }
  h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-note { margin-top: 2.5rem; gap: .5rem 1rem; }
  .hero-note span:not(:last-child)::after { margin-left: 1rem; }
  .section { padding: 4.5rem 1.25rem; }
  .intro, .story, .events, .contact { grid-template-columns: 1fr; }
  .intro { gap: 2rem; }
  .story { gap: 2.5rem; }
  .story-copy { padding-top: 1.5rem; }
  .place-banner { height: 85vw; min-height: 430px; }
  .place-banner figcaption { align-items: flex-start; flex-direction: column; gap: .7rem; }
  .service-grid { grid-template-columns: 1fr; padding-top: 0; }
  .service-card, .service-card:last-child { grid-column: auto; min-height: 320px; }
  .events { gap: 3rem; }
  .events-image { max-height: 600px; }
  .section-heading { grid-template-columns: 1fr; }
  .specialty-grid { grid-template-columns: 1fr; }
  .specialty-grid article { padding: 2rem 0; }
  .specialty-grid article + article { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .gallery { grid-template-columns: 1fr; }
  .gallery img { height: 105vw; max-height: 620px; }
  .gallery-large img { height: 70vw; }
  .review-grid { grid-template-columns: 1fr; margin-top: 2.5rem; }
  .review-grid blockquote { min-height: auto; }
  .menu-image { padding: .25rem; overflow: auto; }
  .menu-image img { min-width: 760px; }
  .menu-image span { position: sticky; left: .5rem; bottom: .5rem; display: inline-flex; margin: .5rem; }
  .contact { gap: 2.5rem; }
  .schedule-list > div { grid-template-columns: .8fr 1.2fr; gap: 1rem; }
  .schedule-list > div > span { justify-content: flex-end; flex-wrap: wrap; text-align: right; }
  .contact-details { padding: 2rem 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.35); }
  footer { grid-template-columns: 1fr; justify-items: start; }
  footer > a:last-child { justify-self: start; }
  footer p { margin: 0; }
}

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