@font-face {
  font-family: Cormorant;
  src: url("assets/cormorant-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Cormorant;
  src: url("assets/cormorant-italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
:root {
  --ink: #111b18;
  --paper: #f0eee7;
  --white: #faf8f1;
  --muted: #b7c0b5;
  --line: rgba(240, 238, 231, 0.24);
  --serif: Cormorant, Georgia, serif;
  --sans: Arial, Helvetica, sans-serif;
  --gutter: clamp(22px, 4.5vw, 88px);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 95px;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.55;
}
body,
html {
  overflow-x: clip;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 2px solid #d8c59b;
  outline-offset: 6px;
}
img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
figure {
  margin: 0;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 400;
}
em {
  font-weight: 400;
}
p + p {
  margin-top: 20px;
}
::selection {
  background: #d8c59b;
  color: var(--ink);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  background: var(--paper);
  color: var(--ink);
  padding: 12px 20px;
  transform: translateY(-200%);
}
.skip-link:focus {
  transform: none;
}
.section-pad {
  padding: 90px var(--gutter);
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.5;
}
.display {
  font-family: var(--serif);
  font-size: clamp(56px, 6.7vw, 112px);
  line-height: 0.9;
  letter-spacing: -0.035em;
}
.lead {
  font-size: clamp(19px, 1.7vw, 27px);
  line-height: 1.35;
}
.section-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 70px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  min-height: 44px;
  padding: 12px 23px;
  border: 1px solid var(--paper);
  border-radius: 30px;
  background: var(--paper);
  color: var(--ink);
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.045em;
  transition:
    background 0.25s,
    color 0.25s;
}
.button:hover {
  background: transparent;
  color: var(--paper);
}
.button span {
  font-size: 18px;
}
.text-link {
  display: inline-flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  min-height: 44px;
  padding: 8px 0;
  border-bottom: 1px solid currentColor;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.text-link span {
  font-size: 22px;
  transition: transform 0.25s;
}
.text-link:hover span {
  transform: translate(3px, -3px);
}
.header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  transition:
    background 0.3s,
    padding 0.3s;
  color: var(--white);
}
.header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: var(--gutter);
  right: var(--gutter);
  height: 1px;
  background: var(--line);
}
.header.is-scrolled {
  background: rgba(17, 27, 24, 0.97);
  padding-top: 12px;
  padding-bottom: 12px;
}
.wordmark {
  font-family: var(--serif);
  font-size: 31px;
  line-height: 0.85;
  letter-spacing: -0.025em;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.wordmark span {
  font-family: var(--sans);
  font-size: 8px;
  letter-spacing: 0.21em;
  margin-top: 8px;
  padding-left: 2px;
}
.desktop-nav {
  display: flex;
  gap: 32px;
}
.desktop-nav a {
  font-size: 10px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.desktop-nav a:hover {
  color: #d8c59b;
}
.hero {
  min-height: 600px;
  height: 100svh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 144px var(--gutter) 58px;
  isolation: isolate;
  color: var(--white);
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background: #29312b;
}
.hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.26),
    transparent 35%,
    rgba(0, 0, 0, 0.48) 80%,
    rgba(0, 0, 0, 0.65)
  );
}
.hero-intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero-intro-right {
  font-family: var(--serif);
  font-size: 20px;
  font-style: italic;
}
.hero-bottom {
  display: grid;
  grid-template-columns: 1fr 285px;
  gap: 8vw;
  align-items: end;
}
.hero h1 {
  font-family: var(--serif);
  line-height: 0.7;
  letter-spacing: -0.065em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero-eden {
  font-size: clamp(150px, 24vw, 470px);
  margin-left: -0.045em;
}
.hero-properties {
  font-family: var(--sans);
  font-size: clamp(17px, 2.75vw, 46px);
  font-weight: 400;
  letter-spacing: 0.47em;
  line-height: 1.3;
  margin-top: 30px;
}
.hero-copy h2 {
  font-family: var(--serif);
  font-size: 42px;
  line-height: 0.97;
  letter-spacing: -0.02em;
  margin-bottom: 25px;
}
.hero-copy p {
  font-size: 12px;
  line-height: 1.5;
  max-width: 265px;
}
.scroll-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 10px;
  min-height: 44px;
  margin-top: 30px;
  border-bottom: 1px solid var(--line);
}
.scroll-link span {
  font-size: 24px;
}
.motion-toggle {
  position: absolute;
  bottom: 13px;
  right: var(--gutter);
  border: 0;
  background: transparent;
  font-size: 9px;
  letter-spacing: 0.08em;
  min-height: 36px;
  opacity: 0.8;
}
.motion-toggle[hidden] {
  display: none;
}
.about {
  padding-top: 110px;
  padding-bottom: 120px;
}
.about-layout {
  display: grid;
  grid-template-columns: 1.05fr 1.05fr 0.8fr;
  align-items: start;
  gap: 5vw;
}
.about-image {
  padding-top: 75px;
}
.about-image img {
  aspect-ratio: 3/4;
}
.about-image figcaption,
.beliefs-images figcaption {
  font-size: 10px;
  letter-spacing: 0.04em;
  margin-top: 15px;
  color: var(--muted);
}
.about-copy {
  padding-top: 180px;
}
.small-symbol {
  display: block;
  font-size: 36px;
  margin-bottom: 35px;
  line-height: 1;
}
.about-copy .lead {
  margin-bottom: 24px;
}
.about-copy p:not(.lead) {
  color: var(--muted);
  font-size: 12px;
}
.about-copy .text-link {
  margin-top: 26px;
}
.collection-heading {
  background: var(--paper);
  color: var(--ink);
  position: relative;
  padding-top: 80px;
  padding-bottom: 75px;
}
.collection-heading .display {
  margin-top: 36px;
  font-size: clamp(56px, 6.7vw, 104px);
}
.collection-heading p {
  position: absolute;
  right: var(--gutter);
  bottom: 82px;
  max-width: 260px;
  font-size: 12px;
}
.scroll-story {
  height: 330svh;
  position: relative;
}
.story-stage {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 540px;
  overflow: hidden;
}
.story-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.story-slide.is-active {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}
.story-slide img {
  position: absolute;
  inset: 0;
  transform: scale(1.035);
  object-position: center;
}
.story-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.04) 28%,
    rgba(0, 0, 0, 0.72) 100%
  );
}
.js-enabled .story-slide:not(.is-active) .story-content {
  visibility: hidden;
}
.story-content {
  position: absolute;
  left: var(--gutter);
  right: var(--gutter);
  bottom: 120px;
}
.story-content h3 {
  font-family: var(--serif);
  font-size: clamp(72px, 10vw, 164px);
  line-height: 0.87;
  letter-spacing: -0.04em;
  margin-top: 25px;
  max-width: 70%;
}
.story-description {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 280px;
}
.story-description p {
  font-size: 13px;
  margin-bottom: 26px;
}
.story-controls {
  position: absolute;
  bottom: 45px;
  left: var(--gutter);
  display: flex;
  gap: 18px;
  z-index: 4;
}
.story-controls button {
  background: transparent;
  border: 0;
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: 0.65;
  min-height: 44px;
  font-size: 11px;
}
.story-controls button[aria-current="true"] {
  opacity: 1;
}
.story-controls i {
  height: 1px;
  width: 45px;
  background: currentColor;
  display: block;
  transition: width 0.3s;
}
.story-controls button[aria-current="true"] i {
  width: 95px;
  height: 2px;
}
.story-hint {
  position: absolute;
  bottom: 63px;
  right: var(--gutter);
  font-size: 9px;
}
.story-hint span {
  margin-left: 25px;
}
.beliefs {
  padding-top: 105px;
}
.beliefs-intro {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 12vw;
  align-items: end;
  margin-bottom: 70px;
}
.beliefs-intro .lead {
  padding-bottom: 5px;
}
.beliefs-images {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 7vw;
  align-items: end;
}
.beliefs-images figure:first-child img {
  aspect-ratio: 1.33;
}
.beliefs-images figure:last-child img {
  aspect-ratio: 1.2;
}
.values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6vw;
  margin-top: 85px;
}
.values > div {
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.values h3 {
  font: 400 clamp(36px, 3.6vw, 60px) / 0.95 var(--serif);
  letter-spacing: -0.025em;
  margin: 30px 0 20px;
}
.values p {
  font-size: 12px;
  color: var(--muted);
  max-width: 245px;
}
.nature {
  position: relative;
  height: 88svh;
  min-height: 550px;
  overflow: hidden;
}
.nature > img {
  object-position: center 55%;
}
.nature-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.1));
}
.nature-copy {
  position: absolute;
  left: var(--gutter);
  bottom: 75px;
}
.nature h2 {
  font: 400 clamp(72px, 9vw, 150px) / 0.9 var(--serif);
  letter-spacing: -0.035em;
  margin-top: 28px;
}
.faq {
  background: var(--paper);
  color: var(--ink);
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 8vw;
  padding-top: 110px;
  padding-bottom: 115px;
}
.faq .display {
  font-size: clamp(50px, 5vw, 80px);
  margin-top: 40px;
}
.faq-list {
  border-top: 1px solid #bdc0b6;
}
.faq details {
  border-bottom: 1px solid #bdc0b6;
}
.faq summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 92px;
  font-size: 12px;
  padding: 20px 0;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq-number {
  font-size: 10px;
  white-space: nowrap;
  color: #5d665b;
}
.faq-icon {
  margin-left: auto;
  flex: 0 0 15px;
  height: 15px;
  position: relative;
}
.faq-icon:before,
.faq-icon:after {
  content: "";
  position: absolute;
  background: currentColor;
  top: 7px;
  left: 0;
  width: 15px;
  height: 1px;
}
.faq-icon:after {
  transform: rotate(90deg);
  transition: transform 0.2s;
}
details[open] .faq-icon:after {
  transform: rotate(0);
}
.faq details p {
  font-size: 13px;
  line-height: 1.7;
  color: #475349;
  padding: 0 35px 30px;
}
.contact {
  position: relative;
  min-height: 760px;
  height: 95svh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  isolation: isolate;
}
.contact > picture {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.contact-shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.47);
  z-index: -1;
}
.contact-content {
  padding: 80px 24px;
}
.contact h2 {
  font: 400 clamp(100px, 13vw, 210px) / 0.8 var(--serif);
  letter-spacing: -0.04em;
  margin: 50px 0 35px;
}
.contact p {
  font-size: 13px;
  line-height: 1.6;
}
.button-large {
  margin-top: 30px;
  padding: 19px 28px;
  min-width: 235px;
}
.contact-note {
  display: block;
  font-size: 9px;
  margin-top: 17px;
  opacity: 0.75;
}
.footer {
  padding-top: 60px;
  padding-bottom: 25px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-bottom: 50px;
}
.footer-top .wordmark {
  font-size: 52px;
}
.footer-top .wordmark span {
  font-size: 11px;
}
.footer-top > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-email {
  font: 400 28px/1.2 var(--serif);
}
.footer-email span {
  font-size: 20px;
  margin-left: 22px;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  font-size: 9px;
  color: var(--muted);
}
.js-motion .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.9s,
    transform 0.9s;
}
.js-motion .reveal.is-visible {
  opacity: 1;
  transform: none;
}
@media (min-width: 1600px) {
  .hero {
    padding-bottom: 80px;
  }
  .hero-copy {
    max-width: 350px;
  }
  .hero-bottom {
    grid-template-columns: 1fr 350px;
  }
  .hero-copy h2 {
    font-size: 54px;
  }
  .hero-copy p {
    font-size: 15px;
    max-width: 320px;
  }
}
@media (max-width: 1050px) {
  .desktop-nav {
    gap: 18px;
  }
  .desktop-nav a {
    font-size: 9px;
  }
  .hero-bottom {
    gap: 30px;
    grid-template-columns: 1fr 250px;
  }
  .hero-eden {
    font-size: 20.5vw;
  }
  .hero-copy h2 {
    font-size: 37px;
  }
  .hero-properties {
    letter-spacing: 0.37em;
  }
  .about-layout {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .about-image {
    padding-top: 30px;
  }
  .about-copy {
    grid-column: 2;
    padding-top: 0;
  }
  .about-layout .display {
    grid-row: 1/3;
  }
  .small-symbol {
    display: none;
  }
  .collection-heading p {
    position: static;
    margin-top: 30px;
    max-width: none;
  }
  .story-content h3 {
    font-size: 10vw;
    max-width: 60%;
  }
  .story-description {
    width: 250px;
  }
  .faq {
    gap: 5vw;
  }
}
@media (max-width: 700px) {
  html {
    scroll-padding-top: 85px;
  }
  .section-pad {
    padding: 65px var(--gutter);
  }
  .header {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .wordmark {
    font-size: 29px;
  }
  .wordmark span {
    font-size: 7px;
  }
  .desktop-nav {
    display: none;
  }
  .header-contact {
    min-height: 42px;
    padding: 12px 17px;
    font-size: 9px;
    gap: 18px;
  }
  .hero {
    min-height: 780px;
    height: 100svh;
    padding-top: 122px;
    padding-bottom: 64px;
  }
  .hero-intro .eyebrow {
    font-size: 8px;
  }
  .hero-intro-right {
    display: none;
  }
  .hero-bottom {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hero-eden {
    font-size: 36vw;
    line-height: 0.66;
  }
  .hero-properties {
    font-size: 5.5vw;
    letter-spacing: 0.48em;
    margin-top: 25px;
  }
  .hero-copy {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 24px;
    align-items: start;
  }
  .hero-copy h2 {
    font-size: 38px;
    margin: 0;
  }
  .hero-copy p {
    font-size: 12px;
    max-width: 280px;
    margin-top: 18px;
  }
  .scroll-link {
    grid-column: 1/-1;
    margin-top: 24px;
    min-height: 40px;
  }
  .section-top {
    margin-bottom: 45px;
  }
  .section-top .eyebrow {
    font-size: 8px;
  }
  .section-top .eyebrow:last-child {
    text-align: right;
    max-width: 130px;
  }
  .display {
    font-size: 64px;
  }
  .about-layout {
    grid-template-columns: 1fr 1fr;
    gap: 35px 22px;
  }
  .about-layout .display {
    grid-row: auto;
    font-size: 51px;
  }
  .about-image {
    padding-top: 65px;
  }
  .about-image img {
    aspect-ratio: 3/4.8;
  }
  .about-image figcaption {
    font-size: 8px;
  }
  .about-copy {
    grid-column: 1/-1;
    padding-left: 18vw;
    padding-top: 8px;
  }
  .about-copy .lead {
    font-size: 22px;
  }
  .about-copy p:not(.lead) {
    font-size: 13px;
  }
  .collection-heading .display {
    font-size: 57px;
  }
  .collection-heading p {
    font-size: 11px;
  }
  .scroll-story {
    height: 310svh;
  }
  .story-stage {
    min-height: 640px;
  }
  .story-content {
    bottom: 130px;
  }
  .story-content h3 {
    font-size: 76px;
    max-width: 100%;
    margin-top: 18px;
  }
  .story-description {
    position: static;
    width: auto;
    max-width: 290px;
    margin-top: 28px;
  }
  .story-description p {
    font-size: 12px;
    margin-bottom: 18px;
  }
  .story-controls {
    bottom: 42px;
    gap: 15px;
  }
  .story-controls i {
    width: 28px;
  }
  .story-controls button[aria-current="true"] i {
    width: 48px;
  }
  .story-hint {
    display: none;
  }
  .story-slide img {
    object-position: center;
  }
  .beliefs-intro {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 45px;
  }
  .beliefs-intro .display {
    font-size: 62px;
  }
  .beliefs-intro .lead {
    font-size: 20px;
    margin-left: 25vw;
  }
  .beliefs-images {
    grid-template-columns: 1fr 0.72fr;
    gap: 20px;
  }
  .beliefs-images figure:first-child img {
    aspect-ratio: 0.7;
  }
  .beliefs-images figure:last-child img {
    aspect-ratio: 0.65;
  }
  .beliefs-images figcaption {
    font-size: 8px;
  }
  .values {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 50px;
  }
  .values > div {
    display: grid;
    grid-template-columns: 40px 1fr 1fr;
    gap: 12px;
    align-items: start;
  }
  .values .eyebrow {
    font-size: 9px;
  }
  .values h3 {
    font-size: 30px;
    margin: 0;
  }
  .values p {
    font-size: 11px;
    padding-top: 2px;
  }
  .nature {
    height: 70svh;
    min-height: 500px;
  }
  .nature-copy {
    bottom: 55px;
  }
  .nature h2 {
    font-size: 68px;
  }
  .nature > img {
    object-position: 58% center;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .faq .display {
    font-size: 58px;
    margin-top: 28px;
  }
  .faq summary {
    font-size: 12px;
    min-height: 85px;
    gap: 12px;
  }
  .faq-number {
    font-size: 9px;
  }
  .faq details p {
    padding-left: 35px;
    font-size: 12px;
  }
  .contact {
    min-height: 680px;
    height: 85svh;
  }
  .contact-content > .eyebrow {
    font-size: 8px;
  }
  .contact h2 {
    font-size: 110px;
    margin-top: 40px;
  }
  .contact p {
    font-size: 12px;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 38px;
  }
  .footer-top .wordmark {
    font-size: 43px;
  }
  .footer-top .wordmark span {
    font-size: 9px;
  }
  .footer-top > div {
    order: 3;
    width: 100%;
  }
  .footer-email {
    font-size: 25px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    font-size: 9px;
  }
}
@media (max-height: 640px) and (orientation: landscape) {
  .story-stage {
    min-height: 0;
  }
  .story-content {
    bottom: 76px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
    align-items: end;
  }
  .story-content h3 {
    font-size: clamp(36px, 7vw, 64px);
    max-width: none;
    margin-top: 12px;
  }
  .story-description {
    position: static;
    grid-column: 2;
    grid-row: 1 / 3;
    width: auto;
    max-width: none;
    margin-top: 0;
  }
  .story-description p {
    margin-bottom: 12px;
  }
  .story-controls {
    bottom: 16px;
  }
  .story-hint {
    bottom: 34px;
  }
}
html:not(.js-enabled) .scroll-story {
  height: auto;
}
html:not(.js-enabled) .story-stage {
  position: static;
  height: auto;
}
html:not(.js-enabled) .story-slide {
  position: relative;
  height: 100svh;
  min-height: 640px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
html:not(.js-enabled) .story-controls,
html:not(.js-enabled) .story-hint {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .hero-media video {
    transform: none;
  }
  .js-motion .reveal {
    opacity: 1;
    transform: none;
  }
}
