:root {
  --black: #111111;
  --ink: #1c1c1c;
  --orange: #ff5a00;
  --orange-2: #ff7a33;
  --paper: #ffffff;
  --fog: #efefef;
  --line: #d9d9d9;
  --muted: #5a5a5a;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "IBM Plex Sans", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.wrap { width: min(1280px, calc(100% - 32px)); margin: 0 auto; }
.kicker {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange);
}

h1, h2, h3, .display {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 0.95;
}

.topbar {
  background: var(--black);
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 4px solid var(--orange);
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  gap: 16px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  letter-spacing: 0.04em;
}
.brand b {
  background: var(--orange);
  color: #111;
  padding: 6px 8px;
  font-style: normal;
}
.nav { display: flex; gap: 22px; align-items: center; font-size: 14px; font-weight: 600; }
.nav a:hover { color: var(--orange); }
.nav .call {
  background: var(--orange);
  color: #111;
  padding: 8px 12px;
}
.burger {
  display: none;
  background: transparent;
  color: #fff;
  border: 1px solid #444;
  width: 42px;
  height: 42px;
}

.hero {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  min-height: calc(100vh - 72px);
}
.hero-copy {
  background: var(--orange);
  color: #111;
  padding: 72px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-copy .kicker { color: #111; }
.hero-copy h1 {
  font-size: clamp(3.4rem, 8vw, 7.2rem);
  margin: 12px 0 18px;
}
.hero-copy p { font-size: 1.12rem; max-width: 42ch; font-weight: 500; }
.hero-copy .actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.hero-photo { position: relative; overflow: hidden; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 50%; min-height: 420px; }
.hero-photo span {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #111;
  color: #fff;
  padding: 10px 14px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 13px;
}
.btn-dark { background: #111; color: #fff; }
.btn-line { background: transparent; color: #111; border: 2px solid #111; }

.strip {
  background: #111;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 18px;
  padding: 14px 0;
}
.strip b { color: var(--orange); padding: 0 28px; }

.band { padding: 72px 0; }
.band-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 28px;
  align-items: end;
}
.band-head h2 { font-size: clamp(2.4rem, 6vw, 4.6rem); }
.band-head p { color: var(--muted); max-width: 48ch; }

.types {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 8px;
}
.type { position: relative; min-height: 240px; overflow: hidden; color: #fff; }
.type img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.type::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent, rgba(0,0,0,.75)); }
.type div { position: absolute; left: 16px; bottom: 16px; z-index: 1; }
.type h3 { font-size: 2rem; }

.list { display: grid; gap: 8px; }
.row {
  display: grid;
  grid-template-columns: 280px 1fr auto;
  gap: 0;
  background: var(--fog);
  align-items: stretch;
}
.row img { width: 100%; height: 180px; object-fit: cover; }
.row-copy { padding: 22px 24px; }
.row-copy h3 { font-size: 1.8rem; margin-bottom: 6px; }
.row-copy p { color: var(--muted); }
.row aside {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  background: #111;
  color: var(--orange);
  display: grid;
  place-items: center;
  padding: 12px 10px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.18em;
  font-size: 13px;
}

.how { background: var(--fog); }
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.how article {
  background: #fff;
  border-top: 10px solid var(--orange);
  padding: 28px 24px 32px;
  min-height: 240px;
}
.how .num {
  font-family: "Oswald", sans-serif;
  font-size: 4.2rem;
  color: var(--orange);
  line-height: 1;
}
.how h3 { font-size: 1.7rem; margin: 8px 0 10px; }

.company { background: #111; color: #fff; }
.company .band-head p { color: #c7c7c7; }
.company-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 8px;
}
.company-grid img { width: 100%; height: 100%; object-fit: cover; min-height: 360px; }
.stats { display: grid; grid-template-columns: 1fr 1fr; }
.stat {
  border: 1px solid #333;
  padding: 22px;
}
.stat small { display: block; color: var(--orange); letter-spacing: 0.14em; text-transform: uppercase; font-size: 11px; font-weight: 700; }
.stat strong { display: block; font-size: 1.05rem; margin-top: 6px; font-weight: 600; }

.contact-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 28px; }
.contact-grid h2 { font-size: clamp(2.2rem, 5vw, 4rem); margin: 8px 0 12px; }
.details { list-style: none; display: grid; gap: 14px; margin-top: 22px; }
.details small { display: block; color: var(--orange); letter-spacing: 0.12em; text-transform: uppercase; font-size: 11px; font-weight: 700; }
form {
  display: grid;
  gap: 10px;
  background: var(--fog);
  padding: 22px;
}
label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }
input, textarea, select {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #111;
  background: #fff;
  padding: 12px 10px;
  border-radius: 0;
}
textarea { min-height: 110px; resize: vertical; }
.pair { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.map iframe { width: 100%; height: 210px; border: 0; display: block; }

.foot {
  background: var(--black);
  color: #ddd;
  padding: 28px 0;
  font-size: 14px;
}
.foot-inner { display: flex; justify-content: space-between; gap: 16px; }
.foot strong { color: #fff; }

@media (max-width: 900px) {
  .hero, .band-head, .types, .row, .how-grid, .company-grid, .contact-grid, .pair, .foot-inner, .stats {
    grid-template-columns: 1fr;
  }
  .nav {
    display: none;
    position: absolute;
    top: 72px; left: 0; right: 0;
    background: #111;
    flex-direction: column;
    padding: 16px;
  }
  .nav.open { display: flex; }
  .burger { display: block; }
  .hero-copy { padding: 40px 24px; }
  .row aside { writing-mode: horizontal-tb; transform: none; }
  .topbar { position: relative; }
  .topbar-inner { position: relative; }
}
