/* Homepage editorial composition. Hero and shared chrome intentionally untouched. */
.campaign-home #what-is-athledex{background:var(--head);padding-block:clamp(3rem,7vw,7rem);min-height:0;}
.campaign-home #what-is-athledex>.wrap{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);column-gap:clamp(2rem,8vw,8rem);row-gap:1.5rem;align-items:center;}
.campaign-home #what-is-athledex .folio{align-self:end;}
.campaign-home #what-is-athledex h2{font-family:var(--f-exp);font-weight:700;font-size:clamp(2rem,4.5vw,4.5rem);line-height:1.12;margin:0;letter-spacing:normal;align-self:start;}
.campaign-home #what-is-athledex .editorial{display:block;align-self:start;margin:0;}
.campaign-home #what-is-athledex .article{border:0;padding:0;max-width:38rem;}
.campaign-home #what-is-athledex .article p{font-size:clamp(1rem,1.35vw,1.25rem);line-height:1.65;}
.campaign-home #what-is-athledex .film-player{padding:clamp(1rem,2vw,2rem);background:var(--ink);justify-self:end;transform:translateY(0);}
.campaign-home #what-is-athledex .film-player video{height:auto;width:min(25vw,23rem);aspect-ratio:9/16;}
.campaign-home #what-is-athledex .film-player figcaption{color:var(--body);margin-top:1rem;font-size:.75rem;}
.campaign-home .arenas{min-height:0;background:var(--head);color:var(--ink);padding:0 clamp(1.5rem,4vw,5rem) clamp(3rem,7vw,7rem);}
.campaign-home .arenas-head{padding:0;max-width:1472px;display:flex;justify-content:space-between;align-items:baseline;margin-bottom:2rem;}
.campaign-home .arenas-head .folio{color:var(--ink);}
.campaign-home .arenas-head h2{color:var(--ink);font-size:clamp(1.5rem,2.5vw,2.5rem);}
.campaign-home .arena-grid{width:100%;max-width:1472px;margin-inline:auto;min-height:0;gap:clamp(.5rem,1.3vw,1.5rem);align-items:start;flex:none;}
.campaign-home .arena{aspect-ratio:3/4;min-height:0;}
.campaign-home .arena:nth-child(even){margin-top:clamp(2rem,5vw,5rem);}
.campaign-home .arena-meta{left:clamp(1rem,1.8vw,2rem);right:1rem;bottom:1.5rem;}
.campaign-home .arena-name{font-size:clamp(1.2rem,2vw,2rem);}
.campaign-home .arena-tag{font-size:clamp(.8rem,1vw,1rem);}
.campaign-home .partners{min-height:0;padding-block:clamp(3rem,7vw,7rem);}
.campaign-home .club-heading{display:flex;justify-content:space-between;align-items:baseline;gap:2rem;margin-bottom:2.5rem;}
.campaign-home .club-heading h2{margin:0;font-size:clamp(2rem,3.5vw,3.5rem);}
.campaign-home .club-spread{grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr);gap:clamp(2rem,6vw,6rem);}
.campaign-home .club-photo{width:100%;}
.campaign-home .club-photo video{max-height:75svh;object-fit:contain;object-position:left center;}
.campaign-home .club-story{padding-block:2rem;}
.campaign-home .club-story p{font-size:clamp(1rem,1.4vw,1.3rem);line-height:1.65;margin-block:1rem 2rem;}
.campaign-home .project-index{background:var(--head);color:var(--ink);padding-block:clamp(3rem,7vw,7rem);}
.campaign-home .project-index .folio{color:var(--ink);}
.campaign-home .project-index h2{color:var(--ink);font-size:clamp(2rem,3.5vw,3.5rem);margin:1rem 0;}
.campaign-home .project-intro{color:var(--ink);max-width:48rem;margin:0 0 3rem;}
.project-spread{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr);gap:clamp(1.5rem,3vw,3rem);}
.project-feature{position:relative;min-height:30rem;background:var(--ink);overflow:hidden;display:flex;align-items:flex-end;}
.project-feature>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.project-feature::after{content:'';position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(14,14,15,.9));pointer-events:none;}
.project-feature-copy{position:relative;z-index:1;padding:clamp(1.5rem,3vw,3rem);width:100%;}
.campaign-home .project-feature-copy .folio,.campaign-home .project-feature-copy p,.campaign-home .project-feature-copy h3{color:var(--head);}
.project-feature-copy h3,.project-draft h3{font-family:var(--f-exp);font-weight:700;font-size:clamp(1.5rem,2.5vw,2.5rem);line-height:1.2;margin:1rem 0;display:flex;justify-content:space-between;gap:1rem;}
.project-feature-copy h3 span,.project-draft h3 span{color:var(--orange);}
.project-drafts{display:grid;grid-template-rows:1fr 1fr;}
.project-draft{display:flex;flex-direction:column;justify-content:center;padding:clamp(1.5rem,3vw,3rem);border-top:1px solid #bcbcb5;transition:background .25s var(--ease);}
.project-draft:last-child{border-bottom:1px solid #bcbcb5;}
.project-draft:hover,.project-draft:focus-visible{background:#eae9e4;}
.project-draft p{color:var(--ink);max-width:34ch;}
.project-note{display:block;margin-top:1.5rem;font-size:.75rem;color:#555650;}
.campaign-home .project-index .club-contact{border-color:#bcbcb5;margin-top:3rem;padding-top:2rem;}
.campaign-home .project-index .club-contact>span{color:var(--ink);font-size:1rem;}
.campaign-home .project-index .club-contact strong{color:var(--ink);}
@media(max-width:700px){
 .campaign-home #what-is-athledex>.wrap{display:flex;gap:1.5rem;}
 .campaign-home #what-is-athledex .folio{align-self:start;}
 .campaign-home #what-is-athledex .film-player{align-self:center;margin:1rem 0 0;width:min(100%,21rem);}
 .campaign-home #what-is-athledex .film-player video{width:100%;}
 .campaign-home .arenas-head,.campaign-home .club-heading{display:block;}
 .campaign-home .arenas-head h2,.campaign-home .club-heading h2{margin-top:1rem;}
 .campaign-home .arena-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;}
 .campaign-home .arena:nth-child(even){margin-top:1.5rem;}
 .campaign-home .arena-meta{left:.75rem;right:.5rem;bottom:1rem;}
 .campaign-home .arena-name{font-size:1.1rem;}
 .campaign-home .arena-tag{font-size:.75rem;}
 .campaign-home .club-spread,.project-spread{grid-template-columns:1fr;}
 .campaign-home .club-story{padding:0;}
 .project-feature{min-height:26rem;}
 .project-draft{padding:1.5rem 0;}
 .project-draft:hover{background:transparent;}
 .project-intro{font-size:1rem;}
}
@media(prefers-reduced-motion:reduce){.project-draft{transition:none;}}
