:root{--navy:#061426;--gold:#e6ad18;--ink:#172033;--muted:#687385;--line:#e7e9ee;--warm:#fffdf8}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff}.nav{height:76px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eee;background:#fff;position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--navy);font-weight:800;letter-spacing:.04em}.brand img{width:46px;height:46px;object-fit:contain}.nav nav{display:flex;gap:28px}.nav a{color:var(--ink);text-decoration:none;font-size:14px}.nav-actions{display:flex;align-items:center;gap:18px}.gold-btn,.search-btn{background:var(--gold);color:#15120a!important;border:0;border-radius:12px;padding:13px 20px;font-weight:800;text-decoration:none;cursor:pointer}.small{padding:10px 16px}.hero{min-height:560px;background-image:url('https://images.unsplash.com/photo-1600607688969-a5bfcd646154?auto=format&fit=crop&w=2000&q=90');background-size:cover;background-position:center}.hero-overlay{min-height:560px;padding:90px 6% 50px;background:linear-gradient(90deg,rgba(2,13,27,.78),rgba(2,13,27,.12));display:flex;flex-direction:column;justify-content:center}.hero-copy{color:white;max-width:760px}.eyebrow{color:#ffd34e;font-weight:800;letter-spacing:.14em;font-size:12px}.hero h1{font-size:52px;line-height:1.05;margin:16px 0}.hero p{font-size:18px}.searchbar{background:#fff;border-radius:18px;padding:8px;display:grid;grid-template-columns:1.5fr 1fr 1fr .7fr 100px;gap:0;max-width:1050px;margin-top:35px;box-shadow:0 14px 45px #0003}.searchbar label{padding:10px 18px;border-right:1px solid var(--line);font-size:11px;font-weight:800}.searchbar input{display:block;width:100%;border:0;outline:0;font-size:14px;margin-top:7px;color:var(--ink);background:transparent}.search-btn{margin:5px;border-radius:14px}.container{max-width:1250px;margin:auto;padding:55px 5%}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:24px}.section-head h2{margin:0 0 5px;font-size:28px}.section-head p{margin:0;color:var(--muted)}.section-head a{color:var(--ink);font-weight:700;text-decoration:none}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.card{text-decoration:none;color:var(--ink)}.photo{height:250px;border-radius:16px;background-size:cover;background-position:center;position:relative;overflow:hidden}.photo span{position:absolute;left:12px;top:12px;background:#fff;padding:7px 10px;border-radius:10px;font-size:12px;font-weight:800}.photo i{position:absolute;right:14px;top:12px;color:#fff;font-size:28px;font-style:normal;text-shadow:0 2px 5px #000}.card-body{padding:13px 2px}.card h3{margin:0 0 7px;font-size:17px}.card p{margin:4px 0;color:var(--muted);font-size:13px}.card strong{display:block;margin-top:10px;font-size:15px}.card small{font-weight:400;color:var(--muted)}footer{background:var(--navy);color:#dce5ef;padding:50px 6%;display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}footer p{color:#9fb0c4;line-height:1.6}.form-page{max-width:480px;margin:70px auto;padding:0 20px}.form-page h1{text-align:center}.form-card{border:1px solid var(--line);padding:28px;border-radius:18px;box-shadow:0 8px 30px #0000000d}.field{margin:14px 0}.field label{display:block;font-size:13px;font-weight:700;margin-bottom:7px}.field input{width:100%;padding:14px;border:1px solid #dfe3e9;border-radius:10px;font-size:15px}.form-card button{width:100%;margin-top:10px}.hint{text-align:center;color:var(--muted);font-size:13px}.otp{letter-spacing:10px;text-align:center;font-size:24px}.detail{max-width:1200px;margin:auto;padding:35px 5%}.detail-hero{height:520px;border-radius:20px;background-size:cover;background-position:center}.detail-grid{display:grid;grid-template-columns:1.6fr .8fr;gap:40px;margin-top:30px}.booking-box{border:1px solid var(--line);border-radius:18px;padding:25px;box-shadow:0 10px 35px #0001;position:sticky;top:100px;height:max-content}.booking-box input,.booking-box select{width:100%;padding:13px;margin:5px 0 12px;border:1px solid var(--line);border-radius:9px}.booking-box button{width:100%}@media(max-width:900px){.nav nav{display:none}.grid{grid-template-columns:repeat(2,1fr)}.hero h1{font-size:38px}.searchbar{grid-template-columns:1fr 1fr}.searchbar label:nth-child(1){grid-column:1/-1}.searchbar label{border-bottom:1px solid var(--line)}.search-btn{grid-column:1/-1}.detail-grid{grid-template-columns:1fr}.booking-box{position:static}footer{grid-template-columns:1fr}}@media(max-width:560px){.nav{height:64px;padding:0 18px}.brand span{display:none}.nav-actions{gap:10px}.hero,.hero-overlay{min-height:610px}.hero-overlay{padding:50px 20px 35px}.hero h1{font-size:34px}.searchbar{grid-template-columns:1fr}.searchbar label{grid-column:auto!important}.grid{grid-template-columns:1fr}.photo{height:260px}.container{padding:40px 18px}.section-head{align-items:start}.section-head a{display:none}.detail-hero{height:300px}.detail{padding:20px}.nav-actions .ghost{display:none}}
