/* One image presentation system for homepage features, atlas cards and records. */
.photo-kind{display:inline-block;font-size:10px;font-weight:650;letter-spacing:.07em;line-height:1.45;text-transform:uppercase;color:var(--cyan)}
.homepage .atlas-card{overflow:hidden}
.homepage .atlas-card-link{padding:0;gap:0}
.atlas-card-copy{padding:25px 25px 0}
.homepage .atlas-card-link::after{margin:0 25px 25px;margin-top:auto}
.atlas-photo{position:relative;height:190px;overflow:hidden;flex-shrink:0;background:#091018;border-bottom:1px solid var(--line)}
.atlas-photo picture,.atlas-photo img{display:block;width:100%;height:100%}
.atlas-photo img{object-fit:cover}
.atlas-photo.fit-contain img{object-fit:contain}
.atlas-photo .photo-kind{position:absolute;left:12px;bottom:10px;max-width:calc(100% - 24px);padding:5px 8px;color:#e3f2f2;background:#091017e8;border:1px solid #52676e;border-radius:4px}
.build-photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.build-photo-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}
.build-photo-card>a{display:flex;flex-direction:column;height:100%;text-decoration:none}
.build-photo-card>a:focus-visible{outline-offset:-4px}
.build-photo{aspect-ratio:4/3;overflow:hidden;background:#0b1016}
.build-photo picture,.build-photo img{display:block;width:100%;height:100%}
.build-photo img{object-fit:contain}
.build-photo-copy{display:flex;flex-direction:column;flex:1;padding:24px}
.build-photo-copy h3{font-size:26px;line-height:1.1;letter-spacing:-.02em;margin:8px 0 14px}
.build-photo-copy p{font-size:15px;color:var(--text-soft)}
.build-photo-copy .status-label{font-size:11px;margin:0;color:var(--gold)}
.build-photo-link{display:flex;justify-content:space-between;gap:12px;padding-top:20px;margin-top:auto;font-size:14px;color:var(--cyan)}
.build-photo-copy>.photo-kind{margin-bottom:10px}
.project-record .project-photo-section{border:0;margin:36px 0 50px;padding:0}
.project-photo{margin:0;overflow:hidden;border-radius:var(--radius);border:1px solid var(--line);background:#09111a}
.project-photo picture{display:block;background:radial-gradient(ellipse at 50% 30%,#202c34,#0b1118 80%)}
.project-photo img{display:block;width:100%;height:440px;object-fit:contain}
.project-photo-hero img{height:600px;max-height:70svh}
.project-photo figcaption{padding:20px 24px;border-top:1px solid var(--line)}
.project-photo figcaption p{margin:8px 0 0;font-size:15px;line-height:1.6;color:var(--text-soft);max-width:820px}
.project-photo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:22px}
.project-photo-grid:has(>.project-photo:only-child){grid-template-columns:1fr}
.project-photo-grid:has(>.project-photo:only-child) img{height:480px}
@media(max-width:1040px){.build-photo-grid{gap:16px}.build-photo-copy{padding:20px}.build-photo-copy h3{font-size:23px}}
@media(max-width:760px){.build-photo-grid{grid-template-columns:1fr}.build-photo{aspect-ratio:4/3}.atlas-card-copy{padding:22px 22px 0}.homepage .atlas-card-link::after{margin:0 22px 22px;margin-top:auto}.atlas-photo{height:200px}.project-photo-grid{grid-template-columns:1fr}.project-photo img,.project-photo-grid:has(>.project-photo:only-child) img{height:auto;max-height:600px;object-fit:contain}.project-photo-hero img{height:auto;max-height:70svh}.project-photo figcaption{padding:18px}.project-photo figcaption p{font-size:14px}}
