:root {
  --bf-ink: #0f1112;
  --bf-ink-soft: #171a1c;
  --bf-paper: #e2dcdc;
  --bf-white: #f4f4f4;
  --bf-red: #b8181f;
  --bf-yellow: #ffb727;
  --bf-blue: #28a5dd;
  --bf-line: rgba(226, 220, 220, 0.16);
  --bf-display: "Horta (Main Logo Font)", "Arial Narrow", Impact, sans-serif;
  --bf-sans: Montserrat, Arial, sans-serif;
}

html { scroll-behavior: smooth; }
body {
  color: var(--bf-paper);
  background: var(--bf-ink);
  font-family: var(--bf-sans);
}
body.elementor-editor-active { scroll-behavior: auto; }

.bf-current-header {
  min-height: 78px;
  padding: 0 clamp(22px, 5vw, 76px);
  border-bottom: 1px solid var(--bf-line);
  color: var(--bf-paper);
  background: rgba(15, 17, 18, 0.92);
  backdrop-filter: blur(16px);
}
.bf-current-header .elementor-widget-theme-site-logo img { max-height: 48px; width: auto; }
.bf-current-header .elementor-nav-menu a,
.bf-current-header .e-n-menu-title-text {
  color: var(--bf-paper) !important;
  font: 800 10px/1 var(--bf-sans) !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.bf-current-header .elementor-nav-menu a:hover,
.bf-current-header .elementor-item-active { color: var(--bf-yellow) !important; }

.bf-current-hero {
  position: relative;
  min-height: calc(100vh - 78px);
  padding: clamp(96px, 12vw, 170px) clamp(24px, 8vw, 124px) clamp(76px, 8vw, 112px);
  overflow: hidden;
  border-bottom: 1px solid var(--bf-line);
  background-image: linear-gradient(var(--bf-line) 1px, transparent 1px), linear-gradient(90deg, var(--bf-line) 1px, transparent 1px);
  background-size: 100% 100%, 12.5vw 100%;
}
.bf-current-hero::before,
.bf-current-hero::after {
  content: "";
  position: absolute;
  width: min(68vw, 920px);
  aspect-ratio: 1;
  top: -27vw;
  right: -26vw;
  border: 1px solid rgba(40, 165, 221, 0.24);
  border-radius: 50%;
  box-shadow: 0 0 0 8vw rgba(40, 165, 221, 0.025), 0 0 0 calc(8vw + 1px) rgba(40, 165, 221, 0.12);
  pointer-events: none;
}
.bf-current-hero::after {
  width: 34vw;
  top: auto;
  right: auto;
  left: -21vw;
  bottom: -20vw;
  border-color: rgba(184, 24, 31, 0.36);
  box-shadow: 0 0 0 6vw rgba(184, 24, 31, 0.025), 0 0 0 calc(6vw + 1px) rgba(184, 24, 31, 0.15);
}
.bf-current-hero > .e-con-inner,
.bf-current-hero > .elementor-container,
.bf-current-hero > .elementor-element { position: relative; z-index: 1; }
.bf-current-kicker .elementor-heading-title,
.bf-current-kicker {
  color: var(--bf-yellow);
  font: 800 10px/1.5 var(--bf-sans);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.bf-current-display .elementor-heading-title,
.bf-current-display {
  color: inherit;
  font-family: var(--bf-display);
  font-weight: 500;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}
.bf-current-hero-title .elementor-heading-title {
  max-width: 1120px;
  color: var(--bf-white);
  font-size: clamp(68px, 10vw, 156px);
  line-height: 0.82;
}
.bf-current-hero-title em { color: var(--bf-red); font-style: normal; }
.bf-current-hero-copy {
  max-width: 700px;
  margin-top: 30px;
  padding-left: 22px;
  border-left: 3px solid var(--bf-blue);
  color: rgba(226, 220, 220, 0.72);
  font-size: clamp(16px, 1.7vw, 21px);
  line-height: 1.7;
}
.bf-current-actions { margin-top: 28px; }

.bf-current-section {
  padding: clamp(82px, 10vw, 150px) clamp(24px, 8vw, 124px);
  color: var(--bf-paper);
  background: var(--bf-ink);
}
.bf-current-section--soft { background: var(--bf-ink-soft); }
.bf-current-section--paper { color: var(--bf-ink); background: var(--bf-paper); }
.bf-current-section--red { color: var(--bf-paper); background: var(--bf-red); }
.bf-current-section-heading {
  display: grid !important;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: 10vw;
  margin-bottom: 54px;
}
.bf-current-section-title .elementor-heading-title {
  color: inherit;
  font: 500 clamp(54px, 7vw, 108px)/0.88 var(--bf-display);
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
.bf-current-copy {
  max-width: 680px;
  color: rgba(226, 220, 220, 0.62);
  font-size: 15px;
  line-height: 1.8;
}
.bf-current-section--paper .bf-current-copy { color: rgba(15, 17, 18, 0.66); }
.bf-current-section--paper .bf-current-kicker .elementor-heading-title { color: var(--bf-red); }

.bf-current-button .elementor-button,
.bf-current-form .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 0;
  color: var(--bf-ink);
  background: var(--bf-yellow);
  font: 800 10px/1 var(--bf-sans);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: transform 0.2s ease;
}
.bf-current-button .elementor-button:hover,
.bf-current-form .elementor-button:hover { transform: translateY(-2px); }
.bf-current-button--outline .elementor-button { color: var(--bf-paper); border-color: rgba(226, 220, 220, 0.34); background: transparent; }
.bf-current-section--paper .bf-current-button--outline .elementor-button { color: var(--bf-ink); border-color: rgba(15, 17, 18, 0.28); }

.bf-current-connect-grid { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.bf-current-connect-card { min-height: 500px; padding: clamp(30px, 4vw, 58px); border: 1px solid rgba(15, 17, 18, 0.16); }
.bf-current-connect-card--collab { color: var(--bf-ink); background: var(--bf-yellow); }
.bf-current-connect-card--hire { color: var(--bf-paper); background: var(--bf-red); }
.bf-current-connect-card .bf-current-display .elementor-heading-title { color: inherit; font: 500 clamp(46px, 5vw, 78px)/0.9 var(--bf-display); letter-spacing: -0.035em; text-transform: uppercase; }
.bf-current-connect-card--collab .bf-current-kicker .elementor-heading-title { color: var(--bf-red); }
.bf-current-connect-card--hire .bf-current-kicker .elementor-heading-title { color: var(--bf-yellow); }
.bf-current-connect-card .elementor-widget-text-editor { max-width: 680px; font-size: 15px; line-height: 1.75; opacity: 0.76; }
.bf-current-tag-list ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.bf-current-tag-list li { padding: 9px 12px; border: 1px solid currentColor; font: 800 9px/1.2 var(--bf-sans); letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.72; }

.bf-current-detail-grid { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--bf-line); background: var(--bf-line); }
.bf-current-detail-card { min-height: 300px; padding: 34px; color: var(--bf-paper); background: var(--bf-ink-soft); }
.bf-current-detail-card .elementor-heading-title { color: var(--bf-white); font: 500 38px/1 var(--bf-display); text-transform: uppercase; }
.bf-current-detail-card .elementor-widget-text-editor { color: rgba(226, 220, 220, 0.58); font-size: 14px; line-height: 1.75; }
.bf-current-detail-card:nth-child(2) { border-bottom: 4px solid var(--bf-blue); }
.bf-current-detail-card:nth-child(3) { border-bottom: 4px solid var(--bf-red); }
.bf-current-detail-card:first-child { border-bottom: 4px solid var(--bf-yellow); }

.bf-current-form-shell {
  max-width: 880px;
  margin-inline: auto;
  padding: clamp(26px, 5vw, 58px);
  border: 1px solid rgba(15, 17, 18, 0.16);
  background: var(--bf-white);
  box-shadow: 0 28px 90px rgba(15, 17, 18, 0.12);
}
.bf-current-form .elementor-field-group > label { margin-bottom: 9px; color: var(--bf-ink); font: 800 10px/1.4 var(--bf-sans); letter-spacing: 0.09em; text-transform: uppercase; }
.bf-current-form .elementor-field { min-height: 50px; padding: 12px 14px; border: 1px solid rgba(15, 17, 18, 0.24); border-radius: 0; color: var(--bf-ink); background: transparent; font: 500 13px/1.5 var(--bf-sans); }
.bf-current-form textarea.elementor-field { min-height: 140px; }
.bf-current-form .elementor-field-type-acceptance { color: rgba(15, 17, 18, 0.7); font-size: 12px; line-height: 1.6; }

.bf-current-single { padding: clamp(90px, 11vw, 160px) clamp(24px, 10vw, 150px); }
.bf-current-single .elementor-widget-theme-post-title .elementor-heading-title { max-width: 1100px; color: var(--bf-white); font: 500 clamp(62px, 9vw, 132px)/0.84 var(--bf-display); letter-spacing: -0.045em; text-transform: uppercase; }
.bf-current-single-content { max-width: 820px; color: rgba(226, 220, 220, 0.75); font-size: 18px; line-height: 1.85; }

.bf-current-footer {
  min-height: 220px;
  padding: 54px clamp(24px, 8vw, 124px);
  border-top: 1px solid var(--bf-line);
  color: var(--bf-paper);
  background: #0a0c0d;
}
.bf-current-footer .elementor-widget-theme-site-logo img { max-height: 64px; width: auto; }
.bf-current-footer a { color: inherit; }
.bf-current-footer .elementor-widget-text-editor { color: rgba(226, 220, 220, 0.48); font-size: 10px; letter-spacing: 0.09em; text-transform: uppercase; }

@media (max-width: 920px) {
  .bf-current-section-heading { grid-template-columns: 1fr; gap: 28px; }
  .bf-current-connect-grid { grid-template-columns: 1fr; }
  .bf-current-detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .bf-current-header { min-height: 66px; padding-inline: 18px; }
  .bf-current-hero { min-height: auto; padding-top: 104px; }
  .bf-current-hero-title .elementor-heading-title { font-size: clamp(58px, 19vw, 92px); }
  .bf-current-section { padding-inline: 22px; }
  .bf-current-connect-card { min-height: auto; }
  .bf-current-detail-grid { grid-template-columns: 1fr; }
  .bf-current-form-shell { padding-inline: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .bf-current-button .elementor-button,
  .bf-current-form .elementor-button { transition: none; }
}
