/* APPV1_FRONTEND_LIVE_HOMEPAGE_HOTFIX_R6G_20260905
   Live CMS-slider authority + cache-busted homepage luxury correction.
*/
:root{
  --gt-r6g-navy:#0e2743;
  --gt-r6g-navy-2:#173b63;
  --gt-r6g-ivory:#fffdf8;
  --gt-r6g-gold:#d2b06f;
  --gt-r6g-line:#e6dac5;
  --gt-r6g-muted:#756c61;
}

/* === REAL LIVE CMS HERO STRUCTURE === */
.gt-home-hero{
  position:relative!important;
  width:100%!important;
  overflow:hidden!important;
  background:var(--gt-r6g-navy)!important;
}
.gt-home-hero .gt-hero-track{
  position:relative!important;
  width:100%!important;
  min-height:clamp(620px,76vh,820px)!important;
}
.gt-home-hero .gt-hero-slide{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  min-height:clamp(620px,76vh,820px)!important;
  overflow:hidden!important;
  display:none!important;
}
.gt-home-hero .gt-hero-slide.is-active{
  display:block!important;
}
.gt-home-hero .gt-responsive-banner-media{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  z-index:0!important;
}
.gt-home-hero .gt-banner-media-element{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  display:block!important;
}
.gt-home-hero .gt-hero-shade{
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  pointer-events:none!important;
  background:linear-gradient(90deg,rgba(7,24,43,.93) 0%,rgba(7,24,43,.77) 29%,rgba(7,24,43,.40) 48%,rgba(7,24,43,.10) 68%,rgba(7,24,43,0) 100%)!important;
}
.gt-home-hero .gt-hero-content{
  position:absolute!important;
  inset:0 auto 0 0!important;
  z-index:2!important;
  width:min(720px,48vw)!important;
  max-width:720px!important;
  min-height:100%!important;
  margin:0!important;
  padding:clamp(70px,7vw,120px) 0 clamp(70px,7vw,120px) clamp(58px,7vw,128px)!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:flex-start!important;
  box-sizing:border-box!important;
  background:transparent!important;
  color:#fff!important;
}
.gt-home-hero .gt-eyebrow{
  color:#ead9b7!important;
  font-size:12px!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
  margin:0 0 14px!important;
}
.gt-home-hero .gt-hero-title{
  color:#fff!important;
  font-size:clamp(52px,4.7vw,78px)!important;
  line-height:.96!important;
  max-width:10ch!important;
  margin:0!important;
  text-shadow:0 2px 18px rgba(0,0,0,.16)!important;
}
.gt-home-hero .gt-r6g-hero-copy{
  color:rgba(255,255,255,.86)!important;
  font-size:17px!important;
  line-height:1.5!important;
  max-width:33rem!important;
  margin:18px 0 0!important;
}
.gt-home-hero .gt-hero-actions{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  align-items:center!important;
  margin-top:26px!important;
}
.gt-home-hero .gt-managed-banner-btn,
.gt-home-hero .gt-r6g-hero-btn{
  min-height:46px!important;
  padding:12px 18px!important;
  border-radius:4px!important;
  border:1px solid rgba(255,255,255,.72)!important;
  background:rgba(255,255,255,.04)!important;
  color:#fff!important;
  text-decoration:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.gt-home-hero .gt-r6g-hero-btn.is-primary{
  background:#fff!important;
  color:var(--gt-r6g-navy)!important;
  border-color:#fff!important;
}
.gt-home-hero .gt-r6g-hero-link{
  color:#f1dfbd!important;
  text-decoration:none!important;
  padding:10px 2px!important;
}

/* === IMAGE-LED JOURNEY CARDS === */
.gt-r6g-start-section{
  padding:clamp(50px,5.5vw,78px) 20px!important;
  background:var(--gt-r6g-ivory)!important;
}
.gt-r6g-section-heading{
  max-width:720px;
  margin:0 auto 28px;
  text-align:center;
}
.gt-r6g-section-heading .gt-r6g-kicker{
  margin:0 0 7px;
  color:#9a7940;
  font-size:12px;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.gt-r6g-section-heading h2{
  margin:0;
  color:var(--gt-r6g-navy-2);
  font-size:clamp(38px,4vw,54px);
  line-height:.98;
}
.gt-r6g-section-heading p:last-child{
  max-width:46ch;
  margin:12px auto 0;
  color:var(--gt-r6g-muted);
  font-size:16px;
  line-height:1.5;
}
.gt-r6g-start-grid{
  width:min(1180px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.gt-r6g-start-card{
  min-width:0;
  overflow:hidden;
  border:1px solid var(--gt-r6g-line);
  border-radius:18px;
  background:#fff;
  color:var(--gt-r6g-navy-2);
  text-decoration:none;
  box-shadow:0 14px 34px rgba(14,39,67,.05);
}
.gt-r6g-start-card img{
  width:100%;
  aspect-ratio:16/9;
  display:block;
  object-fit:cover;
}
.gt-r6g-start-card-body{
  padding:18px 18px 20px;
}
.gt-r6g-start-card-body strong{
  display:block;
  font-size:25px;
  line-height:1;
  font-weight:500;
}
.gt-r6g-start-card-body small{
  display:block;
  margin-top:8px;
  color:var(--gt-r6g-muted);
  font-size:14px;
  line-height:1.35;
}
.gt-r6g-start-card.is-studio{
  background:linear-gradient(145deg,#fffaf1,#f4eadb);
}

/* === STUDIO BANNER WITH REAL IMAGES === */
.gt-r6g-studio-banner{
  width:min(1220px,calc(100% - 40px));
  margin:0 auto clamp(54px,6vw,88px);
  padding:clamp(40px,5vw,70px)!important;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);
  gap:30px;
  align-items:center;
  border-radius:24px;
  background:var(--gt-r6g-navy)!important;
  color:#fff;
  overflow:hidden;
}
.gt-r6g-studio-copy .gt-r6g-kicker{
  color:#ead8b4;
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.gt-r6g-studio-copy h2{
  margin:8px 0 18px;
  color:#fff;
  font-size:clamp(42px,4vw,62px);
  line-height:.98;
  max-width:10ch;
}
.gt-r6g-studio-copy>p:not(.gt-r6g-kicker){
  color:rgba(255,255,255,.82);
  font-size:17px;
  line-height:1.52;
  max-width:38rem;
}
.gt-r6g-studio-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  margin-top:23px;
}
.gt-r6g-studio-actions a,
.gt-r6g-studio-actions span{
  min-height:46px;
  padding:12px 18px;
  border-radius:4px;
  border:1px solid rgba(255,255,255,.66);
  color:#fff;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.gt-r6g-studio-actions .is-disabled{
  background:#fff;
  color:var(--gt-r6g-navy);
  border-color:#fff;
  opacity:.88;
}
.gt-r6g-studio-visual{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.gt-r6g-studio-image-card{
  position:relative;
  min-height:280px;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.15);
}
.gt-r6g-studio-image-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.gt-r6g-studio-image-card span{
  position:absolute;
  left:14px;
  bottom:12px;
  color:#fff;
  font-size:10px;
  letter-spacing:.12em;
  text-transform:uppercase;
  text-shadow:0 1px 5px rgba(0,0,0,.55);
}

@media(max-width:760px){
  .gt-home-hero .gt-hero-track,
  .gt-home-hero .gt-hero-slide{
    min-height:clamp(560px,78vh,700px)!important;
  }
  .gt-home-hero .gt-hero-shade{
    background:linear-gradient(0deg,rgba(6,22,39,.93) 0%,rgba(6,22,39,.72) 38%,rgba(6,22,39,.18) 68%,rgba(6,22,39,.04) 100%)!important;
  }
  .gt-home-hero .gt-banner-media-element{
    object-position:center center!important;
  }
  .gt-home-hero .gt-hero-content{
    inset:auto 0 0 0!important;
    width:100%!important;
    max-width:none!important;
    min-height:auto!important;
    padding:30px 20px 34px!important;
    justify-content:flex-end!important;
  }
  .gt-home-hero .gt-hero-title{
    font-size:clamp(42px,11vw,58px)!important;
    max-width:9.5ch!important;
  }
  .gt-home-hero .gt-r6g-hero-copy{
    font-size:15px!important;
    max-width:33ch!important;
  }
  .gt-r6g-start-section{
    padding:40px 12px!important;
  }
  .gt-r6g-start-grid{
    grid-template-columns:1fr 1fr;
    gap:8px;
  }
  .gt-r6g-start-card{
    border-radius:14px;
  }
  .gt-r6g-start-card img{
    aspect-ratio:4/3;
  }
  .gt-r6g-start-card-body{
    padding:13px 12px 15px;
  }
  .gt-r6g-start-card-body strong{
    font-size:19px;
  }
  .gt-r6g-start-card-body small{
    font-size:12px;
  }
  .gt-r6g-studio-banner{
    width:calc(100% - 24px);
    grid-template-columns:1fr;
    padding:28px 20px!important;
    gap:20px;
    border-radius:18px;
  }
  .gt-r6g-studio-copy h2{
    font-size:38px;
    max-width:11ch;
  }
  .gt-r6g-studio-copy>p:not(.gt-r6g-kicker){
    font-size:15px;
  }
  .gt-r6g-studio-image-card{
    min-height:180px;
  }
}
