: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 {
  min-height: 100%;
  background: var(--warm-bone);
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  font-family: "Montserrat", Arial, sans-serif;
  background: var(--warm-bone);
  overflow-x: hidden;
}

.statement-hero {
  position: relative;
  display: flex;
  min-height: min(78vh, 760px);
  align-items: flex-end;
  padding: clamp(28px, 5vw, 72px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(244, 239, 231, 0.98) 0%, rgba(244, 239, 231, 0.88) 44%, rgba(244, 239, 231, 0.34) 76%),
    linear-gradient(180deg, rgba(209, 198, 191, 0.12), rgba(80, 89, 110, 0.28)),
    url("../assets/hbeu-generated-seedling-hero.png") center right / cover no-repeat;
}

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

.hero-inner {
  position: relative;
  width: min(850px, calc(100vw - clamp(56px, 10vw, 144px)));
  padding-block: clamp(16px, 3vw, 38px);
}

.eyebrow {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow {
  width: fit-content;
  padding-top: 12px;
  border-top: 3px solid var(--elderberry-wine);
  color: var(--deep-fig);
}

h1 {
  max-width: 780px;
  margin: 18px 0 0;
  color: var(--deep-fig);
  font-size: clamp(3rem, 6.2vw, 6.4rem);
  line-height: 0.96;
  letter-spacing: 0;
  text-wrap: balance;
  overflow-wrap: break-word;
}

.hero-note {
  max-width: 590px;
  margin: 22px 0 0;
  color: var(--ink);
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  font-weight: 700;
  line-height: 1.45;
}

.statement-body {
  padding: clamp(56px, 8vw, 108px) clamp(22px, 4vw, 56px);
  background:
    linear-gradient(180deg, rgba(244, 239, 231, 1), rgba(244, 239, 231, 0.94) 62%, rgba(209, 198, 191, 0.28)),
    var(--warm-bone);
}

.statement-inner {
  width: min(850px, calc(100vw - clamp(44px, 8vw, 112px)));
  margin-inline: auto;
  overflow-wrap: break-word;
}

.statement-inner p {
  margin: 0;
  font-size: clamp(1rem, 1.25vw, 1.14rem);
  font-weight: 500;
  line-height: 1.76;
}

.statement-inner p + p {
  margin-top: 1.25rem;
}

.salutation {
  color: var(--deep-fig);
  font-size: clamp(1.18rem, 1.8vw, 1.55rem) !important;
  font-weight: 800 !important;
  line-height: 1.42 !important;
  text-wrap: balance;
}

strong {
  color: var(--elderberry-wine);
  font-weight: 800;
}

em {
  color: var(--deep-fig);
  font-style: italic;
  font-weight: 700;
}

.signature {
  margin-top: clamp(34px, 5vw, 58px) !important;
  color: var(--deep-fig);
  font-weight: 800 !important;
}

@media (max-width: 760px) {
  main,
  .statement-hero,
  .statement-body,
  .hero-inner,
  .statement-inner {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .statement-hero {
    min-height: min(72vh, 680px);
    padding: 22px;
    background:
      linear-gradient(180deg, rgba(244, 239, 231, 0.42) 0%, rgba(244, 239, 231, 0.9) 44%, rgba(244, 239, 231, 0.99) 100%),
      linear-gradient(180deg, rgba(209, 198, 191, 0.08), rgba(80, 89, 110, 0.2)),
      url("../assets/hbeu-generated-seedling-hero.png") center top / cover no-repeat;
  }

  .hero-inner {
    padding-top: clamp(132px, 20vh, 220px);
  }

  .eyebrow {
    margin-top: 34px;
  }

  h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(2.2rem, 10vw, 3rem);
    line-height: 1;
    text-wrap: wrap;
  }

  .hero-note,
  .statement-inner p {
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .salutation {
    font-size: clamp(1.08rem, 5vw, 1.28rem) !important;
  }
}
