:root{
  --navy:#062847;
  --navy-2:#041b31;
  --blue:#0b3b66;
  --teal:#0b8395;
  --teal-2:#087282;
  --ice:#f5fbff;
  --ice-2:#edf7ff;
  --white:#fff;
  --line:#d7e6f0;
  --ink:#092945;
  --muted:#536d80;
  --soft:#f8fcff;
  --slate:#7c8b94;
  --shadow:0 22px 65px rgba(6,40,71,.12);
  --shadow-soft:0 12px 34px rgba(6,40,71,.07);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:linear-gradient(180deg,#fff 0%,var(--ice) 100%);color:var(--ink);font-family:"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.admin-bar .site-header{top:32px}
a{color:inherit;text-decoration:none}
a:hover{color:var(--teal)}
img{max-width:100%;height:auto;display:block}
svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}
button,input,select,textarea{font:inherit}

.brand,.brand-name,.brand-sub,.primary-nav,.utility-bar,.eyebrow,h1,h2,h3,.btn,.customizer-card label,.choice-grid button,.collection-card h3,.site-footer h4,.page-kicker,.section-title span,.section-heading-row span{font-family:"Eras Bold ITC","Eras Demi ITC","Trebuchet MS","Arial Rounded MT Bold",Arial,sans-serif;letter-spacing:.045em;text-transform:uppercase}

/* Header */
.site-header{position:relative;z-index:100;background:rgba(255,255,255,.98);border-bottom:1px solid var(--line);box-shadow:0 8px 24px rgba(6,40,71,.06)}
.utility-bar{min-height:30px;background:linear-gradient(90deg,var(--navy-2),var(--navy));color:#f1f9ff;display:flex;align-items:center;justify-content:center;gap:46px;padding:7px 20px;font-size:11px;font-weight:900;letter-spacing:.11em;line-height:1.2;text-align:center}
.utility-bar a{color:#fff}
.nav-wrap{max-width:1680px;margin:0 auto;min-height:86px;padding:0 42px;display:flex;align-items:center;gap:34px}
.brand{flex:0 0 255px;color:var(--navy);line-height:1;text-align:left;display:block}
.brand-gg{display:block;font-family:Georgia,serif;font-size:34px;font-weight:900;letter-spacing:-.09em;line-height:.82;text-transform:none}
.brand-name{display:block;font-size:16px;font-weight:900;letter-spacing:.30em;margin-top:5px}
.brand-sub{display:block;font-size:10px;font-weight:900;letter-spacing:.50em;margin-top:5px}
.custom-logo{max-height:64px;width:auto}
.primary-nav{flex:1;min-width:0}
.primary-nav ul,.primary-nav li,.primary-nav .menu,.menu,.menu li{list-style:none!important;margin:0!important;padding:0!important}
.primary-nav .menu{display:flex!important;align-items:center;justify-content:center;gap:30px;flex-wrap:nowrap!important;white-space:nowrap}
.primary-nav li::before,.primary-nav li::after,.menu li::before,.menu li::after{content:none!important;display:none!important}
.primary-nav a{display:block;color:var(--navy);font-size:13px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;padding:31px 0 27px;border-bottom:3px solid transparent;line-height:1}
.primary-nav a:hover,.primary-nav .current-menu-item>a{color:var(--teal);border-color:var(--teal)}
.nav-icons{flex:0 0 145px;display:flex;justify-content:flex-end;gap:20px;align-items:center;color:var(--navy)}
.nav-icons a{position:relative;display:grid;place-items:center;width:34px;height:34px}
.nav-icons svg{width:25px;height:25px;stroke-width:1.95}
.cart-link span{position:absolute;right:-7px;top:-8px;background:var(--navy);color:#fff;border-radius:99px;font-size:10px;min-width:19px;height:19px;display:grid;place-items:center;font-weight:900}
.mobile-toggle{display:none;background:#fff;border:1px solid var(--line);border-radius:12px;color:var(--navy);align-items:center;gap:8px;font-weight:900;letter-spacing:.08em;cursor:pointer;padding:8px 11px}
.mobile-toggle span{display:block;width:21px;height:2px;background:var(--navy);margin:4px 0;border-radius:8px}.mobile-toggle em{font-style:normal;font-size:12px}

/* Layout */
.site-main{overflow:hidden}
.section-pad{max-width:1580px;margin:0 auto;padding:58px 54px}
.section-title{text-align:center;margin-bottom:32px}
.section-title span,.section-heading-row span,.eyebrow,.page-kicker{color:var(--teal);font-size:12px;font-weight:900;letter-spacing:.12em}
.section-title h2,.section-heading-row h2{font-size:34px;line-height:1.1;margin:9px 0 0;color:var(--navy)}
.section-heading-row{max-width:1580px;margin:0 auto 28px;display:flex;align-items:end;justify-content:space-between;gap:20px}
.section-heading-row a{font-weight:900;color:var(--teal);font-size:14px}

/* Hero */
.hero-section{background:radial-gradient(circle at 50% 0%,#fff 0%,#f7fbff 45%,#eef7ff 100%);border-bottom:1px solid var(--line)}
.hero-inner{max-width:1680px;margin:0 auto;padding:54px 54px 48px;display:grid;grid-template-columns:minmax(320px,455px) minmax(520px,1fr) minmax(330px,405px);gap:30px;align-items:center}
.hero-copy h1{font-size:clamp(46px,4.35vw,76px);line-height:.98;margin:14px 0 20px;color:var(--navy);letter-spacing:.035em;max-width:480px}
.hero-sub{font-size:21px;line-height:1.55;color:#274961;max-width:470px;margin:0 0 28px}
.cta-row{display:flex;gap:14px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:12px;padding:16px 24px;font-size:13px;font-weight:900;letter-spacing:.08em;line-height:1;text-transform:uppercase;transition:.18s ease}
.btn-primary{background:var(--navy);color:#fff;box-shadow:0 14px 30px rgba(6,40,71,.18)}
.btn-primary:hover{background:var(--teal);color:#fff;transform:translateY(-1px)}
.btn-secondary{background:#fff;border:1px solid #a9c3d5;color:var(--navy)}
.btn-secondary:hover{border-color:var(--teal);color:var(--teal)}
.btn-light{background:#fff;color:var(--navy)}
.hero-image-card{margin:0;border-radius:0;overflow:visible;align-self:center}
.hero-image-card img{width:100%;height:auto;object-fit:contain;border-radius:0;filter:drop-shadow(0 22px 32px rgba(6,40,71,.11))}
.customizer-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px 32px;box-shadow:var(--shadow);align-self:center}
.customizer-card h2{font-size:25px;margin:0 0 8px;color:var(--navy)}
.customizer-card p{color:var(--muted);margin:0 0 22px;font-size:14px}
.customizer-card label{display:block;font-size:11px;color:var(--navy);font-weight:900;margin:16px 0 8px;letter-spacing:.08em}
.customizer-card label small{font-size:9px;color:var(--muted)}
.customizer-card input{width:100%;height:52px;border:1px solid #bfd1df;border-radius:9px;padding:0 14px;color:var(--navy);font-weight:900;background:#fbfdff;text-transform:uppercase}
.choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}
.choice-grid button{height:40px;border:1px solid #c8d9e5;background:#fff;border-radius:9px;color:var(--navy);font-size:10px;font-weight:900;cursor:pointer}
.choice-grid button.active,.choice-grid button:hover{border-color:var(--teal);background:#effbfc}
.swatches{display:flex;gap:9px}.swatches button{width:38px;height:38px;border-radius:99px;border:2px solid #fff;box-shadow:0 0 0 1px #c6d7e3;cursor:pointer}.swatches button.active{box-shadow:0 0 0 3px var(--navy)}.swatches .navy{background:var(--navy)}.swatches .teal{background:var(--teal)}.swatches .slate{background:#7e8991}.swatches .white{background:#f3f6f7}
.preview-name{height:84px;border-radius:8px;background:linear-gradient(135deg,var(--navy),#0b3a64);display:grid;place-items:center;color:#fff;font-family:Georgia,serif;font-size:44px;font-weight:900;letter-spacing:.17em;box-shadow:inset 0 0 0 1px rgba(255,255,255,.15)}
.add-cart{margin-top:14px;display:flex;justify-content:center;background:var(--teal);color:#fff;border-radius:9px;padding:16px;font-weight:900;font-size:13px;letter-spacing:.07em;text-transform:uppercase}
.add-cart:hover{background:var(--navy);color:#fff}.free-ship{text-align:center;color:var(--teal)!important;margin:14px 0 0!important;font-size:13px!important}

/* Feature strip */
.feature-strip{max-width:1680px;margin:0 auto;padding:23px 54px;background:#fff;border-bottom:1px solid var(--line);display:grid;grid-template-columns:repeat(5,1fr);gap:0}
.feature-strip article{display:flex;align-items:center;gap:16px;padding:0 22px;border-right:1px solid var(--line)}
.feature-strip article:last-child{border-right:0}.feature-strip svg{width:34px;height:34px;color:var(--navy);stroke-width:1.8;flex:0 0 auto}.feature-strip strong{display:block;color:var(--navy);font-size:13px;text-transform:uppercase;letter-spacing:.07em}.feature-strip span{display:block;color:var(--muted);font-size:13px;line-height:1.3}

/* Steps */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.steps article{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-soft);padding:22px;display:grid;grid-template-columns:52px 1fr 150px;gap:18px;align-items:center;min-height:145px}
.steps article>span{width:44px;height:44px;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-items:center;font-weight:900;font-size:20px}
.steps h3{margin:0 0 7px;color:var(--navy);font-size:17px}.steps p{margin:0;color:var(--muted);font-size:15px;line-height:1.35}
.steps img{width:150px;height:82px;object-fit:contain;background:#f7fbff;border-radius:12px}

/* Collections */
.collections{padding-top:36px}
.collection-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:14px}
.collection-card{min-height:176px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 12px 28px rgba(6,40,71,.05);overflow:hidden;display:grid;grid-template-rows:1fr 90px;transition:.18s ease}
.collection-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-soft);color:inherit}.collection-card div{padding:18px 16px 0}.collection-card h3{font-size:15px;line-height:1.05;color:var(--navy);margin:0 0 12px}.collection-card span{font-size:12px;color:var(--teal);font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.collection-card img{width:100%;height:90px;object-fit:contain;background:linear-gradient(180deg,#fff,#f4f9fd);padding:8px}

/* Products */
.best-sellers{padding-top:48px}
.product-showcase{display:grid;grid-template-columns:1fr 410px;gap:28px;max-width:1580px;margin:0 auto}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.product-tile{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 12px 30px rgba(6,40,71,.06);overflow:hidden;padding:16px;transition:.18s ease}
.product-tile:hover{transform:translateY(-3px);box-shadow:var(--shadow-soft);color:inherit}.product-media{height:170px;border-radius:14px;background:linear-gradient(180deg,#fff,#f3f8fc);display:grid;place-items:center;overflow:hidden;margin-bottom:16px}.product-media img{width:100%;height:100%;object-fit:contain;padding:6px}
.product-tile h3{font-size:18px;margin:0 0 10px;color:var(--navy);text-transform:none;letter-spacing:0}.product-tile p{font-size:13px;color:var(--navy);margin:0 0 8px}.product-tile p span{color:var(--muted)}.product-tile strong{font-size:18px;color:var(--navy)}
.review-card{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-soft);padding:30px;display:flex;flex-direction:column;gap:14px}.review-card .stars{letter-spacing:.18em;color:var(--navy);font-size:16px}.review-card h3{font-size:28px;color:var(--navy);margin:0}.review-card p{font-size:18px;line-height:1.55;color:#28475e;margin:0}.review-card strong{color:var(--navy)}.review-card img{border-radius:16px;margin-top:auto;width:100%;height:250px;object-fit:cover}

/* Story / gallery */
.story-band{max-width:1500px;margin:32px auto 62px;padding:0 54px}.story-band>div{background:linear-gradient(135deg,var(--navy),#0b426f);color:#fff;border-radius:26px;padding:56px 60px;box-shadow:var(--shadow)}
.story-band span{display:block;color:#39bdcd;font-weight:900;font-size:13px;letter-spacing:.11em;text-transform:uppercase}.story-band h2{max-width:840px;color:#fff;font-size:36px;line-height:1.14;margin:12px 0 18px}.story-band p{max-width:1000px;color:#e7f5ff;font-size:20px;line-height:1.6;margin:0 0 28px}
.gallery-strip{display:grid;grid-template-columns:repeat(6,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.gallery-strip img{width:100%;height:160px;object-fit:cover;border-radius:0}

/* Pages */
.page-hero{background:linear-gradient(135deg,#fff 0%,#f2f9ff 100%);border-bottom:1px solid var(--line);padding:70px 24px 56px;text-align:center}
.page-hero-inner{max-width:900px;margin:0 auto}.page-hero h1{font-size:clamp(42px,4.2vw,68px);line-height:1.02;color:var(--navy);margin:10px 0 18px}.page-hero p{font-size:20px;line-height:1.55;color:#38556b;margin:0 auto;max-width:760px}
.page-shell{max-width:980px;margin:54px auto 70px;padding:0 24px}.content-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow-soft);padding:56px 62px}.entry-content{font-size:18px;line-height:1.72;color:#183a54}.entry-content h1,.entry-content h2,.entry-content h3{color:var(--navy);text-transform:none;letter-spacing:0}.entry-content h2{font-size:30px;margin:34px 0 12px}.entry-content h3{font-size:23px;margin:28px 0 10px}.entry-content p{margin:0 0 22px}.entry-content ul,.entry-content ol{padding-left:24px;margin:0 0 24px}.entry-content li{margin:0 0 8px}

/* WooCommerce */
.woocommerce .site-main,.woocommerce-page .site-main{max-width:1320px;margin:0 auto;padding:42px 28px}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-soft);padding:18px!important;overflow:hidden}.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit,.woocommerce button.single_add_to_cart_button{background:var(--navy)!important;color:#fff!important;border-radius:12px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.06em!important}.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background:var(--teal)!important;color:#fff!important}

/* Footer */
.site-footer{background:linear-gradient(145deg,var(--navy-2),var(--navy));color:#fff;margin-top:0}.footer-grid{max-width:1580px;margin:0 auto;padding:54px;display:grid;grid-template-columns:1.2fr .75fr .9fr .75fr 1.1fr 260px;gap:34px}.site-footer h4{font-size:14px;margin:0 0 16px;color:#fff}.site-footer a{display:block;color:#e3f1fb;margin:0 0 9px;font-size:14px}.site-footer a:hover{color:#fff}.footer-brand p,.newsletter p,.standard-seal p{color:#c7dcea;line-height:1.55}.footer-logo{color:#fff}.newsletter form{display:flex;gap:8px}.newsletter input{height:42px;border:0;border-radius:8px;padding:0 12px;width:100%}.newsletter button{height:42px;border:0;border-radius:8px;background:var(--teal);color:#fff;font-weight:900;padding:0 18px}.socials{display:flex;gap:10px;margin-top:16px;color:#fff}.standard-seal{border:1px solid rgba(255,255,255,.28);border-radius:999px;width:170px;height:170px;display:grid;place-items:center;text-align:center;margin:auto}.standard-seal span{font-family:Georgia,serif;font-size:34px;font-weight:900}.standard-seal strong{font-size:11px;letter-spacing:.14em;text-transform:uppercase}

/* Mobile */
@media(max-width:1280px){
  .nav-wrap{padding:0 28px;gap:22px}.brand{flex-basis:230px}.primary-nav .menu{gap:20px}.primary-nav a{font-size:12px}
  .hero-inner{grid-template-columns:minmax(270px,370px) 1fr minmax(300px,360px);padding:42px 36px}.hero-copy h1{font-size:52px}.hero-sub{font-size:18px}
  .collection-grid{grid-template-columns:repeat(4,1fr)}.product-showcase{grid-template-columns:1fr}.review-card{display:grid;grid-template-columns:1fr 320px}.review-card img{height:210px}
  .footer-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:980px){
  body.admin-bar .site-header{top:0}.utility-bar{display:none}.nav-wrap{min-height:70px;display:grid;grid-template-columns:auto 1fr auto;padding:0 18px}.brand{grid-column:2;justify-self:center;text-align:center;min-width:0;flex-basis:auto}.brand-gg{font-size:30px}.brand-name{font-size:13px}.brand-sub{font-size:9px}.mobile-toggle{display:flex;grid-column:1}.nav-icons{grid-column:3;flex-basis:auto;gap:10px}.nav-icons a:nth-child(1),.nav-icons a:nth-child(2){display:none}.primary-nav{position:absolute;left:0;right:0;top:70px;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 20px 30px rgba(6,40,71,.1);display:none}.primary-nav.open{display:block}.primary-nav .menu{display:block!important}.primary-nav a{padding:16px 24px;border-bottom:1px solid var(--line)}
  .hero-inner{grid-template-columns:1fr;gap:24px;padding:28px 20px 34px}.hero-copy{text-align:center}.hero-copy h1{max-width:none;font-size:42px}.hero-sub{margin-left:auto;margin-right:auto}.cta-row{justify-content:center}.hero-image-card{order:-1}.customizer-card{max-width:520px;margin:0 auto;width:100%}
  .feature-strip{grid-template-columns:repeat(2,1fr);padding:18px 20px}.feature-strip article{padding:14px;border-right:0;border-bottom:1px solid var(--line)}.feature-strip article:last-child{grid-column:1/-1;border-bottom:0}
  .section-pad{padding:42px 20px}.steps{grid-template-columns:1fr}.steps article{grid-template-columns:46px 1fr 120px}.collection-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}
  .story-band{padding:0 20px}.story-band>div{padding:36px 28px}.story-band h2{font-size:28px}.story-band p{font-size:17px}.gallery-strip{grid-template-columns:repeat(3,1fr)}.gallery-strip img{height:120px}
  .content-card{padding:34px 24px}.footer-grid{grid-template-columns:1fr 1fr;padding:38px 24px}.standard-seal{margin:0}
}
@media(max-width:640px){
  .hero-copy h1{font-size:34px}.hero-sub{font-size:16px}.btn{width:100%}.choice-grid{grid-template-columns:repeat(2,1fr)}.preview-name{font-size:34px}.feature-strip{grid-template-columns:1fr}.feature-strip article{border-bottom:1px solid var(--line)}.section-title h2,.section-heading-row h2{font-size:26px}.section-heading-row{display:block}.steps article{grid-template-columns:44px 1fr}.steps img{grid-column:1/-1;width:100%;height:100px}.collection-grid,.product-grid{grid-template-columns:1fr}.review-card{display:block}.review-card img{margin-top:18px}.gallery-strip{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr}.newsletter form{display:block}.newsletter button{margin-top:8px;width:100%}.page-hero{padding:44px 20px}.page-hero h1{font-size:34px}.page-hero p{font-size:16px}.page-shell{margin:32px auto}.content-card{border-radius:18px}.entry-content{font-size:16px}
}

/* ==========================================================
   V8 HERO MATCH PREMIUM OVERRIDE
   Built from v8; replaces only the homepage hero with the
   supplied premium hero mockup direction.
   ========================================================== */

.hero-match-section{
  position:relative;
  width:100%;
  max-width:100%;
  overflow:hidden;
  background:#f4f8fb;
  border-bottom:1px solid var(--line);
  line-height:0;
}

.hero-match-image{
  display:block;
  width:100%;
  height:auto;
  border-radius:0 !important;
  box-shadow:none !important;
}

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

/* Invisible click zones over the baked-in hero buttons/card button */
.hero-click{
  position:absolute;
  z-index:4;
  display:block;
  border-radius:10px;
}

.hero-shop{
  left:4.1%;
  top:71.6%;
  width:13.4%;
  height:6.7%;
}

.hero-personalize{
  left:18.7%;
  top:71.6%;
  width:11.6%;
  height:6.7%;
}

.hero-card-cta{
  right:4.3%;
  top:82.8%;
  width:22.2%;
  height:7.2%;
}

.hero-click:focus-visible{
  outline:3px solid var(--teal);
  outline-offset:4px;
  background:rgba(8,127,143,.08);
}

.hero-mobile-live{
  display:none;
}

/* Header stays v8, but this tightens the first visual transition into the hero */
.home .site-header{
  box-shadow:0 8px 24px rgba(6,40,71,.055);
}

.home .utility-bar{
  background:linear-gradient(90deg,#031b30,#062743);
}

/* Keep the below-hero sections close to v8 but slightly tighter after the hero image */
.home .feature-strip{
  border-top:0;
}

/* Mobile fallback: use live hero content instead of shrinking the baked desktop mockup too small */
@media(max-width: 900px){
  .hero-match-section{
    display:none;
  }

  .hero-mobile-live{
    display:grid;
    grid-template-columns:1fr;
    gap:22px;
    padding:34px 20px 38px;
    background:linear-gradient(180deg,#ffffff 0%,#eef8ff 100%);
    border-bottom:1px solid var(--line);
  }

  .hero-mobile-copy{
    text-align:center;
    max-width:620px;
    margin:0 auto;
  }

  .hero-mobile-copy h1{
    font-size:38px;
    line-height:1;
    margin:12px 0 14px;
    color:var(--navy);
  }

  .hero-mobile-copy p{
    font-size:16px;
    line-height:1.55;
    color:var(--muted);
    margin:0 auto 20px;
  }

  .hero-mobile-live img{
    width:100%;
    max-width:620px;
    margin:0 auto;
    border-radius:18px;
    box-shadow:var(--shadow-soft);
    background:#fff;
  }

  .hero-mobile-live .cta-row{
    justify-content:center;
  }
}

@media(max-width: 640px){
  .hero-mobile-copy h1{
    font-size:32px;
  }

  .hero-mobile-live{
    padding:28px 16px 32px;
  }
}


/* ==========================================================
   V8 HERO MATCH COMPACT POLISH
   Keeps the approved hero image but fits the hero better
   above the fold on standard laptop/desktop screens.
   ========================================================== */
@media(min-width:901px){
  .hero-match-section{
    height:clamp(500px, calc(100vh - 154px), 650px);
    min-height:500px;
  }

  .hero-match-image{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center top;
  }

  .hero-shop{
    left:4.1%;
    top:71.4%;
    width:13.4%;
    height:7.2%;
  }

  .hero-personalize{
    left:18.7%;
    top:71.4%;
    width:11.6%;
    height:7.2%;
  }

  .hero-card-cta{
    right:4.3%;
    top:82.6%;
    width:22.2%;
    height:7.6%;
  }
}

@media(min-width:1400px){
  .hero-match-section{
    height:clamp(560px, calc(100vh - 154px), 720px);
  }
}


/* ==========================================================
   V8 SHOP SIGNATURE — FULL CUSTOM SHOP PAGE
   Matching the supplied premium shop reference.
   ========================================================== */

body.woocommerce-shop .site-main,
body.post-type-archive-product .site-main,
body.tax-product_cat .site-main,
body.page-shop .site-main{
  max-width:none !important;
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
}

body.woocommerce-shop .page-hero,
body.post-type-archive-product .page-hero,
body.tax-product_cat .page-hero,
body.page-shop .page-hero,
body.woocommerce-shop .content-card,
body.post-type-archive-product .content-card,
body.tax-product_cat .content-card,
body.page-shop .content-card,
body.woocommerce-shop .page-shell,
body.post-type-archive-product .page-shell,
body.tax-product_cat .page-shell,
body.page-shop .page-shell{
  display:none !important;
}

.ggb-signature-shop-hero{
  position:relative;
  min-height:350px;
  display:grid;
  grid-template-columns:minmax(330px,42%) minmax(420px,1fr);
  align-items:center;
  gap:26px;
  padding:54px 6.6vw 38px;
  background:
    radial-gradient(circle at 62% 28%,rgba(255,255,255,.96),rgba(255,255,255,.48) 34%,transparent 68%),
    linear-gradient(135deg,#fff 0%,#fbfdff 42%,#edf7ff 100%);
  border-bottom:1px solid var(--line);
  overflow:hidden;
}

.ggb-signature-shop-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.78) 38%,rgba(255,255,255,.18) 70%,rgba(255,255,255,.96) 100%);
  pointer-events:none;
}

.ggb-signature-shop-copy,
.ggb-signature-shop-stage{
  position:relative;
  z-index:1;
}

.ggb-signature-shop-copy span{
  display:block;
  color:var(--teal);
  font-size:13px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-bottom:11px;
}

.ggb-signature-shop-copy h1{
  font-family:Georgia,"Times New Roman",serif;
  color:var(--navy);
  text-transform:uppercase;
  letter-spacing:.075em;
  font-size:clamp(62px,7.2vw,98px);
  line-height:.88;
  margin:0 0 18px;
}

.ggb-signature-shop-copy p{
  max-width:420px;
  margin:0;
  color:#24465d;
  font-size:20px;
  line-height:1.55;
}

.ggb-signature-shop-stage{
  display:flex;
  justify-content:flex-end;
  align-self:end;
}

.ggb-signature-shop-stage img{
  width:min(890px,100%);
  max-height:330px;
  object-fit:contain;
  object-position:center bottom;
  border-radius:0 !important;
  filter:drop-shadow(0 24px 34px rgba(6,40,71,.14));
}

.ggb-signature-shop-shell{
  max-width:1480px;
  margin:0 auto;
  padding:38px 42px 34px;
}

.ggb-signature-categories{
  display:grid;
  grid-template-columns:1.35fr repeat(6, 1fr);
  gap:0;
  background:#fff;
  border:1px solid var(--line);
  border-radius:25px;
  box-shadow:var(--shadow-soft);
  padding:16px;
  margin-bottom:22px;
}

.ggb-signature-categories a{
  min-height:56px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-right:1px solid var(--line);
  color:var(--navy);
  font-weight:900;
  font-size:13px;
  letter-spacing:.055em;
  text-transform:uppercase;
  padding:0 12px;
}

.ggb-signature-categories a:last-child{
  border-right:0;
}

.ggb-signature-categories a.active{
  background:var(--navy);
  color:#fff;
  border-radius:12px;
  border-right:0;
}

.ggb-signature-categories svg{
  width:22px;
  height:22px;
  stroke-width:1.75;
}

.ggb-signature-catalog{
  background:#fff;
  border:1px solid var(--line);
  border-radius:25px;
  box-shadow:0 18px 42px rgba(6,40,71,.07);
  padding:24px;
}

.ggb-signature-filters{
  display:grid;
  grid-template-columns:repeat(4,minmax(145px,1fr)) minmax(170px,1fr);
  gap:16px;
  margin-bottom:14px;
}

.ggb-signature-filters label span{
  display:block;
  color:#667b8d;
  text-transform:uppercase;
  letter-spacing:.09em;
  font-size:10px;
  font-weight:900;
  margin-bottom:7px;
}

.ggb-signature-filters select{
  width:100%;
  height:52px;
  border:1px solid #cddde8;
  border-radius:12px;
  color:var(--navy);
  background:#fff;
  padding:0 14px;
  font-size:15px;
}

.ggb-signature-filters .sort{
  justify-self:end;
  width:100%;
}

.ggb-signature-results{
  color:var(--muted);
  font-size:14px;
  margin-bottom:16px;
}

.ggb-signature-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}

.ggb-signature-product-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(6,40,71,.06);
  transition:.18s ease;
}

.ggb-signature-product-card:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 42px rgba(6,40,71,.11);
}

.ggb-signature-card-media{
  position:relative;
  height:210px;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:linear-gradient(180deg,#fff,#f7fbfd);
}

.ggb-signature-card-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:0 !important;
}

.ggb-heart{
  position:absolute;
  top:13px;
  right:13px;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#fff;
  border:1px solid var(--line);
  color:var(--navy);
  display:grid;
  place-items:center;
  font-size:22px;
  box-shadow:0 8px 16px rgba(6,40,71,.08);
}

.ggb-signature-card-body{
  padding:16px 18px 18px;
}

.ggb-product-kicker{
  display:block;
  color:var(--teal);
  font-size:10px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
  margin-bottom:7px;
}

.ggb-signature-card-body h2{
  color:var(--navy);
  font-size:19px;
  line-height:1.15;
  margin:0 0 9px;
  letter-spacing:0;
  text-transform:none;
}

.ggb-rating{
  color:var(--navy);
  font-size:13px;
  margin-bottom:7px;
}

.ggb-rating em{
  color:var(--muted);
  font-style:normal;
  margin-left:4px;
}

.ggb-price{
  color:var(--navy);
  font-size:17px;
  font-weight:900;
  margin-bottom:10px;
}

.ggb-price .woocommerce-Price-amount,
.ggb-price bdi{
  color:var(--navy);
}

.ggb-swatches{
  display:flex;
  gap:8px;
  margin-bottom:15px;
}

.ggb-swatches i{
  width:18px;
  height:18px;
  border-radius:999px;
  border:2px solid #fff;
  box-shadow:0 0 0 1px #c9d8e2;
}

.ggb-swatches .navy{background:var(--navy);}
.ggb-swatches .teal{background:var(--teal);}
.ggb-swatches .slate{background:#7f8c95;}
.ggb-swatches .cream{background:#e9e3d7;}
.ggb-swatches .black{background:#222;}

.ggb-card-buttons{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.ggb-card-buttons a{
  min-height:42px;
  border-radius:9px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  font-weight:900;
  letter-spacing:.07em;
  text-transform:uppercase;
}

.ggb-card-buttons .quick-view{
  border:1px solid #9fb7c9;
  color:var(--navy);
  background:#fff;
}

.ggb-card-buttons .quick-view:hover{
  border-color:var(--teal);
  color:var(--teal);
}

.ggb-card-buttons .cart-button{
  background:var(--navy);
  color:#fff;
  border:1px solid var(--navy);
}

.ggb-card-buttons .cart-button:hover{
  background:var(--teal);
  border-color:var(--teal);
  color:#fff;
}

.ggb-view-more{
  display:flex;
  justify-content:center;
  padding-top:22px;
}

.ggb-view-more a{
  min-width:300px;
  min-height:48px;
  border-radius:10px;
  background:var(--navy);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:13px;
}

.ggb-view-more a:hover{
  background:var(--teal);
  color:#fff;
}

.ggb-signature-trust-strip{
  max-width:none;
  background:#fbfdff;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  padding:28px 6.5vw;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
}

.ggb-signature-trust-strip article{
  display:flex;
  align-items:center;
  gap:18px;
  padding:0 28px;
  border-right:1px solid var(--line);
}

.ggb-signature-trust-strip article:last-child{
  border-right:0;
}

.ggb-signature-trust-strip svg{
  width:40px;
  height:40px;
  color:var(--navy);
  stroke-width:1.7;
  flex:0 0 auto;
}

.ggb-signature-trust-strip strong{
  display:block;
  color:var(--navy);
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.ggb-signature-trust-strip span{
  display:block;
  color:var(--muted);
  font-size:14px;
  line-height:1.35;
}

/* Remove Woo default shop noise if any still slips through */
.ggb-signature-shop-shell .woocommerce-result-count,
.ggb-signature-shop-shell .woocommerce-ordering,
.ggb-signature-shop-shell ul.products{
  display:none !important;
}

@media(max-width:1180px){
  .ggb-signature-shop-hero{
    grid-template-columns:1fr;
    text-align:center;
    padding:44px 28px 34px;
  }
  .ggb-signature-shop-copy p{margin-left:auto;margin-right:auto;}
  .ggb-signature-shop-stage{justify-content:center;}
  .ggb-signature-categories{grid-template-columns:repeat(3,1fr);gap:8px;}
  .ggb-signature-categories a{border-right:0;border:1px solid var(--line);border-radius:12px;}
  .ggb-signature-filters{grid-template-columns:repeat(2,1fr);}
  .ggb-signature-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .ggb-signature-trust-strip{grid-template-columns:repeat(2,1fr);}
  .ggb-signature-trust-strip article{border-right:0;border-bottom:1px solid var(--line);padding:18px;}
}

@media(max-width:720px){
  .ggb-signature-shop-copy h1{font-size:48px;}
  .ggb-signature-shop-shell{padding:28px 16px;}
  .ggb-signature-categories{grid-template-columns:1fr 1fr;}
  .ggb-signature-filters{grid-template-columns:1fr;}
  .ggb-signature-grid{grid-template-columns:1fr;}
  .ggb-signature-card-media{height:230px;}
  .ggb-card-buttons{grid-template-columns:1fr;}
  .ggb-signature-trust-strip{grid-template-columns:1fr;padding:18px 20px;}
}


/* ==========================================================
   V8 SHOP SIGNATURE MOBILE PREMIUM PATCH
   Desktop/laptop layout is preserved. These rules only apply
   to iPad/tablet and phone widths.
   ========================================================== */

/* iPad / tablet premium reset */
@media(max-width:1180px){

  html, body{
    overflow-x:hidden;
  }

  .site-header{
    position:sticky;
    top:0;
    z-index:999;
    box-shadow:0 12px 28px rgba(6,40,71,.08);
  }

  body.admin-bar .site-header{
    top:0;
  }

  .utility-bar{
    min-height:34px;
    gap:22px;
    padding:8px 14px;
    font-size:10px;
    letter-spacing:.09em;
    white-space:nowrap;
    overflow:hidden;
  }

  .nav-wrap{
    min-height:74px;
    display:grid;
    grid-template-columns:auto minmax(0,1fr) auto;
    gap:14px;
    padding:0 18px;
  }

  .brand{
    grid-column:2;
    justify-self:center;
    text-align:center;
    flex-basis:auto;
    min-width:0;
  }

  .brand-gg{
    font-size:30px;
  }

  .brand-name{
    font-size:13px;
    letter-spacing:.28em;
  }

  .brand-sub{
    font-size:9px;
    letter-spacing:.42em;
  }

  .custom-logo{
    max-height:56px;
    width:auto;
  }

  .mobile-toggle{
    display:flex !important;
    grid-column:1;
    grid-row:1;
    border-radius:999px;
    padding:9px 12px;
    min-height:42px;
    box-shadow:0 8px 18px rgba(6,40,71,.05);
  }

  .nav-icons{
    grid-column:3;
    grid-row:1;
    flex-basis:auto;
    gap:10px;
  }

  .nav-icons a{
    width:36px;
    height:36px;
    border:1px solid var(--line);
    border-radius:999px;
    background:#fff;
  }

  .nav-icons a:nth-child(1),
  .nav-icons a:nth-child(2){
    display:none;
  }

  .primary-nav{
    position:absolute;
    top:74px;
    left:14px;
    right:14px;
    width:auto;
    background:rgba(255,255,255,.98);
    border:1px solid var(--line);
    border-radius:20px;
    box-shadow:0 24px 50px rgba(6,40,71,.16);
    padding:10px;
    display:none;
    z-index:1000;
  }

  .primary-nav.open{
    display:block;
  }

  .primary-nav .menu{
    display:grid !important;
    grid-template-columns:1fr 1fr;
    gap:8px !important;
    white-space:normal;
  }

  .primary-nav a{
    min-height:48px;
    padding:0 14px !important;
    border:1px solid var(--line) !important;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#f8fcff;
    font-size:12px;
    line-height:1.2;
  }

  .primary-nav a:hover,
  .primary-nav .current-menu-item>a{
    background:var(--navy);
    color:#fff;
    border-color:var(--navy) !important;
  }

  /* Home hero: do not shrink the desktop screenshot into tablet/mobile */
  .hero-match-section{
    display:none !important;
  }

  .hero-mobile-live{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) minmax(320px,520px);
    align-items:center;
    gap:28px;
    padding:42px 28px;
    background:
      radial-gradient(circle at 80% 12%, rgba(9,143,159,.13), transparent 34%),
      linear-gradient(180deg,#ffffff 0%,#eef8ff 100%);
    border-bottom:1px solid var(--line);
  }

  .hero-mobile-copy{
    text-align:left;
    max-width:620px;
  }

  .hero-mobile-copy .eyebrow{
    display:inline-flex;
    padding:8px 12px;
    border:1px solid var(--line);
    border-radius:999px;
    background:#fff;
    margin-bottom:12px;
  }

  .hero-mobile-copy h1{
    font-size:clamp(38px,7vw,58px);
    line-height:.98;
    margin:10px 0 14px;
    color:var(--navy);
  }

  .hero-mobile-copy p{
    font-size:18px;
    line-height:1.55;
    color:#24465d;
    margin:0 0 22px;
  }

  .hero-mobile-live img{
    width:100%;
    max-width:560px;
    border-radius:24px;
    border:1px solid var(--line);
    box-shadow:0 20px 48px rgba(6,40,71,.12);
    background:#fff;
  }

  .hero-mobile-live .cta-row{
    justify-content:flex-start;
  }

  .feature-strip{
    grid-template-columns:repeat(2,1fr);
    padding:20px 22px;
    gap:0;
  }

  .feature-strip article{
    border-right:0;
    border-bottom:1px solid var(--line);
    padding:18px 16px;
  }

  .feature-strip article:nth-last-child(-n+2){
    border-bottom:0;
  }

  .section-pad{
    padding:42px 24px;
  }

  .steps{
    grid-template-columns:1fr;
  }

  .collection-grid,
  .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .page-hero{
    padding:58px 24px 46px;
  }

  .page-hero h1{
    font-size:clamp(42px,7vw,62px);
  }

  .page-shell{
    padding:0 22px;
  }

  .content-card{
    padding:34px 28px;
    border-radius:24px;
  }

  /* Shop page: keep desktop visual direction, but make tablet premium */
  .ggb-signature-shop-hero{
    grid-template-columns:1fr;
    text-align:center;
    min-height:auto;
    padding:44px 24px 32px;
  }

  .ggb-signature-shop-hero:before{
    background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,255,255,.45));
  }

  .ggb-signature-shop-copy{
    max-width:720px;
    margin:0 auto;
  }

  .ggb-signature-shop-copy h1{
    font-size:clamp(54px,10vw,86px);
    margin-bottom:14px;
  }

  .ggb-signature-shop-copy p{
    margin-left:auto;
    margin-right:auto;
    font-size:19px;
  }

  .ggb-signature-shop-stage{
    justify-content:center;
    margin-top:22px;
  }

  .ggb-signature-shop-stage img{
    width:min(760px,100%);
    max-height:300px;
    object-fit:contain;
    filter:drop-shadow(0 18px 26px rgba(6,40,71,.10));
  }

  .ggb-signature-shop-shell{
    padding:28px 22px 30px;
  }

  .ggb-signature-categories{
    display:flex;
    grid-template-columns:none;
    overflow-x:auto;
    gap:10px;
    padding:12px;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
  }

  .ggb-signature-categories::-webkit-scrollbar{
    height:0;
  }

  .ggb-signature-categories a{
    flex:0 0 auto;
    min-width:150px;
    border:1px solid var(--line) !important;
    border-radius:14px;
    scroll-snap-align:start;
    min-height:54px;
  }

  .ggb-signature-categories a.active{
    border-color:var(--navy) !important;
  }

  .ggb-signature-catalog{
    padding:20px;
    border-radius:24px;
  }

  .ggb-signature-filters{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
  }

  .ggb-signature-filters .sort{
    justify-self:stretch;
  }

  .ggb-signature-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:20px;
  }

  .ggb-signature-product-card{
    border-radius:20px;
  }

  .ggb-signature-card-media{
    height:220px;
  }

  .ggb-signature-card-body h2{
    font-size:18px;
  }

  .ggb-signature-trust-strip{
    grid-template-columns:repeat(2,1fr);
    padding:20px 22px;
  }

  .ggb-signature-trust-strip article{
    border-right:0;
    border-bottom:1px solid var(--line);
    padding:18px 12px;
  }

  .ggb-signature-trust-strip article:nth-last-child(-n+2){
    border-bottom:0;
  }

  .footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:28px;
    padding-left:24px;
    padding-right:24px;
  }
}

/* Phone-specific premium layout */
@media(max-width:720px){

  body{
    background:#f6fbff;
  }

  .utility-bar{
    display:flex !important;
    min-height:32px;
    justify-content:center;
    padding:8px 10px;
  }

  .utility-bar span:nth-child(2),
  .utility-bar span:nth-child(3){
    display:none;
  }

  .nav-wrap{
    min-height:68px;
    padding:0 12px;
  }

  .mobile-toggle{
    padding:8px 10px;
  }

  .mobile-toggle em{
    display:none;
  }

  .brand-gg{
    font-size:28px;
  }

  .brand-name{
    font-size:12px;
    letter-spacing:.23em;
  }

  .brand-sub{
    font-size:8px;
  }

  .nav-icons a{
    width:34px;
    height:34px;
  }

  .nav-icons svg{
    width:22px;
    height:22px;
  }

  .primary-nav{
    top:68px;
    left:10px;
    right:10px;
    border-radius:18px;
  }

  .primary-nav .menu{
    grid-template-columns:1fr;
  }

  .hero-mobile-live{
    grid-template-columns:1fr;
    gap:22px;
    padding:30px 16px 34px;
    text-align:center;
  }

  .hero-mobile-copy{
    text-align:center;
  }

  .hero-mobile-copy h1{
    font-size:34px;
    line-height:1;
  }

  .hero-mobile-copy p{
    font-size:16px;
  }

  .hero-mobile-live .cta-row{
    justify-content:center;
  }

  .hero-mobile-live .btn{
    width:100%;
  }

  .hero-mobile-live img{
    border-radius:18px;
  }

  .feature-strip{
    grid-template-columns:1fr;
    padding:10px 16px;
    background:#fff;
  }

  .feature-strip article,
  .feature-strip article:nth-last-child(-n+2){
    border-bottom:1px solid var(--line);
  }

  .feature-strip article:last-child{
    border-bottom:0;
  }

  .section-pad{
    padding:34px 16px;
  }

  .section-title h2,
  .section-heading-row h2{
    font-size:28px;
  }

  .collection-grid,
  .product-grid{
    grid-template-columns:1fr;
  }

  .collection-card,
  .product-card,
  .step-card,
  .content-card{
    border-radius:20px;
  }

  .page-hero{
    padding:42px 16px 34px;
  }

  .page-hero h1{
    font-size:34px;
  }

  .page-hero p{
    font-size:16px;
  }

  .page-shell{
    padding:0 14px;
    margin:28px auto;
  }

  .content-card{
    padding:26px 20px;
  }

  .entry-content{
    font-size:16px;
  }

  /* Shop mobile */
  .ggb-signature-shop-hero{
    padding:34px 16px 26px;
    background:
      radial-gradient(circle at 72% 20%, rgba(9,143,159,.12), transparent 38%),
      linear-gradient(180deg,#fff 0%,#eef8ff 100%);
  }

  .ggb-signature-shop-copy span{
    font-size:11px;
  }

  .ggb-signature-shop-copy h1{
    font-size:48px;
    line-height:.92;
  }

  .ggb-signature-shop-copy p{
    font-size:16px;
    line-height:1.55;
  }

  .ggb-signature-shop-stage img{
    max-height:210px;
    border-radius:18px;
  }

  .ggb-signature-shop-shell{
    padding:22px 12px 26px;
  }

  .ggb-signature-categories{
    margin-bottom:16px;
    border-radius:20px;
  }

  .ggb-signature-categories a{
    min-width:138px;
    font-size:11px;
  }

  .ggb-signature-catalog{
    padding:14px;
    border-radius:22px;
  }

  .ggb-signature-filters{
    grid-template-columns:1fr 1fr;
    gap:10px;
  }

  .ggb-signature-filters label:nth-child(2),
  .ggb-signature-filters label:nth-child(3),
  .ggb-signature-filters label:nth-child(4){
    display:none;
  }

  .ggb-signature-filters select{
    height:48px;
    font-size:14px;
  }

  .ggb-signature-results{
    font-size:13px;
    margin:12px 0 14px;
  }

  .ggb-signature-grid{
    grid-template-columns:1fr;
    gap:16px;
  }

  .ggb-signature-card-media{
    height:218px;
  }

  .ggb-signature-card-body{
    padding:16px;
  }

  .ggb-signature-card-body h2{
    font-size:19px;
    margin-bottom:8px;
  }

  .ggb-card-buttons{
    grid-template-columns:1fr 1fr;
    gap:10px;
  }

  .ggb-card-buttons a{
    min-height:44px;
    font-size:11px;
  }

  .ggb-view-more a{
    min-width:0;
    width:100%;
  }

  .ggb-signature-trust-strip{
    grid-template-columns:1fr;
    padding:14px 18px;
    background:#fff;
  }

  .ggb-signature-trust-strip article,
  .ggb-signature-trust-strip article:nth-last-child(-n+2){
    border-bottom:1px solid var(--line);
    padding:16px 4px;
  }

  .ggb-signature-trust-strip article:last-child{
    border-bottom:0;
  }

  .site-footer{
    text-align:center;
  }

  .footer-grid{
    grid-template-columns:1fr;
    gap:24px;
    padding:34px 20px;
  }

  .footer-brand,
  .footer-col,
  .newsletter{
    max-width:360px;
    margin:0 auto;
  }

  .newsletter form{
    display:grid;
    grid-template-columns:1fr auto;
    gap:8px;
  }
}

@media(max-width:420px){
  .ggb-card-buttons{
    grid-template-columns:1fr;
  }

  .newsletter form{
    grid-template-columns:1fr;
  }

  .newsletter button{
    width:100%;
  }
}


/* ==========================================================
   MOBILE PREMIUM v2 — Header + Hero Refinement
   Desktop remains unchanged. These rules only apply to
   tablet/iPad/phone breakpoints.
   ========================================================== */

/* Tablet/iPad: premium responsive polish */
@media(max-width:1180px){

  .site-header{
    position:sticky;
    top:0;
    z-index:9999;
    background:#fff;
    box-shadow:0 14px 34px rgba(6,40,71,.10);
  }

  .utility-bar{
    min-height:34px;
    padding:8px 14px;
    gap:22px;
    font-size:10px;
    letter-spacing:.10em;
  }

  .nav-wrap{
    min-height:78px;
    padding:0 18px;
    display:grid;
    grid-template-columns:48px minmax(0,1fr) 48px;
    align-items:center;
    gap:10px;
  }

  .brand{
    grid-column:2;
    justify-self:center;
    text-align:center;
    min-width:0;
    flex:unset;
  }

  .brand-gg{
    font-size:32px;
  }

  .brand-name{
    font-size:13px;
    letter-spacing:.28em;
  }

  .brand-sub{
    font-size:9px;
    letter-spacing:.44em;
  }

  .custom-logo{
    max-height:58px;
    width:auto;
  }

  /* Fixes the three horizontal dashes appearing side-by-side */
  .mobile-toggle{
    display:flex !important;
    grid-column:1;
    grid-row:1;
    width:44px;
    height:44px;
    min-width:44px;
    padding:0 !important;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:0;
    border-radius:999px;
    background:linear-gradient(180deg,#ffffff,#f6fbff);
    border:1px solid #cddfeb;
    box-shadow:0 9px 20px rgba(6,40,71,.10);
  }

  .mobile-toggle span{
    display:block;
    width:20px;
    height:2px;
    margin:2px 0 !important;
    border-radius:99px;
    background:var(--navy);
    transition:transform .18s ease, opacity .18s ease;
  }

  .mobile-toggle em{
    display:none !important;
  }

  .mobile-toggle.is-open span:nth-child(1){
    transform:translateY(6px) rotate(45deg);
  }

  .mobile-toggle.is-open span:nth-child(2){
    opacity:0;
  }

  .mobile-toggle.is-open span:nth-child(3){
    transform:translateY(-6px) rotate(-45deg);
  }

  .nav-icons{
    grid-column:3;
    grid-row:1;
    flex:unset;
    width:auto;
    justify-content:flex-end;
    gap:0;
  }

  .nav-icons a{
    width:44px;
    height:44px;
    border:1px solid #cddfeb;
    border-radius:999px;
    background:#fff;
    box-shadow:0 9px 20px rgba(6,40,71,.08);
  }

  .nav-icons svg{
    width:23px;
    height:23px;
  }

  .nav-icons a:nth-child(1),
  .nav-icons a:nth-child(2){
    display:none !important;
  }

  .cart-link span{
    right:-4px;
    top:-5px;
    background:var(--navy);
    border:2px solid #fff;
  }

  .primary-nav{
    position:absolute;
    top:86px;
    left:18px;
    right:18px;
    width:auto;
    padding:12px;
    display:none;
    background:rgba(255,255,255,.98);
    border:1px solid #cddfeb;
    border-radius:24px;
    box-shadow:0 28px 70px rgba(6,40,71,.22);
    z-index:99999;
  }

  .primary-nav.open{
    display:block;
  }

  .primary-nav .menu{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px !important;
    white-space:normal !important;
  }

  .primary-nav a{
    min-height:52px;
    padding:0 14px !important;
    border:1px solid var(--line) !important;
    border-radius:16px;
    display:flex !important;
    align-items:center;
    justify-content:center;
    text-align:center;
    background:linear-gradient(180deg,#fff,#f6fbff);
    color:var(--navy);
    font-size:12px;
    line-height:1.2;
  }

  .primary-nav a:hover,
  .primary-nav .current-menu-item > a{
    background:var(--navy);
    color:#fff;
    border-color:var(--navy) !important;
  }

  body.mobile-menu-open:before{
    content:"";
    position:fixed;
    inset:0;
    background:rgba(4,27,49,.22);
    backdrop-filter:blur(3px);
    z-index:999;
  }

  /* Premium tablet homepage hero, closer to desktop direction */
  .hero-match-section{
    display:none !important;
  }

  .hero-mobile-live{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) minmax(360px,560px);
    gap:28px;
    align-items:center;
    padding:42px 26px 44px;
    background:
      radial-gradient(circle at 82% 16%, rgba(9,143,159,.13), transparent 35%),
      linear-gradient(180deg,#ffffff 0%,#eef8ff 100%);
    border-bottom:1px solid var(--line);
  }

  .hero-mobile-copy{
    position:relative;
    z-index:2;
    text-align:left;
    max-width:620px;
    padding:28px 28px 30px;
    border:1px solid #d5e5ef;
    border-radius:28px;
    background:rgba(255,255,255,.86);
    box-shadow:0 24px 54px rgba(6,40,71,.12);
    backdrop-filter:blur(8px);
  }

  .hero-mobile-copy .eyebrow{
    display:inline-flex;
    align-items:center;
    padding:9px 14px;
    border:1px solid #d1e3ee;
    border-radius:999px;
    background:#fff;
    color:var(--teal);
    font-size:11px;
    line-height:1.2;
    margin:0 0 13px;
  }

  .hero-mobile-copy h1{
    color:var(--navy);
    font-size:clamp(42px,6.6vw,64px);
    line-height:.98;
    margin:0 0 14px;
  }

  .hero-mobile-copy p{
    color:#24465d;
    font-size:18px;
    line-height:1.55;
    margin:0 0 22px;
  }

  .hero-mobile-live .cta-row{
    justify-content:flex-start;
    gap:12px;
  }

  .hero-mobile-live .btn{
    min-height:52px;
    border-radius:14px;
  }

  .hero-mobile-live img{
    width:100%;
    max-width:620px;
    margin:0 auto;
    border-radius:28px;
    border:1px solid #d3e4ee;
    background:#fff;
    box-shadow:0 24px 60px rgba(6,40,71,.15);
  }
}

/* Phone: make the hero feel like a premium mobile version of the desktop hero */
@media(max-width:720px){

  .utility-bar{
    display:flex !important;
    min-height:31px;
    padding:7px 8px;
    font-size:9px;
    letter-spacing:.10em;
  }

  .utility-bar span:nth-child(2),
  .utility-bar span:nth-child(3){
    display:none !important;
  }

  .nav-wrap{
    min-height:70px;
    grid-template-columns:46px minmax(0,1fr) 46px;
    padding:0 12px;
    gap:8px;
  }

  .brand-gg{
    font-size:29px;
  }

  .brand-name{
    font-size:12px;
    letter-spacing:.24em;
  }

  .brand-sub{
    font-size:8px;
    letter-spacing:.38em;
  }

  .mobile-toggle,
  .nav-icons a{
    width:42px;
    height:42px;
    min-width:42px;
  }

  .primary-nav{
    top:76px;
    left:10px;
    right:10px;
    padding:10px;
    border-radius:22px;
  }

  .primary-nav .menu{
    grid-template-columns:1fr;
    gap:8px !important;
  }

  .primary-nav a{
    min-height:48px;
    border-radius:15px;
    font-size:12px;
  }

  .hero-mobile-live{
    display:flex !important;
    flex-direction:column;
    gap:0;
    padding:18px 14px 28px;
    background:
      radial-gradient(circle at 78% 6%, rgba(9,143,159,.14), transparent 36%),
      linear-gradient(180deg,#ffffff 0%,#edf7ff 100%);
  }

  /* Image first, then floating premium copy card */
  .hero-mobile-live img{
    order:1;
    width:100%;
    max-width:none;
    height:auto;
    max-height:260px;
    object-fit:cover;
    object-position:center top;
    margin:0;
    border-radius:24px;
    border:1px solid #d3e4ee;
    box-shadow:0 22px 52px rgba(6,40,71,.15);
  }

  .hero-mobile-copy{
    order:2;
    width:calc(100% - 14px);
    margin:-34px auto 0;
    padding:21px 17px 18px;
    text-align:center;
    border-radius:24px;
    border:1px solid rgba(211,228,238,.95);
    background:rgba(255,255,255,.94);
    box-shadow:0 22px 48px rgba(6,40,71,.14);
    backdrop-filter:blur(10px);
  }

  .hero-mobile-copy .eyebrow{
    justify-content:center;
    padding:8px 12px;
    font-size:10px;
    letter-spacing:.09em;
    margin:0 auto 12px;
  }

  .hero-mobile-copy h1{
    font-size:31px;
    line-height:1.02;
    margin:0 0 11px;
    letter-spacing:.035em;
  }

  .hero-mobile-copy p{
    font-size:14.5px;
    line-height:1.52;
    margin:0 0 16px;
    color:#315168;
  }

  .hero-mobile-live .cta-row{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
  }

  .hero-mobile-live .btn{
    width:100%;
    min-height:48px;
    border-radius:13px;
    font-size:11px;
  }

  .hero-mobile-live .btn-secondary{
    background:#fff;
  }

  /* Shop page mobile gets the same tighter premium visual language */
  .ggb-signature-shop-hero{
    padding:26px 14px 24px !important;
    background:
      radial-gradient(circle at 78% 8%, rgba(9,143,159,.12), transparent 36%),
      linear-gradient(180deg,#ffffff 0%,#edf7ff 100%) !important;
  }

  .ggb-signature-shop-stage{
    margin-top:16px !important;
  }

  .ggb-signature-shop-stage img{
    max-height:220px !important;
    object-fit:contain !important;
    border-radius:24px !important;
    border:1px solid #d3e4ee;
    background:#fff;
    box-shadow:0 22px 52px rgba(6,40,71,.14);
  }

  .ggb-signature-shop-copy{
    padding:0 3px;
  }

  .ggb-signature-shop-copy span{
    display:inline-flex;
    padding:8px 12px;
    border:1px solid #d1e3ee;
    border-radius:999px;
    background:#fff;
    font-size:10px !important;
    line-height:1.2;
  }

  .ggb-signature-shop-copy h1{
    font-size:44px !important;
    margin-top:13px !important;
    margin-bottom:9px !important;
  }

  .ggb-signature-shop-copy p{
    font-size:15px !important;
    line-height:1.5 !important;
  }
}

@media(max-width:390px){
  .hero-mobile-copy h1{
    font-size:28px;
  }

  .hero-mobile-copy p{
    font-size:14px;
  }

  .brand-name{
    letter-spacing:.20em;
  }
}


/* ==========================================================
   MOBILE PREMIUM v3 — Correct Hero Visibility
   Fixes v2 issue where the copy card covered/cut off Zeke
   and the hero product image on phone screens.
   Desktop and tablet desktop-like layout remain preserved.
   ========================================================== */

@media(max-width:720px){

  /* Keep the cleaner v2 header, but rebuild the hero so no image is covered. */
  .hero-mobile-live{
    display:flex !important;
    flex-direction:column !important;
    gap:14px !important;
    padding:16px 12px 26px !important;
    background:
      radial-gradient(circle at 76% 8%, rgba(9,143,159,.11), transparent 34%),
      linear-gradient(180deg,#ffffff 0%,#edf7ff 100%) !important;
    border-bottom:1px solid var(--line);
  }

  .hero-mobile-live img{
    order:1 !important;
    display:block !important;
    width:100% !important;
    height:auto !important;
    max-height:none !important;
    aspect-ratio:16 / 9 !important;
    object-fit:contain !important;
    object-position:center center !important;
    margin:0 !important;
    padding:8px !important;
    border-radius:22px !important;
    border:1px solid #d4e5ef !important;
    background:#ffffff !important;
    box-shadow:0 18px 42px rgba(6,40,71,.12) !important;
  }

  .hero-mobile-copy{
    order:2 !important;
    width:100% !important;
    margin:0 !important;
    padding:19px 16px 18px !important;
    text-align:center !important;
    border-radius:22px !important;
    border:1px solid #d4e5ef !important;
    background:rgba(255,255,255,.97) !important;
    box-shadow:0 18px 42px rgba(6,40,71,.10) !important;
    backdrop-filter:none !important;
  }

  .hero-mobile-copy .eyebrow{
    display:inline-flex !important;
    justify-content:center !important;
    align-items:center !important;
    max-width:100% !important;
    padding:8px 12px !important;
    border-radius:999px !important;
    background:#f8fcff !important;
    border:1px solid #d6e6ef !important;
    color:var(--teal) !important;
    font-size:10px !important;
    line-height:1.25 !important;
    letter-spacing:.08em !important;
    margin:0 auto 11px !important;
  }

  .hero-mobile-copy h1{
    color:var(--navy) !important;
    font-size:30px !important;
    line-height:1.03 !important;
    letter-spacing:.035em !important;
    margin:0 0 10px !important;
  }

  .hero-mobile-copy p{
    color:#315168 !important;
    font-size:14.5px !important;
    line-height:1.48 !important;
    margin:0 0 15px !important;
  }

  .hero-mobile-live .cta-row{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    margin:0 !important;
  }

  .hero-mobile-live .btn{
    width:100% !important;
    min-height:46px !important;
    border-radius:13px !important;
    font-size:11px !important;
  }

  .feature-strip{
    margin-top:0 !important;
  }
}

/* Extra-small phones */
@media(max-width:390px){
  .hero-mobile-live{
    padding:14px 10px 24px !important;
  }

  .hero-mobile-copy{
    padding:17px 14px 16px !important;
  }

  .hero-mobile-copy h1{
    font-size:27px !important;
  }

  .hero-mobile-copy p{
    font-size:13.75px !important;
  }
}


/* ==========================================================
   MOBILE PREMIUM v4 — Desktop-Matching Mobile Hero
   Purpose: keep desktop unchanged while making phone/tablet
   hero resemble the approved desktop hero as closely as possible.
   ========================================================== */

/* Tablet: keep desktop-like side-by-side hero, cleaner and less card-like */
@media(min-width:721px) and (max-width:1180px){

  .hero-match-section{
    display:none !important;
  }

  .hero-mobile-live{
    display:grid !important;
    grid-template-columns:minmax(310px, 42%) minmax(440px, 58%) !important;
    align-items:stretch !important;
    gap:0 !important;
    padding:0 !important;
    min-height:520px !important;
    background:
      radial-gradient(circle at 74% 18%, rgba(9,143,159,.12), transparent 36%),
      linear-gradient(90deg,#ffffff 0%,#f7fbfe 42%,#edf7ff 100%) !important;
    border-bottom:1px solid var(--line) !important;
    overflow:hidden !important;
  }

  .hero-mobile-copy{
    order:1 !important;
    align-self:center !important;
    max-width:none !important;
    margin:0 !important;
    padding:54px 28px 54px 42px !important;
    text-align:left !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    backdrop-filter:none !important;
  }

  .hero-mobile-copy .eyebrow{
    display:inline-flex !important;
    padding:0 !important;
    border:0 !important;
    background:transparent !important;
    color:var(--teal) !important;
    font-size:13px !important;
    letter-spacing:.09em !important;
    margin:0 0 18px !important;
  }

  .hero-mobile-copy h1{
    max-width:420px !important;
    color:var(--navy) !important;
    font-size:clamp(46px, 6vw, 68px) !important;
    line-height:.96 !important;
    letter-spacing:.035em !important;
    margin:0 0 20px !important;
  }

  .hero-mobile-copy p{
    max-width:390px !important;
    color:#24465d !important;
    font-size:18px !important;
    line-height:1.55 !important;
    margin:0 0 28px !important;
  }

  .hero-mobile-live .cta-row{
    display:flex !important;
    justify-content:flex-start !important;
    gap:14px !important;
    margin:0 !important;
  }

  .hero-mobile-live .btn{
    min-height:54px !important;
    border-radius:10px !important;
    padding:0 22px !important;
    font-size:12px !important;
  }

  .hero-mobile-live img{
    order:2 !important;
    align-self:stretch !important;
    width:100% !important;
    height:100% !important;
    max-width:none !important;
    max-height:none !important;
    object-fit:cover !important;
    object-position:center center !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    background:transparent !important;
  }
}

/* Phone: true desktop-inspired split hero. Text left, Zeke/products right.
   The personalization card is intentionally excluded because it cannot fit
   cleanly on a narrow phone screen. */
@media(max-width:720px){

  .hero-match-section{
    display:none !important;
  }

  .hero-mobile-live{
    display:grid !important;
    grid-template-columns:45% 55% !important;
    grid-template-rows:auto !important;
    align-items:stretch !important;
    gap:0 !important;
    min-height:430px !important;
    padding:0 !important;
    margin:0 !important;
    background:
      radial-gradient(circle at 77% 20%, rgba(9,143,159,.12), transparent 34%),
      linear-gradient(90deg,#ffffff 0%,#fbfdff 45%,#edf7ff 100%) !important;
    border-top:1px solid rgba(215,230,240,.65) !important;
    border-bottom:1px solid var(--line) !important;
    overflow:hidden !important;
  }

  .hero-mobile-copy{
    order:1 !important;
    grid-column:1 !important;
    align-self:center !important;
    width:auto !important;
    max-width:none !important;
    margin:0 !important;
    padding:25px 4px 25px 14px !important;
    text-align:left !important;
    border:0 !important;
    border-radius:0 !important;
    background:linear-gradient(90deg,rgba(255,255,255,.98),rgba(255,255,255,.88) 72%,rgba(255,255,255,0)) !important;
    box-shadow:none !important;
    backdrop-filter:none !important;
    z-index:2 !important;
  }

  .hero-mobile-copy .eyebrow{
    display:flex !important;
    width:100% !important;
    max-width:150px !important;
    justify-content:flex-start !important;
    padding:0 !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    color:var(--teal) !important;
    font-size:9px !important;
    line-height:1.25 !important;
    letter-spacing:.08em !important;
    margin:0 0 11px !important;
  }

  .hero-mobile-copy h1{
    color:var(--navy) !important;
    font-size:clamp(25px, 8.1vw, 32px) !important;
    line-height:.98 !important;
    letter-spacing:.035em !important;
    margin:0 0 12px !important;
    max-width:165px !important;
  }

  .hero-mobile-copy p{
    color:#24465d !important;
    font-size:12.25px !important;
    line-height:1.42 !important;
    max-width:160px !important;
    margin:0 0 14px !important;
  }

  .hero-mobile-live .cta-row{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:8px !important;
    width:100% !important;
    max-width:156px !important;
    justify-content:stretch !important;
    margin:0 !important;
  }

  .hero-mobile-live .btn{
    width:100% !important;
    min-height:40px !important;
    border-radius:9px !important;
    padding:0 8px !important;
    font-size:9.5px !important;
    letter-spacing:.055em !important;
    white-space:nowrap !important;
  }

  .hero-mobile-live .btn-secondary{
    background:#fff !important;
  }

  .hero-mobile-live img{
    order:2 !important;
    grid-column:2 !important;
    align-self:stretch !important;
    justify-self:stretch !important;
    display:block !important;
    width:100% !important;
    height:100% !important;
    min-height:430px !important;
    max-height:none !important;
    aspect-ratio:auto !important;
    object-fit:cover !important;
    object-position:center center !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    background:transparent !important;
  }

  .feature-strip{
    margin-top:0 !important;
  }
}

/* Small phones: preserve desktop-like split, but keep the text readable */
@media(max-width:390px){

  .hero-mobile-live{
    grid-template-columns:46% 54% !important;
    min-height:410px !important;
  }

  .hero-mobile-copy{
    padding-left:12px !important;
    padding-right:2px !important;
  }

  .hero-mobile-copy .eyebrow{
    max-width:142px !important;
    font-size:8.5px !important;
  }

  .hero-mobile-copy h1{
    font-size:25px !important;
    max-width:150px !important;
  }

  .hero-mobile-copy p{
    font-size:11.25px !important;
    max-width:148px !important;
  }

  .hero-mobile-live .cta-row{
    max-width:146px !important;
  }

  .hero-mobile-live .btn{
    min-height:38px !important;
    font-size:8.75px !important;
  }

  .hero-mobile-live img{
    min-height:410px !important;
  }
}


/* ==========================================================
   MOBILE PREMIUM v5 — Correct Desktop-Style Mobile Hero
   This removes the failed mobile hero behavior and uses a new
   mobile-only hero that matches the desktop direction without
   showing or cropping the right-side personalization panel.
   ========================================================== */

.ggb-mobile-desktop-hero{
  display:none;
}

/* Tablet/iPad: full desktop-style hero, minus the personalization card */
@media(min-width:721px) and (max-width:1180px){

  .hero-match-section,
  .hero-mobile-live{
    display:none !important;
  }

  .ggb-mobile-desktop-hero{
    position:relative;
    display:grid !important;
    grid-template-columns:minmax(340px, 42%) minmax(440px, 58%);
    align-items:stretch;
    min-height:520px;
    overflow:hidden;
    background:
      radial-gradient(circle at 78% 20%, rgba(9,143,159,.12), transparent 34%),
      linear-gradient(90deg,#ffffff 0%,#fbfdff 44%,#edf7ff 100%);
    border-bottom:1px solid var(--line);
  }

  .ggb-mobile-desktop-copy{
    position:relative;
    z-index:2;
    align-self:center;
    padding:52px 26px 52px 42px;
    text-align:left;
  }

  .ggb-mobile-eyebrow{
    margin:0 0 18px;
    color:var(--teal);
    font-family:"Eras Bold ITC","Eras Demi ITC","Trebuchet MS","Arial Rounded MT Bold",Arial,sans-serif;
    font-size:13px;
    font-weight:900;
    letter-spacing:.09em;
    line-height:1.25;
    text-transform:uppercase;
  }

  .ggb-mobile-desktop-copy h1{
    max-width:430px;
    margin:0 0 20px;
    color:var(--navy);
    font-size:clamp(46px, 6vw, 68px);
    line-height:.96;
    letter-spacing:.035em;
  }

  .ggb-mobile-subhead{
    max-width:390px;
    margin:0 0 28px;
    color:#24465d;
    font-size:18px;
    line-height:1.55;
  }

  .ggb-mobile-cta-row{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
  }

  .ggb-mobile-cta-row .btn{
    min-height:54px;
    border-radius:10px;
    padding:0 22px;
    font-size:12px;
  }

  .ggb-mobile-desktop-art{
    position:relative;
    z-index:1;
    align-self:stretch;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    overflow:hidden;
  }

  .ggb-mobile-desktop-art img{
    width:112%;
    max-width:none;
    height:auto;
    margin-right:-7%;
    object-fit:contain;
    object-position:center center;
    border:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    background:transparent !important;
  }
}

/* Phone: desktop-like composition. Text on left, Zeke/products on right.
   No personalization panel. No floating text card. No image-card stacking. */
@media(max-width:720px){

  .hero-match-section,
  .hero-mobile-live{
    display:none !important;
  }

  .ggb-mobile-desktop-hero{
    position:relative;
    display:block !important;
    min-height:444px;
    overflow:hidden;
    background:
      radial-gradient(circle at 79% 20%, rgba(9,143,159,.12), transparent 34%),
      linear-gradient(90deg,#ffffff 0%,#fbfdff 47%,#edf7ff 100%);
    border-top:1px solid rgba(215,230,240,.72);
    border-bottom:1px solid var(--line);
  }

  .ggb-mobile-desktop-hero:before{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    background:linear-gradient(90deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.94) 43%,rgba(255,255,255,.42) 59%,rgba(255,255,255,0) 76%);
    pointer-events:none;
  }

  .ggb-mobile-desktop-copy{
    position:relative;
    z-index:3;
    width:49%;
    min-width:170px;
    padding:34px 0 28px 14px;
    text-align:left;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    border-radius:0 !important;
  }

  .ggb-mobile-eyebrow{
    margin:0 0 12px;
    max-width:160px;
    color:var(--teal);
    font-family:"Eras Bold ITC","Eras Demi ITC","Trebuchet MS","Arial Rounded MT Bold",Arial,sans-serif;
    font-size:9px;
    font-weight:900;
    letter-spacing:.08em;
    line-height:1.25;
    text-transform:uppercase;
  }

  .ggb-mobile-desktop-copy h1{
    margin:0 0 12px;
    max-width:170px;
    color:var(--navy);
    font-size:clamp(26px, 8.4vw, 34px);
    line-height:.97;
    letter-spacing:.035em;
  }

  .ggb-mobile-subhead{
    margin:0 0 15px;
    max-width:166px;
    color:#24465d;
    font-size:12.25px;
    line-height:1.42;
  }

  .ggb-mobile-cta-row{
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
    max-width:160px;
  }

  .ggb-mobile-cta-row .btn{
    width:100%;
    min-height:40px;
    padding:0 8px;
    border-radius:9px;
    font-size:9.25px;
    letter-spacing:.05em;
    white-space:nowrap;
  }

  .ggb-mobile-cta-row .btn-secondary{
    background:#fff;
  }

  .ggb-mobile-desktop-art{
    position:absolute;
    z-index:2;
    right:-80px;
    bottom:0;
    width:86%;
    height:100%;
    display:flex;
    align-items:flex-end;
    justify-content:flex-end;
    overflow:visible;
    pointer-events:none;
  }

  .ggb-mobile-desktop-art img{
    width:100%;
    max-width:none;
    height:auto;
    max-height:none;
    margin:0;
    object-fit:contain;
    object-position:right bottom;
    border:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    background:transparent !important;
    filter:drop-shadow(0 18px 28px rgba(6,40,71,.12));
  }
}

/* Larger phones can show more of Zeke/products */
@media(min-width:391px) and (max-width:720px){
  .ggb-mobile-desktop-art{
    right:-82px;
    width:88%;
  }

  .ggb-mobile-desktop-copy{
    width:50%;
    padding-left:16px;
  }
}

/* Very small phones */
@media(max-width:390px){
  .ggb-mobile-desktop-hero{
    min-height:430px;
  }

  .ggb-mobile-desktop-copy{
    width:50%;
    min-width:160px;
    padding:30px 0 26px 12px;
  }

  .ggb-mobile-eyebrow{
    max-width:148px;
    font-size:8.35px;
  }

  .ggb-mobile-desktop-copy h1{
    max-width:154px;
    font-size:25px;
  }

  .ggb-mobile-subhead{
    max-width:150px;
    font-size:11.2px;
  }

  .ggb-mobile-cta-row{
    max-width:148px;
  }

  .ggb-mobile-cta-row .btn{
    min-height:38px;
    font-size:8.5px;
  }

  .ggb-mobile-desktop-art{
    right:-82px;
    width:88%;
  }
}


/* ==========================================================
   MOBILE PREMIUM v6 — Final Safe Hero
   This stops the responsive hero from being rebuilt in CSS.
   Mobile/tablet use dedicated image-safe hero comps so Zeke,
   products, text, and buttons cannot be cropped or destroyed.
   Desktop/laptop remains unchanged.
   ========================================================== */

.ggb-mobile-final-hero{
  display:none;
}

/* Tablet/iPad: desktop-like hero without the far-right personalization panel */
@media(min-width:721px) and (max-width:1180px){

  .hero-match-section,
  .hero-mobile-live,
  .ggb-mobile-desktop-hero{
    display:none !important;
  }

  .ggb-mobile-final-hero{
    display:block !important;
    position:relative;
    overflow:hidden;
    background:#fff;
    border-bottom:1px solid var(--line);
  }

  .ggb-mobile-final-hero picture,
  .ggb-mobile-final-hero img{
    display:block;
    width:100%;
  }

  .ggb-mobile-final-hero img{
    height:auto;
  }

  .ggb-mobile-final-click{
    position:absolute;
    z-index:3;
    display:block;
  }

  /* Tablet click zones match the generated tablet image */
  .ggb-mobile-final-shop{
    left:4.8%;
    top:74.5%;
    width:14.5%;
    height:8%;
  }

  .ggb-mobile-final-personalize{
    left:21%;
    top:74.5%;
    width:15.5%;
    height:8%;
  }
}

/* Phone: use a purpose-built mobile version of the desktop hero.
   No live overlapping blocks. No cropping. No accidental personalizer panel. */
@media(max-width:720px){

  .hero-match-section,
  .hero-mobile-live,
  .ggb-mobile-desktop-hero{
    display:none !important;
  }

  .ggb-mobile-final-hero{
    display:block !important;
    position:relative;
    overflow:hidden;
    background:#fff;
    border-top:1px solid rgba(215,230,240,.7);
    border-bottom:1px solid var(--line);
  }

  .ggb-mobile-final-hero picture,
  .ggb-mobile-final-hero img{
    display:block;
    width:100%;
  }

  .ggb-mobile-final-hero img{
    height:auto !important;
    max-width:100% !important;
    border:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    margin:0 !important;
    padding:0 !important;
    background:transparent !important;
  }

  .ggb-mobile-final-click{
    position:absolute;
    z-index:3;
    display:block;
  }

  /* Phone click zones match the generated mobile image */
  .ggb-mobile-final-shop{
    left:6%;
    top:61.5%;
    width:34%;
    height:6.8%;
  }

  .ggb-mobile-final-personalize{
    left:42.5%;
    top:61.5%;
    width:33.5%;
    height:6.8%;
  }

  .feature-strip{
    margin-top:0 !important;
  }
}

/* On very small phones buttons are still clickable at the same relative position */
@media(max-width:390px){
  .ggb-mobile-final-shop{
    left:6%;
    width:34%;
  }

  .ggb-mobile-final-personalize{
    left:42.5%;
    width:33.5%;
  }
}


/* ==========================================================
   MOBILE PREMIUM v7 — More Premium Mobile + iPad Hero
   Desktop/laptop remains unchanged. Mobile and tablet use
   dedicated hero comps with clickable overlay buttons.
   ========================================================== */

.ggb-mobile-final-hero{
  display:none;
}

@media(min-width:721px) and (max-width:1180px){

  .hero-match-section,
  .hero-mobile-live,
  .ggb-mobile-desktop-hero{
    display:none !important;
  }

  .ggb-mobile-final-hero{
    display:block !important;
    position:relative;
    overflow:hidden;
    background:#fff;
    border-bottom:1px solid var(--line);
    box-shadow:0 18px 50px rgba(6,40,71,.08);
  }

  .ggb-mobile-final-hero picture,
  .ggb-mobile-final-hero img{
    display:block;
    width:100%;
  }

  .ggb-mobile-final-hero img{
    height:auto;
  }

  .ggb-mobile-final-click{
    position:absolute;
    z-index:3;
    display:block;
  }

  .ggb-mobile-final-shop{
    left:4.7%;
    top:73.5%;
    width:14.8%;
    height:8.5%;
  }

  .ggb-mobile-final-personalize{
    left:21%;
    top:73.5%;
    width:15.8%;
    height:8.5%;
  }

  .feature-strip{
    margin-top:0 !important;
  }
}

@media(max-width:720px){

  .hero-match-section,
  .hero-mobile-live,
  .ggb-mobile-desktop-hero{
    display:none !important;
  }

  .ggb-mobile-final-hero{
    display:block !important;
    position:relative;
    overflow:hidden;
    background:#fff;
    border-top:1px solid rgba(215,230,240,.72);
    border-bottom:1px solid var(--line);
    box-shadow:0 18px 44px rgba(6,40,71,.08);
  }

  .ggb-mobile-final-hero picture,
  .ggb-mobile-final-hero img{
    display:block;
    width:100%;
  }

  .ggb-mobile-final-hero img{
    height:auto !important;
    max-width:100% !important;
    border:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    margin:0 !important;
    padding:0 !important;
    background:transparent !important;
  }

  .ggb-mobile-final-click{
    position:absolute;
    z-index:3;
    display:block;
  }

  .ggb-mobile-final-shop{
    left:6%;
    top:58.65%;
    width:37%;
    height:6.6%;
  }

  .ggb-mobile-final-personalize{
    left:45%;
    top:58.65%;
    width:37%;
    height:6.6%;
  }

  .feature-strip{
    margin-top:0 !important;
    padding-top:14px !important;
    background:#fff !important;
  }

  .feature-strip article{
    padding-top:18px !important;
    padding-bottom:18px !important;
  }
}

@media(max-width:390px){
  .ggb-mobile-final-shop,
  .ggb-mobile-final-personalize{
    top:58.65%;
    height:6.6%;
  }
}


/* ==========================================================
   V8.1 MOBILE/TABLET DESKTOP-MATCH HERO FIX
   Desktop/laptop hero remains unchanged. Mobile and tablet
   are rebuilt as live responsive sections using the same copy,
   colors, Zeke/product scene, buttons, and premium spacing.
   This intentionally replaces the old compressed mobile image.
   ========================================================== */

.ggb-mobile-match-hero{
  display:none;
}

@media(min-width:1181px){
  .ggb-mobile-match-hero{display:none !important;}
}

@media(max-width:1180px){
  html,body{overflow-x:hidden;}

  .hero-match-section,
  .hero-mobile-live,
  .ggb-mobile-final-hero,
  .ggb-mobile-desktop-hero{
    display:none !important;
  }

  .ggb-mobile-match-hero{
    display:grid !important;
    grid-template-columns:minmax(280px, .92fr) minmax(360px, 1.08fr);
    gap:26px;
    align-items:center;
    position:relative;
    padding:42px 34px 30px;
    overflow:hidden;
    background:
      radial-gradient(circle at 78% 22%, rgba(11,131,149,.12), transparent 34%),
      linear-gradient(90deg,#ffffff 0%,#fbfdff 48%,#edf7ff 100%);
    border-top:1px solid rgba(215,230,240,.72);
    border-bottom:1px solid var(--line);
  }

  .ggb-mobile-match-hero:before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.72) 48%,rgba(255,255,255,.08) 82%);
    pointer-events:none;
  }

  .ggb-mobile-match-copy,
  .ggb-mobile-match-stage,
  .ggb-mobile-match-proof{
    position:relative;
    z-index:1;
  }

  .ggb-mobile-match-copy{
    max-width:520px;
  }

  .ggb-mobile-match-copy .eyebrow{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin:0 0 13px;
    padding:8px 12px;
    border:1px solid #d1e3ee;
    border-radius:999px;
    background:rgba(255,255,255,.92);
    color:var(--teal);
    font-size:11px;
    line-height:1.25;
    letter-spacing:.10em;
  }

  .ggb-mobile-match-copy h1{
    margin:0 0 14px;
    max-width:500px;
    color:var(--navy);
    font-size:clamp(46px, 6.8vw, 70px);
    line-height:.96;
    letter-spacing:.035em;
  }

  .ggb-mobile-match-sub{
    margin:0 0 22px;
    max-width:440px;
    color:#24465d;
    font-size:18px;
    line-height:1.55;
  }

  .ggb-mobile-match-copy .cta-row{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin:0;
  }

  .ggb-mobile-match-copy .btn{
    min-height:52px;
    border-radius:11px;
    padding:0 20px;
    font-size:12px;
  }

  .ggb-mobile-match-stage{
    margin:0;
    justify-self:end;
    width:100%;
  }

  .ggb-mobile-match-stage img{
    width:100%;
    max-width:720px;
    height:auto;
    margin:0 auto;
    border-radius:0;
    border:0;
    background:transparent;
    box-shadow:none;
    filter:drop-shadow(0 20px 32px rgba(6,40,71,.12));
  }

  .ggb-mobile-match-proof{
    grid-column:1 / -1;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
    margin-top:2px;
  }

  .ggb-mobile-match-proof span{
    min-height:44px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:9px 12px;
    border:1px solid var(--line);
    border-radius:14px;
    background:rgba(255,255,255,.92);
    color:var(--navy);
    font-family:"Eras Bold ITC","Eras Demi ITC",Poppins,"Trebuchet MS","Arial Rounded MT Bold",Arial,sans-serif;
    font-size:11px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
    text-align:center;
  }
}

@media(min-width:721px) and (max-width:900px){
  .ggb-mobile-match-hero{
    grid-template-columns:1fr;
    padding:38px 28px 28px;
    text-align:center;
  }

  .ggb-mobile-match-copy{
    max-width:700px;
    margin:0 auto;
  }

  .ggb-mobile-match-copy h1,
  .ggb-mobile-match-sub{
    margin-left:auto;
    margin-right:auto;
  }

  .ggb-mobile-match-copy .cta-row{
    justify-content:center;
  }

  .ggb-mobile-match-stage{
    justify-self:center;
  }

  .ggb-mobile-match-stage img{
    max-width:760px;
  }
}

@media(max-width:720px){
  .ggb-mobile-match-hero{
    display:flex !important;
    flex-direction:column;
    gap:16px;
    padding:24px 14px 24px;
    text-align:center;
    background:
      radial-gradient(circle at 74% 14%, rgba(11,131,149,.11), transparent 34%),
      linear-gradient(180deg,#ffffff 0%,#edf7ff 100%);
  }

  .ggb-mobile-match-hero:before{
    background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,255,255,.50));
  }

  .ggb-mobile-match-copy{
    width:100%;
    max-width:430px;
    margin:0 auto;
  }

  .ggb-mobile-match-copy .eyebrow{
    justify-content:center;
    max-width:100%;
    margin:0 auto 12px;
    font-size:9.5px;
    letter-spacing:.075em;
    padding:8px 11px;
  }

  .ggb-mobile-match-copy h1{
    max-width:360px;
    margin:0 auto 11px;
    font-size:clamp(31px, 9.2vw, 42px);
    line-height:1;
  }

  .ggb-mobile-match-sub{
    max-width:350px;
    margin:0 auto 15px;
    font-size:14.5px;
    line-height:1.48;
  }

  .ggb-mobile-match-copy .cta-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    width:100%;
  }

  .ggb-mobile-match-copy .btn{
    min-height:44px;
    width:100%;
    padding:0 8px;
    border-radius:10px;
    font-size:9.4px;
    letter-spacing:.045em;
    white-space:nowrap;
  }

  .ggb-mobile-match-stage{
    width:100%;
    margin:0 auto;
    border:1px solid #d4e5ef;
    border-radius:20px;
    background:#fff;
    overflow:hidden;
    box-shadow:0 18px 42px rgba(6,40,71,.10);
  }

  .ggb-mobile-match-stage img{
    width:100%;
    max-width:none;
    height:auto;
    min-height:178px;
    object-fit:cover;
    object-position:center center;
    filter:none;
  }

  .ggb-mobile-match-proof{
    width:100%;
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:7px;
    margin:0;
  }

  .ggb-mobile-match-proof span{
    min-height:38px;
    padding:7px 6px;
    border-radius:11px;
    font-size:8.5px;
    letter-spacing:.045em;
    line-height:1.15;
  }
}

@media(max-width:390px){
  .ggb-mobile-match-hero{
    padding:22px 10px 22px;
  }

  .ggb-mobile-match-copy h1{
    font-size:29px;
  }

  .ggb-mobile-match-sub{
    font-size:13.75px;
  }

  .ggb-mobile-match-copy .btn{
    min-height:42px;
    font-size:8.5px;
  }

  .ggb-mobile-match-proof span{
    font-size:7.75px;
  }
}

/* ==========================================================
   V8.1 FULL CATALOG CATEGORY PATCH
   Adds the full customer-facing category system to the Shop page
   without changing the approved desktop homepage hero.
   ========================================================== */
.ggb-signature-categories{
  display:grid !important;
  grid-template-columns:repeat(auto-fit,minmax(155px,1fr)) !important;
  gap:10px !important;
  padding:16px !important;
}
.ggb-signature-categories a{
  border:1px solid var(--line) !important;
  border-radius:14px !important;
  min-height:54px !important;
  border-right:1px solid var(--line) !important;
  text-align:center !important;
  line-height:1.15 !important;
}
.ggb-signature-categories a.active{
  border-color:var(--navy) !important;
}
.footer-shop-links{
  display:flex;
  flex-direction:column;
}
.footer-shop-links a{
  line-height:1.35;
  margin-bottom:6px;
}
@media(max-width:760px){
  .ggb-signature-categories{
    display:flex !important;
    overflow-x:auto !important;
    flex-wrap:nowrap !important;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
  }
  .ggb-signature-categories a{
    flex:0 0 164px !important;
    scroll-snap-align:start;
  }
  .footer-shop-links a{font-size:13px;}
}
