/* Project photography: calm spacing, legible captions, full-frame viewing. */
.project-intro { padding:32px 0 64px; }
.project-intro .breadcrumbs { margin:0 0 32px; }
.project-lead { display:grid; grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr); gap:clamp(32px,5vw,80px); align-items:center; }
.project-copy { max-width:520px; }
.project-copy .eyebrow { margin-bottom:16px; }
.project-copy h1 { max-width:none; font-size:clamp(42px,4.7vw,68px); margin:0 0 24px; }
.project-description { font-size:18px; max-width:42ch; margin-bottom:28px; }
.project-status { display:inline-flex; align-items:center; gap:9px; padding:7px 12px; border:1px solid #bfc9b8; border-radius:4px; color:#34482f; background:#edf0e6; font-size:12px; line-height:1.5; font-weight:700; letter-spacing:.035em; }
.project-status>span { width:6px; height:6px; border-radius:50%; background:#657c46; }
.project-facts { display:flex; flex-wrap:wrap; gap:20px 36px; margin:24px 0 20px; padding:24px 0; border-block:1px solid var(--studio-line); }
.project-facts dt { font-size:12px; color:var(--studio-muted); margin-bottom:6px; }
.project-facts dd { font-size:22px; line-height:1.3; color:var(--studio-forest-deep); margin:0; }
.project-copy .text-link { gap:12px; }
.project-lead-image,.project-frame { margin:0; min-width:0; }
.project-photo { position:relative; display:block; overflow:hidden; border-radius:8px; background:var(--studio-bone); isolation:isolate; cursor:zoom-in; }
.project-photo img { display:block; width:100%; height:auto; aspect-ratio:4/3; object-fit:contain; object-position:center; }
.project-photo-action { position:absolute; right:12px; bottom:12px; display:inline-flex; align-items:center; gap:8px; padding:8px 10px; background:rgba(20,40,31,.93); color:white; border-radius:5px; font-size:12px; line-height:1.4; pointer-events:none; }
.project-photo--hero .project-photo-action { right:16px; bottom:16px; }
.project-lead-image>figcaption { color:var(--studio-muted); font-size:12px; line-height:1.5; margin-top:12px; }
.project-journal { padding:56px 0 64px; border-top:1px solid var(--studio-line); }
.project-section-heading { display:flex; align-items:end; justify-content:space-between; gap:24px; margin:0 0 32px; }
.project-section-heading h2 { font-size:clamp(32px,3.6vw,46px); margin:0; }
.project-section-heading .eyebrow { margin-bottom:12px; }
.project-section-heading>p { max-width:330px; font-size:15px; margin:0; }
.project-photo-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:36px 24px; }
.project-frame figcaption { display:flex; gap:12px; padding-top:16px; }
.project-photo-number { color:var(--studio-cedar-dark); font-size:11px; line-height:24px; font-variant-numeric:tabular-nums; flex:none; }
.project-frame h3 { font-family:'DM Sans',system-ui,sans-serif; font-size:16px; line-height:1.5; font-weight:650; letter-spacing:0; margin:0 0 4px; }
.project-frame p { font-size:14px; line-height:1.55; margin:0; }
.project-progress-note { border-top:1px solid var(--studio-line); padding-top:24px; margin:36px 0 0; font-size:14px; max-width:none; }
.project-viewer { width:min(1200px,calc(100vw - 48px)); max-width:none; max-height:calc(100dvh - 40px); padding:0; margin:auto; border:1px solid #48564d; border-radius:12px; background:#14281f; color:#fff; box-shadow:0 20px 80px #0006; }
.project-viewer[open] { display:flex; flex-direction:column; }
.project-viewer::backdrop { background:rgba(8,16,12,.87); }
.project-viewer-top { display:flex; align-items:center; justify-content:space-between; gap:16px; padding:10px 20px; flex:none; font-size:13px; line-height:1.5; }
.project-viewer button { min-width:44px; min-height:44px; border:1px solid #637369; border-radius:6px; background:transparent; color:#fff; cursor:pointer; line-height:1; }
.project-viewer button:hover { background:#2d4437; }
.project-viewer-close { display:flex; align-items:center; justify-content:center; gap:12px; padding:10px 12px; font-size:13px; }
.project-viewer-close span { font-size:24px; }
.project-viewer-image { position:relative; background:#0c1712; display:grid; place-items:center; min-height:0; flex:1 1 auto; }
.project-viewer-image img { width:100%; height:calc(100dvh - 250px); max-height:800px; min-height:140px; object-fit:contain; }
.project-viewer-bottom { display:flex; align-items:center; justify-content:space-between; gap:24px; padding:20px; flex:none; }
.project-viewer-caption { min-width:0; }
.project-viewer-caption h2 { font-family:'DM Sans',system-ui,sans-serif; color:#fff; font-size:17px; line-height:1.35; font-weight:650; letter-spacing:0; margin:0 0 6px; }
.project-viewer-caption p { color:#ccd6ce; font-size:13px; line-height:1.5; margin:0; max-width:650px; }
.project-viewer-controls { display:flex; align-items:center; gap:12px; flex:none; }
.project-viewer-count { min-width:48px; text-align:center; white-space:nowrap; color:#e2e9e4; font-size:13px; font-variant-numeric:tabular-nums; }
.project-viewer-error { position:absolute; max-width:360px; background:#14281f; color:#fff; padding:20px; margin:20px; border:1px solid #637369; }
@media (hover:hover) { .project-photo:hover .project-photo-action { background:#344c3d; } }
@media (max-width:900px) {
  .project-lead { gap:28px; }
  .project-copy h1 { font-size:42px; }
  .project-description { font-size:16px; }
  .project-facts { gap:16px 24px; }
  .project-facts dd { font-size:20px; }
  .project-photo-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .project-section-heading { display:block; }
  .project-section-heading>p { max-width:45ch; margin-top:16px; }
}
@media (max-width:760px) {
  .project-intro { padding:24px 0 40px; }
  .project-intro .breadcrumbs { font-size:13px; margin-bottom:24px; }
  .project-lead { grid-template-columns:1fr; gap:28px; }
  .project-copy { max-width:560px; }
  .project-copy h1 { font-size:clamp(42px,7vw,56px); margin-bottom:20px; }
  .project-description { margin-bottom:20px; }
  .project-facts { margin:20px 0 12px; padding:20px 0; }
  .project-journal { padding:40px 0; }
  .project-section-heading { margin-bottom:24px; }
  .project-viewer { width:calc(100vw - 20px); max-height:calc(100dvh - 20px); border-radius:8px; }
  .project-viewer-top { padding:8px 12px; }
  .project-viewer-status { display:block; color:#c6d0c8; font-size:11px; }
  .project-viewer-bottom { flex-direction:column; align-items:stretch; gap:16px; padding:16px; }
  .project-viewer-controls { justify-content:space-between; }
  .project-viewer-image img { height:calc(100dvh - 320px); min-height:120px; }
  .project-viewer-caption h2 { font-size:16px; }
}
@media (max-width:560px) {
  .project-photo-grid { grid-template-columns:1fr; gap:28px; }
  .project-frame figcaption { padding-top:12px; }
  .project-frame h3 { font-size:16px; }
  .project-progress-note { margin-top:28px; padding-top:20px; }
}
@media (prefers-reduced-motion:reduce) { .project-photo img { transition:none; } }
