/* =Import Required styles
========================================================================================*/
@import url(normalize.css);

/* =Box Sizing 
========================================================================================*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], textarea, select, input[type="button"], input[type="submit"], button { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;  }


/* =Fonts
========================================================================================*/

@font-face {
	font-family: 'InsaniburgerwithCheese';
	src: url('../fonts/InsaniburgerwithCheese.eot');
	src: url('../fonts/InsaniburgerwithCheese?#iefix') format('embedded-opentype'),
		url('../fonts/InsaniburgerwithCheese.woff') format('woff'),
		url('../fonts/InsaniburgerwithCheese.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat-Regular';
	src: url('../fonts/Montserrat-Regular.eot');
	src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat-Regular.woff') format('woff'),
		url('../fonts/Montserrat-Regular.ttf') format('truetype');
				
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat-Bold';
	src: url('../fonts/Montserrat-Bold.eot');
	src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat-Bold.woff') format('woff'),
		url('../fonts/Montserrat-Bold.ttf') format('truetype');
		
	font-weight: bold;
	font-style: normal;
}


/* =Default Tag & General Classes
========================================================================================*/
html, body { -webkit-font-smoothing:antialiased; -moz-font-smoothing:antialiased; -ms-font-smoothing:antialiased; font-smoothing:antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust:100%; scroll-behavior: smooth; margin:0 !important; padding:0 !important; }
html { position:relative; min-height:100%; background:#0f74b9 linear-gradient(#0f74b9, #07365b); }
body { font:17px/1.45 'Montserrat-Regular', Arial, Helvetica, sans-serif; color:#FFF; text-align:left;
position:relative; z-index:1; min-height:100vh; margin:0; padding:0; background:transparent; top:0 !important; }

.gd-bgSlideshow {
position:absolute;
z-index:0;
top:0;
left:0;
width:100%;
height:clamp(620px, 100vh, 980px);
overflow:hidden;
pointer-events:none;
-webkit-mask-image:linear-gradient(to bottom, #000 0%, #000 52%, transparent 100%);
mask-image:linear-gradient(to bottom, #000 0%, #000 52%, transparent 100%);
}

.gd-bgSlideshow__slide {
position:absolute;
inset:0;
opacity:0;
background-position:center top;
background-size:cover;
background-repeat:no-repeat;
transition:opacity 1.8s ease-in-out;
}

.gd-bgSlideshow__slide.is-active { opacity:1; }

.gd-bgSlideshow::after {
content:"";
position:absolute;
inset:0;
z-index:2;
background:rgba(0,0,0,.70);
}

.gd-bgDots {
position:absolute;
z-index:2;
top:clamp(530px, calc(100vh - 72px), 890px);
left:50%;
display:flex;
gap:10px;
transform:translateX(-50%);
}

.gd-bgDots__dot {
width:12px;
height:12px;
padding:0;
border:1px solid rgba(255,255,255,.52);
border-radius:50%;
background:rgba(255,255,255,.12);
opacity:.55;
cursor:pointer;
transition:opacity .3s ease, background-color .3s ease, transform .3s ease;
}

.gd-bgDots__dot.is-active {
background:rgba(255,255,255,.78);
opacity:.9;
transform:scale(1.12);
}

@media (prefers-reduced-motion: reduce) {
.gd-bgSlideshow__slide { transition:none; }
}

body > * { position:relative; z-index:1; }
img { vertical-align:top; border:0; }
a, input[type="button"], input[type="submit"], button, table th, table td { -moz-transition:background-color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000), color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); -webkit-transition:background-color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000), color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); -o-transition:background-color 0.2s ease-in, color 0.2s ease-in; -ms-transition:background-color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000), color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); transition:background-color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000), color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); }
.allanim, #header, #mainmenu li a:after, .owl-carousel.owl-theme .owl-nav div, .owl-theme .owl-dots .owl-dot span, .navtrigger:after, .programs-slider-box figcaption, .activity-box *, .language-box, .social-links a { -moz-transition:all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); -webkit-transition:all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); -o-transition:all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); -ms-transition:all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); transition:all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); }
a { color:#ffdc00; text-decoration:none; }
a:hover { text-decoration:underline; color: #ffdc00; }
a.alt { color:#21409A; text-decoration:none; }
a.alt:hover { text-decoration:underline; color: #21409A; }
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
a:active{ background-color:transparent;} }
strong { font-weight:bold; }
small, .small { font-size: 85%; }
sub, sup { font-size:80% }
figure { margin: 0; }
p { margin:0 0 20px 0; line-height: 26px; }
h1,h2, h3, h4, h5, h6 { line-height:1.3; margin:0 0 10px; font-weight:normal; font-family: 'InsaniburgerwithCheese', Arial, Helvetica, sans-serif; color: #fff; text-align:left; }
h1,h2 { font-size:60px; color: #fff; font-family: 'InsaniburgerwithCheese', Arial, Helvetica, sans-serif; text-transform:uppercase; }

@media (max-width: 768px) {
  h1 {
    font-size: 48px;
  }
}
h3 { line-height: 1; color: #fff; font-size: 75px; margin: 20px 0 20px 0; text-align: center; text-transform: uppercase; font-family: 'InsaniburgerwithCheese', Arial, Helvetica, sans-serif;  }
h4 { font-size:30px; font-family: 'Montserrat-Bold', Arial, Helvetica, sans-serif; font-weight:bold; }
h5 { font-size:20px; color: #fff; font-family: 'Montserrat-Bold', Arial, Helvetica, sans-serif; font-weight:bold;  text-align:center; padding: 30px 0 30px 0; }
h6 { font-size:20px; line-height:1; margin:20px 0 10px 5px; font-weight:normal; font-family: 'Montserrat-Bold', Arial, Helvetica, sans-serif; color: #383838; text-align:left; }
ul li { line-height:24px; }

.cf:after,.wrap:after, .search-outerbox:after { content:""; display:table; clear: both; }
.nodisplay { display:none; }
.nodisplay_strict { display:none !important; }
.alignleft { float:left; }
.alignright { float:right; }
:focus { outline:none; }
.text_cont p { padding:0 0 10px 0; }
.nopad p, p.nopad { padding:0; }

.cols { *zoom:1; margin-left:-30px; margin-right:-30px; clear:both; }
.cols:after {content:""; display:table; clear:both; }
.cols .col { float:left; min-height:1px; padding-left:20px; padding-right:20px; }
.cols1 .col { width:100%; padding-bottom:40px; }
.cols2 .col { width:50%; padding-bottom:0px; }
.cols3 .col { width:33.333333333333%; padding-bottom:50px; text-align:center; }
.cols4 .col { width:25%; }
.cols5 .col { width:20%; text-align:center; }


/* =Blockquote & highlight
========================================================================================*/
blockquote { border-left:solid 6px #e1e1e1; margin-left:0; padding-left:15px; }
blockquote small { font-size:85%; display:block; color:#999; padding:5px 0 0 0; font-style:italic; }
.highlight, mark { background:#fffd64; }


/* =Flip Cards
========================================================================================*/
.flip-card {
  background-color: transparent;
  width: 280px;
  height: 420px;
  perspective: 1000px;
  
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 0px 0px 0 rgba(0,0,0,0.2);

}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  color: black;
}

.flip-card-back {
  color: white;
  transform: rotateY(180deg);
}


/* =Divider Width
========================================================================================*/

.dashed-border { border-bottom-style:dashed }
.dotted-border { border-bottom-style:dotted; }
.double-border { border-bottom-style:double; border-bottom-width:3px; }
.double-border:before { height:3px; }
.thinred { border:0; border-bottom:solid 2px #fff; margin:0px 0; padding: 1px 0 0 0; position:relative; width:100%; }
.blank-box { width: 100%; height: 190px; }


/* =Drop Caps
========================================================================================*/
p.drop-caps:first-child:first-letter { float: left; font-size: 75px; line-height: 60px; padding: 4px; margin-right: 5px; margin-top: 5px; font-family: Georgia; }
p.drop-caps.secundary:first-child:first-letter { background-color: #f8781c; color: #fff; padding: 6px; margin-right: 11px; border-radius: 4px; }


/* =Image Caps
========================================================================================*/
.holder { min-height: 300px; margin: 0 0 20px 0; }
.image-block { padding:0 0 0 0; display: inline; }
.image-block:after { display: inline; clear:none; content:''; }
.image-block figure { width:27%; float:left; position:relative; border:solid 0px #e5e5e5; padding:0px; margin:0 30px 10px 30px; }
.image-block figure img { width:100%; height:100%; min-height: 300px; max-height:450px; }
.image-block.right-align figure { float:right; margin:0 0 10px 20px; }
.image-block figcaption { display:block; font-family:'Candara', Arial, Helvetica, sans-serif; font-weight:700; position:absolute; left:5px; right:5px; bottom:5px; margin:0 auto; background:rgba(0,0,0,0.40); padding:13px 10px; color:#fff; text-align:center; line-height:1.25; }
.image-block h3 { margin-bottom:20px; }



/* =Layout Width
========================================================================================*/

.wrap { max-width:88%; width:100%; margin:0 auto; padding-left:90px; padding-right:90px; }
#main { padding:75px 0 0; margin-top: 20px  }
.digger-container { float:left; width:100%; margin: 20px 0 0 0; }
.welcome-box { padding: 100px 0 0 0; }
.one-column { width:auto !important; float:none !important; }
.footer { width:100%; margin:0 auto; padding-bottom: 50px; text-align:center; }
.copyright { font-size: 16px; color: #00aeef; margin: 0 0 0 0; padding: 50px 0 0 0; text-align: center; }
.copyright a { display: inline-block; color: #DAF7A6; text-decoration: none; font-family: 'Montserrat-Regular'; font-size: 17px; }
.copyright a:hover { color: #ffdc00; text-decoration:underline; }
.terms a { display: inline-block; color: #DAF7A6; text-decoration: none; font-family: 'Montserrat-Regular'; font-size: 12px; }
.terms a:hover { color: #ffdc00; text-decoration:underline; }

/* =Common-Page (common classes for all pages)
========================================================================================*/

#header { position:fixed; top:0; left:0; right:0; min-height: 190px; z-index: 11; height:190px; width: 100%; scroll-behavior: smooth; padding-left:100px; padding-right:100px; max-width:100%; margin:0 auto; background: rgba(0,0,0,0.1); backdrop-filter: blur(1px);}
#header.navhide { top:0; }
#header.navshow { top:0; }
#header.wrap { position: relative; }
.slogan { display: flex; justify-content: center; align-items: center; scroll-behavior: smooth; }
.logocol { width: 345px; position: absolute; padding: 24px 0 21px; z-index: 1; left: 30px; padding-left: 35px; top: 0; }
.hd-rightcol { padding-left: 0px; position: relative;  }
* {box-sizing: border-box}
.zoom { display:inline-block; padding: 0px; transition: transform .3s; width: 120px; height: 120px; margin: 0 auto; }
.zoom:hover { -ms-transform: scale(1.0); /* IE 9 */ -webkit-transform: scale(1.0); /* Safari 3-8 */ transform: scale(1.0); }


/* =Menus (main)
========================================================================================*/
/* Base styles (desktop first) */
.menu {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
  padding: 2rem;
  position: relative; /* So meeple positions relative to menu */
}

.menu-icon {
  width: 120px;
  height: 120px;
  border-radius: 15%;        /* rounded corners */
  border: 5px solid #fff;    /* 1px white edge */
  transition: transform 0.5s ease;
}

.zoom:hover .menu-icon {
  transform: scale(1.0);
}

.zoom:hover .menu-icon {
  transform: scale(1.0);
}

a:hover {
  text-decoration: none;
}



/* =TOOLTIP
========================================================================================*/
a:hover {
  text-decoration: none;
}


/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: -30%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -50px;
  padding: 7px;
  width: 90px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #0f74b9;
  border: 1px solid #FFF;
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: -30%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #FFF;
  border-top: 5px solid hsla(15, 116, 185, 0.5);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


/* =MEEPLE
========================================================================================*/
/* Meeple that follows the active button */
.meeple {
  position: relative;
  width: 30px;
  height: auto;
  top: -25px;
  transform: translateX(-50%);
  transition: left 0.5s ease, top 0.5s ease;
  pointer-events: none;
  visibility: hidden;
}

@media (min-width: 768px) {
  .menu {
    gap: 1.5rem;
  }

  .zoom,
  .menu-icon {
    width: 104px;
    height: 104px;
  }
}

.meeple.is-positioned {
  visibility: visible;
}


/* Bounce animation */
@keyframes bounce {
  0%   { transform: translateX(-50%) translateY(0); }
  30%  { transform: translateX(-50%) translateY(-15px); }
  60%  { transform: translateX(-50%) translateY(0); }
  80%  { transform: translateX(-50%) translateY(-7px); }
  100% { transform: translateX(-50%) translateY(0); }
}

.meeple.bouncing {
  animation: bounce 0.5s ease;
}



/* =Footer
========================================================================================*/
#footer { padding:20px 0 65px;  position: relative; color: #fff; }
.fmenu { margin:0; padding:0; list-style:none; font-size: 15px; font-family: 'Montserrat-Regular'; }
.fmenu li { text-align: center; text-transform: uppercase; padding: 1px 0; }
.fmenu li a { color:#fff; }
.fmenu li a:hover, .fmenu li.active a { text-decoration:none; color:#fcdc04; }
#footer .cols5 .col { text-align: center; }
#footer h5 { color: #fea932; margin: 0; text-transform: uppercase; }
.social-links { text-align: center; padding: 50px 0 40px; }
.social-links a { background-image: url(../images/bgi/sprites.png); font-size: 0; width: 60px; height: 59px; display: inline-block; vertical-align: middle; margin: 0 8px; }
.social-links a:not(.footer-logo):hover { opacity: 0.6; }
.social-links a.fb { background-position: -1px -49px; }
.social-links a.tw { background-position: -67px -49px; width: 79px; }
.social-links a.yt { background-position: -151px -49px; }
.social-links a.lin { background-position: -1px -113px; }
.social-links a.loc { background-position: -64px -113px; }
.social-links a.sk { background-position: -151px -113px; }
.footer-logo { width: auto; height: auto; background: none; margin: 0 80px; display: inline-block; vertical-align: middle; }



/* =Home-Page (only homepage used classes)
========================================================================================*/
.sprites { background-image: url(../images/bgi/sprites.png);  } 
.sp-after:after { background-image: url(../images/bgi/sprites.png); display: inline-block; width: 25px; height: 25px; margin-left: 10px; content: ''; vertical-align: middle; }
.sp-before:before { background-image: url(../images/bgi/sprites.png); display: inline-block; width: 25px; height: 25px; margin-right: 10px; content: ''; vertical-align: middle;  }


/* =Common button CSS
========================================================================================*/
.button { background-color: #FFF; font-family: 'Montserrat-Regular', Arial, Helvetica, sans-serif; color: #fff; text-align:center; font-size: 1px;border-radius: 4px; }
.button:hover { background-color:#c0040d; text-decoration:none; color:#fff; }
.button.btn-lg, input[type="submit"].btn-lg, input[type="button"].btn-lg, button.btn-lg { padding:0px 0px; font-size:18px; }
.button.btn-sm, input[type="submit"].btn-sm, input[type="button"].btn-sm, button.btn-sm { padding:0px 0px; font-size:14px; }
.button.btn-xs, input[type="submit"].btn-xs, input[type="button"].btn-xs, button.btn-xs { padding:0px 0px; font-size:12px; }
.button.btn-lightgray, input[type="submit"].btn-lightgray, input[type="button"].btn-lightgray, button.btn-lightgray { background:#969fb0; color:#fff; }
.button.btn-lightgray:hover, input[type="submit"].btn-lightgray:hover, input[type="button"].btn-lightgray:hover, button.btn-lightgray:hover { background:#757f90; }
.button.btn-secondary, input[type="submit"].btn-secondary, input[type="button"].btn-secondary, button.btn-secondary { background:#555; color:#fff; }
.button.btn-secondary:hover, input[type="submit"].btn-secondary:hover, input[type="button"].btn-secondary:hover, button.btn-secondary:hover { background:#333; }
.button.btn-outline, input[type="submit"].btn-outline, input[type="button"].btn-outline, button.btn-outline { background:#f2e2a0; border:solid 1px #a38d34; color:#000; font-family: 'Candara', Arial, Helvetica, sans-serif; text-align:center; font-size: 24px;  }
.button.btn-outline:hover, input[type="submit"].btn-outline:hover, input[type="button"].btn-outline:hover, button.btn-outline:hover { background:#f0db84; color:#000; }

.button.btn-lg.btn-outline, input[type="submit"].btn-lg.btn-outline, input[type="button"].btn-lg.btn-outline {  padding:14px 35px;   }
.button.btn-outline, input[type="submit"].btn-outline, input[type="button"].btn-outline {  padding:11px 30px;   }
.button.btn-sm.btn-outline, input[type="submit"].btn-sm.btn-outline, input[type="button"].btn-sm.btn-outline {  padding:8px 25px;   }
.button.btn-xs.btn-outline, input[type="submit"].btn-xs.btn-outline, input[type="button"].btn-xs.btn-outline {  padding:6px 20px;   }

.button.btn-block { display:block; }
.buttonset .button { margin: 10px 7px; text-align: center; width: 160px; padding-left:10px !important; padding-right:10px !important; }


.accordion-databox .accordion-row { }
.accordion-databox .accordion-row:first-child { border-top:0; }
.accordion-databox .accordion-row h5 { cursor:pointer; margin:0; background:#0b5389; color:#fff; position:relative; padding:15px 54px 15px 23px; font-weight:900; font-size:32px; margin-bottom:25px; font-family: 'InsaniburgerwithCheese', Arial, Helvetica, sans-serif; text-transform:uppercase;  text-align:left; border: solid 1px #00aeef; border-radius:5px; }
.accordion-databox .accordion-row h5:before { position:absolute; right:0; top:0; content:''; width:54px; height:100%; z-index:1; background:rgba(0,0,0,0.08); } 
.accordion-databox .accordion-row h5:after { content:''; position:absolute; right:18px; top:50%; margin-top:-4px; border-top:solid 8px #fff; border-left:solid 8px transparent; border-right:solid 8px transparent; z-index:2 }
.accordion-databox .accordion-row h5.open { background:#36749a; color:#fff; border: solid 1px #8eb9d2; }
.accordion-databox .accordion-row h5.open:after { border-top:0; border-bottom:solid 8px #fff; }
.accordion-data { display:none; padding: 0px 0 20px 0; }
.accordion-data p { padding:0 6px; margin:20px 0 0; }
.accordion-data p:first-child { margin-top:0; }
.accordion-databoxred .accordion-rowred { }
.accordion-databoxred .accordion-rowred:first-child { border-top:0; }
.accordion-databoxred .accordion-rowred h5 { cursor:pointer; margin:0; background:#f01d27; color:#fff; position:relative; padding:12px 54px 16px 16px; font-weight:900; font-size:22px; margin-bottom:7px; font-family: 'Montserrat-Regular', Arial, Helvetica, sans-serif; text-align:left; border: solid 1px #383838; }
.accordion-databoxred .accordion-rowred h5:before { position:absolute; right:0; top:0; content:''; width:54px; height:100%; z-index:1; background:rgba(0,0,0,0.08); } 
.accordion-databoxred .accordion-rowred h5:after { content:''; position:absolute; right:18px; top:50%; margin-top:-4px; border-top:solid 8px #383838; border-left:solid 8px transparent; border-right:solid 8px transparent; z-index:2 }
.accordion-databoxred .accordion-rowred h5.open { background:#434343; color:#fff; border: solid 1px #383838; }
.accordion-databoxred .accordion-rowred h5.open:after { border-top:0; border-bottom:solid 8px #f01d27; }
.accordion-datared { display:none; padding:15px 0; }
.accordion-datared p { padding:0 6px; margin:20px 0 0; }
.accordion-datared p:first-child { margin-top:0; }


/* =========================================
   Smooth accordion animation
   ========================================= */

.accordion-data{
  display:none;
  height:0;
  opacity:0;
  overflow:hidden;
  transition:
    height 0.35s ease,
    opacity 0.25s ease;
}
/* =========================================
   Smooth accordion animation
   ========================================= */

.accordion-databox .accordion-row {
  transition:
    margin 0.35s ease,
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.accordion-databox .accordion-row.is-open {
  margin-bottom: 28px;
}

.accordion-data {
  display: none;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-8px);
  transition:
    height 0.38s ease,
    opacity 0.26s ease,
    transform 0.38s ease;
}

.accordion-row.is-open .accordion-data {
  transform: translateY(0);
}

.accordion-data > *:first-child {
  margin-top: 10px;
}

/* =Logo
========================================================================================*/
.logo {
  width: 100%;
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 50px 0 10px 0;
}


/* BUTTONS - ORDER ETC */
button-order {
    display: inline-block;
    background-color: #bf1e2e;
	font-family: 'InsaniburgerwithCheese', Arial, Helvetica, sans-serif; text-transform:uppercase;
	color: #fff; 
	text-align:center;
	font-size:44px;
	line-height:1.1;
	white-space:nowrap;
	font-weight:bold;
    padding: 7px 20px 11px 20px;
    margin: 5px 0 10px 0;
    cursor: pointer;
    width: 100%;
	border-radius:10px;
	border: solid 2px #fff;
    animation: gdOrderPulse 4.2s ease-in-out infinite;
    transform-origin: center;
}

button-order:hover {
    opacity:1;
	background-color: #36749a;
}

@keyframes gdOrderPulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(191, 30, 46, 0);
    }
    50% {
        transform: scale(1.018);
        box-shadow: 0 0 0 5px rgba(191, 30, 46, 0.12);
    }
}

@media (prefers-reduced-motion: reduce) {
    button-order { animation: none; }
}


/* HORIZONTAL RULER */
hr { border: 1px dashed #fff; margin-bottom: 50px; margin-top: 50px; }


/* ----- Desktop: hide the mobile UI completely ----- */
@media (min-width: 601px) {
  #mobileBar { display: none !important; }
  #mobileMenuOverlay { display: none !important; }
}

/* ----- Mobile spacing + header cleanup ----- */
@media (max-width: 600px) {
  /* Ensure the mobile bar shows */
  #mobileBar { display: block; }

  /* Collapse your big desktop header on mobile so it doesn't create a gap */
  #header {
    position: static !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
  }

  /* Reduce the default top padding so "Welcome" sits right under the bar */
  #main { 
    padding-top: 8px !important;
    margin-top: 0 !important;
  }
}

/* ===== Gem Diggers Footer ===== */
.gd-footer {
  background: #0f74b9;
  color: #fff;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.gd-footer a {
  color: #fff;
  text-decoration: none;
}
.gd-footer a:hover { text-decoration: underline; }

.gd-footer__inner {
  /* use your site's wrap if you like; this still spans full width */
  padding: 60px 20px 30px;
  position: relative;
}

.gd-footer__cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  align-items: start;
}

/* Headings/body font per your request */
.gd-footer__heading {
  font-family: 'Montserrat-Bold', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 0 0;
  color: #fff;
  text-align:left;
}
.gd-footer__text {
  font-family: 'Montserrat-Regular', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  color: #fff;
}

/* Logo that extends above the footer panel */
.gd-footer__logo { position: relative; }
.gd-footer__logo-img {
  height: 120px;               /* adjust as you like */
  width: auto;
  object-fit: contain;
  position: relative;
  top: -30px;                  /* makes the top of the logo rise above the panel */
  display: block;
}

/* Bottom full-width row */
.gd-footer__bottom {
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.25);
  padding: 16px 12px 28px;
}
.gd-footer__copy,
.gd-footer__links {
  font-family: 'Montserrat-Regular', Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 6px 0;
  color: #fff;
}

/* ---------- Responsive tweaks ---------- */
@media (max-width: 900px) {
  .gd-footer__cols { gap: 24px; }
  .gd-footer__heading { font-size: 20px; }
  .gd-footer__text { font-size: 15px; }
}

@media (max-width: 700px) {
  .gd-footer__cols {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .gd-footer__logo-img {
    margin: 0 auto;
    top: -20px;                /* a bit less overlap on small screens */
    height: 100px;
  }
}

/* ----- Footer: full-bleed + bigger logo ----- */

/* Remove the site-wide wrap constraints only inside the footer */
.gd-footer .wrap,
.gd-footer__inner {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Make the 3 columns truly span edge-to-edge */
.gd-footer__cols {
  grid-template-columns: repeat(3, minmax(0, 1fr)); /* prevent intrinsic min sizes */
  gap: 0;                                           /* no gutters edge-to-edge */
}

/* Optional: add a little internal breathing room without creating side margins */
.gd-footer__inner {
  padding-top: 60px;
  padding-bottom: 30px;
}

/* Logo: fill the column and extend above the footer panel */
.gd-footer__logo { position: relative; }
.gd-footer__logo-img {
  width: 100%;          /* fill the column width */
  height: auto;         /* keep aspect ratio */
  object-fit: contain;
  position: relative;
  top: -60px;           /* increase overlap above the footer */
  display: block;
}

/* Keep headings/text readable across full width */
.gd-footer__heading,
.gd-footer__text {
  padding: 0 20px;      /* small inner padding so text doesn't touch edges */
}

/* Bottom bar spans full width with centered text */
.gd-footer__bottom {
  padding: 16px 12px 28px;
  text-align: center;
}

/* Responsive: stack on small screens, keep full width */
@media (max-width: 700px) {
  .gd-footer__cols {
    grid-template-columns: 1fr;
  }
  .gd-footer__heading,
  .gd-footer__text {
    text-align: center;
    padding: 0 16px;
  }
  .gd-footer__logo-img {
    top: -40px;   /* slightly less overlap on small screens */
  }
}

/* Footer columns: add 100px outer margins (desktop) */
.gd-footer__cols {
  margin-left: 100px;
  margin-right: 100px;
  gap: 24px; /* a little breathing room between columns; tweak as needed */
}

/* Make the logo fill the column and pop above the footer */
.gd-footer__logo-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  top: -60px;   /* adjust overlap as you like */
  display: block;
}

/* Responsive: ease margins on smaller screens */
@media (max-width: 1100px) {
  .gd-footer__cols { margin-left: 60px; margin-right: 60px; }
}
@media (max-width: 900px) {
  .gd-footer__cols { margin-left: 32px; margin-right: 32px; }
}
@media (max-width: 700px) {
  .gd-footer__cols {
    margin-left: 16px;
    margin-right: 16px;
    grid-template-columns: 1fr; /* stack columns */
    text-align: center;
  }
  .gd-footer__logo-img { top: -40px; }
}

/* --- Footer logo alignment tweaks --- */

/* Remove extra space under the columns so the logo can sit flush to the line */
.gd-footer__inner {
  padding-bottom: 0 !important;
}

/* Make all three columns align at the bottom so the logo baseline matches the line */
.gd-footer__cols {
  align-items: end; /* bottom-align columns */
}

/* Raise the logo ABOVE the blue panel without affecting its bottom edge */
.gd-footer__logo-img {
  width: 100%;
  height: auto;
  display: block;

  /* Top overlap: push the head/helmet above the footer box */
  margin-top: -80px;          /* adjust to taste: -60px .. -120px */

  /* Ensure the bottom edge of the logo sits flush with the separator line */
  margin-bottom: 0;
}

/* Ensure the separator line sits directly under the columns */
.gd-footer__bottom {
  margin-top: 0 !important;   /* no gap above the line */
  border-top: 1px solid rgba(255,255,255,0.25);
  /* keep your existing padding here if you like */
}

/* Optional: if any text columns had padding that created a mismatch, keep a
   little internal padding without affecting the bottom alignment */
.gd-footer__heading,
.gd-footer__text {
  padding-bottom: 2px; /* small breathing room; doesn't add space under the grid */
}

/* --- Footer text columns: lift headings to ~20px from top --- */
.gd-footer__inner {
  padding-top: 30px !important;   /* top of content inside blue footer */
  padding-bottom: 0 !important;   /* keep logo bottom flush with line */
}

/* Let text columns align to the top; only the logo aligns to the bottom */
.gd-footer__cols {
  align-items: start;             /* text columns start at the top */
}

/* Keep the logo bottom flush with the separator line */
.gd-footer__logo {
  align-self: stretch;
  display: flex;
  align-items: flex-end;          /* pushes logo to bottom of the row */
}

/* Ensure headings don’t add extra top spacing */
.gd-footer__heading {
  margin-top: 0 !important;
}

/* Footer logo: leave ~10px above the separator line */
.gd-footer__logo {
  align-self: stretch;
  display: flex;
  align-items: flex-end; /* keep logo anchored toward bottom of the columns row */
}

.gd-footer__logo-img {
  margin-bottom: -70px !important; /* <-- control the gap to the line */
}

/* Ensure no extra space is added beneath the columns */
.gd-footer__inner { padding-bottom: 0 !important; }
.gd-footer__bottom { margin-top: 0 !important; }

/* ===== Footer: now 4 columns ===== */

/* Keep the full-bleed background, but content with 100px outer margins */
.gd-footer__cols {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)); /* 4 equal columns */
  margin-left: 100px;
  margin-right: 100px;
  gap: 24px; /* keep some breathing room between columns */
  align-items: start; /* text columns at top (logo handled below) */
}

/* Logo column still pops above and bottoms ~10px above the line */
.gd-footer__logo {
  align-self: stretch;
  display: flex;
  align-items: flex-end;
}
.gd-footer__logo-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  margin-top: -80px;          /* helmet/head above the blue footer */
  margin-bottom: 10px !important; /* ~10px above the separator line */
}

/* Headings near the top (~20px from top of blue) */
.gd-footer__inner { padding-top: 20px !important; padding-bottom: 0 !important; }
.gd-footer__bottom { margin-top: 0 !important; }

/* Responsive adjustments (keep overall width feeling the same) */
@media (max-width: 1100px) {
  .gd-footer__cols { 
    margin-left: 60px; 
    margin-right: 60px; 
  }
}
@media (max-width: 900px) {
  /* 2 columns at tablet widths to keep content readable */
  .gd-footer__cols { 
    grid-template-columns: repeat(2, minmax(0, 1fr)); 
    margin-left: 32px; 
    margin-right: 32px; 
  }
}
@media (max-width: 700px) {
  /* Stack on phones */
  .gd-footer__cols { 
    grid-template-columns: 1fr; 
    margin-left: 16px; 
    margin-right: 16px; 
    text-align: center; 
  }
  .gd-footer__logo-img { margin-top: -40px; } /* slightly less overlap on small screens */
}

/* Footer logo spacing: bring bottom closer to the separator line */
.gd-footer__logo-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;

  margin-top: -80px;         /* keep helmet/head popping out of the top */
  margin-bottom: 4px !important; /* reduce gap — tweak 2–6px as needed */
}

/* === Footer Logo Spacing === */
.gd-footer__logo-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;

  margin-top: -80px;           /* keeps helmet/head above footer */
  margin-bottom: 4px !important; /* small gap (~4px) above the thin line */
}

/* === Footer Columns Grid === */
.gd-footer__cols {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)); /* 4 equal columns on desktop */
  margin-left: 100px;
  margin-right: 100px;
  gap: 24px;
  align-items: start; /* headings at top */
}

/* === Responsive Behaviour === */

/* Tablet view: 2 columns */
@media (max-width: 900px) {
  .gd-footer__cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-left: 40px;
    margin-right: 40px;
    gap: 20px;
  }
}

/* Mobile view: stack columns */
@media (max-width: 600px) {
  .gd-footer__cols {
    grid-template-columns: 1fr; /* stack into one column */
    margin-left: 16px;
    margin-right: 16px;
    gap: 16px;
    text-align: center; /* center text for mobile */
  }

  .gd-footer__logo-img {
    margin-top: -40px;       /* reduce overlap so logo doesn’t dominate */
    margin-bottom: 6px;      /* slightly more breathing room under logo */
    max-width: 60%;          /* keep logo from being oversized on phones */
    margin-left: auto;
    margin-right: auto;
  }
}




/* === Modal (Reach Out) === */

/* ---------- Modal visibility & stacking ---------- */
.gd-modal[hidden] { display: none !important; }
.gd-modal {
  position: fixed;
  inset: 0;
  z-index: 100000; /* above everything */
}
.gd-modal__backdrop {
  position: absolute; inset: 0;
  background: rgba(0,0,0,.6);
}

/* ---------- Dialog: 10px top/bottom, 50px side margins; no internal scroll ---------- */
.gd-modal__dialog {
  position: relative;
  max-width: calc(100vw - 100px);  /* 50px each side */
  max-height: calc(100vh - 20px);  /* 10px top + 10px bottom */
  margin: 10px auto;
  background: #07365b;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 12px;
  overflow: hidden; /* no internal scroll */
  box-shadow: 0 10px 40px rgba(0,0,0,.4);
}

/* Content padding */
.gd-modal__content { padding: 18px 18px 22px; color: #fff; }

/* Close */
.gd-modal__close {
  position: sticky;
  top: 0;
  float: right;
  margin: 6px;
  background: transparent;
  border: 0;
  font-size: 26px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  z-index: 1;
}

/* Headings */
.gd-modal__heading {
  font-family: 'InsaniburgerwithCheese', Arial, Helvetica, sans-serif;
  font-size: 34px;
  margin: 0 0 6px 0;
  text-align: left;
}
.gd-modal__intro {
  font-family: 'Montserrat-Regular', Arial, Helvetica, sans-serif;
  margin: 0 0 14px 0;
  line-height: 1.5;
}

/* Two-column grid for fields, message spans full width */
.gd-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 16px; /* row gap / col gap */
}
.gd-field--span { grid-column: 1 / -1; }

/* Fields */
.gd-field { margin-bottom: 6px; }
.gd-field label {
  display: block;
  font-family: 'Montserrat-Bold', Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-bottom: 4px;
  color: #fff;
}
.gd-field input,
.gd-field textarea {
  width: 100%;
  border: 1px solid #fff;
  border-radius: 6px;
  background: #035390;
  color: #fff;
  padding: 8px 10px;
  font-family: 'Montserrat-Regular', Arial, Helvetica, sans-serif;
  font-size: 15px;
}
.gd-field input:focus,
.gd-field textarea:focus {
  outline: none;
  border-color: #ffdc00;
  background: #094f85;
}

/* Validation */
.gd-error {
  display: block;
  color: #ffdc00;
  font-size: 13px;
  min-height: 16px;
  margin-top: 4px;
}

/* Actions */
.gd-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 10px;
}
.gd-btn {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 8px;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  font-family: 'Montserrat-Bold', Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.gd-btn:hover { background: rgba(255,255,255,.15); }
.gd-btn--primary { background: #bf1e2e; border-color: #fff; }
.gd-btn--primary:hover { background: #36749a; }
.gd-btn--outline { background: transparent; }

/* Thank-you */
.gd-thanks h3 {
  font-family: 'InsaniburgerwithCheese', Arial, Helvetica, sans-serif;
  font-size: 34px;
  margin: 0 0 8px 0;
}
.gd-thanks p {
  font-family: 'Montserrat-Regular', Arial, Helvetica, sans-serif;
  margin: 0;
  line-height: 1.5;
}

/* Mobile safeguard: keep margins, stack fields if needed */
@media (max-width: 560px) {
  .gd-modal__dialog {
    max-width: calc(100vw - 20px);
    margin: 10px auto;
  }
  .gd-grid { grid-template-columns: 1fr; }
  .gd-field--span { grid-column: 1; }
}

/* Prevent body scroll when modal open */
body.menu-open { overflow: hidden; }

/* === Modal tweaks (size, transparency, compact fields) === */
.gd-modal__dialog {
  /* cap at 800px, still respect side margins on small screens */
  max-width: min(600px, calc(100vw - 100px));
  /* semi-transparent panel */
  background: rgba(7, 54, 91, 0.9);
}

/* Make inputs a bit smaller and increase field margins by +10px */
.gd-field {
  margin-bottom: 16px; /* was ~6px; now +10px */
}
.gd-field input,
.gd-field textarea {
  padding: 6px 8px;    /* slightly smaller */
  font-size: 14px;     /* slightly smaller */
}

/* Keep mobile safeguard */
@media (max-width: 560px) {
  .gd-modal__dialog {
    max-width: calc(100vw - 20px);
  }
}

/* === Modal spacing refinements === */

/* Add ~20px more padding inside the modal on all sides */
.gd-modal__content {
  padding: 38px;                 /* was ~18–22px; now +20px all around */
}

/* Make the grid rows tighter (about half the previous row gap) */
.gd-grid {
  gap: 6px 20px;                 /* row-gap: 6px (tighter), col-gap: 16px (unchanged) */
}

/* Reduce per-field vertical spacing */
.gd-field {
  margin-bottom: 3px;            /* was ~16px; tighter now */
}
.gd-field label {
  margin-bottom: 3px;            /* slightly tighter label spacing */
}

/* Keep inputs compact */
.gd-field input,
.gd-field textarea {
  padding: 6px 8px;              /* compact inputs */
  font-size: 14px;
}

/* Mobile safeguard: slightly reduce padding so content fits comfortably */
@media (max-width: 560px) {
  .gd-modal__content {
    padding: 24px;               /* balanced on small screens */
  }
}

/* === Button centering + 1px outline (safe overrides) === */

/* Center the modal action buttons */
.gd-actions {
  display: flex;                 /* already set, but safe to repeat */
  justify-content: center;
  gap: 10px;
  text-align: center;
}

/* Center footer “Reach out” buttons within their columns */
.gd-footer .gd-col .gd-btn,
.gd-footer .gd-reachout {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

/* Make all our project buttons use a 1px white outline */
.gd-btn {
  border-width: 1px !important;
  border-color: #fff !important;
}

/* Keep primary look but match 1px outline */
.gd-btn--primary {
  border-width: 1px !important;
  border-color: #fff !important;
}

/* Explicit outline style for outline variant */
.gd-btn--outline {
  background: transparent;
  border-width: 1px !important;
  border-color: #fff !important;
}

/* Donor modal shares the same panel rules; just layout tweaks */
.gd-donate-grid {
  display: grid;
  grid-template-columns: 1fr; /* only amount + buttons, so single column */
  gap: 10px 16px;
}

.gd-payrow {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
}

.gd-donate-paypal .fa,
.gd-donate-card .fa {
  margin-right: 6px;
}

/* Keep modal max width at 800px, semi-transparent (from earlier tweaks) */
.gd-modal__dialog {
  max-width: min(800px, calc(100vw - 100px));
  background: rgba(7, 54, 91, 0.9);
}

/* Inputs slightly compact (from earlier), keep consistent here */
#gdDonateModal .gd-field { margin-bottom: 8px; }
#gdDonateModal .gd-field input { padding: 6px 8px; font-size: 14px; }

/* On very small screens, keep padding friendly */
@media (max-width: 560px) {
  .gd-modal__content { padding: 24px; }
}

/* Center the footer CTA buttons inside each column (no text alignment change) */
.gd-footer .gd-col .gd-btn,
.gd-footer .gd-col .gd-reachout,
.gd-footer .gd-col .gd-donate {
  display: inline-block;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Ensure the action row in the modal is centered */
.gd-actions,
.gd-payrow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

/* Optional: a touch of spacing above buttons in columns */
.gd-footer .gd-col .gd-btn { margin-top: 10px; }

/* Force-center footer buttons inside their columns */
.gd-footer .gd-col .gd-btn,
.gd-footer .gd-col .gd-reachout,
.gd-footer .gd-col .gd-donate {
  display: block !important;          /* ignore inline/inline-block quirks */
  width: max-content;                 /* shrink to content so true centering works */
  max-width: 100%;
  margin-left: auto !important;       /* center horizontally */
  margin-right: auto !important;
  float: none !important;             /* defeat any legacy floats */
  justify-self: center !important;    /* if parent becomes a grid later */
}

/* Fallback for older browsers without max-content */
@supports not (width: max-content) {
  .gd-footer .gd-col .gd-btn,
  .gd-footer .gd-col .gd-reachout,
  .gd-footer .gd-col .gd-donate {
    display: table !important;        /* table + auto margins centers reliably */
    margin: 12px auto 0 !important;
  }
}

/* Desktop footer: lower the three text columns slightly and align their
   buttons with the text's existing 20px left inset. */
@media (min-width: 701px) {
  .gd-footer__logo-img {
    transform: translateY(46px) scale(1.08);
    transform-origin: top center;
  }

  .gd-footer__cols > .gd-col:not(.gd-footer__logo) {
    padding-top: 20px;
  }

  .gd-footer .gd-col:not(.gd-footer__logo) .gd-btn,
  .gd-footer .gd-col:not(.gd-footer__logo) .gd-reachout,
  .gd-footer .gd-col:not(.gd-footer__logo) .gd-donate {
    margin-left: 20px !important;
    margin-right: 0 !important;
    justify-self: start !important;
  }
}

/* ===== Mobile sticky menu (desktop-safe) ===== */
.gd-mbar, .gd-mlist { display: none; }

@media (max-width: 768px) {
  /* Hide desktop nav on mobile to avoid duplication */
  nav.menu { display: none !important; }

  /* Sticky bar at very top */
  .gd-mbar {
    position: sticky;
    top: 0;
    z-index: 10050;
    display: block;
    width: 100%;
    background: #0f74b9;
    color: #fff;
  }

  .gd-mbar__btn {
    position: relative;
    width: 100%;
    background: transparent;
    color: inherit;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center; /* center MENU + hamburger */
    gap: 10px;
    padding: 20px 16px;      /* ~20px top/bottom as requested */
    cursor: pointer;
  }
  .gd-mbar__label {
    font-family: 'InsaniburgerwithCheese', Arial, Helvetica, sans-serif;
    font-size: 22px;
    letter-spacing: .5px;
    line-height: 1;
  }
  .gd-mbar__hamburger { display: inline-flex; flex-direction: column; gap: 4px; }
  .gd-mbar__hamburger span {
    display: block; width: 24px; height: 2px; background: #fff; border-radius: 2px;
  }

  /* Close "X" on the top-right of the sticky bar (visible when open) */
  .gd-mbar__close {
    position: absolute;
    right: 10px;
    top: 6px;
    background: transparent;
    border: 0;
    font-size: 32px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
  }

  /* Expanding list that renders beneath the bar (pushes content down) */
  .gd-mlist[hidden] { display: none !important; }
  .gd-mlist {
    display: block;
    background: #0f74b9;
    border-top: 1px solid rgba(255,255,255,0.25);
  }
  .gd-mlist__item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.15);
  }
  .gd-mlist__item:hover { background: rgba(255,255,255,0.08); text-decoration: none; }

  /* Tiny icons to the left, text on the right */
  .gd-mlist__icon {
    width: 18px; height: 18px;
    object-fit: contain;
    border: 1px solid #fff;
    border-radius: 4px;
    flex: 0 0 auto;
  }
  .gd-mlist__item span {
    font-family: 'Montserrat-Bold', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.2;
  }
}

/* === Mobile sticky menu refinements === */
@media (max-width: 768px) {
  /* Add thin white separator line under the sticky bar */
  .gd-mbar {
    border-bottom: 1px solid #fff;
  }

  /* Make list items roomier and more tappable */
  .gd-mlist__item {
    padding: 14px 18px;   /* slightly larger tap target */
    gap: 14px;            /* a bit more space between icon and text */
  }

  /* Double icon size (was ~18px) */
  .gd-mlist__icon {
    width: 36px;
    height: 36px;
    border-width: 1px;
    border-radius: 6px;
  }

  /* Larger label text & nicer spacing */
  .gd-mlist__item span {
    font-family: 'Montserrat-Bold', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: 0.2px;
  }
}


/* === Mobile sticky menu: line, bigger icons/text, anchored drawer === */
@media (max-width: 768px) {
  /* Thin white line under sticky bar */
  .gd-mbar { border-bottom: 1px solid #fff; }

  /* Make the expanding list a fixed drawer under the visible bar */
  .gd-mlist {
    position: fixed !important;
    left: 0; right: 0;
    top: var(--gd-mbar-h, 64px);         /* JS sets this to the current bar height */
    z-index: 10040;
    background: #0f74b9;
    border-top: 1px solid rgba(255,255,255,0.25);
    max-height: calc(100vh - var(--gd-mbar-h, 64px));
    overflow-y: auto;
    display: none;                       /* hidden by default, JS toggles to block */
    animation: gd-slide-down 160ms ease-out;
  }
  .gd-mlist[hidden] { display: none !important; }
  .gd-mlist.gd-open { display: block !important; }

  @keyframes gd-slide-down {
    from { transform: translateY(-6px); opacity: 0; }
    to   { transform: translateY(0);    opacity: 1; }
  }

  /* Roomier items, larger icons/text */
  .gd-mlist__item {
    padding: 14px 18px;
    gap: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    color: #fff; text-decoration: none;
  }
  .gd-mlist__item:hover { background: rgba(255,255,255,0.08); text-decoration: none; }

  .gd-mlist__icon {
    width: 36px; height: 36px;          /* ~2× the original size */
    object-fit: contain;
    border: 1px solid #fff; border-radius: 6px;
    flex: 0 0 auto;
  }
  .gd-mlist__item span {
    font-family: 'Montserrat-Bold', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: 0.2px;
  }
}

/* ===== Footer slogan row ===== */
.gd-footer__slogan {
  text-align: center;
  color: rgba(255, 255, 255, 0.5); /* #FFF at 50% */
  font-family: 'Montserrat-Bold', Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 0.3px;
  margin: 20px 0 20px;   /* gentle spacing above bottom bar */
  line-height: 1.25;
  /* Desktop size — centered and spanning all columns by default */
  font-size: 50px;
}

/* Mobile: smaller and guaranteed to be one line */
@media (max-width: 600px) {
  .gd-footer__slogan {
    font-size: clamp(12px, 4.2vw, 16px);
    white-space: nowrap;          /* force single line */
    overflow: hidden;             /* safety if super-narrow screens */
    text-overflow: ellipsis;      /* avoid wrapping artifacts */
    margin: 10px 0 6px;
  }
}

/* =========================
   Social Media Widget
========================= */
/* Dock stays bottom-left */
.socialDock{
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 9999;

  display: flex;
  flex-direction: column-reverse; /* ✅ main stays at bottom, flyout above */
  align-items: flex-start;
  gap: 10px; /* space between trigger & flyout */
}


/* Smaller main circle + thinner stroke (as requested) */
.socialDock__main{
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.85);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  padding: 0;
  outline: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
  animation: socialPulse 2.4s ease-in-out infinite;
}

@keyframes socialPulse{
  0%,100%{ transform: scale(1); }
  50%{ transform: scale(1.04); }
}

.socialDock__main:hover{
  transform: translateY(-1px);
  border-color: rgba(255,255,255,1);
  box-shadow: 0 8px 22px rgba(0,0,0,.25);
}

/* Rotator size slightly smaller */
.socialDock__rotator{
  position: relative;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
}

.socialDock__icon{
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 0;
  transform: scale(.96);
  transition: opacity .55s ease, transform .55s ease;
}

.socialDock__icon.is-active{
  opacity: 1;
  transform: scale(1);
}

.socialDock__icon svg{
  width: 22px;
  height: 22px;
  display: block;
}

/* Flyout becomes a vertical column */
.socialDock__flyout{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;

  /* ✅ NO pill */
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;

  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
}


.socialDock__flyout{
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}


/* Open state */
.socialDock.is-open .socialDock__flyout{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Flyout links */
.socialDock__link{
  width: 46px;                 /* ✅ same as trigger */
  height: 46px;                /* ✅ same as trigger */
  border-radius: 999px;

  display: grid;
  place-items: center;

  color: #fff;
  text-decoration: none;
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.35); /* match stroke weight */

  opacity: 0;
  transform: translateY(10px) scale(0.92);
  transition:
    transform .22s ease,
    opacity .22s ease,
    border-color .18s ease,
    background .18s ease,
    color .18s ease;
}


.socialDock.is-open .socialDock__link{
  opacity: 1;
  transform: translateY(0) scale(1);
}


/* When open, each item animates in with stagger (via transition-delay) */
.socialDock.is-open .socialDock__link{
  opacity: 1;
  transform: translateY(0) scale(1);
}

.socialDock__miniIcon svg{
  width: 22px;   /* ✅ same as trigger */
  height: 22px;
  display: block;
}


.socialDock__link[data-brand="whatsapp"]:hover{
  background: rgba(37,211,102,0.18);
  border-color: rgba(37,211,102,0.85);
  color: #25D366;
}
  
 /* =========================================================
   GEM DIGGERS REVIEWS
   ========================================================= */
.gdReviews{
  position: relative;
  padding: 18px 0 20px;
  margin-bottom:50px;
  color: #fff;
}

.gdReviews__inner{
  position: relative;
  width: 100%;
  max-width: 100%;
}

.gdReviews__viewport{
  overflow: hidden;
  width: 100%;
  padding-top: 10px;
  margin-top: -10px;
}

/* carousel edge fade */
.gdReviews__viewport{
  overflow: hidden;
  width: 100%;
  padding-top: 10px;
  margin-top: -10px;
  position: relative;
}

.gdReviews__viewport::before,
.gdReviews__viewport::after{
  content:"";
  position:absolute;
  top:0;
  height:100%;
  width:60px;
  pointer-events:none;
  z-index:5;
}

.gdReviews__viewport::before{
  left:0;
  background: linear-gradient(
    to right,
    rgba(0,0,0,0.0),
    rgba(0,0,0,0)
  );
}

.gdReviews__viewport::after{
  right:0;
  background: linear-gradient(
    to left,
    rgba(0,0,0,0.0),
    rgba(0,0,0,0)
  );
}

.gdReviews__track{
  display: flex;
  gap: 24px;
  align-items: flex-start; /* only clicked card grows */
  transition: transform 0.45s ease;
  will-change: transform;
}

.gdReviewCard{
  flex: 0 0 calc((100% - 72px) / 4);
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 10px;
  background: transparent;
  padding: 22px 20px 18px 20px;
  color: #FFF;
  min-height: 230px; /* reduced by about 50px */
  position: relative;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.gdReviewCard:hover{
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.18);
  border-color: rgba(255,255,255,0.7);
}

.gdReviewCard__stars{
  position: relative;
  color: #f7c65b;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 2px;
  margin: 0 0 14px 0;
  text-align: center;

  text-shadow:
    0 0 8px rgba(247,198,91,0.28),
    0 0 16px rgba(247,198,91,0.14);
}

/* subtle gold shimmer */
.gdReviewCard__stars::after{
  content:"★★★★★";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  text-align:center;

  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.9) 50%,
    rgba(255,255,255,0) 100%
  );

  background-size: 200% 100%;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  animation: gdStarShimmer 6s infinite linear;
  opacity: .35;
}

@keyframes gdStarShimmer{
  0%{
    background-position: -200% 0;
  }
  100%{
    background-position: 200% 0;
  }
}

.gdReviewCard:hover .gdReviewCard__stars::after{
  animation-play-state: paused;
}

.gdReviewCard__body{
  margin-bottom: 16px;
}

.gdReviewCard__text{
  color: #FFF;
  margin: 0;
  line-height: 1.65;
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.gdReviewCard.is-expanded .gdReviewCard__text{
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
}

.gdReviewCard__more{
  margin-top: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #bff3d1;
  font-family: inherit;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  text-align: center;
}

.gdReviewCard__more:hover{
  opacity: .8;
}

.gdReviewCard__more:hover{
  text-decoration: underline;
}

.gdReviewCard__footer{
  margin-top: 14px;
  text-align: center;
}

.gdReviewCard__nameRow{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 4px;
}

.gdReviewCard__name{
  color: #FFF;
  font-family: 'Montserrat-Bold', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
}

.gdReviewCard__location{
  color: rgba(255,255,255,0.78);
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}

.gdReviewCard__badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.gdReviewCard__badgeImg{
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;

  /* soft mint tint */
  filter:
    hue-rotate(95deg)
    saturate(0.55)
    brightness(1.35);
}

/* fallback if mask is not supported */
@supports not ((-webkit-mask: url("")) or (mask: url(""))){
  .gdReviewCard__badge{
    width: auto;
    height: auto;
    background: none;
    color: #bff3d1;
    font-family: 'Montserrat-Bold', Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid #bff3d1;
  }
  .gdReviewCard__badge::before{
    content: "Verified";
  }
}

.gdReviewCard__location{
  color: rgba(255,255,255,0.78);
  font-size: 13px;
  line-height: 1.45;
}

.gdReviews__nav{
  pointer-events: none;
}

.gdReviews__arrow{
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.5);
  background: transparent;
  color: #FFF;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  opacity: 0.35;
  transition:
    opacity 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease,
    visibility 0.25s ease;
}

.gdReviews:hover .gdReviews__arrow{
  opacity: 1;
}

.gdReviews__arrow:hover{
  background: rgba(255,255,255,0.08);
}

.gdReviews__arrow:disabled{
  opacity: 0.18 !important;
  cursor: default;
}

.gdReviews__arrow--prev{
  left: -18px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.gdReviews.has-prev .gdReviews__arrow--prev{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.gdReviews__arrow--next{
  right: -18px;
}

@media (max-width: 1200px){
  .gdReviewCard{
    flex: 0 0 calc((100% - 48px) / 3);
  }
}

@media (max-width: 900px){
  .gdReviewCard{
    flex: 0 0 calc((100% - 24px) / 2);
    min-height: 240px;
  }
}

@media (max-width: 600px){
  .gdReviewCard{
    flex: 0 0 100%;
    min-height: 250px;
    padding: 18px 16px 16px 16px;
  }

  .gdReviewCard__stars{
    font-size: 20px;
    margin-bottom: 12px;
  }

  .gdReviewCard__text{
    font-size: 14px;
    line-height: 1.6;
    -webkit-line-clamp: 5;
  }

  .gdReviewCard__name{
    font-size: 14px;
  }

  .gdReviewCard__location{
    font-size: 12px;
  }


  .gdReviewCard__badge,
  .gdReviewCard__badgeImg{
    width: 16px;
    height: 16px;
    flex-basis: 16px;
  }


  .gdReviews__arrow{
    width: 36px;
    height: 36px;
    font-size: 18px;
  }

  .gdReviews__arrow--prev{
    left: -10px;
  }

  .gdReviews__arrow--next{
    right: -10px;
  }
}

.gdReviews__summary{
  text-align:center;
  margin-bottom:18px;
  font-size:16px;
  color:#fff;
  letter-spacing:.02em;
}

.gdReviews__summaryStars{
  color:#f7c65b;
  margin-right:6px;
  letter-spacing:2px;
  text-shadow:
    0 0 8px rgba(247,198,91,0.28),
    0 0 16px rgba(247,198,91,0.14);
}

.gdReviews__summaryCount{
  color:#bff3d1;
  margin-left:6px;
}

.gdReviews__summary{
  text-align: center;
  margin-bottom: 18px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.02em;
}

.gdReviews__summaryStars{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-right: 6px;
  letter-spacing: 2px;
}

.gdReviews__summaryStarsBase{
  display: block;
  color: rgba(255,255,255,0.22);
  text-shadow: none;
}

.gdReviews__summaryStarsFill{
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #f7c65b;
  text-shadow:
    0 0 8px rgba(247,198,91,0.28),
    0 0 16px rgba(247,198,91,0.14);
}

.gdReviews__summaryValue{
  color: #fff;
}

.gdReviews__summaryCount{
  color: #bff3d1;
  margin-left: 6px;
}

.gdReviews__summaryVerified{
  color: #bff3d1;
  margin-left: 8px;
  opacity: 0.95;
}


/* YOUTUBE */
.gdVideos{
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 16px;
  row-gap: 22px;
  width: 100%;
}

.gdVideos__viewport{
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.gdVideos__track{
  display: flex;
  gap: 24px;
  transition: transform .45s ease;
  will-change: transform;
}

.gdVideos__card{
  flex: 0 0 calc((100% - 48px) / 3);
  min-width: 0;
}

.gdVideos__embedWrap{
  position: relative;
  width: 100%;
  aspect-ratio: 12 / 12; /* slightly taller */
  overflow: hidden;
  border-radius: 10px; /* requested rounding */
  background: #000;
  box-shadow: 0 10px 24px rgba(0,0,0,.14);
}

.gdVideos__embedWrap iframe{
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.gdVideos__touchLayer{
  display: none;
}

.gdVideos__title{
  margin: 12px 4px 0;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 700;
}

.gdVideos__title a{
  color: inherit;
  text-decoration: none;
}

.gdVideos__title a:hover,
.gdVideos__title a:focus-visible{
  text-decoration: underline;
}

.gdVideos__nav{
  width: 48px;
  height: 48px;
  border: 1px solid rgba(0,0,0,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  color: #1f1f1f;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform .2s ease, opacity .2s ease, background .2s ease;
}

.gdVideos__nav:hover,
.gdVideos__nav:focus-visible{
  transform: translateY(-2px);
  background: #fff;
}

.gdVideos__nav[disabled]{
  opacity: .35;
  cursor: default;
  transform: none;
}

.gdVideos__navIcon{
  width: 14px;
  height: 14px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  display: block;
}

.gdVideos__nav--prev .gdVideos__navIcon{
  transform: rotate(-135deg);
  margin-left: 4px;
}

.gdVideos__nav--next .gdVideos__navIcon{
  transform: rotate(45deg);
  margin-right: 4px;
}

.gdVideos__dots{
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.gdVideos__dot{
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 50%;
  background: rgba(0,0,0,.2);
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}

.gdVideos__dot:hover,
.gdVideos__dot:focus-visible{
  transform: scale(1.15);
  background: rgba(0,0,0,.4);
}

.gdVideos__dot.is-active{
  background: #1f1f1f;
}

.gdVideos__empty{
  padding: 28px 16px;
  border-radius: 16px;
  background: rgba(0,0,0,.04);
  text-align: center;
  font-weight: 600;
}

@media (max-width: 980px){
  .gdVideos__card{
    flex: 0 0 calc((100% - 24px) / 2);
  }
}

@media (max-width: 640px){
  .gdVideos{
    display: block;
    width: calc(100vw - 35px);
    margin-left: calc(50% - 50vw + 17.5px);
    row-gap: 18px;
  }

  .gdVideos__viewport{
    touch-action: pan-y;
  }

  .gdVideos__touchLayer{
    position: absolute;
    inset: 0;
    z-index: 2;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    touch-action: pan-y;
    cursor: pointer;
  }

  .gdVideos__touchPlay{
    width: 64px;
    height: 46px;
    border-radius: 12px;
    background: rgba(0,0,0,.68);
    position: relative;
    box-shadow: 0 6px 18px rgba(0,0,0,.25);
  }

  .gdVideos__touchPlay::after{
    content: "";
    position: absolute;
    left: 26px;
    top: 13px;
    border-left: 18px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }

  .gdVideos.is-playing .gdVideos__touchLayer{
    display: none;
  }

  .gdVideos__track{
    gap: 18px;
  }

  .gdVideos__card{
    flex: 0 0 100%;
  }

  .gdVideos__nav{
    position: absolute;
    top: 12px;
    z-index: 3;
    width: 42px;
    height: 42px;
    transition: transform .2s ease, opacity .2s ease, visibility .2s ease;
  }

  .gdVideos__nav--prev{ left: 10px; }
  .gdVideos__nav--next{ right: 10px; }

  .gdVideos.is-playing .gdVideos__nav{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .gdVideos__dots{
    margin-top: 18px;
    margin-bottom: 30px;
  }
}



/* SCROLL WIDGET */
/* SCROLL WIDGET */
.gdScrollWidget{
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 999px;
  background: transparent !important;
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 1000;
  -webkit-appearance: none;
  appearance: none;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-shadow: none;
  transition:
    transform .2s ease,
    background .2s ease,
    opacity .25s ease;
}

.gdScrollWidget:hover,
.gdScrollWidget:focus-visible{
  background: rgba(255,255,255,0.08) !important;
  transform: translateY(-2px);
}

.gdScrollWidget__icon{
  width: 12px;
  height: 12px;
  border-left: 3px solid currentColor;
  border-top: 3px solid currentColor;
  display: block;
}

.gdScrollWidget.is-up .gdScrollWidget__icon{
  transform: rotate(45deg);
}

.gdScrollWidget.is-down .gdScrollWidget__icon{
  transform: rotate(-135deg);
}

@keyframes gdScrollBounce{
  0%   { transform: translateY(0) rotate(-135deg); }
  40%  { transform: translateY(5px) rotate(-135deg); }
  60%  { transform: translateY(2px) rotate(-135deg); }
  100% { transform: translateY(0) rotate(-135deg); }
}

.gdScrollWidget.is-down.is-bouncing .gdScrollWidget__icon{
  animation: gdScrollBounce 2.2s infinite;
}

@media (max-width: 640px){
  .gdScrollWidget{
    width: 44px;
    height: 44px;
    right: 20px;
    bottom: 20px;
  }
}

/* =========================================
   Sticky nav show/hide on scroll activity
   ========================================= */

.stickyNavWrap {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.28s ease,
    transform 0.28s ease,
    visibility 0s linear 0s;
  z-index: 9999;
}

/* hidden when user stops scrolling */
.stickyNavWrap.is-idle-hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(16px);
  pointer-events: none;
  transition:
    opacity 0.28s ease,
    transform 0.28s ease,
    visibility 0s linear 0.28s;
}

/* =========================================
   Desktop nav hide/show
   ========================================= */
#header {
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0s linear 0s;
}

#header.nav-idle-hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-16px);
  pointer-events: none;
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0s linear 0.28s;
}

/* =========================================
   Small native anchor offset fallback
   ========================================= */
section[id],
div[id],
span[id] {
  scroll-margin-top: 24px;
}

/* Homepage anchors: fixed desktop nav (190px) plus a 20px clear gap. */
@media (min-width: 769px) {
  .page-home #clips,
  .page-home #photos,
  .page-home #reviews,
  .page-home #about,
  .page-home #contact {
    display: block;
    margin-top: 70px;
    scroll-margin-top: 210px;
  }

  .page-home #news {
    display: block;
    margin-top: 70px;
    margin-bottom: 0;
    scroll-margin-top: 210px;
  }

  .page-home #news > h3 {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .page-home #clips,
  .page-home #photos,
  .page-home #reviews,
  .page-home #news,
  .page-home #about,
  .page-home #contact {
    display: block;
    scroll-margin-top: calc(var(--gd-mbar-h, 64px) + 20px);
  }
}

#header {
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0s linear 0s;
}

#header.nav-idle-hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-16px);
  pointer-events: none;
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0s linear 0.28s;
}

/* =========================================
   Shop page header offset (nav clearance)
   ========================================= */

.page-shop #main h3:first-of-type {
  margin-top: 120px;
}

@media (max-width: 600px) {
  .page-shop #main h3:first-of-type {
    margin-top: 44px;
  }
}

/* =========================================================
   GEM DIGGERS PHOTO GALLERY
   ========================================================= */

.gdGallery{
  position: relative;
  padding: 18px 0 60px;
}

.gdGallery__inner{
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.gdGallery__head{
  text-align: center;
  margin-bottom: 28px;
}

.gdGallery__title{
  margin: 0 0 10px;
}

.gdGallery__sub{
  margin: 0;
  opacity: .86;
  max-width: 760px;
  margin-inline: auto;
}

.gdGallery__railWrap{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
}

.gdGallery__rail{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 48px) / 4);
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  padding: 8px 2px 16px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,.28) transparent;
}

.gdGallery__rail::-webkit-scrollbar{
  height: 10px;
}

.gdGallery__rail::-webkit-scrollbar-track{
  background: transparent;
}

.gdGallery__rail::-webkit-scrollbar-thumb{
  background: rgba(255,255,255,.22);
  border-radius: 999px;
}

.gdGallery__rail::-webkit-scrollbar-thumb:hover{
  background: rgba(255,255,255,.34);
}

.gdGallery__item{
  position: relative;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  background: #111;
  scroll-snap-align: start;
  box-shadow:
    0 10px 24px rgba(0,0,0,.18),
    0 2px 8px rgba(0,0,0,.12);
  transition:
    transform .28s ease,
    box-shadow .28s ease,
    filter .28s ease;
}

.gdGallery__item:hover{
  transform: translateY(-6px);
  box-shadow:
    0 18px 36px rgba(0,0,0,.24),
    0 4px 12px rgba(0,0,0,.14);
}

.gdGallery__item:focus-visible{
  outline: 2px solid rgba(255,255,255,.9);
  outline-offset: 3px;
}

.gdGallery__item img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform .45s ease;
}

.gdGallery__item:hover img{
  transform: scale(1.06);
}

.gdGallery__item::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,.64) 0%,
    rgba(0,0,0,.18) 32%,
    rgba(0,0,0,0) 58%
  );
  pointer-events: none;
}

.gdGallery__itemCaption{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 14px 15px 13px;
  color: #fff;
  font-size: .92rem;
  line-height: 1.35;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0,0,0,.35);
}

.gdGallery__railArrow{
  appearance: none;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  color: inherit;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
  transition:
    transform .22s ease,
    background .22s ease,
    border-color .22s ease;
}

.gdGallery__railArrow:hover{
  transform: scale(1.08);
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.28);
}

.gdGallery__railArrow:focus-visible{
  outline: 2px solid rgba(255,255,255,.9);
  outline-offset: 3px;
}

.gdGallery__railArrow span{
  display: block;
  font-size: 30px;
  line-height: 1;
  transform: translateY(-1px);
}

/* =========================================================
   LIGHTBOX
   ========================================================= */

.gdLightbox{
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.gdLightbox.is-open{
  display: block;
}

.gdLightbox__backdrop{
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(20,20,20,.35), rgba(0,0,0,.94));
}

.gdLightbox__panel{
  position: relative;
  width: 100%;

  height: 100%;
}

.gdLightbox__topbar{
  position: absolute;
  top: 16px;
  left: 18px;
  right: 18px;
  z-index: 30;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.gdLightbox__count{
  color: #fff;
  font-size: .98rem;
  font-weight: 600;
  line-height: 1;
  padding: 12px 15px;
  border-radius: 999px;
  background: rgba(0,0,0,.34);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 22px rgba(0,0,0,.2);
}

.gdLightbox__actions{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.gdLightbox__btn{
  appearance: none;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.34);
  color: #fff;
  padding: 7px 11px;
  font-size: 0.5rem;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  line-height: 1;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 22px rgba(0,0,0,.16);
  transform: scale(.94);
  transition:
    transform .18s ease,
    background .22s ease,
    border-color .22s ease,
    box-shadow .22s ease;
}

.gdLightbox__btn:hover{
  transform: scale(1);
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.28);
  box-shadow: 0 10px 26px rgba(0,0,0,.22);
}
.gdLightbox__btn:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.24);
}

.gdLightbox__btn:focus-visible{
  outline: 2px solid rgba(255,255,255,.92);
  outline-offset: 3px;
}

.gdLightbox__btn--close{
  font-size: 1.1rem;
  padding-inline: 13px;
}

.gdLightbox__stage{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 86px 90px 138px;
  overflow: hidden;
}

.gdLightbox__img{
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transform-origin: center center;
  transition: transform .28s ease;
  user-select: none;
  -webkit-user-drag: none;
  filter: drop-shadow(0 18px 40px rgba(0,0,0,.38));
}

.gdLightbox.is-zoomed .gdLightbox__img{
  cursor: zoom-out;
}

.gdLightbox__caption{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 88px;
  width: min(980px, calc(100% - 40px));
  color: #fff;
  text-align: center;
  font-size: 1rem;
  line-height: 1.45;
  padding: 14px 18px;
  border-radius: 0px;
  background: rgba(0,0,0,.4);
  border: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 28px rgba(0,0,0,.2);
}

.gdLightbox__nav{
  appearance: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(0,0,0,.34);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
  transition:
    transform .22s ease,
    background .22s ease,
    border-color .22s ease;
}

.gdLightbox__nav:hover{
  transform: translateY(-50%) scale(1.08);
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.24);
}

.gdLightbox__nav:focus-visible{
  outline: 2px solid rgba(255,255,255,.92);
  outline-offset: 3px;
}

.gdLightbox__nav--prev{
  left: 18px;
}

.gdLightbox__nav--next{
  right: 18px;
}

.gdLightbox__nav span{
  display: block;
  font-size: 38px;
  line-height: 1;
  transform: translateY(-1px);
}

.gdLightbox__thumbStrip{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 22;
  display: flex;
  justify-content: center;
  gap: 10px;
  width: min(1100px, calc(100% - 36px));
  overflow-x: auto;
  overflow-y: hidden;
  padding: 14px 18px 18px;
  background: linear-gradient(to top, rgba(0,0,0,.74), rgba(0,0,0,0));
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,.28) transparent;
}

.gdLightbox__thumbStrip::-webkit-scrollbar{
  height: 9px;
}

.gdLightbox__thumbStrip::-webkit-scrollbar-track{
  background: transparent;
}

.gdLightbox__thumbStrip::-webkit-scrollbar-thumb{
  background: rgba(255,255,255,.22);
  border-radius: 999px;
}

.gdLightbox__thumbStrip.is-hidden{
  display: none;
}

.gdLightbox__thumb{
  appearance: none;
  flex: 0 0 88px;
  width: 88px;
  height: 64px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  background: #111;
  cursor: pointer;
  opacity: .72;
  transition:
    opacity .22s ease,
    transform .22s ease,
    border-color .22s ease,
    box-shadow .22s ease;
}

.gdLightbox__thumb:hover{
  opacity: 1;
  transform: translateY(-2px);
}

.gdLightbox__thumb.is-active{
  opacity: 1;
  border-color: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,.22);
}

.gdLightbox__thumb:focus-visible{
  outline: 2px solid rgba(255,255,255,.92);
  outline-offset: 2px;
}

.gdLightbox__thumb img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gdLightbox__btn svg{
  width:18px;
  height:18px;
  display:block;
}

.gdLightbox__btn{
  padding:7px;
}

.gdLightbox__btn.is-active{
  background: rgba(255,255,255,.16);
  border-color: rgba(255,255,255,.3);
  box-shadow: 0 10px 26px rgba(0,0,0,.22);
}

.gdLightbox__btn.is-active{
  background: rgba(255,255,255,.16);
  border-color: rgba(255,255,255,.3);
  box-shadow: 0 10px 26px rgba(0,0,0,.22);
}

.gdLightbox__topbar,
.gdLightbox__nav{
  transition: opacity .25s ease, transform .25s ease;
}

.gdLightbox.gdLightbox--uiHidden .gdLightbox__topbar{
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
}

.gdLightbox.gdLightbox--uiHidden .gdLightbox__nav{
  opacity: 0;
  pointer-events: none;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1100px){
  .gdGallery__rail{
    grid-auto-columns: calc((100% - 16px) / 2);
  }

  .gdLightbox__stage{
    padding: 92px 64px 132px;
  }
}

@media (max-width: 760px){
  .gdGallery{
    padding: 14px 0 48px;
  }

  .gdGallery__inner{
    width: calc(100vw - 35px);
    margin-left: calc(50% - 50vw + 17.5px);
    margin-right: 0;
  }

  .gdGallery__railWrap{
    display: block;
  }

  .gdGallery__rail{
    grid-auto-columns: 100%;
    gap: 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .gdGallery__rail::-webkit-scrollbar{
    display: none;
  }

  .gdGallery__item{
    border-radius: 10px;
  }

  .gdGallery__itemCaption{
    font-size: .88rem;
    padding: 12px 13px;
  }

  .gdGallery__railArrow{
    position: absolute;
    top: 12px;
    z-index: 3;
    width: 42px;
    height: 42px;
  }

  .gdGallery__railArrow--prev{ left: 10px; }
  .gdGallery__railArrow--next{ right: 10px; }

  .gdGallery__railArrow span{
    font-size: 26px;
  }

  .gdLightbox__topbar{
    top: 10px;
    left: 10px;
    right: 10px;
    gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .gdLightbox__count{
    align-self: flex-start;
    font-size: .86rem;
    padding: 10px 12px;
  }

  .gdLightbox__actions{
    gap: 6px;
    justify-content: flex-start;
  }

.gdLightbox__btn{
  padding: 8px 12px;
  font-size: 0.85rem;
}

  .gdLightbox__stage{
    padding: 108px 16px 120px;
  }

  .gdLightbox__caption{
    bottom: 78px;
    width: calc(100% - 24px);
    font-size: .92rem;
    padding: 12px 14px;
    border-radius: 16px;
  }

  .gdLightbox__nav{
    width: 46px;
    height: 46px;
  }

  .gdLightbox__nav--prev{
    left: 10px;
  }

  .gdLightbox__nav--next{
    right: 10px;
  }

  .gdLightbox__nav span{
    font-size: 30px;
  }

  .gdLightbox__thumb{
    flex-basis: 72px;
    width: 72px;
    height: 54px;
    border-radius: 12px;
  }

.gdLightbox__thumbStrip{
  gap: 8px;
  width: calc(100% - 20px);
  padding: 12px 10px 14px;
}
}

@media (max-width: 480px){
  .gdGallery__rail{
    grid-auto-columns: 100%;
  }

  .gdLightbox__stage{
    padding: 112px 10px 116px;
  }

  .gdLightbox__caption{
    font-size: .88rem;
    line-height: 1.4;
  }
}

/* =========================================================
   GEM DIGGERS DISTRIBUTION MAP
   ========================================================= */

.gdDistributorMapEmbed{
  padding: 48px 20px;
  background: transparent; /* removes cream background */
}

.gdDistributorMapEmbed__inner{
  max-width: 1320px;
  margin: 0 auto;
}

.gdDistributorMapEmbed__frameWrap{
  border-radius: 10px; /* rounded corners */
  overflow: hidden;    /* ensures iframe follows rounding */
  box-shadow: 0 18px 42px rgba(0,0,0,.16);
  background: transparent; /* removes grey/light background */
}

.gdDistributorMapEmbed__frame{
  display: block;
  width: 100%;
  min-height: 620px;
  border: 0;
}

@media (max-width: 768px){
  .gdDistributorMapEmbed__frame{
    min-height: 460px;
  }
}

.gdDistributorMapEmbed__intro{
  margin: 0 0 16px 0;
  text-align:center;
}


/* =========================================================
   GEM DIGGERS 3D BOX VIEWER
   Real box ratio: 23cm x 23cm x 5cm
   Front face is square; depth is proportionally shallow.
   ========================================================= */

.gdBoxViewerWrap{
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  padding:40px 20px;
}

.gdBoxViewer{
  width:min(92vw, 560px);
  text-align:center;
}

.gdBoxScene{
  position:relative;
  width:100%;
  aspect-ratio:1 / 1;
  perspective:1400px;
  perspective-origin:50% 45%;
  display:grid;
  place-items:center;
  overflow:visible;
}

/* Real-world proportion:
   depth = 5 / 23 = 0.21739 of width
   If front face is 360px, depth ≈ 78px
*/
.gdBox3d{
  --box-size:min(64vw, 360px);
  --box-depth:calc(var(--box-size) * 0.21739);

  position:relative;
  width:var(--box-size);
  height:var(--box-size);
  transform-style:preserve-3d;
  will-change:transform;
  cursor:grab;
  user-select:none;
  touch-action:none;
  filter:drop-shadow(0 20px 28px rgba(0,0,0,.22));
}

.gdBox3d:active{
  cursor:grabbing;
}

.gdFace{
  position:absolute;
  inset:0;
  backface-visibility:hidden;
  border-radius:14px;
  overflow:hidden;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.08),
    inset 0 0 24px rgba(0,0,0,.14);
}

/* FRONT / BACK are square */
.gdFace--front,
.gdFace--back{
  width:var(--box-size);
  height:var(--box-size);
}

/* LEFT / RIGHT are shallow */
.gdFace--left,
.gdFace--right{
  width:var(--box-depth);
  height:var(--box-size);
  left:calc(50% - (var(--box-depth) / 2));
  transform-origin:center center;
}

/* TOP / BOTTOM are shallow */
.gdFace--top,
.gdFace--bottom{
  width:var(--box-size);
  height:var(--box-depth);
  top:calc(50% - (var(--box-depth) / 2));
  transform-origin:center center;
}

/* 3D placement */
.gdFace--front{
  transform:translateZ(calc(var(--box-depth) / 2));
  background:#14639c;
}

.gdFace--back{
  transform:rotateY(180deg) translateZ(calc(var(--box-depth) / 2));
  background:linear-gradient(145deg, #114a76 0%, #0b3556 100%);
}

.gdFace--left{
  transform:rotateY(-90deg) translateZ(calc(var(--box-size) / 2));
  background:linear-gradient(180deg, #14527e 0%, #0e4064 100%);
}

.gdFace--right{
  transform:rotateY(90deg) translateZ(calc(var(--box-size) / 2));
  background:linear-gradient(180deg, #1a679d 0%, #0f446a 100%);
}

.gdFace--top{
  transform:rotateX(90deg) translateZ(calc(var(--box-size) / 2));
  background:linear-gradient(180deg, #2a80bc 0%, #1f6b9e 100%);
}

.gdFace--bottom{
  transform:rotateX(-90deg) translateZ(calc(var(--box-size) / 2));
  background:linear-gradient(180deg, #0b3554 0%, #082942 100%);
}

/* Front image */
.gdFace--front img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

/* Front highlights */
.gdFace__gloss{
  position:absolute;
  inset:0;
  background:
    linear-gradient(135deg,
      rgba(255,255,255,.18) 0%,
      rgba(255,255,255,.08) 16%,
      rgba(255,255,255,0) 34%,
      rgba(255,255,255,0) 100%);
  pointer-events:none;
  mix-blend-mode:screen;
}

.gdFace__shadow{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,
      rgba(0,0,0,.03) 0%,
      rgba(0,0,0,0) 30%,
      rgba(0,0,0,.08) 70%,
      rgba(0,0,0,.18) 100%);
  pointer-events:none;
}

/* Side styling */
.gdSidePanel{
  width:100%;
  height:100%;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(0,0,0,.10)),
    linear-gradient(145deg, #165a8a 0%, #0d3b5d 100%);
}

.gdSidePanel--back{
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.08), transparent 34%),
    linear-gradient(145deg, #0f4f7d 0%, #0a3453 100%);
}

.gdSidePanel--spine{
  padding:10px 0;
}

.gdSidePanel--spine span{
  display:block;
  color:rgba(255,255,255,.88);
  font:700 clamp(12px, 1.6vw, 14px)/1.1 Arial, sans-serif;

  letter-spacing:.12em;
  writing-mode:vertical-rl;
  text-orientation:mixed;
  transform:rotate(180deg);
  text-shadow:0 1px 2px rgba(0,0,0,.35);
}

.gdFace--right .gdSidePanel--spine span{
  transform:none;
}

.gdSidePanel--edge{
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(0,0,0,.16)),
    linear-gradient(145deg, #1b6fa5 0%, #0f4469 100%);
}

.gdSidePanel--bottomEdge{
  background:
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(0,0,0,.28)),
    linear-gradient(145deg, #0b3554 0%, #07253c 100%);
}

/* Ground shadow */
.gdBoxScene::after{
  content:"";
  position:absolute;
  width:62%;
  height:11%;
  left:50%;
  bottom:10%;
  transform:translateX(-50%);
  background:radial-gradient(ellipse at center,
    rgba(0,0,0,.34) 0%,
    rgba(0,0,0,.18) 46%,
    rgba(0,0,0,0) 74%);
  filter:blur(14px);
  pointer-events:none;
}

/* Hint text */
.gdBoxHint{
  margin-top:16px;
  font-size:14px;
  line-height:1.4;
  color:rgba(0,0,0,.65);
}

/* Idle spin */
.gdBox3d.is-idle{
  animation:gdBoxIdleSpin 14s linear infinite;
}

@keyframes gdBoxIdleSpin{
  0%   { transform:rotateX(-16deg) rotateY(-24deg); }
  25%  { transform:rotateX(-12deg) rotateY(40deg); }
  50%  { transform:rotateX(-18deg) rotateY(120deg); }
  75%  { transform:rotateX(-12deg) rotateY(220deg); }
  100% { transform:rotateX(-16deg) rotateY(336deg); }
}

/* Smooth return after dragging */
.gdBox3d.is-smooth{
  transition:transform .18s ease-out;
}

/* Responsive */
@media (max-width: 640px){
  .gdBoxViewerWrap{
    padding:28px 14px;
  }

  .gdBox3d{
    --box-size:min(78vw, 320px);
  }

  .gdFace{
    border-radius:10px;
  }

  .gdBoxHint{
    font-size:13px;
  }
}

/* =========================================
   GEM DIGGERS MOBILE NAV — remove top gap
   ========================================= */
@media (max-width: 768px) {
  /* Fully collapse old desktop header on mobile */
  #header {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    backdrop-filter: none !important;
    overflow: hidden !important;
    border: 0 !important;
  }

  /* Hide desktop-only floating marker */
  .meeple {
    display: none !important;
  }

  /* Make mobile bar sit flush at the very top */
  .gd-mbar {
    position: sticky;
    top: 0;
    margin: 0 !important;
  }

  /* Remove extra content offset under the mobile bar */
  #main {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  .welcome-box {
    padding-top: 30px !important;
  }
}

/* =========================================
   MOBILE – tighten welcome spacing
   ========================================= */
@media (max-width: 768px) {

  .welcome-box{
    padding-top: 10px !important;
    margin-top: 0 !important;
  }

}

/* =========================================
   FORM POLISH
   ========================================= */

.gd-field input,
.gd-field textarea {
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.gd-field.is-error input,
.gd-field.is-error textarea {
  border-color: #ff6b6b;
  box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.14);
}

.gd-field.is-valid input,
.gd-field.is-valid textarea {
  border-color: #7fda89;
  box-shadow: 0 0 0 3px rgba(127, 218, 137, 0.12);
}

.gd-error {
  display: block;
  min-height: 18px;
  margin-top: 6px;
  font-size: 0.86rem;
  color: #ff9b9b;
}

.gd-btn[disabled] {
  opacity: 0.75;
  cursor: not-allowed;
}

.gd-btn.is-loading {
  position: relative;
  color: transparent !important;
}

.gd-btn.is-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  border: 2px solid rgba(255,255,255,0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: gdSpin 0.8s linear infinite;
}

@keyframes gdSpin {
  to { transform: rotate(360deg); }
}

.gd-thanks {
  opacity: 0;
  transform: translateY(16px) scale(0.98);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.gd-thanks.is-show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* News feature and archive */
.gdNewsHome{
  margin: 20px 0 70px;
}

.gdNewsFeature{
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 0;
  aspect-ratio: 2 / 1;
}

.gdNewsFeature__story{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  min-height: 0;
}

.gdNewsFeature__story:first-child{
  padding-bottom: 29px;
  border-bottom: .5px solid rgba(255,255,255,.5);
}

.gdNewsFeature__story + .gdNewsFeature__story{
  padding-top: 29px;
}

.gdNewsFeature__imageLink,
.gdNewsFeature__image{
  display: block;
  width: 100%;
  height: 100%;
}

.gdNewsFeature__imageLink{
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 10px;
}

.gdNewsFeature__image{
  object-fit: cover;
}

.gdNewsFeature__content{
  position: relative;
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 4px 4px 0;
}

.gdNewsFeature__date{
  display: block;
  margin-bottom: 8px;
  color: #daf7a6;
  font: 600 13px/1.3 "Montserrat", sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.gdNewsFeature__title{
  margin: 0 0 10px;
  color: #fff;
  font: 700 clamp(21px, 2vw, 31px)/1.05 "Montserrat", sans-serif;
}

.gdNewsFeature__precis{
  margin: 0 0 14px;
  color: #fff;
  font: 400 15px/1.45 "Montserrat", sans-serif;
}

.gdNewsFeature__article{
  min-height: 0;
  overflow: hidden;
  font: 15px/1.55 "Montserrat", sans-serif;
}

.gdNewsFeature__article p{
  margin: 0 0 12px;
}

.gdNewsFeature__content::after{
  display: none;
}

.gdNewsFeature__more{
  position: absolute;
  z-index: 2;
  left: 4px;
  bottom: 4px;
  width: max-content;
  padding: 5px 12px 7px;
  border: .5px solid #fff;
  border-radius: 7px;
  background: #bf1e2e;
  color: #fff;
  font: 700 18px/1 "InsaniburgerwithCheese", Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}

.gdNewsFeature__more:hover{
  background: #36749a;
  color: #fff !important;
  text-decoration: none;
}

.gdNewsletter{
  margin-top: 34px;
  padding-top: 24px;
  border-top: .5px solid rgba(255,255,255,.5);
}

.gdNewsletter__allNews{
  display: block;
  width: max-content;
  margin: 2px auto 28px;
  padding: 8px 17px 10px;
  border: .5px solid #fff;
  border-radius: 8px;
  background: #bf1e2e;
  color: #fff;
  font: 700 20px/1 "InsaniburgerwithCheese", Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}

.gdNewsletter__allNews:hover{
  background: #36749a;
  color: #fff;
  text-decoration: none;
}

.gdNewsletter__intro{
  margin: 0 0 13px;
  color: #fff;
  font: 400 15px/1.45 "Montserrat", sans-serif;
  text-align: center;
}

.gdNewsletter__form{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: center;
}

.gdNewsletter__form input:not([type="hidden"]):not(.gdNewsletter__trap){
  width: 100%;
  min-width: 0;
  height: 42px;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 6px;
  background: rgba(255,255,255,.1);
  color: #fff;
  font: 400 14px/1.2 "Montserrat", sans-serif;
  outline: none;
}

.gdNewsletter__form input::placeholder{
  color: rgba(255,255,255,.72);
}

.gdNewsletter__form input:focus{
  border-color: #daf7a6;
  box-shadow: 0 0 0 2px rgba(218,247,166,.14);
}

.gdNewsletter__submit{
  grid-column: 1 / -1;
  justify-self: center;
  margin-top: 10px;
  height: 42px;
  padding: 5px 16px 7px;
  border: .5px solid #fff;
  border-radius: 7px;
  background: #bf1e2e;
  color: #fff;
  font: 700 18px/1 "InsaniburgerwithCheese", Arial, sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}

.gdNewsletter__submit:hover{
  background: #36749a;
  color: #fff;
}

.gdNewsletter__submit:disabled{
  opacity: .55;
  cursor: wait;
}

.gdNewsletter__label{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.gdNewsletter__trap{
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.gdNewsletter__status{
  min-height: 20px;
  margin: 8px 0 0;
  color: #daf7a6;
  font: 600 13px/1.4 "Montserrat", sans-serif;
  text-align: center;
}

@media (max-width: 760px){
  .gdNewsletter__form{
    grid-template-columns: 1fr;
  }

  .gdNewsletter__form input[type="email"]{
    grid-column: auto;
  }

  .gdNewsletter__submit{
    grid-column: 1 / -1;
  }
}

.gdNewsArchive{
  max-width: 1100px;
  margin: 0 auto;
  padding: 210px 24px 120px;
}

@media (min-width: 769px){
  .page-news #main{
    padding-top: 0;
    margin-top: 0;
  }
}

.gdNewsArchive > h1{
  margin: 0 0 50px;
  font-size: 75px;
  text-align: center;
}

.gdNewsStory{
  display: grid;
  grid-template-columns: minmax(240px, 36%) minmax(0, 1fr);
  gap: 32px;
  padding: 0 0 54px;
  margin-bottom: 54px;
  border-bottom: 1px solid rgba(255,255,255,.25);
}

.gdNewsStory__image{
  width: 100%;
  aspect-ratio: 1;
  display: block;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 10px;
}

.gdNewsStory__image--crop-left{
  object-position: left center;
}

.gdNewsStory__body h2{
  margin: 6px 0 14px;
  color: #fff;
  font: 700 clamp(27px, 3vw, 42px)/1.1 "Montserrat", sans-serif;
}

@media (min-width: 769px){
  .page-news .gdNewsStory__body h2{
    font-size: clamp(19px, 2.1vw, 29.4px);
  }
}

.gdNewsStory__body p{
  font: 15px/1.7 "Montserrat", sans-serif;
}

.gdNewsStory__order{
  margin-top: 28px;
  text-align: center;
}

.gdNewsStory__order button-order{
  width: 300px;
  max-width: 100%;
  text-align: center;
}

.gdNewsStory__extras{
  grid-column: 1 / -1;
}

.gdNewsStory__flipHint{
  margin: 8px 0 24px;
  text-align: center;
}

.gdNewsStory__cards{
  display: grid;
  grid-template-columns: repeat(auto-fit, 280px);
  justify-content: center;
  gap: 30px;
}

.gdNewsStory__cards figure{
  margin: 0;
}

@media (max-width: 700px){
  .gdNewsHome{
    margin-bottom: 50px;
  }

  .gdNewsStory{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .gdNewsStory__cards{
    grid-template-columns: 280px;
    justify-content: center;
  }

  .gdNewsFeature{
    aspect-ratio: auto;
    grid-template-rows: none;
    gap: 0;
  }

  .gdNewsFeature__story{
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 0;
  }

  .gdNewsFeature__imageLink{
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .gdNewsFeature__content{
    aspect-ratio: auto;
    max-height: none;
    min-height: 0;
    overflow: visible;
    padding: 0 0 40px;
  }

  .gdNewsFeature__title{
    font-size: clamp(19px, 5.5vw, 24px);
  }

  .gdNewsFeature__date{
    font-size: 10px;
    margin-bottom: 5px;
  }

  .gdNewsFeature__precis{
    font-size: 12px;
    line-height: 1.35;
  }

  .gdNewsFeature__more{
    font-size: 15px;
    padding: 4px 9px 5px;
  }

  .gdNewsArchive{
    padding: 30px 18px 80px;
  }

  .gdNewsArchive > h1{
    font-size: 32px;
    margin-bottom: 34px;
  }
}

@media (min-width: 701px) and (max-width: 768px){
  .gdNewsArchive > h1{
    font-size: 32px;
  }
}

/* Mobile footer: larger logo, tighter logo-to-heading spacing, clearer columns. */
@media (max-width: 600px){
  .gd-footer__cols{
    gap: 0;
  }

  .gd-footer__logo{
    padding-bottom: 2px;
  }

  .gd-footer__logo-img{
    width: 78% !important;
    max-width: 280px !important;
    margin-top: -55px !important;
    margin-bottom: -8px !important;
  }

  .gd-footer__cols > .gd-col:not(.gd-footer__logo){
    padding-bottom: 36px;
  }
}


/* Exact native logo aspect ratios â€” keep as the final logo override. */
img[src="images/logo.png"] {
  display: block;
  width: min(430px, 100%);
  height: auto !important;
  aspect-ratio: 494 / 539;
  object-fit: contain;
}

img[src="images/footerlogo.png"],
.gd-footer__logo-img {
  height: auto !important;
  aspect-ratio: 1829 / 1867;
  object-fit: contain;
  flex: none;
}
