/*
Theme Name: Great Lakes Shipping Containers
Theme URI: https://greatlakesshippingcontainers.com
Author: Great Lakes Shipping Containers LLC
Author URI: https://greatlakesshippingcontainers.com
Description: A clean, responsive WordPress theme for Great Lakes Shipping Containers LLC, including separate U.S. shipping and returns policy page templates.
Version: 1.2.1
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: great-lakes-shipping-containers
*/

:root {
  --glsc-ink: #20201e;
  --glsc-charcoal: #1c1b19;
  --glsc-muted: #716e67;
  --glsc-paper: #fffefa;
  --glsc-cream: #f8f7f2;
  --glsc-line: #e5e1d8;
  --glsc-gold: #98764e;
  --glsc-max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
body {
  margin: 0;
  background: var(--glsc-cream);
  color: var(--glsc-ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
.glsc-shell { overflow: hidden; }
.glsc-container { width: min(calc(100% - 48px), var(--glsc-max)); margin: 0 auto; }
.glsc-header { position: sticky; top: 0; z-index: 20; background: var(--glsc-paper); border-bottom: 1px solid var(--glsc-line); }
.glsc-nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.glsc-logo { display: inline-flex; align-items: center; gap: 11px; min-width: 250px; }
.glsc-logo-mark { width: 36px; height: 36px; display: grid; place-items: center; }
.glsc-logo-mark svg { width: 36px; height: 36px; stroke: var(--glsc-charcoal); stroke-width: 1.5; }
.glsc-logo strong { display: block; font-size: 11px; letter-spacing: .21em; line-height: 1.2; }
.glsc-logo small { display: block; font-size: 7px; letter-spacing: .25em; margin-top: 4px; }
.glsc-menu { display: flex; align-items: center; gap: 24px; list-style: none; padding: 0; margin: 0; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.glsc-menu li { margin: 0; }
.glsc-menu a:hover, .glsc-footer a:hover { color: var(--glsc-gold); }
.glsc-quote, .glsc-button { display: inline-flex; justify-content: center; align-items: center; min-height: 46px; padding: 0 20px; border: 1px solid var(--glsc-charcoal); background: var(--glsc-charcoal); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.glsc-quote:hover, .glsc-button:hover { background: transparent; color: var(--glsc-charcoal); }
.glsc-menu-toggle { display: none; min-width: 40px; min-height: 40px; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.glsc-menu-toggle span, .glsc-menu-toggle span::before, .glsc-menu-toggle span::after { display: block; width: 22px; height: 1px; background: var(--glsc-charcoal); content: ""; }
.glsc-menu-toggle span::before { transform: translateY(-7px); }
.glsc-menu-toggle span::after { transform: translateY(6px); }
.glsc-mobile-phone { display: none; align-items: center; gap: 6px; color: var(--glsc-charcoal); white-space: nowrap; font-size: 11px; font-weight: 700; }
.glsc-mobile-menu { display: none; max-height: min(75vh, 620px); overflow-y: auto; padding: 10px 24px 22px; border-top: 1px solid var(--glsc-line); background: var(--glsc-paper); }
.glsc-mobile-menu.is-open { display: block; }
.glsc-mobile-menu > a { display: block; padding: 11px 0; border-bottom: 1px solid var(--glsc-line); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.glsc-mobile-contact { padding-top: 13px; }
.glsc-mobile-menu .glsc-mobile-contact a { display: inline-block; padding: 0; border: 0; color: var(--glsc-gold); font-size: 13px; letter-spacing: 0; text-transform: none; }
.glsc-mobile-contact p { margin: 6px 0 0; color: var(--glsc-muted); font-size: 12px; }
.glsc-cart-link { display: inline-flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.glsc-cart-link span { min-width: 22px; height: 22px; display: grid; place-items: center; border: 1px solid var(--glsc-line); border-radius: 50%; font-size: 10px; }

/* Keyboard-accessible shop mega menu for the fallback and assigned menus. */
.glsc-menu > li { position: relative; }
.glsc-menu > li.menu-item-has-children > a::after { display: inline-block; margin-left: 6px; border: 3px solid transparent; border-top-color: currentColor; transform: translateY(2px); content: ""; }
.glsc-menu .sub-menu { position: absolute; z-index: 30; top: 100%; left: 0; display: none; min-width: 220px; margin: 0; padding: 12px; border: 1px solid var(--glsc-line); background: var(--glsc-paper); box-shadow: 0 18px 42px rgba(28,27,25,.14); list-style: none; }
.glsc-menu > li.menu-item-has-children:hover > .sub-menu,
.glsc-menu > li.menu-item-has-children:focus-within > .sub-menu { display: block; }
.glsc-menu .sub-menu li { margin: 0; }
.glsc-menu .sub-menu a { display: block; padding: 10px 12px; font-size: 11px; line-height: 1.4; letter-spacing: .04em; text-transform: none; }
.glsc-menu .sub-menu a:hover, .glsc-menu .sub-menu a:focus-visible { background: var(--glsc-cream); color: var(--glsc-charcoal); }
.glsc-menu > li.mega-menu > .sub-menu { left: 50%; width: min(760px, calc(100vw - 48px)); grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 4px 12px; padding: 20px; transform: translateX(-50%); }
.glsc-menu > li.mega-menu:hover > .sub-menu,
.glsc-menu > li.mega-menu:focus-within > .sub-menu { display: grid; }
.glsc-menu > li.mega-menu > .sub-menu a { min-height: 42px; border-bottom: 1px solid var(--glsc-line); font-weight: 700; }
.glsc-nav a:focus-visible, .glsc-menu-toggle:focus-visible, .glsc-mobile-menu a:focus-visible { outline: 2px solid var(--glsc-gold); outline-offset: 3px; }

.glsc-hero { background: linear-gradient(120deg, #24231f, #545048); color: #fff; padding: 120px 0 105px; }
.glsc-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; }
.glsc-eyebrow { margin-bottom: 15px; color: var(--glsc-gold); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.glsc-eyebrow::before { display: inline-block; width: 25px; height: 1px; margin: 0 10px 3px 0; background: currentColor; content: ""; }
.glsc-hero h1, .glsc-section h2, .glsc-policy h1, .glsc-policy h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: .98; letter-spacing: -.04em; }
.glsc-hero h1 { max-width: 700px; font-size: clamp(54px, 7vw, 96px); }
.glsc-hero p { max-width: 570px; margin: 24px 0 30px; color: #ddd8d0; font-size: 17px; }
.glsc-hero .glsc-button { background: #fff; border-color: #fff; color: var(--glsc-charcoal); }
.glsc-hero .glsc-button:hover { background: transparent; color: #fff; }
.glsc-hero-art { min-height: 380px; border: 1px solid rgba(255,255,255,.22); background: linear-gradient(145deg, #788078, #24231f 65%); display: grid; place-items: center; }
.glsc-hero-art svg { width: min(70%, 290px); height: auto; color: rgba(255,255,255,.75); }
.glsc-section { padding: 100px 0; }
.glsc-section h2 { font-size: clamp(40px, 5vw, 66px); }
.glsc-section-intro { max-width: 660px; margin-bottom: 42px; }
.glsc-section-intro p { margin-top: 16px; color: var(--glsc-muted); }
.glsc-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.glsc-card { padding: 26px; border: 1px solid var(--glsc-line); background: var(--glsc-paper); }
.glsc-card h3 { margin: 0 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 400; }
.glsc-card p { margin: 0; color: var(--glsc-muted); font-size: 14px; }
.glsc-card .glsc-arrow { display: block; margin-top: 28px; color: var(--glsc-gold); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.glsc-band { padding: 72px 0; background: var(--glsc-charcoal); color: #fff; }
.glsc-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.glsc-band h2 { max-width: 700px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(35px, 5vw, 62px); font-weight: 400; line-height: 1; }
.glsc-band p { max-width: 560px; margin-top: 16px; color: #bdb8af; }
.glsc-band .glsc-button + .glsc-button { margin-left: 8px; }

/* WooCommerce product catalog and live product records */
.glsc-category-grid { margin-bottom: 56px; }
.glsc-category-card { display: block; transition: transform .2s ease, box-shadow .2s ease; }
.glsc-category-card:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(0,0,0,.08); }
.glsc-category-card .glsc-arrow { color: var(--glsc-gold); }
.glsc-product-section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin: 45px 0 20px; }
.glsc-product-section-head h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 32px; font-weight: 400; }
.glsc-product-section-head > a { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.glsc-product-grid, .woocommerce ul.products { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; padding: 0 !important; margin: 0 !important; list-style: none !important; }
.glsc-product-card { min-width: 0; overflow: hidden; border: 1px solid var(--glsc-line); background: var(--glsc-paper); }
.glsc-product-image { display: block; position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: #e7e3db; }
.glsc-product-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.glsc-product-card:hover .glsc-product-image img { transform: scale(1.035); }
.glsc-product-badge { position: absolute; top: 11px; left: 11px; padding: 6px 8px; background: var(--glsc-gold); color: #fff; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.glsc-product-badge.glsc-out-of-stock { background: var(--glsc-charcoal); }
.glsc-product-info { padding: 15px; }
.glsc-product-category { min-height: 14px; color: var(--glsc-muted); font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.glsc-product-category a:hover { color: var(--glsc-gold); }
.glsc-product-info h2 { min-height: 48px; margin: 5px 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 400; line-height: 1.2; letter-spacing: -.02em; }
.glsc-product-info p { min-height: 42px; margin: 0 0 10px; color: var(--glsc-muted); font-size: 11px; line-height: 1.5; }
.glsc-product-price { min-height: 23px; margin: 7px 0 12px; font-size: 14px; font-weight: 700; }
.glsc-product-price del { color: #89857d; font-size: 11px; font-weight: 400; }
.glsc-product-price ins { text-decoration: none; }
.glsc-product-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.glsc-product-actions a { min-height: 38px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--glsc-charcoal); padding: 5px; text-align: center; font-size: 9px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.glsc-product-actions .glsc-product-buy { background: var(--glsc-charcoal); color: #fff; }
.glsc-product-actions a:hover { background: var(--glsc-gold); border-color: var(--glsc-gold); color: #fff; }
.glsc-empty-state { padding: 38px; border: 1px solid var(--glsc-line); background: var(--glsc-paper); }
.glsc-empty-state h3 { margin: 0 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 400; }
.glsc-empty-state p { max-width: 680px; margin: 0 0 20px; color: var(--glsc-muted); }
.glsc-shop { min-height: 55vh; padding-top: 55px; padding-bottom: 90px; }
.glsc-shop-breadcrumbs { margin-bottom: 20px; color: var(--glsc-muted); font-size: 11px; }
.glsc-shop-header { margin-bottom: 34px; }
.glsc-shop-header h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 5vw, 68px); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.glsc-shop-header .term-description { max-width: 800px; margin-top: 18px; color: var(--glsc-muted); }
.glsc-shop-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 14px 0; border-top: 1px solid var(--glsc-line); border-bottom: 1px solid var(--glsc-line); margin-bottom: 22px; color: var(--glsc-muted); font-size: 12px; }
.glsc-shop-toolbar .woocommerce-result-count { margin: 0; }
.glsc-shop-toolbar .woocommerce-ordering { margin: 0; }
.glsc-shop-toolbar .woocommerce-product-search { display: flex; min-width: min(310px, 100%); gap: 5px; margin: 0; }
.glsc-shop-toolbar .woocommerce-product-search .search-field { min-width: 0; min-height: 40px; flex: 1; border: 1px solid var(--glsc-line); padding: 7px 10px; background: #fff; }
.glsc-shop-toolbar .woocommerce-product-search button { min-height: 40px; padding: 0 12px; border: 1px solid var(--glsc-charcoal); background: var(--glsc-charcoal); color: #fff; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.glsc-shop-toolbar select, .woocommerce select, .woocommerce input.input-text, .woocommerce textarea { min-height: 42px; padding: 8px 10px; border: 1px solid var(--glsc-line); background: #fff; color: var(--glsc-ink); }
.woocommerce ul.products li.product { float: none !important; width: auto !important; margin: 0 !important; padding: 0 !important; }
.woocommerce ul.products li.product .glsc-product-card { height: 100%; }
.woocommerce nav.woocommerce-pagination { margin-top: 38px; }
.woocommerce nav.woocommerce-pagination ul { border: 0; display: flex; gap: 6px; justify-content: center; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { min-width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--glsc-line); background: #fff; color: var(--glsc-ink); }
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--glsc-charcoal); color: #fff; }
.woocommerce .woocommerce-breadcrumb { margin: 0 0 22px; color: var(--glsc-muted); font-size: 11px; }
.woocommerce .woocommerce-breadcrumb a { text-decoration: underline; text-underline-offset: 3px; }
.woocommerce div.product { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr); gap: 48px; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { float: none; width: auto; margin: 0; }
.woocommerce div.product div.images img { background: #e7e3db; }
.woocommerce div.product .product_title { margin: 0 0 16px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(36px, 4vw, 54px); font-weight: 400; line-height: 1.04; letter-spacing: -.035em; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--glsc-ink); font-size: 23px; font-weight: 700; }
.woocommerce div.product .woocommerce-product-details__short-description { margin: 22px 0; color: var(--glsc-muted); font-size: 14px; }
.woocommerce div.product form.cart { display: flex; align-items: center; gap: 10px; margin: 24px 0; }
.woocommerce div.product form.cart .quantity .qty { min-height: 46px; width: 70px; border: 1px solid var(--glsc-line); }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; border: 1px solid var(--glsc-charcoal); border-radius: 0; background: var(--glsc-charcoal); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover { background: var(--glsc-gold); border-color: var(--glsc-gold); color: #fff; }
.woocommerce div.product .product_meta { padding-top: 18px; border-top: 1px solid var(--glsc-line); color: var(--glsc-muted); font-size: 11px; line-height: 2; }
.woocommerce div.product .product_meta a { text-decoration: underline; text-underline-offset: 3px; }
.woocommerce div.product .woocommerce-tabs { grid-column: 1 / -1; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border-color: var(--glsc-line); }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border-radius: 0; background: #ece8e0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: var(--glsc-paper); }
.woocommerce div.product .woocommerce-tabs .panel { padding: 20px; border: 1px solid var(--glsc-line); background: #fff; }
.woocommerce .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce .woocommerce-error { border-top-color: var(--glsc-gold); background: #fff; }
.woocommerce .woocommerce-message::before, .woocommerce .woocommerce-info::before { color: var(--glsc-gold); }
.woocommerce .quantity input.qty { min-height: 40px; border: 1px solid var(--glsc-line); }
.woocommerce table.shop_table { border-color: var(--glsc-line); border-radius: 0; background: #fff; }
.woocommerce table.shop_table th { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register { border-color: var(--glsc-line); border-radius: 0; background: #fff; }
.woocommerce .col2-set, .woocommerce-page .col2-set { width: 58%; }
.woocommerce #order_review, .woocommerce #order_review_heading { width: 38%; float: right; }
.woocommerce .woocommerce-MyAccount-navigation ul { list-style: none; padding: 0; }
.woocommerce .woocommerce-MyAccount-navigation li a { display: block; padding: 10px 12px; border-bottom: 1px solid var(--glsc-line); }
.woocommerce .woocommerce-MyAccount-navigation li.is-active a { background: var(--glsc-charcoal); color: #fff; }

.glsc-purchase-details { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 18px 0 12px; }
.glsc-purchase-details a { display: block; min-width: 0; padding: 13px; border: 1px solid var(--glsc-line); background: var(--glsc-paper); }
.glsc-purchase-details a:hover { border-color: var(--glsc-gold); }
.glsc-purchase-details strong { display: block; margin-bottom: 5px; color: var(--glsc-ink); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.glsc-purchase-details span { display: block; color: var(--glsc-muted); font-size: 11px; line-height: 1.5; }
.glsc-payment-methods { margin: 12px 0 0; }
.glsc-payment-label { display: block; margin-bottom: 7px; color: var(--glsc-muted); font-size: 10px; }
.glsc-payment-icons { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; }
.glsc-payment-icon { min-height: 32px; display: inline-flex; align-items: center; justify-content: center; padding: 4px 8px; border: 1px solid var(--glsc-line); border-radius: 3px; background: var(--glsc-paper); color: var(--glsc-ink); font-size: 10px; }
.glsc-payment-icon img { display: block; width: auto; max-width: 64px; max-height: 22px; }
.glsc-payment-icon svg { max-width: 64px; max-height: 22px; }
.glsc-product-long-description { grid-column: 1 / -1; margin-top: 8px; padding: clamp(22px, 4vw, 46px); border: 1px solid var(--glsc-line); background: var(--glsc-paper); }
.glsc-product-long-description h2 { margin: 0 0 22px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(31px, 4vw, 48px); font-weight: 400; line-height: 1.05; }
.glsc-product-description-content { max-width: 900px; color: var(--glsc-muted); font-size: 14px; line-height: 1.8; }
.glsc-product-description-content h2, .glsc-product-description-content h3, .glsc-product-description-content h4 { margin: 30px 0 12px; color: var(--glsc-ink); font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 1.2; }
.glsc-product-description-content h2 { font-size: 30px; }
.glsc-product-description-content h3 { font-size: 23px; }
.glsc-product-description-content h4 { font-size: 18px; }
.glsc-product-description-content ul, .glsc-product-description-content ol { padding-left: 22px; }
.glsc-product-description-content table { width: 100%; border-collapse: collapse; }
.glsc-product-description-content th, .glsc-product-description-content td { padding: 9px 10px; border: 1px solid var(--glsc-line); text-align: left; }
.glsc-product-description-content img { height: auto; }

/* Policy pages */
.glsc-policy-wrap { padding: 84px 0 110px; }
.glsc-policy { max-width: 920px; margin: 0 auto; }
.glsc-policy h1 { font-size: clamp(45px, 6vw, 78px); }
.glsc-policy h2 { margin-top: 48px; padding-bottom: 12px; border-bottom: 1px solid var(--glsc-line); font-size: 32px; letter-spacing: -.02em; }
.glsc-policy h3 { margin: 30px 0 10px; font-size: 18px; }
.glsc-policy-lede { max-width: 760px; margin: 24px 0 30px; padding-left: 20px; border-left: 2px solid var(--glsc-gold); color: var(--glsc-muted); font-size: 17px; }
.glsc-policy-meta { margin: 14px 0 30px; color: var(--glsc-muted); font-size: 12px; }
.glsc-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 32px 0 46px; }
.glsc-stat { padding: 22px 16px; background: var(--glsc-charcoal); color: #fff; text-align: center; }
.glsc-stat strong { display: block; color: #d5a463; font-family: Georgia, "Times New Roman", serif; font-size: 31px; font-weight: 400; line-height: 1; }
.glsc-stat span { display: block; margin-top: 8px; color: #bbb5ab; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.glsc-policy-table { margin: 20px 0 30px; border-top: 1px solid var(--glsc-line); }
.glsc-policy-row { display: grid; grid-template-columns: 190px 1fr; gap: 28px; padding: 17px 0; border-bottom: 1px solid var(--glsc-line); }
.glsc-policy-row strong { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.glsc-policy-row p { margin: 0; color: var(--glsc-muted); font-size: 14px; }
.glsc-policy-note { margin: 28px 0; padding: 18px 20px; border-left: 3px solid var(--glsc-gold); background: #ebe4d9; color: var(--glsc-muted); font-size: 14px; }
.glsc-policy-note a { text-decoration: underline; text-underline-offset: 3px; }
.glsc-policy-highlight { margin: 30px 0; padding: 23px; border: 1px solid var(--glsc-line); background: var(--glsc-paper); }
.glsc-policy-highlight strong { display: block; color: var(--glsc-ink); font-family: Georgia, "Times New Roman", serif; font-size: 23px; font-weight: 400; }
.glsc-policy-highlight p { margin: 8px 0 0; color: var(--glsc-muted); }
.glsc-policy > p:not(.glsc-policy-lede):not(.glsc-policy-meta):not(.glsc-policy-disclaimer) { color: var(--glsc-muted); line-height: 1.8; }
.glsc-policy a { text-decoration: underline; text-underline-offset: 3px; }
.glsc-tracking-panel { margin: 36px 0 46px; padding: clamp(20px, 4vw, 36px); border: 1px solid var(--glsc-line); background: var(--glsc-paper); }
.glsc-tracking-panel h2 { margin-top: 0; }
.glsc-tracking-panel form { max-width: 620px; }
.glsc-tracking-panel label { display: block; margin: 14px 0 5px; font-size: 12px; font-weight: 700; }
.glsc-tracking-panel input { width: 100%; min-height: 44px; padding: 8px 10px; border: 1px solid var(--glsc-line); background: #fff; }
.glsc-tracking-panel button, .glsc-tracking-panel .button { margin-top: 14px; }
.glsc-business-hours { color: #a7a39b !important; line-height: 1.8; }
.glsc-business-hours strong { color: #e9e5dc; }
.glsc-policy-disclaimer { margin: 38px auto 0; color: var(--glsc-muted); font-size: 12px; text-align: center; }

.glsc-footer { padding: 58px 0 24px; background: #11110f; color: #fff; }
.glsc-footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 38px; padding-bottom: 45px; }
.glsc-footer .glsc-logo { color: #fff; }
.glsc-footer .glsc-logo-mark svg { stroke: #fff; }
.glsc-footer p { max-width: 260px; margin: 16px 0 0; color: #9c9992; font-size: 12px; }
.glsc-footer h3 { margin: 0 0 16px; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.glsc-footer a { display: block; margin: 9px 0; color: #a7a39b; font-size: 12px; }
.glsc-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid #35332f; color: #77736d; font-size: 11px; }
.glsc-footer-bottom span { margin-right: 15px; }
.glsc-footer-bottom a { display: inline-block; margin: 0 15px 0 0; color: inherit; font-size: inherit; }

@media (max-width: 900px) {
  .glsc-menu, .glsc-nav > .glsc-quote { display: none; }
  .glsc-nav { min-height: 68px; gap: 10px; }
  .glsc-nav > nav { display: none; }
  .glsc-mobile-phone { display: inline-flex; }
  .glsc-menu-toggle { display: grid; place-items: center; flex: 0 0 40px; }
  .glsc-product-grid, .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .woocommerce div.product { grid-template-columns: minmax(0, 1fr) minmax(220px, .9fr); gap: 22px; }
  .glsc-hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .glsc-hero-art { min-height: 280px; }
  .glsc-card-grid, .glsc-footer-grid { grid-template-columns: 1fr 1fr; }
  .glsc-footer-brand { grid-column: 1 / -1; }
  .glsc-band-inner { display: block; }
  .glsc-band .glsc-button { margin-top: 26px; }
}
@media (max-width: 600px) {
  .glsc-container { width: min(calc(100% - 32px), var(--glsc-max)); }
  .glsc-logo { min-width: 0; gap: 7px; }
  .glsc-logo-mark, .glsc-logo-mark svg { width: 30px; height: 30px; }
  .glsc-logo strong { font-size: 9px; }
  .glsc-logo small { font-size: 6px; }
  .glsc-mobile-phone { gap: 4px; font-size: 10px; }
  .glsc-menu-toggle { flex-basis: 36px; min-width: 36px; min-height: 40px; padding: 6px; }
  .glsc-mobile-menu { padding-right: 16px; padding-left: 16px; }
  .glsc-hero { padding: 78px 0; }
  .glsc-section { padding: 70px 0; }
  .glsc-card-grid, .glsc-footer-grid, .glsc-stats { grid-template-columns: 1fr; }
  .glsc-product-grid, .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .glsc-product-info { padding: 11px; }
  .glsc-product-info h2 { min-height: 0; font-size: 17px; }
  .glsc-product-info p { min-height: 0; font-size: 10px; }
  .glsc-product-actions { grid-template-columns: 1fr; }
  .glsc-purchase-details { grid-template-columns: 1fr; }
  .glsc-purchase-details a { padding: 11px 12px; }
  .glsc-product-long-description { padding: 22px 16px; }
  .glsc-product-description-content { font-size: 13px; overflow-wrap: anywhere; }
  .glsc-product-description-content table { display: block; overflow-x: auto; white-space: nowrap; }
  .glsc-menu > li.mega-menu > .sub-menu { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .glsc-product-section-head { align-items: flex-start; flex-direction: column; }
  .glsc-shop-toolbar { align-items: flex-start; flex-direction: column; }
  .woocommerce div.product { grid-template-columns: 1fr; }
  .woocommerce div.product .woocommerce-tabs { grid-column: auto; }
  .woocommerce .col2-set, .woocommerce-page .col2-set, .woocommerce #order_review, .woocommerce #order_review_heading { float: none; width: 100%; }
  .glsc-cart-link { display: none; }
  .glsc-band .glsc-button + .glsc-button { margin-left: 0; }
  .glsc-policy-wrap { padding: 60px 0 80px; }
  .glsc-policy-row { grid-template-columns: 1fr; gap: 7px; }
  .glsc-stats { gap: 8px; }
  .glsc-tracking-panel { padding: 18px 14px; }
  .glsc-footer-brand { grid-column: auto; }
  .glsc-footer-bottom { display: block; line-height: 2; }
}
@media (max-width: 380px) {
  .glsc-container { width: min(calc(100% - 24px), var(--glsc-max)); }
  .glsc-nav { gap: 6px; }
  .glsc-mobile-phone { font-size: 9px; }
  .glsc-mobile-phone span { display: none; }
  .glsc-logo strong { font-size: 8px; letter-spacing: .16em; }
  .glsc-logo small { font-size: 5px; letter-spacing: .18em; }
  .glsc-logo-mark, .glsc-logo-mark svg { width: 26px; height: 26px; }
}

/* Accessible breadcrumbs on policy, contact and commerce pages. */
.glsc-shop-breadcrumbs { overflow-wrap: anywhere; }
.glsc-breadcrumb-nav ol { display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 0; list-style: none; }
.glsc-breadcrumb-nav li { color: var(--glsc-muted); font-size: 11px; }
.glsc-breadcrumb-nav li + li::before { padding-right: 7px; color: #aaa59b; content: "/"; }
.glsc-breadcrumb-nav a, .rank-math-breadcrumb a { text-decoration: underline; text-underline-offset: 3px; }
.rank-math-breadcrumb { color: var(--glsc-muted); font-size: 11px; }

/* Contact page */
.glsc-contact-hero { padding: 64px 0 54px; background: var(--glsc-paper); border-bottom: 1px solid var(--glsc-line); }
.glsc-contact-hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(44px, 6vw, 72px); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.glsc-contact-hero p { max-width: 660px; margin: 18px 0 0; color: var(--glsc-muted); font-size: 16px; }
.glsc-contact-layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(260px, .75fr); gap: 22px; padding-top: 38px; padding-bottom: 90px; align-items: start; }
.glsc-contact-main { display: grid; gap: 22px; min-width: 0; }
.glsc-contact-form-panel, .glsc-contact-map-panel, .glsc-contact-detail { border: 1px solid var(--glsc-line); background: var(--glsc-paper); }
.glsc-contact-form-panel { padding: clamp(22px, 4vw, 42px); }
.glsc-contact-form-panel h2, .glsc-contact-map-copy h2 { margin: 0 0 20px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(30px, 4vw, 42px); font-weight: 400; line-height: 1.08; letter-spacing: -.025em; }
.glsc-contact-form-content { color: var(--glsc-muted); }
.glsc-contact-form-content > :first-child { margin-top: 0; }
.glsc-contact-form-content .wpforms-container { margin: 0; }
.glsc-contact-form-content .wpforms-field-label { color: var(--glsc-ink); font-size: 12px; font-weight: 700; }
.glsc-contact-form-content .wpforms-field-description { color: var(--glsc-muted); font-size: 12px; }
.glsc-contact-form-content input:not([type="checkbox"]):not([type="radio"]), .glsc-contact-form-content select, .glsc-contact-form-content textarea { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid var(--glsc-line); border-radius: 0; background: #fff; color: var(--glsc-ink); }
.glsc-contact-form-content textarea { min-height: 150px; }
.glsc-contact-form-content .wpforms-submit, .glsc-contact-form-content button[type="submit"] { min-height: 46px; padding: 0 22px; border: 1px solid var(--glsc-charcoal); border-radius: 0; background: var(--glsc-charcoal); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.glsc-contact-form-content .wpforms-submit:hover, .glsc-contact-form-content button[type="submit"]:hover { border-color: var(--glsc-gold); background: var(--glsc-gold); }
.glsc-contact-setup-note { padding: 16px; border-left: 3px solid var(--glsc-gold); background: var(--glsc-cream); color: var(--glsc-ink); }
.glsc-contact-setup-note p, .glsc-contact-form-fallback { margin: 7px 0 0; color: var(--glsc-muted); font-size: 13px; }
.glsc-contact-setup-note a, .glsc-contact-form-fallback a { text-decoration: underline; text-underline-offset: 3px; }
.glsc-contact-map-panel { display: grid; grid-template-columns: minmax(210px, .75fr) minmax(0, 1.25fr); min-height: 320px; }
.glsc-contact-map-copy { padding: 28px; }
.glsc-contact-map-copy h2 { margin-bottom: 12px; }
.glsc-contact-map-copy address { margin: 0 0 20px; color: var(--glsc-muted); font-size: 14px; font-style: normal; line-height: 1.8; }
.glsc-contact-map-copy .glsc-button { min-height: 42px; font-size: 9px; }
.glsc-contact-map { min-height: 320px; overflow: hidden; background: #e8e6dc; }
.glsc-contact-map iframe { display: block; width: 100%; height: 100%; min-height: 320px; border: 0; }
.glsc-contact-sidebar { display: grid; gap: 12px; }
.glsc-contact-detail { padding: 22px; }
.glsc-contact-large-link { display: inline-block; color: var(--glsc-ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(20px, 2.3vw, 28px); line-height: 1.2; overflow-wrap: anywhere; }
.glsc-contact-email { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: 700; }
.glsc-contact-detail p { margin: 10px 0 0; color: var(--glsc-muted); font-size: 12px; }
.glsc-contact-hours { margin: 0; }
.glsc-contact-hours div { display: flex; justify-content: space-between; gap: 10px; padding: 8px 0; border-bottom: 1px solid var(--glsc-line); font-size: 12px; }
.glsc-contact-hours div:last-child { border-bottom: 0; }
.glsc-contact-hours dt { color: var(--glsc-ink); font-weight: 700; }
.glsc-contact-hours dd { margin: 0; color: var(--glsc-muted); text-align: right; }

@media (max-width: 760px) {
  .glsc-contact-layout { grid-template-columns: 1fr; padding-top: 24px; padding-bottom: 64px; }
  .glsc-contact-sidebar { grid-template-columns: 1fr 1fr; }
  .glsc-contact-sidebar .glsc-contact-detail:last-child { grid-column: 1 / -1; }
  .glsc-contact-map-panel { grid-template-columns: 1fr; }
  .glsc-contact-map-copy { padding: 22px; }
  .glsc-contact-map, .glsc-contact-map iframe { min-height: 280px; }
}
@media (max-width: 480px) {
  .glsc-contact-hero { padding: 44px 0 38px; }
  .glsc-contact-hero p { font-size: 14px; }
  .glsc-contact-sidebar { grid-template-columns: 1fr; }
  .glsc-contact-sidebar .glsc-contact-detail:last-child { grid-column: auto; }
  .glsc-contact-detail { padding: 18px; }
  .glsc-contact-map, .glsc-contact-map iframe { min-height: 240px; }
}