/* HonniR — Home Gather (scroll OK — nothing clipped) */

.page-home {
  overflow-x: hidden;
  overflow-y: auto;
}

body.page-home {
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 100dvh;
  overscroll-behavior-x: none;
}

.page-home .app-shell {
  min-height: 100dvh;
  overflow: visible;
}

.page-home .main {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  min-height: 100dvh;
  height: auto !important;
  max-height: none !important;
  display: block;
  overflow: visible !important;
}

.page-home #ice-particles {
  opacity: 0.15;
}

.page-home .wallpaper {
  background-image: url("../img/bg.png");
  background-position: center 40%;
  filter: none;
  transform: none;
  transform-origin: center center;
  opacity: 1;
}

.page-home .atmosphere {
  opacity: 0.2;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(15, 30, 50, 0.18));
}

.page-home .gather__sky {
  display: none;
}

.page-home .flash {
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  width: min(92vw, 420px);
  margin: 0;
}

.page-home .site-footer {
  display: none !important;
}

/* —— Gather root —— */
.gather {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0.85rem 0.75rem 1.75rem;
  box-sizing: border-box;
  min-height: 100dvh;
  height: auto;
  max-height: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: visible;
  --walker-scale: 0.55;
  --walker-frame-w: 122px;
  --walker-frame-h: 324px;
  --walker-balloon-room: 5.5rem;
  --walker-slot-h: calc(var(--walker-frame-h) * var(--walker-scale) + var(--walker-balloon-room));
}

.gather__logo {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  z-index: 12;
  flex: 0 0 auto;
  margin: 0 auto 0.5rem;
  text-align: center;
  pointer-events: none;
  max-width: min(62vw, 340px);
}

.gather__logo img {
  width: 100%;
  max-width: min(62vw, 340px);
  height: auto;
  display: block;
  filter: drop-shadow(0 14px 32px rgba(20, 50, 90, 0.4));
  animation: gatherLogo 4.5s ease-in-out infinite;
}

.gather--minimal .gather__plaza {
  width: min(94vw, 720px);
  min-height: 0;
  margin: 0;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0.65rem;
  padding-top: 0;
  overflow: visible;
}

.gather__bottom {
  margin-top: auto;
  width: 100%;
  max-width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0.65rem;
  min-height: 0;
  overflow: visible;
  padding-bottom: 0.5rem;
}

/* Walk lane — full sprite visible (no clip) */
.gather__walker-slot {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 100%;
  left: auto;
  margin-left: 0;
  align-self: stretch;
  height: var(--walker-slot-h);
  max-height: none;
  flex: 0 0 auto;
  min-height: var(--walker-slot-h);
  pointer-events: none;
  overflow: visible;
}

/* —— Walking novice (v.1.png walk → v.1-1.png stand) —— */
.home-walker {
  position: absolute;
  left: 0;
  bottom: 0;
  top: auto;
  z-index: 5;
  margin: 0;
  padding: 0;
  pointer-events: none;
  transform: none;
  will-change: left;
  background: transparent;
  width: calc(var(--walker-frame-w) * var(--walker-scale));
  height: calc(var(--walker-frame-h) * var(--walker-scale));
}

/* Visual-sized frame — no transform scale (avoids overflow clipping) */
.home-walker__sprite {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: calc(800px * var(--walker-scale)) calc(340px * var(--walker-scale));
  background-position: calc(-16px * var(--walker-scale)) calc(-2px * var(--walker-scale));
  image-rendering: pixelated;
  image-rendering: crisp-edges;
  transform: none;
  transform-origin: center bottom;
  overflow: hidden;
}

.home-walker.is-left .home-walker__sprite {
  transform: scaleX(-1);
}

.home-walker.is-stand {
  width: calc(160px * var(--walker-scale));
  height: calc(340px * var(--walker-scale));
}

.home-walker.is-stand .home-walker__sprite {
  background-size: calc(160px * var(--walker-scale)) calc(340px * var(--walker-scale));
  background-position: 0 0;
}

/* Pixel welcome balloon — sit just above scaled sprite head */
.home-walker__balloon {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.45rem);
  z-index: 2;
  width: max-content;
  max-width: min(72vw, 280px);
  margin: 0;
  padding: 0.55rem 0.75rem 0.65rem;
  transform: translateX(-50%) translateY(10px) scale(0.86);
  transform-origin: bottom center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: #fff6e4;
  color: #2b2218;
  border: 3px solid #3d2e1c;
  box-shadow:
    0 0 0 2px #fff6e4,
    5px 5px 0 rgba(30, 20, 10, 0.55),
    inset 0 0 0 2px #d2b48a;
  image-rendering: pixelated;
  transition:
    opacity 0.35s ease,
    transform 0.4s cubic-bezier(0.22, 1.2, 0.36, 1),
    visibility 0.35s ease;
}

.home-walker__balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -11px;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  background: #fff6e4;
  border-right: 3px solid #3d2e1c;
  border-bottom: 3px solid #3d2e1c;
  transform: rotate(45deg);
  box-shadow: 3px 3px 0 rgba(30, 20, 10, 0.35);
}

.home-walker__balloon.is-on {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0) scale(1);
}

.home-walker__balloon-tag {
  display: inline-block;
  margin: 0 0 0.3rem;
  padding: 0.14rem 0.45rem;
  font-family: var(--font);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff8ea;
  background: #4a93b5;
  border: 2px solid #2f5f78;
  box-shadow: 2px 2px 0 rgba(20, 40, 60, 0.35);
}

.home-walker__balloon-text {
  margin: 0;
  font-family: var(--font);
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.4;
  color: #2b2218;
  text-shadow: 1px 0 0 rgba(255, 255, 255, 0.35);
}

.home-walker__balloon-text .px-brand {
  font-family: "Press Start 2P", monospace;
  font-size: 0.52rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #c45a2a;
  vertical-align: middle;
  white-space: nowrap;
}

.home-walker__balloon-text.is-typing::after {
  content: "▌";
  margin-left: 1px;
  color: #4a93b5;
  animation: homeWalkerCaret 0.7s steps(1) infinite;
}

@keyframes homeWalkerCaret {
  50% { opacity: 0; }
}

@media (max-height: 820px) {
  .gather {
    --walker-scale: 0.36;
    --walker-balloon-room: 3.4rem;
    padding: 0.4rem 0.6rem 0.7rem;
  }

  .gather__logo {
    max-width: min(42vw, 220px);
  }

  .gather__logo img {
    max-width: min(42vw, 220px);
  }

  .gather-npc img {
    width: 72px;
    height: 72px;
  }

  .gather-npc--main img {
    width: 88px;
    height: 88px;
  }

  .gather-npc__label {
    min-width: 6.2rem;
    max-width: 8.2rem;
    min-height: 1.75rem;
    padding: 0.28rem 0.75rem 0.35rem;
    font-size: 0.48rem;
  }

  .gather__speech {
    width: min(100%, 360px);
    padding: 0.45rem 0.6rem 0.5rem;
  }

  .gather__speech-text {
    font-size: 0.82rem;
  }

  .gather__hint {
    display: none;
  }
}

@media (max-height: 640px) {
  .gather {
    --walker-scale: 0.28;
    --walker-balloon-room: 2.8rem;
  }

  .gather__logo {
    max-width: min(36vw, 170px);
  }

  .gather__logo img {
    max-width: min(36vw, 170px);
  }

  .gather-npc img {
    width: 58px;
    height: 58px;
  }

  .gather-npc--main img {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 980px) {
  .gather {
    padding: 0.75rem 0.65rem 1.25rem;
    --walker-scale: 0.38;
    --walker-balloon-room: 4rem;
  }

  .gather__logo {
    margin: 0 auto 0.35rem;
    max-width: min(58vw, 220px);
  }

  .gather__logo img {
    max-width: min(58vw, 220px);
  }

  .gather__bottom {
    gap: 0.5rem;
  }

  .gather--minimal .gather__plaza {
    margin-bottom: 0.35rem;
    gap: 0.45rem;
    width: min(96vw, 680px);
    flex: 0 0 auto;
  }

  .gather__walker-slot {
    flex: 0 0 auto;
    max-height: none;
    min-height: var(--walker-slot-h);
    overflow: visible;
  }

  .gather__speech {
    width: min(100%, 340px);
    padding: 0.5rem 0.65rem 0.55rem;
  }

  .gather__speech-text {
    font-size: 0.78rem;
  }

  .gather__speech-name {
    font-size: 0.65rem;
  }

  .gather__cast {
    flex-shrink: 0;
    gap: 0.45rem;
    padding: 0;
  }

  .gather-npc:nth-child(odd),
  .gather-npc:nth-child(even) {
    margin-bottom: 0;
  }

  .gather-npc {
    animation: npcBob 2.8s ease-in-out infinite;
  }

  .gather-npc img {
    width: 72px;
    height: 72px;
  }

  .gather-npc--main img {
    width: 86px;
    height: 86px;
  }

  .gather-npc__hit {
    gap: 0.35rem;
  }

  .gather-npc__label {
    min-width: 6.2rem;
    max-width: 8rem;
    min-height: 1.8rem;
    padding: 0.3rem 0.75rem 0.38rem;
    font-size: 0.5rem;
  }

  .gather__hint {
    display: block;
    font-size: 0.68rem;
  }

  .home-walker__balloon {
    max-width: min(78vw, 200px);
    padding: 0.4rem 0.5rem 0.45rem;
  }

  .home-walker__balloon-text {
    font-size: 0.72rem;
  }

  .home-walker__balloon-text .px-brand {
    font-size: 0.62rem;
  }

  .home-walker__balloon-tag {
    font-size: 0.62rem;
  }
}

@media (max-width: 980px) and (max-height: 740px) {
  .gather {
    --walker-scale: 0.32;
    --walker-balloon-room: 3.5rem;
  }

  .gather__logo {
    max-width: min(48vw, 180px);
  }

  .gather__logo img {
    max-width: min(48vw, 180px);
  }

  .gather__walker-slot {
    max-height: none;
  }

  .gather-npc img {
    width: 64px;
    height: 64px;
  }

  .gather-npc--main img {
    width: 76px;
    height: 76px;
  }
}

.home-walker__sheet {
  display: none !important;
}


.gather__hero {
  position: relative;
  z-index: 4;
  width: 100%;
  min-height: min(78vh, 760px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 0 2rem;
}

.gather__sky {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 42% at 50% 12%, rgba(255, 255, 255, 0.42), transparent 62%),
    radial-gradient(ellipse 45% 35% at 72% 42%, rgba(126, 200, 255, 0.16), transparent 70%),
    linear-gradient(180deg, rgba(236, 246, 255, 0.14), transparent 40%, rgba(8, 22, 40, 0.42));
}

.gather__beam {
  position: absolute;
  left: 50%;
  top: 6%;
  width: min(78vw, 640px);
  height: 340px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.4), transparent 68%);
  animation: gatherBeam 6s ease-in-out infinite;
}

@keyframes gatherBeam {
  0%, 100% { opacity: 0.55; transform: translateX(-50%) scale(1); }
  50% { opacity: 0.95; transform: translateX(-50%) scale(1.08); }
}

.gather__mote {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: calc(10px * var(--s));
  height: calc(10px * var(--s));
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 16px rgba(126, 200, 255, 0.9);
  animation: gatherMote 5.5s ease-in-out infinite;
  animation-delay: var(--d);
}

@keyframes gatherMote {
  0%, 100% { transform: translateY(0) scale(1); opacity: 0.35; }
  50% { transform: translateY(-22px) scale(1.4); opacity: 1; }
}

/* Brand */
.gather__brand {
  position: relative;
  z-index: 4;
  text-align: center;
  margin-bottom: 0.75rem;
}

.gather__brand img {
  width: min(68vw, 360px);
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 14px 36px rgba(42, 159, 216, 0.45));
  animation: gatherLogo 4.5s ease-in-out infinite;
}

@keyframes gatherLogo {
  0%, 100% { filter: drop-shadow(0 14px 36px rgba(42, 159, 216, 0.4)); transform: translateY(0); }
  50% { filter: drop-shadow(0 20px 48px rgba(126, 200, 255, 0.6)); transform: translateY(-5px); }
}

.gather__tagline {
  margin: 0.55rem auto 0;
  max-width: 34rem;
  font-size: 1.05rem;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 2px 12px rgba(15, 40, 70, 0.6);
  min-height: 1.4em;
}

.gather__tagline.is-typing::after,
.typewriter.is-typing::after {
  content: "▌";
  margin-left: 2px;
  opacity: 0.7;
  animation: caretBlink 0.8s steps(1) infinite;
}

@keyframes caretBlink {
  50% { opacity: 0; }
}

/* Plaza — characters talking */
.gather__plaza {
  position: relative;
  z-index: 5;
  width: min(100%, 1080px);
  margin: 0.75rem auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 360px;
  flex: 1;
  justify-content: center;
}

.gather__aura {
  position: absolute;
  left: 50%;
  bottom: 14%;
  width: min(94%, 760px);
  height: 120px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.5), rgba(126, 200, 255, 0.16) 45%, transparent 72%);
  filter: blur(4px);
  pointer-events: none;
  animation: gatherAura 3.8s ease-in-out infinite;
}

@keyframes gatherAura {
  0%, 100% { opacity: 0.7; transform: translateX(-50%) scaleX(1); }
  50% { opacity: 1; transform: translateX(-50%) scaleX(1.1); }
}

/* Same pixel speech style as .home-walker__balloon */
.gather__speech {
  position: relative;
  z-index: 6;
  width: min(100%, 420px);
  margin: 0 auto;
  flex: 0 0 auto;
  padding: 0.55rem 0.75rem 0.65rem;
  background: #fff6e4;
  color: #2b2218;
  border: 3px solid #3d2e1c;
  border-radius: 0;
  box-shadow:
    0 0 0 2px #fff6e4,
    5px 5px 0 rgba(30, 20, 10, 0.55),
    inset 0 0 0 2px #d2b48a;
  text-align: left;
  image-rendering: pixelated;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.gather__speech::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -11px;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  background: #fff6e4;
  border-right: 3px solid #3d2e1c;
  border-bottom: 3px solid #3d2e1c;
  transform: rotate(45deg);
  box-shadow: 3px 3px 0 rgba(30, 20, 10, 0.35);
  backdrop-filter: none;
}

.gather__speech.is-pop {
  animation: speechPop 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes speechPop {
  from { opacity: 0; transform: translateY(10px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.gather__speech-name {
  display: inline-block;
  margin: 0 0 0.3rem;
  padding: 0.14rem 0.45rem;
  font-family: var(--font);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff8ea;
  background: #4a93b5;
  border: 2px solid #2f5f78;
  box-shadow: 2px 2px 0 rgba(20, 40, 60, 0.35);
}

.gather__speech-text {
  margin: 0;
  font-family: var(--font);
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.4;
  color: #2b2218;
  text-shadow: 1px 0 0 rgba(255, 255, 255, 0.35);
}

.gather__cast {
  list-style: none;
  margin: 0;
  padding: 0 0.25rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: clamp(0.35rem, 2.2vw, 1.25rem);
  position: relative;
  z-index: 5;
  width: 100%;
}

.gather-npc {
  flex: 0 0 auto;
  animation: npcBob 2.8s ease-in-out infinite;
  animation-delay: calc(var(--i) * 0.18s);
}

.gather-npc:nth-child(odd) { margin-bottom: 14px; }
.gather-npc:nth-child(even) { margin-bottom: 0; }

@keyframes npcBob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.gather-npc__hit {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  transition: none;
}

.gather-npc__hit:hover,
.gather-npc__hit:focus,
.gather-npc__hit:focus-visible {
  background: transparent;
  outline: none;
  box-shadow: none;
}

.gather-npc__glow {
  position: absolute;
  left: 50%;
  bottom: 28%;
  width: 70%;
  height: 42%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(180, 230, 255, 0.7), rgba(126, 200, 255, 0.2) 45%, transparent 72%);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
  filter: blur(10px);
}

.gather-npc.is-speaking .gather-npc__glow,
.gather-npc__hit:hover .gather-npc__glow {
  opacity: 1;
}

.gather-npc img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  image-rendering: pixelated;
  opacity: 0.92;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  filter:
    drop-shadow(0 0 10px rgba(180, 230, 255, 0.3))
    drop-shadow(0 8px 12px rgba(20, 40, 60, 0.25));
  transition: transform 0.25s ease, filter 0.25s ease, opacity 0.25s ease;
}

.gather-npc--main img {
  width: 108px;
  height: 108px;
  opacity: 1;
}

.gather-npc__hit:hover img {
  opacity: 1;
  transform: translateY(-6px) scale(1.06);
  filter:
    drop-shadow(0 0 18px rgba(180, 230, 255, 0.75))
    drop-shadow(0 12px 18px rgba(20, 40, 60, 0.3));
}

.gather-npc.is-speaking img {
  opacity: 1;
  filter:
    drop-shadow(0 0 20px rgba(180, 230, 255, 0.9))
    drop-shadow(0 12px 18px rgba(20, 40, 60, 0.28));
  transform: scale(1.08);
}

.gather-npc__label {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 7.8rem;
  width: max-content;
  max-width: 10.5rem;
  min-height: 2.15rem;
  padding: 0.42rem 1.15rem 0.5rem;
  font-family: var(--font);
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.15;
  color: #3a2a1a;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 248, 230, 0.65);
  background: url("../img/sheet/btn.png") center / 100% 100% no-repeat;
  border: none;
  border-radius: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  white-space: nowrap;
  opacity: 1;
  box-shadow: none;
  image-rendering: auto;
}

.gather-npc.is-speaking .gather-npc__label,
.gather-npc__hit:hover .gather-npc__label {
  background: url("../img/sheet/btn.png") center / 100% 100% no-repeat;
  border: none;
  box-shadow: 0 4px 0 rgba(30, 20, 10, 0.28);
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.gather__hint {
  margin: 0.55rem 0 0;
  font-size: 0.72rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 10px rgba(10, 30, 50, 0.55);
}

/* Game bulletin board — asymmetric notice layout */
.bulletin {
  position: relative;
  z-index: 5;
  width: min(100%, 980px);
  margin: 0.5rem auto 2rem;
  padding: 0 0.5rem;
}

.bulletin__mast {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1rem;
  padding: 0.65rem 0.85rem;
  background: linear-gradient(90deg, rgba(126, 184, 212, 0.55), rgba(228, 221, 245, 0.45), transparent);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.bulletin__badge {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 1.15rem;
  color: #fff;
  background: linear-gradient(145deg, #f0a888, #e08898);
  box-shadow: 0 8px 18px rgba(224, 136, 152, 0.35);
  flex-shrink: 0;
}

.bulletin__mast-copy {
  flex: 1;
  min-width: 0;
}

.bulletin__eyebrow {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #dff5e8;
}

.bulletin__mast h2 {
  margin: 0.1rem 0 0;
  font-size: 1.2rem;
  color: #fff;
  text-shadow: 0 2px 10px rgba(15, 35, 60, 0.35);
}

.bulletin__more {
  flex-shrink: 0;
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.bulletin__more:hover {
  background: rgba(255, 255, 255, 0.38);
  color: #fff;
}

.bulletin__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.85fr);
  gap: 1rem;
  align-items: start;
  margin-bottom: 1.15rem;
}

.bulletin__main {
  min-width: 0;
}

.bulletin__feature {
  display: block;
  text-decoration: none;
  color: var(--ink);
  padding: 1rem 1.1rem 1.1rem;
  margin-bottom: 0.65rem;
  border-radius: 18px 18px 8px 18px;
  background:
    linear-gradient(125deg, rgba(255, 250, 252, 0.88), rgba(217, 236, 248, 0.72));
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 12px 28px rgba(40, 70, 100, 0.12);
  transition: transform 0.2s ease;
}

.bulletin__feature:hover {
  transform: translateY(-2px);
  color: var(--ink);
}

.bulletin__feature-tag {
  display: inline-block;
  margin-right: 0.45rem;
  padding: 0.15rem 0.45rem;
  border-radius: 6px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #fff;
  background: linear-gradient(135deg, #7dcfb0, #6db3d4);
  vertical-align: middle;
}

.bulletin__feature time {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--ink-muted);
  vertical-align: middle;
}

.bulletin__feature strong {
  display: block;
  margin-top: 0.45rem;
  font-size: 1.05rem;
  line-height: 1.4;
}

.bulletin__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bulletin__list li + li {
  margin-top: 0.2rem;
}

.bulletin__list a {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.65rem;
  align-items: start;
  padding: 0.55rem 0.35rem;
  text-decoration: none;
  color: #fff;
  text-shadow: 0 1px 8px rgba(15, 35, 60, 0.35);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.28);
  transition: background 0.15s ease;
  border-radius: 8px;
}

.bulletin__list a:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.bulletin__dot {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  display: grid;
  place-items: center;
  font-size: 0.68rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(145deg, #f0a888, #e8b070);
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.bulletin__list-text {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.45;
}

.bulletin__list time {
  font-size: 0.75rem;
  font-weight: 600;
  opacity: 0.8;
  white-space: nowrap;
}

.bulletin__side {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.bulletin__rules,
.bulletin__system {
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.bulletin__rules {
  background: linear-gradient(160deg, rgba(247, 221, 230, 0.82), rgba(255, 255, 255, 0.55));
  color: var(--ink);
}

.bulletin__rules h3,
.bulletin__system h3,
.bulletin__story-text h3,
.bulletin__road h3,
.bulletin__community h3 {
  margin: 0 0 0.55rem;
  font-size: 0.98rem;
  font-weight: 700;
}

.bulletin__rules ul {
  margin: 0 0 0.65rem;
  padding: 0;
  list-style: none;
}

.bulletin__rules li {
  position: relative;
  padding-left: 0.85rem;
  margin-bottom: 0.35rem;
  font-size: 0.84rem;
  line-height: 1.4;
  color: var(--ink-soft);
}

.bulletin__rules li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e08898;
}

.bulletin__tip-link {
  border: none;
  background: none;
  font: inherit;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--accent-deep);
  cursor: pointer;
  padding: 0;
}

.bulletin__system {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem;
  align-items: end;
  background: linear-gradient(160deg, rgba(213, 240, 230, 0.8), rgba(217, 236, 248, 0.7));
  color: var(--ink);
  overflow: hidden;
}

.bulletin__feats {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bulletin__feats li {
  margin-bottom: 0.45rem;
}

.bulletin__feats strong {
  display: block;
  font-size: 0.86rem;
}

.bulletin__feats span {
  font-size: 0.75rem;
  color: var(--ink-muted);
}

.bulletin__system img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  image-rendering: pixelated;
  filter: drop-shadow(0 8px 12px rgba(20, 50, 80, 0.25));
  margin-bottom: -0.35rem;
}

.bulletin__hero {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 180px;
  margin-bottom: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 16px 40px rgba(20, 45, 75, 0.18);
}

.bulletin__hero > img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  filter: saturate(1.05) brightness(1.05);
}

.bulletin__hero-copy {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.25rem 1.35rem;
  background: linear-gradient(180deg, transparent, rgba(40, 70, 100, 0.72));
  color: #fff;
}

.bulletin__hero-copy p {
  margin: 0 0 0.25rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--pastel-mint);
}

.bulletin__hero-copy h3 {
  margin: 0 0 0.25rem;
  font-size: clamp(1.1rem, 2.4vw, 1.45rem);
  color: #fff;
}

.bulletin__hero-copy span {
  font-size: 0.9rem;
  opacity: 0.92;
}

.bulletin__story {
  display: grid;
  grid-template-columns: 1.4fr auto;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.25rem;
  padding: 0.35rem 0.15rem;
}

.bulletin__story-text {
  color: #fff;
  text-shadow: 0 1px 10px rgba(15, 35, 60, 0.35);
}

.bulletin__story-text h3 {
  color: #fff;
}

.bulletin__story-text p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.7;
  opacity: 0.94;
}

.bulletin__story-art {
  display: flex;
  align-items: flex-end;
  gap: 0.15rem;
}

.bulletin__story-art img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  image-rendering: pixelated;
  filter: drop-shadow(0 8px 12px rgba(15, 35, 60, 0.35));
  animation: npcBob 2.8s ease-in-out infinite;
}

.bulletin__story-art img:nth-child(2) {
  width: 88px;
  height: 88px;
  animation-delay: 0.2s;
}

.bulletin__story-art img:nth-child(3) {
  animation-delay: 0.4s;
}

.bulletin__road {
  margin-bottom: 1.25rem;
}

.bulletin__road h3 {
  color: #fff;
  text-shadow: 0 1px 10px rgba(15, 35, 60, 0.35);
  text-align: center;
  margin-bottom: 0.85rem;
}

.bulletin__trail {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  position: relative;
}

.bulletin__trail::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 36px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  pointer-events: none;
}

.bulletin__trail > li {
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 8px rgba(15, 35, 60, 0.35);
}

.bulletin__node {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  margin-bottom: 0.45rem;
}

.bulletin__node img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  image-rendering: pixelated;
  filter: drop-shadow(0 8px 12px rgba(15, 35, 60, 0.3));
}

.bulletin__node span {
  min-width: 2rem;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.85);
  text-shadow: none;
}

.bulletin__node-copy strong {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
}

.bulletin__node-copy p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.45;
  opacity: 0.9;
}

.bulletin__community {
  text-align: center;
  padding: 0.75rem 0 0.85rem;
}

.bulletin__community-head {
  position: relative;
  margin-bottom: 1.35rem;
}

.bulletin__community-mark {
  display: block;
  width: 56px;
  height: 3px;
  margin: 0 auto 0.75rem;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #b5dff0, transparent);
}

.bulletin__community-kicker {
  margin: 0 0 0.3rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(200, 232, 248, 0.9);
}

.bulletin__community h3 {
  color: #fff;
  text-shadow: 0 1px 10px rgba(15, 35, 60, 0.35);
  margin: 0 0 0.35rem;
  font-size: clamp(1.25rem, 2.5vw, 1.7rem);
}

.bulletin__community-lead {
  margin: 0 auto;
  max-width: 28rem;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.82);
  text-shadow: 0 1px 8px rgba(15, 35, 60, 0.35);
}

/* Community dock — orb icons, no card boxes */
.comm-dock {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(1rem, 3vw, 2.25rem);
  padding: 0.5rem 0.5rem 0.25rem;
}

.comm-dock__trail {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 42px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(181, 223, 240, 0.55), transparent);
  box-shadow: 0 0 18px rgba(126, 200, 255, 0.35);
  pointer-events: none;
  z-index: 0;
}

.comm-orb {
  --i: 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  width: 7.5rem;
  padding: 0;
  border: none;
  background: transparent;
  color: #fff;
  text-decoration: none;
  font: inherit;
  cursor: pointer;
  animation: commOrbIn 0.55s ease both;
  animation-delay: calc(var(--i) * 0.08s);
}

.comm-orb__glow {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 72px;
  height: 72px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(180, 230, 255, 0.55), transparent 70%);
  filter: blur(10px);
  opacity: 0.45;
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}

.comm-orb__disc {
  position: relative;
  z-index: 1;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #f2f9ff;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.55), transparent 42%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.28), rgba(126, 184, 216, 0.22));
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  box-shadow:
    0 12px 28px rgba(10, 30, 55, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.comm-orb strong {
  position: relative;
  z-index: 1;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 1px 10px rgba(10, 30, 50, 0.55);
}

.comm-orb > span:last-child {
  position: relative;
  z-index: 1;
  font-size: 0.72rem;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.78);
  text-shadow: 0 1px 8px rgba(10, 30, 50, 0.45);
  max-width: 7.2rem;
}

.comm-orb:hover .comm-orb__disc,
.comm-orb:focus-visible .comm-orb__disc {
  transform: translateY(-6px) scale(1.06);
  border-color: rgba(255, 255, 255, 0.85);
  box-shadow:
    0 18px 36px rgba(20, 70, 110, 0.35),
    0 0 0 4px rgba(126, 200, 255, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  outline: none;
}

.comm-orb:hover .comm-orb__glow,
.comm-orb:focus-visible .comm-orb__glow {
  opacity: 1;
  transform: translateX(-50%) scale(1.15);
}

.comm-orb:focus-visible {
  outline: none;
}

.comm-orb--cta .comm-orb__disc {
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.55), transparent 42%),
    linear-gradient(160deg, rgba(110, 190, 230, 0.85), rgba(74, 147, 181, 0.75));
  border-color: rgba(200, 235, 255, 0.8);
  animation: commCtaPulse 2.8s ease-in-out infinite;
}

.comm-orb--cta strong {
  color: #dff4ff;
}

@keyframes commOrbIn {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.92);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes commCtaPulse {
  0%, 100% {
    box-shadow:
      0 12px 28px rgba(10, 30, 55, 0.28),
      0 0 0 0 rgba(126, 200, 255, 0.35),
      inset 0 1px 0 rgba(255, 255, 255, 0.55);
  }
  50% {
    box-shadow:
      0 14px 32px rgba(10, 30, 55, 0.3),
      0 0 0 10px rgba(126, 200, 255, 0),
      inset 0 1px 0 rgba(255, 255, 255, 0.55);
  }
}

@media (max-width: 720px) {
  .comm-dock {
    gap: 1.1rem 1.4rem;
  }

  .comm-dock__trail {
    display: none;
  }

  .comm-orb {
    width: 6.4rem;
  }

  .comm-orb__disc {
    width: 64px;
    height: 64px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .comm-orb,
  .comm-orb--cta .comm-orb__disc {
    animation: none;
  }
}

@media (max-width: 860px) {
  .bulletin__layout {
    grid-template-columns: 1fr;
  }

  .bulletin__trail {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .bulletin__trail::before {
    display: none;
  }

  .bulletin__story {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .bulletin__story-art {
    justify-content: center;
  }
}

@media (max-width: 720px) {
  .gather {
    padding: 0.65rem 0.55rem 1.15rem;
    --walker-scale: 0.34;
    --walker-balloon-room: 3.6rem;
  }

  .gather__logo {
    max-width: min(55vw, 200px);
    margin-bottom: 0.25rem;
  }

  .gather__logo img {
    width: 100%;
    max-width: min(55vw, 200px);
  }

  .gather--minimal .gather__plaza {
    margin-bottom: 0.25rem;
    gap: 0.4rem;
  }

  .gather__speech {
    width: min(100%, 300px);
    margin-bottom: 0;
    padding: 0.45rem 0.55rem 0.5rem;
  }

  .gather__speech-text {
    font-size: 0.8rem;
  }

  .gather__walker-slot {
    max-height: none;
    overflow: visible;
  }

  .gather__hero {
    min-height: min(70vh, 620px);
  }

  .gather__brand img {
    width: min(72vw, 280px);
  }

  .gather-npc img {
    width: 68px;
    height: 68px;
  }

  .gather-npc--main img {
    width: 80px;
    height: 80px;
  }

  .gather-npc__label {
    min-width: 5.8rem;
    max-width: 7.4rem;
    min-height: 1.65rem;
    padding: 0.25rem 0.65rem 0.32rem;
    font-size: 0.48rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gather__mote,
  .gather__beam,
  .gather__aura,
  .gather__brand img,
  .gather-npc,
  .gather__speech.is-pop,
  .typewriter.is-typing::after {
    animation: none !important;
  }
}

/* Large screens — home stage scale */
@media (min-width: 1400px) {
  .gather--minimal .gather__plaza {
    width: min(92vw, 920px);
  }

  .gather__logo {
    max-width: min(62vw, 420px);
  }

  .gather__logo img {
    max-width: min(62vw, 420px);
  }

  .gather__speech {
    width: min(100%, 540px);
    padding: 0.7rem 1rem 0.85rem;
  }

  .gather__speech-name {
    font-size: 0.72rem;
    padding: 0.16rem 0.48rem;
  }

  .gather__speech-text {
    font-size: 0.88rem;
  }

  .gather__cast {
    gap: clamp(0.8rem, 2.4vw, 1.8rem);
  }

  .gather-npc img {
    width: 118px;
    height: 118px;
  }

  .gather-npc--main img {
    width: 148px;
    height: 148px;
  }

  .gather-npc__label {
    min-width: 9rem;
    max-width: 12rem;
    min-height: 2.45rem;
    padding: 0.48rem 1.3rem 0.55rem;
    font-size: 0.58rem;
  }

  .gather {
    --walker-scale: 0.78;
    --walker-balloon-room: 5.75rem;
  }

  .home-walker__balloon {
    max-width: min(72vw, 340px);
    padding: 0.65rem 0.9rem 0.75rem;
  }

  .home-walker__balloon-text {
    font-size: 0.88rem;
  }

  .home-walker__balloon-tag {
    font-size: 0.72rem;
  }
}

@media (min-width: 1600px) {
  .gather--minimal .gather__plaza {
    width: min(90vw, 1100px);
  }

  .gather__logo {
    max-width: min(56vw, 520px);
  }

  .gather__logo img {
    max-width: min(56vw, 520px);
  }

  .gather__speech {
    width: min(100%, 640px);
    padding: 0.85rem 1.15rem 1rem;
  }

  .gather__speech-name {
    font-size: 0.78rem;
    padding: 0.18rem 0.55rem;
  }

  .gather__speech-text {
    font-size: 0.95rem;
  }

  .gather__cast {
    gap: clamp(1rem, 2.8vw, 2.4rem);
  }

  .gather-npc img {
    width: 148px;
    height: 148px;
  }

  .gather-npc--main img {
    width: 180px;
    height: 180px;
  }

  .gather-npc__label {
    min-width: 10.5rem;
    max-width: 14rem;
    min-height: 2.7rem;
    padding: 0.55rem 1.45rem 0.62rem;
    font-size: 0.64rem;
  }

  .gather__hint {
    font-size: 0.95rem;
    margin-top: 0.85rem;
  }

  .gather {
    --walker-scale: 0.95;
    --walker-balloon-room: 6.5rem;
  }

  .home-walker__balloon {
    max-width: min(70vw, 380px);
    padding: 0.75rem 1rem 0.85rem;
  }

  .home-walker__balloon-text {
    font-size: 0.95rem;
  }

  .home-walker__balloon-tag {
    font-size: 0.78rem;
  }

  .home-walker__balloon-text .px-brand {
    font-size: 0.72rem;
  }
}

@media (min-width: 2200px) {
  .gather--minimal .gather__plaza {
    width: min(88vw, 1320px);
  }

  .gather__logo {
    max-width: min(48vw, 620px);
  }

  .gather__logo img {
    max-width: min(48vw, 620px);
  }

  .gather__speech {
    width: min(100%, 760px);
    padding: 1rem 1.35rem 1.15rem;
  }

  .gather__speech-name {
    font-size: 0.82rem;
  }

  .gather__speech-text {
    font-size: 1.02rem;
  }

  .gather__cast {
    gap: clamp(1.4rem, 3vw, 3rem);
  }

  .gather-npc img {
    width: 176px;
    height: 176px;
  }

  .gather-npc--main img {
    width: 214px;
    height: 214px;
  }

  .gather-npc__label {
    min-width: 12rem;
    max-width: 16rem;
    min-height: 3.1rem;
    padding: 0.62rem 1.6rem 0.7rem;
    font-size: 0.72rem;
  }

  .gather__hint {
    font-size: 1.05rem;
  }

  .gather {
    --walker-scale: 1.12;
    --walker-balloon-room: 7.25rem;
  }

  .home-walker__balloon {
    max-width: min(60vw, 440px);
    padding: 0.85rem 1.15rem 0.95rem;
  }

  .home-walker__balloon-text {
    font-size: 1.02rem;
  }

  .home-walker__balloon-tag {
    font-size: 0.82rem;
  }

  .home-walker__balloon-text .px-brand {
    font-size: 0.78rem;
  }
}
