:root {
  --ink: #151515;
  --cream: #f2eddf;
  --paper: #fbf8ef;
  --red: #c52d28;
  --red-dark: #8f1e1b;
  --line: rgba(21, 21, 21, 0.2);
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --body: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--body); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
::selection { background: var(--red); color: white; }

.skip-link { position: fixed; z-index: 1000; top: -5rem; left: 1rem; background: white; color: var(--ink); padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 84px; padding: 0 clamp(1rem, 4vw, 4rem); display: flex; align-items: center; justify-content: space-between; color: white; transition: background .35s, height .35s, box-shadow .35s; }
.site-header.scrolled { height: 68px; background: rgba(21, 21, 21, .95); box-shadow: 0 1px 0 rgba(255,255,255,.12); backdrop-filter: blur(14px); }
.header-mark { display: grid; grid-template-columns: auto auto; align-items: center; gap: .65rem; }
.header-mark span { display: grid; place-items: center; width: 43px; height: 43px; background: var(--red); border-radius: 50%; font: 1.2rem var(--display); letter-spacing: .04em; }
.header-mark small { font-weight: 800; font-size: .68rem; letter-spacing: .18em; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.3vw, 2.4rem); font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.site-nav > a:not(.nav-order) { position: relative; padding: .5rem 0; }
.site-nav > a:not(.nav-order)::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.site-nav > a:not(.nav-order):hover::after { transform: scaleX(1); transform-origin: left; }
.nav-order { padding: .85rem 1rem; background: var(--red); }
.nav-order span, .button span { margin-left: .65rem; }
.menu-toggle { display: none; color: white; border: 0; background: transparent; padding: .5rem; }

.hero { position: relative; min-height: 100svh; color: white; overflow: hidden; background: var(--ink); }
.hero-photo { position: absolute; inset: -4%; background: url("assets/exterior.jpg") center 50% / cover no-repeat; transform: scale(1.04); will-change: transform; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,13,13,.85) 0%, rgba(13,13,13,.52) 48%, rgba(13,13,13,.24) 100%), linear-gradient(0deg, rgba(13,13,13,.9) 0%, transparent 54%); }
.hero-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to bottom, black, transparent 70%); }
.hero-content { position: relative; z-index: 2; width: min(1440px, 100%); min-height: 100svh; margin: auto; padding: clamp(8rem, 12vh, 10rem) clamp(1.2rem, 5vw, 5rem) clamp(3.5rem, 7vh, 6rem); display: flex; flex-direction: column; }
.eyebrow { margin: 0 0 1.5rem; color: rgba(255,255,255,.72); font-size: .72rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.dark { color: var(--red-dark); }
.hero-logo { width: clamp(300px, 45vw, 650px); margin: auto 0 1.3rem; filter: drop-shadow(0 10px 20px rgba(0,0,0,.18)); }
.hero-bottom { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); align-items: end; gap: 3rem; border-top: 1px solid rgba(255,255,255,.4); padding-top: 1.4rem; }
.hero h1, .section-intro h2, .story-copy h2, .gather-heading h2, .visit-copy h2 { margin: 0; font-family: var(--display); font-weight: 400; text-transform: uppercase; letter-spacing: -.025em; line-height: .87; }
.hero h1 { font-size: clamp(3.7rem, 7.2vw, 8.5rem); }
.hero h1 em, .story-copy h2 em { color: var(--red); font-style: normal; }
.hero-actions { max-width: 430px; }
.hero-actions p { margin: 0 0 1.4rem; font-size: clamp(1rem, 1.25vw, 1.15rem); line-height: 1.55; color: rgba(255,255,255,.84); }
.button-row { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 1.3rem; font-size: .75rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-red { color: white; background: var(--red); }
.button-red:hover { background: var(--red-dark); }
.button-dark { color: white; background: var(--ink); }
.text-link { padding: .7rem 0; border-bottom: 1px solid rgba(255,255,255,.5); font-size: .75rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.text-link span { margin-left: .6rem; }
.scroll-cue { position: absolute; z-index: 4; right: 2.2rem; bottom: 2.4rem; display: flex; flex-direction: column; align-items: center; gap: .6rem; color: rgba(255,255,255,.7); font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; }
.scroll-cue i { width: 1px; height: 36px; background: white; animation: scrollPulse 1.7s ease-in-out infinite; transform-origin: top; }
@keyframes scrollPulse { 0%,100% { transform: scaleY(.35); opacity: .45; } 50% { transform: scaleY(1); opacity: 1; } }
.hero-reveal { opacity: 0; transform: translateY(24px); animation: heroIn .75s cubic-bezier(.2,.8,.2,1) forwards; }
.hero-reveal:nth-child(2) { animation-delay: .12s; }
.hero-reveal:nth-child(3) { animation-delay: .24s; }
@keyframes heroIn { to { opacity: 1; transform: translateY(0); } }

.ticker { overflow: hidden; color: var(--cream); background: var(--red); border-top: 4px solid var(--ink); border-bottom: 4px solid var(--ink); }
.ticker-track { display: flex; align-items: center; width: max-content; padding: .9rem 0; animation: ticker 25s linear infinite; }
.ticker span { font: 1.1rem var(--display); letter-spacing: .04em; white-space: nowrap; }
.ticker i { padding: 0 1.6rem; color: var(--ink); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-pad { padding: clamp(5rem, 9vw, 9rem) clamp(1.2rem, 6vw, 7rem); }
.menu-section { position: relative; background-color: var(--cream); background-image: radial-gradient(rgba(21,21,21,.075) .8px, transparent .8px); background-size: 5px 5px; }
.section-intro { display: grid; grid-template-columns: .5fr 1.45fr .75fr; gap: 2rem; align-items: end; max-width: 1500px; margin: 0 auto clamp(4rem, 8vw, 7rem); }
.section-intro .eyebrow { align-self: start; }
.section-intro h2 { font-size: clamp(3.5rem, 7vw, 8rem); }
.intro-copy { margin: 0; max-width: 320px; font-size: 1.1rem; line-height: 1.6; }
.menu-list { max-width: 1500px; margin: auto; border-top: 2px solid var(--ink); }
.menu-item { position: relative; display: grid; grid-template-columns: .25fr 1.4fr 1fr auto; gap: 2rem; align-items: center; min-height: 128px; padding: 1.2rem .5rem; border-bottom: 1px solid var(--ink); transition: color .25s; }
.menu-item::before { content: ""; position: absolute; inset: 0; z-index: 0; background: var(--red); transform: scaleY(0); transform-origin: bottom; transition: transform .3s cubic-bezier(.2,.8,.2,1); }
.menu-item:hover::before { transform: scaleY(1); }
.menu-item > * { position: relative; z-index: 1; }
.menu-item:hover { color: white; }
.menu-number { font-weight: 900; font-size: .75rem; }
.menu-item h3 { margin: 0; font: clamp(2.2rem, 4vw, 5rem)/.9 var(--display); text-transform: uppercase; }
.menu-item p { margin: 0; max-width: 300px; line-height: 1.5; }
.menu-item b { font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.menu-callout { max-width: 1500px; margin: 5rem auto 0; padding-top: 3rem; display: grid; grid-template-columns: .45fr 1fr auto; gap: 3rem; align-items: center; }
.stamp { width: 142px; height: 142px; display: grid; place-items: center; align-content: center; border: 3px solid var(--red); border-radius: 50%; color: var(--red); text-align: center; transform: rotate(-7deg); }
.stamp span { font: 1.7rem/.84 var(--display); }
.stamp small { margin-top: .55rem; font-size: .55rem; font-weight: 900; letter-spacing: .15em; }
.menu-callout > p { max-width: 660px; margin: 0; font-size: clamp(1.25rem, 2vw, 2rem); line-height: 1.35; font-weight: 700; }

.story-section { display: grid; grid-template-columns: 1.03fr .97fr; min-height: 820px; color: white; background: var(--ink); }
.story-image { position: relative; min-height: 700px; overflow: hidden; }
.story-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.65), transparent 60%); }
.story-image img { width: 100%; height: 100%; object-fit: cover; object-position: 38% center; filter: saturate(.78) contrast(1.06); }
.story-image > p { position: absolute; z-index: 2; left: clamp(1.5rem, 4vw, 4rem); bottom: clamp(2rem, 5vw, 5rem); margin: 0; font: clamp(3rem, 5.5vw, 7rem)/.87 var(--display); text-transform: uppercase; }
.story-copy { display: flex; flex-direction: column; justify-content: center; }
.story-copy h2 { font-size: clamp(4rem, 6.5vw, 7.8rem); }
.story-lede { max-width: 640px; margin: 2rem 0 2.5rem; color: rgba(255,255,255,.76); font-size: clamp(1.05rem, 1.45vw, 1.35rem); line-height: 1.6; }
.timeline { border-top: 1px solid rgba(255,255,255,.22); }
.timeline-row { display: grid; grid-template-columns: 90px 1fr; gap: 1rem; padding: 1.15rem 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.timeline-row b { color: var(--red); font: 1.45rem var(--display); }
.timeline-row p { margin: 0; line-height: 1.5; }
.pull-quote { margin: 3rem 0 0; padding-left: 1.3rem; border-left: 4px solid var(--red); font-family: Georgia, serif; font-size: clamp(1.3rem, 2vw, 2rem); font-style: italic; line-height: 1.35; }

.gather-section { color: white; background: var(--red); }
.gather-heading { max-width: 1500px; margin: 0 auto 4rem; display: flex; justify-content: space-between; gap: 2rem; align-items: end; }
.gather-heading .eyebrow { color: rgba(255,255,255,.72); }
.gather-heading h2 { max-width: 900px; font-size: clamp(4rem, 7vw, 8.5rem); text-align: right; }
.gather-grid { max-width: 1500px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.55); }
.gather-block { min-height: 300px; padding: 2.2rem 2.2rem 1rem 0; }
.gather-block + .gather-block { padding-left: 2.2rem; border-left: 1px solid rgba(255,255,255,.55); }
.gather-block span { font-size: .65rem; font-weight: 900; }
.gather-block h3 { margin: 3rem 0 1rem; font: clamp(2rem, 3vw, 3.7rem)/.9 var(--display); text-transform: uppercase; }
.gather-block p { max-width: 380px; margin: 0 0 2rem; line-height: 1.6; }
.gather-block a { display: inline-block; border-bottom: 1px solid white; padding-bottom: .4rem; font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.visit-section { padding: clamp(5rem, 9vw, 9rem) clamp(1.2rem, 6vw, 7rem); display: grid; grid-template-columns: 1.2fr .8fr; gap: 5rem; background: var(--paper); }
.visit-copy h2 { font-size: clamp(4.5rem, 9vw, 11rem); }
.visit-copy address { margin-top: 2.5rem; font-style: normal; font-weight: 700; font-size: 1.1rem; line-height: 1.5; }
.visit-copy address span { color: var(--red); }
.phone-link { display: inline-block; margin-top: 1.5rem; color: var(--red); font: clamp(2rem, 4vw, 4.5rem) var(--display); }
.hours { align-self: end; border-top: 2px solid var(--ink); }
.hours .eyebrow { padding-top: 1.3rem; }
.hours > div { display: flex; justify-content: space-between; gap: 1rem; padding: 1.15rem 0; border-bottom: 1px solid var(--line); }
.hours > div b { text-align: right; }
.hours .button { margin-top: 2rem; }

footer { min-height: 170px; padding: 2rem clamp(1.2rem, 6vw, 7rem); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; color: white; background: var(--ink); }
footer img { width: 170px; }
footer p { margin: 0; font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
footer p:last-child { text-align: right; }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 960px) {
  .site-header { height: 70px; }
  .menu-toggle { position: relative; z-index: 102; display: grid; grid-template-columns: 26px auto; column-gap: .65rem; align-items: center; }
  .menu-toggle span { grid-column: 1; width: 26px; height: 2px; background: currentColor; transition: transform .2s, opacity .2s; }
  .menu-toggle b { grid-column: 2; grid-row: 1 / span 3; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; z-index: 101; display: flex; flex-direction: column; justify-content: center; align-items: stretch; gap: 0; padding: 5rem 1.5rem 2rem; background: var(--ink); transform: translateX(100%); transition: transform .35s cubic-bezier(.2,.8,.2,1); }
  .site-nav.open { transform: translateX(0); }
  .site-nav a, .nav-order { padding: 1.2rem 0; border-bottom: 1px solid rgba(255,255,255,.2); background: transparent; font: 2.5rem/.9 var(--display); }
  .hero-logo { width: min(78vw, 560px); }
  .hero-bottom { grid-template-columns: 1fr; gap: 1.5rem; }
  .section-intro { grid-template-columns: 1fr; }
  .menu-item { grid-template-columns: 55px 1fr auto; }
  .menu-item p { grid-column: 2 / 4; }
  .menu-callout { grid-template-columns: auto 1fr; }
  .menu-callout .button { grid-column: 2; justify-self: start; }
  .story-section { grid-template-columns: 1fr; }
  .story-image { min-height: 70svh; }
  .gather-heading { display: block; }
  .gather-heading h2 { text-align: left; }
  .gather-grid { grid-template-columns: 1fr; }
  .gather-block { min-height: 0; padding: 2rem 0 2.5rem; border-bottom: 1px solid rgba(255,255,255,.55); }
  .gather-block + .gather-block { padding-left: 0; border-left: 0; }
  .gather-block h3 { margin-top: 1.5rem; }
  .visit-section { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .hero-content { padding-left: 1rem; padding-right: 1rem; }
  .hero-photo { background-position: 43% center; }
  .hero h1 { font-size: clamp(3.4rem, 17vw, 5.2rem); }
  .scroll-cue { display: none; }
  .section-pad { padding-left: 1rem; padding-right: 1rem; }
  .section-intro { margin-bottom: 3rem; }
  .menu-item { grid-template-columns: 36px 1fr; gap: 1rem; min-height: 116px; }
  .menu-item h3 { font-size: 2.6rem; }
  .menu-item p { grid-column: 2; }
  .menu-item b { display: none; }
  .menu-callout { grid-template-columns: 1fr; gap: 1.5rem; }
  .menu-callout .button { grid-column: 1; }
  .stamp { width: 110px; height: 110px; }
  .story-image { min-height: 56svh; }
  .story-copy h2 { font-size: 4rem; }
  .timeline-row { grid-template-columns: 64px 1fr; }
  .gather-heading h2 { font-size: 4.1rem; }
  .visit-section { padding-left: 1rem; padding-right: 1rem; gap: 3rem; }
  .visit-copy h2 { font-size: 4.8rem; }
  footer { grid-template-columns: 1fr; text-align: left; }
  footer p:last-child { text-align: left; }
}

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