.fonts-loading body {
  visibility: hidden
}

:root {
  --ink: #17221d;
  --forest: #193c31;
  --forest-2: #0e2b23;
  --cream: #f2efe5;
  --sand: #d9d0bd;
  --orange: #d86d3b;
  --white: #fff;
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shell: min(1180px, calc(100% - 48px))
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65
}

img {
  display: block;
  width: 100%
}

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

h1,
h2,
h3,
p,
blockquote,
figure {
  margin-top: 0
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  background: #fff;
  transform: translateY(-150%)
}

.skip-link:focus {
  transform: none
}

.section-shell {
  width: var(--shell);
  margin-inline: auto
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px max(24px, calc((100% - 1180px)/2));
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .24)
}

.site-header.dark-header {
  position: relative;
  background: var(--forest-2)
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 600
}

.brand img {
  width: 48px;
  height: 48px;
  object-fit: contain
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 14px
}

.site-nav>a:not(.nav-cta) {
  position: relative;
  padding: 10px 0
}

.site-nav>a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 5px;
  height: 1px;
  background: currentColor;
  transition: right .25s
}

.site-nav>a:hover::after,
.site-nav>a.active::after {
  right: 0
}

.nav-cta {
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 100px
}

.nav-cta:hover {
  background: #fff;
  color: var(--forest)
}

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 10px
}

.menu-toggle>span:not(.sr-only) {
  display: block;
  width: 25px;
  height: 1px;
  margin: 6px;
  background: #fff
}

.hero {
  position: relative;
  min-height: 100svh;
  color: #fff;
  display: flex;
  align-items: flex-end;
  overflow: hidden
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0
}

.hero-media img {
  height: 100%;
  object-fit: cover;
  object-position: 55% 45%
}

.hero-shade {
  background: linear-gradient(90deg, rgba(6, 22, 17, .8) 0%, rgba(6, 22, 17, .3) 60%, rgba(6, 22, 17, .2)), linear-gradient(0deg, rgba(5, 19, 15, .45), transparent 55%)
}

.hero-content {
  position: relative;
  z-index: 1;
  width: var(--shell);
  margin: 0 auto clamp(96px, 12vh, 140px)
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 600;
  font-size: 12px;
  color: #64766e;
  margin-bottom: 24px
}

.eyebrow.light {
  color: #d8ded9
}

.hero h1,
.page-hero h1,
.contact-hero h1 {
  font: 500 clamp(60px, 9vw, 124px)/.9 var(--serif);
  letter-spacing: -.055em;
  margin-bottom: 32px
}

.hero h1 em,
h2 em,
.page-hero h1 em,
.contact-hero h1 em {
  font-weight: 500;
  color: #e29269
}

.hero-lead {
  max-width: 620px;
  font-size: clamp(17px, 2vw, 21px);
  color: #e7ebe8
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  border: 0;
  border-radius: 100px;
  padding: 15px 25px;
  font: 600 14px var(--sans);
  cursor: pointer
}

.button:hover {
  transform: none
}

.button-light {
  background: #fff;
  color: var(--ink)
}

.button-dark {
  background: var(--forest);
  color: #fff
}

.text-link {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid #819189;
  padding: 5px 0;
  font-weight: 600;
  font-size: 14px
}

.text-link.light {
  border-color: rgba(255, 255, 255, .5)
}

.hero-note {
  position: absolute;
  right: max(24px, calc((100% - 1180px)/2));
  bottom: 35px;
  z-index: 2;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 0 12px
}

.hero-note span {
  font: 500 20px var(--serif)
}

.hero-note small {
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: .15em;
  color: #d7ddd9
}

.hero-note i {
  grid-column: 1/-1;
  height: 1px;
  background: rgba(255, 255, 255, .4);
  margin: 10px 0
}

.intro {
  padding: 140px 0 55px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 10vw;
  align-items: end
}

.intro h2,
.section-heading h2,
.cta-inner h2,
.split-banner h2,
.location h2 {
  font: 500 clamp(44px, 6vw, 76px)/1.03 var(--serif);
  letter-spacing: -.045em;
  margin: 0
}

.intro-text {
  max-width: 470px
}

.intro-text p {
  font-size: 18px;
  margin-bottom: 28px
}

.image-break {
  position: relative
}

.image-break>img {
  height: min(72vw, 760px);
  object-fit: cover
}

.image-label {
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--cream);
  display: flex;
  gap: 22px;
  padding: 26px 36px;
  min-width: 290px
}

.image-label span {
  color: #89938e;
  font-size: 12px
}

.image-label p {
  margin: 0;
  font: 500 18px/1.35 var(--serif)
}

.features {
  padding: 140px 0
}

.section-heading {
  max-width: 800px;
  margin-bottom: 80px
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #bfc1b8
}

.feature {
  position: relative;
  padding: 44px 38px 20px 0;
  border-right: 1px solid #bfc1b8
}

.feature+.feature {
  padding-left: 38px
}

.feature:last-child {
  border-right: 0
}

.feature-number {
  font-size: 11px;
  color: #849089
}

.feature .icon {
  font: 400 42px var(--serif);
  color: var(--orange);
  height: 90px;
  display: flex;
  align-items: center
}

.feature h3 {
  font: 500 27px var(--serif);
  margin-bottom: 16px
}

.feature p {
  color: #59665f
}

.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding-bottom: 140px
}

.gallery-tall {
  grid-row: span 2
}

.gallery-tall img {
  height: 820px;
  object-fit: cover
}

.gallery figcaption {
  font-size: 12px;
  margin-top: 12px;
  color: #6b7871
}

.gallery-copy {
  padding: 0 8vw 60px
}

.gallery-copy blockquote {
  font: 500 clamp(28px, 3.4vw, 46px)/1.25 var(--serif);
  letter-spacing: -.03em
}

.gallery-copy .button {
  margin-top: 30px
}

.gallery-wide img {
  height: 390px;
  object-fit: cover
}

.cta-section {
  background: var(--forest);
  color: #fff;
  padding: 130px 24px;
  text-align: center
}

.cta-inner {
  max-width: 900px;
  margin: auto
}

.cta-inner p:not(.eyebrow) {
  color: #d0d9d4;
  margin: 28px 0
}

.site-footer {
  background: #0c241d;
  color: #cdd6d1;
  padding: 80px max(24px, calc((100% - 1180px)/2));
  display: grid;
  grid-template-columns: 2fr 1fr 1.4fr;
  gap: 50px
}

.footer-brand {
  color: #fff;
  margin-bottom: 20px
}

.site-footer>div>p {
  max-width: 340px;
  color: #95a79f
}

.site-footer h3 {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .16em;
  margin-bottom: 20px
}

.site-footer>div>a:not(.brand) {
  display: block;
  margin: 8px 0
}

.footer-bottom {
  grid-column: 1/-1;
  border-top: 1px solid #294139;
  padding-top: 25px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #82968d
}

.page-hero {
  padding: 130px 0 110px
}

.page-hero h1 {
  font-size: clamp(58px, 8vw, 108px)
}

.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  align-items: center;
  padding-bottom: 140px
}

.story-image img {
  height: 680px;
  object-fit: cover
}

.story-copy h2 {
  font: 500 clamp(35px, 4vw, 52px)/1.12 var(--serif);
  letter-spacing: -.03em
}

.story-copy p:not(.eyebrow) {
  font-size: 17px;
  color: #526159
}

.values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #bfc1b8;
  border-bottom: 1px solid #bfc1b8;
  margin-bottom: 140px
}

.values article {
  padding: 50px 40px;
  border-right: 1px solid #bfc1b8
}

.values article:last-child {
  border: 0
}

.values span {
  color: var(--orange);
  font-size: 12px
}

.values h3 {
  font: 500 30px var(--serif);
  margin: 0 0 15px
}

.values p {
  color: #59665f
}

.split-banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--forest);
  color: #fff
}

.split-banner img {
  height: 760px;
  object-fit: cover
}

.split-banner>div {
  padding: 100px clamp(35px, 8vw, 120px);
  display: flex;
  flex-direction: column;
  justify-content: center
}

.split-banner p:not(.eyebrow) {
  color: #c8d2cd;
  margin: 30px 0
}

.split-banner .button {
  align-self: flex-start
}

.contact-hero {
  padding: 130px 0;
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 10vw;
  align-items: end
}

.contact-hero>div>p:not(.eyebrow) {
  max-width: 600px;
  font-size: 18px
}

.contact-details {
  border-left: 1px solid #c4c5bd;
  padding-left: 50px
}

.contact-details>div+div {
  margin-top: 36px
}

.contact-details span {
  display: block;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 10px;
  color: #718078;
  margin-bottom: 9px
}

.contact-details a {
  display: block
}

.form-section {
  background: var(--forest);
  color: #fff;
  padding: 120px 0
}

.contact-form {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 12vw
}

.form-intro h2 {
  font: 500 clamp(40px, 5vw, 64px)/1.04 var(--serif)
}

.form-intro p:not(.eyebrow) {
  color: #b8c7c0
}

.form-fields {
  display: grid;
  gap: 24px
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.form-fields label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #c8d4ce
}

.form-fields input,
.form-fields textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #73867d;
  background: transparent;
  color: #fff;
  padding: 12px 0;
  font: 16px var(--sans);
  outline: none;
  border-radius: 0;
  resize: vertical
}

.form-fields input:focus,
.form-fields textarea:focus {
  border-color: #fff
}

.form-fields input::placeholder,
.form-fields textarea::placeholder {
  color: #82978d
}

.form-fields .button {
  justify-self: start;
  margin-top: 10px
}

.form-fields .button:disabled {
  cursor: wait;
  opacity: .7
}

.form-status {
  margin: 0;
  min-height: 1.65em;
  color: #dce6e1
}

.form-status[data-state="success"] {
  color: #d4f4dd
}

.form-status[data-state="error"] {
  color: #ffd2c4
}

.location {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  align-items: center;
  padding: 140px 0
}

.location p:not(.eyebrow) {
  max-width: 460px;
  color: #56645d;
  margin-top: 24px;
  margin-bottom: 0
}

.location img {
  height: 600px;
  object-fit: cover
}

.reveal {
  opacity: 1;
  transform: none
}

@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }
}

.map-embed {
  height: 600px;
  overflow: hidden;
  background: #d8d8d0
}

.map-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0
}

@media(max-width:800px) {
  :root {
    --shell: calc(100% - 36px)
  }

  .site-header {
    padding: 14px 18px
  }

  .brand img {
    width: 42px;
    height: 42px
  }

  .brand span {
    font-size: 17px
  }

  .menu-toggle {
    display: block;
    z-index: 2
  }

  .site-nav {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--forest-2);
    padding: 90px 24px 30px;
    flex-direction: column;
    align-items: stretch;
    gap: 5px
  }

  .site-nav.open {
    display: flex
  }

  .site-nav a {
    padding: 12px !important
  }

  .nav-cta {
    text-align: center;
    margin-top: 12px
  }

  .hero {
    min-height: 760px
  }

  .hero-content {
    margin: 0 18px 100px;
    width: calc(100% - 36px)
  }

  .hero h1 {
    font-size: clamp(54px, 17vw, 78px)
  }

  .hero-lead {
    font-size: 17px
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    margin-top: 28px
  }

  .hero-note {
    display: none
  }

  .intro {
    padding: 90px 0 35px;
    grid-template-columns: 1fr;
    gap: 38px
  }

  .image-break {
    width: 100%
  }

  .image-break>img {
    height: 600px
  }

  .image-label {
    left: 18px;
    right: 18px;
    min-width: 0
  }

  .features {
    padding: 90px 0
  }

  .section-heading {
    margin-bottom: 50px
  }

  .feature-grid {
    grid-template-columns: 1fr
  }

  .feature,
  .feature+.feature {
    padding: 35px 0;
    border-right: 0;
    border-bottom: 1px solid #bfc1b8
  }

  .gallery {
    grid-template-columns: 1fr;
    padding-bottom: 90px
  }

  .gallery-tall {
    grid-row: auto
  }

  .gallery-tall img {
    height: 600px
  }

  .gallery-copy {
    padding: 0 5px 50px
  }

  .gallery-wide img {
    height: 300px
  }

  .cta-section {
    padding: 90px 20px
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 65px 24px;
    gap: 35px
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px
  }

  .page-hero {
    padding: 90px 0 70px
  }

  .story-grid {
    grid-template-columns: 1fr;
    padding-bottom: 90px;
    gap: 55px
  }

  .story-image img {
    height: 500px
  }

  .values {
    grid-template-columns: 1fr;
    margin-bottom: 90px
  }

  .values article {
    border-right: 0;
    border-bottom: 1px solid #bfc1b8;
    padding: 35px 10px
  }

  .values h3 {
    margin-top: 25px
  }

  .split-banner {
    grid-template-columns: 1fr
  }

  .split-banner img {
    height: 520px
  }

  .split-banner>div {
    padding: 75px 24px
  }

  .contact-hero {
    grid-template-columns: 1fr;
    padding: 90px 0;
    gap: 55px
  }

  .contact-details {
    padding-left: 25px
  }

  .contact-form {
    grid-template-columns: 1fr;
    gap: 60px
  }

  .field-row {
    grid-template-columns: 1fr
  }

  .form-section {
    padding: 85px 0
  }

  .location {
    grid-template-columns: 1fr;
    padding: 90px 0
  }

  .location img {
    height: 500px
  }
}

.feature-grid {
  gap: 24px;
  border-top: 0
}

.feature,
.feature+.feature {
  padding: 0;
  border: 0;
  background: #e8e3d7;
  overflow: hidden
}

.feature:last-child {
  border: 0
}

.feature>img {
  width: 100%;
  height: 380px;
  object-fit: cover
}

.feature-copy {
  padding: 28px 30px 30px
}

.feature-copy .feature-number {
  display: block;
  margin-bottom: 28px
}

.feature-copy h3 {
  margin-bottom: 12px
}

.feature-copy p {
  margin-bottom: 0
}

.feature .icon {
  display: none
}

@media(max-width:800px) {
  .feature-grid {
    gap: 20px
  }

  .feature,
  .feature+.feature {
    padding: 0;
    border: 0
  }

  .feature>img {
    height: 320px
  }

  .feature-copy {
    padding: 24px
  }

  .feature-copy .feature-number {
    margin-bottom: 20px
  }
}

.pricing-hero {
  padding: 130px 0 45px
}

.pricing-hero h1 {
  font: 500 clamp(58px, 8vw, 108px)/.92 var(--serif);
  letter-spacing: -.055em;
  margin-bottom: 32px
}

.pricing-hero h1 em {
  font-weight: 500;
  color: #e29269
}

.pricing-lead {
  max-width: 600px;
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
  color: #56645d
}

.price-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding-bottom: 130px
}

.price-column {
  background: #e7e1d5;
  padding: 45px
}

.featured-price {
  background: var(--forest);
  color: #fff
}

.price-column-title {
  margin-bottom: 40px
}

.price-column-title>span {
  display: block;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 10px;
  color: #77847d;
  margin-bottom: 8px
}

.featured-price .price-column-title>span {
  color: #aabbb3
}

.price-column-title h2 {
  font: 500 clamp(28px, 3vw, 40px) var(--serif);
  margin: 0
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
  padding: 20px 0;
  border-top: 1px solid #bdbeb5
}

.featured-price .price-row {
  border-color: #49645a
}

.price-row time {
  font-size: 18px
}

.price-row strong {
  font: 500 clamp(28px, 3vw, 42px) var(--serif);
  white-space: nowrap
}

.pricing-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12vw;
  padding-bottom: 130px
}

.pricing-details h2 {
  font: 500 clamp(38px, 5vw, 62px)/1.04 var(--serif);
  letter-spacing: -.04em
}

.pricing-details article>p:not(.eyebrow) {
  color: #56645d;
  font-size: 17px
}

.pricing-details ul {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap
}

.pricing-details li {
  padding: 10px 17px;
  border: 1px solid #aeb5af;
  border-radius: 100px;
  font-size: 13px
}

.extras {
  padding-top: 10px
}

.extra-row {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding: 22px 0;
  border-top: 1px solid #bdbeb5
}

.extra-row:last-child {
  border-bottom: 1px solid #bdbeb5
}

.extra-row strong {
  font: 500 24px var(--serif);
  white-space: nowrap
}

.cottage-price {
  background: var(--forest);
  color: #fff;
  padding: 110px 0
}

.cottage-price-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  align-items: start
}

.cottage-price h2 {
  font: 500 clamp(50px, 7vw, 88px)/.95 var(--serif);
  letter-spacing: -.05em
}

.cottage-price h2 em {
  color: #e29269
}

.cottage-price-inner>div:last-child>p {
  color: #c7d3cd;
  font-size: 18px
}

.cottage-price .button {
  margin-top: 22px
}

.pdf-note {
  padding: 60px 0 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px
}

.pdf-note p {
  margin: 0;
  color: #56645d
}

@media(max-width:800px) {
  .pricing-hero {
    padding: 90px 0 32px
  }

  .price-section {
    grid-template-columns: 1fr;
    padding-bottom: 90px
  }

  .price-column {
    padding: 30px 24px
  }

  .price-column-title {
    margin-bottom: 28px
  }

  .price-row {
    padding: 17px 0
  }

  .price-row time {
    font-size: 16px
  }

  .pricing-details {
    grid-template-columns: 1fr;
    gap: 65px;
    padding-bottom: 90px
  }

  .cottage-price {
    padding: 80px 0
  }

  .cottage-price-inner {
    grid-template-columns: 1fr;
    gap: 45px
  }

  .pdf-note {
    padding: 45px 0 80px;
    align-items: flex-start;
    flex-direction: column
  }
}

.pricing-details {
  row-gap: 32px
}

.pricing-book {
  grid-column: 1/-1;
  text-align: left;
  padding-top: 0
}

@media(max-width:800px) {
  .pricing-book {
    grid-column: auto;
    padding-top: 0;
    text-align: center
  }
}



.pricing-capacity {
  display: inline-block;
  margin: 22px 0 0;
  padding: 9px 16px;
  border: 1px solid #aeb5af;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600
}
