/* Schriften lokal — keine Verbindung zu Google */
/* latin-ext */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(schriften/CormorantGaramond-400-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(schriften/CormorantGaramond-400-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(schriften/CormorantGaramond-500-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(schriften/CormorantGaramond-500-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(schriften/SourceSans3-400-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(schriften/SourceSans3-400-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(schriften/SourceSans3-600-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(schriften/SourceSans3-600-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root{
  --grund:#FBFAF7;
  --flaeche:#FFFFFF;
  --text:#2C2A26;
  --text-2:#6B6560;
  --akzent:#4A5D4A;
  --akzent-hell:#EDF1EC;
  --linie:#E3DFD8;
  --breite:66rem;
  --schmal:38rem;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--grund);
  color:var(--text);
  font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:1.0625rem;
  line-height:1.7;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--akzent);text-decoration-thickness:1px;text-underline-offset:3px}
a:hover{color:var(--text)}
:focus-visible{outline:2px solid var(--akzent);outline-offset:3px}

h1,h2,h3{
  font-family:"Cormorant Garamond",Georgia,"Times New Roman",serif;
  font-weight:500;
  line-height:1.15;
  letter-spacing:-.01em;
  text-wrap:balance;
  margin:0;
}
h1{font-size:clamp(2.4rem,6vw,3.9rem)}
h2{font-size:clamp(1.8rem,4vw,2.6rem)}
h3{font-size:clamp(1.25rem,2.4vw,1.55rem)}
p{margin:0 0 1.1em}
p:last-child{margin-bottom:0}

.huelle{max-width:var(--breite);margin:0 auto;padding:0 1.5rem}
.schmal{max-width:var(--schmal)}

/* Kopf */
.kopf{
  border-bottom:1px solid var(--linie);
  background:var(--grund);
  position:sticky;top:0;z-index:20;
}
.kopf-innen{
  max-width:var(--breite);margin:0 auto;padding:.9rem 1.5rem;
  display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;
}
.marke{
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:1.35rem;letter-spacing:.01em;color:var(--text);text-decoration:none;
}
.marke span{display:block;font-family:inherit;font-size:.72rem;letter-spacing:.16em;
  text-transform:uppercase;color:var(--text-2);font-family:"Source Sans 3",sans-serif}
.nav{display:flex;gap:1.6rem;flex-wrap:wrap}
.nav a{
  color:var(--text-2);text-decoration:none;font-size:.95rem;
  padding-bottom:2px;border-bottom:1px solid transparent;
}
.nav a:hover,.nav a[aria-current="page"]{color:var(--text);border-bottom-color:var(--akzent)}

/* Bühne */
.buehne{position:relative}
.buehne img{width:100%;height:clamp(20rem,58vh,34rem);object-fit:cover}
.buehne-text{
  max-width:var(--breite);margin:-5.5rem auto 0;padding:0 1.5rem;position:relative;
}
.buehne-karte{
  background:var(--grund);padding:2.4rem clamp(1.5rem,4vw,3rem) 2rem;max-width:44rem;
}
.buehne-karte p{color:var(--text-2);font-size:1.15rem;margin-top:1rem}

/* Abschnitte */
section{padding:clamp(3rem,7vw,5rem) 0}
section+section{border-top:1px solid var(--linie)}
.eyebrow{
  font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;
  color:var(--akzent);margin:0 0 .7rem;font-weight:600;
}
.zweispalt{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,4vw,3.5rem);align-items:center}
.zweispalt.gedreht .bild{order:2}
@media (max-width:56rem){.zweispalt{grid-template-columns:1fr}.zweispalt.gedreht .bild{order:0}}

.merkmale{list-style:none;padding:0;margin:1.4rem 0 0;display:grid;
  grid-template-columns:repeat(auto-fit,minmax(11rem,1fr));gap:.5rem 1.5rem}
.merkmale li{padding-left:1.4rem;position:relative;color:var(--text-2)}
.merkmale li::before{content:"";position:absolute;left:0;top:.65em;
  width:.45rem;height:.45rem;border-radius:50%;background:var(--akzent)}

.galerie{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:.7rem}
.galerie img{aspect-ratio:4/3;object-fit:cover;width:100%}

/* Hinweisblock */
.hinweis{background:var(--akzent-hell);padding:clamp(1.6rem,4vw,2.4rem)}
.hinweis h2{margin-bottom:.6rem}

/* Preise */
.preis{display:flex;align-items:baseline;gap:.6rem;margin:.4rem 0 1.2rem}
.preis b{font-family:"Cormorant Garamond",Georgia,serif;font-size:3rem;font-weight:500;line-height:1}
.preis span{color:var(--text-2)}
.liste{list-style:none;padding:0;margin:0;border-top:1px solid var(--linie)}
.liste li{padding:.75rem 0;border-bottom:1px solid var(--linie);display:flex;
  justify-content:space-between;gap:1.5rem;flex-wrap:wrap}
.liste li span:last-child{color:var(--text-2)}

.knopf{
  display:inline-block;background:var(--akzent);color:#fff;text-decoration:none;
  padding:.75rem 1.6rem;font-size:1rem;margin-top:.4rem;
}
.knopf:hover{background:var(--text);color:#fff}

/* Fuß */
.fuss{border-top:1px solid var(--linie);padding:2.5rem 0;font-size:.92rem;color:var(--text-2)}
.fuss-innen{max-width:var(--breite);margin:0 auto;padding:0 1.5rem;
  display:flex;justify-content:space-between;gap:2rem;flex-wrap:wrap}
.fuss a{color:var(--text-2)}
.fuss-nav{display:flex;gap:1.4rem;flex-wrap:wrap}

/* Rechtstexte */
.rechtstext{max-width:44rem}
.rechtstext h2{font-size:1.5rem;margin:2.2rem 0 .6rem}
.rechtstext h3{font-size:1.15rem;margin:1.6rem 0 .4rem}
.rechtstext p{font-size:1rem;color:var(--text-2)}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
