/* ==========================================================================
   CHILL-guide-Control v1.2.1 — "STICKER BOMB" skin
   Streetwear collage direction: ghost display type, rotated sticker panel,
   purple haze accents, tape strips, stamp badges. All CSS/SVG — zero image
   requests, one Google Fonts request. Bottom nav/section structure kept.
   ========================================================================== */

.chill-guide,
.chill-guide * { box-sizing: border-box; }

.chill-guide {
  --cg-bg: #060705;
  --cg-card: rgba(10, 12, 7, .88);
  --cg-green: #c6f11e;
  --cg-green-2: #96cf07;
  --cg-purple: #9d5cff;
  --cg-purple-2: #6d34d9;
  --cg-orange: #ff8a1e;
  --cg-mint: #4ade80;
  --cg-text: #f4f6ec;
  --cg-muted: rgba(244, 246, 236, .68);
  --cg-line: rgba(198, 241, 30, .18);
  --cg-line-strong: rgba(198, 241, 30, .5);

  --cg-display: "Anton", "Arial Black", sans-serif;
  --cg-marker: "Permanent Marker", cursive;
  --cg-jp: "Noto Sans JP", "Hiragino Sans", sans-serif;

  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin: 0 0 48px;
  padding: 56px 0 72px;
  transform: translateX(-50%);
  color: var(--cg-text);
  font-family: var(--cg-jp);
  background:
    radial-gradient(ellipse 46% 34% at 84% 6%, rgba(157, 92, 255, .13), transparent 60%),
    radial-gradient(ellipse 40% 30% at 68% 30%, rgba(198, 241, 30, .07), transparent 60%),
    radial-gradient(ellipse 50% 36% at 8% 80%, rgba(157, 92, 255, .06), transparent 60%),
    #060705;
  overflow: hidden;
  isolation: isolate;
}

@supports (width: 100dvw) {
  .chill-guide { width: 100dvw; max-width: 100dvw; }
}

.chill-guide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .5;
  background-image:
    linear-gradient(rgba(198,241,30,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(198,241,30,.05) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at 20% 0%, #000, transparent 55%);
  pointer-events: none;
}

.chill-guide a { color: inherit; text-decoration: none !important; }
.chill-guide__rail { width: min(100% - 44px, 1360px); margin: 0 auto; }

/* ---------- hero ---------- */
.chill-guide-kicker {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  margin: 0 0 20px !important;
  color: var(--cg-green) !important;
  font-family: var(--cg-display) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  letter-spacing: .3em !important;
  line-height: 1 !important;
  text-transform: uppercase;
}
.chill-guide-kicker::before { content: "✳"; font-size: 17px; letter-spacing: 0; }

.chill-guide-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 640px);
  align-items: center;
  gap: 48px;
  margin: 0 0 34px;
  padding: 20px 0 44px;
}

.chill-guide-hero__copy { min-width: 0; }

.chill-guide-hero h1 {
  margin: 0 !important;
  color: var(--cg-text) !important;
  font-family: var(--cg-jp) !important;
  font-size: clamp(40px, 5vw, 76px) !important;
  line-height: 1.06 !important;
  font-weight: 900 !important;
  letter-spacing: -.02em !important;
}
.chill-guide-hero h1 span {
  display: block;
  margin-top: 6px;
  color: var(--cg-green);
  font-family: var(--cg-display);
  font-weight: 400;
  font-size: clamp(52px, 6.2vw, 96px);
  line-height: .94;
  letter-spacing: .01em;
  text-transform: uppercase;
  text-shadow: 4px 4px 0 rgba(0,0,0,.55);
}

.chill-guide-hero__script {
  display: inline-block;
  margin: 10px 0 0;
  color: var(--cg-purple);
  font-family: var(--cg-marker);
  font-size: clamp(19px, 1.8vw, 26px);
  line-height: 1.1;
  transform: rotate(-6deg);
  text-shadow: 0 0 18px rgba(157,92,255,.45);
}

.chill-guide-hero__copy > p:not(.chill-guide-kicker) {
  width: min(100%, 560px);
  margin: 26px 0 0 !important;
  color: var(--cg-muted) !important;
  font-size: 15px !important;
  line-height: 1.9 !important;
  font-weight: 500 !important;
}

.chill-guide-start {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  margin-top: 30px;
  padding: 0 30px;
  border-radius: 8px;
  color: #0a1202 !important;
  background: var(--cg-green);
  font-family: var(--cg-display);
  font-size: 16px;
  letter-spacing: .14em;
  text-transform: uppercase;
  box-shadow: 5px 5px 0 rgba(198,241,30,.22);
  transition: transform .15s ease, box-shadow .15s ease;
}
.chill-guide-start:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 rgba(198,241,30,.28); }
.chill-guide-start span { font-size: 19px; }

/* ---------- hero collage ---------- */
.chill-guide-hero__sticker {
  position: relative;
  min-height: 420px;
  border: 0;
  background: none;
  box-shadow: none;
  overflow: visible;
}

.chill-guide-collage {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background:
    radial-gradient(ellipse 55% 45% at 18% 20%, rgba(157,92,255,.4), transparent 60%),
    radial-gradient(ellipse 45% 40% at 85% 80%, rgba(157,92,255,.25), transparent 60%),
    radial-gradient(ellipse 60% 50% at 60% 40%, rgba(198,241,30,.08), transparent 65%),
    repeating-linear-gradient(23deg, rgba(255,255,255,.014) 0 2px, transparent 2px 7px),
    #0b0d08;
  border: 1px solid rgba(198,241,30,.2);
  transform: rotate(-1.6deg);
  box-shadow: 0 34px 90px rgba(0,0,0,.55), inset 0 0 0 1px rgba(255,255,255,.02);
  overflow: hidden;
}

.chill-guide-collage__ghost {
  position: absolute;
  left: 4%;
  top: 2%;
  font-family: var(--cg-display);
  font-size: clamp(90px, 10vw, 150px);
  line-height: .88;
  letter-spacing: .01em;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 2px rgba(198,241,30,.34);
  user-select: none;
  pointer-events: none;
}

.chill-guide-mascot {
  position: absolute;
  inset: auto;
  display: block;
  right: 6%;
  bottom: -4%;
  width: min(58%, 320px);
  filter: drop-shadow(0 24px 34px rgba(0,0,0,.5)) drop-shadow(0 0 30px rgba(198,241,30,.18));
  transform: rotate(4deg);
}
.chill-guide-mascot svg { display: block; width: 100%; height: auto; }

.chill-guide-sticker {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--cg-display);
  letter-spacing: .1em;
  text-transform: uppercase;
  user-select: none;
}
.chill-guide-sticker--relax {
  left: 58%;
  top: 5%;
  padding: 9px 22px;
  color: #fff;
  background: linear-gradient(160deg, var(--cg-purple), var(--cg-purple-2));
  border: 2px solid #0b0d08;
  font-size: 19px;
  transform: rotate(9deg);
  box-shadow: 4px 6px 0 rgba(0,0,0,.4);
}
.chill-guide-sticker--focus {
  right: -4%;
  top: 24%;
  flex-direction: column;
  gap: 2px;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  color: var(--cg-green);
  background: #0c0e09;
  border: 2px solid rgba(198,241,30,.55);
  font-size: 16px;
  transform: rotate(8deg);
  box-shadow: 0 10px 26px rgba(0,0,0,.5), inset 0 0 0 6px rgba(198,241,30,.08);
}
.chill-guide-sticker--focus i {
  width: 22px;
  height: 22px;
  border: 2px solid currentColor;
  border-radius: 50%;
  position: relative;
}
.chill-guide-sticker--focus i::before,
.chill-guide-sticker--focus i::after {
  content: "";
  position: absolute;
  background: currentColor;
}
.chill-guide-sticker--focus i::before { left: 50%; top: -5px; bottom: -5px; width: 2px; transform: translateX(-50%); }
.chill-guide-sticker--focus i::after { top: 50%; left: -5px; right: -5px; height: 2px; transform: translateY(-50%); }

.chill-guide-sticker--active {
  right: 3%;
  bottom: 8%;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  color: var(--cg-orange);
  border: 3px double var(--cg-orange);
  background: rgba(255,138,30,.06);
  font-size: 22px;
  letter-spacing: .06em;
  transform: rotate(-11deg);
  opacity: .95;
  box-shadow: inset 0 0 0 7px transparent, inset 0 0 0 9px rgba(255,138,30,.35);
}

.chill-guide-tape {
  position: absolute;
  z-index: 5;
  left: -5%;
  bottom: 13%;
  padding: 12px 34px;
  color: var(--cg-text);
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.05) 0 2px, transparent 2px 9px),
    #101208;
  border-top: 2px dashed rgba(244,246,236,.25);
  border-bottom: 2px dashed rgba(244,246,236,.25);
  font-family: var(--cg-marker);
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1;
  white-space: nowrap;
  transform: rotate(-7deg);
  box-shadow: 0 12px 26px rgba(0,0,0,.45);
}
.chill-guide-tape::before,
.chill-guide-tape::after { content: "✦"; margin: 0 12px; color: var(--cg-green); font-size: .8em; }

/* ---------- nav cards ---------- */
.chill-guide-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 54px;
}

.chill-guide-navcard {
  --nav-accent: var(--cg-green);
  --nav-glow: rgba(198,241,30,.16);
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 128px;
  padding: 20px 18px 20px 20px;
  border: 1px solid color-mix(in srgb, var(--nav-accent) 34%, transparent);
  border-radius: 16px;
  color: var(--cg-text) !important;
  background:
    radial-gradient(ellipse 70% 65% at 12% 108%, var(--nav-glow), transparent 60%),
    var(--cg-card);
  overflow: hidden;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.chill-guide-navcard:hover {
  transform: translateY(-4px) rotate(-.4deg);
  border-color: var(--nav-accent);
  box-shadow: 0 18px 40px rgba(0,0,0,.45), 0 0 24px var(--nav-glow);
}
.chill-guide-navcard--c1 { --nav-accent: var(--cg-green);  --nav-glow: rgba(198,241,30,.17); }
.chill-guide-navcard--c2 { --nav-accent: var(--cg-purple); --nav-glow: rgba(157,92,255,.2); }
.chill-guide-navcard--c3 { --nav-accent: var(--cg-orange); --nav-glow: rgba(255,138,30,.16); }
.chill-guide-navcard--c4 { --nav-accent: var(--cg-mint);   --nav-glow: rgba(74,222,128,.16); }

.chill-guide-navcard__icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  color: var(--nav-accent);
  border: 2px solid color-mix(in srgb, var(--nav-accent) 65%, transparent);
  background: color-mix(in srgb, var(--nav-accent) 8%, transparent);
}
.chill-guide-navcard__icon svg {
  display: block;
  width: 34px;
  height: 34px;
  filter: drop-shadow(0 0 10px var(--nav-glow));
}

.chill-guide-navcard__text strong {
  display: block;
  overflow: hidden;
  color: var(--cg-text);
  font-size: 17.5px;
  line-height: 1.25;
  font-weight: 900;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.chill-guide-navcard__text em {
  display: block;
  margin-top: 5px;
  color: var(--cg-muted);
  font-size: 12px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 600;
}

.chill-guide-navcard__arrow {
  position: absolute;
  right: 14px;
  bottom: 12px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #0a1202;
  background: var(--nav-accent);
  font-size: 18px;
  font-weight: 900;
  transition: transform .18s ease;
}
.chill-guide-navcard:hover .chill-guide-navcard__arrow { transform: translateX(3px); }

/* ---------- sections ---------- */
.chill-guide-section {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 56px;
  align-items: center;
  padding: 58px 0;
  border-top: 1px dashed rgba(198,241,30,.22);
  scroll-margin-top: 110px;
}

.chill-guide-section__head { display: grid; grid-template-columns: 1fr; gap: 14px; }

.chill-guide-section__num {
  display: block;
  font-family: var(--cg-display);
  font-size: 96px;
  line-height: .85;
  color: transparent;
  -webkit-text-stroke: 2px rgba(198,241,30,.55);
}

.chill-guide-section__head p {
  margin: 0 0 8px !important;
  color: var(--cg-purple) !important;
  font-family: var(--cg-display) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: .26em !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

.chill-guide-section__head h2 {
  margin: 0 0 12px !important;
  color: var(--cg-text) !important;
  font-size: clamp(30px, 3.2vw, 44px) !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  letter-spacing: -.02em !important;
}

.chill-guide-section__head em {
  display: block;
  color: var(--cg-muted);
  font-size: 14px;
  line-height: 1.8;
  font-style: normal;
  font-weight: 500;
}

.chill-guide-section__head a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 36px;
  margin-top: 20px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--cg-green) !important;
  border: 1px solid rgba(198,241,30,.4);
  background: transparent;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  transition: background .15s ease, color .15s ease;
}
.chill-guide-section__head a:hover { background: var(--cg-green); color: #0a1202 !important; }

/* ---------- panels / steps ---------- */
.chill-guide-panel {
  position: relative;
  min-width: 0;
  border: 1px solid var(--cg-line);
  border-radius: 16px;
  background: var(--cg-card);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02), 0 18px 52px rgba(0,0,0,.32);
  overflow: hidden;
}
.chill-guide-panel::before,
.chill-guide-panel::after {
  content: "";
  position: absolute;
  width: 92px;
  height: 22px;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.06) 0 2px, transparent 2px 8px),
    rgba(198,241,30,.32);
  opacity: .8;
  pointer-events: none;
}
.chill-guide-panel::before { left: -20px; top: 16px; transform: rotate(-39deg); }
.chill-guide-panel::after { right: -20px; bottom: 16px; transform: rotate(-39deg); }

.chill-guide-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 270px;
}

.chill-guide-step {
  position: relative;
  display: grid;
  place-items: center;
  align-content: center;
  min-width: 0;
  padding: 30px 20px;
  text-align: center;
  border-right: 1px dashed rgba(198,241,30,.2);
}
.chill-guide-step:last-child { border-right: 0; }
.chill-guide-step:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -12px;
  top: 50%;
  z-index: 3;
  color: var(--cg-green);
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
  transform: translateY(-50%);
}

.chill-guide-step__icon {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  margin-bottom: 10px;
  border-radius: 50%;
  color: var(--cg-green);
  border: 2px solid rgba(198,241,30,.4);
  background: rgba(198,241,30,.06);
}
.chill-guide-step__icon svg { display: block; width: 36px; height: 36px; }

.chill-guide-step b {
  display: block;
  font-family: var(--cg-display);
  color: transparent;
  -webkit-text-stroke: 1px rgba(198,241,30,.75);
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
}
.chill-guide-step strong {
  display: block;
  margin-top: 10px;
  color: var(--cg-text);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
}
.chill-guide-step em {
  display: block;
  margin-top: 10px;
  color: var(--cg-muted);
  font-size: 13px;
  line-height: 1.7;
  font-style: normal;
  font-weight: 500;
}

/* ---------- ingredients ---------- */
.chill-guide-ingredients {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.chill-guide-ingredient-card {
  min-width: 0;
  padding: 20px 16px 20px;
  min-height: 258px;
  border: 1px solid rgba(157,92,255,.28);
  border-radius: 16px;
  background:
    radial-gradient(ellipse 80% 45% at 50% 0%, rgba(157,92,255,.14), transparent 60%),
    var(--cg-card);
  text-align: center;
  transition: transform .18s ease, border-color .18s ease;
}
.chill-guide-ingredient-card:hover { transform: translateY(-4px) rotate(.4deg); border-color: rgba(157,92,255,.6); }

.chill-guide-ingredient-card__visual {
  display: block;
  width: 100%;
  height: 96px;
  margin: 0 0 16px;
  border-radius: 10px;
  background:
    radial-gradient(circle at 50% 45%, rgba(157,92,255,.35), transparent 40%),
    repeating-linear-gradient(45deg, rgba(157,92,255,.07) 0 3px, transparent 3px 14px),
    #0d0f09;
  border: 1px solid rgba(157,92,255,.22);
  position: relative;
  overflow: hidden;
}
.chill-guide-ingredient-card__visual i {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-style: normal;
  font-size: 50px;
  filter: drop-shadow(0 0 16px rgba(157,92,255,.4));
}
.chill-guide-ingredient-card__visual img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.chill-guide-ingredient-card strong {
  display: block;
  font-family: var(--cg-display);
  color: var(--cg-text);
  font-size: 23px;
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.chill-guide-ingredient-card p {
  min-height: 58px;
  margin: 12px 0 0 !important;
  color: var(--cg-muted) !important;
  font-size: 12.5px !important;
  line-height: 1.7 !important;
  font-weight: 500 !important;
}

/* ---------- quality ---------- */
.chill-guide-quality {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 240px;
}

.chill-guide-quality-item {
  display: grid;
  place-items: center;
  align-content: center;
  padding: 30px 18px;
  text-align: center;
  border-right: 1px dashed rgba(198,241,30,.2);
}
.chill-guide-quality-item:last-child { border-right: 0; }

.chill-guide-quality-item span {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  margin-bottom: 14px;
  border-radius: 50%;
  color: var(--cg-orange);
  border: 2px solid rgba(255,138,30,.45);
  background: rgba(255,138,30,.06);
}
.chill-guide-quality-item span svg { display: block; width: 36px; height: 36px; }

.chill-guide-quality-item strong {
  display: block;
  color: var(--cg-text);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 900;
}
.chill-guide-quality-item em {
  display: block;
  margin-top: 11px;
  color: var(--cg-muted);
  font-size: 12.5px;
  line-height: 1.7;
  font-style: normal;
  font-weight: 500;
}

/* ---------- faq ---------- */
.chill-guide-faq {
  min-width: 0;
  border: 1px solid rgba(74,222,128,.3);
  border-radius: 16px;
  background: var(--cg-card);
  overflow: hidden;
}

.chill-guide-faq__item { border-bottom: 1px dashed rgba(74,222,128,.22); }
.chill-guide-faq__item:last-child { border-bottom: 0; }

.chill-guide-faq__question {
  all: unset;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 30px;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-height: 60px;
  padding: 0 22px;
  color: var(--cg-text);
  cursor: pointer;
  transition: background .15s ease;
}
.chill-guide-faq__question:hover { background: rgba(74,222,128,.05); }

.chill-guide-faq__question span {
  overflow: hidden;
  font-size: 14.5px;
  line-height: 1.5;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.chill-guide-faq__question i {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(74,222,128,.55);
  border-radius: 50%;
  color: var(--cg-mint);
  transition: transform .2s ease;
}
.chill-guide-faq__question i svg { width: 15px; height: 15px; }
.chill-guide-faq__item.is-open .chill-guide-faq__question i { transform: rotate(45deg); }

.chill-guide-faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .22s ease;
}
.chill-guide-faq__answer > p {
  overflow: hidden;
  margin: 0 !important;
  padding: 0 22px;
  color: var(--cg-muted) !important;
  font-size: 13.5px !important;
  line-height: 1.85 !important;
  font-weight: 500 !important;
}
.chill-guide-faq__item.is-open .chill-guide-faq__answer { grid-template-rows: 1fr; }
.chill-guide-faq__item.is-open .chill-guide-faq__answer > p { padding: 4px 22px 20px; }

@media (prefers-reduced-motion: reduce) {
  .chill-guide-navcard,
  .chill-guide-ingredient-card,
  .chill-guide-start { transition: none; }
}

/* ---------- responsive ---------- */
@media (max-width: 1120px) {
  .chill-guide__rail { width: min(100% - 32px, 1360px); }
  .chill-guide-hero { grid-template-columns: 1fr; gap: 30px; }
  .chill-guide-hero__sticker { min-height: 360px; }
  .chill-guide-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .chill-guide-section { grid-template-columns: 1fr; gap: 26px; }
  .chill-guide-section__head { grid-template-columns: 110px minmax(0, 1fr); align-items: start; }
  .chill-guide-section__num { font-size: 78px; }
}

@media (max-width: 760px) {
  .chill-guide { padding: 36px 0 48px; }
  .chill-guide__rail { width: min(100% - 28px, 1360px); }
  .chill-guide-hero { gap: 22px; margin-bottom: 20px; padding-bottom: 28px; }
  .chill-guide-hero h1 { font-size: clamp(34px, 10vw, 52px) !important; }
  .chill-guide-hero h1 span { font-size: clamp(44px, 13vw, 68px); }
  .chill-guide-hero__copy > p:not(.chill-guide-kicker) { font-size: 13.5px !important; }
  .chill-guide-start { width: 100%; justify-content: center; }
  .chill-guide-hero__sticker { min-height: 300px; }
  .chill-guide-collage__ghost { font-size: clamp(64px, 18vw, 92px); }
  .chill-guide-mascot { width: 62%; right: 2%; }
  .chill-guide-sticker--focus { width: 84px; height: 84px; font-size: 13px; right: 0; }
  .chill-guide-sticker--active { width: 96px; height: 96px; font-size: 17px; }
  .chill-guide-tape { font-size: 19px; padding: 9px 22px; }
  .chill-guide-nav { grid-template-columns: 1fr; gap: 12px; margin-bottom: 30px; }
  .chill-guide-navcard { min-height: 100px; }
  .chill-guide-section { padding: 36px 0; gap: 18px; scroll-margin-top: 78px; }
  .chill-guide-section__head { grid-template-columns: 84px minmax(0, 1fr); gap: 12px; }
  .chill-guide-section__num { font-size: 60px; }
  .chill-guide-section__head h2 { font-size: clamp(26px, 7.5vw, 36px) !important; }
  .chill-guide-steps,
  .chill-guide-quality { grid-template-columns: 1fr; min-height: auto; }
  .chill-guide-step,
  .chill-guide-quality-item {
    min-height: 156px;
    border-right: 0;
    border-bottom: 1px dashed rgba(198,241,30,.2);
  }
  .chill-guide-step:last-child,
  .chill-guide-quality-item:last-child { border-bottom: 0; }
  .chill-guide-step:not(:last-child)::after {
    content: "↓";
    right: auto;
    left: 50%;
    top: auto;
    bottom: -16px;
    transform: translateX(-50%);
  }
  .chill-guide-ingredients { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .chill-guide-ingredient-card { min-height: 226px; }
}

@media (max-width: 460px) {
  .chill-guide__rail { width: min(100% - 22px, 1360px); }
  .chill-guide-navcard__text strong { font-size: 15.5px; }
  .chill-guide-section__head { grid-template-columns: 1fr; }
  .chill-guide-ingredients { grid-template-columns: 1fr; }
  .chill-guide-faq__question { padding: 0 14px; }
  .chill-guide-faq__question span { white-space: normal; }
  .chill-guide-faq__answer > p,
  .chill-guide-faq__item.is-open .chill-guide-faq__answer > p { padding-left: 14px; padding-right: 14px; }
}


/* v1.2.1: custom hero character image support.
   The same wrapper keeps the current size/position; uploaded PNG/JPG replaces the inline SVG fallback. */
.chill-guide-mascot img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}


/* ==========================================================================
   v1.2.2 — Hero right panel full background loop video
   ========================================================================== */

.chill-guide-collage--video {
  background:
    linear-gradient(90deg, rgba(11,13,8,.72), rgba(11,13,8,.18) 42%, rgba(11,13,8,.36)),
    #0b0d08;
}

.chill-guide-collage__video {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: .94;
  filter: saturate(1.18) contrast(1.08) brightness(.84);
  pointer-events: none;
}

.chill-guide-collage--video::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(6,7,5,.78), rgba(6,7,5,.18) 42%, rgba(6,7,5,.30)),
    radial-gradient(ellipse at 72% 46%, transparent 0 44%, rgba(0,0,0,.24) 78%),
    repeating-linear-gradient(23deg, rgba(255,255,255,.015) 0 2px, transparent 2px 7px);
  pointer-events: none;
}

.chill-guide-collage--video .chill-guide-collage__ghost {
  z-index: 2;
}

.chill-guide-collage--video .chill-guide-mascot {
  z-index: 3;
}

/* If you want the video to be the main visual, leave the custom character image field empty.
   If a custom character image is set, it stays as a foreground overlay. */
.chill-guide-collage--video .chill-guide-mascot img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}


/* ==========================================================================
   v1.2.3 — Full-bleed guide hero video + no default SVG mascot
   --------------------------------------------------------------------------
   Video is no longer visually constrained by .chill-guide-collage.
   It is positioned on .chill-guide-hero__sticker and allowed to bleed outside
   the old panel boundary. The inline SVG mascot fallback is disabled in PHP.
   ========================================================================== */

.chill-guide-hero__sticker--video {
  min-height: 440px;
  overflow: visible !important;
}

/* Direct video child of the right hero area.
   It intentionally bleeds outside the old rounded div, so the visual feels full-width. */
.chill-guide-hero__sticker--video > .chill-guide-collage__video {
  position: absolute !important;
  inset: -34px -22px -34px -34px !important;
  z-index: 0 !important;
  width: calc(100% + 56px) !important;
  height: calc(100% + 68px) !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 22px !important;
  opacity: .96 !important;
  filter: saturate(1.18) contrast(1.1) brightness(.84) !important;
  pointer-events: none !important;
}

/* Dark overlay sits over the full-bleed video, not over the small inner box. */
.chill-guide-hero__sticker--video::after {
  content: "";
  position: absolute;
  inset: -34px -22px -34px -34px;
  z-index: 1;
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(6,7,5,.74), rgba(6,7,5,.20) 42%, rgba(6,7,5,.28)),
    radial-gradient(ellipse at 72% 46%, transparent 0 44%, rgba(0,0,0,.22) 78%),
    repeating-linear-gradient(23deg, rgba(255,255,255,.014) 0 2px, transparent 2px 7px);
  pointer-events: none;
}

/* The old collage div becomes an overlay layer only.
   No clipping, no panel background, no border box. */
.chill-guide-hero__sticker--video .chill-guide-collage {
  z-index: 2 !important;
  inset: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  transform: rotate(-1.6deg);
}

.chill-guide-hero__sticker--video .chill-guide-collage::after {
  display: none !important;
}

.chill-guide-hero__sticker--video .chill-guide-collage__ghost {
  z-index: 2 !important;
  opacity: .74;
}

/* Remove the default SVG visually as well, and hide the wrapper when empty. */
.chill-guide-hero__sticker--video .chill-guide-mascot:empty {
  display: none !important;
}

.chill-guide-hero__sticker--video .chill-guide-mascot svg {
  display: none !important;
}

/* Keep stickers/tape above the full-bleed video. */
.chill-guide-hero__sticker--video .chill-guide-sticker,
.chill-guide-hero__sticker--video .chill-guide-tape {
  z-index: 4;
}

.chill-guide-hero__sticker--video .chill-guide-tape {
  z-index: 5;
}

@media (max-width: 760px) {
  .chill-guide-hero__sticker--video {
    min-height: 320px;
  }

  .chill-guide-hero__sticker--video > .chill-guide-collage__video,
  .chill-guide-hero__sticker--video::after {
    inset: -18px -12px -18px -12px !important;
    width: calc(100% + 24px) !important;
    height: calc(100% + 36px) !important;
    border-radius: 18px !important;
  }
}
