body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #fffaf7;
  color: #123324;
}

.navbar {
  height: 90px;
  padding: 0 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fffaf7;
}

.logo {
  font-family: Georgia, serif;
  font-size: 42px;
  font-weight: bold;
}

.logo span {
  color: #d94f70;
  font-style: italic;
}

.logo small {
  font-size: 18px;
}

.nav-links {
  display: flex;
  gap: 34px;
}

.nav-links a,
.quote-button {
  text-decoration: none;
  color: #123324;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.nav-logo img {
  height: 55px;
  width: auto;
  display: block;
}
.hero-logo img {
  height: 140px;
  width: auto;
  display: block;
  margin-bottom: 20px;
}
.active {
  color: #d94f70 !important;
  border-bottom: 2px solid #d94f70;
  padding-bottom: 8px;
}

.quote-button {
  background: #d94f70;
  color: white;
  padding: 18px 34px;
  border-radius: 6px;
}

.hero {
  display: grid;
  grid-template-columns: 42% 58%;
  min-height: 620px;
}

.hero-text {
  padding: 90px 8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero h1 {
  font-family: Georgia, serif;
  font-size: 58px;
  line-height: 1;
  margin: 0 0 30px;
}

.hero h1 span {
  color: #d94f70;
  font-style: italic;
}

.hero p {
  font-size: 18px;
  line-height: 1.7;
  max-width: 430px;
}

.hero-buttons {
  display: flex;
  gap: 22px;
  margin-top: 28px;
}

.button {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  padding: 18px 30px;
  border-radius: 5px;
  display: inline-block;
  font-size: 14px;
}

.pink {
  background: #d94f70;
  color: white;
}

.outline {
  border: 1px solid #123324;
  color: #123324;
  background: white;
}

.hero-image {
  min-height: 620px;
  width: 100%;
  background-image: url("laurelsbed.jpeg");
  background-size: cover;
  background-position: center;
  border-radius: 0 0 0 120px;
}

.offers {
  padding: 70px 6%;
  text-align: center;
  background: #fff7f4;
}

.offers h2,
.cta h2 {
  font-family: Georgia, serif;
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 50px;
}

.offer-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
  max-width: 1050px;
  margin: 0 auto;
}

.card {
  background: #fffdf9;
  border: 1px solid #eaded6;
  border-radius: 10px;
  padding: 60px 50px;
}

.icon {
  width: 76px;
  height: 76px;
  background: #f8dfe4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 26px;
  font-size: 32px;
  color: #d94f70;
}

.icon.green {
  background: #edf1e8;
  color: #123324;
}

.card h3 {
  font-family: Georgia, serif;
  font-size: 30px;
  color: #d94f70;
}

.card:nth-child(2) h3 {
  color: #123324;
}

.card p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 35px;
}

.cta {
  text-align: center;
  padding: 70px 8%;
  background: #f8dfe4;
}

.cta h2 {
  margin-bottom: 18px;
}

.cta h2 span {
  color: #d94f70;
  font-style: italic;
}

.cta p {
  font-size: 18px;
  max-width: 620px;
  margin: 0 auto 35px;
  line-height: 1.7;
}.services-hero {
  text-align: center;
  padding: 80px 8% 40px;
  background: #fff7f4;
}

.services-hero h1 {
  font-family: Georgia, serif;
  font-size: 56px;
  margin: 0;
}

.services-hero h1 span {
  color: #d94f70;
  font-style: italic;
}

.services-hero p {
  font-size: 18px;
  max-width: 620px;
  margin: 18px auto 0;
  line-height: 1.7;
}

.package-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding: 50px 6% 70px;
  background: #fff7f4;
}

.package-card {
  background: #fffdf9;
  border: 1px solid #eaded6;
  border-radius: 14px;
  padding: 42px 30px;
  text-align: center;
}

.package-card h2 {
  font-family: Georgia, serif;
  color: #d94f70;
  font-size: 34px;
  margin-bottom: 10px;
}

.package-card h4 {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}

.price {
  font-size: 42px !important;
  color: #123324;
  margin: 25px 0;
}

.included,
.custom-design {
  text-align: center;
  padding: 60px 8%;
  background: #fffaf7;
}

.included h2,
.custom-design h2 {
  font-family: Georgia, serif;
  font-size: 40px;
}

.included-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 900px;
  margin: 30px auto 0;
}

.included-grid p {
  border: 1px solid #eaded6;
  border-radius: 12px;
  padding: 24px;
  background: white;
  font-weight: bold;
}

.custom-design p {
  max-width: 650px;
  margin: 0 auto 30px;
  font-size: 18px;
  line-height: 1.7;
}.included-section,
.perennial-section,
.bottom-cta {
  text-align: center;
  padding: 60px 8%;
}

.included-section {
  background: #fffaf7;
}

.included-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 900px;
  margin: 30px auto 0;
}

.included-grid div {
  background: white;
  border: 1px solid #eaded6;
  border-radius: 12px;
  padding: 24px;
  font-weight: bold;
}

.perennial-section {
  background: #fff7f4;
}

.bottom-cta {
  background: #f8dfe4;
}.coming-soon {
  min-height: 75vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 20px;
  background: #fff7f4;
}

.coming-card {
  max-width: 750px;
  width: 100%;
  background: white;
  border-radius: 20px;
  padding: 80px 60px;
  text-align: center;
  border: 1px solid #eaded6;
}

.eyebrow {
  color: #d94f70;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 16px;
}

.coming-card h1 {
  font-size: 56px;
  line-height: 1.1;
  margin-bottom: 24px;
  color: #123324;
}

.coming-card p {
  font-size: 20px;
  line-height: 1.7;
  color: #234232;
  margin-bottom: 36px;
}.about-page {
  background: #fff7f4;
  padding: 80px 8%;
}

.about-card {
  background: #fffdf9;
  border: 1px solid #eaded6;
  border-radius: 20px;
  max-width: 950px;
  margin: 0 auto;
  padding: 70px 80px;
  text-align: center;
}

.about-card h1 {
  font-family: Georgia, serif;
  font-size: 50px;
  line-height: 1.15;
  color: #123324;
  margin: 20px 0 35px;
}

.about-card h2 {
  font-family: Georgia, serif;
  font-size: 36px;
  color: #d94f70;
  margin-top: 40px;
}

.about-card p {
  font-size: 18px;
  line-height: 1.8;
  color: #234232;
  margin-bottom: 22px;
}

.love-section {
  max-width: 950px;
  margin: 60px auto 0;
  text-align: center;
}

.love-section h2 {
  font-family: Georgia, serif;
  font-size: 42px;
  color: #123324;
  margin-bottom: 30px;
}

.love-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.love-grid div {
  background: #fffdf9;
  border: 1px solid #eaded6;
  border-radius: 14px;
  padding: 24px;
  font-weight: bold;
  color: #123324;
}.contact-page {
  padding: 80px 20px;
  background: #f8f4ee;
  color: #3b342c;
}

.contact-hero {
  max-width: 760px;
  margin: 0 auto 50px;
  text-align: center;
}

.contact-hero .eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  color: #8a6f4d;
  margin-bottom: 12px;
}

.contact-hero h1 {
  font-size: 48px;
  margin-bottom: 18px;
  font-family: serif;
}

.contact-hero p {
  font-size: 18px;
  line-height: 1.7;
}

.contact-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.contact-card {
  background: #ffffff;
  padding: 36px;
  border-radius: 22px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
}

.contact-card.soft {
  background: #efe6d8;
}

.contact-card h2 {
  font-size: 30px;
  margin-bottom: 16px;
  font-family: serif;
}

.contact-card p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.contact-details {
  margin: 26px 0;
}

.contact-details p {
  margin-bottom: 10px;
}

.contact-button {
  display: inline-block;
  background: #6f7f58;
  color: white;
  text-decoration: none;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 600;
  transition: 0.2s ease;
}

.contact-button:hover {
  background: #5e6e49;
}

@media (max-width: 768px) {
  .contact-hero h1 {
    font-size: 38px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-card {
    padding: 28px;
  }
}.package-image {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  border-radius: 18px 18px 0 0;
  margin-bottom: 20px;
}@media (max-width: 768px) {

  .navbar {
    height: auto;
    padding: 18px 20px;
    flex-direction: column;
    gap: 16px;
  }

  .logo {
    font-size: 34px;
  }

  .nav-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 18px;
  }

  .nav-links a,
  .quote-button {
    font-size: 12px;
  }

  .quote-button {
    padding: 12px 22px;
  }

 .hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 620px;
  padding: 60px;
  gap: 60px;
}
.hero-text {
  max-width: 520px;
}

  .hero-text {
    padding: 50px 24px 35px;
    text-align: center;
    align-items: center;
  }

  .hero h1 {
    font-size: 42px;
    line-height: 1.05;
  }

  .hero p {
    font-size: 16px;
    max-width: 100%;
  }

  .hero-buttons {
    flex-direction: column;
    width: 100%;
    gap: 14px;
  }

  .button {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

 .hero-image {
  min-height: 620px;
  width: 100%;
  background-image: url("laurelsbed.jpeg");
  background-size: cover;
  background-position: center;
  border-radius: 0 0 0 120px;
}

  .offers,
  .cta,
  .services-hero,
  .included-section,
  .perennial-section,
  .bottom-cta,
  .about-page,
  .contact-page {
    padding: 50px 24px;
  }

  .offers h2,
  .cta h2,
  .services-hero h1,
  .about-card h1,
  .coming-card h1,
  .contact-hero h1 {
    font-size: 36px;
  }

  .offer-cards,
  .package-section,
  .included-grid,
  .love-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .card,
  .package-card,
  .about-card,
  .coming-card,
  .contact-card {
    padding: 34px 24px;
  }
}.included-text {
  font-size: 15px;
  color: #d94f70;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 28px;
  }
.included-graphic {
  display: flex;
  justify-content: center;
  margin: 40px auto 70px;
}

.included-graphic img {
  width: 100%;
  max-width: 850px;
  height: auto;
}.nav-logo img {
  height: 58px;
  width: auto;
  display: block;
}