.site-header {
  min-height: 70px;
  padding: 12px clamp(18px, 4vw, 54px);
  background: rgba(11, 20, 24, 0.94);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.brand {
  font-size: 1.02rem;
  letter-spacing: 0;
}

.brand-mark {
  width: 36px;
  height: 36px;
  background: var(--amber);
}

.nav {
  gap: clamp(12px, 2vw, 22px);
}

.nav a {
  padding: 8px 0;
}

.nav a[href="sell-your-phone.html"] {
  color: #111827;
  background: var(--amber);
  padding: 8px 11px;
  border-radius: 8px;
  font-weight: 900;
}

.hero {
  min-height: 78vh;
  padding-top: 126px;
  padding-bottom: clamp(42px, 7vw, 70px);
}

.hero-media {
  background-position: center right;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 15, 18, 0.96) 0%, rgba(5, 15, 18, 0.84) 44%, rgba(5, 15, 18, 0.18) 82%),
    linear-gradient(0deg, rgba(5, 15, 18, 0.5), rgba(5, 15, 18, 0.08));
}

.hero-content {
  width: min(760px, 100%);
}

.hero-brand-lockup {
  display: none;
}

.hero .eyebrow {
  color: var(--amber);
  font-size: 0.82rem;
}

.hero h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(3.3rem, 7vw, 5.7rem);
  line-height: 1;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.82);
}

.hero-actions {
  margin-bottom: 20px;
}

.hero-actions .button {
  min-height: 52px;
}

.hero-actions a[href="sell-your-phone.html"] {
  color: #111827;
  border-color: var(--amber);
  background: var(--amber);
}

.hero-actions a[href="sell-your-phone.html"]:hover {
  background: #ffd36f;
}

.hero-service-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 680px;
  margin: 0 0 24px;
}

.hero-service-strip a {
  padding: 9px 11px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  font-size: 0.92rem;
  font-weight: 900;
}

.hero-service-strip a:hover {
  color: #111827;
  background: var(--lime);
  border-color: var(--lime);
}

.hero-stats {
  max-width: 720px;
  background: rgba(8, 20, 25, 0.62);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.2);
}

.notice-band span {
  background: #005f6b;
}

.offer-band {
  background: #ffbf3f;
}

#services.section,
.location-section,
.contact-section {
  padding: clamp(42px, 6vw, 70px) 0;
}

#services .section-heading {
  margin-bottom: 22px;
}

.service-card {
  min-height: 190px;
  padding: 22px;
}

.icon {
  margin-bottom: 18px;
}

.location-section {
  align-items: center;
}

.map-frame {
  min-height: 360px;
}

.map-frame iframe {
  height: 360px;
}

.contact-section {
  padding-top: clamp(34px, 5vw, 58px);
}

@media (max-width: 860px) {
  .site-header {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px 14px;
    position: absolute;
    padding: 10px 14px 12px;
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .header-call {
    align-self: center;
    padding: 8px 10px;
    color: #111827;
    background: var(--lime);
    border-radius: 8px;
    font-size: 0.86rem;
  }

  .nav {
    grid-column: 1 / -1;
    order: initial;
    width: 100%;
    justify-content: flex-start;
    gap: 8px;
    overflow-x: auto;
    padding: 2px 0 4px;
    scrollbar-width: none;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  .nav a {
    flex: 0 0 auto;
    padding: 8px 10px;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    font-size: 0.88rem;
  }

  .nav a[href="sell-your-phone.html"] {
    padding: 8px 10px;
  }

  .hero {
    min-height: auto;
    padding: 142px 16px 34px;
  }

  .hero-copy {
    margin-bottom: 18px;
    font-size: 1rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 16px;
  }

  .hero-actions .button {
    min-height: 50px;
    padding: 12px 10px;
    text-align: center;
  }

  .hero-actions .button:first-child {
    grid-column: 1 / -1;
  }

  .hero h1 {
    font-size: clamp(2.6rem, 11vw, 4.3rem);
  }

  .hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-stats div {
    padding: 14px 10px;
  }

  .hero-stats strong {
    font-size: 1.05rem;
  }

  .hero-stats span {
    font-size: 0.8rem;
  }

  #services.section,
  .location-section,
  .contact-section {
    width: min(100% - 28px, 1160px);
    padding: 36px 0;
  }

  .section-heading {
    margin-bottom: 18px;
  }

  .service-card {
    min-height: 0;
    padding: 18px;
  }

  .map-frame,
  .map-frame iframe {
    min-height: 300px;
    height: 300px;
  }

  .quote-form {
    padding: 20px;
  }

  .sell-callout {
    padding: 36px 0;
  }

  .sell-callout .button {
    width: 100%;
  }
}

@media (max-width: 620px) {
  body {
    padding-bottom: 74px;
  }

  .site-header {
    gap: 9px 10px;
  }

  .brand span:last-child {
    max-width: none;
  }

  .header-call {
    max-width: 142px;
    text-align: center;
    white-space: normal;
    line-height: 1.1;
  }

  .hero {
    padding-top: 136px;
    padding-bottom: 28px;
  }

  .hero .eyebrow {
    margin-bottom: 8px;
    font-size: 0.74rem;
  }

  .hero h1 {
    margin-bottom: 12px;
    font-size: clamp(2.25rem, 10.5vw, 3.1rem);
  }

  .hero-copy {
    font-size: 0.98rem;
  }

  .hero-actions {
    grid-template-columns: 1fr;
  }

  .hero-service-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 16px;
  }

  .hero-service-strip a {
    display: grid;
    align-items: center;
    min-height: 44px;
    padding: 8px;
    font-size: 0.84rem;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .hero-stats div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-right: 0;
  }

  .notice-band span {
    padding: 12px 16px;
  }

  .offer-band {
    gap: 14px;
    padding: 16px;
  }

  .offer-band strong {
    font-size: 1.22rem;
  }

  .service-grid {
    gap: 10px;
  }

  .service-card p {
    margin-bottom: 4px;
  }

  .location-copy p,
  .contact-copy p {
    font-size: 1rem;
  }

  .contact-details {
    gap: 9px;
    margin-top: 18px;
  }

  input,
  select,
  textarea {
    padding: 12px;
  }

  .site-footer {
    align-items: flex-start;
    padding: 22px 16px 156px;
  }

  .mobile-call-bar {
    left: 10px;
    right: 10px;
    bottom: 10px;
    min-height: 50px;
  }

  .chat-widget {
    left: 10px;
    right: 10px;
    bottom: 70px;
  }

  .chat-launcher {
    width: 100%;
    min-height: 50px;
    border-radius: 8px;
  }

  .chat-panel {
    max-height: calc(100vh - 96px);
  }

  .chat-messages {
    max-height: 260px;
  }
}
