:root{
  --bg-main: #0B0C0E;
  --bg-section: #14181B;
  --bg-panel: #1A1F23;
  --text-main: #F5F7F8;
  --text-muted: #C1C8CD;
  --border-soft: #2A3137;
  --brand-green: #0C8B26;
  --brand-copper: #D99249;
  --brand-blue: #2447C6;
  --announce-bg: #050607;
  --announce-text: #E6EAED;
  --radius-sm: 10px;
  --radius-md: 14px;
  --radius-lg: 18px;
  --shadow-soft: 0 10px 30px rgba(0,0,0,.28);
  --shadow-hover: 0 14px 38px rgba(0,0,0,.38);
  --container: 1240px;
  --transition: all .25s ease;
}

*,
*::before,
*::after{
  box-sizing: border-box;
}

html{
  scroll-behavior: smooth;
}

body.wlb-theme{
  margin: 0;
  background:
    radial-gradient(circle at top right, rgba(12,139,38,.08), transparent 28%),
    radial-gradient(circle at bottom left, rgba(217,146,73,.07), transparent 24%),
    linear-gradient(180deg, #0B0C0E 0%, #101316 100%);
  color: var(--text-main);
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  font-size: 16px;
  overflow-x: hidden;
}

img{
  max-width: 100%;
  height: auto;
  display: block;
}

a{
  color: var(--text-main);
  text-decoration: none;
  transition: var(--transition);
}

a:hover{
  color: var(--brand-green);
}

ul,
ol{
  padding-left: 1.2rem;
}

h1,h2,h3,h4,h5,h6{
  margin: 0 0 1rem;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: .02em;
  color: var(--text-main);
}

h1{ font-size: clamp(2.2rem, 5vw, 4.2rem); }
h2{ font-size: clamp(1.7rem, 3vw, 2.6rem); }
h3{ font-size: clamp(1.25rem, 2vw, 1.7rem); }

p{
  margin: 0 0 1rem;
  color: var(--text-muted);
}

button,
input,
select,
textarea{
  font: inherit;
}

.wlb-container{
  width: min(100% - 2rem, var(--container));
  margin-inline: auto;
}

.wlb-site-shell{
  min-height: 100vh;
}

.screen-reader-text{
  position: absolute;
  left: -9999px;
}

/* Header */
.wlb-site-header{
  position: sticky;
  top: 0;
  z-index: 200;
  backdrop-filter: blur(12px);
}

.wlb-topbar{
  background: var(--announce-bg);
  border-bottom: 1px solid rgba(255,255,255,.05);
}

.wlb-topbar-inner{
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.wlb-topbar-text{
  font-size: .88rem;
  color: var(--announce-text);
}

.wlb-header-main{
  background: rgba(11,12,14,.92);
  border-bottom: 1px solid rgba(255,255,255,.06);
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
}

.wlb-header-inner{
  min-height: 92px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.25rem;
}

.wlb-site-branding{
  display: flex;
  align-items: center;
  min-width: 0;
}

.wlb-logo-wrap{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border-radius: 16px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow:
    0 8px 24px rgba(0,0,0,.28),
    0 0 18px rgba(217,146,73,.08);
}

.wlb-logo-wrap .custom-logo{
  display: block;
  max-height: 96px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.wlb-text-logo{
  font-family: "Oswald", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--text-main);
}

.wlb-primary-nav{
  display: flex;
  justify-content: center;
}

.wlb-primary-nav ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 1.35rem;
  align-items: center;
  flex-wrap: wrap;
}

.wlb-primary-nav li{
  position: relative;
}

.wlb-primary-nav a{
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--text-main);
  font-weight: 600;
  font-size: .96rem;
  letter-spacing: .02em;
  position: relative;
}

.wlb-primary-nav a::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: .45rem;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--brand-green), var(--brand-copper));
  transition: width .25s ease;
}

.wlb-primary-nav a:hover::after,
.wlb-primary-nav .current-menu-item > a::after,
.wlb-primary-nav .current_page_item > a::after{
  width: 100%;
}

.wlb-header-actions{
  display: flex;
  gap: .75rem;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.wlb-header-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 .95rem;
  border: 1px solid var(--border-soft);
  border-radius: 999px;
  background: rgba(255,255,255,.02);
  color: var(--text-main);
  font-size: .92rem;
  font-weight: 600;
  white-space: nowrap;
}

.wlb-header-icon:hover{
  border-color: var(--brand-green);
  color: var(--text-main);
  transform: translateY(-1px);
}

.wlb-mobile-toggle{
  display: none;
  background: transparent;
  border: 1px solid var(--border-soft);
  color: var(--text-main);
  border-radius: 12px;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.wlb-mobile-toggle-lines,
.wlb-mobile-toggle-lines::before,
.wlb-mobile-toggle-lines::after{
  display: block;
  width: 20px;
  height: 2px;
  background: var(--text-main);
  position: relative;
  transition: var(--transition);
}

.wlb-mobile-toggle-lines::before,
.wlb-mobile-toggle-lines::after{
  content: "";
  position: absolute;
  left: 0;
}

.wlb-mobile-toggle-lines::before{ top: -6px; }
.wlb-mobile-toggle-lines::after{ top: 6px; }

/* Main layout */
.wlb-site-main{
  padding-bottom: 4rem;
}

.wlb-content-area{
  padding-block: 3rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 2rem;
}

.wlb-content-area.wlb-no-sidebar{
  grid-template-columns: 1fr;
}

.wlb-main-content{
  min-width: 0;
}

.wlb-sidebar{
  min-width: 0;
}

.wlb-widget,
.wlb-footer-widget{
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  padding: 1.15rem;
  box-shadow: var(--shadow-soft);
  margin-bottom: 1.25rem;
}

.wlb-widget-title,
.wlb-footer-title{
  margin-bottom: .8rem;
  font-size: 1.2rem;
}

.wlb-page-card,
.wlb-single-card,
.wlb-post-card,
.wlb-empty-state,
.wlb-woocommerce-shell{
  background: linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.012));
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.wlb-page-card,
.wlb-single-card,
.wlb-woocommerce-shell{
  padding: 2rem;
}

/* Buttons + forms */
.wlb-button,
button,
input[type="submit"],
input[type="button"]{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .85rem 1.25rem;
  border-radius: 999px;
  border: 1px solid transparent;
  background: linear-gradient(180deg, var(--brand-green), #096d1d);
  color: #fff;
  font-weight: 700;
  letter-spacing: .02em;
  cursor: pointer;
  transition: var(--transition);
  box-shadow: 0 8px 20px rgba(12,139,38,.22);
}

.wlb-button:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover{
  transform: translateY(-2px);
  color: #fff;
  filter: brightness(1.08);
  box-shadow: 0 14px 30px rgba(12,139,38,.32);
}

.wlb-button:focus,
button:focus,
input[type="submit"]:focus,
input[type="button"]:focus{
  outline: 2px solid rgba(217,146,73,.55);
  outline-offset: 2px;
  color: #fff;
}

.wlb-button-secondary{
  background: transparent;
  border-color: var(--border-soft);
  box-shadow: none;
}

.wlb-button-secondary:hover,
.wlb-button-secondary:focus{
  color: var(--brand-copper);
  border-color: rgba(217,146,73,.55);
  background: rgba(217,146,73,.08);
  box-shadow: 0 10px 24px rgba(217,146,73,.12);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
textarea,
select{
  width: 100%;
  min-height: 50px;
  padding: .85rem 1rem;
  border-radius: 12px;
  border: 1px solid var(--border-soft);
  background: #12161a;
  color: var(--text-main);
  outline: none;
  transition: var(--transition);
}

/* Homepage */
.wlb-hero{
  position: relative;
  padding: 4rem 0 2.5rem;
  overflow: hidden;
}

.wlb-hero::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(12,139,38,.13), transparent 22%),
    radial-gradient(circle at 20% 70%, rgba(36,71,198,.10), transparent 22%),
    radial-gradient(circle at 55% 45%, rgba(217,146,73,.08), transparent 18%);
  pointer-events: none;
}

.wlb-hero-grid-split{
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 1.5rem;
  align-items: stretch;
}

.wlb-hero-minimal-shell,
.wlb-hero-rewards-card,
.wlb-category-card{
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
  border: 1px solid var(--border-soft);
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
}

.wlb-hero-minimal-shell{
  padding: 2.5rem;
}

.wlb-eyebrow{
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: 1rem;
  font-size: .84rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--brand-copper);
}

.wlb-hero-lead{
  font-size: 1.08rem;
  max-width: 44ch;
}

.wlb-hero-actions{
  display: flex;
  gap: .9rem;
  flex-wrap: wrap;
  margin-top: 1.4rem;
}

.wlb-hero-rewards-card{
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.5rem;
}

.wlb-hero-rewards-balance{
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 16px;
  border: 1px solid rgba(217,146,73,.18);
  background: rgba(217,146,73,.08);
  color: var(--text-main);
  font-weight: 700;
}

.wlb-hero-rewards-copy{
  margin-bottom: 1rem;
}

.wlb-hero-rewards-meta{
  margin-bottom: 1.25rem;
  padding-top: .9rem;
  border-top: 1px solid rgba(255,255,255,.06);
}

.wlb-hero-rewards-policy-link{
  display: inline-flex;
  align-items: center;
  font-size: .95rem;
  font-weight: 600;
  color: var(--text-main);
}

.wlb-hero-rewards-policy-link:hover{
  color: var(--brand-copper);
}

.wlb-hero-rewards-actions{
  margin-top: auto;
}

.wlb-home-section{
  padding: 1.25rem 0 3rem;
}

.wlb-home-section-tight{
  padding-top: 0;
  padding-bottom: 2rem;
}

.wlb-section-heading{
  margin-bottom: 1.5rem;
  max-width: 70ch;
}

.wlb-section-heading-minimal{
  margin-bottom: 1.25rem;
}

.wlb-section-heading-minimal h2{
  margin-bottom: 0;
}

.wlb-category-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.wlb-category-grid-retail{
  margin-top: 0;
}

.wlb-category-card{
  display: block;
  padding: 1.5rem;
  min-height: 230px;
}

.wlb-category-card:hover{
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(217,146,73,.28);
}

.wlb-category-label{
  display: inline-block;
  margin-bottom: .85rem;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--brand-copper);
}

.wlb-category-card h3{
  margin-bottom: .75rem;
}

.wlb-category-card p{
  margin-bottom: 1.25rem;
}

.wlb-category-link{
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-weight: 700;
  color: var(--text-main);
}

.wlb-category-card:hover .wlb-category-link{
  color: var(--brand-copper);
}

.wlb-featured-products-shell{
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));
  border: 1px solid var(--border-soft);
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
  padding: 1.5rem;
}

.wlb-store-strip{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.wlb-store-strip-item{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  padding: 1rem;
  text-align: center;
  background: linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.012));
  border: 1px solid var(--border-soft);
  border-radius: 18px;
  color: var(--text-main);
  font-weight: 700;
}

/* Policy page */
.wlb-policy-page{
  max-width: 900px;
}

.wlb-policy-page hr{
  border: 0;
  height: 1px;
  background: rgba(255,255,255,.08);
  margin: 1.75rem 0;
}

.wlb-policy-page h2[id]{
  scroll-margin-top: 130px;
}

.wlb-policy-page p{
  max-width: 75ch;
}

/* Rewards policy note on account endpoint */
.wlb-rewards-policy-note{
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,.08);
}

.wlb-rewards-policy-note p{
  margin: 0;
}

.wlb-rewards-policy-note a{
  color: var(--brand-copper);
  font-weight: 700;
}

.wlb-rewards-policy-note a:hover{
  color: var(--brand-green);
}

/* Footer */
.wlb-site-footer{
  padding: 2rem 0;
  border-top: 1px solid rgba(255,255,255,.06);
  background: rgba(0,0,0,.14);
}

.wlb-footer-inner{
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.wlb-footer-copy{
  color: var(--text-muted);
  font-size: .95rem;
}

/* Responsive */
@media (max-width: 1100px){
  .wlb-header-inner{
    grid-template-columns: auto auto;
  }

  .wlb-primary-nav{
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .wlb-hero-grid-split,
  .wlb-store-strip,
  .wlb-category-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px){
  .wlb-content-area{
    grid-template-columns: 1fr;
  }

  .wlb-policy-page h2[id]{
    scroll-margin-top: 170px;
  }

  .wlb-header-inner{
    grid-template-columns: auto auto;
    gap: .75rem;
  }

  .wlb-primary-nav{
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    padding-bottom: 1rem;
  }

  .wlb-primary-nav.is-open{
    display: flex;
  }

  .wlb-primary-nav ul{
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: .4rem;
  }

  .wlb-mobile-toggle{
    display: inline-flex;
    justify-self: end;
  }

  .wlb-header-actions{
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .wlb-hero{
    padding-top: 2.5rem;
  }

  .wlb-hero-grid-split,
  .wlb-store-strip,
  .wlb-category-grid{
    grid-template-columns: 1fr;
  }

  .wlb-hero-minimal-shell,
  .wlb-hero-rewards-card,
  .wlb-category-card,
  .wlb-featured-products-shell,
  .wlb-page-card,
  .wlb-single-card,
  .wlb-woocommerce-shell{
    padding: 1.25rem;
  }
}

@media (max-width: 560px){
  .wlb-container{
    width: min(100% - 1rem, var(--container));
  }

  .wlb-topbar-inner{
    min-height: 34px;
  }

  .wlb-topbar-text{
    font-size: .8rem;
  }

  .wlb-header-inner{
    min-height: 78px;
  }

  .wlb-logo-wrap{
    padding: 6px 8px;
    border-radius: 12px;
  }

  .wlb-logo-wrap .custom-logo{
    max-height: 64px;
  }

  .wlb-text-logo{
    font-size: 1.3rem;
  }

  .wlb-header-icon{
    min-height: 40px;
    padding: 0 .8rem;
    font-size: .88rem;
  }

  .wlb-button,
  button,
  input[type="submit"],
  input[type="button"]{
    width: 100%;
  }

  .wlb-hero-actions{
    flex-direction: column;
  }
}