/* Jardins França — Imóvel
   Mesmo sistema visual da home: navy / gold / cinza / glass / Geist */

:root {
  --bg: #f3f3f3;
  --cream: #ececec;
  --white: #ffffff;
  --navy: #0b1d36;
  --ink: var(--navy);
  --mute: rgba(11, 29, 54, .52);
  --line: rgba(11, 29, 54, .12);
  --gold: #c4a35a;
  --gold-soft: #d4bc7d;
  --mist: #e5e5e5;
  --chalk: #f7f7f7;
  --radius: 18px;
  --radius-sm: 14px;
  --ease: cubic-bezier(.22, .8, .28, 1);
  --max: 100%;
  --pad: 40px;
  --font-logo: 'Instrument Serif', Georgia, serif;
  --font-display: 'Geist', 'Inter', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --glass-bg: rgba(255, 255, 255, .14);
  --glass-border: rgba(255, 255, 255, .28);
  --glass-blur: blur(18px) saturate(160%);
  --glass-light-bg: rgba(255, 255, 255, .62);
  --glass-light-border: rgba(255, 255, 255, .75);
}

@media (min-width: 1440px) {
  :root { --pad: 80px; }
}

html { scroll-behavior: smooth; }

body.tpl-imovel {
  margin: 0;
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  font-weight: 400;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.imovel-lp *,
.imovel-lp *::before,
.imovel-lp *::after { box-sizing: border-box; }
.imovel-lp img,
.imovel-lp video { display: block; max-width: 100%; }
.imovel-lp a { color: inherit; text-decoration: none; }
.imovel-lp button { font-family: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
.imovel-lp ul { list-style: none; margin: 0; padding: 0; }

.eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 14px;
}
.eyebrow--light { color: rgba(255, 255, 255, .72); }

/* Glass */
.glass-panel {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, .18),
    inset 0 1px 0 rgba(255, 255, 255, .22);
}
.glass-panel--light {
  background: var(--glass-light-bg);
  border-color: var(--glass-light-border);
  box-shadow:
    0 16px 40px rgba(0, 0, 0, .18),
    inset 0 1px 0 rgba(255, 255, 255, .8);
  color: var(--ink);
}
.glass-card {
  background: rgba(255, 255, 255, .55);
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, .7);
  box-shadow:
    0 10px 30px rgba(0, 0, 0, .06),
    inset 0 1px 0 rgba(255, 255, 255, .85);
}
.glass-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .02em;
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  color: #fff;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 26px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .01em;
  border: 1px solid transparent;
  transition:
    transform .3s var(--ease),
    background .3s var(--ease),
    border-color .3s var(--ease),
    box-shadow .3s var(--ease),
    color .3s var(--ease);
}
.imovel-lp a.btn--solid-light,
.imovel-lp .btn--solid-light {
  background: #fff;
  color: var(--navy) !important;
  box-shadow: 0 8px 24px rgba(11, 29, 54, .18);
}
.imovel-lp a.btn--solid-light:hover,
.imovel-lp .btn--solid-light:hover {
  transform: translateY(-2px);
  background: #f7f7f7;
  color: var(--navy) !important;
}
.imovel-lp a.btn--solid-dark,
.imovel-lp .btn--solid-dark,
.imovel-lp a.btn--primary,
.imovel-lp .btn--primary {
  background: var(--navy);
  color: #fff !important;
  box-shadow: 0 8px 22px rgba(11, 29, 54, .2);
}
.imovel-lp a.btn--solid-dark:hover,
.imovel-lp .btn--solid-dark:hover,
.imovel-lp a.btn--primary:hover,
.imovel-lp .btn--primary:hover {
  transform: translateY(-2px);
  background: #132a4a;
  color: #fff !important;
}
.imovel-lp a.btn--glass,
.imovel-lp .btn--glass {
  background: rgba(255, 255, 255, .16);
  color: #fff !important;
  border-color: rgba(255, 255, 255, .35);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
}
.imovel-lp a.btn--glass:hover,
.imovel-lp .btn--glass:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, .26);
  color: #fff !important;
}
.btn--block { width: 100%; }

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .85s var(--ease), transform .85s var(--ease);
}
.reveal.in { opacity: 1; transform: none; }

.imovel-lp video.is-horizontal {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* NAV */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px var(--pad);
  color: #fff;
  transition: background .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease);
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(247, 247, 247, .88);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  border-bottom-color: var(--line);
  color: var(--navy);
}
body.admin-bar .nav { top: 32px; }
@media (max-width: 782px) { body.admin-bar .nav { top: 46px; } }

.nav__logo {
  font-family: var(--font-logo);
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -.02em;
}
.nav__logo em { font-style: italic; color: var(--gold); }

.nav__menu { display: flex; gap: 28px; }
.nav__menu a {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, .78);
}
.nav__menu a:hover { color: #fff; }
.nav.scrolled .nav__menu a { color: var(--mute); }
.nav.scrolled .nav__menu a:hover { color: var(--navy); }

.nav__cta {
  font-size: 13px;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 999px;
  background: #fff;
  color: var(--navy) !important;
}
.nav.scrolled .nav__cta {
  background: var(--navy);
  color: #fff !important;
}

.nav__burger {
  display: none;
  width: 44px;
  height: 44px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .28);
  color: inherit;
}
.nav.scrolled .nav__burger {
  background: rgba(11, 29, 54, .06);
  border-color: var(--line);
}
.nav__burger span {
  display: block;
  width: 20px;
  height: 1.5px;
  background: currentColor;
}

.nav-drawer {
  position: fixed;
  inset: 0;
  z-index: 110;
  background: rgba(11, 29, 54, .96);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  color: #fff;
}
.nav-drawer[hidden] { display: none !important; }
.nav-drawer__close {
  position: absolute;
  top: 28px;
  right: var(--pad);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .28);
  color: #fff;
}
.nav-drawer__close span {
  position: absolute;
  left: 50%; top: 50%;
  width: 20px; height: 1.5px;
  background: currentColor;
}
.nav-drawer__close span:first-child { transform: translate(-50%, -50%) rotate(45deg); }
.nav-drawer__close span:last-child { transform: translate(-50%, -50%) rotate(-45deg); }
.nav-drawer a {
  font-family: var(--font-display);
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 600;
}
.nav-drawer__cta {
  margin-top: 8px;
  font-size: 15px !important;
  font-family: var(--font-body) !important;
}

@media (max-width: 900px) {
  .nav__menu,
  .nav__cta { display: none; }
  .nav__burger { display: flex; }
}

/* HERO glass footer */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  color: #fff;
  overflow: hidden;
}
.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #0b1d36;
}
.hero__media video,
.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__media video.is-horizontal { aspect-ratio: auto; min-height: 100%; }
.hero__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(11, 29, 54, .28) 0%,
    rgba(11, 29, 54, .06) 42%,
    rgba(11, 29, 54, .35) 100%
  );
  pointer-events: none;
}
.hero__spacer {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  min-height: 34vh;
  pointer-events: none;
}
.hero__glass {
  position: relative;
  z-index: 5;
  width: 100%;
  margin-top: auto;
  padding: clamp(88px, 12vw, 150px) 0 clamp(32px, 4vw, 48px);
  background: transparent;
  overflow: hidden;
}
.hero__glass-fade {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, .02) 28%,
    rgba(255, 255, 255, .05) 62%,
    rgba(255, 255, 255, .08) 100%
  );
  backdrop-filter: blur(14px) saturate(130%);
  -webkit-backdrop-filter: blur(14px) saturate(130%);
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, .15) 22%,
    rgba(0, 0, 0, .55) 55%,
    rgba(0, 0, 0, .9) 78%,
    #000 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, .15) 22%,
    rgba(0, 0, 0, .55) 55%,
    rgba(0, 0, 0, .9) 78%,
    #000 100%
  );
}
.hero__glass-inner {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--pad);
  display: block;
}
.hero__copy { max-width: 720px; }
.hero__badge {
  display: inline-flex;
  margin: 0 0 12px;
}
.hero__eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .7);
}
.hero__title {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(28px, 4.2vw, 52px);
  line-height: 1.08;
  letter-spacing: -.035em;
  max-width: min(100%, 20em);
  text-wrap: balance;
}
.hero__title em {
  font-style: italic;
  color: var(--gold-soft);
  font-family: var(--font-logo);
  font-weight: 400;
}
.hero__lead {
  margin: 0 0 18px;
  max-width: 46ch;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, .82);
}
@media (max-width: 800px) {
  .hero__copy { max-width: none; }
}

/* FACTS BENTO — antes do destaque */
.facts-bento {
  padding: 48px var(--pad) 24px;
  position: relative;
  z-index: 6;
  margin-top: -20px;
}
.facts-bento__grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  gap: 12px;
}
.facts-bento__card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  min-height: 140px;
  padding: 22px 24px;
  border-radius: 20px;
  text-align: left;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.facts-bento__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  color: var(--gold);
}
.facts-bento__icon svg {
  width: 48px;
  height: 48px;
  display: block;
}
.facts-bento__card--fact .facts-bento__value,
.facts-bento__card--cta .facts-bento__value {
  margin-top: auto;
}
.facts-bento__card--1 {
  grid-column: span 2;
  grid-row: span 1;
  min-height: 160px;
}
.facts-bento__card--2,
.facts-bento__card--3 { grid-column: span 1; }
.facts-bento__card--4 { grid-column: span 2; }
.facts-bento__card--visit,
.facts-bento__card--gallery { grid-column: span 1; }

.facts-bento__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
}
.facts-bento__value {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.15;
  color: var(--ink);
}
.facts-bento__card--cta {
  text-decoration: none;
  color: inherit;
}
.facts-bento__card--cta:hover {
  transform: translateY(-3px);
}
.facts-bento__card--visit {
  background: var(--navy);
  border: 1px solid rgba(196, 163, 90, .25);
  color: #fff;
  box-shadow: 0 14px 36px rgba(11, 29, 54, .18);
}
.facts-bento__card--visit .facts-bento__label { color: var(--gold-soft); }
.facts-bento__card--visit .facts-bento__value { color: #fff; }
.facts-bento__card--visit .facts-bento__icon { color: var(--gold-soft); }
.facts-bento__card--gallery .facts-bento__icon { color: var(--navy); }
.facts-bento__card--gallery:hover {
  box-shadow:
    0 18px 40px rgba(0, 0, 0, .08),
    inset 0 1px 0 rgba(255, 255, 255, .9);
}
.facts-bento__arrow {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 18px;
  height: 18px;
}
.facts-bento__arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 2px;
  height: 1.5px;
  background: currentColor;
  transform: translateY(-50%);
}
.facts-bento__arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.facts-bento__card--visit .facts-bento__arrow { color: #fff; }
.facts-bento__card--gallery .facts-bento__arrow { color: var(--navy); }

@media (max-width: 900px) {
  .facts-bento__grid {
    grid-template-columns: 1fr 1fr;
  }
  .facts-bento__card--1,
  .facts-bento__card--2,
  .facts-bento__card--3,
  .facts-bento__card--4,
  .facts-bento__card--visit,
  .facts-bento__card--gallery {
    grid-column: span 1;
    grid-row: auto;
    min-height: 130px;
  }
  .facts-bento__card--1,
  .facts-bento__card--4 {
    grid-column: span 2;
  }
}
@media (max-width: 520px) {
  .facts-bento__grid { grid-template-columns: 1fr; }
  .facts-bento__card--1,
  .facts-bento__card--4,
  .facts-bento__card--visit,
  .facts-bento__card--gallery {
    grid-column: span 1;
  }
}

/* DESTAQUE / INTRO */
.destaque {
  padding: clamp(72px, 10vw, 110px) var(--pad) 40px;
}
.destaque__inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.destaque__inner h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(26px, 3.8vw, 46px);
  line-height: 1.12;
  letter-spacing: -.03em;
  margin: 0 0 18px;
  max-width: 22em;
  margin-left: auto;
  margin-right: auto;
  text-wrap: balance;
}
.destaque__inner h2 em {
  font-style: italic;
  color: var(--gold);
  font-family: var(--font-logo);
  font-weight: 400;
}
.destaque__inner p {
  margin: 0;
  font-size: 16px;
  color: var(--mute);
  line-height: 1.65;
}

/* INTRO duo — 50/50, texto abaixo da foto */
.intro {
  padding: clamp(64px, 8vw, 100px) var(--pad);
  background: var(--bg);
}
.intro .section-head { margin-bottom: 40px; }
.intro__lead {
  margin: 16px auto 0;
  max-width: 52ch;
  font-size: 15px;
  line-height: 1.6;
  color: var(--mute);
}
.intro__duo {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 2.5vw, 28px);
}
.intro__item {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
}
.intro__media {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--mist);
}
.intro__media img,
.intro__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro__media video.is-horizontal { aspect-ratio: auto; }
.intro__copy .eyebrow { margin-bottom: 10px; }
.intro__copy h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.15;
  letter-spacing: -.025em;
  margin: 0 0 10px;
  max-width: 18em;
  text-wrap: balance;
}
.intro__copy h3 em {
  font-style: italic;
  color: var(--gold);
  font-family: var(--font-logo);
  font-weight: 400;
}
.intro__copy p {
  margin: 0;
  font-size: 15px;
  color: var(--mute);
  line-height: 1.6;
  max-width: 42ch;
}
@media (max-width: 800px) {
  .intro__duo { grid-template-columns: 1fr; }
}

/* AMBIENTES */
.ambientes {
  padding: clamp(72px, 10vw, 100px) var(--pad);
  background: var(--cream);
}
.section-head {
  max-width: 720px;
  margin: 0 auto 48px;
  text-align: center;
}
.section-head__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(26px, 3.8vw, 48px);
  line-height: 1.1;
  letter-spacing: -.03em;
  margin: 0;
  max-width: 16em;
  margin-left: auto;
  margin-right: auto;
  text-wrap: balance;
}
.section-head__title em {
  font-style: italic;
  color: var(--gold);
  font-family: var(--font-logo);
  font-weight: 400;
}
.ambientes__grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.ambientes__col {
  padding: clamp(24px, 3vw, 36px);
  border-radius: 20px;
  background: var(--navy);
  color: #fff;
  border: 1px solid rgba(196, 163, 90, .18);
}
.ambientes__col h3 {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}
.ambientes__col li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  font-size: 14px;
}
.ambientes__col li span:first-child { font-weight: 600; }
.ambientes__col li span:last-child {
  color: rgba(255, 255, 255, .6);
  text-align: right;
  font-size: 13px;
}
@media (max-width: 700px) {
  .ambientes__grid { grid-template-columns: 1fr; }
}

/* RESONATE */
.resonate {
  position: relative;
  min-height: min(78vh, 720px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
.resonate__media {
  position: absolute;
  inset: 0;
  background: #0b1d36;
}
.resonate__media img,
.resonate__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.resonate__media video.is-horizontal { aspect-ratio: auto; }
.resonate__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(11, 29, 54, .42);
}
.resonate__content {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 48px var(--pad);
  padding: clamp(36px, 5vw, 52px) clamp(28px, 4vw, 48px);
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.resonate__content h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(26px, 3.6vw, 44px);
  line-height: 1.12;
  letter-spacing: -.03em;
  margin: 0;
  max-width: 16em;
  text-wrap: balance;
}
.resonate__content h2 em {
  font-style: italic;
  color: var(--gold-soft);
  font-family: var(--font-logo);
  font-weight: 400;
}
.resonate__content p {
  margin: 0 0 8px;
  font-size: 15px;
  color: rgba(255, 255, 255, .8);
  line-height: 1.6;
  max-width: 42ch;
}

/* FEATURES */
.features {
  padding: clamp(72px, 10vw, 110px) var(--pad);
  background: var(--bg);
}
.features__grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.feature {
  padding: 22px 20px;
  border-radius: 16px;
}
.feature__num {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  color: var(--gold);
  margin-bottom: 12px;
}
.feature h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -.02em;
  margin: 0 0 8px;
}
.feature p {
  margin: 0;
  font-size: 14px;
  color: var(--mute);
  line-height: 1.55;
}
@media (max-width: 900px) {
  .features__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .features__grid { grid-template-columns: 1fr; }
}

/* GALLERY */
.gallery {
  padding: 40px var(--pad) 100px;
  background: var(--cream);
}
.gallery__grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.gallery__item {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: var(--mist);
  aspect-ratio: 1 / 1;
  cursor: pointer;
  color: #fff;
}
.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.1s var(--ease);
}
.gallery__item:hover img { transform: scale(1.04); }
.gallery__item--more::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(11, 29, 54, .58);
  transition: background .3s var(--ease);
}
.gallery__item--more:hover::after { background: rgba(11, 29, 54, .68); }
.gallery__more {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-align: center;
  pointer-events: none;
}
.gallery__more strong {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1;
}
.gallery__more span {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .85);
}
@media (max-width: 800px) {
  .gallery__grid { grid-template-columns: repeat(3, 1fr); }
  .gallery__item:nth-child(n+9):not(.gallery__item--more) { display: none; }
}
@media (max-width: 520px) {
  .gallery__grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .gallery__item:nth-child(n+6):not(.gallery__item--more) { display: none; }
}

/* Gallery modal */
.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-modal[hidden] { display: none !important; }
.gallery-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11, 29, 54, .92);
  border: 0;
  cursor: pointer;
}
.gallery-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1100px, calc(100% - 32px));
  max-height: calc(100vh - 48px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.gallery-modal__close {
  position: absolute;
  top: -8px;
  right: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .1);
  color: #fff;
  cursor: pointer;
  z-index: 2;
}
.gallery-modal__close span {
  position: absolute;
  left: 50%; top: 50%;
  width: 18px; height: 1.5px;
  background: currentColor;
}
.gallery-modal__close span:first-child { transform: translate(-50%, -50%) rotate(45deg); }
.gallery-modal__close span:last-child { transform: translate(-50%, -50%) rotate(-45deg); }
.gallery-modal__stage {
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.gallery-modal__stage img {
  max-width: 100%;
  max-height: calc(100vh - 160px);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
}
.gallery-modal__stage figcaption {
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  text-align: center;
}
.gallery-modal__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .1);
  color: #fff;
  cursor: pointer;
  z-index: 2;
}
.gallery-modal__nav::before {
  content: '';
  position: absolute;
  left: 50%; top: 50%;
  width: 10px; height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.gallery-modal__nav--prev { left: -8px; }
.gallery-modal__nav--prev::before { transform: translate(-30%, -50%) rotate(-135deg); }
.gallery-modal__nav--next { right: -8px; }
.gallery-modal__nav--next::before { transform: translate(-70%, -50%) rotate(45deg); }
.gallery-modal__counter {
  color: rgba(255, 255, 255, .65);
  font-size: 13px;
  letter-spacing: .06em;
}
@media (max-width: 700px) {
  .gallery-modal__nav--prev { left: 4px; }
  .gallery-modal__nav--next { right: 4px; }
  .gallery-modal__close { top: 8px; right: 8px; }
}

/* CTA */
.cta {
  position: relative;
  padding: clamp(72px, 10vw, 110px) var(--pad);
  overflow: hidden;
  color: #fff;
  background: var(--navy);
}
.cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 80% 20%, rgba(196, 163, 90, .16), transparent 55%);
  pointer-events: none;
}
.cta__card {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
  padding: clamp(28px, 4vw, 40px);
  border-radius: 24px;
}
.cta__text h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(26px, 3.6vw, 42px);
  line-height: 1.12;
  letter-spacing: -.03em;
  margin: 0 0 14px;
  color: #fff;
  max-width: 14em;
  text-wrap: balance;
}
.cta__text h2 em {
  font-style: italic;
  color: var(--gold-soft);
  font-family: var(--font-logo);
  font-weight: 400;
}
.cta__text p {
  margin: 0 0 20px;
  font-size: 15px;
  color: rgba(255, 255, 255, .75);
  line-height: 1.6;
  max-width: 40ch;
}
.cta__wa {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--gold-soft);
}
.cta__wa svg { width: 20px; height: 20px; fill: currentColor; }
.form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(255, 255, 255, .8);
  color: var(--ink);
}
.form__field label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: 6px;
}
.form__field input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fff;
  font: inherit;
  color: var(--ink);
}
.form__field input:focus {
  outline: 2px solid rgba(196, 163, 90, .45);
  border-color: var(--gold);
}
.form__note {
  margin: 0;
  font-size: 12px;
  color: var(--mute);
  text-align: center;
}
@media (max-width: 860px) {
  .cta__card { grid-template-columns: 1fr; }
}

/* FOOTER */
.footer {
  padding: clamp(56px, 7vw, 80px) var(--pad) 28px;
  background: #000;
  color: rgba(255, 255, 255, .68);
}
.footer__inner { max-width: var(--max); margin: 0 auto; }
.footer__top {
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  gap: 36px 48px;
  align-items: start;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(196, 163, 90, .22);
}
.footer__brand-block {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.footer__logos {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.footer__logo { display: block; height: auto; object-fit: contain; }
.footer__logo--light { width: min(180px, 48vw); }
.footer__logo--dark {
  width: min(150px, 42vw);
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(196, 163, 90, .35);
}
.footer__brand {
  font-family: var(--font-logo);
  font-size: 28px;
  color: #fff;
  margin: 0 0 6px;
}
.footer__brand em { font-style: italic; color: var(--gold); }
.footer__tag {
  margin: 0;
  font-size: 14px;
  max-width: 36ch;
  line-height: 1.5;
  color: rgba(255, 255, 255, .7);
}
.footer__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.footer__col-title {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
}
.footer__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
}
.footer__links a:hover { color: var(--gold-soft); }
.footer__creci {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
}
.footer__creci strong {
  display: block;
  color: #fff;
  font-weight: 600;
}
.footer__creci span {
  color: rgba(255, 255, 255, .55);
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.footer__cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  min-width: 200px;
}
.footer__cta p {
  margin: 0;
  font-size: 14px;
  max-width: 22ch;
  line-height: 1.45;
}
.footer__phone {
  font-size: 13px;
  color: rgba(255, 255, 255, .55);
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  padding-top: 22px;
  font-size: 13px;
}
.footer__bottom-meta { color: rgba(255, 255, 255, .5); }
.footer__bottom-meta em {
  font-style: normal;
  color: var(--gold-soft);
}
@media (max-width: 960px) {
  .footer__top { grid-template-columns: 1fr 1fr; }
  .footer__cta { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  .footer__top,
  .footer__cols { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .gallery__item img,
  .btn { transition: none !important; }
  .glass-panel,
  .glass-card,
  .glass-chip,
  .btn--glass,
  .hero__glass-fade {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
