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

body {
  background-color: #ffffff;
  color: #333333;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  line-height: 1.6;
}

span.purple {
  color: #5d4e6d;
}
span.tan {
  color: #cfc2bb;
}
span.darkPurple {
  color: #4b252d;
}
span.beige {
  color: #d4c4b0;
}
span.darkGreen {
  color: #3d5247;
}

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

.site-header {
  background: white;
  padding: 1em 0;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header .nav {
  display: flex;
  gap: 30px;
}
.site-header .nav-link {
  text-decoration: none;
  color: #333333;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.site-header .nav-link:hover {
  color: #5d4e6d;
}
.site-header .logo {
  text-align: center;
}
.site-header .logo .logo-text {
  display: block;
  font-size: 32px;
  font-family: "Brush Script MT", cursive;
  color: #333333;
}
.site-header .logo .logo-subtitle {
  display: block;
  font-size: 10px;
  letter-spacing: 2px;
  color: #333333;
}
.site-header .logo img {
  width: 300px;
}

.hero {
  height: 600px;
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url("https://res.cloudinary.com/daeerxbn1/image/upload/c_fill,w_2048,h_1536,ar_4:3,g_auto,f_auto,q_auto/v1763158078/pexels-dapur-melodi-192125-699413_nx5sb0.jpg") center/cover no-repeat;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
.hero .hero-overlay {
  background: rgba(75, 37, 45, 0.95);
  padding: 2em 3em;
  text-align: center;
  max-width: 600px;
  border-radius: 4px;
}
.hero .hero-title {
  color: white;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.hero .hero-text {
  color: white;
  font-size: 16px;
  line-height: 1.8;
}

#mc_embed_signup {
  margin: 0 auto;
  clear: left;
  font: 14px Montserrat, Arial, sans-serif;
  width: 600px;
  background: rgba(207, 194, 187, 0.8);
  border-radius: 12px;
  padding: 1em 2em;
}
#mc_embed_signup .mc-field-group input {
  border: none;
  padding: 1em 2em;
  font-family: Montserrat, Arial, sans-serif;
}
#mc_embed_signup #mc-embedded-subscribe {
  background: #4b252d;
  color: white;
  border: none;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

.intro-section {
  padding: 80px 20px;
  text-align: center;
  background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url("https://res.cloudinary.com/daeerxbn1/image/upload/f_auto,q_auto/v1763159125/flower_c9pb0v.png") no-repeat;
  background-size: cover;
  background-position: center;
}
.intro-section .intro-title {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.intro-section .intro-text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.intro-section .intro-footnote {
  font-size: 12px;
  font-style: italic;
  margin-top: 20px;
  color: #666;
}

.purple-section {
  background: #5d4e6d;
  color: white;
  padding: 80px 20px;
  text-align: center;
}
.purple-section .section-title {
  font-size: 32px;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
.purple-section .section-text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.purple-section .cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
}
.purple-section .card {
  background: white;
  overflow: hidden;
  padding: 1em;
  border-radius: 4px;
}
.purple-section .card .card-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.purple-section .card .card-content {
  color: #4b252d;
  text-align: center;
}
.purple-section .card .card-content .card-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.purple-section .card .card-content .card-text {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.about-section {
  background: url("https://res.cloudinary.com/daeerxbn1/image/upload/c_fill,w_2048,g_auto,q_auto,f_auto/v1763165767/pexels-karola-g-4959741_kqobkm.jpg") center/cover no-repeat;
  background-attachment: fixed;
  color: white;
  padding: 80px 20px;
}
.about-section .about-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  background: rgba(93, 78, 109, 0.95);
  border-radius: 4px;
  padding: 2em;
}
.about-section .about-content .about-title {
  font-size: 36px;
  margin-bottom: 30px;
}
.about-section .about-content .about-text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.photo-gallery {
  padding: 1em;
}
.photo-gallery .gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1.33fr 1fr;
  gap: 1em;
  max-width: 1400px;
  margin: 0 auto;
}
.photo-gallery .gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-gallery .gallery-grid img:nth-child(1) {
  aspect-ratio: 1/1;
}
.photo-gallery .gallery-grid img:nth-child(2) {
  aspect-ratio: 4/3;
}
.photo-gallery .gallery-grid img:nth-child(3) {
  aspect-ratio: 1/1;
}

.purple-crocus {
  background: #d4c4b0;
  padding: 80px 20px;
}
.purple-crocus .crocus-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.purple-crocus .crocus-content .crocus-title {
  font-size: 32px;
  margin-bottom: 20px;
  color: #333333;
}
.purple-crocus .crocus-content .crocus-text p {
  margin-bottom: 20px;
  line-height: 1.8;
}
.purple-crocus .crocus-content .crocus-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.testimonials {
  background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url("https://res.cloudinary.com/daeerxbn1/image/upload/f_auto,q_auto/v1763159125/flower_c9pb0v.png") no-repeat;
  background-size: cover;
  background-position: top left;
  padding: 80px 20px;
}
.testimonials .testimonials-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 50px;
}
.testimonials .testimonial-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}
.testimonials .testimonial {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 8px;
}
.testimonials .testimonial .testimonial-text {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
  font-style: italic;
}
.testimonials .testimonial .testimonial-author {
  font-weight: bold;
  text-align: right;
}

.btn {
  padding: 12px 30px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.btn.btn-primary {
  background: #4b252d;
  color: white;
}
.btn.btn-primary:hover {
  background: rgb(40.8482142857, 20.1517857143, 24.5089285714);
}
.btn.btn-secondary {
  background: #3d5247;
  color: white;
}
.btn.btn-secondary:hover {
  background: rgb(39.2447552448, 52.7552447552, 45.6783216783);
}

.site-footer {
  background: #3d5247;
  color: white;
  padding: 40px 20px;
  text-align: center;
}
.site-footer .social-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
.site-footer .social-links a {
  color: white;
  font-size: 20px;
  transition: color 0.3s ease;
}
.site-footer .social-links a:hover {
  color: #d4c4b0;
}
.site-footer .copyright {
  font-size: 12px;
}

.about-intro {
  background: linear-gradient(to right, white 50%, #e8d5e8 50%);
  padding: 80px 20px;
}
.about-intro .intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.about-intro .intro-text {
  padding-right: 40px;
}
.about-intro .intro-text .intro-heading {
  font-size: 32px;
  color: #4b252d;
  margin-bottom: 30px;
  font-weight: 700;
  letter-spacing: 1px;
}
.about-intro .intro-text p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #333333;
}
.about-intro .intro-text .btn {
  margin-top: 30px;
}
.about-intro .intro-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.core-values {
  background: white;
  padding: 80px 20px;
}
.core-values .section-title-gray {
  text-align: center;
  font-size: 36px;
  color: #b8b8b8;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 60px;
}
.core-values .values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto;
}
.core-values .value-card {
  text-align: center;
}
.core-values .value-card .value-title {
  font-size: 16px;
  color: #4b252d;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 1px;
  line-height: 1.4;
}
.core-values .value-card .value-text {
  font-size: 14px;
  line-height: 1.8;
  color: #333333;
}

.my-story {
  background: #d4c4b0;
  padding: 80px 20px;
}
.my-story .story-title {
  text-align: center;
  font-size: 48px;
  color: #333333;
  font-weight: 300;
  margin-bottom: 10px;
}
.my-story .story-subtitle {
  text-align: center;
  font-size: 28px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 50px;
}
.my-story .story-content {
  max-width: 900px;
  margin: 0 auto;
}
.my-story .story-content p {
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 25px;
  color: #333333;
}
.my-story .story-content .btn {
  display: block;
  margin: 50px auto 0;
  max-width: 200px;
}

.purple-crocus-about {
  background: white;
  padding: 80px 20px;
}
.purple-crocus-about .crocus-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.purple-crocus-about .crocus-about-text .crocus-about-title {
  font-size: 36px;
  color: #5d4e6d;
  margin-bottom: 30px;
}
.purple-crocus-about .crocus-about-text p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #333333;
}
.purple-crocus-about .crocus-about-image {
  text-align: center;
}
.purple-crocus-about .crocus-about-image img {
  max-width: 100%;
  height: auto;
}

.contact-header {
  background: #e8e8e8;
}

.contact-section {
  background: #e8e8e8;
  padding: 0 20px 80px;
}
.contact-section .contact-grid {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto;
  background: white;
  padding: 50px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}
.contact-section .contact-image img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.contact-section .contact-image .contact-caption {
  text-align: center;
}
.contact-section .contact-image .contact-caption .caption-name {
  display: block;
  font-family: "Brush Script MT", cursive;
  font-size: 36px;
  color: #333333;
  margin-bottom: 5px;
}
.contact-section .contact-image .contact-caption .caption-subtitle {
  display: block;
  font-size: 12px;
  color: #5d4e6d;
  letter-spacing: 1px;
}
.contact-section .contact-form-wrapper .contact-title {
  font-size: 36px;
  color: #5d4e6d;
  margin-bottom: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}
.contact-section .contact-form-wrapper .contact-subtitle {
  font-size: 15px;
  color: #666;
  margin-bottom: 40px;
  line-height: 1.6;
}
.contact-section .contact-form .form-group {
  margin-bottom: 25px;
}
.contact-section .contact-form .form-group input,
.contact-section .contact-form .form-group textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: inherit;
  font-size: 15px;
  transition: border-color 0.3s ease;
}
.contact-section .contact-form .form-group input:focus,
.contact-section .contact-form .form-group textarea:focus {
  outline: none;
  border-color: #5d4e6d;
}
.contact-section .contact-form .form-group input::placeholder,
.contact-section .contact-form .form-group textarea::placeholder {
  color: #999;
}
.contact-section .contact-form .form-group textarea {
  resize: vertical;
}
.contact-section .contact-form .btn-contact {
  background: white;
  color: #333333;
  border: 2px solid #333333;
  padding: 15px 50px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.contact-section .contact-form .btn-contact:hover {
  background: #333333;
  color: white;
}

.page-header {
  background: #d4c4b0;
  padding: 60px 20px 40px;
  text-align: center;
}
.page-header .page-title {
  font-size: 48px;
  color: #333333;
  font-weight: 300;
}

.book-section {
  background: #d4c4b0;
  padding: 0px 20px;
}
.book-section .book-image-container img {
  width: 100%;
  max-width: 1024px;
}
.book-section .book-content .book-title {
  font-size: 36px;
  color: #4b252d;
  margin-bottom: 30px;
  line-height: 1.3;
}
.book-section .book-content .book-description {
  color: #333333;
}
.book-section .book-content .book-description p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.book-section .book-content .book-description p.quote {
  color: #5d4e6d;
  font-style: italic;
  font-size: 16px;
  margin-bottom: 30px;
}
.book-section .book-content .btn {
  margin-top: 30px;
}

.site-header .nav-link.active {
  color: #5d4e6d;
  font-weight: 600;
}

.logo-image {
  max-height: 60px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .site-header {
    padding: 0.75em 0;
  }
  .site-header .container {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }
  .site-header .nav {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .site-header .nav-link {
    font-size: 13px;
    padding: 8px 12px;
    min-height: 44px;
    display: flex;
    align-items: center;
  }
  .site-header .logo img {
    width: 200px;
    max-width: 100%;
    height: auto;
  }
  .container {
    padding: 0 15px;
  }
  .hero {
    height: auto;
    min-height: 400px;
    padding: 60px 20px;
    background-attachment: scroll;
  }
  .hero .hero-overlay {
    padding: 30px 20px;
    max-width: 100%;
  }
  .hero .hero-title {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .hero .hero-title br {
    display: inline;
  }
  .hero .hero-title br::after {
    content: " ";
  }
  .hero .hero-text {
    font-size: 14px;
    line-height: 1.6;
  }
  .hero .hero-text br {
    display: inline;
  }
  .hero .hero-text br::after {
    content: " ";
  }
  #mc_embed_signup {
    width: 100%;
    max-width: 100%;
    padding: 1em 1em;
  }
  #mc_embed_signup .mc-field-group input {
    padding: 0.75em 1em;
    font-size: 16px;
  }
  #mc_embed_signup #mc-embedded-subscribe {
    width: 100%;
    padding: 1em;
    font-size: 16px;
    min-height: 44px;
  }
  .intro-section {
    padding: 60px 20px;
  }
  .intro-section .intro-title {
    font-size: 22px;
    line-height: 1.5;
  }
  .intro-section .intro-text {
    font-size: 15px;
  }
  .intro-section .intro-footnote {
    font-size: 11px;
  }
  .purple-section {
    padding: 60px 20px;
  }
  .purple-section .section-title {
    font-size: 26px;
    letter-spacing: 1px;
  }
  .purple-section .section-text {
    font-size: 15px;
    line-height: 1.7;
  }
  .purple-section .cards {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .purple-section .card {
    padding: 1.5em;
  }
  .purple-section .card .card-content .card-title {
    font-size: 20px;
  }
  .purple-section .card .card-content .card-text {
    font-size: 14px;
  }
  .about-section {
    padding: 60px 20px;
    background-attachment: scroll;
  }
  .about-section .about-content {
    padding: 1.5em;
  }
  .about-section .about-content .about-title {
    font-size: 28px;
  }
  .about-section .about-content .about-text {
    font-size: 15px;
  }
  .about-section .about-content h3 {
    font-size: 22px;
  }
  .photo-gallery .gallery-grid {
    grid-template-columns: 1fr;
    gap: 0.5em;
  }
  .photo-gallery .gallery-grid img:nth-child(1), .photo-gallery .gallery-grid img:nth-child(2), .photo-gallery .gallery-grid img:nth-child(3) {
    aspect-ratio: 4/3;
  }
  .purple-crocus {
    padding: 60px 20px;
  }
  .purple-crocus .crocus-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .purple-crocus .crocus-content .crocus-title {
    font-size: 26px;
  }
  .purple-crocus .crocus-content .crocus-text p {
    font-size: 15px;
    line-height: 1.7;
  }
  .testimonials {
    padding: 60px 20px;
    background-attachment: scroll;
  }
  .testimonials .testimonials-title {
    font-size: 26px;
  }
  .testimonials .testimonial-cards {
    grid-template-columns: 1fr !important;
    gap: 30px;
  }
  .testimonials .testimonial {
    padding: 25px;
  }
  .testimonials .testimonial .testimonial-text {
    font-size: 14px;
    line-height: 1.7;
  }
  .btn {
    padding: 14px 24px;
    min-height: 44px;
    font-size: 13px;
    width: 100%;
    max-width: 280px;
    text-align: center;
    display: inline-block;
  }
  .site-footer {
    padding: 30px 20px;
  }
  .site-footer .social-links {
    gap: 30px;
  }
  .site-footer .social-links a {
    font-size: 24px;
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .site-footer .copyright {
    font-size: 11px;
    line-height: 1.5;
  }
  .about-intro {
    background: #e8d5e8;
    padding: 60px 20px;
  }
  .about-intro .intro-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .about-intro .intro-text {
    padding-right: 0;
  }
  .about-intro .intro-text .intro-heading {
    font-size: 26px;
  }
  .about-intro .intro-text p {
    font-size: 14px;
  }
  .about-intro .intro-image img {
    max-width: 280px;
  }
  .core-values {
    padding: 60px 20px;
  }
  .core-values .section-title-gray {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .core-values .values-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .core-values .value-card .value-title {
    font-size: 15px;
  }
  .core-values .value-card .value-text {
    font-size: 14px;
  }
  .my-story {
    padding: 60px 20px;
  }
  .my-story .story-title {
    font-size: 36px;
  }
  .my-story .story-subtitle {
    font-size: 22px;
  }
  .my-story .story-content p {
    font-size: 14px;
  }
  .purple-crocus-about {
    padding: 60px 20px;
  }
  .purple-crocus-about .crocus-about-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .purple-crocus-about .crocus-about-text .crocus-about-title {
    font-size: 28px;
  }
  .purple-crocus-about .crocus-about-text p {
    font-size: 14px;
  }
  .contact-section {
    padding: 0 15px 60px;
  }
  .contact-section .contact-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px 20px;
  }
  .contact-section .contact-image img {
    max-width: 200px;
  }
  .contact-section .contact-form-wrapper .contact-title {
    font-size: 28px;
  }
  .contact-section .contact-form-wrapper .contact-subtitle {
    font-size: 14px;
  }
  .contact-section .contact-form .form-group input,
  .contact-section .contact-form .form-group textarea {
    font-size: 16px;
    padding: 12px;
  }
  .contact-section .contact-form .btn-contact {
    width: 100%;
    font-size: 13px;
    padding: 14px 30px;
  }
  .page-header {
    padding: 50px 20px 30px;
  }
  .page-header .page-title {
    font-size: 36px;
  }
  .book-section {
    padding: 0px 20px;
  }
  .book-section .book-content .book-title {
    font-size: 28px;
  }
  .book-section .book-content .book-description p {
    font-size: 14px;
  }
  .book-section .book-content .book-description p.quote {
    font-size: 15px;
  }
  .book-section .book-feature {
    grid-template-columns: 1fr;
  }
  .book-image-container img {
    width: 100%;
  }
}
#contact-thank-you {
  display: none;
  opacity: 0;
  transition: opacity 1s ease;
  pointer-events: none;
  text-align: center;
}
#contact-thank-you.show {
  display: block;
}
#contact-thank-you.visible {
  opacity: 1;
  pointer-events: all;
}
#contact-thank-you h2 {
  font-size: 2rem;
  margin-top: 0;
}
#contact-thank-you p {
  font-size: 1.2rem;
  margin-bottom: 0;
}

@media (max-width: 375px) {
  .hero .hero-title {
    font-size: 20px;
  }
  .hero .hero-text {
    font-size: 13px;
  }
  .intro-section .intro-title {
    font-size: 20px;
  }
  .purple-section .section-title {
    font-size: 22px;
  }
  .site-header .logo img {
    width: 180px;
  }
}

/*# sourceMappingURL=main.css.map */