.projects-hero { padding: 76px 8px 82px; background: var(--navy); color: #fff; }
.projects-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; }
.projects-hero .eyebrow, .project-film .eyebrow { color: var(--orange-light); }
.projects-hero h1 { max-width: 780px; margin: 0 0 25px; font-size: clamp(56px, 7vw, 98px); line-height: .89; letter-spacing: -.065em; }
.projects-hero h1 em { color: var(--orange-light); font-style: normal; }
.projects-hero-copy { max-width: 560px; margin: 0; color: #d4e2eb; font-size: 20px; line-height: 1.45; }
.projects-hero-note { border-left: 1px solid rgba(255,255,255,.35); padding: 5px 0 5px 28px; }
.projects-hero-note strong { display: block; font-size: 28px; line-height: 1.05; letter-spacing: -.035em; }
.projects-hero-note span { display: block; margin-top: 18px; color: var(--orange-light); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.projects-intro { padding: 70px 0 62px; }
.projects-intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: end; gap: 70px; }
.projects-intro h2, .projects-section-heading h2, .project-feature-copy h2, .project-film-copy h2 { margin: 0; font-size: clamp(40px, 4.8vw, 66px); line-height: .94; letter-spacing: -.055em; font-weight: 900; }
.projects-intro-grid > p { max-width: 580px; margin: 0 0 4px; color: var(--muted); font-size: 18px; line-height: 1.48; }
.project-feature { padding: 64px 0; }
.project-feature-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: clamp(42px, 7vw, 100px); }
.project-feature-media { position: relative; min-height: 480px; overflow: hidden; background: #d9e4ec; }
.project-feature-media img { width: 100%; height: 100%; min-height: 480px; object-fit: cover; object-position: center; }
.project-location { position: absolute; left: 18px; bottom: 18px; padding: 9px 13px; background: var(--navy); color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.project-feature-copy { max-width: 480px; }
.project-feature-copy h2 { margin: 0 0 20px; font-size: clamp(38px, 4vw, 56px); }
.project-feature-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; line-height: 1.5; }
.project-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 34px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.project-facts span { padding: 15px 12px 16px 0; border-right: 1px solid var(--line); }
.project-facts span + span { padding-left: 12px; }
.project-facts span:last-child { border-right: 0; }
.project-facts strong, .project-facts small { display: block; }
.project-facts strong { font-size: 14px; }
.project-facts small { margin-top: 5px; color: var(--muted); font-size: 11px; }
.project-film { padding: 76px 0; background: var(--navy-deep); color: white; }
.project-film-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 70px; }
.project-film-copy { max-width: 420px; }
.project-film-copy h2 { margin-bottom: 18px; }
.project-film-copy > p:not(.eyebrow) { color: #c9d9e4; font-size: 17px; line-height: 1.5; }
.project-video-frame { position: relative; background: #041a2d; overflow: hidden; }
.project-video-frame video { display: block; width: 100%; max-height: 600px; aspect-ratio: 16 / 9; object-fit: cover; }
.project-video-frame > span { position: absolute; left: 16px; bottom: 14px; padding: 8px 10px; background: rgba(6,37,60,.88); color: #fff; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.project-gallery-section { padding: 78px 0 88px; }
.projects-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 27px; }
.projects-section-heading > p { max-width: 330px; margin: 0 0 5px; color: var(--muted); line-height: 1.45; }
.project-filters { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 28px; }
.project-filters button { border: 1px solid var(--line); border-radius: 999px; padding: 10px 16px; background: var(--paper); color: var(--muted); font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.project-filters button:hover, .project-filters button.is-active { border-color: var(--orange); background: var(--orange); color: #fff; }
.project-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 190px; gap: 14px; }
.project-photo { position: relative; min-width: 0; margin: 0; overflow: hidden; background: var(--navy); }
.project-photo-wide { grid-column: span 2; }
.project-photo-large { grid-row: span 2; }
.project-photo-tall { grid-row: span 2; }
.project-photo button { position: relative; display: block; width: 100%; height: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.project-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.project-photo:hover img { transform: scale(1.04); }
.photo-label { position: absolute; left: 13px; top: 13px; padding: 7px 9px; background: rgba(7,24,61,.88); color: #fff; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.project-photo figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 30px 15px 13px; background: linear-gradient(transparent, rgba(3,19,35,.92)); color: #fff; pointer-events: none; }
.project-photo figcaption strong, .project-photo figcaption span { display: block; }
.project-photo figcaption strong { font-size: 14px; }
.project-photo figcaption span { margin-top: 4px; color: #c7d8e5; font-size: 11px; }
.project-photo[hidden] { display: none; }
.project-lightbox { position: fixed; inset: 0; z-index: 40; display: grid; place-items: center; padding: 24px; opacity: 0; pointer-events: none; transition: opacity .22s ease; }
.project-lightbox.is-open { opacity: 1; pointer-events: auto; }
.project-lightbox-backdrop { position: absolute; inset: 0; background: rgba(5,19,38,.9); }
.project-lightbox-panel { position: relative; z-index: 1; width: min(100%, 1100px); display: grid; justify-items: center; gap: 12px; }
.project-lightbox-panel img { max-width: 100%; max-height: calc(100vh - 90px); object-fit: contain; box-shadow: 0 25px 65px rgba(0,0,0,.35); }
.project-lightbox-panel p { margin: 0; color: #fff; font-size: 14px; font-weight: 800; text-align: center; }
.project-lightbox-close { position: absolute; z-index: 2; top: -16px; right: -16px; display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: var(--orange); color: white; font-size: 26px; line-height: 1; cursor: pointer; }
@media (max-width: 900px) { .projects-hero-grid, .project-feature-grid, .project-film-grid { grid-template-columns: 1fr; gap: 38px; } .projects-intro-grid { gap: 35px; } .project-feature-copy { max-width: 700px; } .project-feature-media { min-height: 400px; } .project-feature-media img { min-height: 400px; } .project-film-copy { max-width: 600px; } }
@media (max-width: 720px) { .projects-hero { padding-block: 54px 60px; } .projects-hero h1 { font-size: 58px; } .projects-hero-note { padding-left: 18px; } .projects-intro { padding-block: 52px 45px; } .projects-intro-grid { grid-template-columns: 1fr; } .project-feature, .project-film, .project-gallery-section { padding-block: 52px 58px; } .project-feature-media, .project-feature-media img { min-height: 330px; } .projects-section-heading { display: block; } .projects-section-heading > p { margin-top: 17px; } .project-gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 155px; gap: 9px; } .project-photo-wide { grid-column: span 2; } .project-photo-large, .project-photo-tall { grid-row: span 2; } .project-photo figcaption { padding: 24px 10px 9px; } .project-photo figcaption strong { font-size: 11px; } .project-photo figcaption span, .photo-label { font-size: 9px; } .project-lightbox { padding: 14px; } .project-lightbox-close { top: -8px; right: -3px; } }
@media (prefers-reduced-motion: reduce) { .project-photo img { transition: none; } }
