/* ── HERO — headline animada ── */
.hero-hl {
  display: flex; flex-direction: column;
  margin-bottom: clamp(20px, 3vw, 36px);
  text-align: left;
}
.hero-hl span {
  display: block;
  white-space: nowrap; /* garante 1 linha por span em qualquer tela */
  font-family: var(--display);
  font-size: clamp(1.4rem, 5.5vw, 5.5rem);
  font-weight: 400; line-height: 1.08; letter-spacing: -0.025em;
  color: var(--off-white);
  opacity: 0; transform: translateY(32px);
}
.hero-hl.play span {
  transition: opacity 0.35s cubic-bezier(0.16,1,0.3,1),
              transform 0.35s cubic-bezier(0.16,1,0.3,1);
  transition-delay: var(--hd, 0s);
  opacity: 1; transform: translateY(0);
}
.hero-hl em { font-style: italic; font-weight: 300; color: var(--sand); }
.hero-hl--center { text-align: center; align-items: center; }

/* ── HERO — layout home (alinhado à esquerda) ── */
.hero--home {
  justify-content: flex-start;
}
.hero-content--home {
  text-align: left;
  padding-left: clamp(28px, 7vw, 130px);
  padding-right: 0;
  max-width: none; /* o próprio nowrap controla a largura */
  margin: 0;
}
.hero-content--home .hero-actions {
  justify-content: flex-start;
  gap: 14px;
  /* cancela animação nativa do style.css — aparece só após headline */
  animation: none !important;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.3s cubic-bezier(0.16,1,0.3,1),
              transform 0.3s cubic-bezier(0.16,1,0.3,1);
}
.hero-content--home .hero-actions.hl-done {
  opacity: 1;
  transform: translateY(0);
}

/* ── HERO — banner principal da home (usado pelo site deles) ── */
.hero-bg {
  background-image: url('/assets/img/home/dsc00282.jpg');
  background-size: cover;
  background-position: center center;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  filter: contrast(1.10) saturate(1.18) brightness(1.03);
}
@media (max-width: 768px) {
  .hero-video {
    object-position: 60% center;
    filter: contrast(1.06) saturate(1.0) brightness(0.72);
  }
}
.hero-bg::before {
  background:
    radial-gradient(ellipse 70% 60% at 70% 30%, rgba(200,166,74,0.14) 0%, transparent 70%),
    radial-gradient(ellipse 50% 50% at 20% 80%, rgba(200,166,74,0.06) 0%, transparent 60%);
  mix-blend-mode: screen;
}
.hero-overlay {
  background: linear-gradient(
    to bottom,
    rgba(20,5,5,0.75) 0%,
    rgba(20,5,5,0.55) 40%,
    rgba(20,5,5,0.97) 100%
  );
}

/* ── SOBRE: imagem lateral ── */
.sobre-img {
  width: 100%; aspect-ratio: 4/5;
  border-radius: 16px; overflow: hidden;
  position: relative;
}
.sobre-img img {
  width: 100%; height: 100%; object-fit: cover;
}
.sobre-img::after {
  content: '';
  position: absolute; inset: 0;
  border: 1px solid rgba(200,166,74,0.25);
  border-radius: 16px;
  pointer-events: none;
}

/* ── EMP CARD NOMAD/CODAT sem foto: fundo escuro elegante ── */
.emp-card--nomad .emp-card-bg {
  background: linear-gradient(145deg,#0c1e1e 0%,#080e18 100%);
}

/* ── SECTION QUOTE — parallax scrolljack "morar e viver" ── */
.lifestyle-section {
  position: relative;
  height: 500vh;
}
.lifestyle-sticky {
  position: sticky; top: 0;
  height: 100vh; width: 100%;
  overflow: hidden;
  display: flex; align-items: center;
}
.lifestyle-bg {
  position: absolute;
  inset: -5%;
  background-image: url('/assets/img/nio/fotos/fachada-noite.jpg');
  background-size: cover;
  background-position: center 35%;
  transform: scale(1.18) translateZ(0);
  will-change: transform;
}
.lifestyle-overlay {
  position: absolute; inset: 0;
  background: rgba(5,5,5,0.35);
  z-index: 1;
  will-change: opacity;
}
.lifestyle-content {
  position: relative; z-index: 2;
  max-width: 720px; padding: 0 80px;
}
.lifestyle-content .section-tag {
  opacity: 0; transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.2,0.8,0.2,1);
}
.lifestyle-content.tag-in .section-tag {
  opacity: 1; transform: translateY(0);
}
.lifestyle-quote {
  font-family: var(--display);
  font-weight: 200;
  font-size: clamp(22px, 2.6vw, 38px);
  line-height: 1.45;
  letter-spacing: -0.005em;
  color: var(--off-white);
  margin: 0;
}
.lifestyle-quote .lq-word {
  display: inline-block;
  opacity: 0.18;
  transition: opacity 0.6s cubic-bezier(0.2,0.8,0.2,1), filter 0.6s cubic-bezier(0.2,0.8,0.2,1);
  filter: blur(3px);
  will-change: opacity, filter;
}
.lifestyle-quote .lq-word.in {
  opacity: 1;
  filter: blur(0);
}
.lifestyle-quote .lq-em { font-style: italic; color: var(--sand); }
@media (max-width: 768px) {
  /* height controlled by the fix block below */
  .lifestyle-content { padding: 0 24px; }
}

/* ══ HBA tokens ══ */
:root {
  --section-padding: clamp(60px, 40px + 0.0416666667 * 100vw, 120px);
  --site-padding:    clamp(24px, 18.6666666667px + 0.0111111111 * 100vw, 40px);
  --bs-gutter-x:     clamp(24px, 18.6666666667px + 0.0111111111 * 100vw, 40px);
}

/* ── Bootstrap grid (minimal — só o que o HBA usa aqui) ── */
.container-fluid { width: 100%; padding-right: calc(var(--bs-gutter-x) * .5); padding-left: calc(var(--bs-gutter-x) * .5); }
.row { display: flex; flex-wrap: wrap; margin-right: calc(var(--bs-gutter-x) * -.5); margin-left: calc(var(--bs-gutter-x) * -.5); }
.col-12 { flex: 0 0 auto; width: 100%; padding-right: calc(var(--bs-gutter-x) * .5); padding-left: calc(var(--bs-gutter-x) * .5); }
/* d-none ANTES dos breakpoints para que os overrides responsivos ganhem na cascade */
.d-none { display: none !important; }
@media (min-width: 992px) {
  .col-lg-10 { flex: 0 0 auto; width: 83.33333333%; }
  .offset-lg-1 { margin-left: 8.33333333%; }
  .d-lg-flex { display: flex !important; }
}

/* ── DATA-REVEAL-ANIMATION — clip-path na IMG (HBA exato) ── */
[data-reveal-animation] img,
[data-reveal-animation] video {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

#empreendimentos {
  background: var(--wine-3, #180808);
  color: var(--off-white);
}

/* ── Header ── */
.sge-header {
  padding: clamp(100px,12vw,180px) clamp(28px,7vw,120px) clamp(64px,8vw,100px);
  display: flex; flex-direction: column; gap: 36px;
  border-bottom: 1px solid rgba(236,234,233,0.08);
}
.sge-meta {
  display: flex; align-items: center; gap: 14px;
  font-family: var(--display);
  font-size: 11px; font-weight: 500; letter-spacing: 0.26em;
  text-transform: uppercase; color: var(--sand); opacity: 0.7;
}
.sge-line { display: block; width: 36px; height: 1px; background: var(--sand); opacity: 0.5; }

.sge-headline { display: flex; flex-direction: column; }
.sge-headline span {
  display: block;
  font-family: var(--display);
  font-size: clamp(3.2rem, 8.5vw, 9rem);
  font-weight: 400; line-height: 1.0; letter-spacing: -0.025em;
  color: var(--off-white);
  opacity: 0; transform: translateY(44px);
  transition: opacity 1.1s cubic-bezier(0.16,1,0.3,1),
              transform 1.1s cubic-bezier(0.16,1,0.3,1);
  transition-delay: var(--d, 0s);
}
.sge-headline.in-view span { opacity: 1; transform: translateY(0); }
.sge-headline em { font-style: italic; font-weight: 300; color: var(--sand); }

/* ══ STICKY GALLERY — CSS exato do HBA ══ */
/* Zera o padding global de section (style.css: section{padding:80px 0}) que quebra o pin do GSAP */
section.sticky_gallery { padding: 0 !important; background: #280b0b; }
.sticky_gallery { position: relative; }
/* main-media: ocupa 100% do container 100vh */
.sticky_gallery--main-media figure { width: 100%; height: 100%; }
.sticky_gallery--main-media figure img { width: 100%; height: 100%; object-fit: cover; }
.sticky_gallery--main-media { width: 100%; height: 100vh; height: 100lvh; }
.sticky_gallery--slide { position: relative; z-index: 2; margin-bottom: calc(var(--section-padding) * 1.2); }
.sticky_gallery--slide:first-child { margin-top: calc(var(--section-padding) * 2); }
.sticky_gallery--slide:last-child { margin-bottom: calc(var(--section-padding) * 3.9); }
.sticky_gallery--content-wrapper {
  position: absolute; top: 0; left: 0;
  width: 100%; height: 100vh; height: 100lvh;
  z-index: 3; display: flex; justify-content: flex-end;
  flex-direction: column; align-items: flex-start;
  opacity: 0; transition: opacity .75s ease;
}
@media (min-width: 992px) {
  .sticky_gallery--content-wrapper { justify-content: space-between; align-items: flex-end; flex-direction: row; }
}
.in-view .sticky_gallery--content-wrapper { opacity: 1; }
.sticky_gallery--content-bg {
  position: absolute; bottom: 0; left: 0;
  width: 100%; height: 30%;
  background: linear-gradient(0deg, #280b0b 0%, rgba(40,11,11,0) 100%);
  z-index: 0;
}
@media (max-width: 991.98px) { .sticky_gallery--content-bg { height: 50%; } }
/* content — canto inferior esquerdo alinhado com --site-padding da página */
.sticky_gallery--content {
  position: relative;
  padding: var(--site-padding);
  padding-bottom: calc(var(--site-padding) * 1.25);
  color: #fbfbf9; z-index: 2;
}
/* details — canto inferior direito, alinhado com --site-padding da página */
.sticky_gallery--content-details {
  position: relative; z-index: 1;
  color: #fbfbf9;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  padding: var(--site-padding);
  padding-bottom: calc(var(--site-padding) * 1.25);
}
@media (min-width: 992px) {
  .sticky_gallery--content-details {
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 120px;
  }
}
.sticky_gallery--content-details h5 {
  font-family: var(--display);
  font-size: 13px; font-weight: 500; letter-spacing: 0.26em;
  text-transform: uppercase; color: #fbfbf9;
  margin: 0; text-align: right;
}
/* .h1 inside sticky_gallery--content — ×3 */
.sticky_gallery--content .h1 {
  font-size: calc(4.33125rem + 4.725vw); font-weight: 500; line-height: 1.0;
  margin-top: 0; margin-bottom: .5rem;
  color: #fbfbf9;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.sticky_gallery--content .h1,
.sticky_gallery--content h2.h1 { font-variation-settings: 'wght' 500; }
@media (min-width: 1200px) { .sticky_gallery--content .h1 { font-size: 7.875rem; } }
/* btn inside sticky_gallery--content — só para btns sem modificador (não btn-gold) */
.sticky_gallery--content .btn:not(.btn-gold) { color: #fbfbf9; border: 1px solid #fbfbf9; }
.sticky_gallery--content .btn:not(.btn-gold):hover { color: #2d0b0b; }
.sticky_gallery--content .btn:not(.btn-gold) .btn__bg { background-color: #fbfbf9; }

/* btn-gold dentro do sticky_gallery — igual nav-cta */
.sticky_gallery--content .btn-gold {
  background: var(--sand);
  color: var(--wine);
  border: none;
}
.sticky_gallery--content .btn-gold:hover {
  background: var(--sand-light);
  box-shadow: 0 4px 16px rgba(215,149,94,0.30);
}

/* slide — proporção 5:2 com margens simétricas */
.sticky_gallery--slide {
  padding-left: clamp(12px, 2.5vw, 40px);
  padding-right: clamp(12px, 2.5vw, 40px);
}
.sticky_gallery--slide figure {
  width: 100%;
  height: auto;
  aspect-ratio: 5/2.2;
  overflow: hidden;
}
.sticky_gallery--slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* Footer */
.sge-foot {
  padding: clamp(60px,8vw,110px) clamp(28px,7vw,120px);
  border-top: 1px solid rgba(236,234,233,0.08);
}
.sge-foot-link {
  display: inline-flex; align-items: center; gap: 16px;
  font-family: var(--display);
  font-size: clamp(15px,1.4vw,21px); font-weight: 400; letter-spacing: 0.01em;
  color: var(--off-white); text-decoration: none;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(236,234,233,0.18);
  transition: color 0.4s, border-color 0.4s, gap 0.3s;
}
.sge-foot-link:hover { color: var(--sand); border-color: var(--sand); gap: 26px; }
.sge-arrow { transition: transform 0.3s; }
.sge-foot-link:hover .sge-arrow { transform: translateX(8px); }

/* ── Mobile ── */
@media (max-width: 991.98px) {
  .sge-header { padding: 80px 24px 48px; }
  /* NÃO sobrescrever sticky_gallery no mobile — o GSAP pin cuida disso */
  .sticky_gallery--slide { padding: 0 16px; margin-bottom: 28px; }
  .sticky_gallery--slide:first-child { margin-top: 60px; }
  .sticky_gallery--slide:last-child  { margin-bottom: 120px; }
  .sticky_gallery--slide figure { width: 100%; aspect-ratio: 3/4; } /* retrato — maior na tela */
  .sge-foot { padding: 56px 24px; }
}

/* ══ SOBRE — Editorial split-screen (luxo contido) ══ */
.sobre-feat-section {
  background: #f5f2f0;
  padding: clamp(72px, 9vw, 120px) 0;
}
.sobre-feat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(40px, 5vw, 88px);
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 clamp(24px, 4vw, 48px);
}
@media (max-width: 860px) {
  .sobre-feat-grid { grid-template-columns: 1fr; gap: 40px; }
}

/* — left column — */
.sobre-feat-copy { max-width: 100%; }
.sobre-feat-eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-size: 10px; font-weight: 500; letter-spacing: 0.34em;
  text-transform: uppercase; color: var(--brown);
  margin-bottom: 18px;
}
.sobre-feat-eyebrow .sobre-feat-line {
  width: 28px; height: 1px; background: var(--sand); opacity: 0.7;
}
.sobre-feat-title {
  font-family: var(--display);
  font-weight: 200;
  font-size: clamp(30px, 3.6vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: var(--wine);
  margin: 0 0 18px;
}
.sobre-feat-title em { font-style: italic; font-weight: 200; color: var(--brown); }
.sobre-feat-divider {
  width: 40px; height: 1px;
  background: var(--brown); opacity: 0.55;
  margin: 0 0 22px;
}
.sobre-feat-sub {
  font-size: var(--text-base);
  font-weight: 300;
  line-height: 1.80;
  color: var(--wine-70);
  max-width: 52ch;
  margin: 0 0 18px;
}
.sobre-feat-sub:last-of-type { margin-bottom: 28px; }

.sobre-feat-badges {
  display: flex; flex-wrap: wrap; gap: 12px;
  margin-bottom: 32px;
}
.sobre-feat-badge {
  background: rgba(200,166,74,0.06);
  border: 1px solid rgba(200,166,74,0.22);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 10px; font-weight: 500; letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--sand);
}

.sobre-feat-cta {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 10px; font-weight: 500; letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--brown);
  padding-bottom: 4px;
  position: relative;
  text-decoration: none;
  transition: color 0.4s ease;
}
.sobre-feat-cta::after {
  content: '';
  position: absolute; left: 0; bottom: 0;
  height: 1px; width: 100%;
  background: rgba(76,24,23,0.25);
  transition: background 0.4s ease;
}
.sobre-feat-cta:hover { color: var(--sand); }
.sobre-feat-cta:hover::after { background: var(--sand); }
.sobre-feat-cta .sobre-feat-arrow {
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.19,1,0.22,1);
}
.sobre-feat-cta:hover .sobre-feat-arrow { transform: translateX(6px); }

/* — right column (image) — */
.sobre-feat-frame {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 24px 70px -42px rgba(76,24,23,0.22);
}
.sobre-feat-frame::after {
  content: '';
  position: absolute; inset: 0;
  border: 1px solid rgba(200,166,74,0.16);
  border-radius: 2px;
  pointer-events: none;
  z-index: 2;
}
.sobre-feat-frame img {
  width: 100%; height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  filter: saturate(0.92);
  transition: transform 1.2s cubic-bezier(0.19,1,0.22,1), filter 1s ease;
  will-change: transform, filter;
}
.sobre-feat-frame:hover img {
  transform: scale(1.03);
  filter: saturate(0.98) brightness(1);
}

/* ══ GRUPO CIMA — Editorial (brand: wine + sand + Futura) ══ */
.grupo-feat-section {
  background: var(--wine);             /* #4c1817 */
  padding: clamp(96px, 12vw, 180px) clamp(24px, 4vw, 64px);
}
.grupo-feat-header {
  max-width: 1500px; margin: 0 auto clamp(64px, 8vw, 120px);
  text-align: left;
}
.grupo-feat-eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--display);          /* Futura */
  font-size: 11px; font-weight: 500; letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--sand);                   /* #da9758 */
  margin-bottom: 28px;
}
.grupo-feat-eyebrow .grupo-feat-line {
  width: 36px; height: 1px; background: var(--sand); opacity: 0.55;
}
.grupo-feat-title {
  font-family: var(--display);
  font-weight: 300;
  font-size: clamp(2.25rem, 4.5vw, 4rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--off-white);              /* #eceae9 */
  margin: 0; max-width: 18ch;
}
.grupo-feat-title em {
  font-style: italic; font-weight: 300;
  color: var(--sand);
  letter-spacing: -0.01em;
}

.grupo-feat-grid {
  max-width: 1500px; margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}
.grupo-feat-item {
  position: relative;
  padding: 48px 32px 16px 0;
  border-top: 1px solid rgba(236,234,233,0.18);
}
.grupo-feat-item + .grupo-feat-item {
  border-left: 1px solid rgba(236,234,233,0.10);
  padding-left: 48px;
}
@media (max-width: 860px) {
  .grupo-feat-grid { grid-template-columns: 1fr; }
  .grupo-feat-item + .grupo-feat-item { border-left: none; padding-left: 0; }
}
.grupo-feat-idx {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 300;
  color: var(--sand); opacity: 0.85;
  line-height: 1;
  margin-bottom: 36px;
}
.grupo-feat-tag {
  font-family: var(--display);
  font-size: 10px; font-weight: 500; letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--sand-light);
  margin-bottom: 16px;
}
.grupo-feat-name {
  font-family: var(--display);
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  font-weight: 400; letter-spacing: -0.01em;
  line-height: 1.05;
  color: var(--off-white);
  margin: 0 0 18px;
  transition: color 0.5s ease;
}
.grupo-feat-item:hover .grupo-feat-name { color: var(--sand); }
.grupo-feat-text {
  font-family: var(--sans);
  font-size: 0.95rem; font-weight: 300;
  line-height: 1.70;
  color: rgba(236,234,233,0.62);
  max-width: 36ch;
  margin: 0;
}

.grupo-feat-foot {
  max-width: 1500px; margin: clamp(56px, 7vw, 96px) auto 0;
  text-align: left;
}
/* Footer link follows the brand .btn.btn-outline-on-dark feel */
.grupo-feat-link {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--sans);
  font-size: 11px; font-weight: 500; letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--wine);
  background: var(--sand);
  padding: 14px 30px;
  border-radius: var(--radius-pill);
  text-decoration: none;
  transition: background 0.35s ease, color 0.35s ease, box-shadow 0.35s ease;
}
.grupo-feat-link:hover {
  background: var(--sand-light);
  box-shadow: 0 6px 20px rgba(215,149,94,0.30);
}
.grupo-feat-link .grupo-feat-arrow {
  display: inline-block;
  transition: transform 0.4s ease-out;
}
.grupo-feat-link:hover .grupo-feat-arrow { transform: translateX(6px); }

/* ══ CTA FINAL — Editorial close (brand) ══ */
.cta-feat-section {
  position: relative; isolation: isolate;
  padding: clamp(120px, 16vw, 220px) clamp(24px, 4vw, 64px);
  overflow: hidden;
  background: var(--wine-3);            /* #2a0d0d */
}
.cta-feat-bg {
  position: absolute; inset: 0; z-index: 0;
  background-image: url('/assets/img/bg/gourmet-hero.jpg');
  background-size: cover; background-position: center;
  opacity: 0.30;
  filter: saturate(0.85) brightness(0.85);
  transform: scale(1.04);
}
.cta-feat-overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(ellipse 80% 60% at 50% 50%, rgba(42,13,13,0.40) 0%, rgba(42,13,13,0.92) 85%),
    linear-gradient(to bottom, rgba(42,13,13,0.45), rgba(42,13,13,0.55));
}
.cta-feat-content {
  position: relative; z-index: 2;
  max-width: 720px; margin: 0 auto;
  text-align: center;
}
.cta-feat-eyebrow {
  display: inline-flex; align-items: center; justify-content: center; gap: 14px;
  font-family: var(--display);
  font-size: 11px; font-weight: 500; letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--sand);
  margin-bottom: 32px;
}
.cta-feat-eyebrow .cta-feat-line {
  width: 40px; height: 1px; background: var(--sand); opacity: 0.50;
}
.cta-feat-title {
  font-family: var(--display);
  font-weight: 300;
  font-size: clamp(2.5rem, 5.4vw, 5rem);
  line-height: 1.02;
  letter-spacing: -0.028em;
  color: var(--off-white);
  margin: 0 0 24px;
}
.cta-feat-title em {
  font-style: italic; font-weight: 300;
  color: var(--sand);
  letter-spacing: -0.01em;
}
.cta-feat-sub {
  font-family: var(--sans);
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  font-weight: 300; line-height: 1.75;
  color: rgba(236,234,233,0.70);
  max-width: 44ch; margin: 0 auto 48px;
}
.cta-feat-actions {
  display: inline-flex; align-items: center; gap: 14px;
  flex-wrap: wrap; justify-content: center;
}
/* Buttons follow the brand .btn / .btn-gold / .btn-outline pattern */
.cta-feat-btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--sans);
  font-size: 11px; font-weight: 500; letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 30px;
  border-radius: var(--radius-pill);
  transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.cta-feat-btn--primary {
  background: var(--sand);
  color: var(--wine);
}
.cta-feat-btn--primary:hover {
  background: var(--sand-light);
  box-shadow: 0 6px 20px rgba(215,149,94,0.30);
}
.cta-feat-btn--ghost {
  background: transparent;
  color: var(--off-white);
  border: 1px solid rgba(236,234,233,0.40);
}
.cta-feat-btn--ghost:hover {
  border-color: var(--sand);
  color: var(--sand);
  background: rgba(215,149,94,0.08);
}
.cta-feat-btn .cta-feat-arrow {
  display: inline-block;
  transition: transform 0.4s ease-out;
}
.cta-feat-btn:hover .cta-feat-arrow { transform: translateX(6px); }

/* ══ BOOTSTRAP UTILITIES — complementares ao grid já declarado ══ */

/* .col — coluna flexível genérica */
.col { flex: 1 0 0%; padding-right: calc(var(--bs-gutter-x) * .5); padding-left: calc(var(--bs-gutter-x) * .5); }

/* mb-3 (base, sem breakpoint) */
.mb-3 { margin-bottom: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important; }

/* d-none já declarado acima; aqui garantimos d-lg-block no contexto certo */

/* @media md (≥768px) */
@media (min-width: 768px) {
  .col-md-auto { flex: 0 0 auto; width: auto; padding-right: calc(var(--bs-gutter-x) * .5); padding-left: calc(var(--bs-gutter-x) * .5); }
  .d-md-flex    { display: flex !important; }
}

/* @media lg (≥992px) — adiciona ao bloco já existente */
@media (min-width: 992px) {
  .col-lg-6   { flex: 0 0 auto; width: 50%; padding-right: calc(var(--bs-gutter-x) * .5); padding-left: calc(var(--bs-gutter-x) * .5); }
  .col-lg-7   { flex: 0 0 auto; width: 58.33333333%; padding-right: calc(var(--bs-gutter-x) * .5); padding-left: calc(var(--bs-gutter-x) * .5); }
  .col-lg-8   { flex: 0 0 auto; width: 66.66666667%; padding-right: calc(var(--bs-gutter-x) * .5); padding-left: calc(var(--bs-gutter-x) * .5); }
  .d-lg-block { display: block !important; }
  .mb-lg-0    { margin-bottom: 0 !important; }
}

/* @media xl (≥1200px) */
@media (min-width: 1200px) {
  .col-xl-5 { flex: 0 0 auto; width: 41.66666667%; padding-right: calc(var(--bs-gutter-x) * .5); padding-left: calc(var(--bs-gutter-x) * .5); }
}

/* ══ COLOUR SCHEME — section.linen / section.forest ══ */
.linen { color: #2d0b0b; }
.forest { color: #fbfbf9; }
section.forest a, section.forest button { color: #fbfbf9; }

/* ══ PADDING HELPERS (HBA exato) ══ */
.padding-top  { padding-top:  var(--section-padding); }
.padding-bottom { padding-bottom: var(--section-padding); }
.modules section.padding-top:first-child:not(.hero) { padding-top: calc(var(--section-padding) * 2); }
@media (min-width: 992px) {
  .modules section.padding-top:first-child:not(.hero) { padding-top: calc(var(--section-padding) * 3); }
}

/* ══ FIGCAPTION (HBA exato) ══ */
figcaption {
  display: flex;
  -moz-column-gap: var(--site-padding);
  column-gap: var(--site-padding);
  max-width: 100%;
  text-transform: uppercase;
  margin-top: clamp(10px, 6.6666666667px + 0.0069444444 * 100vw, 20px);
}
figcaption span { white-space: nowrap; }
figcaption span:only-child { width: 100%; overflow: hidden; text-overflow: ellipsis; }

/* ══ TWO_COLUMN_TEXT_IMAGE_VIDEO — overrides CIMA ══ */

/* 1. Padding vertical reduzido em 60% (40% do valor original) */
section.two_column_text_image_video.padding-top  { padding-top:  calc(var(--section-padding) * 0.4) !important; }
section.two_column_text_image_video.padding-bottom { padding-bottom: calc(var(--section-padding) * 0.4) !important; }

/* 2. Fundo marrom CIMA + textos em laranja/areia */
section.two_column_text_image_video {
  background: var(--wine);
}
section.two_column_text_image_video h2,
section.two_column_text_image_video h3,
section.two_column_text_image_video h4,
section.two_column_text_image_video h5,
section.two_column_text_image_video p,
section.two_column_text_image_video figcaption {
  color: var(--sand);
}

/* ══ TWO_COLUMN_TEXT_IMAGE_VIDEO (HBA exato) ══ */
.text_top-1 figure,
.text_bottom-1 figure { margin-top: var(--section-padding); }
.text_bottom-2 figure  { margin-bottom: calc(var(--section-padding) / 2); }
.text_top-2 figure     { margin-top: calc(var(--site-padding) * 1.5); }
@media (min-width: 992px) {
  .text_top-2 figure { margin-top: calc(var(--section-padding) * 2); }
}
.two_column_text_image_video .subtitle_right {
  margin-top: 5px;
  padding-right: 30px;
  min-width: calc(16.66666667% + 30px);
}
/* ══════════════════════════════════════════
   MOBILE RESPONSIVENESS — home page
══════════════════════════════════════════ */

/* ── Fix background-attachment:fixed em iOS/touch ── */
@media (max-width: 768px), (hover: none) {
  .lifestyle-section {
    background-attachment: scroll, scroll;
    /* evita zoom extremo: reduz altura para cover só precise cobrir ~viewport */
    height: 130vh;
    background-size: cover, cover;
    background-position: center top, center top;
  }
}

/* ── Hero home — mobile ── */
@media (max-width: 768px) {
  .hero-hl span {
    white-space: normal;
    font-size: clamp(2.4rem, 10.5vw, 4rem);
    line-height: 1.06;
    letter-spacing: -0.03em;
  }
  .hero-content--home {
    padding-left: 24px;
    padding-right: 24px;
  }
  .hero-content--home .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    width: 100%;
  }
  .hero-content--home .hero-actions .btn {
    width: 100%;
    justify-content: center;
    padding: 16px 20px;
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  .hero-hl span {
    font-size: clamp(2rem, 11vw, 2.8rem);
  }
}

/* ── SGE header & footer — mobile ── */
@media (max-width: 768px) {
  .sge-header { padding: 60px 20px 36px; }
  .sge-foot   { padding: 40px 20px; }
  .sge-foot-link { font-size: 12px; gap: 14px; }
}

/* ── Sobre feat section — mobile ── */
@media (max-width: 640px) {
  .sobre-feat-section { padding: 56px 0; }
  .sobre-feat-grid { padding: 0 20px; }
  .sobre-img { aspect-ratio: 3/2; }
  .sobre-feat-copy h2 { font-size: clamp(1.6rem, 7vw, 2.4rem); }
}

/* ── Grupo feat section — mobile ── */
@media (max-width: 640px) {
  /* mesmo padding lateral do cta-feat-section */
  .grupo-feat-section { padding: 80px 24px; }
  .grupo-feat-header { margin-bottom: 40px; }
  .grupo-feat-grid { padding: 0; }
  .grupo-feat-idx { font-size: 2rem; margin-bottom: 20px; }
  .grupo-feat-name { font-size: 1.4rem; }
  .grupo-feat-text { font-size: 0.9rem; }
  .grupo-feat-foot { padding: 0; }
  /* esconde as linhas decorativas no mobile */
  .grupo-feat-eyebrow .grupo-feat-line { display: none; }
  .cta-feat-eyebrow .cta-feat-line    { display: none; }
}

/* ── CTA final — mobile ── */
@media (max-width: 640px) {
  .cta-feat-section { padding: 80px 24px; }
  .cta-feat-title { font-size: clamp(2rem, 8vw, 3rem); }
  .cta-feat-sub { font-size: 0.9rem; }
  .cta-feat-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .cta-feat-btn {
    justify-content: center;
    text-align: center;
  }
}

/* ── Sticky gallery slide names — mobile ── */
@media (max-width: 640px) {
  .sticky_gallery--content .h1 {
    font-size: clamp(2.2rem, 11vw, 3.5rem) !important;
  }
}

/* ── Lifestyle quote — very small screens ── */
@media (max-width: 400px) {
  .lifestyle-quote { font-size: 16px; line-height: 1.5; }
  .lifestyle-content { padding: 0 20px; }
}

/* sticky_gallery mobile — apenas ajustes de tamanho de fonte, o pin GSAP mantém o comportamento */
@media (max-width: 640px) {
  .sticky_gallery--content .h1 {
    font-size: clamp(2.2rem, 11vw, 3.5rem) !important;
  }
}
