/* ============================================================
   KOLBE TISCHLEREI — Design System
   Editorial craft-premium. Anthrazit · Forstgrün · Eiche · Creme
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap');

/* ---------- Tokens ---------- */
:root {
  --ink:        #1c1a16;
  --ink-soft:   #33302a;
  --ink-2:      #23211c;
  --paper:      #f6f2ea;
  --paper-2:    #efe8db;
  --white:      #fffdf9;
  --green:      #35502f;
  --green-700:  #294024;
  --green-300:  #6f8f5e;
  --green-tint: #eef1e8;
  --oak:        #b07a45;
  --oak-soft:   #c79a6b;
  --oak-tint:   #f3e9dd;
  --border:     #e3dccd;
  --border-2:   #d5ccbb;
  --border-dk:  rgba(255,253,249,.14);
  --text:       #2a2823;
  --muted:      #6c675c;
  --muted-dk:   #b9b3a5;

  --maxw: 1240px;
  --gut: clamp(20px, 5vw, 64px);
  --radius: 4px;
  --radius-lg: 10px;
  --shadow-sm: 0 1px 2px rgba(28,26,22,.06), 0 4px 14px rgba(28,26,22,.05);
  --shadow-md: 0 10px 30px rgba(28,26,22,.10);
  --shadow-lg: 0 26px 60px rgba(28,26,22,.18);
  --ease: cubic-bezier(.22,.61,.36,1);
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'Inter', system-ui, -apple-system, sans-serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  font-family: var(--sans);
  color: var(--text);
  background: var(--paper);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, video { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
::selection { background: var(--green); color: #fff; }

/* ---------- Typography ---------- */
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; line-height: 1.1; color: var(--ink); letter-spacing: -.01em; }
.h-kicker {
  font-family: var(--sans);
  font-size: .8rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
  color: var(--green); display: inline-flex; align-items: center; gap: .6rem;
}
.h-kicker::before { content: ""; width: 30px; height: 1px; background: var(--oak); display: inline-block; }
.h-kicker.on-dark { color: var(--oak-soft); }
.h-kicker.center { justify-content: center; }
.h-kicker.center::after { content: ""; width: 30px; height: 1px; background: var(--oak); display: inline-block; }

.display { font-size: clamp(2.6rem, 6.2vw, 5rem); line-height: 1.02; }
.h2 { font-size: clamp(2rem, 4vw, 3.1rem); }
.h3 { font-size: clamp(1.35rem, 2.2vw, 1.8rem); }
.lead { font-size: clamp(1.08rem, 1.5vw, 1.28rem); color: var(--ink-soft); line-height: 1.6; }
.prose p { color: var(--text); margin-bottom: 1.15em; max-width: 68ch; }
.prose p:last-child { margin-bottom: 0; }
em, .accent-serif { font-style: italic; }

/* ---------- Layout ---------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gut); }
.wrap-narrow { max-width: 900px; margin: 0 auto; padding-inline: var(--gut); }
section { position: relative; }
.section { padding-block: clamp(64px, 9vw, 130px); }
.section-sm { padding-block: clamp(48px, 6vw, 84px); }
.bg-paper2 { background: var(--paper-2); }
.bg-white  { background: var(--white); }
.bg-green  { background: var(--green); color: #fff; }
.bg-ink    { background: var(--ink); color: var(--white); }
.bg-green .h2, .bg-green h2, .bg-green h3, .bg-ink .h2, .bg-ink h2, .bg-ink h3 { color: #fff; }
.center { text-align: center; }
.mx-auto { margin-inline: auto; }
.grid { display: grid; gap: clamp(24px, 3vw, 48px); }
.col-2 { grid-template-columns: repeat(2, 1fr); }
.col-3 { grid-template-columns: repeat(3, 1fr); }
.col-4 { grid-template-columns: repeat(4, 1fr); }
.items-center { align-items: center; }
.section-head { max-width: 760px; }
.section-head.center { margin-inline: auto; }
.section-head .h2 { margin-top: .5rem; }
.section-head p { margin-top: 1rem; color: var(--muted); }
.bg-green .section-head p, .bg-ink .section-head p { color: var(--muted-dk); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .6rem;
  padding: .95rem 1.7rem; border-radius: var(--radius);
  font-weight: 600; font-size: .98rem; letter-spacing: .01em;
  border: 1px solid transparent; transition: all .25s var(--ease);
  will-change: transform;
}
.btn svg { width: 18px; height: 18px; transition: transform .3s var(--ease); }
.btn-primary { background: var(--green); color: #fff; }
.btn-primary:hover { background: var(--green-700); transform: translateY(-2px); box-shadow: 0 10px 22px rgba(41,64,36,.28); }
.btn-primary:hover svg { transform: translateX(4px); }
.btn-oak { background: var(--oak); color: #fff; }
.btn-oak:hover { background: #9a672f; transform: translateY(-2px); box-shadow: 0 10px 22px rgba(176,122,69,.3); }
.btn-ghost { border-color: var(--border-2); color: var(--ink); background: transparent; }
.btn-ghost:hover { border-color: var(--ink); background: var(--ink); color: #fff; transform: translateY(-2px); }
.btn-ghost.on-dark { border-color: rgba(255,255,255,.35); color: #fff; }
.btn-ghost.on-dark:hover { background: #fff; color: var(--ink); border-color:#fff; }
.btn-lg { padding: 1.1rem 2rem; font-size: 1.02rem; }
.link-arrow { display: inline-flex; align-items: center; gap: .5rem; font-weight: 600; color: var(--green); transition: gap .25s var(--ease); }
.link-arrow svg { width: 16px; height: 16px; transition: transform .25s var(--ease); }
.link-arrow:hover { gap: .8rem; }
.link-arrow:hover svg { transform: translateX(3px); }
.link-arrow.on-dark { color: var(--oak-soft); }

/* ---------- Header ---------- */
.header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(246,242,234,.86); backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent; transition: box-shadow .3s var(--ease), border-color .3s, background .3s;
}
.header.scrolled { box-shadow: 0 6px 24px rgba(28,26,22,.08); border-color: var(--border); background: rgba(246,242,234,.95); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; height: 84px; }
.header.scrolled .header-inner { height: 72px; }
.header-inner { transition: height .3s var(--ease); }

/* Logo wordmark */
.logo { display: inline-flex; align-items: center; gap: .1rem; line-height: 1; }
.logo-mark { font-family: var(--sans); font-weight: 700; font-size: 1.55rem; letter-spacing: -.02em; color: var(--ink); }
.logo-tag { font-family: var(--sans); font-weight: 600; font-size: .62rem; letter-spacing: .26em; text-transform: uppercase;
  background: var(--green); color: #fff; padding: .34em .55em; margin-left: .5rem; border-radius: 3px; }
.footer .logo-mark { color: #fff; }

/* Nav */
.nav { display: flex; align-items: center; gap: .35rem; }
.nav-item { position: relative; }
.nav-link {
  display: inline-flex; align-items: center; gap: .3rem;
  padding: .6rem .85rem; font-size: .95rem; font-weight: 500; color: var(--ink-soft);
  border-radius: var(--radius); transition: color .2s, background .2s;
}
.nav-link:hover, .nav-item:hover > .nav-link, .nav-link.active { color: var(--green); }
.nav-link.active { font-weight: 600; }
.nav-link svg { width: 13px; height: 13px; opacity: .7; transition: transform .25s var(--ease); }
.nav-item:hover .nav-link svg { transform: rotate(180deg); }
.dropdown {
  position: absolute; top: calc(100% + 6px); left: 0; min-width: 244px;
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md); padding: .5rem;
  opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .22s var(--ease); z-index: 20;
}
.nav-item:hover .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown a {
  display: flex; align-items: center; gap: .7rem; padding: .62rem .8rem; border-radius: var(--radius);
  font-size: .93rem; color: var(--ink-soft); transition: background .18s, color .18s;
}
.dropdown a:hover { background: var(--green-tint); color: var(--green-700); }
.dropdown a .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--oak); flex: none; }
.header-cta { display: flex; align-items: center; gap: 1rem; }
.header-phone { display: inline-flex; align-items: center; gap: .5rem; font-weight: 600; font-size: .95rem; color: var(--ink); }
.header-phone svg { width: 17px; height: 17px; color: var(--green); }

/* Burger + mobile */
.burger { display: none; width: 46px; height: 46px; border: 1px solid var(--border-2); border-radius: var(--radius);
  background: transparent; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.burger span { width: 20px; height: 2px; background: var(--ink); transition: all .3s var(--ease); }
.mobile-nav { position: fixed; inset: 0 0 0 auto; width: min(88vw, 400px); background: var(--paper);
  z-index: 200; transform: translateX(100%); transition: transform .35s var(--ease);
  padding: 6rem 1.6rem 2rem; overflow-y: auto; box-shadow: var(--shadow-lg); }
.mobile-nav.open { transform: translateX(0); }
.mobile-backdrop { position: fixed; inset: 0; background: rgba(28,26,22,.5); z-index: 150; opacity: 0; visibility: hidden; transition: opacity .3s; }
.mobile-backdrop.open { opacity: 1; visibility: visible; }
.mobile-close { position: absolute; top: 1.4rem; right: 1.4rem; width: 44px; height: 44px; border: 1px solid var(--border-2);
  border-radius: var(--radius); background: transparent; font-size: 1.4rem; color: var(--ink); }
.m-group-title { font-size: .74rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--oak); margin: 1.4rem 0 .3rem; }
.mobile-nav a { display: block; padding: .7rem .2rem; font-size: 1.05rem; color: var(--ink-soft); border-bottom: 1px solid var(--border); }
.mobile-nav a.active { color: var(--green); font-weight: 600; }
.mobile-nav .btn { width: 100%; justify-content: center; margin-top: 1.6rem; }

/* ---------- Hero (home) ---------- */
.hero { position: relative; min-height: min(92vh, 860px); display: flex; align-items: flex-end; overflow: hidden; background: var(--ink); }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,18,15,.42) 0%, rgba(20,18,15,.15) 40%, rgba(20,18,15,.82) 100%); }
.hero-inner { position: relative; z-index: 2; width: 100%; padding-block: clamp(48px, 8vw, 96px); color: #fff; }
.hero h1 { color: #fff; max-width: 16ch; }
.hero .lead { color: rgba(255,255,255,.9); max-width: 54ch; margin-top: 1.4rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.2rem; }
.hero-eyebrow { color: #fff; margin-bottom: 1.4rem; }
.hero-eyebrow .h-kicker { color: var(--oak-soft); }
.hero-scroll { position: absolute; bottom: 22px; right: var(--gut); z-index: 3; color: rgba(255,255,255,.7);
  font-size: .74rem; letter-spacing: .18em; text-transform: uppercase; display: flex; align-items: center; gap: .6rem; }
.hero-scroll::after { content: ""; width: 1px; height: 34px; background: rgba(255,255,255,.4); animation: scrolldash 2s var(--ease) infinite; }
@keyframes scrolldash { 0%,100%{ opacity:.3; transform: scaleY(.6);} 50%{opacity:1; transform: scaleY(1);} }

/* Trust bar under hero */
.trustbar { background: var(--ink-2); color: var(--white); border-top: 1px solid var(--border-dk); }
.trustbar .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1.5rem 2rem; padding-block: 1.5rem; }
.trust-item { display: flex; align-items: center; gap: .7rem; font-size: .95rem; }
.trust-item svg { width: 22px; height: 22px; color: var(--oak-soft); flex: none; }
.trust-item strong { color: #fff; font-weight: 600; }
.trust-item span { color: var(--muted-dk); }

/* ---------- Page hero (subpages) ---------- */
.page-hero { position: relative; background: var(--ink); color: #fff; overflow: hidden; }
.page-hero.with-image { min-height: 460px; display: flex; align-items: flex-end; }
.page-hero-media { position: absolute; inset: 0; }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.page-hero-media::after { content:""; position:absolute; inset:0; background: linear-gradient(180deg, rgba(20,18,15,.5), rgba(20,18,15,.85)); }
.page-hero-inner { position: relative; z-index: 2; padding-block: clamp(56px, 8vw, 104px); width: 100%; }
.page-hero h1 { color: #fff; font-size: clamp(2.3rem, 4.6vw, 4rem); max-width: 20ch; }
.page-hero .lead { color: rgba(255,255,255,.88); max-width: 60ch; margin-top: 1rem; }
.breadcrumb { display: flex; align-items: center; gap: .5rem; font-size: .84rem; color: rgba(255,255,255,.66); margin-bottom: 1.2rem; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb span { opacity: .5; }

/* ---------- Service cards grid ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 1.6vw, 26px); }
.svc-card { position: relative; display: flex; flex-direction: column; border-radius: var(--radius-lg); overflow: hidden;
  background: var(--ink); min-height: 360px; isolation: isolate; }
.svc-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s var(--ease), opacity .5s; opacity: .82; }
.svc-card::after { content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(20,18,15,.05) 30%, rgba(20,18,15,.55) 66%, rgba(20,18,15,.9) 100%); transition: background .4s; }
.svc-card:hover img { transform: scale(1.07); opacity: 1; }
.svc-card-body { position: relative; z-index: 2; margin-top: auto; padding: clamp(20px, 2vw, 30px); color: #fff;
  display: flex; flex-direction: column; }
.svc-num { position: absolute; top: clamp(18px,2vw,26px); left: clamp(20px,2vw,30px);
  font-family: var(--serif); font-size: 1rem; color: var(--oak-soft); z-index: 3; }
.svc-card h3 { color: #fff; font-size: 1.5rem; }
.svc-card p { color: rgba(255,255,255,.82); font-size: .95rem; margin-top: .5rem; max-height: 0; opacity: 0; overflow: hidden;
  transition: max-height .5s var(--ease), opacity .4s, margin .4s; }
.svc-card .svc-more { display: inline-flex; align-items: center; gap: .5rem; margin-top: 1rem; font-weight: 600; font-size: .9rem; color: #fff;
  opacity: .85; transition: gap .25s; }
.svc-card .svc-more svg { width: 16px; height: 16px; }
.svc-card:hover p { max-height: 120px; opacity: 1; margin-top: .7rem; }
.svc-card:hover .svc-more { gap: .8rem; color: var(--oak-soft); }

/* ---------- Split feature (image + text) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 80px); align-items: center; }
.split.reverse .split-media { order: 2; }
.split-media { position: relative; }
.split-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); width: 100%; object-fit: cover; }
.split-media .badge { position: absolute; background: var(--white); box-shadow: var(--shadow-md); border-radius: var(--radius-lg);
  padding: 1.1rem 1.3rem; max-width: 220px; }
.split-media .badge.br { right: -18px; bottom: -22px; }
.split-media .badge .num { font-family: var(--serif); font-size: 2.4rem; color: var(--green); line-height: 1; }
.split-media .badge .lbl { font-size: .82rem; color: var(--muted); margin-top: .3rem; }
.split-body .h2 { margin: .6rem 0 1.3rem; }

/* checklist */
.checklist { list-style: none; padding: 0; display: grid; gap: .85rem; margin-top: 1.6rem; }
.checklist li { display: flex; gap: .8rem; align-items: flex-start; }
.checklist svg { width: 22px; height: 22px; color: var(--green); flex: none; margin-top: 1px; }
.checklist b { color: var(--ink); font-weight: 600; }
.bg-ink .checklist b, .bg-green .checklist b { color: #fff; }
.bg-ink .checklist svg, .bg-green .checklist svg { color: var(--oak-soft); }

/* ---------- Feature cards (icon) ---------- */
.feature-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: clamp(24px, 2.6vw, 38px); transition: transform .3s var(--ease), box-shadow .3s, border-color .3s; height: 100%; }
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--oak-soft); }
.feature-ico { width: 54px; height: 54px; border-radius: 12px; background: var(--green-tint); color: var(--green);
  display: grid; place-items: center; margin-bottom: 1.3rem; }
.feature-ico svg { width: 26px; height: 26px; }
.feature-card h3 { font-size: 1.3rem; margin-bottom: .55rem; }
.feature-card p { color: var(--muted); font-size: .96rem; }

/* ---------- Gallery ---------- */
.gallery { columns: 3; column-gap: 16px; }
.gallery img { width: 100%; margin-bottom: 16px; border-radius: var(--radius-lg); break-inside: avoid;
  transition: transform .5s var(--ease), filter .5s; box-shadow: var(--shadow-sm); }
.gallery img:hover { transform: scale(1.02); filter: saturate(1.08); }

/* ---------- Stats band ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.stat { text-align: center; }
.stat .num { font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 3.8rem); color: var(--oak-soft); line-height: 1; }
.stat .lbl { margin-top: .7rem; font-size: .95rem; color: var(--muted-dk); letter-spacing: .02em; }

/* ---------- Team ---------- */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(18px, 2vw, 30px); }
.team-card { }
.team-photo { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 3/3.4; background: var(--paper-2); }
.team-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); filter: grayscale(.15); }
.team-card:hover .team-photo img { transform: scale(1.05); filter: grayscale(0); }
.team-photo::after { content:""; position:absolute; inset:0; box-shadow: inset 0 -60px 60px -40px rgba(28,26,22,.5); }
.team-card h3 { font-size: 1.15rem; margin-top: 1rem; }
.team-card .role { font-size: .88rem; color: var(--green); font-weight: 500; margin-top: .2rem; }
.team-lead { grid-column: span 2; }
.team-lead .team-photo { aspect-ratio: 16/12; }

/* ---------- Partner strip ---------- */
.partners { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.4rem; align-items: center; }
.partner-logo { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg);
  aspect-ratio: 3/2; display: grid; place-items: center; padding: 1.1rem; transition: box-shadow .3s, transform .3s; }
.partner-logo:hover { box-shadow: var(--shadow-sm); transform: translateY(-3px); }
.partner-logo img { max-height: 58px; width: auto; object-fit: contain; filter: grayscale(1) brightness(.55) contrast(1.05); opacity: .85; transition: all .35s; }
.partner-logo:hover img { filter: none; opacity: 1; }

/* ---------- Doc / catalog links ---------- */
.docs { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: 1rem; }
.doc { display: flex; gap: 1rem; align-items: center; background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 1.1rem 1.2rem; transition: border-color .25s, box-shadow .25s, transform .25s; }
.doc:hover { border-color: var(--oak-soft); box-shadow: var(--shadow-sm); transform: translateY(-3px); }
.doc-ico { width: 46px; height: 46px; border-radius: 10px; background: var(--oak-tint); color: var(--oak);
  display: grid; place-items: center; flex: none; }
.doc-ico svg { width: 22px; height: 22px; }
.doc .t { font-weight: 600; color: var(--ink); font-size: .98rem; }
.doc .s { font-size: .82rem; color: var(--muted); }

/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; }
.cta-band .wrap { display: grid; grid-template-columns: 1.4fr auto; gap: 2.5rem; align-items: center; }
.cta-band h2 { color: #fff; max-width: 20ch; }
.cta-band p { color: var(--muted-dk); margin-top: .8rem; }
.cta-actions { display: flex; flex-direction: column; gap: .9rem; min-width: 260px; }
.cta-phone { font-family: var(--serif); font-size: 1.9rem; color: #fff; display: inline-flex; align-items: center; gap: .7rem; }
.cta-phone svg { width: 26px; height: 26px; color: var(--oak-soft); }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(32px, 5vw, 72px); }
.contact-info-item { display: flex; gap: 1rem; padding: 1.3rem 0; border-bottom: 1px solid var(--border); }
.contact-info-item:first-child { padding-top: 0; }
.contact-ico { width: 46px; height: 46px; border-radius: 12px; background: var(--green-tint); color: var(--green); display: grid; place-items: center; flex: none; }
.contact-ico svg { width: 22px; height: 22px; }
.contact-info-item .t { font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.contact-info-item .v { font-size: 1.15rem; color: var(--ink); font-weight: 500; margin-top: .15rem; }
.contact-info-item .v a:hover { color: var(--green); }

/* Form */
.form-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: clamp(24px, 3vw, 44px); box-shadow: var(--shadow-sm); }
.field { margin-bottom: 1.15rem; }
.field label { display: block; font-size: .86rem; font-weight: 600; color: var(--ink-soft); margin-bottom: .45rem; }
.field .req { color: var(--oak); }
.field input, .field textarea, .field select {
  width: 100%; padding: .85rem 1rem; border: 1px solid var(--border-2); border-radius: var(--radius);
  background: var(--paper); font: inherit; color: var(--text); transition: border-color .2s, box-shadow .2s; }
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(53,80,47,.14); background:#fff; }
.field textarea { min-height: 130px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.15rem; }
.check-row { display: flex; gap: .7rem; align-items: flex-start; font-size: .88rem; color: var(--muted); margin: .3rem 0 1.4rem; }
.check-row input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--green); flex: none; }
.form-note { font-size: .82rem; color: var(--muted); margin-top: 1rem; }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: var(--muted-dk); padding-block: clamp(56px, 7vw, 90px) 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 2.5rem; padding-bottom: 3rem; }
.footer h4 { color: #fff; font-family: var(--sans); font-size: .82rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 1.3rem; }
.footer-about p { margin: 1.3rem 0; font-size: .94rem; line-height: 1.7; max-width: 34ch; }
.footer-links { list-style: none; padding: 0; display: grid; gap: .7rem; }
.footer-links a { font-size: .95rem; color: var(--muted-dk); transition: color .2s, padding .2s; }
.footer-links a:hover { color: #fff; padding-left: 4px; }
.footer-contact-item { display: flex; gap: .7rem; margin-bottom: .9rem; font-size: .95rem; }
.footer-contact-item svg { width: 18px; height: 18px; color: var(--oak-soft); flex: none; margin-top: 2px; }
.footer-contact-item a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid var(--border-dk); padding-block: 1.6rem; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; font-size: .86rem; }
.footer-bottom a { color: var(--muted-dk); }
.footer-bottom a:hover { color: #fff; }
.footer-bottom .legal { display: flex; gap: 1.5rem; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; } .reveal.d4 { transition-delay: .32s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none; }
  .hero-scroll::after { animation: none; }
}

/* ---------- Misc content ---------- */
.pill-row { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.4rem; }
.pill { padding: .5rem 1rem; border: 1px solid var(--border-2); border-radius: 100px; font-size: .88rem; color: var(--ink-soft); background: var(--white); }
.quote { font-family: var(--serif); font-size: clamp(1.5rem, 3vw, 2.3rem); line-height: 1.35; color: var(--ink); font-weight: 500; }
.quote-mark { color: var(--oak); font-size: 3rem; line-height: 0; }
.divider-soft { border: 0; border-top: 1px solid var(--border); margin-block: clamp(48px,6vw,80px); }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .nav, .header-phone { display: none; }
  .burger { display: flex; }
  .svc-grid, .col-3 { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(3, 1fr); }
  .partners { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem 2.5rem; }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 2.5rem 1rem; }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  .split, .contact-grid, .cta-band .wrap { grid-template-columns: 1fr; }
  .split.reverse .split-media { order: 0; }
  .col-2, .col-3, .col-4, .svc-grid { grid-template-columns: 1fr; }
  .gallery { columns: 2; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .team-lead { grid-column: span 2; }
  .form-row { grid-template-columns: 1fr; }
  .cta-band .wrap { text-align: center; }
  .cta-actions { min-width: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 2.2rem; }
  .split-media .badge.br { right: 12px; bottom: -18px; }
  .trustbar .wrap { justify-content: flex-start; }
  .trust-item { width: calc(50% - 1rem); }
}
@media (max-width: 440px) {
  .gallery { columns: 1; }
  .team-grid, .partners { grid-template-columns: 1fr 1fr; }
  .hero-actions .btn { width: 100%; justify-content: center; }
}
