@import url("https://fonts.googleapis.com/css2?family=Fraunces:wght@400;600;700&family=Manrope:wght@300;400;500;600;700&display=swap");

:root {
  --bg: #120c08;
  --bg-alt: #1a120d;
  --accent: #ff7a3d;
  --accent-dark: #c9542d;
  --cream: #fff3e6;
  --text: #f9f4ef;
  --muted: #d0c2b5;
  --card: rgba(28, 18, 12, 0.9);
  --stroke: rgba(255, 255, 255, 0.08);
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  --glow: 0 0 0 1px rgba(255, 255, 255, 0.08), 0 25px 80px rgba(255, 122, 61, 0.15);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 122, 61, 0.2), transparent 45%),
    radial-gradient(circle at 90% 20%, rgba(255, 218, 185, 0.12), transparent 50%),
    radial-gradient(circle at 30% 90%, rgba(255, 255, 255, 0.05), transparent 55%),
    #0b0806;
  line-height: 1.6;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

body::before {
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 122, 61, 0.18), transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(255, 240, 220, 0.08), transparent 50%);
}

body::after {
  background-image: linear-gradient(transparent 0, rgba(255, 255, 255, 0.02) 1px);
  background-size: 100% 32px;
  opacity: 0.4;
}

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

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

.container {
  width: min(1100px, 90vw);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10, 7, 5, 0.85);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--stroke);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}

.nav {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 1.5rem;
  padding: 1.2rem 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-family: "Fraunces", serif;
  letter-spacing: 0.05em;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--accent), #ffb38a);
  color: #1a0e08;
  font-size: 1.3rem;
  box-shadow: var(--glow);
}

.brand-text span {
  font-size: 1.4rem;
}

.brand-text small {
  display: block;
  font-size: 0.75rem;
  color: var(--muted);
  font-family: "Manrope", sans-serif;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  font-size: 0.95rem;
}

.nav-links a {
  color: var(--muted);
  transition: color 0.2s ease;
  position: relative;
}

.nav-links a:hover {
  color: var(--text);
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), transparent);
  transition: width 0.2s ease;
}

.nav-links a:hover::after {
  width: 100%;
}

.nav-cta {
  display: flex;
}

.nav-toggle {
  display: none;
  border: 1px solid var(--stroke);
  background: transparent;
  border-radius: 999px;
  padding: 0.5rem;
  flex-direction: column;
  gap: 0.35rem;
}

.nav-toggle span {
  width: 20px;
  height: 2px;
  background: var(--text);
}

.btn {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.65rem 1.4rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border 0.2s ease;
}

.btn.primary {
  background: var(--accent);
  color: #1a0e08;
  box-shadow: var(--glow);
}

.btn.primary:hover {
  transform: translateY(-2px);
}

.btn.primary:active {
  transform: translateY(0);
}

.btn.ghost {
  border-color: var(--stroke);
  color: var(--text);
  background: transparent;
}

.btn.tiny {
  padding: 0.35rem 0.8rem;
  font-size: 0.8rem;
  border-color: var(--stroke);
  background: transparent;
  color: var(--text);
}

.hero {
  padding: 5rem 0 4rem;
}

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

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  color: var(--accent);
  margin-bottom: 0.8rem;
}

.hero h1 {
  font-family: "Fraunces", serif;
  font-size: clamp(2.6rem, 4vw, 4rem);
  line-height: 1.05;
  margin-bottom: 1rem;
}

.lead {
  font-size: 1.1rem;
  color: var(--muted);
  margin-bottom: 1.8rem;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.meta-label {
  display: block;
  color: var(--text);
  font-weight: 600;
}

.hero-visual {
  position: relative;
  min-height: 360px;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: -10% -5%;
  background: radial-gradient(circle at 60% 30%, rgba(255, 122, 61, 0.25), transparent 60%);
  filter: blur(6px);
  z-index: -1;
}

.plate {
  width: 100%;
  height: 360px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 122, 61, 0.25), transparent 45%),
    #120c08;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 1.4rem;
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow);
}

.plate::after {
  content: none;
}

.plate img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.6rem;
  transform: translateY(-64px);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.floating-card {
  position: absolute;
  right: -6%;
  top: 8%;
  background: rgba(24, 16, 11, 0.92);
  border: 1px solid var(--stroke);
  padding: 1rem 1.2rem;
  border-radius: 16px;
  width: min(210px, 58vw);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(6px);
}

.floating-card.alt {
  top: auto;
  bottom: 6%;
  left: -4%;
}

.card-title {
  font-weight: 700;
}

.card-sub {
  color: var(--muted);
  font-size: 0.9rem;
}

.section-head {
  max-width: 640px;
  margin-bottom: 2.5rem;
}

.section-head h2 {
  font-family: "Fraunces", serif;
  font-size: clamp(2rem, 3vw, 3rem);
  margin-bottom: 0.8rem;
}

.section-head p {
  color: var(--muted);
}

.section-head.light {
  text-align: center;
  margin: 0 auto 2.5rem;
}

.menu-group {
  display: grid;
  gap: 1.4rem;
}

.menu-group-title {
  font-family: "Fraunces", serif;
  font-size: clamp(1.4rem, 2vw, 1.9rem);
  color: var(--text);
  letter-spacing: 0.03em;
  margin-top: 0.4rem;
  border-left: 3px solid var(--accent);
  padding-left: 0.75rem;
  position: relative;
}

.menu-group-title::after {
  content: "";
  position: absolute;
  left: 0.75rem;
  right: 0;
  bottom: -8px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 122, 61, 0.6), transparent);
}

.highlights {
  padding: 4rem 0;
}

.filter {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.filter button {
  border: 1px solid var(--stroke);
  background: transparent;
  color: var(--muted);
  padding: 0.5rem 1.1rem;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.9rem;
}

.filter button.is-active {
  background: var(--accent);
  color: #1a0e08;
  border-color: transparent;
}

.filter button:hover {
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--text);
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.5rem;
}

.menu-card {
  background: var(--card);
  padding: 1.5rem;
  border-radius: 20px;
  border: 1px solid var(--stroke);
  display: grid;
  gap: 0.75rem;
  min-height: 220px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border 0.25s ease;
}

.menu-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 122, 61, 0.4);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.menu-photo {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: transform 0.25s ease;
}

.menu-card:hover .menu-photo {
  transform: scale(1.03);
}

.menu-card h3 {
  font-size: 1.2rem;
}

.menu-card p {
  color: var(--muted);
  font-size: 0.95rem;
}

.tag {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
}

.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: var(--muted);
}

.menu-price {
  color: var(--accent);
  font-weight: 600;
}

.formula {
  padding: 4.5rem 0;
  background: linear-gradient(145deg, #1c110b, #26160f);
}

.formula-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

.formula-card {
  background: var(--card);
  border: 1px solid var(--stroke);
  padding: 1.8rem;
  border-radius: 20px;
  min-height: 180px;
  display: grid;
  gap: 0.6rem;
}

.formula-card h3 {
  font-size: 1.3rem;
}

.price {
  color: var(--accent);
  font-weight: 600;
}

.story {
  padding: 4rem 0;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
}

.story-points {
  display: grid;
  gap: 1.2rem;
  margin-top: 2rem;
}

.story-points h4 {
  margin-bottom: 0.4rem;
}

.story-card {
  background: var(--card);
  border-radius: 24px;
  padding: 2rem;
  border: 1px solid var(--stroke);
}

.team {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  color: var(--muted);
}

.hours {
  padding: 4rem 0;
  background: linear-gradient(135deg, #140e0a, #2a1b12);
}

.hours-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  align-items: center;
}

.hours-card {
  background: var(--card);
  border-radius: 20px;
  padding: 1.8rem;
  border: 1px solid var(--stroke);
  display: grid;
  gap: 0.6rem;
}

.hours-row {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  border-bottom: 1px dashed var(--stroke);
  padding-bottom: 0.4rem;
}

.reviews {
  padding: 4rem 0;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

.review-card {
  background: var(--card);
  padding: 1.6rem;
  border-radius: 20px;
  border: 1px solid var(--stroke);
  display: grid;
  gap: 1rem;
}

.review-card span {
  color: var(--muted);
  font-size: 0.85rem;
}

.contact {
  padding: 4rem 0;
  background: linear-gradient(145deg, #17100c, #2a1b12);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
  align-items: start;
}

.contact-cards {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.contact-card {
  background: var(--card);
  border: 1px solid var(--stroke);
  border-radius: 16px;
  padding: 1rem 1.2rem;
  transition: transform 0.2s ease, border 0.2s ease;
}

.contact-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 122, 61, 0.35);
}

.contact-actions {
  display: flex;
  gap: 0.8rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.contact-form {
  background: var(--card);
  border: 1px solid var(--stroke);
  border-radius: 20px;
  padding: 2rem;
  display: grid;
  gap: 1rem;
}

.contact-form label {
  display: grid;
  gap: 0.5rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.contact-form input,
.contact-form textarea {
  background: #120c08;
  border: 1px solid var(--stroke);
  border-radius: 12px;
  padding: 0.8rem;
  color: var(--text);
  font-family: inherit;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: rgba(255, 122, 61, 0.6);
  box-shadow: 0 0 0 3px rgba(255, 122, 61, 0.15);
}

.form-status {
  min-height: 1.2rem;
  font-size: 0.9rem;
  color: var(--muted);
}

.location {
  padding: 3.5rem 0 5rem;
}

.location-card {
  background: var(--card);
  border-radius: 24px;
  border: 1px solid var(--stroke);
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
  align-items: center;
}

.map {
  background: linear-gradient(135deg, #f76f4d, #ffb38a);
  border-radius: 20px;
  min-height: 220px;
  position: relative;
  display: grid;
  place-items: center;
  color: #1a0e08;
  font-weight: 600;
}

.map-link {
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: var(--shadow);
}

.map-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.4);
}

.map-pin {
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 0;
  background: #1a0e08;
  transform: rotate(-45deg);
  position: absolute;
  top: 35%;
}

.map-pin::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(26, 14, 8, 0.35);
  animation: pulse 2.4s ease infinite;
}

.site-footer {
  border-top: 1px solid var(--stroke);
  padding: 2.5rem 0 1.5rem;
  background: #0b0806;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
}

.footer-title {
  display: block;
  margin-bottom: 0.6rem;
  color: var(--muted);
}

.footer-grid a {
  display: block;
  color: var(--muted);
  margin-bottom: 0.3rem;
}

.footer-grid span {
  display: block;
  color: var(--muted);
  margin-bottom: 0.3rem;
}

.footer-bottom {
  margin-top: 1.5rem;
  color: var(--muted);
  font-size: 0.85rem;
}

.muted {
  color: var(--muted);
}

.hero,
.highlights,
.hours,
.contact,
.location {
  animation: fadeUp 0.7s ease both;
}

.highlights {
  animation-delay: 0.08s;
}

.hours {
  animation-delay: 0.12s;
}

.contact {
  animation-delay: 0.16s;
}

.location {
  animation-delay: 0.2s;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.8);
    opacity: 0.6;
  }
  70% {
    transform: scale(1.4);
    opacity: 0;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

@media (max-width: 900px) {
  .nav {
    grid-template-columns: auto 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .nav-toggle {
    display: flex;
  }

  .nav-links.is-open {
    display: grid;
    position: absolute;
    top: 72px;
    right: 5vw;
    left: 5vw;
    background: var(--card);
    border: 1px solid var(--stroke);
    border-radius: 16px;
    padding: 1rem 1.2rem;
    gap: 0.8rem;
    text-align: center;
    z-index: 10;
  }
}

@media (max-width: 800px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .floating-card {
    position: static;
    margin-top: 1rem;
  }

  .floating-card.alt {
    margin-top: 1rem;
  }
}

@media (max-width: 600px) {
  .nav {
    grid-template-columns: auto auto;
  }

  .nav-cta {
    display: none;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(1100px, 92vw);
  }

  .hero {
    padding: 3.5rem 0 3rem;
  }

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

  .hero-visual {
    min-height: auto;
  }

  .plate {
    height: 280px;
  }

  .plate img {
    transform: translateY(-28px);
  }

  .menu-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.2rem;
  }

  .menu-card {
    padding: 1.2rem;
  }

  .menu-photo {
    height: 130px;
  }

  .contact-grid,
  .hours-grid,
  .location-card {
    gap: 1.5rem;
  }

  .contact-form {
    padding: 1.5rem;
  }
}

@media (max-width: 520px) {
  .brand-text span {
    font-size: 1.15rem;
  }

  .brand-text small {
    font-size: 0.7rem;
  }

  .hero h1 {
    font-size: clamp(2rem, 7vw, 2.8rem);
  }

  .lead {
    font-size: 1rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
    justify-content: center;
  }

  .filter {
    gap: 0.5rem;
  }

  .filter button {
    padding: 0.45rem 0.9rem;
    font-size: 0.85rem;
  }

  .menu-card {
    border-radius: 16px;
  }

  .card-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .hours-card,
  .contact-card,
  .contact-form,
  .location-card {
    border-radius: 16px;
  }

  .location-card {
    padding: 1.8rem;
  }

  .map {
    min-height: 180px;
  }
}
