:root {
  --lbgh-red: #c91520;
  --lbgh-red-dark: #9f1019;
  --lbgh-gold: #c89b3c;
  --lbgh-ink: #25211f;
  --lbgh-muted: #6e6963;
  --lbgh-line: #e8dfcf;
}

.lbgh-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.lbgh-club-form-wrap,
.lbgh-news-panel,
.lbgh-newsletter-card {
  color: var(--lbgh-ink);
  font-family: Arial, Helvetica, sans-serif;
}

.lbgh-club-form-wrap {
  scroll-margin-top: 96px;
}

.lbgh-club-form {
  background: #fff;
  border: 1px solid var(--lbgh-line);
  border-top: 3px solid var(--lbgh-red);
  box-shadow: 0 18px 48px rgba(81, 48, 31, 0.09);
  padding: clamp(22px, 3.2vw, 42px);
}

.lbgh-club-form h2,
.lbgh-news-panel h2,
.lbgh-newsletter-card h2 {
  color: var(--lbgh-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.98;
  margin: 0 0 18px;
}

.lbgh-form-eyebrow {
  color: var(--lbgh-red);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.lbgh-form-row {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lbgh-club-form label,
.lbgh-club-form legend {
  color: var(--lbgh-ink);
  display: block;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.lbgh-club-form legend small {
  color: var(--lbgh-muted);
  display: block;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 5px;
  text-transform: none;
}

.lbgh-club-form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.lbgh-club-form input[type="text"],
.lbgh-club-form input[type="email"],
.lbgh-club-form input[type="tel"],
.lbgh-club-form select {
  appearance: none;
  background: #fff;
  border: 1px solid #d8d2ca;
  border-radius: 2px;
  color: var(--lbgh-ink);
  font: inherit;
  min-height: 48px;
  padding: 11px 13px;
  width: 100%;
}

.lbgh-club-form input:focus,
.lbgh-club-form select:focus,
.lbgh-newsletter-card input:focus {
  border-color: var(--lbgh-red);
  box-shadow: 0 0 0 3px rgba(201, 21, 32, 0.12);
  outline: 0;
}

.lbgh-channel-choice {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lbgh-channel-choice legend {
  flex-basis: 100%;
}

.lbgh-channel-choice label {
  align-items: center;
  border: 1px solid var(--lbgh-line);
  cursor: pointer;
  display: flex;
  gap: 7px;
  min-height: 42px;
  padding: 8px 14px;
  text-transform: none;
}

.lbgh-consent {
  align-items: flex-start;
  display: flex !important;
  font-size: 0.76rem !important;
  font-weight: 400 !important;
  gap: 9px;
  letter-spacing: 0 !important;
  line-height: 1.45;
  text-transform: none !important;
}

.lbgh-consent input {
  flex: 0 0 auto;
  margin-top: 3px;
}

.lbgh-club-form > button,
.lbgh-phone-form button,
.lbgh-newsletter-card button {
  background: var(--lbgh-red);
  border: 1px solid var(--lbgh-red);
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  min-height: 50px;
  padding: 12px 20px;
  text-transform: uppercase;
  width: 100%;
}

.lbgh-club-form > button:hover,
.lbgh-newsletter-card button:hover {
  background: var(--lbgh-red-dark);
}

.lbgh-privacy,
.lbgh-security-ready {
  color: var(--lbgh-muted);
  font-size: 0.74rem;
  line-height: 1.5;
  margin: 12px 0 0;
  text-align: center;
}

.lbgh-security-ready {
  background: #fbf8f1;
  border: 1px solid var(--lbgh-line);
  margin: 0 0 14px;
  padding: 10px;
}

.lbgh-form-message {
  background: #fff8e9;
  border-left: 4px solid var(--lbgh-gold);
  color: var(--lbgh-ink);
  margin: 0 0 18px;
  padding: 12px 15px;
}

.lbgh-member-cta {
  align-items: center;
  background: var(--lbgh-red);
  border: 1px solid var(--lbgh-red-dark);
  border-left: 4px solid var(--lbgh-gold);
  border-radius: 2px;
  bottom: max(18px, env(safe-area-inset-bottom));
  box-shadow: 0 12px 30px rgba(77, 20, 22, 0.22);
  color: #fff !important;
  display: inline-flex;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  gap: 9px;
  isolation: isolate;
  left: max(18px, env(safe-area-inset-left));
  letter-spacing: 0.08em;
  line-height: 1;
  min-height: 48px;
  overflow: hidden;
  padding: 12px 17px 12px 14px;
  position: fixed;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  z-index: 9998;
}

.lbgh-member-cta::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -30%;
  bottom: -30%;
  left: -42%;
  width: 25%;
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.82) 48%, rgba(200, 155, 60, 0.52) 58%, transparent 100%);
  transform: skewX(-18deg);
  animation: lbgh-member-sheen 4.8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  pointer-events: none;
}

.lbgh-member-cta > span {
  position: relative;
  z-index: 2;
}

.lbgh-member-cta-mark {
  animation: lbgh-member-jewel 2.8s ease-in-out infinite;
  background: var(--lbgh-gold);
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px var(--lbgh-gold);
  height: 8px;
  width: 8px;
}

.lbgh-member-cta:hover {
  background: var(--lbgh-red-dark);
  box-shadow: 0 15px 34px rgba(77, 20, 22, 0.27);
  color: #fff;
  transform: translateY(-2px);
}

.lbgh-member-cta:focus-visible {
  outline: 3px solid var(--lbgh-gold);
  outline-offset: 3px;
}

.lbgh-admin-portal-shortcut {
  align-items: center;
  background: #fff;
  border: 1px solid var(--lbgh-red);
  border-right: 0;
  border-radius: 999px 0 0 999px;
  box-shadow: 0 10px 26px rgba(45, 35, 30, 0.16);
  color: var(--lbgh-red) !important;
  display: inline-flex;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  gap: 8px;
  letter-spacing: 0.08em;
  line-height: 1;
  min-height: 40px;
  padding: 10px 15px;
  position: fixed;
  right: 0;
  text-decoration: none !important;
  text-transform: uppercase;
  top: calc(32px + 18px);
  transition: background-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
  white-space: nowrap;
  z-index: 9998;
}

.lbgh-admin-profile-emoji {
  font-size: 1rem;
  line-height: 1;
}

.lbgh-admin-portal-shortcut:hover {
  background: var(--lbgh-red);
  box-shadow: 0 13px 30px rgba(77, 20, 22, 0.22);
  color: #fff !important;
  transform: translateY(-2px);
}

.lbgh-admin-portal-shortcut:focus-visible {
  outline: 3px solid var(--lbgh-gold);
  outline-offset: 3px;
}

@keyframes lbgh-member-sheen {
  0%,
  58% {
    transform: translateX(0) skewX(-18deg);
  }

  78%,
  100% {
    transform: translateX(850%) skewX(-18deg);
  }
}

@keyframes lbgh-member-jewel {
  0%,
  100% {
    box-shadow: 0 0 0 2px var(--lbgh-gold), 0 0 0 rgba(255, 255, 255, 0);
  }

  50% {
    box-shadow: 0 0 0 2px var(--lbgh-gold), 0 0 12px rgba(255, 255, 255, 0.82);
  }
}

.lbgh-news-panel {
  background: #fff;
  border: 1px solid var(--lbgh-gold);
  padding: clamp(22px, 3vw, 34px);
}

.lbgh-news-heading {
  border-bottom: 1px solid var(--lbgh-line);
  padding-bottom: 18px;
}

.lbgh-news-heading span {
  color: var(--lbgh-muted);
  display: block;
  font-size: 0.78rem;
}

.lbgh-news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lbgh-news-list li {
  border-bottom: 1px solid var(--lbgh-line);
  display: grid;
  gap: 16px;
  grid-template-columns: 100px minmax(0, 1fr);
  padding: 17px 0;
}

.lbgh-news-list li > div {
  border-right: 1px solid var(--lbgh-line);
  padding-right: 12px;
}

.lbgh-news-list strong,
.lbgh-news-list time,
.lbgh-news-list li > div span {
  display: block;
  font-size: 0.68rem;
}

.lbgh-news-list strong {
  color: var(--lbgh-red);
  letter-spacing: 0.06em;
}

.lbgh-news-list time,
.lbgh-news-list li > div span {
  color: var(--lbgh-muted);
  margin-top: 5px;
}

.lbgh-news-list a {
  color: var(--lbgh-ink);
  display: flex;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.14rem;
  font-weight: 600;
  gap: 10px;
  justify-content: space-between;
  line-height: 1.15;
  text-decoration: none;
}

.lbgh-news-list a:hover {
  color: var(--lbgh-red);
}

.lbgh-news-list i {
  color: var(--lbgh-red);
  font-family: Arial, sans-serif;
  font-style: normal;
}

.lbgh-news-source {
  color: var(--lbgh-red);
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 800;
  gap: 7px;
  letter-spacing: 0.05em;
  margin-top: 18px;
  text-transform: uppercase;
}

.lbgh-news-empty {
  color: var(--lbgh-muted);
  line-height: 1.6;
  padding: 18px 0 0;
}

.lbgh-newsletter-card {
  background: #fff;
  border: 1px solid var(--lbgh-line);
  border-top: 3px solid var(--lbgh-red);
  padding: clamp(22px, 3vw, 30px);
}

.lbgh-newsletter-card > p:not(.lbgh-form-eyebrow) {
  color: var(--lbgh-muted);
  line-height: 1.5;
}

.lbgh-newsletter-row {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.lbgh-newsletter-card input[type="email"] {
  border: 1px solid #d8d2ca;
  border-radius: 2px;
  min-height: 48px;
  padding: 11px 13px;
  width: 100%;
}

.lbgh-newsletter-card button {
  min-height: 48px;
  width: auto;
}

.lbgh-newsletter-card .lbgh-consent {
  margin-top: 12px;
}

.lbgh-ad-slot {
  background: #fff;
  border: 1px solid var(--lbgh-line);
  margin: 22px 0;
  min-height: 90px;
  padding: 12px;
  text-align: center;
}

.lbgh-ad-slot > span,
.lbgh-ad-placeholder {
  color: #8a8580;
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.lbgh-sponsor-card {
  align-items: center;
  background: #fff;
  border: 1px solid var(--lbgh-line);
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(72px, 0.34fr) minmax(0, 1fr);
  margin-top: 22px;
  padding: 16px;
  position: relative;
}

.lbgh-sponsor-card > img {
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.lbgh-sponsor-disclosure {
  color: var(--lbgh-muted);
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  position: absolute;
  right: 10px;
  text-transform: uppercase;
  top: 8px;
}

.lbgh-sponsor-card strong {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  padding-right: 62px;
}

.lbgh-sponsor-card p {
  color: var(--lbgh-muted);
  font-size: 0.78rem;
  line-height: 1.45;
  margin: 5px 0 8px;
}

.lbgh-sponsor-card a {
  color: var(--lbgh-red);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lbgh-sponsor-placeholder {
  border: 1px dashed var(--lbgh-gold);
  color: var(--lbgh-muted);
  font-size: 0.74rem;
  margin-top: 20px;
  padding: 16px;
}

.lbgh-story-stream {
  --lbgh-stream-card: clamp(230px, 24vw, 330px);
  background: #fff;
  border-bottom: 1px solid var(--lbgh-line);
  border-top: 1px solid var(--lbgh-line);
  color: var(--lbgh-ink);
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
  padding: 24px 0 30px;
}

.lbgh-story-stream-heading {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto 18px;
  max-width: 1440px;
  padding: 0 clamp(18px, 4vw, 64px);
}

.lbgh-story-stream-heading span {
  color: var(--lbgh-red);
  display: block;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lbgh-story-stream-heading h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  line-height: 1;
  margin: 4px 0 0;
}

.lbgh-story-stream-heading > div:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lbgh-story-stream-heading a,
.lbgh-story-stream-heading button {
  background: #fff;
  border: 1px solid var(--lbgh-line);
  color: var(--lbgh-ink);
  cursor: pointer;
  font-size: 0.68rem;
  font-weight: 800;
  min-height: 38px;
  padding: 10px 13px;
  text-decoration: none;
  text-transform: uppercase;
}

.lbgh-story-stream-heading a:hover,
.lbgh-story-stream-heading button:hover {
  border-color: var(--lbgh-red);
  color: var(--lbgh-red);
}

.lbgh-story-stream-window {
  overflow: hidden;
}

.lbgh-story-stream-track {
  animation: lbgh-story-scroll 54s linear infinite;
  display: flex;
  width: max-content;
  will-change: transform;
}

.lbgh-story-stream.is-paused .lbgh-story-stream-track,
.lbgh-story-stream:hover .lbgh-story-stream-track,
.lbgh-story-stream:focus-within .lbgh-story-stream-track {
  animation-play-state: paused;
}

.lbgh-story-stream-set {
  display: flex;
  gap: 14px;
  padding-right: 14px;
}

.lbgh-story-stream-set a {
  color: var(--lbgh-ink);
  display: grid;
  flex: 0 0 var(--lbgh-stream-card);
  grid-template-columns: 78px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  text-decoration: none;
  width: var(--lbgh-stream-card);
}

.lbgh-story-stream-set img {
  aspect-ratio: 4 / 3;
  grid-row: 1 / 3;
  height: 100%;
  object-fit: cover;
  width: 68px;
}

.lbgh-story-stream-set span {
  color: var(--lbgh-red);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding-top: 5px;
  text-transform: uppercase;
}

.lbgh-story-stream-set strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1rem;
  line-height: 1.12;
  padding-right: 12px;
}

@keyframes lbgh-story-scroll {
  to {
    transform: translateX(-50%);
  }
}

.lbgh-ad-placeholder {
  border: 1px dashed #c8c1b7;
  margin: 20px 0;
  padding: 22px;
}

@media (max-width: 640px) {
  .lbgh-admin-portal-shortcut {
    right: 0;
    top: calc(46px + 10px);
  }

  .lbgh-member-cta {
    bottom: max(12px, env(safe-area-inset-bottom));
    left: max(12px, env(safe-area-inset-left));
    min-height: 46px;
    padding: 11px 14px 11px 12px;
  }

  .lbgh-form-row,
  .lbgh-newsletter-row {
    grid-template-columns: 1fr;
  }

  .lbgh-news-list li {
    grid-template-columns: 78px minmax(0, 1fr);
  }

  .lbgh-newsletter-card button {
    width: 100%;
  }

  .lbgh-story-stream-heading {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lbgh-member-cta {
    transition: none;
  }

  .lbgh-member-cta::before,
  .lbgh-member-cta-mark {
    animation: none;
  }

  .lbgh-member-cta:hover {
    transform: none;
  }

  .lbgh-admin-portal-shortcut {
    transition: none;
  }

  .lbgh-admin-portal-shortcut:hover {
    transform: none;
  }

  .lbgh-story-stream-track {
    animation: none;
  }
}
