:root {
  --banana: #f4c430;
  --banana-soft: #fff3b6;
  --cream: #fffaf0;
  --cream-deep: #f7e7c7;
  --chocolate: #25180f;
  --chocolate-soft: #4c3322;
  --leaf: #2f7d3f;
  --leaf-dark: #1f5b2d;
  --orange: #e87422;
  --orange-dark: #bd5515;
  --line: rgba(72, 45, 22, 0.16);
  --shadow: 0 20px 50px rgba(37, 24, 15, 0.14);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--chocolate);
  background: var(--cream);
  font-family: "Work Sans", Arial, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

body::selection {
  color: var(--chocolate);
  background: var(--banana-soft);
}

img,
iframe,
svg {
  display: block;
}

img {
  max-width: 100%;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  flex: 0 0 auto;
}

:focus-visible {
  outline: 3px solid rgba(47, 125, 63, 0.45);
  outline-offset: 4px;
}

.container {
  width: min(100% - 40px, var(--max));
  margin-inline: auto;
}

main,
section {
  scroll-margin-top: 172px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 18px;
  padding: 14px max(20px, calc((100vw - var(--max)) / 2));
  background: rgba(255, 250, 240, 0.88);
  border-bottom: 1px solid rgba(72, 45, 22, 0.08);
  backdrop-filter: blur(16px);
  transition: box-shadow 200ms ease, background-color 200ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 250, 240, 0.96);
  box-shadow: 0 12px 28px rgba(37, 24, 15, 0.08);
}

.brand,
.site-nav,
.header-cta,
.btn,
.branch-card {
  cursor: pointer;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--chocolate);
  background: var(--banana);
  border: 2px solid rgba(37, 24, 15, 0.18);
  border-radius: 8px;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-copy {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.brand-copy strong {
  overflow: hidden;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-copy span {
  color: var(--chocolate-soft);
  font-size: 0.82rem;
}

.site-nav {
  display: flex;
  gap: 6px;
  padding: 5px;
  border: 1px solid rgba(72, 45, 22, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
}

.site-nav a {
  border-radius: 6px;
  color: var(--chocolate-soft);
  font-size: 0.92rem;
  font-weight: 600;
  padding: 8px 12px;
  transition: background-color 200ms ease, color 200ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="true"] {
  color: var(--chocolate);
  background: var(--banana-soft);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 14px;
  color: #fffaf0;
  background: var(--leaf);
  border-radius: 8px;
  font-weight: 700;
  transition: background-color 200ms ease, box-shadow 200ms ease;
}

.header-cta:hover {
  background: var(--leaf-dark);
  box-shadow: 0 10px 22px rgba(47, 125, 63, 0.18);
}

.hero {
  position: relative;
  display: grid;
  min-height: clamp(540px, calc(100svh - 180px), 740px);
  isolation: isolate;
  overflow: hidden;
  background: var(--chocolate);
}

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

.hero-image {
  object-fit: cover;
  filter: saturate(1.08) contrast(1.04);
  z-index: -2;
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(22, 14, 8, 0.94) 0%, rgba(22, 14, 8, 0.78) 44%, rgba(22, 14, 8, 0.36) 100%),
    linear-gradient(0deg, rgba(22, 14, 8, 0.28), rgba(22, 14, 8, 0.06));
}

.hero-content {
  display: grid;
  align-content: center;
  max-width: 900px;
  padding: 52px 0 64px;
  color: #fffaf0;
}

.eyebrow,
.section-kicker,
.location-label {
  margin: 0 0 12px;
  color: var(--banana);
  font-family: "Outfit", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.primary-copy h3 {
  margin: 0;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.98;
}

.hero h1 {
  max-width: 880px;
  font-size: clamp(3.15rem, 8vw, 6.5rem);
}

.hero-lede {
  width: min(100%, 620px);
  margin: 18px 0 0;
  color: rgba(255, 250, 240, 0.88);
  font-size: clamp(1.02rem, 2vw, 1.25rem);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 13px 18px;
  font-weight: 800;
  transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease, box-shadow 200ms ease;
}

.btn-primary {
  color: #fffaf0;
  background: var(--orange);
  box-shadow: 0 14px 32px rgba(232, 116, 34, 0.26);
}

.btn-primary:hover {
  background: var(--orange-dark);
  box-shadow: 0 16px 36px rgba(189, 85, 21, 0.28);
}

.btn-secondary {
  color: var(--chocolate);
  background: var(--banana);
  border-color: rgba(37, 24, 15, 0.18);
}

.btn-secondary:hover {
  background: #ffd84a;
  box-shadow: 0 12px 26px rgba(244, 196, 48, 0.2);
}

.btn-ghost {
  color: var(--chocolate);
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(72, 45, 22, 0.14);
}

.btn-ghost:hover {
  background: #fff;
  border-color: rgba(72, 45, 22, 0.3);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(100%, 690px);
  margin: 24px 0 0;
}

.hero-stats div {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255, 250, 240, 0.18);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.1);
}

.hero-stats dt {
  color: rgba(255, 250, 240, 0.66);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-stats dd {
  margin: 4px 0 0;
  overflow-wrap: anywhere;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 1.06rem;
  font-weight: 800;
}

.section {
  padding: 88px 0;
}

.intro-section {
  background: linear-gradient(180deg, var(--cream) 0%, #fff 100%);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: 42px;
  align-items: start;
}

.section h2 {
  max-width: 780px;
  color: var(--chocolate);
  font-size: clamp(2rem, 4.6vw, 4rem);
}

.section-heading {
  display: grid;
  gap: 14px;
  max-width: 780px;
  margin-bottom: 36px;
}

.section-heading p,
.contact-layout p,
.primary-copy p {
  margin: 0;
  color: var(--chocolate-soft);
  font-size: 1.02rem;
}

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

.feature-card,
.menu-card,
.branch-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
}

.feature-card {
  padding: 22px;
}

.feature-card svg {
  width: 28px;
  height: 28px;
  margin-bottom: 16px;
  color: var(--leaf);
}

.feature-card h3,
.menu-card h3 {
  margin: 0;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 1.15rem;
}

.feature-card p,
.menu-card p {
  margin: 8px 0 0;
  color: var(--chocolate-soft);
}

.menu-section {
  background: #fff;
}

.menu-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  gap: 24px;
  align-items: start;
}

.menu-photo {
  margin: 0;
}

.menu-photo img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 1px solid rgba(72, 45, 22, 0.16);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.menu-photo figcaption {
  margin-top: 10px;
  color: var(--chocolate-soft);
  font-size: 0.9rem;
}

.menu-list {
  display: grid;
  gap: 12px;
}

.menu-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 20px;
}

.menu-card span {
  color: var(--leaf-dark);
  background: #edf7e9;
  border-radius: 999px;
  padding: 8px 12px;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 800;
  white-space: nowrap;
}

.contact-band {
  background: var(--banana-soft);
  border-block: 1px solid rgba(72, 45, 22, 0.12);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
  gap: 34px;
  align-items: center;
}

.contact-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.location-section {
  background: var(--cream);
}

.primary-location {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  gap: 20px;
  align-items: stretch;
  margin-bottom: 24px;
}

.primary-copy {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.location-label {
  display: inline-block;
  color: var(--leaf-dark);
}

.primary-copy h3 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.05;
}

.primary-copy p {
  margin-top: 14px;
}

.location-meta {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 22px 0 24px;
  list-style: none;
}

.location-meta li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--chocolate-soft);
}

.location-meta svg {
  color: var(--leaf);
  margin-top: 2px;
}

.primary-location iframe {
  width: 100%;
  min-height: 420px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #efe8d8;
}

.branch-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.branch-card {
  display: grid;
  min-height: 120px;
  align-content: start;
  gap: 8px;
  padding: 18px;
  transition: background-color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.branch-card:hover {
  background: #fff;
  border-color: rgba(47, 125, 63, 0.38);
  box-shadow: 0 12px 28px rgba(37, 24, 15, 0.08);
}

.branch-card span {
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 800;
}

.branch-card small {
  color: var(--chocolate-soft);
  font-size: 0.88rem;
  line-height: 1.45;
}

.site-footer {
  padding: 26px 0;
  color: rgba(255, 250, 240, 0.82);
  background: var(--chocolate);
}

.footer-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--banana);
  font-weight: 800;
}

@media (max-width: 1100px) {
  .branch-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .site-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: stretch;
    overflow-x: auto;
  }

  .header-cta {
    grid-column: 2;
    grid-row: 1;
  }

  .site-nav a {
    flex: 1 0 auto;
    text-align: center;
  }

  .hero {
    min-height: clamp(520px, calc(100svh - 230px), 680px);
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(22, 14, 8, 0.94) 0%, rgba(22, 14, 8, 0.76) 58%, rgba(22, 14, 8, 0.34) 100%),
      linear-gradient(90deg, rgba(22, 14, 8, 0.65), rgba(22, 14, 8, 0.32));
  }

  .hero-content {
    align-content: end;
    padding: 52px 0 54px;
  }

  .intro-grid,
  .menu-layout,
  .contact-layout,
  .primary-location {
    grid-template-columns: 1fr;
  }

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

  .contact-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, var(--max));
  }

  .site-header {
    gap: 10px;
    padding: 12px 14px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand-copy strong {
    font-size: 0.92rem;
  }

  .brand-copy span {
    display: none;
  }

  .header-cta {
    min-height: 40px;
    padding-inline: 11px;
    font-size: 0.9rem;
  }

  .hero {
    min-height: clamp(500px, calc(100svh - 220px), 620px);
  }

  .hero h1 {
    font-size: clamp(2.45rem, 13vw, 3.7rem);
  }

  .hero-actions,
  .contact-actions {
    display: grid;
  }

  .btn {
    width: 100%;
  }

  .hero-stats {
    display: none;
  }

  .section {
    padding: 64px 0;
  }

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

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

  .primary-copy {
    padding: 22px;
  }

  .primary-location iframe {
    min-height: 320px;
  }

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

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
