@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url('fonts/fraunces-latin-wght-normal.woff2') format('woff2-variations');
  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;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url('fonts/inter-latin-wght-normal.woff2') format('woff2-variations');
  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 {
  --papier: #f7f4ee;
  --tinte: #141210;
  --signal: #c04a2b;
  --stein: #dcd5c8;
  --stein-tief: #c9c0b2;
  --grau: #57514a;
  --grau-hell: #9c948a;
  --breite: 1180px;
  --luft: clamp(3rem, 7vw, 6rem);
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--papier);
  color: var(--tinte);
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  font-synthesis-weight: none;
}

img { max-width: 100%; height: auto; display: block; }

a { color: inherit; }

a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 3px;
}

.huelle { max-width: var(--breite); margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 2.5rem); }

.nur-sr {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.serif { font-family: 'Fraunces', Georgia, serif; font-weight: 400; letter-spacing: -0.015em; }

.marke { font-family: 'Fraunces', Georgia, serif; font-size: 1.25rem; font-weight: 400; text-decoration: none; letter-spacing: -0.01em; }

.etikett {
  font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--grau); font-weight: 500;
}

/* Kopf */
.kopf {
  border-bottom: 1px solid var(--stein);
  position: sticky; top: 0; z-index: 20;
  background: var(--papier);
}
.kopf-innen { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.1rem 0; }
.navi { display: flex; align-items: center; gap: 1.75rem; }
.navi a {
  font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase;
  text-decoration: none; color: var(--grau); font-weight: 500;
  padding: 0.25rem 0; border-bottom: 1px solid transparent;
}
.navi a:hover, .navi a[aria-current="page"] { color: var(--tinte); border-bottom-color: var(--signal); }
.navi .sprache { color: var(--signal); }

.navi-schalter {
  display: none; background: none; border: 1px solid var(--stein);
  border-radius: 2px; padding: 0.45rem 0.7rem; font: inherit; font-size: 0.8rem; cursor: pointer;
}

/* Hero */
.hero { display: grid; grid-template-columns: 1.3fr 1fr; position: relative; margin-bottom: 5rem; }
.hero-bild {
  background: var(--stein-tief) center/cover no-repeat;
  min-height: clamp(320px, 42vw, 480px);
  position: relative; overflow: hidden;
}
.hero-ort { position: absolute; left: 1.75rem; top: 1.5rem; color: var(--papier); }
.hero-text { padding: clamp(2rem, 5vw, 4rem) clamp(1.5rem, 4vw, 3rem); display: flex; flex-direction: column; justify-content: center; }
.hero-text h1 { font-size: clamp(2.1rem, 4.4vw, 3.2rem); line-height: 1.12; margin: 0 0 1rem; font-weight: 400; }
.hero-text h1 em { font-style: normal; color: var(--signal); }
.hero-text p { color: var(--grau); margin: 0 0 2rem; max-width: 34ch; }

.karte-preis {
  position: absolute; left: clamp(1.25rem, 4vw, 2.5rem); bottom: -1.75rem;
  background: var(--papier); border: 1px solid var(--stein);
  padding: 0.9rem 1.2rem; max-width: 15rem;
}
.karte-preis strong { font-family: 'Fraunces', Georgia, serif; font-weight: 400; font-size: 1.05rem; display: block; }
.karte-preis span { font-size: 0.8rem; color: var(--grau); line-height: 1.5; display: block; }

.knopf {
  display: inline-block; align-self: flex-start;
  background: var(--tinte); color: var(--papier); text-decoration: none;
  font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 500;
  padding: 0.9rem 1.6rem; border: 1px solid var(--tinte); border-radius: 2px;
  transition: background 0.15s ease, color 0.15s ease;
}
.knopf:hover { background: transparent; color: var(--tinte); }
.knopf-hell { background: transparent; color: var(--papier); border-color: var(--papier); }
.knopf-hell:hover { background: var(--papier); color: var(--tinte); }

/* Abschnitte */
.abschnitt { margin-bottom: var(--luft); }
.abschnitt-kopf { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1.75rem; flex-wrap: wrap; }
.abschnitt-kopf h2 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); margin: 0; font-weight: 400; }
.weiter { font-size: 0.8rem; color: var(--signal); text-decoration: none; letter-spacing: 0.04em; }
.weiter:hover { text-decoration: underline; }

/* Wohnungen */
.raster { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.75rem; }
.wohnung { text-decoration: none; display: block; }
.wohnung-bild { background: var(--stein) center/cover no-repeat; aspect-ratio: 4 / 3; margin-bottom: 0.7rem; }
.wohnung h3 { font-family: 'Fraunces', Georgia, serif; font-size: 1.1rem; font-weight: 400; margin: 0 0 0.15rem; }
.wohnung p { font-size: 0.85rem; color: var(--grau); margin: 0; }
.wohnung:hover h3 { color: var(--signal); }

/* Dunkler Block */
.dunkel { background: var(--tinte); color: var(--papier); padding: var(--luft) 0; margin-bottom: var(--luft); }
.dunkel .etikett { color: var(--signal); }
.dunkel h2 { font-family: 'Fraunces', Georgia, serif; font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 400; margin: 0.5rem 0 2rem; max-width: 22ch; line-height: 1.25; }
.leistungen { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 2rem; }
.leistung h3 { font-family: 'Fraunces', Georgia, serif; font-size: 1.05rem; font-weight: 400; margin: 0 0 0.35rem; }
.leistung p { font-size: 0.88rem; color: var(--grau-hell); margin: 0 0 0.6rem; }
.leistung a { font-size: 0.8rem; color: var(--papier); }

/* Textseiten */
.text { max-width: 68ch; padding: var(--luft) 0; }
.text h1 { font-family: 'Fraunces', Georgia, serif; font-size: clamp(1.8rem, 3.5vw, 2.4rem); font-weight: 400; margin: 0 0 2rem; }
.text h2 { font-family: 'Fraunces', Georgia, serif; font-size: 1.25rem; font-weight: 400; margin: 2.5rem 0 0.75rem; }
.text h3 { font-size: 0.95rem; font-weight: 500; margin: 1.75rem 0 0.4rem; }
.text p, .text li { color: var(--grau); }
.text p { margin: 0 0 1rem; }
.text ul { padding-left: 1.2rem; margin: 0 0 1rem; }
.text a { color: var(--signal); }
.text dl { margin: 0 0 1rem; }
.text dt { font-weight: 500; color: var(--tinte); margin-top: 0.85rem; font-size: 0.9rem; }
.text dd { margin: 0.1rem 0 0; color: var(--grau); }

.hinweis { border-left: 3px solid var(--signal); border-radius: 0; padding: 0.75rem 0 0.75rem 1rem; background: none; margin: 1.5rem 0; font-size: 0.9rem; }

/* Fuß */
.fuss { border-top: 1px solid var(--stein); padding: 2rem 0 3rem; }
.fuss-innen { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: 0.82rem; color: var(--grau); }
.fuss-innen a { text-decoration: none; }
.fuss-innen a:hover { color: var(--signal); }
.fuss-links { display: flex; gap: 1.25rem; flex-wrap: wrap; }

@media (max-width: 760px) {
  .hero { grid-template-columns: 1fr; }
  .hero-bild { min-height: 240px; order: -1; }
  .karte-preis { position: static; margin: 1.5rem clamp(1.25rem, 4vw, 2.5rem) 0; max-width: none; }
  .navi { display: none; }
  .navi.offen { display: flex; flex-direction: column; align-items: flex-start; gap: 0.9rem; width: 100%; padding: 1rem 0 0.5rem; }
  .kopf-innen { flex-wrap: wrap; }
  .navi-schalter { display: block; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
}
