/*
Theme Name: ValuClean Brand
Theme URI: https://valucleancarpets.com
Author: valuLynx
Description: Brand site for ValuClean Carpets. Home and Contact. Booking CTAs route to the services site without naming it.
Version: 2.1.0
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: valuclean-brand
License: GNU General Public License v2 or later
*/

:root {
  --vcc-red: #e31e24;
  --vcc-red-hot: #ff4757;
  --vcc-black: #111111;
  --vcc-ink: #1a1a1a;
  --vcc-muted: #5c5c5c;
  --vcc-line: #e0e0e0;
  --vcc-paper: #f5f5f5;
  --vcc-white: #ffffff;
  --vcc-gold: #e8c36a;
  --vcc-radius: 999px;
  --vcc-card: 18px;
  --vcc-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
  --vcc-header: 104px;
}

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

html {
  scroll-behavior: smooth;
}

.vcc-body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
  color: var(--vcc-ink);
  background: var(--vcc-paper);
  line-height: 1.6;
}

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

a {
  color: var(--vcc-red);
}

a:hover {
  color: var(--vcc-red-hot);
}

h1,
h2,
h3 {
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin: 0 0 0.6em;
}

h1 {
  font-size: clamp(2.1rem, 5vw, 3.6rem);
  font-weight: 800;
}

h1,
h2,
h3,
.vcc-hero h1 {
  text-transform: capitalize;
}

.vcc-hero h1 {
  font-size: clamp(1.7rem, 4.2vw, 2.85rem);
}

h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
}

h3 {
  font-size: 1.05rem;
  font-weight: 700;
}

p {
  margin: 0 0 1rem;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.vcc-skip {
  position: absolute;
  left: 1rem;
  top: -3rem;
  background: #fff;
  padding: 0.5rem 0.8rem;
  z-index: 100;
}

.vcc-skip:focus {
  top: 0.5rem;
}

.vcc-wrap {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.vcc-narrow {
  width: min(720px, calc(100% - 2rem));
}

.vcc-topbar {
  background: linear-gradient(90deg, #c41a1f 0%, var(--vcc-red) 55%, #b5151a 100%);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 600;
}

.vcc-topbar__inner {
  width: min(1200px, calc(100% - 1.5rem));
  margin: 0 auto;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.vcc-topbar__msg,
.vcc-topbar__phone {
  margin: 0;
  color: #fff;
  text-decoration: none;
}

.vcc-topbar__phone {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
}

.vcc-topbar__phone:hover {
  color: #fff;
  opacity: 0.9;
}

.vcc-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #0d0d0d;
  color: #fff;
}

.vcc-header__inner {
  width: min(1200px, calc(100% - 1.5rem));
  margin: 0 auto;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.vcc-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #fff;
  text-decoration: none;
}

.vcc-brand:hover {
  color: #fff;
}

.vcc-brand__logo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  object-fit: contain;
}

.vcc-brand__name {
  display: block;
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.vcc-brand__tag {
  display: block;
  font-size: 0.78rem;
  color: #bdbdbd;
  font-weight: 500;
}

.vcc-nav {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.vcc-nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
}

.vcc-nav a:hover,
.vcc-nav a.is-active {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.vcc-nav__book {
  background: var(--vcc-red) !important;
  margin-left: 0.35rem;
  font-size: 0.82rem;
  padding-left: 0.9rem;
  padding-right: 0.9rem;
}

.vcc-nav__book:hover {
  background: var(--vcc-red-hot) !important;
}

.vcc-menu-btn {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.vcc-menu-btn__bars,
.vcc-menu-btn__bars::before,
.vcc-menu-btn__bars::after {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: relative;
}

.vcc-menu-btn__bars::before,
.vcc-menu-btn__bars::after {
  content: "";
  position: absolute;
  left: 0;
}

.vcc-menu-btn__bars::before {
  top: -6px;
}

.vcc-menu-btn__bars::after {
  top: 6px;
}

.vcc-hero {
  position: relative;
  overflow: hidden;
  min-height: min(88vh, 720px);
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #1a1a1a;
  background-size: cover;
  background-position: 70% center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.vcc-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(227, 30, 36, 0.38) 0%, rgba(0, 0, 0, 0.32) 45%, rgba(20, 8, 8, 0.28) 100%);
}

.vcc-hero--short {
  min-height: 420px;
}

.vcc-hero__inner {
  position: relative;
  z-index: 2;
  width: min(900px, calc(100% - 2rem));
  margin: 0 auto;
  text-align: center;
  padding: 5rem 0 4rem;
}

.vcc-hero h1,
.vcc-hero p {
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
}

.vcc-hero__lead {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: rgba(255, 255, 255, 0.92);
  max-width: 42rem;
  margin: 0 auto 1.6rem;
}

.vcc-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 1.2rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(20, 12, 8, 0.45);
  border: 1px solid rgba(232, 195, 106, 0.45);
  color: var(--vcc-gold);
  font-size: 0.92rem;
  font-weight: 700;
}

.vcc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: center;
}

.vcc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 48px;
  padding: 0.75rem 1.35rem;
  border-radius: var(--vcc-radius);
  font-weight: 700;
  text-decoration: none;
  border: 2px solid transparent;
}

.vcc-btn--primary {
  background: var(--vcc-red);
  color: #fff;
}

.vcc-btn--primary:hover {
  background: var(--vcc-red-hot);
  color: #fff;
}

.vcc-btn--ghost {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.vcc-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.vcc-btn--outline {
  background: #fff;
  color: var(--vcc-ink);
  border-color: var(--vcc-line);
}

.vcc-btn--light {
  background: #fff;
  color: var(--vcc-ink);
}

.vcc-section {
  padding: 4.5rem 0;
}

.vcc-section--muted {
  background: linear-gradient(180deg, #fff, #f3f4f6 50%, #fff);
}

.vcc-kicker {
  color: var(--vcc-red);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  margin-bottom: 0.4rem;
}

.vcc-lede {
  color: var(--vcc-muted);
  max-width: 40rem;
}

.vcc-split {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 2rem;
  align-items: start;
}

.vcc-grid {
  display: grid;
  gap: 1rem;
}

.vcc-grid--2 {
  grid-template-columns: 1fr 1fr;
}

.vcc-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

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

.vcc-card {
  background: #fff;
  border: 1px solid var(--vcc-line);
  border-radius: var(--vcc-card);
  padding: 1.35rem;
  box-shadow: var(--vcc-shadow);
}

.vcc-card--link {
  color: inherit;
  text-decoration: none;
  display: block;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.vcc-card--link:hover {
  transform: translateY(-3px);
  border-color: var(--vcc-red);
  color: inherit;
}

.vcc-card--callout {
  background: #111;
  color: #fff;
  border-color: #111;
}

.vcc-card--callout a {
  color: #fff;
}

.vcc-card__label {
  color: var(--vcc-red-hot);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.75rem;
}

.vcc-steps {
  margin: 0;
  padding-left: 1.2rem;
}

.vcc-steps li {
  margin-bottom: 0.75rem;
}

.vcc-steps--compact {
  padding-left: 1.1rem;
  color: #eee;
}

.vcc-quote {
  margin: 0;
  background: #fff;
  border-radius: var(--vcc-card);
  padding: 1.4rem;
  border: 1px solid var(--vcc-line);
}

.vcc-quote footer {
  color: var(--vcc-muted);
  font-size: 0.9rem;
  font-weight: 600;
}

.vcc-facts {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.vcc-facts li {
  display: grid;
  grid-template-columns: 9rem 1fr;
  gap: 0.6rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--vcc-line);
}

.vcc-facts span:first-child {
  font-weight: 700;
  color: var(--vcc-muted);
}

.vcc-note {
  color: var(--vcc-muted);
  font-size: 0.92rem;
}

.vcc-cta-band {
  background: #111;
  color: #fff;
  padding: 3.5rem 0;
}

.vcc-cta-band h2,
.vcc-cta-band p {
  color: #fff;
}

.vcc-cta-band__inner {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: center;
}

.vcc-footer {
  background: #0b0b0b;
  color: #d0d0d0;
  padding: 3rem 0 1.5rem;
}

.vcc-footer a {
  color: #fff;
  text-decoration: none;
  display: block;
  margin: 0.35rem 0;
}

.vcc-footer a:hover {
  color: var(--vcc-red-hot);
}

.vcc-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1fr 1fr;
  gap: 1.5rem;
}

.vcc-footer__name {
  color: #fff;
  font-weight: 800;
  font-size: 1.1rem;
}

.vcc-footer__label {
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.vcc-footer__muted {
  color: #9a9a9a;
  font-size: 0.92rem;
}

.vcc-footer__legal {
  text-align: center;
  color: #777;
  font-size: 0.85rem;
  margin: 2rem 0 0;
}

@media (max-width: 900px) {
  .vcc-split,
  .vcc-grid--2,
  .vcc-grid--3,
  .vcc-grid--4,
  .vcc-footer__grid,
  .vcc-cta-band__inner,
  .vcc-facts li {
    grid-template-columns: 1fr;
  }

  .vcc-menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .vcc-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #0d0d0d;
    flex-direction: column;
    padding: 0.75rem;
    border-top: 1px solid #222;
  }

  .vcc-nav.is-open {
    display: flex;
  }

  .vcc-nav__book {
    margin-left: 0;
  }

  .vcc-topbar__msg {
    display: none;
  }

  .vcc-hero__inner {
    padding-top: 4rem;
  }
}

.vcc-trust {
  background: #111;
  color: #f3f3f3;
  overflow: hidden;
  border-top: 1px solid #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
}

.vcc-trust__track {
  display: flex;
  gap: 2.5rem;
  width: max-content;
  padding: 0.85rem 0;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  animation: vcc-marquee 28s linear infinite;
}

.vcc-trust__track span {
  white-space: nowrap;
  color: #e8c36a;
}

.vcc-reel {
  overflow: hidden;
  border-radius: 22px;
  box-shadow: var(--vcc-shadow);
  background: #111;
}

.vcc-reel__track {
  display: flex;
  width: max-content;
  animation: vcc-marquee 32s linear infinite;
}

.vcc-reel img {
  width: min(78vw, 640px);
  height: 360px;
  object-fit: cover;
  flex: none;
}

.vcc-media-card {
  background: #fff;
  border: 1px solid var(--vcc-line);
  border-radius: var(--vcc-card);
  overflow: hidden;
  box-shadow: var(--vcc-shadow);
}

.vcc-media-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}

.vcc-media-card__body {
  padding: 1.2rem 1.25rem 1.35rem;
}

.vcc-media-card--link {
  color: inherit;
  text-decoration: none;
  display: block;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.vcc-media-card--link:hover {
  transform: translateY(-6px);
  border-color: var(--vcc-red);
  box-shadow: 0 22px 50px rgba(227, 30, 36, 0.12);
  color: inherit;
}

.vcc-photo-frame {
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--vcc-shadow);
}

.vcc-photo-frame img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.vcc-split--photo {
  align-items: stretch;
}

.vcc-card--hover {
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.vcc-card--hover:hover {
  transform: translateY(-4px);
  border-color: var(--vcc-red);
}

.vcc-stats {
  margin-top: 1.25rem;
}

.vcc-stat {
  background: #111;
  color: #fff;
  border-radius: var(--vcc-card);
  padding: 1.4rem 1.2rem;
  text-align: center;
}

.vcc-stat__num {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 800;
  margin: 0 0 0.25rem;
  color: #fff;
  letter-spacing: -0.04em;
}

.vcc-stat p:last-child {
  margin: 0;
  color: #cfcfcf;
}

.vcc-faq details {
  background: #fff;
  border: 1px solid var(--vcc-line);
  border-radius: 14px;
  padding: 0.85rem 1rem;
  margin-bottom: 0.7rem;
}

.vcc-faq summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.vcc-faq summary::-webkit-details-marker {
  display: none;
}

.vcc-faq details p {
  margin: 0.7rem 0 0.2rem;
  color: var(--vcc-muted);
}

.vcc-map {
  border-radius: 22px;
  overflow: hidden;
  min-height: 360px;
  box-shadow: var(--vcc-shadow);
  border: 1px solid var(--vcc-line);
}

.vcc-map iframe {
  width: 100%;
  height: 360px;
  border: 0;
  display: block;
}

.vcc-cta-band--photo {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.vcc-cta-band--photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 10, 10, 0.82), rgba(227, 30, 36, 0.45));
}

.vcc-cta-band--photo .vcc-cta-band__inner {
  position: relative;
  z-index: 1;
}

.vcc-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.vcc-reveal.is-in {
  opacity: 1;
  transform: none;
}

@keyframes vcc-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 900px) {
  .vcc-reel img {
    width: 82vw;
    height: 240px;
  }

  .vcc-photo-frame img {
    min-height: 240px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vcc-hero,
  .vcc-cta-band--photo {
    background-attachment: scroll;
  }

  .vcc-trust__track,
  .vcc-reel__track {
    animation: none;
  }

  .vcc-reveal {
    opacity: 1;
    transform: none;
  }
}
