/* ==========================================================================
   Meier Reisen — Theme CSS
   Design Concept: Heritage Mobility
   data-theme="meier-reisen"
   ========================================================================== */

/* --------------------------------------------------------------------------
   FONT FILES NEEDED (self-hosted, DSGVO):

   /assets/fonts/ibm-plex-serif-v19-latin-regular.woff2
   /assets/fonts/ibm-plex-serif-v19-latin-500.woff2
   /assets/fonts/ibm-plex-serif-v19-latin-600.woff2
   /assets/fonts/ibm-plex-serif-v19-latin-700.woff2
   /assets/fonts/ibm-plex-sans-v19-latin-regular.woff2
   /assets/fonts/ibm-plex-sans-v19-latin-500.woff2
   /assets/fonts/ibm-plex-sans-v19-latin-700.woff2

   Download from: https://gwfh.mranftl.com/fonts
   -------------------------------------------------------------------------- */

/* === LAYER STRUCTURE === */
@layer base, layout, components, utilities;

/* === FONT FACES === */
@layer base {

@font-face {
  font-family: 'IBM Plex Serif';
  src: url('/assets/fonts/ibm-plex-serif-v19-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Serif';
  src: url('/assets/fonts/ibm-plex-serif-v19-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Serif';
  src: url('/assets/fonts/ibm-plex-serif-v19-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Serif';
  src: url('/assets/fonts/ibm-plex-serif-v19-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('/assets/fonts/ibm-plex-sans-v19-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('/assets/fonts/ibm-plex-sans-v19-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('/assets/fonts/ibm-plex-sans-v19-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* === THEME CUSTOM PROPERTIES === */
[data-theme="meier-reisen"] {
  /* Colors from Draft */
  --color-primary: #003d19;
  --color-primary-dark: #00210b;
  --color-accent-green: #2B6B3D;  /* interactive green — links, buttons, hover states */
  --color-heading-green: #1A4528; /* darker green — headings, labels */
  --color-gold: #6B5E15;          /* dark yellow — text on light bg (AA pass) */
  --color-gold-dark: #4A4010;
  --color-gold-light: #E8D44D;    /* logo yellow — accents on dark bg */
  --color-gold-mid: #B8A230;      /* mid-tone for decorative use */
  --metallic-gold: linear-gradient(
    145deg,
    #6B5E15 0%,
    #8A7A20 18%,
    #B8A230 34%,
    #E8D44D 46%,
    #B8A230 54%,
    #8A7A20 66%,
    #6B5E15 76%,
    #8A7A20 86%,
    #B8A230 94%,
    #8A7A20 100%
  );

  --color-text: #181c1f;
  --color-text-rgb: 24, 28, 31;
  --color-muted: #404940;
  --color-subtle: #5A5E60;        /* secondary text — labels, hints, captions */
  --color-border: #bfc9bd;
  --color-error: #C53030;

  --color-bg: #FAFAF5;
  --color-bg-warm: #ebeef2;
  --color-bg-warm-rgb: 235, 238, 242;
  --color-bg-dark: #0F2818;       /* dark sections, CTA bands, mobile menu, footer */
  --color-bg-darker: #0a1f12;     /* pre-footer, sub-footer accents */
  --color-bg-darkest: #071a0e;    /* sub-footer bar */

  --color-dark: #003d19;
  --color-dark-element: #00210b;
  --color-text-on-dark: #ffffff;
  --color-text-on-dark-muted: #E8E5E0;  /* body text on dark backgrounds */
  --color-text-on-dark-subtle: rgba(250, 250, 245, 0.75); /* footer text, links */
  --color-text-on-dark-faint: #778279;  /* copyright, legal — AA 4.5:1 on dark bg */

  /* Header height for fixed nav offset */
  --header-height: 100px;

  /* Typography */
  --font-heading: 'IBM Plex Serif', Georgia, 'Times New Roman', serif;
  --font-body: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, sans-serif;

  --font-size-h1: clamp(3rem, 6vw, 4.5rem);
  --font-size-h2: clamp(2rem, 4vw, 3.25rem);
  --font-size-h3: clamp(1.25rem, 1rem + 2vw, 1.75rem);
  --font-size-body: clamp(1.0625rem, 1rem + 0.25vw, 1.1875rem);
  --font-size-body-lg: clamp(1.1875rem, 1rem + 0.5vw, 1.3125rem);
  --font-size-small: clamp(0.9375rem, 0.9rem + 0.15vw, 1rem);
  --font-size-caption: 0.875rem;
  --font-size-counter: clamp(3.5rem, 3rem + 5vw, 5.5rem);

  /* Spacing */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --section-gap: clamp(2rem, 1.5rem + 3vw, 4rem);

  /* Layout */
  --container-max: 1280px;
  --container-narrow: 800px;
  --container-wide: 1400px;
  --container-padding: clamp(1.5rem, 1rem + 3vw, 3rem);
  --grid-gap: clamp(1.5rem, 1rem + 3vw, 3rem);

  /* Radii */
  --radius-sm: 4px;
  --radius-md: 6px;
  --radius-lg: 8px;
  --radius-xl: 12px;
  --radius-full: 100px;

  /* Shadows — base */
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.1);
  --shadow-nav: 0 2px 12px rgba(0, 0, 0, 0.06);

  /* Shadows — card (reusable across service-card, fleet-card, timeline, etc.) */
  --shadow-card:
    0 1px 2px rgba(0, 0, 0, 0.04),
    0 4px 12px rgba(0, 0, 0, 0.06);
  --shadow-card-hover:
    0 4px 8px rgba(0, 0, 0, 0.06),
    0 12px 24px rgba(0, 0, 0, 0.08),
    0 24px 48px rgba(0, 0, 0, 0.06);
  --shadow-elevated:
    0 2px 4px rgba(0, 0, 0, 0.04),
    0 8px 20px rgba(0, 0, 0, 0.06),
    0 24px 48px rgba(0, 30, 12, 0.1),
    0 48px 80px rgba(0, 30, 12, 0.08);
  --shadow-elevated-hover:
    0 4px 8px rgba(0, 0, 0, 0.05),
    0 12px 28px rgba(0, 0, 0, 0.08),
    0 32px 56px rgba(0, 30, 12, 0.12),
    0 56px 96px rgba(0, 30, 12, 0.1);
  --shadow-float:
    0 1px 2px rgba(0, 0, 0, 0.04),
    0 4px 12px rgba(0, 0, 0, 0.06),
    0 16px 32px rgba(0, 30, 12, 0.08),
    0 32px 64px rgba(0, 30, 12, 0.06);

  /* Transitions */
  --transition-fast: 150ms ease;
  --transition-base: 200ms ease;
  --transition-slow: 300ms ease;
  --transition-animate: 500ms ease;
  --ease-out-expo: cubic-bezier(0.4, 0, 0.2, 1);

  /* Z-Index */
  --z-sticky-bar: 90;
  --z-nav: 100;
  --z-overlay: 200;
  --z-modal: 300;
}

/* === RESET & BASE === */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: var(--font-body);
  font-size: var(--font-size-body);
  font-weight: 400;
  line-height: 1.65;
  color: var(--color-text);
  background: var(--color-bg);
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: var(--header-height, 80px);
}

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

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

h1, h2 {
  font-family: var(--font-heading);
  color: var(--color-heading-green);
  line-height: 1.15;
}

h1 {
  font-size: var(--font-size-h1);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

h2 {
  font-size: var(--font-size-h2);
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

.text-accent {
  position: relative;
  display: inline-block;
  color: inherit;
  white-space: nowrap;
}

.text-accent::after {
  content: '';
  position: absolute;
  bottom: 0.1em;
  left: -0.1em;
  width: calc(100% + 0.2em);
  height: 0.3em;
  background-color: var(--color-accent);
  opacity: 0.25;
  z-index: -1;
  border-radius: 2px;
}

p {
  margin-bottom: 1rem;
}

p:last-child {
  margin-bottom: 0;
}

/* Skip Link */
.skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  background: var(--color-primary-dark);
  color: #FFFFFF;
  padding: 0.75rem 1.5rem;
  border-radius: var(--radius-md);
  z-index: 9999;
  font-weight: 600;
  text-decoration: none;
}

.skip-link:focus {
  top: 1rem;
}

} /* end @layer base */


/* === LAYOUT === */
@layer layout {

.container {
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: var(--container-padding);
}

.container--narrow {
  max-width: var(--container-narrow);
}

.section {
  padding-block: var(--section-gap);
}

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

.section--dark {
  background: var(--color-dark);
}

.section--dark h2 {
  color: #FFFFFF;
}

.section--dark p,
.section--dark .section__text {
  color: var(--color-text-on-dark-muted);
}

/* Grid helpers */
.grid-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--grid-gap);
}

@media (min-width: 768px) {
  .grid-2 { grid-template-columns: 1fr 1fr; }
}

.text-center { text-align: center; }

} /* end @layer layout */


/* === COMPONENTS === */
@layer components {

/* ---------- HEADER / NAV ---------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: var(--z-nav);
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.site-header--scrolled {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem var(--container-padding);
  max-width: var(--container-wide);
  margin-inline: auto;
  min-height: 100px;
  transition: min-height 0.3s ease, padding 0.3s ease;
}

.site-header--scrolled .nav {
  min-height: 64px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.nav__logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--color-heading-green);
  text-decoration: none;
  min-height: 44px;
}

.nav__logo-img {
  height: 64px;
  width: auto;
  transition: height 0.3s ease;
}

.site-header--scrolled .nav__logo-img {
  height: 42px;
}

.nav__logo-img--inverted {
  filter: brightness(0) invert(1);
}

/* Right side: phone + mascot */
.nav__right {
  display: none;
  align-items: center;
  gap: var(--space-4);
}

@media (min-width: 1024px) {
  .nav__right {
    display: flex;
  }
}

.nav__mascot {
  height: 72px;
  width: auto;
  transition: height 0.3s ease;
}

.site-header--scrolled .nav__mascot {
  height: 46px;
}

.nav__links {
  display: none;
  gap: 0.25rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .nav__links {
    display: flex;
  }
}

.nav__link {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--color-text);
  text-decoration: none;
  padding: 0.5rem 0.875rem;
  border-radius: var(--radius-md);
  border-bottom: 2px solid transparent;
  transition: color var(--transition-base), border-color var(--transition-base);
  min-height: 44px;
  display: flex;
  align-items: center;
}

.nav__link:hover,
.nav__link[aria-current="page"] {
  color: var(--color-accent-green);
  border-bottom-color: var(--color-accent-green);
}

.nav__phone {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--color-accent-green);
  text-decoration: none;
  min-height: 44px;
}

.nav__phone svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* Mobile nav controls */
.nav__mobile {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 1024px) {
  .nav__mobile { display: none; }
}

.nav__mobile-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--color-accent-green);
  text-decoration: none;
  border-radius: var(--radius-md);
}

.nav__mobile-phone svg {
  width: 24px;
  height: 24px;
}

.nav__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--color-text);
  border-radius: var(--radius-md);
}

.nav__toggle svg {
  width: 24px;
  height: 24px;
}

.nav__toggle:focus-visible {
  outline: 3px solid var(--color-accent-green);
  outline-offset: 2px;
}

/* Mobile overlay */
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: var(--z-overlay);
  background: var(--color-bg-dark);
  display: none;
  flex-direction: column;
  padding: 2rem var(--container-padding);
  overflow-y: auto;
  opacity: 0;
}

.mobile-menu.is-open {
  display: flex;
  animation: menuFadeIn var(--transition-slow) forwards;
}

@keyframes menuFadeIn {
  from { opacity: 0; transform: translateX(2rem); }
  to { opacity: 1; transform: translateX(0); }
}

.mobile-menu__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}

.mobile-menu__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  color: #FFFFFF;
}

.mobile-menu__close svg {
  width: 24px;
  height: 24px;
}

.mobile-menu__close:focus-visible {
  outline: 3px solid var(--color-gold-light);
  outline-offset: 2px;
}

.mobile-menu__links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 3rem;
}

.mobile-menu__link {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 600;
  color: #FFFFFF;
  text-decoration: none;
  padding: 0.75rem 0;
  min-height: 44px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu__link:hover,
.mobile-menu__link[aria-current="page"] {
  color: var(--color-gold-light);
}

.mobile-menu__phone {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-gold-light);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 0;
  min-height: 44px;
}

.mobile-menu__phone svg {
  width: 24px;
  height: 24px;
}

.mobile-menu__legal {
  margin-top: auto;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu__legal a {
  color: var(--color-text-on-dark-muted);
  font-size: var(--font-size-small);
  text-decoration: none;
  min-height: 44px;
  display: flex;
  align-items: center;
}

/* ---------- HERO ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  overflow: hidden;
  background: var(--color-dark);
  margin-top: calc(-1 * var(--header-height, 80px));
  padding-top: var(--header-height, 80px);
  padding-bottom: var(--space-16);
}

.hero__image-wrapper {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    to top,
    rgba(15, 40, 24, 0.9) 0%,
    rgba(15, 40, 24, 0.5) 50%,
    rgba(15, 40, 24, 0.2) 100%
  );
}

@media (min-width: 768px) {
  .hero__overlay {
    background: linear-gradient(
      to right,
      rgba(15, 40, 24, 0.85) 0%,
      rgba(15, 40, 24, 0.6) 40%,
      rgba(15, 40, 24, 0.2) 70%,
      transparent 100%
    );
  }
}

.hero__content {
  position: relative;
  z-index: 3;
  padding: var(--space-20) var(--container-padding);
  max-width: var(--container-wide);
  margin-inline: auto;
  width: 100%;
}

@media (min-width: 768px) {
  .hero__content {
    max-width: var(--container-max);
  }
  .hero__content h1,
  .hero__content .hero__subtitle {
    max-width: 70%;
  }
}

.hero h1 {
  color: #FFFFFF;
  margin-bottom: var(--space-6);
  line-height: 1.1;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
  text-wrap: balance;
}

.hero__subtitle {
  color: var(--color-text-on-dark-muted);
  font-size: var(--font-size-body-lg);
  line-height: 1.6;
  margin-bottom: var(--space-10);
  max-width: 650px;
  opacity: 0.95;
}

/* Subpage hero (smaller) */
.hero--sub {
  min-height: 50vh;
}

.hero--sub .hero__content {
  padding-block: var(--space-12);
}

/* ---------- BUTTONS ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.02em;
  padding: 0.875rem 2rem;
  min-height: 48px;
  border-radius: var(--radius-md);
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: background-color var(--transition-base), color var(--transition-base), border-color var(--transition-base), transform var(--transition-fast);
  line-height: 1;
}

.btn:active {
  transform: scale(0.98);
}

.btn:focus-visible {
  outline: 3px solid var(--color-accent-green);
  outline-offset: 3px;
}

/* Primary: Green gradient */
.btn--primary {
  background: linear-gradient(135deg, var(--color-primary) 0%, #005727 100%);
  color: #ffffff;
  border-color: var(--color-primary);
}

.btn--primary:hover {
  background: linear-gradient(135deg, #005727 0%, var(--color-primary) 100%);
  border-color: #005727;
}

/* Secondary: Ghost with green border */
.btn--secondary {
  background: transparent;
  color: var(--color-accent-green);
  border-color: var(--color-accent-green);
}

.btn--secondary:hover {
  background: var(--color-accent-green);
  color: #FFFFFF;
}

/* Secondary on dark backgrounds */
.btn--secondary-dark {
  background: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.btn--secondary-dark:hover {
  background: #FFFFFF;
  color: var(--color-heading-green);
}

/* Tertiary: text link with arrow */
.btn--tertiary {
  background: none;
  border: none;
  color: var(--color-accent-green);
  font-weight: 500;
  padding: 0.5rem 0;
  min-height: 44px;
  font-family: var(--font-body);
}

.btn--tertiary::after {
  content: '\2192';
  transition: margin-left var(--transition-base);
}

.btn--tertiary:hover::after {
  margin-left: 0.25rem;
}

/* ---------- SECTION LABEL ---------- */
.section__label {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: var(--font-size-caption);
  color: var(--color-gold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: var(--space-3);
}

.section__intro {
  font-size: var(--font-size-body-lg);
  color: var(--color-subtle);
  max-width: 700px;
  line-height: 1.6;
}

.section__intro--center {
  margin-inline: auto;
  text-align: center;
}

/* ---------- SERVICE CARDS ---------- */
.service-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--grid-gap);
}

@media (min-width: 768px) {
  .service-cards { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .service-cards { grid-template-columns: repeat(3, 1fr); }
}

.service-card {
  background: #FFFFFF;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-8) var(--space-6);
  text-align: left;
  transition: transform 300ms var(--ease-out-expo), box-shadow 300ms var(--ease-out-expo), border-color 300ms ease;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: var(--color-primary);
}

.service-card:focus-visible {
  outline: 3px solid var(--color-primary);
  outline-offset: 4px;
}

.service-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: var(--space-6);
}

.service-card__icon {
  width: 44px;
  height: 44px;
  color: var(--color-primary);
  transition: transform 300ms ease;
}

.service-card:hover .service-card__icon {
  transform: scale(1.1);
}

.service-card__icon svg {
  width: 100%;
  height: 100%;
}

.service-card__badge {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-primary-dark);
  background: rgba(0, 0, 0, 0.06);
  padding: 0.25rem 0.625rem;
  border-radius: var(--radius-sm);
}

.service-card__title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--color-primary-dark);
  margin-bottom: var(--space-2);
  line-height: 1.3;
}

.service-card__text {
  color: var(--color-muted);
  font-size: var(--font-size-small);
  line-height: 1.6;
  margin-bottom: var(--space-6);
  flex-grow: 1;
}

.service-card__cta {
  color: var(--color-primary);
  font-weight: 700;
  font-size: var(--font-size-small);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: gap 300ms ease;
}

.service-card__cta svg {
  width: 16px;
  height: 16px;
  transition: transform 300ms ease;
}

.service-card:hover .service-card__cta svg {
  transform: translateX(4px);
}

/* ---------- CTA BAND ---------- */
.cta-band {
  background: var(--color-bg-dark);
  padding: var(--space-16) 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-band::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--color-gold-mid), transparent);
}

.cta-band h2 {
  color: #FFFFFF;
  margin-bottom: var(--space-4);
}

.cta-band__text {
  color: var(--color-text-on-dark-muted);
  font-size: var(--font-size-body-lg);
  margin-bottom: var(--space-8);
  max-width: 600px;
  margin-inline: auto;
}

.cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-4);
  align-items: center;
}

.cta-band__phone {
  color: var(--color-gold-light);
  font-family: var(--font-heading);
  font-size: var(--font-size-body-lg);
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 44px;
  padding: var(--space-2) var(--space-4);
  border: 1px solid rgba(232, 212, 77, 0.3);
  border-radius: var(--radius-full);
  transition: all var(--transition-base);
}

.cta-band__phone:hover {
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.05);
}

/* Warm CTA variant */
.cta-band--warm {
  background: var(--color-bg-warm);
}

.cta-band--warm::before {
  background: linear-gradient(90deg, transparent, var(--color-gold-mid), transparent);
}

.cta-band--warm h2 {
  color: var(--color-heading-green);
}

.cta-band--warm .cta-band__text {
  color: var(--color-subtle);
}

.cta-band--warm .cta-band__phone {
  color: var(--color-primary);
  border-color: rgba(0, 61, 25, 0.2);
}

.cta-band--warm .cta-band__phone:hover {
  color: var(--color-accent-green);
  border-color: var(--color-accent-green);
  background: rgba(0, 61, 25, 0.04);
}

/* Light CTA — white background */
.cta-band--light {
  background: #ffffff;
}

.cta-band--light h2 {
  color: var(--color-heading-green);
}

.cta-band--light .cta-band__text {
  color: var(--color-subtle);
}

.cta-band--light .cta-band__phone {
  color: var(--color-primary);
  border-color: rgba(0, 61, 25, 0.2);
}

.cta-band--light .cta-band__phone:hover {
  color: var(--color-accent-green);
  border-color: var(--color-accent-green);
  background: rgba(0, 61, 25, 0.04);
}

/* ---------- BADGES ---------- */
.badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-1) var(--space-3);
  border-radius: var(--radius-full);
  font-family: var(--font-body);
  font-size: var(--font-size-caption);
  font-weight: 500;
  letter-spacing: 0.03em;
}

.badge--primary {
  background: rgba(43, 107, 61, 0.1);
  color: var(--color-accent-green);
}

.badge--gold {
  background: rgba(107, 94, 21, 0.1);
  color: var(--color-gold);
}

.badge--dark {
  background: #1A3D25;
  color: var(--color-gold-light);
  border: 1px solid rgba(107, 94, 21, 0.3);
}

/* ---------- TIMELINE (Premium) ---------- */
.timeline {
  position: relative;
  padding: var(--space-16) 0 var(--space-8);
  max-width: 900px;
  margin-inline: auto;
}

/* Gold gradient timeline spine */
.timeline::before {
  content: '';
  position: absolute;
  left: 1.25rem;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(
    180deg,
    var(--color-gold-light) 0%,
    var(--color-gold-mid) 30%,
    var(--color-primary) 70%,
    var(--color-gold-mid) 100%
  );
  border-radius: 3px;
}

@media (min-width: 768px) {
  .timeline::before {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* Timeline item */
.timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 0;
  margin-bottom: var(--space-10);
}

@media (min-width: 768px) {
  .timeline__item {
    grid-template-columns: 1fr 4rem 1fr;
    align-items: center;
    gap: 0;
    margin-bottom: var(--space-2);
  }

  /* Odd items: card on the right */
  .timeline__item:nth-child(odd) .timeline__card {
    grid-column: 3;
  }
  .timeline__item:nth-child(odd) .timeline__marker {
    grid-column: 2;
  }

  /* Even items: card on the left */
  .timeline__item:nth-child(even) .timeline__card {
    grid-column: 1;
    grid-row: 1;
  }
  .timeline__item:nth-child(even) .timeline__marker {
    grid-column: 2;
    grid-row: 1;
  }
}

/* Marker column (dot + connector) */
.timeline__marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

/* Gold dot with glow */
.timeline__dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--color-gold-light);
  border: 3px solid var(--color-bg-warm);
  box-shadow:
    0 0 0 3px var(--color-primary),
    0 0 12px rgba(232, 212, 77, 0.3);
  flex-shrink: 0;
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.timeline__item:hover .timeline__dot {
  transform: scale(1.3);
  box-shadow:
    0 0 0 3px var(--color-primary),
    0 0 20px rgba(232, 212, 77, 0.5);
}

/* Connector line (hidden — spine replaces it) */
.timeline__connector {
  display: none;
}

/* Card — elevated with shadow + gold top border */
.timeline__card {
  background: #ffffff;
  border-radius: var(--radius-xl);
  padding: var(--space-6) var(--space-6) var(--space-5);
  box-shadow: var(--shadow-card);
  border-top: 3px solid var(--color-gold-mid);
  transition: transform 300ms var(--ease-out-expo), box-shadow 300ms var(--ease-out-expo);
  position: relative;
}

.timeline__card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-hover);
}

@media (prefers-reduced-motion: reduce) {
  .timeline__card,
  .timeline__dot {
    transition: none;
  }
  .timeline__item:hover .timeline__dot {
    transform: none;
  }
  .timeline__card:hover {
    transform: none;
  }
}

/* Year badge with icon */
.timeline__year {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: var(--font-size-h3);
  color: var(--color-primary);
  margin-bottom: var(--space-2);
  letter-spacing: -0.01em;
}

.timeline__year svg {
  color: var(--color-gold);
  flex-shrink: 0;
}

/* Title */
.timeline__title {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 1.1875rem;
  color: var(--color-heading-green);
  margin-bottom: var(--space-3);
  line-height: 1.35;
}

/* Body text */
.timeline__text {
  color: var(--color-subtle);
  font-size: var(--font-size-body);
  line-height: 1.7;
}

/* Image inside card */
.timeline__image-wrap {
  margin-top: var(--space-4);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.timeline__image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16 / 10;
  transition: transform 600ms var(--ease-out-expo);
}

.timeline__card:hover .timeline__image-wrap img {
  transform: scale(1.03);
}

@media (prefers-reduced-motion: reduce) {
  .timeline__image-wrap img,
  .timeline__card:hover .timeline__image-wrap img {
    transition: none;
    transform: none;
  }
}

/* ---------- HERITAGE QUOTE ---------- */
.heritage-quote {
  text-align: center;
  padding: var(--space-8) 0;
}

.heritage-quote__text {
  font-family: var(--font-heading);
  font-size: var(--font-size-h2);
  font-weight: 600;
  color: var(--color-gold-light);
  font-style: italic;
  line-height: 1.3;
  margin-bottom: var(--space-6);
  position: relative;
}

.heritage-quote__text::before {
  content: '\201E';
  position: absolute;
  top: -0.5em;
  left: -0.05em;
  font-size: 3em;
  color: rgba(232, 212, 77, 0.2);
  font-style: normal;
  line-height: 1;
  pointer-events: none;
}

.heritage-quote__footer {
  color: var(--color-text-on-dark-muted);
  font-family: var(--font-body);
  font-size: var(--font-size-small);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 500;
}

.heritage-quote__footer cite {
  font-style: normal;
}

/* ---------- FUHRPARK / FLEET CARDS ---------- */
.fleet-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-6);
  margin-top: var(--space-8);
}

@media (min-width: 640px) {
  .fleet-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .fleet-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .fleet-card--featured {
    grid-column: span 2;
  }
}

.fleet-card {
  background: #FFFFFF;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    transform 400ms var(--ease-out-expo),
    box-shadow 400ms var(--ease-out-expo),
    border-color 300ms ease;
  box-shadow: var(--shadow-card);
}

.fleet-card:hover {
  transform: translateY(-6px);
  border-color: var(--color-gold-mid);
  box-shadow: var(--shadow-card-hover);
}

@media (prefers-reduced-motion: reduce) {
  .fleet-card { transition: none; }
  .fleet-card:hover { transform: none; }
}

.fleet-card__visual {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--color-bg-warm);
}

.fleet-card--featured .fleet-card__visual {
  aspect-ratio: 21 / 10;
}

.fleet-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms var(--ease-out-expo);
}

.fleet-card:hover .fleet-card__visual img {
  transform: scale(1.04);
}

@media (prefers-reduced-motion: reduce) {
  .fleet-card__visual img { transition: none; }
  .fleet-card:hover .fleet-card__visual img { transform: none; }
}

.fleet-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-3);
  color: var(--color-muted);
  font-size: var(--font-size-small);
}

.fleet-card__brand-tag {
  position: absolute;
  top: var(--space-4);
  left: var(--space-4);
  background: var(--color-primary);
  color: var(--color-gold-light);
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: var(--font-size-caption);
  letter-spacing: 0.04em;
  padding: var(--space-2) var(--space-4);
  border-radius: var(--radius-full);
  line-height: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.fleet-card__body {
  padding: var(--space-6);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.fleet-card__type {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: clamp(1.125rem, 1rem + 0.5vw, 1.375rem);
  color: var(--color-primary-dark);
  margin-bottom: var(--space-2);
  line-height: 1.3;
}

.fleet-card__desc {
  color: var(--color-muted);
  font-size: var(--font-size-body);
  line-height: 1.6;
  margin-bottom: var(--space-4);
}

.fleet-card__specs {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-top: auto;
  padding-top: var(--space-4);
  border-top: 1px solid var(--color-border);
}

.fleet-spec {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  font-size: var(--font-size-caption);
  font-weight: 500;
  color: var(--color-primary);
  background: rgba(0, 61, 25, 0.06);
  padding: var(--space-1) var(--space-3);
  border-radius: var(--radius-full);
  white-space: nowrap;
  min-height: 28px;
}

.fleet-spec svg {
  flex-shrink: 0;
  opacity: 0.7;
}

/* --- Fleet overview table --- */
.fleet-table-wrap {
  overflow-x: auto;
  margin-top: var(--space-6);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
}

.fleet-table {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--font-size-body);
}

.fleet-table thead {
  background: var(--color-primary);
}

.fleet-table th {
  padding: var(--space-4) var(--space-5);
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: var(--font-size-small);
  color: var(--color-gold-light);
  text-align: left;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.fleet-table td {
  padding: var(--space-4) var(--space-5);
  border-bottom: 1px solid var(--color-border);
  vertical-align: middle;
}

.fleet-table tbody tr {
  transition: background-color var(--transition-fast);
}

.fleet-table tbody tr:nth-child(even) {
  background: var(--color-bg-warm);
}

.fleet-table tbody tr:hover {
  background: rgba(0, 61, 25, 0.04);
}

.fleet-table tbody tr:last-child td {
  border-bottom: none;
}

.fleet-table td strong {
  color: var(--color-primary-dark);
  font-weight: 600;
}

/* Fleet Table — Stacked Cards on Mobile */
@media (max-width: 640px) {
  .fleet-table-wrap {
    border: none;
    box-shadow: none;
    overflow: visible;
  }

  .fleet-table thead {
    display: none;
  }

  .fleet-table,
  .fleet-table tbody {
    display: block;
  }

  .fleet-table tbody tr {
    display: block;
    margin-bottom: var(--space-4);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: var(--space-2);
    background: var(--color-bg);
    box-shadow: var(--shadow-sm);
  }

  .fleet-table tbody tr:nth-child(even) {
    background: var(--color-bg);
  }

  .fleet-table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--space-3) var(--space-4);
    border-bottom: 1px solid var(--color-border-light, #f0f0f0);
  }

  .fleet-table td:last-child {
    border-bottom: none;
  }

  .fleet-table td::before {
    content: attr(data-label);
    font-weight: 600;
    font-size: var(--font-size-small);
    color: var(--color-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    flex-shrink: 0;
    margin-right: var(--space-4);
  }
}

/* ---------- LEISTUNGEN SECTIONS ---------- */
.leistung {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--grid-gap);
  align-items: center;
}

@media (min-width: 768px) {
  .leistung {
    grid-template-columns: 1fr 1fr;
    gap: calc(var(--grid-gap) * 1.5);
  }

  .leistung--reverse {
    direction: rtl;
  }

  .leistung--reverse > * {
    direction: ltr;
  }
}

.leistung__content h2 {
  margin-bottom: var(--space-4);
}

.leistung__lead {
  font-size: var(--font-size-body-lg);
  font-weight: 500;
  color: var(--color-text);
  line-height: 1.6;
  margin-bottom: var(--space-4);
}

.section--dark .leistung__lead {
  color: var(--color-text-on-dark-muted);
}

.leistung__content p:not(.leistung__lead):not(.leistung__note) {
  color: var(--color-muted);
  line-height: 1.7;
}

.section--dark .leistung__content p:not(.leistung__lead):not(.leistung__note) {
  color: #c5cac5;
}

.leistung__label {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: var(--font-size-caption);
  color: var(--color-gold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: var(--space-3);
}

.leistung__label svg {
  color: var(--color-gold-mid);
}

.leistung__label--light {
  color: var(--color-gold-light);
}

.leistung__label--light svg {
  color: var(--color-gold-light);
}

.leistung__image {
  border-radius: var(--radius-xl);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: var(--shadow-lg);
}

.leistung__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms var(--ease-out-expo);
}

.leistung:hover .leistung__image img {
  transform: scale(1.03);
}

@media (prefers-reduced-motion: reduce) {
  .leistung__image img,
  .leistung:hover .leistung__image img {
    transition: none;
    transform: none;
  }
}

.leistung__placeholder {
  width: 100%;
  height: 100%;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-3);
  background: linear-gradient(135deg, var(--color-bg-warm) 0%, #dde3d8 100%);
  color: var(--color-muted);
  border-radius: var(--radius-xl);
}

.leistung__placeholder svg {
  opacity: 0.4;
}

.leistung__placeholder span {
  font-family: var(--font-heading);
  font-size: var(--font-size-small);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.5;
}

.leistung__placeholder--dark {
  background: linear-gradient(135deg, #0a2912 0%, #153d22 100%);
  color: #6b8a73;
}

.leistung__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-top: var(--space-6);
}

.leistung__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  align-items: center;
  margin-top: var(--space-8);
}

.leistung__note {
  font-size: var(--font-size-small);
  color: var(--color-muted);
  margin-top: var(--space-2);
  font-style: italic;
}

/* ---------- MULTI-STEP FORM ---------- */
.multi-step-form {
  max-width: 720px;
  margin: var(--space-8) auto 0;
  background: #FFFFFF;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  padding: var(--space-8) var(--space-6);
  box-shadow: var(--shadow-card);
  position: relative;
}

@media (min-width: 768px) {
  .multi-step-form {
    padding: var(--space-12) var(--space-10);
  }
}

.form-progress {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--space-10);
  position: relative;
}

.form-progress::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--color-border);
  z-index: 0;
}

.form-progress__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-2);
  position: relative;
  z-index: 1;
  flex: 1;
}

.form-progress__dot {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid var(--color-border);
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: var(--font-size-small);
  color: var(--color-subtle);
  transition: all var(--transition-base);
}

.form-progress__step--active .form-progress__dot {
  background: var(--color-accent-green);
  border-color: var(--color-accent-green);
  color: #FFFFFF;
}

.form-progress__step--done .form-progress__dot {
  background: var(--color-gold-mid);
  border-color: var(--color-gold-mid);
  color: #FFFFFF;
}

.form-progress__step--active .form-progress__label,
.form-progress__step--done .form-progress__label {
  color: #003d19;
  font-weight: 500;
}

.form-progress__label {
  font-size: var(--font-size-caption);
  color: var(--color-subtle);
  text-align: center;
}

@media (max-width: 479px) {
  .form-progress__label { display: none; }
}

/* Form step panels */
.form-step {
  display: none;
}

.form-step.is-active {
  display: block;
}

.form-step__title {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: var(--font-size-h3);
  color: #003d19;
  margin-bottom: var(--space-8);
  text-align: center;
  position: relative;
}

.form-step__title::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  background: var(--color-gold-mid);
  margin: var(--space-3) auto 0;
  border-radius: 2px;
}

/* Fahrttyp cards (step 1) */
.form-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-4);
}

@media (min-width: 768px) {
  .form-cards { grid-template-columns: repeat(3, 1fr); }
}

button.form-card {
  font: inherit;
  color: inherit;
}

.form-card {
  background: #FFFFFF;
  border: 2px solid var(--color-border);
  border-radius: var(--radius-xl);
  padding: var(--space-6);
  text-align: center;
  cursor: pointer;
  min-height: 44px;
  transition: transform var(--transition-slow), border-color var(--transition-base), background var(--transition-base), box-shadow var(--transition-slow);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-3);
}

.form-card:hover {
  border-color: var(--color-gold-mid);
  background: rgba(232, 212, 77, 0.04);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.form-card.is-selected {
  border-color: #003d19;
  background: rgba(0, 61, 25, 0.04);
  box-shadow:
    0 0 0 2px #003d19,
    0 4px 12px rgba(0, 61, 25, 0.1);
}

.form-card.is-selected svg {
  color: #003d19;
}

.form-card:focus-visible {
  outline: 3px solid var(--color-gold-light);
  outline-offset: 2px;
}

.form-card__label {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: var(--font-size-small);
  color: var(--color-heading-green);
}

.form-input {
  width: 100%;
  padding: 0.875rem 1rem;
  min-height: 48px;
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-lg);
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--color-text);
  background: #FFFFFF;
  transition: border-color var(--transition-base), box-shadow var(--transition-base), background var(--transition-base);
}

.form-input:hover {
  border-color: #8A9E8F;
}

.form-input:focus {
  border-color: var(--color-gold-mid);
  outline: none;
  box-shadow: 0 0 0 3px rgba(232, 212, 77, 0.25);
}

.form-input::placeholder {
  color: #9CA3AF;
}

.form-input--error {
  border-color: var(--color-error);
}

.form-error {
  color: var(--color-error);
  font-size: var(--font-size-small);
  margin-top: var(--space-1);
}

/* Checkbox */
.form-checkbox {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  min-height: 44px;
  cursor: pointer;
}

.form-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: var(--color-accent-green);
  cursor: pointer;
}

.form-checkbox a {
  color: var(--color-accent-green);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Summary */
.form-summary {
  background: var(--color-bg-warm);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  margin-bottom: var(--space-6);
  border-top: 3px solid var(--color-gold-mid);
  box-shadow: var(--shadow-sm);
}

.form-summary__row {
  display: flex;
  justify-content: space-between;
  padding: var(--space-3) 0;
  border-bottom: 1px solid var(--color-border);
}

.form-summary__row:last-child {
  border-bottom: none;
}

.form-summary__label {
  font-weight: 500;
  color: var(--color-subtle);
}

.form-summary__value {
  font-weight: 500;
  color: var(--color-text);
  text-align: right;
}

/* Success message */
.form-success {
  background: linear-gradient(135deg, rgba(0, 61, 25, 0.04), rgba(232, 212, 77, 0.06));
  border: 2px solid #003d19;
  border-radius: var(--radius-xl);
  padding: var(--space-12) var(--space-8);
  text-align: center;
  display: none;
  box-shadow:
    0 4px 8px rgba(0, 61, 25, 0.04),
    0 8px 16px rgba(0, 61, 25, 0.06),
    0 16px 32px rgba(0, 61, 25, 0.04);
}

.form-success.is-visible {
  display: block;
}

.form-success svg {
  color: #003d19;
  margin-bottom: var(--space-4);
}

.form-success__title {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: var(--font-size-h3);
  color: #003d19;
  margin-bottom: var(--space-3);
}

/* ---------- FORM FIELDS GRID ---------- */
.form-fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-5);
}

@media (min-width: 768px) {
  .form-fields {
    grid-template-columns: 1fr 1fr;
  }
}

.form-field--full {
  grid-column: 1 / -1;
}

.form-field label {
  display: block;
  font-weight: 600;
  font-size: var(--font-size-small);
  color: #003d19;
  margin-bottom: var(--space-2);
  letter-spacing: 0.01em;
}

.form-input--textarea {
  min-height: 120px;
  resize: vertical;
}

.form-hint {
  font-size: var(--font-size-small);
  color: var(--color-subtle);
}

.form-required {
  color: var(--color-error);
}

.form-step__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: var(--space-8);
  gap: var(--space-4);
}

.form-step__actions .btn:only-child {
  margin-left: auto;
}

/* Large button variant */
.btn--lg {
  padding: 1rem 2.5rem;
  font-size: 1.125rem;
  min-height: 52px;
}

/* Hero minimal (for legal pages) */
.hero--minimal {
  min-height: 30vh;
  background: var(--color-bg-dark);
}

.hero--minimal .hero__content {
  padding-top: var(--space-12);
  padding-bottom: var(--space-8);
}

/* ---------- KONTAKT CARDS ---------- */
.kontakt-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-4);
  margin-top: var(--space-8);
}

@media (min-width: 600px) {
  .kontakt-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .kontakt-cards {
    grid-template-columns: repeat(4, 1fr);
  }
}

.kontakt-card {
  background: #FFFFFF;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  padding: var(--space-8) var(--space-6);
  text-align: center;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-2);
  min-height: 44px;
  transition: transform var(--transition-slow), box-shadow var(--transition-slow), border-color var(--transition-base);
  box-shadow: var(--shadow-sm);
}

.kontakt-card:not(.kontakt-card--static):hover {
  transform: translateY(-4px);
  box-shadow:
    0 4px 8px rgba(0, 61, 25, 0.04),
    0 8px 16px rgba(0, 61, 25, 0.06),
    0 16px 32px rgba(0, 61, 25, 0.08),
    0 24px 48px rgba(0, 61, 25, 0.04);
  border-color: var(--color-gold-mid);
}

.kontakt-card:not(.kontakt-card--static):focus-visible {
  outline: 3px solid var(--color-gold-light);
  outline-offset: 2px;
}

.kontakt-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(0, 61, 25, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #003d19;
  margin-bottom: var(--space-2);
  transition: background var(--transition-base), color var(--transition-base);
}

.kontakt-card:not(.kontakt-card--static):hover .kontakt-card__icon {
  background: #003d19;
  color: var(--color-gold-light);
}

.kontakt-card__label {
  font-family: var(--font-body);
  font-size: var(--font-size-caption);
  font-weight: 500;
  color: var(--color-subtle);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.kontakt-card__value {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: var(--font-size-body-lg);
  color: #003d19;
}

.kontakt-card__hint {
  font-size: var(--font-size-caption);
  color: var(--color-subtle);
  line-height: 1.4;
}

/* ---------- SECTION EYEBROW ---------- */
.section-eyebrow {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: var(--font-size-small);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-accent-green);
  margin-bottom: var(--space-3);
}

.section-eyebrow--gold {
  color: var(--color-gold-light);
}

/* ---------- UNTERNEHMEN: STORY ---------- */
.unt-story__text {
  max-width: var(--container-narrow);
}

.unt-story__text p + p {
  margin-top: var(--space-4);
}

/* ---------- UNTERNEHMEN: HISTORIE-LINK ---------- */
.unt-story__history-link {
  display: flex;
  align-items: center;
  gap: var(--space-5);
  margin-top: var(--space-10);
  padding: var(--space-6) var(--space-8);
  background: var(--color-primary);
  border-radius: var(--radius-xl);
  text-decoration: none;
  color: #fff;
  transition: transform 300ms var(--ease-out-expo), box-shadow 300ms var(--ease-out-expo);
  box-shadow: var(--shadow-card);
}

.unt-story__history-link:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-card-hover);
}

.unt-story__history-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(232, 212, 77, 0.15);
  border-radius: var(--radius-lg);
  color: var(--color-gold-light);
}

.unt-story__history-content {
  flex: 1;
}

.unt-story__history-title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.125rem;
  color: #fff;
  margin-bottom: var(--space-1);
}

.unt-story__history-sub {
  color: rgba(255, 255, 255, 0.75);
  font-size: var(--font-size-small);
}

.unt-story__history-arrow {
  flex-shrink: 0;
  color: var(--color-gold-light);
  transition: transform 300ms var(--ease-out-expo);
}

.unt-story__history-link:hover .unt-story__history-arrow {
  transform: translateX(4px);
}

@media (max-width: 767px) {
  .unt-story__history-link {
    padding: var(--space-5) var(--space-5);
    gap: var(--space-4);
  }
  .unt-story__history-icon {
    width: 44px;
    height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .unt-story__history-link,
  .unt-story__history-link:hover,
  .unt-story__history-arrow,
  .unt-story__history-link:hover .unt-story__history-arrow {
    transition: none;
    transform: none;
  }
}

/* ---------- UNTERNEHMEN: SECTION HEADER (shared pattern) ---------- */
.unt-section-header {
  position: relative;
  margin-bottom: var(--space-8);
}

.unt-section-header__watermark {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
}
.unt-section-header__watermark::after {
  content: attr(data-text);
  font-family: var(--font-heading);
  font-size: clamp(4rem, 7.5vw, 7.5rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  line-height: 1;
  color: transparent;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9),
    0 -1px 0 rgba(0, 0, 0, 0.06);
}

/* Warmer Hintergrund: subtilerer Emboss */
.section--warm .unt-section-header__watermark::after {
  color: transparent;
  text-shadow:
    -1px -1px 1px rgba(0, 0, 0, 0.08),
    1px 1px 1px rgba(255, 255, 255, 0.6);
  mix-blend-mode: multiply;
}

.unt-section-header h2 {
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  line-height: 1.15;
  margin: 0;
  position: relative;
  z-index: 1;
  max-width: 60%;
}

/* Dark background variant */
.unt-section-header--dark .unt-section-header__watermark::after {
  color: transparent;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06),
    0 -1px 0 rgba(0, 0, 0, 0.3);
  mix-blend-mode: normal;
}

/* Watermark links, Überschrift rechts */
.unt-section-header--reverse .unt-section-header__watermark {
  right: auto;
  left: 0;
}

.unt-section-header--reverse h2 {
  margin-left: auto;
  text-align: right;
}

@media (max-width: 768px) {
  .unt-section-header h2 {
    max-width: 100%;
    font-size: 1.8rem;
  }
  .unt-section-header__watermark {
    display: none;
  }
  .unt-section-header--reverse h2 {
    margin-left: 0;
    text-align: left;
  }
}

.unt-werte {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--grid-gap);
  margin-top: var(--space-10);
}

@media (min-width: 768px) {
  .unt-werte { grid-template-columns: repeat(3, 1fr); }
}

.unt-wert {
  padding: var(--space-8);
  border-radius: var(--radius-xl);
  background: #FFFFFF;
  border-left: 4px solid var(--color-gold-mid);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  transition: box-shadow var(--transition-base), transform var(--transition-base);
}

.unt-wert:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-hover);
}

.unt-wert__quote {
  margin-bottom: var(--space-5);
  position: relative;
  padding-left: var(--space-4);
}

.unt-wert__quote::before {
  content: '„';
  position: absolute;
  left: -0.15em;
  top: -0.25em;
  font-family: var(--font-heading);
  font-size: 3rem;
  font-weight: 900;
  color: var(--color-gold-mid);
  opacity: 0.4;
  line-height: 1;
}

.unt-wert__quote p {
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--color-primary);
}

.unt-wert__label {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: var(--font-size-caption);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-gold-dark);
  margin-bottom: var(--space-2);
}

.unt-wert__text {
  color: var(--color-subtle);
  font-size: var(--font-size-body);
  line-height: 1.7;
  margin-top: auto;
}

/* ---------- UNTERNEHMEN: AWARDS (dark section, quote-style) ---------- */
.unt-awards-section {
  background: var(--color-bg-dark);
}

.unt-awards {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--grid-gap);
}

@media (min-width: 768px) {
  .unt-awards { grid-template-columns: repeat(3, 1fr); }
}

.unt-award {
  padding: var(--space-8);
  background: rgba(255, 255, 255, 0.04);
  border-left: 4px solid var(--color-gold-mid);
  border-radius: var(--radius-xl);
  transition: background var(--transition-base), transform var(--transition-base);
}

.unt-award:hover {
  background: rgba(255, 255, 255, 0.07);
  transform: translateY(-3px);
}

.unt-award__year-big {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1;
  background: var(--metallic-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: var(--space-4);
}

.unt-award__title {
  font-family: var(--font-heading);
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: var(--space-3);
  font-size: 1.0625rem;
}

.unt-award__text {
  color: #C4C9C5;
  font-size: var(--font-size-small);
  line-height: 1.65;
}

/* ---------- UNTERNEHMEN: ENGAGEMENT ---------- */
.unt-engagement__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--grid-gap);
  align-items: center;
}

@media (min-width: 768px) {
  .unt-engagement__inner {
    grid-template-columns: 1.2fr 0.8fr;
  }
}

.unt-engagement__content h2 {
  font-family: var(--font-heading);
  margin-bottom: var(--space-5);
}

.unt-engagement__content p {
  max-width: 560px;
}

.unt-engagement__quote {
  font-family: var(--font-heading);
  font-style: italic;
  font-size: var(--font-size-body-lg);
  color: var(--color-accent-green);
  margin-top: var(--space-6);
  padding-left: var(--space-5);
  border-left: 3px solid var(--color-gold-mid);
}

.unt-engagement__icon-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-4);
}

.unt-engagement__icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-6);
  background: #ffffff;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
  color: var(--color-accent-green);
  text-align: center;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: var(--font-size-small);
  transition: box-shadow var(--transition-base), transform var(--transition-base);
}

.unt-engagement__icon-item:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

/* ---------- FOOTER ---------- */
.site-footer {
  background: var(--color-bg-dark);
  position: relative;
}

/* --- Gold Chrome Trim --- */
.footer__trim {
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #8A7A20 15%, #B8A230 30%, #E8D44D 50%, #B8A230 70%, #8A7A20 85%, transparent 100%);
  filter: drop-shadow(0 0 6px rgba(232, 212, 77, 0.35));
}

/* --- Pre-Footer: Key Facts Bar --- */
.footer__facts-bar {
  background: var(--color-bg-darker);
  border-bottom: 1px solid rgba(232, 212, 77, 0.15);
  padding: var(--space-10) 0;
}

.footer__facts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-6);
  text-align: center;
}

@media (min-width: 768px) {
  .footer__facts-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-8);
  }
}

.footer__fact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-4);
  border-radius: 12px;
  background: rgba(232, 212, 77, 0.04);
  border: 1px solid rgba(232, 212, 77, 0.1);
  transition: border-color 0.3s ease, background 0.3s ease;
}

.footer__fact:hover {
  border-color: rgba(232, 212, 77, 0.25);
  background: rgba(232, 212, 77, 0.08);
}

.footer__fact-icon {
  color: var(--color-gold-light);
  opacity: 0.7;
}

.footer__fact-number {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 1.5rem + 1.5vw, 2.5rem);
  font-weight: 700;
  color: var(--color-gold-light);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.footer__fact-label {
  font-size: var(--font-size-caption);
  color: rgba(250, 250, 245, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
}

/* --- Main Footer --- */
.footer__main {
  padding: var(--space-16) 0 var(--space-12);
}

/* Heritage Claim */
.footer__heritage-claim {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 1.2rem + 1.5vw, 2.25rem);
  font-weight: 600;
  color: rgba(250, 250, 245, 0.9);
  text-align: center;
  text-wrap: balance;
  letter-spacing: -0.01em;
  line-height: 1.35;
  max-width: 700px;
  margin: 0 auto var(--space-12);
  padding-bottom: var(--space-10);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Footer Grid */
.footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-10);
}

@media (min-width: 768px) {
  .footer__grid {
    grid-template-columns: 1.8fr 1fr 1fr;
    gap: var(--space-8);
  }
}

@media (min-width: 1024px) {
  .footer__grid {
    grid-template-columns: 1.8fr 1fr 1fr 1.5fr;
    gap: var(--space-10);
  }
}

.footer__heading {
  color: #FFFFFF;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: var(--space-4);
  letter-spacing: 0.02em;
}

.footer__text {
  color: var(--color-text-on-dark-subtle);
  font-size: var(--font-size-small);
  line-height: 1.7;
}

/* Trust Badges */
.footer__trust-badges {
  display: flex;
  gap: var(--space-2);
  flex-wrap: wrap;
  margin-top: var(--space-5);
}

.footer__trust-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-3);
  border: 1px solid rgba(232, 212, 77, 0.3);
  border-radius: 100px;
  font-size: var(--font-size-caption);
  color: var(--color-gold-light);
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.footer__trust-badge:hover {
  border-color: rgba(232, 212, 77, 0.5);
  background: rgba(232, 212, 77, 0.08);
}

.footer__trust-badge svg {
  opacity: 0.7;
  flex-shrink: 0;
}

/* Nav + Links */
.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.footer__link {
  color: var(--color-text-on-dark-subtle);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: var(--space-2);
  min-height: 44px;
  font-size: var(--font-size-small);
  transition: color 0.25s ease, transform 0.25s ease;
}

.footer__link:hover {
  color: var(--color-gold-light);
  transform: translateX(3px);
}

.footer__link svg {
  opacity: 0.5;
  transition: opacity 0.25s ease;
}

.footer__link:hover svg {
  opacity: 0.9;
}

/* CTA Column */
.footer__col--cta {
  padding: var(--space-6);
  background: rgba(232, 212, 77, 0.06);
  border: 1px solid rgba(232, 212, 77, 0.15);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.footer__col--cta .footer__heading {
  color: var(--color-gold-light);
}

.footer__col--cta .footer__text {
  flex: 1;
}

.footer__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding: var(--space-3) var(--space-6);
  background: var(--color-gold-light);
  color: var(--color-primary-dark);
  font-family: var(--font-body);
  font-size: var(--font-size-small);
  font-weight: 700;
  text-decoration: none;
  border-radius: 100px;
  min-height: 44px;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.footer__cta-btn:hover {
  background: #F0DE5A;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(232, 212, 77, 0.35);
}

.footer__cta-btn svg {
  transition: transform 0.25s ease;
}

.footer__cta-btn:hover svg {
  transform: translateX(3px);
}

/* --- Sub-Footer --- */
.footer__bottom {
  background: var(--color-bg-darkest);
  padding: var(--space-5) 0;
}

.footer__bottom-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-4);
}

.footer__copyright {
  color: var(--color-text-on-dark-faint);
  font-size: var(--font-size-caption);
}

.footer__legal {
  display: flex;
  gap: var(--space-6);
  flex-wrap: wrap;
}

.footer__legal a {
  color: var(--color-text-on-dark-faint);
  font-size: var(--font-size-caption);
  text-decoration: none;
  min-height: 44px;
  display: flex;
  align-items: center;
  transition: color 0.25s ease;
}

.footer__legal a:hover {
  color: var(--color-gold-light);
}

/* Mobile: Trust badges wrap instead of scroll */
@media (max-width: 767px) {
  .footer__trust-badges {
    flex-wrap: wrap;
    gap: var(--space-3);
  }

  .footer__col--cta {
    text-align: center;
  }

  .footer__bottom-inner {
    flex-direction: column;
    text-align: center;
    gap: var(--space-3);
  }

  .footer__legal {
    justify-content: center;
  }
}

/* ---------- STICKY BOTTOM BAR (MOBILE) ---------- */
.sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: var(--z-sticky-bar);
  display: none;
  background: #FFFFFF;
  border-top: 1px solid var(--color-border);
  padding: var(--space-3) var(--space-4);
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
}

@media (max-width: 1023px) {
  .sticky-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-3);
  }

  /* Add bottom padding to body so sticky bar does not cover content */
  body { padding-bottom: 72px; }
}

.sticky-bar__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  border-radius: var(--radius-md);
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.sticky-bar__btn--call {
  background: var(--color-accent-green);
  color: #FFFFFF;
}

.sticky-bar__btn--cta {
  background: var(--color-gold-light);
  color: var(--color-heading-green);
}

.sticky-bar__btn svg {
  width: 20px;
  height: 20px;
}

/* ---------- DEFAULT PAGE (Impressum etc.) ---------- */
.default-content {
  max-width: var(--container-narrow);
  margin-inline: auto;
  padding-inline: var(--container-padding);
}

.default-content h2 {
  margin-top: var(--space-8);
}

.default-content p {
  margin-bottom: var(--space-4);
}

.default-content a {
  color: var(--color-accent-green);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ---------- HERITAGE SECTION ---------- */
.heritage__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-12);
  align-items: center;
}

.heritage__content {
  max-width: 540px;
}

.heritage__quote {
  margin-top: var(--space-8);
  padding-left: var(--space-6);
  border-left: 3px solid var(--color-accent);
}

.heritage__quote p {
  font-family: var(--font-heading);
  font-style: italic;
  font-size: clamp(1.125rem, 1.5vw, 1.375rem);
  color: var(--color-deep);
  line-height: 1.5;
}

.heritage__image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-elevated);
  transition: box-shadow 0.4s ease, transform 0.4s ease;
}

.heritage__image:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-elevated-hover);
}

.heritage__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.heritage__image:hover img {
  transform: scale(1.03);
}

@media (max-width: 768px) {
  .heritage__grid {
    grid-template-columns: 1fr;
    gap: var(--space-8);
  }
}

/* ---------- SECTION WATERMARK ---------- */
.section--has-watermark {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.section--has-watermark::after {
  content: attr(data-watermark);
  font-family: var(--font-heading);
  font-size: clamp(4rem, 8vw, 8rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  color: rgba(0, 0, 0, 0.035);
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9),
    0 -1px 0 rgba(0, 0, 0, 0.06);
  position: absolute;
  top: var(--space-10);
  right: var(--container-padding);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  z-index: -1;
  white-space: nowrap;
}

[data-watermark-pos="left"]::after {
  right: auto;
  left: var(--container-padding);
}

.section--warm.section--has-watermark::after {
  color: rgba(0, 0, 0, 0.04);
  mix-blend-mode: multiply;
}

/* ---------- BENTO GRID (Leistungen) ---------- */
.bento__header {
  margin-bottom: var(--space-12);
}

.bento__header-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--space-8);
}

.bento__header-inner > div {
  max-width: 640px;
}

.bento__watermark {
  display: none;
}

@media (min-width: 1024px) {
  .bento__watermark {
    display: block;
    font-family: var(--font-headline);
    font-weight: 900;
    font-size: clamp(4rem, 6.5vw, 6rem);
    line-height: 1;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: transparent;
    text-shadow:
      0 1px 0 rgba(255, 255, 255, 0.95),
      0 -1px 0 rgba(0, 0, 0, 0.08);
    user-select: none;
    flex-shrink: 0;
    align-self: center;
  }
}

.bento__title {
  font-family: var(--font-headline);
  font-weight: 800;
  font-size: clamp(2rem, 5vw, 3.25rem);
  color: var(--color-primary);
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: var(--space-4);
}

.bento__intro {
  font-size: 1.0625rem;
  color: var(--color-muted);
  line-height: 1.6;
}

/* Grid — mobile: stack */
.bento {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

/* Tablet: hero full-width, accent + tiles below */
@media (min-width: 640px) and (max-width: 1023px) {
  .bento {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .bento__card--hero { grid-column: 1 / -1; }
  .bento__tile-row { grid-column: 1 / -1; }
}

/* Desktop: asymmetric 7:5 with areas */
@media (min-width: 1024px) {
  .bento {
    grid-template-columns: 7fr 5fr;
    grid-template-rows: 1fr auto;
    gap: 1.25rem;
    grid-template-areas:
      "hero accent"
      "hero tiles";
  }
  .bento__card--hero   { grid-area: hero; }
  .bento__card--accent { grid-area: accent; }
  .bento__tile-row     { grid-area: tiles; }
}

/* Tile row: two tiles side-by-side */
.bento__tile-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

@media (min-width: 1024px) {
  .bento__tile-row { gap: 1.25rem; }
}

/* Shared card base */
.bento__card {
  display: flex;
  flex-direction: column;
  border-radius: 1.25rem;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bento__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

/* Card body (shared padding) */
.bento__card-body {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* --- Hero card (fullbleed image + strong overlay) --- */
.bento__card--hero {
  min-height: 360px;
  justify-content: flex-end;
  color: #fff;
}

@media (min-width: 1024px) {
  .bento__card--hero { min-height: 480px; }
}

.bento__card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform 0.6s ease;
}

.bento__card--hero:hover .bento__card-bg {
  transform: scale(1.04);
}

.bento__card-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(to bottom,
      rgba(0, 15, 6, 0.7) 0%,
      rgba(0, 15, 6, 0.35) 40%,
      rgba(0, 15, 6, 0.35) 60%,
      rgba(0, 15, 6, 0.85) 100%
    );
}

.bento__card--hero .bento__card-body {
  position: relative;
  z-index: 3;
  padding: 2.5rem;
}

.bento__card--hero .bento__card-title {
  color: #fff;
}

.bento__card--hero .bento__card-text {
  color: rgba(255, 255, 255, 0.88);
}

.bento__card--hero .bento__badge {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}

.bento__card--hero .bento__card-link {
  color: #fff;
  opacity: 0.85;
}

.bento__card--hero:hover .bento__card-link {
  opacity: 1;
}

.bento__badge {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-gold);
  background: rgba(122, 98, 25, 0.1);
  padding: 0.3rem 0.75rem;
  border-radius: var(--radius-full);
  margin-bottom: 0.75rem;
  width: fit-content;
}

.bento__card-title {
  font-family: var(--font-headline);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.bento__card-title--lg {
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 0.75rem;
}

.bento__card-text {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--color-muted);
  margin-bottom: 0.75rem;
}

.bento__card-link {
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--color-gold);
  margin-top: auto;
}

/* --- Accent card (gold bg) --- */
.bento__card--accent {
  background: #FBF6E6;
  border: 1px solid #EDE2B8;
  color: var(--color-primary-dark);
}

.bento__card--accent .bento__card-title {
  color: var(--color-primary-dark);
}

.bento__card--accent .bento__card-link {
  color: var(--color-gold);
}

.bento__card--accent .bento__card-text {
  color: var(--color-muted);
  opacity: 1;
}

.bento__card--accent .bento__card-icon {
  color: var(--color-gold);
  opacity: 1;
}

.bento__card--accent:hover {
  background: #F5EDD2;
  border-color: var(--color-gold);
}

.bento__card-icon {
  width: 36px;
  height: 36px;
  margin-bottom: 1rem;
  opacity: 0.7;
}

/* --- Tile cards (small, compact) --- */
.bento__card--tile .bento__card-body {
  padding: 1.5rem;
}

.bento__card--tile .bento__card-title {
  font-size: 1.0625rem;
}

.bento__card--tile .bento__card-text {
  font-size: 0.8125rem;
  margin-bottom: 0;
}

.bento__card--dark {
  background: #E8F2EA;
  border: 1px solid #B8D4BD;
  color: var(--color-primary-dark);
}

.bento__card--dark .bento__card-icon {
  color: var(--color-primary);
  opacity: 1;
}

.bento__card--dark .bento__card-title {
  color: var(--color-primary-dark);
}

.bento__card--dark .bento__card-text {
  color: var(--color-muted);
}

.bento__card--dark:hover {
  background: #D6E9D9;
  border-color: var(--color-primary);
}

.bento__card--warm {
  background: var(--color-bg-warm);
  border: 1px solid var(--color-border);
}

.bento__stat {
  font-family: var(--font-headline);
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 1;
  color: var(--color-primary);
  letter-spacing: -0.03em;
  margin-bottom: 0.25rem;
}


/* ---------- DESTINATION SHOWCASE (OVERLAPPING IMAGES) ---------- */
.showcase {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-16);
  align-items: center;
}

@media (min-width: 1024px) {
  .showcase {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-20);
  }
}

.showcase__visual {
  position: relative;
  padding: var(--space-12);
  overflow: visible;
}

.showcase__img-main {
  position: relative;
  z-index: 2;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  transform: translateX(2rem) translateY(2rem);
}

.showcase__img-sub {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 80%;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  filter: grayscale(1) brightness(0.6);
}

.showcase__badge {
  position: absolute;
  bottom: -2rem;
  right: -2rem;
  z-index: 3;
  width: 10rem;
  height: 10rem;
  background: var(--color-gold);
  color: var(--color-primary-dark);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: var(--space-4);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: var(--font-size-small);
  font-style: italic;
  line-height: 1.2;
  box-shadow: var(--shadow-md);
}

.showcase__item {
  display: flex;
  gap: var(--space-6);
  margin-top: var(--space-10);
}

.showcase__icon {
  width: 48px;
  height: 48px;
  color: var(--color-primary);
  flex-shrink: 0;
}

/* ---------- TRADITION (UPGRADE) ---------- */
.tradition-badge {
  position: absolute;
  bottom: -3rem;
  right: -3rem;
  z-index: 3;
  width: 14rem;
  background: #fff;
  padding: var(--space-8);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-float);
  display: none;
}

@media (min-width: 768px) {
  .tradition-badge { display: block; }
}

.tradition-badge__number {
  font-family: var(--font-heading);
  font-size: 4rem;
  font-weight: 700;
  color: var(--color-primary-dark);
  line-height: 1;
  font-style: italic;
  margin-bottom: var(--space-2);
}

.tradition-badge__text {
  font-family: var(--font-body);
  font-size: var(--font-size-caption);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-muted);
  font-weight: 600;
}

/* ---------- SPLIT HERO (UPGRADE) ---------- */
.hero--split {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: var(--color-bg);
  padding-top: 7.5px;
  padding-bottom: var(--space-12);
  overflow: visible;
}

.hero--split .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-12);
  align-items: center;
}

@media (min-width: 1024px) {
  .hero--split .container {
    grid-template-columns: 1.2fr 1fr;
    gap: var(--space-20);
  }
}

.hero__side-content {
  position: relative;
  z-index: 10;
}

.hero__watermark {
  display: none;
}

@media (min-width: 1024px) {
  .hero__watermark {
    display: block;
    user-select: none;
    pointer-events: none;
    margin-bottom: var(--space-4);
  }
  .hero__watermark::after {
    content: attr(data-text);
    font-family: var(--font-heading);
    font-weight: 900;
    font-size: clamp(5rem, 8vw, 8rem);
    line-height: 0.85;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    white-space: nowrap;
    color: transparent;
    text-shadow:
      0 1px 0 rgba(255, 255, 255, 0.9),
      0 -1px 0 rgba(0, 0, 0, 0.06);
  }
}

.hero--split h1 {
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--color-primary);
  font-size: clamp(2.2rem, 6vw, 4.5rem);
}

.hero__side-visual {
  position: relative;
  height: 400px;
}

@media (min-width: 768px) {
  .hero__side-visual { height: 600px; }
}

.hero__visual-blob {
  position: absolute;
  top: -2.5rem;
  right: -2.5rem;
  width: 16rem;
  height: 16rem;
  background: var(--color-primary);
  opacity: 0.05;
  border-radius: var(--radius-full);
  filter: blur(60px);
  z-index: 1;
}

.hero__main-img-wrap {
  position: absolute;
  inset: 0;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-elevated);
  transform: rotate(1deg);
  z-index: 2;
}

.hero__quality-badge {
  position: absolute;
  bottom: -1.5rem;
  left: -1.5rem;
  background: #FFFFFF;
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-float);
  z-index: 10;
  max-width: 240px;
}

.hero__quality-badge p:first-child {
  font-weight: 800;
  font-size: 10px;
  color: var(--color-gold);
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.hero__quality-badge p:last-child {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--color-primary);
}

.hero__trust-mini {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.hero__trust-label {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-muted);
  width: 100%;
  margin-bottom: 0.5rem;
}

.hero__trust-items {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  font-weight: 800;
  font-size: 0.875rem;
  color: #496e57;
}

/* --- shadcn-style Buttons --- */
.btn--draft-primary {
  background: var(--color-primary);
  color: #FFFFFF;
  padding: 0.875rem 2rem;
  border-radius: 0.625rem;
  font-weight: 600;
  font-size: 0.9375rem;
  letter-spacing: -0.01em;
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.12),
    0 4px 12px rgba(0, 61, 25, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: all 0.2s var(--ease-out-expo);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: none;
  cursor: pointer;
  position: relative;
}

.btn--draft-primary:hover {
  background: var(--color-primary-dark);
  transform: translateY(-1px);
  box-shadow:
    0 2px 4px rgba(0, 0, 0, 0.12),
    0 8px 24px rgba(0, 61, 25, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.btn--draft-primary:active {
  transform: translateY(0);
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.12),
    0 2px 8px rgba(0, 61, 25, 0.12);
}

.btn--draft-primary:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 2px var(--color-bg),
    0 0 0 4px var(--color-primary),
    0 4px 12px rgba(0, 61, 25, 0.15);
}

.link--draft-secondary {
  color: var(--color-primary);
  font-weight: 600;
  font-size: 0.9375rem;
  padding: 0.875rem 1.5rem;
  border: 1.5px solid var(--color-border);
  border-radius: 0.625rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  transition: all 0.2s var(--ease-out-expo);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.link--draft-secondary:hover {
  background: var(--color-bg-warm);
  border-color: var(--color-primary);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.link--draft-secondary:active {
  background: var(--color-border);
}

.link--draft-secondary:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 2px var(--color-bg),
    0 0 0 4px var(--color-primary);
}

.text-secondary {
  color: var(--color-gold);
}

/* --- 3D Carousel (fixed front, slides cycle through) --- */
.carousel3d {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-6);
}

.carousel3d__scene {
  width: 100%;
  height: 320px;
  perspective: 1000px;
  position: relative;
  overflow: visible;
}

@media (min-width: 768px) {
  .carousel3d__scene { height: 380px; }
}

.carousel3d__ring {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
}

.carousel3d__slide {
  position: absolute;
  width: 260px;
  height: 195px;
  left: 50%;
  top: 50%;
  margin-left: -130px;
  margin-top: -97px;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
  background: var(--color-bg-warm);
  transition: transform 0.7s var(--ease-out-expo),
              opacity 0.7s ease,
              box-shadow 0.7s ease;
  will-change: transform, opacity;
}

@media (min-width: 768px) {
  .carousel3d__slide {
    width: 320px;
    height: 240px;
    margin-left: -160px;
    margin-top: -120px;
  }
}

/* Active slide = front, big shadow */
.carousel3d__slide[data-pos="0"] {
  transform: translateX(0) translateZ(0) rotateY(0) scale(1);
  opacity: 1;
  z-index: 5;
  box-shadow: 0 16px 48px rgba(0, 61, 25, 0.22);
}

/* 1 step right */
.carousel3d__slide[data-pos="1"] {
  transform: translateX(65%) translateZ(-120px) rotateY(-25deg) scale(0.85);
  opacity: 0.85;
  z-index: 4;
}

/* 2 steps right */
.carousel3d__slide[data-pos="2"] {
  transform: translateX(110%) translateZ(-220px) rotateY(-40deg) scale(0.7);
  opacity: 0.55;
  z-index: 3;
}

/* 1 step left */
.carousel3d__slide[data-pos="-1"] {
  transform: translateX(-65%) translateZ(-120px) rotateY(25deg) scale(0.85);
  opacity: 0.85;
  z-index: 4;
}

/* 2 steps left */
.carousel3d__slide[data-pos="-2"] {
  transform: translateX(-110%) translateZ(-220px) rotateY(40deg) scale(0.7);
  opacity: 0.55;
  z-index: 3;
}

/* Hidden (far away) */
.carousel3d__slide[data-pos="hidden"] {
  transform: translateX(0) translateZ(-350px) scale(0.5);
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}

.carousel3d__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.carousel3d__label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem 1rem 0.75rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  color: #fff;
  font-family: var(--font-headline);
  font-weight: 700;
  font-size: 0.9375rem;
}

/* Nav */
.carousel3d__nav {
  display: flex;
  gap: 0.5rem;
}

.carousel3d__prev,
.carousel3d__next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--color-primary);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
}

.carousel3d__prev:hover,
.carousel3d__next:hover {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
  box-shadow: 0 4px 16px rgba(0, 61, 25, 0.2);
}

@media (prefers-reduced-motion: reduce) {
  .carousel3d__slide { transition: none; }
}

} /* end @layer components */


/* === UTILITIES === */
@layer utilities {

/* Scroll animations */
[data-animate] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 500ms ease, transform 500ms ease;
}

[data-animate].is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-animate-delay="1"] { transition-delay: 100ms; }
[data-animate-delay="2"] { transition-delay: 200ms; }
[data-animate-delay="3"] { transition-delay: 300ms; }
[data-animate-delay="4"] { transition-delay: 400ms; }
[data-animate-delay="5"] { transition-delay: 500ms; }

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  [data-animate] {
    opacity: 1;
    transform: none;
    transition: none !important;
    animation: none !important;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Focus visible */
:focus-visible {
  outline: 3px solid var(--color-accent-green);
  outline-offset: 3px;
}

/* Screen reader only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* Honeypot */
.form-honeypot {
  position: absolute;
  left: -9999px;
  top: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}

} /* end @layer utilities */
