@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Glacial+Indifference&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Glacial Indifference", "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #3A2B23;
  background-color: #FFF8EB;
}

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

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

ul, ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

p {
  margin-bottom: 1.5rem;
}

h1 {
  font-family: "Cormorant Garamond", "Georgia", serif;
  font-size: 3rem;
  font-weight: 400;
  color: #915837;
  line-height: 1.1;
}
@media (max-width: 768px) {
  h1 {
    font-size: 2.25rem;
  }
}

h2 {
  font-family: "Cormorant Garamond", "Georgia", serif;
  font-size: 2.25rem;
  font-weight: 400;
  color: #915837;
  line-height: 1.2;
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.875rem;
  }
}

h3 {
  font-family: "Cormorant Garamond", "Georgia", serif;
  font-size: 1.875rem;
  font-weight: 400;
  color: #915837;
  line-height: 1.3;
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-family: "Cormorant Garamond", "Georgia", serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #915837;
}

h5 {
  font-family: "Cormorant Garamond", "Georgia", serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #915837;
}

h6 {
  font-size: 1.125rem;
  font-weight: 400;
  color: rgba(58, 43, 35, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

p {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(58, 43, 35, 0.6);
}

.lead {
  font-size: 1.125rem;
  line-height: 1.6;
  color: rgba(58, 43, 35, 0.6);
}

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

.text-uppercase {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  min-height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF8EB;
  border-bottom: 1px solid rgb(225.1625, 194.24, 176.3375);
  backdrop-filter: blur(8px);
}
.site-header .container {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem 0;
  gap: 2rem;
  height: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 1024px) {
  .site-header .container {
    padding: 0 3rem;
  }
}
.site-header__brand a {
  font-family: "Glacial Indifference", "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  color: #915837;
  text-transform: uppercase;
  font-weight: 300;
  text-decoration: none;
}
.site-header__toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.25rem;
  color: #915837;
  cursor: pointer;
  padding: 0.5rem;
}
@media (max-width: 1024px) {
  .site-header__toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.site-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  height: 100%;
}
@media (max-width: 1024px) {
  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #FFF8EB;
    border-bottom: 1px solid rgb(225.1625, 194.24, 176.3375);
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    padding: 0 1.5rem 1.5rem;
    display: none;
  }
  .site-nav.is-open {
    display: block;
  }
}
.site-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .site-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 1.5rem;
  }
}
.site-nav__list a {
  font-family: "Glacial Indifference", "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.06em;
  color: #915837;
  font-weight: 200;
  text-decoration: none;
  padding: 0.5rem 0;
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.site-nav__list a:hover, .site-nav__list a.active {
  color: #CA7C26;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}

.main-footer {
  background-color: rgb(127.1696202532, 134.5417721519, 83.8582278481);
  color: #FFF8EB;
  padding: 6rem 0 2rem;
}
.main-footer .footer-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 1024px) {
  .main-footer .footer-container {
    padding: 0 3rem;
  }
}
@media (max-width: 768px) {
  .main-footer .footer-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.main-footer .footer-column h3, .main-footer .footer-column h4 {
  font-family: "Cormorant Garamond", "Georgia", serif;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.main-footer .footer-column p {
  color: #FFF8EB;
  margin-bottom: 1rem;
}
.main-footer .footer-column ul {
  list-style: none;
}
.main-footer .footer-column ul li {
  margin-bottom: 0.5rem;
}
.main-footer .footer-column ul li a {
  color: #FFF8EB;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.main-footer .footer-column ul li a:hover {
  color: #ffffff;
}
.main-footer .footer-column address {
  font-style: normal;
}
.main-footer .footer-column address a {
  color: #FFF8EB;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.main-footer .footer-column address a:hover {
  color: #ffffff;
}
.main-footer .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.main-footer .social-links a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #FFF8EB;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-footer .social-links a:hover {
  background-color: #CA7C26;
  color: #ffffff;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.main-footer .social-links a svg {
  width: 20px;
  height: 20px;
}
.main-footer .footer-bottom {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 1024px) {
  .main-footer .footer-bottom {
    padding: 0 3rem;
  }
}
.main-footer .footer-bottom p {
  color: #FFF8EB;
  font-size: 0.875rem;
  margin: 0;
}

.section {
  padding: 6rem 0;
}
@media (max-width: 768px) {
  .section {
    padding: 4rem 0;
  }
}
.section--beige {
  background-color: #FFF8EB;
}
.section--sand {
  background-color: #FFF0D5;
}
.section--white {
  background-color: #ffffff;
}
.section--fullwidth {
  padding: 0;
}
.section--dark {
  background-color: rgb(127.1696202532, 134.5417721519, 83.8582278481);
  color: #ffffff;
}

.section-title {
  text-align: center;
  margin-bottom: 3rem;
}
.section-title h6 {
  color: rgba(58, 43, 35, 0.6);
  margin-bottom: 1rem;
}
.section-title h2 {
  margin-bottom: 1.5rem;
}
.section-title p {
  max-width: 700px;
  margin: 0 auto;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 1024px) {
  .container {
    padding: 0 3rem;
  }
}

.grid {
  display: grid;
  gap: 2rem;
}
.grid--2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .grid--2 {
    grid-template-columns: 1fr;
  }
}
.grid--3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 1024px) {
  .grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .grid--3 {
    grid-template-columns: 1fr;
  }
}
.grid--4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media (max-width: 1024px) {
  .grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .grid--4 {
    grid-template-columns: 1fr;
  }
}

.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .split-section {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) {
  .split-section--reverse .split-section__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .split-section--reverse .split-section__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.split-section__content {
  padding: 2rem;
}
.split-section__image img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.fullwidth-banner {
  position: relative;
  min-height: 60vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fullwidth-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.15));
}
.fullwidth-banner__content {
  position: relative;
  max-width: 720px;
  color: #ffffff;
  padding: 6rem 0;
}
.fullwidth-banner__content h2 {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.fullwidth-banner__content p {
  color: rgba(255, 255, 255, 0.86);
  margin-bottom: 2rem;
  font-size: 1.125rem;
}

.btn {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  border-radius: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}
.btn--primary {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  border-radius: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  background-color: #CA7C26;
  color: #ffffff;
}
.btn--primary:hover {
  background-color: rgb(181.8, 111.6, 34.2);
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.btn--secondary {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  border-radius: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  background-color: transparent;
  color: #915837;
  border: 2px solid #915837;
}
.btn--secondary:hover {
  background-color: #915837;
  color: #ffffff;
}
.btn--ghost {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  border-radius: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  background-color: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.btn--ghost:hover {
  background-color: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.6);
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.btn--large {
  padding: 1.5rem 3rem;
  font-size: 1.125rem;
}
.btn--small {
  padding: 0.5rem 1.5rem;
  font-size: 0.875rem;
}

.card {
  background-color: #ffffff;
  border-radius: 1rem;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card:hover {
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.card__image {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__content {
  padding: 2rem;
}
.card__title {
  font-family: "Cormorant Garamond", "Georgia", serif;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #915837;
}
.card__description {
  color: rgba(58, 43, 35, 0.6);
  margin-bottom: 1.5rem;
}
.card__meta {
  font-size: 0.875rem;
  color: rgba(58, 43, 35, 0.6);
  margin-bottom: 1rem;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #3A2B23;
  margin-bottom: 0.5rem;
}
.form-label .required {
  color: #CA7C26;
}

.form-input,
.form-textarea,
.form-select {
  width: 100%;
  padding: 1rem;
  font-size: 1rem;
  font-family: inherit;
  color: #3A2B23;
  background-color: #ffffff;
  border: 2px solid rgb(255, 223.2857142857, 166.2);
  border-radius: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-input:focus,
.form-textarea:focus,
.form-select:focus {
  outline: none;
  border-color: #CA7C26;
  -webkit-box-shadow: 0 0 0 3px rgba(202, 124, 38, 0.1);
          box-shadow: 0 0 0 3px rgba(202, 124, 38, 0.1);
}
.form-input::-webkit-input-placeholder, .form-textarea::-webkit-input-placeholder, .form-select::-webkit-input-placeholder {
  color: rgba(58, 43, 35, 0.6);
}
.form-input::-moz-placeholder, .form-textarea::-moz-placeholder, .form-select::-moz-placeholder {
  color: rgba(58, 43, 35, 0.6);
}
.form-input:-ms-input-placeholder, .form-textarea:-ms-input-placeholder, .form-select:-ms-input-placeholder {
  color: rgba(58, 43, 35, 0.6);
}
.form-input::-ms-input-placeholder, .form-textarea::-ms-input-placeholder, .form-select::-ms-input-placeholder {
  color: rgba(58, 43, 35, 0.6);
}
.form-input::placeholder,
.form-textarea::placeholder,
.form-select::placeholder {
  color: rgba(58, 43, 35, 0.6);
}

.form-textarea {
  min-height: 150px;
  resize: vertical;
}

.form-error {
  color: rgb(161.6, 99.2, 30.4);
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

.form-success {
  background-color: #10b981;
  color: #ffffff;
  padding: 1.5rem;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
}

.hero-section {
  min-height: 90vh;
  position: relative;
  min-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.hero-section > * {
  position: relative;
  z-index: 2;
}
.hero-section--overlay::before {
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.25));
}
.hero-section .hero-content {
  max-width: 640px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.hero-section .hero-content h1 {
  color: #ffffff;
}
.hero-section .hero-content .lead {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.125rem;
}
.hero-section .hero-content .hero-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.feature-grid .feature-item {
  text-align: center;
  padding: 2rem;
}
.feature-grid .feature-item__icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(202, 124, 38, 0.1);
  border-radius: 50%;
}
.feature-grid .feature-item__title {
  font-family: "Cormorant Garamond", "Georgia", serif;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.875rem;
  color: #9CA46D;
  font-weight: 600;
}