html,body{margin:0;padding:0;background:#05060a;color:#fff;font-family:Arial,Helvetica,sans-serif}
a{color:inherit;text-decoration:none}
.section{max-width:1280px;margin:0 auto;padding:72px 20px}
.header{position:sticky;top:0;z-index:999;background:rgba(5,6,10,.86);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.08)}
.header-inner{max-width:1360px;margin:0 auto;padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.brand-wrap{display:flex;align-items:center;gap:14px}
.brand-fallback{width:42px;height:42px;border-radius:10px;background:linear-gradient(135deg,rgba(255,0,204,.25),rgba(106,136,255,.18));display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.1);color:#e7c97c;font-weight:700}
.brand-title{font-size:18px;font-weight:700;letter-spacing:.04em;max-width:190px;line-height:1.05}
.nav-rows{display:flex;flex-direction:column;gap:10px;align-items:flex-end}
.nav-row{display:flex;flex-wrap:wrap;gap:14px;align-items:center;justify-content:flex-end}
.nav-pill,.call-btn,.cta{display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;border-radius:999px;border:none;cursor:pointer;font-size:15px;font-weight:900;letter-spacing:.05em;color:#000;transition:all .25s ease;min-height:46px}
.nav-pill,.cta{background:linear-gradient(135deg,#ff00cc,#6a88ff);box-shadow:0 0 15px rgba(255,0,204,1),0 0 40px rgba(106,136,255,.8),0 0 80px rgba(255,0,204,.6)}
.nav-pill:hover,.cta:hover{background:#a000ff;transform:scale(1.1) translateY(-2px);box-shadow:0 0 25px rgba(160,0,255,1),0 0 60px rgba(160,0,255,.9),0 0 120px rgba(160,0,255,.7)}
.call-btn{background:linear-gradient(135deg,#f2d697,#d6b76e);box-shadow:0 0 15px rgba(231,201,124,.9),0 0 40px rgba(231,201,124,.6);animation:goldPulse 2.2s ease-in-out infinite}
.call-btn:hover{background:#a000ff;transform:scale(1.1) translateY(-2px);box-shadow:0 0 25px rgba(160,0,255,1),0 0 60px rgba(160,0,255,.9),0 0 120px rgba(160,0,255,.7)}
@keyframes goldPulse{0%{transform:scale(1);box-shadow:0 0 10px rgba(231,201,124,.6),0 0 25px rgba(231,201,124,.4)}50%{transform:scale(1.05);box-shadow:0 0 25px rgba(231,201,124,1),0 0 60px rgba(231,201,124,.9),0 0 100px rgba(231,201,124,.6)}100%{transform:scale(1);box-shadow:0 0 10px rgba(231,201,124,.6),0 0 25px rgba(231,201,124,.4)}}
.hero{min-height:76vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:92px 20px 72px;background:linear-gradient(to bottom, rgba(5,6,10,.3), rgba(5,6,10,.55) 55%, rgba(5,6,10,.92)),radial-gradient(circle at top center, rgba(255,0,204,.20), transparent 34%),radial-gradient(circle at bottom center, rgba(106,136,255,.16), transparent 42%), #080a11}
.kicker{display:inline-block;margin-bottom:16px;padding:8px 16px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(255,255,255,.05);color:#e7c97c;text-transform:uppercase;font-size:12px;font-weight:700;letter-spacing:.08em}
.hero h1{margin:0 0 12px;font-size:clamp(42px,7vw,92px);line-height:1.02;color:#ff4fd8;text-shadow:0 0 20px rgba(255,0,204,.5),0 0 60px rgba(255,79,216,.2)}
.power-paragraph{font-size:20px;line-height:1.75;color:#fff;max-width:1040px}
.hero-subtitle{margin:0 0 16px;font-size:clamp(18px,2.6vw,30px);line-height:1.2;color:#ffd98a;text-shadow:0 0 14px rgba(231,201,124,.35)}
.support-card p:last-child{margin-top:18px}
.panel{background:linear-gradient(180deg,#0d1018,#121726);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:24px;box-shadow:0 16px 42px rgba(0,0,0,.42)}
.grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:18px}
.col-4{grid-column:span 4}.col-5{grid-column:span 5}.col-6{grid-column:span 6}.col-7{grid-column:span 7}
.ai-block{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.ai-card{background:linear-gradient(180deg,#0d1018,#121726);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:22px}
.placeholder{padding:22px;border-radius:18px;border:1px dashed rgba(255,255,255,.18);color:#e7c97c;background:rgba(255,255,255,.03)}
.footer{margin-top:40px;padding:42px 20px 60px;text-align:center;color:#d9dbe3;border-top:1px solid rgba(255,255,255,.08)}
.footer-links{display:flex;gap:14px;flex-wrap:wrap;justify-content:center;margin-top:12px}
@media (max-width:1024px){.header-inner{flex-direction:column;align-items:flex-start}.nav-rows{align-items:flex-start}.ai-block{grid-template-columns:1fr}.col-4,.col-5,.col-6,.col-7{grid-column:span 12}}

.cta-row{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin-top:22px}
.centered-row{justify-content:center}
.arcade-hub-panel{display:grid;grid-template-columns:1.35fr .8fr;gap:20px;align-items:stretch}
.arcade-hub-copy h2{margin:0 0 12px;font-size:clamp(30px,5vw,54px);line-height:1.05}
.arcade-launch{animation:pinkPulse 1.9s ease-in-out infinite}
@keyframes pinkPulse{0%{transform:scale(1);box-shadow:0 0 15px rgba(255,0,204,.9),0 0 40px rgba(106,136,255,.5)}50%{transform:scale(1.04);box-shadow:0 0 26px rgba(255,0,204,1),0 0 60px rgba(106,136,255,.8)}100%{transform:scale(1);box-shadow:0 0 15px rgba(255,0,204,.9),0 0 40px rgba(106,136,255,.5)}}
.arcade-hub-side h3{margin-top:0;color:#e7c97c}
.vip-notes{padding-left:18px;line-height:1.8;color:#d9dbe3}
.hero-compact{min-height:auto;padding-top:72px;padding-bottom:32px}
.entourage-shell{padding-top:12px}
.arcade-game-panel{max-width:1100px;margin:0 auto 24px;padding:18px;overflow:hidden}
.sitemap-links a{font-size:14px;opacity:.92}
.footer-links{display:flex;flex-wrap:wrap;gap:12px 18px;justify-content:center;margin-top:14px}
@media (max-width:1024px){.arcade-hub-panel{grid-template-columns:1fr}}

/* FINAL MICRO POLISH */
.brand-img{
    height:auto;
    max-height:80px;
}

.header-inner{
    position:relative;
    justify-content:center;
}

.brand-wrap{
    position:absolute;
    left:18px;
    top:50%;
    transform:translateY(-50%);
}

/* center nav */
.nav-rows{
    align-items:center !important;
}

.nav-row{
    justify-content:center !important;
}

/* subtle gloss + emboss */
.nav-pill{
    position:relative;
    box-shadow: inset 0 2px 4px rgba(255,255,255,0.25),
                inset 0 -3px 6px rgba(0,0,0,0.35);
}

.nav-pill::after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:50%;
    border-radius:999px;
    background:linear-gradient(to bottom, rgba(255,255,255,0.25), rgba(255,255,255,0.05));
    pointer-events:none;
}


/* FINAL PRODUCTION LOCK */
.header-inner{
    padding-top:24px;
    padding-bottom:18px;
}
.brand-wrap{
    position:absolute;
    left:18px;
    top:50%;
    transform:translateY(-50%);
    z-index:10;
}
.brand-img{
    height:auto;
    max-height:80px;
    display:block;
}
.nav-rows{
    align-items:center !important;
    margin-top:10px;
    position:relative;
    z-index:1;
}
.nav-row{
    justify-content:center !important;
}
.nav-pill{
    position:relative;
    box-shadow: inset 0 2px 4px rgba(255,255,255,0.25), inset 0 -3px 6px rgba(0,0,0,0.35);
}
.nav-pill::after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:50%;
    border-radius:999px;
    background:linear-gradient(to bottom, rgba(255,255,255,0.25), rgba(255,255,255,0.05));
    pointer-events:none;
}
@media (max-width:1024px){
    .header-inner{padding-top:18px;padding-bottom:14px;}
    .brand-img{max-height:68px;}
    .nav-rows{margin-top:18px;}
}


/* V5-11 WORKING NAV ALIGN */
.header-inner{
    display:grid;
    grid-template-columns:auto 1fr;
    align-items:center;
    gap:18px;
    max-width:1360px;
    margin:0 auto;
    padding:20px 18px 16px;
}

.brand-wrap{
    position:static;
    left:auto;
    top:auto;
    transform:none;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:flex-start;
}

.brand-logo{
    display:block;
    line-height:0;
}

.brand-img{
    display:block;
    width:auto;
    height:auto;
    max-height:82px;
    max-width:none;
}

.nav-rows{
    width:100%;
    align-items:center !important;
    justify-self:center;
    margin-top:0;
    position:relative;
    z-index:1;
}

.nav-row{
    justify-content:center !important;
}

/* no gloss */
.nav-pill::after{
    display:none !important;
    content:none !important;
}

@media (max-width:1024px){
    .header-inner{
        grid-template-columns:1fr;
        justify-items:center;
        gap:10px;
        padding:18px 16px 14px;
    }
    .brand-wrap{
        justify-content:center;
    }
    .brand-img{
        max-height:74px;
    }
}


/* V5-13 SMALL PILLS */

/* keep logo full size */
.brand-img{
    height:auto;
    width:auto;
    max-height:90px;
    max-width:none;
}

/* slightly smaller pills */
.nav-pill{
    padding:10px 20px;
    font-size:14px;
    border-radius:999px;
}

/* tighten spacing */
.nav-row{
    gap:12px;
}

/* keep no gloss */
.nav-pill::after{
    display:none !important;
}

/* TRUE FINAL HEADER LOCK */
.header-inner{
    max-width:1360px;
    margin:0 auto;
    padding:18px 18px 14px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:10px;
}

.header-logo-center{
    position:static;
    transform:none;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0 0 2px 0;
    z-index:2;
}

.brand-logo{
    display:block;
    line-height:0;
}

.brand-img{
    display:block;
    width:auto !important;
    height:auto !important;
    max-width:none !important;
    max-height:none !important;
}

.nav-rows{
    width:100%;
    display:flex;
    flex-direction:column;
    gap:10px;
    align-items:center !important;
    justify-content:center;
    margin-top:0;
}

.nav-row{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    align-items:center;
    justify-content:center !important;
}

/* smaller refined pills */
.nav-pill{
    padding:10px 20px;
    font-size:14px;
    border-radius:999px;
}

/* no gloss */
.nav-pill::after{
    display:none !important;
    content:none !important;
}

@media (max-width:1024px){
    .header-inner{
        padding:16px 14px 12px;
        gap:8px;
    }
}

/* V5-14 PINK TOP LOGO */
.header-inner{
    max-width:1360px;
    margin:0 auto;
    padding:6px 18px 8px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    gap:4px;
}

.header-logo-center{
    position:static;
    transform:none;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0;
    z-index:2;
}

.brand-logo{
    display:block;
    line-height:0;
}

.brand-img{
    display:block;
    width:auto !important;
    height:auto !important;
    max-width:none !important;
    max-height:none !important;
}

.top-pink-logo{
    width:min(560px, 96vw) !important;
    margin:0 auto;
}

.nav-rows{
    width:100%;
    display:flex;
    flex-direction:column;
    gap:8px;
    align-items:center !important;
    justify-content:center;
    margin-top:-2px;
}

.nav-row{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    align-items:center;
    justify-content:center !important;
}

.nav-pill{
    padding:10px 20px;
    font-size:14px;
    border-radius:999px;
}

.nav-pill::after{
    display:none !important;
    content:none !important;
}

.footer-logo img{
    max-height:72px !important;
    width:auto !important;
    height:auto !important;
}

@media (max-width:1024px){
    .header-inner{
        padding:4px 14px 8px;
        gap:2px;
    }
    .top-pink-logo{
        width:min(520px, 96vw) !important;
    }
}

/* V5-17 CROPPED TOP LOGO */
.header-inner{
    padding:0 18px 8px !important;
    gap:2px !important;
}
.header-logo-center{
    margin:0 !important;
    padding:0 !important;
}
.top-pink-logo{
    width:min(560px, 96vw) !important;
    margin:0 auto !important;
}
.nav-rows{
    margin-top:2px !important;
    gap:6px !important;
}

/* V5-18 LOGO MATCHED PILLS */
.nav-pill{
    background: linear-gradient(
      135deg,
      #ffd1c2 0%,
      #f29bb0 25%,
      #e17895 50%,
      #c85a7d 75%,
      #9f3f63 100%
    ) !important;
    color: #2b0f1a !important;
    box-shadow:
      0 4px 12px rgba(255, 160, 180, 0.25),
      0 0 14px rgba(255, 140, 170, 0.35),
      inset 0 1px 2px rgba(255,255,255,0.25) !important;
    border-radius:999px !important;
    font-weight:600 !important;
}

.call-btn{
    background: linear-gradient(
      135deg,
      #fff0c9 0%,
      #f5d27a 35%,
      #e6b85c 70%,
      #fff4d6 100%
    ) !important;
    color:#2a1a00 !important;
    box-shadow:
      0 4px 14px rgba(255, 215, 130, 0.35),
      inset 0 1px 2px rgba(255,255,255,0.40) !important;
}

.nav-pill:hover,
.call-btn:hover{
    transform:none !important;
}

.nav-pill::after{
    display:none !important;
    content:none !important;
}

/* V5-20 SAFE HERO COLORS */
body,
p,
li{
    color:#f7ddd9;
}

h1,
h2,
h3{
    color:#ffd1c2;
}

h4,
h5,
h6,
.kicker{
    color:#f2a5b6;
}

.hero h1{
    color:#ffd1c2;
    text-shadow:0 0 16px rgba(242,155,176,.24), 0 0 42px rgba(200,90,125,.14);
}

.hero-subtitle{
    color:#f2a5b6;
    max-width:980px;
    margin:0 auto 14px;
    font-size:clamp(18px,2.6vw,30px);
    line-height:1.3;
    text-shadow:0 0 10px rgba(242,155,176,.12);
}

.hero-power,
.power-paragraph{
    color:#ffe9e4;
    max-width:1080px;
}

.hero-page{
    min-height:58vh;
}

.hero-home{
    min-height:72vh;
}

.panel p,
.ai-card p,
.ai-card li{
    color:#f9e7e4;
}

.section a:not(.nav-pill):not(.cta):not(.call-btn){
    color:#ffd1c2;
}

/* V5-21 SAFE HOME LAYER */

/* match CTA buttons to top pill system */
.cta,
.cta-primary{
    background: linear-gradient(
      135deg,
      #ffd1c2 0%,
      #f29bb0 25%,
      #e17895 50%,
      #c85a7d 75%,
      #9f3f63 100%
    ) !important;
    color:#2b0f1a !important;
    box-shadow:
      0 4px 12px rgba(255, 160, 180, 0.25),
      0 0 14px rgba(255, 140, 170, 0.35),
      inset 0 1px 2px rgba(255,255,255,0.25) !important;
    border-radius:999px !important;
    font-weight:700 !important;
}

.cta:hover,
.cta-primary:hover{
    transform:none !important;
    background: linear-gradient(
      135deg,
      #ffd1c2 0%,
      #f29bb0 25%,
      #e17895 50%,
      #c85a7d 75%,
      #9f3f63 100%
    ) !important;
}

/* splash image */
.splash-section{
    padding-top:8px;
    padding-bottom:18px;
}
.splash-panel{
    text-align:center;
    padding:18px 20px 14px;
    background:transparent;
    border:none;
    box-shadow:none;
}
.index-splash-image{
    display:block;
    width:min(760px, 100%);
    margin:0 auto;
    height:auto;
}
.splash-copy{
    max-width:900px;
    margin:10px auto 0;
    color:#f7ddd9;
}

/* index layout sections */
.reservation-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
    margin-top:18px;
}
.reservation-grid.compact{
    grid-template-columns:1fr;
}
.reservation-field{
    padding:14px 16px;
    border-radius:18px;
    border:1px solid rgba(255,209,194,.18);
    background:rgba(255,255,255,.03);
    color:#ffd1c2;
    min-height:22px;
}
.reservation-cta{
    grid-column:1 / -1;
    justify-self:start;
}

.support-card .nav-pill{
    margin-top:6px;
}

.panel .cta + .cta{
    margin-left:10px;
}

@media (max-width:900px){
    .reservation-grid{
        grid-template-columns:1fr;
    }
    .reservation-cta{
        width:100%;
        justify-content:center;
    }
}

/* V5-24 INDEX POLISH */
.splash-section{
    padding-top:8px;
    padding-bottom:10px;
}

.splash-panel{
    border-radius:28px !important;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.06);
    box-shadow:0 18px 42px rgba(0,0,0,.38);
    padding:0 !important;
}

.index-splash-image{
    width:100%;
    display:block;
    border-radius:28px;
}

.hero{
    padding-top:24px !important;
}

.hero-home{
    min-height:auto !important;
    padding-top:26px !important;
}

.hero-home .kicker{
    margin-top:0 !important;
}

.hero-home h1{
    margin-top:0 !important;
}

.panel h2,
.panel h3{
    margin-top:0;
}

.section{
    padding-top:44px;
    padding-bottom:44px;
}

/* V5-26 FULL INDEX */
.section-tight{
    padding-top:28px !important;
    padding-bottom:28px !important;
}

.hero-home{
    padding-top:10px !important;
    margin-top:-16px !important;
}

.reservation-row{
    align-items:stretch;
}

.reservation-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
    margin-top:18px;
}

.reservation-field{
    padding:14px 16px;
    border-radius:18px;
    border:1px solid rgba(255,209,194,.18);
    background:rgba(255,255,255,.03);
    color:#ffd1c2;
    min-height:22px;
}

.reservation-cta{
    grid-column:1 / -1;
    justify-self:start;
}

.mini-hero{
    width:100%;
    display:block;
    border-radius:20px;
    margin:0 0 18px 0;
    box-shadow:0 12px 30px rgba(0,0,0,.28);
}

.square-hero{
    aspect-ratio:1 / 1;
    object-fit:cover;
}

.tall-hero{
    max-height:560px;
    object-fit:contain;
    background:rgba(255,255,255,.02);
}

.mini-stack{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
    margin-top:18px;
}

.section-followup{
    margin-top:10px;
}

.panel p{
    line-height:1.8;
}

@media (max-width:900px){
    .reservation-grid{
        grid-template-columns:1fr;
    }
    .reservation-cta{
        width:100%;
        justify-content:center;
    }
    .mini-stack{
        grid-template-columns:1fr;
    }
}
