:root {
  --bg: #0d0d0c;
  --bg-soft: #191714;
  --panel: rgba(24, 22, 19, 0.82);
  --panel-strong: #211e1a;
  --line: rgba(255, 244, 220, 0.12);
  --text: #f4efe5;
  --muted: #c2b8a8;
  --primary: #e0a458;
  --primary-2: #e9d5a1;
  --accent: #cf5b3f;
  --accent-2: #8e342e;
  --glow: rgba(224, 164, 88, 0.34);
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.62);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background:
    radial-gradient(circle at 12% 10%, rgba(207, 91, 63, 0.22), transparent 27%),
    radial-gradient(circle at 86% 22%, rgba(224, 164, 88, 0.14), transparent 24%),
    radial-gradient(circle at 52% 100%, rgba(114, 84, 53, 0.16), transparent 42%),
    linear-gradient(115deg, rgba(255, 244, 220, 0.025), transparent 42%),
    var(--bg);
  color: var(--text);
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.page-shell {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 56px;
}

.topbar,
.hero,
.services,
.showcase,
.about,
.site-footer {
  border: 1px solid var(--line);
  background: rgba(12, 16, 26, 0.8);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}

.topbar,
.hero,
.services,
.showcase,
.about,
.site-footer,
.service-card,
.showcase-item,
.imprint,
.contact-form {
  border-color: rgba(255, 255, 255, 0.08);
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  border-radius: 20px;
  position: sticky;
  top: 12px;
  z-index: 20;
  border-color: rgba(255, 255, 255, 0.1);
}

.brand-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  font-weight: 800;
  background: linear-gradient(140deg, var(--primary), var(--primary-2));
  color: white;
  box-shadow: 0 12px 35px rgba(139, 92, 246, 0.4);
}

.brand-name,
.brand-tag {
  margin: 0;
}

.brand-logo {
  width: 52px;
  height: 52px;
  object-fit: contain;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  padding: 4px;
}

.brand-name {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  font-weight: 700;
}

.brand-tag {
  color: var(--muted);
  font-size: 0.64rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 0.94rem;
}

.main-nav a {
  transition: color 0.2s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--text);
}

.nav-cta,
.primary-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.nav-cta,
.primary-btn {
  background: linear-gradient(135deg, var(--accent), var(--primary));
  color: #17130f;
  box-shadow: 0 20px 40px rgba(132, 62, 39, 0.28);
}

.nav-cta {
  padding: 12px 18px;
  font-weight: 600;
}

.primary-btn {
  padding: 15px 24px;
  font-weight: 700;
}

.secondary-btn {
  padding: 15px 24px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
  color: var(--text);
}

.nav-cta:hover,
.primary-btn:hover,
.secondary-btn:hover,
.nav-cta:focus-visible,
.primary-btn:focus-visible,
.secondary-btn:focus-visible {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 26px 55px rgba(132, 62, 39, 0.32);
}

.hero {
  margin-top: 28px;
  padding: 48px 32px;
  border-radius: 32px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: center;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(105deg, rgba(15, 14, 13, 0.96), rgba(31, 26, 20, 0.78)),
    url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1800&q=85") center/cover;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(207, 91, 63, 0.16), transparent 36%, rgba(224, 164, 88, 0.1));
  pointer-events: none;
}

.eyebrow {
  margin: 0 0 14px;
  color: #9ab6ff;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.7rem;
  font-weight: 700;
}

.hero-copy h1,
.section-heading h2,
.about h2,
.site-footer h2 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.06em;
  line-height: 0.96;
}

.hero-copy h1 {
  max-width: 620px;
  font-size: clamp(3.1rem, 6vw, 6.1rem);
  background: linear-gradient(135deg, #fffaf0 0%, #e9d5a1 48%, #cf5b3f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.075em;
  text-shadow: 0 0 35px rgba(207, 91, 63, 0.18);
}

.lead {
  max-width: 640px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 34px;
}

.hero-stats div {
  min-width: 140px;
}

.hero-stats strong {
  display: block;
  font-size: 1.7rem;
  font-weight: 800;
}

.hero-stats span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.8rem;
}

.hero-visual {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
}

.visual-panel {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(135deg, rgba(20, 28, 43, 0.94), rgba(16, 18, 25, 0.8));
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.panel-main {
  width: min(100%, 440px);
  min-height: 320px;
  padding: 28px;
  background:
    linear-gradient(150deg, rgba(92, 48, 35, 0.32), rgba(17, 16, 14, 0.86)),
    radial-gradient(circle at top left, rgba(224, 164, 88, 0.22), transparent 30%),
    url("https://images.unsplash.com/photo-1549399542-7e3f8b79c341?auto=format&fit=crop&w=900&q=80") center/cover no-repeat,
    rgba(17, 22, 31, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transform: rotate(-8deg);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.48), 0 25px 60px rgba(207, 91, 63, 0.14);
  animation: float 6s ease-in-out infinite;
}

.panel-main h2 {
  margin: 16px 0 0;
  font-size: clamp(2rem, 3vw, 3rem);
  max-width: 260px;
}

.chip {
  display: inline-flex;
  align-self: flex-start;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.panel-small {
  width: 196px;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.panel-small span {
  color: var(--muted);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.panel-small strong {
  font-size: 1.5rem;
}

.panel-small.top {
  right: 26px;
  top: 40px;
}

.panel-small.bottom {
  left: 16px;
  bottom: 26px;
}

.trusted-strip {
  margin-top: 26px;
  padding: 16px 22px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
  text-align: center;
  color: var(--muted);
}

.trusted-strip p {
  margin: 0;
  font-size: 0.88rem;
}

.services,
.showcase,
.about,
.site-footer {
  margin-top: 32px;
  border-radius: 32px;
  padding: 28px 28px 30px;
}

.section-heading {
  margin-bottom: 22px;
}

.section-heading h2,
.about h2,
.site-footer h2 {
  font-size: clamp(2.2rem, 4vw, 4rem);
  max-width: 700px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  padding: 22px 18px 18px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(11, 14, 22, 0.82));
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(224, 164, 88, 0.58);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.3), 0 16px 28px rgba(207, 91, 63, 0.12);
}

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(207, 91, 63, 0.28), rgba(224, 164, 88, 0.22));
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #f3d9ae;
  font-weight: 800;
}

.service-card h3 {
  margin: 18px 0 12px;
  font-size: 1.3rem;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.split {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
}

.text-link {
  color: #dfe8ff;
  font-weight: 600;
}

.showcase-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 18px;
}

.showcase-item {
  position: relative;
  min-height: 260px;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(160deg, rgba(31, 38, 54, 0.8), rgba(6, 8, 15, 0.9)),
    radial-gradient(circle at 20% 20%, rgba(139, 92, 246, 0.4), transparent 30%);
  background-size: cover;
  background-position: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.showcase-item:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.52), 0 18px 30px rgba(207, 91, 63, 0.14);
}

.showcase-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(207, 91, 63, 0.14), rgba(224, 164, 88, 0.08), rgba(255,255,255,0.02));
}

.showcase-item.tall {
  min-height: 360px;
}

.automotive-image {
  background:
    linear-gradient(160deg, rgba(67, 78, 102, 0.55), rgba(8, 10, 16, 0.88)),
    url("https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1200&q=80") center/cover no-repeat;
}

.media-image {
  background:
    linear-gradient(160deg, rgba(34, 42, 63, 0.58), rgba(7, 9, 15, 0.84)),
    url("https://images.unsplash.com/photo-1552519507-da3b142c6e3d?auto=format&fit=crop&w=1000&q=80") center/cover no-repeat;
}

.digital-image {
  background:
    linear-gradient(160deg, rgba(53, 62, 92, 0.56), rgba(6, 8, 17, 0.82)),
    url("https://images.unsplash.com/photo-1549399542-7e3f8b79c341?auto=format&fit=crop&w=1000&q=80") center/cover no-repeat;
}

.showcase-copy {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 1;
}

.showcase-copy span {
  color: #d7def6;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.7rem;
}

.showcase-copy h3 {
  margin: 12px 0 0;
  font-size: clamp(1.5rem, 2.1vw, 2.4rem);
  line-height: 1.1;
  font-family: "Space Grotesk", sans-serif;
}

.about {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 26px;
  align-items: center;
}

.about-content p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.8;
  max-width: 620px;
  margin-top: 18px;
}

.about-points {
  display: grid;
  gap: 16px;
}

.about-points div {
  padding: 18px 20px;
  background: rgba(255,255,255,0.02);
  border-radius: 18px;
  border: 1px solid var(--line);
}

.about-points strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.12rem;
}

.about-points span {
  color: var(--muted);
  line-height: 1.6;
}

@keyframes float {
  0%,
  100% {
    transform: rotate(-8deg) translateY(0px);
  }
  50% {
    transform: rotate(-8deg) translateY(-8px);
  }
}

.site-footer {
  display: grid;
  gap: 24px;
  background:
    linear-gradient(180deg, rgba(12,16,25,0.82), rgba(12,16,25,0.94)),
    radial-gradient(circle at top right, rgba(224,164,88,0.18), transparent 28%),
    radial-gradient(circle at left center, rgba(207,91,63,0.1), transparent 22%);
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02), 0 18px 40px rgba(0, 0, 0, 0.16);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  font-size: 0.9rem;
  color: var(--muted);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(9, 12, 20, 0.8);
  color: var(--text);
  font: inherit;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(184, 192, 217, 0.7);
}

.contact-form textarea {
  resize: vertical;
  min-height: 140px;
}

.form-trap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.form-status {
  min-height: 1.4em;
  margin: 0;
  color: var(--primary-2);
  font-size: 0.9rem;
}

.imprint {
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.02);
}

.imprint h3 {
  margin: 0 0 12px;
  font-size: 1.2rem;
}

.imprint p {
  margin: 6px 0;
  color: var(--muted);
  line-height: 1.7;
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
}

@media (max-width: 640px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1100px) {
  .card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .topbar {
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
  }

  .main-nav {
    order: 3;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero,
  .about {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    max-width: 100%;
  }

  .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .showcase-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: min(100% - 18px, 1200px);
    padding-top: 12px;
  }

  .topbar,
  .hero,
  .services,
  .showcase,
  .about,
  .site-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .main-nav {
    gap: 10px 14px;
    font-size: 0.82rem;
  }

  .nav-cta {
    width: 100%;
  }

  .hero {
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .hero-copy h1 {
    font-size: clamp(2.5rem, 12vw, 4rem);
  }

  .lead {
    font-size: 1rem;
  }

  .hero-stats {
    gap: 12px 18px;
  }

  .hero-stats div {
    min-width: 110px;
  }

  .hero-visual {
    min-height: 380px;
  }

  .panel-main {
    min-height: 240px;
    width: min(100%, 360px);
  }

  .panel-small {
    width: 150px;
    padding: 14px 16px;
  }

  .panel-small.top {
    right: 8px;
    top: 18px;
  }

  .panel-small.bottom {
    left: 8px;
    bottom: 16px;
  }

  .card-grid {
    grid-template-columns: 1fr;
  }

  .split,
  .footer-bottom,
  .footer-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-form {
    padding: 16px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .footer-actions .primary-btn,
  .footer-actions .secondary-btn,
  .nav-cta,
  .primary-btn,
  .secondary-btn {
    width: 100%;
  }

  .brand-name {
    letter-spacing: 0.1em;
  }
}
