
@font-face {
  font-family: 'The Season';
  src: url('Fonts/lt.otf') format('woff2'),
       url('Fonts/woff2/lt.woff2') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'The Season';
  src: url('Fonts/it.otf') format('woff2'),
       url('Fonts/woff2/it.woff2') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Safari-specific override for centering titles */
@supports (-webkit-touch-callout: none) {
  .title-flower {
    text-align: center !important;
    padding-left: 0 !important;
  }
}







/* Safari-specific override for centering titles */
@supports (-webkit-touch-callout: none) {
  .title-flower {
    text-align: center !important;
    padding-left: 0 !important;
  font-style: italic; }
}


 
    



    :root {
      --bg: #ffffff;
      --accent: #333;
    }

    * {
      box-sizing: border-box;
    }

    body {font-family: 'The Season', 'Montserrat', system-ui, sans-serif;
      font-weight: 300;
      background-color: var(--bg);
      color: var(--accent);
      line-height: 1.7;
      padding-top: 70px;
    }

    .container {
      max-width: 1400px;
     margin: 0 auto;
      padding: 0 20px;
    }

    @media (max-width: 1400px) {
  .container {
    padding: 0 24px;
  }
  .logo-title h1 {
      font-size: clamp(2.5rem, 6vw, 6.5rem);
  }
  nav ul li a,
  .logo-title span,
  .about-text span {
    font-size: 1.2rem;
  }
}

@media (max-width: 1050px) {
      .logo-title h1 {
        font-size: clamp(2.2rem, 6vw, 4rem);
      }
      .about-text h2 {
        font-size: 2.8rem;
      }
      .about-text p {
        font-size: 1.25rem;
      }
      nav ul li a,
      .logo-title span,
      .about-text span {
        font-size: 1.1rem;
      }
    }

    @media (max-width: 992px) {
  .logo-title h1 {
    font-size: 5rem;
  }
  .about-text h2 {
    font-size: 3.2rem;
  }
  .about-text p {
    font-size: clamp(1rem, 1.8vw, 1.3rem);
  }
  .header-images img {
    max-height: 300px;
  }
}

@media (max-width: 1023px) and (min-width: 800px) {
  .about-text p,
  .about-text span,
  .about-text li,
  .about-text h2 {
    font-size: clamp(1rem, 1.5vw, 1.2rem);
  }
  .about-section img,
  .header-images img,
  .slider-track img {
    max-height: 300px;
    height: auto;
    width: auto;
    object-fit: contain;
  }
  .about-text p {
    font-size: clamp(1rem, 2vw, 1.4rem);
  }
  .about-section img {
    max-width: 100%;
    max-height: 80vh;
    height: auto;
  }
  html {
    font-size: 90%;
  }
  body {
    font-size: clamp(13px, 1vw, 16px);
  }
  .about-text p,
  .about-text span,
  .about-text li,
  .about-text h2 {
    font-size: clamp(1rem, 1.6vw, 1.3rem);
  }
  .about-section img,
  .header-images img,
  .slider-track img {
    max-height: 400px;
    width: auto;
    height: auto;
  }
  html {
    font-size: 95%;
  }
  .logo-title h1 {
    font-size: clamp(2rem, 6vw, 5rem);
  }
  .about-text h2 {
    font-size: clamp(1.8rem, 5vw, 3.2rem);
  }
  .about-text p {
    font-size: clamp(1rem, 1.6vw, 1.3rem);
  }
  .about-text span,
  nav ul li a,
  .logo-title span {
    font-size: clamp(0.9rem, 1.5vw, 1.2rem);
  }
  .header-images img {
    max-height: 300px;
    width: 100%;
    object-fit: contain;
  }
  
  .about-section:last-of-type {
    flex-direction: column;
    align-items: flex-start;
  }
  .logo-title {
    padding-left: 0 !important;
  }
  .header-images {
    display: none;
  }
  .logo-title {
  flex: 1;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 60px;
}
  .logo-title * {
    text-align: center;
  }
  .header-images {
    display: none;
  }

  .logo-title {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-left: 0;
    align-items: center;
  }

      .container {
        padding: 0 16px;
      }
      .header-inner {
        flex-wrap: wrap;
      }
      .header-images {
        flex-wrap: wrap;
      }
      .header-images img {
        display: none;
      }
      .header-images img:first-child {
        display: block;
        max-width: 100%;
      }
      .about-section {
        flex-direction: column;
        text-align: left;
      }
      .about-section img {
        max-width: 100%;
      }
    }


    header {
      background: #fff;
    }

    .header-inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: nowrap;
    }

    .logo-title {
      flex: 1;
      text-align: left;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-left: 60px;
      max-width: 45%;
    }


 .header-images {
  align-items: flex-end; /* или center */
}

.header-images img {
  max-height: 500px;
  width: 48%;
  height: auto;
  object-fit: cover;
}

    @media (max-width: 1023px) {
      .header-inner {
        flex-wrap: wrap;
      }
      .header-images {
        flex-wrap: wrap;
      }
      .header-images img {
        display: none;
      }
      .header-images img:first-child {
        display: block;
        max-width: 100%;
      }
    }

    .logo-title h1 {
      font-size: clamp(3rem, 8vw, 6.5rem);
      font-weight: 500;
      line-height: 1.2;
      margin-bottom: 1rem;
      margin-top: 1rem;
    }

    .logo-title div {
      display: flex;
      justify-content: space-between;
      max-width: 550px;
      border-top: 1px solid black;
      padding-top: 1rem;
    }

    .logo-title span {
      font-size: 1.3rem;
      letter-spacing: 1px;
        font-family: 'Montserrat', sans-serif;

    }

    nav {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background: #fff;
      z-index: 1000;
    }

    nav ul {
      display: flex;
      list-style: none;
      padding: 10px 40px;
      margin: 0;
      gap: 30px;
      flex-wrap: wrap;
    }

    nav ul li a {
     font-family: 'Montserrat', sans-serif;
      text-decoration: none;
      color: var(--accent);
      font-size: 1.3rem;
    }

    nav ul li a:hover {
      text-decoration: underline;
    }

    .burger {
      display: none;
      flex-direction: column;
      gap: 5px;
      padding: 20px 20px;
      cursor: pointer;
    }

    .burger div {
      width: 25px;
      height: 3px;
      background: #333;
    }

    @media (max-width: 1300px) {
      nav ul {
        display: none;
        flex-direction: column;
        gap: 20px;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: white;
        border-top: 1px solid #ddd;
        padding: 20px;
      }

      nav ul.active {
        display: flex;
      }

      .burger {
        display: flex;
      }
    }

    main {
      max-width: 1080px;
      margin: 0 auto;
      padding: 40px 20px;
    }

    .section {
      margin: 0px 0;
    }

    .section h3 {
      font-size: 2rem;
      font-weight: 400;
      text-align: center;
      margin-bottom: 40px;
    }

    .gallery {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 40px;
    }

    .gallery figure {
      margin: 0;
      background: white;
      padding: 20px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.08);
      transition: transform 0.2s ease;
    }

    .gallery figure:hover {
      transform: translateY(-4px);
    }

    .gallery img {
      width: 100%;
      height: auto;
      display: block;
      margin-bottom: 15px;
    }

    .gallery figcaption {
      font-size: 1rem;
      text-align: center;
    }

    .contact {
      text-align: center;
      padding: 60px 20px;
      background: white;
      margin-top: 100px;
    }

    .contact h3 {
      font-size: clamp(1.2rem, 2vw, 1.5rem);
      margin-bottom: 20px;
    }

    .contact p {
      margin: 6px 0;
      font-size: 1.1rem;
    }

    footer {
      text-align: center;
      font-size: 0.9rem;
      color: #666;
      padding: 40px 0;
      background: #fff;
      margin-top: 60px;
    }

    .hero-slider {
      overflow-x: auto;
      background: #fff;
      padding: 20px 0;
    }

    .slider-wrapper {
      overflow: hidden;
    }

    .slider-track {
      display: flex;
      gap: 20px;
      animation: scroll 25s linear infinite;
      will-change: transform;
    }

    .slider-wrapper:hover .slider-track {
      animation-play-state: paused;
    }

    .slider-track img {
      height: 240px;
      border: 1px solid #ccc;
      object-fit: cover;
    }

    @keyframes scroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }

    .lightbox {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0.8);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }

    .lightbox.active {
      display: flex;
    }

    .lightbox img {
      max-width: 90%;
      max-height: 90%;
      box-shadow: 0 0 20px rgba(0,0,0,0.6);
      border: 4px solid white;
      border-radius: 8px;
      background: white;
      object-fit: contain;
      transition: all 0.3s ease;
    }
  
    .about-section img {
      width: 100%;
      max-width: 450px;
      height: auto;
      object-fit: cover;
      flex-shrink: 0;
    }
    .about-text {
      flex: 1;
    }
    .about-text h2 {
      font-family: 'The Season', serif;
      font-size: 4rem;
      font-style: italic;
      margin: 0 0 10px;
    }
    .about-text span {
      font-size: 1.2rem;
      display: block;
      margin-bottom: 20px;
    }
    .about-text p {
      font-size: 1.5rem;
      margin-bottom: 1.2rem;
    }
    @media (max-width: 799px) {
  .hero-slider {
    padding: 40px 0;
  }
  .slider-track img {
    height: 320px;
  }
  .logo-title {
    width: 100%;
    max-width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }
  .logo-title {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-left: 0;
    align-items: center;
  }
  .logo-title * {
    text-align: center;
  }
  .logo-title h1 {
    font-size: clamp(2.5rem, 6vw, 6.5rem);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .logo-title span {
    font-size: clamp(1rem, 2vw, 1.4rem);
  }
  .logo-title div {
    display: flex;
    justify-content: space-between;
    max-width: 550px;
    border-top: 1px solid black;
    padding-top: 1rem;
    margin: 0 auto;
  }
  .logo-title {
    margin: 0;
    text-align: left;
    padding-left: 60px;
  }
  .logo-title * {
    text-align: left;
  }
  .logo-title h1 {
    font-size: clamp(2.5rem, 6vw, 6.5rem);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .logo-title span {
    font-size: clamp(1rem, 2vw, 1.4rem);
  }
  .logo-title div {
    display: flex;
    justify-content: space-between;
    max-width: 550px;
    border-top: 1px solid black;
    padding-top: 1rem;
    margin: 0;
  }
  .logo-title {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-left: 0;
    align-items: center;
  }
  .logo-title * {
    text-align: center;
  }
  .logo-title h1 {
    font-size: clamp(2.5rem, 6vw, 6.5rem);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .logo-title span {
    font-size: clamp(1rem, 2vw, 1.4rem);
  }
  .logo-title div {
    display: flex;
    justify-content: space-between;
    max-width: 550px;
    border-top: 1px solid black;
    padding-top: 1rem;
    margin: 0 auto;
  }
  .logo-title {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-left: 0;
    align-items: center;
  }
  .logo-title h1 {
    font-size: clamp(3rem, 8vw, 6.5rem);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .logo-title span {
    font-size: clamp(1rem, 2vw, 1.4rem);
  }
  .hero-banner header,
  .hero-banner .hero-slider {
    display: block;
  }
  .header-inner {
    flex-wrap: nowrap;
    align-items: flex-end;
  }
  .header-images {
    display: flex;
    gap: 20px;
  }
  .header-images img {
    display: block;
    width: 48%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
  }
  .header-images img:first-child {
    display: none;
  }
  html {
    font-size: 80%;
  }
  body {
    font-size: clamp(12px, 1vw, 16px);
  }
  .about-text h2,
  .logo-title h1 {
    font-size: clamp(3rem, 6vw, 4rem);
  }
  .about-text p,
  .about-text span,
  .about-text li,
  nav ul li a,
  .logo-title span {
    font-size: clamp(1.2rem, 1.5vw, 1.2rem);
  }
  .header-images img,
  .slider-track img,
  .about-section img {
    max-width: 100%;
    height: auto;
    max-height: 70vh;
    object-fit: contain;
    min-width: 250px;
  }
  html {
    font-size: 80%;
  }
  body {
    font-size: clamp(11px, 1vw, 15px);
  }
  .about-text h2,
  .logo-title h1 {
    font-size: clamp(3rem, 6vw, 4rem);
  }
  .about-text p,
  .about-text span,
  .about-text li,
  nav ul li a,
  .logo-title span {
    font-size: clamp(1.2rem, 1.5vw, 1.2rem);
  }
  .header-images img,
  .slider-track img,
  .about-section img {
    max-width: 100%;
    height: auto;
    max-height: 70vh;
    object-fit: contain;
  }
  html {
    font-size: 80%;
  }
  body {
    font-size: clamp(11px, 1vw, 15px);
  }
  .about-text h2,
  .logo-title h1 {
    font-size: clamp(1.6rem, 6vw, 3.5rem);
  }
  .about-text p,
  .about-text span,
  .about-text li,
  nav ul li a,
  .logo-title span {
    font-size: clamp(0.8rem, 1.4vw, 1.1rem);
  }
  .header-images img,
  .slider-track img,
  .about-section img {
    max-width: 100%;
    height: auto;
    max-height: 60vh;
    object-fit: contain;
  }
  html {
    font-size: 85%;
  }
  body {
    font-size: clamp(12px, 1vw, 16px);
  }
  .about-text h2,
  .logo-title h1 {
    font-size: clamp(3rem, 6vw, 4rem);
  }
  .about-text p,
  .about-text span,
  .about-text li,
  nav ul li a,
  .logo-title span {
    font-size: clamp(0.9rem, 1.5vw, 1.2rem);
  }
  .header-images img,
  .slider-track img,
  .about-section img {
    max-width: 100%;
    height: auto;
    max-height: 70vh;
    object-fit: contain;
  }
  .about-section img {
    height: auto;
    max-height: 70vh;
    width: 100%;
    object-fit: contain;
  }
      .about-section {
        flex-direction: column;
        text-align: left;
      }
      .about-section img {
        max-width: 100%;
      }
    }
    @media (max-width: 799px) {
    .hide-below-800 {
      display: none !important;
    }
  }
 .title-flower {
    font-family: 'The Season', serif;
    font-size: clamp(2rem, 5vw, 4rem);
    margin-bottom: 40px;
    padding-left: 60px;
    text-align: left;
  font-style: italic; }

  @media (max-width: 768px) {
    .title-flower {
      text-align: center;
      padding-left: 0;
      padding-right: 0;
    font-style: italic; }
  }
  #spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #333;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}