:root {
  color-scheme: dark;
  --bg: #0d1511;
  --panel: #17231d;
  --panel-2: #1f2f27;
  --paper: #f7f0d8;
  --paper-soft: #dfd5bb;
  --muted: #b9c0aa;
  --line: rgba(247, 240, 216, 0.16);
  --green: #9fb47f;
  --red: #eb553c;
  --gold: #e8be54;
  --ink: #0d1511;
  --radius: 2px;
  --max: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.nav-open {
  overflow: hidden;
}

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

button {
  font: inherit;
}

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

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

.topbar {
  position: sticky;
  z-index: 50;
  top: 0;
  display: grid;
  grid-template-columns: minmax(150px, auto) 1fr;
  gap: 20px;
  align-items: center;
  padding: 14px clamp(16px, 4vw, 46px);
  border-bottom: 1px solid var(--line);
  background: rgba(13, 21, 17, 0.86);
  backdrop-filter: blur(18px);
}

.brand {
  display: grid;
  gap: 0;
  width: max-content;
}

.brand span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 0.92;
}

.brand small {
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.site-menu {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
}

.site-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  color: var(--paper-soft);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.site-menu a:hover {
  border-color: var(--line);
  background: rgba(247, 240, 216, 0.06);
}

.site-menu .nav-call {
  border-color: var(--green);
  color: var(--paper);
}

.nav-toggle {
  display: none;
}

main {
  overflow: hidden;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.78fr);
  gap: 1px;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.panel {
  background: var(--panel);
}

.hero {
  min-height: calc(100vh - 76px);
  padding-top: 38px;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
  min-height: 610px;
  padding: clamp(26px, 6vw, 64px);
  overflow: hidden;
}

.hero-disclaimer {
  width: min(720px, 100%);
  margin-bottom: auto;
  padding: 13px 15px;
  border: 1px solid rgba(232, 190, 84, 0.42);
  background: rgba(232, 190, 84, 0.12);
}

.hero-disclaimer strong,
.hero-disclaimer span {
  display: block;
}

.hero-disclaimer strong {
  color: var(--gold);
  font-size: 12px;
  font-weight: 1000;
  text-transform: uppercase;
}

.hero-disclaimer span {
  margin-top: 5px;
  color: var(--paper-soft);
  font-size: 14px;
  line-height: 1.35;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--green);
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1 {
  max-width: 100%;
  margin: 0;
  font-size: clamp(62px, 6.7vw, 112px);
  font-weight: 1000;
  line-height: 0.86;
  text-transform: uppercase;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 640px;
  margin: 24px 0 0;
  color: var(--paper-soft);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.42;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-size: 12px;
  font-weight: 1000;
  text-transform: uppercase;
}

.button.primary {
  border-color: var(--red);
  background: var(--red);
  color: white;
}

.button.quiet {
  color: var(--paper);
}

.hero-media {
  position: relative;
  min-height: 610px;
  background:
    linear-gradient(rgba(13, 21, 17, 0.14), rgba(13, 21, 17, 0.05)),
    url("https://images.unsplash.com/photo-1554118811-1e0d58224f24?auto=format&fit=crop&w=1400&q=82") center/cover;
}

.hours-card {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: min(260px, calc(100% - 44px));
  padding: 22px;
  background: var(--paper);
  color: var(--ink);
}

.hours-card span {
  display: block;
  color: #587045;
  font-size: 12px;
  font-weight: 1000;
  text-transform: uppercase;
}

.hours-card strong {
  display: block;
  margin-top: 8px;
  font-size: 42px;
  line-height: 0.9;
  text-transform: uppercase;
}

.status-strip {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}

.status-strip div {
  padding: 18px 22px;
  background: var(--panel-2);
}

.status-strip b,
.status-strip span {
  display: block;
}

.status-strip b {
  color: var(--green);
  font-size: 12px;
  text-transform: uppercase;
}

.status-strip span {
  margin-top: 4px;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.proof-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  width: min(var(--max), calc(100% - 40px));
  margin: 1px auto 0;
}

.proof-row article {
  min-height: 180px;
  padding: 24px;
  background: var(--paper);
  color: var(--ink);
}

.proof-row strong {
  display: block;
  font-size: clamp(52px, 6vw, 88px);
  line-height: 0.9;
}

.proof-row span {
  display: block;
  max-width: 290px;
  margin-top: 16px;
  color: #4f6047;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.menu-section,
.story,
.preflight {
  width: min(var(--max), calc(100% - 40px));
  margin: 1px auto 0;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 0.54fr);
  gap: 34px;
  padding: clamp(30px, 6vw, 68px);
  background: var(--panel);
}

.section-heading h2,
.feature-copy h2,
.story-copy h2,
.visit-card h2,
.preflight h2 {
  max-width: 100%;
  margin: 0;
  overflow-wrap: break-word;
  font-size: clamp(42px, 5.4vw, 78px);
  font-weight: 1000;
  line-height: 0.92;
  text-transform: uppercase;
}

.story-copy h2 {
  font-size: clamp(40px, 4.8vw, 68px);
  line-height: 0.94;
}

.section-heading p:not(.eyebrow) {
  align-self: end;
  margin: 0;
  color: var(--paper-soft);
  font-size: 17px;
  line-height: 1.5;
}

.menu-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 1px;
  margin-top: 1px;
}

.menu-tabs {
  display: grid;
  align-content: start;
  gap: 1px;
}

.menu-tabs button {
  min-height: 92px;
  border: 0;
  background: var(--panel-2);
  color: var(--paper);
  cursor: pointer;
  font-weight: 1000;
  text-align: left;
  text-transform: uppercase;
  padding: 0 24px;
}

.menu-tabs button:hover,
.menu-tabs button.active {
  background: var(--red);
}

.menu-board {
  background: var(--panel);
}

.menu-panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
}

.menu-panel[hidden] {
  display: none;
}

.menu-panel article {
  min-height: 250px;
  padding: clamp(22px, 4vw, 42px);
  background: var(--paper);
  color: var(--ink);
}

.menu-panel span,
.story-cards span {
  color: #66804f;
  font-size: 13px;
  font-weight: 1000;
}

.menu-panel h3 {
  margin: 44px 0 10px;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 0.9;
  text-transform: uppercase;
}

.menu-panel p {
  max-width: 360px;
  margin: 0;
  color: #43503d;
  font-size: 17px;
  line-height: 1.4;
}

.feature,
.visit {
  margin-top: 1px;
}

.feature-media {
  min-height: 620px;
  background:
    linear-gradient(rgba(13, 21, 17, 0.03), rgba(13, 21, 17, 0.2)),
    url("https://images.unsplash.com/photo-1442512595331-e89e73853f31?auto=format&fit=crop&w=1400&q=82") center/cover;
}

.feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(28px, 5vw, 62px);
}

.feature-copy p:not(.eyebrow) {
  color: var(--paper-soft);
  font-size: 18px;
  line-height: 1.5;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  padding: 16px 18px;
  border: 1px solid var(--line);
  color: var(--paper-soft);
  font-weight: 800;
}

.story {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 1fr);
  gap: 1px;
}

.story-copy {
  min-width: 0;
  padding: clamp(30px, 6vw, 68px);
  background: var(--red);
}

.story-copy p:not(.eyebrow) {
  max-width: 620px;
  margin: 24px 0 0;
  color: white;
  font-size: 20px;
  line-height: 1.48;
}

.story-copy .eyebrow {
  color: #fff2d0;
}

.story-cards {
  display: grid;
  min-width: 0;
  gap: 1px;
}

.story-cards article {
  min-height: 210px;
  padding: 30px;
  background: var(--paper);
  color: var(--ink);
}

.story-cards h3 {
  margin: 42px 0 10px;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 0.92;
  text-transform: uppercase;
}

.story-cards p {
  max-width: 360px;
  margin: 0;
  color: #43503d;
  line-height: 1.4;
}

.gallery {
  display: grid;
  grid-template-columns: 0.9fr 0.7fr 0.7fr;
  grid-auto-rows: minmax(270px, 1fr);
  gap: 1px;
  width: min(var(--max), calc(100% - 40px));
  margin: 1px auto 0;
}

.gallery-tile {
  min-height: 310px;
  background-position: center;
  background-size: cover;
}

.gallery-tile.tall {
  grid-row: span 2;
  background-image: url("https://images.unsplash.com/photo-1521017432531-fbd92d768814?auto=format&fit=crop&w=1200&q=82");
}

.gallery-tile.coffee {
  background-image: url("https://images.unsplash.com/photo-1495474472287-4d71bcdd2085?auto=format&fit=crop&w=1100&q=82");
}

.gallery-tile.food {
  background-image: url("https://images.unsplash.com/photo-1504754524776-8f4f37790ca0?auto=format&fit=crop&w=1100&q=82");
}

.gallery-note {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 310px;
  padding: 30px;
  background: var(--gold);
  color: var(--ink);
}

.gallery-note p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 58px);
  line-height: 0.98;
}

.gallery-note span {
  margin-top: 22px;
  color: #4f3f11;
  font-size: 12px;
  font-weight: 1000;
  text-transform: uppercase;
}

.visit-card,
.hours {
  min-width: 0;
  padding: clamp(28px, 5vw, 58px);
}

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

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-top: 34px;
}

.contact-grid a {
  display: grid;
  align-content: space-between;
  min-height: 120px;
  padding: 18px;
  border: 1px solid var(--line);
}

.contact-grid span {
  color: var(--green);
  font-size: 12px;
  font-weight: 1000;
  text-transform: uppercase;
}

.contact-grid strong {
  overflow-wrap: anywhere;
  font-size: 18px;
}

.contact-grid .email-link strong {
  font-size: clamp(16px, 2.1vw, 24px);
  line-height: 1.12;
}

.contact-grid .email-link {
  min-width: 0;
}

.hours dl {
  margin: 26px 0 0;
}

.hours div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.hours dt,
.hours dd {
  margin: 0;
}

.hours dt {
  color: var(--paper-soft);
  font-weight: 850;
}

.hours dd {
  color: var(--paper);
  font-weight: 1000;
  text-transform: uppercase;
}

.preflight {
  display: grid;
  grid-template-columns: 0.58fr 1fr;
  gap: 1px;
}

.preflight > div,
.preflight ul {
  margin: 0;
  padding: clamp(28px, 5vw, 58px);
  background: var(--paper);
  color: var(--ink);
}

.preflight .eyebrow {
  color: #66804f;
}

.preflight h2 {
  font-size: clamp(42px, 6vw, 72px);
}

.preflight ul {
  display: grid;
  gap: 18px;
  list-style-position: inside;
  color: #43503d;
  font-size: 18px;
  line-height: 1.4;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  width: min(var(--max), calc(100% - 40px));
  margin: 1px auto 0;
  padding: 30px 0 54px;
  color: var(--paper-soft);
}

.footer div {
  display: grid;
  gap: 8px;
}

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

.footer a {
  color: var(--green);
  font-weight: 1000;
  text-transform: uppercase;
}

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

  .nav-toggle {
    position: relative;
    z-index: 60;
    display: grid;
    gap: 4px;
    min-width: 74px;
    min-height: 48px;
    border: 1px solid var(--line);
    background: transparent;
    color: var(--paper);
    cursor: pointer;
    padding: 10px;
  }

  .nav-toggle span {
    display: block;
    height: 2px;
    background: var(--paper);
  }

  .nav-toggle em {
    font-size: 10px;
    font-style: normal;
    font-weight: 1000;
    text-transform: uppercase;
  }

  .site-menu {
    position: fixed;
    inset: 0;
    z-index: 55;
    display: none;
    width: 100vw;
    height: 100dvh;
    align-content: center;
    justify-items: stretch;
    justify-content: stretch;
    gap: 1px;
    padding: 92px 18px 24px;
    background: rgba(13, 21, 17, 0.97);
  }

  body.nav-open .site-menu {
    display: grid;
  }

  .site-menu a {
    justify-content: center;
    min-height: 72px;
    border-color: var(--line);
    background: var(--panel);
    font-size: 18px;
  }

  .section-grid,
  .section-heading,
  .menu-layout,
  .story,
  .visit,
  .preflight {
    grid-template-columns: 1fr;
  }

  .section-grid,
  .proof-row,
  .menu-section,
  .story,
  .gallery,
  .visit,
  .preflight,
  .footer {
    width: min(100% - 24px, var(--max));
  }

  .hero {
    min-height: auto;
    padding-top: 14px;
  }

  .hero-copy,
  .hero-media {
    min-height: 520px;
  }

  .status-strip,
  .proof-row,
  .menu-panel,
  .gallery,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .menu-tabs {
    grid-template-columns: repeat(3, 1fr);
  }

  .menu-tabs button {
    min-height: 64px;
    padding: 0 12px;
    text-align: center;
  }

  .feature-media {
    order: 2;
    min-height: 430px;
  }

  .feature-copy {
    order: 1;
  }

  .gallery-tile.tall {
    grid-row: auto;
  }

  .footer {
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .topbar {
    padding-inline: 12px;
  }

  h1 {
    font-size: 58px;
  }

  .section-heading h2,
  .feature-copy h2,
  .story-copy h2,
  .visit-card h2 {
    font-size: 44px;
  }

  .hero-copy,
  .hero-media {
    min-height: 430px;
  }

  .hero-copy,
  .section-heading,
  .feature-copy,
  .story-copy,
  .visit-card,
  .hours,
  .preflight > div,
  .preflight ul {
    padding: 24px;
  }

  .status-strip span {
    font-size: 24px;
  }

  .proof-row article {
    min-height: 145px;
  }

  .menu-panel article {
    min-height: 220px;
  }

  .menu-panel h3 {
    margin-top: 34px;
  }

  .hours-card strong {
    font-size: 34px;
  }
}
