:root {
  --deep-plum: #1a0f1f;
  --aubergine: #2a1530;
  --violet: #3b1e42;
  --ink: #2f1d35;
  --muted: #7c6a69;
  --gold: #a78963;
  --ivory: #f7f1e8;
  --moon-white: #fffdf9;
  --line: rgba(79, 52, 62, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--ivory);
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at 22% 15%, rgba(255,255,255,.95), transparent 34%),
    radial-gradient(circle at 74% 80%, rgba(205,181,153,.35), transparent 36%),
    linear-gradient(135deg, #fbf7f1 0%, #efe4d5 48%, #f8f2e9 100%);
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, .88fr);
  align-items: center;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  opacity: .48;
  background:
    repeating-linear-gradient(
      112deg,
      rgba(255,255,255,.22) 0,
      rgba(255,255,255,.22) 2px,
      transparent 2px,
      transparent 9px
    );
  mix-blend-mode: soft-light;
}

.silk {
  position: absolute;
  z-index: -2;
  width: 70vw;
  height: 70vw;
  border-radius: 46% 54% 57% 43%;
  filter: blur(2px);
  opacity: .48;
}

.silk-one {
  left: -29vw;
  bottom: -34vw;
  transform: rotate(26deg);
  background:
    radial-gradient(ellipse at 60% 35%, rgba(255,255,255,.92), transparent 23%),
    linear-gradient(145deg, rgba(255,255,255,.72), rgba(186,154,124,.24), rgba(255,255,255,.6));
  box-shadow:
    inset -70px 80px 120px rgba(153,118,89,.18),
    inset 90px -60px 120px rgba(255,255,255,.82);
}

.silk-two {
  right: -38vw;
  top: -42vw;
  transform: rotate(-18deg);
  background:
    radial-gradient(ellipse at 30% 65%, rgba(255,255,255,.88), transparent 25%),
    linear-gradient(140deg, rgba(255,255,255,.45), rgba(173,139,110,.25), rgba(255,255,255,.72));
}

.copy {
  position: relative;
  z-index: 2;
  width: min(650px, 100%);
  justify-self: end;
  padding: 64px 30px 64px 72px;
}

.brand {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 42px;
}

.brand-text {
  text-align: left;
}

.brand h1 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(4.5rem, 8vw, 7.4rem);
  font-weight: 400;
  line-height: .9;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.brand-line {
  margin: 18px 0 0 6px;
  color: var(--gold);
  font-size: .76rem;
  letter-spacing: .55em;
  text-transform: uppercase;
}

.message {
  max-width: 510px;
  text-align: center;
}

.headline {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.7rem, 4.1vw, 4.25rem);
  line-height: 1.16;
}

.ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin: 20px auto;
  color: var(--gold);
}

.ornament span {
  width: 64px;
  height: 1px;
  background: rgba(167,137,99,.55);
}

.description {
  margin: 0;
  color: #5d4b54;
  font-size: 1.04rem;
  font-weight: 300;
  line-height: 1.6;
}

.coming-soon {
  margin: 36px 0 14px;
  color: var(--gold);
  font-size: .88rem;
  letter-spacing: .46em;
  text-transform: uppercase;
}

.first {
  margin: 0 0 24px;
  font-family: "Playfair Display", serif;
  font-size: 1.3rem;
  font-style: italic;
}

.waitlist {
  display: flex;
  width: 100%;
  min-height: 61px;
  overflow: hidden;
  border: 1px solid rgba(71, 44, 61, .56);
  border-radius: 15px;
  background: rgba(255,255,255,.4);
  box-shadow: 0 15px 40px rgba(64,35,50,.08);
  backdrop-filter: blur(12px);
}

.waitlist input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  padding: 0 22px;
  color: var(--ink);
  background: transparent;
  font: inherit;
}

.waitlist input::placeholder {
  color: #776a70;
}

.waitlist button {
  flex: 0 0 145px;
  border: 0;
  cursor: pointer;
  color: var(--moon-white);
  background: linear-gradient(135deg, var(--violet), var(--deep-plum));
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  transition: transform .2s ease, filter .2s ease;
}

.waitlist button:hover {
  filter: brightness(1.12);
}

.waitlist button:active {
  transform: scale(.98);
}

.form-message {
  min-height: 22px;
  margin: 12px 0 0;
  color: #5f3e58;
  font-size: .88rem;
}

.contact {
  display: inline-block;
  margin-top: 14px;
  color: var(--ink);
  font-size: .82rem;
  letter-spacing: .2em;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(47,29,53,.3);
  padding-bottom: 4px;
}

.visual {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  padding: 18px 28px 18px 0;
}

.visual img {
  display: block;
  width: min(100%, 660px);
  max-height: 96vh;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 34px 45px rgba(32,15,29,.28));
}

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

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .copy {
    justify-self: center;
    padding: 48px 24px 24px;
  }

  .brand {
    justify-content: center;
  }

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

  .visual {
    justify-content: center;
    padding: 0 20px 28px;
  }

  .visual img {
    width: min(550px, 96%);
    max-height: none;
  }
}

@media (max-width: 620px) {
  .copy {
    padding: 36px 18px 20px;
  }

  .brand {
    margin-bottom: 30px;
  }

  .brand h1 {
    font-size: clamp(3rem, 16vw, 4.8rem);
    letter-spacing: .04em;
  }

  .brand-line {
    margin-top: 14px;
    font-size: .6rem;
    letter-spacing: .35em;
  }

.headline {
    font-size: clamp(2.35rem, 11vw, 3.2rem);
  }

  .description br {
    display: none;
  }

  .waitlist {
    min-height: 56px;
  }

  .waitlist input {
    padding: 0 15px;
    font-size: .88rem;
  }

  .waitlist button {
    flex-basis: 118px;
    font-size: 1rem;
  }

  .visual {
    padding-left: 14px;
    padding-right: 14px;
  }
}
