/* ============================================================
   Angelas Hairlounge · Aichtal
   Editorial. Kupfer-Orange. Warm. Eigenständig.
   ============================================================ */

:root {
  --cream: #FBF4EA;
  --cream-2: #F6EADA;
  --peach: #F8E6D3;
  --sand: #EAD6BC;
  --orange: #C0561F;
  --orange-deep: #9C4315;
  --orange-bright: #E2792F;
  --amber: #D6894A;
  --gold: #B4813C;
  --espresso: #23140C;
  --ink: #2A1A10;
  --muted: #8B725C;
  --line: rgba(120, 80, 45, .16);
  --shadow: 0 30px 70px -34px rgba(60, 32, 14, .45);
  --shadow-soft: 0 20px 50px -30px rgba(60, 32, 14, .35);
  --radius: 20px;
  --arch: 999px 999px var(--radius) var(--radius);
  --font-serif: "Cormorant Garamond", Georgia, serif;
  --font-script: "Great Vibes", cursive;
  --font-sans: "Jost", "Helvetica Neue", Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: var(--orange); text-decoration: none; }
::selection { background: var(--orange); color: #fff; }

.wrap { width: min(1200px, 92vw); margin-inline: auto; }
.sr-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.ic { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; flex: none; }

/* ---------- Typografie ---------- */

h1, h2, h3 { font-family: var(--font-serif); font-weight: 500; line-height: 1.08; color: var(--espresso); letter-spacing: .005em; }

.display { font-size: clamp(2.9rem, 6.6vw, 5.4rem); }
.h2 { font-size: clamp(2.2rem, 4.6vw, 3.6rem); }
.it { font-style: italic; }

.eyebrow {
  font-size: .74rem;
  letter-spacing: .38em;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--orange);
}

.script {
  font-family: var(--font-script);
  color: var(--orange);
  font-weight: 400;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.lead { font-size: 1.14rem; color: var(--muted); max-width: 58ch; }

/* Editorial-Kopf: Nummer + vertikales Label + Titel */
.sec-head { position: relative; margin-bottom: clamp(2.6rem, 5vh, 4rem); }
.sec-num { display: none; }
.sec-label {
  display: inline-flex; align-items: center; gap: .8rem;
  font-size: .74rem; letter-spacing: .34em; text-transform: uppercase;
  color: var(--orange); font-weight: 400; margin: .4rem 0 .9rem;
}
.sec-label::before { content: ""; width: 40px; height: 1px; background: currentColor; }

.vlabel {
  position: absolute;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: .42em;
  text-transform: uppercase;
  font-size: .68rem;
  color: var(--muted);
  transform: rotate(180deg);
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex; align-items: center; gap: .65rem;
  padding: 1.02rem 2.05rem;
  border-radius: 999px;
  font-family: var(--font-sans); font-size: .94rem; font-weight: 400; letter-spacing: .05em;
  cursor: pointer; border: 1px solid transparent;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}
.btn .ic { font-size: 1.05rem; }
.btn-primary { background: var(--orange); color: #fff6ee; box-shadow: 0 16px 34px -16px rgba(192, 86, 31, .7); }
.btn-primary:hover { background: var(--orange-deep); transform: translateY(-2px); }
.btn-cream { background: var(--cream); color: var(--espresso); box-shadow: 0 16px 34px -18px rgba(0,0,0,.4); }
.btn-cream:hover { transform: translateY(-2px); box-shadow: 0 22px 44px -20px rgba(0,0,0,.5); }
.btn-dark { background: var(--espresso); color: #fdf3e8; box-shadow: 0 16px 34px -18px rgba(0,0,0,.5); }
.btn-dark:hover { background: #3a2718; transform: translateY(-2px); }
.btn-ghost { border-color: rgba(120, 80, 45, .38); color: var(--espresso); background: transparent; }
.btn-ghost:hover { border-color: var(--orange); color: var(--orange); transform: translateY(-2px); }
.btn-ghost-light { border-color: rgba(255, 240, 225, .5); color: #fdf3e8; background: transparent; }
.btn-ghost-light:hover { border-color: #fff; background: rgba(255,255,255,.08); transform: translateY(-2px); }

/* ---------- Header ---------- */

.header { position: fixed; inset: 0 0 auto 0; z-index: 100; padding: 1.35rem 0; transition: background .35s ease, box-shadow .35s ease, padding .35s ease; }
.header.scrolled { background: rgba(251, 244, 234, .9); backdrop-filter: blur(14px); box-shadow: 0 10px 40px -22px rgba(60,32,14,.4); padding: .7rem 0; }
.header.on-light:not(.scrolled) .brand-main,
.header.on-light:not(.scrolled) .nav-links a,
.header.on-light:not(.scrolled) .nav-phone { color: #fff3e6; }
.header.on-light:not(.scrolled) .brand-sub { color: rgba(255, 240, 225, .7); }
.header.on-light:not(.scrolled) .brand-main .it { color: #ffd9b0; }
.header.on-light:not(.scrolled) .nav-links a::after { background: #fff3e6; }
.header.on-light:not(.scrolled) .burger span { background: #fff3e6; }

.nav { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; align-items: center; line-height: 1; }
.brand-logo { height: 47px; width: auto; display: block; transition: height .35s ease; }
.header.scrolled .brand-logo { height: 40px; }
.brand-main { font-family: var(--font-serif); font-size: 1.5rem; font-weight: 600; letter-spacing: .03em; color: var(--espresso); transition: color .35s ease; }
.brand-main .it { font-style: italic; color: var(--orange); transition: color .35s ease; }
.brand-sub { font-size: .6rem; letter-spacing: .4em; text-transform: uppercase; color: var(--muted); margin-top: .35rem; transition: color .35s ease; }

.nav-links { display: flex; gap: 2.1rem; list-style: none; }
.nav-links a { color: var(--espresso); font-size: .92rem; letter-spacing: .04em; position: relative; padding-block: .3rem; transition: color .35s ease; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: var(--orange); transition: width .3s ease; }
.nav-links a:hover::after { width: 100%; }

.nav-cta { display: flex; align-items: center; gap: 1.1rem; }
.nav-phone { display: inline-flex; align-items: center; gap: .5rem; font-size: .92rem; color: var(--espresso); white-space: nowrap; transition: color .35s ease; }
.nav-phone:hover { color: var(--orange); }
.nav .btn { padding: .74rem 1.55rem; font-size: .87rem; }

.burger { display: none; background: none; border: none; cursor: pointer; width: 44px; height: 44px; position: relative; z-index: 110; }
.burger span { display: block; width: 26px; height: 2.4px; border-radius: 2px; background: var(--espresso); margin: 5px auto; transition: transform .3s ease, opacity .3s ease, background .3s ease; }
.burger.open span:nth-child(1) { transform: translateY(7.4px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7.4px) rotate(-45deg); }

/* ---------- Hero (halb weiss / halb orange, Frau freigestellt) ---------- */

.hero {
  --woman-h: 68svh;
  --head-gap: max(92px, 13svh);
  position: relative;
  min-height: calc(var(--woman-h) + var(--head-gap));
  display: flex; align-items: center;
  padding: clamp(5.5rem, 9vh, 7rem) 0 0;
  color: var(--espresso);
  overflow: hidden;
}
.hero::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 24%; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, rgba(255,247,238,.62), rgba(255,247,238,0)); }
.hero-split { position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(90deg, #FBF4EA 0 50%, #8E4527 50% 100%); }
.hero-marble { position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: url("../img/hero-marble.jpg") center / cover no-repeat; opacity: .11; mix-blend-mode: overlay; }
.hero-arc { position: absolute; z-index: 1; pointer-events: none; border-radius: 50%;
  border: 1px solid rgba(255,240,225,.22); }
.hero-arc.a1 { width: 78vh; height: 78vh; right: -14vh; top: 50%; transform: translateY(-50%); }
.hero-arc.a2 { width: 54vh; height: 54vh; right: -4vh; top: 50%; transform: translateY(-50%); border-color: rgba(255,240,225,.14); }

.hero-inner { position: absolute; inset: 0; z-index: 2; }

.hero-woman { position: absolute; bottom: 0; left: 0; right: 0; margin-inline: auto;
  width: max-content; max-width: 92vw; z-index: 2;
  filter: drop-shadow(0 6px 10px rgba(40,20,8,.14)) drop-shadow(0 26px 34px rgba(40,20,8,.16)); }
.hero-woman img { height: var(--woman-h); width: auto; max-width: 90vw; display: block; }

.hero-foot { position: absolute; left: 0; right: 0; margin-inline: auto; bottom: clamp(1.4rem, 4vh, 2.6rem);
  z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 1.05rem;
  width: max-content; max-width: 94vw; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.hero-rating { display: inline-flex; align-items: center; gap: .55rem; font-size: .86rem; color: #fff6ec;
  padding: .7rem 2.2rem;
  background: radial-gradient(58% 135% at 50% 50%, rgba(22,13,6,.6), rgba(22,13,6,0) 72%);
  text-shadow: 0 1px 5px rgba(0,0,0,.5); }
.hero-stars { display: inline-flex; gap: .1rem; color: #ffce8f; }
.hero-stars .ic { width: 1rem; height: 1rem; fill: currentColor; stroke: none; filter: drop-shadow(0 1px 2px rgba(0,0,0,.45)); }
.hero-rating strong { color: #fff; font-weight: 500; }

/* ---------- Marquee ---------- */

.marquee { background: var(--espresso); color: #f3e5d5; padding: 1.05rem 0; overflow: hidden; }
.marquee-track { display: flex; gap: 3rem; width: max-content; animation: marquee 32s linear infinite; }
.marquee-track span { display: inline-flex; align-items: center; gap: 3rem; font-family: var(--font-serif); font-style: italic; font-size: 1.2rem; letter-spacing: .06em; white-space: nowrap; color: #f3e5d5; }
.marquee-track span::after { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--orange-bright); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Sektion ---------- */

section { padding: clamp(4.8rem, 9vh, 8rem) 0; position: relative; }

/* ---------- Über uns / Salon ---------- */

.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.about-figure { position: relative; padding-left: 2.4rem; }
.about-figure .vlabel { left: 0; top: 50%; transform: translateY(-50%) rotate(180deg); }
.about-figure .main { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 3.5 / 4; }
.about-figure .main img { width: 100%; height: 100%; object-fit: cover; }
.about-figure .small { position: absolute; right: -1.6rem; bottom: -2.2rem; width: 46%; border-radius: var(--arch); overflow: hidden; border: 7px solid var(--cream); box-shadow: var(--shadow); aspect-ratio: 3 / 4; }
.about-figure .small img { width: 100%; height: 100%; object-fit: cover; }
.about-figure .dot { position: absolute; left: 1.2rem; top: -1.4rem; width: 84px; height: 84px; border-radius: 50%; background: radial-gradient(circle at 30% 25%, var(--amber), var(--orange-deep)); display: grid; place-items: center; color: #fff2e4; box-shadow: var(--shadow-soft); }
.about-figure .dot .ic { font-size: 2rem; }

.about-copy .sec-num { display: none; }
.about-copy p { margin-bottom: 1.2rem; color: #48372a; }
.about-copy p strong { font-weight: 500; color: var(--espresso); }
.about-sign { font-family: var(--font-script); font-size: 2rem; color: var(--orange); margin-top: .4rem; }
.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 2.4rem; padding-top: 2rem; border-top: 1px solid var(--line); text-align: center; }
.about-stats .n { font-family: var(--font-serif); font-size: clamp(1.5rem, 2.4vw, 1.95rem); color: var(--orange); line-height: 1.05; white-space: nowrap; }
.about-stats .l { font-size: .76rem; letter-spacing: .07em; color: var(--muted); margin-top: .5rem; text-transform: uppercase; }

/* ---------- Statement-Band mit Hintergrundbild ---------- */

.statement { padding: clamp(6rem, 14vh, 10rem) 0; background: var(--espresso); position: relative; overflow: hidden; }
.statement::before { content: ""; position: absolute; inset: 0; background: url("../img/kupfer-locken.jpg") center 30% / cover; opacity: .34; }
.statement::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(35,20,12,.9), rgba(156,67,21,.55) 55%, rgba(35,20,12,.85)); mix-blend-mode: multiply; }
.statement .wrap { position: relative; z-index: 2; text-align: center; max-width: 900px; }
.statement .mark { font-family: var(--font-serif); font-size: 5rem; line-height: .4; color: var(--orange-bright); display: block; height: 2.2rem; }
.statement q { font-family: var(--font-serif); font-style: italic; font-size: clamp(1.9rem, 4vw, 3.2rem); line-height: 1.24; color: #fdf3e8; quotes: none; }
.statement .who { display: block; margin-top: 1.8rem; font-size: .78rem; letter-spacing: .34em; text-transform: uppercase; color: rgba(255,233,210,.72); }

/* ---------- Leistungen ---------- */

.services { background: linear-gradient(180deg, var(--peach), var(--cream)); }
.services-top { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; flex-wrap: wrap; }
.services-top .lead { margin-bottom: .3rem; }
.service-feature { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(2.2rem, 5vw, 5rem); align-items: center; margin: clamp(2.8rem, 5vh, 4rem) 0 clamp(3rem, 6vh, 4.5rem); }
.feature-media { border-radius: 260px 260px var(--radius) var(--radius); overflow: hidden; aspect-ratio: 4 / 5; box-shadow: var(--shadow); }
.feature-media img { width: 100%; height: 100%; object-fit: cover; }
.feature-list { list-style: none; }
.feature-list li { display: flex; align-items: center; gap: 1.5rem; padding: 1.55rem .3rem; border-top: 1px solid var(--line); cursor: default; transition: padding-left .3s ease; }
.feature-list li:last-child { border-bottom: 1px solid var(--line); }
.feature-list li:hover { padding-left: 1rem; }
.fl-no { font-family: var(--font-serif); font-style: italic; font-size: 1.5rem; color: var(--orange); opacity: .55; width: 2.2rem; flex: none; }
.fl-body { flex: 1; }
.feature-list h3 { font-size: clamp(1.7rem, 2.6vw, 2.2rem); transition: color .25s ease; }
.feature-list li:hover h3 { color: var(--orange); }
.feature-list p { color: var(--muted); font-size: .92rem; margin-top: .2rem; }
.feature-list .ic { font-size: 1.5rem; color: var(--orange); opacity: 0; transform: translateX(-8px); transition: opacity .3s ease, transform .3s ease; }
.feature-list li:hover .ic { opacity: 1; transform: none; }

.tabs { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: center; margin-bottom: 2.6rem; }
.tab-btn { border: 1px solid rgba(120,80,45,.3); background: transparent; color: var(--espresso); border-radius: 999px; padding: .62rem 1.5rem; font-family: var(--font-sans); font-size: .9rem; letter-spacing: .03em; cursor: pointer; transition: all .25s ease; }
.tab-btn:hover { border-color: var(--orange); color: var(--orange); }
.tab-btn.active { background: var(--orange); border-color: var(--orange); color: #fff6ee; }
.tab-panel { display: none; animation: fadeUp .5s ease; }
.tab-panel.active { display: block; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

.price-list { max-width: 820px; margin-inline: auto; }
.price-row { display: flex; align-items: baseline; gap: 1rem; padding: 1rem .5rem; border-bottom: 1px solid var(--line); }
.price-row .pn { position: relative; padding-left: 1.6rem; font-weight: 400; color: var(--espresso); }
.price-row .pn::before { content: ""; position: absolute; left: 0; top: .62em; width: 7px; height: 7px; border-radius: 50%; background: var(--amber); }
.price-row .pn small { display: block; padding-left: 0; font-size: .8rem; color: var(--muted); font-weight: 300; }
.price-row .dots { flex: 1; border-bottom: 1px dotted rgba(120,90,60,.4); transform: translateY(-4px); }
.price-row .dur { font-size: .9rem; color: var(--muted); white-space: nowrap; }
.price-row .dur em { font-style: normal; color: var(--orange); }
.price-note { text-align: center; font-size: .92rem; color: var(--muted); max-width: 660px; margin: 2.2rem auto 0; }
.price-note a { border-bottom: 1px solid currentColor; }

/* ---------- Team ---------- */

.team { background: var(--espresso); color: #efe0cf; overflow: hidden; }
.team .sec-num { color: var(--orange-bright); opacity: .5; }
.team .sec-label, .team .eyebrow { color: var(--amber); }
.team h2, .team h3 { color: #f8ecdc; }
.team .lead { color: rgba(239,224,207,.72); }
.team-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 360px)); gap: 1.8rem; justify-content: center; margin-top: clamp(2.4rem, 5vh, 3.6rem); }
.team-card { position: relative; border: 1px solid rgba(214,137,74,.28); border-radius: var(--radius); padding: 3rem 2.2rem 2.5rem; text-align: center; background: linear-gradient(180deg, rgba(214,137,74,.12), rgba(214,137,74,.02)); transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.team-card:hover { transform: translateY(-6px); border-color: rgba(214,137,74,.6); box-shadow: 0 32px 60px -32px rgba(0,0,0,.55); }
.team-card .mono { width: 94px; height: 94px; margin: 0 auto 1.5rem; border-radius: 50%; display: grid; place-items: center; font-family: var(--font-serif); font-size: 2.7rem; font-style: italic; color: #fff2e4; background: radial-gradient(circle at 30% 25%, var(--amber), var(--orange-deep)); box-shadow: 0 14px 32px -12px rgba(214,137,74,.6); }
.team-card h3 { font-size: 1.95rem; }
.team-card .role { font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(239,224,207,.62); margin-top: .5rem; }
.team-card .spec { display: inline-flex; align-items: center; gap: .55rem; margin-top: 1.5rem; padding: .55rem 1.2rem; border: 1px solid rgba(214,137,74,.4); border-radius: 999px; font-size: .88rem; color: var(--amber); }
.team-card .spec .ic { width: 1.05rem; height: 1.05rem; }

/* ---------- Bewertungen ---------- */

.reviews { background: var(--cream); }
.reviews-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: center; }
.review-score { text-align: center; background: linear-gradient(180deg, var(--peach), var(--cream)); border: 1px solid var(--line); border-radius: var(--radius); padding: 2.6rem 1.5rem; }
.review-score .big { font-family: var(--font-serif); font-size: clamp(4.6rem, 8vw, 6.6rem); line-height: 1; color: var(--orange); }
.review-score .stars { display: inline-flex; gap: .18rem; color: var(--gold); margin-top: .5rem; }
.review-score .stars .ic { width: 1.3rem; height: 1.3rem; fill: currentColor; stroke: none; }
.review-score p { color: var(--muted); font-size: .92rem; margin-top: .9rem; }
.review-bars { display: grid; gap: 1.15rem; }
.review-bar .top { display: flex; justify-content: space-between; font-size: .92rem; margin-bottom: .45rem; }
.review-bar .top b { font-weight: 500; }
.review-bar .track { height: 7px; border-radius: 99px; background: var(--sand); overflow: hidden; }
.review-bar .fill { height: 100%; width: 0; border-radius: 99px; background: linear-gradient(90deg, var(--amber), var(--orange)); transition: width 1.2s cubic-bezier(.2,.7,.3,1); }
.reviews-cta { margin-top: 2.2rem; }

/* ---------- Besuch ---------- */

.visit { background: linear-gradient(180deg, var(--cream), var(--peach)); }
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.6rem, 4vw, 2.4rem); align-items: stretch; }
.vcard { background: #fffdf9; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.9rem, 4vw, 2.8rem); box-shadow: var(--shadow-soft); }
.vcard h3 { font-size: 1.6rem; margin-bottom: 1.4rem; display: flex; align-items: center; gap: .75rem; }
.vcard h3 .ic { color: var(--orange); font-size: 1.5rem; }
.hours { width: 100%; border-collapse: collapse; }
.hours tr { border-bottom: 1px solid var(--line); }
.hours tr:last-child { border-bottom: none; }
.hours td { padding: .72rem 0; font-size: .98rem; }
.hours td:last-child { text-align: right; color: var(--muted); }
.hours tr.today td { color: var(--orange); font-weight: 400; }
.hours tr.today td:first-child::after { content: "heute"; margin-left: .6rem; font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; color: #fff6ee; background: var(--orange); padding: .12rem .5rem; border-radius: 99px; vertical-align: middle; }
.hours tr.closed td:last-child { color: #b0654a; }
.route p { color: #48372a; margin-bottom: 1rem; }
.route-list { list-style: none; display: grid; gap: 1rem; margin: 1.2rem 0 1.8rem; }
.route-list li { display: flex; gap: .95rem; align-items: flex-start; font-size: .96rem; color: #48372a; }
.route-list .ic { color: var(--orange); font-size: 1.5rem; margin-top: .15rem; }

/* ---------- Kontakt ---------- */

.contact { background: var(--espresso); color: #efe0cf; position: relative; overflow: hidden; }
.contact .ring { position: absolute; right: -140px; top: -140px; width: 420px; height: 420px; border-radius: 50%; border: 1px solid rgba(214,137,74,.25); }
.contact .ring.b { right: -60px; top: -60px; width: 420px; height: 420px; border-color: rgba(214,137,74,.14); }
.contact .sec-label, .contact .eyebrow { color: var(--amber); }
.contact h2 { color: #f8ecdc; }
.contact .lead { color: rgba(239,224,207,.74); }
.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: center; position: relative; z-index: 2; }
.channels { display: grid; gap: 1rem; margin-top: 2.2rem; }
.channel { display: flex; align-items: center; gap: 1.15rem; border: 1px solid rgba(214,137,74,.32); border-radius: 16px; padding: 1.1rem 1.35rem; color: #efe0cf; transition: border-color .25s ease, background .25s ease, transform .25s ease; }
.channel:hover { border-color: var(--amber); background: rgba(214,137,74,.09); transform: translateX(6px); }
.channel .ico { width: 48px; height: 48px; flex: none; border-radius: 50%; display: grid; place-items: center; background: rgba(214,137,74,.16); color: var(--amber); }
.channel .ico .ic { font-size: 1.25rem; }
.channel b { display: block; font-weight: 500; font-size: 1.02rem; }
.channel span { font-size: .85rem; color: rgba(239,224,207,.64); }
.contact-note { font-size: .85rem; color: rgba(239,224,207,.54); margin-top: 1.4rem; }
.contact-figure { position: relative; border-radius: var(--arch); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 3.4 / 4; }
.contact-figure img { width: 100%; height: 100%; object-fit: cover; }
.contact-figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(35,20,12,.5)); }

/* ---------- Footer ---------- */

.footer { background: #1b100a; color: rgba(239,224,207,.68); padding: 3.4rem 0 2rem; font-size: .9rem; }
.footer-grid { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 2rem; padding-bottom: 2rem; border-bottom: 1px solid rgba(214,137,74,.2); }
.footer-logo { width: 220px; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 1.6rem; list-style: none; align-items: center; }
.footer-nav a { color: rgba(239,224,207,.75); }
.footer-nav a:hover { color: var(--amber); }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; padding-top: 1.6rem; font-size: .82rem; color: rgba(239,224,207,.45); }
.footer-credit { margin-top: 2.6rem; padding-top: 2.2rem; border-top: 1px solid rgba(214,137,74,.14); display: flex; flex-direction: column; align-items: center; gap: .75rem; }
.footer-credit p { font-size: .88rem; letter-spacing: .05em; color: rgba(239,224,207,.55); }
.footer-credit .heart { color: #e0654c; }
.footer-credit a { display: inline-block; opacity: .82; transition: opacity .25s ease, transform .25s ease; }
.footer-credit a:hover { opacity: 1; transform: translateY(-2px); }
.footer-credit img { height: 60px; width: auto; display: block; }

/* ---------- Impressum ---------- */

.legal-hero { padding: clamp(9rem, 16vh, 12rem) 0 clamp(2.5rem, 5vh, 4rem); background: linear-gradient(160deg, #B4551F, #7E3A16); color: #fdf3e8; }
.legal-hero .eyebrow { color: #ffd9b0; }
.legal-hero h1 { color: #fdf3e8; }
.legal-body { padding: clamp(3rem, 6vh, 5rem) 0 clamp(4rem, 8vh, 6rem); }
.legal-body .inner { max-width: 820px; margin-inline: auto; }
.legal-body h2 { font-size: 1.9rem; margin: 2.8rem 0 1rem; }
.legal-body h3 { font-size: 1.3rem; margin: 2rem 0 .7rem; font-family: var(--font-sans); font-weight: 500; }
.legal-body p, .legal-body li { color: #48372a; margin-bottom: .9rem; font-size: .98rem; }
.legal-body ul { padding-left: 1.3rem; margin-bottom: 1rem; }

/* ---------- Hero-Intro ----------
   Laeuft einmal beim Laden, rein in CSS, ohne JS und ohne Observer. Der Hero
   steht ueber dem Falz, ein Scroll-Trigger waere dort sinnlos. Die Ebenen
   kommen gestaffelt: erst die Flaeche, dann Textur und Boegen, dann die Figur,
   zuletzt die Bewertung. animation-fill-mode: both haelt den Startzustand,
   damit nichts aufblitzt, bevor die Animation greift. */

@keyframes heroFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes heroMarbleIn { from { opacity: 0; } to { opacity: .11; } }
@keyframes heroArcIn {
  from { opacity: 0; transform: translateY(-50%) scale(.88); }
  to   { opacity: 1; transform: translateY(-50%) scale(1); }
}
@keyframes heroWomanIn {
  from { opacity: 0; transform: translateY(42px) scale(.985); }
  to   { opacity: 1; transform: none; }
}
@keyframes heroFootIn {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: none; }
}

.js .hero-split  { animation: heroFade 1s cubic-bezier(.16,1,.3,1) both; }
.js .hero-marble { animation: heroMarbleIn 1.4s cubic-bezier(.16,1,.3,1) .15s both; }
.js .hero::before{ animation: heroFade 1.2s ease .3s both; }
.js .hero-arc.a1 { animation: heroArcIn 1.5s cubic-bezier(.16,1,.3,1) .25s both; }
.js .hero-arc.a2 { animation: heroArcIn 1.5s cubic-bezier(.16,1,.3,1) .4s both; }
.js .hero-woman  { animation: heroWomanIn 1.25s cubic-bezier(.16,1,.3,1) .35s both; }
.js .hero-foot   { animation: heroFootIn 1s cubic-bezier(.16,1,.3,1) .95s both; }

@media (prefers-reduced-motion: reduce) {
  .js .hero-split,
  .js .hero-marble,
  .js .hero::before,
  .js .hero-arc.a1,
  .js .hero-arc.a2,
  .js .hero-woman,
  .js .hero-foot { animation: none; }
  .js .hero-marble { opacity: .11; }
}

/* ---------- Reveal ---------- */

.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.js .reveal.visible { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .1s; }
.reveal.d2 { transition-delay: .2s; }
.reveal.d3 { transition-delay: .3s; }

@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .marquee-track { animation: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */

@media (max-width: 1024px) {
  .hero { --woman-h: 62svh; }
}

@media (max-width: 860px) {
  .nav-links, .nav-phone, .nav-cta { display: none; }
  .burger { display: block; }
  .nav { gap: 1rem; }
  .nav .btn { white-space: nowrap; padding: .66rem 1.3rem; font-size: .82rem; }
  .brand-main { font-size: 1.25rem; white-space: nowrap; }
  .brand-sub { white-space: nowrap; letter-spacing: .3em; }
  .hero-arc { display: none; }
  .hero::before { display: none; }
  .hero { --woman-h: 56svh; --head-gap: max(84px, 13svh); }
  .hero-woman img { max-width: 88vw; }
  .hero-foot { bottom: clamp(1.2rem, 4vh, 2.4rem); width: min(360px, 88vw); }
  .brand-logo { height: 34px; }
  .hero-rating { color: #fff2e4; }
  .hero-rating strong { color: #fff; }

  .mobile-menu { position: fixed; inset: 0; background: linear-gradient(160deg, #B4551F, #7E3A16); z-index: 105; display: grid; place-content: center; justify-items: center; text-align: center; gap: 1.4rem; opacity: 0; pointer-events: none; transition: opacity .35s ease; overflow: hidden; }
  .mobile-menu::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
    background: url("../img/hero-marble.jpg") center / cover no-repeat; opacity: .12; mix-blend-mode: soft-light; }
  .mobile-menu.open { opacity: 1; pointer-events: auto; }
  .mobile-menu > * { position: relative; z-index: 1; }
  .mobile-logo { width: 190px; height: auto; margin-bottom: .8rem; }
  .mobile-menu a { font-family: var(--font-serif); font-size: 1.9rem; color: #fdf3e8; }
  .mobile-menu .btn { font-family: var(--font-sans); font-size: 1rem; margin-top: 1rem; }
  .mobile-menu .btn-cream { color: var(--espresso); }
  .mobile-menu .mobile-close { position: absolute; top: 1rem; right: 1rem; z-index: 2; width: 46px; height: 46px;
    display: grid; place-items: center; background: rgba(251,244,234,.12); border: 1px solid rgba(251,244,234,.4);
    border-radius: 50%; cursor: pointer; color: #fdf3e8; }
  .mobile-menu .mobile-close .ic { width: 22px; height: 22px; stroke-width: 1.8; }
  .burger.open span { background: #fdf3e8; }

  .about-grid, .reviews-grid, .visit-grid, .contact-grid, .service-feature { grid-template-columns: 1fr; }
  .service-feature { gap: 2rem; }
  .feature-media { max-width: 420px; margin-inline: auto; width: 100%; }
  .about-figure { max-width: 460px; margin-inline: auto; width: 100%; padding-left: 2.4rem; }
  .team-grid { grid-template-columns: 1fr; max-width: 380px; margin-inline: auto; }
  .contact-figure { display: none; }
  .review-score { max-width: 320px; margin-inline: auto; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .nav-cta { display: none; }
  .hero-inner { width: 100%; padding-inline: 20px; }
  .hero-sub { max-width: 100%; overflow-wrap: break-word; }
  .hero-actions { flex-direction: column; align-items: stretch; width: 100%; }
  .hero-actions .btn { justify-content: center; }
  .hero-rating { font-size: .74rem; gap: .45rem; padding: .6rem 1.5rem; max-width: 96vw; }
  .about-stats { gap: .8rem; }
  .about-figure .small { right: 0; }
}

@media (min-width: 861px) { .mobile-menu { display: none; } }
