*{box-sizing:border-box}body{margin:0;font-family:Georgia,serif;color:#18343b;background:#f6f3eb;line-height:1.65}header{background:#153e47;color:white;padding:18px 6%;position:sticky;top:0;z-index:5}nav{display:flex;gap:22px;flex-wrap:wrap}nav a{color:white;text-decoration:none;font-family:Arial,sans-serif;font-size:.9rem}.hero{min-height:70vh;background:linear-gradient(90deg,rgba(10,35,40,.7),rgba(10,35,40,.12)),url('https://www.touristheaven.co.uk/wp-content/uploads/2021/06/20170611_154745-scaled.jpg') center/cover;display:flex;align-items:end;padding:7%;color:white}.hero h1{font-size:clamp(3rem,8vw,7rem);margin:0;line-height:.9}.hero p{font-size:1.25rem;max-width:650px}.wrap{max-width:1100px;margin:auto;padding:65px 6%}.eyebrow{font-family:Arial,sans-serif;text-transform:uppercase;letter-spacing:.2em;color:#b36b42;font-weight:bold}.grid{display:grid;grid-template-columns:1fr 1fr;gap:35px;align-items:center}.grid img,.gallery img{width:100%;height:360px;object-fit:cover;border-radius:4px}.card{background:white;padding:30px;border-left:5px solid #b36b42}.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.gallery img{height:280px}h1,h2{font-weight:400}h2{font-size:2.5rem;line-height:1.05}.cta{display:inline-block;background:#b36b42;color:white;padding:12px 18px;text-decoration:none;font-family:Arial,sans-serif}footer{background:#153e47;color:#dce8e8;padding:35px 6%;font-family:Arial,sans-serif;font-size:.85rem}@media(max-width:700px){.grid,.gallery{grid-template-columns:1fr}.hero{min-height:58vh}}

a {
    text-decoration: none;
}