.content-card,
.product-sheet,
.process-card,
.value-card,
.contact-panel {
  box-sizing: border-box;
}

.brand-logo-link {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand-logo {
  display: block;
  width: 210px;
  height: 68px;
  object-fit: cover;
  object-position: center;
}

.footer-logo {
  display: block;
  width: 190px;
  max-width: 100%;
  height: 190px;
  object-fit: contain;
  object-position: center;
}

.content-card {
  padding: 2rem;
}

.about-values {
  padding-top: 6rem;
}

.product-sheet {
  margin-top: 3rem;
  padding: 2rem;
}

.product-line-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.product-line-heading {
  max-width: 46rem;
  margin-inline: auto;
  margin-bottom: 2rem;
}

.product-line-heading p {
  max-width: 38rem;
  margin: 1rem auto 0;
  line-height: 1.7;
}

.product-tabs {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 3rem;
}

.product-tabs button {
  padding: 0.7rem 1.5rem;
  border: 1px solid #e8e1d6;
  border-radius: 999px;
  background: #fff;
  color: #1f5e3b;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.product-tabs button:hover,
.product-tabs button.is-active {
  border-color: #1f5e3b;
  background: #1f5e3b;
  color: #fff;
}

[data-product-panel][hidden] {
  display: none;
}

.product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1.5rem;
}

.product-list span {
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  background: rgb(31 94 59 / 8%);
  color: #1f5e3b;
  font-size: 0.8rem;
  font-weight: 600;
}

.product-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border-radius: 1.75rem;
  background: #fff;
  box-shadow: 0 20px 50px rgb(31 94 59 / 10%);
}

.product-visual {
  position: relative;
  min-height: 34rem;
  overflow: hidden;
}

.product-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgb(31 94 59 / 88%), transparent 62%);
  content: "";
}

.product-visual-overlay {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  padding: 2.5rem;
  color: #fff;
}

.product-visual-overlay span {
  color: #d4a55e;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-visual-overlay strong {
  margin-top: 0.2rem;
  font-family: var(--font-heading);
  font-size: 2.5rem;
}

.product-visual-overlay small {
  margin-top: 0.35rem;
  color: rgb(255 255 255 / 70%);
}

.product-details {
  align-self: center;
  padding: 3.5rem;
}

.product-kicker {
  margin-bottom: 0.75rem;
  color: #b88746;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-details h3 {
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
}

.product-cta {
  display: inline-flex;
  margin-top: 0.5rem;
  padding: 0.9rem 1.4rem;
  border-radius: 999px;
  background: #1f5e3b;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  transition: background 0.2s ease, transform 0.2s ease;
}

.product-cta:hover {
  background: #2f7850;
  transform: translateY(-2px);
}

.product-sheet-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.product-sheet-heading span {
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgb(184 135 70 / 12%);
  color: #9a6b31;
  font-size: 0.75rem;
  font-weight: 600;
}

.product-spec-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid #e8e1d6;
}

.product-spec-grid > div {
  padding: 1.5rem 1rem 0;
  border-right: 1px solid #e8e1d6;
}

.product-spec-grid > div:first-child {
  padding-left: 0;
}

.product-spec-grid > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.product-spec-grid dd {
  margin-top: 0.5rem;
  line-height: 1.5;
}

.process-card,
.value-card {
  min-height: 10rem;
  padding: 1.75rem;
}

.contact-panel {
  padding: 2.5rem;
}

.contact-heading {
  margin-bottom: 3.5rem;
}

.contact-subtitle {
  max-width: 38rem;
  margin: 1rem auto 0;
  color: #4b5563;
  line-height: 1.7;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(19rem, 1fr);
  align-items: start;
  gap: 3rem;
}

.contact-sidebar {
  display: grid;
  gap: 1.5rem;
}

.contact-map {
  height: 17rem;
  overflow: hidden;
  border: 1px solid #e8e1d6;
  border-radius: 1rem;
  background: rgb(31 94 59 / 8%);
}

.contact-info-card {
  padding: 2rem;
  border: 1px solid #e8e1d6;
  border-radius: 1.25rem;
  background: #fff;
}

.contact-info-list {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.contact-info-list span {
  display: block;
  margin-bottom: 0.25rem;
  color: #b88746;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-info-list p,
.contact-info-list a {
  color: #4b5563;
  font-size: 0.875rem;
  line-height: 1.5;
}

.contact-info-list a:hover {
  color: #1f5e3b;
}

.contact-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 1.75rem;
  padding: 0.9rem 1rem;
  border-radius: 0.85rem;
  background: #25d366;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  transition: background 0.2s ease, transform 0.2s ease;
}

.contact-whatsapp:hover {
  background: #1ebe5d;
  transform: translateY(-2px);
}

.hero-section {
  box-sizing: border-box;
  padding-top: 10rem;
  padding-bottom: 6rem;
}

.hero-content {
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.hero-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 48rem;
  margin-inline: auto;
  gap: 1rem;
}

.hero-highlight {
  padding: 1rem 1.25rem;
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 1rem;
  background: rgb(255 255 255 / 10%);
  backdrop-filter: blur(6px);
}

.hero-highlight-value {
  color: #d4a55e;
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 700;
}

.hero-highlight-label {
  margin-top: 0.25rem;
  color: rgb(255 255 255 / 70%);
  font-size: 0.8rem;
}

.processing-plant-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.processing-plant-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 3rem;
  margin-bottom: 4rem;
}

.plant-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, 13rem);
  gap: 1rem;
  margin-bottom: 3rem;
}

.plant-gallery figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 1rem;
  background: #5a3515;
}

.plant-gallery-featured {
  grid-column: span 2;
  grid-row: span 2;
}

.plant-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.plant-gallery figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgb(0 0 0 / 55%), transparent 60%);
  content: "";
}

.plant-gallery figure:hover img {
  transform: scale(1.04);
}

.plant-gallery figcaption {
  position: absolute;
  z-index: 1;
  bottom: 1rem;
  left: 1rem;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: rgb(31 94 59 / 88%);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
}

.plant-capabilities {
  padding: 2.5rem;
  border: 1px solid #e8e1d6;
  border-radius: 1.5rem;
  background: #f7f4ee;
  text-align: center;
}

.plant-capabilities-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.plant-capability {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1.25rem;
  border: 1px solid #e8e1d6;
  border-radius: 1rem;
  background: #fff;
  color: #374151;
  text-align: left;
}

.plant-capability span {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: rgb(184 135 70 / 14%);
  color: #b88746;
  font-size: 0.75rem;
  font-weight: 700;
}

.site-footer {
  background: #5a3515;
}

.footer-main {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 1fr 1.2fr;
  gap: 3rem;
}

.footer-description {
  max-width: 19rem;
  margin-top: 1rem;
  color: rgb(255 255 255 / 62%);
  font-size: 0.875rem;
  line-height: 1.7;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.head-social-links {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.head-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  color: rgb(255 255 255 / 78%);
  transition: color 0.2s ease, transform 0.2s ease;
}

.head-social-link svg {
  width: 0.9rem;
  height: 0.9rem;
}

.head-social-link:hover {
  color: #d4a55e;
  transform: translateY(-1px);
}

.header-contact-cta {
  padding: 0.625rem 1.25rem;
  border-radius: 999px;
  background: #1f5e3b;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  transition: background 0.2s ease, transform 0.2s ease;
}

.header-contact-cta:hover {
  background: #2d734d;
  transform: translateY(-1px);
}

.footer-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0.25rem;
  color: rgb(255 255 255 / 75%);
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-social-link svg {
  width: 1.15rem;
  height: 1.15rem;
}

.footer-whatsapp:hover {
  color: #4ade80;
  transform: translateY(-2px);
}

.footer-facebook:hover {
  color: #77adf7;
  transform: translateY(-2px);
}

.footer-instagram:hover {
  color: #f08bbb;
  transform: translateY(-2px);
}

.footer-social-link:focus-visible,
.head-social-link:focus-visible {
  outline: 2px solid #d4a55e;
  outline-offset: 3px;
}

.production-chain-section {
  overflow: hidden;
  padding: 3.5rem 0;
  background: #fff;
}

.production-chain-scroll {
  width: min(100%, 96rem);
  margin-inline: auto;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-color: #c39236 #f3ead9;
  scrollbar-width: thin;
}

.production-chain-scroll img {
  display: block;
  width: 100%;
  min-width: 68rem;
  height: auto;
}

.production-chain-scroll:focus-visible {
  outline: 3px solid #c39236;
  outline-offset: -3px;
}

.production-chain-swipe {
  display: none;
  margin: 0 1.25rem 0.75rem;
  color: #53645a;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
}

.production-chain-accessible {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 767px) {
  .production-chain-section {
    padding: 2.25rem 0;
  }

  .production-chain-swipe {
    display: block;
  }

  .production-chain-scroll {
    padding-bottom: 0.75rem;
  }
}

.footer-title {
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 1px;
  background: #b88746;
  content: "";
}

.footer-links {
  display: grid;
  gap: 0.75rem;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  color: rgb(255 255 255 / 60%);
  font-size: 0.875rem;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-links a::before {
  width: 0;
  height: 1px;
  margin-right: 0;
  background: #b88746;
  content: "";
  transition: width 0.2s ease, margin-right 0.2s ease;
}

.footer-links a:hover {
  color: #d4a55e;
  transform: translateX(0.15rem);
}

.footer-links a:hover::before {
  width: 1rem;
  margin-right: 0.5rem;
}

.footer-contact {
  display: grid;
  gap: 1rem;
  font-style: normal;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: rgb(255 255 255 / 60%);
  font-size: 0.875rem;
  line-height: 1.5;
  transition: color 0.2s ease;
}

a.footer-contact-item:hover {
  color: #d4a55e;
}

.footer-contact-item svg {
  width: 1rem;
  height: 1rem;
  margin-top: 0.15rem;
  flex: 0 0 auto;
  color: #b88746;
}

.footer-divider {
  height: 1px;
  background: rgb(255 255 255 / 10%);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  color: rgb(255 255 255 / 42%);
  font-size: 0.8rem;
}

@media (max-width: 1023px) {
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-sidebar {
    grid-template-columns: 1fr 1fr;
  }

  .product-showcase {
    grid-template-columns: 1fr;
  }

  .product-visual {
    min-height: 27rem;
  }

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

  .product-spec-grid > div,
  .product-spec-grid > div:first-child,
  .product-spec-grid > div:last-child {
    padding: 1.25rem;
    border-right: 0;
    border-bottom: 1px solid #e8e1d6;
  }

  .processing-plant-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }

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

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

@media (max-width: 639px) {
  .contact-sidebar {
    grid-template-columns: 1fr;
  }

  .contact-map {
    height: 15rem;
  }

  .product-line-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .product-tabs {
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }

  .product-tabs button {
    padding: 0.6rem 1rem;
  }

  .product-visual {
    min-height: 23rem;
  }

  .product-visual-overlay {
    padding: 1.5rem;
  }

  .product-visual-overlay strong {
    font-size: 2rem;
  }

  .product-details {
    padding: 1.5rem;
  }

  .product-details h3 {
    font-size: 1.75rem;
  }

  .product-sheet-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-spec-grid {
    grid-template-columns: 1fr;
  }

  .hero-section {
    min-height: auto;
    padding-top: 8.5rem;
    padding-bottom: 4.5rem;
  }

  .hero-content {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .hero-highlights {
    grid-template-columns: 1fr;
    max-width: 20rem;
    margin-top: 2.5rem;
  }

  .processing-plant-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .processing-plant-heading {
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }

  .plant-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 15rem 10rem 10rem;
  }

  .plant-gallery-featured {
    grid-column: span 2;
    grid-row: auto;
  }

  .plant-capabilities {
    padding: 1.5rem;
  }

  .plant-capabilities-grid {
    grid-template-columns: 1fr;
  }

  .brand-logo {
    width: 180px !important;
    height: 58px !important;
  }

  .footer-logo {
    width: 170px !important;
    height: 170px !important;
    margin-inline: auto;
    object-fit: contain;
    object-position: center;
  }

  .content-card,
  .product-sheet,
  .process-card,
  .value-card,
  .contact-panel {
    padding: 1.5rem;
  }

  .product-sheet dl > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
  }

  .product-sheet dd {
    text-align: left;
  }

  .contact-heading {
    margin-bottom: 2.5rem;
  }

  .footer-main {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .footer-brand {
    text-align: center;
  }

  .footer-social-links {
    justify-content: center;
  }

  .footer-description {
    margin-inline: auto;
  }

  .footer-title::after {
    width: 1.5rem;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}
