:root {
  --ink: #2a1e18;
  --cream: #f5ead8;
  --paper: #fff8eb;
  --clay: #a24f2f;
  --brick: #3b261a;
  --mustard: #c9923f;
  --olive: #687247;
  --line: #dac7aa;
  --map: #d8c8a9;
}

* {
  box-sizing: border-box;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(90deg, rgb(42 30 24 / 0.035) 1px, transparent 1px),
    var(--cream);
  background-size: 38px 38px;
  color: var(--ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--mustard);
  outline-offset: 4px;
}

section[id],
footer[id] {
  scroll-margin-top: 96px;
}

#hours {
  scroll-margin-top: 180px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 6px clamp(18px, 5vw, 62px);
  border-bottom: 1px solid rgb(255 248 235 / 0.14);
  background: var(--brick);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: clamp(96px, 8.5vw, 122px);
  line-height: 0;
}

.brand-logo {
  display: block;
  width: 100%;
  height: auto;
}

nav {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 2.4vw, 30px);
  color: rgb(255 248 235 / 0.78);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.nav-button {
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  letter-spacing: inherit;
  padding: 0;
  text-transform: inherit;
}

.site-header .order-link {
  background: var(--paper);
  color: var(--brick);
}

.order-link,
.button {
  border: 0;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: var(--brick);
  color: var(--paper);
  cursor: pointer;
  font-family: inherit;
  font-weight: 800;
  padding: 12px 18px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(32px, 5.8vw, 68px) clamp(18px, 5vw, 62px);
}

.hero-copy {
  max-width: 640px;
}

.sign-label {
  display: inline-flex;
  width: fit-content;
  transform: rotate(-1.5deg);
  border: 2px solid var(--clay);
  background: var(--paper);
  color: var(--clay);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 8px 10px;
  text-transform: uppercase;
}

.section-tag {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.section-tag::before,
.section-tag::after {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--clay);
}

.side-tag {
  display: inline-grid;
  width: 4.6rem;
  height: 4.6rem;
  place-items: center;
  transform: rotate(-6deg);
  border: 2px solid var(--clay);
  border-radius: 50%;
  color: var(--clay);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
}

h1 {
  margin-top: 14px;
  font-size: clamp(2.9rem, 5.1vw, 5.15rem);
  line-height: 1.02;
}

h2 {
  max-width: 760px;
  margin-top: 12px;
  font-size: 3rem;
  line-height: 1.04;
}

h3 {
  margin: 8px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.12;
}

p {
  color: rgb(42 30 24 / 0.68);
  font-size: 1.03rem;
  line-height: 1.76;
}

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

.button--ghost {
  border: 1px solid rgb(42 30 24 / 0.24);
  background: transparent;
  color: var(--ink);
}

.photo-board {
  display: grid;
  grid-template-columns: 1.05fr 0.78fr;
  grid-template-rows: 300px 205px;
  gap: 14px;
}

.photo {
  border: 8px solid var(--brick);
  box-shadow: 0 1px 0 rgb(42 30 24 / 0.16);
  background-position: center;
  background-size: cover;
}

.photo--room {
  grid-row: span 2;
  border-radius: 26px 6px 6px 26px;
  background-image:
    linear-gradient(180deg, rgb(42 30 24 / 0.04), rgb(42 30 24 / 0.18)),
    url("assets/old-oak-room.jpg");
}

.photo--plate {
  border-radius: 6px 26px 6px 6px;
  background-image: url("assets/old-oak-plate.jpg");
}

.photo--counter {
  border-radius: 6px 6px 26px 6px;
  background-image: url("assets/old-oak-counter.jpg");
}

.gallery-progress {
  display: none;
}

.daily-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-inline: clamp(18px, 5vw, 62px);
  background: var(--line);
  border: 1px solid var(--line);
}

.daily-info article {
  background: var(--paper);
  padding: 26px;
}

.daily-info span,
.menu-grid span {
  display: block;
  color: var(--olive);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.daily-info strong {
  display: block;
  margin-top: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  line-height: 1.08;
}

.address-block {
  display: grid;
  gap: 4px;
  margin-top: 10px;
}

.daily-info .address-block strong,
.daily-info .address-block span {
  display: block;
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.28;
  text-transform: none;
}

.daily-info a {
  display: inline-flex;
  margin-top: 16px;
  color: var(--brick);
  font-weight: 800;
}

.daily-info #order a {
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  border-radius: 3px;
  background: var(--brick);
  color: var(--paper);
  padding: 12px 18px;
  box-shadow: 0 4px 0 var(--mustard);
}

.daily-info #order a svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.daily-info #order a:hover {
  background: var(--clay);
  color: var(--paper);
}

.tap-wall {
  margin: clamp(72px, 10vw, 118px) clamp(18px, 5vw, 62px) clamp(60px, 9vw, 104px);
  overflow: hidden;
  border: 8px solid var(--brick);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgb(255 248 235 / 0.035) 1px, transparent 1px),
    #211714;
  background-size: 34px 34px;
  color: var(--paper);
}

.tap-wall--menu {
  margin-top: 0;
  margin-bottom: clamp(56px, 8vw, 88px);
}

.tap-wall__header {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.58fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: end;
  padding: clamp(34px, 6vw, 72px);
}

.tap-wall .section-tag {
  color: var(--mustard);
}

.tap-wall .section-tag::before,
.tap-wall .section-tag::after {
  background: var(--mustard);
}

.tap-wall h2 {
  color: var(--paper);
}

.tap-wall__header p:not(.section-tag) {
  color: rgb(255 248 235 / 0.68);
}

.tap-photo {
  position: relative;
  margin: 0;
  border-top: 1px solid rgb(255 248 235 / 0.12);
  border-bottom: 1px solid rgb(255 248 235 / 0.16);
  background: #140f0d;
}

.tap-photo::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgb(33 23 20 / 0.08), rgb(33 23 20 / 0.5)),
    radial-gradient(circle at 50% 18%, transparent 0 42%, rgb(33 23 20 / 0.28) 78%);
  content: "";
}

.tap-photo img {
  display: block;
  width: 100%;
  height: clamp(220px, 28vw, 380px);
  object-fit: cover;
  object-position: center bottom;
}

.tap-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgb(255 248 235 / 0.12);
}

.tap-list article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  background: rgb(33 23 20 / 0.96);
  padding: 18px clamp(18px, 3vw, 28px);
}

.tap-list article > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 2px solid var(--tap);
  border-radius: 50%;
  color: var(--tap);
  font-size: 0.78rem;
  font-weight: 800;
}

.tap-list h3 {
  margin: 0;
  color: var(--paper);
  font-size: 1.2rem;
}

.tap-list p {
  margin: 4px 0 0;
  color: rgb(255 248 235 / 0.62);
  font-size: 0.92rem;
  line-height: 1.45;
}

.tap-list strong {
  color: var(--tap);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  white-space: nowrap;
}

.menu-section,
.location-section {
  padding: clamp(72px, 10vw, 118px) clamp(18px, 5vw, 62px);
}

.menu-section {
  padding-bottom: clamp(36px, 5vw, 64px);
}

.section-heading {
  display: grid;
  gap: 12px;
  margin-bottom: 36px;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.menu-grid article {
  display: flex;
  min-height: 190px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  background: var(--paper);
  padding: 28px;
}

.menu-grid strong {
  color: var(--brick);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  white-space: nowrap;
}

.menu-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.full-menu-disclosure {
  display: grid;
  justify-items: center;
  margin-top: 28px;
}

.full-menu-disclosure summary {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border: 1px solid rgb(42 30 24 / 0.24);
  border-radius: 3px;
  color: var(--brick);
  cursor: pointer;
  font-weight: 800;
  list-style: none;
  padding: 12px 18px;
}

.full-menu-disclosure summary::-webkit-details-marker {
  display: none;
}

.full-menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 26px;
  border: 1px solid var(--line);
  background: var(--line);
}

.full-menu section {
  background: var(--paper);
  padding: 30px;
}

.full-menu h2,
.full-menu h3 {
  margin: 0 0 22px;
  color: var(--brick);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.05;
}

.full-menu dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.full-menu dl div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 18px;
  padding-block: 16px;
  border-top: 1px solid var(--line);
}

.full-menu dt {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  font-weight: 700;
}

.full-menu dd {
  margin: 0;
  color: var(--brick);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  font-weight: 700;
}

.full-menu .menu-description {
  grid-column: 1 / -1;
  margin: 0;
  color: rgb(42 30 24 / 0.68);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.55;
}

.full-menu a {
  color: var(--brick);
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.menu-page-hero {
  padding: clamp(64px, 10vw, 118px) clamp(18px, 5vw, 62px) clamp(36px, 6vw, 70px);
}

.menu-page-hero h1 {
  max-width: 980px;
}

.menu-page-hero p:not(.sign-label) {
  max-width: 720px;
}

.full-menu--page {
  margin: clamp(36px, 6vw, 72px) clamp(18px, 5vw, 62px) clamp(72px, 10vw, 118px);
}

.order-page-hero {
  padding: clamp(64px, 10vw, 118px) clamp(18px, 5vw, 62px) clamp(40px, 6vw, 72px);
}

.order-page-hero h1 {
  max-width: 980px;
}

.order-page-hero p:not(.sign-label) {
  max-width: 760px;
}

.order-intro,
.setup-list {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
  padding: clamp(42px, 7vw, 78px) clamp(18px, 5vw, 62px);
  border-top: 1px solid var(--line);
}

.order-intro {
  background: var(--paper);
}

.order-intro > p {
  align-self: center;
  margin: 0;
}

.ordering-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: clamp(38px, 6vw, 70px) clamp(18px, 5vw, 62px) 0;
  border: 1px solid var(--line);
  background: var(--line);
}

.ordering-options article {
  min-height: 300px;
  background: var(--paper);
  padding: clamp(24px, 4vw, 34px);
}

.ordering-options span {
  display: block;
  color: var(--olive);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ordering-options h2 {
  margin-top: 14px;
  font-size: clamp(2.15rem, 4vw, 3rem);
}

.ordering-options p {
  margin-bottom: 0;
}

.setup-list {
  margin-top: clamp(60px, 9vw, 104px);
  background: var(--paper);
}

.setup-list ul {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.setup-list li {
  border-top: 1px solid var(--line);
  color: rgb(42 30 24 / 0.72);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.55;
  padding-top: 18px;
}

.location-section {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(360px, 1.16fr);
  gap: clamp(30px, 6vw, 76px);
  align-items: center;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.location-directions {
  margin-top: 22px;
}

.map-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid #bda982;
  border-radius: 8px;
  background:
    radial-gradient(circle at 68% 44%, rgb(164 91 47 / 0.18) 0 4%, transparent 4.2%),
    linear-gradient(115deg, transparent 0 44%, rgb(127 94 57 / 0.18) 44.2% 47.4%, transparent 47.6%),
    linear-gradient(0deg, rgb(255 248 235 / 0.46) 0 1px, transparent 1px 100%),
    linear-gradient(90deg, rgb(255 248 235 / 0.46) 0 1px, transparent 1px 100%),
    var(--map);
  background-size:
    auto,
    auto,
    46px 46px,
    46px 46px,
    auto;
}

.map-card__grid,
.map-card__road,
.map-card__pin,
.map-card__label {
  position: absolute;
}

.map-card__grid {
  inset: 8%;
  border: 1px solid rgb(127 94 57 / 0.16);
  background:
    linear-gradient(0deg, transparent 0 calc(50% - 1px), rgb(127 94 57 / 0.22) calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)),
    linear-gradient(90deg, transparent 0 calc(50% - 1px), rgb(127 94 57 / 0.22) calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px));
}

.map-card__road {
  background: #efe2c4;
  box-shadow: 0 0 0 1px rgb(127 94 57 / 0.14);
}

.map-card__road--vertical {
  top: -8%;
  bottom: -8%;
  left: 52%;
  width: 3.4rem;
  transform: rotate(7deg);
}

.map-card__road--horizontal {
  top: 48%;
  right: -8%;
  left: -8%;
  height: 2.8rem;
  transform: rotate(-3deg);
}

.map-card__pin {
  top: 39%;
  left: 56%;
  z-index: 2;
  border: 2px solid var(--brick);
  border-radius: 999px;
  background: var(--paper);
  color: var(--brick);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 0.7rem 0.85rem;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}

.map-card__label {
  right: 1.4rem;
  bottom: 1.4rem;
  z-index: 2;
  background: rgb(255 248 235 / 0.82);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 0.7rem 0.85rem;
  text-transform: uppercase;
}

.site-footer {
  padding: clamp(46px, 7vw, 78px) clamp(18px, 5vw, 62px) 26px;
  border-top: 1px solid rgb(255 248 235 / 0.12);
  background: var(--brick);
  color: var(--paper);
}

.footer-inner,
.footer-bottom {
  width: min(100%, 1280px);
  margin-inline: auto;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(230px, 1.25fr) repeat(3, minmax(150px, 0.7fr));
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.footer-brand {
  max-width: 340px;
}

.footer-logo {
  display: inline-flex;
  width: clamp(142px, 13vw, 190px);
  line-height: 0;
}

.footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.site-footer p {
  margin: 0;
  color: rgb(255 248 235 / 0.7);
  font-size: 0.98rem;
  line-height: 1.65;
}

.footer-brand p {
  margin-top: 22px;
}

.footer-column h3 {
  margin: 0 0 14px;
  color: var(--mustard);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.footer-column a {
  color: var(--paper);
  font-size: 0.96rem;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgb(255 248 235 / 0.32);
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.footer-column p + a {
  display: inline-flex;
  margin-top: 14px;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 24px;
  color: var(--paper);
  font-size: 0;
  letter-spacing: 0;
  text-transform: none;
}

.footer-social a {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgb(255 248 235 / 0.24);
  border-radius: 999px;
  background: rgb(255 248 235 / 0.06);
  color: var(--paper);
}

.footer-social .social-link--facebook {
  border-color: #1877f2;
  background: #1877f2;
  color: #fff;
}

.footer-social .social-link--instagram {
  border-color: #c13584;
  background:
    radial-gradient(circle at 30% 105%, #fdf497 0 9%, #fd5949 36%, #d6249f 62%, #285aeb 100%);
  color: #fff;
}

.footer-social .social-link--yelp {
  width: 42px;
  border-color: #d32323;
  background: #d32323;
  color: #fff;
}

.footer-social svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.footer-social .social-link--facebook svg {
  fill: currentColor;
  stroke: none;
}

.footer-social .social-link--yelp svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
  stroke: none;
}

.footer-column--contact p {
  margin-bottom: 18px;
}

.button--footer {
  min-height: 44px;
  background: var(--paper);
  color: var(--brick);
  text-decoration: none;
}

.footer-column .button--footer {
  color: var(--brick);
  text-decoration: none;
}

.footer-column--contact .button--footer {
  display: flex;
  width: fit-content;
}

.footer-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  margin-top: clamp(34px, 5vw, 56px);
  padding-top: 22px;
  border-top: 1px solid rgb(255 248 235 / 0.14);
  color: rgb(255 248 235 / 0.6);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-bottom a {
  color: var(--paper);
}

.footer-bottom span:nth-child(2) {
  max-width: 560px;
  color: rgb(255 248 235 / 0.48);
  font-size: 0.72rem;
  line-height: 1.45;
  text-align: center;
}

.contact-modal {
  width: min(92vw, 560px);
  border: 0;
  border-radius: 8px;
  padding: 0;
  background: var(--paper);
  color: var(--ink);
}

.contact-modal::backdrop {
  background: rgb(42 30 24 / 0.68);
}

.contact-modal__panel {
  position: relative;
  padding: clamp(28px, 5vw, 42px);
}

.contact-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgb(42 30 24 / 0.18);
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  line-height: 1;
}

.contact-modal__eyebrow {
  margin: 0;
  color: var(--clay);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-modal__description {
  margin: 12px 0 0;
}

.contact-modal h2 {
  margin-top: 10px;
  font-size: clamp(2.1rem, 8vw, 3rem);
}

.contact-form {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--olive);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fffdf6;
  color: var(--ink);
  font: inherit;
  letter-spacing: 0;
  padding: 12px 14px;
  text-transform: none;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form__status {
  min-height: 1.4em;
  margin: -4px 0 0;
  color: var(--olive);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: none;
}

@media (max-width: 960px) {
  body {
    padding-top: 116px;
  }

  section[id],
  footer[id] {
    scroll-margin-top: 184px;
  }

  #hours {
    scroll-margin-top: 240px;
  }

  .hero,
  .tap-wall__header,
  .order-intro,
  .setup-list,
  .location-section {
    grid-template-columns: 1fr;
  }

  .site-header {
    position: fixed;
    inset: 0 0 auto 0;
    width: 100%;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 14px;
    padding-block: 8px;
    box-shadow: 0 1px 0 var(--brick);
    transform: translateZ(0);
  }

  .footer-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-brand {
    grid-column: 1 / -1;
    max-width: 560px;
  }

  .site-header nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: center;
    flex-wrap: wrap;
  }

  .site-header .order-link {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .photo-board,
  .daily-info,
  .menu-grid,
  .full-menu,
  .ordering-options,
  .tap-list {
    grid-template-columns: 1fr;
  }

  .photo-board {
    --gallery-offset: 0%;
    --gallery-progress: 0;
    position: relative;
    display: flex;
    gap: 0;
    min-height: clamp(270px, 66vw, 420px);
    overflow: hidden;
    border: 8px solid var(--brick);
    border-radius: 8px;
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
  }

  .photo-board:active {
    cursor: grabbing;
  }

  .photo-board .photo {
    flex: 0 0 100%;
    min-width: 100%;
    min-height: clamp(270px, 66vw, 420px);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transform: translate3d(var(--gallery-offset), 0, 0);
    transition: transform 360ms ease;
    will-change: transform;
  }

  .photo--room,
  .photo--plate,
  .photo--counter {
    grid-row: auto;
    border-radius: 0;
  }

  .gallery-progress {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 5px;
    background: rgb(255 248 235 / 0.28);
  }

  .gallery-progress span {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--mustard);
    transform: scaleX(var(--gallery-progress));
    transform-origin: left center;
  }
}

@media (max-width: 640px) {
  .site-header {
    gap: 8px 12px;
    padding-inline: 16px;
  }

  .brand {
    width: 96px;
  }

  .site-header nav {
    gap: 8px 12px;
    font-size: 0.72rem;
  }

  .site-header .order-link {
    min-height: 40px;
    padding: 10px 16px;
  }

  .daily-info #order a {
    width: 100%;
  }

  h1 {
    font-size: 2.85rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  .menu-grid article,
  .hero-actions,
  .menu-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .full-menu section {
    padding: 24px;
  }

  .location-section {
    grid-template-columns: 1fr;
  }

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

  .tap-wall {
    border-width: 5px;
    margin-inline: 20px;
  }

  .tap-wall__header {
    padding: 28px 22px;
  }

  .tap-photo img {
    height: 230px;
    object-position: center bottom;
  }

  .tap-list article {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .tap-list strong {
    grid-column: 2;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 360px) {
  .site-header nav {
    gap: 8px 9px;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .photo-board .photo {
    transition: none;
  }
}
