
    :root {
      --theme: #F4AC08;
      --action: #F4AC08;
      --coffee-brand: #F4AC08;
      --coffee-brand-dark: #C98900;
      --coffee-ink: #111111;
    }

    :root .dark {
      --theme: #F4AC08;
      --action: #F4AC08;
    }

    .bg-theme,
    .hover-bg-theme:hover,
    .rr-btn.hover-bg-theme:hover,
    .text-slider-item .title .dot,
    .progress-wrap::after {
      background-color: var(--coffee-brand) !important;
    }

    .rr-btn.hover-bg-theme:hover .btn-wrap,
    .rr-btn.hover-bg-theme:hover {
      color: var(--coffee-ink) !important;
    }

    a:hover,
    .main-menu ul li a:hover,
    .offset-widget-box .title,
    .service-box .title a:hover,
    .work-box .title a:hover,
    .footer-nav-list li a:hover,
    .info-link a:hover,
    .copyright-text a:hover {
      color: var(--coffee-brand);
    }

    .bk-logo {
      display: inline-flex;
      align-items: center;
      text-decoration: none;
      line-height: 0;
    }

    .bk-logo img {
      display: block;
      width: auto;
      height: 52px;
      max-width: 180px;
      object-fit: contain;
    }

    .header-area .header__logo {
      border: 0;
    }

    .header__logo .bk-logo,
    .offset-logo .bk-logo,
    .footer-logo .bk-logo {
      max-width: none;
    }

    .offset-logo .bk-logo img {
      height: 48px;
    }

    .footer-logo .bk-logo img {
      height: 64px;
      max-width: 220px;
    }

    @media (max-width: 767px) {
      .bk-logo img {
        height: 42px;
        max-width: 140px;
      }
    }

    .client-box.bk-client-text {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 140px;
      min-height: 70px;
      padding: 16px 28px;
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      background: #222;
      border-radius: 999px;
    }

    .client-box.bk-client-text.bg-theme {
      color: var(--coffee-ink);
      background: var(--coffee-brand) !important;
    }

    .hero-area,
    .hero-area .section-title,
    .hero-area .section-title.font-instrumentsans-medium,
    .hero-area .feature-box .number,
    .hero-area .feature-box .text,
    .hero-area .text-wrapper .text,
    .big-text-wrapper .big-text {
      font-family: "Oswald", sans-serif;
    }

    .big-text-wrapper .big-text {
      font-size: clamp(46px, 11.6vw, 152px);
      line-height: 0.92;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: -0.01em;
      flex-direction: column;
      white-space: normal;
      text-align: left;
      align-items: flex-start;
      justify-content: flex-start;
      /* ширина по тексту — иначе центр считается по всей полосе экрана */
      width: fit-content;
      max-width: 100%;
      display: flex;
    }

    .big-text-wrapper .big-text .bk-line {
      display: block;
    }

    .hero-area .section-title {
      font-weight: 500;
      letter-spacing: -0.02em;
      font-size: 76px;
      max-width: 560px;
    }

    @media only screen and (max-width: 1919px) {
      .hero-area .section-title {
        font-size: 56px;
      }
    }

    @media only screen and (max-width: 1399px) {
      .hero-area .section-title {
        font-size: 42px;
        max-width: 340px;
      }
    }

    @media only screen and (max-width: 767px) {
      .hero-area .section-title {
        font-size: 32px;
        max-width: 100%;
      }
    }

    .hero-area .feature-box .number {
      font-weight: 600;
      font-size: 132px;
    }

    @media only screen and (max-width: 1919px) {
      .hero-area .feature-box .number {
        font-size: 96px;
      }
    }

    @media only screen and (max-width: 1399px) {
      .hero-area .feature-box .number {
        font-size: 70px;
      }
    }

    .hero-area .feature-box .text {
      font-size: 24px;
      line-height: 1.35;
      margin-top: 18px;
    }

    .hero-area .text-wrapper .text {
      font-size: 32px;
      line-height: 1.4;
    }

    @media only screen and (max-width: 1919px) {
      .hero-area .text-wrapper .text {
        font-size: 26px;
      }
    }

    @media only screen and (max-width: 1399px) {
      .hero-area .feature-box .text {
        font-size: 19px;
      }

      .hero-area .text-wrapper .text {
        font-size: 21px;
      }
    }

    .hero-area .circle-text .icon {
      width: 32px;
      height: 29px;
    }

    .hero-area .hero-content {
      margin-bottom: 48px;
    }

    @media only screen and (max-width: 1919px) {
      .hero-area .hero-content {
        margin-bottom: 36px;
      }
    }

    .hero-area .big-text-wrapper {
      margin-top: -20px;
      position: relative;
      z-index: 1;
    }

    @media only screen and (min-width: 1200px) {
      .hero-area .big-text-wrapper {
        margin-top: -80px;
        transform: translateY(-14vh);
      }
    }

    .cta-area .section-title a:hover {
      color: var(--coffee-brand);
    }

    .cta-area .bk-cta-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 28px;
      position: relative;
      z-index: 2;
    }

    .cta-area .bk-cta-eyebrow {
      margin: 0;
      font-family: "Oswald", sans-serif;
      font-size: 18px;
      font-weight: 500;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.55);
    }

    .cta-area .bk-cta-btn {
      display: inline-flex;
      align-items: center;
      gap: 22px;
      padding: 10px 10px 10px 36px;
      border: 1px solid rgba(244, 172, 8, 0.55);
      border-radius: 999px;
      background: transparent;
      color: #fff;
      text-decoration: none;
      transition: background 0.35s ease, border-color 0.35s ease, color 0.35s ease, transform 0.35s ease;
    }

    .cta-area .bk-cta-btn__label {
      font-family: "Oswald", sans-serif;
      font-size: clamp(22px, 3vw, 36px);
      font-weight: 600;
      letter-spacing: -0.02em;
      text-transform: uppercase;
      line-height: 1;
    }

    .cta-area .bk-cta-btn__arrow {
      width: 64px;
      height: 64px;
      border-radius: 50%;
      background: var(--coffee-brand);
      color: var(--coffee-ink);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      flex-shrink: 0;
      transition: transform 0.35s ease, background 0.35s ease;
    }

    .cta-area .bk-cta-btn:hover {
      background: var(--coffee-brand);
      border-color: var(--coffee-brand);
      color: var(--coffee-ink);
    }

    .cta-area .bk-cta-btn:hover .bk-cta-btn__arrow {
      background: var(--coffee-ink);
      color: var(--coffee-brand);
      transform: translateX(4px);
    }

    .cta-area .bk-cta-mail {
      margin: 0;
      font-size: 16px;
      letter-spacing: 0.02em;
    }

    .cta-area .bk-cta-mail a {
      color: rgba(255, 255, 255, 0.5);
      text-decoration: none;
      transition: color 0.25s ease;
    }

    .cta-area .bk-cta-mail a:hover {
      color: var(--coffee-brand);
    }

    .cta-area-inner .area-bg {
      display: none !important;
    }

    .cta-area {
      height: 100dvh;
      min-height: 100dvh;
    }

    .cta-area .cta-area-inner.section-spacing {
      padding-top: 0;
      padding-bottom: 0;
      height: 100%;
      min-height: 100dvh;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .productivity-area .productivity-area-inner.section-spacing {
      padding-top: 40px;
      padding-bottom: 20px;
    }

    .productivity-area .section-content {
      margin: 0;
      text-align: center;
      display: flex;
      justify-content: center;
    }

    .productivity-area .section-title-wrapper,
    .productivity-area .title-wrapper {
      display: flex;
      justify-content: center;
      width: 100%;
    }

    .productivity-area .section-title {
      margin: 0 0 50px;
      text-align: center;
    }

    .productivity-area .section-title .shape-1,
    .productivity-area .section-title .shape-2,
    .productivity-area .section-title .shape-3 {
      color: #F4AC08 !important;
    }

    .dark .productivity-area .section-title .shape-1,
    .dark .productivity-area .section-title .shape-2,
    .dark .productivity-area .section-title .shape-3 {
      color: #F4AC08 !important;
    }

    .productivity-area .section-title .shape-1:before,
    .productivity-area .section-title .shape-2:before,
    .productivity-area .section-title .shape-3:before,
    .productivity-area .section-title .shape-1:hover:before,
    .productivity-area .section-title .shape-2:hover:before,
    .productivity-area .section-title .shape-3:hover:before {
      display: none !important;
      content: none !important;
      opacity: 0 !important;
      visibility: hidden !important;
    }

    @media only screen and (max-width: 1919px) {
      .productivity-area .section-content {
        margin: 0;
        display: flex;
        justify-content: center;
      }

      .productivity-area .section-title {
        margin: 0 0 50px;
        text-align: center;
      }
    }

    @media only screen and (max-width: 991px) {
      .productivity-area .section-content {
        margin: 0;
        display: flex;
        justify-content: center;
      }

      .productivity-area .section-title {
        margin: 0 0 50px;
        text-align: center;
      }
    }

    @media only screen and (max-width: 575px) {
      .cta-area .bk-cta-btn {
        width: 100%;
        justify-content: space-between;
        padding: 8px 8px 8px 22px;
        gap: 14px;
      }

      .cta-area .bk-cta-btn__arrow {
        width: 52px;
        height: 52px;
      }
    }

    /* Модальные окна */
    .bk-modal {
      position: fixed;
      inset: 0;
      z-index: 10000;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 24px;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    .bk-modal.is-open {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }

    .bk-modal__overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.72);
      backdrop-filter: blur(4px);
      cursor: pointer;
    }

    .bk-modal__dialog {
      position: relative;
      z-index: 1;
      width: min(520px, 100%);
      max-height: min(90vh, 760px);
      overflow: auto;
      background: #171717;
      border: 1px solid rgba(244, 172, 8, 0.35);
      border-radius: 20px;
      padding: 36px 32px 32px;
      color: #fff;
      transform: translateY(16px) scale(0.98);
      transition: transform 0.3s ease;
    }

    .bk-modal.is-open .bk-modal__dialog {
      transform: translateY(0) scale(1);
    }

    .bk-modal__close {
      position: absolute;
      top: 16px;
      right: 16px;
      width: 40px;
      height: 40px;
      border: 0;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.06);
      color: #fff;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: background 0.25s ease, color 0.25s ease;
    }

    .bk-modal__close:hover {
      background: var(--coffee-brand);
      color: var(--coffee-ink);
    }

    .bk-modal__eyebrow {
      margin: 0 0 8px;
      font-family: "Oswald", sans-serif;
      font-size: 13px;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--coffee-brand);
    }

    .bk-modal__title {
      margin: 0 0 10px;
      font-family: "Oswald", sans-serif;
      font-size: clamp(28px, 4vw, 36px);
      font-weight: 600;
      line-height: 1.1;
      text-transform: uppercase;
    }

    .bk-modal__text {
      margin: 0 0 24px;
      color: rgba(255, 255, 255, 0.65);
      font-size: 15px;
      line-height: 1.5;
    }

    .bk-modal__form {
      display: grid;
      gap: 14px;
    }

    .bk-modal__field {
      display: grid;
      gap: 6px;
    }

    .bk-modal__field label {
      font-size: 13px;
      color: rgba(255, 255, 255, 0.55);
    }

    .bk-modal__field input,
    .bk-modal__field textarea,
    .bk-modal__field select {
      width: 100%;
      border: 1px solid rgba(255, 255, 255, 0.14);
      border-radius: 12px;
      background: rgba(255, 255, 255, 0.04);
      color: #fff;
      padding: 14px 16px;
      font-size: 15px;
      outline: none;
      transition: border-color 0.25s ease;
    }

    .bk-modal__field input:focus,
    .bk-modal__field textarea:focus,
    .bk-modal__field select:focus {
      border-color: var(--coffee-brand);
    }

    .bk-modal__field textarea {
      min-height: 110px;
      resize: vertical;
    }


    .bk-modal__consent {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      margin-top: 2px;
      cursor: pointer;
      font-size: 13px;
      line-height: 1.45;
      color: rgba(255, 255, 255, 0.65);
      user-select: none;
    }

    .bk-modal__consent input {
      appearance: none;
      -webkit-appearance: none;
      flex-shrink: 0;
      width: 18px;
      height: 18px;
      margin-top: 1px;
      border: 1px solid rgba(255, 255, 255, 0.28);
      border-radius: 4px;
      background: rgba(255, 255, 255, 0.04);
      cursor: pointer;
      position: relative;
      transition: border-color 0.2s ease, background 0.2s ease;
    }

    .bk-modal__consent input:checked {
      border-color: var(--coffee-brand);
      background: var(--coffee-brand);
    }

    .bk-modal__consent input:checked::after {
      content: "";
      position: absolute;
      left: 5px;
      top: 1px;
      width: 5px;
      height: 10px;
      border: solid var(--coffee-ink);
      border-width: 0 2px 2px 0;
      transform: rotate(45deg);
    }


    .bk-modal__consent a {
      color: var(--coffee-brand);
      text-decoration: underline;
      text-underline-offset: 2px;
    }

    .bk-modal__consent a:hover {
      color: #ffc12a;
    }
    .bk-modal__consent input:focus-visible {
      outline: 2px solid var(--coffee-brand);
      outline-offset: 2px;
    }
    .bk-modal__submit {
      margin-top: 6px;
      border: 0;
      border-radius: 999px;
      background: var(--coffee-brand);
      color: var(--coffee-ink);
      font-family: "Oswald", sans-serif;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      padding: 16px 22px;
      cursor: pointer;
      transition: background 0.25s ease, transform 0.25s ease;
    }

    .bk-modal__submit:hover {
      background: #ffc12a;
    }

    .bk-modal__contacts {
      display: grid;
      gap: 14px;
      margin-top: 8px;
    }

    .bk-modal__contact-item {
      display: flex;
      gap: 12px;
      align-items: flex-start;
      padding: 14px 16px;
      border-radius: 12px;
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid rgba(255, 255, 255, 0.08);
    }

    .bk-modal__contact-item i {
      color: var(--coffee-brand);
      margin-top: 2px;
    }

    .bk-modal__contact-item a {
      color: #fff;
      text-decoration: none;
    }

    .bk-modal__contact-item a:hover {
      color: var(--coffee-brand);
    }

    body.bk-modal-open {
      overflow: hidden;
    }

    /* Нижний title — невидимый якорь для координат верхней фразы */
    .about-area .bk-about-title-wrap {
      display: block !important;
      margin-bottom: 36px;
      margin-top: -220px;
      opacity: 1;
      transform: none;
      text-align: center;
      width: 100%;
      position: relative;
      pointer-events: none;
    }

    .about-area .bk-about-title-wrap .title-wrapper {
      text-align: center;
    }

    .about-area .bk-about-title {
      font-family: "Oswald", sans-serif !important;
      font-size: clamp(28px, 3.2vw, 44px) !important;
      font-weight: 600 !important;
      line-height: 0.95 !important;
      letter-spacing: -0.02em;
      text-transform: uppercase;
      color: #ff0000 !important;
      display: inline-block !important;
      text-align: left;
      position: relative;
      bottom: -20px;
      visibility: hidden;
    }

    .about-area .bk-about-title .bk-line {
      display: block;
    }

    @media only screen and (max-width: 1199px) {
      .about-area .bk-about-title-wrap {
        margin-top: -100px;
      }
    }

    /* Одинаковая высота картинок в «Популярные позиции» */
    .work-area .works-wrapper-1 .work-box .thumb .image {
      aspect-ratio: 3 / 2;
      height: auto;
    }

    .work-area .works-wrapper-1 .work-box .thumb .image a {
      display: block;
      width: 100%;
      height: 100%;
    }

    .work-area .works-wrapper-1 .work-box .thumb .image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block;
    }

    .funfact-area .section-header {
      margin-top: 250px;
    }
  
/* ===== Inner pages ===== */
.bk-page {
  background: #171717;
}
.bk-page-hero {
  padding: 160px 0 80px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  position: relative;
  overflow: hidden;
}
.bk-page-hero::before {
  content: "";
  position: absolute;
  inset: auto -10% -40% auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(244, 172, 8, 0.12);
  filter: blur(10px);
  pointer-events: none;
}
.bk-page-hero__eyebrow {
  margin: 0 0 14px;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--coffee-brand);
}
.bk-page-hero__title {
  margin: 0 0 18px;
  font-family: "Oswald", sans-serif;
  font-size: clamp(42px, 7vw, 84px);
  font-weight: 600;
  line-height: 0.95;
  text-transform: uppercase;
  color: #fff;
  max-width: 900px;
}
.bk-page-hero__text {
  margin: 0;
  max-width: 620px;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255,255,255,0.65);
}
.bk-page-section {
  padding: 90px 0;
}
.bk-page-section--alt {
  background: rgba(255,255,255,0.02);
}
.bk-page-grid {
  display: grid;
  gap: 28px 40px;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: start;
}
.bk-page-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
.bk-page-grid--2 {
  grid-template-columns: repeat(2, 1fr);
}
.bk-card {
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 18px;
  padding: 28px;
  background: rgba(255,255,255,0.03);
  height: 100%;
}
.bk-card__num {
  display: inline-block;
  margin-bottom: 14px;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: var(--coffee-brand);
}
.bk-card__title {
  margin: 0 0 12px;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.bk-card__text {
  margin: 0;
  color: rgba(255,255,255,0.65);
  line-height: 1.55;
}
.bk-card__meta {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.bk-card__meta span {
  border: 1px solid rgba(244,172,8,0.35);
  color: var(--coffee-brand);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.bk-card__thumb {
  margin: -28px -28px 22px;
  border-radius: 18px 18px 0 0;
  overflow: hidden;
  aspect-ratio: 3/2;
}
.bk-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bk-lead {
  font-size: 22px;
  line-height: 1.45;
  color: rgba(255,255,255,0.8);
  margin: 0 0 24px;
}
.bk-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.bk-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: rgba(255,255,255,0.72);
}
.bk-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--coffee-brand);
  flex-shrink: 0;
}
.bk-stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.bk-stat {
  border-top: 1px solid rgba(244,172,8,0.45);
  padding-top: 18px;
}
.bk-stat__num {
  font-family: "Oswald", sans-serif;
  font-size: clamp(36px, 5vw, 56px);
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
}
.bk-stat__text {
  color: rgba(255,255,255,0.6);
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
}
.bk-map-card {
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.1);
  padding: 32px;
  background: linear-gradient(160deg, rgba(244,172,8,0.12), rgba(255,255,255,0.03));
}
.bk-map-card h3 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 32px;
  margin: 0 0 16px;
}
.bk-map-card p, .bk-map-card a {
  color: rgba(255,255,255,0.75);
}
.bk-map-card a:hover {
  color: var(--coffee-brand);
}
.main-menu ul li a.is-active {
  color: var(--coffee-brand) !important;
}
@media (max-width: 991px) {
  .bk-page-grid,
  .bk-page-grid--3,
  .bk-page-grid--2,
  .bk-stat-row {
    grid-template-columns: 1fr;
  }
  .bk-page-hero {
    padding: 130px 0 60px;
  }
  .bk-page-section {
    padding: 60px 0;
  }
}

.bk-policy {
  max-width: 820px;
}

.bk-policy h2 {
  font-family: "Oswald", sans-serif;
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
  margin: 36px 0 12px;
}

.bk-policy p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 12px;
}

.bk-policy a {
  color: var(--coffee-brand);
}

.bk-policy a:hover {
  color: #ffc12a;
}

/* ===== Coffee detail page ===== */
.bk-coffee-hero-actions {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bk-coffee-section-head {
  margin-bottom: 48px;
  max-width: 720px;
}

.bk-coffee-section-title {
  margin: 0 0 14px;
  font-family: "Oswald", sans-serif;
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

.bk-coffee-section-text {
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.65);
}

.bk-coffee-detail {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 56px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
}

.bk-coffee-detail:last-child {
  margin-bottom: 0;
}

.bk-coffee-detail--reverse .bk-coffee-detail__media {
  order: 2;
}

.bk-coffee-detail--reverse .bk-coffee-detail__body {
  order: 1;
}

.bk-coffee-detail__media {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #111;
}

.bk-coffee-detail__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bk-coffee-detail__title {
  margin: 0 0 14px;
  font-family: "Oswald", sans-serif;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.05;
}

.bk-coffee-specs {
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 20px;
}

.bk-coffee-specs div {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 12px;
}

.bk-coffee-specs dt {
  margin: 0 0 4px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.bk-coffee-specs dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  line-height: 1.4;
}

.bk-coffee-notes {
  margin-top: 22px;
  padding: 16px 18px;
  border-radius: 14px;
  background: rgba(244, 172, 8, 0.08);
  border: 1px solid rgba(244, 172, 8, 0.22);
}

.bk-coffee-notes__label {
  margin: 0 0 6px;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--coffee-brand);
}

.bk-coffee-notes__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  font-size: 15px;
}

.bk-coffee-bars {
  margin-top: 22px;
  display: grid;
  gap: 12px;
}

.bk-coffee-bar {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 12px;
  align-items: center;
}

.bk-coffee-bar > span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}

.bk-coffee-bar__track {
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.bk-coffee-bar__track i {
  display: block;
  height: 100%;
  width: var(--w, 50%);
  border-radius: inherit;
  background: linear-gradient(90deg, var(--coffee-brand-dark), var(--coffee-brand));
}

@media (max-width: 991px) {
  .bk-coffee-detail,
  .bk-coffee-detail--reverse {
    grid-template-columns: 1fr;
  }

  .bk-coffee-detail--reverse .bk-coffee-detail__media,
  .bk-coffee-detail--reverse .bk-coffee-detail__body {
    order: initial;
  }

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

  .bk-coffee-bar {
    grid-template-columns: 84px 1fr;
  }
}

@media (max-width: 575px) {
  .bk-coffee-detail {
    padding: 18px;
    margin-bottom: 28px;
  }
}
