/* =========================================================
   Vicky Cléroux — identité personnelle (HOME brand)
   Or marque + lin chaud; RE/MAX en conformité discrète
   ========================================================= */

:root {
  --vc-bg: #EDE6DA;
  --vc-surface: #F7F1E7;
  --vc-ink: #1C1C1A;
  --vc-muted: #6A635A;
  --vc-line: rgba(28, 28, 26, 0.12);
  --vc-gold: #B48E4C;
  --vc-gold-deep: #8D6A32;
  --vc-gold-soft: #D0AA62;
  --vc-accent: #8B1E2D;
  --vc-accent-soft: #0C2749;
  --vc-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --vc-header-offset: 5.5rem;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* Keep in-page section anchors clear of the sticky header */
:target,
.vc-section[id],
.vc-hero[id],
main [id] {
  scroll-margin-top: var(--vc-header-offset);
}

body {
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  background:
    radial-gradient(1200px 600px at 12% -10%, rgba(180, 142, 76, 0.08), transparent 55%),
    radial-gradient(900px 500px at 100% 8%, rgba(28, 28, 26, 0.04), transparent 50%),
    var(--vc-bg);
  color: var(--vc-ink);
  transition: opacity 0.32s var(--vc-ease);
}

body.vc-page-exit {
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  body {
    transition: none;
  }

  body.vc-page-exit {
    opacity: 1;
  }
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 80;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* -- Conformité RE/MAX : ligne discrète -- */
.vc-remax-band {
  background: rgba(247, 241, 231, 0.92);
  color: var(--vc-muted);
  border-bottom: 1px solid var(--vc-line);
  padding: 0.35rem 1.5rem;
  font-size: 0.65rem;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.vc-remax-band a {
  color: var(--vc-muted);
  text-decoration: none;
}

.vc-remax-band a:hover {
  color: var(--vc-gold-deep);
}

.vc-remax-band__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem 1.25rem;
}

.vc-remax-band__logos {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  opacity: 0.55;
}

.vc-remax-band__logos a {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.vc-remax-band__logos img {
  height: 16px;
  width: auto;
  max-width: 130px;
  display: block;
}

.vc-remax-band__logos a:first-child img {
  height: 20px;
  max-width: 84px;
}

.vc-footer__logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.85rem 1.1rem;
  margin: 0 0 1rem;
  opacity: 0.8;
}

.vc-footer__logos a {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.vc-footer__logos img {
  height: 26px;
  width: auto;
  max-width: 150px;
  display: block;
}

.vc-footer__logos a:last-child img {
  height: 17px;
  max-width: 170px;
}

.vc-remax-band__agency {
  text-align: right;
  font-size: 0.62rem;
  opacity: 0.85;
}

.vc-remax-band__agency strong {
  font-weight: 500;
  color: var(--vc-ink);
  opacity: 0.5;
}

/* Header */
.vc-site-header {
  background: rgba(247, 241, 231, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  position: sticky;
  top: 0;
  z-index: 40;
  transition: box-shadow 0.4s var(--vc-ease), border-color 0.4s ease, background 0.4s ease;
}

.vc-site-header.is-scrolled {
  border-bottom-color: var(--vc-line);
  box-shadow: 0 12px 40px rgba(28, 28, 26, 0.06);
  background: rgba(247, 241, 231, 0.96);
}

.vc-site-header .vc-logo-header {
  transition: opacity 0.35s var(--vc-ease), visibility 0.35s var(--vc-ease);
}

/* Homepage: nav floats over hero (desktop). Use :has() — body.home is unreliable on WP.com. */
@media (min-width: 782px) {
  html:has(.vc-hero--welcome) .wp-site-blocks > *,
  html.vc-has-hero .wp-site-blocks > * {
    margin-block-start: 0 !important;
  }

  html:has(.vc-hero--welcome) .vc-site-header:not(.is-scrolled),
  html:has(.vc-hero--welcome) .wp-block-group.vc-site-header:not(.is-scrolled),
  html.vc-has-hero .vc-site-header:not(.is-scrolled),
  html.vc-has-hero .wp-block-group.vc-site-header:not(.is-scrolled) {
    background: transparent !important;
    background-color: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
    border-bottom-color: transparent !important;
  }

  html:has(.vc-hero--welcome) .vc-site-header:not(.is-scrolled) .vc-logo-header,
  html.vc-has-hero .vc-site-header:not(.is-scrolled) .vc-logo-header {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    width: 0;
    min-width: 0;
    overflow: hidden;
    margin: 0;
  }

  html:has(.vc-hero--welcome) .vc-site-header:not(.is-scrolled) .vc-site-header__bar,
  html.vc-has-hero .vc-site-header:not(.is-scrolled) .vc-site-header__bar {
    justify-content: flex-end;
  }

  html:has(.vc-hero--welcome) .vc-hero--welcome,
  html.vc-has-hero .vc-hero--welcome {
    margin-top: -5.25rem;
  }

  html:has(.vc-hero--welcome) .vc-hero__shell,
  html.vc-has-hero .vc-hero__shell {
    padding-top: 6.25rem;
  }
}

.vc-site-header__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1.5rem;
  max-width: 1140px;
  margin: 0 auto;
}

.vc-site-header__nav {
  gap: 1.25rem !important;
}

.vc-site-header .wp-block-navigation a {
  color: var(--vc-ink) !important;
  font-weight: 400;
  font-size: 0.86rem;
  letter-spacing: 0.04em;
}

.vc-logo,
.vc-logo-header,
.vc-logo-footer,
.vc-logo-hero {
  display: inline-flex;
  line-height: 0;
  text-decoration: none;
}

.vc-logo-header img,
.vc-logo-header .vc-logo-header__img {
  width: 52px;
  height: auto;
  display: block;
}

.vc-logo-footer img,
.vc-logo-footer .vc-logo-footer__img {
  width: 64px;
  height: auto;
  display: block;
  margin-bottom: 1rem;
  opacity: 0.92;
}

.vc-logo-hero {
  justify-content: flex-start;
  margin: 0 0 1.25rem;
}

.vc-logo-hero img,
.vc-logo-hero .vc-logo-hero__img {
  width: 88px;
  height: auto;
  display: block;
  filter: drop-shadow(0 10px 24px rgba(141, 106, 50, 0.28));
  transition: transform 0.7s var(--vc-ease);
}

.vc-header-cta .wp-block-button__link {
  font-size: 0.72rem !important;
  letter-spacing: 0.1em !important;
  padding: 0.7rem 1.15rem !important;
}

/* Mobile nav — overlay must escape sticky / backdrop-filter containing block */
.vc-site-header:has(.wp-block-navigation__responsive-container.is-menu-open),
.vc-site-header:has(.wp-block-navigation__responsive-dialog) {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  overflow: visible !important;
}

.vc-site-header .wp-block-navigation {
  position: relative;
  z-index: 2;
}

/* Never show hamburger beside desktop links */
.vc-site-header .wp-block-navigation__responsive-container-open {
  display: none !important;
}

@media (max-width: 781px) {
  .vc-site-header .wp-block-navigation__responsive-container-open {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    margin: 0;
    color: var(--vc-ink);
    background: transparent;
    border: 1px solid rgba(28, 28, 26, 0.18);
  }

  .vc-site-header .wp-block-navigation__responsive-container-open svg {
    width: 1.35rem;
    height: 1.35rem;
    display: block;
    fill: currentColor;
  }
}

.vc-site-header .wp-block-navigation__responsive-container.is-menu-open {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  height: 100dvh !important;
  min-height: 100vh !important;
  z-index: 9999 !important;
  background: #f7f1e7 !important;
  padding: 0 !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
}

.vc-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  padding: 5.5rem 1.5rem 2.5rem !important;
  align-items: stretch !important;
}

.vc-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  width: 100%;
}

.vc-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
  width: 100%;
  border-bottom: 1px solid rgba(28, 28, 26, 0.1);
}

.vc-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item > a,
.vc-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item > .wp-block-navigation-item__content {
  display: block !important;
  width: 100%;
  padding: 1.05rem 0.15rem !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 1.85rem !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.2 !important;
  color: var(--vc-ink) !important;
  text-decoration: none !important;
}

.vc-site-header .wp-block-navigation__responsive-container-close {
  position: fixed !important;
  top: 1rem;
  right: 1rem;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  color: var(--vc-ink);
  background: #fff;
  border: 1px solid rgba(28, 28, 26, 0.14);
}

.vc-site-header .wp-block-navigation__responsive-container-close svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: currentColor;
}

body:has(.wp-block-navigation__responsive-container.is-menu-open) {
  overflow: hidden;
}

body:has(.wp-block-navigation__responsive-container.is-menu-open) .vc-back-top {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

@media (max-width: 781px) {
  .vc-header-cta {
    display: none;
  }

  .vc-remax-band {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .vc-remax-band__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
  }

  .vc-remax-band__agency {
    text-align: left;
    max-width: 100%;
  }

  .vc-site-header__bar {
    flex-wrap: nowrap !important;
    gap: 0.75rem;
    padding: 0.7rem 1rem;
    padding-top: max(0.7rem, env(safe-area-inset-top, 0px));
  }

  .vc-site-header__nav {
    flex-wrap: nowrap !important;
    margin-left: auto;
    gap: 0.65rem !important;
    min-width: 0;
  }

  .vc-site-header .vc-logo-header img,
  .vc-site-header .vc-logo-header .vc-logo-header__img {
    width: 44px;
  }

}

/* Hero — clean split (text left, portrait right) */
.vc-hero--welcome {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 0;
  min-height: min(88vh, 820px);
  background-color: #ede6da;
  background-image:
    linear-gradient(
      100deg,
      #ede6da 0%,
      #ede6da 46%,
      rgba(237, 230, 218, 0.55) 68%,
      rgba(237, 230, 218, 0.15) 100%
    ),
    url("../images/brand/vc-hero-lifestyle.jpg");
  background-size: cover;
  background-position: 72% center;
  isolation: isolate;
  overflow: hidden;
}

.vc-hero__shell {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
  min-height: min(88vh, 820px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: stretch;
  gap: 0;
  padding: 5rem 1.5rem 0;
  box-sizing: border-box;
}

.vc-hero__copy {
  color: var(--vc-ink);
  max-width: 38rem;
  padding: 1.25rem 1.5rem 2rem 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
}

.vc-hero__media {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  z-index: 1;
  min-height: 0;
  padding: 0 0 0 0.5rem;
}

.vc-hero__media img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(100%, 700px);
  max-height: min(90vh, 880px);
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 22px 40px rgba(28, 28, 26, 0.22));
}

.vc-hero__hello {
  font-family: "Great Vibes", cursive !important;
  font-size: clamp(2.55rem, 4.4vw, 3.45rem) !important;
  color: var(--vc-gold-deep);
  margin: 0 0 0.2rem !important;
  line-height: 1 !important;
}

.vc-hero__name {
  font-size: clamp(3.4rem, 7.4vw, 5.85rem) !important;
  font-weight: 500 !important;
  letter-spacing: -0.03em !important;
  line-height: 0.96 !important;
  margin: 0 0 0.85rem !important;
  color: var(--vc-ink) !important;
}

.vc-hero__role {
  font-size: 0.86rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--vc-muted);
  margin: 0 0 1.25rem !important;
  font-weight: 500;
}

.vc-hero__tagline {
  font-style: italic;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem) !important;
  line-height: 1.35 !important;
  margin: 0 0 2rem !important;
  max-width: none;
  color: var(--vc-ink);
}

@media (min-width: 782px) {
  .vc-hero__tagline {
    white-space: nowrap;
  }
}

.vc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 0 0 2rem;
}

.vc-hero__actions .wp-block-button__link,
.vc-hero__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.1rem 1.55rem;
  border-radius: 0;
  transition: transform 0.35s var(--vc-ease), background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.vc-hero__cta-primary {
  background: #1c1c1a;
  color: #fff;
  border: 1px solid #1c1c1a;
}

.vc-hero__cta-primary:hover {
  background: var(--vc-gold-deep);
  border-color: var(--vc-gold-deep);
  color: #fff;
  transform: translateY(-2px);
}

.vc-hero__cta-secondary {
  background: transparent;
  color: #1c1c1a;
  border: 1px solid #1c1c1a;
}

.vc-hero__cta-secondary:hover {
  border-color: var(--vc-gold-deep);
  color: var(--vc-gold-deep);
  transform: translateY(-2px);
}

.vc-hero__scroll {
  margin: 0 !important;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.vc-hero__scroll a {
  color: var(--vc-muted);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  transition: color 0.3s ease;
}

.vc-hero__scroll a::after {
  content: "";
  width: 1px;
  height: 1.6rem;
  background: var(--vc-gold);
  display: inline-block;
  transform-origin: top center;
  animation: vc-scroll-line 1.8s var(--vc-ease) infinite;
}

.vc-hero__scroll a:hover {
  color: var(--vc-gold-deep);
}

/* Legacy portrait helpers used outside hero */
.vc-hero-portrait {
  margin: 0;
}

.vc-hero-portrait img {
  display: block;
  width: 100%;
  height: auto;
}

figure.vc-cutout {
  aspect-ratio: auto;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  position: relative;
  margin: 0;
}

figure.vc-cutout img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 18px 32px rgba(28, 28, 26, 0.2));
}

.vc-cutout--about {
  max-width: 340px;
  margin: 0;
}

.vc-section--about .vc-cutout--about img {
  filter: drop-shadow(0 28px 50px rgba(0, 0, 0, 0.45));
}

.vc-section--about-page .vc-cutout--about {
  max-width: 380px;
}

.vc-cutout--contact {
  max-width: 168px;
  margin: 0 0 1.15rem;
}

.vc-cutout--contact img {
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.35));
}

.vc-contact-photo {
  margin: 0 0 1.15rem !important;
  max-width: 100%;
}

.vc-contact-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 18%;
  filter: none;
  box-shadow: none;
}

.vc-cutout--services {
  max-width: 280px;
  margin: 0 auto;
}

.vc-section--cta-split {
  overflow: hidden;
}

.vc-section--cta-split .vc-section__eyebrow {
  color: var(--vc-gold-soft);
}

.vc-section--cta-split .vc-section__title {
  color: #f7f1e7 !important;
  max-width: 12ch;
}

.vc-section--cta-split p {
  color: rgba(247, 241, 231, 0.78);
  max-width: 28rem;
}

.vc-section--cta-split .vc-cta-lead {
  max-width: none;
}

@media (min-width: 782px) {
  .vc-section--cta-split .vc-cta-lead {
    white-space: nowrap;
  }
}

.vc-cta-split {
  gap: clamp(1.25rem, 3.5vw, 3rem) !important;
  margin: 0 !important;
  align-items: flex-start !important;
}

.vc-cta-split__media {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 0;
}

.vc-cta-split__media .vc-cutout--services {
  width: min(100%, 300px);
  max-width: min(100%, 300px);
  /* Mid-knee crop: keep head, clip lower legs */
  max-height: clamp(390px, 56vh, 540px);
  margin: 0 auto;
  overflow: hidden;
  display: block;
}

.vc-cta-split__media .vc-cutout--services img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: cover;
  object-position: center top;
  display: block;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.45));
}

.vc-cta-split__copy {
  padding: 0.15rem 0 2rem;
  align-self: flex-start;
}

@media (max-width: 781px) {
  .vc-cta-split {
    flex-direction: column-reverse !important;
    align-items: center !important;
  }

  .vc-cta-split__copy {
    padding: 0 0 1.25rem;
    text-align: center;
  }

  .vc-cta-split__copy .vc-section__title {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .vc-cta-split__copy p {
    margin-left: auto;
    margin-right: auto;
  }

  .vc-cta-split__copy .wp-block-buttons {
    justify-content: center;
  }

  .vc-cta-split__media .vc-cutout--services {
    max-width: 220px;
    max-height: 320px;
  }
}

@media (max-width: 781px) {
  .vc-hero--welcome {
    min-height: 0;
    background-color: #ede6da;
    background-image: none;
  }

  .vc-hero__shell {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 5.25rem 1.25rem 2rem;
    gap: 0.5rem;
  }

  .vc-hero__media {
    display: flex !important;
    justify-content: center;
    align-items: flex-end;
    padding: 0.25rem 0 0;
  }

  .vc-hero__media img {
    max-width: min(78vw, 300px);
    max-height: min(52vh, 460px);
    margin: 0 auto;
  }

  .vc-logo-hero {
    justify-content: center;
  }

  .vc-hero__tagline {
    margin-left: auto;
    margin-right: auto;
  }

  .vc-hero__actions {
    justify-content: center;
  }

  .vc-hero__scroll {
    text-align: center;
  }
}

@keyframes vc-scroll-line {
  0% { transform: scaleY(0.35); opacity: 0.35; }
  45% { transform: scaleY(1); opacity: 1; }
  100% { transform: scaleY(0.35); opacity: 0.35; }
}

.vc-btn {
  display: inline-block;
  padding: 0.95rem 1.6rem;
  background: var(--vc-ink);
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 500;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 0;
  border: 1px solid transparent;
  transition: background 0.3s var(--vc-ease), color 0.3s ease, border-color 0.3s ease, transform 0.3s var(--vc-ease);
}

.vc-btn:hover {
  background: var(--vc-gold-deep);
  transform: translateY(-1px);
}

.vc-btn--ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff !important;
}

.vc-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

.vc-btn--accent {
  background: transparent;
  color: var(--vc-ink) !important;
  border: 1px solid var(--vc-ink);
}

.vc-btn--accent:hover {
  border-color: var(--vc-gold-deep);
  color: var(--vc-gold-deep) !important;
}

/* Sections */
.vc-section {
  padding: clamp(4.5rem, 11vw, 8rem) 1.5rem;
  position: relative;
}

.vc-section__eyebrow {
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--vc-gold-deep);
  font-weight: 500;
  margin: 0 0 0.65rem;
}

.vc-section__title,
.vc-section__script {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-weight: 500 !important;
  font-size: clamp(2.15rem, 4.4vw, 3.35rem) !important;
  letter-spacing: -0.02em !important;
  line-height: 1.08 !important;
  color: var(--vc-ink);
  margin: 0 0 0.75rem !important;
  max-width: 28ch;
}

.vc-section__title.vc-oneline,
.vc-section__script.vc-oneline {
  max-width: none;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .vc-section__title.vc-oneline,
  .vc-section__script.vc-oneline {
    white-space: normal;
  }
}

.has-text-align-center.vc-section__title,
.has-text-align-center.vc-section__script {
  max-width: none;
  margin-left: auto !important;
  margin-right: auto !important;
}

.vc-section__subhead {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.2rem, 2.2vw, 1.45rem) !important;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 1.5rem !important;
  max-width: 22ch;
  color: var(--vc-muted);
  line-height: 1.35;
}

.vc-section__lead {
  max-width: 34rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.05rem;
  color: var(--vc-muted);
  margin-bottom: 2.75rem;
  line-height: 1.7;
}

/* About — darker editorial panel */
.vc-section--about {
  background: #1c1c1a !important;
  color: rgba(247, 241, 231, 0.86);
}

.vc-section--about .vc-section__eyebrow {
  color: var(--vc-gold-soft);
}

.vc-section--about .vc-section__title,
.vc-section--about .vc-section__script {
  color: #f7f1e7 !important;
  max-width: none;
}

@media (min-width: 782px) {
  .vc-section--about .vc-section__title,
  .vc-section--about .vc-section__script {
    white-space: nowrap;
  }
}

.vc-section--about .vc-section__subhead {
  color: rgba(247, 241, 231, 0.62);
}

.vc-section--about p {
  color: rgba(247, 241, 231, 0.78);
  max-width: 38rem;
}

.vc-section--about .vc-about-cta .wp-block-button__link:hover {
  background: var(--vc-gold) !important;
  border-color: var(--vc-gold) !important;
  color: #1c1c1a !important;
}

@media (max-width: 781px) {
  .vc-section--about .wp-block-columns {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }

  .vc-section--about .wp-block-columns > .wp-block-column:first-child {
    order: 2;
  }

  .vc-section--about .wp-block-columns > .wp-block-column:last-child {
    order: 1;
  }

  .vc-section--about .vc-about-studio {
    margin-top: 1.5rem !important;
  }
}

.vc-about-photo {
  position: relative;
  margin: 1.35rem 1.15rem 1.15rem 1.35rem !important;
  padding: 0 !important;
  overflow: visible;
  background: transparent;
  aspect-ratio: auto;
  box-shadow: none;
}

.vc-about-photo__frame {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #2a2a28;
  box-shadow: 0 28px 55px rgba(28, 28, 26, 0.16);
}

.vc-about-photo__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
  pointer-events: none;
  z-index: 2;
}

/* Outer gold double frame */
.vc-about-photo::before,
.vc-about-photo::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 3;
}

.vc-about-photo::before {
  inset: -0.7rem;
  border: 1px solid rgba(180, 142, 76, 0.72);
}

.vc-about-photo::after {
  inset: -1.15rem;
  border: 1px solid rgba(180, 142, 76, 0.28);
}

/* Corner accents */
.vc-section--about-page .vc-about-photo,
.vc-section--about .vc-about-photo {
  isolation: isolate;
}

.vc-about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
  display: block;
  transition: transform 1.2s var(--vc-ease);
  filter: saturate(0.94) contrast(1.03);
}

/* Fallback when figure has img without inner frame wrapper */
.vc-about-photo > img {
  aspect-ratio: 4 / 5;
  box-shadow: 0 28px 55px rgba(28, 28, 26, 0.16);
}

.vc-about-photo:hover img {
  transform: scale(1.035);
}

/* Light-page biography layout */
.vc-section--about-page {
  background: #f7f1e7;
}

.vc-bio-hero {
  gap: clamp(1.75rem, 4vw, 3rem) !important;
  align-items: flex-start !important;
  margin: 0 !important;
}

.vc-bio-hero__copy {
  padding-top: 0.25rem;
}

.vc-bio-hero__copy .vc-section__title {
  max-width: none;
  margin-bottom: 1rem;
}

@media (min-width: 782px) {
  .vc-bio-hero__copy .vc-section__title {
    white-space: nowrap;
  }
}

.vc-bio-lead {
  font-size: 1.08rem;
  line-height: 1.7;
  color: var(--vc-ink);
  max-width: 38rem;
  margin: 0 0 1.25rem !important;
}

.vc-bio-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.15rem;
  margin: 1.75rem 0 0 !important;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(28, 28, 26, 0.1);
  font-size: 0.92rem;
  color: var(--vc-muted);
}

@media (min-width: 782px) {
  .vc-bio-meta {
    flex-wrap: nowrap;
  }
}

.vc-bio-meta__contact {
  margin: 0;
}

.vc-bio-meta__contact a {
  color: var(--vc-ink);
  text-decoration: none;
  border-bottom: 1px solid rgba(180, 142, 76, 0.45);
}

.vc-bio-meta__contact a:hover {
  color: var(--vc-gold-deep);
  border-bottom-color: var(--vc-gold-deep);
}

.vc-bio-socials {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.vc-bio-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  color: var(--vc-ink);
  border: 1px solid rgba(28, 28, 26, 0.18);
  border-bottom: 1px solid rgba(28, 28, 26, 0.18);
  text-decoration: none;
  transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.vc-bio-socials a:hover {
  color: var(--vc-gold-deep);
  border-color: var(--vc-gold-deep);
  background: rgba(141, 106, 50, 0.06);
}

.vc-bio-socials svg {
  width: 1rem;
  height: 1rem;
  display: block;
}

.vc-bio-body {
  max-width: 720px;
  margin: 0 auto;
}

.vc-bio-body h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 2.4vw, 1.9rem);
  font-weight: 500;
  line-height: 1.2;
  color: var(--vc-ink);
  margin: 2.25rem 0 0.85rem;
}

.vc-bio-body h2:first-child {
  margin-top: 0;
}

.vc-bio-body p {
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(28, 28, 26, 0.82);
  margin: 0 0 1.25rem;
}

.vc-bio-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 0.5rem;
}

.vc-bio-value {
  background: #fff;
  border: 1px solid rgba(28, 28, 26, 0.08);
  padding: 1.6rem 1.4rem 1.5rem;
  min-height: 100%;
}

.vc-bio-value__num {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.05rem;
  color: var(--vc-gold);
  letter-spacing: 0.08em;
  margin-bottom: 0.65rem;
}

.vc-bio-value h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.45rem;
  font-weight: 500;
  margin: 0 0 0.55rem;
  color: var(--vc-ink);
  line-height: 1.2;
}

.vc-bio-value p {
  margin: 0;
  color: var(--vc-muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

@media (max-width: 820px) {
  .vc-bio-values {
    grid-template-columns: 1fr;
  }

  .vc-about-photo {
    margin: 1rem auto 2rem !important;
    max-width: 340px;
  }
}

/* Service cards — interactive image tiles */
.vc-service-cards {
  gap: 1.5rem !important;
  margin-top: 0.5rem;
}

.vc-service-card {
  height: 100%;
}

.vc-service-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none !important;
  color: inherit;
  background: #fff;
  border: 1px solid rgba(28, 28, 26, 0.08);
  transition: transform 0.45s var(--vc-ease), box-shadow 0.45s var(--vc-ease), border-color 0.45s ease;
}

.vc-service-card__link:hover {
  transform: translateY(-6px);
  border-color: rgba(180, 142, 76, 0.45);
  box-shadow: 0 22px 50px rgba(28, 28, 26, 0.1);
  color: inherit;
}

.vc-service-card__media {
  margin: 0;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: #ddd5c8;
}

.vc-service-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.9s var(--vc-ease);
}

.vc-service-card__link:hover .vc-service-card__media img {
  transform: scale(1.05);
}

.vc-service-card__body {
  padding: 1.35rem 1.35rem 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.vc-service-card__num {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.05rem;
  color: var(--vc-gold);
  letter-spacing: 0.08em;
  margin: 0 0 0.35rem !important;
}

.vc-service-card__title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.85rem;
  font-weight: 500;
  margin: 0 0 0.55rem;
  color: var(--vc-ink);
  line-height: 1.1;
}

.vc-service-card__text {
  margin: 0 0 1.25rem;
  color: var(--vc-muted);
  font-size: 0.95rem;
  line-height: 1.65;
  flex: 1;
}

.vc-service-card__cta {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--vc-gold-deep);
  font-weight: 500;
}

.vc-service-card__link:hover .vc-service-card__cta {
  color: var(--vc-ink);
}

/* Legacy service rows (kept if used elsewhere) */
.vc-service-row {
  gap: 1.5rem !important;
  padding: 1.75rem 0;
  border-top: 1px solid var(--vc-line);
  align-items: flex-start !important;
}

.vc-service-row:last-of-type {
  border-bottom: 1px solid var(--vc-line);
}

.vc-service-row__num {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  color: var(--vc-gold);
  letter-spacing: 0.06em;
  margin: 0.15rem 0 0 !important;
  min-width: 2.4rem;
  flex-shrink: 0;
}

.vc-service-row h3 {
  margin: 0 0 0.45rem !important;
  font-size: 1.75rem !important;
}

.vc-service-row p {
  margin: 0;
  color: var(--vc-muted);
  max-width: 42rem;
}

.vc-quote {
  border-left: none;
  padding: 0 0 0 0;
  margin: 0 0 2.75rem;
  position: relative;
}

.vc-quote::before {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  background: var(--vc-gold);
  margin-bottom: 1.15rem;
}

.vc-quote p {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  font-style: italic;
  font-weight: 400;
  color: var(--vc-ink);
  margin: 0 0 0.75rem;
  line-height: 1.4;
}

.vc-quote cite {
  font-style: normal;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 0.72rem;
  color: var(--vc-muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Testimonials bento — reviews first, CTA full-width below */
.vc-bento {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  grid-template-areas:
    "feature side"
    "wide wide"
    "cta cta";
  gap: 1rem;
  margin-top: 1.75rem;
  align-items: stretch;
  isolation: isolate;
}

.vc-bento__card {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1.5rem 1.45rem 1.4rem;
  background: #fff;
  border: 1px solid rgba(28, 28, 26, 0.08);
  text-decoration: none !important;
  color: inherit;
  min-height: 0;
  position: relative;
  z-index: 1;
  transition: transform 0.45s var(--vc-ease), box-shadow 0.45s var(--vc-ease), border-color 0.45s ease;
}

.vc-bento__card:hover {
  transform: translateY(-4px);
  border-color: rgba(180, 142, 76, 0.4);
  box-shadow: 0 20px 44px rgba(28, 28, 26, 0.09);
  color: inherit;
  z-index: 2;
}

.vc-bento__card--feature {
  grid-area: feature;
  padding: 2rem 1.85rem 1.75rem;
  background:
    linear-gradient(165deg, rgba(247, 241, 231, 0.95) 0%, #fff 55%),
    #fff;
}

.vc-bento__card--side {
  grid-area: side;
}

.vc-bento__card--wide {
  grid-area: wide;
}

.vc-bento__card--cta {
  grid-area: cta;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem 1.5rem;
  background: #1c1c1a;
  border-color: #1c1c1a;
  color: #f7f1e7;
  padding: 1.35rem 1.75rem;
}

.vc-bento__card--cta:hover {
  border-color: var(--vc-gold);
  box-shadow: 0 22px 48px rgba(28, 28, 26, 0.28);
  color: #f7f1e7;
}

.vc-bento__cta-copy {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: min(100%, 18rem);
  flex: 1 1 16rem;
}

.vc-bento__stars {
  color: var(--vc-gold);
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  line-height: 1;
}

.vc-bento__card--cta .vc-bento__stars {
  color: var(--vc-gold);
}

.vc-bento__quote {
  margin: 0;
  border: 0;
  padding: 0;
  flex: 1;
}

.vc-bento__quote p {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.15rem, 1.7vw, 1.4rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.45;
  color: var(--vc-ink);
}

.vc-bento__card--feature .vc-bento__quote p {
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  line-height: 1.38;
}

.vc-bento__meta {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--vc-muted);
}

.vc-bento__source {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--vc-gold-deep);
  margin-top: auto;
}

.vc-bento__cta-label {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--vc-gold);
}

.vc-bento__cta-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.7rem, 2.4vw, 2.15rem);
  font-weight: 500;
  line-height: 1.1;
  color: #f7f1e7;
}

.vc-bento__cta-text {
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(247, 241, 231, 0.72);
  max-width: 36rem;
}

.vc-bento__cta-action {
  margin-top: 0;
  margin-left: auto;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--vc-gold);
  flex: 0 0 auto;
}

.vc-bento__card--cta:hover .vc-bento__cta-action {
  color: #fff;
}

.vc-section--quotes .wp-block-buttons {
  margin-top: 2rem !important;
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
  .vc-bento {
    grid-template-columns: 1fr;
    grid-template-areas:
      "feature"
      "side"
      "wide"
      "cta";
  }

  .vc-bento__card--cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .vc-bento__cta-action {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}

/* Property grid — premium structured cards */
/* Listing page: hide duplicate title from old page content if still present */
.page-slug-proprietes .wp-block-post-title,
.page-proprietes .wp-block-post-title,
.vc-section--props-page .wp-block-post-title {
  display: none !important;
}

.vc-section--props-page .vc-section__title {
  margin-bottom: 0.5rem;
}

.vc-section--props-page .vc-section__lead {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.vc-section--props .vc-props-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  margin-bottom: 2.25rem;
}

.vc-section--props .vc-props-head .vc-section__title {
  margin-bottom: 0;
}

.vc-props {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vc-prop-card {
  background: #fff;
  border: 1px solid rgba(28, 28, 26, 0.08);
  overflow: hidden;
  transition: transform 0.45s var(--vc-ease), box-shadow 0.45s var(--vc-ease), border-color 0.45s ease;
}

.vc-prop-card:hover {
  transform: translateY(-5px);
  border-color: rgba(180, 142, 76, 0.35);
  box-shadow: 0 22px 48px rgba(28, 28, 26, 0.1);
}

.vc-prop-card a {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.vc-prop-card__media {
  position: relative;
  overflow: hidden;
  background: #ddd5c8;
  aspect-ratio: 5 / 4;
}

.vc-prop-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.85s var(--vc-ease);
}

.vc-prop-card:hover .vc-prop-card__img {
  transform: scale(1.05);
}

.vc-prop-card__body {
  padding: 1.25rem 1.3rem 1.4rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.35rem;
}

.vc-prop-card__price {
  font-weight: 500;
  color: var(--vc-gold-deep);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0;
}

.vc-prop-card__title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 500;
  margin: 0;
  color: var(--vc-ink);
  line-height: 1.25;
}

.vc-prop-card__meta {
  font-size: 0.88rem;
  color: var(--vc-muted);
  margin: 0;
}

.vc-prop-card__cta {
  margin-top: auto;
  padding-top: 1rem;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--vc-gold-deep);
}

.vc-prop-card:hover .vc-prop-card__cta {
  color: var(--vc-ink);
}

.vc-prop-hero img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
}

/* Property detail — full fiche + carousel (Vicky language) */
main:has(.vc-prop-gallery) .wp-block-post-featured-image {
  display: none !important;
}

.vc-prop-detail {
  width: 100%;
  max-width: min(920px, 100%);
  margin: 0 auto;
  box-sizing: border-box;
  min-width: 0;
}

.vc-prop-gallery {
  margin: 0 0 2.25rem;
}

.vc-prop-gallery__stage {
  position: relative;
  background: #ebe3d6;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.vc-prop-gallery__slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s var(--vc-ease), visibility 0.45s var(--vc-ease);
}

.vc-prop-gallery__slide.is-active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.vc-prop-gallery__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vc-prop-gallery__counter {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(28, 28, 26, 0.55);
  padding: 0.45rem 0.7rem;
}

.vc-prop-gallery__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid rgba(247, 241, 231, 0.55);
  background: rgba(28, 28, 26, 0.42);
  color: #f7f1e7;
  font-size: 1.55rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.vc-prop-gallery__nav:hover {
  background: rgba(28, 28, 26, 0.72);
  border-color: var(--vc-gold);
}

.vc-prop-gallery__nav--prev { left: 0.85rem; }
.vc-prop-gallery__nav--next { right: 0.85rem; }

.vc-prop-gallery__dots {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  z-index: 2;
  transform: translateX(-50%);
  display: flex;
  gap: 0.4rem;
}

.vc-prop-gallery__dot {
  width: 0.45rem;
  height: 0.45rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: rgba(247, 241, 231, 0.45);
  cursor: pointer;
}

.vc-prop-gallery__dot.is-active {
  background: var(--vc-gold);
}

.vc-prop-gallery__thumbs {
  display: flex;
  gap: 0.45rem;
  margin-top: 0.75rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
  scrollbar-width: thin;
}

.vc-prop-gallery__thumb {
  flex: 0 0 auto;
  width: 4.75rem;
  height: 3.15rem;
  padding: 0;
  border: 1px solid transparent;
  background: #ebe3d6;
  cursor: pointer;
  opacity: 0.72;
  transition: opacity 0.3s ease, border-color 0.3s ease;
}

.vc-prop-gallery__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vc-prop-gallery__thumb.is-active,
.vc-prop-gallery__thumb:hover {
  opacity: 1;
  border-color: var(--vc-gold-deep);
}

.vc-prop-gallery__more {
  margin: 0.65rem 0 0;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: var(--vc-muted);
}

.vc-prop-detail__head {
  margin: 0 0 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--vc-line);
}

.vc-prop-detail__eyebrow {
  margin: 0 0 0.65rem;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--vc-gold-deep);
}

.vc-prop-detail__price {
  margin: 0 0 0.55rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--vc-ink);
}

.vc-prop-detail__meta,
.vc-prop-detail__city {
  margin: 0;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 0.92rem;
  color: var(--vc-muted);
}

.vc-prop-detail__meta { margin-bottom: 0.25rem; }

.vc-prop-detail__section {
  margin: 0 0 1rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 500;
}

.vc-prop-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 2.25rem;
  border-top: 1px solid var(--vc-line);
}

.vc-prop-specs__item {
  display: grid;
  gap: 0.2rem;
  padding: 1rem 1.1rem 1rem 0;
  border-bottom: 1px solid var(--vc-line);
}

.vc-prop-specs__item:nth-child(even) {
  padding-left: 1.1rem;
  border-left: 1px solid var(--vc-line);
}

.vc-prop-specs dt {
  margin: 0;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--vc-muted);
}

.vc-prop-specs dd {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--vc-ink);
}

.vc-prop-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0 0 2rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.vc-prop-detail__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  max-width: 100%;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 1rem 1.35rem;
  transition: transform 0.3s var(--vc-ease), background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.vc-prop-detail__cta--primary {
  background: #1c1c1a;
  color: #fff;
  border: 1px solid #1c1c1a;
}

.vc-prop-detail__cta--primary:hover {
  background: var(--vc-gold-deep);
  border-color: var(--vc-gold-deep);
  color: #fff;
  transform: translateY(-2px);
}

.vc-prop-detail__cta--ghost {
  background: transparent;
  color: #1c1c1a;
  border: 1px solid #1c1c1a;
}

.vc-prop-detail__cta--ghost:hover {
  border-color: var(--vc-gold-deep);
  color: var(--vc-gold-deep);
  transform: translateY(-2px);
}

/* Maps removed from property pages — hide any leftover markup until next sync */
.vc-prop-map {
  display: none !important;
}

.vc-prop-detail__note {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.55;
  color: var(--vc-muted);
}

@media (max-width: 700px) {
  .vc-prop-gallery__stage {
    aspect-ratio: 4 / 3;
  }

  .vc-prop-specs {
    grid-template-columns: 1fr;
  }

  .vc-prop-specs__item:nth-child(even) {
    padding-left: 0;
    border-left: 0;
  }

  .vc-prop-gallery__nav {
    width: 2.25rem;
    height: 2.25rem;
  }
}

@media (max-width: 900px) {
  .vc-props {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .vc-props {
    grid-template-columns: 1fr;
  }
}

/* Contact panel + form */
.vc-section--contact.alignfull,
.vc-section--contact {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
}

.vc-contact-panel {
  margin-top: 2rem;
  background: #fff;
  border: 1px solid rgba(28, 28, 26, 0.08);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  box-shadow: 0 24px 60px rgba(28, 28, 26, 0.07);
  overflow: visible;
}

.vc-contact-panel__grid {
  gap: 0 !important;
  margin: 0 !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

.vc-contact-panel__info {
  background: #1c1c1a;
  color: #f7f1e7;
  padding: 1.85rem 1.35rem 1.7rem !important;
  display: flex;
  flex-direction: column;
  max-width: none;
}

.vc-contact-panel__eyebrow {
  margin: 0 0 0.65rem !important;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--vc-gold);
}

.vc-contact-panel__heading {
  margin: 0 0 0.65rem !important;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.7rem, 2.4vw, 2.1rem);
  font-weight: 500;
  line-height: 1.15;
  color: #f7f1e7;
}

.vc-contact-panel__text {
  margin: 0 0 1.35rem !important;
  color: rgba(247, 241, 231, 0.72);
  font-size: 0.92rem;
  line-height: 1.55;
  max-width: none;
}

.vc-contact-panel__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.vc-contact-panel__list li {
  display: grid;
  gap: 0.25rem;
}

.vc-contact-panel__label {
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(247, 241, 231, 0.45);
}

.vc-contact-panel__list a,
.vc-contact-panel__list span:not(.vc-contact-panel__label) {
  color: #f7f1e7;
  text-decoration: none;
  font-size: 0.98rem;
  line-height: 1.4;
  word-break: break-word;
}

.vc-contact-panel__list a:hover {
  color: var(--vc-gold-soft);
}

.vc-contact-panel__agency {
  margin: auto 0 0 !important;
  padding-top: 1.5rem;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  color: rgba(247, 241, 231, 0.4);
  line-height: 1.5;
}

.vc-contact-panel__form {
  padding: 2rem 2.15rem 2rem !important;
  background: #fff;
  display: flex;
  flex-direction: column;
  min-width: 0 !important;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box !important;
  overflow: visible;
}

.vc-contact-panel__form > .wp-block-shortcode,
.vc-contact-panel__form .wp-block-shortcode {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.vc-contact-panel__form-title {
  margin: 0 0 0.35rem !important;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 500;
  color: var(--vc-ink);
  line-height: 1.2;
  max-width: 100%;
}

.vc-contact-panel__form-lead {
  margin: 0 0 1.25rem !important;
  color: var(--vc-muted);
  font-size: 0.92rem;
  line-height: 1.5;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.vc-contact-panel__form .vc-form,
.vc-form {
  width: 100% !important;
  max-width: 100% !important;
  display: grid;
  /* minmax(0,1fr) prevents grid blowout on narrow screens */
  grid-template-columns: minmax(0, 1fr);
  gap: 0.9rem;
  margin: 0;
  align-content: start;
  min-width: 0;
  box-sizing: border-box;
}

@media (min-width: 821px) {
  .vc-contact-panel__form .vc-form,
  .vc-form {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0.95rem 1.1rem;
  }
}

.vc-form > input[type="hidden"],
.vc-form > p:empty {
  display: none !important;
}

.vc-form__row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.9rem;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

@media (min-width: 821px) {
  .vc-form__row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0.95rem 1.1rem;
  }
}

.vc-form label {
  display: grid;
  gap: 0.4rem;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--vc-muted);
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

.vc-form input,
.vc-form select,
.vc-form textarea {
  font: inherit;
  font-size: 0.98rem;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400;
  padding: 0.85rem 0.95rem;
  border: 1px solid rgba(28, 28, 26, 0.1);
  border-radius: 0;
  background: #faf7f2;
  color: var(--vc-ink);
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-width: 0;
}

.vc-form select {
  max-width: 100%;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--vc-muted) 50%),
    linear-gradient(135deg, var(--vc-muted) 50%, transparent 50%);
  background-position: calc(100% - 1.1rem) calc(50% - 0.15rem), calc(100% - 0.7rem) calc(50% - 0.15rem);
  background-size: 0.35rem 0.35rem, 0.35rem 0.35rem;
  background-repeat: no-repeat;
  padding-right: 2.25rem;
}

.vc-form input::placeholder,
.vc-form textarea::placeholder {
  color: rgba(28, 28, 26, 0.35);
}

.vc-form input:focus,
.vc-form select:focus,
.vc-form textarea:focus {
  outline: none;
  border-color: rgba(180, 142, 76, 0.65);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(180, 142, 76, 0.12);
}

.vc-form textarea {
  min-height: 148px;
  resize: vertical;
}

.vc-form > label:has(textarea),
.vc-form__full,
.vc-form__submit,
.vc-form__ref,
.vc-form__notice {
  grid-column: 1 / -1;
}

.vc-form__ref {
  font-size: 0.85rem;
  color: var(--vc-muted);
  margin: 0;
}

.vc-form__submit {
  appearance: none;
  border: none;
  background: #1c1c1a;
  color: #fff;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 1.05rem 1.5rem;
  cursor: pointer;
  margin-top: 0.15rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  transition: background 0.3s ease, transform 0.3s var(--vc-ease);
}

.vc-form__submit:hover {
  background: var(--vc-gold-deep);
  transform: translateY(-1px);
}

.vc-form__notice {
  padding: 0.85rem 0;
  border-left: 2px solid #2e7d32;
  padding-left: 1rem;
  font-size: 0.95rem;
  margin: 0 0 0.25rem;
}

.vc-form__notice--error {
  border-left-color: var(--vc-accent);
}

@media (max-width: 820px) {
  .vc-section--contact {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    overflow-x: visible;
  }

  .vc-section--contact > .wp-block-group__inner-container,
  .vc-section--contact .wp-block-group,
  .vc-section--contact .vc-contact-panel,
  .vc-section--contact .wp-block-columns,
  .vc-section--contact .wp-block-column {
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .vc-contact-panel {
    margin-top: 1.25rem;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  .vc-contact-panel__grid.wp-block-columns,
  .vc-contact-panel__grid {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .vc-contact-panel__info,
  .vc-contact-panel__form,
  .vc-contact-panel__grid > .wp-block-column {
    flex-basis: 100% !important;
    flex-grow: 0 !important;
    flex-shrink: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .vc-contact-panel__form {
    padding: 1.25rem 1rem 1.4rem !important;
  }

  .vc-contact-panel__info {
    padding: 1.4rem 1rem 1.3rem !important;
  }

  .vc-contact-panel__form .vc-form,
  .vc-form,
  .vc-form__row {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0.85rem !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .vc-form label,
  .vc-form input,
  .vc-form select,
  .vc-form textarea,
  .vc-form__submit {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .vc-form input,
  .vc-form select,
  .vc-form textarea {
    font-size: 1rem;
    padding: 0.8rem 0.85rem;
  }
}

/* Footer */
.vc-footer {
  background: var(--vc-ink);
  color: rgba(255, 255, 255, 0.7);
  padding: 4.5rem 1.5rem 2.5rem;
  font-size: 0.88rem;
}

.vc-footer a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

.vc-footer a:hover {
  color: var(--vc-gold-soft);
}

.vc-footer__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  gap: 2.75rem;
}

@media (min-width: 800px) {
  .vc-footer__inner {
    grid-template-columns: 1.35fr 1fr 0.85fr;
  }
}

.vc-footer__title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.45rem;
  font-weight: 500;
  color: #fff;
  margin: 0 0 0.85rem;
}

.vc-footer__legal {
  margin-top: 2.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.68rem;
  line-height: 1.55;
  opacity: 0.5;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.vc-footer__credit {
  margin: 1rem auto 0;
  max-width: 1140px;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.45);
}

.vc-footer__credit a {
  color: rgba(247, 241, 231, 0.78);
  text-decoration: none;
  border-bottom: 1px solid rgba(180, 142, 76, 0.45);
  transition: color 0.3s ease, border-color 0.3s ease;
}

.vc-footer__credit a:hover {
  color: var(--vc-gold-soft);
  border-bottom-color: var(--vc-gold-soft);
}

/* Back to top */
.vc-back-top {
  position: fixed;
  right: 1.15rem;
  bottom: 1.15rem;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  background: #1c1c1a;
  color: #f7f1e7;
  border: 1px solid rgba(180, 142, 76, 0.45);
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.4rem);
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s var(--vc-ease),
    background 0.3s ease, border-color 0.3s ease;
}

.vc-back-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.vc-back-top:hover {
  background: var(--vc-gold-deep);
  border-color: var(--vc-gold-deep);
  color: #fff;
}

.vc-back-top:focus-visible {
  outline: 2px solid var(--vc-gold);
  outline-offset: 3px;
}

@media (max-width: 781px) {
  .vc-back-top {
    right: 0.9rem;
    bottom: 0.9rem;
    width: 2.55rem;
    height: 2.55rem;
  }
}

/* Buttons globally */
.wp-element-button,
.wp-block-button__link {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  transition: background 0.3s var(--vc-ease), color 0.3s ease, border-color 0.3s ease, transform 0.3s var(--vc-ease) !important;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
  background: var(--vc-gold-deep) !important;
  border-color: var(--vc-gold-deep) !important;
}

/* Services page — jump, timeline, FAQ */
.vc-service-jump {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem 1.15rem;
  margin: 2rem 0 0;
}

.vc-service-jump a {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--vc-ink);
  text-decoration: none;
  border-bottom: 1px solid rgba(180, 142, 76, 0.45);
  padding-bottom: 0.15rem;
}

.vc-service-jump a:hover {
  color: var(--vc-gold-deep);
  border-bottom-color: var(--vc-gold-deep);
}

.vc-timeline {
  list-style: none;
  margin: 2.25rem 0 0;
  padding: 0;
  display: grid;
  gap: 0;
  position: relative;
}

.vc-timeline::before {
  content: "";
  position: absolute;
  left: 1.15rem;
  top: 0.35rem;
  bottom: 0.35rem;
  width: 1px;
  background: linear-gradient(180deg, rgba(180, 142, 76, 0.55), rgba(180, 142, 76, 0.08));
}

.vc-timeline__step {
  display: grid;
  grid-template-columns: 2.3rem 1fr;
  gap: 1.15rem 1.35rem;
  padding: 1.15rem 0 1.35rem;
  position: relative;
}

.vc-timeline__num {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 0.95rem;
  color: var(--vc-gold-deep);
  letter-spacing: 0.06em;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  background: inherit;
}

.vc-timeline__step h3 {
  margin: 0 0 0.4rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.45rem;
  font-weight: 500;
  color: var(--vc-ink);
  line-height: 1.2;
}

.vc-timeline__step p {
  margin: 0;
  color: var(--vc-muted);
  font-size: 0.98rem;
  line-height: 1.65;
  max-width: 40rem;
}

.vc-delay-cards {
  margin-top: 2rem;
}

.vc-faq {
  margin-top: 2rem;
  display: grid;
  gap: 0.75rem;
}

.vc-faq__item {
  background: #fff;
  border: 1px solid rgba(28, 28, 26, 0.08);
  padding: 0;
}

.vc-faq__item summary {
  cursor: pointer;
  list-style: none;
  padding: 1.15rem 1.35rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--vc-ink);
  position: relative;
  padding-right: 2.75rem;
}

.vc-faq__item summary::-webkit-details-marker {
  display: none;
}

.vc-faq__item summary::after {
  content: "+";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 1.1rem;
  color: var(--vc-gold-deep);
}

.vc-faq__item[open] summary::after {
  content: "–";
}

.vc-faq__item p {
  margin: 0;
  padding: 0 1.35rem 1.25rem;
  color: var(--vc-muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

/* =========================================================
   Mobile UX pass (phones ≤781px)
   Overflow, type scale, spacing, tap targets, column stack
   ========================================================= */
@media (max-width: 781px) {
  img,
  video,
  iframe,
  svg {
    max-width: 100%;
  }

  /* 100vw causes sideways scroll when a scrollbar is present */
  .vc-hero--welcome {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    min-height: 0;
    background-color: #ede6da;
    background-image: none;
  }

  .vc-hero__shell {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 4.75rem 1.15rem 1.75rem;
  }

  .vc-hero__media {
    display: flex !important;
    justify-content: center;
    align-items: flex-end;
    padding: 0.25rem 0 0;
  }

  .vc-hero__media img {
    max-width: min(78vw, 300px);
    max-height: min(52vh, 460px);
    margin: 0 auto;
  }

  .vc-hero__copy {
    text-align: center;
    align-items: center;
    max-width: none;
    padding: 0.35rem 0 1rem;
  }

  .vc-hero__hello {
    font-size: clamp(2.1rem, 9vw, 2.65rem) !important;
  }

  .vc-hero__name {
    font-size: clamp(2.55rem, 11vw, 3.35rem) !important;
    line-height: 1.02 !important;
    max-width: 12ch;
  }

  .vc-hero__role {
    font-size: 0.78rem !important;
    letter-spacing: 0.12em;
  }

  .vc-hero__tagline {
    font-size: clamp(1.2rem, 4.6vw, 1.4rem) !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 22ch;
    white-space: normal;
  }

  .vc-hero__actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0.7rem;
    margin-bottom: 1.35rem;
  }

  .vc-hero__actions a {
    width: 100%;
    min-height: 48px;
    box-sizing: border-box;
    padding: 1rem 1.25rem;
  }

  .vc-logo-hero img {
    height: 56px !important;
    width: auto;
  }

  /* Sections: less wasted viewport */
  .vc-section,
  .wp-block-group.vc-section {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
    padding-left: 1.15rem !important;
    padding-right: 1.15rem !important;
  }

  .vc-section__title,
  .vc-section__script {
    font-size: clamp(1.85rem, 7.5vw, 2.45rem) !important;
    line-height: 1.12 !important;
    text-wrap: balance;
  }

  .vc-section__lead,
  .vc-section__subhead {
    font-size: 1rem !important;
    margin-bottom: 1.75rem !important;
    max-width: 36ch;
  }

  .vc-section__eyebrow {
    font-size: 0.68rem;
  }

  /* Force columns to stack cleanly (WP + custom) */
  .wp-block-columns:not(.is-not-stacked-on-mobile) {
    flex-direction: column !important;
    flex-wrap: wrap !important;
    gap: 1.5rem !important;
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .vc-about-photo {
    margin: 0.5rem 0.85rem 0.85rem !important;
    max-width: calc(100% - 1.7rem);
  }

  .vc-about-photo::before {
    inset: -0.45rem;
  }

  .vc-about-photo::after {
    inset: -0.8rem;
  }

  .vc-service-cards {
    grid-template-columns: 1fr !important;
    gap: 1.15rem;
  }

  .vc-service-card__title {
    font-size: 1.55rem;
  }

  .vc-service-card__cta,
  .vc-prop-card__cta,
  .vc-prop-detail__cta,
  .wp-element-button,
  .wp-block-button__link {
    min-height: 48px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }

  .vc-quote {
    padding: 1.35rem 0 1.1rem;
  }

  .vc-quote p {
    font-size: 1.25rem;
  }

  .vc-section--props .vc-props-head {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 1rem;
  }

  .vc-props {
    grid-template-columns: 1fr !important;
    gap: 1.15rem;
  }

  .vc-prop-detail {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow-x: clip;
  }

  .vc-prop-detail__actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
  }

  .vc-prop-detail__cta {
    display: flex !important;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    letter-spacing: 0.08em;
    padding: 1rem 1.1rem;
  }

  .vc-prop-detail__note {
    padding-right: 3.75rem;
    padding-bottom: 0.35rem;
  }

  .vc-prop-gallery__nav {
    min-width: 44px;
    min-height: 44px;
  }

  .vc-footer {
    padding: 3rem 1.15rem 2rem;
    padding-bottom: max(2rem, env(safe-area-inset-bottom, 0px));
  }

  .vc-footer__inner {
    flex-direction: column !important;
    gap: 2rem !important;
  }

  .vc-back-top {
    right: max(0.9rem, env(safe-area-inset-right, 0px));
    bottom: max(0.9rem, env(safe-area-inset-bottom, 0px));
    min-width: 48px;
    min-height: 48px;
  }

  .vc-service-jump {
    flex-wrap: wrap;
    gap: 0.55rem;
  }

  .vc-service-jump a {
    min-height: 44px;
    padding: 0.65rem 0.9rem;
  }

  .vc-form__submit {
    min-height: 52px;
  }
}

/* Motion */
@media (prefers-reduced-motion: no-preference) {
  .vc-hero__copy > * {
    animation: vc-rise 0.95s var(--vc-ease) both;
  }
  .vc-hero__copy > *:nth-child(1) { animation-delay: 0.05s; }
  .vc-hero__copy > *:nth-child(2) { animation-delay: 0.12s; }
  .vc-hero__copy > *:nth-child(3) { animation-delay: 0.18s; }
  .vc-hero__copy > *:nth-child(4) { animation-delay: 0.24s; }
  .vc-hero__copy > *:nth-child(5) { animation-delay: 0.3s; }
  .vc-hero__copy > *:nth-child(6) { animation-delay: 0.36s; }
  .vc-hero__copy > *:nth-child(7) { animation-delay: 0.42s; }

  .vc-hero-portrait {
    animation: vc-rise 1.1s var(--vc-ease) 0.2s both;
  }

  .vc-motion .vc-section,
  .vc-motion .vc-reveal,
  .vc-motion .vc-prop-card,
  .vc-motion .vc-quote,
  .vc-motion .vc-service-row,
  .vc-motion .vc-service-card,
  .vc-motion .vc-bento__card,
  .vc-motion .vc-timeline__step,
  .vc-motion .vc-faq__item {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.8s var(--vc-ease), transform 0.8s var(--vc-ease);
    transition-delay: var(--vc-delay, 0ms);
  }

  .vc-motion .vc-section.is-in,
  .vc-motion .vc-reveal.is-in,
  .vc-motion .vc-prop-card.is-in,
  .vc-motion .vc-quote.is-in,
  .vc-motion .vc-service-row.is-in,
  .vc-motion .vc-service-card.is-in,
  .vc-motion .vc-bento__card.is-in,
  .vc-motion .vc-timeline__step.is-in,
  .vc-motion .vc-faq__item.is-in {
    opacity: 1;
    transform: none;
  }
}

@keyframes vc-rise {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
