/*
 Theme Name:   Hello LUZ Domiciliation (Child)
 Theme URI:    https://luz-domiciliation.com
 Description:  Child theme for Hello Elementor, colors & styles for LUZ Domiciliation (ocean blue, wave accents, Basque vibe).
 Author:       LUZ Domiciliation
 Template:     hello-elementor
 Version:      1.0.0
*/
:root{
  --luz-ocean:#0ea5b1; /* turquoise / ocean */
  --luz-deep:#0b3a53;  /* deep navy */
  --luz-sand:#f4f6f8;  /* light background */
  --luz-ink:#1f2937;   /* dark text */
}
body{color:var(--luz-ink); background:var(--luz-sand);}
a{color:var(--luz-deep);}
.elementor-button{border-radius:16px;}
.luz-hero h1{font-weight:800;}
/* Wave divider utility */
.luz-wave{position:relative; overflow:hidden}
.luz-wave:after{
  content:""; position:absolute; left:0; right:0; bottom:-1px; height:80px;
  background:url('../assets/wave-divider.svg') repeat-x bottom center/auto 80px;
  opacity:.9;
}
/* Cards */
.luz-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 6px 18px rgba(0,0,0,.04);padding:24px}
/* Header logo sizing */
.site-header .site-branding img{max-height:48px}
.site-header .site-branding img {
  max-height: 60px;
  width: auto;
}
@media (max-width:768px){
  .site-header .site-branding img {
    max-height: 45px;
  }
}

