:root {
  --bg: #f4f2ed;
  --surface: #fff;
  --ink: #121514;
  --muted: #626966;
  --accent: #d44235;
  --accent-ink: #fff;
  --line: rgba(18,21,20,.14);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--bg); font: 16px/1.6 Inter, ui-sans-serif, system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { max-width: 100%; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.demo-bar { padding: 9px 20px; color: #d9dfdc; background: #101413; text-align: center; font-size: 12px; }
.demo-bar a { color: #b8ef58; font-weight: 700; }
.site-nav { position: absolute; z-index: 4; inset: 44px 0 auto; color: #fff; }
.nav-inner { display: flex; justify-content: space-between; align-items: center; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.24); }
.logo { font-size: 20px; font-weight: 900; letter-spacing: -.04em; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 650; }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border: 0; border-radius: 999px; color: var(--accent-ink); background: var(--accent); font-weight: 800; cursor: pointer; }
.hero { position: relative; min-height: 780px; display: grid; align-items: end; overflow: hidden; color: #fff; background: #151918; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,12,11,.86), rgba(8,12,11,.18) 74%), linear-gradient(0deg, rgba(8,12,11,.62), transparent 55%); }
.hero-copy { position: relative; z-index: 2; max-width: 760px; padding: 190px 0 90px; }
.eyebrow { margin: 0 0 24px; color: var(--accent); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.hero h1 { margin: 0; font-size: clamp(56px, 8vw, 106px); line-height: .94; letter-spacing: -.07em; }
.hero-copy > p:not(.eyebrow) { max-width: 620px; margin: 30px 0 36px; color: #d7ddda; font-size: clamp(18px,2vw,22px); }
.section { padding: 110px 0; }
.section-head { display: grid; grid-template-columns: 1.2fr .7fr; align-items: end; gap: 60px; margin-bottom: 52px; }
.section-head h2 { margin: 0; font-size: clamp(42px,6vw,76px); line-height: 1; letter-spacing: -.055em; }
.section-head p { margin: 0; color: var(--muted); }
.service-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.service-list article { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.service-list span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--accent-ink); background: var(--accent); font-weight: 900; }
.service-list h3 { margin: 60px 0 12px; font-size: 25px; letter-spacing: -.03em; }
.service-list p { margin: 0; color: var(--muted); }
.stats { color: #fff; background: #111615; }
.stats-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.stats article { padding: 54px 34px; border-left: 1px solid rgba(255,255,255,.14); }
.stats article:last-child { border-right: 1px solid rgba(255,255,255,.14); }
.stats strong { display: block; color: var(--accent); font-size: 40px; line-height: 1; }
.stats span { color: #bcc5c1; font-size: 13px; }
.project-band { display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; }
.project-band img { width: 100%; height: 100%; object-fit: cover; }
.project-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px,7vw,92px); background: var(--surface); }
.project-copy h2 { margin: 0 0 24px; font-size: clamp(40px,5vw,68px); line-height: 1; letter-spacing: -.05em; }
.project-copy p { color: var(--muted); }
.quote { padding: 100px 0; text-align: center; }
.quote blockquote { max-width: 920px; margin: 0 auto; font-size: clamp(32px,5vw,62px); font-weight: 800; line-height: 1.08; letter-spacing: -.05em; }
.quote p { color: var(--muted); }
.site-footer { padding: 34px 0; color: #bfc8c4; background: #0f1413; font-size: 12px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.theme-wood { --bg: #efe9de; --accent: #c27a36; }
.theme-tech { --bg: #eef2f4; --accent: #f08b3e; }
.theme-shop { --bg: #f3eee5; --accent: #315f4a; }
.theme-shop .site-nav { position: static; color: var(--ink); background: var(--bg); }
.theme-shop .nav-inner { border-color: var(--line); }
.shop-hero { padding: 90px 0 70px; }
.shop-hero-grid { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 70px; }
.shop-hero h1 { margin: 0; font-size: clamp(55px,8vw,106px); line-height: .92; letter-spacing: -.07em; }
.shop-hero p { max-width: 560px; color: var(--muted); font-size: 19px; }
.shop-hero img { width: 100%; border-radius: 44% 44% 24px 24px; background: #e7ddcd; }
.cart-button { position: relative; padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; background: transparent; cursor: pointer; }
.cart-count { display: inline-grid; place-items: center; min-width: 22px; height: 22px; margin-left: 6px; border-radius: 50%; color: #fff; background: var(--accent); font-size: 11px; }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.product-card { padding: 14px 14px 22px; border-radius: var(--radius); background: var(--surface); }
.product-card img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 18px; }
.product-info { padding: 18px 8px 0; }
.product-info h3 { margin: 0; font-size: 22px; }
.product-info p { min-height: 52px; margin: 7px 0 18px; color: var(--muted); font-size: 14px; }
.product-buy { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.product-buy button { padding: 10px 14px; border: 0; border-radius: 999px; color: #fff; background: var(--accent); font-weight: 800; cursor: pointer; }
.shop-note { margin-top: 24px; padding: 17px 20px; border: 1px solid var(--line); border-radius: 14px; color: var(--muted); font-size: 13px; }
.toast { position: fixed; z-index: 20; right: 22px; bottom: 22px; padding: 14px 18px; border-radius: 14px; color: #fff; background: #111615; box-shadow: 0 16px 40px rgba(0,0,0,.22); transform: translateY(120px); transition: transform .25s ease; }
.toast.show { transform: translateY(0); }
@media (max-width: 760px) {
  .wrap { width: min(100% - 28px,1180px); }
  .nav-links a:not(.nav-cta), .theme-shop .nav-links a:not(.cart-button) { display: none; }
  .hero { min-height: 690px; }
  .hero-copy { padding: 180px 0 65px; }
  .section { padding: 78px 0; }
  .section-head, .project-band, .shop-hero-grid { grid-template-columns: 1fr; }
  .service-list, .product-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr; }
  .stats article, .stats article:last-child { border: 0; border-top: 1px solid rgba(255,255,255,.14); }
  .project-band img { min-height: 360px; }
  .footer-inner { flex-direction: column; text-align: center; }
}

/* Schreinerei: editorial, warm und handwerklich */
.wood-page { --wood-ink: #271f18; --wood-paper: #f2eadc; --wood-sand: #d9c7ad; --wood-green: #2e4438; color: var(--wood-ink); background: var(--wood-paper); font-family: Georgia, "Times New Roman", serif; }
.wood-page .demo-bar { font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
.wood-nav { display: flex; align-items: center; justify-content: space-between; width: min(1320px, calc(100% - 64px)); margin: 0 auto; padding: 24px 0; border-bottom: 1px solid rgba(39,31,24,.22); font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
.wood-logo { display: flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: -.03em; }
.wood-logo span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: var(--wood-paper); background: var(--wood-green); font-family: Georgia, "Times New Roman", serif; font-size: 15px; }
.wood-nav-links { display: flex; gap: 30px; font-size: 13px; font-weight: 700; }
.wood-hero { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; width: min(1320px, calc(100% - 64px)); min-height: 720px; margin: 0 auto; padding: 62px 0 90px; gap: clamp(40px, 7vw, 110px); align-items: center; }
.wood-hero-copy { position: relative; z-index: 2; }
.wood-kicker, .wood-work header > p, .wood-process-title > p, .wood-contact > p { margin: 0 0 22px; font: 800 11px/1.2 Inter, ui-sans-serif, system-ui, sans-serif; letter-spacing: .18em; text-transform: uppercase; }
.wood-hero h1 { margin: 0; font-size: clamp(66px, 9vw, 132px); font-weight: 500; line-height: .78; letter-spacing: -.07em; }
.wood-hero-copy > p:not(.wood-kicker) { max-width: 520px; margin: 38px 0 32px; color: #68594c; font-size: 19px; line-height: 1.7; }
.wood-link { display: inline-flex; gap: 36px; align-items: center; padding-bottom: 8px; border-bottom: 1px solid var(--wood-ink); font: 800 13px/1 Inter, ui-sans-serif, system-ui, sans-serif; }
.wood-link span { font-size: 19px; }
.wood-hero-image { position: relative; align-self: stretch; margin: 0; overflow: hidden; border-radius: 48% 48% 8px 8px; background: var(--wood-sand); }
.wood-hero-image img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; filter: saturate(.78) sepia(.08); }
.wood-hero-image figcaption { position: absolute; right: 20px; bottom: 18px; left: 20px; display: flex; justify-content: space-between; color: #fff; font: 700 11px/1.2 Inter, ui-sans-serif, system-ui, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.wood-seal { position: absolute; z-index: 3; right: calc(58% - 96px); bottom: 62px; display: grid; place-items: center; width: 132px; height: 132px; border-radius: 50%; color: var(--wood-paper); background: var(--wood-green); text-align: center; font-size: 18px; font-style: italic; line-height: 1.15; transform: rotate(-8deg); }
.wood-manifesto { padding: 120px max(32px, calc((100vw - 1120px) / 2)); color: #f5eee3; background: var(--wood-green); }
.wood-manifesto p { margin: 0 0 38px; color: #b9c5ba; font: 800 11px/1.2 Inter, ui-sans-serif, system-ui, sans-serif; letter-spacing: .2em; text-transform: uppercase; }
.wood-manifesto h2 { max-width: 1100px; margin: 0; font-size: clamp(38px, 5.7vw, 74px); font-weight: 400; line-height: 1.12; letter-spacing: -.045em; }
.wood-work { padding: 120px max(32px, calc((100vw - 1180px) / 2)); }
.wood-work header { display: grid; grid-template-columns: .35fr 1fr; gap: 60px; margin-bottom: 70px; }
.wood-work header h2 { max-width: 760px; margin: 0; font-size: clamp(44px, 6vw, 78px); font-weight: 500; line-height: .98; letter-spacing: -.055em; }
.wood-work-list { border-top: 1px solid rgba(39,31,24,.3); }
.wood-work-list article { display: grid; grid-template-columns: 60px 1fr 220px; align-items: start; gap: 30px; padding: 38px 0; border-bottom: 1px solid rgba(39,31,24,.3); }
.wood-work-list article > span, .wood-work-list small { font: 700 11px/1.3 Inter, ui-sans-serif, system-ui, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.wood-work-list h3 { margin: 0 0 8px; font-size: 34px; font-weight: 500; }
.wood-work-list p { max-width: 620px; margin: 0; color: #766555; }
.wood-work-list small { padding-top: 10px; color: #847262; text-align: right; }
.wood-process { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; padding: 120px max(32px, calc((100vw - 1180px) / 2)); background: #dfd1bd; }
.wood-process-title h2 { margin: 0; font-size: clamp(48px, 6vw, 78px); font-weight: 500; line-height: .95; letter-spacing: -.055em; }
.wood-process ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(39,31,24,.28); }
.wood-process li { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid rgba(39,31,24,.28); }
.wood-process li > span { font: 800 11px/1.4 Inter, ui-sans-serif, system-ui, sans-serif; }
.wood-process strong { font-size: 24px; font-weight: 500; }
.wood-process li p { margin: 7px 0 0; color: #6f5d4e; }
.wood-contact { padding: 120px 32px; color: #fff; background: #211a15; text-align: center; }
.wood-contact > p { color: #c5ad8f; }
.wood-contact h2 { margin: 0 auto 42px; font-size: clamp(52px, 8vw, 104px); font-weight: 400; line-height: .95; letter-spacing: -.06em; }
.wood-contact a { display: inline-flex; align-items: center; gap: 60px; padding: 18px 24px; border: 1px solid rgba(255,255,255,.38); font: 800 13px/1 Inter, ui-sans-serif, system-ui, sans-serif; }
.wood-contact small { display: block; margin-top: 26px; color: #a89c91; font: 11px/1.4 Inter, ui-sans-serif, system-ui, sans-serif; }
.wood-footer, .tech-footer { display: flex; justify-content: space-between; gap: 24px; padding: 30px max(32px, calc((100vw - 1320px) / 2)); font: 12px/1.4 Inter, ui-sans-serif, system-ui, sans-serif; }
.wood-footer { color: #c7bbb0; background: #211a15; border-top: 1px solid rgba(255,255,255,.12); }

/* Haustechnik: modular, technisch und systemorientiert */
.tech-page { --tech-blue: #0b63f3; --tech-dark: #0b1526; --tech-soft: #edf4ff; --tech-line: #cfd9e8; color: var(--tech-dark); background: #f7f9fc; }
.tech-page .demo-bar a { color: #78b2ff; }
.tech-nav { display: flex; align-items: center; justify-content: space-between; width: min(1280px, calc(100% - 64px)); margin: 0 auto; padding: 22px 0; }
.tech-logo { display: flex; align-items: center; gap: 8px; font-size: 14px; }
.tech-logo span { display: grid; place-items: center; width: 40px; height: 40px; margin-right: 4px; border-radius: 10px; color: #fff; background: var(--tech-blue); font-size: 20px; font-weight: 900; }
.tech-logo strong { font-size: 19px; }
.tech-nav-links { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 750; }
.tech-nav-cta, .tech-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: 8px; color: #fff; background: var(--tech-blue); font-weight: 800; }
.tech-hero { display: grid; grid-template-columns: .9fr 1.1fr; width: min(1280px, calc(100% - 64px)); min-height: 680px; margin: 0 auto; padding: 48px 0 72px; gap: 72px; align-items: center; }
.tech-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 28px; color: var(--tech-blue); font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.tech-kicker span { width: 8px; height: 8px; border-radius: 2px; background: var(--tech-blue); }
.tech-hero h1 { max-width: 620px; margin: 0; font-size: clamp(62px, 8vw, 112px); line-height: .86; letter-spacing: -.075em; }
.tech-hero-copy > p:not(.tech-kicker) { max-width: 590px; margin: 32px 0; color: #516078; font-size: 19px; }
.tech-actions { display: flex; align-items: center; gap: 26px; font-size: 13px; font-weight: 800; }
.tech-visual { position: relative; min-height: 560px; overflow: hidden; border-radius: 28px 28px 100px 28px; background: #dae4f2; }
.tech-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(11,21,38,.18), transparent 48%); pointer-events: none; }
.tech-visual > img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; }
.tech-status { position: absolute; z-index: 2; right: 24px; bottom: 24px; left: 24px; display: flex; align-items: center; gap: 14px; padding: 18px; border: 1px solid rgba(255,255,255,.7); border-radius: 14px; background: rgba(255,255,255,.9); box-shadow: 0 18px 45px rgba(16,42,81,.16); backdrop-filter: blur(14px); }
.tech-status-dot { width: 13px; height: 13px; border-radius: 50%; background: #27b66b; box-shadow: 0 0 0 6px rgba(39,182,107,.13); }
.tech-status small, .tech-status strong { display: block; }
.tech-status small { color: #68778c; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.tech-status strong { font-size: 14px; }
.tech-facts { display: grid; grid-template-columns: repeat(3,1fr); background: var(--tech-dark); }
.tech-facts article { display: flex; align-items: center; gap: 20px; padding: 34px max(24px, calc((100vw - 1280px) / 6)); color: #fff; border-right: 1px solid rgba(255,255,255,.14); }
.tech-facts strong { color: #68a1ff; font-size: 12px; }
.tech-facts span { font-size: 14px; font-weight: 750; }
.tech-systems { padding: 120px max(32px, calc((100vw - 1280px) / 2)); }
.tech-systems header { display: grid; grid-template-columns: .25fr 1fr .6fr; gap: 44px; align-items: end; margin-bottom: 60px; }
.tech-systems header p, .tech-process > div > p, .tech-contact p { margin: 0; color: var(--tech-blue); font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.tech-systems header h2 { margin: 0; font-size: clamp(48px, 6vw, 78px); line-height: .95; letter-spacing: -.06em; }
.tech-systems header > span { color: #617086; font-size: 14px; }
.tech-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 1fr 1fr; gap: 18px; }
.tech-card { position: relative; min-height: 245px; padding: 34px; overflow: hidden; border: 1px solid var(--tech-line); border-radius: 20px; background: #fff; }
.tech-card-large { grid-row: 1 / 3; min-height: 508px; background: var(--tech-soft); }
.tech-card-dark { color: #fff; background: var(--tech-dark); }
.tech-card > span { color: var(--tech-blue); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.tech-card-dark > span { color: #75a9ff; }
.tech-card h3 { max-width: 620px; margin: 62px 0 16px; font-size: clamp(30px, 4vw, 58px); line-height: .98; letter-spacing: -.05em; }
.tech-card:not(.tech-card-large) h3 { margin-top: 34px; font-size: 31px; }
.tech-card p { max-width: 560px; margin: 0; color: #5d6c82; }
.tech-card-dark p { color: #aebbd0; }
.tech-card-icon { position: absolute; right: 28px; bottom: 24px; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 12px; color: #fff; background: var(--tech-blue); font-size: 16px; font-weight: 900; }
.tech-process { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; padding: 120px max(32px, calc((100vw - 1280px) / 2)); background: var(--tech-soft); }
.tech-process h2 { margin: 18px 0 0; font-size: clamp(44px, 5vw, 68px); line-height: .98; letter-spacing: -.055em; }
.tech-process ol { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--tech-line); border-left: 1px solid var(--tech-line); }
.tech-process li { min-height: 210px; padding: 28px; border-right: 1px solid var(--tech-line); border-bottom: 1px solid var(--tech-line); }
.tech-process li > span { display: block; margin-bottom: 38px; color: var(--tech-blue); font-size: 11px; font-weight: 900; }
.tech-process strong { font-size: 20px; }
.tech-process li p { margin: 8px 0 0; color: #66758a; font-size: 14px; }
.tech-contact { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; padding: 100px max(32px, calc((100vw - 1280px) / 2)); color: #fff; background: var(--tech-blue); }
.tech-contact p { color: #bcd5ff; }
.tech-contact h2 { max-width: 850px; margin: 14px 0 0; font-size: clamp(42px, 5vw, 70px); line-height: 1; letter-spacing: -.055em; }
.tech-contact > a { display: inline-flex; align-items: center; gap: 30px; min-height: 58px; padding: 0 22px; border-radius: 8px; color: var(--tech-blue); background: #fff; font-size: 13px; font-weight: 900; }
.tech-contact small { grid-column: 1 / -1; color: #c5d9ff; }
.tech-footer { color: #aebbd0; background: var(--tech-dark); }

@media (max-width: 900px) {
  .wood-hero, .wood-work header, .wood-process, .tech-hero, .tech-systems header, .tech-process { grid-template-columns: 1fr; }
  .wood-hero { padding-top: 50px; }
  .wood-hero-image { min-height: 520px; }
  .wood-seal { right: 22px; bottom: 66px; }
  .wood-work-list article { grid-template-columns: 42px 1fr; }
  .wood-work-list small { grid-column: 2; text-align: left; }
  .tech-hero { gap: 42px; }
  .tech-systems header { align-items: start; }
  .tech-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .tech-card-large { grid-row: auto; min-height: 380px; }
}

@media (max-width: 680px) {
  .wood-nav, .wood-hero, .tech-nav, .tech-hero { width: min(100% - 28px, 1320px); }
  .wood-nav-links a:not(:last-child), .tech-nav-links a:not(.tech-nav-cta) { display: none; }
  .wood-nav-links { gap: 0; }
  .wood-hero { min-height: auto; padding-bottom: 68px; }
  .wood-hero h1 { font-size: clamp(62px, 22vw, 92px); }
  .wood-hero-image, .wood-hero-image img { min-height: 430px; }
  .wood-seal { width: 104px; height: 104px; font-size: 15px; }
  .wood-manifesto, .wood-work, .wood-process, .wood-contact, .tech-systems, .tech-process, .tech-contact { padding-top: 78px; padding-bottom: 78px; }
  .wood-work-list article { gap: 15px; }
  .wood-work-list h3 { font-size: 28px; }
  .wood-footer, .tech-footer { flex-direction: column; text-align: center; }
  .tech-nav-cta { min-height: 42px; padding: 0 12px; }
  .tech-hero { min-height: auto; padding-top: 42px; }
  .tech-hero h1 { font-size: clamp(58px, 20vw, 88px); }
  .tech-actions { align-items: flex-start; flex-direction: column; }
  .tech-visual, .tech-visual > img { min-height: 430px; }
  .tech-facts { grid-template-columns: 1fr; }
  .tech-facts article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .tech-process ol { grid-template-columns: 1fr; }
  .tech-contact { grid-template-columns: 1fr; }
  .tech-contact small { grid-column: auto; }
}
