:root {
	/* =========================
	   COLORS / SURFACES / TEXT
	========================= */
	--primary-color: #d4af37;	/* https://encycolorpedia.de/d4af37 : ein Farbton von Gelb */
	--primary-color-rgb: 212, 175, 55;
	--secondary-color: #1a1a1a;	/* https://encycolorpedia.de/1a1a1a : ein sehr dunkel Farbton von Grau */
	--secondary-color-rgb: 26, 26, 26;
	--accent-color: #f5e6d3;	/* https://encycolorpedia.de/f5e6d3 : sehr hell Farbton von Braun */
	--text-dark: #2d2d2d;		/* https://encycolorpedia.de/2d2d2d : ein dunkel Farbton von Grau */
	--text-dark-rgb: 45, 45, 45;
	--text-light: #ffffff;		/* https://encycolorpedia.de/ffffff : ein sehr hell Farbton von Grau */
	--text-light-rgb: 255, 255, 255;
	--bg-light: #fafaf8;		/* https://encycolorpedia.de/fafaf8 : ein sehr hell Farbton von Gelb-grün */

	/* =========================
	   GLOBAL TRANSITIONS
	========================= */
	--transition-fast: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s ease;
	--transition: all 0.4s cubic-bezier(.4,0,.2,1);

	/* =========================
	   fonts
	========================= */

	--font-family-default: 'Montserrat', sans-serif;

	/* =========================
	   FONT SIZES
	========================= */
	--font-size-xs: clamp(0.6rem, 2.92svw, 0.8rem);		/* 0.7rem */
	--font-size-s: clamp(0.8rem, 3.75svw, 1.0rem);		/* 0.9rem */
	--font-size-m: clamp(1.0rem, 4.58svw, 1.2rem);		/* 1.1rem */
	--font-size-l: clamp(1.4rem, 6.25svw, 1.6rem);		/* 1.5rem */
	--font-size-xl: clamp(1.9rem, 8.33svw, 2.1rem);		/* 2.0rem */

	/* =========================
	   LAYOUT HERO/HOME
	========================= */
	
	/* "Ihr Premium-Kosmetiksalon ..." */
	--hero-description-font-color-rgb: var(--text-light-rgb);
	--hero-description-font-opacity: 0.9;
	--hero-description-font-size: var(--font-size-m);
	--hero-description-font-weight: normal;						/*normal: 400, fett: 700 */
	--hero-description-font-style: normal;
	--hero-description-line-height: 1.6;
	--hero-description-letter-spacing: normal;
	
	/* "Merima's freie Termine" */
	--hero-calendar-title-font-color-rgb: var(--text-light-rgb);
	--hero-calendar-title-font-opacity: 0.9;
	--hero-calendar-title-font-size: var(--font-size-m);
	--hero-calendar-title-font-weight: normal;
	--hero-calendar-title-font-style: normal;
	--hero-calendar-title-line-height: 1.2;
	--hero-calendar-title-letter-spacing: normal;

	/* "Mo, Di, Mi, ..." */
	--hero-calendar-week-days-font-color: var(--text-light-rgb);
	--hero-calendar-week-days-font-opacity: 0.9;
	--hero-calendar-week-days-font-size: var(--font-size-m);
	--hero-calendar-week-days-font-weight: normal;
	--hero-calendar-week-days-font-style: normal;
	--hero-calendar-week-days-line-height: 1.2;
	--hero-calendar-week-days-letter-spacing: normal;
	
	/* "1, 2, 3, ..." */
	--hero-calendar-day-number-font-color: var(--text-light-rgb);
	--hero-calendar-day-number-font-opacity: 0.9;
	--hero-calendar-day-number-font-size: var(--font-size-m);
	--hero-calendar-day-number-font-weight: normal;
	--hero-calendar-day-number-font-style: normal;
	--hero-calendar-day-number-line-height: 1.2;
	--hero-calendar-day-number-letter-spacing: normal;
	
	/* "Mai 2026" */
	--hero-calendar-toolbar-title-font-color: var(--text-light-rgb);
	--hero-calendar-toolbar-title-font-opacity: 0.9;
	--hero-calendar-toolbar-title-font-size: var(--font-size-m);
	--hero-calendar-toolbar-title-font-weight: normal;
	--hero-calendar-toolbar-title-font-style: normal;
	--hero-calendar-toolbar-title-line-height: 1.2;
	--hero-calendar-toolbar-title-letter-spacing: normal;
	
	/* "<" ">" */
	--hero-calendar-arrow-font-color: var(--text-light-rgb);
	--hero-calendar-arrow-font-opacity: 0.9;
	--hero-calendar-arrow-font-size: var(--font-size-m);
	--hero-calendar-arrow-font-weight: normal;
	--hero-calendar-arrow-font-style: normal;
	--hero-calendar-arrow-line-height: 1.2;
	--hero-calendar-arrow-letter-spacing: normal;
	
	/* "10:00" */
	--hero-calendar-event-time-font-color: var(--primary-color-rgb);
	--hero-calendar-event-time-font-opacity: 0.9;
	--hero-calendar-event-time-font-size: var(--font-size-s);
	--hero-calendar-event-time-font-weight: normal;
	--hero-calendar-event-time-font-style: normal;
	--hero-calendar-event-time-line-height: 1.0;
	--hero-calendar-event-time-letter-spacing: normal;
	
	/* "+5 more" */
	--hero-calendar-more-link-font-color: var(--primary-color-rgb);
	--hero-calendar-more-link-font-opacity: 0.9;
	--hero-calendar-more-link-font-size: var(--font-size-s);
	--hero-calendar-more-link-font-weight: normal;
	--hero-calendar-more-link-font-style: normal;
	--hero-calendar-more-link-line-height: 1.2;
	--hero-calendar-more-link-letter-spacing: normal;

	
	--popover-background: var(--primary-color);
	--popover-border-color: var(--secondary-color-rgb);
	
	--popover-header-background: var(--secondary-color);
	
	
	
	--hero-calendar-popover-title-font-color: var(--text-light-rgb);
	--hero-calendar-popover-title-font-opacity: 0.9;
	--hero-calendar-popover-title-font-size: var(--font-size-m);
	--hero-calendar-popover-title-font-weight: normal;
	--hero-calendar-popover-title-font-style: normal;
	--hero-calendar-popover-title-line-height: 1.2;
	--hero-calendar-popover-title-letter-spacing: normal;
	
	
	/* "10:00" */
	--hero-calendar-popover-event-time-font-color: var(--text-dark-rgb);
	--hero-calendar-popover-event-time-font-opacity: 0.9;
	--hero-calendar-popover-event-time-font-size: var(--font-size-s);
	--hero-calendar-popover-event-time-font-weight: normal;
	--hero-calendar-popover-event-time-font-style: normal;
	--hero-calendar-popover-event-time-line-height: 1.2;
	--hero-calendar-popover-event-time-letter-spacing: normal;
	
	/* =========================
	   LAYOUT / SPACING
	========================= */
	--brand-sub-ratio: 0.25;
	
	

	--hero-subtitle-font-size: var(--font-size-m);
	

	--fontSizeSectionTitle: var(--font-size-xl);
	--fontSizeSectionSubTitle: var(--font-size-m);
	
	--cta-height: 60px;

	--hero-cta-gap-to-boundary: 75px;
	
	--hero-subtitle-padding-top: 60px;
	
	--hero-stack-gap: 50px;

	--hero-calendar-gap: 20px;

	--hero-calendar-layout-duration: 0.75s;
	--cta-label-duration: var(--hero-calendar-layout-duration);
	--hero-calendar-reveal-delay: -0.20s;
	
	--hero-calendar-preferred-height: calc(100svh -
											var(--hero-cta-gap-to-boundary) -
											var(--cta-height) -
											var(--hero-calendar-gap) -
											var(--hero-calendar-gap) -
											var(--nav-height-min)
										);
	
	--hero-calendar-layout-ease: cubic-bezier(.16,.84,.44,1);
	
	--hero-calendar-prewarm-about-ratio: 0.2;
	
/*
	--footer-main-size: 1rem;
*/

	--contact-map-reinit-offset: 20px;
	--contact-map-prewarm-about-ratio: 0.2;
	--contact-map-animation-delay: 1000ms;
	
	--contact-map-zoom-start: 14.0;
	--contact-map-zoom-end: 15.0;
	--contact-map-animation-duration: 10000ms;
	
	/* --------------------------------------------------
	* Contact map – cinematic flight
	* -------------------------------------------------- */

  --contact-map-cinematic-start-zoom: 16.0;
  --contact-map-cinematic-start-pitch: 60;
  --contact-map-cinematic-start-bearing: -32;

  --contact-map-cinematic-delay: 120ms;

  /* Slowly fly to a location */
  --contact-map-fly-speed: 0.18;
  --contact-map-fly-curve: 1;
  --contact-map-fly-screen-speed: 0.16;
  --contact-map-fly-min-zoom: 11.8;
  --contact-map-fly-use-min-zoom: true;


	--section-spacing: 1.5rem;
	--section-scroll-hit-offset: 32px;
	--section-scroll-hit-height: 64px;
	--section-scroll-inset: 0;
	
	--section-indicator-bounce-duration: 3.0s;
	--section-indicator-phase-shift: 0.22s;


	--section-indicator-dot-size: 8px;
	--section-indicator-line-length: 24px;
	--section-indicator-line-width: 1.0px;
	--section-indicator-bounce-max-y: calc(
										var(--section-scroll-hit-offset) -
										var(--section-indicator-dot-size) - 
										1px										/* wegen Verformung) */
										);
	--section-indicator-line-bounce-max-y: calc((
												var(--section-scroll-hit-offset) -
												var(--section-indicator-line-length)
												) * 2
											);
	--footer-copy-gap: 1.25rem;
	

	
	/* =========================
	   SCROLL SECTION HINTS
	========================= */

	--section-hint-boundary-gap: 0.3rem;
	--section-hint-color-strong: rgba(45, 45, 45, 0.96);
	--section-hint-size: 0.82rem;
	--section-hint-letter-spacing: 0.22em;
	--section-hint-hide-delay: 2.0s;
	--section-hint-show-duration: 0.5s;
	--section-hint-fade-duration: 1.0s;
	--section-hint-visibility: 0.4;
	--section-hint-show-scroll-distance: 200svh;

	/* für die Schneise durch die Videos */
	--scroll-hint-column-center: 24px;
	--gallery-hint-lane-width: 0px;
	
	/* =========================
	   NAVBAR GESTURE ELASTICITY
	========================= */
	--nav-gesture-expand-max: 22px;
	--nav-gesture-compress-max: 22px;

	--nav-gesture-expand-velocity-factor: 0.18;
	--nav-gesture-compress-velocity-factor: 0.18;

	--nav-gesture-stiffness: 0.18;
	--nav-gesture-damping: 0.74;
	
	/* ===================================================================================
	expand-max					maximale zusätzliche Höhe beim Heraufscrollen
	compress-max				maximale zusätzliche Verringerung beim Herabscrollen
	expand-velocity-factor		wie stark die Expansion auf Swipe-Geschwindigkeit reagiert
	compress-velocity-factor	wie stark die Stauchung reagiert
	stiffness / damping			Rückfederung
	=================================================================================== */
	
	/* =========================
	   NAVBAR STRUCTURE
	========================= */
	--nav-height: 78px;
	--nav-height-max: 78px;
	--nav-height-min: 58px;
	--nav-surface-up: 0.10;

	/* =========================
	   SECTION BACKGROUNDS
	========================= */
	--section-bg-about: var(--bg-light);
	--section-bg-gallery: var(--accent-color);
	--section-bg-services: var(--secondary-color);
	--section-bg-pricing: var(--bg-light);
	--section-bg-testimonials: var(--accent-color);
	--section-bg-contact: var(--secondary-color);

	/* =========================
		cta Button Elastizität
	========================= */
	--cta-elastic-stiffness: 0.032;
	--cta-elastic-damping: 0.87;
	--cta-elastic-velocity-factor: 0.10;
	--cta-elastic-max: 18;

	/* =========================
	   MASTER MOTION PRESETS
	   Navbar + Screen Bounce + Hero
	========================= */
	
	/* Base fallback values */
	--nav-spring-stiffness-desktop: 0.08;
	--nav-spring-damping-desktop: 0.82;
	--nav-compact-stiffness-desktop: 0.045;
	--nav-compact-damping-desktop: 0.88;

	--nav-spring-stiffness-mobile: 0.06;
	--nav-spring-damping-mobile: 0.85;
	--nav-compact-stiffness-mobile: 0.035;
	--nav-compact-damping-mobile: 0.90;

	--scroll-elastic-decay: 10;
	--scroll-elastic-frequency: 10;
	--scroll-elastic-phase-shift: 0.75;
	--scroll-duration-factor: 0.6;
	--scroll-duration-min: 700;
	--scroll-duration-max: 1600;

	--hero-parallax-factor: -0.06;
	--hero-parallax-stiffness: 0.04;
	--hero-parallax-damping: 0.85;
	--hero-scale-scroll-factor: 0.01;
	--hero-brightness-scroll-factor: 0.06;

	/* =========================
	   MASTER PRESET: cinematic
	========================= */
	/*
	--nav-spring-stiffness-desktop: 0.095;
	--nav-spring-damping-desktop: 0.78;
	--nav-compact-stiffness-desktop: 0.055;
	--nav-compact-damping-desktop: 0.84;

	--nav-spring-stiffness-mobile: 0.072;
	--nav-spring-damping-mobile: 0.81;
	--nav-compact-stiffness-mobile: 0.042;
	--nav-compact-damping-mobile: 0.87;

	--scroll-elastic-decay: 8.5;
	--scroll-elastic-frequency: 11.5;
	--scroll-elastic-phase-shift: 0.78;
	--scroll-duration-factor: 0.72;
	--scroll-duration-min: 820;
	--scroll-duration-max: 1900;

	--hero-parallax-factor: -0.085;
	--hero-parallax-stiffness: 0.05;
	--hero-parallax-damping: 0.82;
	--hero-scale-scroll-factor: 0.014;
	--hero-brightness-scroll-factor: 0.075;
	*/

	/* =========================
	   MASTER PRESET: custom
	========================= */
	--nav-spring-stiffness-desktop: 0.08;
	--nav-spring-damping-desktop: 0.82;
	--nav-compact-stiffness-desktop: 0.045;
	--nav-compact-damping-desktop: 0.88;

	--nav-spring-stiffness-mobile: 0.06;
	--nav-spring-damping-mobile: 0.85;
	--nav-compact-stiffness-mobile: 0.035;
	--nav-compact-damping-mobile: 0.90;

	--scroll-elastic-decay: 30;
	--scroll-elastic-frequency: 10;
	--scroll-elastic-phase-shift: 0.75;
	--scroll-duration-factor: 0.6;
	--scroll-duration-min: 700;
	--scroll-duration-max: 1600;

	--hero-parallax-factor: -0.06;
	--hero-parallax-stiffness: 0.04;
	--hero-parallax-damping: 0.85;
	--hero-scale-scroll-factor: 0.01;
	--hero-brightness-scroll-factor: 0.06;
}

	/* =========================
	   ELASTIC SCROLL VARIABLEN
	========================= */
	/*
	Rolle der Scroll-Variablen

	1) --scroll-elastic-decay

	Das ist die Dämpfung der Schwingung.

	Wirkung:

	- höher = Schwingung stirbt schneller ab
	- niedriger = Schwingung bleibt länger sichtbar

	2) --scroll-elastic-frequency

	Das ist die Frequenz der Schwingung.

	Wirkung:

	- höher = mehr Oszillationen in derselben Zeit
	- niedriger = weniger, breitere Wellen

	3) --scroll-elastic-phase-shift

	Das verschiebt den Startpunkt der Sinuskurve.

	Wirkung:

	- beeinflusst, wie der erste Overshoot einsetzt
	- verändert das “Timing-Gefühl” der ersten elastischen Reaktion

	ist eher Feintuning als Hauptregler

	4) --scroll-duration-factor
 
	Wirkung:

	skaliert die Scroll-Dauer abhängig von der Distanz

	- höher = lange Wege dauern merklich länger
	- niedriger = direkter, knackiger

	5) --scroll-duration-min

	Das ist die Untergrenze der Scroll-Dauer.

	Wirkung:

	- verhindert, dass kurze Scrolls zu abrupt wirken
	- je höher, desto “wertiger” und langsamer fühlt sich selbst ein kurzer Sprung an

	6) --scroll-duration-max

	Obergrenze der Dauer:

	Wirkung:

	- verhindert, dass sehr lange Scrolls zu zäh werden
	- höher = große Sprünge dürfen mehr “cinematic” sein

	 */
	 
	 
	/* =========================
	   PARALLAX VARIABLEN
	========================= */
	/*

	Die 5 Variablen steuern den Hero-Scroll-Effekt: also wie sich der Hero-Bereich beim Scrollen verschiebt,
	nachfedert, minimal skaliert und abdunkelt.
	
	1) --hero-parallax-factor

	Das ist der Ziel-Faktor für die vertikale Verschiebung des Hero-Inhalts beim Scrollen.

	Wirkung

	 - bestimmt, wie stark der Hero-Inhalt auf Scroll reagiert
	 - weil der Wert negativ ist, bewegt sich der Inhalt leicht nach oben, wenn man nach unten scrollt
	 - je größer der Betrag, desto stärker die Parallax-Bewegung

	Merksatz: parallax-factor = Wie weit soll der Hero grundsätzlich wandern?

	2) --hero-parallax-stiffness

	Das ist die Federhärte der Parallax-Reaktion.
	
	Wirkung

	 - bestimmt, wie aggressiv der aktuelle Wert zum Zielwert gezogen wird
	 - höher = schnelleres Annähern
	 - niedriger = träger, weicher, luxuriöser

	Merksatz: stiffness = Wie stark zieht die Feder zum Ziel?
	
	3) --hero-parallax-damping

	Das ist die Dämpfung der Parallax-Geschwindigkeit.

	Wirkung

	 - bestimmt, wie viel von der Bewegungsgeschwindigkeit pro Frame erhalten bleibt
	 - höher = Bewegung hält länger an, wirkt flüssiger und etwas schwebender
	 - niedriger = Bewegung wird schneller gebremst

	Merksatz: damping = Wie stark wird die Bewegung beruhigt?

	4) --hero-scale-scroll-factor

	Das steuert, wie stark der Hero beim Scrollen minimal kleiner skaliert wird.

	Wirkung

	progress läuft von 0 bis 1, also wird bei dir:

	 - Start: scale = 1
	 - Maximal: scale = 1 - 0.01 = 0.99

	Der Hero-Inhalt wird also höchstens auf 99 % verkleinert.

	Bedeutung

	Das ist ein sehr subtiler Tiefeneffekt:

	 - beim Scrollen wirkt der Hero leicht „zurückweichend“
	 - unterstützt das Premium-/Cinematic-Gefühl
	 - sollte meistens klein bleiben

	Merksatz: scale-scroll-factor = Wie stark schrumpft der Hero beim Scrollen?

	5) --hero-brightness-scroll-factor

	Das steuert, wie stark der Hero beim Scrollen visuell dunkler wird.
	
	Wirkung

	 - Start: --hero-brightness = 1
	 - Maximal: 1 - 0.06 = 0.94

	Der Wert selbst dimmt nicht direkt per filter: brightness(), sondern wird von deinem Overlay benutzt.
	
	Das heißt:

	- je kleiner --hero-brightness
	- desto stärker wird das dunkle Overlay sichtbar
	- dadurch wirkt der Hero beim Scrollen leicht dramatischer und ruhiger
	
	Merksatz: brightness-scroll-factor = Wie stark dunkelt der Hero beim Scrollen ab?

	*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scrollbar-gutter: stable;	/* Windows Desktop Browser haben oft sichtbare Scrollbars, die Layout verschieben. */
								/* Das verhindert, dass Layout springt wenn Scrollbar erscheint. */
}

body {
	font-family: var(--font-family-default);
	color: var(--text-dark);
	background-color: var(--bg-light);
	line-height: 1.6;
	margin: 0;
}

html, body {
	-webkit-user-select: none;				/* vehindert Textmarkierung */
	user-select: none;
	-webkit-touch-callout: none;
}

html.disable-overscroll,
html.disable-overscroll body {
	overscroll-behavior-y: none;
	height: 100%;
}

html.disable-overscroll body {
	touch-action: manipulation;
}

html.low-end .hero::before,
html.low-fps .hero::before {
	animation: none !important;
}

html.low-end .gallery-track,
html.low-fps .gallery-track {
	transition-duration: 0.35s;
}

html.low-end .service-card,
html.low-end .pricing-item,
/*
html.low-end .testimonial-card,
*/
html.low-fps .service-card,
html.low-fps .pricing-item {
	transition: none;
}

html.low-end .hero,
html.low-fps .hero {
	will-change: auto;
}

html.low-end .hero-inner,
html.low-fps .hero-inner {
	will-change: auto;
}

html.hero-calendar-animating,
html.hero-calendar-animating body,
.hero,
#about,
#hero-calendar {
	overflow-anchor: none;
}

#hero-calendar {
  opacity: 0;
  pointer-events: none;

  transform: scale(0.96) translateY(12px);
  filter: blur(10px);

  z-index: 0;

  transition:
    opacity var(--hero-calendar-layout-duration, 750ms) ease,
    transform var(--hero-calendar-layout-duration, 750ms) cubic-bezier(0.22, 1, 0.36, 1),
    filter var(--hero-calendar-layout-duration, 750ms) ease;
}

/* 🔥 OPEN */
#hero-calendar.is-open {
  opacity: 1;
  pointer-events: auto;

  transform: scale(1) translateY(0);
  filter: blur(0px);

  z-index: 2;
}

/* 🔥 CLOSE */
#hero-calendar.is-open.is-closing {
  opacity: 0;

  transform: scale(0.97) translateY(8px);
  filter: blur(6px);

  pointer-events: none;
}

.hero {
	position: relative;

	min-height: calc(100svh + var(--hero-calendar-extra-height, 0px));

	display: grid;
	place-items: start center;

	padding: 0 2rem;

	overflow: hidden;
	z-index: 5;
	margin: 0;

	background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
	isolation: isolate;

	filter: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;

	--hero-scale: 1;
	--hero-brightness: 1;
	--hero-parallax: 0px;
	--hero-calendar-extra-height: 0px;

	will-change: transform, filter, height;
	transform: translateZ(0);
}

.hero-calendar {
	position: absolute;
	top: 0;
	left: 2rem;
	right: 2rem;

	height: 0;

	transform: translateY(-12px);

	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	overflow: hidden;

	box-sizing: border-box;
	padding: 0;
	border: 0;

	transition:
		opacity 0.35s ease,
		transform 0.35s var(--hero-calendar-layout-ease),
		visibility 0s linear 0.35s;
}

.hero-calendar.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);

	transition:
		opacity 0.35s ease,
		transform 0.35s var(--hero-calendar-layout-ease),
		visibility 0s linear 0s;
}

.hero-inner {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;

	transform: translate3d(0,var(--hero-parallax,0),0) scale(var(--hero-scale,1));
	transition: filter 0.8s ease;
	transform-origin: center center;
	will-change: transform;
	backface-visibility: hidden;
}

.hero.hero-calendar-lock-motion .hero-inner {
	transform: translate3d(0, 0, 0) scale(1) !important;
}

.hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:
		radial-gradient(circle at 20% 50%, rgba(212, 175, 55, 0.1) 0%, transparent 50%),
		radial-gradient(circle at 80% 80%, rgba(212, 175, 55, 0.15) 0%, transparent 50%);
	animation: gradientShift 15s ease infinite;
}

@keyframes gradientShift {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.85; }
}

.hero::after {
	content: "";
	position: absolute;
	inset: 0;

	background:
		radial-gradient(
			ellipse at center,
			rgba(0,0,0,0) 45%,
			rgba(0,0,0,0.18) 100%
		);

	opacity: calc(0.55 * (1 - var(--hero-brightness)) + 0.25);

	pointer-events: none;
	z-index: 1;

	will-change: opacity;
}

.hero-content {
	position: relative;

	display: grid;
	grid-template-rows:
		auto					/* hero-subtitle		grid-row: 1;	*/
		var(--hero-stack-gap)
		auto					/* hero-brand			grid-row: 3;	*/
		var(--hero-stack-gap)
		auto					/* hero-description		grid-row: 5;	*/
		calc(var(--nav-height-min) - var(--hero-description-font-size))
		auto;  					/* hero-calendar-title	grid-row: 7;	*/
		
	align-content: start;
	justify-items: center;

	text-align: center;

	max-width: 800px;
	width: 100%;
	margin: 0 auto;

	padding-top: var(--hero-subtitle-padding-top);
	padding-bottom: calc(var(--hero-cta-gap-to-boundary) + var(--cta-height));

	height: 100%;
	min-height: 100svh;
	box-sizing: border-box;

	z-index: 2;

	animation: fadeInUp 1.2s ease-out;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(40px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.hero h1 {
	font-family: var(--font-family-default);
	font-size: clamp(2.4rem, 6vw, 4.5rem);
	font-weight: 400;
	color: var(--text-light);
	line-height: 1.1;
	margin: 0;
	text-shadow: 0 0 30px rgba(212,175,55,0.15);
}

.hero-subtitle {
	grid-row: 1;
	justify-self: center;
	align-self: start;

	font-size: var(--hero-subtitle-font-size);
	color: var(--primary-color);
	font-weight: 300;
	letter-spacing: 0.2em;
	text-transform: uppercase;

	margin: 0;

	animation: fadeIn 1.5s ease-out 0.3s both;
}

@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

.hero-description {
	color:			rgba(var(--hero-description-font-color-rgb), var(--hero-description-font-opacity));
	font-size: 		var(--hero-description-font-size);
	font-weight: 	var(--hero-description-font-weight);
	font-style: 	var(--hero-description-font-style);
	line-height: 	var(--hero-description-line-height);
	letter-spacing: var(--hero-description-letter-spacing);

	grid-row: 5;
	justify-self: center;
	align-self: start;

	max-width: 600px;
	margin: 0;
	animation: fadeIn 1.5s ease-out 0.6s both;
}

.hero-brand {
	grid-row: 3;
	justify-self: center;
	align-self: start;

	display: inline-flex;
	flex-direction: column;
	align-items: flex-end;
	line-height: 1;
	--hero-main-size: clamp(3.2rem, 6.5vw, 5.8rem);

	transition: transform 0.6s cubic-bezier(.16,.84,.44,1),
				filter 0.6s ease,
				opacity 0.6s ease;
	transform-origin: center bottom;
	will-change: transform;
}

.hero.scrolled .hero-brand {
	transform: scale(0.992);
	filter: drop-shadow(0 0 18px rgba(212,175,55,0.08));
}

.hero.scrolled .hero-logo-main::after {
	opacity: 0.45;
}

.hero-logo-main {
	display: block;
	font-size: var(--hero-main-size);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.04;
	padding-bottom: 0.22rem;
	position: relative;
	white-space: nowrap;
	text-shadow:
	0 0 0.6px rgba(255,255,255,0.85),
	0 0 18px rgba(255,255,255,0.08),
	0 0 40px rgba(212,175,55,0.06);
	overflow: hidden;
}

.hero-logo-main::before {
	content: "";
	position: absolute;
	inset: -10% -20%;
	background: linear-gradient(120deg,transparent 40%,rgba(255,255,255,0.05) 50%,transparent 60%);
	transform: translateX(-120%) skewX(-12deg);
	animation: logoSweep 2.4s cubic-bezier(.16,.84,.44,1) 1.2s forwards;
	pointer-events: none;
}

.hero .hero-logo-main {
	opacity: 0;
	transform: translateY(26px);
	animation: cinematicMain 1.8s cubic-bezier(.16,.84,.44,1) forwards;
}

.hero-logo-main::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: white;
	opacity: 0;
	transform-origin: center;
	will-change: transform, opacity;
	animation-duration: 1.4s, 1.8s;
	animation-timing-function: cubic-bezier(.16,.84,.44,1), cubic-bezier(.25,.8,.25,1);
	animation-fill-mode: forwards, forwards;
	animation-delay: 0s, 1.4s;
	backface-visibility: hidden;
	transform: translateZ(0) scaleX(0.96);
	transition: opacity 0.6s ease;
	background: linear-gradient(
		to right,
		rgba(255,255,255,0.4),
		rgba(255,255,255,0.9),
		rgba(255,255,255,0.4)
	);
}

.hero .hero-logo-main::after {
	animation-name: cinematicLine, lineBreathMicro;
}

.hero-be,
.hero-e {
	color: #e91e63;
	font-weight: 700;
	text-shadow: 0 0 12px rgba(233,30,99,0.25);
}

.hero-e {
	display: inline-block;
	transform: scaleX(-1);
	transform-origin: center;
	margin-left: -0.055em;
	margin-right: -0.015em;
}

.hero-autiful {
	color: var(--text-light);
	font-weight: 600;
	letter-spacing: 0;
}

.hero-logo-sub {
	display: block;
	margin-top: 0.35rem;
	margin-bottom: 0;
	font-size: calc(var(--hero-main-size) * var(--brand-sub-ratio));
	letter-spacing: 0;
	color: rgba(255,255,255,0.85);
	font-weight: 400;
}

.hero .hero-logo-sub {
	opacity: 0;
	transform: translateY(20px);
	animation: cinematicSub 1.6s cubic-bezier(.16,.84,.44,1) forwards;
	animation-delay: 0.35s;
}

.hero-logo-sub .hero-be,
.hero-logo-sub .hero-e {
	font-weight: 700;
}

.hero-logo-sub .hero-ric {
	color: rgba(255,255,255,0.85);
	font-weight: 400;
}

@keyframes cinematicMain {
	0% {
		opacity: 0;
		transform: translateY(32px) scale(0.985);
		filter: blur(4px);
	}
	60% {
		opacity: 1;
		filter: blur(0);
	}
	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
		filter: blur(0);
	}
}

@keyframes cinematicSub {
	0% {
		opacity: 0;
		transform: translateY(24px);
		filter: blur(3px);
	}
	70% {
		opacity: 1;
		filter: blur(0);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
		filter: blur(0);
	}
}

@keyframes cinematicLine {
	0% {
		opacity: 0;
		transform: scaleX(0.92);
	}
	70% {
		opacity: 0.7;
	}
	100% {
		opacity: 0.6;
		transform: scaleX(1);
	}
}

@keyframes logoSweep {
	to {
		transform: translateX(120%) skewX(-12deg);
	}
}

.hero-calendar-title {
  color:			rgba(var(--hero-calendar-title-font-color-rgb), var(--hero-calendar-title-font-opacity));
  font-size:		var(--hero-calendar-title-font-size);
  font-weight:		var(--hero-calendar-title-font-weight);
  font-style:		var(--hero-calendar-title-font-style);
  line-height:		var(--hero-calendar-title-line-height);
  letter-spacing:	var(--hero-calendar-title-letter-spacing);

  position: relative;
  margin-top: 0;

  text-align: center;
  
  

  grid-row: 7; 

  opacity: 0;
  pointer-events: none;

  transition: 
    opacity 0.4s ease,
    transform 0.5s ease;

  z-index: 2;
}

.hero.hero-calendar-title-visible .hero-calendar-title {
  opacity: 1;
  transform: translateY(0);
}

#hero-fullcalendar {
	width: 100%;
	height: 100%;
	min-height: 0;
	background: #fff;
/*
	border: 1px solid rgba(212, 175, 55, 0.18);
*/
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
	padding: 0 0;
}

.hero-calendar,
#hero-fullcalendar,
.fc,
.fc-view-harness {
	overflow: visible !important;
}

.fc {
  height: 100%;
  min-height: 0;

  overflow: visible;
  
  font-family: var(--font-family-default);
}

/* Monatskalender */
.fc .fc-view-harness {
  flex: 1 1 auto;
  min-height: 0;

  overflow: visible;
}

/* Toolbar unten */
.fc .fc-header-toolbar {
  order: 2;
  
  position: relative;

  display: flex;
  flex-direction: row !important;
  flex-wrap: nowrap;

  align-items: center;
  justify-content: space-between;

  width: 100%;

  flex: 0 0 auto;

  margin: 0 !important;

  padding: 0.50rem 0.50rem;
  
  opacity: 1;
  transition: opacity 0.18s ease;
}

#fc-action-toolbar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;

  align-items: center;
  justify-content: space-between;

  width: 100%;

  /* 🔥 exakt wie FullCalendar */
  padding: 0.45rem 0.55rem;

  box-sizing: border-box;

  opacity: 0;
  pointer-events: none;

  transition: opacity 0.18s ease;
}

#fc-action-toolbar .fc-toolbar-chunk {
  display: flex;
  align-items: center;
  flex: 1 1 0;
}

#fc-action-toolbar .fc-toolbar-chunk:first-child {
  justify-content: flex-start;
}

#fc-action-toolbar .fc-toolbar-chunk:nth-child(2) {
  justify-content: center;
}

#fc-action-toolbar .fc-toolbar-chunk:last-child {
  justify-content: flex-end;
}

/* NUR sichtbar wenn wirklich selektiert */
#hero-calendar.is-event-selected #fc-action-toolbar {
  opacity: 1;
  pointer-events: auto;
}

/* Beide Toolbars können überlappen */
.fc .fc-header-toolbar,
#fc-action-toolbar {
	will-change: opacity;
	transition: opacity 0.18s ease;
}

/* 🔥 wichtig: beide exakt gleich behandeln */
#hero-calendar.is-event-selected .fc-header-toolbar {
  opacity: 0;
  pointer-events: none;
}

#hero-calendar.is-event-selected #fc-action-toolbar {
  opacity: 1;
  pointer-events: auto;
}

/* Datum */
.fc .fc-toolbar-title {
  margin: 0;

  line-height: 1;
  white-space: nowrap;

  text-align: center;
  
  font-size: clamp(1.1rem, 2.2vw, 1.6rem);
  font-weight: 600;
}

/* Hover */
.fc-action-cancel:hover,
.fc-action-whatsapp:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

/* Active */
.fc-action-cancel:active,
.fc-action-whatsapp:active {
  transform: translateY(0);
}

.fc-action-cancel,
.fc-action-whatsapp {
  height: 40px;
  padding: 0 0.75em;
  
  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;

/*
  border: 1px solid transparent;
*/
  border-radius: 0;
  box-sizing: border-box;

  cursor: pointer;
  
  transition: background 0.15s ease, transform 0.1s ease;
}

.fc-action-cancel {
  background: #e53935;
  color: #fff;
}

.fc-action-whatsapp {
  background: #25D366;
  color: #fff;

  gap: 1px;                 /* 🔥 minimaler Abstand */
  
  display: flex;
  align-items: center;
  justify-content: center;
}

.fc-btn-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  height: 100%;
  text-align: center;
  line-height: 1;
}

.fc-btn-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 0.8rem;   /* 🔥 leicht kleiner → passt in 36px */
  line-height: 1;
}

.fc-btn-sub {
  font-size: 0.65rem;   /* 🔥 kleiner machen ist der Schlüssel */
  line-height: 1;
  opacity: 0.85;
  margin-top: 0.18rem;

  white-space: nowrap;
}

.fc-action-whatsapp i {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 0.9em;
  line-height: 1;
  
  margin-right: 4px;  /* kleiner als vorher → wirkt zentrierter */
}

/* Punkt vor Termin entfernen */
.fc .fc-daygrid-event-dot {
  display: none;
}

/* Kein zusätzlicher Einzug mehr */
/*
.fc .fc-daygrid-event-harness .fc-daygrid-event {
  margin-left: 0px;
  margin-right: 0px;
}
*/

/*
.fc .fc-daygrid-dot-event .fc-event-time {
  padding-left: 0;
}
*/

.fc .fc-event-time {
  margin-left: 1px;

}

/* Gesamter Kalender transparent */
.fc,
.fc-theme-standard td,
.fc-theme-standard th,
.fc-scrollgrid,
.fc-scrollgrid-section,
.fc-scrollgrid-section table,
.fc-daygrid-body,
.fc-daygrid-body table {
  background: transparent !important;
}

/* Dezente Linien statt harter weißer Flächen */
.fc-theme-standard td,
.fc-theme-standard th,
.fc-scrollgrid {
  border-color: rgba(255,255,255,0.12) !important;
}

/* Tageszellen transparent */
.fc .fc-daygrid-day-frame,
.fc .fc-daygrid-day,
.fc .fc-daygrid-day-top {
  background: transparent !important;
}

/* =========================================
   WEISSE SCHRIFT IM GESAMTEN KALENDER
========================================= */

/* Wochentage (Mo, Di, Mi ...) */
.fc .fc-col-header-cell-cushion {
  color: #fff;
}

/* Tageszahlen im Kalender */
.fc .fc-daygrid-day-number {
  color: #fff;
}

/* Termine */
.fc .fc-event,
.fc .fc-event-title,
.fc .fc-event-time {
  color: #fff;
}

/* Prev / Next Buttons */
.fc .fc-button {
  color: var(--primary-color) !important;
}

/* Auch deaktivierte Tage leicht sichtbar */
.fc .fc-day-disabled .fc-daygrid-day-number {
  color: rgba(255,255,255,0.35);
}

/* =========================================
   Monatsname "Mai 2026" weiß
========================================= */

.fc .fc-toolbar-title {
  color: #fff !important;
}

/* =========================================
   Prev / Next Buttons wie CTA Button
========================================= */

.fc .fc-button-primary {

  background-color: transparent !important;
  background-image: none !important;

  color: #fff !important;
  
  border: none !important;
  border-radius: 0;

  font-family: var(--font-family-default) !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;

  height: 40px !important;
  min-height: 40px !important;

  padding: 0 0.9rem !important;

  box-shadow:
    0 0 18px rgba(212, 175, 55, 0.08);

  transition:
    background 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease,
    transform 0.12s ease,
    box-shadow 0.18s ease !important;
}

/* Focus entfernen */
.fc .fc-button-primary:focus,
.fc .fc-button-primary.fc-button-active:focus {
  box-shadow: none !important;
}

/* Pfeil-Icons */
.fc .fc-icon {
  color: inherit !important;
  font-size: 1rem !important;
}

/* Leichter Glow für bessere Lesbarkeit */
.fc .fc-toolbar-title,
.fc .fc-col-header-cell-cushion,
.fc .fc-daygrid-day-number,
.fc .fc-event-time,
.fc .fc-event-title {
  text-shadow: 0 1px 2px rgba(0,0,0,0.35);
}

/* Monatsansicht soll immer komplett sichtbar sein */
.fc .fc-daygrid-body,
.fc .fc-scrollgrid-sync-table {
	height: 100% !important;
}

/* Wochenreihen gleichmäßig verteilen */
.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
	min-height: 0 !important;
}

/* Jede Kalenderwoche gleich hoch */
.fc .fc-daygrid-day-frame {
	min-height: 0 !important;
	height: 100% !important;
}

/* Keine unnötigen Event-Abstände */
.fc .fc-daygrid-event-harness {
	margin-top: 1px !important;
	margin-bottom: 1px !important;
}

/* =========================================
   1. WOCHENTAGE (Mo, Di, Mi ...)
========================================= */

.fc .fc-col-header-cell-cushion {
	color:			rgba(var(--hero-calendar-week-days-font-color), var(--hero-calendar-week-days-font-opacity));
	font-size: 		var(--hero-calendar-week-days-font-size);
	font-weight: 	var(--hero-calendar-week-days-font-weight);
	font-style: 	var(--hero-calendar-week-days-font-style);
	line-height: 	var(--hero-calendar-week-days-line-height);
	letter-spacing: var(--hero-calendar-week-days-letter-spacing);
}


/* =========================================
   2. TAGESZAHLEN (1,2,3 ... 31) AKTIVER MONAT
========================================= */

.fc .fc-daygrid-day-number {
	color:			rgba(var(--hero-calendar-day-number-font-color), var(--hero-calendar-day-number-font-opacity));
	font-size: 		var(--hero-calendar-day-number-font-size);
	font-weight: 	var(--hero-calendar-day-number-font-weight);
	font-style: 	var(--hero-calendar-day-number-font-style);
	line-height: 	var(--hero-calendar-day-number-line-height);
	letter-spacing: var(--hero-calendar-day-number-letter-spacing);
}

/* =========================================
      TAGESZAHLEN (1,2,3 ... 31) VORHERIGER / NÄCHSTER MONAT (ausgegraute Tage)
========================================= */

.fc .fc-day-other .fc-daygrid-day-number {
	
}

/* =========================================
   3. MONATSNAME ("Mai 2026")
========================================= */

.fc .fc-toolbar-title {
	color:			rgba(var(--hero-calendar-toolbar-title-font-color), var(--hero-calendar-toolbar-title-font-opacity));
	font-size: 		var(--hero-calendar-toolbar-title-font-size);
	font-weight: 	var(--hero-calendar-toolbar-title-font-weight);
	font-style: 	var(--hero-calendar-toolbar-title-font-style);
	line-height: 	var(--hero-calendar-toolbar-title-line-height);
	letter-spacing: var(--hero-calendar-toolbar-title-letter-spacing);
}


/* =========================================
   4. PREV / NEXT ("<" ">")
========================================= */

/* kompletter Button */
.fc .fc-button-primary {

}

/* nur das Pfeil-Icon */
.fc .fc-icon {
	color:			rgba(var(--hero-calendar-arrow-font-color), var(--hero-calendar-arrow-font-opacity));
	font-size: 		var(--hero-calendar-arrow-font-size);
	font-weight: 	var(--hero-calendar-arrow-font-weight);
	font-style: 	var(--hero-calendar-arrow-font-style);
	line-height: 	var(--hero-calendar-arrow-line-height);
	letter-spacing: var(--hero-calendar-arrow-letter-spacing);
}

/* Event-Titel komplett ausblenden */
.fc .fc-event-title {
  display: none;
}

.fc .fc-popover .fc-event-title {
  display: none;
}

/* =========================================
   5. TERMINEINTRAG ("07:00")
========================================= */

.fc .fc-event-time {
	color:			rgba(var(--hero-calendar-event-time-font-color), var(--hero-calendar-event-time-font-opacity));
	font-size: 		var(--hero-calendar-event-time-font-size);
	font-weight: 	var(--hero-calendar-event-time-font-weight);
	font-style: 	var(--hero-calendar-event-time-font-style);
	line-height: 	var(--hero-calendar-event-time-line-height);
	letter-spacing: var(--hero-calendar-event-time-letter-spacing);
}

/* =========================================
   6. "+5 more"
========================================= */

.fc .fc-daygrid-more-link {
	color:			rgba(var(--hero-calendar-more-link-font-color), var(--hero-calendar-more-link-font-opacity));
	font-size: 		var(--hero-calendar-more-link-font-size);
	font-weight: 	var(--hero-calendar-more-link-font-weight);
	font-style: 	var(--hero-calendar-more-link-font-style);
	line-height: 	var(--hero-calendar-more-link-line-height);
	letter-spacing: var(--hero-calendar-more-link-letter-spacing);
}


/* =========================================
   7. DATUM IM POPUP ("13. Mai 2026")
========================================= */

.fc .fc-popover-title {
	color:			rgba(var(--hero-calendar-popover-title-font-color), var(--hero-calendar-popover-title-font-opacity));
	font-size: 		var(--hero-calendar-popover-title-font-size);
	font-weight: 	var(--hero-calendar-popover-title-font-weight);
	font-style: 	var(--hero-calendar-popover-title-font-style);
	line-height: 	var(--hero-calendar-popover-title-line-height);
	letter-spacing: var(--hero-calendar-popover-title-letter-spacing);
}


/* =========================================
   8. TERMINE IM POPUP ("07:30 frei")
========================================= */

.fc .fc-popover .fc-event-time {
	color:			rgba(var(--hero-calendar-popover-event-time-font-color), var(--hero-calendar-popover-event-time-font-opacity));
	font-size: 		var(--hero-calendar-popover-event-time-font-size);
	font-weight: 	var(--hero-calendar-popover-event-time-font-weight);
	font-style: 	var(--hero-calendar-popover-event-time-font-style);
	line-height: 	var(--hero-calendar-popover-event-time-line-height);
	letter-spacing: var(--hero-calendar-popover-event-time-letter-spacing);
}

/* Popup Hintergrund */
.fc .fc-popover {
  background: var(--popover-background);
  
  border: 1px solid rgba(var(--popover-border-color),1.00);

}

/* Popup Header */
.fc .fc-popover-header {
  background: var(--popover-header-background);
}

.cta-button {
	height: var(--cta-height);
	position: absolute;
	left: 50%;
	bottom: var(--hero-cta-gap-to-boundary);

	z-index: 6;
	padding: 0;
	margin: 0;

	background: transparent;
	color: var(--secondary-color);
	text-decoration: none;
	border: none;

	animation: fadeIn 1.5s ease-out 0.9s both;

	will-change: transform, box-shadow;

	/* OUTER SHELL motion */
	--magnetic-x: 0px;
	--magnetic-y: 0px;
	--hover-lift: 0px;
	--magnetic-scale: 1;
	--magnetic-shadow-y: 0px;
	--magnetic-shadow-blur: 0px;
	--magnetic-shadow-alpha: 0;

	/* INNER LABEL motion */
	--label-x: 0px;
	--label-y: 0px;
	--label-scale: 1;

	/* gloss */
	--gloss-x: 50%;
	--gloss-y: 50%;
	--gloss-opacity: 0;
	
	transform:
	translate3d(
		calc(-50% + var(--magnetic-x)),
		calc(var(--cta-elastic-y, 0px) + var(--magnetic-y) + var(--hover-lift)),
		0
	)
	scale(var(--magnetic-scale));
	
	transition: color 0.3s ease;

	box-shadow:
		0 var(--magnetic-shadow-y) var(--magnetic-shadow-blur)
		rgba(212, 175, 55, var(--magnetic-shadow-alpha));
}

.cta-button.is-hovered {
	--hover-lift: -2px;
}

.cta-button.is-hovered .cta-shell {
	background: rgba(212, 175, 55, 0.06);
	border-color: var(--primary-color);
}

.cta-button.is-hovered .cta-label {
	color: var(--primary-color);
}

body.hints-visible .gallery-slider::before,
body.hints-visible.in-gallery .gallery-slider::before,
.scroll-section-hints.is-visible ~ .gallery .gallery-slider::before {
	opacity: 1;
	transform: scaleX(1);

	transition:
		opacity var(--section-hint-show-duration) ease,
		transform var(--section-hint-show-duration) ease;
}

/* Auch die Schneise in der Gallery sofort ausblenden */
body.hints-instant-hide .gallery-slider::before,
body.hints-instant-hide .scroll-section-hints.is-visible ~ .gallery .gallery-slider::before {
	transition: none !important;
	opacity: 0 !important;
	transform: scaleX(0.88) !important;
}

body.suppress-cta-hover .cta-button,
body.suppress-cta-hover .cta-button.is-hovered,
body.suppress-cta-hover .cta-button:active,
body.suppress-cta-hover .cta-button:focus {
	--magnetic-x: 0px;
	--magnetic-y: 0px;
	--hover-lift: 0px;
	--magnetic-scale: 1;
	--magnetic-shadow-y: 0px;
	--magnetic-shadow-blur: 0px;
	--magnetic-shadow-alpha: 0;

	--label-x: 0px;
	--label-y: 0px;
	--label-scale: 1;

	--gloss-opacity: 0;

	box-shadow: none;
}

body.suppress-cta-hover .cta-button .cta-shell,
body.suppress-cta-hover .cta-button:hover .cta-shell {
	background: var(--primary-color);
	border-color: var(--primary-color);
}

body.suppress-cta-hover .cta-button .cta-label,
body.suppress-cta-hover .cta-button:hover .cta-label {
	color: var(--secondary-color);
}

body.suppress-cta-hover .cta-button .cta-shell,
body.suppress-cta-hover .cta-button.is-hovered .cta-shell,
body.suppress-cta-hover .cta-button:active .cta-shell,
body.suppress-cta-hover .cta-button:focus .cta-shell,
body.suppress-cta-hover .cta-button:focus-visible .cta-shell {
	background: var(--primary-color);
	border-color: var(--primary-color);
}

body.suppress-cta-hover .cta-button .cta-label,
body.suppress-cta-hover .cta-button.is-hovered .cta-label,
body.suppress-cta-hover .cta-button:active .cta-label,
body.suppress-cta-hover .cta-button:focus .cta-label,
body.suppress-cta-hover .cta-button:focus-visible .cta-label {
	color: var(--secondary-color);
}

body.nav-menu-open .cta-button,
body.nav-menu-open .cta-button.is-hovered,
body.nav-menu-open .cta-button:active,
body.nav-menu-open .cta-button:focus {
	--magnetic-x: 0px;
	--magnetic-y: 0px;
	--hover-lift: 0px;
	--magnetic-scale: 1;
	--magnetic-shadow-y: 0px;
	--magnetic-shadow-blur: 0px;
	--magnetic-shadow-alpha: 0;

	--label-x: 0px;
	--label-y: 0px;
	--label-scale: 1;

	--gloss-opacity: 0;

	box-shadow: none;
}

body.nav-menu-open .cta-button .cta-shell,
body.nav-menu-open .cta-button.is-hovered .cta-shell,
body.nav-menu-open .cta-button:active .cta-shell,
body.nav-menu-open .cta-button:focus .cta-shell {
	background: var(--primary-color);
	border-color: var(--primary-color);
}

body.nav-menu-open .cta-button .cta-label,
body.nav-menu-open .cta-button.is-hovered .cta-label,
body.nav-menu-open .cta-button:active .cta-label,
body.nav-menu-open .cta-button:focus .cta-label {
	color: var(--secondary-color);
}

.cta-button.is-magnetic-near:not(.is-hovered) {
	--hover-lift: -1px;
	box-shadow:
		0 var(--magnetic-shadow-y) var(--magnetic-shadow-blur)
		rgba(212, 175, 55, var(--magnetic-shadow-alpha));
}

.cta-shell {
	display: inline-flex;
	position: relative;
	align-items: center;
	justify-content: center;

	padding: 0 1rem;
	
	min-width: 240px;

	background: var(--primary-color);
	color: var(--secondary-color);
	border: 2px solid var(--primary-color);

	overflow: hidden;

	will-change: transform, background, border-color;
	backface-visibility: hidden;
	transform: translateZ(0);

	transition:
		background 0.3s ease,
		border-color 0.3s ease,
		box-shadow 0.3s ease;
}

.cta-label {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;

	z-index: 2;

	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 0.9rem;

	will-change: transform;
	transform: none;
	transition: opacity var(--hero-calendar-layout-duration, 750ms) ease;
}

.cta-label--primary {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  height: 100%;

  position: absolute;
  inset: 0;
  
  gap: 0.25em;
}

.cta-label-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.cta-label-sub {
  position: absolute;
  left: 50%;

  /* 🔥 genau zwischen Main-Mitte und Bottom */
  top: 75%;

  transform: translate(-50%, -50%);

  text-transform: none;
  letter-spacing: normal;
  font-size: 0.65rem;
  white-space: nowrap;
  opacity: 0.85;

  margin-top: 0.35em;
}

.cta-label--sizer {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative; /* ❗ bleibt im Flow */
  opacity: 0;
  pointer-events: none;

  justify-content: center;
  
  gap: 0.25em;
  
  padding: 1.2rem 0; /* 🔥 Höhe wieder wie vorher */

  /* exakt gleiche Typo wie echte Labels */
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.cta-label--sizer .cta-label-sub {
  margin-top: 0.35em;
}

.cta-label--sizer .cta-label-main,
.cta-label--sizer .cta-label-sub {
  position: static;      /* 🔥 zurück in den Flow */
  transform: none;
}

/* ===== DEFAULT (geschlossen) ===== */
.cta-button.is-closed .cta-label--primary {
  opacity: 1;
}
.cta-button.is-closed .cta-label--secondary {
  opacity: 0;
}

/* ===== OPENING ===== */
.cta-button.is-transitioning-open .cta-label--primary {
  opacity: 0;
}
.cta-button.is-transitioning-open .cta-label--secondary {
  opacity: 1;
}

/* ===== OPEN ===== */
.cta-button.is-open .cta-label--primary {
  opacity: 0;
}
.cta-button.is-open .cta-label--secondary {
  opacity: 1;
}

/* ===== CLOSING ===== */
.cta-button.is-transitioning-close .cta-label--primary {
  opacity: 1;
}
.cta-button.is-transitioning-close .cta-label--secondary {
  opacity: 0;
}

.cta-gloss {
	position: absolute;
	inset: -30%;
	z-index: 1;
	pointer-events: none;

	background:
		radial-gradient(
			circle at var(--gloss-x) var(--gloss-y),
			rgba(255,255,255,0.22) 0%,
			rgba(255,255,255,0.12) 18%,
			rgba(255,255,255,0.04) 34%,
			rgba(255,255,255,0) 58%
		);

	opacity: var(--gloss-opacity);
	transition: opacity 0.25s ease;
	will-change: opacity, background;
}

/* FullCalendar an dein Design anpassen */
/*
#hero-fullcalendar .fc {
	--fc-border-color: rgba(212, 175, 55, 0.18);
	--fc-button-bg-color: #d4af37;
	--fc-button-border-color: #d4af37;
	--fc-button-hover-bg-color: #b8922e;
	--fc-button-hover-border-color: #b8922e;
	--fc-button-active-bg-color: #1a1a1a;
	--fc-button-active-border-color: #1a1a1a;
	--fc-event-bg-color: #d4af37;
	--fc-event-border-color: #d4af37;
	--fc-event-text-color: #1a1a1a;
	--fc-today-bg-color: rgba(212, 175, 55, 0.10);

	font-family: var(--font-family-default);
	color: var(--text-dark);
}

#hero-fullcalendar .fc-toolbar-title {
	font-size: clamp(1.1rem, 2.2vw, 1.6rem);
	font-weight: 600;
	color: var(--secondary-color);
}

#hero-fullcalendar .fc-button {
	border-radius: 2px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-weight: 500;
	box-shadow: none;
}

#hero-fullcalendar .fc-daygrid-event,
#hero-fullcalendar .fc-timegrid-event {
	border-radius: 2px;
	padding: 2px 4px;
}

.hero.hero-calendar-close-instant,
.hero.hero-calendar-close-instant .hero-calendar {
	transition: none !important;
}

@media (max-width: 768px) {

	#hero-fullcalendar {
		min-height: clamp(420px, 62vh, 620px);
		padding: 0.5rem;
	}

	#hero-fullcalendar .fc-toolbar {
		flex-direction: column;
		gap: 0.75rem;
	}

	#hero-fullcalendar .fc-toolbar-title {
		text-align: center;
	}
}
*/

.cta-button.calendar-open,
.cta-button.calendar-open.is-hovered,
.cta-button.calendar-open.is-magnetic-near,
.cta-button.calendar-open:active,
.cta-button.calendar-open:focus,
.cta-button.calendar-open:focus-visible {
	--magnetic-x: 0px;
	--magnetic-y: 0px;
	--hover-lift: 0px;
	--magnetic-scale: 1;
	--magnetic-shadow-y: 0px;
	--magnetic-shadow-blur: 0px;
	--magnetic-shadow-alpha: 0;

	--label-x: 0px;
	--label-y: 0px;
	--label-scale: 1;

	--gloss-opacity: 0;

	box-shadow: none;
}

.cta-button.calendar-open .cta-shell,
.cta-button.calendar-open:hover .cta-shell,
.cta-button.calendar-open.is-hovered .cta-shell {
	background: var(--primary-color);
	border-color: var(--primary-color);
}

.cta-button.calendar-open .cta-label,
.cta-button.calendar-open:hover .cta-label,
.cta-button.calendar-open.is-hovered .cta-label {
	color: var(--secondary-color);
}

/* =========================
   SECTION HEADER STACK
========================= */

/* Section Styles */
section {
	position: relative;
	padding: var(--section-scroll-hit-offset) 2rem;
	margin: 0;
}

.section-title {
	font-size: var(--fontSizeSectionTitle);
	
	font-weight: 400;
	letter-spacing: 0.15em;

/*
	font-weight: 400;
*/
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	color: var(--secondary-color);
	position: relative;
	line-height: 1.2;
}

section .section-title:first-child {
	margin-top: 0;
	padding-top: 0;
}

.section-subtitle {
	text-align: center;
	color: var(--primary-color);
	font-size: var(--fontSizeSectionSubTitle);
/*
	letter-spacing: 0.3em;
*/
/*
	text-transform: uppercase;
*/
	margin: 0;
/*
	font-weight: 500;
*/
}

.section-header {
/*
	outline: 2px solid red;
*/

	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	
	gap: var(--section-spacing);
	margin-bottom: 0.0rem;
}

.about {
	background: var(--section-bg-about);
}

.about-content {
	position: relative;
}

.about-image-wrapper {
	float: left;
	width: 45%;
	margin-right: 3rem;
	margin-bottom: 2rem;
	position: relative;
}

.about-image {
	width: 100%;
	height: auto;
	border-radius: 2px;
	box-shadow: 0 20px 60px rgba(212, 175, 55, 0.3);
	display: block;
}

.about-image-accent {
	position: absolute;
	top: 20px;
	right: -20px;
	width: 150px;
	height: 150px;
	background: var(--primary-color);
	border-radius: 2px;
	z-index: -1;
}

.about-text {
	font-size: 1.1rem;
	line-height: 1.9;
	color: var(--text-dark);
}

.about-text p {
	margin-bottom: 1.5rem;
}

.about-text::after {
	content: "";
	display: table;
	clear: both;
}

/*
.about-highlight {
	background: linear-gradient(135deg, var(--primary-color) 0%, #b8922e 100%);
	color: var(--text-light);
	padding: 3rem;
	border-radius: 2px;
	position: relative;
	margin-top: 2rem;
	clear: both;
}
*/

.rating-display {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1rem;
}

.stars {
	color: var(--text-light);
	font-size: 1.5rem;
	letter-spacing: 0.2rem;
}

.rating-text {
	font-size: 2.5rem;
	font-weight: 600;
}

.reviews-count {
	font-size: 0.9rem;
	opacity: 0.9;
}

/* Services Section */
.services {
	background: var(--section-bg-services);
	color: var(--text-light);
}

.services .section-title {
	color: var(--text-light);
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 2rem;
	margin-top: 4rem;
}

.service-card {
	background: rgba(255, 255, 255, 0.05);
	padding: 3rem 2rem;
	text-align: center;
	transition: var(--transition);
	border: 1px solid rgba(212, 175, 55, 0.2);
	position: relative;
	overflow: hidden;
}

.service-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.1), transparent);
	transition: left 0.6s;
}

.service-card:hover::before {
	left: 100%;
}

.service-card:hover {
	transform: translateY(-10px);
	border-color: var(--primary-color);
	background: rgba(212, 175, 55, 0.1);
}

.service-icon {
	font-size: 3rem;
	margin-bottom: 1.5rem;
	display: block;
}

.service-card h3 {
	font-size: 1.8rem;
	margin-bottom: 1rem;
	color: var(--primary-color);
}

.service-card p {
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.7;
}

/* Pricing Section */
.pricing {
	background: var(--section-bg-pricing);
}

.pricing-tabs {
	display: flex;
	justify-content: center;
	gap: 1rem;
	margin: 3rem 0;
	flex-wrap: wrap;
}

.pricing-tab {
	padding: 1rem 2.5rem;
	background: white;
	border: 2px solid var(--primary-color);
	color: var(--text-dark);
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	cursor: pointer;
	transition: var(--transition);
}

.pricing-tab:hover {
	background: var(--primary-color);
	color: var(--secondary-color);
	transform: translateY(-3px);
	box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
}

.pricing-tab.active {
	background: var(--primary-color);
	color: var(--secondary-color);
}

.pricing-content {
	display: none;
	animation: fadeInContent 0.5s ease-out;
}

.pricing-content.active {
	display: block;
}

@keyframes fadeInContent {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.pricing-note {
	text-align: center;
	font-style: italic;
	color: var(--text-dark);
	margin-bottom: 2rem;
	font-size: 1rem;
}

.pricing-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 1.5rem;
	margin-top: 2rem;
}

.pricing-item {
	background: white;
	padding: 2rem;
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	transition: var(--transition);
	display: flex;
	flex-direction: column;
	position: relative;
}

.pricing-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 40px rgba(212, 175, 55, 0.2);
	border-left-width: 6px;
}

.pricing-item h3 {
	font-size: 1.6rem;
	color: var(--secondary-color);
	margin-bottom: 0.5rem;
	font-weight: 600;
}

.pricing-description {
	font-size: 0.9rem;
	color: #666;
	margin-bottom: 1rem;
	font-style: italic;
}

.pricing-amount {
	font-size: 2rem;
	font-weight: 600;
	color: var(--primary-color);
	margin-top: auto;
}

.pricing-package {
	background: linear-gradient(135deg, #fff 0%, #f9f7f4 100%);
}

.pricing-highlight-box {
	background: linear-gradient(135deg, var(--primary-color) 0%, #b8922e 100%);
	color: white;
	padding: 2.5rem;
	border-radius: 2px;
	text-align: center;
	margin-bottom: 3rem;
	box-shadow: 0 10px 40px rgba(212, 175, 55, 0.3);
}

.pricing-footer-note {
	background: rgba(212, 175, 55, 0.1);
	padding: 1.5rem;
	border-left: 4px solid var(--primary-color);
	margin-top: 3rem;
	font-size: 0.95rem;
	line-height: 1.7;
	color: var(--text-dark);
}

/* Testimonials Section */
.testimonials {
	background: var(--section-bg-testimonials);
}

/*
.testimonials-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 2rem;
	margin-top: 4rem;
}
*/

/*
.testimonial-card {
	background: white;
	padding: 2.5rem;
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
	transition: var(--transition);
}
*/

/*
.testimonial-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}
*/

.testimonial-stars {
	color: var(--primary-color);
	font-size: 1.2rem;
	margin-bottom: 1rem;
	letter-spacing: 0.2rem;
}

.testimonial-text {
	font-style: italic;
	line-height: 1.8;
	color: var(--text-dark);
	margin-bottom: 1.5rem;
}

.testimonial-text .hero-autiful {
	font-weight: 600;
}

.testimonial-text .brand-inline {
	font-style: normal;
	white-space: nowrap;
}

/*
.testimonial-author {
	font-weight: 600;
	color: var(--secondary-color);
	font-size: 0.9rem;
	letter-spacing: 0.05em;
}
*/

.contact {
    display: flex;
    flex-direction: column;

	background: var(--section-bg-contact);
	color: var(--text-light);
}

.contact .section-title {
	color: var(--text-light);
}

.contact-content {
  display: flex;
  flex-direction: column;
  
  min-height: 0; /* 🔥 Chrome Fix */
}

.contact-right {
  display: flex;
  flex-direction: column;
}

.contact-map-embed {
  width: 100%;
  margin-left: 50%;
  margin-bottom: 1.5rem;
  transform: translateX(-50%);

  height: calc(100svh
			- 10px
			- var(--nav-height-min)
			- var(--section-scroll-hit-offset)
			- 2 * var(--fontSizeSectionTitle)
			- var(--fontSizeSectionSubTitle)
			- 2 * var(--section-spacing)
	);


  border: 2px solid var(--primary-color);
  background: #111;
  overflow: hidden;
  
  border-radius: 2px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

#contact-map {
	width: 100%;
	height: 100%;
	
}

.contact-contact {
    margin-top: auto;
    margin-bottom: 1rem;

	line-height: 1.2;
	font-style: normal;
}

.contact-contact a {
  color: inherit;          /* übernimmt die Textfarbe */
  text-decoration: none;   /* entfernt Unterstrich */
}

.info-details h3 {
	font-size: 1.5rem;
	margin-top: 0.0rem;
	margin-bottom: 0.0rem;
	color: var(--primary-color);
}

.info-details p {
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.7;
}

.info-details a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	transition: color 0.3s;
}

.hours-list {
	list-style: none;
}

.hours-list li {
	display: flex;
	justify-content: space-between;
}

.social-links {
  display: flex;
  flex-direction: column;
/*
  gap: 0.5rem;
*/
}

.social-row {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;

	gap: 0.8rem;
}

.social-row i {
  font-size: 1.2rem;
}

.social-row a {
  text-decoration: none;
  color: rgba(255,255,255,0.8);
}

.social-row a:hover {
  color: var(--primary-color);
}

@media (min-width: 900px) {

  .contact-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    padding-right: 0rem;
  }

  .contact-map-embed {
    width: 100%;          /* 🔥 wichtig */
    margin: 0;            /*  🔥 wichtig */
    transform: none;      /*  🔥 wichtig */
    height: 100%;
  }

  .contact-right {
    margin-left: 2rem;
  }
}

/* ===== NAVBAR ===== */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;

    height: auto;

    border-bottom: 1px solid rgba(212, 175, 55, 0.12);
    pointer-events: auto;

    /* getrennte Zustände */
    --nav-visible: 0;          /* 0 = außerhalb des Screens, 1 = sichtbar */
    --nav-compact: 0;          /* nur Größe / Höhe / Scale */
    --nav-surface: 0;          /* nur Glas / Transparenz / Shadow */
    --nav-height-progress: 0;  /* für Mobile-Menü-Top */
    --nav-velocity-blur: 0;
    --nav-refraction: 0;
    --nav-bounce: 0;
    --nav-gesture-stretch: 0px;

    transform: translate3d(
        0,
        calc((1 - var(--nav-visible)) * -1 * var(--nav-height-max)),
        0
    );

    opacity: 1;

    transition:
        transform 0.6s cubic-bezier(.16,.84,.44,1),
        background 0.6s ease,
        backdrop-filter 0.6s ease,
        box-shadow 0.6s ease;

    will-change: transform, background, box-shadow;
    backface-visibility: hidden;

    background: rgba(
        calc(26 - (16 * var(--nav-surface))),
        calc(26 - (16 * var(--nav-surface))),
        calc(26 - (16 * var(--nav-surface))),
        calc(0.18 + (0.78 * var(--nav-surface)))
    );

    box-shadow:
        0 calc(10px * var(--nav-surface))
        calc(40px * var(--nav-surface))
        rgba(0,0,0, calc(0.45 * var(--nav-surface)));
        
    --nav-settle: 0;           /* nur für Logo / Toggle / inneres Layout */
    --nav-height-progress: 0;  /* nur für Navbar-Höhe */
}

.navbar::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;

    background: linear-gradient(
        to right,
        transparent,
        rgba(212,175,55,0.6),
        transparent
    );

    opacity: calc(0.5 * var(--nav-surface) + var(--nav-refraction));
    transition: opacity 0.6s ease;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    z-index: 1001;
	
	height: calc(
		var(--nav-height-max) -
		((var(--nav-height-max) - var(--nav-height-min)) * var(--nav-height-progress)) +
		var(--nav-gesture-stretch) +
		(14px * var(--nav-bounce))
	);

    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
}

.nav-container-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;

    transform-origin: center center;
    transform: scale(calc(1 - (0.08 * var(--nav-settle))));
    transition: transform 0.6s cubic-bezier(.16,.84,.44,1);

    will-change: transform;
}

.nav-logo,
.nav-toggle {
    transform: scale(calc(1 - (0.10 * var(--nav-settle))));
    transition:
        transform 0.6s cubic-bezier(.16,.84,.44,1),
        opacity 0.4s ease,
        filter 0.6s ease;
    transform-origin: center center;
    opacity: 1;
}

.nav-logo {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	text-decoration: none;
	line-height: 1;
	height: 100%;

	--navbar-main-size: clamp(1.55rem, 2.8vw, 2rem);
}

.nav-logo,
.nav-logo .nav-logo-main,
.nav-logo .nav-logo-sub {
	color: var(--text-light);
}

.nav-logo:link,
.nav-logo:visited,
.nav-logo:hover,
.nav-logo:active,
.nav-logo:link .nav-logo-main,
.nav-logo:visited .nav-logo-main,
.nav-logo:link .nav-logo-sub,
.nav-logo:visited .nav-logo-sub {
	color: var(--text-light);
}

.nav-logo-main {
	display: block;
	font-size: var(--navbar-main-size);
	font-weight: 400;
	line-height: 1.04;
	white-space: nowrap;
	padding-bottom: 0.18rem;
	position: relative;
}

.nav-logo-main::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -0.02rem;
	width: 100%;
	height: 1px;
	opacity: 0.6;
	transform: scaleX(1);
	transform-origin: center;
	background: linear-gradient(
		to right,
		rgba(255,255,255,0.4),
		rgba(255,255,255,0.9),
		rgba(255,255,255,0.4)
	);
}

.nav-logo-sub {
	display: block;
	margin-top: 0.2rem;
	font-size: calc(var(--navbar-main-size) * var(--brand-sub-ratio));
	font-weight: 400;
	line-height: 1;
	white-space: nowrap;
	color: rgba(255,255,255,0.85);
}

.nav-logo-sub .hero-be,
.nav-logo-sub .hero-e {
	font-weight: 700;
}

.nav-logo-sub .hero-ric {
	color: rgba(255,255,255,0.85);
	font-weight: 400;
}

@keyframes lineBreathMicro {
    0% {
        transform: scaleX(1);
    }
    50% {
        transform: scaleX(1.002);
    }
    100% {
        transform: scaleX(1);
    }
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 3rem;
    align-items: center;
    z-index: 2100;
}

.nav-menu li {
    display: flex;
    align-items: stretch;
}

.nav-menu a {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;

    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-weight: 400;
    font-size: 0.95rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: var(--transition);
    position: relative;
}

.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-menu a:hover {
    color: var(--primary-color);
}

.nav-menu a:hover::after {
    width: 100%;
}

.nav-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	gap: 5px;
	z-index: 2101;

	min-width: 48px;
	min-height: 48px;
	padding: 12px;
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
}

.nav-toggle span {
    width: 25px;
    height: 2px;
    background: var(--text-light);
    opacity: 0.88;
    transition:
        opacity 0.4s ease,
        transform 0.4s cubic-bezier(.16,.84,.44,1),
        box-shadow 0.4s ease;
}

.nav-toggle.active span {
    opacity: 1;
    box-shadow: 0 0 4px rgba(255,255,255,0.25);
}

.nav-toggle:hover span {
    opacity: 1;
}

.nav-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.nav-toggle.active span:nth-child(2) {
    opacity: 0;
}

.nav-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

@media (max-width: 968px) {
    .nav-toggle {
        display: flex;
    }

    .nav-container {
        position: relative;
        z-index: 1001;
    }

    .nav-menu {
        position: fixed;
        
        top: calc(
			var(--nav-height-max) -
			((var(--nav-height-max) - var(--nav-height-min)) * var(--nav-height-progress)) +
			var(--nav-gesture-stretch)
		);

        left: 0;
        width: 100%;
        background: rgba(26, 26, 26, 0.98);
        flex-direction: column;
        gap: 0;
        padding: 2rem 0;

        transform: translateX(calc(-100% - 4px));
        opacity: 0;
        visibility: hidden;
        pointer-events: none;

        transition:
            transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
            opacity 0.25s ease,
            visibility 0s linear 0.4s;

        z-index: 2100;
        will-change: transform;
        backface-visibility: hidden;
    }

    .nav-menu.active {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transition:
            transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
            opacity 0.25s ease,
            visibility 0s linear 0s;
    }

    .nav-menu li {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid rgba(212, 175, 55, 0.1);
        padding: 0; /* wichtig */
    }

    .nav-menu li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 1rem 0; /* Klickfläche jetzt auf dem Link */
    }

    .nav-menu a::after {
        display: none;
    }



	
	.nav-logo .nav-logo-main,
	.footer-brand .footer-logo-main {
		opacity: 1;
		transform: none;
		animation: none;
	}

	.nav-logo .nav-logo-main::after,
	.footer-brand .footer-logo-main::after {
		animation: none;
		opacity: 0.6;
		transform: scaleX(1);
	}

	.nav-logo .nav-logo-sub,
	.footer-brand .footer-logo-sub {
		opacity: 1;
		transform: none;
		animation: none;
	}
}

/* =========================
   SECTION SCROLL HEAD
========================= */
.section-scroll-head {
/*
	outline: 2px solid green;
*/

	position: absolute;
	top: calc(-1 * var(--section-scroll-hit-offset));
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: var(--section-scroll-hit-height);

	cursor: pointer;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	z-index: 15;
}

.section-scroll-indicator {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);

	top: 0px;
	
	pointer-events: none;
}

.section-scroll-dot-motion,
.section-scroll-line-motion {
	position: absolute;
	left: 50%;
	top: 0;
	will-change: transform;
}

.scroll-dot {
	display: block;
	width: var(--section-indicator-dot-size);
	height: var(--section-indicator-dot-size);
	border-radius: 50%;
	background: var(--primary-color);
	box-shadow:
		0 0 12px rgba(212,175,55,0.6),
		0 0 30px rgba(212,175,55,0.3);
	animation: sectionDotSquash var(--section-indicator-bounce-duration) ease-in-out infinite;
}

.section-scroll-line {
	display: block;
	width: var(--section-indicator-line-width);
	height: var(--section-indicator-line-length);
	background: linear-gradient(
		to bottom,
		rgba(212,175,55,0.55),
		rgba(212,175,55,0.15),
		rgba(212,175,55,0)
	);
}

.section-scroll-dot-motion {
	transform: translateX(-50%);
	animation: sectionLiquidScroll var(--section-indicator-bounce-duration) ease-in-out infinite;
}

/* STRICH */
.section-scroll-line-motion {
	transform: translateX(-50%);
	top: var(--section-scroll-hit-offset);

	animation: lineMotion var(--section-indicator-bounce-duration) ease-in-out infinite;
	animation-delay: var(--section-indicator-phase-shift);
}

/* Bewegung */
@keyframes sectionLiquidScroll {
	0%   { transform: translateX(-50%) translateY(0); }
	35%  { transform: translateX(-50%) translateY(calc(var(--section-indicator-bounce-max-y) / 2)); }
	65%  { transform: translateX(-50%) translateY(var(--section-indicator-bounce-max-y)); }
	100% { transform: translateX(-50%) translateY(0); }
}

@keyframes lineMotion {
	0%   { transform: translateX(-50%) translateY(0); }
	35%  { transform: translateX(-50%) translateY(calc(var(--section-indicator-line-bounce-max-y) / 2)); }
	65%  { transform: translateX(-50%) translateY(var(--section-indicator-line-bounce-max-y)); }
	100% { transform: translateX(-50%) translateY(0); }
}

/* Verformung */
@keyframes sectionDotSquash {
	0%   { transform: scale(1); }
	35%  { transform: scale(1.2, 0.85); }
	65%  { transform: scale(0.9, 1.15); }
	100% { transform: scale(1); }
}




/* =========================
   FOOTER BASE
========================= */
footer {
	background: #0d0d0d;
	color: rgba(255, 255, 255, 0.6);
	padding: 3rem 0rem;
	text-align: center;
	position: relative;
}

.footer-content {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

/* =========================
   FOOTER COPY + ANCHOR
========================= */
.footer-copy-wrap {
	position: relative;
	display: inline-block;
	margin-top: var(--footer-copy-gap);
	padding-bottom: var(--footer-copy-gap);
}

.footer-copy {
	margin: 0;
	position: relative;
	z-index: 2;
	text-align: center;
}



/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {

	.section-scroll-head {
		padding-top: 0.75rem;
		gap: 8px;
	}

	.section-scroll-indicator::after {
		height: 22px;
	}
}

/* =========================
   ACCESSIBILITY
========================= */

@media (prefers-reduced-motion: reduce) {
	.section-scroll-dot-motion,
	.section-scroll-line-motion,
	.scroll-dot {
		animation: none;
	}
}

/* =============================
   SCROLL SECTION HINT SYSTEM
============================= */
.scroll-section-hints {
	position: fixed;
	inset: 0;
	pointer-events: none;
	z-index: 1400;
	--scroll-hint-column-center: 24px;

	opacity: 0;
	visibility: hidden;
	transition:
		opacity var(--section-hint-fade-duration) ease,
		visibility 0s linear var(--section-hint-fade-duration);
}

.scroll-section-hints.is-visible {
	opacity: 1;
	visibility: visible;
	transition:
    opacity var(--section-hint-show-duration) ease,
    visibility 0s linear 0s;
}

/* Sofortiges Ausblenden ohne Fade */
.scroll-section-hints.is-instant-hidden,
.scroll-section-hints.is-instant-hidden .scroll-section-hint-anchor,
.scroll-section-hints.is-instant-hidden .scroll-section-hint {
	transition: none !important;
}

.scroll-section-hints.is-instant-hidden {
	opacity: 0 !important;
	visibility: hidden !important;
}

.scroll-section-hints.is-visible ~ .gallery .gallery-slider::before {
	opacity: 1;
}

.scroll-section-hint-anchor {
	position: fixed;
	left: var(--scroll-hint-column-center);
	top: 0;

	width: 48px;
	height: 160px;

	transform: translate(-50%, -50%);
	transform-origin: center center;

	pointer-events: auto;
	cursor: pointer;

	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
}

.scroll-section-hint {
	position: absolute;
	top: 50%;
	left: 50%;

	display: inline-block;
	white-space: nowrap;
	font-family: var(--font-family-default);
	font-size: var(--section-hint-size);
	font-weight: 500;
	letter-spacing: var(--section-hint-letter-spacing);
	text-transform: uppercase;
	line-height: 1;
	color: var(--section-hint-color-strong);
	text-shadow: 0 1px 2px rgba(0,0,0,0.08);
	opacity: var(--section-hint-visibility);
	will-change: transform, opacity;
	backface-visibility: hidden;

	transform-origin: center center;
	transform: translate(-50%, -50%) rotate(-90deg);

	pointer-events: none;
}

.scroll-section-hint-anchor[aria-hidden="true"] {
	pointer-events: none;
}

.scroll-section-hint[data-theme="light"] {
	color: var(--text-light);
	text-shadow: 0 1px 2px rgba(0,0,0,0.22);
}

.scroll-section-hint-measurer {
	position: fixed;
	left: -99999px;
	top: -99999px;
	visibility: hidden;
	pointer-events: none;
	white-space: nowrap;
	font-family: var(--font-family-default);
	font-size: var(--section-hint-size);
	font-weight: 500;
	letter-spacing: var(--section-hint-letter-spacing);
	text-transform: uppercase;
	line-height: 1;
}

.scroll-section-hint-anchor:focus {
	outline: none;
}

.scroll-section-hint-anchor:focus-visible {
	outline: 2px solid rgba(212, 175, 55, 0.7);
	outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
	.scroll-section-hint {
		transition: opacity 0.2s linear;
	}
}

/* ===============================
   GALLERY / VIDEO SLIDER OPTIMIZED
================================= */
.gallery {
	background: var(--section-bg-gallery);
	scroll-margin-top: calc(78px + 2rem);
	padding: var(--section-spacing) 0;

	position: relative;
	isolation: isolate;
	overflow: visible; 
}

.gallery .section-title {
	margin-bottom: 4rem;
	text-align: center;
}

.gallery-slider {
	overflow: hidden;
	width: 100%;
	max-width: 1200px;

	position: relative;
	isolation: isolate;

	margin: 0 auto 0.1rem;
	padding: 0 5%;
	box-sizing: border-box;

	/* Position der Schneise relativ zum Slider */
	--gallery-lane-left: 24px;
}

.gallery-slider::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;

	left: calc(var(--gallery-lane-left) - (var(--gallery-hint-lane-width) / 2));
	width: var(--gallery-hint-lane-width);

	background: var(--section-bg-gallery);
	pointer-events: none;
	z-index: 4;

	box-shadow:
		-10px 0 18px rgba(245, 230, 211, 0.35),
		 10px 0 18px rgba(245, 230, 211, 0.35);

	opacity: 0;
	transform: scaleX(0.88);
	transform-origin: center;

	/* AUSBLENDEN = gleiche Dauer wie Hints */
	transition:
		opacity var(--section-hint-fade-duration) ease,
		transform var(--section-hint-fade-duration) ease;
}

.gallery-track {
	display: flex;
	gap: 2%;
	transition: transform 0.6s cubic-bezier(.16,.84,.44,1);
	will-change: transform;
	align-items: flex-start;
	transform: translateZ(0);

	position: relative;
	z-index: 1;
}

.gallery video {
	position: relative;
	z-index: 1;

	flex: 0 0 auto;
	width: calc((100% - (2% * (4 - 1))) / 4);
	aspect-ratio: 9 / 16;
	object-fit: cover;
	border-radius: 2px;
	box-shadow: 0 20px 60px rgba(212, 175, 55, 0.2);
	cursor: pointer;
	transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.gallery video:hover {
	transform: scale(1.03);
	box-shadow: 0 30px 80px rgba(212, 175, 55, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
	.hero h1 {
		font-size: 2.2rem;
	}

	.hero-content {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.about-image-wrapper {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 2rem;
	}

	.about-image-accent {
		width: 100px;
		height: 100px;
		top: 10px;
		right: -10px;
	}

/*
	.testimonials-grid {
		grid-template-columns: 1fr;
	}
*/

	.services-grid {
		grid-template-columns: 1fr;
	}
}

/* =========================
   RESPONSIVE BREAKPOINTS
========================= */

/* Tablet */
@media (max-width: 1024px) {
	.gallery video {
		width: calc((100% - (2% * (2 - 1))) / 2); /* 2 Videos pro Reihe */
	}
	.gallery-slider {
		padding: 0 5%;
	}
}

/* Mobile */
@media (max-width: 768px) {
	.gallery video {
		width: 80%; /* 1 Video pro "Slide" */
		margin: 0 auto;
	}
	.gallery-track {
		gap: 5%; /* mehr Abstand für Swipe */
	}
	.gallery-slider {
		padding: 0 10%; /* Peek-Effekt stärker */
	}
}

@media (max-height: 700px) {
	.hero h1 {
		font-size: clamp(2rem,5vw,3.5rem);
	}
}

@media (max-width:768px) {
	.hero h1 {
		line-height: 1.2;
	}
}

/* =========================================
   NAVBAR BACKDROP: Standard + Fallbacks
========================================= */

/* Standard bleibt aktiv */
.navbar::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;

	backdrop-filter: blur(
		calc(
			10px +
			(6px * var(--nav-surface)) +
			(1px * var(--nav-velocity-blur))
		)
	);

	-webkit-backdrop-filter: blur(
		calc(
			10px +
			(6px * var(--nav-surface)) +
			(1px * var(--nav-velocity-blur))
		)
	);

	will-change: backdrop-filter;
	pointer-events: none;

	background:
		linear-gradient(
			120deg,
			rgba(255,255,255,0.06),
			rgba(255,255,255,0.02) 40%,
			rgba(255,255,255,0.08) 60%,
			rgba(255,255,255,0.03)
		);
}

/* Browser kann kein backdrop-filter */
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
	.navbar::before {
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
		background: rgba(26,26,26,0.92);
	}
}

/* Nutzer möchte reduzierte Bewegung */
@media (prefers-reduced-motion: reduce) {
	.navbar::before {
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
		background: rgba(26,26,26,0.92);
	}
}

/* Optional: falls Browser diese Präferenz unterstützt */
@media (prefers-reduced-transparency: reduce) {
	.navbar::before {
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
		background: rgba(26,26,26,0.92);
	}
}

/* JS setzt diese Klasse bei schwächeren Geräten / schlechter Laufzeit */
html.low-end .navbar::before,
html.low-fps .navbar::before {
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	background: rgba(26,26,26,0.92) !important;
}

@media (max-height: 600px) {
	:root {
		--hero-cta-gap-to-boundary: 60px;
	}
}

