.hero-home {
  position: relative;
  min-height: 555px;
  height: auto;
  background-color: lightgray;
  background-image:
    linear-gradient(
      180deg,
      rgba(26, 25, 25, 0.6) 27.35%,
      rgba(102, 102, 102, 0.5) 100%
    ),
    linear-gradient(
      90deg,
      rgba(56, 56, 56, 0.7) 0%,
      rgba(56, 56, 56, 0.4) 60%,
      rgba(56, 56, 56, 0.7) 100%
    ),
    url("../assets/images/home-hero.jpg");
  background-position: 0 0, 0 0, 0 -0.383px;
  background-size: 100% 100%, 100% 100%, 100% 103.121%;
  background-repeat: no-repeat;
}

.hero-page {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 734px;
  padding: 24px 50px 40px 50px;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(100%, 1312px);
  margin: 0 auto;
  text-align: center;
  color: var(--Beige-Cusanos);
}

.hero-title,
.section-heading h1,
.contact-card h1 {
  margin-top: 230px;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  letter-spacing: 2%;
  font-size: 60px;
  line-height: 1;

  color: var(--Beige-Cusanos);
}

.hero-copy {
  font-family: "Open Sans", sans-serif;
text-align: center;
max-width: 886px;
margin: 0 auto;
margin-top: 24px;
color: #DBDBDB;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 80px 0px;
}

.hero-button {

  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
 
  padding: 8px 12px;
 border-radius: 0;


  min-width: 180px;

}

.hero-button-primary {
  background: var(--Red--Cusanos);
  border: 1px solid var(--Red--Cusanos, #B42A2C);
  color: #fff;
}

.hero-button-primary:hover,
.hero-button-primary:focus-visible {
  background: #972123;
  border-color: #972123;
  color: #fff;
}

.hero-button-secondary {
  background: transparent;
  border: 1px solid rgba(240, 221, 193, 0.7);
  color: var(--Beige-Cusanos);
}

.hero-button-secondary:hover,
.hero-button-secondary:focus-visible {
  background: rgba(240, 221, 193, 0.08);
  border-color: rgba(240, 221, 193, 0.9);
  color: #fff;
}

.hero-stats {
  list-style: none;
  margin: 58px auto 0;
  padding: 0;
  width: min(100%, 958px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.hero-stat {
  padding: 10px 28px 0;
  text-align: center;
  border-left: 1px solid rgba(240, 221, 193, 0.42);
}

.hero-stat:first-child {
  border-left: 0;
}

.hero-stat strong {
  display: block;
  font-family: "Open Sans", sans-serif;
  color: var(--grey-4);
  
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
}

.hero-stat span {
  display: block;
  font-family: "Open Sans", sans-serif;
  margin-top: 4px;
  color: var(--grey-4);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

@media (max-width: 992px) {
  .hero-actions{
    margin: 32px 0px;
  }

  .hero-page {
    min-height: auto;
    padding: 24px 20px 32px;
  }

  .hero-home {
    background-position: 0 0, 0 0, 50% center;
    background-size: 100% 100%, 100% 100%, cover;
  }

  .hero-title,
  .section-heading h1,
  .contact-card h1 {
    margin-top: 180px;
    font-size: clamp(2rem, 8vw, 3rem);
  }

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

  .hero-stats {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 42px;
  }

  .hero-stat {
    border-left: 0;
    border-top: 1px solid rgba(240, 221, 193, 0.28);
    padding: 22px 0 0;
  }

  .hero-stat:first-child {
    border-top: 0;
    padding-top: 0;
  }
}

@media (max-width: 575px) {
  .hero-actions {
    display: flex;
    flex-direction: column;
   

   
  }
  .hero-stat strong{
    font-size: 30px;
  }
  .hero-stat span{
    font-size: 16px;
  }
  .hero-stat{
    border: none;
  }

  .hero-title,
  .section-heading h1,
  .contact-card h1 {
    margin-top: 190px;
    font-size: 40px;
    margin-bottom: 0;
  }
}

/* Product portfolio + integrated distribution (home) */
.our-product-portfolio {
  position: relative;
  min-height: 555px;
  padding: 80px;
  height: auto;
  color: var(--portfolio-text);
  background-color: var(--white-cusanos, #fff);
  background-image:
    linear-gradient(
      0deg,
      rgba(56, 56, 56, 0.9) 0%,
      rgba(56, 56, 56, 0.9) 100%
    ),
    url("../assets/images/our-products-portfolio.jpg");
  background-position: 0 0, 0 0.032px;
  background-size: 100% 100%, 100% 131.001%;
  background-repeat: no-repeat;
}

.our-product-portfolio h2.our-product-portfolio__title {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-size: clamp(1.5rem, 2.5vw, 1.75rem);
  line-height: 1.12;
  margin: 0;
  color: var(--portfolio-text);
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  text-decoration: none;
  background: none;
  box-shadow: none;
}

.our-product-portfolio h2.our-product-portfolio__title::before {
  content: none;
  display: none;
}

/* Centered rule under section titles: 131×2px */
.our-product-portfolio h2.our-product-portfolio__title::after {
  content: "";
  display: block;
  width: 131px;
  height: 2px;
  margin: 24px auto;
  background: var(--Red--Cusanos);
  border: 0;
  padding: 0;
  box-shadow: none;
}

.our-product-portfolio
  h2.our-product-portfolio__title.our-product-portfolio__title--distribution::after {
  background: var(--yellow-1) !important;
}



.our-product-portfolio__distribution {
  margin-top: 0;
  padding-top: 80px;
  border: 0;
}

.our-product-portfolio__title--spaced {
  margin-top: 0;
}

.our-product-portfolio__intro {
  font-family: "Open Sans", sans-serif;
  max-width: 808px;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: var(--grey-4);
  margin-bottom: 40px;
}

.our-product-portfolio__intro--narrow {
  margin-bottom: 40px;
  max-width: 760px;
}

.our-product-portfolio__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 100%;
  margin: 0 0 0;
  padding: 0;
  list-style: none;
}

.our-product-portfolio__img {
  display: block;
  margin: 0;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 0;
  border-radius: 2px;
}


.our-product-portfolio__tabs-card {
  max-width: 100%;
  margin: 0 auto;
  background: var(--portfolio-surface);
  border-radius: 0px;
  min-height: 740px;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.our-product-portfolio__tablist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin: 0 0 40px;
  padding: 0 24px 0;
  list-style: none;
  border-bottom: 0;
  gap: 0;
  row-gap: 0;
  border-radius: 0;
}

.our-product-portfolio__tablist .nav-item {
  flex: 1 1 0;
  min-width: min(180px, 100%);
  text-align: center;
  margin: 0;
}

.our-product-portfolio__tablist .nav-link {
  --bs-nav-link-color: var(--grey-4);
  --bs-nav-tabs-border-width: 0;
  color: var(--grey-4) !important;
  font-family: "Open Sans", sans-serif;
  font-size:24px;
  font-weight: 400 !important;

  letter-spacing: 3%;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  background: transparent !important;
  border: 0;
  border-radius: 0 !important;
  border-bottom: 1px solid var(--grey-2) !important;
  padding: 1.1rem 0.75rem 0.9rem;
  line-height: 1;
  margin-bottom: 0;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

.our-product-portfolio__tablist .nav-link:hover:not(.active) {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.05) !important;
  border-bottom-color: rgba(255, 255, 255, 0.2) !important;
}

.our-product-portfolio__tablist .nav-link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--portfolio-surface), 0 0 0 4px var(--portfolio-gold-focus);
}

.our-product-portfolio__tablist .nav-link.active {
  color: var(--yellow-1) !important;
  font-weight: 600;
  background: transparent !important;
  border-bottom: 3px solid var(--yellow-1) !important;
}

.our-product-portfolio__tab-panels {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  padding: 0 32px 8px;
}

.our-product-portfolio__tab-panels > .tab-pane {
  width: 100%;
}

.our-product-portfolio__tab-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 80px;
  justify-content: space-between;
}

.our-product-portfolio__tab-media,
.our-product-portfolio__text-col {
  flex: 1 1 0;
  min-width: 0;
}

.our-product-portfolio__tab-media {
  max-width: min(100%, 50%);
  margin: 0 auto;
  align-self: center;
}

.our-product-portfolio__text-col {
  max-width: 520px;
  margin: 0 auto;
}

.our-product-portfolio__tab-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
  border: 0;
}

.our-product-portfolio__tab-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.6;
  color: var(--grey-4);
  margin: 0 0 30px;
}

.our-product-portfolio__bullets,
.our-product-portfolio__tab-copy {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: var(--grey-4);

}
.our-product-portfolio__bullets li{
  margin-bottom: 16px;
}
.our-product-portfolio__bullets {
  margin: 0 0 30px;
  padding-left: 1.1rem;
}


.our-product-portfolio__tab-copy {
  text-align: left;
}

.our-product-portfolio__cta {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: none;
  padding: 8px 12px;
  line-height: 24px;
  color: var(--black-cusanos);
  background: var(--yellow-1);
  border: 0;
  border-radius: 0px;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.our-product-portfolio__cta:hover {
  color: var(--black-cusanos) !important;
  background-color: var(--yellow-2) !important;
}

.our-product-portfolio__cta:focus-visible {
  color: #111;
  background: #d4ae76;
  outline: none;
  box-shadow: 0 0 0 2px #2f2f2f, 0 0 0 4px var(--portfolio-gold-focus);
}

/* our-product-portfolio: tablet / small desktop — slightly tighter than Figma desktop */
@media (max-width: 1199px) {
  .our-product-portfolio {
    padding: 64px 32px 72px;
    min-height: 0;
  }

  .our-product-portfolio__distribution {
    padding-top: 64px;
  }

  .our-product-portfolio__tab-body {
    gap: 48px;
  }

  .our-product-portfolio__tabs-card {
    min-height: 0;
    padding: 32px 20px;
  }

  .our-product-portfolio__tablist {
    margin: 0 0 32px;
    padding: 0 12px 0;
  }
}

/* our-product-portfolio: tablet — 2-col grid, stacked tab content */
@media (max-width: 991px) {
  .our-product-portfolio {
    padding: 48px 20px 56px;
  }
  .hero-title,
.section-heading h1,
.contact-card h1{
  font-size: 40px;
}
.hero-actions{
  margin:40px 0px;
}

  .our-product-portfolio h2.our-product-portfolio__title::after {
    margin: 18px auto 20px;
  }

  .our-product-portfolio__distribution {
    padding-top: 48px;
  }

  .our-product-portfolio__intro,
  .our-product-portfolio__intro--narrow {
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 28px;
  }

  .our-product-portfolio__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .our-product-portfolio__tabs-card {
    padding: 24px 16px;
  }

  .our-product-portfolio__tablist {
    margin: 0 0 24px;
    padding: 0 8px 0;
  }

  .our-product-portfolio__tablist .nav-item {
    flex: 1 1 100%;
  }

  .our-product-portfolio__tablist .nav-link {
    text-align: center;
    font-size: 16px;
    padding: 0.9rem 0.5rem 0.75rem;
  }

  .our-product-portfolio__tab-panels {
    padding: 0 8px 4px;
  }

  .our-product-portfolio__tab-body {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }

  .our-product-portfolio__tab-media,
  .our-product-portfolio__text-col {
    max-width: 100%;
  }

  .our-product-portfolio__tab-title {
    font-size: 1.35rem;
  }
}

/* our-product-portfolio: mobile — minimal outer padding, single column, compact tabs */
@media (max-width: 575px) {
  .our-product-portfolio {
    padding: 32px 16px 40px;
  }
    .hero-title,
.section-heading h1,
.contact-card h1{
  font-size: 36px;
}

  .our-product-portfolio h2.our-product-portfolio__title {
    font-size: 1.25rem;
    letter-spacing: 0.1em;
  }

  .our-product-portfolio h2.our-product-portfolio__title::after {
    width: min(131px, 45vw);
    height: 2px;
    margin: 16px auto 16px;
  }

  .our-product-portfolio__distribution {
    padding-top: 32px;
  }

  .our-product-portfolio__intro,
  .our-product-portfolio__intro--narrow {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .our-product-portfolio__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .our-product-portfolio__tabs-card {
    padding: 20px 12px;
  }

  .our-product-portfolio__tablist {
    margin: 0 0 16px;
    padding: 0;
  }

  .our-product-portfolio__tablist .nav-link {
    font-size: 14px;
    padding: 0.75rem 0.35rem 0.6rem;
    letter-spacing: 0.08em;
  }

  .our-product-portfolio__tab-panels {
    padding: 0 0 0;
  }

  .our-product-portfolio__tab-body {
    gap: 20px;
  }

  .our-product-portfolio__tab-title {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }

  .our-product-portfolio__bullets,
  .our-product-portfolio__tab-copy {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 16px;
  }

  .our-product-portfolio__bullets {
    margin-bottom: 20px;
    padding-left: 1rem;
  }
}

/* Our History (home) — paper section bg; two columns; photo + overlay in right column */
.our-history-section {
  position: relative;
  padding: 80px;
  color: var(--text);
  background-color: #f5f1ea;
  background-image: url("../assets/images/white-smotth-textured-paper.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.our-history-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(28px, 4.5vw, 72px);
}

.our-history-section__content {
  text-align: left;
  max-width: 600px;
}

.our-history-section__title {
  margin: 0;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 2%;
  text-transform: uppercase;
  color: var(--black-cusanos);
}

.our-history-section__title::after {
  content: "";
  display: block;
  width: 131px;
  height: 2px;
  margin: 20px 0 22px;
  background: var(--Red--Cusanos, #B42A2C);
}

.our-history-section__lede {
  margin: 0 0 28px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 400;
  color: var(--black-cusanos);
  max-width: 42rem;
}

.our-history-section__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 40px;
  min-width: 240px;
  padding: 8px 12px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing:0%;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--white-cusanos);
  background: var(--Red--Cusanos);
  border: 1px solid var(--Red--Cusano);
  border-radius: 0;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.our-history-section__cta:hover {
  background: #972123;
  border-color: #972123;
  color: #ffffff;
}

.our-history-section__cta:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #f5f1ea, 0 0 0 4px #972123;
}

.our-history-section__cta-arrow {
  display: inline-flex;
  line-height: 0;
  flex-shrink: 0;
}

.our-history-section__cta-arrow svg {
  display: block;
  width: 16px;
  height: 12px;
}

.our-history-section__media {
  position: relative;
  margin: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 400px;
  overflow: hidden;


  background: url("../assets/images/assistant.png") center / cover no-repeat;
}

@media (max-width: 991px) {
  .our-history-section {
    padding: 56px 20px 64px;
  }

  .our-history-section__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .our-history-section__content {
    max-width: none;
  }

  .our-history-section__lede {
    max-width: none;
  }
}

@media (max-width: 575px) {
  .our-history-section {
    padding: 36px 16px 44px;
  }

  .our-history-section__title::after {
    margin: 16px 0 18px;
  }

  .our-history-section__lede {
    margin-bottom: 22px;
  }

  .our-history-section__grid {
    gap: 24px;
  }

  .our-history-section__media {
    height: 302px;
    aspect-ratio: auto;
  }
}
