:root {
  color-scheme: light;
  --ink: #111827;
  --muted: #5f6976;
  --line: #d8dee7;
  --panel: #ffffff;
  --soft: #f4f6f8;
  --accent: #d4a72c;
  --accent-dark: #a67612;
  --steel: #3b4857;
  --deep: #0c1118;
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--soft);
  line-height: 1.55;
}

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

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: minmax(360px, 1fr) auto auto;
  align-items: center;
  gap: 28px;
  padding: 16px clamp(18px, 4vw, 48px);
  color: #fff;
  background: rgba(12, 17, 24, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand-logo {
  display: block;
  width: clamp(320px, 38vw, 520px);
  height: auto;
  padding: 0;
  border: 0;
  background: transparent;
}

.nav {
  display: flex;
  gap: 22px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
}

.nav a:hover,
.phone-link:hover {
  color: #fff;
}

.phone-link {
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}

.hero {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 118px clamp(18px, 5vw, 72px) 94px;
  color: #fff;
  background: var(--deep);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 12, 18, 0.92) 0%, rgba(8, 12, 18, 0.7) 38%, rgba(8, 12, 18, 0.2) 74%),
    linear-gradient(0deg, rgba(8, 12, 18, 0.74) 0%, rgba(8, 12, 18, 0) 42%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(710px, 100%);
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

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

h1 {
  margin-bottom: 22px;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
  max-width: 840px;
}

.hero-text {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 2vw, 21px);
}

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

.primary-action,
.secondary-action,
.contact-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  font-weight: 800;
}

.primary-action,
.contact-button {
  color: #111827;
  background: var(--accent);
}

.secondary-action {
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.hero-strip {
  position: absolute;
  z-index: 2;
  left: clamp(18px, 5vw, 72px);
  right: clamp(18px, 5vw, 72px);
  bottom: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 700;
}

.hero-strip span {
  min-width: 0;
  padding: 16px 12px 0 0;
}

.section {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: 78px 0;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

.intro p:last-child,
.contact-copy p {
  color: var(--muted);
  font-size: 18px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

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

.service-card {
  min-height: 245px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--panel);
}

.service-code {
  display: block;
  margin-bottom: 38px;
  color: var(--accent-dark);
  font-weight: 900;
}

.service-card h3 {
  margin-bottom: 10px;
  font-size: 21px;
}

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

.production-band {
  background: var(--steel);
  color: #fff;
}

.production-inner {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: 78px 0;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(30px, 6vw, 86px);
}

.steps {
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, 0.15);
}

.steps div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 24px;
  padding: 22px;
  background: var(--steel);
}

.steps strong {
  color: var(--accent);
}

.steps span {
  color: rgba(255, 255, 255, 0.78);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 430px);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
}

.contact-panel {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--panel);
  overflow: hidden;
}

.contact-row {
  display: block;
  padding: 24px;
  border-bottom: 1px solid var(--line);
}

.contact-row span,
.contact-row strong {
  display: block;
}

.contact-row span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-row strong {
  margin-top: 6px;
  font-size: 20px;
  line-height: 1.25;
}

.contact-button {
  width: calc(100% - 32px);
  margin: 16px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(18px, 4vw, 48px);
  color: rgba(255, 255, 255, 0.72);
  background: var(--deep);
  font-size: 14px;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

  .hero {
    min-height: 840px;
  }

  .hero-strip,
  .service-grid,
  .intro,
  .production-inner,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero-strip {
    gap: 0;
  }
}

@media (max-width: 560px) {
  .site-header {
    position: absolute;
    gap: 12px;
    padding: 14px 16px;
  }

  .brand small,
  .phone-link {
    display: none;
  }

  .brand-logo {
    width: min(82vw, 352px);
  }

  .hero {
    min-height: 820px;
    padding: 112px 18px 170px;
  }

  .hero-image {
    object-position: 67% center;
  }

  h1 {
    font-size: 42px;
  }

  .hero-strip {
    bottom: 18px;
    left: 18px;
    right: 18px;
    font-size: 13px;
  }

  .steps div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .site-footer {
    flex-direction: column;
  }
}
