/* ============================================================
   GASSERWERK HOLZBAU — DESIGN SYSTEM v2
   Conversion-optimiert, Handwerk-fokussiert
   Holzbau-Grün + Gold-Akzent, system-ui, 8px Grid
   ============================================================ */

:root {
  --color-primary: #2f5d50;
  --color-primary-hover: #264d42;
  --color-primary-soft: rgba(47,93,80,0.08);
  --color-accent: #c89b3c;
  --color-accent-hover: #d4a843;
  --color-accent-soft: rgba(200,155,60,0.12);
  --color-dark: #1a1a1a;
  --color-text: #333333;
  --color-text-soft: #666666;
  --color-text-muted: #999999;
  --color-light: #f5f3f0;
  --color-lighter: #faf9f7;
  --color-white: #ffffff;
  --color-border: #e5e2dc;
  --color-border-light: rgba(0,0,0,0.06);
  --color-success: #3d8b5e;
  --font-main: system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-display: Georgia, 'Times New Roman', serif;
  --s1: 8px; --s2: 16px; --s3: 24px; --s4: 32px;
  --s5: 48px; --s6: 64px; --s7: 96px;
  --radius: 6px; --radius-lg: 10px;
  --shadow-soft: 0 2px 8px rgba(0,0,0,0.06);
  --shadow-medium: 0 4px 16px rgba(0,0,0,0.10);
  --shadow-cta: 0 4px 20px rgba(200,155,60,0.25);
  --container: 1120px; --header-height: 72px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --t-fast: 150ms; --t-normal: 250ms;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font-main); font-size: 16px; line-height: 1.6; color: var(--color-text); background: var(--color-white); }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--color-primary); text-decoration: none; transition: color var(--t-fast) ease; }
a:hover { color: var(--color-primary-hover); }
.container { max-width: var(--container); margin: 0 auto; padding: 0 var(--s3); }
.skip-link { position: absolute; left: -9999px; top: var(--s1); background: var(--color-primary); color: white; padding: var(--s1) var(--s2); border-radius: var(--radius); font-size: 14px; z-index: 10000; }
.skip-link:focus { left: var(--s2); }
*:focus-visible { outline: 3px solid var(--color-accent); outline-offset: 2px; }

/* HEADER */
.site-header { position: fixed; top: 0; left: 0; right: 0; height: var(--header-height); background: rgba(255,255,255,0.95); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--color-border-light); z-index: 1000; transition: box-shadow var(--t-normal) ease; }
.site-header.scrolled { box-shadow: var(--shadow-soft); }
.header-inner { max-width: var(--container); margin: 0 auto; height: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0 var(--s3); }
.logo { font-family: var(--font-main); font-size: 17px; font-weight: 700; color: var(--color-dark); display: flex; align-items: center; gap: var(--s1); letter-spacing: -0.01em; }
.logo-mark { width: 34px; height: 34px; background: var(--color-primary); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; color: white; font-size: 15px; font-weight: 800; }
.nav-desktop { display: flex; align-items: center; gap: var(--s4); }
.nav-desktop a { font-size: 14px; font-weight: 500; color: var(--color-text-soft); padding: var(--s1) 0; transition: color var(--t-fast) ease; }
.nav-desktop a:hover, .nav-desktop a[aria-current="page"] { color: var(--color-primary); }

/* BUTTONS */
.btn-cta, .btn-primary { display: inline-flex; align-items: center; gap: var(--s1); background: var(--color-accent); color: var(--color-dark); font-size: 14px; font-weight: 700; letter-spacing: 0.01em; padding: 14px 24px; border-radius: var(--radius); border: none; cursor: pointer; transition: all var(--t-fast) ease; min-height: 44px; text-decoration: none; }
.btn-cta:hover, .btn-primary:hover { background: var(--color-accent-hover); color: var(--color-dark); transform: translateY(-1px); box-shadow: var(--shadow-cta); }
.btn-secondary, .btn-outline { display: inline-flex; align-items: center; gap: var(--s1); border: 2px solid var(--color-primary); color: var(--color-primary); padding: 12px 22px; border-radius: var(--radius); font-size: 14px; font-weight: 600; transition: all var(--t-fast) ease; min-height: 44px; text-decoration: none; }
.btn-secondary:hover, .btn-outline:hover { background: var(--color-primary); color: white; }

/* HERO */
.hero { position: relative; min-height: 90vh; display: flex; align-items: flex-end; overflow: hidden; margin-top: var(--header-height); }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.35) 40%, rgba(0,0,0,0.15) 100%); }
.hero-content { position: relative; z-index: 2; max-width: var(--container); margin: 0 auto; padding: var(--s7) var(--s3) var(--s6); width: 100%; }
.hero-label { font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--color-accent); margin-bottom: var(--s2); }
.hero h1 { font-family: var(--font-display); font-size: 48px; font-weight: 400; color: white; line-height: 1.15; margin-bottom: var(--s2); max-width: 600px; letter-spacing: -0.02em; }
.hero-sub { font-size: 18px; color: rgba(255,255,255,0.85); max-width: 520px; line-height: 1.6; margin-bottom: var(--s4); }
.hero-cta { display: flex; gap: var(--s2); flex-wrap: wrap; align-items: center; }
.btn-hero-primary { display: inline-flex; align-items: center; gap: var(--s1); background: var(--color-accent); color: var(--color-dark); font-size: 16px; font-weight: 700; padding: 18px 36px; border-radius: var(--radius); transition: all var(--t-fast) ease; min-height: 52px; box-shadow: var(--shadow-cta); text-decoration: none; }
.btn-hero-primary:hover { background: var(--color-accent-hover); color: var(--color-dark); transform: translateY(-2px); box-shadow: 0 6px 28px rgba(200,155,60,0.4); }
.btn-hero-secondary { display: inline-flex; align-items: center; gap: var(--s1); color: white; font-size: 16px; font-weight: 500; padding: 16px 24px; border: 1px solid rgba(255,255,255,0.3); border-radius: var(--radius); transition: all var(--t-fast) ease; min-height: 52px; text-decoration: none; }
.btn-hero-secondary:hover { border-color: rgba(255,255,255,0.6); background: rgba(255,255,255,0.08); color: white; }

/* SECTIONS */
section.section { padding: var(--s6) var(--s3); }
.section-inner { max-width: var(--container); margin: 0 auto; }
.section-label { font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--color-primary); margin-bottom: var(--s1); display: flex; align-items: center; gap: var(--s1); }
.section-label::before { content: ''; width: 24px; height: 2px; background: var(--color-primary); display: inline-block; }
.section-title { font-family: var(--font-display); font-size: 36px; font-weight: 400; color: var(--color-dark); line-height: 1.2; margin-bottom: var(--s2); letter-spacing: -0.02em; }
.section-sub { font-size: 17px; color: var(--color-text-soft); max-width: 560px; margin-bottom: var(--s5); }
.section-alt { background: var(--color-light); }

/* TRUST BAR */
.trust-bar { background: var(--color-primary); color: white; padding: var(--s3); }
.trust-grid { max-width: var(--container); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s2); text-align: center; }
.trust-item { padding: var(--s2); }
.trust-val { font-size: 28px; font-weight: 700; display: block; margin-bottom: 4px; letter-spacing: -0.02em; }
.trust-label { font-size: 13px; opacity: 0.8; }

/* SERVICES */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s3); }
.service-card { background: var(--color-white); border: 1px solid var(--color-border); border-radius: var(--radius-lg); overflow: hidden; transition: transform var(--t-normal) var(--ease), box-shadow var(--t-normal) ease; text-decoration: none; color: var(--color-text); display: block; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-medium); color: var(--color-text); }
.service-card img { width: 100%; height: 200px; object-fit: cover; }
.service-card-body { padding: var(--s3); }
.service-card h3 { font-size: 20px; font-weight: 600; margin-bottom: var(--s1); color: var(--color-dark); }
.service-card ul { list-style: none; margin-bottom: var(--s2); }
.service-card li { font-size: 14px; color: var(--color-text-soft); padding: 6px 0; padding-left: var(--s3); position: relative; border-bottom: 1px solid var(--color-border-light); }
.service-card li:last-child { border-bottom: none; }
.service-card li::before { content: '•'; position: absolute; left: 0; color: var(--color-accent); font-weight: 700; font-size: 16px; }
.card-link { font-size: 14px; font-weight: 600; color: var(--color-primary); }
.service-card:hover .card-link { text-decoration: underline; }

/* REFERENZEN */
.ref-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s3); }
.ref-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/3; display: block; }
.ref-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s var(--ease); }
.ref-card:hover img { transform: scale(1.05); }
.ref-card-meta { position: absolute; bottom: 0; left: 0; right: 0; padding: var(--s5) var(--s3) var(--s3); background: linear-gradient(to top, rgba(0,0,0,0.75), transparent); }
.ref-card-title { color: white; font-size: 17px; font-weight: 600; display: block; }
.ref-card-cat { color: var(--color-accent); font-size: 13px; font-weight: 500; }
.link-all { display: inline-flex; align-items: center; gap: var(--s1); font-weight: 600; margin-top: var(--s4); font-size: 15px; }

/* ABOUT */
.about-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s6); align-items: center; }
.about-text p { margin-bottom: var(--s2); color: var(--color-text-soft); line-height: 1.7; }
.about-img { border-radius: var(--radius-lg); overflow: hidden; }
.about-img img { width: 100%; height: 100%; object-fit: cover; }

/* TEAM */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s3); }
.team-card { text-align: center; }
.team-photo { width: 130px; height: 130px; border-radius: 50%; overflow: hidden; margin: 0 auto var(--s2); background: var(--color-light); border: 3px solid var(--color-border); }
.team-name { font-size: 17px; font-weight: 600; margin-bottom: 4px; color: var(--color-dark); }
.team-role { font-size: 13px; color: var(--color-text-muted); line-height: 1.4; }

/* PROCESS */
.process-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--s2); }
.process-step { text-align: center; position: relative; }
.process-num { font-size: 32px; font-weight: 800; color: var(--color-accent); display: block; margin-bottom: var(--s1); position: relative; z-index: 1; }
.process-title { font-weight: 700; font-size: 14px; margin-bottom: var(--s1); color: var(--color-dark); }
.process-desc { font-size: 13px; color: var(--color-text-muted); line-height: 1.5; }
@media (min-width: 901px) {
  .process-step::after { content: ''; position: absolute; top: 18px; right: -4px; width: calc(100% - 24px); height: 1px; background: var(--color-border); transform: translateX(100%); }
  .process-step:last-child::after { display: none; }
}

/* FAQ */
.faq-list { max-width: 700px; }
details { border-bottom: 1px solid var(--color-border); }
details summary { font-size: 16px; font-weight: 600; padding: var(--s3) 0; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; min-height: 48px; color: var(--color-dark); }
details summary::-webkit-details-marker { display: none; }
details summary::after { content: '+'; font-size: 22px; color: var(--color-text-muted); transition: transform var(--t-normal) var(--ease); flex-shrink: 0; margin-left: var(--s2); }
details[open] summary::after { transform: rotate(45deg); }
details[open] summary { color: var(--color-primary); }
.faq-answer { padding: 0 0 var(--s3); color: var(--color-text-soft); max-width: 600px; line-height: 1.7; }

/* CTA SECTION */
.cta-section { background: var(--color-primary); color: white; padding: var(--s6) var(--s3); }
.cta-section .section-label { color: var(--color-accent); }
.cta-section .section-label::before { background: var(--color-accent); }
.cta-section .section-title { color: white; font-size: 40px; }
.cta-section .section-sub { color: rgba(255,255,255,0.8); margin-left: auto; margin-right: auto; }
.cta-row { display: flex; gap: var(--s2); justify-content: center; flex-wrap: wrap; }

/* FOOTER */
.site-footer { background: var(--color-dark); color: rgba(255,255,255,0.7); padding: var(--s6) var(--s3) var(--s4); }
.footer-inner { max-width: var(--container); margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: var(--s5); margin-bottom: var(--s5); }
.footer-brand { font-size: 20px; font-weight: 700; color: white; margin-bottom: var(--s1); }
.footer-tagline { font-size: 13px; color: rgba(255,255,255,0.4); margin-bottom: var(--s3); }
.footer h4 { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--color-accent); margin-bottom: var(--s2); }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: var(--s1); }
.footer-links a { color: rgba(255,255,255,0.6); font-size: 14px; transition: color var(--t-fast) ease; }
.footer-links a:hover { color: white; }
.footer-trust { font-size: 13px; color: rgba(255,255,255,0.3); padding-top: var(--s3); border-top: 1px solid rgba(255,255,255,0.08); margin-bottom: var(--s3); }
.footer-bottom { font-size: 13px; color: rgba(255,255,255,0.25); display: flex; justify-content: space-between; flex-wrap: wrap; gap: var(--s1); }
.footer-bottom a { color: rgba(255,255,255,0.3); }
.footer-bottom a:hover { color: rgba(255,255,255,0.6); }

/* STICKY MOBILE CTA */
.sticky-cta { display: none; }

/* MOBILE NAV */
.nav-mobile { display: none; position: fixed; inset: 0; background: rgba(255,255,255,0.98); backdrop-filter: blur(16px); z-index: 999; flex-direction: column; justify-content: center; align-items: center; gap: var(--s4); }
.nav-mobile.open { display: flex; }
.nav-mobile a { font-size: 24px; font-weight: 600; color: var(--color-dark); }
.nav-mobile a:hover { color: var(--color-primary); }
.nav-close { position: absolute; top: var(--s3); right: var(--s3); background: none; border: none; font-size: 28px; color: var(--color-dark); cursor: pointer; min-width: 44px; min-height: 44px; }
.hamburger { display: none; background: none; border: none; cursor: pointer; padding: var(--s1); min-width: 44px; min-height: 44px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--color-dark); margin: 5px 0; transition: transform var(--t-normal) var(--ease); }

/* PAGE HERO */
.page-hero { position: relative; height: 340px; display: flex; align-items: flex-end; overflow: hidden; margin-top: var(--header-height); }
.page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.25) 60%, rgba(0,0,0,0.1) 100%); }
.page-hero-content { position: relative; z-index: 2; max-width: var(--container); margin: 0 auto; padding: var(--s5) var(--s3); width: 100%; }
.page-hero h1 { font-family: var(--font-display); font-size: 36px; color: white; line-height: 1.2; }
.breadcrumb { font-size: 13px; color: rgba(255,255,255,0.5); margin-bottom: var(--s1); }
.breadcrumb a { color: var(--color-accent); }

/* LEISTUNGEN DETAIL */
.service-detail { padding: var(--s6) 0; border-bottom: 1px solid var(--color-border); }
.service-detail:last-of-type { border-bottom: none; }
.service-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s5); align-items: center; }
.service-row.reverse { direction: rtl; }
.service-row.reverse > * { direction: ltr; }
.service-img { border-radius: var(--radius-lg); overflow: hidden; }
.service-img img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; }
.service-text h2 { font-family: var(--font-display); font-size: 32px; margin-bottom: var(--s2); color: var(--color-dark); }
.service-text p { color: var(--color-text-soft); margin-bottom: var(--s2); line-height: 1.7; }
.service-text ul { list-style: none; margin-bottom: var(--s3); }
.service-text li { font-size: 15px; padding: var(--s1) 0; padding-left: var(--s3); position: relative; border-bottom: 1px solid var(--color-border-light); }
.service-text li:last-child { border-bottom: none; }
.service-text li::before { content: '✓'; position: absolute; left: 0; color: var(--color-success); font-weight: 700; }

/* SUBNAV */
.subnav { position: sticky; top: var(--header-height); z-index: 99; background: var(--color-white); border-bottom: 1px solid var(--color-border); overflow-x: auto; -webkit-overflow-scrolling: touch; }
.subnav-inner { max-width: var(--container); margin: 0 auto; display: flex; padding: 0 var(--s3); }
.subnav a { padding: var(--s2) var(--s3); font-size: 14px; font-weight: 500; color: var(--color-text-soft); white-space: nowrap; border-bottom: 2px solid transparent; transition: color var(--t-fast) ease, border-color var(--t-fast) ease; }
.subnav a:hover, .subnav a.active { color: var(--color-primary); border-bottom-color: var(--color-primary); }

/* FILTER */
.filter-bar { display: flex; gap: var(--s1); flex-wrap: wrap; margin-bottom: var(--s4); }
.filter-btn { padding: var(--s1) var(--s3); border: 1px solid var(--color-border); border-radius: var(--radius); background: var(--color-white); color: var(--color-text-soft); font-size: 14px; font-weight: 500; cursor: pointer; transition: all var(--t-fast) ease; min-height: 40px; }
.filter-btn:hover, .filter-btn.active { background: var(--color-primary); color: white; border-color: var(--color-primary); }
.ref-grid-full { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s3); }

/* ÜBER UNS */
.story-section { display: grid; grid-template-columns: 1.2fr 1fr; gap: var(--s5); align-items: start; }
.story-text h2 { font-family: var(--font-display); font-size: 32px; margin-bottom: var(--s3); color: var(--color-dark); }
.story-text p { color: var(--color-text-soft); margin-bottom: var(--s2); line-height: 1.7; }
.story-img { border-radius: var(--radius-lg); overflow: hidden; position: sticky; top: calc(var(--header-height) + var(--s3)); }
.story-img img { width: 100%; object-fit: cover; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s3); margin-top: var(--s5); }
.value-card { background: var(--color-white); border: 1px solid var(--color-border); border-radius: var(--radius-lg); padding: var(--s4); text-align: center; }
.value-icon { font-size: 2rem; margin-bottom: var(--s2); }
.value-card h3 { font-size: 20px; font-weight: 600; margin-bottom: var(--s1); color: var(--color-dark); }
.value-card p { font-size: 14px; color: var(--color-text-muted); line-height: 1.6; }
.team-grid-full { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s4); }
.team-card-full { background: var(--color-white); border: 1px solid var(--color-border); border-radius: var(--radius-lg); overflow: hidden; text-align: center; }
.team-card-full .team-photo-full { width: 100%; aspect-ratio: 1; background: var(--color-light); display: flex; align-items: center; justify-content: center; }
.team-card-body { padding: var(--s3); }
.team-card-body .team-name { font-size: 17px; font-weight: 600; margin-bottom: 4px; color: var(--color-dark); }
.team-card-body .team-role { font-size: 13px; color: var(--color-text-muted); }
.team-card-body .team-qual { font-size: 13px; color: var(--color-primary); font-weight: 500; margin-top: 4px; }
.badges-row { display: flex; gap: var(--s4); align-items: center; flex-wrap: wrap; justify-content: center; padding: var(--s5) 0; }
.badge-item { display: flex; flex-direction: column; align-items: center; gap: var(--s1); opacity: 0.7; transition: opacity var(--t-fast) ease; }
.badge-item:hover { opacity: 1; }
.badge-icon { width: 52px; height: 52px; border-radius: 50%; background: var(--color-primary-soft); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; }
.badge-label { font-size: 12px; color: var(--color-text-muted); text-align: center; max-width: 90px; }

/* KONTAKT */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: var(--s5); }
.contact-info h2 { font-family: var(--font-display); font-size: 32px; margin-bottom: var(--s3); color: var(--color-dark); }
.contact-block { margin-bottom: var(--s3); }
.contact-block h3 { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--color-primary); margin-bottom: var(--s1); }
.contact-block p, .contact-block a { font-size: 15px; color: var(--color-text-soft); display: block; line-height: 1.8; }
.contact-chef { display: flex; gap: var(--s2); align-items: center; background: var(--color-primary-soft); border-radius: var(--radius-lg); padding: var(--s3); margin-top: var(--s4); }
.contact-chef-photo { width: 56px; height: 56px; border-radius: 50%; background: var(--color-light); flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--color-text-muted); }
.contact-chef-text { font-size: 14px; }
.contact-chef-text strong { color: var(--color-dark); display: block; margin-bottom: 2px; }
.contact-form { background: var(--color-lighter); border: 1px solid var(--color-border); border-radius: var(--radius-lg); padding: var(--s5); }
.contact-form h2 { font-size: 24px; font-weight: 700; margin-bottom: var(--s3); color: var(--color-dark); }
.form-group { margin-bottom: var(--s3); }
.form-group label { display: block; font-size: 14px; font-weight: 600; margin-bottom: var(--s1); color: var(--color-dark); }
.form-group input, .form-group textarea { width: 100%; padding: 14px var(--s2); border: 1px solid var(--color-border); border-radius: var(--radius); font-family: var(--font-main); font-size: 15px; color: var(--color-text); background: white; transition: border-color var(--t-fast) ease; min-height: 44px; }
.form-group input:focus, .form-group textarea:focus { border-color: var(--color-primary); outline: none; box-shadow: 0 0 0 3px var(--color-primary-soft); }
.form-group textarea { min-height: 130px; resize: vertical; }
.form-check { display: flex; gap: var(--s2); align-items: flex-start; margin-bottom: var(--s3); }
.form-check input[type="checkbox"] { width: 20px; height: 20px; margin-top: 2px; flex-shrink: 0; accent-color: var(--color-primary); }
.form-check label { font-size: 13px; color: var(--color-text-soft); line-height: 1.5; cursor: pointer; }
.form-check a { text-decoration: underline; }
.btn-submit { width: 100%; padding: var(--s2); background: var(--color-accent); color: var(--color-dark); border: none; border-radius: var(--radius); font-family: var(--font-main); font-size: 16px; font-weight: 700; cursor: pointer; transition: background var(--t-fast) ease; min-height: 52px; }
.btn-submit:hover { background: var(--color-accent-hover); }
.map-embed { margin-top: var(--s5); border-radius: var(--radius-lg); overflow: hidden; height: 300px; background: var(--color-light); display: flex; align-items: center; justify-content: center; border: 1px solid var(--color-border); color: var(--color-text-muted); font-size: 14px; }
.honeypot { position: absolute; left: -9999px; }

/* LEGAL */
.legal-content { max-width: 700px; }
.legal-content h2 { font-size: 22px; font-weight: 600; margin: var(--s4) 0 var(--s2); color: var(--color-dark); }
.legal-content p { color: var(--color-text-soft); margin-bottom: var(--s2); line-height: 1.7; }
.legal-content ul { margin-left: var(--s3); margin-bottom: var(--s2); color: var(--color-text-soft); }
.legal-content li { margin-bottom: var(--s1); }

/* RESPONSIVE */
@media (max-width: 900px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .ref-grid, .ref-grid-full { grid-template-columns: repeat(2, 1fr); }
  .team-grid, .team-grid-full { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(3, 1fr); gap: var(--s3); }
  .about-row, .service-row, .story-section, .contact-grid { grid-template-columns: 1fr; }
  .service-row.reverse { direction: ltr; }
  .story-img { position: static; }
  .values-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .page-hero { height: 260px; }
  .hero h1 { font-size: 36px; }
  .section-title { font-size: 28px; }
}
@media (max-width: 768px) {
  .nav-desktop { display: none; }
  .hamburger { display: flex; align-items: center; justify-content: center; }
  .sticky-cta { display: grid; grid-template-columns: 1fr 1fr 1fr; position: fixed; bottom: 0; left: 0; right: 0; z-index: 998; background: white; border-top: 1px solid var(--color-border); box-shadow: 0 -2px 8px rgba(0,0,0,0.08); }
  .sticky-btn { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; padding: var(--s1) 4px; color: var(--color-primary); font-size: 11px; font-weight: 600; text-decoration: none; min-height: 56px; }
  .sticky-btn svg { width: 20px; height: 20px; }
  .sticky-btn:first-child { color: var(--color-primary); }
  .sticky-btn:nth-child(2) { color: #25d366; }
  .sticky-btn:last-child { background: var(--color-accent); color: var(--color-dark); }
  .hero { min-height: 80vh; }
  .hero h1 { font-size: 30px; }
  .hero-sub { font-size: 15px; }
  .btn-hero-primary { font-size: 15px; padding: 16px 28px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid, .ref-grid, .ref-grid-full { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid, .team-grid-full { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  body { padding-bottom: 56px; }
  section.section { padding: var(--s5) var(--s2); }
  .subnav-inner { padding: 0 var(--s2); }
  .subnav a { padding: var(--s2); font-size: 13px; }
  .cta-section .section-title { font-size: 28px; }
}
@media (max-width: 480px) {
  .process-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
}
