body.postid-91 #hero {
  display: none !important;
}

/* The theme overlaps this navigation across both halves of the split hero.
 * Use one opaque brand surface so the warm-white wordmark and links retain
 * consistent contrast over the cream copy panel and the roaster photograph. */
body#colibri.postid-91 #navigation,
body#colibri.postid-91 #navigation.overlap,
body#colibri.postid-91 #navigation .navigation-wrapper {
  background: #2f211a !important;
  box-shadow: 0 1px 0 rgba(255, 253, 248, 0.16), 0 8px 24px rgba(36, 23, 17, 0.18);
}

body#colibri.postid-91 #navigation .logo-text,
body#colibri.postid-91 #navigation .h-main-menu a,
body#colibri.postid-91 #navigation .colibri-menu-container a {
  color: #fffdf8 !important;
  text-shadow: none !important;
}

body#colibri.postid-91 #navigation .h-hamburger-icon svg {
  fill: #fffdf8 !important;
}

body#colibri.postid-91 #navigation ul.colibri-menu.bordered-active-item > li::before,
body#colibri.postid-91 #navigation ul.colibri-menu.bordered-active-item > li::after {
  background-color: #d49a45 !important;
}

.haven-commercial-page {
  background: #fffdf8;
  color: #211b17;
  overflow: hidden;
}

.haven-commercial-page:focus {
  outline: none;
}

.haven-commercial,
.haven-commercial * {
  box-sizing: border-box;
}

.haven-commercial h1,
.haven-commercial h2,
.haven-commercial h3,
.haven-commercial p,
.haven-commercial figure,
.haven-commercial ul,
.haven-commercial ol {
  margin-top: 0;
}

.haven-commercial h1,
.haven-commercial h2,
.haven-commercial h3 {
  color: #211b17;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.haven-commercial p,
.haven-commercial li,
.haven-commercial a,
.haven-commercial summary,
.haven-commercial figcaption {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.haven-commercial p,
.haven-commercial li {
  color: #685c54;
  font-size: 1rem;
  line-height: 1.68;
}

.haven-commercial-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
  min-height: 650px;
  background: #f4ebdd;
}

.haven-commercial-hero__copy {
  align-self: center;
  max-width: 800px;
  padding: clamp(4.5rem, 8vw, 8rem) clamp(1.5rem, 7vw, 7rem);
}

.haven-commercial-eyebrow,
.haven-commercial-kicker {
  margin-bottom: 0.75rem;
  color: #7b432a !important;
  font-size: 0.76rem !important;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.35 !important;
  text-transform: uppercase;
}

.haven-commercial-hero h1 {
  max-width: 750px;
  margin-bottom: 1.25rem;
  font-size: clamp(2.9rem, 5.7vw, 5.8rem);
}

.haven-commercial-lede {
  max-width: 690px;
  margin-bottom: 1.8rem;
  color: #4a2d21 !important;
  font-size: clamp(1.07rem, 1.8vw, 1.28rem) !important;
}

.haven-commercial-small {
  max-width: 680px;
  margin: 0;
  font-size: 0.84rem !important;
}

.haven-commercial-hero__media {
  min-height: 520px;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}

.haven-commercial-hero__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(36, 23, 17, 0.25), transparent 32%);
  content: "";
  pointer-events: none;
}

.haven-commercial-hero__media img,
.haven-commercial-roast-grid figure img,
.haven-commercial-story-grid figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.haven-commercial-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.3rem;
}

.haven-commercial-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.82rem 1.2rem;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none !important;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.haven-commercial-button:hover,
.haven-commercial-button:focus-visible {
  transform: translateY(-2px);
}

.haven-commercial-button:focus-visible,
.haven-commercial-text-link:focus-visible,
.haven-commercial-faqs summary:focus-visible {
  outline: 3px solid #d49a45;
  outline-offset: 3px;
}

.haven-commercial-button--primary {
  background: #d49a45;
  color: #241711 !important;
}

.haven-commercial-button--primary:hover {
  background: #e4ad58;
}

.haven-commercial-button--secondary {
  border-color: #4a2d21;
  color: #4a2d21 !important;
}

.haven-commercial-button--secondary:hover {
  background: rgba(74, 45, 33, 0.08);
}

.haven-commercial-button--light {
  border-color: rgba(255, 255, 255, 0.7);
  color: #fffdf8 !important;
}

.haven-commercial-button--light:hover {
  border-color: #fffdf8;
  background: rgba(255, 255, 255, 0.1);
}

.haven-commercial-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(1180px, calc(100% - 2.5rem));
  margin: -2rem auto 0;
  border: 1px solid #ded2c3;
  border-radius: 16px;
  background: #fffdf8;
  box-shadow: 0 18px 42px rgba(39, 27, 19, 0.12);
  position: relative;
  z-index: 2;
}

.haven-commercial-proof div {
  padding: 1.45rem 1.65rem;
}

.haven-commercial-proof div + div {
  border-left: 1px solid #ded2c3;
}

.haven-commercial-proof strong,
.haven-commercial-proof span {
  display: block;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.haven-commercial-proof strong {
  margin-bottom: 0.25rem;
  color: #4a2d21;
  font-size: 0.96rem;
}

.haven-commercial-proof span {
  color: #685c54;
  font-size: 0.83rem;
  line-height: 1.45;
}

.haven-commercial-section {
  padding: clamp(4.5rem, 8vw, 7.5rem) clamp(1.25rem, 6vw, 6rem);
}

.haven-commercial-section > * {
  width: min(1180px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.haven-commercial-heading {
  margin-bottom: 2.5rem;
}

.haven-commercial-heading--center {
  text-align: center;
}

.haven-commercial-heading h2,
.haven-commercial-roast-grid h2,
.haven-commercial-story-grid h2,
.haven-commercial-cta h2 {
  max-width: 850px;
  margin-bottom: 0.85rem;
  font-size: clamp(2.2rem, 4.5vw, 4rem);
}

.haven-commercial-heading--center h2 {
  margin-right: auto;
  margin-left: auto;
}

.haven-commercial-heading > p:last-child {
  max-width: 780px;
  margin-bottom: 0;
  font-size: 1.06rem;
}

.haven-partner-grid,
.haven-option-grid {
  display: grid;
  gap: 1rem;
}

.haven-partner-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.haven-partner-grid article,
.haven-option-grid article,
.haven-commercial-benefits article {
  border: 1px solid #ded2c3;
  border-radius: 16px;
  background: #fff;
}

.haven-partner-grid article {
  min-height: 225px;
  padding: 1.4rem;
}

.haven-partner-grid article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  margin-bottom: 1.25rem;
  border-radius: 50%;
  background: #f4ebdd;
  color: #7b432a;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 0.74rem;
  font-weight: 800;
}

.haven-partner-grid h3,
.haven-option-grid h3,
.haven-commercial-benefits h3,
.haven-process-list h3 {
  margin-bottom: 0.55rem;
  font-size: 1.3rem;
}

.haven-partner-grid p,
.haven-option-grid p,
.haven-commercial-benefits p,
.haven-process-list p {
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.55;
}

.haven-commercial-section--roast {
  background: #241711;
}

.haven-commercial-roast-grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}

.haven-commercial-roast-grid figure {
  height: min(600px, 60vw);
  margin-bottom: 0;
  border-radius: 20px;
  overflow: hidden;
}

.haven-commercial-roast-grid h2,
.haven-commercial-roast-grid > div > p:not(.haven-commercial-kicker) {
  color: #fffdf8;
}

.haven-commercial-section--roast .haven-commercial-kicker {
  color: #d49a45 !important;
}

.haven-commercial-benefits {
  display: grid;
  gap: 0.8rem;
  margin-top: 2rem;
}

.haven-commercial-benefits article {
  padding: 1.05rem 1.2rem;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
}

.haven-commercial-benefits h3,
.haven-commercial-benefits p {
  color: #f4ebdd;
}

.haven-option-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.haven-option-grid article {
  min-height: 185px;
  padding: 1.4rem;
  background: #f4ebdd;
}

.haven-origin-panel {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
  gap: 2rem;
  align-items: center;
  margin-top: 1.25rem;
  padding: 1.5rem;
  border: 1px solid #cbd0bb;
  border-radius: 16px;
  background: #e5e7da;
}

.haven-origin-panel h3 {
  margin-bottom: 0.4rem;
  font-size: 1.5rem;
}

.haven-origin-panel p {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.haven-origin-panel ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.haven-origin-panel li {
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(74, 45, 33, 0.2);
  border-radius: 999px;
  background: #fffdf8;
  color: #4a2d21;
  font-size: 0.82rem;
  font-weight: 700;
}

.haven-commercial-section--process {
  background: #f4ebdd;
}

.haven-process-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 0;
  padding: 0;
  counter-reset: none;
  list-style: none;
}

.haven-process-list li {
  display: flex;
  gap: 1rem;
  min-height: 180px;
  padding: 1.35rem;
  border: 1px solid #ded2c3;
  border-radius: 16px;
  background: #fffdf8;
}

.haven-process-list li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #d49a45;
  color: #241711;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 0.85rem;
  font-weight: 800;
}

.haven-commercial-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.9fr) minmax(0, 0.8fr);
  gap: clamp(1.25rem, 3vw, 2.3rem);
  align-items: center;
}

.haven-commercial-story-grid figure {
  height: 430px;
  margin-bottom: 0;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}

.haven-commercial-story-grid figcaption {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
  padding: 0.5rem 0.65rem;
  border-radius: 8px;
  background: rgba(36, 23, 17, 0.86);
  color: #fffdf8;
  font-size: 0.72rem;
  text-align: center;
}

.haven-commercial-story-grid > div {
  padding: 1.4rem 0;
}

.haven-commercial-text-link {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  color: #7b432a !important;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.haven-commercial-section--faq {
  background: #e5e7da;
}

.haven-commercial-faqs {
  border-top: 1px solid rgba(74, 45, 33, 0.25);
}

.haven-commercial-faqs details {
  border-bottom: 1px solid rgba(74, 45, 33, 0.25);
}

.haven-commercial-faqs summary {
  padding: 1.2rem 2.5rem 1.2rem 0;
  color: #241711;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 800;
  list-style-position: outside;
}

.haven-commercial-faqs details p {
  max-width: 820px;
  padding: 0 0 1.25rem;
}

.haven-commercial-faqs a {
  color: #7b432a;
  font-weight: 800;
}

.haven-commercial-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  padding: clamp(4rem, 8vw, 6.5rem) clamp(1.25rem, 6vw, 6rem);
  background: #4a2d21;
}

.haven-commercial-cta > div:first-child {
  max-width: 760px;
}

.haven-commercial-cta h2,
.haven-commercial-cta p {
  color: #fffdf8;
}

.haven-commercial-cta .haven-commercial-kicker {
  color: #d49a45 !important;
}

.haven-commercial-cta .haven-commercial-actions {
  flex: 0 0 auto;
  margin-bottom: 0;
}

@media (max-width: 1050px) {
  .haven-commercial-hero {
    grid-template-columns: 1fr 0.78fr;
  }

  .haven-partner-grid,
  .haven-option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .haven-commercial-hero {
    grid-template-columns: 1fr;
  }

  .haven-commercial-hero__copy {
    order: 2;
    max-width: none;
    padding-top: 3.4rem;
    padding-bottom: 4.5rem;
  }

  .haven-commercial-hero__media {
    order: 1;
    min-height: 380px;
    max-height: 520px;
  }

  .haven-commercial-proof {
    margin-top: -1.25rem;
  }

  .haven-commercial-roast-grid,
  .haven-commercial-story-grid {
    grid-template-columns: 1fr;
  }

  .haven-commercial-roast-grid figure {
    height: 500px;
  }

  .haven-commercial-story-grid figure {
    height: 380px;
  }

  .haven-commercial-story-grid > div {
    padding: 1rem 0;
  }

  .haven-commercial-cta {
    display: block;
  }

  .haven-commercial-cta .haven-commercial-actions {
    margin-top: 1.5rem;
  }
}

@media (max-width: 640px) {
  .haven-commercial-hero__media {
    min-height: 300px;
  }

  .haven-commercial-hero h1 {
    font-size: clamp(2.55rem, 12vw, 4rem);
  }

  .haven-commercial-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .haven-commercial-button {
    width: 100%;
  }

  .haven-commercial-proof,
  .haven-partner-grid,
  .haven-option-grid,
  .haven-process-list,
  .haven-origin-panel {
    grid-template-columns: 1fr;
  }

  .haven-commercial-proof div + div {
    border-top: 1px solid #ded2c3;
    border-left: 0;
  }

  .haven-commercial-section {
    padding-top: 4.1rem;
    padding-bottom: 4.1rem;
  }

  .haven-commercial-heading h2,
  .haven-commercial-roast-grid h2,
  .haven-commercial-story-grid h2,
  .haven-commercial-cta h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .haven-commercial-roast-grid figure,
  .haven-commercial-story-grid figure {
    height: 320px;
  }

  .haven-process-list li {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .haven-commercial-button {
    transition: none;
  }
}
