:root {
  --ink: #242424;
  --muted: #646a6d;
  --paper: #f7f8f5;
  --panel: #ffffff;
  --graphite: #303236;
  --graphite-2: #1f2023;
  --orange: #f06423;
  --orange-dark: #c74811;
  --green: #12756c;
  --line: #d9dedc;
  --line-dark: rgba(255, 255, 255, 0.18);
  --shadow: 0 24px 70px rgba(34, 34, 34, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
  background:
    linear-gradient(135deg, rgba(240, 100, 35, 0.08) 0 16%, transparent 16% 100%),
    linear-gradient(180deg, #ffffff 0%, var(--paper) 52%, #eef2f0 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(36, 36, 36, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36, 36, 36, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
}

body::after {
  content: "";
  position: fixed;
  inset: auto 0 0;
  z-index: -1;
  height: 34vh;
  background: linear-gradient(180deg, transparent, rgba(48, 50, 54, 0.08));
}

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

.topbar,
main {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  width: min(330px, 58vw);
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 26px rgba(36, 36, 36, 0.08);
}

.brand-link img {
  width: 100%;
  height: auto;
  min-width: 0;
}

.build-status {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(240, 100, 35, 0.32);
  border-radius: 8px;
  color: var(--orange-dark);
  background: rgba(240, 100, 35, 0.08);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

main {
  padding-bottom: 42px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: 0;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(48, 50, 54, 0.16);
  border-radius: 8px;
  background: var(--graphite);
  box-shadow: var(--shadow);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 44%, rgba(240, 100, 35, 0.92) 44% 49%, transparent 49% 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: auto, 44px 44px, 44px 44px;
  opacity: 0.72;
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(34px, 6vw, 72px);
  color: #fff;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ffb28a;
}

h1,
h2 {
  margin: 0;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

h1 {
  max-width: 12ch;
  font-size: clamp(2.9rem, 5vw, 4.55rem);
}

h2 {
  font-size: clamp(2rem, 3.2vw, 3.55rem);
}

.intro {
  max-width: 57ch;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 1.72;
}

.service-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  overflow: hidden;
  background: var(--line-dark);
}

.service-strip span {
  display: grid;
  place-items: center;
  min-height: 54px;
  padding: 8px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.82rem;
  font-weight: 800;
  text-align: center;
}

.workshop-visual {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(22px, 4vw, 34px);
  min-width: 0;
  min-height: 100%;
  padding: clamp(24px, 4vw, 52px);
  background:
    linear-gradient(142deg, rgba(240, 100, 35, 0.12) 0 22%, transparent 22% 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 244, 242, 0.94)),
    repeating-linear-gradient(90deg, rgba(48, 50, 54, 0.05) 0 1px, transparent 1px 26px);
}

.workshop-visual::before,
.workshop-visual::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.workshop-visual::before {
  inset: 9% 8% auto auto;
  width: min(280px, 54%);
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(240, 100, 35, 0.9), transparent);
  transform: rotate(-18deg);
}

.workshop-visual::after {
  right: clamp(22px, 5vw, 70px);
  bottom: clamp(24px, 5vw, 70px);
  width: min(260px, 48%);
  height: min(180px, 34%);
  border-right: 3px solid rgba(48, 50, 54, 0.42);
  border-bottom: 3px solid rgba(48, 50, 54, 0.42);
  border-radius: 0 0 8px 0;
}

.logo-plate {
  position: relative;
  z-index: 2;
  min-width: 0;
  width: min(520px, 100%);
  margin-inline: auto;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(180deg, #fff, #fbfcfb);
  box-shadow: 0 22px 58px rgba(36, 36, 36, 0.12);
}

.logo-plate::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--orange), var(--green));
}

.logo-plate img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}

.spec-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  width: min(520px, 100%);
  margin-inline: auto;
}

.spec-grid span {
  position: relative;
  overflow: hidden;
  min-height: 74px;
  border: 1px solid rgba(18, 117, 108, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.34)),
    linear-gradient(90deg, var(--green), rgba(18, 117, 108, 0.12));
  box-shadow: inset 0 4px 0 rgba(240, 100, 35, 0.72);
}

.spec-grid span::before,
.spec-grid span::after {
  content: "";
  position: absolute;
  left: 14px;
  border-radius: 6px;
}

.spec-grid span::before {
  top: 20px;
  width: 54%;
  height: 5px;
  background: rgba(48, 50, 54, 0.32);
}

.spec-grid span::after {
  bottom: 18px;
  width: 34%;
  height: 5px;
  background: rgba(240, 100, 35, 0.68);
}

.spec-grid span:nth-child(even)::before {
  width: 68%;
}

.spec-grid span:nth-child(3)::after {
  width: 52%;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(420px, 1.16fr);
  gap: 18px;
  margin-top: 18px;
}

.info-panel,
.contact-panel {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(36, 36, 36, 0.08);
}

.info-panel {
  padding: clamp(26px, 4vw, 42px);
}

.info-panel p {
  margin: 20px 0 0;
  color: var(--muted);
  line-height: 1.72;
}

.facts {
  display: grid;
  gap: 14px;
  margin: 32px 0 0;
}

.facts div {
  padding: 18px;
  border-left: 4px solid var(--orange);
  border-radius: 0 8px 8px 0;
  background: #f4f7f6;
}

.facts dt {
  margin-bottom: 7px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.facts dd {
  margin: 0;
  color: var(--ink);
  line-height: 1.5;
}

.contact-panel {
  padding: clamp(24px, 4vw, 38px);
}

.panel-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.panel-heading .eyebrow {
  margin-bottom: 10px;
}

.form-status {
  margin-top: 20px;
  padding: 14px 16px;
  border-radius: 8px;
  font-weight: 700;
  line-height: 1.55;
}

.form-status-success {
  color: #075b41;
  border: 1px solid rgba(18, 117, 108, 0.28);
  background: rgba(18, 117, 108, 0.1);
}

.form-status-error {
  color: #922b13;
  border: 1px solid rgba(240, 100, 35, 0.34);
  background: rgba(240, 100, 35, 0.1);
}

.contact-form {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

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

label {
  display: grid;
  gap: 8px;
}

label span {
  color: var(--graphite);
  font-size: 0.9rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid #cbd2d1;
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

textarea {
  min-height: 142px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(18, 117, 108, 0.13);
}

.challenge-field {
  max-width: 260px;
}

button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  border: 0;
  border-radius: 8px;
  padding: 0 22px;
  color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 16px 30px rgba(199, 72, 17, 0.26);
  transition: transform 160ms ease, filter 160ms ease;
}

button:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

button:focus-visible {
  outline: 4px solid rgba(18, 117, 108, 0.2);
  outline-offset: 3px;
}

.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 980px) {
  .hero,
  .content-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .workshop-visual {
    min-height: 420px;
  }
}

@media (max-width: 700px) {
  .topbar,
  main {
    width: min(370px, calc(100% - 20px));
    margin-right: auto;
  }

  .topbar {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .brand-link {
    width: 100%;
  }

  .build-status {
    justify-content: center;
    width: 100%;
  }

  .hero-copy,
  .workshop-visual,
  .info-panel,
  .contact-panel {
    padding: 22px;
  }

  h1 {
    max-width: 9ch;
    font-size: 3rem;
  }

  .service-strip,
  .form-row {
    grid-template-columns: 1fr;
  }

  .workshop-visual {
    min-height: 320px;
  }

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

@media (max-width: 420px) {
  h1 {
    font-size: 2.85rem;
  }

  h2 {
    font-size: 1.85rem;
  }

  .panel-heading {
    display: block;
  }
}
