:root {
  color-scheme: dark;
  --black: #050505;
  --carbon: #111111;
  --panel: #181614;
  --line: rgba(255, 255, 255, 0.12);
  --muted: #b8afa3;
  --text: #fff8ef;
  --orange: #ff7a18;
  --orange-2: #ffb15f;
  --white: #ffffff;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 18px clamp(18px, 4vw, 54px);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.18));
  border-bottom: 1px solid transparent;
  transition: background 200ms ease, border-color 200ms ease;
}

.site-header.is-solid {
  background: rgba(5, 5, 5, 0.94);
  border-color: var(--line);
  backdrop-filter: blur(16px);
}

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

.brand-logo {
  display: block;
  width: clamp(168px, 16vw, 230px);
  height: auto;
  max-height: 54px;
  object-fit: contain;
}

.footer-logo {
  display: block;
  width: clamp(150px, 13vw, 205px);
  height: auto;
  max-height: 50px;
  object-fit: contain;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 122, 24, 0.7);
  background: linear-gradient(135deg, #ff7a18, #311508 70%);
  color: #fff;
  font-weight: 900;
  letter-spacing: 0;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1rem;
  line-height: 1;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 2.7vw, 34px);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}

.nav a,
.site-footer a {
  transition: color 160ms ease;
}

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

.header-call {
  padding: 11px 16px;
  border: 1px solid rgba(255, 122, 24, 0.48);
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
}

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

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-overlay {
  background:
    radial-gradient(circle at 72% 50%, rgba(255, 122, 24, 0.12), transparent 32%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.82) 34%, rgba(0, 0, 0, 0.28) 74%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.78));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding-top: 86px;
}

.hero-lockup {
  display: grid;
  grid-template-columns: minmax(0, 650px) minmax(190px, 330px);
  gap: clamp(28px, 6vw, 80px);
  align-items: stretch;
  width: min(100%, 1060px);
}

.hero-copy {
  min-width: 0;
}

.hero-genie {
  align-self: stretch;
  justify-self: start;
  width: 100%;
  height: 100%;
  max-height: 510px;
  object-fit: contain;
  object-position: center;
  opacity: 0.92;
  filter: drop-shadow(0 0 28px rgba(255, 255, 255, 0.18)) drop-shadow(0 0 42px rgba(255, 122, 24, 0.2));
}

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--orange-2);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: clamp(3.4rem, 9vw, 8.8rem);
  line-height: 0.9;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  font-size: 1.1rem;
}

.hero-lede {
  max-width: 620px;
  color: rgba(255, 248, 239, 0.82);
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid transparent;
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

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

.btn-primary {
  background: var(--orange);
  color: #140800;
}

.btn-secondary {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.07);
  color: var(--white);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 760px;
}

.hero-proof span {
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.32);
  color: rgba(255, 248, 239, 0.76);
}

.hero-proof strong {
  color: #fff;
}

.section-pad {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(72px, 9vw, 128px) 0;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(28px, 7vw, 88px);
  align-items: end;
}

.split p,
.promise p,
.contact-copy p {
  color: var(--muted);
  font-size: 1.08rem;
}

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

.partners {
  position: relative;
  overflow: hidden;
  padding-top: clamp(54px, 7vw, 92px);
  padding-bottom: clamp(54px, 7vw, 92px);
}

.work-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("assets/carousel-volume-bg.png");
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 100%;
  opacity: 0.055;
  pointer-events: none;
  mix-blend-mode: screen;
}

.partners .section-heading,
.partners .logo-carousel,
.work-showcase .section-heading,
.work-showcase .work-carousel {
  position: relative;
  z-index: 1;
}

.partners .section-heading {
  margin-bottom: 28px;
}

.logo-carousel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 122, 24, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.26);
}

.logo-carousel::before,
.logo-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: clamp(54px, 10vw, 150px);
  pointer-events: none;
}

.logo-carousel::before {
  left: 0;
  background: linear-gradient(90deg, var(--black), transparent);
}

.logo-carousel::after {
  right: 0;
  background: linear-gradient(270deg, var(--black), transparent);
}

.logo-track {
  display: flex;
  width: max-content;
  gap: 18px;
  padding: 22px 18px;
  animation: logo-scroll 42s linear infinite;
}

.logo-carousel:hover .logo-track {
  animation-play-state: paused;
}

.logo-item {
  display: grid;
  width: 150px;
  height: 82px;
  place-items: center;
  flex: 0 0 auto;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.36);
}

.logo-item.logo-wide {
  width: 230px;
}

.logo-item img {
  max-width: 100%;
  max-height: 54px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(255, 255, 255, 0.08));
}

@keyframes logo-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.work-showcase {
  position: relative;
  overflow: hidden;
  padding-top: clamp(54px, 7vw, 94px);
  padding-bottom: clamp(54px, 7vw, 94px);
  background:
    radial-gradient(circle at 15% 15%, rgba(255, 122, 24, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(0, 0, 0, 0));
}

.work-showcase .section-heading {
  margin-bottom: 30px;
}

.work-carousel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 122, 24, 0.18);
  background: rgba(0, 0, 0, 0.32);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.work-carousel::before,
.work-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: clamp(56px, 10vw, 150px);
  pointer-events: none;
}

.work-carousel::before {
  left: 0;
  background: linear-gradient(90deg, var(--black), transparent);
}

.work-carousel::after {
  right: 0;
  background: linear-gradient(270deg, var(--black), transparent);
}

.work-track {
  display: flex;
  width: max-content;
  gap: 24px;
  padding: 24px;
  animation: logo-scroll 58s linear infinite;
}

.work-carousel:hover .work-track {
  animation-play-state: paused;
}

.work-item {
  width: clamp(260px, 32vw, 430px);
  aspect-ratio: 4 / 3;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.work-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
}

.services {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: none;
  padding-left: max(18px, calc((100% - var(--max)) / 2));
  padding-right: max(18px, calc((100% - var(--max)) / 2));
  background-color: rgba(0, 0, 0, 0.5);
  border-block: 1px solid rgba(255, 107, 0, 0.2);
}

.services-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.services-bg::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 30% 50%, rgba(255, 107, 0, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 70% 20%, rgba(255, 107, 0, 0.08) 0%, transparent 50%),
              radial-gradient(circle at 10% 80%, rgba(255, 107, 0, 0.05) 0%, transparent 50%);
}

.services-bg-grid {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image:
      linear-gradient(rgba(255, 107, 0, 0.03) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 107, 0, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.5;
}

.particles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.particle {
  position: absolute;
  background-color: var(--orange);
  border-radius: 50%;
  opacity: 0.3;
}

.services .section-heading,
.services .service-grid {
  position: relative;
  z-index: 2;
  width: min(var(--max), 100%);
}

.services .service-grid {
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.34);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 28px;
  row-gap: 30px;
}

.service-card {
  position: relative;
  overflow: hidden;
  min-height: 236px;
  padding: 14px 14px 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
  transition: background 180ms ease, transform 180ms ease;
}

.service-card:hover {
  background: linear-gradient(180deg, rgba(255, 122, 24, 0.16), rgba(255, 255, 255, 0.025));
  transform: translateY(-4px);
}

.service-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  filter: saturate(0.92) contrast(1.05);
}

.icon,
.process-grid span {
  color: var(--orange);
  font-weight: 900;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
}

.service-card h3 {
  margin: 18px 14px 12px;
}

.service-card .icon {
  display: inline-block;
  margin: 24px 14px 0;
}

.service-card p {
  margin-inline: 14px;
}

.service-card p,
.process-grid p,
.review-grid p,
.rating-panel p,
.site-footer p,
.form-note {
  color: var(--muted);
}

.process {
  width: 100%;
  max-width: none;
  padding-left: max(18px, calc((100% - var(--max)) / 2));
  padding-right: max(18px, calc((100% - var(--max)) / 2));
  background: #0d0d0d;
  border-block: 1px solid var(--line);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.process-grid > div {
  position: relative;
  padding: 28px;
  background: var(--carbon);
}

.process-icon {
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  margin-bottom: 30px;
  border: 1px solid rgba(255, 122, 24, 0.54);
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 122, 24, 0.22), transparent 55%),
    rgba(255, 122, 24, 0.07);
  box-shadow: 0 28px 70px rgba(255, 122, 24, 0.2), inset 0 0 46px rgba(255, 122, 24, 0.08);
}

.process-icon svg {
  width: 78px;
  height: 78px;
  overflow: visible;
}

.process-icon path,
.process-icon circle {
  fill: none;
  stroke: rgba(255, 248, 239, 0.86);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.process-icon .icon-accent {
  stroke: var(--orange);
}

.process-icon .icon-glow {
  stroke: rgba(255, 122, 24, 0.7);
  filter: drop-shadow(0 0 12px rgba(255, 122, 24, 0.5));
}

.promise {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  gap: clamp(28px, 7vw, 88px);
  align-items: center;
  width: min(var(--max), calc(100% - 36px));
  margin: clamp(48px, 8vw, 108px) auto;
  padding: clamp(34px, 6vw, 66px);
  background:
    linear-gradient(135deg, rgba(255, 122, 24, 0.22), rgba(255, 122, 24, 0) 38%),
    var(--panel);
  border: 1px solid rgba(255, 122, 24, 0.22);
}

.reviews {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: none;
  padding-left: max(18px, calc((100% - var(--max)) / 2));
  padding-right: max(18px, calc((100% - var(--max)) / 2));
  background-color: rgba(0, 0, 0, 0.5);
  border-block: 1px solid rgba(255, 107, 0, 0.2);
}

.reviews-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.reviews-bg::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 30% 50%, rgba(255, 107, 0, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 70% 20%, rgba(255, 107, 0, 0.08) 0%, transparent 50%),
              radial-gradient(circle at 10% 80%, rgba(255, 107, 0, 0.05) 0%, transparent 50%);
}

.reviews-bg-grid {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image:
      linear-gradient(rgba(255, 107, 0, 0.03) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 107, 0, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.5;
}

.reviews .section-heading,
.reviews .rating-panel,
.reviews .review-grid {
  position: relative;
  z-index: 2;
}

.rating-panel {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 22px;
  padding: 22px;
  background: rgba(255, 122, 24, 0.12);
  border: 1px solid rgba(255, 122, 24, 0.26);
}

.score {
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  background: var(--orange);
  color: #160900;
  font-size: 2rem;
  font-weight: 950;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

blockquote {
  margin: 0;
  padding: 28px;
  background: var(--panel);
  border: 1px solid var(--line);
}

blockquote p {
  min-height: 132px;
}

cite {
  color: #fff;
  font-style: normal;
  font-weight: 800;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1fr);
  gap: clamp(28px, 7vw, 78px);
  align-items: start;
}

.contact-lines {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.contact-lines a {
  color: #fff;
  font-weight: 800;
}

.request-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
  background: #100f0d;
  border: 1px solid var(--line);
}

label,
.form-note {
  font-size: 0.86rem;
  font-weight: 800;
  color: rgba(255, 248, 239, 0.74);
}

input,
select,
textarea {
  width: 100%;
  margin-top: 8px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: #050505;
  color: #fff;
  font: inherit;
  padding: 14px 13px;
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(255, 122, 24, 0.18);
}

textarea {
  min-height: 116px;
  resize: vertical;
}

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

.form-note {
  margin: 0;
  font-weight: 600;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 30px clamp(18px, 4vw, 54px);
  border-top: 1px solid var(--line);
  background: #070707;
}

.site-footer p {
  margin: 0;
}

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

  .nav {
    display: none;
  }

  .split,
  .promise,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero-lockup {
    grid-template-columns: minmax(0, 1fr) minmax(120px, 190px);
    gap: 22px;
  }

  .hero-genie {
    max-height: 390px;
  }

  .service-grid,
  .process-grid,
  .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 12px 14px;
  }

  .header-call {
    display: none;
  }

  .hero {
    min-height: 92svh;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.58)),
      linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.88));
  }

  .hero-content {
    padding-top: 70px;
  }

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

  .hero-genie {
    display: none;
  }

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

  .hero-proof span {
    width: 100%;
  }

  .service-grid,
  .process-grid,
  .review-grid,
  .request-form {
    grid-template-columns: 1fr;
  }

  .service-card {
    padding: 12px 12px 22px;
  }

  .process-grid > div,
  blockquote {
    padding: 22px;
  }

  .promise {
    padding: 24px;
  }
}
