:root{
      --charcoal: #1a1a1a;
      --offwhite: #f8f5f0;
      --gold: #c9a96e;
      --gold-soft: #d6bb87;
      --white: #ffffff;
      --line: rgba(26,26,26,0.12);
      --line-light: rgba(248,245,240,0.18);
      --muted: #6b6b6b;
      --display: 'Cormorant Garamond', Georgia, serif;
      --sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
      --header-h: 72px;
    }

    *{ box-sizing: border-box; }
    html{ scroll-behavior: smooth; }
    html, body{ margin:0; padding:0; }
    body{
      font-family: var(--sans);
      font-weight: 300;
      font-size: 16px;
      line-height: 1.65;
      color: var(--charcoal);
      background: var(--offwhite);
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }

    img{ display:block; max-width:100%; height:auto; }
    a{ color: inherit; text-decoration: none; }
    button{ font: inherit; cursor: pointer; border: 0; background: transparent; color: inherit; }

    /* Language toggle */
    [lang="de"] .en { display: none; }
    [lang="en"] .de { display: none; }

    /* Layout helpers */
    .wrap{ max-width: 1280px; margin: 0 auto; padding: 0 32px; }
    .narrow{ max-width: 880px; margin: 0 auto; padding: 0 32px; }
    section{ padding: 120px 0; scroll-margin-top: var(--header-h); }
    @media (max-width: 720px){
      section{ padding: 72px 0; }
      .wrap, .narrow{ padding: 0 22px; }
    }

    /* Type */
    h1, h2, h3, h4{
      font-family: var(--display);
      font-weight: 400;
      letter-spacing: 0.005em;
      margin: 0;
      line-height: 1.15;
    }
    h1{ font-size: clamp(48px, 7vw, 96px); font-weight: 300; letter-spacing: -0.005em; line-height: 1.05; }
    h2{ font-size: clamp(34px, 4.5vw, 56px); font-weight: 400; }
    h3{ font-size: clamp(22px, 2.4vw, 30px); font-weight: 400; }
    p{ margin: 0 0 1.1em; }
    p:last-child{ margin-bottom: 0; }
    .eyebrow{
      font-family: var(--sans);
      font-size: 11px;
      letter-spacing: 0.28em;
      text-transform: uppercase;
      font-weight: 500;
      color: var(--gold);
    }
    .lead{
      font-family: var(--display);
      font-weight: 300;
      font-size: clamp(20px, 1.9vw, 24px);
      line-height: 1.55;
    }
    .divider{
      width: 56px; height: 1px; background: var(--gold);
      border: 0; margin: 0 0 28px;
    }

    /* HEADER / NAV */
    header{
      position: fixed;
      top: 0; left: 0; right: 0;
      height: var(--header-h);
      z-index: 50;
      transition: background-color .3s ease, border-color .3s ease;
      background: transparent;
      border-bottom: 1px solid transparent;
    }
    header.scrolled{
      background: rgba(26,26,26,0.92);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      border-bottom-color: rgba(248,245,240,0.10);
    }
    .nav{
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 32px;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: var(--offwhite);
    }
    .logo{
      font-family: var(--display);
      font-size: 22px;
      font-weight: 400;
      letter-spacing: 0.04em;
      color: var(--offwhite);
    }
    .logo-mark{ color: var(--gold); }
    .nav-links{
      display: flex;
      gap: 32px;
      align-items: center;
      font-size: 12px;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      font-weight: 500;
    }
    .nav-links a{
      color: rgba(248,245,240,0.85);
      padding: 8px 0;
      border-bottom: 1px solid transparent;
      transition: color .2s, border-color .2s;
    }
    .nav-links a:hover{
      color: var(--gold);
      border-bottom-color: var(--gold);
    }
    .lang-toggle{
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 11px;
      letter-spacing: 0.16em;
      font-weight: 600;
      padding: 6px 0;
    }
    .lang-toggle button{
      color: rgba(248,245,240,0.55);
      padding: 4px 6px;
      letter-spacing: inherit;
      transition: color .2s;
    }
    .lang-toggle button:hover{ color: var(--gold); }
    .lang-toggle button.active{ color: var(--gold); }
    .lang-toggle .sep{ color: rgba(248,245,240,0.3); }

    .nav-toggle{
      display: none;
      width: 32px; height: 32px;
      padding: 0;
      position: relative;
    }
    .nav-toggle span{
      display: block;
      width: 22px; height: 1px;
      background: var(--offwhite);
      margin: 5px auto;
      transition: transform .3s, opacity .3s;
    }
    .nav-toggle.open span:nth-child(1){ transform: translateY(6px) rotate(45deg); }
    .nav-toggle.open span:nth-child(2){ opacity: 0; }
    .nav-toggle.open span:nth-child(3){ transform: translateY(-6px) rotate(-45deg); }

    @media (max-width: 880px){
      .nav-toggle{ display: block; }
      .nav-links{
        position: fixed;
        inset: var(--header-h) 0 0 0;
        background: rgba(26,26,26,0.97);
        backdrop-filter: blur(12px);
        flex-direction: column;
        gap: 28px;
        padding: 48px 32px;
        transform: translateX(100%);
        transition: transform .35s ease;
        font-size: 14px;
      }
      .nav-links.open{ transform: translateX(0); }
    }

    /* HERO — gleiche Sprache wie die Vermietungsseiten:
       Satz oben im Himmel, Kontrast über weiche Verläufe statt Kästen. */
    .hero{
      position: relative;
      isolation: isolate;
      min-height: 100vh;
      min-height: 92svh;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      overflow: hidden;
      background: #0d0c0b;
      color: var(--offwhite);
      text-align: left;
    }
    .hero-bg{
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      /* Pfade in CSS lösen gegen die CSS-Datei auf, nicht gegen die Seite —
         deshalb ab Wurzel, sonst wird daraus /assets/assets/img/… */
      background-image: url('/assets/img/villa-3.jpg');
      background-image: image-set(url('/assets/img/villa-3.webp') type('image/webp'),
                                  url('/assets/img/villa-3.jpg')  type('image/jpeg'));
      background-image: -webkit-image-set(url('/assets/img/villa-3.webp') type('image/webp'),
                                          url('/assets/img/villa-3.jpg')  type('image/jpeg'));
      background-size: cover;
      /* höher angeschnitten: mehr Himmel oben, die Villa steht darunter frei */
      background-position: center 30%;
      will-change: transform;
      z-index: 0;
    }
    /* Verlaufsfilter von oben plus eine eigene Lichtsenke hinter dem Satz.
       Keine Kante, kein Kasten — die Villa bleibt unten unberührt. */
    .hero-vignette{
      position: absolute; inset: 0; z-index: 1; pointer-events: none;
      background:
        /* Hier füllt die Villa das ganze Bild — es gibt oben keinen Himmel wie
           auf der Vermietungsseite. Der Satz bekommt deshalb einen seitlichen
           Verlauf: links dicht, nach rechts restlos offen. Pool, Liegen und
           die Schauseite des Hauses bleiben unangetastet hell. */
        linear-gradient(90deg,
          rgba(8,11,16,.76) 0%, rgba(8,11,16,.64) 22%, rgba(8,11,16,.44) 40%,
          rgba(8,11,16,.22) 55%, rgba(8,11,16,.07) 68%, rgba(8,11,16,0) 80%),
        /* darüber ein leichter Verlauf von oben für Navigation und Koordinaten */
        linear-gradient(180deg,
          rgba(8,11,16,.46) 0%, rgba(8,11,16,.26) 18%, rgba(8,11,16,.08) 34%,
          rgba(8,11,16,0) 48%),
        /* und ein ruhiger Fuß für die Meta-Zeile über der Wasserspiegelung,
           die dort besonders hell ist */
        linear-gradient(180deg, rgba(9,9,11,0) 56%, rgba(9,9,11,.24) 72%,
          rgba(9,9,11,.56) 86%, rgba(9,9,11,.74) 100%);
    }
    /* Auf schmalen Schirmen läuft der Satz über die ganze Breite —
       dann trägt ein Verlauf von oben besser als einer von der Seite. */
    @media(max-width: 900px){
      .hero-vignette{
        background:
          linear-gradient(180deg,
            rgba(8,11,16,.72) 0%, rgba(8,11,16,.62) 20%, rgba(8,11,16,.48) 38%,
            rgba(8,11,16,.30) 54%, rgba(8,11,16,.14) 68%, rgba(8,11,16,.04) 80%,
            rgba(9,9,11,.30) 94%, rgba(9,9,11,.52) 100%);
      }
    }
    .hero-coord{
      position: absolute; right: 32px; top: calc(var(--header-h) + 22px); z-index: 2;
      text-align: right; font-size: 11px; letter-spacing: .2em; line-height: 1.7;
      color: rgba(255,255,255,.78); text-shadow: 0 1px 8px rgba(0,0,0,.6); pointer-events: none;
    }
    @media(max-width: 860px){ .hero-coord{ display: none; } }

    .hero-content{
      position: relative;
      z-index: 2;
      width: 100%;
      max-width: 1180px;
      margin: 0 auto;
      padding: calc(var(--header-h) + clamp(34px,7vh,84px)) 28px clamp(30px,5vh,60px);
    }
    /* goldene Haarlinie statt Kasten oder gesperrter Zeile allein */
    .hero .eyebrow{
      display: inline-flex;
      align-items: center;
      gap: clamp(12px,1.4vw,18px);
      color: rgba(255,255,255,.88);
      margin-bottom: 22px;
      font-size: 10.5px;
      letter-spacing: 0.3em;
      text-shadow: 0 1px 10px rgba(0,0,0,.5);
    }
    .hero .eyebrow::before{
      content: ""; width: clamp(26px,4vw,56px); height: 1px; flex: 0 0 auto;
      background: var(--gold-soft); opacity: .95;
    }
    .hero h1{
      color: var(--offwhite);
      margin: 0 0 22px;
      font-size: clamp(42px,7.4vw,84px);
      line-height: .95;
      text-wrap: balance;
      text-shadow: 0 1px 2px rgba(0,0,0,.30), 0 2px 34px rgba(0,0,0,.42);
    }
    .hero h1 em{ font-style: italic; color: var(--gold-soft); }
    .hero-sub{
      font-family: var(--sans);
      font-size: 13px;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      color: rgba(248,245,240,0.88);
      font-weight: 300;
      margin: 0 0 34px;
      text-shadow: 0 1px 2px rgba(0,0,0,.4), 0 2px 20px rgba(0,0,0,.4);
    }
    /* kein Rahmen mehr — eine schmale goldene Kante trägt die Zeile */
    .price-badge{
      display: inline-block;
      font-family: var(--display);
      font-style: italic;
      font-size: 18px;
      color: rgba(248,245,240,0.92);
      padding: 2px 0 2px 18px;
      border: 0;
      border-left: 1px solid rgba(201,169,110,0.85);
      margin: 30px 0 0;
      letter-spacing: 0.04em;
      text-shadow: 0 1px 2px rgba(0,0,0,.4), 0 2px 20px rgba(0,0,0,.4);
    }
    .hero-cta{ display: flex; flex-wrap: wrap; gap: 12px; }
    @media(max-width: 560px){ .hero-cta{ flex-direction: column; align-items: stretch; } }

    /* Fußzeile des Heros — trägt Ort, Eckdaten und den Scroll-Hinweis */
    .hero-meta{
      position: relative; z-index: 2; margin-top: auto;
      width: 100%; max-width: 1180px; margin-left: auto; margin-right: auto;
      display: flex; align-items: center; justify-content: space-between; gap: 18px;
      padding: 0 28px clamp(18px,3vh,30px);
      font-size: 11px; letter-spacing: .14em; color: rgba(255,255,255,.78);
      text-shadow: 0 1px 8px rgba(0,0,0,.6);
    }
    .hero-meta .mid{ text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    @media(max-width: 820px){
      .hero-meta span:not(.mid){ display: none; }
      .hero-meta .mid{ text-align: left; }
    }
    .btn{
      display: inline-flex;
      align-items: center;
      gap: 14px;
      padding: 16px 36px;
      font-size: 12px;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      font-weight: 500;
      background: var(--gold);
      color: var(--charcoal);
      border: 1px solid var(--gold);
      transition: background .25s, color .25s, border-color .25s;
      cursor: pointer;
    }
    .btn:hover{ background: transparent; color: var(--gold); }
    .btn-ghost{
      background: transparent;
      color: var(--offwhite);
      border-color: rgba(248,245,240,0.5);
    }
    .btn-ghost:hover{ background: var(--gold); color: var(--charcoal); border-color: var(--gold); }
    /* sitzt jetzt in der Hero-Fußzeile, nicht mehr frei schwebend */
    .scroll-hint{
      font-size: 10px;
      letter-spacing: 0.32em;
      text-transform: uppercase;
      color: rgba(248,245,240,0.7);
      white-space: nowrap;
    }
    @media (max-width: 720px){
      .hero-sub{ font-size: 11px; letter-spacing: 0.24em; }
      .price-badge{ font-size: 16px; padding: 8px 22px; }
      .scroll-hint{ display: none; }
    }

    /* FACTS BAR */
    .facts{
      background: var(--charcoal);
      color: var(--offwhite);
      padding: 80px 0;
    }
    .facts-grid{
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 1px;
      background: rgba(248,245,240,0.12);
    }
    .fact{
      background: var(--charcoal);
      padding: 32px 20px;
      text-align: center;
    }
    .fact-icon{
      font-size: 28px;
      color: var(--gold);
      margin-bottom: 10px;
      line-height: 1;
    }
    .fact-num{
      font-family: var(--display);
      font-size: clamp(28px, 3vw, 38px);
      font-weight: 400;
      line-height: 1.05;
      color: var(--offwhite);
    }
    .fact-num small{
      display: block;
      font-family: var(--sans);
      font-size: 11px;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: rgba(248,245,240,0.55);
      margin-top: 8px;
      font-weight: 500;
    }
    @media (max-width: 980px){
      .facts-grid{ grid-template-columns: repeat(3, 1fr); }
    }
    @media (max-width: 540px){
      .facts-grid{ grid-template-columns: repeat(2, 1fr); }
      .fact{ padding: 24px 14px; }
    }

    /* SECTION HEADER */
    .section-head{
      text-align: center;
      margin-bottom: 72px;
    }
    .section-head .eyebrow{ display: inline-block; margin-bottom: 16px; }
    .section-head h2{ margin-bottom: 0; }
    .section-head .lead{
      max-width: 620px;
      margin: 24px auto 0;
      color: var(--muted);
    }

    /* GALLERY (Masonry via CSS columns) */
    .gallery{
      column-count: 3;
      column-gap: 16px;
    }
    .gallery figure{
      margin: 0 0 16px;
      break-inside: avoid;
      cursor: zoom-in;
      overflow: hidden;
      background: #ddd6c8;
    }
    .gallery img{
      width: 100%;
      transition: transform .8s cubic-bezier(.2,.7,.2,1), opacity .4s;
      opacity: 0;
    }
    .gallery img.loaded{ opacity: 1; }
    .gallery figure:hover img{ transform: scale(1.04); }
    @media (max-width: 880px){ .gallery{ column-count: 2; column-gap: 10px; } .gallery figure{ margin-bottom: 10px; } }
    @media (max-width: 480px){ .gallery{ column-count: 1; } }

    /* DESCRIPTION */
    .description{ background: var(--white); }
    .description-grid{
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 64px;
    }
    .description-col h3{
      font-family: var(--display);
      font-size: 26px;
      color: var(--gold);
      margin-bottom: 16px;
      font-weight: 400;
      letter-spacing: 0.03em;
    }
    .description-col p{
      font-family: var(--display);
      font-size: 19px;
      line-height: 1.7;
      color: #2a2a2a;
      font-weight: 400;
    }
    /* Description shows both languages in a parallel layout on desktop */
    @media (min-width: 881px){
      .description-grid .de,
      .description-grid .en{ display: block; }
    }
    @media (max-width: 880px){
      .description-grid{ grid-template-columns: 1fr; gap: 0; }
    }

    /* FEATURES */
    .features{ background: var(--offwhite); }
    .features-grid{
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1px;
      background: var(--line);
    }
    .feature{
      background: var(--offwhite);
      padding: 36px 28px;
      display: flex;
      gap: 18px;
      align-items: flex-start;
    }
    .feature-icon{
      flex: 0 0 28px;
      font-size: 22px;
      color: var(--gold);
      line-height: 1;
      margin-top: 2px;
    }
    .feature-text{
      font-family: var(--display);
      font-size: 19px;
      line-height: 1.4;
      color: var(--charcoal);
    }
    @media (max-width: 880px){ .features-grid{ grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 540px){ .features-grid{ grid-template-columns: 1fr; } }

    /* LOCATION */
    .location{ background: var(--white); }
    .location-grid{
      display: grid;
      grid-template-columns: 1fr 1.1fr;
      gap: 56px;
      align-items: center;
    }
    .location h2{ margin-bottom: 24px; }
    .location-list{
      list-style: none;
      padding: 0;
      margin: 32px 0 0;
    }
    .location-list li{
      padding: 16px 0;
      border-top: 1px solid var(--line);
      display: flex;
      align-items: baseline;
      gap: 18px;
    }
    .location-list li:last-child{ border-bottom: 1px solid var(--line); }
    .location-list .place{
      font-family: var(--display);
      font-size: 22px;
      color: var(--charcoal);
      flex: 1;
    }
    .location-list .meta{
      font-size: 12px;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--muted);
      font-weight: 500;
    }
    .map{
      width: 100%;
      aspect-ratio: 4 / 3;
      border: 0;
      filter: grayscale(0.2) contrast(0.95);
    }
    /* Platzhalter, solange die Karte nicht geladen ist. Ohne Klick geht keine
       einzige Anfrage an Google — deshalb braucht die Seite kein Cookie-Banner. */
    .map-consent{
      width: 100%;
      aspect-ratio: 4 / 3;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 28px;
      background: #ece7de;
      border: 1px solid var(--line);
    }
    .map-consent-inner{ max-width: 42ch; }
    .map-coord{
      font-family: var(--sans);
      font-size: 11px; letter-spacing: 0.24em;
      color: var(--gold); margin: 0 0 6px;
    }
    .map-place{
      font-family: var(--display);
      font-size: clamp(19px, 2.2vw, 25px);
      font-weight: 300; color: var(--charcoal);
      margin: 0 0 22px;
    }
    .map-consent .btn{ margin-bottom: 18px; }
    .map-note{
      font-size: 12px; line-height: 1.6;
      color: var(--muted); margin: 0 0 14px;
    }
    .map-ext{
      display: inline-block;
      font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
      color: var(--charcoal); opacity: .65;
      border-bottom: 1px solid var(--gold);
      padding-bottom: 2px; transition: opacity .2s;
    }
    .map-ext:hover{ opacity: 1; }
    @media (max-width: 880px){
      .location-grid{ grid-template-columns: 1fr; gap: 36px; }
    }

    /* CONTACT */
    .contact{
      background: var(--charcoal);
      color: var(--offwhite);
      text-align: center;
    }
    .contact h2{ color: var(--offwhite); margin-bottom: 16px; }
    .contact .eyebrow{ display: inline-block; margin-bottom: 12px; }
    .contact .lead{
      max-width: 620px;
      margin: 0 auto 32px;
      color: rgba(248,245,240,0.7);
    }
    .contact-price{
      display: inline-block;
      font-family: var(--display);
      font-style: italic;
      font-size: 20px;
      color: var(--gold);
      padding: 10px 28px;
      border: 1px solid rgba(201,169,110,0.5);
      margin-bottom: 56px;
      letter-spacing: 0.04em;
    }
    .contact-info{
      display: flex;
      justify-content: center;
      gap: 56px;
      flex-wrap: wrap;
      margin-bottom: 56px;
    }
    .contact-info .item{ min-width: 240px; }
    .contact-info .label{
      font-size: 11px;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: rgba(248,245,240,0.5);
      margin-bottom: 10px;
      font-weight: 500;
    }
    .contact-info a{
      font-family: var(--display);
      font-size: 26px;
      color: var(--offwhite);
      transition: color .2s;
    }
    .contact-info a:hover{ color: var(--gold); }
    .whatsapp-btn{
      display: inline-flex;
      align-items: center;
      gap: 12px;
      margin-top: 16px;
      padding: 12px 22px;
      background: rgba(248,245,240,0.05);
      border: 1px solid rgba(248,245,240,0.18);
      font-size: 12px;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      transition: background .2s, border-color .2s;
    }
    .whatsapp-btn:hover{ background: rgba(201,169,110,0.12); border-color: var(--gold); color: var(--gold); }

    /* Form */
    .form{
      max-width: 640px;
      margin: 0 auto;
      text-align: left;
    }
    .form-row{
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
      margin-bottom: 16px;
    }
    .form input,
    .form textarea{
      width: 100%;
      background: transparent;
      border: 0;
      border-bottom: 1px solid rgba(248,245,240,0.25);
      padding: 14px 0 12px;
      font: inherit;
      color: var(--offwhite);
      font-size: 15px;
      transition: border-color .2s;
      font-family: var(--sans);
    }
    .form input:focus,
    .form textarea:focus{
      outline: none;
      border-color: var(--gold);
    }
    .form input::placeholder,
    .form textarea::placeholder{
      color: rgba(248,245,240,0.4);
      font-style: italic;
    }
    .form textarea{
      min-height: 120px;
      resize: vertical;
      margin-bottom: 24px;
    }
    .form .submit-row{ text-align: center; margin-top: 32px; }
    @media (max-width: 540px){
      .form-row{ grid-template-columns: 1fr; }
      .contact-info{ gap: 36px; }
    }

    /* FOOTER */
    footer{
      background: #0e0e0e;
      color: rgba(248,245,240,0.55);
      padding: 56px 0 40px;
      text-align: center;
      font-size: 13px;
      border-top: 1px solid rgba(248,245,240,0.06);
    }
    footer .footer-grid{
      display: flex;
      flex-direction: column;
      gap: 14px;
      align-items: center;
    }
    footer .footer-links{
      display: flex;
      gap: 28px;
      flex-wrap: wrap;
      justify-content: center;
    }
    footer a{
      color: rgba(248,245,240,0.7);
      border-bottom: 1px solid transparent;
      transition: color .2s, border-color .2s;
    }
    footer a:hover{ color: var(--gold); border-bottom-color: var(--gold); }
    footer .small{
      font-size: 11px;
      color: rgba(248,245,240,0.4);
      max-width: 560px;
      margin: 8px auto 0;
      font-style: italic;
    }

    /* LIGHTBOX */
    .lb{
      position: fixed; inset: 0;
      background: rgba(10,10,10,0.96);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 100;
      padding: 56px;
    }
    .lb.open{ display: flex; }
    .lb img{
      max-width: calc(100vw - 160px);
      max-height: calc(100vh - 120px);
      object-fit: contain;
      box-shadow: 0 30px 80px rgba(0,0,0,0.6);
    }
    .lb button{
      position: absolute;
      color: rgba(248,245,240,0.7);
      transition: color .2s;
    }
    .lb button:hover{ color: var(--gold); }
    .lb .lb-close{
      top: 24px; right: 32px;
      font-size: 13px;
      letter-spacing: 0.22em;
      text-transform: uppercase;
    }
    .lb .lb-prev,
    .lb .lb-next{
      top: 50%;
      transform: translateY(-50%);
      width: 56px; height: 56px;
      font-size: 28px;
      font-family: var(--display);
    }
    .lb .lb-prev{ left: 24px; }
    .lb .lb-next{ right: 24px; }
    .lb .lb-counter{
      position: absolute;
      bottom: 24px; left: 50%;
      transform: translateX(-50%);
      font-size: 12px;
      letter-spacing: 0.18em;
      color: rgba(248,245,240,0.5);
    }
    @media (max-width: 720px){
      .lb{ padding: 24px; }
      .lb img{ max-width: calc(100vw - 32px); max-height: calc(100vh - 120px); }
      .lb .lb-prev{ left: 8px; }
      .lb .lb-next{ right: 8px; }
    }

    /* Reveal on scroll */
    .reveal{ opacity: 0; transform: translateY(24px); transition: opacity .9s ease, transform .9s ease; }
    .reveal.in{ opacity: 1; transform: translateY(0); }
    @media (prefers-reduced-motion: reduce){
      .reveal{ opacity: 1; transform: none; }
      html{ scroll-behavior: auto; }
    }

    /* ---------- Mobil: Tippflächen und Eingabeschrift ----------
       Gefunden am 09.08.2026 auf echten Maßen: Sprachumschalter 30x26,
       Menü-Knopf 32x32, Formularfelder 15px. Unter 44 px trifft der Daumen
       daneben; unter 16 px zoomt iOS beim Antippen ins Feld hinein und der
       Besucher landet in einer verschobenen Seite. */
    @media (max-width: 900px){
      /* Menü-Knopf */
      .nav-toggle{ width: 44px; height: 44px; padding: 6px; }
      /* Sprachumschalter: sichtbare Größe bleibt, die Trefferfläche wächst */
      .lang-toggle button{ min-width: 44px; min-height: 44px; padding: 12px 8px; }
      /* Navigationszeilen bequemer */
      .nav-links a{ min-height: 48px; display: flex; align-items: center; }
      /* Logo mit voller Trefferhöhe */
      .logo{ display: inline-flex; align-items: center; min-height: 44px; }
    }
    /* iOS zoomt bei Schriftgrößen unter 16 px automatisch ins Feld */
    .form input,
    .form textarea,
    .form select,
    .map-consent .btn{ font-size: 16px; }

    /* kein blaues Aufblitzen beim Antippen */
    a, button{ -webkit-tap-highlight-color: rgba(201,169,110,.25); }

    /* Kontakt- und Fußzeilen-Verweise sind auf dem Telefon die wichtigsten
       Ziele überhaupt — Telefonnummer, E-Mail, WhatsApp. Gemessen waren sie
       16 bis 32 px hoch. Die sichtbare Schrift bleibt, die Trefferfläche wächst. */
    @media (max-width: 900px){
      .contact .item a,
      .footer-links a,
      .legal-links a{
        display: inline-flex;
        align-items: center;
        min-height: 44px;
        padding: 4px 0;
      }
      .legal-links{ display: flex; flex-wrap: wrap; gap: 4px 22px; align-items: center; }
      .footer-links{ display: flex; flex-direction: column; gap: 0; }
      .map-ext{ min-height: 44px; display: inline-flex; align-items: center; }
    }
