:root {
  --ink: #202428;
  --slate: #2d3f50;
  --slate-deep: #1f303e;
  --copper: #b45f32;
  --copper-bright: #c96c38;
  --copper-dark: #8f4728;
  --cream: #f4f1ed;
  --mist: #f6f7f7;
  --white: #fff;
  --line: #dfe2e3;
  --muted: #667078;
  --shadow: 0 22px 60px rgba(25, 34, 41, 0.11);
  --shadow-soft: 0 10px 34px rgba(25, 34, 41, 0.08);
  --sans: "Aptos", "Segoe UI", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

:focus-visible {
  outline: 3px solid rgba(180, 95, 50, 0.55);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 500;
  top: -5rem;
  left: 1rem;
  padding: 0.7rem 1rem;
  color: #fff;
  background: var(--ink);
}

.skip-link:focus { top: 1rem; }

.shell {
  width: min(100% - 2.5rem, 78rem);
  margin-inline: auto;
}

.section { padding: clamp(5.2rem, 9vw, 8.5rem) 0; }

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--copper);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow--light { color: #e9ad89; }

h1, h2, h3, p { margin-top: 0; }

h1, h2, h3 {
  letter-spacing: -0.025em;
  line-height: 1.12;
}

h1 {
  max-width: 18ch;
  margin-bottom: 1.5rem;
  font-size: clamp(2.65rem, 5.4vw, 5.3rem);
  font-weight: 620;
}

h2 {
  margin-bottom: 1.2rem;
  font-size: clamp(2.15rem, 4vw, 3.75rem);
  font-weight: 610;
}

h3 { font-size: 1.28rem; }

.section-heading { max-width: 50rem; margin-bottom: 3.6rem; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading > p:last-child { max-width: 46rem; margin: 0 auto; color: var(--muted); font-size: 1.08rem; }

.button {
  display: inline-flex;
  min-height: 3.35rem;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.82rem 1.35rem;
  border: 1px solid var(--copper);
  border-radius: 0.3rem;
  color: #fff;
  background: var(--copper);
  box-shadow: 0 8px 24px rgba(130, 62, 28, 0.2);
  font-size: 0.87rem;
  font-weight: 750;
  letter-spacing: 0.035em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  background: var(--copper-dark);
  border-color: var(--copper-dark);
  box-shadow: 0 12px 30px rgba(130, 62, 28, 0.28);
  transform: translateY(-1px);
}

.button:active { transform: translateY(0); }

.button--glass {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.78);
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.button--glass:hover { color: var(--ink); background: #fff; border-color: #fff; }

.button--light {
  color: var(--copper-dark);
  background: #fff;
  border-color: #fff;
  box-shadow: 0 12px 34px rgba(45, 26, 17, 0.22);
}

.button--light:hover { color: #fff; background: var(--slate-deep); border-color: var(--slate-deep); }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 7px 25px rgba(25, 34, 41, 0.08);
}

.header-inner {
  display: grid;
  min-height: 5.2rem;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.brand__mark { width: 3.1rem; height: 2rem; object-fit: contain; }

.brand__name {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 680;
  letter-spacing: 0.18em;
  line-height: 1;
}

.brand__year {
  margin-left: 0.24rem;
  padding-left: 0.5rem;
  color: var(--copper);
  border-left: 1px solid var(--copper);
  font-weight: 540;
  letter-spacing: 0.08em;
}

.nav-links { display: flex; justify-content: center; gap: clamp(1rem, 2.2vw, 1.9rem); }

.nav-links a {
  position: relative;
  color: #35424d;
  font-size: 0.88rem;
  font-weight: 650;
  text-decoration: none;
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: -0.55rem;
  left: 0;
  height: 2px;
  background: var(--copper);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav-links a:hover::after { transform: scaleX(1); }

.header-cta { min-height: 2.8rem; padding: 0.6rem 1rem; font-size: 0.78rem; }
.header-cta svg { width: 1rem; height: 1rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }

.menu-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--line);
  border-radius: 0.2rem;
  color: var(--ink);
  background: #fff;
  cursor: pointer;
}

.menu-toggle span { display: block; width: 1.2rem; height: 1px; margin: 0.28rem auto; background: currentColor; }

.hero {
  position: relative;
  display: grid;
  min-height: clamp(38rem, calc(100svh - 5.2rem), 53rem);
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--slate-deep);
}

.hero__picture, .hero__shade { position: absolute; inset: 0; }
.hero__picture img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 56%; }

.hero__shade {
  background:
    linear-gradient(90deg, rgba(20, 34, 45, 0.79), rgba(20, 34, 45, 0.58) 55%, rgba(20, 34, 45, 0.69)),
    linear-gradient(180deg, rgba(20, 34, 45, 0.15), rgba(20, 34, 45, 0.47));
}

.hero__content {
  position: relative;
  z-index: 1;
  padding: 6.2rem 1rem;
  text-align: center;
}

.hero .eyebrow--light { color: #fff; }

.hero__content h1 {
  max-width: 22ch;
  margin-inline: auto;
  color: #fff;
  text-wrap: balance;
  text-shadow: 0 3px 28px rgba(0, 0, 0, 0.25);
}

.hero__lead {
  max-width: 56rem;
  margin: 0 auto 2rem;
  color: #fff;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.65;
}

.hero__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.85rem; }

.hero__region {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin: 2.15rem 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
}

.hero__region::before, .hero__region::after { width: 2.2rem; height: 1px; background: rgba(255, 255, 255, 0.45); content: ""; }

.trust-bar { color: #fff; background: var(--slate); box-shadow: 0 10px 32px rgba(20, 34, 45, 0.18); }

.trust-bar > .shell {
  width: 100%;
  max-width: none;
}

.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }

.trust-item {
  display: flex;
  min-height: 7.4rem;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.35rem clamp(1rem, 2vw, 1.6rem);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.trust-item:first-child { border-left: 1px solid rgba(255, 255, 255, 0.14); }
.trust-item svg { width: 2.1rem; height: 2.1rem; flex: 0 0 auto; fill: none; stroke: #d98b5d; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.trust-item strong, .trust-item small { display: block; }
.trust-item strong { margin-bottom: 0.12rem; font-size: 0.9rem; }
.trust-item small { color: rgba(255, 255, 255, 0.62); font-size: 0.75rem; line-height: 1.35; }

.services { background: #fff; }

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.service-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e1e3e4;
  border-radius: 0.45rem;
  box-shadow: var(--shadow-soft);
  transition: box-shadow 220ms ease, transform 220ms ease;
}

.service-card:hover { box-shadow: var(--shadow); transform: translateY(-6px); }

.service-card__image {
  position: relative;
  display: flex;
  aspect-ratio: 16 / 10;
  align-items: flex-end;
  padding: 1rem;
  overflow: hidden;
  background: var(--slate-deep);
}

.service-card__image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 34, 45, 0.02) 35%, rgba(20, 34, 45, 0.68));
  content: "";
}

.service-card__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms cubic-bezier(0.2, 0.65, 0.3, 1);
}

.service-card:hover .service-card__image img { transform: scale(1.045); }
.service-card__image--terrace img { object-position: 52% 57%; }
.service-card__image--garden img { object-position: 50% 48%; }
.service-card__image--shade img { object-position: 50% 54%; }
.service-card__image--carport img { object-position: 42% 50%; transform: scale(1.15); }
.service-card:hover .service-card__image--carport img { transform: scale(1.2); }

.service-card__image span {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.service-card__body { display: flex; min-height: 16.8rem; flex-direction: column; padding: 1.6rem; }
.service-card__body h3 { margin-bottom: 0.8rem; }
.service-card__body p { margin-bottom: 1.5rem; color: var(--muted); font-size: 0.94rem; }
.service-card__body a { margin-top: auto; color: var(--copper-dark); font-size: 0.8rem; font-weight: 750; letter-spacing: 0.06em; text-decoration: none; text-transform: uppercase; }
.service-card__body a span { display: inline-block; margin-left: 0.35rem; transition: transform 180ms ease; }
.service-card__body a:hover span { transform: translateX(0.25rem); }

.possibilities { overflow: hidden; background: var(--mist); border-block: 1px solid #e6e8e9; }

.possibilities-grid { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(4rem, 8vw, 8rem); align-items: center; }
.possibilities-copy h2 { max-width: 14ch; }
.possibilities-copy > p:not(.eyebrow) { max-width: 41rem; color: var(--muted); font-size: 1.03rem; }

.check-list { display: grid; gap: 0.75rem; padding: 0; margin: 2rem 0 2.4rem; list-style: none; }
.check-list li { position: relative; padding-left: 1.8rem; }
.check-list li::before { position: absolute; top: 0.15rem; left: 0; color: var(--copper); font-size: 1.1rem; font-weight: 800; content: "✓"; }

.possibilities-visual { position: relative; min-height: 34rem; }

.possibilities-photo {
  position: absolute;
  inset: 0 3.5rem 2.8rem 0;
  margin: 0;
  overflow: hidden;
  background: var(--slate-deep);
  box-shadow: 22px 28px 55px rgba(20, 34, 45, 0.18);
}

.possibilities-photo::after {
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(180deg, transparent, rgba(20, 34, 45, 0.82));
  content: "";
}

.possibilities-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 52%; }

.possibilities-photo figcaption {
  position: absolute;
  z-index: 1;
  right: clamp(1.5rem, 4vw, 3rem);
  bottom: clamp(1.5rem, 4vw, 3rem);
  left: clamp(1.5rem, 4vw, 3rem);
  color: #fff;
}

.possibilities-photo figcaption span { display: block; margin-bottom: 0.55rem; color: #fff; font-size: 0.68rem; font-weight: 750; letter-spacing: 0.16em; text-transform: uppercase; }
.possibilities-photo figcaption strong { display: block; max-width: 25rem; font-size: clamp(1.3rem, 2.3vw, 2rem); font-weight: 580; letter-spacing: -0.02em; line-height: 1.25; }

.possibilities-swatch {
  position: absolute;
  right: 0;
  bottom: 1.1rem;
  display: grid;
  grid-template-columns: repeat(3, 1.8rem);
  gap: 0.45rem;
  padding: 1.2rem;
  background: #fff;
  box-shadow: 0 16px 42px rgba(20, 34, 45, 0.18);
}

.possibilities-swatch i { width: 1.8rem; height: 1.8rem; background: var(--slate); }
.possibilities-swatch i:nth-child(2) { background: #b0a69b; }
.possibilities-swatch i:nth-child(3) { background: var(--copper); }
.possibilities-swatch span { grid-column: 1 / -1; color: var(--muted); font-size: 0.65rem; letter-spacing: 0.06em; text-transform: uppercase; }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.35rem; }

.process-card {
  position: relative;
  min-height: 20rem;
  padding: 2.4rem 2rem;
  overflow: hidden;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0.35rem;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.process-card:hover { border-color: #d2b19f; box-shadow: var(--shadow-soft); transform: translateY(-4px); }

.process-card__number {
  position: absolute;
  top: -0.35rem;
  right: 1rem;
  color: rgba(180, 95, 50, 0.08);
  font-size: 5.8rem;
  font-weight: 800;
  line-height: 1;
}

.process-card svg { width: 3.4rem; height: 3.4rem; margin: 0 auto 1.7rem; fill: none; stroke: var(--copper); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.process-card h3 { margin-bottom: 0.8rem; }
.process-card p { max-width: 20rem; margin: 0 auto; color: var(--muted); }

.references { color: #fff; background: var(--slate-deep); }

.references-head { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 3rem; }
.references-head h2 { max-width: 13ch; margin-bottom: 0; }
.references-head > p { max-width: 35rem; margin-bottom: 0; color: rgba(255, 255, 255, 0.66); }

.reference-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(18rem, 0.9fr);
  grid-template-rows: repeat(2, minmax(14.5rem, 1fr));
  gap: 1rem;
}

.reference-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 14.5rem;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem;
  isolation: isolate;
  overflow: hidden;
  background: #35434f;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.reference-card::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(24, 31, 37, 0.04) 25%, rgba(24, 31, 37, 0.28) 58%, rgba(18, 24, 29, 0.92) 100%);
  content: "";
}

.reference-card img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.reference-card:hover img { transform: scale(1.025); }
.reference-card--large { min-height: 30rem; grid-row: 1 / span 2; }
.reference-card--large img { object-position: 50% 49%; }
.reference-card--beschattung img { object-position: 50% 42%; }
.reference-card--garden img { object-position: 50% 51%; }
.reference-card > span {
  align-self: flex-start;
  padding: 0.45rem 0.55rem;
  color: #fff;
  background: rgba(25, 32, 38, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  backdrop-filter: blur(8px);
}
.reference-card__content { max-width: 34rem; }
.reference-card strong, .reference-card small { display: block; }
.reference-card strong { margin-bottom: 0.35rem; font-size: clamp(1.05rem, 1.5vw, 1.35rem); line-height: 1.2; }
.reference-card small { color: rgba(255, 255, 255, 0.7); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }

.reference-more { display: flex; justify-content: center; margin-top: 2.1rem; }
.reference-toggle { cursor: pointer; box-shadow: none; }
.reference-toggle svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transition: transform 180ms ease;
}
.reference-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }

.reference-gallery[hidden] { display: none; }
.reference-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
  animation: gallery-reveal 320ms ease both;
}

.gallery-item {
  position: relative;
  min-height: 18rem;
  margin: 0;
  isolation: isolate;
  overflow: hidden;
  background: #35434f;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.gallery-item::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(18, 24, 29, 0.88) 100%);
  content: "";
}

.gallery-item img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.gallery-item:nth-child(1) img, .gallery-item:nth-child(2) img { object-position: 50% 57%; }
.gallery-item:nth-child(4) img { object-position: 50% 63%; }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item figcaption { position: absolute; z-index: 1; right: 1.25rem; bottom: 1.2rem; left: 1.25rem; }
.gallery-item strong, .gallery-item small { display: block; }
.gallery-item strong { margin-bottom: 0.3rem; font-size: 1rem; line-height: 1.25; }
.gallery-item small { color: rgba(255, 255, 255, 0.7); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }

@keyframes gallery-reveal {
  from { opacity: 0; transform: translateY(0.7rem); }
  to { opacity: 1; transform: translateY(0); }
}

.closing {
  position: relative;
  display: grid;
  min-height: 31rem;
  place-items: center;
  overflow: hidden;
  color: #fff;
}

.closing__picture, .closing__overlay { position: absolute; inset: 0; }
.closing__picture img { width: 100%; height: 100%; object-fit: cover; object-position: center 62%; }
.closing__overlay { background: linear-gradient(90deg, rgba(180, 95, 50, 0.94), rgba(161, 73, 34, 0.84)); }
.closing__content { position: relative; z-index: 1; padding: 5rem 1rem; text-align: center; }
.closing__content .eyebrow--light { color: #fff; }
.closing__content h2 { margin-bottom: 1rem; color: #fff; }
.closing__content > p:not(.eyebrow) { max-width: 49rem; margin: 0 auto 2rem; color: #fff; font-size: 1.08rem; }

.contact { padding: clamp(5rem, 8vw, 7.5rem) 0; background: var(--cream); }
.contact-heading { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 2rem; align-items: end; margin-bottom: 2.8rem; }
.contact-heading h2 { max-width: 18ch; margin-bottom: 0; }
.contact-heading__copy { max-width: 43rem; margin: 0 0 0.3rem; }
.contact-heading__copy > p:first-child { margin: 0; color: var(--muted); font-size: 1.06rem; }
.contact-heading__area { margin: 1.35rem 0 0; padding: 0.15rem 0 0.15rem 1.2rem; border-left: 2px solid var(--copper); }
.contact-heading__area strong, .contact-heading__area span { display: block; }
.contact-heading__area strong { margin-bottom: 0.35rem; color: var(--ink); font-size: 0.92rem; }
.contact-heading__area span { color: var(--muted); font-size: 0.91rem; line-height: 1.6; }
.contact-heading__area a { color: var(--copper-dark); font-weight: 700; text-underline-offset: 0.2rem; }
.contact-grid { display: grid; grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1.28fr); gap: 2rem; align-items: stretch; }

.contact-person {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border-top: 3px solid var(--copper);
  box-shadow: var(--shadow-soft);
}

.contact-person__head { display: flex; align-items: center; gap: 1.3rem; padding: 2rem 2rem 1.4rem; }
.contact-person__head img { width: 6rem; height: 6rem; flex: 0 0 auto; object-fit: cover; border: 5px solid var(--cream); border-radius: 50%; }
.contact-person__head p { margin: 0 0 0.35rem; color: var(--copper-dark); font-size: 0.75rem; font-weight: 780; letter-spacing: 0.12em; line-height: 1.35; text-transform: uppercase; }
.contact-person__head h3 { margin-bottom: 0.35rem; color: var(--ink); font-size: 1.5rem; }
.contact-person__head span { display: block; color: var(--muted); font-size: 0.88rem; line-height: 1.4; }

.contact-person__promise { margin: 0; padding: 0 2rem 1.8rem; color: var(--muted); font-size: 0.96rem; line-height: 1.6; }

.contact-person__links { display: grid; border-top: 1px solid var(--line); }
.contact-person__links a { display: flex; align-items: center; gap: 1rem; min-width: 0; padding: 1rem 2rem; text-decoration: none; transition: color 180ms ease, background-color 180ms ease; }
.contact-person__links a + a { border-top: 1px solid var(--line); }
.contact-person__links a:hover { color: var(--copper-dark); background: #faf8f6; }
.contact-person__links svg { width: 1.25rem; height: 1.25rem; flex: 0 0 auto; fill: none; stroke: var(--copper); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.contact-person__links span, .contact-person__links small, .contact-person__links strong { display: block; min-width: 0; }
.contact-person__links small { margin-bottom: 0.05rem; color: var(--muted); font-size: 0.7rem; font-weight: 750; letter-spacing: 0.1em; text-transform: uppercase; }
.contact-person__links strong { overflow-wrap: anywhere; color: var(--ink); font-size: 0.96rem; }

.contact-person__region { display: flex; align-items: center; gap: 0.65rem; margin: auto 0 0; padding: 0.9rem 2rem; color: rgba(255, 255, 255, 0.82); background: var(--slate); font-size: 0.8rem; letter-spacing: 0.035em; }
.contact-person__region svg { width: 1rem; height: 1rem; flex: 0 0 auto; fill: none; stroke: #e19a70; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }

.project-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.35rem 1.5rem;
  padding: clamp(2rem, 3.5vw, 3rem);
  background: #fff;
  border: 1px solid rgba(32, 36, 40, 0.08);
  border-top: 3px solid var(--copper);
  box-shadow: var(--shadow-soft);
}

.field { display: grid; gap: 0.35rem; }
.field--wide { grid-column: 1 / -1; }
.field label { color: var(--slate); font-size: 0.875rem; font-weight: 720; letter-spacing: 0.045em; text-transform: uppercase; }

.field input, .field select, .field textarea {
  width: 100%;
  min-height: 3.1rem;
  padding: 0.65rem 0.75rem;
  color: var(--ink);
  background: #fafafa;
  border: 1px solid #d8dadd;
  border-radius: 0.2rem;
}

.field textarea { min-height: 7rem; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: var(--copper); box-shadow: 0 0 0 3px rgba(180, 95, 50, 0.13); }

.consent { display: flex; grid-column: 1 / -1; gap: 0.7rem; align-items: flex-start; color: var(--muted); font-size: 0.82rem; }
.consent input { width: 1rem; height: 1rem; margin-top: 0.25rem; accent-color: var(--copper); }
.consent a { color: var(--copper-dark); font-weight: 700; text-underline-offset: 0.2rem; }
.project-form .button { grid-column: 1 / -1; justify-self: start; margin-top: 0.4rem; }
.form-status { grid-column: 1 / -1; margin: 0; padding: 1rem; background: var(--cream); border-left: 3px solid var(--copper); }

.site-footer { padding: 4rem 0 1.5rem; color: rgba(255, 255, 255, 0.68); background: var(--slate); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 3.2rem; }
.footer-brand .brand__mark { filter: brightness(0) invert(1); }
.footer-brand .brand__name { color: #fff; }
.footer-intro > p { max-width: 25rem; margin: 1.3rem 0 0; }
.footer-company { display: grid; gap: 0.12rem; margin-top: 1.25rem; padding-left: 1rem; border-left: 2px solid var(--copper-bright); font-size: 0.8rem; font-style: normal; line-height: 1.55; }
.footer-company strong { margin-bottom: 0.18rem; color: #fff; font-size: 0.85rem; }
.footer-grid h3 { margin-bottom: 0.9rem; color: #fff; font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; }
.footer-grid ul { display: grid; gap: 0.45rem; padding: 0; margin: 0; list-style: none; }
.footer-grid a { text-underline-offset: 0.22rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.4rem; border-top: 1px solid rgba(255, 255, 255, 0.13); font-size: 0.77rem; }

@media (max-width: 68rem) {
  .header-inner { grid-template-columns: auto auto; justify-content: space-between; }
  .header-cta { display: none; }
  .menu-toggle { display: block; }
  .nav-links {
    position: fixed;
    inset: 5.2rem 0 auto;
    display: grid;
    max-height: 0;
    gap: 0;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 35px rgba(25, 34, 41, 0.14);
    transition: max-height 220ms ease;
  }
  .nav-links.is-open { max-height: 30rem; border-top: 1px solid var(--line); }
  .nav-links a { padding: 1rem 1.4rem; border-bottom: 1px solid var(--line); }
  .nav-links a::after { display: none; }
  .trust-grid, .service-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(3) { border-left: 1px solid rgba(255, 255, 255, 0.14); }
  .possibilities-grid, .contact-heading, .contact-grid { grid-template-columns: 1fr; }
  .contact-heading { gap: 1rem; margin-bottom: 2.2rem; }
  .possibilities-copy h2, .contact-heading h2 { max-width: 18ch; }
  .contact-heading__copy { margin-bottom: 0; }
  .possibilities-visual { min-height: 30rem; }
  .reference-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .reference-card { min-height: 22rem; }
  .reference-card--large { min-height: 30rem; grid-row: auto; grid-column: 1 / -1; }
  .reference-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 2rem; }
}

@media (max-width: 48rem) {
  .shell { width: min(100% - 1.5rem, 78rem); }
  .section { padding: 4.7rem 0; }
  .brand { gap: 0.55rem; }
  .brand__mark { width: 2.75rem; }
  .brand__name { font-size: 0.88rem; letter-spacing: 0.13em; }
  .hero { min-height: 42rem; }
  .hero__content { padding-inline: 0.25rem; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .hero__region { line-height: 1.4; }
  .hero__region::before, .hero__region::after { display: none; }
  .service-grid, .process-grid, .reference-grid, .project-form, .footer-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-item:nth-child(n) {
    display: grid;
    min-height: 8rem;
    align-content: start;
    justify-content: stretch;
    gap: 0.55rem;
    padding: 1.15rem 1rem;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
  }
  .trust-item:nth-child(odd) { border-left: 1px solid rgba(255, 255, 255, 0.14); }
  .trust-item:nth-child(n + 3) { border-bottom: 0; }
  .trust-item svg { width: 1.75rem; height: 1.75rem; }
  .trust-item strong { font-size: 0.84rem; line-height: 1.3; }
  .trust-item small { font-size: 0.7rem; line-height: 1.4; }
  .service-card__body { min-height: auto; }
  .possibilities-visual { min-height: 27rem; }
  .possibilities-photo { inset: 0 1.8rem 2rem 0; }
  .possibilities-swatch { bottom: 0.7rem; }
  .references-head { align-items: flex-start; flex-direction: column; }
  .reference-card, .reference-card--large { min-height: 22rem; grid-row: auto; grid-column: auto; }
  .reference-toggle { width: 100%; }
  .reference-gallery { grid-template-columns: 1fr; }
  .gallery-item { min-height: 22rem; }
  .closing { min-height: 35rem; }
  .project-form { padding: 1.5rem; }
  .contact-person__head { align-items: flex-start; }
  .contact-person__head img { width: 5.5rem; height: 5.5rem; }
  .field--wide, .consent, .project-form .button, .form-status { grid-column: auto; }
  .project-form .button { width: 100%; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
