.hero-layout{display:grid;grid-template-columns:minmax(0,1.4fr)minmax(0,1fr);gap:var(--space-8);align-items:center}.hero-image-wrapper{justify-self:end;max-width:480px}.hero-image{border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);width:100%;height:auto;object-fit:cover}.hero-cta{display:flex;flex-wrap:wrap;gap:var(--space-3)}.hero-meta{font-size:var(--font-size-sm)}.why-layout{gap:var(--space-8)}.why-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-4)}.services-header{gap:var(--space-8);align-items:center}.services-image-wrapper{max-width:460px;justify-self:end}.services-image{border-radius:var(--radius-xl);box-shadow:var(--shadow-md);width:100%;height:auto;object-fit:cover}.services-model{max-width:720px;margin:0 auto}.process-steps{gap:var(--space-4)}.team-layout{gap:var(--space-8);align-items:center}.team-image-wrapper{max-width:460px}.team-image{border-radius:var(--radius-xl);box-shadow:var(--shadow-md);width:100%;height:auto;object-fit:cover}.projects-grid{gap:var(--space-6)}.project-item{padding:0;overflow:hidden}.project-image{width:100%;height:auto;object-fit:cover}.project-caption{padding:var(--space-5)}.testimonial-card{height:100%}.faq-item{max-width:860px;margin:0 auto}.blog-layout{gap:var(--space-8);align-items:center}.blog-image-wrapper{max-width:440px;justify-self:end}.blog-image{border-radius:var(--radius-xl);box-shadow:var(--shadow-md);width:100%;height:auto;object-fit:cover}.blog-card{height:100%}.contact-layout{gap:var(--space-8);align-items:flex-start}.contact-form{margin-top:var(--space-4)}.contact-aside> .card+ .card{margin-top:var(--space-4)}.contact-links{list-style:none;margin-top:var(--space-2)}.contact-links li+li{margin-top:var(--space-2)}@media(max-width:1024px){.hero-layout,.services-header,.team-layout,.blog-layout,.contact-layout{grid-template-columns:1fr}.hero-image-wrapper,.services-image-wrapper,.team-image-wrapper,.blog-image-wrapper{max-width:100%;justify-self:stretch}.hero-image,.services-image,.team-image,.blog-image{max-height:360px}}@media(max-width:768px){.hero-cta{flex-direction:column;align-items:stretch}.why-grid{grid-template-columns:1fr}.projects-grid{grid-template-columns:1fr}.section{padding-top:var(--space-8);padding-bottom:var(--space-8)}}