
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../../fonts/BarlowCondensed-500.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../../fonts/BarlowCondensed-600.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../../fonts/BarlowCondensed-700.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(../../fonts/IBMPlexSans-400-600.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ===== Design-System: Baustellen-Präzision – Beton & Signalorange ===== */
:root {
	--primary: #23272B;
	--primary: oklch(0.27 0.01 250);
	--accent: #E8590C;
	--accent: oklch(0.66 0.19 45);
	--accent-ink: #B93F06;       /* Flächen mit weißer Schrift, Kontrast 5.6:1 */
	--accent-hi: #F59A62;        /* Akzent-Text auf Anthrazit, Kontrast > 6:1 */
	--bg: #F6F3EC;
	--surface: #EDE8DF;
	--text: #1A1D20;
	--muted: #4E5257;
	--line: rgba(35, 39, 43, .16);
	--line-dark: rgba(246, 243, 236, .18);
	--radius: 2px;
	--ease-out: cubic-bezier(0.22, 1, 0.36, 1);
	--dur-ui: 220ms;
	--gap: 2rem;
	--gutter: clamp(1.25rem, 4vw, 3rem);
	--shadow: 0 1px 2px rgba(35, 39, 43, .06), 0 8px 24px -8px rgba(35, 39, 43, .18);
	--font-display: 'Barlow Condensed', 'Arial Narrow', sans-serif;
	--font-body: 'IBM Plex Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
	--header-h: 84px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; -webkit-text-size-adjust: 100%; }
body {
	margin: 0; background: var(--bg); color: var(--text);
	font: 400 clamp(1rem, .96rem + .2vw, 1.0625rem)/1.65 var(--font-body);
	-webkit-font-smoothing: antialiased; overflow-x: clip;
}
img, video, iframe { max-width: 100%; height: auto; display: block; }
svg { max-width: 100%; height: auto; }
.icon { width: 1.4em; height: 1.4em; flex: 0 0 auto; vertical-align: middle; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
p { margin: 0 0 1.1em; text-wrap: pretty; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1; text-transform: uppercase; letter-spacing: .01em; margin: 0 0 .5em; text-wrap: balance; }
h2 { font-size: clamp(2.1rem, 1.4rem + 3vw, 3.75rem); }
h3 { font-size: clamp(1.4rem, 1.2rem + .8vw, 1.85rem); line-height: 1.1; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.skip-link { position: absolute; left: -999px; top: 0; background: var(--primary); color: #fff; padding: .75rem 1rem; z-index: 300; }
.skip-link:focus { left: 0; }

/* Raster */
.wrap { width: min(100% - 2 * var(--gutter), 1280px); margin-inline: auto; }
.g12 { display: grid; grid-template-columns: repeat(12, 1fr); gap: var(--gap); }
.c-2 { grid-column: span 2; } .c-3 { grid-column: span 3; } .c-4 { grid-column: span 4; }
.c-5 { grid-column: span 5; } .c-6 { grid-column: span 6; } .c-7 { grid-column: span 7; }
.c-8 { grid-column: span 8; } .c-10 { grid-column: span 10; }

/* Bauplan-Linien: feines 1px-Raster */
.blueprint {
	background-image:
		linear-gradient(to right, rgba(246, 243, 236, .07) 1px, transparent 1px),
		linear-gradient(to bottom, rgba(246, 243, 236, .07) 1px, transparent 1px);
	background-size: 64px 64px;
}
.eyebrow {
	display: inline-flex; align-items: center; gap: .75rem; margin: 0 0 1.25rem;
	font: 600 .8125rem/1 var(--font-body); letter-spacing: .16em; text-transform: uppercase; color: var(--accent-ink);
}
.eyebrow::before { content: ""; width: 2.25rem; height: 1px; background: currentColor; }
.eyebrow--dark { color: var(--accent-hi); }

/* Buttons */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: .6rem; min-height: 44px; padding: .8rem 1.4rem;
	background: var(--accent-ink); color: #fff; border: 1px solid var(--accent-ink); border-radius: var(--radius);
	font: 600 .9375rem/1.2 var(--font-body); letter-spacing: .02em; text-decoration: none; cursor: pointer;
	transition: transform var(--dur-ui) var(--ease-out), background-color var(--dur-ui) var(--ease-out), box-shadow var(--dur-ui) var(--ease-out);
}
.btn:hover { background: #9E3305; border-color: #9E3305; transform: translateY(-2px); box-shadow: var(--shadow); }
.btn:active { transform: scale(.98); box-shadow: none; }
.btn .icon { transition: transform var(--dur-ui) var(--ease-out); }
.btn:hover .icon { transform: translateX(3px); }
.btn--lg { min-height: 52px; padding: 1rem 1.75rem; font-size: 1rem; }
.btn--sm { min-height: 44px; padding: .5rem 1.1rem; }
.btn--block { display: flex; width: 100%; }
.btn--ghost { background: transparent; color: #fff; border-color: rgba(246, 243, 236, .5); }
.btn--ghost:hover { background: rgba(246, 243, 236, .1); border-color: #fff; }
.btn-row { display: flex; flex-wrap: wrap; gap: .75rem 1rem; }
.link-arrow { display: inline-flex; align-items: center; gap: .5rem; font-weight: 600; color: var(--accent-ink); text-decoration: none; border-bottom: 1px solid currentColor; padding-block: .5rem; transition: gap var(--dur-ui) var(--ease-out); }
.link-arrow:hover { gap: .85rem; }

/* Header */
.site-header {
	position: sticky; top: 0; z-index: 100; background: var(--primary); color: #F6F3EC;
	border-bottom: 1px solid var(--line-dark);
	transition: box-shadow var(--dur-ui) var(--ease-out);
}
.hdr { display: flex; align-items: center; gap: 2.5rem; min-height: var(--header-h); transition: min-height var(--dur-ui) var(--ease-out); }
.site-header.is-scrolled { box-shadow: 0 8px 24px -12px rgba(0, 0, 0, .5); }
.site-header.is-scrolled .hdr { min-height: 64px; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; color: inherit; flex: 0 0 auto; }
.brand__mark { width: 14px; height: 34px; background: var(--accent); border-radius: var(--radius); box-shadow: 6px 0 0 -3px var(--bg); }
.brand__name { display: flex; flex-direction: column; font: 700 1.75rem/.9 var(--font-display); text-transform: uppercase; letter-spacing: .04em; }
.brand__name small { font: 500 .78rem/1.3 var(--font-body); letter-spacing: .18em; opacity: .8; margin-top: .3rem; }
.brand__logo { max-height: 48px; width: auto; }
.nav { margin-left: auto; }
.menu { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: clamp(1.25rem, 2.6vw, 2.5rem); }
.menu a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: none; font-weight: 500; font-size: .9375rem; letter-spacing: .03em; position: relative; white-space: nowrap; }
.nav .menu > li > a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 6px; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform var(--dur-ui) var(--ease-out); }
.nav .menu > li > a:hover::after, .nav .menu > .current-menu-item > a::after, .nav .menu > .current-menu-ancestor > a::after { transform: scaleX(1); }
.menu-item-has-children { position: relative; }
.nav .menu-item-has-children > a::before { content: ""; order: 2; width: 6px; height: 6px; margin-left: .55rem; border: solid currentColor; border-width: 0 1.5px 1.5px 0; transform: rotate(45deg) translateY(-2px); }
.nav .sub-menu {
	position: absolute; top: 100%; left: -1rem; min-width: 290px; margin: 0; padding: .5rem; list-style: none;
	background: var(--primary); border-top: 2px solid var(--accent); box-shadow: 0 16px 32px -12px rgba(0, 0, 0, .55);
	opacity: 0; visibility: hidden; transform: translateY(6px);
	transition: opacity var(--dur-ui) var(--ease-out), transform var(--dur-ui) var(--ease-out), visibility 0s var(--dur-ui);
}
.nav .menu-item-has-children:hover > .sub-menu, .nav .menu-item-has-children:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
.nav .sub-menu a { display: flex; padding: .55rem .9rem; width: 100%; border-radius: var(--radius); }
.nav .sub-menu a:hover { background: rgba(246, 243, 236, .08); }
.hdr__cta { flex: 0 0 auto; }
.burger { display: none; }
.drawer { display: none; }

/* Footer */
.site-footer { background: var(--primary); color: #E6E1D6; padding-block: clamp(3rem, 6vw, 5rem) 1.5rem; margin-top: 0; }
.site-footer a { text-decoration: none; }
.site-footer a:not(.btn):hover { color: var(--accent-hi); }
.footer__brand p { max-width: 34ch; margin-top: 1.25rem; opacity: .85; }
.footer__h { font: 600 .8125rem/1 var(--font-body); letter-spacing: .16em; color: var(--accent-hi); margin-bottom: 1.25rem; }
.footer__menu { list-style: none; margin: 0; padding: 0; display: grid; gap: .1rem; }
.footer__menu a { display: inline-flex; min-height: 36px; align-items: center; }
.contact-list { list-style: none; margin: 0 0 1.25rem; padding: 0; display: grid; gap: .9rem; }
.contact-list li { display: flex; align-items: flex-start; gap: .75rem; }
.contact-list .icon { width: 20px; height: 20px; margin-top: .2rem; color: var(--accent-hi); }
.footer__legal { margin: 3rem 0 0; padding-top: 1.5rem; border-top: 1px solid var(--line-dark); font-size: .875rem; opacity: .75; }
