.elementor-14037 .elementor-element.elementor-element-4b1b30b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:20px;margin-bottom:0px;}.elementor-14037 .elementor-element.elementor-element-4b1b30b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-14037 .elementor-element.elementor-element-5bb836b > .elementor-widget-container{margin:-20px 0px 0px 0px;}.elementor-14037 .elementor-element.elementor-element-000dac7 > .elementor-widget-container{margin:-20px 0px 0px 0px;}.elementor-14037 .elementor-element.elementor-element-2f0a759 > .elementor-widget-container{margin:-20px 0px 0px 0px;}.elementor-14037 .elementor-element.elementor-element-e298aac > .elementor-widget-container{margin:-20px 0px 0px 0px;}.elementor-14037 .elementor-element.elementor-element-7b47998 > .elementor-widget-container{margin:-20px 0px 0px 0px;}.elementor-14037 .elementor-element.elementor-element-50e9ada > .elementor-widget-container{margin:-20px 0px 0px 0px;}/* Start custom CSS for section, class: .elementor-element-4b1b30b *//* ==========================================================
   IN ACQUA VERITAS — HOME PREMIUM
   Hero + Experiências + Gift Card + Exclusividade + Reviews + FAQ + CTA
   ========================================================== */

:root {
  --iav-home-black: #10100f;
  --iav-home-ink: #1f1c18;
  --iav-home-stone: #f4efe7;
  --iav-home-stone-2: #ebe3d6;
  --iav-home-gold: #c8a977;
  --iav-home-gold-dark: #9d7f4d;
  --iav-home-white: #ffffff;
  --iav-home-muted: rgba(31, 28, 24, 0.68);
  --iav-home-line: rgba(31, 28, 24, 0.14);
  --iav-home-dark-line: rgba(255, 255, 255, 0.18);
  --iav-home-radius: 28px;
  --iav-home-radius-sm: 18px;
  --iav-home-shadow: 0 24px 70px rgba(16, 16, 15, 0.12);
}

/* ---------- Base ---------- */

.iav-home-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.iav-home-shell--narrow {
  width: min(860px, calc(100% - 40px));
}

.iav-home-section {
  padding: clamp(72px, 8vw, 128px) 0;
  background: var(--iav-home-stone);
  color: var(--iav-home-ink);
}

.iav-home-section:nth-of-type(even) {
  background: #fffaf2;
}

.iav-home-eyebrow {
  margin: 0 0 14px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--iav-home-gold-dark);
}

.iav-home-section-head {
  max-width: 760px;
  margin-bottom: clamp(34px, 5vw, 60px);
}

.iav-home-section-head--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.iav-home-section-head h2,
.iav-home-split__content h2,
.iav-home-exclusive h2,
.iav-home-reviews h2,
.iav-home-final-cta h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.04;
  letter-spacing: -0.035em;
  color: inherit;
}

.iav-home-section-head p,
.iav-home-split__content p,
.iav-home-exclusive p,
.iav-home-reviews p,
.iav-home-final-cta p {
  margin: 20px 0 0;
  font-size: clamp(1rem, 1.25vw, 1.14rem);
  line-height: 1.75;
  color: var(--iav-home-muted);
}

.iav-home-actions,
.iav-home-section-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.iav-home-actions--center {
  justify-content: center;
}

.iav-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.25s ease, opacity 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.iav-home-btn:hover {
  transform: translateY(-1px);
  opacity: 0.94;
}

.iav-home-btn--primary,
.iav-home-btn--primary:link,
.iav-home-btn--primary:visited {
  background: var(--iav-home-gold);
  color: #111111;
}

.iav-home-btn--secondary,
.iav-home-btn--secondary:link,
.iav-home-btn--secondary:visited {
  background: rgba(255, 255, 255, 0.08);
  color: var(--iav-home-white);
  border-color: rgba(255, 255, 255, 0.38);
}

.iav-home-btn--dark,
.iav-home-btn--dark:link,
.iav-home-btn--dark:visited {
  background: var(--iav-home-black);
  color: var(--iav-home-white);
}

.iav-home-btn--ghost,
.iav-home-btn--ghost:link,
.iav-home-btn--ghost:visited {
  background: transparent;
  color: var(--iav-home-white);
  border-color: rgba(255, 255, 255, 0.35);
}

.iav-home-text-link,
.iav-home-text-link:link,
.iav-home-text-link:visited {
  color: var(--iav-home-gold-dark);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(157, 127, 77, 0.35);
}

.iav-home-text-link:hover {
  border-bottom-color: rgba(157, 127, 77, 0.85);
}

/* ---------- Hero ---------- */

.iav-home-hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 80vh;
  display: flex;
  align-items: center;
  background: var(--iav-home-black);
  color: var(--iav-home-white);
  isolation: isolate;
}

.iav-home-hero__fallback,
.iav-home-hero__media,
.iav-home-hero__overlay {
  position: absolute;
  inset: 0;
}

.iav-home-hero__fallback {
  z-index: 0;
  background-image: var(--iav-hero-desktop-image);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(1.01);
}

.iav-home-hero__media {
  z-index: 1;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none;
}

.iav-home-hero.is-video-ready .iav-home-hero__media,
.iav-home-hero.is-playing .iav-home-hero__media {
  opacity: 1;
}

.iav-home-hero__player iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.iav-home-hero.is-video-fallback .iav-home-hero__media {
  display: none;
}

.iav-home-hero__player,
.iav-home-hero__player iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.iav-home-hero__overlay {
  z-index: 2;
  background:
    radial-gradient(circle at 82% 50%, rgba(200, 169, 119, 0.14), transparent 34%),
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.78) 0%,
      rgba(0, 0, 0, 0.60) 42%,
      rgba(0, 0, 0, 0.30) 100%
    );
}

.iav-home-hero__inner {
  position: relative;
  z-index: 3;
  padding: clamp(96px, 10vw, 150px) 0 clamp(70px, 8vw, 120px);
}

.iav-home-hero__content {
  width: min(100%, 810px);
}

.iav-home-hero h1 {
  margin: 0;
  font-size: clamp(2.6rem, 6vw, 6.1rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  color: inherit;
}

.iav-home-hero__lead {
  max-width: 680px;
  margin: 26px 0 0;
  font-size: clamp(1.04rem, 1.45vw, 1.28rem);
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.90);
}

.iav-home-hero__gift-link {
  margin: 18px 0 0;
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.86);
}

.iav-home-hero__gift-link a {
  color: var(--iav-home-gold);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(200, 169, 119, 0.45);
}

.iav-home-hero__gift-link a:hover {
  border-bottom-color: rgba(200, 169, 119, 0.95);
}

.iav-home-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 34px 0 0;
  list-style: none;
}

.iav-home-hero__badges li {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
  line-height: 1.3;
  backdrop-filter: blur(6px);
}

.iav-home-sound-toggle {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 4;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.35);
  color: #ffffff;
  font-size: 0.92rem;
  cursor: pointer;
  backdrop-filter: blur(6px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.iav-home-hero.is-playing .iav-home-sound-toggle {
  opacity: 1;
  pointer-events: auto;
}

/* ---------- Experiências ---------- */

.iav-home-card-grid {
  display: grid;
  gap: 18px;
}

.iav-home-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.iav-home-experience-card {
  position: relative;
  min-height: 300px;
  padding: clamp(26px, 3vw, 36px);
  border: 1px solid var(--iav-home-line);
  border-radius: var(--iav-home-radius);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.88), rgba(255,255,255,0.58)),
    var(--iav-home-stone-2);
  box-shadow: var(--iav-home-shadow);
}

.iav-home-card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 46px;
  border-radius: 999px;
  border: 1px solid rgba(157, 127, 77, 0.32);
  color: var(--iav-home-gold-dark);
  font-size: 0.82rem;
  font-weight: 700;
}

.iav-home-experience-card h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: var(--iav-home-ink);
}

.iav-home-experience-card p {
  margin: 16px 0 0;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--iav-home-muted);
}

/* ---------- Gift Card ---------- */

.iav-home-gift {
  background:
    radial-gradient(circle at 12% 0%, rgba(200, 169, 119, 0.15), transparent 30%),
    #fffaf2;
}

.iav-home-split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
}

.iav-home-split__media {
  overflow: hidden;
  min-height: 560px;
  border-radius: var(--iav-home-radius);
  background: var(--iav-home-stone-2);
  box-shadow: var(--iav-home-shadow);
}

.iav-home-split__media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  display: block;
  object-fit: cover;
  transform: scale(1.01);
}

.iav-home-split__content {
  max-width: 620px;
}

.iav-home-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.iav-home-chip-list span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 7px 14px;
  border: 1px solid rgba(157, 127, 77, 0.24);
  border-radius: 999px;
  background: rgba(255,255,255,0.55);
  color: var(--iav-home-ink);
  font-size: 0.9rem;
  font-weight: 600;
}

.iav-home-check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.iav-home-check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--iav-home-muted);
  line-height: 1.6;
}

.iav-home-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--iav-home-gold-dark);
  font-weight: 800;
}

.iav-home-small-note {
  margin-top: 18px !important;
  font-size: 0.95rem !important;
  color: rgba(31, 28, 24, 0.58) !important;
}

/* ---------- Exclusividade ---------- */

.iav-home-exclusive {
  padding: clamp(72px, 8vw, 118px) 0;
  background: var(--iav-home-black);
  color: var(--iav-home-white);
}

.iav-home-exclusive__box {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
  padding: clamp(34px, 5vw, 64px);
  border: 1px solid var(--iav-home-dark-line);
  border-radius: var(--iav-home-radius);
  background:
    radial-gradient(circle at 8% 0%, rgba(200, 169, 119, 0.18), transparent 34%),
    rgba(255, 255, 255, 0.045);
}

.iav-home-exclusive .iav-home-eyebrow {
  color: var(--iav-home-gold);
}

.iav-home-exclusive p {
  color: rgba(255, 255, 255, 0.78);
}

.iav-home-exclusive__items {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 8px 0 0;
  list-style: none;
}

.iav-home-exclusive__items li {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border: 1px solid var(--iav-home-dark-line);
  border-radius: 999px;
  text-align: center;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.06);
}

/* ---------- Avaliações ---------- */

.iav-home-reviews {
  background: var(--iav-home-stone);
}

.iav-home-reviews__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: start;
}

.iav-home-rating {
  margin: 30px 0 20px;
}

.iav-home-rating strong {
  display: block;
  font-size: clamp(3.4rem, 7vw, 6rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
  color: var(--iav-home-ink);
}

.iav-home-rating span {
  display: block;
  margin-top: 12px;
  color: var(--iav-home-muted);
  font-weight: 700;
}

.iav-home-testimonials {
  display: grid;
  gap: 16px;
}

.iav-home-testimonials blockquote {
  margin: 0;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--iav-home-line);
  border-radius: var(--iav-home-radius-sm);
  background: rgba(255, 255, 255, 0.62);
}

.iav-home-testimonials p {
  margin: 0;
  font-size: clamp(1.02rem, 1.4vw, 1.2rem);
  line-height: 1.65;
  color: var(--iav-home-ink);
}

/* ---------- FAQ ---------- */

.iav-home-faq {
  background: #fffaf2;
}

.iav-home-faq__list {
  display: grid;
  gap: 12px;
}

.iav-home-faq details {
  border: 1px solid var(--iav-home-line);
  border-radius: var(--iav-home-radius-sm);
  background: rgba(255, 255, 255, 0.70);
  overflow: hidden;
}

.iav-home-faq summary {
  cursor: pointer;
  padding: 22px 24px;
  color: var(--iav-home-ink);
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.35;
  list-style: none;
}

.iav-home-faq summary::-webkit-details-marker {
  display: none;
}

.iav-home-faq summary::after {
  content: "+";
  float: right;
  color: var(--iav-home-gold-dark);
  font-size: 1.35rem;
  line-height: 1;
}

.iav-home-faq details[open] summary::after {
  content: "–";
}

.iav-home-faq details p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--iav-home-muted);
  font-size: 1rem;
  line-height: 1.7;
}

/* ---------- CTA Final ---------- */

.iav-home-final-cta {
  padding: clamp(78px, 9vw, 140px) 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(200, 169, 119, 0.18), transparent 30%),
    linear-gradient(135deg, #11100f 0%, #201b14 100%);
  color: var(--iav-home-white);
}

.iav-home-final-cta__box {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}

.iav-home-final-cta .iav-home-eyebrow {
  color: var(--iav-home-gold);
}

.iav-home-final-cta p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.78);
}

/* ---------- Responsivo ---------- */

@media (max-width: 1024px) {
  .iav-home-card-grid--three {
    grid-template-columns: 1fr;
  }

  .iav-home-experience-card {
    min-height: auto;
  }

  .iav-home-card-number {
    margin-bottom: 28px;
  }

  .iav-home-split,
  .iav-home-reviews__layout,
  .iav-home-exclusive__box {
    grid-template-columns: 1fr;
  }

  .iav-home-split__media,
  .iav-home-split__media img {
    min-height: 430px;
  }

  .iav-home-exclusive__items {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .iav-home-shell,
  .iav-home-shell--narrow {
    width: min(100% - 32px, 1180px);
  }

  .iav-home-section {
    padding: 64px 0;
  }

  .iav-home-section-head {
    margin-bottom: 32px;
  }

  .iav-home-hero {
    min-height: 86vh;
    align-items: flex-end;
  }

  .iav-home-hero__fallback {
    background-image: var(--iav-hero-mobile-image);
    background-position: center center;
  }

  .iav-home-hero__media {
    display: none;
  }

  .iav-home-hero__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.20) 0%,
        rgba(0, 0, 0, 0.48) 38%,
        rgba(0, 0, 0, 0.84) 100%
      );
  }

  .iav-home-hero__inner {
    padding: 96px 0 36px;
  }

  .iav-home-hero h1 {
    font-size: clamp(2.25rem, 11vw, 3.55rem);
    line-height: 1;
  }

  .iav-home-hero__lead {
    margin-top: 20px;
    font-size: 1rem;
    line-height: 1.62;
  }

  .iav-home-actions,
  .iav-home-section-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .iav-home-btn {
    width: 100%;
    min-height: 54px;
    padding: 0 18px;
  }

  .iav-home-hero__badges {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 24px;
  }

  .iav-home-hero__badges li {
    width: 100%;
    border-radius: 14px;
  }

  .iav-home-sound-toggle {
    display: none;
  }

  .iav-home-split__media,
  .iav-home-split__media img {
    min-height: 360px;
  }

  .iav-home-split__media {
    border-radius: 22px;
  }

  .iav-home-exclusive {
    padding: 64px 0;
  }

  .iav-home-exclusive__box {
    padding: 28px;
    border-radius: 22px;
  }

  .iav-home-exclusive__items li {
    border-radius: 16px;
  }

  .iav-home-rating strong {
    font-size: 4rem;
  }

  .iav-home-faq summary {
    padding: 20px;
  }

  .iav-home-faq details p {
    padding: 0 20px 20px;
  }

  .iav-home-final-cta {
    padding: 70px 0;
  }
}

/* ==========================================================
   HOME PREMIUM — MELHORIAS VISUAIS COM IMAGENS
   ========================================================== */


/* ---------- Experiências com imagem ---------- */

.iav-home-experiences--visual {
  background:
    radial-gradient(circle at 90% 10%, rgba(200, 169, 119, 0.12), transparent 28%),
    var(--iav-home-stone);
}

.iav-home-visual-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.iav-home-visual-card {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  border-radius: var(--iav-home-radius);
  background: var(--iav-home-black);
  box-shadow: var(--iav-home-shadow);
}

.iav-home-visual-card a {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  min-height: 560px;
  color: #ffffff;
  text-decoration: none !important;
}

.iav-home-visual-card figure {
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: hidden;
}

.iav-home-visual-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.7s ease, opacity 0.7s ease;
}

.iav-home-visual-card a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.08) 0%,
      rgba(0, 0, 0, 0.32) 42%,
      rgba(0, 0, 0, 0.82) 100%
    );
}

.iav-home-visual-card__content {
  position: relative;
  z-index: 2;
  padding: clamp(24px, 3vw, 34px);
}

.iav-home-visual-card__content span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  color: var(--iav-home-gold);
  font-size: 0.78rem;
  font-weight: 800;
}

.iav-home-visual-card__content h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.5rem, 2.3vw, 2.1rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.iav-home-visual-card__content p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1rem;
  line-height: 1.65;
}

.iav-home-visual-card:hover img {
  transform: scale(1.07);
  opacity: 0.92;
}


/* ---------- Gift Card com imagem editorial ---------- */

.iav-home-split__media--gift {
  position: relative;
}

.iav-home-image-label {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 20px;
  background: rgba(16, 16, 15, 0.58);
  color: #ffffff;
  backdrop-filter: blur(12px);
}

.iav-home-image-label strong {
  display: block;
  color: var(--iav-home-gold);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.iav-home-image-label span {
  display: block;
  margin-top: 6px;
  font-size: 1rem;
  line-height: 1.4;
  color: rgba(255,255,255,0.88);
}


/* ---------- Bloco Ambiente / Galeria ---------- */

.iav-home-atmosphere {
  padding: clamp(78px, 9vw, 140px) 0;
  background:
    linear-gradient(180deg, #fffaf2 0%, var(--iav-home-stone) 100%);
  color: var(--iav-home-ink);
}

.iav-home-atmosphere__intro {
  max-width: 800px;
  margin-bottom: clamp(34px, 5vw, 62px);
}

.iav-home-atmosphere__intro h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4.4vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: var(--iav-home-ink);
}

.iav-home-atmosphere__intro p {
  margin: 20px 0 0;
  max-width: 680px;
  color: var(--iav-home-muted);
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  line-height: 1.75;
}

.iav-home-atmosphere__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  grid-template-rows: 280px 280px;
  gap: 18px;
}

.iav-home-atmosphere__item {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: var(--iav-home-radius);
  background: var(--iav-home-stone-2);
  box-shadow: var(--iav-home-shadow);
}

.iav-home-atmosphere__item--large {
  grid-row: span 2;
}

.iav-home-atmosphere__item--wide {
  grid-column: span 2;
}

.iav-home-atmosphere__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.015);
  transition: transform 0.8s ease, opacity 0.8s ease;
}

.iav-home-atmosphere__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(16, 16, 15, 0.02) 0%,
    rgba(16, 16, 15, 0.16) 100%
  );
  pointer-events: none;
}

.iav-home-atmosphere__item:hover img {
  transform: scale(1.06);
  opacity: 0.94;
}

.iav-home-atmosphere__note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid var(--iav-home-line);
}

.iav-home-atmosphere__note p {
  max-width: 680px;
  margin: 0;
  color: var(--iav-home-muted);
  font-size: 1rem;
  line-height: 1.7;
}


/* ---------- CTA final com imagem ---------- */

.iav-home-final-cta--image {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: var(--iav-home-black);
}

.iav-home-final-cta__bg,
.iav-home-final-cta__overlay {
  position: absolute;
  inset: 0;
}

.iav-home-final-cta__bg {
  z-index: -2;
  background-image: var(--iav-final-cta-image);
  background-size: cover;
  background-position: center center;
  transform: scale(1.02);
}

.iav-home-final-cta__overlay {
  z-index: -1;
  background:
    radial-gradient(circle at 50% 10%, rgba(200, 169, 119, 0.18), transparent 32%),
    linear-gradient(
      180deg,
      rgba(16, 16, 15, 0.62) 0%,
      rgba(16, 16, 15, 0.84) 100%
    );
}

.iav-home-final-cta--image .iav-home-final-cta__box {
  position: relative;
  z-index: 2;
}


/* ---------- Responsivo das melhorias visuais ---------- */

@media (max-width: 1024px) {
  .iav-home-visual-card-grid {
    grid-template-columns: 1fr;
  }

  .iav-home-visual-card,
  .iav-home-visual-card a {
    min-height: 430px;
  }

  .iav-home-atmosphere__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 300px 300px 300px;
  }

  .iav-home-atmosphere__item--large {
    grid-row: span 2;
  }

  .iav-home-atmosphere__item--wide {
    grid-column: span 2;
  }
}

@media (max-width: 767px) {
  .iav-home-visual-card,
  .iav-home-visual-card a {
    min-height: 390px;
  }

  .iav-home-visual-card__content {
    padding: 24px;
  }

  .iav-home-atmosphere {
    padding: 64px 0;
  }

  .iav-home-atmosphere__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 14px;
  }

  .iav-home-atmosphere__item,
  .iav-home-atmosphere__item--large,
  .iav-home-atmosphere__item--wide {
    grid-column: auto;
    grid-row: auto;
    height: 300px;
    border-radius: 22px;
  }

  .iav-home-atmosphere__item--large {
    height: 420px;
  }

  .iav-home-atmosphere__note {
    display: block;
  }

  .iav-home-atmosphere__note .iav-home-text-link {
    display: inline-block;
    margin-top: 16px;
  }

  .iav-home-image-label {
    left: 16px;
    right: 16px;
    bottom: 16px;
    border-radius: 16px;
  }
}

/* ===== LINKS MOBILE — VERSÃO MAIS PREMIUM ===== */

@media (max-width: 767px) {
  .iav-home-text-link,
  .iav-home-text-link:link,
  .iav-home-text-link:visited,
  .iav-home-hero__gift-link,
  .iav-home-hero__gift-link a {
    font-size: 15px !important;
    line-height: 1.45;
  }

  .iav-home-btn,
  .iav-home-btn:link,
  .iav-home-btn:visited {
    font-size: 16px !important;
    line-height: 1.2;
  }
}

/* ===== FUNDO #ebe3d6 NA SECÇÃO AMBIENTE ===== */

.iav-home-atmosphere {
  background: #ebe3d6 !important;
  color: var(--iav-home-ink, #1f1c18);
}

.iav-home-atmosphere .iav-home-eyebrow {
  color: var(--iav-home-gold-dark, #9d7f4d);
}

.iav-home-atmosphere__intro h2 {
  color: var(--iav-home-ink, #1f1c18);
}

.iav-home-atmosphere__intro p,
.iav-home-atmosphere__note p {
  color: rgba(31, 28, 24, 0.72);
}

.iav-home-atmosphere__note {
  border-top-color: rgba(31, 28, 24, 0.14);
}

.iav-home-atmosphere .iav-home-text-link,
.iav-home-atmosphere .iav-home-text-link:link,
.iav-home-atmosphere .iav-home-text-link:visited {
  color: var(--iav-home-gold-dark, #9d7f4d);
  border-bottom-color: rgba(157, 127, 77, 0.35);
}

.iav-home-atmosphere .iav-home-text-link:hover {
  border-bottom-color: rgba(157, 127, 77, 0.85);
}/* End custom CSS */