:root {
  --ink: #10100e;
  --ink-soft: #171713;
  --ivory: #f3efe5;
  --muted: #aaa397;
  --gold: #c8a56a;
  --gold-bright: #d7b979;
  --line: rgba(200, 165, 106, 0.18);
  --danger: #e8a6a1;
  --success: #b9d3a9;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ivory);
  background:
    radial-gradient(circle at 72% 8%, rgba(200,165,106,.07), transparent 26rem),
    var(--ink);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.skip-link {
  position: fixed;
  z-index: 10;
  top: .75rem;
  left: .75rem;
  padding: .65rem .9rem;
  color: var(--ink);
  background: var(--ivory);
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  height: 6.5rem;
  display: grid;
  place-items: center;
  border-bottom: 1px solid rgba(255,255,255,.045);
}
.wordmark {
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: 1rem;
  letter-spacing: .52em;
  text-decoration: none;
  text-indent: .52em;
}

.page-shell {
  width: min(76rem, calc(100% - 4rem));
  margin: 0 auto;
  padding: 4.2rem 0 5rem;
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
  grid-template-areas:
    "story scene"
    "benefits registration";
  column-gap: clamp(3rem, 6vw, 7rem);
  row-gap: 2.25rem;
  align-items: stretch;
}
.intro-copy { grid-area: story; align-self: center; }

.eyebrow {
  margin: 0 0 1.65rem;
  color: var(--gold);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .28em;
  text-transform: uppercase;
}
.eyebrow span { margin-right: .65rem; }
h1, h2, p { margin-top: 0; }
h1 {
  margin-bottom: 1.5rem;
  max-width: 10ch;
  font-family: var(--serif);
  font-size: clamp(3.1rem, 5vw, 5.35rem);
  font-weight: 400;
  line-height: .94;
  letter-spacing: -.045em;
}
h1 em { color: var(--gold-bright); font-weight: 400; }
.lede {
  max-width: 34rem;
  margin-bottom: 2.55rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.benefits {
  grid-area: benefits;
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}
.benefit {
  display: grid;
  grid-template-columns: 2.75rem 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--line);
}
.benefit-mark {
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  color: var(--gold-bright);
  border: 1px solid rgba(200,165,106,.65);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: .7rem;
}
.benefit h2 { margin-bottom: .15rem; font-size: .95rem; font-weight: 600; }
.benefit p { margin-bottom: 0; color: var(--muted); font-size: .83rem; }

.lifestyle {
  grid-area: scene;
  align-self: start;
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #201d18;
  border: 1px solid rgba(200,165,106,.23);
  box-shadow: 0 2rem 5rem rgba(0,0,0,.35);
}
.lifestyle::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 56%, rgba(8,8,7,.72));
}
.lifestyle img {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  display: block;
  object-fit: contain;
  filter: saturate(.82) contrast(1.04);
}
.lifestyle figcaption {
  position: absolute;
  z-index: 1;
  right: 1.6rem;
  bottom: 1.35rem;
  left: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  color: rgba(243,239,229,.72);
  font-size: .72rem;
}
.lifestyle figcaption span {
  color: var(--ivory);
  font-family: var(--serif);
  font-size: 1.35rem;
}
.registration {
  grid-area: registration;
  margin-top: 0;
  padding: 2.25rem 2.4rem 2rem;
  color: #28241f;
  background: var(--ivory);
}
.registration-heading {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.registration .eyebrow { margin-bottom: .55rem; color: #8b6e3d; font-size: .65rem; }
.registration h2 {
  margin-bottom: 0;
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  font-weight: 400;
  line-height: 1.05;
}
.timing { margin: .1rem 0 0; color: #8b6e3d; font-size: .68rem; text-align: right; text-transform: uppercase; letter-spacing: .12em; }
.timing span { color: #898076; letter-spacing: .04em; }

.field { min-height: 5.1rem; }
.field label {
  display: block;
  color: #70685d;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.field input {
  width: 100%;
  height: 2.45rem;
  padding: 0;
  color: #201d19;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #b9afa0;
  border-radius: 0;
  font: inherit;
  font-size: 1rem;
  outline: 0;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.field input:focus-visible { border-color: #80602f; box-shadow: 0 2px 0 #80602f; }
.field input[aria-invalid="true"] { border-color: #a34f49; }
.field-error { min-height: 1.1rem; margin: .2rem 0 0; color: #94413b; font-size: .73rem; }

button {
  width: 100%;
  min-height: 3.35rem;
  padding: .85rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #16130f;
  background: var(--gold-bright);
  border: 1px solid #a48048;
  cursor: pointer;
  font: inherit;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  transition: background .2s ease, transform .2s ease;
}
button:hover { background: #e2c787; }
button:active { transform: translateY(1px); }
button:focus-visible { outline: 3px solid #342817; outline-offset: 3px; }
.form-status { min-height: 1.5rem; margin: .75rem 0 0; color: #416539; font-size: .82rem; }

footer {
  padding: 1.6rem 2rem;
  color: #706b62;
  border-top: 1px solid rgba(255,255,255,.045);
  text-align: center;
  font-size: .65rem;
  letter-spacing: .16em;
}
footer p { margin: 0; }

[data-reveal] { opacity: 0; transform: translateY(1rem); }
body.ready [data-reveal] { animation: reveal .75s cubic-bezier(.2,.7,.2,1) forwards; }
body.ready [data-reveal]:nth-child(2) { animation-delay: .09s; }
body.ready [data-reveal]:nth-child(3) { animation-delay: .16s; }
body.ready [data-reveal]:nth-child(4) { animation-delay: .23s; }

@keyframes reveal { to { opacity: 1; transform: none; } }
@media (max-width: 760px) {
  .site-header { height: 5.25rem; }
  .page-shell {
    width: min(100% - 2rem, 35rem);
    padding: 2.7rem 0 3.5rem;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "story"
      "scene"
      "benefits"
      "registration";
    row-gap: 2.25rem;
  }
  h1 { font-size: clamp(3rem, 14vw, 4.25rem); }
  .lede { font-size: 1rem; }
  .lifestyle-desktop { display: block; }
  .lifestyle img { aspect-ratio: 2 / 1; object-fit: contain; }
  .lifestyle figcaption { right: 1rem; bottom: .9rem; left: 1rem; display: block; }
  .lifestyle figcaption span { display: block; margin-bottom: .15rem; }
  .benefits { grid-template-rows: repeat(4, auto); }
  .benefit { padding: 1.15rem 0; }
  .registration { margin-top: 0; padding: 1.7rem 1.25rem 1.45rem; }
  .registration-heading { align-items: end; }
  .registration h2 { font-size: 1.75rem; }
  .field { min-height: 5.4rem; }
  .field input { height: 2.65rem; font-size: 1rem; }
  button { min-height: 3.5rem; }
}

@media (max-width: 390px) {
  .page-shell { width: calc(100% - 1.4rem); }
  .registration { padding-right: 1rem; padding-left: 1rem; }
  .timing { display: none; }
  .lifestyle figcaption { font-size: .68rem; }
}

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