:root {
  --ink: #0e1b2c;
  --ink-soft: #19283a;
  --bone: #f4efe6;
  --paper: #fbfaf6;
  --brass: #a8835b;
  --brass-light: #c7a987;
  --ash: #626a74;
  --line-light: rgba(244, 239, 230, 0.18);
  --line-dark: rgba(14, 27, 44, 0.16);
  --sans: "Manrope", sans-serif;
  --serif: "Source Serif 4", serif;
}

* {
  box-sizing: border-box;
}

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

body {
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

button,
summary {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
input:focus-visible,
summary:focus-visible,
a:focus-visible {
  outline: 2px solid var(--brass);
  outline-offset: 3px;
}

.holding-shell {
  display: grid;
  min-height: 100vh;
  min-height: 100svh;
  grid-template-columns: minmax(0, 1.04fr) minmax(460px, 0.96fr);
}

.holding-intro {
  position: relative;
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: clamp(32px, 5vw, 72px);
  background: var(--ink);
  color: var(--paper);
  isolation: isolate;
}

.holding-intro::before {
  position: absolute;
  top: -12%;
  right: -18%;
  width: min(42vw, 610px);
  aspect-ratio: 1;
  border: 1px solid rgba(168, 131, 91, 0.34);
  border-radius: 50%;
  content: "";
  z-index: -1;
}

.holding-intro::after {
  position: absolute;
  top: 17%;
  right: 8%;
  width: 1px;
  height: 48%;
  background: linear-gradient(180deg, rgba(168, 131, 91, 0), var(--brass) 32%, rgba(168, 131, 91, 0));
  content: "";
  opacity: 0.78;
  transform: rotate(28deg);
  transform-origin: center;
  z-index: -1;
}

.holding-wordmark {
  display: inline-flex;
  width: fit-content;
  align-items: baseline;
  gap: 0.18em;
  color: var(--paper);
  font-size: clamp(26px, 2.2vw, 32px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1;
  text-decoration: none;
}

.holding-wordmark span:last-child {
  color: var(--brass-light);
  font-weight: 400;
}

.holding-copy {
  width: min(680px, 100%);
  margin: clamp(72px, 14vh, 150px) 0 clamp(64px, 10vh, 110px);
}

.holding-eyebrow,
.holding-kicker,
.holding-card-number {
  margin: 0;
  color: var(--brass-light);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.holding-copy h1 {
  max-width: 650px;
  margin: 24px 0 0;
  font-family: var(--serif);
  font-size: clamp(48px, 5.2vw, 76px);
  font-weight: 500;
  letter-spacing: -0.038em;
  line-height: 0.98;
  text-wrap: balance;
}

.holding-lede {
  max-width: 580px;
  margin: 28px 0 0;
  color: rgba(244, 239, 230, 0.78);
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.65;
}

.holding-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 22px;
  padding-top: 24px;
  border-top: 1px solid var(--line-light);
  font-size: 14px;
}

.holding-contact p {
  flex-basis: 100%;
  margin: 0;
  color: rgba(244, 239, 230, 0.56);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.holding-contact a {
  color: var(--bone);
  text-decoration-color: rgba(199, 169, 135, 0.5);
  text-underline-offset: 4px;
}

.holding-contact a:hover {
  color: var(--brass-light);
}

.holding-actions {
  position: relative;
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: clamp(32px, 6vw, 92px);
  background: var(--bone);
}

.holding-actions::before {
  position: absolute;
  top: clamp(24px, 4vw, 52px);
  right: clamp(24px, 4vw, 52px);
  width: 44px;
  height: 44px;
  border-top: 1px solid var(--brass);
  border-right: 1px solid var(--brass);
  content: "";
}

.holding-signup-card {
  position: relative;
  width: min(570px, 100%);
  margin: 0 auto;
  padding: clamp(32px, 4vw, 56px);
  border: 1px solid var(--line-dark);
  background: var(--paper);
  box-shadow: 0 24px 70px rgba(14, 27, 44, 0.1);
}

.holding-card-number {
  position: absolute;
  top: 22px;
  right: 24px;
  color: var(--brass);
}

.holding-card-heading {
  padding-right: 48px;
}

.holding-kicker {
  color: #806445;
}

.holding-card-heading h2,
.holding-success h2 {
  margin: 10px 0 0;
  font-family: var(--serif);
  font-size: clamp(34px, 3vw, 44px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.06;
}

.holding-signup-form {
  margin-top: 32px;
}

.holding-email-field > span:first-child,
.holding-team-access label {
  display: block;
  margin-bottom: 9px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.holding-input-row,
.holding-password-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.holding-input-row input,
.holding-password-row input {
  width: 100%;
  min-width: 0;
  min-height: 56px;
  padding: 0 16px;
  border: 1px solid rgba(14, 27, 44, 0.28);
  border-right: 0;
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  font-size: 16px;
}

.holding-input-row input::placeholder {
  color: #777e86;
}

.holding-input-row button,
.holding-password-row button {
  min-height: 56px;
  padding: 0 22px;
  border: 1px solid var(--ink);
  border-radius: 0;
  background: var(--ink);
  color: var(--paper);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  transition: background-color 150ms ease, border-color 150ms ease;
}

.holding-input-row button:hover,
.holding-password-row button:hover {
  border-color: var(--ink-soft);
  background: var(--ink-soft);
}

.holding-input-row button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.holding-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  margin-top: 18px;
  color: var(--ash);
  cursor: pointer;
  font-size: 13px;
  line-height: 1.55;
}

.holding-consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--ink);
}

.holding-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.holding-form-message,
.holding-access-error {
  margin: 14px 0 0;
  color: #9b2c2c;
  font-size: 14px;
}

.holding-success {
  display: grid;
  min-height: 228px;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  align-items: start;
  margin-top: 32px;
}

.holding-success[hidden] {
  display: none;
}

.holding-success > span {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--brass);
  border-radius: 50%;
  color: #806445;
  font-size: 20px;
}

.holding-success h2 {
  margin-top: 2px;
}

.holding-success p {
  max-width: 360px;
  margin: 14px 0 0;
  color: var(--ash);
}

.holding-team-access {
  width: min(570px, 100%);
  margin: 0 auto;
  border: 1px solid var(--line-dark);
  background: rgba(251, 250, 246, 0.55);
}

.holding-team-access summary {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  list-style: none;
}

.holding-team-access summary::-webkit-details-marker {
  display: none;
}

.holding-summary-icon {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}

.holding-summary-icon::before,
.holding-summary-icon::after {
  position: absolute;
  top: 8px;
  left: 3px;
  width: 12px;
  height: 1px;
  background: var(--ink);
  content: "";
  transition: transform 150ms ease;
}

.holding-summary-icon::after {
  transform: rotate(90deg);
}

.holding-team-access[open] .holding-summary-icon::after {
  transform: rotate(0deg);
}

.holding-team-access form {
  padding: 22px 20px 24px;
  border-top: 1px solid var(--line-dark);
}

.holding-password-row input {
  min-height: 50px;
  background: var(--paper);
}

.holding-password-row button {
  min-height: 50px;
}

.holding-access-note {
  margin: 12px 0 0;
  color: var(--ash);
  font-size: 12px;
}

@media (max-width: 900px) {
  .holding-shell {
    grid-template-columns: 1fr;
  }

  .holding-intro,
  .holding-actions {
    min-height: auto;
  }

  .holding-intro {
    padding: 28px 24px 40px;
  }

  .holding-intro::before {
    top: -32vw;
    right: -25vw;
    width: 85vw;
  }

  .holding-copy {
    margin: 82px 0 74px;
  }

  .holding-copy h1 {
    max-width: 620px;
  }

  .holding-actions {
    padding: 64px 24px 72px;
  }

  .holding-actions::before {
    top: 22px;
    right: 22px;
  }
}

@media (max-width: 560px) {
  .holding-copy {
    margin: 68px 0 64px;
  }

  .holding-copy h1 {
    font-size: clamp(42px, 13vw, 58px);
    line-height: 1.01;
  }

  .holding-contact {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .holding-actions {
    padding: 52px 16px 64px;
  }

  .holding-signup-card {
    padding: 30px 22px 32px;
  }

  .holding-input-row,
  .holding-password-row {
    grid-template-columns: 1fr;
  }

  .holding-input-row input,
  .holding-password-row input {
    border-right: 1px solid rgba(14, 27, 44, 0.28);
    border-bottom: 0;
  }

  .holding-input-row button,
  .holding-password-row button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
