/* Senglea Harbour View — landing page styles */
:root {
  --harbour: #0e4f6e;
  --harbour-deep: #08283a;
  --sand: #f6f1e7;
  --limestone: #e9e0cf;
  --terracotta: #c8643c;
  --terracotta-dk: #a94e2c;
  --ink: #20303a;
  --muted: #5e7079;
  --line: #e2dccd;
  --white: #fff;
  --radius: 14px;
  --shadow: 0 8px 30px rgba(8, 40, 58, 0.12);
  --serif: "Georgia", "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--ink); background: var(--white); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: var(--harbour); }

.wrap { max-width: 1140px; margin: 0 auto; padding: 0 1.25rem; }
.narrow { max-width: 760px; }
h1, h2, h3 { font-family: var(--serif); font-weight: 700; line-height: 1.15; color: var(--harbour-deep); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); margin-bottom: 1rem; }

/* Buttons */
.btn { display: inline-block; background: var(--terracotta); color: #fff; padding: 0.7rem 1.4rem; border-radius: 999px; text-decoration: none; font-weight: 600; border: none; cursor: pointer; transition: background .15s, transform .15s; font-size: 1rem; }
.btn:hover { background: var(--terracotta-dk); transform: translateY(-1px); }
.btn-lg { padding: 0.95rem 2rem; font-size: 1.1rem; }
.btn-sm { padding: 0.5rem 1rem; font-size: 0.95rem; }

/* Nav */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.logo { font-family: var(--serif); font-weight: 700; font-size: 1.25rem; color: var(--harbour-deep); text-decoration: none; letter-spacing: -.3px; }
.logo span { color: var(--terracotta); }
.nav-links { display: flex; align-items: center; gap: 1.5rem; }
.nav-links a { color: var(--ink); text-decoration: none; font-weight: 500; }
.nav-links a:hover { color: var(--terracotta); }

/* Hero */
.hero { background-size: cover; background-position: center; color: #fff; min-height: 82vh; display: flex; align-items: flex-end; }
.hero-inner { padding: 3rem 1.25rem 4rem; }
.eyebrow { text-transform: uppercase; letter-spacing: 3px; font-size: .8rem; font-weight: 600; opacity: .9; margin-bottom: 1rem; }
.hero h1 { color: #fff; font-size: clamp(2.1rem, 5.5vw, 4rem); text-shadow: 0 2px 20px rgba(0,0,0,.35); }
.hero-sub { font-size: clamp(1rem, 2vw, 1.25rem); max-width: 620px; margin: 1.2rem 0; text-shadow: 0 1px 10px rgba(0,0,0,.4); }
.hero-rating { display: inline-block; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.35); padding: .4rem 1rem; border-radius: 999px; font-weight: 600; margin-bottom: 1.5rem; }
.hero-cta { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.hero-note { font-size: .9rem; opacity: .9; }

/* Strip */
.strip { background: var(--harbour-deep); color: #fff; }
.strip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem 1.5rem; padding: 1.5rem 1.25rem; }
.hl { display: flex; align-items: center; gap: .6rem; font-weight: 500; font-size: .98rem; }
.hl-i { font-size: 1.3rem; }

/* Sections */
.section { padding: clamp(3rem, 7vw, 5.5rem) 0; }
.section-alt { background: var(--sand); }
.narrow-p { max-width: 760px; margin-bottom: 2rem; color: var(--muted); }
.section p { margin-bottom: 1rem; }
.section .narrow p { font-size: 1.08rem; }

/* Two column */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; }

/* Amenities & facts */
.amenities { list-style: none; columns: 2; column-gap: 1.5rem; }
.amenities li { break-inside: avoid; padding: .35rem 0 .35rem 1.6rem; position: relative; color: var(--ink); }
.amenities li::before { content: "✓"; position: absolute; left: 0; color: var(--terracotta); font-weight: 700; }
.facts { list-style: none; }
.facts li { padding: .5rem 0; border-bottom: 1px solid var(--line); }

/* Gallery */
.filters { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.5rem; }
.filter { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: .4rem 1rem; cursor: pointer; font: inherit; color: var(--muted); }
.filter.active { background: var(--harbour); color: #fff; border-color: var(--harbour); }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; }
.shot { overflow: hidden; border-radius: 10px; cursor: pointer; aspect-ratio: 4/3; background: var(--limestone); }
.shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.shot:hover img { transform: scale(1.06); }

/* Nearby */
.nearby { list-style: none; }
.nearby li { display: flex; justify-content: space-between; gap: 1rem; padding: .7rem 0; border-bottom: 1px solid var(--line); }
.nearby em { color: var(--terracotta); font-style: normal; font-weight: 600; white-space: nowrap; }
.map-embed { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.map-embed iframe { width: 100%; height: 340px; border: 0; display: block; }
.map-link { display: block; text-align: center; padding: .5rem; background: #fff; font-size: .9rem; }

/* Enquire */
.enquire { background: linear-gradient(160deg, var(--harbour) 0%, var(--harbour-deep) 100%); color: #fff; }
.enquire h2 { color: #fff; }
.enquire p { color: rgba(255,255,255,.9); }
.enquire a { color: #fff; text-decoration: underline; }
.form { margin-top: 1.5rem; background: #fff; border-radius: var(--radius); padding: 1.75rem; box-shadow: var(--shadow); }
.form .row { display: flex; gap: 1rem; flex-wrap: wrap; }
.form label { display: flex; flex-direction: column; font-size: .9rem; font-weight: 600; color: var(--ink); margin-bottom: 1rem; flex: 1; min-width: 130px; }
.form input, .form textarea { margin-top: .35rem; padding: .7rem .8rem; border: 1px solid var(--line); border-radius: 8px; font: inherit; color: var(--ink); }
.form input:focus, .form textarea:focus { outline: 2px solid var(--harbour); border-color: var(--harbour); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; }
.form-status { margin-top: 1rem; font-weight: 600; }
.form-status.ok { color: #1b873f; }
.form-status.err { color: var(--terracotta-dk); }

/* Footer */
.footer { background: var(--harbour-deep); color: rgba(255,255,255,.85); padding: 2.5rem 0; }
.footer-inner { display: flex; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.footer a { color: #fff; }
.footer-copy { opacity: .7; }

/* Sticky mobile CTA */
.sticky-cta { display: none; position: fixed; bottom: 1rem; left: 50%; transform: translateX(-50%); z-index: 60; background: var(--terracotta); color: #fff; padding: .85rem 2rem; border-radius: 999px; text-decoration: none; font-weight: 700; box-shadow: 0 6px 24px rgba(0,0,0,.3); }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 100; background: rgba(8,40,58,.94); display: flex; align-items: center; justify-content: center; }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: 92vw; max-height: 86vh; border-radius: 8px; }
.lb-close, .lb-prev, .lb-next { position: absolute; background: rgba(255,255,255,.15); color: #fff; border: none; cursor: pointer; font-size: 2rem; width: 54px; height: 54px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.lb-close { top: 1.2rem; right: 1.2rem; }
.lb-prev { left: 1.2rem; top: 50%; transform: translateY(-50%); }
.lb-next { right: 1.2rem; top: 50%; transform: translateY(-50%); }
.lb-close:hover, .lb-prev:hover, .lb-next:hover { background: rgba(255,255,255,.3); }

/* Responsive */
@media (max-width: 860px) {
  .two-col { grid-template-columns: 1fr; gap: 1.5rem; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .strip-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .nav-links a:not(.btn) { display: none; }
  .amenities { columns: 1; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .hero { min-height: 88vh; }
  .sticky-cta { display: block; }
  .footer-inner { flex-direction: column; gap: 1rem; }
}
