@import "tailwindcss";

:root {
  --red: #cc3327;
  --red-dark: #a9251c;
  --red-soft: #f2d6d2;
  --black: #0d0d0e;
  --graphite: #1a1b1d;
  --charcoal: #2b2d30;
  --gray: #66696e;
  --gray-light: #e4e5e6;
  --paper: #f4f4f2;
  --white: #ffffff;
  --line: #d0d1d2;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--black);
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.site-header {
  align-items: center;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid rgba(13,13,14,.1);
  color: var(--black);
  display: flex;
  height: 88px;
  justify-content: space-between;
  left: 0;
  padding: 0 clamp(24px,6vw,96px);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.brand { align-items: center; display: inline-flex; }
.brand img { height: auto; width: clamp(190px,18vw,240px); }
.site-header nav { display: flex; gap: 34px; }
.site-header nav a { color: #4f5155; font-size: 13px; font-weight: 700; transition: color .18s ease; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: var(--red); }
.header-cta {
  background: var(--red);
  border: 1px solid var(--red);
  border-radius: 4px;
  color: white;
  font-size: 13px;
  font-weight: 800;
  padding: 12px 17px;
  transition: .18s ease;
}
.header-cta span { margin-left: 14px; }
.header-cta:hover { background: var(--red-dark); border-color: var(--red-dark); }

.hero {
  align-items: center;
  background:
    radial-gradient(circle at 82% 18%, rgba(204,51,39,.12), transparent 30%),
    linear-gradient(120deg,#ffffff 0%,#f1f1f0 66%,#e7e8e9 100%);
  color: var(--black);
  display: grid;
  gap: 7vw;
  grid-template-columns: minmax(0,1.08fr) minmax(390px,.92fr);
  min-height: 790px;
  overflow: hidden;
  padding: 178px clamp(24px,7vw,110px) 104px;
  position: relative;
}
.hero::after {
  background: linear-gradient(90deg,var(--red) 0 68%,#7a7d82 68%);
  bottom: 0;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
}
.hero-angle { border: 1px solid rgba(13,13,14,.07); pointer-events: none; position: absolute; transform: rotate(45deg); }
.hero-angle.one { height: 480px; right: -160px; top: 20px; width: 480px; }
.hero-angle.two { bottom: -390px; height: 700px; left: 12%; width: 700px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow {
  align-items: center;
  color: #f05a4e;
  display: flex;
  font-size: 12px;
  font-weight: 800;
  gap: 10px;
  letter-spacing: .17em;
  margin: 0 0 24px;
  text-transform: uppercase;
}
.eyebrow > span { background: currentColor; height: 2px; width: 28px; }
.eyebrow.dark { color: var(--red); }
.hero h1 {
  font-size: clamp(52px,6vw,88px);
  letter-spacing: -.065em;
  line-height: .98;
  margin: 0;
}
h1 em, .value-copy em { color: #f24b3f; font-style: normal; }
.hero-intro {
  color: #56595e;
  font-size: clamp(17px,1.4vw,20px);
  line-height: 1.7;
  margin: 32px 0 38px;
  max-width: 680px;
}
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 28px; }
.button {
  align-items: center;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 30px;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  transition: .18s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--red); color: white; }
.button-primary:hover { background: #e13d31; box-shadow: 0 14px 34px rgba(204,51,39,.25); }
.button-light { background: white; color: var(--black); }
.button-light:hover { background: var(--red); color: white; }
.text-link { border-bottom: 1px solid rgba(13,13,14,.28); color: #44474b; font-size: 14px; padding-bottom: 6px; }

.bridge-visual {
  aspect-ratio: .94;
  background: radial-gradient(circle at 35% 30%,rgba(204,51,39,.14),rgba(255,255,255,.58) 45%,rgba(224,225,226,.8));
  border: 1px solid rgba(13,13,14,.14);
  clip-path: polygon(0 0,86% 0,100% 14%,100% 100%,14% 100%,0 86%);
  max-height: 525px;
  min-height: 450px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.grid-lines {
  background-image:
    linear-gradient(rgba(13,13,14,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(13,13,14,.055) 1px,transparent 1px);
  background-size: 44px 44px;
  inset: 0;
  mask-image: linear-gradient(#000,transparent 92%);
  position: absolute;
}
.visual-label { color: rgba(13,13,14,.5); font-size: 10px; left: 0; letter-spacing: .16em; margin: 0; position: absolute; right: 0; text-align: center; text-transform: uppercase; top: 6%; }
.place { display: grid; padding-left: 23px; position: absolute; }
.place > i { background: #b7b9bc; border: 6px solid rgba(183,185,188,.14); border-radius: 50%; height: 17px; left: -3px; position: absolute; top: 13px; width: 17px; }
.place small { color: rgba(13,13,14,.52); font-size: 10px; letter-spacing: .09em; margin-bottom: 5px; text-transform: uppercase; }
.place strong { font-size: 24px; }
.texas { left: 16%; top: 23%; }
.mexico { bottom: 27%; right: 15%; }
.mexico > i { background: var(--red); border-color: rgba(204,51,39,.18); }
.route { background: linear-gradient(#b7b9bc,var(--red)); height: 175px; left: 44%; position: absolute; top: 30%; transform: rotate(-37deg); width: 1px; }
.route i { animation: travel 2.6s infinite ease-in-out; background: var(--red); border-radius: 50%; height: 6px; left: -2px; position: absolute; width: 6px; }
.route i:nth-child(2) { animation-delay: .8s; }
.route i:nth-child(3) { animation-delay: 1.6s; }
@keyframes travel { 0% { opacity: 0; transform: translateY(0); } 18%,80% { opacity: 1; } 100% { opacity: 0; transform: translateY(175px); } }
.talent-card { align-items: center; backdrop-filter: blur(14px); background: rgba(255,255,255,.82); border: 1px solid rgba(13,13,14,.13); bottom: 8%; box-shadow: 0 12px 30px rgba(13,13,14,.08); display: flex; gap: 12px; left: 8%; padding: 13px 15px; position: absolute; right: 8%; }
.avatar { align-items: center; background: var(--red); color: white; display: flex; font-size: 11px; font-weight: 900; height: 42px; justify-content: center; width: 48px; }
.talent-card > span:nth-child(2) { display: grid; flex: 1; }
.talent-card small { color: rgba(13,13,14,.52); font-size: 9px; letter-spacing: .07em; margin-bottom: 5px; text-transform: uppercase; }
.talent-card strong { font-size: 13px; }
.talent-card > i { background: var(--red); border-radius: 50%; height: 9px; width: 9px; }

.signal-strip { align-items: center; background: white; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding: 23px clamp(24px,7vw,110px); }
.signal-strip strong { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.signal-strip div { display: flex; gap: 42px; }
.signal-strip span { color: var(--gray); font-size: 13px; position: relative; }
.signal-strip span:not(:last-child)::after { color: var(--red); content: "■"; font-size: 6px; position: absolute; right: -25px; top: 5px; }

.section { padding: 118px clamp(24px,7vw,110px); }
.section-heading { display: grid; gap: 0 8%; grid-template-columns: 1.2fr .8fr; margin-bottom: 70px; }
.section-heading .eyebrow { grid-column: 1/-1; }
.section-heading h2 { font-size: clamp(42px,5vw,66px); letter-spacing: -.055em; line-height: 1.03; margin: 0; }
.section-heading > p:last-child { align-self: end; color: var(--gray); font-size: 17px; line-height: 1.7; margin: 0; }
.service-list { border-top: 1px solid var(--line); }
.service-row { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 28px; grid-template-columns: 48px 1.08fr 1fr 42px; min-height: 150px; padding: 25px 4px; transition: .18s ease; }
.service-row:hover { background: white; box-shadow: inset 5px 0 0 var(--red); padding-left: 20px; padding-right: 18px; }
.service-number { color: var(--red); font-size: 12px; font-weight: 800; }
.service-row h3 { font-size: clamp(21px,2.2vw,29px); letter-spacing: -.03em; margin: 0 0 10px; }
.service-row small { color: #777a7f; font-size: 11px; letter-spacing: .03em; }
.service-row > p { color: var(--gray); font-size: 15px; line-height: 1.7; margin: 0; }
.service-arrow { align-items: center; border: 1px solid #bfc1c4; color: var(--red); display: flex; height: 40px; justify-content: center; width: 40px; }
.service-row:hover .service-arrow { background: var(--red); border-color: var(--red); color: white; }

.value-section { background: linear-gradient(135deg,#ffffff,#e9eaeb); color: var(--black); display: grid; gap: 10%; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); padding: 118px clamp(24px,7vw,110px); position: relative; }
.value-section::after { background: var(--red); content: ""; height: 70px; position: absolute; right: 0; top: 0; width: 7px; }
.value-copy h2 { font-size: clamp(44px,5.3vw,72px); letter-spacing: -.06em; line-height: 1.02; margin: 0 0 28px; }
.value-copy > p:not(.eyebrow) { color: var(--gray); font-size: 17px; line-height: 1.7; margin: 0 0 36px; max-width: 590px; }
.reason-list { border-top: 1px solid var(--line); }
.reason-list article { border-bottom: 1px solid var(--line); display: grid; gap: 28px; grid-template-columns: 42px 1fr; padding: 25px 0; }
.reason-list article > span { color: #f05a4e; font-size: 12px; font-weight: 800; padding-top: 5px; }
.reason-list h3 { font-size: 22px; letter-spacing: -.03em; margin: 0 0 8px; }
.reason-list p { color: var(--gray); line-height: 1.6; margin: 0; }

.section-heading.compact { display: block; margin-bottom: 55px; max-width: 820px; }
.metrics { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4,1fr); }
.metrics article { border-left: 1px solid var(--line); min-height: 230px; padding: 35px 30px; }
.metrics article:last-child { border-right: 1px solid var(--line); }
.metrics strong { color: var(--red); display: block; font-size: clamp(52px,5vw,76px); letter-spacing: -.07em; line-height: 1; margin-bottom: 52px; }
.metrics span { color: var(--charcoal); font-size: 14px; font-weight: 700; line-height: 1.45; }
.results-note { display: grid; gap: 24px; grid-template-columns: repeat(3,1fr); margin-top: 32px; }
.results-note p { color: var(--gray); font-size: 13px; line-height: 1.55; margin: 0; padding-left: 21px; position: relative; }
.results-note p::before { background: var(--red); content: ""; height: 8px; left: 0; position: absolute; top: 5px; transform: rotate(45deg); width: 8px; }

.contact-section { background: #dedfe0; display: grid; gap: 9%; grid-template-columns: minmax(0,.85fr) minmax(430px,1.15fr); padding: 118px clamp(24px,7vw,110px); }
.contact-copy h2 { font-size: clamp(44px,5.4vw,72px); letter-spacing: -.06em; line-height: 1; margin: 0 0 28px; }
.contact-copy > p:not(.eyebrow) { color: var(--gray); font-size: 17px; line-height: 1.7; margin: 0; }
.direct-contact { border-top: 1px solid #b9bbbe; display: grid; gap: 0; margin-top: 42px; }
.direct-contact a { border-bottom: 1px solid #b9bbbe; display: grid; gap: 5px; padding: 17px 0; transition: padding .18s ease; }
.direct-contact a:hover { padding-left: 12px; }
.direct-contact small { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.direct-contact strong { font-size: 15px; }
.form-shell { background: white; box-shadow: 0 28px 70px rgba(0,0,0,.09); min-height: 560px; padding: clamp(28px,4vw,48px); }
.form-shell form { display: grid; gap: 20px; }
.form-row { display: grid; gap: 18px; grid-template-columns: repeat(2,1fr); }
.form-shell label { display: grid; font-size: 12px; font-weight: 800; gap: 9px; letter-spacing: .03em; }
.form-shell input, .form-shell select, .form-shell textarea { background: #f6f6f6; border: 1px solid #d7d8d9; border-radius: 0; color: var(--black); font-size: 14px; font-weight: 400; outline: none; padding: 14px 15px; width: 100%; }
.form-shell input:focus, .form-shell select:focus, .form-shell textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(204,51,39,.11); }
.form-shell textarea { resize: vertical; }
.form-button { margin-top: 4px; width: 100%; }
.form-disclaimer { color: #7b7e82; font-size: 11px; margin: -4px 0 0; text-align: center; }
.form-success { align-items: center; display: flex; flex-direction: column; justify-content: center; min-height: 455px; text-align: center; }
.form-success > span { align-items: center; background: var(--red); color: white; display: flex; font-size: 28px; height: 70px; justify-content: center; width: 70px; }
.form-success h3 { font-size: 32px; letter-spacing: -.04em; margin: 24px 0 12px; }
.form-success p { color: var(--gray); line-height: 1.65; margin: 0; max-width: 430px; }
.form-success button { background: none; border: 0; border-bottom: 1px solid var(--black); cursor: pointer; font-size: 13px; font-weight: 800; margin-top: 26px; padding: 0 0 5px; }

footer { align-items: center; background: #f1f1f0; border-top: 1px solid var(--line); color: var(--black); display: grid; gap: 24px; grid-template-columns: 1fr auto 1fr; min-height: 150px; padding: 34px clamp(24px,7vw,110px); }
.footer-brand { justify-self: start; padding: 9px 0; }
.footer-brand img { width: 185px; }
footer p { color: var(--gray); font-size: 12px; margin: 0; }
footer p:last-child { text-align: right; }

@media (max-width: 960px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-left: 48px; padding-right: 48px; }
  .bridge-visual { aspect-ratio: 1.3; justify-self: center; max-width: 680px; }
  .section, .value-section, .contact-section { padding-left: 48px; padding-right: 48px; }
  .section-heading, .value-section, .contact-section { grid-template-columns: 1fr; }
  .section-heading { gap: 26px; }
  .service-row { grid-template-columns: 38px 1fr 42px; }
  .service-row > p { grid-column: 2; }
  .service-arrow { grid-column: 3; grid-row: 1; }
  .value-section, .contact-section { gap: 70px; }
  .metrics { grid-template-columns: repeat(2,1fr); }
  .metrics article:nth-child(2) { border-right: 1px solid var(--line); }
  .metrics article:nth-child(n+3) { border-top: 1px solid var(--line); }
  footer { grid-template-columns: 1fr auto; }
  footer p:first-of-type { display: none; }
}

@media (max-width: 620px) {
  .site-header { height: 76px; padding: 0 20px; }
  .brand img { width: 166px; }
  .header-cta { font-size: 11px; padding: 10px 11px; }
  .header-cta span { margin-left: 7px; }
  .hero { min-height: auto; padding: 136px 22px 66px; }
  .hero h1 { font-size: clamp(44px,13vw,64px); }
  .hero-intro { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .button { gap: 20px; width: 100%; }
  .bridge-visual { aspect-ratio: auto; clip-path: polygon(0 0,88% 0,100% 12%,100% 100%,12% 100%,0 88%); min-height: 405px; }
  .signal-strip { align-items: flex-start; flex-direction: column; gap: 24px; padding: 24px 22px; }
  .signal-strip div { flex-direction: column; gap: 12px; }
  .signal-strip span::after { display: none; }
  .section, .value-section, .contact-section { padding: 82px 22px; }
  .section-heading { margin-bottom: 48px; }
  .section-heading h2, .value-copy h2, .contact-copy h2 { font-size: 42px; }
  .service-row { gap: 16px; grid-template-columns: 28px 1fr; padding: 24px 0; }
  .service-row > p { grid-column: 2; }
  .service-arrow { display: none; }
  .metrics { grid-template-columns: 1fr; }
  .metrics article, .metrics article:nth-child(2), .metrics article:last-child { border: 0; border-bottom: 1px solid var(--line); min-height: 180px; padding: 28px 8px; }
  .metrics strong { margin-bottom: 28px; }
  .results-note { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .contact-section { gap: 48px; }
  .form-shell { min-height: auto; padding: 26px 20px; }
  footer { align-items: flex-start; grid-template-columns: 1fr; padding: 42px 22px; }
  footer p:last-child { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
