/* =============================================
   ABOUT PAGE — Figma node 48:2255
   Hero · Values (shared) · Refúgio bento · Missão · Sustentabilidade
   ============================================= */

.page-about {
  background: var(--color-bg);
}

/* -----------------------------------------------
   HERO — full-bleed, header pill floats over it
   (main.page-about has no .site-main padding-top)
   ----------------------------------------------- */
.about-hero {
  position: relative;
  width: 100%;
  height: clamp(560px, 60vw, 820px);   /* Figma ≈ 887px @ 1440 */
  overflow: hidden;
  background: var(--color-brown);
}

.about-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Left-to-right wash so cream text stays legible over the photo */
.about-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(79, 52, 27, .55) 0%,
    rgba(79, 52, 27, .28) 38%,
    rgba(79, 52, 27, 0)   68%
  );
  pointer-events: none;
}

.about-hero__content {
  position: absolute;
  left: max(var(--container-pad, 24px),
            calc((100vw - var(--container-max, 1212px)) / 2));
  top: 44%;
  transform: translateY(-50%);
  max-width: 420px;
  color: #ecddc5;
  z-index: 1;
}

.about-hero__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(40px, 4.4vw, 64px);
  line-height: 1;
  margin: 0 0 22px 0;
  color: #ecddc5;
}

.about-hero__subtitle {
  font-family: var(--font-body);
  font-size: clamp(15px, 1.3vw, 18px);
  font-weight: 500;
  line-height: 1.7;
  margin: 0;
  color: #ecddc5;
}

/* -----------------------------------------------
   REFÚGIO — section heading + bento grid
   ----------------------------------------------- */
.about-refugio {
  padding-block: clamp(48px, 6vw, 96px);
}

.about-refugio__heading {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.1;
  color: var(--color-dark);
  margin: 0 0 clamp(32px, 4vw, 56px) 0;
  max-width: 922px;
}

.about-bento {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 27px;
  align-items: start;
}

.about-bento__col {
  display: flex;
  flex-direction: column;
  gap: 27px;
}

/* Media tiles */
.about-bento__media {
  border-radius: 29px;
  overflow: hidden;
  background: var(--color-tan-light, #e8dcc8);
}
.about-bento__media--tall   { aspect-ratio: 569 / 534; }
.about-bento__media--taller { aspect-ratio: 569 / 618; }
.about-bento__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Tan content cards */
.about-bento__card {
  background: var(--color-tan);
  border-radius: 29px;
  padding: clamp(28px, 3vw, 44px);
  color: var(--color-brown);
}

.about-bento__label {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #452910;
  margin: 0 0 18px 0;
}

.about-bento__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(26px, 2.4vw, 32px);
  color: var(--color-dark);
  margin: 0 0 20px 0;
}

.about-bento__lead {
  font-family: var(--font-body);
  font-size: 18px;
  color: #948076;
  margin: 0 0 14px 0;
}

.about-bento__body {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 31px;
  color: var(--color-brown);
  margin: 0;
}

.about-bento__list {
  list-style: disc;
  padding-left: 27px;
  margin: 0;
  color: var(--color-brown);
}
.about-bento__list li {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 31px;
}

/* Two small rotated photos — decorative, centred under the bento grid */
.about-bento__deco {
  grid-column: 1 / -1;
  position: relative;
  height: 150px;
  margin-top: 24px;
}
.about-bento__deco-photo {
  position: absolute;
  left: 50%;
  top: 12px;
  width: 111px;
  height: 125px;
  border: 6px solid #99775b;
  border-radius: 10px;
  overflow: hidden;
}
.about-bento__deco-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-bento__deco-photo--1 {
  transform: translateX(-90%) rotate(-5.61deg);
  z-index: 1;
}
.about-bento__deco-photo--2 {
  transform: translateX(-10%) rotate(10.44deg);
  z-index: 2;
}

/* -----------------------------------------------
   MISSÃO — eyebrow + big lowercase quote
   ----------------------------------------------- */
.about-mission {
  padding-block: clamp(40px, 5vw, 80px);
  text-align: center;
}

.about-mission__eyebrow {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #c8ad8c;
  margin: 0 0 24px 0;
}

.about-mission__quote {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(24px, 2.8vw, 36px);
  line-height: 1.25;
  color: var(--color-brown);
  max-width: 1104px;
  margin-inline: auto;
  text-transform: lowercase;
}
.about-mission__quote::first-letter {
  text-transform: uppercase;
}

/* -----------------------------------------------
   SUSTENTABILIDADE — bg card + checklist
   ----------------------------------------------- */
.about-sustent {
  padding-block: clamp(32px, 4vw, 64px);
}

.about-sustent__card {
  position: relative;
  border-radius: 33px;
  overflow: hidden;
  min-height: 440px;
  aspect-ratio: 1212 / 544;
  background: var(--color-tan);
}

.about-sustent__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;   /* keep products (right) visible */
  display: block;
}

.about-sustent__content {
  position: absolute;
  left: clamp(28px, 4vw, 56px);
  top: 50%;
  transform: translateY(-50%);
  max-width: 500px;
  z-index: 1;
}

.about-sustent__heading {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(34px, 4.4vw, 64px);
  line-height: 0.95;
  color: var(--color-dark);
  margin: 0 0 24px 0;
}

.about-sustent__body {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 31px;
  color: var(--color-dark);
  margin: 0 0 28px 0;
  max-width: 487px;
}

.about-sustent__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about-sustent__list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--color-dark);
}
.about-sustent__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1.5px solid var(--color-dark);
  color: var(--color-dark);
}
.about-sustent__check svg { display: block; }

/* -----------------------------------------------
   RESPONSIVE
   ----------------------------------------------- */
@media (max-width: 900px) {
  .about-bento { grid-template-columns: 1fr; }
  .about-bento__deco { height: 140px; }

  .about-sustent__card {
    aspect-ratio: auto;
    min-height: 0;
  }
  .about-sustent__bg {
    position: relative;
    height: 280px;
  }
  .about-sustent__content {
    position: static;
    transform: none;
    max-width: none;
    padding: 32px clamp(24px, 5vw, 44px) 40px;
    background: var(--color-tan);
  }
}

@media (max-width: 600px) {
  .about-hero__content { top: auto; bottom: 48px; transform: none; }
}
