/* ==========================================================================
   Schreinerei Glaserei Burkert — Demo-Gestaltungsvorschlag
   Charakter: „Refined Handwerk" — warme Holztöne, Orange als Leitfarbe,
   klare Geometrie. Kombibetrieb Schreinerei + Glaserei als Hauptaufhänger.
   Farbwelt: Cremeweiß #FAF6F0 · Orange #E07B00 · Dunkelbraun #3D1F0B ·
             Mittelbraun #7C4A1E · Sandbeige #EDE3D6
   Schriften: Alegreya (Headlines, serif) + Barlow (Body/Nav, sans-serif)
   ========================================================================== */

/* ---------- Fonts (lokal, DSGVO-konform) ---------- */
@font-face {
  font-family: "Alegreya";
  src: url("../fonts/alegreya-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alegreya";
  src: url("../fonts/alegreya-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/barlow-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/barlow-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/barlow-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* ---------- Designsystem ---------- */
:root {
  --cream:      #faf6f0;         /* Grundton, warmes Off-White */
  --sand:       #ede3d6;         /* abgesetzte Flächen */
  --sand-deep:  #ddd0be;         /* Linien auf Sandflächen */
  --orange:     #e07b00;         /* Primärakzent, CTA */
  --orange-dark: #b86200;        /* Hover, dunkleres Orange */
  --orange-pale: #f4a84a;        /* helles Orange auf dunklem Grund */
  --brown:      #3d1f0b;         /* Dunkelbraun, Headlines */
  --brown-mid:  #7c4a1e;         /* Mittelbraun, Zwischenton */
  --brown-soft: #a07248;         /* abgesetzter Text auf hellem Grund */
  --text:       #2e1505;         /* Fließtext */
  --text-soft:  #6b4226;         /* Sekundärtext */
  --line:       #d8c9b5;         /* Trennlinien */
  --line-dark:  rgba(250,246,240,0.15);

  --font-head: "Alegreya", Georgia, "Times New Roman", serif;
  --font-body: "Barlow", "Segoe UI", Arial, sans-serif;

  --container: 1140px;
  --pad: clamp(1.25rem, 4vw, 2.5rem);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1.04rem;
  line-height: 1.72;
  color: var(--text);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}

img, svg { display: block; max-width: 100%; }
a { color: var(--orange-dark); text-decoration: none; }
a:hover { color: var(--brown); }
::selection { background: var(--orange); color: var(--cream); }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }

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

/* ---------- Typografie ---------- */
h1, h2, h3 {
  font-family: var(--font-head);
  font-weight: 700;
  line-height: 1.15;
  color: var(--brown);
  text-wrap: balance;
  hyphens: manual;
  overflow-wrap: break-word;
}
h1 { font-size: clamp(2.1rem, 5.5vw, 3.8rem); }
h2 { font-size: clamp(1.6rem, 3.8vw, 2.6rem); }
h3 { font-size: clamp(1.12rem, 2vw, 1.3rem); }

.eyebrow {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 0.75rem;
}

.lead {
  font-size: clamp(1.05rem, 1.6vw, 1.18rem);
  color: var(--text-soft);
  max-width: 38em;
  line-height: 1.7;
}

/* ---------- Demo-Leiste ---------- */
.demo-bar {
  background: var(--brown);
  color: rgba(250,246,240,0.9);
  font-family: var(--font-body);
  font-size: 0.78rem;
  text-align: center;
  padding: 0.5rem var(--pad);
  line-height: 1.4;
}
.demo-bar strong { color: var(--orange-pale); }

/* ---------- Header / Navigation ---------- */
.site-head {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}
.site-head__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 0.85rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--brown);
  text-decoration: none;
}
.brand:hover { color: var(--brown); }

/* Monogramm-Logo: geometrisches "B" + Akzentlinie */
.brand__mark {
  width: 50px;
  height: 50px;
  flex: none;
}

.brand__name {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1.15rem;
  line-height: 1.15;
  display: flex;
  flex-direction: column;
}
.brand__name small {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--orange);
  margin-top: 0.2rem;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.4vw, 1.8rem);
}
.nav a {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.97rem;
  color: var(--brown);
  padding-block: 0.3rem;
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.nav a:hover { color: var(--orange); }
.nav a[aria-current="page"] { border-bottom-color: var(--orange); color: var(--orange); }

.nav__cta {
  background: var(--orange) !important;
  color: #fff !important;
  padding: 0.55rem 1.2rem !important;
  border-bottom: none !important;
  font-weight: 600 !important;
  font-variant-numeric: tabular-nums;
  transition: background 0.2s !important;
}
.nav__cta:hover { background: var(--orange-dark) !important; color: #fff !important; }

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  background: none;
  border: 1px solid var(--line);
  cursor: pointer;
  padding: 10px;
}
.nav-toggle span {
  display: block;
  height: 2px;
  background: var(--brown);
  transition: transform 0.25s var(--ease), opacity 0.2s;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.97rem;
  padding: 0.8rem 1.8rem;
  border: 2px solid var(--brown);
  color: var(--brown);
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  cursor: pointer;
  text-decoration: none;
}
.btn:hover { background: var(--brown); color: var(--cream); }

.btn--solid {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
}
.btn--solid:hover { background: var(--orange-dark); border-color: var(--orange-dark); color: #fff; }

.btn--light { border-color: var(--cream); color: var(--cream); }
.btn--light:hover { background: var(--cream); color: var(--brown); }

.btn--outline-orange { border-color: var(--orange); color: var(--orange); }
.btn--outline-orange:hover { background: var(--orange); color: #fff; }

/* ---------- Sektionen ---------- */
.section { padding-block: clamp(3.5rem, 8vw, 6rem); }
.section--sand { background: var(--sand); }
.section--dark {
  background: var(--brown);
  color: var(--cream);
}
.section--dark h2, .section--dark h3 { color: var(--cream); }
.section--dark .eyebrow { color: var(--orange-pale); }
.section--dark p { color: rgba(250,246,240,0.82); }
.section--dark a { color: var(--orange-pale); }
.section--dark a:hover { color: var(--cream); }

.section__head {
  max-width: 44em;
  margin-bottom: clamp(2rem, 5vw, 3.2rem);
}
.section__head p {
  color: var(--text-soft);
  margin-top: 0.9rem;
}
.section--dark .section__head p { color: rgba(250,246,240,0.82); }

/* ---------- Ornament-Divider (Winkeleisen) ---------- */
.divider-wood {
  height: 20px;
  background-repeat: repeat-x;
  background-size: 80px 20px;
  background-position: center top;
}
.divider-wood--cream {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 20'%3E%3Cpath fill='%23faf6f0' d='M28 0 L20 20 L60 20 L52 0Z'/%3E%3C/svg%3E");
}
.divider-wood--sand {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 20'%3E%3Cpath fill='%23ede3d6' d='M28 0 L20 20 L60 20 L52 0Z'/%3E%3C/svg%3E");
}
.divider-wood--dark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 20'%3E%3Cpath fill='%233d1f0b' d='M28 0 L20 20 L60 20 L52 0Z'/%3E%3C/svg%3E");
}
.bg-cream { background: var(--cream); }
.bg-sand { background: var(--sand); }
.bg-dark { background: var(--brown); }

/* ---------- Hero ---------- */
.hero {
  padding-block: clamp(3.5rem, 9vw, 7rem);
  position: relative;
  overflow: hidden;
}

/* Subtile Holzmaserung-Textur als diagonaler Hintergrundakzent */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      105deg,
      transparent 0px,
      transparent 28px,
      rgba(160,114,72,0.04) 28px,
      rgba(160,114,72,0.04) 30px
    );
  pointer-events: none;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  position: relative;
}

.hero__kicker {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1.1rem;
}
.hero__kicker-line {
  width: 2.5rem;
  height: 2px;
  background: var(--orange);
  flex: none;
}

.hero h1 { margin-bottom: 1.2rem; }
.hero h1 .accent { color: var(--orange); }
.hero .lead { margin-bottom: 2.2rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; }

/* Monogramm-Schild rechts im Hero */
.hero__emblem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4rem;
}

.emblem-shield {
  width: clamp(160px, 18vw, 220px);
  aspect-ratio: 1 / 1.15;
  background: var(--brown);
  clip-path: polygon(15% 0%, 85% 0%, 100% 15%, 100% 75%, 50% 100%, 0% 75%, 0% 15%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.emblem-shield svg { width: 60%; height: auto; }

.emblem-tag {
  background: var(--orange);
  color: #fff;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.4rem 1rem;
  text-align: center;
}

/* ---------- USP-Band ---------- */
.usp-band {
  background: var(--orange);
  padding-block: 1.4rem;
}
.usp-band__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 2.5rem;
  align-items: center;
  justify-content: center;
}
.usp-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #fff;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.94rem;
}
.usp-item svg {
  width: 20px;
  height: 20px;
  flex: none;
  opacity: 0.9;
}

/* ---------- Doppel-Sparte Hero ---------- */
.dual-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.dual-panel {
  padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1.5rem, 4vw, 3.5rem);
  position: relative;
}
.dual-panel--schreinerei { background: var(--sand); }
.dual-panel--glaserei {
  background: var(--brown);
  color: var(--cream);
}
.dual-panel--glaserei h2 { color: var(--cream); }
.dual-panel--glaserei .eyebrow { color: var(--orange-pale); }
.dual-panel--glaserei p { color: rgba(250,246,240,0.82); }

.dual-panel__icon {
  width: 52px;
  height: 52px;
  margin-bottom: 1.2rem;
  color: var(--orange);
}
.dual-panel--glaserei .dual-panel__icon { color: var(--orange-pale); }

.dual-panel ul {
  list-style: none;
  margin-top: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.dual-panel li {
  font-family: var(--font-body);
  font-size: 0.94rem;
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}
.dual-panel li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--orange);
  border-radius: 50%;
  margin-top: 0.65em;
  flex: none;
}
.dual-panel--glaserei li { color: rgba(250,246,240,0.82); }
.dual-panel--glaserei li::before { background: var(--orange-pale); }

/* ---------- Leistungs-Kacheln ---------- */
.tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

/* Leistungen asymmetrisch: erste Kachel groß */
.tiles--asymmetric .tile:first-child {
  grid-column: span 2;
}

.tile {
  background: var(--cream);
  border: 1px solid var(--line);
  border-top: 3px solid var(--sand-deep);
  padding: 1.8rem 1.6rem 1.6rem;
  color: var(--text);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  transition: transform 0.25s var(--ease), border-top-color 0.25s, box-shadow 0.25s;
  text-decoration: none;
}
.tile:hover {
  transform: translateY(-5px);
  border-top-color: var(--orange);
  box-shadow: 0 12px 32px rgba(61,31,11,0.1);
  color: var(--text);
}
.tile__icon {
  width: 42px;
  height: 42px;
  color: var(--orange);
  flex: none;
}
.tile h3 { color: var(--brown); }
.tile p {
  font-size: 0.94rem;
  color: var(--text-soft);
  flex-grow: 1;
}
.tile__more {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--orange);
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.tile__more::after {
  content: "→";
  transition: transform 0.2s var(--ease);
}
.tile:hover .tile__more::after { transform: translateX(4px); }

/* Leistungen-Seite: Zweispalter */
.service-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.8fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  padding-block: clamp(2rem, 5vw, 3rem);
  border-top: 1px solid var(--line);
}
.service-split:first-of-type { border-top: none; padding-top: 0; }
.service-split__head h2 { font-size: clamp(1.4rem, 3vw, 1.9rem); }
.service-split__head svg {
  width: 46px;
  height: 46px;
  color: var(--orange);
  margin-bottom: 0.9rem;
}
.service-split__num {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brown-soft);
  display: block;
  margin-bottom: 0.4rem;
}
.service-split__body p { color: var(--text-soft); }
.service-split__body p + p { margin-top: 0.85rem; }
.service-split__body ul {
  margin-top: 0.9rem;
  padding-left: 1.2rem;
  color: var(--text-soft);
}
.service-split__body li { margin-bottom: 0.35rem; }
.service-split__body strong { color: var(--text); }

/* ---------- Über den Betrieb ---------- */
.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}
.about__facts {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  margin-top: 1.8rem;
}
.about__fact {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.about__fact-icon {
  width: 38px;
  height: 38px;
  flex: none;
  background: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.about__fact-icon svg { width: 20px; height: 20px; }
.about__fact-text strong {
  display: block;
  font-family: var(--font-body);
  font-weight: 600;
  color: var(--brown);
  font-size: 0.95rem;
}
.about__fact-text span {
  font-size: 0.9rem;
  color: var(--text-soft);
}

.about__visual {
  position: relative;
}
.about__badge {
  background: var(--brown);
  padding: clamp(2rem, 4vw, 3rem);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}
.badge-item {
  border-left: 3px solid var(--orange);
  padding-left: 1.1rem;
}
.badge-item strong {
  display: block;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  color: var(--orange-pale);
  line-height: 1.1;
}
.badge-item span {
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: rgba(250,246,240,0.72);
  display: block;
  margin-top: 0.15rem;
}

/* ---------- CTA-Band ---------- */
.cta-band {
  background: var(--orange);
  text-align: center;
  padding-block: clamp(3.5rem, 8vw, 5.5rem);
}
.cta-band h2 { color: #fff; font-size: clamp(1.8rem, 4vw, 2.8rem); margin-bottom: 0.8rem; }
.cta-band p { color: rgba(255,255,255,0.88); max-width: 36em; margin-inline: auto; }
.cta-band .tel-big {
  display: block;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(2rem, 5vw, 3rem);
  color: #fff;
  margin-block: 1.4rem 1.6rem;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 2px 8px rgba(0,0,0,0.18);
}
.cta-band .tel-big:hover { color: var(--brown); }
.cta-band .btn--light:hover { color: var(--orange); }

/* ---------- Kontakt-Seite ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 2rem;
}
.contact-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-top: 3px solid var(--orange);
  padding: 1.8rem 1.6rem;
}
.contact-card svg { width: 36px; height: 36px; color: var(--orange); margin-bottom: 0.8rem; }
.contact-card h2 { font-size: 1.15rem; margin-bottom: 0.5rem; color: var(--brown); }
.contact-card p { color: var(--text-soft); font-size: 0.95rem; }
.contact-card .big {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: clamp(1.1rem, 2.4vw, 1.35rem);
  color: var(--brown);
  margin-top: 0.4rem;
  overflow-wrap: anywhere;
}
.contact-card .big:hover { color: var(--orange); }
.contact-card .btn { margin-top: 1rem; }

.oz-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0.7rem;
  font-size: 0.93rem;
}
.oz-table td {
  padding: 0.35rem 0.5rem 0.35rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--text-soft);
  vertical-align: top;
}
.oz-table td:first-child {
  font-weight: 600;
  color: var(--brown);
  white-space: nowrap;
  padding-right: 1.2rem;
  width: 45%;
}
.oz-table tr:last-child td { border-bottom: none; }

.contact-note {
  margin-top: 2.2rem;
  background: var(--sand);
  border-left: 4px solid var(--orange);
  padding: 1.3rem 1.6rem;
  color: var(--text-soft);
  max-width: 54em;
  font-size: 0.95rem;
}

/* ---------- Rechtsseiten ---------- */
.legal { max-width: 760px; }
.legal h1 { margin-bottom: 1.6rem; }
.legal h2 { font-size: 1.22rem; margin: 2.2rem 0 0.7rem; }
.legal p, .legal address {
  color: var(--text-soft);
  font-style: normal;
}
.legal p + p { margin-top: 0.8rem; }
.legal ul { padding-left: 1.3rem; color: var(--text-soft); }
.legal li { margin-bottom: 0.35rem; }

.demo-note {
  background: var(--sand);
  border-left: 4px solid var(--orange);
  padding: 1.2rem 1.5rem;
  margin-bottom: 2rem;
  color: var(--text);
  font-size: 0.95rem;
}

.placeholder {
  display: inline-block;
  background: var(--sand);
  border: 1px dashed var(--orange);
  padding: 0.05rem 0.45rem;
  color: var(--orange-dark);
  font-size: 0.9em;
}

/* ---------- Footer ---------- */
.site-foot {
  background: var(--brown);
  color: rgba(250,246,240,0.78);
  font-family: var(--font-body);
  font-size: 0.94rem;
}
.foot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  padding-block: clamp(2.5rem, 6vw, 3.5rem) 2rem;
}
.site-foot h3 {
  color: var(--cream);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.9rem;
}
.site-foot ul { list-style: none; }
.site-foot li { margin-bottom: 0.45rem; }
.site-foot a { color: rgba(250,246,240,0.75); }
.site-foot a:hover { color: var(--orange-pale); }

.foot-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.6rem;
  border-top: 1px solid var(--line-dark);
  padding-block: 1.3rem;
  font-size: 0.84rem;
}
.foot-meta a { color: rgba(250,246,240,0.75); }
.foot-meta a:hover { color: var(--orange-pale); }

/* ---------- Scroll-Reveal ---------- */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.reveal[data-delay="1"] { transition-delay: 0.12s; }
.reveal[data-delay="2"] { transition-delay: 0.24s; }
.reveal[data-delay="3"] { transition-delay: 0.36s; }
.reveal[data-delay="4"] { transition-delay: 0.48s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- Responsiv: Tablet ---------- */
@media (max-width: 940px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__emblem { flex-direction: row; justify-content: flex-start; }
  .dual-hero { grid-template-columns: 1fr; }
  .tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tiles--asymmetric .tile:first-child { grid-column: span 1; }
  .about-grid { grid-template-columns: 1fr; }
  .service-split { grid-template-columns: 1fr; gap: 1rem; }
  .contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}

/* ---------- Responsiv: Mobil ---------- */
@media (max-width: 680px) {
  .nav-toggle { display: flex; }
  .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    background: var(--cream);
    border-bottom: 1px solid var(--line);
    padding: 0.8rem var(--pad) 1.2rem;
    gap: 0.15rem;
  }
  .nav.is-open { display: flex; }
  .nav a {
    padding: 0.72rem 0.3rem;
    border-bottom: 1px solid var(--line);
  }
  .nav a[aria-current="page"] { border-bottom-color: var(--orange); }
  .nav__cta { text-align: center; margin-top: 0.7rem; border-bottom: none !important; }
  body.nav-open .site-head { box-shadow: 0 12px 30px rgba(61,31,11,0.12); }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .tiles, .tiles--asymmetric, .contact-grid { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .usp-band__inner { flex-direction: column; gap: 0.8rem; align-items: flex-start; padding-inline: var(--pad); }
  .brand__name { font-size: 1rem; }
}
