/* COLORS */
/* .palette {
    color: #F9F5F0;
    color: #E8DCCF;
    color: #F4DAD6;
    color: #3A3A3A;
    color: #B8B4A8;
    color: #D8C89B;
}

/* FONTS */
.work-sans {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
} */

.cormorant-garamond{
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.tangerine-regular {
    font-family: "Tangerine", cursive;
    font-weight: 400;
    font-style: normal;
  }
  
  .tangerine-bold {
    font-family: "Tangerine", cursive;
    font-weight: 700;
    font-style: normal;
  }

  /*CSS  */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #F9F5F0;
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url('../img/svg/background2.svg');
  background-size: cover; /* or 'contain' if you prefer */
  background-position: center;
  opacity: 0.5; /* subtle transparency */
  filter: blur(2px); /* smooth blur */
  z-index: -1;
  pointer-events: none;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    pointer-events: none;
  }

.dark-bg {
    background-color: #E8DCCF;
    border-radius: 20px;
    padding: 15px 15px;
}

.dark-bg h2 {
    font-size: 3rem;
    color: #3A3A3A;
    font-style: italic;
    text-align: center;
}

.no-bg {
    padding:45px 15px 25px;
}

.no-bg h2{
    font-size: 3rem;
    color: #3A3A3A;
    font-style: italic;
    text-align: center;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    background: none;
    font-size: 1.3rem;
    z-index: 999;
    position: relative;
}

.header-logo {
    max-width: 120px;
    max-height: 42px;
}

.header-nav {

}

.header-nav ul {
    display: flex;
    list-style: none;
}

.header-nav ul a {
    text-decoration: none;
    color: #3A3A3A;
}

.header-nav ul li:not(:last-child) {
    margin-right: 2rem;
}

.header-nav ul li {
    position: relative;
}

.header-nav ul li a {
    text-decoration: none;
    color: #000; /* or your header color */
    position: relative;
    padding: 0.1rem 0;
}

.header-nav ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0; /* or use a few pixels if you want space under text */
    width: 0;
    height: 1px; /* thickness of the underline */
    background-color: #3A3A3A; /* inherits text color */
    transition: width 0.15s ease-in-out;
}

.header-nav ul li a:hover::after {
    width: 100%;
}

.header-socials {
    
}

.header-socials ul {
    display: flex;
    list-style: none;
    list-style: none;
}

.header-socials ul a {
    display: flex; /* or block if you don't need alignment */
    align-items: center; /* vertically center SVG if needed */
    justify-content: center; /* horizontally center SVG if needed */
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.header-socials ul li {
    opacity: 30%;
    cursor: pointer;
    transition: all .2s linear;
}

.header-socials ul li:hover {
    opacity: 100%;
}

.header-socials ul li:not(:last-child) {
    margin-right: .3rem;
}

.header-socials svg {
    width: 2rem;
    height: 2rem;
}

/* MAIN CONTAINER */

.main-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
  
  /* 2. Hero Section */
  .hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 25px;
  }
  
  /* 3. Pink Circle (CSS version) */
  .pink-circle {
    width: 400px;
    height: 400px;
    background-color: #F4DAD6; /* soft pink tone */
    border-radius: 50%;
    z-index: 1;
    margin-left: 80px;
    margin-top: 80px;
    margin-bottom: 200px;
  }
  
  /* 4. Hero Logo */
  .hero-logo {
    position: absolute;
    top: 130px;
    left: 200px;
    z-index: 4;
    width: auto;
    max-width: 600px;
    height: auto;
    object-fit: contain;
    transition: all .1s linear;
  }
  
  /* 5. Figures */
  .figure {
    position: absolute;
    z-index: 0;
    /* max-width: 620px; */
    height: auto;
    object-fit: contain;
  }
  
  /* Glassmorphism Container */
.glass-container {
  position: absolute;
  /* backdrop-filter: blur(4px); */
  /* background: rgba(255, 255, 255, 0.01); */
  /* border: 1px solid rgba(255, 255, 255, 0.3); */
  border-radius: 30px;
  padding: 16px;
  /* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15); */
  z-index: 1; /* behind figure image */
  display: flex;
  align-items: center;
  justify-content: center;

  transition: transform 0.2s ease-out;
  transform-style: preserve-3d;
  will-change: transform;
  perspective: 800px;
}

/* Update figures to fit inside glass container */
.figure {
  position: relative; /* no longer absolute */
  opacity: 0.5;
  z-index: 2;
  height: auto;
  max-width: 100%;
  border-radius: 20px; /* optional: round the image corners */
}

.float-figure {
  max-width: 150px;
  height: auto;
  object-fit: contain;
  opacity: 0.5;
  z-index: 1;
}

.float-figure-container {
  position: absolute;
  will-change: transform;
}

/* Float movement animation */
@keyframes float-conveyor {
  0% {
    transform: translateX(-10vw) translateY(0px);
  }
  50% {
    transform: translateX(10vw) translateY(-4px);
  }
  100% {
    transform: translateX(-10vw) translateY(0px);
  }
}

/* .float-figure-container {
  animation: float-conveyor 40s ease-in-out infinite;
} */



  /* STORE BLOCK */

  /* TOP DIVIDER */
.custom-shape-divider-top-1747510186 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1747510186 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 25px;
}

.custom-shape-divider-top-1747510186 .shape-fill {
    fill: #F9F5F0;
}

/* BOTTOM DIVIDER */

/* STORE BLOCK */
.store {
    /* height: 500px; */
}

/* ABOUT ME BLOCK */

/* DIVIDER */

.custom-shape-divider-top-1747510377 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1747510377 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 25px;
}

.custom-shape-divider-top-1747510377 .shape-fill {
    fill: #E8DCCF;
}

.about-me {
    padding: 45px 15px 25px;
    color: #3A3A3A;
}

.about-me h2{
    text-align: center;
    font-size: 3rem;
}

.about-me_content {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
  }

  .about-me_content img {
    width: 100%;
    max-width: 40%; 
    height: auto; 
    margin-right: 2rem;
    border-radius: 8px;
    flex-shrink: 0;
  }
  
  .about-me_content .about-me_text {
    font-size: 1.3rem;
  }
  
  /* Optional: add spacing between <p> blocks */
  .about-me_content .about-me_text p + p {
    margin-top: 1em;
  }

  /* CONTACTS */

  /* FORM */

  .contacts_content {
    /* display: flex; */
    margin: 25px 0;
    display: flex;
  }

  .contacts_form {
    max-width: 50%;
  }

  .contacts_form label {
    font-size: 2rem;
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    color: #3A3A3A;
  }

  #form {
    position: relative;
    width: 100%;
    text-align: center;
  }

  .map {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
  }

  .contacts_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
  .contacts_info_text {
    font-size: 1.3rem;
  }

  .contacts_info_text p:not(:last-child) {
    margin-bottom: .3rem;
  }

  .contacts_info_socials {

  }

  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #aca49c;
    font-size: 0.875em;
  }
  
  input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: #bbb5af;
  }
  
  input::-moz-placeholder, textarea::-moz-placeholder {
    color: #aca49c;
    font-size: 0.875em;
  }
  
  input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: #bbb5af;
  }
  
  input::placeholder, textarea::placeholder {
    color: #aca49c;
    font-size: 0.875em;
  }
  
  input:focus::placeholder, textarea::focus:placeholder {
    color: #bbb5af;
  }
  
  input::-ms-placeholder, textarea::-ms-placeholder {
    color: #aca49c;
    font-size: 0.875em;
  }
  
  input:focus::-ms-placeholder, textarea:focus::-ms-placeholder {
    color: #bbb5af;
  }
  
  /* on hover placeholder */
  
  input:hover::-webkit-input-placeholder, textarea:hover::-webkit-input-placeholder {
    color: #e2dedb;
    font-size: 0.875em;
  }
  
  input:hover:focus::-webkit-input-placeholder, textarea:hover:focus::-webkit-input-placeholder {
    color: #cbc6c1;
  }
  
  input:hover::-moz-placeholder, textarea:hover::-moz-placeholder {
    color: #e2dedb;
    font-size: 0.875em;
  }
  
  input:hover:focus::-moz-placeholder, textarea:hover:focus::-moz-placeholder {
    color: #cbc6c1;
  }
  
  input:hover::placeholder, textarea:hover::placeholder {
    color: #e2dedb;
    font-size: 0.875em;
  }
  
  input:hover:focus::placeholder, textarea:hover:focus::placeholder {
    color: #cbc6c1;
  }
  
  input:hover::placeholder, textarea:hover::placeholder {
    color: #e2dedb;
    font-size: 0.875em;
  }
  
  input:hover:focus::-ms-placeholder, textarea:hover::focus:-ms-placeholder {
    color: #cbc6c1;
  }
  
  input {
    font-family: 'Lato', sans-serif;
    font-size: 0.875em;
    width: 470px;
    height: 50px;
    padding: 0px 15px 0px 15px;
    
    background: transparent;
    outline: none;
    color: #726659;
    
    border: solid 1px #b3aca7;
    border-bottom: none;
    
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
  }
  
  input:hover {
    background: #b3aca7;
    color: #e2dedb;
  }
  
  textarea {
    width: 470px;
    max-width: 470px;
    height: 110px;
    max-height: 110px;
    padding: 15px;
    
    background: transparent;
    outline: none;
    
    color: #726659;
    font-family: 'Lato', sans-serif;
    font-size: 0.875em;
    
    border: solid 1px #b3aca7;
    
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
  }
  
  textarea:hover {
    background: #b3aca7;
    color: #e2dedb;
  }
  
  #submit {
    
    padding: 0;
    margin: -5px 0px 0px 0px;
    
    font-family: 'Lato', sans-serif;
    font-size: 0.875em;
    color: #b3aca7;
    
    outline:none;
    cursor: pointer;
    
    border: solid 1px #b3aca7;
    border-top: none;
  }
  
  #submit:hover {
    color: #e2dedb;
  }  

  /* FAQ */

  .faq-container {
    margin-bottom: 20px;
  }

  .faq {
    margin-top: 15px;
  }

  .faq details {
    border: 1px solid #aaa;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
    background: #f9f9f9;
    color: #3A3A3A;
  }

  .faq summary {
    font-weight: bold;
    cursor: pointer;
    margin-bottom: .7rem;
  }

  .faq summary::marker {
    content: "▶ ";
    font-size: 14px;
  }

  .faq details[open] summary::marker {
    content: "▼ ";
  }

  /* FOOTER */
  .footer {
    background-color: #3A3A3A;
    padding: 15px 30px;
    color: #F9F5F0;

    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  
  .footer-nav ul {
      display: flex;
      flex-direction: column;
      list-style: none;
      text-align: center;
  }
  
  .footer-nav ul a {
      text-decoration: none;
      color: #F9F5F0;
  }
  
  .footer-nav ul li:last-child {
      margin-bottom: 0;
  }
  
  .footer-nav ul li {
      position: relative;
      margin-bottom: 1rem;
  }
  
  .footer-nav ul li a {
      text-decoration: none;
      color: #F9F5F0; /* or your header color */
      position: relative;
      padding: 0.1rem 0;
  }
  
  .footer-nav ul li a::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0; /* or use a few pixels if you want space under text */
      width: 0;
      height: 1px; /* thickness of the underline */
      background-color: #F9F5F0; /* inherits text color */
      transition: width 0.15s ease-in-out;
  }
  
  .footer-nav ul li a:hover::after {
      width: 100%;
  }

  /* GALLERY */
  .gallery-wrapper {
  padding: 1rem;           /* Optional: spacing around */
  max-height: 580px;        /* ✅ Make it not too tall */
  overflow-y: auto;        /* ✅ Vertical scroll */
  scrollbar-width: thin;   /* Firefox scrollbar style */
}

/* Optional: smooth scrollbar look for WebKit (Chrome, Safari) */
.gallery-wrapper::-webkit-scrollbar {
  width: 8px;
}
.gallery-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

  .grid-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.grid-gallery a {
  flex: 1 0 calc(25% - 8px);
  max-width: calc(25% - 8px);
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.grid-gallery img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.grid-gallery img:hover {
  transform: scale(1.05);
}

/* ---------------------- */
/* RESPONSIVE STYLES     */
/* ---------------------- */


/* Responsive adjustments */
@media (max-width: 1024px) {
  .grid-gallery a {
    flex: 1 0 calc(33.333% - 8px);
    max-width: calc(33.333% - 8px);
  }
}

@media (max-width: 768px) {
  .grid-gallery a {
    flex: 1 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
}

@media (max-width: 480px) {
  .grid-gallery a {
    flex: 1 0 100%;
    max-width: 100%;
  }
}

/* Small devices (phones, less than 600px) */
@media (max-width: 599px) {

  .header {
    flex-direction: column;
    align-items: flex-start;
    font-size: 1rem;
    padding: 15px 10px;
  }

  .header-nav ul {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }

  .header-nav ul li {
    margin-right: 0;
  }

  .main-container {
    width: 95%;
  }

  .hero {
    flex-direction: column;
    align-items: center;
  }

  .pink-circle {
    width: 250px;
    height: 250px;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 100px;
  }

  .hero-logo {
    position: relative;
    top: auto;
    left: auto;
    max-width: 90vw;
    margin-bottom: 20px;
    z-index: 4;
  }

  .about-me_content {
    flex-direction: column;
  }

  .about-me_content img {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .contacts_content {
    flex-direction: column;
  }

  .contacts_form {
    max-width: 100%;
    margin-bottom: 20px;
  }

  input, textarea {
    max-width: 100%;
  }

  .footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
  }

  .footer-nav ul {
    flex-direction: row;
    gap: 1.5rem;
    justify-content: center;
  }
}

/* Medium devices (tablets, 600px - 900px) */
@media (min-width: 600px) and (max-width: 899px) {

  .header {
    font-size: 1.1rem;
  }

  .pink-circle {
    width: 300px;
    height: 300px;
    margin-left: 40px;
    margin-top: 40px;
    margin-bottom: 150px;
  }

  .hero-logo {
    max-width: 80vw;
  }

  .about-me_content img {
    max-width: 60%;
  }

  .contacts_form {
    max-width: 70%;
  }
}