/* BeanHestia homepage B2B hero. Intentionally image-free for fast first paint. */
.b2b-hero {
  --hero-espresso: #2b1810;
  --hero-cream: #fbf7ef;
  --hero-cream-deep: #f0e5d5;
  --hero-green: #2f5f46;
  --hero-green-dark: #214b36;
  --hero-green-soft: #e9f1eb;
  --hero-line: rgba(58, 38, 27, .14);
  position: relative;
  overflow: hidden;
  color: var(--hero-espresso);
  background:
    radial-gradient(circle at 91% 5%, rgba(47,95,70,.19), transparent 23%),
    radial-gradient(circle at 72% 22%, rgba(197,169,126,.20), transparent 31%),
    linear-gradient(112deg, #fffaf2 0%, var(--hero-cream) 54%, var(--hero-cream-deep) 100%);
}

.b2b-hero::before,
.b2b-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

/* Soft landscape-like layers without any image asset. */
.b2b-hero::before {
  left: -6%;
  right: 36%;
  bottom: 88px;
  height: 250px;
  opacity: .44;
  background:
    radial-gradient(ellipse at 8% 100%, rgba(78,91,72,.13) 0 34%, transparent 35%),
    radial-gradient(ellipse at 36% 100%, rgba(116,105,84,.11) 0 42%, transparent 43%),
    radial-gradient(ellipse at 70% 100%, rgba(64,91,71,.10) 0 35%, transparent 36%);
}

.b2b-hero::after {
  width: 340px;
  height: 340px;
  right: -120px;
  top: 34px;
  border: 1px solid rgba(47,95,70,.10);
  border-radius: 50%;
}

.b2b-hero .container {
  width: min(calc(100% - 72px), 1420px);
}

.b2b-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(440px, .86fr);
  gap: clamp(46px, 5.5vw, 86px);
  align-items: center;
  padding-top: 72px;
  padding-bottom: 70px;
}

.b2b-hero-content {
  min-width: 0;
  max-width: 790px;
}

.b2b-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--hero-green-dark);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .18em;
}

.b2b-hero-eyebrow::before {
  content: "";
  width: 42px;
  height: 2px;
  border-radius: 999px;
  background: var(--hero-green-dark);
}

.b2b-hero h1 {
  margin: 22px 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(50px, 5.15vw, 78px);
  line-height: .99;
  letter-spacing: -.052em;
}

.b2b-hero h1 > span {
  display: block;
  white-space: nowrap;
}

.b2b-headline-dark {
  color: var(--hero-espresso);
}

.b2b-headline-green {
  margin-top: 4px;
  color: var(--hero-green);
}

.b2b-hero-copy {
  max-width: 720px;
  margin: 0;
  color: #63554c;
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.62;
}

.b2b-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 31px;
}

.b2b-hero-primary,
.b2b-hero-secondary {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 13px 25px;
  border: 1px solid var(--hero-espresso);
  border-radius: 10px;
  font-size: 15px;
  font-weight: 780;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.b2b-hero-primary {
  min-width: 285px;
  color: #fffaf1;
  background: var(--hero-espresso);
  box-shadow: 0 13px 26px rgba(43,24,16,.16);
}

.b2b-hero-primary:hover {
  transform: translateY(-2px);
  background: #3b2218;
  box-shadow: 0 18px 34px rgba(43,24,16,.20);
}

.b2b-hero-primary span {
  font-size: 21px;
  transition: transform .18s ease;
}

.b2b-hero-primary:hover span {
  transform: translateX(4px);
}

.b2b-hero-secondary {
  min-width: 235px;
  color: var(--hero-espresso);
  background: rgba(255,255,255,.50);
}

.b2b-hero-secondary:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,.90);
}

.b2b-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 27px;
  margin-top: 34px;
  color: #4e443e;
  font-size: 13px;
  font-weight: 700;
}

.b2b-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.b2b-trust-row span::before {
  content: "✓";
  width: 25px;
  height: 25px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #fff;
  background: var(--hero-green);
  font-size: 12px;
  font-weight: 900;
}

/* Right-side CSS-only market stage. */
.b2b-hero-market {
  position: relative;
  min-width: 0;
  min-height: 530px;
  display: grid;
  place-items: center;
}

.b2b-market-backdrop {
  position: absolute;
  inset: 2% -10% -3% 6%;
  z-index: 0;
  border-radius: 38% 12% 28% 18%;
  background:
    radial-gradient(circle at 82% 20%, rgba(47,95,70,.27) 0 5%, transparent 5.4%),
    radial-gradient(circle at 91% 32%, rgba(91,126,83,.23) 0 8%, transparent 8.5%),
    radial-gradient(circle at 73% 43%, rgba(67,104,72,.15) 0 9%, transparent 9.5%),
    linear-gradient(155deg, rgba(255,255,255,.02), rgba(47,95,70,.08));
}

.b2b-market-backdrop::before,
.b2b-market-backdrop::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(59,95,65,.13);
}

.b2b-market-backdrop::before {
  width: 240px;
  height: 28px;
  right: 2%;
  top: 25%;
  transform: rotate(-35deg);
}

.b2b-market-backdrop::after {
  width: 170px;
  height: 20px;
  right: 13%;
  top: 41%;
  transform: rotate(28deg);
}

.b2b-lot-card {
  position: relative;
  z-index: 2;
  width: min(100%, 505px);
  padding: 31px 34px 32px;
  border: 1px solid rgba(76,64,54,.14);
  border-radius: 26px;
  background: rgba(255,253,248,.94);
  box-shadow: 0 31px 72px rgba(62,42,29,.17);
  transition: transform .22s ease, box-shadow .22s ease;
}

.b2b-lot-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 38px 82px rgba(62,42,29,.21);
}

.b2b-lot-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.b2b-lot-kicker {
  padding-top: 6px;
  color: var(--hero-green-dark);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .16em;
}

.b2b-sca-badge {
  min-width: 74px;
  display: grid;
  place-items: center;
  padding: 10px 11px;
  border: 1px solid rgba(47,95,70,.18);
  border-radius: 13px;
  color: var(--hero-green-dark);
  background: #eff5f0;
}

.b2b-sca-badge strong {
  font-family: Georgia, serif;
  font-size: 27px;
  line-height: 1;
}

.b2b-sca-badge small {
  margin-top: 4px;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.b2b-origin-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
}

.b2b-origin-flag {
  min-width: 52px;
  min-height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--hero-line);
  border-radius: 8px;
  background: #fff;
  font-size: 26px;
}

.b2b-origin-row div {
  display: grid;
}

.b2b-origin-row strong {
  font-size: 16px;
  line-height: 1.2;
}

.b2b-origin-row span:not(.b2b-origin-flag) {
  margin-top: 3px;
  color: #796d64;
  font-size: 12px;
}

.b2b-lot-name {
  margin: 24px 0 8px;
  max-width: 390px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(35px, 3vw, 44px);
  line-height: 1.02;
  letter-spacing: -.038em;
}

.b2b-lot-details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  color: #51453e;
  font-size: 14px;
}

.b2b-lot-details span {
  font-weight: 600;
}

.b2b-lot-details b {
  color: #a0948b;
  font-weight: 500;
}

.b2b-lot-description {
  margin: 20px 0 0;
  max-width: 405px;
  color: #62564e;
  font-size: 14px;
  line-height: 1.55;
}

.b2b-lot-divider {
  height: 1px;
  margin: 26px 0 24px;
  background: var(--hero-line);
}

.b2b-lot-commercial {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.b2b-price-block {
  display: grid;
}

.b2b-price-block small {
  color: #7a6d65;
  font-size: 10px;
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.b2b-price-block strong {
  margin-top: 5px;
  color: var(--hero-espresso);
  font-family: Georgia, serif;
  font-size: 29px;
  line-height: 1;
}

.b2b-stock {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 135px;
  padding: 10px 12px;
  border-radius: 22px;
}

.b2b-stock-dot {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 50%;
}

.b2b-stock-copy {
  display: grid;
}

.b2b-stock-copy strong {
  font-size: 12px;
  line-height: 1.2;
}

.b2b-stock-copy small {
  margin-top: 2px;
  font-size: 9px;
}

.b2b-stock.is-available {
  color: var(--hero-green-dark);
  background: var(--hero-green-soft);
}

.b2b-stock.is-available .b2b-stock-dot {
  background: #3b8a55;
}

.b2b-stock.is-check {
  color: #755a37;
  background: #f7ead7;
}

.b2b-stock.is-check .b2b-stock-dot {
  background: #aa7b3c;
}

.b2b-lot-cta {
  width: 100%;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 26px;
  padding: 12px 18px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, var(--hero-green), var(--hero-green-dark));
  font-size: 14px;
  font-weight: 780;
  box-shadow: 0 10px 22px rgba(33,75,54,.14);
  transition: transform .18s ease, box-shadow .18s ease;
}

.b2b-lot-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 15px 28px rgba(33,75,54,.20);
}

.b2b-lot-cta span {
  font-size: 19px;
}

.b2b-lot-empty {
  padding-top: 26px;
}

.b2b-lot-symbol {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #fff;
  background: var(--hero-espresso);
  font-size: 25px;
}

.b2b-lot-empty h2 {
  margin: 18px 0 8px;
  font-family: Georgia, serif;
  font-size: 30px;
}

.b2b-lot-empty p {
  margin: 0;
  color: #78685e;
}

/* Bottom strip mirrors the approved concept while remaining text/CSS only. */
.b2b-benefit-strip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(65,49,38,.10);
  background: rgba(255,252,246,.76);
}

.b2b-benefit-item {
  min-height: 116px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px clamp(22px, 3vw, 42px);
  border-right: 1px solid rgba(65,49,38,.11);
}

.b2b-benefit-item:last-child {
  border-right: 0;
}

.b2b-benefit-icon {
  min-width: 46px;
  color: #6b4a31;
  font-family: Georgia, serif;
  font-size: 37px;
  line-height: 1;
  text-align: center;
}

.b2b-benefit-item div {
  display: grid;
}

.b2b-benefit-item strong {
  color: var(--hero-espresso);
  font-size: 15px;
}

.b2b-benefit-item small {
  margin-top: 3px;
  color: #655b54;
  font-size: 12px;
  line-height: 1.35;
}

@media (max-width: 1180px) {
  .b2b-hero .container {
    width: min(calc(100% - 48px), 1120px);
  }

  .b2b-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, .85fr);
    gap: 38px;
  }

  .b2b-hero h1 {
    font-size: clamp(46px, 5vw, 64px);
  }

  .b2b-lot-card {
    width: min(100%, 470px);
  }
}

@media (max-width: 980px) {
  .b2b-hero .container {
    width: min(calc(100% - 38px), 860px);
  }

  .b2b-hero-grid {
    grid-template-columns: 1fr;
    gap: 45px;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .b2b-hero-content {
    max-width: 790px;
  }

  .b2b-hero h1 > span {
    white-space: normal;
  }

  .b2b-hero-market {
    min-height: 500px;
  }

  .b2b-lot-card {
    width: min(100%, 570px);
  }

  .b2b-benefit-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .b2b-benefit-item:nth-child(2) {
    border-right: 0;
  }

  .b2b-benefit-item:nth-child(-n+2) {
    border-bottom: 1px solid rgba(65,49,38,.11);
  }
}

@media (max-width: 640px) {
  .b2b-hero .container {
    width: min(calc(100% - 28px), 600px);
  }

  .b2b-hero-grid {
    gap: 36px;
    padding-top: 44px;
    padding-bottom: 42px;
  }

  .b2b-hero-eyebrow {
    gap: 9px;
    font-size: 10px;
    letter-spacing: .13em;
  }

  .b2b-hero-eyebrow::before {
    width: 28px;
  }

  .b2b-hero h1 {
    margin-top: 18px;
    font-size: clamp(40px, 12vw, 54px);
  }

  .b2b-hero-copy {
    font-size: 16px;
  }

  .b2b-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .b2b-hero-primary,
  .b2b-hero-secondary {
    width: 100%;
    min-width: 0;
  }

  .b2b-trust-row {
    display: grid;
    gap: 10px;
  }

  .b2b-hero-market {
    min-height: auto;
    display: block;
  }

  .b2b-market-backdrop {
    display: none;
  }

  .b2b-lot-card {
    width: 100%;
    padding: 24px 21px;
    border-radius: 20px;
  }

  .b2b-lot-commercial {
    align-items: flex-start;
    flex-direction: column;
  }

  .b2b-benefit-strip {
    grid-template-columns: 1fr;
  }

  .b2b-benefit-item,
  .b2b-benefit-item:nth-child(2) {
    min-height: 92px;
    border-right: 0;
    border-bottom: 1px solid rgba(65,49,38,.11);
  }

  .b2b-benefit-item:last-child {
    border-bottom: 0;
  }
}
