:root {
  --forest: #073e2b;
  --forest-2: #0d5139;
  --forest-3: #176348;
  --gold: #d7a128;
  --gold-light: #f2c85e;
  --cream: #f7f4ec;
  --paper: #fffdf8;
  --ink: #11261e;
  --muted: #5e6d66;
  --line: #dce3dc;
  --radius: 28px;
  --shadow: 0 24px 70px rgba(3, 45, 30, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.65; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; transform: translateY(-150%); background: white; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,253,248,.88); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(7,62,43,.08); }
.nav-wrap { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: block; width: 185px; height: 62px; position: relative; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 27px; font-size: 14px; font-weight: 700; }
.nav-links { list-style: none; margin: 0; padding: 0; }
.nav-links li { list-style: none; margin: 0; }
.nav-links li a { display: block; padding-block: 29px; }
.nav-links > a:not(.button) { position: relative; padding-block: 29px; }
.nav-links > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--gold); transition: .25s ease; }
.nav-links > a:hover::after, .nav-links > a.active::after { right: 0; }
.nav-service { color: var(--forest-2); }
.menu-button { display: none; border: 0; background: transparent; width: 46px; height: 46px; border-radius: 50%; padding: 11px; }
.menu-button span { display: block; height: 2px; background: var(--forest); margin: 5px 0; }
.menu-button b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 0; border-radius: 999px; padding: 13px 22px; font-weight: 800; font-size: 14px; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0,0,0,.14); }
.button-gold { background: var(--gold); color: #10281d; }
.button-gold:hover { background: var(--gold-light); }
.button-dark { background: var(--forest); color: white; }
.button-light { background: white; color: var(--forest); }
.text-link { display: inline-flex; align-items: center; gap: 22px; color: var(--forest); font-size: 14px; font-weight: 800; border-bottom: 1px solid rgba(7,62,43,.25); padding-bottom: 7px; }
.text-link span { transition: transform .25s ease; }
.text-link:hover span { transform: translateX(5px); }
.button-row { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }

.eyebrow { display: flex; align-items: center; gap: 11px; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; line-height: 1.3; font-weight: 900; color: var(--forest-3); margin: 0 0 22px; }
.eyebrow span { width: 26px; height: 2px; background: var(--gold); }
.hero { min-height: 720px; position: relative; overflow: hidden; background: linear-gradient(120deg, #fbfaf4 0%, #f7f3e7 56%, #eef2e8 100%); padding: 86px 0 20px; }
.hero::after { content: ""; position: absolute; right: -10vw; top: -25vw; width: 61vw; height: 61vw; border: 1px solid rgba(7,62,43,.08); border-radius: 50%; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 72px; }
.hero-copy h1, .inner-hero h1 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(54px, 6.1vw, 88px); line-height: .98; letter-spacing: -.045em; font-weight: 500; margin: 0 0 30px; color: var(--forest); }
.hero-copy h1 em { color: var(--gold); font-weight: 500; }
.hero-copy > p { max-width: 650px; font-size: 18px; line-height: 1.75; color: #52645c; margin: 0 0 34px; }
.hero-proof { display: flex; align-items: center; gap: 16px; margin-top: 42px; }
.hero-proof p { font-size: 12px; color: var(--muted); line-height: 1.55; margin: 0; }
.hero-proof strong { color: var(--ink); font-size: 13px; }
.avatar-stack { display: flex; }
.avatar-stack span { width: 41px; height: 41px; display: grid; place-items: center; border-radius: 50%; margin-left: -8px; border: 3px solid var(--paper); background: var(--forest); color: white; font-size: 9px; font-weight: 900; }
.avatar-stack span:first-child { margin-left: 0; background: var(--gold); color: var(--forest); }
.hero-visual { position: relative; min-height: 540px; }
.hero-frame { position: absolute; inset: 0 20px 0 0; overflow: hidden; border-radius: 48% 48% 17% 48%; box-shadow: var(--shadow); background: #dce6dd; }
.hero-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(3,50,34,.25)); }
.hero-frame img { object-fit: cover; object-position: 51% center; }
.impact-float { position: absolute; right: -22px; top: 72px; background: white; border-radius: 18px; padding: 18px 24px 18px 37px; box-shadow: 0 18px 50px rgba(6,48,33,.15); display: grid; }
.impact-float .pulse { position: absolute; left: 15px; top: 26px; width: 10px; height: 10px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 7px rgba(215,161,40,.16); }
.impact-float strong { color: var(--forest); font-size: 25px; line-height: 1; }
.impact-float small { color: var(--muted); margin-top: 6px; }
.mentor-float { position: absolute; left: -32px; bottom: 36px; padding: 16px 20px; background: var(--forest); color: white; border: 1px solid rgba(255,255,255,.2); border-radius: 15px; display: grid; box-shadow: 0 14px 36px rgba(3,40,26,.24); }
.mentor-float b { font-family: Georgia, serif; font-size: 18px; }.mentor-float span { font-size: 11px; color: #cbded3; }
.hero-orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(215,161,40,.18); }
.orbit-one { width: 380px; height: 380px; left: -220px; bottom: -160px; }
.orbit-two { width: 18px; height: 18px; background: var(--gold); border: 0; left: 7%; top: 20%; opacity: .4; }
.source-note { position: relative; z-index: 3; margin-top: 34px; font-size: 11px; color: #718078; }
.reveal { animation: rise .75s ease both; }.delay-1 { animation-delay: .12s; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

.stats-band { background: var(--forest); color: white; }
.stats-grid { min-height: 156px; display: grid; grid-template-columns: repeat(3, 1fr) 1.35fr; align-items: center; }
.stats-grid > div { padding: 22px 36px; border-right: 1px solid rgba(255,255,255,.14); display: grid; }
.stats-grid > div:first-child { padding-left: 0; }
.stats-grid > div:last-child { border-right: 0; }
.stats-grid strong { font-family: Georgia, serif; font-size: 42px; line-height: 1; color: var(--gold-light); }
.stats-grid span { margin-top: 7px; font-size: 12px; color: #d5e0da; }
.stats-grid .stat-cta { padding-left: 48px; }
.stat-cta span { text-transform: uppercase; letter-spacing: .14em; font-size: 10px; }
.stat-cta a { font-family: Georgia, serif; font-size: 24px; line-height: 1.2; margin-top: 9px; display: flex; align-items: center; justify-content: space-between; }
.stat-cta b { color: var(--gold); }

.section { padding: 112px 0; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; margin-bottom: 56px; }
.section-heading h2, .story-copy h2, .action-card h2, .split-copy h2, .booking-grid h2, .contact-grid h2, .donate-grid h2 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(38px, 4.5vw, 61px); line-height: 1.05; letter-spacing: -.035em; font-weight: 500; color: var(--forest); margin: 0; }
.section-heading > p { color: var(--muted); margin: 0; font-size: 16px; }
.programs-section { background: var(--paper); }
.track-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.track-card { min-height: 365px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.45); transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.track-card:hover { position: relative; z-index: 2; transform: translateY(-5px); background: white; box-shadow: var(--shadow); }
.track-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 44px; }
.track-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 14px; background: #e7efe9; color: var(--forest); font-weight: 900; }
.track-number { font-size: 11px; color: #89978f; letter-spacing: .12em; }
.track-card h3 { font-family: Georgia, serif; color: var(--forest); font-size: 24px; line-height: 1.18; font-weight: 500; margin: 0 0 17px; }
.track-card p { color: var(--muted); font-size: 14px; margin: 0 0 25px; }
.track-card a { display: inline-flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 900; color: var(--forest); text-transform: uppercase; letter-spacing: .06em; }
.center-action { text-align: center; margin-top: 42px; }

.story-section { background: var(--cream); }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 88px; align-items: center; }
.story-image { min-height: 620px; position: relative; border-radius: 180px 180px 20px 20px; overflow: hidden; box-shadow: var(--shadow); }
.story-image img { object-fit: cover; }
.story-image::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(4,52,35,.72)); }
.image-caption { position: absolute; z-index: 2; left: 42px; bottom: 36px; color: white; font-family: Georgia, serif; font-size: 34px; line-height: 1.05; }
.story-copy > p { color: var(--muted); font-size: 17px; line-height: 1.8; }
.quote-mark { font-family: Georgia, serif; color: var(--gold); font-size: 70px; height: 48px; margin-top: 26px; }
.story-copy blockquote { font-family: Georgia, serif; color: var(--forest); font-size: 23px; line-height: 1.45; margin: 0 0 28px; }

.impact-image-section { padding: 0 0 112px; background: var(--cream); }
.impact-image-wrap { min-height: 610px; position: relative; border-radius: 28px; overflow: hidden; }
.impact-image-wrap > img { object-fit: cover; object-position: center 35%; }
.impact-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,40,26,.88), rgba(2,40,26,.15) 70%); }
.impact-overlay { position: absolute; z-index: 2; left: 72px; top: 50%; transform: translateY(-50%); color: white; max-width: 570px; }
.impact-overlay .eyebrow { color: white; }
.impact-overlay h2 { font-family: Georgia, serif; font-size: clamp(43px,5vw,68px); line-height: 1.02; letter-spacing: -.04em; font-weight: 500; margin: 0 0 34px; }

.action-section { background: var(--paper); }
.action-card { border-radius: 28px; padding: 72px; background: var(--gold); display: grid; grid-template-columns: 1fr 1fr; gap: 80px; position: relative; overflow: hidden; }
.action-card::after { content: ""; width: 280px; height: 280px; position: absolute; right: -120px; top: -120px; border: 55px solid rgba(255,255,255,.15); border-radius: 50%; }
.action-card .eyebrow span { background: var(--forest); }.action-card .eyebrow { color: var(--forest); }
.action-links { display: grid; position: relative; z-index: 2; }
.action-links a { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(7,62,43,.24); padding: 15px 0; font-weight: 900; }
.action-links a span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--forest); color: white; }

.inner-hero { padding: 92px 0; background: var(--forest); color: white; position: relative; overflow: hidden; }
.inner-hero::after { content: ""; position: absolute; width: 640px; height: 640px; right: -260px; top: -300px; border-radius: 50%; border: 100px solid rgba(215,161,40,.08); }
.inner-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 80px; }
.inner-hero h1 { color: white; font-size: clamp(50px, 6vw, 78px); }
.inner-hero p { color: #d8e2dc; font-size: 18px; max-width: 720px; margin: 0; }
.inner-hero .eyebrow { color: var(--gold-light); }
.inner-hero-image { min-height: 390px; position: relative; overflow: hidden; border-radius: 140px 20px 20px 20px; }
.inner-hero-image img { object-fit: cover; }
.split-copy { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.split-copy p { color: var(--muted); font-size: 17px; line-height: 1.85; margin: 0 0 20px; }
.value-section { background: var(--cream); }
.value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: #d8dfd9; border: 1px solid #d8dfd9; }
.value-grid article { background: var(--cream); padding: 45px; }
.value-grid article > span { color: var(--gold); font-size: 12px; font-weight: 900; }
.value-grid h3 { font-family: Georgia, serif; font-size: 30px; color: var(--forest); font-weight: 500; margin: 60px 0 18px; }
.value-grid p { color: var(--muted); font-size: 15px; }
.objective-section { background: var(--paper); }
.objective-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.objective-grid article { display: grid; grid-template-columns: 50px 1fr; gap: 22px; background: white; padding: 36px; }
.objective-grid article > span { color: var(--gold); font-size: 12px; font-weight: 900; padding-top: 5px; }
.objective-grid h3 { color: var(--forest); font-size: 18px; margin: 0 0 7px; }.objective-grid p { color: var(--muted); margin: 0; font-size: 14px; }
.mentorship-section { background: var(--cream); }
.check-list { list-style: none; margin: 28px 0 34px; padding: 0; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 28px; color: #3f5149; }.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 900; }

.booking-section { background: var(--cream); }
.booking-grid, .donate-grid, .contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 82px; align-items: start; }
.mini-tracks { margin-top: 40px; display: grid; border-top: 1px solid #ced8cf; }
.mini-tracks > div { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid #ced8cf; }
.mini-tracks > div > span { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--forest); color: var(--gold-light); font-size: 11px; font-weight: 900; }
.mini-tracks p { margin: 0; color: var(--muted); font-size: 14px; }.mini-tracks strong { display: block; color: var(--forest); font-size: 16px; margin-bottom: 5px; }
.form-card { background: white; border-radius: 24px; padding: 46px; box-shadow: var(--shadow); }
.form-card h2 { font-size: clamp(36px,4vw,52px); }
.form-card > p:not(.form-kicker) { color: var(--muted); }
.form-kicker { color: var(--gold); text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 900; margin: 0 0 13px; }
.contact-form { display: grid; gap: 20px; margin-top: 34px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 8px; color: var(--forest); font-size: 12px; font-weight: 800; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid #ccd7cf; border-radius: 10px; padding: 13px 14px; background: #fbfcfa; color: var(--ink); transition: border .2s, box-shadow .2s; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { outline: 0; border-color: var(--forest-3); box-shadow: 0 0 0 3px rgba(23,99,72,.1); }
.contact-form textarea { resize: vertical; min-height: 135px; }
.contact-form .consent { display: flex; grid-template-columns: auto 1fr; gap: 10px; color: var(--muted); font-weight: 400; align-items: flex-start; line-height: 1.5; }
.contact-form .consent input { width: 17px; height: 17px; margin-top: 2px; }
.contact-form .button { justify-self: start; }
.form-status { color: var(--forest-3); font-size: 13px; margin: 0; }

.donate-section { background: var(--paper); }
.donate-grid { grid-template-columns: 1.15fr .85fr; }
.donate-grid .lead { color: var(--muted); font-size: 17px; max-width: 650px; }
.bank-card { margin-top: 36px; background: var(--cream); border: 1px solid #dde3db; border-radius: 22px; overflow: hidden; }
.bank-card-head { padding: 28px; background: var(--forest); color: white; display: grid; gap: 6px; }
.bank-card-head span, .account-row span { text-transform: uppercase; letter-spacing: .1em; font-size: 10px; color: #c8d8cf; }
.bank-card-head strong { font-size: 16px; }
.account-row { display: flex; justify-content: space-between; align-items: center; padding: 24px 28px; border-bottom: 1px solid #d8e0d8; }
.account-row div { display: grid; gap: 4px; }.account-row span { color: var(--muted); }.account-row strong { font-family: Georgia, serif; color: var(--forest); font-size: 31px; letter-spacing: .03em; }
.copy-button { border: 1px solid #bac9be; color: var(--forest); background: transparent; border-radius: 99px; padding: 8px 15px; font-size: 11px; font-weight: 900; cursor: pointer; }
.bank-meta { padding: 20px 28px; display: grid; grid-template-columns: auto 1fr auto 1fr; gap: 10px 16px; align-items: center; font-size: 12px; }.bank-meta span { color: var(--muted); }.bank-meta strong { color: var(--forest); }
.security-note { margin-top: 18px; border-left: 3px solid var(--gold); padding: 12px 18px; background: #fff9e9; font-size: 13px; }.security-note b { color: var(--forest); }.security-note p { margin: 4px 0 0; color: var(--muted); }.security-note a { text-decoration: underline; }
.giving-panel { background: var(--forest); color: white; border-radius: 24px; padding: 44px; position: sticky; top: 112px; }
.giving-panel h2 { color: white; font-size: 44px; }.giving-panel .eyebrow { color: var(--gold-light); }
.giving-panel ul { list-style: none; padding: 0; margin: 35px 0; display: grid; }
.giving-panel li { display: grid; grid-template-columns: 36px 1fr; gap: 15px; padding: 19px 0; border-top: 1px solid rgba(255,255,255,.16); }.giving-panel li > span { color: var(--gold); font-size: 11px; }.giving-panel strong { display: block; }.giving-panel p { color: #cbd9d1; font-size: 13px; margin: 5px 0 0; }

.contact-section { background: var(--cream); }
.contact-details > a, .contact-details > div:not(.hours) { display: grid; gap: 6px; padding: 22px 0; border-bottom: 1px solid #ccd6ce; }
.contact-details > a span, .contact-details > div > span { text-transform: uppercase; letter-spacing: .12em; color: var(--gold); font-size: 10px; font-weight: 900; }
.contact-details > a strong, .contact-details > div > strong { color: var(--forest); font-size: 18px; }
.hours { margin-top: 30px; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }.hours p { display: grid; font-size: 11px; color: var(--muted); }.hours strong { color: var(--forest); font-size: 13px; }

.site-footer { background: #052e21; color: white; padding: 78px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .75fr .85fr 1.05fr; gap: 58px; }
.footer-brand img { width: 220px; height: 110px; object-fit: contain; filter: brightness(0) invert(1); opacity: .95; }
.footer-brand p { color: #b9ccc1; max-width: 250px; }
.footer-grid h3 { font-size: 12px; text-transform: uppercase; letter-spacing: .14em; color: var(--gold-light); margin: 8px 0 21px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid a, .footer-grid p { color: #c7d6ce; font-size: 13px; margin: 0; }.footer-grid a:hover { color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 24px; margin-top: 58px; display: flex; justify-content: space-between; gap: 20px; color: #8da79a; font-size: 11px; }
.floating-contact { position: fixed; z-index: 90; right: 22px; bottom: 22px; padding: 12px 16px; border-radius: 99px; background: var(--gold); color: var(--forest); box-shadow: 0 12px 35px rgba(0,0,0,.22); font-size: 12px; font-weight: 900; }
.floating-contact span { margin-left: 7px; }

@media (max-width: 1080px) {
  .nav-links { gap: 17px; }.nav-links > a:not(.button) { font-size: 12px; }.brand { width: 155px; }.hero-grid { gap: 35px; }.hero-copy h1 { font-size: 61px; }.track-card { padding: 27px; }.section { padding: 88px 0; }
}
@media (max-width: 900px) {
  .container { width: min(100% - 34px, 720px); }.nav-wrap { height: 76px; }.brand { height: 58px; }.menu-button { display: block; }
  .nav-links { position: fixed; inset: 76px 0 auto; background: var(--paper); padding: 24px; display: none; flex-direction: column; align-items: stretch; gap: 0; box-shadow: 0 25px 50px rgba(0,0,0,.16); border-top: 1px solid var(--line); }.nav-links.open { display: flex; }.nav-links > a:not(.button) { padding: 13px 4px; font-size: 14px; border-bottom: 1px solid var(--line); }.nav-links > a:not(.button)::after { display: none; }.nav-links .button { margin-top: 14px; }
  .nav-links li a { padding: 13px 4px; border-bottom: 1px solid var(--line); }
  .hero { padding-top: 60px; }.hero-grid, .inner-hero-grid, .story-grid, .section-heading, .action-card, .split-copy, .booking-grid, .donate-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }.hero-copy h1, .inner-hero h1 { font-size: clamp(50px,11vw,72px); }.hero-visual { min-height: 560px; }.source-note { margin-top: 24px; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }.stats-grid > div, .stats-grid > div:first-child { padding: 26px; border-bottom: 1px solid rgba(255,255,255,.14); }.track-grid { grid-template-columns: repeat(2,1fr); }.story-image { min-height: 520px; }.section-heading { align-items: start; }.impact-overlay { left: 44px; }.action-card { padding: 48px; }.inner-hero-image { min-height: 420px; }.value-grid { grid-template-columns: 1fr; }.value-grid h3 { margin-top: 24px; }.giving-panel { position: static; }.footer-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 580px) {
  .container { width: min(100% - 28px, 520px); }.hero { min-height: auto; padding-top: 50px; }.hero-copy h1, .inner-hero h1 { font-size: clamp(43px,13.5vw,59px); }.hero-copy > p { font-size: 16px; }.button-row { align-items: stretch; flex-direction: column; }.button-row .button { width: 100%; }.button-row .text-link { align-self: flex-start; }
  .hero-proof { align-items: flex-start; }.hero-visual { min-height: 440px; margin-top: 8px; }.hero-frame { right: 0; border-radius: 48% 48% 18% 48%; }.impact-float { right: -3px; top: 25px; }.mentor-float { left: 10px; bottom: 20px; }.stats-grid { grid-template-columns: 1fr 1fr; }.stats-grid strong { font-size: 34px; }.stats-grid .stat-cta { padding-left: 26px; }.stat-cta a { font-size: 18px; }
  .section { padding: 72px 0; }.section-heading h2, .story-copy h2, .action-card h2, .split-copy h2, .booking-grid h2, .contact-grid h2, .donate-grid h2 { font-size: 39px; }.track-grid { grid-template-columns: 1fr; }.track-card { min-height: auto; }.story-image { min-height: 430px; }.impact-image-wrap { min-height: 600px; }.impact-image-wrap > img { object-position: 61% center; }.impact-overlay { left: 28px; right: 28px; top: auto; bottom: 40px; transform: none; }.impact-overlay h2 { font-size: 43px; }.action-card { padding: 38px 26px; }.inner-hero { padding: 68px 0; }.inner-hero-image { min-height: 330px; }.objective-grid { grid-template-columns: 1fr; }.value-grid article { padding: 34px; }.form-card { padding: 30px 22px; }.form-row { grid-template-columns: 1fr; }.account-row strong { font-size: 25px; }.bank-meta { grid-template-columns: auto 1fr; }.giving-panel { padding: 34px 26px; }.hours { grid-template-columns: 1fr; }.footer-grid { grid-template-columns: 1fr; gap: 38px; }.footer-bottom { flex-direction: column; }.floating-contact { right: 14px; bottom: 14px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

/* WordPress and editor compatibility layer. Kept last so plugins can override safely. */
.admin-bar .site-header { top: 32px; }
.tp-content, .entry-content { width: min(900px, calc(100% - 48px)); margin: 0 auto; padding: 70px 0; }
.entry-content > * { max-width: 760px; margin-left: auto; margin-right: auto; }
.entry-content > .alignwide { max-width: 1180px; }
.entry-content > .alignfull { max-width: none; width: 100vw; margin-left: calc(50% - 50vw); }
.entry-content img { height: auto; }
.wp-caption { max-width: 100%; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.elementor-page .tp-content, .elementor-page .entry-content { width: auto; max-width: none; padding: 0; }
.elementor-page .site-header + main { min-height: 50vh; }
.tp-notice { padding: 15px 18px; border-left: 4px solid var(--gold); background: #fff8e4; color: #47574f; font-size: 14px; }
.tp-richtext { margin-top: 38px; }
.tp-richtext:empty { display: none; }
.hero-frame > img, .story-image > img, .inner-hero-image > img, .impact-image-wrap > img { width: 100%; height: 100%; object-fit: cover; }
.tp-page-hero { padding: 90px 0; background: var(--forest); color: #fff; }
.tp-page-hero .eyebrow { color: var(--gold-light); }
.tp-page-hero h1 { max-width: 900px; margin: 0 0 22px; color: #fff; font: 500 clamp(48px, 6vw, 78px)/1.02 Georgia, serif; letter-spacing: -.04em; }
.tp-page-hero p { max-width: 760px; margin: 0; color: #d6e2dc; font-size: 18px; }
.tp-email-form { display: grid; gap: 18px; }
.tp-email-form label { display: grid; gap: 7px; color: var(--forest); font-weight: 700; font-size: 13px; }
.tp-email-form input, .tp-email-form select, .tp-email-form textarea { width: 100%; padding: 13px 14px; border: 1px solid #cbd6cf; border-radius: 9px; background: #fff; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }
