/* ==========================================================================
   Lake Aire Rentals — Cassiopeia child template styles
   Loaded automatically by Cassiopeia as templates/<child>/css/user.css
   (also linked directly by the static preview pages).
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Mulish:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

:root {
  --navy:      #12294f;
  --navy-dark: #0d1f3d;
  --ocean:     #1f6fb2;
  --sky:       #4aa6d8;
  --ink:       #1e2733;
  --muted:     #41505f;
  --muted-2:   #51606f;
  --mist:      #eef4f8;
  --panel:     #e8eff6;
  --line:      #d6e2eb;
}

/* ---------- Base ---------- */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Mulish', system-ui, sans-serif;
  color: var(--ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  &.lakeaire-vendors {
    background:var(--mist);
  }
}
a { color: inherit; }
img { max-width: 100%; }
h1, h2, h3, h4 { font-family: 'Oswald', sans-serif; text-transform: uppercase; margin: 0; }
.page { min-height: 100vh; display: flex; flex-direction: column; background: #fff; }
main { flex: 1; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

@keyframes lar-fade { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; font-family: 'Oswald', sans-serif; text-transform: uppercase;
  letter-spacing: 1.5px; font-weight: 600; text-decoration: none; cursor: pointer;
  border: none; border-radius: 40px;
}
.btn--primary { background: var(--ocean); color: #fff; font-size: 16px; padding: 16px 40px; box-shadow: 0 8px 22px rgba(9,40,80,.45); }
.btn--sm { font-size: 14px; padding: 13px 30px; box-shadow: none; }
.btn--outline { background: rgba(255,255,255,.14); border: 1.5px solid rgba(255,255,255,.55); color: #fff; font-size: 16px; padding: 15px 34px; font-weight: 500; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: var(--navy); color: #fff; box-shadow: 0 2px 14px rgba(6,16,38,.28); }
.site-header__inner { max-width: 1280px; margin: 0 auto; padding: 0 26px; height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; color: #fff; }
.brand__logo { width: 52px; height: 52px; border-radius: 50%; box-shadow: 0 0 0 2px rgba(255,255,255,.9); display: block; }
.brand__name { font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 22px; letter-spacing: .5px; line-height: 1; text-transform: uppercase; }
.brand__name span { color: var(--sky); }
.main-nav { display: flex; align-items: center; gap: 26px; }
.nav-link { font-family: 'Oswald', sans-serif; font-weight: 400; font-size: 14px; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; color: #dbe6f2; }
.nav-link:hover, .nav-link.is-active { color: #fff; }
.nav-cta { font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 14px; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; color: var(--navy); background: var(--sky); padding: 9px 18px; border-radius: 30px; }
.nav-sep { width: 1px; height: 26px; background: rgba(255,255,255,.18); }
.nav-social { width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; text-decoration: none; color: #fff; font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 16px; }
.nav-toggle { display: none; background: none; border: none; color: #fff; font-size: 26px; line-height: 1; cursor: pointer; padding: 6px 8px; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 560px; display: flex; align-items: center; justify-content: center; text-align: center; padding: 80px 24px; background: linear-gradient(180deg, rgba(11,23,52,.55), rgba(11,23,52,.68)), url('../images/hero-lake.webp') center center/cover; }
.hero__inner { max-width: 820px; animation: lar-fade .7s ease both; }
.hero__eyebrow { font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: 4px; font-size: 15px; color: #a9d3ee; margin-bottom: 18px; font-weight: 500; }
.hero__title { font-family: 'Oswald', sans-serif; font-weight: 600; text-transform: uppercase; color: #fff; font-size: 70px; line-height: .98; letter-spacing: 1px; margin: 0; text-shadow: 0 3px 24px rgba(0,0,0,.4); }
.hero__tagline { margin: 26px auto 0; background: rgba(9,20,44,.5); display: inline-block; padding: 13px 30px; border-left: 3px solid var(--sky); }
.hero__tagline p { margin: 0; color: #eef5fb; font-size: 22px; font-weight: 500; font-style: italic; }
.hero__actions { margin-top: 34px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- Sections ---------- */
.section { padding: 78px 24px; background: #fff; }
.section--mist { background: var(--mist); padding: 20px 24px 30px; }
.section--navy { background: var(--navy); padding: 20px 24px 56px; }
.section--start { padding: 74px 24px 40px; }
.section__inner { max-width: 1200px; margin: 0 auto; }

.lead { text-align: left; }
.lead__title { font-size: 38px; color: var(--navy); line-height: 1.08; letter-spacing: .5px; margin: 0 0 22px; font-weight: 600; }
.lead__text { font-size: 19px; line-height: 1.7; color: var(--muted); margin: 0; }

.block-title { font-size: 38px; color: var(--navy); line-height: 1.08; letter-spacing: .5px; margin: 0 0 16px; font-weight: 600; }
.block-intro { font-size: 19px; line-height: 1.7; color: var(--muted); margin: 0 0 44px; max-width: 820px; }
.subhead { font-size: 22px; color: var(--navy); letter-spacing: .5px; margin: 48px 0 18px; font-weight: 600; }

.section-head { text-align: center; padding: 52px 0 8px; }
.section-head__eyebrow { font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: 3px; font-size: 14px; color: var(--sky); font-weight: 600; margin-bottom: 10px; }
.section-head__title { font-size: 38px; color: #fff; letter-spacing: .5px; margin: 0; font-weight: 600; }

/* ---------- Content cubes ---------- */
.cube { display: grid; grid-template-columns: .95fr 1.05fr; background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; margin: 44px 0; box-shadow: 0 18px 40px -28px rgba(18,41,79,.5); }
.cube--reverse { grid-template-columns: 1.05fr .95fr; }
.cube__media { position: relative; min-height: 400px; overflow: hidden; }
.cube__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.cube__body { padding: 48px 46px; background: var(--panel); }
.cube__title { font-size: 30px; color: var(--navy); letter-spacing: .5px; margin: 0 0 16px; line-height: 1.05; font-weight: 600; }
.cube__title--sm { font-size: 26px; line-height: 1.1; }
.cube__text { font-size: 16.5px; line-height: 1.7; color: var(--muted); margin: 0 0 14px; }
.cube__text:last-of-type { margin-bottom: 0; }
.cube__text--muted { font-size: 16px; line-height: 1.6; color: var(--muted-2); margin: 0 0 20px; }

.feature-list { list-style: none; margin: 0; padding: 0; columns: 2; column-gap: 26px; font-size: 15px; color: #33414f; line-height: 1; }
.feature-list li { padding: 7px 0; break-inside: avoid; }
.feature-list li::before { content: "\25AA"; color: var(--sky); margin-right: 8px; }

.chip-row { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 26px; }
.chip { background: #fff; border: 1px solid var(--line); color: var(--navy); font-weight: 600; font-size: 15px; padding: 11px 20px; border-radius: 30px; }

/* ---------- How it works ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.step { background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 30px 26px; }
.step__num { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 40px; color: var(--sky); line-height: 1; margin-bottom: 14px; }
.step__title { font-size: 19px; color: var(--navy); letter-spacing: .5px; margin: 0 0 10px; line-height: 1.15; font-weight: 600; }
.step__text { font-size: 15px; line-height: 1.6; color: var(--muted-2); margin: 0; }

.reqs { background: var(--navy); border-radius: 14px; padding: 44px 46px; margin-top: 24px; display: grid; grid-template-columns: 1fr 1.2fr; gap: 36px; align-items: center; }
.reqs__title { font-size: 26px; color: #fff; letter-spacing: .5px; margin: 0 0 12px; line-height: 1.1; font-weight: 600; }
.reqs__intro { font-size: 15.5px; line-height: 1.65; color: #a9c0d8; margin: 0; }
.reqs__list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 26px; }
.req { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; color: #eaf1f8; }
.req::before { content: "\2713"; color: var(--sky); font-weight: 700; }

.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.slot { height: 250px; border-radius: 12px; background: #eef2f7; border: 1px dashed #b9c9d8; display: flex; align-items: center; justify-content: center; text-align: center; color: #8298ac; font-size: 14px; padding: 16px; background-size: cover; background-position: center; }

/* ---------- Page hero (interior pages) ---------- */
.page-hero { padding: 66px 24px; text-align: center; }
.page-hero--vendors { background: linear-gradient(rgba(11,23,52,.62), rgba(11,23,52,.72)), url('../images/vendors-hero.webp') center center/cover; }
.page-hero--contact { background: linear-gradient(rgba(11,23,52,.55), rgba(11,23,52,.68)), url('../images/hero-lake.webp') center center/cover; }
.page-hero__eyebrow { margin-top:12px;font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: 4px; font-size: 14px; color: #a9d3ee; margin-bottom: 12px; font-weight: 500; }
.page-hero__title { font-size: 52px; line-height: normal; color: #fff; letter-spacing: 1px; margin: 0; text-shadow: 0 2px 18px rgba(0,0,0,.4); font-weight: 600; }

/* ---------- Responsive hero images ----------
   Swap smaller webp hero backgrounds at narrower viewports so mobile doesn't
   download the full-width source (Lighthouse / LCP). Three tiers: full source
   (>992px), 992w (<=992px), 400w (<=480px, the Lighthouse mobile viewport).
   Only background-image is overridden; position/size (center/cover) carry over
   from the base rules. The gradient layer is repeated per selector. */
@media (max-width: 992px) {
  .hero            { background-image: linear-gradient(180deg, rgba(11,23,52,.55), rgba(11,23,52,.68)), url('../images/hero-lake-992.webp'); }
  .page-hero--vendors { background-image: linear-gradient(rgba(11,23,52,.62), rgba(11,23,52,.72)), url('../images/vendors-hero-992.webp'); }
  .page-hero--contact { background-image: linear-gradient(rgba(11,23,52,.55), rgba(11,23,52,.68)), url('../images/hero-lake-992.webp'); }
}
@media (max-width: 480px) {
  .hero            { background-image: linear-gradient(180deg, rgba(11,23,52,.55), rgba(11,23,52,.68)), url('../images/hero-lake-400.webp'); }
  .page-hero--vendors { background-image: linear-gradient(rgba(11,23,52,.62), rgba(11,23,52,.72)), url('../images/vendors-hero-400.webp'); }
  .page-hero--contact { background-image: linear-gradient(rgba(11,23,52,.55), rgba(11,23,52,.68)), url('../images/hero-lake-400.webp'); }
}

/* ---------- Vendors ---------- */
.vendors-intro { text-align: center; max-width: 680px; margin: 0 auto 44px; font-size: 18px; line-height: 1.6; color: var(--muted); }
.vendors-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1220px; margin: 0 auto; }
.vendor { background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 14px 34px -26px rgba(18,41,79,.55); }
.vendor__logo { height: 150px; background: #f4f8fb; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid #e4edf3; padding: 16px; }
.vendor__logo img { max-width: 100%; max-height: 118px; object-fit: contain; }
.vendor__monogram { width: 92px; height: 92px; border-radius: 50%; background: var(--navy); color: var(--sky); display: flex; align-items: center; justify-content: center; font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 32px; letter-spacing: 1px; }
.vendor__body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.vendor__name { font-size: 20px; color: var(--navy); letter-spacing: .5px; margin: 0 0 6px; line-height: 1.1; font-weight: 600; }
.vendor__desc { font-size: 14.5px; color: #5a6b7b; margin: 0 0 16px; line-height: 1.5; font-style: italic; }
.vendor__contact { margin-top: auto; border-top: 1px solid #edf2f6; padding-top: 14px; font-size: 14.5px; color: #33414f; line-height: 1.7; }
.vendor__contact a { color: var(--ocean); text-decoration: none; }
.vendor__contact .label { color: #8a99a8; }
.vendor__contact .tel { font-weight: 700; }
.vendor__contact .fb { font-weight: 600; }
.vendor__contact .email { word-break: break-all; }

/* ---------- Contact ---------- */
.contact-intro { text-align: center; max-width: 680px; margin: 0 auto 44px; font-size: 18px; line-height: 1.65; color: var(--muted); }
.contact-intro strong { color: var(--navy); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: start; max-width: 1120px; margin: 0 auto; }
.contact-photo { border-radius: 14px; overflow: hidden; height: 280px; background: url('../images/about-2.jpeg') center 30%/cover; box-shadow: 0 18px 40px -28px rgba(18,41,79,.6); }
.info-card { background: var(--navy); color: #fff; border-radius: 14px; padding: 30px 32px; margin-top: 22px; }
.info-card__title { font-size: 22px; color: #fff; letter-spacing: .5px; margin: 0 0 18px; font-weight: 600; }
.info-list { display: flex; flex-direction: column; gap: 14px; font-size: 16px; line-height: 1.5; }
.info-row { display: flex; gap: 13px; }
.info-row .ico { color: var(--sky); font-weight: 700; width: 20px; }
.info-row a { color: #fff; text-decoration: none; word-break: break-all; }
.form-card { background: #f6f9fb; border: 1px solid #e0eaf1; border-radius: 14px; padding: 38px 40px; }
.form-card__title { font-size: 24px; color: var(--navy); letter-spacing: .5px; margin: 0 0 4px; font-weight: 600; }
.form-note { font-size: 13px; color: #8a99a8; margin: 0 0 24px; }
.form { display: flex; flex-direction: column; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: 1px; font-size: 13px; color: var(--navy); font-weight: 500; }
.field input, .field textarea { font-family: 'Mulish', sans-serif; font-size: 16px; padding: 13px 15px; border: 1px solid #cdd9e2; border-radius: 8px; background: #fff; color: var(--ink); }
.field textarea { resize: vertical; }
.form-success { background: #e4f2e8; border: 1px solid #b7ddc4; color: #1d6b3a; border-radius: 10px; padding: 20px 22px; font-size: 16px; line-height: 1.5; }
.is-hidden { display: none !important; }

/* ---------- Contact — com_contact component (real Joomla contact form) ---------- */
/* The single-contact override outputs: .contact-intro, then .contact-grid with
   the info card (from misc) on the left and .form-card wrapping the com_contact
   email form on the right. These rules restyle com_contact's default
   .control-group / .control-label / .controls markup to match the mockup. */
.la-contact { max-width: 1120px; margin: 0 auto; }
.la-contact .contact-info-col .contact-photo { margin-bottom: 0; }
.la-contact .contact-miscinfo { margin: 0; }
.la-contact .contact-miscinfo .info-card { margin-top: 22px; }
.la-contact .contact-form { margin: 0; }
.la-contact .well { background: transparent; border: 0; box-shadow: none; padding: 0; margin: 0; }
.la-contact fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
.la-contact legend, .la-contact .field-spacer { display: none; }
.la-contact .control-group { display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; }
.la-contact .control-label,
.la-contact .control-label label { font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: 1px; font-size: 13px; color: var(--navy); font-weight: 500; margin: 0; }
.la-contact .control-label .star { color: var(--ocean); }
.la-contact .controls input,
.la-contact .controls textarea { width: 100%; font-family: 'Mulish', sans-serif; font-size: 16px; padding: 13px 15px; border: 1px solid #cdd9e2; border-radius: 8px; background: #fff; color: var(--ink); }
.la-contact .controls input:focus,
.la-contact .controls textarea:focus { outline: none; border-color: var(--sky); box-shadow: 0 0 0 3px rgba(74,166,216,.18); }
.la-contact .controls textarea { resize: vertical; min-height: 140px; }
.la-contact altcha-widget { display: block; max-width: 300px; margin-top: 4px; }
.la-contact button[type="submit"] { align-self: flex-start; margin-top: 6px; padding: 15px 40px; font-size: 15px; }
.la-contact .control-group:last-child { margin-bottom: 0; }
.la-contact label.invalid, .la-contact .invalid { color: #c0392b; }
.la-contact input.invalid, .la-contact textarea.invalid { border-color: #c0392b; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-dark); color: #c4d3e4; }
.site-footer__top { max-width: 1220px; margin: 0 auto; padding: 52px 26px 30px; display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 36px; }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.footer-brand img { width: 46px; height: 46px; border-radius: 50%; }
.footer-brand span { font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 19px; text-transform: uppercase; letter-spacing: .5px; color: #fff; }
.footer-addr { font-size: 14.5px; line-height: 1.7; margin: 0; color: #9fb3c9; }
.footer-addr a { color: #c4d3e4; text-decoration: none; }
.footer-col__title { font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: 1.5px; font-size: 14px; color: #fff; margin: 0 0 16px; font-weight: 500; }
.footer-links { display: flex; flex-direction: column; gap: 10px; font-size: 14.5px; }
.footer-links a { color: #9fb3c9; text-decoration: none; }
.footer-fb { display: inline-flex; align-items: center; gap: 9px; color: #9fb3c9; text-decoration: none; font-size: 14.5px; margin-bottom: 16px; }
.footer-fb .ico { width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,.1); display: inline-flex; align-items: center; justify-content: center; font-family: 'Oswald', sans-serif; font-weight: 700; color: #fff; }
.footer-cta { display: block; margin-top: 6px; background: var(--ocean); color: #fff; font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; font-size: 13px; padding: 11px 22px; border-radius: 30px; text-decoration: none; text-align: center; max-width: 180px; }
.site-footer__bottom { border-top: 1px solid rgba(255,255,255,.1); }
.site-footer__bottom-inner { max-width: 1220px; margin: 0 auto; padding: 18px 26px; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; font-size: 13px; color: #7f93a9; }
.site-footer__bottom a { color: #9fb3c9; text-decoration: none; }
.legal-links { display: flex; gap: 20px; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .main-nav { display: none; position: absolute; top: 78px; left: 0; right: 0; background: var(--navy); flex-direction: column; align-items: flex-start; padding: 18px 26px; gap: 18px; box-shadow: 0 12px 24px rgba(6,16,38,.3); }
  .main-nav.is-open { display: flex; }
  .nav-sep { display: none; }
  .hero__title { font-size: 46px; }
  .cube, .cube--reverse { grid-template-columns: 1fr; }
  .cube__media { min-height: 240px; order: -1; }
  .steps { grid-template-columns: 1fr 1fr; }
  .reqs { grid-template-columns: 1fr; }
  .reqs__list { grid-template-columns: 1fr 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .vendors-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .site-footer__top { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .hero__title { font-size: 38px; }
  .hero__tagline p { font-size: 18px; }
  .page-hero__title { font-size: 38px; }
  .steps, .gallery, .vendors-grid, .reqs__list { grid-template-columns: 1fr; }
  .section { padding: 56px 20px; }
}
.itemid-101 {
  .container-footer {
    margin-top:0;
  }
}
/* =====================================================================
   Cassiopeia integration — Lake Aire child template
   Makes the full-bleed mockup sections render correctly inside the
   Cassiopeia grid (banner + footer are already full-width positions).
   ===================================================================== */

/* ---- Header nav: brand module + real Joomla menu (mod_menu) in the "menu"
   position, styled to match the mockup's navy .site-header bar ---- */
.container-header {
  background: var(--navy) !important;
  background-image: none !important;
  box-shadow: 0 2px 14px rgba(6,16,38,.28) !important;
  position: sticky; top: 0; z-index: 50;
}
.container-header .container-nav {
  max-width: 1280px; margin: 0 auto; padding: 0 26px;
  min-height: 78px; align-items: center; justify-content: space-between;
  flex-wrap: nowrap; gap: 20px;
}
.container-header .container-nav > * { padding: 0; }
.container-header .container-nav .brand { display: flex; &:hover {color: #fff;}}         /* brand module, left */
/* the menu list, right */
.container-header .container-nav .mod-menu {
  display: flex; align-items: center; justify-content: flex-end;
  gap: 26px; flex: 1; margin: 0; padding: 0; list-style: none; color: #fff;
}
.container-header .container-nav .mod-menu > li { margin: 0; position: relative; }
.container-header .container-nav .mod-menu > li:after { display: none !important; }  /* kill Cassiopeia underline */
.container-header .container-nav .mod-menu > li > a,
.container-header .container-nav .mod-menu > li > span {
  font-family: 'Oswald', sans-serif; font-weight: 400; font-size: 14px;
  letter-spacing: 1px; text-transform: uppercase; text-decoration: none;
  color: #dbe6f2; padding: 0; border: 0; display: inline-flex; align-items: center;
}
.container-header .container-nav .mod-menu > li > a:hover,
.container-header .container-nav .mod-menu > li.active > a { color: #fff; background: none; }
/* Contact Us -> CTA pill (via menu item Link CSS class) */
.container-header .container-nav .mod-menu > li > a.nav-cta {
  color: var(--navy); background: var(--sky); padding: 9px 18px; border-radius: 30px; font-weight: 600;
}
.container-header .container-nav .mod-menu > li > a.nav-cta:hover { color: var(--navy); filter: brightness(1.06); }
/* Facebook -> round social icon */
.container-header .container-nav .mod-menu > li > a.nav-social {
  width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.1);
  justify-content: center; font-size: 0;
}
.container-header .container-nav .mod-menu > li > a.nav-social:before {
  content: "f"; font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 16px;
  color: #fff; text-transform: none;
  left: 4px;
  position: relative;
  top: -1px;
}
/* Extra breathing room around the Contact CTA / Facebook pair to match the
   mockup, where the divider is its own element with a 26px gap on each side
   (total Contact->FB gap 53px vs the list's default 26px). */
.container-header .container-nav .mod-menu > li.item-302 { margin-right: 13px; }
.container-header .container-nav .mod-menu > li.item-303 { margin-left: 14px; }
/* Divider line between the Contact CTA and the Facebook icon (centered in the gap) */
.container-header .container-nav .mod-menu > li:has(> a.nav-social) { position: relative; }
.container-header .container-nav .mod-menu > li:has(> a.nav-social):before {
  content: ""; position: absolute; left: -27px; top: 50%; transform: translateY(-50%);
  width: 1px; height: 26px; background: rgba(255,255,255,.18);
}
/* Mobile hamburger toggle (hidden on desktop). Bars are CSS-drawn so they
   render regardless of whether the unicode glyph font is available. */
.nav-toggle { display: none; position: relative; width: 40px; height: 34px; background: none; border: 0; cursor: pointer; padding: 0; font-size: 0; }
.nav-toggle:before {
  content: ""; position: absolute; left: 8px; right: 8px; top: 16px; height: 2px;
  background: #fff; box-shadow: 0 -6px 0 #fff, 0 6px 0 #fff;
}

@media (max-width: 992px) {
  .container-header .container-nav { position: relative; flex-wrap: wrap; min-height: 0; padding: 12px 20px; }
  .container-header .container-nav .mod-custom { flex: 1 0 100%; display: flex; align-items: center; justify-content: space-between; }
  .nav-toggle { display: block; }
  /* Drop the menu as an overlay below the bar (over the page content) instead
     of expanding the header and pushing content down — matches the mockup. */
  .container-header .container-nav .mod-menu {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: flex-start; justify-content: flex-start;
    gap: 18px; margin: 0; padding: 18px 26px; background: var(--navy);
    box-shadow: 0 12px 24px rgba(6,16,38,.3); z-index: 45;
  }
  .container-header .container-nav .mod-menu.is-open { display: flex; }
  /* Zero Cassiopeia's per-item vertical padding and tighten the li line box so
     the stacked spacing (link height + 18px gap) matches the mockup's plain
     <a> list. */
  .container-header .container-nav .mod-menu > li { padding: 0; line-height: normal; }
  .container-header .container-nav .mod-menu > li:has(> a.nav-social):before { display: none; }
  /* Drop the desktop Contact/Facebook spacing tweaks in the stacked mobile menu. */
  .container-header .container-nav .mod-menu > li.item-302 { margin-right: 0; }
  .container-header .container-nav .mod-menu > li.item-303 { margin-left: 0; }
}
.site-grid .container-banner { margin: 0 !important; }

/* Home: let the article sections span the full page width */
.lakeaire-home .container-component {
  grid-column: full-start / full-end !important;
  max-width: none !important; width: 100% !important; margin: 0 !important; padding: 0 !important;
}
.lakeaire-home main { margin: 0 !important; padding: 0 !important; }
.lakeaire-home .blog-featured,
.lakeaire-home .blog-items,
.lakeaire-home .blog-item,
.lakeaire-home .item-content,
.lakeaire-home .item-content > article { margin: 0 !important; padding: 0 !important; border: 0 !important; width: 100% !important; }
.lakeaire-home .page-header,
.lakeaire-home .item-title,
.lakeaire-home .items-more { display: none !important; }

/* Module-only pages (Contact): show banner + footer only */
.lakeaire-blank .container-component { display: none !important; }
.lakeaire-blank .site-grid .container-banner { margin: 0 !important; }

/* Vendors: the category-blog grid spans the full page width and sits flush
   under the "LA Vendors Intro" banner module (both share the mist band). */
.lakeaire-vendors .container-component {
  grid-column: full-start / full-end !important;
  max-width: none !important; width: 100% !important; margin: 0 !important; padding: 0 !important;
}
.lakeaire-vendors main { margin: 0 !important; padding: 0 !important; }
.lakeaire-vendors .site-grid .container-banner { margin: 0 !important; }
.lakeaire-vendors .lakeaire-vendors-blog,
.lakeaire-vendors .lakeaire-vendors-blog .item-content { margin: 0 !important; padding: 0 !important; border: 0 !important; }

/* Footer: let the custom .site-footer own the full-width bar (Cassiopeia's
   .footer paints a primary-colour gradient and boxes the module in a
   max-width grid-child — override both). */
.container-footer.footer {
  background: none !important;
  background-image: none !important;
  color: inherit !important;

}
.container-footer.footer .grid-child {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}


