/* ═══════════════════════════════════════════════════════════════
   GO GREEN CONSULTANCY — COMMON STYLESHEET
   style.css v1.0
   ─────────────────────────────────────────────────────────────
   Tokens · Reset · Container · Reveal · Header · Eyebrow ·
   Buttons · Page Hero · Section Heads · Filters · CTA Band ·
   Footer · Form Fields · Divider · Responsive · Motion
═══════════════════════════════════════════════════════════════ */

/* ── DESIGN TOKENS ── */
:root{
  --deep:     #1c1c1c;
  --grey:     #4b5563;
  --mid:      #6b7280;
  --amber:    #f5a623;
  --amber-lt: #ffd166;
  --white:    #ffffff;
  --off:      #f5f6f7;
  --text:     #1f2937;
  --muted:    #6b7280;
  --border:   rgba(0,0,0,.1);
  --err:      #c0392b;
  --ok:       #059669;
  --font:     'Poppins',system-ui,-apple-system,sans-serif;
  --ease:     cubic-bezier(.4,0,.2,1);
  --sp:       clamp(56px,8vw,96px);
}

/* ── RESET & BASE ── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--font);color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}

/* ── CONTAINER ── */
.gg-c{max-width:1200px;margin:0 auto;padding:0 clamp(16px,5vw,56px)}

/* ── SCROLL REVEAL ── */
[data-reveal]{opacity:0;transform:translateY(28px);transition:opacity .75s var(--ease),transform .75s var(--ease)}
[data-reveal="left"] {transform:translateX(-28px)}
[data-reveal="right"]{transform:translateX(28px)}
[data-reveal="scale"]{transform:scale(.95)}
[data-reveal].in{opacity:1;transform:none}
.d1{transition-delay:.08s!important}.d2{transition-delay:.16s!important}
.d3{transition-delay:.24s!important}.d4{transition-delay:.32s!important}
.d5{transition-delay:.40s!important}.d6{transition-delay:.48s!important}

/* ── HEADER ── */
#gg-hdr{position:sticky;top:0;z-index:200;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}
.gg-hdr-wrap{display:flex;align-items:center;justify-content:space-between;height:66px}
.gg-logo{font-size:1.05rem;font-weight:800;color:var(--deep)}
.gg-logo em{font-style:normal;color:var(--grey)}
/* All pages use gg-nav-links — simple centred flex row, no stretch tricks */
.gg-nav-links{
  display:flex;
  align-items:center;
  gap:1.8rem;
}

/* Every direct <a> link gets the same base style */
.gg-nav-links>a{
  display:inline-flex;
  align-items:center;
  font-size:.8rem;
  font-weight:500;
  line-height:1.4;
  color:var(--muted);
  transition:color .2s;
  white-space:nowrap;
}
.gg-nav-links>a:hover,
.gg-nav-links>a.on{color:var(--deep)}

/* Contact CTA pill */
.gg-nav-cta{
  background:var(--amber)!important;
  color:var(--deep)!important;
  padding:.44rem 1.1rem!important;
  border-radius:3px!important;
  font-weight:700!important;
  font-size:.76rem!important;
  line-height:1.4!important;
  transition:background .2s!important;
}
.gg-nav-cta:hover{background:var(--amber-lt)!important}

/* ── EYEBROW ── */
.gg-eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.64rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--grey);margin-bottom:.75rem}
.gg-eyebrow::before{content:'';width:18px;height:2px;background:var(--amber)}

/* ── BUTTONS ── */
.gg-btn{display:inline-flex;align-items:center;gap:.45rem;padding:.8rem 1.85rem;font-family:var(--font);font-size:.82rem;font-weight:700;letter-spacing:.03em;border-radius:3px;border:none;cursor:pointer;text-decoration:none;transition:all .22s ease;white-space:nowrap;line-height:1}
.gg-btn svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.gg-btn-primary{background:var(--amber);color:var(--deep)}
.gg-btn-primary:hover,.gg-btn-primary:focus-visible{background:var(--amber-lt);transform:translateY(-2px);box-shadow:0 8px 22px rgba(245,166,35,.4);outline:none}
.gg-btn-ghost{background:transparent;color:var(--deep);border:1.5px solid rgba(0,0,0,.18)}
.gg-btn-ghost:hover,.gg-btn-ghost:focus-visible{background:var(--off);border-color:var(--deep);transform:translateY(-2px);outline:none}
.gg-btn-ghost-white{background:transparent;color:var(--white);border:1.5px solid rgba(255,255,255,.45)}
.gg-btn-ghost-white:hover,.gg-btn-ghost-white:focus-visible{background:rgba(255,255,255,.1);border-color:var(--white);outline:none}
.gg-btn-row{display:flex;gap:.85rem;flex-wrap:wrap}
.gg-cta-row{display:flex;gap:.9rem;flex-wrap:wrap;justify-content:center}

/* ── PAGE HERO (inner pages) ── */
.gg-ph{position:relative;background:var(--off);padding:clamp(3rem,6vw,5rem) 0 clamp(3.5rem,7vw,5.5rem);overflow:hidden}
.gg-ph-ring{position:absolute;border-radius:50%;border:1px solid rgba(0,0,0,.05);pointer-events:none}
.gg-ph-ring.r1{width:520px;height:520px;top:-220px;right:-110px}
.gg-ph-ring.r2{width:340px;height:340px;top:-130px;right:-30px}
.gg-ph-deco{position:absolute;top:-55px;right:-30px;width:400px;opacity:.055;pointer-events:none;will-change:transform}
.gg-ph-bc{font-size:.7rem;font-weight:500;color:var(--muted);margin-bottom:.9rem;letter-spacing:.04em}
.gg-ph-bc a{color:var(--muted);transition:color .2s}.gg-ph-bc a:hover{color:var(--deep)}
.gg-ph-bc span{margin:0 .4rem;color:var(--border)}
.gg-ph h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;color:var(--deep);line-height:1.1;margin-bottom:.55rem}
.gg-ph h1 em{font-style:normal;color:var(--amber)}
.gg-ph-sub{font-size:.97rem;color:var(--muted);max-width:480px;line-height:1.72}
.gg-amber-line,.gg-amber-bar{width:48px;height:4px;background:var(--amber);border-radius:2px;margin:1.2rem 0 0}

/* ── SECTION HEADINGS ── */
.gg-sh{margin-bottom:clamp(2rem,4vw,3rem)}
.gg-sh.c,.gg-sh.center{text-align:center}
.gg-sh h2,.gg-sec-head h2{font-size:clamp(1.65rem,3vw,2.5rem);font-weight:800;color:var(--deep);line-height:1.15}
.gg-sh h2 em,.gg-sec-head h2 em{font-style:normal;color:var(--amber)}
.gg-sh p,.gg-sec-head p{margin-top:.75rem;font-size:.93rem;color:var(--muted);line-height:1.78;max-width:520px}
.gg-sh.c p,.gg-sh.center p{margin-left:auto;margin-right:auto}
.gg-sec-head{text-align:center;margin-bottom:clamp(2rem,4vw,3rem)}
.gg-sec-head p{margin-left:auto;margin-right:auto}

/* ── FILTERS ── */
.gg-filters{display:flex;gap:.55rem;flex-wrap:wrap;align-items:center;padding:2rem 0 1.6rem}
.gg-ftab{padding:.42rem 1.1rem;border:1.5px solid var(--border);border-radius:20px;font-family:var(--font);font-size:.74rem;font-weight:600;color:var(--muted);background:transparent;cursor:pointer;transition:all .22s ease}
.gg-ftab:hover{border-color:var(--deep);color:var(--deep)}
.gg-ftab.on{background:var(--deep);border-color:var(--deep);color:var(--white)}
.gg-ftab:focus-visible{outline:2px solid var(--amber);outline-offset:3px}
.gg-fcount{margin-left:auto;font-size:.72rem;color:var(--muted);font-weight:500}

/* ── CTA BAND ── */
.gg-cta-band{background:var(--off);padding:clamp(3rem,5vw,4.5rem) 0;text-align:center;position:relative;overflow:hidden}
.gg-cta-band::before{content:'';position:absolute;left:-80px;bottom:-80px;width:300px;height:300px;border-radius:50%;background:rgba(0,0,0,.03);pointer-events:none}
.gg-cta-band::after{content:'';position:absolute;right:-60px;top:-60px;width:240px;height:240px;border-radius:50%;background:rgba(245,166,35,.05);pointer-events:none}
.gg-cta-inner{position:relative;z-index:1}
.gg-cta-inner h2{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;color:var(--deep);line-height:1.15;margin-bottom:.65rem}
.gg-cta-inner h2 em{font-style:normal;color:var(--amber)}
.gg-cta-inner p{font-size:.93rem;color:var(--muted);line-height:1.75;max-width:440px;margin:0 auto 1.9rem}

/* ── FOOTER: SIMPLE (about / gallery / clients / contact / products) ── */
.gg-ft{background:var(--deep);padding:2.2rem 0;text-align:center;font-size:.78rem;color:rgba(255,255,255,.42);border-top:1px solid rgba(255,255,255,.05)}
.gg-ft strong{color:var(--amber)}
.gg-ft a{color:rgba(255,255,255,.42);transition:color .2s}.gg-ft a:hover{color:var(--amber)}
.gg-ft-links{display:flex;justify-content:center;gap:1.8rem;margin-bottom:.9rem;flex-wrap:wrap}
.gg-ft-links a{font-size:.76rem}

/* ── FOOTER: FULL (home page) ── */
.gg-footer{background:var(--deep);position:relative;overflow:hidden;padding-top:clamp(48px,7vw,80px)}
.gg-ft-deco{position:absolute;right:-80px;bottom:-60px;width:500px;opacity:.04;pointer-events:none;will-change:transform}
.gg-ft-deco2{position:absolute;left:-60px;top:-60px;width:320px;opacity:.025;pointer-events:none;will-change:transform}
.gg-ft-grid{display:grid;grid-template-columns:2fr 1.2fr 1.2fr 1.6fr;gap:clamp(1.5rem,4vw,3.5rem);padding-bottom:clamp(2.5rem,5vw,4rem);position:relative;z-index:1}
.gg-ft-logo{font-size:1.1rem;font-weight:800;color:var(--white);margin-bottom:.8rem}
.gg-ft-logo em{font-style:normal;color:var(--amber)}
.gg-ft-tagline{font-size:.8rem;color:rgba(255,255,255,.5);line-height:1.72;margin-bottom:1.4rem;max-width:240px}
.gg-ft-partner{display:inline-flex;align-items:center;gap:.55rem;padding:.5rem .9rem;border:1px solid rgba(255,255,255,.1);border-radius:3px;font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.45)}
.gg-ft-partner em{font-style:normal;color:var(--amber)}
.gg-ft-col h4{font-size:.7rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.35);margin-bottom:1rem}
.gg-ft-col ul{list-style:none;display:flex;flex-direction:column;gap:.55rem}
.gg-ft-col ul li a{font-size:.8rem;color:rgba(255,255,255,.5);transition:color .2s}
.gg-ft-col ul li a:hover{color:var(--amber)}
.gg-ft-contact h4{font-size:.7rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.35);margin-bottom:1rem}
.gg-ft-ci{display:flex;align-items:flex-start;gap:.7rem;margin-bottom:.9rem}
.gg-ft-ci-ico{flex-shrink:0;margin-top:2px;color:var(--amber)}
.gg-ft-ci-ico svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.gg-ft-ci-val{font-size:.78rem;color:rgba(255,255,255,.5);line-height:1.55}
.gg-ft-ci-val a{color:rgba(255,255,255,.5);transition:color .2s}.gg-ft-ci-val a:hover{color:var(--amber)}
.gg-ft-bar{border-top:1px solid rgba(255,255,255,.07);padding:1.2rem 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;position:relative;z-index:1}
.gg-ft-bar p{font-size:.72rem;color:rgba(255,255,255,.32)}
.gg-ft-bar strong{color:var(--amber)}
.gg-ft-bar-links{display:flex;gap:1.4rem}
.gg-ft-bar-links a{font-size:.7rem;color:rgba(255,255,255,.32);transition:color .2s}
.gg-ft-bar-links a:hover{color:var(--amber)}

/* ── DIVIDER ── */
.gg-divider{height:1px;background:var(--border);margin:0}

/* ── FORM FIELDS (shared across contact + home) ── */
.gg-field{margin-bottom:1.1rem;position:relative}
.gg-field label{display:block;font-size:.72rem;font-weight:600;letter-spacing:.06em;color:var(--text);margin-bottom:.42rem}
.gg-field label span{color:var(--amber)}
.gg-field input,.gg-field select,.gg-field textarea{width:100%;font-family:var(--font);font-size:.88rem;color:var(--text);background:var(--off);border:1.5px solid var(--border);border-radius:3px;padding:.72rem .95rem;outline:none;transition:border-color .2s,box-shadow .2s,background .2s;appearance:none;-webkit-appearance:none}
.gg-field input::placeholder,.gg-field textarea::placeholder{color:rgba(107,114,128,.45);font-size:.84rem}
.gg-field input:focus,.gg-field select:focus,.gg-field textarea:focus{border-color:var(--grey);background:var(--white);box-shadow:0 0 0 3px rgba(75,85,99,.1)}
.gg-field input.ok,.gg-field select.ok,.gg-field textarea.ok{border-color:var(--ok)}
.gg-field input.err,.gg-field select.err,.gg-field textarea.err{border-color:var(--err);box-shadow:0 0 0 3px rgba(192,57,43,.1)}
.gg-err-msg{font-size:.68rem;color:var(--err);font-weight:500;margin-top:.3rem;display:none}
.gg-err-msg.show{display:block}
.gg-char-count{font-size:.66rem;color:var(--muted);text-align:right;margin-top:.3rem}
.gg-char-count.warn{color:var(--amber)}.gg-char-count.full{color:var(--err)}
.gg-sel-wrap{position:relative}
.gg-sel-wrap::after{content:'';position:absolute;right:.9rem;top:50%;transform:translateY(-50%);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid var(--muted);pointer-events:none}
.gg-field select{padding-right:2.4rem;cursor:pointer}
.gg-field textarea{resize:vertical;min-height:110px;line-height:1.7}
.gg-row,.gg-row2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}

/* ── PRODUCTS DROPDOWN / SUBMENU ──
   The trigger is a real <button>, NOT a link — so a click can
   never accidentally navigate away before the menu opens. Click
   is the primary, deterministic way to open/close it (handled in
   each page's JS via the .gg-open class) and works identically
   on mouse, touch, and keyboard. Hover is layered on top purely
   as a desktop convenience — the hit-area is flush against the
   trigger (top:100%, no gap) so hovering never breaks either. ── */
/* Products wrapper: inline-flex, centred — same as a direct <a> link */
.gg-nav-item{
  position:relative;
  display:inline-flex;
  align-items:center;
}

/* Trigger button: font, size, weight and line-height IDENTICAL to .gg-nav-links>a
   so its rendered height is exactly the same as the other nav links */
.gg-nav-trigger{
  display:inline-flex;
  align-items:center;
  gap:.35rem;
  font-family:var(--font);
  font-size:.8rem;
  font-weight:500;
  line-height:1.4;      /* must match .gg-nav-links>a line-height */
  color:var(--muted);
  background:none;
  border:none;
  padding:0;
  margin:0;
  appearance:none;-webkit-appearance:none;
  cursor:pointer;
  border-radius:2px;
  transition:color .2s;
  white-space:nowrap;
}
.gg-nav-trigger:hover,
.gg-nav-trigger.on,
.gg-nav-item.gg-open .gg-nav-trigger{color:var(--deep)}
.gg-nav-trigger:focus-visible{
  color:var(--deep);
  outline:2px solid var(--amber);
  outline-offset:4px;
}

.gg-caret{width:9px;height:9px;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;transition:transform .25s ease}
.gg-nav-item:hover .gg-caret,
.gg-nav-item.gg-open .gg-caret{transform:rotate(180deg)}

/* Outer wrapper — the full hoverable/clickable hit-area, flush against the trigger (no gap) */
.gg-submenu{
  position:absolute;top:100%;left:50%;
  transform:translateX(-50%);
  padding-top:14px;            /* invisible buffer — still part of the hit-area */
  opacity:0;visibility:hidden;pointer-events:none;
  transition:opacity .2s ease,visibility .2s ease;
  z-index:300;
}
.gg-nav-item:hover .gg-submenu,
.gg-nav-item.gg-open .gg-submenu{
  opacity:1;visibility:visible;pointer-events:auto;
}

/* Inner card — the visible white panel with border/shadow/arrow */
.gg-submenu-inner{
  position:relative;
  min-width:280px;
  background:var(--white);
  border:1px solid var(--border);
  border-radius:6px;
  box-shadow:0 18px 44px rgba(0,0,0,.13);
  padding:.55rem;
}
.gg-submenu-inner::before{
  content:'';position:absolute;top:-6px;left:50%;
  transform:translateX(-50%) rotate(45deg);
  width:12px;height:12px;background:var(--white);
  border-left:1px solid var(--border);border-top:1px solid var(--border);
}
.gg-submenu-all{
  display:flex;align-items:center;justify-content:space-between;
  padding:.6rem .75rem;margin-bottom:.3rem;
  font-size:.74rem;font-weight:700;color:var(--amber);
  border-radius:4px;transition:background .15s ease;
}
.gg-submenu-all:hover{background:var(--off)}
.gg-submenu-all svg{flex-shrink:0;width:13px;height:13px}
.gg-submenu-divider{height:1px;background:var(--border);margin:.3rem .25rem .45rem}
.gg-submenu-item{
  display:flex;align-items:flex-start;gap:.65rem;
  padding:.6rem .7rem;border-radius:4px;
  transition:background .15s ease;
}
.gg-submenu-item:hover{background:var(--off)}
.gg-submenu-ico{
  flex-shrink:0;width:32px;height:32px;margin-top:.05rem;
  background:var(--off);border-radius:3px;
  display:flex;align-items:center;justify-content:center;
  color:var(--grey);transition:background .15s,color .15s;
}
.gg-submenu-ico svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.gg-submenu-item:hover .gg-submenu-ico{background:var(--amber);color:var(--deep)}
.gg-submenu-text{display:flex;flex-direction:column;gap:.12rem}
.gg-submenu-title{font-size:.79rem;font-weight:600;color:var(--text);line-height:1.3}
.gg-submenu-desc{font-size:.68rem;color:var(--muted);line-height:1.4}


/* ── BACK TO TOP ── */
#gg-btt{
  position:fixed;
  bottom:2rem;right:2rem;
  z-index:9999;
  width:52px;height:52px;
  padding:0;margin:0;
  border:none;border-radius:50%;
  background:var(--deep);
  cursor:pointer;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 4px 20px rgba(0,0,0,.32);
  opacity:0;visibility:hidden;pointer-events:none;
  transform:translateY(14px);
  transition:opacity .3s ease,visibility .3s ease,transform .3s ease,background .22s ease;
}
#gg-btt.btt-show{
  opacity:1;visibility:visible;pointer-events:auto;
  transform:translateY(0);
}
#gg-btt:hover{background:var(--amber)}
#gg-btt:hover .btt-prog {stroke:rgba(28,28,28,.35)}
#gg-btt:hover .btt-arrow{stroke:var(--deep)}
#gg-btt:focus-visible{outline:2px solid var(--amber);outline-offset:3px}

/* The single SVG fills the button — no CSS transform needed */
#gg-btt svg{width:52px;height:52px;display:block}

/* Track ring — faint white circle behind the progress arc */
.btt-track{stroke:rgba(255,255,255,.15);fill:none}

/* Progress ring — SVG rotate(-90) attribute handles 12 o'clock start */
.btt-prog{stroke:var(--amber);fill:none;transition:stroke-dashoffset .12s linear,stroke .2s ease}

/* Up-arrow chevron */
.btt-arrow{stroke:var(--white);fill:none;transition:stroke .2s ease}

/* ── RESPONSIVE (common elements) ── */
@media(max-width:1024px){.gg-ft-grid{grid-template-columns:1fr 1fr}}
@media(max-width:900px){.gg-ft-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){
  .gg-nav-links{display:none}
  .gg-row,.gg-row2{grid-template-columns:1fr}
  .gg-ft-grid{grid-template-columns:1fr}
  .gg-ft-bar{flex-direction:column;text-align:center}
  .gg-cta-row{flex-direction:column;align-items:center}
}

/* ── HAMBURGER BUTTON ── */
.gg-hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:0;background:none;border:1.5px solid var(--border);border-radius:4px;cursor:pointer;flex-shrink:0;transition:border-color .2s}
.gg-hamburger:hover{border-color:var(--deep)}
.gg-hamburger:focus-visible{outline:2px solid var(--amber);outline-offset:3px}
.gg-hamburger span{display:block;width:20px;height:2px;background:var(--deep);border-radius:2px;transition:transform .28s ease,opacity .28s ease,width .28s ease}
.gg-hamburger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.gg-hamburger.is-open span:nth-child(2){opacity:0;width:0}
.gg-hamburger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
@media(max-width:640px){.gg-hamburger{display:flex}}

/* ── MOBILE MENU ── */
.gg-mob-overlay{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.55);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}
.gg-mob-overlay.open{opacity:1;visibility:visible;pointer-events:auto}
.gg-mob-drawer{position:absolute;top:0;right:0;width:min(300px,88vw);height:100%;background:var(--deep);display:flex;flex-direction:column;overflow-y:auto;overscroll-behavior:contain;transform:translateX(100%);transition:transform .32s var(--ease);box-shadow:-6px 0 32px rgba(0,0,0,.4)}
.gg-mob-overlay.open .gg-mob-drawer{transform:translateX(0)}
.gg-mob-top{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.2rem;flex-shrink:0;border-bottom:1px solid rgba(255,255,255,.08)}
.gg-mob-brand{font-size:.95rem;font-weight:800;color:var(--white)}
.gg-mob-brand em{font-style:normal;color:var(--amber)}
.gg-mob-x{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.07);border:none;color:var(--white);cursor:pointer;transition:background .2s;flex-shrink:0}
.gg-mob-x:hover{background:rgba(255,255,255,.16)}
.gg-mob-x svg{width:16px;height:16px}
.gg-mob-nav{flex:1;padding:.5rem 0;display:flex;flex-direction:column}
.gg-mob-lnk{display:flex;align-items:center;padding:.82rem 1.3rem;font-size:.88rem;font-weight:500;color:rgba(255,255,255,.65);border-left:3px solid transparent;transition:color .2s,border-color .2s,background .2s}
.gg-mob-lnk:hover{color:var(--white);border-left-color:rgba(245,166,35,.5);background:rgba(255,255,255,.04)}
.gg-mob-lnk.on{color:var(--white);border-left-color:var(--amber);background:rgba(255,255,255,.05)}
.gg-mob-acc-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.82rem 1.3rem;font-family:var(--font);font-size:.88rem;font-weight:500;color:rgba(255,255,255,.65);background:none;border:none;border-left:3px solid transparent;cursor:pointer;text-align:left;transition:color .2s,border-color .2s,background .2s}
.gg-mob-acc-btn:hover{color:var(--white);border-left-color:rgba(245,166,35,.5);background:rgba(255,255,255,.04)}
.gg-mob-acc-btn.on{color:var(--white);border-left-color:var(--amber);background:rgba(255,255,255,.05)}
.gg-mob-chevron{width:14px;height:14px;flex-shrink:0;transition:transform .28s ease}
.gg-mob-acc.open .gg-mob-chevron{transform:rotate(180deg)}
.gg-mob-acc-panel{overflow:hidden;transition:max-height .32s ease;background:rgba(0,0,0,.18);border-left:3px solid var(--amber);margin-left:1.3rem}
.gg-mob-acc-panel a{display:block;padding:.62rem 1rem;font-size:.8rem;font-weight:500;color:rgba(255,255,255,.5);transition:color .2s}
.gg-mob-acc-panel a:hover{color:var(--amber)}
.gg-mob-acc-all{font-weight:700!important;color:var(--amber)!important;border-bottom:1px solid rgba(255,255,255,.07);padding-bottom:.7rem!important}
.gg-mob-foot{padding:1rem 1.2rem 1.4rem;flex-shrink:0;border-top:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:.7rem}
.gg-mob-cta-btn{display:flex;align-items:center;justify-content:center;padding:.8rem;background:var(--amber);color:var(--deep)!important;border-radius:4px;font-size:.84rem;font-weight:700;transition:background .2s}
.gg-mob-cta-btn:hover,.gg-mob-cta-btn.on{background:var(--amber-lt)}
.gg-mob-tel{display:flex;align-items:center;gap:.6rem;font-size:.76rem;color:rgba(255,255,255,.4);transition:color .2s}
.gg-mob-tel:hover{color:var(--amber)}
.gg-mob-tel svg{width:13px;height:13px;flex-shrink:0}

/* ── REDUCED MOTION ── */
@media(prefers-reduced-motion:reduce){[data-reveal]{opacity:1!important;transform:none!important;transition:none!important}.gg-mob-drawer{transition:none!important}.gg-mob-acc-panel{transition:none!important}.gg-hamburger span{transition:none!important}}
