:root {
  --flour: #fffaf4;
  --cream: #f7efe4;
  --oat: #eadbc8;
  --wheat: #d6b27f;
  --caramel: #a66b3f;
  --sage: #6f7c63;
  --cocoa: #432a20;
  --coffee: #251711;
  --ink: #201713;
  --muted: #6f5f56;
  --line: rgba(67, 42, 32, 0.16);
  --shadow: 0 20px 60px rgba(55, 35, 25, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--flour);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  letter-spacing: 0;
}

body::selection {
  background: var(--wheat);
  color: var(--coffee);
}

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

a {
  color: inherit;
}

a:focus-visible {
  outline: 3px solid var(--wheat);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  transform: translateY(-140%);
  border-radius: 4px;
  background: var(--coffee);
  color: var(--flour);
  padding: 0.7rem 1rem;
  text-decoration: none;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 5rem;
  padding: 0.75rem max(1rem, calc((100% - 1120px) / 2));
  border-bottom: 1px solid rgba(67, 42, 32, 0.12);
  background: rgba(255, 250, 244, 0.92);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  color: var(--coffee);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  font-weight: 700;
  text-decoration: none;
}

.brand img {
  width: 3rem;
  height: 3rem;
  flex: 0 0 auto;
  border: 1px solid rgba(67, 42, 32, 0.18);
  border-radius: 50%;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.35rem;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--coffee);
}

.nav-call,
.button,
.contact-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border-radius: 4px;
  font-weight: 800;
  text-decoration: none;
}

.nav-call {
  min-height: 2.8rem;
  padding: 0.75rem 1rem;
  background: var(--cocoa);
  color: var(--flour);
  box-shadow: 0 12px 26px rgba(67, 42, 32, 0.18);
}

.icon {
  width: 1.1rem;
  height: 1.1rem;
  flex: 0 0 auto;
  fill: currentColor;
}

.hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: 42rem;
  height: 84svh;
  max-height: 52rem;
  overflow: hidden;
  padding: 7rem 1rem 4.5rem;
  color: var(--flour);
}

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

.hero-media {
  z-index: -2;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  z-index: -1;
  background: rgba(37, 23, 17, 0.5);
}

.hero-content,
.section-shell {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.hero-content {
  padding-top: 2rem;
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--oat);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.eyebrow-dark {
  color: var(--sage);
}

.hero h1,
.story-copy h2,
.menu-band h2,
.section-heading h2,
.contact-band h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 8ch;
  font-size: 5.6rem;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.34);
}

.hero-copy {
  max-width: 38rem;
  margin: 1.1rem 0 0;
  color: #fff4e7;
  font-size: 1.2rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.button {
  min-height: 3rem;
  padding: 0.85rem 1rem;
  border: 1px solid transparent;
}

.button-primary {
  background: var(--flour);
  color: var(--coffee);
}

.button-secondary {
  border-color: rgba(255, 250, 244, 0.56);
  background: rgba(255, 250, 244, 0.12);
  color: var(--flour);
}

.button:hover,
.button:focus-visible,
.nav-call:hover,
.nav-call:focus-visible,
.contact-card:hover,
.contact-card:focus-visible {
  transform: translateY(-1px);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 2.2rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-points li {
  border-left: 3px solid var(--wheat);
  padding: 0.15rem 0 0.15rem 0.7rem;
  color: #f9ead8;
  font-weight: 800;
}

.signature-strip {
  padding: 2.5rem 0 5rem;
  background: var(--flour);
}

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

.feature-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.feature-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.feature-card div {
  padding: 1.15rem;
}

.feature-card h2 {
  margin: 0 0 0.4rem;
  color: var(--coffee);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.feature-card p,
.story-copy p,
.menu-intro,
.contact-band p,
.site-footer p {
  color: var(--muted);
}

.feature-card p {
  margin: 0;
}

.about-band {
  padding: 5rem 0;
  background: linear-gradient(90deg, var(--flour) 0%, var(--flour) 45%, var(--cream) 45%, var(--cream) 100%);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(16rem, 0.82fr) minmax(0, 1.18fr);
  gap: 3rem;
  align-items: center;
}

.about-photo {
  margin: 0;
}

.about-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  object-fit: cover;
  object-position: center top;
  box-shadow: var(--shadow);
}

.about-copy h2 {
  max-width: 14ch;
  margin: 0;
  color: var(--coffee);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.75rem;
  line-height: 1.02;
}

.about-copy p:not(.eyebrow) {
  max-width: 40rem;
  margin: 1.1rem 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.story-band {
  padding: 5rem 0;
  background: var(--cream);
}

.story-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 3rem;
  align-items: center;
}

.story-copy h2,
.section-heading h2,
.contact-band h2 {
  color: var(--coffee);
  font-size: 2.75rem;
}

.story-copy p,
.contact-band p {
  max-width: 40rem;
  margin: 1.15rem 0 0;
  font-size: 1.05rem;
}

.order-stat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.6rem;
}

.order-stat-row span {
  border: 1px solid rgba(67, 42, 32, 0.18);
  border-radius: 4px;
  background: rgba(255, 250, 244, 0.72);
  padding: 0.55rem 0.7rem;
  color: var(--coffee);
  font-weight: 800;
}

.story-images {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 0.85rem;
  align-items: stretch;
}

.story-images img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  min-height: 20rem;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.story-main {
  aspect-ratio: 3 / 4;
}

.menu-band {
  padding: 5.2rem 0;
  background: var(--cocoa);
  color: var(--flour);
}

.menu-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(17rem, 0.8fr);
  gap: 2.4rem;
  align-items: start;
}

.menu-band h2 {
  max-width: 12ch;
  font-size: 3rem;
}

.menu-intro {
  max-width: 36rem;
  color: #e9d8c5;
}

.menu-list {
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 250, 244, 0.24);
}

.menu-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: baseline;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 250, 244, 0.18);
}

.menu-row span {
  color: #fff4e7;
  font-weight: 700;
}

.menu-row strong {
  color: var(--wheat);
  text-align: right;
}

.menu-row small {
  display: block;
  max-width: 34rem;
  margin-top: 0.25rem;
  color: #e9d8c5;
  font-size: 0.9rem;
  font-weight: 600;
}

.order-panel {
  border: 1px solid rgba(255, 250, 244, 0.2);
  border-radius: 8px;
  background: rgba(255, 250, 244, 0.08);
  padding: 1.35rem;
}

.order-panel h3 {
  margin: 0;
  color: var(--flour);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
}

.order-panel ul {
  display: grid;
  gap: 0.75rem;
  margin: 1rem 0 1.4rem;
  padding-left: 1.2rem;
  color: #f4dfc8;
  font-weight: 700;
}

.button-panel {
  width: 100%;
  background: var(--flour);
  color: var(--coffee);
}

.flyer-band {
  padding: 4.5rem 0;
  background: var(--oat);
}

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

.flyer-grid figure,
.gallery-item {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--flour);
}

.flyer-grid figure {
  border: 1px solid rgba(67, 42, 32, 0.14);
  box-shadow: 0 18px 44px rgba(67, 42, 32, 0.14);
}

.flyer-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.flyer-grid figcaption {
  padding: 0.9rem;
  color: var(--coffee);
  font-weight: 800;
}

.gallery {
  padding: 5rem 0;
  background: var(--flour);
}

.section-heading {
  max-width: 42rem;
  margin-bottom: 2rem;
}

.gallery-grid {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.gallery-item {
  position: relative;
  min-height: 15rem;
  border: 1px solid var(--line);
}

.gallery-wide {
  grid-column: span 2;
}

.gallery-tall {
  grid-row: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 220ms ease;
}

.gallery-tall img {
  aspect-ratio: 3 / 4;
}

.gallery-wide img {
  aspect-ratio: 2 / 1;
}

.gallery-item:hover img {
  transform: scale(1.03);
}

.gallery-item figcaption {
  position: absolute;
  right: 0.6rem;
  bottom: 0.6rem;
  left: 0.6rem;
  border-radius: 4px;
  background: rgba(37, 23, 17, 0.78);
  color: var(--flour);
  padding: 0.5rem 0.6rem;
  font-size: 0.9rem;
  font-weight: 800;
}

.contact-band {
  padding: 4.5rem 0;
  background: var(--cream);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
}

.contact-card {
  min-height: 4.25rem;
  padding: 1rem 1.25rem;
  background: var(--coffee);
  color: var(--flour);
  font-size: 1.3rem;
  box-shadow: var(--shadow);
}

.site-footer {
  padding: 2rem 0;
  border-top: 1px solid var(--line);
  background: var(--flour);
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer-brand img {
  width: 2.6rem;
  height: 2.6rem;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 900px) {
  .site-header {
    flex-wrap: wrap;
    min-height: 4.5rem;
  }

  .nav-links {
    display: flex;
    order: 3;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.45rem 1rem;
    padding-top: 0.2rem;
  }

  .hero {
    min-height: 36rem;
    height: 76svh;
    padding-top: 4rem;
  }

  .hero h1 {
    font-size: 4.2rem;
  }

  .signature-grid,
  .about-grid,
  .story-grid,
  .menu-grid,
  .flyer-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .story-images {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .site-header {
    gap: 0.65rem;
    padding: 0.65rem 1rem;
  }

  .nav-links {
    justify-content: space-between;
    gap: 0.25rem;
    border-top: 1px solid rgba(67, 42, 32, 0.12);
    padding-top: 0.55rem;
    font-size: 0.86rem;
  }

  .nav-links a {
    padding: 0.25rem 0.35rem;
  }

  .brand span {
    font-size: 1rem;
  }

  .nav-call {
    width: 2.75rem;
    min-height: 2.75rem;
    padding: 0;
  }

  .nav-call span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .hero {
    min-height: 30rem;
    height: 72svh;
    padding-top: 2.75rem;
    padding-bottom: 2.25rem;
  }

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

  .hero-shade {
    background: rgba(37, 23, 17, 0.58);
  }

  .hero h1 {
    font-size: 3.25rem;
  }

  .hero-copy {
    font-size: 1.05rem;
  }

  .hero-actions {
    margin-top: 1.4rem;
  }

  .hero-points {
    gap: 0.45rem;
    margin-top: 1.4rem;
  }

  .signature-strip,
  .about-band,
  .story-band,
  .menu-band,
  .flyer-band,
  .gallery,
  .contact-band {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

  .about-band {
    background: var(--cream);
  }

  .about-grid {
    gap: 1.5rem;
  }

  .about-copy {
    order: 1;
  }

  .about-photo {
    order: 2;
  }

  .about-photo img {
    aspect-ratio: 4 / 3;
  }

  .button {
    width: 100%;
  }

  .story-copy h2,
  .about-copy h2,
  .menu-band h2,
  .section-heading h2,
  .contact-band h2 {
    font-size: 2.15rem;
  }

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

  .story-images img {
    min-height: 16rem;
  }

  .menu-row {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .menu-row strong {
    text-align: left;
  }

  .gallery-wide,
  .gallery-tall {
    grid-column: auto;
    grid-row: auto;
  }

  .gallery-wide img,
  .gallery-tall img {
    aspect-ratio: 1 / 1;
  }

  .contact-card {
    width: 100%;
    font-size: 1.1rem;
  }

  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }
}
