:root {
  --green-950:#163728;
  --green-900:#1d4934;
  --green-800:#285a40;
  --green-700:#356a4c;
  --green-100:#e6eee7;
  --cream:#f7f1e8;
  --paper:#fffdf8;
  --ink:#233129;
  --muted:#667168;
  --warm:#c96f37;
  --line:rgba(35,49,41,.12);
  --shadow:0 18px 50px rgba(22,55,40,.15);
  --radius:22px;
  --radius-sm:14px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"DM Sans",sans-serif;color:var(--ink);background:var(--paper);line-height:1.55}
img{display:block;width:100%;object-fit:cover}
a{color:inherit;text-decoration:none}
h1,h2,h3{font-family:"Fraunces",serif;line-height:1.08;margin:0 0 .7rem}
h1{font-size:clamp(2.7rem,5.5vw,5.4rem);max-width:800px}
h2{font-size:clamp(2rem,3.5vw,3.4rem)}
h3{font-size:1.45rem}
p{margin:.4rem 0 1rem}
.container{width:min(calc(100% - 40px),var(--max));margin-inline:auto}
.narrow{max-width:760px}.center{text-align:center}.section{padding:90px 0}.soft{background:var(--cream)}
.site-header{position:sticky;top:0;z-index:50;height:82px;background:rgba(255,253,248,.94);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);display:flex;align-items:center;gap:28px;padding:0 max(20px,calc((100vw - var(--max))/2))}
.brand{display:flex;align-items:center;gap:10px;min-width:220px}.brand-mark{font-size:2rem}.brand span:last-child{display:flex;flex-direction:column;line-height:1}.brand small{font-size:.66rem}.brand strong{letter-spacing:.08em;font-size:.92rem}.brand em{font-style:normal;font-size:.58rem;letter-spacing:.08em;margin-top:4px}
.desktop-nav{display:flex;align-items:center;gap:24px;font-size:.92rem;flex:1;justify-content:center}.desktop-nav a{opacity:.82}.desktop-nav a:hover{opacity:1}
.header-actions{display:flex;align-items:center;gap:12px}.phone{font-size:.88rem;font-weight:700;white-space:nowrap}.menu-btn{display:none;border:0;background:none;font-size:1.7rem;cursor:pointer}.mobile-nav{display:none}
.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:11px;padding:14px 20px;font-weight:700;font-family:inherit;cursor:pointer;transition:.2s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--green-800);color:white;box-shadow:0 10px 26px rgba(40,90,64,.23)}.btn-small{padding:11px 14px;font-size:.85rem}.btn-ghost{border:1px solid rgba(255,255,255,.6);color:white;background:rgba(255,255,255,.08);backdrop-filter:blur(8px)}.btn-block{width:100%}.btn-warm{background:var(--warm);color:white}.btn-light{background:white;color:var(--green-900)}
.hero{position:relative;isolation:isolate;color:white;background-image:url('https://www.camping-lagarrigue.com/uploads/images/Gallery/home/camping-lot-loubressac-piscine.jpg'),url('https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?auto=format&fit=crop&w=2200&q=90');background-position:center,center;background-size:cover,cover;background-repeat:no-repeat,no-repeat;min-height:700px;padding:88px 0 0}.hero-overlay{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(16,47,33,.84) 0%,rgba(16,47,33,.62) 44%,rgba(16,47,33,.25) 70%,rgba(16,47,33,.14) 100%),linear-gradient(0deg,rgba(10,34,24,.58),transparent 45%)}
.hero-grid{display:grid;grid-template-columns:1.35fr .75fr;gap:70px;align-items:center}.hero-copy p{font-size:1.12rem;max-width:620px;color:rgba(255,255,255,.9)}.eyebrow{display:inline-block;font-weight:700;letter-spacing:.04em;margin-bottom:1rem}.hero-buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.booking-card{background:rgba(255,255,255,.97);color:var(--ink);padding:26px;border-radius:var(--radius);box-shadow:var(--shadow)}.booking-card h2{font-size:2rem}.booking-card label{display:block;font-size:.82rem;font-weight:700;margin-top:13px}.booking-card select,.booking-card input{width:100%;margin-top:6px;border:1px solid var(--line);border-radius:10px;padding:13px 12px;font:inherit;background:white;color:var(--ink)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.form-note{font-size:.72rem;color:var(--muted);margin:10px 0 0}
.stats{display:grid;grid-template-columns:repeat(4,1fr);margin-top:70px;padding:26px 0;border-top:1px solid rgba(255,255,255,.25)}.stats div{display:flex;align-items:center;justify-content:center;gap:12px;border-right:1px solid rgba(255,255,255,.2)}.stats div:last-child{border-right:0}.stats span{font-size:1.5rem}.stats strong{font-size:.85rem;line-height:1.25}
.intro{background:linear-gradient(180deg,#fffdf8 0%,#fbf4ea 100%)}.ornament{color:var(--green-700);font-size:1.6rem}.intro .narrow p{color:var(--muted)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:42px}.feature-card{background:white;border:1px solid var(--line);border-radius:var(--radius-sm);padding:26px;text-align:center;box-shadow:0 8px 30px rgba(22,55,40,.05)}.feature-card span{font-size:1.7rem}.feature-card h3{font-size:1.25rem;margin-top:10px}.feature-card p{font-size:.9rem;color:var(--muted)}
.section-heading{margin-bottom:32px}.stay-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.stay-card{overflow:hidden;border-radius:var(--radius);background:white;box-shadow:0 12px 36px rgba(22,55,40,.08);border:1px solid var(--line)}.stay-card img{height:320px}.stay-content{padding:26px}.stay-content strong{display:block;margin-bottom:10px}.stay-content p{color:var(--muted)}.stay-content a{font-weight:700;color:var(--green-700)}.accessibility{text-align:center;color:var(--muted);font-size:.85rem;margin-top:22px}
.activity-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.activity-card{position:relative;border-radius:14px;overflow:hidden;min-height:180px}.activity-card::after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(14,38,26,.8))}.activity-card img{height:100%}.activity-card span{position:absolute;z-index:2;left:14px;bottom:12px;color:white;font-weight:700}
.destination-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.destination-grid article{background:white;border:1px solid var(--line);border-radius:16px;overflow:hidden}.destination-grid img{height:230px}.destination-grid article div{padding:16px}.destination-grid h3{font-size:1.18rem;margin-bottom:4px}.destination-grid p{font-size:.84rem;color:var(--muted);margin:0}
.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.reviews-card,.offer-card{border-radius:var(--radius);padding:34px}.reviews-card{background:white;border:1px solid var(--line)}.eyebrow.dark{color:var(--green-700)}.rating{display:flex;align-items:center;gap:16px;margin:20px 0}.rating strong{font-size:2rem}.rating span{color:#e7a613;letter-spacing:.08em}.quote-grid{display:grid;gap:12px}.quote-grid blockquote{margin:0;padding:18px;background:var(--cream);border-radius:12px;font-size:.9rem}.quote-grid cite{display:block;margin-top:9px;font-style:normal;font-weight:700;color:var(--green-700)}.offer-card{background:linear-gradient(100deg,rgba(255,247,236,.94),rgba(251,231,206,.72)),url('https://images.unsplash.com/photo-1513836279014-a89f7a76ae86?auto=format&fit=crop&w=1300&q=85') center/cover}.offer-card p{max-width:420px}.badge{display:inline-block;font-size:.7rem;font-weight:800;background:#f4d8bf;color:#8a4d26;padding:6px 9px;border-radius:999px;margin-bottom:16px}
.cta-section{padding:72px 0;background:linear-gradient(90deg,rgba(20,55,39,.9),rgba(20,55,39,.72)),url('https://images.unsplash.com/photo-1470252649378-9c29740c9fa8?auto=format&fit=crop&w=2000&q=90') center/cover;color:white}.cta-inner{display:flex;align-items:end;justify-content:space-between;gap:30px}.cta-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.cta-phone{font-size:1.3rem;font-weight:800}
.site-footer{background:var(--green-950);color:white;padding:55px 0 18px}.footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:40px}.footer-grid h3{font-family:"DM Sans",sans-serif;font-size:.95rem;margin-bottom:12px}.footer-grid a{display:block;color:rgba(255,255,255,.72);font-size:.85rem;margin:7px 0}.footer-grid p{color:rgba(255,255,255,.68);font-size:.85rem}.footer-brand{font-size:.9rem}.footer-brand strong{letter-spacing:.08em}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:36px;padding-top:16px;display:flex;gap:18px;flex-wrap:wrap;color:rgba(255,255,255,.5);font-size:.72rem}
@media (max-width: 980px){
  .desktop-nav,.phone{display:none}.menu-btn{display:block}.site-header{padding-inline:20px}.brand{min-width:0;flex:1}.header-actions .btn{font-size:0;padding:10px 14px}.header-actions .btn::after{content:"Réserver";font-size:.84rem}.mobile-nav{position:absolute;top:82px;left:0;right:0;background:var(--paper);border-bottom:1px solid var(--line);padding:18px 20px 22px;display:none;flex-direction:column;gap:14px;box-shadow:0 18px 40px rgba(22,55,40,.12)}.mobile-nav.open{display:flex}
  .hero{padding-top:50px;min-height:auto}.hero-grid{grid-template-columns:1fr;gap:26px}.hero-copy{max-width:760px}.booking-card{max-width:640px}.stats{margin-top:46px}
  .activity-grid{grid-template-columns:repeat(3,1fr)}.destination-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 720px){
  .container{width:min(calc(100% - 24px),var(--max))}.site-header{height:72px}.mobile-nav{top:72px}.brand-mark{font-size:1.5rem}.brand small{font-size:.55rem}.brand strong{font-size:.78rem}.brand em{font-size:.5rem}.header-actions{gap:8px}
  .section{padding:64px 0}.hero{padding-top:0;background-position:58% center}.hero-overlay{background:linear-gradient(180deg,rgba(16,47,33,.22) 0%,rgba(16,47,33,.54) 34%,rgba(16,47,33,.92) 72%,rgba(16,47,33,.98) 100%)}.hero-grid{padding-top:150px}.hero-copy h1{font-size:clamp(2.55rem,12vw,4.1rem)}.hero-copy p{font-size:1rem}.hero-buttons{display:grid}.btn{width:100%}.booking-card{margin-top:10px;padding:20px}.form-row{grid-template-columns:1fr}.stats{grid-template-columns:1fr 1fr;gap:0;margin-top:28px}.stats div{padding:18px 8px;border-right:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18)}.stats div:nth-child(2n){border-right:0}.stats div:nth-last-child(-n+2){border-bottom:0}
  .feature-grid,.stay-grid,.split-grid,.footer-grid{grid-template-columns:1fr}.stay-card img{height:240px}.activity-grid{grid-template-columns:repeat(2,1fr)}.activity-card{min-height:150px}.destination-grid{grid-template-columns:repeat(2,1fr)}.destination-grid img{height:170px}.cta-inner{align-items:flex-start;flex-direction:column}.cta-actions{width:100%}.cta-phone{font-size:1.15rem}.footer-grid{gap:24px}.footer-bottom{gap:10px}
}
@media (max-width: 420px){.destination-grid{grid-template-columns:1fr}.destination-grid img{height:210px}}

/* --- Bandeau supérieur validé --- */
.site-header{
  height:108px;
  background:#fffdf8;
  border-bottom:1px solid rgba(35,49,41,.08);
  gap:34px;
  padding-inline:max(30px,calc((100vw - 1500px)/2));
}
.brand{min-width:290px;gap:14px}.brand-mark{width:70px;height:70px;display:grid;place-items:center;font-size:0;color:var(--green-700)}
.brand-mark svg{width:68px;height:68px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.brand-copy{display:flex;flex-direction:column;line-height:1.05}.brand-copy small{font-size:.78rem;letter-spacing:.03em;margin-bottom:5px}.brand-copy strong{font-size:1.12rem;letter-spacing:.055em}.brand-copy em{font-size:.72rem;letter-spacing:.08em;margin-top:7px}.brand-copy b{color:#79a94f;letter-spacing:.04em}
.desktop-nav{gap:40px;font-size:.98rem;font-weight:600}.desktop-nav a{opacity:.92}.desktop-nav a:hover{color:var(--green-700)}
.header-actions{gap:20px}.phone{font-size:1rem}.btn-small{padding:17px 24px;border-radius:12px;font-size:.95rem}.menu-btn{width:46px;height:46px;border-radius:10px;border:1px solid var(--line);display:grid;place-items:center;background:transparent;color:var(--green-950);font-size:1.65rem;line-height:1}
.mobile-nav{top:108px}

.hero{min-height:790px;padding:90px 0 0;background-position:center 48%,center;background-size:cover,cover}
.hero-overlay{background:linear-gradient(90deg,rgba(9,38,25,.82) 0%,rgba(9,38,25,.64) 42%,rgba(9,38,25,.22) 70%,rgba(9,38,25,.10) 100%),linear-gradient(0deg,rgba(7,34,22,.58),transparent 52%)}
.hero-grid{grid-template-columns:minmax(0,1.35fr) minmax(350px,.72fr);gap:82px;align-items:center}
.hero-copy{padding-top:8px}.hero-copy .eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.82rem}.hero-copy h1{font-size:clamp(4rem,5.6vw,6rem);max-width:760px;line-height:.99;margin-bottom:1.6rem}.hero-copy p{font-size:1.17rem;max-width:570px;line-height:1.7;border-top:2px solid rgba(128,172,94,.8);padding-top:22px}.hero-buttons{margin-top:30px}.hero-buttons .btn{min-width:220px;padding:17px 24px}
.booking-card{padding:34px 32px;border-radius:18px;box-shadow:0 28px 70px rgba(10,37,26,.28)}.booking-card h2{font-size:2rem;color:var(--green-950);margin-bottom:18px}.booking-card label{font-size:.9rem;margin-top:16px}.booking-card select,.booking-card input{padding:15px 14px;border-radius:9px}.booking-card .form-row{grid-template-columns:1fr;gap:0}.booking-card .btn{margin-top:20px;padding:17px}.form-note{display:none}
.stats{margin-top:72px;padding:28px 0 30px}.stats div{justify-content:flex-start;padding-left:24px}.stats span{font-size:2rem}.stats strong{font-size:.95rem}

@media (min-width:1201px){
  .mobile-nav.open{display:flex;position:absolute;right:max(30px,calc((100vw - 1500px)/2));left:auto;top:92px;width:270px;background:#fffdf8;border:1px solid var(--line);border-radius:14px;padding:18px;flex-direction:column;gap:12px;box-shadow:0 18px 44px rgba(22,55,40,.16)}
}
@media (max-width:1200px){
  .desktop-nav{display:none}.site-header{padding-inline:20px}.brand{min-width:0;flex:1}.phone{display:none}.mobile-nav{top:108px}.hero-grid{grid-template-columns:1fr .75fr;gap:40px}.hero-copy h1{font-size:clamp(3.5rem,6vw,5.3rem)}
}
@media (max-width:980px){
  .site-header{height:88px}.mobile-nav{top:88px}.brand-mark{width:54px;height:54px}.brand-mark svg{width:52px;height:52px}.brand-copy strong{font-size:.95rem}.brand-copy small{font-size:.68rem}.brand-copy em{font-size:.6rem}.header-actions .btn{font-size:0;padding:13px 16px}.header-actions .btn::after{content:"Réserver";font-size:.86rem}
  .hero{padding-top:48px;min-height:auto}.hero-grid{grid-template-columns:1fr;gap:28px}.booking-card{max-width:650px}.stats{margin-top:48px}
}
@media (max-width:720px){
  .site-header{height:76px}.mobile-nav{top:76px}.brand-mark{width:46px;height:46px}.brand-mark svg{width:44px;height:44px}.brand-copy strong{font-size:.82rem}.brand-copy small{font-size:.58rem}.brand-copy em{font-size:.52rem}.menu-btn{width:40px;height:40px;font-size:1.45rem}.header-actions .btn{padding:11px 13px}
  .hero{padding-top:0;background-position:58% center}.hero-grid{padding-top:145px}.hero-copy h1{font-size:clamp(3rem,13vw,4.4rem);line-height:1.02}.hero-copy p{font-size:1rem;line-height:1.55}.booking-card{padding:22px}.stats div{justify-content:center;padding-left:8px}.stats span{font-size:1.55rem}.stats strong{font-size:.8rem}
}


/* --- Diaporama automatique du hero --- */
.hero{background-image:none !important;overflow:hidden}
.hero-slideshow{position:absolute;inset:0;z-index:-2;overflow:hidden}
.hero-slide{position:absolute;inset:0;background-position:center 48%;background-size:cover;background-repeat:no-repeat;opacity:0;transform:scale(1.025);transition:opacity 1.4s ease-in-out,transform 7s ease-out;will-change:opacity,transform}
.hero-slide.is-active{opacity:1;transform:scale(1)}
.hero-overlay{z-index:-1}
@media (max-width:720px){.hero-slide{background-position:58% center}}
@media (prefers-reduced-motion:reduce){.hero-slide{transition:none;transform:none}}

/* --- Formulaire de reservation compact --- */
.booking-card{
  width:100%;
  max-width:430px;
  justify-self:end;
  padding:24px 26px;
}
.booking-card h2{
  font-size:1.75rem;
  margin-bottom:10px;
}
.booking-card label{
  font-size:.84rem;
  margin-top:10px;
}
.booking-card select,
.booking-card input{
  margin-top:5px;
  padding:11px 12px;
  min-height:46px;
}
.booking-card .btn{
  margin-top:14px;
  padding:13px 16px;
}

@media (max-width:980px){
  .booking-card{
    max-width:430px;
    justify-self:start;
  }
}

@media (max-width:720px){
  .booking-card{
    width:calc(100% - 24px);
    max-width:380px;
    justify-self:center;
    margin:8px auto 0;
    padding:18px 18px;
    border-radius:16px;
  }
  .booking-card h2{
    font-size:1.55rem;
    margin-bottom:8px;
  }
  .booking-card label{
    font-size:.8rem;
    margin-top:8px;
  }
  .booking-card select,
  .booking-card input{
    padding:9px 11px;
    min-height:42px;
    font-size:.93rem;
  }
  .booking-card .btn{
    margin-top:12px;
    padding:12px 14px;
  }
}

/* --- Bandeau vert + logo transparent + meteo Loubressac --- */
.site-header{
  background:linear-gradient(90deg,#0d4a2d 0%,#0e6037 52%,#0a4329 100%);
  border-bottom:1px solid rgba(255,255,255,.14);
  color:#fff;
}
.brand-logo{
  min-width:300px;
  display:flex;
  align-items:center;
}
.brand-logo img{
  width:auto;
  height:72px;
  max-width:300px;
  object-fit:contain;
}
.site-header .desktop-nav a,
.site-header .phone{
  color:#fff;
}
.site-header .desktop-nav a:hover{color:#dff2df}
.site-header .btn-primary{
  background:#3f8651;
  box-shadow:0 10px 26px rgba(0,0,0,.18);
}
.site-header .btn-primary:hover{background:#4b965e}
.site-header .menu-btn{
  color:#fff;
  border-color:rgba(255,255,255,.42);
}
.mobile-nav{
  background:linear-gradient(180deg,#0e5834,#0a4329) !important;
  color:#fff;
  border-color:rgba(255,255,255,.12) !important;
}
.weather-widget{
  display:inline-flex;
  align-items:center;
  gap:5px;
  min-height:38px;
  padding:7px 10px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:11px;
  background:rgba(255,255,255,.10);
  color:#fff;
  white-space:nowrap;
  font-size:.78rem;
  line-height:1;
  backdrop-filter:blur(6px);
}
.weather-icon{font-size:1rem}
.weather-temp{font-weight:800;font-size:.9rem}
.weather-place{opacity:.86}
.mobile-weather{display:none}
@media(max-width:1200px){
  .header-weather{display:none}
  .mobile-weather{display:flex;width:max-content;margin:4px 0}
}
@media(max-width:980px){
  .brand-logo{min-width:0;flex:1}
  .brand-logo img{height:56px;max-width:230px}
}
@media(max-width:720px){
  .brand-logo img{height:46px;max-width:190px}
}


/* --- Mini panneau meteo 7 jours --- */
.weather-widget{font-family:inherit;cursor:pointer}
.weather-widget:focus-visible,.weather-close:focus-visible{outline:2px solid #fff;outline-offset:3px}
.weather-forecast{
  position:absolute;
  z-index:90;
  top:calc(100% + 10px);
  right:max(20px,calc((100vw - 1500px)/2));
  width:min(720px,calc(100vw - 40px));
  padding:18px;
  border-radius:18px;
  background:rgba(255,253,248,.98);
  color:var(--ink);
  border:1px solid rgba(35,49,41,.12);
  box-shadow:0 24px 60px rgba(6,34,22,.28);
  backdrop-filter:blur(14px);
}
.weather-forecast{display:none}
.weather-forecast.is-open{display:block}
.weather-forecast-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}
.weather-forecast-head strong{display:block;font-family:"Fraunces",serif;font-size:1.35rem;color:var(--green-950)}
.weather-forecast-head span{display:block;color:var(--muted);font-size:.8rem;margin-top:2px}
.weather-close{width:38px;height:38px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--green-950);font:inherit;font-weight:700;cursor:pointer}
.weather-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}
.weather-day{min-width:0;padding:12px 8px;text-align:center;background:#f7f3eb;border:1px solid rgba(35,49,41,.08);border-radius:12px}
.weather-day-name{font-size:.72rem;font-weight:800;text-transform:capitalize;white-space:nowrap}
.weather-day-icon{font-size:1.55rem;margin:7px 0 3px}
.weather-day-label{font-size:.66rem;color:var(--muted);height:2.1em;line-height:1.05;display:flex;align-items:center;justify-content:center}
.weather-day-temp{display:flex;align-items:baseline;justify-content:center;gap:5px;margin-top:7px}
.weather-day-temp strong{font-size:.9rem;color:var(--green-950)}
.weather-day-temp span{font-size:.72rem;color:var(--muted)}
.weather-day-rain{font-size:.68rem;color:#487085;margin-top:3px;white-space:nowrap}
.weather-source{display:block;text-align:right;color:var(--muted);font-size:.65rem;margin-top:9px}
.weather-loading{grid-column:1/-1;margin:0;padding:16px;text-align:center;color:var(--muted);font-size:.85rem}
@media(max-width:760px){
  .weather-forecast{left:12px;right:12px;width:auto;top:calc(100% + 6px);padding:14px}
  .weather-days{grid-template-columns:repeat(4,1fr)}
  .weather-day:nth-child(n+5){margin-top:2px}
}
@media(max-width:430px){
  .weather-days{grid-template-columns:repeat(2,1fr)}
  .weather-day{display:grid;grid-template-columns:1fr auto;grid-template-areas:"name icon" "label temp" "rain temp";align-items:center;text-align:left;padding:10px 11px}
  .weather-day-name{grid-area:name}
  .weather-day-icon{grid-area:icon;margin:0;font-size:1.3rem}
  .weather-day-label{grid-area:label;display:block;height:auto;justify-content:start;margin-top:4px}
  .weather-day-temp{grid-area:temp;display:block;text-align:right;margin:0}
  .weather-day-temp span{display:block}
  .weather-day-rain{grid-area:rain}
}

/* Correctif interaction meteo */
.site-header{position:sticky;overflow:visible}
.weather-widget{position:relative;z-index:95;pointer-events:auto}
.weather-forecast{pointer-events:auto}

/* Boutons header : reservation + demande */
.header-cta-stack{display:flex;flex-direction:column;gap:5px;align-items:stretch;min-width:138px}
.header-cta-stack .btn{min-height:0;padding:7px 11px;font-size:.72rem;line-height:1.1;text-align:center;border-radius:9px}
.header-request{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.65)}
.header-request:hover{background:#fff;color:var(--green-950)}
@media(max-width:980px){.header-cta-stack{min-width:118px}.header-cta-stack .btn{padding:6px 8px;font-size:.67rem}}
@media(max-width:720px){.header-cta-stack{display:none}}

/* Carte "Une situation ideale" : rose des vents validee */
.feature-card-visites{
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  min-height:100%;
  padding:0;
  text-decoration:none;
  color:#fff;
  background-image:linear-gradient(180deg,rgba(7,45,30,.05) 15%,rgba(7,45,30,.78) 100%),url('assets/visites/rose-des-vents.png');
  background-size:165% auto;
  background-position:center 46%;
  background-repeat:no-repeat;
  transition:transform .2s ease,box-shadow .2s ease;
}
.feature-card-visites:hover{transform:translateY(-2px);box-shadow:0 12px 34px rgba(22,55,40,.16)}
.feature-card-visites-content{width:100%;padding:42px 24px 20px;text-align:center}
.feature-card-visites h3{color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.4);margin:0 0 7px}
.feature-card-visites p{color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.45);margin:0}
.feature-card-arrow{display:inline-flex!important;align-items:center;justify-content:center;width:34px;height:34px;margin-top:12px;border-radius:50%;background:var(--green-700);color:#fff;font-size:1.2rem!important}


/* --- Carte Services du camping --- */
@media (min-width:981px){
  .intro .feature-grid{grid-template-columns:repeat(4,1fr);}
}
.feature-card-services{display:flex;align-items:stretch;justify-content:center;color:inherit;transition:.2s ease;cursor:pointer;}
.feature-card-services:hover{transform:translateY(-2px);box-shadow:0 12px 34px rgba(22,55,40,.14);}
.feature-card-services-content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;}
.feature-card-services-content>span:first-child{font-size:1.7rem;}
.feature-card-services .feature-card-arrow{display:inline-flex!important;align-items:center;justify-content:center;width:34px;height:34px;margin-top:12px;border-radius:50%;background:var(--green-700);color:#fff;font-size:1.2rem!important;}
