/* Chassell Volunteer Fire & Rescue — theme-integrated department page */
/* Release only the content wrappers containing this page. No viewport offsets. */
.wp-block-post-content:has(.cvfr-page),
.entry-content:has(.cvfr-page) {
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  min-width: 0;
}
.cvfr-layout-wrapper {
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  margin-inline: auto !important;
  min-width: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.cvfr-page {
  --cvfr-ink: var(--wp--preset--color--contrast, #111111);
  --cvfr-charcoal: var(--ctps-charcoal, #1e1e24);
  --cvfr-paper: #ffffff;
  --cvfr-base: var(--wp--preset--color--base, #f9f9f9);
  --cvfr-sage-page: var(--ctps-page, #dfe5df);
  --cvfr-sage: var(--wp--preset--color--accent-4, #b1c5a4);
  --cvfr-township-gray: #b5bdbc;
  --cvfr-tan: var(--ctps-tan, var(--wp--preset--color--accent-2, #c2a990));
  --cvfr-emergency: #b4232a;
  --cvfr-rule: rgba(17, 17, 17, 0.2);
  --cvfr-radius: var(--ctps-radius, 24px);
  --cvfr-wide: var(--ctps-wide-width, 1280px);
  --cvfr-gap: 1.2rem;
  color: var(--cvfr-ink);
  font-family: var(--wp--preset--font-family--body, Inter, sans-serif);
  font-size: 1rem;
  line-height: 1.55;
  position: relative;
  left: auto;
  transform: none;
  width: 100%;
  max-width: var(--cvfr-wide) !important;
  margin: var(--cvfr-gap) auto var(--cvfr-gap) !important;
}

.cvfr-template-main {
  margin: 1.2rem 0 0;
  padding: 0;
  max-width: none;
}

.cvfr-page,
.cvfr-page *,
.cvfr-page *::before,
.cvfr-page *::after {
  box-sizing: border-box;
}

.cvfr-page img {
  display: block;
  max-width: 100%;
}

.cvfr-page a {
  color: inherit;
  text-underline-offset: 0.16em;
}

.cvfr-page h1,
.cvfr-page h2,
.cvfr-page h3,
.cvfr-page p {
  margin-top: 0;
}

.cvfr-page h1,
.cvfr-page h2,
.cvfr-page h3 {
  font-family: var(--wp--preset--font-family--heading, Cardo, Georgia, serif);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.08;
}

.cvfr-page h2 {
  font-size: clamp(2rem, 3.3vw, 3rem);
  margin-bottom: 1.25rem;
}

.cvfr-page h3 {
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  margin-bottom: 0.6rem;
}

.cvfr-page section[id] {
  scroll-margin-top: 2rem;
}

.cvfr-shell {
  width: 100%;
  max-width: none;
  margin: 0;
}

.cvfr-skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 9999;
  padding: 0.75rem 1rem;
  color: #fff !important;
  background: var(--cvfr-charcoal);
  transform: translateY(-180%);
}

.cvfr-skip-link:focus {
  transform: none;
}

/* Match the live Recreation page's single-column Quick Links flow. */
.cvfr-quick-links {
  border: 1px solid #333;
  border-radius: 6px;
  padding: 30px;
  margin: 0 0 var(--cvfr-gap);
  background: transparent;
}
.cvfr-quick-links summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
}
.cvfr-quick-links summary::-webkit-details-marker { display: none; }
.cvfr-quick-links summary svg { width: 20px; height: 20px; margin-left: 10px; fill: currentColor; }
.cvfr-quick-links[open] summary svg { transform: rotate(180deg); }
.cvfr-quick-links nav { display: block; padding: 0; border: 0; }
.cvfr-quick-links ul { margin: 0 0 0 2.2em; padding: 0; list-style: disc outside; }
.cvfr-quick-links li { display: list-item; padding: 10px 0 0; font-size: 1.05rem; line-height: 1.55; }
.cvfr-quick-links nav a { color: #54595f; text-decoration: underline; padding: 0; }
.cvfr-quick-links a:hover { color: #111; }
.cvfr-quick-links :focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }

/* Emergency notice remains intentionally red, but behaves like a township callout. */
.cvfr-emergency-bar {
  background: var(--cvfr-paper);
  border-left: 5px solid var(--cvfr-emergency);
  border-radius: var(--cvfr-radius);
  margin-bottom: var(--cvfr-gap);
}

.cvfr-emergency-inner {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1.15rem 1.5rem;
}

.cvfr-emergency-inner p {
  margin: 0;
}

.cvfr-emergency-inner a {
  align-items: center;
  background: var(--cvfr-emergency);
  border: 1px solid var(--cvfr-emergency);
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-weight: 600;
  gap: 0.5rem;
  padding: 0.7rem 1rem;
  text-decoration: none;
}

.cvfr-emergency-inner a:hover,
.cvfr-emergency-inner a:focus-visible {
  background: #8f1c22;
}

/* Department banner: an align-wide panel inside the township page, not a second site header. */
.cvfr-hero {
  background: var(--cvfr-charcoal);
  border-radius: var(--cvfr-radius);
  color: #fff;
  min-height: 560px;
  overflow: hidden;
  position: relative;
}

.cvfr-hero-image,
.cvfr-hero-scrim {
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.cvfr-hero-image {
  object-fit: cover;
  object-position: center 44%;
}

.cvfr-hero-scrim {
  background: linear-gradient(90deg, rgba(30, 30, 36, 0.93) 0%, rgba(30, 30, 36, 0.72) 46%, rgba(30, 30, 36, 0.08) 78%);
}

.cvfr-hero-content {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(180px, 0.55fr);
  gap: 2rem;
  min-height: 560px;
  padding: clamp(3rem, 7vw, 6.5rem) clamp(2rem, 6vw, 5rem);
  position: relative;
  z-index: 1;
}

.cvfr-hero-copy {
  max-width: 720px;
}

.cvfr-eyebrow {
  color: var(--cvfr-tan);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.cvfr-eyebrow.cvfr-dark {
  color: #5d684f;
}

.cvfr-hero h1 {
  color: #fff;
  font-size: clamp(3rem, 6vw, 5rem);
  margin-bottom: 1.4rem;
}

.cvfr-hero-lede {
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.55;
  max-width: 620px;
  margin-bottom: 2rem;
}

.cvfr-hero-actions,
.cvfr-location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.cvfr-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  gap: 0.55rem;
  justify-content: center;
  line-height: 1.2;
  padding: 0.85rem 1.15rem;
  text-decoration: none !important;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.cvfr-button-primary,
.cvfr-button-dark {
  background: var(--cvfr-charcoal);
  border-color: var(--cvfr-charcoal);
  color: #fff !important;
}

.cvfr-hero .cvfr-button-primary {
  background: var(--cvfr-base);
  border-color: var(--cvfr-base);
  color: var(--cvfr-charcoal) !important;
}

.cvfr-button-ghost {
  border-color: rgba(255, 255, 255, 0.75);
  color: #fff !important;
}

.cvfr-button-outline {
  border-color: rgba(17, 17, 17, 0.55);
  color: var(--cvfr-ink) !important;
}

.cvfr-button-primary:hover,
.cvfr-button-dark:hover,
.cvfr-button-primary:focus-visible,
.cvfr-button-dark:focus-visible {
  background: #34343c;
}

.cvfr-hero .cvfr-button-primary:hover,
.cvfr-hero .cvfr-button-primary:focus-visible,
.cvfr-button-ghost:hover,
.cvfr-button-ghost:focus-visible {
  background: #fff;
  border-color: #fff;
  color: var(--cvfr-charcoal) !important;
}

.cvfr-hero-badge {
  justify-self: end;
  width: min(230px, 100%);
}

.cvfr-hero-badge img {
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.25));
  width: 100%;
}

/* Contact summary and recurring township card treatment */
.cvfr-quick-info,
.cvfr-section,
.cvfr-readiness-band,
.cvfr-volunteer-section,
.cvfr-final-cta {
  border-radius: var(--cvfr-radius);
  margin-top: var(--cvfr-gap);
}

.cvfr-quick-info,
.cvfr-section,
.cvfr-final-cta {
  background: var(--cvfr-paper);
}

.cvfr-quick-info {
  background: var(--cvfr-township-gray);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 2rem;
}

.cvfr-quick-info article {
  align-items: flex-start;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 0.8rem;
  padding: 0.3rem 1.5rem;
}

.cvfr-quick-info article + article {
  border-left: 1px solid var(--cvfr-rule);
}

.cvfr-info-icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.cvfr-quick-info p,
.cvfr-quick-info small,
.cvfr-quick-info strong,
.cvfr-quick-info a {
  display: block;
}

.cvfr-quick-info p {
  color: #5a5a5f;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}

.cvfr-quick-info strong,
.cvfr-quick-info article > div > a:not(.cvfr-text-link) {
  font-size: 1.05rem;
  font-weight: 650;
}

.cvfr-quick-info small {
  color: #65656b;
  font-size: 0.82rem;
  line-height: 1.4;
  margin-top: 0.2rem;
}

.cvfr-text-link,
.cvfr-inline-action {
  font-weight: 600;
}

.cvfr-section {
  padding: clamp(3rem, 7vw, 6.5rem) clamp(1.25rem, 4vw, 3rem);
}

.cvfr-about-grid,
.cvfr-community-grid {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(2.5rem, 6vw, 5.5rem);
}

.cvfr-section-copy p:not(.cvfr-eyebrow),
.cvfr-section-heading > p {
  max-width: 650px;
}

.cvfr-section-lede {
  font-size: 1.08rem;
}

.cvfr-inline-action {
  display: inline-flex;
  gap: 0.45rem;
  margin-top: 0.4rem;
}

.cvfr-about-visual {
  min-height: 480px;
  position: relative;
}

.cvfr-about-visual > img {
  border-radius: 24px;
  height: 480px;
  object-fit: cover;
  width: 100%;
}

.cvfr-service-area-card,
.cvfr-established-card {
  border-radius: 12px;
  position: absolute;
}

.cvfr-service-area-card {
  background: var(--cvfr-charcoal);
  bottom: 1rem;
  color: #fff;
  left: -1.25rem;
  max-width: 190px;
  padding: 1rem 1.15rem;
}

.cvfr-service-area-card strong {
  display: block;
  font-family: var(--wp--preset--font-family--heading, Cardo, Georgia, serif);
  font-size: 2.4rem;
  line-height: 1;
}

.cvfr-service-area-card span {
  display: block;
  font-size: 0.75rem;
  line-height: 1.35;
  margin-top: 0.3rem;
}

.cvfr-established-card {
  background: var(--cvfr-tan);
  color: var(--cvfr-charcoal);
  right: -1rem;
  top: 1rem;
  padding: 0.75rem 0.9rem;
  text-align: center;
}

.cvfr-established-card span,
.cvfr-established-card strong {
  display: block;
}

.cvfr-established-card span {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.cvfr-established-card strong {
  font-family: var(--wp--preset--font-family--heading, Cardo, Georgia, serif);
  font-size: 1.45rem;
}

.cvfr-section-heading {
  align-items: end;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.75fr);
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}

.cvfr-section-heading h2,
.cvfr-section-heading p {
  margin-bottom: 0;
}

.cvfr-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.cvfr-service-card {
  background: rgba(255, 255, 255, 0.76);
  border: 0;
  border-radius: 20px;
  overflow: hidden;
}

.cvfr-service-image {
  height: 255px;
  overflow: hidden;
  position: relative;
}

.cvfr-service-image::after {
  background: linear-gradient(180deg, transparent 55%, rgba(30, 30, 36, 0.75));
  content: "";
  inset: 0;
  position: absolute;
}

.cvfr-service-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.cvfr-service-image span,
.cvfr-service-image b {
  bottom: 1rem;
  color: #fff;
  position: absolute;
  z-index: 1;
}

.cvfr-service-image span {
  font-size: 0.74rem;
  font-weight: 700;
  left: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cvfr-service-image b {
  font-family: var(--wp--preset--font-family--heading, Cardo, Georgia, serif);
  font-size: 1.3rem;
  font-weight: 400;
  right: 1rem;
}

.cvfr-service-card-copy {
  padding: 1.4rem 1.5rem 1.6rem;
}

.cvfr-service-card-copy p {
  margin-bottom: 0;
}

.cvfr-readiness-band {
  background: var(--cvfr-charcoal);
  color: #fff;
  padding: 1.8rem 2rem;
}

.cvfr-services-section,
.cvfr-community-section {
  background: var(--cvfr-township-gray);
}

.cvfr-medical-section {
  background: var(--cvfr-tan);
}

.cvfr-readiness-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cvfr-readiness-grid > div {
  padding: 0.2rem 1.2rem;
  text-align: center;
}

.cvfr-readiness-grid > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.cvfr-readiness-grid small,
.cvfr-readiness-grid strong {
  display: block;
}

.cvfr-readiness-grid small {
  color: #c9c9cc;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}

.cvfr-readiness-grid strong {
  font-family: var(--wp--preset--font-family--heading, Cardo, Georgia, serif);
  font-size: 1.28rem;
  font-weight: 400;
}

.cvfr-medical-grid {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 3rem;
}

.cvfr-medical-symbol {
  align-items: center;
  background: rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  display: inline-flex;
  font-size: 1.5rem;
  height: 52px;
  justify-content: center;
  margin-bottom: 1.5rem;
  width: 52px;
}

.cvfr-medical-section .cvfr-eyebrow {
  color: #5d684f;
}

.cvfr-medical-section aside {
  background: rgba(255, 255, 255, 0.58);
  border-radius: 20px;
  padding: 2rem;
}

.cvfr-medical-section aside > * {
  display: block;
}

.cvfr-medical-section aside > p {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.cvfr-medical-section aside h3 {
  margin-bottom: 0.6rem;
}

.cvfr-medical-section aside > span {
  color: #606066;
  font-size: 0.8rem;
  margin-top: 0.35rem;
}

.cvfr-button-light {
  background: var(--cvfr-emergency);
  border-color: var(--cvfr-emergency);
  color: #fff !important;
  margin-top: 1.5rem;
}

.cvfr-volunteer-section {
  color: #fff;
  min-height: 550px;
  overflow: hidden;
  position: relative;
}

.cvfr-volunteer-background,
.cvfr-volunteer-overlay {
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.cvfr-volunteer-background {
  object-fit: cover;
  object-position: center;
}

.cvfr-volunteer-overlay {
  background: linear-gradient(90deg, rgba(30, 30, 36, 0.94), rgba(30, 30, 36, 0.74));
}

.cvfr-volunteer-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.82fr);
  gap: clamp(2.5rem, 6vw, 5rem);
  min-height: 550px;
  padding: clamp(3rem, 7vw, 6rem) clamp(1.25rem, 4vw, 3rem);
  position: relative;
  z-index: 1;
}

.cvfr-volunteer-content h2 {
  color: #fff;
}

.cvfr-volunteer-content .cvfr-button-primary {
  background: var(--cvfr-base);
  border-color: var(--cvfr-base);
  color: var(--cvfr-charcoal) !important;
}

.cvfr-volunteer-steps {
  align-self: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cvfr-volunteer-steps li {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 0.8rem;
  padding: 1.1rem 0;
}

.cvfr-volunteer-steps li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.cvfr-volunteer-steps li > span {
  color: var(--cvfr-tan);
  font-family: var(--wp--preset--font-family--heading, Cardo, Georgia, serif);
  font-size: 1.35rem;
}

.cvfr-volunteer-steps strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 0.25rem;
}

.cvfr-volunteer-steps p {
  color: #dedee1;
  font-size: 0.9rem;
  margin-bottom: 0;
}

.cvfr-apparatus-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.cvfr-apparatus-grid article {
  border-radius: 24px;
  min-height: 330px;
  overflow: hidden;
  position: relative;
}

.cvfr-apparatus-grid img {
  height: 330px;
  object-fit: cover;
  width: 100%;
}

.cvfr-apparatus-grid article::after {
  background: linear-gradient(180deg, transparent 52%, rgba(30, 30, 36, 0.86));
  content: "";
  inset: 0;
  position: absolute;
}

.cvfr-apparatus-grid article > div {
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 1.4rem;
  position: absolute;
  z-index: 1;
}

.cvfr-apparatus-grid span {
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cvfr-apparatus-grid h3 {
  color: #fff;
  margin: 0.3rem 0 0;
}

.cvfr-community-photo {
  position: relative;
}

.cvfr-community-photo img {
  border-radius: 24px;
  height: 500px;
  object-fit: cover;
  width: 100%;
}

.cvfr-community-photo > span {
  background: var(--cvfr-charcoal);
  border-radius: 999px;
  bottom: 1rem;
  color: #fff;
  font-size: 0.75rem;
  left: 1rem;
  padding: 0.5rem 0.7rem;
  position: absolute;
}

.cvfr-location-card {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
  overflow: hidden;
}

.cvfr-location-copy {
  padding: 0.5rem 0 0 clamp(2.5rem, 6vw, 5rem);
}

.cvfr-location-copy > img {
  height: auto;
  margin-bottom: 2rem;
  max-width: 240px;
}

.cvfr-location-copy > p:not(.cvfr-eyebrow) {
  margin-bottom: 1.5rem;
}

.cvfr-location-copy dl {
  border-bottom: 1px solid var(--cvfr-rule);
  border-top: 1px solid var(--cvfr-rule);
  margin: 0 0 1.5rem;
}

.cvfr-location-copy dl div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 1rem;
  padding: 0.8rem 0;
}

.cvfr-location-copy dl div + div {
  border-top: 1px solid var(--cvfr-rule);
}

.cvfr-location-copy dt {
  color: #68686d;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cvfr-location-copy dd {
  margin: 0;
}

.cvfr-location-copy > small {
  color: #69696e;
  display: block;
  font-size: 0.78rem;
  margin-top: 1rem;
}

.cvfr-final-cta {
  align-items: center;
  background: var(--cvfr-tan);
  border-left: 5px solid var(--cvfr-emergency);
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  padding: 2.25rem 2.5rem;
}

.cvfr-final-cta > div {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  width: 100%;
}

.cvfr-final-cta p {
  color: var(--cvfr-emergency);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.45rem;
  text-transform: uppercase;
}

.cvfr-final-cta h2 {
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  margin: 0;
}

.cvfr-final-cta .cvfr-button-primary {
  background: var(--cvfr-emergency);
  border-color: var(--cvfr-emergency);
  flex: 0 0 auto;
}

@media (max-width: 960px) {
  .cvfr-hero-content {
    grid-template-columns: 1fr;
  }

  .cvfr-hero-badge {
    display: none;
  }

  .cvfr-quick-info {
    grid-template-columns: 1fr;
  }

  .cvfr-quick-info article {
    padding: 1rem 0;
  }

  .cvfr-quick-info article + article {
    border-left: 0;
    border-top: 1px solid var(--cvfr-rule);
  }

  .cvfr-about-grid,
  .cvfr-community-grid,
  .cvfr-medical-grid,
  .cvfr-volunteer-content,
  .cvfr-location-card {
    grid-template-columns: 1fr;
  }

  .cvfr-section-heading {
    align-items: start;
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .cvfr-location-copy {
    padding: 2.5rem 0 0;
  }

}

@media (max-width: 720px) {
  .cvfr-page {
    width: 100%;
  }


  .cvfr-emergency-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .cvfr-emergency-inner a {
    align-self: flex-start;
  }

  .cvfr-hero,
  .cvfr-hero-content {
    min-height: 540px;
  }

  .cvfr-hero-scrim {
    background: linear-gradient(90deg, rgba(30, 30, 36, 0.92), rgba(30, 30, 36, 0.62));
  }

  .cvfr-hero-content,
  .cvfr-section,
  .cvfr-volunteer-content {
    padding: 2.5rem 1.25rem;
  }

  .cvfr-hero h1 {
    font-size: clamp(2.65rem, 12vw, 4rem);
  }

  .cvfr-hero-actions,
  .cvfr-location-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .cvfr-service-grid,
  .cvfr-apparatus-grid {
    grid-template-columns: 1fr;
  }

  .cvfr-about-visual,
  .cvfr-about-visual > img,
  .cvfr-community-photo img {
    height: 400px;
    min-height: 0;
  }

  .cvfr-service-area-card {
    left: 0.75rem;
  }

  .cvfr-established-card {
    right: 0.75rem;
  }

  .cvfr-readiness-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cvfr-readiness-grid > div {
    padding: 0.8rem 0.5rem;
  }

  .cvfr-readiness-grid > div + div {
    border-left: 0;
  }

  .cvfr-readiness-grid > div:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, 0.24);
  }

  .cvfr-readiness-grid > div:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.24);
  }

  .cvfr-location-copy dl div {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .cvfr-final-cta,
  .cvfr-final-cta > div {
    align-items: stretch;
    flex-direction: column;
  }

  .cvfr-final-cta {
    padding: 1.75rem 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cvfr-page *,
  .cvfr-page *::before,
  .cvfr-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .cvfr-page {
    width: 100%;
  }

  .cvfr-quick-links,
  .cvfr-hero-actions,
  .cvfr-volunteer-section,
  .cvfr-final-cta {
    display: none;
  }
}

/* 1.2.2: balanced page introduction and shared section alignment. */
.cvfr-page { container-type: inline-size; }
.cvfr-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  padding: 3rem 2rem;
  text-align: center;
}
.cvfr-hero-copy { max-width: 800px; }
.cvfr-hero-lede { margin-left: auto; margin-right: auto; max-width: 580px; }
.cvfr-hero-actions { justify-content: center; }
.cvfr-hero-badge { order: -1; width: 100px; display: block; }
.cvfr-hero h1 { font-size: clamp(2.5rem, 5.5vw, 4.5rem); text-wrap: balance; }
.cvfr-hero-scrim { background: rgba(20, 24, 25, .76); }
.cvfr-section-heading { display: block; text-align: center; max-width: 720px; margin: 0 auto 2.5rem; }
.cvfr-section-heading > p { margin: 1rem auto 0; max-width: 620px; }
.cvfr-section h2 { text-wrap: balance; }
.cvfr-about-grid, .cvfr-community-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 3rem; }
.cvfr-section-copy, .cvfr-medical-copy { min-width: 0; }
.cvfr-page a { overflow-wrap: anywhere; }
@container (max-width: 960px) {
  .cvfr-about-grid, .cvfr-community-grid, .cvfr-medical-grid,
  .cvfr-volunteer-content, .cvfr-location-card, .cvfr-quick-info { grid-template-columns: 1fr; }
  .cvfr-location-copy { padding: 2.5rem 0 0; }
  .cvfr-quick-info article { padding: 1rem 0; }
  .cvfr-quick-info article + article { border-left: 0; border-top: 1px solid var(--cvfr-rule); }
}
@container (max-width: 720px) {
  .cvfr-hero-content, .cvfr-section, .cvfr-volunteer-content { padding: 2.5rem 1.25rem; }
  .cvfr-service-grid, .cvfr-apparatus-grid, .cvfr-location-copy dl div { grid-template-columns: 1fr; }
  .cvfr-emergency-inner, .cvfr-final-cta, .cvfr-final-cta > div { flex-direction: column; align-items: stretch; }
  .cvfr-service-area-card { left: .75rem; }
  .cvfr-established-card { right: .75rem; }
}

/* 1.2.3: match the Recreation canvas and simplify Fire Hall information. */
.cvfr-page .cvfr-location-card { display: block; }
.cvfr-page .cvfr-location-copy {
  max-width: 800px;
  margin-inline: auto;
  padding: 0;
}
.cvfr-location-copy > img { margin-inline: auto; }
.cvfr-location-copy > .cvfr-eyebrow,
.cvfr-location-copy > h2,
.cvfr-location-copy > p { text-align: center; }
.cvfr-location-actions { justify-content: center; }
.cvfr-location-copy > small { text-align: center; }
