:root {
  color-scheme: light;
  --ink: #18201d;
  --muted: #64716b;
  --paper: #fbfaf6;
  --cream: #f4efe5;
  --milk: #fffdf8;
  --leaf: #3e6f58;
  --berry: #ad3042;
  --brass: #b4894f;
  --line: rgba(24, 32, 29, 0.14);
  --shadow: 0 24px 70px rgba(24, 32, 29, 0.14);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
}

img {
  display: block;
  max-width: 100%;
}

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

.site-header {
  position: fixed;
  inset: 18px 20px auto;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  padding: 10px 12px;
  color: var(--milk);
  transition: color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.site-header.scrolled {
  background: rgba(251, 250, 246, 0.88);
  box-shadow: 0 10px 40px rgba(24, 32, 29, 0.12);
  backdrop-filter: blur(18px);
  color: var(--ink);
  border: 1px solid rgba(24, 32, 29, 0.08);
}

.brand,
.nav-links,
.header-action {
  align-items: center;
  display: flex;
}

.brand {
  gap: 10px;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: "Libre Baskerville", Georgia, serif;
}

.nav-links {
  justify-self: center;
  gap: 8px;
  padding: 5px;
  border: 1px solid rgba(255, 253, 248, 0.4);
  border-radius: 999px;
  background: rgba(24, 32, 29, 0.14);
}

.scrolled .nav-links {
  border-color: var(--line);
  background: rgba(255, 253, 248, 0.72);
}

.nav-links a,
.header-action {
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.87rem;
  font-weight: 700;
}

.nav-links a:hover,
.header-action:hover {
  background: rgba(255, 253, 248, 0.18);
}

.scrolled .nav-links a:hover,
.scrolled .header-action:hover {
  background: var(--cream);
}

.header-action {
  justify-self: end;
  border: 1px solid currentColor;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: hidden;
}

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

.hero-image {
  object-fit: cover;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(24, 32, 29, 0.66), rgba(24, 32, 29, 0.16) 58%, rgba(24, 32, 29, 0.02)),
    linear-gradient(0deg, rgba(24, 32, 29, 0.36), transparent 48%);
}

.hero-content {
  position: relative;
  max-width: 780px;
  padding: 140px 7vw 84px;
  color: var(--milk);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--leaf);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #d8efdf;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Libre Baskerville", Georgia, serif;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(4.4rem, 8vw, 9.6rem);
  line-height: 0.9;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2.2rem, 5vw, 5.3rem);
  line-height: 0.95;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.08rem;
}

p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-copy {
  max-width: 640px;
  color: rgba(255, 253, 248, 0.9);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.hero-actions,
.visit-section {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 800;
}

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

.button.secondary {
  border: 1px solid rgba(255, 253, 248, 0.56);
  color: var(--milk);
}

.promise-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.promise-strip div {
  min-height: 132px;
  padding: 30px 7vw;
  background: var(--milk);
}

.promise-strip strong,
.promise-strip span {
  display: block;
}

.promise-strip strong {
  margin-bottom: 8px;
  font-size: 1rem;
}

.promise-strip span {
  color: var(--muted);
  line-height: 1.5;
}

.split-section,
.menu-section,
.visit-section {
  padding: 92px 7vw;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: 54px;
  align-items: start;
}

.section-copy p {
  max-width: 620px;
  font-size: 1.04rem;
}

.section-copy.narrow {
  max-width: 820px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.feature-grid article {
  min-height: 210px;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.62);
}

.feature-grid span {
  display: block;
  margin-bottom: 38px;
  color: var(--brass);
  font-weight: 800;
}

.image-section {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--cream);
}

.image-section > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-panel {
  position: relative;
  width: min(560px, calc(100% - 40px));
  margin: 0 0 56px 7vw;
  padding: 34px;
  background: rgba(251, 250, 246, 0.88);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.image-panel h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.menu-section {
  background: var(--ink);
  color: var(--milk);
}

.menu-section p {
  color: rgba(255, 253, 248, 0.68);
}

.menu-section .eyebrow {
  color: #bfe4c9;
}

.menu-list {
  display: grid;
  gap: 1px;
  margin-top: 34px;
  background: rgba(255, 253, 248, 0.16);
}

.menu-list article {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: start;
  padding: 28px 0;
  background: var(--ink);
  border-top: 1px solid rgba(255, 253, 248, 0.08);
}

.menu-list h3 {
  margin-bottom: 6px;
  color: var(--milk);
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.menu-list span {
  min-width: 94px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 253, 248, 0.28);
  border-radius: 999px;
  color: rgba(255, 253, 248, 0.82);
  font-size: 0.82rem;
  font-weight: 800;
  text-align: center;
}

.visit-section {
  justify-content: space-between;
  background: var(--milk);
}

.visit-section h2 {
  max-width: 820px;
  margin-bottom: 0;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 7vw;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
}

footer span:first-child {
  color: var(--ink);
  font-weight: 800;
}

@media (max-width: 800px) {
  .site-header {
    inset: 10px 10px auto;
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: 88vh;
  }

  .hero-image {
    object-position: 58% center;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(24, 32, 29, 0.7), rgba(24, 32, 29, 0.22) 76%),
      linear-gradient(90deg, rgba(24, 32, 29, 0.48), rgba(24, 32, 29, 0.08));
  }

  .hero-content {
    padding: 120px 22px 54px;
  }

  h1 {
    font-size: clamp(4rem, 18vw, 6rem);
  }

  h2 {
    font-size: clamp(2.35rem, 11vw, 3.8rem);
  }

  .promise-strip,
  .split-section,
  .feature-grid,
  .menu-list article {
    grid-template-columns: 1fr;
  }

  .promise-strip div,
  .split-section,
  .menu-section,
  .visit-section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .split-section {
    gap: 32px;
  }

  .feature-grid article {
    min-height: 170px;
  }

  .image-section {
    min-height: 680px;
  }

  .image-section > img {
    object-position: 46% center;
  }

  .image-panel {
    margin: 0 auto 24px;
    padding: 24px;
  }

  .menu-list span {
    justify-self: start;
  }

  footer {
    flex-direction: column;
    padding-left: 22px;
    padding-right: 22px;
  }
}
