/*
Theme Name: LGET Mecha Commerce
Theme URI: https://lget.com.au/
Author: LGET
Description: A restrained black-and-gold WooCommerce theme for the LGET lifestyle storefront.
Version: 0.3.0
Requires at least: 6.7
Requires PHP: 7.4
Text Domain: lget-mecha
*/

:root {
  color-scheme: dark;
  --lget-bg: #050605;
  --lget-bg-soft: #090b09;
  --lget-panel: #0c0f0d;
  --lget-panel-raised: #131714;
  --lget-ink: #f3ead5;
  --lget-muted: #aaa599;
  --lget-gold: #d7aa50;
  --lget-gold-bright: #f2d482;
  --lget-gold-deep: #6d491b;
  --lget-line: rgba(215, 170, 80, 0.24);
  --lget-content: 1312px;
  --lget-wide: 1440px;
  --lget-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 50% -14rem, rgba(215, 170, 80, 0.14), transparent 34rem),
    linear-gradient(180deg, var(--lget-bg) 0%, var(--lget-bg-soft) 100%);
  color: var(--lget-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(215, 170, 80, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(215, 170, 80, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  pointer-events: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
input[type="button"],
input[type="submit"] {
  cursor: pointer;
}

::selection {
  background: var(--lget-gold);
  color: #080906;
}

:focus-visible {
  outline: 2px solid var(--lget-gold-bright);
  outline-offset: 4px;
}

.screen-reader-text,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  z-index: 9999;
  top: 1rem;
  left: 1rem;
  padding: 0.75rem 1rem;
  background: var(--lget-gold-bright);
  color: #080906;
  font-weight: 800;
}

.lget-announcement {
  border-bottom: 1px solid rgba(215, 170, 80, 0.25);
  background: #080a08;
  color: #e8c46f;
  padding: 0.7rem 1.25rem;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.lget-header {
  position: relative;
  max-width: var(--lget-wide);
  margin: 0 auto;
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
  border-bottom: 1px solid rgba(215, 170, 80, 0.12);
  padding: 1.25rem clamp(1.25rem, 4vw, 4rem);
}

.lget-product-search {
  display: flex;
  width: min(100%, 36rem);
  min-height: 48px;
  border: 1px solid rgba(215, 170, 80, 0.32);
  background: #080a08;
}

.lget-product-search input[type="search"] {
  min-width: 0;
  flex: 1;
  border: 0;
  background: transparent;
  color: var(--lget-ink);
  padding: 0.72rem 0.9rem;
  outline: 0;
}

.lget-product-search input[type="search"]::placeholder {
  color: #837f76;
}

.lget-product-search:focus-within {
  border-color: var(--lget-gold-bright);
  box-shadow: 0 0 0 1px var(--lget-gold-bright);
}

.lget-product-search button {
  min-width: 92px;
  border: 0;
  border-left: 1px solid rgba(215, 170, 80, 0.32);
  background: var(--lget-gold);
  color: #080906;
  padding: 0.7rem 1rem;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lget-product-search button:hover {
  background: var(--lget-gold-bright);
}

.lget-product-search--header {
  width: clamp(220px, 23vw, 320px);
  min-height: 44px;
}

.lget-nav {
  margin-right: auto;
}

.lget-menu-toggle {
  display: none;
  min-height: 42px;
  align-items: center;
  border: 1px solid var(--lget-line);
  background: transparent;
  color: var(--lget-gold-bright);
  cursor: pointer;
  padding: 0.55rem 0.85rem;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lget-menu-toggle[aria-expanded="true"] {
  background: var(--lget-gold);
  color: #080906;
}

.lget-nav ul {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.4vw, 2rem);
  list-style: none;
  margin: 0;
  padding: 0;
}

.lget-nav a {
  color: var(--lget-muted);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 160ms ease;
}

.lget-nav a:hover {
  color: var(--lget-gold-bright);
}

.lget-cart-link,
.lget-button,
.wpcf7 input[type="submit"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: linear-gradient(115deg, #6f4a1d 0%, #d7aa50 28%, #f2d482 50%, #ad792c 72%, #6d491b 100%);
  clip-path: polygon(0 10px, 10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
  color: #090a08;
  padding: 0.8rem 1.35rem;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: filter 160ms ease, transform 160ms ease;
}

.lget-cart-link:hover,
.lget-button:hover,
.wpcf7 input[type="submit"]:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  background: linear-gradient(115deg, #6f4a1d 0%, #d7aa50 28%, #f2d482 50%, #ad792c 72%, #6d491b 100%);
  color: #090a08;
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.lget-main,
.lget-page,
.lget-woocommerce {
  min-height: 65vh;
}

.lget-hero {
  max-width: var(--lget-wide);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(2rem, 5vw, 5rem);
  padding: clamp(3rem, 7vw, 7rem) clamp(1.25rem, 4vw, 4rem);
}

.lget-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lget-kicker {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 1.5rem;
  color: var(--lget-gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.lget-kicker::before {
  width: 2.5rem;
  height: 1px;
  background: var(--lget-gold);
  content: "";
}

.lget-hero h1 {
  max-width: 12ch;
  margin: 0;
  color: var(--lget-ink);
  font-size: clamp(3.6rem, 8vw, 7.6rem);
  font-weight: 950;
  letter-spacing: -0.075em;
  line-height: 0.84;
  text-transform: uppercase;
}

.lget-hero h1 span {
  display: block;
  color: var(--lget-gold);
  letter-spacing: -0.055em;
  text-shadow: 0 0 32px rgba(215, 170, 80, 0.18);
}

.lget-hero-copy > p:not(.lget-kicker) {
  max-width: 39rem;
  margin: 2rem 0 0;
  border-left: 1px solid rgba(215, 170, 80, 0.45);
  color: var(--lget-muted);
  padding-left: 1.25rem;
  font-size: 1.08rem;
  line-height: 1.75;
}

.lget-hero-actions {
  margin-top: 2rem;
}

.lget-mecha-panel {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border: 1px solid rgba(215, 170, 80, 0.22);
  background:
    radial-gradient(circle at 76% 18%, rgba(215, 170, 80, 0.22), transparent 28%),
    radial-gradient(circle at 14% 84%, rgba(112, 78, 28, 0.18), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 35%),
    linear-gradient(160deg, #151815 0%, #090b0a 58%, #111410 100%);
  box-shadow: var(--lget-shadow);
  clip-path: polygon(0 22px, 22px 0, calc(100% - 22px) 0, 100% 22px, 100% calc(100% - 22px), calc(100% - 22px) 100%, 22px 100%, 0 calc(100% - 22px));
}

.lget-mecha-panel::before,
.lget-mecha-panel::after {
  position: absolute;
  content: "";
}

.lget-mecha-panel::before {
  inset: 12% 14%;
  border: 1px solid rgba(215, 170, 80, 0.23);
  background: repeating-linear-gradient(135deg, rgba(215, 170, 80, 0.05) 0 1px, transparent 1px 18px);
  clip-path: polygon(12% 0, 100% 0, 100% 76%, 84% 100%, 0 100%, 0 18%);
}

.lget-mecha-panel::after {
  top: 22%;
  right: 20%;
  width: 38%;
  height: 56%;
  border: 1px solid rgba(242, 212, 130, 0.38);
  background: linear-gradient(155deg, rgba(242, 212, 130, 0.2), rgba(109, 73, 27, 0.03));
  box-shadow: 0 0 60px rgba(215, 170, 80, 0.12);
  clip-path: polygon(24% 0, 100% 0, 100% 72%, 72% 100%, 0 100%, 0 24%);
}

.lget-panel-label,
.lget-panel-status {
  position: absolute;
  z-index: 2;
  color: #b6a77e;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.23em;
  text-transform: uppercase;
}

.lget-panel-label {
  top: 2rem;
  left: 2rem;
}

.lget-panel-status {
  right: 2rem;
  bottom: 2rem;
  color: var(--lget-gold);
}

.lget-shop-section {
  border-top: 1px solid rgba(215, 170, 80, 0.16);
  border-bottom: 1px solid rgba(215, 170, 80, 0.16);
  background: #080a08;
  padding: clamp(4.5rem, 8vw, 7rem) clamp(1.25rem, 4vw, 4rem);
}

.lget-finder {
  max-width: var(--lget-wide);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
  align-items: end;
  gap: clamp(2rem, 6vw, 6rem);
  border-top: 1px solid rgba(215, 170, 80, 0.16);
  padding: clamp(3.25rem, 6vw, 5.25rem) clamp(1.25rem, 4vw, 4rem);
}

.lget-finder h2 {
  max-width: 12ch;
  margin: 0;
  color: var(--lget-ink);
  font-size: clamp(2.15rem, 4vw, 4rem);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 1;
  text-transform: uppercase;
}

.lget-finder-copy > p:last-child {
  max-width: 34rem;
  margin: 1.35rem 0 0;
  color: var(--lget-muted);
}

.lget-finder-action {
  display: grid;
  gap: 1rem;
}

.lget-text-link {
  width: fit-content;
  color: var(--lget-gold-bright);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.lget-text-link span {
  display: inline-block;
  margin-left: 0.35rem;
  transition: transform 160ms ease;
}

.lget-text-link:hover span {
  transform: translateX(0.25rem);
}

.lget-commerce-facts {
  max-width: var(--lget-wide);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(215, 170, 80, 0.16);
  border-bottom: 1px solid rgba(215, 170, 80, 0.16);
}

.lget-commerce-facts > div {
  min-height: 240px;
  border-right: 1px solid rgba(215, 170, 80, 0.16);
  background: linear-gradient(150deg, rgba(215, 170, 80, 0.06), transparent 55%);
  padding: clamp(1.6rem, 3vw, 2.6rem);
}

.lget-commerce-facts > div:last-child {
  border-right: 0;
}

.lget-commerce-facts h2 {
  margin: 0;
  color: var(--lget-ink);
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  letter-spacing: -0.035em;
  line-height: 1.05;
  text-transform: uppercase;
}

.lget-commerce-facts p:last-child {
  margin: 1.1rem 0 0;
  color: var(--lget-muted);
}

.lget-section-inner,
.lget-content-shell {
  max-width: var(--lget-content);
  margin: 0 auto;
}

.lget-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
}

.lget-eyebrow {
  margin: 0 0 0.7rem;
  color: var(--lget-gold);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.lget-section-heading h2,
.lget-story h2,
.lget-page h1,
.lget-woocommerce h1 {
  margin: 0;
  color: var(--lget-ink);
  font-size: clamp(2.5rem, 5vw, 4.6rem);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 1;
  text-transform: uppercase;
}

.lget-section-heading > p {
  max-width: 26rem;
  margin: 0;
  border-left: 1px solid rgba(215, 170, 80, 0.3);
  color: var(--lget-muted);
  padding-left: 1rem;
  font-size: 0.92rem;
}

.lget-empty-catalogue {
  border: 1px solid var(--lget-line);
  background: var(--lget-panel);
  padding: 2.5rem;
  color: var(--lget-muted);
  text-align: center;
}

.lget-collection-action {
  margin-top: 2.25rem;
  text-align: center;
}

.lget-story {
  max-width: var(--lget-wide);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) minmax(0, 1.3fr);
  gap: 3rem;
  padding: clamp(4.5rem, 8vw, 7rem) clamp(1.25rem, 4vw, 4rem);
}

.lget-story h2 span {
  color: var(--lget-gold);
}

.lget-story-copy > p {
  max-width: 40rem;
  margin-top: 1.8rem;
  border-left: 1px solid rgba(215, 170, 80, 0.35);
  color: var(--lget-muted);
  padding-left: 1.25rem;
}

.lget-page,
.lget-woocommerce {
  padding: clamp(3rem, 6vw, 6rem) clamp(1.25rem, 4vw, 4rem);
}

.lget-entry {
  margin-top: 2rem;
  color: var(--lget-muted);
}

.lget-entry a {
  color: var(--lget-gold-bright);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

/* Contact Form 7 */
.wpcf7 {
  max-width: 760px;
  margin-top: 2rem;
}

.wpcf7 label {
  display: block;
  color: var(--lget-ink);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  min-height: 48px;
  margin-top: 0.55rem;
  border: 1px solid rgba(215, 170, 80, 0.28);
  border-radius: 0;
  background: #0a0c0b;
  color: var(--lget-ink);
  padding: 0.7rem 0.85rem;
}

.wpcf7 textarea {
  min-height: 180px;
  resize: vertical;
}

.wpcf7 input:focus-visible,
.wpcf7 select:focus-visible,
.wpcf7 textarea:focus-visible,
.wpcf7 input[type="submit"]:focus-visible {
  outline: 2px solid var(--lget-gold-bright);
  outline-offset: 3px;
}

.wpcf7-not-valid-tip {
  margin-top: 0.45rem;
  color: #f0a6a6;
  font-size: 0.82rem;
}

.wpcf7 form .wpcf7-response-output {
  margin: 1.5rem 0 0;
  border-color: var(--lget-gold);
  background: var(--lget-panel-raised);
  color: var(--lget-ink);
  padding: 0.9rem 1rem;
}

.lget-footer {
  border-top: 1px solid rgba(215, 170, 80, 0.18);
  background: #070807;
  padding: 2rem clamp(1.25rem, 4vw, 4rem);
}

.lget-footer-inner {
  max-width: var(--lget-content);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #8f8b82;
  font-size: 0.82rem;
}

.lget-footer-title {
  margin: 0;
  color: var(--lget-ink);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.lget-footer-note {
  margin: 0.35rem 0 0.75rem;
}

.lget-footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.7rem 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lget-footer a {
  color: var(--lget-gold);
}

/* WooCommerce */
.lget-shop-toolbar {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(340px, 1.3fr);
  align-items: end;
  gap: 2rem;
  margin: 2rem 0 2.5rem;
  border: 1px solid var(--lget-line);
  background: linear-gradient(135deg, rgba(215, 170, 80, 0.08), rgba(12, 15, 13, 0.92));
  padding: clamp(1.25rem, 3vw, 2rem);
}

.lget-shop-toolbar p:last-child {
  margin: 0;
  color: var(--lget-muted);
}

.lget-purchase-reassurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0 0 2rem;
  border: 1px solid var(--lget-line);
  background: rgba(215, 170, 80, 0.16);
}

.lget-purchase-reassurance > div {
  display: grid;
  gap: 0.25rem;
  background: var(--lget-panel);
  padding: 1rem 1.15rem;
}

.lget-purchase-reassurance strong {
  color: var(--lget-gold-bright);
  font-size: 0.73rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lget-purchase-reassurance span {
  color: var(--lget-muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.single-product .summary .lget-purchase-reassurance {
  grid-template-columns: 1fr;
  margin-top: 1.5rem;
}

.woocommerce .woocommerce-breadcrumb {
  color: #8f8b82;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.woocommerce .woocommerce-breadcrumb a {
  color: var(--lget-gold);
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.4rem;
  margin: 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: auto;
  float: none;
  margin: 0;
  border: 1px solid rgba(215, 170, 80, 0.18);
  background: var(--lget-panel);
  padding: 1rem;
  clip-path: polygon(0 16px, 16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  border-color: rgba(242, 212, 130, 0.48);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.3);
  transform: translateY(-4px);
}

.woocommerce ul.products li.product a img {
  aspect-ratio: 1 / 1.15;
  margin: 0 0 1rem;
  background: var(--lget-panel-raised);
  object-fit: cover;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--lget-ink);
  font-size: 1rem;
  line-height: 1.35;
}

.lget-product-category {
  display: block;
  width: fit-content;
  margin: -0.15rem 0 0.45rem;
  color: var(--lget-muted);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lget-product-category:hover {
  color: var(--lget-gold-bright);
}

.woocommerce ul.products li.product .button {
  width: 100%;
  margin-top: 0.8rem;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--lget-gold-bright);
  font-weight: 850;
}

.woocommerce span.onsale {
  min-width: auto;
  min-height: auto;
  border-radius: 0;
  background: var(--lget-gold);
  color: #080906;
  padding: 0.45rem 0.65rem;
  font-size: 0.7rem;
  line-height: 1;
  text-transform: uppercase;
}

.woocommerce div.product {
  color: var(--lget-muted);
}

.woocommerce div.product .product_title,
.woocommerce-cart h1,
.woocommerce-checkout h1 {
  color: var(--lget-ink);
}

.woocommerce table.shop_table,
.woocommerce form.checkout,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce .cart_totals,
.woocommerce .woocommerce-checkout-review-order {
  border: 1px solid var(--lget-line);
  border-radius: 0;
  background: var(--lget-panel);
  color: var(--lget-muted);
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-color: rgba(215, 170, 80, 0.14);
}

.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select,
.select2-container--default .select2-selection--single {
  min-height: 46px;
  border: 1px solid rgba(215, 170, 80, 0.28);
  border-radius: 0;
  background: #0a0c0b;
  color: var(--lget-ink);
  padding: 0.65rem 0.8rem;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-top-color: var(--lget-gold);
  background: var(--lget-panel-raised);
  color: var(--lget-muted);
}

.woocommerce-message::before,
.woocommerce-info::before {
  color: var(--lget-gold);
}

/* WooCommerce cart and checkout blocks */
.wc-block-cart,
.wc-block-checkout,
.wc-block-components-sidebar,
.wc-block-components-totals-wrapper,
.wc-block-components-order-summary,
.wc-block-components-checkout-step {
  color: var(--lget-muted);
}

.wc-block-components-sidebar,
.wc-block-components-order-summary,
.wc-block-components-checkout-step,
.wc-block-components-totals-wrapper {
  border-color: var(--lget-line) !important;
}

.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-address-form select,
.wc-block-components-select .wc-block-components-select__select {
  border-color: rgba(215, 170, 80, 0.3) !important;
  border-radius: 0 !important;
  background: #0a0c0b !important;
  color: var(--lget-ink) !important;
}

.wc-block-components-button:not(.is-link),
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
  border: 0;
  border-radius: 0;
  background: linear-gradient(115deg, #6f4a1d 0%, #d7aa50 28%, #f2d482 50%, #ad792c 72%, #6d491b 100%);
  color: #090a08;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  border: 1px solid var(--lget-line);
  padding: 0.55rem 0.8rem;
}

@media (max-width: 1100px) {
  .lget-header {
    min-height: 72px;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .lget-menu-toggle {
    display: inline-flex;
    margin-right: auto;
  }

  .lget-nav {
    position: absolute;
    z-index: 20;
    top: calc(100% + 0.65rem);
    left: clamp(1.25rem, 4vw, 4rem);
    display: none;
    width: min(calc(100vw - 2.5rem), 360px);
    border: 1px solid var(--lget-line);
    background: #080a08;
    box-shadow: var(--lget-shadow);
    padding: 0.65rem;
  }

  .lget-nav.is-open {
    display: block;
  }

  .lget-nav ul {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }

  .lget-nav a {
    display: block;
    border-bottom: 1px solid rgba(215, 170, 80, 0.12);
    padding: 0.8rem 0.7rem;
  }

  .lget-product-search--header {
    order: 3;
    width: 100%;
  }
}

@media (max-width: 980px) {
  .lget-hero {
    grid-template-columns: 1fr;
  }

  .lget-mecha-panel {
    min-height: 430px;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lget-commerce-facts {
    grid-template-columns: 1fr;
  }

  .lget-commerce-facts > div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(215, 170, 80, 0.16);
  }

  .lget-commerce-facts > div:last-child {
    border-bottom: 0;
  }

  .lget-finder,
  .lget-shop-toolbar {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .lget-purchase-reassurance {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .lget-announcement {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }

  .lget-hero h1 {
    font-size: clamp(3.25rem, 18vw, 5.4rem);
  }

  .lget-section-heading,
  .lget-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .lget-footer-nav ul {
    justify-content: flex-start;
  }

  .lget-story {
    grid-template-columns: 1fr;
  }

  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    transform: none;
  }

  .wc-block-cart__submit-container,
  .woocommerce-cart .wc-proceed-to-checkout {
    position: sticky;
    z-index: 15;
    bottom: 0;
    margin-inline: -0.75rem;
    background: rgba(5, 6, 5, 0.96);
    padding: 0.75rem;
    backdrop-filter: blur(10px);
  }

  .wc-block-cart__submit-button,
  .wc-block-components-checkout-place-order-button,
  .woocommerce-cart .checkout-button,
  .single-product .single_add_to_cart_button {
    width: 100%;
    min-height: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
