:root {
  --sg-club-bg: #11161d;
  --sg-club-surface: #181f27;
  --sg-club-surface-2: #1c242e;
  --sg-club-line: #2b333e;
  --sg-club-text: #eef2f6;
  --sg-club-muted: #aab5c2;
  --sg-club-accent: #d4b173;
}

body.home .header-top,
body.home .widget_archive,
body.home .widget_categories,
body.home a[href*="ux-menu-options"] {
  display: none !important;
}

.sg-top-search {
  background: #121820;
  border-bottom: 1px solid #2a323d;
  padding: 12px 20px;
}

.sg-top-search__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.sg-product-search {
  position: relative;
  display: flex;
  align-items: center;
}

.sg-product-search .search-field {
  width: 100%;
  height: 54px;
  border-radius: 999px;
  border: 1px solid #3b4654;
  background: #0f141b;
  color: #eaf0f7;
  padding: 0 56px 0 54px;
  font-size: 15px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.sg-product-search__icon {
  position: absolute;
  left: 18px;
  width: 20px;
  height: 20px;
  color: #89a0b8;
  pointer-events: none;
}

.sg-product-search__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.sg-product-search button {
  position: absolute;
  right: 8px;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 0;
  background: #d4b173;
  color: #11161d;
}

.sg-promo-ticker {
  background: #090b0f;
  color: #fff;
  height: 38px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-top: 1px solid #202834;
  border-bottom: 1px solid #202834;
}

.sg-promo-ticker__viewport {
  width: 100%;
  overflow: hidden;
}

.sg-promo-ticker__track {
  list-style: none;
  margin: 0;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  min-width: 100%;
  white-space: nowrap;
}

.sg-promo-ticker__item {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-right: 40px;
  margin-right: 20px;
}

.sg-promo-ticker__item::after {
  content: '\2022';
  position: absolute;
  right: 12px;
  opacity: 0.8;
}

.sg-promo-ticker__track .sg-promo-ticker__item:last-child::after {
  opacity: 0;
}

.sg-promo-ticker__track.is-animated {
  animation: sgTickerScroll var(--sg-ticker-duration, 26s) linear infinite;
}

.sg-club-home {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 18px 60px;
  color: var(--sg-club-text);
}

.sg-club-hero {
  position: relative;
  min-height: 430px;
  margin-top: 18px;
  border: 1px solid var(--sg-club-line);
  border-radius: 2px;
  overflow: hidden;
  background: #0f141a;
}

.sg-club-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--sg-hero-bg);
  background-size: cover;
  background-position: center;
  filter: grayscale(0.18) contrast(1.04);
  transform: scale(1.03);
}

.sg-club-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 8, 12, 0.86) 0%, rgba(5, 8, 12, 0.55) 46%, rgba(5, 8, 12, 0.72) 100%),
    radial-gradient(120% 100% at 18% 15%, rgba(255, 255, 255, 0.1), transparent 55%);
}

.sg-club-hero__inner {
  position: relative;
  z-index: 2;
  padding: 56px;
  max-width: 680px;
}

.sg-club-hero__kicker {
  margin: 0 0 8px;
  color: var(--sg-club-accent);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  font-weight: 700;
}

.sg-club-hero__title {
  margin: 0;
  font-size: clamp(40px, 7vw, 68px);
  line-height: 0.95;
  letter-spacing: 0.02em;
}

.sg-club-hero__subtitle {
  margin: 14px 0 0;
  max-width: 560px;
  color: var(--sg-club-muted);
  font-size: 16px;
  line-height: 1.45;
}

.sg-club-hero__actions {
  margin-top: 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.sg-club-btn {
  border-radius: 3px !important;
  padding: 0 24px !important;
  min-height: 42px;
}

.sg-club-link {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.sg-club-info {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--sg-club-line);
  background: var(--sg-club-surface);
}

.sg-club-info__col {
  padding: 28px;
}

.sg-club-info__col + .sg-club-info__col {
  border-left: 1px solid var(--sg-club-line);
}

.sg-club-info h2 {
  margin: 0 0 12px;
  font-size: clamp(30px, 5vw, 46px);
}

.sg-club-info p {
  margin: 0 0 12px;
  color: var(--sg-club-muted);
  font-size: 15px;
  line-height: 1.45;
}

.sg-club-hours {
  width: 100%;
  border-collapse: collapse;
}

.sg-club-hours th,
.sg-club-hours td {
  border-bottom: 1px solid #303945;
  padding: 9px 0;
  text-align: left;
  font-size: 14px;
}

.sg-club-hours th {
  color: #f3f6fb;
  font-weight: 600;
}

.sg-club-hours td {
  color: var(--sg-club-muted);
  text-align: right;
}

.sg-club-events {
  margin-top: 18px;
  padding: 24px;
  border: 1px solid var(--sg-club-line);
  background: var(--sg-club-surface);
}

.sg-club-events h2 {
  margin: 0;
  font-size: clamp(34px, 6vw, 52px);
}

.sg-club-events__lead {
  margin: 8px 0 18px;
  color: var(--sg-club-muted);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.sg-club-events__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.sg-event-card {
  border: 1px solid #2c343f;
  background: #161d25;
  display: flex;
  flex-direction: column;
}

.sg-event-card__image {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

.sg-event-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sg-event-card__date {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  background: rgba(6, 10, 15, 0.85);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sg-event-card__date strong {
  font-size: 20px;
  line-height: 1;
}

.sg-event-card__date em {
  font-style: normal;
  font-size: 10px;
  letter-spacing: 0.08em;
  opacity: 0.85;
}

.sg-event-card__body {
  padding: 14px;
}

.sg-event-card__body h3 {
  margin: 0;
  font-size: 23px;
  line-height: 1.1;
}

.sg-event-card__body p {
  margin: 8px 0 0;
  color: var(--sg-club-muted);
  font-size: 14px;
  line-height: 1.38;
}

.sg-event-card__meta {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.sg-event-card__price {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.sg-event-card__meta a {
  color: var(--sg-club-accent);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
}

.sg-club-countdown {
  margin-top: 18px;
  border: 1px solid var(--sg-club-line);
  background: linear-gradient(90deg, #161d26 0%, #1a222c 55%, #11171f 100%);
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 1.2fr auto auto;
  align-items: center;
  gap: 20px;
}

.sg-club-countdown__text h3 {
  margin: 0;
  font-size: 30px;
}

.sg-club-countdown__text p {
  margin: 6px 0 0;
  color: var(--sg-club-muted);
  font-size: 14px;
}

.sg-club-timer {
  display: inline-grid;
  grid-template-columns: repeat(4, minmax(52px, auto));
  gap: 12px;
}

.sg-club-timer span {
  text-align: center;
}

.sg-club-timer strong {
  display: block;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  line-height: 1;
}

.sg-club-timer em {
  display: block;
  margin-top: 4px;
  color: var(--sg-club-muted);
  font-style: normal;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.sg-club-btn--small {
  min-height: 38px;
  padding: 0 18px !important;
}

.sg-best-sellers {
  margin-top: 18px;
  padding: 24px;
  border: 1px solid var(--sg-club-line);
  background: var(--sg-club-surface);
}

.sg-best-sellers__heading {
  margin: 0;
  font-size: clamp(32px, 6vw, 50px);
}

.sg-best-sellers__desc {
  margin: 8px 0 18px;
  color: var(--sg-club-muted);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.sg-best-sellers .product-small {
  border-radius: 0;
  border: 1px solid #2b343e;
  background: #161d25;
}

.sg-best-sellers .product-small .box-image {
  background: #121820;
}

.sg-best-sellers .product-title,
.sg-best-sellers .amount {
  color: #f0f4f9;
}

@keyframes sgTickerScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1000px) {
  .sg-club-hero__inner {
    padding: 34px 26px;
  }

  .sg-club-info {
    grid-template-columns: 1fr;
  }

  .sg-club-info__col + .sg-club-info__col {
    border-left: 0;
    border-top: 1px solid var(--sg-club-line);
  }

  .sg-club-events__grid {
    grid-template-columns: 1fr;
  }

  .sg-club-countdown {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .sg-club-timer {
    justify-content: center;
  }
}

@media (max-width: 849px) {
  .sg-top-search {
    padding: 10px 12px;
  }

  .sg-product-search .search-field {
    height: 48px;
    font-size: 14px;
  }

  .sg-promo-ticker {
    height: 34px;
  }

  .sg-promo-ticker__item {
    font-size: 11px;
    padding-right: 28px;
    margin-right: 12px;
  }

  .sg-club-home {
    padding: 0 12px 40px;
  }

  .sg-club-hero {
    min-height: 350px;
  }

  .sg-club-hero__title {
    font-size: clamp(34px, 10vw, 46px);
  }

  .sg-club-events,
  .sg-best-sellers,
  .sg-club-info {
    margin-top: 12px;
  }

  .sg-best-sellers .products {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
  }

  .sg-best-sellers .products .product {
    width: 50%;
    padding: 0 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sg-promo-ticker__track {
    animation: none !important;
    transform: none !important;
  }
}
