/* ============================================================
   BLESS AVIATION — Design System
   Midnight navy · Brand blue · Champagne gold · Warm ivory
   ============================================================ */

:root {
  --ink: #0A0D16;
  --ink-2: #0F1422;
  --ink-3: #151C2E;
  --blue: #4C5FD5;
  --blue-deep: #3D4EC0;
  --gold: #C9A45C;
  --gold-soft: #D6B77C;
  --gold-rgb: 201, 164, 92;
  --gold-soft-rgb: 214, 183, 124;
  --grad-hi: #D8BC85;
  --grad-lo: #B08D45;
  --accent-focus: #E8D3A4;
  --accent-focus-rgb: 232, 211, 164;
  --accent-ink: #977723;        /* acento legível sobre fundo claro (cards de depoimento) */
  --btn-ink: #17130A;
  --ivory: #F5F2EA;
  --paper: #F8F6F1;
  --muted: #9AA3B8;
  --muted-dark: #5C6474;
  --line: rgba(var(--gold-soft-rgb), .22);
  --line-dark: rgba(10, 13, 22, .12);
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Manrope", "Segoe UI", sans-serif;
  --ease: cubic-bezier(.22, .8, .26, .99);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--ivory);
  background: var(--ink);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection { background: var(--gold); color: var(--ink); }

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--ink); }
::-webkit-scrollbar-thumb { background: var(--ink-3); border-radius: 5px; }
::-webkit-scrollbar-thumb:hover { background: var(--gold); }

img { max-width: 100%; display: block; }

.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

section { scroll-margin-top: 84px; }

/* ---------- Type ---------- */
.eyebrow {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin-bottom: 1.1rem;
}
.eyebrow--dark { color: var(--blue-deep); }

.title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(2rem, 4.2vw, 3.1rem);
  line-height: 1.14;
  letter-spacing: -.01em;
  margin-bottom: 1.4rem;
}
.title em, .hero__title em, .band h2 em {
  font-style: italic;
  color: var(--gold-soft);
}
.section--light .title em { color: var(--blue-deep); }

.lede {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.1rem;
}

.section-head { text-align: center; max-width: 720px; margin: 0 auto 4rem; }
.section-head--split {
  display: flex; text-align: left; max-width: none;
  justify-content: space-between; align-items: flex-start; gap: 3rem;
}
.section-head__note {
  max-width: 340px; color: var(--muted-dark); font-size: .95rem;
  margin-top: 2rem; /* Alinha o topo do texto com o topo do título no desktop */
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  font-family: var(--font-body);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.05rem 2.2rem;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  transition: all .35s var(--ease);
}
.btn--gold {
  background: linear-gradient(135deg, var(--grad-hi), var(--gold) 55%, var(--grad-lo));
  color: var(--btn-ink);
  box-shadow: 0 10px 30px -12px rgba(var(--gold-rgb), .55);
}
.btn--gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px -12px rgba(var(--gold-rgb), .7);
  filter: brightness(1.06);
}
.btn--ghost {
  border-color: rgba(245, 242, 234, .35);
  color: var(--ivory);
  background: rgba(245, 242, 234, .04);
  backdrop-filter: blur(4px);
}
.btn--ghost:hover { border-color: var(--gold-soft); color: var(--gold-soft); transform: translateY(-2px); }
.btn--full { width: 100%; text-align: center; }

/* ---------- Preloader: radar dourado ---------- */
.preloader {
  position: fixed; inset: 0; z-index: 200;
  background:
    radial-gradient(680px 480px at 50% 42%, rgba(76, 95, 213, .12), transparent 65%),
    radial-gradient(900px 700px at 50% 58%, rgba(var(--gold-soft-rgb), .07), transparent 60%),
    var(--ink);
  display: flex; align-items: center; justify-content: center;
  transition: opacity .8s ease, visibility .8s;
}
.preloader.is-done { opacity: 0; visibility: hidden; }
.preloader__inner { text-align: center; }
.preloader__radar {
  position: relative; width: 150px; height: 150px; margin: 0 auto;
}
.preloader__ring {
  position: absolute; inset: 0; border-radius: 50%;
  border: 1px solid rgba(var(--gold-soft-rgb), .3);
  box-shadow: 0 0 40px -8px rgba(var(--gold-soft-rgb), .25), inset 0 0 30px -12px rgba(var(--gold-soft-rgb), .2);
}
.preloader__ring::before {
  content: ""; position: absolute; inset: 12px; border-radius: 50%;
  border: 1px dashed rgba(var(--gold-soft-rgb), .22);
  animation: spin 14s linear infinite reverse;
}
.preloader__ring::after {
  content: ""; position: absolute; inset: 26px; border-radius: 50%;
  border: 1px solid rgba(var(--gold-soft-rgb), .12);
}
.preloader__sweep {
  position: absolute; inset: 0; border-radius: 50%;
  background: conic-gradient(from 0deg,
    transparent 0deg, transparent 250deg,
    rgba(var(--accent-focus-rgb), .04) 270deg,
    rgba(var(--accent-focus-rgb), .35) 340deg,
    var(--accent-focus) 360deg);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 26px), #000 calc(100% - 25px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 26px), #000 calc(100% - 25px));
  animation: spin 1.9s linear infinite;
}
.preloader__orbit {
  position: absolute; inset: 0;
  animation: spin 1.9s linear infinite;
}
.preloader__orbit svg {
  position: absolute; top: -8.5px; left: 50%;
  transform: translateX(-50%) rotate(90deg);
  filter: drop-shadow(0 0 6px rgba(var(--accent-focus-rgb), .8));
}
.preloader__center {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  animation: breathe 2.4s ease-in-out infinite;
}
.preloader__word {
  display: block; margin-top: 1.5rem;
  font-weight: 800; letter-spacing: .34em; font-size: .92rem;
  background: linear-gradient(100deg, #F5F2EA 38%, var(--accent-focus) 50%, #F5F2EA 62%);
  background-size: 220% 100%;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  animation: sheen 2.4s linear infinite;
}
.preloader__word em {
  font-family: var(--font-display); font-style: italic; font-weight: 500;
  letter-spacing: .08em; text-transform: none;
}
.preloader__tag {
  display: block; margin-top: .55rem;
  font-size: .62rem; font-weight: 600;
  letter-spacing: .3em; text-transform: uppercase;
  color: rgba(245, 242, 234, .38);
}
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes breathe { 50% { transform: scale(1.06); opacity: .85; } }
@keyframes sheen { to { background-position: -220% 0; } }

/* ---------- Navbar ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background .4s ease, box-shadow .4s ease, padding .4s ease;
}
.nav__inner {
  width: min(1320px, calc(100% - 48px)); margin-inline: auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.4rem 0;
  transition: padding .4s ease;
}
.nav.is-scrolled {
  background: rgba(10, 13, 22, .82);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(var(--gold-soft-rgb), .16), 0 20px 40px -30px rgba(0,0,0,.8);
}
.nav.is-scrolled .nav__inner { padding: .8rem 0; }

.nav__brand {
  display: flex; align-items: center; gap: .7rem;
  text-decoration: none; color: var(--ivory);
}
.nav__mark { width: 40px; height: 40px; color: var(--ivory); }
.nav__word {
  font-weight: 800; font-size: 1.25rem; letter-spacing: .16em; line-height: 1;
}
.nav__word small {
  display: block; font-family: var(--font-display); font-style: italic;
  font-weight: 500; font-size: .78rem; letter-spacing: .12em;
  color: var(--gold-soft); text-transform: none; margin-top: .18rem;
}

.nav__links { display: flex; align-items: center; gap: 2rem; }
.nav__ico { display: none; }
.nav__links > a:not(.btn) {
  color: var(--ivory); text-decoration: none;
  font-size: .8rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  position: relative; padding: .3rem 0;
  opacity: .82; transition: opacity .3s;
}
.nav__links > a:not(.btn)::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 0; height: 1px; background: var(--gold-soft);
  transition: width .35s var(--ease);
}
.nav__links > a:not(.btn):hover, .nav__links > a.is-active { opacity: 1; }
.nav__links > a:not(.btn):hover::after, .nav__links > a.is-active::after { width: 100%; }
.nav__cta { padding: .75rem 1.5rem; font-size: .72rem; }

.nav__scrim {
  position: fixed; inset: 0; z-index: 98;
  background: rgba(7, 9, 16, .55);
  -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);
  opacity: 0; visibility: hidden;
  transition: opacity .4s ease, visibility .4s;
}
.nav__scrim.is-open { opacity: 1; visibility: visible; }

.nav__toggle {
  display: none; background: none; border: 0; cursor: pointer;
  width: 42px; height: 42px; position: relative; z-index: 110;
}
.nav__toggle span {
  display: block; width: 26px; height: 2px; background: var(--ivory);
  margin: 7px auto; transition: transform .35s var(--ease), opacity .3s;
}
.nav__toggle.is-open span:first-child { transform: translateY(4.5px) rotate(45deg); }
.nav__toggle.is-open span:last-child { transform: translateY(-4.5px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 100svh;
  display: flex; flex-direction: column; justify-content: center;
  overflow: hidden;
}
.hero__bg { position: absolute; inset: 0; }
.hero__bg img {
  width: 100%; height: 100%; object-fit: cover;
  animation: kenburns 22s ease-in-out infinite alternate;
}
@keyframes kenburns {
  from { transform: scale(1) translateX(0); }
  to { transform: scale(1.12) translateX(-1.5%); }
}
.hero__veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(10,13,22,.62) 0%, rgba(10,13,22,.28) 40%, rgba(10,13,22,.86) 100%),
    linear-gradient(100deg, rgba(10,13,22,.75) 0%, rgba(10,13,22,.15) 60%);
}
.hero__content { position: relative; z-index: 2; padding-top: 6rem; }
.hero__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(2.6rem, 6.2vw, 4.9rem);
  line-height: 1.08;
  letter-spacing: -.015em;
  max-width: 26ch;
  text-shadow: 0 4px 40px rgba(0,0,0,.45);
}
.hero__sub {
  max-width: 560px;
  margin-top: 1.6rem;
  font-size: 1.06rem;
  color: rgba(245, 242, 234, .88);
  font-weight: 300;
}
.hero__actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 2.6rem; }

.hero__foot {
  position: relative; z-index: 2;
  margin-top: auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem;
  padding: 2.2rem 0 3.4rem;
  border-top: 1px solid rgba(245, 242, 234, .16);
}
.hero__stat strong {
  display: block; font-family: var(--font-display);
  font-size: 1.3rem; font-weight: 600; letter-spacing: .01em;
  color: var(--gold-soft);
}
.hero__stat span { font-size: .84rem; color: rgba(245,242,234,.66); }

.hero__scroll {
  position: absolute; bottom: 2.2rem; right: 3rem; z-index: 3;
  width: 26px; height: 44px; border: 1px solid rgba(245,242,234,.4);
  border-radius: 14px; display: flex; justify-content: center;
}
.hero__scroll span {
  width: 3px; height: 8px; background: var(--gold-soft); border-radius: 2px;
  margin-top: 8px; animation: scrollcue 1.8s ease-in-out infinite;
}
@keyframes scrollcue { 50% { transform: translateY(14px); opacity: .2; } }

/* ---------- Marquee ---------- */
.marquee {
  background: var(--ink-2);
  border-block: 1px solid var(--line);
  overflow: hidden; padding: 1.15rem 0;
  white-space: nowrap;
}
.marquee__track { display: inline-flex; align-items: center; gap: 2.6rem; animation: marquee 38s linear infinite; }
.marquee__track span {
  font-family: var(--font-display); font-size: 1.15rem; font-weight: 500;
  letter-spacing: .22em; text-transform: uppercase; color: rgba(245,242,234,.55);
}
.marquee__track i { color: var(--gold); font-style: normal; font-size: .7rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Light sections ---------- */
.section--light { background: var(--paper); color: #1A2030; }
.section--light .eyebrow { color: var(--blue-deep); }

/* ---------- About ---------- */
.about { padding: 7.5rem 0; }
.about__grid {
  display: grid; grid-template-columns: 1fr 1.05fr; gap: 5rem; align-items: center;
}
.about__media { position: relative; }
.about__photo {
  border-radius: 4px; overflow: hidden;
  box-shadow: 0 40px 80px -40px rgba(10, 13, 22, .5);
}
.about__photo img { aspect-ratio: 4 / 5; object-fit: cover; width: 100%; }
.about__photo--inset {
  position: absolute; right: -3%; bottom: -3rem; width: 55%;
  border: 6px solid var(--paper);
  box-shadow: 0 30px 60px -25px rgba(10, 13, 22, .55);
}
.about__photo--inset img { aspect-ratio: 4 / 3; }
.about__badge {
  position: absolute; top: -1.8rem; left: -1.8rem;
  background: linear-gradient(150deg, rgba(14, 18, 32, .62), rgba(14, 18, 32, .44));
  -webkit-backdrop-filter: blur(18px) saturate(1.25);
  backdrop-filter: blur(18px) saturate(1.25);
  color: var(--ivory);
  text-align: left;
  display: flex; align-items: center; gap: .8rem;
  padding: .85rem 1.4rem;
  border: 1px solid rgba(var(--gold-soft-rgb), .55);
  border-radius: 2px;
  box-shadow:
    0 30px 60px -22px rgba(10, 13, 22, .65),
    inset 0 1px 0 rgba(245, 242, 234, .12);
}
.about__badge::before {
  content: ""; position: absolute; inset: 5px;
  border: 1px solid rgba(var(--gold-soft-rgb), .28);
  border-radius: 1px; pointer-events: none;
}
.about__badge svg { display: block; flex-shrink: 0; }
.about__badge p {
  font-family: var(--font-display); font-style: italic;
  font-size: .98rem; line-height: 1.35; letter-spacing: .02em;
  color: #EFE7D4;
  text-shadow: 0 1px 12px rgba(10, 13, 22, .5);
}
.about__body p { color: #3A4254; margin-bottom: 1rem; }
.about__body .lede { color: #1A2030; }
.about__pillars {
  list-style: none; margin-top: 2.4rem;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem;
  border-top: 1px solid var(--line-dark); padding-top: 2rem;
}
.about__pillars strong {
  display: block; font-family: var(--font-display);
  font-size: 1.35rem; font-weight: 600; color: var(--blue-deep);
  margin-bottom: .35rem;
}
.about__pillars span { font-size: .82rem; color: var(--muted-dark); line-height: 1.55; display: block; }

/* ---------- Services ---------- */
.services {
  padding: 7.5rem 0;
  background:
    radial-gradient(1200px 500px at 80% -10%, rgba(76, 95, 213, .12), transparent 60%),
    var(--ink);
}
.services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8rem; }
.svc {
  background: var(--ink-2);
  border: 1px solid rgba(var(--gold-soft-rgb), .14);
  border-radius: 4px; overflow: hidden;
  transition: transform .45s var(--ease), border-color .45s, box-shadow .45s;
}
.svc:hover {
  transform: translateY(-8px);
  border-color: rgba(var(--gold-soft-rgb), .45);
  box-shadow: 0 40px 70px -35px rgba(0, 0, 0, .85);
}
.svc__media { overflow: hidden; aspect-ratio: 16 / 10; }
.svc__media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s var(--ease); filter: saturate(.92);
}
.svc:hover .svc__media img { transform: scale(1.07); }
.svc__body { padding: 1.9rem 1.8rem 2.1rem; position: relative; }
.svc__num {
  position: absolute; top: -1.6rem; right: 1.6rem;
  font-family: var(--font-display); font-style: italic;
  font-size: 3.4rem; font-weight: 500; color: var(--gold);
  opacity: .9; text-shadow: 0 6px 20px rgba(0,0,0,.6);
}
.svc h3 {
  font-family: var(--font-display); font-size: 1.55rem; font-weight: 600;
  margin-bottom: .7rem; letter-spacing: .01em;
}
.svc p { font-size: .92rem; color: var(--muted); margin-bottom: 1.4rem; }
.svc__link {
  font-size: .74rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold-soft); text-decoration: none;
  display: inline-flex; align-items: center; gap: .5rem;
}
.svc__link i { font-style: normal; transition: transform .3s var(--ease); }
.svc__link:hover i { transform: translateX(6px); }

/* ---------- Fleet ---------- */
.fleet { padding: 7.5rem 0; }
.fleet__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8rem; }
.card {
  position: relative; border-radius: 4px; overflow: hidden;
  aspect-ratio: 3 / 4; display: block; text-decoration: none; color: var(--ivory);
  box-shadow: 0 30px 60px -35px rgba(10, 13, 22, .55);
}
.card img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s var(--ease);
}
.card:hover img { transform: scale(1.08); }
.card__scrim {
  position: absolute; inset: 0;
  background: linear-gradient(185deg, rgba(10,13,22,.05) 30%, rgba(10,13,22,.88) 88%);
  transition: background .5s;
}
.card__body { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.8rem; z-index: 2; }
.card__body h3 {
  font-family: var(--font-display); font-size: 1.7rem; font-weight: 600;
}
.card__body p {
  font-size: .88rem; color: rgba(245,242,234,.78);
  margin-top: .4rem;
  max-height: 0; opacity: 0; overflow: hidden;
  transition: max-height .5s var(--ease), opacity .5s .05s;
}
.card:hover .card__body p { max-height: 90px; opacity: 1; }
.card__cta {
  display: inline-flex; gap: .5rem; margin-top: .8rem;
  font-size: .72rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold-soft);
}
.card__cta i { font-style: normal; transition: transform .3s var(--ease); }
.card:hover .card__cta i { transform: translateX(6px); }

@media (hover: none) {
  .card__body p { max-height: 90px; opacity: 1; }
}

.fleet__wide {
  position: relative; margin-top: 1.8rem; border-radius: 4px; overflow: hidden;
  min-height: 380px; display: flex; align-items: flex-end;
  box-shadow: 0 30px 60px -35px rgba(10, 13, 22, .55);
}
.fleet__wide > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.fleet__wide-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(10,13,22,.85) 0%, rgba(10,13,22,.35) 55%, transparent 100%);
}
.fleet__wide-body { position: relative; z-index: 2; padding: 3rem; max-width: 480px; color: var(--ivory); }
.fleet__wide-body h3 {
  font-family: var(--font-display); font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  font-weight: 600; line-height: 1.2; margin-bottom: .8rem;
}
.fleet__wide-body p:last-child { font-size: .92rem; color: rgba(245,242,234,.82); }


/* ---------- Vitrine ---------- */
.vitrine {
  padding: 7.5rem 0;
  background: linear-gradient(180deg, var(--ink), var(--ink-2));
  position: relative;
  overflow: hidden;
}
.vitrine__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3.5rem;
  flex-wrap: wrap;
}
.vitrine__head .title {
  margin-bottom: .6rem;
}
.vitrine__lead {
  color: var(--muted);
  max-width: 540px;
  font-size: .95rem;
}
.vitrine__all {
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--gold-soft);
  border-bottom: 1.5px solid rgba(var(--gold-rgb), .35);
  padding-bottom: 4px;
  transition: color .3s, border-color .3s, transform .3s;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}
.vitrine__all:hover {
  color: var(--accent-focus);
  border-color: var(--accent-focus);
  transform: translateX(3px);
}

/* Slider Layout */
.vitrine__slider-container {
  position: relative;
  width: 100%;
}
.vitrine__slider {
  width: 100%;
  overflow: hidden; /* Contido dentro das margens do site */
  position: relative;
  height: 420px;
}
.vitrine__track {
  display: flex;
  gap: 0;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  transition: transform .6s var(--ease);
  will-change: transform;
}

/* Cards */
.vitrine__card {
  flex: none;
  width: min(440px, 75vw); /* Card ligeiramente menor conforme solicitado */
  height: 330px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--ink-3);
  box-shadow: 0 15px 35px -10px rgba(0, 0, 0, .5);
  cursor: pointer;
  margin-inline: -2.5rem; /* OVERLAP ajustado para o novo tamanho menor */
  
  /* Transições de efeito 3D e profundidade */
  transition: transform .6s var(--ease), opacity .6s var(--ease), filter .6s var(--ease), box-shadow .6s var(--ease), border-color .6s var(--ease), z-index .6s var(--ease);
  transform: scale(.86);
  opacity: .45;
  filter: grayscale(12%) brightness(82%);
  z-index: 1;
}
.vitrine__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1.2s var(--ease);
}
.vitrine__card:hover img {
  transform: scale(1.05);
}

/* Cascata de z-index e escala conforme distância do centro ativo (Estilo Coverflow) */
.vitrine__card[data-abs-distance="0"] {
  transform: scale(1);
  opacity: 1;
  filter: none;
  z-index: 10;
  box-shadow:
    0 40px 90px -25px rgba(0, 0, 0, .85),
    0 0 0 1px rgba(var(--gold-soft-rgb), .25);
  border-color: rgba(var(--gold-soft-rgb), .45);
}
.vitrine__card[data-abs-distance="1"] {
  transform: scale(.88);
  opacity: .65;
  filter: grayscale(8%) brightness(90%);
  z-index: 5;
}
.vitrine__card[data-abs-distance="2"] {
  transform: scale(.76);
  opacity: .35;
  filter: grayscale(15%) brightness(75%);
  z-index: 2;
}
.vitrine__card[data-abs-distance="3"],
.vitrine__card[data-abs-distance="4"] {
  transform: scale(.64);
  opacity: .15;
  filter: grayscale(20%) brightness(60%);
  z-index: 1;
}

.vitrine__card:hover {
  filter: none !important;
  opacity: .95 !important;
}
.vitrine__card[data-abs-distance="0"]:hover {
  opacity: 1 !important;
}

/* Inside card components */
.vitrine__badge {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  background: linear-gradient(135deg, var(--grad-hi), var(--gold) 55%, var(--grad-lo));
  color: var(--btn-ink);
  font-weight: 800;
  font-size: .7rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  padding: .45rem .9rem;
  border-radius: 30px;
  box-shadow: 0 8px 20px -6px rgba(var(--gold-rgb), .5);
  z-index: 2;
  transition: transform .6s var(--ease);
}
.vitrine__card.is-active .vitrine__badge {
  transform: translateY(-2px);
}

/* Card details (bottom gradient + texts) */
.vitrine__card-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 1.6rem 1.6rem;
  z-index: 2;
  background: linear-gradient(0deg, rgba(7, 9, 16, .92) 0%, rgba(7, 9, 16, .5) 60%, transparent 100%);
  color: var(--ivory);
  transform: translateY(10px);
  transition: transform .6s var(--ease);
}
.vitrine__card.is-active .vitrine__card-info {
  transform: none;
}
.vitrine__category {
  display: block;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin-bottom: .4rem;
  opacity: .85;
}
.vitrine__card-info h3 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .5rem;
}
.vitrine__price {
  font-size: .88rem;
  color: rgba(245, 242, 234, .75);
}
.vitrine__price strong {
  color: var(--ivory);
  font-size: 1.05rem;
  font-weight: 700;
}

/* Lower Controls */
.vitrine__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 3.5rem;
  position: relative;
  z-index: 20;
}
.vitrine__btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(var(--gold-soft-rgb), .35);
  background: rgba(15, 20, 34, .6);
  color: var(--gold-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .3s var(--ease);
}
.vitrine__btn:hover {
  background: var(--gold-soft);
  color: var(--btn-ink);
  border-color: var(--gold-soft);
  transform: scale(1.05);
}
.vitrine__btn:active {
  transform: scale(0.95);
}
.vitrine__btn svg {
  display: block;
  transition: transform .3s;
}
.vitrine__btn--prev:hover svg {
  transform: translateX(-3px);
}
.vitrine__btn--next:hover svg {
  transform: translateX(3px);
}
.vitrine__dots {
  display: flex;
  gap: .65rem;
  align-items: center;
}
.vitrine__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(245, 242, 234, .25);
  cursor: pointer;
  transition: all .4s var(--ease);
}
.vitrine__dot:hover {
  background: rgba(245, 242, 234, .55);
}
.vitrine__dot.is-active {
  width: 24px;
  border-radius: 6px;
  background: var(--gold-soft);
}

/* ---------- Process (timeline) ---------- */
.process {
  padding: 7.5rem 0;
  position: relative; overflow: hidden;
  background:
    radial-gradient(900px 460px at 8% 110%, rgba(76, 95, 213, .14), transparent 60%),
    var(--ink-2);
}
.process::before {
  content: ""; position: absolute; inset: 0; opacity: .06; pointer-events: none;
  background: url("https://images.unsplash.com/photo-1619814278851-5272ae832c8d?q=80&w=1600&auto=format&fit=crop") center/cover;
}
.process .container { position: relative; }
.process__head { max-width: 720px; }
.process__lead { color: var(--muted); max-width: 560px; }

.process__timeline {
  list-style: none;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 2rem; margin-top: 4rem;
}
.pstep { position: relative; padding-top: 2.4rem; }
.pstep::before {
  content: ""; position: absolute; top: 8px; left: 0; right: -2rem; height: 1px;
  background: linear-gradient(to right, var(--gold-soft), rgba(var(--gold-soft-rgb), .12));
}
.pstep:last-child::before { right: 0; }
.pstep::after {
  content: ""; position: absolute; top: 2px; left: 0;
  width: 13px; height: 13px; border-radius: 50%;
  background: var(--gold-soft);
  box-shadow: 0 0 0 5px rgba(var(--gold-soft-rgb), .16);
  transition: box-shadow .4s var(--ease), transform .4s var(--ease);
}
.pstep:hover::after {
  transform: scale(1.15);
  box-shadow: 0 0 0 7px rgba(var(--gold-soft-rgb), .12), 0 0 18px rgba(var(--gold-soft-rgb), .5);
}
.pstep__tag {
  font-family: var(--font-display); font-style: italic;
  font-size: 1.05rem; color: var(--gold-soft);
}
.pstep h3 {
  font-family: var(--font-display); font-size: 1.4rem; font-weight: 600;
  margin: .5rem 0 .7rem; color: var(--ivory);
}
.pstep p { font-size: .92rem; color: var(--muted); line-height: 1.65; }

/* ---------- Depoimentos ---------- */
.testi { padding: 7.5rem 0; }
.testi__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8rem;
  align-items: start;
}
.tcard {
  position: relative; margin: 0; overflow: hidden;
  background:
    radial-gradient(420px 220px at 85% -10%, rgba(var(--gold-rgb), .07), transparent 60%),
    linear-gradient(165deg, #FFFFFF, #FAF8F3);
  border: 1px solid rgba(26, 32, 48, .1);
  border-radius: 6px;
  padding: 2.3rem 2.1rem 2rem;
  color: #232A3A;
  box-shadow: 0 26px 55px -34px rgba(26, 32, 48, .3);
  transition: transform .45s var(--ease), border-color .45s, box-shadow .45s;
}
.tcard::after {
  content: ""; position: absolute; inset: 7px;
  border: 1px solid rgba(26, 32, 48, .05);
  border-radius: 4px; pointer-events: none;
}
.tcard::before {
  content: "\201C";
  position: absolute; top: .4rem; right: 1.5rem;
  font-family: var(--font-display); font-size: 6.5rem; line-height: 1;
  color: var(--accent-ink); opacity: .16;
  transition: opacity .5s, transform .6s var(--ease);
}
.tcard:hover::before {
  opacity: .3; transform: translateY(-5px) scale(1.05);
}
.tcard:hover {
  transform: translateY(-8px);
  border-color: rgba(var(--gold-rgb), .45);
  box-shadow: 0 42px 82px -38px rgba(26, 32, 48, .42);
}
.tcard--featured {
  margin-top: -1.1rem;
  border-color: rgba(var(--gold-rgb), .4);
  box-shadow:
    0 36px 78px -36px rgba(26, 32, 48, .4),
    0 0 0 1px rgba(var(--gold-rgb), .12);
}
.tcard__sheen {
  position: absolute; inset: 0; z-index: 1;
  pointer-events: none; overflow: hidden;
  border-radius: inherit;
}
.tcard__sheen::before {
  content: ""; position: absolute;
  top: -60%; bottom: -60%; left: 0; width: 45%;
  background: linear-gradient(105deg,
    transparent,
    rgba(var(--gold-rgb), .05) 42%,
    rgba(var(--gold-rgb), .11) 50%,
    rgba(var(--gold-rgb), .05) 58%,
    transparent);
  transform: skewX(-18deg) translateX(-320%);
}
.tcard:hover .tcard__sheen::before {
  transform: skewX(-18deg) translateX(420%);
  transition: transform 1.1s var(--ease);
}
.tcard__stars {
  display: block; margin-bottom: 1.2rem;
  color: var(--accent-ink); font-size: .68rem; letter-spacing: .5em;
  transition: color .5s, letter-spacing .5s var(--ease);
}
.tcard:hover .tcard__stars {
  letter-spacing: .64em;
}
.tcard blockquote {
  margin: 0 0 1.7rem;
  font-family: var(--font-display); font-style: italic; font-weight: 500;
  font-size: 1.12rem; line-height: 1.65;
  color: #2B3346;
}
.tcard figcaption {
  display: flex; align-items: center; gap: 1rem;
  border-top: 1px solid rgba(26, 32, 48, .12);
  padding-top: 1.35rem;
}
.tcard__avatar {
  width: 46px; height: 46px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 600; font-size: 1rem;
  letter-spacing: .06em; color: var(--accent-ink);
  background: rgba(var(--gold-rgb), .08);
  border: 1px solid rgba(var(--gold-rgb), .4);
  box-shadow: 0 0 0 4px rgba(var(--gold-rgb), .05);
  transition: box-shadow .5s, color .5s, border-color .5s;
}
.tcard:hover .tcard__avatar {
  border-color: rgba(var(--gold-rgb), .7);
  box-shadow: 0 0 0 4px rgba(var(--gold-rgb), .1), 0 0 18px rgba(var(--gold-rgb), .18);
}
.tcard figcaption strong {
  display: block; font-size: .92rem; font-weight: 700; letter-spacing: .04em;
  color: #1A2030;
}
.tcard figcaption span:not(.tcard__avatar) {
  display: block; font-size: .74rem; color: var(--muted-dark);
}
.tcard figcaption em {
  display: block; margin-top: .15rem;
  font-family: var(--font-display); font-style: italic;
  font-size: .8rem; color: var(--accent-ink);
}

/* ---------- Vendidas ---------- */
.vendidas {
  position: relative; overflow: hidden;
  padding: 7.5rem 0;
  background: var(--ink);
}
.vendidas::before {
  content: ""; position: absolute;
  right: -140px; top: 50%; transform: translateY(-50%);
  width: 520px; height: 520px; border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--gold-rgb), .18), transparent 65%);
}
.vendidas__grid {
  position: relative;
  display: grid; grid-template-columns: 1.15fr 1fr;
  gap: clamp(2.5rem, 6vw, 5rem); align-items: center;
}
.vendidas__lead { color: var(--muted); max-width: 480px; }
.vendidas__list { list-style: none; margin-top: 1.8rem; display: grid; gap: .9rem; }
.vendidas__list li {
  display: flex; gap: .85rem; align-items: baseline;
  font-size: .98rem; color: rgba(245, 242, 234, .85);
}
.vendidas__list li::before { content: "✦"; color: var(--gold-soft); font-size: .8rem; flex: none; }
.vendidas__list strong { color: var(--ivory); }
.vendidas .btn { margin-top: 2.4rem; }
.vendidas__gallery {
  position: relative;
  width: 100%;
  height: 480px;
  margin: 0;
}
.vendidas__img-wrapper {
  position: absolute;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  cursor: pointer;
  transition: transform .6s var(--ease), box-shadow .6s var(--ease), z-index .6s var(--ease), filter .6s var(--ease), opacity .6s var(--ease);
}
.vendidas__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.vendidas__img-wrapper--1 {
  top: 0;
  left: 0;
  width: 72%;
  height: 75%;
  z-index: 1;
  box-shadow: 0 20px 50px -15px rgba(0, 0, 0, .75);
}
.vendidas__img-wrapper--2 {
  bottom: 0;
  right: 0;
  width: 68%;
  height: 72%;
  z-index: 2;
  box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .85);
  border-color: rgba(245, 242, 234, .15);
}

/* Controle de profundidade dinâmico baseado em interações */
.vendidas__gallery:not(.has-active) .vendidas__img-wrapper--1 {
  filter: grayscale(12%) brightness(82%);
  opacity: 0.85;
}
.vendidas__gallery:not(.has-active) .vendidas__img-wrapper--2 {
  z-index: 10;
}
.vendidas__gallery.has-active .vendidas__img-wrapper {
  z-index: 1;
  filter: grayscale(12%) brightness(82%);
  opacity: 0.85;
}
.vendidas__gallery.has-active .vendidas__img-wrapper.is-front {
  z-index: 10;
  filter: none;
  opacity: 1;
  box-shadow: 0 40px 80px -20px rgba(0, 0, 0, .9);
  border-color: rgba(245, 242, 234, .35);
}
.vendidas__img-wrapper:hover {
  filter: none !important;
  opacity: 1 !important;
}

/* Micro-animação premium de flutuação ao passar o mouse */
.vendidas__gallery:hover .vendidas__img-wrapper--1 {
  transform: translate(-10px, -6px) scale(1.02);
  box-shadow: 0 25px 55px -12px rgba(0, 0, 0, .8);
}
.vendidas__gallery:hover .vendidas__img-wrapper--2 {
  transform: translate(10px, 6px) scale(1.02);
  box-shadow: 0 35px 70px -15px rgba(0, 0, 0, .9);
}
.vendidas__badge {
  position: absolute; top: 1.2rem; left: 1.2rem;
  background: linear-gradient(135deg, var(--grad-hi), var(--gold) 55%, var(--grad-lo));
  color: var(--btn-ink);
  font-weight: 800; font-size: .78rem;
  letter-spacing: .22em; text-transform: uppercase;
  padding: .55rem 1.1rem; border-radius: 3px;
  transform: rotate(-3deg);
  box-shadow: 0 10px 30px -12px rgba(var(--gold-rgb), .6);
  z-index: 3;
}

/* ---------- Galeria ---------- */
.galeria { padding: 7.5rem 0; }
.galeria__head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 2rem; margin-bottom: 2.8rem; flex-wrap: wrap;
}
.galeria__head .title { margin-bottom: 0; }
.galeria__insta {
  font-size: .82rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  text-decoration: none;
  color: var(--accent-ink);
  border-bottom: 1.5px solid rgba(var(--gold-rgb), .55);
  padding-bottom: 3px;
  transition: color .3s, border-color .3s;
}
.galeria__insta:hover { color: #1A2030; border-color: #1A2030; }
.galeria__grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 230px; gap: 1.1rem;
}
.g-item {
  position: relative; margin: 0;
  border-radius: 14px; overflow: hidden;
  box-shadow: 0 18px 40px -26px rgba(26, 32, 48, .45);
}
.g-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1s var(--ease);
}
.g-item:hover img { transform: scale(1.07); }
.g-item::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10, 13, 22, .5), transparent 55%);
  opacity: 0; transition: opacity .5s;
}
.g-item:hover::after { opacity: 1; }
.g-item--tall { grid-row: span 2; }
.g-item--wide { grid-column: span 2; }

/* ---------- Band ---------- */
.band {
  position: relative; padding: 9rem 0; text-align: center; overflow: hidden;
}
.band__bg { position: absolute; inset: 0; }
.band__bg img { width: 100%; height: 115%; object-fit: cover; }
.band__veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,13,22,.78), rgba(10,13,22,.55) 50%, rgba(10,13,22,.82));
}
.band__content { position: relative; z-index: 2; }
.band h2 {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(2rem, 4.4vw, 3.4rem); line-height: 1.15;
  margin: 1.4rem 0 1rem;
}
.band p { color: rgba(245,242,234,.85); max-width: 520px; margin: 0 auto 2.4rem; }

/* ---------- Contact ---------- */
.contact { padding: 7.5rem 0; }
.contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; position: relative; }
.contact__info > p:not(.eyebrow) { color: #3A4254; max-width: 420px; }
.contact__channels { list-style: none; margin-top: 2.2rem; display: grid; gap: 1.1rem; }
.contact__channels li {
  display: flex; align-items: baseline; gap: 1.4rem;
  border-bottom: 1px solid var(--line-dark); padding-bottom: 1.1rem;
}
.contact__label {
  font-size: .68rem; font-weight: 700; letter-spacing: .24em; text-transform: uppercase;
  color: var(--blue-deep); min-width: 110px;
}
.contact__channels a {
  color: #1A2030; text-decoration: none; font-weight: 600; font-size: 1.02rem;
  transition: color .3s;
}
.contact__channels a:hover { color: var(--blue-deep); }
.contact__channels span:not(.contact__label) { color: #3A4254; }
.contact__photo { margin-top: 2.6rem; border-radius: 4px; overflow: hidden; }
.contact__photo img { aspect-ratio: 16 / 9; object-fit: cover; width: 100%; }

/* ---------- Contact flightpath: rota de decolagem ---------- */
.contact__flightpath {
  position: absolute; inset: 0;
  z-index: 0; pointer-events: none;
  color: var(--accent-ink);
}
.contact__flightpath .flightpath__svg { width: 100%; height: 100%; overflow: visible; }
.flightpath__line { opacity: .3; }
.flightpath__jet { filter: drop-shadow(0 3px 8px rgba(var(--gold-rgb), .45)); }
/* Coluna de info e card acima da rota; o card (opaco) cobre o fim do voo */
.contact__info { position: relative; z-index: 1; }
.contact__grid > .concierge { position: relative; z-index: 1; }

.concierge {
  position: relative;
  background:
    radial-gradient(620px 320px at 88% -12%, rgba(var(--gold-soft-rgb), .18), transparent 62%),
    radial-gradient(520px 420px at -12% 112%, rgba(76, 95, 213, .16), transparent 62%),
    var(--ink);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 3.2rem 3rem 2.6rem;
  box-shadow: 0 50px 100px -50px rgba(10, 13, 22, .6);
}
.concierge::before {
  content: ""; position: absolute; inset: 9px;
  border: 1px solid rgba(var(--gold-soft-rgb), .16);
  border-radius: 4px; pointer-events: none;
}
.concierge__mark { display: block; margin-bottom: 1.1rem; }
.concierge .eyebrow { color: var(--gold-soft); }
.concierge__title {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(1.7rem, 2.6vw, 2.2rem); line-height: 1.2;
  color: var(--ivory); margin-bottom: 2.2rem;
}
.concierge__title em { font-style: italic; color: var(--gold-soft); }
.concierge__sentence {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(1.3rem, 2vw, 1.6rem); line-height: 2.05;
  color: rgba(245, 242, 234, .92);
}
.concierge select, .concierge input {
  font-family: var(--font-display); font-style: italic; font-weight: 600;
  font-size: inherit; line-height: inherit;
  color: var(--gold-soft);
  background: transparent; border: none;
  border-bottom: 1px solid rgba(var(--gold-soft-rgb), .45);
  border-radius: 0;
  padding: 0 .12em; margin: 0 .08em;
  outline: none; max-width: 100%;
  transition: border-color .3s, color .3s;
}
.concierge select {
  appearance: none; -webkit-appearance: none; cursor: pointer;
  padding-right: 1.05em;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 8"><path d="M1 1.5 L6 6.5 L11 1.5" fill="none" stroke="%23D6B77C" stroke-width="1.6" stroke-linecap="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right .1em center;
  background-size: .5em;
}
.concierge select option {
  background: var(--ink-2); color: var(--ivory);
  font-style: normal; font-family: var(--font-body); font-size: 1rem;
}
.concierge input::placeholder { color: rgba(var(--gold-soft-rgb), .38); }
.concierge select:hover, .concierge input:hover { border-bottom-color: rgba(var(--gold-soft-rgb), .75); }
.concierge select:focus, .concierge input:focus {
  border-bottom-color: var(--gold); color: var(--accent-focus);
}
.concierge input[name="nome"] { width: 9.5ch; }
.concierge input[name="telefone"] { width: 14ch; }

/* Dropdown customizado premium (substitui o select nativo via JS) */
.cselect { position: relative; display: inline-block; }
.cselect select { display: none; }
.cselect__btn {
  font-family: var(--font-display); font-style: italic; font-weight: 600;
  font-size: inherit; line-height: inherit;
  color: var(--gold-soft);
  background: transparent; border: none;
  border-bottom: 1px solid rgba(var(--gold-soft-rgb), .45);
  border-radius: 0; cursor: pointer;
  padding: 0 1.15em 0 .12em; margin: 0 .08em;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 8"><path d="M1 1.5 L6 6.5 L11 1.5" fill="none" stroke="%23D6B77C" stroke-width="1.6" stroke-linecap="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right .15em center;
  background-size: .5em;
  transition: border-color .3s, color .3s;
}
.cselect__btn:hover { border-bottom-color: rgba(var(--gold-soft-rgb), .75); }
.cselect.is-open .cselect__btn, .cselect__btn:focus-visible {
  border-bottom-color: var(--gold); color: var(--accent-focus); outline: none;
}
.cselect__panel {
  position: absolute; top: calc(100% + .55rem); left: 0; z-index: 30;
  list-style: none; margin: 0; padding: .5rem;
  width: max-content; min-width: 100%;
  background: linear-gradient(165deg, rgba(19, 25, 43, .97), rgba(9, 12, 21, .98));
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
  border: 1px solid rgba(var(--gold-soft-rgb), .45);
  border-radius: 4px;
  box-shadow:
    0 34px 70px -22px rgba(0, 0, 0, .8),
    0 0 0 5px rgba(var(--gold-soft-rgb), .06),
    inset 0 1px 0 rgba(245, 242, 234, .1);
  opacity: 0; visibility: hidden; transform: translateY(12px);
  transition: opacity .35s var(--ease), transform .35s var(--ease), visibility .35s;
}
.cselect.is-open .cselect__panel { opacity: 1; visibility: visible; transform: none; }
.cselect__hint {
  display: block; padding: .3rem 1rem .55rem;
  font-family: var(--font-body); font-size: .58rem; font-weight: 700;
  letter-spacing: .3em; text-transform: uppercase;
  color: rgba(var(--gold-soft-rgb), .55);
  border-bottom: 1px solid rgba(var(--gold-soft-rgb), .14);
  margin-bottom: .35rem;
}
.cselect__panel li {
  font-family: var(--font-display); font-style: italic; font-weight: 500;
  font-size: 1.12rem; line-height: 1.4; white-space: nowrap;
  color: rgba(245, 242, 234, .82);
  padding: .48rem 2.4rem .48rem 1rem;
  position: relative; border-radius: 2px; cursor: pointer;
  transition: background .25s, color .25s;
}
.cselect__panel li:hover { background: rgba(var(--gold-soft-rgb), .1); color: var(--accent-focus); }
.cselect__panel li.is-selected { color: var(--gold-soft); }
.cselect__panel li.is-selected::after {
  content: "✦"; position: absolute; right: .9rem; top: 50%;
  transform: translateY(-50%);
  font-size: .62em; font-style: normal; color: var(--gold);
}
.concierge__cta { margin-top: 2.4rem; font-size: .82rem; padding: 1.15rem 2.2rem; }
.concierge__note {
  margin-top: 1.2rem; text-align: center;
  font-size: .72rem; font-weight: 500; letter-spacing: .08em;
  color: rgba(245, 242, 234, .45);
}

/* ---------- Footer ---------- */
.footer {
  background: #070910;
  border-top: 1px solid var(--line);
  padding: 4.5rem 0 0;
}
.footer__grid {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 3rem;
  padding-bottom: 3.5rem;
}
.footer__brand p {
  margin-top: 1.4rem; max-width: 300px;
  font-family: var(--font-display); font-style: italic;
  font-size: 1.05rem; color: var(--muted);
}
.footer__nav { display: grid; gap: .7rem; align-content: start; }
.footer__nav strong {
  font-size: .7rem; font-weight: 700; letter-spacing: .26em; text-transform: uppercase;
  color: var(--gold-soft); margin-bottom: .5rem;
}
.footer__nav a {
  color: var(--muted); text-decoration: none; font-size: .9rem;
  transition: color .3s, transform .3s;
}
.footer__nav a:hover { color: var(--ivory); }
.footer__base {
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  padding: 1.6rem 0;
  border-top: 1px solid rgba(245, 242, 234, .08);
  font-size: .78rem; color: rgba(245,242,234,.4);
}

/* ---------- WhatsApp float ---------- */
.wa-float {
  position: fixed; right: 2rem; bottom: 2rem; z-index: 90;
  padding: .75rem 1.4rem; border-radius: 30px;
  background: linear-gradient(135deg, var(--ink-2), var(--ink));
  color: var(--gold-soft);
  border: 1px solid rgba(var(--gold-soft-rgb), .45);
  display: flex; align-items: center; gap: .75rem;
  text-decoration: none;
  font-family: var(--font-body);
  font-size: .78rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  box-shadow: 0 10px 30px -10px rgba(var(--gold-rgb), .4), 0 10px 30px -10px rgba(0, 0, 0, .5);
  transition: transform .4s var(--ease), border-color .4s, box-shadow .4s, color .4s;
  animation: radar-pulse 3s infinite;
}
.wa-float:hover {
  transform: translateY(-4px) scale(1.03);
  border-color: rgba(var(--gold-soft-rgb), .85);
  color: var(--ivory);
  box-shadow: 0 20px 40px -12px rgba(var(--gold-rgb), .6), 0 15px 35px -12px rgba(0, 0, 0, .6);
}
.wa-float__icon {
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.wa-float__plane {
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: transform .4s var(--ease);
}
.wa-float:hover .wa-float__plane {
  transform: translate(3px, -3px) scale(1.1);
}

@keyframes radar-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--gold-rgb), 0.35), 0 10px 30px -10px rgba(0, 0, 0, .5);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(var(--gold-rgb), 0), 0 10px 30px -10px rgba(0, 0, 0, .5);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--gold-rgb), 0), 0 10px 30px -10px rgba(0, 0, 0, .5);
  }
}

/* Responsividade do botão flutuante */
@media (max-width: 560px) {
  .wa-float__text, .wa-float__plane { display: none; }
  .wa-float {
    width: 52px; height: 52px; border-radius: 50%;
    padding: 0; justify-content: center;
    bottom: 1.2rem; right: 1.2rem;
  }
  .wa-float svg { width: 24px; height: 24px; }
}

/* ---------- Reveal animations ---------- */
.reveal {
  opacity: 0; transform: translateY(34px);
  transition: opacity .9s var(--ease), transform .9s var(--ease);
}
.reveal.is-visible { opacity: 1; transform: none; }
.d-1 { transition-delay: .12s; }
.d-2 { transition-delay: .24s; }
.d-3 { transition-delay: .36s; }
.d-4 { transition-delay: .48s; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero__bg img { animation: none; }
  .marquee__track { animation-duration: 120s; }
  html { scroll-behavior: auto; }
}

/* ---------- Modo captura (usado apenas para screenshots de QA via ?screenshot) ---------- */
.is-screenshot .hero { min-height: 860px; }
.is-screenshot .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
.is-screenshot .hero__bg img, .is-screenshot .marquee__track { animation: none !important; }
.is-screenshot .preloader { display: none !important; }

@media (prefers-reduced-motion: reduce) {
  .preloader__sweep, .preloader__orbit, .preloader__ring::before,
  .preloader__center, .preloader__word { animation: none !important; }
}

/* ---------- Responsive ---------- */
.br-lg { display: inline; }

@media (max-width: 1024px) {
  .about__grid, .contact__grid { grid-template-columns: 1fr; gap: 4rem; }
  .contact__flightpath { display: none; }
  /* Timeline do processo: vertical em telas menores */
  .process__timeline { grid-template-columns: 1fr; gap: 2.6rem; margin-top: 3rem; }
  .pstep { padding-top: 0; padding-left: 2.4rem; }
  .pstep::before {
    top: 0; bottom: -2.6rem; left: 6px; width: 1.5px; height: auto; right: auto;
    background: linear-gradient(to bottom, var(--gold-soft), rgba(var(--gold-soft-rgb), .12));
  }
  .pstep:last-child::before { display: none; }
  .pstep::after { top: 0; left: 0; }
  .services__grid, .fleet__grid { grid-template-columns: 1fr 1fr; }
  .svc:last-child { grid-column: span 2; }
  /* Vendidas: galeria de imagens sobrepostas */
  .vendidas__grid { grid-template-columns: 1fr; gap: 3rem; }
  .vendidas__gallery { max-width: 480px; height: 380px; margin: 0 auto; }
  /* Vitrine mobile adjustments */
  .vitrine { padding: 5rem 0; }
  .vitrine__slider { height: 420px; }
  .vitrine__card { height: 330px; }
  .vitrine__card-info { padding: 2rem 1.6rem 1.5rem; }
  .vitrine__card-info h3 { font-size: 1.35rem; }
  /* Galeria: 2 colunas, primeiro item em destaque */
  .galeria__head { flex-direction: column; align-items: flex-start; gap: 1rem; margin-bottom: 2rem; }
  .galeria__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 190px; gap: .9rem; }
  .g-item--wide { grid-column: span 1; }
  .g-item:first-child { grid-column: span 2; grid-row: span 2; }
  .testi__grid { grid-template-columns: 1fr 1fr; }
  .tcard--featured { margin-top: 0; }
  .tcard:last-child { grid-column: span 2; }
  .fleet__grid .card:last-child { grid-column: span 2; aspect-ratio: 16/9; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .br-lg { display: none; }
}

@media (max-width: 720px) {
  .nav__inner { position: relative; }
  .nav__toggle { display: block; order: -1; }
  .nav .nav__brand {
    position: absolute; left: 50%; top: 50%;
    transform: translate(-50%, -50%);
  }
  .nav__links {
    position: fixed; top: 0; bottom: 0; left: 0; right: auto; z-index: 105;
    width: 50%; min-width: 215px;
    background: rgba(7, 9, 16, .93);
    -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px);
    border-right: 1px solid var(--line);
    box-shadow: 30px 0 80px -30px rgba(0, 0, 0, .8);
    flex-direction: column; justify-content: flex-start; align-items: flex-start;
    gap: 1.5rem; padding: 6.4rem 1.7rem 2rem;
    visibility: hidden;
    transform: translateX(-102%);
    transition: transform .5s var(--ease), visibility .5s;
  }
  .nav__links.is-open { visibility: visible; transform: none; }
  .nav__links > a:not(.btn) {
    font-size: .92rem;
    display: inline-flex; align-items: center; gap: .85rem;
  }
  .nav__ico {
    display: inline-block; width: 17px; height: 17px;
    color: var(--gold-soft); flex-shrink: 0;
    opacity: .85; transition: opacity .3s;
  }
  .nav__links > a:hover .nav__ico,
  .nav__links > a.is-active .nav__ico { opacity: 1; }
  .nav__cta {
    font-size: .62rem; padding: .8rem 1.1rem;
    white-space: normal; text-align: center; margin-top: .6rem;
  }
  body.nav-open { overflow: hidden; }
  .hero__foot { grid-template-columns: 1fr; gap: 1.2rem; padding-bottom: 4.2rem; }
  .hero__actions {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: 2.2rem;
  }
  .hero__actions .btn {
    width: 100%;
    max-width: 320px;
    text-align: center;
    white-space: nowrap;
  }
  .hero__scroll { display: none; }
  .services__grid, .fleet__grid { grid-template-columns: 1fr; }
  .svc:last-child, .fleet__grid .card:last-child { grid-column: auto; }
  .testi__grid { grid-template-columns: 1fr; }
  .tcard:last-child { grid-column: auto; }
  .fleet__grid .card:last-child { aspect-ratio: 3/4; }
  .section-head--split { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .section-head__note { margin-top: .5rem; }
  .about__photo--inset { right: 0; }
  .about__badge { left: 1rem; bottom: auto; top: 1rem; }
  .about__pillars { grid-template-columns: 1fr; }
  .concierge { padding: 2.2rem 1.6rem 1.8rem; }
  .concierge__sentence { line-height: 2.2; }
  .footer__grid { grid-template-columns: 1fr; gap: 2.2rem; }
  .galeria__grid { grid-auto-rows: 150px; gap: .7rem; }
  .band { padding: 6rem 0; }
  .about, .services, .fleet, .process, .contact { padding: 5rem 0; }
  .vendidas__gallery { height: 280px; }
  .vitrine__slider { height: 380px; }
  .vitrine__card { height: 290px; }
  .vitrine__controls { margin-top: 2.2rem; }
}


/* ============================================================
   TEMA AZUL — ativado com ?tema=azul na URL
   (html[data-theme="azul"] definido por script no <head>)
   ============================================================ */
html[data-theme="azul"] {
  /* Paleta espelhando o material de campanha da Bless:
     navy profundo + azul royal/azure corporativo */
  --gold: #4A90D9;             /* acento principal — azure vibrante que lê no fundo escuro */
  --gold-soft: #6FA8E0;        /* acento suave — textos, eyebrows, bordas */
  --gold-rgb: 74, 144, 217;
  --gold-soft-rgb: 111, 168, 224;
  --grad-hi: #7FB6EA;          /* topo do gradiente dos botões — azure claro */
  --grad-lo: #295FA8;          /* base do gradiente — azul royal encorpado */
  --accent-focus: #A9CDEE;     /* hover/foco — azul claro */
  --accent-focus-rgb: 169, 205, 238;
  --accent-ink: #2C63AD;       /* acento legível sobre fundo claro (cards de depoimento) */
  --btn-ink: #071626;          /* texto sobre o botão azure — navy quase preto */
}
/* Setinhas dos dropdowns seguem o tema (o data-URI não herda variáveis CSS) */
html[data-theme="azul"] .concierge select,
html[data-theme="azul"] .cselect__btn {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 8"><path d="M1 1.5 L6 6.5 L11 1.5" fill="none" stroke="%236FA8E0" stroke-width="1.6" stroke-linecap="round"/></svg>');
}