/* 0. CUSTOM PROPERTIES */
:root {
  --bg: #0f0c08; --bg-surface: #1a1510; --bg-elevated: #241c13; --bg-panel: #2c2217; --bg-soft: #18120d; --bg-overlay: rgba(15, 12, 8, 0.84); --brand: #c89654; --brand-light: #e8c98a; --brand-dim: #7a5c30; --brand-deep: #5b421f; --rust: #c4603a; --rust-deep: #8f3d21; --text: #e8e2d8; --text-muted: #9a8f82; --text-dim: #5a5048; --text-strong: #f6f0e7; --white: #ffffff; --black: #050403; --line: rgba(232, 226, 216, 0.08); --line-strong: rgba(200, 150, 84, 0.28); --line-soft: rgba(154, 143, 130, 0.18); --nav-bg: rgba(10, 8, 5, 0.75); --shadow-sm: 0 12px 28px rgba(0, 0, 0, 0.22); --shadow-md: 0 22px 48px rgba(0, 0, 0, 0.28); --shadow-lg: 0 36px 90px rgba(0, 0, 0, 0.42); --shadow-gold: 0 18px 46px rgba(200, 150, 84, 0.18); --shadow-gold-strong: 0 0 30px rgba(200, 150, 84, 0.28); --radius-xs: 0.375rem; --radius-sm: 0.75rem; --radius-md: 1.25rem; --radius-lg: 1.75rem; --radius-xl: 2.5rem; --radius-pill: 999px; --container: min(90%, 1200px); --container-wide: min(94%, 1400px); --content: min(90%, 860px); --nav-height: 5.25rem; --section-space: clamp(4.5rem, 9vw, 8rem); --section-space-tight: clamp(3rem, 6vw, 5rem); --gap-xs: 0.5rem; --gap-sm: 0.875rem; --gap-md: 1.25rem; --gap-lg: 2rem; --gap-xl: 3rem; --transition-fast: 0.2s ease; --transition: 0.35s ease; --transition-slow: 0.55s ease; --font-display: 'marlboro', 'LeagueGothic', 'MuseoSlab300', serif; --font-heading: 'MuseoSlab300', 'GoudyBookletter1911Regular', serif; --font-body: 'MuseoSlab100', 'GoudyBookletter1911Regular', Georgia, serif; --font-accent: 'LeagueGothic', 'marlboro', serif; --font-hand: 'IndieFlower', cursive;
}
/* 1. RESET */
*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth; -webkit-text-size-adjust: 100%;
}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, figure, blockquote, dl, dd, fieldset, legend, pre { margin: 0; }
body { min-height: 100vh; }
ul, ol { padding-left: 1.25rem; }
ul[role='list'], ol[role='list'] {
  list-style: none; padding-left: 0;
}
img, picture, svg, canvas, video, iframe {
  display: block; max-width: 100%;
}
input, button, textarea, select {
  font: inherit; color: inherit;
}
button {
  border: 0; background: transparent; cursor: pointer;
}
a {
  color: inherit; text-decoration: none;
}
table {
  border-collapse: collapse; border-spacing: 0;
}
iframe { border: 0; }
[hidden] { display: none !important; }
:focus-visible {
  outline: 2px solid rgba(232, 201, 138, 0.55); outline-offset: 4px;
}
::selection {
  background: rgba(200, 150, 84, 0.28); color: var(--text-strong);
}
/* 2. FONT FACES */
@font-face {
  font-family: 'marlboro'; src: url('../fonts/marlboro-webfont.woff2') format('woff2'), url('../fonts/marlboro-webfont.woff') format('woff'), url('../fonts/marlboro-webfont.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'MuseoSlab300'; src: url('../fonts/museo_slab_300-webfont.woff') format('woff'), url('../fonts/museo_slab_300-webfont.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'MuseoSlab100'; src: url('../fonts/museo_slab_100-webfont.woff') format('woff'), url('../fonts/museo_slab_100-webfont.ttf') format('truetype'); font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'IndieFlower'; src: url('../fonts/IndieFlower-Regular.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'LeagueGothic'; src: url('../fonts/League_Gothic-webfont.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'GoudyBookletter1911Regular'; src: url('../fonts/goudy_bookletter_1911-webfont.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap;
}
/* 3. TYPOGRAPHY */
html, body { background: radial-gradient(circle at top right, rgba(200, 150, 84, 0.16), transparent 28%), radial-gradient(circle at bottom left, rgba(196, 96, 58, 0.12), transparent 24%), linear-gradient(180deg, #15100c 0%, #0f0c08 100%); }
body {
  color: var(--text); font-family: var(--font-body); font-size: 1rem; font-weight: 300; line-height: 1.75; letter-spacing: 0.01em; text-rendering: optimizeLegibility;
}
#wrapper {
  position: relative; overflow: clip;
}
body::before {
  content: ''; position: fixed; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent 18%), radial-gradient(circle at 20% 0%, rgba(232, 201, 138, 0.08), transparent 20%), radial-gradient(circle at 80% 100%, rgba(196, 96, 58, 0.06), transparent 22%); mix-blend-mode: screen; opacity: 0.85; z-index: -1;
}
h1, h2, h3, h4, h5, h6 {
  color: var(--text-strong); font-family: var(--font-heading); font-weight: 400; line-height: 1.08; letter-spacing: -0.02em;
}
h1 { font-size: clamp(3.2rem, 6vw, 6.3rem); }
h2 {
  font-size: clamp(2.25rem, 4.5vw, 4rem); position: relative;
}
h2::before {
  content: ''; display: block; width: 3rem; height: 2px; margin-bottom: 1rem; background: linear-gradient(90deg, var(--brand), rgba(200, 150, 84, 0));
}
h3 { font-size: clamp(1.55rem, 2.7vw, 2.5rem); }
h4 { font-size: clamp(1.15rem, 2vw, 1.55rem); }
h5 {
  font-size: 1rem; letter-spacing: 0.08em; text-transform: uppercase;
}
h6 {
  font-size: 0.9rem; letter-spacing: 0.12em; text-transform: uppercase;
}
p, li, dd, dt, address, figcaption, blockquote, td, th, label {
  color: var(--text); font-size: clamp(1rem, 0.25vw + 0.96rem, 1.12rem);
}
p + p, p + ul, p + ol, ul + p, ol + p, h2 + p, h3 + p, h4 + p, h5 + p, blockquote + p { margin-top: 1rem; }
ul, ol, dl { margin-bottom: 1.4rem; }
li + li { margin-top: 0.4rem; }
strong, b {
  color: var(--brand-light); font-family: var(--font-heading); font-weight: 400;
}
em, i { color: #f0d8b0; }
small { font-size: 0.875rem; }
hr {
  height: 1px; border: 0; background: linear-gradient(90deg, transparent, rgba(200, 150, 84, 0.4), transparent); margin: 2.5rem 0;
}
blockquote {
  position: relative; padding: 2rem 2rem 2rem 2.5rem; margin: 2.5rem 0; border: 1px solid var(--line-strong); border-left: 4px solid var(--brand); border-radius: var(--radius-lg); background: linear-gradient(135deg, rgba(232, 201, 138, 0.06), rgba(36, 28, 19, 0.96)), var(--bg-elevated); box-shadow: var(--shadow-md);
}
blockquote::before {
  content: '"'; position: absolute; top: -1.2rem; left: 1rem; font-family: var(--font-accent); font-size: 5rem; line-height: 1; color: rgba(200, 150, 84, 0.22);
}
code, kbd, samp, pre { font-family: 'SFMono-Regular', 'Consolas', 'Menlo', monospace; }
pre, code { color: var(--brand-light); }
.maincontent a, #maincontent a, .content-page a, .site-footer a, .footer-bottom a {
  color: var(--brand-light); text-decoration: underline; text-decoration-color: rgba(200, 150, 84, 0.45); text-decoration-thickness: 1px; text-underline-offset: 0.2em; transition: color var(--transition-fast), text-decoration-color var(--transition-fast);
}
.maincontent a:hover, #maincontent a:hover, .content-page a:hover, .site-footer a:hover, .footer-bottom a:hover {
  color: var(--white); text-decoration-color: rgba(232, 201, 138, 0.9);
}
.hero-title, .nav-brand-title, .service-card-title, .cta-card h3, .marlboro, .brand-display { font-family: var(--font-display); }
.handwritten, p.handwritten { font-family: var(--font-hand); }
.section-eyebrow, .hero-pretitle, .kicker, .meta, .badge, .event-date {
  color: var(--brand-light); font-family: var(--font-accent); font-size: 1rem; letter-spacing: 0.16em; text-transform: uppercase;
}
.section-title { max-width: 18ch; }
.section-intro, .lead, p.introtext {
  max-width: 56rem; color: var(--text-muted); font-size: clamp(1.15rem, 1vw + 1rem, 1.65rem); line-height: 1.8;
}
p.story {
  position: relative; padding: 1.5rem 1.75rem 1.5rem 2rem; border: 1px solid rgba(196, 96, 58, 0.35); border-radius: var(--radius-md); background: linear-gradient(135deg, rgba(196, 96, 58, 0.12), rgba(15, 12, 8, 0.94)), var(--bg-panel); box-shadow: var(--shadow-sm); font-style: italic;
}
p.story::before {
  content: ''; position: absolute; top: 1rem; bottom: 1rem; left: 0.85rem; width: 1px; background: linear-gradient(180deg, rgba(196, 96, 58, 0.8), transparent);
}
p.handwritten {
  color: var(--brand-light); font-size: clamp(1.2rem, 0.7vw + 1rem, 1.7rem); line-height: 1.85; letter-spacing: 0.02em;
}
p.introtext {
  font-family: var(--font-heading); color: var(--text-strong);
}
.and {
  font-family: 'GoudyBookletter1911Regular', Georgia, serif; font-size: 1.35em;
}
.heart { color: var(--rust); }
/* 4. LAYOUT */
.container, .nav-inner, .site-footer, .footer-bottom, .maincontent, #maincontent {
  width: var(--container); margin-inline: auto;
}
.container-wide {
  width: var(--container-wide); margin-inline: auto;
}
.content-narrow {
  width: var(--content); margin-inline: auto;
}
section, .section, .section-block { position: relative; }
section > .container, section > .container-wide {
  position: relative; z-index: 1;
}
main {
  position: relative; z-index: 1;
}
#main-content { display: block; }
.lightcontainer, .darkcontainer, .standardcontainer, #maincontentcontainer { width: 100%; }
.lightcontainer { background: linear-gradient(180deg, rgba(26, 21, 16, 0.96), rgba(15, 12, 8, 0.98)); }
.darkcontainer { background: radial-gradient(circle at top, rgba(200, 150, 84, 0.08), transparent 35%), linear-gradient(180deg, rgba(15, 12, 8, 1), rgba(9, 7, 5, 1)); }
.standardcontainer { background: transparent; }
.maincontent, #maincontent {
  width: min(90%, 1200px); margin: 0 auto; padding: 3rem 0; color: var(--text); line-height: 1.6;
}
.maincontent { position: relative; }
.maincontent > * + * { margin-top: 1.4rem; }
.maincontent .section.group + .section.group, #maincontent .section.group + .section.group { margin-top: 2rem; }
.maincontent img, #maincontent img { border-radius: var(--radius-sm); }
.maincontent figure, #maincontent figure { margin: 0; }
.content-stack > * + * { margin-top: 1.25rem; }
.surface, .panel, .card, .content-card {
  border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(180deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0)), var(--bg-surface); box-shadow: var(--shadow-sm);
}
.card-pad, .panel-pad, .content-card { padding: clamp(1.4rem, 2vw, 2rem); }
.section-shell { padding-block: var(--section-space); }
.section-shell-tight {
  padding-block: var(--section-space-tight);
}
.grid-2, .grid-3, .grid-4, .auto-grid {
  display: grid; gap: clamp(1.25rem, 2vw, 2rem);
}
.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.auto-grid {
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
}
.media-frame {
  position: relative; overflow: hidden; border-radius: var(--radius-lg); isolation: isolate;
}
.media-frame::after {
  content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(15, 12, 8, 0.62) 100%); pointer-events: none;
}
.ornament-line {
  width: 5rem; height: 1px; background: linear-gradient(90deg, var(--brand), rgba(200, 150, 84, 0));
}
.skip-link {
  position: absolute; top: 1rem; left: 1rem; padding: 0.75rem 1rem; background: var(--brand); color: var(--bg); border-radius: var(--radius-pill); transform: translateY(-140%); transition: transform var(--transition-fast); z-index: 200;
}
.skip-link:focus {
  transform: translateY(0);
}
/* 5. NAVIGATION — glass morphism */
#headcontainer {
  position: sticky; top: 0; z-index: 120;
}
#site-nav {
  min-height: var(--nav-height); background: var(--nav-bg); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 1px solid rgba(200, 150, 84, 0.3); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: var(--nav-height); padding: 0.85rem 0;
}
.nav-brand {
  display: inline-flex; align-items: center; gap: 0.9rem; min-width: 0;
}
.brand-logo {
  width: 3rem; height: auto; filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.35));
}
.nav-brand-text {
  display: flex; flex-direction: column; gap: 0.05rem; min-width: 0;
}
.nav-brand-title {
  color: var(--brand); font-size: clamp(1.6rem, 2vw, 2.25rem); line-height: 0.95; letter-spacing: 0.04em; text-transform: uppercase;
}
.nav-brand-subtitle {
  color: var(--text-muted); font-family: var(--font-heading); font-size: 0.85rem; letter-spacing: 0.2em; text-transform: uppercase;
}
.nav-links {
  display: flex; align-items: center; margin-left: auto;
}
.nav-links > ul {
  display: flex; align-items: center; gap: clamp(0.6rem, 1.25vw, 1.25rem); margin: 0; padding: 0; list-style: none;
}
.nav-links li {
  position: relative; margin: 0;
}
.nav-links a {
  position: relative; display: inline-flex; align-items: center; gap: 0.35rem; padding: 0.5rem 0.1rem; color: var(--text); font-size: 0.96rem; letter-spacing: 0.08em; text-transform: uppercase; transition: color var(--transition-fast);
}
.nav-links a::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -0.1rem; height: 1px; background: linear-gradient(90deg, var(--brand), var(--brand-light)); transform: scaleX(0); transform-origin: left center; transition: transform var(--transition-fast);
}
.nav-links a:hover, .nav-links a:focus-visible, .nav-links li:hover > a {
  color: var(--brand-light);
}
.nav-links a:hover::after, .nav-links a:focus-visible::after, .nav-links li:hover > a::after {
  transform: scaleX(1);
}
.nav-links .has-sub > a {
  padding-right: 0.65rem;
}
.nav-links .has-sub > a::before {
  content: '▾'; position: absolute; right: -0.2rem; top: 50%; transform: translateY(-54%); color: rgba(232, 201, 138, 0.72); font-size: 0.7rem;
}
.nav-links .has-sub > ul {
  position: absolute; top: 100%; left: 50%; min-width: 17rem; margin: 0; padding: 1rem 0.9rem 0.9rem; list-style: none; background: rgba(20, 15, 10, 0.92); border: 1px solid rgba(200, 150, 84, 0.2); border-radius: 0 0 1rem 1rem; box-shadow: var(--shadow-lg); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); transform: translate(-50%, 4px); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity var(--transition-fast), visibility var(--transition-fast), transform var(--transition-fast);
}
.nav-links .has-sub:hover > ul, .nav-links .has-sub:focus-within > ul {
  opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0);
}
.nav-links .has-sub > ul li + li {
  margin-top: 0.2rem;
}
.nav-links .has-sub > ul a {
  display: block; width: 100%; padding: 0.6rem 0.5rem; border-radius: 0.65rem; color: var(--text); text-transform: none; letter-spacing: 0.03em; font-size: 0.98rem;
}
.nav-links .has-sub > ul a::after, .nav-links .has-sub > ul a::before {
  display: none;
}
.nav-links .has-sub > ul a:hover, .nav-links .has-sub > ul a:focus-visible {
  background: rgba(200, 150, 84, 0.12); color: var(--brand-light);
}
.nav-toggle {
  display: none; position: relative; width: 3rem; height: 3rem; border: 1px solid rgba(200, 150, 84, 0.22); border-radius: 50%; color: var(--brand-light); background: rgba(255, 255, 255, 0.02); flex: 0 0 auto;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  position: absolute; left: 50%; width: 1.2rem; height: 1px; background: currentColor; transform: translateX(-50%); transition: transform var(--transition-fast), opacity var(--transition-fast);
}
.nav-toggle span {
  top: 50%;
}
.nav-toggle span::before, .nav-toggle span::after {
  content: '';
}
.nav-toggle span::before {
  top: -0.4rem;
}
.nav-toggle span::after {
  top: 0.4rem;
}
.nav-open .nav-toggle span {
  background: transparent;
}
.nav-open .nav-toggle span::before {
  transform: translateX(-50%) rotate(45deg); top: 0;
}
.nav-open .nav-toggle span::after {
  transform: translateX(-50%) rotate(-45deg); top: 0;
}
/* 6. HERO — split screen */
.hero {
  position: relative; display: grid; grid-template-columns: 1fr 1fr; min-height: clamp(32rem, 70vh, 42rem); overflow: hidden; border-bottom: 1px solid rgba(200, 150, 84, 0.14); background: var(--bg);
}
.hero-image {
  grid-column: 2; min-height: 100%; background-image: linear-gradient(180deg, rgba(15, 12, 8, 0.12), rgba(15, 12, 8, 0.28)), url('/images/angebote/wildatheart.jpg'); background-size: cover; background-position: center center; background-repeat: no-repeat; background-attachment: scroll;
}
.hero::before {
  content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15, 12, 8, 0.88) 0%, rgba(15, 12, 8, 0.42) 40%, rgba(15, 12, 8, 0.1) 65%, rgba(15, 12, 8, 0.05) 100%), radial-gradient(circle at 16% 22%, rgba(232, 201, 138, 0.12), transparent 25%); z-index: 0; pointer-events: none;
}
.hero-content, .hero-text {
  position: relative; grid-column: 1; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 1.1rem; padding: clamp(4rem, 6vw, 5rem) clamp(5vw, 7vw, 7rem) clamp(3rem, 5vw, 4rem); background: linear-gradient(180deg, rgba(15, 12, 8, 0.98), rgba(15, 12, 8, 0.92)), var(--bg); z-index: 1;
}
.hero-content::before, .hero-text::before {
  content: '"'; position: absolute; top: clamp(1rem, 2vw, 1.8rem); left: clamp(1rem, 3vw, 2rem); font-family: var(--font-accent); font-size: clamp(12rem, 19vw, 20rem); line-height: 0.7; color: rgba(200, 150, 84, 0.05); pointer-events: none;
}
.hero-pretitle {
  position: relative; z-index: 1; font-size: 1.25rem; letter-spacing: 0.2em; margin-bottom: 0.5rem;
}
.hero-title {
  position: relative; z-index: 1; color: var(--brand); font-size: clamp(4.2rem, 8vw, 8rem); line-height: 0.9; letter-spacing: 0.05em; text-transform: uppercase; text-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
}
.hero-tagline {
  position: relative; z-index: 1; max-width: 30rem; color: var(--text-muted); font-size: clamp(1.05rem, 1vw + 0.95rem, 1.35rem);
}
.hero-actions {
  position: relative; z-index: 1; display: flex; align-items: center; flex-wrap: wrap; gap: 1rem; margin-top: 0.6rem;
}
.hero-scroll {
  display: inline-flex; align-items: center; gap: 0.6rem; padding: 0.8rem 0; color: var(--text); font-family: var(--font-heading); font-size: 1rem; letter-spacing: 0.08em; text-transform: uppercase;
}
.hero-scroll svg {
  width: 1.1rem; height: 1.1rem; stroke: var(--brand); fill: none; transition: transform var(--transition-fast), stroke var(--transition-fast);
}
.hero-scroll:hover, .hero-scroll:focus-visible {
  color: var(--brand-light);
}
.hero-scroll:hover svg, .hero-scroll:focus-visible svg {
  transform: translateY(0.2rem); stroke: var(--brand-light);
}
.hero-image {
  position: relative;
}
.hero-image::after {
  content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15, 12, 8, 0) 20%, rgba(15, 12, 8, 0.18) 100%), radial-gradient(circle at 70% 18%, rgba(232, 201, 138, 0.1), transparent 22%);
}
/* 7. HOMEPAGE: SERVICES GRID */
.services-section {
  padding-block: var(--section-space); background: linear-gradient(180deg, rgba(15, 12, 8, 1), rgba(22, 16, 11, 1));
}
.services-section::before {
  content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(200, 150, 84, 0.05), transparent 14%, transparent 86%, rgba(200, 150, 84, 0.05)), radial-gradient(circle at 50% 0%, rgba(232, 201, 138, 0.08), transparent 26%);
}
.services-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.4rem, 2vw, 2rem);
}
.service-card {
  position: relative; display: flex; flex-direction: column; min-height: 320px; overflow: hidden; border: 1px solid rgba(232, 226, 216, 0.08); border-radius: var(--radius-lg); background: linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0)), var(--bg-elevated); box-shadow: var(--shadow-sm); transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition); isolation: isolate;
}
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--brand), var(--brand-light)); transform: scaleX(0); transform-origin: left center; transition: transform var(--transition); z-index: 2;
}
.service-card::after {
  content: ''; position: absolute; inset: auto 0 0; height: 40%; background: linear-gradient(180deg, rgba(15, 12, 8, 0), rgba(15, 12, 8, 0.3)); opacity: 0; transition: opacity var(--transition); pointer-events: none;
}
.service-card:hover, .service-card:focus-within {
  transform: translateY(-8px); border-color: rgba(200, 150, 84, 0.26); box-shadow: var(--shadow-md), 0 0 0 1px rgba(200, 150, 84, 0.08), 0 18px 40px rgba(200, 150, 84, 0.12);
}
.service-card:hover::before, .service-card:focus-within::before {
  transform: scaleX(1);
}
.service-card:hover::after, .service-card:focus-within::after {
  opacity: 1;
}
.service-card-media, .service-card-icon {
  position: relative; min-height: 170px; padding: 1.5rem; display: flex; align-items: flex-end; background: linear-gradient(135deg, rgba(232, 201, 138, 0.18), rgba(196, 96, 58, 0.12)), radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 30%), linear-gradient(180deg, rgba(26, 21, 16, 0.4), rgba(26, 21, 16, 0.05));
}
.service-card-media {
  background-size: cover; background-position: center center;
}
.service-card-icon {
  justify-content: space-between;
}
.service-card-icon::before {
  content: '◌'; color: rgba(200, 150, 84, 0.32); font-family: var(--font-accent); font-size: 5rem; line-height: 1;
}
.service-card-icon svg, .service-card-icon img {
  width: 4.25rem; height: 4.25rem; object-fit: contain; margin-left: auto; filter: sepia(0.4) saturate(0.8) brightness(0.95);
}
.service-card-body {
  display: flex; flex: 1; flex-direction: column; gap: 0.85rem; padding: 1.6rem 1.6rem 1.8rem;
}
.service-card-title {
  color: var(--brand); font-size: clamp(1.8rem, 2.6vw, 2.5rem); line-height: 0.98; letter-spacing: 0.04em; text-transform: uppercase;
}
.service-card-text {
  color: var(--text-muted);
}
.service-card-meta {
  margin-top: auto; display: inline-flex; align-items: center; gap: 0.45rem; color: var(--brand-light); font-size: 0.92rem; letter-spacing: 0.08em; text-transform: uppercase;
}
.service-card-meta::after {
  content: '→'; transition: transform var(--transition-fast);
}
.service-card:hover .service-card-meta::after, .service-card:focus-within .service-card-meta::after {
  transform: translateX(0.25rem);
}
/* 8. HOMEPAGE: EVENTS TIMELINE */
.events-section {
  padding-block: var(--section-space-tight); background: linear-gradient(180deg, rgba(26, 21, 16, 0.98), rgba(15, 12, 8, 1)); border-top: 1px solid rgba(232, 226, 216, 0.04); border-bottom: 1px solid rgba(232, 226, 216, 0.04);
}
.events-section .container {
  display: grid; gap: 2rem;
}
.events-list {
  position: relative; display: grid; gap: 1.25rem; margin: 0; padding: 0; list-style: none;
}
.events-list::before {
  content: ''; position: absolute; top: 0.25rem; bottom: 0.25rem; left: 0.6rem; width: 1px; background: linear-gradient(180deg, rgba(200, 150, 84, 0.6), rgba(200, 150, 84, 0.04));
}
.events-list li, .event-item {
  position: relative; display: grid; grid-template-columns: minmax(7.5rem, 9.5rem) 1fr; gap: 1.5rem; align-items: start; padding: 1.15rem 1.25rem 1.15rem 2.4rem; margin-left: 0; border-left: 1px solid transparent; border-radius: var(--radius-md); background: rgba(255, 255, 255, 0.01); transition: transform var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-fast);
}
.events-list li::before, .event-item::before {
  content: ''; position: absolute; top: 1.45rem; left: 0.12rem; width: 1rem; height: 1rem; border: 2px solid rgba(232, 201, 138, 0.22); border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 6px rgba(200, 150, 84, 0.08);
}
.events-list li:hover, .events-list li:focus-within, .event-item:hover, .event-item:focus-within {
  transform: translateX(0.3rem); border-left-color: rgba(200, 150, 84, 0.55); background: linear-gradient(90deg, rgba(200, 150, 84, 0.08), rgba(255, 255, 255, 0.01)); box-shadow: inset 3px 0 14px rgba(200, 150, 84, 0.14);
}
.event-date {
  display: inline-block; color: var(--brand); font-size: 0.92rem; letter-spacing: 0.18em; font-variant: small-caps;
}
.event-title {
  color: var(--text-strong); font-family: var(--font-heading); font-size: clamp(1.05rem, 0.5vw + 1rem, 1.35rem); line-height: 1.45;
}
.event-caption {
  grid-column: 2; color: var(--text-muted);
}
/* 9. HOMEPAGE: QUOTE STRIP */
.quote-strip {
  padding: clamp(4.5rem, 9vw, 8rem) 0; background: radial-gradient(circle at center, rgba(232, 201, 138, 0.08), transparent 35%), linear-gradient(180deg, rgba(18, 14, 10, 1), rgba(10, 8, 6, 1)); text-align: center; overflow: hidden;
}
.quote-strip::before, .quote-strip::after {
  position: absolute; top: 50%; transform: translateY(-50%); color: rgba(200, 150, 84, 0.18); font-family: var(--font-accent); font-size: clamp(7rem, 15vw, 12rem); line-height: 1;
}
.quote-strip::before {
  content: '“'; left: clamp(1rem, 5vw, 5rem);
}
.quote-strip::after {
  content: '”'; right: clamp(1rem, 5vw, 5rem);
}
.quote-strip blockquote, .quote-strip .quote-text {
  max-width: 48rem; margin: 0 auto; padding: 0; border: 0; background: transparent; box-shadow: none; color: var(--text-strong); font-family: 'GoudyBookletter1911Regular', var(--font-heading); font-size: clamp(1.8rem, 2vw + 1.1rem, 3rem); font-style: italic; line-height: 1.45;
}
.quote-strip blockquote::before {
  display: none;
}
.quote-strip cite, .quote-strip .quote-author {
  display: block; margin-top: 1.4rem; color: var(--text-muted); font-style: normal; font-size: 0.95rem; letter-spacing: 0.18em; text-transform: uppercase;
}
/* 10. HOMEPAGE: CTA / WILD AT HEART */
.featured-cta, .wild-at-heart, .cta-section {
  padding-block: var(--section-space); background: radial-gradient(circle at 20% 20%, rgba(232, 201, 138, 0.12), transparent 18%), radial-gradient(circle at 80% 80%, rgba(196, 96, 58, 0.15), transparent 18%), linear-gradient(180deg, rgba(15, 12, 8, 1), rgba(21, 16, 11, 1));
}
.featured-cta::before, .wild-at-heart::before, .cta-section::before {
  content: ''; position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.03) 0, rgba(255, 255, 255, 0.03) 1px, transparent 1px), radial-gradient(circle at 65% 65%, rgba(200, 150, 84, 0.06) 0, rgba(200, 150, 84, 0.06) 1px, transparent 1px); background-size: 40px 40px, 72px 72px; opacity: 0.45;
}
.cta-card, .wild-at-heart-card {
  position: relative; max-width: 56rem; padding: clamp(2rem, 4vw, 4rem); border: 1px solid rgba(200, 150, 84, 0.45); border-radius: clamp(1.4rem, 2vw, 2rem); background: linear-gradient(135deg, rgba(15, 12, 8, 0.82), rgba(26, 21, 16, 0.65)), radial-gradient(circle at top right, rgba(232, 201, 138, 0.1), transparent 30%); box-shadow: var(--shadow-lg), inset 0 0 0 1px rgba(255, 255, 255, 0.02); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); overflow: hidden;
}
.cta-card::before, .wild-at-heart-card::before {
  content: ''; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(255, 255, 255, 0.05), transparent 25%, transparent 65%, rgba(232, 201, 138, 0.08)); pointer-events: none;
}
.cta-card h3, .wild-at-heart-card h3, .wild-at-heart-title {
  margin-top: 0.75rem; color: var(--brand); font-size: clamp(2.8rem, 6vw, 5rem); line-height: 0.92; letter-spacing: 0.05em; text-transform: uppercase;
}
.cta-card p, .wild-at-heart-card p {
  max-width: 36rem; margin-top: 1rem; color: var(--text-muted); font-size: clamp(1.05rem, 0.75vw + 1rem, 1.3rem);
}
.cta-card .btn, .wild-at-heart-card .btn {
  margin-top: 1.6rem;
}
/* 11. CONTENT PAGES */
.content-page, .page-shell, .page-single, .page-list {
  background: linear-gradient(180deg, rgba(15, 12, 8, 0.96), rgba(15, 12, 8, 0.98));
}
.maincontent h1, #maincontent h1 {
  margin-bottom: 1rem; color: var(--brand);
}
.maincontent h2, #maincontent h2, .maincontent h3, #maincontent h3, .maincontent h4, #maincontent h4 {
  margin-top: 2rem;
}
.maincontent h2:first-child, #maincontent h2:first-child, .maincontent h3:first-child, #maincontent h3:first-child {
  margin-top: 0;
}
.maincontent ul, #maincontent ul, .maincontent ol, #maincontent ol {
  color: var(--text);
}
.maincontent li::marker, #maincontent li::marker {
  color: var(--brand);
}
.maincontent table, #maincontent table {
  width: 100%; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255, 255, 255, 0.01); box-shadow: var(--shadow-sm);
}
.maincontent th, #maincontent th, .maincontent td, #maincontent td {
  padding: 0.9rem 1rem; border-bottom: 1px solid var(--line); text-align: left;
}
.maincontent th, #maincontent th {
  color: var(--brand-light); font-family: var(--font-heading); font-weight: 400; background: rgba(200, 150, 84, 0.08);
}
.maincontent tr:last-child td, #maincontent tr:last-child td {
  border-bottom: 0;
}
.maincontent img[style], #maincontent img[style] {
  max-width: 100%;
}
.maincontent .angebotbild, #maincontent .angebotbild {
  max-width: 100%;
}
.page-hero, .content-hero {
  padding-block: clamp(5rem, 10vw, 7rem); border-bottom: 1px solid var(--line); background: linear-gradient(180deg, rgba(15, 12, 8, 0.85), rgba(15, 12, 8, 0.98)), radial-gradient(circle at top, rgba(200, 150, 84, 0.1), transparent 30%);
}
.content-hero .container, .page-hero .container {
  max-width: 58rem;
}
.content-hero h1, .page-hero h1 {
  color: var(--brand);
}
.content-hero p, .page-hero p {
  max-width: 42rem; color: var(--text-muted);
}
.text-card, .info-card, .callout {
  padding: 1.5rem 1.6rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: linear-gradient(180deg, rgba(232, 201, 138, 0.04), rgba(255, 255, 255, 0)), var(--bg-surface);
}
.callout strong {
  display: block; margin-bottom: 0.4rem;
}
.siteimage {
  padding: 0.7rem; border-radius: var(--radius-md); background: linear-gradient(135deg, rgba(200, 150, 84, 0.22), rgba(196, 96, 58, 0.12)), url('../images/stripe-bg.png'); box-shadow: var(--shadow-sm); transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}
.siteimage:hover {
  transform: translateY(-3px); box-shadow: var(--shadow-md);
}
/* 12. TEAM CARDS */
.team-section {
  padding-block: var(--section-space); background: linear-gradient(180deg, rgba(15, 12, 8, 1), rgba(24, 18, 13, 1));
}
.team-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: clamp(1.2rem, 2vw, 1.8rem);
}
.team-card {
  position: relative; overflow: hidden; min-height: 24rem; border-radius: var(--radius-lg); background: var(--bg-surface); border: 1px solid rgba(232, 226, 216, 0.06); box-shadow: var(--shadow-md); isolation: isolate;
}
.team-card img, .team-card picture, .team-card-media {
  width: 100%; height: 100%; min-height: 24rem; object-fit: cover; filter: grayscale(80%) contrast(1.1); transition: transform var(--transition-slow), filter var(--transition-slow);
}
.team-card::after {
  content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15, 12, 8, 0.05) 0%, rgba(15, 12, 8, 0.62) 100%);
}
.team-card:hover img, .team-card:hover picture, .team-card:hover .team-card-media, .team-card:focus-within img, .team-card:focus-within picture, .team-card:focus-within .team-card-media {
  transform: scale(1.04); filter: grayscale(0%) contrast(1);
}
.team-card-caption, .team-card-info {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 1rem 1.15rem 1.1rem; background: linear-gradient(180deg, rgba(200, 150, 84, 0.88), rgba(167, 122, 63, 0.94)); color: var(--bg); transform: translateY(42%); transition: transform var(--transition-slow);
}
.team-card:hover .team-card-caption, .team-card:hover .team-card-info, .team-card:focus-within .team-card-caption, .team-card:focus-within .team-card-info {
  transform: translateY(0);
}
.team-card-name {
  display: block; font-family: var(--font-display); font-size: clamp(1.8rem, 2.4vw, 2.5rem); line-height: 0.95; letter-spacing: 0.04em; text-transform: uppercase;
}
.team-card-role {
  display: block; margin-top: 0.35rem; font-size: 0.88rem; letter-spacing: 0.12em; text-transform: uppercase;
}
.team-card-text {
  margin-top: 0.6rem; color: rgba(15, 12, 8, 0.84); font-size: 0.95rem; line-height: 1.5;
}
/* 13. FOOTER */
#footercontainer {
  position: relative; background: var(--bg); border-top: 1px solid rgba(200, 150, 84, 0.35);
}
#footercontainer::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(232, 201, 138, 0.9), transparent);
}
.site-footer {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(1.5rem, 2vw, 2rem); padding: clamp(3rem, 5vw, 4rem) 0 2.2rem;
}
.site-footer > div {
  display: grid; align-content: start; gap: 0.45rem;
}
.site-footer h4 {
  color: var(--brand); font-family: var(--font-accent); font-size: clamp(1.75rem, 2.4vw, 2.4rem); letter-spacing: 0.04em; text-transform: uppercase;
}
.site-footer p, .site-footer address, .site-footer li {
  color: var(--text-muted); font-size: 0.98rem;
}
.site-footer a {
  color: var(--text);
}
.footer-bottom {
  padding: 1rem 0 1.5rem; border-top: 1px solid rgba(232, 226, 216, 0.06); text-align: center;
}
.footer-bottom p {
  color: var(--text-dim); font-size: 0.92rem; letter-spacing: 0.08em; text-transform: uppercase;
}
/* 14. BUTTONS & BADGES */
.btn, .button, button.button, a.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem; min-height: 3.25rem; padding: 0.8rem 1.5rem; border-radius: var(--radius-pill); border: 1px solid transparent; font-family: var(--font-heading); font-size: 0.98rem; letter-spacing: 0.09em; text-transform: uppercase; transition: transform var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);
}
.btn:hover, .button:hover, .btn:focus-visible, .button:focus-visible {
  transform: translateY(-2px);
}
.btn:active, .button:active {
  transform: translateY(0);
}
.btn-primary, .btn.btn-primary, .button-primary {
  background: linear-gradient(135deg, var(--brand-light), var(--brand)); color: var(--bg); border-color: rgba(232, 201, 138, 0.85); box-shadow: 0 12px 28px rgba(200, 150, 84, 0.18);
}
.btn-primary:hover, .btn-primary:focus-visible, .button-primary:hover, .button-primary:focus-visible {
  box-shadow: 0 0 30px rgba(200, 150, 84, 0.5); color: var(--bg); transform: translateY(-2px) scale(1.02);
}
.btn-ghost, .btn-outline, .btn.btn-outline, .button {
  background: transparent; color: var(--brand-light); border-color: rgba(200, 150, 84, 0.55);
}
.btn-ghost:hover, .btn-ghost:focus-visible, .btn-outline:hover, .btn-outline:focus-visible, .button:hover, .button:focus-visible {
  background: rgba(200, 150, 84, 0.12); color: var(--white);
}
.badge {
  display: inline-flex; align-items: center; gap: 0.4rem; width: fit-content; padding: 0.4rem 0.8rem; border-radius: var(--radius-pill); border: 1px solid rgba(200, 150, 84, 0.35); background: rgba(200, 150, 84, 0.08); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}
.badge::before {
  content: '•'; color: var(--rust);
}
/* 15. SCROLL REVEAL ANIMATIONS */
.reveal {
  opacity: 0; transform: translateY(40px); transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible {
  opacity: 1; transform: translateY(0);
}
.reveal-left {
  opacity: 0; transform: translateX(-40px); transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal-left.visible {
  opacity: 1; transform: translateX(0);
}
.reveal-right {
  opacity: 0; transform: translateX(40px); transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal-right.visible {
  opacity: 1; transform: translateX(0);
}
.reveal-delay-1 {
  transition-delay: 0.1s;
}
.reveal-delay-2 {
  transition-delay: 0.2s;
}
.reveal-delay-3 {
  transition-delay: 0.3s;
}
.reveal-delay-4 {
  transition-delay: 0.4s;
}
/* 16. LEGACY COLUMN SYSTEM — .col .span_X_of_Y compatibility */
.section.group::before, .section.group::after, .group::before, .group::after {
  content: ''; display: table;
}
.section.group::after, .group::after {
  clear: both;
}
.section.group, .group {
  zoom: 1;
}
.col {
  display: block; float: left; margin: 1% 0 1% 1.6%;
}
.col:first-child {
  margin-left: 0;
}
.span_1_of_2 {
  width: 49.2%;
}
.span_1_of_3 {
  width: 32.26%;
}
.span_2_of_3 {
  width: 66.13%;
}
.span_1_of_4 {
  width: 23.8%;
}
.span_2_of_4 {
  width: 49.2%;
}
.span_3_of_4 {
  width: 74.6%;
}
.span_1_of_5 {
  width: 18.72%;
}
.span_2_of_5 {
  width: 39.04%;
}
.span_3_of_5 {
  width: 59.36%;
}
.span_4_of_5 {
  width: 79.68%;
}
.span_1_of_6 {
  width: 15.33%;
}
.span_2_of_6 {
  width: 32.26%;
}
.span_3_of_6 {
  width: 49.2%;
}
.span_4_of_6 {
  width: 66.13%;
}
.span_5_of_6 {
  width: 83.06%;
}
.span_1_of_12 {
  width: 6.86%;
}
.span_2_of_12 {
  width: 15.33%;
}
.span_3_of_12 {
  width: 23.8%;
}
.span_4_of_12 {
  width: 32.26%;
}
.span_5_of_12 {
  width: 40.73%;
}
.span_6_of_12 {
  width: 49.2%;
}
.span_7_of_12 {
  width: 57.66%;
}
.span_8_of_12 {
  width: 66.13%;
}
.span_9_of_12 {
  width: 74.6%;
}
.span_10_of_12 {
  width: 83.06%;
}
.span_11_of_12 {
  width: 91.53%;
}
.span_12_of_12 {
  width: 100%; margin-left: 0;
}
/* 17. UTILITIES */
.visually-hidden, .sr-only {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.muted {
  color: var(--text-muted);
}
.dim {
  color: var(--text-dim);
}
.gold {
  color: var(--brand);
}
.rust {
  color: var(--rust);
}
.bg-surface {
  background: var(--bg-surface);
}
.bg-elevated {
  background: var(--bg-elevated);
}
.bg-dark {
  background: var(--bg);
}
.border-gold {
  border-color: rgba(200, 150, 84, 0.35) !important;
}
.shadow-gold {
  box-shadow: var(--shadow-gold);
}
.rounded-sm {
  border-radius: var(--radius-sm);
}
.rounded-md {
  border-radius: var(--radius-md);
}
.rounded-lg {
  border-radius: var(--radius-lg);
}
.rounded-xl {
  border-radius: var(--radius-xl);
}
.border-line {
  border: 1px solid var(--line);
}
.border-line-strong {
  border: 1px solid var(--line-strong);
}
.centered {
  margin-inline: auto;
}
.w-full {
  width: 100%;
}
.max-w-content {
  max-width: 56rem;
}
.max-w-narrow {
  max-width: 42rem;
}
.max-w-wide {
  max-width: 72rem;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-column {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-xs {
  gap: 0.5rem;
}
.gap-sm {
  gap: 0.75rem;
}
.gap-md {
  gap: 1rem;
}
.gap-lg {
  gap: 1.5rem;
}
.gap-xl {
  gap: 2rem;
}
.py-section {
  padding-block: var(--section-space);
}
.py-section-tight {
  padding-block: var(--section-space-tight);
}
.py-0 {
  padding-block: 0;
}
.pt-0 {
  padding-top: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.5rem !important;
}
.mt-2 {
  margin-top: 1rem !important;
}
.mt-3 {
  margin-top: 1.5rem !important;
}
.mt-4 {
  margin-top: 2rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-6 {
  margin-top: 4rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 1rem !important;
}
.mb-3 {
  margin-bottom: 1.5rem !important;
}
.mb-4 {
  margin-bottom: 2rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-6 {
  margin-bottom: 4rem !important;
}
.flow > * + * {
  margin-top: 1rem;
}
.flow-lg > * + * {
  margin-top: 1.5rem;
}
.flow-xl > * + * {
  margin-top: 2rem;
}
.linkimage {
  width: min(100%, 120px); height: auto; float: left; margin-right: 0.8rem;
}
.angebotbild {
  display: inline-block; max-width: 100%; padding: 0.7rem; border: 1px solid rgba(200, 150, 84, 0.18); border-radius: var(--radius-md); background: linear-gradient(135deg, rgba(232, 201, 138, 0.08), rgba(255, 255, 255, 0.01)), var(--bg-elevated); box-shadow: var(--shadow-sm);
}
.angebotbild img, .angebotbild > img {
  float: none; width: 100%; height: auto; border-radius: calc(var(--radius-md) - 0.35rem);
}
.floatleft, img.floatleft {
  float: left; margin: 0.3rem 1rem 0.8rem 0;
}
.floatright, img.floatright {
  float: right; margin: 0.3rem 0 0.8rem 1rem;
}
.breaker, .clear, .clearfix {
  clear: both;
}
.sticky {
  position: relative; width: min(100%, 240px); min-height: 12rem; margin: 1rem 0 1rem auto; padding: 1rem 1rem 1.25rem; border-radius: 0.35rem 0.35rem 1rem 0.35rem; border: 1px solid rgba(196, 96, 58, 0.2); background: linear-gradient(180deg, rgba(232, 201, 138, 0.95), rgba(213, 179, 115, 0.94)); color: #2e2011; box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22); transform: rotate(-2deg); font-family: var(--font-hand); font-size: 1.1rem; line-height: 1.6;
}
.sticky::before, .sticky::after {
  content: ''; position: absolute; top: 0; right: 0; width: 1rem; height: 1rem;
}
.sticky::before {
  border-top: 0.5rem solid rgba(255, 255, 255, 0.9); border-right: 0.5rem solid rgba(255, 255, 255, 0.9); border-left: 0.5rem solid transparent; border-bottom: 0.5rem solid transparent;
}
.sticky::after {
  border-bottom: 0.5rem solid rgba(196, 96, 58, 0.28); border-left: 0.5rem solid rgba(196, 96, 58, 0.28); border-right: 0.5rem solid transparent; border-top: 0.5rem solid transparent;
}
.twocolumns {
  column-count: 2; column-gap: 2.2rem;
}
.button:visited {
  color: var(--brand-light);
}
.list-unstyled {
  list-style: none; padding-left: 0;
}
.ornament-box {
  position: relative; padding: 1.5rem; border: 1px solid rgba(200, 150, 84, 0.16); border-radius: var(--radius-lg); background: rgba(255, 255, 255, 0.01);
}
.ornament-box::before {
  content: ''; position: absolute; inset: 0.75rem; border: 1px solid rgba(200, 150, 84, 0.08); border-radius: calc(var(--radius-lg) - 0.4rem); pointer-events: none;
}
.divider-label {
  display: flex; align-items: center; gap: 1rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.82rem;
}
.divider-label::before, .divider-label::after {
  content: ''; flex: 1; height: 1px; background: linear-gradient(90deg, rgba(200, 150, 84, 0), rgba(200, 150, 84, 0.35), rgba(200, 150, 84, 0));
}
.stat-row {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 1rem;
}
.stat-card {
  padding: 1.2rem; border-radius: var(--radius-md); border: 1px solid var(--line); background: var(--bg-surface);
}
.stat-card strong {
  display: block; font-family: var(--font-display); font-size: 2rem; color: var(--brand); letter-spacing: 0.04em;
}
.stat-card span {
  color: var(--text-muted); font-size: 0.92rem; text-transform: uppercase; letter-spacing: 0.08em;
}
.gallery-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1rem;
}
.gallery-grid img {
  width: 100%; height: 100%; min-height: 180px; object-fit: cover; border-radius: var(--radius-md);
}
.table-responsive {
  overflow-x: auto; border-radius: var(--radius-md);
}
.no-break {
  white-space: nowrap;
}
/* 18. RESPONSIVE */
@media (max-width: 1200px) {
  .nav-links > ul {
    gap: 0.85rem;
  }
  .nav-links a {
    font-size: 0.9rem;
  }
  .site-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
  .hero {
    min-height: 38rem;
  }
  .hero-content, .hero-text {
    padding-inline: clamp(2rem, 5vw, 4rem);
  }
  .services-grid, .grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 900px), (hover: none) and (pointer: coarse) {
  .nav-toggle {
    display: inline-flex; align-items: center; justify-content: center;
  }
  .nav-links {
    position: absolute; top: 100%; left: 50%; width: min(92vw, 28rem); margin-left: 0; padding: 1rem; background: rgba(12, 10, 7, 0.96); border: 1px solid rgba(200, 150, 84, 0.2); border-radius: 0 0 1.25rem 1.25rem; box-shadow: var(--shadow-lg); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); transform: translate(-50%, 0); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity var(--transition-fast), visibility var(--transition-fast);
  }
  .nav-links.open {
    opacity: 1; visibility: visible; pointer-events: auto;
  }
  .nav-links > ul {
    flex-direction: column; align-items: stretch; gap: 0.25rem; width: 100%;
  }
  .nav-links li {
    width: 100%;
  }
  .nav-links a {
    width: 100%; justify-content: space-between; padding: 0.8rem 0.35rem;
  }
  .nav-links .has-sub > ul,
  .nav-links .has-sub:hover > ul,
  .nav-links .has-sub:focus-within > ul {
    position: static; min-width: 0; padding: 0.25rem 0 0.45rem 0.9rem; background: transparent; border: 0; border-radius: 0; box-shadow: none; transform: none; opacity: 1; visibility: hidden; pointer-events: none; display: none;
  }
  .nav-links .has-sub.sub-open > ul,
  .nav-links .has-sub.sub-open:hover > ul,
  .nav-links .has-sub.sub-open:focus-within > ul {
    display: block; visibility: visible; pointer-events: auto;
  }
  .nav-links .has-sub > a::before {
    right: 0.2rem;
  }
  .hero {
    grid-template-columns: 1fr; min-height: auto;
  }
  .hero-image {
    grid-column: 1; order: -1; min-height: 320px; background-attachment: scroll;
  }
  .hero-content, .hero-text {
    grid-column: 1; min-height: auto; padding-block: 3rem 4rem;
  }
  .events-list li, .event-item {
    grid-template-columns: 1fr; gap: 0.35rem;
  }
  .event-caption {
    grid-column: auto;
  }
  .twocolumns {
    column-count: 1;
  }
}
@media (max-width: 768px) {
  .container, .nav-inner, .site-footer, .footer-bottom, .maincontent, #maincontent {
    width: min(92%, 1200px);
  }
  .maincontent, #maincontent {
    padding: 2.4rem 0;
  }
  .services-grid, .grid-2, .grid-3, .grid-4 {
    grid-template-columns: 1fr;
  }
  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .quote-strip::before, .quote-strip::after {
    display: none;
  }
  .site-footer {
    grid-template-columns: 1fr;
  }
  .col {
    width: 100% !important; float: none !important; margin: 1% 0 !important;
  }
  .floatleft, .floatright, img.floatleft, img.floatright, .linkimage {
    float: none; display: block; margin: 0 0 1rem 0;
  }
  .sticky {
    margin-inline: 0; width: 100%; transform: rotate(0deg);
  }
}
@media (max-width: 600px) {
  :root {
    --nav-height: 4.7rem;
  }
  .hero-image {
    min-height: 200px; background-position: center 30%;
  }
  .hero-title {
    font-size: clamp(3.2rem, 14vw, 4.5rem);
  }
  .hero-content::before, .hero-text::before {
    font-size: 10rem; left: 0.2rem;
  }
  .events-list::before {
    left: 0.55rem;
  }
  .events-list li, .event-item {
    padding-left: 2.1rem;
  }
  .team-grid {
    grid-template-columns: 1fr;
  }
  .btn, .button {
    width: 100%;
  }
  .hero-actions {
    width: 100%; flex-direction: column; align-items: stretch;
  }
  .hero-scroll {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .nav-brand-title {
    font-size: 1.35rem;
  }
  .nav-brand-subtitle {
    font-size: 0.72rem; letter-spacing: 0.14em;
  }
  .cta-card, .wild-at-heart-card {
    padding: 1.5rem;
  }
  .service-card-body {
    padding: 1.3rem;
  }
  .service-card-title {
    font-size: 1.75rem;
  }
  .maincontent table, #maincontent table {
    display: block; overflow-x: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important;
  }
  .reveal, .reveal-left, .reveal-right {
    opacity: 1; transform: none;
  }
  .hero-image {
    background-attachment: scroll;
  }
}

/* ── Wobble on image hover ──────────────────────────────── */
@keyframes wobble {
  0%   { transform: rotate(0deg); }
  20%  { transform: rotate(-1.5deg); }
  40%  { transform: rotate(1.5deg); }
  60%  { transform: rotate(-0.75deg); }
  80%  { transform: rotate(0.75deg); }
  100% { transform: rotate(0deg); }
}

.maincontent img:hover,
.team-card:hover img,
img.floatleft:hover,
img.floatright:hover,
.linkimage:hover,
.angebotbild:hover {
  animation: wobble 0.9s cubic-bezier(0.36, 0.07, 0.19, 0.97) forwards;
  cursor: pointer;
}

/* ── Team overview grid (V2 dark) ───────────────────────── */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.team-card {
  display: block;
  position: relative;
  border-radius: var(--radius-lg, 1rem);
  overflow: hidden;
  text-decoration: none;
  background: var(--bg-surface);
  box-shadow: 0 4px 24px rgba(0,0,0,0.35);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.5);
}

.team-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: top center;
  display: block;
  filter: grayscale(70%) contrast(1.05);
  transition: filter 0.5s ease, transform 0.5s ease;
}

.team-card:hover img {
  filter: grayscale(0%) contrast(1);
  transform: scale(1.04);
}

.team-card-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 2rem 1rem 1rem;
  background: linear-gradient(to top, rgba(15,12,8,0.9) 0%, transparent 100%);
  transform: translateY(4px);
  transition: transform 0.35s ease;
}

.team-card:hover .team-card-overlay {
  transform: translateY(0);
}

.team-card-overlay h3 {
  color: var(--brand-light, #e8c98a);
  font-size: 1.1rem;
  margin-bottom: 0.15rem;
}

.team-card-overlay p {
  color: rgba(255,255,255,0.65);
  font-size: 0.78rem;
  margin: 0;
}

/* ── Angebote Grid ───────────────────────────────────── */
.angebote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
  margin-top: 2rem;
}
.angebot-card {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(232, 226, 216, 0.08);
  background: var(--bg-elevated);
  text-decoration: none;
  color: inherit;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.angebot-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand), var(--brand-light));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition);
}
.angebot-card { position: relative; }
.angebot-card:hover {
  transform: translateY(-8px);
  border-color: rgba(200, 150, 84, 0.26);
  box-shadow: var(--shadow-md), 0 0 0 1px rgba(200, 150, 84, 0.08), 0 18px 40px rgba(200, 150, 84, 0.12);
}
.angebot-card:hover::before { transform: scaleX(1); }
.angebot-card-img {
  position: relative;
  height: 190px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding: 0.8rem;
  background-color: var(--bg-elevated);
}
.angebot-card-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(15,12,8,0.72) 0%, transparent 55%);
}
.angebot-icon {
  position: relative;
  z-index: 1;
  width: 36px;
  height: 36px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.75;
}
.angebot-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.2rem 1.4rem 1.4rem;
  flex: 1;
}
.angebot-card-body h3 {
  color: var(--brand);
  font-size: 1.05rem;
  margin: 0;
}
.angebot-card-body p {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}
.angebot-link {
  display: inline-block;
  margin-top: auto;
  padding-top: 0.6rem;
  color: var(--brand-light);
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: letter-spacing var(--transition-fast);
}
.angebot-card:hover .angebot-link { letter-spacing: 0.13em; }
@media (max-width: 900px) {
  .angebote-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .angebote-grid { grid-template-columns: 1fr; }
}

/* ── Hero inline quote ───────────────────────────────── */
.hero-quote {
  position: relative;
  z-index: 1;
  margin: 1.6rem 0 0;
  padding: 0;
  border: none !important;
  border-left: none !important;
  border-radius: 0;
  background: none !important;
  box-shadow: none !important;
  font-family: var(--font-accent);
}
.hero-quote::before { display: none !important; }
.hero-quote p {
  font-size: clamp(1rem, 1.2vw + 0.8rem, 1.3rem);
  font-style: italic;
  color: var(--brand-light);
  margin: 0;
  line-height: 1.4;
}
.hero-quote cite {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-style: normal;
}

.angebot-icon.afapp-logo {
  width: auto; height: 32px; max-width: 140px;
  filter: none; opacity: 1;
  background: rgba(255,255,255,0.88);
  border-radius: 4px;
  padding: 3px 6px;
}
