
:root {
  --acc: #d97706;
  --acc2: #92400e;
  --acc-rgb: 217, 119, 6;
  --bg: #fafafa;
  --bg-dark: #0a0a0a;
  --text: #0a0a0a;
  --text-dim: #525252;
  --border: #e5e5e5;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Space Grotesk', sans-serif; background: var(--bg); color: var(--text); overflow-x: hidden; cursor: none; line-height: 1.5; }
.container { max-width: 1320px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 60px); }

.cursor { position: fixed; width: 40px; height: 40px; background: var(--acc); border-radius: 0; pointer-events: none; z-index: 9999; transition: width .2s, height .2s; mix-blend-mode: multiply; opacity: 0.7; }
.cursor.on { width: 60px; height: 60px; }
.cursor-dot { position: fixed; width: 6px; height: 6px; background: #fff; border-radius: 0; pointer-events: none; z-index: 9999; }
@media (max-width: 900px) { body { cursor: auto; } .cursor, .cursor-dot { display: none; } }

/* HEADER */
.bold-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 22px 0; transition: all .35s; background: transparent; }
.bold-header.scrolled { background: #fff; padding: 14px 0; border-bottom: 2px solid var(--text); }
.bold-header-inner { max-width: 1320px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 60px); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.bold-logo { display: inline-flex; align-items: center; gap: 12px; font-family: 'Bebas Neue', sans-serif; font-size: 26px; letter-spacing: 2px; color: var(--text); text-decoration: none; text-transform: uppercase; }
.bold-mark { width: 14px; height: 14px; background: var(--acc); display: inline-block; }
.bold-nav { display: flex; gap: 36px; }
.bold-nav a { color: var(--text); text-decoration: none; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; position: relative; transition: color .2s; }
.bold-nav a:hover { color: var(--acc); }
.bold-cta { padding: 14px 26px; background: var(--text); color: #fff !important; text-decoration: none; font-size: 13px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; transition: all .25s; }
.bold-cta:hover { background: var(--acc); }
@media (max-width: 700px) { .bold-nav { display: none; } }

/* HERO */
.bold-hero { min-height: 100vh; display: flex; align-items: center; padding: 110px 0 60px; background: var(--bg); position: relative; }
.bold-hero-grid { max-width: 1320px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 60px); display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: center; width: 100%; }
.bold-tag { display: inline-flex; align-items: center; gap: 10px; padding: 8px 16px; background: var(--text); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: clamp(20px, 3vw, 32px); }
.bold-dot { width: 8px; height: 8px; background: var(--acc); border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity:1; } 50% { opacity:.4; } }
.bold-hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(60px, 10vw, 150px); line-height: 0.88; font-weight: 400; letter-spacing: -2px; margin-bottom: clamp(20px, 3vw, 32px); text-transform: uppercase; }
.bold-line { display: block; overflow: hidden; }
.bold-line span { display: inline-block; transform: translateY(110%); transition: transform 1.2s cubic-bezier(.16,1,.3,1); }
.bold-line.in span { transform: translateY(0); }
.bold-line:nth-child(2) span { transition-delay: .15s; color: var(--acc); }
.bold-hero-sub { font-size: clamp(16px, 1.4vw, 19px); line-height: 1.6; color: var(--text-dim); margin-bottom: clamp(28px, 4vw, 40px); max-width: 540px; }
.bold-hero-cta { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.bold-btn-primary { display: inline-flex; align-items: center; padding: 18px 32px; background: var(--text); color: #fff !important; text-decoration: none; font-size: 14px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; transition: all .25s; }
.bold-btn-primary:hover { background: var(--acc); transform: translate(-2px, -2px); box-shadow: 4px 4px 0 var(--text); }
.bold-btn-link { color: var(--text); text-decoration: none; font-size: 16px; font-weight: 700; letter-spacing: 1px; border-bottom: 2px solid var(--acc); padding-bottom: 4px; transition: color .2s; }
.bold-btn-link:hover { color: var(--acc); }

.bold-hero-visual { position: relative; aspect-ratio: 1/1.1; }
.bold-hero-img { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform .1s linear; z-index: 2; }
.bold-corner-1 { position: absolute; top: -16px; right: -16px; width: 80px; height: 80px; background: var(--acc); z-index: 1; }
.bold-corner-2 { position: absolute; bottom: -16px; left: -16px; width: 60px; height: 60px; background: var(--text); z-index: 1; }
@media (max-width: 800px) { .bold-hero-grid { grid-template-columns: 1fr; } }

/* 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 1s cubic-bezier(.16,1,.3,1), transform 1s cubic-bezier(.16,1,.3,1); }
.reveal-scale.in { opacity: 1; transform: scale(1); }
.reveal-left { opacity: 0; transform: translateX(-40px); transition: opacity .9s cubic-bezier(.16,1,.3,1), transform .9s cubic-bezier(.16,1,.3,1); }
.reveal-left.in { opacity: 1; transform: translateX(0); }

/* MARQUEE */
.marquee { overflow: hidden; background: var(--acc); color: var(--text); padding: 22px 0; }
.marquee-track { display: flex; gap: 50px; animation: scroll 20s linear infinite; white-space: nowrap; font-family: 'Bebas Neue', sans-serif; font-size: 28px; letter-spacing: 2px; text-transform: uppercase; }
.marquee-item { display: inline-flex; align-items: center; gap: 30px; }
.marquee-item::after { content: '◆'; }
@keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* STATS */
.bold-stats { padding: clamp(70px, 9vw, 110px) 0; background: var(--bg); }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 0; border-top: 2px solid var(--text); border-left: 2px solid var(--text); }
.stat-card { padding: 36px 28px; border-right: 2px solid var(--text); border-bottom: 2px solid var(--text); background: var(--bg); transition: background .25s; }
.stat-card:hover { background: var(--acc); color: #fff; }
.stat-card strong { display: block; font-family: 'Bebas Neue', sans-serif; font-size: clamp(40px, 4.5vw, 60px); font-weight: 400; color: var(--text); margin-bottom: 4px; line-height: 1; letter-spacing: 1px; }
.stat-card:hover strong { color: #fff; }
.stat-card span { font-size: 11px; color: var(--text-dim); letter-spacing: 2px; text-transform: uppercase; font-weight: 600; }
.stat-card:hover span { color: rgba(255,255,255,0.9); }

/* ABOUT */
.bold-about { padding: clamp(80px, 12vw, 130px) 0; background: var(--text); color: #fff; }
.bold-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.bold-eyebrow { display: inline-block; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--acc); font-weight: 700; margin-bottom: 16px; }
.bold-about-text h2, .bold-leistungen h2, .bold-kontakt h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(48px, 6vw, 80px); line-height: 1; font-weight: 400; letter-spacing: -1px; margin-bottom: 28px; text-transform: uppercase; }
.bold-about-text p { font-size: clamp(15px, 1.2vw, 17px); line-height: 1.75; color: rgba(255,255,255,0.75); margin-bottom: 16px; }
.bold-about-img { aspect-ratio: 4/5; overflow: hidden; }
.bold-about-img img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.3); transition: filter .8s, transform 1.2s; }
.bold-about-img:hover img { filter: grayscale(0); transform: scale(1.05); }
@media (max-width: 800px) { .bold-about-grid { grid-template-columns: 1fr; } }

/* LEISTUNGEN */
.bold-leistungen { padding: clamp(80px, 12vw, 130px) 0; background: var(--bg); }
.section-head { margin-bottom: clamp(50px, 8vw, 80px); }
.section-head h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(60px, 8vw, 130px); letter-spacing: -1px; }
.bold-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 0; border-top: 2px solid var(--text); border-left: 2px solid var(--text); }
.bold-card { padding: clamp(28px, 3vw, 40px); border-right: 2px solid var(--text); border-bottom: 2px solid var(--text); background: var(--bg); cursor: pointer; transition: all .35s; position: relative; }
.bold-card:hover { background: var(--text); color: #fff; }
.bold-card-num { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--acc); margin-bottom: 16px; }
.bold-card h3 { font-family: 'Bebas Neue', sans-serif; font-size: 28px; font-weight: 400; letter-spacing: 0.5px; margin-bottom: 12px; text-transform: uppercase; }
.bold-card p { font-size: 14px; line-height: 1.6; color: var(--text-dim); transition: color .35s; }
.bold-card:hover p { color: rgba(255,255,255,0.8); }

/* TESTIMONIAL */
.bold-testimonial { padding: clamp(80px, 12vw, 140px) 0; background: var(--acc); color: var(--text); text-align: center; }
.bold-testimonial .container { max-width: 900px; }
.testimonial-text { font-family: 'Bebas Neue', sans-serif; font-size: clamp(32px, 4vw, 56px); line-height: 1.2; letter-spacing: -1px; margin-bottom: 28px; text-transform: uppercase; }
.testimonial-by { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; font-weight: 700; }

/* KONTAKT */
.bold-kontakt { padding: clamp(80px, 12vw, 130px) 0 60px; background: var(--bg); }
.bold-kontakt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: start; }
.bold-kontakt > div p { font-size: clamp(15px, 1.2vw, 17px); line-height: 1.6; color: var(--text-dim); margin-bottom: 36px; }
.bold-info { border-top: 2px solid var(--text); }
.bold-info-row { display: flex; justify-content: space-between; align-items: center; padding: 22px 0; border-bottom: 2px solid var(--text); text-decoration: none; color: var(--text); font-weight: 600; font-size: 18px; transition: padding-left .25s, color .2s; }
.bold-info-row:hover { padding-left: 12px; color: var(--acc); }
.bold-info-row .arrow { color: var(--acc); }

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

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

.bold-footer { background: var(--text); color: #fff; padding: 60px 0 30px; }
.footer-grid { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 30px; padding-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-logo { font-family: 'Bebas Neue', sans-serif; font-size: 28px; letter-spacing: 2px; text-transform: uppercase; }
.footer-tag { color: rgba(255,255,255,0.5); font-size: 12px; margin-top: 6px; letter-spacing: 2px; text-transform: uppercase; }
.footer-meta { display: flex; flex-direction: column; gap: 4px; text-align: right; color: rgba(255,255,255,0.6); font-size: 13px; }
.footer-bottom { padding-top: 25px; text-align: center; color: rgba(255,255,255,0.35); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; }

.floating-buttons { position: fixed; right: 22px; bottom: 22px; display: flex; flex-direction: column; gap: 12px; z-index: 99; }
.float-btn { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; color: #fff; text-decoration: none; box-shadow: 4px 4px 0 var(--text); transition: all .25s; animation: floatIn .6s cubic-bezier(.16,1,.3,1) .8s both; }
.float-btn:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--text); }
.float-call { background: var(--acc); }
.float-wa { background: #25d366; }
@keyframes floatIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
