.cjh-klub {
  color: #2f221e;
  background: #fff;
}

.cjh-klub h1,
.cjh-klub h2,
.cjh-klub h3 {
  font-family: "the-seasons", serif;
  color: #2f221e;
  margin: 0 0 0.6rem;
}

.cjh-klub p {
  font-family: Montserrat, sans-serif;
}

.cjh-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  padding: 6.5rem 0 4rem;
  color: #fff;
  overflow: hidden;
}

.cjh-hero__media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(47, 34, 30, 0.78) 0%, rgba(47, 34, 30, 0.35) 62%, rgba(47, 34, 30, 0.15) 100%),
    var(--cjh-hero-img) center / cover no-repeat;
}

.cjh-hero .container {
  position: relative;
  z-index: 1;
}

.cjh-hero__inner {
  max-width: 640px;
}

.cjh-hero h1,
.cjh-hero .cjh-kicker,
.cjh-hero .cjh-hero__lead {
  color: #fff;
}

.cjh-btn-light {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
  border-color: #fff !important;
}

.cjh-btn-light:hover {
  background: #fff !important;
  color: #2f221e !important;
}

.cjh-faces {
  padding: 1.25rem 0 0.5rem;
  background: #fff;
  margin-top: -2.4rem;
  position: relative;
  z-index: 2;
}

.cjh-faces__row {
  display: flex;
  justify-content: center;
  gap: 0;
}

.cjh-faces figure {
  width: 88px;
  height: 110px;
  margin: 0 0 0 -18px;
  border-radius: 12px;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 0 10px 24px rgba(47, 34, 30, 0.12);
  background: #f5f1ef;
}

.cjh-faces figure:first-child {
  margin-left: 0;
}

.cjh-faces figure:nth-child(even) {
  transform: translateY(10px);
}

.cjh-faces img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cjh-faces__caption {
  text-align: center;
  font-size: 0.85rem;
  margin-top: 1rem;
  opacity: 0.7;
}

.cjh-split__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.cjh-split__photo {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  min-height: 360px;
  background: #f5f1ef;
}

.cjh-split__photo img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
}

.cjh-split__content {
  background: #f5f1ef;
  border-radius: 16px;
  padding: 2rem;
}

.cjh-section#cjh-nagrody {
  background: #f5f1ef;
}

.cjh-reward {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #fff 0%, #f7f2ee 100%);
  border: 1px solid #eadfd8;
}

.cjh-reward__stamp {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  border: 1.5px dashed #c4a18c;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: "the-seasons", serif;
  font-size: 0.7rem;
  color: #8d6659;
  transform: rotate(12deg);
}

.cjh-kicker {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
}

.cjh-hero h1 {
  font-size: clamp(2.4rem, 5.4vw, 4.4rem);
  line-height: 1.15;
}

.cjh-hero__lead {
  font-size: 1.05rem;
  line-height: 1.5;
  max-width: 38rem;
  margin-bottom: 1.5rem;
}

.cjh-hero__actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.cjh-dash {
  padding: 2.5rem 0 1rem;
}

.cjh-dash__grid,
.cjh-ref__box,
.cjh-join__box {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 1.25rem;
}

.cjh-dash__main,
.cjh-dash__side,
.cjh-step,
.cjh-earn__card,
.cjh-reward,
.cjh-ref__box,
.cjh-join__box {
  background: #f5f1ef;
  border-radius: 8px;
  padding: 1.5rem 1.75rem;
}

.cjh-dash__side {
  background: #e8ddd6;
}

.cjh-dash__col {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  min-width: 0;
}

.cjh-dash__col > .cjh-dash__side {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.25rem 1.5rem;
}

.cjh-dash__news .cjh-side-title {
  margin-bottom: 0.2rem;
}

.cjh-dash__news .cjh-side-note {
  margin: 0.25rem 0 0;
}

.cjh-dash__news .cjh-news-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.45rem;
  margin: 0;
}

.cjh-dash__news .cjh-news-form__row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.5rem;
}

.cjh-dash__news .cjh-news-form input[type="email"] {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
}

.cjh-dash__news .cjh-news-form .btn {
  flex: 0 0 auto;
  width: auto !important;
  white-space: nowrap;
}

.cjh-news-form__check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  line-height: 1.35;
  color: #6d4f45;
  cursor: pointer;
}

.cjh-news-form__check input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
  margin: 0;
  padding: 0;
  border: 1.5px solid #4e3931;
  border-radius: 3px;
  background: #fff;
  display: grid;
  place-items: center;
}

.cjh-news-form__check input[type="checkbox"]:checked {
  background: #4e3931;
}

.cjh-news-form__check input[type="checkbox"]:checked::after {
  content: "";
  width: 0.28rem;
  height: 0.5rem;
  border: solid #fff;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg) translate(-0.5px, -0.5px);
}

.cjh-news-form__check a {
  color: inherit;
  text-decoration: underline;
}

.cjh-dash__news .cjh-news-form .cjh-side-note {
  margin: 0;
}

.cjh-side-value--sm {
  font-size: 1.15rem;
}

.cjh-done {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 0.35rem;
}

.cjh-done__mark {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #2f7d5c;
  color: #fff;
}

.cjh-done__mark svg {
  width: 16px;
  height: 16px;
}

.cjh-done__title {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #2f221e;
  margin: 0;
  line-height: 1.2;
}

.cjh-done__note {
  font-size: 0.82rem;
  color: #7a6660;
  margin: 0.15rem 0 0;
}

.cjh-hello {
  font-size: 1.1rem;
  margin-bottom: 0.35rem;
}

.cjh-points {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  margin-bottom: 0.5rem;
}

.cjh-points__label {
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.7;
}

.cjh-points__value {
  font-family: "the-seasons", serif;
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1.15;
}

.cjh-points-note,
.cjh-side-note {
  font-size: 0.875rem;
  margin: 0.5rem 0 1rem;
  opacity: 0.8;
}

.cjh-side-title {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.4rem;
}

.cjh-side-value {
  font-family: "the-seasons", serif;
  font-size: 1.6rem;
}

.cjh-klub .btn,
.cjh-klub button.btn {
  font-family: Montserrat, sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 0.25rem;
  padding: 0.6rem 1.15rem;
  border: 1px solid transparent;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.cjh-klub .btn-primary,
.cjh-klub button.btn-primary {
  color: #fff !important;
  background-color: #4e3931 !important;
  border-color: #4e3931 !important;
}

.cjh-klub .btn-primary:hover,
.cjh-klub button.btn-primary:hover {
  background-color: #2f221e !important;
  border-color: #2f221e !important;
}

.cjh-klub .btn-ghost,
.cjh-klub button.btn-ghost {
  color: #2f221e !important;
  background-color: #fff !important;
  border: 1px solid #2f221e !important;
}

.cjh-klub .btn-ghost:hover,
.cjh-klub button.btn-ghost:hover {
  background-color: #f5f1ef !important;
}

.cjh-klub .cjh-btn-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  background-color: transparent !important;
}

.cjh-klub .cjh-btn-icon:hover {
  background-color: #e8ddd6 !important;
}

.cjh-klub [id] {
  scroll-margin-top: 6rem;
}

.cjh-bday-form,
.cjh-copy,
.cjh-join-form {
  display: flex;
  gap: 0.5rem;
  flex-wrap: nowrap;
  align-items: center;
}

.cjh-bday-form {
  margin-top: 0.15rem;
}

.cjh-bday-form input[type="date"],
.cjh-bday-form input[type="email"] {
  flex: 1;
  min-width: 0;
}

.cjh-bday-form input,
.cjh-news-form input[type="email"],
.cjh-copy input,
.cjh-join-form input {
  border: 1px solid #e1d4d0;
  background: #fff;
  padding: 0.65rem 0.8rem;
  font-family: Montserrat, sans-serif;
  color: #2f221e;
  min-width: 0;
}

.cjh-copy input {
  flex: 1;
}

.cjh-section {
  padding: 3.5rem 0;
}

.cjh-section h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin-bottom: 1.5rem;
}

.cjh-steps,
.cjh-earn,
.cjh-rewards {
  display: grid;
  gap: 1rem;
}

.cjh-steps {
  grid-template-columns: repeat(4, 1fr);
}

.cjh-earn,
.cjh-rewards {
  grid-template-columns: repeat(3, 1fr);
}

.cjh-step span {
  display: block;
  font-size: 0.8rem;
  margin-bottom: 0.6rem;
  opacity: 0.6;
}

.cjh-earn__card {
  position: relative;
  background: #efe4dc;
  min-height: 160px;
}

.cjh-earn__card.is-done {
  background: #ece0d8;
}

.cjh-earn__done {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: #4e3931;
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
}

.cjh-earn__icon {
  margin-bottom: 0.8rem;
}

.cjh-reward {
  text-align: center;
}

.cjh-reward__zl {
  font-family: "the-seasons", serif;
  font-size: 2rem;
  margin-bottom: 0.25rem;
}

.cjh-reward__cost {
  font-size: 0.85rem;
  margin-bottom: 1rem;
}

.cjh-reward .cjh-redeem:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.cjh-reward.is-locked {
  filter: grayscale(1);
  opacity: 0.42;
  pointer-events: none;
}

.cjh-my-codes {
  margin-top: 2rem;
}

.cjh-my-codes h3 {
  margin-bottom: 0.85rem;
}

.cjh-my-codes ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.65rem;
}

.cjh-code {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  padding: 0.85rem 1rem;
  border-radius: 8px;
}

.cjh-code__main {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  flex: 1;
  min-width: 10rem;
}

.cjh-code__main strong {
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.04em;
}

.cjh-code__status {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.25rem 0.6rem;
}

.cjh-code.is-free {
  background: #efe4dc;
  box-shadow: inset 0 0 0 1.5px #4e3931;
}

.cjh-code.is-free .cjh-code__status {
  background: #4e3931;
  color: #fff;
}

.cjh-code.is-used {
  background: #f5f1ef;
  opacity: 0.65;
}

.cjh-code.is-used .cjh-code__main strong,
.cjh-code.is-used .cjh-code__main span {
  text-decoration: line-through;
}

.cjh-code.is-used .cjh-code__status {
  background: #d9cdc6;
  color: #6d4f45;
}

.cjh-join .container {
  max-width: 860px;
}

.cjh-tabs__nav {
  display: flex;
  gap: 0.35rem;
  margin: 0;
  border-bottom: 1px solid #e1d4d0;
  flex-wrap: wrap;
}

.cjh-tab {
  position: relative;
  font-family: Montserrat, sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.75rem 1.35rem;
  border: 1px solid transparent;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: transparent;
  color: #6d4f45;
  cursor: pointer;
  margin-bottom: -1px;
}

.cjh-tab:hover {
  color: #2f221e;
  background: #faf7f5;
}

.cjh-tab.is-active {
  background: #f5f1ef;
  border-color: #e1d4d0;
  color: #2f221e;
  font-weight: 600;
}

.cjh-tab.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: #f5f1ef;
}

.cjh-tabpanel {
  background: #f5f1ef;
  border: 1px solid #e1d4d0;
  border-top: 0;
  border-radius: 0 8px 8px 8px;
  padding: 1.75rem;
}

.cjh-tabpanel[hidden] {
  display: none;
}

.cjh-tabpanel .cjh-earn__card,
.cjh-tabpanel .cjh-reward {
  background: #fff;
}

.cjh-tabpanel .cjh-earn__card.is-done {
  background: #ece0d8;
}

.cjh-history {
  padding-top: 1rem;
  background: #fff;
}

.cjh-ref__box,
.cjh-join__box {
  display: block;
}

.cjh-copy-row {
  margin-top: 1rem;
}

.cjh-copy-row label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.4rem;
  font-size: 0.85rem;
}

.cjh-join-form {
  flex-direction: column;
  margin-top: 1.25rem;
}

.cjh-join-form label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.85rem;
  font-weight: 600;
}

.cjh-join-form button {
  width: fit-content;
}

.cjh-log {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cjh-log li {
  display: grid;
  grid-template-columns: 7rem 1fr auto;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #efe6e2;
  font-family: Montserrat, sans-serif;
}

.cjh-access-meta {
  font-size: 0.8rem;
  color: #8d6659;
  margin: 0.25rem 0 0.75rem;
}

.cjh-access-meta.is-expired {
  color: #9a3b2f;
}

.section_klub_promo {
  background: #f5f1ef;
}

.section_klub_promo .col_img img {
  border-radius: 16px;
}

.section_klub_promo .descriptio ul {
  align-items: stretch;
}

.section_klub_promo .descriptio ul li {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-height: 3.4em;
}

.section_klub_promo .descriptio ul li strong,
.section_klub_promo .descriptio ul li span {
  display: block;
}

.section_klub_promo .descriptio ul li span {
  color: #6d4f45;
  font-weight: 400;
  letter-spacing: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--klub a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%236d4f45' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='6'/%3E%3Cpath d='M8.2 13.5 7 22l5-3 5 3-1.2-8.5'/%3E%3C/svg%3E");
}

@media (max-width: 992px) {
  .cjh-dash__grid,
  .cjh-steps,
  .cjh-earn,
  .cjh-rewards,
  .cjh-split__grid {
    grid-template-columns: 1fr 1fr;
  }

  .cjh-faces figure {
    width: 68px;
    height: 86px;
    margin-left: -12px;
  }
}

@media (max-width: 640px) {
  .cjh-hero {
    min-height: 420px;
    padding: 4rem 0 2.5rem;
    align-items: flex-end;
  }

  .cjh-faces {
    margin-top: -1.2rem;
  }

  .cjh-dash__grid,
  .cjh-steps,
  .cjh-earn,
  .cjh-rewards,
  .cjh-split__grid,
  .cjh-log li {
    grid-template-columns: 1fr;
  }

  .cjh-faces figure:nth-child(n + 6) {
    display: none;
  }
}
