/*
Theme Name: FROT Editable 2026
Theme URI: https://firstrespondersofthetriad.org/
Description: Editable child theme for the approved FROT 2026 site. Content is managed with native WordPress blocks while the approved visual system remains protected in the theme.
Author: First Responders of the Triad
Template: frot-2026
Version: 0.9.6
Text Domain: frot-editable-2026
*/

:root {
  --frot-navy: #17345c;
  --frot-navy-dark: #102642;
  --frot-red: #b33a3a;
  --frot-red-dark: #922d2d;
  --frot-gold: #c89b3c;
  --frot-ink: #111820;
  --frot-slate: #263746;
  --frot-muted: #5a6874;
  --frot-ivory: #f7f3ea;
  --frot-gray: #e8ecef;
  --frot-white: #fff;
  --frot-shell: 1180px;
  --frot-radius: 18px;
}

html {
  margin-top: 0 !important;
}

body.admin-bar .site-header {
  top: 0 !important;
}

.brand img.brand-lockup {
  height: auto;
  max-height: 82px;
  object-fit: contain;
  width: min(240px, 48vw);
}

.footer-brand img.brand-lockup {
  filter: none;
  height: auto;
  max-height: none;
  object-fit: contain;
  opacity: 1;
  width: min(300px, 100%);
}

.frot-editable-main {
  overflow: clip;
}

.frot-editable-main > .wp-block-group,
.frot-editable-main > .wp-block-cover {
  margin-block: 0;
}

.frot-block-shell {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: var(--frot-shell) !important;
  padding-inline: 20px;
  width: 100%;
}

.frot-block-shell > * {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
}

.frot-editable-hero.wp-block-cover {
  align-items: center;
  min-height: 560px;
  padding: 72px 0;
}

.frot-editable-hero .wp-block-cover__background {
  background: linear-gradient(90deg, rgba(9,29,50,.98) 0%, rgba(9,29,50,.90) 43%, rgba(9,29,50,.48) 68%, rgba(9,29,50,.18) 100%) !important;
  opacity: 1 !important;
}

.frot-editable-hero .wp-block-cover__image-background {
  object-position: center 52%;
}

.frot-editable-hero .wp-block-cover__inner-container {
  width: 100%;
}

.frot-editable-hero .frot-block-shell {
  margin-inline: auto;
}

.frot-editable-hero .frot-block-shell > h1 {
  margin-left: 0 !important;
  margin-right: auto !important;
  max-width: 760px !important;
}

.frot-editable-hero .frot-block-shell > .frot-hero-intro {
  margin-left: 0 !important;
  margin-right: auto !important;
  max-width: 790px !important;
}

.frot-eyebrow {
  color: var(--frot-red);
  font-family: Manrope, sans-serif;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.frot-eyebrow.is-gold {
  color: var(--frot-gold);
}

.frot-editable-hero h1 {
  color: var(--frot-white);
  font-family: Manrope, sans-serif;
  font-size: clamp(3rem, 5.7vw, 5.25rem);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .98;
  margin: 0;
  max-width: 760px;
}

.frot-editable-hero .frot-hero-intro {
  color: rgba(255,255,255,.92);
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
  line-height: 1.65;
  margin: 26px 0 0;
  max-width: 790px;
}

.frot-page-hero.wp-block-cover {
  align-items: center;
  min-height: 605px;
  padding: 72px 0;
}

.frot-page-hero .wp-block-cover__background {
  background: linear-gradient(90deg, rgba(9,29,50,.98) 0%, rgba(9,29,50,.90) 43%, rgba(9,29,50,.48) 68%, rgba(9,29,50,.18) 100%) !important;
  opacity: 1 !important;
}

.frot-page-hero .wp-block-cover__inner-container {
  width: 100%;
}

.frot-page-hero h1 {
  color: var(--frot-white);
  font-family: Manrope, sans-serif;
  font-size: clamp(3rem, 5.8vw, 5.5rem);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .98;
  margin: 0;
  max-width: 820px;
}

.frot-page-hero .frot-block-shell > h1 {
  margin-left: 0 !important;
  margin-right: auto !important;
  max-width: 820px !important;
}

.frot-page-hero .frot-hero-intro {
  color: rgba(255,255,255,.92);
  font-size: clamp(1.05rem, 1.45vw, 1.2rem);
  line-height: 1.65;
  margin: 26px 0 0;
  max-width: 820px;
}

.frot-page-hero .frot-block-shell > .frot-hero-intro {
  margin-left: 0 !important;
  margin-right: auto !important;
  max-width: 790px !important;
}

.frot-page-hero .frot-eyebrow {
  color: var(--frot-red);
}

.frot-page-hero .frot-button-row .wp-block-button__link {
  background: var(--frot-red);
  border-color: var(--frot-red);
  color: var(--frot-white);
}

.frot-solid-hero {
  background: var(--frot-navy);
  color: var(--frot-white);
  min-height: 510px;
  overflow: hidden;
  padding: 96px 0;
  position: relative;
}

.frot-solid-hero::after {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  content: '';
  height: 520px;
  position: absolute;
  right: -170px;
  top: -235px;
  width: 520px;
}

.frot-solid-hero .frot-block-shell {
  position: relative;
  z-index: 1;
}

.frot-solid-hero h1 {
  color: var(--frot-white);
  font-family: Manrope, sans-serif;
  font-size: clamp(3rem, 5.7vw, 5.35rem);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1;
  margin: 0;
  max-width: 1040px !important;
  text-align: left;
}

.frot-solid-hero .frot-block-shell > h1 {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.frot-solid-hero .frot-hero-intro {
  color: rgba(255,255,255,.92);
  font-size: 1.2rem;
  line-height: 1.65;
  margin: 26px 0 0;
  max-width: 800px !important;
  text-align: left;
}

.frot-solid-hero .frot-block-shell > .frot-hero-intro {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.frot-solid-hero .frot-eyebrow {
  color: var(--frot-red);
}

.frot-solid-hero .wp-block-button.is-style-outline .wp-block-button__link {
  border-color: var(--frot-ivory);
  color: var(--frot-white);
}

.frot-solid-hero .wp-block-button.is-style-outline .wp-block-button__link:hover,
.frot-solid-hero .wp-block-button.is-style-outline .wp-block-button__link:focus-visible {
  background: var(--frot-white);
  color: var(--frot-navy);
}

.frot-solid-hero .frot-button-row .wp-block-button__link {
  background: var(--frot-red);
  border-color: var(--frot-red);
}

.frot-contact-hero {
  min-height: 400px;
  padding-block: 82px;
}

.frot-giving-section {
  padding: 92px 0;
}

.frot-giving-layout.wp-block-columns {
  align-items: flex-start !important;
  gap: clamp(44px, 7vw, 90px);
  margin: 0;
}

.frot-giving-copy h2,
.frot-gift-card h2 {
  font-family: Manrope, sans-serif;
  font-size: clamp(2.5rem, 4.3vw, 4.1rem);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1.02;
  margin: 0 0 24px;
}

.frot-giving-copy > p:not(.frot-eyebrow) {
  color: var(--frot-slate);
  font-size: 1.12rem;
  line-height: 1.7;
}

.frot-giving-detail {
  border-top: 1px solid var(--frot-gray);
  display: grid;
  gap: 28px;
  grid-template-columns: 160px 1fr;
  padding: 20px 0;
}

.frot-giving-detail p {
  color: var(--frot-slate);
  line-height: 1.55;
  margin: 0;
}

.frot-giving-detail p:first-child {
  color: var(--frot-navy);
  font-family: Manrope, sans-serif;
  font-weight: 800;
}

.frot-gift-card {
  background: var(--frot-navy);
  border-top: 6px solid var(--frot-gold);
  box-shadow: 0 18px 48px rgba(17,24,32,.12);
  color: var(--frot-white);
  padding: 48px 42px;
}

.frot-gift-card h2,
.frot-gift-card p {
  color: var(--frot-white);
}

.frot-gift-card > p:not(.frot-eyebrow):not(.frot-small-note) {
  font-size: 1.08rem;
  line-height: 1.65;
}

.frot-gift-card .frot-small-note {
  color: rgba(255,255,255,.78);
  font-size: .95rem;
  line-height: 1.55;
}

.frot-gift-card .frot-button-row .wp-block-button,
.frot-gift-card .frot-button-row .wp-block-button__link {
  width: 100%;
}

.frot-form-section {
  background: var(--frot-ivory);
  padding: 88px 0;
  scroll-margin-top: 148px;
}

.frot-form-card {
  background: var(--frot-white);
  border-top: 6px solid var(--frot-gold);
  box-shadow: 0 18px 52px rgba(17,24,32,.1);
  margin-inline: auto;
  max-width: 900px !important;
  padding: clamp(34px, 5vw, 54px);
}

.frot-form-card h2,
.frot-process-heading h2,
.frot-contact-heading h2,
.frot-contact-card h2 {
  color: var(--frot-navy-dark);
  font-family: Manrope, sans-serif;
  font-size: clamp(2.45rem, 4vw, 4rem);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1.04;
  margin: 0 0 18px;
}

.frot-form-card > p:not(.frot-eyebrow) {
  color: var(--frot-slate);
  font-size: 1.08rem;
  line-height: 1.6;
}

.frot-form-card .nf-form-content {
  max-width: none;
  padding: 0;
}

.frot-form-card .nf-field-label label {
  font-weight: 700;
}

.frot-form-card .nf-form-fields-required {
  color: var(--frot-muted);
  margin-bottom: 1rem;
}

.frot-form-card .nf-error-msg,
.frot-form-card .ninja-forms-req-symbol {
  color: var(--frot-red-dark);
}

.frot-form-card input:not([type=button]):not([type=submit]),
.frot-form-card select,
.frot-form-card textarea {
  background: var(--frot-white) !important;
  border: 1px solid #c8cdd2 !important;
  border-radius: 3px !important;
}

.frot-form-card input[type=button],
.frot-form-card input[type=submit] {
  background: var(--frot-red) !important;
  border: 0 !important;
  border-radius: 3px !important;
  color: var(--frot-white) !important;
  cursor: pointer;
  font-weight: 700;
  padding: .85rem 1.35rem !important;
}

.frot-process-section,
.frot-contact-section {
  padding: 88px 0;
}

.frot-process-layout.wp-block-columns,
.frot-contact-layout.wp-block-columns {
  align-items: flex-start !important;
  gap: clamp(42px, 7vw, 88px);
  margin: 0;
}

.frot-process-heading > p:not(.frot-eyebrow) {
  color: var(--frot-slate);
  font-size: 1.08rem;
  line-height: 1.62;
}

.frot-process-item {
  border-top: 1px solid var(--frot-gray);
  display: grid;
  gap: 22px;
  grid-template-columns: 54px 1fr;
  padding: 22px 0;
}

.frot-process-number {
  color: var(--frot-gold);
  font-family: Manrope, sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: .08em;
  margin: 0;
}

.frot-process-item h3 {
  color: var(--frot-navy);
  font-family: Manrope, sans-serif;
  margin: 0 0 6px;
}

.frot-process-item p:last-child {
  color: var(--frot-slate);
  line-height: 1.6;
  margin: 0;
}

.frot-support-contact {
  background: var(--frot-ivory);
  padding: 82px 0;
}

.frot-support-contact-layout.wp-block-columns {
  align-items: flex-start !important;
  gap: clamp(42px, 7vw, 88px);
  margin: 0;
}

.frot-contact-actions {
  background: var(--frot-white);
  border-top: 5px solid var(--frot-gold);
  box-shadow: 0 14px 40px rgba(17,24,32,.08);
  padding: 32px;
}

.frot-contact-action {
  border-bottom: 1px solid var(--frot-gray);
  color: var(--frot-navy);
  display: block;
  padding: 16px 0;
  text-decoration: none;
}

.frot-contact-action strong {
  display: block;
  font-family: Manrope, sans-serif;
  font-size: 1.05rem;
}

.frot-contact-action small {
  color: var(--frot-red-dark);
  display: block;
  font-family: Manrope, sans-serif;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.frot-emergency-note {
  color: var(--frot-muted);
  font-size: .94rem;
  line-height: 1.55;
}

.frot-contact-section {
  background: var(--frot-ivory);
  scroll-margin-top: 148px;
}

.frot-contact-method {
  border-bottom: 1px solid rgba(23,52,92,.13);
  color: var(--frot-navy);
  display: block;
  padding: 18px 0;
  text-decoration: none;
}

.frot-contact-method small,
.frot-service-area summary small {
  color: var(--frot-red-dark);
  display: block;
  font-family: Manrope, sans-serif;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.frot-contact-method strong,
.frot-service-area summary strong {
  display: block;
  font-family: Manrope, sans-serif;
  margin-top: 4px;
}

.frot-service-area {
  border: 1px solid rgba(23,52,92,.18);
  border-radius: 8px;
  margin-top: 28px;
  padding: 18px;
}

.frot-service-area summary {
  cursor: pointer;
}

.frot-service-area ul {
  columns: 2;
}

.frot-contact-card {
  background: var(--frot-white);
  border-top: 6px solid var(--frot-gold);
  box-shadow: 0 18px 52px rgba(17,24,32,.1);
  padding: clamp(34px, 4vw, 46px);
}

.frot-contact-card > p {
  color: var(--frot-slate);
  font-size: 1.05rem;
}

.frot-contact-map {
  margin: 0;
}

.frot-contact-map iframe {
  border: 0;
  display: block;
  height: 420px;
  width: 100%;
}

.frot-impact-section,
.frot-recipient-section {
  padding: 88px 0;
}

.frot-impact-section {
  background: var(--frot-ivory);
  scroll-margin-top: 148px;
}

.frot-impact-heading h2,
.frot-recipient-heading h2 {
  color: var(--frot-navy);
  font-family: Manrope, sans-serif;
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1.04;
  margin: 0 0 16px;
}

.frot-impact-heading > p:not(.frot-eyebrow),
.frot-recipient-heading > p:not(.frot-eyebrow) {
  color: var(--frot-slate);
  font-size: 1.08rem;
  line-height: 1.62;
}

.frot-impact-wide-image {
  margin: 46px 0 30px;
}

.frot-impact-wide-image img {
  aspect-ratio: 16 / 6;
  border-radius: var(--frot-radius);
  object-fit: cover;
  width: 100%;
}

.frot-impact-grid.wp-block-columns {
  align-items: stretch !important;
  gap: 18px;
  margin: 18px 0 0;
}

.frot-impact-card {
  background: var(--frot-white);
  border: 1px solid rgba(23,52,92,.1);
  border-radius: 12px;
  box-shadow: 0 12px 34px rgba(17,24,32,.06);
  height: 100%;
  padding: 30px;
}

.frot-impact-card .frot-impact-stat {
  color: var(--frot-gold);
  font-family: Manrope, sans-serif;
  font-size: clamp(2.1rem, 3.4vw, 3.3rem);
  font-weight: 800;
  letter-spacing: -.035em;
  margin: 10px 0;
}

.frot-impact-card h3 {
  color: var(--frot-navy);
  font-family: Manrope, sans-serif;
  font-size: 1.45rem;
  line-height: 1.2;
  margin: 0 0 12px;
}

.frot-impact-card > p:last-child {
  color: var(--frot-slate);
  line-height: 1.62;
}

.frot-impact-logo img {
  height: 54px;
  object-fit: contain;
  object-position: left center;
  width: 130px;
}

.frot-guide-hero {
  min-height: 580px;
}

.frot-guide-section,
.frot-partner-section {
  padding: 92px 0;
}

.frot-guide-section {
  background: var(--frot-white);
}

.frot-guide-cover {
  margin-bottom: 34px !important;
}

.frot-guide-cover img,
.frot-guide-pages img {
  border: 1px solid rgba(16,38,66,.12);
  box-shadow: 0 18px 42px rgba(16,38,66,.12);
  height: auto;
  width: 100%;
}

.frot-guide-note {
  color: var(--frot-muted);
  font-size: 1.08rem;
  line-height: 1.65;
  margin: 0 auto 44px !important;
  max-width: 880px !important;
}

.frot-guide-pages {
  display: grid;
  gap: 44px;
}

.frot-guide-pages figcaption {
  color: var(--frot-muted);
  font-weight: 700;
  margin-top: 10px;
  text-align: center;
}

.frot-pdf-guide object {
  border: 1px solid rgba(16,38,66,.12);
  box-shadow: 0 18px 42px rgba(16,38,66,.12);
  display: block;
  height: 1000px;
  min-height: 1000px;
  width: 100%;
}

.frot-guide-download {
  justify-content: center;
  margin-top: 24px !important;
}

.frot-partner-section.is-ivory {
  background: var(--frot-ivory);
}

.frot-partner-section.is-navy {
  background: var(--frot-navy);
  color: var(--frot-white);
}

.frot-partner-section.is-navy h2,
.frot-partner-section.is-navy p {
  color: var(--frot-white);
}

.frot-partner-wide-image {
  margin: 42px 0 30px !important;
}

.frot-partner-wide-image img {
  border-radius: var(--frot-radius);
  display: block;
  max-height: 520px;
  object-fit: cover;
  width: 100%;
}

.frot-partnership-feature.wp-block-columns,
.frot-sponsorship-grid.wp-block-columns,
.frot-mission-partner-grid.wp-block-columns {
  gap: 28px;
}

.frot-t2t-partner-logo img {
  height: auto;
  margin: 0 auto;
  max-height: 185px;
  object-fit: contain;
  width: 100%;
}

.frot-partner-stat {
  color: var(--frot-navy);
  line-height: 1.5;
}

.frot-partner-section.is-navy .frot-partner-stat {
  color: var(--frot-white);
}

.frot-partner-stat strong {
  color: var(--frot-gold);
  font-size: 2.4rem;
}

.frot-sponsorship-card {
  background: var(--frot-white);
  border: 1px solid rgba(16,38,66,.1);
  border-radius: var(--frot-radius);
  box-shadow: 0 16px 38px rgba(16,38,66,.08);
  height: 100%;
  padding: 36px;
}

.frot-sponsorship-card h2 {
  color: var(--frot-navy);
  font-size: clamp(2rem, 3.5vw, 3rem);
  margin-top: 0;
}

.frot-mission-partner-grid {
  margin-top: 28px !important;
}

.frot-mission-partner-grid > .wp-block-column {
  background: var(--frot-white);
  border: 1px solid rgba(16,38,66,.1);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 230px;
  padding: 26px;
  text-align: center;
}

.frot-mission-partner-grid img {
  height: 115px;
  object-fit: contain;
  width: 100%;
}

.frot-text-logo {
  align-items: center;
  display: flex;
  min-height: 115px;
}

.frot-sponsor-wall {
  gap: 16px !important;
  margin-top: 38px !important;
}

.frot-sponsor-wall figure.wp-block-image {
  align-items: center;
  aspect-ratio: 2 / 1;
  background: var(--frot-white);
  border: 1px solid rgba(16,38,66,.1);
  border-radius: 12px;
  display: flex !important;
  justify-content: center;
  padding: 18px;
}

.frot-sponsor-wall figure.wp-block-image img {
  height: 100% !important;
  object-fit: contain !important;
  width: 100% !important;
}

.frot-home-hero {
  background: linear-gradient(135deg, var(--frot-navy-dark), var(--frot-navy));
  color: var(--frot-white);
  overflow: hidden;
  padding: 86px 0;
  position: relative;
}

.frot-home-hero::after {
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
  content: '';
  height: 620px;
  position: absolute;
  right: -250px;
  top: -330px;
  width: 620px;
}

.frot-home-hero-grid {
  gap: 58px;
  position: relative;
  z-index: 1;
}

.frot-home-hero h1 {
  color: var(--frot-white);
  font-size: clamp(3.4rem, 6.6vw, 6.4rem);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .96;
  margin: 0;
}

.frot-home-hero .frot-hero-intro {
  color: rgba(255,255,255,.9);
  font-size: 1.2rem;
  line-height: 1.7;
  margin: 28px 0 0;
}

.frot-home-hero .wp-block-button.is-style-outline .wp-block-button__link {
  border-color: var(--frot-white);
  color: var(--frot-white);
}

.frot-home-events-panel {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--frot-radius);
  padding: 30px;
}

.frot-home-event-compact + .frot-home-event-compact {
  border-top: 1px solid rgba(255,255,255,.18);
  margin-top: 24px;
  padding-top: 24px;
}

.frot-home-event-compact h2 {
  color: var(--frot-white);
  font-size: 1.45rem;
  line-height: 1.18;
  margin: 0 0 10px;
}

.frot-home-event-compact p {
  color: rgba(255,255,255,.85);
  font-size: .95rem;
}

.frot-home-event-compact .frot-text-link {
  color: var(--frot-gold);
}

.frot-home-mission,
.frot-home-events-section,
.frot-home-involved {
  padding: 98px 0;
}

.frot-home-mission-grid {
  gap: 70px;
}

.frot-home-mission h2,
.frot-home-events-section h2,
.frot-home-involved h2 {
  color: var(--frot-navy);
  font-size: clamp(2.8rem, 5vw, 4.6rem);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1;
  margin: 0 0 28px;
}

.frot-home-stat-grid {
  gap: 18px;
  margin: 0 0 18px !important;
}

.frot-home-stat {
  background: var(--frot-ivory);
  border-left: 4px solid var(--frot-gold);
  min-height: 150px;
  padding: 26px;
}

.frot-home-stat p {
  margin: 0 0 8px;
}

.frot-home-stat strong {
  color: var(--frot-navy);
  font-size: 2.15rem;
}

.frot-home-impact-story {
  align-items: center;
  display: flex;
  min-height: 610px;
  overflow: hidden;
  padding: 76px 0;
  position: relative;
}

.frot-home-impact-story::before {
  background: linear-gradient(90deg, rgba(9,29,50,.98) 0%, rgba(9,29,50,.88) 50%, rgba(9,29,50,.45) 100%);
  content: '';
  inset: 0;
  position: absolute;
  z-index: 1;
}

.frot-home-impact-background {
  inset: 0;
  margin: 0 !important;
  position: absolute;
}

.frot-home-impact-background img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.frot-home-impact-story > .frot-block-shell {
  position: relative;
  z-index: 2;
}

.frot-home-impact-story h2 {
  color: var(--frot-white);
  font-size: clamp(3rem, 5.8vw, 5.3rem);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .98;
  margin: 0 0 26px;
  max-width: 760px !important;
}

.frot-home-impact-story .frot-block-shell > p {
  color: rgba(255,255,255,.92);
  line-height: 1.68;
  max-width: 790px !important;
}

.frot-home-impact-kicker strong {
  color: var(--frot-gold);
  font-size: 3.2rem;
}

.frot-home-events-section {
  background: var(--frot-ivory);
}

.frot-home-event-grid {
  gap: 28px;
  margin-top: 46px !important;
}

.frot-home-event-card {
  background: var(--frot-white);
  border-radius: var(--frot-radius);
  box-shadow: 0 18px 45px rgba(16,38,66,.1);
  height: 100%;
  overflow: hidden;
}

.frot-home-event-card > figure {
  margin: 0 !important;
}

.frot-home-event-card img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.frot-home-event-card-copy {
  padding: 32px;
}

.frot-home-event-card-copy h3 {
  color: var(--frot-navy);
  font-size: 2rem;
  line-height: 1.15;
  margin: 0 0 18px;
}

.frot-home-involved {
  background: var(--frot-white);
}

.frot-home-quote {
  background: var(--frot-navy);
  color: var(--frot-white);
  padding: 90px 0;
  text-align: center;
}

.frot-home-quote blockquote {
  margin: 0 auto 34px !important;
  max-width: 900px !important;
}

.frot-home-quote blockquote p {
  color: var(--frot-white);
  font-size: clamp(2.2rem, 4.7vw, 4rem);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1.15;
}

.frot-home-quote cite {
  color: var(--frot-gold);
  font-style: normal;
}

.frot-button-row.is-centered {
  justify-content: center;
}

.frot-recipient-groups {
  margin-top: 42px;
}

.frot-recipient-group {
  border-top: 1px solid var(--frot-gray);
  padding: 28px 0;
}

.frot-recipient-group h3 {
  color: var(--frot-navy);
  font-family: Manrope, sans-serif;
  font-size: 1.3rem;
  margin: 0 0 18px;
}

.frot-recipient-list {
  columns: 3;
  column-gap: 36px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.frot-recipient-list li {
  break-inside: avoid;
  color: var(--frot-slate);
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 10px;
}

.frot-gift-card .frot-button-row .wp-block-button__link {
  background: var(--frot-red);
  border-color: var(--frot-red);
  text-align: center;
}

.frot-story-section {
  padding: 88px 0;
}

.frot-story-section.is-ivory {
  background: var(--frot-ivory);
}

.frot-story-layout.wp-block-columns {
  align-items: center !important;
  gap: clamp(38px, 6vw, 76px);
  margin: 0;
}

.frot-story-image figure,
.frot-story-image .wp-block-image {
  margin: 0;
}

.frot-story-image img {
  aspect-ratio: 4 / 5;
  border-radius: var(--frot-radius);
  box-shadow: 0 18px 50px rgba(17,24,32,.12);
  object-fit: cover;
  width: 100%;
}

.frot-section-heading h2,
.frot-story-copy h2 {
  color: var(--frot-navy-dark);
  font-family: Manrope, sans-serif;
  font-size: clamp(2.35rem, 4vw, 4rem);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1.05;
  margin: 0 0 22px;
}

.frot-story-copy > p:not(.frot-eyebrow),
.frot-section-heading > p:not(.frot-eyebrow) {
  color: var(--frot-slate);
  font-size: 1.12rem;
  line-height: 1.7;
}

.frot-value-grid.wp-block-columns {
  align-items: stretch !important;
  gap: 18px;
  margin: 42px 0 0;
}

.frot-value-card {
  background: var(--frot-white);
  border: 1px solid rgba(23,52,92,.1);
  border-radius: 12px;
  box-shadow: 0 12px 34px rgba(17,24,32,.06);
  height: 100%;
  padding: 30px 26px;
}

.frot-value-card h3 {
  color: var(--frot-navy);
  font-family: Manrope, sans-serif;
  font-size: 1.35rem;
  margin: 0 0 12px;
}

.frot-value-card p {
  color: var(--frot-slate);
  line-height: 1.62;
  margin: 0;
}

.frot-text-link {
  color: var(--frot-red-dark);
  font-family: Manrope, sans-serif;
  font-weight: 800;
}

.frot-event-section {
  padding: 88px 0;
  scroll-margin-top: 148px;
}

.frot-event-section.is-slate {
  background: var(--frot-slate);
  color: var(--frot-white);
}

.frot-event-layout.wp-block-columns {
  align-items: center !important;
  gap: clamp(38px, 6vw, 74px);
  margin: 0;
}

.frot-event-section.is-reversed .frot-event-copy {
  order: 1;
}

.frot-event-section.is-reversed .frot-event-image {
  order: 2;
}

.frot-event-image {
  align-self: stretch;
}

.frot-event-image figure,
.frot-event-image .wp-block-image {
  height: 100%;
  margin: 0;
}

.frot-event-image img {
  aspect-ratio: 4 / 5;
  border-radius: var(--frot-radius);
  box-shadow: 0 18px 50px rgba(17,24,32,.12);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.frot-event-section.is-slate .frot-event-image img {
  aspect-ratio: 16 / 10;
  box-shadow: 0 18px 50px rgba(0,0,0,.2);
}

.frot-event-copy h2 {
  color: var(--frot-navy-dark);
  font-family: Manrope, sans-serif;
  font-size: clamp(2.35rem, 4.2vw, 4.25rem);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1.05;
  margin: 0 0 10px;
}

.frot-event-section.is-slate .frot-event-copy h2,
.frot-event-section.is-slate .frot-event-copy p,
.frot-event-section.is-slate .frot-event-copy strong {
  color: var(--frot-white);
}

.frot-event-location {
  color: var(--frot-navy);
  font-family: Manrope, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 28px;
}

.frot-event-copy > p:not(.frot-eyebrow):not(.frot-event-location) {
  font-size: 1.12rem;
  line-height: 1.67;
}

.frot-detail-grid.wp-block-columns {
  border-block: 1px solid rgba(23,52,92,.16);
  gap: 0;
  margin: 32px 0 30px;
}

.frot-event-section.is-slate .frot-detail-grid.wp-block-columns {
  border-color: rgba(255,255,255,.2);
}

.frot-detail-column {
  margin: 0 !important;
}

.frot-detail-item {
  border-bottom: 1px solid rgba(23,52,92,.16);
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(125px, .75fr) 1.5fr;
  margin: 0 !important;
  padding: 16px 0;
}

.frot-detail-column .frot-detail-item:last-child {
  border-bottom: 0;
}

.frot-event-section.is-slate .frot-detail-item {
  border-color: rgba(255,255,255,.2);
}

.frot-detail-item p {
  font-size: .98rem !important;
  line-height: 1.45 !important;
  margin: 0;
}

.frot-detail-item p:first-child {
  font-family: Manrope, sans-serif;
  font-weight: 800;
}

.frot-button-row.wp-block-buttons {
  gap: 12px;
  margin-top: 28px;
}

.frot-button-row .wp-block-button__link {
  border: 2px solid var(--frot-navy);
  border-radius: 6px;
  box-sizing: border-box;
  font-family: Manrope, sans-serif;
  font-size: .95rem;
  font-weight: 800;
  padding: 15px 24px;
}

.frot-button-row .is-style-fill .wp-block-button__link {
  background: var(--frot-navy);
  color: var(--frot-white);
}

.frot-button-row .is-style-outline .wp-block-button__link {
  background: transparent;
  color: var(--frot-navy);
}

.frot-event-section.is-slate .frot-button-row .wp-block-button__link {
  border-color: var(--frot-white);
}

.frot-event-section.is-slate .frot-button-row .is-style-fill .wp-block-button__link {
  background: var(--frot-red);
  border-color: var(--frot-red);
}

.frot-event-section.is-slate .frot-button-row .is-style-outline .wp-block-button__link {
  color: var(--frot-white);
}

.frot-final-cta {
  background: var(--frot-navy-dark);
  color: var(--frot-white);
  padding: 76px 0;
}

.frot-final-cta .frot-block-shell {
  align-items: center;
  display: flex;
  gap: 44px;
  justify-content: space-between;
}

.frot-final-cta h2 {
  color: var(--frot-white);
  font-family: Manrope, sans-serif;
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  font-weight: 500;
  letter-spacing: -.035em;
  margin: 0 0 14px;
}

.frot-final-cta p:not(.frot-eyebrow) {
  color: rgba(255,255,255,.86);
  font-size: 1.08rem;
  line-height: 1.6;
  margin: 0;
  max-width: 700px;
}

.frot-scroll-cue.wp-block-buttons {
  bottom: var(--frot-scroll-cue-bottom, max(18px, env(safe-area-inset-bottom)));
  left: 50%;
  margin: 0;
  max-width: calc(100vw - 32px);
  pointer-events: none;
  position: fixed;
  transform: translateX(-50%);
  z-index: 90;
}

.frot-scroll-cue .wp-block-button__link {
  align-items: center;
  background: var(--frot-navy);
  border: 1px solid var(--frot-gold);
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(0,0,0,.2);
  color: var(--frot-white);
  display: inline-flex;
  font-family: Manrope, sans-serif;
  font-size: .9rem;
  font-weight: 800;
  gap: 12px;
  padding: 13px 22px;
  pointer-events: auto;
}

.frot-scroll-cue .wp-block-button__link::after {
  border-bottom: 2px solid var(--frot-gold);
  border-right: 2px solid var(--frot-gold);
  content: '';
  height: 9px;
  transform: rotate(45deg) translateY(-2px);
  width: 9px;
}

.frot-scroll-cue.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 12px);
  transition: opacity .25s ease, transform .25s ease;
}

.frot-scroll-cue.is-edge-aligned {
  left: auto;
  right: 20px;
  transform: none;
}

.frot-scroll-cue.is-edge-aligned.is-hidden {
  transform: translateY(12px);
}

/* v0.9.1 visual-parity repair: keep native blocks editable while restoring
   the approved parent-theme composition, colors, spacing, and hierarchy. */
.frot-accent-text {
  color: var(--frot-red);
}

.frot-home-hero.wp-block-cover {
  align-items: center;
  min-height: 720px;
  padding: 0;
}

.frot-home-hero .wp-block-cover__background {
  background: linear-gradient(90deg, rgba(9,29,50,.98) 0%, rgba(15,39,67,.94) 39%, rgba(15,39,67,.58) 66%, rgba(15,39,67,.27) 100%) !important;
  opacity: 1 !important;
}

.frot-home-hero .wp-block-cover__image-background {
  object-position: center;
}

.frot-home-hero .wp-block-cover__inner-container {
  position: relative;
  width: 100%;
  z-index: 2;
}

/* Restore the subtle blueprint grid and circular detail from the approved
   site hero without changing the editable background image or its content. */
.frot-home-hero::after {
  background-image:
    linear-gradient(90deg, transparent 49.7%, rgba(255,255,255,.22) 50%, transparent 50.3%),
    linear-gradient(transparent 49.7%, rgba(255,255,255,.17) 50%, transparent 50.3%);
  background-size: 96px 96px;
  border: 0;
  border-radius: 0;
  height: auto;
  inset: 0;
  opacity: .12;
  pointer-events: none;
  transform: rotate(-8deg) scale(1.15);
  width: auto;
  z-index: 1;
}

.frot-home-hero::before {
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
  content: '';
  height: 620px;
  pointer-events: none;
  position: absolute;
  right: -250px;
  top: -330px;
  width: 620px;
  z-index: 1;
}

.frot-home-hero-grid {
  align-items: center !important;
  gap: 58px;
  margin: 0;
  padding: 90px 0;
}

.frot-home-hero h1 {
  font-size: clamp(3rem, 6.2vw, 5.9rem);
  line-height: .98;
  max-width: 820px;
}

.frot-home-hero .frot-hero-intro {
  color: #e5ebf0;
  font-size: 1.2rem;
  max-width: 690px;
}

.frot-home-events-panel {
  align-self: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.frot-home-events-label {
  color: var(--frot-gold);
  font-family: Manrope, sans-serif;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.frot-home-event-compact {
  backdrop-filter: blur(10px);
  background: rgba(16,38,66,.82);
  border: 1px solid rgba(255,255,255,.14);
  border-top: 4px solid var(--frot-gold);
  box-shadow: 0 18px 50px rgba(17,24,32,.12);
  padding: 25px 27px;
}

.frot-home-event-compact h2 {
  font-size: 1.45rem;
  margin: 10px 0 7px;
}

.frot-home-event-compact p {
  line-height: 1.35;
  margin-bottom: 13px;
}

.frot-home-mission {
  padding: 104px 0;
}

.frot-home-mission-grid {
  align-items: start !important;
  gap: 90px;
  margin: 0;
}

.frot-home-mission h2 {
  color: var(--frot-navy);
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  margin: 0;
}

.frot-home-mission-copy {
  color: var(--frot-slate);
  font-size: 1.12rem;
  line-height: 1.7;
  margin: 35px 0 18px;
}

.frot-home-stats {
  background: var(--frot-navy);
  border-top: 5px solid var(--frot-gold);
  color: var(--frot-white);
  padding: 52px 0;
}

.frot-home-stats-grid {
  align-items: stretch !important;
  gap: 0;
  margin: 0;
}

.frot-home-stat {
  background: transparent;
  border-left: 0;
  border-right: 1px solid rgba(255,255,255,.18);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  min-height: 102px;
  padding: 0 34px;
}

.frot-home-stats-grid > .wp-block-column:first-child .frot-home-stat {
  padding-left: 0;
}

.frot-home-stats-grid > .wp-block-column:last-child .frot-home-stat {
  border-right: 0;
}

.frot-home-stat p {
  color: #e3e8ec;
  font-size: .86rem;
  line-height: 1.35;
  margin: 11px 0 0;
}

.frot-home-stat p:first-child {
  margin-top: 0;
}

.frot-home-stat strong {
  color: var(--frot-gold);
  font-family: Manrope, sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  letter-spacing: -.045em;
  line-height: 1;
}

.frot-home-impact-section {
  background: var(--frot-ivory);
  padding: 104px 0;
}

.frot-home-impact-grid {
  align-items: center !important;
  gap: 90px;
  margin: 0;
}

.frot-home-impact-visual.wp-block-cover {
  border-radius: var(--frot-radius);
  box-shadow: 0 18px 50px rgba(17,24,32,.12);
  justify-content: flex-end;
  min-height: 390px;
  overflow: hidden;
  padding: 44px;
}

.frot-home-impact-visual .wp-block-cover__background {
  background: linear-gradient(rgba(9,29,50,.08) 20%, rgba(9,29,50,.9) 100%) !important;
  opacity: 1 !important;
}

.frot-home-impact-visual .wp-block-cover__inner-container {
  align-self: flex-end;
}

.frot-home-impact-visual p {
  color: var(--frot-white);
  margin: 16px 0 0;
  max-width: 430px;
  text-shadow: 0 2px 12px rgba(0,0,0,.55);
}

.frot-home-impact-number strong {
  color: var(--frot-gold);
  font-family: Manrope, sans-serif;
  font-size: clamp(4rem, 8vw, 7rem);
  line-height: 1;
}

.frot-home-impact-copy h2 {
  color: var(--frot-navy);
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  margin: 0 0 24px;
}

.frot-home-impact-copy > p:not(.frot-eyebrow) {
  color: var(--frot-slate);
  line-height: 1.65;
}

.frot-home-events-section {
  background: var(--frot-slate);
  color: var(--frot-white);
  padding: 104px 0;
}

.frot-home-events-section .frot-section-heading h2,
.frot-home-events-section .frot-section-heading > p:not(.frot-eyebrow) {
  color: var(--frot-white);
}

.frot-home-event-card {
  display: flex;
  flex-direction: column;
  box-shadow: 0 12px 35px rgba(0,0,0,.18);
  width: 100%;
}

.frot-home-event-grid {
  align-items: stretch !important;
}

.frot-home-event-grid > .wp-block-column {
  display: flex;
}

.frot-home-event-card > figure.wp-block-image {
  background: var(--frot-navy-dark);
  height: 270px;
  min-height: 270px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.frot-home-event-card > figure.wp-block-image img {
  height: 100% !important;
  object-fit: cover;
  width: 100% !important;
}

.frot-home-event-card:first-child img {
  object-position: center;
}

.frot-home-event-card:last-child img {
  object-position: center 8%;
}

.frot-home-event-card.is-past-event {
  opacity: .96;
}

.frot-home-event-card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.frot-home-event-card-copy > p:last-child {
  margin-top: auto;
}

.frot-home-involved {
  background: var(--frot-ivory);
  padding: 104px 0;
}

.frot-home-quote {
  background: var(--frot-navy-dark);
  padding: 75px 0;
}

.frot-home-quote blockquote p {
  font-size: clamp(2rem, 3.8vw, 3.6rem);
  font-weight: 800;
  line-height: 1.08;
}

.frot-button-row > .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  background: var(--frot-red);
  border-color: var(--frot-red);
  color: var(--frot-white);
}

.frot-button-row > .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.frot-button-row > .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus-visible {
  background: var(--frot-red-dark);
  border-color: var(--frot-red-dark);
}

.frot-home-hero .frot-button-row .is-style-outline .wp-block-button__link,
.frot-home-quote .frot-button-row .is-style-outline .wp-block-button__link {
  background: var(--frot-ivory);
  border-color: var(--frot-ivory);
  color: var(--frot-navy);
}

.frot-home-impact-copy .frot-button-row > .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  background: var(--frot-navy);
  border-color: var(--frot-navy);
}

.frot-mission-partner-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px !important;
}

/* v0.9.3: keep outlined calls to action legible on dark sections. */
.frot-final-cta .frot-button-row .is-style-outline .wp-block-button__link {
  background: transparent;
  border-color: var(--frot-white);
  color: var(--frot-white);
}

.frot-final-cta .frot-button-row .is-style-outline .wp-block-button__link:hover,
.frot-final-cta .frot-button-row .is-style-outline .wp-block-button__link:focus-visible {
  background: var(--frot-ivory);
  border-color: var(--frot-ivory);
  color: var(--frot-navy);
}

.frot-mission-partner-card {
  background: var(--frot-white);
  border: 1px solid #ddd8cf;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(17,24,32,.07);
  display: flex;
  flex-direction: column;
  min-height: 245px;
  padding: 26px;
}

.frot-mission-partner-logo {
  display: grid;
  flex: 1;
  min-height: 130px;
  padding: 10px;
  place-items: center;
}

.frot-mission-partner-logo figure {
  margin: 0 !important;
  width: 100%;
}

.frot-mission-partner-logo img {
  height: auto;
  margin: 0 auto;
  max-height: 105px;
  object-fit: contain;
  width: 100%;
}

.frot-mission-partner-card-featured .frot-mission-partner-logo img {
  max-height: 132px;
  transform: scale(1.08);
}

.frot-mission-partner-logo strong {
  color: var(--frot-navy);
  font-family: Manrope, sans-serif;
  text-align: center;
}

.frot-mission-partner-card > p {
  border-top: 2px solid var(--frot-gold);
  margin: 18px 0 0;
  padding-top: 16px;
  text-align: center;
}

@media (max-width: 781px) {
  .frot-home-hero,
  .frot-home-mission,
  .frot-home-events-section,
  .frot-home-involved,
  .frot-home-quote {
    padding: 58px 0;
  }

  .frot-home-hero-grid,
  .frot-home-mission-grid {
    gap: 34px;
  }

  .frot-home-impact-story {
    min-height: 540px;
    padding: 58px 0;
  }

  .frot-home-impact-story::before {
    background: linear-gradient(90deg, rgba(9,29,50,.96), rgba(9,29,50,.72));
  }

  .frot-home-event-card-copy {
    padding: 26px;
  }

  .frot-mission-partner-grid > .wp-block-column {
    min-height: 190px;
  }

  .frot-editable-hero.wp-block-cover {
    min-height: 520px;
    padding: 58px 0;
  }

  .frot-editable-hero .wp-block-cover__background {
    background: linear-gradient(90deg, rgba(9,29,50,.96), rgba(9,29,50,.72)) !important;
  }

  .frot-event-section {
    padding: 58px 0;
  }

  .frot-page-hero.wp-block-cover {
    min-height: 540px;
    padding: 58px 0;
  }

  .frot-page-hero .wp-block-cover__background {
    background: linear-gradient(90deg, rgba(9,29,50,.96), rgba(9,29,50,.72)) !important;
  }

  .frot-story-section {
    padding: 58px 0;
  }

  .frot-story-image img {
    aspect-ratio: 16 / 10;
  }

  .frot-solid-hero {
    min-height: 470px;
    padding: 72px 0;
  }

  .frot-giving-section {
    padding: 58px 0;
  }

  .frot-giving-detail {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .frot-form-section,
  .frot-process-section,
  .frot-support-contact,
  .frot-contact-section {
    padding: 58px 0;
  }

  .frot-process-item {
    grid-template-columns: 44px 1fr;
  }

  .frot-service-area ul {
    columns: 1;
  }

  .frot-impact-section,
  .frot-recipient-section {
    padding: 58px 0;
  }

  .frot-impact-wide-image img {
    aspect-ratio: 16 / 9;
  }

  .frot-recipient-list {
    columns: 2;
  }

  .frot-event-section.is-reversed .frot-event-copy,
  .frot-event-section.is-reversed .frot-event-image {
    order: initial;
  }

  .frot-event-image img,
  .frot-event-section.is-slate .frot-event-image img {
    aspect-ratio: 16 / 10;
  }

  .frot-detail-grid.wp-block-columns {
    display: block;
  }

  .frot-detail-column:first-child .frot-detail-item:last-child {
    border-bottom: 1px solid rgba(23,52,92,.16);
  }

  .frot-final-cta .frot-block-shell {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .frot-home-hero h1 {
    font-size: 3rem;
  }

  .frot-home-events-panel {
    padding: 22px;
  }

  .frot-home-stat-grid {
    display: block;
  }

  .frot-home-stat-grid > .wp-block-column + .wp-block-column {
    margin-top: 14px;
  }

  .frot-home-impact-story h2 {
    font-size: 3rem;
  }

  .frot-editable-hero h1 {
    font-size: 3rem;
  }

  .frot-detail-item {
    display: block;
  }

  .frot-detail-item p + p {
    margin-top: 6px;
  }

  .frot-scroll-cue {
    width: max-content;
  }

  .frot-recipient-list {
    columns: 1;
  }
}

@media (max-width: 980px) {
  .frot-home-hero-grid {
    gap: 40px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr);
  }

  .frot-home-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 35px;
  }

  .frot-home-stats-grid > .wp-block-column:nth-child(2) .frot-home-stat {
    border-right: 0;
  }

  .frot-home-stats-grid > .wp-block-column:nth-child(3) .frot-home-stat {
    padding-left: 0;
  }

  .frot-mission-partner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 781px) {
  .frot-home-hero.wp-block-cover {
    min-height: auto;
  }

  .frot-home-hero-grid,
  .frot-home-mission-grid,
  .frot-home-impact-grid {
    display: grid;
    gap: 50px;
    grid-template-columns: 1fr;
    padding: 70px 0;
  }

  .frot-home-mission,
  .frot-home-impact-section,
  .frot-home-events-section,
  .frot-home-involved {
    padding: 70px 0;
  }

  .frot-home-mission-grid,
  .frot-home-impact-grid {
    padding: 0;
  }

  .frot-home-mission-copy {
    margin-top: 0;
  }

  .frot-home-event-card > figure.wp-block-image {
    height: 220px;
    min-height: 220px;
  }
}

@media (max-width: 520px) {
  .frot-home-stats-grid {
    display: block;
  }

  .frot-home-stat,
  .frot-home-stats-grid > .wp-block-column:nth-child(3) .frot-home-stat {
    border-bottom: 1px solid rgba(255,255,255,.18);
    border-right: 0;
    min-height: auto;
    padding: 22px 0;
  }

  .frot-home-stats-grid > .wp-block-column:last-child .frot-home-stat {
    border-bottom: 0;
  }

  .frot-home-impact-visual.wp-block-cover {
    min-height: 320px;
    padding: 30px;
  }

  .frot-mission-partner-grid {
    grid-template-columns: 1fr;
  }
}

/* v0.9.4 interaction parity: restore the approved theme's button, link,
   card, image, and section-motion behavior on native WordPress blocks. */
.frot-button-row .wp-block-button__link,
.frot-scroll-cue .wp-block-button__link,
.frot-form-card input[type=button],
.frot-form-card input[type=submit] {
  transition: background-color .2s ease, border-color .2s ease,
    color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.frot-button-row .wp-block-button__link:hover,
.frot-button-row .wp-block-button__link:focus-visible,
.frot-form-card input[type=button]:hover,
.frot-form-card input[type=button]:focus-visible,
.frot-form-card input[type=submit]:hover,
.frot-form-card input[type=submit]:focus-visible {
  box-shadow: 0 10px 24px rgba(17,24,32,.18);
  transform: translateY(-2px);
}

.frot-form-card input[type=button]:hover,
.frot-form-card input[type=button]:focus-visible,
.frot-form-card input[type=submit]:hover,
.frot-form-card input[type=submit]:focus-visible {
  background: var(--frot-red-dark) !important;
}

.frot-button-row .is-style-outline .wp-block-button__link:hover,
.frot-button-row .is-style-outline .wp-block-button__link:focus-visible {
  background: var(--frot-navy);
  border-color: var(--frot-navy);
  color: var(--frot-white);
}

.frot-home-hero .frot-button-row .is-style-outline .wp-block-button__link:hover,
.frot-home-hero .frot-button-row .is-style-outline .wp-block-button__link:focus-visible,
.frot-home-quote .frot-button-row .is-style-outline .wp-block-button__link:hover,
.frot-home-quote .frot-button-row .is-style-outline .wp-block-button__link:focus-visible,
.frot-event-section.is-slate .frot-button-row .is-style-outline .wp-block-button__link:hover,
.frot-event-section.is-slate .frot-button-row .is-style-outline .wp-block-button__link:focus-visible,
.frot-final-cta .frot-button-row .is-style-outline .wp-block-button__link:hover,
.frot-final-cta .frot-button-row .is-style-outline .wp-block-button__link:focus-visible {
  background: var(--frot-ivory);
  border-color: var(--frot-ivory);
  color: var(--frot-navy);
}

.frot-scroll-cue .wp-block-button__link:hover,
.frot-scroll-cue .wp-block-button__link:focus-visible {
  background: var(--frot-navy-dark);
  box-shadow: 0 14px 34px rgba(0,0,0,.28);
  transform: translateY(-2px);
}

.frot-text-link,
.frot-contact-action,
.frot-contact-method,
.site-footer a {
  transition: background-color .2s ease, color .2s ease,
    transform .2s ease;
}

.frot-text-link:hover,
.frot-text-link:focus-visible {
  color: var(--frot-red);
}

.frot-contact-action:hover,
.frot-contact-action:focus-visible,
.frot-contact-method:hover,
.frot-contact-method:focus-visible {
  background: var(--frot-ivory);
  color: var(--frot-red-dark);
  transform: translateX(3px);
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--frot-gold);
}

.frot-home-event-card,
.frot-value-card,
.frot-impact-card,
.frot-sponsorship-card,
.frot-mission-partner-card,
.frot-sponsor-wall figure.wp-block-image,
.frot-gift-card {
  transition: border-color .22s ease, box-shadow .22s ease,
    transform .22s ease;
}

.frot-home-event-card:hover,
.frot-value-card:hover,
.frot-impact-card:hover,
.frot-sponsorship-card:hover,
.frot-mission-partner-card:hover,
.frot-sponsor-wall figure.wp-block-image:hover,
.frot-gift-card:hover {
  border-color: rgba(23,52,92,.2);
  box-shadow: 0 20px 45px rgba(17,24,32,.13);
  transform: translateY(-4px);
}

.frot-home-event-card img,
.frot-event-image img,
.frot-story-image img {
  transition: transform .38s ease;
}

.frot-home-event-card:hover img,
.frot-event-section:hover .frot-event-image img,
.frot-story-section:hover .frot-story-image img {
  transform: scale(1.025);
}

.frot-event-image figure,
.frot-event-image .wp-block-image,
.frot-story-image figure,
.frot-story-image .wp-block-image {
  overflow: hidden;
}

.reveal-ready {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
  transition-delay: var(--frot-reveal-delay, 0ms);
}

.reveal-ready.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .frot-button-row .wp-block-button__link,
  .frot-scroll-cue .wp-block-button__link,
  .frot-form-card input[type=button],
  .frot-form-card input[type=submit],
  .frot-text-link,
  .frot-contact-action,
  .frot-contact-method,
  .frot-home-event-card,
  .frot-value-card,
  .frot-impact-card,
  .frot-sponsorship-card,
  .frot-mission-partner-card,
  .frot-sponsor-wall figure.wp-block-image,
  .frot-gift-card,
  .frot-home-event-card img,
  .frot-event-image img,
  .frot-story-image img,
  .reveal-ready {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
