:root { --ft-navy: #21264a;
--ft-navy-dark: #191d3f;
--ft-navy-soft: #2f3458;
--ft-celeste: #14b8ba;
--ft-celeste-dark: #0e989a;
--ft-celeste-soft: #e6f8f8;
--ft-celeste-mid: #28bec1;
--ft-donate: #e31c24;
--ft-donate-dark: #c4161d;
--ft-gold: #f0c419; --ft-red: var(--ft-celeste);
--ft-red-dark: var(--ft-celeste-dark);
--ft-red-soft: var(--ft-celeste-soft);
--ft-bg: var(--ft-navy);
--ft-bg-soft: var(--ft-navy-dark);
--ft-surface: #ffffff;
--ft-surface-muted: #f2f8f9;
--ft-text: #1f2437;
--ft-text-soft: #5b6478;
--ft-primary: var(--ft-celeste);
--ft-primary-dark: var(--ft-celeste-dark);
--ft-accent: var(--ft-navy);
--ft-border: #d7e4e8;
--ft-radius: 12px;
--ft-radius-sm: 8px;
--ft-radius-pill: 999px;
--ft-container: 1200px;
--ft-font: "Montserrat", "Segoe UI", system-ui, sans-serif;
--ft-font-script: "Dancing Script", cursive;
--ft-shadow: 0 12px 40px rgba(33, 38, 74, 0.10);
--ft-shadow-sm: 0 4px 16px rgba(33, 38, 74, 0.07);
--ft-header-height: 88px;
}*,
*::before,
*::after { box-sizing: border-box; }
html {
scroll-behavior: smooth;
overflow-x: hidden;
}
body {
margin: 0;
font-family: var(--ft-font);
color: var(--ft-text);
background: #fff;
line-height: 1.6;
overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover,
a:focus {
text-decoration: none;
}
nav a,
nav a:hover,
nav a:focus,
.ft-btn,
.ft-btn:hover,
.ft-btn:focus,
.ft-subnav-link,
.ft-subnav-link:hover,
.ft-subnav-link:focus {
text-decoration: none;
}
.ft-prose a,
.ft-article-content a {
color: var(--ft-red);
text-underline-offset: 0.18em;
}
.ft-prose a:hover,
.ft-article-content a:hover {
text-decoration: underline;
}
.ft-prose a.ft-btn,
.ft-prose a.ft-btn:hover,
.ft-prose a.ft-btn:focus {
color: #fff;
text-decoration: none;
}
.ft-shell {
min-height: 100vh;
display: flex;
flex-direction: column;
overflow-x: clip;
max-width: 100%;
}
.ft-main { flex: 1; }
.ft-container {
width: min(100% - 2rem, var(--ft-container));
margin-inline: auto;
}
.ft-section { padding: 3.5rem 0; }
.ft-prose > *:first-child { margin-top: 0; }
.ft-prose > *:last-child { margin-bottom: 0; }
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important;
}
body.ft-nav-open { overflow: hidden; }
.ft-search-overlay[hidden],
.ft-search-overlay:not(.is-open) {
display: none !important;
}.ft-header {
position: sticky;
top: 0;
z-index: 100;
background: transparent;
color: var(--ft-navy);
}
.ft-header-accent {
position: absolute;
top: 0;
right: 0;
width: min(40vw, 380px);
height: calc(100% + 10px);
background: var(--ft-red-dark);
clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
pointer-events: none;
z-index: 0;
}
.ft-header-inner {
position: relative;
display: flex;
align-items: center;
gap: 1.25rem;
min-height: var(--ft-header-height);
z-index: 1;
padding-block: .85rem;
}
.ft-header-menu {
display: flex;
align-items: center;
flex: 1;
min-width: 0;
margin-left: auto;
background: rgba(255, 255, 255, .96);
border-radius: var(--ft-radius-pill);
padding: .35rem clamp(1rem, 2.5vw, 1.85rem);
box-shadow: 0 8px 28px rgba(18, 38, 72, .1);
}
.ft-brand {
display: inline-flex;
align-items: center;
gap: .75rem;
text-decoration: none;
color: inherit;
z-index: 2;
}
.ft-brand-mark { color: var(--ft-navy); }
.ft-brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.ft-brand-kicker {
font-size: .72rem;
font-weight: 700;
letter-spacing: .12em;
text-transform: uppercase;
color: var(--ft-navy);
}
.ft-brand-name {
font-size: 1.35rem;
font-weight: 800;
color: var(--ft-red);
text-transform: uppercase;
}
.ft-brand-logo {
display: block;
max-height: 64px;
width: auto;
max-width: min(280px, 46vw);
object-fit: contain;
}
.ft-nav-toggle {
display: none;
margin-left: auto;
border: 0;
background: transparent;
color: var(--ft-navy);
padding: .35rem;
z-index: 2;
cursor: pointer;
}
.ft-nav-toggle-icon--close { display: none; }
.ft-header.is-open .ft-nav-toggle-icon--open { display: none; }
.ft-header.is-open .ft-nav-toggle-icon--close { display: block; }
.ft-nav { flex: 1; display: flex; justify-content: center; z-index: 2; min-width: 0; }
.ft-nav-list {
display: flex;
gap: clamp(.85rem, 1.8vw, 1.5rem);
list-style: none;
margin: 0;
padding: 0;
flex-wrap: nowrap;
justify-content: center;
}
.ft-nav-list a {
color: var(--ft-text);
text-decoration: none;
font-weight: 700;
font-size: .78rem;
letter-spacing: .06em;
text-transform: uppercase;
padding: .55rem 0 .45rem;
border-bottom: 2px solid transparent;
white-space: nowrap;
}
.ft-nav-list a:hover,
.ft-nav-list .is-active > a,
.ft-nav-list .current-menu-item > a,
.ft-nav-list .current_page_item > a {
color: var(--ft-red);
border-bottom-color: var(--ft-red);
text-decoration: none;
}
.ft-nav-list > li { position: relative; }
.ft-nav-list .sub-menu {
position: absolute;
top: calc(100% + .35rem);
left: 0;
min-width: 15rem;
margin: 0;
padding: .65rem 0;
list-style: none;
background: var(--ft-surface);
border-radius: var(--ft-radius-md);
box-shadow: var(--ft-shadow-md);
opacity: 0;
visibility: hidden;
transform: translateY(.35rem);
transition: opacity .2s ease, transform .2s ease, visibility .2s;
z-index: 20;
}
.ft-nav-list li:hover > .sub-menu,
.ft-nav-list li:focus-within > .sub-menu {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.ft-nav-list .sub-menu a {
display: block;
padding: .55rem 1rem;
border-bottom: 0;
text-transform: none;
letter-spacing: 0;
font-size: .88rem;
}
.ft-subnav {
background: var(--ft-soft);
border-bottom: 1px solid rgba(33, 38, 74, .08);
}
.ft-subnav-inner {
display: flex;
gap: .5rem;
overflow-x: auto;
padding: .85rem 0;
}
.ft-subnav-link {
flex: 0 0 auto;
padding: .55rem 1rem;
border-radius: 999px;
color: var(--ft-navy);
text-decoration: none;
font-weight: 600;
font-size: .85rem;
white-space: nowrap;
}
.ft-subnav-link.is-active,
.ft-subnav-link:hover,
.ft-subnav-link:focus {
background: var(--ft-red);
color: #fff;
text-decoration: none;
}
.ft-subnav--involve .ft-subnav-inner {
justify-content: center;
flex-wrap: wrap;
gap: 0.65rem;
padding: 1rem 0;
}
.ft-subnav--involve .ft-subnav-link {
padding: 0.65rem 1.25rem;
font-size: 0.9rem;
}
.ft-header-donate.ft-btn--donate {
flex-shrink: 0;
margin-left: 0;
z-index: 2;
min-height: 2.85rem;
padding: 0.9rem 1.55rem;
font-size: 0.82rem;
font-weight: 800;
letter-spacing: 0.06em;
background: var(--ft-donate);
color: #fff;
border: 2px solid #fff;
box-shadow:
0 0 0 2px rgba(227, 28, 36, 0.22),
0 10px 24px rgba(227, 28, 36, 0.42);
transition:
transform 0.2s ease,
box-shadow 0.2s ease,
background 0.2s ease,
border-color 0.2s ease,
color 0.2s ease;
}
.ft-header-donate.ft-btn--donate .ft-icon {
color: #fff;
animation: ft-header-heart 1.7s ease-in-out infinite;
}
.ft-header-donate.ft-btn--donate:hover {
transform: translateY(-2px) scale(1.03);
background: var(--ft-donate-dark);
border-color: #fff;
color: #fff;
box-shadow:
0 0 0 2px rgba(227, 28, 36, 0.28),
0 14px 30px rgba(227, 28, 36, 0.48);
}
.ft-header-donate.ft-btn--donate:hover .ft-icon {
color: #fff;
animation: none;
}
@keyframes ft-header-heart {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.16); }
}
body:not(.home) .ft-header {
background: rgba(255, 255, 255, .98);
box-shadow: 0 1px 0 rgba(33, 38, 74, 0.06);
}
body.home .ft-header {
background: rgba(255, 255, 255, 0.96);
backdrop-filter: blur(10px);
box-shadow: 0 1px 0 rgba(33, 38, 74, 0.06);
}
body.home .ft-header-accent {
display: none;
}
body.home .ft-nav-list .current-menu-item > a,
body.home .ft-nav-list .current_page_item > a,
body.home .ft-nav-list a:hover {
color: var(--ft-celeste);
border-bottom-color: var(--ft-celeste);
}
body.home .ft-nav-toggle {
color: var(--ft-navy);
}
@media (prefers-reduced-motion: reduce) {
.ft-header-donate.ft-btn--donate .ft-icon {
animation: none;
}
}
@media (max-width: 1024px) {
:root { --ft-header-height: 72px; }
.ft-header-inner {
gap: 0.65rem;
min-height: var(--ft-header-height);
padding-block: 0.55rem;
}
.ft-brand { margin-right: auto; }
.ft-brand-logo {
max-height: 52px;
max-width: min(168px, 42vw);
}
.ft-nav-toggle {
display: inline-flex;
align-items: center;
justify-content: center;
width: 44px;
height: 44px;
margin-left: 0;
padding: 0;
}
.ft-header-menu {
position: absolute;
top: 100%;
left: 0;
right: 0;
display: none;
flex-direction: column;
align-items: stretch;
margin-left: 0;
padding: 1rem;
border-radius: var(--ft-radius);
background: var(--ft-surface);
}
.ft-header.is-open .ft-header-menu { display: flex; }
.ft-nav {
position: static;
display: block;
width: 100%;
background: transparent;
padding: 0;
box-shadow: none;
}
.ft-header.is-open .ft-nav { display: block; }
.ft-nav-list { flex-direction: column; gap: .75rem; align-items: flex-start; }
.ft-nav-list .sub-menu {
position: static;
opacity: 1;
visibility: visible;
transform: none;
box-shadow: none;
padding: .35rem 0 .35rem 1rem;
background: transparent;
}
.ft-header-donate.ft-btn--donate {
display: inline-flex;
width: auto;
min-height: 2.5rem;
margin-left: 0;
margin-right: 0.2rem;
padding: 0.55rem 0.9rem;
font-size: 0.72rem;
}
}
.ft-footer {
--ft-footer-teal: #14b8ba;
position: relative;
isolation: isolate;
background:
radial-gradient(ellipse at 12% 0%, rgba(20, 184, 186, 0.16), transparent 42%),
linear-gradient(165deg, #1a1f3d 0%, #21264a 48%, #181c36 100%);
color: #fff;
margin-top: auto;
overflow: hidden;
}
.ft-footer-glow {
position: absolute;
inset: auto -10% -20% auto;
width: min(28rem, 55vw);
height: min(28rem, 55vw);
border-radius: 50%;
background: radial-gradient(circle, rgba(20, 184, 186, 0.14) 0%, transparent 68%);
pointer-events: none;
z-index: 0;
}
.ft-footer::before {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
height: 3px;
background: linear-gradient(90deg, transparent 0%, var(--ft-footer-teal) 35%, #7edce0 65%, transparent 100%);
z-index: 1;
}
.ft-footer-grid {
position: relative;
z-index: 1;
display: grid;
gap: 2.25rem;
padding: clamp(2.5rem, 4.5vw, 3.5rem) 0 1.75rem;
}
@media (min-width: 768px) {
.ft-footer-grid {
grid-template-columns: 1.35fr 1fr 1.15fr;
gap: 2rem 3rem;
}
}
.ft-footer-col h3 {
margin: 0 0 1.15rem;
font-size: 0.8rem;
font-weight: 800;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #7edce0;
}
.ft-footer-logo {
display: inline-flex;
margin-bottom: 0.85rem;
text-decoration: none;
}
.ft-footer-logo-frame {
display: grid;
place-items: center;
width: 5.5rem;
height: 5.5rem;
padding: 0.35rem;
border-radius: 1.15rem;
background: #fff;
box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
overflow: hidden;
transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.ft-footer-logo:hover .ft-footer-logo-frame,
.ft-footer-logo:focus-visible .ft-footer-logo-frame {
transform: translateY(-3px);
box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
}
.ft-footer-logo-frame img {
width: 100%;
height: 100%;
object-fit: contain;
object-position: center;
display: block;
}
.ft-footer-brand-name {
margin: 0 0 0.45rem;
font-size: 1.05rem;
font-weight: 800;
letter-spacing: -0.01em;
color: #fff;
}
.ft-footer-tagline {
margin: 0 0 1.15rem;
max-width: 18rem;
color: rgba(255, 255, 255, 0.78);
font-size: 0.9rem;
line-height: 1.55;
}
.ft-footer-social {
display: flex;
flex-wrap: wrap;
gap: 0.55rem;
margin: 0;
}
.ft-footer-social-link {
display: grid;
place-items: center;
width: 2.35rem;
height: 2.35rem;
border-radius: 50%;
background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.14);
color: #fff;
text-decoration: none;
transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.ft-footer-social-link:hover,
.ft-footer-social-link:focus-visible {
transform: translateY(-2px);
color: #fff;
text-decoration: none;
}
.ft-footer-social-link--facebook:hover { background: #1877f2; border-color: #1877f2; }
.ft-footer-social-link--instagram:hover { background: #e4405f; border-color: #e4405f; }
.ft-footer-social-link--youtube:hover { background: #ff0000; border-color: #ff0000; }
.ft-footer-social-link--whatsapp:hover { background: #25d366; border-color: #25d366; }
.ft-footer-links,
.ft-footer-contact-list {
list-style: none;
margin: 0;
padding: 0;
}
.ft-footer-links a {
display: flex;
align-items: center;
gap: 0.45rem;
font-size: 0.9rem;
color: rgba(198, 210, 230, 0.88);
text-decoration: none;
transition: color 0.2s ease, transform 0.2s ease;
}
.ft-footer-links a::before {
content: "›";
flex-shrink: 0;
color: #7edce0;
font-size: 1.15em;
font-weight: 700;
line-height: 1;
}
.ft-footer-links a:hover,
.ft-footer-links a:focus-visible {
color: #fff;
text-decoration: none;
transform: translateX(3px);
}
.ft-footer-links li + li,
.ft-footer-contact-list li + li { margin-top: 0.65rem; }
.ft-footer-contact {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.ft-footer-contact-list {
margin: 0;
}
.ft-footer-contact-list li {
display: flex;
align-items: flex-start;
gap: 0.65rem;
color: rgba(255, 255, 255, 0.86);
font-size: 0.88rem;
line-height: 1.45;
}
.ft-footer-contact-list a {
color: inherit;
text-decoration: none;
}
.ft-footer-contact-list a:hover {
color: #7edce0;
}
.ft-footer-ic {
flex: 0 0 auto;
width: 1.15rem;
margin-top: 0.15rem;
color: #7edce0;
text-align: center;
}
.ft-footer-bar {
position: relative;
z-index: 1;
border-top: 1px solid rgba(255, 255, 255, 0.12);
padding: 1.05rem 0 1.35rem;
background: rgba(0, 0, 0, 0.12);
}
.ft-footer-bar-inner {
display: flex;
flex-wrap: wrap;
gap: 0.75rem 1.5rem;
justify-content: space-between;
align-items: center;
}
.ft-footer-copy,
.ft-footer-credit {
margin: 0;
color: rgba(180, 195, 220, 0.78);
font-size: 0.86rem;
}
.ft-footer-credit {
display: flex;
flex-direction: column;
align-items: flex-end;
gap: 0.2rem;
text-align: right;
line-height: 1.45;
}
.ft-footer-credit a {
color: #7edce0;
font-weight: 700;
text-decoration: none;
}
.ft-footer-credit a:hover,
.ft-footer-credit a:focus-visible {
color: #fff;
text-decoration: underline;
text-underline-offset: 0.18em;
}
@media (max-width: 720px) {
.ft-footer-bar-inner {
flex-direction: column;
align-items: flex-start;
}
.ft-footer-credit {
align-items: flex-start;
text-align: left;
}
}
.ft-page-header {
background: linear-gradient(135deg, var(--ft-navy), var(--ft-navy-soft));
color: #fff;
padding: 3rem 0;
}
.ft-page-title { margin: 0 0 .5rem; font-size: clamp(1.75rem, 4vw, 2.5rem); }
.ft-page-description { opacity: .9; }
.ft-page-meta, .ft-page-kicker { opacity: .85; }
.ft-page-kicker a { color: #fff; }
.ft-layout {
display: grid;
gap: 2rem;
}
@media (min-width: 960px) {
.ft-layout { grid-template-columns: minmax(0, 1fr) 280px; }
}
.ft-sidebar-block + .ft-sidebar-block { margin-top: 1.5rem; }
.ft-sidebar-block h2 { font-size: 1rem; margin: 0 0 .75rem; }
.ft-sidebar-links { list-style: none; margin: 0; padding: 0; }
.ft-sidebar-links li + li { margin-top: .5rem; } .ft-page-hero {
position: relative;
min-height: clamp(320px, 48vh, 460px);
display: flex;
align-items: center;
color: #fff;
overflow: hidden;
}
.ft-page-hero-bg {
position: absolute;
inset: 0;
background-size: cover;
background-position: center;
}
.ft-page-hero-overlay {
position: absolute;
inset: 0;
background: linear-gradient(90deg, rgba(18, 38, 72, .9) 0%, rgba(18, 38, 72, .55) 55%, rgba(18, 38, 72, .25) 100%);
}
.ft-page-hero-inner {
position: relative;
z-index: 1;
padding: 4.5rem 0 5.5rem;
max-width: 720px;
}
.ft-page-hero-title {
margin: 0 0 1rem;
font-size: clamp(2rem, 4.5vw, 3rem);
font-weight: 800;
line-height: 1.1;
}
.ft-page-hero-text {
margin: 0;
font-size: 1.05rem;
opacity: .92;
max-width: 38rem;
}
.ft-page-hero-wave {
position: absolute;
left: 0;
right: 0;
bottom: -1px;
color: #fff;
line-height: 0;
}
.ft-page-hero-wave svg { width: 100%; height: 72px; }.ft-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: .55rem;
padding: .85rem 1.35rem;
border-radius: var(--ft-radius-pill);
border: 2px solid transparent;
background: var(--ft-primary);
color: #fff;
font-weight: 700;
font-size: .82rem;
letter-spacing: .04em;
text-transform: uppercase;
text-decoration: none;
cursor: pointer;
transition:
background .25s ease,
color .25s ease,
border-color .25s ease,
transform .25s ease,
box-shadow .25s ease;
}
.ft-btn:hover {
background: var(--ft-primary-dark);
color: #fff;
text-decoration: none;
}
.ft-btn svg,
.ft-btn .ft-icon { flex-shrink: 0; }
.ft-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 1em;
height: 1em;
font-size: 1em;
line-height: 1;
vertical-align: middle;
}
.ft-icon::before {
display: block;
line-height: 1;
width: auto;
text-align: center;
}
.ft-btn--donate {
gap: 0.55rem;
padding: 0.85rem 1.35rem;
font-size: 0.82rem;
font-weight: 800;
letter-spacing: 0.05em;
text-transform: uppercase;
background: var(--ft-donate);
color: #fff;
border: 2px solid var(--ft-donate);
box-shadow: 0 8px 22px rgba(227, 28, 36, 0.32);
}
.ft-btn--donate:hover {
background: var(--ft-donate-dark);
border-color: var(--ft-donate-dark);
color: #fff;
transform: translateY(-2px);
box-shadow: 0 12px 28px rgba(227, 28, 36, 0.4);
}
.ft-btn--donate:focus-visible {
outline: 2px solid var(--ft-navy);
outline-offset: 3px;
}
.ft-btn--donate .ft-icon {
font-size: 0.95em;
}
.ft-btn--sm.ft-btn--donate {
padding: 0.65rem 1.1rem;
font-size: 0.75rem;
}
.ft-btn--outline {
background: transparent;
color: #fff;
border-color: rgba(255,255,255,.85);
}
.ft-btn--outline:hover {
background: rgba(255,255,255,.12);
color: #fff;
}
.ft-btn--outline-dark {
background: #fff;
color: var(--ft-navy);
border-color: var(--ft-navy);
}
.ft-btn--outline-dark:hover {
background: var(--ft-navy);
color: #fff;
border-color: var(--ft-navy);
}
.ft-btn--outline-light {
color: #fff;
border-color: rgba(255,255,255,.55);
}
.ft-btn--outline-light:hover {
background: rgba(255,255,255,.1);
color: #fff;
}
.ft-btn--white {
background: #fff;
color: var(--ft-red);
box-shadow: 0 4px 16px rgba(18, 38, 72, .14);
}
.ft-btn--white svg,
.ft-btn--white .ft-icon {
color: var(--ft-red);
transition: color .25s ease, transform .25s ease;
}
.ft-btn--white:hover {
background: var(--ft-navy);
color: #fff;
transform: translateY(-2px);
box-shadow: 0 10px 28px rgba(18, 38, 72, .28);
}
.ft-btn--white:hover svg,
.ft-btn--white:hover .ft-icon {
color: #fff;
transform: scale(1.08);
}
.ft-btn--white:active {
transform: translateY(0);
box-shadow: 0 4px 14px rgba(18, 38, 72, .18);
}
.ft-btn--white:focus-visible {
outline: 2px solid #fff;
outline-offset: 3px;
}
.ft-btn--sm {
padding: .65rem 1rem;
font-size: .75rem;
}
.ft-link { font-weight: 700; }
.ft-link-arrow {
display: inline-flex;
align-items: center;
gap: .35rem;
color: var(--ft-red);
font-weight: 700;
font-size: .82rem;
letter-spacing: .04em;
text-transform: uppercase;
text-decoration: none;
}
.ft-link-arrow:hover {
color: var(--ft-red-dark);
text-decoration: none;
}
.ft-kicker {
margin: 0 0 .75rem;
color: var(--ft-red);
font-size: .78rem;
font-weight: 800;
letter-spacing: .14em;
text-transform: uppercase;
}
.ft-script {
font-family: var(--ft-font-script);
font-weight: 700;
color: var(--ft-navy);
}
.ft-heading-accent {
margin: 0 0 1rem;
font-size: clamp(1.75rem, 4vw, 2.35rem);
line-height: 1.15;
color: var(--ft-navy);
}
.ft-heading-accent .ft-script { font-size: 1.15em; }
.ft-heading-accent .ft-heading-lead {
position: relative;
display: inline-block;
padding-bottom: 0.28rem;
}
.ft-heading-accent .ft-heading-lead::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 2.5rem;
height: 4px;
border-radius: 999px;
background: var(--ft-gold);
transform: scaleX(0);
transform-origin: left center;
transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.16s;
}
.is-inview .ft-heading-accent .ft-heading-lead::after,
.is-visible .ft-heading-accent .ft-heading-lead::after {
transform: scaleX(1);
} .ft-hero-mark {
position: relative;
display: inline-block;
padding-bottom: 0.32rem;
}
.ft-hero-mark::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 2.75rem;
height: 4px;
border-radius: 999px;
background: var(--ft-gold);
transform: scaleX(0);
transform-origin: left center;
transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.28s;
}
.is-ready .ft-hero-mark::after,
.is-visible .ft-hero-mark::after,
.is-inview .ft-hero-mark::after,
.ft-hero-mark.is-visible::after,
.ft-hero-mark.is-inview::after {
transform: scaleX(1);
} @keyframes ft-draw-stroke {
to { stroke-dashoffset: 0; }
}
@keyframes ft-pulse-heart {
0%, 100% { transform: scale(1); }
45% { transform: scale(1.12); }
}
.ft-hero-doodle {
display: block;
width: 118px;
margin: 0.15rem 0 1.05rem;
opacity: 0;
transition: opacity 0.45s ease 0.12s;
}
.is-ready .ft-hero-doodle,
.is-visible .ft-hero-doodle,
.is-inview .ft-hero-doodle {
opacity: 1;
}
.ft-hero-doodle svg {
width: 100%;
height: auto;
overflow: visible;
}
.ft-hero-doodle-wave {
fill: none;
stroke-dasharray: 120;
stroke-dashoffset: 120;
}
.is-ready .ft-hero-doodle-wave,
.is-visible .ft-hero-doodle-wave,
.is-inview .ft-hero-doodle-wave {
animation: ft-draw-stroke 1.1s 0.45s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.ft-hero-doodle-heart {
transform-origin: center;
}
.is-ready .ft-hero-doodle-heart,
.is-visible .ft-hero-doodle-heart,
.is-inview .ft-hero-doodle-heart {
animation: ft-pulse-heart 1.8s 0.7s ease-in-out infinite;
}
.ft-hero-draw-path {
stroke-dasharray: 200;
stroke-dashoffset: 200;
}
.is-ready .ft-hero-draw-path {
animation: ft-draw-stroke 1.15s 0.28s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.ft-hero-quote-line {
display: block;
width: 2.65rem;
height: 3px;
margin-top: 0.55rem;
border-radius: 999px;
background: var(--ft-gold);
transform: scaleX(0);
transform-origin: left center;
transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.55s;
}
.is-ready .ft-hero-quote-line,
.is-visible .ft-hero-quote-line,
.is-inview .ft-hero-quote-line {
transform: scaleX(1);
} @keyframes ft-page-orbit-spin {
to { transform: rotate(360deg); }
}
.ft-page-orbit {
--ft-orbit-size: clamp(96px, 13vw, 138px);
position: absolute;
z-index: 5;
width: var(--ft-orbit-size);
height: var(--ft-orbit-size);
pointer-events: none;
opacity: 0;
transform: scale(0.88);
transition:
opacity 1s 0.35s cubic-bezier(0.22, 1, 0.36, 1),
transform 1s 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.ft-page-orbit--media {
top: clamp(0.7rem, 3.5vh, 2.2rem);
left: clamp(-0.2rem, 2vw, 1.1rem);
}
.ft-page-orbit--corner {
top: clamp(1.1rem, 5vh, 3rem);
right: clamp(0.6rem, 5vw, 3.4rem);
left: auto;
}
.is-ready .ft-page-orbit,
.is-visible .ft-page-orbit,
.is-inview .ft-page-orbit {
opacity: 1;
transform: scale(1);
}
.ft-page-orbit-clock {
position: absolute;
inset: 0;
animation: ft-page-orbit-spin 48s linear infinite reverse;
}
.ft-page-orbit-tick {
position: absolute;
inset: 0;
transform: rotate(calc(30deg * var(--t)));
}
.ft-page-orbit-tick::before {
content: "";
position: absolute;
top: 1px;
left: 50%;
width: 1.5px;
height: 6px;
margin-left: -0.75px;
border-radius: 999px;
background: var(--ft-gold);
opacity: 0.85;
}
.ft-page-orbit-tick.is-hour::before {
height: 9px;
width: 2.2px;
margin-left: -1.1px;
background: #f5d76a;
}
.ft-page-orbit-path {
position: absolute;
inset: 18%;
border-radius: 50%;
border: 2px dashed #14b8ba;
animation: ft-page-orbit-spin 18s linear infinite;
}
.ft-page-orbit-core {
position: absolute;
top: 50%;
left: 50%;
width: 0.55rem;
height: 0.55rem;
margin: -0.275rem 0 0 -0.275rem;
background: var(--ft-gold);
transform: rotate(45deg);
box-shadow: 0 0 0 5px rgba(240, 196, 25, 0.18);
}
.ft-page-orbit-core::before,
.ft-page-orbit-core::after {
content: "";
position: absolute;
background: var(--ft-gold);
border-radius: 1px;
}
.ft-page-orbit-core::before {
width: 1.35rem;
height: 2px;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.ft-page-orbit-core::after {
width: 2px;
height: 1.35rem;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.ft-page-orbit-track {
position: absolute;
inset: 0;
animation: ft-page-orbit-spin 22s linear infinite;
}
.ft-page-orbit-node {
position: absolute;
inset: 0;
transform: rotate(calc(120deg * var(--i)));
}
.ft-page-orbit-icon {
position: absolute;
top: 4%;
left: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
width: 1.85rem;
height: 1.85rem;
border-radius: 0.55rem;
background: #fff;
border: 1.5px solid rgba(240, 196, 25, 0.55);
box-shadow: 0 6px 16px rgba(20, 184, 186, 0.22);
transform: translateX(-50%);
animation: ft-page-orbit-spin 22s linear infinite reverse;
}
.ft-page-orbit-icon .ft-icon,
.ft-page-orbit-icon svg {
width: 0.9rem;
height: 0.9rem;
font-size: 0.78rem;
}
.ft-page-orbit-icon--heart { color: var(--ft-donate); }
.ft-page-orbit-icon--users { color: var(--ft-navy); }
.ft-page-orbit-icon--hands { color: #14b8ba; }
@media (max-width: 839px) {
.ft-page-orbit--corner {
display: none;
}
.ft-page-orbit--media {
--ft-orbit-size: 84px;
top: 0.45rem;
left: 0.2rem;
}
}
[class$="-section-title"]::after,
[class$="-cta-title"]::after {
content: "";
display: block;
width: 2.75rem;
height: 4px;
margin: 0.55rem 0 0;
border-radius: 999px;
background: var(--ft-gold);
transform: scaleX(0);
transform-origin: left center;
transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.16s;
}
.is-inview [class$="-section-title"]::after,
.is-visible [class$="-section-title"]::after,
[class$="-section-title"].is-inview::after,
[class$="-section-title"].is-visible::after,
.is-inview [class$="-cta-title"]::after,
.is-visible [class$="-cta-title"]::after,
[class$="-cta-title"].is-inview::after,
[class$="-cta-title"].is-visible::after {
transform: scaleX(1);
}
[class*="-cta-btn"].ft-btn--donate {
background: var(--ft-donate);
color: #fff;
border: 2px solid #fff;
box-shadow: 0 10px 24px rgba(227, 28, 36, 0.32);
}
[class*="-cta-btn"].ft-btn--donate:hover {
background: var(--ft-donate-dark);
color: #fff;
border-color: #fff;
}
.ft-heart {
display: inline-flex;
color: var(--ft-red);
vertical-align: middle;
}
.ft-tag {
display: inline-block;
padding: .2rem .55rem;
border-radius: var(--ft-radius-pill);
background: var(--ft-red-soft);
color: var(--ft-red-dark);
font-size: .75rem;
font-weight: 700;
text-decoration: none;
}
.ft-empty {
padding: 2rem;
text-align: center;
background: #fff;
border: 1px dashed var(--ft-border);
border-radius: var(--ft-radius);
}
.ft-section-head {
display: flex;
justify-content: space-between;
align-items: end;
gap: 1rem;
margin-bottom: 1.75rem;
}
.ft-section-head h2 { margin: 0; }
.ft-section-head--center {
flex-direction: column;
align-items: center;
text-align: center;
}
.ft-section-head--light .ft-heading-accent,
.ft-section-head--light .ft-heading-accent .ft-script { color: #fff; }
.ft-section-head--light p { color: rgba(255,255,255,.78); max-width: 42rem; }
.ft-section-intro {
text-align: center;
max-width: 760px;
margin: 0 auto 2rem;
}
.ft-text-accent {
color: var(--ft-red);
font-weight: 800;
}
.ft-heading-accent .ft-text-accent {
font-family: inherit;
font-size: 1em;
}
.ft-section-intro--light .ft-heading-accent,
.ft-section-intro--light .ft-heading-accent .ft-script { color: #fff; }
.ft-kicker--center { text-align: center; }
.navigation.pagination { margin-top: 2rem; }
.navigation.pagination .nav-links {
display: flex;
gap: .5rem;
flex-wrap: wrap;
} .ft-reveal-pending:not(.is-visible):not(.is-inview) {
opacity: 0;
transform: translate3d(0, 1.35rem, 0);
transition:
opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
transition-delay: var(--ft-reveal-delay, 0s);
will-change: opacity, transform;
}
.ft-reveal-pending.is-visible,
.ft-reveal-pending.is-inview,
[data-ft-reveal].is-visible,
[data-ft-reveal].is-inview {
opacity: 1;
transform: none;
} @keyframes ft-draw-underline {
from { transform: scaleX(0); }
to { transform: scaleX(1); }
}
.ft-block-rule,
.ft-apo-plans-underline,
.ft-apo-how-underline {
transform: scaleX(0);
transform-origin: center;
transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.12s;
}
.ft-vol-join-title-before::after,
.ft-vol-why-title-bold::after {
transform: scaleX(0);
transform-origin: left center;
transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.16s;
}
.is-inview .ft-block-rule,
.is-visible .ft-block-rule,
.is-inview .ft-apo-plans-underline,
.is-visible .ft-apo-plans-underline,
.is-inview .ft-apo-how-underline,
.is-visible .ft-apo-how-underline,
.is-inview .ft-vol-join-title-before::after,
.is-visible .ft-vol-join-title-before::after,
.is-inview .ft-vol-why-title-bold::after,
.is-visible .ft-vol-why-title-bold::after {
transform: scaleX(1);
}
@media (prefers-reduced-motion: reduce) {
.ft-reveal-pending,
[data-ft-reveal] {
opacity: 1 !important;
transform: none !important;
transition: none !important;
}
.ft-block-rule,
.ft-apo-plans-underline,
.ft-apo-how-underline,
.ft-heading-accent .ft-heading-lead::after,
.ft-vol-join-title-before::after,
.ft-vol-why-title-bold::after,
[class$="-section-title"]::after,
[class$="-cta-title"]::after,
.ft-hero-mark::after,
.ft-hero-quote-line,
.ft-hero-doodle,
.ft-page-orbit {
transition: none !important;
opacity: 1 !important;
}
.ft-hero-doodle-wave,
.ft-hero-draw-path {
stroke-dashoffset: 0 !important;
animation: none !important;
}
.ft-hero-doodle-heart,
.ft-page-orbit-clock,
.ft-page-orbit-path,
.ft-page-orbit-track,
.ft-page-orbit-icon {
animation: none !important;
}
}:root {
--ft-gap: 1.25rem;
--ft-gap-lg: 2rem;
--ft-soft: var(--ft-surface-muted);
--ft-radius-md: 10px;
--ft-radius-lg: 16px;
--ft-shadow-md: 0 16px 48px rgba(33, 38, 74, 0.12);
} .ft-grid {
display: grid;
gap: var(--ft-gap);
}
.ft-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ft-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ft-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ft-grid--auto { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
@media (max-width: 900px) {
.ft-grid--4,
.ft-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
.ft-grid--4,
.ft-grid--3,
.ft-grid--2 { grid-template-columns: 1fr; }
}
.ft-split {
display: grid;
gap: var(--ft-gap-lg);
align-items: center;
}
@media (min-width: 960px) {
.ft-split { grid-template-columns: 1.05fr .95fr; }
}
.ft-surface {
background: var(--ft-surface);
border-radius: var(--ft-radius);
box-shadow: var(--ft-shadow-sm);
}
.ft-section-intro-text {
margin: .85rem 0 0;
color: var(--ft-text-soft);
line-height: 1.6;
}
.ft-section-head--light .ft-section-intro-text { color: rgba(255,255,255,.78); } .ft-lego-card {
display: block;
text-decoration: none;
color: inherit;
}
.ft-lego-card--icon {
background: #fff;
border-radius: var(--ft-radius-lg);
padding: 1.35rem;
box-shadow: var(--ft-shadow-sm);
}
.ft-lego-card--icon h3 {
margin: 0 0 .45rem;
color: var(--ft-navy);
font-size: 1rem;
}
.ft-lego-card--icon p {
margin: 0;
color: var(--ft-text-soft);
font-size: .94rem;
}
.ft-lego-card__icon {
width: 3rem;
height: 3rem;
display: grid;
place-items: center;
border-radius: 50%;
background: rgba(20, 184, 186, .1);
color: var(--ft-red);
margin-bottom: .85rem;
} .ft-video-modal[hidden] { display: none !important; }
.ft-video-modal {
position: fixed;
inset: 0;
z-index: 9999;
display: grid;
place-items: center;
padding: 1rem;
}
.ft-video-modal-backdrop {
position: absolute;
inset: 0;
background: rgba(0,0,0,.75);
}
.ft-video-modal-dialog {
position: relative;
width: min(960px, 100%);
z-index: 1;
}
.ft-video-modal-close {
position: absolute;
top: -2.75rem;
right: 0;
border: 0;
background: transparent;
color: #fff;
cursor: pointer;
}
.ft-video-modal-frame {
aspect-ratio: 16 / 9;
background: #000;
border-radius: var(--ft-radius);
overflow: hidden;
}
.ft-video-modal-frame iframe {
width: 100%;
height: 100%;
border: 0;
}
body.ft-video-open { overflow: hidden; } .ft-video-trigger {
position: relative;
display: block;
width: 100%;
padding: 0;
border: none;
font: inherit;
cursor: pointer;
text-align: left;
border-radius: var(--ft-radius);
overflow: hidden;
aspect-ratio: 16 / 10;
box-shadow: var(--ft-shadow-md);
}
.ft-video-trigger img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.ft-video-trigger--static { cursor: default; }
.ft-video-trigger-play {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
background: rgba(18, 38, 72, .28);
transition: background .25s;
}
.ft-video-trigger:hover .ft-video-trigger-play { background: rgba(18, 38, 72, .42); }
.ft-video-trigger-play span {
width: 4.25rem;
height: 4.25rem;
border-radius: 50%;
background: rgba(255,255,255,.95);
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 8px 24px rgba(0,0,0,.2);
transition: transform .25s ease, box-shadow .25s ease;
color: var(--ft-red);
}
.ft-video-trigger:hover .ft-video-trigger-play span {
transform: scale(1.06);
box-shadow: 0 14px 36px rgba(0,0,0,.35);
}.ft-post-grid {
display: grid;
gap: 1.25rem;
grid-template-columns: 1fr;
}
@media (min-width: 768px) {
.ft-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
.ft-post-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.ft-card {
background: #fff;
border: 1px solid var(--ft-border);
border-radius: var(--ft-radius);
overflow: hidden;
box-shadow: var(--ft-shadow-sm);
}
.ft-card-media {
position: relative;
display: block;
text-decoration: none;
}
.ft-card-media::after {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 4px;
background: var(--ft-red);
z-index: 2;
}
.ft-card-media img {
width: 100%;
aspect-ratio: 16 / 10;
object-fit: cover;
display: block;
}
.ft-card-category {
position: absolute;
left: 1rem;
bottom: -1.1rem;
min-width: 2.75rem;
max-width: calc(100% - 2rem);
min-height: 2.75rem;
padding: .35rem .65rem;
border-radius: var(--ft-radius-pill);
background: var(--ft-navy);
color: #fff;
display: inline-flex;
align-items: center;
justify-content: center;
box-shadow: var(--ft-shadow-sm);
z-index: 3;
font-size: .62rem;
font-weight: 700;
letter-spacing: .04em;
line-height: 1.15;
text-align: center;
text-transform: uppercase;
}
.ft-card-body { padding: 1.75rem 1.1rem 1.25rem; }
.ft-card-meta {
margin: 0 0 .35rem;
color: var(--ft-red);
font-size: .78rem;
font-weight: 700;
letter-spacing: .08em;
text-transform: uppercase;
}
.ft-card-title { margin: 0 0 .5rem; font-size: 1.15rem; line-height: 1.35; }
.ft-card-title a { color: var(--ft-navy); text-decoration: none; }
.ft-card-title a:hover { color: var(--ft-red); }
.ft-card-excerpt { margin: 0 0 .85rem; color: var(--ft-text-soft); font-size: .9375rem; }
.ft-single-hero img {
width: 100%;
border-radius: var(--ft-radius);
margin-bottom: 1.5rem;
}
.ft-single-footer {
margin-top: 2rem;
padding-top: 1rem;
border-top: 1px solid var(--ft-border);
}
.ft-single-tags span { font-weight: 700; margin-right: .35rem; }
.ft-tag-cloud a {
display: inline-block;
margin: 0 .35rem .35rem 0;
padding: .2rem .55rem;
border-radius: var(--ft-radius-pill);
background: #f3f4f6;
color: inherit;
text-decoration: none;
}:root {
--ft-v2-navy: #21264a;
--ft-v2-teal: #14b8ba;
--ft-v2-teal-dark: #0e989a;
--ft-v2-red: #e31c24;
--ft-v2-red-dark: #c4161d;
--ft-v2-soft: #eef6f8;
}
body.home .ft-section {
padding: clamp(3.25rem, 6vw, 4.75rem) 0;
}
body.home .ft-section-intro {
text-align: center;
max-width: 720px;
margin: 0 auto 2.25rem;
}
body.home .ft-section-intro .ft-heading-accent {
margin: 0;
font-size: clamp(1.8rem, 3.8vw, 2.45rem);
text-transform: uppercase;
letter-spacing: 0.02em;
}
body.home .ft-kicker {
margin: 0 0 0.65rem;
color: var(--ft-v2-teal-dark);
font-size: 0.78rem;
font-weight: 800;
letter-spacing: 0.14em;
text-transform: uppercase;
}
[data-ft-reveal] .ft-value-card,
[data-ft-reveal] .ft-impact-card,
[data-ft-reveal] .ft-program-card,
[data-ft-reveal] .ft-card,
[data-ft-reveal] .ft-board-director,
[data-ft-reveal] .ft-board-copy,
[data-ft-reveal] .ft-board-team,
[data-ft-reveal] .ft-contact-cta,
[data-ft-reveal] .ft-contact-cta-meta {
opacity: 0;
transform: translateY(18px);
transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1), transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
[data-ft-reveal].is-inview .ft-value-card,
[data-ft-reveal].is-inview .ft-impact-card,
[data-ft-reveal].is-inview .ft-program-card,
[data-ft-reveal].is-inview .ft-card,
[data-ft-reveal].is-inview .ft-board-director,
[data-ft-reveal].is-inview .ft-board-copy,
[data-ft-reveal].is-inview .ft-board-team,
[data-ft-reveal].is-inview .ft-contact-cta,
[data-ft-reveal].is-inview .ft-contact-cta-meta {
opacity: 1;
transform: none;
}
[data-ft-reveal].is-inview .ft-value-card { transition-delay: var(--ft-delay, 0s); }
[data-ft-reveal].is-inview .ft-impact-card:nth-child(1) { transition-delay: 0.04s; }
[data-ft-reveal].is-inview .ft-impact-card:nth-child(2) { transition-delay: 0.08s; }
[data-ft-reveal].is-inview .ft-impact-card:nth-child(3) { transition-delay: 0.12s; }
[data-ft-reveal].is-inview .ft-impact-card:nth-child(4) { transition-delay: 0.16s; }
[data-ft-reveal].is-inview .ft-impact-card:nth-child(5) { transition-delay: 0.2s; }
[data-ft-reveal].is-inview .ft-impact-card:nth-child(6) { transition-delay: 0.24s; }
[data-ft-reveal].is-inview .ft-program-card:nth-child(1) { transition-delay: 0.05s; }
[data-ft-reveal].is-inview .ft-program-card:nth-child(2) { transition-delay: 0.1s; }
[data-ft-reveal].is-inview .ft-program-card:nth-child(3) { transition-delay: 0.15s; }
[data-ft-reveal].is-inview .ft-program-card:nth-child(4) { transition-delay: 0.2s; }
[data-ft-reveal].is-inview .ft-program-card:nth-child(5) { transition-delay: 0.25s; }
[data-ft-reveal].is-inview .ft-card:nth-child(1) { transition-delay: 0.04s; }
[data-ft-reveal].is-inview .ft-card:nth-child(2) { transition-delay: 0.08s; }
[data-ft-reveal].is-inview .ft-card:nth-child(3) { transition-delay: 0.12s; }
[data-ft-reveal].is-inview .ft-card:nth-child(4) { transition-delay: 0.16s; }
[data-ft-reveal].is-inview .ft-card:nth-child(5) { transition-delay: 0.2s; }
[data-ft-reveal].is-inview .ft-card:nth-child(6) { transition-delay: 0.24s; }
[data-ft-reveal].is-inview .ft-board-director { transition-delay: 0.02s; }
[data-ft-reveal].is-inview .ft-board-copy { transition-delay: 0.08s; }
[data-ft-reveal].is-inview .ft-board-team { transition-delay: 0.14s; }
[data-ft-reveal].is-inview .ft-contact-cta { transition-delay: 0.02s; }
[data-ft-reveal].is-inview .ft-contact-cta-meta { transition-delay: 0.1s; }
@media (prefers-reduced-motion: reduce) {
[data-ft-reveal] .ft-value-card,
[data-ft-reveal] .ft-impact-card,
[data-ft-reveal] .ft-program-card,
[data-ft-reveal] .ft-card,
[data-ft-reveal] .ft-board-director,
[data-ft-reveal] .ft-board-copy,
[data-ft-reveal] .ft-board-team,
[data-ft-reveal] .ft-contact-cta,
[data-ft-reveal] .ft-contact-cta-meta {
opacity: 1 !important;
transform: none !important;
transition: none !important;
}
a.ft-value-card:hover {
transform: none;
}
} @keyframes ft-rise { to { opacity: 1; transform: none; } }
@keyframes ft-pulse-heart {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.12); }
}
@keyframes ft-draw-stroke { to { stroke-dashoffset: 0; } }
@keyframes ft-draw-underline {
from { transform: scaleX(0); }
to { transform: scaleX(1); }
}
@keyframes ft-hero-float {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-8px); }
}
.ft-hero--v3 {
--ft-hero-cream: #f4f8f9;
--ft-hero-gold: #f0c419;
position: relative;
overflow: hidden;
min-height: clamp(620px, 88vh, 820px);
background: var(--ft-hero-cream);
color: var(--ft-v2-navy);
}
.ft-hero-stage {
position: relative;
z-index: 2;
display: grid;
min-height: inherit;
width: min(100%, 1280px);
margin-inline: auto;
}
@media (min-width: 960px) {
.ft-hero-stage {
grid-template-columns: minmax(0, 0.98fr) minmax(300px, 1.02fr);
width: 100%;
max-width: none;
}
}
.ft-hero-panel--copy {
position: relative;
z-index: 3;
display: flex;
align-items: center;
padding: calc(var(--ft-header-height) + 1.25rem) 1.25rem 5.5rem;
background: var(--ft-hero-cream);
}
@media (min-width: 960px) {
.ft-hero-panel--copy {
padding: calc(var(--ft-header-height) + 0.35rem) clamp(1.5rem, 5vw, 5.5rem) 7.25rem clamp(1.5rem, 6vw, 7rem);
clip-path: polygon(0 0, 92% 0, 100% 18%, 94% 42%, 100% 68%, 90% 100%, 0 100%);
}
}
.ft-hero-copy { max-width: 36rem; }
.ft-hero-kicker {
margin: 0 0 0.7rem;
color: var(--ft-v2-teal-dark);
font-size: 0.76rem;
font-weight: 800;
letter-spacing: 0.16em;
text-transform: uppercase;
}
.ft-hero-title {
margin: 0;
font-size: clamp(2.55rem, 6.2vw, 4.35rem);
line-height: 0.94;
font-weight: 800;
letter-spacing: -0.035em;
}
.ft-hero-title > span { display: block; }
.ft-hero-title-lead {
color: var(--ft-v2-navy);
text-transform: uppercase;
}
.ft-hero-title-script {
margin: 0.02em 0 0.08em;
color: var(--ft-v2-teal);
font-family: var(--ft-font-script);
font-size: 1.12em;
font-weight: 700;
letter-spacing: 0;
line-height: 1.02;
text-transform: none;
}
.ft-hero-title-rest {
margin-top: 0.18em;
color: var(--ft-v2-navy);
font-size: clamp(1.35rem, 2.8vw, 2.15rem);
line-height: 1.18;
letter-spacing: -0.025em;
text-transform: none;
font-weight: 800;
}
.ft-hero-doodle {
display: block;
width: 118px;
margin: 0.2rem 0 1.2rem;
}
.ft-hero-doodle svg { width: 100%; height: auto; overflow: visible; }
.ft-hero-doodle-wave {
stroke-dasharray: 120;
stroke-dashoffset: 120;
}
.ft-hero--v3.is-ready .ft-hero-doodle-wave {
animation: ft-draw-stroke 1.1s 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.ft-hero-doodle-heart { transform-origin: center; }
.ft-hero--v3.is-ready .ft-hero-doodle-heart {
animation: ft-pulse-heart 1.8s 0.75s ease-in-out infinite;
}
.ft-hero-text {
margin: 0 0 1.7rem;
max-width: 34rem;
color: #3d4658;
font-size: clamp(1.08rem, 1.55vw, 1.22rem);
line-height: 1.55;
font-weight: 600;
}
.ft-hero-actions {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.9rem 1.2rem;
margin-bottom: 0;
}
.ft-hero--v3 .ft-hero-donate.ft-btn--donate,
.ft-hero--v3 .ft-btn--donate {
min-height: 3.2rem;
padding: 0.9rem 1.65rem;
border-radius: 999px;
font-size: 0.86rem;
letter-spacing: 0.055em;
background: var(--ft-donate);
border-color: var(--ft-donate);
box-shadow: 0 12px 28px rgba(227, 28, 36, 0.28);
}
.ft-hero--v3 .ft-hero-donate.ft-btn--donate:hover,
.ft-hero--v3 .ft-btn--donate:hover {
background: var(--ft-donate-dark);
border-color: var(--ft-donate-dark);
transform: translateY(-2px);
}
.ft-hero-more {
display: inline-flex;
align-items: center;
gap: 0.55rem;
color: var(--ft-v2-navy);
font-weight: 800;
font-size: 0.82rem;
letter-spacing: 0.04em;
text-transform: uppercase;
text-decoration: none;
transition: transform 0.25s ease, color 0.2s ease;
}
.ft-hero-more:hover {
color: var(--ft-v2-teal-dark);
text-decoration: none;
transform: translateY(-2px);
}
.ft-hero-more .ft-icon { color: var(--ft-v2-teal); }
.ft-hero-social-wrap { display: flex; flex-direction: column; gap: 0.6rem; }
.ft-hero-social-label {
margin: 0;
font-size: 0.78rem;
font-weight: 700;
color: #6b7288;
}
.ft-hero-social {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
list-style: none;
margin: 0;
padding: 0;
}
.ft-hero-social-link {
display: inline-flex;
align-items: center;
justify-content: center;
width: 2.4rem;
height: 2.4rem;
border-radius: 50%;
border: 1.5px solid rgba(33, 38, 74, 0.18);
color: var(--ft-v2-navy);
background: transparent;
text-decoration: none;
transition: transform 0.25s ease, border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.ft-hero-social-link:hover {
transform: translateY(-3px);
border-color: var(--ft-v2-teal);
color: var(--ft-v2-teal);
background: #fff;
text-decoration: none;
}
.ft-hero-panel--media {
position: relative;
min-height: 46vh;
display: flex;
align-items: stretch;
background: #d7e8ea;
}
@media (min-width: 960px) {
.ft-hero-panel--media { min-height: 100%; }
}
.ft-hero-photo-mask {
position: absolute;
inset: 0;
overflow: hidden;
clip-path: ellipse(94% 90% at 58% 44%);
}
@media (min-width: 960px) {
.ft-hero-photo-mask {
clip-path: polygon(8% 0, 100% 0, 100% 100%, 16% 100%, 0 74%, 6% 40%);
}
}
.ft-hero-photo {
width: 100%;
height: 100%;
object-fit: cover;
object-position: 52% 18%;
transform: scale(1.06);
transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.ft-hero--v3.is-ready .ft-hero-photo { transform: scale(1); }
.ft-hero-panel--media:hover .ft-hero-photo { transform: scale(1.05); }
.ft-hero-panel--media .ft-page-orbit--media {
--ft-orbit-size: clamp(108px, 16vw, 158px);
top: clamp(0.85rem, 4vh, 2.6rem);
left: clamp(-2.4rem, -3vw, -0.8rem);
}
.ft-hero-panel--media .ft-page-orbit-icon {
width: 2.05rem;
height: 2.05rem;
}
.ft-hero-play {
position: absolute;
z-index: 4;
left: clamp(1rem, 6vw, 3.25rem);
top: 46%;
display: inline-flex;
align-items: center;
gap: 0.65rem;
padding: 0;
border: 0;
background: transparent;
color: #fff;
font-weight: 800;
font-size: 0.78rem;
letter-spacing: 0.06em;
text-transform: uppercase;
cursor: pointer;
transform: translateY(-50%);
text-shadow: 0 2px 12px rgba(18, 38, 72, 0.55);
}
.ft-hero-play-btn {
display: inline-flex;
align-items: center;
justify-content: center;
width: 3.1rem;
height: 3.1rem;
border-radius: 50%;
border: 3px solid var(--ft-hero-gold);
background: #fff;
color: var(--ft-v2-navy);
box-shadow: 0 10px 24px rgba(18, 38, 72, 0.22);
transition: transform 0.25s ease, background 0.2s ease;
}
.ft-hero-play:hover .ft-hero-play-btn {
transform: scale(1.07);
background: var(--ft-hero-gold);
}
.ft-hero-quote {
position: absolute;
right: clamp(0.65rem, 3vw, 2rem);
bottom: clamp(4.25rem, 11vh, 6.5rem);
z-index: 4;
max-width: min(270px, 78%);
padding: 1.25rem 1.35rem 1.15rem;
background: var(--ft-v2-navy);
color: #fff;
border-radius: 42% 58% 48% 52% / 48% 42% 58% 52%;
box-shadow: 0 18px 40px rgba(18, 38, 72, 0.28);
}
.ft-hero--v3.is-ready .ft-hero-quote {
animation: ft-hero-float 6s 1.1s ease-in-out infinite;
}
.ft-hero-quote-text {
margin: 0 0 0.5rem;
font-family: var(--ft-font-script);
font-size: clamp(1.18rem, 2.1vw, 1.5rem);
line-height: 1.25;
font-weight: 700;
}
.ft-hero-quote-line {
display: block;
width: 68%;
height: 3px;
border-radius: 999px;
background: var(--ft-hero-gold);
margin-bottom: 0.45rem;
transform-origin: left center;
transform: scaleX(0);
}
.ft-hero--v3.is-ready .ft-hero-quote-line {
animation: ft-draw-underline 0.9s 0.85s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.ft-hero-quote-heart {
position: absolute;
right: 1rem;
bottom: 0.9rem;
color: rgba(255, 255, 255, 0.85);
width: 1.15rem;
}
.ft-hero-wave {
position: absolute;
left: 0;
right: 0;
bottom: -1px;
z-index: 6;
height: clamp(88px, 12vw, 140px);
pointer-events: none;
}
.ft-hero-wave-svg { display: block; width: 100%; height: 100%; }
.ft-hero-wave-navy { fill: var(--ft-v2-navy); }
.ft-hero-wave-teal { fill: var(--ft-v2-teal); }
[data-ft-hero-anim] {
opacity: 0;
transform: translateY(24px);
transition:
opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
[data-ft-hero-anim="media"] { transform: translateX(32px) scale(0.98); }
[data-ft-hero-anim="quote"] {
transform: translateY(20px) scale(0.94);
transition-delay: 0.22s;
}
.ft-hero--v3.is-ready [data-ft-hero-anim] {
opacity: 1;
transform: none;
}
.ft-hero--v3.is-ready [data-ft-hero-anim="copy"] { transition-delay: 0.06s; }
.ft-hero--v3.is-ready [data-ft-hero-anim="media"] { transition-delay: 0.16s; }
@media (max-width: 959px) {
.ft-hero--v3 {
min-height: 0;
}
.ft-hero-panel--copy {
padding: 1.15rem 1.15rem 2.15rem;
}
.ft-hero-title {
font-size: clamp(2.05rem, 10vw, 2.55rem);
}
.ft-hero-title-rest {
font-size: clamp(1.15rem, 4.4vw, 1.45rem);
}
.ft-hero-panel--media {
order: -1;
min-height: 0;
height: min(42vh, 300px);
}
.ft-hero-panel--media .ft-page-orbit--media {
top: 0.65rem;
right: 0.65rem;
left: auto;
--ft-orbit-size: clamp(84px, 22vw, 110px);
}
.ft-hero-quote {
bottom: 0.85rem;
max-width: min(210px, 68%);
padding: 0.85rem 1rem 0.75rem;
}
.ft-hero-quote-text {
font-size: 1.05rem;
}
.ft-hero-play { top: auto; bottom: 5.15rem; transform: none; }
.ft-hero-actions {
flex-direction: column;
align-items: stretch;
}
.ft-hero-actions .ft-btn {
width: 100%;
justify-content: center;
}
.ft-hero-more {
min-height: 2.75rem;
justify-content: center;
padding: 0.45rem 0.2rem;
}
}
@media (prefers-reduced-motion: reduce) {
.ft-hero-photo,
.ft-hero-more,
.ft-hero-social-link,
.ft-hero-play-btn { transition: none; }
.ft-hero-doodle-wave,
.ft-hero-doodle-heart,
.ft-page-orbit-clock,
.ft-page-orbit-path,
.ft-page-orbit-track,
.ft-page-orbit-icon,
.ft-hero-quote,
.ft-hero-quote-line {
animation: none !important;
}
.ft-hero--v3 .ft-page-orbit,
[data-ft-hero-anim] {
opacity: 1 !important;
transform: none !important;
transition: none !important;
}
.ft-hero-doodle-wave { stroke-dashoffset: 0; }
.ft-hero-quote-line { transform: scaleX(1); }
} .ft-values {
position: relative;
background: var(--ft-v2-navy);
color: #fff;
padding: clamp(1.5rem, 3vw, 2.25rem) 0 clamp(3.25rem, 6vw, 4.5rem);
margin-top: -1px;
overflow: hidden;
}
.ft-values-head {
text-align: center;
margin: 0 auto 1.75rem;
max-width: 40rem;
}
.ft-values-kicker {
margin: 0 0 0.4rem;
color: var(--ft-v2-teal);
font-size: 0.76rem;
font-weight: 800;
letter-spacing: 0.16em;
text-transform: uppercase;
}
.ft-values-title {
margin: 0;
font-size: clamp(1.65rem, 3.4vw, 2.35rem);
font-weight: 800;
letter-spacing: -0.02em;
line-height: 1.12;
text-transform: uppercase;
color: #fff;
}
.ft-values-grid {
display: grid;
gap: 2rem;
}
@media (min-width: 768px) {
.ft-values-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 0;
}
}
@media (min-width: 1024px) {
.ft-values-grid {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
}
.ft-value-card {
text-align: center;
padding: 0.75rem 1.2rem 0.35rem;
display: flex;
flex-direction: column;
align-items: center;
min-height: 100%;
text-decoration: none;
color: inherit;
transition: transform 0.25s ease, background 0.2s ease;
}
a.ft-value-card:hover {
text-decoration: none;
color: inherit;
transform: translateY(-6px);
}
a.ft-value-card:hover .ft-value-icon {
background: var(--ft-v2-teal);
color: #fff;
border-color: var(--ft-v2-teal);
}
a.ft-value-card:hover .ft-value-icon .ft-icon {
color: #fff;
}
@media (min-width: 1024px) {
.ft-value-card {
padding: 0.5rem 1.5rem 0.25rem;
border-right: 1px solid rgba(255, 255, 255, 0.22);
}
.ft-value-card:last-child { border-right: 0; }
}
.ft-value-icon {
width: 4.25rem;
height: 4.25rem;
margin: 0 auto 1.15rem;
border-radius: 50%;
border: 2px solid #fff;
background: #fff;
box-shadow: 0 0 0 2px rgba(20, 184, 186, 0.35);
display: inline-flex;
align-items: center;
justify-content: center;
color: var(--ft-v2-teal);
line-height: 0;
}
.ft-value-icon .ft-icon {
display: inline-flex !important;
font-size: 1.4rem;
line-height: 1;
color: var(--ft-v2-teal);
}
.ft-value-card h3 {
margin: 0 0 0.65rem;
font-size: clamp(1.15rem, 1.6vw, 1.35rem);
font-weight: 800;
letter-spacing: 0.04em;
text-transform: uppercase;
color: #fff;
}
.ft-value-card p {
margin: 0 0 0.85rem;
color: rgba(255, 255, 255, 0.9);
font-size: clamp(0.95rem, 1.15vw, 1.02rem);
line-height: 1.45;
max-width: 16.5rem;
}
.ft-value-cta {
margin: 0 0 1rem;
color: var(--ft-v2-teal);
font-size: 0.78rem;
font-weight: 800;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.ft-value-line {
display: block;
width: 2.75rem;
height: 4px;
border-radius: 999px;
background: var(--ft-v2-teal);
margin-top: auto;
} .ft-block-head {
text-align: center;
margin: 0 auto 2.35rem;
max-width: 720px;
}
.ft-block-title {
margin: 0;
font-size: clamp(2rem, 4.2vw, 2.85rem);
font-weight: 800;
letter-spacing: 0.01em;
text-transform: uppercase;
color: var(--ft-v2-navy);
line-height: 1.12;
}
.ft-block-title span {
color: var(--ft-v2-teal);
display: inline;
}
.ft-block-title--plain span { color: inherit; }
.ft-block-lead {
margin: 0.7rem auto 0;
max-width: 34rem;
color: #5b6478;
font-size: clamp(1.02rem, 1.4vw, 1.12rem);
font-weight: 600;
line-height: 1.45;
}
.ft-block-rule {
display: block;
width: 2.75rem;
height: 3px;
margin: 0.85rem auto 0;
border-radius: 999px;
background: linear-gradient(90deg, #f0c419, #f5d76a);
} .ft-impact {
position: relative;
background:
radial-gradient(ellipse 80% 60% at 50% 0%, rgba(20, 184, 186, 0.06), transparent 55%),
#f7f9fb;
padding: clamp(3.5rem, 6.5vw, 5rem) 0 clamp(3rem, 5vw, 4rem);
color: var(--ft-v2-navy);
}
.ft-impact-grid {
display: grid;
gap: 1.75rem 1rem;
grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 800px) {
.ft-impact-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1100px) {
.ft-impact-grid {
grid-template-columns: repeat(6, minmax(0, 1fr));
gap: 0;
}
}
.ft-impact-card {
text-align: center;
padding: 0.35rem 0.85rem;
}
@media (min-width: 1100px) {
.ft-impact-card {
border-right: 1px solid rgba(33, 38, 74, 0.1);
padding: 0.25rem 1rem;
}
.ft-impact-card:last-child { border-right: 0; }
}
.ft-impact-icon {
width: 3.9rem;
height: 3.9rem;
margin: 0 auto 0.9rem;
border-radius: 50%;
border: 2px solid var(--ft-v2-teal);
background: #fff;
color: var(--ft-v2-teal);
display: inline-flex;
align-items: center;
justify-content: center;
line-height: 0;
box-shadow: 0 8px 20px rgba(20, 184, 186, 0.12);
}
.ft-impact-icon .ft-icon {
display: inline-flex !important;
font-size: 1.3rem;
line-height: 1;
color: var(--ft-v2-teal);
}
.ft-impact-number {
margin: 0;
font-size: clamp(2.35rem, 4.2vw, 3.15rem);
font-weight: 800;
color: var(--ft-v2-teal);
letter-spacing: -0.04em;
line-height: 1;
}
.ft-impact-label {
margin: 0.55rem 0 0;
color: var(--ft-v2-navy);
font-size: 0.92rem;
font-weight: 700;
line-height: 1.35;
} .ft-programs {
position: relative;
overflow: hidden;
background: #f3f7f9;
padding: clamp(3.25rem, 6vw, 4.75rem) 0;
}
.ft-programs-bg {
position: absolute;
left: -5%;
right: -5%;
top: 4.5rem;
height: min(52%, 280px);
background:
radial-gradient(ellipse 55% 80% at 50% 40%, rgba(20, 184, 186, 0.14), transparent 70%),
radial-gradient(ellipse 40% 70% at 20% 60%, rgba(33, 38, 74, 0.05), transparent 70%),
radial-gradient(ellipse 40% 70% at 80% 50%, rgba(33, 38, 74, 0.05), transparent 70%);
pointer-events: none;
z-index: 0;
}
.ft-programs .ft-container { position: relative; z-index: 1; }
.ft-programs-grid {
display: grid;
gap: 1.5rem;
}
@media (min-width: 700px) {
.ft-programs-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1100px) {
.ft-programs-grid {
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: 1.15rem;
}
}
.ft-program-card {
background: #fff;
border-radius: 22px;
overflow: hidden;
box-shadow: 0 16px 36px rgba(33, 38, 74, 0.1);
transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.ft-program-card:hover {
transform: translateY(-6px);
box-shadow: 0 22px 48px rgba(33, 38, 74, 0.14);
}
.ft-program-card-link {
display: block;
color: inherit;
text-decoration: none;
height: 100%;
}
.ft-program-media {
position: relative;
background: #e7eef5;
}
.ft-program-media img {
width: 100%;
aspect-ratio: 5 / 4;
object-fit: cover;
display: block;
transition: transform 0.55s ease;
}
.ft-program-card:hover .ft-program-media img { transform: scale(1.05); }
.ft-program-media-wave {
position: absolute;
left: 0;
right: 0;
bottom: -1px;
width: 100%;
height: 34px;
display: block;
z-index: 1;
}
.ft-program-icon {
position: absolute;
left: 50%;
bottom: -1.2rem;
transform: translateX(-50%);
width: 3.1rem;
height: 3.1rem;
border-radius: 50%;
background: var(--ft-v2-teal);
color: #fff;
display: inline-flex;
align-items: center;
justify-content: center;
box-shadow: 0 10px 22px rgba(20, 184, 186, 0.35);
z-index: 2;
line-height: 0;
border: 3px solid #fff;
}
.ft-program-icon .ft-icon {
display: inline-flex !important;
font-size: 1.05rem;
line-height: 1;
color: #fff;
}
.ft-program-body {
padding: 2.1rem 1rem 1.35rem;
text-align: center;
}
.ft-program-body h3 {
margin: 0 0 0.5rem;
font-size: clamp(1.05rem, 1.4vw, 1.2rem);
font-weight: 800;
letter-spacing: 0.03em;
text-transform: uppercase;
color: var(--ft-v2-navy);
}
.ft-program-body p {
margin: 0;
color: #5b6478;
font-size: 0.92rem;
line-height: 1.5;
}
.ft-programs-actions {
display: flex;
justify-content: center;
margin-top: 2.35rem;
}
.ft-programs-all.ft-btn {
min-width: min(100%, 320px);
padding: 0.95rem 1.75rem;
border-radius: 999px;
background: var(--ft-v2-teal);
border-color: var(--ft-v2-teal);
color: #fff;
font-size: 0.86rem;
letter-spacing: 0.05em;
box-shadow: 0 12px 28px rgba(20, 184, 186, 0.28);
}
.ft-programs-all.ft-btn:hover {
background: var(--ft-v2-teal-dark);
border-color: var(--ft-v2-teal-dark);
color: #fff;
transform: translateY(-2px);
} .ft-news {
background: #fff;
padding: clamp(3.25rem, 6vw, 4.75rem) 0;
}
.ft-news .ft-card {
transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.ft-news .ft-card:hover {
transform: translateY(-6px);
box-shadow: 0 18px 36px rgba(33, 38, 74, 0.12);
}
.ft-news-actions {
display: flex;
justify-content: center;
margin-top: 2.35rem;
}
.ft-news-all.ft-btn {
min-width: min(100%, 320px);
padding: 0.95rem 1.75rem;
border-radius: 999px;
background: var(--ft-v2-navy);
border-color: var(--ft-v2-navy);
color: #fff;
font-size: 0.86rem;
letter-spacing: 0.05em;
box-shadow: 0 12px 28px rgba(33, 38, 74, 0.22);
}
.ft-news-all.ft-btn:hover {
background: var(--ft-v2-teal);
border-color: var(--ft-v2-teal);
color: #fff;
transform: translateY(-2px);
} .ft-board {
background: #fff;
padding: clamp(3.25rem, 6vw, 4.75rem) 0;
}
.ft-board-layout {
display: grid;
gap: 2rem;
align-items: center;
}
@media (min-width: 900px) {
.ft-board-layout {
grid-template-columns: 0.9fr 1.05fr 1.15fr;
gap: 2rem 2.25rem;
}
}
.ft-board-director {
margin: 0;
border-radius: 22px;
overflow: hidden;
box-shadow: 0 18px 40px rgba(33, 38, 74, 0.14);
max-width: 320px;
justify-self: center;
}
@media (min-width: 900px) {
.ft-board-director { max-width: none; justify-self: stretch; }
}
.ft-board-director img {
display: block;
width: 100%;
aspect-ratio: 4 / 5;
object-fit: cover;
object-position: center top;
}
.ft-board-title {
margin: 0 0 1rem;
font-size: clamp(1.55rem, 2.8vw, 2.1rem);
font-weight: 800;
text-transform: uppercase;
letter-spacing: 0.02em;
color: var(--ft-v2-navy);
line-height: 1.15;
}
.ft-board-title span { color: var(--ft-v2-teal); }
.ft-board-text {
margin: 0 0 1.25rem;
color: #5b6478;
line-height: 1.7;
font-size: 0.98rem;
}
.ft-board-sign {
margin: 0;
display: grid;
gap: 0.2rem;
}
.ft-board-sign strong {
color: var(--ft-v2-teal-dark);
font-size: 1.05rem;
}
.ft-board-sign span {
color: var(--ft-v2-navy);
font-size: 0.9rem;
font-weight: 600;
}
.ft-board-team-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 0.65rem;
}
.ft-board-member { margin: 0; }
.ft-board-member img {
width: 100%;
aspect-ratio: 1;
object-fit: cover;
object-position: center top;
border-radius: 14px;
display: block;
background: #e31c24;
box-shadow: 0 8px 18px rgba(33, 38, 74, 0.1);
}
.ft-board-actions {
margin-top: 1.15rem;
display: flex;
justify-content: center;
}
.ft-board-cta.ft-btn {
background: var(--ft-v2-navy);
border-color: var(--ft-v2-navy);
color: #fff;
width: 100%;
max-width: 100%;
}
.ft-board-cta.ft-btn:hover {
background: #191d3f;
border-color: #191d3f;
color: #fff;
} @keyframes ft-contact-ken {
from { transform: scale(1.06); }
to { transform: scale(1.12); }
}
.ft-contact-band {
position: relative;
isolation: isolate;
background:
radial-gradient(ellipse 70% 80% at 88% 12%, rgba(20, 184, 186, 0.16), transparent 55%),
radial-gradient(ellipse 50% 60% at 8% 88%, rgba(20, 184, 186, 0.1), transparent 50%),
var(--ft-v2-navy);
color: #fff;
padding: clamp(2.5rem, 5vw, 3.75rem) 0;
overflow: hidden;
scroll-margin-top: 6rem;
}
.ft-contact-band-bg {
position: absolute;
inset: 0;
z-index: 0;
pointer-events: none;
}
.ft-contact-band-bg img {
position: absolute;
top: 0;
right: 0;
width: min(62%, 46rem);
height: 100%;
object-fit: cover;
object-position: center 28%;
transform: scale(1.06);
animation: ft-contact-ken 22s ease-in-out infinite alternate;
}
.ft-contact-band-bg::after {
content: "";
position: absolute;
inset: 0;
background:
linear-gradient(
102deg,
#21264a 0%,
rgba(33, 38, 74, 0.96) 36%,
rgba(33, 38, 74, 0.62) 58%,
rgba(33, 38, 74, 0.28) 78%,
rgba(33, 38, 74, 0.18) 100%
);
}
.ft-contact-band-glow {
position: absolute;
inset: auto -8% -40% auto;
width: min(28rem, 55vw);
height: min(28rem, 55vw);
border-radius: 50%;
background: radial-gradient(circle, rgba(20, 184, 186, 0.22) 0%, transparent 68%);
pointer-events: none;
z-index: 1;
}
.ft-contact-band #donar {
scroll-margin-top: 6rem;
}
.ft-contact-band .ft-container {
position: relative;
z-index: 2;
}
.ft-contact-cta {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
align-items: center;
gap: 1.35rem 2.25rem;
}
.ft-contact-cta-main {
min-width: 0;
}
.ft-contact-kicker {
margin: 0 0 0.4rem;
color: var(--ft-v2-teal);
font-size: 0.76rem;
font-weight: 800;
letter-spacing: 0.16em;
text-transform: uppercase;
}
.ft-contact-cta-copy h2,
.ft-contact-cta-copy .ft-hero-mark {
margin: 0 0 0.2rem;
font-size: clamp(1.85rem, 4vw, 2.65rem);
font-weight: 800;
letter-spacing: -0.02em;
line-height: 1.08;
text-transform: uppercase;
color: #fff;
}
.ft-contact-band .ft-hero-doodle {
margin: 0.05rem 0 0.7rem;
}
.ft-contact-cta-copy p {
margin: 0;
max-width: 32rem;
color: rgba(255, 255, 255, 0.78);
font-size: clamp(0.98rem, 1.4vw, 1.08rem);
font-weight: 600;
line-height: 1.5;
}
.ft-contact-cta-actions {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.75rem;
margin-top: 1.15rem;
}
.ft-contact-donate.ft-btn--donate,
.ft-contact-band .ft-btn--donate {
min-height: 3.25rem;
padding: 0.95rem 1.7rem;
border-radius: 999px;
font-size: 0.86rem;
letter-spacing: 0.055em;
background: var(--ft-donate);
border-color: var(--ft-donate);
box-shadow: 0 12px 28px rgba(227, 28, 36, 0.28);
}
.ft-contact-donate.ft-btn--donate:hover,
.ft-contact-band .ft-btn--donate:hover {
background: var(--ft-donate-dark);
border-color: var(--ft-donate-dark);
transform: translateY(-2px);
}
.ft-contact-wa-btn {
min-height: 3.25rem;
padding: 0.95rem 1.45rem;
border-radius: 999px;
background: #25d366;
border-color: #25d366;
color: #fff;
font-size: 0.86rem;
letter-spacing: 0.04em;
box-shadow: 0 10px 22px rgba(37, 211, 102, 0.28);
}
.ft-contact-wa-btn svg,
.ft-contact-wa-btn .ft-icon {
color: #fff;
}
.ft-contact-wa-btn:hover {
background: #1ebe57;
border-color: #1ebe57;
color: #fff;
transform: translateY(-2px);
}
.ft-contact-cta-meta {
margin: 1.15rem 0 0;
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.45rem 0.7rem;
color: rgba(255, 255, 255, 0.55);
font-size: 0.9rem;
font-weight: 600;
}
.ft-contact-cta-meta a {
color: rgba(255, 255, 255, 0.82);
text-decoration: none;
transition: color 0.2s ease;
}
.ft-contact-cta-meta a:hover {
color: var(--ft-v2-teal);
}
.ft-contact-band-media {
position: relative;
width: clamp(9.75rem, 18vw, 13.25rem);
height: clamp(9.75rem, 18vw, 13.25rem);
flex-shrink: 0;
z-index: 2;
}
.ft-contact-band-photo {
position: relative;
z-index: 1;
width: 100%;
height: 100%;
margin: 0;
border-radius: 50%;
overflow: hidden;
border: 3px solid rgba(20, 184, 186, 0.5);
box-shadow: 0 18px 40px rgba(8, 12, 32, 0.38);
}
.ft-contact-band-photo img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center 18%;
transform: scale(1.04);
transition: transform 1.1s ease;
}
.ft-contact-band:hover .ft-contact-band-photo img {
transform: scale(1.08);
}
.ft-contact-band-media .ft-page-orbit--media {
--ft-orbit-size: calc(100% + 1.85rem);
top: 50%;
left: 50%;
z-index: 2;
transform: translate(-50%, -50%) scale(0.9);
}
.ft-contact-band.is-ready .ft-contact-band-media .ft-page-orbit,
.ft-contact-band.is-visible .ft-contact-band-media .ft-page-orbit,
.ft-contact-band.is-inview .ft-contact-band-media .ft-page-orbit {
opacity: 1;
transform: translate(-50%, -50%) scale(1);
}
body.home .ft-footer {
margin-top: 0;
}
.ft-contact-band--after-navy {
margin-top: 0;
border-top: 1px solid rgba(20, 184, 186, 0.28);
padding-top: clamp(2.5rem, 5vw, 3.5rem);
}
@media (max-width: 839px) {
.ft-contact-band-bg img {
width: 100%;
opacity: 0.55;
}
.ft-contact-band-bg::after {
background:
linear-gradient(
180deg,
rgba(33, 38, 74, 0.92) 0%,
rgba(33, 38, 74, 0.88) 55%,
rgba(33, 38, 74, 0.78) 100%
);
}
.ft-contact-cta {
grid-template-columns: 1fr;
}
.ft-contact-band-media {
width: 7.5rem;
height: 7.5rem;
justify-self: start;
}
.ft-contact-cta-actions {
flex-direction: column;
align-items: stretch;
}
.ft-contact-cta-actions .ft-btn {
width: 100%;
justify-content: center;
}
.ft-contact-cta-copy h2,
.ft-contact-cta-copy .ft-hero-mark {
font-size: clamp(1.55rem, 7vw, 1.95rem);
}
}
@media (prefers-reduced-motion: reduce) {
.ft-contact-band-bg img,
.ft-contact-band-photo img {
animation: none;
transform: none;
}
}:root {
--ft-vol-red: #e31c24;
--ft-vol-navy: #21264a;
--ft-vol-teal: #14b8ba;
--ft-vol-teal-dark: #0e989a;
--ft-vol-sky: #dff7f8;
--ft-vol-sky-mid: #b8ecee;
}
.ft-subnav--involve {
background: transparent;
border-bottom: none;
margin-top: -0.25rem;
}
.ft-subnav--involve .ft-subnav-inner {
padding: 0.65rem 0 1.1rem;
gap: 0.45rem;
}
.ft-subnav--involve .ft-subnav-link {
padding: 0.45rem 0.95rem;
font-size: 0.8rem;
font-weight: 600;
color: var(--ft-vol-navy);
background: rgba(255, 255, 255, 0.85);
border: 1px solid rgba(33, 38, 74, 0.08);
box-shadow: 0 4px 14px rgba(33, 38, 74, 0.05);
}
.ft-subnav--involve .ft-subnav-link.is-active,
.ft-subnav--involve .ft-subnav-link:hover {
background: var(--ft-vol-teal);
border-color: var(--ft-vol-teal);
color: #fff;
} [data-ft-reveal] {
opacity: 0;
transform: translateY(28px);
transition:
opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
transition-delay: var(--ft-reveal-delay, 0ms);
}
[data-ft-reveal].is-inview {
opacity: 1;
transform: none;
}
@media (prefers-reduced-motion: reduce) {
[data-ft-reveal] {
opacity: 1;
transform: none;
transition: none;
}
} .ft-vol-hero {
position: relative;
min-height: clamp(520px, 78vh, 720px);
display: flex;
align-items: stretch;
overflow: hidden;
background: var(--ft-vol-navy);
}
.ft-vol-hero-bg {
position: absolute;
inset: 0;
z-index: 0;
}
.ft-vol-hero-bg img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: 68% center;
transform: scale(1.06);
transition: transform 10s ease-out;
}
.ft-vol-hero.is-ready .ft-vol-hero-bg img {
transform: scale(1);
}
.ft-vol-hero-veil {
position: absolute;
inset: 0;
z-index: 1;
pointer-events: none;
background:
linear-gradient(
100deg,
rgba(25, 29, 63, 0.92) 0%,
rgba(33, 38, 74, 0.78) 34%,
rgba(33, 38, 74, 0.28) 62%,
rgba(33, 38, 74, 0.12) 100%
);
}
.ft-vol-hero-content {
position: relative;
z-index: 2;
display: flex;
align-items: center;
width: 100%;
padding: clamp(5.5rem, 12vh, 7.5rem) 0 clamp(5.5rem, 10vh, 7rem);
color: #fff;
}
.ft-vol-hero-text {
max-width: 38rem;
}
.ft-vol-hero-script {
margin: 0 0 0.7rem;
font-family: var(--ft-font-script);
font-size: clamp(1.75rem, 3.6vw, 2.45rem);
font-weight: 700;
line-height: 1.05;
color: var(--ft-vol-teal);
text-shadow: 0 2px 18px rgba(18, 38, 72, 0.35);
}
.ft-vol-hero-headline {
margin: 0 0 1rem;
font-family: var(--ft-font);
font-size: clamp(1.85rem, 4.2vw, 3.1rem);
font-weight: 800;
line-height: 1.12;
letter-spacing: -0.02em;
color: #fff;
text-shadow: 0 2px 22px rgba(18, 38, 72, 0.45);
max-width: 14ch;
}
.ft-vol-hero-desc {
margin: 0 0 1.75rem;
font-size: clamp(0.95rem, 1.4vw, 1.05rem);
line-height: 1.7;
color: rgba(255, 255, 255, 0.9);
max-width: 32rem;
}
.ft-vol-hero-actions {
display: flex;
flex-wrap: wrap;
gap: 0.85rem;
align-items: center;
}
.ft-vol-hero-cta-primary {
background: var(--ft-vol-teal);
border: 2px solid var(--ft-vol-teal);
color: #fff;
font-weight: 800;
letter-spacing: 0.02em;
box-shadow: 0 10px 28px rgba(20, 184, 186, 0.35);
}
.ft-vol-hero-cta-primary:hover {
background: var(--ft-vol-teal-dark);
border-color: var(--ft-vol-teal-dark);
color: #fff;
transform: translateY(-2px);
}
.ft-vol-hero-cta-secondary {
background: transparent;
border: 2px solid rgba(255, 255, 255, 0.9);
color: #fff;
font-weight: 700;
gap: 0.55rem;
cursor: pointer;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
.ft-vol-hero-cta-secondary:hover {
background: rgba(255, 255, 255, 0.12);
color: #fff;
transform: translateY(-2px);
}
.ft-vol-hero-play {
display: inline-grid;
place-items: center;
width: 1.55rem;
height: 1.55rem;
border-radius: 50%;
background: rgba(255, 255, 255, 0.18);
font-size: 0.65rem;
} .ft-vol-stats-bar {
position: relative;
z-index: 4;
margin-top: -3.25rem;
margin-bottom: 0.25rem;
padding: 0;
background: transparent;
border: none;
}
.ft-vol-stats-card {
background: #fff;
border-radius: 1.35rem;
padding: 1.35rem 1.25rem;
box-shadow:
0 18px 48px rgba(33, 38, 74, 0.14),
0 2px 0 rgba(255, 255, 255, 0.8) inset;
border: 1px solid rgba(33, 38, 74, 0.06);
}
.ft-vol-stats-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 1.15rem 1rem;
}
.ft-vol-stat {
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
}
.ft-vol-stat-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 2.6rem;
height: 2.6rem;
margin-bottom: 0.45rem;
border-radius: 50%;
background: var(--ft-vol-sky);
color: var(--ft-vol-teal);
}
.ft-vol-stat-icon .ft-icon {
font-size: 1.1rem;
}
.ft-vol-stat-number {
margin: 0;
font-size: clamp(1.55rem, 2.8vw, 2rem);
font-weight: 800;
line-height: 1.05;
color: var(--ft-vol-navy);
letter-spacing: -0.02em;
}
.ft-vol-stat-label {
margin: 0.3rem 0 0;
font-size: 0.78rem;
line-height: 1.35;
color: var(--ft-text-soft);
max-width: 12rem;
}
@media (min-width: 768px) {
.ft-vol-stats-grid {
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 1rem;
}
.ft-vol-stats-card {
padding: 1.6rem 1.75rem;
}
.ft-vol-stats-bar {
margin-top: -3.75rem;
}
} .ft-vol-why {
padding: clamp(3rem, 7vw, 5rem) 0;
background: #f3f6f8;
}
.ft-vol-why-layout {
display: grid;
gap: 2.5rem;
align-items: center;
}
.ft-vol-why-copy {
max-width: 18rem;
}
.ft-vol-why-title {
margin: 0 0 1.1rem;
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 0.15rem;
line-height: 1.05;
}
.ft-vol-why-title-script {
font-family: var(--ft-font-script);
font-size: clamp(2rem, 3.6vw, 2.75rem);
font-weight: 700;
color: var(--ft-vol-teal);
}
.ft-vol-why-title-bold {
position: relative;
display: inline-block;
padding-bottom: 0.55rem;
font-family: var(--ft-font);
font-size: clamp(2rem, 3.8vw, 2.85rem);
font-weight: 800;
letter-spacing: -0.03em;
color: var(--ft-vol-navy);
}
.ft-vol-why-title-bold::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 3.5rem;
height: 5px;
border-radius: 999px;
background: #f0c419;
}
.ft-vol-why-intro {
margin: 0;
font-size: clamp(0.95rem, 1.35vw, 1.05rem);
line-height: 1.65;
color: var(--ft-vol-navy);
opacity: 0.88;
}
.ft-vol-why-grid {
display: grid;
grid-template-columns: 1fr;
gap: 2rem 1.15rem;
align-items: stretch;
}
.ft-vol-why-card {
position: relative;
display: flex;
flex-direction: column;
margin-top: 1.5rem;
padding: 2.35rem 1.15rem 1.45rem;
background: #fff;
border-radius: 1.15rem;
box-shadow: 0 10px 28px rgba(33, 38, 74, 0.08);
border: none;
transition:
transform 0.35s ease,
box-shadow 0.35s ease;
}
.ft-vol-why-card:hover {
transform: translateY(-6px);
box-shadow: 0 18px 40px rgba(33, 38, 74, 0.12);
}
.ft-vol-why-card-icon {
position: absolute;
top: 0;
left: 50%;
z-index: 2;
width: 3.4rem;
height: 3.4rem;
display: grid;
place-items: center;
border-radius: 50%;
background: var(--ft-vol-teal);
color: #fff;
box-shadow: 0 8px 18px rgba(20, 184, 186, 0.3);
transform: translate(-50%, -50%);
}
.ft-vol-why-card-icon .ft-icon {
font-size: 1.2rem;
}
.ft-vol-why-card-body {
flex: 1;
display: flex;
flex-direction: column;
text-align: center;
}
.ft-vol-why-card-body h3 {
margin: 0 0 0.55rem;
font-size: 1.15rem;
font-weight: 800;
color: var(--ft-vol-navy);
}
.ft-vol-why-card-body > p {
margin: 0 0 1.1rem;
font-size: 0.86rem;
line-height: 1.55;
color: var(--ft-text-soft);
}
.ft-vol-why-list {
list-style: none;
margin: auto 0 0;
padding: 0;
display: grid;
gap: 0.55rem;
text-align: left;
}
.ft-vol-why-list li {
display: flex;
align-items: flex-start;
gap: 0.55rem;
font-size: 0.82rem;
line-height: 1.4;
color: var(--ft-vol-navy);
}
.ft-vol-why-check {
flex-shrink: 0;
width: 1.2rem;
height: 1.2rem;
margin-top: 0.05rem;
border-radius: 50%;
display: inline-grid;
place-items: center;
background: var(--ft-vol-teal);
color: #fff;
font-size: 0.58rem;
}
@media (min-width: 768px) {
.ft-vol-why-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 1.25rem;
}
}
@media (min-width: 1024px) {
.ft-vol-why-layout {
grid-template-columns: minmax(15rem, 0.85fr) minmax(0, 2.15fr);
gap: 2.75rem;
align-items: center;
}
.ft-vol-why-copy {
max-width: 17rem;
}
.ft-vol-why-card {
padding: 2.45rem 1.05rem 1.5rem;
}
}
@media (max-width: 767px) {
.ft-vol-why-copy {
max-width: none;
text-align: center;
}
.ft-vol-why-title {
align-items: center;
}
.ft-vol-why-title-bold::after {
left: 50%;
transform: translateX(-50%) scaleX(0);
transform-origin: center;
}
.is-inview .ft-vol-why-title-bold::after,
.is-visible .ft-vol-why-title-bold::after {
transform: translateX(-50%) scaleX(1);
}
} .ft-vol-choose {
padding: clamp(2.5rem, 6vw, 4rem) 0;
background: #f3f6f8;
overflow: visible;
}
.ft-vol-choose-banner {
position: relative;
display: grid;
gap: 1.5rem;
align-items: center;
padding: 1.75rem 1.5rem 1.85rem;
border-radius: 1.75rem;
background:
radial-gradient(circle at 88% 42%, rgba(255, 255, 255, 0.08) 0%, transparent 42%),
linear-gradient(115deg, #1a3d4a 0%, #21485a 45%, #1c3f4d 100%);
color: #fff;
box-shadow: 0 22px 48px rgba(33, 38, 74, 0.18);
overflow: visible;
}
.ft-vol-choose-banner::before {
content: "";
position: absolute;
inset: 0;
border-radius: inherit;
pointer-events: none;
opacity: 0.12;
background-image:
radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.35) 0 1px, transparent 1.5px),
radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.25) 0 1.2px, transparent 1.8px);
background-size: 48px 48px, 72px 72px;
}
.ft-vol-choose-media {
position: relative;
z-index: 2;
width: min(14rem, 58%);
margin: -2.25rem auto 0.25rem;
aspect-ratio: 1;
border-radius: 50%;
overflow: hidden;
background: transparent;
box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
}
.ft-vol-choose-media img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center 20%;
display: block;
}
.ft-vol-choose-content {
position: relative;
z-index: 1;
min-width: 0;
}
.ft-vol-choose-title {
margin: 0 0 1.35rem;
display: flex;
flex-direction: column;
align-items: center;
gap: 0.1rem;
text-align: center;
line-height: 1.05;
}
.ft-vol-choose-title-script {
font-family: var(--ft-font-script);
font-size: clamp(1.65rem, 3vw, 2.15rem);
font-weight: 700;
color: #fff;
}
.ft-vol-choose-title-bold {
font-family: var(--ft-font);
font-size: clamp(1.55rem, 3.2vw, 2.35rem);
font-weight: 800;
letter-spacing: -0.02em;
color: #fff;
}
.ft-vol-choose-grid {
list-style: none;
margin: 0;
padding: 0;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1.15rem 0.85rem;
}
.ft-vol-choose-item {
display: flex;
flex-direction: column;
align-items: center;
gap: 0.55rem;
padding: 0 0.35rem;
text-align: center;
}
.ft-vol-choose-icon {
display: inline-grid;
place-items: center;
width: 2.35rem;
height: 2.35rem;
color: #fff;
font-size: 1.35rem;
background: none;
border-radius: 0;
}
.ft-vol-choose-icon .ft-icon {
font-size: 1.35rem;
}
.ft-vol-choose-item-text {
font-size: 0.78rem;
line-height: 1.4;
font-weight: 500;
color: rgba(255, 255, 255, 0.95);
}
@media (min-width: 900px) {
.ft-vol-choose-banner {
grid-template-columns: auto minmax(0, 1fr);
gap: 1.25rem 1.75rem;
padding: 1.35rem 2rem 1.35rem 0.35rem;
min-height: 15.5rem;
align-items: center;
}
.ft-vol-choose-media {
width: 15.5rem;
margin: -1.75rem 0 -1.75rem -1.1rem;
align-self: center;
}
.ft-vol-choose-title {
align-items: flex-start;
text-align: left;
margin-bottom: 1.15rem;
}
.ft-vol-choose-grid {
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 0;
}
.ft-vol-choose-item {
padding: 0 0.85rem;
position: relative;
}
.ft-vol-choose-item + .ft-vol-choose-item::before {
content: "";
position: absolute;
left: 0;
top: 12%;
bottom: 12%;
width: 1px;
background: rgba(255, 255, 255, 0.35);
}
.ft-vol-choose-item-text {
font-size: 0.8rem;
}
}
@media (min-width: 1100px) {
.ft-vol-choose-media {
width: 17rem;
margin-left: -1.35rem;
}
.ft-vol-choose-title-script {
font-size: 2.25rem;
}
.ft-vol-choose-title-bold {
font-size: 2.5rem;
}
} .ft-vol-areas {
padding: clamp(3rem, 7vw, 4.75rem) 0;
background: #fff;
}
.ft-vol-areas-head {
max-width: 40rem;
margin: 0 auto 2.5rem;
text-align: center;
}
.ft-vol-areas-kicker {
margin: 0 0 0.65rem;
display: inline-flex;
align-items: center;
gap: 0.4rem;
font-size: 0.82rem;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--ft-vol-teal);
}
.ft-vol-areas-kicker .ft-heart {
color: var(--ft-vol-red);
}
.ft-vol-areas-title {
margin-bottom: 0.75rem;
color: var(--ft-vol-navy);
font-weight: 800;
}
.ft-vol-areas-title .ft-text-accent {
color: var(--ft-vol-teal);
}
.ft-vol-areas-intro {
margin: 0;
color: var(--ft-text-soft);
line-height: 1.65;
}
.ft-vol-areas-grid {
display: grid;
grid-template-columns: 1fr;
gap: 1.1rem;
}
.ft-vol-area-card {
display: flex;
flex-direction: column;
gap: 0.85rem;
padding: 1.35rem 1.3rem 1.25rem;
background: #f7fbfc;
border-radius: 1.15rem;
border: 1px solid rgba(33, 38, 74, 0.06);
transition:
transform 0.3s ease,
box-shadow 0.3s ease,
background 0.3s ease;
}
.ft-vol-area-card:hover {
transform: translateY(-6px);
background: #fff;
box-shadow: 0 18px 40px rgba(33, 38, 74, 0.1);
}
.ft-vol-area-card-icon {
width: 3.1rem;
height: 3.1rem;
border-radius: 50%;
display: grid;
place-items: center;
background: var(--ft-vol-teal);
color: #fff;
box-shadow: 0 8px 18px rgba(20, 184, 186, 0.28);
}
.ft-vol-area-card-icon .ft-icon {
font-size: 1.15rem;
}
.ft-vol-area-card-body h3 {
margin: 0 0 0.45rem;
font-size: 1.1rem;
font-weight: 800;
color: var(--ft-vol-navy);
}
.ft-vol-area-card-body > p {
margin: 0 0 1rem;
font-size: 0.88rem;
line-height: 1.55;
color: var(--ft-text-soft);
}
.ft-vol-area-card-meta {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 0.65rem;
margin-top: auto;
padding-top: 0.85rem;
border-top: 1px solid rgba(33, 38, 74, 0.08);
}
.ft-vol-area-card-stats {
display: flex;
flex-wrap: wrap;
gap: 0.65rem 0.9rem;
}
.ft-vol-area-stat {
display: inline-flex;
align-items: center;
gap: 0.35rem;
font-size: 0.78rem;
font-weight: 600;
color: var(--ft-text-soft);
}
.ft-vol-area-stat .ft-icon {
color: var(--ft-vol-teal);
font-size: 0.85rem;
}
.ft-vol-area-more {
display: inline-flex;
align-items: center;
gap: 0.35rem;
font-size: 0.86rem;
font-weight: 800;
color: var(--ft-vol-teal);
text-decoration: none;
}
.ft-vol-area-more:hover {
color: var(--ft-vol-teal-dark);
gap: 0.5rem;
}
.ft-vol-areas-cta {
margin-top: 2.25rem;
display: flex;
flex-direction: column;
gap: 1.25rem;
align-items: stretch;
padding: 1.35rem 1.4rem;
border-radius: 1.5rem;
background: var(--ft-vol-navy);
color: #fff;
box-shadow: 0 16px 40px rgba(33, 38, 74, 0.16);
}
.ft-vol-areas-cta-main {
display: flex;
align-items: center;
gap: 1rem;
min-width: 0;
}
.ft-vol-areas-cta-media {
position: relative;
flex: 0 0 auto;
width: 4.75rem;
height: 4.75rem;
border-radius: 50%;
overflow: visible;
}
.ft-vol-areas-cta-media img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center 18%;
border-radius: 50%;
display: block;
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
}
.ft-vol-areas-cta-badge {
position: absolute;
right: -0.15rem;
bottom: -0.1rem;
width: 1.55rem;
height: 1.55rem;
border-radius: 50%;
display: grid;
place-items: center;
background: #fff;
color: var(--ft-vol-red);
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18);
font-size: 0.7rem;
}
.ft-vol-areas-cta-copy {
min-width: 0;
}
.ft-vol-areas-cta-copy h3 {
margin: 0 0 0.35rem;
font-size: clamp(1.1rem, 2vw, 1.35rem);
font-weight: 800;
letter-spacing: -0.01em;
color: #fff;
}
.ft-vol-areas-cta-copy p {
margin: 0;
color: rgba(255, 255, 255, 0.88);
font-size: 0.9rem;
line-height: 1.5;
}
.ft-vol-areas-cta-btn {
justify-content: center;
align-self: stretch;
border-radius: 999px;
background: var(--ft-vol-teal);
border: 2px solid var(--ft-vol-teal);
color: #fff;
font-weight: 800;
font-size: 0.78rem;
letter-spacing: 0.04em;
text-transform: uppercase;
padding: 0.95rem 1.35rem;
box-shadow: 0 10px 24px rgba(20, 184, 186, 0.28);
}
.ft-vol-areas-cta-btn:hover {
background: var(--ft-vol-teal-dark);
border-color: var(--ft-vol-teal-dark);
color: #fff;
transform: translateY(-2px);
}
.ft-vol-areas-cta-btn .ft-icon,
.ft-vol-areas-cta-btn .ft-heart {
color: #fff;
}
@media (min-width: 700px) {
.ft-vol-areas-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (min-width: 1024px) {
.ft-vol-areas-grid {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.ft-vol-areas-cta {
flex-direction: row;
align-items: center;
justify-content: space-between;
gap: 1.75rem;
padding: 1.35rem 1.75rem 1.35rem 1.35rem;
}
.ft-vol-areas-cta-main {
gap: 1.25rem;
flex: 1;
}
.ft-vol-areas-cta-media {
width: 5.75rem;
height: 5.75rem;
}
.ft-vol-areas-cta-btn {
align-self: center;
flex: 0 0 auto;
max-width: 22rem;
padding: 1rem 1.5rem;
white-space: normal;
text-align: center;
line-height: 1.25;
}
} .ft-vol-signup {
position: relative;
padding: clamp(3.25rem, 7vw, 5rem) 0;
overflow: hidden;
background: var(--ft-vol-navy);
}
.ft-vol-signup-bg {
position: absolute;
inset: 0;
opacity: 0.22;
}
.ft-vol-signup-bg img {
width: 100%;
height: 100%;
object-fit: cover;
}
.ft-vol-signup-bg::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(160deg, rgba(25, 29, 63, 0.92), rgba(33, 38, 74, 0.88));
}
.ft-vol-signup .ft-container {
position: relative;
z-index: 1;
}
.ft-vol-signup-layout {
display: grid;
gap: 2rem;
align-items: start;
}
.ft-vol-signup-title {
margin: 0 0 0.85rem;
font-size: clamp(1.85rem, 3.5vw, 2.6rem);
font-weight: 800;
color: #fff;
letter-spacing: -0.02em;
}
.ft-vol-signup-title .ft-text-accent {
color: var(--ft-vol-teal);
}
.ft-vol-signup-title .ft-heart {
color: var(--ft-vol-red);
}
.ft-vol-signup-intro {
margin: 0 0 1.75rem;
color: rgba(255, 255, 255, 0.88);
font-size: 1.02rem;
line-height: 1.65;
max-width: 28rem;
}
.ft-vol-signup-steps {
display: grid;
gap: 0.9rem;
margin-bottom: 1.5rem;
}
.ft-vol-signup-step {
display: flex;
gap: 0.85rem;
align-items: flex-start;
padding: 0.95rem 1rem;
border-radius: 1rem;
background: rgba(255, 255, 255, 0.06);
border: 1px solid rgba(255, 255, 255, 0.08);
}
.ft-vol-signup-step-icon {
width: 2.5rem;
height: 2.5rem;
flex-shrink: 0;
border-radius: 50%;
display: grid;
place-items: center;
background: var(--ft-vol-teal);
color: #fff;
}
.ft-vol-signup-step-copy h3 {
margin: 0 0 0.25rem;
font-size: 0.95rem;
font-weight: 800;
color: #fff;
}
.ft-vol-signup-step-copy p {
margin: 0;
font-size: 0.84rem;
line-height: 1.5;
color: rgba(255, 255, 255, 0.75);
}
.ft-vol-signup-privacy {
display: flex;
gap: 0.75rem;
align-items: flex-start;
padding: 0.9rem 0;
color: rgba(255, 255, 255, 0.78);
}
.ft-vol-signup-privacy-icon {
color: var(--ft-vol-teal);
}
.ft-vol-signup-privacy-title {
margin: 0 0 0.2rem;
font-weight: 700;
font-size: 0.9rem;
color: #fff;
}
.ft-vol-signup-privacy-text {
margin: 0;
font-size: 0.8rem;
line-height: 1.45;
}
.ft-vol-signup-panel {
background: #fff;
border-radius: 1.35rem;
padding: 1.5rem 1.35rem 1.45rem;
box-shadow: 0 24px 56px rgba(0, 0, 0, 0.22);
}
.ft-vol-signup-form-head {
display: flex;
align-items: center;
gap: 0.75rem;
margin-bottom: 1.25rem;
}
.ft-vol-signup-form-icon {
width: 2.6rem;
height: 2.6rem;
border-radius: 50%;
display: grid;
place-items: center;
background: var(--ft-vol-sky);
color: var(--ft-vol-teal);
}
.ft-vol-signup-form-head h3 {
margin: 0;
font-size: 1.1rem;
font-weight: 800;
color: var(--ft-vol-navy);
}
.ft-vol-signup-form-grid {
display: grid;
grid-template-columns: 1fr;
gap: 0.9rem;
}
.ft-vol-field {
display: flex;
flex-direction: column;
gap: 0.35rem;
font-size: 0.82rem;
font-weight: 700;
color: var(--ft-vol-navy);
}
.ft-vol-field--full {
grid-column: 1 / -1;
}
.ft-vol-field input,
.ft-vol-field select,
.ft-vol-field textarea {
width: 100%;
border: 1.5px solid rgba(33, 38, 74, 0.12);
border-radius: 0.75rem;
padding: 0.8rem 0.95rem;
font: inherit;
font-size: 1rem;
font-weight: 500;
color: var(--ft-text);
background: #f8fbfc;
transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.ft-vol-field input:focus,
.ft-vol-field select:focus,
.ft-vol-field textarea:focus {
outline: none;
border-color: var(--ft-vol-teal);
background: #fff;
box-shadow: 0 0 0 3px rgba(20, 184, 186, 0.18);
}
.ft-vol-char-count {
align-self: flex-end;
font-size: 0.72rem;
font-weight: 600;
color: var(--ft-text-soft);
}
.ft-vol-signup-notice {
display: flex;
gap: 0.55rem;
align-items: flex-start;
margin: 1rem 0;
font-size: 0.78rem;
line-height: 1.45;
color: var(--ft-text-soft);
}
.ft-vol-signup-notice-icon {
color: var(--ft-vol-teal);
flex-shrink: 0;
}
.ft-vol-signup-submit {
width: 100%;
justify-content: center;
background: var(--ft-vol-teal);
border-color: var(--ft-vol-teal);
color: #fff;
font-weight: 800;
}
.ft-vol-signup-submit:hover {
background: var(--ft-vol-teal-dark);
border-color: var(--ft-vol-teal-dark);
color: #fff;
}
.ft-vol-signup-thanks {
margin: 1rem 0 0;
display: flex;
align-items: center;
justify-content: center;
gap: 0.4rem;
font-size: 0.85rem;
color: var(--ft-text-soft);
text-align: center;
}
.ft-vol-signup-thanks .ft-heart {
color: var(--ft-vol-red);
}
.ft-vol-signup .ft-form-message {
margin-top: 0.85rem;
}
@media (min-width: 900px) {
.ft-vol-signup-layout {
grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
gap: 2.75rem;
align-items: center;
}
.ft-vol-signup-form-grid {
grid-template-columns: 1fr 1fr;
}
.ft-vol-signup-panel {
padding: 1.85rem 1.75rem 1.65rem;
}
} .ft-vol-join {
position: relative;
padding: clamp(3.25rem, 7vw, 5rem) 0;
background: #1b2144;
overflow: hidden;
color: #fff;
}
.ft-vol-join-splash {
position: absolute;
top: 0;
bottom: 0;
width: min(28vw, 220px);
pointer-events: none;
z-index: 0;
opacity: 0.9;
}
.ft-vol-join-splash--left {
left: 0;
background:
radial-gradient(ellipse 90% 55% at 0% 18%, rgba(20, 184, 186, 0.85) 0%, transparent 70%),
radial-gradient(ellipse 70% 40% at 8% 72%, rgba(40, 190, 193, 0.55) 0%, transparent 68%),
radial-gradient(circle at 12% 48%, rgba(90, 220, 222, 0.45) 0 18%, transparent 42%);
filter: blur(0.5px);
}
.ft-vol-join-splash--right {
right: 0;
background:
radial-gradient(ellipse 95% 60% at 100% 28%, rgba(20, 184, 186, 0.8) 0%, transparent 72%),
radial-gradient(ellipse 65% 45% at 92% 78%, rgba(40, 190, 193, 0.5) 0%, transparent 70%),
radial-gradient(circle at 88% 55%, rgba(90, 220, 222, 0.4) 0 16%, transparent 40%);
}
.ft-vol-join-hands {
position: absolute;
inset: 0;
z-index: 0;
pointer-events: none;
opacity: 0.1;
background-image:
radial-gradient(circle at 62% 42%, rgba(180, 220, 255, 0.9) 0 1.2%, transparent 1.8%),
radial-gradient(circle at 74% 58%, rgba(180, 220, 255, 0.7) 0 1%, transparent 1.6%),
radial-gradient(circle at 68% 70%, rgba(180, 220, 255, 0.55) 0 0.9%, transparent 1.5%);
background-size: 100% 100%;
}
.ft-vol-join-hands::before,
.ft-vol-join-hands::after {
content: "";
position: absolute;
width: 9rem;
height: 9rem;
border-radius: 40% 55% 45% 60%;
background: rgba(160, 200, 230, 0.35);
filter: blur(1px);
opacity: 0.35;
}
.ft-vol-join-hands::before {
right: 18%;
top: 22%;
transform: rotate(-18deg);
}
.ft-vol-join-hands::after {
right: 8%;
bottom: 18%;
width: 7rem;
height: 7rem;
transform: rotate(22deg);
opacity: 0.28;
}
.ft-vol-join .ft-container {
position: relative;
z-index: 1;
}
.ft-vol-join-layout {
display: grid;
gap: 2.25rem;
align-items: center;
}
.ft-vol-join-title {
margin: 0 0 0.9rem;
display: flex;
flex-wrap: wrap;
align-items: baseline;
gap: 0.35rem 0.5rem;
font-size: clamp(2.1rem, 4.2vw, 3rem);
font-weight: 800;
letter-spacing: -0.02em;
line-height: 1.05;
}
.ft-vol-join-title-before {
position: relative;
display: inline-block;
color: #fff;
padding-bottom: 0.35rem;
}
.ft-vol-join-title-before::after {
content: "";
position: absolute;
left: 0.15rem;
bottom: 0;
width: 2.35rem;
height: 4px;
border-radius: 999px;
background: #f0c419;
}
.ft-vol-join-title-accent {
color: var(--ft-vol-teal);
}
.ft-vol-join-text {
margin: 0 0 1.5rem;
max-width: 26rem;
font-size: clamp(1rem, 1.5vw, 1.12rem);
line-height: 1.6;
color: rgba(255, 255, 255, 0.92);
}
.ft-vol-join-btn {
position: relative;
display: inline-flex;
border-radius: 999px;
background: var(--ft-vol-red);
border: 2px solid var(--ft-vol-red);
color: #fff;
font-weight: 800;
font-size: 0.82rem;
letter-spacing: 0.05em;
text-transform: uppercase;
padding: 0.95rem 1.55rem;
box-shadow: 0 12px 28px rgba(227, 28, 36, 0.32);
}
.ft-vol-join-btn:hover {
background: #c41820;
border-color: #c41820;
color: #fff;
transform: translateY(-2px);
}
.ft-vol-join-btn .ft-heart,
.ft-vol-join-btn .ft-icon {
color: #fff;
}
.ft-vol-join-spark {
position: absolute;
right: -1.1rem;
top: 50%;
width: 0.9rem;
height: 0.9rem;
transform: translateY(-50%);
pointer-events: none;
}
.ft-vol-join-spark::before,
.ft-vol-join-spark::after,
.ft-vol-join-spark {
background: transparent;
}
.ft-vol-join-spark::before,
.ft-vol-join-spark::after {
content: "";
position: absolute;
background: #f0c419;
border-radius: 999px;
}
.ft-vol-join-spark::before {
width: 3px;
height: 14px;
left: 6px;
top: -2px;
transform: rotate(28deg);
box-shadow: 8px 2px 0 #f0c419;
}
.ft-vol-join-spark::after {
width: 12px;
height: 3px;
left: 2px;
top: 5px;
transform: rotate(28deg);
}
.ft-vol-join-polaroids {
position: relative;
min-height: 280px;
display: flex;
justify-content: center;
align-items: center;
}
.ft-vol-polaroid {
--ft-tilt-x: 0deg;
--ft-tilt-y: 0deg;
position: absolute;
width: min(42vw, 170px);
margin: 0;
padding: 0.7rem 0.7rem 1.45rem;
background: #fff;
border-radius: 0.2rem;
box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
transition: transform 0.25s ease, box-shadow 0.25s ease;
transform:
rotate(var(--ft-polaroid-rot, 0deg))
translateY(var(--ft-polaroid-y, 0))
perspective(600px)
rotateX(var(--ft-tilt-x))
rotateY(var(--ft-tilt-y));
}
.ft-vol-polaroid-pin {
position: absolute;
top: 0.35rem;
left: 50%;
z-index: 2;
width: 0.85rem;
height: 0.85rem;
border-radius: 50%;
background: #7fd8da;
box-shadow:
0 1px 0 rgba(255, 255, 255, 0.55) inset,
0 2px 6px rgba(0, 0, 0, 0.25);
transform: translateX(-50%);
}
.ft-vol-polaroid img {
display: block;
width: 100%;
aspect-ratio: 4 / 5;
object-fit: cover;
border-radius: 0.1rem;
}
.ft-vol-polaroid--1 {
--ft-polaroid-rot: -10deg;
--ft-polaroid-y: 10px;
left: 4%;
z-index: 1;
}
.ft-vol-polaroid--2 {
--ft-polaroid-rot: 0deg;
--ft-polaroid-y: -6px;
left: 50%;
transform:
translateX(-50%)
rotate(var(--ft-polaroid-rot))
translateY(var(--ft-polaroid-y))
perspective(600px)
rotateX(var(--ft-tilt-x))
rotateY(var(--ft-tilt-y));
z-index: 3;
}
.ft-vol-polaroid--3 {
--ft-polaroid-rot: 11deg;
--ft-polaroid-y: 14px;
right: 4%;
left: auto;
z-index: 2;
}
.ft-vol-polaroid:hover {
z-index: 5;
box-shadow: 0 22px 48px rgba(0, 0, 0, 0.36);
}
@media (min-width: 900px) {
.ft-vol-join-layout {
grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.1fr);
gap: 1.5rem 2rem;
}
.ft-vol-join-polaroids {
min-height: 360px;
}
.ft-vol-polaroid {
width: 195px;
}
}
@media (min-width: 1100px) {
.ft-vol-polaroid {
width: 210px;
}
.ft-vol-join-polaroids {
min-height: 380px;
}
} .ft-contact-band {
margin-top: 0;
}
.ft-contact-band.ft-contact-band--after-navy {
padding-top: clamp(2.5rem, 5vw, 3.5rem);
} @media (max-width: 767px) {
.ft-vol-hero {
min-height: auto;
}
.ft-vol-hero-content {
padding: 4.75rem 0 4.5rem;
}
.ft-vol-hero-headline {
max-width: none;
}
.ft-vol-hero-actions {
flex-direction: column;
align-items: stretch;
}
.ft-vol-hero-actions .ft-btn {
width: 100%;
justify-content: center;
}
.ft-vol-stats-bar {
margin-top: -2.25rem;
padding: 0 0.15rem;
}
.ft-vol-join-polaroids {
min-height: 250px;
}
.ft-vol-polaroid {
width: min(36vw, 138px);
}
.ft-vol-join-btn {
width: 100%;
justify-content: center;
}
}.ft-page-main { background: #fff; }
.ft-page-section { padding: 3.5rem 0; }
.ft-page-section--soft { background: var(--ft-soft); }
.ft-page-split {
display: grid;
grid-template-columns: 1.05fr .95fr;
gap: 2.5rem;
align-items: center;
}
.ft-page-split-media img,
.ft-page-gallery img,
.ft-page-team-card img {
width: 100%;
height: auto;
border-radius: var(--ft-radius-lg);
display: block;
}
.ft-page-quote {
margin: 1.25rem 0 0;
padding: 1rem 1.25rem;
border-left: 4px solid var(--ft-red);
background: var(--ft-soft);
font-style: italic;
}
.ft-page-stats {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 1rem;
margin-top: 1.5rem;
}
.ft-page-stat {
text-align: center;
padding: 1rem;
background: var(--ft-soft);
border-radius: var(--ft-radius-md);
}
.ft-page-stat strong {
display: block;
font-size: 1.35rem;
color: var(--ft-red);
}
.ft-page-cards,
.ft-page-team,
.ft-page-gallery,
.ft-partners-grid,
.ft-involve-grid {
display: grid;
gap: 1.25rem;
}
.ft-page-cards { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.ft-page-card,
.ft-involve-card,
.ft-partner-card {
background: #fff;
border-radius: var(--ft-radius-lg);
padding: 1.35rem;
box-shadow: var(--ft-shadow-sm);
text-decoration: none;
color: inherit;
}
.ft-page-card-icon,
.ft-lego-card__icon {
width: 3rem;
height: 3rem;
display: grid;
place-items: center;
border-radius: 50%;
background: rgba(20, 184, 186, .1);
color: var(--ft-red);
margin-bottom: .85rem;
}
.ft-mvv-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 1.5rem;
}
.ft-mvv-card {
background: var(--ft-soft);
border-radius: var(--ft-radius-lg);
padding: 1.75rem;
}
.ft-page-gallery { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.ft-page-team { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.ft-page-team-card { text-align: center; }
.ft-page-docs { display: grid; gap: 1rem; }
.ft-page-doc {
display: block;
padding: 1.25rem;
border-radius: var(--ft-radius-md);
background: #fff;
box-shadow: var(--ft-shadow-sm);
text-decoration: none;
color: inherit;
}
.ft-page-bullets {
list-style: none;
margin: 1.5rem 0 0;
padding: 0;
}
.ft-page-bullets li {
position: relative;
padding-left: 1.35rem;
margin-bottom: .65rem;
}
.ft-page-bullets li::before {
content: "";
position: absolute;
left: 0;
top: .55rem;
width: .55rem;
height: .55rem;
border-radius: 50%;
background: var(--ft-red);
}
.ft-page-steps { display: grid; gap: 1rem; max-width: 760px; margin: 0 auto; }
.ft-page-step {
display: grid;
grid-template-columns: auto 1fr;
gap: 1rem;
align-items: start;
background: #fff;
padding: 1.25rem;
border-radius: var(--ft-radius-md);
}
.ft-page-step-num {
width: 2.25rem;
height: 2.25rem;
border-radius: 50%;
display: grid;
place-items: center;
background: var(--ft-red);
color: #fff;
font-weight: 700;
}
.ft-page-plans {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 1.25rem;
}
.ft-page-plan {
background: #fff;
border-radius: var(--ft-radius-lg);
padding: 1.5rem;
box-shadow: var(--ft-shadow-sm);
}
.ft-page-plan-price {
font-size: 1.35rem;
font-weight: 800;
color: var(--ft-red);
}
.ft-volunteer-layout {
display: grid;
grid-template-columns: 1fr 1.1fr;
gap: 2rem;
align-items: start;
}
.ft-form-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 1rem;
}
.ft-field { display: grid; gap: .35rem; }
.ft-field--full { grid-column: 1 / -1; }
.ft-field input,
.ft-field select,
.ft-field textarea,
.ft-newsletter-form input {
width: 100%;
padding: .75rem .85rem;
border: 1px solid rgba(33, 38, 74, .15);
border-radius: var(--ft-radius-sm);
font-size: 1rem;
}
.ft-stories-toolbar {
background: #fff;
border-bottom: 1px solid rgba(33, 38, 74, .08);
position: sticky;
top: var(--ft-header-height, 72px);
z-index: 5;
}
.ft-stories-toolbar-inner {
display: flex;
gap: .5rem;
overflow-x: auto;
padding: .85rem 0;
}
.ft-stories-filter {
flex: 0 0 auto;
padding: .5rem 1rem;
border-radius: 999px;
background: var(--ft-soft);
color: var(--ft-navy);
text-decoration: none;
font-weight: 600;
font-size: .85rem;
}
.ft-stories-filter.is-active,
.ft-stories-filter:hover {
background: var(--ft-navy);
color: #fff;
}
.ft-newsletter {
padding: 3rem 0;
background: var(--ft-navy);
color: #fff;
}
.ft-newsletter-inner {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1.5rem;
align-items: center;
}
.ft-newsletter-form {
display: flex;
gap: .75rem;
flex-wrap: wrap;
}
.ft-partners-marquee {
padding: 2rem 0 2.5rem;
overflow: hidden;
background: var(--ft-soft);
}
.ft-partners-track {
display: flex;
width: max-content;
animation: ft-marquee 28s linear infinite;
}
.ft-partners-track-group {
display: flex;
gap: 2.5rem;
padding: 0 1.25rem;
align-items: center;
}
.ft-partners-track-item {
display: inline-flex;
align-items: center;
gap: 0.55rem;
font-weight: 700;
color: var(--ft-navy);
white-space: nowrap;
}
.ft-partners-track-item img {
height: 48px;
width: auto;
object-fit: contain;
filter: grayscale(1);
opacity: .85;
}
.ft-youtube { padding: 0 0 4rem; }
.ft-youtube-inner {
aspect-ratio: 16 / 9;
border-radius: var(--ft-radius-lg);
overflow: hidden;
box-shadow: var(--ft-shadow-md);
}
.ft-youtube iframe { width: 100%; height: 100%; border: 0; }
.ft-partners-grid { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.ft-partner-initials {
display: grid;
place-items: center;
width: 4rem;
height: 4rem;
border-radius: 50%;
background: var(--ft-navy);
color: #fff;
font-weight: 700;
margin-bottom: .75rem;
}
@keyframes ft-marquee {
from { transform: translateX(0); }
to { transform: translateX(-50%); }
}
@media (max-width: 900px) {
.ft-page-split,
.ft-mvv-grid,
.ft-volunteer-layout,
.ft-newsletter-inner { grid-template-columns: 1fr; }
.ft-page-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ft-form-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
.ft-form-grid { grid-template-columns: 1fr; }
}.ft-header-actions {
display: inline-flex;
align-items: center;
gap: 0.65rem;
z-index: 2;
flex-shrink: 0;
}
.ft-nav-search {
display: inline-flex;
align-items: center;
justify-content: center;
width: 2.75rem;
height: 2.75rem;
padding: 0;
color: var(--ft-navy);
background: rgba(33, 38, 74, 0.06);
border: 1px solid rgba(33, 38, 74, 0.12);
border-radius: 50%;
cursor: pointer;
transition: color 0.2s, background 0.2s, border-color 0.2s, transform 0.2s;
flex-shrink: 0;
}
.ft-nav-search:hover,
.ft-nav-search:focus-visible {
color: var(--ft-celeste-dark);
background: rgba(20, 184, 186, 0.1);
border-color: rgba(20, 184, 186, 0.28);
transform: translateY(-1px);
}
.ft-nav-search svg,
.ft-nav-search .ft-icon {
width: 1.2rem;
height: 1.2rem;
font-size: 1.2rem;
}
.ft-search-overlay {
position: fixed;
inset: 0;
z-index: 1000;
display: flex;
align-items: center;
justify-content: center;
padding: 1rem;
overflow-y: auto;
}
.ft-search-overlay[hidden],
.ft-search-overlay:not(.is-open) {
display: none !important;
}
.ft-search-overlay.is-open {
display: flex;
pointer-events: auto;
}
.ft-search-overlay-backdrop {
position: fixed;
inset: 0;
z-index: 0;
background: rgba(18, 22, 48, 0.82);
backdrop-filter: blur(8px);
}
.ft-search-overlay-panel {
position: relative;
width: min(100%, 54rem);
min-height: min(88vh, 40rem);
margin: auto;
padding: clamp(2rem, 5vw, 3.5rem) clamp(1.5rem, 4vw, 3rem);
display: flex;
flex-direction: column;
justify-content: center;
background: linear-gradient(155deg, #191d3f 0%, var(--ft-navy) 52%, #2f3458 100%);
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 1.15rem;
box-shadow: 0 32px 80px rgba(4, 18, 42, 0.45);
color: #fff;
z-index: 1;
}
.ft-search-overlay-close {
position: absolute;
top: 1rem;
right: 1rem;
z-index: 2;
width: 2.75rem;
height: 2.75rem;
border: none;
border-radius: 50%;
background: rgba(255, 255, 255, 0.12);
color: #fff;
font-size: 1.75rem;
line-height: 1;
cursor: pointer;
transition: background 0.2s;
}
.ft-search-overlay-close:hover,
.ft-search-overlay-close:focus-visible {
background: rgba(255, 255, 255, 0.2);
}
.ft-search-overlay-icon {
width: 4.5rem;
height: 4.5rem;
margin-bottom: 1.25rem;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background: rgba(255, 255, 255, 0.1);
color: var(--ft-gold);
border: 2px solid rgba(240, 196, 25, 0.4);
}
.ft-search-overlay-icon svg,
.ft-search-overlay-icon .ft-icon {
width: 2rem;
height: 2rem;
font-size: 2rem;
}
.ft-search-overlay-label {
display: block;
margin: 0 0 0.75rem;
font-size: 0.8125rem;
font-weight: 800;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--ft-gold);
}
.ft-search-overlay-title {
margin: 0 0 1rem;
font-size: clamp(2rem, 6vw, 3.25rem);
font-weight: 800;
line-height: 1.08;
letter-spacing: -0.02em;
max-width: 16ch;
color: #fff;
}
.ft-search-overlay-title span {
color: var(--ft-gold);
}
.ft-search-overlay-intro {
margin: 0 0 2rem;
font-size: clamp(1rem, 2.2vw, 1.2rem);
line-height: 1.65;
color: rgba(255, 255, 255, 0.9);
max-width: 36rem;
}
body.ft-search-open {
overflow: hidden;
}
.ft-search-form {
width: 100%;
max-width: 100%;
}
.ft-search-form-inner {
display: flex;
flex-direction: column;
align-items: stretch;
gap: 0.75rem;
padding: 0.75rem;
background: #fff;
border: 1px solid var(--ft-border);
border-radius: var(--ft-radius);
box-shadow: 0 12px 40px rgba(4, 18, 42, 0.18);
}
.ft-search-form--overlay .ft-search-form-inner,
.ft-search-form--hero .ft-search-form-inner {
background: rgba(255, 255, 255, 0.98);
}
.ft-search-form--overlay .ft-search-form-inner {
padding: 1rem;
}
.ft-search-form-icon {
display: none;
}
.ft-search-form--overlay .ft-search-form-icon {
display: flex;
align-items: center;
justify-content: center;
width: 3rem;
height: 3rem;
margin: 0 auto 0.25rem;
border-radius: 50%;
color: var(--ft-celeste-dark);
background: rgba(20, 184, 186, 0.12);
}
.ft-search-form-input {
flex: 1;
min-width: 0;
width: 100%;
padding: 1rem 1.125rem;
font: inherit;
font-size: 1rem;
font-weight: 500;
color: var(--ft-navy);
background: var(--ft-surface-muted);
border: 1px solid var(--ft-border);
border-radius: var(--ft-radius-sm);
outline: none;
}
.ft-search-form-input:focus {
border-color: var(--ft-celeste);
box-shadow: 0 0 0 3px rgba(20, 184, 186, 0.18);
}
.ft-search-form-submit {
width: 100%;
min-height: 3.25rem;
}
.ft-search-hero {
position: relative;
min-height: clamp(320px, 42vh, 440px);
display: flex;
flex-direction: column;
background: var(--ft-navy);
overflow: hidden;
}
.ft-search-hero-bg {
position: absolute;
inset: 0;
z-index: 0;
}
.ft-search-hero-bg img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center 22%;
}
.ft-search-hero-bg::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(100deg, rgba(33, 38, 74, 0.94) 0%, rgba(33, 38, 74, 0.72) 42%, rgba(33, 38, 74, 0.38) 100%);
}
.ft-search-hero-content {
flex: 1;
display: flex;
align-items: center;
padding: calc(var(--ft-header-height) + 1.5rem) 0 3rem;
position: relative;
z-index: 2;
color: #fff;
}
.ft-search-hero-text {
max-width: 36rem;
}
.ft-search-hero-label {
display: block;
font-size: 0.75rem;
font-weight: 800;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--ft-gold);
margin-bottom: 0.75rem;
}
.ft-search-hero-text h1 {
font-size: clamp(1.75rem, 4.2vw, 2.5rem);
font-weight: 800;
line-height: 1.15;
margin: 0 0 1rem;
color: #fff;
}
.ft-search-hero-text h1 span {
color: var(--ft-gold);
}
.ft-search-hero-text > p {
font-size: clamp(0.95rem, 1.4vw, 1.05rem);
line-height: 1.65;
color: rgba(255, 255, 255, 0.9);
margin: 0 0 1.25rem;
}
.ft-search-hero .ft-search-form-inner {
flex-direction: row;
align-items: stretch;
border-radius: 999px;
padding: 0.35rem;
}
.ft-search-hero .ft-search-form-input {
background: transparent;
border: none;
box-shadow: none;
padding: 0.75rem 0.95rem;
}
.ft-search-hero .ft-search-form-submit {
width: auto;
min-height: 2.55rem;
border-radius: 999px;
padding-inline: 1.25rem;
}
.ft-search-listing {
padding: 2.5rem 0 3.5rem;
background: var(--ft-surface-muted);
}
.ft-search-empty {
max-width: 34rem;
margin: 0 auto;
padding: 2.5rem 1.5rem;
text-align: center;
background: #fff;
border: 1px solid var(--ft-border);
border-radius: var(--ft-radius);
box-shadow: var(--ft-shadow-sm);
}
.ft-search-empty-icon {
width: 3.5rem;
height: 3.5rem;
margin: 0 auto 1rem;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background: rgba(20, 184, 186, 0.12);
color: var(--ft-celeste-dark);
}
.ft-search-empty h2 {
margin: 0 0 0.5rem;
color: var(--ft-navy);
}
.ft-search-empty p {
color: var(--ft-text-soft);
margin: 0 0 1.25rem;
}
.ft-search-empty-links {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
justify-content: center;
}
.ft-search-pagination {
margin-top: 2rem;
}
@media (min-width: 640px) {
.ft-search-hero .ft-search-form-inner {
flex-direction: row;
}
}
@media (max-width: 639px) {
.ft-search-hero .ft-search-form-inner {
flex-direction: column;
border-radius: var(--ft-radius);
}
.ft-search-hero .ft-search-form-submit {
width: 100%;
}
}
@media (max-width: 1024px) {
.ft-header-actions {
gap: 0.4rem;
}
.ft-nav-search {
width: 44px;
height: 44px;
}
}
@media (max-width: 480px) {
.ft-header-donate span {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.ft-header-donate {
width: 44px;
min-width: 44px;
min-height: 44px;
padding: 0;
border-radius: 50%;
justify-content: center;
margin-right: 0;
}
}.ft-donate-swal.swal2-popup {
width: min(100% - 2rem, 26rem);
padding: 1.75rem 1.5rem 1.5rem;
border-radius: 18px;
font-family: var(--ft-font, 'Montserrat', sans-serif);
}
.ft-donate-swal .swal2-title {
font-size: 1.25rem;
font-weight: 700;
color: var(--ft-navy);
}
.ft-donate-swal .swal2-html-container {
margin: 0.75rem 0 0;
text-align: left;
color: var(--ft-text);
}
.ft-donate-swal .swal2-actions {
gap: 0.625rem;
margin-top: 1.25rem;
}
.ft-donate-swal .swal2-close {
color: #9ca3af;
font-size: 1.65rem;
}
.ft-donate-swal .swal2-close:hover {
color: var(--ft-navy);
}
.ft-donate-swal .swal2-validation-message {
background: var(--ft-red-soft);
color: var(--ft-red-dark);
}
.ft-donate-swal-confirm.swal2-confirm,
.ft-donate-swal-cancel.swal2-cancel {
border: none;
border-radius: 999px;
padding: 0.6875rem 1.25rem;
font-size: 0.8125rem;
font-weight: 700;
cursor: pointer;
transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.ft-donate-swal-confirm.swal2-confirm {
background: var(--ft-navy);
color: #fff;
}
.ft-donate-swal-confirm.swal2-confirm:hover {
background: var(--ft-navy-dark);
}
.ft-donate-swal-cancel.swal2-cancel {
background: var(--ft-surface-muted);
color: var(--ft-text-soft);
}
.ft-donate-swal-cancel.swal2-cancel:hover {
background: var(--ft-border);
color: var(--ft-navy);
}
.ft-donate-lead {
margin: 0 0 1rem;
font-size: 0.875rem;
line-height: 1.5;
color: var(--ft-text-soft);
}
.ft-donate-presets {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 0.5rem;
margin-bottom: 1rem;
}
.ft-donate-pill {
border: 1px solid var(--ft-border);
background: #fff;
color: var(--ft-navy);
border-radius: 12px;
padding: 0.75rem 0.5rem;
font-size: 0.8125rem;
font-weight: 700;
cursor: pointer;
transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.ft-donate-pill:hover,
.ft-donate-pill.is-active {
border-color: var(--ft-red);
background: rgba(20, 184, 186, 0.08);
color: var(--ft-red);
}
.ft-donate-field {
display: block;
margin-bottom: 0.375rem;
font-size: 0.75rem;
font-weight: 600;
color: var(--ft-text-soft);
}
.ft-donate-input.swal2-input {
width: 100%;
margin: 0;
border: 1px solid var(--ft-border);
border-radius: 12px;
box-shadow: none;
font-size: 1rem;
font-weight: 600;
color: var(--ft-navy);
}
.ft-donate-input.swal2-input:focus {
border-color: var(--ft-red);
box-shadow: 0 0 0 3px rgba(20, 184, 186, 0.15);
}
.ft-donate-qr-wrap {
display: flex;
justify-content: center;
margin: 0.25rem 0 1rem;
}
.ft-donate-qr {
display: block;
border: 1px solid var(--ft-border);
border-radius: 12px;
background: #fff;
}
.ft-donate-amount {
margin: 0 0 0.5rem;
text-align: center;
font-size: 1.375rem;
font-weight: 800;
color: var(--ft-red);
}
.ft-donate-ref {
margin: 0 0 0.75rem;
text-align: center;
font-size: 0.875rem;
}
.ft-donate-ref code {
font-size: 0.9375rem;
font-weight: 700;
color: var(--ft-navy);
background: var(--ft-surface-muted);
padding: 0.125rem 0.5rem;
border-radius: 6px;
}
.ft-donate-hint {
margin: 0;
font-size: 0.75rem;
line-height: 1.5;
color: var(--ft-text-soft);
text-align: center;
}
.ft-donate-thanks {
margin: 0 0 0.75rem;
font-size: 0.875rem;
line-height: 1.55;
color: var(--ft-text);
text-align: center;
}
.ft-donate-thanks-meta {
margin: 0;
font-size: 0.8125rem;
line-height: 1.5;
color: var(--ft-text-soft);
text-align: center;
}
.ft-donate-thanks-meta strong {
font-size: 1.125rem;
color: var(--ft-red);
}
.ft-donate-amount-note {
font-size: 0.85rem;
font-weight: 700;
color: var(--ft-text-soft);
}
.ft-sponsor-summary {
padding: 1rem 1.05rem;
border: 1px solid var(--ft-border);
border-radius: 14px;
background: rgba(20, 184, 186, 0.06);
}
.ft-sponsor-summary-plan {
margin: 0 0 0.35rem;
font-size: 1.05rem;
font-weight: 800;
color: var(--ft-navy);
}
.ft-sponsor-summary-price {
margin: 0 0 0.45rem;
font-size: 1.2rem;
font-weight: 800;
color: var(--ft-red);
}
.ft-sponsor-summary-text {
margin: 0;
font-size: 0.84rem;
line-height: 1.5;
color: var(--ft-text-soft);
}
.ft-sponsor-pay-plan {
margin: 0 0 0.35rem;
text-align: center;
font-size: 0.92rem;
font-weight: 800;
color: var(--ft-navy);
}
.ft-sponsor-pay-contact {
margin: 0 0 0.85rem;
text-align: center;
font-size: 0.8rem;
color: var(--ft-text-soft);
}
.ft-donate-swal--sponsor.swal2-popup {
width: min(100% - 2rem, 28rem);
}
.ft-sponsor-form .ft-donate-input.swal2-input {
margin-bottom: 0.75rem;
}
.ft-donate-textarea {
display: block;
width: 100%;
margin: 0;
padding: 0.75rem 0.9rem;
border: 1px solid var(--ft-border);
border-radius: 12px;
box-shadow: none;
font: inherit;
font-size: 0.92rem;
color: var(--ft-navy);
resize: vertical;
min-height: 4.5rem;
box-sizing: border-box;
}
.ft-donate-textarea:focus {
outline: none;
border-color: var(--ft-red);
box-shadow: 0 0 0 3px rgba(20, 184, 186, 0.15);
}
.ft-sponsor-hp {
position: absolute !important;
left: -9999px !important;
width: 1px !important;
height: 1px !important;
opacity: 0 !important;
}