.disabled { opacity: .62; cursor: not-allowed; pointer-events: none; }
.hero-placeholder { position: absolute; inset: 0; background: radial-gradient(circle at 72% 24%, rgba(245, 227, 208, .65), transparent 26%), radial-gradient(circle at 18% 83%, rgba(89, 109, 89, .55), transparent 33%), linear-gradient(128deg, #1d2b28 0%, #485d50 45%, #b68e78 100%); }
.hero-placeholder::after { content: "Photography placeholder"; position: absolute; right: clamp(1.25rem, 5vw, 5rem); bottom: 2rem; color: rgba(255, 255, 255, .76); font-size: .65rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.photos { max-width: 1100px; margin: auto; }
.photo-upload-panel { border: 1px solid var(--line); padding: clamp(1.5rem, 4vw, 3rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: #fff; }
.photo-upload-panel p { color: var(--muted); max-width: 570px; margin-bottom: 0; }
.fund-links { display: flex; justify-content: center; gap: .8rem; flex-wrap: wrap; margin-top: 2rem; }
.faq > .button { margin-top: 1rem; }
@media (max-width: 720px) { .photo-upload-panel { display: block; } .photo-upload-panel .button { margin-top: 1.5rem; } }
