
/* GGC HOMEPAGE — FINAL CLEAN HEADER + HERO */
:root{--ggc-gold:#d9ad43;--ggc-gold2:#f0c964}

body.ggc-home{
  margin:0;
  background:#050505;
  color:#f5f1e9;
  overflow-x:hidden;
}

/* ONE REAL NAVIGATION HEADER */
body.ggc-home .ggc-header{
  width:100%;
  height:86px;
  min-height:86px;
  box-sizing:border-box;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  padding:0 3.5vw;
  margin:0;
  background:#050505;
  border-bottom:1px solid rgba(217,173,67,.70);
  position:relative;
  z-index:100;
}

body.ggc-home .ggc-header .ggc-brand{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  gap:13px;
  height:100%;
  color:#fff;
  text-decoration:none;
}

body.ggc-home .ggc-header .ggc-brand img{
  display:block;
  width:54px!important;
  height:54px!important;
  max-width:54px!important;
  max-height:54px!important;
  min-width:54px;
  min-height:54px;
  object-fit:contain;
}

body.ggc-home .ggc-header .ggc-brand div{
  display:block;
  line-height:1;
}

body.ggc-home .ggc-header .ggc-brand strong{
  display:block;
  color:#fff;
  font:700 27px/1 Georgia,serif;
  letter-spacing:.01em;
}

body.ggc-home .ggc-header .ggc-brand span{
  display:block;
  margin-top:5px;
  color:var(--ggc-gold);
  font:700 8px/1 Arial,Helvetica,sans-serif;
  letter-spacing:.22em;
  white-space:nowrap;
}

body.ggc-home .ggc-header nav{
  flex:0 1 auto;
  display:flex!important;
  align-items:center;
  justify-content:flex-end;
  gap:27px;
  margin:0;
  padding:0;
  position:static;
}

body.ggc-home .ggc-header nav a{
  display:inline-flex;
  align-items:center;
  color:#eee;
  text-decoration:none;
  white-space:nowrap;
  font:900 11px/1 Arial,Helvetica,sans-serif;
  letter-spacing:.11em;
}

body.ggc-home .ggc-header nav a:hover{color:var(--ggc-gold2)}
body.ggc-home .ggc-header nav .join{
  border:1px solid #b88d30;
  border-radius:8px;
  padding:14px 25px;
}
body.ggc-home .ggc-header nav .login{color:var(--ggc-gold2)}

/* HERO IS DIRECTLY UNDER THE REAL HEADER.
   The image file itself contains NO WEBSITE NAVIGATION. */
body.ggc-home .approved-hero{
  width:100%;
  max-width:none;
  margin:0;
  padding:0;
  overflow:hidden;
  background:#050505;
  line-height:0;
  position:relative;
}

body.ggc-home .approved-hero>img{
  display:block;
  width:100%;
  height:auto;
  max-width:none;
  margin:0;
  padding:0;
  border:0;
}

/* The old HTML hotspot layer is intentionally disabled because the
   approved artwork already contains the visual CTA treatment. */
body.ggc-home .hero-hotspots{display:none!important}

body.ggc-home .approved-hero .hero-mobile-image{display:none!important}

@media(max-width:1050px){
  body.ggc-home .ggc-header{padding:0 2.2vw;gap:15px}
  body.ggc-home .ggc-header nav{gap:15px}
  body.ggc-home .ggc-header nav a{font-size:9px}
  body.ggc-home .ggc-header nav .join{padding:12px 16px}
}

@media(max-width:760px){
  body.ggc-home .ggc-header{
    height:70px;
    min-height:70px;
    padding:0 15px;
  }
  body.ggc-home .ggc-header .ggc-brand img{
    width:44px!important;height:44px!important;
    max-width:44px!important;max-height:44px!important;
    min-width:44px;min-height:44px;
  }
  body.ggc-home .ggc-header .ggc-brand strong{font-size:22px}
  body.ggc-home .ggc-header .ggc-brand span{display:none}
  body.ggc-home .ggc-header nav{gap:8px}
  body.ggc-home .ggc-header nav a{
    display:none;
    font-size:8px;
  }
  body.ggc-home .ggc-header nav .join,
  body.ggc-home .ggc-header nav .login{display:inline-flex}
  body.ggc-home .ggc-header nav .join{padding:10px 12px}
  body.ggc-home .approved-hero .hero-desktop-image{display:none!important}
  body.ggc-home .approved-hero .hero-mobile-image{
    display:block!important;
    width:100%;
    height:auto;
    min-height:0;
    object-fit:contain;
  }
}

/* =========================
   OUR GAMES — SECTION 01
   ========================= */
body.ggc-home .games-section{
  width:100%;
  max-width:1500px;
  margin:0 auto;
  padding:96px 4vw 110px;
  background:#050505;
}
body.ggc-home .games-intro{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:50px;
  margin:0 0 38px;
  padding-bottom:28px;
  border-bottom:1px solid rgba(217,173,67,.24);
}
body.ggc-home .games-intro .section-kicker{
  margin:0 0 12px;
  color:#e6bb54;
  font:800 11px/1 Arial,Helvetica,sans-serif;
  letter-spacing:.28em;
}
body.ggc-home .games-intro h2{
  margin:0;
  color:#f7f3ea;
  font:700 clamp(34px,4.2vw,62px)/.98 Georgia,serif;
  letter-spacing:-.025em;
}
body.ggc-home .games-intro h2 span{color:#e8bb50}
body.ggc-home .games-lead{
  max-width:480px;
  margin:0;
  color:#aaa59d;
  font:500 15px/1.65 Arial,Helvetica,sans-serif;
  text-align:right;
}
body.ggc-home .games-section .game-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
  margin:0;
}
body.ggc-home .games-section .game-card{
  position:relative;
  min-height:560px;
  overflow:hidden;
  border:1px solid rgba(216,168,62,.52);
  background:#0a0a0a;
  isolation:isolate;
}
body.ggc-home .games-section .game-card-image,
body.ggc-home .games-section .game-card-image img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}
body.ggc-home .games-section .game-card-image img{
  object-fit:cover;
  object-position:center;
  transform:scale(1.01);
}
body.ggc-home .games-section .game-card-overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,rgba(0,0,0,.02) 25%,rgba(0,0,0,.08) 48%,rgba(0,0,0,.82) 78%,rgba(0,0,0,.97) 100%);
}
body.ggc-home .games-section .game-card-copy{
  position:absolute;
  z-index:2;
  left:38px;
  right:38px;
  bottom:34px;
}
body.ggc-home .games-section .game-card-copy>p:first-child{
  margin:0 0 14px;
  color:#e7bc55;
  font:800 10px/1 Arial,Helvetica,sans-serif;
  letter-spacing:.25em;
}
body.ggc-home .games-section .game-card-copy h3{
  margin:0;
  color:#fff;
  font:800 clamp(30px,3vw,48px)/.94 Arial,Helvetica,sans-serif;
  letter-spacing:-.035em;
}
body.ggc-home .games-section .game-card-copy h3 span{color:#e9bd55}
body.ggc-home .games-section .game-description{
  max-width:570px;
  margin:18px 0 20px;
  color:#ddd8cf;
  font:500 13px/1.6 Arial,Helvetica,sans-serif;
}
body.ggc-home .games-section .game-card-copy .powered{
  margin:15px 0 0;
  color:#d8d3ca;
  font:800 10px/1 Arial,Helvetica,sans-serif;
  letter-spacing:.22em;
}
body.ggc-home .games-section .game-card-copy .powered strong{
  color:#fff;
  letter-spacing:.08em;
}
body.ggc-home .games-section .game-card-copy a{
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:#0a0907;
  background:linear-gradient(135deg,#c8922e,#f1cd70);
  border:1px solid #e8bd53;
  padding:14px 18px;
  font:900 10px/1 Arial,Helvetica,sans-serif;
  letter-spacing:.14em;
}
body.ggc-home .games-section .game-card-copy a b{font-size:16px;line-height:0}
body.ggc-home .games-section .game-card:hover .game-card-image img{transform:scale(1.04);transition:transform .6s ease}

@media(max-width:850px){
  body.ggc-home .games-section{padding:72px 5vw 82px}
  body.ggc-home .games-intro{display:block;margin-bottom:26px}
  body.ggc-home .games-lead{text-align:left;margin-top:16px}
  body.ggc-home .games-section .game-grid{grid-template-columns:1fr}
  body.ggc-home .games-section .game-card{min-height:500px}
}
@media(max-width:520px){
  body.ggc-home .games-section .game-card{min-height:480px}
  body.ggc-home .games-section .game-card-copy{left:24px;right:24px;bottom:24px}
  body.ggc-home .games-section .game-card-copy h3{font-size:34px}
}

/* GGC EXPERIENCE CARDS — graffiti treatment */
body.ggc-home .principles{
  width:100%;
  max-width:1500px;
  margin:0 auto;
  padding:22px 4vw 92px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  background:#050505;
  align-items:stretch;
}
body.ggc-home .principles .experience-card{
  display:block;
  position:relative;
  overflow:hidden;
  min-width:0;
  border:0;
  padding:0;
  background:#090806;
  line-height:0;
  text-decoration:none;
  box-shadow:0 14px 38px rgba(0,0,0,.32);
  transition:transform .35s ease,filter .35s ease,box-shadow .35s ease;
}
body.ggc-home .principles .experience-card::after{
  content:"";
  position:absolute;
  inset:0;
  border:1px solid rgba(216,168,62,.34);
  pointer-events:none;
}
body.ggc-home .principles .experience-card img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:744/888;
  object-fit:cover;
  object-position:center;
}
body.ggc-home .principles .experience-card:hover{
  transform:translateY(-5px);
  filter:brightness(1.06);
  box-shadow:0 20px 48px rgba(0,0,0,.5),0 0 26px rgba(216,168,62,.10);
}
@media(max-width:950px){
  body.ggc-home .principles{grid-template-columns:repeat(2,minmax(0,1fr));padding:18px 5vw 72px;gap:14px}
}
@media(max-width:520px){
  body.ggc-home .principles{grid-template-columns:1fr;padding:14px 5vw 60px;gap:14px}
}


/* ==========================================================
   GGC MOBILE EXPERIENCE — isolated responsive layer
   Desktop styles above remain unchanged.
   ========================================================== */
.mobile-menu-btn{display:none}
.mobile-menu-backdrop{display:none}

@media (max-width:760px){
  body.ggc-home .ggc-header{position:relative}
  body.ggc-home .ggc-header .ggc-brand{gap:9px}
  body.ggc-home .ggc-header .ggc-brand img{width:46px!important;height:46px!important;max-width:46px!important;max-height:46px!important;min-width:46px;min-height:46px}
  body.ggc-home .ggc-header .ggc-brand strong{font-size:23px}

  /* Mobile menu button */
  body.ggc-home .mobile-menu-btn{
    display:inline-grid;
    place-items:center;
    width:44px;
    height:44px;
    margin-left:auto;
    border:1px solid rgba(217,173,67,.7);
    border-radius:7px;
    background:#090806;
    color:#f0c964;
    font:700 24px/1 Arial,sans-serif;
    cursor:pointer;
  }
  body.ggc-home .ggc-header nav{
    position:fixed;
    top:70px;
    right:0;
    width:min(320px,88vw);
    min-height:0;
    padding:18px 18px 22px;
    display:flex!important;
    flex-direction:column;
    align-items:stretch;
    justify-content:flex-start;
    gap:0;
    background:rgba(7,7,7,.98);
    border:1px solid rgba(217,173,67,.6);
    border-top:0;
    box-shadow:0 18px 50px rgba(0,0,0,.65);
    transform:translateY(-12px) translateX(110%);
    opacity:0;
    pointer-events:none;
    transition:transform .25s ease,opacity .25s ease;
    z-index:200;
  }
  body.ggc-home.mobile-menu-open .ggc-header nav{
    transform:translateY(0) translateX(0);
    opacity:1;
    pointer-events:auto;
  }
  body.ggc-home .ggc-header nav a,
  body.ggc-home .ggc-header nav .join,
  body.ggc-home .ggc-header nav .login{
    display:flex!important;
    width:100%;
    min-height:48px;
    box-sizing:border-box;
    padding:14px 12px!important;
    border:0;
    border-bottom:1px solid rgba(217,173,67,.18);
    border-radius:0;
    align-items:center;
    justify-content:flex-start;
    font-size:12px;
    letter-spacing:.14em;
  }
  body.ggc-home .ggc-header nav a:last-child{border-bottom:0}
  body.ggc-home .ggc-header nav .join{
    margin-top:8px;
    border:1px solid #b88d30;
    border-radius:6px;
    justify-content:center;
  }
  body.ggc-home .ggc-header nav .login{color:var(--ggc-gold2);justify-content:center}
  body.ggc-home .mobile-menu-backdrop{
    display:block;
    position:fixed;
    inset:70px 0 0;
    background:rgba(0,0,0,.52);
    opacity:0;
    pointer-events:none;
    transition:opacity .25s ease;
    z-index:150;
  }
  body.ggc-home.mobile-menu-open .mobile-menu-backdrop{opacity:1;pointer-events:auto}

  /* Hero: use a tall mobile crop so the crest and message stay prominent. */
  body.ggc-home .approved-hero{
    height:min(650px, calc(100svh - 70px));
    min-height:540px;
  }
  body.ggc-home .approved-hero .hero-mobile-image{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
  }
}

@media (max-width:520px){
  body.ggc-home .ggc-header{height:64px;min-height:64px;padding:0 12px}
  body.ggc-home .ggc-header .ggc-brand img{width:40px!important;height:40px!important;max-width:40px!important;max-height:40px!important;min-width:40px;min-height:40px}
  body.ggc-home .ggc-header .ggc-brand strong{font-size:21px}
  body.ggc-home .mobile-menu-btn{width:42px;height:42px;font-size:22px}
  body.ggc-home .ggc-header nav{top:64px}
  body.ggc-home .mobile-menu-backdrop{inset:64px 0 0}

  body.ggc-home .approved-hero{
    height:590px;
    min-height:590px;
  }
  body.ggc-home .approved-hero .hero-mobile-image{object-position:center center}
}

/* ==========================================================
   GGC LANDSCAPE PHONE FIX — isolated from portrait + desktop
   Applies only to short landscape viewports (typical phones).
   ========================================================== */
@media (orientation:landscape) and (max-height:600px) and (max-width:1000px){
  body.ggc-home .ggc-header{
    height:64px;
    min-height:64px;
    padding:0 18px;
    gap:12px;
  }
  body.ggc-home .ggc-header .ggc-brand img{
    width:42px!important;
    height:42px!important;
    max-width:42px!important;
    max-height:42px!important;
    min-width:42px;
    min-height:42px;
  }
  body.ggc-home .ggc-header .ggc-brand strong{font-size:22px}
  body.ggc-home .ggc-header .ggc-brand span{display:none}

  /* Landscape phones use the compact menu just like portrait phones. */
  body.ggc-home .mobile-menu-btn{
    display:inline-grid;
    place-items:center;
    width:44px;
    height:44px;
    margin-left:auto;
    border:1px solid rgba(217,173,67,.7);
    border-radius:7px;
    background:#090806;
    color:#f0c964;
    font:700 23px/1 Arial,sans-serif;
  }
  body.ggc-home .ggc-header nav{
    position:fixed;
    top:64px;
    right:0;
    width:min(320px,78vw);
    min-height:0;
    padding:14px 16px 18px;
    display:flex!important;
    flex-direction:column;
    align-items:stretch;
    justify-content:flex-start;
    gap:0;
    background:rgba(7,7,7,.98);
    border:1px solid rgba(217,173,67,.6);
    border-top:0;
    box-shadow:0 18px 50px rgba(0,0,0,.65);
    transform:translateY(-12px) translateX(110%);
    opacity:0;
    pointer-events:none;
    transition:transform .25s ease,opacity .25s ease;
    z-index:200;
  }
  body.ggc-home.mobile-menu-open .ggc-header nav{
    transform:translateY(0) translateX(0);
    opacity:1;
    pointer-events:auto;
  }
  body.ggc-home .ggc-header nav a,
  body.ggc-home .ggc-header nav .join,
  body.ggc-home .ggc-header nav .login{
    display:flex!important;
    width:100%;
    min-height:42px;
    box-sizing:border-box;
    padding:11px 12px!important;
    border:0;
    border-bottom:1px solid rgba(217,173,67,.18);
    border-radius:0;
    align-items:center;
    justify-content:flex-start;
    font-size:11px;
    letter-spacing:.12em;
  }
  body.ggc-home .ggc-header nav .join{
    margin-top:7px;
    border:1px solid #b88d30;
    border-radius:6px;
    justify-content:center;
  }
  body.ggc-home .ggc-header nav .login{color:var(--ggc-gold2);justify-content:center}
  body.ggc-home .mobile-menu-backdrop{inset:64px 0 0}

  /* Landscape uses the wide hero artwork so the full composition fits the viewport. */
  body.ggc-home .approved-hero{
    width:100%;
    height:auto;
    min-height:0;
    max-height:none;
    overflow:hidden;
  }
  body.ggc-home .approved-hero .hero-mobile-image{display:none!important}
  body.ggc-home .approved-hero .hero-desktop-image{
    display:block!important;
    width:100%;
    height:auto;
    max-width:none;
    object-fit:contain;
    object-position:center center;
  }

  /* Keep the following sections inside the landscape viewport width. */
  body.ggc-home .games-section,
  body.ggc-home .principles,
  body.ggc-home .visual-promo{
    width:100%;
    max-width:100%;
    box-sizing:border-box;
  }
  body.ggc-home .games-section{padding-left:24px;padding-right:24px}
  body.ggc-home .principles{padding-left:24px;padding-right:24px}
  body.ggc-home .visual-promo{margin-left:auto;margin-right:auto}
}
