:root {
  --ink: #121315;
  --ink-2: #1f2328;
  --steel: #5d6670;
  --steel-2: #d7dde3;
  --mist: #f4f5f1;
  --white: #ffffff;
  --signal: #f4b000;
  --signal-2: #ffe2a0;
  --line: rgba(18, 19, 21, 0.14);
  --dark-line: rgba(255, 255, 255, 0.16);
  --shadow: 0 22px 60px rgba(18, 19, 21, 0.14);
  --max: 1180px;
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

img,
iframe {
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(14px);
  background: rgba(18, 19, 21, 0.92);
  border-bottom: 1px solid var(--dark-line);
  color: var(--white);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  left: 0;
  padding: 14px clamp(18px, 4vw, 64px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 20;
}

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

.brand-logo {
  display: block;
  height: auto;
  max-width: clamp(170px, 19vw, 210px);
  width: 100%;
}

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

.site-nav a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

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

.nav-cta,
.button {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.nav-cta,
.button-primary {
  background: var(--signal);
  color: var(--ink) !important;
}

.button-light {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.26);
  color: var(--white);
}

.nav-cta:hover,
.button:hover {
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.nav-toggle {
  background: var(--signal);
  border: 0;
  color: var(--ink);
  display: none;
  font-weight: 900;
  padding: 10px 16px;
}

.hero {
  background: var(--ink);
  color: var(--white);
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  min-height: min(700px, calc(100vh - 77px));
  overflow: hidden;
  padding: clamp(52px, 7vw, 98px) clamp(18px, 6vw, 96px);
  position: relative;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(18, 19, 21, 0.98), rgba(18, 19, 21, 0.86) 45%, rgba(18, 19, 21, 0.58)),
    linear-gradient(0deg, rgba(18, 19, 21, 0.48), rgba(18, 19, 21, 0.2)),
    repeating-linear-gradient(135deg, rgba(244, 176, 0, 0.16) 0 2px, transparent 2px 22px);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.hero-media {
  inset: 0;
  opacity: 0.78;
  position: absolute;
}

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

.hero-content,
.hero-panel {
  position: relative;
  z-index: 2;
}

.hero-content {
  align-self: center;
  max-width: 840px;
}

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

h1,
h2,
h3 {
  color: var(--ink);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  line-height: 0.98;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.hero h1,
.hero h2,
.hero h3,
.dark-band h2,
.dark-band h3 {
  color: var(--white);
}

h1 {
  font-size: clamp(2.8rem, 5.7vw, 5.8rem);
  max-width: 980px;
}

h2 {
  font-size: clamp(2.3rem, 5vw, 4.8rem);
}

h3 {
  font-size: clamp(1.55rem, 2.8vw, 2.25rem);
}

.hero-copy {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  margin: 0;
  max-width: 720px;
}

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

.hero-panel {
  align-self: center;
  background: rgba(18, 19, 21, 0.82);
  border: 1px solid var(--dark-line);
  border-top: 5px solid var(--signal);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.36);
  padding: clamp(22px, 4vw, 34px);
}

.panel-kicker {
  color: var(--signal-2);
  display: block;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.metric-list {
  display: grid;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.metric-list li {
  border-top: 1px solid var(--dark-line);
  display: grid;
  gap: 8px;
  padding-top: 16px;
}

.metric-list strong {
  color: var(--signal);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.metric-list span {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.service-routes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.service-routes a {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  display: grid;
  gap: 8px;
  min-height: 160px;
  padding: clamp(24px, 4vw, 42px);
  text-decoration: none;
}

.service-routes a:hover {
  background: var(--signal);
}

.service-routes span,
.service-number,
.feature-grid span {
  color: var(--steel);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.service-routes strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  line-height: 1;
  text-transform: uppercase;
}

.section,
.page-hero {
  padding: clamp(70px, 9vw, 118px) clamp(18px, 6vw, 96px);
}

.page-hero {
  padding-bottom: clamp(44px, 5vw, 70px);
  padding-top: clamp(58px, 7vw, 92px);
  text-align: center;
}

.section > *,
.page-hero > * {
  max-width: var(--max);
}

.page-hero {
  background:
    linear-gradient(135deg, rgba(244, 176, 0, 0.22), transparent 36%),
    linear-gradient(180deg, var(--white), var(--mist));
}

.page-hero h1,
.page-hero p {
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
}

.page-hero h1 {
  font-size: clamp(2.8rem, 4.4vw, 4.65rem);
}

.page-hero .hero-actions {
  justify-content: center;
}

.page-hero p:not(.eyebrow) {
  color: var(--steel);
  font-size: 1.18rem;
  margin: 0 auto;
  max-width: 760px;
}

.split-section {
  align-items: center;
  display: grid;
  gap: clamp(34px, 6vw, 86px);
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  margin: 0 auto;
  max-width: calc(var(--max) + 192px);
}

.split-section p,
.section-heading p,
.service-detail p {
  color: var(--steel);
  font-size: 1.05rem;
}

.check-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.check-list li {
  border-top: 1px solid var(--line);
  padding: 13px 0 0 34px;
  position: relative;
}

.check-list li::before {
  background: var(--signal);
  color: var(--ink);
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 20px;
  width: 18px;
}

.work-card {
  background: var(--white);
  box-shadow: var(--shadow);
}

.work-card img {
  background: var(--ink);
  display: block;
  height: clamp(300px, 34vw, 460px);
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.work-card div {
  padding: clamp(22px, 4vw, 34px);
}

.text-link {
  color: var(--ink);
  display: inline-flex;
  font-weight: 900;
  margin-top: 6px;
  text-decoration-color: var(--signal);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.dark-band {
  background: var(--ink);
  color: var(--white);
}

.section-heading {
  margin: 0 auto 42px;
  max-width: 880px;
  text-align: center;
}

.work-gallery {
  background: var(--white);
}

.gallery-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.08fr 0.92fr 0.92fr;
  margin: 0 auto;
  max-width: var(--max);
}

.gallery-grid figure {
  background: var(--ink);
  color: var(--white);
  margin: 0;
  min-height: 360px;
  overflow: hidden;
  position: relative;
}

.gallery-grid img {
  display: block;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  width: 100%;
}

.gallery-grid figure::after {
  background: linear-gradient(180deg, transparent 45%, rgba(18, 19, 21, 0.82));
  content: "";
  inset: 0;
  position: absolute;
}

.gallery-grid figcaption {
  bottom: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  font-weight: 700;
  left: 0;
  line-height: 1;
  padding: 24px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  z-index: 1;
}

.section-heading p,
.dark-band p {
  color: rgba(255, 255, 255, 0.68);
}

.feature-grid,
.process-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  max-width: var(--max);
}

.feature-grid article {
  border: 1px solid var(--dark-line);
  border-top: 5px solid var(--signal);
  padding: clamp(22px, 4vw, 34px);
}

.feature-grid p {
  margin-bottom: 0;
}

.cta-section {
  align-items: center;
  background: var(--signal);
  display: flex;
  gap: 28px;
  justify-content: space-between;
}

.cta-section .eyebrow {
  color: rgba(18, 19, 21, 0.72);
}

.cta-section h2 {
  margin-bottom: 0;
  max-width: 820px;
}

.cta-section .button-primary {
  background: var(--ink);
  color: var(--white) !important;
  flex: 0 0 auto;
}

.service-detail-grid {
  display: grid;
  gap: clamp(48px, 7vw, 82px);
  padding-top: clamp(36px, 5vw, 58px);
}

.service-detail {
  align-items: center;
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
  margin: 0 auto;
  max-width: var(--max);
}

.service-detail.reverse img {
  order: 2;
}

.service-detail img {
  background: var(--ink);
  box-shadow: var(--shadow);
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.process-grid article {
  border-left: 5px solid var(--signal);
  display: grid;
  gap: 14px;
  padding: 10px 0 10px 22px;
}

.process-grid strong {
  color: var(--signal);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}

.process-grid span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.contact-layout {
  align-items: start;
  display: grid;
  gap: clamp(32px, 6vw, 78px);
  grid-template-columns: minmax(320px, 760px);
  justify-content: center;
  margin: 0 auto;
  max-width: var(--max);
}

.contact-layout.section {
  max-width: none;
  padding-top: clamp(36px, 5vw, 64px);
}

dt {
  color: var(--steel);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

dd {
  font-weight: 800;
  margin: 4px 0 0;
}

.contact-form {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: clamp(24px, 4vw, 38px);
}

.contact-form {
  display: grid;
  gap: 18px;
}

.contact-form label {
  color: var(--ink);
  display: grid;
  font-weight: 900;
  gap: 7px;
}

input,
select,
textarea {
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 0;
  color: var(--ink);
  font: inherit;
  padding: 13px 14px;
  width: 100%;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--signal);
  box-shadow: 0 0 0 3px rgba(244, 176, 0, 0.22);
  outline: 0;
}

textarea {
  resize: vertical;
}

.honeypot-field {
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.turnstile-widget {
  min-height: 65px;
}

.button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.form-status {
  color: var(--steel);
  font-weight: 800;
  margin: 0;
  min-height: 1.5rem;
}

.site-footer {
  align-items: start;
  background: var(--ink);
  color: var(--white);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) max-content;
  padding: 34px clamp(18px, 6vw, 96px);
}

.site-footer p,
.site-footer a {
  color: rgba(255, 255, 255, 0.72);
}

.site-footer p {
  margin: 6px 0 0;
}

.site-footer div:last-child {
  display: grid;
  gap: 6px;
  justify-items: end;
  text-align: right;
}

.site-footer strong,
.site-footer a:hover {
  color: var(--white);
}

.footer-credit {
  color: rgba(255, 255, 255, 0.78) !important;
  display: inline-block;
  font-size: 0.72rem;
  line-height: 1.2;
  margin-top: 10px;
  text-decoration: none;
}

.footer-credit:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    background: var(--ink);
    border-bottom: 1px solid var(--dark-line);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28);
    display: none;
    flex-direction: column;
    left: 0;
    padding: 22px;
    position: absolute;
    right: 0;
    top: 100%;
  }

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

  .hero,
  .split-section,
  .service-detail,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .page-hero {
    padding-bottom: 42px;
    padding-top: 52px;
  }

  .contact-layout.section {
    gap: 42px;
    padding-bottom: 50px;
    padding-top: 40px;
  }

  .hero {
    min-height: auto;
  }

  .service-routes,
  .feature-grid,
  .process-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .service-detail.reverse img {
    order: 0;
  }

  .cta-section,
  .site-footer {
    align-items: flex-start;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .cta-section {
    flex-direction: column;
    gap: 22px;
  }

  .site-footer p {
    max-width: 36rem;
  }

  .site-footer a {
    overflow-wrap: anywhere;
  }

  .site-footer div:last-child {
    justify-items: start;
    text-align: left;
  }
}

@media (max-width: 560px) {
  .brand-logo {
    max-width: 172px;
  }

  .hero {
    padding-top: 54px;
  }

  .page-hero {
    padding-bottom: 40px;
    padding-top: 44px;
  }

  .contact-layout.section {
    gap: 34px;
    padding-bottom: 42px;
    padding-top: 38px;
  }

  .contact-form {
    padding: 24px 22px;
  }

  h1 {
    font-size: clamp(2.85rem, 14vw, 4.1rem);
  }

  .page-hero h1 {
    font-size: clamp(2.45rem, 10.5vw, 3.45rem);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }
}
