:root {
    --saffron: #f26722;
    --saffron-dark: #d84e0c;
    --gold: #f6ad2d;
    --forest: #155f32;
    --forest-deep: #0b3f24;
    --brown: #3a1609;
    --cream: #fff9ed;
    --warm-white: #fffdf8;
    --ink: #201813;
    --muted: #6c625a;
    --line: #eadfce;
    --white: #ffffff;
    --shadow: 0 24px 60px rgba(59, 29, 12, 0.12);
    --radius: 24px;
}

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

html { scroll-behavior: smooth; }

body {
    margin: 0;
    color: var(--ink);
    background: var(--warm-white);
    font-family: Candara, Calibri, Arial, sans-serif;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    overflow-x: clip;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

:focus-visible {
    outline: 3px solid rgba(242, 103, 34, 0.45);
    outline-offset: 4px;
}

.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 12px 18px; color: var(--white); background: var(--forest-deep); border-radius: 10px; text-decoration: none; transition: top .2s ease; }
.skip-link:focus { top: 16px; }

.eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
    color: var(--saffron-dark);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.eyebrow > span { width: 32px; height: 2px; background: currentColor; }
.eyebrow.light { color: #ffd3ab; }
.centered-eyebrow { justify-content: center; }

.section-heading h2,
.join-copy h2,
.process-intro h2 {
    margin: 0;
    color: var(--brown);
    font-family: Candara, Calibri, Arial, sans-serif;
    font-size: clamp(2.3rem, 5vw, 4.25rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -.035em;
}

em { color: var(--saffron); font-style: normal; }

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    min-height: 54px;
    padding: 0 26px;
    border: 1px solid var(--saffron);
    border-radius: 999px;
    color: var(--white);
    background: linear-gradient(135deg, var(--saffron), #e45414);
    box-shadow: 0 14px 30px rgba(226, 82, 19, .24);
    font-weight: 800;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(226, 82, 19, .31); }
.button-small { min-height: 44px; padding-inline: 21px; }
.button-light { color: var(--forest-deep); border-color: var(--white); background: var(--white); box-shadow: 0 12px 30px rgba(0, 0, 0, .16); }

.hero { position: relative; min-height: 710px; padding: 68px 0 105px; background: radial-gradient(circle at 74% 45%, #fff2cc 0, #fff9ec 29%, transparent 55%), linear-gradient(120deg, #fffdf8 0%, #fff7e9 100%); overflow: hidden; }
.hero::before { content: "\f005"; position: absolute; left: -52px; bottom: -48px; color: rgba(241, 103, 34, .035); font-family: "Font Awesome 6 Free"; font-size: 22rem; font-weight: 900; line-height: 1; }
.hero-grid { position: relative; z-index: 3; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 30px; }
.hero-copy { padding-top: 20px; }
.hero h1 { margin: 0; color: var(--brown); font-family: Candara, Calibri, Arial, sans-serif; font-size: clamp(3.25rem, 6.15vw, 5.55rem); font-weight: 700; line-height: 1.04; letter-spacing: -.055em; }
.hero-lead { max-width: 620px; margin: 27px 0 0; color: var(--muted); font-size: 1.08rem; line-height: 1.85; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 35px; }
.text-link { display: inline-flex; align-items: center; gap: 11px; color: var(--forest-deep); font-weight: 800; text-decoration: none; }
.play-dot { width: 34px; height: 34px; display: grid; place-items: center; color: var(--saffron); background: #fff; border: 1px solid #f3d9bf; border-radius: 50%; box-shadow: 0 7px 15px rgba(60, 30, 10, .08); }
.hero-principles { display: flex; gap: 30px; margin-top: 44px; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-principles > div { display: flex; flex-direction: column; padding-right: 28px; border-right: 1px solid var(--line); }
.hero-principles > div:last-child { border-right: 0; }
.hero-principles strong { color: var(--brown); font-family: Georgia, serif; font-size: 1.04rem; }
.hero-principles span { color: #81766c; font-size: 13px; }

.hero-visual { position: relative; min-height: 565px; display: grid; place-items: center; }
.logo-stage { position: relative; z-index: 2; width: min(520px, 95%); aspect-ratio: 1; display: grid; place-items: center; }
.logo-stage::before { content: ""; position: absolute; inset: 6%; border: 1px dashed rgba(230, 96, 25, .25); border-radius: 50%; animation: spin 42s linear infinite; }
.logo-stage img { position: relative; z-index: 2; width: 94%; height: 94%; object-fit: contain; filter: drop-shadow(0 28px 31px rgba(75, 35, 8, .18)); }
.logo-halo { position: absolute; inset: 15%; border-radius: 50%; background: #fff; box-shadow: 0 30px 90px rgba(241, 103, 34, .21); }
.logo-orbit { position: absolute; z-index: 1; width: 530px; max-width: 100%; aspect-ratio: 1; border: 1px solid rgba(22, 96, 50, .14); border-radius: 50%; }
.orbit-dot { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--saffron); box-shadow: 0 0 0 7px rgba(242, 103, 34, .1); }
.orbit-dot-one { top: 13%; left: 15%; }
.orbit-dot-two { top: 18%; right: 9%; background: var(--forest); box-shadow: 0 0 0 7px rgba(21, 95, 50, .1); }
.orbit-dot-three { right: 5%; bottom: 20%; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 12px; padding: 12px 17px; border: 1px solid rgba(255, 255, 255, .9); border-radius: 15px; background: rgba(255, 255, 255, .86); box-shadow: 0 14px 35px rgba(66, 32, 11, .14); backdrop-filter: blur(12px); }
.floating-card p { display: flex; flex-direction: column; margin: 0; line-height: 1.28; }
.floating-card strong { color: var(--brown); font-size: 13px; }
.floating-card small { color: var(--muted); font-size: 13px; }
.floating-card-top { top: 68px; left: -8px; }
.floating-card-bottom { right: -8px; bottom: 74px; }
.floating-icon { width: 38px; height: 38px; display: grid; place-items: center; color: var(--white); background: var(--saffron); border-radius: 50%; font-family: Candara, Calibri, Arial, sans-serif; font-size: 13px; font-weight: 900; letter-spacing: .08em; }
.pulse-ring { position: relative; width: 38px; height: 38px; border-radius: 50%; background: #edf8f0; }
.pulse-ring::after { content: ""; position: absolute; inset: 12px; border-radius: 50%; background: var(--forest); box-shadow: 0 0 0 7px rgba(21, 95, 50, .1); }
.hero-wave { position: absolute; left: -5%; right: -5%; bottom: -54px; height: 104px; border-radius: 50% 50% 0 0; background: var(--warm-white); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-glow-one { top: 80px; right: 4%; width: 180px; height: 180px; border: 1px solid rgba(242, 103, 34, .08); }
.hero-glow-two { right: 29%; bottom: 90px; width: 70px; height: 70px; background: rgba(247, 174, 45, .08); }

.trust-strip {
    position: relative;
    z-index: 5;
    padding: 24px 0 34px;
    border-bottom: 1px solid rgba(226, 205, 178, .72);
    background:
        radial-gradient(circle at 50% -90%, rgba(247, 174, 45, .16), transparent 42%),
        linear-gradient(180deg, #fffdf8 0%, #fbf7ee 100%);
}
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.trust-card {
    position: relative;
    min-width: 0;
    min-height: 108px;
    display: flex;
    align-items: center;
    gap: 14px;
    overflow: hidden;
    padding: 18px;
    border: 1px solid rgba(222, 203, 177, .78);
    border-radius: 18px;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 10px 26px rgba(64, 33, 15, .06), inset 0 1px 0 rgba(255, 255, 255, .88);
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}
.trust-card::after {
    content: "";
    position: absolute;
    right: -28px;
    bottom: -34px;
    width: 88px;
    height: 88px;
    border: 1px solid rgba(21, 95, 50, .08);
    border-radius: 50%;
}
.trust-card:hover {
    border-color: rgba(242, 103, 34, .34);
    box-shadow: 0 16px 32px rgba(64, 33, 15, .1), inset 0 1px 0 #fff;
    transform: translateY(-4px);
}
.trust-icon {
    position: relative;
    z-index: 1;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .56);
    border-radius: 16px;
    background: linear-gradient(145deg, #207344, var(--forest-deep));
    box-shadow: 0 10px 20px rgba(9, 70, 37, .18), inset 0 1px 0 rgba(255, 255, 255, .3);
    font-size: 18px;
    font-weight: 900;
}
.trust-icon i { display: block; line-height: 1; transform: translateY(0); }
.trust-grid p { position: relative; z-index: 1; display: flex; min-width: 0; flex-direction: column; margin: 0; line-height: 1.35; }
.trust-grid strong { color: var(--brown); font-size: 15px; font-weight: 900; letter-spacing: -.01em; }
.trust-grid small { margin-top: 5px; color: var(--muted); font-size: 13px; line-height: 1.45; }

.about { position: relative; }
.about::after { content: ""; position: absolute; right: -100px; top: 65px; width: 240px; height: 240px; border: 1px solid rgba(21, 95, 50, .08); border-radius: 48% 52% 66% 34%; transform: rotate(24deg); }
.about-grid { display: grid; grid-template-columns: .93fr 1.07fr; gap: 90px; align-items: start; }
.about-copy { padding-top: 12px; }
.about-copy > p { color: #57483f; font-size: 14px; line-height: 1.9; }
.about-copy .lead-quote { margin-top: 0; padding-left: 22px; border-left: 3px solid var(--saffron); color: var(--forest-deep); font-family: Candara, Calibri, Arial, sans-serif; font-size: 1.28rem; font-weight: 700; line-height: 1.65; }
.arrow-link { display: inline-flex; gap: 16px; margin-top: 14px; padding-bottom: 5px; color: var(--saffron-dark); border-bottom: 1px solid #efb38f; font-weight: 800; text-decoration: none; }

.services { background: #fff7e9; }
.section-heading.centered { max-width: 730px; margin: 0 auto 55px; text-align: center; }
.section-heading.centered > p:last-child { color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.service-card { position: relative; min-height: 540px; display: flex; flex-direction: column; padding: 28px 30px 25px; border: 1px solid #eadbc5; border-radius: var(--radius); background: rgba(255, 253, 248, .9); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-6px); border-color: #efb98e; box-shadow: var(--shadow); }
.service-card::after { content: ""; position: absolute; right: -42px; bottom: -48px; width: 145px; height: 145px; border: 1px solid rgba(242, 103, 34, .12); border-radius: 50%; }
.service-card.featured { color: #f2f5e9; border-color: var(--forest-deep); background: linear-gradient(145deg, #155f32, #093c22); box-shadow: 0 26px 55px rgba(9, 61, 35, .22); }
.service-card.featured:hover { border-color: var(--forest); }
.service-visual { position: relative; min-height: 118px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 14px; margin-bottom: 25px; padding: 18px 20px; border: 1px solid rgba(255, 255, 255, .34); border-radius: 18px; color: var(--forest-deep); background: linear-gradient(135deg, #fff2e2, #f9dfc4); overflow: hidden; }
.service-visual::after { content: ""; position: absolute; right: -25px; bottom: -38px; width: 120px; height: 120px; border: 1px solid rgba(21, 95, 50, .13); border-radius: 50%; }
.service-visual span { align-self: start; color: var(--saffron-dark); font-size: 13px; font-weight: 900; letter-spacing: .12em; }
.service-visual i { position: relative; z-index: 1; grid-column: 2; grid-row: 1 / span 2; color: var(--forest); font-size: 42px; }
.service-visual small { align-self: end; color: #80624d; font-size: 13px; font-weight: 700; }
.service-visual-animal { color: #fff; background: linear-gradient(135deg, #23804a, #0c4c2a); }
.service-visual-animal span, .service-visual-animal small { color: #d7ebda; }
.service-visual-animal i { color: var(--gold); }
.service-visual-birds { background: linear-gradient(135deg, #fff7da, #f4e1a7); }
.service-card h3 { margin: 0 0 14px; color: var(--brown); font-family: Candara, Calibri, Arial, sans-serif; font-size: 1.68rem; }
.service-card.featured h3 { color: var(--white); }
.service-card p { color: var(--muted); line-height: 1.8; }
.service-card.featured p { color: #cdded3; }
.service-card ul { display: grid; flex: 1; gap: 11px; margin: 25px 0 0; padding: 22px 0 0; border-top: 1px solid #eadfce; list-style: none; }
.featured ul { border-color: rgba(255, 255, 255, .16); }
.service-card li { position: relative; padding-left: 22px; color: #51463e; font-size: 13px; font-weight: 700; }
.featured li { color: #eef5ef; }
.service-card li::before { content: "\f00c"; position: absolute; left: 0; color: var(--saffron); font-family: "Font Awesome 6 Free"; font-weight: 900; }
.featured li::before { color: var(--gold); }
.service-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 22px; }
.service-support-link { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 0 14px; border-radius: 10px; color: #fff; background: var(--saffron); font-size: 13px; font-weight: 900; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.service-support-link:hover { background: var(--saffron-dark); transform: translateY(-2px); }
.featured .service-support-link { color: var(--forest-deep); background: var(--gold); }
.service-share { display: inline-flex; align-items: center; gap: 6px; }
.service-share > span { margin-right: 2px; color: var(--muted); font-size: 13px; font-weight: 800; }
.service-share a { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(21, 95, 50, .2); border-radius: 50%; color: var(--forest); background: #fff; font-size: 13px; text-decoration: none; transition: color .2s ease, background .2s ease, transform .2s ease; }
.service-share a:hover { color: #fff; background: var(--forest); transform: translateY(-2px); }
.service-share a[aria-label*="Facebook"]:hover { border-color: #1877f2; background: #1877f2; }
.service-share a[aria-label*="WhatsApp"]:hover { border-color: #1aaf5d; background: #1aaf5d; }

.process { position: relative; color: var(--white); background: var(--forest-deep); overflow: hidden; }
.process::before { content: ""; position: absolute; left: -200px; top: -300px; width: 650px; height: 650px; border: 1px solid rgba(255, 255, 255, .06); border-radius: 50%; box-shadow: 0 0 0 100px rgba(255, 255, 255, .018), 0 0 0 200px rgba(255, 255, 255, .012); }
.process::after { content: "CARE"; position: absolute; right: -10px; bottom: -100px; color: rgba(255, 255, 255, .025); font-family: Georgia, serif; font-size: 15rem; font-weight: 900; }
.process-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.process-intro h2 { color: var(--white); }
.process-intro > p:not(.eyebrow) { max-width: 430px; margin: 25px 0 32px; color: #c7d9cd; }
.process-steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin: 0; padding: 0; list-style: none; }
.process-steps li { min-height: 205px; padding: 26px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 19px; background: rgba(255, 255, 255, .055); backdrop-filter: blur(8px); transition: background .2s ease, transform .2s ease; }
.process-steps li:hover { transform: translateY(-4px); background: rgba(255, 255, 255, .09); }
.process-steps li > span { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 22px; color: #5b260a; background: var(--gold); border-radius: 50%; font-family: Georgia, serif; font-weight: 900; }
.process-steps h3 { margin: 0 0 8px; color: var(--white); font-family: Candara, Calibri, Arial, sans-serif; font-size: 1.15rem; }
.process-steps p { margin: 0; color: #bed2c4; font-size: 13px; line-height: 1.7; }

.join { background: var(--warm-white); }
.join-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 75px; align-items: start; }
.join-copy { position: sticky; top: 30px; }
.join-copy > p:not(.eyebrow) { margin: 26px 0; color: var(--muted); line-height: 1.85; }
.privacy-note { display: flex; gap: 14px; margin: 30px 0 22px; padding: 18px; border: 1px solid #d9e7dd; border-radius: 16px; background: #f2f8f3; }
.privacy-icon { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; color: var(--white); background: var(--forest); border-radius: 50%; }
.privacy-note p { display: flex; flex-direction: column; margin: 0; line-height: 1.45; }
.privacy-note strong { color: var(--forest-deep); font-size: 13px; }
.privacy-note small { margin-top: 4px; color: #617066; }
.emergency-note { padding: 19px 20px; border-left: 3px solid var(--saffron); background: #fff5e9; }
.emergency-note strong { color: var(--saffron-dark); }
.emergency-note p { margin: 5px 0 0; color: #6b5d50; font-size: 13px; line-height: 1.65; }

.form-card { padding: 0 38px 38px; border: 1px solid var(--line); border-radius: 28px; background: var(--white); box-shadow: var(--shadow); overflow: hidden; }
.form-card-head { display: flex; align-items: center; justify-content: space-between; margin: 0 -38px 31px; padding: 19px 38px; border-bottom: 1px solid var(--line); background: #fffaf2; }
.form-card-head p { margin: 0; color: var(--brown); font-family: Candara, Calibri, Arial, sans-serif; font-size: 1.18rem; font-weight: 800; }
.form-card-head span { color: var(--forest); font-size: 13px; font-weight: 800; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 19px; }
.field label { display: block; margin-bottom: 8px; color: #44372f; font-size: 13px; font-weight: 800; }
.field label span { color: var(--saffron-dark); }
.field label small { color: #8a7f76; font-weight: 500; }
.field input,
.field select,
.field textarea {
    width: 100%;
    border: 1px solid #dcd1c4;
    border-radius: 11px;
    color: var(--ink);
    background: #fffefa;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.field input, .field select { height: 50px; padding: 0 14px; }
.field textarea { padding: 13px 14px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--saffron); box-shadow: 0 0 0 4px rgba(242, 103, 34, .1); }
.field-help { display: block; margin-top: 6px; color: #8a7f76; font-size: 13px; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin: 2px 0 21px; color: #62574e; font-size: 13px; line-height: 1.55; cursor: pointer; }
.consent input { width: 17px; height: 17px; flex: 0 0 17px; margin-top: 2px; accent-color: var(--forest); }
.form-submit { width: 100%; border: 0; }
.form-footnote { margin: 10px 0 0; color: #8b8178; font-size: 13px; text-align: center; }
.alert { margin-bottom: 22px; padding: 13px 15px; border-radius: 10px; font-size: 13px; }
.alert ul { margin: 7px 0 0; padding-left: 20px; }
.alert-success { color: #0a532a; border: 1px solid #b9dec7; background: #eaf7ee; }
.alert-error { color: #8d281a; border: 1px solid #efc2ba; background: #fff0ed; }
#hpc { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.closing-quote { padding: 72px 0; color: var(--white); background: linear-gradient(115deg, #e95c19, #f38125); text-align: center; }
.closing-quote > .container > .fa-star { display: block; color: #ffe1b6; font-size: 2.2rem; line-height: 1; }
.closing-quote blockquote { margin: 12px 0 3px; font-family: Candara, Calibri, Arial, sans-serif; font-size: clamp(2rem, 5vw, 3.8rem); font-weight: 700; }
.closing-quote p { margin: 0; color: #fff3df; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.service-card:nth-child(2), .process-steps li:nth-child(2) { transition-delay: .08s; }
.service-card:nth-child(3), .process-steps li:nth-child(3) { transition-delay: .16s; }
.process-steps li:nth-child(4) { transition-delay: .24s; }

@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 1020px) {
    .hero-grid { grid-template-columns: 1fr 1fr; }
    .hero-principles { gap: 16px; }
    .hero-principles > div { padding-right: 16px; }
    .floating-card-top { left: 0; }
    .floating-card-bottom { right: 0; }
    .trust-grid { grid-template-columns: repeat(2, 1fr); }
    .about-grid, .join-grid { gap: 50px; }
    .process-grid { gap: 50px; }
    .service-card { padding-inline: 25px; }
}

@media (max-width: 820px) {
    .section { padding: 82px 0; }
    .hero { padding-top: 54px; }
    .hero-grid { grid-template-columns: 1fr; text-align: center; }
    .hero-copy { display: flex; flex-direction: column; align-items: center; }
    .hero-lead { max-width: 680px; }
    .hero-visual { min-height: 510px; }
    .hero-principles { justify-content: center; }
    .about-grid, .join-grid, .process-grid { grid-template-columns: 1fr; }
    .about-grid { gap: 40px; }
    .service-grid { grid-template-columns: 1fr; }
    .service-card { min-height: auto; }
    .process-grid { gap: 55px; }
    .join-copy { position: static; }
}

@media (max-width: 580px) {
    .container { width: min(100% - 28px, 1180px); }
    .section { padding: 70px 0; }
    .hero { min-height: auto; padding: 50px 0 80px; }
    .hero h1 { font-size: clamp(2.8rem, 14vw, 4rem); }
    .hero-lead { font-size: .98rem; }
    .hero-actions { flex-direction: column; gap: 20px; }
    .hero-principles { width: 100%; gap: 8px; }
    .hero-principles > div { flex: 1; padding: 0 8px; }
    .hero-principles strong { font-size: .88rem; }
    .hero-principles span { font-size: 13px; }
    .hero-visual { min-height: 410px; }
    .floating-card { padding: 9px 11px; }
    .floating-card-top { top: 30px; }
    .floating-card-bottom { bottom: 25px; }
    .floating-card small { display: none; }
    .trust-strip { padding: 18px 0 26px; }
    .trust-grid { grid-template-columns: 1fr; gap: 10px; }
    .trust-card { min-height: 94px; padding: 15px; }
    .section-heading h2, .join-copy h2, .process-intro h2 { font-size: 2.45rem; }
    .about-copy .lead-quote { font-size: 1.08rem; }
    .process-steps { grid-template-columns: 1fr; }
    .process-steps li { min-height: auto; }
    .form-card { padding: 0 20px 25px; }
    .form-card-head { margin: 0 -20px 25px; padding: 17px 20px; }
    .field-row { grid-template-columns: 1fr; gap: 0; }
    .footer-bottom { flex-direction: column; gap: 7px; }
}

.home-blog-section { background:#f5efe3; }.home-blog-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:24px; margin-bottom:30px; }.home-blog-heading h2 { max-width:620px; margin:13px 0 0; color:var(--brown); font-family:Candara,Calibri,Arial,sans-serif; font-size:clamp(2rem,3.4vw,3.5rem); line-height:1.05; letter-spacing:-.05em; }.home-blog-heading .text-link { margin:0 0 5px; }.home-blog-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }.home-blog-card { overflow:hidden; border:1px solid #eadbc5; border-radius:23px; background:#fffdf8; box-shadow:0 15px 34px rgba(59,29,12,.07); transition:transform .22s ease,box-shadow .22s ease; }.home-blog-card:hover { transform:translateY(-5px); box-shadow:0 23px 45px rgba(59,29,12,.14); }.home-blog-card > img { display:block; width:100%; height:205px; object-fit:cover; }.home-blog-card > div { padding:21px; }.home-blog-meta { margin:0 0 12px; color:var(--saffron-dark); font-size:12px; font-weight:800; }.home-blog-card h3 { margin:0 0 9px; color:var(--brown); font-size:21px; line-height:1.2; }.home-blog-card > div > p:not(.home-blog-meta) { min-height:47px; margin:0 0 16px; color:var(--muted); font-size:14px; line-height:1.65; }.home-blog-read { display:inline-flex; align-items:center; gap:8px; color:var(--forest); font-size:13px; font-weight:900; text-decoration:none; }.home-blog-read:hover { color:var(--saffron-dark); }
@media (max-width:900px) { .home-blog-grid { grid-template-columns:1fr; }.home-blog-card { display:grid; grid-template-columns:220px 1fr; }.home-blog-card > img { height:100%; min-height:190px; } }
@media (max-width:700px) { .home-blog-heading { align-items:flex-start; flex-direction:column; }.home-blog-heading .text-link { margin:0; }.home-blog-card { display:block; }.home-blog-card > img { width:100%; height:210px; } }

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}

@media (max-width: 480px) {
    .section { padding: 56px 0; }
    .eyebrow { font-size: 11px; letter-spacing: .13em; }
    .about-grid, .process-grid, .join-grid { gap: 30px; }
    .section-heading h2, .join-copy h2, .process-intro h2 { font-size: clamp(2rem, 11vw, 2.65rem); line-height: 1.08; }
    .about-copy .lead-quote { margin-bottom: 18px; font-size: 1rem; line-height: 1.55; }
    .about-copy p:not(.lead-quote) { font-size: 14px; line-height: 1.7; }
    .service-card { padding: 19px 18px 18px; border-radius: 19px; }
    .service-visual { min-height: 96px; margin-bottom: 20px; padding: 14px 15px; border-radius: 15px; }
    .service-visual i { font-size: 34px; }
    .service-visual span, .service-visual small { font-size: 11px; }
    .service-card h3 { margin-bottom: 9px; font-size: 1.45rem; }
    .service-card p { margin: 0; font-size: 14px; line-height: 1.65; }
    .service-card ul { gap: 8px; margin-top: 18px; padding-top: 17px; }
    .service-card li { font-size: 12px; }
    .service-card-footer { align-items: stretch; flex-direction: column; gap: 12px; margin-top: 18px; }
    .service-support-link { justify-content: center; width: 100%; min-height: 43px; }
    .service-share { justify-content: flex-start; }
    .process { padding-bottom: 60px; }
    .process-intro > p:not(.eyebrow) { margin: 18px 0 24px; font-size: 14px; line-height: 1.7; }
    .process-steps { gap: 10px; }
    .process-steps li { padding: 15px; border-radius: 15px; }
    .process-steps li h3 { font-size: 16px; }
    .process-steps li p { font-size: 13px; line-height: 1.5; }
    .form-card { border-radius: 19px; }
    .form-card-head p { font-size: 16px; }
    .form-submit { width: 100%; min-height: 50px; }
    .home-blog-section { padding-top: 58px; }
    .home-blog-heading h2 { font-size: 2rem; }
    .home-blog-card > img { height: 180px; }
    .home-blog-card > div { padding: 17px; }
    .home-blog-card h3 { font-size: 18px; }
    .home-blog-card > div > p:not(.home-blog-meta) { min-height: auto; font-size: 13px; }
    .closing-quote blockquote { font-size: 1.35rem; }
}
