/* =========================================================
   ROLLING COCKTAILBAR & EVENTSERVICE
   Temporäre Event-Website . Versmolder Gewerbeschau 2026
   ========================================================= */

/* ---- Fonts ---------------------------------------------- */
@font-face {
  font-family: 'Roaster';
  src: url('../fonts/roaster/Roaster-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roaster';
  src: url('../fonts/roaster/Roaster-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roaster';
  src: url('../fonts/roaster/Roaster-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neosande';
  src: url('../fonts/neosande/Neosande-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neosande';
  src: url('../fonts/neosande/Neosande-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bruzh';
  src: url('../fonts/bruzh/Bruzh.woff') format('woff'),
       url('../fonts/bruzh/Bruzh.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ---- Tokens --------------------------------------------- */
:root {
  --font-headline: 'Roaster', Georgia, serif;
  --font-body: 'Neosande', system-ui, -apple-system, Segoe UI, sans-serif;
  --font-brush: 'Bruzh', 'Roaster', cursive;

  --bg: #0E0E10;
  --bg-2: #16161A;
  --bg-3: #1F1F24;
  --bg-footer: #0A0A0C;

  --gold: #B8895E;
  --gold-light: #D4A86A;
  --gold-dim: rgba(184, 137, 94, 0.35);
  --gold-10: rgba(184, 137, 94, 0.10);
  --gold-04: rgba(184, 137, 94, 0.04);

  --text: #F1EDE7;
  --text-dim: #B8B2A8;
  --text-mute: #7A7670;
  --border: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(184, 137, 94, 0.3);

  --radius: 4px;
  --maxw: 1200px;
  --shadow: 0 20px 40px rgba(0,0,0,0.35);
}

/* ---- Reset ---------------------------------------------- */
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
/* Sections außerhalb des Viewports nicht rendern (Scroll-Performance) */
main > section {
  content-visibility: auto;
  contain-intrinsic-size: 1px 1200px;
}
img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; background: none; border: 0; color: inherit; }
input, textarea, select { font: inherit; color: inherit; }

/* Selection */
::selection { background: var(--gold); color: #111; }

/* ---- Global Background Atmosphere ----------------------- */
.page-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse 80% 50% at 15% 10%, var(--gold-10) 0%, transparent 60%),
    radial-gradient(ellipse 70% 60% at 85% 90%, rgba(184,137,94,0.08) 0%, transparent 55%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
  pointer-events: none;
}

/* =========================================================
   Utilities
   ========================================================= */
.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
}
.kicker {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  font-size: 0.72rem;
  padding: 7px 16px;
  border: 1px solid var(--gold-dim);
  border-radius: 999px;
  margin-bottom: 2rem;
  background: rgba(184,137,94,0.04);
}

/* ---- Brush Stroke Ornament (SVG-basiert) ---------------- */
.brush {
  position: relative;
  display: inline-block;
  padding: 0.4em 1.2em;
  z-index: 1;
}
.brush::before {
  content: "";
  position: absolute;
  inset: -10% -5%;
  z-index: -1;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 120' preserveAspectRatio='none'><path d='M8,62 C20,40 40,30 80,28 C140,26 180,34 220,32 C260,30 310,24 360,32 C390,38 395,56 392,72 C388,92 360,100 310,96 C250,92 210,98 160,96 C100,94 40,92 14,82 C4,78 0,70 8,62 Z' fill='%23B8895E'/></svg>") no-repeat center/100% 100%;
  filter: drop-shadow(0 6px 18px rgba(184,137,94,0.25));
}
.brush--dark::before {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 120' preserveAspectRatio='none'><path d='M8,62 C20,40 40,30 80,28 C140,26 180,34 220,32 C260,30 310,24 360,32 C390,38 395,56 392,72 C388,92 360,100 310,96 C250,92 210,98 160,96 C100,94 40,92 14,82 C4,78 0,70 8,62 Z' fill='%231A1A1D'/></svg>") no-repeat center/100% 100%;
}

/* ---- Typography ----------------------------------------- */
h1,h2,h3,h4,h5 {
  font-family: var(--font-headline);
  font-weight: 700;
  color: var(--text);
  line-height: 1.12;
  letter-spacing: -0.005em;
}
h1 { font-size: clamp(2.4rem, 7vw, 5rem); }
h2 { font-size: clamp(1.9rem, 4.5vw, 3.4rem); }
h3 { font-size: clamp(1.3rem, 2.5vw, 1.8rem); }
p { color: var(--text-dim); }
p + p { margin-top: 0.8em; }

.eyebrow { color: var(--gold); font-weight: 600; }

.section {
  padding: clamp(60px, 10vw, 120px) 0;
  position: relative;
}
.section--tight { padding: clamp(40px, 6vw, 80px) 0; }

/* ---- Buttons -------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  padding: 1rem 2rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .3s ease;
  will-change: transform;
  line-height: 1;
}
.btn--primary {
  background: var(--gold);
  color: #111;
  box-shadow: 0 10px 30px rgba(184,137,94,0.25);
}
.btn--primary:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 14px 40px rgba(184,137,94,0.35); }
.btn--ghost {
  border: 1px solid var(--gold-dim);
  color: var(--text);
}
.btn--ghost:hover { background: var(--gold-10); border-color: var(--gold); }
.btn--whatsapp {
  background: #25D366;
  color: #0B3B1D;
}
.btn--whatsapp:hover { background: #2fe374; transform: translateY(-2px); box-shadow: 0 14px 40px rgba(37,211,102,0.3); }

.btn-brush {
  display: inline-block;
  font-family: var(--font-brush);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: #0E0E10;
  padding: 0.4em 1.2em 0.5em;
  position: relative;
  letter-spacing: 0.03em;
  line-height: 1;
  transition: transform 0.3s ease;
}
.btn-brush::before {
  content: "";
  position: absolute;
  inset: -10% -5%;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 120' preserveAspectRatio='none'><path d='M8,62 C20,40 40,30 80,28 C140,26 180,34 220,32 C260,30 310,24 360,32 C390,38 395,56 392,72 C388,92 360,100 310,96 C250,92 210,98 160,96 C100,94 40,92 14,82 C4,78 0,70 8,62 Z' fill='%23D4A86A'/></svg>") no-repeat center/100% 100%;
  z-index: -1;
  filter: drop-shadow(0 10px 24px rgba(184,137,94,0.35));
}
.btn-brush:hover { transform: translateY(-3px) rotate(-0.5deg); }

/* =========================================================
   Header (minimal)
   ========================================================= */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 18px 0;
  pointer-events: none;
  transition: background-color .35s cubic-bezier(0.22, 0.61, 0.36, 1),
              border-color .35s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: background-color;
}
.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(14,14,16,0.78);
  backdrop-filter: blur(10px) saturate(1.2);
  -webkit-backdrop-filter: blur(10px) saturate(1.2);
  border-bottom: 1px solid var(--border);
  opacity: 0;
  transition: opacity .35s cubic-bezier(0.22, 0.61, 0.36, 1);
  pointer-events: none;
  will-change: opacity;
}
.site-header.is-scrolled::before { opacity: 1; }
.site-header__inner {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  pointer-events: auto;
}
.site-header__logo {
  display: inline-flex;
  transform-origin: center center;
  transition: transform .35s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}
.site-header.is-scrolled .site-header__logo { transform: scale(0.82); }
.site-header__logo img {
  height: 58px;
  width: auto;
  filter: drop-shadow(0 0 12px rgba(0,0,0,0.6));
}
@media (max-width: 640px) {
  .site-header__logo img { height: 48px; }
  .site-header.is-scrolled .site-header__logo { transform: scale(0.85); }
}
.site-header__back {
  color: var(--text);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 14px;
  border-radius: 2px;
  border: 1px solid var(--border);
  background: rgba(14,14,16,0.5);
  backdrop-filter: blur(8px);
  transition: border-color .25s ease, background .25s ease;
}
.site-header__back:hover { border-color: var(--gold); background: var(--gold-10); }
.site-header__back svg { width: 14px; height: 14px; }

/* =========================================================
   Hero (Landing)
   ========================================================= */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 110px 0 80px;
  overflow: hidden;
  contain: layout paint;
}
.hero__media {
  position: absolute;
  inset: 0;
  z-index: -1;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.hero__media img {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
  transform: scale(1.08);
  transition: transform 6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.hero.is-loaded .hero__media img { transform: scale(1); }

/* Hero-Content staffeln (Logo, Title, Lead, Buttons nacheinander) */
.hero__content > * {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity 1s cubic-bezier(0.22, 0.61, 0.36, 1),
              transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.hero.is-loaded .hero__content > * { opacity: 1; transform: none; }
.hero.is-loaded .hero__content > *:nth-child(1) { transition-delay: .15s; }
.hero.is-loaded .hero__content > *:nth-child(2) { transition-delay: .28s; }
.hero.is-loaded .hero__content > *:nth-child(3) { transition-delay: .4s; }
.hero.is-loaded .hero__content > *:nth-child(4) { transition-delay: .52s; }
.hero.is-loaded .hero__scroll {
  opacity: 0.7;
  transition: opacity 1.2s cubic-bezier(0.22, 0.61, 0.36, 1) .9s;
}
.hero__scroll { opacity: 0; }
@media (prefers-reduced-motion: reduce) {
  .hero__content > *, .hero__scroll { opacity: 1 !important; transform: none !important; transition: none !important; }
  .hero__media img { transform: none !important; transition: none !important; }
}
.hero__overlay {
  position: absolute; inset: 0; z-index: 0;
  background:
    linear-gradient(180deg, rgba(14,14,16,0.45) 0%, rgba(14,14,16,0.35) 40%, rgba(14,14,16,0.95) 100%);
}
.hero__content { position: relative; z-index: 1; }
.hero__logo { margin-bottom: 2rem; }
.hero__logo img { height: clamp(60px, 9vw, 96px); width: auto; filter: drop-shadow(0 6px 24px rgba(0,0,0,0.6)); }
.hero__title {
  font-size: clamp(2.8rem, 8vw, 6rem);
  font-weight: 900;
  line-height: 0.98;
  max-width: 12ch;
  margin-bottom: 1rem;
}
.hero__title em {
  font-style: normal;
  color: var(--gold);
  font-family: var(--font-headline);
}
.hero__lead {
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  max-width: 52ch;
  margin-bottom: 2.2rem;
  color: var(--text);
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }

.hero__scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: var(--text-dim);
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  z-index: 1;
  opacity: 0.7;
}
.hero__scroll::after {
  content: "";
  width: 1px; height: 32px;
  background: linear-gradient(180deg, var(--gold), transparent);
  animation: scroll-hint 2.2s ease-in-out infinite;
}
@keyframes scroll-hint {
  0%, 100% { transform: scaleY(0.3); opacity: 0.3; transform-origin: top; }
  50% { transform: scaleY(1); opacity: 1; transform-origin: top; }
}

/* ---- Hero (subpage variant) ----------------------------- */
.hero--sub {
  min-height: 68vh;
  min-height: 68svh;
  padding: 130px 0 60px;
  align-items: center;
}
.hero--sub .hero__title { font-size: clamp(2.4rem, 7vw, 4.8rem); }
.hero--sub .hero__overlay {
  background: linear-gradient(180deg, rgba(14,14,16,0.55) 0%, rgba(14,14,16,0.4) 40%, rgba(14,14,16,0.9) 100%);
}

/* =========================================================
   Intro Section
   ========================================================= */
.intro {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}
.intro h2 { margin-bottom: 1rem; }
.intro__divider {
  display: block;
  width: 80px;
  height: 2px;
  background: var(--gold);
  margin: 2.2rem auto;
  opacity: 0.7;
}
.intro p {
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  color: var(--text-dim);
}
.intro .highlight {
  color: var(--gold);
  font-weight: 600;
}

/* Container selbst nicht animieren wenn intro/sec-head - nur die Kinder */
.intro.reveal,
.sec-head.reveal {
  opacity: 1;
  transform: none;
}

/* Staged reveal fuer intro-children */
.intro .kicker,
.intro h2,
.intro__divider,
.intro > p {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 1.05s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.05s cubic-bezier(0.16, 1, 0.3, 1);
}
.intro.is-visible .kicker { opacity: 1; transform: none; transition-delay: 0s; }
.intro.is-visible h2 { opacity: 1; transform: none; transition-delay: .14s; }
.intro.is-visible .intro__divider { opacity: .7; transform: none; transition-delay: .28s; }
.intro.is-visible > p { opacity: 1; transform: none; transition-delay: .4s; }

/* Staged reveal fuer sec-head children */
.sec-head .kicker,
.sec-head h2,
.sec-head p {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 1.05s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.05s cubic-bezier(0.16, 1, 0.3, 1);
}
.sec-head.is-visible .kicker { opacity: 1; transform: none; transition-delay: 0s; }
.sec-head.is-visible h2 { opacity: 1; transform: none; transition-delay: .14s; }
.sec-head.is-visible p { opacity: 1; transform: none; transition-delay: .28s; }

@media (prefers-reduced-motion: reduce) {
  .intro .kicker, .intro h2, .intro__divider, .intro > p,
  .sec-head .kicker, .sec-head h2, .sec-head p { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* =========================================================
   Kategorien-Tiles (Landing)
   ========================================================= */
.categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: 28px;
  margin-top: 3rem;
}
.category-card {
  position: relative;
  display: block;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 2px;
  background: var(--bg-3);
  isolation: isolate;
  transform: translateZ(0);
  contain: paint;
}
.category-card__img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(0.72) saturate(1.05);
  transition: transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 0;
}
@media (hover: hover) {
  .category-card:hover .category-card__img {
    transform: scale(1.06);
  }
}
.category-card__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(14,14,16,0.1) 0%, rgba(14,14,16,0.4) 50%, rgba(14,14,16,0.95) 100%);
  z-index: 1;
}
.category-card__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(24px, 4vw, 40px);
}
.category-card__number {
  font-family: var(--font-headline);
  font-size: 0.9rem;
  color: var(--gold);
  letter-spacing: 0.4em;
  margin-bottom: 0.8rem;
  opacity: 0.9;
}
.category-card__title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  color: var(--text);
  margin-bottom: 0.6rem;
  line-height: 1.1;
}
.category-card__desc {
  color: var(--text-dim);
  font-size: 0.95rem;
  margin-bottom: 1.4rem;
  max-width: 32ch;
}
.category-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-light);
  transition: gap .3s ease, color .3s ease;
}
.category-card__cta svg { width: 18px; height: 18px; transition: transform .3s ease; }
.category-card:hover .category-card__cta { gap: 14px; color: var(--text); }
.category-card:hover .category-card__cta svg { transform: translateX(4px); }

/* =========================================================
   Section Headline mit Kicker + Brush
   ========================================================= */
.sec-head {
  text-align: center;
  margin-bottom: 4.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec-head--left { text-align: left; align-items: flex-start; }
.sec-head .kicker { margin: 0 auto 2rem; }
.sec-head h2 { margin-bottom: 1.4rem; max-width: 22ch; }
.sec-head p { max-width: 58ch; margin: 0.6rem auto 0; font-size: 1.02rem; }
.sec-head--left p { margin-left: 0; }
.sec-head--left h2 { margin-left: 0; }

.intro { display: flex; flex-direction: column; align-items: center; }
.intro h2 { text-align: center; margin-bottom: 0.4rem; max-width: 22ch; }
.intro .kicker { align-self: center; margin-bottom: 2rem; }

/* Feature-row kicker + headline spacing */
.feature-row__text .kicker { margin-bottom: 1.6rem; }
.feature-row__text h3 { margin-bottom: 1.4rem; }

/* =========================================================
   Pakete (auf Unterseiten)
   ========================================================= */
.packages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.package-card--full {
  grid-column: 1 / -1;
}
@media (max-width: 860px) {
  .packages { grid-template-columns: 1fr; }
  .package-card--full { grid-column: auto; }
}
.package-card {
  background: linear-gradient(180deg, var(--bg-3) 0%, var(--bg-2) 100%);
  border: 1px solid var(--border);
  padding: 36px 28px 32px;
  border-radius: 2px;
  position: relative;
  transition: transform .5s cubic-bezier(0.16, 1, 0.3, 1), border-color .3s ease;
}
.package-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 2px;
  box-shadow: 0 24px 48px rgba(0,0,0,0.4);
  opacity: 0;
  transition: opacity .4s ease;
  pointer-events: none;
  z-index: -1;
}
@media (hover: hover) {
  .package-card:hover {
    transform: translateY(-6px);
    border-color: var(--border-strong);
  }
  .package-card:hover::after { opacity: 1; }
}
.package-card__label {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.package-card__title {
  font-family: var(--font-headline);
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  font-weight: 700;
  margin-bottom: 0.4rem;
  color: var(--text);
}
.package-card__meta {
  font-size: 0.92rem;
  color: var(--text-dim);
  margin-bottom: 1.2rem;
}
.package-card__price {
  font-family: var(--font-headline);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  color: var(--text);
  margin: 1rem 0 1.5rem;
  display: flex;
  align-items: baseline;
  gap: 0.3em;
}
.package-card__price small {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--text-dim);
}
.package-card__price .euro {
  color: var(--gold);
  font-size: 0.75em;
}
.package-card__divider {
  width: 40px; height: 2px; background: var(--gold); margin-bottom: 1.4rem; opacity: 0.6;
}
.package-card__list { list-style: none; display: grid; gap: 10px; }
.package-card__list li {
  position: relative;
  padding-left: 24px;
  font-size: 0.95rem;
  color: var(--text-dim);
}
.package-card__list li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.6em;
  width: 12px; height: 2px; background: var(--gold);
}
.package-card__list li strong { color: var(--text); font-weight: 600; }

.package-card--featured { border-color: var(--border-strong); }
.package-card--featured::after {
  content: "Beliebt";
  position: absolute;
  top: -11px; right: 20px;
  background: var(--gold);
  color: #111;
  padding: 4px 12px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/* =========================================================
   Feature Blocks (für Dienstleistungen Unterseite)
   ========================================================= */
.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 5vw, 80px);
  align-items: center;
  margin-bottom: clamp(60px, 10vw, 120px);
}
.feature-row:last-child { margin-bottom: 0; }
.feature-row--reverse .feature-row__text { order: 2; }
.feature-row__media {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 2px;
}
.feature-row__media img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.4s cubic-bezier(0.2,0.8,0.2,1);
}
.feature-row__media:hover img { transform: scale(1.05); }
.feature-row__text .kicker { margin-bottom: 1rem; }
.feature-row__text h3 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  margin-bottom: 1rem;
}
.feature-row__text p { margin-bottom: 1.2rem; }
.feature-list { list-style: none; display: grid; gap: 14px; margin-top: 1.5rem; }
.feature-list li {
  padding-left: 32px;
  position: relative;
  font-size: 1rem;
  color: var(--text-dim);
}
.feature-list li strong { color: var(--text); display: block; margin-bottom: 2px; font-weight: 600; }
.feature-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.45em;
  width: 18px; height: 18px;
  background: var(--gold-10);
  border: 1px solid var(--gold);
  border-radius: 50%;
}
.feature-list li::after {
  content: "";
  position: absolute;
  left: 6px; top: 0.75em;
  width: 6px; height: 6px;
  background: var(--gold);
  border-radius: 50%;
}

/* =========================================================
   Anlässe Chip-Row
   ========================================================= */
.tags {
  display: flex; flex-wrap: wrap; gap: 10px; margin-top: 1.5rem;
  justify-content: flex-start;
}
.tags--center { justify-content: center; }
.tag {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  color: var(--text);
  background: var(--gold-04);
}

/* =========================================================
   Highlights / Info Boxes
   ========================================================= */
.info-box {
  background: var(--bg-3);
  border: 1px solid var(--border);
  border-left: 3px solid var(--gold);
  padding: 28px 28px;
  border-radius: 2px;
  margin-top: 2.5rem;
}
.info-box h4 {
  font-family: var(--font-headline);
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
  color: var(--text);
}
.info-box ul { list-style: none; display: grid; gap: 8px; }
.info-box ul li {
  padding-left: 24px;
  position: relative;
  font-size: 0.95rem;
  color: var(--text-dim);
}
.info-box ul li::before {
  content: "✓";
  position: absolute;
  left: 0; top: 0;
  color: var(--gold);
  font-weight: 700;
}

/* =========================================================
   Big CTA Section
   ========================================================= */
.big-cta {
  text-align: center;
  padding: clamp(60px, 10vw, 120px) 0;
  position: relative;
}
.big-cta h2 { margin-bottom: 1rem; }
.big-cta p { max-width: 54ch; margin: 0 auto 2.2rem; }
.big-cta__brush { margin-top: 1rem; }

/* =========================================================
   Gallery (Atmosphäre)
   ========================================================= */
.gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 160px;
  gap: 12px;
  grid-auto-flow: dense;
}
.gallery__item {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}
.gallery__item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.2,0.8,0.2,1);
}
.gallery__item:hover img { transform: scale(1.08); }
/* Masonry-like layout */
.gallery__item:nth-child(1) { grid-column: span 3; grid-row: span 2; }
.gallery__item:nth-child(2) { grid-column: span 3; grid-row: span 1; }
.gallery__item:nth-child(3) { grid-column: span 2; grid-row: span 1; }
.gallery__item:nth-child(4) { grid-column: span 1; grid-row: span 1; }
.gallery__item:nth-child(5) { grid-column: span 2; grid-row: span 2; }
.gallery__item:nth-child(6) { grid-column: span 2; grid-row: span 1; }
.gallery__item:nth-child(7) { grid-column: span 2; grid-row: span 1; }
.gallery__item:nth-child(8) { grid-column: span 2; grid-row: span 1; }
.gallery__item:nth-child(9) { grid-column: span 2; grid-row: span 1; }
.gallery__item:nth-child(10) { grid-column: span 2; grid-row: span 1; }
.gallery__item:nth-child(11) { grid-column: span 2; grid-row: span 1; }
.gallery__item:nth-child(12) { grid-column: span 2; grid-row: span 1; }

@media (max-width: 860px) {
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 140px; }
  .gallery__item:nth-child(n) { grid-column: span 1; grid-row: span 1; }
  .gallery__item:nth-child(1) { grid-column: span 2; grid-row: span 2; }
  .gallery__item:nth-child(12) { grid-column: span 2; }
}

/* =========================================================
   Kontakt-Formular
   ========================================================= */
.contact {
  padding: clamp(60px, 10vw, 120px) 0;
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
  border-top: 1px solid var(--border);
}
.contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 5vw, 80px);
  align-items: flex-start;
}
.contact__intro h2 { margin-bottom: 1.2rem; }
.contact__intro p { margin-bottom: 1rem; color: var(--text-dim); }
.contact__info { margin-top: 2.2rem; display: grid; gap: 18px; }
.contact__info-item {
  display: flex; gap: 14px; align-items: flex-start;
  color: var(--text);
  font-size: 0.95rem;
}
.contact__info-item svg {
  width: 22px; height: 22px;
  color: var(--gold);
  flex-shrink: 0;
  margin-top: 2px;
}
.contact__info-item a { transition: color .2s ease; }
.contact__info-item a:hover { color: var(--gold); }
.contact__whatsapp {
  margin-top: 2rem;
  padding: 22px;
  background: rgba(37, 211, 102, 0.08);
  border: 1px solid rgba(37, 211, 102, 0.3);
  border-radius: 4px;
}
.contact__whatsapp p { margin-bottom: 14px; color: var(--text); font-size: 0.95rem; }

.form { display: grid; gap: 18px; }
.form__field { display: grid; gap: 8px; }
.form__field label {
  font-size: 0.78rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}
.form__field input,
.form__field select,
.form__field textarea {
  background: var(--bg-3);
  border: 1px solid var(--border);
  color: var(--text);
  padding: 14px 16px;
  border-radius: 2px;
  font-size: 1rem;
  transition: border-color .25s ease, background .25s ease;
  width: 100%;
  font-family: inherit;
}
.form__field textarea { resize: vertical; min-height: 120px; }
.form__field input:focus,
.form__field select:focus,
.form__field textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: var(--bg-2);
}
.form__field input::placeholder,
.form__field textarea::placeholder { color: var(--text-mute); }
.form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
@media (max-width: 540px) { .form__row { grid-template-columns: 1fr; } }
.form__consent {
  display: flex; gap: 12px; align-items: flex-start;
  font-size: 0.85rem; color: var(--text-dim);
}
.form__consent input[type="checkbox"] {
  margin-top: 4px;
  width: 16px; height: 16px;
  accent-color: var(--gold);
  flex-shrink: 0;
}
.form__consent a { color: var(--gold); border-bottom: 1px solid var(--gold-dim); }
.form__submit {
  margin-top: 8px;
  width: 100%;
  padding: 18px;
  background: var(--gold);
  color: #111;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background .25s ease, transform .25s ease, box-shadow .3s ease;
}
.form__submit:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 14px 40px rgba(184,137,94,0.3); }
.form__status {
  padding: 14px;
  border-radius: 2px;
  font-size: 0.9rem;
  text-align: center;
}
.form__status.is-success { background: rgba(37,211,102,0.12); color: #7ce5a0; border: 1px solid rgba(37,211,102,0.35); }
.form__status.is-error { background: rgba(255,107,107,0.1); color: #ff9191; border: 1px solid rgba(255,107,107,0.3); }
.form__honey { position: absolute; left: -5000px; }

/* =========================================================
   Footer
   ========================================================= */
.site-footer {
  background: var(--bg-footer);
  padding: 70px 0 30px;
  border-top: 1px solid var(--border);
  color: var(--text-dim);
}
.site-footer__grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 50px;
}
.site-footer__brand img {
  height: 52px;
  width: auto;
  aspect-ratio: 3070 / 1046;
  margin-bottom: 1rem;
}
.site-footer__brand p { font-size: 0.9rem; max-width: 34ch; }
.site-footer h5 {
  font-family: var(--font-headline);
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--text);
  margin-bottom: 1.1rem;
}
.site-footer__list { list-style: none; display: grid; gap: 10px; }
.site-footer__list a {
  font-size: 0.9rem;
  transition: color .2s ease;
}
.site-footer__list a:hover { color: var(--gold); }

.site-footer__notice {
  background: rgba(184,137,94,0.06);
  border: 1px solid var(--border);
  border-radius: 2px;
  padding: 20px 24px;
  margin-bottom: 32px;
  font-size: 0.85rem;
  line-height: 1.7;
  color: var(--text-dim);
}
.site-footer__notice strong { color: var(--gold); font-weight: 600; }

.site-footer__bottom {
  border-top: 1px solid var(--border);
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: 0.82rem;
}
.site-footer__legal { display: flex; gap: 20px; flex-wrap: wrap; }
.site-footer__legal a { transition: color .2s ease; }
.site-footer__legal a:hover { color: var(--gold); }

.clarum-credit {
  display: inline-flex; align-items: center; gap: 14px;
  padding: 10px 18px;
  border: 1px solid var(--border);
  border-radius: 2px;
  transition: border-color .25s ease, background .25s ease, opacity .25s ease;
  font-size: 0.82rem;
  color: var(--text-dim);
}
.clarum-credit:hover { border-color: var(--gold); background: var(--gold-10); color: var(--text); }
.clarum-credit img {
  height: 32px;
  width: auto;
  aspect-ratio: 600 / 155;
  opacity: 0.85;
  transition: opacity .25s ease, filter .25s ease;
}
.clarum-credit:hover img { opacity: 1; }
.clarum-credit span { letter-spacing: 0.06em; }

/* =========================================================
   Legal Pages (Impressum / Datenschutz)
   ========================================================= */
.legal-hero {
  padding: 180px 0 60px;
  border-bottom: 1px solid var(--border);
  background: linear-gradient(180deg, var(--bg-2) 0%, var(--bg) 100%);
}
.legal-hero h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); margin-bottom: 0.6rem; }
.legal-hero p { color: var(--text-dim); max-width: 60ch; }

.legal-content {
  padding: 60px 0 120px;
  max-width: 820px;
  margin: 0 auto;
}
.legal-content h2 {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  margin: 2.5rem 0 1rem;
  color: var(--gold);
  padding-bottom: 0.6rem;
  border-bottom: 1px solid var(--border);
}
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 {
  font-size: 1.15rem;
  margin: 1.6rem 0 0.6rem;
  color: var(--text);
}
.legal-content p,
.legal-content ul {
  font-size: 0.98rem;
  color: var(--text-dim);
  margin-bottom: 1rem;
  line-height: 1.75;
}
.legal-content ul { padding-left: 22px; }
.legal-content li { margin-bottom: 0.4rem; }
.legal-content a { color: var(--gold); border-bottom: 1px solid var(--gold-dim); }

.legal-content__clarum {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.legal-content__clarum span { font-size: 0.88rem; color: var(--text-dim); }
.legal-content__clarum a {
  display: inline-flex;
  align-items: center;
  border: 0;
  padding: 4px 0;
  transition: opacity .25s ease;
}
.legal-content__clarum a img {
  height: 44px;
  width: auto;
  aspect-ratio: 600 / 155;
  opacity: 0.88;
  transition: opacity .25s ease;
}
.legal-content__clarum a:hover img { opacity: 1; }

/* =========================================================
   Scroll Reveal Animations (smooth, subtle)
   ========================================================= */
.reveal {
  opacity: 0;
  transform: translate3d(0, 32px, 0);
  transition:
    opacity 1.05s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.05s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.is-visible { opacity: 1; transform: translate3d(0, 0, 0); }
.reveal--delay-1 { transition-delay: .08s; }
.reveal--delay-2 { transition-delay: .16s; }
.reveal--delay-3 { transition-delay: .24s; }
.reveal--delay-4 { transition-delay: .32s; }

.reveal--scale {
  opacity: 0;
  transform: scale(0.96) translate3d(0, 16px, 0);
  transition:
    opacity 1.1s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.1s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal--scale.is-visible { opacity: 1; transform: scale(1) translate3d(0, 0, 0); }

.reveal--right {
  opacity: 0;
  transform: translate3d(28px, 0, 0);
  transition:
    opacity 1.1s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.1s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal--right.is-visible { opacity: 1; transform: translate3d(0,0,0); }
.reveal--left {
  opacity: 0;
  transform: translate3d(-28px, 0, 0);
  transition:
    opacity 1.1s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.1s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal--left.is-visible { opacity: 1; transform: translate3d(0,0,0); }

/* Gallery auto-stagger */
.gallery .gallery__item.reveal--scale:nth-child(1) { transition-delay: 0s; }
.gallery .gallery__item.reveal--scale:nth-child(2) { transition-delay: .08s; }
.gallery .gallery__item.reveal--scale:nth-child(3) { transition-delay: .16s; }
.gallery .gallery__item.reveal--scale:nth-child(4) { transition-delay: .24s; }
.gallery .gallery__item.reveal--scale:nth-child(5) { transition-delay: .32s; }
.gallery .gallery__item.reveal--scale:nth-child(6) { transition-delay: .40s; }
.gallery .gallery__item.reveal--scale:nth-child(7) { transition-delay: .48s; }
.gallery .gallery__item.reveal--scale:nth-child(8) { transition-delay: .56s; }
.gallery .gallery__item.reveal--scale:nth-child(9) { transition-delay: .64s; }
.gallery .gallery__item.reveal--scale:nth-child(10) { transition-delay: .72s; }
.gallery .gallery__item.reveal--scale:nth-child(11) { transition-delay: .80s; }
.gallery .gallery__item.reveal--scale:nth-child(12) { transition-delay: .88s; }

/* Auto-stagger kicker + h2 + p within sec-head for smoother reveals */
.sec-head.reveal .kicker { transition-delay: 0s; }
.sec-head.reveal h2 { transition-delay: .1s; }
.sec-head.reveal p { transition-delay: .2s; }

@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal--scale, .reveal--right, .reveal--left { opacity: 1 !important; transform: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
  .hero__media img { transform: none !important; transition: none !important; }
  .hero__scroll::after { animation: none; }
}

/* =========================================================
   Floating WhatsApp Button (Mobile-friendly)
   ========================================================= */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 58px;
  height: 58px;
  background: #25D366;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 30px rgba(37,211,102,0.4);
  z-index: 90;
  transition: transform .25s ease, box-shadow .25s ease;
}
.whatsapp-float:hover { transform: scale(1.08); }
.whatsapp-float svg { width: 30px; height: 30px; color: #fff; }
@media (max-width: 600px) {
  .whatsapp-float { width: 52px; height: 52px; bottom: 16px; right: 16px; }
  .whatsapp-float svg { width: 26px; height: 26px; }
}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 960px) {
  .contact__grid { grid-template-columns: 1fr; }
  .feature-row { grid-template-columns: 1fr; gap: 30px; }
  .feature-row--reverse .feature-row__text { order: 0; }
  .feature-row__media { aspect-ratio: 16/11; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .site-footer__grid { grid-template-columns: 1fr; gap: 36px; }
  .site-footer__bottom { flex-direction: column; align-items: flex-start; }
  .hero { padding: 100px 0 70px; }
  .hero__actions .btn { width: 100%; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .btn { padding: 0.9rem 1.4rem; font-size: 0.88rem; }
  .category-card { aspect-ratio: 3/4; }
  .site-header__logo img { height: 32px; }
  .site-header__back { padding: 8px 12px; font-size: 0.78rem; }
}
@media (max-width: 420px) {
  .container { padding: 0 18px; }
  .hero__title { font-size: clamp(2.2rem, 11vw, 3rem); }
}
