body{
  margin:0;
  font-family:'Inter',sans-serif;
  background:#faf9f7;
  color:#0f0f0f;
}

.header{
  position:fixed;
  top:0;
  width:100%;
  background:rgba(255,255,255,0.9);
  backdrop-filter:blur(6px);
  z-index:1000;
}

.header .container{
  max-width:1200px;
  margin:auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:20px;
}

nav a{
  margin-left:25px;
  text-decoration:none;
  color:#0f0f0f;
  font-weight:300;
}

.hero-modern{
  padding:140px 0 100px;
  background:#faf9f7;
}

.hero-inner{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:80px;
  padding:0 30px;
}

.hero-label{
  display:inline-block;
  margin-bottom:20px;
  font-size:12px;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#8a8a8a;
}

.hero-text h1{
  font-family:'Playfair Display',serif;
  font-size:56px;
  line-height:1.1;
  margin-bottom:30px;
}

.hero-text h1 em{
  font-style:italic;
}

.hero-text p{
  font-size:17px;
  line-height:1.7;
  color:#333;
  max-width:420px;
}

.hero-image img{
  width:100%;
  border-radius:6px;
  object-fit:cover;
}



h1,h2{
  font-family:'Playfair Display',serif;
}

h1{ font-size:64px; }
h2{ font-size:42px; }

.hero p{
  font-size:18px;
  color:#444;
}

.btn{
  display:inline-block;
  margin-top:30px;
  padding:14px 32px;
  border:1px solid #0f0f0f;
  color:#0f0f0f;
  text-decoration:none;
}

.split{
  display:flex;
  align-items:center;
  max-width:1200px;
  margin:140px auto;
}

.split.reverse{ flex-direction:row-reverse; }

.split .text{ flex:1; padding:60px; }
.split .image{ flex:1; }

.split img{ width:100%; border-radius:4px; }

.page{
  max-width:900px;
  margin:160px auto;
  padding:40px;
}

.footer{
  text-align:center;
  padding:40px;
  font-size:14px;
  color:#777;
}


.contact-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  margin-top:40px;
}

.form{
  max-width:600px;
  margin-top:30px;
}

.form input,
.form textarea{
  width:100%;
  padding:14px;
  margin-bottom:15px;
  border:1px solid #ccc;
  font-family:Inter,sans-serif;
}

.form textarea{
  min-height:120px;
  resize:vertical;
}

.btn-dark{
  display:inline-block;
  margin-top:40px;
  padding:16px 44px;
  background:#0f0f0f;
  color:#fff;
  text-decoration:none;
  letter-spacing:1px;
  transition:.3s;
}

.btn-dark:hover{
  background:#000;
}

@media(max-width:900px){

  .hero-inner{
    grid-template-columns:1fr;
    gap:40px;
  }

  .hero-modern{
    padding:100px 0 60px;
  }

  .hero-text{
    text-align:center;
  }

  .hero-text h1{
    font-size:40px;
  }

  .hero-text p{
    margin:auto;
  }
}
/* ===== MENUS PAGE ===== */

.menus-page{
  padding:160px 0 100px;
}

.menus-header{
  max-width:700px;
  margin:0 auto 80px;
  text-align:center;
  padding:0 25px;
}

.menus-header h1{
  font-size:52px;
  margin-bottom:25px;
}

.menus-header p{
  font-size:18px;
  line-height:1.7;
  color:#333;
}

.menus-grid{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:40px;
  padding:0 30px;
}

.menu-card{
  text-decoration:none;
  color:#000;
}

.menu-card img{
  width:100%;
  height:260px;
  object-fit:cover;
  border-radius:6px;
}

.menu-card-content{
  padding:20px 5px;
}

.menu-card-content h2{
  font-family:'Playfair Display',serif;
  font-size:22px;
  margin-bottom:8px;
}

.menu-card-content span{
  font-size:14px;
  color:#777;
  letter-spacing:1px;
  text-transform:uppercase;
}

/* Hover luxe */
.menu-card:hover img{
  opacity:0.9;
}

/* ===== RESPONSIVE ===== */

@media(max-width: 900px){

  .menus-page{
    padding:120px 0 60px;
  }

  .menus-grid{
    grid-template-columns:1fr;
    gap:50px;
  }

  .menus-header h1{
    font-size:38px;
  }

  .menu-card img{
    height:220px;
  }
}
/* ===== MENU SINGLE ===== */

.menu-single{
  padding:160px 0 100px;
}

/* Hero menu */
.menu-hero{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:center;
  padding:0 30px;
}

.menu-hero-text h1{
  font-size:52px;
  margin-bottom:25px;
}

.menu-hero-text p{
  font-size:18px;
  line-height:1.7;
  color:#333;
  max-width:420px;
}

.menu-hero-image img{
  width:100%;
  height:420px;
  object-fit:cover;
  border-radius:6px;
}

/* Description */
.menu-description{
  max-width:700px;
  margin:100px auto;
  padding:0 25px;
  text-align:center;
}

.menu-description p{
  font-size:17px;
  line-height:1.7;
  color:#333;
  margin-bottom:25px;
}

/* Highlights */
.menu-highlights{
  max-width:1000px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:40px;
  padding:0 30px;
}

.highlight h3{
  font-family:'Playfair Display',serif;
  font-size:22px;
  margin-bottom:10px;
}

.highlight p{
  font-size:15px;
  color:#555;
  line-height:1.6;
}

/* CTA */
.menu-cta{
  text-align:center;
  margin-top:100px;
}

/* ===== RESPONSIVE ===== */

@media(max-width:900px){

  .menu-single{
    padding:120px 0 60px;
  }

  .menu-hero{
    grid-template-columns:1fr;
    gap:40px;
  }

  .menu-hero-text{
    text-align:center;
  }

  .menu-hero-text h1{
    font-size:38px;
  }

  .menu-hero-text p{
    margin:auto;
  }

  .menu-hero-image img{
    height:260px;
  }

  .menu-highlights{
    grid-template-columns:1fr;
    gap:30px;
  }
}
/* ===== CHEF PAGE ===== */

.chef-page{
  padding:160px 0 100px;
}

.chef-hero{
  max-width:1100px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:center;
  padding:0 30px;
}

.chef-image img{
  width:100%;
  height:480px;
  object-fit:cover;
  border-radius:6px;
}

.chef-intro{
  font-size:18px;
  line-height:1.7;
  color:#333;
  max-width:420px;
}

.chef-story{
  max-width:700px;
  margin:100px auto 0;
  padding:0 25px;
  text-align:center;
}

.chef-story p{
  font-size:17px;
  line-height:1.7;
  margin-bottom:25px;
  color:#333;
}

/* Responsive */
@media(max-width:900px){
  .chef-hero{
    grid-template-columns:1fr;
    gap:40px;
    text-align:center;
  }

  .chef-image img{
    height:300px;
  }

  .chef-intro{
    margin:auto;
  }
}
/* ===== GALLERY ===== */

.gallery{
  margin:140px 0;
}

.gallery-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  padding:0 30px;
}

.gallery-grid img{
  width:100%;
  height:320px;
  object-fit:cover;
  border-radius:6px;
  transition:.4s ease;
}

.gallery-grid img:hover{
  transform:scale(1.02);
}

/* Responsive */
@media(max-width:900px){
  .gallery-grid{
    grid-template-columns:1fr;
  }

  .gallery-grid img{
    height:240px;
  }
}
/* ===== VILLE SEO ===== */

.ville-page{
  padding:160px 0 100px;
  text-align:center;
}

.ville-hero h1{
  font-size:46px;
  margin-bottom:20px;
}

.ville-hero p{
  font-size:18px;
  line-height:1.7;
  max-width:650px;
  margin:auto;
}

.ville-content{
  margin-top:60px;
}

@media(max-width:900px){
  .ville-hero h1{
    font-size:34px;
  }
}

/* ===== MOBILE PREMIUM ===== */

@media(max-width:600px){

  body{
    font-size:15px;
  }

  h1{
    line-height:1.15;
  }

  .btn-dark{
    padding:14px 34px;
    font-size:14px;
  }

  .hero-label{
    font-size:11px;
  }
}
