:root {
    --green:      #0e2a1c !important;
    --green-dark: #082819;
    --green-mid:  #134D36;
    --gold:       #C9A96E;
    --gold-light: #E8D4A8;
    --gold-dark:  #A8843E;
    --cream:      #F8F5F0;
    --cream-2:    #F0EBE3;
    --white:      #FFFFFF;
    --txt-dark:   #1A1A1A;
    --txt-mid:    #4A4A4A;
  }

  /* GENERIC */
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { font-family: "ProximaNovaRegular"; background: var(--cream); color: var(--txt-dark); overflow-x: hidden; }
  h1,h2,h3,h4,h5 { font-family: "BelyDisplayW00Regular";}
  img { display: block; }
  a { text-decoration: none; }
/* FONT*/
@font-face {
  font-family: "BelyDisplayW00Regular";
  src: url("../fonts/Bely/BelyDisplayW00Regular.eot");
  src: url("../fonts/Bely/BelyDisplayW00Regular.eot?#iefix")format("embedded-opentype"),
  url("../fonts/Bely/BelyDisplayW00Regular.woff2")format("woff2"),
  url("../fonts/Bely/BelyDisplayW00Regular.woff")format("woff"),
  url("../fonts/Bely/BelyDisplayW00Regular.ttf")format("truetype"),
  url("../fonts/Bely/BelyDisplayW00Regular.svg#BelyDisplayW00Regular")format("svg");
}

@font-face {
  font-family: "ProximaNovaRegular";
  src: url("../fonts/Proxima/ProximaNovaRegular.eot");
  src: url("../fonts/Proxima/ProximaNovaRegular.eot?#iefix")format("embedded-opentype"),
  url("../fonts/Proxima/ProximaNovaRegular.woff2")format("woff2"),
  url("../fonts/Proxima/ProximaNovaRegular.woff")format("woff"),
  url("../fonts/Proxima/ProximaNovaRegular.ttf")format("truetype"),
  url("../fonts/Proxima/ProximaNovaRegular.svg#ProximaNovaRegular")format("svg");
}
/* TOP BAR */
.top-bar { 
  background: var(--green-dark); 
  padding: 8px 0; 
  font-size: 14px;
  letter-spacing: .07em;
  color: var(--gold-light);
  border-bottom: 1px solid rgba(201,169,110,.2); 
}
.top-bar a {
  color: var(--gold-light);
}
.top-bar a:hover { 
  color: #fff;
}
.top-bar .sep {
  margin: 0 14px;
  opacity: .3;
}

/* NAVBAR */
.navbar {
  background: var(--green) !important;
  padding: 14px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(201,169,110,.15);
  transition: padding .3s, box-shadow .3s;
}
.navbar.scrolled {
  padding: 9px 0;
  box-shadow: 0 4px 24px rgba(0,0,0,.35);
}
.navbar-logo { 
  height: 105px;
  width: auto;
}
.nav-link {     
  font-size: 14px;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: white !important;
  padding: 6px 14px !important;
  transition: color .25s;
  font-weight: 600;
}
.nav-link:hover, .nav-link.active-nav {
  color: var(--gold) !important;
}
.btn-nav {
  font-size: 15px;
  letter-spacing: .13em;
  text-transform: uppercase;
  border: 1px solid var(--gold);
  color: var(--gold) !important;
  padding: 8px 22px !important;
  transition: all .3s;
}
.btn-nav:hover {
  background: var(--gold);
  color: var(--green) !important;
}
.navbar-toggler {
  border-color: rgba(201,169,110,.4);
}
.navbar-toggler-icon {
  filter: invert(1);
}

/* SHARED */
section {
  padding: 75px 0;
}
.sec-tag {
  display: block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 14px;
}
.sec-tag-light { 
  color: rgba(201,169,110,.65);
}
.sec-title {
    font-size: 2.6rem;
    font-weight: 100;
    line-height: 1.12;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.sec-title em {
  font-style: normal;
  color: var(--gold-dark);
}
.sec-title-w {
  color: #fff;
}
.sec-title-w em {
  color: var(--gold);
}
.divider {
  width: 36px;
  height: 2px;
  background: var(--gold);
  margin-bottom: 28px;
}
.divider-light {
  background: rgba(201,169,110,.45);
}
.body-txt {
  color: var(--txt-mid);
  line-height: 1.88;
  font-weight: 300;
  font-size: 17px;
}
.body-txt-light { 
  color: rgba(248,245,240,.7);
}
.btn-gold {
  display: inline-block; 
  background: var(--gold);
  color: var(--green-dark);
  padding: 14px 38px;
  font-size: 16px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 600;
  transition: background .3s, color .3s;
  border: none;
  cursor: pointer;
}
.btn-gold:hover {
  background: var(--gold-light);
  color: var(--green-dark);
}
.btn-outline-gold {
  display: inline-block;
  border: 1px solid rgba(201,169,110,.5);
  color: var(--gold-light);
  padding: 14px 38px;
  font-size: 16px;
  letter-spacing: .18em;
  text-transform: uppercase;
  transition: all .3s;
}
.btn-outline-gold:hover { 
border-color: var(--gold);
color: var(--gold);
}

/* HERO */
#hero {
   min-height: 100vh;
  background: linear-gradient(160deg, var(--green-dark) 0%, var(--green) 55%, #206348 100%);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero-bg { 
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 75% 45%, rgba(201,169,110,.08) 0%, transparent 60%), radial-gradient(ellipse at 15% 85%, rgba(201,169,110,.05) 0%, transparent 50%);
  pointer-events: none; }
.hero-grid { 
  position: absolute;
  inset: 0;
  opacity: .04;
  background-image: repeating-linear-gradient(0deg, var(--gold) 0,var(--gold) 1px, transparent 1px, transparent 60px), repeating-linear-gradient(90deg, var(--gold) 0, var(--gold) 1px, transparent 1px, transparent 60px);
  pointer-events: none;
}
.hero-badge { 
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: .68rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 28px;
  font-weight:600;
}
.hero-badge::before, .hero-badge::after { 
  content: '';
  width: 36px;
  height: 1px;
  background: var(--gold);
}
.hero-title {
  font-size: 3rem;
  font-weight: 100;
  line-height: 1.08;
  color: #fff;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.hero-title em {
  font-style: italic;
  color: var(--gold); }
.hero-sub {    
   font-family: "ProximaNovaRegular";
    font-size: clamp(1rem, 1.5vw, 1.3rem);
    color: var(--gold-light);
    font-weight: 300;
    margin-bottom: 32px;
    letter-spacing: 0;}
.hero-desc { font-size: 17px; color: rgba(248,245,240,.72); line-height: 1.85; max-width: 540px; margin-bottom: 44px; font-weight: 300; }
.hero-stats { display: flex; gap: 48px; margin-top: 60px; padding-top: 44px; border-top: 1px solid rgba(201,169,110,.2); }
.stat-num { font-family: "ProximaNovaRegular";    font-size: 2.2rem; font-weight: 300; color: var(--gold); line-height: 1; }
.stat-label { font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(248,245,240,.5); margin-top: 6px; }
.hero-img-wrap { position: relative; }
.hero-img-wrap img { width: 100%; height: 600px; object-fit: cover; filter: brightness(.82) contrast(1.05); position: relative; z-index: 1; }
.hero-img-frame { position: absolute; top: -20px; right: -20px; width: calc(100% + 20px); height: calc(100% + 20px); border: 1px solid rgba(201,169,110,.25); pointer-events: none; }

/* ABOUT */
#about { background: var(--cream); }
#about .side-img { width: 100%; height: 480px; object-fit: cover; }
.feat-box { display: flex; gap: 18px; align-items: flex-start; margin-bottom: 28px; }
.feat-icon { width: 44px; height: 44px; flex-shrink: 0; border: 1px solid var(--gold); color: var(--gold); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; }
.feat-title { 
  font-family: "ProximaNovaRegular";
    font-size: 1.15rem;
    font-weight: 400;
    color: var(--green);
    margin-bottom: 4px;
   }
.feat-text { font-size: .86rem; color: var(--txt-mid); line-height: 1.7; }

/* SERVICES */
#services { background: var(--green); }
.svc-card { border: 1px solid rgba(201,169,110,.18); height: 100%; display: flex; flex-direction: column; overflow: hidden; position: relative; transition: border-color .3s; }
.svc-card::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--gold); transition: width .4s; }
.svc-card:hover::after { width: 100%; }
.svc-card:hover { border-color: rgba(201,169,110,.45); }
.svc-card-img { width: 100%; height: 200px; object-fit: cover; flex-shrink: 0; filter: brightness(.72) saturate(.7); transition: transform .5s, filter .4s; }
.svc-card:hover .svc-card-img { transform: scale(1.05); filter: brightness(.85) saturate(.85); }
.svc-card-body { padding: 28px 28px 32px; flex: 1; display: flex; flex-direction: column; }
.svc-title {    
  font-family: "ProximaNovaRegular";
    font-size: 1.45rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 12px;
  }
.svc-text { font-size: 16px; color: rgba(248,245,240,.65); line-height: 1.8; }
.svc-list { list-style: none; padding: 0; margin-top: 16px; }
.svc-list li { font-size: 15px; color: rgba(248,245,240,.6); padding: 6px 0; border-bottom: 1px solid rgba(201,169,110,.1); display: flex; align-items: center; gap: 10px; }
.svc-list li::before { content: ''; width: 5px; height: 1px; background: var(--gold); flex-shrink: 0; }
.svc-cta { background: rgba(201,169,110,.1); border-color: rgba(201,169,110,.35) !important; padding: 40px 32px; height: 100%; display: flex; flex-direction: column; justify-content: center; }

/* WHY */
#why { background: var(--white); }
.why-item { display: flex; gap: 20px; align-items: flex-start; padding: 28px; border: 1px solid var(--cream-2); height: 100%; transition: border-color .3s; }
.why-item:hover { border-color: var(--gold); }
.why-num { 
  font-family: "BelyDisplayW00Regular";
    font-size: 2rem;
    font-weight: 100;
    color: var(--gold);
    line-height: 1;
    flex-shrink: 0;
    width: 44px;
  }
.why-title {     
  font-family: "ProximaNovaRegular";
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--green);
    margin-bottom: 6px; }
.why-text { font-size: .86rem; color: var(--txt-mid); line-height: 1.7; }

/* ASSIST — full bleed split, image stretches to text height */
#assist { background: var(--cream-2); padding: 0; }
.assist-row { display: flex; min-height: 500px; }
.assist-img-col { flex: 0 0 50%; position: relative; overflow: hidden; }
.assist-img-col img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.85) saturate(.85); }
.assist-txt-col { flex: 0 0 50%; padding: 96px 72px 96px 64px; background: var(--cream-2); }
.checklist { list-style: none; padding: 0; margin: 0; }
ul.checklist.mb-4.non-border li {
    color: rgb(255 255 255 / 61%);
    border-bottom: 0px;
}
.checklist li { display: flex; align-items: center; gap: 12px; font-size: 16px; color: var(--txt-mid); padding: 10px 0; border-bottom: 1px solid var(--cream); }
.checklist li i { color: var(--gold-dark); font-size: .9rem; flex-shrink: 0; }

/* TRANSPORT — full bleed split */
#transport, #about, #servicesVelaris, #nonpadd{ padding: 0; }
.transport-row { display: flex; min-height: 500px; }
.transport-txt-col { flex: 0 0 50%; padding: 96px 64px 96px 72px; background: var(--green-dark); }
.transport-img-col { flex: 0 0 50%; position: relative; overflow: hidden; }
.transport-img-col img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.7) saturate(.8); }
.t-feat { border-left: 2px solid rgba(201,169,110,.25); padding-left: 24px; margin-bottom: 32px; transition: border-color .3s; }
.t-feat:hover { border-left-color: var(--gold); }
.t-feat h4, .t-feat h3 { font-family: "ProximaNovaRegular", serif; font-size: 1.3rem; color: #fff; font-weight: 300; margin-bottom: 6px; }
.t-feat p { font-size: 16px; color: rgba(248,245,240,.6); line-height: 1.75; }

/* CONCIERGE */
#concierge { background: var(--white); }
.con-card { border: 1px solid var(--cream-2); height: 100%; display: flex; flex-direction: column; overflow: hidden; transition: border-color .3s, transform .3s; }
.con-card:hover { border-color: var(--gold); transform: translateY(-4px); }
.con-card-img { width: 100%; height: 220px; object-fit: cover; flex-shrink: 0; filter: brightness(.78) saturate(.75); transition: transform .5s, filter .4s; }
.con-card:hover .con-card-img { transform: scale(1.05); filter: brightness(.9) saturate(.9); }
.con-card-body { padding: 28px 24px 32px; flex: 1; }
.con-title { 
  font-family: "ProximaNovaRegular";
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--green);
    margin-bottom: 10px;
  }
.con-text { font-size:16px; color: var(--txt-mid); line-height: 1.7; }

/* CONTACT */
#contact { background: var(--green); }
.form-v { background: transparent; border: none; border-bottom: 1px solid rgba(201,169,110,.3); border-radius: 0; color: #fff; padding: 13px 0; font-family: 'Jost', sans-serif; font-size: .9rem; width: 100%; transition: border-color .3s; }
.form-v::placeholder { color: rgba(248,245,240,.35); }
.form-v:focus { outline: none; box-shadow: none; background: transparent; border-bottom-color: var(--gold); color: #fff; }
select.form-v { appearance: none; cursor: pointer; color: rgba(248,245,240,.4); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23C9A96E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right 4px center; background-size: 14px; }
select.form-v option { background: var(--green); color: #fff; }
.c-info { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.c-info i { color: var(--gold); font-size: 1rem; flex-shrink: 0; }
.c-info a, .c-info span { font-size: .9rem; color: rgba(248,245,240,.7); }
.c-info a:hover { color: var(--gold); }

/* FOOTER */
footer { background: var(--green-dark); border-top: 1px solid rgba(201,169,110,.12); padding: 72px 0 36px; }
.ft-logo { height: 130px; width: auto; margin-bottom: 18px; }
.ft-desc { font-size: .84rem; color: rgba(248,245,240,.5); line-height: 1.85; margin-bottom: 24px; font-weight: 300; }
.ft-head { font-size: .65rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.ft-links { list-style: none; padding: 0; }
.ft-links li { margin-bottom: 9px; }
.ft-links a { font-size: 16px; color: rgba(248,245,240,.5); transition: color .2s; }
.ft-links a:hover { color: var(--gold); }
.ft-bottom { border-top: 1px solid rgba(201,169,110,.1); margin-top: 52px; padding-top: 24px; font-size: .75rem; color: rgba(248,245,240,.3); }
.social-links { display: flex; gap: 10px; }
.sl { width: 36px; height: 36px; border: 1px solid rgba(201,169,110,.25); display: flex; align-items: center; justify-content: center; color: rgba(248,245,240,.5); font-size: .85rem; transition: all .3s; }
.sl:hover { border-color: var(--gold); color: var(--gold); }

/* ANIMATIONS */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity .7s ease, transform .7s ease; }
.reveal.on { opacity: 1; transform: none; }
.rv1 { transition-delay: .1s; }
.rv2 { transition-delay: .2s; }
.rv3 { transition-delay: .3s; }
.rv4 { transition-delay: .4s; }
/* Channel cards */
  .cta-channel-card {
    display: flex; flex-direction: column; align-items: flex-start;
    padding: 36px 32px; height: 100%;
    border: 1px solid rgba(248,245,240,.1);
    background: rgba(8,40,25,.55);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    text-decoration: none;
    transition: border-color .3s, transform .3s, background .3s;
    cursor: pointer;
  }
  .cta-channel-card:hover {
    border-color: rgba(201,169,110,.5);
    background: rgba(8,40,25,.72);
    transform: translateY(-6px);
  }
  .cta-channel-card--featured {
    border-color: rgba(201,169,110,.35);
    background: rgba(13,61,42,.65);
  }
  .cta-channel-icon {
    width: 56px; height: 56px;
    border: 1px solid;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 24px;
    transition: transform .3s;
  }
  .cta-channel-card:hover .cta-channel-icon { transform: scale(1.1); }
  .cta-channel-label {
    font-size: .65rem; letter-spacing: .22em; text-transform: uppercase;
    color: rgba(248,245,240,.45); margin-bottom: 8px;
  }
  .cta-channel-value {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem; font-weight: 600; color: #fff;
    margin-bottom: 10px; line-height: 1.2;
  }
  .cta-channel-desc {
    font-size: .82rem; color: rgba(248,245,240,.5);
    line-height: 1.6; margin-bottom: 28px; flex: 1;
  }
  .cta-channel-btn {
    display: inline-flex; align-items: center;
    padding: 11px 24px; font-size: .72rem;
    letter-spacing: .12em; text-transform: uppercase;
    font-weight: 600; transition: opacity .3s;
  }
  .cta-channel-card:hover .cta-channel-btn { opacity: .85; }

/* UP TO TOP */
#toTop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background: #c9a96e;
  color: #122d22;
  font-size: 22px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
}
/* RGPD */
#rgpd {
  background: var(--cream);
  border-top: 1px solid var(--cream-2);
}

.rgpd-box {
  border: 1px solid var(--cream-2);
  padding: 36px 32px;
  height: 100%;
  transition: border-color .3s, transform .3s;
  background: var(--white);
}

.rgpd-box:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
}

.rgpd-box h4 {
  font-family: "ProximaNovaRegular";
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--green);
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.rgpd-box p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--txt-mid);
}
/* RESPONSIVE */
@media (max-width: 991px) {
  .assist-row, .transport-row { flex-direction: column; }
  .assist-img-col, .transport-img-col { flex: none; height: 320px; position: relative; }
  .assist-img-col img, .transport-img-col img { position: absolute; }
  .assist-txt-col, .transport-txt-col { flex: none; padding: 60px 32px; }
}
@media (max-width: 768px) {
  section { padding: 70px 0; }
  .top-bar {
    display: none;
}
  .hero-stats { gap: 24px; flex-wrap: wrap; }
  .hero-title { font-size: 2.3rem; }
  .sec-title {
    font-size: 2rem;
  }
}


