/* ========== RESET / BASE ========== */


/*
Colors
White: #ffffff; #d7e1ea; #f4f4f4; #fbeaf0;
Black: #1c2b3a;
Gray: #9fb3c8; #0a1622; #5a6b7a; #8a8a8a; #6f8299;
Light Pink: #f698bd; Dark Pink: #de4b88; #ed5393;
ZW Pink: #F9076B #F698BD #D66FB0 #E879C0
Other Pink: #d66fb0; #e879c0; #c977ac;
*/

* {
  box-sizing: border-box;
}

body, button {
  margin: 0;
  font-family: VT323;
}

body {
  background: #ffffff;
  color: #1c2b3a;
}

a {
  color: inherit;
}

h1, h2, h3 {
  margin: 0 0 12px;
  font-weight: 700;
}

button.selected {
  border: 2px groove black;
}

/* ========== HEADER / NAV ========== */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 40px;
  background: #0a1622;
  position: sticky;
  top: 0;
  z-index: 100;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.nav-logo img {
  height: 36px;
  width: auto;
}

.nav-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.nav-logo-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1px;
}

.nav-logo-sub {
  font-size: 10px;
  color: #9fb3c8;
  letter-spacing: 0.5px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 16px;
}

.nav-links a {
  color: #d7e1ea;
  text-decoration: none;
  font-size: 16px;
  font-family: Georgia, serif;
}

.nav-links a:hover {
  color: #ed5393;
}

.nav-links .nav-links-spec {
  color: #f698bd;
  text-decoration: none;
  font-size: 16px;
  font-family: Georgia, serif;
}

.nav-links .nav-links-spec :hover {
  color: #ed5393;
}

.nav-cta {
  /*background: #c977ac;
  color: #ffffff !important;*/ 
  background: #d7e1ea;
  color: black !important;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
}

.nav-cta:hover {
  background: #ed5393;
  color: #d7e1ea;
}

.nav-cta-spec {
  /*background: #c977ac;
  color: #ffffff !important;*/ 
  background: #f698bd;
  color: white !important;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
}

.nav-cta-spec:hover {
  background: #ed5393;
  color: #d7e1ea;
}

.nav-burger {
  display: none;
  width: 36px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
}

.nav-burger::before,
.nav-burger::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background: #ffffff;
}

.nav-burger::before {
  top: 6px;
  box-shadow: 0 9px 0 #ffffff;
}

.nav-burger::after {
  bottom: 6px;
}

/* ========== HERO / OPENER ========== */
.opener {
  display: block;
  position: relative;
  background: #ffffff;
  margin-top: 0%;
}

.opener-vdo {
  position: relative;
  width: 100%;
  height: 75vh;
  min-height: 420px;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 58%, 45% 100%, 0 100%);
}

.opener-vdo1 {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 420px;
  overflow: hidden;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 55% 100%, 0 58%);
}

.opener-vdo1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.opener-vdo video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.opener-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(8,25,41,.6) 0%, rgba(8,25,41,.75) 100%);
}

.opener-words {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  color: white;
  padding: 60px 40px 0 80px;
  font-family: 'Courier New', 'JetBrains Mono', monospace;
}

.opener-words h1 {
  font-size: 32px;
  line-height: 1.4;
  max-width: 640px;
  letter-spacing: 1px;
}

.opener-words .accent {
  color: #e879c0;
}

.opener-words p {
  margin-top: 4px;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  max-width: 560px;
}

.opener-pill {
  position: absolute;
  bottom: 6%;
  left: 8%;
  font-size: 28px;
  z-index: 10;
  padding: 0px 40px;
  background: #f698bd;
}

/* Stats row: individually outlined boxes below the hero trapezoid */
.stats-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1000px;
  margin: -20px auto 0;
  padding: 0 40px;
  position: relative;
  z-index: 3;
}

.stat {
  flex: 1 1 0;
  min-width: 85px;
  text-align: center;
  padding: 20px 12px;
  background: #ffffff;
  border: 2px solid #1c2b3a;
  border-radius: 8px;
  font-family: 'Courier New', 'JetBrains Mono', monospace;
}

.stat-value {
  display: block;
  font-size: 26px;
  font-weight: 700;
  color: #1c2b3a;
}

.stat-label {
  display: block;
  font-size: 18px;
  color: #1c2b3a;
  margin-top: 6px;
  line-height: 1.3;
}

/* ========== SHARED SECTION LAYOUT ========== */
.section {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 56px 40px 64px;
}

.section img{
  width: 100%;
  height: 100%;
  object-fit: cover
}

.section h2 {
  font-size: 28px;
  max-width: 680px;
  margin: 16px 0px 8px 0px;
}

.section-sub {
  max-width: 640px;
  color: #5a6b7a;
  font-size: 20px;
  line-height: 1.5;
}

.section p {
  max-width: 940px;
  color: #5a6b7a;
  font-size: 20px;
  line-height: 1.5;
}

.section.section-sus h2{
  max-width: 980px;
}

.section.section-sus h3{
  margin: 6px 0px 4px 0px;
}

.section.section-sus p{
  margin: 8px 0px 8px 0px;
}

/* Pill badges */
.pill {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 999px;
  font-weight: 700;
  color: #ffffff;
}

.pill-1 {
  margin: -210px 0px 0px 0px;
}

.pill-sustainable {
  background: #f698bd;
  font-size: 28px;
}

.pill-sustainable:hover {
  background: #ed5393;
  font-size: 28px;
}


.pill-convenient {
  background: #ed5393;
  font-size: 28px;
}

.pill-convenient:hover {
  background: #f698bd;
  font-size: 28px;
}

.pill-con {
  background: #ed5393;
  font-size: 28px;
}

/* ========== SUSTAINABLE: dark cards ========== */
.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}

.dark-card {
  flex: 1 1 260px;
  background: #0a1622;
  color: #ffffff;
  border-radius: 10px;
  padding: 24px;
}

.dark-card h3 {
  font-size: 20px;
}

.dark-card p {
  font-size: 18px;
  color: #c977ac;
  line-height: 1.5;
  margin: 0;
}

.light-card {
  flex: 1 1 260px;
  color: #000000;
  border-radius: 10px;
  padding: 24px;
  outline: 1px solid #000000;
}

.light-card h3 {
  font-size: 20px;
}

.light-card p {
  font-size: 18px;
  color: #f698bd;
  line-height: 1.5;
  margin: 0;
}

.sustainable-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin: 0px 0px 20px 0px;
}

.sustainable-row p {
  font-size: 20px;
  flex: 1;
  line-height: 1.6;
}

.sustainable-row img {
  flex: 0 0 40%;
  max-width: 450px;
  width: 100%;
  height: auto;
}

/* ========== CONVENIENT: maps ========== */
.map-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 32px;
  align-items:flex-start;
  justify-content: center;
}

.map-item {
  flex: 1 1 350px;
  max-width: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.map-item img {
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.map-caption {
  margin-top: 14px;
  text-align: center;
  font-size: 16px;
  color: #5a6b7a;
  line-height: 1.5;
}

.map-caption strong {
  display: block;
  color: #1c2b3a;
  font-size: 18px;
  margin-bottom: 2px;
}

/* ========== TEAM: staff grid ========== */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
}

.team-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid rgba(28, 43, 58, 0.12);
  border-radius: 10px;
  overflow: hidden;
}

.team-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.team-card-body {
  padding: 16px 18px 20px;
}

.team-card-body h3 {
  font-size: 20px;
  margin: 0 0 4px;
  color: #1c2b3a;
}

.team-card-role {
  display: block;
  font-size: 14px;
  font-family: 'Courier New', monospace;
  font-weight: 700;
  color: #c977ac;
}

@media (max-width: 900px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
}

/* ========== MATERIALS / PRODUCTS: item grid ========== */
.item-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 32px 0px 26px 0px;
}

.item-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid rgba(28, 43, 58, 0.12);
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  transition: transform .15s, box-shadow .15s;
}

.item-card:hover,
.item-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(10, 22, 34, 0.15);
  outline: none;
}

.item-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.item-card-title {
  padding: 14px 16px 18px;
  font-size: 18px;
  font-weight: 700;
  color: #1c2b3a;
}

@media (max-width: 900px) {
  .item-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .item-grid {
    grid-template-columns: 1fr;
  }
}

/* ========== LIGHTBOX / MODAL ========== */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.lightbox.open {
  display: flex;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 22, 34, 0.72);
}

.lightbox-dialog {
  position: relative;
  z-index: 1;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  max-width: 900px;
  width: 100%;
  max-height: 85vh;
}

.lightbox-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: #0a1622;
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.lightbox-close:hover {
  background: #d66fb0;
}

.lightbox-image {
  flex: 1 1 55%;
  background: #f4f4f4;
}

.lightbox-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lightbox-info {
  flex: 1 1 45%;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.lightbox-info h3 {
  font-size: 26px;
  margin: 4px 0 20px;
  color: #1c2b3a;
}

.lightbox-facts {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0 0 24px;
}

.lightbox-fact {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(28, 43, 58, 0.12);
}

.lightbox-fact dt {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8a8a8a;
  font-weight: 700;
  margin-bottom: 4px;
}

.lightbox-fact dd {
  margin: 0;
  font-size: 18px;
  color: #1c2b3a;
}

.lightbox-cta {
  margin-top: auto;
  align-self: flex-start;
}

@media (max-width: 700px) {
  .lightbox-dialog {
    flex-direction: column;
    max-height: 90vh;
    overflow-y: auto;
  }

  .lightbox-image img {
    height: 240px;
  }
}

/* ========== PORTABLE ========== */
.portable-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px;
  margin-top: 32px;
}

.portable-copy {
  flex: 1 1 320px;
}

.portable-copy p {
  color: #5a6b7a;
  font-size: 20px;
  line-height: 1.5;
}

.portable-row img {
  flex: 1 1 340px;
  width: 80%;
  width: 350px;
  border-radius: 10px;
  display: block;
}

.section-e {
  background: #f4f4f4;
  }

.section-specific {
  justify-content: center;
  align-items: center;
  max-width: 1250px;
  padding: 20px 20px 20px 20px;
  }

.section-specific p{
  max-width: 1100px;
  }

/* ========== PORTABLE ========== */
.portable-features {
  display: flex;
  gap: 50px;
  margin-top: 20px;
}

.portable-feature-list {
  flex: 1;
  margin: 0px;
  padding-left: 20px;
}

.portable-feature-list li {
  margin-bottom: 12px;
  font-size: 18px;
  color: #5a6b7a;
}

/* ========== CTA BAND ========== */
.cta-band {
  background: #0a1622;
  color: #ffffff;
  text-align: center;
  padding: 36px 24px;
  margin-top: 30px;
}

.cta-band h2 {
  font-size: 32px;
}

.cta-band p {
  color: #c977ac;
  margin-bottom: 28px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
}

.btn-primary {
  background: #d66fb0;
  color: black;
}

.btn-primary:hover {
  background: #e879c0;
  color: white;
}

.btn-outline {
  background: transparent;
  color: #ffffff;
  border-color: #d66fb0;
  border: 1px solid #d66fb0;
}

.btn-outline:hover {
  background-color: rgba(255, 255, 255, 0.1); 
  border-color: #ffffff;
}

.holder{
  position:relative;
  padding:10; 
  color: white;
  background: white;
  align-items: center;
  justify-content: center;
}

/* ========== FOOTER ========== */
.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  padding: 24px 40px;
  background: #000000;
  color: #d66fb0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-copy {
  margin: 0;
  color: #ed5393;
  font-size: 14px;
  justify-self: start;
}

.footer-links {
  display: flex;
  gap: 32px;
  justify-self: center;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
}

.footer-links a:hover {
  color: #ed5393;
}

.footer-social{
  display:flex;
  gap:18px;
  justify-self: end;
}

.footer-social a{
  color:#ed5393;
  font-size:24px;
  transition:.3s;
}

.footer-social a:hover{
  color:white;
  transform:translateY(-2px);
}

/* ========== CONTACT: split card (light) — left column stacks the two info ========== */
/* blocks, right column is the request form                                    */

.contact-split-card {
  background: #ffffff;
  border-radius: 10px;
  outline: 1px solid #000000;
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}

.contact-split-left {
  flex: 1 1 280px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.contact-split-left .contact-split-col:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.contact-split-col {
  flex: 1 1 280px;
  padding: 28px 28px 14px 28px;
}

.contact-split-col h2 {
  color: #1c2b3a;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 6px;
}

.contact-lead {
  color: #c977ac;
  font-size: 15px;
  margin: 0 0 20px;
  line-height: 1.5;
}

.contact-hours {
  color: #1c2b3a;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}

.contact-hours-sub {
  color: #c977ac;
  font-size: 13px;
  margin: 0 0 20px;
}

.contact-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.contact-row:last-of-type {
  margin-bottom: 0;
}

.contact-pill-btn {
  background: #f698bd;
  color: #1c2b3a;
  font-family: 'Courier New', monospace;
  font-weight: 700;
  font-size: 15px;
  padding: 8px 18px;
  border-radius: 999px;
  white-space: nowrap;
  text-align: center;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
  transition: background .2s;
}

.contact-pill-btn:hover {
  background: #ed5393;
  color:white;
}

.contact-pill-btn-wide {
  padding: 8px 14px;
  font-size: 14px;
}

.contact-value {
  color: #1c2b3a;
  font-size: 18px;
  line-height: 1.4;
}

.contact-value-underline {
  text-decoration: underline;
}

.contact-available {
  color: #c977ac;
  font-size: 13px;
  font-family: 'Courier New', monospace;
  margin: 8px 0 0;
}

.section .contact-docs {
  font-size: 13px;
  font-family: 'Courier New', monospace;
  margin: 8px 0 0 0;
}

/* ---- request form column ---- */
.contact-form-col {
  display: flex;
  flex-direction: column;
  background: #f4f4f4;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 16px;
}

.contact-form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #1c2b3a;
}

.contact-form-field input,
.contact-form-field textarea {
  font-family: inherit;
  font-size: 15px;
  color: #1c2b3a;
  padding: 10px 12px;
  border: 1px solid rgba(28, 43, 58, 0.25);
  border-radius: 6px;
  background: #ffffff;
  resize: vertical;
}

.contact-form-field input:focus,
.contact-form-field textarea:focus {
  outline: none;
  border-color: #d66fb0;
}

.contact-form-submit {
  align-self: flex-start;
  margin-top: 4px;
  border: none;
  cursor: pointer;
}

@media (max-width: 640px) {
  .contact-split-left {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .contact-split-col {
    padding: 24px;
  }
}

/* ========== PORTABLE: feature row (quote + list + stacked images) ========== */
.portable-feature-row {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  margin-top: 24px;
  align-items: flex-start;
}

.portable-feature-copy {
  flex: 1 1 380px;
}

.portable-feature-copy .portable-quote {
  border-left: 4px solid #d66fb0;
  background: #fbeaf0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  padding: 20px 24px;
  margin: 0 0 24px;
}

.portable-feature-copy p {
  max-width: 100%;
  font-size: 18px;
  color: #5a6b7a;
  line-height: 1.6;
  margin: 0 0 16px;
}

.portable-feature-sub {
  color: #8a8a8a;
  font-size: 15px;
  margin: 0 0 24px;
}

.portable-feature-list {
  list-style: none;
  margin: 0px 0px 10px 0px;
  padding: 0;
}

.portable-feature-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(28, 43, 58, 0.12);
  font-size: 18px;
  color: #1c2b3a;
}

.portable-feature-list li:last-child {
  border-bottom: none;
}

.portable-feature-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ed5393;
  flex-shrink: 0;
}

.portable-feature-images {
  flex: 1 1 380px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.portable-feature-images img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

@media (max-width: 768px) {
  .portable-quote {
    font-size: 19px;
  }
  .portable-feature-images img {
    height: 200px;
  }
}


/* ========== DOCS: document cards ========== */
.docs-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 32px;
}

.doc-card {
  flex: 1 1 220px;
  background: #ffffff;
  border: 2px solid #1c2b3a;
  border-radius: 10px;
  padding: 24px 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.doc-card h3 {
  font-size: 24px;
  color: #1c2b3a;
  margin: 0 0 8px;
}

.doc-card p {
  font-size: 18px;
  color: #8a8a8a;
  line-height: 1.4;
  margin: 0 0 24px;
}

.doc-btn {
  background: #f698bd;
  color: #1c2b3a;
  font-family: 'Courier New', monospace;
  font-weight: 700;
  font-size: 18px;
  padding: 5px 10px;
  border-radius: 999px;
  text-decoration: none;
  display: inline-block;
  transition: background .2s;
  margin-top: 8px;
}

.doc-btn:hover {
  background: #ed5393;
  color: white;
}

.doc-btn-open {
  font-size: 18px;
}

.doc-btn-download {
  position: relative;
  bottom: 10;
  font-size: 18px;
}

@media (max-width: 768px) {
  .doc-card {
    flex: 1 1 100%;
  }
}

/* ========== LOCATIONS: facility list + cost panel + map ========== */

.location-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: stretch;
  margin-top: 24px;
}
 
.location-info {
  flex: 1 1 420px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
 
.location-map {
  flex: 1 1 420px;
  max-height: 800px;
  display: flex;
}
 
#facility-map {
  width: 100%;
  min-height: 320px;
  border-radius: 12px;
  border: 2px solid #1c2b3a;
  overflow: hidden;
  position: relative;
  z-index: 0;
  isolation: isolate;
}
 
/* -- facility list -- */
.facility-card {
  background: #ffffff;
  border: 1px solid rgba(28, 43, 58, 0.12);
  border-radius: 10px;
  padding: 24px 28px;
  box-shadow: 0 1px 3px rgba(28, 43, 58, 0.06);
}

.facility-card .section-sub {
  max-width: none;
  font-size: 16px;
  margin: 0 0 4px;
}

.facility-list {
  display: flex;
  flex-direction: column;
}

.facility-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid rgba(28, 43, 58, 0.12);
}

.facility-item:last-child {
  border-bottom: none;
}

.facility-pin {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #0a1622;
  color: #f698bd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  margin-top: 2px;
  text-decoration: none;
  position: relative;
}


.facility-details h3 {
  font-size: 18px;
  color: #1c2b3a;
  margin: 0 0 4px;
}

.section .facility-address {
  font-size: 16px;
  color: #5a6b7a;
  margin: 0 0 6px;
}

.section .facility-tags {
  font-size: 15px;
  color: #8a8a8a;
  margin: 0;
}

/* -- cost panel -- */
.pill-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #c977ac;
  margin-bottom: 10px;
}

.cost-panel {
  background: #f4f4f4;
  border-radius: 10px;
  padding: 28px 28px 32px;
}

.cost-panel h2 {
  font-size: 26px;
  margin-top: 0;
}

.cost-panel p {
  font-size: 17px;
}

.cost-box {
  background: #0a1622;
  color: #ffffff;
  border-radius: 12px;
  padding: 28px;
  margin-top: 20px;
}

.cost-box-top {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 16px;
}

.cost-amount {
  display: block;
  font-size: 42px;
  font-weight: 700;
  color: #e879c0;
}

.cost-unit {
  font-size: 20px;
  font-weight: 700;
  color: #e879c0;
}

.cost-caption {
  display: block;
  font-size: 16px;
  color: #9fb3c8;
  margin-top: 6px;
  max-width: 320px;
}

.cost-includes {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 16px;
  color: #9fb3c8;
}

.cost-includes-label {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 4px;
}

.cost-table {
  width: 100%;
  border-collapse: collapse;
}

.cost-table th {
  text-align: left;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #6f8299;
  font-weight: 700;
  padding: 8px 4px;
}

.cost-table td {
  font-size: 15px;
  padding: 10px 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #d7e1ea;
}

.cost-table td:last-child {
  color: #e879c0;
  font-weight: 700;
}
/* ========== CLIENTS: partner logo grid ========== */
.client-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
}

.client-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid rgba(28, 43, 58, 0.12);
  border-radius: 10px;
  padding: 28px 24px;
  height: 120px;
}

.client-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.65;
  transition: filter .2s, opacity .2s;
}

.client-logo:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

@media (max-width: 900px) {
  .client-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .client-grid {
    grid-template-columns: 1fr;
  }

  .client-logo {
    height: 100px;
  }
}

/* -- Leaflet marker/tooltip theming -- */
.facility-marker {
  background: transparent;
  border: none;
}

.facility-tooltip {
  background: #ffffff !important;
  border: 2px solid #0a1622 !important;
  border-radius: 6px !important;
  color: #d66fb0 !important;
  font-weight: 700 !important;
  font-family: Georgia, serif;
  font-size: 13px !important;
  padding: 6px 12px !important;
  box-shadow: none !important;
  white-space: nowrap;
}

.facility-tooltip::before {
  border-top-color: #0a1622 !important;
}

.leaflet-container {
  font-family: Georgia, serif;
}

/* ========== MOBILE ========== */
@media (max-width: 768px) {
  .location-content {
    flex-direction: column;
  }

  #facility-map {
    min-height: 240px;
  }

  .cost-box-top {
    flex-direction: column;
    gap: 16px;
  }
}

/* ========== MOBILE ========== */
@media (max-width: 768px) {
  .location-content {
    flex-direction: column;
  }

  #facility-map {
    min-height: 320px;
  }

  .cost-box-top {
    flex-direction: column;
    gap: 16px;
  }
}

/* ========== MOBILE ========== */
@media (max-width: 768px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    background: #0a1622;
    padding: 8px 40px 20px;
    z-index: 10;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    padding: 12px 0;
    width: 100%;
  }

  .nav-burger {
    display: block;
  }

  .opener-words h1 {
    font-size: 28px;
  }

  .opener-pill {
    font-size: 20px;
    padding: 0px 24px;
    left: 5%;
    bottom: 4%;
  }

  .stats-bar {
    margin-top: 100px;
    padding: 0 20px;
  }

  .stat {
    flex: 1 1 45%;
  }

  .section {
    padding: 24px 24px 8px;
  }

  .portable-features {
    flex-direction: column;
    gap: 20px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer-copy,
  .footer-links,
  .footer-social {
    justify-self: center;
  }
}