.elementor-16 .elementor-element.elementor-element-c70e15d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS */@import url('https://api.fontshare.com/v2/css?f[]=boska@400,500&f[]=satoshi@400,500,600,700&display=swap');

:root {
  --fai-ink: #0b0b0a;
  --fai-ink-soft: #121210;
  --fai-paper: #f0eee8;
  --fai-champagne: #b8a48b;
  --fai-champagne-light: #d8c6ad;
  --fai-muted: #a6a39d;
  --fai-line: rgba(240, 238, 232, .14);
  --fai-display: 'Boska', 'Times New Roman', serif;
  --fai-sans: 'Satoshi', Arial, sans-serif;
}

html { scroll-behavior: smooth; }
body { margin: 0; background: var(--fai-ink); }
body.fai-menu-open { overflow: hidden; }

.fai-page,
.fai-page * { box-sizing: border-box; }

.fai-page {
  position: relative;
  overflow: hidden;
  color: var(--fai-paper);
  background: var(--fai-ink);
  font-family: var(--fai-sans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.fai-page a { color: inherit; text-decoration: none; }
.fai-page img { display: block; width: 100%; }
.fai-page h1,
.fai-page h2,
.fai-page h3,
.fai-page p { margin-top: 0; }
.fai-page button { font: inherit; }

.fai-noise {
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

/* Header */
.fai-header {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  right: 0;
  height: 92px;
  padding: 0 clamp(24px, 5vw, 84px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 40px;
  background: rgba(11, 11, 10, .72);
  border-bottom: 1px solid rgba(240, 238, 232, .08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: background .4s ease, height .4s ease, border-color .4s ease;
}

.fai-header.is-scrolled {
  height: 74px;
  background: rgba(11, 11, 10, .92);
  border-color: var(--fai-line);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.fai-brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 13px;
}

.fai-brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(216, 198, 173, .55);
  border-radius: 50%;
  color: var(--fai-champagne-light);
  font-family: var(--fai-display);
  font-size: 26px;
  font-style: italic;
}

.fai-brand-text {
  font-family: var(--fai-display);
  font-size: 22px;
  line-height: .9;
  letter-spacing: -.02em;
}

.fai-brand-text span {
  display: block;
  margin-top: 6px;
  color: var(--fai-muted);
  font-family: var(--fai-sans);
  font-size: 10px;
  line-height: 1;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.fai-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 44px); }
.fai-nav a { position: relative; color: #d2d0ca; font-size: 15px; font-weight: 500; }
.fai-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 1px;
  background: var(--fai-champagne);
  transition: right .3s ease;
}
.fai-nav a:hover::after { right: 0; }

.fai-header-cta {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 10px 10px 20px;
  border: 1px solid rgba(216, 198, 173, .4);
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
}
.fai-header-cta b {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--fai-ink);
  background: var(--fai-champagne-light);
  transition: transform .35s ease;
}
.fai-header-cta:hover b { transform: rotate(45deg); }
.fai-menu-toggle { display: none; }

/* Hero */
.fai-hero {
  position: relative;
  min-height: 100svh;
  padding: 150px clamp(24px, 7vw, 118px) 70px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(500px, .95fr);
  align-items: center;
  gap: clamp(28px, 3.5vw, 64px);
  background: radial-gradient(circle at 54% 18%, rgba(184, 164, 139, .09), transparent 28%), var(--fai-ink);
}

.fai-orbit {
  position: absolute;
  border: 1px solid rgba(184, 164, 139, .2);
  border-radius: 50%;
  pointer-events: none;
}
.fai-orbit-one { width: 850px; height: 320px; right: -330px; top: 5%; transform: rotate(-56deg); }
.fai-orbit-two { width: 700px; height: 240px; left: -520px; bottom: 5%; transform: rotate(65deg); }

.fai-hero-copy { position: relative; z-index: 2; max-width: 760px; }
.fai-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  color: var(--fai-champagne-light);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.fai-kicker span { width: 34px; height: 1px; background: currentColor; }

.fai-hero h1,
.fai-section h2,
.fai-contact h2 {
  font-family: var(--fai-display);
  font-weight: 400;
  letter-spacing: -.045em;
}
.fai-hero h1 {
  margin-bottom: 30px;
  font-size: clamp(64px, 7.2vw, 122px);
  line-height: .83;
}
.fai-hero h1 em,
.fai-section h2 em,
.fai-contact h2 em { color: var(--fai-champagne-light); font-weight: 400; }

.fai-lead {
  max-width: 650px;
  margin-bottom: 38px;
  color: #aeaca6;
  font-size: clamp(18px, 1.3vw, 21px);
  line-height: 1.72;
}

.fai-hero-actions { display: flex; align-items: center; gap: 30px; }
.fai-button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-width: 275px;
  padding: 8px 8px 8px 26px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  border-radius: 100px;
}
.fai-button-primary {
  color: var(--fai-ink) !important;
  background: linear-gradient(110deg, #a99275, #e1ccb0 48%, #a78f72);
  box-shadow: 0 18px 54px rgba(184, 164, 139, .18), inset 0 1px rgba(255,255,255,.45);
}
.fai-button-label { position: relative; z-index: 2; font-size: 15px; font-weight: 700; }
.fai-button-arrow {
  position: relative;
  z-index: 2;
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--fai-paper);
  background: var(--fai-ink);
  font-size: 18px;
  transition: transform .45s cubic-bezier(.2,.8,.2,1);
}
.fai-button:hover .fai-button-arrow { transform: rotate(45deg) scale(1.06); }
.fai-button-shine {
  position: absolute;
  z-index: 1;
  top: -100%;
  left: -30%;
  width: 32%;
  height: 300%;
  opacity: .65;
  transform: rotate(22deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.72), transparent);
  transition: left .75s ease;
}
.fai-button:hover .fai-button-shine,
.fai-whatsapp-button:hover .fai-button-shine { left: 115%; }

.fai-text-link { position: relative; padding: 10px 0; font-size: 15px; font-weight: 600; }
.fai-text-link::after { content: ""; position: absolute; left: 0; right: 0; bottom: 4px; height: 1px; background: rgba(240,238,232,.35); }
.fai-text-link span { display: inline-block; margin-left: 7px; transition: transform .3s ease; }
.fai-text-link:hover span { transform: translateX(5px); }

.fai-trust-line { display: flex; align-items: center; gap: 16px; margin-top: 44px; }
.fai-trust-avatars { display: flex; }
.fai-trust-avatars i {
  width: 32px;
  height: 32px;
  margin-left: -7px;
  display: grid;
  place-items: center;
  border: 2px solid var(--fai-ink);
  border-radius: 50%;
  color: var(--fai-champagne-light);
  background: #36332e;
  font-size: 10px;
  font-style: normal;
}
.fai-trust-avatars i:first-child { margin-left: 0; }
.fai-trust-line p { margin: 0; color: #85837e; font-size: 12px; line-height: 1.45; }
.fai-trust-line strong { color: #d4d1cb; font-weight: 600; }

.fai-hero-visual { position: relative; z-index: 2; width: 100%; max-width: 620px; justify-self: start; }
.fai-photo-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: .79;
  border-radius: 47% 47% 16px 16px;
  background: #25231f;
}
.fai-photo-frame::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 14px;
  border: 1px solid rgba(216,198,173,.25);
  border-radius: 47% 47% 9px 9px;
  pointer-events: none;
}
.fai-photo-frame img { height: 100%; object-fit: cover; object-position: center; filter: saturate(.78) contrast(1.03); }
.fai-photo-gradient { position: absolute; inset: 0; background: linear-gradient(to top, rgba(9,9,8,.88), transparent 48%); }
.fai-photo-label { position: absolute; z-index: 3; left: 42px; right: 42px; bottom: 36px; }
.fai-photo-label span { display: block; margin-bottom: 4px; color: var(--fai-champagne-light); font-size: 11px; letter-spacing: .17em; text-transform: uppercase; }
.fai-photo-label strong { display: block; font-family: var(--fai-display); font-size: 30px; font-weight: 400; }
.fai-photo-label small { color: #aaa69e; font-size: 11px; letter-spacing: .12em; }

.fai-hero-stamp {
  position: absolute;
  left: -58px;
  bottom: 18%;
  width: 118px;
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(216,198,173,.44);
  border-radius: 50%;
  background: rgba(11,11,10,.83);
  backdrop-filter: blur(10px);
}
.fai-hero-stamp span { color: var(--fai-champagne-light); font-family: var(--fai-display); font-size: 47px; line-height: 1; }
.fai-hero-stamp small { color: #aaa69f; font-size: 10px; line-height: 1.35; text-transform: uppercase; }

.fai-scroll-cue { position: absolute; left: clamp(24px, 3vw, 50px); bottom: 45px; display: flex; flex-direction: column; align-items: center; gap: 11px; }
.fai-scroll-cue span { writing-mode: vertical-rl; color: #77746f; font-size: 9px; letter-spacing: .23em; text-transform: uppercase; }
.fai-scroll-cue i { width: 1px; height: 38px; overflow: hidden; background: rgba(255,255,255,.15); }
.fai-scroll-cue i::after { content: ""; display: block; width: 1px; height: 18px; background: var(--fai-champagne); animation: faiScroll 2s ease-in-out infinite; }
@keyframes faiScroll { from { transform: translateY(-20px); } to { transform: translateY(42px); } }

/* Faixa infinita */
.fai-marquee { overflow: hidden; padding: 13px 0; color: var(--fai-ink); background: var(--fai-champagne-light); }
.fai-marquee-track { width: max-content; display: flex; align-items: center; animation: faiMarquee 28s linear infinite; will-change: transform; }
.fai-marquee-group {
  flex: 0 0 auto;
  min-width: 100vw;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 32px;
}
.fai-marquee span { font-size: 11px; font-weight: 700; letter-spacing: .27em; }
.fai-marquee i { font-size: 10px; font-style: normal; }
@keyframes faiMarquee { to { transform: translateX(-50%); } }

/* SeÃ§Ãµes gerais e processo */
.fai-section { position: relative; padding: clamp(90px, 10vw, 160px) clamp(24px, 7vw, 118px); }
.fai-section h2,
.fai-contact h2 { margin-bottom: 0; font-size: clamp(52px, 5.2vw, 89px); line-height: .92; }
.fai-section-head { display: grid; grid-template-columns: 1.5fr .65fr; align-items: end; gap: 70px; margin-bottom: 70px; }
.fai-section-head > p { max-width: 450px; margin: 0 0 5px; color: #92908a; font-size: 18px; line-height: 1.7; }

.fai-process { background: var(--fai-ink-soft); }
.fai-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--fai-line); border-left: 1px solid var(--fai-line); }
.fai-process-card { min-height: 310px; padding: 28px; border-right: 1px solid var(--fai-line); border-bottom: 1px solid var(--fai-line); transition: background .4s ease, transform .4s ease; }
.fai-process-card:hover { z-index: 2; background: #191813; transform: translateY(-7px); }
.fai-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 90px; }
.fai-card-top span { color: var(--fai-champagne-light); font-family: var(--fai-display); font-size: 21px; }
.fai-card-top i { color: #73716c; font-style: normal; transition: transform .35s ease, color .35s ease; }
.fai-process-card:hover .fai-card-top i { color: var(--fai-champagne-light); transform: rotate(45deg); }
.fai-process-card h3 { max-width: 240px; margin-bottom: 14px; font-family: var(--fai-display); font-size: 29px; font-weight: 400; line-height: 1.05; }
.fai-process-card p { max-width: 250px; margin-bottom: 0; color: #97948e; font-size: 15px; line-height: 1.65; }

/* PortfÃ³lio 2 x 2 */
.fai-properties { color: var(--fai-ink); background: var(--fai-paper); }
.fai-kicker-dark { color: #75624c; }
.fai-properties h2 em { color: #806a50; }
.fai-property-intro { margin-bottom: 68px; }
.fai-property-intro > p:last-child { max-width: 540px; margin: 28px 0 0 auto; color: #6e6c67; font-size: 18px; line-height: 1.7; }
.fai-property-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 22px; margin-top: 22px; }

.fai-property-card {
  overflow: hidden;
  min-height: 500px;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  border: 1px solid rgba(11,11,10,.15);
  background: #e9e6de;
}
.fai-property-card-image { position: relative; overflow: hidden; }
.fai-property-card-image img { height: 100%; object-fit: cover; filter: saturate(.82); transition: transform .8s ease; }
.fai-property-card:hover .fai-property-card-image img { transform: scale(1.035); }
.fai-gallery-trigger {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  padding: 0;
  display: block;
  overflow: hidden;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: zoom-in;
}
.fai-gallery-trigger img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.fai-gallery-hint {
  position: absolute !important;
  z-index: 4;
  left: 50% !important;
  right: auto !important;
  bottom: 24px !important;
  min-width: 174px;
  padding: 9px 17px 9px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 100px;
  color: #fff !important;
  background: #090909 !important;
  box-shadow: 0 14px 34px rgba(0,0,0,.4);
  font-size: 12px;
  font-weight: 700;
  transform: translateX(-50%) !important;
  transition: transform .3s ease, box-shadow .3s ease;
  white-space: nowrap;
}
.fai-gallery-hint b {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #090909;
  background: #fff;
  font-size: 17px;
}
.fai-gallery-trigger:hover .fai-gallery-hint {
  transform: translate(-50%, -5px) !important;
  box-shadow: 0 19px 42px rgba(0,0,0,.52), 0 0 0 5px rgba(255,255,255,.12);
}
.fai-property-card-image > span {
  position: absolute;
  left: 18px;
  top: 18px;
  padding: 8px 11px;
  border-radius: 50px;
  color: var(--fai-paper);
  background: rgba(11,11,10,.72);
  font-size: 10px;
}
.fai-property-card-body { padding: 34px; display: flex; flex-direction: column; }
.fai-card-address { color: #806a50; font-size: 11px; line-height: 1.55; letter-spacing: .08em; text-transform: uppercase; }
.fai-property-card-body h3 { margin: 24px 0 15px; font-family: var(--fai-display); font-size: 39px; font-weight: 400; line-height: .95; }
.fai-property-card-body > p:not(.fai-card-address) {
  min-height: 6.8em;
  display: -webkit-box;
  overflow: hidden;
  color: #696762;
  font-size: 14px;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.fai-mini-specs { display: flex; flex-wrap: wrap; gap: 8px; margin: 15px 0 25px; }
.fai-mini-specs span { padding: 6px 9px; border: 1px solid rgba(11,11,10,.16); border-radius: 100px; color: #55534f; font-size: 11px; }
.fai-card-price { margin-top: auto; padding-top: 18px; border-top: 1px solid rgba(11,11,10,.15); display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.fai-card-price strong { font-family: var(--fai-display); font-size: 24px; font-weight: 500; }
.fai-card-price a { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.fai-card-price a b { margin-left: 5px; font-size: 14px; }

/* Popup da galeria */
body.fai-gallery-open { overflow: hidden; }
.fai-gallery-modal {
  position: fixed;
  z-index: 99999;
  inset: 0;
  padding: 24px;
  display: grid;
  place-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s ease, visibility .3s ease;
}
.fai-gallery-modal[hidden] { display: none !important; }
.fai-gallery-modal.is-open { visibility: visible; opacity: 1; }
.fai-gallery-backdrop { position: absolute; inset: 0; background: rgba(4,4,4,.93); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.fai-gallery-dialog {
  position: relative;
  z-index: 2;
  width: min(760px, 96vw);
  max-height: 94svh;
  padding: 18px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 14px;
  border: 1px solid rgba(216,198,173,.25);
  border-radius: 18px;
  color: var(--fai-paper);
  background: #0d0d0c;
  box-shadow: 0 35px 100px rgba(0,0,0,.6);
}
.fai-gallery-header { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 2px 0 8px; }
.fai-gallery-header > div { min-width: 0; }
.fai-gallery-header small { display: block; margin-bottom: 3px; color: var(--fai-champagne); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.fai-gallery-header strong { display: block; overflow: hidden; font-family: var(--fai-display); font-size: clamp(20px, 2.2vw, 29px); font-weight: 400; text-overflow: ellipsis; white-space: nowrap; }
.fai-gallery-close {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--fai-line);
  border-radius: 50%;
  color: var(--fai-paper);
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: transform .3s ease, background .3s ease;
}
.fai-gallery-close:hover { transform: rotate(90deg); background: rgba(255,255,255,.08); }
.fai-gallery-stage {
  position: relative;
  overflow: hidden;
  width: min(540px, 51svh, 100%);
  height: auto;
  min-height: 0;
  aspect-ratio: 3 / 4;
  margin: 0 auto;
  align-self: center;
  justify-self: center;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #060606;
}
.fai-gallery-stage > img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  user-select: none;
}
.fai-gallery-nav {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  color: #fff;
  background: rgba(11,11,10,.7);
  backdrop-filter: blur(8px);
  font-size: 20px;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background .25s ease, transform .25s ease;
}
.fai-gallery-nav:hover { background: var(--fai-champagne); transform: translateY(-50%) scale(1.08); }
.fai-gallery-prev { left: 18px; }
.fai-gallery-next { right: 18px; }
.fai-gallery-counter { position: absolute; right: 16px; bottom: 14px; padding: 7px 10px; border-radius: 100px; color: #fff; background: rgba(11,11,10,.72); font-size: 11px; }
.fai-gallery-thumbs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 2px 2px 8px;
  scrollbar-color: var(--fai-champagne) transparent;
  scrollbar-width: thin;
}
.fai-gallery-thumb {
  flex: 0 0 74px;
  width: 74px;
  height: 54px;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 7px;
  background: #181816;
  opacity: .58;
  cursor: pointer;
  transition: opacity .25s ease, border-color .25s ease;
}
.fai-gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.fai-gallery-thumb.is-active { opacity: 1; border-color: var(--fai-champagne-light); }

/* Sobre */
.fai-about {
  display: grid;
  grid-template-columns: .85fr 1fr;
  gap: clamp(50px, 8vw, 130px);
  padding-bottom: 0;
  background: var(--fai-ink);
}
.fai-about-visual { position: relative; min-height: 760px; }
.fai-about-visual img { height: 100%; object-fit: cover; filter: grayscale(.15) saturate(.7); }
.fai-about-badge {
  position: absolute;
  right: -38px;
  top: 60px;
  width: 135px;
  height: 135px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  color: var(--fai-ink);
  background: var(--fai-champagne-light);
  font-size: 11px;
  text-transform: uppercase;
}
.fai-about-badge b { font-family: var(--fai-display); font-size: 48px; font-weight: 400; line-height: .8; }
.fai-vertical-type { position: absolute; left: -35px; bottom: 0; margin: 0; padding: 18px 12px; color: var(--fai-champagne-light); background: var(--fai-ink); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.fai-about-copy { align-self: center; }
.fai-about-copy h2 { margin-bottom: 65px; }
.fai-timeline > div { display: grid; grid-template-columns: 45px 1fr; gap: 22px; padding: 23px 0; border-top: 1px solid var(--fai-line); }
.fai-timeline > div:last-child { border-bottom: 1px solid var(--fai-line); }
.fai-timeline > div > span { color: var(--fai-champagne); font-family: var(--fai-display); font-size: 22px; }
.fai-timeline h3 { margin-bottom: 8px; font-family: var(--fai-display); font-size: 31px; font-weight: 400; line-height: 1.15; }
.fai-timeline p { max-width: 720px; margin-bottom: 0; color: #96938d; font-size: 18px; line-height: 1.75; }

/* CitaÃ§Ã£o em tela cheia no desktop */
.fai-quote {
  grid-column: 1 / -1;
  width: 100vw;
  min-height: clamp(520px, 68svh, 680px);
  margin: 40px 0 0 calc(50% - 50vw);
  padding: clamp(72px, 7vw, 110px) clamp(24px, 8vw, 150px);
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  justify-items: center;
  gap: 22px;
  border-top: 1px solid var(--fai-line);
  border-bottom: 1px solid var(--fai-line);
  text-align: center;
}
.fai-quote > span { color: var(--fai-champagne); font-family: var(--fai-display); font-size: 100px; line-height: .45; }
.fai-quote p { max-width: 1080px; margin: 0 auto; font-family: var(--fai-display); font-size: clamp(42px, 4vw, 66px); line-height: 1.06; letter-spacing: -.03em; }
.fai-quote em { color: var(--fai-champagne-light); }

/* Diferenciais */
.fai-differentials { background: #141411; }
.fai-diff-head { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: end; margin-bottom: 70px; }
.fai-diff-head .fai-kicker { align-self: start; }
.fai-diff-list { border-top: 1px solid var(--fai-line); }
.fai-diff-item { min-height: 110px; padding: 15px 22px; display: grid; grid-template-columns: 80px 1fr auto; align-items: center; gap: 25px; border-bottom: 1px solid var(--fai-line); transition: padding .35s ease, background .35s ease; }
.fai-diff-item:hover { padding-left: 36px; background: rgba(216,198,173,.05); }
.fai-diff-item span { color: var(--fai-champagne); font-family: var(--fai-display); font-size: 17px; }
.fai-diff-item h3 { margin: 0; font-family: var(--fai-display); font-size: clamp(23px, 2.3vw, 35px); font-weight: 400; }
.fai-diff-item i { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--fai-line); border-radius: 50%; font-style: normal; transition: transform .35s ease; }
.fai-diff-item:hover i { color: var(--fai-champagne-light); transform: rotate(45deg); }

/* Contato */
.fai-contact {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  padding: clamp(90px, 10vw, 150px) clamp(24px, 7vw, 118px);
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  align-items: end;
  gap: 80px;
  color: var(--fai-ink);
  background: var(--fai-champagne-light);
}
.fai-contact-orbit { position: absolute; right: -12%; top: -72%; width: 850px; height: 850px; border: 1px solid rgba(11,11,10,.17); border-radius: 50%; box-shadow: 0 0 0 90px rgba(11,11,10,.025), 0 0 0 180px rgba(11,11,10,.018); }
.fai-contact-copy,
.fai-contact-details { position: relative; z-index: 2; }
.fai-contact h2 em { color: #64513d; }
.fai-contact-copy > p:not(.fai-kicker) { max-width: 500px; margin: 30px 0 38px; color: #675e54; font-size: 18px; line-height: 1.7; }

.fai-whatsapp-button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  max-width: 480px;
  min-height: 92px;
  padding: 11px 13px;
  display: grid;
  grid-template-columns: 62px 1fr 54px;
  align-items: center;
  gap: 17px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 70px;
  color: #fff !important;
  background: radial-gradient(circle at 25% 0%, rgba(255,255,255,.17), transparent 35%), linear-gradient(115deg, #0c512e, #08743d 52%, #0c4b2c);
  box-shadow: 0 22px 55px rgba(5,58,30,.28), inset 0 1px rgba(255,255,255,.25);
}
.fai-whatsapp-pulse { position: relative; z-index: 2; width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; background: #fff; }
.fai-whatsapp-pulse::before,
.fai-whatsapp-pulse::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; animation: faiPulse 2.2s ease-out infinite; }
.fai-whatsapp-pulse::after { animation-delay: 1.1s; }
@keyframes faiPulse { from { inset: 0; opacity: .8; } to { inset: -18px; opacity: 0; } }
.fai-whatsapp-pulse i { width: 23px; height: 23px; border: 2px solid #08743d; border-radius: 50%; position: relative; }
.fai-whatsapp-pulse i::after { content: ""; position: absolute; left: -2px; bottom: -4px; width: 8px; height: 8px; border-left: 2px solid #08743d; transform: skew(-25deg); background: #fff; }
.fai-whatsapp-copy { position: relative; z-index: 2; display: flex; flex-direction: column; }
.fai-whatsapp-copy small { opacity: .68; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.fai-whatsapp-copy strong { font-family: var(--fai-display); font-size: 25px; font-weight: 400; }
.fai-whatsapp-arrow { position: relative; z-index: 2; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-size: 20px; transition: transform .4s ease, background .4s ease, color .4s ease; }
.fai-whatsapp-button:hover .fai-whatsapp-arrow { transform: rotate(45deg); color: #08743d; background: #fff; }

.fai-contact-details { border-top: 1px solid rgba(11,11,10,.22); }
.fai-contact-details > div { padding: 23px 0; border-bottom: 1px solid rgba(11,11,10,.22); }
.fai-contact-details span { display: block; margin-bottom: 7px; color: #71685e; font-size: 10px; letter-spacing: .17em; text-transform: uppercase; }
.fai-contact-details a,
.fai-contact-details p { margin: 0; font-family: var(--fai-display); font-size: 23px; }

/* RodapÃ© */
.fai-footer { padding: 55px clamp(24px, 5vw, 84px); display: grid; grid-template-columns: 1.2fr 1fr .7fr .7fr; align-items: center; gap: 35px; background: #080807; }
.fai-brand-footer { justify-self: start; }
.fai-footer-logo {
  width: min(190px, 100%);
  max-height: 72px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) saturate(100%) invert(84%) sepia(18%) saturate(570%) hue-rotate(352deg) brightness(96%) contrast(89%);
  opacity: .96;
}
.fai-footer > p { margin: 0; color: #8b8881; font-size: 11px; line-height: 1.65; }
.fai-footer > div { display: flex; gap: 17px; }
.fai-footer > div a,
.fai-domain { color: #aaa69e; font-size: 11px; }
.fai-domain { justify-self: end; }

.fai-floating-whatsapp {
  position: fixed;
  z-index: 35;
  right: 24px;
  bottom: 24px;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff !important;
  background: #08743d;
  box-shadow: 0 14px 35px rgba(4,50,25,.35);
}
.fai-floating-whatsapp b { font-family: var(--fai-display); font-size: 22px; }
.fai-floating-whatsapp small { position: absolute; right: 70px; width: max-content; padding: 7px 10px; border-radius: 5px; opacity: 0; transform: translateX(8px); color: var(--fai-paper); background: var(--fai-ink); font-size: 11px; transition: .3s ease; pointer-events: none; }
.fai-floating-whatsapp:hover small { opacity: 1; transform: translateX(0); }
.fai-floating-ring { position: absolute; inset: -5px; border: 1px solid rgba(8,116,61,.4); border-radius: 50%; animation: faiFloatRing 2s ease-out infinite; }
@keyframes faiFloatRing { to { inset: -16px; opacity: 0; } }

/* AnimaÃ§Ãµes seguras */
.fai-reveal { opacity: 1; transform: translateY(0); }
.fai-js .fai-reveal { opacity: 1; transform: translateY(34px); transition: transform .9s cubic-bezier(.2,.7,.2,1); }
.fai-js .fai-reveal.is-visible { transform: translateY(0); }

@media (max-width: 1100px) {
  .fai-header { grid-template-columns: 1fr auto; }
  .fai-nav { display: none; }
  .fai-hero { grid-template-columns: 1fr .8fr; gap: 55px; }
  .fai-process-grid { grid-template-columns: repeat(2, 1fr); }
  .fai-property-card { grid-template-columns: 1fr; }
  .fai-property-card-image { min-height: 300px; }
  .fai-footer { grid-template-columns: 1fr 1fr; }
  .fai-domain { justify-self: start; }
}

@media (max-width: 767px) {
  .fai-header,
  .fai-header.is-scrolled {
    position: absolute;
    height: 72px;
    padding: 0 20px;
    background: transparent;
    border-color: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .fai-header-cta { display: none; }
  .fai-brand-mark { width: 38px; height: 38px; }
  .fai-brand-text { font-size: 19px; }
  .fai-menu-toggle {
    position: relative;
    z-index: 2;
    width: 42px;
    height: 42px;
    padding: 0;
    display: block;
    border: 1px solid var(--fai-line);
    border-radius: 50%;
    background: rgba(11,11,10,.7);
  }
  .fai-menu-toggle span { position: absolute; left: 12px; width: 17px; height: 1px; background: var(--fai-paper); transition: .3s ease; }
  .fai-menu-toggle span:first-child { top: 16px; }
  .fai-menu-toggle span:last-child { top: 23px; }
  .fai-menu-toggle.is-open span:first-child { top: 20px; transform: rotate(45deg); }
  .fai-menu-toggle.is-open span:last-child { top: 20px; transform: rotate(-45deg); }
  .fai-nav {
    position: fixed;
    inset: 0;
    z-index: 1;
    padding: 120px 30px 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    visibility: hidden;
    opacity: 0;
    background: rgba(11,11,10,.98);
    transition: .35s ease;
  }
  .fai-nav.is-open { visibility: visible; opacity: 1; }
  .fai-nav a { font-family: var(--fai-display); font-size: 44px; font-weight: 400; }

  .fai-hero { min-height: auto; padding: 125px 20px 85px; grid-template-columns: 1fr; gap: 58px; }
  .fai-hero h1 { font-size: clamp(60px, 19vw, 84px); }
  .fai-lead { font-size: 17px; line-height: 1.72; }
  .fai-hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .fai-button { width: 100%; }
  .fai-hero-visual { width: 88%; justify-self: end; }
  .fai-hero-stamp { left: -44px; width: 100px; height: 100px; }
  .fai-scroll-cue { display: none; }
  .fai-photo-label { left: 30px; bottom: 27px; }
  .fai-photo-label strong { font-size: 25px; }

  .fai-marquee-group { min-width: 185vw; padding: 0 18px; gap: 24px; }
  .fai-section { padding: 90px 20px; }
  .fai-section-head { grid-template-columns: 1fr; gap: 30px; margin-bottom: 48px; }
  .fai-section h2,
  .fai-contact h2 { font-size: clamp(48px, 14vw, 67px); }
  .fai-process-grid { grid-template-columns: 1fr; }
  .fai-process-card { min-height: 235px; }
  .fai-card-top { margin-bottom: 52px; }

  .fai-property-intro > p:last-child { margin-left: 0; }
  .fai-property-grid { grid-template-columns: 1fr; }
  .fai-property-card { grid-template-columns: 1fr; min-height: 0; }
  .fai-property-card-image {
    width: 100%;
    min-height: 320px;
    aspect-ratio: 16 / 11;
  }
  .fai-property-card-image img,
  .fai-gallery-trigger img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
  .fai-property-card-body { padding: 28px 24px; }
  .fai-property-card-body > p:not(.fai-card-address) { min-height: 0; }
  .fai-card-price { align-items: flex-start; flex-direction: column; }
  .fai-gallery-hint {
    bottom: 18px !important;
    min-width: 164px;
    font-size: 11px;
  }
  .fai-gallery-modal { padding: 0; }
  .fai-gallery-dialog {
    width: 100vw;
    height: 100svh;
    max-height: none;
    padding: 14px;
    gap: 10px;
    border: 0;
    border-radius: 0;
  }
  .fai-gallery-header { min-height: 52px; padding-left: 4px; }
  .fai-gallery-header strong { max-width: 260px; font-size: 21px; }
  .fai-gallery-stage {
    width: min(100%, 48svh);
    height: auto;
    min-height: 0;
    aspect-ratio: 3 / 4;
  }
  .fai-gallery-nav { width: 43px; height: 43px; }
  .fai-gallery-prev { left: 10px; }
  .fai-gallery-next { right: 10px; }
  .fai-gallery-thumb { flex-basis: 66px; width: 66px; height: 50px; }

  .fai-about { grid-template-columns: 1fr; gap: 65px; padding-bottom: 0; }
  .fai-about-visual {
    width: 82%;
    max-width: 370px;
    min-height: 0;
    height: auto;
    aspect-ratio: 4 / 5;
    margin: 0 auto;
  }
  .fai-about-visual > img { width: 100%; height: 100%; object-fit: cover; }
  .fai-about-badge { right: -26px; width: 104px; height: 104px; padding: 20px; }
  .fai-about-badge b { font-size: 38px; }
  .fai-about-copy h2 { margin-bottom: 45px; }
  .fai-timeline { width: 100%; }
  .fai-timeline > div { grid-template-columns: 38px 1fr; gap: 14px; }
  .fai-timeline h3 { font-size: 27px; }
  .fai-timeline p { font-size: 17px; line-height: 1.7; }

  .fai-quote {
    min-height: auto;
    margin: 20px 0 0 calc(50% - 50vw);
    padding: 64px 24px 72px;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .fai-quote > span { font-size: 68px; line-height: .5; }
  .fai-quote p { max-width: 420px; font-size: clamp(30px, 9vw, 38px); line-height: 1.08; letter-spacing: -.025em; }

  .fai-differentials { padding-top: 56px; }
  .fai-diff-head { grid-template-columns: 1fr; }
  .fai-diff-item { min-height: 120px; padding: 14px 0; grid-template-columns: 42px 1fr auto; }
  .fai-diff-item:hover { padding-left: 8px; }

  .fai-contact { padding: 90px 20px; grid-template-columns: 1fr; gap: 70px; }
  .fai-whatsapp-button { grid-template-columns: 53px 1fr 42px; min-height: 80px; }
  .fai-whatsapp-pulse { width: 53px; height: 53px; }
  .fai-whatsapp-copy strong { font-size: 20px; }
  .fai-whatsapp-arrow { width: 39px; height: 39px; }

  .fai-footer { padding: 55px 20px 100px; grid-template-columns: 1fr; }
  .fai-footer > div { flex-wrap: wrap; }
  .fai-floating-whatsapp { right: 18px; bottom: 18px; width: 56px; height: 56px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .fai-marquee-track,
  .fai-scroll-cue i::after,
  .fai-whatsapp-pulse::before,
  .fai-whatsapp-pulse::after,
  .fai-floating-ring { animation: none !important; }
  .fai-reveal { opacity: 1; transform: none; transition: none; }
}

/* Ajuste final: capas maiores no portfólio — somente celular */
@media (max-width: 767px) {
  .fai-property-card-image {
    width: 100% !important;
    height: clamp(480px, 145vw, 600px) !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
  }

  .fai-gallery-trigger,
  .fai-gallery-trigger img,
  .fai-property-card-image img {
    width: 100% !important;
    height: 100% !important;
  }

  .fai-gallery-trigger img,
  .fai-property-card-image img {
    object-fit: cover !important;
    object-position: center center !important;
  }
}/* End custom CSS */