/* ReallyHolidays: aanvulling voor de woningpagina's (/casa-feliz/, /casa-flamingo/).
   ---------------------------------------------------------------------------
   Deze pagina's laden style.css en enhance.css van de homepage mee. Daardoor zijn
   de palmen aan de zijkanten, de kleuren, de stat-kaartjes aan de slinger en de
   review-kaarten letterlijk dezelfde componenten. Dit bestand voegt alleen toe wat
   de homepage niet heeft: de galerij met filter en lightbox, de omgevingsgids en
   de losse blokken van een woningpagina.

   Alles wat hier staat is class-gescoped op hp- of gd-, zodat het nooit met de
   homepage botst. */

:root{
  --hp-teal:#14807D; --hp-teal-d:#0E6360; --hp-ink:#23322F; --hp-ink2:#5c6764;
  --hp-muted:#8a938f; --hp-flam:#E187A0; --hp-flam-d:#C0567A; --hp-pink:#F3C4CF;
  --hp-cream:#FCF8F1; --hp-sand:#F0E9DB; --hp-sand2:#F7F4EC; --hp-sun:#DE9159;
}

/* ── Navigatie ──────────────────────────────────────────────────────────────
   Zelfde gevoel als de homepage: crème met blur, logo in Cormorant, boekknop
   als pil. Verschil: hier zijn de vlaggen gewone links naar dezelfde woning in
   een andere taal. Geen JavaScript nodig en dus ook geen flikkering. */
.hp-nav{
  position:sticky; top:0; z-index:60; display:flex; align-items:center; justify-content:space-between;
  gap:16px; padding:13px max(18px, calc((100vw - 1340px)/2));
  background:rgba(252,248,241,.92); backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(35,50,47,.07);
}
.hp-logo{ font-family:'Cormorant Garamond',serif; font-size:26px; font-weight:600; color:var(--hp-ink); letter-spacing:-.01em; }
.hp-logo em{ font-style:italic; color:var(--hp-flam); }
.hp-navlinks{ display:flex; align-items:center; gap:18px; font-size:14px; font-weight:600; }
.hp-navlinks > a{ color:var(--hp-ink2); position:relative; padding:4px 0; }
.hp-navlinks > a:hover{ color:var(--hp-teal-d); }
.hp-navlinks > a.on{ color:var(--hp-teal-d); }
.hp-navlinks > a.on::after{
  content:""; position:absolute; left:0; right:0; bottom:-2px; height:2px;
  background:var(--hp-flam); border-radius:2px;
}
.hp-langs{ display:flex; gap:3px; align-items:center; padding-left:4px; border-left:1px solid rgba(35,50,47,.12); margin-left:2px; }
.hp-langs a{ display:inline-flex; padding:3px; border-radius:6px; opacity:.42; transition:opacity .15s, transform .15s; }
.hp-langs a:hover{ opacity:.85; transform:scale(1.14); }
.hp-langs a.on{ opacity:1; }
.hp-langs img{ width:25px; height:17px; border-radius:3px; display:block; box-shadow:0 1px 3px rgba(0,0,0,.25); }
.hp-cta{
  background:var(--hp-teal); color:#fff !important; padding:11px 20px; border-radius:100px;
  font-weight:700; font-size:13.5px; box-shadow:0 12px 26px -14px rgba(14,99,96,.7);
  transition:transform .18s ease, box-shadow .18s ease;
}
.hp-cta:hover{ transform:translateY(-2px); box-shadow:0 18px 32px -14px rgba(14,99,96,.75); }

/* ── Hero ───────────────────────────────────────────────────────────────────
   Exact de verhoudingen van de homepage: 18 px lucht eromheen, hoeken van 30 px,
   dezelfde zachte schaduw en dezelfde scrim die alleen onderin verdonkert. */
.hp-herowrap{ padding:18px 18px 0; position:relative; z-index:1; }
.hp-hero{
  position:relative; border-radius:30px; overflow:hidden;
  box-shadow:0 40px 90px -40px rgba(20,60,58,.5);
}
.hp-hero > picture > img, .hp-hero > img{
  display:block; width:100%; height:clamp(420px, 62vh, 620px); object-fit:cover; object-position:center 52%;
}
.hp-hero::after{
  content:""; position:absolute; inset:0; pointer-events:none;
  background:linear-gradient(180deg,rgba(8,32,30,.20) 0%,rgba(8,32,30,0) 18%,rgba(8,32,30,0) 44%,rgba(8,32,30,.34) 70%,rgba(6,28,26,.70) 100%);
}
.hp-hero-in{
  position:absolute; inset:0; z-index:2; display:flex; flex-direction:column; justify-content:flex-end;
  padding:0 clamp(22px,4.2vw,54px) clamp(30px,4.6vw,58px); color:#fff;
}
.hp-crumb{ font-size:12.5px; font-weight:600; opacity:.92; margin-bottom:14px; }
.hp-crumb a{ color:#fff; border-bottom:1px solid rgba(255,255,255,.55); }
.hp-crumb a:hover{ color:#fff; border-bottom-color:#fff; }
.hp-crumb span[aria-hidden]{ margin:0 6px; opacity:.7; }

.hp-eyebrow-hero{
  display:inline-flex; align-self:flex-start; align-items:center; gap:9px;
  background:rgba(255,255,255,.16); backdrop-filter:blur(8px); border:1px solid rgba(255,255,255,.3);
  padding:7px 15px; border-radius:100px; font-size:12px; font-weight:700; letter-spacing:.05em;
  margin-bottom:18px; text-transform:uppercase;
}
.hp-eyebrow-hero i{ width:7px; height:7px; border-radius:50%; background:var(--hp-pink); animation:rhPulse 2.4s infinite; }

/* De H1 draagt de merknaam in het handschrift van de homepage en daaronder de
   volledige zoekwoordzin. Samen vormen ze één H1, dus Google leest beide regels. */
.hp-h1{ margin:0 0 20px; }
.hp-h1 .naam{
  display:block; font-family:'Caveat',cursive; font-weight:700; font-size:clamp(52px,7.4vw,104px);
  line-height:.86; color:#F8E3E8; transform:rotate(-2.5deg); transform-origin:left center;
  text-shadow:0 3px 22px rgba(0,0,0,.5);
}
.hp-h1 .zin{
  display:block; font-family:'Cormorant Garamond',serif; font-weight:500; font-size:clamp(20px,2.5vw,31px);
  line-height:1.22; margin-top:14px; max-width:20ch; text-shadow:0 2px 16px rgba(0,0,0,.5);
}
.hp-badges{ display:flex; gap:9px; flex-wrap:wrap; }
.hp-badge{
  background:rgba(255,255,255,.17); backdrop-filter:blur(8px); border:1px solid rgba(255,255,255,.33);
  border-radius:100px; padding:8px 15px; font-size:12.5px; font-weight:700; display:inline-flex; align-items:center; gap:7px;
}
.hp-badge.prijs{ background:var(--hp-flam-d); border-color:rgba(255,255,255,.35); }
.hp-score{
  position:absolute; right:clamp(18px,3vw,34px); top:clamp(18px,3vw,34px); z-index:3;
  display:flex; align-items:center; gap:11px; background:rgba(255,255,255,.15); backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,.32); padding:10px 16px 10px 10px; border-radius:18px; color:#fff;
  box-shadow:0 20px 40px -18px rgba(0,0,0,.4); animation:rhFloatChip 6s ease-in-out infinite;
}
.hp-score b{
  width:44px; height:44px; border-radius:12px; background:#0071c2; display:flex; align-items:center;
  justify-content:center; font-weight:800; font-size:17.5px;
}
.hp-score span{ font-size:12.5px; font-weight:700; line-height:1.35; }
.hp-score em{ display:block; font-style:normal; font-size:11px; opacity:.85; font-weight:600; }

/* ── Opmaak ─────────────────────────────────────────────────────────────── */
.hp-wrap{ max-width:1240px; margin:0 auto; padding:0 max(20px,4vw) 40px; position:relative; z-index:1; }
.hp-sec{ padding:56px 0 0; }
.hp-eyebrow{
  display:inline-flex; align-items:center; gap:8px; font-size:11.5px; font-weight:800; letter-spacing:.14em;
  text-transform:uppercase; color:var(--hp-teal); margin-bottom:10px;
}
.hp-eyebrow::before{ content:""; width:22px; height:2px; border-radius:2px; background:var(--hp-flam); }
.hp-sec h2{
  font-family:'Cormorant Garamond',serif; font-weight:500; font-size:clamp(29px,3.8vw,44px);
  line-height:1.12; margin:0 0 14px; color:var(--hp-ink);
}
.hp-sec h2 em{ font-style:italic; color:var(--hp-flam); }
.hp-lead{ font-size:16px; line-height:1.65; color:var(--hp-ink2); max-width:64ch; margin:0 0 26px; }

/* Introtekst */
.hp-intro{ display:grid; grid-template-columns:minmax(0,1.35fr) minmax(0,1fr); gap:clamp(24px,4vw,54px); align-items:start; }
.hp-intro .tekst p{ color:var(--hp-ink2); font-size:15.5px; line-height:1.72; margin:0 0 14px; }
.hp-intro .tekst p.eerste{ font-size:clamp(17px,2vw,20.5px); line-height:1.6; color:var(--hp-ink); font-weight:500; }
.hp-punten{ list-style:none; margin:0; padding:0; display:grid; gap:10px; }
.hp-punten li{
  background:#fff; border:1px solid var(--hp-sand); border-radius:16px; padding:14px 16px 14px 46px;
  font-size:14px; font-weight:600; color:var(--hp-ink2); position:relative;
  box-shadow:0 14px 30px -26px rgba(20,60,58,.5);
}
.hp-punten li::before{
  content:""; position:absolute; left:15px; top:15px; width:19px; height:19px; border-radius:50%;
  background:var(--hp-teal); box-shadow:inset 0 0 0 2px #fff;
}
.hp-punten li::after{
  content:""; position:absolute; left:21px; top:20px; width:5px; height:9px;
  border:solid #fff; border-width:0 2px 2px 0; transform:rotate(42deg);
}

/* Stat-kaartjes: hergebruikt .rh-stat-card uit style.css, alleen het raster is hier. */
.hp-stats{ display:grid; grid-template-columns:repeat(auto-fit,minmax(158px,1fr)); gap:16px; margin-top:44px; }
/* style.css kleurt de randen via :nth-child(2..5), want daar is het eerste kind de
   slinger-SVG. Hier staan alleen kaartjes, dus zetten we de randen zelf. */
.hp-stats .rh-stat-card:nth-child(1){ border:1px solid #EFE8DA; }
.hp-stats .rh-stat-card:nth-child(2){ border:1px solid #F3E3E9; }
.hp-stats .rh-stat-card:nth-child(3){ border:1px solid #F2E6D3; }
.hp-stats .rh-stat-card:nth-child(4){ border:1px solid #DFEAF3; }
.hp-stats .rh-stat-num{ color:var(--hp-teal-d); font-size:40px; }
.hp-stats .rh-stat-lbl{ color:var(--hp-ink); }
.hp-stats .rh-stat-sub{ color:var(--hp-muted); }

/* Kleine feiten onder de stat-kaartjes */
.hp-mini{ display:flex; flex-wrap:wrap; gap:9px; margin-top:22px; }
.hp-mini span{
  display:inline-flex; align-items:center; gap:8px; background:#fff; border:1px solid var(--hp-sand);
  border-radius:100px; padding:8px 16px; font-size:13px; font-weight:600; color:var(--hp-ink2);
}
.hp-mini b{ color:var(--hp-teal-d); font-weight:800; }

/* ── Galerij met filter en lightbox ─────────────────────────────────────── */
.hp-chips{ display:flex; flex-wrap:wrap; gap:9px; margin-bottom:22px; }
.hp-chip{
  border:1px solid var(--hp-sand); background:#fff; color:var(--hp-ink2); cursor:pointer;
  border-radius:100px; padding:9px 17px; font-size:13px; font-weight:700; font-family:inherit;
  display:inline-flex; align-items:center; gap:7px; transition:all .22s ease; min-height:40px;
}
.hp-chip:hover{ border-color:var(--hp-teal); color:var(--hp-teal-d); transform:translateY(-1px); }
.hp-chip.on{ background:var(--hp-teal); border-color:var(--hp-teal); color:#fff; box-shadow:0 12px 24px -14px rgba(14,99,96,.8); }
.hp-chip .n{ font-size:11px; opacity:.65; font-weight:800; }

/* Metselwerk via kolommen. Zo houdt elke foto zijn eigen verhouding: staande
   foto's blijven staand, liggende blijven liggend en er wordt niets afgesneden.
   Dat is precies wat je wilt bij een rondleiding door een huis. */
.hp-gal{ column-count:3; column-gap:14px; }
.hp-gal figure{
  break-inside:avoid; margin:0 0 14px; position:relative; border-radius:20px; overflow:hidden;
  background:var(--hp-sand2); cursor:zoom-in; display:block;
  box-shadow:0 20px 40px -32px rgba(20,60,58,.6);
  transition:transform .4s cubic-bezier(.2,.7,.2,1), box-shadow .4s ease;
}
.hp-gal figure img{ width:100%; height:auto; display:block; transition:transform .55s cubic-bezier(.2,.7,.2,1); }
.hp-gal figure:hover{ transform:translateY(-4px); box-shadow:0 30px 56px -30px rgba(20,60,58,.6); }
.hp-gal figure:hover img{ transform:scale(1.06); }
.hp-gal figure figcaption{
  position:absolute; left:0; right:0; bottom:0; padding:34px 16px 14px; color:#fff; font-size:12.5px;
  font-weight:600; line-height:1.4; opacity:0; transform:translateY(8px); transition:all .3s ease;
  background:linear-gradient(180deg,rgba(6,28,26,0),rgba(6,28,26,.82));
}
.hp-gal figure:hover figcaption, .hp-gal figure:focus-within figcaption{ opacity:1; transform:none; }
.hp-gal figure.weg{ display:none; }
.hp-gal .lupe{
  position:absolute; top:12px; right:12px; width:34px; height:34px; border-radius:50%;
  background:rgba(255,255,255,.9); display:flex; align-items:center; justify-content:center;
  font-size:14px; opacity:0; transform:scale(.8); transition:all .28s ease; color:var(--hp-teal-d);
}
.hp-gal figure:hover .lupe{ opacity:1; transform:none; }

/* Lightbox */
.hp-lb{
  position:fixed; inset:0; z-index:200; background:rgba(9,26,25,.94); backdrop-filter:blur(6px);
  display:none; align-items:center; justify-content:center; padding:clamp(12px,3vw,46px);
}
.hp-lb.on{ display:flex; }
.hp-lb img{ max-width:100%; max-height:82vh; border-radius:16px; box-shadow:0 40px 90px -30px rgba(0,0,0,.8); }
.hp-lb figure{ margin:0; display:flex; flex-direction:column; align-items:center; gap:14px; }
.hp-lb figcaption{ color:#e9f1ef; font-size:14px; font-weight:600; text-align:center; max-width:62ch; }
.hp-lb .tel{ color:#9fb3b0; font-size:12.5px; font-weight:700; letter-spacing:.08em; }
.hp-lb button{
  position:absolute; background:rgba(255,255,255,.14); border:1px solid rgba(255,255,255,.28); color:#fff;
  width:52px; height:52px; border-radius:50%; cursor:pointer; font-size:22px; line-height:1;
  display:flex; align-items:center; justify-content:center; transition:background .2s, transform .2s;
  backdrop-filter:blur(8px);
}
.hp-lb button:hover{ background:rgba(255,255,255,.26); transform:scale(1.06); }
.hp-lb .vorige{ left:clamp(10px,2.5vw,32px); top:50%; margin-top:-26px; }
.hp-lb .volgende{ right:clamp(10px,2.5vw,32px); top:50%; margin-top:-26px; }
.hp-lb .sluit{ right:clamp(10px,2.5vw,32px); top:clamp(10px,2.5vw,26px); width:46px; height:46px; font-size:18px; }

/* ── Voorzieningen ──────────────────────────────────────────────────────── */
.hp-amen{ list-style:none; margin:0; padding:0; display:grid; grid-template-columns:repeat(auto-fit,minmax(212px,1fr)); gap:11px; }
.hp-amen li{
  display:flex; align-items:center; gap:13px; background:#fff; border:1px solid var(--hp-sand);
  border-radius:16px; padding:14px 16px; font-size:14px; font-weight:600; color:var(--hp-ink2);
  box-shadow:0 14px 30px -28px rgba(20,60,58,.55); transition:transform .25s ease, border-color .25s ease;
}
.hp-amen li:hover{ transform:translateY(-3px); border-color:#d9ece8; }
.hp-amen li i{
  flex:none; width:38px; height:38px; border-radius:12px; background:linear-gradient(140deg,#E7F5F1,#FDF0F4);
  display:flex; align-items:center; justify-content:center; font-size:17px; font-style:normal;
}

/* Bedden */
.hp-beds{ display:grid; grid-template-columns:repeat(auto-fit,minmax(210px,1fr)); gap:13px; }
.hp-bed{
  background:#fff; border:1px solid var(--hp-sand); border-radius:18px; padding:20px;
  display:flex; align-items:center; gap:14px; box-shadow:0 16px 34px -30px rgba(20,60,58,.55);
}
.hp-bed i{ font-size:26px; font-style:normal; }
.hp-bed strong{ display:block; font-family:'Cormorant Garamond',serif; font-size:28px; font-weight:700; color:var(--hp-teal-d); line-height:1; }
.hp-bed span{ font-size:13.5px; color:var(--hp-ink2); font-weight:600; }

/* ── Omgevingsgids ──────────────────────────────────────────────────────── */
.gd-band{
  position:relative; margin-top:60px; border-radius:34px; padding:clamp(30px,4vw,54px) clamp(22px,3.4vw,46px) clamp(36px,4vw,52px);
  background:linear-gradient(160deg,#E7F5F1 0%,#FDF0F4 55%,#FBF1E6 100%);
  border:1px solid #EFE4D8; overflow:hidden;
}
.gd-band::before{ content:""; position:absolute; right:-80px; top:-90px; width:280px; height:280px; border-radius:50%; background:rgba(20,128,125,.10); }
.gd-band::after{ content:""; position:absolute; left:-70px; bottom:-100px; width:240px; height:240px; border-radius:50%; background:rgba(225,135,160,.14); }
.gd-band > *{ position:relative; z-index:1; }

.gd-bedien{ display:flex; flex-wrap:wrap; gap:20px; align-items:center; justify-content:space-between; margin:22px 0 26px; }
.gd-slider{
  display:flex; align-items:center; gap:12px; background:rgba(255,255,255,.75); border:1px solid rgba(255,255,255,.9);
  border-radius:100px; padding:10px 20px; box-shadow:0 14px 30px -24px rgba(20,60,58,.6);
}
.gd-slider label{ font-size:12.5px; font-weight:800; color:var(--hp-ink2); white-space:nowrap; }
.gd-slider output{ font-size:13px; font-weight:800; color:var(--hp-teal-d); min-width:66px; }
.gd-slider input[type=range]{ width:clamp(110px,16vw,190px); accent-color:var(--hp-teal); cursor:pointer; height:22px; }

.gd-grid{ display:grid; grid-template-columns:repeat(auto-fill,minmax(268px,1fr)); gap:16px; }
.gd-card{
  background:#fff; border:1px solid #F0E9DB; border-radius:22px; overflow:hidden; display:flex; flex-direction:column;
  box-shadow:0 22px 44px -34px rgba(20,60,58,.6); transition:transform .4s cubic-bezier(.2,.7,.2,1), box-shadow .4s ease;
}
.gd-card:hover{ transform:translateY(-7px); box-shadow:0 34px 60px -32px rgba(20,60,58,.55); }
.gd-card.weg{ display:none; }
.gd-foto{ position:relative; height:172px; overflow:hidden; }
.gd-foto img{ width:100%; height:100%; object-fit:cover; display:block; transition:transform .6s cubic-bezier(.2,.7,.2,1); }
.gd-card:hover .gd-foto img{ transform:scale(1.07); }
.gd-tijd{
  position:absolute; top:12px; left:12px; background:rgba(20,45,44,.74); backdrop-filter:blur(6px);
  color:#fff; padding:6px 13px; border-radius:100px; font-size:12px; font-weight:700;
  display:inline-flex; align-items:center; gap:6px; box-shadow:0 8px 18px -10px rgba(0,0,0,.6);
}
.gd-cat{
  position:absolute; top:12px; right:12px; background:rgba(255,255,255,.92); color:var(--hp-teal-d);
  padding:6px 12px; border-radius:100px; font-size:11px; font-weight:800; letter-spacing:.03em;
}
.gd-tekst{ padding:19px 21px 8px; flex:1; }
.gd-tekst h3{ font-size:17.5px; font-weight:700; margin:0 0 7px; color:var(--hp-ink); }
.gd-tekst p{ font-size:13.6px; line-height:1.62; color:var(--hp-ink2); margin:0; }
.gd-tip{
  margin:0 21px 19px; border-radius:14px; background:linear-gradient(135deg,#FDF0F4,#FBF1E6);
  border:1px solid #F4E3E9; overflow:hidden;
}
.gd-tip summary{
  cursor:pointer; list-style:none; padding:11px 15px; font-size:12.5px; font-weight:800;
  color:var(--hp-flam-d); display:flex; align-items:center; gap:8px;
}
.gd-tip summary::-webkit-details-marker{ display:none; }
.gd-tip summary::after{ content:"+"; margin-left:auto; font-size:16px; font-weight:700; transition:transform .25s ease; }
.gd-tip[open] summary::after{ transform:rotate(45deg); }
.gd-tip p{ padding:0 15px 14px; margin:0; font-size:13px; line-height:1.6; color:var(--hp-ink2); }
.gd-leeg{ text-align:center; padding:36px 20px; font-size:14.5px; font-weight:600; color:var(--hp-ink2); display:none; }
.gd-leeg.on{ display:block; }

/* ── Beoordelingen ──────────────────────────────────────────────────────── */
.hp-revs{ display:grid; grid-template-columns:repeat(auto-fit,minmax(272px,1fr)); gap:16px; }
.hp-rev{
  position:relative; background:#fff; border:1px solid var(--hp-sand); border-radius:22px;
  padding:30px 24px 22px; display:flex; flex-direction:column; gap:12px;
  box-shadow:0 22px 40px -34px rgba(20,60,58,.5); transition:transform .3s ease, box-shadow .3s ease;
}
.hp-rev:hover{ transform:translateY(-5px); box-shadow:0 30px 52px -30px rgba(20,60,58,.45); }
.hp-rev::before{
  content:"\201C"; position:absolute; top:6px; right:20px; font-family:'Cormorant Garamond',serif;
  font-size:74px; line-height:1; color:var(--hp-pink); pointer-events:none;
}
.hp-rev:nth-child(odd){ border-top:4px solid var(--hp-teal); }
.hp-rev:nth-child(even){ border-top:4px solid var(--hp-flam); }
.hp-rev .kop{ display:flex; align-items:center; gap:10px; }
.hp-rev .sc{ background:#0071c2; color:#fff; border-radius:9px; padding:4px 9px; font-size:13px; font-weight:800; }
.hp-rev .sterren{ color:#E8A33D; font-size:13px; letter-spacing:2px; }
.hp-rev p{ font-size:13.8px; line-height:1.66; color:var(--hp-ink2); margin:0; position:relative; z-index:1; }
.hp-rev footer{ margin-top:auto; padding-top:10px; border-top:1px solid var(--hp-sand2); font-size:11.5px; color:var(--hp-muted); font-weight:600; }

/* ── Oproep tot actie ───────────────────────────────────────────────────── */
.hp-cta-box{
  position:relative; margin-top:62px; border-radius:30px; overflow:hidden; text-align:center; color:#fff;
  background:linear-gradient(135deg,#0E6360 0%,#14807D 58%,#1a9490 100%);
  padding:clamp(34px,4.6vw,58px) clamp(22px,4vw,50px);
  box-shadow:0 40px 80px -46px rgba(14,99,96,.9);
}
.hp-cta-box::before{ content:""; position:absolute; right:-60px; top:-70px; width:240px; height:240px; border-radius:50%; background:rgba(255,255,255,.07); }
.hp-cta-box::after{ content:""; position:absolute; left:-50px; bottom:-80px; width:200px; height:200px; border-radius:50%; background:rgba(243,196,207,.14); }
.hp-cta-box > *{ position:relative; z-index:1; }
.hp-cta-box h2{ font-family:'Cormorant Garamond',serif; font-weight:500; font-size:clamp(28px,3.8vw,42px); margin:0 0 12px; color:#fff; }
.hp-cta-box p{ max-width:54ch; margin:0 auto 26px; opacity:.93; font-size:15.5px; line-height:1.6; }
.hp-btn{
  display:inline-flex; align-items:center; gap:10px; background:#fff; color:var(--hp-teal-d); font-weight:800;
  font-size:15px; padding:16px 32px; border-radius:100px; box-shadow:0 18px 38px -18px rgba(0,0,0,.55);
  transition:transform .2s ease, box-shadow .2s ease;
}
.hp-btn:hover{ transform:translateY(-3px); box-shadow:0 26px 46px -18px rgba(0,0,0,.55); color:var(--hp-teal-d); }
.hp-cta-mini{ margin-top:16px; font-size:12.5px; opacity:.82; }

/* Andere woning */
.hp-other{
  display:flex; gap:22px; align-items:center; background:#fff; border:1px solid var(--hp-sand);
  border-radius:24px; padding:16px; box-shadow:0 22px 44px -36px rgba(20,60,58,.6);
  transition:transform .28s ease, box-shadow .28s ease;
}
.hp-other:hover{ transform:translateY(-4px); box-shadow:0 32px 58px -32px rgba(20,60,58,.5); }
.hp-other img{ width:210px; height:150px; object-fit:cover; border-radius:17px; flex:none; }
.hp-other strong{ display:block; font-family:'Cormorant Garamond',serif; font-size:28px; font-weight:600; margin-bottom:6px; color:var(--hp-ink); }
.hp-other em{ font-style:normal; font-size:14px; color:var(--hp-ink2); line-height:1.6; display:block; }
.hp-other .pijl{ margin-left:auto; margin-right:12px; color:var(--hp-teal); font-size:22px; flex:none; }

.hp-back{ margin-top:38px; font-size:14px; font-weight:700; }
.hp-back a{ color:var(--hp-teal-d); border-bottom:2px solid var(--hp-flam); padding-bottom:2px; }

/* ── Voettekst ──────────────────────────────────────────────────────────── */
.hp-foot{
  position:relative; z-index:1; margin-top:60px; background:#153A47; color:#cfdad7;
  padding:40px max(20px,4vw); text-align:center; display:flex; flex-direction:column; gap:11px; align-items:center; font-size:12.5px;
}
.hp-foot > div:first-child{ font-family:'Cormorant Garamond',serif; font-size:24px; color:#fff; }
.hp-foot em{ font-style:italic; color:var(--hp-pink); }
.hp-foot .lic{ opacity:.72; }
.hp-foot .links{ display:flex; gap:18px; flex-wrap:wrap; justify-content:center; }
.hp-foot .links a{ color:#cfdad7; border-bottom:1px solid rgba(255,255,255,.25); }
.hp-foot .links a:hover{ color:#fff; }

/* De banner naar de gids (.gb-*) stond hier, maar staat nu in enhance.css.
   Reden: de homepage laadt home.css niet en heeft diezelfde banner ook nodig.
   enhance.css wordt door alle drie de paginasoorten geladen, dus dat is de
   enige plek waar hij één keer kan staan. */

/* ── Tablet en telefoon ─────────────────────────────────────────────────── */
@media (max-width:900px){
  .hp-intro{ grid-template-columns:1fr; }
  .hp-gal{ column-count:2; }
}
@media (max-width:640px){
  /* Op de telefoon past logo, links, vlaggen en boekknop niet op één regel. Dus:
     regel 1 is logo plus boekknop, regel 2 zijn de links met de vlaggen erachter. */
  .hp-nav{ padding:9px 14px 7px; gap:10px 12px; flex-wrap:wrap; }
  .hp-logo{ order:1; font-size:22px; }
  .hp-cta{ order:2; margin-left:auto; padding:10px 16px; font-size:12.5px; white-space:nowrap; }
  .hp-navlinks{
    order:3; gap:14px; font-size:13px; flex:1 1 auto; min-width:0;
    overflow-x:auto; scrollbar-width:none; -webkit-overflow-scrolling:touch;
  }
  .hp-navlinks::-webkit-scrollbar{ display:none; }
  .hp-navlinks > a{ min-height:44px; display:inline-flex; align-items:center; white-space:nowrap; }
  /* Filterknoppen worden op deze pagina's veel getikt, dus ook naar 44 px. */
  .hp-chip{ min-height:44px; }
  .hp-langs{ order:4; border-left:none; padding-left:0; margin-left:0; gap:1px; }
  .hp-langs img{ width:21px; height:14px; }
  .hp-langs a{ padding:6px 2px; }
  .hp-herowrap{ padding:10px 10px 0; }
  .hp-hero{ border-radius:22px; }
  .hp-hero > picture > img, .hp-hero > img{ height:clamp(340px,64vh,460px); }
  .hp-score{ padding:8px 12px 8px 8px; gap:9px; }
  .hp-score b{ width:38px; height:38px; font-size:15px; }
  .hp-score em{ display:none; }
  .hp-gal{ column-count:1; }
  .hp-gal figure figcaption{ opacity:1; transform:none; }
  .hp-other{ flex-direction:column; align-items:flex-start; }
  .hp-other img{ width:100%; height:190px; }
  .hp-other .pijl{ display:none; }
  .gd-bedien{ gap:14px; }
  .gd-slider{ width:100%; justify-content:space-between; }
  .hp-lb button{ width:44px; height:44px; }
  /* De boekknop was 37 px hoog en de voetlinks 18 px. Allebei goed leesbaar maar
     te klein om met een duim betrouwbaar te raken; 44 px is de ondergrens. */
  .hp-cta{ min-height:44px; display:inline-flex; align-items:center; }
  .hp-foot .links{ gap:4px 18px; }
  .hp-foot .links a{ display:inline-flex; align-items:center; min-height:44px; }
}

@media (prefers-reduced-motion:reduce){
  .hp-gal figure, .hp-gal figure img, .gd-card, .gd-foto img, .hp-btn, .hp-other, .hp-amen li{ transition:none; }
  .hp-gal figure:hover img, .gd-card:hover .gd-foto img{ transform:none; }
  .hp-score{ animation:none; }
}
