@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700;800&family=Inter:wght@400;500;600;700&display=swap');
:root{--black:#050505;--black2:#0b0b0b;--gold:#d8a83e;--gold2:#f2d27a;--white:#f7f5ef;--muted:#aaa49a;--line:#2a261f}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--black);color:var(--white);font-family:Inter,Arial,sans-serif}a{color:inherit;text-decoration:none}.site-header{position:sticky;top:0;z-index:10;height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;background:rgba(5,5,5,.9);backdrop-filter:blur(16px);border-bottom:1px solid #191714}.brand{display:flex;align-items:center;gap:10px;font-family:Cinzel,serif;font-weight:800;letter-spacing:2px}.brand img{width:48px;height:48px;object-fit:contain}.brand span{font-size:18px}nav{display:flex;align-items:center;gap:28px;font-size:12px;letter-spacing:1.2px;text-transform:uppercase}nav a{color:#ddd}nav a:hover{color:var(--gold2)}.nav-cta{border:1px solid var(--gold);padding:12px 17px;border-radius:999px;color:var(--gold2)!important}.menu-btn{display:none;background:none;border:0;color:white;font-size:26px}
.hero{min-height:calc(100vh - 78px);display:grid;grid-template-columns:1.05fr .95fr;align-items:center;max-width:1400px;margin:auto;padding:6vw 7vw;overflow:hidden;background:radial-gradient(circle at 75% 45%,#19140b 0,#080706 34%,#050505 62%)}.eyebrow{font-size:11px;letter-spacing:3px;color:var(--gold2);font-weight:700}.hero h1{font-family:Cinzel,serif;font-size:clamp(54px,7vw,104px);line-height:.93;margin:24px 0 28px;letter-spacing:-2px}.hero h1 span{color:var(--gold2)}.hero-text{max-width:600px;color:#c4c0b8;font-size:17px;line-height:1.8}.actions{display:flex;gap:14px;margin-top:34px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border-radius:4px;font-weight:800;font-size:11px;letter-spacing:1.6px;border:1px solid var(--gold);cursor:pointer}.btn.gold{background:linear-gradient(135deg,#c4912e,#f0cc72);color:#090806}.btn.ghost{background:transparent;color:var(--gold2)}.hero-mark{position:relative;display:grid;place-items:center}.hero-mark img{position:relative;width:min(500px,90%);filter:drop-shadow(0 30px 70px rgba(0,0,0,.8))}.halo{position:absolute;width:65%;aspect-ratio:1;border-radius:50%;background:#b57b1d;filter:blur(90px);opacity:.13}
section{padding:100px 7vw}.statement{max-width:1400px;margin:auto}.statement h2,.path h2,.join h2,.about h2,.dark-section h2{font-family:Cinzel,serif;font-size:clamp(38px,5vw,68px);margin:10px 0 45px}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}.feature-grid article{padding:34px 28px 20px;border-right:1px solid var(--line)}.feature-grid article:first-child{border-left:1px solid var(--line)}.feature-grid b,.steps span{color:var(--gold2);font-family:Cinzel,serif}.feature-grid h3{font-family:Cinzel,serif;font-size:22px;letter-spacing:1px}.feature-grid p,.steps p,.about p{color:#aaa59d;line-height:1.75}
.dark-section{background:linear-gradient(180deg,#0a0908,#050505);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;max-width:1400px;margin:auto}.section-head h2{margin-bottom:0}.pill{border:1px solid #67501f;color:var(--gold2);padding:10px 14px;font-size:10px;letter-spacing:2px}.event-card{max-width:1400px;margin:45px auto 0;border:1px solid #383027;background:linear-gradient(135deg,#14110c,#090909);padding:42px;display:grid;grid-template-columns:1.4fr 1fr auto;align-items:center;gap:30px}.event-card h3{font-family:Cinzel,serif;font-size:34px;margin:12px 0}.event-card p{color:#aaa}.event-meta{display:grid;gap:14px}.event-meta div{display:flex;justify-content:space-between;gap:30px;border-bottom:1px solid #2b251d;padding-bottom:9px}.event-meta small{color:#777;font-size:9px;letter-spacing:1.5px}.event-meta strong{font-size:10px;color:#eee}
.path{max-width:1400px;margin:auto}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.steps>div{padding:30px;border:1px solid var(--line);min-height:190px}.steps span{font-size:14px}.steps h3{font-family:Cinzel,serif;letter-spacing:1px}
.rankings .table-wrap{max-width:1400px;margin:0 auto;border:1px solid #302a22;overflow:auto}table{width:100%;border-collapse:collapse;min-width:620px}th,td{text-align:left;padding:18px 20px;border-bottom:1px solid #211e1a;font-size:12px}th{color:var(--gold2);font-size:9px;letter-spacing:2px}td:first-child{color:var(--gold2);font-family:Cinzel,serif}.muted{color:#716c64;font-size:10px;letter-spacing:2px}
.join{max-width:1200px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.join form{display:flex;flex-wrap:wrap;gap:10px}.join input{flex:1;min-width:220px;background:#0c0c0c;border:1px solid #39342d;color:white;padding:15px}.form-note{width:100%;color:#777;margin-top:6px}.about{max-width:1200px;margin:auto;display:grid;grid-template-columns:280px 1fr;gap:70px;align-items:center;border-top:1px solid var(--line)}.crest-small img{width:100%}.principles{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}.principles span{border:1px solid #3d3528;padding:10px 14px;color:var(--gold2);font-size:9px;letter-spacing:2px}
footer{border-top:1px solid var(--line);padding:35px 7vw;display:flex;justify-content:space-between;align-items:center;color:#777;font-size:10px;letter-spacing:1.5px}footer strong{font-family:Cinzel,serif;color:var(--gold2);font-size:20px;margin-right:14px}footer p{margin:0}
@media(max-width:850px){nav{display:none}.menu-btn{display:block}.hero{grid-template-columns:1fr;text-align:center;padding:60px 6vw}.hero-text{margin:auto}.actions{justify-content:center}.hero-mark{order:-1}.hero-mark img{width:280px}.feature-grid,.steps{grid-template-columns:1fr 1fr}.feature-grid article{border-bottom:1px solid var(--line)}.event-card,.join,.about{grid-template-columns:1fr}.event-card{padding:28px}.section-head{align-items:start;flex-direction:column}section{padding:72px 6vw}.about{gap:30px}.crest-small{max-width:220px;margin:auto}footer{flex-direction:column;gap:16px;text-align:center}}
@media(max-width:520px){.feature-grid,.steps{grid-template-columns:1fr}.hero h1{font-size:50px}.brand span{display:none}.event-card h3{font-size:27px}}

/* GGC EXPERIENCE — premium icon cards */
.principles{max-width:1400px;margin:0 auto;padding:0 7vw 100px;display:grid;grid-template-columns:repeat(4,1fr);gap:0;}
.principle-card{position:relative;min-height:355px;padding:34px 30px 30px;background:linear-gradient(145deg,#12100c 0%,#080808 58%,#0d0b08 100%);border:1px solid #332a1c;border-right-color:#211d17;overflow:hidden;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;}
.principle-card:first-child{border-radius:8px 0 0 8px}.principle-card:last-child{border-radius:0 8px 8px 0;border-right-color:#332a1c}
.principle-card:before{content:"";position:absolute;inset:-35% -15% auto auto;width:190px;height:190px;border-radius:50%;background:#d8a83e;filter:blur(70px);opacity:.08;pointer-events:none}
.principle-card:hover{transform:translateY(-5px);border-color:#8a6826;box-shadow:0 20px 55px rgba(0,0,0,.45),0 0 30px rgba(216,168,62,.08)}
.principle-number{position:absolute;top:28px;right:28px;color:#75613a;font-family:Cinzel,serif;font-size:13px;font-weight:700;letter-spacing:2px}
.principle-icon{width:82px;height:82px;display:grid;place-items:center;margin-bottom:34px;border:1px solid #8b6927;background:linear-gradient(145deg,#19150d,#090909);color:#f2d27a;font-family:Georgia,serif;font-size:52px;line-height:1;border-radius:2px;text-shadow:0 0 14px rgba(242,210,122,.45),0 0 34px rgba(216,168,62,.16);box-shadow:inset 0 0 22px rgba(216,168,62,.05),0 0 18px rgba(216,168,62,.05)}
.principle-card h3{margin:0 0 14px;color:#f7f5ef;font-family:Cinzel,serif;font-size:25px;letter-spacing:1.6px}
.principle-card p{margin:0 0 26px;color:#aaa49a;font-size:13px;line-height:1.7;max-width:290px}
.principle-card a{display:inline-flex;align-items:center;gap:10px;color:#f2d27a;font-size:10px;font-weight:800;letter-spacing:1.8px;border-bottom:1px solid #5c471e;padding-bottom:8px}
.principle-card a span{font-size:16px;line-height:0;transition:transform .2s ease}.principle-card a:hover span{transform:translateX(4px)}
@media(max-width:1100px){.principles{grid-template-columns:1fr 1fr}.principle-card:first-child{border-radius:8px 0 0 0}.principle-card:nth-child(2){border-radius:0 8px 0 0}.principle-card:nth-child(3){border-radius:0 0 0 8px}.principle-card:last-child{border-radius:0 0 8px 0}}
@media(max-width:850px){.principles{padding:0 6vw 72px;grid-template-columns:1fr 1fr}.principle-card{min-height:330px}.principle-card:first-child,.principle-card:nth-child(2),.principle-card:nth-child(3),.principle-card:last-child{border-radius:0}.principle-card:first-child{border-radius:8px 0 0 0}.principle-card:nth-child(2){border-radius:0 8px 0 0}.principle-card:nth-child(3){border-radius:0 0 0 8px}.principle-card:last-child{border-radius:0 0 8px 0}}
@media(max-width:520px){.principles{grid-template-columns:1fr;padding:0 6vw 60px}.principle-card,.principle-card:first-child,.principle-card:nth-child(2),.principle-card:nth-child(3),.principle-card:last-child{border-radius:8px}.principle-card{min-height:0;padding:28px}.principle-icon{width:72px;height:72px;font-size:45px;margin-bottom:28px}}

/* GGC Experience — use the approved premium icon artwork, not text glyphs */
.principle-icon{overflow:hidden;position:relative;background:#090909;}
.principle-icon img{width:100%;height:100%;object-fit:cover;display:block;}

/* GGC Competition + Membership — CSS-owned framing
   The artwork files are borderless interior artwork. The website owns the
   border, spacing, width, and equal-height treatment so the geometry stays
   consistent at every deployment and viewport. */
.visual-promo{
  position:relative;
  width:calc(100% - 8vw);
  max-width:1500px;
  height:auto;
  aspect-ratio:1647 / 441;
  margin:0 auto;
  padding:0;
  line-height:0;
  overflow:hidden;
  background:#050505;
  border:1.5px solid #c69a35;
  border-radius:3px;
  box-shadow:0 0 0 1px rgba(216,168,62,.10), 0 18px 50px rgba(0,0,0,.30);
}
.competition-visual{margin-bottom:42px}
.visual-promo img{
  display:block;
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  border:0;
  object-fit:cover;
  object-position:center center;
}
.visual-hotspot{position:absolute;display:block;z-index:2;border:0;background:transparent}
.competition-hotspot{left:3.0%;top:57%;width:16.5%;height:15.5%}
.membership-hotspot{left:2.8%;top:59%;width:22.5%;height:15.5%}
.visual-hotspot:focus-visible{outline:2px solid #f2d27a;outline-offset:-2px}
@media(max-width:700px){
  .visual-promo{width:calc(100% - 10vw);aspect-ratio:1647 / 441;border-width:1px}
  .competition-visual{margin-bottom:28px}
  .competition-hotspot{left:5%;top:60%;width:27%;height:16%}
  .membership-hotspot{left:5%;top:63%;width:34%;height:17%}
}

/* GGC two-promo panels — isolated geometry fix
   Only the Competition and Membership promo sections use these rules.
   The gold edging is part of the approved artwork, so CSS does not add a
   second border. Other page sections are intentionally untouched. */
.visual-promo{
  position:relative;
  width:calc(100% - 8vw);
  max-width:1500px;
  margin-left:auto;
  margin-right:auto;
  padding:0;
  line-height:0;
  overflow:visible;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
  aspect-ratio:auto;
}
.visual-promo img{
  display:block;
  width:100%;
  height:auto;
  margin:0;
  padding:0;
  border:0;
  object-fit:contain;
}
.competition-visual{margin-bottom:42px}
.visual-hotspot{position:absolute;display:block;z-index:2;border:0;background:transparent}
.competition-hotspot{left:3.0%;top:57%;width:16.5%;height:15.5%}
.membership-hotspot{left:2.8%;top:59%;width:22.5%;height:15.5%}
.visual-hotspot:focus-visible{outline:2px solid #f2d27a;outline-offset:-2px}
@media(max-width:700px){
  .visual-promo{width:calc(100% - 10vw);aspect-ratio:auto;border:0}
  .competition-visual{margin-bottom:28px}
  .competition-hotspot{left:5%;top:60%;width:27%;height:16%}
  .membership-hotspot{left:5%;top:63%;width:34%;height:17%}
}

/* GGC FOOTER — isolated footer-only redesign. No other page geometry is changed. */
.ggc-footer{
  border-top:1px solid var(--line);
  padding:72px 7vw 28px;
  display:block;
  color:#aaa49a;
  font-size:10px;
  letter-spacing:1.5px;
  background:#050505;
}
.ggc-footer .footer-inner{max-width:1500px;margin:0 auto;}
.ggc-footer .footer-crest-wrap{text-align:center;}
.ggc-footer .footer-crest{
  display:block;
  width:190px;
  height:190px;
  max-width:190px;
  max-height:190px;
  object-fit:contain;
  margin:0 auto 24px;
  filter:drop-shadow(0 14px 28px rgba(0,0,0,.65));
}
.ggc-footer .footer-tagline{
  color:var(--gold2);
  font-family:Cinzel,serif;
  font-size:20px;
  font-weight:600;
  letter-spacing:7px;
  line-height:1.3;
}
.ggc-footer .footer-tagline-rule{
  width:500px;
  max-width:72%;
  height:1px;
  margin:16px auto 12px;
  background:linear-gradient(90deg,transparent,var(--gold),transparent);
}
.ggc-footer .footer-subtag{
  color:#ddd8ce;
  font-family:Cinzel,serif;
  font-size:11px;
  letter-spacing:5px;
}
.ggc-footer .footer-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:0;
  margin:46px auto 28px;
  font-size:12px;
  letter-spacing:1.3px;
  text-transform:uppercase;
}
.ggc-footer .footer-nav a{color:#e5e1d9;transition:color .2s ease;}
.ggc-footer .footer-nav a:hover{color:var(--gold2);}
.ggc-footer .footer-nav span{color:var(--gold);padding:0 20px;}
.ggc-footer .footer-social{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:30px;
  margin:0 auto 48px;
}
.ggc-footer .footer-social a{
  color:var(--gold2);
  font-size:23px;
  line-height:1;
  display:grid;
  place-items:center;
  width:26px;
  height:26px;
  transition:transform .2s ease,color .2s ease;
}
.ggc-footer .footer-social a:hover{color:#fff;transform:translateY(-2px);}
.ggc-footer .footer-bottom{
  border-top:1px solid var(--gold);
  padding:27px 0 0;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  color:#aaa49a;
  font-size:10px;
  letter-spacing:1px;
}
.ggc-footer .footer-motto{color:#ddd8ce;white-space:nowrap;}
.ggc-footer .footer-motto span{color:var(--gold);padding:0 12px;}
@media(max-width:850px){
  .ggc-footer{padding:58px 6vw 24px;}
  .ggc-footer .footer-crest{width:150px;height:150px;max-width:150px;max-height:150px;}
  .ggc-footer .footer-tagline{font-size:16px;letter-spacing:5px;}
  .ggc-footer .footer-nav{margin-top:38px;line-height:2.4;}
  .ggc-footer .footer-nav span{padding:0 10px;}
  .ggc-footer .footer-bottom{flex-direction:column;text-align:center;gap:16px;}
}
@media(max-width:520px){
  .ggc-footer .footer-crest{width:125px;height:125px;max-width:125px;max-height:125px;margin-bottom:18px;}
  .ggc-footer .footer-tagline{font-size:13px;letter-spacing:3px;}
  .ggc-footer .footer-subtag{font-size:9px;letter-spacing:3px;}
  .ggc-footer .footer-nav{font-size:10px;}
  .ggc-footer .footer-nav span{padding:0 7px;}
  .ggc-footer .footer-social{margin-bottom:38px;}
}


/* MOBILE LAYOUT — homepage only. Desktop geometry is untouched. */
@media (max-width:760px){
  body.ggc-home .games-section{padding:58px 18px 70px}
  body.ggc-home .games-intro{padding-bottom:22px}
  body.ggc-home .games-intro h2{font-size:clamp(32px,10vw,46px)}
  body.ggc-home .games-lead{font-size:14px;line-height:1.55}
  body.ggc-home .games-section .game-grid{gap:18px}
  body.ggc-home .games-section .game-card{min-height:520px}

  body.ggc-home .principles{
    grid-template-columns:1fr 1fr;
    padding:18px 18px 64px;
    gap:10px;
  }
  body.ggc-home .principles .experience-card img{aspect-ratio:744/888}

  body.ggc-home .visual-promo{
    width:calc(100% - 36px);
    max-width:none;
  }
  body.ggc-home .competition-visual{margin-bottom:24px}
}

@media (max-width:520px){
  body.ggc-home .games-section{padding:48px 14px 58px}
  body.ggc-home .games-section .game-card{min-height:500px}
  body.ggc-home .games-section .game-card-copy{left:22px;right:22px;bottom:22px}
  body.ggc-home .games-section .game-card-copy h3{font-size:31px}
  body.ggc-home .games-section .game-description{font-size:12px}
  body.ggc-home .games-section .game-card-copy a{padding:13px 15px;font-size:9px}

  body.ggc-home .principles{grid-template-columns:1fr;padding:12px 14px 52px;gap:12px}
  body.ggc-home .visual-promo{width:calc(100% - 28px)}
  body.ggc-home .competition-visual{margin-bottom:20px}

  body.ggc-home .ggc-footer{padding:50px 14px 22px}
  body.ggc-home .ggc-footer .footer-tagline{font-size:14px;letter-spacing:4px}
  body.ggc-home .ggc-footer .footer-subtag{font-size:9px;letter-spacing:3px}
  body.ggc-home .ggc-footer .footer-nav{font-size:9px;gap:0;line-height:2.2}
  body.ggc-home .ggc-footer .footer-social{gap:22px}
}
