/* Homepage — cabinet de prestige. Tokens alignés sur brand.css */
.page-home {
  --cream: #F4EFE6;
  --ivory: #FBF8F2;
  --paper: #FFFCF7;
  --gold-dark: #A88B5F;
  --navy-soft: #1A3A6B;
  --radius-asset: 10px;
  --radius-badge: 4px;
  background: var(--ivory);
  color: var(--navy);
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
}

.page-home .btn {
  border-radius: 4px;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 600;
  min-height: 48px;
  padding: 0.85rem 1.35rem;
}
.page-home .btn:hover { transform: none; }

.page-home .kicker {
  font-family: "Cinzel", "Times New Roman", serif;
  letter-spacing: 0.28em;
  font-size: 0.68rem;
  color: var(--gold-dark);
}

.page-home .brand-name {
  font-family: "Cinzel", "Times New Roman", serif;
  font-weight: 600;
  font-size: 0.78rem;
}
.page-home .brand-sub {
  font-family: "Source Sans 3", sans-serif;
  letter-spacing: 0.16em;
  font-size: 0.62rem;
  color: var(--gold-dark);
}

.page-home .site-header {
  position: sticky;
  top: 0;
  background: rgba(251, 248, 242, 0.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(15, 44, 89, 0.08);
}
.page-home.has-hero .site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: all 0.3s ease-in-out;
}
.page-home.has-hero .site-header .nav-links a,
.page-home.has-hero .site-header .brand-name { color: #fff; }
.page-home.has-hero .site-header .brand-sub { color: var(--ivory, #F4EFE6); }
.page-home .site-header .nav-links a::after { background: var(--gold); }

.page-home .nav-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.78rem;
  color: var(--navy);
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(15, 44, 89, 0.16);
  border-radius: 4px;
  background: transparent;
  white-space: nowrap;
}
.page-home.has-hero .nav-phone {
  color: #fff;
  border-color: rgba(197, 168, 128, 0.45);
  background: transparent;
}
.page-home .nav-phone svg {
  width: 14px;
  height: 14px;
  color: var(--gold);
  flex-shrink: 0;
}
.page-home .nav-phone:hover { border-color: var(--gold); }

.page-home .menu-btn {
  width: 44px;
  height: 44px;
  border-radius: 4px;
  background: transparent;
  color: var(--navy);
  border-color: rgba(15, 44, 89, 0.16);
  display: inline-grid;
  place-items: center;
}
.page-home.has-hero .menu-btn {
  color: #fff;
  border-color: rgba(197, 168, 128, 0.45);
  background: transparent;
}
.page-home .menu-btn svg { width: 18px; height: 18px; }

.page-home .mobile-nav {
  background: var(--ivory);
  margin-top: 0;
}
.page-home .mobile-nav a {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  color: var(--navy);
}

.page-home.has-hero .site-header.is-scrolled,
.page-home.has-hero .site-header:has(.mobile-nav.is-open) {
  background: rgba(15, 44, 89, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(197, 168, 128, 0.25);
  box-shadow: 0 10px 30px -10px rgba(8, 22, 40, 0.5);
}
.page-home.has-hero .site-header.is-scrolled .nav-links a,
.page-home.has-hero .site-header.is-scrolled .brand-name,
.page-home.has-hero .site-header:has(.mobile-nav.is-open) .nav-links a,
.page-home.has-hero .site-header:has(.mobile-nav.is-open) .brand-name { color: #fff; }
.page-home.has-hero .site-header.is-scrolled .brand-sub,
.page-home.has-hero .site-header:has(.mobile-nav.is-open) .brand-sub { color: var(--ivory, #F4EFE6); }
.page-home.has-hero .site-header.is-scrolled .nav-phone,
.page-home.has-hero .site-header:has(.mobile-nav.is-open) .nav-phone {
  color: #fff;
  border-color: rgba(197, 168, 128, 0.45);
  background: transparent;
}
.page-home.has-hero .site-header.is-scrolled .menu-btn,
.page-home.has-hero .site-header:has(.mobile-nav.is-open) .menu-btn {
  color: #fff;
  border-color: rgba(197, 168, 128, 0.45);
  background: transparent;
}
.page-home.has-hero .site-header.is-scrolled .mobile-nav,
.page-home.has-hero .site-header:has(.mobile-nav.is-open) .mobile-nav {
  background: transparent;
}
.page-home.has-hero .site-header.is-scrolled .mobile-nav a,
.page-home.has-hero .site-header:has(.mobile-nav.is-open) .mobile-nav a {
  color: #F4EFE6;
  border-bottom-color: rgba(197, 168, 128, 0.18);
}

/* Hero */
.home-hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: end;
  padding: calc(var(--header-h) + 3.2rem) 0 4.5rem;
  color: #fff;
  overflow: hidden;
  background: #0A1F3F;
}
.home-hero-media { position: absolute; inset: 0; }
.home-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 48%;
}
.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 18, 36, 0.82) 0%, rgba(8, 18, 36, 0.42) 48%, rgba(8, 18, 36, 0.18) 100%),
    linear-gradient(180deg, rgba(8, 18, 36, 0.18) 0%, transparent 38%, rgba(8, 18, 36, 0.5) 100%);
  pointer-events: none;
}
.home-hero .wrap {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 2.4rem));
}
.home-hero .kicker { color: var(--gold-light); margin-bottom: 1.1rem; }
.home-hero h1 {
  margin: 0;
  max-width: 22ch;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(2.2rem, 5.2vw, 3.85rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.01em;
  color: #fff;
}
.home-hero .lead {
  max-width: 38rem;
  margin: 1.2rem 0 0;
  font-size: 1.05rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.86);
}
.home-hero .proof {
  margin: 0.85rem 0 0;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  color: var(--gold-light);
}
.home-hero-actions { margin-top: 1.8rem; }

/* Owner deposit — navy card after hero */
.owner-deposit {
  position: relative;
  z-index: 3;
  padding: 3.2rem 0 2.4rem;
  overflow-x: hidden;
  background:
    radial-gradient(ellipse 70% 80% at 12% 0%, rgba(197, 168, 128, 0.08), transparent 55%),
    #0A1E3F;
}
.owner-deposit .wrap { width: min(1180px, calc(100% - 2.4rem)); }
.owner-card {
  background: rgba(8, 20, 42, 0.55);
  border: 1px solid rgba(197, 168, 128, 0.3);
  border-radius: 10px;
  padding: clamp(1.4rem, 3.2vw, 2.4rem);
  box-shadow: 0 18px 48px -28px rgba(0, 0, 0, 0.55);
  max-width: 100%;
}
.owner-head { max-width: 46rem; margin-bottom: 1.75rem; }
.owner-kicker {
  margin: 0 0 0.85rem;
  font-family: "Cinzel", "Times New Roman", serif;
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #C5A880;
}
.owner-head h2 {
  margin: 0;
  font-family: "Cinzel", "Times New Roman", serif;
  font-weight: 600;
  font-size: clamp(1.35rem, 3.2vw, 2.05rem);
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: #F4EFE6;
}
.owner-lead {
  margin: 0.85rem 0 0;
  color: rgba(244, 239, 230, 0.78);
  font-size: 0.98rem;
  max-width: 42rem;
}
.owner-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.95rem;
}
.owner-field {
  display: grid;
  gap: 0.38rem;
  min-width: 0;
}
.owner-field > span {
  font-family: "Cinzel", serif;
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(197, 168, 128, 0.92);
}
.owner-field abbr {
  text-decoration: none;
  color: #C5A880;
}
.owner-field small {
  letter-spacing: 0.08em;
  text-transform: none;
  color: rgba(244, 239, 230, 0.45);
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.72rem;
}
.owner-field input,
.owner-field textarea {
  width: 100%;
  max-width: 100%;
  min-height: 48px;
  padding: 0.7rem 0.85rem;
  border: 1px solid rgba(197, 168, 128, 0.28);
  border-radius: 4px;
  background: rgba(6, 16, 34, 0.72);
  color: #F4EFE6;
  font: 400 0.95rem/1.4 "Source Sans 3", sans-serif;
  appearance: none;
}
.owner-field textarea { min-height: 108px; resize: vertical; }
.owner-field input::placeholder,
.owner-field textarea::placeholder { color: rgba(244, 239, 230, 0.38); }
.owner-field input:focus,
.owner-field textarea:focus {
  outline: none;
  border-color: #C5A880;
  box-shadow: 0 0 0 1px rgba(197, 168, 128, 0.45);
}
.owner-drop {
  display: grid;
  gap: 0.28rem;
  place-items: center;
  text-align: center;
  min-height: 92px;
  padding: 1.1rem 1rem;
  border: 1px dashed rgba(197, 168, 128, 0.45);
  border-radius: 4px;
  background: rgba(6, 16, 34, 0.55);
  cursor: pointer;
  color: #F4EFE6;
}
.owner-drop input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}
.owner-drop {
  position: relative;
}
.owner-drop strong {
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.owner-drop em {
  font-style: normal;
  font-size: 0.78rem;
  color: rgba(244, 239, 230, 0.5);
}
.owner-drop.is-on {
  border-style: solid;
  border-color: #C5A880;
}
.owner-submit {
  width: 100%;
  margin-top: 0.35rem;
  background: #C5A880;
  color: #0A1E3F;
  letter-spacing: 0.12em;
  white-space: normal;
  max-width: 100%;
}
.owner-submit:hover { background: #D4BC9A; }
.owner-submit:disabled { opacity: 0.65; cursor: wait; }
.owner-wa {
  margin: 1rem 0 0;
  text-align: center;
  font-size: 0.86rem;
  color: rgba(244, 239, 230, 0.62);
  line-height: 1.5;
}
.owner-wa a {
  color: #C5A880;
  text-decoration: none;
  border-bottom: 1px solid rgba(197, 168, 128, 0.4);
  white-space: nowrap;
}
.owner-wa a:hover { color: #D4BC9A; }
.owner-error,
.owner-ok {
  margin: 0.2rem 0 0;
  font-size: 0.88rem;
}
.owner-error { color: #E8C4B8; }
.owner-ok { color: #C5A880; }
.owner-error[hidden],
.owner-ok[hidden] { display: none; }
.owner-form.is-sent .owner-grid,
.owner-form.is-sent .owner-submit { display: none; }

/* Search — cabinet, hairlines */
.search-dock {
  position: relative;
  z-index: 4;
  margin-top: 0;
  padding: 1.6rem 0 0;
  background: var(--ivory);
}
.search-card {
  width: min(1180px, calc(100% - 2.4rem));
  margin-inline: auto;
  background: #fff;
  border: 1px solid rgba(15, 44, 89, 0.08);
  border-radius: 10px;
  box-shadow: 0 12px 40px -24px rgba(15, 44, 89, 0.28);
  padding: 0.35rem 0.35rem 0.35rem 0.15rem;
}
.search-card form {
  display: grid;
  gap: 0;
}
.search-field {
  display: grid;
  gap: 0.22rem;
  padding: 0.7rem 1rem;
  background: transparent;
  border-right: 0;
  border-bottom: 1px solid rgba(15, 44, 89, 0.08);
}
.search-field span {
  font-family: "Cinzel", serif;
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-dark);
}
.search-field select {
  width: 100%;
  border: 0;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%23A88B5F' stroke-width='1.4' d='M1 1.2 6 6.2 11 1.2'/%3E%3C/svg%3E") no-repeat right 0.15rem center;
  color: var(--navy);
  font: 500 0.92rem/1.3 "Source Sans 3", sans-serif;
  padding: 0.15rem 1.2rem 0 0;
  min-height: 32px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.search-field select:focus { outline: none; }
.search-field select:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}
.search-card .btn {
  min-height: 48px;
  margin: 0.45rem;
  letter-spacing: 0.1em;
}

/* Trust */
.trust-bar {
  padding: 2.8rem 0 1.4rem;
  background: var(--ivory);
}
.trust-bar p {
  margin: 0 0 1.35rem;
  text-align: center;
  font-family: "Cinzel", serif;
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(15, 44, 89, 0.42);
}
.trust-track {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.65rem 2.4rem;
}
.trust-logo {
  display: block;
  height: 24px;
  width: auto;
  overflow: visible;
  color: var(--navy);
  opacity: 0.45;
  transition: opacity 0.2s ease;
}
.trust-logo:hover { opacity: 0.9; }

/* Sections */
.home-section { padding: 6.5rem 0 6.8rem; }
.home-section .wrap { width: min(1180px, calc(100% - 2.4rem)); }
.home-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.4rem;
  margin-bottom: 2.8rem;
}
.home-head h2 {
  margin: 0;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(1.85rem, 2.8vw, 2.45rem);
  font-weight: 600;
  line-height: 1.18;
}
.home-head p {
  margin: 0.55rem 0 0;
  color: var(--muted, #5A6578);
  max-width: 40rem;
}
.home-link {
  white-space: nowrap;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--navy);
  text-decoration: none;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 0.12rem;
}
.home-link:hover { color: var(--gold-dark); }

.cards-assets {
  display: grid;
  gap: 1.35rem;
}

.place-card,
.listing-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(15, 44, 89, 0.1);
  border-radius: var(--radius-asset);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: none;
  transition: transform 0.18s ease, border-color 0.18s ease;
}
.place-card:hover,
.listing-card:hover {
  transform: translateY(-2px);
  border-color: rgba(197, 168, 128, 0.7);
}
.place-card .media,
.listing-card .media {
  position: relative;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: #0F2C59;
}
.place-card .media img,
.listing-card .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}
.place-card:hover .media img,
.listing-card:hover .media img { transform: scale(1.02); }

.badge {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  z-index: 1;
  padding: 0.28rem 0.55rem;
  border-radius: var(--radius-badge);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: var(--gold);
  color: var(--navy-deep);
}
.badge.is-implante {
  background: var(--navy);
  color: #fff;
}

.place-card .body,
.listing-card .body {
  display: grid;
  gap: 0.3rem;
  padding: 1.15rem 1.15rem 1.25rem;
}
.place-card .cat,
.listing-card .cat {
  font-family: "Cinzel", serif;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-dark);
}
.place-card h3,
.listing-card h3 {
  margin: 0;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.38rem;
  font-weight: 600;
  line-height: 1.2;
}

.asset-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0.75rem 0 0;
  padding: 0;
  border-top: 1px solid rgba(15, 44, 89, 0.08);
}
.asset-meta > div {
  padding: 0.65rem 0.55rem 0.15rem 0;
  border-right: 1px solid rgba(15, 44, 89, 0.08);
}
.asset-meta > div:last-child {
  border-right: 0;
  padding-right: 0;
}
.asset-meta dt {
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(15, 44, 89, 0.45);
  font-weight: 600;
}
.asset-meta dd {
  margin: 0.2rem 0 0;
  font-size: 0.88rem;
  font-variant-numeric: tabular-nums;
  color: var(--navy);
  font-weight: 600;
}

.price {
  margin: 0.85rem 0 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: var(--navy);
}
.price small {
  display: block;
  margin-top: 0.12rem;
  font-size: 0.72rem;
  font-weight: 500;
}
.rent-nd {
  margin: 0.85rem 0 0;
  font-family: "Cinzel", serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #C5A880;
  line-height: 1.45;
}

/* Fiche B2B */
.fiche-b2b {
  padding: calc(var(--header-h) + 2.2rem) 0 5.5rem;
  background: var(--ivory);
}
.fiche-b2b .wrap { width: min(1180px, calc(100% - 2.4rem)); }
.fiche-b2b .crumbs {
  margin: 0 0 1rem;
  font-size: 0.82rem;
  color: rgba(15, 44, 89, 0.55);
}
.fiche-b2b .crumbs a { text-decoration: none; border-bottom: 1px solid var(--gold); }
.fiche-b2b h1 {
  margin: 0.35rem 0 0;
  font-family: "Cinzel", "Times New Roman", serif;
  font-weight: 600;
  font-size: clamp(1.7rem, 3.4vw, 2.6rem);
  line-height: 1.2;
  color: var(--navy);
}
.fiche-b2b .fiche-lead {
  margin: 0.9rem 0 0;
  max-width: 46rem;
  color: #5A6578;
}
.fiche-b2b > .wrap > .rent-nd { margin-top: 1.1rem; }
.fiche-gallery {
  display: grid;
  gap: 0.7rem;
  margin: 1.8rem 0 0;
}
.fiche-gallery figure { margin: 0; }
.fiche-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(15, 44, 89, 0.1);
}
.fiche-hero { min-height: 220px; }
.fiche-hero img { max-height: 420px; }
.fiche-kpis {
  margin-top: 1.4rem;
  background: #fff;
  border: 1px solid rgba(197, 168, 128, 0.28);
  border-radius: 10px;
  padding: 0.35rem 1rem 0.7rem;
}
.fiche-panel {
  margin-top: 2.2rem;
  padding: 1.5rem 1.25rem;
  background: #0F2C59;
  color: #F4EFE6;
  border: 1px solid rgba(197, 168, 128, 0.3);
  border-radius: 10px;
}
.fiche-panel h2 {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  font-weight: 600;
  color: #C5A880;
}
.fiche-note {
  margin: 0.65rem 0 1.1rem;
  font-size: 0.88rem;
  color: rgba(244, 239, 230, 0.7);
}
.spec-table {
  width: 100%;
  border-collapse: collapse;
}
.spec-table th,
.spec-table td {
  text-align: left;
  padding: 0.7rem 0.4rem;
  border-bottom: 1px solid rgba(197, 168, 128, 0.18);
  vertical-align: top;
  font-size: 0.92rem;
}
.spec-table th {
  width: 38%;
  font-family: "Cinzel", serif;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(197, 168, 128, 0.9);
}
.spec-table td { color: #F4EFE6; font-weight: 500; }
.fiche-points {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.7rem;
}
.fiche-points li {
  padding-left: 1.1rem;
  position: relative;
  color: rgba(244, 239, 230, 0.9);
}
.fiche-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 6px;
  height: 6px;
  background: #C5A880;
}
.fiche-plans {
  display: grid;
  gap: 1rem;
  margin-top: 1.1rem;
}
.fiche-plans img {
  width: 100%;
  background: #fff;
  border-radius: 6px;
  object-fit: contain;
}
.fiche-plans figcaption {
  margin-top: 0.45rem;
  font-family: "Cinzel", serif;
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #C5A880;
}
.fiche-cta {
  margin-top: 2.2rem;
  padding: 1.5rem 1.25rem;
  background: rgba(10, 30, 63, 0.96);
  border: 1px solid rgba(197, 168, 128, 0.3);
  border-radius: 10px;
}
.fiche-cta-copy {
  margin: 0.7rem 0 0;
  color: rgba(244, 239, 230, 0.75);
  max-width: 40rem;
}
.fiche-cta .fiche-actions { margin-top: 1.2rem; }
.fiche-cta .btn-line {
  color: #F4EFE6;
  border-color: rgba(197, 168, 128, 0.45);
}

.listing-card.is-link { color: inherit; }
.listing-card .cta {
  margin-top: 0.85rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-dark);
}

.listing-card.is-featured .body { padding-bottom: 1.4rem; }

.page-home .font-display {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-weight: 600;
}

.mandate-strip {
  display: grid;
  gap: 0.55rem;
  align-content: center;
  width: 100%;
  margin-top: 1.35rem;
  padding: 1.6rem 1.4rem;
  border: 1px solid rgba(197, 168, 128, 0.45);
  background: var(--navy);
  color: #fff;
  text-align: left;
  text-decoration: none;
  border-radius: var(--radius-asset);
  cursor: pointer;
  font: inherit;
}
.mandate-strip .cat { color: var(--gold-light); }
.mandate-strip h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.7rem;
  font-weight: 600;
  color: #fff;
}
.mandate-strip p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}
.mandate-strip span {
  margin-top: 0.4rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}

.listing-empty {
  padding: 2rem 0;
  text-align: center;
  color: #5A6578;
}
.listing-card.is-hidden { display: none; }
.cards-one {
  grid-template-columns: 1fr;
  max-width: 420px;
}

.page-home #enseigne-title { margin: 0 0 1rem; }
.fiche-main { padding-top: 2.4rem; }
.fiche-lead { max-width: 48rem; color: #5A6578; }
.fiche-grid { margin-top: 2rem; }
.fiche-h2 { margin: 0.2rem 0 0; font-size: 1.4rem; }
.fiche-actions {
  margin: 1.2rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.page-home .modal-close,
.page-home .modal-panel { border-radius: 8px; }

.home-band {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(rgba(197, 168, 128, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(197, 168, 128, 0.05) 1px, transparent 1px),
    linear-gradient(165deg, #081628 0%, #0F2C59 52%, #0A1F3F 100%);
  background-size: 64px 64px, 64px 64px, auto;
}
.home-band .wrap {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2.4rem;
}
.home-band h2 {
  margin: 0 0 0.8rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.85rem, 3vw, 2.5rem);
  font-weight: 600;
  max-width: 18ch;
}
.home-band p {
  margin: 0 0 1.4rem;
  max-width: 38rem;
  color: rgba(255, 255, 255, 0.82);
}
.pillars { display: grid; gap: 0; }
.pillar {
  padding: 1.15rem 0;
  border-top: 1px solid rgba(197, 168, 128, 0.28);
  background: transparent;
  border-radius: 0;
}
.pillar:last-child { border-bottom: 1px solid rgba(197, 168, 128, 0.28); }
.pillar strong {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--gold-light);
  font-size: 0.92rem;
  font-weight: 600;
}
.pillar p {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.74);
}

.why-strip {
  background: var(--cream);
  border-top: 1px solid rgba(15, 44, 89, 0.06);
}
.stats-row {
  display: grid;
  gap: 0;
  margin-top: 1.4rem;
  border-top: 1px solid rgba(15, 44, 89, 0.1);
}
.stat-cell {
  padding: 1.5rem 0.4rem;
  text-align: center;
  border-bottom: 1px solid rgba(15, 44, 89, 0.1);
}
.stat-cell strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: var(--navy);
  line-height: 1;
}
.stat-cell span {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.8rem;
  color: #5A6578;
}

.opportunities { background: var(--ivory); }

.page-home .site-footer { background: #081628; }
.footer-brand p {
  max-width: 42ch;
  margin: 0.85rem 0 0;
}
.page-home .footer-brand .brand-name { color: #fff; }
.page-home .footer-brand .brand-sub { color: var(--gold); }
.footer-mandate {
  display: inline-flex;
  margin-top: 1.1rem;
}

.page-home .wa-float { display: none !important; }

.home-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 45;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 48px;
  background: #0A1F3F;
  border-top: 1px solid rgba(197, 168, 128, 0.35);
}
.home-sticky-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #fff;
  text-decoration: none;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-family: "Source Sans 3", sans-serif;
}
.home-sticky-cta a:first-child {
  border-right: 1px solid rgba(197, 168, 128, 0.28);
}
.home-sticky-cta a:hover { color: var(--gold-light); }
.home-sticky-cta svg { width: 14px; height: 14px; color: var(--gold); }
.home-sticky-cta .num {
  letter-spacing: 0.04em;
  text-transform: none;
  font-weight: 500;
  opacity: 0.85;
}

.page-home { padding-bottom: 48px; }

.vh {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

@media (min-width: 720px) {
  .owner-grid { grid-template-columns: 1fr 1fr; }
  .owner-field-wide { grid-column: 1 / -1; }
  .search-card form { grid-template-columns: 1fr 1fr; }
  .search-field:nth-child(odd) { border-right: 1px solid rgba(15, 44, 89, 0.08); }
  .search-card .btn { grid-column: 1 / -1; }
  .cards-assets { grid-template-columns: 1fr 1fr; }
  .cards-one { grid-template-columns: 1fr; }
  .home-band .wrap { grid-template-columns: 1.1fr 0.9fr; align-items: center; }
  .stats-row { grid-template-columns: 1fr 1fr; }
  .stat-cell { border-right: 1px solid rgba(15, 44, 89, 0.1); }
  .stat-cell:nth-child(2n) { border-right: 0; }
  .stat-cell::before {
    content: "";
    display: block;
    width: 1px;
    height: 32px;
    margin: 0 auto 0.85rem;
    background: var(--gold);
  }
  .fiche-gallery {
    grid-template-columns: 1.4fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .fiche-hero { grid-row: 1 / 3; min-height: 0; }
  .fiche-hero img { max-height: none; height: 100%; }
  .fiche-plans { grid-template-columns: 1fr 1fr; }
  .spec-table th { width: 32%; }
  .listing-card.is-featured {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1.25fr 1fr;
  }
  .listing-card.is-featured .media { aspect-ratio: auto; min-height: 280px; }
}

@media (min-width: 1020px) {
  .home-hero { align-items: center; padding-bottom: 5.5rem; }
  .owner-grid { grid-template-columns: 1fr 1fr; }
  .owner-field-wide { grid-column: 1 / -1; }
  .owner-submit { width: auto; min-width: 22rem; max-width: 100%; }
  .search-card form {
    grid-template-columns: 1.1fr 1fr 1fr 1fr auto;
    align-items: stretch;
  }
  .search-field {
    border-bottom: 0;
    border-right: 1px solid rgba(15, 44, 89, 0.1);
  }
  .search-card .btn {
    grid-column: auto;
    margin: 0.35rem;
    min-width: 168px;
  }
  .cards-assets { grid-template-columns: repeat(3, 1fr); }
  .cards-assets.cards-one { grid-template-columns: 1fr; }
  .listing-card.is-featured { grid-column: 1 / -1; }
  .stats-row { grid-template-columns: repeat(4, 1fr); }
  .stat-cell { border-bottom: 0; }
  .stat-cell:nth-child(2n) { border-right: 1px solid rgba(15, 44, 89, 0.1); }
  .stat-cell:last-child { border-right: 0; }
  .home-sticky-cta { display: none; }
  .page-home { padding-bottom: 0; }
}

@media (max-width: 419px) {
  .page-home .nav-phone .num { display: none; }
  .owner-submit { letter-spacing: 0.05em; font-size: 0.66rem; padding-inline: 0.75rem; }
  .owner-card { padding: 1.15rem 0.95rem; }
}

@media (prefers-reduced-motion: reduce) {
  .place-card,
  .listing-card,
  .place-card .media img,
  .listing-card .media img,
  .trust-logo,
  .page-home .site-header { transition: none; }
  .place-card:hover,
  .listing-card:hover { transform: none; }
  .place-card:hover .media img,
  .listing-card:hover .media img { transform: none; }
}
