@font-face {
  font-family: "Barlow";
  src: url("assets/barlow-regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Barlow";
  src: url("assets/barlow-semibold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src: url("assets/barlow-condensed-bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src: url("assets/barlow-condensed-black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}

:root {
  --paper: #f5f4ef;
  --ink: #171916;
  --green: #1e5a43;
  --green-dark: #123b2c;
  --yellow: #f2c84b;
  --line: rgba(23, 25, 22, 0.26);
  --radius: 4px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.45;
}

a { color: inherit; }
address { font-style: normal; }
figure, p, h1, h2 { margin: 0; }
img { display: block; width: 100%; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 30;
  padding: 10px 14px;
  transform: translateY(-180%);
  color: var(--paper);
  background: var(--ink);
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px clamp(20px, 4vw, 58px);
  border-bottom: 1px solid var(--line);
}

.wordmark,
.quick-actions,
.quick-actions a {
  display: inline-flex;
  align-items: center;
}

.wordmark {
  gap: 12px;
  font-weight: 600;
  text-decoration: none;
}

.wordmark-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: var(--radius);
  color: var(--paper);
  background: var(--green);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
}

.quick-actions { gap: 8px; }

.quick-actions a {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.quick-actions a:hover { color: var(--paper); background: var(--ink); }

.hero {
  display: grid;
  min-height: calc(100svh - 72px - 61px);
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  background: var(--yellow);
}

.hero-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  gap: 34px;
  padding: clamp(46px, 6vw, 92px) clamp(28px, 5vw, 76px);
}

.eyebrow {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.location-copy h2,
.contact h2 {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 7ch;
  font-size: clamp(92px, 11vw, 176px);
  line-height: 0.72;
}

.hero h1 span { display: block; }
.hero h1 span:last-child { margin-left: 1.05ch; }

.category {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  max-width: 560px;
  align-items: center;
  gap: 24px;
}

.button {
  display: flex;
  min-height: 56px;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 14px 18px;
  border-radius: var(--radius);
  font-weight: 600;
  text-decoration: none;
}

.button-dark { color: var(--paper); background: var(--ink); }
.button-dark:hover { color: var(--ink); background: var(--paper); }

.text-action {
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  font-weight: 600;
  text-decoration: none;
}

.hero-image {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: var(--green);
}

.hero-image img {
  height: 100%;
  object-fit: cover;
  object-position: 48% 35%;
}

figcaption {
  font-size: 13px;
  line-height: 1.35;
}

.hero-image figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  width: fit-content;
  max-width: calc(100% - 28px);
  padding: 8px 10px;
  color: var(--paper);
  background: rgba(23, 25, 22, 0.88);
}

.arrival-band {
  display: grid;
  min-height: 61px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 20px;
  padding: 15px clamp(20px, 4vw, 58px);
  color: var(--paper);
  background: var(--ink);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.arrival-band p:nth-child(2) { text-align: center; }
.arrival-band p:last-child { text-align: right; }

.food-section {
  padding: clamp(80px, 10vw, 150px) clamp(20px, 5vw, 76px);
  background: var(--paper);
}

.section-heading {
  display: grid;
  max-width: 1180px;
  grid-template-columns: 1fr 2fr;
  gap: 14px 40px;
  align-items: end;
  margin: 0 auto clamp(46px, 6vw, 84px);
}

.section-heading h2 {
  font-size: clamp(68px, 9vw, 132px);
  line-height: 0.82;
}

.section-heading > p:last-child {
  grid-column: 2;
  max-width: 42ch;
}

.food-grid {
  display: grid;
  max-width: 1280px;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
  gap: clamp(20px, 3vw, 42px);
  align-items: end;
  margin: 0 auto;
}

.food-card { min-width: 0; }

.image-frame {
  overflow: hidden;
  border-radius: var(--radius);
  background: #d8d8d1;
}

.image-frame-wide { aspect-ratio: 16 / 10; }
.image-frame-tall { aspect-ratio: 4 / 5; }

.image-frame img {
  height: 100%;
  object-fit: cover;
}

.image-frame-wide img { object-position: center; }
.image-frame-tall img { object-position: 48% center; }

.food-card figcaption {
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}

.location-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 8vw, 130px);
  padding: clamp(80px, 10vw, 150px) clamp(20px, 5vw, 76px);
  background: var(--yellow);
}

.location-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}

.location-copy h2,
.contact h2 {
  max-width: 8ch;
  font-size: clamp(64px, 7vw, 108px);
  line-height: 0.84;
}

.location-copy address { font-size: 22px; }

.text-link {
  display: inline-flex;
  gap: 12px;
  padding-bottom: 4px;
  border-bottom: 2px solid var(--ink);
  font-weight: 600;
  text-decoration: none;
}

.map-source { font-size: 13px; }

.map-frame {
  min-width: 0;
  height: 520px;
  overflow: hidden;
  border-radius: var(--radius);
  background: #d9ddd8;
}

.map-frame iframe { width: 100%; height: 100%; border: 0; }

.contact {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(50px, 8vw, 130px);
  padding: clamp(80px, 9vw, 130px) clamp(20px, 5vw, 76px);
}

.contact-links { border-top: 2px solid var(--ink); }

.contact-links a {
  display: grid;
  min-height: 104px;
  grid-template-columns: 110px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  border-bottom: 2px solid var(--ink);
  text-decoration: none;
}

.contact-links a:hover { background: rgba(242, 200, 75, 0.28); }
.contact-links span { font-size: 15px; font-weight: 600; text-transform: uppercase; }
.contact-links strong { font-family: "Barlow Condensed", sans-serif; font-size: clamp(27px, 3vw, 42px); line-height: 1; }

footer {
  display: grid;
  min-height: 116px;
  grid-template-columns: 0.8fr 1.2fr 1.4fr;
  align-items: center;
  gap: 24px;
  padding: 24px clamp(20px, 4vw, 58px);
  color: var(--paper);
  background: var(--green-dark);
  font-size: 14px;
}

footer > p:first-child {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
}

.source-note { text-align: right; }

.reveal {
  transform: translateY(20px);
  opacity: 0;
  transition: opacity 580ms cubic-bezier(0.16, 1, 0.3, 1), transform 580ms cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.is-visible { transform: translateY(0); opacity: 1; }

a:focus-visible { outline: 3px solid #1276d2; outline-offset: 4px; }

@media (max-width: 900px) {
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .hero-copy { min-height: 600px; }
  .hero-image { min-height: 66svh; }

  .section-heading,
  .food-grid,
  .location-section,
  .contact {
    grid-template-columns: 1fr;
  }

  .section-heading > p:last-child { grid-column: 1; }
  .food-grid { gap: 42px; }
  .food-card-main { width: 100%; }
  .food-card:not(.food-card-main) { width: min(78%, 520px); margin-left: auto; }
  .location-section, .contact { gap: 58px; }
  .map-frame { height: 440px; }
  footer { grid-template-columns: 1fr 1fr; }
  .source-note { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 600px) {
  body { font-size: 17px; }

  .site-header { min-height: 70px; padding: 10px 20px; }
  .wordmark > span:last-child { display: none; }
  .quick-actions a { min-height: 46px; padding: 0 13px; }

  .hero-copy {
    min-height: 560px;
    padding: 38px 20px 44px;
  }

  .hero h1 { font-size: 82px; }
  .hero h1 span:last-child { margin-left: 0.72ch; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .text-action { width: fit-content; }
  .hero-image { min-height: 520px; }
  .hero-image img { object-position: 48% 30%; }

  .arrival-band {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 20px;
  }

  .arrival-band p:nth-child(2),
  .arrival-band p:last-child { text-align: left; }

  .food-section,
  .location-section,
  .contact { padding: 78px 20px; }

  .section-heading { display: flex; align-items: flex-start; flex-direction: column; }
  .section-heading h2 { font-size: 72px; }
  .food-card:not(.food-card-main) { width: 100%; }
  .image-frame-wide { aspect-ratio: 4 / 3; }
  .image-frame-tall { aspect-ratio: 4 / 5; }

  .location-copy h2,
  .contact h2 { font-size: 70px; }

  .map-frame { height: 360px; }

  .contact-links a {
    grid-template-columns: 1fr auto;
    padding: 20px 0;
  }

  .contact-links strong { grid-column: 1 / -1; grid-row: 2; overflow-wrap: anywhere; }
  .contact-links b { grid-column: 2; grid-row: 1 / 3; }

  footer { grid-template-columns: 1fr; }
  .source-note { grid-column: auto; }
}

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