
:root{
  --gmr-purple:#5b3478;
  --gmr-purple-deep:#24142f;
  --gmr-purple-soft:#f1eaf6;
  --gmr-cream:#fffdf8;
  --gmr-gold:#c5a35e;
  --gmr-ink:#2b2532;
  --gmr-muted:#6f6577;
  --gmr-border:#dfd4e5;
  --gmr-shadow:0 14px 36px rgba(36,20,47,.12);
}
*{box-sizing:border-box}
body.gmr-theme-active{background:#f8f5fb;color:var(--gmr-ink)}
.gmr-shell{width:min(1240px,calc(100% - 36px));margin:0 auto}
.gmr-header{position:relative;z-index:1000;background:var(--gmr-cream)}
.gmr-top-strip{background:linear-gradient(90deg,#4067dc,#7b5ab8,#ef4a62);color:#fff;font-size:13px}
.gmr-top-strip .gmr-shell{display:flex;justify-content:space-between;align-items:center;min-height:38px;gap:20px}
.gmr-top-date{font-weight:700}
.gmr-top-message{font-weight:600}
.gmr-brand-row{border-bottom:1px solid var(--gmr-border)}
.gmr-brand-shell{display:flex;align-items:center;justify-content:space-between;gap:30px;min-height:100px}
.gmr-branding{display:flex;align-items:center;gap:14px}
.gmr-logo img{max-height:72px;width:auto}
.gmr-crystal-mark{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#744f90,#44245e);color:#fff;box-shadow:0 8px 20px rgba(91,52,120,.24)}
.gmr-crystal-mark svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.8}
.gmr-site-title{display:block;color:var(--gmr-purple-deep)!important;text-decoration:none!important;font:700 30px Georgia,"Times New Roman",serif;line-height:1.1}
.gmr-site-tagline{color:var(--gmr-muted);font-size:13px;margin-top:5px}
.gmr-header-actions{display:flex;align-items:center;gap:10px}
.gmr-search-open{width:44px;height:44px;border:1px solid var(--gmr-border);border-radius:50%;background:#fff;color:var(--gmr-purple);display:grid;place-items:center;cursor:pointer}
.gmr-search-open svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}
.gmr-action{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:999px;text-decoration:none!important;font-weight:800}
.gmr-action-arcade{background:var(--gmr-purple-soft);color:var(--gmr-purple)!important}
.gmr-action-shop{background:linear-gradient(135deg,#6b4388,#43235b);color:#fff!important;box-shadow:0 8px 18px rgba(91,52,120,.22)}
.gmr-nav-row{background:#fff;border-bottom:1px solid var(--gmr-border);box-shadow:0 8px 20px rgba(36,20,47,.06)}
.gmr-nav-shell{display:flex;align-items:center;justify-content:center}
.gmr-primary-nav{width:100%}
.gmr-menu{list-style:none;margin:0;padding:0;display:flex;align-items:stretch;justify-content:center;gap:2px}
.gmr-menu>li{position:relative}
.gmr-menu a{display:flex;align-items:center;min-height:58px;padding:0 17px;color:#342b3b!important;text-decoration:none!important;font-weight:750;border-bottom:3px solid transparent;transition:.2s}
.gmr-menu>li:hover>a,.gmr-menu>li.current-menu-item>a{background:var(--gmr-purple-soft);color:var(--gmr-purple)!important;border-bottom-color:var(--gmr-purple)}
.gmr-menu .sub-menu{position:absolute;left:0;top:100%;min-width:230px;list-style:none;margin:0;padding:8px;background:#fff;border:1px solid var(--gmr-border);border-radius:0 0 14px 14px;box-shadow:var(--gmr-shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s}
.gmr-menu li:hover>.sub-menu{opacity:1;visibility:visible;transform:none}
.gmr-menu .sub-menu a{min-height:42px;padding:8px 12px;border:0;border-radius:8px;font-weight:650}
.gmr-menu .sub-menu a:hover{background:var(--gmr-purple-soft)}
.gmr-menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--gmr-border);border-radius:9px;background:#fff;padding:9px}
.gmr-menu-toggle span{display:block;height:2px;background:var(--gmr-purple);margin:5px 0}
.gmr-search-panel{background:#f6eff9;border-bottom:1px solid var(--gmr-border);padding:16px 0}
.gmr-search-panel[hidden]{display:none}
.gmr-search-panel form{display:flex;gap:10px}
.gmr-search-panel input{flex:1;min-height:48px;border:1px solid #cfbfd8;border-radius:9px;padding:0 15px;font-size:15px}
.gmr-search-panel button{border:0;border-radius:9px;background:var(--gmr-purple);color:#fff;font-weight:800;padding:0 22px}
.gmr-search-close{font-size:24px!important;background:transparent!important;color:var(--gmr-purple)!important;padding:0 10px!important}
.gmr-site-content{min-height:55vh}
.gmr-theme-active article,.gmr-theme-active .widget,.gmr-theme-active .post-card{border-radius:16px}
.gmr-theme-active .entry-content{font-size:1.055rem;line-height:1.78}
.gmr-theme-active .entry-content blockquote{border-left:5px solid var(--gmr-purple);background:linear-gradient(90deg,var(--gmr-purple-soft),#fff);padding:22px 26px;border-radius:0 14px 14px 0}
.gmr-theme-active .wp-block-button__link,.gmr-theme-active input[type=submit],.gmr-theme-active button{transition:.2s}
.gmr-footer{background:linear-gradient(135deg,#281735,#45235e);color:#fff;margin-top:70px}
.gmr-footer-grid{display:grid;grid-template-columns:1.2fr .7fr 1fr;gap:50px;padding:58px 0}
.gmr-footer h2,.gmr-footer h3{color:#fff;margin-top:0}
.gmr-footer p{color:#eadff0;line-height:1.65}
.gmr-footer-menu{list-style:none;margin:0;padding:0}
.gmr-footer-menu li{margin:8px 0}
.gmr-footer a{color:#fff!important}
.gmr-footer-shop{display:inline-flex;padding:12px 18px;border-radius:999px;background:#fff;color:var(--gmr-purple)!important;text-decoration:none!important;font-weight:800}
.gmr-footer-bottom{border-top:1px solid rgba(255,255,255,.15);padding:18px 0;color:#d9cbe2;font-size:13px}
@media(max-width:900px){
  .gmr-site-tagline{display:none}
  .gmr-action-arcade{display:none}
  .gmr-menu-toggle{display:block;margin:10px 0}
  .gmr-nav-shell{justify-content:flex-start}
  .gmr-primary-nav{display:none;position:absolute;left:18px;right:18px;top:100%;background:#fff;border:1px solid var(--gmr-border);border-radius:0 0 14px 14px;box-shadow:var(--gmr-shadow);padding:10px}
  .gmr-header.gmr-menu-open .gmr-primary-nav{display:block}
  .gmr-menu{display:block}
  .gmr-menu a{min-height:46px;border:0;border-radius:8px}
  .gmr-menu .sub-menu{position:static;opacity:1;visibility:visible;transform:none;display:none;box-shadow:none;border:0;border-radius:8px;background:#f8f3fa;margin:0 0 6px 12px}
  .gmr-menu li.gmr-submenu-open>.sub-menu{display:block}
  .gmr-footer-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
  .gmr-top-message{display:none}
  .gmr-brand-shell{min-height:82px}
  .gmr-site-title{font-size:23px}
  .gmr-site-tagline{display:none}
  .gmr-action-shop{width:44px;padding:0;font-size:0}
  .gmr-action-shop:after{content:"🛍";font-size:18px}
  .gmr-footer-grid{padding:42px 0}
}
@media(prefers-reduced-motion:reduce){
  *{transition:none!important;animation:none!important}
}


/* ===== Version 2.1: polished header + crystal mega menus ===== */
.gmr-brand-shell{min-height:118px}
.gmr-site-title{font-size:36px}
.gmr-site-tagline{font-size:14px;margin-top:7px}
.gmr-crystal-mark{width:60px;height:60px}
.gmr-crystal-mark svg{width:34px;height:34px}
.gmr-header-actions{gap:12px}
.gmr-search-open{width:48px;height:48px}
.gmr-action{min-height:48px;padding:0 22px}
.gmr-action-arcade{
  background:linear-gradient(135deg,#79559a,#5a3478);
  color:#fff!important;
  box-shadow:0 8px 18px rgba(91,52,120,.20);
}
.gmr-action:hover,.gmr-search-open:hover{transform:translateY(-2px)}
.gmr-nav-row{position:relative}
.gmr-menu>li{position:static}
.gmr-menu>li>a{min-height:62px;padding:0 20px}
.gmr-nav-shell{position:relative}
.gmr-mega-menu{
  position:absolute;
  left:50%;
  top:100%;
  width:min(920px,calc(100vw - 44px));
  transform:translate(-50%,12px);
  padding:24px;
  background:rgba(255,255,255,.985);
  border:1px solid var(--gmr-border);
  border-radius:0 0 20px 20px;
  box-shadow:0 26px 55px rgba(36,20,47,.20);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .2s ease, transform .2s ease, visibility .2s;
}
.gmr-has-mega:hover>.gmr-mega-menu,
.gmr-has-mega:focus-within>.gmr-mega-menu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translate(-50%,0);
}
.gmr-mega-heading{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:20px;
  border-bottom:1px solid var(--gmr-border);
  padding-bottom:14px;
  margin-bottom:18px;
}
.gmr-mega-heading span{
  font:700 25px Georgia,"Times New Roman",serif;
  color:var(--gmr-purple-deep);
}
.gmr-mega-heading small{color:var(--gmr-muted)}
.gmr-mega-columns{
  display:grid;
  grid-template-columns:1.45fr .55fr;
  gap:18px;
}
.gmr-mega-links{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}
.gmr-mega-links a{
  min-height:78px!important;
  display:flex!important;
  flex-direction:column;
  align-items:flex-start!important;
  justify-content:center;
  gap:3px;
  padding:12px 14px!important;
  border:1px solid #eee6f2!important;
  border-radius:11px!important;
  background:#fbf8fc;
  color:var(--gmr-ink)!important;
}
.gmr-mega-links a:hover{
  background:var(--gmr-purple-soft)!important;
  border-color:#d5c4df!important;
  transform:translateY(-2px);
}
.gmr-mega-links strong{font-size:15px;color:var(--gmr-purple-deep)}
.gmr-mega-links span{font-size:12px;color:var(--gmr-muted);font-weight:500}
.gmr-mega-feature{
  min-height:100%!important;
  border-radius:14px!important;
  padding:24px!important;
  display:flex!important;
  flex-direction:column;
  justify-content:flex-end;
  align-items:flex-start!important;
  background:
    radial-gradient(circle at 85% 16%,rgba(255,255,255,.22),transparent 18%),
    linear-gradient(145deg,#7a56a0,#3a204e);
  color:#fff!important;
  border:0!important;
}
.gmr-mega-feature:hover{transform:translateY(-3px);color:#fff!important}
.gmr-mega-feature-icon{font-size:42px;line-height:1;margin-bottom:auto}
.gmr-mega-feature strong{font:700 23px Georgia,serif;margin-bottom:5px}
.gmr-mega-feature small{color:#efe5f4;font-size:13px;line-height:1.45}
.gmr-mega-feature b{margin-top:14px;font-size:13px}
.gmr-mega-menu-learn{width:min(720px,calc(100vw - 44px))}
.gmr-mega-links-learn{grid-template-columns:repeat(2,1fr)}

@media(max-width:900px){
  .gmr-brand-shell{min-height:96px}
  .gmr-site-title{font-size:29px}
  .gmr-menu>li{position:relative}
  .gmr-mega-menu,.gmr-mega-menu-learn{
    position:static;
    width:100%;
    transform:none!important;
    display:none;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    box-shadow:none;
    border:0;
    border-radius:10px;
    padding:12px;
    background:#f8f3fa;
  }
  .gmr-menu li.gmr-submenu-open>.gmr-mega-menu{display:block}
  .gmr-mega-heading{display:block}
  .gmr-mega-heading small{display:block;margin-top:4px}
  .gmr-mega-columns{grid-template-columns:1fr}
  .gmr-mega-feature{min-height:175px!important}
}
@media(max-width:620px){
  .gmr-brand-shell{min-height:86px}
  .gmr-site-title{font-size:24px}
  .gmr-crystal-mark{width:48px;height:48px}
  .gmr-mega-links,.gmr-mega-links-learn{grid-template-columns:1fr}
}


/* ===== Version 2.2: custom crystal magazine homepage ===== */
.gmr-home-hero{padding:34px 0 20px;background:linear-gradient(180deg,#f5eff8,#fbf9fc)}
.gmr-feature-story{
  position:relative;min-height:520px;border-radius:24px;overflow:hidden;
  background:linear-gradient(135deg,#321d42,#6f4a8a);
  background-image:var(--gmr-feature-image);
  background-size:cover;background-position:center;
  box-shadow:0 22px 48px rgba(36,20,47,.18);
}
.gmr-feature-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(25,13,34,.92) 0%,rgba(25,13,34,.66) 48%,rgba(25,13,34,.16) 100%)}
.gmr-feature-copy{position:relative;z-index:1;color:#fff;max-width:650px;padding:78px 58px}
.gmr-feature-kicker,.gmr-section-kicker{font-size:12px;font-weight:800;letter-spacing:.17em;text-transform:uppercase}
.gmr-feature-kicker{color:#dfb9f2}
.gmr-feature-copy h1{color:#fff;font:700 52px/1.08 Georgia,serif;margin:14px 0 18px}
.gmr-feature-copy p{font-size:18px;line-height:1.62;color:#f0e8f3}
.gmr-feature-meta{display:flex;gap:10px;color:#d8c9df;font-size:13px;margin:18px 0}
.gmr-feature-button,.gmr-home-banner a{
  display:inline-flex;padding:14px 22px;border-radius:999px;background:#fff;
  color:var(--gmr-purple)!important;text-decoration:none!important;font-weight:800
}
.gmr-home-intro{background:#fff;padding:42px 0;border-bottom:1px solid var(--gmr-border)}
.gmr-home-intro-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:55px;align-items:center}
.gmr-home-intro h2,.gmr-home-section h2,.gmr-home-banner h2{font:700 39px/1.12 Georgia,serif;color:var(--gmr-purple-deep);margin:8px 0 15px}
.gmr-home-intro p{font-size:17px;line-height:1.7;color:var(--gmr-muted);margin:0}
.gmr-section-kicker{color:var(--gmr-purple)}
.gmr-home-quick-links{display:grid;gap:10px}
.gmr-home-quick-links a{
  display:flex;align-items:center;gap:15px;padding:14px 16px;border-radius:13px;
  background:#faf7fc;border:1px solid #eee5f2;text-decoration:none!important;transition:.2s
}
.gmr-home-quick-links a:hover{transform:translateX(4px);background:var(--gmr-purple-soft)}
.gmr-home-quick-links b{font-size:25px;color:var(--gmr-purple);width:34px;text-align:center}
.gmr-home-quick-links span{display:flex;flex-direction:column}
.gmr-home-quick-links strong{color:var(--gmr-purple-deep)}
.gmr-home-quick-links small{color:var(--gmr-muted);margin-top:2px}
.gmr-custom-home{padding:56px 0 0}
.gmr-home-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:28px;align-items:start}
.gmr-home-main{min-width:0}
.gmr-home-section{margin-bottom:62px}
.gmr-home-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}
.gmr-home-section-head h2{margin-bottom:0}
.gmr-home-section-head>a{color:var(--gmr-purple)!important;text-decoration:none!important;font-weight:800;white-space:nowrap}
.gmr-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.gmr-home-card{
  background:#fff;border:1px solid #eee6f2;border-radius:17px!important;overflow:hidden;
  box-shadow:0 9px 25px rgba(36,20,47,.07);transition:.22s
}
.gmr-home-card:hover{transform:translateY(-5px);box-shadow:0 17px 34px rgba(36,20,47,.13)}
.gmr-home-card-image{display:block;aspect-ratio:16/10;background:linear-gradient(135deg,#ece2f2,#d9c5e5);overflow:hidden}
.gmr-home-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}
.gmr-home-card:hover .gmr-home-card-image img{transform:scale(1.04)}
.gmr-card-placeholder{display:grid;place-items:center;width:100%;height:100%;font-size:50px;color:var(--gmr-purple)}
.gmr-home-card-copy{padding:18px}
.gmr-home-card-meta{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--gmr-purple)}
.gmr-home-card h3{font:700 21px/1.22 Georgia,serif;margin:7px 0 9px}
.gmr-home-card h3 a{color:var(--gmr-purple-deep)!important;text-decoration:none!important}
.gmr-home-card p{font-size:13px;line-height:1.55;color:var(--gmr-muted);margin:0 0 12px}
.gmr-read-more{color:var(--gmr-purple)!important;text-decoration:none!important;font-weight:800;font-size:13px}
.gmr-home-banner{
  min-height:275px;border-radius:22px;padding:45px;display:flex;align-items:center;justify-content:space-between;
  margin-bottom:62px;color:#fff;overflow:hidden;position:relative;
  background:
    radial-gradient(circle at 85% 20%,rgba(255,255,255,.18),transparent 18%),
    linear-gradient(135deg,#291637,#684084);
  box-shadow:0 18px 38px rgba(36,20,47,.16)
}
.gmr-home-banner>div:first-child{max-width:650px;position:relative;z-index:1}
.gmr-home-banner .gmr-section-kicker{color:#dbb8ef}
.gmr-home-banner h2{color:#fff}
.gmr-home-banner p{font-size:16px;line-height:1.65;color:#eee3f3}
.gmr-banner-crystals{font-size:66px;letter-spacing:10px;color:#d9b9e9;opacity:.75;transform:rotate(-8deg)}
.gmr-printables-section{padding:34px;border-radius:22px;background:#fcf8ee;border:1px solid #eee1c6}
.gmr-latest-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.gmr-latest-card{display:grid;grid-template-columns:155px 1fr}
.gmr-latest-card .gmr-home-card-image{aspect-ratio:auto;height:100%}
.gmr-latest-card .gmr-home-card-copy{padding:16px}
.gmr-latest-card h3{font-size:18px}
.gmr-latest-card p{display:none}
.gmr-home-sidebar{position:sticky;top:22px}
.gmr-home-sidebar .widget{background:#fff;border:1px solid #eee6f2;padding:18px;border-radius:17px!important;box-shadow:0 9px 25px rgba(36,20,47,.06);margin-bottom:20px}
.gmr-home-sidebar .widget-title{font:700 22px Georgia,serif;color:var(--gmr-purple-deep)}

@media(max-width:1050px){
  .gmr-home-layout{grid-template-columns:1fr}
  .gmr-home-sidebar{position:static;display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
}
@media(max-width:820px){
  .gmr-feature-story{min-height:470px}
  .gmr-feature-copy{padding:58px 34px;max-width:600px}
  .gmr-feature-copy h1{font-size:42px}
  .gmr-home-intro-grid{grid-template-columns:1fr}
  .gmr-card-grid{grid-template-columns:1fr 1fr}
  .gmr-banner-crystals{display:none}
}
@media(max-width:600px){
  .gmr-home-hero{padding-top:18px}
  .gmr-feature-story{min-height:440px;border-radius:15px}
  .gmr-feature-overlay{background:linear-gradient(180deg,rgba(25,13,34,.38),rgba(25,13,34,.92))}
  .gmr-feature-copy{padding:120px 24px 35px}
  .gmr-feature-copy h1{font-size:34px}
  .gmr-feature-copy p{font-size:15px}
  .gmr-home-intro h2,.gmr-home-section h2,.gmr-home-banner h2{font-size:31px}
  .gmr-home-section-head{align-items:flex-start;flex-direction:column}
  .gmr-card-grid,.gmr-latest-grid{grid-template-columns:1fr}
  .gmr-latest-card{grid-template-columns:125px 1fr}
  .gmr-home-banner{padding:30px 24px}
  .gmr-printables-section{padding:22px}
  .gmr-home-sidebar{grid-template-columns:1fr}
}


/* ===== Version 2.3: unified Rockhound Arcade section ===== */
.gmr-arcade-banner{display:none!important}

.gmr-arcade-section{
  position:relative;
  margin:0 0 62px;
  padding:0;
  border-radius:24px;
  overflow:hidden;
  background:
    radial-gradient(circle at 88% 16%,rgba(255,255,255,.15),transparent 18%),
    radial-gradient(circle at 12% 85%,rgba(255,255,255,.08),transparent 22%),
    linear-gradient(135deg,#2b1838 0%,#55306f 55%,#744a91 100%);
  box-shadow:0 18px 40px rgba(36,20,47,.17);
}
.gmr-arcade-section::before{
  content:"◇  ✦  ◇";
  position:absolute;
  right:34px;
  top:24px;
  color:rgba(255,255,255,.16);
  font-size:54px;
  letter-spacing:12px;
  transform:rotate(-8deg);
  pointer-events:none;
}
.gmr-arcade-section-inner{
  position:relative;
  z-index:1;
  padding:38px;
}
.gmr-arcade-section .gmr-home-section-head{
  align-items:flex-start;
  margin-bottom:24px;
}
.gmr-arcade-section .gmr-section-kicker{color:#dfb9f2}
.gmr-arcade-section .gmr-home-section-head h2{color:#fff}
.gmr-arcade-section .gmr-section-intro{
  max-width:670px;
  margin:8px 0 0;
  color:#eadff0;
  line-height:1.6;
}
.gmr-arcade-section .gmr-home-section-head>a{
  color:#fff!important;
  padding:11px 17px;
  border:1px solid rgba(255,255,255,.4);
  border-radius:999px;
  background:rgba(255,255,255,.09);
}
.gmr-arcade-section .gmr-home-section-head>a:hover{
  background:#fff;
  color:var(--gmr-purple)!important;
}
.gmr-arcade-section .gmr-home-card{
  border-color:rgba(255,255,255,.2);
  box-shadow:0 12px 28px rgba(18,8,25,.24);
}
.gmr-arcade-section .gmr-home-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 36px rgba(18,8,25,.32);
}
@media(max-width:600px){
  .gmr-arcade-section-inner{padding:25px 20px}
  .gmr-arcade-section::before{font-size:34px;right:10px;top:18px}
}


/* ===== Version 2.4: restore the original light-lavender footer ===== */
.gmr-footer,
.gmr-footer-bottom{
  display:none!important;
}


/* ===== Version 2.5: compact light-lavender footer ===== */

/* Reduce the large lavender footer region */
.gmr-theme-active footer,
.gmr-theme-active .site-footer,
.gmr-theme-active .footer-area,
.gmr-theme-active .footer-widgets,
.gmr-theme-active .footer-widget-area{
  min-height:0!important;
}

/* Common Blogsy footer wrappers */
.gmr-theme-active .site-footer,
.gmr-theme-active footer.site-footer,
.gmr-theme-active .footer-area{
  padding-top:34px!important;
  padding-bottom:26px!important;
}

/* Tighten footer widget spacing */
.gmr-theme-active .footer-widgets,
.gmr-theme-active .footer-widget-area,
.gmr-theme-active .site-footer .widget-area{
  padding-top:0!important;
  padding-bottom:0!important;
  margin-top:0!important;
  margin-bottom:0!important;
}

/* Three-card footer layout */
.gmr-theme-active .site-footer .widget,
.gmr-theme-active footer .widget,
.gmr-theme-active .footer-area .widget{
  padding:22px!important;
  margin-bottom:18px!important;
  border-radius:18px!important;
}

/* Reduce vertical gaps inside the cards */
.gmr-theme-active .site-footer .widget h2,
.gmr-theme-active .site-footer .widget h3,
.gmr-theme-active footer .widget h2,
.gmr-theme-active footer .widget h3{
  margin-top:0!important;
  margin-bottom:14px!important;
  line-height:1.15!important;
}

.gmr-theme-active .site-footer .widget p,
.gmr-theme-active footer .widget p{
  margin-top:8px!important;
  margin-bottom:10px!important;
  line-height:1.45!important;
}

/* Compact menu buttons in Explore card */
.gmr-theme-active .site-footer .widget a,
.gmr-theme-active footer .widget a{
  min-height:0!important;
}

.gmr-theme-active .site-footer .menu a,
.gmr-theme-active footer .menu a,
.gmr-theme-active .site-footer .wp-block-button__link,
.gmr-theme-active footer .wp-block-button__link{
  padding-top:11px!important;
  padding-bottom:11px!important;
}

/* Crystal spotlight image */
.gmr-theme-active .site-footer img,
.gmr-theme-active footer img{
  max-height:260px!important;
  width:auto;
  object-fit:cover;
}

/* Video sizing */
.gmr-theme-active .site-footer video,
.gmr-theme-active footer video,
.gmr-theme-active .site-footer iframe,
.gmr-theme-active footer iframe{
  max-height:245px!important;
}

/* If the footer cards are in a grid, tighten the grid */
.gmr-theme-active .site-footer .wp-block-columns,
.gmr-theme-active footer .wp-block-columns,
.gmr-theme-active .footer-widgets .row{
  gap:22px!important;
  align-items:start!important;
}

/* Bottom copyright spacing */
.gmr-theme-active .site-info,
.gmr-theme-active .footer-bottom,
.gmr-theme-active .copyright-area{
  padding-top:12px!important;
  padding-bottom:12px!important;
  margin-top:18px!important;
}

@media(max-width:900px){
  .gmr-theme-active .site-footer,
  .gmr-theme-active footer.site-footer,
  .gmr-theme-active .footer-area{
    padding-top:28px!important;
    padding-bottom:22px!important;
  }
  .gmr-theme-active .site-footer img,
  .gmr-theme-active footer img{
    max-height:230px!important;
  }
}

@media(max-width:600px){
  .gmr-theme-active .site-footer .widget,
  .gmr-theme-active footer .widget,
  .gmr-theme-active .footer-area .widget{
    padding:18px!important;
  }
  .gmr-theme-active .site-footer img,
  .gmr-theme-active footer img{
    max-height:210px!important;
  }
}


/* ===== Version 2.6: exact compact footer selectors ===== */
.gmr-custom-footer{
  padding:38px 0 30px!important;
  min-height:0!important;
}

.gmr-custom-footer .gmr-footer-grid{
  width:min(1240px,calc(100% - 36px))!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:1.25fr .82fr 1.05fr!important;
  gap:24px!important;
  align-items:start!important;
}

.gmr-custom-footer .gmr-footer-card{
  min-height:0!important;
  height:auto!important;
  padding:22px!important;
  border-radius:18px!important;
}

.gmr-custom-footer .gmr-footer-center{
  max-width:none!important;
}

.gmr-custom-footer .gmr-footer-card h2,
.gmr-custom-footer .gmr-footer-card h3{
  margin:0 0 14px!important;
  line-height:1.12!important;
}

.gmr-custom-footer .gmr-footer-card p{
  margin:8px 0 10px!important;
  line-height:1.42!important;
}

.gmr-custom-footer .gmr-links-card{
  padding-bottom:20px!important;
}

.gmr-custom-footer .gmr-links-card a{
  min-height:0!important;
  padding:12px 16px!important;
  margin-bottom:10px!important;
  border-radius:12px!important;
}

.gmr-custom-footer .gmr-links-card a:last-child{
  margin-bottom:0!important;
}

.gmr-custom-footer .gmr-random-image-wrap,
.gmr-custom-footer .gmr-random-image-wrap img,
.gmr-custom-footer .gmr-footer-center img{
  max-height:220px!important;
  height:220px!important;
  width:100%!important;
  object-fit:cover!important;
  border-radius:14px!important;
}

.gmr-custom-footer .gmr-footer-center .gmr-spotlight-kicker,
.gmr-custom-footer .gmr-footer-center .gmr-spotlight-note{
  margin:8px 0!important;
}

.gmr-custom-footer .gmr-footer-center .gmr-spotlight-note{
  padding:12px 14px!important;
  min-height:0!important;
}

.gmr-custom-footer video,
.gmr-custom-footer iframe{
  width:100%!important;
  max-height:215px!important;
  height:215px!important;
  object-fit:cover!important;
  border-radius:14px!important;
}

.gmr-custom-footer .gmr-video-card{
  padding-bottom:20px!important;
}

.gmr-custom-footer .gmr-video-card p{
  margin-bottom:0!important;
}

@media(max-width:900px){
  .gmr-custom-footer .gmr-footer-grid{
    grid-template-columns:1fr 1fr!important;
  }

  .gmr-custom-footer .gmr-video-card{
    grid-column:1/-1!important;
  }
}

@media(max-width:650px){
  .gmr-custom-footer{
    padding:28px 0 24px!important;
  }

  .gmr-custom-footer .gmr-footer-grid{
    grid-template-columns:1fr!important;
    gap:18px!important;
  }

  .gmr-custom-footer .gmr-video-card{
    grid-column:auto!important;
  }

  .gmr-custom-footer .gmr-random-image-wrap,
  .gmr-custom-footer .gmr-random-image-wrap img,
  .gmr-custom-footer .gmr-footer-center img{
    height:200px!important;
    max-height:200px!important;
  }

  .gmr-custom-footer video,
  .gmr-custom-footer iframe{
    height:195px!important;
    max-height:195px!important;
  }
}


/* ===== Version 2.7: fix oversized Crystal Spotlight card ===== */
.gmr-custom-footer{
  padding-top:30px!important;
  padding-bottom:24px!important;
}

.gmr-custom-footer .gmr-footer-grid{
  grid-template-columns:1.25fr .78fr 1.05fr!important;
  gap:20px!important;
}

.gmr-custom-footer .gmr-footer-center{
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  padding:18px!important;
  min-height:0!important;
  height:auto!important;
}

.gmr-custom-footer .gmr-footer-center > *{
  min-height:0!important;
}

.gmr-custom-footer .gmr-footer-center h2{
  margin-bottom:10px!important;
}

.gmr-custom-footer .gmr-random-image-wrap{
  height:180px!important;
  max-height:180px!important;
  min-height:180px!important;
  overflow:hidden!important;
  margin:0 0 8px!important;
  padding:0!important;
  border-radius:14px!important;
}

.gmr-custom-footer .gmr-random-image-wrap img,
.gmr-custom-footer .gmr-footer-center img{
  display:block!important;
  width:100%!important;
  height:180px!important;
  max-height:180px!important;
  object-fit:cover!important;
  margin:0!important;
}

.gmr-custom-footer .gmr-footer-center .gmr-spotlight-kicker{
  margin:6px 0 4px!important;
  font-size:12px!important;
  line-height:1.35!important;
}

.gmr-custom-footer .gmr-footer-center .gmr-spotlight-note{
  margin:8px 0 0!important;
  padding:12px!important;
  min-height:0!important;
  height:auto!important;
  line-height:1.4!important;
}

.gmr-custom-footer .gmr-footer-center .gmr-spotlight-note p{
  margin:0!important;
}

.gmr-custom-footer .gmr-footer-card{
  align-self:start!important;
}

@media(max-width:900px){
  .gmr-custom-footer .gmr-footer-grid{
    grid-template-columns:1fr!important;
  }

  .gmr-custom-footer .gmr-footer-card{
    width:100%!important;
    max-width:720px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
}


/* ===== Version 2.8: polished footer inspired by approved mockup ===== */

.gmr-custom-footer{
  padding:36px 0 18px!important;
  background:
    radial-gradient(circle at 18% 20%,rgba(255,255,255,.30),transparent 18%),
    radial-gradient(circle at 80% 75%,rgba(255,255,255,.18),transparent 20%),
    linear-gradient(180deg,#e6cff3 0%,#dcbef0 58%,#ead7f5 100%)!important;
}

.gmr-custom-footer .gmr-footer-grid{
  width:min(1280px,calc(100% - 36px))!important;
  margin:0 auto!important;
  grid-template-columns:1.08fr .82fr 1.08fr!important;
  gap:24px!important;
  align-items:stretch!important;
}

/* Shared card styling */
.gmr-custom-footer .gmr-footer-card{
  background:rgba(255,255,255,.94)!important;
  border:1px solid rgba(111,64,148,.14)!important;
  border-radius:24px!important;
  box-shadow:0 18px 34px rgba(91,52,120,.16)!important;
  padding:24px!important;
  overflow:hidden!important;
}

.gmr-custom-footer .gmr-footer-card::before{
  content:""!important;
  display:block!important;
  height:4px!important;
  margin:-24px -24px 20px!important;
  background:linear-gradient(90deg,#f058b8,#8b38d1,#6530b7)!important;
}

/* Headings */
.gmr-custom-footer .gmr-footer-card h2,
.gmr-custom-footer .gmr-footer-card h3{
  color:#4f1f78!important;
  font-weight:800!important;
  line-height:1.12!important;
  margin:0 0 14px!important;
}

/* Explore card */
.gmr-custom-footer .gmr-links-card{
  padding-bottom:22px!important;
}

.gmr-custom-footer .gmr-links-card p{
  color:#5d5266!important;
  margin:0 0 18px!important;
  line-height:1.5!important;
  text-align:center!important;
}

.gmr-custom-footer .gmr-links-card a{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  min-height:54px!important;
  padding:0 18px!important;
  margin-bottom:10px!important;
  border-radius:14px!important;
  color:#fff!important;
  text-decoration:none!important;
  font-weight:800!important;
  background:linear-gradient(90deg,#8d3bd0,#6828b9)!important;
  box-shadow:0 8px 18px rgba(103,40,182,.18)!important;
}

.gmr-custom-footer .gmr-links-card a:last-child{
  margin-bottom:0!important;
}

.gmr-custom-footer .gmr-links-card a:hover{
  transform:translateY(-2px)!important;
  filter:brightness(1.05)!important;
}

/* Center spotlight card */
.gmr-custom-footer .gmr-footer-center{
  padding:24px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  min-height:0!important;
}

.gmr-custom-footer .gmr-footer-center h2{
  text-align:center!important;
  margin-bottom:14px!important;
}

/* Remove the ugly blue crystal graphic/icon entirely */
.gmr-custom-footer .gmr-footer-center > svg,
.gmr-custom-footer .gmr-footer-center > .gmr-crystal-icon,
.gmr-custom-footer .gmr-footer-center .gmr-crystal-mark,
.gmr-custom-footer .gmr-footer-center .gmr-spotlight-icon,
.gmr-custom-footer .gmr-footer-center img[src*="crystal-icon"],
.gmr-custom-footer .gmr-footer-center img[src*="diamond"]{
  display:none!important;
}

/* Ensure any header layout left by the icon recenters */
.gmr-custom-footer .gmr-footer-center .gmr-spotlight-header,
.gmr-custom-footer .gmr-footer-center .gmr-card-heading{
  display:block!important;
  text-align:center!important;
}

.gmr-custom-footer .gmr-random-image-wrap{
  height:220px!important;
  max-height:220px!important;
  min-height:220px!important;
  overflow:hidden!important;
  border-radius:16px!important;
  margin:0 0 10px!important;
  padding:0!important;
  background:#f3edf7!important;
}

.gmr-custom-footer .gmr-random-image-wrap img,
.gmr-custom-footer .gmr-footer-center img{
  width:100%!important;
  height:220px!important;
  max-height:220px!important;
  object-fit:cover!important;
  border-radius:16px!important;
  display:block!important;
  margin:0!important;
}

.gmr-custom-footer .gmr-footer-center .gmr-spotlight-kicker{
  text-align:center!important;
  color:#6b2aa3!important;
  font-size:12px!important;
  font-weight:700!important;
  margin:8px 0 4px!important;
}

.gmr-custom-footer .gmr-footer-center .gmr-spotlight-note{
  margin:12px 0 0!important;
  padding:14px!important;
  border:1px solid #d8b8ee!important;
  border-radius:14px!important;
  background:linear-gradient(180deg,#fff,#f7effc)!important;
  color:#50335f!important;
  text-align:center!important;
  line-height:1.45!important;
}

/* Video card */
.gmr-custom-footer .gmr-video-card{
  padding:24px!important;
}

.gmr-custom-footer .gmr-video-card h2,
.gmr-custom-footer .gmr-video-card h3{
  text-align:center!important;
}

.gmr-custom-footer .gmr-video-card video,
.gmr-custom-footer .gmr-video-card iframe{
  width:100%!important;
  height:220px!important;
  max-height:220px!important;
  border-radius:16px!important;
  object-fit:cover!important;
  background:#1c1024!important;
  display:block!important;
}

.gmr-custom-footer .gmr-video-card p{
  text-align:center!important;
  color:#5f3a76!important;
  font-weight:700!important;
  line-height:1.45!important;
  margin:12px 0 0!important;
}

/* Bottom footer branding area */
.gmr-custom-footer .gmr-footer-bottom,
.gmr-custom-footer .gmr-footer-branding,
.gmr-custom-footer .gmr-footer-legal{
  width:min(1280px,calc(100% - 36px))!important;
  margin:26px auto 0!important;
  padding:22px 0 8px!important;
  border-top:1px solid rgba(92,48,122,.16)!important;
  color:#5c3b6a!important;
  text-align:center!important;
}

/* Hide oversized decorative crystal mark at the bottom if present */
.gmr-custom-footer .gmr-footer-bottom .gmr-crystal-mark,
.gmr-custom-footer .gmr-footer-branding .gmr-crystal-mark,
.gmr-custom-footer .gmr-footer-branding svg{
  display:none!important;
}

@media(max-width:950px){
  .gmr-custom-footer .gmr-footer-grid{
    grid-template-columns:1fr 1fr!important;
  }
  .gmr-custom-footer .gmr-video-card{
    grid-column:1/-1!important;
  }
}

@media(max-width:680px){
  .gmr-custom-footer{
    padding:26px 0 14px!important;
  }
  .gmr-custom-footer .gmr-footer-grid{
    grid-template-columns:1fr!important;
    gap:18px!important;
  }
  .gmr-custom-footer .gmr-video-card{
    grid-column:auto!important;
  }
  .gmr-custom-footer .gmr-footer-card{
    padding:20px!important;
    border-radius:18px!important;
  }
  .gmr-custom-footer .gmr-footer-card::before{
    margin:-20px -20px 18px!important;
  }
  .gmr-custom-footer .gmr-random-image-wrap,
  .gmr-custom-footer .gmr-random-image-wrap img,
  .gmr-custom-footer .gmr-footer-center img,
  .gmr-custom-footer .gmr-video-card video,
  .gmr-custom-footer .gmr-video-card iframe{
    height:200px!important;
    max-height:200px!important;
    min-height:0!important;
  }
}


/* ===== Version 2.9: restore the established theme purple ===== */
.gmr-custom-footer{
  background:
    radial-gradient(circle at 18% 20%,rgba(255,255,255,.24),transparent 18%),
    radial-gradient(circle at 80% 75%,rgba(255,255,255,.12),transparent 20%),
    linear-gradient(180deg,#eadff2 0%,#d9c3e7 58%,#e7d8ef 100%)!important;
}

.gmr-custom-footer .gmr-footer-card{
  border-color:rgba(79,42,112,.16)!important;
  box-shadow:0 18px 34px rgba(79,42,112,.14)!important;
}

.gmr-custom-footer .gmr-footer-card::before{
  background:linear-gradient(90deg,#6f4a8d,#5a3476,#3f2554)!important;
}

.gmr-custom-footer .gmr-footer-card h2,
.gmr-custom-footer .gmr-footer-card h3{
  color:#4f2a70!important;
}

.gmr-custom-footer .gmr-links-card a{
  background:linear-gradient(90deg,#6f4a8d,#5a3476)!important;
  box-shadow:0 8px 18px rgba(79,42,112,.18)!important;
}

.gmr-custom-footer .gmr-footer-center .gmr-spotlight-kicker{
  color:#5a3476!important;
}

.gmr-custom-footer .gmr-footer-center .gmr-spotlight-note{
  border-color:#cdb8da!important;
  background:linear-gradient(180deg,#fff,#f3edf7)!important;
  color:#4b3658!important;
}

.gmr-custom-footer .gmr-video-card p{
  color:#5a3476!important;
}

/* Remove the WordPress-rendered blue diamond emoji and recenter the heading */
.gmr-custom-footer .gmr-footer-center h2 span[aria-hidden="true"],
.gmr-custom-footer .gmr-footer-center h2 img.emoji{
  display:none!important;
}

.gmr-custom-footer .gmr-footer-center h2{
  display:block!important;
  text-align:center!important;
  color:#4f2a70!important;
}

/* Bottom branding/legal color */
.gmr-custom-footer .gmr-footer-bottom,
.gmr-custom-footer .gmr-footer-branding,
.gmr-custom-footer .gmr-footer-legal{
  color:#5a3b67!important;
  border-top-color:rgba(79,42,112,.16)!important;
}


/* ===== Version 3.0: purpose-built compact footer ===== */
.gmr-custom-footer{display:none!important}

.gmr-new-footer{
  margin-top:64px;
  color:#fff;
  font-family:Arial,Helvetica,sans-serif;
}

.gmr-footer-cta{
  background:
    radial-gradient(circle at 82% 18%,rgba(255,255,255,.16),transparent 18%),
    linear-gradient(135deg,#2b1838,#5a3476);
}

.gmr-footer-cta-inner{
  min-height:210px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:35px;
  padding-top:34px;
  padding-bottom:34px;
}

.gmr-footer-kicker{
  display:block;
  font-size:11px;
  font-weight:800;
  letter-spacing:.16em;
  color:#d9bce8;
  margin-bottom:8px;
}

.gmr-footer-cta h2{
  color:#fff;
  font:700 38px/1.1 Georgia,"Times New Roman",serif;
  margin:0 0 10px;
}

.gmr-footer-cta p{
  margin:0;
  color:#eadff0;
  line-height:1.6;
  max-width:680px;
}

.gmr-footer-cta-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.gmr-footer-btn{
  display:inline-flex;
  min-height:46px;
  padding:0 20px;
  border-radius:999px;
  align-items:center;
  justify-content:center;
  text-decoration:none!important;
  font-weight:800;
}

.gmr-footer-btn-primary{
  background:#fff;
  color:#5a3476!important;
}

.gmr-footer-btn-light{
  border:1px solid rgba(255,255,255,.45);
  color:#fff!important;
  background:rgba(255,255,255,.08);
}

.gmr-footer-main{
  background:linear-gradient(180deg,#eadff2,#ded0e8);
  color:#34243e;
}

.gmr-footer-main-grid{
  display:grid;
  grid-template-columns:1.1fr 1.2fr 1fr .7fr;
  gap:26px;
  align-items:center;
  padding-top:34px;
  padding-bottom:34px;
}

.gmr-footer-brand h2,
.gmr-footer-main h3{
  color:#4f2a70;
  margin-top:0;
}

.gmr-footer-brand h2{
  font:700 28px Georgia,"Times New Roman",serif;
  margin-bottom:10px;
}

.gmr-footer-brand p{
  color:#5d5266;
  line-height:1.55;
  margin:0 0 14px;
}

.gmr-footer-mini-links{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.gmr-footer-main a{
  color:#5a3476!important;
  text-decoration:none!important;
  font-weight:700;
}

.gmr-footer-spotlight{
  display:grid;
  grid-template-columns:110px 1fr;
  gap:14px;
  align-items:center;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(79,42,112,.12);
  border-radius:16px;
  padding:14px;
  box-shadow:0 10px 24px rgba(79,42,112,.08);
}

.gmr-footer-spotlight img,
.gmr-footer-spotlight-placeholder{
  width:110px;
  height:90px;
  object-fit:cover;
  border-radius:12px;
}

.gmr-footer-spotlight-placeholder{
  display:grid;
  place-items:center;
  background:#d9c6e5;
  color:#5a3476;
  font-size:34px;
}

.gmr-footer-spotlight h3{
  margin:0 0 4px;
  font-size:18px;
}

.gmr-footer-spotlight p{
  margin:0;
  font-size:13px;
  color:#6a5d70;
}

.gmr-footer-fact{
  background:#fff;
  border:1px solid #d3c0df;
  border-radius:16px;
  padding:18px;
}

.gmr-footer-fact .gmr-footer-kicker{
  color:#5a3476;
}

.gmr-footer-fact p{
  color:#4d3a57;
  line-height:1.55;
  margin:0;
}

.gmr-footer-explore{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.gmr-footer-explore h3{
  margin-bottom:4px;
}

.gmr-footer-bottom{
  background:#d5c4e1;
  color:#564261;
  border-top:1px solid rgba(79,42,112,.12);
}

.gmr-footer-bottom .gmr-shell{
  min-height:50px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  font-size:12px;
}

@media(max-width:1050px){
  .gmr-footer-main-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:760px){
  .gmr-footer-cta-inner{
    align-items:flex-start;
    flex-direction:column;
  }

  .gmr-footer-main-grid{
    grid-template-columns:1fr;
  }

  .gmr-footer-bottom .gmr-shell{
    align-items:flex-start;
    flex-direction:column;
    justify-content:center;
    padding-top:12px;
    padding-bottom:12px;
  }
}

@media(max-width:500px){
  .gmr-footer-cta h2{
    font-size:31px;
  }

  .gmr-footer-spotlight{
    grid-template-columns:90px 1fr;
  }

  .gmr-footer-spotlight img,
  .gmr-footer-spotlight-placeholder{
    width:90px;
    height:78px;
  }
}


/* ===== Version 3.1: complete footer with legal links and copyright ===== */

.gmr-footer-main-grid{
  grid-template-columns:1.05fr 1.2fr 1fr .8fr!important;
  gap:28px!important;
  align-items:center!important;
}

.gmr-footer-brand{
  min-width:0;
}

.gmr-footer-brand h2{
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  font-size:28px!important;
  line-height:1.12!important;
}

.gmr-footer-brand p{
  max-width:300px!important;
}

.gmr-footer-legal{
  background:#cdb8dc!important;
  border-top:1px solid rgba(79,42,112,.15)!important;
  color:#4f3b59!important;
}

.gmr-footer-legal .gmr-shell{
  padding-top:18px!important;
  padding-bottom:18px!important;
}

.gmr-footer-legal-links{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:0!important;
  margin-bottom:12px!important;
}

.gmr-footer-legal-links a{
  color:#4f2a70!important;
  text-decoration:none!important;
  font-weight:700!important;
  font-size:13px!important;
  padding:0 16px!important;
  border-right:1px solid rgba(79,42,112,.24)!important;
}

.gmr-footer-legal-links a:last-child{
  border-right:0!important;
}

.gmr-footer-legal-links a:hover{
  text-decoration:underline!important;
}

.gmr-footer-copyright{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:10px 18px!important;
  text-align:center!important;
  font-size:12px!important;
  line-height:1.5!important;
  color:#5c4965!important;
}

@media(max-width:1050px){
  .gmr-footer-main-grid{
    grid-template-columns:1fr 1fr!important;
    align-items:start!important;
  }
}

@media(max-width:760px){
  .gmr-footer-main-grid{
    grid-template-columns:1fr!important;
  }

  .gmr-footer-brand p{
    max-width:none!important;
  }

  .gmr-footer-legal-links{
    gap:8px 14px!important;
  }

  .gmr-footer-legal-links a{
    border-right:0!important;
    padding:0!important;
  }

  .gmr-footer-copyright{
    flex-direction:column!important;
    gap:4px!important;
  }
}


/* ===== Version 3.2: fixed brand column and visible copyright ===== */

.gmr-footer-main-grid{
  grid-template-columns:1.05fr 1.2fr 1.15fr!important;
  gap:30px!important;
  align-items:center!important;
}

.gmr-footer-brand{
  min-width:280px!important;
}

.gmr-footer-brand h2{
  white-space:nowrap!important;
  word-break:keep-all!important;
  overflow-wrap:normal!important;
  font-size:30px!important;
  line-height:1.12!important;
  margin:0 0 12px!important;
}

.gmr-footer-brand p{
  max-width:330px!important;
  margin:0 0 14px!important;
  font-size:15px!important;
  line-height:1.6!important;
}

.gmr-footer-brand-links{
  display:flex!important;
  gap:16px!important;
  flex-wrap:wrap!important;
}

.gmr-footer-info-stack{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:16px!important;
}

.gmr-footer-explore{
  background:rgba(255,255,255,.55)!important;
  border:1px solid rgba(79,42,112,.12)!important;
  border-radius:14px!important;
  padding:16px!important;
}

.gmr-footer-explore h3{
  margin:0 0 10px!important;
}

.gmr-footer-explore-links{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:8px 14px!important;
}

.gmr-footer-legal{
  background:#c7afd7!important;
  border-top:1px solid rgba(79,42,112,.18)!important;
}

.gmr-footer-legal .gmr-shell{
  padding-top:18px!important;
  padding-bottom:18px!important;
  text-align:center!important;
}

.gmr-footer-legal-links{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:0!important;
  margin:0 0 12px!important;
}

.gmr-footer-legal-links a{
  color:#4f2a70!important;
  text-decoration:none!important;
  font-weight:700!important;
  font-size:13px!important;
  padding:0 16px!important;
  border-right:1px solid rgba(79,42,112,.26)!important;
}

.gmr-footer-legal-links a:last-child{
  border-right:0!important;
}

.gmr-footer-copyright{
  display:block!important;
  margin:0!important;
  color:#3f2d48!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1.5!important;
}

.gmr-footer-credit{
  margin:4px 0 0!important;
  color:#5f4c68!important;
  font-size:12px!important;
  line-height:1.45!important;
}

@media(max-width:1050px){
  .gmr-footer-main-grid{
    grid-template-columns:1fr 1fr!important;
    align-items:start!important;
  }

  .gmr-footer-brand{
    min-width:0!important;
  }

  .gmr-footer-brand h2{
    white-space:normal!important;
  }

  .gmr-footer-info-stack{
    grid-column:1/-1!important;
    grid-template-columns:1fr 1fr!important;
  }
}

@media(max-width:760px){
  .gmr-footer-main-grid{
    grid-template-columns:1fr!important;
  }

  .gmr-footer-info-stack{
    grid-column:auto!important;
    grid-template-columns:1fr!important;
  }

  .gmr-footer-brand h2{
    white-space:normal!important;
    font-size:27px!important;
  }

  .gmr-footer-explore-links{
    grid-template-columns:1fr!important;
  }

  .gmr-footer-legal-links{
    gap:8px 14px!important;
  }

  .gmr-footer-legal-links a{
    border-right:0!important;
    padding:0!important;
  }
}


/* ===== Version 3.3: hard reset for footer layout ===== */

.gmr-new-footer,
.gmr-new-footer *{
  box-sizing:border-box!important;
}

.gmr-new-footer .gmr-footer-main{
  background:linear-gradient(180deg,#eadff2,#ded0e8)!important;
  padding:32px 0!important;
}

.gmr-new-footer .gmr-footer-main-grid{
  width:min(1180px,calc(100% - 40px))!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:1fr 1.15fr 1fr!important;
  gap:24px!important;
  align-items:stretch!important;
}

.gmr-new-footer .gmr-footer-panel{
  position:relative!important;
  min-width:0!important;
  width:auto!important;
  height:auto!important;
  margin:0!important;
  padding:22px!important;
  background:rgba(255,255,255,.88)!important;
  border:1px solid rgba(79,42,112,.14)!important;
  border-radius:18px!important;
  box-shadow:0 10px 24px rgba(79,42,112,.08)!important;
  overflow:hidden!important;
}

.gmr-new-footer .gmr-footer-brand{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}

.gmr-new-footer .gmr-footer-brand h2{
  display:block!important;
  width:100%!important;
  margin:0 0 12px!important;
  padding:0!important;
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  color:#4f2a70!important;
  font:700 28px/1.15 Georgia,"Times New Roman",serif!important;
  text-align:left!important;
}

.gmr-new-footer .gmr-footer-brand p{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0 0 16px!important;
  padding:0!important;
  color:#5d5266!important;
  font:400 15px/1.6 Arial,Helvetica,sans-serif!important;
  text-align:left!important;
}

.gmr-new-footer .gmr-footer-brand-links{
  display:flex!important;
  gap:16px!important;
  flex-wrap:wrap!important;
}

.gmr-new-footer .gmr-footer-brand-links a{
  color:#5a3476!important;
  font-weight:700!important;
  text-decoration:none!important;
}

.gmr-new-footer .gmr-footer-spotlight{
  display:grid!important;
  grid-template-columns:120px 1fr!important;
  gap:16px!important;
  align-items:center!important;
}

.gmr-new-footer .gmr-footer-spotlight img,
.gmr-new-footer .gmr-footer-spotlight-placeholder{
  display:block!important;
  width:120px!important;
  height:100px!important;
  max-width:120px!important;
  max-height:100px!important;
  min-width:120px!important;
  object-fit:cover!important;
  border-radius:12px!important;
  margin:0!important;
}

.gmr-new-footer .gmr-footer-spotlight-copy{
  min-width:0!important;
}

.gmr-new-footer .gmr-footer-spotlight-copy h3{
  margin:0 0 6px!important;
  color:#4f2a70!important;
  font-size:20px!important;
  line-height:1.25!important;
}

.gmr-new-footer .gmr-footer-spotlight-copy p{
  margin:0!important;
  color:#6a5d70!important;
  font-size:13px!important;
  line-height:1.45!important;
}

.gmr-new-footer .gmr-footer-right{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:16px!important;
  min-width:0!important;
}

.gmr-new-footer .gmr-footer-fact,
.gmr-new-footer .gmr-footer-explore{
  display:block!important;
}

.gmr-new-footer .gmr-footer-fact p{
  margin:0!important;
  color:#4d3a57!important;
  line-height:1.55!important;
}

.gmr-new-footer .gmr-footer-explore h3{
  margin:0 0 10px!important;
  color:#4f2a70!important;
  font-size:22px!important;
}

.gmr-new-footer .gmr-footer-explore-links{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:8px 14px!important;
}

.gmr-new-footer .gmr-footer-explore-links a{
  color:#5a3476!important;
  text-decoration:none!important;
  font-weight:700!important;
}

.gmr-new-footer .gmr-footer-legal{
  display:block!important;
  background:#c7afd7!important;
  border-top:1px solid rgba(79,42,112,.18)!important;
  padding:0!important;
}

.gmr-new-footer .gmr-footer-legal .gmr-shell{
  width:min(1180px,calc(100% - 40px))!important;
  margin:0 auto!important;
  padding:18px 0!important;
  text-align:center!important;
}

.gmr-new-footer .gmr-footer-legal-links{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:0!important;
  margin:0 0 12px!important;
  padding:0!important;
}

.gmr-new-footer .gmr-footer-legal-links a{
  display:inline-block!important;
  color:#4f2a70!important;
  text-decoration:none!important;
  font-weight:700!important;
  font-size:13px!important;
  padding:0 16px!important;
  border-right:1px solid rgba(79,42,112,.26)!important;
}

.gmr-new-footer .gmr-footer-legal-links a:last-child{
  border-right:0!important;
}

.gmr-new-footer .gmr-footer-copyright-line{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  color:#3f2d48!important;
  font:800 13px/1.5 Arial,Helvetica,sans-serif!important;
  text-align:center!important;
}

.gmr-new-footer .gmr-footer-credit-line{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  height:auto!important;
  margin:4px 0 0!important;
  padding:0!important;
  color:#5f4c68!important;
  font:400 12px/1.45 Arial,Helvetica,sans-serif!important;
  text-align:center!important;
}

@media(max-width:950px){
  .gmr-new-footer .gmr-footer-main-grid{
    grid-template-columns:1fr 1fr!important;
  }

  .gmr-new-footer .gmr-footer-right{
    grid-column:1/-1!important;
    grid-template-columns:1fr 1fr!important;
  }
}

@media(max-width:680px){
  .gmr-new-footer .gmr-footer-main-grid{
    grid-template-columns:1fr!important;
  }

  .gmr-new-footer .gmr-footer-right{
    grid-column:auto!important;
    grid-template-columns:1fr!important;
  }

  .gmr-new-footer .gmr-footer-spotlight{
    grid-template-columns:100px 1fr!important;
  }

  .gmr-new-footer .gmr-footer-spotlight img,
  .gmr-new-footer .gmr-footer-spotlight-placeholder{
    width:100px!important;
    min-width:100px!important;
    height:86px!important;
  }

  .gmr-new-footer .gmr-footer-explore-links{
    grid-template-columns:1fr!important;
  }

  .gmr-new-footer .gmr-footer-legal-links{
    gap:8px 14px!important;
  }

  .gmr-new-footer .gmr-footer-legal-links a{
    padding:0!important;
    border-right:0!important;
  }
}


/* ===== Version 3.4: restore the scrolling latest-post ticker only ===== */
.gmr-news-ticker{
  background:#f7f1fa;
  border-bottom:1px solid var(--gmr-border);
  color:var(--gmr-purple-deep);
}

.gmr-news-ticker-inner{
  min-height:38px;
  display:flex;
  align-items:center;
  gap:12px;
  overflow:hidden;
}

.gmr-news-ticker-label{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:0 10px;
  border-radius:999px;
  background:var(--gmr-purple);
  color:#fff;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.gmr-news-ticker-window{
  flex:1;
  min-width:0;
  overflow:hidden;
  white-space:nowrap;
}

.gmr-news-ticker-track{
  display:inline-flex;
  align-items:center;
  gap:18px;
  width:max-content;
  animation:gmrTickerScroll 42s linear infinite;
}

.gmr-news-ticker.is-paused .gmr-news-ticker-track{
  animation-play-state:paused;
}

.gmr-news-ticker-track a{
  color:var(--gmr-purple-deep)!important;
  text-decoration:none!important;
  font-size:13px;
  font-weight:700;
}

.gmr-news-ticker-track a:hover{
  color:var(--gmr-purple)!important;
  text-decoration:underline!important;
}

.gmr-news-ticker-separator{
  color:var(--gmr-purple);
  opacity:.45;
  font-size:9px;
}

.gmr-news-ticker-toggle{
  flex:0 0 auto;
  width:28px;
  height:28px;
  border:1px solid var(--gmr-border)!important;
  border-radius:50%!important;
  background:#fff!important;
  color:var(--gmr-purple)!important;
  padding:0!important;
  font-size:11px;
  line-height:1;
  box-shadow:none!important;
  transform:none!important;
}

@keyframes gmrTickerScroll{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}

@media(max-width:620px){
  .gmr-news-ticker-label{
    display:none;
  }

  .gmr-news-ticker-track{
    animation-duration:34s;
  }

  .gmr-news-ticker-track a{
    font-size:12px;
  }
}

@media(prefers-reduced-motion:reduce){
  .gmr-news-ticker-track{
    animation:none!important;
  }
}


/* ===== Version 3.5: ticker moved to the top; date moved under tagline ===== */
.gmr-top-strip{
  display:none!important;
}

.gmr-news-ticker-top{
  order:-1;
  background:linear-gradient(90deg,#3f66da,#7a56b9,#e84862)!important;
  border-bottom:0!important;
  color:#fff!important;
}

.gmr-news-ticker-top .gmr-news-ticker-inner{
  min-height:36px!important;
}

.gmr-news-ticker-top .gmr-news-ticker-label{
  background:rgba(255,255,255,.20)!important;
  border:1px solid rgba(255,255,255,.32)!important;
  color:#fff!important;
}

.gmr-news-ticker-top .gmr-news-ticker-track a{
  color:#fff!important;
}

.gmr-news-ticker-top .gmr-news-ticker-track a:hover{
  color:#fff!important;
  text-decoration:underline!important;
}

.gmr-news-ticker-top .gmr-news-ticker-separator{
  color:#fff!important;
  opacity:.58!important;
}

.gmr-news-ticker-top .gmr-news-ticker-toggle{
  background:rgba(255,255,255,.18)!important;
  border-color:rgba(255,255,255,.32)!important;
  color:#fff!important;
}

.gmr-header-date{
  margin-top:5px;
  color:var(--gmr-muted);
  font-size:12px;
  font-weight:700;
  letter-spacing:.02em;
}

@media(max-width:620px){
  .gmr-header-date{
    font-size:11px;
  }

  .gmr-news-ticker-top .gmr-news-ticker-inner{
    min-height:34px!important;
  }
}
