/* =====================================================
   ADOLF DOLEZEL GMBH — Bold Modern Design System
   ===================================================== */
:root {
  --petrol: #009a93;
  --petrol-deep: #006A65;
  --petrol-dark: #003E3B;
  --petrol-soft: rgba(0,154,147,0.08);
  --ink: #0A0F0E;
  --ink-2: #1A2421;
  --ink-3: #3A4540;
  --paper: #FFFFFF;
  --paper-2: #F4F1EB;
  --paper-3: #E8E2D5;
  --line: rgba(10,15,14,0.10);
  --line-strong: rgba(10,15,14,0.20);
  --line-d: rgba(255,255,255,0.10);
  --muted: #6E7672;
  --warm: #B8884A;
  --sale: #D14B3A;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--paper-2); color: var(--ink);
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
  line-height: 1.5; font-size: 15px;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

/* ===== TYPOGRAPHY ===== */
h1, h2, h3, h4 { font-weight: 700; letter-spacing: -0.025em; line-height: 1.0; }
.display { font-weight: 800; letter-spacing: -0.035em; line-height: 0.92; }
.display em, h2 em, h1 em { font-style: normal; color: var(--petrol); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  font-weight: 700; color: var(--petrol);
}
.eyebrow::before { content: ""; width: 24px; height: 2px; background: var(--petrol); }
.eyebrow.light { color: var(--petrol); }
.eyebrow.light::before { background: var(--petrol); }

/* ===== NAV ===== */
nav.top {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 16px 32px; display: flex; justify-content: space-between; align-items: center;
  background: var(--ink); color: #fff;
  border-bottom: 3px solid var(--petrol);
}
nav .brand { display: flex; align-items: center; gap: 12px; }
nav .brand .mark {
  width: 38px; height: 38px; background: var(--petrol); color: #fff;
  display: grid; place-items: center; font-weight: 800; font-size: 18px;
}
nav .brand .name { font-weight: 700; font-size: 15px; }
nav .brand .name small {
  display: block; font-size: 9px; color: rgba(255,255,255,0.6);
  letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600;
}
nav ul { display: flex; gap: 26px; list-style: none; align-items: center; }
nav ul a {
  font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.78);
  transition: color 0.2s; position: relative; padding: 4px 0;
  letter-spacing: 0.02em;
}
nav ul a:hover { color: #fff; }
nav ul a.active { color: #fff; }
nav ul a::after {
  content: ""; position: absolute; bottom: -2px; left: 0; right: 0;
  height: 2px; background: var(--petrol);
  transform: scaleX(0); transform-origin: right; transition: transform 0.3s;
}
nav ul a.active::after { transform: scaleX(1); transform-origin: left; }
nav ul a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-right { display: flex; align-items: center; gap: 14px; }
.cart-btn {
  background: transparent; border: 1px solid rgba(255,255,255,0.2); color: #fff;
  padding: 9px 14px; font-size: 12px; font-weight: 600;
  display: inline-flex; align-items: center; gap: 8px;
  transition: all 0.25s;
}
.cart-btn:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.4); }
.cart-btn .count {
  background: var(--petrol); color: #fff; padding: 2px 7px;
  font-weight: 800; font-size: 11px;
}
nav .cta {
  background: var(--petrol); color: #fff;
  padding: 11px 18px; font-size: 12px; font-weight: 700;
  display: inline-flex; align-items: center; gap: 8px;
  letter-spacing: 0.03em; transition: all 0.25s;
}
nav .cta:hover { background: #fff; color: var(--ink); }
.burger { display: none; background: transparent; border: none; color: #fff; cursor: pointer; padding: 6px 8px; }

/* ===== BUTTONS ===== */
.btn-primary, .btn-secondary, .btn-tert {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 13px 24px; font-size: 13px; font-weight: 700; letter-spacing: 0.03em;
  transition: all 0.25s; border: 2px solid transparent; text-transform: uppercase;
  cursor: pointer;
}
.btn-primary { background: var(--ink); color: #fff; }
.btn-primary:hover { background: var(--petrol); transform: translateY(-1px); }
.btn-secondary { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-secondary:hover { background: var(--ink); color: #fff; }
.btn-tert { background: var(--petrol); color: #fff; }
.btn-tert:hover { background: var(--petrol-deep); }
.arrow { transition: transform 0.25s; font-size: 16px; }
.btn-primary:hover .arrow, .btn-secondary:hover .arrow, .btn-tert:hover .arrow { transform: translateX(3px); }

/* ===== PAGE HERO (subpages) ===== */
.page-hero {
  padding: 140px 32px 80px;
  background: var(--ink); color: #fff;
  border-bottom: 3px solid var(--petrol);
  position: relative; overflow: hidden;
}
.page-hero::before {
  content: ""; position: absolute; top: -50%; right: -10%; width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(0,154,147,0.15), transparent 60%);
  filter: blur(40px); pointer-events: none;
}
.page-hero .container { position: relative; z-index: 2; max-width: 1320px; margin: 0 auto; }
.page-hero .crumb {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  font-weight: 600; color: rgba(255,255,255,0.5); margin-bottom: 24px;
}
.page-hero .crumb a:hover { color: var(--petrol); }
.page-hero h1 { font-size: 72px; max-width: 920px; color: #fff; font-weight: 800; line-height: 0.95; }
.page-hero h1 em { color: var(--petrol); font-style: normal; }
.page-hero .lead {
  font-size: 18px; color: rgba(255,255,255,0.7); margin-top: 28px;
  max-width: 600px; line-height: 1.5;
}
.page-hero .stat-row {
  margin-top: 48px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.15);
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.page-hero .stat-row .x .l { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.4); font-weight: 700; }
.page-hero .stat-row .x .v { font-weight: 800; font-size: 24px; margin-top: 6px; color: var(--petrol); letter-spacing: -0.02em; }

/* ===== STATS STRIP ===== */
.stats-strip { background: var(--petrol); color: #fff; padding: 36px 32px; }
.stats-strip .container { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stats-strip .x .n { font-size: 42px; font-weight: 800; letter-spacing: -0.03em; line-height: 1; }
.stats-strip .x .l { font-size: 12px; margin-top: 8px; opacity: 0.85; letter-spacing: 0.04em; font-weight: 500; }

/* ===== SECTION HEAD ===== */
section { padding: 100px 32px; }
.container { max-width: 1320px; margin: 0 auto; }
.section-head { max-width: 880px; margin-bottom: 56px; }
.section-head h2 { font-size: 52px; margin-top: 16px; }
.section-head p { font-size: 16px; color: var(--ink-3); margin-top: 18px; line-height: 1.6; max-width: 580px; }

/* ===== CTA BAND ===== */
.cta-band {
  background: var(--petrol); color: #fff;
  padding: 80px 32px; position: relative; overflow: hidden;
}
.cta-band::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(255,255,255,0.13), transparent 50%);
}
.cta-band .container { position: relative; z-index: 2; display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: center; }
.cta-band h2 { font-size: 52px; color: #fff; line-height: 0.95; }
.cta-band h2 em { color: var(--ink); font-style: normal; }
.cta-band p { margin-top: 16px; opacity: 0.85; font-size: 15px; max-width: 460px; line-height: 1.55; }
.cta-band .row { display: flex; gap: 10px; flex-wrap: wrap; }
.cta-band .btn-primary { background: var(--ink); color: #fff; }
.cta-band .btn-primary:hover { background: #fff; color: var(--ink); }
.cta-band .btn-secondary { color: #fff; border-color: rgba(255,255,255,0.5); }
.cta-band .btn-secondary:hover { background: #fff; color: var(--petrol); border-color: #fff; }

/* ===== FOOTER ===== */
footer.site { background: var(--ink); color: #fff; padding: 64px 32px 24px; }
.foot-top {
  max-width: 1320px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 40px; padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.foot-top h5 {
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--petrol); margin-bottom: 16px; font-weight: 700;
}
.foot-top ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.foot-top a, .foot-top li { font-size: 13px; opacity: 0.75; transition: all 0.2s; }
.foot-top a:hover { opacity: 1; color: var(--petrol); }
.foot-top .brand-foot { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.foot-top .brand-foot .mark { width: 36px; height: 36px; background: var(--petrol); display: grid; place-items: center; font-weight: 800; font-size: 18px; }
.foot-top .brand-foot .name { font-weight: 700; font-size: 16px; }
.foot-top p { font-size: 13px; opacity: 0.65; line-height: 1.6; max-width: 320px; }
.foot-bot {
  max-width: 1320px; margin: 24px auto 0;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 11px; color: rgba(255,255,255,0.4); letter-spacing: 0.06em;
}
.foot-bot a:hover { color: var(--petrol); }

/* ===== DUMMY IMAGE PLACEHOLDERS ===== */
.dummy {
  position: relative; width: 100%; height: 100%;
  background: linear-gradient(135deg, var(--petrol-soft) 0%, var(--paper-2) 60%, var(--paper-3) 100%);
  display: grid; place-items: center; overflow: hidden;
  transition: background 0.6s cubic-bezier(0.2,0.8,0.2,1);
}
.dummy::before {
  content: ""; position: absolute; inset: 0;
  background: repeating-linear-gradient(45deg, transparent 0, transparent 14px, rgba(0,154,147,0.05) 14px, rgba(0,154,147,0.05) 15px);
  opacity: 0; transition: opacity 0.5s;
}
.dummy::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.4), transparent 40%);
  opacity: 0.6; transition: opacity 0.5s;
}
.dummy:hover { background: linear-gradient(135deg, var(--petrol) 0%, var(--petrol-dark) 100%); }
.dummy:hover::before { opacity: 1; }
.dummy:hover::after { opacity: 0; }
.dummy svg {
  width: 38%; max-width: 110px; height: auto; aspect-ratio: 1;
  stroke: var(--petrol); fill: none; stroke-width: 1.3;
  stroke-linecap: round; stroke-linejoin: round;
  position: relative; z-index: 2;
  transition: stroke 0.5s, transform 0.7s cubic-bezier(0.2,0.8,0.2,1);
}
.dummy:hover svg {
  stroke: #fff;
  transform: scale(1.12) rotate(-8deg);
  animation: dummy-pop 0.7s cubic-bezier(0.2,0.8,0.2,1);
}
@keyframes dummy-pop {
  0% { transform: scale(1) rotate(0); }
  40% { transform: scale(1.2) rotate(-12deg); }
  100% { transform: scale(1.12) rotate(-8deg); }
}
.dummy .lbl {
  position: absolute; bottom: 12px; left: 16px; right: 16px;
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(14,22,20,0.4); font-weight: 700;
  transition: color 0.4s; z-index: 2;
  display: flex; justify-content: space-between;
}
.dummy:hover .lbl { color: rgba(255,255,255,0.65); }
.dummy .lbl .tag::before { content: "■  "; color: var(--petrol); }
.dummy:hover .lbl .tag::before { color: #fff; }

/* Dark variant */
.dummy.dark { background: linear-gradient(135deg, var(--ink-2) 0%, var(--ink) 100%); }
.dummy.dark::after { background: radial-gradient(circle at 30% 30%, rgba(0,154,147,0.15), transparent 40%); }
.dummy.dark svg { stroke: var(--petrol); }
.dummy.dark .lbl { color: rgba(255,255,255,0.4); }
.dummy.dark:hover { background: linear-gradient(135deg, var(--petrol) 0%, var(--petrol-dark) 100%); }
.dummy.dark:hover svg { stroke: #fff; }
.dummy.dark .lbl .tag::before { color: var(--petrol); }
.dummy.dark:hover .lbl .tag::before { color: #fff; }

/* Wide variant (for panorama/featured) */
.dummy.wide svg { width: 22%; max-width: 130px; }

/* ===== SOCIAL SECTION (Instagram + TikTok + 5% Rabatt) ===== */
.social-band { background: var(--ink); color: #fff; padding: 100px 32px; position: relative; overflow: hidden; }
.social-band::before { content: ""; position: absolute; top: -30%; right: -10%; width: 700px; height: 700px; background: radial-gradient(circle, rgba(0,154,147,0.18), transparent 60%); filter: blur(40px); pointer-events: none; }
.social-band .container { position: relative; z-index: 2; max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.4fr; gap: 64px; align-items: center; }
.social-band .head .badge-5 {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--petrol); color: #fff;
  padding: 8px 16px; font-size: 11px; font-weight: 800;
  letter-spacing: 0.18em; text-transform: uppercase;
}
.social-band .head .badge-5 .b { font-size: 18px; font-weight: 900; }
.social-band .head h2 { color: #fff; font-size: 56px; margin-top: 20px; }
.social-band .head h2 em { color: var(--petrol); font-style: normal; }
.social-band .head p { margin-top: 18px; color: rgba(255,255,255,0.7); font-size: 16px; line-height: 1.6; max-width: 460px; }
.social-band .head .terms { margin-top: 16px; font-size: 12px; color: rgba(255,255,255,0.45); }

.social-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
.social-card { background: var(--ink-2); padding: 36px; border: 1px solid rgba(255,255,255,0.08); transition: all 0.35s; display: flex; flex-direction: column; gap: 24px; position: relative; overflow: hidden; }
.social-card::before { content: ""; position: absolute; inset: 0; background: var(--social-grad); opacity: 0; transition: opacity 0.4s; }
.social-card:hover::before { opacity: 1; }
.social-card > * { position: relative; z-index: 2; }
.social-card.ig { --social-grad: linear-gradient(135deg, #833AB4 0%, #FD1D1D 50%, #FCB045 100%); }
.social-card.tt { --social-grad: linear-gradient(135deg, #25F4EE 0%, #000 50%, #FE2C55 100%); }
.social-card:hover { transform: translateY(-3px); border-color: rgba(255,255,255,0.25); }
.social-card .logo-wrap { display: flex; align-items: center; gap: 16px; }
.social-card .logo { width: 56px; height: 56px; display: grid; place-items: center; background: rgba(255,255,255,0.08); transition: all 0.3s; flex-shrink: 0; }
.social-card:hover .logo { background: rgba(255,255,255,0.15); }
.social-card .logo svg { width: 28px; height: 28px; fill: #fff; transition: transform 0.4s; }
.social-card:hover .logo svg { transform: scale(1.15) rotate(-8deg); }
.social-card .meta-info .net { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 700; color: var(--petrol); }
.social-card:hover .meta-info .net { color: #fff; }
.social-card .meta-info .handle { font-size: 22px; font-weight: 700; margin-top: 2px; }
.social-card h3 { font-size: 20px; font-weight: 700; line-height: 1.25; }
.social-card .stats { display: flex; gap: 24px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,0.1); border-bottom: 1px solid rgba(255,255,255,0.1); }
.social-card .stats .x .n { font-size: 22px; font-weight: 800; letter-spacing: -0.02em; }
.social-card .stats .x .l { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.5); font-weight: 600; margin-top: 2px; }
.social-card:hover .stats .x .l { color: rgba(255,255,255,0.75); }
.social-card .follow-btn { background: var(--petrol); color: #fff; padding: 14px 22px; font-size: 12px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 10px; transition: all 0.25s; width: fit-content; }
.social-card .follow-btn:hover { background: #fff; color: var(--ink); }

/* ===== REVIEWS / GMB ===== */
.gmb-band { background: var(--paper); padding: 80px 32px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.gmb-band .container { max-width: 1320px; margin: 0 auto; }
.gmb-head { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: end; margin-bottom: 48px; flex-wrap: wrap; }
.gmb-head .left .verified { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; background: var(--petrol-soft); color: var(--petrol); font-size: 11px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; }
.gmb-head .left .verified svg { width: 14px; height: 14px; }
.gmb-head .left h2 { font-size: 44px; margin-top: 14px; }
.gmb-head .left p { font-size: 15px; color: var(--ink-3); margin-top: 12px; max-width: 540px; line-height: 1.55; }
.gmb-head .right { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.gmb-head .right .score-big { font-size: 64px; font-weight: 800; letter-spacing: -0.025em; color: var(--ink); line-height: 1; display: flex; align-items: baseline; gap: 8px; }
.gmb-head .right .score-big small { font-size: 16px; font-weight: 600; color: var(--muted); }
.gmb-head .right .stars-row { color: var(--petrol); font-size: 18px; letter-spacing: 4px; }
.gmb-head .right .src-link { font-size: 12px; color: var(--muted); margin-top: 4px; }
.gmb-head .right .src-link a { color: var(--petrol); font-weight: 700; }
.gmb-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; }
.gmb-card { background: var(--paper-2); padding: 28px; display: flex; flex-direction: column; gap: 14px; transition: all 0.3s; position: relative; }
.gmb-card:hover { background: var(--ink); color: #fff; }
.gmb-card .gmb-meta { display: flex; justify-content: space-between; align-items: center; }
.gmb-card .gmb-stars { color: var(--petrol); font-size: 14px; letter-spacing: 3px; }
.gmb-card .gmb-when { font-size: 11px; color: var(--muted); font-weight: 600; letter-spacing: 0.04em; }
.gmb-card:hover .gmb-when { color: rgba(255,255,255,0.5); }
.gmb-card .gmb-quote { font-size: 14px; line-height: 1.55; flex: 1; }
.gmb-card .gmb-foot { display: flex; align-items: center; gap: 12px; padding-top: 14px; border-top: 1px solid var(--line); }
.gmb-card:hover .gmb-foot { border-color: rgba(255,255,255,0.12); }
.gmb-card .gmb-author { font-size: 12px; font-weight: 700; }
.gmb-card .gmb-verify { margin-left: auto; display: inline-flex; align-items: center; gap: 4px; font-size: 9px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--petrol); }
.gmb-card .gmb-verify svg { width: 11px; height: 11px; fill: var(--petrol); }
.gmb-cta { margin-top: 40px; padding: 32px; background: var(--ink); color: #fff; display: flex; justify-content: space-between; align-items: center; gap: 32px; flex-wrap: wrap; }
.gmb-cta .l h3 { font-size: 22px; }
.gmb-cta .l p { font-size: 14px; color: rgba(255,255,255,0.7); margin-top: 6px; }
.gmb-cta .gmb-link { background: var(--petrol); color: #fff; padding: 14px 24px; font-size: 12px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; transition: all 0.25s; display: inline-flex; align-items: center; gap: 10px; }
.gmb-cta .gmb-link:hover { background: #fff; color: var(--ink); }

@media (max-width: 1024px) {
  .social-band { padding: 60px 20px; }
  .social-band .container { grid-template-columns: 1fr; gap: 32px; }
  .social-band .head h2 { font-size: 32px; }
  .social-cards { grid-template-columns: 1fr; }
  .gmb-head { grid-template-columns: 1fr; align-items: flex-start; }
  .gmb-head .right { align-items: flex-start; }
  .gmb-head .left h2 { font-size: 32px; }
  .gmb-grid { grid-template-columns: 1fr; }
  .gmb-cta { flex-direction: column; align-items: flex-start; }
}

/* ===== REVEAL ===== */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.2,0.8,0.2,1); }
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal-stagger > * { opacity: 0; transform: translateY(20px); transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2,0.8,0.2,1); }
.reveal-stagger.in > * { opacity: 1; transform: translateY(0); }
.reveal-stagger.in > *:nth-child(1) { transition-delay: 0.04s; }
.reveal-stagger.in > *:nth-child(2) { transition-delay: 0.10s; }
.reveal-stagger.in > *:nth-child(3) { transition-delay: 0.16s; }
.reveal-stagger.in > *:nth-child(4) { transition-delay: 0.22s; }
.reveal-stagger.in > *:nth-child(5) { transition-delay: 0.28s; }
.reveal-stagger.in > *:nth-child(6) { transition-delay: 0.34s; }
.reveal-stagger.in > *:nth-child(7) { transition-delay: 0.40s; }
.reveal-stagger.in > *:nth-child(8) { transition-delay: 0.46s; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  nav.top { padding: 12px 16px; }
  nav ul { display: none; position: fixed; top: 56px; left: 0; right: 0; background: var(--ink); flex-direction: column; padding: 24px; gap: 16px; border-bottom: 3px solid var(--petrol); }
  nav ul.open { display: flex; }
  nav ul a { font-size: 14px; }
  .nav-right .cta { display: none; }
  .burger { display: block; }
  section { padding: 60px 20px; }
  .page-hero { padding: 90px 20px 56px; }
  .page-hero h1 { font-size: 38px; }
  .page-hero .stat-row { grid-template-columns: 1fr 1fr; gap: 16px; }
  .section-head h2, .cta-band h2 { font-size: 32px; }
  .stats-strip .container { grid-template-columns: 1fr 1fr; gap: 16px; }
  .stats-strip .x .n { font-size: 30px; }
  .cta-band .container { grid-template-columns: 1fr; gap: 24px; }
  .foot-top { grid-template-columns: 1fr 1fr; gap: 28px; }
  .foot-bot { flex-direction: column; gap: 12px; text-align: center; }
}
