:root {
  --fb-shadow: 0 18px 44px rgba(0,0,0,0.26);
  --fb-radius: 24px;
}

body {
  background:
    radial-gradient(circle at top left, rgba(63,104,152,0.22), transparent 26%),
    radial-gradient(circle at top right, rgba(210,171,115,0.12), transparent 22%),
    linear-gradient(180deg, #0a1220 0%, #0d1628 45%, #17253f 100%) !important;
}

.wp-site-blocks {
  min-height: 100vh;
}

.site-shell {
  position: relative;
}

.site-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(circle at center, black 42%, transparent 88%);
}

.site-shell > * {
  position: relative;
  z-index: 1;
}

.fb-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(8,12,22,0.72);
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.fb-surface,
.fb-glass {
  border-radius: var(--fb-radius);
  background: linear-gradient(180deg, rgba(255,255,255,0.11), rgba(255,255,255,0.06));
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: var(--fb-shadow);
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.fb-surface-soft {
  border-radius: 24px;
  background: rgba(255,255,255,0.74);
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 16px 30px rgba(30,40,55,0.08);
}

.fb-tag,
.fb-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .35rem .7rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.18);
  color: #dce9ff;
  font-family: Inter, system-ui, sans-serif;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.fb-eyebrow {
  color: #f0dcc0;
}

.fb-button-secondary .wp-block-button__link {
  background: rgba(255,255,255,0.10) !important;
  color: #f5f2eb !important;
  border: 1px solid rgba(255,255,255,0.16) !important;
}

.fb-hero-image,
.fb-photo {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  min-height: 320px;
}

.fb-photo-label {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: .82rem 1rem;
  border-radius: 16px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.18);
  color: #f5f2eb;
  font-family: Inter, system-ui, sans-serif;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.fb-warm-band {
  background: linear-gradient(180deg, #efe5d6 0%, #e7dac8 100%);
  color: #182234;
  border-top: 1px solid rgba(0,0,0,0.06);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.fb-warm-band p,
.fb-warm-band h2,
.fb-warm-band h3,
.fb-warm-band h4 {
  color: #182234 !important;
}

.fb-warm-band .is-style-default,
.fb-warm-band .wp-block-group {
  color: #182234;
}

.fb-muted p {
  color: #c7d1df !important;
}

.fb-footer {
  border-top: 1px solid rgba(255,255,255,0.10);
  background: rgba(6,10,20,0.76);
  backdrop-filter: blur(12px);
}

@media (max-width: 781px) {
  .fb-mobile-stack {
    grid-template-columns: 1fr !important;
  }
}

