/* Restrained cover typography; image framing and authored content stay intact. */
body.page-project-detail .project-cover__content{
 display:flex;flex-direction:column;align-items:stretch;gap:0;
 padding-bottom:96px;
}
body.page-project-detail .project-cover__identity{max-width:100%}
/* The title sits on the lower baseline until there is actual data to reveal.
   Animate the occupied space, not an estimated translation of the title. */
.project-cover__data{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .75s cubic-bezier(.22,1,.36,1),opacity .35s ease}
.project-cover__data-inner{min-height:0;overflow:hidden;visibility:hidden;transition:visibility 0s .75s}
.project-cover.has-mouse-data .project-cover__data:has(.project-facts>div){grid-template-rows:1fr;opacity:1}
.project-cover.has-mouse-data .project-cover__data-inner{visibility:visible;transition-delay:0s}
body.page-project-detail .project-cover__data .project-facts{margin-top:24px}
@media(hover:hover) and (min-width:701px){
 body.page-project-detail .project-cover .project-cover__intro{max-height:0;overflow:hidden;margin-top:0;opacity:0;transition:max-height .75s cubic-bezier(.22,1,.36,1),margin .75s cubic-bezier(.22,1,.36,1),opacity .35s}
 body.page-project-detail .project-cover.has-mouse-data .project-cover__intro{max-height:180px;overflow:auto;margin-top:16px;opacity:1}
 body.page-project-detail .project-cover .project-cover__identity{opacity:1;transform:none;pointer-events:auto}
}
@media(hover:none),(max-width:700px){
 .project-cover__data{grid-template-rows:1fr;opacity:1}
 .project-cover__data-inner{visibility:visible}
}
@media(prefers-reduced-motion:reduce){.project-cover__data,.project-cover__data-inner,body.page-project-detail .project-cover .project-cover__intro{transition:none}}
body.page-project-detail .project-cover__identity h1{
 font-family:var(--font-support)!important;font-weight:300!important;
 font-size:clamp(44px,5.8vw,94px);line-height:1.02;letter-spacing:-.045em;
 max-width:22ch;margin:0;text-wrap:balance;overflow-wrap:anywhere;
}
body.page-project-detail .project-cover__identity .story-eyebrow{
 font-size:10px;line-height:1.6;letter-spacing:.17em;margin:0 0 15px;font-weight:400;
}
body.page-project-detail .project-cover__intro{
 font-size:clamp(14px,1.15vw,18px);line-height:1.55;font-weight:400;
 max-width:48ch;margin:16px 0 0;letter-spacing:.015em;
}
body.page-project-detail .project-cover .project-facts{
 display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px 28px;
 border-top:1px solid currentColor;padding-top:18px;margin:0;
 max-height:24dvh;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;
 font-size:12px;line-height:1.45;
}
body.page-project-detail .project-cover .project-facts>div{
 display:block;border:0;padding:0;min-width:0;
}
body.page-project-detail .project-cover .project-facts dt{
 font-size:9px;line-height:1.5;text-transform:uppercase;letter-spacing:.13em;
 margin-bottom:6px;opacity:.65;
}
body.page-project-detail .project-cover .project-facts dd{margin:0;font-weight:400}
@media(max-width:900px){
 body.page-project-detail .project-cover .project-facts{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
}
@media(max-width:700px){
 body.page-project-detail .project-cover__content{gap:22px}
 body.page-project-detail .project-cover__identity h1{font-size:clamp(32px,8vw,52px)!important;line-height:1.04;letter-spacing:-.04em}
 body.page-project-detail .project-cover__intro{font-size:14px;max-width:40ch;margin-top:12px}
 body.page-project-detail .project-cover .project-facts{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));max-height:none;overflow:visible;margin-top:0;gap:18px 20px;padding-top:18px}
}
@media(max-height:550px) and (orientation:landscape){
 body.page-project-detail .project-cover__content{gap:14px;padding-bottom:60px}
 body.page-project-detail .project-cover__identity h1{font-size:38px}
 body.page-project-detail .project-cover .project-facts{max-height:22dvh}
}
