/* JIHO Prestige — main hero slider and home section helpers. */
.ddgg-prestige .landing{display:block}
.ddgg-prestige .section{padding:88px 0}
.ddgg-prestige .section.tight{padding:56px 0}
.ddgg-prestige .section.alt{background:var(--pr-surface)}
.ddgg-prestige .section-head{max-width:760px;margin:0 auto 48px;text-align:center}
.ddgg-prestige .section-head.left{margin-left:0;text-align:left}
.ddgg-prestige .section-head h2{font-size:clamp(30px,4.2vw,48px);letter-spacing:-.03em}
.ddgg-prestige .section-head p{margin-top:14px;font-size:16px;color:var(--pr-text-muted)}
.ddgg-prestige .reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.6,.2,1)}
.ddgg-prestige .reveal.in{opacity:1;transform:none}

/* Main visual */
.ddgg-prestige .hero{position:relative;min-height:100vh;color:#fff;overflow:hidden;background:#101722}
.ddgg-prestige .hero.hero-large{min-height:78vh}
.ddgg-prestige .hero.hero-compact{min-height:62vh}
.ddgg-prestige .hero-slides{position:absolute;inset:0}
.ddgg-prestige .hero-slide{position:absolute;inset:0;display:flex;align-items:flex-end;opacity:0;visibility:hidden;transform:scale(1.015);transition:opacity .9s ease,visibility .9s ease,transform 6s ease;z-index:0}
.ddgg-prestige .hero-slide.is-active{opacity:1;visibility:visible;transform:scale(1);z-index:1}
.ddgg-prestige .hero-bg{position:absolute;inset:0;z-index:0;background:#182233}
.ddgg-prestige .hero-bg img{width:100%;height:100%;object-fit:cover}
.ddgg-prestige .hero-bg::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,12,23,.78) 0%,rgba(7,12,23,.55) 42%,rgba(7,12,23,.22) 74%,rgba(7,12,23,.4) 100%)}
.ddgg-prestige .hero-bg.placeholder{background:radial-gradient(120% 80% at 70% 10%,color-mix(in srgb,var(--pr-accent) 30%,var(--pr-surface)) 0%,#101722 70%)}
.ddgg-prestige .hero-inner{position:relative;z-index:2;max-width:var(--pr-container-wide);width:100%;margin:0 auto;padding:0 var(--pr-gutter) clamp(92px,13vh,150px)}
.ddgg-prestige .hero-brand{margin-bottom:18px;font-size:13px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.72)}
.ddgg-prestige .hero h1{font-family:var(--pr-font-sans);font-weight:800;font-size:clamp(42px,6.2vw,84px);line-height:1.08;letter-spacing:-.045em;text-shadow:0 3px 32px rgba(0,0,0,.38);max-width:15ch}
.ddgg-prestige .hero .lede{margin-top:24px;font-size:clamp(16px,1.7vw,21px);line-height:1.65;color:rgba(255,255,255,.9);max-width:58ch}
.ddgg-prestige .hero-cta{margin-top:34px;display:flex;flex-wrap:wrap;gap:12px}
.ddgg-prestige .hero-cta .btn-outline{color:#fff;border-color:rgba(255,255,255,.52);background:rgba(0,0,0,.08)}
.ddgg-prestige .hero-cta .btn-outline:hover{border-color:#fff;background:rgba(255,255,255,.12);color:#fff}
.ddgg-prestige .hero-controls{position:absolute;z-index:5;right:max(var(--pr-gutter),calc((100vw - var(--pr-container-wide))/2 + var(--pr-gutter)));bottom:34px;display:grid;grid-template-columns:42px auto 42px;align-items:center;gap:10px;padding:9px 12px 13px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(7,12,23,.34);backdrop-filter:blur(12px)}
.ddgg-prestige .hero-arrow{display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:50%;background:transparent;color:#fff;transition:background .2s}
.ddgg-prestige .hero-arrow:hover{background:rgba(255,255,255,.14)}
.ddgg-prestige .hero-arrow svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ddgg-prestige .hero-dots{display:flex;align-items:center;gap:7px}
.ddgg-prestige .hero-dot{width:24px;height:30px;padding:0;border:0;background:transparent;display:grid;place-items:center}
.ddgg-prestige .hero-dot span{display:block;width:7px;height:7px;border-radius:999px;background:rgba(255,255,255,.46);transition:width .25s,background .25s}
.ddgg-prestige .hero-dot.is-active span{width:22px;background:#fff}
.ddgg-prestige .hero-progress{position:absolute;left:22px;right:22px;bottom:7px;height:2px;overflow:hidden;border-radius:2px;background:rgba(255,255,255,.18)}
.ddgg-prestige .hero-progress span{display:block;width:100%;height:100%;background:#fff;transform:scaleX(0);transform-origin:left center}
.ddgg-prestige .hero-slider.is-progressing .hero-progress span{animation:jiho-hero-progress var(--jiho-hero-delay,4500ms) linear forwards}
@keyframes jiho-hero-progress{from{transform:scaleX(0)}to{transform:scaleX(1)}}
.ddgg-prestige .hero-scroll{position:absolute;left:50%;bottom:24px;transform:translateX(-50%);z-index:4;color:rgba(255,255,255,.7);font-size:11px;letter-spacing:.2em;text-transform:uppercase;display:flex;flex-direction:column;align-items:center;gap:8px}
.ddgg-prestige .hero-scroll .line{width:1px;height:38px;background:rgba(255,255,255,.5);animation:pr-scroll 1.8s ease-in-out infinite;transform-origin:top}
@keyframes pr-scroll{0%,100%{transform:scaleY(.3);opacity:.4}50%{transform:scaleY(1);opacity:1}}

@media(max-width:1200px){
  .ddgg-prestige .hero-controls{right:20px}
}
@media(max-width:980px){
  .ddgg-prestige .section{padding:64px 0}
  .ddgg-prestige .hero h1{max-width:18ch}
  .ddgg-prestige .hero-controls{bottom:22px}
  .ddgg-prestige .hero-scroll{display:none}
}
@media(max-width:640px){
  .ddgg-prestige .section{padding:50px 0}
  .ddgg-prestige .hero,.ddgg-prestige .hero.hero-large{min-height:82vh}
  .ddgg-prestige .hero.hero-compact{min-height:70vh}
  .ddgg-prestige .hero-inner{padding-bottom:110px}
  .ddgg-prestige .hero h1{font-size:clamp(38px,12vw,58px)}
  .ddgg-prestige .hero-brand{font-size:11px}
  .ddgg-prestige .hero-controls{left:var(--pr-gutter);right:auto;bottom:22px}
}
@media(prefers-reduced-motion:reduce){
  .ddgg-prestige .hero-slide,.ddgg-prestige .reveal{transition:none!important;transform:none!important}
  .ddgg-prestige .hero-progress span,.ddgg-prestige .hero-scroll .line{animation:none!important}
}
