@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=Montserrat:wght@300;400;500;600&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  font-weight: 400;
  color: #4A3F3F;
  background-color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.75;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: #2C2828;
}

a {
  color: #B07878;
  text-decoration: none;
}
a:hover {
  color: #8D5F5F;
}

img {
  max-width: 100%;
  height: auto;
}

.section-padding {
  padding: 90px 0;
}

.bg-light-cream {
  background-color: #FBF7F4;
}

.section-label {
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #B07878;
  display: block;
  margin-bottom: 0.6rem;
}

.section-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1.15;
  color: #2C2828;
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 1rem;
  color: #9E8C8C;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.8;
}

.navbar-custom {
  padding: 1.4rem 0;
  background-color: transparent;
  transition: background-color 0.4s ease, padding 0.4s ease, box-shadow 0.4s ease;
}
.navbar-custom.scrolled {
  background-color: rgba(255, 255, 255, 0.97);
  padding: 0.8rem 0;
  box-shadow: 0 2px 24px rgba(44, 40, 40, 0.07);
}
.navbar-custom .navbar-brand {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.6rem;
  color: #FFFFFF;
  line-height: 1;
  transition: color 0.4s;
}
.navbar-custom .navbar-brand .brand-by {
  font-size: 1rem;
  font-weight: 300;
}
.navbar-custom.scrolled .navbar-brand {
  color: #2C2828;
}
.navbar-custom .nav-link {
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88) !important;
  padding: 0.5rem 1rem !important;
  transition: color 0.3s;
}
.navbar-custom .nav-link:hover {
  color: #FFFFFF !important;
}
.navbar-custom.scrolled .nav-link {
  color: #4A3F3F !important;
}
.navbar-custom.scrolled .nav-link:hover {
  color: #B07878 !important;
}
.navbar-custom .nav-cta {
  background-color: #B07878;
  color: #FFFFFF !important;
  border-radius: 50px;
  padding: 0.5rem 1.5rem !important;
  margin-left: 0.5rem;
  transition: background-color 0.3s;
}
.navbar-custom .nav-cta:hover {
  background-color: #8D5F5F;
  color: #FFFFFF !important;
}
.navbar-custom.scrolled .nav-cta {
  color: #FFFFFF !important;
}
.navbar-custom .navbar-toggler {
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  color: #FFFFFF;
}
.navbar-custom .navbar-toggler:focus {
  box-shadow: none;
}
.navbar-custom.scrolled .navbar-toggler {
  border-color: rgba(44, 40, 40, 0.2);
  color: #2C2828;
}
.navbar-custom .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255%2C255%2C255%2C0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-custom.scrolled .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2844%2C40%2C40%2C0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  background-image: url("https://images.unsplash.com/photo-1519741497674-611481863552?w=1920&q=80");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(44, 40, 40, 0.5) 0%, rgba(44, 40, 40, 0.35) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.hero-content {
  color: #FFFFFF;
  padding: 1rem;
  max-width: 740px;
}

.hero-tagline {
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 1rem;
}

.hero-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.2rem, 9vw, 6.5rem);
  font-weight: 400;
  line-height: 1.05;
  color: #FFFFFF;
  margin-bottom: 1rem;
}

.hero-subtitle {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  font-weight: 300;
  font-style: italic;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 0;
}

.btn-hero {
  display: inline-block;
  background-color: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.65);
  color: #FFFFFF;
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 1rem 2.75rem;
  border-radius: 50px;
  margin-top: 2rem;
  transition: background-color 0.3s, border-color 0.3s;
}
.btn-hero:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.about-section .lead-text {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  font-style: italic;
  color: #B07878;
  line-height: 1.65;
  margin-bottom: 1.25rem;
}
.about-section p {
  color: #4A3F3F;
  margin-bottom: 1rem;
}

.btn-outline-rose {
  display: inline-block;
  border: 1.5px solid #B07878;
  color: #B07878;
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.82rem 2.25rem;
  border-radius: 50px;
  transition: background-color 0.3s, color 0.3s;
}
.btn-outline-rose:hover {
  background-color: #B07878;
  color: #FFFFFF;
}

.about-image-wrap {
  position: relative;
}
.about-image-wrap::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: -20px;
  bottom: -20px;
  background-color: #F3E9E4;
  border-radius: 1rem;
  z-index: 0;
}
.about-image-wrap .about-img {
  position: relative;
  z-index: 1;
  width: 100%;
  box-shadow: 0 20px 60px rgba(44, 40, 40, 0.13);
}

.packages-section .package-card {
  background: #FFFFFF;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(44, 40, 40, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.packages-section .package-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(44, 40, 40, 0.13);
}
.packages-section .package-card--featured {
  background: linear-gradient(150deg, #2C2828 0%, #3D2E2E 100%);
}
.packages-section .package-card--featured .package-name {
  color: #FFFFFF;
}
.packages-section .package-card--featured .package-price {
  color: rgba(255, 255, 255, 0.65);
}
.packages-section .package-card--featured .package-body p {
  color: rgba(255, 255, 255, 0.72);
}
.packages-section .package-card--featured .package-features li {
  color: rgba(255, 255, 255, 0.82);
  border-bottom-color: rgba(255, 255, 255, 0.07);
}
.packages-section .package-card--featured .package-features li::before {
  color: #C9A87C;
}
.packages-section .package-header {
  padding: 2rem 2rem 1.5rem;
  border-bottom: 1px solid rgba(44, 40, 40, 0.06);
}
.packages-section .package-badge {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #B07878;
  background-color: rgba(176, 120, 120, 0.1);
  padding: 0.3rem 0.9rem;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 0.85rem;
}
.packages-section .package-badge--featured {
  color: #C9A87C;
  background-color: rgba(201, 168, 124, 0.15);
}
.packages-section .package-name {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.9rem;
  font-weight: 500;
  margin-bottom: 0.2rem;
}
.packages-section .package-price {
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: #9E8C8C;
}
.packages-section .package-body {
  padding: 1.5rem 2rem 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.packages-section .package-body p {
  font-size: 0.9rem;
  color: #4A3F3F;
  margin-bottom: 1.25rem;
}
.packages-section .package-body .package-features {
  flex: 1;
}
.packages-section .package-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem;
}
.packages-section .package-features li {
  font-size: 0.88rem;
  color: #4A3F3F;
  padding: 0.45rem 0 0.45rem 1.6rem;
  position: relative;
  border-bottom: 1px solid rgba(44, 40, 40, 0.06);
}
.packages-section .package-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #B07878;
  font-weight: 600;
}
.packages-section .package-features li:last-child {
  border-bottom: none;
}
.packages-section .btn-package {
  display: block;
  background-color: #B07878;
  color: #FFFFFF;
  border: none;
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.9rem;
  border-radius: 50px;
  text-align: center;
  transition: background-color 0.3s;
}
.packages-section .btn-package:hover {
  background-color: #8D5F5F;
  color: #FFFFFF;
}
.packages-section .btn-package-featured {
  display: block;
  background-color: #C9A87C;
  color: #FFFFFF;
  border: none;
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.9rem;
  border-radius: 50px;
  text-align: center;
  transition: background-color 0.3s;
}
.packages-section .btn-package-featured:hover {
  background-color: #A8895A;
  color: #FFFFFF;
}

.testimonials-section .testimonial-card {
  background: #FBF7F4;
  border-radius: 1.5rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}
.testimonials-section .testimonial-card:hover {
  transform: translateY(-4px);
}
.testimonials-section .testimonial-card--highlight {
  background: #B07878;
}
.testimonials-section .testimonial-card--highlight .testimonial-quote {
  color: rgba(255, 255, 255, 0.45);
}
.testimonials-section .testimonial-card--highlight .testimonial-text {
  color: #FFFFFF;
}
.testimonials-section .testimonial-card--highlight .testimonial-author {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.testimonials-section .testimonial-card--highlight .testimonial-author strong {
  color: #FFFFFF;
}
.testimonials-section .testimonial-card--highlight .testimonial-author span {
  color: rgba(255, 255, 255, 0.68);
}
.testimonials-section .testimonial-quote {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 5rem;
  line-height: 0.8;
  color: rgba(176, 120, 120, 0.3);
  display: block;
  margin-bottom: 0.25rem;
}
.testimonials-section .testimonial-text {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.05rem;
  font-style: italic;
  color: #4A3F3F;
  line-height: 1.75;
  flex: 1;
  margin-bottom: 1.5rem;
}
.testimonials-section .testimonial-author {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(44, 40, 40, 0.1);
  padding-top: 1rem;
  margin-top: auto;
}
.testimonials-section .testimonial-author strong {
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  font-size: 0.83rem;
  font-weight: 600;
  color: #2C2828;
  letter-spacing: 0.05em;
}
.testimonials-section .testimonial-author span {
  font-size: 0.76rem;
  color: #9E8C8C;
}

.contact-section .contact-form {
  background: #FFFFFF;
  border-radius: 1.5rem;
  padding: 2.75rem;
  box-shadow: 0 8px 40px rgba(44, 40, 40, 0.07);
}
.contact-section .contact-form .form-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4A3F3F;
  margin-bottom: 0.45rem;
}
.contact-section .contact-form .form-control,
.contact-section .contact-form .form-select {
  border: 1.5px solid rgba(44, 40, 40, 0.1);
  border-radius: 0.65rem;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  color: #4A3F3F;
  background-color: #FBF7F4;
  transition: border-color 0.3s, box-shadow 0.3s, background-color 0.3s;
}
.contact-section .contact-form .form-control:focus,
.contact-section .contact-form .form-select:focus {
  outline: none;
  border-color: #B07878;
  box-shadow: 0 0 0 3px rgba(176, 120, 120, 0.15);
  background-color: #FFFFFF;
}
.contact-section .contact-form .form-control::placeholder,
.contact-section .contact-form .form-select::placeholder {
  color: #9E8C8C;
}
.contact-section .contact-form textarea.form-control {
  resize: none;
}
.contact-section .btn-submit {
  background-color: #B07878;
  color: #FFFFFF;
  border: none;
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 1rem 3.25rem;
  border-radius: 50px;
  transition: background-color 0.3s, transform 0.2s;
}
.contact-section .btn-submit:hover {
  background-color: #8D5F5F;
  transform: translateY(-2px);
  color: #FFFFFF;
}
.contact-section .btn-submit:disabled {
  opacity: 0.7;
  transform: none;
}
.contact-section .form-success {
  padding: 2rem;
}
.contact-section .form-success .success-icon {
  font-size: 2rem;
  color: #B07878;
  width: 5rem;
  height: 5rem;
  border: 2px solid #B07878;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
}
.contact-section .form-success h4 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.6rem;
  color: #2C2828;
  margin-bottom: 0.5rem;
}
.contact-section .form-success p {
  color: #9E8C8C;
  font-size: 0.95rem;
}

.site-footer {
  background-color: #2C2828;
  color: rgba(255, 255, 255, 0.55);
}
.site-footer .footer-brand {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.3rem;
  color: #FFFFFF;
}
.site-footer .footer-nav a {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0.6rem;
  transition: color 0.3s;
}
.site-footer .footer-nav a:hover {
  color: #FFFFFF;
}
.site-footer .footer-copy {
  font-size: 0.76rem;
}

@media (max-width: 991.98px) {
  .hero-section {
    background-attachment: scroll;
  }
  .navbar-custom .nav-link,
  .navbar-custom.scrolled .nav-link {
    padding: 0.6rem 0 !important;
  }
  .navbar-custom .nav-cta {
    margin-left: 0;
    margin-top: 0.5rem;
    display: inline-block;
  }
}
@media (max-width: 767.98px) {
  .section-padding {
    padding: 60px 0;
  }
  .about-image-wrap {
    margin-top: 2.5rem;
  }
  .about-image-wrap::before {
    display: none;
  }
  .contact-section .contact-form {
    padding: 1.75rem;
  }
}

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