:root {
  --black: #050505;
  --panel: #10100d;
  --panel-2: #171711;
  --yellow: #ffd400;
  --yellow-2: #ffe772;
  --white: #fffdf4;
  --muted: #bdb7a4;
  --line: rgba(255, 212, 0, 0.22);
  --red: #d71920;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--white);
  background: radial-gradient(circle at 82% 10%, rgba(255, 212, 0, 0.08), transparent 30rem), var(--black);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 78px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 12px clamp(18px, 4vw, 58px);
  background: rgba(5, 5, 5, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.site-header.compact {
  position: static;
}

.brand img {
  width: 170px;
  height: 54px;
  object-fit: contain;
  object-position: left center;
}

.nav {
  justify-self: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(14px, 2.6vw, 30px);
  color: var(--muted);
  font-weight: 700;
}

.nav a[aria-current="page"],
.nav a:hover {
  color: var(--yellow);
}

.header-actions,
.hero-buttons,
.direct-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.phone-pill,
.button,
.signal-bar a,
.service-list a,
.sticky-contact a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 900;
  transition: transform 260ms ease, box-shadow 260ms ease, background 260ms ease, color 260ms ease;
}

.phone-pill {
  padding: 0 14px;
  border: 1px solid var(--line);
  color: var(--yellow);
}

.phone-alt {
  color: var(--white);
}

.button {
  padding: 0 22px;
  border: 1px solid transparent;
}

.primary {
  background: var(--yellow);
  color: #070700;
}

.emergency {
  background: var(--red);
  color: #fff;
}

.dark {
  background: #0b0b08;
  color: var(--yellow);
  border-color: var(--line);
}

.button:hover,
.phone-pill:hover,
.signal-bar a:hover,
.service-list a:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.28);
}

.hero {
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 1fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(58px, 8vw, 112px) clamp(18px, 5vw, 78px) 54px;
}

.hero-copy {
  max-width: 760px;
}
.hero-logo {
  width: min(420px, 82vw);
  height: auto;
  margin: 0 0 24px;
  filter: drop-shadow(0 18px 34px rgba(255, 212, 0, 0.18));
}


.eyebrow {
  margin: 0 0 14px;
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 10px;
  font-size: clamp(3rem, 7vw, 6.6rem);
  line-height: 0.92;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4.2vw, 4rem);
  line-height: 1;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
  line-height: 1.2;
}

.hero-services {
  margin: 0 0 18px;
  color: var(--yellow);
  font-size: clamp(1.35rem, 3vw, 2.3rem);
  font-weight: 900;
}

.lead {
  max-width: 670px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.22rem);
}

.hero-buttons {
  margin-top: 28px;
}

.receiver-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.receiver-links .button {
  min-height: 58px;
  padding-inline: 24px;
  font-size: 1rem;
}

.direct-row {
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.95rem;
}

.direct-row a:hover {
  color: var(--yellow);
}

.hero-media {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255, 212, 0, 0.08), transparent), #030303;
  box-shadow: var(--shadow);
}

.hero-media img {
  border-radius: 10px;
}

.signal-bar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 18px clamp(18px, 5vw, 78px);
  border-block: 1px solid var(--line);
  background: #080806;
  color: var(--yellow);
}

.signal-bar span {
  color: var(--yellow-2);
  font-weight: 700;
}

.signal-bar a {
  padding: 0 16px;
  background: var(--yellow);
  color: #070700;
}

.van-showcase {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(22px, 4vw, 54px);
  padding: clamp(42px, 6vw, 78px) clamp(18px, 5vw, 78px);
  background: linear-gradient(180deg, #090907, #050505);
  border-bottom: 1px solid var(--line);
}

.van-showcase h2 {
  max-width: 640px;
}

.van-showcase p:not(.eyebrow) {
  max-width: 580px;
  color: var(--muted);
}

.van-showcase img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.section,
.page-hero,
.legal-page {
  padding: clamp(62px, 8vw, 112px) clamp(18px, 5vw, 78px);
}

.intro-grid,
.quote-layout,
.cta-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.6fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: start;
}

.intro-text p,
.section-head p,
.placeholder-note,
.notification-plan p,
.notification-plan li {
  color: var(--muted);
}

.placeholder-note {
  padding: 14px 16px;
  border: 1px dashed var(--line);
  border-radius: 8px;
  background: rgba(255, 212, 0, 0.04);
}

.cards-section,
.service-preview,
.quick-request {
  background: var(--white);
  color: #111;
}

.cards-section .eyebrow,
.service-preview .eyebrow,
.quick-request .eyebrow {
  color: #8a6500;
}

.choice-grid,
.gallery-grid,
.contact-options,
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.choice-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.choice-grid article,
.gallery-grid article,
.contact-options a,
.service-list article,
.tab-panel,
.quote-form,
.notification-plan,
.confirmation-card {
  border-radius: 12px;
  border: 1px solid rgba(255, 212, 0, 0.22);
  background: var(--panel);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
}

.cards-section .choice-grid article,
.gallery-grid article,
.tab-panel,
.service-list article,
.quote-form,
.quick-request-form {
  border-color: #dfd3ab;
  background: #fff8df;
}

.choice-grid article,
.gallery-grid article,
.contact-options a {
  min-height: 160px;
  padding: 24px;
}

.choice-grid span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 50%;
  background: var(--yellow);
  color: #070700;
  font-weight: 900;
}

.choice-grid p,
.tab-panel p,
.service-list p {
  color: #5d584d;
}

.service-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 16px;
}

.tab {
  min-height: 48px;
  border: 1px solid #dfd3ab;
  border-radius: 999px;
  padding: 0 18px;
  background: #fff8df;
  color: #17130a;
  font-weight: 900;
  cursor: pointer;
}

.tab.active,
.tab:hover {
  background: var(--yellow);
  border-color: var(--yellow);
}

.tab-panel {
  padding: clamp(22px, 4vw, 38px);
}

.text-link {
  display: inline-flex;
  margin-top: 20px;
  color: #8a6500;
  font-weight: 900;
}

.gallery-grid article {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(145deg, rgba(255, 212, 0, 0.16), transparent), #151510;
  color: var(--white);
}

.gallery-grid article span {
  color: var(--yellow);
  font-weight: 900;
}

.cta-panel {
  margin: clamp(18px, 4vw, 48px);
  padding: clamp(28px, 5vw, 54px);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 212, 0, 0.12), transparent), var(--panel);
  border: 1px solid var(--line);
}

.page-hero {
  min-height: 44vh;
  display: grid;
  align-content: end;
  background: radial-gradient(circle at 76% 12%, rgba(255, 212, 0, 0.1), transparent 24rem);
}

.page-hero h1 {
  max-width: 940px;
  font-size: clamp(2.6rem, 6vw, 5.6rem);
}

.service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.service-list article {
  padding: 26px;
}

.service-list a {
  width: fit-content;
  margin-top: 12px;
  padding: 0 16px;
  background: var(--yellow);
  color: #070700;
}

.contact-options a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--white);
}

.contact-options span {
  color: var(--yellow);
}

.quote-form,
.quick-request-form {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 34px);
  color: #111;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

legend {
  grid-column: 1 / -1;
  margin-bottom: 6px;
  font-size: 1.25rem;
  font-weight: 900;
}

label {
  display: grid;
  gap: 8px;
  font-weight: 800;
}

textarea,
label:has(textarea),
label:has(input[type="file"]) {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #d5c797;
  border-radius: 8px;
  padding: 13px 14px;
  background: #fffdf4;
  color: #111;
  font: inherit;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: var(--yellow);
  box-shadow: 0 0 0 4px rgba(255, 212, 0, 0.2);
}

.hidden-field {
  display: none;
}

.form-help {
  grid-column: 1 / -1;
  margin: 0;
  color: #6b6250;
}

.quote-actions,
.quick-request-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.notification-plan {
  padding: 28px;
  position: sticky;
  top: 98px;
}

.site-footer {
  padding: 28px clamp(18px, 5vw, 78px);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted);
}

.site-footer div,
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.site-footer strong,
.site-footer a {
  color: var(--white);
}

.sticky-contact {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: flex;
  gap: 8px;
}

.sticky-contact a {
  padding: 0 16px;
  background: var(--yellow);
  color: #070700;
}

.sticky-contact a:first-child {
  background: var(--red);
  color: #fff;
}

.confirmation-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.confirmation-card {
  width: min(780px, 100%);
  padding: clamp(28px, 6vw, 58px);
}

.confirmation-card img {
  width: min(340px, 100%);
  margin-bottom: 30px;
}

.legal-page {
  max-width: 920px;
}

@media (max-width: 1020px) {
  .site-header,
  .hero,
  .intro-grid,
  .quote-layout,
  .cta-panel,
  .van-showcase {
    grid-template-columns: 1fr;
  }

  .nav {
    justify-self: start;
  }

  .header-actions {
    width: 100%;
  }

  .choice-grid,
  .gallery-grid,
  .contact-options,
  .service-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .notification-plan {
    position: static;
  }
}

@media (max-width: 680px) {
  body {
    padding-bottom: 78px;
  }

  .site-header {
    position: static;
  }

  .brand img {
    width: 138px;
    height: 46px;
  }

  .header-actions {
    display: none;
  }

  .hero {
    padding-top: 42px;
  }

  .hero-media {
    order: -1;
  }

  .hero-buttons .button,
  .receiver-links .button,
  .direct-row a,
  .signal-bar a {
    width: 100%;
    min-height: 62px;
    font-size: 1.05rem;
  }

  .signal-bar,
  fieldset,
  .choice-grid,
  .gallery-grid,
  .contact-options,
  .service-list,
  .quote-actions,
  .quick-request-actions {
    grid-template-columns: 1fr;
  }

  .sticky-contact {
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }

  .sticky-contact a {
    min-height: 64px;
    border-radius: 0;
  }
}







.simple-send {
  display: grid;
  gap: 14px;
}

.simple-send .button {
  min-height: 72px;
  width: 100%;
  font-size: clamp(1.12rem, 3vw, 1.45rem);
  box-shadow: 0 20px 55px rgba(255, 212, 0, 0.22);
}

.quote-hero-clean {
  min-height: 38vh;
  background:
    linear-gradient(135deg, rgba(255, 212, 0, 0.13), rgba(5, 5, 5, 0) 48%),
    #050505;
}

.quote-layout-premium {
  align-items: stretch;
  padding-top: clamp(34px, 5vw, 72px);
}

.quote-form-premium {
  gap: 24px;
  padding: clamp(22px, 4vw, 42px);
  background:
    linear-gradient(145deg, rgba(255, 212, 0, 0.08), transparent 32%),
    #0c0c09;
  color: var(--white);
  border-color: rgba(255, 212, 0, 0.34);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.36);
  counter-reset: quote-step;
}

.quote-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.quote-strip span {
  min-height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 212, 0, 0.28);
  border-radius: 999px;
  background: rgba(255, 212, 0, 0.1);
  color: var(--yellow);
  font-weight: 900;
}

.quote-form-premium fieldset {
  position: relative;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid rgba(255, 212, 0, 0.2);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
}

.quote-form-premium legend {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
}

.quote-form-premium legend::before {
  counter-increment: quote-step;
  content: counter(quote-step);
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  color: #070700;
  font-size: 0.95rem;
}

.quote-form-premium label {
  color: #f8f1d2;
}

.quote-form-premium input,
.quote-form-premium select,
.quote-form-premium textarea {
  min-height: 54px;
  border-color: rgba(255, 212, 0, 0.24);
  background: #151510;
  color: var(--white);
}

.quote-form-premium textarea {
  resize: vertical;
}

.quote-form-premium input::placeholder,
.quote-form-premium textarea::placeholder {
  color: #8d8878;
}

.quote-form-premium .form-help,
.quote-form-premium .send-note {
  color: #c9c0a4;
}

.simple-send {
  display: grid;
  gap: 12px;
  padding: clamp(16px, 3vw, 24px);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 212, 0, 0.16), rgba(255, 212, 0, 0.04));
  border: 1px solid rgba(255, 212, 0, 0.28);
}

.simple-send .button {
  min-height: 76px;
  width: 100%;
  font-size: clamp(1.12rem, 3vw, 1.45rem);
  border-radius: 10px;
  box-shadow: 0 20px 55px rgba(255, 212, 0, 0.22);
}

.send-note {
  margin: 0;
  text-align: center;
  font-weight: 800;
}

.quote-side-premium {
  background:
    linear-gradient(155deg, rgba(215, 25, 32, 0.12), transparent 38%),
    linear-gradient(145deg, rgba(255, 212, 0, 0.1), transparent 56%),
    #10100d;
}

.quote-side-premium .button {
  width: 100%;
  margin-top: 18px;
}

@media (max-width: 680px) {
  .quote-strip,
  .quote-form-premium fieldset {
    grid-template-columns: 1fr;
  }

  .quote-form-premium {
    padding: 18px;
  }
}


.quick-home-quote {
  display: grid;
  grid-template-columns: minmax(260px, 0.74fr) minmax(320px, 0.9fr);
  align-items: start;
  gap: clamp(24px, 5vw, 64px);
  padding: clamp(46px, 7vw, 86px) clamp(18px, 5vw, 78px);
  background: #fff8df;
  color: #111;
}

.quick-home-quote .eyebrow {
  color: #8a6500;
}

.quick-home-copy h2 {
  max-width: 680px;
}

.quick-home-copy p:not(.eyebrow) {
  max-width: 560px;
  color: #5d584d;
  font-size: 1.08rem;
}

.quick-home-quote .quick-request-form {
  border: 1px solid #dfd3ab;
  border-radius: 14px;
  background: #fffdf4;
  box-shadow: 0 18px 48px rgba(20, 16, 4, 0.12);
}

.quick-home-quote .quick-request-form .button {
  min-height: 62px;
  width: 100%;
}

@media (max-width: 1020px) {
  .quick-home-quote {
    grid-template-columns: 1fr;
  }
}
