/* 01Geek 2026 — site-wide redesign */
:root{
  --g-bg:#07070a;
  --g-bg2:#0c0c12;
  --g-card:#14141c;
  --g-line:#2c2636;
  --g-text:#f6f1ea;
  --g-muted:#b4a99c;
  --g-orange:#f4961f;
  --g-gold:#ffc45a;
  --g-violet:#8b5cf6;
}
html{background:var(--g-bg)}
body.geek-2026,
body.geek-2026 #page-container,
body.geek-2026 #et-boc,
body.geek-2026 #main-content,
body.geek-2026 .et_builder_inner_content,
body.geek-2026 .et_pb_section{
  background-color:var(--g-bg)!important;
  color:var(--g-text);
}
body.geek-2026{
  font-family:"Outfit",system-ui,sans-serif!important;
  color:var(--g-text)!important;
}
body.geek-2026 h1,body.geek-2026 h2,body.geek-2026 h3,
body.geek-2026 h4,body.geek-2026 .entry-title,
body.geek-2026 .et_pb_module_header{
  font-family:"Syne","Outfit",sans-serif!important;
  color:var(--g-text)!important;
  letter-spacing:-.02em;
}
body.geek-2026 a{color:var(--g-orange)}
body.geek-2026 a:hover{color:var(--g-gold)}
body.geek-2026 p,body.geek-2026 li,body.geek-2026 .et_pb_text{color:var(--g-text)}
body.geek-2026 #main-header{display:none!important}

/* Header */
header.et-l--header{
  position:sticky!important;
  top:0;
  z-index:1000;
  backdrop-filter:blur(18px) saturate(1.2);
  background:rgba(7,7,10,.78)!important;
  border-bottom:1px solid rgba(244,150,31,.25);
}
header.et-l--header .et_pb_section{
  background-image:none!important;
  background-color:transparent!important;
  padding-top:8px!important;
  padding-bottom:8px!important;
}
header.et-l--header .et_pb_row{width:min(1180px,94%)!important;max-width:1180px!important}
header.et-l--header .et_pb_image,
header.et-l--header .et_pb_image_0_tb_header{
  margin:0!important;
  padding:0!important;
  width:auto!important;
}
header.et-l--header .et_pb_image_wrap{
  width:64px!important;
  margin:0!important;
}
header.et-l--header .et_pb_image_wrap img{
  width:64px!important;
  height:64px!important;
  max-width:64px!important;
  object-fit:cover;
  border-radius:14px;
  box-shadow:0 0 0 1px rgba(244,150,31,.35),0 8px 24px rgba(0,0,0,.4);
}
header.et-l--header .et_pb_text{
  padding:0 0 0 10px!important;
  margin:0!important;
}
header.et-l--header .et_pb_text p{
  font-family:"Syne",sans-serif!important;
  font-weight:800!important;
  letter-spacing:.16em!important;
  font-size:20px!important;
  background:linear-gradient(90deg,#fff 20%,var(--g-orange));
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  text-shadow:none!important;
}
header.et-l--header .et_pb_menu,
header.et-l--header .et-menu-nav,
header.et-l--header .et-menu li a{
  background:transparent!important;
}
header.et-l--header .et-menu li a,
header.et-l--header nav a{
  color:#fff!important;
  font-family:"Outfit",sans-serif!important;
  font-weight:700!important;
  font-size:13px!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  padding:8px 12px!important;
  border-radius:999px!important;
}
header.et-l--header .et-menu li a:hover,
header.et-l--header nav a:hover,
header.et-l--header .et-menu li.current-menu-item a{
  color:#111!important;
  background:var(--g-orange)!important;
}
header.et-l--header .mobile_menu_bar:before,
header.et-l--header .et_mobile_menu_bar:before{color:var(--g-orange)!important}
header.et-l--header .et_mobile_menu,
header.et-l--header .et_pb_menu .et_mobile_menu{
  background:#0c0c12!important;
  border:1px solid var(--g-line)!important;
  border-radius:14px!important;
  padding:8px!important;
}
header.et-l--header .et_mobile_menu a{color:#fff!important}
body.geek-2026.page .et_pb_title_container,
body.geek-2026.page h1.entry-title{display:none}

/* Default footer hide credits, our gfoot sits above */
#main-footer{background:transparent!important;border:0!important;margin:0!important}
#footer-info,#footer-bottom .et-social-icons{display:none!important}
#footer-bottom{background:transparent!important;padding:0!important}

.gfoot{
  background:linear-gradient(180deg,#0c0c12 0%,#050508 100%);
  border-top:1px solid var(--g-line);
  padding:42px 20px 28px;
  color:var(--g-muted);
}
.gfoot-inner{max-width:1120px;margin:0 auto}
.gfoot-brand{display:flex;gap:14px;align-items:center;margin-bottom:18px}
.gfoot-brand img{width:48px;height:48px;border-radius:12px;object-fit:cover}
.gfoot-brand strong{display:block;color:#fff;font-family:"Syne",sans-serif;letter-spacing:.14em;font-size:18px}
.gfoot-brand span{font-size:13px}
.gfoot-nav{display:flex;flex-wrap:wrap;gap:8px 16px;margin-bottom:16px}
.gfoot-nav a{color:var(--g-text)!important;text-decoration:none;font-weight:600;font-size:14px}
.gfoot-nav a:hover{color:var(--g-orange)!important}
.gfoot-copy{margin:0;font-size:12px}

/* Blog cards */
body.geek-2026 .et_pb_blog_grid .et_pb_post,
body.geek-2026 .et_pb_ajax_pagination_container .et_pb_post{
  background:var(--g-card)!important;
  border:1px solid var(--g-line)!important;
  border-radius:18px!important;
  overflow:hidden;
  padding:0!important;
  box-shadow:none!important;
  transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
body.geek-2026 .et_pb_blog_grid .et_pb_post:hover{
  transform:translateY(-6px);
  border-color:rgba(244,150,31,.55)!important;
  box-shadow:0 18px 40px rgba(0,0,0,.45)!important;
}
body.geek-2026 .et_pb_post .entry-featured-image-url{
  display:block;margin:0!important;overflow:hidden;
}
body.geek-2026 .et_pb_post .et_pb_post_main_image,
body.geek-2026 .et_pb_post img.et_pb_post_main_image{
  width:100%!important;height:180px!important;object-fit:cover;border-radius:0!important;
  transform:scale(1.01);transition:transform .35s ease;
}
body.geek-2026 .et_pb_post:hover img.et_pb_post_main_image{transform:scale(1.07)}
body.geek-2026 .et_overlay{display:none!important}
body.geek-2026 .et_pb_post .entry-title{
  padding:14px 16px 16px!important;margin:0!important;font-size:17px!important;line-height:1.25!important;
}
body.geek-2026 .et_pb_post .entry-title a{
  color:var(--g-text)!important;text-decoration:none!important;
}
body.geek-2026 .et_pb_post .entry-title a:hover{color:var(--g-orange)!important}
body.geek-2026 .et_pb_post .post-meta,
body.geek-2026 .et_pb_post .post-content:empty,
body.geek-2026 .et_pb_post .post-content-inner:empty{display:none}
body.geek-2026 .et_pb_blog_grid{margin-top:8px!important}
body.geek-2026 .pagination a,body.geek-2026 .et_pb_ajax_pagination_container .pagination a{
  color:var(--g-orange)!important;font-family:"Syne",sans-serif!important;
}

/* Single / article body */
body.geek-2026 .et-l--body .et_pb_section,
body.single .et-l--body .et_pb_section{
  background:linear-gradient(180deg,#0c0a12 0%,#07070a 40%)!important;
}
body.geek-2026 .et-l--body .et_pb_text,
body.geek-2026 .et-l--post .et_pb_text{
  color:var(--g-text)!important;
}
body.geek-2026 .et-l--post h1,
body.geek-2026 .et-l--body h1{color:#fff!important}
body.geek-2026 .et_pb_button,
body.geek-2026 .et_pb_button_module_wrapper a{
  background:var(--g-orange)!important;
  color:#111!important;
  border:0!important;
  border-radius:12px!important;
  font-weight:800!important;
  padding:10px 18px!important;
}
body.geek-2026 table{width:100%;border-collapse:collapse}
body.geek-2026 .geek-table th{background:var(--g-orange);color:#111}

/* Hub */
.ghub{max-width:1120px;margin:0 auto 12px;padding:0 4px}
.ghub-hero{
  position:relative;border-radius:24px;overflow:hidden;min-height:380px;margin-bottom:22px;
  background:#000;
}
.ghub-hero img{width:100%;height:380px;object-fit:cover;display:block}
.ghub-hero .veil{
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(7,7,10,.92) 0%,rgba(7,7,10,.45) 55%,rgba(7,7,10,.1) 100%);
}
.ghub-hero .copy{position:absolute;left:0;bottom:0;padding:40px 42px;max-width:640px}
.ghub-kicker{
  display:inline-block;background:var(--g-orange);color:#111;font-weight:800;font-size:11px;
  letter-spacing:.14em;text-transform:uppercase;border-radius:999px;padding:5px 11px;margin-bottom:12px;
}
.ghub-hero h1{margin:0 0 10px;font-size:clamp(32px,5vw,52px);line-height:1.02;color:#fff!important}
.ghub-hero p{margin:0 0 18px;color:#e8dfd2;font-size:17px}
.ghub-cta{display:flex;flex-wrap:wrap;gap:10px}
.ghub-cta a{
  display:inline-block;text-decoration:none!important;font-weight:800;font-size:14px;
  border-radius:12px;padding:10px 16px;
}
.ghub-cta a.pri{background:var(--g-orange);color:#111!important}
.ghub-cta a.ghost{background:transparent;color:#fff!important;border:1px solid rgba(255,255,255,.25)}
.ghub-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:28px}
.ghub-card{
  display:block;text-decoration:none!important;color:inherit;border-radius:18px;overflow:hidden;
  border:1px solid var(--g-line);background:var(--g-card);transition:transform .2s ease,border-color .2s;
}
.ghub-card:hover{transform:translateY(-5px);border-color:var(--g-orange)}
.ghub-card img{width:100%;height:150px;object-fit:cover;display:block}
.ghub-card .b{padding:16px}
.ghub-card h3{margin:0 0 6px;font-size:18px;color:#fff!important}
.ghub-card p{margin:0;color:var(--g-muted);font-size:14px}
.ghub-strip{
  display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;
  background:linear-gradient(90deg,#1a1208,#0e0e14);border:1px solid #3a2a12;
  border-radius:16px;padding:16px 20px;margin-bottom:26px;
}
.ghub-strip strong{color:var(--g-orange);letter-spacing:.08em;font-size:12px;text-transform:uppercase}
.ghub-strip a{color:#111!important;background:var(--g-orange);text-decoration:none;font-weight:800;border-radius:10px;padding:8px 14px}
.ghub-latest{margin:8px 0 4px;font-size:22px}

.gpage-hero{
  position:relative;border-radius:20px;overflow:hidden;margin:0 0 18px;min-height:220px;
}
.gpage-hero img{width:100%;height:220px;object-fit:cover;display:block}
.gpage-hero .veil{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,7,10,.85),rgba(7,7,10,.25))}
.gpage-hero .copy{position:absolute;left:0;bottom:0;padding:24px 28px}
.gpage-hero h1{margin:0 0 6px;font-size:32px;color:#fff!important}
.gpage-hero p{margin:0;color:#e8dfd2}

@media (max-width:900px){
  .ghub-pillars{grid-template-columns:1fr}
  .ghub-hero,.ghub-hero img{min-height:280px;height:280px}
  .ghub-hero .copy,.gpage-hero .copy{padding:20px}
  header.et-l--header .et_pb_text p{font-size:16px!important}
}

/* Offers page already has .goff — keep it, just blend */
.goff{color:var(--g-text)}
.g-en{display:none!important}
html[lang^="en"] .g-fr{display:none!important}
html[lang^="en"] .g-en{display:revert!important}
html[lang^="en"] .goff[data-lang="fr"] .goff-en{display:block!important}
html[lang^="en"] .goff[data-lang="fr"] .goff-fr{display:none!important}

.g-lang{
  position:fixed;top:14px;right:16px;z-index:1100;
  display:flex;gap:4px;background:rgba(7,7,10,.82);
  border:1px solid var(--g-line);border-radius:999px;padding:4px;
  backdrop-filter:blur(12px);
}
.g-lang a{
  color:#fff!important;text-decoration:none;font-weight:800;font-size:12px;
  letter-spacing:.08em;padding:6px 10px;border-radius:999px;
}
.g-lang a.is-on{background:var(--g-orange);color:#111!important}
.trp-language-switcher,.trp-floater-ls{display:none!important}

@media (max-width:700px){
  .g-lang{top:auto;bottom:16px;right:12px}
}
