@charset "UTF-8";
/* CSS Document */
/* ====== FARBY ONA VISUALS ====== 
  --beige: #BAADA1;
  --brown: #604E42;
  --light: #F7F5F2;
  --dark brown: #302621;
  --white: #FFFFFF;
  --black: #000000;
}*/
@font-face {
  font-family: "Le More Collection Script";
 src: url("fonts/LeMoreCollectionScript.woff2") format("woff2"),
     url("fonts/LeMoreCollectionScript.woff") format("woff");

  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "The Seasons";
  src: url("fonts/the-seasons-regular.woff2") format("woff2"),
       url("fonts/the-seasons-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "The Seasons";
  src: url("fonts/the-seasons-light.woff2") format("woff2"),
       url("fonts/the-seasons-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "The Seasons";
  src: url("fonts/the-seasons-bold.woff2") format("woff2"),
       url("fonts/the-seasons-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Century Gothic Pro";
  src: url("fonts/fonnts.com-Century_Gothic_Pro.woff2") format("woff2"),
       url("fonts/fonnts.com-Century_Gothic_Pro.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}



html {
  scroll-behavior: smooth;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden; /* zabráni horizontálnemu rolovaniu */
}

/* HLAVIČKA */

.header {
  width: 100%;
  background-color: #F7F5F2;
  padding: 5px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box; /* Dôležité! */
}


.logo img {
  height: 85px;
}

/* NAV */
.nav ul {
  list-style: none;
  display: flex;
  gap: 55px;
  margin: 0;
  padding: 0;
}

.nav a {
  font-family: "century-gothic", sans-serif;
  font-size: 16px;
  color: #302621;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: 0.2s ease;
}


.nav a:hover {
  opacity: 0.6;
}



/* ===== HERO SEKCIÁ ===== */
.hero {
  width: 100%;
  height: 70vh;
  background-image: url("pozadie_hero.png"); /* sem daj svoj obrázok */
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 80px;
  box-sizing: border-box;
}

/* Tmavší prechod zľava */
.hero-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(to right, rgba(48, 38, 33, 0.65), rgba(48, 38, 33, 0));
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  color: #FFFFFF;
  text-align: center;        /* ⭐ stred textu */
  display: flex;
  flex-direction: column;    /* ⭐ položky pod seba */
  align-items: center;       /* ⭐ vycentrovanie */
  gap: 5px;                  /* malé medzery medzi riadkami */
}


/* Script (Le More Collection Script) */
.script {
  font-family: "Le More Collection Script", cursive;
  font-size: 63px;
  line-height: 1.15;
  margin: 0 0 10px 0;
}

/* Serif (The Seasons REGULAR, not italic) */
.serif {
  font-family: "The Seasons", serif;
  font-size: 62px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.1;
  margin: 0;
  text-align: center;
}




/* ===== HODNOTY / VALUES SEKCIÁ ===== */
.values {
  background-color: #BAADA1; /* Ash Brown */
  padding: 25px 0;
  width: 100%;
}

.values-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 150px; /* tu si uprav vzdialenosť */
}


.values-container p {
  font-family: "century-gothic", sans-serif;
  color: #FFFFFF;
  font-size: 15px;
  letter-spacing: 4px; /* rovnaký dojem ako na obrázku */
  margin: 0;
  text-transform: uppercase;
}



/* ===== SERVICES SECTION ===== */
.services {
  background-color: #F7F5F2; /* Parchment */
  padding: 80px 0;
  width: 100%;
}

.service-row {
  max-width: 1150px;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.service-left,
.service-right {
  flex: 1;
}

.service-icons img {
  width: 200px;
  border-radius: 12px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
  gap: 50px;
}


.images img {
  width: 200px;
  border-radius: 12px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
  gap: 50px;

}



hr {
  border: 0;
  height: 1px;
  background-color: #D6D0CA;
  max-width: 1100px;
  margin: 40px auto;
}

.services h3 {
  font-family:"The Seasons", serif;
  font-size: 26px;
  margin-bottom: 15px;
  color: #302621;
}

.services p {
  font-family: "century-gothic", sans-serif;
  color: #302621;
  font-size: 17px;
  line-height: 1.6;
}

/* Buttons */
.service-buttons {
  margin-top: 40px;
  text-align: center;
}

.btn {
  padding: 14px 36px;
  border-radius: 30px;
  margin: 0 10px;
  font-family: "century-gothic";
  text-decoration: none;
  border: 2px solid;
  letter-spacing: 1px;
  font-size: 15px;
	transition: all 0.3s ease;
	display: inline-block;
}

.btn.brown {
  background-color: #604E42;
  color: #FFFFFF;
}

.btn.brown:hover {
  background-color: #302621;
  color: #FFFFFF;
  transform: scale(1.03);
}


.btn.white {
  background-color: transparent;
  border-color: #BAADA1;
  color: #302621;
}

.btn.white:hover {
  background-color: #BAADA1;
  color: #FFFFFF;
  transform: scale(1.03);
}







/* ===== ABOUT SECTION ===== */
.about {
  background-color: #BAADA1;
  padding: 20px 0;
  width: 100%;
  position: relative; 
}

.about-container {
  max-width: 1700px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-left: 60px;
  padding-right: 0;
}

.about-text {
  flex: 2;
  padding-right: 280px; /* ⭐ REZERVA PRE FOTKU (uprav podľa šírky obrázka) */
}

.about-text p {
  font-family: "century-gothic", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #00000;
  margin-bottom: 20px;
}

/* Fotka úplne doprava/dole */
.about-photo {
  position: absolute;
  right: 0;
  bottom: 0;
}

.about-photo img {
  width: 240px;
}





/* ===== FAQ SEKCIA ===== */
.faq {
  background-color: #F7F5F2;
  color: #302621; /* Dark Coffee */
  padding: 80px 20px;
  text-align: center;
}

/* Nadpis */
.faq h2 {
  font-family: "The Seasons", serif;
  font-size: 2.6rem;
  color: #302621;
  margin-bottom: 25px;
}

.section-intro {
  font-family: "century-gothic", sans-serif;
  font-size: 1.05rem;
  color: #604E42;
  margin-bottom: 60px;
  line-height: 1.6;
}

/* Grid 2 stĺpcov */
.faq-container {
  max-width: 1100px;
  margin: 0 auto 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 40px;
  column-gap: 80px;
  text-align: left;
}

/* Každá položka – border odstránený kvôli glitchu */
.faq-item {
  padding-bottom: 0;
  border-bottom: none;
}

/* Tlačidlo otázky – SEM sa presúva border */
.faq-question {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #604E42;
  color: #302621;
  font-family: "century-gothic", sans-serif;
  font-size: 1.15rem;
  text-align: left;
  padding: 12px 0 15px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question:hover {
  color: #604E42;
}

.arrow {
  transition: transform 0.3s ease;
  font-size: 1.2rem;
}

/* TEXT odpovede */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding-right: 10px;
  padding-top: 10px; /* aby text nebol nalepený na border */

  transition:
    max-height 0.55s cubic-bezier(.25,.46,.45,.94),
    opacity 0.35s ease;
}

.faq-answer p {
  font-family: "century-gothic", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #302621;
}

/* Keď je otvorené */
.faq-item.active .faq-answer {
  max-height: 300px;
  opacity: 1;
}

.faq-item.active .arrow {
  transform: rotate(180deg);
}

/* Tlačidlo */
.btn-primary {
  background-color: transparent;
  color: #604E42;
  padding: 14px 32px;
  border-radius: 30px;
  text-decoration: none;
  font-family: "century-gothic", sans-serif;
  font-weight: 600;
  border: 2px solid #604E42;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-primary:hover {
  background-color: #604E42;
  color: #FFFFFF;
  transform: scale(1.03);
}






/* ===== CTA Sekcia ===== */
.cta-section {
  padding: 15px 20px;  /* bolo 100px */
  display: flex;
  justify-content: center;
  background-color: #F7F5F2;
}

.cta-wrapper {
  background-color: #BAADA1;
  padding: 60px 45px; /* bolo 80px 60px */
  border-radius: 120px; /* bolo 160px */
  max-width: 975px; /* bolo 1300px */
  width: 75%; /* bolo 85% */
  text-align: center;
}

/* Nadpis */
.cta-wrapper h2 {
  font-family: "The Seasons", serif;
  color: #302621;
  font-size: 1.95rem; /* bolo 2.6rem */
  margin-bottom: 15px; /* bolo 20px */
}

/* Podnadpis */
.cta-wrapper p {
  font-family: "century-gothic", sans-serif;
  color: #604E42;
  font-size: 0.9rem; /* bolo 1.2rem */
  margin-bottom: 35px; /* bolo 45px */
}

/* Tlačidlo */
.cta-btn {
  display: inline-block;
  padding: 10px 30px; /* bolo 14px 40px */
  font-family: "century-gothic", sans-serif;
  font-size: 0.9rem; /* bolo 1.1rem */
  font-weight: 600;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 30px; /* bolo 40px */
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Hover efekt */
.cta-btn:hover {
  background-color: #ffffff;
  color: #302621;
}

/* Mobilná verzia */
@media (max-width: 768px) {
  .cta-wrapper {
    padding: 40px 20px; /* bolo 50px 25px → menšie o 25% */
    border-radius: 45px; /* bolo 60px */
  }

  .cta-wrapper h2 {
    font-size: 1.35rem; /* bolo 1.8rem */
  }

  .cta-wrapper p {
    font-size: 0.75rem; /* bolo 1rem */
  }

  .cta-btn {
    font-size: 0.8rem; /* bolo 1rem */
    padding: 9px 24px;
  }
}






/* ====== KONTAKT ====== */
.contact {
  background-color: #F7F5F2; /* Isabelline */
  padding: 100px 60px;
  color: #302621; /* Bistre */
}

.contact-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.contact-text {
  flex: 1;
  min-width: 300px;
}


.contact-text h2 {
  font-family: "The Seasons", sans-serif;
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #302621;
}

.contact-text p {
  font-family: "century-gothic", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #604E42;
  margin-bottom: 25px;
}

.contact-info p {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #604E42;
  font-family: "century-gothic", sans-serif;
  margin-bottom: 10px;
}

.contact-info a {
  color: #604E42;
  text-decoration: none;
  font-weight: 600;
}

.socials {
  display: flex;
  gap: 18px;
  align-items: center;
}

.socials .social-icon {
  width: 35px;      /* uprav podľa seba */
  height: 35px;
  object-fit: contain;
  transition: opacity 0.3s ease;
}

.socials .social-icon:hover {
  opacity: 0.7;
}



.contact-form {
  flex: 1;
  min-width: 350px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-form label {
  font-family: "century-gothic", sans-serif;
  font-size: 1rem;
  color: #302621;
}

.contact-form input,
.contact-form textarea {
  font-family: "century-gothic", sans-serif;
  font-size: 1rem;
  padding: 12px 16px;
  border: 1px solid #BAADA1;
  border-radius: 8px;
  outline: none;
  resize: none;
  background-color: #fff;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #604E42;
}

/* Tlačidlo */
.contact-form .btn-primary {
  background-color: #604E42;
  color: #FFFFFF;
  padding: 14px 32px;
  border-radius: 30px;
  border: none;
  font-family: "century-gothic", sans-serif;
  font-size: 0.8rem;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  align-self: flex-start;
}

.contact-form .btn-primary:hover {
  background-color: #302621;
  transform: scale(1.03);
}

/* ====== RESPONSIVITA ====== */
@media (max-width: 900px) {
  .contact-container {
    flex-direction: column;
    gap: 40px;
  }

  .contact-text h2 {
    font-size: 3rem;
  }

  .contact-form .btn-primary {
    align-self: center;
  }
}




/* ===== FOOTER ===== */
.footer {
  background-color: #BAADA1;
  text-align: center;
  padding: 25px 20px;
  color: #302621;
}

/* Logo */
.footer-logo img {
  width: 120px;
  margin-bottom: 10px;
}

/* Text */
.footer-text {
  font-family: "The Seasons", regular;
  font-size: 1.1rem;
  margin-bottom: 20px;
  margin-top: 5px;
}

/* Social icons */
.footer-socials {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
}

.social-icon {
  width: 40px;          /* môžeš zmeniť */
  transition: 0.3s ease;
  opacity: 0.9;
}

.footer-socials a:hover .social-icon {
  opacity: 1;
  transform: scale(1.15);
}

/* Copyright */
.footer-copy {
  font-family: "century-gothic", sans-serif;
  font-size: 0.95rem;
  opacity: 0.8;
  margin-bottom: 5px;
}















@media (max-width: 768px) {

/* ===== HAMBURGER BUTTON (3 čiarky) ===== */
.mobile-menu-btn {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 28px;
  height: 24px;
  cursor: pointer;
  z-index: 99999;
}

.mobile-menu-btn span {
  display: block;
  width: 100%;
  height: 3px;
  margin-bottom: 5px;
  background-color: #302621;
  border-radius: 2px;
  transition: 0.3s ease;
}

/* Animácia pri kliknutí */
.mobile-menu-btn.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.mobile-menu-btn.active span:nth-child(2) {
  opacity: 0;
}
.mobile-menu-btn.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* ===== MOBILNÉ MENU ===== */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 70%;
  height: 100vh;
  background-color: #F7F5F2;
  box-shadow: -4px 0 20px rgba(0,0,0,0.1);
  z-index: 9999;
  transition: 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-menu.open {
  right: 0;
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
  text-align: center;
}

.mobile-menu li {
  margin: 20px 0;
}

.mobile-menu a {
  text-decoration: none;
  font-family: "century-gothic", sans-serif;
  color: #302621;
  font-size: 1.4rem;
  letter-spacing: 1px;
}

/* Zobraziť len na mobile */
@media (max-width: 768px) {
  .mobile-menu-btn {
    display: block;
  }
  .nav ul {
    display: none !important;
  }
}


  /* === HEADER === */
  .header {
    padding: 10px 18px;
  }
  .logo img {
    height: 60px;
  }

  /* === HERO === */
  .hero {
    padding: 40px 15px;
    height: auto;
  }
  .script {
    font-size: 30px;
  }
  .serif {
    font-size: 28px;
  }

   /* ========= SKRYŤ HODNOTY (MINIMALIZMUS, ESTETIKA...) ========= */
  .values {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* === SERVICES === */
  .service-row {
    flex-direction: column !important;
    text-align: center;
    padding: 0 15px;
  }

  .service-row img {
    width: 85% !important;
    margin: 10px auto;
    display: block;
  }

  .service-left,
  .service-right {
    width: 100%;
  }

  .services h3 {
    font-size: 20px;
  }
  .services p {
    font-size: 15px;
    line-height: 1.5;
  }

  /* === ABOUT === */
  .about-container {
    padding: 20px 20px;
    flex-direction: column !important;
  }

  .about-text {
    padding: 0 !important;
    width: 95%;
    margin: 0 auto;
  }

  .about-text p {
    font-size: 15px;
    line-height: 1.55;
  }

  .about-photo {
    position: static !important;
    margin-top: 15px;
    text-align: center;
  }

  .about-photo img {
    width: 55%;
    max-width: 260px;
  }

  /* === FAQ === */
  .faq-container {
    grid-template-columns: 1fr !important;
    gap: 20px;
    padding: 0 10px;
  }
  .faq-question {
    font-size: 1rem;
  }

  /* === CTA === */
  .cta-wrapper {
    padding: 35px 22px;
    width: 92%;
    border-radius: 30px;
  }
  .cta-wrapper h2 {
    font-size: 1.35rem;
  }
  .cta-wrapper p {
    font-size: 0.8rem;
  }

  /* === CONTACT === */
  .contact {
    padding: 50px 20px;
  }
  .contact-text h2 {
    font-size: 1.7rem;
  }
  .contact-text p {
    font-size: 0.9rem;
  }

  .contact-form label {
    font-size: 0.9rem;
  }

  /* === FOOTER === */
  .footer {
    padding: 20px;
  }
  .footer-logo img {
    width: 95px;
  }
  .footer-text {
    font-size: 1rem;
  }
}
