:root {
  --ink: #121416;
  --ink-soft: #202326;
  --paper: #f4f1ea;
  --white: #ffffff;
  --muted: #666a6e;
  --orange: #f26a1b;
  --orange-hover: #ff7a2b;
  --line: rgba(18, 20, 22, 0.16);
  --shadow: 0 24px 60px rgba(14, 17, 19, 0.14);
  --container: 1200px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body,
a {
  -webkit-tap-highlight-color: transparent;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

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

a:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.section {
  padding: clamp(72px, 9vw, 132px) 0;
}

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

h1,
h2,
h3,
.brand-copy {
  font-family: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -0.045em;
}

h1,
h2 {
  margin-bottom: 24px;
  line-height: 0.98;
  text-wrap: balance;
}

h1 {
  max-width: 870px;
  font-size: clamp(3rem, 7.4vw, 6.8rem);
  color: var(--white);
}

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

h1 em,
h2 em {
  display: block;
  color: var(--orange);
  font-style: normal;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.header-inner {
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  color: var(--orange);
}

.brand-mark {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
}

.brand-copy {
  display: flex;
  align-items: baseline;
  gap: 5px;
  color: var(--white);
  font-size: 1.22rem;
  letter-spacing: -0.04em;
  line-height: 1;
}

.brand-copy strong {
  color: var(--orange);
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 38px);
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 700;
}

.primary-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.primary-nav a:not(.nav-contact):hover {
  color: var(--orange);
}

.primary-nav .nav-contact {
  min-width: 116px;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.56);
}

.primary-nav .nav-contact:hover {
  border-color: var(--orange);
  background: var(--orange);
}

.hero {
  position: relative;
  display: flex;
  min-height: min(900px, 100svh);
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: var(--ink);
}

.hero-media,
.hero-media img,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  z-index: -3;
}

.hero-media img {
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(8, 10, 12, 0.95) 0%, rgba(8, 10, 12, 0.76) 48%, rgba(8, 10, 12, 0.24) 100%),
    linear-gradient(0deg, rgba(8, 10, 12, 0.54), transparent 58%);
}

.hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  opacity: 0.12;
  background-image: linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, black, transparent 75%);
}

.hero-content {
  padding-top: 140px;
  padding-bottom: 110px;
}

.eyebrow {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
  gap: 11px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow span {
  width: 36px;
  height: 3px;
  flex: 0 0 auto;
  background: var(--orange);
}

.eyebrow-dark {
  color: var(--muted);
}

.eyebrow-dark span {
  background: var(--ink);
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.08rem, 2vw, 1.38rem);
  line-height: 1.55;
}

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

.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 22px;
  border: 1px solid transparent;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.2;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.button-primary {
  color: var(--ink);
  background: var(--orange);
  box-shadow: 0 14px 34px rgba(242, 106, 27, 0.25);
}

.button-primary:hover {
  background: var(--orange-hover);
}

.button-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.03);
}

.button-ghost:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}

.hero-proof {
  display: flex;
  margin-top: 56px;
  flex-wrap: wrap;
  gap: 18px 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hero-proof span {
  padding: 0 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.hero-proof span:first-child {
  padding-left: 0;
  border-left: 0;
}

.hero-proof strong {
  margin-right: 5px;
  color: var(--white);
  font-size: 1.02rem;
}

.scroll-cue {
  position: absolute;
  right: max(20px, calc((100vw - var(--container)) / 2));
  bottom: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.scroll-cue i {
  position: relative;
  width: 28px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 20px;
}

.scroll-cue i::after {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 3px;
  height: 8px;
  border-radius: 4px;
  background: var(--orange);
  content: "";
  transform: translateX(-50%);
}

.section-heading {
  display: grid;
  margin-bottom: 50px;
  align-items: end;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
  gap: 48px;
}

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

.section-heading > p {
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 1.02rem;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.category-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  background: var(--ink-soft);
  box-shadow: var(--shadow);
  isolation: isolate;
}

.category-card-wide {
  grid-column: span 2;
}

.category-card picture,
.category-card picture img,
.category-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.category-card picture {
  z-index: -2;
}

.category-card picture img {
  object-fit: cover;
  transition: transform 400ms ease;
}

.category-card:hover picture img {
  transform: scale(1.035);
}

.category-overlay {
  z-index: -1;
  background: linear-gradient(0deg, rgba(9, 11, 12, 0.94) 0%, rgba(9, 11, 12, 0.16) 76%);
}

.category-copy {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 28px;
  color: var(--white);
}

.category-copy > span {
  color: var(--orange);
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.category-copy h3 {
  margin: 3px 0 4px;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.05;
}

.category-copy p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.86rem;
}

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

.process-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(54px, 9vw, 126px);
}

.process h2 em {
  color: var(--orange);
}

.process-intro > p:not(.eyebrow) {
  max-width: 500px;
  color: rgba(255, 255, 255, 0.66);
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  margin-top: 20px;
  align-items: center;
  gap: 9px;
  color: var(--orange);
  border-bottom: 1px solid rgba(242, 106, 27, 0.45);
  font-weight: 800;
}

.text-link:hover {
  color: var(--white);
  border-color: var(--white);
}

.process-steps {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-steps li {
  display: grid;
  min-height: 136px;
  align-items: center;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.process-steps li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.process-steps li > span {
  color: var(--orange);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.process-steps h3 {
  margin-bottom: 5px;
  font-size: 1.38rem;
  letter-spacing: -0.025em;
}

.process-steps p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.9rem;
}

.contact {
  position: relative;
  overflow: hidden;
  background: var(--orange);
}

.contact-pattern {
  position: absolute;
  top: -180px;
  right: -90px;
  width: 520px;
  height: 520px;
  opacity: 0.14;
  border: 100px solid var(--ink);
  border-radius: 50%;
}

.contact-pattern::after {
  position: absolute;
  bottom: -160px;
  left: 50%;
  width: 90px;
  height: 220px;
  background: var(--ink);
  content: "";
  transform: translateX(-50%) rotate(42deg);
}

.contact-inner {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 70px;
}

.contact h2 {
  margin-bottom: 20px;
}

.contact h2 em {
  color: var(--white);
}

.contact-inner > div:first-child > p:last-child {
  max-width: 640px;
  margin-bottom: 0;
  color: rgba(18, 20, 22, 0.74);
  font-size: 1.05rem;
}

.contact-action {
  padding: 34px;
  background: rgba(255, 255, 255, 0.17);
  border: 1px solid rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(6px);
}

.contact-action > span {
  display: block;
  margin-bottom: 4px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-action > a:not(.button) {
  display: inline-block;
  margin-bottom: 24px;
  font-size: clamp(1.05rem, 2.1vw, 1.4rem);
  font-weight: 900;
  border-bottom: 2px solid var(--ink);
}

.button-dark {
  width: 100%;
  color: var(--white);
  background: var(--ink);
}

.button-dark:hover {
  background: #282b2e;
}

.site-footer {
  padding: 70px 0 28px;
  color: rgba(255, 255, 255, 0.62);
  background: #0b0c0d;
}

.footer-grid {
  display: grid;
  padding-bottom: 54px;
  grid-template-columns: 1.5fr 0.65fr 0.85fr;
  gap: 56px;
}

.brand-footer {
  margin-bottom: 20px;
}

.footer-grid > div:first-child p {
  max-width: 340px;
  margin-bottom: 0;
  font-size: 0.9rem;
}

.footer-grid nav,
.footer-contact {
  display: grid;
  align-content: start;
  gap: 9px;
  font-size: 0.86rem;
}

.footer-grid strong {
  margin-bottom: 8px;
  color: var(--white);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-grid nav a,
.footer-contact a {
  min-height: 32px;
}

.footer-grid nav a:hover,
.footer-contact a:hover {
  color: var(--orange);
}

.footer-bottom {
  display: flex;
  padding-top: 24px;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.72rem;
}

.error-page {
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding: 30px;
  color: var(--white);
  background: var(--ink);
}

.error-card {
  width: min(100%, 680px);
  padding: clamp(32px, 7vw, 70px);
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: var(--ink-soft);
}

.error-code {
  margin-bottom: 4px;
  color: var(--orange);
  font-family: "Arial Black", Arial, sans-serif;
  font-size: clamp(4rem, 18vw, 9rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.9;
}

.error-card h1 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 7vw, 3.7rem);
}

.error-card p {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.66);
}

@media (max-width: 900px) {
  .section-heading,
  .process-layout,
  .contact-inner {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 20px;
  }

  .section-heading > p {
    max-width: 620px;
  }

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

  .category-card-wide {
    grid-column: span 2;
  }

  .category-card-wide:last-child {
    grid-column: auto;
  }

  .process-layout,
  .contact-inner {
    gap: 52px;
  }

  .contact-action {
    max-width: 560px;
  }

  .footer-grid {
    grid-template-columns: 1.3fr 0.7fr;
  }

  .footer-contact {
    grid-column: span 2;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .header-inner {
    min-height: 72px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .brand-copy {
    display: grid;
    gap: 0;
    font-size: 0.88rem;
  }

  .primary-nav {
    gap: 5px;
  }

  .primary-nav a:not(.nav-contact) {
    display: none;
  }

  .primary-nav .nav-contact {
    min-width: 94px;
    min-height: 40px;
  }

  .hero {
    min-height: 820px;
  }

  .hero-content {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(8, 10, 12, 0.94), rgba(8, 10, 12, 0.64)),
      linear-gradient(0deg, rgba(8, 10, 12, 0.72), transparent 65%);
  }

  .eyebrow {
    font-size: 0.66rem;
  }

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

  .hero-proof {
    display: grid;
    margin-top: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .hero-proof span,
  .hero-proof span:first-child {
    padding: 0 12px;
    border-left: 1px solid rgba(255, 255, 255, 0.22);
  }

  .hero-proof span:first-child {
    padding-left: 0;
    border-left: 0;
  }

  .hero-proof span:last-child {
    grid-column: span 2;
    padding-left: 0;
    border-left: 0;
  }

  .scroll-cue {
    right: 14px;
    bottom: 20px;
  }

  .scroll-cue span {
    display: none;
  }

  .category-grid {
    grid-template-columns: 1fr;
  }

  .category-card,
  .category-card-wide {
    min-height: 340px;
    grid-column: auto;
  }

  .category-copy {
    padding: 24px;
  }

  .process-layout {
    gap: 36px;
  }

  .process-steps li {
    grid-template-columns: 48px 1fr;
  }

  .contact-action {
    padding: 25px;
  }

  .contact-pattern {
    right: -300px;
  }

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

  .footer-contact {
    grid-column: auto;
  }

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (forced-colors: active) {
  .button,
  .nav-contact,
  .contact-action {
    border: 2px solid currentColor;
  }
}
