:root {
  --burgundy: #661f2b;
  --burgundy-dark: #3f1019;
  --terracotta: #c86f52;
  --cream: #fff8ef;
  --paper: #fffdf9;
  --ink: #251b18;
  --muted: #74635d;
  --line: rgba(62, 32, 24, 0.12);
  --shadow: 0 24px 70px rgba(68, 28, 20, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
}

body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 22%, rgba(200,111,82,.25), transparent 28%),
    radial-gradient(circle at 10% 80%, rgba(102,31,43,.12), transparent 25%),
    linear-gradient(135deg, #fffaf3, #f8eee6);
}

.nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}

.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.15rem; }
.brand-mark {
  width: 38px; height: 38px; display: grid; place-items: center;
  border-radius: 13px; color: white; background: var(--burgundy);
  box-shadow: 0 8px 18px rgba(102,31,43,.25);
}
.nav-links { display: flex; align-items: center; gap: 30px; font-size: .95rem; font-weight: 650; }
.nav-links a:hover { color: var(--terracotta); }
.nav-cta { padding: 10px 18px; border: 1px solid var(--burgundy); border-radius: 999px; }
.menu-button { display: none; background: none; border: 0; padding: 8px; }
.menu-button span { width: 25px; height: 2px; margin: 5px 0; display: block; background: var(--ink); }

.hero {
  min-height: calc(100vh - 82px);
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 60px;
  padding: 60px 0 90px;
}

.eyebrow { margin: 0 0 15px; color: var(--terracotta); font-size: .78rem; font-weight: 850; letter-spacing: .16em; }
.eyebrow.light { color: #ffd5c4; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(3.2rem, 7vw, 6.7rem); line-height: .95; letter-spacing: -.065em; margin-bottom: 28px; }
h2 { font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1.08; letter-spacing: -.045em; }
h3 { line-height: 1.25; }
.hero-text { max-width: 630px; color: var(--muted); font-size: 1.08rem; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 23px; border-radius: 14px; font-weight: 800; border: 1px solid transparent; cursor: pointer; transition: .25s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--burgundy); color: white; box-shadow: 0 12px 24px rgba(102,31,43,.18); }
.button.primary:hover { background: var(--burgundy-dark); }
.button.secondary { border-color: var(--line); background: rgba(255,255,255,.62); }
.button.full { width: 100%; }

.hero-stats { display: flex; gap: 42px; margin-top: 46px; }
.hero-stats div { display: flex; flex-direction: column; }
.hero-stats strong { font-size: 1.35rem; }
.hero-stats span { color: var(--muted); font-size: .78rem; }

.hero-visual { position: relative; min-height: 570px; display: grid; place-items: center; }
.visual-card { background: white; border: 1px solid rgba(255,255,255,.8); box-shadow: var(--shadow); }
.main-card { width: min(470px, 92%); padding: 22px; border-radius: 34px; transform: rotate(3deg); }
.card-label { display: inline-block; padding: 7px 12px; border-radius: 999px; background: var(--cream); font-size: .75rem; font-weight: 800; color: var(--burgundy); }
.plate {
  width: 100%; aspect-ratio: 1.15; margin: 16px 0; border-radius: 26px;
  background: radial-gradient(circle, #fff 0 39%, #ead8cc 40% 45%, #f4e9e1 46% 100%);
  position: relative; overflow: hidden;
}
.food { position: absolute; border-radius: 50%; filter: drop-shadow(0 12px 12px rgba(84,40,20,.18)); }
.food-one { width: 44%; aspect-ratio: 1; left: 29%; top: 25%; background: radial-gradient(circle at 38% 30%, #f6c277 0 9%, #a74828 10% 18%, #6f2d1d 19% 50%, #d09042 51% 61%, #70411f 62% 100%); }
.food-two { width: 15%; aspect-ratio: 1; left: 18%; top: 24%; background: radial-gradient(circle, #d74c3d, #8f241d); box-shadow: 170px 115px 0 #d95342, 35px 145px 0 #7fa64a; }
.food-three { width: 23%; aspect-ratio: 1; right: 14%; top: 18%; border: 10px solid #7a9f4a; border-left-color: transparent; background: transparent; }
.visual-caption { display: flex; justify-content: space-between; gap: 20px; align-items: end; }
.visual-caption div { display: flex; flex-direction: column; }
.visual-caption small { color: var(--muted); }
.rating { padding: 7px 10px; border-radius: 10px; background: #fff0b6; font-weight: 800; }
.floating-card { position: absolute; background: white; box-shadow: var(--shadow); border-radius: 20px; }
.location-card { left: -5px; bottom: 65px; display: flex; align-items: center; gap: 10px; padding: 14px 18px; }
.location-card span { font-size: 1.5rem; }
.location-card div { display: flex; flex-direction: column; }
.location-card small { color: var(--muted); }
.camera-card { right: 4px; top: 68px; width: 68px; height: 68px; display: grid; place-items: center; font-size: 1.7rem; transform: rotate(-8deg); }

.section { padding: 110px 0; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading.horizontal { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.section-heading h2 { margin-bottom: 0; }
.text-link { font-weight: 800; color: var(--burgundy); white-space: nowrap; }
.about-grid, .card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.about-card { padding: 30px; border-radius: 24px; border: 1px solid var(--line); background: white; box-shadow: 0 16px 40px rgba(68,28,20,.05); }
.about-card .icon { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 18px; background: var(--cream); font-size: 1.55rem; margin-bottom: 22px; }
.about-card p, .card-content p, .travel-copy p { color: var(--muted); }

.reviews-section { background: #f5eae1; }
.review-card { overflow: hidden; border-radius: 25px; background: white; box-shadow: 0 18px 45px rgba(68,28,20,.08); transition: .25s ease; }
.review-card:hover { transform: translateY(-7px); }
.card-image { position: relative; height: 240px; display: grid; place-items: center; overflow: hidden; }
.food-bg-one { background: linear-gradient(135deg, #e5a25e, #7d2f26); }
.food-bg-two { background: linear-gradient(135deg, #d7b151, #4b6d3b); }
.food-bg-three { background: linear-gradient(135deg, #cf8c74, #75404a); }
.card-image::before { content: ""; position: absolute; width: 260px; height: 260px; border: 30px solid rgba(255,255,255,.19); border-radius: 50%; }
.dish-icon { position: relative; font-size: 5rem; filter: drop-shadow(0 18px 18px rgba(30,15,10,.25)); }
.tag { position: absolute; z-index: 2; top: 17px; left: 17px; padding: 7px 11px; border-radius: 999px; background: rgba(255,255,255,.9); font-size: .75rem; font-weight: 800; }
.card-content { padding: 24px; }
.card-content h3 { font-size: 1.25rem; margin-bottom: 10px; }
.card-content a { font-weight: 800; color: var(--burgundy); }
.meta { display: flex; justify-content: space-between; color: var(--muted); font-size: .8rem; margin-bottom: 12px; }

.travel-feature { display: grid; grid-template-columns: 1fr 1fr; background: var(--cream); border-radius: 34px; overflow: hidden; border: 1px solid var(--line); }
.travel-art { min-height: 510px; position: relative; overflow: hidden; background: linear-gradient(#f7c79d 0 53%, #b8c795 53%); }
.sun { position: absolute; width: 130px; height: 130px; border-radius: 50%; background: #ffe5ad; right: 14%; top: 13%; }
.mountain { position: absolute; bottom: 27%; clip-path: polygon(50% 0, 100% 100%, 0 100%); }
.mountain-back { width: 85%; height: 52%; left: -12%; background: #8b6d68; }
.mountain-front { width: 84%; height: 62%; right: -18%; background: #5c5156; }
.road { position: absolute; width: 44%; height: 57%; left: 28%; bottom: -20%; background: #6e625d; clip-path: polygon(39% 0, 61% 0, 100% 100%, 0 100%); }
.road::after { content: ""; position: absolute; left: 48%; width: 4%; height: 100%; background: repeating-linear-gradient(#f9e1b7 0 20px, transparent 20px 39px); }
.travel-stamp { position: absolute; left: 35px; top: 34px; border: 2px solid rgba(255,255,255,.8); color: white; padding: 13px 16px; font-weight: 900; letter-spacing: .12em; transform: rotate(-5deg); }
.travel-copy { padding: 58px; align-self: center; }
.travel-copy ul { padding-left: 20px; margin: 0 0 30px; }
.travel-copy li { margin: 8px 0; }

.collaboration { background: var(--burgundy-dark); color: white; }
.collab-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: center; }
.collab-grid h2 { max-width: 680px; }
.collab-grid > div > p:last-child { color: #dbc9c5; max-width: 640px; }
.contact-card { background: white; color: var(--ink); padding: 28px; border-radius: 25px; }
.contact-card label { display: block; font-size: .82rem; font-weight: 800; margin-bottom: 17px; }
.contact-card input, .contact-card textarea { width: 100%; margin-top: 7px; border: 1px solid var(--line); border-radius: 12px; padding: 13px 14px; outline: none; background: #fffdfa; }
.contact-card input:focus, .contact-card textarea:focus { border-color: var(--terracotta); box-shadow: 0 0 0 3px rgba(200,111,82,.12); }
.form-note { min-height: 24px; margin: 12px 0 0; font-size: .85rem; text-align: center; color: var(--burgundy); }

footer { background: #241719; color: white; padding: 32px 0; }
.footer-content { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-content p { margin: 0; color: #c7b8b5; font-size: .86rem; }
.social-links { display: flex; gap: 18px; font-size: .86rem; font-weight: 750; }
.footer-brand .brand-mark { background: var(--terracotta); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .menu-button { display: block; }
  .nav-links {
    position: fixed; inset: 82px 20px auto; padding: 24px;
    flex-direction: column; align-items: stretch; border-radius: 20px;
    background: white; box-shadow: var(--shadow); transform: translateY(-20px);
    opacity: 0; pointer-events: none; transition: .2s ease;
  }
  .nav-links.open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .nav-links a { padding: 9px 0; }
  .nav-cta { text-align: center; }
  .hero { grid-template-columns: 1fr; padding-top: 42px; }
  .hero-visual { min-height: 520px; }
  .about-grid, .card-grid { grid-template-columns: 1fr 1fr; }
  .travel-feature, .collab-grid { grid-template-columns: 1fr; }
  .travel-art { min-height: 410px; }
  .collab-grid { gap: 42px; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1120px); }
  .site-header { min-height: auto; }
  .hero { min-height: auto; gap: 28px; padding-bottom: 62px; }
  h1 { font-size: clamp(3rem, 16vw, 4.6rem); }
  .hero-stats { gap: 18px; justify-content: space-between; }
  .hero-stats strong { font-size: 1.05rem; }
  .hero-stats span { font-size: .68rem; }
  .hero-visual { min-height: 420px; }
  .main-card { padding: 15px; border-radius: 25px; }
  .location-card { left: 0; bottom: 20px; }
  .camera-card { right: 0; top: 30px; }
  .section { padding: 76px 0; }
  .section-heading.horizontal { align-items: flex-start; flex-direction: column; }
  .about-grid, .card-grid { grid-template-columns: 1fr; }
  .travel-copy { padding: 34px 25px; }
  .travel-art { min-height: 330px; }
  .footer-content { flex-direction: column; text-align: center; }
}
