/* Therasana Premium V2 — feuille unique accueil, recherche et annuaire */
:root {
  --th-green: #062c25;
  --th-green-2: #0c3c32;
  --th-gold: #c9a252;
  --th-cream: #f7f2e9;
  --th-ink: #102d27;
  --th-muted: #66716d;
  --th-border: rgba(16,45,39,.14);
  --th-shadow: 0 18px 50px rgba(20,36,31,.12);
}

html, body { overflow-x: hidden; }
.therasana-selection { background: var(--th-cream); color: var(--th-ink); }
.therasana-selection .site-logo--image .site-logo__image,
.therasana-selection .site-footer__logo img { display: none !important; }
.therasana-selection .site-logo__wordmark,
.therasana-selection .site-footer__wordmark strong {
  position: static !important; width: auto !important; height: auto !important;
  margin: 0 !important; padding: 0 !important; overflow: visible !important;
  clip: auto !important; clip-path: none !important; white-space: nowrap !important;
  font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 700; letter-spacing: -.035em;
}
.therasana-selection .site-footer__wordmark { display: inline-grid; gap: .12rem; color: #fff; text-decoration: none; }
.therasana-selection .site-footer__wordmark span { color: var(--th-gold); font-size: .66rem; font-weight: 800; letter-spacing: .28em; text-transform: uppercase; }

.premium-v2-eyebrow { margin: 0 0 .8rem; color: var(--th-gold); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }

.premium-v2-hero { position: relative; min-height: 570px; display: grid; align-items: center; overflow: hidden; background: var(--th-green); color: #fff; }
.premium-v2-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 66% center; }
.premium-v2-hero__shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(1,29,24,.98) 0%, rgba(1,29,24,.9) 38%, rgba(1,29,24,.22) 73%, rgba(1,29,24,.05) 100%); }
.premium-v2-hero__inner { position: relative; z-index: 2; width: min(1200px, calc(100% - 40px)); margin: 0 auto; padding: 6rem 0 8rem; }
.premium-v2-hero__copy { width: min(650px, 58%); }
.premium-v2-hero h1 { margin: 0; max-width: 630px; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 6vw, 5.4rem); line-height: .98; letter-spacing: -.045em; }
.premium-v2-hero__copy > p:not(.premium-v2-eyebrow) { max-width: 590px; margin: 1.5rem 0; font-size: 1.12rem; line-height: 1.7; color: rgba(255,255,255,.86); }
.premium-v2-hero__proofs { display: flex; flex-wrap: wrap; gap: .75rem 1.5rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.premium-v2-hero__proofs li { position: relative; padding-left: 1.2rem; font-weight: 700; font-size: .92rem; }
.premium-v2-hero__proofs li::before { content: ""; position: absolute; left: 0; top: .42rem; width: .45rem; height: .45rem; border-radius: 50%; background: var(--th-gold); }

.premium-v2-search-shell { position: relative; z-index: 4; margin-top: -76px; }
.premium-v2-search-shell__inner { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 2rem; background: #fff; border: 1px solid rgba(201,162,82,.28); border-radius: 22px; box-shadow: var(--th-shadow); }
.premium-v2-search-shell__heading { margin-bottom: 1.25rem; }
.premium-v2-search-shell__heading h2 { margin: 0 0 .35rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3vw, 2.8rem); }
.premium-v2-search-shell__heading p:last-child { margin: 0; color: var(--th-muted); }

.therasana-selection .home-search__hero-inner { width: 100%; }
.therasana-selection .home-search__panel--geo,
.therasana-selection .premium-search-panel {
  display: grid; grid-template-columns: 1.35fr 1.15fr .7fr .9fr; gap: .8rem;
  align-items: end; width: 100%; padding: 0; background: transparent; box-shadow: none;
}
.therasana-selection .home-search__panel--geo .field,
.therasana-selection .premium-search-panel .field { display: grid; gap: .45rem; min-width: 0; }
.therasana-selection .home-search__panel--geo .field > span,
.therasana-selection .premium-search-panel .field > span { color: var(--th-ink); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.therasana-selection .home-search__panel--geo input,
.therasana-selection .home-search__panel--geo select,
.therasana-selection .premium-search-panel input,
.therasana-selection .premium-search-panel select {
  width: 100%; min-height: 54px; padding: .85rem 1rem; border: 1px solid var(--th-border);
  border-radius: 9px; background: #fff; color: var(--th-ink); font: inherit;
}
.therasana-selection .home-search__actions,
.therasana-selection .premium-search-panel__actions { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(220px,.8fr) minmax(260px,1fr); justify-content: end; gap: .8rem; margin-top: .3rem; }
.therasana-selection .home-search__actions .button,
.therasana-selection .premium-search-panel__actions .button { min-height: 56px; border-radius: 8px; font-weight: 800; }
.therasana-selection .home-search__actions .button--secondary,
.therasana-selection .premium-search-panel__actions .button--secondary { background: var(--th-green); color: #fff; border-color: var(--th-green); }
.therasana-selection .home-search__actions .button--primary,
.therasana-selection .premium-search-panel__actions .button--primary { background: linear-gradient(135deg,#d8bb72,#b78b38); color: #102d27; border-color: transparent; }
.therasana-selection .home-search__status,
.therasana-selection .premium-search-panel__status { grid-column: 1 / -1; min-height: 1.3em; margin: 0; color: var(--th-muted); font-size: .84rem; }

.premium-v2-members { padding: 5.5rem 0 4rem; }
.premium-v2-members__inner { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.premium-v2-members__heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.premium-v2-members__heading h2 { margin: 0 0 .45rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 4vw, 3.5rem); }
.premium-v2-members__heading p:last-child { max-width: 650px; margin: 0; color: var(--th-muted); }
.premium-v2-members__grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 1.2rem; }
.premium-v2-card { min-width: 0; overflow: hidden; background: #fff; border: 1px solid rgba(201,162,82,.3); border-radius: 14px; box-shadow: 0 10px 30px rgba(20,36,31,.08); }
.premium-v2-card__media { position: relative; display: block; height: 310px; overflow: hidden; background: var(--th-green); }
.premium-v2-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.premium-v2-card:hover .premium-v2-card__media img { transform: scale(1.025); }
.premium-v2-card__placeholder { display: grid; width: 100%; height: 100%; place-items: center; color: #e4d6b9; font-family: Georgia,serif; font-size: 1.8rem; }
.premium-v2-card__badge { position: absolute; left: .85rem; top: .85rem; padding: .42rem .65rem; border-radius: 5px; background: var(--th-green); color: #fff; font-size: .65rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.premium-v2-card.is-founder .premium-v2-card__badge { background: var(--th-gold); color: var(--th-green); }
.premium-v2-card__body { padding: 1.25rem; }
.premium-v2-card h3 { margin: 0 0 .3rem; font-family: Georgia,serif; font-size: 1.65rem; }
.premium-v2-card h3 a { color: var(--th-ink); text-decoration: none; }
.premium-v2-card__activity,.premium-v2-card__location { margin: .25rem 0; }
.premium-v2-card__activity { color: var(--th-ink); }
.premium-v2-card__location { color: var(--th-muted); font-size: .9rem; }
.premium-v2-card__modes { display: flex; flex-wrap: wrap; gap: .45rem; margin: 1rem 0; }
.premium-v2-card__modes span { padding: .42rem .62rem; border-radius: 6px; background: #eef3eb; color: var(--th-green); font-size: .75rem; font-weight: 700; }
.premium-v2-card__link { display: flex; align-items: center; justify-content: space-between; padding-top: 1rem; border-top: 1px solid var(--th-border); color: #9a6b21; font-weight: 800; text-decoration: none; }

.premium-v2-trust { padding: 2rem 0 5rem; }
.premium-v2-trust__inner { width: min(1180px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; overflow: hidden; background: rgba(201,162,82,.22); border: 1px solid rgba(201,162,82,.24); border-radius: 14px; }
.premium-v2-trust article { display: grid; gap: .45rem; padding: 1.7rem; background: #f8f4ec; }
.premium-v2-trust strong { font-family: Georgia,serif; font-size: 1.15rem; }
.premium-v2-trust span { color: var(--th-muted); font-size: .9rem; line-height: 1.5; }

.therasana-selection .premium-page-hero { padding: 5rem 0 7rem; background: var(--th-green); color: #fff; }
.therasana-selection .premium-page-hero__inner,.therasana-selection .premium-listing { width: min(1180px,calc(100% - 40px)); margin-inline: auto; }
.therasana-selection .premium-page-hero h1 { color: #fff; font-family: Georgia,serif; font-size: clamp(2.7rem,5vw,4.8rem); }
.therasana-selection .premium-page-hero__intro { max-width: 780px; color: rgba(255,255,255,.82); font-size: 1.08rem; line-height: 1.7; }
.therasana-selection .premium-page-hero__proofs { display: flex; flex-wrap: wrap; gap: .8rem 1.5rem; padding: 0; list-style: none; }
.therasana-selection .premium-listing { position: relative; margin-top: -4rem; padding-bottom: 5rem; }
.therasana-selection .premium-search-panel { padding: 1.7rem; border-radius: 20px; background: #fff; box-shadow: var(--th-shadow); }
.therasana-selection .premium-search-panel .home-search__intro { grid-column: 1 / -1; }
.therasana-selection .premium-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.25rem; margin-top: 2rem; }
.therasana-selection .premium-card { min-width: 0; overflow: hidden; border: 1px solid rgba(201,162,82,.3); border-radius: 14px; background: #fff; box-shadow: 0 10px 28px rgba(20,36,31,.07); }
.therasana-selection .premium-card__image { display: block; height: 300px; overflow: hidden; background: var(--th-green); }
.therasana-selection .premium-card__image img { width: 100%; height: 100%; object-fit: cover; }
.therasana-selection .premium-card__body { padding: 1.3rem; }
.therasana-selection .premium-card__badges { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: .8rem; }
.therasana-selection .premium-member-badge { padding: .38rem .58rem; border-radius: 5px; background: var(--th-green); color: #fff; font-size: .65rem; font-weight: 800; text-transform: uppercase; }
.therasana-selection .premium-member-badge--remote,.therasana-selection .premium-member-badge--cabinet { background: #edf3e9; color: var(--th-green); }
.therasana-selection .premium-card h2 { font-family: Georgia,serif; font-size: 1.8rem; }
.therasana-selection .premium-card h2 a { color: var(--th-ink); text-decoration: none; }

@media (max-width: 980px) {
  .premium-v2-hero__copy { width: 70%; }
  .premium-v2-members__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .premium-v2-trust__inner { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .therasana-selection .home-search__panel--geo,.therasana-selection .premium-search-panel { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .therasana-selection .premium-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 720px) {
  .therasana-selection .site-header__inner { min-height: 78px; }
  .therasana-selection .site-header__cta { display: none !important; }
  .premium-v2-hero { min-height: 650px; align-items: end; }
  .premium-v2-hero__image { object-position: 64% center; }
  .premium-v2-hero__shade { background: linear-gradient(180deg,rgba(1,29,24,.15),rgba(1,29,24,.95) 55%,rgba(1,29,24,1)); }
  .premium-v2-hero__inner { width: calc(100% - 28px); padding: 14rem 0 8rem; }
  .premium-v2-hero__copy { width: 100%; }
  .premium-v2-hero h1 { font-size: clamp(2.7rem,13vw,4rem); }
  .premium-v2-search-shell { margin-top: -50px; }
  .premium-v2-search-shell__inner { width: calc(100% - 28px); padding: 1.2rem; border-radius: 16px; }
  .therasana-selection .home-search__panel--geo,.therasana-selection .premium-search-panel { grid-template-columns: minmax(0,1fr) !important; }
  .therasana-selection .home-search__panel--geo > *, .therasana-selection .premium-search-panel > * { grid-column: 1 !important; width: 100%; min-width: 0; }
  .therasana-selection .home-search__actions,.therasana-selection .premium-search-panel__actions { grid-template-columns: minmax(0,1fr); }
  .premium-v2-members { padding-top: 3.8rem; }
  .premium-v2-members__inner,.premium-v2-trust__inner,.therasana-selection .premium-page-hero__inner,.therasana-selection .premium-listing { width: calc(100% - 28px); }
  .premium-v2-members__heading { display: grid; align-items: start; }
  .premium-v2-members__grid,.premium-v2-trust__inner,.therasana-selection .premium-grid { grid-template-columns: minmax(0,1fr) !important; }
  .premium-v2-card__media,.therasana-selection .premium-card__image { height: 360px; }
  .therasana-selection .premium-page-hero { padding: 3.8rem 0 6.5rem; }
  .therasana-selection .premium-listing { margin-top: -3rem; }
}
