
:root {
  --acc: #8b0000;
  --acc2: #5c0000;
  --acc-rgb: 139, 0, 0;
  --bg: #faf8f5;
  --text: #1a1a1a;
  --text-dim: #6e6e6e;
  --border: #e8e4dc;
  --card: #ffffff;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Manrope', -apple-system, sans-serif;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
  cursor: none;
  line-height: 1.5;
}
.container { max-width: 1280px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 60px); }

/* CURSOR (gleich wie premium) */
.cursor { position: fixed; width: 40px; height: 40px; border: 1.5px solid var(--acc); border-radius: 50%; pointer-events: none; z-index: 9999; transition: width .25s, height .25s, background .25s; mix-blend-mode: difference; }
.cursor.on { width: 60px; height: 60px; background: rgba(var(--acc-rgb), 0.15); }
.cursor-dot { position: fixed; width: 6px; height: 6px; background: var(--acc); border-radius: 50%; pointer-events: none; z-index: 9999; }
@media (max-width: 900px) { body { cursor: auto; } .cursor, .cursor-dot { display: none; } }

/* HEADER */
.mag-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 24px 0; transition: all .4s cubic-bezier(.4,0,.2,1); }
.mag-header.scrolled { background: rgba(250,248,245,0.92); backdrop-filter: blur(20px); padding: 14px 0; box-shadow: 0 1px 0 var(--border); }
.mag-header-inner { max-width: 1280px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 60px); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.mag-logo { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 900; color: var(--text); text-decoration: none; letter-spacing: -.5px; }
.mag-nav { display: flex; gap: 36px; }
.mag-nav a { color: var(--text); text-decoration: none; font-size: 13px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; transition: color .2s; }
.mag-nav a:hover { color: var(--acc); }
.mag-call { display: inline-flex; align-items: center; gap: 8px; padding: 12px 22px; background: var(--text); color: #fff !important; text-decoration: none; border-radius: 0; font-size: 12px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; transition: all .25s; }
.mag-call:hover { background: var(--acc); }
@media (max-width: 700px) { .mag-nav { display: none; } }

/* HERO */
.mag-hero { min-height: 100vh; display: flex; align-items: center; padding: 120px 0 60px; }
.mag-hero-grid { max-width: 1280px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 60px); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: center; width: 100%; }
.mag-eyebrow { display: inline-block; font-size: 11px; letter-spacing: 4px; text-transform: uppercase; color: var(--acc); font-weight: 700; margin-bottom: 20px; }
.mag-hero-title { font-family: 'Playfair Display', serif; font-size: clamp(42px, 6.5vw, 90px); line-height: 1; font-weight: 700; letter-spacing: -2px; margin-bottom: clamp(20px, 3vw, 32px); }
.mag-line { display: block; overflow: hidden; }
.mag-line span { display: inline-block; transform: translateY(110%); transition: transform 1.2s cubic-bezier(.16,1,.3,1); }
.mag-line.in span { transform: translateY(0); }
.mag-line:nth-child(2) span { transition-delay: .15s; }
.mag-hero-title .ital { font-style: italic; color: var(--acc); font-weight: 500; }
.mag-hero-sub { font-size: clamp(15px, 1.4vw, 18px); line-height: 1.7; color: var(--text-dim); margin-bottom: clamp(28px, 4vw, 40px); max-width: 520px; }
.mag-hero-cta { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.mag-btn { display: inline-flex; align-items: center; padding: 18px 32px; background: var(--text); color: #fff !important; text-decoration: none; font-size: 13px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; transition: all .3s; }
.mag-btn:hover { background: var(--acc); transform: translateY(-2px); }
.mag-link { color: var(--text); text-decoration: none; font-size: 15px; font-weight: 600; border-bottom: 1px solid var(--text); padding-bottom: 2px; transition: all .2s; }
.mag-link:hover { color: var(--acc); border-color: var(--acc); }

.mag-hero-visual { position: relative; aspect-ratio: 4/5; }
.mag-hero-img { position: absolute; inset: 0; background-size: cover; background-position: center; border-radius: 4px; transition: transform .1s linear; box-shadow: 0 40px 80px rgba(0,0,0,0.15); }
.mag-hero-card { position: absolute; bottom: -30px; right: -30px; background: #fff; padding: 20px 26px; box-shadow: 0 30px 60px rgba(0,0,0,0.12); display: flex; align-items: center; gap: 14px; max-width: 280px; border-left: 3px solid var(--acc); }
.mag-pulse { width: 10px; height: 10px; background: #22c55e; border-radius: 50%; box-shadow: 0 0 12px #22c55e; animation: pulse 2s infinite; flex-shrink: 0; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .4; } }
.mag-hero-card strong { display: block; font-size: 14px; color: var(--text); margin-bottom: 2px; }
.mag-hero-card span { font-size: 12px; color: var(--text-dim); }
@media (max-width: 800px) { .mag-hero-grid { grid-template-columns: 1fr; } .mag-hero-card { right: 20px; bottom: 20px; } }

/* REVEAL */
.reveal { opacity: 0; transform: translateY(40px); transition: opacity .9s cubic-bezier(.16,1,.3,1), transform .9s cubic-bezier(.16,1,.3,1); }
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal-scale { opacity: 0; transform: scale(.95); transition: opacity 1.1s cubic-bezier(.16,1,.3,1), transform 1.1s cubic-bezier(.16,1,.3,1); }
.reveal-scale.in { opacity: 1; transform: scale(1); }

/* MARQUEE */
.marquee { overflow: hidden; background: var(--text); color: #fff; padding: 22px 0; border-top: 1px solid var(--text); border-bottom: 1px solid var(--text); }
.marquee-track { display: flex; gap: 60px; animation: scroll 30s linear infinite; white-space: nowrap; font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 500; font-style: italic; }
.marquee-item { display: inline-flex; align-items: center; gap: 30px; }
.marquee-item::after { content: '◆'; color: var(--acc); font-size: 14px; }
@keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* STATS */
.mag-stats { padding: clamp(70px, 9vw, 110px) 0; background: var(--bg); }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: clamp(20px, 3vw, 40px); }
.stat-card { text-align: center; padding: 32px 20px; border-top: 2px solid var(--text); background: transparent; }
.stat-card strong { display: block; font-family: 'Playfair Display', serif; font-size: clamp(36px, 4vw, 52px); font-weight: 700; color: var(--text); margin-bottom: 8px; line-height: 1; }
.stat-card span { font-size: 11px; color: var(--text-dim); letter-spacing: 2px; text-transform: uppercase; }

/* STORY */
.mag-story { padding: clamp(80px, 12vw, 140px) 0; background: var(--card); }
.mag-story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.mag-story-img { aspect-ratio: 4/5; overflow: hidden; border-radius: 4px; box-shadow: 0 30px 60px rgba(0,0,0,0.1); }
.mag-story-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 1.2s; }
.mag-story-img:hover img { transform: scale(1.05); }
.mag-story-text h2 { font-family: 'Playfair Display', serif; font-size: clamp(32px, 4vw, 52px); line-height: 1.1; font-weight: 700; letter-spacing: -1.5px; margin-bottom: 24px; color: var(--text); }
.mag-story-text p { font-size: clamp(15px, 1.2vw, 17px); line-height: 1.8; color: var(--text-dim); margin-bottom: 16px; }
@media (max-width: 800px) { .mag-story-grid { grid-template-columns: 1fr; } }

/* MENU */
.mag-menu { padding: clamp(80px, 12vw, 140px) 0; background: var(--bg); }
.section-head { text-align: center; margin-bottom: clamp(50px, 8vw, 80px); }
.section-head h2 { font-family: 'Playfair Display', serif; font-size: clamp(36px, 5vw, 64px); line-height: 1.05; font-weight: 700; letter-spacing: -2px; color: var(--text); }
.mag-menu-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: clamp(24px, 3vw, 36px); }
.mag-card { background: var(--card); padding: clamp(28px, 3vw, 40px); border: 1px solid var(--border); border-radius: 4px; transition: all .35s cubic-bezier(.16,1,.3,1); cursor: pointer; transform-style: preserve-3d; }
.mag-card:hover { border-color: var(--acc); box-shadow: 0 30px 60px rgba(0,0,0,0.08); }
.mag-card-num { font-family: 'Playfair Display', serif; font-style: italic; font-size: 18px; color: var(--acc); margin-bottom: 16px; }
.mag-card h3 { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 600; margin-bottom: 12px; color: var(--text); letter-spacing: -.5px; }
.mag-card p { font-size: 14px; line-height: 1.7; color: var(--text-dim); }

/* TESTIMONIAL */
.mag-testimonial { padding: clamp(80px, 12vw, 140px) 0; background: var(--text); color: #fff; text-align: center; }
.mag-testimonial .container { max-width: 900px; }
.quote-icon { color: var(--acc); opacity: .35; margin-bottom: 30px; }
.testimonial-text { font-family: 'Playfair Display', serif; font-size: clamp(24px, 3vw, 38px); line-height: 1.4; font-weight: 500; font-style: italic; letter-spacing: -0.8px; margin-bottom: 28px; }
.testimonial-by { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,0.6); }

/* KONTAKT */
.mag-kontakt { padding: clamp(80px, 12vw, 140px) 0 60px; background: var(--card); }
.mag-kontakt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: start; }
.mag-kontakt-grid h2 { font-family: 'Playfair Display', serif; font-size: clamp(32px, 4vw, 52px); line-height: 1.1; font-weight: 700; letter-spacing: -1.5px; margin-bottom: 20px; color: var(--text); }
.mag-kontakt-grid > div > p { font-size: clamp(15px, 1.2vw, 17px); line-height: 1.6; color: var(--text-dim); margin-bottom: 36px; }
.mag-info { border-top: 1px solid var(--border); }
.mag-info-row { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--border); text-decoration: none; color: var(--text); transition: color .2s; }
.mag-info-row:hover { color: var(--acc); }
.mag-info-l { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--text-dim); font-weight: 600; }
.mag-info-v { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 500; }

.mag-form { background: var(--bg); padding: clamp(28px, 3vw, 40px); border: 1px solid var(--border); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mag-form input, .mag-form textarea { width: 100%; padding: 16px 18px; border: 1px solid var(--border); border-radius: 0; font-family: inherit; font-size: 14px; margin-bottom: 12px; background: #fff; color: var(--text); transition: border .2s; }
.mag-form input:focus, .mag-form textarea:focus { outline: none; border-color: var(--acc); }
.mag-form button { width: 100%; padding: 18px; background: var(--text); color: #fff; border: 0; font-size: 13px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; transition: background .25s; }
.mag-form button:hover { background: var(--acc); }
@media (max-width: 800px) { .mag-kontakt-grid { grid-template-columns: 1fr; } .form-row { grid-template-columns: 1fr; } }

.maps-wrap { max-width: 1280px; margin: 60px auto 0; padding: 0 clamp(20px, 4vw, 60px); }
.maps-wrap iframe { border-radius: 4px; }

/* FOOTER */
.mag-footer { background: var(--text); color: #fff; padding: 60px 0 30px; }
.footer-grid { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 30px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-logo { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 700; }
.footer-tag { color: rgba(255,255,255,0.5); font-size: 13px; margin-top: 6px; letter-spacing: 2px; text-transform: uppercase; }
.footer-meta { display: flex; flex-direction: column; gap: 6px; text-align: right; color: rgba(255,255,255,0.6); font-size: 13px; }
.footer-bottom { padding-top: 30px; text-align: center; color: rgba(255,255,255,0.4); font-size: 11px; letter-spacing: 1px; }

/* FLOATING BUTTONS */
.floating-buttons { position: fixed; right: 22px; bottom: 22px; display: flex; flex-direction: column; gap: 12px; z-index: 99; }
.float-btn { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; text-decoration: none; box-shadow: 0 10px 30px rgba(0,0,0,0.2); transition: all .25s; animation: floatIn .6s cubic-bezier(.16,1,.3,1) .8s both; }
.float-btn:hover { transform: scale(1.1); }
.float-call { background: var(--acc); }
.float-wa { background: #25d366; }
@keyframes floatIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
