:root {
  --ink: #111111;
  --muted: #5d6063;
  --soft: #f3f3f1;
  --line: #e5e5e1;
  --lime: #c7d52d;
  --teal: #247766;
  --ochre: #c7902d;
  --blue: #5d7f99;
  --shadow: 0 20px 60px rgba(17, 17, 17, 0.08);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #ffffff;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(360px, 1fr);
  align-items: center;
  min-height: 118px;
  padding: 30px clamp(28px, 4vw, 46px);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}

.brand {
  position: relative;
  display: inline-flex;
  justify-self: start;
  width: fit-content;
  color: var(--ink);
  font-size: clamp(1.25rem, 1.9vw, 1.8rem);
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.brand::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0.16em;
  bottom: -9px;
  height: 4px;
  background: var(--lime);
}

nav {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: clamp(18px, 3vw, 42px);
  font-size: 1rem;
}

nav a {
  color: var(--ink);
  transition: color 160ms ease;
}

nav a:hover {
  color: var(--teal);
}

.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-self: center;
  padding: 10px 16px;
  background: var(--lime);
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 999px;
  font-weight: 850;
  letter-spacing: 0.02em;
  box-shadow: 0 12px 30px rgba(199, 213, 45, 0.28);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.phone-link__icon {
  flex-shrink: 0;
  width: 1.05em;
  height: 1.05em;
}

.phone-link:hover {
  color: var(--ink);
  transform: translateY(-1px);
  box-shadow: 0 16px 36px rgba(199, 213, 45, 0.34);
}

.section {
  padding-left: clamp(28px, 4vw, 46px);
  padding-right: clamp(28px, 4vw, 46px);
}

.hero {
  position: relative;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  padding-top: clamp(48px, 7vw, 88px);
  padding-bottom: clamp(70px, 9vw, 120px);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      105deg,
      rgba(255, 255, 255, 0.97) 0%,
      rgba(255, 255, 255, 0.9) 36%,
      rgba(255, 255, 255, 0.5) 58%,
      rgba(255, 255, 255, 0.12) 100%
    ),
    url("assets/warehouse-aerial.jpg") center / cover no-repeat;
  z-index: 0;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.46fr);
  gap: clamp(42px, 8vw, 130px);
  align-items: center;
  padding-left: clamp(28px, 4vw, 46px);
  padding-right: clamp(28px, 4vw, 46px);
  min-height: clamp(420px, 52vh, 620px);
}

.hero-copy {
  grid-column: 1;
  align-self: start;
}

.hero-aside {
  grid-column: 2;
  align-self: center;
  padding: clamp(22px, 3vw, 30px);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 14px;
  box-shadow: 0 16px 48px rgba(17, 17, 17, 0.08);
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--ink);
  font-size: clamp(0.95rem, 1.2vw, 1.08rem);
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  max-width: 930px;
  margin-bottom: 38px;
  font-size: clamp(3.2rem, 6.4vw, 7.6rem);
  line-height: 0.98;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2.45rem, 4.8vw, 5.2rem);
  line-height: 1;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.14rem;
  line-height: 1.28;
}

p {
  color: var(--muted);
  line-height: 1.72;
}

.hero-aside p {
  margin-bottom: 28px;
  color: #252525;
  font-size: clamp(1rem, 1.28vw, 1.14rem);
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 28px;
}

.hero-proof div {
  padding-top: 16px;
  border-top: 2px solid var(--line);
}

.hero-proof dt {
  font-size: 1.22rem;
  font-weight: 900;
}

.hero-proof dd {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.4;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  color: #ffffff;
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 0.96rem;
  font-weight: 800;
  cursor: pointer;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  color: var(--ink);
  font-size: 1.18rem;
  font-weight: 850;
}

.text-link span {
  font-size: 1.8rem;
  line-height: 1;
}

.process-steps p {
  margin-bottom: 0;
}

.section {
  padding-top: clamp(76px, 9vw, 126px);
  padding-bottom: clamp(76px, 9vw, 126px);
}

.intro {
  padding-top: clamp(72px, 8vw, 108px);
  padding-bottom: clamp(72px, 8vw, 108px);
  background: var(--soft);
}

.intro p {
  max-width: 1180px;
  margin: 0;
  color: #242424;
  font-size: clamp(1.65rem, 3vw, 3rem);
  font-weight: 760;
  line-height: 1.38;
}

.stats {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: clamp(38px, 7vw, 104px);
  padding: clamp(70px, 8vw, 112px) clamp(28px, 4vw, 46px);
  background:
    linear-gradient(135deg, rgba(199, 213, 45, 0.12), rgba(255, 255, 255, 0) 54%),
    var(--soft);
}

.stats-intro h2 {
  margin-bottom: 0;
  font-size: clamp(2.15rem, 4vw, 4.35rem);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #d8d8d3;
}

.stats article {
  min-height: 178px;
  padding: 34px 28px 28px 0;
  border-bottom: 1px solid #d8d8d3;
}

.stats article:nth-child(odd) {
  border-right: 1px solid #d8d8d3;
}

.stats article:nth-child(even) {
  padding-left: 28px;
}

.stats strong {
  display: block;
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.05rem, 4vw, 4.65rem);
  font-weight: 500;
  line-height: 1;
}

.stats article:nth-child(1) strong,
.stats article:nth-child(4) strong { color: var(--teal); }
.stats article:nth-child(2) strong { color: var(--ochre); }
.stats article:nth-child(3) strong { color: var(--blue); }

.stats p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.split-heading,
.trust,
.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.52fr);
  gap: clamp(42px, 7vw, 106px);
  align-items: start;
}

.approach {
  display: grid;
  gap: clamp(34px, 5vw, 64px);
  background:
    linear-gradient(135deg, rgba(199, 213, 45, 0.08), rgba(255, 255, 255, 0) 48%),
    #ffffff;
}

.approach-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.46fr);
  gap: clamp(32px, 7vw, 96px);
  align-items: start;
}

.approach-card h2 {
  max-width: 920px;
}

.approach-card > p {
  margin-bottom: 0;
  margin-top: calc((clamp(0.95rem, 1.2vw, 1.08rem) * 1.72) + 22px);
  color: #252525;
  font-size: clamp(1rem, 1.28vw, 1.14rem);
}

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

.section-heading > p {
  margin-top: calc((clamp(0.95rem, 1.2vw, 1.08rem) * 1.72) + 22px);
}

.image-stories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}

.image-stories article {
  overflow: hidden;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.image-stories img {
  display: block;
  width: 100%;
  height: clamp(190px, 18vw, 280px);
  object-fit: cover;
}

.image-stories div {
  padding: 24px 24px 28px;
}

.image-stories span {
  display: block;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 840;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.image-stories h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  font-weight: 500;
  line-height: 1.15;
}

.image-stories ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
}

.image-stories li {
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
}

.image-stories li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 2px;
  background: var(--lime);
}

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

.process-steps article {
  display: flex;
  flex-direction: column;
  min-height: 220px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.process-steps h3 {
  max-width: 220px;
  margin-bottom: 18px;
  font-size: clamp(1.25rem, 1.8vw, 1.75rem);
}

.process-steps p {
  max-width: 360px;
  font-size: 1.05rem;
}

.trust {
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(17, 17, 17, 0.96), rgba(37, 57, 54, 0.96)),
    #111111;
}

.trust-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.trust-list li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 760;
}

.trust-list span {
  color: var(--lime);
}

.trust .eyebrow,
.trust h2,
.trust-copy p {
  color: #ffffff;
}

.trust-copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 760;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid #d8d8d3;
  border-radius: 6px;
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(199, 213, 45, 0.56);
  outline-offset: 2px;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 30px clamp(28px, 4vw, 46px);
  border-top: 1px solid var(--line);
  background: #ffffff;
}

footer p,
footer a {
  margin: 0;
  color: var(--muted);
}

@media (max-width: 1080px) {
  .hero-grid,
  .split-heading,
  .approach-card,
  .trust,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    align-items: start;
  }

  .hero-copy,
  .hero-aside {
    grid-column: 1;
  }

  .hero-aside {
    align-self: start;
  }

  .stats,
  .image-stories,
  .process-steps,
  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-heading > p {
    margin-top: 0;
  }

  .approach-card > p {
    margin-top: 0;
  }
}

@media (max-width: 760px) {
  .site-header {
    align-items: flex-start;
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: auto;
    padding: 24px 18px;
  }

  .phone-link {
    justify-self: start;
  }

  nav {
    justify-self: start;
    gap: 16px;
    overflow-x: auto;
    width: 100%;
    padding-top: 10px;
    font-size: 0.92rem;
  }

  h1 {
    font-size: clamp(3.1rem, 13vw, 4.8rem);
  }

  .section,
  .stats {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-grid {
    padding-left: 18px;
    padding-right: 18px;
    min-height: auto;
  }

  .stats,
  .image-stories,
  .process-steps,
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .stats article,
  .stats article:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
  }

  .stats article:nth-child(odd) {
    border-right: 0;
  }

  .intro p {
    font-size: clamp(1.45rem, 7vw, 2.2rem);
  }

  .process-steps article {
    min-height: auto;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .brand {
    font-size: 1.05rem;
  }

  .button {
    width: 100%;
  }

  .hero {
    padding-top: 24px;
  }
}
