.ca-loyalty-info {
  padding: 24px 0 72px;
  background: #F7F5ED;
  position: relative;
  overflow: hidden;
}

.ca-loyalty-info__daisies {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.ca-loyalty-info__daisy-shell {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 124%;
  height: 124%;
  transform: translate(-50%, -50%) rotate(var(--ca-loyalty-info-daisy-rotate, 0deg));
  transform-origin: center;
}

.ca-loyalty-info__daisy {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.03;
}

.ca-loyalty-info__hero,
.ca-loyalty-info__section {
  position: relative;
  z-index: 1;
}

.ca-loyalty-info,
.ca-loyalty-info *::before,
.ca-loyalty-info *::after {
  border-radius: 5px;
}

.ca-loyalty-info__container {
  width: min(1100px, calc(100% - 40px));
  margin-inline: auto;
}

.ca-loyalty-info__hero {
  margin-bottom: 18px;
}

.ca-loyalty-info__hero .ca-loyalty-info__container {
  border: 0;
  background: transparent;
  box-shadow: inset 0 -1px 0 rgba(46, 46, 46, 0.28);
  padding: clamp(22px, 4vw, 44px);
}

.ca-loyalty-info__eyebrow {
  margin: 0 0 8px;
  font-family: "Geist", system-ui, sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2E2E2E;
}

.ca-loyalty-info__title {
  margin: 0;
  font-family: "Petrona", "Georgia", serif;
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1.05;
  color: var(--text);
}

.ca-loyalty-info__lead {
  margin: 10px 0 0;
  font-family: "Geist", system-ui, sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  color: #2E2E2E;
}

.ca-loyalty-info__cta {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  text-decoration: none;
  font-family: "Geist", system-ui, sans-serif;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--surface);
  background: var(--text);
  border-radius: 5px;
}

.ca-loyalty-info__cta:hover,
.ca-loyalty-info__cta:focus-visible {
  color: var(--text);
  background: #F0C99E;
}

.ca-loyalty-info__section {
  margin-top: 18px;
}

.ca-loyalty-info__section--alt .ca-loyalty-info__container {
  background: transparent;
  border: 0;
  box-shadow: inset 0 -1px 0 rgba(46, 46, 46, 0.28);
  padding: clamp(14px, 2vw, 20px);
}

.ca-loyalty-info__heading {
  margin: 0 0 10px;
  font-family: "Petrona", "Georgia", serif;
  font-size: clamp(1.25rem, 2.4vw, 1.9rem);
  font-weight: 500;
  color: var(--text);
}

.ca-loyalty-info__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ca-loyalty-info__grid--tiers {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ca-loyalty-info__grid--earn {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ca-loyalty-info__card {
  border: 0;
  background: transparent;
  box-shadow: inset 0 -1px 0 rgba(46, 46, 46, 0.28);
  padding: 14px 14px;
}

.ca-loyalty-info__card--seed {
  background: linear-gradient(145deg, rgba(236, 242, 250, 0.96) 0%, rgba(212, 227, 245, 0.92) 100%);
  box-shadow: none;
}

.ca-loyalty-info__card--leaf {
  background: linear-gradient(145deg, rgba(232, 242, 230, 0.96) 0%, rgba(213, 232, 203, 0.92) 100%);
  box-shadow: none;
}

.ca-loyalty-info__card--flower {
  background: linear-gradient(145deg, rgba(251, 238, 229, 0.96) 0%, rgba(248, 221, 198, 0.92) 100%);
  box-shadow: none;
}

.ca-loyalty-info__subheading {
  margin: 0;
  font-family: "Petrona", "Georgia", serif;
  font-size: 1.15rem;
  font-weight: 500;
}

.ca-loyalty-info__text {
  margin: 8px 0 0;
  font-family: "Geist", system-ui, sans-serif;
  font-size: 0.94rem;
  line-height: 1.5;
  color: #2E2E2E;
}

.ca-loyalty-info__list {
  margin: 8px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
  font-family: "Geist", system-ui, sans-serif;
  font-size: 0.92rem;
  line-height: 1.45;
}

.ca-loyalty-info__tier-lock-wrap {
  position: relative;
  min-height: 144px;
  margin-top: 10px;
}

.ca-loyalty-info__tier-ghost-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
  font-family: "Geist", system-ui, sans-serif;
  font-size: 0.92rem;
  line-height: 1.45;
  color: rgba(46, 46, 46, 0.72);
  filter: blur(3px);
  opacity: 0.9;
  user-select: none;
}

.ca-loyalty-info__tier-lock {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(3.2rem, 7vw, 4.4rem);
  line-height: 1;
}

.ca-loyalty-info__list--prices {
  list-style: none;
  padding-left: 0;
}

.ca-loyalty-info__list--prices li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid rgba(46, 46, 46, 0.28);
  padding: 6px 0;
}

.ca-loyalty-info__list--prices li strong {
  font-family: "Geist", system-ui, sans-serif;
  font-size: 0.86rem;
  letter-spacing: 0.01em;
}

.ca-loyalty-info__note {
  margin: 10px 0 0;
  font-family: "Geist", system-ui, sans-serif;
  font-size: 0.84rem;
  line-height: 1.45;
  color: #2E2E2E;
}

.ca-loyalty-info__earn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  width: 36px;
  height: 36px;
}

.ca-loyalty-info__earn-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.ca-loyalty-info__bonus-row {
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid rgba(46, 46, 46, 0.28);
}

.ca-loyalty-info__bonus-count {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.ca-loyalty-info__bonus-count img {
  width: 36px;
  height: 36px;
  display: block;
}

.ca-loyalty-info__bean-multiplier {
  font-family: "Geist", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #2E2E2E;
}

.ca-loyalty-info__bonus-flow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ca-loyalty-info__bonus-flow img {
  width: 36px;
  height: 36px;
  display: block;
}

.ca-loyalty-info__bonus-flow-handshake {
  font-size: 1.25rem;
  line-height: 1;
}

.ca-loyalty-info__bonus-plus {
  font-family: "Geist", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  color: #2E2E2E;
}

.ca-loyalty-info__bonus-text {
  margin: 4px 0 0;
  font-family: "Geist", system-ui, sans-serif;
  font-size: 0.88rem;
  line-height: 1.4;
  color: #2E2E2E;
}

.ca-loyalty-info__spend-tag {
  margin: 8px 0 0;
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border: 1px solid rgba(46, 46, 46, 0.28);
  font-family: "Geist", system-ui, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2E2E2E;
}

@media (max-width: 960px) {
  .ca-loyalty-info__grid,
  .ca-loyalty-info__grid--tiers {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .ca-loyalty-info__card {
    min-width: 0;
    padding: 12px;
  }

  .ca-loyalty-info__grid,
  .ca-loyalty-info__grid--earn,
  .ca-loyalty-info__grid--tiers {
    gap: 10px;
  }
}
