:root {
  --elderberry-wine: #7e176b;
  --deep-fig: #4a203b;
  --warm-bone: #f4efe7;
  --limestone: #d1c6bf;
  --clay-ochre: #b8683d;
  --olive-ash: #7f906a;
  --mist-sage: #ccd9c1;
  --dusk-blue: #50596e;
  --ink: #292827;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Montserrat", Arial, sans-serif;
  background: var(--warm-bone);
}

a {
  color: inherit;
}

.page {
  min-height: 100vh;
}

.hero {
  position: relative;
  display: flex;
  min-height: min(100vh, 980px);
  align-items: center;
  padding: clamp(20px, 4vw, 56px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(244, 239, 231, 0.98) 0%, rgba(244, 239, 231, 0.91) 42%, rgba(244, 239, 231, 0.42) 74%),
    linear-gradient(180deg, rgba(209, 198, 191, 0.18), rgba(80, 89, 110, 0.27)),
    url("assets/hbeu-generated-seedling-hero.png") center right / cover no-repeat;
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 20%, rgba(204, 217, 193, 0.22), transparent 31%),
    linear-gradient(180deg, transparent 58%, rgba(74, 32, 59, 0.12));
  mix-blend-mode: multiply;
}

.content {
  position: relative;
  width: min(100%, 760px);
  padding-block: clamp(16px, 3vw, 40px);
}

.brand-logo-frame {
  position: relative;
  width: min(224px, 66vw);
  aspect-ratio: 236 / 113;
  overflow: hidden;
}

.brand-logo {
  position: absolute;
  inset: 0 auto auto 0;
  display: block;
  width: calc(500 / 236 * 100%);
  height: 100%;
  max-width: none;
}

.status {
  width: fit-content;
  margin: clamp(24px, 5vw, 52px) 0 0;
  padding-top: 12px;
  border-top: 3px solid var(--elderberry-wine);
  color: var(--deep-fig);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--deep-fig);
  font-size: clamp(2.45rem, 4.3vw, 4.3rem);
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

.headline-support {
  max-width: 590px;
  margin: 16px 0 0;
  color: var(--ink);
  font-size: clamp(1.32rem, 2vw, 1.9rem);
  font-weight: 800;
  line-height: 1.18;
}

.intro {
  max-width: 690px;
  margin-top: clamp(24px, 3vw, 34px);
  font-size: clamp(0.98rem, 1.25vw, 1.1rem);
  font-weight: 500;
  line-height: 1.58;
}

.intro p {
  margin: 0;
}

.intro p + p {
  margin-top: 1.05rem;
}

.coming-soon {
  color: var(--deep-fig);
  font-weight: 800;
}

.signup-placeholder {
  max-width: 560px;
  margin-top: clamp(24px, 4vw, 38px);
}

.signup-placeholder p {
  margin: 0;
  color: var(--deep-fig);
  font-size: clamp(1.16rem, 1.8vw, 1.42rem);
  font-weight: 800;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin-top: 14px;
}

.form-row span,
.form-row strong {
  min-height: 54px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 0 16px;
}

.form-row span {
  border: 1px solid rgba(80, 89, 110, 0.28);
  color: rgba(41, 40, 39, 0.58);
  background: rgba(244, 239, 231, 0.88);
  font-weight: 500;
}

.form-row strong {
  color: var(--warm-bone);
  background: var(--elderberry-wine);
  font-weight: 800;
}

.editorial-section,
.site-footer {
  position: relative;
  padding: clamp(56px, 8vw, 108px) clamp(22px, 4vw, 56px);
}

.editorial-section {
  background:
    linear-gradient(180deg, rgba(244, 239, 231, 1), rgba(244, 239, 231, 0.9) 46%, rgba(209, 198, 191, 0.32)),
    var(--warm-bone);
}

.site-footer {
  padding-block: 28px;
  color: rgba(244, 239, 231, 0.84);
  background: var(--deep-fig);
}

.editorial-inner {
  width: min(100%, 860px);
  margin-inline: auto;
}

.text-block {
  position: relative;
}

.text-block + .text-block {
  margin-top: clamp(46px, 6vw, 78px);
}

.section-kicker {
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 0 0;
  border-top: 3px solid var(--elderberry-wine);
  color: var(--elderberry-wine);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.text-block,
.site-footer {
  font-size: clamp(1rem, 1.18vw, 1.12rem);
  font-weight: 500;
  line-height: 1.66;
}

.text-block p,
.site-footer p {
  margin: 0;
}

.text-block p + p {
  margin-top: 1.05rem;
}

.lead {
  color: var(--deep-fig);
  font-size: clamp(1.34rem, 2.2vw, 1.9rem);
  font-weight: 800;
  line-height: 1.24;
  text-wrap: balance;
}

ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

li {
  position: relative;
  padding-left: 20px;
}

li::before {
  position: absolute;
  top: 0.74em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--elderberry-wine);
  content: "";
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.social-links a {
  border-radius: 4px;
  padding: 12px 16px;
  color: var(--warm-bone);
  background: var(--elderberry-wine);
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 760px) {
  .hero {
    min-height: 100svh;
    align-items: flex-end;
    padding: 22px;
    background:
      linear-gradient(180deg, rgba(244, 239, 231, 0.38) 0%, rgba(244, 239, 231, 0.92) 42%, rgba(244, 239, 231, 0.99) 100%),
      linear-gradient(180deg, rgba(209, 198, 191, 0.08), rgba(80, 89, 110, 0.22)),
      url("assets/hbeu-generated-seedling-hero.png") center top / cover no-repeat;
  }

  .content {
    width: 100%;
    max-width: 346px;
    padding-top: clamp(132px, 20vh, 220px);
  }

  h1 {
    font-size: clamp(2.2rem, 10vw, 3rem);
  }

  .headline-support {
    font-size: clamp(1.2rem, 5.4vw, 1.55rem);
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .form-row strong {
    justify-content: center;
  }

  .editorial-section {
    padding-block: 48px;
  }

  .text-block + .text-block {
    margin-top: 44px;
  }
}
