*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--bp-font-body);
  font-size: 1.06rem;
  line-height: 1.58;
  color: var(--bp-text);
  background: var(--bp-bg);
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--bp-coral-dim);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--bp-ice-dim);
}

:focus-visible {
  outline: 2px solid var(--bp-ring);
  outline-offset: 2px;
}

.bp-container {
  width: var(--bp-container);
  margin-inline: auto;
}

.bp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

h1,
h2,
h3 {
  font-family: var(--bp-font-display);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 0.98;
  text-transform: uppercase;
  margin: 0 0 var(--bp-space-md);
}

h1 {
  font-size: clamp(3rem, 12vw, 5.75rem);
}

h2 {
  font-size: clamp(2.1rem, 5vw, 3.35rem);
}

h3 {
  font-size: 1.5rem;
  letter-spacing: 0.06em;
}

p {
  margin: 0 0 var(--bp-space-md);
}

ul,
ol {
  margin: 0 0 var(--bp-space-md);
  padding-left: 1.25rem;
}

.bp-section {
  padding-block: var(--bp-space-2xl);
}

.bp-section--tight {
  padding-block: var(--bp-space-xl);
}

.bp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bp-coral);
  margin-bottom: var(--bp-space-sm);
}

.bp-kicker::before {
  content: "";
  width: 2.25rem;
  height: 3px;
  background: linear-gradient(90deg, var(--bp-ice), var(--bp-coral));
  border-radius: 3px;
}
