
:root {
  --wabe-lime: #c8d200;
  --wabe-lime-soft: #eef3a6;
  --wabe-gray: #c5c7c8;
  --ink: #111113;
  --ink-2: #1d1d1f;
  --muted: #6e6e73;
  --muted-2: #8a8a91;
  --surface: #f5f5f7;
  --surface-2: #fbfbfd;
  --line: rgba(17,17,19,.11);
  --glass: rgba(255,255,255,.78);
  --radius-xl: 42px;
  --radius-lg: 28px;
  --radius-md: 18px;
  --shadow-soft: 0 24px 70px rgba(0,0,0,.08);
  --shadow-card: 0 18px 45px rgba(0,0,0,.06);
  --container: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink-2);
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
::selection { background: var(--wabe-lime-soft); color: var(--ink); }

.skip-link {
  position: absolute; left: -999px; top: 10px; z-index: 9999;
  background: #fff; border: 1px solid var(--line); padding: 10px 14px; border-radius: 12px;
}
.skip-link:focus { left: 12px; }

.topline {
  background: #0b0b0c;
  color: rgba(255,255,255,.75);
  font-size: 13px;
  letter-spacing: -.01em;
}
.topline-inner {
  width: var(--container); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 9px 0;
}
.topline a { color: #fff; }
.topline .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--wabe-lime); display: inline-block; margin: 0 10px; vertical-align: middle; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  background: rgba(255,255,255,.78);
  border-bottom: 1px solid rgba(17,17,19,.08);
}
.navbar {
  width: var(--container); margin: 0 auto;
  min-height: 74px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand {
  display: flex; align-items: center; gap: 12px;
  min-width: 188px;
}
.brand img { width: 146px; height: auto; }
.brand-word { display: none; }
.nav-links {
  display: flex; align-items: center; gap: 6px;
  color: #2b2b2f;
  font-size: 14px;
  font-weight: 560;
  letter-spacing: -.01em;
}
.nav-links a {
  padding: 10px 11px; border-radius: 999px;
  transition: background .2s ease, color .2s ease;
}
.nav-links a:hover, .nav-links a[aria-current="page"] { background: var(--surface); color: var(--ink); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.nav-toggle {
  display: none;
  width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 999px;
  background: #fff; color: var(--ink); align-items: center; justify-content: center;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  display: block; width: 18px; height: 2px; background: currentColor; border-radius: 2px; position: relative;
}
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; }
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }

.button, button.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -.015em;
  line-height: 1;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--ink); color: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.16); }
.button-primary:hover { box-shadow: 0 15px 36px rgba(0,0,0,.22); }
.button-lime { background: var(--wabe-lime); color: var(--ink); box-shadow: 0 18px 38px rgba(200,210,0,.22); }
.button-ghost { background: rgba(255,255,255,.72); border-color: var(--line); color: var(--ink); }
.button-light { background: #fff; color: var(--ink); }
.button-dark-ghost { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.16); }
.arrow { font-size: 18px; transform: translateY(-1px); }

main { overflow: hidden; }
.section { padding: 92px 0; }
.section-tight { padding: 64px 0; }
.container { width: var(--container); margin: 0 auto; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  color: #5a5a60;
  margin-bottom: 17px;
}
.eyebrow::before {
  content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--wabe-lime); box-shadow: 0 0 0 6px rgba(200,210,0,.12);
}
.section-title {
  margin: 0;
  font-size: clamp(38px, 6vw, 78px);
  line-height: .97;
  letter-spacing: -.065em;
  color: var(--ink);
}
.section-title.small { font-size: clamp(34px, 4.5vw, 58px); letter-spacing: -.055em; }
.lead {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.45;
  letter-spacing: -.025em;
  max-width: 820px;
}
.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }
.kicker {
  color: var(--wabe-lime);
}

.hero {
  min-height: calc(100vh - 112px);
  display: flex; align-items: center;
  padding: 92px 0 60px;
  background:
    radial-gradient(circle at 50% 16%, rgba(200,210,0,.18), transparent 25%),
    linear-gradient(180deg, #fff 0%, #fbfbfd 58%, #f5f5f7 100%);
}
.hero-grid {
  width: var(--container); margin: 0 auto;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center;
}
.hero h1 {
  margin: 0;
  font-size: clamp(54px, 8.2vw, 112px);
  line-height: .92;
  letter-spacing: -.08em;
  color: var(--ink);
}
.hero h1 span { display: block; }
.hero .subtitle {
  margin: 26px 0 0;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.35;
  letter-spacing: -.035em;
  color: #56565d;
  max-width: 720px;
}
.hero-actions { display: flex; align-items: center; gap: 12px; margin-top: 34px; flex-wrap: wrap; }
.hero-meta {
  display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px;
}
.meta-pill {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.7);
  border-radius: 999px;
  padding: 10px 14px;
  color: #3d3d43;
  font-weight: 650;
  font-size: 14px;
}
.hero-visual {
  position: relative;
  min-height: 560px;
  border-radius: 44px;
  background: linear-gradient(180deg, #111113 0%, #17171a 56%, #0b0b0d 100%);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  isolation: isolate;
}
.hero-visual::before {
  content: "";
  position: absolute; inset: -20%;
  background:
    radial-gradient(circle at 22% 20%, rgba(200,210,0,.34), transparent 22%),
    radial-gradient(circle at 78% 80%, rgba(197,199,200,.28), transparent 24%);
  filter: blur(10px);
  opacity: .72;
  z-index: -1;
}
.logo-stage {
  position: absolute; inset: 32px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.965);
  border-radius: 34px;
}
.logo-stage img { width: min(78%, 420px); filter: drop-shadow(0 26px 42px rgba(0,0,0,.12)); }
.hex-outline { position: absolute; border: 12px solid rgba(200,210,0,.22); width: 142px; height: 82px; transform: rotate(30deg); border-radius: 12px; }
.hex-outline::before, .hex-outline::after { content: ""; position: absolute; inset: -12px; border: 12px solid rgba(200,210,0,.22); border-radius: 12px; }
.hex-outline::before { transform: rotate(60deg); }
.hex-outline::after { transform: rotate(-60deg); }
.hex-a { right: 42px; top: 50px; opacity: .8; }
.hex-b { left: 42px; bottom: 64px; opacity: .42; transform: rotate(30deg) scale(.72); }
.float-card {
  position: absolute; left: 28px; right: 28px; bottom: 28px;
  display: grid; grid-template-columns: repeat(3,1fr); gap: 12px;
}
.float-card > div {
  padding: 18px 16px;
  border-radius: 20px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.16);
  color: #fff;
}
.float-card strong { display:block; font-size: 18px; letter-spacing: -.03em; }
.float-card span { display:block; margin-top: 5px; color: rgba(255,255,255,.64); font-size: 13px; }

.page-hero {
  padding: 92px 0 42px;
  background: linear-gradient(180deg, #fff, #f5f5f7);
}
.page-hero .container {
  display: grid; grid-template-columns: .9fr 1.1fr; align-items: end; gap: 40px;
}
.page-hero h1 {
  margin: 0;
  font-size: clamp(56px, 9vw, 116px);
  line-height: .89;
  letter-spacing: -.08em;
  color: var(--ink);
}
.page-hero p {
  margin: 0 0 12px;
  font-size: clamp(20px, 2.3vw, 28px);
  line-height: 1.35;
  letter-spacing: -.035em;
  color: var(--muted);
}

.logo-strip {
  padding: 38px 0;
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.logo-strip-inner {
  width: var(--container); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap;
}
.logo-strip img { width: 210px; }
.logo-strip p { max-width: 720px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.55; letter-spacing: -.02em; }

.split {
  display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: stretch;
}
.panel {
  border-radius: var(--radius-xl);
  background: var(--surface);
  border: 1px solid rgba(17,17,19,.08);
  padding: clamp(28px, 4vw, 48px);
  box-shadow: var(--shadow-card);
}
.panel.white { background: #fff; }
.panel.dark { background: #111113; color: #fff; border-color: #111113; }
.panel.lime { background: var(--wabe-lime); color: var(--ink); border-color: transparent; }
.panel h2, .panel h3 { margin-top: 0; letter-spacing: -.045em; }
.panel h2 { font-size: clamp(34px, 4vw, 58px); line-height: .98; margin-bottom: 16px; }
.panel h3 { font-size: 25px; line-height: 1.1; margin-bottom: 12px; }
.panel p { color: var(--muted); line-height: 1.55; letter-spacing: -.02em; font-size: 17px; }
.panel.dark p { color: rgba(255,255,255,.72); }
.panel.lime p { color: rgba(17,17,19,.74); }

.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 26px; }
.stat {
  background: #fff; border: 1px solid var(--line); border-radius: 24px;
  padding: 22px; min-height: 118px;
}
.stat strong { display:block; font-size: clamp(34px, 4vw, 52px); letter-spacing: -.06em; line-height: .9; }
.stat span { display:block; margin-top: 12px; color: var(--muted); font-size: 14px; font-weight: 650; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card {
  position: relative;
  min-height: 300px;
  padding: 28px;
  border-radius: 32px;
  background: var(--surface);
  border: 1px solid rgba(17,17,19,.08);
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); border-color: rgba(17,17,19,.14); }
.card .number { color: var(--wabe-lime); font-size: 13px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.card h3 { margin: 54px 0 12px; font-size: 26px; line-height: 1.05; letter-spacing: -.045em; }
.card p { margin: 0; color: var(--muted); line-height: 1.5; letter-spacing: -.02em; font-size: 16px; }
.card::after {
  content: ""; position: absolute; right: -38px; top: -38px; width: 120px; height: 120px;
  border-radius: 40px; border: 24px solid rgba(200,210,0,.16); transform: rotate(20deg);
}
.card.dark { background: #111113; color: #fff; }
.card.dark p { color: rgba(255,255,255,.7); }
.card.dark::after { border-color: rgba(200,210,0,.28); }

.service-list { margin: 24px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.service-list li { display:flex; gap:10px; color:#3e3e44; line-height:1.45; }
.service-list li::before { content:""; flex: 0 0 9px; width:9px; height:9px; border-radius:50%; background: var(--wabe-lime); margin-top: .55em; }
.panel.dark .service-list li { color: rgba(255,255,255,.75); }

.feature-row {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.feature {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 26px;
  min-height: 170px;
}
.feature .icon {
  width: 42px; height: 42px; border-radius: 14px;
  background: var(--wabe-lime); color: var(--ink);
  display: flex; align-items: center; justify-content: center;
  font-weight: 900;
  margin-bottom: 24px;
}
.feature h3 { margin: 0 0 8px; font-size: 20px; letter-spacing: -.03em; }
.feature p { margin: 0; color: var(--muted); line-height: 1.5; font-size: 15px; }

.team-section { background: var(--surface); }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.person-card {
  border-radius: 30px;
  background: #fff;
  border: 1px solid var(--line);
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,.04);
}
.person-image {
  position: relative;
  aspect-ratio: 4/4.4;
  background:
    linear-gradient(135deg, rgba(200,210,0,.22), rgba(197,199,200,.20)),
    #f1f1f3;
  display:flex; align-items:center; justify-content:center;
  color: rgba(17,17,19,.26);
  font-weight: 900;
  font-size: 54px;
  letter-spacing: -.08em;
}
.person-image::after {
  content: none;
  position: absolute; bottom: 16px; left: 16px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 999px;
  padding: 7px 10px;
  color: #6e6e73;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
}
.person-body { padding: 20px; }
.person-body h3 { margin:0 0 6px; font-size: 20px; letter-spacing: -.035em; }
.person-body p { margin:0; color: var(--muted); line-height: 1.45; font-size: 14px; }
.role-tag {
  display:inline-flex; margin-bottom: 10px; border-radius: 999px; background: #f2f2f4; padding: 6px 9px;
  font-size: 12px; color:#55555b; font-weight:800; letter-spacing: .02em;
}
.leadership-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.leader-card {
  border-radius: 28px; padding: 18px; background: #fff; border: 1px solid var(--line);
}
.leader-card .person-image { border-radius: 20px; aspect-ratio: 1/1; font-size: 42px; }
.leader-card .person-body { padding: 16px 2px 2px; }

.reference-toolbar {
  display: flex; gap: 10px; flex-wrap: wrap; margin: 34px 0 30px;
}
.filter-btn {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 10px 14px;
  color: #3a3a40;
  font-weight: 800;
  cursor: pointer;
  transition: .2s ease;
}
.filter-btn:hover, .filter-btn.active { background: #111113; color: #fff; border-color: #111113; }
.reference-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.reference-card {
  border-radius: 34px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 34px rgba(0,0,0,.05);
}
.ref-image {
  aspect-ratio: 16/11;
  background:
    linear-gradient(135deg, rgba(17,17,19,.88), rgba(17,17,19,.54)),
    radial-gradient(circle at 22% 20%, rgba(200,210,0,.7), transparent 25%),
    #161618;
  position: relative;
}
.ref-image::before {
  content: none;
  position: absolute; left: 20px; bottom: 20px;
  color: rgba(255,255,255,.84);
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15);
  border-radius: 999px; padding: 8px 11px; font-size: 12px; font-weight: 900;
}
.ref-body { padding: 24px; }
.ref-body .category { color: #68686f; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.ref-body h3 { margin: 12px 0 10px; font-size: 24px; line-height: 1.05; letter-spacing: -.045em; }
.ref-body p { margin: 0; color: var(--muted); line-height: 1.5; font-size: 15px; }
.ref-facts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.ref-facts span { background: var(--surface); border-radius: 999px; padding: 7px 10px; color:#52525a; font-size: 12px; font-weight: 800; }

.timeline { display:grid; gap: 14px; }
.timeline-item { display:grid; grid-template-columns: 120px 1fr; gap: 20px; align-items: start; padding: 22px; border: 1px solid var(--line); border-radius: 26px; background: #fff; }
.timeline-item strong { font-size: 26px; letter-spacing: -.04em; color: var(--ink); }
.timeline-item h3 { margin:0 0 8px; font-size: 22px; letter-spacing: -.035em; }
.timeline-item p { margin:0; color:var(--muted); line-height:1.5; }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: start; }
.contact-cards { display:grid; gap: 14px; }
.contact-card { background: #fff; border:1px solid var(--line); border-radius: 26px; padding: 22px; }
.contact-card h3 { margin:0 0 8px; font-size: 19px; letter-spacing: -.03em; }
.contact-card p, .contact-card a { color: var(--muted); line-height:1.5; }

.contact-action-card { display: grid; gap: 12px; }
.contact-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: fit-content;
  padding: 11px 14px;
  border-radius: 999px;
  color: #fff !important;
  background: #111113;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(0,0,0,.12);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.contact-action:hover { transform: translateY(-1px); box-shadow: 0 16px 38px rgba(0,0,0,.18); }
.contact-action span {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  font-weight: 900;
}
.contact-action-whatsapp span { background: #25D366; color: #fff; }
.contact-action-instagram span { background: #fff; color: #111113; }

.form {
  display: grid; gap: 14px;
  background: var(--surface); border: 1px solid var(--line); border-radius: 34px; padding: 28px;
}
.form-row { display:grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display:grid; gap: 8px; color:#44444a; font-size: 13px; font-weight:800; }
input, textarea, select {
  width: 100%; border: 1px solid rgba(17,17,19,.14); background: #fff; border-radius: 18px;
  padding: 14px 15px; color: var(--ink); font: inherit; outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
textarea { min-height: 150px; resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: rgba(200,210,0,.9); box-shadow: 0 0 0 5px rgba(200,210,0,.16); }
.form-note { color: var(--muted); font-size: 13px; line-height: 1.45; margin: 0; }

.legal { max-width: 920px; }
.legal h2 { font-size: 32px; letter-spacing: -.04em; margin-top: 44px; }
.legal p, .legal li { color: var(--muted); line-height: 1.7; }
.legal .notice { background: #fff7d6; border: 1px solid #f1df93; border-radius: 22px; padding: 18px; color: #5f5200; }

.cta-band {
  background: #111113;
  color: #fff;
  border-radius: 46px;
  padding: clamp(34px, 6vw, 70px);
  display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center;
  overflow: hidden; position: relative;
}
.cta-band::after { content:""; position:absolute; right:-80px; top:-80px; width:240px; height:240px; border:42px solid rgba(200,210,0,.22); border-radius: 70px; transform: rotate(22deg); }
.cta-band h2 { margin:0; font-size: clamp(36px, 5.2vw, 70px); line-height:.98; letter-spacing:-.06em; position:relative; z-index:1; }
.cta-band p { margin:16px 0 0; color: rgba(255,255,255,.7); font-size: 18px; line-height:1.5; max-width: 720px; position:relative; z-index:1; }
.cta-band .button { position:relative; z-index:1; }

.site-footer {
  background: #0b0b0c;
  color: rgba(255,255,255,.72);
  padding: 56px 0 30px;
}
.footer-grid { width: var(--container); margin:0 auto; display:grid; grid-template-columns: 1.2fr repeat(3,.8fr); gap: 34px; }
.footer-logo { width: 170px; margin-bottom: 18px; filter: none; }
.footer-grid h3 { margin:0 0 14px; color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing:.08em; }
.footer-grid p, .footer-grid a { color: rgba(255,255,255,.66); line-height:1.65; font-size: 14px; }
.footer-grid a:hover { color:#fff; }
.footer-bottom { width: var(--container); margin: 34px auto 0; padding-top: 22px; border-top:1px solid rgba(255,255,255,.12); display:flex; justify-content:space-between; gap: 18px; flex-wrap:wrap; font-size: 13px; color: rgba(255,255,255,.46); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  :root { --container: min(100vw - 32px, 760px); }
  .topline-inner { justify-content: center; text-align:center; }
  .topline-inner > div:last-child { display:none; }
  .navbar { min-height: 68px; }
  .brand img { width: 136px; }
  .nav-toggle { display:flex; }
  .nav-links {
    position: fixed; left: 16px; right: 16px; top: 86px;
    display: none; flex-direction: column; align-items: stretch; gap: 4px;
    background: rgba(255,255,255,.96); border: 1px solid var(--line); border-radius: 24px;
    padding: 10px; box-shadow: var(--shadow-soft);
  }
  body.menu-open .nav-links { display:flex; }
  .nav-links a { padding: 14px 16px; }
  .header-actions .button { display:none; }
  .hero { min-height: auto; padding: 62px 0 42px; }
  .hero-grid, .page-hero .container, .split, .contact-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 420px; }
  .float-card { grid-template-columns: 1fr; }
  .float-card > div:nth-child(2), .float-card > div:nth-child(3) { display:none; }
  .stat-grid, .feature-row { grid-template-columns: repeat(2,1fr); }
  .card-grid, .reference-grid { grid-template-columns: 1fr 1fr; }
  .team-grid { grid-template-columns: repeat(2,1fr); }
  .leadership-grid { grid-template-columns: repeat(2,1fr); }
  .cta-band { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  :root { --container: calc(100vw - 28px); }
  .section { padding: 68px 0; }
  .section-tight { padding: 48px 0; }
  .hero h1 { font-size: clamp(48px, 17vw, 82px); }
  .hero .subtitle, .page-hero p { font-size: 19px; }
  .hero-actions { align-items: stretch; }
  .button { width: 100%; }
  .hero-visual { min-height: 360px; border-radius: 32px; }
  .logo-stage { inset: 18px; border-radius: 24px; }
  .stat-grid, .card-grid, .feature-row, .reference-grid, .team-grid, .leadership-grid, .footer-grid, .form-row { grid-template-columns: 1fr; }
  .card { min-height: 250px; }
  .page-hero { padding-top: 62px; }
  .timeline-item { grid-template-columns: 1fr; }
  .cta-band { border-radius: 32px; }
}


/* Kontakt- und Kartenstile */
.todo-text,
.notice .todo-text,
.form-note .todo-text {
  color: #d00000 !important;
  font-weight: 900;
}
.person-image::after,
.ref-image::before {
  color: #d00000;
  background: rgba(255,255,255,.94);
  border-color: rgba(208,0,0,.18);
}

/* Cleanes Startseiten-Visual ohne Logo */
.hero-visual-clean {
  background: linear-gradient(180deg, #111113 0%, #17171a 58%, #0b0b0d 100%);
}
.hero-visual-clean::before {
  background:
    radial-gradient(circle at 82% 16%, rgba(200,210,0,.22), transparent 18%),
    radial-gradient(circle at 18% 82%, rgba(197,199,200,.18), transparent 20%);
  opacity: .55;
}
.clean-board {
  position: absolute;
  inset: 32px;
  border-radius: 34px;
  background: #fbfbfd;
  border: 1px solid rgba(255,255,255,.76);
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(17,17,19,.06);
}
.clean-board::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17,17,19,.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(17,17,19,.06) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: .28;
}
.clean-line {
  position: absolute;
  height: 3px;
  background: #111113;
  border-radius: 999px;
  opacity: .92;
}
.clean-line-a { width: 42%; left: 12%; top: 28%; }
.clean-line-b { width: 34%; right: 14%; top: 48%; }
.clean-line-c { width: 52%; left: 18%; bottom: 28%; }
.clean-node {
  position: absolute;
  width: 16px; height: 16px;
  border-radius: 999px;
  background: var(--wabe-lime);
  box-shadow: 0 0 0 10px rgba(200,210,0,.14);
}
.clean-node-a { left: 12%; top: calc(28% - 7px); }
.clean-node-b { right: 14%; top: calc(48% - 7px); }
.clean-node-c { left: 18%; bottom: calc(28% - 7px); }
.clean-symbol-big {
  position: absolute;
  right: 52px;
  top: 46px;
  width: 96px;
  height: 96px;
  border-radius: 30px;
  display:flex; align-items:center; justify-content:center;
  color: #111113;
  background: #fff;
  border: 1px solid rgba(17,17,19,.09);
  box-shadow: 0 18px 40px rgba(0,0,0,.07);
}
.clean-symbol-big svg { width: 48px; height: 48px; }
.clean-label {
  position: absolute;
  left: 42px;
  bottom: 42px;
  display: inline-flex;
  border-radius: 999px;
  background: #111113;
  color: #fff;
  font-weight: 850;
  letter-spacing: -.02em;
  padding: 12px 16px;
}

/* Schlichte, schwarze Leistungssymbole */
.service-icon {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid rgba(17,17,19,.11);
  color: #111113;
  box-shadow: 0 10px 24px rgba(0,0,0,.05);
  margin-bottom: 22px;
}
.service-icon svg { width: 30px; height: 30px; }
.card.dark .service-icon,
.panel.dark .service-icon { background: #fff; color: #111113; border-color: rgba(255,255,255,.92); }
.card.has-icon h3 { margin-top: 22px; }
.panel .service-icon { margin-bottom: 20px; }
.feature .icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: #fff;
  color: #111113;
  border: 1px solid rgba(17,17,19,.11);
  box-shadow: 0 10px 22px rgba(0,0,0,.04);
}
.feature .icon svg { width: 26px; height: 26px; }

/* Partnerunternehmen */
.partner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.partner-card {
  border-radius: 32px;
  background: #fff;
  border: 1px solid var(--line);
  padding: 26px;
  min-height: 230px;
  box-shadow: 0 12px 34px rgba(0,0,0,.05);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.partner-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); border-color: rgba(17,17,19,.14); }
.partner-card h3 { margin: 0 0 10px; font-size: 25px; line-height: 1.05; letter-spacing: -.045em; }
.partner-card p { margin: 0; color: var(--muted); line-height: 1.5; font-size: 15px; }
.partner-meta { display: inline-flex; margin-top: 18px; border-radius: 999px; background: var(--surface); padding: 8px 11px; color: #52525a; font-size: 12px; font-weight: 850; }
@media (max-width: 980px) { .partner-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .partner-grid { grid-template-columns: 1fr; } .clean-board { inset: 18px; border-radius: 24px; } .clean-symbol-big { right: 24px; top: 24px; width: 76px; height: 76px; border-radius: 24px; } .clean-label { left: 24px; bottom: 24px; } }


/* V3: Team-, Referenz- und Partnerdetails */
.team-note {
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(208,0,0,.18);
  background: rgba(208,0,0,.045);
  border-radius: 18px;
  font-size: 14px;
  line-height: 1.45;
}
.person-card.is-confirmed .person-image::after,
.leader-card.is-confirmed .person-image::after { content: none; }
.person-initials {
  font-size: 44px;
  letter-spacing: -.08em;
  color: rgba(17,17,19,.30);
  font-weight: 950;
}
.role-subline { margin-top: 8px !important; color: #3b3b40 !important; }
.project-location {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.35;
  color: #2f2f34;
  font-weight: 850;
}
.project-location::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: var(--wabe-lime);
  flex: 0 0 auto;
}
.reference-card.featured { border-color: rgba(200,210,0,.45); }
.reference-card .service-icon { margin-bottom: 0; position: absolute; right: 18px; top: 18px; background: rgba(255,255,255,.96); }
.ref-image { overflow: hidden; }
.ref-image .service-icon svg { width: 29px; height: 29px; }
.ref-approval {
  margin-top: 14px !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  color: #d00000 !important;
  font-weight: 900;
}
.reference-highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 28px;
}
.reference-chip {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 13px 16px;
  font-size: 14px;
  color: #303036;
  font-weight: 850;
  text-align: center;
}
.partner-card .service-icon { margin-bottom: 18px; }
@media (max-width: 980px) { .reference-highlight-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .reference-highlight-grid { grid-template-columns: 1fr; } }


/* V4: freier Startseiten-Hero rechts */
.hero-blank {
  min-height: 560px;
  border-radius: 44px;
  background:
    radial-gradient(circle at 18% 12%, rgba(200,210,0,.10), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,.20), rgba(245,245,247,.18));
}
@media (max-width: 980px) { .hero-blank { display: none; } }

/* V4: Referenzvisuals */
.ref-notice {
  background: #fff7f7;
  border: 1px solid rgba(208,0,0,.20);
  border-radius: 24px;
  padding: 18px 20px;
  color: #3a3a40;
  line-height: 1.55;
}
.ref-image-photo { background: #f7f7f8; }
.ref-image-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ref-image-photo::before { content: none; z-index: 2; }

/* V4: Partnerlogos */
.partner-logo-wrap {
  height: 78px;
  max-width: 100%;
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(17,17,19,.08);
  padding: 12px;
  overflow: hidden;
}
.partner-logo-wrap img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.partner-card .partner-meta + .partner-meta { margin-left: 8px; }

/* V4: Telefon-/Kontaktzeilen */
.footer-grid .todo-text,
.partner-card .todo-text,
.ref-approval,
.ref-notice .todo-text { color: #d00000 !important; }

/* Referenzbilder */
.ref-image-photo::before {
  content: none !important;
  display: none !important;
}
.ref-notice {
  background: #f7f7f8;
  border-color: var(--line);
}

.consent-line { display:flex; gap:10px; align-items:flex-start; font-size:14px; color:#555; margin: 6px 0 2px; }
.consent-line input { width:auto; margin-top:3px; }
.legal a { color:#111; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }


/* Final upload cleanup */
.person-image::after,
.person-card.is-confirmed .person-image::after,
.leader-card.is-confirmed .person-image::after,
.ref-image::before,
.ref-image-photo::before {
  content: none !important;
  display: none !important;
}


/* Bildnachweise */
.credit-group { margin-top: 52px; }
.credit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
.credit-card {
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255,255,255,.84);
  box-shadow: var(--shadow-soft);
  padding: 22px;
}
.credit-card h3 { margin: 0 0 12px; font-size: 1.05rem; }
.credit-card p { margin: 8px 0; color: var(--muted); font-size: .94rem; }
.credit-card code {
  display: inline-block;
  max-width: 100%;
  word-break: break-word;
  background: rgba(13,13,15,.05);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 3px 7px;
  color: var(--ink);
}
.credit-link { font-weight: 750; }
.credit-muted { color: var(--muted); }
@media (max-width: 980px) { .credit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .credit-grid { grid-template-columns: 1fr; } }


/* WhatsApp Floating Contact Button */
.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 10px 18px 10px 12px;
  border-radius: 999px;
  color: #fff;
  background: rgba(17,17,19,.94);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 18px 50px rgba(0,0,0,.24);
  font-weight: 760;
  letter-spacing: -.02em;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.whatsapp-float:hover {
  transform: translateY(-2px);
  background: #0d0d0f;
  box-shadow: 0 24px 65px rgba(0,0,0,.30);
}
.whatsapp-float__icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #25D366;
  color: #25D366;
  flex: 0 0 auto;
}
.whatsapp-float__icon svg { width: 25px; height: 25px; display: block; }
.whatsapp-float__text { font-size: 15px; line-height: 1; }
@media (max-width: 720px) {
  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    min-height: 54px;
    width: 54px;
    justify-content: center;
    padding: 10px;
  }
  .whatsapp-float__text { display: none; }
}

/* Kontaktformular: Honeypot (Spam-Schutz) + Fehlerhinweis */
.form-hp { position: absolute; left: -5000px; width: 1px; height: 1px; overflow: hidden; }
.form-alert {
  background: #fff4f4;
  border: 1px solid rgba(208,0,0,.35);
  color: #a10000;
  border-radius: 16px;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
}


/* ============================================================
   Feinschliff · Emil-Kowalski-inspiriert
   Nur Optik & Motion – keine Inhaltsänderung.
   ============================================================ */

:root {
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-spring: cubic-bezier(0.32, 0.72, 0, 1);
  /* weichere, mehrschichtige Schatten */
  --shadow-card:
    0 1px 2px rgba(17,17,19,.04),
    0 5px 14px rgba(17,17,19,.05),
    0 14px 34px rgba(17,17,19,.05);
  --shadow-soft:
    0 2px 6px rgba(17,17,19,.04),
    0 14px 30px rgba(17,17,19,.07),
    0 34px 70px rgba(17,17,19,.08);
  --ring: 0 0 0 3px rgba(200,210,0,.40);
}

/* Feinere Typografie & sauberes Umbrechen */
body {
  font-feature-settings: "kern", "liga", "cv11", "ss01";
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, .section-title, .hero h1, .page-hero h1 { text-wrap: balance; }
p, .lead { text-wrap: pretty; }

/* Einblenden: sanfter, mit leichtem Blur & Feder-Easing (gestaffelt via JS) */
.reveal {
  opacity: 0;
  transform: translateY(14px);
  filter: blur(8px);
  transition:
    opacity .85s var(--ease-out),
    transform .85s var(--ease-spring),
    filter .85s var(--ease-out);
}
.reveal.is-visible { opacity: 1; transform: none; filter: none; }

/* Buttons: ruhiger, edler, mit feinem Press-Feedback */
.button, button.button {
  transition: transform .45s var(--ease-spring), box-shadow .45s var(--ease-out),
              background .3s var(--ease-out), border-color .3s var(--ease-out);
}
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0) scale(.98); transition-duration: .12s; }
.button-primary { box-shadow: 0 1px 2px rgba(0,0,0,.16), 0 8px 22px rgba(0,0,0,.16); }
.button-primary:hover { box-shadow: 0 2px 5px rgba(0,0,0,.20), 0 16px 36px rgba(0,0,0,.24); }
.button-lime { box-shadow: 0 1px 2px rgba(150,158,0,.28), 0 10px 26px rgba(200,210,0,.26); }

/* Karten & Flächen: feinere Hebung, weiche Schatten */
.card, .panel, .partner-card, .reference-card, .feature, .stat, .contact-card, .person-card {
  transition: transform .55s var(--ease-spring), box-shadow .55s var(--ease-out),
              border-color .4s var(--ease-out);
  border-color: rgba(17,17,19,.08);
}
.card:hover, .partner-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.reference-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-soft); border-color: rgba(200,210,0,.4); }
.feature:hover, .stat:hover, .contact-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-card); }

/* Referenzbilder: sanfter Zoom beim Hover */
.ref-image-photo img { transition: transform .8s var(--ease-out); will-change: transform; }
.reference-card:hover .ref-image-photo img { transform: scale(1.045); }

/* Kopfzeile: feinere Trennlinie + sauberer Blur */
.site-header {
  background: rgba(255,255,255,.72);
  border-bottom: 1px solid rgba(17,17,19,.06);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
}
.nav-links a { transition: background .25s var(--ease-out), color .25s var(--ease-out); }
.filter-btn { transition: background .25s var(--ease-out), color .25s var(--ease-out), border-color .25s var(--ease-out), transform .25s var(--ease-spring); }
.filter-btn:hover { transform: translateY(-1px); }

/* Eingaben & Kontaktaktionen: geschmeidiger */
input, textarea, select { transition: border-color .25s var(--ease-out), box-shadow .25s var(--ease-out); }
.contact-action, .whatsapp-float { transition: transform .4s var(--ease-spring), box-shadow .4s var(--ease-out), background .3s var(--ease-out); }

/* Feine, konsistente Fokus-Ringe (Optik + Barrierefreiheit) */
a:focus-visible, button:focus-visible, .button:focus-visible, .filter-btn:focus-visible,
input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: none;
  box-shadow: var(--ring);
  border-radius: 12px;
}

/* Hero-Verlauf: subtiler, ruhiger */
.hero {
  background:
    radial-gradient(120% 78% at 50% 0%, rgba(200,210,0,.10), transparent 46%),
    linear-gradient(180deg, #ffffff 0%, #fcfcfd 60%, #f6f6f8 100%);
}

/* Bewegung respektiert Nutzerpräferenz */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1 !important; transform: none !important; filter: none !important; }
}
