:root{font-family:Georgia,"Times New Roman",serif;color:#fff;background:#21150f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid currentColor;outline-offset:4px}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.hero{min-height:100vh;display:grid;grid-template-rows:auto 1fr auto;padding:24px clamp(18px,5vw,66px);background:linear-gradient(90deg,rgba(20,12,8,.72),rgba(20,12,8,.2)),var(--hotel-photo),linear-gradient(135deg,#3a2418,#6b4a2f);background-size:cover;background-position:center}.hotel-nav{display:flex;justify-content:space-between;align-items:center}.brand{font-size:1.7rem;font-style:italic}.hotel-nav nav{display:flex;gap:24px;font-family:Inter,Arial,sans-serif}.copy{align-self:center;max-width:760px}.copy p{text-transform:uppercase;letter-spacing:.18em}.copy h1{font-size:clamp(3.4rem,8vw,8.4rem);line-height:.9;margin:14px 0;font-weight:400}.copy span{font-size:1.3rem}.booking{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#d8c0a3;color:#21150f;padding:1px}.booking label{display:grid;gap:6px;background:#fffaf2;padding:16px;font-family:Inter,Arial,sans-serif;font-weight:800}.booking input,.booking select{border:0;background:transparent;color:#21150f}.booking button{border:0;background:#21150f;color:#fff;font-weight:900}.hotel-meta{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;padding:22px;background:#21150f;color:#e8d8c2}.hotel-meta span{border:1px solid rgba(232,216,194,.25);padding:10px 14px}@media(max-width:820px){.hotel-nav{align-items:flex-start;gap:18px;flex-direction:column}.hotel-nav nav{flex-wrap:wrap}.booking{grid-template-columns:1fr}.copy h1{font-size:3.4rem}.hero{min-height:auto;gap:90px}}
