.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  line-height: 1.5;
}

.section {
  background-color: #faf8f3;
  padding: 64px 0;
}

.section-alt {
  background-color: #f3eee4;
}

.section-head {
  text-align: left;
  max-width: 740px;
  margin: 0 auto 36px 0;
}

.section-title {
  color: #1f1c18;
  letter-spacing: 0;
  margin: 0 0 12px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.18;
}

.section-intro {
  color: #605a52;
  margin: 0;
  font-size: 17px;
}

.btn {
  text-align: center;
  border: 1px solid #0000;
  border-radius: 0;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.btn.btn-secondary.price-cta {
  margin-top: 20px;
}

.btn-primary {
  color: #fff;
  background-color: #1f1c18;
  border-color: #1f1c18;
}

.btn-secondary {
  color: #1f1c18;
  background-color: #fffdf9;
  border-color: #1f1c18;
}

.btn-lg {
  padding: 14px 24px;
  font-size: 16px;
}

.grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: grid;
}

.card-title {
  color: #1f1c18;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.site-header {
  z-index: 50;
  background-color: #faf8f3;
  border-bottom: 1px solid #e1d9ca;
  position: sticky;
  top: 0;
}

.nav-inner {
  justify-content: space-between;
  align-items: center;
  height: 64px;
  display: flex;
}

.nav-brand {
  color: #1f1c18;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.nav-link {
  color: #1f1c18;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.nav-actions {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  align-items: center;
  display: flex;
}

.nav-phone {
  color: #1f1c18;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.hero {
  background-color: #f3eee4;
  border-bottom: 1px solid #e1d9ca;
  padding: 64px 0;
}

.hero-inner {
  max-width: 760px;
  display: block;
}

.hero-title {
  color: #1f1c18;
  letter-spacing: 0;
  margin: 0 0 16px;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.15;
}

.hero-intro {
  color: #605a52;
  margin: 0 0 24px;
  font-size: 18px;
}

.hero-cta-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  margin: 0;
  display: flex;
}

.faq-list {
  max-width: 760px;
  margin: 0 auto 0 0;
  display: block;
}

.faq-item {
  border-bottom: 1px solid #e1d9ca;
  margin-bottom: 32px;
  padding-bottom: 32px;
}

.faq-q {
  color: #1f1c18;
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.faq-a {
  color: #605a52;
  margin: 0;
  font-size: 17px;
}

.cta-band {
  background-color: #f3eee4;
  border-top: 1px solid #e1d9ca;
}

.cta-inner {
  text-align: left;
  max-width: 680px;
  margin: 0 auto 0 0;
}

.cta-title {
  color: #1f1c18;
  letter-spacing: 0;
  margin: 0 0 12px;
  font-size: 30px;
  font-weight: 700;
}

.cta-text {
  color: #605a52;
  margin: 0 0 24px;
  font-size: 17px;
}

.cta-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.site-footer {
  background-color: #1c1915;
  padding: 48px 0 24px;
}

.footer-inner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr 1fr;
  margin: 0 0 40px;
  display: grid;
}

.footer-blurb {
  color: #a9a297;
  max-width: 320px;
  margin: 0;
  font-size: 14px;
}

.footer-title {
  color: #fff;
  text-transform: none;
  letter-spacing: 0;
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: 600;
}

.footer-link {
  color: #d6cfc3;
  margin: 0 0 10px;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.footer-bottom {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-top: 1px solid #ffffff14;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 24px;
  display: flex;
}

.footer-legal {
  color: #a9a297;
  margin: 0;
  font-size: 13px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.story {
  max-width: 760px;
}

.story-text {
  color: #2e2a25;
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.6;
}

.photo-box {
  color: #605a52;
  background-color: #eae3d5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
  font-size: 14px;
  display: flex;
  overflow: hidden;
}

.two-col {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  display: grid;
}

.price-range {
  color: #1f1c18;
  margin: 0 0 12px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.photo-card {
  background-color: #eae3d5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 240px;
  margin-top: 0;
  margin-bottom: 12px;
  display: flex;
  overflow: hidden;
}

.list {
  color: #605a52;
  margin: 0;
  padding-left: 20px;
  font-size: 17px;
}

.list-item {
  margin-bottom: 6px;
}

.text-link {
  color: #1f1c18;
  text-decoration: underline;
}

.hero-photo {
  background-color: #eae3d5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 360px;
  margin-top: 32px;
  display: flex;
  overflow: hidden;
}

.hero-tags {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 24px;
  display: flex;
}

.tag {
  color: #1f1c18;
  letter-spacing: .06em;
  text-transform: uppercase;
  border: 1px solid #1f1c18;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
}

.tag.tag-accent {
  color: #fff;
  background-color: #b3261e;
  border-color: #b3261e;
}

.story-more {
  display: none;
}

.story-btn {
  color: #1f1c18;
  margin-top: 4px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline;
  display: inline-block;
}

.book-form {
  max-width: 520px;
  margin-bottom: 24px;
}

.field-label {
  color: #1f1c18;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.field {
  color: #1f1c18;
  background-color: #fffdf9;
  border: 1px solid #c9c0af;
  border-radius: 0;
  width: 100%;
  min-height: 44px;
  margin-bottom: 14px;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 1.4;
}

.field.field-area {
  min-height: 110px;
}

.price-wrap {
  max-width: 760px;
}

.price-h2 {
  color: #1f1c18;
  margin: 0 0 14px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.ptable {
  border-top: 1px solid #e1d9ca;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  margin: 0 0 16px;
  display: grid;
}

.ptable-name {
  border-bottom: 1px solid #e1d9ca;
  padding: 14px 24px 14px 0;
}

.ptable-price {
  color: #b3261e;
  text-align: right;
  white-space: nowrap;
  border-bottom: 1px solid #e1d9ca;
  padding: 14px 0;
  font-size: 17px;
  font-weight: 700;
}

.ptable-title {
  color: #1f1c18;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: block;
}

.ptable-desc {
  color: #605a52;
  margin-top: 2px;
  font-size: 15px;
  display: block;
}

.price-note {
  color: #605a52;
  margin: 0 0 40px;
  font-size: 17px;
  line-height: 1.6;
}

.price-red {
  color: #b3261e;
  font-weight: 700;
}

.price-warn {
  color: #b3261e;
  margin: 0 0 40px;
  font-size: 17px;
  font-weight: 700;
}

.price-pay {
  color: #1f1c18;
  margin: 0 0 24px;
  font-size: 17px;
  font-weight: 700;
}

.nav-logo {
  width: auto;
  height: 44px;
  display: block;
}

.footer-logo {
  width: auto;
  height: 56px;
  margin-bottom: 12px;
  display: block;
}

.service-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

@media screen and (max-width: 991px) {
  .hero-title {
    font-size: 36px;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .two-col {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-title {
    font-size: 25px;
  }

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

  .nav-links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .nav-link {
    font-size: 14px;
  }

  .nav-phone {
    display: none;
  }

  .hero {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .hero-title {
    font-size: 30px;
  }

  .faq-q {
    font-size: 21px;
  }

  .cta-title {
    font-size: 28px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .photo-box {
    height: 220px;
  }

  .price-range {
    font-size: 30px;
  }

  .hero-photo {
    height: 220px;
  }

  .nav-logo {
    height: 36px;
  }
}


