/* Page-specific overrides for Pressure Washing landing page */

.placeholder {
  width: 100%;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.placeholder--hero {
  aspect-ratio: 4 / 5;
  max-width: 460px;
  margin: 0 auto;
  background: #2980b9;
}

/* Image placeholders inside mockup UIs */
.shop-product-img-placeholder {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 12px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.5rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.form-cover-placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.5rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Gallery UI inside phone mockup */
.puny-gallery-ui {
  background: #f7f7f7;
  font-family: 'Nunito', sans-serif;
}

.gallery-cover {
  padding: 12px 12px 0;
}

.gallery-cover-placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.5rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.gallery-body {
  padding: 14px 12px 16px;
}

.gallery-title {
  font-size: 0.85rem;
  font-weight: 800;
  color: #333;
  margin-bottom: 4px;
}

.gallery-desc {
  font-size: 0.58rem;
  color: #999;
  margin-bottom: 12px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.gallery-thumb {
  aspect-ratio: 1;
  border-radius: 8px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 6px;
  position: relative;
  overflow: hidden;
}

.gallery-caption {
  font-size: 0.45rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,0.4);
  text-align: center;
}
