:root {
  --bp-bg: #f4f8fb;
  --bp-surface: #ffffff;
  --bp-surface-alt: #eef7fb;
  --bp-ink: #102033;
  --bp-muted: #607184;
  --bp-line: rgba(16, 32, 51, 0.09);
  --bp-primary: #0d78a8;
  --bp-primary-deep: #075b83;
  --bp-accent: #ff6b4a;
  --bp-success: #128a63;
  --bp-shadow: 0 24px 60px rgba(12, 31, 54, 0.09);
  --bp-radius-xl: 30px;
  --bp-radius-lg: 22px;
  --bp-radius-md: 16px;
}

body.bathroom-location-page {
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(13, 120, 168, 0.1), transparent 22%),
    linear-gradient(180deg, #fbfdff 0%, var(--bp-bg) 100%);
  color: var(--bp-ink);
}

.bathroom-location-page .banner {
  background:
    linear-gradient(108deg, rgba(7, 25, 45, 0.86) 0%, rgba(10, 91, 131, 0.78) 54%, rgba(31, 156, 188, 0.72) 100%),
    url("../src/Images/banner.png") center/cover no-repeat;
}

.bathroom-shell {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
}

.bathroom-hero,
.bathroom-grid,
.bathroom-band,
.bathroom-contact-panel__grid,
.bathroom-areas-top {
  display: grid;
  gap: 1.5rem;
}

.bathroom-hero {
  position: relative;
  z-index: 3;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  align-items: stretch;
  margin-top: -4.5rem;
  padding: clamp(1.5rem, 3vw, 2rem);
  border-radius: var(--bp-radius-xl);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 28px 70px rgba(11, 25, 43, 0.16);
  backdrop-filter: blur(14px);
}

.bathroom-hero__copy,
.bathroom-copy {
  display: grid;
  gap: 1rem;
}

.bathroom-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 107, 74, 0.12);
  color: #d94f34;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bathroom-hero h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.05;
  color: var(--bp-ink);
}

.bathroom-copy h2,
.bathroom-contact-panel h2,
.bathroom-band h2 {
  font-size: clamp(1.9rem, 3.5vw, 3rem);
  line-height: 1.08;
  color: var(--bp-ink);
}

.bathroom-hero p,
.bathroom-copy p,
.bathroom-card p,
.bathroom-contact-panel p,
.bathroom-review p,
.bathroom-band p {
  color: var(--bp-muted);
  font-size: 1rem;
  line-height: 1.85;
}

.bathroom-hero__actions,
.bathroom-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 0.2rem;
}

.bathroom-hero__actions .about-btn,
.bathroom-band__actions .about-btn {
  min-height: 54px;
  white-space: normal;
  text-align: center;
}

.bathroom-hero__aside {
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
  border-radius: 26px;
  background: linear-gradient(180deg, #07192d 0%, #0b4260 100%);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.07);
}

.bathroom-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.bathroom-stat {
  padding: 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.bathroom-stat strong {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 1.55rem;
  line-height: 1;
}

.bathroom-stat span,
.bathroom-hero-points div {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  line-height: 1.55;
}

.bathroom-hero-points {
  display: grid;
  gap: 0.75rem;
}

.bathroom-hero-points div {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.bathroom-hero-points i {
  color: #92dcff;
  margin-top: 0.2rem;
}

.bathroom-section {
  padding: 5rem 0 0;
}

.bathroom-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
}

.bathroom-panel,
.bathroom-card,
.bathroom-contact-panel,
.bathroom-areas-shell,
.bathroom-review {
  border: 1px solid var(--bp-line);
  background: var(--bp-surface);
  box-shadow: var(--bp-shadow);
}

.bathroom-panel {
  padding: clamp(1.4rem, 2.6vw, 2rem);
  border-radius: var(--bp-radius-xl);
  background: linear-gradient(180deg, #fff 0%, #f8fcff 100%);
}

.bathroom-visual {
  position: relative;
  min-height: 100%;
}

.bathroom-visual img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  border-radius: var(--bp-radius-xl);
  object-fit: cover;
  box-shadow: 0 26px 60px rgba(13, 33, 53, 0.14);
}

.bathroom-badge {
  position: absolute;
  left: -1.2rem;
  bottom: 1.5rem;
  max-width: 300px;
  padding: 1.15rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--bp-line);
  box-shadow: 0 18px 45px rgba(15, 32, 51, 0.12);
}

.bathroom-badge strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--bp-ink);
  font-size: 1.12rem;
}

.bathroom-badge span {
  color: var(--bp-muted);
  line-height: 1.7;
}

.bathroom-checklist,
.bathroom-areas-list,
.bathroom-card ul {
  list-style: none;
  display: grid;
  gap: 0.85rem;
  padding: 0;
  margin: 0;
}

.bathroom-checklist li,
.bathroom-areas-list li,
.bathroom-card li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: var(--bp-muted);
  line-height: 1.75;
}

.bathroom-checklist li::before,
.bathroom-areas-list li::before,
.bathroom-card li::before {
  content: "\f058";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  color: var(--bp-success);
  margin-top: 0.1rem;
}

.bathroom-card-grid,
.bathroom-review-grid,
.bathroom-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.bathroom-related-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bathroom-card {
  padding: 1.4rem 1.2rem;
  border-radius: var(--bp-radius-lg);
}

.bathroom-card i {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 16px;
  background: #e8f7fc;
  color: var(--bp-primary);
  font-size: 1.1rem;
}

.bathroom-card h3 {
  margin-bottom: 0.7rem;
  color: var(--bp-ink);
  font-size: 1.15rem;
  line-height: 1.3;
}

.bathroom-card a {
  color: var(--bp-primary);
  text-decoration: none;
  font-weight: 700;
}

.bathroom-card a:hover {
  color: var(--bp-primary-deep);
}

.bathroom-band {
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  align-items: center;
  padding: clamp(1.6rem, 3vw, 2.25rem);
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.14), transparent 26%),
    linear-gradient(135deg, #07192d 0%, #0c4d70 54%, #0d78a8 100%);
  color: #fff;
  box-shadow: 0 28px 70px rgba(9, 30, 46, 0.24);
}

.bathroom-band h2,
.bathroom-band h3 {
  color: #fff;
}

.bathroom-band h3 {
  margin: 1.1rem 0 0.45rem;
  font-size: 1.18rem;
  line-height: 1.3;
}

.bathroom-band p {
  color: rgba(255, 255, 255, 0.84);
}

.bathroom-band .about-btn-outline {
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.bathroom-band .about-btn-outline:hover {
  background: #fff;
  color: var(--bp-ink);
  border-color: #fff;
}

.bathroom-review {
  padding: 1.5rem;
  border-radius: var(--bp-radius-lg);
}

.bathroom-review__rating {
  display: inline-flex;
  margin-bottom: 1rem;
  color: #ffb11a;
  letter-spacing: 0.12em;
}

.bathroom-review strong {
  color: var(--bp-ink);
}

.bathroom-contact-panel {
  padding: clamp(1.6rem, 3vw, 2rem);
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(13, 120, 168, 0.12), transparent 28%),
    linear-gradient(135deg, #fff 0%, #eff9fc 100%);
}

.bathroom-contact-panel__grid {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
  align-items: center;
}

.bathroom-contact-list {
  display: grid;
  gap: 0.9rem;
}

.bathroom-contact-item {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem 1.05rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--bp-line);
}

.bathroom-contact-item i {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 14px;
  background: #e8f7fc;
  color: var(--bp-primary);
}

.bathroom-contact-item a {
  color: var(--bp-ink);
  text-decoration: none;
  font-weight: 700;
}

.bathroom-contact-item span {
  display: block;
  margin-top: 0.15rem;
  color: var(--bp-muted);
  font-size: 0.92rem;
}

.bathroom-areas-shell {
  padding: clamp(1.5rem, 3vw, 2rem);
  border-radius: var(--bp-radius-xl);
  background: linear-gradient(180deg, #fff 0%, #f8fcff 100%);
}

.bathroom-areas-top {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  margin-bottom: 1.5rem;
}

.bathroom-areas-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem 1.2rem;
}

.bathroom-faq {
  margin-top: 5rem;
}

.bathroom-faq .faq-shell {
  background:
    radial-gradient(circle at top left, rgba(13, 120, 168, 0.14), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f8fcff 100%);
}

.bathroom-location-page .contact {
  margin-top: 5rem;
}

@media (max-width: 1100px) {
  .bathroom-card-grid,
  .bathroom-review-grid,
  .bathroom-related-grid,
  .bathroom-areas-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 992px) {
  .bathroom-hero,
  .bathroom-grid,
  .bathroom-band,
  .bathroom-contact-panel__grid,
  .bathroom-areas-top {
    grid-template-columns: 1fr;
  }

  .bathroom-badge {
    position: relative;
    left: auto;
    bottom: auto;
    max-width: none;
    margin-top: 1rem;
  }

  .bathroom-visual img {
    min-height: 360px;
  }
}

@media (max-width: 768px) {
  .bathroom-shell {
    width: calc(100% - 24px);
  }

  .bathroom-hero {
    margin-top: -2.5rem;
    padding: 1.25rem;
  }

  .bathroom-section {
    padding-top: 4rem;
  }

  .bathroom-card-grid,
  .bathroom-review-grid,
  .bathroom-related-grid,
  .bathroom-areas-list,
  .bathroom-stat-grid {
    grid-template-columns: 1fr;
  }

  .bathroom-hero__actions .about-btn,
  .bathroom-band__actions .about-btn,
  .bathroom-areas-top .about-btn {
    width: 100%;
  }

  .bathroom-location-page .contact {
    margin-top: 4rem;
  }
}

@media (max-width: 480px) {
  html,
  body.bathroom-location-page {
    width: 100%;
    max-width: 100%;
  }

  .bathroom-location-page .bathroom-shell {
    width: min(330px, calc(100% - 24px));
    max-width: min(330px, calc(100% - 24px));
    margin-left: 12px;
    margin-right: auto;
  }

  .bathroom-location-page .top-bar,
  .bathroom-location-page header,
  .bathroom-location-page header.sticky {
    width: min(330px, calc(100% - 24px));
    margin-left: 12px;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .bathroom-location-page nav {
    width: 100%;
    gap: 1rem;
    justify-content: space-between;
  }

  .bathroom-location-page nav .logo img {
    width: min(165px, 52vw) !important;
  }

  .bathroom-location-page .menu-toggle {
    display: flex !important;
    flex: 0 0 auto;
    margin-left: auto;
  }

  .bathroom-location-page .top-bar-item {
    min-width: 0;
    flex-shrink: 1;
  }

  .bathroom-location-page .top-bar-container,
  .bathroom-location-page .top-bar-left,
  .bathroom-location-page .top-bar-right {
    width: 100%;
  }

  .bathroom-location-page .top-bar-left {
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
  }

  .bathroom-location-page .top-bar-item a {
    font-size: 0.82rem;
    overflow-wrap: anywhere;
  }

  .bathroom-hero,
  .bathroom-panel,
  .bathroom-band,
  .bathroom-contact-panel,
  .bathroom-areas-shell {
    border-radius: 22px;
    padding: 1rem;
  }

  .bathroom-hero,
  .bathroom-grid,
  .bathroom-band,
  .bathroom-contact-panel__grid,
  .bathroom-areas-top {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .bathroom-hero__aside,
  .bathroom-visual,
  .bathroom-contact-list {
    margin-top: 1rem;
  }

  .bathroom-hero h2,
  .bathroom-copy h2,
  .bathroom-band h2,
  .bathroom-contact-panel h2 {
    max-width: 100%;
    font-size: clamp(1.65rem, 8vw, 2rem);
    overflow-wrap: anywhere;
  }

  .bathroom-hero p,
  .bathroom-copy p,
  .bathroom-card p,
  .bathroom-contact-panel p,
  .bathroom-checklist li,
  .bathroom-areas-list li {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}
