:root {
  --ink: #111418;
  --charcoal: #171a1f;
  --steel: #47515c;
  --muted: #6c7480;
  --line: #d9dee4;
  --paper: #f7f5ef;
  --white: #ffffff;
  --red: #c3192e;
  --red-dark: #961326;
  --amber: #c89635;
  --green: #1f6f5b;
  --shadow: 0 18px 55px rgba(17, 20, 24, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  background: var(--paper);
  line-height: 1.5;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 28px;
  min-height: 74px;
  padding: 14px clamp(20px, 4vw, 58px);
  color: var(--white);
  background: rgba(17, 20, 24, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(14px);
}

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

.brand-mark {
  display: grid;
  place-items: center;
  width: 52px;
  height: 40px;
  color: var(--white);
  font-weight: 800;
  font-size: 0.9rem;
  background: var(--red);
}

.brand-text {
  overflow: hidden;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
}

.nav-links a:hover,
.text-link:hover {
  color: var(--red);
}

.nav-action {
  min-width: max-content;
  padding: 11px 16px;
  color: var(--white);
  font-weight: 700;
  font-size: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.48);
}

.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 92vh;
  padding: 132px clamp(20px, 5vw, 72px) 46px;
  color: var(--white);
  isolation: isolate;
  overflow: hidden;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: -3;
  background-image: url("assets/hero-logistics.png");
  background-size: cover;
  background-position: center right;
  transform: scale(1.02);
  filter: brightness(1.16) saturate(1.08);
}

.hero-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(9, 12, 16, 0.88) 0%, rgba(9, 12, 16, 0.56) 42%, rgba(9, 12, 16, 0.08) 100%),
    linear-gradient(0deg, rgba(9, 12, 16, 0.66) 0%, rgba(9, 12, 16, 0.04) 42%);
}

.hero-content {
  width: min(820px, 100%);
  padding-bottom: 72px;
}

.eyebrow,
.section-kicker,
.panel-label {
  display: inline-block;
  color: var(--red);
  font-weight: 800;
  font-size: 0.74rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ff6a78;
}

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

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 6.2vw, 6.4rem);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 4.1rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 14px;
  font-size: 1.35rem;
  line-height: 1.15;
}

.hero-copy {
  width: min(690px, 100%);
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  font-weight: 800;
  font-size: 0.92rem;
  border: 1px solid transparent;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover,
.nav-action:hover {
  transform: translateY(-1px);
}

.button.primary {
  color: var(--white);
  background: var(--red);
}

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

.button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.08);
}

.button.secondary.dark {
  color: var(--ink);
  border-color: var(--line);
  background: transparent;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(970px, 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(17, 20, 24, 0.42);
  backdrop-filter: blur(10px);
}

.hero-metrics div {
  padding: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-metrics strong {
  display: block;
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  line-height: 1;
}

.hero-metrics span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.section {
  padding: clamp(72px, 9vw, 124px) clamp(20px, 5vw, 72px);
}

.intro,
.services,
.engagement,
.case-studies,
.leadership {
  background: var(--white);
}

.intro-grid,
.proof {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(28px, 7vw, 96px);
  align-items: start;
}

.intro h2 {
  max-width: 850px;
}

.intro p,
.section-heading p,
.health-content p,
.proof p,
.leader-card p {
  color: var(--steel);
  font-size: 1.08rem;
}

.issue-grid,
.case-grid,
.insight-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin-top: 46px;
  background: var(--line);
  border: 1px solid var(--line);
}

.issue-grid article,
.case-grid article,
.insight-grid article {
  min-height: 245px;
  padding: 24px;
  background: var(--white);
}

.issue-grid span,
.case-grid span,
.insight-grid span {
  display: inline-block;
  margin-bottom: 22px;
  color: var(--red);
  font-weight: 800;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.issue-grid p,
.case-grid p,
.insight-grid p {
  color: var(--steel);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(160px, 0.28fr) minmax(0, 0.72fr);
  gap: 34px;
  align-items: start;
  margin-bottom: 42px;
}

.section-heading.compact {
  display: block;
  max-width: 920px;
}

.audience {
  background: #eff1f2;
}

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

.audience-panel {
  min-height: 390px;
  padding: clamp(26px, 4vw, 46px);
  background: var(--white);
  border-top: 5px solid var(--charcoal);
  box-shadow: var(--shadow);
}

.audience-panel.accent {
  border-top-color: var(--red);
}

.audience-panel p {
  color: var(--steel);
}

ul {
  padding-left: 20px;
}

li {
  margin: 9px 0;
}

.practices {
  color: var(--white);
  background: var(--charcoal);
}

.practices .section-kicker,
.health-check .section-kicker {
  color: #ff6a78;
}

.practice-list {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.practice-list article {
  display: grid;
  grid-template-columns: 82px minmax(220px, 0.34fr) minmax(260px, 0.66fr);
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.practice-list span {
  color: #ff6a78;
  font-weight: 800;
}

.practice-list p {
  color: rgba(255, 255, 255, 0.72);
}

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

.service-column {
  padding: clamp(28px, 4vw, 44px);
  background: #f2f4f5;
  border: 1px solid var(--line);
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.check-list li {
  position: relative;
  padding-left: 26px;
  color: var(--steel);
}

.check-list li::before {
  position: absolute;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 7px;
  background: var(--red);
}

.health-check {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.58fr);
  gap: clamp(30px, 6vw, 88px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(17, 20, 24, 0.96), rgba(17, 20, 24, 0.88)),
    linear-gradient(90deg, var(--red), var(--green));
}

.health-content p {
  color: rgba(255, 255, 255, 0.75);
}

.health-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.health-meta span {
  padding: 9px 12px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
  font-size: 0.82rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.deliverables {
  display: grid;
  gap: 10px;
  align-content: start;
}

.deliverables span {
  padding: 15px 16px;
  font-weight: 700;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-left: 4px solid var(--red);
}

.method {
  background: #ece8df;
}

.method-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(150px, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.method-track article {
  min-height: 210px;
  padding: 24px;
  background: var(--paper);
}

.method-track b {
  display: block;
  margin-bottom: 16px;
  color: var(--red);
  font-size: 1.1rem;
}

.method-track span {
  color: var(--steel);
}

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

.proof .section-kicker {
  color: #ff6a78;
}

.proof p {
  color: rgba(255, 255, 255, 0.74);
}

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

.proof-grid div {
  min-height: 170px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  border-bottom: 4px solid var(--amber);
}

.proof-grid strong {
  display: block;
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

.proof-grid span {
  color: rgba(255, 255, 255, 0.72);
}

.case-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0;
}

.case-grid article {
  min-height: 330px;
  display: flex;
  flex-direction: column;
}

.case-grid strong {
  margin-top: auto;
  padding-top: 24px;
  color: var(--red);
  font-size: 1.3rem;
}

.insights {
  background: #ece8df;
}

.insight-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0;
}

.insight-grid article {
  min-height: 300px;
  background: var(--paper);
}

.leadership {
  border-top: 1px solid var(--line);
}

.leader-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  max-width: 1180px;
}

.leader-initials {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  color: var(--white);
  font-size: clamp(3rem, 8vw, 5.5rem);
  font-weight: 800;
  background:
    linear-gradient(135deg, rgba(195, 25, 46, 0.94), rgba(17, 20, 24, 0.96)),
    var(--red);
}

.engagement-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(130px, 1fr));
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: engagement;
}

.engagement-list li {
  min-height: 150px;
  padding: 20px;
  margin: 0;
  background: #f2f4f5;
  border: 1px solid var(--line);
  counter-increment: engagement;
}

.engagement-list li::before {
  display: block;
  margin-bottom: 30px;
  color: var(--red);
  font-weight: 800;
  content: "0" counter(engagement);
}

.engagement-list span {
  font-weight: 800;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.48fr);
  gap: 42px;
  align-items: start;
  background: var(--white);
  border-top: 1px solid var(--line);
}

.contact p {
  color: var(--steel);
}

.contact-copy {
  max-width: 780px;
}

.contact-copy h2 {
  max-width: 760px;
}

.contact-points {
  display: grid;
  gap: 12px;
  max-width: 640px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.contact-points li {
  position: relative;
  padding-left: 24px;
  color: var(--ink);
  font-weight: 800;
}

.contact-points li::before {
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 8px;
  height: 8px;
  background: var(--red);
  content: "";
}

.division-note {
  margin-top: 28px;
}

.contact-actions {
  justify-content: flex-start;
  margin-top: 0;
}

.contact-panel {
  display: grid;
  gap: 18px;
  padding: 24px;
  background: #f2f4f5;
  border: 1px solid var(--line);
}

.booking-card {
  display: grid;
  gap: 14px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.booking-card h3,
.form-heading h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.18rem;
  line-height: 1.2;
}

.booking-card p {
  margin: 0;
  color: var(--steel);
}

.panel-kicker {
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form {
  display: grid;
  gap: 12px;
}

.form-heading {
  display: grid;
  gap: 6px;
  margin-bottom: 2px;
}

.contact-form label {
  display: grid;
  gap: 7px;
}

.contact-form label span {
  color: var(--steel);
  font-weight: 800;
  font-size: 0.82rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  color: var(--ink);
  font: inherit;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 0;
}

.contact-form textarea {
  resize: vertical;
}

.direct-contact {
  display: grid;
  gap: 8px;
  padding-top: 4px;
}

.direct-contact a {
  color: var(--steel);
  font-weight: 800;
}

.direct-contact a:hover {
  color: var(--red);
}

.text-link {
  color: var(--steel);
  font-weight: 800;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 26px clamp(20px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.7);
  background: var(--ink);
}

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

  .nav-links {
    display: none;
  }

  .intro-grid,
  .section-heading,
  .proof,
  .health-check,
  .contact,
  .leader-card {
    grid-template-columns: 1fr;
  }

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

  .case-grid,
  .insight-grid {
    grid-template-columns: 1fr;
  }

  .practice-list article {
    grid-template-columns: 60px 1fr;
  }

  .practice-list p {
    grid-column: 2;
  }

  .method-track,
  .engagement-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 68px;
    padding: 12px 16px;
  }

  .brand-text,
  .nav-action {
    display: none;
  }

  .hero {
    min-height: 92vh;
    padding: 108px 18px 28px;
  }

  .hero-content {
    padding-bottom: 38px;
  }

  h1 {
    font-size: clamp(2.55rem, 14vw, 4.1rem);
  }

  h2 {
    font-size: clamp(1.9rem, 10vw, 2.85rem);
  }

  .hero-metrics,
  .audience-grid,
  .service-columns,
  .proof-grid,
  .issue-grid,
  .method-track,
  .engagement-list {
    grid-template-columns: 1fr;
  }

  .leader-initials {
    width: 150px;
  }

  .hero-metrics div {
    padding: 16px;
  }

  .audience-panel {
    min-height: auto;
  }

  .practice-list article {
    grid-template-columns: 1fr;
  }

  .practice-list p {
    grid-column: auto;
  }

  .button {
    width: 100%;
  }

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