.experience-section{background-color:var(--bg-color);color:var(--text-color);flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(2.5rem,5vw,6rem);min-height:500px;padding:clamp(2.5rem,5vw,5rem) 2rem;display:flex;position:relative;overflow:hidden}.experience-content{z-index:2;flex-direction:column;flex:1;justify-content:center;align-items:flex-start;min-width:300px;max-width:400px;margin-left:2rem;display:flex}.years-count{color:var(--primary);background:linear-gradient(135deg,var(--primary)0%,var(--accent)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:8rem;font-weight:800;line-height:1}.experience-label{text-transform:uppercase;letter-spacing:2px;font-size:2rem;font-weight:300;line-height:1.2}.project-display{background-color:var(--bg-color);border-radius:12px;flex:1.5;align-items:flex-end;min-width:min(400px,100%);max-width:900px;height:65vh;min-height:400px;max-height:700px;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #0009}.project-display:hover{transform:translateY(-5px);box-shadow:0 20px 50px #000000b3}.project-bg{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity 1s ease-in-out;position:absolute;top:0;left:0}.project-bg.active{opacity:.6}.project-overlay{z-index:1;background:linear-gradient(#0000 0%,#0000001a 40%,#000000e6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.project-info{z-index:2;width:100%;color:var(--text-color);padding:3rem;transition:transform .3s;position:relative;transform:translateY(0)}.project-category{text-transform:uppercase;letter-spacing:2px;color:var(--primary);margin-bottom:.75rem;font-size:1rem;display:block}.project-title{margin:0 0 1rem;font-size:2.5rem;font-weight:700;line-height:1.1}.get-estimate-btn-container{margin-top:1.5rem}.get-estimate-btn{font-family:var(--font);letter-spacing:.06em;text-transform:uppercase;color:var(--bg-color);background:var(--primary);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.9rem 2.4rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .3s,transform .2s;display:inline-flex;box-shadow:0 3px 12px #0000004d}.get-estimate-btn:hover{background:var(--accent);transform:translateY(-1px)}.get-estimate-btn:active{transform:translateY(0)scale(.98)}@media (max-width:1024px){.experience-section{flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;height:auto;min-height:auto;padding:3rem 1.5rem}.experience-content{text-align:center;max-width:100%;min-width:unset;order:2;align-items:center;margin-left:0}.years-count{font-size:5rem}.experience-label{font-size:1.5rem}.project-display{width:100%;min-width:unset;flex:none;order:1;height:60vh;min-height:350px;max-height:500px}.project-info{padding:2rem}.project-title{font-size:1.8rem}.project-category{font-size:.85rem}.get-estimate-btn-container{justify-content:center;width:100%;display:flex}}@media (max-width:480px){.experience-section{gap:2rem;padding:2.5rem 1rem}.years-count{font-size:4rem}.experience-label{font-size:1.25rem}.project-display{height:55vh;min-height:300px;max-height:420px}.project-title{font-size:1.4rem}}
