.elementor-66 .elementor-element.elementor-element-3cda304{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-66 .elementor-element.elementor-element-893b294{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-66 .elementor-element.elementor-element-04eebc6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2c5fd89 */.ghesf-team-luxe-page{
  --bg:#f4f0e8;
  --bg-soft:#faf6ef;
  --surface:#ffffff;
  --surface-soft:#fcfaf5;
  --text:#23344d;
  --text-soft:#6f7b8d;
  --heading:#142742;
  --line:rgba(20,39,66,.10);
  --gold:#c8a15c;
  --gold-deep:#aa8344;
  --navy:#0f223b;
  --navy-deep:#091729;
  --shadow:0 30px 80px rgba(10,20,36,.08);
  --container:1240px;
  --container-narrow:920px;

  font-family:"Inter","Helvetica Neue",Arial,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at top left, rgba(200,161,92,.08), transparent 18%),
    linear-gradient(180deg,#f6f2ea 0%, #f1ede5 100%);
}

.ghesf-team-luxe-page *{
  box-sizing:border-box;
}

.ghesf-team-luxe-page img{
  display:block;
  max-width:100%;
}

.ghesf-team-luxe-container{
  width:min(var(--container), calc(100% - 48px));
  margin:0 auto;
}

.ghesf-team-luxe-container--narrow{
  width:min(var(--container-narrow), calc(100% - 48px));
  margin:0 auto;
}

.ghesf-team-luxe-hero h1,
.ghesf-team-luxe-intro h2,
.ghesf-team-luxe-panel h2,
.ghesf-team-luxe-cta__content h2{
  font-family:"Cormorant Garamond","Georgia","Times New Roman",serif;
  letter-spacing:-0.02em;
}

.ghesf-team-luxe-label{
  display:inline-flex;
  align-items:center;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(200,161,92,.10);
  color:var(--gold-deep);
  border:1px solid rgba(200,161,92,.20);
  font-size:12px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.ghesf-team-luxe-label--light{
  color:#fff;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(10px);
}

/* HERO */

.ghesf-team-luxe-hero{
  position:relative;
  min-height:100vh;
  width:100%;
  overflow:hidden;
  isolation:isolate;
  display:flex;
  align-items:center;
}

.ghesf-team-luxe-hero__media{
  position:absolute;
  inset:0;
  z-index:-5;
  overflow:hidden;
}

.ghesf-team-luxe-hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.08);
  filter:saturate(.92) contrast(1.03);
  animation:ghesfTeamHeroParallax 16s ease-in-out infinite alternate;
}

.ghesf-team-luxe-hero__overlay{
  position:absolute;
  inset:0;
  z-index:-4;
  background:
    linear-gradient(90deg, rgba(7,16,30,.86) 0%, rgba(7,16,30,.64) 42%, rgba(7,16,30,.38) 100%),
    linear-gradient(180deg, rgba(7,16,30,.18) 0%, rgba(7,16,30,.28) 100%);
}

.ghesf-team-luxe-hero__grain{
  position:absolute;
  inset:0;
  z-index:-3;
  background:
    radial-gradient(circle at 16% 24%, rgba(200,161,92,.18), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(255,255,255,.06), transparent 14%);
  pointer-events:none;
  animation:ghesfTeamGlowShift 8s ease-in-out infinite alternate;
}

.ghesf-team-luxe-hero__inner{
  width:100%;
  padding:120px 56px 90px;
}

.ghesf-team-luxe-hero__grid{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(300px,.55fr);
  gap:52px;
  align-items:end;
}

.ghesf-team-luxe-hero__content{
  position:relative;
  max-width:860px;
  color:#fff;
  padding-left:34px;
}

.ghesf-team-luxe-hero__line{
  position:absolute;
  left:0;
  top:8px;
  width:1px;
  height:260px;
  background:linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(200,161,92,.95) 28%, rgba(255,255,255,.45) 100%);
  transform-origin:top;
  animation:ghesfTeamVerticalLine 1.4s cubic-bezier(.22,.61,.36,1) both;
}

.ghesf-team-luxe-hero__content::before{
  content:"";
  position:absolute;
  left:-40px;
  top:80px;
  width:340px;
  height:340px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(200,161,92,.22) 0%, rgba(200,161,92,.10) 28%, rgba(200,161,92,0) 72%);
  filter:blur(28px);
  pointer-events:none;
  animation:ghesfTeamGoldenAura 7s ease-in-out infinite alternate;
}

.ghesf-team-luxe-hero__label{
  opacity:0;
  animation:ghesfTeamFadeUp .8s cubic-bezier(.22,.61,.36,1) .15s forwards;
}

.ghesf-team-luxe-hero h1{
  margin:26px 0 18px;
  color:#fff;
  font-size:clamp(58px, 8vw, 108px);
  line-height:.92;
  font-weight:600;
}

.ghesf-team-luxe-hero__title{
  display:block;
  opacity:0;
  transform:translateY(24px);
  filter:blur(6px);
  animation:ghesfTeamWordReveal .9s cubic-bezier(.22,.61,.36,1) forwards;
}

.ghesf-team-luxe-hero__title:nth-child(1){ animation-delay:.14s; }
.ghesf-team-luxe-hero__title:nth-child(2){ animation-delay:.34s; }
.ghesf-team-luxe-hero__title:nth-child(3){ animation-delay:.54s; }

.ghesf-team-luxe-hero__lead{
  max-width:760px;
  margin:0 0 16px;
  color:rgba(255,255,255,.95);
  font-size:clamp(21px, 2vw, 28px);
  line-height:1.6;
  font-weight:500;
  opacity:0;
  animation:ghesfTeamFadeUp 1s cubic-bezier(.22,.61,.36,1) 1.0s forwards;
}

.ghesf-team-luxe-hero__text{
  max-width:720px;
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:18px;
  line-height:1.9;
  opacity:0;
  animation:ghesfTeamFadeUp 1s cubic-bezier(.22,.61,.36,1) 1.18s forwards;
}

.ghesf-team-luxe-hero__indicators{
  display:flex;
  flex-direction:column;
  gap:18px;
  align-self:end;
  opacity:0;
  animation:ghesfTeamFadeUp 1s cubic-bezier(.22,.61,.36,1) 1.5s forwards;
}

.ghesf-team-luxe-indicator{
  display:grid;
  grid-template-columns:56px 1fr;
  gap:16px;
  padding:18px 18px 18px 0;
  border-top:1px solid rgba(255,255,255,.12);
  color:#fff;
  transition:transform .35s ease, border-color .35s ease;
}

.ghesf-team-luxe-indicator:hover{
  transform:translateX(8px);
  border-top-color:rgba(255,255,255,.24);
}

.ghesf-team-luxe-indicator__num{
  color:rgba(200,161,92,.98);
  font-size:18px;
  font-weight:700;
  letter-spacing:.08em;
}

.ghesf-team-luxe-indicator strong{
  display:block;
  margin-bottom:6px;
  font-size:15px;
  font-weight:700;
  color:#fff;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.ghesf-team-luxe-indicator p{
  margin:0;
  color:rgba(255,255,255,.72);
  font-size:15px;
  line-height:1.7;
}

.ghesf-team-luxe-hero__fade{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:180px;
  background:linear-gradient(180deg, rgba(244,240,232,0) 0%, rgba(244,240,232,1) 100%);
  z-index:-1;
}

/* SHELL */

.ghesf-team-luxe-shell{
  position:relative;
  margin-top:-34px;
  padding:0 18px 100px;
}

.ghesf-team-luxe-shell__inner{
  max-width:1380px;
  margin:0 auto;
  background:rgba(255,255,255,.84);
  border:1px solid rgba(255,255,255,.72);
  border-radius:42px;
  box-shadow:var(--shadow);
  backdrop-filter:blur(10px);
  overflow:hidden;
}

/* BUTTONS */

.ghesf-team-luxe-btn{
  position:relative;
  overflow:hidden;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 24px;
  border-radius:999px;
  text-decoration:none;
  font-size:15px;
  font-weight:700;
  transition:transform .35s ease, background .35s ease, border-color .35s ease, color .35s ease, box-shadow .35s ease;
}

.ghesf-team-luxe-btn:hover{
  transform:translateY(-2px);
}

.ghesf-team-luxe-btn::after{
  content:"";
  position:absolute;
  top:0;
  left:-120%;
  width:70%;
  height:100%;
  background:linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.16) 50%, rgba(255,255,255,0) 100%);
  transform:skewX(-22deg);
  transition:left .8s ease;
}

.ghesf-team-luxe-btn:hover::after{
  left:150%;
}

.ghesf-team-luxe-btn--gold{
  color:#fff;
  background:linear-gradient(135deg,var(--gold) 0%, var(--gold-deep) 100%);
  box-shadow:0 16px 34px rgba(200,161,92,.26);
}

.ghesf-team-luxe-btn--gold:hover{
  color:#fff;
  box-shadow:0 20px 42px rgba(200,161,92,.34);
}

.ghesf-team-luxe-btn--outline{
  color:var(--heading);
  background:transparent;
  border:1px solid rgba(20,39,66,.14);
}

.ghesf-team-luxe-btn--outline:hover{
  color:var(--gold-deep);
  border-color:rgba(200,161,92,.40);
}

/* SECTIONS */

.ghesf-team-luxe-section{
  position:relative;
  padding:110px 0;
}

.ghesf-team-luxe-section + .ghesf-team-luxe-section{
  border-top:1px solid var(--line);
}

.ghesf-team-luxe-section--intro{
  background:linear-gradient(180deg,#fffdf9 0%, #ffffff 100%);
}

.ghesf-team-luxe-section--soft{
  background:linear-gradient(180deg,#fcfaf6 0%, #faf7f1 100%);
}

.ghesf-team-luxe-section--last{
  padding-bottom:120px;
}

.ghesf-team-luxe-intro{
  text-align:center;
}

.ghesf-team-luxe-intro h2{
  margin:18px 0 16px;
  color:var(--heading);
  font-size:clamp(42px, 4vw, 66px);
  line-height:1.02;
  font-weight:600;
}

.ghesf-team-luxe-intro p{
  max-width:780px;
  margin:0 auto;
  color:var(--text-soft);
  font-size:19px;
  line-height:1.95;
}

.ghesf-team-luxe-intro h2::after,
.ghesf-team-luxe-panel h2::after,
.ghesf-team-luxe-cta__content h2::after{
  content:"";
  display:block;
  width:74px;
  height:1px;
  margin-top:14px;
  background:linear-gradient(90deg, var(--gold-deep), rgba(200,161,92,.14));
}

/* GRID CARDS */

.ghesf-team-luxe-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
}

.ghesf-team-luxe-card{
  position:relative;
  padding:34px 28px 30px;
  border-radius:30px;
  background:#fff;
  border:1px solid rgba(20,39,66,.08);
  box-shadow:0 14px 34px rgba(10,20,36,.05);
  text-align:center;
  transition:transform .4s ease, box-shadow .4s ease, border-color .4s ease;
  animation:ghesfTeamCardAppear 1s ease both;
}

.ghesf-team-luxe-card:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 54px rgba(10,20,36,.10);
  border-color:rgba(200,161,92,.24);
}

.ghesf-team-luxe-card--featured{
  background:linear-gradient(180deg,#fff 0%, #fcf8f1 100%);
}

.ghesf-team-luxe-card__avatar{
  position:relative;
  width:150px;
  height:150px;
  margin:0 auto 22px;
  border-radius:50%;
  padding:6px;
  background:linear-gradient(135deg, rgba(200,161,92,.75) 0%, rgba(255,255,255,.95) 55%, rgba(200,161,92,.45) 100%);
  box-shadow:0 18px 34px rgba(10,20,36,.08);
  overflow:hidden;
}

.ghesf-team-luxe-card__avatar::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.75);
  pointer-events:none;
}

.ghesf-team-luxe-card__avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:50%;
  transition:transform .9s ease, filter .6s ease;
}

.ghesf-team-luxe-card:hover .ghesf-team-luxe-card__avatar img{
  transform:scale(1.05);
  filter:saturate(1.03) contrast(1.02);
}

.ghesf-team-luxe-card__role{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:0 14px;
  margin-bottom:12px;
  border-radius:999px;
  background:rgba(200,161,92,.12);
  color:var(--gold-deep);
  font-size:12px;
  font-weight:700;
  letter-spacing:.10em;
  text-transform:uppercase;
}

.ghesf-team-luxe-card__body h3{
  margin:0 0 12px;
  color:var(--heading);
  font-size:24px;
  line-height:1.2;
  font-weight:800;
}

.ghesf-team-luxe-card__body p{
  margin:0;
  color:var(--text-soft);
  font-size:16px;
  line-height:1.85;
}

/* PANEL */

.ghesf-team-luxe-panel{
  padding:64px 56px;
  border-radius:36px;
  background:
    radial-gradient(circle at top left, rgba(200,161,92,.18), transparent 22%),
    linear-gradient(135deg,var(--navy) 0%, var(--navy-deep) 100%);
  box-shadow:0 26px 60px rgba(9,23,41,.18);
  transition:transform .45s ease, box-shadow .45s ease;
}

.ghesf-team-luxe-panel:hover{
  transform:translateY(-4px);
  box-shadow:0 30px 70px rgba(9,23,41,.22);
}

.ghesf-team-luxe-panel h2{
  margin:18px 0 14px;
  color:#fff;
  font-size:clamp(40px, 4vw, 62px);
  line-height:1.02;
  font-weight:600;
}

.ghesf-team-luxe-panel p{
  margin:0 0 18px;
  color:rgba(255,255,255,.82);
  font-size:18px;
  line-height:1.9;
  max-width:920px;
}

.ghesf-team-luxe-panel p:last-child{
  margin-bottom:0;
}

.ghesf-team-luxe-panel h2::after{
  background:linear-gradient(90deg, rgba(255,255,255,.78), rgba(200,161,92,.26));
}

/* CTA */

.ghesf-team-luxe-cta{
  display:grid;
  grid-template-columns:1fr auto;
  gap:28px;
  align-items:center;
  padding:40px 0 0;
  border-top:1px solid rgba(20,39,66,.12);
}

.ghesf-team-luxe-cta__content h2{
  margin:18px 0 12px;
  color:var(--heading);
  font-size:clamp(34px,4vw,54px);
  line-height:1.02;
  font-weight:600;
}

.ghesf-team-luxe-cta__content p{
  max-width:760px;
  margin:0;
  color:var(--text-soft);
  font-size:17px;
  line-height:1.9;
}

.ghesf-team-luxe-cta__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

/* ANIMATIONS */

.ghesf-team-luxe-grid .ghesf-team-luxe-card:nth-child(1){ animation-delay:.04s; }
.ghesf-team-luxe-grid .ghesf-team-luxe-card:nth-child(2){ animation-delay:.10s; }
.ghesf-team-luxe-grid .ghesf-team-luxe-card:nth-child(3){ animation-delay:.16s; }
.ghesf-team-luxe-grid .ghesf-team-luxe-card:nth-child(4){ animation-delay:.22s; }
.ghesf-team-luxe-grid .ghesf-team-luxe-card:nth-child(5){ animation-delay:.28s; }
.ghesf-team-luxe-grid .ghesf-team-luxe-card:nth-child(6){ animation-delay:.34s; }
.ghesf-team-luxe-grid .ghesf-team-luxe-card:nth-child(7){ animation-delay:.40s; }
.ghesf-team-luxe-grid .ghesf-team-luxe-card:nth-child(8){ animation-delay:.46s; }
.ghesf-team-luxe-grid .ghesf-team-luxe-card:nth-child(9){ animation-delay:.52s; }

@keyframes ghesfTeamFadeUp{
  0%{
    opacity:0;
    transform:translateY(28px);
  }
  100%{
    opacity:1;
    transform:translateY(0);
  }
}

@keyframes ghesfTeamWordReveal{
  0%{
    opacity:0;
    transform:translateY(24px);
    filter:blur(6px);
  }
  100%{
    opacity:1;
    transform:translateY(0);
    filter:blur(0);
  }
}

@keyframes ghesfTeamVerticalLine{
  0%{
    opacity:0;
    transform:scaleY(0);
  }
  100%{
    opacity:1;
    transform:scaleY(1);
  }
}

@keyframes ghesfTeamGoldenAura{
  0%{
    opacity:.75;
    transform:scale(1) translateY(0);
  }
  100%{
    opacity:1;
    transform:scale(1.06) translateY(-8px);
  }
}

@keyframes ghesfTeamGlowShift{
  0%{
    opacity:.78;
    transform:translate3d(0,0,0) scale(1);
  }
  100%{
    opacity:1;
    transform:translate3d(0,-8px,0) scale(1.03);
  }
}

@keyframes ghesfTeamHeroParallax{
  0%{
    transform:scale(1.08) translate3d(0,0,0);
  }
  100%{
    transform:scale(1.14) translate3d(-10px,-8px,0);
  }
}

@keyframes ghesfTeamCardAppear{
  0%{
    opacity:0;
    transform:translateY(20px);
  }
  100%{
    opacity:1;
    transform:translateY(0);
  }
}

/* RESPONSIVE */

@media (max-width:1100px){
  .ghesf-team-luxe-hero__grid,
  .ghesf-team-luxe-cta,
  .ghesf-team-luxe-grid{
    grid-template-columns:1fr;
  }

  .ghesf-team-luxe-hero__indicators{
    max-width:760px;
  }
}

@media (max-width:820px){
  .ghesf-team-luxe-container,
  .ghesf-team-luxe-container--narrow{
    width:min(100% - 32px, var(--container));
  }

  .ghesf-team-luxe-hero__inner{
    padding:96px 16px 76px;
  }

  .ghesf-team-luxe-hero__content{
    padding-left:22px;
  }

  .ghesf-team-luxe-hero__line{
    height:180px;
  }

  .ghesf-team-luxe-hero h1{
    font-size:58px;
  }

  .ghesf-team-luxe-shell{
    margin-top:-18px;
    padding:0 10px 70px;
  }

  .ghesf-team-luxe-shell__inner{
    border-radius:26px;
  }

  .ghesf-team-luxe-section{
    padding:80px 0;
  }

  .ghesf-team-luxe-panel{
    padding:32px 24px;
  }
}

@media (max-width:580px){
  .ghesf-team-luxe-hero h1{
    font-size:44px;
    line-height:1;
  }

  .ghesf-team-luxe-hero__lead{
    font-size:19px;
  }

  .ghesf-team-luxe-intro h2,
  .ghesf-team-luxe-panel h2,
  .ghesf-team-luxe-cta__content h2{
    font-size:38px;
  }

  .ghesf-team-luxe-card{
    padding:28px 22px 26px;
  }

  .ghesf-team-luxe-card__avatar{
    width:130px;
    height:130px;
  }

  .ghesf-team-luxe-hero__content::before{
    width:220px;
    height:220px;
    left:-20px;
    top:90px;
  }
}

@media (prefers-reduced-motion: reduce){
  *,
  *::before,
  *::after{
    animation:none !important;
    transition:none !important;
    scroll-behavior:auto !important;
  }

  .ghesf-team-luxe-hero__title,
  .ghesf-team-luxe-hero__lead,
  .ghesf-team-luxe-hero__text,
  .ghesf-team-luxe-hero__indicators,
  .ghesf-team-luxe-hero__label{
    opacity:1 !important;
    transform:none !important;
    filter:none !important;
  }
}/* End custom CSS */