
::-webkit-scrollbar-track {
  background: transparent;
}

/* Language switcher in nav */

/* NAV */

.dropdown-wrap {
  position: relative;
  display: inline-flex;
}
.dropdown-btn::after {
  content: "▾";
  font-size: 9px;
  margin-left: 4px;
  transition: transform 0.15s;
  opacity: 0.7;
}
.dropdown-wrap:hover .dropdown-btn::after {
  transform: rotate(180deg);
}

/* BUTTONS */

.vee-badge {
  display: inline-block;
}
@keyframes veeBlink {
  0%,
  86%,
  94%,
  100% {
    transform: scaleY(1);
  }
  90% {
    transform: scaleY(0.08);
  }
}

/* SHARED */
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
h2.section-title {
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 1.02;
  margin-bottom: 18px;
}
h2.section-title .accent {
  background: linear-gradient(135deg, #a78bfa, #ec4899 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
p.section-sub {
  font-size: 17px;
  color: var(--w55);
  max-width: 640px;
  line-height: 1.55;
  margin-bottom: 48px;
}
section {
  padding: 90px 0;
  position: relative;
}

/* ==================
     HERO — BRANDS
  ================== */
.br-hero {
  min-height: 100vh;
  padding: 120px 0 80px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(
      ellipse at 30% 50%,
      rgba(124, 58, 237, 0.2) 0%,
      transparent 55%
    ),
    radial-gradient(
      ellipse at 80% 20%,
      rgba(91, 33, 182, 0.12) 0%,
      transparent 50%
    ),
    #0b0712;
}
.br-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.br-hero-copy {
}
.br-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 16px 7px 12px;
  border-radius: 20px;
  background: rgba(124, 58, 237, 0.12);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(124, 58, 237, 0.3);
  font-size: 11px;
  font-weight: 800;
  color: var(--purple-soft);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.br-hero-badge .vee-badge {
  width: 48px;
  height: 48px;
  display: inline-block;
  margin: -14px 6px -14px -10px;
  animation: veeBadgeIdle 3.8s ease-in-out infinite;
  filter: drop-shadow(0 6px 14px rgba(124, 58, 237, 0.5));
}
.br-hero h1 {
  font-size: clamp(40px, 4.5vw, 68px);
  font-weight: 900;
  letter-spacing: -2.5px;
  line-height: 1;
  margin-bottom: 22px;
  color: #fff;
}
.br-hero h1 .accent {
  background: linear-gradient(135deg, #a78bfa, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.br-hero p.lede {
  font-size: 18px;
  color: var(--w80);
  line-height: 1.55;
  max-width: 480px;
  margin-bottom: 36px;
}
.br-hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 18px;
}
.br-hero-price {
  font-size: 13px;
  color: var(--w35);
  font-weight: 600;
  letter-spacing: 0.3px;
}
.br-hero-price strong {
  color: var(--purple-soft);
}

.br-hero-photo-wrap {
  position: relative;
}
.br-hero-photo {
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(124, 58, 237, 0.35);
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.6),
    0 0 60px rgba(124, 58, 237, 0.18);
  display: block;
}
.br-hero-photo-glow {
  position: absolute;
  inset: -20px;
  background: radial-gradient(
    ellipse at 60% 40%,
    rgba(124, 58, 237, 0.22) 0%,
    transparent 70%
  );
  pointer-events: none;
  z-index: -1;
}

/* ==================
     01 · QUEUE / BOTTLENECK
  ================== */
.br-queue {
  background: #0b0712;
  border-top: 1px solid var(--w04);
}
.br-queue-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.br-queue-copy h2 {
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 1.04;
  margin-bottom: 20px;
}
.br-queue-copy h2 .accent {
  background: linear-gradient(135deg, #a78bfa, #ec4899 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.br-queue-copy p {
  font-size: 16px;
  color: var(--w55);
  line-height: 1.65;
  margin-bottom: 16px;
  max-width: 420px;
}
.br-queue-copy p strong {
  color: var(--w80);
  font-weight: 700;
}

.br-stat-row {
  display: flex;
  gap: 32px;
  margin-top: 36px;
  flex-wrap: wrap;
}
.br-stat {
  text-align: left;
}
.br-stat .num {
  font-size: 48px;
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 1;
  background: linear-gradient(135deg, #a78bfa, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 4px;
}
.br-stat .lbl {
  font-size: 12px;
  color: var(--w35);
  font-weight: 700;
  letter-spacing: 0.5px;
}

/* Queue dashboard mockup — tilted, realistic UI chrome */
.br-queue-mockup {
  display: flex;
  justify-content: center;
  padding-top: 8px;
  perspective: 1400px;
}
.bqm-window {
  width: 100%;
  max-width: 460px;
  background: linear-gradient(180deg, #14101f 0%, #0b0712 100%);
  border: 1px solid rgba(167, 139, 250, 0.22);
  border-radius: 16px;
  overflow: hidden;
  box-shadow:
    0 40px 80px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.03),
    0 0 60px rgba(124, 58, 237, 0.18);
  transform: rotate(-1.5deg) rotateY(-3deg);
  transform-origin: center center;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.bqm-window:hover {
  transform: rotate(0deg) rotateY(0deg);
}

.bqm-head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 11px 14px;
  background: rgba(255, 255, 255, 0.02);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.bqm-head-dots {
  display: flex;
  gap: 6px;
}
.bqm-head-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}
.bqm-head-dots span:nth-child(1) {
  background: #ef4444;
  opacity: 0.5;
}
.bqm-head-dots span:nth-child(2) {
  background: #fbbf24;
  opacity: 0.5;
}
.bqm-head-dots span:nth-child(3) {
  background: #34d399;
  opacity: 0.5;
}
.bqm-head-title {
  font-size: 12px;
  font-weight: 700;
  color: var(--w80);
  flex: 1;
  text-align: center;
  letter-spacing: -0.1px;
}
.bqm-head-filter {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  color: var(--w55);
  padding: 4px 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.bqm-subhead {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  font-size: 12px;
  color: var(--w55);
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.bqm-count {
  color: #fff;
  font-weight: 800;
}
.bqm-dot {
  color: var(--w35);
}
.bqm-alert {
  margin-left: auto;
  color: #fca5a5;
  font-weight: 800;
  font-size: 10.5px;
  letter-spacing: 0.3px;
  padding: 3px 9px;
  border-radius: 100px;
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.3);
  animation: bqmAlert 1.6s ease-in-out infinite;
}
@keyframes bqmAlert {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.55;
  }
}

.bqm-rows {
  padding: 6px 0;
}
.bqm-row {
  display: grid;
  grid-template-columns: 6px 36px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  transition: background 0.2s;
}
.bqm-row:last-child {
  border-bottom: none;
}
.bqm-row:hover {
  background: rgba(167, 139, 250, 0.04);
}
.bqm-indicator {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.bqm-status-stuck .bqm-indicator {
  background: #ef4444;
  box-shadow: 0 0 8px rgba(239, 68, 68, 0.6);
}
.bqm-status-warn .bqm-indicator {
  background: #fbbf24;
  box-shadow: 0 0 8px rgba(251, 191, 36, 0.5);
}
.bqm-status-queued .bqm-indicator {
  background: rgba(255, 255, 255, 0.25);
}

.bqm-thumb {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    rgba(167, 139, 250, 0.22),
    rgba(124, 58, 237, 0.14)
  );
  border: 1px solid rgba(167, 139, 250, 0.28);
  font-size: 11px;
  font-weight: 900;
  color: var(--purple-soft);
  letter-spacing: 0.3px;
  flex-shrink: 0;
}
.bqm-status-queued .bqm-thumb {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.06);
  color: var(--w35);
}
.bqm-meta {
  min-width: 0;
}
.bqm-title {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.1px;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bqm-status-queued .bqm-title {
  color: var(--w55);
  font-style: italic;
}
.bqm-sub {
  font-size: 10.5px;
  color: var(--w35);
  font-weight: 500;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bqm-chip {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.3px;
  padding: 4px 9px;
  border-radius: 100px;
  white-space: nowrap;
}
.bqm-chip-red {
  background: rgba(239, 68, 68, 0.14);
  color: #fca5a5;
  border: 1px solid rgba(239, 68, 68, 0.3);
}
.bqm-chip-amber {
  background: rgba(251, 191, 36, 0.14);
  color: #fcd34d;
  border: 1px solid rgba(251, 191, 36, 0.3);
}
.bqm-chip-muted {
  background: rgba(255, 255, 255, 0.04);
  color: var(--w35);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.bqm-foot {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: baseline;
  padding: 14px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(0, 0, 0, 0.15);
}
.bqm-foot-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.bqm-foot-stat:nth-child(2) {
  text-align: center;
}
.bqm-foot-stat:nth-child(3) {
  text-align: right;
}
.bqm-foot-v {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.5px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.bqm-foot-v-done {
  background: linear-gradient(135deg, #a78bfa, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bqm-foot-v-alert {
  color: #fca5a5;
  font-size: 13px;
  font-family: "Courier New", monospace;
  font-weight: 700;
}
.bqm-foot-l {
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--w35);
}

/* ==================
     02 · BRAND ON LOCK
  ================== */
.br-lock {
  background: var(--dark);
}
.br-lock-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}
.br-lock-copy h2 {
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 1.04;
  margin-bottom: 20px;
}
.br-lock-copy h2 .accent {
  background: linear-gradient(135deg, #a78bfa, #ec4899 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.br-lock-copy p {
  font-size: 16px;
  color: var(--w55);
  line-height: 1.65;
  margin-bottom: 16px;
  max-width: 440px;
}
.br-lock-copy p strong {
  color: var(--w80);
}

/* Brand kit sheet — tilted premium brand-ID doc with wax-seal stamp */
.br-kit-wrap {
  position: relative;
  padding-top: 4px;
}
.bkit-sheet {
  position: relative;
  background:
    radial-gradient(
      ellipse at 0% 0%,
      rgba(167, 139, 250, 0.12) 0%,
      transparent 50%
    ),
    radial-gradient(
      ellipse at 100% 100%,
      rgba(236, 72, 153, 0.08) 0%,
      transparent 55%
    ),
    linear-gradient(180deg, #16112a 0%, #0c0816 100%);
  border: 1px solid rgba(167, 139, 250, 0.25);
  border-radius: 20px;
  padding: 26px 28px 22px;
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.55),
    0 0 54px rgba(124, 58, 237, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transform: rotate(-1.4deg);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.bkit-sheet:hover {
  transform: rotate(0deg);
}

/* Header */
.bkit-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 16px;
  margin-bottom: 4px;
  border-bottom: 1px solid rgba(167, 139, 250, 0.15);
}
.bkit-head-vee {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  filter: drop-shadow(0 4px 12px rgba(124, 58, 237, 0.45));
  animation: bkitVeeFloat 4s ease-in-out infinite;
}
@keyframes bkitVeeFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-2deg);
  }
  50% {
    transform: translateY(-3px) rotate(1deg);
  }
}
.bkit-head-text {
  flex: 1;
  min-width: 0;
}
.bkit-head-title {
  font-size: 14.5px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.2px;
  margin-bottom: 2px;
}
.bkit-head-sub {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  color: var(--w55);
  font-weight: 600;
  letter-spacing: 0.1px;
}
.bkit-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 8px rgba(52, 211, 153, 0.7);
  animation: bkitPulse 1.6s ease-in-out infinite;
}
@keyframes bkitPulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.55;
    transform: scale(0.85);
  }
}

/* Blocks */
.bkit-block {
  padding: 16px 0;
  border-bottom: 1px dashed rgba(167, 139, 250, 0.1);
}
.bkit-block:last-of-type {
  border-bottom: none;
  padding-bottom: 8px;
}
.bkit-label {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--purple-soft);
  margin-bottom: 14px;
}

/* TYPOGRAPHY block */
.bkit-type {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: flex-end;
}
.bkit-type-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bkit-aa {
  font-size: clamp(52px, 7vw, 72px);
  font-weight: 900;
  letter-spacing: -2.5px;
  line-height: 0.9;
  color: #fff;
}
.bkit-aa-serif {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -3px;
  background: linear-gradient(135deg, #fff, #c4b5fd 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bkit-aa-sans {
  font-family: var(--font);
}
.bkit-aa-name {
  font-size: 11px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.2px;
  line-height: 1.4;
}
.bkit-aa-name span {
  color: var(--w35);
  font-weight: 600;
  font-size: 10.5px;
}

/* PALETTE block */
.bkit-chips {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.bkit-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.bkit-chip-dot {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 6px 16px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.bkit-chip span {
  font-family: "Courier New", monospace;
  font-size: 10px;
  font-weight: 700;
  color: var(--w55);
  letter-spacing: 0.4px;
}

/* VOICE block */
.bkit-voice {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bkit-voice li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  font-weight: 600;
  color: var(--w80);
  letter-spacing: -0.1px;
}
.bkit-voice li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #a78bfa, #ec4899);
  box-shadow: 0 0 8px rgba(167, 139, 250, 0.5);
}

/* Footer stat */
.bkit-foot {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(167, 139, 250, 0.15);
}
.bkit-foot-k {
  font-size: 11px;
  color: var(--w55);
  font-weight: 600;
  letter-spacing: 0.1px;
}
.bkit-foot-v {
  font-size: 13px;
  font-weight: 900;
  background: linear-gradient(135deg, #a78bfa, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.2px;
}

/* Wax-seal LOCKED stamp — top-right, tilted, overlapping the edge */
.bkit-seal {
  position: absolute;
  top: -26px;
  right: -24px;
  width: 92px;
  height: 92px;
  transform: rotate(12deg);
  filter: drop-shadow(0 8px 20px rgba(91, 33, 182, 0.55))
    drop-shadow(0 0 22px rgba(167, 139, 250, 0.3));
  pointer-events: none;
  animation: bkitSealFloat 5s ease-in-out infinite;
}
@keyframes bkitSealFloat {
  0%,
  100% {
    transform: rotate(12deg) translateY(0);
  }
  50% {
    transform: rotate(14deg) translateY(-3px);
  }
}
.bkit-seal svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* ==================
     03 · SKATTEGUIDEN
  ================== */
.br-case {
  background: #0b0712;
  border-top: 1px solid var(--w04);
  border-bottom: 1px solid var(--w04);
}
.br-case-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}
.br-case-photo {
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
  border: 1px solid var(--w08);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.55);
  display: block;
}
.br-case-right h2 {
  font-size: clamp(30px, 3.5vw, 50px);
  font-weight: 900;
  letter-spacing: -1.8px;
  line-height: 1.05;
  margin-bottom: 32px;
}
.br-case-right h2 .accent {
  background: linear-gradient(135deg, #a78bfa, #ec4899 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.br-pull-quote {
  border-left: 3px solid var(--purple-light);
  padding-left: 24px;
  margin-bottom: 32px;
}
.br-pull-quote blockquote {
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 700;
  font-style: italic;
  line-height: 1.35;
  letter-spacing: -0.4px;
  color: #fff;
  margin-bottom: 16px;
}
.br-pull-attr {
  display: flex;
  align-items: center;
  gap: 12px;
}
.br-pull-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  border: 1.5px solid rgba(124, 58, 237, 0.4);
  flex-shrink: 0;
}
.br-pull-name {
  font-size: 13px;
  font-weight: 800;
  color: var(--w80);
}
.br-pull-role {
  font-size: 11px;
  color: var(--w35);
}

/* Results — editorial stats, no cards, hairline dividers */
.br-results {
  margin-top: 8px;
}
.br-res-label {
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--purple-soft);
  padding-bottom: 12px;
  margin-bottom: 4px;
  border-bottom: 1px solid rgba(167, 139, 250, 0.2);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.br-res-label::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #a78bfa, #ec4899);
  box-shadow: 0 0 8px rgba(167, 139, 250, 0.5);
}
.br-res-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.br-res-item {
  display: flex;
  flex-direction: column;
  padding: 22px 20px 22px 0;
  position: relative;
}
.br-res-item + .br-res-item {
  padding-left: 22px;
}
.br-res-item + .br-res-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18%;
  bottom: 18%;
  width: 1px;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(167, 139, 250, 0.3),
    transparent
  );
}
.br-res-n {
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 1;
  background: linear-gradient(135deg, #a78bfa, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-variant-numeric: tabular-nums;
  margin-bottom: 10px;
}
.br-res-l {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  letter-spacing: -0.1px;
}
.br-res-l span {
  display: block;
  font-size: 11.5px;
  font-weight: 500;
  color: var(--w35);
  margin-top: 2px;
  letter-spacing: 0.1px;
}
.br-res-nda {
  font-size: 11.5px;
  color: var(--w35);
  font-style: italic;
  padding-top: 16px;
  border-top: 1px dashed rgba(167, 139, 250, 0.12);
  margin-top: 8px;
}

/* ==================
     04 · ORG / FOUR ROLES
  ================== */
.br-org {
  background: var(--dark);
}
.br-org-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}
.br-org-copy h2 {
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 1.04;
  margin-bottom: 20px;
}
.br-org-copy h2 .accent {
  background: linear-gradient(135deg, #a78bfa, #ec4899 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.br-org-copy p {
  font-size: 16px;
  color: var(--w55);
  line-height: 1.65;
  margin-bottom: 16px;
  max-width: 440px;
}
.br-org-copy p strong {
  color: var(--w80);
}

/* Payroll statement — typographic compensation document */
.br-payroll-wrap {
  position: relative;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}
.br-payroll {
  position: relative;
  background:
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.015) 0px,
      rgba(255, 255, 255, 0.015) 32px,
      transparent 32px,
      transparent 33px
    ),
    linear-gradient(180deg, #14101f 0%, #0c0816 100%);
  border: 1px solid rgba(167, 139, 250, 0.2);
  border-radius: 12px;
  padding: 28px 32px 24px;
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.5),
    0 0 44px rgba(124, 58, 237, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transform: rotate(-0.8deg);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  overflow: hidden;
}
.br-payroll:hover {
  transform: rotate(0deg);
}

.brp-head {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 2px solid rgba(167, 139, 250, 0.25);
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.brp-head-eyebrow {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--purple-soft);
}
.brp-head-title {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.3px;
}

.brp-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.brp-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: baseline;
  padding: 10px 0;
  font-size: 14.5px;
  position: relative;
}
.brp-row:not(.brp-subtotal) {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: line-through;
  text-decoration-color: rgba(236, 72, 153, 0.55);
  text-decoration-thickness: 1.5px;
}
.brp-role {
  font-weight: 600;
  letter-spacing: -0.1px;
}
.brp-dots {
  border-bottom: 1px dotted rgba(167, 139, 250, 0.2);
  min-width: 40px;
  align-self: flex-end;
  padding-bottom: 6px;
}
.brp-amt {
  font-weight: 800;
  color: #fff;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.1px;
}
.brp-amt-unit {
  font-size: 11px;
  color: var(--w55);
  font-weight: 600;
  margin-left: 2px;
}

.brp-subtotal {
  margin-top: 6px;
  padding-top: 14px;
  border-top: 1px solid rgba(167, 139, 250, 0.2);
  color: #fff !important;
  text-decoration: none !important;
}
.brp-subtotal .brp-role {
  font-size: 11.5px;
  font-weight: 900;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: var(--w55);
}
.brp-subtotal .brp-amt {
  font-size: 20px;
  letter-spacing: -0.5px;
  background: linear-gradient(135deg, #fff, #c4b5fd 70%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Diagonal REPLACED stamp overlay */
.brp-stamp {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-8deg);
  width: 84%;
  max-width: 320px;
  height: auto;
  color: rgba(236, 72, 153, 0.5);
  pointer-events: none;
  opacity: 0.85;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4));
}

/* Delta billboard below */
.brp-delta {
  margin-top: 24px;
  text-align: center;
}
.brp-delta-line {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--w55);
  letter-spacing: 0.2px;
  margin-bottom: 10px;
}
.brp-delta-was {
  text-decoration: line-through;
  text-decoration-color: rgba(239, 68, 68, 0.45);
}
.brp-delta-arrow {
  color: var(--purple-light);
  font-weight: 900;
}
.brp-delta-now {
  color: var(--purple-soft);
  font-weight: 800;
}
.brp-delta-hero {
  font-size: clamp(36px, 4.5vw, 52px);
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 1;
  background: linear-gradient(135deg, #a78bfa, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  font-variant-numeric: tabular-nums;
}
.brp-delta-unit {
  font-size: 0.35em;
  font-weight: 700;
  letter-spacing: 0;
  -webkit-text-fill-color: var(--w55);
  background: none;
}
.brp-delta-note {
  font-size: 11.5px;
  color: var(--w35);
  font-style: italic;
  line-height: 1.5;
  max-width: 360px;
  margin: 0 auto;
}

/* ==================
     FINAL CTA
  ================== */
.br-final {
  padding: 100px 0 120px;
  text-align: center;
  background: radial-gradient(
    ellipse at 50% 50%,
    rgba(124, 58, 237, 0.18) 0%,
    transparent 60%
  );
}
.br-final-vee {
  display: block;
  width: 88px;
  height: 88px;
  margin: 0 auto 24px;
  filter: drop-shadow(0 8px 32px rgba(124, 58, 237, 0.55));
  animation: brFinalVeeFloat 3.2s ease-in-out infinite;
}
.br-final-vee svg {
  width: 100%;
  height: 100%;
  display: block;
}
@keyframes brFinalVeeFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-3deg);
  }
  50% {
    transform: translateY(-8px) rotate(2deg);
  }
}
.br-final h2 {
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 900;
  letter-spacing: -2.2px;
  line-height: 1.02;
  margin-bottom: 16px;
  color: #fff;
}
.br-final h2 .accent {
  background: linear-gradient(135deg, #a78bfa, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.br-final p {
  font-size: 17px;
  color: var(--w55);
  max-width: 540px;
  margin: 0 auto 40px;
}
.br-final-ctas {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* FOOTER */

/* RESPONSIVE */
@media (max-width: 1310px) {
  .br-hero-inner,
  .br-queue-inner,
  .br-lock-inner,
  .br-case-inner,
  .br-org-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .br-hero {
    min-height: auto;
    padding: 120px 0 60px;
  }
  .br-hero-photo {
    aspect-ratio: 16/10;
  }
  .br-case-photo {
    aspect-ratio: 16/9;
  }
  .br-res-grid {
    grid-template-columns: 1fr;
  }
  .br-res-item + .br-res-item {
    padding-left: 0;
    padding-top: 22px;
    border-top: 1px solid rgba(167, 139, 250, 0.12);
  }
  .br-res-item + .br-res-item::before {
    display: none;
  }
}
@media (max-width: 640px) {  .wrap {
    padding: 0 20px;
  }
  section {
    padding: 60px 0;
  }
  .br-hero-inner,
  .br-queue-inner,
  .br-lock-inner,
  .br-case-inner,
  .br-org-inner {
    padding: 0 20px;
  }
  .br-stat-row {
    gap: 20px;
  }
}
