:root {
  --black: #0a0a0a;
  --panel: #111;
  --line: #2a2a2a;
  --white: #fff;
  --mute: #c8c8c8;
  --yellow: #ffd400;
  --yellow-ink: #111;
  --bar: 3.75rem;
  --font: "Arial Narrow", Arial, "Helvetica Neue", Helvetica, system-ui, sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--bar) + 0.5rem);
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.125rem;
  line-height: 1.25;
  color: var(--white);
  background: var(--black);
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--yellow); }

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}

.skip {
  position: absolute;
  left: 0.75rem;
  top: -4rem;
  z-index: 80;
  background: var(--yellow);
  color: var(--yellow-ink);
  padding: 0.7rem 1rem;
  font-weight: 800;
  text-decoration: none;
}

.skip:focus { top: 0.75rem; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.7rem 1.15rem;
  border: 2px solid var(--yellow);
  background: var(--yellow);
  color: var(--yellow-ink);
  font: inherit;
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-lg { min-height: 3.5rem; padding: 0.85rem 1.25rem; }

.btn-call:hover { filter: brightness(1.08); color: var(--yellow-ink); }

.btn-ghost {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
}

.btn-ghost:hover { background: rgba(255, 255, 255, 0.1); color: var(--white); }

/* Sticky bar */
.bar {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: var(--bar);
  padding: 0.4rem 0.85rem;
  background: var(--black);
  border-bottom: 2px solid var(--yellow);
}

.bar-name {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--white);
  line-height: 1.05;
  min-width: 0;
}

.bar-elite {
  font-weight: 800;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.bar-and {
  font-size: 0.7rem;
  color: var(--mute);
}

.bar .btn-call {
  flex: none;
  min-width: 5.5rem;
  min-height: 2.85rem;
  padding: 0.45rem 1rem;
}

/* Hero */
.hero { background: var(--black); }

.hero-stage {
  position: relative;
  min-height: 62svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% 32%;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.25) 40%, rgba(0, 0, 0, 0.88) 100%);
}

.hero-hook {
  position: relative;
  z-index: 1;
  width: min(100% - 1.7rem, 40rem);
  margin: 0 auto;
  padding: 3.5rem 0 1.6rem;
}

h1 {
  margin: 0 0 0.35rem;
  font-size: clamp(3rem, 14vw, 5.5rem);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.hero-sub {
  margin: 0 0 1.15rem;
  font-size: clamp(1.25rem, 4.5vw, 1.6rem);
  font-weight: 700;
  color: var(--yellow);
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.hero-meta {
  margin: 0.9rem 0 0;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--mute);
}

/* Form is the product */
.hero-form {
  width: min(100% - 1.7rem, 32rem);
  margin: 0 auto;
  padding: 1.15rem 0 1.75rem;
}

.quote {
  background: var(--panel);
  border: 2px solid var(--yellow);
  padding: 1.15rem 1rem 1.25rem;
}

.quote h2 {
  margin: 0 0 0.85rem;
  font-size: 1.65rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.quote label {
  display: block;
  margin: 0.7rem 0 0.28rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.opt { color: var(--mute); font-weight: 700; letter-spacing: 0; text-transform: none; }

.quote input,
.quote select,
.quote textarea {
  width: 100%;
  min-height: 3.15rem;
  padding: 0.65rem 0.75rem;
  border: 2px solid #3a3a3a;
  background: #000;
  color: var(--white);
  font: inherit;
  font-size: 1.05rem;
  border-radius: 0;
}

.quote textarea { min-height: 4.25rem; resize: vertical; }

.quote input:focus,
.quote select:focus,
.quote textarea:focus {
  border-color: var(--yellow);
}

.quote select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--yellow) 50%), linear-gradient(135deg, var(--yellow) 50%, transparent 50%);
  background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.btn-submit {
  width: 100%;
  margin-top: 1rem;
  min-height: 3.75rem;
  font-size: 1.25rem;
}

.form-status {
  margin: 0.75rem 0 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--yellow);
}

.form-status[hidden] { display: none; }

.video-slot[hidden] { display: none; }

/* Proof */
.proof { padding: 0 0 0.15rem; }

.ba {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  background: var(--yellow);
}

.ba figure { margin: 0; background: var(--black); }

.ba img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.ba figcaption {
  margin: 0;
  padding: 0.4rem 0.55rem 0.5rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--yellow);
}

/* Services + towns */
.strip { padding: 1.15rem 0.85rem 1.6rem; }

.chips {
  list-style: none;
  margin: 0 0 0.7rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.chips:last-child { margin-bottom: 0; }

.chips li {
  display: inline-flex;
  align-items: center;
  min-height: 2.35rem;
  padding: 0.3rem 0.7rem;
  border: 1px solid var(--line);
  font-size: 0.92rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.chips-towns li {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--mute);
  text-transform: none;
  letter-spacing: 0;
}

.chips-towns .hub {
  background: var(--yellow);
  color: var(--yellow-ink);
  border-color: var(--yellow);
  font-weight: 800;
}

/* Footer */
.foot {
  padding: 1.25rem 0.85rem 2rem;
  border-top: 2px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  font-weight: 800;
}

.foot a {
  color: var(--yellow);
  text-decoration: none;
  min-height: 2.5rem;
  display: inline-flex;
  align-items: center;
}

.foot a:hover { text-decoration: underline; }

.foot p { margin: 0; color: var(--mute); }

@media (min-width: 560px) {
  .hero-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (min-width: 960px) {
  .bar { padding: 0.4rem 1.25rem; }

  .bar-elite { font-size: 1.05rem; }

  .hero {
    display: grid;
    grid-template-columns: 1fr minmax(22rem, 26rem);
    min-height: calc(100svh - var(--bar));
  }

  .hero-stage {
    min-height: 100%;
    align-items: center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.45) 48%, rgba(0, 0, 0, 0.15) 100%);
  }

  .hero-photo { object-position: 70% 28%; }

  .hero-hook {
    margin: 0 0 0 clamp(1.25rem, 5vw, 4rem);
    padding: 4rem 0;
  }

  .hero-form {
    width: auto;
    margin: 0;
    padding: 1.5rem 1.25rem 1.5rem 0.75rem;
    display: flex;
    align-items: center;
  }

  .quote { width: 100%; }

  .strip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1.1rem 1.25rem 1.35rem;
  }

  .chips { margin: 0; }

  .foot {
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
    padding: 1.1rem 1.25rem 1.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
