/* Entwurf 4 „Küste“ – angelehnt an acapulco3.de: Quicksand + Nunito, Türkis/Sand, runde Ecken */
:root {
  --h: "Quicksand", system-ui, sans-serif;
  --t: "Nunito", system-ui, sans-serif;
  --blau: var(--hi-blue);
  --text: #1E2E30;
  --rund: 14px;
  --breite: 76rem;
  --schatten: 0 1px 2px rgba(10, 40, 60, .06), 0 12px 32px -12px rgba(10, 40, 60, .18);
  --ease: cubic-bezier(.2, .7, .1, 1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font: 400 18px/1.7 var(--t); color: var(--text); background: var(--hi-sea-mist); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--blau); }
h1, h2, h3 { font-family: var(--h); font-weight: 600; line-height: 1.2; color: var(--blau); margin: 0 0 .75rem; }
h1 { font-size: clamp(2rem, 5.2vw, 3.6rem); letter-spacing: -.01em; }
h2 { font-size: clamp(1.6rem, 3.6vw, 2.4rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1rem; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.sprung { position: absolute; left: -999px; top: 0; background: var(--blau); color: #fff; padding: .75rem 1rem; z-index: 100; }
.sprung:focus { left: 0; }
.inhalt { max-width: var(--breite); margin: 0 auto; padding: 0 1.25rem; }
.ico { width: 1.15em; height: 1.15em; flex: none; }

/* Knöpfe */
.knopf { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; background: var(--hi-red-button); color: #fff; font: 600 1.02rem var(--h); text-decoration: none; padding: .9rem 1.7rem; border-radius: var(--rund); border: 2px solid var(--hi-red-button); transition: background .25s, transform .25s, box-shadow .25s; cursor: pointer; }
.knopf:hover, .knopf:focus-visible { background: var(--hi-red-button-dark); border-color: var(--hi-red-button-dark); transform: translateY(-2px); box-shadow: 0 10px 24px -10px rgba(194, 59, 59, .7); }
.knopf--glas { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.75); backdrop-filter: blur(6px); }
.knopf--glas:hover { background: #fff; color: var(--blau); border-color: #fff; box-shadow: none; }
.knopf--hell { background: #fff; color: var(--blau); border-color: #fff; }
.knopf--hell:hover { background: var(--hi-teal-tint); border-color: var(--hi-teal-tint); box-shadow: none; }
.knopf--rand { background: #fff; color: var(--blau); border-color: var(--blau); }
.knopf--rand:hover { background: var(--hi-blue-tint); border-color: var(--blau); box-shadow: none; }
.knopf--voll { width: 100%; margin-top: .75rem; }

/* Kopf */
.kopf { background: #fff; border-bottom: 1px solid var(--hi-teal-tint); position: sticky; top: 0; z-index: 50; }
.kopf__in { max-width: var(--breite); margin: 0 auto; padding: .7rem 1.25rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.kopf__logo img { height: 56px; width: auto; }
.kopf__menu { display: none; background: none; border: 0; color: var(--blau); padding: .4rem; cursor: pointer; }
.kopf__menu svg { width: 30px; height: 30px; }
.kopf__nav { display: flex; align-items: center; gap: .25rem; }
.kopf__nav a { font: 600 .98rem var(--h); color: var(--text); text-decoration: none; padding: .55rem .8rem; border-radius: var(--rund); transition: background .2s, color .2s; }
.kopf__nav a:hover, .kopf__nav a[aria-current="page"] { color: var(--blau); background: var(--hi-teal-tint); }
.kopf__nav .kopf__tel { display: inline-flex; gap: .45rem; align-items: center; margin-left: .5rem; background: var(--blau); color: #fff; }
.kopf__nav .kopf__tel:hover { background: var(--hi-blue-deep); color: #fff; }

/* Störer */
.stoerer-anker { position: relative; height: 0; max-width: var(--breite); margin: 0 auto; z-index: 55; }
.stoerer { position: absolute; top: 1.2rem; right: 1.25rem; background: var(--blau); color: #fff; border: 2px solid #fff; border-radius: var(--rund); transform: rotate(-6deg); font: 700 .85rem/1.35 var(--h); text-align: center; padding: .65rem 1.1rem; box-shadow: 0 8px 20px -8px rgba(0,0,0,.4); animation: wippen 5s ease-in-out infinite; }
@keyframes wippen { 0%, 100% { transform: rotate(-6deg); } 50% { transform: rotate(-3deg) translateY(-3px); } }

/* Hero */
.hero { position: relative; height: min(78vh, 760px); min-height: 26rem; overflow: hidden; color: #fff; background: #0a283c; }
.hero--klein { height: min(62vh, 620px); }
.hero__bild { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1.6s ease; transform: scale(1.06); }
.hero__bild.an { opacity: 1; animation: zoom 12s ease-out forwards; }
@keyframes zoom { to { transform: scale(1); } }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(10, 40, 60, .82), rgba(10, 40, 60, .1) 65%); }
.hero__text { position: absolute; inset: 0; z-index: 2; display: flex; align-items: flex-end; padding-bottom: clamp(2rem, 7vh, 4.5rem); }
.hero__text .inhalt { width: 100%; }
.hero h1 { color: #fff; max-width: 20ch; text-shadow: 0 2px 20px rgba(0,0,0,.25); }
.hero--klein h1 { font-size: clamp(1.8rem, 4.4vw, 3rem); max-width: 28ch; }
.hero p { font-size: clamp(1.05rem, 1.6vw, 1.3rem); max-width: 44ch; color: #eef6f7; }
.hero__zeile { display: flex; align-items: center; gap: .4rem; font-weight: 700; letter-spacing: .02em; }
.hero__knoepfe { display: flex; gap: .75rem; flex-wrap: wrap; margin-top: 1.5rem; }
.hero__punkte { position: absolute; z-index: 3; right: 1.5rem; bottom: 1.5rem; display: flex; gap: .4rem; }
.hero__punkte i { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.45); transition: all .4s; }
.hero__punkte i.an { background: #fff; width: 28px; border-radius: 6px; }

/* Abschnitte */
.abschnitt { padding: clamp(3rem, 7vw, 5.5rem) 0; }
.abschnitt--tuerkis { background: var(--hi-teal-tint); }
.abschnitt--sand { background: var(--hi-sand); }
.willkommen { display: grid; grid-template-columns: 1.3fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.willkommen p { font-size: 1.1rem; }
.kennzahlen { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.kennzahl { background: #fff; border: 1px solid var(--hi-teal); border-radius: var(--rund); padding: 1.25rem 1rem; text-align: center; transition: transform .3s var(--ease); }
.kennzahl:hover { transform: translateY(-3px); }
.kennzahl strong { display: block; font: 700 1.6rem var(--h); color: var(--blau); }
.kennzahl span { font-size: .92rem; }
.kopfzeile { display: flex; justify-content: space-between; align-items: flex-end; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.75rem; }
.kopfzeile h2 { margin: 0; }
.filter { display: flex; flex-wrap: wrap; gap: .45rem; }
.filter button { font: 600 .95rem var(--h); background: #fff; color: var(--text); border: 1px solid #bfe0dc; padding: .5rem 1rem; border-radius: 999px; cursor: pointer; transition: all .2s; }
.filter button:hover { border-color: var(--hi-teal); color: var(--hi-teal); }
.filter button.an { background: var(--hi-teal); border-color: var(--hi-teal); color: #fff; }

/* Karten */
.karten { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 20rem), 1fr)); gap: 1.5rem; }
.karte { display: flex; flex-direction: column; background: #fff; border-radius: var(--rund); overflow: hidden; border: 1px solid #d5ebe8; text-decoration: none; color: inherit; box-shadow: 0 1px 2px rgba(10,40,60,.04); transition: transform .45s var(--ease), box-shadow .45s var(--ease); }
.karte:hover, .karte:focus-visible { transform: translateY(-6px); box-shadow: var(--schatten); }
.karte.aus { display: none; }
.karte__bild { position: relative; overflow: hidden; aspect-ratio: 4/3; background: var(--hi-teal-tint); }
.karte__bild img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.karte:hover .karte__bild img { transform: scale(1.06); }
.karte__art { position: absolute; left: .75rem; bottom: .75rem; background: rgba(255,255,255,.94); color: var(--blau); font: 700 .78rem var(--h); padding: .3rem .7rem; border-radius: 999px; }
.karte__stoerer { position: absolute; top: .9rem; right: .9rem; background: var(--hi-red-button); color: #fff; border: 2px solid #fff; border-radius: 10px; transform: rotate(-6deg); font: 700 .8rem var(--h); padding: .35rem .75rem; box-shadow: 0 6px 16px -6px rgba(0,0,0,.4); }
.karte__text { padding: 1.1rem 1.25rem 1.3rem; display: flex; flex-direction: column; flex: 1; }
.karte__ort { display: flex; align-items: center; gap: .35rem; color: var(--hi-teal); font-weight: 700; font-size: .9rem; margin: 0 0 .35rem; }
.karte h3 { font-size: 1.15rem; margin: 0 0 .75rem; }
.karte__fakten { list-style: none; padding: 0; margin: 0 0 1rem; display: flex; flex-wrap: wrap; gap: .4rem 1rem; font-size: .92rem; color: #4a5b5d; }
.karte__fakten li { display: flex; align-items: center; gap: .35rem; }
.karte__fakten .ico { color: var(--hi-teal); }
.karte__preis { margin: auto 0 0; padding-top: .8rem; border-top: 1px dashed #cfe5e2; font: 700 1.25rem var(--h); color: var(--blau); font-variant-numeric: tabular-nums; }
.karte__preis small { display: block; font: 600 .75rem var(--t); color: #6b7c7e; letter-spacing: .04em; text-transform: uppercase; }

/* Leistungen */
.leistungen { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr)); gap: 1.25rem; margin-top: 1.5rem; }
.leistung { background: #fff; border: 1px solid var(--hi-teal-tint); border-radius: var(--rund); overflow: hidden; transition: transform .4s var(--ease), box-shadow .4s; }
.leistung:hover { transform: translateY(-4px); box-shadow: var(--schatten); }
.leistung img { aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.leistung div { padding: 1rem 1.25rem 1.3rem; }
.leistung p { font-size: .98rem; margin: 0; }

/* Team */
.team { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.team > img { border-radius: var(--rund); aspect-ratio: 4/3; object-fit: cover; box-shadow: var(--schatten); }
.team__zitat { font: 500 1.35rem/1.5 var(--h); color: var(--text); }
.team__personen { display: flex; gap: 2rem; flex-wrap: wrap; margin: 1.25rem 0; }
.team__personen strong { display: block; font: 700 1.1rem var(--h); color: var(--blau); }
.team__personen span { font-size: .92rem; }
.haken { list-style: none; padding: 0; margin: 0; }
.haken li { display: flex; gap: .6rem; align-items: flex-start; padding: .35rem 0; }
.haken .ico { color: var(--hi-teal); margin-top: .3em; }
.haken--zwei { columns: 2; column-gap: 2rem; }
.haken--zwei li { break-inside: avoid; }

/* CTA + Fuß */
.cta { background: linear-gradient(120deg, var(--blau), #0a6fb8); color: #fff; padding: clamp(2.5rem, 6vw, 4rem) 0; }
.cta__in { display: flex; justify-content: space-between; align-items: center; gap: 2rem; flex-wrap: wrap; }
.cta h2 { color: #fff; }
.cta p { margin: 0; max-width: 46ch; opacity: .92; }
.cta__knoepfe { display: flex; gap: .75rem; flex-wrap: wrap; }
.fuss { background: var(--hi-blue-deep); color: #dbe7f3; padding: 2.5rem 0 3rem; font-size: .95rem; }
.fuss__in { display: grid; grid-template-columns: 1.4fr 1fr auto; gap: 2rem; align-items: start; }
.fuss__logo { display: inline-block; background: #fff; padding: 10px 16px; border-radius: var(--rund); margin-bottom: 1rem; line-height: 0; }
.fuss__logo img { height: 64px; width: auto; }
.fuss a { color: #fff; }
.fuss__links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .4rem; }

/* Exposé */
.expose { display: grid; grid-template-columns: minmax(0, 1fr) 22rem; gap: clamp(1.5rem, 4vw, 3rem); padding-top: 2rem; padding-bottom: 4rem; }
.brotkrumen { font-size: .9rem; color: #6b7c7e; margin-bottom: 1.25rem; }
.brotkrumen a { text-decoration: none; }
.fakten { display: grid; grid-template-columns: repeat(auto-fit, minmax(8.5rem, 1fr)); gap: .75rem; margin-bottom: 2rem; }
.fakt { background: #fff; border: 1px solid var(--hi-teal); border-radius: var(--rund); padding: .9rem .75rem; text-align: center; }
.fakt .ico { color: var(--hi-teal); width: 26px; height: 26px; margin: 0 auto .35rem; display: block; }
.fakt strong { display: block; font: 700 1.15rem var(--h); color: var(--blau); }
.fakt span { font-size: .85rem; }
.galerie { display: grid; grid-template-columns: repeat(4, 1fr); gap: .5rem; margin-bottom: 2.5rem; }
.galerie__bild { position: relative; padding: 0; border: 0; border-radius: 10px; overflow: hidden; cursor: zoom-in; background: var(--hi-teal-tint); aspect-ratio: 4/3; }
.galerie__bild img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.galerie__bild:hover img { transform: scale(1.06); }
.galerie__bild--gross { grid-column: span 2; grid-row: span 2; aspect-ratio: auto; }
.galerie__mehr { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(10, 40, 60, .6); color: #fff; font: 700 1.1rem var(--h); }
.block { margin-bottom: 2.5rem; }
.block p { max-width: 70ch; }
.block--tuerkis { background: var(--hi-teal-tint); border-radius: var(--rund); padding: 1.5rem 1.75rem; }
.energie { display: flex; gap: 4px; margin: .5rem 0 1rem; }
.energie span { flex: 1; text-align: center; color: #fff; font: 700 .85rem var(--h); padding: .45rem 0; border-radius: 6px; opacity: .3; }
.energie span.an { opacity: 1; transform: scale(1.12); box-shadow: 0 0 0 2px var(--text); }
.liste { margin: 0; }
.liste div { display: flex; justify-content: space-between; gap: 1rem; padding: .55rem 0; border-bottom: 1px solid var(--hi-teal-tint); font-size: .95rem; }
.liste dt { color: #5b6c6e; }
.liste dd { margin: 0; font-weight: 700; text-align: right; }
.liste .liste__lang { flex-direction: column; gap: .1rem; }
.liste .liste__lang dd { text-align: left; font-weight: 600; font-size: .88rem; }
.expose__seite { position: sticky; top: 90px; align-self: start; display: grid; gap: 1rem; }
.preisbox { position: relative; background: #fff; border: 1px solid #cfe5e2; border-radius: var(--rund); padding: 1.5rem; box-shadow: var(--schatten); }
.preisbox small { font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; color: #6b7c7e; }
.preisbox__preis { font: 700 2rem var(--h); color: var(--blau); margin: 0 0 .75rem; font-variant-numeric: tabular-nums; }
.stoerer--box { top: -1rem; right: -.5rem; animation: none; background: var(--hi-red-button); }
.ansprechpartner { background: var(--hi-sand); border-radius: var(--rund); overflow: hidden; }
.ansprechpartner img { aspect-ratio: 16/10; object-fit: cover; width: 100%; }
.ansprechpartner p { padding: 1rem 1.25rem; margin: 0; font-size: .95rem; }
.ansprechpartner strong { font-family: var(--h); color: var(--blau); }

/* Lightbox */
.lb { position: fixed; inset: 0; z-index: 100; background: rgba(10, 30, 40, .95); display: none; align-items: center; justify-content: center; }
.lb.offen { display: flex; }
.lb figure { margin: 0; text-align: center; }
.lb img { max-width: 92vw; max-height: 82vh; border-radius: 10px; }
.lb figcaption { color: #cfe5e2; margin-top: .75rem; font-family: var(--h); }
.lb button { position: absolute; background: rgba(255,255,255,.12); border: 0; color: #fff; width: 3.2rem; height: 3.2rem; border-radius: 50%; font-size: 1.8rem; cursor: pointer; }
.lb button:hover { background: rgba(255,255,255,.25); }
.lb .lb-x { top: 1rem; right: 1rem; } .lb .lb-p { left: 1rem; } .lb .lb-n { right: 1rem; }

@media (max-width: 62rem) {
  .kopf__menu { display: block; }
  .kopf__nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; flex-direction: column; align-items: stretch; padding: .5rem 1.25rem 1rem; border-bottom: 1px solid var(--hi-teal-tint); }
  .kopf__nav.offen { display: flex; }
  .kopf__nav .kopf__tel { margin: .5rem 0 0; justify-content: center; }
  .stoerer { top: .6rem; font-size: .72rem; padding: .45rem .8rem; }
  .willkommen, .team, .expose { grid-template-columns: 1fr; }
  .expose__seite { position: static; }
  .fuss__in { grid-template-columns: 1fr; }
  .galerie { grid-template-columns: repeat(2, 1fr); }
  .haken--zwei { columns: 1; }
}
@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; } }
