:root {
  --coal: #130f0f;
  --coal-soft: #201716;
  --ember: #ea522b;
  --ember-deep: #b7301a;
  --gold: #f0ad43;
  --cream: #f7f0e8;
  --paper: #fffaf4;
  --olive: #53652f;
  --line: rgba(19, 15, 15, 0.1);
  --shadow: 0 28px 60px rgba(19, 15, 15, 0.18);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Sora", sans-serif;
  color: var(--coal);
  background:
    radial-gradient(circle at top left, rgba(234, 82, 43, 0.22), transparent 28%),
    radial-gradient(circle at 90% 10%, rgba(240, 173, 67, 0.18), transparent 22%),
    linear-gradient(180deg, #fff8f0 0%, #f8efe5 58%, #fff9f4 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: auto;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.42;
  filter: blur(60px);
  z-index: -1;
}

body::before {
  top: 6rem;
  right: -8rem;
  background: rgba(234, 82, 43, 0.36);
}

body::after {
  bottom: 2rem;
  left: -10rem;
  background: rgba(83, 101, 47, 0.18);
}

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

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

.page-shell {
  overflow: clip;
}

.container {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
  background: rgba(255, 250, 244, 0.88);
  border-bottom: 1px solid rgba(19, 15, 15, 0.06);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}

.brand-mark {
  width: 120px;
  height: auto;
  flex: 0 0 auto;
  filter:
    saturate(1.02)
    contrast(1.02)
    drop-shadow(0 10px 18px rgba(19, 15, 15, 0.16));
}

.brand-copy {
  display: grid;
  gap: 0.15rem;
}

.brand-name,
.brand-tag,
.eyebrow,
.card-kicker,
.panel-label,
.footer-title {
  text-transform: uppercase;
}

.brand-name {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.18rem;
  letter-spacing: 0.04em;
  line-height: 0.95;
}

.brand-tag {
  letter-spacing: 0.2em;
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(19, 15, 15, 0.68);
}

.header-actions,
.hero-actions,
.cta-actions,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--ember), #ff6a2f);
  color: var(--cream);
  box-shadow: 0 18px 35px rgba(183, 48, 26, 0.28);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 0 24px 42px rgba(183, 48, 26, 0.36);
}

.button-ghost,
.button-outline,
.button-ghost-dark {
  border-color: rgba(19, 15, 15, 0.12);
}

.button-ghost {
  background: rgba(255, 255, 255, 0.72);
}

.button-outline {
  background: transparent;
  color: var(--cream);
  border-color: rgba(247, 240, 232, 0.28);
}

.button-outline:hover,
.button-outline:focus-visible {
  background: rgba(247, 240, 232, 0.12);
  border-color: rgba(247, 240, 232, 0.6);
}

.button-ghost-dark {
  background: rgba(19, 15, 15, 0.06);
}

.hero-section {
  position: relative;
  padding: 4rem 0 2rem;
}

.hero-burst {
  position: absolute;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  filter: blur(6px);
  opacity: 0.12;
  pointer-events: none;
}

.hero-burst-left {
  top: 3rem;
  left: -4rem;
  background:
    radial-gradient(circle, var(--ember) 0 18%, transparent 19% 28%, var(--ember) 29% 36%, transparent 37% 100%);
}

.hero-burst-right {
  right: -4rem;
  bottom: 1rem;
  background:
    radial-gradient(circle, var(--gold) 0 18%, transparent 19% 28%, var(--ember) 29% 36%, transparent 37% 100%);
}

.hero-grid,
.story-grid {
  display: grid;
  gap: 1.5rem;
  align-items: stretch;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
}

.hero-copy,
.hero-panel,
.feature-band-inner,
.menu-card,
.story-card,
.cta-card {
  border-radius: 32px;
  box-shadow: var(--shadow);
}

.hero-copy {
  position: relative;
  overflow: hidden;
  padding: clamp(2.2rem, 5vw, 4.4rem);
  color: var(--cream);
  background:
    radial-gradient(circle at top right, rgba(240, 173, 67, 0.22), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 35%),
    linear-gradient(145deg, rgba(26, 19, 18, 0.93), rgba(13, 9, 9, 0.96) 62%),
    url("assets/hero-food.jpg") center center / cover;
}

.hero-copy::after {
  content: "";
  position: absolute;
  right: -4.5rem;
  bottom: -4.5rem;
  width: 17rem;
  height: 17rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(234, 82, 43, 0.46), transparent 68%);
}

.hero-panel {
  padding: 1.25rem;
  background:
    linear-gradient(180deg, rgba(255, 250, 244, 0.92), rgba(246, 234, 221, 0.96)),
    var(--paper);
  border: 1px solid rgba(19, 15, 15, 0.08);
}

.logo-frame {
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  border-radius: 28px;
  padding: 1.6rem;
  min-height: 280px;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.12), transparent 55%),
    linear-gradient(135deg, rgba(234, 82, 43, 0.2), rgba(240, 173, 67, 0.24)),
    linear-gradient(180deg, rgba(255, 246, 234, 0.78), rgba(243, 232, 219, 0.82)),
    url("assets/hero-food.jpg") center center / cover;
}

.logo-frame::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0));
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.logo-frame img {
  position: relative;
  z-index: 1;
  width: min(100%, 390px);
  margin: 0 auto;
  filter:
    saturate(1.04)
    contrast(1.03)
    drop-shadow(0 24px 30px rgba(19, 15, 15, 0.22));
}

.panel-card {
  margin-top: 1rem;
  padding: 1.3rem;
  border-radius: 24px;
  background: rgba(19, 15, 15, 0.04);
  border: 1px solid rgba(19, 15, 15, 0.08);
}

.panel-label,
.eyebrow,
.card-kicker {
  display: inline-block;
  letter-spacing: 0.2em;
  font-size: 0.78rem;
  font-weight: 800;
}

.panel-label {
  margin-bottom: 0.95rem;
  color: var(--ember-deep);
}

.eyebrow {
  margin: 0 0 1rem;
  color: rgba(247, 240, 232, 0.72);
}

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

h1,
h2,
h3 {
  margin: 0;
  line-height: 0.95;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.03em;
}

h1 {
  max-width: 10ch;
  font-size: clamp(3.8rem, 10vw, 7rem);
}

h2 {
  font-size: clamp(2.5rem, 6vw, 4.25rem);
}

h3 {
  font-size: 2rem;
}

.hero-text,
.section-copy,
.story-copy p,
.menu-card p,
.story-card p,
.panel-list span,
.hero-note,
.footer-copy,
.feature-band-inner p {
  line-height: 1.75;
}

.hero-text {
  max-width: 36rem;
  margin: 1.25rem 0 0;
  color: rgba(247, 240, 232, 0.88);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
}

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

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-tag-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 0.95rem;
  border-radius: 999px;
  background: rgba(247, 240, 232, 0.12);
  border: 1px solid rgba(247, 240, 232, 0.16);
  font-size: 0.88rem;
  text-decoration: none;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.hero-tag-link:hover,
.hero-tag-link:focus-visible {
  transform: translateY(-2px);
  background: rgba(247, 240, 232, 0.2);
  border-color: rgba(247, 240, 232, 0.34);
}

.hero-note {
  margin: 1rem 0 0;
  color: rgba(247, 240, 232, 0.72);
  font-size: 0.92rem;
}

.panel-list {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.panel-list li {
  display: block;
}

.panel-item-link {
  display: grid;
  gap: 0.25rem;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(19, 15, 15, 0.08);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.panel-item-link:hover,
.panel-item-link:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.56);
  border-color: rgba(183, 48, 26, 0.2);
  box-shadow: 0 16px 28px rgba(19, 15, 15, 0.08);
}

.panel-list strong {
  font-size: 1rem;
}

.panel-list span {
  color: rgba(19, 15, 15, 0.72);
  font-size: 0.94rem;
}

.feature-band {
  padding: 1rem 0 2rem;
}

.feature-band-inner {
  padding: 1.1rem 1.35rem;
  border: 1px solid rgba(19, 15, 15, 0.08);
  background:
    linear-gradient(90deg, rgba(234, 82, 43, 0.1), rgba(240, 173, 67, 0.16)),
    var(--paper);
}

.feature-band-inner p {
  margin: 0;
  font-weight: 700;
  text-align: center;
}

.menu-section,
.story-section,
.cta-section {
  padding: 2rem 0 3rem;
}

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

.section-copy {
  margin: 0.9rem 0 0;
  color: rgba(19, 15, 15, 0.68);
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  margin-top: 2rem;
}

.menu-card {
  min-height: 100%;
  padding: 1.5rem;
  border: 1px solid rgba(19, 15, 15, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(248, 240, 232, 0.94)),
    var(--paper);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.menu-card-link {
  display: block;
  text-decoration: none;
}

.menu-card-link:hover,
.menu-card-link:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(183, 48, 26, 0.2);
  box-shadow: 0 34px 70px rgba(19, 15, 15, 0.2);
}

.card-kicker {
  margin-bottom: 0.8rem;
  color: var(--ember-deep);
}

.menu-card p {
  margin: 0.8rem 0 0;
  color: rgba(19, 15, 15, 0.7);
}

.menu-card-cta {
  display: inline-flex;
  margin-top: 1rem;
  font-size: 0.83rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ember-deep);
}

.story-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.story-copy p {
  margin: 1rem 0 0;
  color: rgba(19, 15, 15, 0.74);
}

.story-stack {
  display: grid;
  gap: 1rem;
}

.story-card {
  padding: 1.5rem;
  background: linear-gradient(145deg, #1a1312, #261918);
  color: var(--cream);
}

.story-card span {
  display: inline-block;
  margin-bottom: 1rem;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  color: var(--gold);
}

.story-card p {
  margin: 0.75rem 0 0;
  color: rgba(247, 240, 232, 0.78);
}

.cta-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.25rem;
  align-items: center;
  padding: clamp(1.6rem, 4vw, 2.6rem);
  background:
    radial-gradient(circle at top right, rgba(240, 173, 67, 0.26), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 35%),
    linear-gradient(145deg, #d6401f, #8e2213 72%);
  color: var(--cream);
}

.site-footer {
  padding: 0 0 2rem;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(19, 15, 15, 0.08);
}

.footer-title {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
}

.footer-copy {
  margin: 0.35rem 0 0;
  color: rgba(19, 15, 15, 0.66);
  font-size: 0.92rem;
}

.footer-links a {
  text-decoration: none;
  font-weight: 700;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--ember-deep);
}

@media (max-width: 980px) {
  .header-inner,
  .footer-inner,
  .cta-card,
  .hero-grid,
  .story-grid {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .header-actions,
  .cta-actions,
  .footer-links {
    width: 100%;
  }

  .header-actions .button,
  .cta-actions .button {
    flex: 1 1 220px;
  }

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

@media (max-width: 720px) {
  .site-header {
    position: static;
  }

  .header-inner {
    padding: 1rem 0 1.15rem;
  }

  .brand {
    width: 100%;
  }

  .brand-name {
    font-size: 1.85rem;
  }

  .brand-mark {
    width: 88px;
  }

  h1 {
    max-width: none;
    font-size: clamp(3rem, 18vw, 5rem);
  }

  h2 {
    font-size: clamp(2.1rem, 13vw, 3.3rem);
  }

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

  .hero-copy,
  .hero-panel,
  .menu-card,
  .story-card,
  .cta-card,
  .feature-band-inner {
    border-radius: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button {
    transition: none;
  }
}
