:root {
  color-scheme: dark;
  --ink: #100e0c;
  --ink-soft: #171410;
  --stone: #c9c0b2;
  --bone: #f0ebe1;
  --muted: #b5ada1;
  --gold: #b69a68;
  --line: rgb(240 235 225 / 18%);
  --display: "Helvetica Neue", Helvetica, "Inter", Arial, sans-serif;
  --text: "Helvetica Neue", Helvetica, "Inter", Arial, sans-serif;
  --wordmark: "Bodoni Moda", Didot, "Times New Roman", serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--bone);
  font-family: var(--text);
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

::selection { background: var(--gold); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; width: 100%; }

.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: 100;
  top: 1rem;
  left: 1rem;
  padding: .75rem 1rem;
  background: var(--bone);
  color: var(--ink);
  transform: translateY(-200%);
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  height: 5.75rem;
  padding: 0 clamp(1.25rem, 3.2vw, 3.5rem);
  border-bottom: 1px solid transparent;
  transition: height 500ms cubic-bezier(.22,.7,.2,1), background 500ms ease, border-color 500ms ease;
}

.site-header.is-scrolled {
  height: 4.5rem;
  background: rgb(16 14 12 / 88%);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}

.wordmark {
  display: inline-block;
  width: max-content;
  font-family: var(--wordmark);
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-weight: 500;
  letter-spacing: .19em;
  line-height: 1;
  transition: letter-spacing 600ms cubic-bezier(.22,.7,.2,1), opacity 350ms ease;
}
.wordmark:hover { letter-spacing: .24em; }
.location, .header-link, .eyebrow, .section-label, figcaption, .footer-meta {
  font-size: .66rem;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.location { justify-self: center; color: rgb(240 235 225 / 72%); }
.header-link { justify-self: end; padding-bottom: .28rem; border-bottom: 1px solid rgb(240 235 225 / 46%); }
.header-link { transition: border-color 300ms ease, color 300ms ease; }
.header-link:hover { color: var(--bone); border-color: var(--gold); }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: #27221d;
}

.hero-media, .hero-veil { position: absolute; inset: 0; height: 100%; }
.hero-media {
  top: -4%;
  height: 108%;
  transform: translate3d(0, var(--hero-shift, 0px), 0);
  will-change: transform;
}
.hero-image {
  height: 100%;
  object-fit: cover;
  object-position: 58% 38%;
}
.js .hero-image { transform: scale(1.055); transition: transform 2200ms cubic-bezier(.16,.8,.18,1); }
.js.is-ready .hero-image { transform: scale(1.012); }
.hero-veil {
  background:
    linear-gradient(90deg, rgb(11 9 8 / 84%) 0%, rgb(11 9 8 / 55%) 34%, rgb(11 9 8 / 7%) 68%),
    linear-gradient(0deg, rgb(11 9 8 / 58%) 0%, transparent 40%, rgb(11 9 8 / 28%) 100%);
}

.hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 70% 28%, rgb(220 195 151 / 11%), transparent 18%);
  opacity: 0;
  transform: translate3d(-3%, 2%, 0);
}
.js.is-ready .hero::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 1800ms 600ms ease, transform 2600ms 500ms cubic-bezier(.16,.8,.18,1);
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  padding: 8.5rem clamp(1.5rem, 7vw, 7rem) 5rem;
}

.eyebrow { margin: 0; color: var(--muted); }

.hero h1 {
  max-width: 10ch;
  margin: 1.25rem 0 0;
  font-family: var(--display);
  font-size: clamp(4rem, 8.1vw, 8.6rem);
  font-weight: 400;
  letter-spacing: -.065em;
  line-height: .88;
}

.hero-accent { color: var(--stone); }
.hero-line { display: block; overflow: hidden; padding: .07em .06em .09em 0; margin-bottom: -.16em; }
.hero-line > span { display: block; }

.js .hero-line > span {
  opacity: 0;
  transform: translate3d(0, 112%, 0) rotate(.8deg);
}
.js.is-ready .hero-line > span {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(0);
  transition: opacity 200ms ease, transform 1150ms 360ms cubic-bezier(.2,.75,.18,1);
}
.js.is-ready .hero-line + .hero-line > span { transition-delay: 510ms; }

.js .hero-reveal, .js .scroll-cue { opacity: 0; transform: translate3d(0, 14px, 0); }
.js.is-ready .hero-reveal, .js.is-ready .scroll-cue {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 900ms 820ms ease, transform 900ms 820ms cubic-bezier(.2,.75,.18,1);
}
.js.is-ready .hero-foot { transition-delay: 980ms; }
.js.is-ready .scroll-cue { transition-delay: 1150ms; }

.hero-foot {
  display: flex;
  gap: 3rem;
  margin-top: clamp(3.75rem, 10vh, 7.5rem);
  color: rgb(240 235 225 / 76%);
  font-size: .68rem;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.hero-foot p { margin: 0; }

.scroll-cue {
  position: absolute;
  z-index: 3;
  right: clamp(1.5rem, 3.5vw, 3.75rem);
  bottom: 2.75rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: .65rem;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.scroll-cue i { display: block; width: 3.5rem; height: 1px; background: var(--bone); }
.scroll-cue i { position: relative; overflow: hidden; background: rgb(240 235 225 / 30%); }
.scroll-cue i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--bone);
  transform: translateX(-105%);
  animation: cue-line 2600ms 1800ms cubic-bezier(.45,0,.2,1) infinite;
}

.introduction {
  display: grid;
  grid-template-columns: .6fr 2fr;
  gap: 6vw;
  padding: clamp(7rem, 13vw, 13rem) 7vw;
  background:
    radial-gradient(circle at 88% 20%, rgb(255 255 255 / 16%), transparent 22%),
    var(--stone);
  color: var(--ink);
}

.section-label { display: flex; gap: 1.5rem; color: #625c54; }
.introduction .eyebrow { color: #625c54; }

.introduction h2, .invitation h2 {
  max-width: 14ch;
  margin: 1.35rem 0 0;
  font-family: var(--display);
  font-size: clamp(3.1rem, 6.6vw, 7rem);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .92;
}

.craft-statement {
  max-width: 36rem;
  margin: 2.25rem 0 0;
  color: #4f4942;
  font-family: var(--text);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  font-weight: 300;
  line-height: 1.65;
}

.portrait-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 1px;
  background: var(--line);
}

.portrait { position: relative; margin: 0; overflow: hidden; background: #29251f; }
.portrait img { height: 100%; object-fit: cover; transition: transform 1100ms cubic-bezier(.2,.7,.2,1), filter 800ms ease; }
.portrait:hover img { transform: scale(1.018); filter: brightness(1.035); }
.portrait-collage { grid-row: span 2; min-height: 115vh; }
.portrait-collage img { object-position: center; }
.portrait-tall, .portrait-wide { min-height: 57.5vh; }
.portrait-tall img { object-position: center 38%; }
.portrait-wide img { object-position: center 28%; }
figcaption {
  position: absolute;
  right: 1.5rem;
  bottom: 1.35rem;
  left: 1.5rem;
  padding-top: .85rem;
  border-top: 1px solid rgb(240 235 225 / 36%);
  color: rgb(240 235 225 / 78%);
}

.js [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 2rem, 0);
}
.js [data-reveal].is-inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 850ms var(--reveal-delay, 0ms) ease,
    transform 1050ms var(--reveal-delay, 0ms) cubic-bezier(.18,.72,.16,1);
}
.js [data-reveal="image"] {
  clip-path: inset(8% 0 0 0);
  transform: translate3d(0, 2.5rem, 0);
}
.js [data-reveal="image"] img { transform: scale(1.045); }
.js [data-reveal="image"].is-inview {
  clip-path: inset(0);
  transform: translate3d(0, 0, 0);
  transition: opacity 900ms var(--reveal-delay, 0ms) ease,
    transform 1250ms var(--reveal-delay, 0ms) cubic-bezier(.18,.72,.16,1),
    clip-path 1350ms var(--reveal-delay, 0ms) cubic-bezier(.18,.72,.16,1);
}
.js [data-reveal="image"].is-inview img { transform: scale(1); transition-duration: 1700ms; }

.invitation {
  position: relative;
  display: grid;
  grid-template-columns: .6fr 2fr;
  gap: 6vw;
  overflow: hidden;
  padding: clamp(7rem, 13vw, 13rem) 7vw;
  background:
    radial-gradient(circle at 78% 38%, rgb(182 154 104 / 15%), transparent 27%),
    linear-gradient(128deg, transparent 0 55%, rgb(255 255 255 / 2%) 55% 56%, transparent 56%),
    var(--ink-soft);
}

.invitation::after {
  content: "";
  position: absolute;
  right: -8rem;
  bottom: -17rem;
  width: 38rem;
  height: 38rem;
  border: 1px solid rgb(182 154 104 / 20%);
  border-radius: 50%;
}

.invitation .section-label { color: var(--muted); }
.invitation-copy { position: relative; z-index: 1; }
.invitation-copy > p:not(.eyebrow, .button-note) {
  max-width: 30rem;
  margin: 2.5rem 0 0;
  color: var(--muted);
  font-weight: 300;
  line-height: 1.8;
}

.interest-form {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: clamp(1.25rem, 3vw, 3rem);
  max-width: 46rem;
  margin-top: 2.75rem;
}

.interest-input {
  width: 100%;
  min-width: 0;
  padding: 1.05rem 0;
  border: 0;
  border-bottom: 1px solid rgb(240 235 225 / 35%);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--bone);
  font: 400 1rem/1.2 var(--text);
  transition: border-color 350ms ease;
}

.interest-input::placeholder { color: rgb(181 173 161 / 72%); }
.interest-input:focus { border-color: var(--gold); }
.interest-input:disabled { opacity: .58; }
.form-trap { position: absolute; left: -10000px; }

.invitation-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  flex: 0 0 auto;
  min-width: 13rem;
  margin-top: 0;
  padding: 1.05rem 0;
  border: 0;
  border-bottom: 1px solid var(--gold);
  background: transparent;
  cursor: pointer;
  font-size: .7rem;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.invitation-button { transition: color 350ms ease, border-color 350ms ease; }
.invitation-button:hover { color: var(--gold); border-color: var(--bone); }
.invitation-button:hover .button-arrow { transform: translate3d(.22rem, -.22rem, 0); }

.button-arrow {
  position: relative;
  display: block;
  width: 1.15rem;
  height: 1.15rem;
  border-top: 1px solid var(--gold);
  border-right: 1px solid var(--gold);
  transition: transform 350ms cubic-bezier(.22,.7,.2,1);
}

.button-arrow::after {
  content: "";
  position: absolute;
  top: .48rem;
  right: -.06rem;
  width: 1.35rem;
  height: 1px;
  background: var(--gold);
  transform: rotate(-45deg);
  transform-origin: right center;
}
.button-note { min-height: 1.4em; margin: 1rem 0 0; color: var(--gold); font-size: .72rem; }
.interest-form.is-submitting { opacity: .68; pointer-events: none; }

.site-footer { padding: 5rem 7vw 2.5rem; background: var(--ink); }
.footer-wordmark {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  color: #d9d2c7;
  font-family: var(--wordmark);
  font-size: clamp(4.15rem, 15vw, 13.5rem);
  font-weight: 400;
  letter-spacing: .075em;
  line-height: .78;
  white-space: nowrap;
}
.js .footer-wordmark[data-reveal] { letter-spacing: .025em; transform: translate3d(0, 2rem, 0); }
.js .footer-wordmark[data-reveal].is-inview { letter-spacing: .075em; transform: translate3d(0, 0, 0); }
.footer-meta {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

@keyframes cue-line {
  0%, 18% { transform: translateX(-105%); }
  58%, 100% { transform: translateX(105%); }
}

@media (max-width: 760px) {
  .site-header { grid-template-columns: 1fr auto; height: 4.75rem; padding: 0 1.25rem; }
  .wordmark { font-size: 1.28rem; letter-spacing: .16em; }
  .location { display: none; }
  .header-link { font-size: .58rem; }

  .hero-media { top: -3%; height: 106%; }
  .hero-image { object-position: 58% center; }
  .hero-veil {
    background:
      linear-gradient(0deg, rgb(11 9 8 / 88%) 0%, rgb(11 9 8 / 28%) 52%, rgb(11 9 8 / 30%) 100%),
      linear-gradient(90deg, rgb(11 9 8 / 36%), transparent 60%);
  }
  .hero-copy { justify-content: flex-end; padding: 7rem 1.4rem 7.4rem; }
  .hero h1 { max-width: none; font-size: clamp(2.9rem, 14.4vw, 4.25rem); line-height: .91; }
  .hero-line { width: max-content; max-width: 100%; }
  .hero-foot { margin-top: 2.5rem; }
  .scroll-cue { right: 1.4rem; bottom: 2.25rem; }

  .introduction, .invitation { grid-template-columns: 1fr; gap: 4rem; padding: 6.5rem 1.4rem; }
  .section-label { justify-content: space-between; }
  .introduction h2, .invitation h2 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .portrait-grid { grid-template-columns: 1fr; }
  .portrait-collage, .portrait-tall, .portrait-wide { grid-row: auto; min-height: auto; aspect-ratio: 4 / 5; }
  .portrait-collage { aspect-ratio: 4 / 5; }
  .portrait img { object-position: center; }
  .portrait-collage img { object-fit: cover; }

  .invitation::after { right: -18rem; bottom: -12rem; }
  .interest-form { display: block; }
  .invitation-button { width: 100%; margin-top: 1rem; }
  .site-footer { padding: 4.5rem 1.4rem 2rem; }
  .footer-meta { margin-top: 2.5rem; font-size: .56rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
