:root{--navy:#101f30;--gold:#d8b980;--white:#fff}*{box-sizing:border-box}html{background:var(--navy);color:var(--white);font-family:Arial,Helvetica,sans-serif;font-size:16px}body{margin:0}.backdrop{position:fixed;inset:0;background:linear-gradient(90deg,rgba(9,24,41,.85),rgba(9,24,41,.65),rgba(9,24,41,.8)),url('reception.jpg') center 55%/cover no-repeat;z-index:-1}.page{min-height:100vh;min-height:100svh;display:flex;flex-direction:column;padding:0 clamp(24px,5vw,80px);border-top:3px solid var(--gold)}header{display:flex;align-items:center;justify-content:space-between;padding:27px 0;gap:20px;border-bottom:1px solid #d8b98040}.brand{text-decoration:none;color:white;display:flex;flex-direction:column;gap:7px}.brand-name{font-family:Georgia,'Times New Roman',serif;font-size:15px;letter-spacing:.1em}.brand-name strong{font-size:25px;font-weight:400;margin-left:5px}.city{color:var(--gold);font-size:12px;letter-spacing:.32em}.guest-label{font-size:12px;letter-spacing:.2em;color:#e3d2b4}main{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:48px 0 30px}.welcome{width:min(100%,760px)}.eyebrow{font-size:12px;letter-spacing:.27em;color:var(--gold);margin:0 0 23px}h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(42px,5.3vw,76px);font-weight:400;line-height:1.13;letter-spacing:-.025em;margin:0}h1 span{color:white}.rule{width:52px;height:1px;background:var(--gold);margin:26px auto}.message{font-size:17px;line-height:1.75;color:#f0f0ee;margin:0 0 30px}.visit{display:inline-flex;align-items:center;justify-content:space-between;gap:48px;background:var(--gold);color:var(--navy);border:1px solid var(--gold);padding:17px 26px;min-height:56px;font-size:16px;font-weight:600;text-decoration:none;transition:background .2s,transform .2s}.visit:hover{background:#ead2a7;transform:translateY(-2px)}.visit span{font-size:20px;font-weight:400}.domain{margin:13px 0 0;font-size:13px;color:#d2d8df;letter-spacing:.05em}.contact{margin-top:38px}.contact p{font-family:Georgia,'Times New Roman',serif;font-size:20px;margin:0 0 10px}.contact-links{display:flex;gap:24px;justify-content:center;flex-wrap:wrap}.contact-links a{display:inline-flex;align-items:center;gap:10px;min-height:44px;font-size:14px;color:white;text-decoration:none}.contact-links a:hover{text-decoration:underline;text-underline-offset:5px}.contact-links svg{width:18px;height:18px;color:var(--gold);flex:none}footer{border-top:1px solid #d8b98040;padding:21px 0;display:flex;justify-content:space-between;gap:20px;font-size:13px;color:#d4dce4;line-height:1.6}.footer-city{font-size:11px;letter-spacing:.14em;color:var(--gold)}a:focus-visible{outline:3px solid white;outline-offset:6px}@media(min-width:1600px){main{padding:70px 0}.contact{margin-top:50px}}@media(max-width:600px){header{padding:21px 0}.brand-name{font-size:12px}.brand-name strong{font-size:20px}.city{font-size:11px}.guest-label{display:none}main{padding:38px 0 25px}.eyebrow{font-size:11px;letter-spacing:.2em;margin-bottom:19px}h1{font-size:clamp(36px,9.5vw,51px)}.rule{margin:22px auto}.message{font-size:16px;line-height:1.7;margin-bottom:25px}.visit{width:min(100%,280px);justify-content:center;gap:35px}.contact{margin-top:28px}.contact-links{flex-direction:column;gap:0;align-items:center}.contact p{font-size:18px;margin-bottom:4px}footer{justify-content:center;text-align:center;font-size:12px;padding:17px 0}.footer-city{display:none}.backdrop{background-position:58% center}}@media(prefers-reduced-motion:reduce){.visit{transition:none}.visit:hover{transform:none}}

/* Hotel identity: desktop, tablet and phone. */
.brand{display:inline-flex;flex-direction:row;flex-shrink:0}.hotel-logo{display:block;width:112px;height:112px;object-fit:contain;background:#fff;border:1px solid var(--gold);border-radius:3px}header{padding:16px 0}@media(min-width:601px) and (max-width:1024px){.hotel-logo{width:96px;height:96px}}@media(max-width:600px){.hotel-logo{width:80px;height:80px}header{padding:13px 0}.guest-label{display:block;font-size:11px;letter-spacing:.12em}}
