/*
Theme Name: ArtBySoegaard
Author: Line Søgaard Johansen
Version: 1.0
Description: Minimal gallery theme
*/

body{margin:0;background:#F6F2EB;color:#24211F;font-family:Arial,sans-serif}
.hero{height:100vh;background:url('assets/images/hero.jpg') center/cover;position:relative}
.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent)}
.hero-content{position:absolute;left:8%;bottom:12%;color:#fff;max-width:620px;z-index:2}
.wrap{max-width:1180px;margin:auto;padding:70px 28px}
.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}
.card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.08)}
.card img{width:100%;aspect-ratio:5/6;object-fit:cover}
.meta{padding:16px}
h1,h2{font-family:Georgia,serif;font-weight:400}
