/* =========================================================
   LADLN — HERO PARALLAX (base, réutilisable)
========================================================= */

.ladln-resto-hero{
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.ladln-resto-hero::before{
  content: "";
  position: absolute;
  inset: -20% 0;
  z-index: 0;

  background-image: var(--ladln-hero-bg);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;

  transform: translate3d(0, var(--parallax-y, 0px), 0);
  will-change: transform;
}

.ladln-hero__overlay{
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      to bottom,
      rgba(0,0,0,.3),
      rgba(0,0,0,.1) 45%,
      rgba(0,0,0,.3)
    );
}

.ladln-hero__inner{
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.ladln-hero__title{
  margin: 0 0 1rem;
  line-height: 1.05;
  color: var(--color-texte-light);
  text-shadow: 0 12px 28px rgba(0,0,0,.35);
}

.ladln-hero__lead{
  margin: 0 auto 0px;
  max-width: 740px;
  font-size: clamp(16px, 1.6vw, 20px);
  color: var(--color-texte-light);
}

.ladln-hero__actions{
  display: inline-flex;
  gap: .8rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media (max-width: 980px){
  .ladln-hero--parallax{
    min-height: calc(92vh - 65px);
    padding: var(--section-padding-xx, 4.2rem) var(--section-padding-x, 1rem);
  }

  .ladln-hero--parallax::before{
    inset: -14% 0;
  }

  .ladln-hero__title{
    font-size: clamp(1.8rem, 6vw, 2.6rem);
  }
}

/* =========================
   SECTION 2 — RESTAURATION (CATÉGORIES)
========================= */

.ladln-resto{
  padding: var(--section-padding) var(--section-padding-x);
  position: relative;
}

.ladln-resto__img {
    position: absolute;
    top: 150px;
    right: 15vw;
    z-index: -1;
    width: 15vw;
}

.ladln-resto__container{
  max-width: 1400px;
  margin: 0 auto;
}

.ladln-resto__header{
  text-align: center;
  max-width: 900px;
  margin: 0 auto var(--space-2xl);
}

.ladln-resto__header h2{
  color: var(--color-green-forest);
}

.ladln-resto__intro{
  max-width: 72ch;
  margin: 0 auto;
  padding-bottom: 0 !important;
}

/* catégories */
.ladln-resto-cat{
  margin-top: clamp(26px, 3.2vw, 52px);
}

.ladln-resto-cat__head{
  text-align: center;
  max-width: 900px;
  margin: 0 auto clamp(14px, 2vw, 22px);
}

.ladln-resto-cat__desc{
  margin: 0 auto;
  max-width: 72ch;
  color: var(--color-texte);
  opacity: .92;
  line-height: 1.5;
}

/* grilles */
.ladln-resto-cat__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.6vw, 32px);
  align-items: stretch;
}

.ladln-resto-cat__grid--1{
  grid-template-columns: 1fr;
  max-width: 500px;
  margin: 0 auto;
}

/* carte polaroid */
.ladln-resto-card{
  position: relative;
  background: var(--ladln-paper);
  border: 1px solid rgba(204,166,133,.22);
  box-shadow: 0 14px 40px rgba(0,0,0,.08), 0 2px 10px rgba(0,0,0,.04);
  padding: 7px;
}

.ladln-resto-card--a{ transform: rotate(2deg); }
.ladln-resto-card--b{ transform: rotate(-1.3deg); }
.ladln-resto-card--c{ transform: rotate(1deg); }

.ladln-resto-card__photo{
  background-color: #fff;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.04);
  border-radius: 2px;
}

.ladln-resto-card__photo::before{
  content:"";
  display:block;
  height: 300px;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: saturate(.98) contrast(1.02);
}

.ladln-resto-card__body{
  padding: 10px 18px 10px;
}

.ladln-resto-card__title{
  margin: 0;
  font-family: var(--police-titre);
  color: var(--color-green-forest);
  padding-bottom: 16px;
}

.ladln-resto-card__text{
  padding-bottom: var(--space-lg) !important;
  line-height: 1.3;
  letter-spacing: 0.04em;
  font-family: var(--police-texte);
  color: var(--color-texte);
  font-size: clamp(16px, 1.25vw, 18px);
}

.ladln-resto-card__meta{
  margin: -6px 0 14px;
  font-family: var(--police-texte);
  color: var(--color-texte);
  opacity: .95;
}

.ladln-resto-card__phone{
  display: inline-flex;
  gap: .5rem;
  align-items: center;
}

.ladln-resto-card__actions{
  display: flex;
  justify-content: flex-start;
}

/* punaises */
.ladln-resto-card__pin{
  position: absolute;
  top: -25px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  z-index: 5;
  box-shadow: 0 8px 10px rgba(0,0,0,.18);
}

.ladln-resto-card__pin--left{ left: 0; }
.ladln-resto-card__pin--right{ right: 0; }

.ladln-resto-card__pin::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, rgba(255,255,255,.65), rgba(255,255,255,0) 42%),
    radial-gradient(circle at 55% 70%, rgba(0,0,0,.32), rgba(0,0,0,0) 55%),
    linear-gradient(180deg, #d15454 0%, #b93a3a 55%, #8f2626 100%);
  border: 1px solid rgba(0,0,0,.22);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.35),
    inset 0 -2px 0 rgba(0,0,0,.28);
}

.ladln-resto-card__pin::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 18px;
  transform: translateX(-50%);
  width: 2px;
  height: 18px;
  border-radius: 1px;
  background: linear-gradient(180deg, #f0f0f0 0%, #bfbfbf 45%, #7f7f7f 100%);
  box-shadow: 0 1px 2px rgba(0,0,0,.35);
  opacity: .95;
}

/* responsive */
@media (max-width: 980px){
  .ladln-resto-cat__grid{
    grid-template-columns: 1fr;
    width: 70%;
    margin: auto;
    row-gap: 50px;
  }

  .ladln-resto-cat__grid--1{
    width: 70%;
  }

  .ladln-resto-card{
    padding: 14px;
  }

  .ladln-resto-card__photo::before{
    height: 260px;
  }
}

@media (max-width: 768px){
  .ladln-resto__img {
    width: 18vw;
    top: 160px;

}
}

@media (max-width: 600px){
  .ladln-resto-cat__grid,
  .ladln-resto-cat__grid--1{
    width: 95%;
  }

  .ladln-resto-card__photo::before{
    height: 230px;
  }
}

@media (max-width: 483px){
  .ladln-resto__img {
    width: 18vw;
    top: 190px;

}
}
