:root {
  --ink: #101413;
  --acid: #d7ff38;
  --bone: #f0efe8;
  --muted: #9b9f99;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--bone);
  font-family: Arial, Helvetica, sans-serif;
}
.wrap {
  width: min(1420px, calc(100% - 64px));
  margin: auto;
}
.nav {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #343936;
}
.brand {
  display: flex;
  gap: 11px;
  align-items: center;
  color: inherit;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 0.88;
}
.brandMark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  background: var(--acid);
  color: var(--ink);
  border-radius: 50%;
  font-size: 20px;
  letter-spacing: -0.08em;
}
.navRight {
  display: flex;
  gap: 36px;
  align-items: center;
}
.live {
  font: 12px var(--font-geist-mono);
  color: #bbc0ba;
  text-transform: uppercase;
}
.live i {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 12px var(--acid);
  margin-right: 8px;
}
.navLink {
  color: var(--bone);
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
}
.navLink span {
  color: var(--acid);
  margin-left: 8px;
}
.hero {
  padding: 58px 0 70px;
}
.eyebrow {
  display: flex;
  justify-content: space-between;
  color: #a4aaa4;
  font: 11px var(--font-geist-mono);
  letter-spacing: 0.13em;
}
.eyebrow b {
  color: var(--acid);
}
h1 {
  font-size: clamp(72px, 12.7vw, 184px);
  line-height: 0.77;
  letter-spacing: -0.085em;
  margin: 55px 0 48px;
  font-weight: 950;
}
h1 em {
  font-style: normal;
  color: var(--acid);
}
.heroFoot {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  border-top: 1px solid #343936;
  padding-top: 24px;
}
.heroFoot > p {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.heroFoot > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: end;
}
.heroFoot div p {
  color: #b8bcb7;
  font-size: 17px;
  line-height: 1.55;
  margin: 0;
}
.button {
  display: flex;
  gap: 34px;
  white-space: nowrap;
  background: var(--acid);
  color: var(--ink);
  padding: 18px 20px;
  text-decoration: none;
  font-weight: 900;
  font-size: 13px;
}
.marquee {
  overflow: hidden;
  background: var(--acid);
  color: var(--ink);
  padding: 15px 0;
  font-weight: 950;
  font-size: 18px;
  white-space: nowrap;
  letter-spacing: 0.04em;
}
.marquee div {
  width: max-content;
  animation: roll 26s linear infinite;
}
.marquee b {
  margin: 0 25px;
}
@keyframes roll {
  to {
    transform: translateX(-50%);
  }
}
.manifesto {
  display: grid;
  grid-template-columns: 1fr 3fr;
  padding: 120px 0;
}
.sectionNo {
  font: 11px var(--font-geist-mono);
  color: #929892;
  letter-spacing: 0.14em;
}
.manifesto h2,
.cities h2,
.coming h2 {
  font-size: clamp(48px, 7vw, 98px);
  line-height: 0.88;
  letter-spacing: -0.06em;
  margin: 0;
  font-weight: 950;
}
.manifesto h2 span {
  color: #666c67;
}
.manifestoText > p {
  max-width: 690px;
  color: #b8bcb7;
  font-size: 19px;
  line-height: 1.55;
  margin: 42px 0;
}
.pillRow {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.pillRow span {
  border: 1px solid #414641;
  border-radius: 50px;
  padding: 11px 17px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.cities {
  padding: 110px 0;
}
.citiesHead {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 44px;
}
.citiesHead .sectionNo {
  margin-bottom: 20px;
}
.citiesHead > p {
  color: #a9aea8;
  line-height: 1.6;
  text-align: right;
}
.cityGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.cityCard {
  position: relative;
  min-height: 480px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  color: white;
  text-decoration: none;
  overflow: hidden;
  filter: saturate(0.9);
  transition: 0.35s;
}
.cityCard:after {
  content: "";
  position: absolute;
  inset: 0;
  border: 0 solid var(--acid);
  transition: 0.25s;
}
.cityCard:hover {
  filter: saturate(1.15);
  transform: translateY(-3px);
}
.cityCard:hover:after {
  border-width: 5px;
}
.cityTop,
.cityBottom {
  display: flex;
  justify-content: space-between;
  align-items: end;
  position: relative;
  z-index: 1;
}
.cityTop {
  font: 11px var(--font-geist-mono);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.cityBottom h3 {
  font-size: clamp(42px, 5vw, 76px);
  line-height: 0.9;
  letter-spacing: -0.055em;
  margin: 0;
  text-transform: uppercase;
}
.go {
  background: var(--acid);
  color: var(--ink);
  padding: 13px 15px;
  font-weight: 950;
  font-size: 11px;
}
.partners {
  padding: 120px 0;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  border-top: 1px solid #343936;
}
.partnerIntro h2 {
  font-size: clamp(48px, 6vw, 86px);
  line-height: 0.88;
  letter-spacing: -0.06em;
  margin: 25px 0 35px;
  font-weight: 950;
}
.partnerIntro h2 span { color: var(--acid); }
.partnerIntro > p {
  max-width: 590px;
  color: #b8bcb7;
  font-size: 18px;
  line-height: 1.6;
}
.partnerPoints { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 35px; }
.partnerPoints span {
  border: 1px solid #414641;
  border-radius: 50px;
  padding: 11px 17px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.partnerForm { background: #1a1f1d; border: 1px solid #3b413d; padding: 32px; }
.formHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 23px;
  margin-bottom: 26px;
  border-bottom: 1px solid #3b413d;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.formHead b { color: var(--acid); }
.formHead span { font-size: 10px; color: #8e948f; }
.formGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 16px; }
.formGrid label > span, .cityChoices legend {
  display: block;
  color: #aeb3ad;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.formGrid .full { grid-column: 1/-1; }
.formGrid input, .formGrid textarea {
  width: 100%;
  border: 1px solid #454b47;
  background: #111513;
  color: var(--bone);
  padding: 14px 13px;
  font: 14px Arial, Helvetica, sans-serif;
  border-radius: 0;
}
.formGrid input:focus, .formGrid textarea:focus { outline: 2px solid var(--acid); outline-offset: 1px; }
.formGrid textarea { resize: vertical; }
.cityChoices { border: 1px solid #454b47; padding: 15px; margin: 0; }
.cityChoices legend { padding: 0 5px; }
.cityChoices > p { font-size: 11px; color: #858b86; margin: 0 0 13px; }
.cityChoices > div { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cityChoices label { display: flex; gap: 9px; align-items: center; background: #111513; padding: 12px; }
.cityChoices input { width: auto; accent-color: var(--acid); }
.cityChoices label span { margin: 0; color: var(--bone); font-size: 13px; text-transform: none; letter-spacing: 0; }
.confirmRow { display: grid; gap: 12px; margin: 24px 0; }
.confirmRow label { display: flex; align-items: flex-start; gap: 10px; color: #b8bcb7; font-size: 12px; line-height: 1.45; }
.confirmRow input { accent-color: var(--acid); margin-top: 2px; }
.partnerForm button {
  width: 100%;
  border: 0;
  background: var(--acid);
  color: var(--ink);
  padding: 19px 20px;
  display: flex;
  justify-content: space-between;
  font-weight: 950;
  cursor: pointer;
}
.partnerForm button:hover { background: #e2ff72; }
.hidden { position: absolute; left: -9999px; }
.coming {
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 64px;
  background: var(--acid);
  color: var(--ink);
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: end;
  gap: 50px;
}
.coming > div p {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.signal {
  border: 1px solid var(--ink);
  padding: 7px 10px;
  border-radius: 50px;
  font: 10px var(--font-geist-mono);
}
.coming > p {
  font-size: 15px;
  line-height: 1.6;
}
.footer {
  border-top: 1px solid #343936;
  padding: 50px 0 70px;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
}
.footer p {
  color: #aeb3ad;
  margin: 0 0 22px;
}
.footer .small {
  font-size: 11px;
  color: #626762;
}
.top {
  color: var(--bone);
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
  align-self: start;
}
@media (max-width: 800px) {
  .wrap {
    width: calc(100% - 32px);
  }
  .navRight .live {
    display: none;
  }
  .navRight .navLink:first-of-type {
    display: none;
  }
  .hero {
    padding-top: 42px;
  }
  h1 {
    font-size: 19vw;
    margin: 52px 0 40px;
  }
  .heroFoot,
  .manifesto {
    grid-template-columns: 1fr;
  }
  .heroFoot > div {
    grid-template-columns: 1fr;
  }
  .button {
    justify-content: space-between;
  }
  .manifesto {
    padding: 80px 0;
    gap: 32px;
  }
  .citiesHead {
    align-items: start;
    gap: 30px;
    flex-direction: column;
  }
  .citiesHead > p {
    text-align: left;
  }
  .cityGrid {
    grid-template-columns: 1fr;
  }
  .cityCard {
    min-height: 390px;
  }
  .partners { grid-template-columns: 1fr; gap: 45px; padding: 85px 0; }
  .formGrid { grid-template-columns: 1fr; }
  .formGrid .full { grid-column: auto; }
  .partnerForm { padding: 22px; }
  .formHead { align-items: flex-start; gap: 10px; flex-direction: column; }
  .cityChoices > div { grid-template-columns: 1fr; }
  .coming {
    grid-template-columns: 1fr;
    padding: 36px;
    gap: 35px;
  }
  .footer {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .nav {
    height: 76px;
  }
}

/* Shared Better Handled city-brand palette */
:root {
  --ink: #16303d;
  --acid: #ff5b3d;
  --bone: #f6f1e6;
  --muted: #557280;
  --sky: #8ad8ff;
  --sky-soft: #dff4ff;
  --teal: #0f4c5c;
  --green: #1ca375;
  --line: rgba(15, 76, 92, 0.14);
  --shadow: 0 18px 50px rgba(20, 58, 77, 0.14);
}
body {
  background: linear-gradient(180deg, #fbfdff 0%, #f6fbff 18%, #f8f7f2 100%);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.nav { border-bottom-color: var(--line); }
.brandMark {
  background: var(--acid);
  color: white;
  border-radius: 11px;
  box-shadow: 0 8px 20px rgba(255, 91, 61, 0.25);
}
.live { color: #355565; }
.live i { background: var(--green); box-shadow: 0 0 0 4px rgba(28, 163, 117, 0.12); }
.navLink { color: var(--ink); }
.navLink span, .eyebrow b, h1 em, .partnerIntro h2 span, .formHead b { color: var(--acid); }
.hero {
  position: relative;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 12px -32px 0;
  border-radius: 34px;
  background:
    linear-gradient(105deg, rgba(3, 35, 45, 0.76) 0%, rgba(7, 54, 66, 0.35) 46%, rgba(7, 54, 66, 0.06) 100%),
    url("southwest-four-cities.png") center 52% / cover no-repeat;
}
.hero h1 { color: white; text-shadow: 0 3px 28px rgba(0, 0, 0, 0.28); }
.hero .eyebrow { color: rgba(255, 255, 255, 0.86); }
.sectionNo { color: #355565; }
.heroFoot { border-top-color: rgba(255, 255, 255, 0.42); }
.heroFoot > p, .heroFoot div p { color: white; }
.footer .small a { color: inherit; text-underline-offset: 2px; }
.manifestoText > p, .citiesHead > p, .partnerIntro > p { color: #557280; }
.button, .go, .partnerForm button {
  background: var(--acid);
  color: white;
  border-radius: 12px;
  box-shadow: 0 14px 24px rgba(255, 91, 61, 0.22);
}
.button:hover, .partnerForm button:hover { background: #e84930; }
.marquee { background: var(--teal); color: white; }
.manifesto h2 span { color: #5b7b89; }
.pillRow span, .partnerPoints span {
  border-color: rgba(15, 76, 92, 0.18);
  background: rgba(255, 255, 255, 0.65);
}
.cities { border-radius: 30px; }
.cityGrid { gap: 16px; }
.cityCard {
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.cityCard:after { border-color: var(--acid); border-radius: 24px; }
.partners { border-top-color: var(--line); }
.partnerForm {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(15, 76, 92, 0.12);
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.formHead { border-bottom-color: var(--line); }
.formHead span, .formGrid label > span, .cityChoices legend { color: #557280; }
.formGrid input, .formGrid textarea {
  border: 1px solid rgba(15, 76, 92, 0.16);
  background: #f8fcfe;
  color: var(--ink);
  border-radius: 12px;
}
.formGrid input:focus, .formGrid textarea:focus { outline-color: var(--acid); }
.cityChoices {
  border-color: rgba(15, 76, 92, 0.16);
  border-radius: 14px;
  background: #f8fcfe;
}
.cityChoices > p { color: #6b8794; }
.cityChoices label {
  background: white;
  border: 1px solid rgba(15, 76, 92, 0.1);
  border-radius: 10px;
}
.cityChoices input, .confirmRow input { accent-color: var(--acid); }
.cityChoices label span, .confirmRow label { color: var(--ink); }
.coming {
  background: linear-gradient(135deg, var(--sky), var(--sky-soft));
  color: var(--ink);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.footer { border-top-color: var(--line); }
.footer p { color: #557280; }
.footer .small { color: #6b8794; }
.top { color: var(--ink); }

/* Flagship split hero: important copy always sits on a solid field. */
.hero {
  overflow: hidden;
  width: min(1380px, calc(100% - 40px));
  padding: 58px 52px 64px;
  border-radius: 34px;
  background: var(--teal);
}
.hero::before {
  inset: 0 0 0 58%;
  border-radius: 0;
  background: url("southwest-four-cities.png") 68% center / cover no-repeat;
}
.hero .eyebrow,
.hero h1,
.heroFoot {
  width: 52%;
}
.hero h1 {
  font-size: clamp(64px, 8.2vw, 124px);
  line-height: 0.8;
}
.heroFoot {
  display: block;
}
.heroFoot > p {
  margin-bottom: 24px;
}
.heroFoot > div {
  display: block;
}
.heroFoot .button {
  width: max-content;
  margin-top: 24px;
}

@media (max-width: 900px) {
  .hero {
    width: calc(100% - 24px);
    padding: 38px 26px 390px;
  }
  .hero::before {
    inset: auto 0 0;
    height: 350px;
    background-position: 68% center;
  }
  .hero .eyebrow,
  .hero h1,
  .heroFoot {
    width: 100%;
  }
  .hero h1 {
    font-size: clamp(58px, 17vw, 108px);
  }
}
