.hero-panel,
.media-card,
.map-card,
.quote-card,
.quote-side,
.contact-panel,
.cta-banner,
.feature-card,
.review-card,
.service-card,
.step-card,
.team-card,
.info-card,
.contact-card,
.business-panel,
.stat-pill,
.metric-card{
  position:relative;
  overflow:hidden;
  border:1px solid var(--stroke);
  border-radius:var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015)),
    var(--panel);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  box-shadow:var(--shadow-xl);
}

.hero-panel,
.media-card,
.map-card,
.quote-card{padding:16px}

.hero-card-float{
  position:absolute;
  left:28px;
  right:28px;
  bottom:28px;
  padding:16px 18px;
  border-radius:20px;
  background:rgba(8,8,8,.76);
  border:1px solid var(--stroke);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.hero-card-float strong{
  display:block;
  margin-bottom:6px;
  font-size:1rem;
  text-transform:lowercase;
}

.hero-card-float span{
  color:var(--muted);
  line-height:1.65;
}

.stat-pill,
.metric-card{
  min-height:108px;
  padding:16px 18px;
  border-radius:22px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  background:
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015)),
    rgba(14,14,14,.88);
}

.stat-pill span,
.metric-card span{
  color:var(--muted);
  font-size:.9rem;
  text-transform:lowercase;
}

.stat-pill strong,
.metric-card strong{
  font-size:2rem;
  line-height:1;
  letter-spacing:-.05em;
}

.cards{
  display:grid;
  gap:18px;
}

.cards-3{grid-template-columns:repeat(3, minmax(0,1fr))}
.cards-2{grid-template-columns:repeat(2, minmax(0,1fr))}

.service-card,
.feature-card,
.review-card,
.step-card,
.team-card,
.contact-card,
.info-card{
  padding:20px;
}

.service-card h3,
.feature-card h3,
.review-card h3,
.step-card h3,
.team-card h3{
  margin:0 0 10px;
  font-size:1.12rem;
  line-height:1.15;
  text-transform:lowercase;
}

.feature-card p,
.review-card p,
.service-card p,
.step-card p,
.team-card p,
.contact-card p,
.info-card{
  color:var(--muted);
  line-height:1.75;
}

.service-thumb,
.team-photo{
  width:100%;
  height:210px;
  border-radius:18px;
  margin-bottom:16px;
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  background-color:#111;
}

.card-list{
  margin:14px 0 0;
  padding-left:18px;
  color:#dde2eb;
  line-height:1.8;
}

.step-number{
  display:inline-flex;
  width:54px;
  height:54px;
  align-items:center;
  justify-content:center;
  margin-bottom:14px;
  border-radius:16px;
  color:#fff;
  font-weight:900;
  background:linear-gradient(135deg, #7b0c0c 0%, var(--red) 55%, var(--red-3) 100%);
  box-shadow:0 14px 30px rgba(185,15,15,.22);
}

.stars{
  margin-bottom:12px;
  color:#ffd75e;
  letter-spacing:.14em;
}

.review-card strong{
  display:block;
  margin-top:14px;
  font-size:.95rem;
  text-transform:lowercase;
}

.review-card span{
  display:block;
  margin-top:4px;
  color:var(--muted-2);
  font-size:.9rem;
  text-transform:lowercase;
}

.gallery-preview,
.gallery-grid-full{
  display:grid;
  gap:16px;
}

.gallery-preview{grid-template-columns:repeat(4, minmax(0,1fr))}
.gallery-grid-full{
  grid-template-columns:repeat(4, minmax(0,1fr));
  grid-auto-rows:220px;
}

.gallery-tile{
  border-radius:24px;
  border:1px solid var(--stroke);
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  background-color:#111;
  min-height:220px;
  cursor:pointer;
  transition:transform .18s ease, filter .18s ease, box-shadow .18s ease;
  box-shadow:var(--shadow-xl);
}

.gallery-tile:hover{
  transform:translateY(-2px);
  filter:brightness(1.03);
}

.gallery-tile.tall{grid-row:span 2}
.gallery-tile.wide{grid-column:span 2}

.info-card span,
.contact-card span{
  display:block;
  margin-bottom:10px;
  color:var(--muted);
  font-size:.88rem;
  text-transform:lowercase;
}

.info-card strong,
.contact-card strong{
  font-size:1rem;
  line-height:1.35;
  text-transform:lowercase;
}

.info-card.center{text-align:center}

.info-card.center strong{
  font-size:1.9rem;
  letter-spacing:-.05em;
}

.map-card iframe{
  width:100%;
  height:100%;
  min-height:420px;
  border:none;
  border-radius:20px;
}

.map-card.large iframe{min-height:520px}

.contact-panel{
  padding:20px;
  display:grid;
  gap:18px;
}

.compact-cards{gap:14px}

.contact-card{min-height:140px}

.business-panel{
  padding:20px;
  display:grid;
  gap:18px;
}

.business-row{
  display:grid;
  gap:10px;
  color:var(--muted);
  line-height:1.75;
}

.business-row .label{
  color:#ffb1b1;
  font-size:.82rem;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.hours-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:10px;
}

.hours-list li{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:12px 14px;
  border-radius:16px;
  background:rgba(255,255,255,.03);
  border:1px solid var(--stroke);
}

.hours-list span,
.hours-list strong{
  text-transform:lowercase;
}
