.breadcrumbs { padding-block: 14px; font-size: .78rem; font-weight: 800; }
.breadcrumbs ol { display: flex; gap: 10px; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li + li::before { margin-right: 10px; color: var(--green-dark); content: "/"; }
.breadcrumbs a { color: var(--blue); text-underline-offset: 3px; }

.facilities-hero { position: relative; min-height: 620px; display: flex; align-items: center; overflow: hidden; background: var(--navy); color: #fff; }
.facilities-hero::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(0 31 57 / 94%) 0%, rgb(0 40 75 / 77%) 43%, rgb(0 40 75 / 10%) 78%); content: ""; }
.facilities-hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.facilities-hero-copy { position: relative; z-index: 1; padding-block: 88px; }
.facilities-hero-copy .kicker { color: var(--green-light); }
.facilities-hero h1 { max-width: 780px; margin: 0; font-size: clamp(2.6rem, 5.5vw, 5rem); line-height: .98; letter-spacing: -.045em; }
.facilities-hero-copy > p:not(.kicker) { max-width: 690px; margin: 28px 0 0; font-size: 1.15rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.primary-cta, .secondary-cta { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border-radius: 3px; font-size: .8rem; font-weight: 900; letter-spacing: .06em; text-decoration: none; }
.primary-cta { background: var(--green); color: #fff; }
.primary-cta:hover { background: #5f8e00; }
.secondary-cta { border: 1px solid rgb(255 255 255 / 65%); color: #fff; }
.secondary-cta:hover { background: #fff; color: var(--navy); }

.facility-tour, .protect-section, .resilience-section, .amenities-section, .gallery-section { padding: 96px 0; }
.facility-tour { background: var(--navy); color: #fff; }
.tour-heading { display: grid; grid-template-columns: 1fr .85fr; gap: 70px; align-items: end; margin-bottom: 38px; }
.tour-heading h2, .resilience-section h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 3.7rem); line-height: 1.04; letter-spacing: -.035em; }
.tour-heading .kicker { color: var(--green-light); }
.tour-heading > p { margin: 0; color: #d5e2e9; }
.tour-video { position: relative; overflow: hidden; aspect-ratio: 16 / 9; border: 1px solid rgb(255 255 255 / 22%); box-shadow: 0 20px 50px rgb(0 0 0 / 28%); }
.tour-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.protect-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: 80px; align-items: center; }
.protect-section h2, .section-heading h2, .door-feature h2, .facility-cta h2 { margin: 0; color: var(--navy); font-size: clamp(2.2rem, 4vw, 3.7rem); line-height: 1.04; letter-spacing: -.035em; }
.protect-section p:not(.kicker), .section-heading > p:not(.kicker) { color: var(--muted); font-size: 1.04rem; }
.protection-card { padding: 34px; border-top: 5px solid var(--green); background: var(--navy); color: #fff; box-shadow: 0 18px 42px rgb(0 40 75 / 18%); }
.protection-card strong { font-size: 1.25rem; }
.protection-card ul { display: grid; gap: 12px; margin: 22px 0 0; padding: 0; list-style: none; }
.protection-card li { position: relative; padding-left: 26px; }
.protection-card li::before { position: absolute; left: 0; color: var(--green-light); font-weight: 900; content: "✓"; }

.section-heading { max-width: 840px; margin-bottom: 42px; }
.amenity-grid h3 { margin: 8px 0 10px; color: var(--navy); font-size: 1.35rem; line-height: 1.2; }
.amenity-grid p { margin: 0; color: var(--muted); }

.door-feature { padding: 78px 0; background: var(--navy); color: #fff; }
.door-layout { display: grid; grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr); gap: 70px; align-items: center; }
.door-number { padding: 30px; border: 1px solid rgb(255 255 255 / 30%); border-left: 6px solid var(--green); }
.door-number strong, .door-number span { display: block; }
.door-number strong { color: var(--green-light); font-size: clamp(3rem, 7vw, 5.8rem); line-height: .9; letter-spacing: -.06em; white-space: nowrap; }
.door-number span { margin-top: 14px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.door-feature h2 { color: #fff; }
.door-feature p:not(.kicker) { max-width: 720px; color: #d5e2e9; }

.resilience-section { padding: 70px 0; background: var(--pale); }
.resilience-heading { margin-bottom: 28px; }
.resilience-heading .kicker { margin: 0 0 9px; }
.resilience-section .resilience-heading h2 { max-width: 760px; color: var(--navy); font-size: clamp(2rem, 3.5vw, 3.15rem); text-align: left; }
.power-feature-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 22px; }
.power-feature { display: grid; grid-template-columns: 46% 54%; min-height: 260px; overflow: hidden; background: #fff; box-shadow: 0 12px 32px rgb(0 40 75 / 11%); }
.power-feature img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; }
.power-feature > div { display: flex; flex-direction: column; justify-content: center; padding: 26px; }
.power-label { color: var(--green-dark); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.power-feature h3 { margin: 8px 0 10px; color: var(--navy); font-size: clamp(1.45rem, 2vw, 2rem); line-height: 1.08; }
.power-feature p { margin: 0; color: var(--muted); font-size: .94rem; }
.generator-feature { border-top: 6px solid var(--green); background: var(--navy); box-shadow: 0 18px 42px rgb(0 40 75 / 22%); }
.generator-feature .power-label { color: var(--green-light); }
.generator-feature h3 { color: #fff; font-size: clamp(1.75rem, 2.5vw, 2.45rem); }
.generator-feature p { color: #d9e6ec; }

.amenity-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.amenity-grid article { position: relative; min-height: 245px; padding: 30px; border: 1px solid var(--line); background: #fff; }
.amenity-grid article > span { color: var(--green); font-size: .78rem; font-weight: 900; letter-spacing: .12em; }
.amenity-grid a { display: inline-block; margin-top: 16px; color: var(--blue); font-size: .78rem; font-weight: 900; text-underline-offset: 4px; }
.amenity-grid .amenity-priority { border-top: 5px solid var(--green); background: linear-gradient(180deg, #f3f9ec 0, #fff 48%); box-shadow: 0 12px 30px rgb(0 40 75 / 10%); }
.amenity-grid .amenity-priority > span { color: var(--green-dark); }
.amenity-grid .amenity-priority h3 { font-size: 1.45rem; }
.amenity-links { display: flex; flex-wrap: wrap; gap: 4px 18px; }

.wash-club-feature { padding: 46px 0; background: var(--navy); color: #fff; }
.wash-club-layout { display: grid; grid-template-columns: minmax(360px, 430px) minmax(0, 1fr); gap: 52px; align-items: center; }
.wash-club-feature figure { width: 100%; aspect-ratio: 16 / 9; margin: 0; overflow: hidden; border-bottom: 5px solid var(--green); background: #e9eef1; box-shadow: 0 12px 30px rgb(0 0 0 / 22%); }
.wash-club-feature img { width: 100%; height: 100%; display: block; object-fit: cover; }
.wash-club-feature .kicker { color: var(--green-light); }
.wash-club-feature h2 { margin: 0; color: #fff; font-size: clamp(2rem, 3.4vw, 3rem); line-height: 1; letter-spacing: -.04em; }
.wash-club-feature p:not(.kicker) { margin: 16px 0 0; color: #d9e6ec; font-size: .94rem; }
.wash-club-feature ul { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 18px; margin: 18px 0 22px; padding: 0; list-style: none; font-size: .85rem; }
.wash-club-feature li { position: relative; padding-left: 24px; font-weight: 700; }
.wash-club-feature li::before { position: absolute; left: 0; color: var(--green-light); font-weight: 900; content: "✓"; }

.precision-care-feature { padding: 46px 0; background: #eef5f7; }
.precision-care-layout { display: grid; grid-template-columns: minmax(360px, 430px) minmax(0, 1fr); gap: 52px; align-items: center; }
.precision-care-feature figure { width: 100%; aspect-ratio: 4 / 3; margin: 0; overflow: hidden; border-bottom: 5px solid var(--green); background: #fff; box-shadow: 0 12px 30px rgb(0 40 75 / 14%); }
.precision-care-feature img { width: 100%; height: 100%; display: block; object-fit: cover; }
.precision-care-feature h2 { max-width: 780px; margin: 0; color: var(--navy); font-size: clamp(2rem, 3.4vw, 3rem); line-height: 1; letter-spacing: -.04em; }
.precision-care-feature p:not(.kicker) { max-width: 780px; margin: 16px 0 0; color: var(--muted); font-size: .94rem; }
.precision-care-feature ul { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 18px; margin: 18px 0 22px; padding: 0; list-style: none; color: var(--navy); font-size: .85rem; }
.precision-care-feature li { position: relative; padding-left: 24px; font-weight: 700; }
.precision-care-feature li::before { position: absolute; left: 0; color: var(--green); font-weight: 900; content: "✓"; }

.gallery-section { background: #f7fafb; }
.gallery-groups { display: grid; gap: 68px; }
.gallery-group h3 { margin: 0 0 22px; padding-bottom: 12px; border-bottom: 3px solid var(--green); color: var(--navy); font-size: clamp(1.45rem, 2.5vw, 2rem); }
.facility-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; align-items: stretch; }
.facility-gallery figure { height: 100%; display: flex; flex-direction: column; margin: 0; overflow: hidden; background: #fff; box-shadow: 0 9px 24px rgb(0 40 75 / 9%); }
.facility-gallery .gallery-photo-link { display: block; background: #edf2f5; aspect-ratio: 4 / 3; }
.facility-gallery .gallery-photo-link:focus-visible { outline: 3px solid var(--green-dark); outline-offset: 3px; }
.facility-gallery img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; }
.facility-gallery figcaption { min-height: 70px; display: flex; align-items: center; flex: 1; padding: 18px 20px; border-bottom: 3px solid var(--green); color: var(--navy); font-size: .95rem; font-weight: 800; line-height: 1.45; }

.facility-cta { padding: 76px 0; background: linear-gradient(135deg, #e8f2f6, #fff); }
.facility-cta .wrap { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.facility-cta p:not(.kicker) { max-width: 800px; color: var(--muted); }
.facility-cta-actions { display: grid; gap: 14px; text-align: center; }
.facility-cta-actions > a:last-child { color: var(--navy); font-weight: 900; }

@media (max-width: 900px) {
  .facilities-hero { min-height: 540px; }
  .amenity-grid { grid-template-columns: repeat(2, 1fr); }
  .tour-heading, .protect-layout, .door-layout { grid-template-columns: 1fr; gap: 36px; }
  .resilience-heading { display: block; }
  .resilience-section .resilience-heading h2 { margin-top: 8px; text-align: left; }
  .power-feature-grid { grid-template-columns: 1fr; }
  .wash-club-layout { grid-template-columns: 1fr; gap: 30px; }
  .precision-care-layout { grid-template-columns: 1fr; gap: 30px; }
  .facility-cta .wrap { grid-template-columns: 1fr; gap: 26px; }
  .facility-cta-actions { justify-self: start; }
  .facility-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 580px) {
  .breadcrumbs { padding-block: 10px; }
  .facilities-hero { min-height: 600px; align-items: end; }
  .facilities-hero::after { background: linear-gradient(0deg, rgb(0 31 57 / 98%) 0%, rgb(0 40 75 / 78%) 58%, rgb(0 40 75 / 20%) 100%); }
  .facilities-hero-copy { padding-block: 54px; }
  .facilities-hero h1 { font-size: 2.55rem; }
  .facilities-hero-copy > p:not(.kicker) { font-size: 1rem; }
  .hero-actions { display: grid; }
  .amenity-grid { grid-template-columns: 1fr; }
  .facility-tour, .protect-section, .resilience-section, .amenities-section, .gallery-section { padding: 64px 0; }
  .protection-card { padding: 26px; }
  .door-feature { padding: 58px 0; }
  .door-number strong { font-size: 3.2rem; }
  .resilience-section { padding: 56px 0; }
  .power-feature { grid-template-columns: 1fr; }
  .power-feature img { height: 210px; min-height: 0; }
  .amenity-grid article { min-height: 0; }
  .gallery-groups { gap: 42px; }
  .facility-gallery { grid-template-columns: 1fr; }
  .wash-club-feature { padding: 42px 0; }
  .wash-club-feature figure { max-width: 560px; }
  .precision-care-feature { padding: 42px 0; }
  .precision-care-feature figure { max-width: 560px; }
  .precision-care-feature ul { grid-template-columns: 1fr; }
  .wash-club-feature ul { grid-template-columns: 1fr; }
  .facility-cta { padding: 58px 0; }
  .facility-cta-actions { width: 100%; }
}
