:root{
  --ink:#0b1220;
  --muted:#46536a;
  --line:rgba(11,18,32,.12);
  --card:#ffffff;
  --alt:#f5f7fb;
  --gold:#c9a24d;
  --white:#ffffff;
  --shadow: 0 10px 30px rgba(11,18,32,.12);
}

*{box-sizing:border-box;margin:0;padding:0}
body{
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--ink);
  line-height:1.7;
  background:#fff;
}
a{color:inherit}
.container{width:92%;max-width:1120px;margin:0 auto}

/* Header */
.header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.88);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--line);
}
.nav{
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 0;
}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none}
.logo{height:54px;width:auto;display:block}
.logo-fallback{
  width:54px;height:54px;border:1px solid var(--line);
  display:inline-flex;align-items:center;justify-content:center;
  border-radius:14px;font-weight:700;color:var(--ink);
}
.menu{display:flex;align-items:center;gap:18px}
.menu a{
  text-decoration:none;
  color:rgba(11,18,32,.92);
  font-weight:600;
  font-size:14px;
}
.menu a:hover{opacity:.8}

/* Buttons */
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:14px 22px;border-radius:14px;
  border:1px solid var(--gold);
  text-decoration:none;font-weight:700;
  transition:.15s ease;
  background:transparent;
}
.btn:hover{transform:translateY(-1px)}
.btn-small{padding:10px 14px;border-radius:12px}
.btn-ghost{
  border:1px solid rgba(255,255,255,.35);
  color:#fff;
  background:rgba(0,0,0,.08);
}

/* Hero */
.hero{
  position:relative;
  padding:74px 0 64px;
  overflow:hidden;
}
.hero-sky{
  /* Blue-sky feel without needing an image */
  background:
    radial-gradient(1200px 500px at 20% 20%, rgba(255,255,255,.55), transparent 55%),
    radial-gradient(900px 400px at 80% 35%, rgba(255,255,255,.40), transparent 60%),
    linear-gradient(180deg, #0a3a78 0%, #2f7cc6 45%, #bfe6ff 100%);
}
.hero-overlay{
  position:absolute;inset:0;
  background: linear-gradient(90deg, rgba(11,18,32,.65) 0%, rgba(11,18,32,.35) 45%, rgba(11,18,32,.10) 100%);
}
.hero-inner{
  position:relative;
  display:grid;
  grid-template-columns: 1.25fr .85fr;
  gap:30px;
}
.eyebrow{
  color:rgba(255,255,255,.9);
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:12px;
  margin-bottom:10px;
}
.hero h1{
  color:#fff;
  font-size:44px;
  line-height:1.12;
  margin-bottom:14px;
}
.lead{
  color:rgba(255,255,255,.92);
  font-size:18px;
  max-width:680px;
}
.cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.cred{
  margin-top:26px;
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:12px;
}
.cred-item{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  border-radius:16px;
  padding:14px 14px;
}
.cred-title{display:block;color:#fff;font-weight:800;font-size:12px;letter-spacing:.06em;text-transform:uppercase}
.cred-sub{display:block;color:rgba(255,255,255,.92);font-weight:700;margin-top:3px;font-size:14px}
.hero-card{
  background:rgba(255,255,255,.92);
  border:1px solid rgba(255,255,255,.40);
  border-radius:20px;
  padding:20px;
  box-shadow: var(--shadow);
}
.hero-card h3{font-size:18px;margin-bottom:10px}
.ticks{list-style:none;display:grid;gap:10px;margin:0 0 14px}
.ticks li{
  position:relative;
  padding-left:22px;
  color:rgba(11,18,32,.92);
  font-weight:650;
  font-size:14px;
}
.ticks li:before{
  content:"✓";
  position:absolute;left:0;top:0;
  color:var(--gold);
  font-weight:900;
}

/* Sections */
.section{padding:78px 0}
.section.alt{background:var(--alt)}
.section-head{max-width:820px;margin-bottom:24px}
h2{font-size:34px;line-height:1.18;margin-bottom:10px}
.muted{color:var(--muted)}
.tiny{font-size:12px;color:rgba(11,18,32,.68)}

/* Cards grid */
.grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap:16px;
}
.card{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:18px;
  padding:22px;
  box-shadow: 0 6px 18px rgba(11,18,32,.06);
}
.card h3{font-size:18px;margin-bottom:8px}

/* Strips with family images */
.strip{
  position:relative;
  padding:64px 0;
  overflow:hidden;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.strip-overlay{
  position:absolute;inset:0;
  background:linear-gradient(90deg, rgba(11,18,32,.75), rgba(11,18,32,.38));
}
.strip-inner{
  position:relative;
  color:#fff;
  max-width:820px;
}
.strip-inner h2{color:#fff;margin-bottom:10px}
.strip-inner p{color:rgba(255,255,255,.92);font-weight:600}

/* These use local files if you add them.
   If you don't add family-1.jpg etc, it will still look fine. */
.strip-family{
  background-size:cover;
  background-position:center;
  background-color:#0b2f5f;
}
.strip-family-1{ background-image:url("/family-1.jpg"); }
.strip-family-2{ background-image:url("/family-2.jpg"); }
.strip-family-3{ background-image:url("/family-3.jpg"); }

/* Two-column layouts */
.two-col{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:22px;
  align-items:start;
}
.bullets{display:grid;gap:14px;margin-top:18px}
.bullet{
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  padding:16px;
}
.bullet h4{font-size:16px;margin-bottom:4px}

/* Profile */
.profile{
  position:sticky;
  top:92px;
  border-radius:22px;
  overflow:hidden;
  border:1px solid var(--line);
  box-shadow: var(--shadow);
  background:#fff;
}
.profile-img{
  width:100%;
  height:auto;
  display:block;
}
.profile-box{padding:16px}
.profile-name{font-weight:900;font-size:18px}
.profile-sub{color:var(--muted);font-weight:650;margin-top:2px}
.profile-links{display:flex;gap:14px;margin-top:12px;flex-wrap:wrap}
.profile-links a{
  font-weight:800;
  text-decoration:none;
  border-bottom:2px solid rgba(201,162,77,.35);
}
.profile-links a:hover{opacity:.8}

/* Steps */
.steps{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap:16px;
}
.step{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:18px;
}
.step-num{
  display:inline-flex;
  width:34px;height:34px;
  border-radius:12px;
  align-items:center;justify-content:center;
  background:rgba(201,162,77,.14);
  border:1px solid rgba(201,162,77,.35);
  font-weight:900;
  margin-bottom:10px;
}
.step h3{font-size:17px;margin-bottom:6px}

/* Contact */
.contact{align-items:stretch}
.contact-cards{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap:12px;
  margin-top:16px;
}
.contact-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  padding:14px;
}
.label{
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(11,18,32,.62);
  font-weight:900;
  margin-bottom:6px;
}
.contact-card a{font-weight:850;text-decoration:none;border-bottom:2px solid rgba(201,162,77,.35)}
.contact-card a:hover{opacity:.8}
.booking{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:18px;
  box-shadow: 0 6px 18px rgba(11,18,32,.06);
}
.booking-btn{margin:12px 0 10px;width:100%}

/* Footer */
.footer{
  border-top:1px solid var(--line);
  padding:30px 0;
  background:#fff;
}
.footer-inner{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:20px;
}
.footer-brand{display:flex;align-items:center;gap:12px}
.footer-logo{height:44px}
.footer-name{font-weight:900}
.footer-links{display:flex;gap:16px;flex-wrap:wrap}
.footer-links a{text-decoration:none;font-weight:800;color:rgba(11,18,32,.86)}
.footer-links a:hover{opacity:.8}

/* Responsive */
@media (max-width: 980px){
  .hero-inner{grid-template-columns:1fr}
  .grid{grid-template-columns: repeat(2, minmax(0,1fr))}
  .steps{grid-template-columns: repeat(2, minmax(0,1fr))}
  .two-col{grid-template-columns:1fr}
  .profile{position:relative;top:auto}
  .footer-inner{flex-direction:column}
}
@media (max-width: 560px){
  .hero h1{font-size:34px}
  .cred{grid-template-columns:1fr}
  .grid{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr}
  .contact-cards{grid-template-columns:1fr}
  .menu{gap:12px}
  .menu a{font-size:13px}
}
