/* Oasis Total Solutions — Bathroom Remodeling Landing Page V1 */

.bathroom-remodeling-v1 {
  --bath-stone: #e8e1d6;
  --bath-stone-light: #f7f4ef;
  --bath-aqua: #dceeed;
  --bath-aqua-deep: #2f7772;
}

.bathroom-remodeling-v1 .bath-hero {
  background:
    radial-gradient(circle at 10% 18%, rgba(47, 119, 114, 0.12), transparent 24rem),
    linear-gradient(135deg, #fbfcfc 0%, #f3f7f6 55%, #eef4f1 100%);
}

.bathroom-remodeling-v1 .bath-hero .hi-hero__media {
  border-radius: 28px 28px 78px 28px;
}

.bathroom-remodeling-v1 .bath-scopes {
  background: var(--hi-white);
}

.bathroom-remodeling-v1 .bath-scope-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.bathroom-remodeling-v1 .bath-scope-grid article {
  min-height: 235px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--hi-line);
  border-radius: 18px;
  background: #fbfcfc;
  box-shadow: 0 12px 34px rgba(13, 59, 102, 0.045);
}

.bathroom-remodeling-v1 .bath-scope-grid article > span {
  display: block;
  margin-bottom: 26px;
  color: var(--bath-aqua-deep);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.bathroom-remodeling-v1 .bath-scope-grid h3 {
  margin: 0;
  color: var(--hi-navy-deep);
  font-size: 1.2rem;
  line-height: 1.25;
}

.bathroom-remodeling-v1 .bath-scope-grid p {
  margin: 12px 0 0;
  color: var(--hi-muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.bathroom-remodeling-v1 .bath-options {
  background: var(--bath-stone-light);
}

.bathroom-remodeling-v1 .bath-option-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.bathroom-remodeling-v1 .bath-option-grid article {
  position: relative;
  min-height: 360px;
  padding: clamp(26px, 3vw, 38px);
  overflow: hidden;
  border: 1px solid rgba(13, 59, 102, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
}

.bathroom-remodeling-v1 .bath-option-grid article:nth-child(2) {
  border-color: rgba(47, 119, 114, 0.26);
  background: #eef7f5;
}

.bathroom-remodeling-v1 .bath-option-number {
  display: block;
  margin-bottom: 46px;
  color: var(--bath-aqua-deep);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.bathroom-remodeling-v1 .bath-option-grid h3 {
  margin: 0;
  color: var(--hi-navy-deep);
  font-size: 1.38rem;
}

.bathroom-remodeling-v1 .bath-option-grid p {
  margin: 12px 0 20px;
  color: var(--hi-muted);
  font-size: 0.94rem;
  line-height: 1.65;
}

.bathroom-remodeling-v1 .bath-option-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bathroom-remodeling-v1 .bath-option-grid li {
  position: relative;
  margin-top: 10px;
  padding-left: 20px;
  color: #3f5665;
  font-size: 0.88rem;
  line-height: 1.45;
}

.bathroom-remodeling-v1 .bath-option-grid li::before {
  position: absolute;
  top: 0.52em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--hi-green);
  content: "";
}

.bathroom-remodeling-v1 .bath-work {
  background: var(--hi-cream);
}

.bathroom-remodeling-v1 .bath-project-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 250px;
  gap: 16px;
}

.bathroom-remodeling-v1 .bath-project-card {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: var(--hi-navy-deep);
}

.bathroom-remodeling-v1 .bath-project-card--feature {
  grid-column: span 2;
  grid-row: span 2;
}

.bathroom-remodeling-v1 .bath-project-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease;
}

.bathroom-remodeling-v1 .bath-project-card::after {
  position: absolute;
  inset: 30% 0 0;
  background: linear-gradient(transparent, rgba(6, 27, 47, 0.93));
  content: "";
}

.bathroom-remodeling-v1 .bath-project-card figcaption {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 16px;
  left: 18px;
  color: var(--hi-white);
}

.bathroom-remodeling-v1 .bath-project-card strong,
.bathroom-remodeling-v1 .bath-project-card span {
  display: block;
}

.bathroom-remodeling-v1 .bath-project-card strong {
  font-size: 1.02rem;
}

.bathroom-remodeling-v1 .bath-project-card span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.77);
  font-size: 0.78rem;
  line-height: 1.4;
}

.bathroom-remodeling-v1 .bath-project-card:hover img {
  transform: scale(1.025);
}

.bathroom-remodeling-v1 .bath-property {
  background:
    linear-gradient(90deg, rgba(220, 238, 237, 0.82), rgba(247, 244, 239, 0.72));
}

.bathroom-remodeling-v1 .bath-closing {
  background:
    radial-gradient(circle at 50% -20%, rgba(142, 214, 187, 0.22), transparent 34rem),
    var(--hi-navy-deep);
}

@media (max-width: 980px) {
  .bathroom-remodeling-v1 .bath-scope-grid,
  .bathroom-remodeling-v1 .bath-option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bathroom-remodeling-v1 .bath-option-grid article:last-child {
    grid-column: 1 / -1;
    min-height: auto;
  }

  .bathroom-remodeling-v1 .bath-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 260px;
  }
}

@media (max-width: 720px) {
  .bathroom-remodeling-v1 .hi-breadcrumb .container {
    overflow-x: auto;
    white-space: nowrap;
  }

  .bathroom-remodeling-v1 .bath-scope-grid,
  .bathroom-remodeling-v1 .bath-option-grid {
    grid-template-columns: 1fr;
  }

  .bathroom-remodeling-v1 .bath-scope-grid article,
  .bathroom-remodeling-v1 .bath-option-grid article,
  .bathroom-remodeling-v1 .bath-option-grid article:last-child {
    grid-column: auto;
    min-height: 0;
  }

  .bathroom-remodeling-v1 .bath-project-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 285px;
  }

  .bathroom-remodeling-v1 .bath-project-card--feature {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 480px) {
  .bathroom-remodeling-v1 .bath-hero {
    padding-top: 34px;
  }

  .bathroom-remodeling-v1 .bath-hero .hi-hero__media {
    border-radius: 18px 18px 50px 18px;
  }

  .bathroom-remodeling-v1 .bath-scope-grid article,
  .bathroom-remodeling-v1 .bath-option-grid article {
    padding: 24px 22px;
  }

  .bathroom-remodeling-v1 .bath-option-number {
    margin-bottom: 28px;
  }

  .bathroom-remodeling-v1 .bath-project-grid {
    grid-auto-rows: 255px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bathroom-remodeling-v1 .bath-project-card img {
    transition: none;
  }
}
