/*
Theme Name: imaginatica
Theme URI: 
Author: Sergio Menegassi
Author URI: 
Description: the new FSE theme for Imaginatica 2026
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: imaginatica
Tags: 
*/

.transitionbw {
  filter: grayscale(100%) contrast(100%);
  transition: filter 1s ease;
}

.transitionbw:hover {
  filter: grayscale(0%);
}

/* Heading Block with Sub-heading */
.heading-block {
  margin-bottom: 2rem;
}

.heading-block h1,
.heading-block h2,
.heading-block h3 {
  margin-bottom: 0.5rem;
}

.heading-block .subheading {
  font-size: 1.125rem;
  color: #666;
  font-weight: 400;
  margin-top: 0.5rem;
}

/* ── Header cover ─────────────────────────────────── */

.header-cover-wrapper {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  aspect-ratio: 900 / 460;
}

@media (max-width: 600px) {
  .header-cover-wrapper {
    aspect-ratio: unset;
    height: 100svh;
  }

  .header-info-overlay {
    right: unset !important;
    left: 40%;
    transform: translate(-50%, -50%)!important;
    max-width: 90vw !important ;
  }
  #svg-anim-container {

  top: -2em !important;
}
}

#svg-anim-container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#svg-anim-container svg {
  width: 100%;
  height: 100%;
}

.header-info-overlay {
  position: absolute;
  /* left: clamp(20px, 5vw, 80px); */
  right: clamp(20px, 5vw, 80px); /* alternative to left for beter location in relation to the image background */
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color: #0f0f0f;
  max-width: min(514px, 600vw);
  /* text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4); */
}

.header-info-name {
  font-size: clamp(1rem, 1.3vw, 2.2rem) !important;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0.3em 0.3em 0;
  letter-spacing: 0.1em;
   text-transform: uppercase;

}

.header-info-title {
font-size: clamp(1rem, 1.3vw, 2.2rem) !important;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0.3em 0.3em 0;
  letter-spacing: 0.1em;
   text-transform: uppercase;
}

.header-info-location {
  font-size: clamp(1rem, 1.3vw, 2.2rem) !important;
  font-weight: 300;
  opacity: 0.7;
  margin: 0 0 1.4em 0;
  letter-spacing: 0.06em;
}

.header-info-desc {
  font-size: clamp(1rem, 1.2vw, 2rem) !important;
  font-weight: 300;
  opacity: 0.7;
  margin: 0 0 1.4em 0;
  letter-spacing: 0.06em;
}


#toucan-fly {
  visibility: hidden;
}

#toucan {
  visibility: hidden;
}

.cadre {
  visibility: hidden;
}

#vague1 {
    visibility:hidden;
}

#sea2 {
  visibility: hidden;
}

#toucan-walk {
    visibility:hidden;
}


.toucanwalk2#feather-3 {
  filter: invert(29%) sepia(87%) saturate(5380%) hue-rotate(348deg)
    brightness(92%) contrast(86%);
}

#pathtoucanalaplage {
  display: none;
}
#wrapcontent {
  visibility:hidden;
}

.TEXTE {
  visibility: hidden;
}

.tohide {
  visibility: hidden;
}