.hero-content-centered {
  position: static !important;
  max-width: 1100px !important;
  width: min(1100px, 92vw);
  margin: 0 auto !important;
  padding: 7rem 1.5rem 5rem !important;
  text-align: center !important;
  bottom: auto !important;
  left: auto !important;
  animation: none !important;
}

.hero-content-centered h1,
.hero-content-centered .hero-subtitle {
  text-align: center !important;
}

.hero-content-centered h1 {
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .hero-content-centered h1 {
    white-space: normal;
  }
}

.hero-content-centered .hero-subtitle {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
}

.hero-content-centered .hero-buttons {
  justify-content: center !important;
  max-width: 520px;
  margin: 0 auto;
}

.hero-windy {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 1.75rem;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: #eef2f7;
}

.hero-windy iframe {
  width: 100%;
  height: 460px;
  border: none;
  display: block;
}

@media (max-width: 82.125rem) {
  .hero-windy iframe {
    height: 380px;
  }
}

@media (max-width: 640px) {
  .hero-windy iframe {
    height: 260px;
  }
  .hero-content-centered {
    padding: 4rem 1rem 3rem !important;
  }
}

@media (max-width: 500px) {
  .hero-content-centered {
    padding: 0.75rem 0.75rem 2rem !important;
  }
}

.hero-weather-widget {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 1.25rem 0 1.5rem;
  padding: 1rem 1.25rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 1rem;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: #fff;
  max-width: 520px;
}

.hero-weather-main {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding-right: 1.25rem;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-weather-icon {
  font-size: 2.4rem;
  color: #ffd66b;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
}

.hero-weather-temp-block {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.hero-weather-temp {
  font-family: "Fraunces", Georgia, serif;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.hero-weather-cond {
  font-size: 0.85rem;
  opacity: 0.85;
  margin-top: 0.35rem;
  text-transform: capitalize;
}

.hero-weather-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem 1.25rem;
  flex: 1;
}

.hero-weather-stat {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  line-height: 1.1;
}

.hero-weather-stat-label {
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.7;
  font-weight: 600;
}

.hero-weather-stat-value {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.1rem;
  font-weight: 600;
}

@media (max-width: 640px) {
  .hero-weather-widget {
    flex-direction: column;
    align-items: stretch;
    gap: 0.9rem;
    padding: 0.9rem 1rem;
  }
  .hero-weather-main {
    border-right: none;
    padding-right: 0;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }
  .hero-weather-temp {
    font-size: 2rem;
  }
}

.page-hero {
  padding: clamp(6rem, 12vw, 9rem) 1.5rem 3rem;
  background:
    linear-gradient(135deg, rgba(40, 62, 148, 0.9), rgba(144, 194, 231, 0.85)),
    url("https://storage.googleapis.com/kws-clientele/Marsh%20Creek%20Boat%20Rental/Optimized/drone-marsh-creek-lake-aerial-sunset-panorama-landscape.webp")
      center / cover;
  color: #fff;
  text-align: center;
}

.page-hero .container {
  max-width: 800px;
  margin: 0 auto;
}

.page-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.18);
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  margin-bottom: 1rem;
  font-weight: 600;
}

.page-hero h1 {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  margin: 0 0 1rem;
  line-height: 1.1;
}

.page-hero p {
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
  opacity: 0.95;
}

/* Current Conditions page */
.conditions-map {
  width: 100%;
  height: clamp(400px, 60vh, 620px);
  background: #eef2f7;
}

.conditions-map iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.conditions-data {
  padding: 4rem 0;
  background: #fafbfd;
}

.conditions-data h2 {
  font-family: "Fraunces", Georgia, serif;
  text-align: center;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin: 0 0 2rem;
  color: var(--main-color, #283e94);
}

.conditions-updated {
  text-align: center;
  color: #6a7384;
  font-size: 0.9rem;
  margin-bottom: 2.5rem;
}

.conditions-updated i {
  color: var(--main-color, #283e94);
  margin-right: 0.3rem;
}

.conditions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media (max-width: 768px) {
  .conditions-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    padding: 0 1rem;
  }
  .condition-card {
    padding: 1.1rem 0.9rem;
  }
  .condition-card .condition-value {
    font-size: 1.5rem;
  }
  .condition-card .condition-label {
    font-size: 0.65rem;
  }
  .condition-card .condition-sub {
    font-size: 0.75rem;
  }
}

.condition-card {
  background: #fff;
  padding: 1.75rem 1.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(40, 62, 148, 0.08);
  box-shadow: 0 4px 14px rgba(40, 62, 148, 0.06);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
}

.condition-card i {
  font-size: 1.5rem;
  color: var(--main-color, #283e94);
  margin-bottom: 0.5rem;
}

.condition-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #6a7384;
  font-weight: 600;
}

.condition-value {
  font-family: "Fraunces", Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-color, #213043);
  line-height: 1;
}

.condition-sub {
  font-size: 0.85rem;
  color: #6a7384;
}

.condition-card-tbd {
  background: #fff8e8;
  border-color: rgba(207, 174, 57, 0.35);
}

.condition-card-tbd i,
.condition-card-tbd .condition-value {
  color: #9d7f18;
}

/* Generic page section used by Fleet, Sale, Facilities shells */
.page-section {
  padding: 4rem 0;
}

.page-section.alt {
  background: #fafbfd;
}

.page-section .container {
  max-width: 1200px;
  padding: 0 1.5rem;
}

.page-section h2 {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin: 0 0 0.75rem;
  color: var(--main-color, #283e94);
}

.page-section .lead {
  color: #4a5468;
  font-size: 1.05rem;
  max-width: 680px;
  margin-bottom: 2rem;
}

.placeholder-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.placeholder-card {
  background: #fff;
  border: 1px dashed rgba(40, 62, 148, 0.25);
  border-radius: 1rem;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-height: 240px;
}

.placeholder-card i {
  font-size: 1.75rem;
  color: var(--main-color, #283e94);
  margin-bottom: 0.5rem;
}

.placeholder-card h3 {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.25rem;
  margin: 0;
  color: var(--text-color, #213043);
}

.placeholder-card p {
  color: #6a7384;
  margin: 0;
  font-size: 0.95rem;
}

.placeholder-card .tbd {
  margin-top: auto;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #9d7f18;
  font-weight: 600;
}

@media (max-width: 768px) {
  .placeholder-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
  .placeholder-card {
    padding: 1.1rem 0.9rem;
    min-height: 190px;
    gap: 0.35rem;
  }
  .placeholder-card i {
    font-size: 1.35rem;
    margin-bottom: 0.3rem;
  }
  .placeholder-card h3 {
    font-size: 1rem;
    line-height: 1.25;
  }
  .placeholder-card p {
    font-size: 0.8rem;
    line-height: 1.35;
  }
  .placeholder-card .tbd {
    font-size: 0.6rem;
  }
}

@media (max-width: 380px) {
  .placeholder-card {
    padding: 0.9rem 0.75rem;
    min-height: 170px;
  }
  .placeholder-card h3 {
    font-size: 0.9rem;
  }
  .placeholder-card p {
    font-size: 0.75rem;
  }
}

.inline-note {
  background: #fff8e8;
  border-left: 3px solid #cfae39;
  padding: 1rem 1.25rem;
  border-radius: 0.5rem;
  color: #6a5619;
  font-size: 0.9rem;
  margin: 1.5rem 0;
}

/* Centered page-section variant */
.page-section-center {
  text-align: center;
}
.page-section-center .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-section-center .lead {
  max-width: 720px;
  margin: 0 auto;
  padding-top: 1.5rem;
}
.page-section-center .inline-note,
.page-section-center .placeholder-grid {
  text-align: left;
  width: 100%;
}

/* Yellow/gold accent for a heading */
.h2-accent {
  color: var(--accent-color, #cfae39) !important;
}

/* Light/white lead (for sections on dark backgrounds) */
.lead.lead-light {
  color: #fff !important;
}
