:root {
  --bg: #07090a;
  --panel: #101416;
  --panel-2: #151b1e;
  --line: #263135;
  --text: #f2f2ee;
  --muted: #a8b0b8;
  --dim: #6f7880;
  --gold: #b58a32;
  --steel: #8ba7b8;
  --amber: #9f7a38;
  --black: #030404;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-x: none;
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-x: none;
  color: var(--text);
  font-family: Tahoma, Verdana, Arial, sans-serif;
  background: var(--bg);
}

img,
svg,
video {
  max-width: 100%;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  width: 100%;
  max-width: 100vw;
  height: 68px;
  max-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 12px clamp(18px, 4vw, 56px);
  overflow: hidden;
  contain: layout paint;
  background: rgba(7, 9, 10, 0.94);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.brand-logo {
  display: block;
  width: 30px;
  height: 34px;
  flex: 0 0 auto;
  object-fit: contain;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2.6vw, 32px);
  height: 100%;
  overflow-y: hidden;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
}

.nav a {
  display: inline-flex;
  align-items: center;
  height: 100%;
  padding: 0;
  border-bottom: 2px solid transparent;
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: var(--text);
  border-color: var(--gold);
}

main {
  width: 100%;
  max-width: 100vw;
  flex: 1 0 auto;
  min-height: calc(100vh - 122px);
}

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

.hero {
  position: relative;
  min-height: calc(100vh - 68px);
  display: grid;
  align-items: end;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 4, 4, 0.94) 0%, rgba(3, 4, 4, 0.76) 42%, rgba(3, 4, 4, 0.18) 100%),
    linear-gradient(0deg, rgba(3, 4, 4, 0.82), transparent 44%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  padding: clamp(64px, 10vw, 132px) clamp(18px, 5vw, 64px);
}

.eyebrow {
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.hero h1,
.page-hero h1 {
  max-width: 900px;
  margin-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

.hero p,
.text-stack p,
.service-table p {
  max-width: 690px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  color: var(--text);
  background: rgba(16, 20, 22, 0.9);
  border: 1px solid var(--line);
  font-size: 0.95rem;
  font-weight: 600;
}

.button.primary {
  color: var(--black);
  background: var(--gold);
  border-color: var(--gold);
}

.service-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
}

.service-strip a {
  min-height: 132px;
  display: grid;
  align-content: space-between;
  padding: 18px;
  color: var(--text);
  background: var(--black);
  border-right: 1px solid var(--line);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
}

.service-strip span {
  color: var(--amber);
  font-size: 0.82rem;
}

.section {
  padding: clamp(46px, 7vw, 92px) clamp(18px, 5vw, 64px);
  border-bottom: 1px solid var(--line);
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 1fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: start;
}

.split-layout h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1.45rem, 2.7vw, 2.6rem);
  font-weight: 700;
  line-height: 1.15;
}

.text-link {
  display: inline-block;
  margin-top: 8px;
  color: var(--gold);
  font-weight: 700;
  border-bottom: 1px solid var(--gold);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(320px, 1fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: start;
  background: var(--panel);
}

.contact-intro h2 {
  max-width: 520px;
  margin-bottom: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1.45rem, 2.7vw, 2.6rem);
  font-weight: 700;
  line-height: 1.15;
}

.contact-intro p {
  max-width: 420px;
  color: var(--muted);
  line-height: 1.65;
}

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

.field {
  display: grid;
  gap: 8px;
}

.field.full {
  grid-column: 1 / -1;
}

label {
  color: var(--steel);
  font-size: 0.85rem;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  color: var(--text);
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 0;
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 1px solid var(--gold);
  border-color: var(--gold);
}

.form-submit {
  width: fit-content;
  margin-top: 4px;
}

.page-hero {
  padding: clamp(56px, 8vw, 104px) clamp(18px, 5vw, 64px) clamp(34px, 5vw, 64px);
  background:
    linear-gradient(90deg, rgba(201, 162, 79, 0.14), transparent 42%),
    var(--black);
  border-bottom: 1px solid var(--line);
}

.service-table {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
}

.service-table article {
  min-height: 240px;
  padding: clamp(20px, 3vw, 34px);
  background: var(--bg);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-table span {
  color: var(--amber);
  font-weight: 700;
}

.service-table h2,
.price-panel h2 {
  max-width: 540px;
  margin: 42px 0 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1.15rem, 1.8vw, 1.75rem);
  font-weight: 700;
  line-height: 1.18;
}

.pricing-wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(18px, 4vw, 42px);
  background: var(--bg);
}

.price-panel {
  padding: clamp(20px, 3vw, 32px);
  background: var(--bg);
  border: 1px solid var(--line);
}

.price-panel h2 {
  margin-top: 0;
}

.price-panel dl {
  margin-bottom: 0;
}

.price-panel dl div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

dt {
  color: var(--muted);
}

dd {
  margin: 0;
  color: var(--text);
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 24px clamp(18px, 5vw, 64px);
  color: var(--muted);
  background: var(--black);
  border-top: 1px solid var(--line);
  font-weight: 600;
}

@media (max-width: 960px) {
  .service-strip,
  .service-table,
  .split-layout,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .pricing-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px;
  }

  .hero {
    min-height: 720px;
  }
}

@media (max-width: 680px) {
  .site-header {
    position: sticky;
    top: 0;
    align-items: center;
    flex-direction: row;
    gap: 14px;
    height: 62px;
    max-height: 62px;
    padding: 10px 14px;
  }

  .brand {
    flex: 0 0 auto;
    gap: 2px;
    font-size: 0.92rem;
    white-space: nowrap;
  }

  .brand-logo {
    width: 27px;
    height: 30px;
  }

  .nav {
    flex: 1 1 auto;
    justify-content: flex-end;
    gap: 14px;
    min-width: 0;
    width: auto;
    overflow-x: auto;
    scrollbar-width: none;
    font-size: 0.84rem;
    white-space: nowrap;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(1.9rem, 9vw, 3rem);
  }

  .hero img {
    object-position: 72% center;
  }

  .hero {
    min-height: calc(100svh - 62px);
  }

  .hero-content {
    padding: 42px 18px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

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

  .form-submit {
    width: 100%;
  }

  .price-panel dl div {
    flex-direction: column;
    gap: 4px;
  }

  dd {
    text-align: left;
  }
}
