:root {
  --bf-ink: #1e1b16;
  --bf-muted: #6f665a;
  --bf-cream: #f7f0e6;
  --bf-paper: #fffaf3;
  --bf-olive: #263d2b;
  --bf-olive-soft: #617247;
  --bf-tomato: #a83c2f;
  --bf-red: #8f1f2e;
  --bf-gold: #b98a46;
  --bf-line: rgba(30, 27, 22, .14);
}

/* Global header and footer refinement for Basso Foods. */
#header,
.ct-header,
.site-header {
  display: none !important;
}

.basso-global-header {
  background: rgba(255, 253, 248, .97);
  box-shadow: 0 12px 34px rgba(30, 27, 22, .07);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  left: 0;
  overflow: visible;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9990;
}

.admin-bar .basso-global-header {
  top: 32px;
}

.basso-header-accent {
  background: linear-gradient(90deg, #008c45 0 33.33%, #fffdf8 33.33% 66.66%, var(--bf-red) 66.66% 100%);
  height: 4px;
}

.basso-header-inner {
  align-items: center;
  display: grid;
  gap: 22px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  margin: 0 auto;
  min-height: 92px;
  width: min(1240px, calc(100vw - 42px));
}

.basso-header-brand {
  align-items: center;
  color: #11231b !important;
  display: inline-flex;
  font-size: 25px;
  font-weight: 850;
  gap: 12px;
  letter-spacing: 0;
  text-decoration: none !important;
  white-space: nowrap;
}

.basso-header-brand img {
  background: #fffdf8;
  border: 1px solid rgba(143, 31, 46, .18);
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(30, 27, 22, .08);
  height: 46px;
  object-fit: contain;
  padding: 3px;
  width: 46px;
}

.basso-desktop-nav {
  align-items: center;
  display: flex;
  gap: 6px;
  justify-content: flex-end;
  min-width: 0;
}

.basso-desktop-nav > a,
.basso-nav-item > a {
  color: rgba(17, 35, 27, .78) !important;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  padding: 18px 11px;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
}

.basso-desktop-nav > a:hover,
.basso-nav-item:hover > a,
.basso-nav-item:focus-within > a {
  color: var(--bf-red) !important;
}

.basso-nav-item {
  position: relative;
}

.basso-nav-item > a::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  content: "";
  margin-left: 8px;
  margin-top: 3px;
}

.basso-submenu {
  background: #fffdf8;
  border: 1px solid rgba(143, 31, 46, .16);
  box-shadow: 0 24px 60px rgba(17, 35, 27, .13);
  left: 50%;
  min-width: 236px;
  opacity: 0;
  padding: 10px;
  pointer-events: none;
  position: absolute;
  top: calc(100% - 4px);
  transform: translate(-50%, 10px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  visibility: hidden;
  z-index: 3;
}

.basso-submenu::before {
  background: var(--bf-red);
  content: "";
  height: 3px;
  left: 10px;
  position: absolute;
  right: 10px;
  top: 0;
}

.basso-nav-item:hover .basso-submenu,
.basso-nav-item:focus-within .basso-submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible;
}

.basso-submenu a {
  border-bottom: 1px solid rgba(17, 35, 27, .09);
  color: rgba(17, 35, 27, .78) !important;
  display: block;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.35;
  padding: 13px 12px;
  text-transform: none;
}

.basso-submenu a:last-child {
  border-bottom: 0;
}

.basso-submenu a:hover {
  background: rgba(143, 31, 46, .06);
  color: var(--bf-red) !important;
}

.basso-header-cta {
  background: var(--bf-red);
  border: 1px solid var(--bf-red);
  color: #fff !important;
  display: inline-flex;
  font-size: 11px;
  font-weight: 950;
  justify-content: center;
  letter-spacing: .11em;
  line-height: 1;
  min-height: 42px;
  padding: 15px 17px;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
}

.basso-header-cta:hover {
  background: #11231b;
  border-color: #11231b;
}

.basso-mobile-menu {
  display: none;
}

.basso-mobile-menu summary {
  align-items: center;
  background: #11231b;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 11px;
  font-weight: 950;
  gap: 10px;
  justify-content: center;
  letter-spacing: .12em;
  list-style: none;
  min-height: 42px;
  padding: 14px 16px;
  text-transform: uppercase;
}

.basso-mobile-menu summary::-webkit-details-marker {
  display: none;
}

.basso-mobile-menu summary::after {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  height: 7px;
  transform: rotate(45deg) translateY(-2px);
  width: 7px;
}

.basso-mobile-menu[open] summary::after {
  transform: rotate(225deg) translate(-1px, -1px);
}

.basso-mobile-menu nav {
  background: #fffdf8;
  border-top: 3px solid var(--bf-red);
  box-shadow: 0 22px 50px rgba(17, 35, 27, .16);
  left: 0;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  padding: 10px 20px 18px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 4;
}

.basso-mobile-menu:not([open]) nav {
  display: none;
}

.basso-mobile-menu[open] nav {
  display: block;
}

.basso-mobile-menu nav a {
  border-bottom: 1px solid rgba(17, 35, 27, .12);
  color: #11231b !important;
  display: block;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: .06em;
  padding: 16px 0;
  text-transform: uppercase;
}

.basso-mobile-menu nav a.basso-mobile-cta {
  background: var(--bf-red);
  border-bottom: 0;
  color: #fff !important;
  margin-top: 16px;
  padding: 15px;
  text-align: center;
}

.ct-footer,
#footer {
  display: none !important;
}

.basso-global-footer {
  background:
    radial-gradient(circle at 84% 16%, rgba(185, 138, 70, .18), transparent 28%),
    linear-gradient(135deg, #111f19 0%, #17251f 58%, #2b1519 100%);
  color: #fff;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  margin-top: 0;
  overflow: hidden;
  position: relative;
}

.basso-footer-stripe {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  height: 6px;
}

.basso-footer-stripe span:nth-child(1) {
  background: #008c45;
}

.basso-footer-stripe span:nth-child(2) {
  background: #f4f0e8;
}

.basso-footer-stripe span:nth-child(3) {
  background: var(--bf-red);
}

.basso-footer-inner {
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1fr);
  margin: 0 auto;
  padding: 68px 0 54px;
  width: min(1180px, calc(100vw - 42px));
}

.basso-footer-brand h2 {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin: 18px 0 0;
  max-width: 620px;
}

.basso-footer-logo {
  align-items: center;
  background: #fffdf8;
  border: 1px solid rgba(255, 255, 255, .18);
  display: inline-flex;
  min-height: 76px;
  justify-content: center;
  padding: 12px 18px;
  text-decoration: none !important;
}

.basso-footer-logo span {
  color: #111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1;
}

.basso-footer-kicker {
  color: #e5bf79;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  margin: 22px 0 0;
  text-transform: uppercase;
}

.basso-footer-nav {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.basso-footer-nav div {
  border-left: 1px solid rgba(255, 255, 255, .14);
  min-height: 190px;
  padding-left: 22px;
}

.basso-footer-nav h3 {
  color: #e5bf79;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .15em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.basso-footer-nav a,
.basso-footer-nav span {
  color: rgba(255, 255, 255, .78) !important;
  display: block;
  font-size: 15px;
  line-height: 1.45;
  margin: 0 0 12px;
  text-decoration: none !important;
}

.basso-footer-nav a:hover {
  color: #fff !important;
}

.basso-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .6);
  display: flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: space-between;
  letter-spacing: .1em;
  margin: 0 auto;
  padding: 18px 0 24px;
  text-transform: uppercase;
  width: min(1180px, calc(100vw - 42px));
}

body {
  background: var(--bf-paper);
  padding-top: 96px;
}

.wp-site-blocks {
  padding-top: 0;
}

body.page .entry-header,
body.page .hero-section {
  display: none !important;
}

.entry-content > .bf-site:first-child {
  margin-top: 0;
}

.bf-site {
  color: var(--bf-ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bf-site * {
  box-sizing: border-box;
}

.bf-site a {
  color: inherit;
}

.bf-wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.bf-eyebrow {
  color: var(--bf-tomato);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.bf-site h1,
.bf-site h2,
.bf-site h3 {
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0;
}

.bf-site h1 {
  font-size: clamp(46px, 7vw, 86px);
  max-width: 900px;
}

.bf-site h2 {
  font-size: clamp(34px, 4vw, 58px);
}

.bf-site h3 {
  font-size: 25px;
}

.bf-hero {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(20, 26, 19, .86), rgba(20, 26, 19, .52) 48%, rgba(20, 26, 19, .2)),
    url("https://bassofoods.com/wp-content/uploads/2026/04/1392406980.jpg") center/cover no-repeat;
  color: #fff;
  display: flex;
  min-height: 680px;
}

.bf-site .bf-hero h1,
.bf-site .bf-hero-grid > div:first-child h2,
.bf-site .bf-hero-grid > div:first-child p {
  color: #fff !important;
}

.bf-site .bf-hero > .bf-wrap .bf-logo-card h3 {
  color: var(--bf-ink) !important;
}

.bf-site .bf-hero > .bf-wrap .bf-logo-card p {
  color: var(--bf-muted) !important;
}

.bf-hero-grid {
  align-items: end;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1.05fr) 360px;
}

.bf-logo-card {
  background: rgba(255, 250, 243, .92);
  border: 1px solid rgba(255, 255, 255, .5);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .22);
  color: var(--bf-ink);
  padding: 26px;
}

.bf-logo-card img {
  height: auto;
  width: 92px;
}

.bf-lead {
  color: rgba(255, 255, 255, .9);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
  max-width: 760px;
}

.bf-copy,
.bf-card p {
  color: var(--bf-muted);
  font-size: 18px;
  line-height: 1.68;
}

.bf-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.bf-btn {
  align-items: center;
  background: var(--bf-ink);
  border: 1px solid var(--bf-ink);
  color: #fff !important;
  display: inline-flex;
  font-weight: 750;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  text-decoration: none;
}

.bf-btn.alt {
  background: transparent;
  border-color: rgba(255, 255, 255, .65);
  color: #fff !important;
}

.bf-btn.light {
  background: var(--bf-paper);
  border-color: var(--bf-paper);
  color: var(--bf-ink) !important;
}

.bf-band {
  padding: 92px 0;
}

.bf-band.cream {
  background: var(--bf-cream);
}

.bf-band.olive {
  background: var(--bf-olive);
  color: #fff;
}

.bf-split {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: 1fr 1fr;
}

.bf-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.bf-grid.four {
  grid-template-columns: repeat(4, 1fr);
}

.bf-card {
  background: var(--bf-paper);
  border: 1px solid var(--bf-line);
  min-height: 190px;
  padding: 28px;
}

.bf-card strong {
  color: var(--bf-tomato);
  display: block;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .12em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.bf-stat {
  border-top: 1px solid rgba(255, 255, 255, .25);
  padding-top: 18px;
}

.bf-stat b {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  line-height: 1;
}

.bf-stat p {
  color: rgba(255, 255, 255, .82);
  line-height: 1.6;
}

.bf-photo {
  background: url("https://bassofoods.com/wp-content/uploads/2026/04/1480031050-2.jpg") center/cover no-repeat;
  border: 1px solid var(--bf-line);
  min-height: 470px;
}

.bf-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.bf-list li {
  border-bottom: 1px solid var(--bf-line);
  font-weight: 650;
  padding: 14px 0;
}

.bf-kicker {
  color: var(--bf-muted);
  font-size: 22px;
  line-height: 1.45;
}

.bf-contact-box {
  background: var(--bf-paper);
  border: 1px solid var(--bf-line);
  padding: 34px;
}

.bf-contact-box a {
  font-weight: 800;
  text-decoration: none;
}

.bf-note {
  color: var(--bf-muted);
  font-size: 14px;
  line-height: 1.6;
}

.bf-brand-strip {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(6, 1fr);
}

.bf-brand-strip span {
  align-items: center;
  background: #fff;
  border: 1px solid var(--bf-line);
  display: flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  min-height: 72px;
  padding: 18px 10px;
  text-align: center;
}

.bf-process {
  counter-reset: step;
  display: grid;
  gap: 16px;
}

.bf-process div {
  background: #fff;
  border: 1px solid var(--bf-line);
  padding: 24px 24px 24px 70px;
  position: relative;
}

.bf-process div::before {
  align-items: center;
  background: var(--bf-olive);
  border-radius: 50%;
  color: #fff;
  content: counter(step);
  counter-increment: step;
  display: flex;
  font-weight: 800;
  height: 30px;
  justify-content: center;
  left: 24px;
  position: absolute;
  top: 24px;
  width: 30px;
}

.bf-footer-cta {
  background:
    linear-gradient(90deg, rgba(38, 61, 43, .96), rgba(38, 61, 43, .82)),
    url("https://bassofoods.com/wp-content/uploads/2026/04/1480031050-2.jpg") center/cover no-repeat;
  color: #fff;
  padding: 80px 0;
}

.bf-footer-cta p {
  color: rgba(255, 255, 255, .84);
}

@media (max-width: 900px) {
  body {
    padding-top: 86px;
  }

  .basso-header-inner {
    grid-template-columns: auto 1fr auto;
    min-height: 82px;
  }

  .basso-desktop-nav,
  .basso-header-cta {
    display: none;
  }

  .basso-mobile-menu {
    display: flex;
    justify-content: flex-end;
    position: static;
  }

  .bf-hero {
    min-height: 620px;
  }

  .bf-hero-grid,
  .bf-split {
    grid-template-columns: 1fr;
  }

  .bf-logo-card {
    display: none;
  }

  .bf-grid,
  .bf-grid.four,
  .bf-brand-strip {
    grid-template-columns: 1fr 1fr;
  }

  .bf-band {
    padding: 64px 0;
  }
}

@media (max-width: 560px) {
  body {
    padding-top: 80px;
  }

  .admin-bar .basso-global-header {
    top: 46px;
  }

  .basso-header-inner {
    gap: 12px;
    min-height: 76px;
    width: min(100% - 24px, 1240px);
  }

  .basso-header-brand {
    font-size: 22px;
  }

  .basso-header-brand img {
    height: 40px;
    width: 40px;
  }

  .basso-mobile-menu summary {
    min-height: 40px;
    padding: 13px 14px;
  }

  .bf-wrap {
    width: min(100% - 28px, 1180px);
  }

  .bf-grid,
  .bf-grid.four,
  .bf-brand-strip {
    grid-template-columns: 1fr;
  }

  .bf-site h1 {
    font-size: 43px;
  }

  .bf-photo {
    min-height: 320px;
  }

  .bf-card {
    min-height: auto;
  }
}

/* v0.2 refined direction: editorial B2B catalogue, cleaner and more usable. */
#main {
  background: var(--bf-paper);
}

#header [data-row] {
  box-shadow: none;
}

#header .ct-container {
  max-width: 1220px;
}

#header a {
  letter-spacing: .03em;
}

.bf-wrap {
  width: min(1220px, calc(100% - 40px));
}

.bf-home .bf-hero {
  background: var(--bf-paper);
  color: var(--bf-ink);
  display: block;
  min-height: auto;
  padding: 76px 0 34px;
}

.bf-home .bf-hero-grid {
  align-items: center;
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(0, .96fr) minmax(360px, .7fr);
}

.bf-home .bf-hero h1 {
  color: var(--bf-ink) !important;
  font-size: clamp(48px, 6.2vw, 92px);
  max-width: 820px;
}

.bf-home .bf-hero-meta {
  border-left: 3px solid var(--bf-tomato);
  color: var(--bf-muted);
  font-size: 18px;
  line-height: 1.65;
  margin-top: 24px;
  max-width: 650px;
  padding-left: 22px;
}

.bf-home .bf-hero-visual {
  display: grid;
  gap: 18px;
}

.bf-home .bf-image-panel {
  background:
    linear-gradient(180deg, rgba(30, 27, 22, .04), rgba(30, 27, 22, .22)),
    url("https://bassofoods.com/wp-content/uploads/2026/04/1392406980.jpg") center/cover no-repeat;
  min-height: 430px;
  position: relative;
}

.bf-home .bf-image-panel::after {
  background: var(--bf-tomato);
  bottom: 26px;
  content: "";
  height: 4px;
  left: 26px;
  position: absolute;
  width: 88px;
}

.bf-home .bf-sourcing-note {
  align-items: center;
  background: #fff;
  border: 1px solid var(--bf-line);
  display: grid;
  gap: 18px;
  grid-template-columns: 74px 1fr;
  padding: 18px;
}

.bf-home .bf-sourcing-note img {
  height: auto;
  width: 74px;
}

.bf-home .bf-sourcing-note p {
  color: var(--bf-muted);
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}

.bf-quick-nav {
  background: #fff;
  border-bottom: 1px solid var(--bf-line);
  border-top: 1px solid var(--bf-line);
}

.bf-quick-nav .bf-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.bf-quick-nav a {
  border-right: 1px solid var(--bf-line);
  display: grid;
  gap: 6px;
  min-height: 96px;
  padding: 20px;
  text-decoration: none;
}

.bf-quick-nav a:first-child {
  border-left: 1px solid var(--bf-line);
}

.bf-quick-nav strong {
  color: var(--bf-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.05;
}

.bf-quick-nav span {
  color: var(--bf-muted);
  font-size: 13px;
  line-height: 1.35;
}

.bf-editorial-intro {
  border-bottom: 1px solid var(--bf-line);
  border-top: 1px solid var(--bf-line);
  display: grid;
  gap: 34px;
  grid-template-columns: .82fr 1fr;
  padding: 46px 0;
}

.bf-category-list {
  border-top: 1px solid var(--bf-line);
  display: grid;
}

.bf-category-row {
  align-items: center;
  border-bottom: 1px solid var(--bf-line);
  color: inherit;
  display: grid;
  gap: 22px;
  grid-template-columns: 120px 1fr 180px;
  padding: 22px 0;
  text-decoration: none;
}

.bf-category-row small {
  color: var(--bf-tomato);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.bf-category-row strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.04;
}

.bf-category-row span {
  color: var(--bf-muted);
  line-height: 1.45;
}

.bf-service-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.1fr .9fr;
}

.bf-service-card {
  background: #fff;
  border: 1px solid var(--bf-line);
  padding: 28px;
}

.bf-service-card.dark {
  background: var(--bf-olive);
  color: #fff;
}

.bf-service-card.dark p,
.bf-service-card.dark .bf-note {
  color: rgba(255, 255, 255, .78);
}

.bf-proof-strip {
  background: var(--bf-ink);
  color: #fff;
  padding: 30px 0;
}

.bf-proof-strip .bf-wrap {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: 1.1fr repeat(3, .7fr);
}

.bf-proof-strip p {
  color: rgba(255, 255, 255, .72);
  line-height: 1.5;
  margin: 0;
}

.bf-proof-strip b {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1;
}

.bf-home .bf-footer-cta {
  background:
    linear-gradient(90deg, rgba(247, 240, 230, .96), rgba(247, 240, 230, .84)),
    url("https://bassofoods.com/wp-content/uploads/2026/04/1480031050-2.jpg") center/cover no-repeat;
  color: var(--bf-ink);
}

.bf-home .bf-footer-cta p {
  color: var(--bf-muted);
}

.bf-home .bf-footer-cta .bf-btn.alt {
  border-color: var(--bf-ink);
  color: var(--bf-ink) !important;
}

@media (max-width: 900px) {
  .basso-header-inner {
    grid-template-columns: auto 1fr auto;
    min-height: 82px;
  }

  .basso-desktop-nav,
  .basso-header-cta {
    display: none;
  }

  .basso-mobile-menu {
    display: flex;
    justify-content: flex-end;
    position: static;
  }

  .basso-footer-inner,
  .basso-footer-nav {
    grid-template-columns: 1fr;
  }

  .basso-footer-inner {
    gap: 38px;
  }

  .basso-footer-nav div {
    min-height: auto;
  }

  .bf-home .bf-hero-grid,
  .bf-editorial-intro,
  .bf-service-grid,
  .bf-proof-strip .bf-wrap {
    grid-template-columns: 1fr;
  }

  .bf-quick-nav .bf-wrap {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .basso-header-inner {
    gap: 12px;
    min-height: 76px;
    width: min(100% - 24px, 1240px);
  }

  .basso-header-brand {
    font-size: 22px;
  }

  .basso-header-brand img {
    height: 40px;
    width: 40px;
  }

  .basso-mobile-menu summary {
    min-height: 40px;
    padding: 13px 14px;
  }

  .basso-footer-inner {
    padding: 48px 0 36px;
  }

  .basso-footer-bottom {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr;
  }

  .bf-home .bf-hero h1 {
    font-size: 43px;
  }

  .bf-quick-nav .bf-wrap,
  .bf-category-row,
  .bf-home .bf-sourcing-note {
    grid-template-columns: 1fr;
  }

  .bf-category-row {
    gap: 8px;
  }
}

/* v0.5 premium editorial system: more space, shorter copy, stronger visual rhythm. */
.bf-site {
  background:
    linear-gradient(180deg, rgba(255, 250, 243, 1), rgba(247, 240, 230, .64) 42%, rgba(255, 250, 243, 1));
}

.bf-site p {
  margin: 0;
}

.bf-site .bf-btn {
  border-radius: 0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  min-height: 52px;
  padding: 16px 22px;
  text-transform: uppercase;
}

.bf-site .bf-btn:not(.alt):not(.light) {
  background: var(--bf-red);
  border-color: var(--bf-red);
}

.bf-site .bf-btn:not(.alt):not(.light):hover,
.bf-site .bf-btn.light:hover {
  background: #11231b;
  border-color: #11231b;
  color: #fff !important;
}

.bf-hero.bf-premium-hero {
  background:
    linear-gradient(110deg, rgba(255, 250, 243, 1) 0 48%, rgba(247, 240, 230, .82) 48% 100%);
  color: var(--bf-ink);
  display: block;
  min-height: auto;
  overflow: hidden;
  padding: clamp(74px, 8vw, 118px) 0 clamp(50px, 6vw, 82px);
  position: relative;
}

.bf-premium-hero::before {
  background: linear-gradient(180deg, #008c45 0 33.3%, #f6f1e8 33.3% 66.6%, var(--bf-red) 66.6% 100%);
  bottom: clamp(38px, 5vw, 70px);
  content: "";
  left: max(20px, calc((100vw - 1220px) / 2));
  position: absolute;
  top: clamp(74px, 8vw, 118px);
  width: 5px;
}

.bf-premium-hero .bf-hero-grid {
  align-items: center;
  gap: clamp(46px, 7vw, 96px);
  grid-template-columns: minmax(0, .88fr) minmax(430px, .72fr);
}

.bf-premium-hero .bf-hero-grid > div:first-child {
  padding-left: clamp(28px, 3vw, 48px);
}

.bf-premium-hero h1 {
  color: var(--bf-ink) !important;
  font-size: clamp(54px, 7.7vw, 110px);
  line-height: .93;
  max-width: 850px;
}

.bf-premium-hero .bf-leadline {
  color: #3f382f !important;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.24;
  margin-top: 24px;
  max-width: 650px;
}

.bf-site .bf-premium-hero .bf-hero-grid > div:first-child p.bf-leadline {
  color: #3f382f !important;
}

.bf-premium-hero .bf-hero-meta {
  border-left: 0;
  color: var(--bf-muted) !important;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 18px;
  max-width: 590px;
  padding-left: 0;
}

.bf-site .bf-premium-hero .bf-hero-grid > div:first-child p.bf-hero-meta {
  color: var(--bf-muted) !important;
}

.bf-premium-hero .bf-btn.alt {
  border-color: var(--bf-ink);
  color: var(--bf-ink) !important;
}

.bf-trust-row {
  border-top: 1px solid var(--bf-line);
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
  max-width: 710px;
  padding-top: 22px;
}

.bf-trust-row span {
  color: var(--bf-muted) !important;
  display: grid;
  font-size: 13px;
  gap: 4px;
  line-height: 1.35;
}

.bf-trust-row b {
  color: var(--bf-red);
  font-size: 12px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.bf-visual-stack {
  min-height: 590px;
  position: relative;
}

.bf-visual-card {
  background: #fff;
  border: 1px solid rgba(30, 27, 22, .13);
  box-shadow: 0 30px 70px rgba(30, 27, 22, .13);
  overflow: hidden;
  position: absolute;
}

.bf-visual-card.main {
  bottom: 34px;
  left: 0;
  right: 74px;
  top: 0;
}

.bf-visual-card.side {
  bottom: 0;
  height: 46%;
  right: 0;
  width: 46%;
  z-index: 2;
}

.bf-visual-card img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.bf-visual-label {
  background: #11231b;
  bottom: 22px;
  color: #fff;
  display: grid;
  gap: 5px;
  left: 22px;
  padding: 18px 20px;
  position: absolute;
  width: min(310px, calc(100% - 44px));
  z-index: 3;
}

.bf-visual-label strong {
  color: #e8c37d;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.bf-visual-label span {
  color: rgba(255, 255, 255, .84);
  font-size: 14px;
  line-height: 1.45;
}

.bf-section {
  padding: clamp(84px, 10vw, 142px) 0;
}

.bf-section.compact {
  padding: clamp(58px, 7vw, 92px) 0;
}

.bf-section.cream {
  background: var(--bf-cream);
}

.bf-section.dark {
  background:
    linear-gradient(135deg, #101d17 0%, #17251f 58%, #3b171d 100%);
  color: #fff;
}

.bf-section.dark .bf-copy,
.bf-section.dark .bf-kicker,
.bf-section.dark .bf-card p,
.bf-section.dark .bf-micro {
  color: rgba(255, 255, 255, .76);
}

.bf-section-head {
  align-items: end;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, .9fr) minmax(280px, .55fr);
  margin-bottom: clamp(32px, 5vw, 58px);
}

.bf-section-head .bf-kicker {
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.38;
}

.bf-choice-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}

.bf-choice-card {
  background: rgba(255, 255, 255, .78);
  border: 1px solid var(--bf-line);
  color: inherit;
  display: grid;
  gap: 14px;
  min-height: 250px;
  padding: 28px;
  position: relative;
  text-decoration: none !important;
}

.bf-choice-card::before {
  background: var(--bf-red);
  content: "";
  height: 4px;
  left: 28px;
  position: absolute;
  top: 0;
  width: 54px;
}

.bf-choice-card small {
  color: var(--bf-red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.bf-choice-card h3 {
  font-size: clamp(25px, 2.4vw, 34px);
}

.bf-choice-card p {
  color: var(--bf-muted);
  font-size: 15px;
  line-height: 1.55;
}

.bf-choice-card:hover {
  background: #fff;
  border-color: rgba(143, 31, 46, .35);
}

.bf-scan-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}

.bf-scan-item {
  background: #fffaf3;
  border: 1px solid var(--bf-line);
  display: grid;
  gap: 12px;
  min-height: 218px;
  padding: 30px;
}

.bf-scan-item .num {
  color: var(--bf-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  line-height: 1;
}

.bf-scan-item h3 {
  font-size: 28px;
}

.bf-scan-item p {
  color: var(--bf-muted);
  font-size: 15px;
  line-height: 1.55;
}

.bf-showcase {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: .82fr 1.18fr;
}

.bf-showcase-media {
  background:
    linear-gradient(180deg, rgba(30, 27, 22, .08), rgba(30, 27, 22, .22)),
    url("https://bassofoods.com/wp-content/uploads/2026/04/1480031050-2.jpg") center/cover no-repeat;
  min-height: 520px;
}

.bf-showcase-panel {
  background: #fff;
  border: 1px solid var(--bf-line);
  display: grid;
  gap: 28px;
  padding: clamp(34px, 5vw, 64px);
}

.bf-micro-list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
}

.bf-micro {
  border-top: 1px solid var(--bf-line);
  color: var(--bf-muted);
  font-size: 14px;
  line-height: 1.45;
  padding-top: 14px;
}

.bf-micro b {
  color: var(--bf-ink);
  display: block;
  font-size: 12px;
  letter-spacing: .12em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.bf-strip-cta {
  background: var(--bf-red);
  color: #fff;
  padding: clamp(50px, 6vw, 78px) 0;
}

.bf-strip-cta .bf-wrap {
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.bf-strip-cta h2 {
  color: #fff;
  font-size: clamp(34px, 4.2vw, 60px);
}

.bf-strip-cta p {
  color: rgba(255, 255, 255, .82);
  font-size: 17px;
  line-height: 1.55;
  margin-top: 14px;
  max-width: 650px;
}

.bf-strip-cta .bf-btn.light {
  background: #fffaf3;
  border-color: #fffaf3;
  color: var(--bf-red) !important;
}

.bf-page-hero {
  background:
    linear-gradient(110deg, rgba(17, 35, 27, .94), rgba(17, 35, 27, .7)),
    url("https://bassofoods.com/wp-content/uploads/2026/04/1392406980.jpg") center/cover no-repeat;
  color: #fff;
  padding: clamp(88px, 11vw, 150px) 0 clamp(64px, 8vw, 104px);
}

.bf-page-hero h1 {
  color: #fff !important;
  font-size: clamp(48px, 6vw, 86px);
}

.bf-page-hero .bf-kicker {
  color: rgba(255, 255, 255, .82);
  font-size: clamp(18px, 2vw, 23px);
  margin-top: 24px;
  max-width: 720px;
}

.bf-page-hero .bf-eyebrow {
  color: #e8c37d;
}

.bf-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.bf-pill-row span {
  border: 1px solid rgba(255, 255, 255, .28);
  color: rgba(255, 255, 255, .86);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .12em;
  padding: 10px 12px;
  text-transform: uppercase;
}

.bf-contact-panel {
  background: #fff;
  border: 1px solid var(--bf-line);
  display: grid;
  gap: 20px;
  padding: clamp(28px, 4vw, 46px);
}

.bf-contact-line {
  border-top: 1px solid var(--bf-line);
  display: grid;
  gap: 6px;
  padding-top: 18px;
}

.bf-contact-line strong {
  color: var(--bf-red);
  font-size: 12px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.bf-contact-line a,
.bf-contact-line span {
  color: var(--bf-ink) !important;
  font-size: 20px;
  font-weight: 750;
  line-height: 1.35;
  text-decoration: none !important;
}

@media (max-width: 980px) {
  .bf-premium-hero .bf-hero-grid,
  .bf-section-head,
  .bf-showcase,
  .bf-strip-cta .bf-wrap {
    grid-template-columns: 1fr;
  }

  .bf-premium-hero::before {
    display: none;
  }

  .bf-visual-stack {
    min-height: 500px;
  }

  .bf-choice-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bf-scan-grid {
    grid-template-columns: 1fr;
  }

  .bf-strip-cta .bf-wrap {
    align-items: start;
  }
}

@media (max-width: 680px) {
  .bf-wrap {
    width: min(100% - 30px, 1220px);
  }

  .bf-hero.bf-premium-hero {
    padding-top: 56px;
  }

  .bf-premium-hero .bf-hero-grid {
    grid-template-columns: 1fr;
  }

  .bf-premium-hero h1 {
    font-size: clamp(44px, 13vw, 58px);
  }

  .bf-premium-hero .bf-hero-grid > div:first-child {
    padding-left: 0;
  }

  .bf-premium-hero .bf-leadline {
    font-size: 20px;
  }

  .bf-trust-row,
  .bf-choice-grid,
  .bf-micro-list {
    grid-template-columns: 1fr;
  }

  .bf-visual-stack {
    min-height: 420px;
  }

  .bf-visual-card.main {
    bottom: 74px;
    right: 34px;
  }

  .bf-visual-card.side {
    height: 38%;
    width: 52%;
  }

  .bf-visual-label {
    left: 16px;
    padding: 15px;
    width: min(280px, calc(100% - 32px));
  }

  .bf-choice-card,
  .bf-scan-item {
    min-height: auto;
  }

  .bf-strip-cta .bf-actions,
  .bf-premium-hero .bf-actions {
    display: grid;
  }

  .bf-strip-cta .bf-btn,
  .bf-premium-hero .bf-btn {
    width: 100%;
  }
}

/* v0.6 mockup-led home: premium product composition and no placeholder panels. */
.basso-global-header {
  background: rgba(255, 253, 248, .985);
  box-shadow: none;
  border-bottom: 1px solid rgba(30, 27, 22, .08);
}

.basso-header-accent {
  display: none;
}

.basso-header-inner {
  min-height: 118px;
  width: min(1380px, calc(100vw - 64px));
}

.basso-header-brand {
  align-items: flex-start;
  flex-direction: column;
  gap: 7px;
}

.basso-header-brand img {
  display: none;
}

.basso-brand-word {
  color: #111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.1vw, 48px);
  font-weight: 500;
  letter-spacing: -.01em;
  line-height: .9;
}

.basso-brand-rule {
  background: var(--bf-red);
  display: block;
  height: 2px;
  width: 82px;
}

.basso-brand-tagline {
  color: rgba(30, 27, 22, .58);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .36em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: normal;
}

.basso-desktop-nav {
  gap: clamp(28px, 4vw, 72px);
}

.basso-desktop-nav > a,
.basso-nav-item > a {
  color: #111 !important;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 18px 0;
  text-transform: none;
}

.basso-nav-item > a::after {
  border-left-width: 3px;
  border-right-width: 3px;
  border-top-width: 4px;
  margin-left: 7px;
}

.basso-header-cta {
  align-items: center;
  background: transparent;
  border: 0;
  border-left: 1px solid rgba(30, 27, 22, .26);
  color: var(--bf-red) !important;
  font-size: 0;
  min-height: 54px;
  min-width: 74px;
  padding: 0 0 0 34px;
  position: relative;
}

.basso-header-cta::before {
  content: "✦";
  font-size: 34px;
  line-height: 1;
}

.basso-header-cta:hover {
  background: transparent;
  border-color: rgba(30, 27, 22, .26);
  color: #11231b !important;
}

body {
  padding-top: 119px;
}

.bf-mockup {
  background: #fffdf8;
}

.bfm-hero {
  background:
    radial-gradient(circle at 77% 42%, rgba(185, 138, 70, .13), transparent 34%),
    linear-gradient(90deg, #fffdf8 0 48%, #f4eee5 48% 100%);
  overflow: hidden;
  padding: clamp(42px, 5.2vw, 74px) 0 clamp(34px, 4.5vw, 58px);
}

.bfm-hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(42px, 6vw, 86px);
  grid-template-columns: minmax(430px, .82fr) minmax(520px, 1fr);
}

.bfm-hero-copy h1 {
  color: #050505;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 5.25vw, 84px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: .98;
  margin: 30px 0 0;
  max-width: 760px;
}

.bfm-hero-copy h1::after {
  background: var(--bf-red);
  content: "";
  display: block;
  height: 2px;
  margin-top: 30px;
  width: 72px;
}

.bfm-lead {
  color: #2e2a23 !important;
  font-size: 18px;
  line-height: 1.55;
  margin-top: 22px !important;
}

.bfm-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 34px;
}

.bfm-btn {
  align-items: center;
  border: 1px solid #11231b;
  color: #11231b !important;
  display: inline-flex;
  font-size: 15px;
  font-weight: 650;
  gap: 34px;
  justify-content: space-between;
  min-height: 62px;
  min-width: 246px;
  padding: 18px 24px;
  text-decoration: none !important;
}

.bfm-btn.primary {
  background: #17331e;
  color: #fff !important;
}

.bfm-btn.light {
  border-color: #fff;
  color: #fff !important;
  margin-top: 18px;
}

.bfm-proof {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 50px;
}

.bfm-proof div {
  align-items: center;
  border-right: 1px solid rgba(30, 27, 22, .18);
  display: grid;
  gap: 3px 12px;
  grid-template-columns: 40px 1fr;
  min-height: 54px;
  padding-right: 22px;
}

.bfm-proof div:last-child {
  border-right: 0;
}

.bfm-icon,
.bfm-round {
  align-items: center;
  border: 1px solid rgba(17, 35, 27, .32);
  border-radius: 50%;
  display: inline-flex;
  font-size: 10px;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  letter-spacing: .08em;
  width: 38px;
}

.bfm-proof strong {
  color: #1e1b16;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bfm-proof p {
  color: var(--bf-muted);
  font-size: 12px;
  grid-column: 2;
  line-height: 1.3;
}

.bfm-hero-products {
  min-height: 560px;
  position: relative;
}

.bfm-product-main {
  display: block;
  height: 560px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.bfm-product-card {
  align-items: end;
  background: #fffdf8;
  bottom: 32px;
  box-shadow: 0 24px 60px rgba(30, 27, 22, .14);
  display: grid;
  grid-template-columns: 150px 1fr;
  min-height: 116px;
  padding: 14px;
  position: absolute;
  right: 24px;
  width: min(360px, calc(100% - 48px));
}

.bfm-product-card img {
  height: 92px;
  object-fit: cover;
  width: 138px;
}

.bfm-product-card span {
  color: var(--bf-red);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.05;
}

.bfm-paths {
  padding: 0 0 clamp(54px, 7vw, 92px);
}

.bfm-path-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

.bfm-path-card {
  background: #fffdf8;
  border: 1px solid rgba(30, 27, 22, .16);
  color: #111 !important;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  min-height: 206px;
  overflow: hidden;
  padding: 26px 24px;
  position: relative;
  text-decoration: none !important;
}

.bfm-path-card::after {
  background: var(--card-image) center/cover no-repeat;
  bottom: 0;
  content: "";
  opacity: .92;
  position: absolute;
  right: 0;
  top: 0;
  width: 43%;
}

.bfm-path-card .bfm-title,
.bfm-path-card .bfm-text,
.bfm-path-card .bfm-round,
.bfm-path-card .bfm-arrow {
  position: relative;
  z-index: 1;
}

.bfm-path-card .bfm-title {
  align-self: end;
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 1.8vw, 27px);
  font-weight: 500;
  line-height: 1;
  margin: 24px 38% 0 0;
  overflow-wrap: normal;
  word-break: normal;
}

.bfm-path-card .bfm-text {
  color: var(--bf-muted);
  display: block;
  font-size: 14px;
  line-height: 1.45;
  margin: 10px 36% 0 0;
}

.bfm-arrow {
  align-self: end;
  font-size: 26px;
  line-height: 1;
  margin-top: 22px;
}

.bfm-categories {
  padding: 0 0 clamp(76px, 9vw, 126px);
}

.bfm-category-grid {
  align-items: start;
  display: grid;
  gap: clamp(42px, 6vw, 82px);
  grid-template-columns: minmax(0, 1fr) minmax(420px, .72fr);
}

.bfm-category-grid h2 {
  color: #111;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 500;
  max-width: 760px;
}

.bfm-category-list {
  border-top: 1px solid rgba(30, 27, 22, .17);
  display: grid;
  margin-top: 24px;
}

.bfm-category-list a {
  align-items: center;
  border-bottom: 1px solid rgba(30, 27, 22, .14);
  color: #111 !important;
  display: grid;
  gap: 22px;
  grid-template-columns: 210px 1fr auto;
  min-height: 58px;
  text-decoration: none !important;
}

.bfm-category-list strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 500;
}

.bfm-category-list span {
  color: var(--bf-muted);
  font-size: 14px;
}

.bfm-category-list i {
  font-style: normal;
  font-size: 22px;
}

.bfm-dark-panel {
  background:
    linear-gradient(135deg, rgba(0, 0, 0, .88), rgba(17, 35, 27, .82)),
    var(--panel-image) center/cover no-repeat;
  color: #fff;
  min-height: 420px;
  padding: clamp(36px, 5vw, 58px);
}

.bfm-red-rule {
  background: var(--bf-red);
  height: 2px;
  margin-bottom: 64px;
  width: 94px;
}

.bfm-dark-panel h2 {
  color: #fff;
  font-size: clamp(34px, 4vw, 55px);
  line-height: 1;
}

.bfm-dark-panel p {
  color: rgba(255, 255, 255, .74);
  font-size: 16px;
  line-height: 1.6;
  margin-top: 22px;
}

@media (max-width: 1080px) {
  .basso-header-inner {
    min-height: 88px;
    width: min(1240px, calc(100vw - 32px));
  }

  .basso-brand-rule,
  .basso-brand-tagline {
    display: none;
  }

  body {
    padding-top: 88px;
  }

  .bfm-hero-grid,
  .bfm-category-grid {
    grid-template-columns: 1fr;
  }

  .bfm-hero-products,
  .bfm-product-main {
    min-height: 520px;
    height: 520px;
  }

  .bfm-path-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .basso-brand-word {
    font-size: 27px;
  }

  .bfm-hero {
    padding-top: 42px;
  }

  .bfm-hero-copy h1 {
    font-size: clamp(44px, 13vw, 60px);
  }

  .bfm-actions,
  .bfm-proof,
  .bfm-path-grid {
    grid-template-columns: 1fr;
  }

  .bfm-actions {
    display: grid;
  }

  .bfm-btn {
    min-width: 0;
    width: 100%;
  }

  .bfm-proof div {
    border-bottom: 1px solid rgba(30, 27, 22, .15);
    border-right: 0;
    padding: 0 0 14px;
  }

  .bfm-hero-products,
  .bfm-product-main {
    min-height: 360px;
    height: 360px;
  }

  .bfm-product-card {
    display: none;
  }

  .bfm-category-list a {
    gap: 6px;
    grid-template-columns: 1fr auto;
    padding: 14px 0;
  }

  .bfm-category-list span {
    grid-column: 1 / -1;
  }
}

/* v0.7 usability pass: balanced homepage layout and clearer buyer actions. */
.bf-mockup {
  background: #fffdf8;
  overflow-x: hidden;
}

.bfm-hero {
  background:
    radial-gradient(circle at 78% 38%, rgba(185, 138, 70, .12), transparent 31%),
    linear-gradient(90deg, #fffdf8 0 49%, #f4eee5 49% 100%);
  padding: clamp(38px, 5vw, 68px) 0 clamp(44px, 5.4vw, 72px);
}

.bfm-hero-grid {
  gap: clamp(36px, 5vw, 72px);
  grid-template-columns: minmax(390px, .88fr) minmax(520px, 1fr);
}

.bfm-hero-copy h1 {
  font-size: clamp(52px, 5vw, 78px);
  max-width: 700px;
}

.bfm-lead {
  color: #463f35 !important;
  font-size: clamp(17px, 1.35vw, 20px);
  max-width: 620px;
}

.bfm-actions {
  gap: 16px;
  margin-top: 30px;
}

.bfm-btn {
  min-height: 58px;
  min-width: 232px;
}

.bfm-proof {
  gap: 14px;
  margin-top: 36px;
}

.bfm-proof div {
  grid-template-columns: 36px 1fr;
  padding-right: 14px;
}

.bfm-icon,
.bfm-round {
  height: 34px;
  width: 34px;
}

.bfm-hero-products {
  min-height: 520px;
}

.bfm-product-main {
  height: 520px;
}

.bfm-product-card {
  bottom: 24px;
  right: 20px;
  width: min(340px, calc(100% - 40px));
}

.bfm-paths {
  background: #fffdf8;
  padding: clamp(34px, 4vw, 54px) 0 clamp(70px, 8vw, 104px);
}

.bfm-path-grid {
  align-items: stretch;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bfm-path-card {
  display: flex;
  flex-direction: column;
  isolation: isolate;
  min-height: 248px;
  padding: 24px;
}

.bfm-path-card::before {
  background: linear-gradient(90deg, #fffdf8 0 58%, rgba(255, 253, 248, .64) 78%, rgba(255, 253, 248, 0));
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 78%;
  z-index: 0;
}

.bfm-path-card::after {
  background-position: center;
  opacity: .95;
  width: 44%;
  z-index: -1;
}

.bfm-path-card .bfm-round,
.bfm-path-card .bfm-title,
.bfm-path-card .bfm-text,
.bfm-path-card .bfm-arrow {
  position: relative;
  z-index: 1;
}

.bfm-path-card .bfm-title {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(23px, 1.9vw, 30px);
  font-weight: 500;
  line-height: 1.02;
  margin: auto 34% 0 0;
}

.bfm-path-card .bfm-text {
  color: var(--bf-muted);
  display: block;
  font-size: 14px;
  line-height: 1.45;
  margin: 10px 30% 0 0;
}

.bfm-arrow {
  margin-top: 20px;
}

.bfm-account {
  background: #f7f0e6;
  border-bottom: 1px solid rgba(30, 27, 22, .12);
  border-top: 1px solid rgba(30, 27, 22, .12);
  padding: clamp(62px, 7vw, 96px) 0;
}

.bfm-account-grid {
  align-items: start;
  display: grid;
  gap: clamp(34px, 5vw, 72px);
  grid-template-columns: minmax(0, .82fr) minmax(520px, 1fr);
}

.bfm-account h2 {
  color: #111;
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 500;
  max-width: 620px;
}

.bfm-account p {
  color: var(--bf-muted);
  font-size: 17px;
  line-height: 1.55;
  margin-top: 18px;
  max-width: 620px;
}

.bfm-steps {
  display: grid;
  gap: 14px;
}

.bfm-steps div {
  align-items: start;
  background: #fffdf8;
  border: 1px solid rgba(30, 27, 22, .14);
  display: grid;
  gap: 4px 18px;
  grid-template-columns: 46px 1fr;
  padding: 22px 24px;
}

.bfm-steps span {
  align-items: center;
  border: 1px solid rgba(143, 31, 46, .28);
  color: var(--bf-red);
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  letter-spacing: .08em;
  width: 34px;
}

.bfm-steps strong {
  color: #111;
  font-size: 17px;
  line-height: 1.25;
}

.bfm-steps p {
  color: var(--bf-muted);
  font-size: 14px;
  grid-column: 2;
  line-height: 1.45;
  margin: 0;
}

.bfm-categories {
  padding: clamp(72px, 8vw, 112px) 0 clamp(84px, 9vw, 126px);
}

.bfm-category-grid {
  gap: clamp(38px, 6vw, 78px);
  grid-template-columns: minmax(0, 1fr) minmax(390px, .62fr);
}

.bfm-category-grid h2 {
  font-size: clamp(34px, 3.7vw, 52px);
}

.bfm-category-list a {
  grid-template-columns: minmax(150px, 210px) 1fr 34px;
  min-height: 66px;
}

.bfm-dark-panel {
  align-self: stretch;
  min-height: 460px;
}

@media (max-width: 1120px) {
  .bfm-hero-grid,
  .bfm-account-grid,
  .bfm-category-grid {
    grid-template-columns: 1fr;
  }

  .bfm-hero-products,
  .bfm-product-main {
    min-height: 500px;
    height: 500px;
  }

  .bfm-path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .bfm-hero {
    background: #fffdf8;
    padding-top: 38px;
  }

  .bfm-hero-copy h1 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .bfm-actions,
  .bfm-proof,
  .bfm-path-grid,
  .bfm-account-grid {
    grid-template-columns: 1fr;
  }

  .bfm-proof {
    display: grid;
  }

  .bfm-proof div {
    min-height: auto;
  }

  .bfm-hero-products,
  .bfm-product-main {
    min-height: 360px;
    height: 360px;
  }

  .bfm-path-card {
    min-height: 220px;
  }

  .bfm-path-card .bfm-title,
  .bfm-path-card .bfm-text {
    margin-right: 34%;
  }

  .bfm-steps div {
    grid-template-columns: 40px 1fr;
    padding: 20px;
  }

  .bfm-category-list a {
    grid-template-columns: 1fr auto;
  }
}

/* v0.7.1 layout polish: remove editor-inserted gaps and improve first-screen balance. */
.bfm-path-grid > br,
.bfm-category-list > br,
.bfm-actions > br,
.bfm-proof > br,
.bfm-steps > br {
  display: none !important;
}

.bfm-hero {
  padding: clamp(30px, 4.2vw, 54px) 0 clamp(38px, 4.8vw, 62px);
}

.bfm-hero-grid {
  align-items: center;
  gap: clamp(32px, 4.4vw, 60px);
  grid-template-columns: minmax(430px, .92fr) minmax(520px, 1fr);
}

.bfm-hero-copy h1 {
  font-size: clamp(48px, 4.7vw, 72px);
  max-width: 660px;
}

.bfm-product-main,
.bfm-hero-products {
  height: 500px;
  min-height: 500px;
}

.bfm-actions {
  gap: 12px;
}

.bfm-btn {
  min-width: 218px;
  padding-left: 20px;
  padding-right: 20px;
}

.bfm-path-grid {
  grid-auto-flow: row;
}

.bfm-path-card {
  min-height: 238px;
}

.bfm-account {
  padding: clamp(48px, 5.6vw, 74px) 0;
}

.bfm-categories {
  padding-top: clamp(56px, 6.4vw, 86px);
}

/* v0.7.4 hero visual update: larger image, cleaner editorial treatment. */
.bfm-hero > .bf-wrap {
  width: min(1560px, calc(100% - 96px));
}

.bfm-hero-grid {
  gap: clamp(34px, 4vw, 58px);
  grid-template-columns: minmax(500px, .82fr) minmax(680px, 1.18fr);
}

.bfm-hero-products {
  box-shadow: 0 30px 80px rgba(30, 27, 22, .12);
  height: clamp(560px, 38vw, 650px);
  min-height: 560px;
  overflow: hidden;
}

.bfm-product-main {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.035);
}

.bfm-hero-products::after {
  background: linear-gradient(90deg, var(--bf-red), rgba(185, 138, 70, .68), transparent);
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 46%;
  z-index: 2;
}

.bfm-product-card {
  display: none !important;
}

@media (max-width: 1220px) {
  .bfm-hero > .bf-wrap {
    width: min(1220px, calc(100% - 40px));
  }

  .bfm-hero-grid {
    grid-template-columns: 1fr;
  }

  .bfm-hero-products {
    height: 520px;
    min-height: 520px;
  }
}

@media (max-width: 680px) {
  .bfm-hero > .bf-wrap {
    width: min(100% - 30px, 1220px);
  }

  .bfm-hero-products {
    height: 360px;
    min-height: 360px;
  }

  .bfm-product-main {
    transform: scale(1.02);
  }
}

@media (max-width: 1120px) {
  .bfm-hero-grid {
    grid-template-columns: 1fr;
  }

  .bfm-path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .bfm-hero-copy h1 {
    font-size: clamp(40px, 11vw, 56px);
  }

.bfm-product-main,
.bfm-hero-products {
  height: 340px;
  min-height: 340px;
}

  .bfm-path-grid {
    grid-template-columns: 1fr;
  }
}

/* v0.8.1 products page: robust card markup that WordPress will not split. */
.bf-products-grid {
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bf-products-grid > br,
.bf-product-choice > br,
.bf-products-help > br {
  display: none !important;
}

.bf-product-choice {
  background:
    linear-gradient(145deg, rgba(255, 253, 248, .96), rgba(247, 240, 230, .72));
  display: flex;
  flex-direction: column;
  min-height: 310px;
  padding: 34px;
}

.bf-product-choice::before {
  left: 34px;
  width: 68px;
}

.bf-choice-number {
  color: var(--bf-red);
  display: block;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .16em;
  margin-bottom: 54px;
  text-transform: uppercase;
}

.bf-choice-title {
  color: var(--bf-ink);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 500;
  line-height: .98;
}

.bf-choice-text {
  color: var(--bf-muted);
  display: block;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 16px;
  max-width: 310px;
}

.bf-choice-arrow {
  color: var(--bf-red);
  display: block;
  font-size: 28px;
  line-height: 1;
  margin-top: auto;
  padding-top: 28px;
}

.bf-product-choice:hover {
  background: #fffdf8;
  box-shadow: 0 24px 64px rgba(30, 27, 22, .1);
  transform: translateY(-3px);
}

.bf-products-help {
  align-items: center;
  background: #11231b;
  color: #fff;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 22px;
  padding: 28px 32px;
}

.bf-products-help span {
  color: #e8c37d;
  display: block;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .15em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.bf-products-help strong {
  color: rgba(255, 255, 255, .86);
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
}

.bf-products-help .bf-btn {
  background: #fffaf3;
  border-color: #fffaf3;
  color: #11231b !important;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .bf-products-grid,
  .bf-products-help {
    grid-template-columns: 1fr;
  }

  .bf-product-choice {
    min-height: 250px;
  }

  .bf-choice-number {
    margin-bottom: 34px;
  }
}

@media (max-width: 680px) {
  .bf-product-choice {
    min-height: 220px;
    padding: 28px;
  }

  .bf-product-choice::before {
    left: 28px;
  }

  .bf-products-help {
    padding: 24px;
  }

  .bf-products-help .bf-btn {
    width: 100%;
  }
}
