/** Shopify CDN: Minification failed

Line 1959:0 All "@import" rules must come first

**/
/* KOOLLIA Summer Sale visual skin. */
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800;900&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&display=swap');

.kll-june-page {
  --kll-june-ink: #111827;
  --kll-june-muted: #6b7280;
  --kll-june-paper: #ffffff;
  --kll-june-soft: #ffffff;
  --kll-june-line: rgba(17, 24, 39, 0.08);
  --kll-june-gold: #ff7555;
  --kll-june-gold-hover: #e65c3c;
  --kll-june-aqua: #38ebd3;
  --kll-june-aqua-deep: #1fb3a0;
  --kll-june-sun: #ffd166;
  --kll-june-sand: #fff8ee;
  --kll-june-white: #ffffff;
  --font-heading-family: "Playfair Display", "Times New Roman", Times, serif;
  --font-body-family: "Jost", "Inter", -apple-system, sans-serif;

  overflow: visible;
  color: var(--kll-june-ink);
  background-color: var(--kll-june-paper);
  font-family: var(--font-body-family);
  -webkit-font-smoothing: antialiased;
}

.kll-june-page *,
.kll-june-page *::before,
.kll-june-page *::after {
  box-sizing: border-box;
}

.kll-june-kicker {
  display: block;
  margin: 0 0 0.75rem;
  color: var(--kll-june-muted);
  font-family: var(--font-body-family);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* The hero already announces the event via the brand pill, so its duplicate kicker stays hidden there only */
.kll-june-hero .kll-june-kicker {
  display: none;
}

.kll-june-kicker--center {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  margin: 0 auto 1.25rem;
  color: var(--kll-june-ink);
  font-family: var(--font-body-family);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.kll-june-kicker--center::before,
.kll-june-kicker--center::after {
  content: "";
  width: 30px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--kll-june-gold));
}

.kll-june-kicker--center::after {
  background: linear-gradient(90deg, var(--kll-june-aqua), transparent);
}

/* Typography Overrides */
.kll-june-campaign h2,
.kll-june-shop h2,
.kll-june-reward-card h3,
.kll-june-faq h2 {
  margin: 0;
  color: var(--kll-june-ink);
  font-family: var(--font-heading-family);
  font-weight: 400;
  letter-spacing: 0.02em;
}

/* =========================================
   1. HERO BANNER (TEXT ONLY, SUMMER REFRESH)
   ========================================= */
.kll-june-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  padding: 4rem max(1.5rem, calc((100vw - 1400px) / 2)) 5.5rem;
  background: linear-gradient(180deg, #eafcf8 0%, #fdfbf4 50%, #ffffff 100%);
  text-align: center;
}

.kll-june-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.kll-june-hero__bg-image {
  position: absolute;
  inset: -8%;
  background-image: var(--kll-hero-image, none);
  background-size: cover;
  background-position: center;
  opacity: 0.14;
  filter: blur(10px) saturate(1.05);
  transform: scale(1.05);
}

.kll-june-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(64px);
}

.kll-june-hero__orb--aqua {
  top: -12%;
  left: -8%;
  width: clamp(220px, 30vw, 460px);
  height: clamp(220px, 30vw, 460px);
  background: radial-gradient(circle at 32% 32%, rgba(56, 235, 211, 0.55), rgba(56, 235, 211, 0) 70%);
}

.kll-june-hero__orb--coral {
  right: -10%;
  bottom: -18%;
  width: clamp(260px, 34vw, 520px);
  height: clamp(260px, 34vw, 520px);
  background: radial-gradient(circle at 65% 35%, rgba(255, 117, 85, 0.36), rgba(255, 117, 85, 0) 70%);
}

.kll-june-hero__orb--sun {
  top: 12%;
  right: 16%;
  width: clamp(110px, 13vw, 200px);
  height: clamp(110px, 13vw, 200px);
  background: radial-gradient(circle, rgba(255, 209, 102, 0.6), rgba(255, 209, 102, 0) 72%);
}

.kll-june-hero__wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 1;
  display: block;
  width: 100%;
  height: 44px;
  fill: #ffffff;
}

.kll-june-hero__container--text-only {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: min(600px, 70svh);
  border-radius: 0;
  box-shadow: none;
}

.kll-june-hero__content-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  text-align: center;
  width: 100%;
}

.kll-june-hero__pill-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.75rem;
}

.kll-june-hero__brand {
  font-family: var(--font-body-family);
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  color: var(--kll-june-ink);
  text-transform: uppercase;
}

.kll-june-hero__pill {
  display: inline-block;
  background: linear-gradient(135deg, var(--kll-june-aqua), var(--kll-june-aqua-deep));
  color: var(--kll-june-white);
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  box-shadow: 0 6px 18px rgba(31, 179, 160, 0.35);
}

.kll-june-hero h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0.5rem 0 1.5rem;
  line-height: 1;
}

.kll-june-hero__title-top {
  font-family: var(--font-heading-family);
  font-style: italic;
  font-weight: 700;
  font-size: clamp(4rem, 9vw, 7rem);
  color: var(--kll-june-ink);
  letter-spacing: -0.02em;
}

.kll-june-hero__title-bottom {
  font-family: var(--font-body-family);
  font-weight: 900;
  font-size: clamp(3.5rem, 8vw, 6rem);
  color: var(--kll-june-gold);
  background: linear-gradient(120deg, var(--kll-june-gold) 10%, #ff9a5c 50%, var(--kll-june-gold) 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin-top: -0.2em;
  filter: drop-shadow(0 14px 30px rgba(255, 117, 85, 0.28));
}

.kll-june-hero__desc {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--kll-june-ink);
  font-weight: 500;
  max-width: 32rem;
  margin: 0 auto 2.5rem;
}

.kll-june-hero__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .kll-june-hero__actions {
    flex-direction: row;
    gap: 2rem;
  }
}

.kll-june-btn-primary--coral {
  background: linear-gradient(135deg, #ff9466, var(--kll-june-gold));
  color: var(--kll-june-white);
  padding: 1.25rem 3rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(255, 117, 85, 0.32);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.kll-june-btn-primary--coral:hover {
  background: linear-gradient(135deg, var(--kll-june-gold), var(--kll-june-gold-hover));
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(255, 117, 85, 0.42);
}

.kll-june-scroll--text {
  position: relative;
  background: transparent;
  color: var(--kll-june-ink);
  border: none;
  box-shadow: none;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.5rem;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  transition: border-color 0.3s ease, color 0.3s ease;
}
.kll-june-scroll--text:hover {
  background: transparent;
  box-shadow: none;
  transform: translateY(0);
  color: var(--kll-june-aqua-deep);
  border-bottom-color: var(--kll-june-aqua-deep);
}


/* =========================================
   2. CAMPAIGN / SECOND SCREEN
   ========================================= */
.kll-june-campaign {
  position: relative;
  width: min(100% - 3rem, 1200px);
  margin: 0 auto;
  padding: 6rem 0;
  overflow-x: clip;
}

.kll-june-campaign::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 50%;
  z-index: 0;
  width: min(900px, 100%);
  height: 420px;
  background: radial-gradient(closest-side, rgba(56, 235, 211, 0.1), rgba(56, 235, 211, 0) 75%);
  transform: translateX(-50%);
  pointer-events: none;
}

.kll-june-campaign__header,
.kll-june-campaign__editorial,
.kll-june-campaign__actions {
  position: relative;
  z-index: 1;
}

.kll-june-campaign__header {
  text-align: center;
  margin-bottom: 5rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.kll-june-campaign h2 {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.kll-june-campaign__subtitle {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--kll-june-muted);
  font-weight: 400;
}

.kll-june-campaign__editorial {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.kll-june-reward-card {
  position: relative;
  background: var(--kll-june-white);
  border: 1px solid var(--kll-june-line);
  padding: 2.5rem;
  border-radius: 20px;
  box-shadow: 0 24px 48px -28px rgba(17, 24, 39, 0.16);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

@media (min-width: 990px) {
  .kll-june-reward-card {
    padding: 3.5rem;
  }
}

.kll-june-reward-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px -28px rgba(17, 24, 39, 0.22);
}

.kll-june-reward-card--highlight {
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f2fffb 100%);
  text-align: center;
  border: 1px solid rgba(56, 235, 211, 0.18);
}

.kll-june-reward-card--highlight::before {
  content: "";
  position: absolute;
  top: -45%;
  left: 50%;
  width: 60%;
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(255, 209, 102, 0.28), rgba(255, 209, 102, 0) 70%);
  transform: translateX(-50%);
  pointer-events: none;
}

.kll-june-reward-card--highlight .kll-june-reward-card__content {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}

.kll-june-reward-card--split {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 990px) {
  .kll-june-reward-card--split {
    flex-direction: row;
    justify-content: space-between;
  }
  .kll-june-reward-card--reverse {
    flex-direction: row-reverse;
  }
  .kll-june-reward-card__content {
    flex: 1;
    max-width: 50%;
  }
  .kll-june-reward-card__visual {
    flex: 1;
    max-width: 45%;
  }
}

.kll-june-reward-card__num {
  display: block;
  font-family: var(--font-heading-family);
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 0.5rem;
  color: rgba(17, 24, 39, 0.14);
  background: linear-gradient(135deg, rgba(255, 117, 85, 0.55), rgba(56, 235, 211, 0.55));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.kll-june-reward-card__label {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--kll-june-ink);
  margin-bottom: 1.5rem;
}

.kll-june-reward-card h3 {
  font-size: 2.2rem;
  line-height: 1.25;
  margin-bottom: 1.25rem;
}

.kll-june-reward-card p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--kll-june-muted);
  font-weight: 400;
  margin-bottom: 2rem;
}

.kll-june-reward-card__visual {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0;
  background: var(--kll-june-sand);
  border: 1px solid var(--kll-june-line);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 24px 50px -26px rgba(17, 24, 39, 0.28);
}

.kll-june-reward-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.kll-june-reward-card:hover .kll-june-reward-card__visual img {
  transform: scale(1.05);
}

.kll-june-reward-card__badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--kll-june-gold-hover);
  font-family: var(--font-body-family);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.12);
}

.kll-june-reward__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--kll-june-gold);
  text-decoration: none;
  border-bottom: 1px solid var(--kll-june-gold);
  padding-bottom: 4px;
  transition: color 0.3s ease, border-color 0.3s ease, gap 0.3s ease;
}

.kll-june-reward__link::after {
  content: "\2192";
  transition: transform 0.3s ease;
}

.kll-june-reward__link:hover {
  gap: 0.6rem;
  color: var(--kll-june-ink);
  border-color: var(--kll-june-ink);
}

.kll-june-reward-card__fallback {
  font-family: var(--font-heading-family);
  font-size: 1.5rem;
  color: var(--kll-june-aqua-deep);
  text-align: center;
}

.kll-june-campaign__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  margin-top: 5rem;
}

@media (min-width: 768px) {
  .kll-june-campaign__actions {
    flex-direction: row;
    justify-content: center;
  }
}

.kll-june-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 3rem;
  background: var(--kll-june-ink);
  color: var(--kll-june-white);
  border: none;
  font-family: var(--font-body-family);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 14px 28px -16px rgba(17, 24, 39, 0.45);
  transition: background-color 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
}

.kll-june-btn-primary:hover {
  background: var(--kll-june-gold);
  transform: translateY(-3px);
  box-shadow: 0 18px 34px -14px rgba(255, 117, 85, 0.5);
}

.kll-june-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.1rem 3rem;
  background: transparent;
  color: var(--kll-june-ink);
  border: 1px solid var(--kll-june-ink);
  font-family: var(--font-body-family);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}

.kll-june-btn-secondary:hover {
  background: var(--kll-june-ink);
  color: var(--kll-june-white);
}

.kll-june-shop {
  position: relative;
  width: 100%;
  padding: 5.5rem max(1.5rem, calc((100vw - 1320px) / 2));
  background: linear-gradient(180deg, #f3fbf8 0%, #f5f6f7 40%);
  overflow: hidden;
}

.kll-june-shop::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -80px;
  z-index: 0;
  width: clamp(220px, 32vw, 460px);
  height: clamp(220px, 32vw, 460px);
  border-radius: 50%;
  background: radial-gradient(circle at 60% 40%, rgba(56, 235, 211, 0.18), rgba(56, 235, 211, 0) 70%);
  filter: blur(40px);
  pointer-events: none;
}

.kll-june-shop__head,
.kll-june-shop__layout {
  position: relative;
  z-index: 1;
}

.kll-june-shop__head {
  max-width: 760px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.kll-june-shop__head h2 {
  position: relative;
  display: inline-block;
  margin-top: 0;
  padding-bottom: 0.85rem;
  font-size: clamp(2.2rem, 4.5vw, 3.2rem);
  line-height: 1.15;
}

.kll-june-shop__head h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 64px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--kll-june-gold), var(--kll-june-aqua));
  transform: translateX(-50%);
}

.kll-june-shop__head .kll-june-kicker,
.kll-june-faq__head .kll-june-kicker {
  text-align: center;
  color: var(--kll-june-gold);
}

.kll-june-shop__head > p {
  max-width: 40rem;
  margin: 1rem auto 0;
  color: var(--kll-june-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.kll-june-shop__layout {
  display: grid;
  gap: 2rem;
  align-items: start;
}

/* Grid children must be allowed to shrink, otherwise the nowrap tab row
   gives the main column a large min-content width and pushes the whole
   shop section wider than the viewport (clipping the right product column
   and the cart rail on mobile). */
.kll-june-shop__layout > * {
  min-width: 0;
}

.kll-june-shop__main {
  min-width: 0;
}

.kll-june-tabs {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin: 0 0 1.5rem;
  overflow-x: auto;
  padding: 0.25rem 0 1rem;
  scrollbar-width: none;
}

.kll-june-tabs::-webkit-scrollbar { display: none; }

.kll-june-tabs button {
  min-height: 44px;
  flex: 0 0 auto;
  border: 1px solid rgba(17, 19, 26, 0.12);
  border-radius: 4px;
  padding: 0.75rem 1.25rem;
  color: var(--kll-june-muted);
  background: #fff;
  font: inherit;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.35s ease, background 0.35s ease, color 0.35s ease, box-shadow 0.35s ease;
}

.kll-june-tabs button:hover {
  transform: translateY(-2px);
  color: var(--kll-june-ink);
  background: #fff;
  box-shadow: 0 10px 22px rgba(17, 19, 26, 0.08);
}

.kll-june-tabs button.is-active {
  color: #fff;
  background: var(--kll-june-ink);
  border-color: var(--kll-june-ink);
  box-shadow: 0 8px 24px rgba(16, 24, 39, 0.15);
}

.kll-june-waterfall {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

.kll-june-product,
.kll-june-view-card,
.kll-june-empty {
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 19, 26, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
  transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.45s ease;
}

.kll-june-product[hidden],
.kll-june-view-card[hidden],
.kll-june-empty[hidden] { display: none; }

.kll-june-product:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(17, 19, 26, 0.1);
}

.kll-june-product__media {
  display: block;
  overflow: hidden;
  border-radius: 0;
  background: #f2f3f5;
  aspect-ratio: 1 / 1;
}

.kll-june-product__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.5s ease;
}

.kll-june-product__media:hover .kll-june-product__image,
.kll-june-product__media:focus-visible .kll-june-product__image {
  transform: scale(1.035);
}

.kll-june-product__emoji {
  display: grid;
  width: 100%;
  min-height: 12rem;
  place-items: center;
  background: rgba(255, 255, 255, 0.72);
  color: var(--kll-june-muted);
  font-size: 2rem;
}

.kll-june-product__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1.1rem;
}

.kll-june-product__body p {
  margin: 0;
  color: var(--kll-june-muted);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 1.35;
}

.kll-june-product h3 {
  display: -webkit-box;
  min-height: 2.55em;
  overflow: hidden;
  font-family: var(--font-body-family);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.28;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.kll-june-product h3 a { color: inherit; text-decoration: none; }
.kll-june-product h3 a:hover { color: var(--kll-june-gold); }

.kll-june-product__body span {
  display: block;
  color: var(--kll-june-ink);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.4;
}

.kll-june-product__body button {
  width: 100%;
  min-height: 48px;
  margin-top: auto;
  border: 0;
  border-radius: 4px;
  padding: 0.75rem 1rem;
  color: #fff;
  background: var(--kll-june-ink);
  font: inherit;
  font-size: 0.8125rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease, opacity 0.25s ease;
}

.kll-june-product__body button:hover:not(:disabled) {
  transform: translateY(-2px);
  background: var(--kll-june-gold);
}

.kll-june-product__body button:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.kll-june-product__body button.is-added {
  background: var(--kll-june-aqua);
}

.kll-june-view-card {
  display: grid;
  min-height: 14rem;
  place-items: center;
  padding: 2rem;
  color: #fff;
  background: var(--kll-june-ink);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}

.kll-june-empty {
  min-height: 12rem;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  color: var(--kll-june-muted);
  font-size: 0.9375rem;
  line-height: 1.6;
  text-align: center;
}

.kll-june-cart-rail {
  position: relative;
  z-index: 10;
  display: grid;
  gap: 1rem;
  border: 1px solid rgba(17, 19, 26, 0.12);
  border-radius: 8px;
  padding: 1.25rem;
  color: var(--kll-june-ink);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(17, 19, 26, 0.09);
  transition: top 0.15s ease, padding 180ms ease, grid-template-columns 180ms ease, box-shadow 0.3s ease;
}

.kll-june-page.is-reward-fixed .kll-june-cart-rail {
  position: fixed;
  top: var(--kll-reward-top, 0.75rem);
  left: max(1rem, calc((100vw - 1280px) / 2));
  right: max(1rem, calc((100vw - 1280px) / 2));
  z-index: 999;
  width: auto;
  box-shadow: 0 20px 46px rgba(17, 19, 26, 0.16);
}

.kll-june-page.is-reward-fixed .kll-june-shop__main { padding-top: 4.5rem; }

.kll-june-cart-rail__top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: baseline;
}

.kll-june-cart-rail__top p,
.kll-june-cart-rail__items p {
  margin: 0;
  color: var(--kll-june-muted);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 1.45;
}

.kll-june-cart-rail__top strong {
  color: var(--kll-june-ink);
  font-family: var(--font-heading-family);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.kll-june-cart-rail__progress { margin: 0; min-width: 0; }

.kll-june-cart-rail__progress span {
  display: block;
  color: var(--kll-june-ink);
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.45;
}

.kll-june-cart-rail__milestones {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.5rem;
  color: var(--kll-june-muted);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.3;
}

.kll-june-cart-rail__milestones span {
  min-width: 0;
  flex: 1 1 50%;
  word-wrap: break-word;
}

.kll-june-cart-rail__milestones span:last-child {
  text-align: right;
}

.kll-june-cart-rail__track {
  height: 8px;
  margin: 0.875rem 0;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(17, 19, 26, 0.08);
}

.kll-june-cart-rail__track i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--kll-june-gold), var(--kll-june-aqua));
  box-shadow: 0 0 18px rgba(66, 200, 207, 0.32);
}

.kll-june-cart-rail__items {
  display: none;
  gap: 0.35rem;
  max-height: 16rem;
  margin-top: 0;
  overflow: auto;
}

.kll-june-cart-rail__gift {
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 1fr);
  gap: 0.9rem;
  align-items: center;
  color: var(--kll-june-muted);
  text-decoration: none;
}

.kll-june-cart-rail__gift-media {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(17, 19, 26, 0.1);
  border-radius: 6px;
  background: #f4f5f6;
  aspect-ratio: 1 / 1;
}

.kll-june-cart-rail__gift-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kll-june-cart-rail__gift-copy { display: grid; gap: 0.2rem; min-width: 0; }

.kll-june-cart-rail__gift-copy span {
  color: var(--kll-june-gold);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 1.25;
}

.kll-june-cart-rail__gift-copy strong {
  color: var(--kll-june-ink);
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.25;
}

.kll-june-cart-rail__gift-copy em {
  color: var(--kll-june-muted);
  font-size: 0.8125rem;
  font-style: normal;
  line-height: 1.3;
}

.kll-june-cart-rail__notice {
  margin: 0.25rem 0 0;
  color: var(--kll-june-muted);
  font-size: 0.75rem;
  line-height: 1.45;
}

.kll-june-faq {
  width: min(100% - 3rem, 900px);
  margin: 0 auto;
  padding: 6rem 0;
}

.kll-june-faq__head {
  margin: 0 auto 3rem;
  text-align: center;
}

.kll-june-faq__head h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 0.85rem;
  font-size: clamp(2.2rem, 4.5vw, 3rem);
  line-height: 1.15;
}

.kll-june-faq__head h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 64px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--kll-june-gold), var(--kll-june-aqua));
  transform: translateX(-50%);
}

.kll-june-faq__list {
  display: grid;
  gap: 1rem;
}

.kll-june-faq__item {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--kll-june-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 30px -24px rgba(17, 19, 26, 0.3);
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.kll-june-faq__item:hover {
  border-color: rgba(56, 235, 211, 0.4);
  box-shadow: 0 18px 36px -22px rgba(17, 19, 26, 0.32);
}

.kll-june-faq__item.is-open {
  border-color: rgba(255, 117, 85, 0.35);
}

.kll-june-faq__item.is-open::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--kll-june-gold), var(--kll-june-aqua));
}

.kll-june-faq__question {
  display: flex;
  width: 100%;
  min-height: 4.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 0;
  padding: 1.5rem 1.75rem;
  color: var(--kll-june-ink);
  background: transparent;
  font-family: var(--font-heading-family);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

.kll-june-faq__question span:first-child { min-width: 0; }

.kll-june-faq__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 50%;
  background: rgba(255, 117, 85, 0.1);
  color: var(--kll-june-gold);
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1;
  transition: transform 220ms ease, background 220ms ease, color 220ms ease;
}

.kll-june-faq__item.is-open .kll-june-faq__icon {
  transform: rotate(45deg);
  background: var(--kll-june-gold);
  color: #fff;
}

.kll-june-faq__answer { max-height: 0; overflow: hidden; transition: max-height 260ms ease; }

.kll-june-faq__answer p {
  margin: 0;
  max-width: 56rem;
  padding: 0 1.75rem;
  color: var(--kll-june-muted);
  font-size: 0.9375rem;
  line-height: 1.7;
}

.kll-june-faq__answer p + p { margin-top: 0.7rem; }
.kll-june-faq__answer p:last-child { padding-bottom: 1.75rem; }

.kll-june-faq__item.is-open .kll-june-faq__answer { max-height: 60rem; }

.kll-june-hero__pill-wrapper,
.kll-june-hero__desc,
.kll-june-hero__actions > *,
.kll-june-scroll,
.kll-june-reward-card,
.kll-june-product,
.kll-june-view-card,
.kll-june-cart-rail,
.kll-june-faq__item {
  will-change: transform, opacity;
}

.kll-june-btn-primary:focus-visible,
.kll-june-btn-secondary:focus-visible,
.kll-june-scroll:focus-visible,
.kll-june-tabs button:focus-visible,
.kll-june-product__body button:focus-visible,
.kll-june-faq__question:focus-visible,
.kll-june-reward__link:focus-visible,
.kll-june-product a:focus-visible {
  outline: 3px solid rgba(245, 103, 71, 0.42);
  outline-offset: 3px;
}

@media screen and (min-width: 750px) {
  .kll-june-waterfall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kll-june-cart-rail {
    grid-template-columns: auto minmax(0, 1fr) minmax(16rem, 0.72fr);
    align-items: center;
    gap: 1.25rem;
    padding: 1.25rem 1.5rem;
  }

  .kll-june-page.is-reward-fixed .kll-june-shop__main { padding-top: 4.75rem; }
  .kll-june-cart-rail__items { display: grid; max-height: 5.25rem; border-left: 1px solid var(--kll-june-line); padding-left: 1.5rem; }
  .kll-june-cart-rail__notice { grid-column: 1 / -1; }
}

@media screen and (min-width: 990px) {
  .kll-june-waterfall {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (min-width: 1240px) {
  .kll-june-waterfall {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media screen and (min-width: 750px) {
  .kll-june-page.is-reward-compact .kll-june-cart-rail:not(:hover):not(.is-expanded) {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.25rem;
    cursor: pointer;
  }

  .kll-june-page.is-reward-compact .kll-june-cart-rail:not(:hover):not(.is-expanded) .kll-june-cart-rail__top { order: 2; display: block; }
  .kll-june-page.is-reward-compact .kll-june-cart-rail:not(:hover):not(.is-expanded) .kll-june-cart-rail__top p,
  .kll-june-page.is-reward-compact .kll-june-cart-rail:not(:hover):not(.is-expanded) .kll-june-cart-rail__progress span,
  .kll-june-page.is-reward-compact .kll-june-cart-rail:not(:hover):not(.is-expanded) .kll-june-cart-rail__milestones,
  .kll-june-page.is-reward-compact .kll-june-cart-rail:not(:hover):not(.is-expanded) .kll-june-cart-rail__items,
  .kll-june-page.is-reward-compact .kll-june-cart-rail:not(:hover):not(.is-expanded) .kll-june-cart-rail__notice { display: none; }
  .kll-june-page.is-reward-compact .kll-june-cart-rail:not(:hover):not(.is-expanded) .kll-june-cart-rail__progress { order: 1; min-width: 0; }
  .kll-june-page.is-reward-compact .kll-june-cart-rail:not(:hover):not(.is-expanded) .kll-june-cart-rail__track { height: 3px; margin: 0; }
  .kll-june-page.is-reward-compact .kll-june-cart-rail:not(:hover):not(.is-expanded) .kll-june-cart-rail__top strong { white-space: nowrap; font-size: 1.25rem; }
}

@media (max-width: 749px) {
  /* Tabs: left-aligned scroll on mobile + right-edge fade as a swipe hint */
  .kll-june-tabs {
    justify-content: flex-start;
    -webkit-mask-image: linear-gradient(90deg, #000 78%, transparent 100%);
    mask-image: linear-gradient(90deg, #000 78%, transparent 100%);
  }
  /* Remove the fade once the user reaches the end of the scroll */
  .kll-june-tabs.is-scroll-end {
    -webkit-mask-image: none;
    mask-image: none;
  }

  .kll-june-hero {
    padding: 3rem 1.25rem 3.5rem;
  }

  .kll-june-hero__desc {
    font-size: 1rem;
  }

  .kll-june-scroll {
    min-height: 50px;
    padding: 0 1.5rem;
  }

  .kll-june-campaign,
  .kll-june-shop,
  .kll-june-faq {
    width: min(100% - 2rem, 1280px);
    padding: 3rem 0;
  }

  .kll-june-shop {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .kll-june-campaign__header,
  .kll-june-shop__head,
  .kll-june-faq__head {
    margin-bottom: 2.25rem;
  }

  .kll-june-campaign h2 {
    font-size: clamp(1.8rem, 7vw, 2.4rem);
    margin-bottom: 1rem;
  }

  .kll-june-campaign__subtitle {
    font-size: 0.95rem;
  }

  .kll-june-campaign__editorial {
    gap: 1.5rem;
  }

  .kll-june-reward-card {
    border-radius: 16px;
    padding: 1.5rem;
  }

  .kll-june-reward-card--split {
    gap: 1.5rem;
  }

  .kll-june-reward-card__num {
    font-size: 3rem;
    margin-bottom: 0.25rem;
  }

  .kll-june-reward-card__label {
    margin-bottom: 0.75rem;
  }

  .kll-june-reward-card h3 {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
  }

  .kll-june-reward-card p {
    font-size: 0.95rem;
    margin-bottom: 1.25rem;
  }

  .kll-june-reward-card__visual {
    max-width: 320px;
    margin: 0 auto;
    aspect-ratio: 1 / 1;
  }

  .kll-june-shop__head h2,
  .kll-june-faq__head h2 {
    font-size: clamp(1.7rem, 6.5vw, 2.2rem);
  }

  .kll-june-shop__head > p {
    font-size: 0.95rem;
  }

  .kll-june-faq__question {
    padding: 1.25rem 1.25rem;
    font-size: 1rem;
  }

  .kll-june-faq__answer p {
    padding: 0 1.25rem;
  }

  .kll-june-faq__answer p:last-child {
    padding-bottom: 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kll-june-page *, .kll-june-page *::before, .kll-june-page *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}


/* Mobile Overrides (Waterfall 2 columns) */
@media (max-width: 767px) {
  .kll-june-waterfall {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.5rem !important;
  }
  .kll-june-product__body {
    padding: 0.5rem !important;
  }
  .kll-june-product__body button {
    padding: 0.5rem !important;
    min-height: 36px !important;
    font-size: 0.75rem !important;
  }
  .kll-june-product h3 {
    font-size: 0.85rem !important;
  }
}

/* =========================================
   MOBILE REWARD BAR — ultra-thin follow strip
   The rail only becomes a fixed strip while the shop is in view
   (is-reward-fixed is toggled by JS); it releases cleanly afterward,
   so it no longer overlaps the FAQ section.
   ========================================= */
@media (max-width: 749px) {
  /* In-flow card before it starts following: keep it compact */
  .kll-june-cart-rail {
    gap: 0.6rem;
    padding: 0.85rem 1rem;
    border-radius: 12px;
  }

  /* While following: pin to top as a slim full-bleed strip */
  .kll-june-page.is-reward-fixed .kll-june-cart-rail {
    top: var(--kll-reward-top, 0);
    left: 0;
    right: 0;
    border-radius: 0;
    border-left: none;
    border-right: none;
    padding: 0.5rem 1rem 0.6rem;
    gap: 0.35rem;
    box-shadow: 0 8px 20px rgba(17, 19, 26, 0.12);
  }

  /* Compact (collapsed) strip: one line — money + thin progress only */
  .kll-june-page.is-reward-compact .kll-june-cart-rail:not(.is-expanded) {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 0.75rem;
    padding-right: 2rem;
    cursor: pointer;
  }

  .kll-june-page.is-reward-compact .kll-june-cart-rail:not(.is-expanded) .kll-june-cart-rail__top {
    order: 1;
    display: flex;
    align-items: baseline;
    gap: 0.35rem;
  }
  .kll-june-page.is-reward-compact .kll-june-cart-rail:not(.is-expanded) .kll-june-cart-rail__top p {
    display: none;
  }
  .kll-june-page.is-reward-compact .kll-june-cart-rail:not(.is-expanded) .kll-june-cart-rail__top strong {
    font-size: 1.25rem;
    white-space: nowrap;
  }
  .kll-june-page.is-reward-compact .kll-june-cart-rail:not(.is-expanded) .kll-june-cart-rail__progress {
    order: 2;
    min-width: 0;
  }
  .kll-june-page.is-reward-compact .kll-june-cart-rail:not(.is-expanded) .kll-june-cart-rail__progress span,
  .kll-june-page.is-reward-compact .kll-june-cart-rail:not(.is-expanded) .kll-june-cart-rail__milestones,
  .kll-june-page.is-reward-compact .kll-june-cart-rail:not(.is-expanded) .kll-june-cart-rail__items,
  .kll-june-page.is-reward-compact .kll-june-cart-rail:not(.is-expanded) .kll-june-cart-rail__notice {
    display: none;
  }
  .kll-june-page.is-reward-compact .kll-june-cart-rail:not(.is-expanded) .kll-june-cart-rail__track {
    height: 4px;
    margin: 0;
  }

  .kll-june-page.is-reward-fixed .kll-june-shop__main {
    padding-top: 3rem;
  }

  /* A small chevron hint so users know the strip can be tapped to expand */
  .kll-june-page.is-reward-compact .kll-june-cart-rail:not(.is-expanded)::after {
    content: "\25BE";
    position: absolute;
    top: 50%;
    right: 0.9rem;
    transform: translateY(-50%);
    color: var(--kll-june-muted);
    font-size: 0.75rem;
    pointer-events: none;
  }
}

/* =========================================
   KOOLLIA Summer Premium Visual Refresh
   CSS-only art layer. Keeps existing Liquid, products, links, data attributes,
   category filters, cart behavior, and JS hooks untouched.
   ========================================= */
.kll-june-page {
  --kll-june-ink: #142434;
  --kll-june-muted: #647584;
  --kll-june-paper: #f8fcfb;
  --kll-june-soft: #eaf8f5;
  --kll-june-line: rgba(20, 36, 52, 0.1);
  --kll-june-gold: #ff8768;
  --kll-june-gold-hover: #e96d51;
  --kll-june-aqua: #66ddd1;
  --kll-june-aqua-deep: #1b9f96;
  --kll-june-sun: #ffe4a3;
  --kll-june-sand: #fff8ef;
  --kll-june-white: #ffffff;
  background:
    radial-gradient(circle at 16% 6%, rgba(128, 221, 255, 0.22), transparent 28rem),
    linear-gradient(180deg, #f9fdff 0%, #ffffff 34%, #f5fbf9 100%);
}

.kll-june-hero {
  min-height: clamp(620px, 82dvh, 820px);
  padding: clamp(4.5rem, 8vw, 7rem) max(1.25rem, calc((100vw - 1400px) / 2)) clamp(5rem, 8vw, 7rem);
  background:
    radial-gradient(circle at 20% 18%, rgba(161, 229, 255, 0.72), transparent 30rem),
    radial-gradient(circle at 78% 16%, rgba(255, 190, 172, 0.5), transparent 27rem),
    linear-gradient(180deg, #f8fdff 0%, #eaf9f6 58%, #ffffff 100%);
}

.kll-june-hero::before,
.kll-june-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.kll-june-hero::before {
  inset: 13% 8% auto auto;
  z-index: 1;
  width: min(38vw, 30rem);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  background:
    radial-gradient(circle at 42% 38%, rgba(255, 255, 255, 0.92), transparent 18%),
    radial-gradient(circle at 56% 58%, rgba(102, 221, 209, 0.28), transparent 58%);
  opacity: 0.72;
}

.kll-june-hero::after {
  inset: auto -8% -22% -8%;
  z-index: 1;
  height: 44%;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(102, 221, 209, 0.32), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.92));
}

.kll-june-hero__container--text-only,
.kll-june-hero__content-box {
  position: relative;
  z-index: 2;
}

.kll-june-hero__container--text-only {
  min-height: clamp(500px, 66dvh, 700px);
}

.kll-june-hero__content-box {
  max-width: 980px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 3rem);
}

.kll-june-hero__pill-wrapper {
  gap: 0.65rem;
  margin-bottom: clamp(1.25rem, 2vw, 1.9rem);
}

.kll-june-hero__brand {
  color: rgba(20, 36, 52, 0.78);
}

.kll-june-hero__pill {
  color: #12413f;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(102, 221, 209, 0.38);
  box-shadow: 0 12px 34px rgba(102, 221, 209, 0.18);
  backdrop-filter: blur(14px);
}

.kll-june-hero h1 {
  margin: 0.25rem 0 1.15rem;
  text-wrap: balance;
}

.kll-june-hero__title-top {
  color: #173448;
  font-size: clamp(4rem, 12vw, 10.8rem);
  font-weight: 600;
  line-height: 0.86;
  text-shadow: 0 16px 48px rgba(50, 118, 132, 0.12);
}

.kll-june-hero__title-bottom {
  color: #ff7d5f;
  background: none;
  -webkit-text-fill-color: currentColor;
  font-size: clamp(3.35rem, 10vw, 8.6rem);
  line-height: 0.86;
  text-shadow: 0 18px 42px rgba(255, 125, 95, 0.22);
  filter: none;
}

.kll-june-hero__desc {
  max-width: 42rem;
  color: rgba(20, 36, 52, 0.78);
  font-size: clamp(1rem, 1.5vw, 1.24rem);
  line-height: 1.65;
  text-wrap: pretty;
}

.kll-june-btn-primary,
.kll-june-btn-primary--coral {
  border-radius: 999px;
  background: #152d3d;
  box-shadow: 0 16px 38px rgba(21, 45, 61, 0.18);
}

.kll-june-btn-primary:hover,
.kll-june-btn-primary--coral:hover {
  background: var(--kll-june-gold-hover);
  box-shadow: 0 18px 42px rgba(233, 109, 81, 0.24);
}

.kll-june-scroll--text {
  color: #1c3c4d;
  border-bottom-color: rgba(28, 60, 77, 0.22);
}

.kll-june-scroll--text:hover {
  color: #1c3c4d;
  border-bottom-color: #1c3c4d;
}

.kll-june-campaign {
  width: min(100% - 3rem, 1240px);
  padding-block: clamp(5rem, 8vw, 8rem);
}

.kll-june-campaign__header,
.kll-june-shop__head,
.kll-june-faq__head {
  max-width: 760px;
}

.kll-june-kicker,
.kll-june-kicker--center,
.kll-june-shop__head .kll-june-kicker,
.kll-june-faq__head .kll-june-kicker {
  color: #277b78;
}

.kll-june-campaign h2,
.kll-june-shop h2,
.kll-june-faq h2 {
  color: #142b3a;
  letter-spacing: 0;
  text-wrap: balance;
}

.kll-june-campaign__subtitle,
.kll-june-shop__head > p,
.kll-june-faq__answer p {
  color: var(--kll-june-muted);
  text-wrap: pretty;
}

.kll-june-reward-card {
  border-color: rgba(20, 36, 52, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(245, 253, 251, 0.92));
  box-shadow: 0 24px 70px rgba(32, 89, 103, 0.08);
}

.kll-june-reward-card--highlight {
  background:
    radial-gradient(circle at 16% 20%, rgba(102, 221, 209, 0.2), transparent 20rem),
    linear-gradient(135deg, #ffffff, #f0fbf8);
}

.kll-june-reward-card__num {
  color: rgba(255, 125, 95, 0.9);
  background: none;
  -webkit-text-fill-color: currentColor;
  opacity: 0.2;
}

.kll-june-reward-card__label {
  color: #277b78;
}

.kll-june-reward-card h3 {
  color: #173448;
  font-size: clamp(1.8rem, 3vw, 2.85rem);
  line-height: 1.08;
  text-wrap: balance;
}

.kll-june-reward-card__visual {
  border-color: rgba(102, 221, 209, 0.22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.86), transparent 46%),
    linear-gradient(160deg, #e8f8f5, #ffffff);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.68);
}

.kll-june-reward__link {
  color: #d85f45;
  border-bottom-color: rgba(216, 95, 69, 0.4);
}

.kll-june-shop {
  padding-block: clamp(4.75rem, 8vw, 7rem);
  background:
    radial-gradient(circle at 4% 0%, rgba(102, 221, 209, 0.18), transparent 22rem),
    linear-gradient(180deg, #f8fcfd, #eef8f6);
}

.kll-june-shop__head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(18rem, 0.6fr);
  gap: clamp(1.5rem, 6vw, 5rem);
  align-items: end;
  max-width: 1280px;
  margin: 0 auto 2rem;
  text-align: left;
}

.kll-june-shop__head h2 {
  font-size: clamp(2.35rem, 5vw, 4.65rem);
  line-height: 1.02;
}

.kll-june-shop__head h2::after {
  left: 0;
  transform: none;
}

.kll-june-shop__head > p {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  line-height: 1.65;
}

.kll-june-tabs button {
  border-color: rgba(20, 36, 52, 0.1);
  border-radius: 999px;
  color: #496273;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 28px rgba(47, 103, 116, 0.06);
}

.kll-june-tabs button.is-active {
  color: #fff;
  background: #173448;
  border-color: #173448;
}

.kll-june-product,
.kll-june-view-card,
.kll-june-empty {
  border-color: rgba(20, 36, 52, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 42px rgba(32, 89, 103, 0.07);
}

.kll-june-product__media {
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.95), transparent 42%),
    linear-gradient(180deg, #e9f8f5, #f9fbfb);
}

.kll-june-product__body p {
  color: #2c8581;
}

.kll-june-product h3 {
  color: #182d3d;
  font-weight: 800;
}

.kll-june-product__body button {
  border-radius: 999px;
  background: #173448;
}

.kll-june-product__body button:hover:not(:disabled) {
  background: var(--kll-june-gold-hover);
}

.kll-june-product__body button.is-added {
  color: #0e3a38;
  background: #8ce7dc;
}

.kll-june-cart-rail {
  border-color: rgba(20, 36, 52, 0.1);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 54px rgba(32, 89, 103, 0.12);
  backdrop-filter: blur(16px);
}

.kll-june-cart-rail__track {
  background: rgba(20, 36, 52, 0.08);
}

.kll-june-cart-rail__track i {
  background: linear-gradient(90deg, #ff8768, #66ddd1);
}

.kll-june-faq {
  width: min(100% - 3rem, 1120px);
  padding-block: clamp(5rem, 8vw, 7rem);
}

.kll-june-faq__item {
  border-color: rgba(20, 36, 52, 0.08);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 38px rgba(32, 89, 103, 0.05);
}

.kll-june-faq__question {
  color: #173448;
  font-family: var(--font-body-family);
  font-weight: 800;
}

.kll-june-faq__icon {
  color: #ff7d5f;
}

.kll-june-btn-primary:focus-visible,
.kll-june-btn-secondary:focus-visible,
.kll-june-scroll:focus-visible,
.kll-june-tabs button:focus-visible,
.kll-june-product__body button:focus-visible,
.kll-june-faq__question:focus-visible,
.kll-june-reward__link:focus-visible,
.kll-june-product a:focus-visible {
  outline: 3px solid rgba(102, 221, 209, 0.5);
  outline-offset: 3px;
}

@media screen and (max-width: 989px) {
  .kll-june-shop__head {
    grid-template-columns: 1fr;
    gap: 1rem;
    text-align: center;
  }

  .kll-june-shop__head h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 749px) {
  .kll-june-hero {
    min-height: 670px;
    padding: 4.25rem 1rem 3rem;
  }

  .kll-june-hero__container--text-only {
    min-height: 550px;
  }

  .kll-june-hero__content-box {
    padding: 1rem 0.25rem;
  }

  .kll-june-hero__title-top {
    font-size: clamp(4rem, 19vw, 6.6rem);
  }

  .kll-june-hero__title-bottom {
    font-size: clamp(3.45rem, 17vw, 5.9rem);
  }

  .kll-june-hero__desc {
    max-width: 21rem;
    font-size: 1rem;
  }

  .kll-june-hero__actions {
    gap: 1rem;
  }

  .kll-june-btn-primary--coral {
    width: min(100%, 20rem);
    padding: 1rem 1.5rem;
  }

  .kll-june-campaign,
  .kll-june-faq {
    width: min(100% - 2rem, 1280px);
    padding: 4rem 0;
  }

  .kll-june-campaign__header {
    margin-bottom: 2.5rem;
  }

  .kll-june-reward-card {
    padding: 1.35rem;
  }

  .kll-june-reward-card h3 {
    font-size: 1.55rem;
  }

  .kll-june-reward-card p {
    font-size: 0.95rem;
  }

  .kll-june-shop {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
  }

  .kll-june-cart-rail {
    border-radius: 8px;
  }

  .kll-june-faq__question {
    min-height: 4rem;
    padding: 1.2rem 1rem;
    font-size: 1rem;
  }

  .kll-june-faq__answer p {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

/* ==========================================================================
   ANIME CITY RUSH — August 2026
   Final art-direction layer: New York fashion editorial + transit wayfinding.
   The legacy kll-june class names are intentionally retained so Shopify cart,
   product filter, and FAQ hooks remain compatible with the proven July build.
   ========================================================================== */

@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,500;0,600;0,700;0,800;0,900;1,600&family=Inter:wght@400;500;600;700&display=swap");

.kll-august-page {
  --kll-june-ink: #080d13;
  --kll-june-muted: #66717d;
  --kll-june-paper: #f4f5f3;
  --kll-june-soft: #e9ecef;
  --kll-june-line: rgba(8, 13, 19, 0.13);
  --kll-june-gold: #ef3d37;
  --kll-june-gold-hover: #c9252d;
  --kll-june-aqua: #53bed2;
  --kll-june-aqua-deep: #187f94;
  --kll-june-sun: #ef3d37;
  --kll-june-sand: #e9ecef;
  --kll-june-white: #ffffff;
  --kll-city-red: #ef3d37;
  --kll-city-red-dark: #b51f28;
  --kll-city-blue: #53bed2;
  --kll-city-night: #050a10;
  --kll-city-paper: #f4f5f3;
  --kll-city-display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --font-heading-family: var(--kll-city-display);
  --font-body-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--kll-city-paper);
  color: var(--kll-june-ink);
  overflow: clip;
}

.kll-august-page *,
.kll-august-page *::before,
.kll-august-page *::after {
  box-sizing: border-box;
}

.kll-august-page h1,
.kll-august-page h2,
.kll-august-page h3,
.kll-august-page p {
  text-wrap: pretty;
}

.kll-august-page h1,
.kll-august-page h2 {
  text-wrap: balance;
}

/* Hero */
.kll-august-page .kll-city-hero {
  position: relative;
  min-height: min(880px, 92dvh);
  padding: 0;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3, 7, 12, 0.98) 0%, rgba(3, 7, 12, 0.88) 34%, rgba(3, 7, 12, 0.28) 68%, rgba(3, 7, 12, 0.58) 100%),
    linear-gradient(180deg, rgba(5, 10, 16, 0.08), rgba(5, 10, 16, 0.92)),
    var(--kll-city-hero-image, none),
    radial-gradient(circle at 72% 28%, rgba(239, 61, 55, 0.48), transparent 23%),
    linear-gradient(120deg, #101b27, #050a10 58%, #172431);
  background-size: cover, cover, cover, auto, auto;
  background-position: center, center, center 34%, center, center;
}

.kll-august-page .kll-city-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 48%, rgba(255, 255, 255, 0.08) 48.15% 48.35%, transparent 48.5%),
    radial-gradient(circle at 77% 42%, rgba(83, 190, 210, 0.18), transparent 18%);
  mix-blend-mode: screen;
}

.kll-august-page .kll-city-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 70%, rgba(5, 10, 16, 0.46));
}

.kll-city-hero__grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.22;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.14) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent 70%);
}

.kll-august-page .kll-june-hero__container--text-only {
  width: min(100%, 1440px);
  min-height: 760px;
  margin-inline: auto;
  padding: clamp(7rem, 12vw, 10rem) clamp(1.25rem, 6vw, 6rem) clamp(7.2rem, 10vw, 9rem);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}

.kll-august-page .kll-city-hero__content {
  width: min(650px, 58vw);
  margin: 0;
  padding: 0 0 0 clamp(0rem, 2.8vw, 2.5rem);
  text-align: left;
  background: none;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.kll-august-page .kll-june-hero__pill-wrapper {
  justify-content: flex-start;
  gap: 0.8rem;
  margin: 0 0 1.4rem;
}

.kll-august-page .kll-june-hero__brand,
.kll-august-page .kll-june-hero__pill {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  color: #fff;
  font: 700 0.72rem/1 var(--font-body-family);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.kll-august-page .kll-june-hero__brand {
  color: var(--kll-city-red);
}

.kll-august-page .kll-june-hero__brand::after {
  content: "→";
  margin-left: 0.8rem;
  color: #fff;
}

.kll-august-page .kll-june-hero__pill::before {
  content: "/";
  margin-right: 0.8rem;
  color: rgba(255, 255, 255, 0.45);
}

.kll-august-page .kll-june-hero h1 {
  margin: 0;
  display: grid;
  gap: 0;
  color: #fff;
  font-family: var(--kll-city-display);
  font-weight: 800;
  font-style: normal;
  letter-spacing: -0.055em;
  line-height: 0.78;
  text-transform: uppercase;
  filter: none;
}

.kll-august-page .kll-june-hero__title-top,
.kll-august-page .kll-june-hero__title-bottom {
  display: block;
  color: #fff;
  background: none;
  -webkit-text-fill-color: currentColor;
  font-family: inherit;
  font-size: clamp(5.5rem, 10.8vw, 10rem);
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-shadow: 0 12px 44px rgba(0, 0, 0, 0.35);
}

.kll-august-page .kll-june-hero__title-bottom {
  color: var(--kll-city-red);
}

.kll-august-page .kll-june-hero__desc {
  max-width: 520px;
  margin: 1.8rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.98rem, 1.4vw, 1.12rem);
  line-height: 1.65;
}

.kll-august-page .kll-june-hero__actions {
  justify-content: flex-start;
  gap: 1.4rem;
  margin-top: 2rem;
}

.kll-august-page .kll-june-btn-primary--coral {
  min-height: 52px;
  padding: 0.95rem 1.65rem;
  border: 1px solid var(--kll-city-red);
  border-radius: 0;
  background: var(--kll-city-red);
  box-shadow: 8px 8px 0 rgba(239, 61, 55, 0.22);
  color: #fff;
  font: 800 0.82rem/1 var(--font-body-family);
  letter-spacing: 0.075em;
}

.kll-august-page .kll-june-btn-primary--coral:hover {
  transform: translate(-2px, -2px);
  background: #fff;
  border-color: #fff;
  color: var(--kll-city-night);
  box-shadow: 10px 10px 0 var(--kll-city-red);
}

.kll-august-page .kll-june-scroll--text {
  color: rgba(255, 255, 255, 0.86);
  border-bottom-color: rgba(255, 255, 255, 0.35);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.kll-august-page .kll-june-scroll--text:hover {
  color: #fff;
  border-bottom-color: var(--kll-city-red);
}

.kll-city-hero__route {
  position: absolute;
  z-index: 3;
  top: 17%;
  right: clamp(1.2rem, 4.8vw, 5rem);
  bottom: 18%;
  width: 120px;
  display: grid;
  grid-template-rows: 1fr auto 1fr auto 1fr auto;
  justify-items: center;
  color: rgba(255, 255, 255, 0.75);
  pointer-events: none;
}

.kll-city-hero__route-line {
  position: absolute;
  top: 0;
  bottom: 2.8rem;
  width: 2px;
  background: linear-gradient(var(--kll-city-red), var(--kll-city-blue));
  transform-origin: top;
}

.kll-city-hero__station {
  z-index: 1;
  grid-row: auto;
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: var(--kll-city-night);
  font: 700 0.65rem/1 var(--font-body-family);
}

.kll-city-hero__station.is-active {
  border-color: var(--kll-city-red);
  background: var(--kll-city-red);
  box-shadow: 0 0 0 7px rgba(239, 61, 55, 0.15);
}

.kll-city-hero__route-label {
  align-self: end;
  writing-mode: vertical-rl;
  font: 600 0.6rem/1 var(--font-body-family);
  letter-spacing: 0.18em;
}

.kll-city-hero__ticker {
  position: absolute;
  z-index: 6;
  inset: auto 0 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  background: var(--kll-city-red);
  color: #fff;
}

.kll-city-hero__ticker > div {
  width: max-content;
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 5rem;
  padding-inline: 2.5rem;
  will-change: transform;
}

.kll-city-hero__ticker span {
  white-space: nowrap;
  font: 800 clamp(0.92rem, 1.7vw, 1.25rem)/1 var(--kll-city-display);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Campaign route */
.kll-august-page .kll-june-campaign {
  padding: clamp(5.5rem, 8vw, 8rem) clamp(1.25rem, 5vw, 5rem);
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    var(--kll-city-night);
  background-size: 64px 64px;
  color: #fff;
}

.kll-august-page .kll-june-campaign::before,
.kll-august-page .kll-june-campaign::after {
  display: none;
}

.kll-august-page .kll-june-campaign__header {
  width: min(820px, 100%);
  margin: 0 auto 3rem;
  text-align: center;
}

.kll-august-page .kll-june-kicker--center {
  color: var(--kll-city-red);
}

.kll-august-page .kll-june-campaign h2 {
  color: #fff;
  font-family: var(--kll-city-display);
  font-size: clamp(3.2rem, 7vw, 6.5rem);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.kll-august-page .kll-june-campaign__subtitle {
  width: min(680px, 100%);
  margin: 1.25rem auto 0;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.7;
}

.kll-city-reward-line {
  width: min(1000px, 88%);
  margin: 0 auto 2.2rem;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
}

.kll-city-reward-line span {
  width: 2.7rem;
  height: 2.7rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background: var(--kll-city-night);
  font: 700 0.72rem/1 var(--font-body-family);
}

.kll-city-reward-line span.is-active {
  border-color: var(--kll-city-red);
  background: var(--kll-city-red);
}

.kll-city-reward-line i {
  height: 2px;
  background: linear-gradient(90deg, var(--kll-city-red), var(--kll-city-blue));
  transform-origin: left center;
}

.kll-august-page .kll-june-campaign__editorial {
  width: min(1280px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.kll-august-page .kll-june-reward-card,
.kll-august-page .kll-june-reward-card--highlight,
.kll-august-page .kll-june-reward-card--split,
.kll-august-page .kll-june-reward-card--reverse {
  min-height: 470px;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  gap: 0;
  border: 0;
  border-radius: 0;
  background: #0c131b;
  box-shadow: none;
  color: #fff;
  overflow: hidden;
}

.kll-august-page .kll-june-reward-card--highlight {
  grid-template-rows: 1fr;
  background:
    linear-gradient(145deg, rgba(239, 61, 55, 0.97), rgba(125, 18, 27, 0.97)),
    #0c131b;
}

.kll-august-page .kll-june-reward-card--highlight::before {
  content: "10%";
  inset: auto -0.05em -0.24em auto;
  width: auto;
  height: auto;
  display: block;
  background: none;
  color: rgba(255, 255, 255, 0.08);
  font: 900 12rem/1 var(--kll-city-display);
  letter-spacing: -0.08em;
}

.kll-august-page .kll-june-reward-card__content {
  padding: clamp(2rem, 3.6vw, 3.4rem);
  align-self: end;
}

.kll-august-page .kll-june-reward-card__num {
  color: var(--kll-city-red);
  font: 800 clamp(2.8rem, 5vw, 5rem)/1 var(--kll-city-display);
  letter-spacing: -0.04em;
}

.kll-august-page .kll-june-reward-card--highlight .kll-june-reward-card__num,
.kll-august-page .kll-june-reward-card--highlight .kll-june-reward-card__label {
  color: #fff;
}

.kll-august-page .kll-june-reward-card__label {
  margin: 0.8rem 0 0.7rem;
  color: var(--kll-city-blue);
  font: 700 0.68rem/1.3 var(--font-body-family);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.kll-august-page .kll-june-reward-card h3 {
  color: #fff;
  font: 700 clamp(2rem, 3.1vw, 3rem)/0.98 var(--kll-city-display);
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.kll-august-page .kll-june-reward-card p {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.88rem;
  line-height: 1.65;
}

.kll-august-page .kll-june-reward-card--highlight p {
  color: rgba(255, 255, 255, 0.74);
}

.kll-august-page .kll-city-coming-soon {
  display: inline-block;
  margin-top: 1.3rem;
  border-bottom-color: var(--kll-city-red);
  color: #fff;
  pointer-events: none;
}

.kll-august-page .kll-city-mystery {
  min-height: 150px;
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0;
  background:
    repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.035) 0 8px, transparent 8px 16px),
    #101923;
}

.kll-city-mystery__ticket {
  width: 5.3rem;
  aspect-ratio: 1.55;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.52);
  color: #fff;
  font: 700 2rem/1 var(--kll-city-display);
  clip-path: polygon(6% 0, 94% 0, 94% 8%, 100% 8%, 100% 92%, 94% 92%, 94% 100%, 6% 100%, 6% 92%, 0 92%, 0 8%, 6% 8%);
}

.kll-city-mystery__label {
  color: rgba(255, 255, 255, 0.48);
  font: 700 0.68rem/1 var(--font-body-family);
  letter-spacing: 0.1em;
}

.kll-august-page .kll-june-campaign__actions {
  margin-top: 2.5rem;
}

/* FAQ */
.kll-august-page .kll-june-faq {
  padding: clamp(4.5rem, 7vw, 7rem) clamp(1.25rem, 5vw, 5rem);
  background: #fff;
}

.kll-august-page .kll-june-faq__head {
  background: none;
  color: var(--kll-city-night);
}

.kll-august-page .kll-june-faq__head h2 {
  color: var(--kll-city-night);
  font: 700 clamp(3rem, 6vw, 5.8rem)/0.92 var(--kll-city-display);
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.kll-august-page .kll-june-faq__list {
  border-top: 1px solid var(--kll-june-line);
}

.kll-august-page .kll-june-faq__item {
  border: 0;
  border-bottom: 1px solid var(--kll-june-line);
  border-radius: 0;
  box-shadow: none;
}

.kll-august-page .kll-june-faq__item.is-open {
  background: var(--kll-city-paper);
}

.kll-august-page .kll-june-faq__item.is-open::before {
  width: 3px;
  background: var(--kll-city-red);
}

.kll-august-page .kll-june-faq__question {
  font-family: var(--font-body-family);
}

.kll-august-page .kll-june-faq__icon {
  color: var(--kll-city-red);
}

.kll-august-page .kll-june-faq__item.is-open .kll-june-faq__icon {
  background: var(--kll-city-red);
}

.kll-august-page :is(
  .kll-june-btn-primary,
  .kll-june-btn-secondary,
  .kll-june-scroll,
  .kll-june-tabs button,
  .kll-june-product__body button,
  .kll-june-faq__question,
  .kll-june-product a
):focus-visible {
  outline: 3px solid var(--kll-city-blue);
  outline-offset: 3px;
}

@media (max-width: 989px) {
  .kll-august-page .kll-city-hero {
    min-height: 780px;
    background:
      linear-gradient(90deg, rgba(3, 7, 12, 0.97), rgba(3, 7, 12, 0.7) 65%, rgba(3, 7, 12, 0.62)),
      linear-gradient(180deg, transparent, rgba(5, 10, 16, 0.92)),
      var(--kll-city-hero-image, none),
      linear-gradient(120deg, #101b27, #050a10);
    background-size: cover;
    background-position: center, center, 62% center, center;
  }

  .kll-august-page .kll-june-hero__container--text-only {
    min-height: 720px;
  }

  .kll-august-page .kll-city-hero__content {
    width: min(650px, 78vw);
  }

  .kll-city-hero__route {
    right: 1.25rem;
  }

  .kll-august-page .kll-june-campaign__editorial {
    grid-template-columns: 1fr;
  }

  .kll-august-page .kll-june-reward-card,
  .kll-august-page .kll-june-reward-card--highlight,
  .kll-august-page .kll-june-reward-card--split,
  .kll-august-page .kll-june-reward-card--reverse {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 0.42fr);
    grid-template-rows: 1fr;
  }

  .kll-august-page .kll-june-reward-card--highlight {
    grid-template-columns: 1fr;
  }

  .kll-august-page .kll-city-mystery {
    min-height: 100%;
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.11);
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
  }
}

@media (max-width: 749px) {
  .kll-august-page .kll-city-hero {
    min-height: 680px;
    background:
      linear-gradient(180deg, rgba(3, 7, 12, 0.2), rgba(3, 7, 12, 0.84) 53%, rgba(3, 7, 12, 0.99)),
      var(--kll-city-hero-image-mobile, var(--kll-city-hero-image, none)),
      linear-gradient(140deg, #1b2b3a, #050a10 70%);
    background-size: cover;
    background-position: center, center top, center;
  }

  .kll-city-hero__grid {
    background-size: 48px 48px;
  }

  .kll-august-page .kll-june-hero__container--text-only {
    min-height: 620px;
    align-items: end;
    padding: 5rem 1.1rem 7rem;
  }

  .kll-august-page .kll-city-hero__content {
    width: 100%;
    padding: 0;
  }

  .kll-august-page .kll-june-hero__pill-wrapper {
    margin-bottom: 1rem;
  }

  .kll-august-page .kll-june-hero__title-top,
  .kll-august-page .kll-june-hero__title-bottom {
    font-size: clamp(4.8rem, 25vw, 7rem);
  }

  .kll-august-page .kll-june-hero__desc {
    max-width: 92%;
    margin-top: 1.35rem;
    font-size: 0.92rem;
  }

  .kll-august-page .kll-june-hero__actions {
    align-items: flex-start;
    gap: 1rem;
  }

  .kll-city-hero__route {
    display: none;
  }

  .kll-city-hero__ticker > div {
    min-height: 52px;
    gap: 3rem;
  }

  .kll-august-page .kll-june-campaign,
  .kll-august-page .kll-june-shop,
  .kll-august-page .kll-june-faq {
    padding-inline: 1rem;
  }

  .kll-city-reward-line {
    width: 100%;
  }

  .kll-august-page .kll-june-campaign__editorial {
    display: block;
  }

  .kll-august-page .kll-june-reward-card,
  .kll-august-page .kll-june-reward-card--highlight,
  .kll-august-page .kll-june-reward-card--split,
  .kll-august-page .kll-june-reward-card--reverse {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    min-height: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .kll-august-page .kll-june-reward-card__content {
    padding: 2rem 1.35rem;
  }

  .kll-august-page .kll-city-mystery {
    min-height: 125px;
    flex-direction: row;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    border-left: 0;
  }

  .kll-august-page .kll-june-shop__head {
    display: block;
  }

  .kll-august-page .kll-june-shop__head > p {
    margin-top: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kll-city-hero__ticker > div {
    transform: none !important;
  }

  .kll-august-page .kll-june-product__image,
  .kll-august-page .kll-june-btn-primary--coral {
    transition-duration: 0.01ms !important;
  }
}

/* =========================================
   KOOLLIA Summer Visual Fix
   Tightens the hero-to-content handoff and hardens mobile overflow without
   changing Liquid structure, product data, links, filters, cart hooks, or JS.
   ========================================= */
.kll-june-page,
.kll-june-hero,
.kll-june-campaign,
.kll-june-shop,
.kll-june-faq {
  max-width: 100%;
  overflow-x: clip;
}

.kll-june-hero {
  min-height: clamp(560px, 72dvh, 720px);
  padding-top: clamp(3.75rem, 7vw, 6rem);
  padding-bottom: clamp(3.25rem, 5.5vw, 5rem);
  background:
    radial-gradient(circle at 20% 18%, rgba(161, 229, 255, 0.68), transparent 28rem),
    radial-gradient(circle at 78% 16%, rgba(255, 190, 172, 0.42), transparent 25rem),
    linear-gradient(180deg, #f8fdff 0%, #eaf9f6 64%, #ffffff 100%);
}

.kll-june-hero::after {
  inset: auto 0 0;
  height: clamp(5rem, 10vw, 8rem);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 86%);
}

.kll-june-hero__container--text-only {
  min-height: clamp(430px, 56dvh, 600px);
}

.kll-june-campaign {
  margin-top: 0;
  padding-top: clamp(3.5rem, 6vw, 5.5rem);
}

.kll-june-hero + .kll-june-campaign {
  margin-top: 0;
}

.kll-june-shop__layout,
.kll-june-shop__layout > *,
.kll-june-shop__main,
.kll-june-waterfall,
.kll-june-tabs,
.kll-june-cart-rail,
.kll-june-cart-rail__top,
.kll-june-cart-rail__progress,
.kll-june-cart-rail__milestones,
.kll-june-cart-rail__items,
.kll-june-cart-rail__notice {
  min-width: 0;
  max-width: 100%;
}

.kll-june-cart-rail {
  width: 100%;
}

.kll-june-cart-rail__top {
  flex-wrap: wrap;
}

.kll-june-cart-rail__top strong,
.kll-june-cart-rail__progress span,
.kll-june-cart-rail__notice,
.kll-june-tabs button {
  overflow-wrap: anywhere;
}

@supports not (overflow: clip) {
  .kll-june-page,
  .kll-june-hero,
  .kll-june-campaign,
  .kll-june-shop,
  .kll-june-faq {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 749px) {
  .kll-june-hero {
    min-height: auto;
    padding: 3.75rem 1rem 2.2rem;
  }

  .kll-june-hero::before {
    inset: 7.5rem -3.5rem auto auto;
    width: 15rem;
  }

  .kll-june-hero::after {
    height: 4.5rem;
  }

  .kll-june-hero__container--text-only {
    min-height: auto;
  }

  .kll-june-hero__content-box {
    padding-top: 0.75rem;
    padding-bottom: 0;
  }

  .kll-june-hero__actions {
    margin-bottom: 0;
  }

  .kll-june-campaign {
    padding-top: 3.25rem;
  }

  .kll-june-shop {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .kll-june-shop__layout {
    width: 100%;
  }

  .kll-june-cart-rail {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .kll-june-cart-rail__top {
    align-items: flex-start;
    gap: 0.45rem 0.75rem;
  }

  .kll-june-tabs {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
  }

  .kll-june-tabs button {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}

/* Final cascade guard: the July file ends with responsive hotfixes. These
   scoped rules keep those useful overflow fixes without allowing the old
   Summer hero skin to override the August art direction. */
.kll-august-page .kll-city-hero {
  min-height: min(880px, 92dvh);
  padding: 0;
  background:
    linear-gradient(90deg, rgba(3, 7, 12, 0.98) 0%, rgba(3, 7, 12, 0.88) 34%, rgba(3, 7, 12, 0.28) 68%, rgba(3, 7, 12, 0.58) 100%),
    linear-gradient(180deg, rgba(5, 10, 16, 0.08), rgba(5, 10, 16, 0.92)),
    var(--kll-city-hero-image, none),
    radial-gradient(circle at 72% 28%, rgba(239, 61, 55, 0.48), transparent 23%),
    linear-gradient(120deg, #101b27, #050a10 58%, #172431);
  background-size: cover, cover, cover, auto, auto;
  background-position: center, center, center 34%, center, center;
}

.kll-august-page .kll-city-hero::after {
  inset: 0;
  height: auto;
  background: linear-gradient(180deg, transparent 70%, rgba(5, 10, 16, 0.46));
}

.kll-august-page .kll-june-hero__container--text-only {
  min-height: 760px;
}

@media (max-width: 989px) {
  .kll-august-page .kll-city-hero {
    min-height: 780px;
    background:
      linear-gradient(90deg, rgba(3, 7, 12, 0.97), rgba(3, 7, 12, 0.7) 65%, rgba(3, 7, 12, 0.62)),
      linear-gradient(180deg, transparent, rgba(5, 10, 16, 0.92)),
      var(--kll-city-hero-image, none),
      linear-gradient(120deg, #101b27, #050a10);
    background-size: cover;
    background-position: center, center, 62% center, center;
  }

  .kll-august-page .kll-june-hero__container--text-only {
    min-height: 720px;
  }
}

@media (max-width: 749px) {
  .kll-august-page .kll-city-hero {
    min-height: 680px;
    padding: 0;
    background:
      linear-gradient(180deg, rgba(3, 7, 12, 0.2), rgba(3, 7, 12, 0.84) 53%, rgba(3, 7, 12, 0.99)),
      var(--kll-city-hero-image-mobile, var(--kll-city-hero-image, none)),
      linear-gradient(140deg, #1b2b3a, #050a10 70%);
    background-size: cover;
    background-position: center, center top, center;
  }

  .kll-august-page .kll-city-hero::before {
    inset: 0;
    width: auto;
  }

  .kll-august-page .kll-city-hero::after {
    inset: 0;
    height: auto;
  }

  .kll-august-page .kll-june-hero__container--text-only {
    min-height: 620px;
  }

  .kll-august-page .kll-june-hero__content-box {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* ==========================================================================
   August correction pass — header safety, clickable route, compact rewards.
   Keep this block last: it intentionally neutralizes inherited July sizing.
   ========================================================================== */

.kll-august-page {
  position: relative;
  z-index: 0;
  isolation: isolate;
  margin-top: 0 !important;
}

.header-section {
  position: relative;
  z-index: 40;
  isolation: isolate;
}

body:has(.kll-august-page) .header-section {
  position: relative;
  z-index: 40;
  isolation: isolate;
}

body:has(.kll-august-page) .header-section .header,
body:has(.kll-august-page) .header-section header[is="sticky-header"] {
  z-index: 41;
}

.kll-august-page .kll-city-hero {
  z-index: 0;
  min-height: clamp(580px, calc(100dvh - var(--header-height, 180px)), 760px);
}

.kll-august-page .kll-june-hero__container--text-only {
  min-height: clamp(530px, calc(100dvh - var(--header-height, 180px)), 710px);
  padding-top: clamp(4.5rem, 7vw, 6.5rem);
  padding-bottom: clamp(6rem, 8vw, 7.5rem);
}

.kll-august-page .kll-june-hero__title-top,
.kll-august-page .kll-june-hero__title-bottom {
  font-size: clamp(4.6rem, 8.2vw, 7.8rem);
}

.kll-august-page :is(
  .kll-june-campaign,
  .kll-june-shop,
  .kll-june-faq,
  [data-kll-route-card]
) {
  scroll-margin-top: calc(var(--header-height, 0px) + 18px);
}

.kll-city-hero__route {
  --kll-route-progress: 0;
  top: 18%;
  right: clamp(1.3rem, 4vw, 4rem);
  bottom: 19%;
  width: 84px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4rem;
  pointer-events: auto;
}

.kll-city-hero__route-line {
  top: 1rem;
  bottom: 5rem;
  overflow: hidden;
  pointer-events: none;
  background: rgba(83, 190, 210, 0.52);
}

.kll-city-hero__route-line::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--kll-city-red);
  transform: scaleY(var(--kll-route-progress));
  transform-origin: top center;
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.kll-city-hero__station,
.kll-city-reward-line button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.kll-city-hero__station {
  flex: 0 0 auto;
  position: relative;
  z-index: 2;
  width: 2.15rem;
  height: 2.15rem;
  border: 1px solid rgba(255, 255, 255, 0.68);
  color: rgba(255, 255, 255, 0.82);
  transition:
    color 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease,
    transform 320ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 320ms ease;
}

.kll-city-hero__station:hover,
.kll-city-hero__station:focus-visible {
  color: #fff;
  border-color: #fff;
  transform: scale(1.12);
}

.kll-city-hero__station.is-active {
  color: #fff;
  transform: scale(1.08);
}

.kll-city-hero__route-label {
  position: absolute;
  right: -0.45rem;
  bottom: 0;
  pointer-events: none;
}

.kll-august-page .kll-june-campaign {
  padding: clamp(3.6rem, 5.4vw, 5.4rem) clamp(1.25rem, 4vw, 4rem);
}

.kll-august-page .kll-june-campaign__header {
  width: min(680px, 100%);
  margin-bottom: 2rem;
}

.kll-august-page .kll-june-campaign h2 {
  font-size: clamp(2.8rem, 4.8vw, 4.6rem);
  line-height: 0.92;
}

.kll-august-page .kll-june-campaign__subtitle {
  width: min(620px, 100%);
  margin-top: 1rem;
  font-size: 0.9rem;
  line-height: 1.62;
}

.kll-city-reward-line {
  width: min(920px, 88%);
  margin-bottom: 1.6rem;
}

.kll-city-reward-line button {
  width: 2.35rem;
  height: 2.35rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background: var(--kll-city-night);
  color: rgba(255, 255, 255, 0.78);
  font: 700 0.68rem/1 var(--font-body-family);
  transition:
    color 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease,
    transform 280ms cubic-bezier(0.16, 1, 0.3, 1);
}

.kll-city-reward-line button:hover,
.kll-city-reward-line button:focus-visible {
  color: #fff;
  border-color: #fff;
  transform: scale(1.08);
}

.kll-city-reward-line button.is-active {
  border-color: var(--kll-city-red);
  background: var(--kll-city-red);
  color: #fff;
}

.kll-city-reward-line i {
  background: rgba(83, 190, 210, 0.5);
  transition: background-color 320ms ease;
}

.kll-city-reward-line i.is-complete {
  background: var(--kll-city-red);
}

.kll-city-reward-line button:focus-visible,
.kll-city-hero__station:focus-visible {
  outline: 3px solid var(--kll-city-blue);
  outline-offset: 4px;
}

.kll-august-page .kll-june-campaign__editorial {
  width: min(1120px, 100%);
  grid-template-columns: 1.08fr 1fr 1fr;
}

.kll-august-page .kll-june-reward-card,
.kll-august-page .kll-june-reward-card--highlight,
.kll-august-page .kll-june-reward-card--split,
.kll-august-page .kll-june-reward-card--reverse {
  min-width: 0;
  min-height: 360px;
  align-items: stretch;
  justify-content: initial;
  text-align: left;
}

.kll-august-page .kll-june-reward-card__content,
.kll-august-page .kll-june-reward-card--highlight .kll-june-reward-card__content {
  width: 100%;
  min-width: 0;
  max-width: none;
  flex: none;
  margin: 0;
  padding: clamp(1.65rem, 2.5vw, 2.35rem);
  align-self: end;
  text-align: left;
}

.kll-august-page .kll-june-reward-card__visual,
.kll-august-page .kll-city-mystery {
  width: 100%;
  min-width: 0;
  max-width: none;
  flex: none;
  aspect-ratio: auto;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.kll-august-page .kll-june-reward-card__num {
  margin: 0;
  font-size: clamp(2.3rem, 3.3vw, 3.5rem);
}

.kll-august-page .kll-june-reward-card__label {
  margin: 0.65rem 0 0.55rem;
}

.kll-august-page .kll-june-reward-card h3 {
  max-width: 17ch;
  margin: 0;
  font-size: clamp(1.55rem, 2vw, 2.15rem);
  line-height: 1.02;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.kll-august-page .kll-june-reward-card p {
  max-width: 42ch;
  margin: 0.85rem 0 0;
  font-size: 0.82rem;
  line-height: 1.58;
  overflow-wrap: normal;
  word-break: normal;
}

.kll-august-page .kll-city-coming-soon {
  margin-top: 1rem;
}

.kll-august-page .kll-city-mystery {
  min-height: 112px;
  padding: 1.2rem 1.65rem;
}

.kll-august-page .kll-june-reward-card.is-route-target {
  z-index: 2;
  box-shadow:
    0 0 0 2px var(--kll-city-red),
    0 22px 60px rgba(0, 0, 0, 0.28);
}

.kll-august-page .kll-june-campaign__actions {
  margin-top: 1.9rem;
}

@media (max-width: 989px) {
  .kll-august-page .kll-city-hero {
    min-height: clamp(560px, calc(100dvh - var(--header-height, 150px)), 700px);
  }

  .kll-august-page .kll-june-hero__container--text-only {
    min-height: clamp(520px, calc(100dvh - var(--header-height, 150px)), 650px);
    padding-top: 4rem;
  }

  .kll-august-page .kll-june-hero__title-top,
  .kll-august-page .kll-june-hero__title-bottom {
    font-size: clamp(4.2rem, 12vw, 6.7rem);
  }

  .kll-august-page .kll-june-campaign__editorial {
    grid-template-columns: 1fr;
  }

  .kll-august-page .kll-june-reward-card,
  .kll-august-page .kll-june-reward-card--highlight,
  .kll-august-page .kll-june-reward-card--split,
  .kll-august-page .kll-june-reward-card--reverse {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) minmax(170px, 0.34fr);
    grid-template-rows: 1fr;
  }

  .kll-august-page .kll-june-reward-card--highlight {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 749px) {
  body:has(.kll-august-page) .header-section {
    z-index: 40;
  }

  .kll-august-page .kll-city-hero {
    min-height: clamp(540px, calc(100dvh - var(--header-height, 170px)), 640px);
  }

  .kll-august-page .kll-june-hero__container--text-only {
    min-height: clamp(500px, calc(100dvh - var(--header-height, 170px)), 600px);
    padding: 3.5rem 1.1rem 6.4rem;
  }

  .kll-august-page .kll-june-hero__title-top,
  .kll-august-page .kll-june-hero__title-bottom {
    font-size: clamp(3.9rem, 20vw, 5.6rem);
  }

  .kll-august-page .kll-june-campaign {
    padding-top: 3.2rem;
    padding-bottom: 3.5rem;
  }

  .kll-august-page .kll-june-campaign__header {
    margin-bottom: 1.65rem;
  }

  .kll-august-page .kll-june-campaign h2 {
    max-width: 12ch;
    margin-inline: auto;
    font-size: clamp(2.55rem, 13vw, 3.5rem);
    line-height: 0.9;
  }

  .kll-august-page .kll-june-campaign__subtitle {
    max-width: 34ch;
    font-size: 0.82rem;
  }

  .kll-city-reward-line {
    width: calc(100% - 0.5rem);
    margin-bottom: 1.35rem;
  }

  .kll-city-reward-line button {
    width: 2.15rem;
    height: 2.15rem;
  }

  .kll-august-page .kll-june-campaign__editorial {
    display: grid;
    grid-template-columns: 1fr;
  }

  .kll-august-page .kll-june-reward-card,
  .kll-august-page .kll-june-reward-card--highlight,
  .kll-august-page .kll-june-reward-card--split,
  .kll-august-page .kll-june-reward-card--reverse {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .kll-august-page .kll-june-reward-card__content,
  .kll-august-page .kll-june-reward-card--highlight .kll-june-reward-card__content {
    padding: 1.55rem 1.25rem;
  }

  .kll-august-page .kll-june-reward-card__num {
    font-size: 2.5rem;
  }

  .kll-august-page .kll-june-reward-card h3 {
    max-width: 18ch;
    font-size: clamp(1.65rem, 8vw, 2rem);
  }

  .kll-august-page .kll-june-reward-card p {
    max-width: 38ch;
    font-size: 0.8rem;
  }

  .kll-august-page .kll-city-mystery {
    min-height: 104px;
  }
}

/* =========================================================
   ANIME CITY RUSH — August full-bleed campaign + shop redesign
   ========================================================= */
.kll-august-page .kll-june-campaign {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  border-radius: 0;
}

.kll-august-page .kll-city-gift-visual {
  min-height: 170px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-top: 1px solid rgba(236, 239, 243, 0.14);
  background:
    linear-gradient(135deg, rgba(216, 65, 65, 0.08), transparent 42%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 15px),
    #0b1420;
}

.kll-august-page .kll-city-gift-visual img {
  width: 100%;
  height: 100%;
  min-height: 170px;
  padding: clamp(0.9rem, 2vw, 1.45rem);
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.28));
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.kll-august-page .kll-june-reward-card:hover .kll-city-gift-visual img {
  transform: scale(1.035) rotate(-0.6deg);
}

.kll-august-page .kll-city-shop {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(4.25rem, 7vw, 7rem) clamp(1rem, 3vw, 3rem) clamp(5rem, 8vw, 8rem);
  overflow: hidden;
  background:
    linear-gradient(90deg, transparent 0 49.94%, rgba(9, 16, 25, 0.035) 49.94% 50.06%, transparent 50.06%),
    linear-gradient(rgba(9, 16, 25, 0.025) 1px, transparent 1px),
    #f1f2f2;
  background-size: 100% 100%, 100% 72px, auto;
}

.kll-august-page .kll-city-shop::before {
  content: "04 / CON PREP";
  position: absolute;
  top: 5.5rem;
  right: max(1rem, calc((100vw - 1320px) / 2));
  z-index: 0;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: none;
  color: rgba(9, 16, 25, 0.14);
  font: 800 clamp(2.2rem, 5vw, 5.2rem)/0.85 var(--kll-city-display);
  letter-spacing: -0.06em;
  white-space: nowrap;
  filter: none;
}

.kll-august-page .kll-city-shop::after {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(1rem, 3vw, 3rem);
  width: clamp(90px, 12vw, 170px);
  height: 6px;
  background: var(--kll-city-red);
}

.kll-august-page .kll-city-shop .kll-june-shop__head {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1320px, 100%);
  max-width: none;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
  margin: 0 auto clamp(2.2rem, 4vw, 3.8rem);
  border-bottom: 1px solid rgba(9, 16, 25, 0.3);
  padding: 0 0 clamp(1.5rem, 2vw, 2.2rem);
  text-align: left;
}

.kll-august-page .kll-city-shop .kll-june-shop__head > div {
  min-width: 0;
}

.kll-august-page .kll-city-shop .kll-june-shop__head .kll-june-kicker {
  margin: 0 0 0.9rem;
  color: var(--kll-city-red);
  text-align: left;
}

.kll-august-page .kll-city-shop .kll-june-shop__head h2 {
  display: block;
  max-width: 12ch;
  margin: 0;
  padding: 0;
  color: var(--kll-city-night);
  font-size: clamp(2.85rem, 5.5vw, 5.7rem);
  line-height: 0.87;
}

.kll-august-page .kll-city-shop .kll-june-shop__head h2::after {
  display: none;
}

.kll-august-page .kll-city-shop .kll-june-shop__head > p {
  max-width: 34rem;
  margin: 0;
  padding-left: 1.1rem;
  border-left: 3px solid var(--kll-city-red);
  color: #525962;
  font-size: 0.92rem;
  line-height: 1.65;
  text-align: left;
}

.kll-august-page .kll-city-shop .kll-june-shop__layout {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(1320px, 100%);
  max-width: none;
  gap: 1.15rem;
  margin-inline: auto;
}

/* Reward rail becomes a city-route console instead of the July white card. */
.kll-august-page .kll-city-shop .kll-june-cart-rail {
  position: relative;
  z-index: 18;
  display: grid;
  grid-template-columns: minmax(130px, 0.48fr) minmax(300px, 1.7fr) minmax(220px, 0.82fr);
  gap: clamp(1rem, 2vw, 2rem);
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0;
  padding: clamp(1rem, 2vw, 1.45rem);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(216, 65, 65, 0.13), transparent 32%),
    #07101a;
  box-shadow: 0 22px 60px rgba(4, 9, 15, 0.17);
}

.kll-august-page .kll-city-shop .kll-june-cart-rail::before {
  content: "REWARD LINE";
  position: absolute;
  top: -0.72rem;
  left: 1rem;
  padding: 0.28rem 0.55rem;
  color: #fff;
  background: var(--kll-city-red);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.kll-august-page .kll-city-shop .kll-june-cart-rail__top {
  display: grid;
  gap: 0.35rem;
  align-content: center;
}

.kll-august-page .kll-city-shop .kll-june-cart-rail__top p,
.kll-august-page .kll-city-shop .kll-june-cart-rail__items p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.67rem;
  letter-spacing: 0.14em;
}

.kll-august-page .kll-city-shop .kll-june-cart-rail__top strong {
  color: #fff;
  font-family: var(--kll-city-display);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  letter-spacing: -0.04em;
}

.kll-august-page .kll-city-shop .kll-june-cart-rail__progress > span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.78rem;
}

.kll-august-page .kll-city-shop .kll-june-cart-rail__track {
  position: relative;
  height: 4px;
  margin: 0.75rem 0;
  overflow: visible;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.16);
}

.kll-august-page .kll-city-shop .kll-june-cart-rail__track::before,
.kll-august-page .kll-city-shop .kll-june-cart-rail__track::after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 11px;
  height: 11px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: #07101a;
  transform: translateY(-50%);
}

.kll-august-page .kll-city-shop .kll-june-cart-rail__track::before {
  left: 33.333%;
}

.kll-august-page .kll-city-shop .kll-june-cart-rail__track::after {
  right: 0;
}

.kll-august-page .kll-city-shop .kll-june-cart-rail__track i {
  border-radius: 0;
  background: linear-gradient(90deg, var(--kll-city-red), var(--kll-city-blue));
  box-shadow: 0 0 20px rgba(68, 206, 224, 0.25);
}

.kll-august-page .kll-city-shop .kll-june-cart-rail__milestones {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.64rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.kll-august-page .kll-city-shop .kll-june-cart-rail__items {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  padding-left: clamp(1rem, 2vw, 1.7rem);
}

.kll-august-page .kll-city-shop .kll-june-cart-rail__gift {
  color: rgba(255, 255, 255, 0.6);
}

.kll-august-page .kll-city-shop .kll-june-cart-rail__gift-media {
  border-color: rgba(255, 255, 255, 0.16);
  border-radius: 0;
  background: #111d29;
}

.kll-august-page .kll-city-shop .kll-june-cart-rail__gift-copy span {
  color: #ff6262;
}

.kll-august-page .kll-city-shop .kll-june-cart-rail__gift-copy strong {
  color: #fff;
}

.kll-august-page .kll-city-shop .kll-june-cart-rail__gift-copy em,
.kll-august-page .kll-city-shop .kll-june-cart-rail__notice {
  color: rgba(255, 255, 255, 0.46);
}

.kll-august-page .kll-city-shop .kll-june-cart-rail__notice {
  grid-column: 1 / -1;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 0.75rem;
  font-size: 0.64rem;
}

.kll-august-page.is-reward-fixed .kll-city-shop .kll-june-cart-rail,
.kll-august-page.kll-june-page.is-reward-fixed .kll-city-shop .kll-june-cart-rail {
  position: fixed;
  top: var(--kll-reward-top, 0.75rem);
  right: max(1rem, calc((100vw - 1320px) / 2));
  left: max(1rem, calc((100vw - 1320px) / 2));
  z-index: 18;
  width: auto;
}

/* Tabs read as subway stops. */
.kll-august-page .kll-city-shop .kll-june-tabs {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(170px, 1fr));
  gap: 1px;
  margin: 0;
  overflow-x: auto;
  border: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.12);
  scrollbar-width: none;
}

.kll-august-page .kll-city-shop .kll-june-tabs::before {
  content: "";
  position: absolute;
  top: 23px;
  right: 7%;
  left: 7%;
  z-index: 1;
  height: 1px;
  background: linear-gradient(90deg, var(--kll-city-red), var(--kll-city-blue));
  pointer-events: none;
}

.kll-august-page .kll-city-shop .kll-june-tabs button {
  position: relative;
  z-index: 2;
  min-height: 76px;
  display: grid;
  align-content: end;
  justify-items: start;
  border: 0;
  border-radius: 0;
  padding: 2.1rem 1.2rem 0.8rem;
  color: rgba(255, 255, 255, 0.64);
  background: #07101a;
  font-size: 0.68rem;
  letter-spacing: 0.09em;
  text-align: left;
}

.kll-august-page .kll-city-shop .kll-june-tabs button::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 1.2rem;
  width: 13px;
  height: 13px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: #07101a;
  transition: background 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}

.kll-august-page .kll-city-shop .kll-june-tabs button::after {
  content: "NEXT STOP";
  position: absolute;
  top: 15px;
  left: 2.35rem;
  color: rgba(255, 255, 255, 0.32);
  font-size: 0.54rem;
  letter-spacing: 0.13em;
}

.kll-august-page .kll-city-shop .kll-june-tabs button:hover {
  transform: none;
  color: #fff;
  background: #0d1824;
  box-shadow: none;
}

.kll-august-page .kll-city-shop .kll-june-tabs button.is-active {
  color: #fff;
  background: var(--kll-city-red);
  box-shadow: none;
}

.kll-august-page .kll-city-shop .kll-june-tabs button.is-active::before {
  border-color: #fff;
  background: #fff;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.16);
  transform: scale(1.04);
}

.kll-august-page .kll-city-shop .kll-june-tabs button.is-active::after {
  content: "CURRENT STOP";
  color: rgba(255, 255, 255, 0.68);
}

/* Editorial product field — first card becomes the campaign feature. */
.kll-august-page .kll-city-shop .kll-june-waterfall {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 1px;
  background: rgba(9, 16, 25, 0.2);
}

.kll-august-page .kll-city-shop .kll-june-product,
.kll-august-page .kll-city-shop .kll-june-view-card,
.kll-august-page .kll-city-shop .kll-june-empty {
  min-height: 100%;
  border: 0;
  border-radius: 0;
  background: #f7f7f5;
  box-shadow: none;
}

.kll-august-page .kll-city-shop .kll-june-product__media {
  aspect-ratio: 4 / 5;
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(216, 65, 65, 0.06), transparent 40%),
    #e4e6e7;
}

.kll-august-page .kll-city-shop .kll-june-product__body {
  gap: 0.55rem;
  padding: 1.15rem 1.05rem 1.25rem;
}

.kll-august-page .kll-city-shop .kll-june-product__body p {
  color: var(--kll-city-red);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
}

.kll-august-page .kll-city-shop .kll-june-product h3 {
  min-height: 2.5em;
  color: var(--kll-city-night);
  font-size: 0.94rem;
  font-weight: 700;
}

.kll-august-page .kll-city-shop .kll-june-product__body > span {
  color: var(--kll-city-night);
  font-family: var(--kll-city-display);
  font-size: 1.1rem;
}

.kll-august-page .kll-city-shop .kll-june-product__body button {
  min-height: 43px;
  border-top: 1px solid rgba(9, 16, 25, 0.24);
  padding: 0.7rem 0;
  color: var(--kll-city-night);
  background: transparent;
  font-size: 0.69rem;
  letter-spacing: 0.11em;
  text-align: left;
  text-transform: uppercase;
}

.kll-august-page .kll-city-shop .kll-june-product__body button::after {
  content: "  →";
}

.kll-august-page .kll-city-shop .kll-june-product__body button:hover:not(:disabled) {
  transform: none;
  color: var(--kll-city-red);
  background: transparent;
}

.kll-august-page .kll-city-shop .kll-city-product--featured {
  grid-column: span 2;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(230px, 0.5fr);
  min-height: clamp(440px, 48vw, 610px);
  background: #07101a;
}

.kll-august-page .kll-city-shop .kll-city-product--featured .kll-june-product__media {
  min-height: 100%;
  aspect-ratio: auto;
  background: #18232e;
}

.kll-august-page .kll-city-shop .kll-city-product--featured .kll-june-product__body {
  position: relative;
  align-self: stretch;
  justify-content: flex-end;
  padding: clamp(1.4rem, 3vw, 2.35rem);
  color: #fff;
  background:
    linear-gradient(180deg, transparent, rgba(216, 65, 65, 0.12)),
    #07101a;
}

.kll-august-page .kll-city-shop .kll-city-product--featured .kll-june-product__body::before {
  content: "FEATURED / 01";
  position: absolute;
  top: 1.4rem;
  left: clamp(1.4rem, 3vw, 2.35rem);
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.kll-august-page .kll-city-shop .kll-city-product--featured h3 {
  display: block;
  min-height: 0;
  color: #fff;
  font: 700 clamp(1.55rem, 2.6vw, 2.6rem)/1 var(--kll-city-display);
  letter-spacing: -0.035em;
  -webkit-line-clamp: initial;
}

.kll-august-page .kll-city-shop .kll-city-product--featured .kll-june-product__body > span {
  color: #fff;
  font-size: 1.35rem;
}

.kll-august-page .kll-city-shop .kll-city-product--featured .kll-june-product__body button {
  border-top-color: rgba(255, 255, 255, 0.26);
  color: #fff;
}

.kll-august-page .kll-city-shop .kll-june-view-card {
  position: relative;
  min-height: 24rem;
  place-items: end start;
  padding: 1.5rem;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 45%),
    var(--kll-city-red);
  font-family: var(--kll-city-display);
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 0.95;
  text-align: left;
  text-transform: uppercase;
}

.kll-august-page .kll-city-shop .kll-june-view-card::after {
  content: "→";
  position: absolute;
  top: 1.3rem;
  right: 1.4rem;
  font-size: 2rem;
}

@media (max-width: 989px) {
  .kll-august-page .kll-city-shop .kll-june-shop__head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .kll-august-page .kll-city-shop .kll-june-shop__head > p {
    max-width: 42rem;
  }

  .kll-august-page .kll-city-shop .kll-june-cart-rail {
    grid-template-columns: 0.5fr 1.5fr;
  }

  .kll-august-page .kll-city-shop .kll-june-cart-rail__items {
    display: none;
  }

  .kll-august-page .kll-city-shop .kll-june-waterfall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kll-august-page .kll-city-shop .kll-city-product--featured {
    grid-column: span 2;
    grid-template-columns: minmax(0, 1.25fr) minmax(220px, 0.75fr);
  }
}

@media (max-width: 749px) {
  .kll-august-page .kll-june-campaign {
    padding-inline: 0;
  }

  .kll-august-page .kll-june-campaign__header,
  .kll-august-page .kll-city-reward-line,
  .kll-august-page .kll-june-campaign__editorial,
  .kll-august-page .kll-june-campaign__actions {
    width: calc(100% - 2rem);
    margin-inline: auto;
  }

  .kll-august-page .kll-city-gift-visual,
  .kll-august-page .kll-city-gift-visual img {
    min-height: 150px;
  }

  .kll-august-page .kll-city-shop {
    padding: 3.8rem 0 5rem;
    background-size: 100% 100%, 100% 56px, auto;
  }

  .kll-august-page .kll-city-shop::before {
    top: 1.2rem;
    right: 1rem;
    font-size: 2.25rem;
  }

  .kll-august-page .kll-city-shop::after {
    left: 0;
    width: 88px;
  }

  .kll-august-page .kll-city-shop .kll-june-shop__head {
    width: calc(100% - 2rem);
    gap: 1.25rem;
    margin-bottom: 1.5rem;
  }

  .kll-august-page .kll-city-shop .kll-june-shop__head h2 {
    max-width: 10ch;
    font-size: clamp(2.6rem, 13vw, 3.65rem);
  }

  .kll-august-page .kll-city-shop .kll-june-shop__head > p {
    padding-left: 0.85rem;
    font-size: 0.78rem;
  }

  .kll-august-page .kll-city-shop .kll-june-shop__layout {
    width: 100%;
    gap: 0.75rem;
  }

  .kll-august-page .kll-city-shop .kll-june-cart-rail {
    width: calc(100% - 2rem);
    grid-template-columns: 0.55fr 1.45fr;
    gap: 0.85rem;
    margin-inline: auto;
    padding: 1rem;
  }

  .kll-august-page .kll-city-shop .kll-june-cart-rail__top strong {
    font-size: 1.65rem;
  }

  .kll-august-page .kll-city-shop .kll-june-cart-rail__progress > span {
    font-size: 0.67rem;
  }

  .kll-august-page .kll-city-shop .kll-june-cart-rail__milestones {
    gap: 0.35rem;
    font-size: 0.53rem;
  }

  .kll-august-page .kll-city-shop .kll-june-cart-rail__notice {
    display: none;
  }

  .kll-august-page.is-reward-fixed .kll-city-shop .kll-june-cart-rail,
  .kll-august-page.kll-june-page.is-reward-fixed .kll-city-shop .kll-june-cart-rail {
    right: 0.75rem;
    left: 0.75rem;
    width: auto;
    margin: 0;
  }

  .kll-august-page .kll-city-shop .kll-june-tabs {
    grid-template-columns: repeat(4, minmax(142px, 1fr));
  }

  .kll-august-page .kll-city-shop .kll-june-tabs button {
    min-height: 70px;
    padding-inline: 0.9rem;
  }

  .kll-august-page .kll-city-shop .kll-june-waterfall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kll-august-page .kll-city-shop .kll-city-product--featured {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .kll-august-page .kll-city-shop .kll-city-product--featured .kll-june-product__media {
    min-height: 0;
    aspect-ratio: 16 / 11;
  }

  .kll-august-page .kll-city-shop .kll-city-product--featured .kll-june-product__body {
    min-height: 250px;
  }

  .kll-august-page .kll-city-shop .kll-june-product__body {
    padding: 0.8rem 0.7rem 0.9rem;
  }

  .kll-august-page .kll-city-shop .kll-june-product h3 {
    font-size: 0.78rem;
  }

  .kll-august-page .kll-city-shop .kll-june-product__body > span {
    font-size: 0.9rem;
  }

  .kll-august-page .kll-city-shop .kll-june-product__body button {
    min-height: 39px;
    font-size: 0.6rem;
  }
}

/* Hidden category cards must always win over the featured-card layout.
   Without this final guard, the first featured product in every category
   receives display:grid and remains visible after switching tabs. */
.kll-august-page .kll-city-shop [data-kll-product-card][hidden] {
  display: none !important;
}

/* =========================================================
   ANIME CITY RUSH — product station visual skin
   Presentation only: July collection loops, filters, cart hooks,
   reward calculations and responsive product grid remain intact.
   ========================================================= */
.kll-august-page .kll-august-shop-skin {
  --kll-city-night: #050a12;
  --kll-city-panel: #09121f;
  --kll-city-panel-2: #0d1928;
  --kll-city-paper: #f4f3ef;
  --kll-city-white: #f7f8fb;
  --kll-city-muted: #9aa5b5;
  --kll-city-red: #ef3f43;
  --kll-city-red-dark: #b6252e;
  --kll-city-cyan: #6bd5e7;
  --kll-city-line: rgba(159, 184, 207, 0.22);
  isolation: isolate;
  padding-top: clamp(4.75rem, 8vw, 7.5rem);
  padding-bottom: clamp(5rem, 9vw, 8rem);
  color: var(--kll-city-white);
  background:
    linear-gradient(rgba(107, 213, 231, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(107, 213, 231, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 83% 8%, rgba(239, 63, 67, 0.18), transparent 30rem),
    linear-gradient(180deg, #070d16 0%, var(--kll-city-night) 58%, #070d16 100%);
  background-size: 72px 72px, 72px 72px, auto, auto;
}

.kll-august-page .kll-august-shop-skin::before {
  top: 0;
  right: auto;
  left: 0;
  width: 100%;
  height: 5px;
  border-radius: 0;
  background: linear-gradient(
    90deg,
    var(--kll-city-red) 0 31%,
    var(--kll-city-white) 31% 34%,
    var(--kll-city-cyan) 34% 100%
  );
  filter: none;
  opacity: 1;
}

.kll-august-page .kll-august-shop-skin::after {
  content: "KOOLLIA / AUGUST ROUTE / CONVENTION PREP";
  position: absolute;
  top: 1.35rem;
  right: max(1.5rem, calc((100vw - 1320px) / 2));
  z-index: 0;
  color: rgba(247, 248, 251, 0.34);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1;
  pointer-events: none;
}

.kll-august-page .kll-august-shop-skin .kll-june-shop__head {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(250px, 0.75fr);
  gap: clamp(1.5rem, 4vw, 5rem);
  align-items: end;
  max-width: 1320px;
  margin: 0 auto clamp(2rem, 4vw, 3.5rem);
  text-align: left;
}

.kll-august-page .kll-august-shop-skin .kll-june-shop__head > div {
  position: relative;
  padding-left: clamp(1.4rem, 2.5vw, 2.25rem);
}

.kll-august-page .kll-august-shop-skin .kll-june-shop__head > div::before {
  content: "03";
  position: absolute;
  top: 0.2rem;
  left: 0;
  color: var(--kll-city-red);
  font-size: 0.65rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.kll-august-page .kll-august-shop-skin .kll-june-shop__head > div::after {
  content: "";
  position: absolute;
  top: 1.35rem;
  bottom: 0.3rem;
  left: 0.28rem;
  width: 1px;
  background: linear-gradient(var(--kll-city-red), var(--kll-city-cyan));
}

.kll-august-page .kll-august-shop-skin .kll-june-kicker {
  margin: 0 0 0.8rem;
  color: var(--kll-city-red);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.18em;
  line-height: 1.35;
  text-align: left;
  text-transform: uppercase;
}

.kll-august-page .kll-august-shop-skin .kll-june-shop__head h2 {
  display: block;
  margin: 0;
  padding: 0;
  color: var(--kll-city-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(2.5rem, 6.2vw, 5.8rem);
  font-style: italic;
  font-weight: 950;
  letter-spacing: -0.075em;
  line-height: 0.86;
  text-transform: uppercase;
}

.kll-august-page .kll-august-shop-skin .kll-june-shop__head h2::after {
  display: none;
}

.kll-august-page .kll-august-shop-skin .kll-june-shop__head > p {
  position: relative;
  margin: 0;
  border-top: 1px solid var(--kll-city-line);
  padding: 1.1rem 0 0 1rem;
  color: var(--kll-city-muted);
  font-size: clamp(0.82rem, 1.25vw, 0.95rem);
  line-height: 1.65;
}

.kll-august-page .kll-august-shop-skin .kll-june-shop__head > p::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 4rem;
  height: 1px;
  background: var(--kll-city-red);
}

.kll-august-page .kll-august-shop-skin .kll-june-shop__layout {
  max-width: 1320px;
  margin: 0 auto;
  gap: clamp(1rem, 2vw, 1.5rem);
}

.kll-august-page .kll-august-shop-skin .kll-june-cart-rail {
  overflow: visible;
  border: 1px solid var(--kll-city-line);
  border-radius: 0;
  padding: clamp(1rem, 2vw, 1.4rem);
  color: var(--kll-city-white);
  background:
    linear-gradient(135deg, rgba(239, 63, 67, 0.07), transparent 36%),
    rgba(7, 15, 25, 0.97);
  box-shadow: 12px 12px 0 rgba(0, 0, 0, 0.22);
}

.kll-august-page .kll-august-shop-skin .kll-june-cart-rail::before {
  content: "REWARD LINE";
  position: absolute;
  top: -0.72rem;
  left: 0.8rem;
  padding: 0.28rem 0.5rem;
  color: #fff;
  background: var(--kll-city-red);
  font-size: 0.56rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  line-height: 1;
}

.kll-august-page .kll-august-shop-skin .kll-june-cart-rail__top p,
.kll-august-page .kll-august-shop-skin .kll-june-cart-rail__items p {
  color: var(--kll-city-muted);
  letter-spacing: 0.14em;
}

.kll-august-page .kll-august-shop-skin .kll-june-cart-rail__top strong {
  color: var(--kll-city-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  letter-spacing: -0.045em;
}

.kll-august-page .kll-august-shop-skin .kll-june-cart-rail__progress > span {
  color: var(--kll-city-white);
}

.kll-august-page .kll-august-shop-skin .kll-june-cart-rail__track {
  position: relative;
  height: 4px;
  overflow: visible;
  border-radius: 0;
  background: rgba(159, 184, 207, 0.2);
}

.kll-august-page .kll-august-shop-skin .kll-june-cart-rail__track::before,
.kll-august-page .kll-august-shop-skin .kll-june-cart-rail__track::after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 9px;
  height: 9px;
  border: 1px solid var(--kll-city-cyan);
  border-radius: 50%;
  background: var(--kll-city-night);
  transform: translate(-50%, -50%);
}

.kll-august-page .kll-august-shop-skin .kll-june-cart-rail__track::before {
  left: 33.333%;
}

.kll-august-page .kll-august-shop-skin .kll-june-cart-rail__track::after {
  left: 100%;
}

.kll-august-page .kll-august-shop-skin .kll-june-cart-rail__track i {
  border-radius: 0;
  background: linear-gradient(90deg, var(--kll-city-red), var(--kll-city-cyan));
  box-shadow: 0 0 18px rgba(107, 213, 231, 0.38);
}

.kll-august-page .kll-august-shop-skin .kll-june-cart-rail__milestones,
.kll-august-page .kll-august-shop-skin .kll-june-cart-rail__notice,
.kll-august-page .kll-august-shop-skin .kll-june-cart-rail__gift,
.kll-august-page .kll-august-shop-skin .kll-june-cart-rail__gift-copy em {
  color: var(--kll-city-muted);
}

.kll-august-page .kll-august-shop-skin .kll-june-cart-rail__gift-media {
  border-color: var(--kll-city-line);
  border-radius: 0;
  background: var(--kll-city-panel);
}

.kll-august-page .kll-august-shop-skin .kll-june-cart-rail__gift-copy span {
  color: var(--kll-city-red);
}

.kll-august-page .kll-august-shop-skin .kll-june-cart-rail__gift-copy strong {
  color: var(--kll-city-white);
}

.kll-august-page .kll-august-shop-skin .kll-june-tabs {
  position: relative;
  isolation: isolate;
  justify-content: stretch;
  gap: 0;
  margin-bottom: 1rem;
  border: 1px solid var(--kll-city-line);
  padding: 0;
  background: var(--kll-city-night);
}

.kll-august-page .kll-august-shop-skin .kll-june-tabs::before {
  content: "";
  position: absolute;
  top: 1.05rem;
  right: 7%;
  left: 7%;
  z-index: -1;
  height: 1px;
  background: linear-gradient(90deg, var(--kll-city-red), var(--kll-city-cyan));
  opacity: 0.72;
}

.kll-august-page .kll-august-shop-skin .kll-june-tabs button {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 72px;
  flex: 1 1 25%;
  align-content: end;
  border: 0;
  border-right: 1px solid var(--kll-city-line);
  border-radius: 0;
  padding: 2rem 0.85rem 0.78rem;
  color: #a4b2c3;
  background: rgba(9, 18, 31, 0.92);
  box-shadow: none;
  font-size: 0.64rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
}

.kll-august-page .kll-august-shop-skin .kll-june-tabs button:last-child {
  border-right: 0;
}

.kll-august-page .kll-august-shop-skin .kll-june-tabs button::before {
  content: "";
  position: absolute;
  top: 0.72rem;
  left: 0.85rem;
  width: 9px;
  height: 9px;
  border: 1px solid #a4b2c3;
  border-radius: 50%;
  background: var(--kll-city-night);
  transition: border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.kll-august-page .kll-august-shop-skin .kll-june-tabs button:hover {
  color: #fff;
  background: var(--kll-city-panel-2);
  box-shadow: none;
  transform: none;
}

.kll-august-page .kll-august-shop-skin .kll-june-tabs button.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--kll-city-red), #d92f36);
  box-shadow: none;
}

.kll-august-page .kll-august-shop-skin .kll-june-tabs button.is-active::before {
  border-color: #fff;
  background: #fff;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.14);
}

.kll-august-page .kll-august-shop-skin .kll-june-waterfall {
  gap: clamp(0.65rem, 1.2vw, 1rem);
}

.kll-august-page .kll-august-shop-skin .kll-june-product,
.kll-august-page .kll-august-shop-skin .kll-june-view-card,
.kll-august-page .kll-august-shop-skin .kll-june-empty {
  position: relative;
  border: 1px solid rgba(159, 184, 207, 0.24);
  border-radius: 0;
  background: var(--kll-city-panel);
  box-shadow: none;
}

.kll-august-page .kll-august-shop-skin .kll-june-product::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 42%;
  height: 3px;
  background: var(--kll-city-red);
  transform: scaleX(0.18);
  transform-origin: left;
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.kll-august-page .kll-august-shop-skin .kll-june-product:hover {
  border-color: rgba(107, 213, 231, 0.52);
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.28);
  transform: translate(-3px, -3px);
}

.kll-august-page .kll-august-shop-skin .kll-june-product:hover::before {
  transform: scaleX(1);
}

.kll-august-page .kll-august-shop-skin .kll-june-product__media {
  position: relative;
  border-bottom: 1px solid var(--kll-city-line);
  background:
    linear-gradient(135deg, rgba(107, 213, 231, 0.08), transparent 38%),
    #111a25;
}

.kll-august-page .kll-august-shop-skin .kll-june-product__media::after {
  content: "CITY PICK";
  position: absolute;
  right: 0.55rem;
  bottom: 0.5rem;
  z-index: 2;
  padding: 0.25rem 0.38rem;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(5, 10, 18, 0.78);
  font-size: 0.48rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  line-height: 1;
  pointer-events: none;
}

.kll-august-page .kll-august-shop-skin .kll-june-product__image {
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1), filter 420ms ease;
}

.kll-august-page .kll-august-shop-skin .kll-june-product:hover .kll-june-product__image {
  filter: saturate(1.06) contrast(1.02);
  transform: scale(1.045);
}

.kll-august-page .kll-august-shop-skin .kll-june-product__body {
  gap: 0.55rem;
  min-height: 205px;
  border-top: 3px solid rgba(239, 63, 67, 0.75);
  padding: clamp(0.85rem, 1.5vw, 1.1rem);
  color: var(--kll-city-white);
  background:
    linear-gradient(135deg, rgba(239, 63, 67, 0.06), transparent 48%),
    var(--kll-city-panel);
}

.kll-august-page .kll-august-shop-skin .kll-june-product__body p {
  color: var(--kll-city-red);
  font-size: 0.6rem;
  letter-spacing: 0.13em;
}

.kll-august-page .kll-august-shop-skin .kll-june-product h3 {
  min-height: 3.8em;
  color: var(--kll-city-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.82rem, 1.15vw, 0.96rem);
  font-weight: 850;
  letter-spacing: -0.025em;
  line-height: 1.28;
  -webkit-line-clamp: 3;
}

.kll-august-page .kll-august-shop-skin .kll-june-product h3 a:hover {
  color: var(--kll-city-cyan);
}

.kll-august-page .kll-august-shop-skin .kll-june-product__body > span {
  color: var(--kll-city-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.05rem;
  letter-spacing: -0.025em;
}

.kll-august-page .kll-august-shop-skin .kll-june-product__body button {
  position: relative;
  min-height: 44px;
  overflow: hidden;
  border: 1px solid rgba(247, 248, 251, 0.34);
  border-radius: 0;
  color: var(--kll-city-white);
  background: transparent;
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.kll-august-page .kll-august-shop-skin .kll-june-product__body button:hover:not(:disabled) {
  border-color: var(--kll-city-red);
  color: #fff;
  background: var(--kll-city-red);
  transform: none;
}

.kll-august-page .kll-august-shop-skin .kll-june-product__body button.is-added {
  border-color: var(--kll-city-cyan);
  color: var(--kll-city-night);
  background: var(--kll-city-cyan);
}

.kll-august-page .kll-august-shop-skin .kll-june-view-card {
  min-height: 14rem;
  border-color: var(--kll-city-red);
  color: #fff;
  background:
    repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.04) 0 8px, transparent 8px 16px),
    var(--kll-city-red-dark);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kll-august-page .kll-august-shop-skin .kll-june-empty {
  border-color: var(--kll-city-line);
  color: var(--kll-city-muted);
  background: var(--kll-city-panel);
}

.kll-august-page .kll-august-shop-skin [data-kll-product-card][hidden] {
  display: none !important;
}

@media screen and (max-width: 989px) {
  .kll-august-page .kll-august-shop-skin .kll-june-shop__head {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .kll-august-page .kll-august-shop-skin .kll-june-shop__head > p {
    max-width: 42rem;
  }
}

@media screen and (max-width: 749px) {
  .kll-august-page .kll-august-shop-skin {
    padding: 4.25rem 1rem 5rem;
    background-size: 42px 42px, 42px 42px, auto, auto;
  }

  .kll-august-page .kll-august-shop-skin::after {
    top: 1.2rem;
    right: 1rem;
    max-width: calc(100% - 2rem);
    overflow: hidden;
    font-size: 0.5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .kll-august-page .kll-august-shop-skin .kll-june-shop__head {
    margin-bottom: 1.75rem;
  }

  .kll-august-page .kll-august-shop-skin .kll-june-shop__head h2 {
    font-size: clamp(2.35rem, 13vw, 4rem);
  }

  .kll-august-page .kll-august-shop-skin .kll-june-tabs {
    justify-content: flex-start;
  }

  .kll-august-page .kll-august-shop-skin .kll-june-tabs::before {
    right: 2rem;
    left: 2rem;
    min-width: 20rem;
  }

  .kll-august-page .kll-august-shop-skin .kll-june-tabs button {
    min-width: 9rem;
    flex: 0 0 9rem;
  }

  .kll-august-page .kll-august-shop-skin .kll-june-product__body {
    min-height: 190px;
    padding: 0.8rem 0.68rem 0.75rem;
  }

  .kll-august-page .kll-august-shop-skin .kll-june-product h3 {
    font-size: 0.75rem;
  }

  .kll-august-page .kll-august-shop-skin .kll-june-product__body > span {
    font-size: 0.92rem;
  }

  .kll-august-page .kll-august-shop-skin .kll-june-product__body button {
    padding-right: 0.45rem;
    padding-left: 0.45rem;
    font-size: 0.56rem;
    letter-spacing: 0.08em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kll-august-page .kll-august-shop-skin .kll-june-product,
  .kll-august-page .kll-august-shop-skin .kll-june-product::before,
  .kll-august-page .kll-august-shop-skin .kll-june-product__image,
  .kll-august-page .kll-august-shop-skin .kll-june-tabs button,
  .kll-august-page .kll-august-shop-skin .kll-june-tabs button::before {
    transition-duration: 0.01ms !important;
  }
}

/* Mobile reward route compact pass.
   Desktop keeps the existing three-column editorial layout; phone screens get
   one concise reward panel so the gift visuals do the work. */
@media (max-width: 749px) {
  .kll-august-page .kll-june-campaign {
    padding: 2.35rem 0 2.5rem;
  }

  .kll-august-page .kll-june-campaign__header {
    width: calc(100% - 2rem);
    margin-bottom: 1rem;
  }

  .kll-august-page .kll-june-kicker--center {
    margin-bottom: 0.65rem;
    font-size: 0.58rem;
    letter-spacing: 0.12em;
  }

  .kll-august-page .kll-june-campaign h2 {
    max-width: 13ch;
    font-size: clamp(2rem, 10.2vw, 2.8rem);
    line-height: 0.9;
  }

  .kll-august-page .kll-june-campaign__subtitle {
    max-width: 31ch;
    margin-top: 0.75rem;
    font-size: 0.72rem;
    line-height: 1.45;
  }

  .kll-city-reward-line {
    width: calc(100% - 4rem);
    margin-bottom: 0.9rem;
  }

  .kll-city-reward-line button {
    width: 1.55rem;
    height: 1.55rem;
    font-size: 0.5rem;
  }

  .kll-august-page .kll-june-campaign__editorial {
    width: calc(100% - 2rem);
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.12);
  }

  .kll-august-page .kll-june-reward-card,
  .kll-august-page .kll-june-reward-card--highlight,
  .kll-august-page .kll-june-reward-card--split,
  .kll-august-page .kll-june-reward-card--reverse {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(96px, 31%);
    grid-template-rows: minmax(108px, auto);
    min-height: 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .kll-august-page .kll-june-reward-card--highlight {
    grid-template-columns: 1fr;
    min-height: 112px;
  }

  .kll-august-page .kll-june-reward-card:last-child {
    border-bottom: 0;
  }

  .kll-august-page .kll-june-reward-card--highlight::before {
    inset: auto 0.08em -0.18em auto;
    font-size: 5.6rem;
  }

  .kll-august-page .kll-june-reward-card__content,
  .kll-august-page .kll-june-reward-card--highlight .kll-june-reward-card__content {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    padding: 0.85rem 0.95rem;
  }

  .kll-august-page .kll-june-reward-card__num {
    position: absolute;
    top: 0.5rem;
    right: 0.7rem;
    z-index: 1;
    margin: 0;
    font-size: 1.45rem;
    opacity: 0.22;
    pointer-events: none;
  }

  .kll-august-page .kll-june-reward-card__label {
    margin: 0 0 0.3rem;
    font-size: 0.5rem;
    letter-spacing: 0.12em;
    line-height: 1.2;
  }

  .kll-august-page .kll-june-reward-card h3 {
    max-width: 20ch;
    font-size: clamp(0.98rem, 4.9vw, 1.22rem);
    line-height: 1.04;
    letter-spacing: -0.01em;
  }

  .kll-august-page .kll-june-reward-card p {
    display: none;
  }

  .kll-august-page .kll-june-reward__link {
    margin-top: 0.48rem;
    font-size: 0.58rem;
    letter-spacing: 0.1em;
  }

  .kll-august-page .kll-june-reward-card__visual,
  .kll-august-page .kll-city-gift-visual {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    height: 100%;
    min-height: 108px;
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
  }

  .kll-august-page .kll-city-gift-visual img {
    min-height: 0;
    height: 100%;
    max-height: 132px;
    padding: 0.42rem;
    object-fit: contain;
  }

  .kll-august-page .kll-june-campaign__actions {
    width: calc(100% - 2rem);
    margin-top: 1rem;
  }

  .kll-august-page .kll-june-campaign__actions .kll-june-btn-primary,
  .kll-august-page .kll-june-campaign__actions .kll-june-btn-secondary {
    min-height: 44px;
    padding: 0.8rem 1.25rem;
    font-size: 0.68rem;
  }
}
