:root{--ink:#102f38;--navy:#0b3a46;--teal:#087f7b;--coral:#ff7355;--sand:#f3e1bc;--cream:#f7f7f1;--muted:#65797e}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,sans-serif}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}header{height:82px;padding:0 clamp(20px,6vw,90px);display:flex;align-items:center;justify-content:space-between;background:#fff}.brand{display:flex;align-items:center;gap:12px}.brand img{width:50px;height:50px}.brand span,.brand b,.brand small{display:block}.brand small{margin-top:4px;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.08em}nav{display:flex;gap:28px;font-weight:700;font-size:14px}.pill,.cta,button{padding:14px 21px;border-radius:999px;background:var(--coral);color:#fff;font-weight:800}.hero{min-height:680px;position:relative;display:flex;align-items:center;overflow:hidden}.hero>img,.shade{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.shade{background:linear-gradient(90deg,#062e3aeF 0%,#06313cb0 55%,#06313c30)}.hero-copy{position:relative;z-index:1;color:#fff;max-width:760px;padding:70px clamp(24px,8vw,120px)}.hero-copy>span,.kicker{font-size:11px;font-weight:800;letter-spacing:.16em;color:#66cfc8}.hero h1{font-size:clamp(48px,6vw,80px);line-height:1;letter-spacing:-.05em;margin:25px 0}.hero p{font-size:19px;line-height:1.7;max-width:620px;margin-bottom:30px}.notice{max-width:1100px;margin:30px auto 0;padding:18px 24px;background:#dff7ed;border-left:5px solid #15855d;border-radius:10px}.welcome,.booking{padding:95px clamp(24px,7vw,100px);display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start;background:#fff}.welcome h2,.tours h2,.booking h2,.policy h2{font-size:clamp(34px,4vw,56px);line-height:1.08;letter-spacing:-.04em;margin:18px 0}.welcome>p,.section-note,.booking>div>p,.policy p{color:var(--muted);font-size:17px;line-height:1.8}.tours{padding:95px clamp(24px,7vw,100px);background:#edf7f5}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:38px}.grid article{background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 10px 25px #1232}.grid article>img{width:100%;height:240px;object-fit:cover}.grid article>div{padding:24px}.grid small{color:var(--coral);font-weight:800;text-transform:uppercase;font-size:10px}.grid h3{font-size:23px;margin:10px 0}.grid p{color:var(--muted);line-height:1.65;min-height:80px}.grid a,.price{color:var(--teal);font-weight:800}.price{display:block}.booking{background:var(--sand)}form{background:#fff;padding:30px;border-radius:22px;box-shadow:0 10px 35px #1232}label{display:block;font-size:13px;font-weight:800;margin-bottom:16px}.two{display:grid;grid-template-columns:1fr 1fr;gap:14px}input,select,textarea{display:block;width:100%;margin-top:7px;padding:13px;border:1px solid #c9d9d7;border-radius:10px;font:inherit}textarea{resize:vertical}button{border:0;cursor:pointer;font-size:14px}.policy{padding:85px clamp(24px,12vw,180px);background:var(--navy);color:#fff}.policy p{color:#c8dadd}footer{padding:50px clamp(24px,7vw,100px);display:grid;grid-template-columns:1fr 1fr auto;gap:35px;align-items:center;background:#062f39;color:#fff}footer>small{color:#abc3c7}@media(max-width:900px){nav{display:none}.grid{grid-template-columns:1fr 1fr}.welcome,.booking{grid-template-columns:1fr}.hero{min-height:620px}}@media(max-width:650px){header{height:72px;padding:0 16px}.brand b{font-size:13px}.brand small{display:none}.brand img{width:43px;height:43px}.pill{font-size:11px;padding:11px 13px}.hero{min-height:660px}.hero-copy{padding:70px 22px}.hero h1{font-size:47px}.grid{grid-template-columns:1fr}.two{grid-template-columns:1fr}.welcome,.tours,.booking,.policy{padding:70px 22px}footer{grid-template-columns:1fr;padding:40px 22px}}
