:root{--bg: #0b0e14;--text: #ffffff;--accent: #e5382a;--muted: #64748b;--glass: rgba(255, 255, 255, .03);--border: rgba(255, 255, 255, .08);--font: "Plus Jakarta Sans", sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--bg);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;overflow-x:hidden;line-height:1.8}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}.container{max-width:1440px;margin:0 auto;padding-inline:8rem}@media (max-width: 1200px){.container{padding-inline:4rem}}@media (max-width: 768px){.container{padding-inline:2rem}section{padding:8rem 0!important}}section{padding:15rem 0}.section-header{margin-bottom:8rem}@media (max-width: 768px){.section-header{margin-bottom:4rem}.container{padding-inline:1.5rem!important}}h1,h2,h3{letter-spacing:-.04em;font-weight:800}a{text-decoration:none;color:inherit;transition:opacity .3s ease}a:hover{opacity:.7}button{cursor:pointer;border:none;outline:none;font-family:inherit}.responsive-grid{display:grid;gap:4rem}@media (max-width: 992px){.responsive-grid{grid-template-columns:1fr!important;gap:3rem}}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.service-card.large{grid-column:span 2}.service-card.tall{grid-row:span 2}.project-card.col-2{grid-column:span 2}.project-card.row-2{grid-row:span 2}@media (max-width: 1024px){.services-grid{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.services-grid{grid-template-columns:1fr!important}.service-card.large,.service-card.tall,.project-card.col-2,.project-card.row-2{grid-column:span 1!important;grid-row:span 1!important}}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:2rem;min-height:100vh}@media (max-width: 992px){.hero-grid{grid-template-columns:1fr!important;text-align:center;padding-top:150px;padding-bottom:80px;min-height:auto}}.project-item-grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}@media (max-width: 992px){.project-item-grid{grid-template-columns:1fr!important;gap:3rem}}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:8rem;align-items:flex-start}@media (max-width: 992px){.about-grid{grid-template-columns:1fr!important;gap:4rem}}.contact-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;align-items:flex-end}.hero-visual{position:relative;height:600px;width:100%;display:flex;align-items:center;justify-content:center}@media (max-width: 992px){.hero-visual{height:400px;margin-top:4rem}.hero-visual>div{left:40%!important;margin-left:-140px!important;width:280px!important;height:350px!important}}@media (max-width: 768px){.hero-visual{height:400px;margin-top:5rem}.hero-visual>div{margin-left:-35vw!important;width:70vw!important;height:300px!important;left:50%!important}.hero-visual>div:nth-child(1){transform:rotate(-8deg) translateY(20px)!important}.hero-visual>div:nth-child(2){transform:rotate(0) translateY(0)!important;z-index:5!important}.hero-visual>div:nth-child(3){transform:rotate(8deg) translateY(40px)!important}}@media (max-width: 992px){.contact-grid{grid-template-columns:1fr!important;align-items:flex-start}}
