/*
Theme Name: Summer Place Coming Soon
Author: OpenAI
Version:1.0
*/
html,body{margin:0;height:100%}
body{font-family:Inter,Arial,sans-serif;background:radial-gradient(circle at bottom,#f4d998,#fbf5ea 40%,#fffdf8);display:flex;align-items:center;justify-content:center;opacity:0;animation:fade 1.2s forwards;overflow:hidden}
body:before,body:after{content:'';position:fixed;inset:0;pointer-events:none;background:
radial-gradient(circle at bottom,rgba(215,170,45,.18),transparent 55%)}
.wrap{text-align:center;padding:2rem}
.logo{width:min(340px,80vw);animation:float 8s ease-in-out infinite;filter:drop-shadow(0 20px 30px rgba(0,0,0,.15))}
h1{font-size:clamp(2.5rem,6vw,4.5rem);color:#123a59}
.line{width:120px;height:3px;background:#d7aa2d;margin:25px auto}
p{font-size:1.2rem;color:#35566f}
@keyframes fade{to{opacity:1}}
@keyframes float{50%{transform:translateY(-12px)}}