/* Critical CSS - Above the fold styles */
*{margin:0;padding:0;box-sizing:border-box}
html,body{overflow-x:hidden;width:100%;max-width:100vw}
section{overflow-x:hidden;max-width:100vw}
section h1{font-size:2.5rem}
.visually-hidden-select{position:absolute;opacity:0;pointer-events:none;height:1px;width:1px}
body{font-family:Poppins,system-ui,-apple-system,sans-serif;line-height:1.6;color:#252629;background:#fff}
.header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.1)}
.navbar{padding:1rem 0}
.navbar .container{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 4rem;box-sizing:border-box}
.logo{display:flex;flex-direction:column;cursor:pointer;text-decoration:none}
.logo-image{height:50px;width:auto;max-width:180px;object-fit:contain}
.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center}
.nav-link{color:#252629;text-decoration:none;font-weight:500;font-size:0.95rem}
.menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:5px}
.menu-toggle span{width:25px;height:3px;background:#252629;border-radius:3px}
.container{max-width:1400px;margin:0 auto;padding:0 4rem;box-sizing:border-box}
.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:80px;padding-bottom:40px;overflow:hidden;background:linear-gradient(135deg,#1a1b1d 0%,#252629 60%,#2d2e32 100%);box-sizing:border-box}
.hero .container{margin:0;max-width:100%;padding:0;width:100%}
.hero-content{position:relative;z-index:2;max-width:1400px;width:100%;padding:0 80px;margin:0 auto;display:grid;grid-template-columns:1fr 400px;gap:6rem;align-items:center;box-sizing:border-box}
.hero-left{text-align:left}
.hero-title{margin-bottom:2rem;max-width:100%}
.hero-main{font-family:'Playfair Display',Georgia,serif;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:800;line-height:1.25;color:#fff;letter-spacing:-.02em;display:block}
.hero-subtitle{font-size:clamp(0.9rem,2vw,1.25rem);font-weight:300;color:#D0CFCB;letter-spacing:.05em;margin-top:.5rem}
.hero-description{font-size:1rem;margin:0 0 2.5rem 0;color:#C4C5C9;line-height:1.7;max-width:600px;font-weight:400}
.btn-primary{display:inline-flex;align-items:center;gap:.75rem;background:#D0CFCB;color:#1a1b1d;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:700;font-size:0.9rem;border:none;cursor:pointer;width:auto}

@media (max-width:968px){
    .hero{min-height:auto;height:auto;padding:100px 0 60px}
    .hero-content{padding:0 24px;grid-template-columns:1fr;gap:2rem;max-width:100%}
    .navbar .container{padding:0 16px}
    .container{padding:0 16px}
    .menu-toggle{display:flex}
    .nav-menu{position:fixed;top:0;right:-100%;width:80%;height:100vh;background:#fff;flex-direction:column;padding:5rem 2rem;box-shadow:0 0 20px rgba(0,0,0,.1);transition:right .3s}
    .nav-menu.active{right:0}
}

@media (max-width:480px){
    .hero{padding:100px 0 40px}
    .hero-content{padding:0 16px}
    .hero-main{font-size:1.5rem}
    .hero-subtitle{font-size:0.9rem}
    .navbar .container{padding:0 16px}
    .container{padding:0 16px}
    .btn-primary{padding:1rem 2rem;font-size:0.9rem}
}
