:root {
  --ink: #111214;
  --navy: #050505;
  --blue: #aeb3ba;
  --blue-light: #edf0f3;
  --paper: #f2f2f3;
  --white: #fff;
  --line: rgba(9, 21, 34, .13);
  --muted: #666a70;
  --chrome: linear-gradient(135deg, #f7f8f9 0%, #8f949b 42%, #f0f2f4 62%, #777c83 100%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 1rem; left: 1rem; background: white; padding: .8rem 1rem; transform: translateY(-200%); }
.skip-link:focus { transform: none; }

.topbar { height: 86px; padding: 0 clamp(1.4rem, 5vw, 5rem); display: flex; align-items: center; justify-content: space-between; background: var(--navy); color: white; border-bottom: 1px solid rgba(255,255,255,.1); position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; }
.logo-crop { width: 164px; height: 62px; overflow: hidden; position: relative; }
.logo-crop img { width: 164px; height: 246px; max-width: none; position: absolute; top: -91px; left: 0; object-fit: cover; }
nav { display: flex; align-items: center; gap: clamp(1.25rem, 2.4vw, 2.6rem); font-size: .85rem; font-weight: 600; }
nav a:not(.nav-cta) { color: #b7c0cb; transition: color .2s; }
nav a:hover { color: white; }
.nav-cta { padding: .75rem 1.1rem; border: 1px solid rgba(255,255,255,.35); }
.menu-toggle { display: none; background: none; border: 0; padding: .5rem; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 6px; background: white; }

.hero { min-height: calc(100vh - 86px); padding: clamp(5rem, 10vw, 9rem) clamp(1.4rem, 7vw, 7.5rem) 4rem; position: relative; overflow: hidden; background: var(--navy) url('luxmile-hero.png') center/cover no-repeat; background-blend-mode: luminosity; color: white; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); align-items: center; gap: 5vw; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,3,3,.98) 0%, rgba(3,3,3,.9) 40%, rgba(3,3,3,.52) 70%, rgba(3,3,3,.34) 100%); pointer-events: none; }
.hero-glow { position: absolute; width: 620px; height: 620px; right: -220px; top: -180px; border-radius: 50%; background: radial-gradient(circle, rgba(205,209,215,.18), transparent 68%); }
.hero-route { position: absolute; border: 1px solid rgba(220,223,228,.14); border-radius: 50%; transform: rotate(-18deg); }
.route-one { width: 700px; height: 300px; right: -120px; bottom: -90px; }
.route-two { width: 510px; height: 190px; right: 40px; bottom: -30px; }
.hero-content { position: relative; z-index: 2; max-width: 820px; }
.eyebrow { margin: 0 0 1.7rem; font-size: .75rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #a9b6c5; display: flex; align-items: center; gap: .7rem; }
.eyebrow span { width: 28px; height: 2px; background: var(--blue-light); }
.hero h1, .section-heading h2, .coverage h2, .drivers h2, .next-step h2, .statement h2 { font-family: "Space Grotesk", sans-serif; letter-spacing: -.055em; }
.hero h1 { font-size: clamp(3.6rem, 8vw, 8rem); line-height: .9; margin: 0; max-width: 980px; }
em { font-style: normal; color: #d8dbe0; text-shadow: 0 1px 0 white; }
.hero-copy { max-width: 610px; margin: 2.25rem 0 2rem; color: #aab5c2; font-size: clamp(1rem, 1.3vw, 1.17rem); }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 1.8rem; padding: .85rem 1.4rem; border: 0; font: 700 .84rem/1 "Manrope", sans-serif; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--chrome); color: #090909; box-shadow: inset 0 1px 0 rgba(255,255,255,.7); }
.button.primary:hover { filter: brightness(1.1); }
.button.secondary { border: 1px solid rgba(255,255,255,.25); color: white; }
.button.dark { background: var(--ink); color: white; margin-top: 1.3rem; }
.button.white { background: white; color: var(--ink); }

.operations-card { width: min(100%, 390px); justify-self: end; position: relative; z-index: 3; padding: 2rem; background: rgba(12,27,44,.85); border: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(12px); box-shadow: 0 35px 80px rgba(0,0,0,.35); }
.card-label { font: 700 .68rem/1 "Space Grotesk"; letter-spacing: .17em; color: #8fa0b2; }
.signal { display: flex; gap: 4px; position: absolute; right: 2rem; top: 2.1rem; }
.signal i { width: 4px; height: 10px; background: var(--blue-light); display: block; }
.signal i:nth-child(2) { height: 15px; margin-top: -5px; }.signal i:nth-child(3) { height: 20px; margin-top: -10px; }
.operations-card h2 { font: 600 1.7rem/1.15 "Space Grotesk"; max-width: 270px; }
.mini-map { height: 205px; position: relative; margin: 1.7rem -2rem; background: linear-gradient(25deg, rgba(205,209,215,.1), transparent), repeating-linear-gradient(90deg, transparent 0 49px, rgba(255,255,255,.025) 50px), repeating-linear-gradient(0deg, transparent 0 49px, rgba(255,255,255,.025) 50px); overflow: hidden; }
.road { position: absolute; height: 1px; background: rgba(122,153,191,.35); width: 130%; left: -15%; transform-origin: center; }
.road.a { top: 45%; transform: rotate(-17deg); }.road.b { top: 60%; transform: rotate(23deg); }.road.c { top: 30%; transform: rotate(50deg); }
.pin { position: absolute; width: 9px; height: 9px; background: var(--blue-light); border: 3px solid white; border-radius: 50%; box-shadow: 0 0 0 7px rgba(220,223,228,.14); }
.pin.p1 { left: 18%; top: 52%; }.pin.p2 { left: 55%; top: 40%; }.pin.p3 { right: 13%; bottom: 20%; }
.route-meta span { display: block; color: #8796a7; font-size: .7rem; text-transform: uppercase; letter-spacing: .15em; }
.route-meta b { font-size: .78rem; color: #d6dde5; }
.scroll-cue { position: absolute; bottom: 2rem; left: clamp(1.4rem, 7vw, 7.5rem); font-size: .7rem; color: #64778b; text-transform: uppercase; letter-spacing: .14em; display: flex; gap: .7rem; align-items: center; }
.scroll-cue span { height: 28px; width: 1px; background: var(--blue-light); }

.statement, .services, .drivers { padding: clamp(5rem, 9vw, 9rem) clamp(1.4rem, 7vw, 7.5rem); }
.statement { display: grid; grid-template-columns: .35fr 1.65fr; gap: 3rem; border-bottom: 1px solid var(--line); }
.section-number { font-size: .68rem; font-weight: 800; letter-spacing: .16em; color: var(--blue); margin: .6rem 0 1.5rem; }
.statement h2 { margin: 0; font-size: clamp(2.3rem, 5vw, 5rem); line-height: 1.06; max-width: 930px; }
.statement div p { max-width: 650px; margin: 2rem 0 0; color: var(--muted); }
.services { background: white; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 4rem; align-items: end; }
.section-heading h2 { margin: 0; font-size: clamp(3rem, 5.6vw, 6.2rem); line-height: .96; }
.section-heading > p { color: var(--muted); max-width: 430px; border-left: 2px solid var(--blue); padding-left: 1.4rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(3rem, 6vw, 6rem); border: 1px solid var(--line); }
.service-card { min-height: 380px; padding: 2rem; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.service-card:last-child { border: 0; }
.service-card.featured { background: linear-gradient(145deg, #1a1b1e, #050505); color: white; }
.service-index { font: 600 .72rem/1 "Space Grotesk"; color: #8090a0; }
.featured .service-index { color: rgba(255,255,255,.62); }
.service-icon { margin: 3rem 0 auto; }
.service-icon svg { width: 52px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.service-card h3 { font: 600 1.3rem/1.2 "Space Grotesk"; }
.service-card p { color: var(--muted); font-size: .92rem; margin-bottom: 0; }
.featured p { color: rgba(255,255,255,.74); }

.coverage { background: var(--navy); color: white; min-height: 780px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; }
.coverage-copy { padding: clamp(5rem, 9vw, 9rem) 2rem clamp(5rem, 9vw, 9rem) clamp(1.4rem, 7vw, 7.5rem); position: relative; z-index: 2; }
.section-number.light { color: #6c7d90; }
.coverage h2 { font-size: clamp(3.2rem, 5.5vw, 6rem); line-height: .97; margin: 0; }
.coverage-copy > p:not(.section-number) { color: #93a0ae; max-width: 520px; margin: 2rem 0; }
.city-list { display: flex; flex-wrap: wrap; gap: .55rem; max-width: 520px; }
.city-list span { border: 1px solid rgba(255,255,255,.16); padding: .45rem .8rem; font-size: .74rem; color: #c2cbd4; }
.texas-map { position: relative; min-height: 650px; background: radial-gradient(circle at 48% 52%, rgba(205,209,215,.12), transparent 45%); display: grid; place-items: center; }
.texas-map svg { width: min(90%, 600px); overflow: visible; }
.texas-map .state { fill: rgba(255,255,255,.025); stroke: rgba(255,255,255,.14); stroke-width: 1.5; }
.texas-map .corridor { fill: none; stroke: #d9dde2; stroke-width: 3; stroke-dasharray: 5 10; }
.texas-map circle { fill: white; stroke: #777c83; stroke-width: 5; }
.map-label { position: absolute; font: 600 .7rem/1 "Space Grotesk"; letter-spacing: .1em; color: #aab7c5; text-transform: uppercase; }
.map-label.austin { left: 38%; top: 68%; }.map-label.temple { left: 56%; top: 51%; }.map-label.waco { left: 60%; top: 43%; }

.drivers { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(4rem, 8vw, 9rem); background: var(--paper); }
.drivers h2 { margin: 0; font-size: clamp(3.5rem, 6vw, 6.5rem); line-height: .93; }
.drivers-intro > p:last-child { max-width: 520px; color: var(--muted); margin-top: 2rem; }
.requirements { align-self: center; }
.requirements h3 { font: 600 1.15rem/1 "Space Grotesk"; margin-bottom: 1.8rem; }
.requirements ul { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.requirements li { display: grid; grid-template-columns: 55px 1fr; gap: 1rem; padding: 1.3rem 0; border-bottom: 1px solid var(--line); }
.requirements li > span { color: var(--blue); font: 600 .73rem/1 "Space Grotesk"; padding-top: .35rem; }
.requirements b { display: block; font: 600 1rem/1.3 "Space Grotesk"; }
.requirements small { display: block; color: var(--muted); font-size: .8rem; margin-top: .25rem; }

.application { padding: clamp(5rem, 9vw, 9rem) clamp(1.4rem, 7vw, 7.5rem); background: linear-gradient(145deg, #080808, #141518); color: white; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 9rem); }
.application-copy { align-self: start; position: sticky; top: 2rem; }
.application-copy h2 { margin: 0; font: 600 clamp(3rem, 5.6vw, 6rem)/.97 "Space Grotesk", sans-serif; letter-spacing: -.055em; }
.application-copy > p:not(.eyebrow) { max-width: 520px; margin: 2rem 0; color: #9da1a7; }
.phone-card { max-width: 390px; display: block; padding: 1.4rem 1.5rem; border: 1px solid #393b3f; background: rgba(255,255,255,.03); }
.phone-card small { display: block; color: #8f9399; font-size: .73rem; text-transform: uppercase; letter-spacing: .12em; }
.phone-card strong { display: block; margin-top: .4rem; font: 600 1.55rem/1.2 "Space Grotesk", sans-serif; color: #e7e9ec; }
.application-form { padding: clamp(1.5rem, 4vw, 3rem); background: #f6f6f7; color: var(--ink); display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; box-shadow: 0 28px 70px rgba(0,0,0,.35); }
.field { display: flex; flex-direction: column; gap: .45rem; }
.field.full, .application-form .full { grid-column: 1 / -1; }
.field label { font-size: .78rem; font-weight: 800; letter-spacing: .035em; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; border: 1px solid #d2d4d7; border-radius: 0; background: white; color: #111; padding: .8rem .9rem; font: 500 .92rem/1.3 "Manrope", sans-serif; }
.field textarea { resize: vertical; min-height: 110px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid #777c83; outline-offset: 1px; border-color: #777c83; }
.consent { display: flex; align-items: flex-start; gap: .75rem; color: #555960; font-size: .78rem; }
.consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: #151515; flex: 0 0 auto; }
.submit-button { background: #0b0b0c; color: white; width: 100%; min-height: 58px; }
.submit-button:hover { background: #242528; }
.privacy-note { margin: -.3rem 0 0; color: #777b81; font-size: .72rem; line-height: 1.5; }
.honey { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.form-success { grid-column: 1 / -1; padding: 1rem 1.2rem; border-left: 4px solid #5d6269; background: #e7e8ea; }
.form-success strong, .form-success span { display: block; }
.form-success span { margin-top: .25rem; color: #5e6268; font-size: .84rem; }

footer { padding: 2.3rem clamp(1.4rem, 7vw, 7.5rem); background: #030303; color: #8b8e93; display: flex; align-items: center; justify-content: space-between; gap: 2rem; font-size: .72rem; }
.footer-brand { color: white; }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  nav { display: none; position: absolute; top: 86px; inset-inline: 0; padding: 1.5rem; background: #0d0d0e; flex-direction: column; align-items: stretch; }
  nav.open { display: flex; }
  nav a { padding: .7rem; }
  .hero { grid-template-columns: 1fr; padding-top: 5rem; }
  .operations-card { justify-self: start; margin-top: 1.5rem; }
  .scroll-cue { display: none; }
  .statement { grid-template-columns: 1fr; }
  .section-heading, .coverage, .drivers, .application { grid-template-columns: 1fr; }
  .section-heading { gap: 2rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 320px; border-right: 0; border-bottom: 1px solid var(--line); }
  .coverage-copy { padding-right: clamp(1.4rem, 7vw, 7.5rem); }
  .texas-map { min-height: 530px; margin-top: -5rem; }
  .application-copy { position: static; }
}

@media (max-width: 560px) {
  .topbar { height: 76px; }
  nav { top: 76px; }
  .hero { min-height: auto; padding-bottom: 5rem; }
  .hero h1 { font-size: clamp(3.3rem, 16vw, 5rem); }
  .operations-card { width: 100%; }
  .statement, .services, .drivers { padding-block: 4.5rem; }
  .coverage-copy { padding-block: 4.5rem 2rem; }
  .texas-map { min-height: 420px; }
  .application-form { grid-template-columns: 1fr; }
  .field, .field.full, .application-form .full { grid-column: 1; }
  footer { flex-direction: column; align-items: flex-start; }
}

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