.project-page { padding-top: 68px; padding-bottom: 82px; }
.project-page-hero { max-width: 850px; padding: clamp(32px, 6vw, 76px); border: 1px solid #ead8d0; border-radius: 24px; background: linear-gradient(135deg, #fff4ef, #f8e8df); box-shadow: 0 14px 34px rgba(70, 51, 45, .06); }
.project-page-hero h1 { margin: 8px 0 18px; font-size: clamp(2.75rem, 6vw, 5rem); line-height: .97; }
.project-page-hero > p:last-child { max-width: 610px; margin: 0; color: #765e58; font-size: clamp(1.05rem, 2vw, 1.28rem); line-height: 1.55; }
.project-page-content { max-width: 920px; margin: 46px auto 0; color: #4a3b37; font-size: 1.08rem; line-height: 1.75; }
.project-page-content > p { max-width: 760px; }
.project-page-content .lead { color: #3e302d; font-family: Georgia, serif; font-size: clamp(1.3rem, 2.6vw, 1.75rem); line-height: 1.55; }
.project-page-content h2 { margin: 0 0 14px; color: #40302d; font-size: clamp(1.7rem, 3vw, 2.35rem); line-height: 1.1; }
.project-page-content h3 { margin: 0 0 9px; color: #493531; font-size: 1.22rem; line-height: 1.25; }
.project-team, .project-editorial { margin-top: 48px; padding: 30px 34px; border-left: 4px solid #d77b66; background: #fff8f5; }
.project-values { margin-top: 56px; }
.project-values-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 24px; }
.project-values-grid article { padding: 25px; border: 1px solid #ead8d0; border-radius: 16px; background: #fff; box-shadow: 0 8px 20px rgba(70, 51, 45, .05); }
.project-values-grid p { margin: 0; font-size: .98rem; line-height: 1.62; }
.contact-panel { margin: 42px 0; padding: clamp(28px, 5vw, 52px); border-radius: 20px; background: #51413d; color: #fff7f2; box-shadow: 0 18px 38px rgba(70, 51, 45, .17); }
.contact-panel h2 { color: #fff; }
.contact-panel .eyebrow { color: #f6af9e; }
.contact-panel .map-link { background: #f3ae9d; color: #493532; }
.site-footer--expanded { margin-top: 0; padding: 0; color: #f9f2ee; background: #403431; }
.footer-funding { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, .9fr); gap: 38px; align-items: center; max-width: 1160px; margin: 0 auto; padding: 48px 32px; }
.footer-funding-copy p:last-child { max-width: 670px; margin: 0; color: #eaded8; line-height: 1.6; }
.footer-funding .eyebrow { color: #f1a995; }
.footer-funding-banner { display: block; width: 100%; max-width: 520px; margin-left: auto; padding: 14px 18px; border-radius: 10px; background: #fff; }
.footer-main { display: grid; grid-template-columns: 1.5fr .8fr .8fr; gap: 36px; max-width: 1160px; margin: 0 auto; padding: 42px 32px; border-top: 1px solid rgba(255,255,255,.13); }
.footer-brand-title { display: inline-grid; margin-bottom: 15px; color: #fff; font-family: Georgia, serif; font-size: 1.48rem; font-weight: 700; line-height: .88; text-decoration: none; }
.footer-brand-title span { padding-left: 16px; font-size: 1rem; }
.footer-brand p { max-width: 340px; margin: 0; color: #d8c9c2; font-size: .95rem; line-height: 1.55; }
.footer-links { display: grid; align-content: start; gap: 10px; }
.footer-links a { color: #f9f2ee; font-size: .95rem; text-decoration: none; }
.footer-links a:hover { color: #f4ab99; }
.footer-social { display: flex; flex-wrap: wrap; align-content: start; gap: 10px; }
.social-icon { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #fff; line-height: 1; text-decoration: none; transition: background .2s ease, color .2s ease, transform .2s ease; }
.social-icon svg { width: 18px; height: 18px; }
.social-icon:hover { background: #f3ae9d; border-color: #f3ae9d; color: #493532; transform: translateY(-2px); }
.footer-copyright { max-width: 1160px; margin: 0 auto; padding: 22px 32px; border-top: 1px solid rgba(255,255,255,.13); color: #cdbdb6; font-size: .84rem; }
@media (max-width: 760px) { .project-page { padding-top: 34px; padding-bottom: 52px; } .project-page-hero { border-radius: 17px; } .project-page-content { margin-top: 32px; } .project-team, .project-editorial { margin-top: 34px; padding: 23px; } .project-values { margin-top: 40px; } .project-values-grid { grid-template-columns: 1fr; } .footer-funding, .footer-main { grid-template-columns: 1fr; gap: 26px; padding: 36px 22px; } .footer-funding-banner { margin: 0; max-width: 100%; } .footer-main { gap: 25px; } .footer-links { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; } .footer-copyright { padding: 18px 22px; } }
