
:root{--p-orange:#f28b4e;--p-dark:#0b0b0b;--p-muted:#666;--p-line:#e7e7e7}*{box-sizing:border-box}.project-page{font-family:Roboto,Arial,sans-serif;color:#111;background:#fff}.project-container{width:min(1180px,calc(100% - 40px));margin:auto}.project-hero{min-height:410px;padding:160px 0 52px;color:#fff;display:flex;align-items:flex-end;background:linear-gradient(90deg,rgba(0,0,0,.83),rgba(0,0,0,.38)),var(--hero) center/cover no-repeat}.project-kicker{margin:0 0 10px;color:var(--p-orange);font-weight:700;letter-spacing:2px;text-transform:uppercase;font-size:13px}.project-hero h1{max-width:900px;margin:0 0 14px;font-size:clamp(38px,5vw,68px);line-height:1.04}.project-hero p{max-width:850px;margin:0;color:#eee;font-size:17px;line-height:1.65}.project-breadcrumb{background:#090909;border-bottom:1px solid rgba(242,139,78,.3);color:#bbb}.project-breadcrumb .project-container{min-height:48px;display:flex;align-items:center;gap:9px;overflow:auto;white-space:nowrap;font-size:14px}.project-breadcrumb a{color:var(--p-orange);font-weight:700;text-decoration:none}.project-section{padding:76px 0}.project-section.dark{background:#0b0b0b;color:#fff}.project-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:30px}.project-heading h2{margin:0;font-size:clamp(30px,4vw,48px)}.project-heading p{max-width:660px;margin:0;color:var(--p-muted);line-height:1.75}.dark .project-heading p{color:#c9c9c9}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.project-card{display:block;overflow:hidden;border:1px solid var(--p-line);border-radius:16px;background:#fff;color:#111;text-decoration:none;box-shadow:0 14px 36px rgba(0,0,0,.08);transition:.22s}.project-card:hover{transform:translateY(-4px);box-shadow:0 20px 44px rgba(0,0,0,.13)}.project-card img{display:block;width:100%;height:245px;object-fit:cover}.project-card-body{padding:20px}.project-card small{color:var(--p-orange);font-weight:700;text-transform:uppercase;letter-spacing:1px}.project-card h2,.project-card h3{margin:8px 0 10px;font-size:22px;line-height:1.2}.project-card p{margin:0;color:#666;line-height:1.65}.project-card span{display:inline-block;margin-top:15px;color:#111;font-weight:700}.project-gallery{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:repeat(2,250px);gap:14px}.project-gallery figure{margin:0;overflow:hidden;border-radius:14px;background:#151515;cursor:zoom-in;position:relative}.project-gallery figure:first-child{grid-row:1/3}.project-gallery img{width:100%;height:100%;object-fit:cover;display:block;transition:.25s}.project-gallery figure:hover img{transform:scale(1.025)}.project-gallery figcaption{position:absolute;left:0;right:0;bottom:0;padding:28px 15px 13px;background:linear-gradient(transparent,rgba(0,0,0,.82));color:#fff;font-size:13px;font-weight:700}.project-detail-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:50px}.project-copy p{color:#4e555c;font-size:17px;line-height:1.82}.project-facts{padding:24px;border:1px solid rgba(242,139,78,.35);border-radius:16px;background:#111;color:#fff}.project-facts h2{margin-top:0}.project-facts div{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.1)}.project-facts dt{color:#aaa;font-weight:700}.project-facts dd{margin:0;text-align:right;font-weight:700}.project-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}.project-tags span{padding:8px 11px;border-radius:999px;background:rgba(242,139,78,.12);color:#ffd4ba;font-size:12px;font-weight:700}.project-cta{padding:42px;border-radius:18px;background:linear-gradient(135deg,#171717,#080808);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:30px}.project-cta h2{margin:0 0 10px;font-size:32px}.project-cta p{margin:0;color:#ccc;line-height:1.65}.project-actions{display:flex;gap:12px;flex-wrap:wrap}.project-actions a{padding:13px 18px;border-radius:8px;text-decoration:none;font-weight:700}.project-actions a:first-child{background:var(--p-orange);color:#111}.project-actions a:last-child{border:1px solid var(--p-orange);color:#fff}.project-lightbox{display:none;position:fixed;inset:0;z-index:10050;background:rgba(0,0,0,.94);align-items:center;justify-content:center;padding:20px}.project-lightbox.open{display:flex}.project-lightbox img{max-width:92vw;max-height:84vh;border-radius:10px}.project-lightbox button{position:absolute;top:20px;right:22px;width:44px;height:44px;border-radius:50%;border:1px solid var(--p-orange);background:#111;color:#fff;font-size:28px;cursor:pointer}@media(max-width:900px){.project-grid{grid-template-columns:repeat(2,1fr)}.project-detail-grid{grid-template-columns:1fr}.project-gallery{grid-template-columns:1fr 1fr;grid-template-rows:300px 220px}.project-gallery figure:first-child{grid-column:1/3;grid-row:auto}.project-heading{display:block}.project-heading p{margin-top:12px}.project-cta{display:block}.project-actions{margin-top:20px}}@media(max-width:620px){.project-container{width:min(100% - 28px,1180px)}.project-hero{min-height:340px;padding:138px 0 34px}.project-hero p{font-size:14px}.project-section{padding:56px 0}.project-grid{grid-template-columns:1fr}.project-card img{height:220px}.project-gallery{grid-template-columns:1fr;grid-template-rows:none}.project-gallery figure:first-child{grid-column:auto}.project-gallery figure{height:240px}.project-cta{padding:28px}}
