@font-face {
  font-family: "IvyPresto Headline";
  src: url("../fonts/ivy-presto-headline.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Corporate A Pro";
  src: url("../fonts/corporate-a-pro-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bricolage Grotesque OHRA";
  src: url("../fonts/bricolage-grotesque-variable.woff2") format("woff2-variations");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --ohra-wait-ivory: #fff8ed;
  --ohra-wait-cream: #f7f1e8;
  --ohra-wait-brown: #2f201a;
  --ohra-wait-gold: #d8ad73;
  --ohra-wait-line: rgba(255, 248, 237, 0.36);
  --ohra-wait-white: #fffaf2;
  --ohra-wait-ease: cubic-bezier(0.2, 0, 0, 1);
  --ohra-font-display: "IvyPresto Headline", "Libre Bodoni", "Cormorant Garamond", Georgia, serif;
  --ohra-font-serif: "Corporate A Pro", "Cormorant Garamond", "Libre Bodoni", Georgia, serif;
  --ohra-font-sans: "Bricolage Grotesque OHRA", "Bricolage Grotesque", "Helvetica Neue", Arial, sans-serif;
}

html.ohra-waitlist-page,
.ohra-waitlist-page body {
  min-height: 100%;
  margin: 0;
  background: #120d0a;
}

.ohra-waitlist-page * {
  box-sizing: border-box;
}

.ohra-waitlist-page img {
  display: block;
  max-width: 100%;
}

.ohra-waitlist-page button,
.ohra-waitlist-page input {
  font: inherit;
}

.ohra-waitlist-page button {
  cursor: pointer;
}

.ohra-waitlist-page :focus-visible {
  outline: 2px solid rgba(255, 248, 237, 0.88);
  outline-offset: 4px;
}

.ohra-waitlist {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  color: var(--ohra-wait-white);
  font-family: var(--ohra-font-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.ohra-waitlist__hero {
  opacity: 0;
  filter: blur(10px);
  transform: scale(1.015);
  transition:
    opacity 1500ms var(--ohra-wait-ease),
    filter 1500ms var(--ohra-wait-ease),
    transform 1700ms var(--ohra-wait-ease);
}

.ohra-waitlist.is-ready .ohra-waitlist__hero {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}

.ohra-waitlist__loader {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 28% 24%, rgba(255, 246, 222, 0.92), transparent 28rem),
    radial-gradient(circle at 74% 28%, rgba(214, 165, 128, 0.56), transparent 24rem),
    radial-gradient(circle at 46% 76%, rgba(233, 205, 170, 0.72), transparent 27rem),
    linear-gradient(135deg, #e6c5a3 0%, #d7a982 36%, #f2e0c6 68%, #cfa17d 100%);
  transition:
    opacity 1700ms var(--ohra-wait-ease),
    visibility 1700ms var(--ohra-wait-ease),
    filter 1700ms var(--ohra-wait-ease);
}

.ohra-waitlist__loader::before {
  content: "";
  position: absolute;
  inset: -24%;
  background:
    radial-gradient(ellipse at 24% 36%, rgba(255, 248, 229, 0.9), transparent 32%),
    radial-gradient(ellipse at 72% 30%, rgba(195, 139, 112, 0.54), transparent 30%),
    radial-gradient(ellipse at 58% 76%, rgba(246, 221, 182, 0.62), transparent 36%),
    radial-gradient(ellipse at 34% 86%, rgba(224, 181, 143, 0.48), transparent 34%);
  filter: blur(26px) saturate(1.08);
  transform: scale(1.08) rotate(0deg);
  animation: ohra-loader-aura 7s ease-in-out infinite alternate;
}

.ohra-waitlist__loader::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-radial-gradient(circle at 40% 42%, rgba(255, 255, 255, 0.13) 0 0.45px, transparent 0.45px 2px),
    linear-gradient(180deg, rgba(255, 250, 242, 0.1), rgba(112, 75, 54, 0.08));
  opacity: 0.52;
  mix-blend-mode: soft-light;
}

.ohra-waitlist__loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  filter: blur(18px);
  pointer-events: none;
}

.ohra-waitlist__loader-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: min(46vw, 258px);
  height: auto;
  max-height: 96px;
  aspect-ratio: 1300 / 449;
  object-fit: contain;
  opacity: 0;
  transform: translate3d(-50%, calc(-50% + 10px), 0) scale(0.985);
  filter: drop-shadow(0 18px 48px rgba(91, 55, 36, 0.12));
  animation: ohra-loader-logo 2.35s 260ms var(--ohra-wait-ease) both;
}

.ohra-waitlist__hero {
  position: relative;
  min-height: 100svh;
  isolation: isolate;
  display: grid;
  grid-template-rows: auto 1fr;
  padding: max(42px, calc(env(safe-area-inset-top) + 24px)) clamp(18px, 4vw, 48px) max(22px, env(safe-area-inset-bottom));
}

.ohra-waitlist__picture,
.ohra-waitlist__picture img,
.ohra-waitlist__veil,
.ohra-waitlist__grain {
  position: absolute;
  inset: 0;
}

.ohra-waitlist__picture {
  z-index: -4;
  overflow: hidden;
  background: #d6b38f;
}

.ohra-waitlist__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 48%;
  filter: saturate(1.05) contrast(0.9) brightness(0.9) sepia(0.12);
  transform: scale(1.01);
  animation: ohra-hero-breathe 18s ease-in-out infinite alternate;
}

.ohra-waitlist__veil {
  z-index: -3;
  background:
    linear-gradient(180deg, rgba(54, 33, 23, 0.18) 0%, rgba(54, 33, 23, 0.12) 30%, rgba(42, 24, 17, 0.5) 100%),
    radial-gradient(circle at 46% 44%, rgba(255, 235, 198, 0.13), transparent 33rem),
    linear-gradient(90deg, rgba(68, 42, 29, 0.12), transparent 28%, rgba(60, 36, 25, 0.2));
}

.ohra-waitlist__grain {
  z-index: -2;
  opacity: 0.13;
  pointer-events: none;
  background-image:
    repeating-radial-gradient(circle at 22% 32%, rgba(255, 255, 255, 0.32) 0 0.5px, transparent 0.5px 2px),
    repeating-linear-gradient(92deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 5px);
  mix-blend-mode: soft-light;
}

.ohra-waitlist__header {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 72px;
}

.ohra-waitlist__logo {
  width: clamp(132px, 24vw, 198px);
  height: auto;
  aspect-ratio: 1300 / 449;
  object-fit: contain;
  filter: drop-shadow(0 14px 34px rgba(53, 32, 24, 0.22));
}

.ohra-waitlist__content {
  position: relative;
  z-index: 1;
  align-self: center;
  justify-self: center;
  width: min(100%, 600px);
  display: grid;
  justify-items: center;
  gap: clamp(18px, 3vh, 30px);
  padding: 1vh 0 2vh;
  text-align: center;
  transform: translateY(3vh);
}

.ohra-waitlist__copy {
  display: grid;
  justify-items: center;
  gap: clamp(16px, 2.8vh, 24px);
  max-width: 540px;
  min-width: 0;
}

.ohra-waitlist__title {
  margin: 0;
  width: 100%;
  display: grid;
  justify-items: center;
  gap: clamp(4px, 0.7vh, 8px);
  text-shadow: 0 14px 34px rgba(48, 29, 20, 0.32);
}

.ohra-waitlist__title-logo {
  width: clamp(230px, 31vw, 355px);
  height: auto;
  aspect-ratio: 1300 / 449;
  object-fit: contain;
  filter: drop-shadow(0 16px 34px rgba(48, 29, 20, 0.32));
}

.ohra-waitlist__title-line {
  display: block;
  color: var(--ohra-wait-white);
  font-family: var(--ohra-font-display);
  font-size: clamp(2.15rem, 5.4vw, 3.7rem);
  font-style: italic;
  font-weight: 600;
  line-height: 0.82;
  letter-spacing: 0;
  text-shadow: 0 14px 34px rgba(48, 29, 20, 0.32);
}

.ohra-waitlist__text {
  margin: 0 auto;
  width: min(100%, 31rem);
  max-width: 31rem;
  display: grid;
  gap: clamp(10px, 1.8vh, 16px);
  color: rgba(255, 250, 242, 0.94);
  font-family: var(--ohra-font-display);
  font-size: clamp(1.06rem, 4.4vw, 1.42rem);
  font-style: italic;
  font-weight: 600;
  line-height: 1.22;
  text-wrap: balance;
  text-shadow: 0 8px 22px rgba(42, 25, 17, 0.34);
}

.ohra-waitlist__text span {
  display: block;
}

.ohra-waitlist__text span:first-child {
  font-weight: 400;
}

.ohra-waitlist__text span + span {
  font-weight: 600;
}

.ohra-waitlist__invitation {
  width: min(100%, 22rem);
  margin: clamp(10px, 2.1vh, 22px) 0 0;
  font-family: var(--ohra-font-display);
  font-size: clamp(1.18rem, 4.8vw, 1.9rem);
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
  text-align: center;
  white-space: normal;
  text-shadow: 0 8px 22px rgba(42, 25, 17, 0.34);
}

.ohra-waitlist__form {
  width: min(100%, 430px);
  display: grid;
  gap: 10px;
}

.ohra-field {
  position: relative;
}

.ohra-input,
.ohra-select-button,
.ohra-submit {
  width: 100%;
  min-height: 56px;
  border-radius: 999px;
  border: 1px solid rgba(255, 250, 242, 0.56);
  overflow: hidden;
  transition:
    background-color 220ms var(--ohra-wait-ease),
    border-color 220ms var(--ohra-wait-ease),
    color 220ms var(--ohra-wait-ease),
    transform 220ms var(--ohra-wait-ease),
    opacity 220ms var(--ohra-wait-ease);
}

.ohra-input,
.ohra-select-button {
  color: var(--ohra-wait-white);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.018) 44%, rgba(255, 255, 255, 0.08)),
    rgba(57, 38, 29, 0.18);
  backdrop-filter: blur(9px) saturate(1.18);
  -webkit-backdrop-filter: blur(9px) saturate(1.18);
  box-shadow:
    0 0 6px rgba(0, 0, 0, 0.03),
    0 14px 42px rgba(40, 24, 16, 0.16),
    inset 0 0 0 1px rgba(83, 55, 38, 0.16),
    inset 3px 3px 0.5px -3px rgba(255, 255, 255, 0.52),
    inset -3px -3px 0.5px -3px rgba(255, 255, 255, 0.28),
    inset 0 0 10px 5px rgba(255, 255, 255, 0.035);
}

.ohra-input {
  padding: 0 22px;
  font-size: 1rem;
  font-weight: 430;
  text-align: center;
}

.ohra-input::placeholder {
  color: rgba(255, 250, 242, 0.74);
}

.ohra-select-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 20px;
  color: rgba(255, 250, 242, 0.9);
  font-size: 0.95rem;
}

.ohra-select-button__chevron {
  width: 7px;
  height: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 220ms var(--ohra-wait-ease);
}

.ohra-field.is-open .ohra-select-button__chevron {
  transform: rotate(225deg) translateY(-2px);
}

.ohra-options {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% + 8px);
  z-index: 5;
  display: grid;
  gap: 2px;
  padding: 8px;
  color: var(--ohra-wait-brown);
  background: rgba(255, 250, 242, 0.94);
  border: 1px solid rgba(255, 248, 237, 0.74);
  border-radius: 18px;
  box-shadow: 0 18px 54px rgba(20, 12, 8, 0.28);
  opacity: 0;
  transform: translateY(8px);
  visibility: hidden;
  transition:
    opacity 180ms var(--ohra-wait-ease),
    transform 180ms var(--ohra-wait-ease),
    visibility 180ms var(--ohra-wait-ease);
}

.ohra-field.is-open .ohra-options {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.ohra-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  padding: 0 12px 0 16px;
  border-radius: 12px;
  font-size: 0.95rem;
  cursor: pointer;
  transition: background-color 180ms var(--ohra-wait-ease);
}

.ohra-option:hover {
  background: rgba(216, 173, 115, 0.16);
}

.ohra-option input {
  width: 16px;
  height: 16px;
  accent-color: var(--ohra-wait-brown);
}

.ohra-submit {
  padding: 0 24px;
  color: #332119;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(255, 250, 242, 0.92) 46%, rgba(239, 217, 190, 0.76)),
    rgba(255, 250, 242, 0.88);
  border-color: rgba(255, 250, 242, 0.82);
  font-family: var(--ohra-font-serif);
  font-size: 1.05rem;
  font-weight: 500;
  box-shadow:
    0 20px 54px rgba(40, 24, 16, 0.22),
    inset 3px 3px 0.5px -3px rgba(255, 255, 255, 0.7),
    inset -3px -3px 0.5px -3px rgba(117, 78, 52, 0.18),
    inset 0 0 8px 4px rgba(255, 255, 255, 0.18);
}

.ohra-submit:hover {
  transform: translateY(-1px);
  background: var(--ohra-wait-white);
}

.ohra-input:focus,
.ohra-select-button:focus {
  border-color: rgba(255, 248, 237, 0.78);
  background: rgba(255, 248, 237, 0.13);
}

.ohra-waitlist__message {
  display: none;
  width: min(100%, 430px);
  margin: 0;
  padding: 18px 18px 16px;
  color: var(--ohra-wait-brown);
  background: rgba(255, 250, 242, 0.92);
  border: 1px solid rgba(255, 248, 237, 0.74);
  border-radius: 18px;
  box-shadow: 0 18px 54px rgba(20, 12, 8, 0.24);
}

.ohra-waitlist__message strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--ohra-font-serif);
  font-size: 1.08rem;
  font-weight: 500;
}

.ohra-waitlist__message span {
  display: block;
  color: rgba(47, 32, 26, 0.76);
  font-size: 0.92rem;
  line-height: 1.42;
}

.ohra-waitlist.is-submitted .ohra-waitlist__form {
  display: none;
}

.ohra-waitlist.is-submitted .ohra-waitlist__message {
  display: block;
  animation: ohra-message-in 500ms var(--ohra-wait-ease) both;
}

.ohra-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

@keyframes ohra-loader-aura {
  0% {
    transform: scale(1.08) translate3d(-2%, 1%, 0) rotate(0deg);
    filter: blur(24px) saturate(1.04);
  }

  50% {
    transform: scale(1.14) translate3d(2%, -2%, 0) rotate(4deg);
    filter: blur(34px) saturate(1.18);
  }

  100% {
    transform: scale(1.11) translate3d(0, 1.5%, 0) rotate(-3deg);
    filter: blur(28px) saturate(1.1);
  }
}

@keyframes ohra-loader-logo {
  0% {
    opacity: 0;
    transform: translate3d(-50%, calc(-50% + 10px), 0) scale(0.985);
  }

  24%,
  82% {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0) scale(1);
  }

  100% {
    opacity: 0.92;
    transform: translate3d(-50%, calc(-50% - 2px), 0) scale(1.005);
  }
}

@keyframes ohra-hero-breathe {
  from {
    transform: scale(1.01) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.055) translate3d(-0.7%, -0.5%, 0);
  }
}

@keyframes ohra-o-glow {
  0%,
  100% {
    opacity: 0.7;
    transform: scale(0.96);
  }

  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes ohra-o-pulse {
  0%,
  100% {
    opacity: 0.84;
    transform: translateY(0) scale(1);
  }

  50% {
    opacity: 1;
    transform: translateY(-2px) scale(1.025);
  }
}

@keyframes ohra-message-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 760px) {
  .ohra-waitlist__hero {
    padding-top: max(46px, calc(env(safe-area-inset-top) + 28px));
    padding-bottom: max(32px, env(safe-area-inset-bottom));
  }

  .ohra-waitlist__content {
    gap: 24px;
    padding-top: 0;
    transform: translateY(4vh);
  }

  .ohra-waitlist__form {
    grid-template-columns: 1fr 0.8fr;
    align-items: start;
    max-width: 760px;
  }

  .ohra-field--email {
    grid-column: 1 / 2;
  }

  .ohra-field--interest {
    grid-column: 2 / 3;
  }

  .ohra-submit {
    grid-column: 1 / -1;
  }

  .ohra-options {
    top: calc(100% + 8px);
    bottom: auto;
  }
}

@media (min-width: 1180px) {
  .ohra-waitlist__content {
    transform: translateY(8vh);
  }

  .ohra-waitlist__picture img {
    object-position: 58% 43%;
  }
}

@media (max-width: 520px) {
  .ohra-waitlist__hero {
    min-height: 100svh;
    padding-top: max(46px, calc(env(safe-area-inset-top) + 24px));
    padding-left: 18px;
    padding-right: 18px;
  }

  .ohra-waitlist__picture img {
    object-position: 56% 43%;
  }

  .ohra-waitlist__content {
    align-self: center;
    gap: 18px;
    padding: 0 0 clamp(6px, 1.5vh, 14px);
    transform: translateY(10.5vh);
  }

  .ohra-waitlist__logo {
    width: 126px;
  }

  .ohra-waitlist__copy {
    gap: 18px;
    max-width: 21rem;
  }

  .ohra-waitlist__title-logo {
    width: clamp(190px, 54vw, 224px);
  }

  .ohra-waitlist__title-line {
    font-size: clamp(1.9rem, 9.6vw, 2.55rem);
    line-height: 0.82;
  }

  .ohra-waitlist__text {
    width: min(100%, 22rem);
    max-width: 22rem;
    gap: 14px;
    font-size: clamp(0.86rem, 3.9vw, 1.02rem);
    line-height: 1.14;
  }

  .ohra-waitlist__text span:first-child {
    white-space: nowrap;
  }

  .ohra-waitlist__invitation {
    width: min(100%, 19rem);
    font-size: clamp(1.04rem, 5.8vw, 1.34rem);
  }

  .ohra-waitlist__form {
    gap: 10px;
    margin-top: clamp(4px, 1.2vh, 12px);
  }

  .ohra-input,
  .ohra-select-button,
  .ohra-submit {
    min-height: 50px;
  }

  .ohra-submit {
    font-size: 0.98rem;
  }
}

@media (max-height: 720px) and (max-width: 520px) {
  .ohra-waitlist__header {
    min-height: 54px;
  }

  .ohra-waitlist__logo {
    width: 112px;
  }

  .ohra-waitlist__content {
    gap: 12px;
    transform: translateY(6vh);
  }

  .ohra-waitlist__text {
    max-width: 17.5rem;
    gap: 10px;
    font-size: 0.88rem;
    line-height: 1.16;
  }

  .ohra-waitlist__title-logo {
    width: 220px;
  }

  .ohra-waitlist__title-line {
    font-size: 1.86rem;
  }

  .ohra-input,
  .ohra-select-button,
  .ohra-submit {
    min-height: 46px;
  }
}

@media (max-width: 380px) {
  .ohra-waitlist__text {
    max-width: 15.8rem;
    font-size: 0.84rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ohra-waitlist__loader::before,
  .ohra-waitlist__loader-logo,
  .ohra-waitlist__picture img,
  .ohra-waitlist__message {
    animation: none;
  }

  .ohra-waitlist__loader {
    transition-duration: 200ms;
  }
}
