:root {
  --acid: #80df17;
  --acid-2: #a8ff2b;
  --ink: #070907;
  --coal: #101511;
  --steel: #252d2d;
  --steel-2: #485150;
  --paper: #f4f7ed;
  --muted: #c9d0c1;
  --spark: #ff8a00;
  --line: rgba(244, 247, 237, 0.18);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  --max: 1180px;
  --hero-image: url("assets/kwak-zaun-hero.png");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--paper);
  background:
    radial-gradient(circle at 14% 0%, rgba(128, 223, 23, 0.18), transparent 30%),
    linear-gradient(180deg, #141914 0%, #070907 42%, #101511 100%);
  font-family: Arial, Helvetica, sans-serif;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 18px 18px;
}

img,
svg {
  display: block;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 34px;
  background: rgba(7, 9, 7, 0.78);
  border-bottom: 1px solid rgba(168, 255, 43, 0.22);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  gap: 8px;
  align-items: baseline;
  color: var(--acid-2);
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
}

.brand span,
.brand strong {
  font-weight: 900;
}

.brand span {
  color: var(--paper);
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a {
  padding: 10px 14px;
  color: rgba(244, 247, 237, 0.84);
  border-radius: 4px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--ink);
  background: var(--acid);
  outline: 0;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border: 1px solid rgba(168, 255, 43, 0.48);
  border-radius: 4px;
  background: rgba(7, 9, 7, 0.72);
}

.language-switch button {
  min-width: 42px;
  height: 34px;
  padding: 0 9px;
  color: rgba(244, 247, 237, 0.84);
  border: 0;
  border-radius: 3px;
  background: transparent;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.language-switch button:hover,
.language-switch button:focus-visible {
  color: var(--acid-2);
  outline: 0;
}

.language-switch button[aria-pressed="true"] {
  color: var(--ink);
  background: var(--acid);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid rgba(168, 255, 43, 0.5);
  background: rgba(7, 9, 7, 0.9);
  border-radius: 4px;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--acid-2);
}

.hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 5px solid var(--acid);
}

.hero__media,
.hero__shade {
  position: absolute;
  inset: 0;
}

.hero__media {
  z-index: -3;
  background-image: var(--hero-image);
  background-position: center 35%;
  background-size: cover;
  filter: saturate(1.05) contrast(1.02);
}

.hero__shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(7, 9, 7, 0.96) 0%, rgba(7, 9, 7, 0.76) 34%, rgba(7, 9, 7, 0.18) 70%),
    linear-gradient(0deg, rgba(7, 9, 7, 0.9) 0%, rgba(7, 9, 7, 0.04) 52%, rgba(7, 9, 7, 0.44) 100%);
}

.hero__inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 150px 34px 82px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--acid-2);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 900;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 740px;
  margin-bottom: 16px;
  color: var(--paper);
  font-size: 98px;
  line-height: 0.88;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.72);
}

.hero__lead {
  max-width: 650px;
  margin-bottom: 28px;
  color: rgba(244, 247, 237, 0.92);
  font-size: 22px;
  line-height: 1.45;
  font-weight: 800;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 18px;
  border: 2px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.1;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  outline: 0;
}

.button svg {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button--primary {
  color: var(--ink);
  background: var(--acid);
  box-shadow: 0 14px 34px rgba(128, 223, 23, 0.22);
}

.button--primary:hover,
.button--primary:focus-visible {
  background: var(--acid-2);
}

.button--ghost {
  color: var(--paper);
  border-color: rgba(244, 247, 237, 0.58);
  background: rgba(7, 9, 7, 0.62);
}

.button--ghost:hover,
.button--ghost:focus-visible {
  border-color: var(--acid);
}

.button--dark {
  color: var(--paper);
  background: var(--ink);
  border-color: rgba(7, 9, 7, 0.8);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid rgba(168, 255, 43, 0.32);
  background: #070907;
}

.trust-strip__item {
  min-height: 118px;
  display: grid;
  grid-template-columns: 52px 1fr;
  grid-template-rows: auto auto;
  gap: 2px 16px;
  align-content: center;
  padding: 20px 28px;
  border-right: 1px solid rgba(168, 255, 43, 0.42);
}

.trust-strip__item:last-child {
  border-right: 0;
}

.trust-strip__item > span:first-child {
  grid-row: 1 / 3;
}

.trust-strip strong {
  color: var(--paper);
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: 23px;
  font-weight: 900;
  text-transform: uppercase;
}

.trust-strip__item > span:last-child {
  color: var(--muted);
  font-weight: 800;
}

.icon-target,
.icon-person,
.icon-clock,
.icon-shield {
  position: relative;
  width: 52px;
  height: 52px;
  color: var(--acid);
}

.icon-target {
  border: 5px solid currentColor;
  border-radius: 50%;
}

.icon-target::before,
.icon-target::after {
  position: absolute;
  content: "";
  background: currentColor;
}

.icon-target::before {
  top: 50%;
  left: -9px;
  right: -9px;
  height: 5px;
  transform: translateY(-50%);
}

.icon-target::after {
  top: -9px;
  bottom: -9px;
  left: 50%;
  width: 5px;
  transform: translateX(-50%);
}

.icon-person::before {
  position: absolute;
  top: 2px;
  left: 16px;
  width: 18px;
  height: 18px;
  content: "";
  border: 5px solid currentColor;
  border-radius: 50%;
}

.icon-person::after {
  position: absolute;
  bottom: 2px;
  left: 5px;
  width: 42px;
  height: 25px;
  content: "";
  border: 5px solid currentColor;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom: 0;
}

.icon-clock {
  border: 5px solid currentColor;
  border-radius: 50%;
}

.icon-clock::before,
.icon-clock::after {
  position: absolute;
  content: "";
  background: currentColor;
  border-radius: 3px;
  transform-origin: left center;
}

.icon-clock::before {
  left: 23px;
  top: 14px;
  width: 5px;
  height: 15px;
}

.icon-clock::after {
  left: 25px;
  top: 25px;
  width: 15px;
  height: 5px;
  transform: rotate(26deg);
}

.icon-shield {
  border: 5px solid currentColor;
  border-radius: 24px 24px 32px 32px;
  clip-path: polygon(50% 0, 96% 15%, 88% 76%, 50% 100%, 12% 76%, 4% 15%);
}

.icon-shield::after {
  position: absolute;
  left: 15px;
  top: 18px;
  width: 20px;
  height: 10px;
  content: "";
  border-left: 5px solid currentColor;
  border-bottom: 5px solid currentColor;
  transform: rotate(-45deg);
}

.section {
  padding: 86px 34px;
}

.section__inner {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.section__head {
  max-width: 760px;
  margin-bottom: 36px;
}

.section h2,
.quote-band h2 {
  margin-bottom: 18px;
  color: var(--paper);
  font-size: 54px;
  line-height: 0.96;
}

.section p,
.quote-band p {
  color: rgba(244, 247, 237, 0.76);
  font-size: 18px;
  line-height: 1.65;
}

.section--services {
  background:
    linear-gradient(135deg, rgba(128, 223, 23, 0.08), transparent 38%),
    #101511;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.service-card,
.project-card,
.contact-form {
  border: 1px solid rgba(168, 255, 43, 0.24);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(244, 247, 237, 0.08), rgba(244, 247, 237, 0.03));
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.22);
}

.service-card {
  min-height: 272px;
  padding: 24px;
}

.service-card--wide {
  grid-column: span 2;
}

.service-card__icon {
  display: block;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
}

.service-card h3,
.project-card h3 {
  margin-bottom: 10px;
  color: var(--acid-2);
  font-size: 29px;
  line-height: 1;
}

.service-card p,
.project-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
}

.weld-icon {
  border-radius: 50%;
  background:
    radial-gradient(circle at 68% 28%, var(--spark) 0 8%, transparent 9%),
    linear-gradient(45deg, transparent 44%, var(--paper) 45% 55%, transparent 56%),
    radial-gradient(circle, var(--ink) 0 55%, transparent 56%);
  box-shadow: 0 0 0 4px var(--acid);
}

.fence-icon {
  background:
    linear-gradient(90deg, var(--acid) 0 8%, transparent 8% 28%, var(--acid) 28% 36%, transparent 36% 60%, var(--acid) 60% 68%, transparent 68% 92%, var(--acid) 92%),
    repeating-linear-gradient(0deg, transparent 0 12px, var(--paper) 12px 17px);
}

.roof-icon {
  position: relative;
  border-left: 5px solid var(--acid);
  border-right: 5px solid var(--acid);
  border-bottom: 5px solid var(--acid);
}

.roof-icon::before {
  position: absolute;
  left: -8px;
  right: -8px;
  top: 3px;
  height: 6px;
  content: "";
  background: var(--paper);
  transform: skewX(-18deg);
}

.tools-icon {
  position: relative;
}

.tools-icon::before,
.tools-icon::after {
  position: absolute;
  inset: 23px 0;
  content: "";
  background: var(--acid);
  border-radius: 6px;
}

.tools-icon::before {
  transform: rotate(45deg);
}

.tools-icon::after {
  transform: rotate(-45deg);
  background: var(--paper);
}

.custom-icon {
  position: relative;
  border: 5px solid var(--acid);
}

.custom-icon::before,
.custom-icon::after {
  position: absolute;
  content: "";
  background: var(--paper);
}

.custom-icon::before {
  left: 10px;
  right: 10px;
  top: 14px;
  height: 5px;
}

.custom-icon::after {
  top: 10px;
  bottom: 10px;
  left: 18px;
  width: 5px;
}

.section--showcase {
  background:
    linear-gradient(180deg, rgba(7, 9, 7, 0.96), rgba(7, 9, 7, 0.72)),
    repeating-linear-gradient(120deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 16px);
}

.showcase {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 42px;
  align-items: center;
}

.showcase__copy {
  max-width: 430px;
}

.project-wall {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.project-card {
  overflow: hidden;
}

.project-card h3,
.project-card p {
  padding: 0 18px;
}

.project-card p {
  padding-bottom: 20px;
}

.project-visual {
  position: relative;
  height: 210px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(128, 223, 23, 0.16), rgba(16, 21, 17, 0.6)),
    linear-gradient(140deg, #77817f, #1f2524 55%, #070907);
  border-bottom: 4px solid var(--acid);
}

.gate-visual span {
  position: absolute;
  left: 18px;
  right: 18px;
  height: 16px;
  background: linear-gradient(180deg, #515b59, #0c1010);
  border: 1px solid rgba(244, 247, 237, 0.18);
}

.gate-visual span:nth-child(1) { top: 50px; }
.gate-visual span:nth-child(2) { top: 88px; }
.gate-visual span:nth-child(3) { top: 126px; }
.gate-visual span:nth-child(4) { top: 164px; }

.gate-visual::before,
.gate-visual::after {
  position: absolute;
  top: 28px;
  bottom: 28px;
  width: 15px;
  content: "";
  background: linear-gradient(90deg, #0c1010, #65706f);
}

.gate-visual::before { left: 16px; }
.gate-visual::after { right: 16px; }

.carport-visual span {
  position: absolute;
  background: linear-gradient(90deg, #090c0c, #606b69);
}

.carport-visual span:nth-child(1) {
  left: 30px;
  right: 20px;
  top: 52px;
  height: 18px;
  transform: skewX(-20deg);
}

.carport-visual span:nth-child(2),
.carport-visual span:nth-child(3),
.carport-visual span:nth-child(4) {
  top: 62px;
  width: 13px;
  height: 120px;
}

.carport-visual span:nth-child(2) { left: 42px; }
.carport-visual span:nth-child(3) { left: 128px; }
.carport-visual span:nth-child(4) { right: 34px; }

.decor-visual::before {
  position: absolute;
  inset: 28px;
  content: "";
  border: 11px solid #111616;
  background:
    radial-gradient(circle at 50% 48%, transparent 0 18px, #6f7a76 19px 23px, transparent 24px),
    linear-gradient(90deg, transparent 47%, #66716d 48% 52%, transparent 53%),
    repeating-radial-gradient(circle at 50% 78%, transparent 0 18px, #66716d 19px 22px, transparent 23px 34px);
}

.decor-visual span {
  position: absolute;
  left: 50%;
  bottom: 48px;
  width: 7px;
  height: 88px;
  background: var(--acid);
  transform-origin: bottom;
}

.decor-visual span:nth-child(1) { transform: rotate(-34deg); }
.decor-visual span:nth-child(2) { transform: rotate(0deg); }
.decor-visual span:nth-child(3) { transform: rotate(34deg); }

.quote-band {
  padding: 42px 34px;
  color: var(--ink);
  background:
    linear-gradient(120deg, rgba(255, 138, 0, 0.26), transparent 35%),
    var(--acid);
  border-top: 5px solid var(--ink);
  border-bottom: 5px solid var(--ink);
}

.quote-band__inner {
  width: min(100%, var(--max));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0 auto;
}

.quote-band .eyebrow,
.quote-band h2,
.quote-band p {
  color: var(--ink);
}

.quote-band h2 {
  margin-bottom: 8px;
}

.quote-band p {
  max-width: 750px;
  margin-bottom: 0;
  font-weight: 800;
}

.section--contact {
  background:
    linear-gradient(90deg, rgba(128, 223, 23, 0.09), transparent 44%),
    #101511;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: start;
}

.contact-copy {
  max-width: 480px;
}

.contact-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
  font-style: normal;
}

.contact-list a,
.contact-list span {
  display: flex;
  min-height: 50px;
  align-items: center;
  gap: 12px;
  color: var(--paper);
  font-weight: 900;
}

.contact-list svg {
  width: 24px;
  height: 24px;
  color: var(--acid);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 24px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--paper);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 50px;
  color: var(--paper);
  background: rgba(7, 9, 7, 0.74);
  border: 1px solid rgba(244, 247, 237, 0.24);
  border-radius: 4px;
  padding: 12px 13px;
  outline: 0;
}

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

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--acid);
  box-shadow: 0 0 0 3px rgba(128, 223, 23, 0.16);
}

.contact-form__wide,
.form-status {
  grid-column: 1 / -1;
}

.form-status {
  min-height: 20px;
  margin: 0;
  color: var(--acid-2);
  font-size: 15px;
  font-weight: 800;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 24px 20px;
  color: var(--paper);
  background: #070907;
  border-top: 1px solid rgba(168, 255, 43, 0.28);
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
}

.site-footer strong {
  color: var(--acid);
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: 28px;
}

@media (max-width: 980px) {
  .hero {
    min-height: 720px;
  }

  h1 {
    font-size: 72px;
  }

  .hero__lead {
    font-size: 20px;
  }

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

  .trust-strip__item:nth-child(2) {
    border-right: 0;
  }

  .trust-strip__item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(168, 255, 43, 0.42);
  }

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

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

  .showcase__copy,
  .contact-copy {
    max-width: 740px;
  }
}

@media (max-width: 740px) {
  .site-header {
    gap: 12px;
    padding: 14px 18px;
  }

  .header-tools {
    gap: 10px;
    margin-left: auto;
  }

  .language-switch button {
    min-width: 38px;
    height: 32px;
    padding: 0 8px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px 18px 18px;
    background: rgba(7, 9, 7, 0.96);
    border-bottom: 1px solid rgba(168, 255, 43, 0.28);
  }

  .site-header.is-open .site-nav {
    display: flex;
  }

  .site-nav a {
    padding: 14px;
  }

  .hero {
    min-height: 680px;
  }

  .hero__media {
    background-position: 60% center;
  }

  .hero__shade {
    background:
      linear-gradient(90deg, rgba(7, 9, 7, 0.96), rgba(7, 9, 7, 0.52)),
      linear-gradient(0deg, rgba(7, 9, 7, 0.94) 0%, rgba(7, 9, 7, 0.12) 58%, rgba(7, 9, 7, 0.44) 100%);
  }

  .hero__inner,
  .section,
  .quote-band {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero__inner {
    padding-top: 126px;
    padding-bottom: 58px;
  }

  h1 {
    font-size: 56px;
  }

  .hero__lead {
    font-size: 18px;
  }

  .button {
    width: 100%;
  }

  .trust-strip,
  .service-grid,
  .project-wall,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .trust-strip__item,
  .trust-strip__item:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(168, 255, 43, 0.42);
  }

  .trust-strip__item:last-child {
    border-bottom: 0;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section h2,
  .quote-band h2 {
    font-size: 38px;
  }

  .service-card,
  .service-card--wide {
    grid-column: auto;
    min-height: 0;
  }

  .project-visual {
    height: 190px;
  }

  .quote-band__inner {
    display: grid;
  }
}

@media (max-width: 420px) {
  .brand {
    font-size: 25px;
  }

  h1 {
    font-size: 46px;
  }

  .hero__actions {
    gap: 10px;
  }

  .trust-strip__item {
    grid-template-columns: 46px 1fr;
    padding: 18px 20px;
  }

  .trust-strip strong {
    font-size: 21px;
  }
}
