/* ============================================================
   WeCruiting — shared site styles (used by every page)
   Loads after colors_and_type.css
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--we-cream); color: var(--we-ink); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
section { position: relative; }

.wrap { max-width: var(--container-max); margin: 0 auto; padding-inline: var(--container-pad); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-sans); font-weight: 600; font-size: 13px;
  letter-spacing: 0.08em; text-transform: uppercase;
  border-radius: var(--r-pill); border: 1.5px solid transparent;
  padding: 14px 26px; cursor: pointer; transition: all var(--dur-base) var(--ease-out);
  white-space: nowrap;
}
.btn svg { width: 16px; height: 16px; }
.btn--primary { background: var(--we-green-800); color: #fff; box-shadow: var(--shadow-green); }
.btn--primary:hover { background: var(--we-green-700); transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--we-green-800); border-color: var(--we-green-800); }
.btn--ghost:hover { background: var(--we-green-800); color: #fff; }
.btn--invert { background: #fff; color: var(--we-green-800); }
.btn--invert:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -12px rgba(0,0,0,0.4); }
.btn--on-green-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.4); }
.btn--on-green-ghost:hover { background: rgba(255,255,255,0.12); border-color: #fff; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; font-weight: 600; letter-spacing: var(--ls-caps);
  text-transform: uppercase; color: var(--we-green-600);
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--we-clay); border-radius: 2px; }
.eyebrow--invert { color: var(--we-sand); }
.eyebrow--center { justify-content: center; }

.script { font-family: var(--font-script); font-weight: 600; color: var(--we-clay); }

/* ---------- Nav (with dropdowns) ---------- */
header.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(246,241,231,0.82); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--we-line);
}
header.nav .nav-inner { max-width: none; padding-inline: clamp(20px, 3vw, 48px); }
.nav-inner { display: flex; align-items: center; gap: 20px; height: 76px; }
.nav-logo { flex-shrink: 0; display: inline-flex; align-items: center; }
.nav-logo img { height: 34px; width: auto; max-width: none; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: clamp(10px, 2.2vw, 40px); flex: 1 1 auto; }
.nav-item { position: relative; flex-shrink: 0; }
.nav-item > a {
  display: inline-flex; align-items: center; gap: 6px; white-space: nowrap;
  font-size: 14px; font-weight: 500; color: var(--we-ink-soft);
  padding: 9px 11px; border-radius: var(--r-sm);
  transition: color var(--dur-fast) var(--ease-out), background var(--dur-fast) var(--ease-out);
}
.nav-item > a:hover, .nav-item.current > a { color: var(--we-green-800); }
.nav-item.current > a { font-weight: 600; }
.nav-item .caret { width: 13px; height: 13px; transition: transform var(--dur-base) var(--ease-out); }
.nav-item.has-menu:hover .caret { transform: rotate(180deg); }
.nav-menu {
  position: absolute; top: calc(100% + 6px); left: 0; min-width: 248px;
  background: var(--we-paper); border: 1px solid var(--we-line); border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg); padding: 8px; opacity: 0; visibility: hidden;
  transform: translateY(8px); transition: all var(--dur-base) var(--ease-out); z-index: 110;
}
.nav-item.has-menu:hover .nav-menu { opacity: 1; visibility: visible; transform: none; }
.nav-menu a { display: block; padding: 11px 14px; border-radius: var(--r-sm); font-size: 14.5px; color: var(--we-ink-soft); transition: all var(--dur-fast) var(--ease-out); }
.nav-menu a:hover { background: var(--we-green-100); color: var(--we-green-800); }
.nav-menu a .nm-sub { display: block; font-size: 12.5px; color: var(--we-ink-muted); margin-top: 2px; font-weight: 400; }
.nav-menu a:hover .nm-sub { color: var(--we-green-700); }
.nav-cta { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; color: var(--we-green-800); }

/* ---------- Hero (home) ---------- */
.hero { background: var(--we-green-900); color: #fff; overflow: hidden; border-bottom: 4px solid var(--we-clay); }
.hero-bg { position: absolute; inset: 0; background: url('assets/bg_hero.png') center right / cover no-repeat; opacity: 0.95; }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(6,61,47,0.96) 0%, rgba(6,61,47,0.78) 42%, rgba(6,61,47,0.30) 100%); }
.hero-inner { position: relative; padding-block: clamp(80px, 12vw, 150px); max-width: 760px; }
.hero h1 { font-size: clamp(38px, 5.4vw, 66px); font-weight: 800; line-height: 1.04; letter-spacing: -0.025em; margin: 22px 0 0; color: #fff; text-wrap: balance; }
.hero h1 .accent { color: var(--we-sand); }
.hero .lead { margin: 26px 0 0; font-size: clamp(17px, 1.6vw, 20px); line-height: 1.6; color: rgba(255,255,255,0.82); max-width: 580px; font-weight: 400; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 34px; margin-top: 54px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,0.16); }
.hero-meta .m-num { font-size: 30px; font-weight: 800; color: #fff; letter-spacing: -0.02em; line-height: 1; }
.hero-meta .m-lbl { margin-top: 7px; font-size: 12.5px; color: rgba(255,255,255,0.66); letter-spacing: 0.04em; }

/* ---------- Page hero (subpages) ---------- */
.page-hero { background: var(--we-green-900); color: #fff; overflow: hidden; border-bottom: 4px solid var(--we-clay); }
.page-hero::before { content: ""; position: absolute; inset: 0; background: url('assets/bg_hero.png') center / cover no-repeat; opacity: 0.18; }
.page-hero .wrap { position: relative; padding-block: clamp(64px, 9vw, 108px); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-size: 13px; color: rgba(255,255,255,0.6); margin-bottom: 20px; }
.breadcrumb a { color: rgba(255,255,255,0.7); transition: color var(--dur-fast); }
.breadcrumb a:hover { color: #fff; }
.breadcrumb .sep { opacity: 0.5; }
.page-hero h1 { font-size: clamp(34px, 5vw, 60px); font-weight: 800; line-height: 1.06; letter-spacing: -0.025em; margin: 14px 0 0; max-width: 16ch; text-wrap: balance; }
.page-hero h1 .accent { color: var(--we-sand); }
.page-hero .lead { margin: 24px 0 0; font-size: clamp(17px, 1.6vw, 20px); line-height: 1.6; color: rgba(255,255,255,0.82); max-width: 600px; }
.page-hero .hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

/* ---------- Generic section ---------- */
.section { padding-block: clamp(70px, 9vw, 116px); }
.section.tight { padding-block: clamp(54px, 7vw, 84px); }
.section.green { background: var(--we-green-900); color: #fff; }
.section.green2 { background: var(--we-green-800); color: #fff; }
.section.wash { background: var(--we-green-50); }
.sec-head { max-width: 720px; }
.sec-head h2 { font-size: clamp(30px, 3.8vw, 48px); font-weight: 700; line-height: 1.1; letter-spacing: -0.018em; margin: 18px 0 0; text-wrap: balance; }
.sec-head p { font-size: 17px; line-height: 1.7; color: var(--we-ink-soft); margin: 18px 0 0; max-width: 640px; }
.section.green .sec-head p, .section.green2 .sec-head p { color: rgba(255,255,255,0.8); }
.sec-head.center { margin-inline: auto; text-align: center; }
.sec-head.center p { margin-inline: auto; }

/* prose */
.prose { max-width: 720px; }
.prose p { font-size: 17.5px; line-height: 1.78; color: var(--we-ink-soft); margin: 0 0 20px; }
.prose p:last-child { margin-bottom: 0; }
.prose .pull { font-family: var(--font-script); font-size: clamp(26px, 3vw, 34px); color: var(--we-green-700); line-height: 1.15; margin: 6px 0 24px; }

/* two-column intro */
.split { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(40px, 6vw, 90px); align-items: start; }
.split.even { grid-template-columns: 1fr 1fr; align-items: center; }

/* ---------- Feature list (ticks) ---------- */
.points { display: grid; gap: 18px; margin-top: 4px; }
.point { display: flex; gap: 14px; align-items: flex-start; }
.point .tick { flex: none; width: 26px; height: 26px; border-radius: var(--r-pill); background: var(--we-green-100); color: var(--we-green-700); display: grid; place-items: center; margin-top: 2px; }
.section.green .point .tick, .section.green2 .point .tick { background: rgba(255,255,255,0.12); color: var(--we-sand); }
.point .tick svg { width: 15px; height: 15px; }
.point b { font-weight: 600; }
.point div span, .point > span:last-child { color: var(--we-ink-muted); font-size: 15px; }
.section.green .point span, .section.green2 .point span { color: rgba(255,255,255,0.72); }
.point .pt-title { display: block; font-weight: 600; color: var(--we-ink); font-size: 16px; margin-bottom: 2px; }
.section.green .point .pt-title, .section.green2 .point .pt-title { color: #fff; }

/* ---------- Cards grid (features / benefits) ---------- */
.cards { display: grid; gap: 22px; margin-top: 54px; }
.cards.c2 { grid-template-columns: repeat(2, 1fr); }
.cards.c3 { grid-template-columns: repeat(3, 1fr); }
.cards.c4 { grid-template-columns: repeat(4, 1fr); }
.card {
  background: var(--we-paper); border: 1px solid var(--we-line); border-radius: var(--r-xl);
  padding: 34px 32px; display: flex; flex-direction: column; gap: 14px;
  transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out), border-color var(--dur-base) var(--ease-out);
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--we-green-200); }
.card .ico { width: 54px; height: 54px; border-radius: var(--r-md); background: var(--we-green-800); color: var(--we-sand); display: grid; place-items: center; }
.card .ico svg { width: 26px; height: 26px; }
.card h3 { font-size: 21px; font-weight: 700; margin: 2px 0 0; letter-spacing: -0.01em; }
.card p { font-size: 15px; line-height: 1.65; color: var(--we-ink-soft); margin: 0; flex: 1; }
.card .card-link { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--we-green-700); margin-top: 4px; }
.card .card-link svg { width: 15px; height: 15px; transition: transform var(--dur-base) var(--ease-out); }
.card:hover .card-link svg { transform: translateX(5px); }

/* ---------- Bauwesen areas (info + positions) ---------- */
.area { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(34px, 5vw, 76px); align-items: start; }
.area-info h3 { font-size: clamp(24px, 2.8vw, 34px); font-weight: 700; line-height: 1.14; letter-spacing: -0.015em; margin: 16px 0 0; text-wrap: balance; }
.area-info p { font-size: 16.5px; line-height: 1.72; color: var(--we-ink-soft); margin: 18px 0 0; }
.section.green .area-info p { color: rgba(255,255,255,0.78); }
.area-pos { margin-top: 6px; }
.area-pos .pos-label { font-size: 12px; letter-spacing: var(--ls-caps); text-transform: uppercase; font-weight: 600; color: var(--we-green-600); margin: 0 0 18px; }
.section.green .area-pos .pos-label { color: var(--we-sand); }
.pos-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 22px; }
.pos-list li { display: flex; align-items: flex-start; gap: 11px; font-size: 15.5px; line-height: 1.4; color: var(--we-ink); }
.section.green .pos-list li { color: rgba(255,255,255,0.92); }
.pos-list li::before { content: ""; flex: none; width: 8px; height: 8px; margin-top: 7px; border-radius: 2px; background: var(--we-clay); transform: rotate(45deg); }

/* ---------- Process steps ---------- */
.steps { display: grid; gap: 24px; margin-top: 54px; counter-reset: step; }
.steps.s4 { grid-template-columns: repeat(4, 1fr); }
.steps.s3 { grid-template-columns: repeat(3, 1fr); }
.step { position: relative; padding-top: 26px; }
.step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  font-family: var(--font-script); font-size: 44px; font-weight: 700; color: var(--we-clay); line-height: 1; display: block; margin-bottom: 14px;
}
.section.green .step::before, .section.green2 .step::before { color: var(--we-sand); }
.step h4 { font-size: 19px; font-weight: 600; margin: 0 0 8px; }
.step p { font-size: 14.5px; line-height: 1.6; color: var(--we-ink-soft); margin: 0; }
.section.green .step p, .section.green2 .step p { color: rgba(255,255,255,0.74); }
.step .step-line { position: absolute; top: 34px; left: 0; height: 1px; width: 100%; }

/* ---------- Stats band ---------- */
.stats { background: var(--we-green-800); color: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.stat { padding: clamp(44px, 6vw, 70px) 30px; text-align: center; border-left: 1px solid rgba(255,255,255,0.13); }
.stat:first-child { border-left: 0; }
.stat .num { font-size: clamp(48px, 6vw, 76px); font-weight: 800; letter-spacing: -0.03em; line-height: 1; }
.stat .num .plus { color: var(--we-sand); }
.stat .lbl { margin-top: 16px; font-size: 13px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.7); }

/* ---------- Industries (tags + visual) ---------- */
.ind-block { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 80px); align-items: center; }
.ind-block + .ind-block { margin-top: clamp(56px, 7vw, 96px); padding-top: clamp(56px, 7vw, 96px); border-top: 1px solid rgba(255,255,255,0.14); }
.ind-block h3 { font-size: clamp(26px, 3.2vw, 40px); font-weight: 700; line-height: 1.12; letter-spacing: -0.015em; margin: 16px 0 0; text-wrap: balance; }
.ind-tags { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.ind-tag { display: inline-flex; align-items: center; gap: 9px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.16); border-radius: var(--r-pill); padding: 11px 18px; font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.92); transition: all var(--dur-base) var(--ease-out); }
.ind-tag:hover { background: rgba(255,255,255,0.12); border-color: var(--we-sand); transform: translateY(-2px); }
.ind-tag .dot { width: 7px; height: 7px; border-radius: var(--r-pill); background: var(--we-sand); flex: none; }
.ind-visual { position: relative; aspect-ratio: 4 / 3.4; border-radius: var(--r-2xl); overflow: hidden; background: linear-gradient(160deg, #0a5a3e, #063d2f); border: 1px solid rgba(255,255,255,0.12); }
.ind-visual .grid-svg { position: absolute; inset: 0; opacity: 0.16; width: 100%; height: 100%; }
.ind-visual .ind-panel { position: relative; z-index: 1; width: 100%; height: 100%; padding: clamp(26px, 3.6vw, 46px); display: flex; flex-direction: column; justify-content: flex-end; }
.ind-panel-h { font-size: 12px; letter-spacing: var(--ls-caps); text-transform: uppercase; color: var(--we-sand); font-weight: 600; margin: 0 0 20px; }
.ind-points { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.ind-points li { display: flex; gap: 13px; align-items: flex-start; font-size: clamp(15px, 1.5vw, 18px); line-height: 1.38; color: #fff; font-weight: 500; }
.ind-points li::before { content: ""; flex: none; width: 9px; height: 9px; margin-top: 6px; border-radius: 2px; background: var(--we-sand); transform: rotate(45deg); }
.ind-visual .badge { position: absolute; top: 20px; left: 20px; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.7); font-weight: 600; display: inline-flex; gap: 8px; align-items: center; }
.ind-visual .badge .lvdot { width: 7px; height: 7px; border-radius: var(--r-pill); background: #7dd3a8; }

/* ---------- Team ---------- */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 52px; }
.team-card { display: flex; flex-direction: column; }
.team-photo { aspect-ratio: 1 / 1.12; border-radius: var(--r-xl); overflow: hidden; position: relative; background: linear-gradient(160deg, var(--we-green-700), var(--we-green-900)); display: grid; place-items: center; transition: transform var(--dur-base) var(--ease-out); }
.team-card:hover .team-photo { transform: translateY(-5px); }
.team-photo img { width: 100%; height: 100%; object-fit: cover; }
.team-photo .initials { font-size: 54px; font-weight: 700; color: rgba(255,255,255,0.92); letter-spacing: 0.02em; }
.team-photo .ring { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,0.14); border-radius: inherit; pointer-events: none; }
.team-photo .role-chip { position: absolute; bottom: 14px; left: 14px; right: 14px; background: rgba(6,61,47,0.55); backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,0.16); border-radius: var(--r-pill); padding: 8px 14px; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.85); text-align: center; font-weight: 600; }
.team-card h4 { font-size: 19px; font-weight: 600; margin: 18px 0 0; }
.team-card .t-role { font-size: 14px; color: var(--we-ink-muted); margin-top: 3px; }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 48px auto 0; display: grid; gap: 14px; }
.faq-item { background: var(--we-paper); border: 1px solid var(--we-line); border-radius: var(--r-lg); overflow: hidden; }
.faq-q { display: flex; align-items: center; justify-content: space-between; gap: 18px; width: 100%; text-align: left; background: none; border: 0; cursor: pointer; padding: 22px 26px; font-family: var(--font-sans); font-size: 17px; font-weight: 600; color: var(--we-ink); }
.faq-q .pm { flex: none; width: 26px; height: 26px; border-radius: var(--r-pill); border: 1.5px solid var(--we-line); display: grid; place-items: center; transition: all var(--dur-base) var(--ease-out); }
.faq-q .pm svg { width: 14px; height: 14px; color: var(--we-green-700); transition: transform var(--dur-base) var(--ease-out); }
.faq-item.open .pm { background: var(--we-green-700); border-color: var(--we-green-700); }
.faq-item.open .pm svg { color: #fff; transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height var(--dur-slow) var(--ease-out); }
.faq-a-inner { padding: 0 26px 24px; font-size: 15.5px; line-height: 1.7; color: var(--we-ink-soft); }

/* ---------- CTA band ---------- */
.cta-band { background: var(--we-green-800); color: #fff; border-radius: var(--r-2xl); padding: clamp(44px, 6vw, 72px) clamp(32px, 5vw, 64px); text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; inset: 0; background: url('assets/bg_hero.png') center / cover no-repeat; opacity: 0.14; }
.cta-band > * { position: relative; }
.cta-band h2 { font-size: clamp(28px, 3.6vw, 44px); font-weight: 700; line-height: 1.12; letter-spacing: -0.015em; margin: 14px auto 0; max-width: 18ch; text-wrap: balance; }
.cta-band p { font-size: 17px; color: rgba(255,255,255,0.8); margin: 18px auto 0; max-width: 52ch; line-height: 1.6; }
.cta-band .hero-cta { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 32px; }

/* ---------- Mission / Solutions / Newsletter (home) ---------- */
.mission { padding-block: clamp(72px, 10vw, 120px); }
.mission-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(40px, 6vw, 90px); align-items: start; }
.mission h2 { font-size: clamp(30px, 3.6vw, 46px); font-weight: 700; line-height: 1.12; letter-spacing: -0.015em; margin: 18px 0 0; text-wrap: balance; }
.mission p.body { font-size: 18px; line-height: 1.75; color: var(--we-ink-soft); margin: 0 0 22px; }
.mission .pull { font-family: var(--font-script); font-size: clamp(26px, 3vw, 34px); color: var(--we-green-700); line-height: 1.15; margin-top: 8px; }
.solutions { padding-block: clamp(76px, 10vw, 124px); }
.industries { background: var(--we-green-900); color: #fff; padding-block: clamp(76px, 10vw, 120px); overflow: hidden; }
.team { padding-block: clamp(76px, 10vw, 124px); }
.newsletter { background: var(--we-green-800); color: #fff; border-top: 4px solid var(--we-clay); position: relative; overflow: hidden; }
.newsletter::before { content: ""; position: absolute; inset: 0; background: url('assets/bg_hero.png') center / cover no-repeat; opacity: 0.12; pointer-events: none; }
.newsletter .nl-inner { position: relative; }
.nl-inner { padding-block: clamp(64px, 8vw, 100px); display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(36px, 5vw, 70px); align-items: center; }
.newsletter h2 { font-size: clamp(28px, 3.4vw, 42px); font-weight: 700; line-height: 1.14; letter-spacing: -0.015em; margin: 16px 0 0; text-wrap: balance; }
.nl-form { display: flex; gap: 12px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.2); border-radius: var(--r-pill); padding: 8px 8px 8px 22px; }
.nl-form input { flex: 1; background: transparent; border: 0; outline: 0; color: #fff; font-family: var(--font-sans); font-size: 15px; }
.nl-form input::placeholder { color: rgba(255,255,255,0.55); }
.nl-note { margin-top: 14px; font-size: 13px; color: rgba(255,255,255,0.6); }

/* ---------- Footer ---------- */
footer.ft { background: var(--we-green-900); color: rgba(255,255,255,0.78); padding-block: clamp(60px, 7vw, 88px) 32px; }
.ft-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.ft-brand img { height: 38px; width: auto; }
.ft-brand p { margin: 22px 0 0; font-size: 15px; line-height: 1.7; color: rgba(255,255,255,0.7); max-width: 300px; }
.ft-brand .loc { margin-top: 18px; display: inline-flex; align-items: center; gap: 9px; font-size: 14px; color: rgba(255,255,255,0.82); }
.ft-col h5 { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--we-sand); font-weight: 600; margin: 0 0 18px; }
.ft-col a, .ft-col span { display: block; font-size: 15px; color: rgba(255,255,255,0.74); margin-bottom: 13px; transition: color var(--dur-fast) var(--ease-out); cursor: pointer; }
.ft-col a:hover { color: #fff; }
.ft .btn--invert { color: #000; }
.ft-socials { display: flex; gap: 12px; margin-top: 6px; }
.ft-socials a { width: 40px; height: 40px; border-radius: var(--r-pill); margin: 0; border: 1px solid rgba(255,255,255,0.2); display: grid; place-items: center; color: rgba(255,255,255,0.8); transition: all var(--dur-base) var(--ease-out); }
.ft-socials a:hover { background: var(--we-sand); border-color: var(--we-sand); color: var(--we-green-900); transform: translateY(-3px); }
.ft-socials a svg { width: 18px; height: 18px; }
.ft-bottom { margin-top: 48px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,0.14); display: flex; flex-wrap: wrap; gap: 18px; align-items: center; justify-content: space-between; font-size: 13.5px; color: rgba(255,255,255,0.6); }
.ft-legal { display: flex; flex-wrap: wrap; gap: 22px; }
.ft-legal a:hover { color: #fff; }

/* ---------- Modal / Forms ---------- */
.modal-overlay { position: fixed; inset: 0; z-index: 200; display: none; background: rgba(6,30,24,0.62); backdrop-filter: blur(6px); padding: clamp(16px, 4vw, 48px); overflow-y: auto; }
.modal-overlay.open { display: grid; place-items: start center; }
.modal { background: var(--we-paper); border-radius: var(--r-2xl); width: 100%; max-width: 560px; margin: auto; box-shadow: 0 40px 90px -30px rgba(0,0,0,0.5); overflow: hidden; animation: modalIn 0.4s var(--ease-out); }
@keyframes modalIn { from { opacity: 0; transform: translateY(26px) scale(0.98); } to { opacity: 1; transform: none; } }
.modal-head { background: var(--we-green-900); color: #fff; padding: 30px 34px 26px; position: relative; }
.modal-head .eyebrow { color: var(--we-sand); }
.modal-head h3 { font-size: clamp(22px, 2.6vw, 30px); font-weight: 700; letter-spacing: -0.015em; margin: 14px 0 0; line-height: 1.12; }
.modal-head p { margin: 10px 0 0; font-size: 14.5px; color: rgba(255,255,255,0.74); line-height: 1.55; }
.modal-close { position: absolute; top: 18px; right: 18px; width: 38px; height: 38px; border-radius: var(--r-pill); background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2); color: #fff; display: grid; place-items: center; cursor: pointer; transition: all var(--dur-base) var(--ease-out); }
.modal-close:hover { background: rgba(255,255,255,0.24); transform: rotate(90deg); }
.modal-close svg { width: 18px; height: 18px; }
.modal-body { padding: 30px 34px 34px; }
.fld { margin-bottom: 18px; }
.fld.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.fld label { display: block; font-size: 12.5px; font-weight: 600; letter-spacing: 0.04em; color: var(--we-ink-soft); margin-bottom: 7px; text-transform: uppercase; }
.fld input, .fld select, .fld textarea { width: 100%; font-family: var(--font-sans); font-size: 15px; color: var(--we-ink); background: var(--we-cream); border: 1.5px solid var(--we-line); border-radius: var(--r-md); padding: 13px 15px; outline: none; transition: border-color var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out); }
.fld input:focus, .fld select:focus, .fld textarea:focus { border-color: var(--we-green-600); box-shadow: 0 0 0 3px var(--we-green-100); }
.fld textarea { resize: vertical; min-height: 84px; }
.svc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.svc-chip { display: flex; align-items: center; gap: 10px; cursor: pointer; user-select: none; border: 1.5px solid var(--we-line); border-radius: var(--r-md); padding: 12px 14px; font-size: 14px; color: var(--we-ink-soft); transition: all var(--dur-base) var(--ease-out); }
.svc-chip:hover { border-color: var(--we-green-200); }
.svc-chip input { display: none; }
.svc-chip .box { width: 18px; height: 18px; border-radius: 5px; border: 1.5px solid var(--we-line); flex: none; display: grid; place-items: center; transition: all var(--dur-base) var(--ease-out); }
.svc-chip .box svg { width: 12px; height: 12px; opacity: 0; color: #fff; }
.svc-chip input:checked + .box { background: var(--we-green-700); border-color: var(--we-green-700); }
.svc-chip input:checked + .box svg { opacity: 1; }
.svc-chip:has(input:checked) { border-color: var(--we-green-600); background: var(--we-green-100); color: var(--we-green-800); font-weight: 500; }
.consent { display: block; position: relative; padding-left: 28px; font-size: 13px; color: var(--we-ink-muted); line-height: 1.5; margin: 4px 0 20px; }
.consent input { position: absolute; left: 0; top: 3px; accent-color: var(--we-green-700); width: 16px; height: 16px; }
.consent a { color: var(--we-green-700); text-decoration: underline; }
.form-error { color: #b4332a; background: #fbeae8; border: 1px solid #f0c9c4; border-radius: var(--r-md); font-size: 14px; line-height: 1.5; padding: 12px 14px; margin-bottom: 16px; }
.filedrop { border: 1.6px dashed var(--we-green-200); border-radius: var(--r-md); background: var(--we-cream); padding: 22px; text-align: center; cursor: pointer; transition: all var(--dur-base) var(--ease-out); }
.filedrop:hover { border-color: var(--we-green-600); background: var(--we-green-100); }
.filedrop svg { width: 26px; height: 26px; color: var(--we-green-700); margin: 0 auto 8px; }
.filedrop .fd-main { font-size: 14px; font-weight: 600; color: var(--we-green-800); }
.filedrop .fd-sub { font-size: 12.5px; color: var(--we-ink-muted); margin-top: 4px; }
.filedrop input { display: none; }
.modal .btn--full { width: 100%; justify-content: center; margin-top: 4px; }
.form-success { text-align: center; padding: 20px 0 8px; }
.form-success .ck { width: 60px; height: 60px; border-radius: var(--r-pill); background: var(--we-green-100); color: var(--we-green-700); display: grid; place-items: center; margin: 0 auto 18px; }
.form-success .ck svg { width: 30px; height: 30px; }
.form-success h4 { font-size: 21px; font-weight: 700; margin: 0 0 8px; }
.form-success p { font-size: 15px; color: var(--we-ink-soft); margin: 0; line-height: 1.6; }

/* ---------- Cookie-Consent ---------- */
.cc-banner { position: fixed; inset: auto 0 0 0; z-index: 300; padding: clamp(12px, 2.5vw, 28px); background: linear-gradient(to top, rgba(6,30,24,0.45), transparent); }
.cc-banner[hidden] { display: none; }
.cc-card { max-width: 720px; margin: 0 auto; background: var(--we-paper); border: 1px solid var(--we-line); border-radius: var(--r-xl); box-shadow: 0 30px 70px -20px rgba(0,0,0,0.45); padding: clamp(22px, 3vw, 32px); max-height: min(82vh, 720px); overflow-y: auto; }
.cc-card h4 { font-size: 19px; font-weight: 700; margin: 0 0 8px; }
.cc-card > p { font-size: 14px; line-height: 1.6; color: var(--we-ink-soft); margin: 0 0 16px; }
.cc-card > p a { color: var(--we-green-700); text-decoration: underline; }
.cc-opts { display: grid; gap: 10px; margin-bottom: 18px; }
.cc-opt { border: 1.5px solid var(--we-line); border-radius: var(--r-md); padding: 12px 14px; }
.cc-opt-row { display: flex; gap: 12px; align-items: flex-start; cursor: pointer; }
.cc-opt-row input { margin-top: 3px; flex: none; accent-color: var(--we-green-700); width: 16px; height: 16px; }
.cc-opt b { display: block; font-size: 14px; font-weight: 600; color: var(--we-ink); }
.cc-opt span { display: block; font-size: 12.5px; color: var(--we-ink-muted); line-height: 1.5; margin-top: 2px; }
.cc-det { margin-top: 8px; }
.cc-det summary { font-size: 12px; font-weight: 600; color: var(--we-green-700); cursor: pointer; user-select: none; padding-left: 28px; }
.cc-det summary:hover { text-decoration: underline; }
.cc-det-body { margin-top: 10px; padding-left: 28px; display: grid; gap: 12px; }
.cc-svc { background: var(--we-cream); border-radius: var(--r-sm); padding: 12px 14px; }
.cc-svc > b { font-size: 12.5px; display: block; margin-bottom: 8px; }
.cc-svc dl { margin: 0; display: grid; grid-template-columns: 110px 1fr; gap: 4px 12px; }
.cc-svc dt { font-size: 11.5px; font-weight: 600; color: var(--we-ink-muted); text-transform: uppercase; letter-spacing: 0.04em; }
.cc-svc dd { margin: 0; font-size: 12.5px; color: var(--we-ink-soft); line-height: 1.5; }
.cc-svc dd a { color: var(--we-green-700); text-decoration: underline; }
@media (max-width: 480px) { .cc-svc dl { grid-template-columns: 1fr; gap: 1px; } .cc-svc dt { margin-top: 7px; } }
.cc-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.cc-actions .btn { padding: 12px 22px; font-size: 12.5px; }
.cc-save { background: none; border: 0; cursor: pointer; font-family: var(--font-sans); font-size: 13px; font-weight: 600; color: var(--we-ink-muted); text-decoration: underline; padding: 8px 4px; }
.cc-save:hover { color: var(--we-green-700); }
@media (max-width: 560px) { .cc-actions { flex-direction: column; align-items: stretch; } .cc-actions .btn { justify-content: center; } }

/* ---------- Reveal animation ---------- */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); }
  .reveal.in { opacity: 1; transform: none; }
}

/* ---------- Mobile menu ---------- */
.mobile-menu { position: fixed; inset: 76px 0 auto 0; z-index: 99; background: var(--we-cream); border-bottom: 1px solid var(--we-line); padding: 18px var(--container-pad) 28px; display: none; flex-direction: column; gap: 2px; box-shadow: var(--shadow-md); max-height: calc(100vh - 76px); overflow-y: auto; }
.mobile-menu.open { display: flex; }
.mobile-menu a { padding: 13px 4px; font-size: 16px; font-weight: 500; border-bottom: 1px solid var(--we-line-soft); color: var(--we-ink-soft); }
.mobile-menu .mm-group { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--we-green-700); font-weight: 600; padding: 16px 4px 4px; }
.mobile-menu .mm-sub { padding-left: 16px; font-size: 15px; }
.mobile-menu .btn { margin-top: 16px; justify-content: center; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .cards.c4 { grid-template-columns: repeat(2, 1fr); }
  .steps.s4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1120px) {
  .nav-links { display: none; }
  .nav-cta { margin-left: auto; }
  .nav-toggle { display: inline-flex; }
}
@media (max-width: 720px) {
  .nav-inner { gap: 12px; }
  .nav-cta .btn--primary { display: none; }
  .nav-cta .btn { padding: 10px 14px; font-size: 12px; }
  .nav-cta .btn svg { display: none; }
}
@media (max-width: 980px) {
  .mission-grid, .split, .split.even, .ind-block, .nl-inner, .cards.c2, .cards.c3, .steps.s3, .area { grid-template-columns: 1fr; }
  .ind-block { gap: 36px; }
  .ind-block.flip .ind-visual { order: -1; }
  .stats-grid { grid-template-columns: 1fr; }
  .stat { border-left: 0; border-top: 1px solid rgba(255,255,255,0.13); }
  .stat:first-child { border-top: 0; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .ft-top { grid-template-columns: 1fr 1fr; gap: 38px 40px; }
  .ft-brand { grid-column: 1 / -1; }
  .ft-brand p { max-width: 460px; }
}
@media (max-width: 620px) {
  .cards.c2, .cards.c3, .cards.c4, .steps.s3, .steps.s4, .pos-list { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(30px, 8.4vw, 48px); hyphens: auto; }
  .hero-inner { padding-block: clamp(56px, 14vw, 96px); }
  .hero-meta { gap: 24px; }
  .mission, .solutions, .industries, .team { padding-block: 60px; }
  .section { padding-block: 60px; }
  .stat { padding: 40px 24px; }
  .team-grid { margin-top: 36px; gap: 16px; }
  .team-photo .initials { font-size: 42px; }
  .nl-form { flex-direction: column; border-radius: var(--r-lg); padding: 14px; }
  .nl-form .btn { justify-content: center; }
  .fld.row2, .svc-grid { grid-template-columns: 1fr; }
  .modal-body { padding: 24px 22px 28px; }
  .modal-head { padding: 26px 22px 22px; }
  /* Footer */
  .ft-top { grid-template-columns: 1fr; gap: 32px; }
  .ft-brand { grid-column: auto; }
  .ft-bottom { flex-direction: column; align-items: flex-start; gap: 18px; margin-top: 36px; }
  .ft-legal { flex-direction: column; gap: 0; width: 100%; }
  .ft-legal a, .ft-legal span { padding: 11px 0; border-top: 1px solid rgba(255,255,255,0.1); width: 100%; }
  .ft-legal > :first-child { border-top: 0; }
  .ft-bottom > span { order: 1; opacity: 0.7; }
}
@media (max-width: 480px) {
  .hero-cta { flex-direction: column; align-items: stretch; gap: 12px; }
  .hero-cta .btn { width: 100%; justify-content: center; }
  .nav-cta .btn--primary { padding: 11px 16px; }
}
