* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: #27150f;
  background: #f2eadb;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }

:focus-visible {
  outline: 3px solid #ffd24a;
  outline-offset: 4px;
}

.site-header {
  position: relative;
  z-index: 20;
  min-height: 70px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(14px, 3vw, 42px);
  padding: 10px clamp(14px, 4vw, 54px);
  color: #fff7e8;
  background: rgba(26, 11, 8, .9);
  border-bottom: 1px solid rgba(255, 210, 74, .28);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  font-weight: 800;
  white-space: nowrap;
}

.brand img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
}

nav {
  justify-self: center;
  display: flex;
  gap: clamp(14px, 4vw, 38px);
  color: rgba(255, 247, 232, .78);
  font-size: .9rem;
  font-weight: 850;
}

nav a,
.header-call,
.button,
.text-link,
.mobile-actions a {
  transition: transform .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease;
}

nav a:hover { color: #ffd24a; }

.header-call {
  justify-self: end;
  min-width: 76px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #180907;
  background: #ffd24a;
  border: 2px solid #ffd24a;
  font-weight: 950;
}

.header-call:hover,
.button:hover,
.text-link:hover {
  transform: translateY(-2px);
}

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #1a0b08;
}

.hero-photo,
.hero-photo img,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-photo img {
  object-fit: cover;
  object-position: 50% 28%;
  filter: saturate(1.12) contrast(1.06);
}

.hero-shade {
  background:
    radial-gradient(circle at 80% 22%, rgba(255, 210, 74, .28), transparent 31%),
    linear-gradient(90deg, rgba(24, 9, 7, .88) 0%, rgba(24, 9, 7, .68) 43%, rgba(24, 9, 7, .18) 100%),
    linear-gradient(0deg, rgba(24, 9, 7, .72) 0%, rgba(24, 9, 7, .18) 52%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  width: min(1210px, calc(100% - 32px));
  margin: 0 auto;
  padding: 132px 0 clamp(28px, 7vh, 74px);
  display: grid;
  grid-template-columns: minmax(0, 740px) minmax(270px, 380px);
  gap: clamp(24px, 6vw, 86px);
  align-items: end;
  color: #fff7e8;
}

.hero-copy {
  padding-bottom: clamp(4px, 2vw, 26px);
}

.eyebrow {
  margin: 0 0 12px;
  color: #ffd24a;
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.65rem, 6.1vw, 5.8rem);
  line-height: .93;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 4.15rem);
  line-height: 1;
  letter-spacing: 0;
}

.lede,
.section-copy p,
.food-band p,
.visit-copy p {
  color: rgba(255, 247, 232, .84);
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
}

.hero-copy .lede {
  max-width: 650px;
  margin-bottom: 0;
}

.hero-actions,
.visit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 2px solid transparent;
  font-weight: 950;
}

.button.primary {
  color: #180907;
  background: #ffd24a;
  border-color: #ffd24a;
}

.button.secondary {
  color: #fff7e8;
  background: rgba(255, 247, 232, .08);
  border-color: rgba(255, 247, 232, .5);
}

.button.dark {
  color: #fff7e8;
  background: #1a0b08;
  border-color: #1a0b08;
}

.hours-card {
  padding: 24px;
  background: rgba(255, 247, 232, .92);
  color: #27150f;
  border: 2px solid rgba(255, 210, 74, .8);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .34);
}

.hours-card .eyebrow { color: #9b1d19; }
.hours-card h2 { margin-bottom: 8px; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.hours-card p { margin-bottom: 18px; color: #684334; font-weight: 780; }

dl { margin: 0; }

.hours-card div,
.hours-board div {
  display: grid;
  grid-template-columns: minmax(72px, .8fr) minmax(0, 1.2fr);
  gap: 14px;
  align-items: baseline;
  padding: 12px 0;
  border-top: 1px solid rgba(39, 21, 15, .16);
}

dt,
.hours-board span {
  color: #9b1d19;
  font-size: .8rem;
  font-weight: 950;
  text-transform: uppercase;
}

dd,
.hours-board strong {
  margin: 0;
  font-size: .98rem;
  font-weight: 920;
}

.quick-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #9b1d19;
  color: #fff7e8;
}

.quick-strip div {
  min-height: 108px;
  padding: 24px clamp(16px, 4vw, 54px);
  border-right: 1px solid rgba(255, 247, 232, .22);
}

.quick-strip div:last-child { border-right: 0; }

.quick-strip span {
  display: block;
  margin-bottom: 5px;
  color: #ffd24a;
  font-size: .75rem;
  font-weight: 950;
  text-transform: uppercase;
}

.quick-strip strong {
  display: block;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
}

.section {
  padding: clamp(56px, 8vw, 112px) clamp(16px, 4vw, 54px);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: clamp(28px, 6vw, 88px);
  align-items: start;
  background:
    linear-gradient(135deg, rgba(255, 210, 74, .24), transparent 34%),
    #f2eadb;
}

.section-copy {
  max-width: 700px;
}

.section-copy .eyebrow,
.food-band .eyebrow,
.town-section .eyebrow,
.visit-copy .eyebrow {
  color: #9b1d19;
}

.section-copy p,
.food-band p,
.visit-copy p {
  color: #674337;
}

.text-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
  color: #9b1d19;
  border-bottom: 3px solid #9b1d19;
  font-weight: 950;
}

.hours-board {
  background: #fff7e8;
  border: 2px solid rgba(39, 21, 15, .18);
  box-shadow: 12px 12px 0 #27150f;
}

.hours-board div {
  padding: 18px 22px;
}

.hours-board div:first-child { border-top: 0; }

.food-band {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  min-height: 560px;
  background: #1a0b08;
  color: #fff7e8;
}

.food-band picture {
  min-height: 420px;
}

.food-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% 50%;
}

.food-band > div {
  align-self: center;
  padding: clamp(34px, 6vw, 86px);
}

.town-section {
  background: #fff7e8;
}

.section-copy.compact {
  margin-bottom: clamp(24px, 4vw, 42px);
}

.gallery {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  grid-template-rows: minmax(360px, 520px);
  gap: 14px;
}

.gallery figure {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #27150f;
}

.gallery picture,
.gallery img {
  width: 100%;
  height: 100%;
}

.gallery img {
  object-fit: cover;
  object-position: 50% 28%;
}

.gallery figure:nth-child(2) img { object-position: 58% 50%; }

figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 10px 12px;
  color: #fff7e8;
  background: rgba(26, 11, 8, .78);
  font-size: .86rem;
  font-weight: 950;
}

.visit-section {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(24px, 5vw, 76px);
  align-items: center;
  padding: clamp(54px, 8vw, 104px) clamp(16px, 4vw, 54px);
  background: #ffd24a;
}

.map-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background:
    linear-gradient(90deg, transparent 47%, #9b1d19 47%, #9b1d19 53%, transparent 53%),
    linear-gradient(0deg, transparent 42%, #27150f 42%, #27150f 50%, transparent 50%),
    linear-gradient(135deg, #fff7e8, #f2eadb);
  border: 3px solid #27150f;
  box-shadow: 12px 12px 0 rgba(39, 21, 15, .9);
}

.map-card::after {
  content: "L";
  position: absolute;
  left: 48%;
  top: 39%;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #fff7e8;
  background: #9b1d19;
  border: 3px solid #27150f;
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
  font-weight: 900;
}

.map-card span {
  position: absolute;
  color: #27150f;
  background: rgba(255, 247, 232, .82);
  border: 2px solid rgba(39, 21, 15, .28);
  padding: 7px 10px;
  font-size: .78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.map-card span:nth-child(1) { left: 58%; top: 33%; }
.map-card span:nth-child(2) { left: 12%; top: 53%; }
.map-card span:nth-child(3) { right: 10%; bottom: 12%; }

.visit-copy h2 {
  max-width: 760px;
}

footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  align-items: center;
  justify-content: center;
  padding: 28px 18px 34px;
  color: #fff7e8;
  background: #1a0b08;
  text-align: center;
}

footer a {
  color: #ffd24a;
  font-weight: 900;
}

.mobile-actions { display: none; }

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  nav { display: none; }

  .hero {
    min-height: 90vh;
  }

  .hero-photo img {
    object-position: 52% 20%;
  }

  .hero-grid,
  .split-section,
  .food-band,
  .visit-section {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    width: min(100% - 28px, 680px);
    padding-top: 120px;
  }

  .quick-strip {
    grid-template-columns: 1fr;
  }

  .quick-strip div {
    min-height: 82px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 247, 232, .22);
  }

  .food-band picture {
    min-height: 360px;
  }

  .gallery {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .gallery figure,
  .gallery figure:first-child {
    height: clamp(260px, 72vw, 420px);
  }

  .map-card {
    min-height: 270px;
  }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 78px; }

  .site-header {
    min-height: 64px;
    padding: 9px 12px;
  }

  .brand {
    max-width: calc(100vw - 104px);
    font-size: 1.05rem;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .header-call {
    min-width: 68px;
    min-height: 40px;
  }

  h1 {
    font-size: clamp(2.12rem, 11.8vw, 3.2rem);
    line-height: 1.04;
  }

  h2 {
    font-size: clamp(1.9rem, 9vw, 2.8rem);
    line-height: 1.02;
  }

  .hero {
    min-height: 92vh;
  }

  .hero-photo img {
    object-position: 48% 12%;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(24, 9, 7, .92) 0%, rgba(24, 9, 7, .74) 48%, rgba(24, 9, 7, .16) 100%);
  }

  .hero-grid {
    width: calc(100% - 24px);
    padding: 96px 0 18px;
    gap: 18px;
  }

  .hero-actions,
  .visit-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
    min-height: 52px;
  }

  .hours-card {
    padding: 18px;
  }

  .hours-card div,
  .hours-board div {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 10px;
  }

  .section,
  .visit-section {
    padding: 46px 14px;
  }

  .hours-board {
    box-shadow: 7px 7px 0 #27150f;
  }

  .food-band > div {
    padding: 34px 14px 42px;
  }

  .food-band picture {
    min-height: 310px;
  }

  .gallery {
    gap: 10px;
  }

  .gallery figure,
  .gallery-main {
    height: 280px;
  }

  .map-card {
    min-height: 240px;
    box-shadow: 7px 7px 0 rgba(39, 21, 15, .9);
  }

  footer {
    padding-bottom: 24px;
  }

  .mobile-actions {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 0;
    padding: 8px;
    background: rgba(26, 11, 8, .92);
    border: 1px solid rgba(255, 210, 74, .42);
    backdrop-filter: blur(14px);
  }

  .mobile-actions a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #180907;
    background: #ffd24a;
    font-size: .92rem;
    font-weight: 950;
  }
}

@media (max-width: 340px) {
  .brand span { max-width: 126px; overflow: hidden; text-overflow: ellipsis; }
  .header-call { min-width: 60px; }
  .hours-card div,
  .hours-board div {
    grid-template-columns: 78px minmax(0, 1fr);
    padding-left: 14px;
    padding-right: 14px;
  }
  dd,
  .hours-board strong {
    font-size: .9rem;
  }
}

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