*{box-sizing:border-box;margin:0;outline:0;padding:0}:root{--hero-overlay:rgba(58,46,42,.45);--hero-text:#fff;--hero-accent:#c8a27a;--font-heading:"Playfair Display",serif;--font-body:"Lora",serif}html{scroll-behavior:smooth}.hero{align-items:center;background-image:url(https://picsum.photos/1920/1080?random=1);background-position:50%;background-repeat:no-repeat;background-size:cover;color:var(--hero-text);display:flex;justify-content:center;min-height:100vh;min-height:100dvh;padding:2rem;position:relative;text-align:center;width:100%}.hero:before{background:var(--hero-overlay);content:"";inset:0;position:absolute;z-index:1}.hero__content{max-width:900px;position:relative;z-index:2}.hero__title{font-family:var(--font-heading);font-size:clamp(2rem,5vw,3.5rem);font-weight:500;line-height:1.2;margin-bottom:1rem}.hero__cta{border:1px solid var(--hero-accent);color:var(--hero-text);display:inline-block;font-family:var(--font-body);font-size:.95rem;letter-spacing:.05em;padding:.75rem 1.75rem;text-decoration:none;transition:all .3s ease}.hero__cta:hover{background-color:var(--hero-accent);color:#fff}.container{margin:0 auto;max-width:1200px;padding:0 1.5rem;width:100%}@media(max-width:768px){.hero{padding:1.5rem}.hero__title{line-height:1.3}}
