@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600&display=swap');

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #111;
  background: #f6f5f1;
  font-family: Georgia, "Times New Roman", serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  box-shadow: none;
  transition: background-color 0.28s ease, box-shadow 0.28s ease;
}

.site-header.scrolled {
  background: #000;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.18);
}

.nav-inner {
  max-width: 1380px;
  margin: 0 auto;
  min-height: 64px;
  padding: 0 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
  white-space: nowrap;
}

.nav-links a {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 500;
}

.contact-pill {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 0.95rem;
  font-weight: 500;
}

.contact-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 158px;
  height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  padding: 40px 40px 60px;
  text-align: center;
  color: #fff;
}

.hero-content h1 {
  margin: 0 0 120px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4.2rem, 5.2vw, 5.8rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.015em;
}

.hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 110px;
  min-width: 170px;
  height: 68px;
  padding: 0 30px;
  border-radius: 999px;
  background: #efebe6;
  color: #111;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1rem;
  font-weight: 500;
}

.hero-content p {
  max-width: 1100px;
  margin: 0 auto;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.25rem, 1.7vw, 1.75rem);
  font-weight: 500;
  line-height: 1.28;
}

.hero-number-fix {
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 40px;
}

.hero-section {
  position: relative;
  min-height: 100vh;
  padding-top: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-image: url("images/forest-hero.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero-section::before {
  display: none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.20);
}

.section-heading {
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2.8rem, 4.1vw, 4.6rem);
  font-weight: 400;
  line-height: 1.1;
}

.why-section {
  position: relative;
  padding: 86px 24px 110px;
  background-image: url("images/index-background.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.why-decor {
  display: none;
}

.why-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 46px auto 0;
  font-size: 1.05rem;
  line-height: 1.62;
}

.why-content h3 {
  margin: 0 0 8px;
  font-size: 1.18rem;
}

.why-content p {
  margin: 0 0 22px;
}

.why-content ul {
  margin: 0 0 22px 22px;
  padding: 0;
}

.why-content li {
  margin-bottom: 14px;
  padding-left: 6px;
}

.services-section {
  position: relative;
  padding: 92px 24px 96px;
  background-image: url("images/index-service.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.services-section::before {
  display: none;
}

.services-grid {
  position: relative;
  z-index: 1;
  max-width: 1380px;
  margin: 64px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px;
}

.service-card {
  text-align: center;
}

.service-image {
  width: 100%;
  aspect-ratio: 1.15 / 1;
  margin-bottom: 26px;
}

.placeholder-img {
  background-size: cover;
  background-position: center;
}

.placeholder-one {
  background-image: url("images/index-service-1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.placeholder-two {
  background-image: url("images/index-service-2.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.placeholder-three {
  background-image: url("images/index-service-3.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.service-card h3 {
  margin: 0 0 18px;
  font-size: 1.15rem;
  font-weight: 400;
}

.service-card p {
  max-width: 430px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.62;
}

.services-button-wrap {
  position: relative;
  z-index: 1;
  margin-top: 54px;
  text-align: center;
}

.dark-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  height: 68px;
  padding: 0 30px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 1rem;
}

.testimonials-section {
  position: relative;
  padding: 96px 24px 110px;
  background-image: url("images/index-testimonials.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.testimonial-decor {
  display: none;
}

.testimonials-grid {
  position: relative;
  z-index: 1;
  max-width: 1420px;
  margin: 64px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 54px;
}

.testimonial-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.quote {
  margin: 0 0 28px;
  font-size: 1rem;
  line-height: 1.72;
}

.author {
  margin: auto 0 0;
  font-size: 1rem;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  .nav-inner {
    padding: 0 28px;
  }

  .services-grid,
  .testimonials-grid {
    gap: 28px;
  }

  .why-decor,
  .testimonial-decor {
    display: none;
  }
}

@media (max-width: 900px) {
  .nav-inner {
    min-height: 68px;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    padding: 12px 18px;
  }

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

    .hero-content {
    max-width: 900px;
    padding: 0 24px;
  }

  .hero-content h1 {
    margin-bottom: 28px;
    font-size: clamp(3.2rem, 10vw, 4.8rem);
    line-height: 0.98;
  }

  .hero-content p {
    font-size: 1.1rem;
    line-height: 1.3;
  }

  .hero-button {
    margin-top: 42px;
    min-width: 150px;
    height: 62px;
  }

  .contact-pill {
    min-width: 130px;
    height: 48px;
    padding: 0 20px;
  }

  .hero-section {
    padding-top: 90px;
  }

  .services-grid,
  .testimonials-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
  }

  .why-content {
    margin-top: 32px;
  }
}

.contact-section {
  padding: 110px 24px 120px;
  background: #f4f2ee;
}

.contact-grid {
  max-width: 1720px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.15fr;
  gap: 90px;
  align-items: start;
}

.contact-left {
  padding-top: 10px;
}

.contact-left h2 {
  margin: 0 0 34px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4.2rem, 5.4vw, 5.8rem);
  font-weight: 400;
  line-height: 0.95;
}

.contact-left p {
  margin: 0;
  max-width: 540px;
  font-size: 1.05rem;
  line-height: 1.7;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.form-block {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.group-label {
  display: block;
  font-size: 1rem;
  line-height: 1.2;
}

.name-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.field-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.field-group label {
  font-size: 1rem;
  line-height: 1.2;
}

.field-group label span {
  color: #666;
}

.field-group input,
.field-group textarea {
  width: 100%;
  border: 2px solid #1e1e1e;
  border-radius: 999px;
  background: transparent;
  font: inherit;
  color: #111;
  padding: 0 22px;
}

.field-group input {
  height: 66px;
}

.field-group textarea {
  min-height: 160px;
  padding: 22px;
  border-radius: 28px;
  resize: vertical;
}

.field-group input:focus,
.field-group textarea:focus {
  outline: none;
}

.send-button {
  margin-top: 4px;
  align-self: flex-start;
  min-width: 140px;
  height: 64px;
  padding: 0 28px;
  border: none;
  border-radius: 999px;
  background: #050505;
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
}

.form-status-success,
.form-status-error {
  margin-bottom: 18px;
  padding: 16px 20px;
  border-radius: 18px;
  font-size: 0.98rem;
  line-height: 1.5;
}

.form-status-success[hidden],
.form-status-error[hidden] {
  display: none;
}

.form-status-success {
  background: #eef6ee;
  color: #1f4d28;
  border: 1px solid #b9d7be;
}

.form-status-error {
  background: #fbeeee;
  color: #7a1f1f;
  border: 1px solid #e2b8b8;
}

.site-footer {
  padding: 58px 24px 34px;
  background: #f4f2ee;
}

.footer-grid {
  max-width: 1720px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.footer-brand,
.footer-hours,
.footer-contact {
  text-align: center;
}

.footer-logo {
  margin-bottom: 26px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4.1rem, 5vw, 5.8rem);
  font-weight: 400;
  line-height: 0.9;
}

.footer-brand p,
.footer-hours p,
.footer-contact p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.7;
}

.footer-hours h3,
.footer-contact h3 {
  margin: 0 0 22px;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-hours-gap {
  height: 26px;
}

.footer-contact a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-contact p + p,
.footer-hours p + p {
  margin-top: 2px;
}

@media (max-width: 1000px) {
  .site-footer {
    padding: 50px 24px 28px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}

@media (max-width: 1000px) {
  .site-footer {
    padding: 70px 24px 50px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .footer-brand,
  .footer-hours,
  .footer-contact {
    text-align: center;
  }
}

@media (max-width: 1100px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .contact-left p {
    max-width: 640px;
  }
}

@media (max-width: 700px) {
  .name-row {
    grid-template-columns: 1fr;
  }

  .field-group input {
    height: 60px;
  }

  .field-group textarea {
    min-height: 140px;
  }

  .send-button {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .send-button {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .logo,
  .nav-links a {
    font-size: 0.9rem;
  }

  .section-heading h2 {
    font-size: 2.4rem;
  }

  .hero-content p,
  .why-content,
  .service-card p,
  .quote,
  .author {
    font-size: 0.98rem;
  }
}


<!-- About Subpage -->
.subpage .site-header {
  background: #f8f7f4 !important;
  box-shadow:
    0 1px 0 rgba(0, 0, 0, 0.04),
    0 10px 20px rgba(0, 0, 0, 0.06);
  transition: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.subpage .nav-links a {
  color: #111;
}

.subpage .logo {
  color: #111;
}

.active-link {
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1.5px;
}

.nav-links a:focus,
.nav-links a:active,
.nav-links a:focus-visible {
  outline: none;
  box-shadow: none;
}

.about-section {
  padding: 128px 32px 70px;
  background: #f4f2ee;
}

.about-grid {
  max-width: 1720px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.02fr 0.9fr;
  gap: 70px;
  align-items: stretch;
}

.about-left {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.about-left h1 {
  margin: 0 0 34px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4.2rem, 5.5vw, 5.9rem);
  font-weight: 400;
  line-height: 0.96;
}

.about-left p,
.about-left li {
  font-size: 1.02rem;
  line-height: 1.72;
}

.about-left p {
  margin: 0 0 24px;
  max-width: 880px;
}

.about-left ul {
  margin: 0 0 24px 22px;
  padding: 0;
  max-width: 900px;
}

.about-left li {
  margin-bottom: 14px;
  padding-left: 6px;
}

.about-left p:last-child {
  margin-top: auto;
  padding-top: 24px;
  margin-bottom: 0;
}

.about-right {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}

.about-image-placeholder {
  width: 100%;
  max-width: 760px;
  height: 100%;
  min-height: 760px;
  background-image: url("images/about-image.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.10);
}

@media (max-width: 1100px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-right {
    justify-content: center;
  }

  .about-image-placeholder {
    max-width: 760px;
  }
}

/* force solid navbar on subpages */
body.subpage .site-header {
  background: #ffffff !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transition: none !important;
}

body.subpage .site-header.scrolled {
  background: #ffffff !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08) !important;
}

body.subpage .logo,
body.subpage .nav-links a {
  color: #111 !important;
}

body.subpage .active-link {
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1.5px;
}

body.subpage .nav-links a:focus,
body.subpage .nav-links a:active,
body.subpage .nav-links a:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* index homepage button */
body:not(.subpage) .contact-pill {
  background: #ece8e2 !important;
  color: #111 !important;
  border: 2px solid #111 !important;
  box-shadow: 0 0 0 2px #ece8e2 !important;
}

/* subpage button: about / services / faqs / contact */
body.subpage .nav-links .contact-pill {
  background: #050505 !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
}

/* service page code */
.services-page-section {
  padding: 138px 32px 86px;
  background: #f4f2ee;
}

.services-page-section h1 {
  max-width: 1720px;
  margin: 0 auto 64px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4.2rem, 5.6vw, 6rem);
  font-weight: 400;
  line-height: 0.96;
}

.services-page-grid {
  max-width: 1720px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px 32px;
  align-items: stretch;
}

.service-page-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.service-page-image {
  width: 100%;
  aspect-ratio: 1.75 / 1;
  margin-bottom: 24px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* placeholder images */
.service-page-image-1 {
  background:
    linear-gradient(rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)),
    url("images/service-1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.service-page-image-2 {
  background:
    linear-gradient(rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)),
    url("images/service-2.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.service-page-image-3 {
  background:
    linear-gradient(rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)),
    url("images/service-3.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.service-page-image-4 {
  background:
    linear-gradient(rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)),
    url("images/service-4.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.service-page-content {
  display: grid;
  grid-template-rows: minmax(84px, auto) auto 1fr auto;
  row-gap: 12px;
  height: 100%;
}

.service-page-card h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.65rem, 2.9vw, 3.35rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.01em;
}

.service-price {
  margin: 0 0 14px;
  font-size: 1rem;
  line-height: 1.45;
  white-space: nowrap;
}

.service-description {
  margin: 0;
  max-width: 720px;
  font-size: 1.02rem;
  line-height: 1.68;
}

.service-page-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  justify-self: start;
  margin-top: 14px;
  min-width: 170px;
  height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 2px solid #1a1a1a;
  color: #111;
  background: transparent;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
}

@media (max-width: 1100px) {
  .services-page-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .service-page-content {
    grid-template-rows: auto auto 1fr auto;
  }

  .service-description {
    max-width: 100%;
  }
}

@media (max-width: 700px) {
  .services-page-section {
    padding: 116px 20px 64px;
  }

  .services-page-section h1 {
    margin-bottom: 44px;
  }

  .service-page-button {
    min-width: 160px;
    height: 48px;
    padding: 0 20px;
    font-size: 0.88rem;
  }
}
