:root {
  --red: #c8102e;
  --red-dark: #9f0d25;
  --charcoal: #333f48;
  --ink: #20262b;
  --muted: #66717a;
  --line: #dfe2e4;
  --warm: #f5f3f0;
  --paper: #fcfbf9;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.shell { width: min(1320px, calc(100% - 96px)); margin: 0 auto; }

.utility-bar { background: var(--charcoal); color: #fff; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.utility-inner { min-height: 32px; display: flex; align-items: center; justify-content: space-between; }
.utility-inner i { display: inline-block; width: 18px; height: 1px; background: var(--red); margin: 0 9px 3px; }
.site-header { background: rgba(252,251,249,.96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 30; backdrop-filter: blur(12px); }
.nav-wrap { height: 92px; display: grid; grid-template-columns: 240px 1fr 150px; align-items: center; gap: 24px; }
.brand img { width: 82px; height: 78px; object-fit: contain; object-position: left center; }
nav { display: flex; justify-content: center; gap: clamp(22px, 3vw, 48px); }
nav a { font-size: 14px; font-weight: 700; color: var(--charcoal); position: relative; padding: 36px 0; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 25px; height: 2px; background: var(--red); transition: right .2s ease; }
nav a:hover::after, nav a:focus-visible::after { right: 0; }
.nav-cta { justify-self: end; color: var(--red); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.nav-cta span { margin-left: 8px; }

.hero { background: var(--paper); overflow: hidden; }
.hero-grid { min-height: 700px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: stretch; }
.hero-copy { padding: 104px 58px 82px 0; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 22px; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #ffbdc9; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 28px; font-size: clamp(46px, 4.15vw, 63px); line-height: 1.01; letter-spacing: -.05em; color: var(--charcoal); }
h1 span { color: var(--red); }
.hero-lede { max-width: 620px; color: var(--muted); font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; gap: 14px; margin-top: 38px; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 26px; font-size: 14px; font-weight: 800; border: 1px solid var(--charcoal); transition: all .2s ease; }
.button-primary { background: var(--red); border-color: var(--red); color: #fff; }
.button-primary:hover { background: var(--red-dark); transform: translateY(-2px); }
.button-secondary:hover { background: var(--charcoal); color: #fff; }
.hero-meta { border-top: 1px solid var(--line); margin-top: 54px; padding-top: 20px; display: flex; gap: 34px; color: var(--muted); font-size: 12px; }
.hero-meta b { color: var(--charcoal); display: block; font-size: 13px; margin-bottom: 4px; }
.hero-visual { position: relative; min-height: 700px; background: #ede9e3; }
.hero-visual::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--paper) 0%, transparent 18%); z-index: 1; pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.hero-stamp { position: absolute; z-index: 2; right: 0; bottom: 0; width: 118px; height: 118px; background: var(--red); color: #fff; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.hero-stamp span { font-size: 34px; font-weight: 800; line-height: 1; }
.hero-stamp small { margin-top: 5px; font-size: 9px; letter-spacing: .28em; }

.quick-links { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quick-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.quick-grid a { min-height: 124px; padding: 0 28px; display: grid; grid-template-columns: 34px 1fr auto; gap: 14px; align-items: center; border-right: 1px solid var(--line); transition: background .2s ease; }
.quick-grid a:first-child { border-left: 1px solid var(--line); }
.quick-grid a:hover { background: var(--warm); }
.quick-grid span { color: var(--red); font-size: 11px; font-weight: 800; }
.quick-grid strong { font-size: 16px; }

.section { padding: 118px 0; }
.section-heading { display: grid; grid-template-columns: 1.15fr .65fr; gap: 80px; align-items: end; margin-bottom: 62px; }
h2 { font-size: clamp(38px, 4.2vw, 60px); line-height: 1.07; letter-spacing: -.045em; color: var(--charcoal); }
.section-heading > p, .consulting-copy > p, .border-copy > p, .about-copy > p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.solution-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.solution-card { min-height: 360px; padding: 42px; background: #fff; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease; }
.solution-card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(32,38,43,.08); z-index: 1; }
.card-number { color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.solution-card h3 { font-size: 30px; margin: 44px 0 16px; color: var(--charcoal); }
.solution-card p { max-width: 520px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.solution-card ul { list-style: none; display: flex; gap: 8px; flex-wrap: wrap; padding: 0; margin: 32px 0 0; }
.solution-card li { border: 1px solid var(--line); padding: 8px 12px; font-size: 11px; font-weight: 700; color: var(--charcoal); }

.markets { background: var(--charcoal); color: #fff; }
.market-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.market-copy { position: sticky; top: 150px; align-self: start; }
.market-copy h2 { color: #fff; }
.market-copy > p:not(.eyebrow) { max-width: 520px; color: #cbd0d3; line-height: 1.75; font-size: 16px; }
.text-link { color: #fff; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; border-bottom: 1px solid var(--red); padding-bottom: 8px; }
.text-link span { margin-left: 10px; }
.market-list { border-top: 1px solid #5b646b; }
.market-list div { min-height: 86px; display: grid; grid-template-columns: 64px 1fr; align-items: center; border-bottom: 1px solid #5b646b; }
.market-list span { color: #ff9cac; font-size: 11px; }
.market-list strong { font-size: 22px; }

.consulting { background: var(--warm); }
.consulting-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 96px; align-items: center; }
.consulting-mark { min-height: 470px; background: var(--red); color: #fff; padding: 54px; display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.consulting-mark span { font-size: clamp(54px, 7vw, 98px); font-weight: 900; line-height: .86; letter-spacing: -.07em; white-space: nowrap; }
.consulting-mark span:nth-child(2) { -webkit-text-stroke: 1px #fff; color: transparent; }
.consulting-copy h2 { max-width: 580px; }
.consulting-points { display: grid; grid-template-columns: 1fr 1fr; margin-top: 36px; border-top: 1px solid #ccd0d2; }
.consulting-points span { padding: 20px 0; border-bottom: 1px solid #ccd0d2; font-size: 13px; font-weight: 800; }
.consulting-points span:nth-child(odd) { border-right: 1px solid #ccd0d2; }
.consulting-points span:nth-child(even) { padding-left: 22px; }

.cross-border { background: #fff; }
.border-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.border-map { min-height: 470px; background: var(--charcoal); position: relative; overflow: hidden; color: #fff; }
.border-map::before, .border-map::after { content: ""; position: absolute; width: 380px; height: 380px; border: 1px solid #626b72; border-radius: 50%; }
.border-map::before { left: -120px; top: -100px; }
.border-map::after { right: -130px; bottom: -130px; }
.map-us, .map-mx { position: absolute; font-size: 94px; font-weight: 900; letter-spacing: -.08em; z-index: 2; }
.map-us { left: 62px; top: 70px; }
.map-mx { right: 58px; bottom: 62px; color: var(--red); }
.route-line { position: absolute; left: 125px; right: 125px; top: 50%; height: 2px; background: repeating-linear-gradient(90deg,#fff 0 8px,transparent 8px 16px); transform: rotate(27deg); z-index: 2; }
.route-line i { width: 12px; height: 12px; background: var(--red); border: 3px solid #fff; border-radius: 50%; position: absolute; top: -5px; }
.route-line i:nth-child(1) { left: 0; }.route-line i:nth-child(2) { left: 50%; }.route-line i:nth-child(3) { right: 0; }
.border-copy h2 { max-width: 600px; }
.border-stats { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); margin-top: 38px; }
.border-stats div { padding: 25px 18px 0 0; }
.border-stats strong { display: block; color: var(--red); font-size: 34px; }
.border-stats span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.usa-representation { background: var(--warm); }
.usa-heading { display: grid; grid-template-columns: 1.05fr .75fr; gap: 90px; align-items: end; margin-bottom: 62px; }
.usa-heading h2 { margin-bottom: 0; }
.usa-intro { color: var(--muted); font-size: 16px; line-height: 1.75; margin-bottom: 28px; }
.dark-link { color: var(--charcoal); }
.representation-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #cfd3d5; border-left: 1px solid #cfd3d5; }
.representation-grid article { min-height: 290px; padding: 38px; border-right: 1px solid #cfd3d5; border-bottom: 1px solid #cfd3d5; background: rgba(255,255,255,.55); }
.representation-grid article > span { color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.representation-grid h3 { color: var(--charcoal); font-size: 25px; line-height: 1.18; margin: 38px 0 14px; max-width: 360px; }
.representation-grid p { color: var(--muted); font-size: 14px; line-height: 1.75; margin-bottom: 0; max-width: 500px; }
.representation-banner { background: var(--red); color: #fff; padding: 28px 36px; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.representation-banner strong { font-size: 17px; }
.representation-banner span { color: #ffe3e8; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; text-align: right; }

.about { background: var(--warm); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.about h2 span { color: var(--red); }
.about-copy .large { color: var(--charcoal); font-size: 23px; line-height: 1.55; font-weight: 700; }

.contact { background: var(--red); color: #fff; padding: 102px 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.contact h2 { color: #fff; margin-bottom: 0; }
.contact-details { border-top: 1px solid rgba(255,255,255,.45); }
.contact-details a { min-height: 104px; display: grid; grid-template-columns: 90px 1fr auto; gap: 15px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.45); }
.contact-details span:first-child { font-size: 10px; text-transform: uppercase; letter-spacing: .14em; color: #ffdbe1; }
.contact-details strong { font-size: 20px; line-height: 1.45; }
.contact-details a > span:last-child { font-size: 24px; }
footer { background: #242b30; color: #fff; padding: 48px 0; }
.footer-grid { display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 50px; }
.footer-grid img { width: 150px; filter: brightness(0) invert(1); }
.footer-grid p { margin: 0; color: #b9c0c4; font-size: 12px; max-width: 460px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; font-size: 11px; color: #b9c0c4; }
.footer-grid a { color: #fff; font-weight: 800; }

@media (max-width: 1000px) {
  .shell { width: min(100% - 48px, 900px); }
  .nav-wrap { grid-template-columns: 190px 1fr; }
  nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 80px 0 58px; }
  .hero-visual { min-height: 520px; }
  .quick-grid { grid-template-columns: 1fr 1fr; }
  .quick-grid a:nth-child(3) { border-left: 1px solid var(--line); }
  .section-heading, .market-grid, .consulting-grid, .border-grid, .usa-heading, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 54px; }
  .market-copy { position: static; }
  .footer-grid { grid-template-columns: 180px 1fr; }
  .footer-grid > div { grid-column: 1 / -1; align-items: flex-start; flex-direction: row; justify-content: space-between; }
}

@media (max-width: 640px) {
  .shell { width: calc(100% - 34px); }
  .utility-inner span:first-child { display: none; }
  .utility-inner { justify-content: center; }
  .nav-wrap { height: 78px; grid-template-columns: 1fr auto; }
  .brand img { width: 60px; height: 58px; }
  .nav-cta { font-size: 11px; }
  .hero-grid { min-height: auto; }
  .hero-copy { padding: 58px 0 46px; }
  h1 { font-size: 44px; }
  .hero-lede { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-meta { flex-direction: column; gap: 15px; }
  .hero-visual { min-height: 370px; }
  .hero-stamp { width: 90px; height: 90px; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-grid a, .quick-grid a:nth-child(3) { border-left: 1px solid var(--line); }
  .section { padding: 82px 0; }
  .section-heading { margin-bottom: 42px; gap: 22px; }
  h2 { font-size: 39px; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: auto; padding: 32px 26px; }
  .consulting-mark { min-height: 320px; padding: 30px; }
  .consulting-mark span { font-size: 56px; }
  .consulting-points { grid-template-columns: 1fr; }
  .consulting-points span:nth-child(odd) { border-right: 0; }
  .consulting-points span:nth-child(even) { padding-left: 0; }
  .border-map { min-height: 340px; }
  .map-us, .map-mx { font-size: 70px; }
  .map-us { left: 30px; top: 50px; }.map-mx { right: 30px; bottom: 50px; }
  .route-line { left: 70px; right: 70px; }
  .border-stats { grid-template-columns: 1fr; }
  .representation-grid { grid-template-columns: 1fr; }
  .representation-grid article { min-height: auto; padding: 32px 26px; }
  .representation-banner { align-items: flex-start; flex-direction: column; }
  .representation-banner span { text-align: left; line-height: 1.7; }
  .contact-details a { grid-template-columns: 60px 1fr auto; }
  .contact-details strong { font-size: 16px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-grid > div { grid-column: auto; flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
