:root {
  --bgc-espresso: #2b1810;
  --bgc-roast: #6f3d20;
  --bgc-caramel: #c68043;
  --bgc-cream: #f6efe5;
  --bgc-paper: #fffdf9;
  --bgc-ink: #201b18;
  --bgc-muted: #6d625b;
}

.bgc-language-switcher {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 99990;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px;
  border: 1px solid rgba(43, 24, 16, .15);
  border-radius: 999px;
  background: rgba(255, 253, 249, .96);
  box-shadow: 0 10px 30px rgba(43, 24, 16, .18);
  backdrop-filter: blur(10px);
}

.bgc-language-switcher a {
  display: block;
  padding: 9px 11px;
  border-radius: 999px;
  color: var(--bgc-espresso);
  font: 700 12px/1 Arial, sans-serif;
  letter-spacing: .06em;
  text-decoration: none;
}

.bgc-language-switcher a.is-active { background: var(--bgc-espresso); color: #fff; }
.bgc-language-switcher span { color: #a49487; }

.bgc-home { color: var(--bgc-ink); background: var(--bgc-paper); overflow: hidden; }
.bgc-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.bgc-hero { min-height: 660px; display: grid; align-items: center; background: radial-gradient(circle at 80% 20%, rgba(198,128,67,.5), transparent 35%), linear-gradient(125deg, #24130d 0%, #4a2818 58%, #7b4728 100%); color: #fff; }
.bgc-hero__content { max-width: 1180px; padding: 100px 0; }
.bgc-eyebrow,.bgc-kicker { margin: 0 0 18px; color: var(--bgc-caramel); font: 800 12px/1.4 Arial,sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.bgc-hero .bgc-eyebrow { color: #efc89e; }
.bgc-hero h1 { max-width: 840px; margin: 0; color: #fff; font-size: clamp(48px, 7vw, 92px); line-height: .98; letter-spacing: -.045em; }
.bgc-hero p:not(.bgc-eyebrow) { max-width: 680px; margin: 28px 0 0; color: rgba(255,255,255,.82); font-size: clamp(17px,2vw,21px); line-height: 1.65; }
.bgc-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.bgc-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 22px; border: 1px solid var(--bgc-espresso); border-radius: 999px; background: var(--bgc-espresso); color: #fff!important; font-size: 14px; font-weight: 800; text-decoration: none!important; }
.bgc-button--ghost { border-color: rgba(255,255,255,.55); background: transparent; }
.bgc-trust { border-bottom: 1px solid rgba(43,24,16,.1); background: var(--bgc-cream); }
.bgc-trust__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; }
.bgc-trust span { padding: 23px 14px; text-align: center; color: var(--bgc-espresso); font-size: 13px; font-weight: 800; letter-spacing: .04em; }
.bgc-section { padding: 92px 0; }
.bgc-section h2 { max-width: 820px; margin: 0 0 42px; color: var(--bgc-espresso); font-size: clamp(36px,5vw,62px); line-height: 1.03; letter-spacing: -.035em; }
.bgc-category-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.bgc-category-grid a { min-height: 260px; display: flex; flex-direction: column; justify-content: flex-end; gap: 12px; padding: 30px; border: 1px solid rgba(43,24,16,.1); border-radius: 22px; color: #fff!important; text-decoration: none!important; background: linear-gradient(155deg,#3a2115,#7a4425); box-shadow: 0 18px 45px rgba(43,24,16,.1); transition: transform .2s ease, box-shadow .2s ease; }
.bgc-category-grid a:nth-child(2) { background: linear-gradient(155deg,#70401f,#b16c36); }
.bgc-category-grid a:nth-child(3) { background: linear-gradient(155deg,#171514,#4b4540); }
.bgc-category-grid a:hover { transform: translateY(-4px); box-shadow: 0 24px 55px rgba(43,24,16,.18); }
.bgc-category-grid strong { font-size: 27px; line-height: 1.1; }
.bgc-category-grid span { color: rgba(255,255,255,.78); line-height: 1.6; }
.bgc-section--products { background: var(--bgc-cream); }
.bgc-section--products ul.products { margin-top: 40px!important; }
.bgc-section--products ul.products li.product { padding: 14px 14px 22px!important; border-radius: 18px; background: #fff; box-shadow: 0 10px 30px rgba(43,24,16,.07); }
.bgc-section--products ul.products img { border-radius: 13px; }
.bgc-story__grid { display: grid; grid-template-columns: 1.35fr .8fr; gap: 70px; align-items: start; }
.bgc-story p { color: var(--bgc-muted); font-size: 17px; line-height: 1.75; }
.bgc-text-link { color: var(--bgc-roast)!important; font-weight: 800; text-decoration: none!important; }
.bgc-story aside { padding: 32px; border-radius: 22px; background: var(--bgc-espresso); color: #fff; }
.bgc-story aside h3 { margin: 0 0 24px; color: #fff; font-size: 28px; }
.bgc-story dt { margin-top: 18px; color: #efc89e; font-weight: 800; }
.bgc-story dd { margin: 7px 0 0; color: rgba(255,255,255,.76); line-height: 1.55; }
.bgc-faq { background: #ece1d3; }
.bgc-faq details { max-width: 900px; border-top: 1px solid rgba(43,24,16,.16); padding: 22px 0; }
.bgc-faq details:last-child { border-bottom: 1px solid rgba(43,24,16,.16); }
.bgc-faq summary { cursor: pointer; color: var(--bgc-espresso); font-size: 20px; font-weight: 800; }
.bgc-faq details p { max-width: 760px; color: var(--bgc-muted); line-height: 1.7; }
.bgc-visit { background: var(--bgc-espresso); color: #fff; }
.bgc-visit__grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: 70px; }
.bgc-visit h2,.bgc-visit h3 { color: #fff; }
.bgc-visit h2 { margin-bottom: 25px; }
.bgc-visit h3 { margin: 0 0 15px; font-size: 26px; }
.bgc-visit p,.bgc-visit a:not(.bgc-button) { color: rgba(255,255,255,.78); line-height: 1.7; }
.bgc-visit .bgc-button { margin-top: 16px; border-color: #fff; background: #fff; color: var(--bgc-espresso)!important; }
.bgc-archive-intro { max-width: 900px; margin: 0 0 34px; padding: 22px 26px; border-left: 4px solid var(--bgc-caramel); background: var(--bgc-cream); }
.bgc-archive-intro p { margin: 0; color: var(--bgc-muted); font-size: 17px; line-height: 1.7; }
.bgc-coffee-facts { margin: 20px 0; padding-left: 20px; }
.bgc-coffee-facts li { margin: 7px 0; }
.bgc-product-intro { margin: 16px 0 20px; color: #33271f; line-height: 1.65; }

@media (max-width: 900px) {
  .bgc-trust__grid { grid-template-columns: repeat(2,1fr); }
  .bgc-category-grid { grid-template-columns: 1fr; }
  .bgc-category-grid a { min-height: 210px; }
  .bgc-story__grid,.bgc-visit__grid { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 600px) {
  .bgc-shell { width: min(100% - 28px,1180px); }
  .bgc-hero { min-height: 590px; }
  .bgc-hero__content { padding: 82px 0; }
  .bgc-hero h1 { font-size: 46px; }
  .bgc-section { padding: 68px 0; }
  .bgc-section h2 { font-size: 38px; }
  .bgc-trust span { padding: 18px 8px; font-size: 11px; }
  .bgc-language-switcher { right: 12px; bottom: 12px; }
}
