/* ============================================================
   Hairlich - Friseur & Barbier
   ============================================================ */

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("../fonts/cormorant-garamond/cormorant-garamond-normal-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;
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("../fonts/cormorant-garamond/cormorant-garamond-normal-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;
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 400 500;
  font-display: swap;
  src: url("../fonts/cormorant-garamond/cormorant-garamond-italic-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;
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 400 500;
  font-display: swap;
  src: url("../fonts/cormorant-garamond/cormorant-garamond-italic-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;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("../fonts/inter/inter-normal-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;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("../fonts/inter/inter-normal-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 {
  /* Farbpalette — Schwarz/Weiß mit Goldakzent */
  --c-cream:        #ffffff;
  --c-sand:         #f6f6f6;
  --c-paper:        #ffffff;
  --c-ink:          #000000;
  --c-ink-soft:     #1f1f1f;
  --c-rose:         #d5ad5f;
  --c-terracotta:   #d5ad5f;
  --c-deep:         #000000;

  --serif: "Cormorant Garamond", "Cormorant", "Playfair Display", Georgia, serif;
  --sans:  "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --maxw: 1280px;

  --ease: cubic-bezier(.2,.7,.2,1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--c-cream);
  color: var(--c-ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

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

a { color: inherit; text-decoration: none; transition: color .25s var(--ease); }
a:hover { color: var(--c-terracotta); }

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -.01em;
  line-height: 1.1;
  color: var(--c-ink);
  margin: 0 0 .5em 0;
}

h1 { font-size: clamp(3rem, 7vw, 6.5rem); font-weight: 400; }
h2 { font-size: clamp(2rem, 4.2vw, 3.6rem); font-weight: 400; }
h3 { font-size: clamp(1.4rem, 2.4vw, 2rem); }

p { margin: 0 0 1em 0; }

.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 28px;
}

.eyebrow {
  font-family: var(--sans);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--c-terracotta);
  display: inline-block;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 38px;
}
.eyebrow::before {
  content: "";
  position: absolute;
  left: 0; top: 50%;
  width: 28px; height: 1px;
  background: var(--c-terracotta);
  transform: translateY(-50%);
}

.italic-script {
  font-family: var(--serif);
  font-style: italic;
  color: var(--c-terracotta);
  font-weight: 400;
}

/* =================================================
   Navigation
   ================================================= */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  padding: 16px 36px;
  transition: all .35s var(--ease);
  background: transparent;
}
.nav.scrolled {
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 10px 36px;
  box-shadow: 0 1px 0 rgba(0,0,0,.08);
}
.nav-logo {
  display: inline-flex;
  align-items: center;
  overflow: visible;
  line-height: 0;
  flex: 0 0 auto;
  min-width: max-content;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.75rem;
  color: var(--c-cream);
  text-shadow: 0 1px 12px rgba(0,0,0,.4);
  transition: color .35s var(--ease), text-shadow .35s var(--ease);
}
.nav-logo img{
  height: 72px;
  width: auto;
  max-width: none;
  image-rendering: auto;
  filter: none;
  transition: transform 0.3s ease, opacity 0.3s ease, filter 0.3s ease, height 0.3s ease;
}
.nav.scrolled .nav-logo img {
  height: 66px;
  filter: brightness(0) saturate(100%) contrast(1.08);
}
.nav.scrolled .nav-logo {
  color: var(--c-ink);
  text-shadow: none;
}
.nav-menu {
  display: flex;
  gap: 2.2rem;
  list-style: none;
  margin: 0; padding: 0;
  margin-left: auto;
  align-items: center;
}
.nav-menu a {
  color: var(--c-cream);
  font-size: .85rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 500;
  text-shadow: 0 1px 6px rgba(0,0,0,.35);
  transition: color .25s var(--ease), text-shadow .25s var(--ease);
  position: relative;
}
.nav.scrolled .nav-menu a {
  color: var(--c-ink);
  text-shadow: none;
}
.nav-menu a::after {
  content: "";
  position: absolute;
  left: 0; bottom: -4px;
  width: 0; height: 1px;
  background: currentColor;
  transition: width .3s var(--ease);
}
.nav-menu a:hover::after { width: 100%; }

.nav-burger {
  display: none;
  margin-left: auto;
  width: 32px; height: 24px;
  position: relative;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.nav-burger span {
  position: absolute;
  left: 0; right: 0;
  height: 1.5px;
  background: var(--c-cream);
  transition: all .3s var(--ease);
}
.nav.scrolled .nav-burger span { background: var(--c-ink); }
.nav-burger span:nth-child(1) { top: 4px; }
.nav-burger span:nth-child(2) { top: 11px; }
.nav-burger span:nth-child(3) { top: 18px; }
.nav-burger.open span:nth-child(1) { top: 11px; transform: rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; }
.nav-burger.open span:nth-child(3) { top: 11px; transform: rotate(-45deg); }

/* =================================================
   HERO
   ================================================= */
.hero {
  position: relative;
  height: 100vh;
  min-height: 720px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--c-paper);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: #000000 url('../images/hero/hero-hairlich-motorrad.jpg') center 30% / cover no-repeat;
  overflow: hidden;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.03) contrast(1.02);
}
.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(189,144,68,.14) 0%, rgba(0,0,0,0) 48%);
  z-index: 1;
}
.hero-bg::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.45) 40%, rgba(0,0,0,.86) 100%);
  z-index: 2;
}
@media (min-width: 981px) {
  .hero-video {
    left: 50%;
    right: auto;
    width: min(46vw, 720px);
    height: 100%;
    transform: translateX(-50%);
    border-left: 1px solid rgba(189,144,68,.35);
    border-right: 1px solid rgba(189,144,68,.35);
    box-shadow: 0 0 120px rgba(0,0,0,.7);
  }
  .hero-bg::before {
    background:
      radial-gradient(circle at center, rgba(189,144,68,.22) 0%, rgba(0,0,0,.35) 38%, rgba(0,0,0,.92) 100%);
  }
}
.hero-inner {
  position: relative;
  z-index: 2;
  padding: 0 24px;
  max-width: 1000px;
}
.hero h1 {
  color: var(--c-paper);
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.01em;
  margin-bottom: 28px;
  text-shadow: 0 2px 24px rgba(0,0,0,.35);
}
.hero h1 .sub {
  display: block;
  font-style: normal;
  font-size: .26em;
  letter-spacing: .42em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--c-rose);
  margin-bottom: 18px;
  font-family: var(--sans);
}
.hero p.lead {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.15rem, 1.8vw, 1.5rem);
  color: rgba(255,255,255,.92);
  max-width: 680px;
  margin: 0 auto 38px;
}
.hero-meta {
  position: absolute;
  bottom: 36px; left: 0; right: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 48px;
  font-size: .78rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255,255,255,.85);
  z-index: 2;
}
.hero-meta .left,
.hero-meta .right { font-weight: 500; }
.scroll-hint {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: .7rem;
  letter-spacing: .3em;
}
.scroll-hint .line {
  width: 1px;
  height: 36px;
  background: rgba(255,255,255,.6);
  animation: scroll-line 2.4s var(--ease) infinite;
  transform-origin: top;
}
@keyframes scroll-line {
  0%   { transform: scaleY(0); transform-origin: top; }
  45%  { transform: scaleY(1); transform-origin: top; }
  55%  { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* =================================================
   SECTION BASIS
   ================================================= */
section { position: relative; }

.section-pad {
  padding: clamp(46px, 7vw, 82px) 0;
}

.section-title-block {
  text-align: center;
  margin-bottom: 42px;
}
.section-title-block .eyebrow { margin-bottom: 1.2rem; }
.section-title-block p.kicker {
  max-width: 620px;
  margin: 14px auto 0;
  color: var(--c-ink-soft);
  font-size: 1.04rem;
}

/* =================================================
   SALON INTRO
   ================================================= */
.story {
  background: var(--c-cream);
  position: relative;
}
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
.story-img {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  aspect-ratio: 4/5;
  box-shadow: 0 30px 60px -30px rgba(0,0,0,.4);
}
.story-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--ease);
}
.story-img:hover img { transform: scale(1.05); }
.story-img.float {
  animation: float-y 7s var(--ease) infinite alternate;
}
@keyframes float-y {
  0%   { transform: translateY(-12px); }
  100% { transform: translateY(12px); }
}
.story-text h2 .accent {
  font-style: italic;
  color: var(--c-terracotta);
}
.signature {
  font-family: var(--serif);
  font-style: italic;
  color: var(--c-terracotta);
  font-size: 1.6rem;
  margin-top: 24px;
  display: inline-block;
}

/* =================================================
   SALON HIGHLIGHTS (BROTHERHOOD / GUTSCHEINE)
   ================================================= */
.features {
  background: var(--c-cream);
  scroll-margin-top: 120px;
}
.feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-bottom: clamp(70px, 10vw, 120px);
}
.feature:last-child {
  margin-bottom: 0;
}
.feature.reverse .feature-img { order: 2; }
.feature.reverse .feature-text { order: 1; }
.feature-img {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  aspect-ratio: 3 / 4;
  box-shadow: 0 30px 60px -30px rgba(0,0,0,.35);
}
.feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.1s var(--ease);
}
.feature-img:hover img { transform: scale(1.06); }
.feature-img-small {
  width: min(100%, 500px);
  aspect-ratio: 16 / 10;
  justify-self: center;
  background: transparent;
}
.feature-img-small img {
  object-fit: contain;
}
.feature-img-small:hover img {
  transform: none;
}
.feature-img-brotherhood img {
  object-fit: cover;
  filter: brightness(0.7);
}
.feature-img-voucher {
  background: #111;
}
.feature-img-voucher::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(17,17,17,1) 0%,
      rgba(17,17,17,.92) 8%,
      rgba(17,17,17,.78) 18%,
      rgba(17,17,17,.62) 28%,
      rgba(17,17,17,.44) 38%,
      rgba(17,17,17,.24) 46%,
      rgba(17,17,17,0) 50%,
      rgba(17,17,17,.24) 54%,
      rgba(17,17,17,.44) 62%,
      rgba(17,17,17,.62) 72%,
      rgba(17,17,17,.78) 82%,
      rgba(17,17,17,.92) 92%,
      rgba(17,17,17,1) 100%
    ),
    linear-gradient(
      90deg,
      rgba(17,17,17,.92) 0%,
      rgba(17,17,17,.6) 14%,
      rgba(17,17,17,.24) 28%,
      rgba(17,17,17,0) 40%,
      rgba(17,17,17,0) 60%,
      rgba(17,17,17,.24) 72%,
      rgba(17,17,17,.6) 86%,
      rgba(17,17,17,.92) 100%
    ),
    radial-gradient(
      140% 120% at 50% 50%,
      rgba(17,17,17,0) 58%,
      rgba(17,17,17,.28) 78%,
      rgba(17,17,17,.55) 100%
    );
  pointer-events: none;
}
.feature-img-voucher img {
  filter: brightness(0.78) contrast(1.03);
}
.feature-text h2 .accent {
  font-style: italic;
  color: var(--c-terracotta);
}
.feature-text p {
  color: var(--c-ink-soft);
}

/* =================================================
   PREISLISTE
   ================================================= */
.menu {
  background: var(--c-deep);
  color: var(--c-cream);
  position: relative;
  overflow: hidden;
}
.menu::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/hero/hero-hairlich-tresen.jpg");
  background-size: cover;
  background-position: center;
  opacity: .24;
  filter: grayscale(.35) contrast(1.05);
}
.menu::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.5);
}
.menu .container { position: relative; z-index: 2; }
.menu h2 { color: var(--c-paper); }
#preise .section-title-block h2 {
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
}
.menu .eyebrow { color: var(--c-rose); }
.menu .eyebrow::before { background: var(--c-rose); }

.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
  margin-top: 50px;
}
.menu-card {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(189,144,68,.18);
  padding: 38px 36px;
  transition: all .4s var(--ease);
  position: relative;
  overflow: hidden;
}
.menu-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 0; height: 1px;
  background: var(--c-rose);
  transition: width .6s var(--ease);
}
.menu-card:hover {
  background: rgba(255,255,255,.06);
  transform: translateY(-4px);
  border-color: rgba(189,144,68,.4);
}
.menu-card:hover::before { width: 100%; }
.menu-card h3 {
  color: var(--c-paper);
  font-style: italic;
  margin-bottom: 4px;
}
.menu-card h3 .it {
  display: block;
  font-style: normal;
  font-family: var(--sans);
  font-size: .68rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--c-rose);
  margin-bottom: 6px;
}
.menu-card .dishes {
  margin-top: 22px;
  font-family: var(--serif);
}
.menu-card .dish {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px dotted rgba(189,144,68,.18);
  font-size: 1.02rem;
}
.menu-card .dish:last-child { border-bottom: 0; }
.menu-card .dish .name {
  color: var(--c-cream);
}
.menu-card .dish .desc {
  display: block;
  font-family: var(--sans);
  font-size: .8rem;
  color: rgba(255,255,255,.5);
  font-style: normal;
  margin-top: 2px;
  letter-spacing: .01em;
}
.menu-card .dish .price {
  color: var(--c-rose);
  font-weight: 500;
  flex-shrink: 0;
}

.menu-cta {
  text-align: center;
  margin-top: 60px;
}
.menu-note {
  font-family: var(--serif);
  font-style: italic;
  color: var(--c-rose);
  margin-bottom: 18px;
  font-size: clamp(1.2rem, 2.2vw, 1.45rem);
  line-height: 1.35;
}

/* =================================================
   GALERIE
   ================================================= */
.gallery {
  background: var(--c-cream);
}
.gallery-grid {
  columns: 3;
  column-gap: 14px;
  margin-top: 48px;
}
.gallery-grid .gitem {
  break-inside: avoid;
  margin-bottom: 14px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  background: var(--c-sand);
}
.gallery-grid .gitem img {
  width: 100%;
  height: auto;
  transition: transform .9s var(--ease), filter .6s var(--ease);
  display: block;
}
.gallery-grid .gitem:hover img {
  transform: scale(1.07);
  filter: brightness(1.05);
}
.gallery-grid .gitem::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.4) 100%);
  opacity: 0;
  transition: opacity .4s var(--ease);
}
.gallery-grid .gitem:hover::after { opacity: 1; }

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.94);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s var(--ease), visibility .4s;
}
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  box-shadow: 0 40px 100px rgba(0,0,0,.7);
}
.lightbox .lb-close,
.lightbox .lb-prev,
.lightbox .lb-next {
  position: absolute;
  background: transparent;
  border: 1px solid rgba(255,255,255,.4);
  color: var(--c-cream);
  width: 52px; height: 52px;
  border-radius: 50%;
  cursor: pointer;
  font-family: var(--serif);
  font-size: 1.3rem;
  display: flex; align-items: center; justify-content: center;
  transition: all .3s var(--ease);
}
.lightbox .lb-close { top: 26px; right: 26px; }
.lightbox .lb-prev  { top: 50%; left: 26px; transform: translateY(-50%); }
.lightbox .lb-next  { top: 50%; right: 26px; transform: translateY(-50%); }
.lightbox .lb-close:hover,
.lightbox .lb-prev:hover,
.lightbox .lb-next:hover {
  background: var(--c-terracotta);
  border-color: var(--c-terracotta);
}

/* =================================================
   SOCIAL MEDIA
   ================================================= */
.insta {
  background: var(--c-paper);
  padding: clamp(46px, 7vw, 82px) 0;
}
.insta .container { text-align: center; }
#social-media {
  max-width: 620px;
  color: var(--c-ink-soft);
  font-family: var(--sans);
  font-style: normal;
  font-size: 1.04rem;
  display: block;
  margin: 14px auto 30px;
  scroll-margin-top: 120px;
}

/* =================================================
   KONTAKT
   ================================================= */
.contact {
  background: var(--c-cream);
  padding: clamp(46px, 7vw, 82px) 0;
  position: relative;
  overflow: hidden;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-top: 60px;
  max-width: 860px;
  margin-inline: auto;
}
.contact-card {
  background: var(--c-paper);
  padding: 44px 34px;
  text-align: center;
  border: 1px solid rgba(0,0,0,.06);
  transition: all .4s var(--ease);
  position: relative;
}
.contact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px -30px rgba(0,0,0,.25);
  border-color: var(--c-terracotta);
}
.contact-card.contact-card-stack {
  text-align: left;
  padding: 30px 28px;
  border: 1px solid rgba(0,0,0,.1);
  box-shadow: 0 20px 44px -34px rgba(0,0,0,.35);
}
.contact-card.contact-card-stack:hover {
  transform: none;
  border-color: rgba(213,173,95,.6);
  box-shadow: 0 24px 46px -36px rgba(0,0,0,.4);
}
.contact-lines {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.contact-line {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--sans);
  font-style: normal;
  font-size: 1.04rem;
  line-height: 1.35;
  color: var(--c-ink-soft);
}
.contact-line .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0;
  flex: 0 0 42px;
  border-radius: 50%;
  background: var(--c-sand);
  color: var(--c-terracotta);
}
.contact-line .icon svg {
  width: 20px;
  height: 20px;
}
.contact-line a {
  border-bottom: 1px dotted var(--c-terracotta);
  text-decoration: none;
  color: inherit;
}
.contact-line a:hover {
  color: var(--c-terracotta);
}

/* =================================================
   PARKEN
   ================================================= */
.parking-section {
  background: var(--c-cream);
  padding-top: 0;
}
.parking-section .section-title-block {
  margin-bottom: 42px;
}
.parking-wrap {
  margin-top: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: clamp(16px, 2.4vw, 24px);
}
.parking-list {
  display: grid;
  gap: 18px;
  margin-top: 0;
}
.parking-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  border: 1px solid rgba(0,0,0,.1);
  background: transparent;
  padding: 12px 14px;
}
.parking-copy h4 {
  font-family: var(--sans);
  font-style: normal;
  font-weight: 400;
  margin: 0 0 3px;
  font-size: 1.18rem;
}
.parking-copy p {
  font-family: var(--sans);
  font-style: normal;
  margin: 0;
  color: var(--c-ink-soft);
  font-size: .88rem;
  line-height: 1.35;
}
.parking-distance {
  font-family: var(--sans);
  font-style: normal;
  font-size: .82rem;
  color: #d5ad5f;
}
.parking-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.parking-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid rgba(213,173,95,.75);
  font-size: .75rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 600;
  background: var(--c-paper);
  color: var(--c-ink);
}
.parking-actions a:hover {
  border-color: var(--c-terracotta);
  background: var(--c-cream);
  color: var(--c-ink);
}

/* =================================================
   FOOTER
   ================================================= */
.footer {
  background: var(--c-deep);
  color: var(--c-cream);
  padding: 80px 0 30px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 50px;
  margin-bottom: 60px;
}
.footer-brand .logo-script {
  font-family: var(--serif);
  font-style: italic;
  font-size: 2.6rem;
  color: var(--c-rose);
  display: inline-block;
  margin-bottom: 16px;
}
.footer-brand .logo-script img {
  width: 200px;
}
.footer h4 {
  color: var(--c-rose);
  font-family: var(--sans);
  font-size: .8rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 22px;
}
.footer ul {
  list-style: none;
  padding: 0; margin: 0;
}
.footer ul li {
  margin-bottom: 12px;
  font-size: .96rem;
  color: rgba(255,255,255,.85);
}
.footer ul li a { color: rgba(255,255,255,.85); }
.footer ul li a:hover { color: var(--c-rose); }
.footer-hours .row {
  display: flex; justify-content: space-between;
  border-bottom: 1px dotted rgba(255,255,255,.18);
  padding: 8px 0;
  font-size: .92rem;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 26px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  font-size: .8rem;
  color: rgba(255,255,255,.55);
  letter-spacing: .04em;
}
.footer-bottom a { color: rgba(255,255,255,.7); }
.footer-bottom a:hover { color: var(--c-rose); }
.footer-bottom .legal {
  display: flex; gap: 20px;
}

/* =================================================
   EINBLEND-ANIMATIONEN
   ================================================= */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s var(--ease), transform 1s var(--ease);
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}
.reveal.delay-1 { transition-delay: .15s; }
.reveal-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 1.1s var(--ease), transform 1.1s var(--ease);
}
.reveal-left.in { opacity: 1; transform: translateX(0); }
.reveal-right {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 1.1s var(--ease), transform 1.1s var(--ease);
}
.reveal-right.in { opacity: 1; transform: translateX(0); }

/* =================================================
   RECHTLICHE SEITEN (IMPRESSUM / DATENSCHUTZ)
   ================================================= */
.subhero {
  padding: 200px 0 70px;
  background: var(--c-deep);
  color: var(--c-cream);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.subhero::before {
  content: "";
  position: absolute; inset: 0;
  background: url("../images/gallery/gal-hairlich-1.jpg") center/cover;
  opacity: .15;
  filter: grayscale(.5);
}
.subhero .container { position: relative; z-index: 2; }
.subhero h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-style: italic;
  color: var(--c-paper);
}
.subhero .eyebrow { color: var(--c-rose); }
.subhero .eyebrow::before { background: var(--c-rose); }

.legal-content {
  background: var(--c-paper);
  padding: clamp(70px, 9vw, 120px) 0;
}
.legal-content .container { max-width: 820px; }
.legal-content h2 {
  font-style: italic;
  margin-top: 1.8em;
  margin-bottom: .5em;
  color: var(--c-terracotta);
}
.legal-content h2:first-child { margin-top: 0; }
.legal-content p, .legal-content li {
  color: var(--c-ink-soft);
  font-size: 1.02rem;
  line-height: 1.75;
}
.legal-content strong { color: var(--c-ink); }
.legal-content a {
  color: var(--c-terracotta);
  border-bottom: 1px dotted var(--c-terracotta);
}
.legal-content a:hover { color: var(--c-deep); border-bottom-color: var(--c-deep); }
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
  font-size: .85rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--c-terracotta);
}
.back-link:hover { color: var(--c-deep); }

/* =================================================
   RESPONSIVE
   ================================================= */
@media (max-width: 980px) {
  .nav-menu { display: none; }
  .nav-menu.mobile-open {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    background: var(--c-paper);
    flex-direction: column;
    padding: 28px 36px;
    gap: 1.2rem;
    box-shadow: 0 12px 40px rgba(0,0,0,.1);
  }
  .nav-menu.mobile-open a { color: var(--c-ink); text-shadow: none; }
  .nav-burger { display: block; }

  .story-grid,
  .feature,
  .feature.reverse {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .feature.reverse .feature-img { order: 0; }
  .feature.reverse .feature-text { order: 0; }

  .menu-grid { grid-template-columns: 1fr; }
  .gallery-grid { columns: 2; }
  .contact-grid { grid-template-columns: 1fr; }
  .parking-item { grid-template-columns: 1fr; }
  .parking-actions { justify-content: flex-start; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .hero-meta { padding: 0 24px; flex-wrap: wrap; gap: 12px; }
  .hero-meta .right { display: none; }

}

@media (max-width: 600px) {
  .gallery-grid { columns: 1; }
  .footer-top { grid-template-columns: 1fr; gap: 38px; }
  .hero h1 { font-size: 3rem; }
  .nav { padding: 14px 22px; }
  .nav-logo img { height: 58px; }
  .nav.scrolled .nav-logo img { height: 54px; }
}
