:root {
  --page: #f7f7f5;
  --paper: #ffffff;
  --ink: #111312;
  --muted: #686d6a;
  --line: rgba(17, 19, 18, 0.12);
  --soft-line: rgba(17, 19, 18, 0.08);
  --dark: #0d0f0f;
  --radius: 10px;
  --container: 1640px;
}

@font-face {
  font-family: "Gotham Port";
  src: url("fonts/GothamProRegular/GothamProRegular.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "Gotham Port";
  src: url("fonts/GothamProBold/GothamProBold.woff") format("woff");
  font-weight: 700;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: "Gotham Port", "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.42;
  letter-spacing: 0;
}

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

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 14px;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 180px 1fr 190px;
  align-items: center;
  gap: 24px;
  width: min(calc(100% - 72px), var(--container));
  height: 64px;
  margin: 0 auto;
  padding: 0 16px 0 22px;
  border: 1px solid rgba(17, 19, 18, 0.1);
  border-radius: 12px;
  background: rgba(248, 248, 245, 0.82);
  box-shadow: 0 18px 56px rgba(20, 24, 22, 0.1);
  backdrop-filter: blur(18px) saturate(1.15);
  color: var(--ink);
}

.logo {
  display: inline-flex;
  align-items: center;
  font-size: 31px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.09em;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 2.8vw, 48px);
  font-size: 13px;
  font-weight: 700;
}

.main-nav a {
  transition: opacity 0.2s ease;
}

.main-nav a:hover {
  opacity: 0.62;
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 46px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.header-cta {
  justify-self: end;
  min-width: 184px;
  padding: 0 22px;
  background: var(--dark);
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.nav-toggle,
.burger {
  display: none;
}

.hero {
  position: relative;
  min-height: clamp(690px, 49vw, 790px);
  overflow: hidden;
  background: #eef0ed;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(247, 247, 245, 0.98) 0%, rgba(247, 247, 245, 0.88) 28%, rgba(247, 247, 245, 0.22) 51%, rgba(247, 247, 245, 0) 100%),
    linear-gradient(180deg, rgba(247, 247, 245, 0.45) 0%, rgba(247, 247, 245, 0.02) 45%, rgba(247, 247, 245, 0.86) 100%),
    url("assets/7FAA1E08-7B85-4E3D-BBB5-003B34CEB490.PNG") center right / cover no-repeat;
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 72px), var(--container));
  min-height: inherit;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 108px 0 158px;
}

.hero-copy {
  width: min(680px, 48vw);
}

.eyebrow {
  margin: 0 0 24px;
  color: #555b58;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(46px, 3.9vw, 68px);
  font-weight: 700;
  line-height: 0.96;
}

.hero-text {
  max-width: 560px;
  margin: 28px 0 0;
  color: #4f5552;
  font-size: 18px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 42px;
}

.btn {
  min-width: 190px;
  padding: 0 28px;
  border: 1px solid transparent;
}

.btn-dark {
  background: var(--dark);
  color: #fff;
}

.btn-light {
  background: rgba(255, 255, 255, 0.84);
  border-color: rgba(17, 19, 18, 0.26);
  color: var(--ink);
}

.trust-panel {
  position: relative;
  z-index: 2;
  margin-top: -76px;
}

.trust-panel .container {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 26px 70px rgba(28, 34, 31, 0.1);
  backdrop-filter: blur(12px);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.process-grid article {
  min-height: 98px;
  padding: 22px 18px;
  border-right: 1px solid var(--soft-line);
  display: flex;
  align-items: center;
  gap: 16px;
}

.process-grid article:last-child {
  border-right: 0;
}

.process-grid img,
.bottom-benefits img {
  width: 31px;
  height: 31px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.78;
}

.process-grid span {
  max-width: 150px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid var(--soft-line);
}

.stats-grid article {
  min-height: 102px;
  padding: 24px 22px;
}

.stats-grid strong {
  display: block;
  font-size: 30px;
  line-height: 1;
}

.stats-grid span {
  display: block;
  max-width: 150px;
  margin-top: 12px;
  color: #3f4542;
  font-size: 12px;
}

.section {
  padding: 48px 0 0;
}

.section.tight {
  padding-top: 32px;
}

.section.compact {
  padding-top: 36px;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(25px, 1.9vw, 33px);
  line-height: 1.05;
  font-weight: 700;
  text-transform: uppercase;
}

.section-head a {
  color: #1f2321;
  font-size: 12px;
  font-weight: 700;
}

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

.image-card {
  overflow: hidden;
  min-height: 224px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--paper);
}

.image-card img {
  width: 100%;
  height: 128px;
  object-fit: cover;
}

.service-grid .image-card img,
.audience-grid .image-card img {
  height: 156px;
}

.image-card.truck-card img {
  object-fit: cover;
  object-position: 48% 60%;
}

.service-grid .image-card:nth-child(1) img,
.audience-grid .image-card:nth-child(1) img {
  object-position: 18% 58%;
}

.service-grid .image-card:nth-child(2) img,
.case-grid .case-card:nth-child(3) img {
  object-position: 74% 72%;
}

.service-grid .image-card:nth-child(3) img,
.mosaic-card:nth-child(2) img,
.case-grid .case-card:nth-child(2) img {
  object-position: 55% 38%;
}

.service-grid .image-card:nth-child(4) img,
.gallery-strip img:nth-child(4) {
  object-position: 78% 64%;
}

.image-card div {
  padding: 17px 18px 19px;
}

.image-card h3,
.supply-row h3,
.bottom-benefits h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.25;
}

.image-card p,
.supply-row p,
.bottom-benefits p {
  margin: 10px 0 0;
  color: #505653;
  font-size: 12px;
  line-height: 1.45;
}

.mosaic {
  display: grid;
  grid-template-columns: 1.06fr 1.92fr 1.06fr;
  grid-template-rows: repeat(2, 148px);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 7px;
  background: #151716;
}

.mosaic-card {
  position: relative;
  overflow: hidden;
  min-height: 148px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  color: #fff;
}

.mosaic-large {
  grid-row: span 2;
}

.mosaic-card img,
.case-card img,
.final-cta img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mosaic-card:nth-child(1) img {
  object-position: 22% 56%;
}

.mosaic-card:nth-child(3) img,
.final-cta img {
  object-position: 74% 74%;
}

.mosaic-card:nth-child(4) img,
.case-card:nth-child(4) img {
  object-position: 70% 56%;
}

.mosaic-card::after,
.case-card::after,
.final-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 12, 12, 0.86), rgba(10, 12, 12, 0.32) 58%, rgba(10, 12, 12, 0.1));
}

.mosaic-card div {
  position: relative;
  z-index: 1;
  max-width: 310px;
  padding: 27px 30px;
}

.mosaic-card h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.16;
}

.mosaic-card p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  line-height: 1.45;
}

.mosaic-card > span,
.case-card > span,
.supply-row > article > span {
  position: absolute;
  z-index: 1;
  right: 14px;
  bottom: 14px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  font-size: 13px;
  line-height: 1;
}

.supply-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.supply-row article {
  position: relative;
  min-height: 116px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--paper);
  display: grid;
  grid-template-columns: 1fr 92px;
}

.supply-row div {
  padding: 16px 14px;
}

.supply-row img {
  align-self: stretch;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.supply-row article:nth-child(1) img,
.supply-row article:nth-child(4) img {
  object-position: 24% 58%;
}

.supply-row article:nth-child(3) img,
.supply-row article:nth-child(6) img {
  object-position: 76% 74%;
}

.supply-row > article > span {
  right: 9px;
  bottom: 9px;
  border-color: rgba(17, 19, 18, 0.18);
  background: rgba(255, 255, 255, 0.84);
  color: var(--ink);
}

.gallery-strip {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1.35fr 1.05fr 0.95fr 1.2fr;
  gap: 10px;
  margin-top: 28px;
}

.gallery-strip img {
  width: 100%;
  height: 132px;
  object-fit: cover;
  border-radius: 5px;
}

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

.case-card {
  position: relative;
  overflow: hidden;
  min-height: 186px;
  border-radius: 7px;
  background: #141615;
  color: #fff;
}

.case-card::after {
  background: linear-gradient(90deg, rgba(9, 10, 10, 0.88), rgba(9, 10, 10, 0.54), rgba(9, 10, 10, 0.18));
}

.case-card > div {
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: inherit;
  padding: 22px 22px 19px;
  display: flex;
  flex-direction: column;
}

.case-card h3 {
  max-width: 300px;
  margin: 0;
  font-size: 20px;
  line-height: 1.18;
}

.case-card p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
}

.case-card dl {
  display: flex;
  gap: 28px;
  margin: auto 0 0;
}

.case-card dt {
  font-size: 21px;
  font-weight: 700;
}

.case-card dd {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
}

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

.bottom-benefits {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 26px;
  padding: 28px 0 0;
}

.bottom-benefits article {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: start;
  gap: 12px;
}

.bottom-benefits p {
  grid-column: 2;
  margin-top: -6px;
}

.cta-section {
  padding-bottom: 42px;
}

.final-cta {
  position: relative;
  overflow: hidden;
  min-height: 310px;
  border-radius: 8px;
  background: #151716;
  color: #fff;
}

.final-cta::after {
  background:
    linear-gradient(90deg, rgba(12, 14, 14, 0.9), rgba(12, 14, 14, 0.7) 42%, rgba(12, 14, 14, 0.22)),
    linear-gradient(180deg, rgba(12, 14, 14, 0.12), rgba(12, 14, 14, 0.5));
}

.final-cta > div {
  position: relative;
  z-index: 1;
  width: min(720px, 72%);
  padding: 52px 58px;
}

.final-cta .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.final-cta h2 {
  margin: 0;
  font-size: clamp(34px, 3.1vw, 58px);
  line-height: 1;
}

.final-cta p:not(.eyebrow) {
  max-width: 610px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}

.btn-white {
  background: #fff;
  color: var(--ink);
}

.btn-outline-white {
  border-color: rgba(255, 255, 255, 0.58);
  color: #fff;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #fff;
}

.site-footer .container {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-footer p,
.site-footer a:not(.logo) {
  color: #4c524f;
  font-size: 13px;
}

@media (max-width: 1280px) {
  .site-header,
  .container,
  .hero-inner {
    width: min(calc(100% - 44px), var(--container));
  }

  .site-header {
    grid-template-columns: 140px 1fr 168px;
  }

  .main-nav {
    gap: 20px;
  }

  .process-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .process-grid article {
    border-bottom: 1px solid var(--soft-line);
  }

  .stats-grid,
  .service-grid,
  .audience-grid,
  .bottom-benefits {
    grid-template-columns: repeat(3, 1fr);
  }

  .supply-row,
  .case-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

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

  .header-cta {
    display: none;
  }

  .burger {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    gap: 6px;
    border: 1px solid rgba(17, 19, 18, 0.2);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.68);
  }

  .burger span {
    width: 18px;
    height: 2px;
    background: var(--ink);
  }

  .main-nav {
    position: fixed;
    top: 68px;
    left: 22px;
    right: 22px;
    display: none;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.12);
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-toggle:checked ~ .main-nav {
    display: flex;
  }

  .hero {
    min-height: 650px;
  }

  .hero-bg {
    background:
      linear-gradient(90deg, rgba(247, 247, 245, 0.97), rgba(247, 247, 245, 0.72), rgba(247, 247, 245, 0.16)),
      linear-gradient(180deg, rgba(247, 247, 245, 0.12), rgba(247, 247, 245, 0.86)),
      url("assets/7FAA1E08-7B85-4E3D-BBB5-003B34CEB490.PNG") center / cover no-repeat;
  }

  .hero-copy {
    width: min(620px, 86vw);
  }

  .trust-panel {
    margin-top: -48px;
  }

  .process-grid,
  .stats-grid,
  .service-grid,
  .supply-row,
  .case-grid,
  .audience-grid,
  .bottom-benefits {
    grid-template-columns: repeat(2, 1fr);
  }

  .mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .mosaic-large {
    grid-row: auto;
  }

  .mosaic-card {
    min-height: 210px;
  }

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

@media (max-width: 620px) {
  .site-header,
  .container,
  .hero-inner {
    width: calc(100% - 28px);
  }

  .logo {
    font-size: 25px;
  }

  .hero {
    min-height: 640px;
  }

  .hero-inner {
    align-items: flex-start;
    padding-top: 118px;
    padding-bottom: 110px;
  }

  .hero h1 {
    max-width: 360px;
    font-size: 36px;
    line-height: 1.02;
  }

  .hero-text {
    font-size: 16px;
  }

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

  .btn {
    width: 100%;
  }

  .trust-panel .container {
    width: calc(100% - 20px);
  }

  .process-grid,
  .stats-grid,
  .service-grid,
  .supply-row,
  .case-grid,
  .audience-grid,
  .bottom-benefits {
    grid-template-columns: 1fr;
  }

  .process-grid article {
    min-height: 82px;
    border-right: 0;
  }

  .stats-grid article {
    min-height: 84px;
    border-bottom: 1px solid var(--soft-line);
  }

  .section {
    padding-top: 38px;
  }

  .section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .image-card img {
    height: 170px;
  }

  .supply-row article {
    grid-template-columns: 1fr 116px;
  }

  .gallery-strip {
    grid-template-columns: 1fr;
  }

  .gallery-strip img {
    height: 180px;
  }

  .case-card {
    min-height: 220px;
  }

  .bottom-benefits {
    gap: 18px;
  }

  .final-cta {
    min-height: 420px;
  }

  .final-cta > div {
    width: 100%;
    padding: 34px 24px;
  }

  .final-cta h2 {
    font-size: 34px;
  }

  .site-footer .container {
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 24px 0;
  }
}
