/* =====================================================
   HERO SECTION
   ===================================================== */
.hero {
  position: relative;
  height: 100vh;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

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

.hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
  z-index: 1;
}

.hero__overlay-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(150,113,40,0.1) 43%, rgba(48,36,13,0) 100%);
  z-index: 1;
}

.hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 max(var(--px), calc((100% - var(--max-w)) / 2));
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2vw, 24px);
}

.hero__eyebrow {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 3.6px;
  color: var(--color-cream);
  text-align: left;
  text-transform: uppercase;
}

.hero__heading {
  font-family: var(--font-serif);
  font-weight: 400;
  font-style: normal;
  font-size: var(--fs-hero);
  line-height: var(--lh-hero);
  letter-spacing: -0.03em;
  color: var(--color-cream);
}

.hero__heading em { font-style: italic; }

.hero__actions {
  padding-top: clamp(4px, 0.6vw, 8px);
}

.hero__scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 14px;
  height: 9px;
  opacity: 0.7;
}

/* =====================================================
   SECTION 2 — UM ESPAÇO EXCLUSIVO
   ===================================================== */
.exclusivity {
  background: var(--color-cream);
  padding: var(--py) var(--px);
  padding-bottom: calc(var(--py) + clamp(60px, 6vw, 80px));
}

.exclusivity__container {
  display: flex;
  gap: var(--gap-lg);
  align-items: flex-start;
  max-width: var(--max-w);
  width: 100%;
  margin: 0 auto;
}

.exclusivity__text {
  flex: 1 1 320px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.5vw, 31px);
}

.exclusivity__heading {
  font-family: var(--font-serif);
  font-weight: 400;
  font-style: normal;
  font-size: var(--fs-h2-xl);
  line-height: var(--lh-h2);
  color: var(--color-dark);
}

.exclusivity__heading em { font-style: italic; }

.exclusivity__body {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: var(--fs-body-lg);
  line-height: 1.625;
  color: var(--color-body);
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.exclusivity__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap-md);
}

/* image side */
.exclusivity__image-wrap {
  flex: 0 1 616px;
  min-width: clamp(260px, 40vw, 616px);
  position: relative;
}

.exclusivity__image {
  width: 100%;
  aspect-ratio: 616 / 700;
  overflow: hidden;
  position: relative;
}

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

.exclusivity__image-tint {
  position: absolute;
  inset: 0;
  background: rgba(150, 113, 40, 0.15);
  pointer-events: none;
}

.exclusivity__image-border {
  position: absolute;
  inset: 0;
  border: clamp(8px, 1.2vw, 16px) solid rgba(254, 248, 240, 0.5);
  pointer-events: none;
}

.exclusivity__quote {
  position: absolute;
  bottom: clamp(-32px, -3vw, -40px);
  left: clamp(-24px, -3vw, -40px);
  background: var(--color-cream);
  border: 1px solid var(--color-gold-border);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  padding: clamp(28px, 3.5vw, 49px) clamp(28px, 4vw, 49px);
  max-width: clamp(260px, 30vw, 384px);
  z-index: 2;
}

.exclusivity__quote p {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: var(--fs-body);
  line-height: 1.5;
  color: var(--color-body);
}

/* =====================================================
   SECTION 3 — DO SONHO À REALIZAÇÃO (intro)
   ===================================================== */
.realization-intro {
  background: var(--color-cream-alt);
  padding: var(--py) var(--px) 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(14px, 1.5vw, 20px);
}

.realization-intro__heading {
  font-family: var(--font-serif);
  font-weight: 400;
  font-style: normal;
  font-size: var(--fs-hero);
  line-height: 1.17;
  color: var(--color-dark);
}

.realization-intro__heading em { font-style: italic; }

.realization-intro__body {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: var(--fs-body-lg);
  line-height: 1.625;
  color: var(--color-body);
  max-width: 760px;
}

/* =====================================================
   EXPAND SECTION — imagem expande no scroll
   ===================================================== */
.expand-section {
  background: var(--color-cream-alt);
  padding-bottom: 3px;
}

.expand-section__sticky {
  height: 100vh;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.expand-section__frame {
  width: 70.34%;
  height: 70.34%;
  position: relative;
  overflow: hidden;
  will-change: width, height;
}

.expand-section__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.expand-section__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

.expand-section__cta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

@media (max-width: 768px) {
  .expand-section__cta {
    white-space: normal;
    text-align: center;
    max-width: 80%;
  }
}

/* CTA sobrepõe a borda inferior da galeria */
.cta-section {
  position: relative;
  z-index: 1;
}

/* =====================================================
   RESPONSIVO — HOME
   ===================================================== */
@media (max-width: 900px) {
  .exclusivity__container {
    flex-direction: column;
  }

  .exclusivity__image-wrap {
    flex: none;
    width: 100%;
    min-width: 0;
  }

  .exclusivity__quote {
    position: static;
    max-width: 100%;
    margin-top: 16px;
    bottom: auto;
    left: auto;
  }

  .exclusivity {
    padding-bottom: var(--py);
  }
}
