  .header-text { position: relative; text-decoration: none !important; transition: color 0.3s ease; }  .header-text { color: #363636; }  .header-text:hover, .header-text[aria-current="page"] { color: #b9a06b !important; }  .header-text::after { content: ''; position: absolute; width: 100%; height: 2px; bottom: -5px; left: 0; background-color: #b9a06b;  transform: scaleX(0); transform-origin: bottom right; transition: transform 0.3s ease-out; }  .header-text:hover::after { transform: scaleX(1); transform-origin: bottom left; }  .header-text[aria-current="page"]::after { transform: scaleX(1); transform-origin: bottom left; }   body.transparent-hero .my-header:not(.is-scrolled) .header-text { color: #ffffff !important; }  body.transparent-hero .my-header:not(.is-scrolled) .header-text:hover, body.transparent-hero .my-header:not(.is-scrolled) .header-text[aria-current="page"] { color: #b9a06b !important; }   .my-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 999; transition: background-color 0.3s ease, box-shadow 0.3s ease; background-color: #f8f6f3;  box-shadow: 0 4px 10px rgba(0,0,0,0.1); }  body.transparent-hero .my-header:not(.is-scrolled) { background-color: transparent !important; box-shadow: none !important; border: none !important; }  .header-logo img { transition: opacity 0.3s ease; } body.transparent-hero .my-header:not(.is-scrolled) .header-logo img { opacity: 0;  } body.transparent-hero .my-header:not(.is-scrolled) .header-logo {  background-image: url('https://dev.coming-home.ch/wp-content/uploads/2025/08/Group-337.svg'); background-size: contain; background-repeat: no-repeat; background-position: center; display: block; }