/*
Theme Name: Affix Bridal Dynamic Luxury
Version: 2.0
*/

body{margin:0;font-family:Inter,sans-serif;color:#111}
h1,h2,h3{font-family:'Playfair Display',serif;font-weight:400}

.hero{height:100vh}
.hero-slide{height:100vh;background-size:cover;background-position:center}

.section{padding:60px 20px}
.container{max-width:1200px;margin:auto}

.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.grid img{width:100%;height:auto}

@media(max-width:768px){
.grid{grid-template-columns:1fr}
.hero{height:80vh}
}
