/* BKofsky homepage body CSS. Pair with global header/footer styles in neve-child/style.css. */
.bk-page {
  --bk-dark: #231f20;
  --bk-orange: #f04925;
  --bk-white: #fff;
  --bk-offwhite: #f6f4f0;
  --bk-muted: #6b6765;
  --bk-border: #e2ddd9;
  --bk-radius: 999px;
  --bk-card-radius: 8px;
  --bk-max: 1542px;
  background: var(--bk-white);
  color: var(--bk-dark);
  font-family: Roboto, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

.bk-page,
.bk-page * {
  box-sizing: border-box;
}

.bk-page img {
  display: block;
  max-width: 100%;
}

.bk-page a {
  color: inherit;
}

.bk-shell,
.bk-inner {
  max-width: var(--bk-max);
  margin: 0 auto;
}

.bk-inner {
  padding-left: 36px;
  padding-right: 36px;
}

.bk-btn-primary,
.bk-btn-outline,
.bk-subscribe-form button,
.bk-cf7-preview .cf7-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: var(--bk-radius);
  text-decoration: none;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.bk-btn-primary,
.bk-subscribe-form button,
.bk-cf7-preview .cf7-button {
  background: var(--bk-orange);
  color: var(--bk-white) !important;
  border: 2px solid var(--bk-orange);
}

.bk-page .bk-btn-primary,
.bk-page .bk-btn-primary:visited,
.bk-page .bk-btn-primary:hover,
.bk-page .bk-btn-primary:focus,
.bk-page input[type="submit"].cf7-button,
.bk-page input[type="submit"].wpcf7-submit,
.bk-page .bk-cf7-preview .cf7-button {
  color: var(--bk-white) !important;
  -webkit-text-fill-color: var(--bk-white);
}

.bk-btn-primary,
.bk-btn-outline {
  padding: 12px 24px;
  font-size: 15px;
}

.bk-btn-outline {
  color: var(--bk-dark);
  background: transparent;
  border: 2px solid var(--bk-dark);
}

.bk-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  min-height: 660px;
  background: var(--bk-white);
}

.bk-hero-copy {
  max-width: 660px;
  padding: 82px 44px 80px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bk-eyebrow {
  color: var(--bk-orange);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 18px;
}

.bk-hero h1 {
  max-width: 620px;
  color: var(--bk-dark);
  font-size: clamp(44px, 6vw, 68px);
  font-weight: 900;
  line-height: .98;
  letter-spacing: 0;
  margin-bottom: 24px;
}

.bk-underline {
  display: inline-block;
  position: relative;
}

.bk-underline:after {
  content: "";
  position: absolute;
  left: 2px;
  right: 4px;
  bottom: -7px;
  height: 6px;
  background: var(--bk-orange);
  border-radius: 10px;
  z-index: -1;
}

.bk-hero-sub {
  max-width: 580px;
  color: var(--bk-muted);
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.bk-hero-sub strong,
.bk-about-copy strong {
  color: var(--bk-dark);
  font-weight: 800;
}

.bk-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.bk-hero-media {
  position: relative;
  overflow: visible;
  background: var(--bk-white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 44px 18px 0;
}

.bk-hero-media:before {
  content: "";
  position: absolute;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 73, 37, .13) 0%, rgba(240, 73, 37, .04) 52%, rgba(240, 73, 37, 0) 72%);
  right: 44px;
  top: 82px;
}

.bk-hero-photo {
  position: relative;
  z-index: 1;
  width: min(500px, 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.bk-hero-photo picture {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: center;
}

.bk-hero-photo img {
  width: 100%;
  max-height: 580px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 22px 30px rgba(35, 31, 32, .10));
}

.bk-hero-badge {
  position: absolute;
  z-index: 2;
  left: 10px;
  bottom: 48px;
  max-width: 190px;
  padding: 14px 16px;
  background: var(--bk-white);
  border: 1px solid var(--bk-border);
  border-radius: var(--bk-card-radius);
  box-shadow: 0 12px 30px rgba(35, 31, 32, .12);
}

.bk-hero-badge strong {
  display: block;
  color: var(--bk-orange);
  font-size: 24px;
  line-height: 1;
  margin-bottom: 5px;
}

.bk-hero-badge span {
  display: block;
  color: var(--bk-muted);
  font-size: 12px;
  line-height: 1.35;
}

.bk-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--bk-border);
  border-bottom: 1px solid var(--bk-border);
  background: var(--bk-white);
}

.bk-stat {
  text-align: center;
  padding: 32px 24px;
  border-right: 1px solid var(--bk-border);
}

.bk-stat:last-child {
  border-right: 0;
}

.bk-stat strong {
  display: block;
  color: var(--bk-orange);
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

.bk-stat span {
  display: block;
  color: var(--bk-muted);
  font-size: 14px;
  line-height: 1.4;
  margin-top: 8px;
}

.bk-band {
  width: 100%;
  background: var(--bk-dark);
  color: var(--bk-white);
}

.bk-subscribe {
  clip-path: polygon(0 34px, 100% 0, 100% 100%, 0 100%);
}

.bk-subscribe .bk-inner {
  padding-top: 86px;
  padding-bottom: 58px;
  text-align: center;
}

.bk-subscribe h2,
.bk-contact h2 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: 0;
}

.bk-subscribe h2 {
  max-width: 800px;
  margin: 0 auto 10px;
}

.bk-subscribe p,
.bk-contact p,
.bk-contact-card p {
  color: rgba(255, 255, 255, .66);
}

.bk-subscribe p {
  max-width: 620px;
  margin: 0 auto 22px;
  font-size: 16px;
}

.bk-proof-pill {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 22px;
  padding: 7px 15px;
  border-radius: var(--bk-radius);
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .07);
  color: rgba(255, 255, 255, .75);
  font-size: 13px;
}

.bk-proof-pill strong {
  color: var(--bk-white);
}

.bk-subscribe-form,
.bk-cf7-preview .cf7-row {
  display: flex;
  gap: 10px;
  max-width: 620px;
  margin: 0 auto;
}

.bk-subscribe-form input,
.bk-cf7-preview input[type="email"],
.bk-cf7-preview .cf7-input {
  flex: 1;
  min-width: 0;
  padding: 14px 18px;
  border-radius: var(--bk-radius);
  border: 2px solid rgba(255, 255, 255, .82);
  background: var(--bk-white) !important;
  color: var(--bk-dark) !important;
  -webkit-text-fill-color: var(--bk-dark);
  font-size: 15px;
  outline: none;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
}

.bk-subscribe-form input::placeholder,
.bk-cf7-preview input[type="email"]::placeholder,
.bk-cf7-preview .cf7-input::placeholder {
  color: var(--bk-muted);
  -webkit-text-fill-color: var(--bk-muted);
}

.bk-subscribe-form button,
.bk-cf7-preview .cf7-button {
  padding: 14px 22px;
  font-size: 15px;
  cursor: pointer;
  min-width: 210px;
}

.bk-cf7-preview .cf7-heading,
.bk-cf7-preview .bk-hide-all,
.bk-cf7-preview br,
.bk-cf7-preview .cf-turnstile {
  display: none !important;
}

.bk-cf7-preview p {
  display: contents;
}

.bk-cf7-preview .wpcf7-form-control-wrap {
  display: contents;
}

.bk-about {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(500px, 540px);
  gap: 80px;
  align-items: center;
  padding: 92px 36px 64px;
  border-bottom: 1px solid var(--bk-border);
  background: var(--bk-white);
  overflow: visible;
}

.bk-about-copy {
  max-width: 700px;
}

.bk-section-title {
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.08;
  letter-spacing: 0;
  margin-bottom: 14px;
}

.bk-section-sub {
  max-width: 700px;
  color: var(--bk-muted);
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 28px;
}

.bk-about-copy p {
  max-width: 680px;
  color: var(--bk-muted);
  font-size: 16px;
  line-height: 1.78;
  margin-bottom: 14px;
}

.bk-about-copy .bk-btn-outline {
  margin-top: 10px;
}

.bk-about-photo {
  border-radius: var(--bk-card-radius);
  background: var(--bk-offwhite);
  box-shadow: 0 14px 50px rgba(35, 31, 32, .10);
  padding: 16px;
  justify-self: end;
  position: relative;
  z-index: 2;
  margin-bottom: -72px;
  transform: translateY(88px);
}

.bk-about-photo img {
  width: 100%;
  height: auto;
  max-height: 700px;
  object-fit: contain;
  object-position: center;
  border-radius: 6px;
}

.bk-videos {
  background: var(--bk-offwhite);
  padding: 136px 36px 88px;
  border-bottom: 1px solid var(--bk-border);
  clip-path: polygon(0 28px, 100% 0, 100% 100%, 0 100%);
  margin-top: -28px;
}

.bk-section-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 28px;
}

.bk-section-header-text {
  max-width: 700px;
}

.bk-video-grid,
.bk-featured-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.bk-video-card,
.bk-featured-card {
  display: block;
  overflow: hidden;
  background: var(--bk-white);
  border: 1px solid var(--bk-border);
  border-radius: var(--bk-card-radius);
  color: var(--bk-dark);
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(35, 31, 32, .04);
  transition: transform .16s ease, box-shadow .16s ease;
}

.bk-video-card:hover,
.bk-featured-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(35, 31, 32, .08);
}

.bk-video-thumb,
.bk-featured-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  background: var(--bk-dark);
  overflow: hidden;
}

.bk-video-thumb img,
.bk-featured-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bk-video-thumb:before,
.bk-featured-thumb:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid var(--bk-white);
  transform: translateX(2px);
}

.bk-video-thumb:after,
.bk-featured-thumb:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--bk-orange);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .20);
}

.bk-video-label {
  padding: 15px 16px 17px;
}

.bk-video-label strong {
  display: block;
  font-size: 15px;
  line-height: 1.35;
  margin-bottom: 6px;
}

.bk-video-label span {
  display: block;
  color: var(--bk-muted);
  font-size: 13px;
  line-height: 1.45;
}

.bk-featured {
  padding: 88px 36px 86px;
  border-bottom: 1px solid var(--bk-border);
  background: var(--bk-white);
}

.bk-featured-grid {
  margin-top: 30px;
}

.bk-featured-tag {
  display: inline-block;
  padding: 4px 9px;
  border-radius: var(--bk-radius);
  background: var(--bk-offwhite);
  color: var(--bk-muted);
  font-size: 12px;
  margin-bottom: 8px;
}

.bk-featured-copy {
  padding: 16px 16px 18px;
}

.bk-featured-card h3 {
  font-size: 17px;
  line-height: 1.32;
  margin-bottom: 6px;
}

.bk-featured-card p {
  color: var(--bk-muted);
  font-size: 14px;
  line-height: 1.55;
}

.bk-contact .bk-inner {
  padding-top: 88px;
  padding-bottom: 88px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 64px;
  align-items: center;
}

.bk-contact h2 {
  margin-bottom: 14px;
}

.bk-contact p {
  max-width: 720px;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 24px;
}

.bk-contact-card {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--bk-card-radius);
  padding: 24px;
}

.bk-contact-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.bk-contact-card p {
  font-size: 14px;
  margin-bottom: 16px;
}

.bk-mini-list {
  list-style: none;
  display: grid;
  gap: 10px;
  color: rgba(255, 255, 255, .74);
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.bk-mini-list li:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--bk-orange);
  transform: translateY(-1px);
}

@media (min-width: 901px) and (max-width: 1100px) {
  .bk-hero {
    grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
  }

  .bk-hero-copy {
    padding-left: 32px;
    padding-right: 28px;
  }

  .bk-about,
  .bk-videos,
  .bk-featured {
    padding-left: 32px;
    padding-right: 32px;
  }

  .bk-about {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 440px);
    gap: 44px;
    padding-bottom: 78px;
  }

  .bk-about-photo {
    margin-bottom: -36px;
    transform: translateY(48px);
  }

  .bk-about-photo img {
    max-height: 600px;
  }

  .bk-videos {
    padding-top: 108px;
  }

  .bk-video-grid,
  .bk-featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .bk-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 0;
  }

  .bk-hero-copy {
    max-width: none;
    order: 2;
    padding: 4px 24px 34px;
    text-align: center;
    align-items: center;
  }

  .bk-hero-media {
    order: 1;
    min-height: 0;
    padding: 0 24px;
    margin-top: -20px;
  }

  .bk-hero-media:before {
    right: 50%;
    transform: translateX(50%);
    top: 0;
    width: 218px;
    height: 218px;
  }

  .bk-hero-photo {
    width: min(226px, 60vw);
  }

  .bk-hero-photo img {
    max-height: 262px;
  }

  .bk-hero-badge {
    display: none;
  }

  .bk-stats {
    grid-template-columns: 1fr;
  }

  .bk-stat {
    border-right: 0;
    border-bottom: 1px solid var(--bk-border);
  }

  .bk-stat:last-child {
    border-bottom: 0;
  }

  .bk-about,
  .bk-contact .bk-inner {
    grid-template-columns: 1fr;
  }

  .bk-about {
    padding: 64px 24px;
  }

  .bk-about-copy {
    max-width: none;
  }

  .bk-about-photo {
    justify-self: center;
    width: min(340px, 100%);
    margin-bottom: 0;
    transform: none;
  }

  .bk-about-photo img {
    max-height: 560px;
  }

  .bk-videos {
    padding: 74px 24px 64px;
    clip-path: polygon(0 22px, 100% 0, 100% 100%, 0 100%);
    margin-top: -22px;
  }

  .bk-featured {
    padding: 64px 24px;
  }

  .bk-inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .bk-section-header {
    display: block;
  }

  .bk-section-header .bk-btn-outline {
    margin-top: 16px;
  }

  .bk-video-grid,
  .bk-featured-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bk-contact .bk-inner {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

@media (max-width: 620px) {
  .bk-hero h1 {
    font-size: 40px;
  }

  .bk-hero-sub {
    font-size: 16px;
  }

  .bk-actions,
  .bk-subscribe-form,
  .bk-cf7-preview .cf7-row {
    flex-direction: column;
    align-items: stretch;
  }

  .bk-btn-primary,
  .bk-btn-outline,
  .bk-subscribe-form button,
  .bk-cf7-preview .cf7-button {
    width: 100%;
  }

  .bk-video-grid,
  .bk-featured-grid {
    grid-template-columns: 1fr;
  }
}
