/* Le Bleu /1 redesign — modern, calm, water-first */

:root {
  --navy: #0a2744;
  --navy-deep: #06182c;
  --blue: #0d4e8e;
  --blue-mid: #1a6bb5;
  --blue-light: #5b9fd4;
  --sky: #e8f3fb;
  --mist: #f4f8fc;
  --ink: #142033;
  --muted: #5a6b7d;
  --line: #d5e2ee;
  --white: #ffffff;
  --radius: 16px;
  --shadow: 0 18px 50px rgba(10, 39, 68, 0.12);
  --font: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: "Fraunces", Georgia, "Times New Roman", serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  font: 16px/1.6 var(--font);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--blue-mid); }

.container {
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
}

/* Top bar (Ad Astra chrome) */
.adastra-mockup-bar {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
  justify-content: space-between;
  padding: 8px 14px;
  background: #0b1220;
  color: rgba(255, 255, 255, 0.85);
  font: 12px/1.4 system-ui, -apple-system, sans-serif;
}
.adastra-mockup-bar a { color: #5ec8ff; font-weight: 600; text-decoration: none; }
.adastra-mockup-bar a:hover { color: #fff; }

/* Header */
.site-header {
  position: sticky;
  top: 36px;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(213, 226, 238, 0.8);
}
.site-header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
}
.logo img { height: 48px; width: auto; }
.nav-main {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem 1.1rem;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-main a {
  color: var(--navy);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.nav-main a:hover { color: var(--blue-mid); }
.nav-cta {
  display: inline-flex;
  align-items: center;
  padding: 0.65rem 1.1rem;
  border-radius: 999px;
  background: var(--blue);
  color: #fff !important;
  font-size: 0.88rem;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(13, 78, 142, 0.25);
}
.nav-cta:hover { background: var(--blue-mid); color: #fff !important; }
.phone-chip {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--navy);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
  white-space: nowrap;
}

/* Hero */
.hero {
  position: relative;
  min-height: min(78vh, 720px);
  display: grid;
  align-items: end;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(6, 24, 44, 0.25) 0%, rgba(6, 24, 44, 0.72) 100%),
    url("/1/wp-content/uploads/2026/02/Hero-Image-3200X1800-REV-scaled.jpg") center / cover no-repeat;
}
.hero-content {
  padding: 4.5rem 0 3.5rem;
  max-width: 38rem;
}
.eyebrow {
  display: inline-block;
  margin: 0 0 0.85rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.hero h1 {
  margin: 0 0 1rem;
  font-family: var(--display);
  font-size: clamp(2.4rem, 5.5vw, 3.75rem);
  font-weight: 550;
  line-height: 1.08;
  letter-spacing: -0.02em;
}
.hero p {
  margin: 0 0 1.75rem;
  font-size: 1.08rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
  max-width: 32rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: #fff;
  color: var(--navy);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}
.btn-primary:hover { color: var(--blue); }
.btn-ghost {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
}
.btn-ghost:hover { background: rgba(255, 255, 255, 0.1); color: #fff; }
.btn-blue {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 10px 28px rgba(13, 78, 142, 0.28);
}
.btn-blue:hover { background: var(--blue-mid); color: #fff; }

/* Sections */
.section { padding: 5rem 0; }
.section-mist { background: var(--mist); }
.section-sky { background: var(--sky); }
.section-navy {
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%);
  color: #fff;
}
.section-head {
  max-width: 40rem;
  margin-bottom: 2.5rem;
}
.section-head.center {
  margin-inline: auto;
  text-align: center;
}
.kicker {
  margin: 0 0 0.6rem;
  color: var(--blue-light);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.section-navy .kicker { color: #9ec9ef; }
h2 {
  margin: 0 0 0.75rem;
  font-family: var(--display);
  font-size: clamp(1.8rem, 3.2vw, 2.45rem);
  font-weight: 550;
  letter-spacing: -0.02em;
  color: var(--navy);
  line-height: 1.15;
}
.section-navy h2 { color: #fff; }
.lead {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}
.section-navy .lead { color: rgba(255, 255, 255, 0.82); }

/* Split purity */
.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3rem;
  align-items: center;
}
.split-copy p { color: var(--muted); margin: 0 0 1rem; }
.split-media {
  border-radius: calc(var(--radius) + 4px);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--sky);
}
.split-media img { width: 100%; height: 100%; object-fit: cover; min-height: 360px; }
.pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}
.pills li {
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: var(--sky);
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 700;
}

/* Cards */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem;
  box-shadow: 0 8px 24px rgba(10, 39, 68, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.card img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  margin-bottom: 1rem;
  background: var(--mist);
  border-radius: 12px;
  padding: 0.75rem;
}
.card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
  color: var(--navy);
}
.card p {
  margin: 0 0 1.1rem;
  color: var(--muted);
  font-size: 0.95rem;
  flex: 1;
}
.card .btn { align-self: flex-start; padding: 0.7rem 1.05rem; font-size: 0.88rem; }

/* Stats / map band */
.band {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: center;
}
.band img {
  width: 100%;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  padding: 0.75rem;
}
.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
  margin: 1.5rem 0;
}
.stat {
  padding: 1rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.stat strong {
  display: block;
  font-family: var(--display);
  font-size: 1.7rem;
  line-height: 1.1;
  margin-bottom: 0.25rem;
}
.stat span { font-size: 0.82rem; color: rgba(255, 255, 255, 0.75); }

/* Testimonials */
.quotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.quote {
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  padding: 1.35rem;
}
.quote p {
  margin: 0 0 1rem;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.55;
}
.quote cite {
  font-style: normal;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

/* CTA */
.cta-panel {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto;
}
.cta-panel h2 { margin-bottom: 0.75rem; }
.cta-panel p { margin: 0 0 1.5rem; color: var(--muted); }

/* Footer */
.site-footer {
  background: var(--navy-deep);
  color: rgba(255, 255, 255, 0.8);
  padding: 3.5rem 0 2rem;
  font-size: 0.92rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.site-footer h4 {
  margin: 0 0 0.75rem;
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.site-footer a { color: rgba(255, 255, 255, 0.82); }
.site-footer a:hover { color: #fff; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin: 0 0 0.45rem; }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: space-between;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 900px) {
  .nav-main { display: none; }
  .split, .band, .grid-3, .quotes, .footer-grid { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  .hero { min-height: 70vh; }
  .site-header { top: 48px; }
}
