/* Projects + Fulham page restructure (2026-09). Scoped classes only: .fh-*, .pj-* */
:root{--pj-ink:#171717;--pj-panel:#242424;--pj-brass:#c79a4f;--pj-brass-soft:#efd9aa;--pj-stone:#f4f2ee}

/* Hero: text + real finished project photo */
.fh-hero{background:var(--pj-ink);color:#fff;padding:56px 0 64px}
.fh-hero .wrap{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:48px;align-items:center}
.fh-hero h1{font-family:"Playfair Display",Georgia,serif;font-weight:400;font-size:clamp(38px,5vw,62px);line-height:1.05;margin:10px 0 18px;color:#fff}
.fh-hero .fh-lead{color:#d6d6d6;font-size:18px;line-height:1.7;max-width:36em;margin:0 0 26px}
.fh-hero .fh-place{color:var(--pj-brass-soft);font-weight:700;font-size:15px;margin:0}
.fh-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:28px}
.fh-actions .btn{display:inline-flex;align-items:center;gap:8px}
.fh-photo{margin:0;position:relative}
.fh-photo img{width:100%;height:640px;object-fit:cover;border-radius:28px;display:block}
.fh-photo figcaption{position:absolute;left:16px;bottom:16px;background:rgba(20,20,20,.86);color:#fff;padding:9px 14px;border-radius:999px;font-size:13px;font-weight:700}
.fh-shop{display:flex;gap:16px;align-items:center;background:var(--pj-panel);border:1px solid rgba(199,154,79,.35);border-radius:20px;padding:12px;max-width:520px}
.fh-shop img{width:86px;height:86px;object-fit:cover;border-radius:14px;flex:0 0 auto}
.fh-shop p{margin:0;color:#d4d4d4;line-height:1.55;font-size:15px}
.fh-shop strong{color:#fff;display:block}
.fh-shop a{color:var(--pj-brass-soft)}

/* Immediate proof */
.fh-proof{background:var(--pj-ink);color:#fff;padding:24px 0 80px}
.fh-proof h2{color:#fff;font-family:"Playfair Display",Georgia,serif;font-weight:400;font-size:clamp(30px,3.6vw,44px);line-height:1.12;margin:0 0 10px}
.fh-proof .fh-sub{color:#cfcfcf;max-width:44em;line-height:1.7;margin:0 0 28px}
.fh-ba{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.fh-ba figure{margin:0;position:relative;border-radius:24px;overflow:hidden;background:#222}
.fh-ba img{width:100%;height:560px;object-fit:cover;display:block}
.fh-tag{position:absolute;top:14px;left:14px;background:rgba(20,20,20,.88);color:#fff;padding:7px 12px;border-radius:999px;font-size:13px;font-weight:700}
.fh-proof-foot{display:flex;flex-wrap:wrap;gap:14px 28px;align-items:center;margin-top:24px}
.fh-proof-foot a{color:var(--pj-brass-soft);font-weight:700}

/* Video slots (hidden until real MP4s are supplied) */
.pj-videos{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.pj-video{background:var(--pj-panel);border-radius:24px;padding:18px}
.pj-video video{width:100%;max-height:640px;aspect-ratio:9/16;object-fit:cover;background:#101010;border-radius:16px;display:block}
.pj-video h3{color:#fff;margin:0 0 12px;font-size:20px}

/* Why us */
.fh-why{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:48px;align-items:center}
.fh-why img{width:100%;height:560px;object-fit:cover;border-radius:28px}
.fh-points{display:grid;gap:18px;margin-top:22px}
.fh-point{border-left:3px solid var(--pj-brass);padding:2px 0 2px 16px}
.fh-point h3{margin:0 0 4px;font-size:19px}
.fh-point p{margin:0;color:#5f5f5f;line-height:1.65}

/* Project gallery grid + teaser cards */
.pj-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:26px}
.pj-card{display:block;color:inherit;text-decoration:none;background:#fff;border-radius:24px;overflow:hidden;border:1px solid #e7e2d8}
.pj-card img{width:100%;height:380px;object-fit:cover;display:block}
.pj-card div{padding:20px 22px 24px}
.pj-card h3{margin:0 0 6px;font-size:22px}
.pj-card p{margin:0;color:#5f5f5f;line-height:1.6}
.pj-card .pj-go{display:inline-block;margin-top:12px;font-weight:700;color:#8a6f14}
.pj-card:hover h3,.pj-card:focus-visible h3{text-decoration:underline}

/* Project page */
.pj-hero{background:var(--pj-ink);color:#fff;padding:56px 0 40px}
.pj-hero h1{font-family:"Playfair Display",Georgia,serif;font-weight:400;font-size:clamp(34px,4.6vw,56px);line-height:1.08;margin:8px 0 14px;color:#fff}
.pj-hero p{color:#d4d4d4;line-height:1.7;max-width:42em}
.pj-crumb{font-size:14px;color:#bdbdbd}
.pj-crumb a{color:var(--pj-brass-soft)}
.pj-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin-top:26px}
.pj-facts div{border-top:1px solid rgba(199,154,79,.45);padding-top:10px}
.pj-facts strong{display:block;color:var(--pj-brass-soft);font-size:13px;margin-bottom:4px}
.pj-body{max-width:760px}
.pj-body h2{font-family:"Playfair Display",Georgia,serif;font-weight:400;font-size:32px;line-height:1.15;margin:40px 0 12px}
.pj-body p{line-height:1.8;color:#3d3d3d}
.pj-body ul{line-height:1.8;color:#3d3d3d;padding-left:20px}
.pj-stage{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin:26px 0}
.pj-stage figure{margin:0}
.pj-stage img{width:100%;height:340px;object-fit:cover;border-radius:18px;display:block}
.pj-stage figcaption{font-size:14px;color:#5f5f5f;margin-top:8px;line-height:1.5}
.pj-note{font-size:14px;color:#6b6b6b}

@media(max-width:900px){
 .fh-hero .wrap,.fh-why{grid-template-columns:1fr;gap:28px}
 .fh-photo img{height:auto;max-height:560px}
 .fh-why img{height:auto;max-height:520px}
 .fh-ba img{height:auto;aspect-ratio:3/4}
 .pj-videos{grid-template-columns:1fr}
}
@media(max-width:560px){
 .fh-hero{padding:36px 0 44px}
 .fh-ba{grid-template-columns:1fr 1fr;gap:10px}
 .fh-tag{top:8px;left:8px;font-size:12px;padding:5px 9px}
 .fh-actions .btn{flex:1 1 100%;justify-content:center}
 .pj-card img{height:300px}
 .pj-stage img{height:auto;aspect-ratio:3/4}
}
.pj-videos[hidden]{display:none}
