/* Statewide Recovery Service LLC — static S3-ready website */
:root {
  --yellow: #f4c400;
  --yellow-bright: #ffd51c;
  --black: #080808;
  --black-soft: #151515;
  --charcoal: #202020;
  --white: #ffffff;
  --offwhite: #f6f6f4;
  --gray: #717171;
  --line: #deded8;
  --max: 1180px;
  --shadow: 0 18px 45px rgba(0,0,0,.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--white);
  color: var(--black);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
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;
  top: -60px; left: 16px;
  z-index: 9999;
  background: var(--yellow);
  color: var(--black);
  padding: 10px 14px;
  font-weight: 800;
}
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(8,8,8,.96);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
}
.nav-wrap {
  width: min(var(--max), calc(100% - 36px));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand img {
  width: 94px;
  height: 66px;
  object-fit: contain;
  object-position: left center;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.site-nav a {
  color: #f4f4f4;
  text-decoration: none;
  font-size: .94rem;
  font-weight: 750;
}
.site-nav a:not(.nav-call):hover { color: var(--yellow); }
.nav-call {
  background: var(--yellow);
  color: var(--black) !important;
  padding: 11px 16px;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(244,196,0,.18);
}
.nav-call:hover { background: var(--yellow-bright); }

.menu-toggle {
  display: none;
  width: 46px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: transparent;
  padding: 9px;
}
.menu-toggle > span:not(.sr-only) {
  display: block;
  height: 2px;
  background: var(--white);
  margin: 5px 0;
}

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--black);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(0,0,0,.22), rgba(0,0,0,.04)),
    url("../images/main.webp") center 58% / cover no-repeat;
  transform: scale(1.01);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.78) 38%, rgba(0,0,0,.25) 70%, rgba(0,0,0,.10) 100%),
    linear-gradient(0deg, rgba(0,0,0,.45), transparent 45%);
}
.hero-content {
  position: relative;
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: 95px 0 110px;
  color: var(--white);
  max-width: 1180px;
}
.hero-content > * { max-width: 690px; }
.hero-logo-card {
  display: inline-block;
  background: rgba(0,0,0,.72);
  border: 1px solid rgba(244,196,0,.42);
  border-radius: 12px;
  padding: 10px 14px;
  margin-bottom: 24px;
  box-shadow: 0 16px 38px rgba(0,0,0,.22);
}
.hero-logo-card img {
  width: 196px;
  height: 126px;
  object-fit: contain;
}
.eyebrow {
  margin: 0 0 10px;
  color: var(--yellow);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .8rem;
  font-weight: 900;
}
.eyebrow.dark { color: #8b6d00; }
.hero h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(2.55rem, 5vw, 4.7rem);
  line-height: .98;
  letter-spacing: -.045em;
}
.hero-copy {
  margin: 26px 0 0;
  color: #ececec;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  max-width: 650px;
}
.hero-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 12px 19px;
  border: 2px solid transparent;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 900;
  line-height: 1.1;
  transition: transform .16s ease, background .16s ease, border-color .16s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: var(--yellow);
  color: var(--black);
}
.btn-primary:hover { background: var(--yellow-bright); }
.btn-secondary {
  color: var(--white);
  border-color: rgba(255,255,255,.5);
  background: rgba(0,0,0,.34);
}
.btn-secondary:hover { border-color: var(--white); }
.btn-dark {
  background: var(--black);
  color: var(--white);
}
.hours-short {
  margin: 18px 0 0;
  color: #cfcfcf;
  font-size: .9rem;
}

.trust-strip {
  position: relative;
  z-index: 3;
  width: min(var(--max), calc(100% - 36px));
  margin: -40px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--yellow);
  box-shadow: var(--shadow);
}
.trust-strip > div {
  min-height: 112px;
  padding: 22px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(0,0,0,.18);
}
.trust-strip > div:last-child { border-right: 0; }
.trust-strip strong {
  font-size: 1.08rem;
  line-height: 1.25;
}
.trust-strip span {
  color: rgba(0,0,0,.72);
  font-size: .87rem;
}

.section {
  padding: 108px 0;
}
.section-heading {
  width: min(760px, calc(100% - 36px));
  margin: 0 auto 46px;
  text-align: center;
}
.section-heading h2,
.about h2,
.contact h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.05;
  letter-spacing: -.035em;
}
.section-heading > p:last-child {
  color: var(--gray);
  font-size: 1.08rem;
  margin: 16px auto 0;
}
.section-heading.light h2,
.section-heading.light > p:last-child {
  color: var(--white);
}
.section-heading.light > p:last-child { color: #c8c8c8; }

.services { background: var(--offwhite); }
.service-grid {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.service-card {
  grid-column: span 2;
  position: relative;
  min-height: 245px;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid var(--yellow);
  box-shadow: 0 8px 22px rgba(0,0,0,.05);
}
.service-card:nth-child(4) { grid-column: 2 / span 2; }
.service-card:nth-child(5) { grid-column: 4 / span 2; }
.service-number {
  display: block;
  color: #9b7900;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .14em;
}
.service-card h3 {
  margin: 18px 0 8px;
  font-size: 1.42rem;
  line-height: 1.15;
}
.service-card p {
  margin: 0;
  color: var(--gray);
}

.service-cta {
  width: min(980px, calc(100% - 36px));
  margin: 34px auto 0;
  background: var(--yellow);
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.service-cta > div {
  display: flex;
  flex-direction: column;
}
.service-cta span { color: rgba(0,0,0,.72); }

.fleet {
  background: var(--black);
  color: var(--white);
}
.gallery {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}
.gallery-item {
  grid-column: span 4;
  margin: 0;
  overflow: hidden;
  background: #191919;
  min-height: 260px;
}
.gallery-item.gallery-wide { grid-column: span 6; }
.gallery-item img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform .35s ease;
}
.gallery-item:hover img { transform: scale(1.025); }

.about { background: var(--white); }
.about-grid {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
  align-items: center;
}
.about-copy p:not(.eyebrow) {
  color: var(--gray);
  font-size: 1.05rem;
}
.credentials {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.credentials > div {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--line);
  padding: 10px 13px;
}
.credentials span {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  background: var(--yellow);
  border-radius: 50%;
  font-weight: 900;
}
.about-photos {
  position: relative;
  min-height: 560px;
}
.photo-main {
  position: absolute;
  top: 0; right: 0;
  width: 88%;
  height: 470px;
  object-fit: cover;
  box-shadow: var(--shadow);
}
.photo-small {
  position: absolute;
  left: 0; bottom: 0;
  width: 52%;
  height: 250px;
  object-fit: cover;
  border: 10px solid var(--white);
  box-shadow: 0 14px 30px rgba(0,0,0,.14);
}

.contact {
  background:
    linear-gradient(90deg, rgba(0,0,0,.96), rgba(0,0,0,.84)),
    url("../images/srs5.webp") center / cover no-repeat;
  color: var(--white);
  padding: 100px 0;
}
.contact-wrap {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.contact-intro > p:not(.eyebrow) {
  color: #d6d6d6;
  font-size: 1.07rem;
  max-width: 560px;
}
.call-large {
  margin-top: 18px;
  font-size: 1.08rem;
}
.contact-card {
  background: var(--white);
  color: var(--black);
  box-shadow: var(--shadow);
}
.contact-row {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 20px;
  padding: 22px 24px;
  border-bottom: 1px solid var(--line);
}
.contact-row:last-child { border-bottom: 0; }
.contact-label {
  color: #6c5700;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.contact-row p { margin: 0; }
.contact-row a {
  color: var(--black);
  font-weight: 750;
  text-underline-offset: 3px;
}
.phone-link {
  font-size: 1.35rem;
  font-weight: 950 !important;
}

.site-footer {
  background: #050505;
  color: #bdbdbd;
  padding: 40px 0;
}
.footer-wrap {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 35px;
  align-items: center;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer-brand img {
  width: 72px;
  height: 54px;
  object-fit: contain;
}
.footer-brand div {
  display: flex;
  flex-direction: column;
}
.footer-brand strong { color: var(--white); }
.footer-brand span { font-size: .85rem; }
.footer-links {
  display: flex;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
}
.footer-links a {
  color: #d6d6d6;
  text-decoration: none;
  font-size: .88rem;
}
.footer-links a:hover { color: var(--yellow); }
.copyright {
  margin: 0;
  font-size: .82rem;
  text-align: right;
}

.mobile-call { display: none; }

@media (max-width: 980px) {
  .site-nav { gap: 18px; }
  .site-nav a:not(.nav-call) { display: none; }

  .hero { min-height: 680px; }
  .hero-overlay {
    background: linear-gradient(90deg, rgba(0,0,0,.94), rgba(0,0,0,.62));
  }

  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-strip > div:nth-child(2) { border-right: 0; }
  .trust-strip > div:nth-child(-n+2) { border-bottom: 1px solid rgba(0,0,0,.18); }

  .service-card { grid-column: span 3; }
  .service-card:nth-child(4),
  .service-card:nth-child(5) { grid-column: span 3; }

  .gallery-item,
  .gallery-item.gallery-wide { grid-column: span 6; }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .about-photos { min-height: 500px; }

  .contact-wrap {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .footer-wrap {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-brand { justify-content: center; }
  .copyright { text-align: center; }
}

@media (max-width: 720px) {
  body { padding-bottom: 68px; }

  .nav-wrap { min-height: 70px; }
  .brand img { width: 80px; height: 56px; }
  .nav-call { display: none !important; }
  .menu-toggle { display: block; }

  .site-nav {
    display: none;
    position: absolute;
    top: 70px;
    left: 0; right: 0;
    padding: 14px 18px 20px;
    background: #0b0b0b;
    border-top: 1px solid rgba(255,255,255,.08);
  }
  .site-nav.open {
    display: grid;
    gap: 0;
  }
  .site-nav.open a:not(.nav-call) {
    display: block;
    padding: 13px 8px;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .hero {
    min-height: 720px;
    align-items: end;
  }
  .hero-bg {
    background-position: 57% center;
  }
  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.84) 47%, rgba(0,0,0,.32) 100%);
  }
  .hero-content { padding: 100px 0 78px; }
  .hero-logo-card img { width: 150px; height: 100px; }
  .hero h1 { font-size: clamp(2.4rem, 11vw, 3.4rem); }
  .hero-actions { display: grid; }
  .btn { width: 100%; }

  .trust-strip {
    margin-top: 0;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    box-shadow: none;
  }
  .trust-strip > div {
    min-height: 96px;
    padding: 18px;
  }

  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 34px; }

  .service-grid { grid-template-columns: 1fr; }
  .service-card,
  .service-card:nth-child(4),
  .service-card:nth-child(5) {
    grid-column: auto;
    min-height: auto;
  }
  .service-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .gallery { grid-template-columns: 1fr; }
  .gallery-item,
  .gallery-item.gallery-wide {
    grid-column: auto;
    min-height: 220px;
  }
  .gallery-item img { min-height: 220px; }

  .about-photos {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .photo-main,
  .photo-small {
    position: static;
    width: 100%;
    height: 240px;
    border: 0;
  }

  .contact { padding: 78px 0; }
  .contact-row {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .mobile-call {
    position: fixed;
    left: 12px; right: 12px; bottom: 10px;
    z-index: 2000;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    background: var(--yellow);
    color: var(--black);
    border: 2px solid #111;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 950;
    box-shadow: 0 8px 30px rgba(0,0,0,.34);
  }
}

@media (max-width: 480px) {
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip > div {
    border-right: 0;
    border-bottom: 1px solid rgba(0,0,0,.18);
  }
  .about-photos { grid-template-columns: 1fr; }
  .photo-main, .photo-small { height: 230px; }
}
