:root{--black:#000;--white:#fff;--gray-50:#f8f8f8;--gray-100:#f0f0f0;--gray-200:#e5e5e5;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-700:#374151;--gray-800:#1f1f1f;--gray-900:#111;--feature-bar:#2a2a2a}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--white);background:var(--black);-webkit-font-smoothing:antialiased;font-family:Inter,Segoe UI,Arial,sans-serif;overflow-x:hidden}h1,h2,h3,h4{font-family:Inter,Segoe UI,Arial,sans-serif;font-weight:700}a{color:inherit;text-decoration:none}.site-header{z-index:100;background:var(--black);border-bottom:1px solid #ffffff0f;position:fixed;top:0;left:0;right:0}.site-header__inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;max-width:1400px;margin:0 auto;padding:.85rem 1.5rem;display:grid}.site-header__logo img{width:auto;height:2rem}.site-header__nav{justify-self:center;align-items:center;gap:.25rem;display:flex}.nav-item{letter-spacing:.08em;color:var(--gray-400);white-space:nowrap;padding:.5rem .65rem;font-size:.7rem;font-weight:500;transition:color .2s}.nav-item:hover{color:var(--white)}.nav-item.active{color:var(--white);border-bottom:1px solid var(--white);padding-bottom:calc(.5rem - 1px)}.site-header__cta{justify-self:end}.btn-outline{border:1px solid var(--white);color:var(--white);letter-spacing:.06em;align-items:center;padding:.55rem 1.1rem;font-size:.7rem;font-weight:600;transition:background .2s,color .2s;display:inline-flex}.btn-outline:hover{background:var(--white);color:var(--black)}.hero{background:var(--black);align-items:center;min-height:480px;max-height:58vh;margin-top:3.5rem;display:flex;position:relative;overflow:hidden}.hero__bg{position:absolute;inset:0}.hero__bg img{object-fit:cover;object-position:center right;width:100%;height:100%}.hero__overlay{background:linear-gradient(90deg,#000000eb 0%,#000000b3 50%,#00000026 100%);position:absolute;inset:0}.hero__inner{z-index:2;width:100%;max-width:1400px;margin:0 auto;padding:2.5rem 1.5rem;position:relative}.hero__tag{letter-spacing:.2em;color:var(--gray-400);margin-bottom:1rem;font-size:.65rem;font-weight:500}.hero__title{color:var(--white);max-width:520px;margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.2}.hero__desc{color:var(--gray-400);max-width:480px;margin-bottom:1.75rem;font-size:.875rem;line-height:1.7}.hero__actions{flex-wrap:wrap;gap:.75rem;display:flex}.btn-white{background:var(--white);color:var(--black);letter-spacing:.06em;align-items:center;gap:.4rem;padding:.7rem 1.25rem;font-size:.7rem;font-weight:700;transition:opacity .2s;display:inline-flex}.btn-white:hover{opacity:.9}.btn-ghost{color:var(--white);letter-spacing:.06em;background:0 0;align-items:center;gap:.4rem;padding:.7rem 1.25rem;font-size:.7rem;font-weight:600;transition:color .2s;display:inline-flex}.btn-ghost:hover{color:var(--gray-200)}.feature-bar{background:var(--feature-bar);border-top:1px solid #ffffff0f;border-bottom:1px solid #ffffff0f}.feature-bar__inner{grid-template-columns:repeat(4,1fr);max-width:1400px;margin:0 auto;display:grid}.feature-item{border-right:1px solid #ffffff14;align-items:flex-start;gap:.85rem;padding:1.25rem 1.5rem;display:flex}.feature-item:last-child{border-right:none}.feature-item__icon{width:1.25rem;height:1.25rem;color:var(--white);flex-shrink:0;margin-top:.15rem}.feature-item__title{letter-spacing:.08em;color:var(--white);margin-bottom:.25rem;font-size:.65rem;font-weight:700}.feature-item__desc{color:var(--gray-400);font-size:.7rem;line-height:1.4}.about{background:var(--white);color:var(--black);padding:4rem 0}.about__inner{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;max-width:1400px;margin:0 auto;padding:0 1.5rem;display:grid}.about__label{letter-spacing:.15em;color:var(--gray-500);margin-bottom:.75rem;font-size:.65rem;font-weight:600}.about__title{margin-bottom:1rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.25}.about__text{color:var(--gray-700);max-width:420px;margin-bottom:1.5rem;font-size:.875rem;line-height:1.7}.btn-black{background:var(--black);color:var(--white);letter-spacing:.06em;align-items:center;gap:.4rem;padding:.7rem 1.25rem;font-size:.7rem;font-weight:700;display:inline-flex}.btn-black:hover{opacity:.85}.about__stats{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.stat-block{text-align:left}.stat-block__num{color:var(--black);margin-bottom:.35rem;font-size:1.75rem;font-weight:700;line-height:1}.stat-block__label{color:var(--gray-500);font-size:.7rem;line-height:1.3}.about__image{object-fit:cover;object-position:center;width:100%;height:220px;display:block}.services{background:var(--black);padding:5rem 0}.services__inner{max-width:1400px;margin:0 auto;padding:0 1.5rem}.services__header{text-align:center;margin-bottom:3rem}.services__label{letter-spacing:.15em;color:var(--gray-500);margin-bottom:.75rem;font-size:.65rem;font-weight:600}.services__title{margin-bottom:.75rem;font-size:clamp(1.5rem,3vw,2.25rem)}.services__subtitle{color:var(--gray-400);max-width:560px;margin:0 auto;font-size:.875rem}.services__grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.service-card{border:1px solid #ffffff1a;padding:1.5rem;transition:border-color .2s}.service-card:hover{border-color:#ffffff40}.service-card h3{letter-spacing:.04em;margin-bottom:.5rem;font-size:.85rem;font-weight:700}.service-card p{color:var(--gray-400);font-size:.8rem;line-height:1.5}.projects{background:var(--white);color:var(--black);padding:5rem 0}.projects__inner{max-width:1400px;margin:0 auto;padding:0 1.5rem}.projects__header{text-align:center;margin-bottom:3rem}.projects__header .services__label{color:var(--gray-500)}.projects__header .services__title{color:var(--black)}.projects__header .services__subtitle{color:var(--gray-700)}.projects__grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.project-card{background:var(--gray-50);border:1px solid var(--gray-200);justify-content:center;align-items:center;min-height:140px;padding:2rem 1.5rem;transition:border-color .3s,box-shadow .3s;display:flex;overflow:hidden}.project-card:hover{border-color:var(--gray-400);box-shadow:0 4px 20px #00000014}.project-card__logo{object-fit:contain;filter:grayscale();opacity:.7;width:auto;max-width:160px;height:auto;max-height:80px;transition:filter .4s,opacity .4s,transform .3s}.project-card:hover .project-card__logo{filter:grayscale(0%);opacity:1;transform:scale(1.05)}.story{background:var(--black);border-top:1px solid #ffffff0f;padding:5rem 0}.story__inner{max-width:900px;margin:0 auto;padding:0 1.5rem}.story__header{text-align:center;margin-bottom:3.5rem}.story__timeline{padding-left:2rem;position:relative}.story__timeline:before{content:"";background:#ffffff26;width:1px;position:absolute;top:0;bottom:0;left:0}.story-item{padding-bottom:2.5rem;padding-left:1.5rem;position:relative}.story-item:last-child{padding-bottom:0}.story-item:before{content:"";background:var(--white);width:9px;height:9px;box-shadow:0 0 0 3px var(--black), 0 0 0 4px #ffffff4d;border-radius:50%;position:absolute;top:.35rem;left:-2rem;transform:translate(-4px)}.story-item__year{letter-spacing:.12em;color:var(--gray-500);margin-bottom:.35rem;font-size:.7rem;font-weight:700}.story-item__content h3{color:var(--white);margin-bottom:.4rem;font-size:1rem;font-weight:700}.story-item__content p{color:var(--gray-400);max-width:600px;font-size:.875rem;line-height:1.7}.contact{background:var(--gray-900);border-top:1px solid #ffffff0f;padding:5rem 0}.contact__inner{grid-template-columns:1fr 1fr;gap:3rem;max-width:1400px;margin:0 auto;padding:0 1.5rem;display:grid}.contact__title{margin-bottom:1rem;font-size:clamp(1.5rem,3vw,2rem)}.contact__text{color:var(--gray-400);font-size:.875rem;line-height:1.7}.contact__details{color:var(--gray-400);margin-top:1.5rem;font-size:.875rem;line-height:1.9}.contact__details a{color:var(--white);text-underline-offset:2px;text-decoration:underline}.contact__details a:hover{opacity:.8}.form-card{flex-direction:column;gap:.75rem;display:flex}.form-input{background:var(--black);width:100%;color:var(--white);border:1px solid #ffffff1f;padding:.85rem 1rem;font-family:inherit;font-size:.875rem}.form-input:focus{border-color:#ffffff4d;outline:none}.form-input::placeholder{color:var(--gray-500)}.site-footer{background:var(--black);border-top:1px solid #ffffff0f;padding:2rem 0}.site-footer__inner{justify-content:space-between;align-items:center;gap:1rem;max-width:1400px;margin:0 auto;padding:0 1.5rem;display:flex}.site-footer__inner img{height:1.75rem}.site-footer__info{text-align:right}.site-footer__info p{color:var(--gray-500);margin:.15rem 0;font-size:.75rem}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{background:var(--white);width:22px;height:1.5px;display:block}.mobile-menu{z-index:200;background:var(--black);flex-direction:column;gap:0;padding:5rem 1.5rem 2rem;display:none;position:fixed;inset:0}.mobile-menu.open{display:flex}.mobile-menu a{letter-spacing:.08em;border-bottom:1px solid #ffffff14;padding:1rem 0;font-size:.9rem;font-weight:600}.reveal{opacity:0;transition:opacity .7s}.reveal.active{opacity:1}@media (max-width:1024px){.feature-bar__inner{grid-template-columns:repeat(2,1fr)}.feature-item:nth-child(2){border-right:none}.feature-item{border-bottom:1px solid #ffffff14}.services__grid{grid-template-columns:repeat(2,1fr)}.projects__grid{grid-template-columns:repeat(3,1fr)}.about__stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.site-header__inner{grid-template-columns:1fr auto;padding:.75rem 1rem}.site-header__nav,.site-header__cta{display:none}.hamburger{justify-self:end;display:flex}.hero{min-height:420px;max-height:none}.about__inner,.contact__inner,.feature-bar__inner{grid-template-columns:1fr}.feature-item{border-right:none}.services__grid{grid-template-columns:1fr}.projects__grid,.about__stats{grid-template-columns:repeat(2,1fr)}.site-footer__inner{text-align:center;flex-direction:column}.site-footer__info{text-align:center}}
