:root {
  --blue: #0f6cae;
  --blue-dk: #084d7d;
  --blue-soft: #3da4e9;
  --blue-pale: #bfe3fa;
  --glow: rgba(15, 108, 174, 0.12);
  --ink: #08233a;
  --ink-2: #405b73;
  --ink-3: #7c91a6;
  --bg: #f4faff;
  --tint: #daefff;
  --line: rgba(8, 35, 58, 0.09);
  --line-s: rgba(8, 35, 58, 0.18);
  --serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --sans: 'Plus Jakarta Sans', 'Segoe UI', Arial, sans-serif;
}

.brand-board {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  overflow: hidden;
  font-family: var(--sans);
  color: var(--ink);
}

.brand-board * { margin: 0; padding: 0; box-sizing: border-box; }

.bb-fill {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.bb-blobs {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 62% 46% at 14% 16%, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0) 58%),
    radial-gradient(ellipse 52% 42% at 88% 84%, rgba(218, 239, 255, 0.85) 0%, rgba(218, 239, 255, 0) 62%),
    radial-gradient(ellipse 40% 34% at 56% 52%, rgba(15, 108, 174, 0.07) 0%, rgba(15, 108, 174, 0) 70%);
}

.bb-blobs-dark {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 82% 18%, rgba(15, 108, 174, 0.28) 0%, rgba(15, 108, 174, 0) 62%),
    radial-gradient(ellipse 46% 38% at 10% 88%, rgba(61, 164, 233, 0.16) 0%, rgba(61, 164, 233, 0) 66%);
}

.bb-kicker {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  color: var(--blue);
}

.bb-headline {
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.bb-accent {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--blue);
}

.bb-rule {
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--blue) 0%, rgba(15, 108, 174, 0.1) 100%);
}

.bb-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.bb-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--blue);
  color: #fff;
  border-radius: 999px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  box-shadow: 0 6px 22px rgba(15, 108, 174, 0.32);
}

.bb-pill-ghost {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 2px solid rgba(255, 255, 255, 0.34);
  color: #fff;
  border-radius: 999px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.bb-stars { display: flex; gap: 6px; }

.bb-stars svg { display: block; fill: var(--blue); }

.bb-contactline {
  display: flex;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.bb-wordmark { display: flex; flex-direction: column; }

.bb-wordname {
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}

.bb-wordsub {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.34em;
  line-height: 1;
  white-space: nowrap;
}

.bb-wordtag {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  line-height: 1;
  white-space: nowrap;
}

.bb-pebble {
  position: absolute;
  background-size: cover;
  background-position: center;
  border-radius: 48% 38% 44% 52% / 38% 42% 48% 44%;
  border: 6px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 30px 70px rgba(8, 35, 58, 0.22);
}

.bb-inset {
  position: absolute;
  background-size: cover;
  background-position: center;
  border: 5px solid #fff;
  border-radius: 20px;
  box-shadow: 0 18px 44px rgba(8, 35, 58, 0.25);
}

.bb-tag {
  position: absolute;
  z-index: 6;
  background: rgba(255, 255, 255, 0.95);
  color: var(--ink);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  border-radius: 999px;
  padding: 12px 26px;
  box-shadow: 0 8px 22px rgba(8, 35, 58, 0.25);
}

.bb-tag-blue { background: var(--blue); color: #fff; }

.bb-band {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--ink);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bb-glasscard {
  position: absolute;
  z-index: 8;
  background: rgba(255, 255, 255, 0.93);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 18px;
  box-shadow: 0 16px 44px rgba(8, 35, 58, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  gap: 16px;
}

.bb-shield {
  border-radius: 50%;
  background: var(--glow);
  border: 1px solid rgba(15, 108, 174, 0.24);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bb-watermark {
  position: absolute;
  pointer-events: none;
  opacity: 0.07;
}

.bb-outline-text {
  font-family: var(--serif);
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 2px rgba(15, 108, 174, 0.14);
  line-height: 1;
  white-space: nowrap;
}

.bb-quote {
  font-family: var(--serif);
  font-style: italic;
  line-height: 1.5;
  color: var(--ink-2);
}

.bb-avatar {
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dk) 100%);
  color: #fff;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.bb-ring {
  position: absolute;
  border-radius: 50%;
  border-style: solid;
  pointer-events: none;
}

.bb-diag {
  position: absolute;
  overflow: hidden;
}

.bb-diag-panel {
  position: absolute;
  background-size: cover;
  background-position: center;
}

.bb-num {
  font-family: var(--serif);
  font-style: italic;
  color: var(--blue);
}
