:root {
  --ink: #071015;
  --ink-soft: #0c171d;
  --panel: #111d23;
  --line: rgba(255, 255, 255, 0.14);
  --yellow: #ffb800;
  --yellow-bright: #ffc72c;
  --paper: #f4f3ed;
  --white: #f7f8f8;
  --muted: #aeb9bf;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
}

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

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.line-icon {
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.6;
}

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

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  min-height: 82px;
  padding: 12px clamp(24px, 5vw, 76px);
  border-bottom: 1px solid rgba(255, 184, 0, 0.35);
  background: rgba(7, 16, 21, 0.92);
  backdrop-filter: blur(18px);
}

.brand {
  display: block;
  width: 152px;
  height: 54px;
}

.brand img,
.footer-brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

nav {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 3vw, 46px);
}

nav a {
  position: relative;
  padding: 12px 0;
  color: #d5dcdf;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

nav a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--yellow);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

nav a:hover::after,
nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-call {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  padding-left: 26px;
  border-left: 1px solid var(--line);
}

.header-call span {
  color: var(--yellow);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.header-call strong {
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.hero {
  position: relative;
  display: grid;
  min-height: calc(100svh - 82px);
  grid-template-columns: minmax(0, 1.03fr) minmax(440px, 0.97fr);
  align-items: center;
  gap: clamp(40px, 6vw, 110px);
  overflow: hidden;
  padding: clamp(72px, 8vw, 124px) clamp(24px, 7vw, 110px);
  isolation: isolate;
}

.hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 82% 35%, rgba(255, 184, 0, 0.13), transparent 31%),
    linear-gradient(115deg, #071015 0 52%, #101b20 52% 100%);
}

.hero::after {
  position: absolute;
  z-index: -1;
  top: -8%;
  right: 43%;
  width: 5px;
  height: 120%;
  content: "";
  background: var(--yellow);
  box-shadow: 0 0 36px rgba(255, 184, 0, 0.45);
  transform: rotate(10deg);
}

.honeycomb {
  position: absolute;
  z-index: -1;
  width: 480px;
  height: 480px;
  opacity: 0.17;
  background-image:
    linear-gradient(30deg, #ffb800 12%, transparent 12.5%, transparent 87%, #ffb800 87.5%, #ffb800),
    linear-gradient(150deg, #ffb800 12%, transparent 12.5%, transparent 87%, #ffb800 87.5%, #ffb800),
    linear-gradient(30deg, #ffb800 12%, transparent 12.5%, transparent 87%, #ffb800 87.5%, #ffb800),
    linear-gradient(150deg, #ffb800 12%, transparent 12.5%, transparent 87%, #ffb800 87.5%, #ffb800),
    linear-gradient(60deg, rgba(255, 184, 0, 0.55) 25%, transparent 25.5%, transparent 75%, rgba(255, 184, 0, 0.55) 75%, rgba(255, 184, 0, 0.55));
  background-position:
    0 0,
    0 0,
    18px 31px,
    18px 31px,
    0 0;
  background-size: 36px 62px;
  mask-image: radial-gradient(circle, #000 0, transparent 70%);
}

.honeycomb-left {
  bottom: -210px;
  left: -160px;
}

.hero-copy {
  max-width: 710px;
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--yellow);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.5;
  text-transform: uppercase;
}

.eyebrow span {
  margin-right: 8px;
}

.hero h1,
.section-heading h2,
.process h2,
.contact h2 {
  margin: 0;
  font-family: "Arial Narrow", Impact, sans-serif;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(3rem, 5.5vw, 6.6rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.hero h1 span {
  display: block;
  margin-top: 16px;
  color: var(--yellow);
}

.hero-lead {
  max-width: 620px;
  margin: 30px 0 0;
  color: #c4cdd1;
  font-size: clamp(1rem, 1.45vw, 1.22rem);
  line-height: 1.75;
}

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

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid var(--yellow);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

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

.button-primary {
  background: var(--yellow);
  color: #091116;
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--yellow-bright);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: rgba(255, 184, 0, 0.1);
}

.hero-owner {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 46px;
}

.owner-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 184, 0, 0.45);
  border-radius: 50%;
  color: var(--yellow);
  font-size: 0.72rem;
  font-weight: 900;
}

.hero-owner div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.hero-owner strong {
  font-size: 0.96rem;
}

.hero-owner div span {
  color: var(--muted);
  font-size: 0.8rem;
}

.hero-visual {
  position: relative;
  width: min(100%, 520px);
  justify-self: end;
}

.hero-visual::before {
  position: absolute;
  z-index: -1;
  inset: 5% -7% -5% 7%;
  content: "";
  background: rgba(255, 184, 0, 0.13);
  filter: blur(35px);
}

.panel-photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 0.78;
  border: 1px solid rgba(255, 184, 0, 0.7);
  background: #c9b899;
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.56),
    0 0 0 9px rgba(255, 255, 255, 0.025);
}

.panel-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.17);
  pointer-events: none;
}

.panel-photo img {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  width: 200%;
  max-width: none;
  height: auto;
}

.value-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 clamp(24px, 6vw, 96px);
  border-top: 1px solid var(--yellow);
  border-bottom: 1px solid rgba(255, 184, 0, 0.55);
  background: #091319;
}

.value-strip article {
  display: flex;
  min-height: 148px;
  align-items: center;
  gap: 16px;
  padding: 28px clamp(16px, 2vw, 34px);
  border-right: 1px solid rgba(255, 184, 0, 0.35);
}

.value-strip article:last-child {
  border-right: 0;
}

.value-icon {
  width: 52px;
  height: 52px;
  color: var(--yellow);
}

.value-strip h2 {
  margin: 0 0 6px;
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 0.94rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.value-strip p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.section-shell {
  padding: clamp(76px, 9vw, 132px) clamp(24px, 7vw, 110px);
}

.services {
  background:
    linear-gradient(rgba(7, 16, 21, 0.97), rgba(7, 16, 21, 0.97)),
    repeating-linear-gradient(60deg, transparent 0 24px, rgba(255, 184, 0, 0.2) 25px 26px);
}

.section-heading {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: end;
  gap: 30px 80px;
  max-width: 1240px;
  margin: 0 auto 56px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -12px;
}

.section-heading h2,
.process h2,
.contact h2 {
  font-size: clamp(2.4rem, 4vw, 4.5rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.section-heading > p:last-child,
.process-copy > p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

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

.service-card {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  padding: 34px;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(19, 31, 37, 0.96), rgba(9, 19, 25, 0.96));
  transition:
    border-color 180ms ease,
    transform 180ms ease;
}

.service-card::after {
  position: absolute;
  right: -30px;
  bottom: -55px;
  width: 120px;
  height: 230px;
  content: "";
  background: var(--yellow);
  opacity: 0.03;
  transform: skew(-28deg);
}

.service-card:hover {
  border-color: rgba(255, 184, 0, 0.65);
  transform: translateY(-4px);
}

.service-number {
  position: relative;
  display: grid;
  width: 72px;
  height: 72px;
  margin-bottom: 54px;
  place-items: center;
  border: 2px solid rgba(255, 184, 0, 0.78);
  border-radius: 50%;
  color: var(--yellow);
}

.service-icon {
  width: 40px;
  height: 40px;
}

.service-number span {
  position: absolute;
  right: -7px;
  bottom: -8px;
  display: grid;
  min-width: 28px;
  height: 24px;
  place-items: center;
  border: 2px solid var(--ink-soft);
  border-radius: 12px;
  background: var(--yellow);
  color: var(--ink);
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 0.73rem;
  font-weight: 900;
}

.service-card h3 {
  min-height: 64px;
  margin: 0 0 18px;
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.05;
  text-transform: uppercase;
}

.service-card > p {
  min-height: 82px;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.65;
}

.service-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 22px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.service-card li {
  position: relative;
  padding-left: 20px;
  color: #e4e8e9;
  font-size: 0.88rem;
  line-height: 1.45;
}

.service-card li::before {
  position: absolute;
  top: 0.52em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  background: var(--yellow);
}

.process {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(54px, 8vw, 130px);
  background: var(--paper);
  color: var(--ink);
}

.process-copy {
  max-width: 520px;
}

.process-copy .eyebrow {
  color: #a66f00;
}

.process-copy > p {
  margin-top: 26px;
  color: #49535a;
}

.text-link {
  display: inline-flex;
  gap: 10px;
  margin-top: 32px;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--yellow);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.text-link span {
  color: #a66f00;
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

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

.process-steps li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-top: 1px solid #c8c8c0;
}

.process-steps li:last-child {
  border-bottom: 1px solid #c8c8c0;
}

.process-steps li > span {
  color: #a66f00;
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 2.25rem;
  font-weight: 900;
}

.process-steps strong {
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.process-steps p {
  margin: 8px 0 0;
  color: #5d666b;
  font-size: 0.9rem;
  line-height: 1.55;
}

.contact {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(48px, 9vw, 150px);
  overflow: hidden;
  padding: clamp(76px, 9vw, 132px) clamp(24px, 7vw, 110px);
  background:
    radial-gradient(circle at 14% 90%, rgba(255, 184, 0, 0.12), transparent 30%),
    #071015;
}

.contact-bolt {
  position: absolute;
  right: 48%;
  bottom: -100px;
  color: var(--yellow);
  font-size: 18rem;
  line-height: 1;
  opacity: 0.06;
  transform: rotate(8deg);
}

.contact-copy,
.contact-options {
  position: relative;
  z-index: 1;
}

.contact-copy > p:last-child {
  margin: 24px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.contact-options {
  display: grid;
  gap: 1px;
  align-self: center;
  background: rgba(255, 255, 255, 0.12);
}

.contact-options a {
  display: grid;
  grid-template-columns: 32px 82px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  padding: 23px 26px;
  background: var(--ink-soft);
  transition: background 180ms ease;
}

.contact-options a:hover,
.contact-options a:focus-visible {
  background: #14242c;
}

.contact-options span {
  color: var(--yellow);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-icon {
  width: 28px;
  height: 28px;
  color: var(--yellow);
}

.contact-options strong {
  font-size: clamp(0.9rem, 1.5vw, 1.1rem);
  text-align: right;
}

footer {
  display: grid;
  grid-template-columns: 150px 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 26px clamp(24px, 7vw, 110px);
  border-top: 1px solid rgba(255, 184, 0, 0.45);
  background: #050b0e;
  color: #8f9ba0;
  font-size: 0.72rem;
}

.footer-brand {
  display: block;
  width: 120px;
  height: 54px;
}

footer p {
  margin: 0;
}

.mobile-call {
  display: none;
}

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

  .hero {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.84fr);
    gap: 32px;
  }

  .hero h1 {
    font-size: clamp(3rem, 6vw, 5rem);
  }

  .hero-visual {
    width: min(100%, 470px);
  }

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

  .value-strip article:nth-child(2) {
    border-right: 0;
  }

  .value-strip article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 184, 0, 0.25);
  }

  .service-card {
    padding: 28px;
  }
}

@media (max-width: 820px) {
  html {
    scroll-padding-top: 74px;
  }

  body {
    padding-bottom: 66px;
  }

  .site-header {
    min-height: 70px;
    grid-template-columns: 145px 1fr;
    padding: 8px 20px;
  }

  .brand {
    width: 132px;
    height: 48px;
  }

  nav {
    justify-content: flex-end;
  }

  nav a {
    display: none;
  }

  nav a:last-child {
    display: block;
  }

  .header-call {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 64px;
    padding-bottom: 84px;
  }

  .hero::before {
    background:
      radial-gradient(circle at 70% 67%, rgba(255, 184, 0, 0.13), transparent 35%),
      #071015;
  }

  .hero::after {
    top: 46%;
    right: -30px;
    width: 3px;
    height: 65%;
    transform: rotate(21deg);
  }

  .hero-copy {
    position: relative;
    z-index: 2;
  }

  .hero-visual {
    width: min(100%, 510px);
    justify-self: center;
    margin-top: 20px;
  }

  .section-heading,
  .process,
  .contact {
    grid-template-columns: 1fr;
  }

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

  .service-card {
    min-height: auto;
  }

  .service-number {
    margin-bottom: 36px;
  }

  .service-card h3,
  .service-card > p {
    min-height: 0;
  }

  .contact-bolt {
    right: -80px;
    bottom: -70px;
  }

  footer {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .mobile-call {
    position: fixed;
    z-index: 60;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    height: 66px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--yellow);
    box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.34);
    color: #071015;
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
}

@media (max-width: 560px) {
  .hero {
    padding-inline: 20px;
  }

  .hero h1 {
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  .hero-lead {
    margin-top: 24px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .hero-visual {
    width: min(100%, 430px);
    margin-top: 32px;
  }

  .value-strip {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }

  .value-strip article,
  .value-strip article:nth-child(2) {
    min-height: 112px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 184, 0, 0.25);
  }

  .value-strip article:last-child {
    border-bottom: 0;
  }

  .section-shell,
  .contact {
    padding-inline: 20px;
  }

  .section-heading {
    margin-bottom: 38px;
  }

  .service-card {
    padding: 26px 24px;
  }

  .process-steps li {
    grid-template-columns: 46px 1fr;
    gap: 14px;
  }

  .contact {
    gap: 38px;
  }

  .contact-options a {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 8px;
  }

  .contact-options span,
  .contact-options strong {
    grid-column: 2;
    text-align: left;
  }
}

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

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