/* BURION STUDIO — Projects editorial polish V2
   Scope: Projects section only.
   Hero / About / Contact remain untouched.
*/

.projects-section{position:relative;padding-top:8px}
.projects-heading{margin-bottom:32px}
.projects-heading .section-description{max-width:680px;color:rgba(208,205,197,.72);line-height:1.8}
.projects-grid{align-items:stretch;gap:18px}
.project-card{position:relative;isolation:isolate;overflow:hidden;border-color:rgba(255,255,255,.075);background:linear-gradient(145deg,rgba(255,255,255,.028),rgba(255,255,255,.008));box-shadow:0 14px 45px rgba(0,0,0,.12);transition:transform .28s var(--ease),border-color .28s ease,box-shadow .28s ease}
.project-card::before{content:"";position:absolute;top:0;left:24px;right:24px;height:1px;z-index:4;background:linear-gradient(90deg,rgba(215,169,87,.55),rgba(215,169,87,.08),transparent);opacity:.75;pointer-events:none}
.project-card::after{content:"";position:absolute;inset:0;z-index:0;border-radius:inherit;box-shadow:inset 0 1px 0 rgba(255,255,255,.018);pointer-events:none}
.project-card:hover{transform:translateY(-5px);border-color:rgba(215,169,87,.26);box-shadow:0 24px 60px rgba(0,0,0,.24)}
.project-card:focus-within{border-color:rgba(215,169,87,.34);box-shadow:0 20px 55px rgba(0,0,0,.22),0 0 0 1px rgba(215,169,87,.12)}
.project-image{position:relative;min-height:300px;justify-content:flex-start;align-items:flex-end;background-color:#080909}
.project-featured .project-image{min-height:330px}
.project-image::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,.03) 25%,rgba(0,0,0,.18) 52%,rgba(0,0,0,.72) 100%);pointer-events:none}
.project-image::after{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(115deg,rgba(215,169,87,.06),transparent 42%,rgba(0,0,0,.18));pointer-events:none}
.project-image-content{position:relative;z-index:3;width:100%;align-items:flex-start;padding:30px 32px 27px;text-align:left}
.project-image-content span{margin-bottom:9px;font-size:8px;letter-spacing:.22em}
.project-image-content strong{max-width:100%;font-size:clamp(43px,5.7vw,66px);letter-spacing:-.055em;line-height:.9;text-wrap:balance}
.project-image-content small{margin-top:12px;font-size:6.5px;letter-spacing:.19em;color:rgba(255,255,255,.42)}
.project-featured .project-image-content strong{font-size:clamp(52px,6.2vw,74px)}
.project-image-agriculture .project-image-content strong,.project-image-studio .project-image-content strong{font-size:clamp(34px,4.8vw,55px)}
.project-info{position:relative;z-index:3;min-height:132px;padding:21px 24px 23px;border-top:1px solid rgba(255,255,255,.045)}
.project-info h3{margin:7px 0 6px;font-size:19px;line-height:1.2;letter-spacing:-.025em}
.project-info p{max-width:52ch;color:rgba(150,154,157,.9);line-height:1.65}
.project-status{display:inline-flex;align-items:center;width:max-content;max-width:100%;padding:5px 9px;border:1px solid rgba(215,169,87,.17);border-radius:999px;background:rgba(215,169,87,.025);transition:border-color .2s ease,color .2s ease,background .2s ease}
.project-card:hover .project-status,.project-card:focus-within .project-status{border-color:rgba(215,169,87,.3);background:rgba(215,169,87,.05);color:var(--gold-light)}
.project-card a:focus-visible,.project-card button:focus-visible{outline:2px solid var(--gold-light);outline-offset:4px;border-radius:4px}
@media (min-width:801px){.project-card:not(.project-featured) .project-image{min-height:278px}.project-featured .project-info{min-height:138px}}
@media (max-width:800px){.projects-section{padding-top:2px;padding-bottom:72px!important}.projects-heading{margin-bottom:24px!important}.projects-heading .section-description{max-width:330px;line-height:1.7}.projects-grid{gap:14px}.project-card::before{left:18px;right:18px}.project-image,.project-featured .project-image{min-height:238px!important}.project-image-content,.project-featured .project-image-content{padding:24px 21px 22px}.project-image-content strong,.project-featured .project-image-content strong{font-size:clamp(40px,13vw,54px)!important}.project-image-agriculture .project-image-content strong,.project-image-studio .project-image-content strong{font-size:clamp(31px,10vw,43px)!important}.project-image-content small{margin-top:10px;font-size:6px;letter-spacing:.16em}.project-info{min-height:0;padding:18px 19px 20px!important}.project-info h3{font-size:18px!important}.project-info p{font-size:10.5px!important;line-height:1.62!important}}
@media (max-width:430px){.projects-heading{gap:14px!important}.project-image,.project-featured .project-image{min-height:222px!important}.project-image-content,.project-featured .project-image-content{padding:21px 17px 19px}.project-image-content strong,.project-featured .project-image-content strong{font-size:clamp(37px,12.5vw,49px)!important}.project-image-agriculture .project-image-content strong,.project-image-studio .project-image-content strong{font-size:clamp(29px,9.5vw,40px)!important}.project-info{padding:17px 17px 18px!important}.project-status{padding:4px 7px;font-size:6px;letter-spacing:.12em}}
@media (prefers-reduced-motion:reduce){.project-card,.project-status{transition:none!important}}
