:root {
  --espresso: #3b2417;
  --coffee: #5b3a2b;
  --latte: #8b6651;
  --caramel: #b6815b;
  --cream: #f6efe7;
  --oat: #efe2d2;
  --sage: #6d5a4d;
  --ink: #1e1511;
  --shadow: 0 30px 60px rgba(30, 21, 17, 0.15);
}

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

body {
  font-family: "Open Sans", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  scroll-behavior: smooth;
}

.page-bg {
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(182, 129, 91, 0.25), transparent 55%),
    radial-gradient(circle at 15% 80%, rgba(139, 102, 81, 0.2), transparent 45%),
    linear-gradient(160deg, #fbf6ef 0%, #efe2d2 50%, #f9f2ea 100%);
  z-index: -2;
}

img {
  width: 100%;
  display: block;
  border-radius: 20px;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  background: rgba(246, 239, 231, 0.9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(30, 21, 17, 0.08);
  z-index: 10;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}

.logo {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
}

.nav {
  display: flex;
  gap: 22px;
  align-items: center;
  font-weight: 600;
  color: var(--coffee);
}

.nav-cta {
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--coffee);
  color: var(--cream);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  gap: 6px;
}

.nav-toggle span {
  width: 24px;
  height: 2px;
  background: var(--coffee);
  display: block;
  border-radius: 10px;
}

.hero {
  padding: 110px 0 80px;
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 50px;
  align-items: center;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-size: 0.75rem;
  color: var(--latte);
  margin-bottom: 16px;
}

.hero h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.5rem, 4vw, 3.6rem);
  line-height: 1.1;
  color: var(--espresso);
  margin-bottom: 18px;
}

.lead {
  font-size: 1.05rem;
  color: var(--sage);
  max-width: 520px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  margin: 28px 0;
  flex-wrap: wrap;
}

.btn {
  border: none;
  border-radius: 999px;
  padding: 12px 26px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  cursor: pointer;
}

.btn.primary {
  background: var(--espresso);
  color: var(--cream);
}

.btn.primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
  background: #2d1a10;
}

.btn.ghost {
  border: 1px solid rgba(59, 36, 23, 0.3);
  background: transparent;
  color: var(--espresso);
}

.btn.ghost:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 16px;
  margin-top: 10px;
}

.hero-stats .stat {
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
  color: var(--espresso);
  display: block;
}

.hero-stats .label {
  font-size: 0.85rem;
  color: var(--sage);
}

.hero-media {
  position: relative;
}

.hero-media img {
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.hero-card {
  position: absolute;
  bottom: 18px;
  left: 18px;
  background: rgba(246, 239, 231, 0.92);
  border-radius: 18px;
  padding: 16px 18px;
  box-shadow: var(--shadow);
}

.card-title {
  font-weight: 700;
  color: var(--espresso);
  margin-bottom: 6px;
}

.card-body {
  font-size: 0.9rem;
  color: var(--sage);
}

.specials {
  padding: 40px 0;
}

.specials-inner {
  background: linear-gradient(120deg, var(--coffee), #3a241b);
  color: var(--cream);
  border-radius: 30px;
  padding: 36px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  box-shadow: var(--shadow);
}

.specials h2 {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  margin-bottom: 8px;
}

.about,
.menu,
.location,
.gallery,
.testimonials,
.instagram {
  padding: 90px 0;
}

.about-grid,
.location-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 50px;
  align-items: center;
}

.about h2,
.section-head h2,
.location h2,
.testimonials h2,
.instagram h2,
.footer h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 3vw, 2.6rem);
  color: var(--espresso);
  margin-bottom: 12px;
}

.about p {
  color: var(--sage);
  margin-bottom: 16px;
}

.about-highlights {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}

.about-highlights h3 {
  font-size: 1.1rem;
  color: var(--espresso);
  margin-bottom: 4px;
}

.section-head {
  text-align: center;
  margin-bottom: 45px;
}

.section-head p {
  color: var(--sage);
  max-width: 560px;
  margin: 0 auto;
}

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

.menu-card {
  background: rgba(246, 239, 231, 0.9);
  padding: 26px;
  border-radius: 24px;
  box-shadow: var(--shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.menu-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(30, 21, 17, 0.2);
}

.menu-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  margin-bottom: 18px;
}

.menu-card ul {
  list-style: none;
  display: grid;
  gap: 14px;
  color: var(--sage);
}

.menu-card li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(30, 21, 17, 0.1);
}

.menu-card li span:last-child {
  font-weight: 600;
  color: var(--espresso);
}

.location-copy p {
  color: var(--sage);
  margin-bottom: 14px;
}

.hours {
  margin-top: 24px;
}

.hours h3 {
  font-size: 1.1rem;
  margin-bottom: 12px;
  color: var(--espresso);
}

.hours-grid {
  display: grid;
  gap: 10px;
  color: var(--sage);
}

.hours-grid div {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(30, 21, 17, 0.08);
  padding-bottom: 6px;
}

.map iframe {
  width: 100%;
  min-height: 340px;
  border: none;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 18px;
}

.gallery-grid img {
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

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

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

.testimonial {
  background: rgba(246, 239, 231, 0.9);
  border-radius: 20px;
  padding: 24px;
  box-shadow: var(--shadow);
}

.testimonial p {
  font-style: italic;
  color: var(--sage);
  margin-bottom: 14px;
}

.testimonial span {
  font-weight: 600;
  color: var(--espresso);
}

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

.ig-card {
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  min-height: 180px;
  box-shadow: var(--shadow);
}

.ig-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ig-card span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: rgba(30, 21, 17, 0.7);
  color: var(--cream);
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.85rem;
}

.footer {
  background: #2c1a12;
  color: var(--cream);
  padding: 80px 0 40px;
}

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

.footer h3 {
  font-family: "Playfair Display", serif;
  margin-bottom: 12px;
}

.footer p {
  color: rgba(246, 239, 231, 0.8);
}

.newsletter {
  display: flex;
  gap: 12px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.newsletter input {
  flex: 1 1 180px;
  border-radius: 999px;
  border: none;
  padding: 12px 18px;
  font-family: inherit;
}

.socials {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-bottom {
  text-align: center;
  margin-top: 50px;
  font-size: 0.9rem;
  color: rgba(246, 239, 231, 0.7);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-reveal].in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .nav {
    position: absolute;
    right: 5vw;
    top: 70px;
    flex-direction: column;
    background: rgba(246, 239, 231, 0.98);
    padding: 18px 20px;
    border-radius: 20px;
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-toggle {
    display: flex;
    flex-direction: column;
  }

  .hero {
    padding-top: 90px;
  }

  .specials-inner {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-card {
    position: static;
    margin-top: 16px;
  }
}
