/* Phase 1 – editorial and visual refinement */
.hero-community-photo{position:relative;z-index:2;width:min(92%,530px);margin:0;border-radius:50% 50% 28px 28px;overflow:hidden;border:1px solid #ffffff44;box-shadow:0 35px 90px #090619aa;transform:rotate(2deg);background:#17132d}
.hero-community-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,#120d2bdd)}
.hero-community-photo img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;filter:saturate(.88) contrast(1.04)}
.hero-community-photo figcaption{position:absolute;z-index:2;left:28px;right:28px;bottom:22px;display:flex;justify-content:space-between;align-items:end}
.hero-community-photo figcaption b{font-family:Newsreader,Georgia,serif;font-size:28px}.hero-community-photo figcaption span{font-size:10px;letter-spacing:.11em;text-transform:uppercase;color:#dfd9e8}
.hero-photo-art .art-wheel{position:absolute;z-index:3;width:94px;height:94px;right:3%;top:14%;background:#17132de8;border-width:3px;animation:rotate 36s linear infinite}.hero-photo-art .art-halo{width:520px;height:520px}
.impact-strip{position:relative;z-index:4;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-bottom:1px solid var(--line)}
.impact-strip div{padding:28px clamp(20px,3.4vw,54px);border-right:1px solid var(--line);display:flex;align-items:center;gap:16px}.impact-strip div:last-child{border-right:0}.impact-strip strong{font-family:Newsreader,Georgia,serif;font-size:35px;color:#a94262;line-height:1}.impact-strip span{font-size:10px;line-height:1.4;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}
.projects{background:#f8f4eb}.projects-intro{display:grid;grid-template-columns:1.2fr .8fr;column-gap:10vw;align-items:end;margin-bottom:70px}.projects-intro .eyebrow{grid-column:1/-1}.projects-intro>p:last-child{font-size:17px;color:#5c5666;margin:0 0 8px}
.project-story{background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 18px 60px rgba(31,20,51,.08)}.project-story-wide{display:grid;grid-template-columns:1.08fr .92fr;margin-bottom:22px}.project-story-wide .project-image{min-height:540px}.project-image{position:relative;overflow:hidden;min-height:310px}.project-image:after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffff1c}.project-image img{width:100%;height:100%;position:absolute;object-fit:cover;transition:transform .65s ease}.project-story:hover .project-image img{transform:scale(1.035)}
.project-content{padding:clamp(26px,4vw,56px)}.project-content small{color:#ae4361;font-size:9px;font-weight:800;letter-spacing:.13em}.project-content h3{font-family:Newsreader,Georgia,serif;font-size:clamp(31px,3vw,48px);line-height:1.02;margin:16px 0 20px}.project-content p{color:#5d5766}.project-content ul{padding-left:18px;color:#484251;font-size:13px}.project-content li{margin:8px 0}.project-pair{display:grid;grid-template-columns:1fr 1fr;gap:22px}.project-pair .project-story{display:flex;flex-direction:column}.project-pair .project-content{flex:1}.project-metric{display:block;border-top:1px solid var(--line);padding-top:18px;margin-top:24px;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.project-metric b{font-family:Newsreader;font-size:24px;color:#a94262}
.book-feature{margin:90px 0;display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:9vw;background:linear-gradient(135deg,#17132d,#34204a);color:#fff;border-radius:36px;padding:clamp(28px,5vw,76px);overflow:hidden;position:relative}.book-feature:before{content:"";position:absolute;width:450px;height:450px;border-radius:50%;background:#bf4b6f33;right:-140px;top:-200px}.book-visual{position:relative;z-index:1;width:min(100%,390px);margin:auto;transform:rotate(-3deg)}.book-visual img{display:block;width:100%;max-height:510px;object-fit:cover;object-position:top;border-radius:8px;box-shadow:0 32px 65px #090614aa}.book-badge{position:absolute;right:-28px;bottom:30px;width:100px;height:100px;border-radius:50%;background:var(--gold);color:var(--ink);display:grid;place-content:center;text-align:center;font-family:Newsreader;font-size:28px;line-height:.8;transform:rotate(3deg)}.book-badge small{font:700 8px Manrope;letter-spacing:.1em}.book-copy{position:relative;z-index:1}.book-copy h3{font-family:Newsreader;font-size:clamp(55px,6vw,90px);line-height:.85;margin:18px 0 12px}.book-author{font-size:18px;color:#e6c6d4!important}.book-copy>p{color:#cbc5d2;max-width:680px}.book-meta{display:flex;gap:40px;margin:30px 0}.book-meta span{font-size:12px}.book-meta small{display:block;color:#a9a1b2;font-size:8px;letter-spacing:.12em;margin-bottom:4px}.book-copy .button.dark{background:var(--gold);color:var(--ink)}
.project-pair-small .project-image{min-height:270px}.project-pair-small .project-content h3{font-size:34px}
.association-photo{position:relative;min-height:530px;margin-right:7vw}.association-photo img{width:100%;height:100%;position:absolute;object-fit:cover;border-radius:42% 42% 18px 18px;box-shadow:0 25px 55px #4b372833}.association-photo .wheel{position:absolute;right:-28px;bottom:35px;width:100px;height:100px;background:#e9dfc9;border-width:3px}.association-photo .wheel:before,.association-photo .wheel:after,.association-photo .wheel i:before,.association-photo .wheel i:after{width:3px}
@media(max-width:1100px){.site-header nav{gap:18px}.impact-strip{grid-template-columns:1fr 1fr}.impact-strip div:nth-child(2){border-right:0}.project-story-wide{grid-template-columns:1fr}.project-story-wide .project-image{min-height:430px}.projects-intro{grid-template-columns:1fr}.projects-intro>p:last-child{margin-top:30px}.book-feature{grid-template-columns:1fr 1.2fr;gap:5vw}.association-photo{margin:0 0 55px;min-height:450px}}
@media(max-width:700px){.hero-community-photo{width:95%}.hero-community-photo figcaption{left:18px;right:18px}.hero-community-photo figcaption span{max-width:100px;text-align:right}.hero-photo-art .art-wheel{width:70px;height:70px;right:-2%}.impact-strip{grid-template-columns:1fr 1fr}.impact-strip div{display:block;padding:22px 18px}.impact-strip strong{display:block;margin-bottom:8px}.project-pair,.book-feature{grid-template-columns:1fr}.project-story-wide .project-image,.project-image{min-height:270px}.book-feature{margin:60px 0;border-radius:24px}.book-visual{width:75%}.book-copy h3{font-size:58px}.book-meta{flex-wrap:wrap;gap:20px}.association-photo{min-height:350px}.projects{padding-left:16px;padding-right:16px}}
