:root {
  --ink: #221914;
  --paper: #f4ead9;
  --cream: #fff8ee;
  --toast: #c35635;
  --jam: #8f2f2a;
  --coffee: #36241c;
  --butter: #e8bd67;
  --line: rgba(34, 25, 20, 0.18);
  --light-line: rgba(255, 248, 238, 0.24);
  --sans: "DM Sans", Arial, sans-serif;
  --serif: "Libre Baskerville", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  letter-spacing: 0;
}
body::selection { background: var(--butter); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
img { max-width: 100%; display: block; }

.skip-link {
  position: fixed;
  left: 14px;
  top: -52px;
  z-index: 1000;
  background: var(--cream);
  color: var(--ink);
  padding: 12px 14px;
}
.skip-link:focus { top: 14px; }

.site-header {
  position: absolute;
  top: 18px;
  left: 24px;
  right: 24px;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 66px;
  padding: 10px 12px;
  color: var(--cream);
  border: 1px solid rgba(255, 248, 238, 0.32);
  background: rgba(34, 25, 20, 0.54);
  backdrop-filter: blur(14px);
}
.brand {
  display: inline-grid;
  grid-template-columns: 38px auto;
  grid-template-rows: auto auto;
  column-gap: 11px;
  align-items: center;
  width: max-content;
}
.plate-mark {
  grid-row: 1 / 3;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid currentColor;
  background:
    linear-gradient(90deg, var(--toast) 0 31%, var(--cream) 31% 66%, var(--butter) 66%),
    var(--cream);
  box-shadow: inset 0 0 0 4px rgba(34, 25, 20, 0.08);
}
.brand strong {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  line-height: 1;
}
.brand small {
  font-size: 11px;
  line-height: 1.2;
  opacity: 0.84;
}
.site-header nav {
  display: flex;
  gap: 34px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.site-header nav a,
.call-button,
.hero-actions a,
.text-button,
.menu-photo button,
.visit-card a,
.counter-image span {
  transition: transform 180ms ease, opacity 180ms ease, background 180ms ease, border-color 180ms ease;
}
.site-header nav a:hover { opacity: 0.68; }
.call-button {
  justify-self: end;
  min-height: 44px;
  min-width: 74px;
  border: 0;
  border-radius: 999px;
  background: var(--cream);
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.call-button:hover { transform: translateY(-2px); }

.hero {
  min-height: 100dvh;
  position: relative;
  overflow: hidden;
  background: var(--coffee);
  color: var(--cream);
}
.hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(38, 26, 18, 0.78), rgba(38, 26, 18, 0.25) 57%, rgba(38, 26, 18, 0.45)),
    linear-gradient(0deg, rgba(38, 26, 18, 0.72), transparent 55%);
}
.hero-copy {
  position: relative;
  z-index: 1;
  width: min(760px, 90vw);
  padding: 23vh 0 14vh 7.6vw;
}
.eyebrow {
  margin: 0 0 18px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-transform: uppercase;
}
h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.052em;
  margin: 0;
}
.hero h1 {
  max-width: 790px;
  font-size: clamp(56px, 7.2vw, 112px);
  line-height: 1.03;
}
.hero-copy > p:last-of-type {
  width: min(420px, 86vw);
  margin: 28px 0 0;
  font-size: 16px;
  line-height: 1.55;
}
.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 34px;
}
.hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(255, 248, 238, 0.5);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.hero-actions a:first-child {
  border-color: var(--toast);
  background: var(--toast);
}
.hero-actions a:hover { transform: translateY(-2px); }
.open-card {
  position: absolute;
  right: 5.2vw;
  bottom: 9vh;
  z-index: 1;
  width: 280px;
  padding: 25px;
  background: rgba(255, 248, 238, 0.9);
  color: var(--ink);
  border-left: 5px solid var(--toast);
}
.open-card span {
  display: block;
  margin-bottom: 15px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.open-card strong {
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.25;
  font-weight: 400;
}

.promise-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--cream);
}
.promise-band span {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--line);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}
.promise-band span:last-child { border-right: 0; }

.intro {
  display: grid;
  grid-template-columns: 0.42fr 1.1fr 0.48fr;
  gap: 6vw;
  padding: 135px 7.6vw;
  background: var(--paper);
}
.intro h2,
.section-head h2,
.story-copy h2,
.counter-copy h2,
.visit h2 {
  font-size: clamp(42px, 5.4vw, 82px);
  line-height: 1.08;
}
.intro > p:last-child,
.story-copy > p,
.counter-copy > p {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.65;
}

.photo-story {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 7vw;
  padding: 0 7.6vw 142px;
}
.story-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.story-photo img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
}
.story-photo figcaption {
  position: absolute;
  left: 22px;
  bottom: 22px;
  padding: 10px 12px;
  background: rgba(34, 25, 20, 0.72);
  color: var(--cream);
  font-size: 12px;
}
.story-copy {
  align-self: center;
}
.text-button {
  margin-top: 34px;
  padding: 0 0 8px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.text-button:hover { opacity: 0.68; }

.menu-section {
  padding: 136px 7.6vw 150px;
  background: var(--coffee);
  color: var(--cream);
}
.section-head {
  display: grid;
  grid-template-columns: 0.32fr 1fr;
  gap: 4vw;
  margin-bottom: 72px;
}
.menu-grid {
  display: grid;
  grid-template-columns: 0.46fr 0.54fr;
  gap: 34px;
}
.menu-photo {
  position: relative;
  overflow: hidden;
  min-height: 660px;
}
.menu-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu-photo button,
.counter-image span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  border: 1px solid rgba(255, 248, 238, 0.62);
  background: rgba(34, 25, 20, 0.36);
  color: var(--cream);
  padding: 12px 14px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.menu-photo button:hover,
.counter-image:hover span { transform: translateY(-2px); }
.menu-panel {
  border: 1px solid var(--light-line);
}
.menu-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--light-line);
}
.menu-tabs button {
  min-height: 62px;
  border: 0;
  border-right: 1px solid var(--light-line);
  background: transparent;
  color: rgba(255, 248, 238, 0.64);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.menu-tabs button:last-child { border-right: 0; }
.menu-tabs button.active {
  background: var(--toast);
  color: var(--cream);
}
.menu-feature {
  min-height: 300px;
  padding: 38px;
  border-bottom: 1px solid var(--light-line);
}
.menu-feature span,
.menu-feature p:first-of-type {
  display: block;
  color: rgba(255, 248, 238, 0.62);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}
.menu-feature h3 {
  max-width: 520px;
  margin: 30px 0 20px;
  font-size: clamp(30px, 4.4vw, 56px);
  line-height: 1.12;
}
.menu-feature p:last-child {
  max-width: 390px;
  margin: 0;
  color: rgba(255, 248, 238, 0.75);
  font-size: 15px;
  line-height: 1.6;
}
.menu-row {
  width: 100%;
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 19px 24px;
  border: 0;
  border-bottom: 1px solid var(--light-line);
  background: transparent;
  color: rgba(255, 248, 238, 0.68);
  text-align: left;
}
.menu-row[hidden] {
  display: none;
}
.menu-row:last-child { border-bottom: 0; }
.menu-row strong {
  font-size: 14px;
  font-weight: 600;
}
.menu-row span,
.menu-row i {
  font-size: 10px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.menu-row i { opacity: 0; }
.menu-row:hover,
.menu-row.selected {
  background: rgba(255, 248, 238, 0.06);
  color: var(--cream);
}
.menu-row:hover i,
.menu-row.selected i { opacity: 1; }

.counter-section {
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
  gap: 7vw;
  padding: 150px 7.6vw;
  background: var(--cream);
}
.counter-copy {
  align-self: center;
}
.counter-image {
  position: relative;
  padding: 0;
  border: 0;
  background: var(--coffee);
  overflow: hidden;
}
.counter-image img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
  transition: transform 700ms ease;
}
.counter-image:hover img { transform: scale(1.025); }

.visit {
  display: grid;
  grid-template-columns: 1fr 0.62fr;
  gap: 7vw;
  padding: 136px 7.6vw 146px;
  background: #a64e36;
  color: var(--cream);
}
.visit-card {
  align-self: end;
  padding: 32px;
  border: 1px solid rgba(255, 248, 238, 0.38);
  background: rgba(34, 25, 20, 0.18);
}
.visit-card p {
  margin: 0 0 28px;
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1.35;
}
.visit-card a {
  display: block;
  width: max-content;
  margin-top: 14px;
  padding-bottom: 7px;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
}
.visit-card a:hover { opacity: 0.72; }
.visit-card small {
  display: block;
  margin-top: 32px;
  color: rgba(255, 248, 238, 0.72);
  font-size: 12px;
  line-height: 1.55;
}

footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  padding: 44px 7.6vw 84px;
  background: var(--ink);
  color: var(--cream);
}
footer p {
  margin: 0;
  font-size: 13px;
}
footer div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  font-size: 13px;
}
.footer-brand .plate-mark {
  width: 32px;
  height: 32px;
}

.mobile-dock {
  display: none;
}

dialog {
  border: 0;
  padding: 0;
}
dialog::backdrop {
  background: rgba(34, 25, 20, 0.72);
  backdrop-filter: blur(5px);
}
.dialog-close {
  position: absolute;
  right: 14px;
  top: 12px;
  z-index: 2;
  border: 0;
  background: transparent;
  color: currentColor;
  font-size: 30px;
  line-height: 1;
}
.call-dialog {
  width: min(540px, 92vw);
  padding: 48px;
  background: var(--cream);
  color: var(--ink);
}
.call-dialog h2 {
  font-size: clamp(36px, 6vw, 58px);
  line-height: 1.08;
}
.call-dialog p:not(.eyebrow) {
  max-width: 360px;
  margin: 24px 0;
  line-height: 1.6;
}
.call-dialog a {
  display: block;
  margin: 30px 0 12px;
  font-family: var(--serif);
  font-size: 27px;
}
.call-dialog small {
  color: rgba(34, 25, 20, 0.64);
}
.photo-dialog {
  width: min(920px, 94vw);
  background: var(--ink);
  color: var(--cream);
}
.photo-dialog img {
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
}
.photo-dialog p {
  margin: 0;
  padding: 14px 18px 18px;
  font-size: 13px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 800ms ease, transform 800ms ease;
}
[data-reveal].visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 780px) {
  .site-header {
    left: 14px;
    right: 14px;
    top: 12px;
    grid-template-columns: 1fr auto;
    min-height: 58px;
  }
  .brand {
    grid-template-columns: 32px auto;
    column-gap: 9px;
  }
  .plate-mark {
    width: 30px;
    height: 30px;
  }
  .brand strong {
    font-size: 14px;
  }
  .brand small {
    font-size: 10px;
  }
  .site-header nav { display: none; }
  .call-button {
    min-width: 62px;
    min-height: 42px;
  }
  .hero { min-height: 100svh; }
  .hero > img { object-position: 58% center; }
  .hero-copy {
    width: auto;
    padding: 21vh 20px 185px;
  }
  .hero h1 {
    font-size: clamp(46px, 13vw, 64px);
    letter-spacing: -0.055em;
  }
  .hero-copy > p:last-of-type {
    font-size: 14px;
  }
  .hero-actions {
    flex-direction: column;
  }
  .open-card {
    left: 20px;
    right: 20px;
    bottom: 90px;
    width: auto;
    padding: 18px;
  }
  .promise-band {
    grid-template-columns: 1fr 1fr;
  }
  .promise-band span {
    min-height: 62px;
    font-size: 10px;
    border-bottom: 1px solid var(--line);
  }
  .intro,
  .photo-story,
  .section-head,
  .menu-grid,
  .counter-section,
  .visit,
  footer {
    grid-template-columns: 1fr;
  }
  .intro,
  .menu-section,
  .counter-section,
  .visit {
    padding: 92px 20px;
  }
  .intro {
    gap: 24px;
  }
  .intro h2,
  .section-head h2,
  .story-copy h2,
  .counter-copy h2,
  .visit h2 {
    font-size: 43px;
  }
  .photo-story {
    padding: 0 20px 92px;
    gap: 34px;
  }
  .story-photo img,
  .counter-image img {
    aspect-ratio: 0.92;
  }
  .menu-section {
    padding-bottom: 108px;
  }
  .section-head {
    gap: 18px;
    margin-bottom: 44px;
  }
  .menu-photo {
    min-height: 420px;
  }
  .menu-panel {
    margin-top: 18px;
  }
  .menu-tabs button {
    min-height: 56px;
    font-size: 10px;
  }
  .menu-feature {
    padding: 28px 22px;
    min-height: 260px;
  }
  .menu-feature h3 {
    font-size: 36px;
  }
  .menu-row {
    padding: 17px 14px;
  }
  .visit-card {
    padding: 24px;
  }
  footer {
    gap: 28px;
    padding: 40px 20px 102px;
  }
  footer div {
    align-items: flex-start;
  }
  .mobile-dock {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1.15fr;
    height: 68px;
    background: rgba(34, 25, 20, 0.96);
    color: var(--cream);
    border-top: 1px solid var(--light-line);
    backdrop-filter: blur(12px);
  }
  .mobile-dock a,
  .mobile-dock button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-right: 1px solid var(--light-line);
    background: transparent;
    color: inherit;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  .mobile-dock button {
    border-right: 0;
    background: var(--toast);
  }
  .call-dialog {
    padding: 44px 28px 34px;
  }
}

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