/* Project artwork with the XL Funding corporate deck color palette. */
:root{--ink:#11284d;--muted:#46566e;--soft:#eef0f2;--line:#d6dce4;--accent:#c9a547}
.site-header{border-bottom:2px solid var(--accent)}
.hero{display:block;min-height:0;background:#fff}
.hero-copy{width:min(100% - var(--gutter)*2,1440px);margin-inline:auto;padding:2.9rem 0 2rem;display:grid;grid-template-columns:minmax(0,1.65fr) minmax(0,1fr);gap:.7rem 5vw;align-items:start}
.hero-copy>.eyebrow{grid-column:1/-1}
.hero h1{grid-column:1;grid-row:2/4;margin:0;font-size:clamp(3.5rem,4.9vw,5.6rem);line-height:1;letter-spacing:-.045em}
.hero h1 em{font-size:1.08em;line-height:1.04;margin-top:.05em}
.hero h1 em br{display:none}
.hero-description{grid-column:2;grid-row:2;margin:1rem 0 0;max-width:25rem;font-size:1.125rem;line-height:1.6}
.hero .text-link{grid-column:2;grid-row:3;align-self:start;justify-self:start;margin-top:.6rem;border-bottom-color:var(--accent)}
.hero-foot{grid-column:1/-1;flex-direction:row;margin:0;padding-top:1.7rem;font-size:.75rem}
.hero-visual{height:auto;background:var(--ink)}
.hero-visual>img{position:static;width:100%;height:auto;object-fit:contain}
.hero-visual figcaption{position:static;background:var(--ink);color:#fff;padding:1.05rem var(--gutter);font-size:.875rem;align-items:center;flex-wrap:wrap}
.hero-visual .project-name{font-family:Cormorant,Georgia,serif;font-size:1.9rem;opacity:1;line-height:1.1}
.hero-visual figcaption>span:last-child{color:#dce3ee;opacity:1}
.focus-index{color:#86651d}
.foundation{border-top:3px solid var(--accent)}
.section-number{color:#86651d}
.foundation .section-number{color:#dfc784}
.button:hover{background:#25426e}
.project-art{grid-column:1/-1;margin-top:4.5rem}
.art-heading{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;border-top:1px solid var(--line);padding-top:1.5rem;margin-bottom:1.5rem}
.art-heading h3{font-family:Cormorant,Georgia,serif;font-size:2.6rem;letter-spacing:-.02em}
.art-heading p{font-size:.875rem;color:var(--muted)}
.rendering-pair{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1.8rem}
.rendering-image{width:100%;aspect-ratio:3/2;overflow:hidden;background:var(--soft)}
.rendering-image>img{width:100%;height:100%;object-fit:contain}
.rendering-pair figcaption{display:flex;justify-content:space-between;gap:.5rem 1rem;flex-wrap:wrap;padding-top:.85rem;font-size:.8125rem;color:var(--muted)}
.rendering-pair figcaption>span:first-child{color:var(--ink)}
.project-caption-name{font-size:1rem;font-weight:500;line-height:1.5}
.project-caption-name>span{display:block;font-size:.875rem;font-weight:400;color:var(--muted);margin-top:.25rem}
.partnership-feature{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);background:var(--soft);margin-bottom:2.5rem}
.partnership-photo{min-width:0;align-self:center}
.partnership-photo>img{width:100%;height:auto}
.partnership-photo figcaption{padding:.6rem 1rem;font-size:.75rem;color:var(--muted)}
.partnership-photo figcaption a{text-decoration:underline;text-underline-offset:3px}
.partnership-copy{padding:clamp(1.7rem,3vw,3rem);align-self:center;min-width:0}
.partnership-copy>.eyebrow{color:#86651d;font-size:.75rem;line-height:1.6;letter-spacing:.1em}
.partnership-copy h3{font-family:Cormorant,Georgia,serif;font-size:clamp(2.6rem,3.3vw,3.7rem);line-height:1.08;letter-spacing:-.025em;margin-top:1rem}
.partnership-copy .partnership-location{font-size:.875rem;color:var(--muted);margin-top:.75rem;margin-bottom:1.5rem}
.partnership-copy>p:not(.eyebrow){color:var(--muted)}
.partnership-facts{display:flex;flex-wrap:wrap;gap:1.3rem 2rem;margin:1.8rem 0 0;padding-top:1.3rem;border-top:1px solid var(--line)}
.partnership-facts dt{font-size:.75rem;color:var(--muted)}
.partnership-facts dd{font-size:1rem;margin:.25rem 0 0;font-weight:500}
@media(max-width:760px){
 .hero-copy{padding-top:2.3rem;display:flex;flex-direction:column;gap:0;align-items:flex-start}
 .hero h1{font-size:clamp(3.15rem,8vw,4.4rem);margin-top:1.4rem}
 .hero-description{font-size:1rem;margin-top:1.4rem;max-width:30rem}
 .hero .text-link{margin-top:1.1rem;align-self:auto}
 .hero-foot{padding-top:1.8rem;gap:.3rem 1rem}
 .hero-visual{height:auto}
 .hero-visual>img{height:auto;object-fit:contain}
 .hero-visual figcaption{gap:.65rem;font-size:.75rem;padding-block:1rem}
 .hero-visual .project-name{font-size:1.6rem}
 .project-art{margin-top:3rem}
 .art-heading{align-items:center;flex-wrap:wrap}
 .art-heading h3{font-size:2.2rem}
 .rendering-pair{grid-template-columns:1fr;gap:2rem}
 .partnership-feature{grid-template-columns:1fr}
 .partnership-copy{padding:1.7rem}
}
@media(max-width:380px){.hero h1{font-size:3rem}.hero-visual{height:auto}.hero-foot span:last-child{display:block}}
