:root {
  --background: #f7ecdf;
  --surface: #eedecb;
  --surface-soft: #e2cdb2;
  --text: #2d1c14;
  --muted: #5f4d42;
  --accent: #c79243;
  --accent-dark: #4a2d1f;
  --border: #cfb291;
  --focus: #005fcc;
  --max-width: 72rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Trebuchet MS", "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 1.6;
  color: var(--text);
  background: var(--background);
}

a {
  color: var(--accent-dark);
}

a:hover {
  color: var(--accent);
}

a:focus-visible,
button:focus-visible {
  outline: 0.2rem solid var(--focus);
  outline-offset: 0.2rem;
}

.skip-link {
  position: absolute;
  top: -3rem;
  left: 1rem;
  z-index: 1000;
  padding: 0.75rem 1rem;
  color: #ffffff;
  background: #000000;
}

.skip-link:focus {
  top: 1rem;
}

.container {
  width: min(100% - 2rem, var(--max-width));
  margin: 0 auto;
}

.site-header,
.site-footer {
  border-top: 0.1rem solid var(--border);
  border-bottom: 0.1rem solid var(--border);
  background: #ffffff;
}

.site-header .container,
.site-footer .container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}

.site-name {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--accent-dark);
}

.brand-link {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

.brand-link:hover {
  color: inherit;
}

.site-logo {
  display: block;
  width: auto;
  height: 4.6rem;
  max-width: 12rem;
  object-fit: contain;
}

.header-layout {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between !important;
  gap: 1.25rem;
  align-items: center;
  width: min(100% - 2rem, var(--max-width));
  max-width: var(--max-width);
  margin-top: 0.8rem;
  margin-bottom: 0.75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 !important;
  border: 0;
  background: transparent;
}

.header-nav {
  display: inline-flex;
}

.header-nav-right {
  justify-content: flex-end;
}

.brand-link-left {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.nav-list,
.feature-list {
  padding: 0;
  margin: 0;
}

.nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  list-style: none;
  padding: 0;
}

.header-nav-right .nav-list {
  padding: 0.4rem 1rem;
  border: 0.12rem solid #5d3a28;
  border-radius: 0;
  background: #4a2d1f;
}

.nav-list a {
  display: inline-block;
  padding: 0.42rem 1rem;
  border: 0.1rem solid transparent;
  border-radius: 0;
  color: #fff7ef;
  background: transparent;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.2;
}

.nav-list a:hover,
.nav-list a:focus-visible {
  color: var(--accent-dark);
  background: var(--surface-soft);
  border-color: #d5b185;
}

.hero {
  padding: 2rem 0 4rem;
  background: linear-gradient(180deg, #f4e3d1 0%, #f8eee3 100%);
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 22rem;
  gap: 2.5rem;
  align-items: start;
}

.hero-copy {
  min-width: 0;
}

.hero-copy > *:first-child {
  margin-top: 0;
}

.hero-banner {
  margin: 0 0 1.5rem;
}

.hero-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-banner-full {
  width: 100%;
  margin-bottom: 2rem;
}

.hero-media {
  margin: 0;
  width: 100%;
  max-width: 22rem;
  justify-self: end;
  align-self: start;
  border: 0.1rem solid var(--border);
  background: var(--surface);
  overflow: hidden;
}

.hero-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  max-height: 30rem;
  object-fit: cover;
}

.split-section-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 22rem;
  gap: 2.5rem;
  align-items: start;
}

.split-section-copy {
  min-width: 0;
}

.split-section-copy > *:first-child {
  margin-top: 0;
}

.split-section-media {
  margin: 0;
  width: 100%;
  max-width: 22rem;
  justify-self: end;
  align-self: start;
  border: 0.1rem solid var(--border);
  background: var(--surface);
  overflow: hidden;
}

.split-section-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  max-height: 30rem;
  object-fit: cover;
}

.section {
  padding: 3rem 0;
}

.alt-section {
  background: #efdfcc;
}

h1,
h2,
h3 {
  line-height: 1.2;
  font-family: "Trebuchet MS", "Segoe UI", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

h1 {
  margin-top: 0;
  font-size: clamp(2rem, 4vw, 3rem);
}

.hero h1,
#accessibility h2 {
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 800;
}

h2 {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
}

h3 {
  margin-top: 0;
  font-size: 1.25rem;
}

p,
li,
address {
  max-width: 70ch;
  font-size: 1.125rem;
}

.eyebrow {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

.button-link {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.85rem 1.25rem;
  color: #fff8f1;
  background: var(--accent-dark);
  border: 0.15rem solid var(--accent-dark);
  text-decoration: none;
  font-weight: 700;
  border-radius: 0.35rem;
}

.button-link:hover,
.button-link:focus-visible {
  background: #68412d;
  color: #ffffff;
}

.secondary-button {
  color: var(--accent-dark);
  background: #fbf3ea;
  border-color: var(--border);
}

.secondary-button:hover,
.secondary-button:focus-visible {
  color: var(--accent-dark);
  background: #ecd8bf;
}

.action-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}

.action-group .button-link {
  margin-top: 0;
}

.feature-list {
  padding-left: 1.5rem;
  columns: 2;
  column-gap: 2rem;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.info-card {
  height: 100%;
  padding: 1.25rem;
  border: 0.1rem solid var(--border);
  background: #fbf3ea;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.gallery-card {
  margin: 0;
  border: 0.1rem solid var(--border);
  background: #e7d4bf;
  overflow: hidden;
}

.gallery-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 16rem;
  object-fit: cover;
}

.section-lead {
  margin-bottom: 1.5rem;
}

.menu-anchor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 0;
  margin: 0 0 2rem;
  list-style: none;
}

.menu-anchor-list a {
  display: inline-block;
  padding: 0.55rem 0.85rem;
  border: 0.1rem solid var(--border);
  background: #fbf3ea;
  text-decoration: none;
  font-weight: 700;
  border-radius: 0.3rem;
}

.menu-grid {
  display: grid;
  gap: 1.5rem;
}

.menu-category {
  padding: 1.25rem;
  border: 0.1rem solid var(--border);
  background: #fbf3ea;
}

.menu-category h3 {
  margin-bottom: 1rem;
}

.menu-list,
.note-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu-item + .menu-item {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 0.1rem solid var(--border);
}

.menu-item {
  max-width: none;
}

.menu-item-row {
  display: flex;
  gap: 1rem;
  align-items: baseline;
  justify-content: space-between;
}

.menu-item-name {
  font-weight: 700;
}

.menu-item-price {
  flex-shrink: 0;
  font-weight: 700;
  color: var(--accent-dark);
}

.menu-item-meta {
  margin: 0.4rem 0 0;
  max-width: none;
  color: var(--muted);
}

.menu-note-box {
  margin-top: 2rem;
  padding: 1.25rem;
  border: 0.1rem solid var(--border);
  background: #fbf3ea;
}

.menu-note-box h4 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  font-size: 1rem;
}

.price-table th,
.price-table td {
  padding: 0.75rem;
  border: 0.1rem solid var(--border);
  text-align: left;
  vertical-align: top;
}

.price-table th {
  background: #ead5bc;
}

.note-list li + li {
  margin-top: 0.75rem;
}

.contact-details {
  font-style: normal;
}

.back-to-top-wrap {
  padding: 1.25rem 0 0;
  background: #e7d4bf;
  text-align: center;
}

.back-to-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  color: #3f3f3f;
  text-decoration: none;
  font-weight: 700;
}

.back-to-top:hover,
.back-to-top:focus-visible {
  color: #1f1f1f;
}

.footer-note {
  margin: 0;
  color: var(--muted);
}

@media (max-width: 48rem) {
  .site-header .container,
  .site-footer .container {
    align-items: flex-start;
  }

  .header-layout {
    flex-direction: column;
    width: 100%;
    justify-content: center !important;
  }

  .header-nav-left,
  .header-nav-right {
    justify-content: center;
    width: 100%;
  }

  .hero-layout {
    grid-template-columns: 1fr;
  }

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

  .hero-media {
    max-width: none;
    justify-self: stretch;
  }

  .split-section-media {
    max-width: none;
    justify-self: stretch;
  }

  .hero-media img {
    max-height: none;
    min-height: 18rem;
  }

  .split-section-media img {
    max-height: none;
    min-height: 18rem;
  }

  .nav-list {
    flex-direction: column;
    gap: 0.35rem;
    border-radius: 1rem;
    width: min(100%, 18rem);
  }

  .feature-list {
    columns: 1;
  }

  .card-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .menu-item-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
  }

  .price-table {
    display: block;
    overflow-x: auto;
  }
}
