/* SOURCE: editorial spacing choices, not measured performance constants. */
.hero-v2{min-height:0}
.hero-layout{padding-top:48px;padding-bottom:48px}
.hero-summary{grid-column:1/-1;grid-row:2;margin:36px 0 0;font-size:clamp(20px,2.4vw,30px);line-height:1.4;max-width:760px}
.hero-summary span{font-size:.7em}
.hero-main>.hero-links{grid-row:3;max-width:none;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:28px}
.hero-main>.hero-links a{aspect-ratio:auto;display:grid;grid-template-columns:1fr auto;gap:10px;min-width:0;padding:20px}
.hero-main>.hero-links a strong{grid-column:1;font-size:clamp(18px,2.1vw,30px)}
.hero-main>.hero-links a b{grid-column:2;align-self:center}
.project-card{display:flex;flex-direction:column}
.project-card>a:not(.project-data){flex:1}
/* SOURCE: three selected projects; the final card fills the remaining row. */
.project-card:last-child{grid-column:1/-1}
/* GUESS: UNCALIBRATED GUESS — editorial type sizes; verify readability in the browser. */
.project-copy>p:not(.project-index){font-size:1.0625rem;line-height:1.5;max-width:460px}
.project-try{font:9px/1.3 var(--mono);letter-spacing:.08em;text-transform:uppercase;margin:10px 0 0}
.project-card>a:focus-visible{outline-offset:-4px}
.about-copy{font-size:clamp(1.25rem,2.5vw,2rem);line-height:1.45;letter-spacing:-.02em;max-width:960px}
.site-footer{font-size:.875rem;line-height:1.5;color:#bdbdbd}
/* SOURCE: project links must remain readable even if JavaScript fails or is disabled. */
.reveal{opacity:1;transform:none}
@media(max-width:700px){.hero-main>.hero-links{gap:8px}.hero-main>.hero-links a{padding:12px}.hero-summary{margin-top:28px}}
