@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Great+Vibes&display=swap');
:root{--primary:#0f766e;--dark:#073b36;--cream:#fffaf1;--accent:#d6a85f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:'DM Sans',sans-serif;color:#203330;background:var(--cream)}body.rose{--primary:#9f4458;--dark:#582536;--accent:#c99975}body.navy{--primary:#183b61;--dark:#0c233c;--accent:#c8a76b}.script{font-family:'Great Vibes',cursive}.cover{position:fixed;z-index:9999;inset:0;display:grid;place-items:center;text-align:center;color:#fff;background:linear-gradient(#041e1ab8,#041e1ae8),var(--cover) center/cover;transition:.8s}.cover.hide{opacity:0;visibility:hidden}.cover-card{max-width:620px;padding:2rem}.cover h1{font-size:clamp(4rem,12vw,7rem)}.hero{min-height:100vh;display:grid;place-items:center;text-align:center;color:#fff;background:linear-gradient(#022e2ac7,#022e2ad9),var(--cover) center/cover;background-attachment:fixed}.hero h1{font-size:clamp(4rem,11vw,8rem)}.section{padding:90px 0}.section-title{font-size:3.4rem;color:var(--primary)}.couple-avatar{width:210px;height:210px;border-radius:50%;object-fit:cover;border:7px solid #fff;box-shadow:0 15px 35px #0533}.event-card,.gift-card,.wish-card{border:0;border-radius:22px;box-shadow:0 12px 35px #1232;background:#fff}.date-box{display:inline-grid;place-items:center;width:76px;height:76px;border-radius:18px;background:var(--primary);color:#fff}.story-line{border-left:2px solid var(--accent);padding-left:28px;position:relative}.story-line:before{content:'';position:absolute;width:14px;height:14px;border-radius:50%;background:var(--accent);left:-8px;top:5px}.gallery-img{width:100%;height:300px;object-fit:cover;border-radius:18px;transition:.3s}.gallery-img:hover{transform:translateY(-5px)}.countdown{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.count-item{background:#fff2;color:#fff;border:1px solid #fff5;border-radius:16px;padding:14px;min-width:80px}.count-item strong{display:block;font-size:1.8rem}.floating{position:fixed;right:18px;bottom:20px;z-index:50;border:0;width:48px;height:48px;border-radius:50%;background:var(--primary);color:#fff;box-shadow:0 5px 15px #0004}.nav-bottom{position:fixed;z-index:40;bottom:12px;left:50%;transform:translateX(-50%);background:#ffff;border-radius:99px;padding:7px 10px;box-shadow:0 8px 30px #0003;display:flex;gap:4px}.nav-bottom a{color:var(--dark);padding:8px 12px;border-radius:50%;text-decoration:none}.nav-bottom a:hover{background:#0f766e18}@media(max-width:600px){.section{padding:65px 0}.gallery-img{height:190px}.nav-bottom a{padding:7px}.nav-bottom span{display:none}}
