/* BIGGER Premium 3.0 - Base CSS */
:root{--navy:#20384A;--olive:#69764C;--orange:#D77B39;--light:#F5F2EC;--text:#4C555C;}body{margin:0;font-family:Inter,sans-serif;background:var(--light);color:var(--text)}header{position:fixed;top:0;width:100%}.hero{min-height:100vh;background:url('assets/hero.jpg') center/cover no-repeat;position:relative;display:flex;align-items:center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(245,242,236,.9),rgba(245,242,236,.1))}.hero-content{position:relative;z-index:2;max-width:720px;margin:0 auto;padding:120px 4%}.hero-logo{width:240px}.hero h1{font-family:'Cormorant Garamond',serif;font-size:5rem;color:var(--navy)}