/* ==========================================================================
   GEMHUB & CO. - storefront stylesheet
   Built to match gemhubco.com: Cormorant Garamond + Work Sans + Jost,
   gold #C9A84C, deep teal #0D3B3E, cream #FAF8F5.
   ========================================================================== */

:root{
  --gold:#C9A84C; --gold-d:#B8943E; --teal:#0D3B3E; --teal-2:#0a2d30;
  --cream:#FAF8F5; --sand:#F5F0EA; --champagne:#E8D5A3;
  --ink:#1C1C1C; --body:#4A443B; --muted:#6B6459; --line:#E8E2D8;
  --serif:'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --sans:'Work Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --accent:'Jost', var(--sans);
  --wrap:1240px; --gap:28px;
  --ease:cubic-bezier(.4,0,.2,1);
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
html{overflow-x:clip}
body{
  margin:0; background:#fff; color:var(--ink);
  font-family:var(--sans); font-size:15px; font-weight:400; line-height:1.65;
  -webkit-font-smoothing:antialiased; overflow-x:clip;
}
img{max-width:100%; height:auto; display:block}
a{color:inherit; text-decoration:none}
button{font-family:inherit}
h1,h2,h3,h4,.gh-serif{font-family:var(--serif); font-weight:500; letter-spacing:.01em; margin:0; line-height:1.16}
h1{font-size:clamp(30px,4vw,50px)}
h2{font-size:clamp(25px,3vw,38px)}
h3{font-size:clamp(19px,2vw,24px)}
p{margin:0 0 1em}
p:last-child{margin-bottom:0}

.gh-wrap{max-width:var(--wrap); margin:0 auto; padding:0 32px; width:100%}
.gh-narrow{max-width:760px}
.gh-main{display:block; min-height:40vh}

/* ---------- buttons ---------- */
.gh-btn,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,
.woocommerce #respond input#submit,.woocommerce a.button.alt,.woocommerce button.button.alt,
.woocommerce input.button.alt{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  font-family:var(--sans); font-size:12px; font-weight:500; letter-spacing:.18em;
  text-transform:uppercase; padding:16px 26px; border-radius:2px; border:1px solid var(--teal);
  background:var(--teal); color:#fff; cursor:pointer; transition:all .22s var(--ease);
  line-height:1; text-decoration:none;
}
.gh-btn:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,
.woocommerce input.button:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover{background:var(--teal-2); border-color:var(--teal-2); color:#fff}
.gh-btn-gold,.woocommerce a.button.gh-btn-gold{
  background:var(--gold); border-color:var(--gold); color:#1C1C1C; font-weight:500;
}
.gh-btn-gold:hover{background:var(--gold-d); border-color:var(--gold-d); color:#1C1C1C}
.gh-btn-outline,.woocommerce a.button.gh-btn-outline{
  background:transparent; border-color:var(--line); color:var(--ink);
}
.gh-btn-outline:hover{background:var(--cream); border-color:var(--gold); color:var(--ink)}

/* ---------- announcement ---------- */
/* Announcement bar as a right-to-left marquee. The group is repeated twice and
   the track shifts by exactly -50%, which is one full group, so the loop is
   seamless. Soft edges hide the entry/exit point. */
.gh-announce{background:var(--teal); color:#EFE6D2; overflow:hidden; position:relative}
.gh-announce::before,.gh-announce::after{
  content:''; position:absolute; top:0; bottom:0; width:54px; z-index:2; pointer-events:none;
}
.gh-announce::before{left:0; background:linear-gradient(90deg,#0D3B3E,rgba(13,59,62,0))}
.gh-announce::after{right:0; background:linear-gradient(270deg,#0D3B3E,rgba(13,59,62,0))}
.gh-marquee{overflow:hidden}
.gh-marquee-track{
  display:flex; width:max-content;
  /* travels half the track (4 groups, ~4400px) in 70s -> about 63px/s */
  animation:gh-marquee 70s linear infinite;
  will-change:transform;
}
.gh-marquee:hover .gh-marquee-track{animation-play-state:paused}
.gh-marquee-group{
  display:flex; align-items:center; gap:14px; padding:9px 14px 9px 0;
  white-space:nowrap; font-size:11px; letter-spacing:.14em; text-transform:uppercase;
  line-height:1.35;
}
.gh-announce a{text-decoration:underline; text-underline-offset:3px}
.gh-announce a:hover{color:var(--champagne)}
.gh-dot{color:var(--gold); font-size:8px}
@keyframes gh-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media (prefers-reduced-motion:reduce){
  /* No motion. Keep the announcements on ONE compact line and let the bar be
     swiped sideways, hiding the duplicate copies. Wrapping them instead made
     the bar 107px tall on a phone, which costs far too much screen. */
  .gh-marquee{overflow-x:auto}
  .gh-marquee-track{animation:none; width:max-content}
  .gh-marquee-group+.gh-marquee-group{display:none}
  .gh-marquee-group{
    flex-wrap:nowrap; column-gap:20px; padding:9px 18px;
    font-size:10.5px; letter-spacing:.1em;
  }
  /* decorative separators - not needed once it is a plain list */
  .gh-marquee-group .gh-dot{display:none}
}

/* ---------- header ---------- */
/* No backdrop-filter here on purpose: it creates a containing block, which
   makes the position:fixed mobile drawer size itself to the header (54px tall)
   instead of the viewport. A solid background looks the same and avoids it. */
.gh-header{position:sticky; top:0; z-index:60; background:#fff; border-bottom:1px solid var(--line); transition:box-shadow .25s var(--ease)}
.gh-header.is-stuck{box-shadow:0 6px 24px rgba(28,28,28,.06)}
/* Three columns so the logo sits dead centre regardless of how wide the
   left/right groups are. The nav is its own row underneath. */
.gh-header-inner{
  max-width:var(--wrap); margin:0 auto; padding:16px 32px;
  display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:12px;
}
.gh-burger{grid-column:1; justify-self:start; align-self:center}
.gh-brand{grid-column:2; justify-self:center; display:flex; flex-direction:column; align-items:center; gap:5px; text-align:center}
/* The logo file is a wide lockup (seal + wordmark + strapline), so it is sized
   by HEIGHT and allowed to keep its aspect ratio. Forcing it into a square made
   the wordmark unreadable. */
/* WooCommerce ships `.woocommerce-page img{height:auto;max-width:100%}` (0,1,1),
   which outranks a single class (0,1,0) and blew the logo up to its natural
   500x140 - a 172px-tall header. !important is deliberate here: we are overriding
   a third-party stylesheet on one specific element. */
.woocommerce .gh-brand-logo,
.woocommerce-page .gh-brand-logo,
.gh-header .gh-brand-logo{
  height:54px !important; width:auto !important; max-width:none !important;
  object-fit:contain; display:block;
}
.gh-actions{grid-column:3; justify-self:end; align-self:center}
.gh-nav{border-top:1px solid var(--line); padding:0 32px}
.gh-menu{display:flex; gap:30px; list-style:none; margin:0 auto; padding:0; align-items:center; justify-content:center; max-width:var(--wrap)}
.gh-menu>li>a{font-size:11.5px; letter-spacing:.16em; text-transform:uppercase; color:var(--body); padding:13px 0; position:relative; white-space:nowrap; transition:color .2s var(--ease); display:block}
.gh-menu>li>a::after{content:''; position:absolute; left:0; right:100%; bottom:0; height:1px; background:var(--gold); transition:right .28s var(--ease)}
.gh-menu>li>a:hover{color:var(--gold-d)}
.gh-menu>li>a:hover::after{right:0}
.gh-actions{display:flex; align-items:center; gap:16px}
.gh-actions .gh-icon svg{display:block}
.gh-icon{background:none; border:0; padding:4px; color:var(--ink); cursor:pointer; display:inline-flex; position:relative; transition:color .2s var(--ease)}
.gh-icon:hover{color:var(--gold-d)}
.gh-cart-count{
  position:absolute; top:-4px; right:-8px; background:var(--gold); color:#fff;
  font-size:10px; font-weight:600; min-width:17px; height:17px; border-radius:9px;
  display:grid; place-items:center; padding:0 4px; line-height:1;
}
.gh-burger{display:none; background:none; border:0; padding:6px; cursor:pointer; flex-direction:column; gap:4px}
.gh-burger span{display:block; width:20px; height:1.5px; background:var(--ink)}

.gh-searchbar{max-height:0; overflow:hidden; transition:max-height .3s var(--ease); border-top:0 solid var(--line)}
.gh-searchbar.is-open{max-height:120px; border-top:1px solid var(--line)}
.gh-searchbar-inner{max-width:var(--wrap); margin:0 auto; padding:18px 32px; display:flex; gap:12px; align-items:center}
.gh-searchbar input[type=search],.gh-searchbar .search-field{
  flex:1; border:1px solid var(--line); border-radius:2px; padding:13px 16px;
  font-family:var(--sans); font-size:14px; background:var(--cream);
}
.gh-search-close{background:none; border:0; font-size:26px; line-height:1; cursor:pointer; color:var(--muted)}
.woocommerce-product-search{display:flex; gap:12px; width:100%}
.woocommerce-product-search button{flex-shrink:0}

/* ---------- hero ---------- */
.gh-hero{position:relative; background:var(--cream); overflow:hidden}
.gh-slide{position:relative}
.gh-slide img{width:100%; height:clamp(420px,58vw,660px); object-fit:cover}
.gh-slide-copy{
  position:absolute; inset:0; display:flex; flex-direction:column; justify-content:center;
  align-items:flex-start; gap:16px; max-width:var(--wrap); margin:0 auto; padding:0 32px;
}
.gh-slide-copy::before{content:''; position:absolute; inset:0; background:linear-gradient(90deg,rgba(250,248,245,.92) 0%,rgba(250,248,245,.72) 38%,rgba(250,248,245,0) 68%); z-index:-1}
.gh-kicker{font-size:11px; letter-spacing:.26em; text-transform:uppercase; color:var(--gold-d); margin:0}
.gh-slide-title{max-width:15em; color:var(--ink)}
.gh-hero-dots{position:absolute; bottom:22px; left:50%; transform:translateX(-50%); display:flex; gap:9px; z-index:5}
.gh-hero-dot{width:26px; height:2px; border:0; padding:0; background:rgba(28,28,28,.22); cursor:pointer}
.gh-hero-dot.is-active{background:var(--gold)}

/* ---------- value props ---------- */
.gh-values{background:var(--cream); border-bottom:1px solid var(--line)}
.gh-values-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:var(--gap); padding-top:36px; padding-bottom:36px; text-align:center}
.gh-value-mark{color:var(--gold); font-size:12px; margin-bottom:8px}
.gh-value h3{font-size:18px; margin-bottom:3px}
.gh-value p{font-size:12.5px; color:var(--muted); margin:0}

/* ---------- sections ---------- */
.gh-section{padding:78px 0}
.gh-section-head{text-align:center; max-width:660px; margin:0 auto 42px}
.gh-section-head h2{margin:10px 0 10px}
.gh-sub{color:var(--muted); font-size:14.5px; margin:0}
.gh-section-foot{text-align:center; margin-top:38px}
.gh-featured-alt{background:var(--cream)}
.gh-featured-alt .gh-section-head h2{color:var(--ink)}

/* ---------- category tiles ---------- */
.gh-cat-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px}
.gh-cat-tile{position:relative; display:block; overflow:hidden; border-radius:2px; background:var(--sand)}
.gh-cat-img img{width:100%; aspect-ratio:4/3.1; object-fit:cover; transition:transform .7s var(--ease)}
.gh-cat-tile:hover .gh-cat-img img{transform:scale(1.045)}
.gh-cat-overlay{
  position:absolute; inset:auto 0 0 0; padding:30px 24px 26px;
  background:linear-gradient(0deg,rgba(9,42,45,.94) 0%,rgba(9,42,45,.78) 32%,rgba(9,42,45,.34) 66%,rgba(9,42,45,0) 100%);
  color:#fff; display:flex; flex-direction:column; gap:4px;
  text-shadow:0 1px 12px rgba(0,0,0,.45);
}
.gh-cat-tile::after{
  content:''; position:absolute; inset:0; background:rgba(9,42,45,.06);
  transition:background .4s var(--ease); pointer-events:none;
}
.gh-cat-tile:hover::after{background:rgba(9,42,45,.14)}
.gh-cat-overlay em{font-style:normal; font-size:10px; letter-spacing:.2em; text-transform:uppercase; color:var(--champagne)}
.gh-cat-overlay strong{font-family:var(--serif); font-size:25px; font-weight:500}
.gh-cat-cta{font-size:11px; letter-spacing:.16em; text-transform:uppercase; color:var(--gold); margin-top:6px; transition:transform .25s var(--ease)}
.gh-cat-tile:hover .gh-cat-cta{transform:translateX(4px)}

/* ---------- product grid + cards ---------- */
.woocommerce ul.products,.woocommerce-page ul.products{
  list-style:none; margin:0; padding:0; display:grid; gap:var(--gap) 22px;
  grid-template-columns:repeat(4,1fr);
}
.woocommerce ul.products::before,.woocommerce ul.products::after{display:none}
.woocommerce ul.products li.product{margin:0!important; width:auto!important; float:none!important; text-align:left}

.gh-card{border:1px solid var(--line); border-radius:2px; background:#fff; overflow:hidden; display:flex; flex-direction:column; transition:border-color .25s var(--ease), transform .25s var(--ease), box-shadow .25s var(--ease)}
.gh-card:hover{border-color:var(--gold); transform:translateY(-3px); box-shadow:0 14px 34px rgba(28,28,28,.07)}
.gh-card-media{position:relative; display:block; background:var(--cream); overflow:hidden}
.gh-card-img img{width:100%; aspect-ratio:1/1; object-fit:cover; transition:transform .7s var(--ease)}
.gh-card:hover .gh-card-img img{transform:scale(1.05)}
.gh-badge{
  position:absolute; top:12px; left:12px; z-index:2; background:var(--gold); color:#fff;
  font-size:10.5px; font-weight:600; letter-spacing:.08em; padding:5px 9px; border-radius:2px;
}
.gh-card-body{padding:16px 16px 18px; display:flex; flex-direction:column; gap:7px; flex:1}
.gh-card-cat{font-size:10px; letter-spacing:.18em; text-transform:uppercase; color:var(--gold-d)}
.gh-card-title{font-family:var(--serif); font-size:17.5px; line-height:1.28; font-weight:500; min-height:2.6em}
.gh-card-title a{color:var(--ink)}
.gh-card:hover .gh-card-title a{color:var(--gold-d)}
.woocommerce ul.products li.product .price,.gh-card-price{font-size:14.5px; color:var(--ink); margin:0; font-weight:500}
.gh-card-price del{color:var(--muted); font-weight:400; margin-right:6px; opacity:.75}
.gh-card-price ins{text-decoration:none; color:var(--gold-d); font-weight:600}
.gh-card-cta{margin-top:auto; padding-top:12px}
.gh-card-cta .button,.gh-card-cta .added_to_cart{
  width:100%; font-size:10.5px; letter-spacing:.16em; padding:13px 10px;
  background:transparent; color:var(--ink); border:1px solid var(--line); font-weight:500;
}
.gh-card-cta .button:hover{background:var(--teal); border-color:var(--teal); color:#fff}
.gh-card-cta .added_to_cart{background:var(--teal); border-color:var(--teal); color:#fff; margin-top:6px}

/* ---------- toolbar ---------- */
.gh-toolbar{display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap; padding:0 0 26px; border-bottom:1px solid var(--line); margin-bottom:34px}
.woocommerce-result-count{margin:0; font-size:12.5px; letter-spacing:.1em; text-transform:uppercase; color:var(--muted)}
.woocommerce-ordering{margin:0}
.woocommerce-ordering select{
  border:1px solid var(--line); border-radius:2px; padding:11px 14px; background:var(--cream);
  font-family:var(--sans); font-size:12.5px; color:var(--ink); letter-spacing:.04em; cursor:pointer;
}
.gh-empty{text-align:center; color:var(--muted); padding:60px 0}

/* ---------- pagination ---------- */
.gh-pagination{margin-top:52px}
.woocommerce-pagination ul,.gh-pagination .nav-links{display:flex; gap:8px; justify-content:center; list-style:none; margin:0; padding:0; border:0; flex-wrap:wrap}
.woocommerce-pagination ul li{border:0!important; margin:0!important}
.woocommerce-pagination ul li a,.woocommerce-pagination ul li span,
.gh-pagination .page-numbers{
  display:grid; place-items:center; min-width:42px; height:42px; padding:0 12px;
  border:1px solid var(--line); border-radius:2px; font-size:13px; color:var(--ink); background:#fff;
}
.woocommerce-pagination ul li a:hover,.gh-pagination .page-numbers:hover{border-color:var(--gold); color:var(--gold-d)}
.woocommerce-pagination ul li span.current,.gh-pagination .page-numbers.current{background:var(--teal); border-color:var(--teal); color:#fff}

/* ---------- band ---------- */
.gh-band{background:var(--teal); color:#EDE6D6; padding:0}
.gh-band-inner{display:grid; grid-template-columns:1.05fr .95fr; gap:0; align-items:center; padding:0}
.gh-band-media img{width:100%; height:100%; min-height:400px; object-fit:cover}
.gh-band-copy{padding:64px 60px}
.gh-band-copy h2{color:#fff; margin:12px 0 14px}
.gh-band-copy p{color:#D8CEBB; font-size:15px}
.gh-band-copy .gh-kicker{color:var(--champagne)}
.gh-band-copy .gh-btn{margin-top:10px}

/* ==========================================================================
   SINGLE PRODUCT
   ========================================================================== */
.woocommerce div.product{position:relative}
.woocommerce div.product .product_title{font-family:var(--serif); font-size:clamp(26px,3vw,40px); font-weight:500; line-height:1.14; margin:0 0 14px}
.woocommerce .woocommerce-breadcrumb{font-size:11px; letter-spacing:.14em; text-transform:uppercase; color:var(--muted); margin:0 0 26px}
.woocommerce .woocommerce-breadcrumb a{color:var(--muted)}
.woocommerce .woocommerce-breadcrumb a:hover{color:var(--gold-d)}

/* Two-column shell.
   IMPORTANT: this deliberately uses WooCommerce's own float layout rather than
   CSS grid. FlexSlider measures the gallery container at init; a grid parent
   made that measurement wrong and the slide width ran away to 9,500px, which
   pushed the whole page 9,864px wide. Floats keep the geometry stable. */
div.product{max-width:var(--wrap); margin:0 auto; padding:36px 32px 0}
div.product::after{content:""; display:table; clear:both}
.woocommerce div.product div.images{float:left!important; width:52%!important; margin:0 0 10px!important}
.woocommerce div.product div.summary{float:right!important; width:44%!important; margin:0!important; clear:none!important}
/* Do NOT set width/overflow on .flex-viewport, .woocommerce-product-gallery__wrapper
   or the gallery images - FlexSlider owns those dimensions. */

/* WooCommerce hides the gallery with opacity:0 until its JS swaps the body
   class. Keep a safety net so a JS hiccup can't hide the product photo. */
.woocommerce div.product div.images .woocommerce-product-gallery{opacity:1!important}
.woocommerce div.product div.images img{border-radius:2px}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{top:14px; right:14px; left:auto}
.woocommerce div.product form.cart .variations td.value{width:100%}
div.product .woocommerce-product-gallery__wrapper{margin:0}
.woocommerce div.product div.images img{border-radius:2px}
.woocommerce div.product div.images .flex-control-thumbs{display:grid; grid-template-columns:repeat(5,1fr); gap:10px; margin:12px 0 0; padding:0; list-style:none}
.woocommerce div.product div.images .flex-control-thumbs li{width:auto!important; margin:0!important; float:none!important}
.woocommerce div.product div.images .flex-control-thumbs img{border:1px solid var(--line); border-radius:2px; opacity:.75; cursor:pointer}
.woocommerce div.product div.images .flex-control-thumbs img.flex-active{opacity:1; border-color:var(--gold)}
.woocommerce div.product .onsale{
  position:absolute; top:14px; left:14px; z-index:5; background:var(--gold); color:#fff;
  font-size:11px; font-weight:600; letter-spacing:.1em; padding:7px 11px; border-radius:2px; min-height:0; line-height:1;
}

.woocommerce div.product p.price,.woocommerce div.product span.price{
  font-family:var(--serif); font-size:30px; font-weight:600; color:var(--ink); margin:0 0 4px;
}
.woocommerce div.product p.price del{color:var(--muted); font-size:19px; font-weight:400}
.woocommerce div.product p.price ins{text-decoration:none; color:var(--gold-d)}
.gh-pdp-meta{font-size:12.5px; color:var(--muted); margin:0 0 22px}
.woocommerce-product-details__short-description{font-size:15px; color:var(--body); margin-bottom:22px}
.woocommerce div.product .stock{font-size:12.5px; letter-spacing:.08em; text-transform:uppercase; color:var(--gold-d); margin-bottom:14px}

/* variations */
.woocommerce div.product form.cart{margin:22px 0 0}
.woocommerce div.product form.cart .variations{margin:0 0 20px; width:100%}
.woocommerce div.product form.cart .variations tr{display:block; margin-bottom:18px}
.woocommerce div.product form.cart .variations th,.woocommerce div.product form.cart .variations td{
  display:block; padding:0; border:0; background:none; text-align:left;
}
.woocommerce div.product form.cart .variations th.label label{
  font-size:11px; letter-spacing:.16em; text-transform:uppercase; color:var(--muted);
  margin:0 0 9px; display:block; font-weight:400;
}
.woocommerce div.product form.cart .variations select{
  width:100%; max-width:340px; border:1px solid var(--line); border-radius:2px;
  padding:13px 15px; background:var(--cream); font-family:var(--sans); font-size:14px; color:var(--ink); cursor:pointer;
}
.woocommerce div.product form.cart .reset_variations{font-size:11.5px; letter-spacing:.1em; text-transform:uppercase; color:var(--muted)}
.woocommerce .woocommerce-variation-price{margin-bottom:16px}
.woocommerce .woocommerce-variation-price .price{font-family:var(--serif); font-size:26px; font-weight:600}

/* quantity + add to cart */
.woocommerce div.product form.cart div.quantity{margin:0 12px 0 0; float:none; display:inline-flex}
.woocommerce .quantity input.qty{
  width:76px; height:52px; border:1px solid var(--line); border-radius:2px; background:var(--cream);
  font-family:var(--sans); font-size:15px; text-align:center; padding:0;
}
.woocommerce div.product form.cart button.button,.woocommerce div.product form.cart .single_add_to_cart_button{
  height:52px; padding:0 40px; font-size:12px; letter-spacing:.18em; background:var(--teal);
  border-radius:2px; float:none; width:auto; flex:1;
}
.woocommerce div.product form.cart .single_add_to_cart_button:hover{background:var(--teal-2)}
.woocommerce div.product form.cart{display:flex; flex-wrap:wrap; align-items:center; gap:12px}
.woocommerce div.product form.cart .variations,.woocommerce div.product form.cart .woocommerce-variation,
.woocommerce div.product form.cart .reset_variations{flex-basis:100%}

.gh-trust{list-style:none; margin:26px 0 0; padding:22px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); display:grid; grid-template-columns:repeat(2,1fr); gap:16px 20px}
.gh-trust li{font-size:12.5px; color:var(--muted); line-height:1.45}
.gh-trust strong{display:block; font-family:var(--sans); font-size:13px; font-weight:500; color:var(--ink); margin-bottom:2px}

/* product meta + tabs */
.woocommerce div.product .product_meta{font-size:11.5px; letter-spacing:.1em; text-transform:uppercase; color:var(--muted); margin-top:22px; padding-top:18px; border-top:1px solid var(--line)}
.woocommerce div.product .product_meta a{color:var(--muted)}
.woocommerce div.product .product_meta a:hover{color:var(--gold-d)}

/* ---------- PDP description (imported markup) ---------- */
.gh-pdp-desc{clear:both; max-width:var(--wrap); margin:0 auto; padding:0 32px}
.gh-pdp-desc-inner{max-width:820px; margin:0 auto; padding-top:64px; border-top:1px solid var(--line)}
.gh-pdp-desc-inner h2{font-size:26px; margin:34px 0 14px}
.gh-pdp-desc-inner h2:first-child{margin-top:0}
.gh-pdp-desc-inner p{font-size:15.5px; color:var(--body); line-height:1.75}
.gh-pdp-desc-inner ul,.gh-pdp-desc-inner ol{padding-left:20px; color:var(--body); font-size:15.5px}
.gh-pdp-desc-inner li{margin-bottom:7px}
.gh-note{background:var(--sand); border-left:3px solid var(--gold); padding:16px 20px; margin-bottom:28px}
.gh-note p{margin:0; font-size:14.5px; color:#4A443B}
.gh-specs{width:100%; border-collapse:collapse; margin:8px 0 30px; font-size:14.5px}
.gh-specs th{text-align:left; font-family:var(--sans); font-weight:400; font-size:11px; letter-spacing:.13em; text-transform:uppercase; color:var(--muted); padding:13px 16px 13px 0; border-bottom:1px solid var(--line); width:38%; vertical-align:top}
.gh-specs td{padding:13px 0; border-bottom:1px solid var(--line); color:var(--ink); vertical-align:top}
.gh-specs tr:last-child th,.gh-specs tr:last-child td{border-bottom:0}
.gh-promise{background:var(--cream); border:1px solid var(--line); border-radius:2px; padding:24px 26px; margin:30px 0}
.gh-promise h3{font-size:20px; margin-bottom:12px}
.gh-promise ul{margin:0; padding-left:18px}
.gh-promise li{font-size:14.5px; color:var(--body)}
.gh-acc{border-bottom:1px solid var(--line)}
.gh-acc summary{cursor:pointer; padding:18px 0; font-family:var(--serif); font-size:21px; list-style:none; display:flex; justify-content:space-between; align-items:center}
.gh-acc summary::-webkit-details-marker{display:none}
.gh-acc summary::after{content:'+'; color:var(--gold-d); font-size:22px; line-height:1}
.gh-acc[open] summary::after{content:'\2013'}
.gh-acc>*:not(summary){font-size:15px; color:var(--body)}
.gh-acc ul{padding-left:20px; margin:0 0 18px}
.gh-extra{font-size:14px; color:var(--muted)}
.gh-pdp-extra{clear:both; max-width:var(--wrap); margin:0 auto; padding:0 32px}
.gh-pdp-extra h2{font-size:26px; margin:46px 0 16px}

/* ---------- PDP service accordions ---------- */
.gh-pdp-service{clear:both; max-width:var(--wrap); margin:0 auto; padding:0 32px}
.gh-pdp-service-title{font-size:26px; margin:54px 0 18px}
.gh-acc-group{border-top:1px solid var(--line)}
.gh-pdp-service .gh-acc{scroll-margin-top:110px}
.gh-acc-body{padding:0 0 24px; font-size:15px; color:var(--body); line-height:1.72}
.gh-acc-body p{margin:0 0 14px}
.gh-acc-body p:last-child{margin-bottom:0}
.gh-acc-body ul{list-style:none; margin:0 0 16px; padding:0}
.gh-acc-body ul li{position:relative; padding-left:17px; margin-bottom:9px}
.gh-acc-body ul li::before{content:''; position:absolute; left:0; top:.63em; width:5px; height:5px; background:var(--gold); border-radius:50%}
.gh-acc-body ol{padding-left:20px; margin:0 0 16px}
.gh-acc-body ol li{margin-bottom:7px}
.gh-acc-body a{color:var(--gold-d); text-decoration:underline; text-underline-offset:3px}
.gh-acc-note{font-size:13.5px; color:var(--muted)}
.gh-acc-more{margin:0}
.gh-link{color:var(--gold-d); text-decoration:underline; text-underline-offset:3px; font-size:13.5px; letter-spacing:.02em}
.gh-link:hover{color:var(--gold)}
button.gh-link{background:none; border:0; padding:0; cursor:pointer; font-family:inherit}
.gh-size-trigger{margin:0 0 16px}
.gh-table-scroll{overflow-x:auto; margin:8px 0 18px; -webkit-overflow-scrolling:touch}
.gh-size-table{width:100%; min-width:580px; border-collapse:collapse; font-size:13px}
.gh-size-table th{text-align:left; font-family:var(--sans); font-weight:500; font-size:10px; letter-spacing:.11em; text-transform:uppercase; color:var(--muted); padding:10px 14px 10px 0; border-bottom:1px solid var(--line); white-space:nowrap}
.gh-size-table td{padding:10px 14px 10px 0; border-bottom:1px solid var(--line); color:var(--ink)}
.gh-size-table tr:last-child td{border-bottom:0}

/* ---------- related products carousel ---------- */
.woocommerce .related.products.gh-carousel-section,
.woocommerce .upsells.products.gh-carousel-section{
  clear:both; max-width:var(--wrap); margin:0 auto; padding:74px 0 0;
}
.gh-carousel{padding:0 32px; position:relative}
.gh-carousel ul.products{
  display:flex; flex-wrap:nowrap; grid-template-columns:none;
  overflow-x:auto; overflow-y:hidden;
  scroll-snap-type:x mandatory; scroll-behavior:smooth;
  gap:22px; margin:0; padding:2px 0 6px;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
}
.gh-carousel ul.products::-webkit-scrollbar{display:none}
.gh-carousel ul.products li.product{
  flex:0 0 calc((100% - 66px) / 4); width:auto!important; max-width:none;
  scroll-snap-align:start; margin:0!important;
}
.gh-carousel-nav{
  position:absolute; top:48%; transform:translateY(-50%); z-index:6;
  width:44px; height:44px; border-radius:50%; border:1px solid var(--line);
  background:#fff; color:var(--ink); cursor:pointer;
  display:grid; place-items:center; padding:0;
  box-shadow:0 8px 24px rgba(28,28,28,.12);
  transition:border-color .2s var(--ease), color .2s var(--ease), opacity .2s var(--ease);
}
.gh-carousel-nav:hover{border-color:var(--gold); color:var(--gold-d)}
.gh-carousel-nav[disabled]{opacity:0; pointer-events:none}
.gh-carousel-prev{left:-4px}
.gh-carousel-next{right:-4px}
.gh-carousel:not(.has-overflow) .gh-carousel-nav{display:none}

/* related */
.woocommerce .related.products,.woocommerce .upsells.products{clear:both; max-width:var(--wrap); margin:0 auto; padding:74px 32px 0}
.woocommerce .related.products>h2,.woocommerce .upsells.products>h2{text-align:center; font-size:30px; margin-bottom:36px}

/* ---------- notices / messages ---------- */
.woocommerce-message,.woocommerce-info,.woocommerce-error{
  border-top:2px solid var(--gold); background:var(--cream); color:var(--ink);
  font-size:14px; padding:16px 20px!important; margin:0 0 22px!important; list-style:none;
  display:flex; align-items:center; gap:12px; flex-wrap:wrap; border-radius:2px;
}
.woocommerce-message::before,.woocommerce-info::before,.woocommerce-error::before{display:none!important}
.woocommerce-message .button,.woocommerce-info .button{margin-left:auto; font-size:11px; padding:12px 18px}

/* ---------- generic pages ---------- */
.gh-page{padding:56px 32px 90px}
.gh-page-title{font-size:clamp(28px,3.4vw,42px); margin:0 0 20px}
.gh-prose{font-size:15.5px; color:var(--body); line-height:1.75}
.gh-prose h2{margin:34px 0 12px}
.gh-prose a{color:var(--gold-d); text-decoration:underline; text-underline-offset:3px}
.gh-404{text-align:center; padding:100px 32px 120px}
.gh-404 .gh-btn{margin-top:22px}
.gh-cart-note{background:var(--cream); border-left:3px solid var(--gold); padding:14px 18px; font-size:14px; margin-bottom:24px}
.woocommerce-cart table.cart img{width:76px; border-radius:2px}
.woocommerce table.shop_table{border:1px solid var(--line); border-radius:2px; border-collapse:separate}
.woocommerce table.shop_table th{font-size:11px; letter-spacing:.13em; text-transform:uppercase; color:var(--muted); font-weight:400}
.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register,.woocommerce .woocommerce-checkout #payment{background:var(--cream); border:1px solid var(--line); border-radius:2px}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce .select2-container .select2-selection--single{
  border:1px solid var(--line); border-radius:2px; padding:12px 14px; background:#fff; height:auto;
}
.woocommerce form .form-row input.input-text:focus,.woocommerce form .form-row textarea:focus{outline:0; border-color:var(--gold)}

/* ---------- footer ---------- */
.gh-footer{background:var(--teal); color:#D8CEBB; padding:58px 0 22px}
.gh-footer-top{max-width:var(--wrap); margin:0 auto; padding:0 32px; display:grid; grid-template-columns:1.5fr 1fr 1.15fr 1.15fr; gap:40px}
.gh-footer-logo{width:50px; margin-bottom:10px}
.gh-footer-wordmark{font-family:var(--serif); font-size:20px; font-weight:600; letter-spacing:.22em; color:#fff; margin-bottom:12px}
.gh-footer p{font-size:13.5px; line-height:1.7; color:#B9AF9C}
.gh-footer-tagline{margin:0 0 14px}
.gh-footer-small{font-size:12.5px; color:var(--champagne); letter-spacing:.03em; margin:0 0 12px}
.gh-footer-contact{list-style:none; margin:0; padding:0}
.gh-footer-contact li{margin-bottom:7px; font-size:13.5px}
.gh-footer-contact a{color:#E4DCCB}
.gh-footer-contact a:hover{color:var(--gold)}

/* Columns are <details> so they can collapse on phones; on desktop they are
   forced open and read as ordinary columns. */
.gh-fcol{display:block}
.gh-fcol>summary{
  list-style:none; cursor:default; display:block; margin:0 0 16px;
  font-family:var(--sans); font-size:11px; font-weight:500;
  letter-spacing:.2em; text-transform:uppercase; color:var(--champagne);
}
.gh-fcol>summary::-webkit-details-marker{display:none}
.gh-fcol>summary::marker{content:''}
.gh-fcol ul{list-style:none; margin:0; padding:0}
.gh-fcol li{margin-bottom:9px}
.gh-fcol a{font-size:13.5px; color:#D8CEBB; transition:color .2s var(--ease)}
.gh-fcol a:hover{color:var(--gold)}
.gh-footer-contact-sm{margin-top:4px}

.gh-signup{display:flex; gap:0; margin:0 0 12px; max-width:320px}
.gh-signup input{flex:1; border:1px solid rgba(255,255,255,.22); background:rgba(255,255,255,.06); color:#fff; padding:13px 14px; border-radius:2px 0 0 2px; font-family:var(--sans); font-size:13.5px}
.gh-signup input::placeholder{color:rgba(255,255,255,.45)}
.gh-signup button{background:var(--gold); border:1px solid var(--gold); color:#1C1C1C; padding:0 20px; font-size:11px; letter-spacing:.16em; text-transform:uppercase; border-radius:0 2px 2px 0; cursor:pointer; font-weight:500}
.gh-signup button:hover{background:var(--gold-d)}

.gh-footer-badges{max-width:var(--wrap); margin:48px auto 0; padding:22px 32px; border-top:1px solid rgba(255,255,255,.12); display:flex; flex-wrap:wrap; gap:12px; justify-content:center}
.gh-footer-badges span{font-size:9.5px; letter-spacing:.15em; text-transform:uppercase; border:1px solid rgba(255,255,255,.18); padding:8px 13px; border-radius:2px; color:#C9BFA9}
.gh-footer-legal{max-width:var(--wrap); margin:22px auto 0; padding:0 32px; font-size:11.5px; line-height:1.65; color:#8E8676}
.gh-footer-bottom{max-width:var(--wrap); margin:18px auto 0; padding:18px 32px 0; border-top:1px solid rgba(255,255,255,.12); display:flex; justify-content:space-between; gap:16px; flex-wrap:wrap; font-size:12px; color:#9E9584}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width:1180px){
  .woocommerce ul.products,.woocommerce-page ul.products{grid-template-columns:repeat(3,1fr)}
  .gh-carousel ul.products li.product{flex-basis:calc((100% - 44px) / 3)}
}
@media (max-width:980px){
  .gh-wrap{padding:0 22px}
  .gh-header-inner,.gh-footer-top,.gh-footer-badges,.gh-footer-bottom{padding-left:22px; padding-right:22px}
  .gh-values-grid{grid-template-columns:repeat(2,1fr); gap:26px}
  .gh-cat-grid{grid-template-columns:repeat(2,1fr)}
  .gh-band-inner{grid-template-columns:1fr}
  .gh-band-copy{padding:44px 26px}
  .gh-band-media img{min-height:280px}
  div.product{padding:24px 22px 0}
  .woocommerce div.product div.images,
  .woocommerce div.product div.summary{float:none!important; width:100%!important}
  .gh-pdp-desc,.gh-pdp-extra,.woocommerce .related.products,.woocommerce .upsells.products{padding-left:22px; padding-right:22px}
  .gh-footer-top{grid-template-columns:repeat(2,1fr); gap:34px}
}
@media (max-width:430px){
  /* keep two per row even on the narrowest phones, just tighter */
  .gh-cat-grid{gap:9px}
  .gh-cat-overlay{padding:13px 10px 11px}
  .gh-cat-overlay strong{font-size:14px}
  .gh-cat-overlay em{font-size:7.5px}
  .gh-cat-cta{font-size:8px}
}
@media (max-width:780px){
  .gh-burger{display:flex}
  /* Drawer slides in from the LEFT, where the hamburger sits. Offsetting to
     the left is safe in an LTR document - content that extends leftwards does
     not create scrollable overflow, which is exactly why the earlier
     right-hand version had to be hidden in place instead of translated. */
  .gh-nav{
    position:fixed; inset:0 auto 0 0; width:min(320px,86vw); background:#fff;
    padding:24px; z-index:80; margin:0; overflow-y:auto; border-top:0;
    transform:translateX(-100%);
    opacity:0; visibility:hidden; pointer-events:none;
    transition:transform .3s var(--ease), opacity .22s var(--ease), visibility .3s var(--ease);
    box-shadow:20px 0 50px rgba(0,0,0,.16);
  }
  body.gh-nav-open .gh-nav{transform:translateX(0); opacity:1; visibility:visible; pointer-events:auto}
  body.gh-nav-open{overflow:hidden}
  .gh-menu{flex-direction:column; align-items:flex-start; gap:0; width:100%; margin:0}
  .gh-menu>li{width:100%; border-bottom:1px solid var(--line)}
  .gh-menu>li>a{display:block; padding:15px 0; font-size:13px}
  .gh-header-inner{padding:12px 20px; gap:8px}
  .gh-brand-logo{height:38px !important; width:auto !important; max-width:64vw !important}
  /* keep the lockup narrow enough that the two side columns stay equal
     width - otherwise the wider icon group pushes the centred logo off-axis */
  .gh-actions{gap:12px}
  .gh-slide-copy{padding:0 22px}
  .gh-slide-copy::before{background:linear-gradient(0deg,rgba(250,248,245,.94) 0%,rgba(250,248,245,.7) 60%,rgba(250,248,245,.25) 100%)}
  .gh-slide-copy{justify-content:flex-end; padding-bottom:44px}
  .gh-hero-dots{bottom:14px}
  .gh-section{padding:52px 0}
  .gh-carousel{padding:0 22px}
  .gh-carousel-nav{display:none}
  /* slightly under a half each so the next card peeks in - that is what tells
     people the row scrolls */
  .gh-carousel ul.products li.product{flex-basis:46%}
  .gh-marquee-group{gap:11px; padding:9px 11px 9px 0; font-size:10px; letter-spacing:.12em}
  .woocommerce ul.products,.woocommerce-page ul.products{grid-template-columns:repeat(2,1fr); gap:18px 14px}
  /* two category tiles per row on phones (was a single column) */
  .gh-cat-grid{grid-template-columns:repeat(2,1fr); gap:12px}
  .gh-cat-img img{aspect-ratio:1/1.15}
  .gh-cat-overlay{padding:16px 13px 14px; gap:2px}
  .gh-cat-overlay em{font-size:8px; letter-spacing:.14em}
  .gh-cat-overlay strong{font-size:16px; line-height:1.15}
  .gh-cat-cta{font-size:8.5px; letter-spacing:.1em; margin-top:4px}
  .gh-card-body{padding:12px 12px 14px}
  .gh-card-title{font-size:15.5px; min-height:2.7em}
  .gh-toolbar{flex-direction:column; align-items:flex-start; gap:12px}
  .gh-trust{grid-template-columns:1fr}
  /* Mobile footer was one long scroll. Brand block stays, the three link
     columns become collapsible rows, and the legal line gets tighter. */
  .gh-footer{padding:0 0 18px}
  .gh-footer-top{grid-template-columns:1fr; gap:0; padding:0}
  .gh-footer-brand{padding:26px 22px 22px}
  .gh-footer-tagline{max-width:34em}
  .gh-fcol{border-top:1px solid rgba(255,255,255,.12); padding-bottom:4px}
  .gh-fcol>summary{
    cursor:pointer; display:flex; align-items:center; justify-content:space-between;
    margin:0; padding:15px 22px; font-size:11px;
  }
  .gh-fcol>summary::after{content:'+'; color:var(--gold); font-size:17px; line-height:1}
  .gh-fcol[open]>summary::after{content:'\2013'}
  .gh-fcol>ul,.gh-fcol>form,.gh-fcol>p{margin-left:22px; margin-right:22px; margin-bottom:14px}
  .gh-fcol>*:last-child{margin-bottom:16px}
  /* Trim the mobile footer further: the tagline and the repeated email only
     add height on a phone, and three trust badges fit on one row where six
     need two. Saves roughly 150px of scroll. */
  .gh-footer-tagline,.gh-footer-contact-sm{display:none}
  .gh-footer-brand{padding-bottom:18px}
  .gh-footer-badges{margin-top:22px; padding:16px 18px 0; gap:7px}
  .gh-footer-badges span{font-size:8.5px; padding:6px 9px; letter-spacing:.12em}
  .gh-footer-badges span:nth-child(n+4){display:none}
  .gh-footer-legal{padding:0 22px; margin-top:16px; font-size:10.5px}
  .gh-footer-bottom{padding:14px 22px 0; flex-direction:column; gap:6px; font-size:11.5px}
  .woocommerce div.product form.cart .single_add_to_cart_button,.woocommerce div.product form.cart button.button{width:100%; flex:none}
  .woocommerce div.product form.cart div.quantity{width:100%; margin:0 0 10px}
  .woocommerce .quantity input.qty{width:100%}
}


/* ==========================================================================
   Drawer close control + backdrop
   ========================================================================== */
.gh-nav-close{display:none}

.gh-nav-backdrop{
  position:fixed; inset:0; z-index:70;
  background:rgba(20,20,20,.44);
  opacity:0; pointer-events:none;
  transition:opacity .3s var(--ease);
}
body.gh-nav-open .gh-nav-backdrop{opacity:1; pointer-events:auto}

/* ==========================================================================
   Buy it now
   ========================================================================== */
.woocommerce div.product form.cart .single_add_to_cart_button{flex:1 1 0; min-width:0}

.woocommerce div.product form.cart .gh-buy-now{
  flex:1 1 0; min-width:0;
  height:52px; padding:0 34px;
  display:inline-flex; align-items:center; justify-content:center;
  background:var(--gold); color:#fff; border:1px solid var(--gold); border-radius:2px;
  font:inherit; font-size:12px; font-weight:600; letter-spacing:.18em; text-transform:uppercase;
  cursor:pointer; -webkit-appearance:none;
  transition:background .2s var(--ease), border-color .2s var(--ease);
}
.woocommerce div.product form.cart .gh-buy-now:hover{background:var(--gold-d); border-color:var(--gold-d)}
.woocommerce div.product form.cart .gh-buy-now.is-busy{opacity:.7; pointer-events:none}

/* ==========================================================================
   Footer payment marks
   ========================================================================== */
.gh-pay-list{list-style:none; margin:0; padding:0; display:flex; flex-wrap:wrap; align-items:center; gap:7px}
.gh-pay-item{display:flex}
.gh-pay-item svg{
  height:24px; width:auto; display:block; border-radius:2px;
  box-shadow:0 0 0 1px rgba(28,28,28,.08);
}

@media (max-width:780px){
  .gh-nav-close{
    display:flex; align-items:center; gap:9px;
    width:100%; padding:0 0 15px; margin:0 0 4px;
    background:none; border:0; border-bottom:1px solid var(--line);
    font:inherit; font-size:11.5px; letter-spacing:.18em; text-transform:uppercase;
    color:var(--muted); cursor:pointer;
  }
  .gh-nav-close:hover{color:var(--gold-d)}
  .gh-nav-close svg{width:18px; height:18px; flex:none}
  .woocommerce div.product form.cart .gh-buy-now{width:100%; flex:none}
  .gh-pay-item svg{height:21px}
}

/* ==========================================================================
   Category intro copy (thin-category SEO)
   ========================================================================== */
.gh-cat-intro{
  max-width:760px; margin:0 auto 26px; padding:0 32px;
  font-size:14.5px; line-height:1.75; color:var(--muted); text-align:center;
}
@media (max-width:780px){
  .gh-cat-intro{padding:0 20px; font-size:13.5px; margin-bottom:20px}
}


/* ==========================================================================
   Blog index + article
   ========================================================================== */
.gh-blog-grid{
  display:grid; grid-template-columns:repeat(3,1fr); gap:34px; margin:34px 0 60px;
}
.gh-blog-card{
  display:flex; flex-direction:column; background:#fff;
  border:1px solid var(--line); overflow:hidden;
  transition:box-shadow .22s var(--ease), transform .22s var(--ease);
}
.gh-blog-card:hover{box-shadow:0 18px 44px rgba(28,28,28,.11); transform:translateY(-3px)}
.gh-blog-thumb{display:block; aspect-ratio:4/3; overflow:hidden; background:var(--sand)}
.gh-blog-thumb img{width:100%; height:100%; object-fit:cover; display:block}
.gh-blog-body{padding:22px 22px 26px; display:flex; flex-direction:column; gap:9px; flex:1}
.gh-blog-date{font-size:10.5px; letter-spacing:.2em; text-transform:uppercase; color:var(--muted)}
.gh-blog-title{font-family:var(--serif); font-size:21px; line-height:1.28; margin:0; font-weight:600}
.gh-blog-title a{color:var(--ink); text-decoration:none}
.gh-blog-title a:hover{color:var(--gold-d)}
.gh-blog-excerpt{font-size:13.5px; line-height:1.7; color:var(--muted); margin:0; flex:1}
.gh-blog-more{
  font-size:11px; letter-spacing:.18em; text-transform:uppercase;
  color:var(--gold-d); text-decoration:none; align-self:flex-start;
}
.gh-blog-empty{color:var(--muted); text-align:center; padding:40px 0}
.gh-narrow .gh-prose{font-size:15.5px; line-height:1.85}
.gh-narrow .gh-prose img{max-width:100%; height:auto; margin:22px 0}

@media (max-width:980px){ .gh-blog-grid{grid-template-columns:repeat(2,1fr); gap:26px} }
@media (max-width:640px){ .gh-blog-grid{grid-template-columns:1fr; gap:24px} .gh-blog-title{font-size:19px} }


/* ==========================================================================
   Currency switcher (WOOCS)
   ========================================================================== */
.gh-currency{display:flex; align-items:center; margin-right:4px}
.gh-currency .woocs_currency_switcher{display:inline-flex; align-items:center}
/* neutralise the plugin's own heavy styling so it matches the header */
.gh-currency .woocs_currency_switcher select,
.gh-currency select.woocs_currency_switcher_select{
  appearance:none; -webkit-appearance:none; cursor:pointer;
  height:34px; padding:0 24px 0 10px; margin:0;
  background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%236B6459' stroke-width='1.4'/%3E%3C/svg%3E") no-repeat right 8px center;
  border:1px solid var(--line); border-radius:2px;
  font:inherit; font-size:11.5px; letter-spacing:.12em; text-transform:uppercase; color:var(--ink);
}
.gh-currency .woocs_currency_switcher select:hover{border-color:var(--gold)}
.gh-currency img{display:none}
@media (max-width:780px){
  .gh-currency{margin-right:2px}
  .gh-currency select.woocs_currency_switcher_select{height:30px; font-size:11px; padding:0 22px 0 8px}
}


/* ==========================================================================
   Mega menu dropdowns.
   NOTE: class is .gh-mega, NOT .gh-sub - the theme already had a .gh-sub rule
   (a text style), and reusing that name silently collided.
   ========================================================================== */
.gh-has-sub{position:relative}

.gh-mega{
  list-style:none; margin:0; padding:12px 0; min-width:234px;
  position:absolute; top:100%; left:-14px; z-index:70;
  background:#fff; border:1px solid var(--line);
  box-shadow:0 18px 44px rgba(28,28,28,.13);
  opacity:0; visibility:hidden; transform:translateY(6px);
  transition:opacity .18s var(--ease), transform .18s var(--ease), visibility .18s;
}
.gh-has-sub:hover .gh-mega,
.gh-has-sub:focus-within .gh-mega{opacity:1; visibility:visible; transform:translateY(0)}
.gh-mega li{display:block}
.gh-mega a{display:block; padding:8px 20px; font-size:12.5px; letter-spacing:.06em; color:var(--muted)}
.gh-mega a:hover{color:var(--gold-d); background:var(--cream)}
.gh-menu-head{
  display:inline-block; padding:14px 0; font-size:12px; font-weight:600;
  letter-spacing:.14em; text-transform:uppercase; color:var(--ink); cursor:default;
}

/* let the nav row wrap instead of overflowing on narrower desktops */
.gh-menu{flex-wrap:wrap; justify-content:center; row-gap:0}
.gh-menu > li > a{white-space:nowrap}

/* the plugin collapses its own select to ~2px below 1024px; force a sane box */
.gh-currency select,
.gh-currency .woocommerce-currency-switcher{
  min-width:74px !important; width:auto !important;
}

@media (max-width:780px){
  /* inside the drawer the sub-items are always visible and indented */
  .gh-mega{
    position:static; opacity:1; visibility:visible; transform:none;
    box-shadow:none; border:0; border-left:1px solid var(--line);
    min-width:0; padding:2px 0 6px 12px; margin:0 0 6px;
  }
  .gh-mega a{padding:7px 0; font-size:12.5px}
  .gh-currency select,
  .gh-currency .woocommerce-currency-switcher{min-width:64px !important}
}
