:root{
  --cream:#ffffff;
  --cream-light:#ffffff;
  --ink:#000000;
  --ink-soft:#444444;
  --paper:#ffffff;
  --line:rgba(0,0,0,.18);
  --radius:24px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:"DM Sans",system-ui,sans-serif;
  line-height:1.5;
}
a{color:inherit;text-decoration:none}
img{max-width:100%}

.site-header{
  position:sticky;
  top:0;
  z-index:20;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:24px;
  padding:18px clamp(20px,4vw,56px);
  background:rgba(255,255,255,.96);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(12px);
}
.brand,.footer-brand{
  display:inline-flex;
  align-items:center;
}
.brand img{
  display:block;
  width:260px;
  height:auto;
}
.footer-brand img{
  display:block;
  width:240px;
  height:auto;
}
.nav{display:flex;gap:28px;font-size:.95rem;font-weight:600}
.site-header>.button{justify-self:end}

.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 22px;
  border-radius:999px;
  background:var(--ink);
  color:var(--paper);
  font-weight:700;
  transition:transform .2s ease,opacity .2s ease;
}
.button:hover{transform:translateY(-2px)}
.button-small{min-height:40px;padding:0 18px;font-size:.9rem}
.button-light{background:var(--paper);color:var(--ink)}
.text-link{font-weight:700;border-bottom:1px solid currentColor;padding-bottom:2px}

.hero{
  min-height:72vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:clamp(80px,10vw,145px) clamp(20px,5vw,72px);
  background:var(--paper);
  text-align:center;
}
.hero-copy{
  width:min(100%,1050px);
  margin:0 auto;
}
.hero-photo-wrap{
  width:min(100%,980px);
  margin:42px auto 0;
}
.hero-photo{
  display:block;
  width:100%;
  height:auto;
  max-height:620px;
  object-fit:cover;
  border:1px solid var(--ink);
}
.eyebrow{
  margin:0 0 16px;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:.78rem;
  font-weight:700;
}
h1,h2,h3{font-family:"Fraunces",serif;line-height:.96;margin:0}
h1{font-size:clamp(4rem,10vw,9rem);letter-spacing:-.055em;max-width:1100px;margin:0 auto}
h2{font-size:clamp(3rem,6vw,6.3rem);letter-spacing:-.045em}
h3{font-size:clamp(1.7rem,3vw,2.5rem);letter-spacing:-.025em}
.hero-text{
  max-width:700px;
  margin:30px auto 0;
  font-size:clamp(1.05rem,1.7vw,1.35rem);
  color:var(--ink-soft);
}
.hero-actions{
  display:flex;
  gap:24px;
  align-items:center;
  justify-content:center;
  margin-top:34px;
}

.ticker{
  display:flex;
  justify-content:space-around;
  gap:24px;
  overflow:hidden;
  white-space:nowrap;
  padding:17px 24px;
  background:var(--ink);
  color:var(--paper);
  font-weight:700;
  letter-spacing:.12em;
  font-size:.8rem;
}
.ticker i{font-style:normal}

.section{padding:clamp(72px,9vw,128px) clamp(20px,5vw,72px)}
.intro{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:8vw;
  background:var(--paper);
}
.intro-copy{max-width:700px;font-size:clamp(1.15rem,2vw,1.55rem)}
.intro-copy p:first-child{margin-top:0}
.intro-copy p:last-child{color:var(--ink-soft)}


.story-section{
  background:var(--ink);
  color:var(--paper);
}
.story-heading{
  max-width:1000px;
  margin-bottom:58px;
}
.story-layout{
  display:grid;
  grid-template-columns:.75fr 1.25fr;
  gap:8vw;
  align-items:start;
}
.story-pullquote{
  position:sticky;
  top:120px;
  padding-top:8px;
}
.story-pullquote p{
  margin:0;
  max-width:360px;
  font-family:"Fraunces",serif;
  font-size:clamp(2rem,4vw,3.6rem);
  line-height:1.03;
  letter-spacing:-.035em;
}
.story-copy{
  max-width:760px;
  font-size:clamp(1.1rem,1.7vw,1.35rem);
}
.story-copy p{
  margin:0 0 26px;
  opacity:.84;
}
.story-copy .story-closing{
  opacity:1;
  font-family:"Fraunces",serif;
  font-size:clamp(1.5rem,2.4vw,2.1rem);
  line-height:1.18;
}

.menu-section{background:var(--paper)}
.section-heading{max-width:820px;margin-bottom:48px}
.section-heading>p:last-child{font-size:1.1rem;color:var(--ink-soft)}
.menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.menu-card{
  min-height:520px;
  display:flex;
  flex-direction:column;
  padding:28px;
  background:var(--paper);
  border:1px solid var(--ink);
  border-radius:var(--radius);
}
.menu-card.featured{background:var(--ink);color:var(--paper)}
.menu-number{margin-bottom:auto;font-weight:700;opacity:.55}
.menu-card h3{margin:46px 0 18px}
.menu-card>p{min-height:100px;color:inherit;opacity:.78}
.menu-card ul{list-style:none;margin:28px 0 0;padding:0;border-top:1px solid currentColor}
.menu-card li{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:15px 0;
  border-bottom:1px solid currentColor;
  font-weight:600;
}
.menu-card em{font-style:normal;font-size:.82rem;opacity:.62;text-align:right}

.big-message{
  overflow:hidden;
  padding:55px 0 70px;
  background:var(--paper);
  text-align:center;
}
.big-message p{
  margin:-.08em 0;
  font-family:"Fraunces",serif;
  font-size:clamp(5.5rem,16vw,15rem);
  line-height:.8;
  letter-spacing:-.07em;
}
.big-message p:nth-child(2){font-style:italic}

.visit{background:var(--paper)}
.visit>div:first-child{margin-bottom:48px}
.visit-layout{
  display:grid;
  grid-template-columns:minmax(320px,.8fr) minmax(420px,1.2fr);
  gap:18px;
  align-items:stretch;
}
.visit-info{
  display:grid;
  gap:18px;
}
.visit-card{
  padding:28px;
  background:var(--paper);
  border:1px solid var(--ink);
  border-radius:var(--radius);
}
.visit-card h3{margin-bottom:20px}
.visit-card p{font-size:1.05rem}
.map-card{
  min-height:560px;
  overflow:hidden;
  background:var(--paper);
  border:1px solid var(--ink);
  border-radius:var(--radius);
}
.map-card iframe{
  display:block;
  min-height:560px;
}
.muted{color:var(--ink-soft)}

.newsletter{
  text-align:center;
  padding:clamp(80px,10vw,140px) 20px;
  background:var(--ink);
  color:var(--paper);
}
.newsletter p:not(.eyebrow){max-width:560px;margin:22px auto 30px;font-size:1.15rem;opacity:.8}

footer{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:end;
  gap:24px;
  padding:36px clamp(20px,5vw,72px);
  background:var(--paper);
  border-top:1px solid var(--line);
}
footer p{margin:0;font-size:.86rem;color:var(--ink-soft)}
footer p:last-child{text-align:right}

@media (max-width:900px){
  .site-header{grid-template-columns:1fr auto}
  .nav{display:none}
  .hero{min-height:auto}
  .intro{grid-template-columns:1fr}

  .story-layout{grid-template-columns:1fr}
  .story-pullquote{position:static}
  .menu-grid{grid-template-columns:1fr}
  .visit-layout{grid-template-columns:1fr}
  .map-card,.map-card iframe{min-height:380px}
  .menu-card{min-height:auto}
  .menu-card>p{min-height:auto}
  footer{grid-template-columns:1fr;text-align:left}
  footer p:last-child{text-align:left}
}
@media (max-width:560px){
  .hero-photo-wrap{margin-top:30px}
  .site-header{padding:14px 18px}
  .brand img{width:205px}
  h1{font-size:clamp(3.6rem,19vw,5rem)}
  .hero{padding-top:56px}
  .hero-actions{align-items:center;flex-direction:column}
  .ticker{justify-content:flex-start}
  .menu-card,.visit-card{padding:22px}
}
