/**
 * Home — seção "Sobre a Jomar Botões"
 */

.portal-shell .portal-home-about,
.portal-root .portal-home-about {
  position: relative;
  isolation: isolate;
  background-color: #f0ebe0 !important;
  border-top: 6px solid #ffffff;
  border-bottom: 6px solid #ffffff;
}

.portal-shell .portal-home-about.section-padding,
.portal-root .portal-home-about.section-padding {
  padding-top: clamp(4.5rem, 9vw, 7.5rem);
  padding-bottom: clamp(4.5rem, 9vw, 7.5rem);
}

.portal-shell .portal-home-about::before,
.portal-root .portal-home-about::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.15;
  background-image: url("/imagens/fundo-loja-costura-creme.jpg");
  background-repeat: repeat;
  background-size: 320px auto;
  background-position: center top;
}

.portal-shell .portal-home-about > .container,
.portal-root .portal-home-about > .container {
  position: relative;
  z-index: 1;
}

/* Tipografia — cinza escuro + azul marinho */
.portal-shell .portal-home-about__subtitle,
.portal-root .portal-home-about__subtitle {
  margin: 0 0 0.35rem;
  padding: 0;
  background: none !important;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #3d4a5c !important;
}

.portal-shell .portal-home-about__title,
.portal-root .portal-home-about__title {
  margin: 0 0 1.25rem;
  font-size: clamp(1.75rem, 3.2vw, 2.25rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.portal-shell .portal-home-about__title-cinza,
.portal-root .portal-home-about__title-cinza {
  color: #3d4a5c;
}

.portal-shell .portal-home-about__title-marinho,
.portal-root .portal-home-about__title-marinho {
  color: #0d1a33;
}

.portal-shell .portal-home-about__desc,
.portal-root .portal-home-about__desc {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #475569;
}

.portal-shell .portal-home-about__desc p,
.portal-root .portal-home-about__desc p {
  color: #475569;
}

.portal-shell .portal-home-about__destaque,
.portal-root .portal-home-about__destaque {
  font-weight: 700;
  color: #0d1a33;
}

.portal-shell .portal-home-about__lista,
.portal-root .portal-home-about__lista {
  padding-left: 1.25rem;
  margin: 1rem 0;
}

.portal-shell .portal-home-about__lista li,
.portal-root .portal-home-about__lista li {
  margin-bottom: 0.5rem;
  color: #475569;
}

.portal-shell .portal-home-about__lista li::marker,
.portal-root .portal-home-about__lista li::marker {
  color: #0d1a33;
}

/* Moldura branca — impressão fotográfica (margem larga + sombra) */
.portal-shell .portal-home-about__thumbnail,
.portal-root .portal-home-about__thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.25rem;
}

.portal-shell .portal-home-about__foto,
.portal-root .portal-home-about__foto {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: clamp(14px, 2.2vw, 18px) clamp(14px, 2.2vw, 18px) clamp(48px, 8vw, 64px);
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid rgba(15, 23, 42, 0.05);
  box-shadow:
    0 1px 1px rgba(15, 23, 42, 0.04),
    0 6px 16px rgba(15, 23, 42, 0.08),
    0 20px 40px -14px rgba(15, 23, 42, 0.2);
  transform: rotate(-1.15deg);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.portal-shell .portal-home-about__foto:hover,
.portal-root .portal-home-about__foto:hover {
  transform: rotate(0deg) translateY(-2px);
  box-shadow:
    0 2px 2px rgba(15, 23, 42, 0.05),
    0 10px 22px rgba(15, 23, 42, 0.1),
    0 28px 48px -12px rgba(15, 23, 42, 0.22);
}

.portal-shell .portal-home-about__foto img,
.portal-root .portal-home-about__foto img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 0;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.07);
}

@media (min-width: 992px) {
  .portal-shell .portal-home-about .row.align-items-center,
  .portal-root .portal-home-about .row.align-items-center {
    display: grid;
    grid-template-columns: minmax(0, 6fr) minmax(0, 5fr);
    gap: clamp(1.25rem, 2.5vw, 2rem);
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .portal-shell .portal-home-about .row.align-items-center > [class*="col-"],
  .portal-root .portal-home-about .row.align-items-center > [class*="col-"] {
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }
}

.portal-shell .portal-home-about .about-thumbnail,
.portal-root .portal-home-about .about-thumbnail {
  position: relative;
  transform: none;
}
